/*
 * Шапка и мегаменю должны быть выше page-контента.
 * У блоков (simple-text, cases, action_banner и т.п.) часто relative z-20 —
 * без высокого z у header выпадающее меню рисуется под заголовками.
 */

header {
  position: relative;
  z-index: 100;
}

/* Пока открыто мобильное меню — весь header выше cookie-баннера (z-200),
   иначе баннер лежит поверх полноэкранного меню. callback_modal = z-220. */

body.mobile-menu-open header {
  z-index: 205;
}

.header {
  position: relative;
  z-index: 100;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
}

.header .header_menu {
  /* lg:static → мегаменю якорится к .header на всю ширину контейнера */
  position: relative;
  z-index: 100;
}

@media (min-width: 1024px) {
  .header .header_menu {
    position: static;
  }
}

.header .header_logo, footer .footer_logo {
  transition-duration: 300ms;
}

@media (min-width: 1024px) {
  .header .header_logo:hover, footer .footer_logo:hover {
    --tw-translate-x: -0.25rem;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }

  .header .header_logo:active, footer .footer_logo:active {
    --tw-scale-x: .95;
    --tw-scale-y: .95;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }
}

.header .header_logo img, 
.footer .footer_logo img {
  max-height: 50px;
  max-width: 180px;
  -o-object-position: left;
     object-position: left;
}

img.logo {
  width: auto;
}

.header .header_menu > ul {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 0.875rem;
  line-height: 1.25rem;
}

.header .header_menu > ul > li > a {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}

.header .header_menu a {
  position: relative;
  transition-duration: 300ms;
}

.header .header_menu a:hover {
  --tw-text-opacity: 1;
  color: rgb(255 158 0 / var(--tw-text-opacity, 1));
}

.header .header_menu .sub-menu a::after {
  position: absolute;
  bottom: -0.25rem;
  left: 0px;
  height: 1px;
  width: 0px;
  --tw-bg-opacity: 1;
  background-color: rgb(12 57 90 / var(--tw-bg-opacity, 1));
  transition-duration: 300ms;
  --tw-content: '';
  content: var(--tw-content);
}

.header .header_menu .sub-menu a:hover::after {
  width: 100%;
}

.header .header_menu > ul > .menu-item-has-children > .sub-menu {
  position: absolute;
  left: 0px;
  z-index: 110;
  display: none;
  max-height: 70vh;
  width: 100%;
  min-width: 200px;
  overflow-y: auto;
  border-radius: 0.5rem;
  border-top-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(12 57 90 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  font-size: 0.75rem;
  line-height: 1rem;
  --tw-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

@media (min-width: 1024px) {
  .header .header_menu > ul > .menu-item-has-children > .sub-menu {
    font-size: 0.875rem;
    line-height: 1.25rem;
  }
}

.header .header_menu > ul > .menu-item-has-children > .sub-menu {
  scrollbar-width: thin;
  scrollbar-color: rgb(12 57 90 / 0.35) transparent;
}

.header .header_menu > ul > .menu-item-has-children > .sub-menu::-webkit-scrollbar {
  width: 6px;
}

.header .header_menu > ul > .menu-item-has-children > .sub-menu::-webkit-scrollbar-track {
  background: transparent;
  margin-block: 8px;
}

.header .header_menu > ul > .menu-item-has-children > .sub-menu::-webkit-scrollbar-thumb {
  background-color: rgb(12 57 90 / 0.28);
  border-radius: 999px;
}

.header .header_menu > ul > .menu-item-has-children > .sub-menu::-webkit-scrollbar-thumb:hover {
  background-color: rgb(255 158 0 / 0.85);
}

.header .header_menu > ul > .menu-item-has-children:hover > .sub-menu {
  display: flex !important;
}

.header .header_menu > ul > .menu-item-has-children:not(.full_width) {
  position: relative;
}

.header .header_menu > ul > .menu-item-has-children:not(.full_width) > .sub-menu {
  top: calc(100% + 16px);
  flex-direction: column;
  gap: 1rem;
}

/*
 * Мегаменю:
 * — ширина = .header (section_container);
 * — top: 25px ниже текста пункта
 *   (вычитаем py-5 шапки и py-6 ссылки, затем +25px).
 */

.header .header_menu > ul > .menu-item-has-children.full_width > .sub-menu {
  top: calc(100% - 1.25rem - 1.5rem + 25px);
  left: 0;
  width: 100%;
  min-width: 100%;
  max-width: none;
  transform: none;
  margin-top: 0;
  -moz-column-gap: 2rem;
       column-gap: 2rem;
  row-gap: 1.5rem;
}

.header .header_menu > ul > .menu-item-object-service.full_width:hover > .sub-menu {
  display: grid !important;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.header .header_menu > ul > .menu-item-object-license.full_width:hover > .sub-menu,
.header .header_menu > ul > .menu-item-object-solution.full_width:hover > .sub-menu {
  display: grid !important;
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.header .header_menu > ul > .menu-item-has-children.full_width > .sub-menu > li {
  width: auto;
  min-width: 0px;
  max-width: none;
}

.header .header_menu > ul > .menu-item-has-children.full_width > .sub-menu > li > a {
  overflow-wrap: break-word;
}

.header .header_menu > ul > .menu-item-has-children.full_width > .sub-menu > li .sub-menu {
  margin-top: 1.25rem;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.header .header_menu > ul > .menu-item-has-children.full_width > .sub-menu > li a:has(+ .sub-menu) {
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 600;
}

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

@media (min-width: 1024px) {
  .header_massenger {
    gap: 0.75rem;
  }
}

.massenger_item {
  display: flex;
  height: 2rem;
  width: 2rem;
  align-items: center;
  justify-content: center;
  border-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: rgb(255 158 0 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
  transition-duration: 300ms;
}

.massenger_item:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(12 57 90 / var(--tw-bg-opacity, 1));
}

@media (min-width: 1024px) {
  .massenger_item:active {
    --tw-scale-x: .95;
    --tw-scale-y: .95;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }
}

.massenger_item img {
  height: 1rem;
  width: 1rem;
  -o-object-fit: contain;
     object-fit: contain;
}

header .callback {
  /* @apply py-4 px-8 font-bold bg-nt_gray text-nt_dark duration-300 hover:bg-nt_dark/20 rounded-[50px] border-t-2 border-nt_orange max-md:w-full !leading-none lg:active:scale-95; */
  border-radius: 50px;
  border-top-width: 2px;
  --tw-border-opacity: 1;
  border-color: rgb(255 158 0 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(12 57 90 / var(--tw-bg-opacity, 1));
  fill: #fff;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  padding-left: 2rem;
  padding-right: 2rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

header .callback:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(255 158 0 / var(--tw-bg-opacity, 1));
  fill: #fff;
}

/* Mobile menu */

.mobile_menu {
  /* Выше .header (z-100), иначе сквозь меню торчат логотип и бургер */
  position: fixed;
  top: 0px;
  left: 0px;
  z-index: 120;
  height: 100vh;
  width: 100vw;
  overflow-y: auto;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  --tw-backdrop-blur: blur(16px);
  -webkit-backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
  backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
}

.mobile_menu .back {
  margin-left: -50px;
  width: 50px;
  cursor: pointer;
  opacity: 0;
  transition-duration: 300ms;
}

.mobile_menu .back.show {
  margin-left: 0px;
  opacity: 1;
}

.mobile_menu .mobile_menu-header svg {
  height: 1.75rem;
  width: 1.75rem;
}

.mobile_menu-inner {
  position: relative;
  z-index: 10;
  padding-bottom: 2.5rem;
}

.mobile_menu-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.75rem;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 1.25rem;
}

.mobile_menu-header > div:first-child {
  min-width: 0;
  flex: 1 1 auto;
  align-items: center;
}

.mobile_menu-header .logo {
  min-width: 0px;
}

.mobile_menu-header .logo img,
.mobile_menu-header img.logo {
  display: block;
  height: auto;
  max-height: 50px;
  width: auto;
  max-width: 180px;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: left;
     object-position: left;
}

.mobile_menu-header .close {
  flex-shrink: 0;
}

.mobile_menu-content {
  display: flex;
  flex-direction: column;
  gap: 2.5rem;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
  font-weight: 500;
}

.mobile_menu-content[data-step="1"] {
  align-items: center;
  justify-content: center;
  gap: 2.5rem;
  text-align: center;
}

.mobile_menu-content:not(.active),.mobile_menu-content .sub-menu {
  display: none !important;
}

.mobile_menu-content ul {
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
}

.mobile_menu-content .page-link {
  display: flex;
  flex-direction: column;
  font-size: 1.125rem;
  line-height: 1.75rem;
  font-weight: 700;
  line-height: 1.1;
}

.mobile_menu-content .page-link .mark {
  padding-top: 0.5rem;
  font-size: 0.75rem;
  line-height: 1rem;
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgb(12 57 90 / var(--tw-text-opacity, 1));
}

.mobile_menu-content .page-link .mark::after {
  margin-left: 0.5rem;
  display: inline-block;
  height: 0.5rem;
  width: 1.25rem;
  background-image: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjAiIGhlaWdodD0iOCIgdmlld0JveD0iMCAwIDIwIDgiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTEgNEgxOU0xOSA0TDE2IDdNMTkgNEwxNiAxIiBzdHJva2U9IiMyMTIyNDMiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCIvPjwvc3ZnPg==');
  --tw-content: '';
  content: var(--tw-content);
}

footer {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}

footer .footer {
  display: flex;
  justify-content: space-between;
  gap: 2rem;
}

@media not all and (min-width: 768px) {
  footer .footer {
    flex-direction: column;
  }
}

footer .footer .footer_col {
  display: flex;
  width: 100%;
  flex-direction: column;
  gap: 2rem;
}

footer .footer .footer_col:last-child {
  max-width: 500px;
  justify-content: space-between;
}

@media (min-width: 768px) {
  footer .footer .footer_col {
    width: 50%;
    gap: 1.5rem;
  }

  footer .footer .footer_col:last-child {
    gap: 2.5rem;
  }
}

.footer_contacts {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.footer_contacts a {
  position: relative;
  display: inline-block;
  transition-duration: 300ms;
}

.footer_contacts a:hover {
  --tw-text-opacity: 1;
  color: rgb(255 158 0 / var(--tw-text-opacity, 1));
}

.footer_contacts a::after {
  position: absolute;
  bottom: -1px;
  left: 0px;
  height: 1px;
  width: 0px;
  --tw-bg-opacity: 1;
  background-color: rgb(12 57 90 / var(--tw-bg-opacity, 1));
  transition-duration: 300ms;
  --tw-content: '';
  content: var(--tw-content);
}

.footer_contacts a:hover::after {
  width: 100%;
}

.footer_contacts-title {
  margin-right: 0.75rem;
  display: inline-block;
  font-weight: 700;
}

.footer_sunscribe-title,
.footer_social-title {
  margin-bottom: 0.75rem;
  font-weight: 700;
}

@media (min-width: 768px) {
  .footer_sunscribe-title,
.footer_social-title {
    margin-bottom: 1rem;
  }
}

.footer_contacts-value {
  display: inline-block;
}

.footer_sunscribe-form {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.footer_sunscribe-form-input {
  position: relative;
  display: flex;
  gap: 0.75rem;
}

@media not all and (min-width: 640px) {
  .footer_sunscribe-form-input {
    flex-direction: column;
  }
}

.footer_sunscribe-form input {
  width: 100%;
  border-radius: 9999px;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(12 57 90 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(246 248 247 / var(--tw-bg-opacity, 1));
  padding: 1rem;
}

.footer_sunscribe-form input::-moz-placeholder {
  color: rgb(12 57 90 / 0.4);
}

.footer_sunscribe-form input::placeholder {
  color: rgb(12 57 90 / 0.4);
}

.footer_sunscribe-form button {
  width: 100%;
  min-width: -moz-fit-content;
  min-width: fit-content;
  border-radius: 9999px;
  border-top-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(255 158 0 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(12 57 90 / var(--tw-bg-opacity, 1));
  padding-top: 1rem;
  padding-bottom: 1rem;
  padding-left: 2rem;
  padding-right: 2rem;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

@media (min-width: 640px) {
  .footer_sunscribe-form button {
    width: -moz-fit-content;
    width: fit-content;
  }
}

.footer_sunscribe-form .form-message {
  position: absolute;
  left: 1rem;
  top: 100%;
  background-color: transparent;
  padding: 0.5rem;
  font-size: 0.75rem;
  line-height: 1rem;
}

.subscribe-result {
  margin-top: 0.25rem;
  padding-left: 1rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
}

.subscribe-result .subscribe-success {
  --tw-text-opacity: 1;
  color: rgb(34 197 94 / var(--tw-text-opacity, 1));
}

.subscribe-result .subscribe-error {
  --tw-text-opacity: 1;
  color: rgb(239 68 68 / var(--tw-text-opacity, 1));
}

.footer_social-items {
  display: flex;
  gap: 1rem;
}

.footer_bottom {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 1rem;
  font-size: 0.75rem;
  line-height: 1rem;
}

.footer_bottom a,
.footer_bottom .pr-cookie-footer-link {
  cursor: pointer;
  border-width: 0px;
  background-color: transparent;
  padding: 0px;
  text-align: left;
  font-size: 0.75rem;
  line-height: 1rem;
  --tw-text-opacity: 1;
  color: rgb(255 158 0 / var(--tw-text-opacity, 1));
  transition-duration: 300ms;
}

.footer_bottom a:hover,
.footer_bottom .pr-cookie-footer-link:hover {
  color: rgb(255 158 0 / 0.8);
}

/* Callback */

.callback_project {
  position: relative;
  --tw-bg-opacity: 1;
  background-color: rgb(12 57 90 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.callback_project > div {
  position: relative;
  z-index: 20;
  max-width: 600px;
}

.callback_project .headline_title {
  margin-bottom: 1.5rem;
  text-align: center;
  font-size: 1.25rem;
  line-height: 1.75rem;
  font-weight: 700;
  line-height: 140% !important;
}

@media (min-width: 768px) {
  .callback_project .headline_title {
    margin-bottom: 2.5rem;
    font-size: 1.5rem;
    line-height: 2rem;
  }
}

@media (min-width: 1024px) {
  .callback_project .headline_title {
    font-size: 32px;
  }
}

.callback_project::before,
.callback_project::after {
  pointer-events: none;
  position: absolute;
  z-index: 10;
  height: 600px;
  width: 600px;
}

@keyframes pulse {
  50% {
    opacity: .5;
  }
}

.callback_project::before,
.callback_project::after {
  animation: pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  background-image: url('../img/home/bg.svg');
  background-position: center;
  background-repeat: no-repeat;
  --tw-content: '';
  content: var(--tw-content);
}

.callback_project::before {
  top: 0px;
  left: 0px;
  --tw-translate-x: -60%;
  --tw-translate-y: -10%;
  --tw-rotate: 60deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  transition-duration: 1000ms;
}

.callback_project::after {
  bottom: -1.5rem;
  right: 0px;
  --tw-translate-x: 50%;
  --tw-rotate: 10deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  transition-duration: 2000ms;
}

.callback_project-form form {
  display: flex;
  flex-direction: column;
  row-gap: 1.5rem;
  -moz-column-gap: 0.75rem;
       column-gap: 0.75rem;
}

@media (min-width: 640px) {
  .callback_project-form form {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

.callback_project-form .input_group label,
.callback_project-form .checkbox_group label {
  margin-bottom: 0.5rem;
  display: block;
  padding-left: 0.75rem;
  font-size: 0.75rem;
  line-height: 1rem;
}

.callback_project-form .input_group input,
.callback_project-form .input_group textarea {
  width: 100%;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(224 227 235 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(66 71 100 / var(--tw-bg-opacity, 1));
  padding: 0.75rem;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
  outline: 2px solid transparent;
  outline-offset: 2px;
}

.callback_project-form .input_group input::-moz-placeholder, .callback_project-form .input_group textarea::-moz-placeholder {
  color: rgb(255 255 255 / 0.4);
}

.callback_project-form .input_group input::placeholder,
.callback_project-form .input_group textarea::placeholder {
  color: rgb(255 255 255 / 0.4);
}

.callback_project-form .input_group input {
  border-radius: 9999px;
}

.callback_project-form .input_group textarea {
  border-radius: 20px;
}

.callback_project-form .checkbox_group .checkbox_group-items {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.callback_project-form .checkbox_group .checkbox_group-item {
  position: relative;
  display: flex;
  cursor: pointer;
  align-items: center;
  gap: 0.5rem;
}

.callback_project-form .checkbox_group .checkbox_group-item input {
  position: absolute;
  top: 0px;
  left: 0px;
  height: 100%;
  width: 100%;
  cursor: pointer;
  opacity: 0;
}

.callback_project-form .checkbox_group .checkbox_group-item label {
  display: inline-flex;
  cursor: pointer;
  align-items: center;
  gap: 0.375rem;
  border-radius: 9999px;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(226 233 229 / var(--tw-border-opacity, 1));
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
}

@media (min-width: 768px) {
  .callback_project-form .checkbox_group .checkbox_group-item label {
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
    font-size: 1rem;
    line-height: 1.5rem;
  }
}

.callback_project-form .checkbox_group .checkbox_group-item .byn-symbol {
  display: inline-block;
  height: 0.8em;
  width: 0.65em;
  flex-shrink: 0;
  vertical-align: -0.05em;
  background-color: currentColor;
  -webkit-mask-image: url("../img/byn.png");
  mask-image: url("../img/byn.png");
  -webkit-mask-size: contain;
  mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-position: center;
}

.callback_project-form .checkbox_group .checkbox_group-item input:checked + label {
  --tw-bg-opacity: 1;
  background-color: rgb(255 158 0 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.callback_project-form .agreement,
.footer_sunscribe-form .agreement {
  position: relative;
  display: flex;
  cursor: pointer;
  align-items: center;
  gap: 0.75rem;
  font-size: 0.75rem;
  line-height: 1rem;
}

.callback_project-form .agreement input,
.footer_sunscribe-form .agreement input {
  position: absolute;
  top: 0px;
  left: 0px;
  height: 100%;
  width: 100%;
  cursor: pointer;
  opacity: 0;
}

.callback_project-form .agreement .check {
  display: flex;
  height: 1.5rem;
  width: 1.5rem;
  align-items: center;
  justify-content: center;
  border-radius: 0.25rem;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(12 57 90 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}

.callback_project-form .agreement .check svg,
.footer_sunscribe-form .agreement .check svg {
  opacity: 0;
}

.callback_project-form .agreement input:checked + .check svg,
.footer_sunscribe-form .agreement input:checked + .check svg {
  opacity: 1;
}

.callback_project-form .actions {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 1rem;
}

.footer_sunscribe-form .agreement .check {
  display: flex;
  height: 1.5rem;
  min-height: 1.5rem;
  width: 1.5rem;
  min-width: 1.5rem;
  align-items: center;
  justify-content: center;
  border-radius: 0.25rem;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(12 57 90 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(246 248 247 / var(--tw-bg-opacity, 1));
}

/* Callback Modal */

.callback_modal {
  /* Выше header (z-100) и cookie-баннера (z-200), иначе лого/мессенджеры «торчат» поверх оверлея */
  position: fixed;
  top: 0px;
  left: 0px;
  z-index: 220;
  height: 100%;
  width: 100%;
  background-color: rgb(0 0 0 / 0.5);
}

.callback_modal-overlay {
  position: fixed;
  top: 0px;
  left: 0px;
  z-index: 10;
  height: 100%;
  width: 100%;
  background-color: rgb(0 0 0 / 0.5);
  --tw-backdrop-blur: blur(4px);
  -webkit-backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
  backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
}

.callback_modal-inner {
  position: fixed;
  top: 50%;
  left: 50%;
  z-index: 20;
  width: 100%;
  max-width: 500px;
  --tw-translate-x: -50%;
  --tw-translate-y: -50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  border-radius: 0.5rem;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  padding: 1.25rem;
}

@media not all and (min-width: 640px) {
  .callback_modal-inner {
    max-width: 90%;
  }
}

@media (min-width: 1024px) {
  .callback_modal-inner {
    padding: 2.5rem;
  }
}

.callback_modal-close {
  position: absolute;
  top: 1.25rem;
  right: 1.25rem;
}

.callback_modal-close svg {
  height: 1.5rem;
  width: 1.5rem;
}

.callback_modal-title {
  z-index: 10;
  margin-bottom: 1rem;
  font-size: 1.5rem;
  line-height: 2rem;
  font-weight: 700;
}

.callback_modal-description {
  margin-bottom: 1rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
}

.callback_modal-content form > p {
  position: relative;
}

.callback_modal-content .form_input,
.callback_modal-content .wpcf7-acceptance {
  margin-bottom: 1.25rem;
}

/* ALL FORM INPUTS */

.form_input {
  position: relative;
  display: block;
  width: 100%;
}

.form_input input, 
.form_input textarea {
  display: block;
  height: 3.5rem;
  width: 100%;
  border-radius: 0.5rem;
  border-style: none;
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  padding-top: 1.5rem;
  padding-bottom: 0.5rem;
  --tw-text-opacity: 1;
  color: rgb(12 57 90 / var(--tw-text-opacity, 1));
  outline: 2px solid transparent;
  outline-offset: 2px;
}

.form_input input + span,
.form_input textarea + span {
  position: absolute;
  top: calc(100% - 12px);
  right: 0.75rem;
  font-size: 0.75rem;
  line-height: 1rem;
}

.form_input label {
  pointer-events: none;
  position: absolute;
  top: 50%;
  left: 0.75rem;
  z-index: 10;
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  --tw-translate-y: -50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  font-size: 0.75rem;
  line-height: 1rem;
  --tw-text-opacity: 1;
  color: rgb(246 248 247 / var(--tw-text-opacity, 1));
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
}

.form_input.textarea_input label {
  top: 28px;
}

.form_input.focus label {
  top: 0.5rem;
  --tw-translate-y: 0px;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  font-size: 10px;
}

.form_input br {
  display: none !important;
}

.wpcf7-acceptance {
  display: block;
}

.wpcf7-acceptance .wpcf7-list-item {
  margin: 0px;
}

.wpcf7-acceptance label {
  position: relative;
  display: flex;
  cursor: pointer;
  align-items: center;
  gap: 0.75rem;
  font-size: 0.75rem;
  line-height: 1rem;
  font-weight: 400;
  line-height: 14px;
  --tw-text-opacity: 1;
  color: rgb(246 248 247 / var(--tw-text-opacity, 1));
}

.wpcf7-acceptance label input {
  height: 1.75rem;
  min-height: 1.75rem;
  width: 1.75rem;
  min-width: 1.75rem;
  cursor: pointer;
  opacity: 0;
}

.wpcf7-acceptance label input + span:before {
  position: absolute;
  top: 0px;
  left: 0px;
  height: 1.75rem;
  width: 1.75rem;
  border-radius: 4px;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}

.wpcf7-acceptance label input:checked + span:before {
  --tw-bg-opacity: 1;
  background-color: rgb(12 57 90 / var(--tw-bg-opacity, 1));
  background-image: url("data:image/svg+xml,%3Csvg width='15' height='15' viewBox='0 0 15 15' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5.61719 14.4453C5.13281 14.4453 4.72917 14.2526 4.40625 13.8672L0.375 8.98438C0.234375 8.82292 0.135417 8.66667 0.078125 8.51562C0.0208333 8.36458 -0.0078125 8.20833 -0.0078125 8.04688C-0.0078125 7.67708 0.114583 7.3724 0.359375 7.13281C0.609375 6.88802 0.921875 6.76562 1.29688 6.76562C1.71354 6.76562 2.0599 6.9349 2.33594 7.27344L5.58594 11.2969L11.9688 1.21094C12.1302 0.966146 12.2969 0.794271 12.4688 0.695312C12.6458 0.591146 12.862 0.539062 13.1172 0.539062C13.4922 0.539062 13.8021 0.658854 14.0469 0.898438C14.2917 1.13802 14.4141 1.4401 14.4141 1.80469C14.4141 1.9401 14.3906 2.08073 14.3438 2.22656C14.2969 2.3724 14.224 2.52344 14.125 2.67969L6.85156 13.8125C6.5651 14.2344 6.15365 14.4453 5.61719 14.4453Z' fill='white'/%3E%3C/svg%3E");
  background-position: center;
  background-repeat: no-repeat;
  background-size: 15px;
}

.wpcf7-response-output {
  margin-left: 0px !important;
  margin-right: 0px !important;
  border-radius: 0.5rem;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  text-align: center;
  font-size: 0.875rem;
  line-height: 1.25rem;
}

input.wpcf7-submit {
  height: 3.5rem;
  width: 100%;
  cursor: pointer;
  border-radius: 0.5rem;
  border-style: none;
  --tw-bg-opacity: 1;
  background-color: rgb(255 158 0 / var(--tw-bg-opacity, 1));
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
  outline: 2px solid transparent;
  outline-offset: 2px;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
}

input.wpcf7-submit:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(12 57 90 / var(--tw-bg-opacity, 1));
}

input.wpcf7-submit:disabled {
  cursor: not-allowed;
  opacity: 0.5;
}

span.wpcf7-spinner {
  position: absolute;
  top: 50%;
  left: 0.75rem;
  --tw-translate-y: -50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

/* Cookie consent banner */

.pr-cookie[hidden],
.pr-cookie__panel[hidden],
.pr-cookie__reopen[hidden] {
  display: none !important;
}

.pr-cookie {
  pointer-events: none;
  position: fixed;
  left: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 200;
}

.pr-cookie__bar {
  pointer-events: auto;
  border-top-width: 2px;
  --tw-border-opacity: 1;
  border-color: rgb(255 158 0 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(12 57 90 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
  --tw-shadow: 0 -8px 32px rgba(47,52,84,0.18);
  --tw-shadow-colored: 0 -8px 32px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.pr-cookie__bar-inner {
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
}

@media (min-width: 768px) {
  .pr-cookie__bar-inner {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }
}

@media (min-width: 1024px) {
  .pr-cookie__bar-inner {
    flex-direction: row;
    align-items: center;
    gap: 2rem;
  }
}

.pr-cookie__text {
  min-width: 0px;
  flex: 1 1 0%;
}

.pr-cookie__title {
  margin-bottom: 0.375rem;
  font-family: Exo2, system-ui, sans-serif;
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 700;
}

@media (min-width: 768px) {
  .pr-cookie__title {
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
}

.pr-cookie__desc {
  max-width: 48rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  line-height: 1.375;
  color: rgb(255 255 255 / 0.8);
}

.pr-cookie__desc a {
  --tw-text-opacity: 1;
  color: rgb(255 158 0 / var(--tw-text-opacity, 1));
  text-decoration-line: underline;
  text-underline-offset: 2px;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.pr-cookie__desc a:hover {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.pr-cookie__actions {
  display: flex;
  flex-shrink: 0;
  flex-direction: column;
  flex-wrap: wrap;
  gap: 0.5rem;
}

@media (min-width: 640px) {
  .pr-cookie__actions {
    flex-direction: row;
    gap: 0.75rem;
  }
}

.pr-cookie__btn {
  white-space: nowrap;
  border-radius: 9999px;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 700;
  line-height: 1;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
}

@media (min-width: 1024px) {
  .pr-cookie__btn:active {
    --tw-scale-x: .95;
    --tw-scale-y: .95;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }
}

.pr-cookie__btn--primary {
  --tw-bg-opacity: 1;
  background-color: rgb(255 158 0 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.pr-cookie__btn--primary:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(12 57 90 / var(--tw-text-opacity, 1));
}

.pr-cookie__btn--secondary {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(12 57 90 / var(--tw-text-opacity, 1));
}

.pr-cookie__btn--secondary:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(255 158 0 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.pr-cookie__btn--ghost {
  border-width: 1px;
  border-color: rgb(255 255 255 / 0.4);
  background-color: transparent;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.pr-cookie__btn--ghost:hover {
  --tw-border-opacity: 1;
  border-color: rgb(255 158 0 / var(--tw-border-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(255 158 0 / var(--tw-text-opacity, 1));
}

.pr-cookie__panel {
  pointer-events: auto;
  position: fixed;
  inset: 0px;
  z-index: 210;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  background-color: rgb(12 57 90 / 0.5);
  padding: 1rem;
}

@media (min-width: 640px) {
  .pr-cookie__panel {
    align-items: center;
  }
}

.pr-cookie__panel-inner {
  max-height: 90vh;
  width: 100%;
  max-width: 32rem;
  overflow-y: auto;
  border-radius: 20px;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  padding: 1.25rem;
  --tw-text-opacity: 1;
  color: rgb(12 57 90 / var(--tw-text-opacity, 1));
  --tw-shadow: 0 20px 25px -5px rgb(0 0 0 / 0.1), 0 8px 10px -6px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 20px 25px -5px var(--tw-shadow-color), 0 8px 10px -6px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

@media (min-width: 768px) {
  .pr-cookie__panel-inner {
    padding: 1.5rem;
  }
}

.pr-cookie__panel-head {
  margin-bottom: 1rem;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 1rem;
}

.pr-cookie__close {
  padding: 0.25rem;
  color: rgb(12 57 90 / 0.6);
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.pr-cookie__close:hover {
  --tw-text-opacity: 1;
  color: rgb(12 57 90 / var(--tw-text-opacity, 1));
}

.pr-cookie__cats {
  margin-bottom: 1.5rem;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.pr-cookie__cat {
  border-radius: 16px;
  border-width: 1px;
  border-color: rgb(12 57 90 / 0.15);
  padding: 1rem;
}

.pr-cookie__cat-main {
  margin-bottom: 0.5rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.75rem;
}

.pr-cookie__cat-name {
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 700;
}

.pr-cookie__cat-desc {
  font-size: 0.75rem;
  line-height: 1rem;
  line-height: 1.375;
  color: rgb(12 57 90 / 0.7);
}

.pr-cookie__switch {
  position: relative;
  display: inline-flex;
  flex-shrink: 0;
  cursor: pointer;
  align-items: center;
}

.pr-cookie__switch input {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}

.pr-cookie__switch-ui {
  position: relative;
  height: 1.5rem;
  width: 2.75rem;
  border-radius: 9999px;
  background-color: rgb(12 57 90 / 0.2);
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.pr-cookie__switch-ui::after {
  content: "";
  position: absolute;
  top: 0.125rem;
  left: 0.125rem;
  height: 1.25rem;
  width: 1.25rem;
  border-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  --tw-shadow: 0 1px 3px 0 rgb(0 0 0 / 0.1), 0 1px 2px -1px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 1px 3px 0 var(--tw-shadow-color), 0 1px 2px -1px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  transition-property: transform;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.pr-cookie__switch input:checked + .pr-cookie__switch-ui {
  --tw-bg-opacity: 1;
  background-color: rgb(255 158 0 / var(--tw-bg-opacity, 1));
}

.pr-cookie__switch input:checked + .pr-cookie__switch-ui::after {
  transform: translateX(1.25rem);
}

.pr-cookie__switch--locked {
  cursor: not-allowed;
  opacity: 0.8;
}

.pr-cookie__switch--locked input:checked + .pr-cookie__switch-ui {
  --tw-bg-opacity: 1;
  background-color: rgb(12 57 90 / var(--tw-bg-opacity, 1));
}

.pr-cookie__panel-actions {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}

@media (min-width: 640px) {
  .pr-cookie__panel-actions {
    flex-direction: row;
    justify-content: flex-end;
    gap: 0.75rem;
  }
}

.pr-cookie__reopen {
  position: fixed;
  bottom: 1.5rem;
  left: 1.5rem;
  z-index: 190;
  display: flex;
  height: 3rem;
  width: 3rem;
  align-items: center;
  justify-content: center;
  border-radius: 9999px;
  border-top-width: 2px;
  --tw-border-opacity: 1;
  border-color: rgb(255 158 0 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(12 57 90 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
  --tw-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.pr-cookie__reopen:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(255 158 0 / var(--tw-bg-opacity, 1));
}

.pr-cookie__reopen[hidden] {
  display: none !important;
}

.agreement label a {
  --tw-text-opacity: 1;
  color: rgb(255 158 0 / var(--tw-text-opacity, 1));
  text-decoration-line: underline;
  text-underline-offset: 2px;
}

.agreement label a:hover {
  opacity: 0.8;
}

.footer_bottom a[data-pr-cookie-open],
.footer_bottom .pr-cookie-footer-link {
  cursor: pointer;
}

.breadcrumbs_container {
  margin-top: 1.25rem;
  margin-bottom: 1.25rem;
  overflow-x: auto;
  white-space: nowrap;
  scrollbar-width: none;
  -ms-overflow-style: none;
}

.breadcrumbs_container::-webkit-scrollbar {
  display: none;
}

.breadcrumbs_container > span {
  display: flex;
  gap: 6px;
  font-size: 10px;
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgb(151 163 190 / var(--tw-text-opacity, 1));
}

@media (min-width: 768px) {
  .breadcrumbs_container > span {
    font-size: 12px;
  }
}

.breadcrumbs_container > span a {
  --tw-text-opacity: 1;
  color: rgb(255 158 0 / var(--tw-text-opacity, 1));
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
}

.breadcrumbs_container > span a:hover {
  color: rgb(255 158 0 / 0.8);
}

.breadcrumbs_container > span img {
  height: 16px;
  min-height: 16px;
  width: 16px;
  min-width: 16px;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
}

.breadcrumbs_container > span img:hover {
  opacity: 0.8;
}

@media (min-width: 768px) {
  .breadcrumbs_container > span img {
    height: 18px;
    min-height: 18px;
    width: 18px;
    min-width: 18px;
  }
}

.breadcrumbs_container .breadcrumb_last {
  --tw-text-opacity: 1;
  color: rgb(12 57 90 / var(--tw-text-opacity, 1));
}

.page_header {
  position: relative;
  --tw-bg-opacity: 1;
  background-color: rgb(246 248 247 / var(--tw-bg-opacity, 1));
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
}

@media (min-width: 768px) {
  .page_header {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }
}

.page_header h1 {
  margin-bottom: 0.5rem;
  font-size: 1.5rem;
  line-height: 2rem;
  font-weight: 600;
  line-height: 0.95 !important;
}

@media (min-width: 768px) {
  .page_header h1 {
    margin-bottom: 1rem;
    font-size: 1.875rem;
    line-height: 2.25rem;
  }
}

@media (min-width: 1024px) {
  .page_header h1 {
    margin-bottom: 1.5rem;
    font-size: 2.25rem;
    line-height: 2.5rem;
  }
}

@media (min-width: 1280px) {
  .page_header h1 {
    font-size: 3rem;
    line-height: 1;
  }
}

.page_header .page_description {
  max-width: 800px;
  font-size: 0.875rem;
  line-height: 1.25rem;
}

@media (min-width: 768px) {
  .page_header .page_description {
    font-size: 1rem;
    line-height: 1.5rem;
  }
}

.page_header .collapse_text {
  max-height: 50rem;
  overflow: hidden;
  text-overflow: ellipsis;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
}

.page_header .collapse_text:not(.collapsed) {
  max-height: 3.75rem;
}

@media (min-width: 768px) {
  .page_header .collapse_text:not(.collapsed) {
    max-height: 4.5rem;
  }
}

.page_header .actions {
  margin-top: 1rem;
}

@media (min-width: 768px) {
  .page_header .actions {
    margin-top: 1.25rem;
  }
}

@media (min-width: 1024px) {
  .page_header .actions {
    margin-top: 1.5rem;
  }
}

@media not all and (min-width: 460px) {
  .page_header .actions > * {
    width: 100%;
  }
}

/* Expanded hero — opt-in via ACF is_expanded */

.page_header-expanded {
  overflow: hidden;
  padding-top: 3rem;
  padding-bottom: 3rem;
}

@media (min-width: 768px) {
  .page_header-expanded {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
}

@media (min-width: 1024px) {
  .page_header-expanded {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }
}

.page_header-expanded {
  background: linear-gradient(135deg, #0c395a 0%, #0a2d47 42%, #163a52 68%, #1a4a3a 100%);
}

.page_header-expanded .page_header-particles {
  pointer-events: none;
  position: absolute;
  inset: 0px;
  z-index: 0;
}

.page_header-expanded .breadcrumbs_container,
.page_header-expanded .page_header-inner {
  position: relative;
  z-index: 1;
}

.page_header-expanded .breadcrumbs_container > span {
  color: rgb(255 255 255 / 0.5);
}

.page_header-expanded .breadcrumbs_container > span a {
  --tw-text-opacity: 1;
  color: rgb(255 158 0 / var(--tw-text-opacity, 1));
}

.page_header-expanded .breadcrumbs_container > span a:hover {
  color: rgb(255 158 0 / 0.8);
}

.page_header-expanded .breadcrumbs_container .breadcrumb_last {
  color: rgb(255 255 255 / 0.8);
}

.page_header-expanded .page_header-inner {
  display: flex;
  flex-direction: column;
  gap: 2rem;
}

@media (min-width: 768px) {
  .page_header-expanded .page_header-inner {
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    gap: 2.5rem;
  }
}

@media (min-width: 1024px) {
  .page_header-expanded .page_header-inner {
    gap: 3.5rem;
  }
}

.page_header-expanded .page_header-content {
  position: relative;
  z-index: 1;
  width: 100%;
}

@media (min-width: 768px) {
  .page_header-expanded.page_header-has_image .page_header-content {
    max-width: 56%;
  }
}

.page_header-expanded h1 {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.page_header-expanded .page_description {
  color: rgb(255 255 255 / 0.85);
}

.page_header-expanded .collapse_text_button {
  --tw-border-opacity: 1;
  border-color: rgb(255 158 0 / var(--tw-border-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(255 158 0 / var(--tw-text-opacity, 1));
}

.page_header-expanded .page_header-media {
  position: relative;
  z-index: 1;
  display: flex;
  width: 100%;
  justify-content: center;
}

@media (min-width: 768px) {
  .page_header-expanded .page_header-media {
    min-width: 280px;
    max-width: 40%;
    justify-content: flex-end;
  }
}

.page_header-expanded .page_header-media img {
  width: 100%;
  max-width: 420px;
  -o-object-fit: contain;
     object-fit: contain;
}

@media not all and (min-width: 768px) {
  .page_header-expanded .page_header-media img {
    max-height: 320px;
  }

  .page_header-expanded.page_header-image_top .page_header-media {
    order: -9999;
  }

  .page_header-expanded.page_header-image_hide .page_header-media {
    display: none;
  }
}

.steps_work {
  margin-top: 50px;
  margin-bottom: 50px;
}

@media (min-width: 768px) {
  .steps_work {
    margin-top: 100px;
    margin-bottom: 100px;
  }
}

.steps_work .headline-container {
  margin-bottom: 1.75rem;
  display: flex;
  align-items: center;
  gap: 1.75rem;
}

@media not all and (min-width: 768px) {
  .steps_work .headline-container {
    flex-direction: column;
  }
}

@media (min-width: 768px) {
  .steps_work .headline-container {
    margin-bottom: 5rem;
  }
}

.steps_work .headline-container .headline {
  margin-bottom: 0px !important;
  width: 100%;
}

@media (min-width: 768px) {
  .steps_work .headline-container .headline {
    width: 370px;
    min-width: 370px;
  }
}

.steps_work .headline-container .steps_work-beautiful {
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: space-between;
  gap: 1.25rem;
  overflow: hidden;
}

@media not all and (min-width: 768px) {
  .steps_work .headline-container .steps_work-beautiful {
    flex-direction: row-reverse;
  }
}

@media (min-width: 768px) {
  .steps_work .headline-container .steps_work-beautiful {
    justify-content: flex-end;
    gap: 3.5rem;
  }
}

.steps_work .headline-container .steps_work-beautiful img {
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}

.steps_work .headline-container .steps_work-beautiful img.steps_work-dots {
  width: 75%;
}

.steps_work .headline-container .steps_work-beautiful img.steps_work-icon {
  width: 12.5%;
}

.steps_work-slider .section_container {
  padding-left: 1rem;
  padding-right: 1rem;
}

@media (min-width: 1024px) {
  .steps_work-slider .section_container {
    padding-left: 5rem;
    padding-right: 5rem;
  }
}

.steps_work-slider .swiper-wrapper {
  height: auto;
}

.steps_work-item {
  display: flex !important;
  flex-direction: column;
  gap: 1.25rem;
  overflow: hidden;
  border-left-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(138 139 152 / var(--tw-border-opacity, 1));
  padding-left: 1.25rem;
}

@media (min-width: 768px) {
  .steps_work-item {
    gap: 1.75rem;
    padding-left: 30px;
  }
}

.steps_work-item .number {
  margin-left: -35px;
  font-size: 3.75rem;
  font-weight: 600;
  line-height: 0.8 !important;
  --tw-text-opacity: 1;
  color: rgb(255 158 0 / var(--tw-text-opacity, 1));
}

@media (min-width: 768px) {
  .steps_work-item .number {
    margin-left: -45px;
    font-weight: 700;
  }
}

.steps_work-item .title {
  font-family: ui-serif, Georgia, Cambria, "Times New Roman", Times, serif;
  font-size: 1.25rem;
  line-height: 1.75rem;
  font-weight: 600;
  line-height: 1.1 !important;
}

@media (min-width: 768px) {
  .steps_work-item .title {
    font-size: 1.875rem;
    line-height: 2.25rem;
  }
}

.steps_work-item .description {
  font-weight: 400;
  line-height: 1.2 !important;
  --tw-text-opacity: 1;
  color: rgb(246 248 247 / var(--tw-text-opacity, 1));
}

@media (min-width: 768px) {
  .steps_work-item .description {
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
}

.steps_work-slider .swiper-pagination {
  position: relative;
  top: auto !important;
  bottom: auto !important;
  left: auto !important;
  right: auto !important;
  margin-top: 0.75rem;
}

@media (min-width: 768px) {
  .steps_work-slider .swiper-pagination {
    margin-top: 1.25rem;
  }
}

.callback_block {
  margin-top: 50px;
  margin-bottom: 50px;
}

@media (min-width: 768px) {
  .callback_block {
    margin-top: 100px;
    margin-bottom: 100px;
  }
}

.callback_block .callback-inner {
  display: flex;
  gap: 1rem;
  border-radius: 0.75rem;
  --tw-bg-opacity: 1;
  background-color: rgb(246 246 250 / var(--tw-bg-opacity, 1));
  padding: 1.25rem;
}

@media not all and (min-width: 1024px) {
  .callback_block .callback-inner {
    flex-direction: column;
  }
}

@media (min-width: 768px) {
  .callback_block .callback-inner {
    padding: 2.5rem;
  }
}

@media (min-width: 1024px) {
  .callback_block .callback-inner {
    gap: 3rem;
    padding-left: 5rem;
    padding-right: 5rem;
  }
}

.callback_block .callback-inner .callback_block-headline {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 0.5rem;
}

.callback_block .callback-inner .callback_block-headline .title {
  font-family: ui-serif, Georgia, Cambria, "Times New Roman", Times, serif;
  font-size: 1.5rem;
  line-height: 2rem;
  font-weight: 600;
  line-height: 1.1 !important;
}

@media (min-width: 768px) {
  .callback_block .callback-inner .callback_block-headline .title {
    font-size: 1.875rem;
    line-height: 2.25rem;
  }
}

.callback_block .callback-inner .callback_block-headline .description {
  font-size: 0.875rem;
  line-height: 1.25rem;
  line-height: 1.2 !important;
  --tw-text-opacity: 1;
  color: rgb(246 248 247 / var(--tw-text-opacity, 1));
}

@media (min-width: 768px) {
  .callback_block .callback-inner .callback_block-headline .description {
    font-size: 1rem;
    line-height: 1.5rem;
  }
}

.callback_block-form form {
  margin-bottom: 0px !important;
  gap: 1rem;
}

@media not all and (min-width: 768px) {
  .callback_block-form form {
    display: flex;
    flex-direction: column;
  }
}

@media (min-width: 768px) {
  .callback_block-form form {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    align-items: center;
    -moz-column-gap: 1.25rem;
         column-gap: 1.25rem;
    row-gap: 0.75rem;
  }
}

.callback_block-form form .wpcf7-response-output {
  width: 100%;
}

@media (min-width: 768px) {
  .callback_block-form form .wpcf7-response-output {
    grid-column: span 2 / span 2;
  }
}

/* Specialisation block */

.specialisation_block {
  margin-top: 50px;
  margin-bottom: 50px;
}

@media (min-width: 768px) {
  .specialisation_block {
    margin-top: 100px;
    margin-bottom: 100px;
  }
}

.specialisation_block-inner {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.25rem;
}

@media (min-width: 1024px) {
  .specialisation_block-inner {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

.specialisation_card-headline {
  grid-column: span 2 / span 2;
}

.specialisation_card-headline .content {
  max-width: 650px;
}

.specialisation_card {
  position: relative;
  z-index: 0;
  display: flex;
  aspect-ratio: 1 / 1;
  flex-direction: column;
  justify-content: flex-end;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
}

@media (min-width: 1024px) {
  .specialisation_card {
    padding: 1.75rem;
  }

  .specialisation_card:active {
    --tw-scale-x: .95;
    --tw-scale-y: .95;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }
}

.specialisation_card::before {
  position: absolute;
  inset: 0px;
  z-index: 10;
  background-color: rgb(255 158 0 / 0.2);
  --tw-content: '';
  content: var(--tw-content);
}

.specialisation_card img {
  position: absolute;
  inset: 0px;
  z-index: 0;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  --tw-grayscale: grayscale(100%);
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}

.specialisation_card span {
  z-index: 10;
  display: block;
  font-family: ui-serif, Georgia, Cambria, "Times New Roman", Times, serif;
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
}

@media (min-width: 768px) {
  .specialisation_card span {
    font-size: 1.5rem;
    line-height: 2rem;
  }
}

@media (min-width: 1024px) {
  .specialisation_card span {
    font-size: 1.875rem;
    line-height: 2.25rem;
  }

  .specialisation_card:hover span {
    --tw-translate-y: -0.5rem;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }
}

.specialisation_card-first::after {
  position: absolute;
  left: 100%;
  top: 0px;
  z-index: -10;
  height: 100%;
  width: 50vw;
  --tw-bg-opacity: 1;
  background-color: rgb(238 239 248 / var(--tw-bg-opacity, 1));
  --tw-content: '';
  content: var(--tw-content);
}

.specialisation_card-five::after {
  position: absolute;
  right: 100%;
  top: 0px;
  z-index: -10;
  height: 100%;
  width: 50vw;
  --tw-bg-opacity: 1;
  background-color: rgb(238 239 248 / var(--tw-bg-opacity, 1));
  --tw-content: '';
  content: var(--tw-content);
}

.partners_block {
  margin-top: 50px;
  margin-bottom: 50px;
}

@media (min-width: 768px) {
  .partners_block {
    margin-top: 100px;
    margin-bottom: 100px;
  }
}

.partners_block .content {
  max-width: 935px;
}

.partners-gallery {
  margin-top: 1.75rem;
  display: flex;
  width: 100%;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
}

@media (min-width: 768px) {
  .partners-gallery {
    margin-top: 2.5rem;
  }
}

@media (min-width: 1024px) {
  .partners-gallery {
    margin-top: 5rem;
  }
}

.partners-gallery img {
  max-height: 40px;
  -o-object-fit: contain;
     object-fit: contain;
}

@media (min-width: 768px) {
  .partners-gallery img {
    max-height: 55px;
    max-width: calc(100% / 5 - 13px);
  }
}

@media (min-width: 1024px) {
  .partners-gallery img {
    max-height: 80px;
    max-width: 280px;
  }
}

@media not all and (min-width: 768px) {
  .partner_1,
.partner_2 {
    width: -moz-fit-content;
    width: fit-content;
    max-width: calc(50% - 8px);
  }

  .partner_3,
.partner_4,
.partner_5 {
    max-width: calc(100% / 3 - 11px);
  }
}

/* Template parts */

.simple_text.background_section {
  position: relative;
  overflow: hidden;
  --tw-bg-opacity: 1;
  background-color: rgb(246 248 247 / var(--tw-bg-opacity, 1));
}

.simple_text.background_section > .section_container {
  position: relative;
  z-index: 20;
}

.simple_text.background_section::before,
.simple_text.background_section::after {
  pointer-events: none;
  position: absolute;
  z-index: 10;
  height: 320px;
  width: 320px;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  background-image: url('../img/home/bg.svg');
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  opacity: 0.35;
  --tw-content: '';
  content: var(--tw-content);
}

@media (min-width: 768px) {
  .simple_text.background_section::before,
.simple_text.background_section::after {
    height: 480px;
    width: 480px;
  }
}

.simple_text.background_section::before {
  top: -2.5rem;
  right: -4rem;
  --tw-rotate: -18deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

@media (min-width: 768px) {
  .simple_text.background_section::before {
    top: -4rem;
    right: -6rem;
  }
}

.simple_text.background_section::after {
  bottom: -4rem;
  left: -5rem;
  --tw-rotate: 155deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  opacity: 0.25;
}

@media (min-width: 768px) {
  .simple_text.background_section::after {
    bottom: -6rem;
    left: -7rem;
  }
}

/* Без фото: другая аппликация — сеть узлов (не волны bg.svg).
   overflow-visible: орнамент заходит в margin_section-отступы, не обрезается. */

.simple_text-no_image.margin_section {
  position: relative;
  overflow: visible;
}

.simple_text-no_image.margin_section > .section_container {
  position: relative;
  z-index: 20;
}

.simple_text-no_image.margin_section::before,
.simple_text-no_image.margin_section::after {
  pointer-events: none;
  position: absolute;
  z-index: 10;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  --tw-content: '';
  content: var(--tw-content);
}

.simple_text-no_image.margin_section::before {
  top: -4rem;
  right: -1rem;
  height: 280px;
  width: 280px;
  opacity: 0.4;
}

@media (min-width: 768px) {
  .simple_text-no_image.margin_section::before {
    top: -6rem;
    right: -2rem;
    height: 420px;
    width: 420px;
  }
}

.simple_text-no_image.margin_section::before {
  background-image: url('../img/decor/nodes.svg');
}

.simple_text-no_image.margin_section::after {
  bottom: -3.5rem;
  left: -2rem;
  height: 200px;
  width: 240px;
  --tw-rotate: -8deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  opacity: 0.3;
}

@media (min-width: 768px) {
  .simple_text-no_image.margin_section::after {
    bottom: -5rem;
    left: -3rem;
    height: 300px;
    width: 360px;
  }
}

.simple_text-no_image.margin_section::after {
  background-image: url('../img/decor/panels.svg');
}

/* Чередование: каждый 2-й no_image на странице — наоборот (panels сверху) */

.simple_text-no_image.margin_section:nth-of-type(even)::before {
  background-image: url('../img/decor/panels.svg');
  height: 240px;
  width: 300px;
  opacity: 0.35;
}

@media (min-width: 768px) {
  .simple_text-no_image.margin_section:nth-of-type(even)::before {
    height: 360px;
    width: 440px;
  }
}

.simple_text-no_image.margin_section:nth-of-type(even)::after {
  background-image: url('../img/decor/nodes.svg');
  height: 260px;
  width: 260px;
  opacity: 0.3;
}

@media (min-width: 768px) {
  .simple_text-no_image.margin_section:nth-of-type(even)::after {
    height: 380px;
    width: 380px;
  }
}

.simple_text .gallery img {
  aspect-ratio: 1 / 1;
  height: auto;
  width: 100%;
  border-radius: 0.5rem;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(246 248 247 / var(--tw-border-opacity, 1));
  -o-object-fit: cover;
     object-fit: cover;
}

.simple_text-image > .section_container {
  display: flex;
  -moz-column-gap: 2.5rem;
       column-gap: 2.5rem;
  row-gap: 1.5rem;
}

@media not all and (min-width: 768px) {
  .simple_text-image > .section_container {
    flex-direction: column;
  }
}

@media (min-width: 768px) {
  .simple_text-image.simple_text-repeat:nth-of-type(even) > .section_container {
    flex-direction: row-reverse;
  }
}

.simple_text-image .content {
  width: 100%;
}

@media (min-width: 768px) {
  .simple_text-image .content {
    width: 65%;
  }
}

.simple_text-image .gallery {
  width: 100%;
}

@media (min-width: 768px) {
  .simple_text-image .gallery {
    width: 35%;
    width: calc(35% - 40px);
  }
}

@media (min-width: 460px) {
  @media not all and (min-width: 768px) {
    .simple_text-image .gallery img {
      aspect-ratio: 16 / 9;
    }
  }
}

.simple_text-gallery > .section_container {
  display: flex;
  flex-direction: column;
  row-gap: 1.5rem;
}

.simple_text-gallery .gallery {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem;
}

@media (min-width: 768px) {
  .simple_text-gallery.two_images .gallery img {
    aspect-ratio: 16 / 9;
  }

  .simple_text-gallery.more_images.even_images .gallery {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .simple_text-gallery.more_images.odd_images .gallery,
.simple_text-gallery.three_images .gallery {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

/* 
.simple_text-gallery.more_images.even_images .gallery > *:last-of-type img{
    @apply max-md:aspect-[2/1];
} */

@media (min-width: 768px) {
  .simple_text-gallery.odd_images:not(.one_image) .gallery {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media not all and (min-width: 768px) {
  .simple_text-gallery.odd_images .gallery > *:last-of-type {
    grid-column: span 2 / span 2;
  }

  .simple_text-gallery.odd_images .gallery > *:last-of-type img {
    aspect-ratio: 2/1;
  }
}

@media (min-width: 768px) {
  .simple_text-gallery.long_last .gallery > *:last-of-type {
    grid-column: span 2 / span 2;
  }

  .simple_text-gallery.long_last .gallery > *:last-of-type img {
    aspect-ratio: auto;
    height: 100%;
  }
}

/* Content */

.simple_text .content {
  max-width: 800px;
  font-size: 0.875rem;
  line-height: 1.25rem;
  --tw-text-opacity: 1;
  color: rgb(12 57 90 / var(--tw-text-opacity, 1));
}

@media (min-width: 768px) {
  .simple_text .content {
    font-size: 1rem;
    line-height: 1.5rem;
  }
}

.simple_text .content>*:last-child {
  margin-bottom: 0px;
}

.simple_text-no_image .content {
  max-width: 800px;
}

/* Читаемая колонка слева (без центрирования), без flex-col */

.post_page .simple_text .content,
.single_post-content .simple_text .content {
  display: block;
  width: 100%;
  max-width: 720px;
}

@media (min-width: 768px) {
  .post_page .simple_text .content,
.single_post-content .simple_text .content {
    max-width: 800px;
  }
}

.post_page .simple_text-no_image .content,
.single_post-content .simple_text-no_image .content {
  max-width: 720px !important;
}

@media (min-width: 768px) {
  .post_page .simple_text-no_image .content,
.single_post-content .simple_text-no_image .content {
    max-width: 800px !important;
  }
}

.simple_text .content figure {
  margin-bottom: 0.75rem;
  width: 100%;
  max-width: 100%;
  border-radius: 0.5rem;
  --tw-bg-opacity: 1;
  background-color: rgb(246 248 247 / var(--tw-bg-opacity, 1));
}

@media (min-width: 768px) {
  .simple_text .content figure {
    margin-bottom: 1rem;
  }
}

@media (min-width: 1024px) {
  .simple_text .content figure {
    margin-bottom: 1.25rem;
  }
}

.simple_text .content figure figcaption {
  padding: 0.5rem;
  font-size: 0.75rem;
  line-height: 1rem;
  font-weight: 600;
  opacity: 0.7;
}

@media (min-width: 768px) {
  .simple_text .content figure figcaption {
    font-size: 0.875rem;
    line-height: 1.25rem;
  }
}

.simple_text .content img {
  max-height: 300px;
  width: 100%;
  max-width: 100%;
  border-radius: 0.5rem;
  border-width: 1px;
  border-color: rgb(12 57 90 / 0.1);
  -o-object-fit: cover;
     object-fit: cover;
}

@media (min-width: 768px) {
  .simple_text .content img {
    max-height: 400px;
  }
}

/* Collapse */

.simple_text .collapse_text-container {
  position: relative;
}

.simple_text .collapse_text {
  max-height: 100rem;
  overflow: hidden;
  text-overflow: ellipsis;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
}

.simple_text .collapse_text:not(.collapsed) {
  max-height: 15rem;
}

@media (min-width: 768px) {
  .simple_text .collapse_text:not(.collapsed) {
    max-height: 19rem;
  }
}

@media (min-width: 1024px) {
  .simple_text .collapse_text:not(.collapsed) {
    max-height: 23rem;
  }
}

.simple_text .collapse_text-button_container {
  position: absolute;
  bottom: 0px;
  left: 0px;
  z-index: 10;
  display: flex;
  min-height: 5rem;
  width: 100%;
  align-items: flex-end;
  background-image: linear-gradient(to bottom, var(--tw-gradient-stops));
  --tw-gradient-from: transparent var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(0 0 0 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  --tw-gradient-to: #fff var(--tw-gradient-to-position);
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
}

.simple_text.background_section .collapse_text-button_container {
  --tw-bg-opacity: 1;
  background-color: rgb(246 248 247 / var(--tw-bg-opacity, 1));
}

.simple_text .collapse_text.collapsed {
  padding-bottom: 1.75rem;
}

.simple_text .collapse_text.collapsed + .collapse_text-button_container {
  min-height: 0px;
  background-color: transparent;
}

/* Single Post Block */

.simple_text.single_post_block > * {
  display: flex;
  flex-direction: column;
  row-gap: 1.5rem;
}

.simple_text-image .content {
  width: 100% !important;
}

.simple_text-image.single_post_block .gallery {
  width: 100% !important;
}

@media (min-width: 768px) {
  .simple_text-image.single_post_block .gallery {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

.simple_text.single_post_block .gallery img {
  border-color: rgb(12 57 90 / 0.1);
}

.simple_text-image.single_post_block .gallery img {
  aspect-ratio: 16 / 9;
}

/* Документ / политики: the_content без маркетингового декора и с читаемым ритмом */

.simple_text--document.simple_text-no_image.margin_section::before,
.simple_text--document.simple_text-no_image.margin_section::after {
  content: none !important;
  display: none !important;
}

.simple_text--document > .section_container {
  max-width: 860px;
}

.simple_text--document .content.block_rich_text {
  max-width: none !important;
  font-size: 1rem;
  line-height: 1.5rem;
  color: rgb(12 57 90 / 0.9);
}

@media (min-width: 768px) {
  .simple_text--document .content.block_rich_text {
    font-size: 1.0625rem;
  }
}

.simple_text--document .block_rich_text > * + * {
  margin-top: 1rem;
}

.simple_text--document .block_rich_text > h2 {
  font-size: 1.25rem;
  line-height: 1.75rem;
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgb(12 57 90 / var(--tw-text-opacity, 1));
}

@media (min-width: 768px) {
  .simple_text--document .block_rich_text > h2 {
    font-size: 1.5rem;
    line-height: 2rem;
  }
}

.simple_text--document .block_rich_text > h2 {
  margin-top: 2.5rem;
}

.simple_text--document .block_rich_text > h2:first-child {
  margin-top: 0;
}

.simple_text--document .block_rich_text > :is(h3, h4) {
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgb(12 57 90 / var(--tw-text-opacity, 1));
}

@media (min-width: 768px) {
  .simple_text--document .block_rich_text > :is(h3, h4) {
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
}

.simple_text--document .block_rich_text > :is(h3, h4) {
  margin-top: 1.5rem;
}

.simple_text--document .block_rich_text > :is(h2, h3, h4) + * {
  margin-top: 0.75rem;
}

.simple_text--document .block_rich_text p {
  line-height: 1.7;
}

.simple_text--document .block_rich_text ul > li,
.simple_text--document .block_rich_text ol > li {
  line-height: 1.65;
}

.simple_text--document .block_rich_text ul > li + li,
.simple_text--document .block_rich_text ol > li + li {
  margin-top: 0.625rem;
}

.text_image.background_section {
  --tw-bg-opacity: 1;
  background-color: rgb(246 248 247 / var(--tw-bg-opacity, 1));
}

.text_image > .section_container {
  display: flex;
  -moz-column-gap: 2.5rem;
       column-gap: 2.5rem;
  row-gap: 2rem;
}

.text_image-right > .section_container,
.text_image-left > .section_container {
  align-items: center;
}

@media not all and (min-width: 768px) {
  .text_image-right > .section_container,
.text_image-left > .section_container {
    flex-direction: column;
  }
}

.text_image-top > .section_container {
  flex-direction: column;
  align-items: flex-start;
}

.text_image-right .content,
.text_image-right .media,
.text_image-left .content,
.text_image-left .media {
  width: 100%;
}

@media (min-width: 768px) {
  .text_image-right .content,
.text_image-right .media,
.text_image-left .content,
.text_image-left .media {
    width: 50%;
  }
}

.text_image-top .content,
.text_image-top .media {
  width: 100%;
  max-width: 56rem;
}

.text_image .media img {
  height: auto;
  width: 100%;
  border-radius: 0.5rem;
}

.quote_block.background_section {
  --tw-bg-opacity: 1;
  background-color: rgb(246 248 247 / var(--tw-bg-opacity, 1));
}

.quote_block-inner {
  position: relative;
  margin: 0px;
  width: 100%;
  overflow: hidden;
  border-left-width: 4px;
  --tw-border-opacity: 1;
  border-color: rgb(255 158 0 / var(--tw-border-opacity, 1));
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  padding-left: 1.5rem;
  padding-right: 1rem;
}

@media (min-width: 768px) {
  .quote_block-inner {
    padding-top: 1.75rem;
    padding-bottom: 1.75rem;
    padding-left: 2rem;
    padding-right: 2.5rem;
  }
}

.quote_block-inner::before,
.quote_block-inner::after {
  content: '';
  pointer-events: none;
  position: absolute;
  background-size: contain;
  background-repeat: no-repeat;
  background-image: url('../img/quote-mark.svg');
}

.quote_block-inner::before {
  top: 0.75rem;
  left: 1rem;
  height: 1.75rem;
  width: 2.5rem;
  opacity: 0.14;
}

@media (min-width: 768px) {
  .quote_block-inner::before {
    left: 1.25rem;
    height: 2.25rem;
    width: 3rem;
  }
}

.quote_block-inner::before {
  filter: invert(48%) sepia(98%) saturate(1200%) hue-rotate(360deg) brightness(102%) contrast(104%);
}

.quote_block-inner::after {
  top: 50%;
  right: 0.5rem;
  display: none;
  height: 7rem;
  width: 9rem;
  --tw-translate-y: -50%;
  --tw-rotate: 180deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  opacity: 0.1;
}

@media (min-width: 768px) {
  .quote_block-inner::after {
    display: block;
  }
}

@media (min-width: 1024px) {
  .quote_block-inner::after {
    right: 1.5rem;
    height: 10rem;
    width: 13rem;
  }
}

.quote_block-inner::after {
  filter: invert(18%) sepia(42%) saturate(1400%) hue-rotate(178deg) brightness(90%) contrast(95%);
}

.quote_block-content {
  position: relative;
  z-index: 1;
  max-width: 40rem;
}

@media (min-width: 1024px) {
  .quote_block-content {
    max-width: 44rem;
  }
}

.quote_block-content > :first-child {
  font-family: Exo2, system-ui, sans-serif;
  font-size: 1.125rem;
  line-height: 1.75rem;
  font-weight: 600;
  line-height: 1.375;
  --tw-text-opacity: 1;
  color: rgb(12 57 90 / var(--tw-text-opacity, 1));
}

@media (min-width: 768px) {
  .quote_block-content > :first-child {
    font-size: 1.25rem;
    line-height: 1.75rem;
  }
}

@media (min-width: 1024px) {
  .quote_block-content > :first-child {
    font-size: 1.5rem;
    line-height: 2rem;
  }
}

.quote_block-content > :nth-child(2) {
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 500;
  line-height: 1.625;
  --tw-text-opacity: 1;
  color: rgb(12 57 90 / var(--tw-text-opacity, 1));
}

@media (min-width: 768px) {
  .quote_block-content > :nth-child(2) {
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
}

.quote_block-content > :nth-child(n + 3) {
  font-size: 0.875rem;
  line-height: 1.25rem;
  line-height: 1.625;
  color: rgb(12 57 90 / 0.75);
}

@media (min-width: 768px) {
  .quote_block-content > :nth-child(n + 3) {
    font-size: 1rem;
    line-height: 1.5rem;
  }
}

.steps_block.background_section {
  --tw-bg-opacity: 1;
  background-color: rgb(246 248 247 / var(--tw-bg-opacity, 1));
}

.steps_block > .section_container {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}

@media (min-width: 768px) {
  .steps_block > .section_container {
    gap: 2rem;
  }
}

.steps_block-intro.block_rich_text {
  display: flex;
  max-width: 48rem;
  flex-direction: column;
  gap: 0.75rem;
}

@media (min-width: 768px) {
  .steps_block-intro.block_rich_text {
    gap: 1rem;
  }
}

.steps_block-intro.block_rich_text > * {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

.steps_block-list {
  margin: 0px;
  display: flex;
  list-style-type: none;
  flex-direction: column;
  gap: 1rem;
  padding: 0px;
}

@media (min-width: 768px) {
  .steps_block-list {
    gap: 1.25rem;
  }
}

.steps_block-item {
  position: relative;
  display: flex;
  gap: 1rem;
}

@media (min-width: 768px) {
  .steps_block-item {
    gap: 1.25rem;
  }
}

@media (min-width: 1024px) {
  .steps_block-item {
    gap: 1.5rem;
  }
}

.steps_block-num {
  position: relative;
  z-index: 1;
  display: flex;
  height: 3rem;
  width: 3rem;
  flex-shrink: 0;
  align-items: center;
  justify-content: center;
  border-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: rgb(12 57 90 / var(--tw-bg-opacity, 1));
  font-size: 1.125rem;
  line-height: 1.75rem;
  font-weight: 600;
  line-height: 1;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

@media (min-width: 768px) {
  .steps_block-num {
    height: 3.5rem;
    width: 3.5rem;
    font-size: 1.25rem;
    line-height: 1.75rem;
  }
}

/* Линия до следующего номера: от низа круга через gap до следующего круга */

.steps_block-item:not(:last-child)::before {
  content: '';
  position: absolute;
  width: 1px;
  background-color: rgb(12 57 90 / 0.15);
  left: 1.5rem;
  /* центр круга w-12 */
  top: 3rem;
  /* низ круга h-12 */
  bottom: -1rem;
  /* gap-4 списка */
  transform: translateX(-50%);
}

@media (min-width: 768px) {
  .steps_block-item:not(:last-child)::before {
    left: 1.75rem;
    /* центр w-14 */
    top: 3.5rem;
    /* низ h-14 */
    bottom: -1.25rem;
    /* gap-5 */
  }
}

.steps_block-body {
  min-width: 0px;
  flex: 1 1 0%;
  border-radius: 0.5rem;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  padding: 1rem;
}

@media (min-width: 768px) {
  .steps_block-body {
    padding: 1.25rem;
  }
}

@media (min-width: 1024px) {
  .steps_block-body {
    padding: 1.5rem;
  }
}

.steps_block-body {
  box-shadow: 0px 0px 37px -2px #1118270d;
}

.steps_block:not(.background_section) .steps_block-body {
  --tw-bg-opacity: 1;
  background-color: rgb(246 248 247 / var(--tw-bg-opacity, 1));
  box-shadow: none;
}

.steps_block-title {
  margin: 0px;
  margin-bottom: 0.75rem;
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 600;
  line-height: 120% !important;
  --tw-text-opacity: 1;
  color: rgb(12 57 90 / var(--tw-text-opacity, 1));
}

@media (min-width: 768px) {
  .steps_block-title {
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
}

.steps_block-text.block_rich_text {
  font-size: 0.875rem;
  line-height: 1.25rem;
}

@media (min-width: 768px) {
  .steps_block-text.block_rich_text {
    font-size: 1rem;
    line-height: 1.5rem;
  }
}

.steps_block-text.block_rich_text > * {
  margin-top: 0;
  margin-bottom: 0;
}

.steps_block-text.block_rich_text > * + * {
  margin-top: 0.75rem;
}

.faq > * {
  display: flex;
  -moz-column-gap: 2.5rem;
       column-gap: 2.5rem;
  row-gap: 1.5rem;
}

@media not all and (min-width: 768px) {
  .faq > * {
    flex-direction: column;
  }
}

@media (min-width: 768px) {
  .faq_one_col > *, .faq.faq_list_two_col > * {
    flex-direction: column;
  }
}

.faq_two_col > * .content {
  width: 100%;
}

@media (min-width: 768px) {
  .faq_two_col > * .content {
    width: 40%;
  }
}

.faq_two_col > * .list {
  width: 100%;
}

@media (min-width: 768px) {
  .faq_two_col > * .list {
    width: 60%;
    width: calc(60% - 40px);
  }
}

.faq .list {
  display: flex;
  flex-direction: column;
}

@media (min-width: 1024px) {
  .faq.faq_list_two_col .list {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    -moz-column-gap: 2.5rem;
         column-gap: 2.5rem;
  }
}

.faq:not(.single_post_block) .item {
  border-bottom-width: 1px;
  border-color: rgb(12 57 90 / 0.2);
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.faq:not(.single_post_block) .item:first-child {
  border-top-width: 1px;
}

@media (min-width: 768px) {
  .faq:not(.single_post_block) .item {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }
}

@media (min-width: 1024px) {
  .faq.faq_list_two_col .item[data-key="1"] {
    border-top-width: 1px;
  }
}

.faq:not(.faq_list_two_col) .question, .faq:not(.faq_list_two_col) .list .question * {
  display: flex;
  cursor: pointer;
  align-items: flex-start;
  justify-content: space-between;
  gap: 1rem;
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 600;
}

@media (min-width: 768px) {
  .faq:not(.faq_list_two_col) .question, .faq:not(.faq_list_two_col) .list .question * {
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
}

@media (min-width: 1280px) {
  .faq:not(.faq_list_two_col) .question, .faq:not(.faq_list_two_col) .list .question * {
    font-size: 1.25rem;
    line-height: 1.75rem;
  }
}

.faq.faq_list_two_col .question, .faq.faq_list_two_col .list .question * {
  display: flex;
  cursor: pointer;
  align-items: flex-start;
  justify-content: space-between;
  gap: 1rem;
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 600;
}

@media (min-width: 768px) {
  .faq.faq_list_two_col .question, .faq.faq_list_two_col .list .question * {
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
}

.faq .question::after {
  content: url("data:image/svg+xml,%3csvg width='16' height='16' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M4 6l4 4 4-4' stroke='%23333' stroke-width='2' fill='none' stroke-linecap='round' stroke-linejoin='round'/%3e%3c/svg%3e");
  display: flex;
  height: 1rem;
  min-height: 1rem;
  width: 1rem;
  min-width: 1rem;
  align-items: center;
  justify-content: center;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
}

@media (min-width: 768px) {
  .faq .question::after {
    height: 1.75rem;
    min-height: 1.75rem;
    width: 1.75rem;
    min-width: 1.75rem;
    border-radius: 9999px;
    --tw-bg-opacity: 1;
    background-color: rgb(246 248 247 / var(--tw-bg-opacity, 1));
  }
}

.faq .question::after {
  font-size: 26px;
}

.faq .question.active::after {
  --tw-rotate: 180deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

@media (min-width: 768px) {
  .faq .question.active::after {
    background-color: rgb(255 158 0 / 0.3);
  }
}

.faq .answer {
  padding-top: 1rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
}

@media (min-width: 768px) {
  .faq .answer {
    padding-top: 1.5rem;
    font-size: 1rem;
    line-height: 1.5rem;
  }
}

.faq.single_post_block .item {
  margin-bottom: 0.75rem;
  border-radius: 0.5rem;
  --tw-bg-opacity: 1;
  background-color: rgb(246 248 247 / var(--tw-bg-opacity, 1));
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  padding-left: 1rem;
  padding-right: 1rem;
}

.faq.single_post_block .item:last-child {
  margin-bottom: 0px;
}

.faq.single_post_block .item .question * {
  display: flex;
  cursor: pointer;
  align-items: flex-start;
  justify-content: space-between;
  gap: 1rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 600;
}

@media (min-width: 768px) {
  .faq.single_post_block .item .question * {
    font-size: 1rem;
    line-height: 1.5rem;
  }
}

.faq figure {
  margin-bottom: 0.75rem;
  width: 100%;
  max-width: 100%;
  border-radius: 0.5rem;
  --tw-bg-opacity: 1;
  background-color: rgb(246 248 247 / var(--tw-bg-opacity, 1));
}

@media (min-width: 768px) {
  .faq figure {
    margin-bottom: 1rem;
  }
}

@media (min-width: 1024px) {
  .faq figure {
    margin-bottom: 1.25rem;
  }
}

.faq figure figcaption {
  padding: 0.5rem;
  font-size: 0.75rem;
  line-height: 1rem;
  font-weight: 600;
  opacity: 0.7;
}

@media (min-width: 768px) {
  .faq figure figcaption {
    font-size: 0.875rem;
    line-height: 1.25rem;
  }
}

.faq img {
  max-height: 300px;
  width: 100%;
  max-width: 100%;
  border-radius: 0.5rem;
  border-width: 1px;
  border-color: rgb(12 57 90 / 0.1);
  -o-object-fit: cover;
     object-fit: cover;
}

@media (min-width: 768px) {
  .faq img {
    max-height: 400px;
  }
}

.short_callback .short_callback-inner {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  gap: 1.5rem;
  border-radius: 0.75rem;
  --tw-bg-opacity: 1;
  background-color: rgb(246 248 247 / var(--tw-bg-opacity, 1));
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}

@media (min-width: 768px) {
  .short_callback .short_callback-inner {
    gap: 2rem;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}

.short_callback .short_callback-inner {
  background-image: url('../img/home/bg.svg');
  background-size: 350px 350px;
  background-position: 110% 80%;
  background-repeat: no-repeat;
}

@media (min-width: 1280px) {
  .short_callback.two_col .short_callback-inner {
    flex-direction: row;
    align-items: center;
    gap: 2.5rem;
  }
}

.short_callback .short_callback-inner .short_callback-headline {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.short_callback.two_col .short_callback-inner .short_callback-headline {
  width: 100%;
}

@media (min-width: 1280px) {
  .short_callback.two_col .short_callback-inner .short_callback-headline {
    width: calc(40% - 20px);
  }
}

.short_callback .short_callback-headline .title {
  margin-bottom: 0.75rem;
  font-size: 1.25rem;
  line-height: 1.75rem;
  font-weight: 600;
}

@media (min-width: 768px) {
  .short_callback .short_callback-headline .title {
    margin-bottom: 1rem;
    font-size: 1.5rem;
    line-height: 2rem;
  }
}

@media (min-width: 1024px) {
  .short_callback .short_callback-headline .title {
    margin-bottom: 1.5rem;
    font-size: 1.875rem;
    line-height: 2.25rem;
  }
}

.short_callback .short_callback-headline .description {
  margin-bottom: 0px;
  font-size: 0.875rem;
  line-height: 1.25rem;
}

@media (min-width: 768px) {
  .short_callback .short_callback-headline .description {
    font-size: 1rem;
    line-height: 1.5rem;
  }
}

.short_callback.two_col .short_callback-inner .short_callback-form,
.short_callback.form_two_col .short_callback-inner .short_callback-form {
  margin-bottom: 0px !important;
  width: 100%;
  gap: 0.75rem;
}

@media not all and (min-width: 768px) {
  .short_callback.two_col .short_callback-inner .short_callback-form,
.short_callback.form_two_col .short_callback-inner .short_callback-form {
    display: flex;
    flex-direction: column;
  }
}

@media (min-width: 768px) {
  .short_callback.two_col .short_callback-inner .short_callback-form,
.short_callback.form_two_col .short_callback-inner .short_callback-form {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    align-items: center;
    -moz-column-gap: 1.25rem;
         column-gap: 1.25rem;
    row-gap: 0.5rem;
  }
}

@media (min-width: 1280px) {
  .short_callback.two_col .short_callback-inner .short_callback-form {
    width: calc(60% - 20px);
  }
}

/* Текст сверху на всю ширину, поля формы в две колонки */

.short_callback.form_two_col .short_callback-inner {
  align-items: stretch;
}

.short_callback.form_two_col .short_callback-headline {
  width: 100%;
  max-width: 800px;
}

.short_callback.form_two_col .short_callback-inner .short_callback-form {
  width: 100%;
}

@media (min-width: 768px) {
  .short_callback.form_two_col .short_callback-form .agreement {
    grid-column-start: 2;
    grid-row-start: 3;
    align-self: center;
  }
}

.short_callback.form_two_col .short_callback-form .actions {
  width: 100%;
}

@media (min-width: 768px) {
  .short_callback.form_two_col .short_callback-form .actions {
    grid-column-start: 1;
    grid-row-start: 3;
    max-width: none;
    justify-self: stretch;
  }
}

.short_callback.form_two_col .short_callback-form .actions .btn_default {
  width: 100%;
}

.short_callback .form-message {
  margin-top: 1rem;
  width: 100%;
}

.short_callback-form .agreement .check {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1)) !important;
}

.grid_block:not(.single_post_block).background_section {
  background-image: url('../img/home/bg.svg');
  background-size: 350px 350px;
  background-position: -100px 0px;
  background-repeat: no-repeat;
}

/* .grid_block:not(.single_post_block, .background_section) {
  @apply bg-[url('../img/home/bg.svg')] bg-[80%_0px] bg-no-repeat bg-[length:350px_350px];
} */

.grid_block.background_section:not(.single_post_block) {
  background-size: 350px 350px;
  background-position: 100px 100px;
}

.grid_block > * {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

@media (min-width: 768px) {
  .grid_block > * {
    gap: 1.5rem;
  }
}

.grid_block .content.block_rich_text {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}

@media (min-width: 768px) {
  .grid_block .content.block_rich_text {
    gap: 1rem;
  }
}

.grid_block .content.block_rich_text > * {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

.grid_block .content > *:last-child {
  margin-bottom: 0px !important;
}

.grid_block .list {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

@media (min-width: 768px) {
  .grid_block .list {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1.5rem;
  }

  .grid_block.single_post_block.grid-one_col .list {
    display: flex;
    flex-direction: column;
  }
}

.grid_block:not(.grid-image) .item {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
  border-radius: 0.5rem;
  --tw-bg-opacity: 1;
  background-color: rgb(246 248 247 / var(--tw-bg-opacity, 1));
  padding: 1rem;
}

@media (min-width: 768px) {
  .grid_block:not(.grid-image) .item {
    gap: 1rem;
    padding: 1.25rem;
  }
}

@media (min-width: 1024px) {
  .grid_block:not(.grid-image) .item {
    padding: 1.5rem;
  }
}

/* Светлые карточки (по умолчанию) */

.grid_block.grid-cards-light.background_section:not(.grid-image) .item {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  box-shadow: 0px 0px 37px -2px #1118270d;
}

/* Тёмные карточки — фирменный nt_dark */

.grid_block.grid-cards-dark:not(.grid-image) .item {
  --tw-bg-opacity: 1;
  background-color: rgb(12 57 90 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
  box-shadow: none;
}

.grid_block.grid-cards-dark:not(.grid-image) .item .block_rich_text,
.grid_block.grid-cards-dark:not(.grid-image) .item .block_rich_text :is(p, li) {
  color: rgb(255 255 255 / 0.9);
}

.grid_block.grid-cards-dark:not(.grid-image) .item .block_rich_text :is(h2, h3, h4, h5, h6) {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.grid_block.grid-cards-dark:not(.grid-image) .item .block_rich_text a {
  --tw-text-opacity: 1;
  color: rgb(255 158 0 / var(--tw-text-opacity, 1));
}

.grid_block.grid-cards-dark:not(.grid-image) .item .block_rich_text a:hover {
  color: rgb(255 158 0 / 0.7);
}

.grid_block.grid-cards-dark:not(.grid-image) .item .number {
  color: rgb(255 255 255 / 0.15);
}

/* Жёлтые карточки — #fff5e5 */

.grid_block.grid-cards-yellow:not(.grid-image) .item {
  --tw-text-opacity: 1;
  color: rgb(12 57 90 / var(--tw-text-opacity, 1));
  background-color: #fff5e5;
  box-shadow: none;
}

.grid_block.grid-cards-yellow:not(.grid-image) .item .block_rich_text,
.grid_block.grid-cards-yellow:not(.grid-image) .item .block_rich_text :is(p, li, h2, h3, h4, h5, h6) {
  --tw-text-opacity: 1;
  color: rgb(12 57 90 / var(--tw-text-opacity, 1));
}

.grid_block.grid-cards-yellow:not(.grid-image) .item .block_rich_text a {
  --tw-text-opacity: 1;
  color: rgb(12 57 90 / var(--tw-text-opacity, 1));
  text-decoration-line: underline;
}

.grid_block.grid-cards-yellow:not(.grid-image) .item .block_rich_text a:hover {
  color: rgb(12 57 90 / 0.7);
}

.grid_block.grid-cards-yellow:not(.grid-image) .item .number {
  color: rgb(12 57 90 / 0.2);
}

.grid_block.grid-cards-yellow:not(.grid-image) .item .number::after {
  --tw-bg-opacity: 1;
  background-color: rgb(12 57 90 / var(--tw-bg-opacity, 1));
}

.grid_block.grid-cards-yellow.grid-icon:not(.grid-image) .item .icon {
  --tw-border-opacity: 1;
  border-color: rgb(12 57 90 / var(--tw-border-opacity, 1));
}

.grid_block .list .item h2,
.grid_block .list .item h3,
.grid_block .list .item h4,
.grid_block .list .item h5,
.grid_block .list .item h6 {
  margin-bottom: 0.5rem;
  font-size: 1rem;
  line-height: 1.5rem;
  line-height: 120% !important;
}

@media (min-width: 768px) {
  .grid_block .list .item h2,
.grid_block .list .item h3,
.grid_block .list .item h4,
.grid_block .list .item h5,
.grid_block .list .item h6 {
    margin-bottom: 0.75rem;
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
}

/* Светлые карточки: заголовки тёмно-синие, не оранжевые из block_rich_text */

.grid_block.grid-cards-light .item :is(h2, h3, h4, h5, h6),
.grid_block.grid-cards-light .item .block_rich_text :is(h2, h3, h4, h5, h6) {
  --tw-text-opacity: 1;
  color: rgb(12 57 90 / var(--tw-text-opacity, 1));
}

/* Описания в карточках — единый размер 14px на всех breakpoints */

.grid_block .list .item .block_rich_text,
.grid_block .list .item .block_rich_text p,
.grid_block .list .item .block_rich_text li {
  font-size: 0.875rem;
  line-height: 1.25rem;
  line-height: 1.625;
}

/* h3 уже semibold — strong внутри даёт «пережир» */

.grid_block .list .item :is(h2, h3, h4, h5, h6) strong,
.grid_block .list .item :is(h2, h3, h4, h5, h6) b {
  font-weight: inherit;
}

/* 3 columns */

@media (min-width: 1024px) {
  .grid-three_col .list {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

/* Растягивать последний только при нечётном числе карточек (5, 7…) */

@media (min-width: 768px) {
  @media not all and (min-width: 1024px) {
    .grid-three_col .list:has(> .item:last-child:nth-child(odd)) > .item:last-child {
      grid-column: span 2 / span 2;
    }
  }

  .grid-number.grid-two_col .list:has(> .item:last-child:nth-child(odd)) > .item:last-child {
    grid-column: span 2 / span 2;
  }
}

/* 4 columns */

@media (min-width: 1024px) {
  .grid-four_col .list {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}

/* With Numbers — шапка карточки: 01 + линия, как на главной */

.grid-number:not(.grid-image) .item {
  height: 100%;
  gap: 0.5rem;
}

@media (min-width: 768px) {
  .grid-number:not(.grid-image) .item {
    gap: 0.75rem;
  }
}

.grid-number .item .number {
  position: relative;
  display: flex;
  width: 100%;
  align-items: flex-end;
  gap: 0.75rem;
  font-size: 48px;
  font-weight: 800;
  --tw-numeric-spacing: tabular-nums;
  font-variant-numeric: var(--tw-ordinal) var(--tw-slashed-zero) var(--tw-numeric-figure) var(--tw-numeric-spacing) var(--tw-numeric-fraction);
  line-height: 75% !important;
  color: rgb(12 57 90 / 0.15);
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
}

@media (min-width: 768px) {
  .grid-number .item .number {
    gap: 1rem;
    font-size: 56px;
  }
}

.grid-number .item .number::after {
  margin-bottom: 0.35em;
  display: block;
  height: 1px;
  min-width: 1.5rem;
  flex: 1 1 0%;
  --tw-bg-opacity: 1;
  background-color: rgb(255 158 0 / var(--tw-bg-opacity, 1));
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
  --tw-content: '';
  content: var(--tw-content);
}

@media (min-width: 768px) {
  .grid-number .item:hover .number {
    --tw-text-opacity: 1;
    color: rgb(255 158 0 / var(--tw-text-opacity, 1));
  }

  .grid-number .item:hover .number::after {
    --tw-translate-y: -0.25rem;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }

  .grid_block.grid-cards-dark.grid-number:not(.grid-image) .item:hover .number,
.grid_block.grid-cards-yellow.grid-number:not(.grid-image) .item:hover .number {
    --tw-text-opacity: 1;
    color: rgb(255 158 0 / var(--tw-text-opacity, 1));
  }
}

.grid-number .item .text :is(h2, h3, h4):first-child {
  margin-bottom: 0.5rem;
}

/* With icon */

.grid-icon .item .icon {
  height: -moz-fit-content;
  height: fit-content;
  width: -moz-fit-content;
  width: fit-content;
  border-bottom-width: 4px;
  --tw-border-opacity: 1;
  border-color: rgb(255 158 0 / var(--tw-border-opacity, 1));
  padding-bottom: 0.75rem;
}

@media (min-width: 768px) {
  .grid-icon .item .icon {
    padding-bottom: 1rem;
  }
}

.grid-icon .item .icon * {
  height: 4rem;
  width: 4rem;
  -o-object-fit: contain;
     object-fit: contain;
}

/* Lucide: канонический 24px + stroke 1.5, без растягивания до 64px */

.grid-icon .item .icon img[src*="lucide-"] {
  height: 2rem;
  width: 2rem;
}

/* With image */

.grid-image .item {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}

@media (min-width: 768px) {
  .grid-image .item {
    gap: 1rem;
  }
}

.grid-image .item .image {
  position: relative;
  aspect-ratio: 16 / 9;
  outline: 2px solid transparent !important;
  outline-offset: 2px !important;
}

.grid-image .item .image::before {
  position: absolute;
  top: 0px;
  right: 0px;
  height: 90%;
  width: 90%;
  border-radius: 0.5rem;
  background-color: rgb(255 158 0 / 0.3);
  --tw-content: '';
  content: var(--tw-content);
}

.grid-image .item .image img {
  position: absolute;
  bottom: 0px;
  left: 0px;
  aspect-ratio: 16 / 9;
  width: 90%;
  border-radius: 0.5rem;
  border-width: 1px;
  border-color: rgb(12 57 90 / 0.1);
  -o-object-fit: cover;
     object-fit: cover;
}

/* 
.grid-image .item .image img {
    @apply w-full aspect-video max-sm:aspect-video sm:h-[200px] object-cover rounded-lg;
} */

.action_banner h2,
.action_banner h3,
.action_banner h4,
.action_banner h5,
.action_banner h6 {
  --tw-text-opacity: 1 !important;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1)) !important;
}

.action_banner .action_banner-content {
  font-size: 0.875rem;
  line-height: 1.25rem;
  --tw-text-opacity: 1 !important;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1)) !important;
}

@media (min-width: 768px) {
  .action_banner .action_banner-content {
    font-size: 1rem;
    line-height: 1.5rem;
  }
}

.action_banner .action_banner-content :where(p, li, span, div, blockquote) {
  --tw-text-opacity: 1 !important;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1)) !important;
}

.action_banner .action_banner-content a,
.action_banner .action_banner-content strong {
  --tw-text-opacity: 1 !important;
  color: rgb(255 158 0 / var(--tw-text-opacity, 1)) !important;
}

.action_banner .action_banner-content ul,
.action_banner .action_banner-content ol {
  margin: 0px;
  list-style-type: none;
  padding: 0px;
}

.action_banner .action_banner-content ul > li,
.action_banner .action_banner-content ol > li {
  position: relative;
  margin: 0px;
  list-style-type: none;
  padding-left: 1.5rem;
  line-height: 1.625;
  list-style: none;
}

.action_banner .action_banner-content ul > li + li,
.action_banner .action_banner-content ol > li + li {
  margin-top: 0.5rem;
}

.action_banner .action_banner-content ul > li::before {
  position: absolute;
  left: 0px;
  top: 0.65em;
  height: 0.5rem;
  width: 0.5rem;
  border-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: rgb(255 158 0 / var(--tw-bg-opacity, 1));
  --tw-content: '';
  content: var(--tw-content);
}

.action_banner .action_banner-content ol {
  list-style-position: outside;
  list-style-type: decimal;
  padding-left: 1.25rem;
}

.action_banner .action_banner-content ol > li {
  padding-left: 0.25rem;
}

.action_banner .action_banner-content ol > li::before {
  display: none;
}

.action_banner .action_banner-container {
  position: relative;
  display: flex;
  align-items: center;
  row-gap: 1rem;
  -moz-column-gap: 2.5rem;
       column-gap: 2.5rem;
  overflow: hidden;
  border-radius: 0.75rem;
  --tw-bg-opacity: 1;
  background-color: rgb(12 57 90 / var(--tw-bg-opacity, 1));
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

@media not all and (min-width: 768px) {
  .action_banner .action_banner-container {
    flex-direction: column;
  }
}

@media (min-width: 768px) {
  .action_banner .action_banner-container {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}

@media (min-width: 1024px) {
  .action_banner .action_banner-container {
    -moz-column-gap: 5rem;
         column-gap: 5rem;
  }
}

.action_banner .action_banner-bg {
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 0;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.action_banner-bg_image .action_banner-container::after {
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 10;
  height: 100%;
  width: 100%;
  background-color: rgb(0 0 0 / 0.7);
  --tw-backdrop-blur: blur(4px);
  -webkit-backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
  backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
  --tw-content: '';
  content: var(--tw-content);
}

.action_banner-image .action_banner-image {
  z-index: 20;
  height: -moz-fit-content;
  height: fit-content;
  width: 300px;
  min-width: 300px;
}

.action_banner .action_banner-inner {
  z-index: 20;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1rem;
}

@media (min-width: 768px) {
  .action_banner .action_banner-inner {
    gap: 1.25rem;
  }
}

@media (min-width: 1024px) {
  .action_banner .action_banner-inner {
    gap: 1.5rem;
  }
}

.action_banner .action_banner-buttons {
  display: flex;
  width: 100%;
  align-items: center;
  gap: 1rem;
}

@media not all and (min-width: 768px) {
  .action_banner .action_banner-buttons {
    flex-direction: column;
  }
}

@media (min-width: 768px) {
  .action_banner .action_banner-buttons {
    gap: 1.25rem;
  }
}

@media (min-width: 1024px) {
  .action_banner .action_banner-buttons {
    gap: 1.5rem;
  }
}

.action_banner .action_banner-buttons > * {
  width: 100%;
}

@media (min-width: 768px) {
  .action_banner .action_banner-buttons > * {
    width: -moz-fit-content;
    width: fit-content;
  }
}

.action_banner .action_banner-buttons .btn_white {
  border-top-width: 2px;
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(255 158 0 / var(--tw-bg-opacity, 1));
  fill: #fff;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.action_banner .action_banner-buttons .btn_white:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  fill: #0c395a;
  --tw-text-opacity: 1;
  color: rgb(12 57 90 / var(--tw-text-opacity, 1));
}

.action_banner .action_banner-buttons .btn_blue {
  border-top-width: 2px;
  --tw-border-opacity: 1;
  border-color: rgb(255 158 0 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  fill: #0c395a;
  --tw-text-opacity: 1;
  color: rgb(12 57 90 / var(--tw-text-opacity, 1));
}

.action_banner .action_banner-buttons .btn_blue:hover {
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(255 158 0 / var(--tw-bg-opacity, 1));
  fill: #fff;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.tariffs.background_section {
  background-image: url('../img/home/bg.svg');
  background-position: 90% 0px;
  background-repeat: no-repeat;
  background-size: 350px 350px;
  background-position: 200px 150px;
}

.tariffs > .section_container {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

@media (min-width: 768px) {
  .tariffs > .section_container {
    gap: 1.5rem;
  }
}

.tariffs .list {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

@media (min-width: 768px) {
  .tariffs .list {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1.5rem;
  }
}

.tariffs .item > div {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}

@media (min-width: 1024px) {
  .tariffs .item > div {
    gap: 1rem;
  }
}

.tariffs .item {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 1rem;
  border-radius: 0.5rem;
  padding: 1rem;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
}

@media (min-width: 768px) {
  .tariffs .item {
    gap: 1.25rem;
    padding: 1.25rem;
  }
}

@media (min-width: 1024px) {
  .tariffs .item {
    gap: 1.5rem;
    padding: 1.5rem;
  }

  .tariffs .item:hover {
    --tw-translate-y: -0.5rem;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }
}

.tariffs:not(.background_section) .item {
  background-color: rgb(255 158 0 / 0.1);
}

.tariffs.background_section .item {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  box-shadow: 0px 0px 37px -2px #1118270d;
}

.tariffs .item.top_item {
  --tw-bg-opacity: 1;
  background-color: rgb(12 57 90 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.tariffs .item.top_item .action {
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity, 1));
}

.tariffs .item.top_item .title:before {
  margin-top: 0.25rem;
  margin-bottom: 0.25rem;
  margin-right: 0.5rem;
  display: inline-block;
  height: 0.25rem;
  width: 1rem;
  --tw-bg-opacity: 1;
  background-color: rgb(255 158 0 / var(--tw-bg-opacity, 1));
  --tw-content: '';
  content: var(--tw-content);
}

.tariffs .item .title,
.tariffs .item .title * {
  font-size: 1.125rem;
  line-height: 1.75rem;
  font-weight: 700;
  line-height: 120% !important;
}

@media (min-width: 768px) {
  .tariffs .item .title,
.tariffs .item .title * {
    font-size: 1.25rem;
    line-height: 1.75rem;
  }
}

.tariffs .item .description,
.tariffs .item .description * {
  font-size: 0.875rem;
  line-height: 1.25rem;
  line-height: 120% !important;
}

.tariffs .item .include,
.tariffs .item .include * {
  font-size: 0.875rem;
  line-height: 1.25rem;
}

.tariffs .item .include_list {
  margin: 0px;
  list-style-type: none;
  padding: 0px;
}

.tariffs .item .include_list li {
  margin-right: 0.5rem;
  display: inline-block;
}

.tariffs .item .include_list li::before {
  margin-right: 0.5rem;
  display: inline-block;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(255 158 0 / var(--tw-text-opacity, 1));
  --tw-content: '+';
  content: var(--tw-content);
}

.tariffs .item .action {
  border-top-width: 1px;
  border-color: rgb(12 57 90 / 0.1);
  padding-top: 0.75rem;
}

@media (min-width: 1024px) {
  .tariffs .item .action {
    padding-top: 1rem;
  }
}

.tariffs .item .price {
  font-size: 1.125rem;
  line-height: 1.75rem;
  font-weight: 700;
  line-height: 120% !important;
}

@media (min-width: 768px) {
  .tariffs .item .price {
    font-size: 1.25rem;
    line-height: 1.75rem;
  }
}

/* 2 columns */

.tariffs.tariffs-two_col .item .include_text {
  border-radius: 0.5rem;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  padding: 0.75rem;
}

.tariffs.tariffs-two_col .item .include_list {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
}

.tariffs.tariffs-two_col .item .include_list li {
  margin-right: 0px;
  border-radius: 0.5rem;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}

.tariffs.background_section.tariffs-two_col .item .include_text,
.tariffs.background_section.tariffs-two_col .item .include_list > * {
  --tw-bg-opacity: 1;
  background-color: rgb(246 248 247 / var(--tw-bg-opacity, 1));
}

.tariffs.tariffs-two_col .item.top_item .include_list > *,
.tariffs.tariffs-two_col .item.top_item .include_text {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(106 111 133 / var(--tw-bg-opacity, 1)) !important;
}

@media (min-width: 768px) {
  .tariffs.tariffs-two_col.tariffs-odd .item:last-child {
    grid-column: span 2 / span 2;
  }
}

/* 3 columns */

@media (min-width: 1024px) {
  .tariffs-three_col .list {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

.tariffs.tariffs-three_col .item.top_item .include {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(106 111 133 / var(--tw-bg-opacity, 1)) !important;
}

.tariffs.tariffs-three_col .item .include {
  border-radius: 0.5rem;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  padding: 0.75rem;
}

.tariffs.tariffs-three_col .item .include_list {
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
}

.tariffs.tariffs-three_col .item .include_list li {
  margin-right: 0px;
  display: block;
}

.tariffs.background_section.tariffs-three_col .item .include {
  border-radius: 0.5rem;
  --tw-bg-opacity: 1;
  background-color: rgb(246 248 247 / var(--tw-bg-opacity, 1));
  padding: 0.75rem;
}

@media (min-width: 768px) {
  .tariffs-three_col.tariffs-even .item:last-child {
    grid-column: span 2 / span 2;
  }
}

/* 4 columns */

@media (min-width: 1024px) {
  .tariffs-four_col .list {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}

.tariffs-four_col .list .item .include {
  background-color: transparent !important;
  padding: 0px !important;
}

@media (min-width: 768px) {
  .tariffs-four_col.tariffs-odd .item:last-child {
    grid-column: span 2 / span 2;
  }
}

/* With image */

.tariffs .item .image {
  position: relative;
  aspect-ratio: 16 / 9;
  max-width: 550px;
  outline: 2px solid transparent !important;
  outline-offset: 2px !important;
}

.tariffs .item .image img {
  aspect-ratio: 16 / 9;
  width: 100%;
  border-radius: 0.5rem;
  -o-object-fit: cover;
     object-fit: cover;
}

.tariffs .item .icon {
  height: -moz-fit-content;
  height: fit-content;
  width: -moz-fit-content;
  width: fit-content;
  flex-shrink: 0;
}

.tariffs .item .icon img {
  height: 4rem;
  width: 4rem;
  -o-object-fit: contain;
     object-fit: contain;
}

/* Lucide: как в grid-icon — 32px, без растягивания до 64px */

.tariffs .item .icon img[src*="lucide-"],
.tariffs .item .icon img[data-src*="lucide-"] {
  height: 2rem;
  width: 2rem;
}

/* Списки: без маркеров block_rich_text и list-disc из post_content */

.tariffs .post_content ul,
.tariffs .post_content ol {
  margin: 0px;
  margin-bottom: 0px;
  list-style-type: none;
  padding: 0px;
  padding-left: 0px;
}

.tariffs .post_content ul > li,
.tariffs .post_content ol > li {
  position: relative;
  margin: 0px;
  margin-bottom: 0.5rem;
  padding-left: 0px;
  list-style: none;
}

.tariffs .post_content ul > li::before,
.tariffs .post_content ul > li::marker,
.tariffs .post_content ol > li::before,
.tariffs .post_content ol > li::marker {
  content: none;
  display: none;
}

.tariffs .item .include_list li::before {
  margin-right: 0.5rem;
  display: inline-block;
  height: auto;
  width: auto;
  background-color: transparent;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(255 158 0 / var(--tw-text-opacity, 1));
  --tw-content: '+';
  content: var(--tw-content);
  position: static;
}

.tariffs.tariffs-two_col .item .include_text ul,
.tariffs.tariffs-two_col .item .description ul {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}

.tariffs.tariffs-two_col .item .include_text ul > li,
.tariffs.tariffs-two_col .item .description ul > li {
  margin-bottom: 0px;
  display: block;
  border-radius: 0.5rem;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

.tariffs.background_section.tariffs-two_col .item .include_text ul > li,
.tariffs.background_section.tariffs-two_col .item .description ul > li {
  --tw-bg-opacity: 1;
  background-color: rgb(246 248 247 / var(--tw-bg-opacity, 1));
}

.tariffs.tariffs-two_col .item.top_item .include_text ul > li,
.tariffs.tariffs-two_col .item.top_item .description ul > li {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(106 111 133 / var(--tw-bg-opacity, 1)) !important;
}

.certificate .content {
  margin-bottom: 1.5rem;
}

.certificate .item {
  display: flex;
  -moz-column-gap: 1rem;
       column-gap: 1rem;
  row-gap: 0.75rem;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
}

.certificate .item:hover {
  --tw-translate-y: -0.5rem;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

@media not all and (min-width: 768px) {
  .certificate .item {
    width: 168px;
    flex-direction: column;
  }
}

@media (min-width: 768px) {
  .certificate .item {
    align-items: flex-end;
  }
}

.certificate .item .image {
  display: block;
  height: 230px;
  width: 168px;
  min-width: 168px;
  overflow: hidden;
  border-radius: 0.5rem;
  border-width: 1px;
  border-color: rgb(12 57 90 / 0.1);
  --tw-bg-opacity: 1;
  background-color: rgb(241 242 245 / var(--tw-bg-opacity, 1));
  --tw-shadow: 0 1px 2px 0 rgb(0 0 0 / 0.05);
  --tw-shadow-colored: 0 1px 2px 0 var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  outline: 2px solid transparent;
  outline-offset: 2px;
}

.certificate .item .image img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.certificate .item .item-inner {
  display: flex;
  flex-direction: column;
  row-gap: 0.5rem;
}

.certificate .item .item-inner .title {
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 600;
  line-height: 1 !important;
}

@media (min-width: 768px) {
  .certificate .item .item-inner .title {
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
}

.certificate .item .item-inner .description {
  font-size: 0.75rem;
  line-height: 1rem;
}

@media (min-width: 768px) {
  .certificate .item .item-inner .description {
    font-size: 0.875rem;
    line-height: 1.25rem;
  }
}

.certificate .certificate_swiper {
  position: relative;
  margin-top: -1.5rem;
  margin-bottom: -1.5rem;
  margin-left: -1rem;
  margin-right: -1rem;
  overflow: visible;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  padding-left: 1rem;
  padding-right: 1rem;
}

.certificate_swiper::before {
  pointer-events: none;
  position: absolute;
  top: 0px;
  right: 100%;
  z-index: 10;
  height: 100%;
  width: 33vw;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  background-image: linear-gradient(to left, var(--tw-gradient-stops));
  --tw-gradient-from: transparent var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(0 0 0 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  --tw-gradient-to: #fff var(--tw-gradient-to-position);
  --tw-content: '';
  content: var(--tw-content);
}

.certificate_swiper::after {
  pointer-events: none;
  position: absolute;
  top: 0px;
  left: 100%;
  z-index: 10;
  height: 100%;
  width: 33vw;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  background-image: linear-gradient(to right, var(--tw-gradient-stops));
  --tw-gradient-from: transparent var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(0 0 0 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  --tw-gradient-to: #fff var(--tw-gradient-to-position);
  --tw-content: '';
  content: var(--tw-content);
}

.tabs_block-inner {
  display: grid;
  gap: 1.5rem;
}

@media (min-width: 1024px) {
  .tabs_block-inner {
    gap: 2rem;
  }
}

/* Панели контента */

.tabs_block-panels {
  min-width: 0px;
}

.tabs_block-panel_inner {
  border-radius: 1rem;
  border-width: 1px;
  border-color: rgb(12 57 90 / 0.1);
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  padding: 1.25rem;
}

@media (min-width: 768px) {
  .tabs_block-panel_inner {
    border-radius: 1.5rem;
    padding: 1.5rem;
  }
}

@media (min-width: 1024px) {
  .tabs_block-panel_inner {
    padding: 2rem;
  }
}

.tabs_block-panel_inner {
  box-shadow: 0px 0px 37px -2px #1118270d;
}

.tabs_block:not(.background_section) .tabs_block-panel_inner {
  border-color: transparent;
  --tw-bg-opacity: 1;
  background-color: rgb(238 241 244 / var(--tw-bg-opacity, 1));
  box-shadow: none;
}

.tabs_block-panel_header {
  margin-bottom: 0.75rem;
  display: block;
  width: 100%;
  max-width: 100%;
  border-radius: 1rem;
  border-width: 2px;
  --tw-border-opacity: 1;
  border-color: rgb(255 158 0 / var(--tw-border-opacity, 1));
  background-color: transparent;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 500;
  line-height: 1.375;
  --tw-text-opacity: 1;
  color: rgb(12 57 90 / var(--tw-text-opacity, 1));
}

@media (min-width: 768px) {
  .tabs_block-panel_header {
    margin-bottom: 1rem;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    padding-top: 1rem;
    padding-bottom: 1rem;
    font-size: 1rem;
    line-height: 1.5rem;
  }
}

.tabs_block-panel:not(.active) {
  display: none;
}

/* Навигация */

.tabs_block-nav {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}

@media (min-width: 768px) {
  .tabs_block-nav {
    gap: 0.75rem;
  }
}

.tabs_block-tab {
  width: 100%;
  border-radius: 9999px;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(217 222 229 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  text-align: left;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgb(12 57 90 / var(--tw-text-opacity, 1));
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
}

.tabs_block-tab:hover {
  border-color: rgb(12 57 90 / 0.3);
}

@media (min-width: 768px) {
  .tabs_block-tab {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    padding-top: 0.875rem;
    padding-bottom: 0.875rem;
    font-size: 1rem;
    line-height: 1.5rem;
  }
}

.tabs_block-tab.active {
  --tw-border-opacity: 1;
  border-color: rgb(12 57 90 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(12 57 90 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

/* Табы справа */

@media (min-width: 1024px) {
  .tabs_block.tabs-right .tabs_block-inner {
    grid-template-columns: minmax(0,1fr) minmax(220px,280px);
  }

  .tabs_block.tabs-right .tabs_block-panels {
    grid-column-start: 1;
    grid-row-start: 1;
  }

  .tabs_block.tabs-right .tabs_block-nav {
    grid-column-start: 2;
    grid-row-start: 1;
  }
}

/* Табы слева */

@media (min-width: 1024px) {
  .tabs_block.tabs-left .tabs_block-inner {
    grid-template-columns: minmax(220px,280px) minmax(0,1fr);
  }

  .tabs_block.tabs-left .tabs_block-nav {
    grid-column-start: 1;
    grid-row-start: 1;
  }

  .tabs_block.tabs-left .tabs_block-panels {
    grid-column-start: 2;
    grid-row-start: 1;
  }
}

/* Табы сверху */

@media (min-width: 1024px) {
  .tabs_block.tabs-top .tabs_block-inner {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }

  .tabs_block.tabs-top .tabs_block-nav {
    grid-column-start: 1;
    grid-row-start: 1;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 0.75rem;
  }

  .tabs_block.tabs-top .tabs_block-panels {
    grid-column-start: 1;
    grid-row-start: 2;
  }

  .tabs_block.tabs-top .tabs_block-tab {
    width: auto;
  }
}

/* Мобильная версия: табы горизонтально сверху */

@media (max-width: 1023px) {
  .tabs_block-inner {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }

  .tabs_block-nav {
    margin-left: -0.25rem;
    margin-right: -0.25rem;
    flex-direction: row;
    flex-wrap: nowrap;
    overflow-x: auto;
    padding-left: 0.25rem;
    padding-right: 0.25rem;
    padding-bottom: 0.25rem;
    scrollbar-width: thin;
  }

  .tabs_block-tab {
    width: auto;
    flex-shrink: 0;
    white-space: nowrap;
  }

  .tabs_block-panels {
    grid-column-start: 1;
    grid-row-start: 2;
  }

  .tabs_block-nav {
    grid-column-start: 1;
    grid-row-start: 1;
  }
}

/* Блок «Команда» в конструкторе страниц */

.team.team_block .team_block-title {
  margin-left: 0px;
  margin-right: 0px;
  margin-bottom: 0.75rem;
  max-width: none;
  text-align: left;
  font-size: 1.25rem;
  line-height: 1.75rem;
  font-weight: 700;
  line-height: 140% !important;
  --tw-text-opacity: 1;
  color: rgb(12 57 90 / var(--tw-text-opacity, 1));
}

@media (min-width: 768px) {
  .team.team_block .team_block-title {
    font-size: 1.5rem;
    line-height: 2rem;
  }
}

@media (min-width: 1024px) {
  .team.team_block .team_block-title {
    font-size: 32px;
  }
}

.team.team_block .team_block-desc {
  margin-left: 0px;
  margin-right: 0px;
  margin-bottom: 1.5rem;
  max-width: none;
  text-align: left;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 400;
  color: rgb(12 57 90 / 0.7);
}

@media (min-width: 768px) {
  .team.team_block .team_block-desc {
    margin-bottom: 2rem;
    font-size: 1rem;
    line-height: 1.5rem;
  }
}

@media (min-width: 1024px) {
  .team.team_block .team_block-desc {
    margin-bottom: 2.5rem;
  }
}

.team.team_block .team_swiper {
  margin-left: 0px;
  margin-right: 0px;
  max-width: 100%;
  overflow: hidden;
}

.team.team_block .team_item {
  display: flex;
  height: auto;
  flex-direction: column;
  opacity: 1;
}

@media (min-width: 768px) {
  .team.team_block .team_item {
    flex-direction: row;
  }
}

.team.team_block .team_item > * {
  width: 100%;
}

@media (min-width: 768px) {
  .team.team_block .team_item > * {
    width: 50%;
  }
}

.team.team_block .team_item-image {
  margin-bottom: 1.25rem;
  aspect-ratio: 1 / 1;
  overflow: hidden;
  border-radius: 0.5rem;
}

@media (min-width: 768px) {
  .team.team_block .team_item-image {
    margin-bottom: 0px;
    margin-right: 1.5rem;
  }
}

.team.team_block .team_item-image img {
  aspect-ratio: 1 / 1;
  width: 100%;
  border-radius: 0.5rem;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top;
     object-position: top;
  box-shadow: 0px 8px 8px -4px #1118270a;
}

.team.team_block .team_item-content {
  display: flex;
  flex-direction: column;
  padding-bottom: 0px;
}

@media (min-width: 768px) {
  .team.team_block .team_item-content {
    margin-left: 0px;
  }
}

.team.team_block .team_item-header {
  border-left-width: 4px;
  --tw-border-opacity: 1;
  border-color: rgb(255 158 0 / var(--tw-border-opacity, 1));
  padding-left: 1rem;
}

@media (min-width: 768px) {
  .team.team_block .team_item-header {
    padding-left: 1.25rem;
  }
}

.team.team_block .team_item-position {
  margin-bottom: 0.5rem;
  font-size: 0.75rem;
  line-height: 1rem;
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgb(255 158 0 / var(--tw-text-opacity, 1));
}

@media (min-width: 768px) {
  .team.team_block .team_item-position {
    font-size: 0.875rem;
    line-height: 1.25rem;
  }
}

.team.team_block .team_item-name {
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 600;
  text-transform: uppercase;
  line-height: 1.375 !important;
  --tw-text-opacity: 1;
  color: rgb(12 57 90 / var(--tw-text-opacity, 1));
}

@media (min-width: 768px) {
  .team.team_block .team_item-name {
    font-size: 1rem;
    line-height: 1.5rem;
  }
}

.team.team_block .team_item-description {
  margin-top: 0.75rem;
  overflow: hidden;
  font-size: 0.875rem;
  line-height: 1.25rem;
  color: rgb(12 57 90 / 0.9);
}

@media (min-width: 768px) {
  .team.team_block .team_item-description {
    margin-top: 1rem;
    font-size: 1rem;
    line-height: 1.5rem;
  }
}

.team.team_block .team_item-description {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 8;
}

.team.team_block .team_item-description > * {
  margin: 0px;
}

.team.team_block .team_item-description > * + * {
  margin-top: 0.5rem;
}

.team.team_block .swiper_nav {
  position: relative;
  margin-top: 1.5rem;
  width: 100%;
  justify-content: center;
}

@media (min-width: 768px) {
  .team.team_block .swiper_nav {
    margin-top: 2rem;
  }
}

.team.team_block .swiper_nav-prev,
.team.team_block .swiper_nav-next {
  display: none;
}

.team.team_block .swiper_nav-dots {
  max-width: none;
  justify-content: center;
}

.team.team_block.background_section .team_swiper {
  border-radius: 1rem;
  border-width: 1px;
  border-color: rgb(12 57 90 / 0.1);
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  padding: 1rem;
}

@media (min-width: 768px) {
  .team.team_block.background_section .team_swiper {
    border-radius: 1.5rem;
    padding: 1.5rem;
  }
}

@media (min-width: 1024px) {
  .team.team_block.background_section .team_swiper {
    padding: 2rem;
  }
}

.team.team_block.background_section .team_swiper {
  box-shadow: 0px 0px 37px -2px #1118270d;
}

.team.team_block .block_after_text {
  margin-top: 1.5rem;
}

@media (min-width: 768px) {
  .team.team_block .block_after_text {
    margin-top: 2rem;
  }
}

/* Блок «Якорная навигация» */

.anchor_nav-panel {
  max-width: 720px;
  border-top-right-radius: 1rem;
  border-bottom-right-radius: 1rem;
  border-left-width: 4px;
  --tw-border-opacity: 1;
  border-color: rgb(255 158 0 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(238 241 244 / var(--tw-bg-opacity, 1));
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
}

@media (min-width: 768px) {
  .anchor_nav-panel {
    border-top-right-radius: 1.5rem;
    border-bottom-right-radius: 1.5rem;
    padding-left: 1.75rem;
    padding-right: 1.75rem;
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }
}

.anchor_nav_is-full .anchor_nav-panel {
  width: 100%;
  max-width: none;
  border-radius: 1rem;
}

@media (min-width: 768px) {
  .anchor_nav_is-full .anchor_nav-panel {
    border-radius: 1.5rem;
  }
}

.anchor_nav.background_section .anchor_nav-panel {
  border-radius: 1rem;
  border-width: 1px;
  border-left-width: 4px;
  border-color: rgb(12 57 90 / 0.1);
  --tw-border-opacity: 1;
  border-left-color: rgb(255 158 0 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}

@media (min-width: 768px) {
  .anchor_nav.background_section .anchor_nav-panel {
    border-radius: 1.5rem;
  }
}

.anchor_nav.background_section .anchor_nav-panel {
  box-shadow: 0px 0px 37px -2px #1118270d;
}

.anchor_nav-title {
  margin-bottom: 1rem;
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 700;
  line-height: 1.375 !important;
  --tw-text-opacity: 1;
  color: rgb(12 57 90 / var(--tw-text-opacity, 1));
}

@media (min-width: 768px) {
  .anchor_nav-title {
    margin-bottom: 1.25rem;
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
}

.anchor_nav-list {
  margin: 0px;
  list-style-type: none;
  padding: 0px;
}

.anchor_nav-item {
  margin: 0px;
}

.anchor_nav-item + .anchor_nav-item {
  margin-top: 0.75rem;
}

@media (min-width: 768px) {
  .anchor_nav-item + .anchor_nav-item {
    margin-top: 1rem;
  }
}

.anchor_nav-link {
  display: flex;
  align-items: baseline;
  gap: 0.75rem;
  --tw-text-opacity: 1;
  color: rgb(12 57 90 / var(--tw-text-opacity, 1));
  text-decoration-line: none;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
}

.anchor_nav-link:hover,
.anchor_nav-link:focus-visible {
  --tw-text-opacity: 1;
  color: rgb(255 158 0 / var(--tw-text-opacity, 1));
  outline: 2px solid transparent;
  outline-offset: 2px;
}

.anchor_nav-label {
  display: flex;
  align-items: baseline;
  gap: 0.75rem;
  --tw-text-opacity: 1;
  color: rgb(12 57 90 / var(--tw-text-opacity, 1));
}

.anchor_nav-num {
  flex-shrink: 0;
  font-size: 0.75rem;
  line-height: 1rem;
  font-weight: 700;
  --tw-numeric-spacing: tabular-nums;
  font-variant-numeric: var(--tw-ordinal) var(--tw-slashed-zero) var(--tw-numeric-figure) var(--tw-numeric-spacing) var(--tw-numeric-fraction);
  --tw-text-opacity: 1;
  color: rgb(255 158 0 / var(--tw-text-opacity, 1));
}

@media (min-width: 768px) {
  .anchor_nav-num {
    font-size: 0.875rem;
    line-height: 1.25rem;
  }
}

.anchor_nav-text {
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 500;
  line-height: 1.375;
}

@media (min-width: 768px) {
  .anchor_nav-text {
    font-size: 1rem;
    line-height: 1.5rem;
  }
}

.anchor_nav-desc {
  margin-top: 0.5rem;
  padding-left: 2rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  line-height: 1.625;
  color: rgb(12 57 90 / 0.8);
}

.anchor_nav-desc > * {
  margin: 0px;
}

.anchor_nav-desc > * + * {
  margin-top: 0.5rem;
}

.anchor_nav-desc p {
  line-height: 1.625;
}

.anchor_nav-desc ul,
.anchor_nav-desc ol {
  margin: 0px;
  list-style-type: none;
  padding: 0px;
}

.anchor_nav-desc ul > li,
.anchor_nav-desc ol > li {
  position: relative;
  padding-left: 1.25rem;
  line-height: 1.625;
}

.anchor_nav-desc ul > li + li,
.anchor_nav-desc ol > li + li {
  margin-top: 0.25rem;
}

.anchor_nav-desc ul > li::before {
  position: absolute;
  left: 0px;
  top: 0.6em;
  height: 0.375rem;
  width: 0.375rem;
  border-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: rgb(255 158 0 / var(--tw-bg-opacity, 1));
  --tw-content: '';
  content: var(--tw-content);
}

.anchor_nav-desc ol {
  list-style-position: outside;
  list-style-type: decimal;
  padding-left: 1.25rem;
}

.anchor_nav-desc ol > li {
  padding-left: 0.25rem;
}

.anchor_nav-desc ol > li::before {
  display: none;
}

.anchor_nav-desc a {
  --tw-text-opacity: 1;
  color: rgb(255 158 0 / var(--tw-text-opacity, 1));
  text-decoration-line: underline;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
}

.anchor_nav-desc a:hover {
  color: rgb(255 158 0 / 0.7);
}

.anchor_nav-desc strong {
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgb(12 57 90 / var(--tw-text-opacity, 1));
}

.anchor_nav-desc em {
  font-style: italic;
}

.anchor_nav-desc blockquote {
  border-left-width: 2px;
  border-color: rgb(255 158 0 / 0.5);
  padding-left: 1rem;
  color: rgb(12 57 90 / 0.7);
}

.post_page .post_container .page_anchor {
  height: 0px;
  overflow: hidden;
  scroll-margin-top: 5rem;
}

@media (prefers-reduced-motion: no-preference) {
  html {
    scroll-behavior: smooth;
  }
}

.cases_block-head {
  margin-bottom: 1.5rem;
}

@media (min-width: 768px) {
  .cases_block-head {
    margin-bottom: 2.5rem;
  }
}

.cases_block-title {
  font-size: 1.25rem;
  line-height: 1.75rem;
  font-weight: 700;
  line-height: 140% !important;
  --tw-text-opacity: 1;
  color: rgb(12 57 90 / var(--tw-text-opacity, 1));
}

@media (min-width: 768px) {
  .cases_block-title {
    font-size: 1.5rem;
    line-height: 2rem;
  }
}

@media (min-width: 1024px) {
  .cases_block-title {
    font-size: 32px;
  }
}

.cases_block-desc {
  margin-top: 0.75rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 400;
  line-height: 1.625;
  color: rgb(12 57 90 / 0.7);
}

@media (min-width: 768px) {
  .cases_block-desc {
    font-size: 1rem;
    line-height: 1.5rem;
  }
}

/* Равная высота карточек в любом cases-swiper (главная, блок, related) */

.cases_swiper .swiper-wrapper {
  align-items: stretch;
}

.cases_swiper .swiper-slide {
  display: flex;
  height: auto;
}

.cases_swiper .swiper-slide .cases_item {
  height: 100%;
  width: 100%;
}

.cases_block .cases_swiper {
  overflow: hidden;
}

.related_carousel_block.background_section {
  position: relative;
  overflow: hidden;
  background-color: #fff5e5;
}

.related_carousel_block.background_section > .section_container {
  position: relative;
  z-index: 20;
}

.related_carousel_block.background_section::before,
.related_carousel_block.background_section::after {
  pointer-events: none;
  position: absolute;
  z-index: 10;
  height: 380px;
  width: 380px;
}

@keyframes pulse {
  50% {
    opacity: .5;
  }
}

.related_carousel_block.background_section::before,
.related_carousel_block.background_section::after {
  animation: pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  background-image: url('../img/home/bg.svg');
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  opacity: 0.4;
  --tw-content: '';
  content: var(--tw-content);
}

@media (min-width: 768px) {
  .related_carousel_block.background_section::before,
.related_carousel_block.background_section::after {
    height: 520px;
    width: 520px;
  }
}

.related_carousel_block.background_section::before {
  top: -2rem;
  right: -4rem;
  --tw-rotate: -20deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  transition-duration: 1000ms;
}

@media (min-width: 768px) {
  .related_carousel_block.background_section::before {
    top: -3rem;
    right: -6rem;
  }
}

.related_carousel_block.background_section::after {
  bottom: -4rem;
  left: -5rem;
  --tw-rotate: 160deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  opacity: 0.3;
  transition-duration: 2200ms;
}

@media (min-width: 768px) {
  .related_carousel_block.background_section::after {
    bottom: -6rem;
    left: -7rem;
  }
}

.related_carousel_block .swiper_nav {
  margin-top: 1.5rem;
  justify-content: space-between;
  gap: 1rem;
}

@media (min-width: 768px) {
  .related_carousel_block .swiper_nav {
    margin-top: 2rem;
    gap: 1.5rem;
  }
}

.related_carousel_block .swiper-button-prev,
.related_carousel_block .swiper-button-next {
  height: 2rem !important;
  min-height: 2rem !important;
  width: 2rem !important;
  min-width: 2rem !important;
  border-width: 1px;
  border-color: rgb(12 57 90 / 0.1);
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  fill: #0c395a;
  --tw-shadow: 0 1px 2px 0 rgb(0 0 0 / 0.05);
  --tw-shadow-colored: 0 1px 2px 0 var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.related_carousel_block .swiper-button-prev:hover,
.related_carousel_block .swiper-button-next:hover {
  --tw-border-opacity: 1;
  border-color: rgb(12 57 90 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(12 57 90 / var(--tw-bg-opacity, 1));
  fill: #fff;
}

@media (min-width: 768px) {
  .related_carousel_block .swiper-button-prev,
.related_carousel_block .swiper-button-next {
    height: 2.25rem !important;
    min-height: 2.25rem !important;
    width: 2.25rem !important;
    min-width: 2.25rem !important;
  }
}

.related_carousel_block .swiper-button-prev svg,
.related_carousel_block .swiper-button-next svg {
  height: 1rem !important;
  width: 0.625rem !important;
}

.related_carousel_block .swiper_nav-dots {
  max-width: none;
  gap: 0.5rem;
}

.related_carousel_block .swiper_nav-dots > * {
  height: 0.5rem !important;
  min-height: 0.5rem !important;
  width: 0.5rem !important;
  min-width: 0.5rem !important;
  background-color: rgb(12 57 90 / 0.2) !important;
}

.related_carousel_block .swiper_nav-dots > .swiper-pagination-bullet-active {
  height: 0.625rem !important;
  min-height: 0.625rem !important;
  width: 0.625rem !important;
  min-width: 0.625rem !important;
  --tw-bg-opacity: 1 !important;
  background-color: rgb(255 158 0 / var(--tw-bg-opacity, 1)) !important;
}

.related_carousel_block-actions {
  margin-top: 2rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.75rem;
}

@media (min-width: 768px) {
  .related_carousel_block-actions {
    margin-top: 2.5rem;
    gap: 1rem;
  }
}

.related_carousel_block-note {
  margin: 0px;
  max-width: 560px;
  text-align: center;
  font-size: 0.875rem;
  line-height: 1.25rem;
  line-height: 1.625;
  color: rgb(12 57 90 / 0.7);
}

@media (min-width: 768px) {
  .related_carousel_block-note {
    font-size: 1rem;
    line-height: 1.5rem;
  }
}

.related_carousel_block-btn {
  width: 100%;
  max-width: 320px;
}

@media (min-width: 768px) {
  .related_carousel_block-btn {
    width: auto;
    min-width: 280px;
  }
}

.solutions_block-head {
  margin-bottom: 1.5rem;
}

@media (min-width: 768px) {
  .solutions_block-head {
    margin-bottom: 2.5rem;
  }
}

.solutions_block-title {
  font-size: 1.25rem;
  line-height: 1.75rem;
  font-weight: 700;
  line-height: 140% !important;
  --tw-text-opacity: 1;
  color: rgb(12 57 90 / var(--tw-text-opacity, 1));
}

@media (min-width: 768px) {
  .solutions_block-title {
    font-size: 1.5rem;
    line-height: 2rem;
  }
}

@media (min-width: 1024px) {
  .solutions_block-title {
    font-size: 32px;
  }
}

.solutions_block-desc {
  margin-top: 0.75rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 400;
  line-height: 1.625;
  color: rgb(12 57 90 / 0.7);
}

@media (min-width: 768px) {
  .solutions_block-desc {
    font-size: 1rem;
    line-height: 1.5rem;
  }
}

.solutions_block .solutions_swiper {
  overflow: hidden;
}

.solutions_block .swiper-slide {
  display: flex;
  height: auto;
}

.solutions_block .swiper-slide .solutions_item {
  height: 100%;
  width: 100%;
}

.solutions_block .swiper_nav {
  margin-top: 1.5rem;
}

@media (min-width: 768px) {
  .solutions_block .swiper_nav {
    margin-top: 2rem;
  }
}

/* Карточки в карусели/листинге (a.solutions_item) — не трогать div на главной */

a.solutions_item {
  display: flex;
  flex-direction: column;
  overflow: hidden;
  border-radius: 0.75rem;
  border-width: 1px;
  border-color: rgb(12 57 90 / 0.1);
  --tw-text-opacity: 1;
  color: rgb(12 57 90 / var(--tw-text-opacity, 1));
  text-decoration-line: none;
  transition-property: box-shadow;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 200ms;
}

a.solutions_item:hover {
  --tw-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

a.solutions_item .solutions_item-image {
  position: relative;
  aspect-ratio: 16 / 9;
  width: 100%;
  overflow: hidden;
  --tw-bg-opacity: 1;
  background-color: rgb(238 244 250 / var(--tw-bg-opacity, 1));
}

a.solutions_item .solutions_item-image img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition-property: transform;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
}

a.solutions_item .solutions_item-image--placeholder img {
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
  padding: 1.5rem;
}

@media (min-width: 768px) {
  a.solutions_item .solutions_item-image--placeholder img {
    padding: 2rem;
  }
}

a.solutions_item:hover .solutions_item-image:not(.solutions_item-image--placeholder) img {
  --tw-scale-x: 1.05;
  --tw-scale-y: 1.05;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

a.solutions_item .solutions_item-content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: 1rem;
}

@media (min-width: 768px) {
  a.solutions_item .solutions_item-content {
    padding: 1.25rem;
  }
}

a.solutions_item .solutions_item-title {
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 500;
  line-height: 1.375;
  --tw-text-opacity: 1;
  color: rgb(12 57 90 / var(--tw-text-opacity, 1));
}

a.solutions_item .solutions_item-arrow {
  flex-shrink: 0;
  color: rgb(12 57 90 / 0.4);
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 200ms;
}

a.solutions_item:hover .solutions_item-arrow {
  --tw-text-opacity: 1;
  color: rgb(12 57 90 / var(--tw-text-opacity, 1));
}

/* Текстовые блоки конструктора: списки, абзацы, акценты */

.block_rich_text {
  font-size: 0.875rem;
  line-height: 1.25rem;
  color: inherit;
}

@media (min-width: 768px) {
  .block_rich_text {
    font-size: 1rem;
    line-height: 1.5rem;
  }
}

/* Единый ритм: сбрасываем margins из .post_content (внешний wrapper тоже .post_content).
   Важно: не ставить mt-0 на p/h* отдельным правилом с большей специфичностью —
   иначе оно перебивает соседский mt у > * + *. */

.post_content .block_rich_text > *,
.block_rich_text > * {
  margin-top: 0;
  margin-bottom: 0;
}

.post_content .block_rich_text p:not(:last-child),
.post_content .block_rich_text :is(h2, h3, h4, h5, ul, ol) {
  margin-bottom: 0;
}

.post_content .block_rich_text > * + *,
.block_rich_text > * + * {
  margin-top: 0.75rem;
  /* mt-3 */
}

.post_content .block_rich_text > :is(h2, h3, h4) + *,
.block_rich_text > :is(h2, h3, h4) + * {
  margin-top: 1rem;
  /* mt-4 */
}

.post_content .block_rich_text > p + :is(ul, ol),
.block_rich_text > p + :is(ul, ol) {
  margin-top: 1rem;
}

.block_rich_text p {
  line-height: 1.625;
}

.block_rich_text h3,
.block_rich_text h4 {
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgb(255 158 0 / var(--tw-text-opacity, 1));
}

@media (min-width: 768px) {
  .block_rich_text h3,
.block_rich_text h4 {
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
}

/* Перебиваем .post_content ul/ol (list-outside + pl-[18px] из post.css).
   Не ставить m-0 — иначе съедается margin-top от > * + *. */

.post_content .block_rich_text ul,
.post_content .block_rich_text ol,
.block_rich_text ul,
.block_rich_text ol {
  margin-bottom: 0px;
  margin-left: 0px;
  margin-right: 0px;
  list-style-type: none;
  padding: 0px;
  padding-left: 0px;
}

.block_rich_text ul > li {
  position: relative;
  margin: 0px;
  list-style-type: none;
  padding-left: 1.5rem;
  line-height: 1.625;
}

.block_rich_text ul > li + li {
  margin-top: 0.5rem;
}

.block_rich_text ul > li::marker {
  content: none;
}

.block_rich_text ul > li::before {
  content: "–";
  position: absolute;
  left: 0px;
  top: 0px;
  display: block;
  font-weight: 600;
  line-height: 1.625;
  --tw-text-opacity: 1;
  color: rgb(255 158 0 / var(--tw-text-opacity, 1));
}

.block_rich_text ol {
  counter-reset: block-rich-ol;
  list-style: none;
  margin-bottom: 0px;
  margin-left: 0px;
  margin-right: 0px;
  padding: 0px;
  padding-left: 0px;
}

.block_rich_text ol > li {
  counter-increment: block-rich-ol;
  position: relative;
  margin: 0px;
  padding-left: 1.75rem;
  line-height: 1.625;
}

.block_rich_text ol > li + li {
  margin-top: 0.5rem;
}

.block_rich_text ol > li::before {
  content: counter(block-rich-ol) ".";
  position: absolute;
  left: 0px;
  top: 0px;
  display: block;
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgb(255 158 0 / var(--tw-text-opacity, 1));
}

.block_rich_text ol ol {
  counter-reset: block-rich-ol;
  margin-top: 0.5rem;
}

/* Вложенный список: квадрат вместо «–», без двойного маркера */

.block_rich_text ul ul > li::before,
.block_rich_text ol ul > li::before {
  content: "";
  position: absolute;
  left: 0.25rem;
  top: 0.55em;
  display: block;
  height: 0.375rem;
  width: 0.375rem;
  border-radius: 1px;
  background-color: rgb(12 57 90 / 0.4);
  font-weight: 400;
}

.block_rich_text li > p {
  margin: 0px;
  display: inline;
}

.block_rich_text li strong {
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgb(255 158 0 / var(--tw-text-opacity, 1));
}

.block_rich_text a {
  display: inline;
  --tw-text-opacity: 1;
  color: rgb(255 158 0 / var(--tw-text-opacity, 1));
  text-decoration-line: underline;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
}

.block_rich_text a:hover {
  color: rgb(255 158 0 / 0.7);
}

/* Fallback, если в контенте ещё остались артефакты Qwen */

.block_rich_text .qwen-markdown-text {
  margin-top: 0.75rem;
  display: block;
  line-height: 1.625;
}

.block_rich_text .qwen-markdown-text:first-child {
  margin-top: 0px;
}

.block_rich_text :is(h2, h3, h4, h5, h6) .qwen-markdown-text,
.block_rich_text li .qwen-markdown-text,
.block_rich_text a .qwen-markdown-text,
.block_rich_text strong .qwen-markdown-text {
  margin-top: 0px;
  display: inline;
}

.block_rich_text blockquote {
  border-left-width: 4px;
  --tw-border-opacity: 1;
  border-color: rgb(255 158 0 / var(--tw-border-opacity, 1));
  padding-left: 1rem;
  color: rgb(12 57 90 / 0.8);
}

/* Текст после блока */

.block_after_text {
  margin-top: 1rem;
}

@media (min-width: 768px) {
  .block_after_text {
    margin-top: 1.5rem;
  }
}

.block_after_text-content {
  max-width: 800px;
}

/* Блок «Только кнопка» */

.cta_button-inner {
  display: flex;
  justify-content: center;
}

.cta_button-inner_left {
  justify-content: flex-start;
}

.cta_button-btn {
  width: 100%;
  max-width: 420px;
}

@media (min-width: 768px) {
  .cta_button-btn {
    width: auto;
    min-width: 280px;
  }
}

/* Post content */

/* @import './accent_text.css'; */

.cases_item {
  position: relative;
  display: flex;
  height: 100%;
  width: 100%;
  min-width: 0px;
  flex-direction: column;
  align-items: stretch;
  overflow: hidden;
  border-radius: 0.5rem;
  border-width: 1px;
  border-color: rgb(12 57 90 / 0.1);
  text-decoration-line: none;
  --tw-shadow: 0 1px 2px 0 rgb(0 0 0 / 0.05);
  --tw-shadow-colored: 0 1px 2px 0 var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.cases_item-media {
  position: relative;
  aspect-ratio: 16 / 9;
  width: 100%;
  min-width: 0px;
  flex-shrink: 0;
  overflow: hidden;
  background-color: rgb(246 248 247 / 0.5);
}

.cases_item-media > img {
  position: absolute;
  inset: 0px;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.cases_item-media .placeholder {
  position: absolute;
  inset: 0px;
  height: 100%;
  width: 100%;
  background-color: rgb(246 248 247 / 0.5);
}

.cases_item-media .placeholder img {
  position: absolute;
  top: 50%;
  left: 50%;
  height: 80%;
  width: 80%;
  --tw-translate-x: -50%;
  --tw-translate-y: -50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
}

.cases_item-content {
  position: relative;
  box-sizing: border-box;
  display: flex;
  width: 100%;
  min-width: 0px;
  flex: 1 1 0%;
  flex-direction: column;
  justify-content: flex-start;
  --tw-bg-opacity: 1;
  background-color: rgb(12 57 90 / var(--tw-bg-opacity, 1));
  padding: 0.75rem;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
}

@media (min-width: 768px) {
  .cases_item-content {
    padding-left: 1rem;
    padding-right: 1rem;
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
}

.cases_item .cases_item-date {
  margin-bottom: 0.25rem;
  font-size: 11px;
  line-height: 1 !important;
  letter-spacing: 0.025em;
  opacity: 0.5;
}

@media (min-width: 768px) {
  .cases_item .cases_item-date {
    font-size: 0.75rem;
    line-height: 1rem;
  }
}

.cases_item .cases_item-title {
  margin: 0px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  width: 100%;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 500;
  line-height: 130% !important;
}

@media (min-width: 768px) {
  .cases_item .cases_item-title {
    font-size: 1rem;
    line-height: 1.5rem;
  }
}

.cases_item-no_date .cases_item-title {
  margin-bottom: 0px;
}

.page_card {
  display: flex;
  height: 100%;
  flex-direction: column;
  overflow: hidden;
  border-radius: 0.75rem;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  padding: 0.75rem;
}

@media (min-width: 768px) {
  .page_card {
    padding: 1rem;
  }
}

.page_card {
  box-shadow: 0px 8px 28px 0px #8898AA1F;
}

.page_card-image {
  margin-bottom: 0.75rem;
  display: block;
  aspect-ratio: 4/3;
  width: 100%;
  overflow: hidden;
  border-radius: 0.75rem;
}

@media (min-width: 768px) {
  .page_card-image {
    margin-bottom: 1rem;
  }
}

.page_card-image img {
  pointer-events: none;
  height: 100%;
  width: 100%;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  border-radius: 0.75rem;
  -o-object-fit: cover;
     object-fit: cover;
}

.page_card .page_card-content {
  margin-bottom: 0.75rem;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}

.page_card-content .page_card-title {
  display: block;
  font-size: 1.125rem;
  line-height: 1.75rem;
  font-weight: 600;
  line-height: 22px !important;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
}

.page_card-content .page_card-title:hover {
  --tw-text-opacity: 1;
  color: rgb(255 158 0 / var(--tw-text-opacity, 1));
}

.page_card-content .page_card-description {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  font-size: 0.75rem;
  line-height: 1rem;
}

@media (min-width: 768px) {
  .page_card-content .page_card-description {
    font-size: 0.875rem;
    line-height: 1.25rem;
  }
}

/* Post */

.post_card {
  display: flex;
  height: 100%;
  min-width: 0px;
  flex-direction: column;
  overflow: hidden;
  border-radius: 0.75rem;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  padding: 0.75rem;
  --tw-text-opacity: 1;
  color: rgb(12 57 90 / var(--tw-text-opacity, 1));
  text-decoration-line: none;
}

@media (min-width: 768px) {
  .post_card {
    padding: 1rem;
  }
}

.post_card {
  box-shadow: 0px 8px 28px 0px #8898AA1F;
}

.post_card-image {
  position: relative;
  margin-bottom: 0.75rem;
  display: block;
  aspect-ratio: 16 / 9;
  width: 100%;
  overflow: hidden;
  border-radius: 0.75rem;
  background-color: rgb(246 248 247 / 0.4);
}

@media (min-width: 768px) {
  .post_card-image {
    margin-bottom: 1rem;
  }
}

.post_card-image img {
  pointer-events: none;
  position: absolute;
  inset: 0px;
  height: 100%;
  width: 100%;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  -o-object-fit: cover;
     object-fit: cover;
}

.post_card .post_card-content {
  display: flex;
  flex: 1 1 0%;
  flex-direction: column;
  gap: 0.375rem;
}

@media (min-width: 768px) {
  .post_card .post_card-content {
    gap: 0.5rem;
  }
}

.post_card-content .post_card-title {
  margin: 0px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 600;
  line-height: 130% !important;
  --tw-text-opacity: 1;
  color: rgb(12 57 90 / var(--tw-text-opacity, 1));
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
}

@media (min-width: 768px) {
  .post_card-content .post_card-title {
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
}

.post_card:hover .post_card-title {
  --tw-text-opacity: 1;
  color: rgb(255 158 0 / var(--tw-text-opacity, 1));
}

.post_card-content .post_card-date {
  margin: 0px;
  font-size: 0.75rem;
  line-height: 1rem;
  --tw-text-opacity: 1;
  color: rgb(136 152 170 / var(--tw-text-opacity, 1));
}

.post_card-content .post_card-description {
  margin: 0px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  font-size: 0.875rem;
  line-height: 1.25rem;
  line-height: 140% !important;
  color: rgb(12 57 90 / 0.7);
}

.vacancy_item {
  display: flex;
  cursor: pointer;
  flex-direction: column;
  justify-content: space-between;
  gap: 1rem;
  border-radius: 0.5rem;
  --tw-bg-opacity: 1;
  background-color: rgb(246 248 247 / var(--tw-bg-opacity, 1));
  padding: 1rem;
  transition-duration: 300ms;
}

.vacancy_item:hover {
  --tw-translate-y: 0.5rem;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

@media (min-width: 768px) {
  .vacancy_item {
    padding: 1.25rem;
  }
}

@media (min-width: 1024px) {
  .vacancy_item {
    padding: 1.5rem;
  }
}

.vacancy_item .top {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}

.vacancy_item-title {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 700;
}

@media (min-width: 768px) {
  .vacancy_item-title {
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
}

.vacancy_item-short_description {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  font-size: 0.75rem;
  line-height: 1rem;
}

@media (min-width: 768px) {
  .vacancy_item-short_description {
    font-size: 0.875rem;
    line-height: 1.25rem;
  }
}

.vacancy_item-price {
  font-size: 0.75rem;
  line-height: 1rem;
  font-weight: 700;
}

@media (min-width: 768px) {
  .vacancy_item-price {
    font-size: 0.875rem;
    line-height: 1.25rem;
  }
}

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

.nt_pagination-button, .nt_pagination-page {
  display: flex;
  height: 2rem;
  width: 2rem;
  align-items: center;
  justify-content: center;
}

@media (min-width: 1024px) {
  .nt_pagination-button, .nt_pagination-page {
    height: 2.5rem;
    width: 2.5rem;
  }
}

.nt_pagination-button.disabled {
  pointer-events: none;
  cursor: default;
  opacity: 0.5;
}

.nt_pagination-pages {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

@media (min-width: 1024px) {
  .nt_pagination-pages {
    gap: 0.75rem;
  }
}

.nt_pagination-pages .nt_pagination-page {
  border-radius: 9999px;
  font-family: ui-serif, Georgia, Cambria, "Times New Roman", Times, serif;
  font-size: 0.75rem;
  line-height: 1rem;
}

@media (min-width: 768px) {
  .nt_pagination-pages .nt_pagination-page {
    font-size: 0.875rem;
    line-height: 1.25rem;
  }
}

@media (min-width: 1024px) {
  .nt_pagination-pages .nt_pagination-page {
    font-size: 1rem;
    line-height: 1.5rem;
  }
}

.nt_pagination-pages a.nt_pagination-page {
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
}

.nt_pagination-pages a.nt_pagination-page:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(236 238 240 / var(--tw-bg-opacity, 1));
}

.nt_pagination-pages .nt_pagination-page.active {
  --tw-bg-opacity: 1;
  background-color: rgb(12 57 90 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.nt_pagination-pages .nt_pagination-dots {
  display: flex;
  height: 2rem;
  width: 2rem;
  align-items: center;
  justify-content: center;
  border-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: rgb(236 238 240 / var(--tw-bg-opacity, 1));
}

@media (min-width: 1024px) {
  .nt_pagination-pages .nt_pagination-dots {
    height: 2.5rem;
    width: 2.5rem;
  }
}

.nt_pagination-pages .nt_pagination-count {
  display: flex;
  height: 2rem;
  align-items: center;
  justify-content: center;
  font-size: 0.75rem;
  line-height: 1rem;
  --tw-text-opacity: 1;
  color: rgb(144 147 154 / var(--tw-text-opacity, 1));
}

@media not all and (min-width: 1024px) {
  .nt_pagination-pages .nt_pagination-count {
    display: none !important;
  }
}

@media (min-width: 1024px) {
  .nt_pagination-pages .nt_pagination-count {
    height: 2.5rem;
  }
}

/* Страницы */

/* Global */

.home_page .headline {
  margin-bottom: 1.5rem;
  display: flex;
  justify-content: space-between;
  gap: 0.5rem;
}

@media not all and (min-width: 768px) {
  .home_page .headline {
    flex-direction: column;
  }
}

@media (min-width: 768px) {
  .home_page .headline {
    margin-bottom: 2.5rem;
    align-items: center;
  }
}

.home_page .headline_title {
  font-size: 1.25rem;
  line-height: 1.75rem;
  font-weight: 700;
  line-height: 140% !important;
}

@media (min-width: 768px) {
  .home_page .headline_title {
    font-size: 1.5rem;
    line-height: 2rem;
  }
}

@media (min-width: 1024px) {
  .home_page .headline_title {
    font-size: 32px;
  }
}

.home_page .headline_btn {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  fill: #ff9e00;
  font-weight: 700;
  line-height: 1;
  --tw-text-opacity: 1;
  color: rgb(255 158 0 / var(--tw-text-opacity, 1));
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
}

.home_page .headline_btn:hover {
  fill: #fff;
  --tw-text-opacity: 1;
  color: rgb(12 57 90 / var(--tw-text-opacity, 1));
}

@media (min-width: 1024px) {
  .home_page .headline_btn:active {
    --tw-scale-x: .95;
    --tw-scale-y: .95;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }
}

.home_page .headline_btn .icon {
  display: flex;
  height: 60px;
  width: 60px;
  align-items: center;
  justify-content: center;
  border-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: rgb(246 248 247 / var(--tw-bg-opacity, 1));
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
}

.home_page .headline_btn:hover .icon {
  --tw-translate-x: 0.25rem;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  --tw-bg-opacity: 1;
  background-color: rgb(12 57 90 / var(--tw-bg-opacity, 1));
}

/* Hero */

.home_page .hero {
  position: relative;
}

.home_page .hero_container {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 2.5rem;
}

@media (min-width: 1024px) {
  .home_page .hero_container {
    gap: 3.5rem;
  }
}

.home_page .hero_bg {
  position: absolute;
  bottom: 0px;
  right: 0px;
  z-index: -10;
  height: 450px;
  width: 450px;
  --tw-translate-x: 75%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  -o-object-fit: contain;
     object-fit: contain;
}

.home_page .hero_image {
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

@media not all and (min-width: 768px) {
  .home_page .hero_image {
    order: 2;
    max-height: 470px;
  }
}

@media (min-width: 768px) {
  .home_page .hero_image {
    min-width: 384px;
    max-width: 384px;
  }
}

.home_page .hero_content {
  display: flex;
  width: 100%;
  flex-direction: column;
}

.home_page .hero_title {
  margin-bottom: 2rem;
  font-size: 1.25rem;
  line-height: 1.75rem;
  font-weight: 700;
  line-height: 140% !important;
}

@media not all and (min-width: 768px) {
  .home_page .hero_title {
    order: 1;
  }
}

@media (min-width: 768px) {
  .home_page .hero_title {
    margin-bottom: 1.5rem;
    font-size: 1.5rem;
    line-height: 2rem;
    font-weight: 800;
    text-transform: uppercase;
  }
}

@media (min-width: 1024px) {
  .home_page .hero_title {
    font-size: 1.875rem;
    line-height: 2.25rem;
  }
}

@media (min-width: 1280px) {
  .home_page .hero_title {
    font-size: 2.25rem;
    line-height: 2.5rem;
  }
}

@media (min-width: 1536px) {
  .home_page .hero_title {
    font-size: 40px;
  }
}

.home_page .advantages {
  margin-bottom: 2rem;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}

@media not all and (min-width: 768px) {
  .home_page .advantages {
    order: 4;
    margin-top: 2rem;
  }
}

@media (min-width: 768px) {
  .home_page .advantages {
    margin-bottom: 2.5rem;
    gap: 0.75rem;
  }
}

@media (min-width: 1024px) {
  .home_page .advantages {
    gap: 1rem;
  }
}

.home_page .advantages_item {
  display: flex;
  align-items: flex-start;
  gap: 1rem;
}

.home_page .advantages_item-icon {
  display: flex;
  height: 1.5rem;
  min-height: 1.5rem;
  width: 1.5rem;
  min-width: 1.5rem;
  align-items: center;
  justify-content: center;
  border-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: rgb(246 248 247 / var(--tw-bg-opacity, 1));
}

.home_page .advantages_item-icon img {
  width: 1rem;
  --tw-translate-x: 70%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.home_page .hero_btn {
  width: 100%;
  white-space: nowrap;
}

@media not all and (min-width: 768px) {
  .home_page .hero_btn {
    order: 5;
  }
}

@media (min-width: 768px) {
  .home_page .hero_btn {
    margin-bottom: 2rem;
    width: -moz-fit-content;
    width: fit-content;
  }
}

.home_page .hero_accent {
  display: block;
  max-width: 650px;
  border-radius: 0.125rem;
  --tw-bg-opacity: 1;
  background-color: rgb(255 158 0 / var(--tw-bg-opacity, 1));
  padding: 0.75rem;
  font-size: 1.25rem;
  line-height: 1.75rem;
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

@media not all and (min-width: 768px) {
  .home_page .hero_accent {
    order: 3;
  }
}

@media (min-width: 768px) {
  .home_page .hero_accent {
    --tw-translate-x: -110px;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
    padding: 1.25rem;
  }
}

@media (min-width: 1024px) {
  .home_page .hero_accent {
    padding: 1.5rem;
    font-size: 1.5rem;
    line-height: 2rem;
  }
}

/* Cases */

.home_page .swiper_nav {
  margin-top: 2.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
}

@media not all and (min-width: 768px) {
  .home_page .swiper_nav {
    justify-content: space-between;
  }
}

@media (min-width: 768px) {
  .home_page .swiper_nav {
    gap: 3.5rem;
  }
}

.home_page .swiper_nav > * {
  position: relative !important;
  top: auto !important;
  left: auto !important;
  right: auto !important;
  bottom: auto !important;
  --tw-translate-x: 0px !important;
  --tw-translate-y: 0px !important;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y)) !important;
}

.home_page .swiper-button-next,
.home_page .swiper-button-prev {
  margin: 0px !important;
  display: flex;
  height: 2.5rem;
  min-height: 2.5rem;
  width: 2.5rem;
  min-width: 2.5rem;
  align-items: center;
  justify-content: center;
  border-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: rgb(246 248 247 / var(--tw-bg-opacity, 1));
  fill: #ff9e00;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
}

.home_page .swiper-button-next:hover,
.home_page .swiper-button-prev:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(12 57 90 / var(--tw-bg-opacity, 1));
  fill: #fff;
}

.home_page .swiper-button-next:active,
.home_page .swiper-button-prev:active {
  --tw-scale-x: .95;
  --tw-scale-y: .95;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.home_page .swiper-button-next:disabled,
.home_page .swiper-button-prev:disabled {
  cursor: default;
  opacity: 0.5;
}

@media (min-width: 768px) {
  .home_page .swiper-button-next,
.home_page .swiper-button-prev {
    height: 4rem;
    min-height: 4rem;
    width: 4rem;
    min-width: 4rem;
  }
}

.home_page .swiper-button-next:after,
.home_page .swiper-button-prev:after {
  --tw-content: none !important;
  content: var(--tw-content) !important;
}

.home_page .swiper-button-next svg,
.home_page .swiper-button-prev svg {
  height: 1.25rem;
  width: 11px;
}

.home_page .swiper_nav-dots {
  display: flex;
  width: auto !important;
  max-width: calc(100% - 120px);
  align-items: center;
  gap: 1rem;
  overflow: hidden;
}

.home_page .swiper_nav-dots > * {
  left: auto !important;
  top: auto !important;
  margin: 0px !important;
  display: block;
  height: 1rem !important;
  min-height: 1rem;
  width: 1rem !important;
  min-width: 1rem;
  --tw-translate-x: 0px !important;
  --tw-translate-y: 0px !important;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y)) !important;
  border-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: rgb(226 233 229 / var(--tw-bg-opacity, 1));
  opacity: 1 !important;
}

.home_page .swiper_nav-dots > .swiper-pagination-bullet-active {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(255 158 0 / var(--tw-bg-opacity, 1)) !important;
}

/* Services */

.home_page .services {
  --tw-bg-opacity: 1;
  background-color: rgb(246 248 247 / var(--tw-bg-opacity, 1));
}

.home_page .services a {
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
}

.home_page .services a:hover {
  --tw-text-opacity: 1;
  color: rgb(255 158 0 / var(--tw-text-opacity, 1));
}

.home_page .services .headline_title {
  margin-bottom: 2.5rem;
  text-align: center;
}

.home_page .services .services_list {
  gap: 2rem;
}

@media not all and (min-width: 768px) {
  .home_page .services .services_list {
    display: flex;
    flex-direction: column;
  }
}

@media (min-width: 768px) {
  .home_page .services .services_list {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

.home_page .services .services_item {
  position: relative;
  border-radius: 0.375rem;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
}

@media (min-width: 1024px) {
  .home_page .services .services_item {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}

.home_page .services .services_item {
  box-shadow: 0px 0px 37px -2px #1118270d;
}

.home_page .services .services_item-icon {
  height: 3.5rem;
  min-height: 3.5rem;
  width: 3.5rem;
  min-width: 3.5rem;
  -o-object-fit: contain;
     object-fit: contain;
}

.home_page .services hr {
  margin-top: 0.75rem;
  margin-bottom: 0.75rem;
  height: 2px;
  width: 3.5rem;
  border-style: none;
  --tw-bg-opacity: 1;
  background-color: rgb(224 227 235 / var(--tw-bg-opacity, 1));
}

@media (min-width: 768px) {
  .home_page .services hr {
    margin-top: 1.25rem;
    margin-bottom: 1.25rem;
  }
}

.home_page .services .services_item-title {
  margin-bottom: 0.75rem;
  font-size: 1.25rem;
  line-height: 1.75rem;
  font-weight: 600;
}

@media (min-width: 768px) {
  .home_page .services .services_item-title {
    margin-bottom: 1.25rem;
  }
}

.home_page .services_item-children {
  margin-bottom: 2rem;
  margin-top: 0.75rem;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}

@media not all and (min-width: 768px) {
  .home_page .services_item-children {
    order: 4;
    margin-top: 2rem;
  }
}

@media (min-width: 768px) {
  .home_page .services_item-children {
    margin-bottom: 2.5rem;
    margin-top: 1.25rem;
    gap: 0.75rem;
  }
}

@media (min-width: 1024px) {
  .home_page .services_item-children {
    gap: 1rem;
  }
}

.home_page .services_item-child {
  display: flex;
  align-items: flex-start;
  gap: 1rem;
}

.home_page .services_item-child:hover .services_item-child-icon img {
  --tw-translate-x: 0px;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.home_page .services_item-child-icon {
  display: flex;
  height: 1.5rem;
  min-height: 1.5rem;
  width: 1.5rem;
  min-width: 1.5rem;
  align-items: center;
  justify-content: center;
  border-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: rgb(246 248 247 / var(--tw-bg-opacity, 1));
}

.home_page .services_item-child-icon img {
  width: 1rem;
  --tw-translate-x: 70%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
}

.home_page .services .services_item-bg {
  pointer-events: none;
  position: absolute;
  bottom: 0px;
  right: 0px;
  height: 12rem;
  width: 12rem;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  -o-object-fit: contain;
     object-fit: contain;
}

/* Team — только главная, не блок конструктора */

.team:not(.team_block) .headline_title {
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 0.75rem;
  max-width: 600px;
  text-align: center;
  font-size: 1.25rem;
  line-height: 1.75rem;
  font-weight: 700;
  line-height: 1 !important;
}

@media (min-width: 768px) {
  .team:not(.team_block) .headline_title {
    font-size: 1.5rem;
    line-height: 2rem;
  }
}

@media (min-width: 1024px) {
  .team:not(.team_block) .headline_title {
    font-size: 32px;
  }
}

.team:not(.team_block) .headline_desc {
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 1.25rem;
  max-width: 550px;
  text-align: center;
  font-weight: 700;
}

@media (min-width: 768px) {
  .team:not(.team_block) .headline_desc {
    margin-bottom: 2.5rem;
  }
}

.team:not(.team_block) .team_swiper {
  position: relative;
  margin-left: 0px;
  max-width: 1032px;
  overflow: visible;
}

.team:not(.team_block) .team_item {
  display: flex;
  -moz-column-gap: 2rem;
       column-gap: 2rem;
  row-gap: 1.25rem;
  opacity: 0.2;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
}

@media not all and (min-width: 768px) {
  .team:not(.team_block) .team_item {
    flex-direction: column;
  }
}

.team:not(.team_block) .team_swiper .team_item.swiper-slide-active {
  opacity: 1;
}

.team:not(.team_block) .team_item > * {
  width: 100%;
}

@media (min-width: 768px) {
  .team:not(.team_block) .team_item > * {
    width: 50%;
  }
}

.team:not(.team_block) .team_item-image {
  overflow: hidden;
}

@media not all and (min-width: 768px) {
  .team:not(.team_block) .team_item-image {
    aspect-ratio: 1/1.25;
  }
}

.team:not(.team_block) .team_item-image img {
  aspect-ratio: 1/1.25;
  height: auto;
  width: 100%;
  border-radius: 0.125rem;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top;
     object-position: top;
  box-shadow: 0px 8px 8px -4px #1118270a;
}

.team:not(.team_block) .team_item-content {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}

@media (min-width: 768px) {
  .team:not(.team_block) .team_item-content {
    padding-bottom: 7rem;
  }
}

.team:not(.team_block) .team_item-header {
  border-left-width: 4px;
  --tw-border-opacity: 1;
  border-color: rgb(255 158 0 / var(--tw-border-opacity, 1));
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}

.team:not(.team_block) .team_item-position {
  margin-bottom: 0.75rem;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(255 158 0 / var(--tw-text-opacity, 1));
}

.team:not(.team_block) .team_item-name {
  font-size: 1.5rem;
  line-height: 2rem;
  font-weight: 600;
  text-transform: uppercase;
}

.team:not(.team_block) .team_item-description {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}

.team:not(.team_block) .team_item-btn {
  width: 100%;
}

@media (min-width: 768px) {
  .team:not(.team_block) .team_item-btn {
    width: -moz-fit-content;
    width: fit-content;
  }
}

.team:not(.team_block) .swiper_nav {
  width: 100%;
  justify-content: space-between;
}

@media (min-width: 768px) {
  .team:not(.team_block) .swiper_nav {
    position: absolute;
    bottom: 0px;
    right: 0px;
    width: 50%;
  }
}

/* Solutions */

.home_page .solutions {
  --tw-bg-opacity: 1;
  background-color: rgb(246 248 247 / var(--tw-bg-opacity, 1));
}

.home_page .solutions .headline_title {
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 0.75rem;
  max-width: 580px;
  text-align: center;
  line-height: 1 !important;
}

.home_page .solutions .headline_desc {
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 1.25rem;
  max-width: 580px;
  text-align: center;
  font-weight: 700;
}

@media (min-width: 768px) {
  .home_page .solutions .headline_desc {
    margin-bottom: 2.5rem;
  }
}

.home_page .solutions .solutions_list {
  margin-bottom: 1.5rem;
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}

@media (min-width: 768px) {
  .home_page .solutions .solutions_list {
    margin-bottom: 2.5rem;
  }
}

.home_page .solutions .solutions_item {
  position: relative;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  max-width: 1000px;
  -moz-column-gap: 1.25rem;
       column-gap: 1.25rem;
  row-gap: 0.5rem;
  border-radius: 0.375rem;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  background-image: url('../img/home/bg.svg');
  background-size: 350px 350px;
  background-repeat: no-repeat;
}

.home_page .solutions .solutions_item:nth-child(odd) {
  background-position: -100px -100px;
}

.home_page .solutions .solutions_item:nth-child(even) {
  background-position: 100px 100px;
}

@media not all and (min-width: 768px) {
  .home_page .solutions .solutions_item {
    flex-direction: column;
  }
}

@media (min-width: 768px) {
  .home_page .solutions .solutions_item {
    flex-direction: row;
    padding: 1.5rem;
  }

  .home_page .solutions .solutions_item:nth-child(even) {
    flex-direction: row-reverse;
  }
}

.home_page .solutions .solutions_item-image {
  aspect-ratio: 16/10;
  height: 100%;
  width: 380px;
  overflow: hidden;
}

.home_page .solutions .solutions_item-image img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.home_page .solutions .solutions_item-content {
  display: flex;
  width: 100%;
  flex-direction: column;
  justify-content: space-between;
  gap: 1.25rem;
}

@media not all and (min-width: 768px) {
  .home_page .solutions .solutions_item-content {
    padding: 0.75rem;
  }
}

@media (min-width: 768px) {
  .home_page .solutions .solutions_item-content {
    width: calc(100% - 400px);
    padding-top: 2.5rem;
  }
}

.home_page .solutions .solutions_item-title {
  font-size: 1.25rem;
  line-height: 1.75rem;
  font-weight: 500;
}

.home_page .solutions .actions {
  display: flex;
  align-items: center;
  justify-content: center;
}

/* Steps */

.home_page .steps .headline_title {
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 0.75rem;
  max-width: 580px;
  text-align: center;
  line-height: 1 !important;
}

.home_page .steps .headline_desc {
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 1.25rem;
  max-width: 580px;
  text-align: center;
}

@media (min-width: 768px) {
  .home_page .steps .headline_desc {
    margin-bottom: 2.5rem;
  }
}

.home_page .steps .steps_list {
  position: relative;
  margin-bottom: 1.5rem;
  display: flex;
  flex-direction: column;
  row-gap: 0.75rem;
  -moz-column-gap: 2rem;
       column-gap: 2rem;
}

@media (min-width: 640px) {
  .home_page .steps .steps_list {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    row-gap: 2rem;
  }
}

@media (min-width: 768px) {
  .home_page .steps .steps_list {
    margin-bottom: 2.5rem;
  }
}

@media (min-width: 1024px) {
  .home_page .steps .steps_list {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    row-gap: 76px;
  }
}

.home_page .steps .steps_list::after {
  position: absolute;
  top: 50%;
  left: 0px;
  height: 125px;
  width: 100%;
  --tw-translate-y: -50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  background-image: url('../img/home/steps_line.svg');
  background-position: center;
  background-repeat: no-repeat;
}

@media (min-width: 1024px) {
  .home_page .steps .steps_list::after {
    --tw-content: '';
    content: var(--tw-content);
  }
}

.home_page .steps .steps_item-line {
  width: 100%;
}

@media not all and (min-width: 1024px) {
  .home_page .steps .steps_item-line {
    display: none !important;
  }
}

.home_page .steps .steps_item-wrapper {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

@media not all and (min-width: 1024px) {
  .home_page .steps .steps_item-wrapper {
    --tw-bg-opacity: 1;
    background-color: rgb(246 248 247 / var(--tw-bg-opacity, 1));
  }
}

.home_page .steps .steps_item {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  --tw-bg-opacity: 1;
  background-color: rgb(246 248 247 / var(--tw-bg-opacity, 1));
  padding: 1rem;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
}

.home_page .steps .steps_item:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(12 57 90 / var(--tw-bg-opacity, 1));
}

@media (min-width: 1024px) {
  .home_page .steps .steps_item {
    height: 200px;
  }
}

.home_page .steps .steps_item-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  font-size: 64px;
  font-weight: 800;
  line-height: 75% !important;
  color: rgb(12 57 90 / 0.1);
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
}

.home_page .steps .steps_item:hover .steps_item-header {
  --tw-text-opacity: 1;
  color: rgb(255 158 0 / var(--tw-text-opacity, 1));
}

.home_page .steps .steps_item-content {
  margin-left: 1rem;
  border-left-width: 8px;
  --tw-border-opacity: 1;
  border-color: rgb(255 158 0 / var(--tw-border-opacity, 1));
  padding-left: 0.75rem;
  font-size: 1.25rem;
  line-height: 1.75rem;
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgb(12 57 90 / var(--tw-text-opacity, 1));
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
}

.home_page .steps .steps_item:hover .steps_item-content {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.home_page .steps .actions {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 1rem;
}

/* Info */

.about_page-info {
  position: relative;
  z-index: 0;
  background-size: cover;
  background-position: center;
}

@media not all and (min-width: 768px) {
  .about_page-info {
    margin-top: 50px;
    margin-bottom: 50px;
  }
}

@media (min-width: 768px) {
  .about_page-info {
    padding-top: 100px;
    padding-bottom: 60px;
  }
}

.about_page-info::before {
  position: absolute;
  inset: 0px;
  z-index: 0;
  --tw-gradient-from: #fff var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(255 255 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  --tw-gradient-to: rgb(246 246 251 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(246 246 251 / 0.8) var(--tw-gradient-via-position), var(--tw-gradient-to);
  --tw-gradient-to: #fff var(--tw-gradient-to-position);
  --tw-content: '';
  content: var(--tw-content);
}

@media not all and (min-width: 768px) {
  .about_page-info::before {
    background-image: linear-gradient(to bottom, var(--tw-gradient-stops));
  }
}

@media (min-width: 768px) {
  .about_page-info::before {
    background-color: rgb(246 246 251 / 0.9);
  }
}

.about_page-info .section_container {
  position: relative;
  z-index: 10;
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}

@media (min-width: 768px) {
  .about_page-info .section_container {
    gap: 2.5rem;
  }
}

.about_page-info-inner {
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
}

@media (min-width: 768px) {
  .about_page-info-inner {
    gap: 2.5rem;
  }
}

.about_page-info-grid {
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
}

@media not all and (min-width: 768px) {
  .about_page-info-grid {
    border-radius: 0.75rem;
    background-color: rgb(255 255 255 / 0.7);
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    padding-top: 1.75rem;
    padding-bottom: 1.75rem;
  }
}

@media (min-width: 768px) {
  .about_page-info-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.75rem;
  }
}

@media (min-width: 1024px) {
  .about_page-info-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

.about_page-info-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 2.5rem;
  font-family: ui-serif, Georgia, Cambria, "Times New Roman", Times, serif;
  font-size: 1.125rem;
  line-height: 1.75rem;
  font-weight: 500;
}

@media (min-width: 768px) {
  .about_page-info-item {
    font-size: 1.25rem;
    line-height: 1.75rem;
  }
}

@media (min-width: 1024px) {
  .about_page-info-item {
    font-size: 1.5rem;
    line-height: 2rem;
  }
}

.about_page-info-grid .about_page-info-item:not(.first):last-child {
  border-style: none;
}

@media not all and (min-width: 768px) {
  .about_page-info-grid .about_page-info-item:not(.first) {
    border-bottom-width: 1px;
    --tw-border-opacity: 1;
    border-color: rgb(197 204 221 / var(--tw-border-opacity, 1));
    padding-bottom: 1.25rem;
  }

  .about_page-info-grid .about_page-info-item:not(.first):last-child {
    padding-bottom: 0px;
  }
}

@media (min-width: 768px) {
  .about_page-info-grid .about_page-info-item:not(.first) {
    border-radius: 0.75rem;
    background-color: rgb(255 255 255 / 0.7);
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
}

.about_page-info-item.first {
  font-weight: 600;
}

@media not all and (min-width: 768px) {
  .about_page-info-item.first {
    font-size: 1.25rem;
    line-height: 1.75rem;
  }

  .about_page-info-grid .about_page-info-item.first {
    display: none !important;
  }
}

/* Advantages */

.about_page-advantages-inner {
  display: flex;
}

@media not all and (min-width: 768px) {
  .about_page-advantages-inner {
    flex-direction: column;
    gap: 1.5rem;
  }
}

.about_page-advantages-inner > div {
  width: 100%;
}

@media (min-width: 768px) {
  .about_page-advantages-inner > div {
    width: 50%;
  }

  .about_page-advantages-inner > div:first-child {
    padding-right: 2.5rem;
  }
}

.accent-block {
  display: flex;
  align-items: center;
  -moz-column-gap: 1.25rem;
       column-gap: 1.25rem;
  row-gap: 2.5rem;
  --tw-border-opacity: 1;
  border-color: rgb(217 217 217 / var(--tw-border-opacity, 1));
}

@media not all and (min-width: 768px) {
  .accent-block {
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
    justify-content: center;
    border-top-width: 1px;
    border-bottom-width: 1px;
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }
}

@media (min-width: 768px) {
  .accent-block {
    flex-direction: column;
    border-left-width: 1px;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}

@media (min-width: 1024px) {
  .accent-block {
    padding-left: 68px;
    padding-right: 68px;
  }
}

.accent-block p {
  width: 100%;
  text-align: left;
  font-weight: 600;
  line-height: 1.25 !important;
}

@media (min-width: 768px) {
  .accent-block p {
    font-size: 1.25rem;
    line-height: 1.75rem;
  }
}

@media (min-width: 1024px) {
  .accent-block p {
    font-size: 1.5rem;
    line-height: 2rem;
  }
}

.accent-block svg {
  height: 5rem;
  width: 5rem;
}

@media (min-width: 768px) {
  .accent-block svg {
    height: 100px;
    width: 100px;
  }
}

.about_page-advantages-grid {
  position: relative;
  margin-top: 1.5rem;
  margin-bottom: 2rem;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  overflow: hidden;
}

@media not all and (min-width: 768px) {
  .about_page-advantages-grid {
    border-radius: 0.5rem;
    border-width: 1px;
    --tw-border-opacity: 1;
    border-color: rgb(217 217 217 / var(--tw-border-opacity, 1));
  }
}

@media (min-width: 768px) {
  .about_page-advantages-grid {
    margin-top: 2.5rem;
    margin-bottom: 5rem;
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}

.about_page-advantages-grid::before,
.about_page-advantages-grid::after {
  position: absolute;
  display: block;
  --tw-bg-opacity: 1;
  background-color: rgb(217 217 217 / var(--tw-bg-opacity, 1));
}

@media not all and (min-width: 768px) {
  .about_page-advantages-grid::before,
.about_page-advantages-grid::after {
    --tw-content: '';
    content: var(--tw-content);
  }
}

.about_page-advantages-grid::before {
  top: 50%;
  left: 0px;
  height: 1px;
  width: 100%;
}

.about_page-advantages-grid::after {
  top: 0px;
  left: 50%;
  height: 100%;
  width: 1px;
}

.about_page-advantages-item {
  display: flex;
  align-items: center;
  --tw-border-opacity: 1;
  border-color: rgb(217 217 217 / var(--tw-border-opacity, 1));
}

@media not all and (min-width: 768px) {
  .about_page-advantages-item {
    padding: 1.25rem;
  }
}

@media not all and (min-width: 640px) {
  .about_page-advantages-item {
    padding: 0.75rem;
  }
}

@media (min-width: 768px) {
  .about_page-advantages-item {
    justify-content: center;
    border-right-width: 1px;
  }

  .about_page-advantages-item:first-child {
    border-left-width: 1px;
  }
}

.about_page-advantages-item > div {
  display: flex;
  width: -moz-fit-content;
  width: fit-content;
  flex-direction: column;
  align-items: flex-start;
  gap: 0.5rem;
}

.about_page-advantages-item .title {
  font-family: ui-serif, Georgia, Cambria, "Times New Roman", Times, serif;
  font-size: 42px;
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgb(255 158 0 / var(--tw-text-opacity, 1));
}

@media (min-width: 768px) {
  .about_page-advantages-item .title {
    font-size: 56px;
    font-weight: 600;
  }
}

@media (min-width: 1024px) {
  .about_page-advantages-item .title {
    font-size: 70px;
  }
}

.about_page-advantages-item .description {
  font-family: ui-serif, Georgia, Cambria, "Times New Roman", Times, serif;
  font-size: 12px;
  font-weight: 500;
  line-height: 1.25;
}

@media (min-width: 768px) {
  .about_page-advantages-item .description {
    font-size: 14px;
  }
}

@media (min-width: 1024px) {
  .about_page-advantages-item .description {
    font-size: 18px;
  }
}

.about_page-advantages .callback {
  width: 100%;
  border-radius: 0.75rem;
  --tw-bg-opacity: 1;
  background-color: rgb(255 158 0 / var(--tw-bg-opacity, 1));
  padding: 1rem;
  text-align: center;
  font-family: ui-serif, Georgia, Cambria, "Times New Roman", Times, serif;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
}

.about_page-advantages .callback:hover {
  background-color: rgb(255 158 0 / 0.8);
}

@media (min-width: 768px) {
  .about_page-advantages .callback {
    padding: 1.5rem;
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
}

@media (min-width: 1024px) {
  .about_page-advantages .callback {
    font-size: 1.5rem;
    line-height: 2rem;
  }
}

/* Documents */

.about_page-documents {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  max-width: 1330px;
}

@media (min-width: 1024px) {
  .about_page-documents {
    padding-left: 5rem;
    padding-right: 5rem;
  }
}

.about_page-documents .about_page-documents-inner {
  width: 100%;
}

@media not all and (min-width: 768px) {
  .about_page-documents .about_page-documents-inner {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}

.about_page-documents .about_page-documents-inner .headline,
.about_page-documents .about_page-documents-inner .content {
  max-width: 700px;
}

.about_page-documents-inner img.dots {
  position: absolute;
  bottom: 0px;
  right: 0px;
  height: auto;
  width: calc(100% - 780px);
}

@media not all and (min-width: 1024px) {
  .about_page-documents-inner img.dots {
    display: none;
  }
}

.about_page-documents .documents_swiper {
  margin-top: 1.5rem;
  max-width: 850px;
  overflow: hidden;
}

@media (min-width: 768px) {
  .about_page-documents .documents_swiper {
    margin-top: 2.5rem;
  }
}

@media (min-width: 1024px) {
  .about_page-documents .documents_swiper {
    margin-top: 5rem;
  }
}

.about_page-documents .documents_swiper .swiper-wrapper {
  width: 100%;
}

@media not all and (min-width: 768px) {
  .about_page-documents .documents_swiper .swiper-wrapper {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}

.about_page-documents .documents_swiper .swiper-slide {
  display: flex;
  width: -moz-fit-content !important;
  width: fit-content !important;
  -moz-column-gap: 1rem;
       column-gap: 1rem;
  row-gap: 0.75rem;
  --tw-border-opacity: 1;
  border-color: rgb(217 217 217 / var(--tw-border-opacity, 1));
}

@media not all and (min-width: 1024px) {
  .about_page-documents .documents_swiper .swiper-slide {
    flex-direction: column;
  }
}

@media (min-width: 1024px) {
  .about_page-documents .documents_swiper .swiper-slide {
    flex-direction: row;
    align-items: flex-end;
    border-right-width: 1px;
    padding-right: 2rem;
  }
}

.about_page-documents .documents_swiper .swiper-slide img {
  height: 250px;
  width: 180px;
  -o-object-fit: cover;
     object-fit: cover;
}

.about_page-documents .documents_swiper .swiper-slide > div {
  display: flex;
  width: 180px;
  flex-direction: column;
  gap: 6px;
}

@media not all and (min-width: 1024px) {
  .about_page-documents .documents_swiper .swiper-slide > div {
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
  }
}

@media (min-width: 768px) {
  .about_page-documents .documents_swiper .swiper-slide > div {
    gap: 10px;
  }
}

.about_page-documents .documents_swiper .swiper-slide .title {
  font-family: ui-serif, Georgia, Cambria, "Times New Roman", Times, serif;
  font-weight: 500;
  line-height: 1.25;
}

@media (min-width: 768px) {
  .about_page-documents .documents_swiper .swiper-slide .title {
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
}

@media (min-width: 1024px) {
  .about_page-documents .documents_swiper .swiper-slide .title {
    font-size: 1.25rem;
    line-height: 1.75rem;
  }
}

.about_page-documents .documents_swiper .swiper-slide .description {
  font-size: 0.75rem;
  line-height: 1rem;
  line-height: 1.25;
}

@media (min-width: 1024px) {
  .about_page-documents .documents_swiper .swiper-slide .description {
    font-size: 0.875rem;
    line-height: 1.25rem;
  }
}

/* Divider */

.about_page-divider .section_container {
  pointer-events: none;
  position: relative;
  display: flex;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: center;
  justify-content: center;
}

.about_page-divider .section_container hr {
  height: 1px;
  width: 100%;
  --tw-bg-opacity: 1;
  background-color: rgb(197 204 221 / var(--tw-bg-opacity, 1));
}

@media not all and (min-width: 768px) {
  .about_page-divider .section_container hr {
    display: none !important;
  }
}

@media (min-width: 768px) {
  .about_page-divider .section_container img.dots {
    display: none !important;
  }
}

.about_page-divider .section_container img.circle {
  position: absolute;
  top: 50%;
  aspect-ratio: 1 / 1;
  width: 160px;
  --tw-translate-y: -50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

@media (min-width: 768px) {
  .about_page-divider .section_container img.circle {
    left: 1090px;
    width: 624px;
  }
}

/* Partners */

.about_page-partners {
  margin-bottom: 0px !important;
}

.about_page-partners .headline,
.about_page-partners .content {
  max-width: 700px;
}

.about_page-partners .partners_swiper {
  overflow: hidden;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}

@media (min-width: 768px) {
  .about_page-partners .partners_swiper {
    padding-top: 2.5rem;
  }
}

@media (min-width: 1024px) {
  .about_page-partners .partners_swiper {
    padding-top: 5rem;
  }
}

.about_page-partners .partners_swiper .swiper-slide {
  border-radius: 0.75rem;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}

@media (min-width: 768px) {
  .about_page-partners .partners_swiper .swiper-slide {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    padding-top: 1.75rem;
    padding-bottom: 1.75rem;
  }
}

.about_page-partners .partners_swiper .swiper-slide {
  box-shadow: 0px 8px 18px 0px #909EAF42;
}

.about_page-partners .partners_swiper .swiper-slide img {
  margin-bottom: 1.75rem;
  height: 100px;
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
}

@media (min-width: 768px) {
  .about_page-partners .partners_swiper .swiper-slide img {
    margin-bottom: 2.5rem;
  }
}

@media (min-width: 1024px) {
  .about_page-partners .partners_swiper .swiper-slide img {
    margin-bottom: 3.5rem;
  }
}

.about_page-partners .partners_swiper .swiper-slide .title {
  margin-bottom: 0.5rem;
  font-family: ui-serif, Georgia, Cambria, "Times New Roman", Times, serif;
  font-size: 1.125rem;
  line-height: 1.75rem;
  font-weight: 600;
  line-height: 1.25;
}

.about_page-partners .partners_swiper .swiper-slide .description {
  font-size: 0.75rem;
  line-height: 1rem;
  line-height: 1.25;
  --tw-text-opacity: 1;
  color: rgb(80 90 114 / var(--tw-text-opacity, 1));
}

.contacts_container {
  display: flex;
  -moz-column-gap: 2.5rem;
       column-gap: 2.5rem;
  row-gap: 2.5rem;
}

@media not all and (min-width: 768px) {
  .contacts_container {
    flex-direction: column;
  }
}

@media (min-width: 1024px) {
  .contacts_container {
    -moz-column-gap: 5rem;
         column-gap: 5rem;
  }
}

.contacts_container-single {
  display: block;
}

.contacts_container-single .contacts_column {
  width: 100%;
  max-width: none;
}

.contacts_column {
  flex: 1 1 0%;
}

.contacts_column.post_content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  border-radius: 0.5rem;
  --tw-bg-opacity: 1;
  background-color: rgb(246 248 247 / var(--tw-bg-opacity, 1));
  padding: 1rem;
}

@media (min-width: 768px) {
  .contacts_column.post_content {
    padding: 1.25rem;
  }
}

@media (min-width: 1024px) {
  .contacts_column.post_content {
    padding: 2.5rem;
  }
}

.contacts_column .social_list {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
}

.contacts_column .contacts_divider {
  margin-bottom: 1rem;
  margin-top: 0px;
  height: 0.25rem;
  width: 2.5rem;
  --tw-bg-opacity: 1;
  background-color: rgb(255 158 0 / var(--tw-bg-opacity, 1));
}

@media (min-width: 768px) {
  .contacts_column .contacts_divider {
    margin-bottom: 1.25rem;
  }
}

@media (min-width: 1024px) {
  .contacts_column .contacts_divider {
    margin-bottom: 1.5rem;
  }
}

.posts_list {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}

@media (min-width: 768px) {
  .posts_list {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    row-gap: 2rem;
  }
}

@media (min-width: 1024px) {
  .posts_list {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

.posts_pagination {
  margin-left: auto;
  margin-right: auto;
  margin-top: 2.5rem;
  max-width: 860px;
}

@media (min-width: 768px) {
  .posts_pagination {
    margin-top: 5rem;
  }
}

/* Single post */

.post_title {
  margin-top: 0.75rem;
  border-bottom-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(197 204 221 / var(--tw-border-opacity, 1));
  padding-bottom: 1.5rem;
}

@media (min-width: 768px) {
  .post_title {
    margin-top: 60px;
    padding-bottom: 60px;
  }
}

.post_title h1 {
  margin-bottom: 0.5rem;
  font-size: 1.5rem;
  line-height: 2rem;
  font-weight: 600;
  line-height: 0.95 !important;
}

@media (min-width: 768px) {
  .post_title h1 {
    margin-bottom: 1rem;
    font-size: 1.875rem;
    line-height: 2.25rem;
  }
}

@media (min-width: 1024px) {
  .post_title h1 {
    margin-bottom: 1.5rem;
    font-size: 2.25rem;
    line-height: 2.5rem;
  }
}

@media (min-width: 1280px) {
  .post_title h1 {
    font-size: 3rem;
    line-height: 1;
  }
}

.post_title .date {
  font-size: 0.75rem;
  line-height: 1rem;
  font-weight: 500;
}

@media (min-width: 768px) {
  .post_title .date {
    font-size: 0.875rem;
    line-height: 1.25rem;
  }
}

@media (min-width: 1024px) {
  .post_title .date {
    font-size: 1rem;
    line-height: 1.5rem;
  }
}

.post_content {
  font-size: 0.875rem;
  line-height: 1.25rem;
}

@media (min-width: 768px) {
  .post_content {
    font-size: 1rem;
    line-height: 1.5rem;
  }
}

.post_content h2 {
  margin-bottom: 0.75rem;
  font-size: 1.25rem;
  line-height: 1.75rem;
  font-weight: 600;
}

@media (min-width: 768px) {
  .post_content h2 {
    margin-bottom: 1rem;
    font-size: 1.5rem;
    line-height: 2rem;
  }
}

@media (min-width: 1024px) {
  .post_content h2 {
    margin-bottom: 1.5rem;
    font-size: 1.875rem;
    line-height: 2.25rem;
  }
}

.post_content h3 {
  margin-bottom: 0.75rem;
  font-size: 1.125rem;
  line-height: 1.75rem;
  font-weight: 600;
}

@media (min-width: 768px) {
  .post_content h3 {
    margin-bottom: 1rem;
    font-size: 1.25rem;
    line-height: 1.75rem;
  }
}

@media (min-width: 1024px) {
  .post_content h3 {
    margin-bottom: 1.5rem;
    font-size: 1.5rem;
    line-height: 2rem;
  }
}

.post_content h4 {
  margin-bottom: 0.75rem;
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 600;
}

@media (min-width: 768px) {
  .post_content h4 {
    margin-bottom: 1rem;
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
}

@media (min-width: 1024px) {
  .post_content h4 {
    margin-bottom: 1.5rem;
    font-size: 1.25rem;
    line-height: 1.75rem;
  }
}

.post_content h5 {
  margin-bottom: 0.75rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 600;
}

@media (min-width: 768px) {
  .post_content h5 {
    margin-bottom: 1rem;
    font-size: 1rem;
    line-height: 1.5rem;
  }
}

@media (min-width: 1024px) {
  .post_content h5 {
    margin-bottom: 1.5rem;
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
}

.post_content p:not(:last-child) {
  margin-bottom: 0.75rem;
}

@media (min-width: 768px) {
  .post_content p:not(:last-child) {
    margin-bottom: 1rem;
  }
}

@media (min-width: 1024px) {
  .post_content p:not(:last-child) {
    margin-bottom: 1.25rem;
  }
}

.post_content ul {
  margin-bottom: 0.75rem;
  list-style-position: outside;
  list-style-type: disc;
  padding-left: 18px;
}

@media (min-width: 768px) {
  .post_content ul {
    margin-bottom: 1rem;
  }
}

@media (min-width: 1024px) {
  .post_content ul {
    margin-bottom: 1.25rem;
  }
}

.post_content ol {
  margin-bottom: 0.75rem;
  list-style-position: outside;
  list-style-type: decimal;
  padding-left: 18px;
}

@media (min-width: 768px) {
  .post_content ol {
    margin-bottom: 1rem;
  }
}

@media (min-width: 1024px) {
  .post_content ol {
    margin-bottom: 1.25rem;
  }
}

.post_content li {
  margin-bottom: 0.5rem;
}

.post_content a {
  --tw-text-opacity: 1;
  color: rgb(255 158 0 / var(--tw-text-opacity, 1));
  text-decoration-line: underline;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
}

.post_content a:hover {
  color: rgb(255 158 0 / 0.5);
}

.post_content hr {
  margin-top: 0.75rem;
  margin-bottom: 0.75rem;
  height: 1px;
  border-width: 0px;
  background-color: rgb(12 57 90 / 0.1);
}

@media (min-width: 768px) {
  .post_content hr {
    margin-top: 1rem;
    margin-bottom: 1rem;
  }
}

@media (min-width: 1024px) {
  .post_content hr {
    margin-top: 1.25rem;
    margin-bottom: 1.25rem;
  }
}

.post_image img {
  height: auto;
  width: 100%;
  border-radius: 0.75rem;
  -o-object-fit: cover;
     object-fit: cover;
}

.post_image .image_title {
  margin-top: 0.75rem;
  font-size: 0.75rem;
  line-height: 1rem;
}

.post_divider hr {
  height: 1px;
  width: 100%;
  --tw-bg-opacity: 1;
  background-color: rgb(197 204 221 / var(--tw-bg-opacity, 1));
}

.post_gallery .post_gallery-text {
  margin-bottom: 1.25rem;
}

@media (min-width: 768px) {
  .post_gallery .post_gallery-text {
    margin-bottom: 30px;
  }
}

.post_gallery .post_gallery-images {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 2px;
}

@media (min-width: 768px) {
  .post_gallery .post_gallery-images {
    gap: 0.25rem;
  }
}

.post_gallery .post_gallery-item {
  display: block;
  aspect-ratio: 1 / 1;
}

.post_gallery .post_gallery-item img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.post_grid {
  position: relative;
}

.post_grid_swiper-item {
  border-radius: 0.75rem;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 2rem;
  padding-bottom: 2rem;
  box-shadow: 0px 8px 28px 0px #8898aa1f;
}

.post_grid_swiper-item > *:first-child {
  margin-top: 0px;
}

.post_grid_swiper-item > *:last-child {
  margin-bottom: 0px;
}

.post_grid_swiper-item img {
  margin-bottom: 1.25rem;
  height: 3rem;
  width: 3rem;
}

@media (min-width: 1024px) {
  .post_grid_swiper-item img {
    height: 4rem;
    width: 4rem;
  }
}

.post_grid_swiper-item .title {
  margin-top: 1.25rem;
  margin-bottom: 0.75rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgb(12 57 90 / var(--tw-text-opacity, 1));
}

@media (min-width: 1024px) {
  .post_grid_swiper-item .title {
    font-size: 1rem;
    line-height: 1.5rem;
  }
}

.post_grid_swiper-item .description {
  margin-top: 0.75rem;
  font-size: 0.75rem;
  line-height: 1rem;
  --tw-text-opacity: 1;
  color: rgb(246 248 247 / var(--tw-text-opacity, 1));
}

@media (min-width: 1024px) {
  .post_grid_swiper-item .description {
    font-size: 0.875rem;
    line-height: 1.25rem;
  }
}

/* Blog listing (CPT blog_article + page-blog) */

.blog_page .posts_list,
.blog_listing .posts_list,
.blog_page .blog_list,
.blog_listing .blog_list {
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  gap: 1rem;
}

@media (min-width: 768px) {
  .blog_page .posts_list,
.blog_listing .posts_list,
.blog_page .blog_list,
.blog_listing .blog_list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1.5rem;
  }
}

@media (min-width: 1024px) {
  .blog_page .posts_list,
.blog_listing .posts_list,
.blog_page .blog_list,
.blog_listing .blog_list {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

.blog_page .posts_pagination,
.blog_listing .posts_pagination,
.blog_page .blog_pagination,
.blog_listing .blog_pagination {
  margin-left: auto;
  margin-right: auto;
  margin-top: 2.5rem;
  max-width: 860px;
}

@media (min-width: 768px) {
  .blog_page .posts_pagination,
.blog_listing .posts_pagination,
.blog_page .blog_pagination,
.blog_listing .blog_pagination {
    margin-top: 4rem;
  }
}

/* Blog categories filter — как у кейсов */

.blog_categories {
  margin-bottom: 1.5rem;
  width: 100%;
  overflow-x: auto;
  overflow-y: hidden;
}

@media (min-width: 768px) {
  .blog_categories {
    margin-bottom: 2rem;
  }
}

.blog_categories {
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
}

.blog_categories::-webkit-scrollbar {
  display: none;
}

.blog_categories-wrapper {
  display: flex;
  width: -moz-max-content;
  width: max-content;
  min-width: 100%;
  flex-wrap: nowrap;
  align-items: center;
  gap: 0.5rem;
  padding-bottom: 0.25rem;
}

.blog_categories .blog_category-item {
  flex-shrink: 0;
  border-radius: 9999px;
  border-width: 1px;
  border-color: rgb(12 57 90 / 0.2);
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  font-size: 0.75rem;
  line-height: 1rem;
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgb(12 57 90 / var(--tw-text-opacity, 1));
  text-decoration-line: none;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
}

.blog_categories .blog_category-item:hover {
  --tw-border-opacity: 1;
  border-color: rgb(255 158 0 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(255 158 0 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

@media (min-width: 768px) {
  .blog_categories .blog_category-item {
    padding-left: 1rem;
    padding-right: 1rem;
    padding-top: 0.375rem;
    padding-bottom: 0.375rem;
    font-size: 0.875rem;
    line-height: 1.25rem;
  }
}

.blog_categories .blog_category-item.active {
  --tw-border-opacity: 1;
  border-color: rgb(255 158 0 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(255 158 0 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.blog_empty {
  grid-column: 1 / -1;
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
  text-align: center;
  font-size: 1rem;
  line-height: 1.5rem;
  color: rgb(12 57 90 / 0.6);
}

@media (min-width: 768px) {
  .blog_empty {
    padding-top: 4rem;
    padding-bottom: 4rem;
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
}

/* Single Post header (из blog.css) */

.single_post-content h2,
.single_post-content h3,
.single_post-content h4,
.single_post-content h5 {
  margin-top: 0.75rem;
}

@media (min-width: 768px) {
  .single_post-content h2,
.single_post-content h3,
.single_post-content h4,
.single_post-content h5 {
    margin-top: 1rem;
  }
}

@media (min-width: 1024px) {
  .single_post-content h2,
.single_post-content h3,
.single_post-content h4,
.single_post-content h5 {
    margin-top: 1.5rem;
  }
}

.post_header {
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
}

.post_header-thumbnail img {
  height: auto;
  max-height: 40vh;
  width: 100%;
  border-radius: 0.75rem;
  -o-object-fit: cover;
     object-fit: cover;
}

@media (min-width: 768px) {
  .post_header-thumbnail img {
    aspect-ratio: 16 / 9;
  }
}

.post_header-meta {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  -moz-column-gap: 1.5rem;
       column-gap: 1.5rem;
  row-gap: 0.75rem;
  border-radius: 0.5rem;
  --tw-bg-opacity: 1;
  background-color: rgb(246 248 247 / var(--tw-bg-opacity, 1));
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  padding-left: 1rem;
  padding-right: 1rem;
}

.post_header-meta > * {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  font-size: 0.75rem;
  line-height: 1rem;
}

@media (min-width: 768px) {
  .post_header-meta > * {
    font-size: 0.875rem;
    line-height: 1.25rem;
  }
}

.vacancies_page-divider {
  height: 1px;
  border-width: 0px;
  background-color: rgb(12 57 90 / 0.1);
}

.vacancies_page-list .listing_container {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

@media (min-width: 768px) {
  .vacancies_page-list .listing_container {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1.25rem;
  }
}

@media (min-width: 1024px) {
  .vacancies_page-list .listing_container {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1.5rem;
  }
}

/* Modal */

.vacancies_page-modal {
  position: fixed;
  top: 0px;
  left: 0px;
  z-index: 50;
  display: flex;
  height: 100%;
  width: 100%;
  justify-content: center;
  overflow-y: auto;
  background-color: rgb(0 0 0 / 0.5);
  padding: 1rem;
  --tw-backdrop-blur: blur(4px);
  -webkit-backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
  backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
}

@media (min-width: 768px) {
  .vacancies_page-modal {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }
}

@media (min-width: 1024px) {
  .vacancies_page-modal {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }
}

.vacancies_page-modal .modal_inner {
  position: relative;
  height: -moz-fit-content;
  height: fit-content;
  min-height: -moz-fit-content;
  min-height: fit-content;
  width: 100%;
  max-width: 800px;
  border-radius: 0.5rem;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  padding: 1rem;
}

@media (min-width: 768px) {
  .vacancies_page-modal .modal_inner {
    padding: 1.25rem;
  }
}

@media (min-width: 1024px) {
  .vacancies_page-modal .modal_inner {
    padding: 1.5rem;
  }
}

.vacancies_page-modal .modal_inner .header {
  margin-bottom: 1rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.vacancies_page-modal .modal_inner .header .title {
  font-size: 1.5rem;
  line-height: 2rem;
  font-weight: 600;
  line-height: 0.95 !important;
}

@media (min-width: 768px) {
  .vacancies_page-modal .modal_inner .header .title {
    font-size: 1.875rem;
    line-height: 2.25rem;
  }
}

@media (min-width: 1024px) {
  .vacancies_page-modal .modal_inner .header .title {
    font-size: 2.25rem;
    line-height: 2.5rem;
  }
}

@media (min-width: 1280px) {
  .vacancies_page-modal .modal_inner .header .title {
    font-size: 3rem;
    line-height: 1;
  }
}

.vacancies_page-modal .modal_inner .header .close {
  display: flex;
  height: 1.5rem;
  width: 1.5rem;
  align-items: center;
  justify-content: center;
}

.vacancies_page-modal .modal_inner .body {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.vacancies_page-modal .modal_inner .body .price {
  margin-top: 1rem;
  border-top-width: 1px;
  padding-top: 1rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 700;
}

/* Loader */

.vacancies_page-modal.loading .modal_inner {
  min-height: 60vh;
}

.vacancies_page-modal:not(.loading) .loader {
  display: none !important;
}

.vacancies_page-modal .loader {
  position: absolute;
  top: 0px;
  left: 0px;
  display: flex;
  height: 100%;
  width: 100%;
  align-items: center;
  justify-content: center;
  background-color: rgb(255 255 255 / 0.5);
  --tw-backdrop-blur: blur(4px);
  -webkit-backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
  backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
}

.vacancies_page-modal .loader .loader_inner {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
}

.vacancies_page-modal .loader .loader_inner .loader_inner_item {
  height: 0.75rem;
  width: 0.75rem;
}

@keyframes pulse {
  50% {
    opacity: .5;
  }
}

.vacancies_page-modal .loader .loader_inner .loader_inner_item {
  animation: pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite;
  border-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: rgb(255 158 0 / var(--tw-bg-opacity, 1));
  animation: loader-bounce 1.4s infinite ease-in-out both;
}

.vacancies_page-modal .loader .loader_inner .loader_inner_item:nth-child(1) {
  animation-delay: -0.32s;
}

.vacancies_page-modal .loader .loader_inner .loader_inner_item:nth-child(2) {
  animation-delay: -0.16s;
}

@keyframes loader-bounce {
  0%,
  80%,
  100% {
    transform: scale(0);
  }

  40% {
    transform: scale(1);
  }
}

/* Типы записей */

/* Cases Listing */

.cases_page .cases_list {
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  gap: 1rem;
}

@media (min-width: 768px) {
  .cases_page .cases_list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (min-width: 1024px) {
  .cases_page .cases_list {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

.cases_categories {
  margin-bottom: 1.5rem;
  width: 100%;
  overflow-x: auto;
  overflow-y: hidden;
}

@media (min-width: 768px) {
  .cases_categories {
    margin-bottom: 2rem;
  }
}

.cases_categories {
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
}

.cases_categories::-webkit-scrollbar {
  display: none;
}

.cases_categories-wrapper {
  display: flex;
  width: -moz-max-content;
  width: max-content;
  min-width: 100%;
  flex-wrap: nowrap;
  align-items: center;
  gap: 0.5rem;
}

.cases_categories .cases_category-item {
  flex-shrink: 0;
  border-radius: 9999px;
  border-width: 1px;
  border-color: rgb(12 57 90 / 0.2);
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  font-size: 0.75rem;
  line-height: 1rem;
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgb(12 57 90 / var(--tw-text-opacity, 1));
  text-decoration-line: none;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
}

.cases_categories .cases_category-item:hover {
  --tw-border-opacity: 1;
  border-color: rgb(255 158 0 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(255 158 0 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

@media (min-width: 768px) {
  .cases_categories .cases_category-item {
    padding-left: 1rem;
    padding-right: 1rem;
    padding-top: 0.375rem;
    padding-bottom: 0.375rem;
    font-size: 0.875rem;
    line-height: 1.25rem;
  }
}

.cases_categories .cases_category-item.active {
  --tw-border-opacity: 1;
  border-color: rgb(255 158 0 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(255 158 0 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.cases_empty {
  grid-column: 1 / -1;
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
  text-align: center;
  font-size: 1rem;
  line-height: 1.5rem;
  color: rgb(12 57 90 / 0.6);
}

@media (min-width: 768px) {
  .cases_empty {
    padding-top: 4rem;
    padding-bottom: 4rem;
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
}

/* Single Case */

.case_container {
  display: flex;
  row-gap: 1.25rem;
  -moz-column-gap: 2.5rem;
       column-gap: 2.5rem;
}

@media not all and (min-width: 768px) {
  .case_container {
    flex-direction: column;
  }
}

@media (min-width: 768px) {
  .case_container {
    flex-direction: row-reverse;
  }
}

@media (min-width: 1024px) {
  .case_container {
    -moz-column-gap: 5rem;
         column-gap: 5rem;
  }
}

/* Single Case | Company Info */

.case_container .company_info {
  position: relative;
  display: flex;
  min-width: 270px;
  flex-direction: column;
  gap: 1rem;
}

@media (min-width: 768px) {
  .case_container .company_info {
    width: 270px;
    gap: 1.5rem;
  }
}

@media (min-width: 1024px) {
  .case_container .company_info {
    width: 400px;
    min-width: 400px;
  }
}

.case_container .company_info .company_info-container {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

@media (min-width: 768px) {
  .case_container .company_info .company_info-container {
    height: -moz-fit-content;
    height: fit-content;
    gap: 1.5rem;
    border-radius: 0.5rem;
    --tw-bg-opacity: 1;
    background-color: rgb(246 248 247 / var(--tw-bg-opacity, 1));
    padding-left: 1rem;
    padding-right: 1rem;
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
    --tw-shadow: 0 1px 2px 0 rgb(0 0 0 / 0.05);
    --tw-shadow-colored: 0 1px 2px 0 var(--tw-shadow-color);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }
}

@media (min-width: 1024px) {
  .case_container .company_info .company_info-container {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
}

.case_container .company_info .company_info-logo {
  display: flex;
  height: 100%;
  width: 100%;
  align-items: center;
  justify-content: center;
}

.case_container .company_info .company_info-logo img {
  height: -moz-fit-content;
  height: fit-content;
  width: 100%;
  border-radius: 0.5rem;
  -o-object-fit: contain;
     object-fit: contain;
}

.case_container .company_info .company_info-case_content {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}

@media (min-width: 768px) {
  .case_container .company_info .company_info-case_content {
    gap: 1rem;
  }
}

.case_container .company_info .company_info-title {
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 700;
}

@media (min-width: 768px) {
  .case_container .company_info .company_info-title {
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
}

.case_container .company_info .company_info-description {
  font-size: 0.875rem;
  line-height: 1.25rem;
}

@media (min-width: 768px) {
  @media not all and (min-width: 1024px) {
    .case_container .company_info .company_info-description {
      font-size: 0.75rem;
      line-height: 1rem;
    }
  }
}

.case_container .company_info .company_info-description > *:not(:last-child) {
  margin-bottom: 0.5rem;
}

/* Single Case | Share Block */

.case_container .share_block {
  display: flex;
  height: -moz-fit-content;
  height: fit-content;
  width: 100%;
  cursor: pointer;
  flex-direction: column;
  --tw-bg-opacity: 1;
  background-color: rgb(246 248 247 / var(--tw-bg-opacity, 1));
}

@media (min-width: 768px) {
  .case_container .share_block {
    border-radius: 0.5rem;
    --tw-shadow: 0 1px 2px 0 rgb(0 0 0 / 0.05);
    --tw-shadow-colored: 0 1px 2px 0 var(--tw-shadow-color);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }
}

.case_container .share_block .share_button {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  padding: 1rem;
  font-weight: 600;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
}

@media (min-width: 768px) {
  .case_container .share_block .share_button {
    border-radius: 0.5rem;
  }
}

.case_container .share_block.active .share_button {
  background-color: rgb(12 57 90 / 0.05);
}

.case_container .share_block .share_block-links a {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  padding: 1rem;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
}

.case_container .share_block .share_block-links a:hover {
  --tw-text-opacity: 1;
  color: rgb(255 158 0 / var(--tw-text-opacity, 1));
}

/* Single Case | Case Content */

.case_container > .case_content {
  width: 100%;
}

@media (min-width: 768px) {
  .case_container > .case_content {
    width: calc(100% - 310px);
  }
}

@media (min-width: 1024px) {
  .case_container > .case_content {
    width: calc(100% - 480px);
  }
}

.case_container .case_content > *:first-child {
  margin-top: 0px;
  padding-top: 0px;
}

.case_container .case_content > div:last-child {
  margin-bottom: 0px;
  padding-bottom: 0px;
}

/* Single Case | Case Content | Image */

.case_container .case_image img {
  aspect-ratio: 16 / 9;
  height: auto;
  width: 100%;
  border-radius: 0.5rem;
  border-width: 1px;
  border-color: rgb(12 57 90 / 0.1);
  -o-object-fit: cover;
     object-fit: cover;
  --tw-shadow: 0 1px 2px 0 rgb(0 0 0 / 0.05);
  --tw-shadow-colored: 0 1px 2px 0 var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

/* Single Case | Case Content | Accent Text */

.case_container .accent_text > * {
  border-radius: 0.5rem;
  --tw-bg-opacity: 1;
  background-color: rgb(246 248 247 / var(--tw-bg-opacity, 1));
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  --tw-shadow: 0 1px 2px 0 rgb(0 0 0 / 0.05);
  --tw-shadow-colored: 0 1px 2px 0 var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

@media (min-width: 768px) {
  .case_container .accent_text > * {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
}

@media (min-width: 1024px) {
  .case_container .accent_text > * {
    padding-left: 2rem;
    padding-right: 2rem;
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
}

/* Single Case | Case Content | HR Block */

.case_container .hr_block hr {
  height: 2px;
  width: 100%;
  border-style: none;
  background-color: rgb(12 57 90 / 0.1);
}

/* Single Case | Case Content | Space Block */

.case_content > * {
  margin-bottom: 0.75rem;
}

@media (min-width: 768px) {
  .case_content > * {
    margin-bottom: 1rem;
  }
}

@media (min-width: 1024px) {
  .case_content > * {
    margin-bottom: 1.25rem;
  }
}

.case_container .space_block {
  margin-top: 1.25rem;
  margin-bottom: 1.25rem;
}

@media (min-width: 768px) {
  .case_container .space_block {
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
  }
}

@media (min-width: 1024px) {
  .case_container .space_block {
    margin-top: 2.5rem;
    margin-bottom: 2.5rem;
  }
}

.case_container .space_block hr {
  opacity: 0;
}

*, ::before, ::after {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
  --tw-contain-size:  ;
  --tw-contain-layout:  ;
  --tw-contain-paint:  ;
  --tw-contain-style:  ;
}

::backdrop {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
  --tw-contain-size:  ;
  --tw-contain-layout:  ;
  --tw-contain-paint:  ;
  --tw-contain-style:  ;
}

/*
 ! tailwindcss v3.4.17 | MIT License | https://tailwindcss.com
 */

/*
1. Prevent padding and border from affecting element width. (https://github.com/mozdevs/cssremedy/issues/4)
2. Allow adding a border to an element by just adding a border-width. (https://github.com/tailwindcss/tailwindcss/pull/116)
*/

*,
::before,
::after {
  box-sizing: border-box;
  /* 1 */
  border-width: 0;
  /* 2 */
  border-style: solid;
  /* 2 */
  border-color: #e5e7eb;
  /* 2 */
}

::before,
::after {
  --tw-content: '';
}

/*
1. Use a consistent sensible line-height in all browsers.
2. Prevent adjustments of font size after orientation changes in iOS.
3. Use a more readable tab size.
4. Use the user's configured `sans` font-family by default.
5. Use the user's configured `sans` font-feature-settings by default.
6. Use the user's configured `sans` font-variation-settings by default.
7. Disable tap highlights on iOS
*/

html,
:host {
  line-height: 1.5;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -moz-tab-size: 4;
  /* 3 */
  -o-tab-size: 4;
     tab-size: 4;
  /* 3 */
  font-family: Exo2, system-ui, sans-serif;
  /* 4 */
  font-feature-settings: normal;
  /* 5 */
  font-variation-settings: normal;
  /* 6 */
  -webkit-tap-highlight-color: transparent;
  /* 7 */
}

/*
1. Remove the margin in all browsers.
2. Inherit line-height from `html` so users can set them as a class directly on the `html` element.
*/

body {
  margin: 0;
  /* 1 */
  line-height: inherit;
  /* 2 */
}

/*
1. Add the correct height in Firefox.
2. Correct the inheritance of border color in Firefox. (https://bugzilla.mozilla.org/show_bug.cgi?id=190655)
3. Ensure horizontal rules are visible by default.
*/

hr {
  height: 0;
  /* 1 */
  color: inherit;
  /* 2 */
  border-top-width: 1px;
  /* 3 */
}

/*
Add the correct text decoration in Chrome, Edge, and Safari.
*/

abbr:where([title]) {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

/*
Remove the default font size and weight for headings.
*/

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
}

/*
Reset links to optimize for opt-in styling instead of opt-out.
*/

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

/*
Add the correct font weight in Edge and Safari.
*/

b,
strong {
  font-weight: bolder;
}

/*
1. Use the user's configured `mono` font-family by default.
2. Use the user's configured `mono` font-feature-settings by default.
3. Use the user's configured `mono` font-variation-settings by default.
4. Correct the odd `em` font sizing in all browsers.
*/

code,
kbd,
samp,
pre {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  /* 1 */
  font-feature-settings: normal;
  /* 2 */
  font-variation-settings: normal;
  /* 3 */
  font-size: 1em;
  /* 4 */
}

/*
Add the correct font size in all browsers.
*/

small {
  font-size: 80%;
}

/*
Prevent `sub` and `sup` elements from affecting the line height in all browsers.
*/

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/*
1. Remove text indentation from table contents in Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=999088, https://bugs.webkit.org/show_bug.cgi?id=201297)
2. Correct table border color inheritance in all Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=935729, https://bugs.webkit.org/show_bug.cgi?id=195016)
3. Remove gaps between table borders by default.
*/

table {
  text-indent: 0;
  /* 1 */
  border-color: inherit;
  /* 2 */
  border-collapse: collapse;
  /* 3 */
}

/*
1. Change the font styles in all browsers.
2. Remove the margin in Firefox and Safari.
3. Remove default padding in all browsers.
*/

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-feature-settings: inherit;
  /* 1 */
  font-variation-settings: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  font-weight: inherit;
  /* 1 */
  line-height: inherit;
  /* 1 */
  letter-spacing: inherit;
  /* 1 */
  color: inherit;
  /* 1 */
  margin: 0;
  /* 2 */
  padding: 0;
  /* 3 */
}

/*
Remove the inheritance of text transform in Edge and Firefox.
*/

button,
select {
  text-transform: none;
}

/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Remove default button styles.
*/

button,
input:where([type='button']),
input:where([type='reset']),
input:where([type='submit']) {
  -webkit-appearance: button;
  /* 1 */
  background-color: transparent;
  /* 2 */
  background-image: none;
  /* 2 */
}

/*
Use the modern Firefox focus style for all focusable elements.
*/

:-moz-focusring {
  outline: auto;
}

/*
Remove the additional `:invalid` styles in Firefox. (https://github.com/mozilla/gecko-dev/blob/2f9eacd9d3d995c937b4251a5557d95d494c9be1/layout/style/res/forms.css#L728-L737)
*/

:-moz-ui-invalid {
  box-shadow: none;
}

/*
Add the correct vertical alignment in Chrome and Firefox.
*/

progress {
  vertical-align: baseline;
}

/*
Correct the cursor style of increment and decrement buttons in Safari.
*/

::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
  height: auto;
}

/*
1. Correct the odd appearance in Chrome and Safari.
2. Correct the outline style in Safari.
*/

[type='search'] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/*
Remove the inner padding in Chrome and Safari on macOS.
*/

::-webkit-search-decoration {
  -webkit-appearance: none;
}

/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Change font properties to `inherit` in Safari.
*/

::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/*
Add the correct display in Chrome and Safari.
*/

summary {
  display: list-item;
}

/*
Removes the default spacing and border for appropriate elements.
*/

blockquote,
dl,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
figure,
p,
pre {
  margin: 0;
}

fieldset {
  margin: 0;
  padding: 0;
}

legend {
  padding: 0;
}

ol,
ul,
menu {
  list-style: none;
  margin: 0;
  padding: 0;
}

/*
Reset default styling for dialogs.
*/

dialog {
  padding: 0;
}

/*
Prevent resizing textareas horizontally by default.
*/

textarea {
  resize: vertical;
}

/*
1. Reset the default placeholder opacity in Firefox. (https://github.com/tailwindlabs/tailwindcss/issues/3300)
2. Set the default placeholder color to the user's configured gray 400 color.
*/

input::-moz-placeholder, textarea::-moz-placeholder {
  opacity: 1;
  /* 1 */
  color: #9ca3af;
  /* 2 */
}

input::placeholder,
textarea::placeholder {
  opacity: 1;
  /* 1 */
  color: #9ca3af;
  /* 2 */
}

/*
Set the default cursor for buttons.
*/

button,
[role="button"] {
  cursor: pointer;
}

/*
Make sure disabled buttons don't get the pointer cursor.
*/

:disabled {
  cursor: default;
}

/*
1. Make replaced elements `display: block` by default. (https://github.com/mozdevs/cssremedy/issues/14)
2. Add `vertical-align: middle` to align replaced elements more sensibly by default. (https://github.com/jensimmons/cssremedy/issues/14#issuecomment-634934210)
   This can trigger a poorly considered lint error in some tools but is included by design.
*/

img,
svg,
video,
canvas,
audio,
iframe,
embed,
object {
  display: block;
  /* 1 */
  vertical-align: middle;
  /* 2 */
}

/*
Constrain images and videos to the parent width and preserve their intrinsic aspect ratio. (https://github.com/mozdevs/cssremedy/issues/14)
*/

img,
video {
  max-width: 100%;
  height: auto;
}

/* Make elements with the HTML hidden attribute stay hidden by default */

[hidden]:where(:not([hidden="until-found"])) {
  display: none;
}

body {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(12 57 90 / var(--tw-text-opacity, 1));
}

html {
  max-width: 100%;
  overflow-x: hidden;
}

body {
  max-width: 100%;
  overflow-x: hidden;
  font-family: Exo2, system-ui, sans-serif;
  --tw-text-opacity: 1;
  color: rgb(12 57 90 / var(--tw-text-opacity, 1));
}

main {
  /* z-0: отдельный stacking context ниже header (z-100), иначе мегаменю уходит под H1 */
  position: relative;
  z-index: 0;
  min-height: 50vh;
  overflow: hidden;
}

h1, h2 {
  font-family: Exo2, system-ui, sans-serif;
}

h3, h4 {
  font-family: Exo2, system-ui, sans-serif;
}

@font-face {
  font-family: "Exo2";

  src: url("../fonts/Exo2.ttf") format("truetype");

  font-weight: 100 900;

  font-style: normal;

  font-display: swap;
}

@font-face {
  font-family: "Exo2";

  src: url("../fonts/Exo2-Italic.ttf") format("truetype");

  font-weight: 100 900;

  font-style: italic;

  font-display: swap;
}

.container {
  width: 100%;
}

@media (min-width: 460px) {
  .container {
    max-width: 460px;
  }
}

@media (min-width: 640px) {
  .container {
    max-width: 640px;
  }
}

@media (min-width: 768px) {
  .container {
    max-width: 768px;
  }
}

@media (min-width: 1024px) {
  .container {
    max-width: 1024px;
  }
}

@media (min-width: 1280px) {
  .container {
    max-width: 1280px;
  }
}

@media (min-width: 1536px) {
  .container {
    max-width: 1536px;
  }
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}

.pointer-events-none {
  pointer-events: none;
}

.visible {
  visibility: visible;
}

.static {
  position: static;
}

.fixed {
  position: fixed;
}

.mx-auto {
  margin-left: auto;
  margin-right: auto;
}

.mb-10 {
  margin-bottom: 2.5rem;
}

.mb-2 {
  margin-bottom: 0.5rem;
}

.mb-3 {
  margin-bottom: 0.75rem;
}

.mb-4 {
  margin-bottom: 1rem;
}

.mb-6 {
  margin-bottom: 1.5rem;
}

.mb-8 {
  margin-bottom: 2rem;
}

.ml-1 {
  margin-left: 0.25rem;
}

.mr-2 {
  margin-right: 0.5rem;
}

.mt-1 {
  margin-top: 0.25rem;
}

.mt-2 {
  margin-top: 0.5rem;
}

.mt-8 {
  margin-top: 2rem;
}

.block {
  display: block;
}

.flex {
  display: flex;
}

.inline-flex {
  display: inline-flex;
}

.table {
  display: table;
}

.grid {
  display: grid;
}

.hidden {
  display: none;
}

.size-full {
  width: 100%;
  height: 100%;
}

.h-16 {
  height: 4rem;
}

.h-4 {
  height: 1rem;
}

.h-5 {
  height: 1.25rem;
}

.h-6 {
  height: 1.5rem;
}

.min-h-screen {
  min-height: 100vh;
}

.w-16 {
  width: 4rem;
}

.w-4 {
  width: 1rem;
}

.w-5 {
  width: 1.25rem;
}

.w-6 {
  width: 1.5rem;
}

.w-full {
  width: 100%;
}

.min-w-0 {
  min-width: 0px;
}

.max-w-2xl {
  max-width: 42rem;
}

.max-w-4xl {
  max-width: 56rem;
}

.max-w-lg {
  max-width: 32rem;
}

.flex-1 {
  flex: 1 1 0%;
}

.shrink-0 {
  flex-shrink: 0;
}

.resize {
  resize: both;
}

.flex-wrap {
  flex-wrap: wrap;
}

.items-center {
  align-items: center;
}

.justify-center {
  justify-content: center;
}

.justify-between {
  justify-content: space-between;
}

.gap-3 {
  gap: 0.75rem;
}

.gap-x-4 {
  -moz-column-gap: 1rem;
       column-gap: 1rem;
}

.gap-y-1 {
  row-gap: 0.25rem;
}

.space-x-2 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(0.5rem * var(--tw-space-x-reverse));
  margin-left: calc(0.5rem * calc(1 - var(--tw-space-x-reverse)));
}

.space-y-3 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(0.75rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.75rem * var(--tw-space-y-reverse));
}

.space-y-6 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(1.5rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(1.5rem * var(--tw-space-y-reverse));
}

.overflow-hidden {
  overflow: hidden;
}

.rounded {
  border-radius: 0.25rem;
}

.rounded-lg {
  border-radius: 0.5rem;
}

.rounded-l-lg {
  border-top-left-radius: 0.5rem;
  border-bottom-left-radius: 0.5rem;
}

.rounded-r-lg {
  border-top-right-radius: 0.5rem;
  border-bottom-right-radius: 0.5rem;
}

.border {
  border-width: 1px;
}

.border-t {
  border-top-width: 1px;
}

.border-gray-200 {
  --tw-border-opacity: 1;
  border-color: rgb(229 231 235 / var(--tw-border-opacity, 1));
}

.border-gray-300 {
  --tw-border-opacity: 1;
  border-color: rgb(209 213 219 / var(--tw-border-opacity, 1));
}

.bg-blue-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(219 234 254 / var(--tw-bg-opacity, 1));
}

.bg-blue-600 {
  --tw-bg-opacity: 1;
  background-color: rgb(37 99 235 / var(--tw-bg-opacity, 1));
}

.bg-gray-50 {
  --tw-bg-opacity: 1;
  background-color: rgb(249 250 251 / var(--tw-bg-opacity, 1));
}

.bg-gray-700 {
  --tw-bg-opacity: 1;
  background-color: rgb(55 65 81 / var(--tw-bg-opacity, 1));
}

.bg-white {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}

.bg-yellow-200 {
  --tw-bg-opacity: 1;
  background-color: rgb(254 240 138 / var(--tw-bg-opacity, 1));
}

.p-3 {
  padding: 0.75rem;
}

.p-6 {
  padding: 1.5rem;
}

.px-1 {
  padding-left: 0.25rem;
  padding-right: 0.25rem;
}

.px-2 {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}

.px-4 {
  padding-left: 1rem;
  padding-right: 1rem;
}

.px-6 {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

.py-1 {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}

.py-10 {
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}

.py-16 {
  padding-top: 4rem;
  padding-bottom: 4rem;
}

.py-2 {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

.py-8 {
  padding-top: 2rem;
  padding-bottom: 2rem;
}

.pt-4 {
  padding-top: 1rem;
}

.text-left {
  text-align: left;
}

.text-center {
  text-align: center;
}

.text-2xl {
  font-size: 1.5rem;
  line-height: 2rem;
}

.text-3xl {
  font-size: 1.875rem;
  line-height: 2.25rem;
}

.text-6xl {
  font-size: 3.75rem;
  line-height: 1;
}

.text-lg {
  font-size: 1.125rem;
  line-height: 1.75rem;
}

.text-sm {
  font-size: 0.875rem;
  line-height: 1.25rem;
}

.text-xl {
  font-size: 1.25rem;
  line-height: 1.75rem;
}

.text-xs {
  font-size: 0.75rem;
  line-height: 1rem;
}

.font-bold {
  font-weight: 700;
}

.font-medium {
  font-weight: 500;
}

.font-semibold {
  font-weight: 600;
}

.italic {
  font-style: italic;
}

.leading-none {
  line-height: 1;
}

.text-blue-600 {
  --tw-text-opacity: 1;
  color: rgb(37 99 235 / var(--tw-text-opacity, 1));
}

.text-blue-800 {
  --tw-text-opacity: 1;
  color: rgb(30 64 175 / var(--tw-text-opacity, 1));
}

.text-gray-300 {
  --tw-text-opacity: 1;
  color: rgb(209 213 219 / var(--tw-text-opacity, 1));
}

.text-gray-500 {
  --tw-text-opacity: 1;
  color: rgb(107 114 128 / var(--tw-text-opacity, 1));
}

.text-gray-600 {
  --tw-text-opacity: 1;
  color: rgb(75 85 99 / var(--tw-text-opacity, 1));
}

.text-gray-700 {
  --tw-text-opacity: 1;
  color: rgb(55 65 81 / var(--tw-text-opacity, 1));
}

.text-gray-800 {
  --tw-text-opacity: 1;
  color: rgb(31 41 55 / var(--tw-text-opacity, 1));
}

.text-gray-900 {
  --tw-text-opacity: 1;
  color: rgb(17 24 39 / var(--tw-text-opacity, 1));
}

.text-nt_blue {
  --tw-text-opacity: 1;
  color: rgb(110 193 228 / var(--tw-text-opacity, 1));
}

.text-nt_orange {
  --tw-text-opacity: 1;
  color: rgb(255 158 0 / var(--tw-text-opacity, 1));
}

.text-white {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.underline {
  text-decoration-line: underline;
}

.opacity-0 {
  opacity: 0;
}

.shadow-md {
  --tw-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.ring-2 {
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}

.ring-blue-500 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(59 130 246 / var(--tw-ring-opacity, 1));
}

.blur {
  --tw-blur: blur(8px);
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}

.filter {
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}

.transition-colors {
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.transition-shadow {
  transition-property: box-shadow;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

/* Канва страницы: без фона body прозрачный и текст «проваливается» в тёмный UI */

/* Нумерация ol: preflight сбрасывает list-style у ol/ul */

.block_rich_text ol,
.post_content.block_rich_text ol {
  counter-reset: block-rich-ol;
  list-style: none;
  padding-left: 0;
  margin: 0;
}

.block_rich_text ol > li,
.post_content.block_rich_text ol > li {
  counter-increment: block-rich-ol;
  position: relative;
  padding-left: 1.75rem;
  list-style: none;
}

.block_rich_text ol > li::before,
.post_content.block_rich_text ol > li::before {
  content: counter(block-rich-ol) ".";
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  font-weight: 600;
  color: #ff9e00;
}

.block_rich_text ol ol,
.post_content.block_rich_text ol ol {
  counter-reset: block-rich-ol;
  margin-top: 0.5rem;
}

/* Global styles */

.section_container {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  max-width: 1248px;
  padding-left: 1rem;
  padding-right: 1rem;
}

.home_page .margin_section {
  margin-top: 60px;
  margin-bottom: 60px;
}

@media (min-width: 768px) {
  .home_page .margin_section {
    margin-top: 80px;
    margin-bottom: 80px;
  }
}

@media (min-width: 1024px) {
  .home_page .margin_section {
    margin-top: 120px;
    margin-bottom: 120px;
  }
}

.home_page .padding_section {
  padding-top: 60px;
  padding-bottom: 60px;
}

@media (min-width: 768px) {
  .home_page .padding_section {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}

@media (min-width: 1024px) {
  .home_page .padding_section {
    padding-top: 120px;
    padding-bottom: 120px;
  }
}

.margin_section {
  margin-top: 2.5rem;
  margin-bottom: 2.5rem;
}

@media (min-width: 768px) {
  .margin_section {
    margin-top: 3rem;
    margin-bottom: 3rem;
  }
}

@media (min-width: 1024px) {
  .margin_section {
    margin-top: 5rem;
    margin-bottom: 5rem;
  }
}

.padding_section {
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}

@media (min-width: 768px) {
  .padding_section {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
}

@media (min-width: 1024px) {
  .padding_section {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }
}

.background_section {
  --tw-bg-opacity: 1;
  background-color: rgb(246 248 247 / var(--tw-bg-opacity, 1));
}

.to_top-button {
  position: fixed;
  bottom: 1.5rem;
  right: 1.5rem;
  z-index: 20;
  border-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: rgb(255 158 0 / var(--tw-bg-opacity, 1));
  padding: 0.75rem;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
  --tw-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
}

.to_top-button:hover {
  background-color: rgb(255 158 0 / 0.8);
}

@media not all and (min-width: 768px) {
  .to_top-button {
    bottom: 2.5rem;
  }
}

.btn_default {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  border-radius: 9999px;
  padding-top: 1rem;
  padding-bottom: 1rem;
  padding-left: 2rem;
  padding-right: 2rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 700;
  line-height: 1;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
}

@media (min-width: 768px) {
  .btn_default {
    font-size: 1rem;
    line-height: 1.5rem;
  }
}

@media (min-width: 1024px) {
  .btn_default:active {
    --tw-scale-x: .95;
    --tw-scale-y: .95;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }
}

.btn_light {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  border-radius: 9999px;
  padding-top: 1rem;
  padding-bottom: 1rem;
  padding-left: 2rem;
  padding-right: 2rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 700;
  line-height: 1;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
}

@media (min-width: 768px) {
  .btn_light {
    font-size: 1rem;
    line-height: 1.5rem;
  }
}

@media (min-width: 1024px) {
  .btn_light:active {
    --tw-scale-x: .95;
    --tw-scale-y: .95;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }
}

.btn_dark {
  border-top-width: 2px;
  --tw-border-opacity: 1;
  border-color: rgb(255 158 0 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(12 57 90 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.btn_dark:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(255 158 0 / var(--tw-bg-opacity, 1));
}

.btn_blue {
  border-top-width: 2px;
  --tw-border-opacity: 1;
  border-color: rgb(255 158 0 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(12 57 90 / var(--tw-bg-opacity, 1));
  fill: #fff;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.btn_blue:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(255 158 0 / var(--tw-bg-opacity, 1));
  fill: #fff;
}

.btn_white {
  border-top-width: 2px;
  --tw-border-opacity: 1;
  border-color: rgb(255 158 0 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(12 57 90 / var(--tw-text-opacity, 1));
}

.btn_white:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(255 158 0 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.btn_arrow svg {
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
}

.btn_arrow:hover svg {
  --tw-translate-x: 0.25rem;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.default_form {
  display: flex;
  flex-direction: column;
  row-gap: 1.5rem;
  -moz-column-gap: 0.75rem;
       column-gap: 0.75rem;
}

.default_form .input_group label,
.default_form .checkbox_group label {
  margin-bottom: 0.5rem;
  display: block;
  padding-left: 0.75rem;
  font-size: 0.75rem;
  line-height: 1rem;
}

.default_form .input_group input,
.default_form .input_group textarea {
  width: 100%;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(12 57 90 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  padding: 0.75rem;
  --tw-text-opacity: 1;
  color: rgb(12 57 90 / var(--tw-text-opacity, 1));
  outline: 2px solid transparent;
  outline-offset: 2px;
}

.default_form .input_group input::-moz-placeholder, .default_form .input_group textarea::-moz-placeholder {
  color: rgb(12 57 90 / 0.6);
}

.default_form .input_group input::placeholder,
.default_form .input_group textarea::placeholder {
  color: rgb(12 57 90 / 0.6);
}

.default_form .input_group input {
  border-radius: 9999px;
}

.default_form .input_group textarea {
  border-radius: 20px;
}

.default_form .checkbox_group .checkbox_group-items {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.default_form .checkbox_group .checkbox_group-item {
  position: relative;
  display: flex;
  cursor: pointer;
  align-items: center;
  gap: 0.5rem;
}

.default_form .checkbox_group .checkbox_group-item input {
  position: absolute;
  top: 0px;
  left: 0px;
  height: 100%;
  width: 100%;
  cursor: pointer;
  opacity: 0;
}

.default_form .checkbox_group .checkbox_group-item label {
  cursor: pointer;
  border-radius: 9999px;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(226 233 229 / var(--tw-border-opacity, 1));
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
}

@media (min-width: 768px) {
  .default_form .checkbox_group .checkbox_group-item label {
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
    font-size: 1rem;
    line-height: 1.5rem;
  }
}

.default_form .checkbox_group .checkbox_group-item input:checked + label {
  --tw-bg-opacity: 1;
  background-color: rgb(255 158 0 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.default_form .agreement {
  position: relative;
  display: flex;
  cursor: pointer;
  align-items: center;
  gap: 0.75rem;
  font-size: 0.75rem;
  line-height: 1rem;
}

.default_form .agreement input {
  position: absolute;
  top: 0px;
  left: 0px;
  height: 100%;
  width: 100%;
  cursor: pointer;
  opacity: 0;
}

.default_form .agreement .check {
  display: flex;
  height: 1.5rem;
  min-height: 1.5rem;
  width: 1.5rem;
  min-width: 1.5rem;
  align-items: center;
  justify-content: center;
  border-radius: 0.25rem;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(12 57 90 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(246 248 247 / var(--tw-bg-opacity, 1));
}

.default_form .agreement .check svg {
  opacity: 0;
}

.default_form .agreement input:checked + .check svg {
  opacity: 1;
}

.default_form .actions {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 1rem;
}

.form-message {
  border-radius: 0.5rem;
  --tw-bg-opacity: 1;
  background-color: rgb(246 248 247 / var(--tw-bg-opacity, 1));
  padding: 1rem;
  text-align: center;
  font-size: 0.75rem;
  line-height: 1rem;
  --tw-text-opacity: 1;
  color: rgb(12 57 90 / var(--tw-text-opacity, 1));
}

@media (min-width: 768px) {
  .form-message {
    font-size: 0.875rem;
    line-height: 1.25rem;
  }
}

.collapse_text_button {
  display: inline-block;
  cursor: pointer;
  border-bottom-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(255 158 0 / var(--tw-border-opacity, 1));
  padding-bottom: 2px;
  padding-top: 0.25rem;
  font-size: 0.75rem;
  line-height: 1rem;
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgb(255 158 0 / var(--tw-text-opacity, 1));
  outline: 2px solid transparent;
  outline-offset: 2px;
  transition-duration: 300ms;
}

.collapse_text_button:hover {
  color: rgb(255 158 0 / 0.8);
}

@media (min-width: 768px) {
  .collapse_text_button {
    font-size: 0.875rem;
    line-height: 1.25rem;
  }
}

/* Swiper */

body .swiper_nav {
  margin-top: 2.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
}

@media not all and (min-width: 768px) {
  body .swiper_nav {
    justify-content: space-between;
  }
}

@media (min-width: 768px) {
  body .swiper_nav {
    gap: 3.5rem;
  }
}

body .swiper_nav > * {
  position: relative !important;
  top: auto !important;
  left: auto !important;
  right: auto !important;
  bottom: auto !important;
  --tw-translate-x: 0px !important;
  --tw-translate-y: 0px !important;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y)) !important;
}

body .swiper-button-next,
body .swiper-button-prev {
  margin: 0px !important;
  display: flex;
  height: 2.5rem;
  min-height: 2.5rem;
  width: 2.5rem;
  min-width: 2.5rem;
  align-items: center;
  justify-content: center;
  border-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: rgb(246 248 247 / var(--tw-bg-opacity, 1));
  fill: #ff9e00;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
}

body .swiper-button-next:hover,
body .swiper-button-prev:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(12 57 90 / var(--tw-bg-opacity, 1));
  fill: #fff;
}

body .swiper-button-next:active,
body .swiper-button-prev:active {
  --tw-scale-x: .95;
  --tw-scale-y: .95;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

body .swiper-button-next:disabled,
body .swiper-button-prev:disabled {
  cursor: default;
  opacity: 0.5;
}

@media (min-width: 768px) {
  body .swiper-button-next,
body .swiper-button-prev {
    height: 4rem;
    min-height: 4rem;
    width: 4rem;
    min-width: 4rem;
  }
}

body .swiper-button-next:after,
body .swiper-button-prev:after {
  --tw-content: none !important;
  content: var(--tw-content) !important;
}

body .swiper-button-next svg,
body .swiper-button-prev svg {
  height: 1.25rem !important;
  width: 11px !important;
}

body .swiper_nav-dots {
  display: flex;
  width: auto !important;
  max-width: calc(100% - 120px);
  align-items: center;
  gap: 1rem;
  overflow: hidden;
}

body .swiper_nav-dots > * {
  left: auto !important;
  top: auto !important;
  margin: 0px !important;
  display: block;
  height: 1rem !important;
  min-height: 1rem;
  width: 1rem !important;
  min-width: 1rem;
  --tw-translate-x: 0px !important;
  --tw-translate-y: 0px !important;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y)) !important;
  border-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: rgb(226 233 229 / var(--tw-bg-opacity, 1));
  opacity: 1 !important;
}

body .swiper_nav-dots > .swiper-pagination-bullet-active {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(255 158 0 / var(--tw-bg-opacity, 1)) !important;
}

.hover\:bg-blue-700:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(29 78 216 / var(--tw-bg-opacity, 1));
}

.hover\:bg-gray-100:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(243 244 246 / var(--tw-bg-opacity, 1));
}

.hover\:bg-gray-50:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(249 250 251 / var(--tw-bg-opacity, 1));
}

.hover\:bg-gray-800:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(31 41 55 / var(--tw-bg-opacity, 1));
}

.hover\:text-blue-600:hover {
  --tw-text-opacity: 1;
  color: rgb(37 99 235 / var(--tw-text-opacity, 1));
}

.hover\:text-blue-800:hover {
  --tw-text-opacity: 1;
  color: rgb(30 64 175 / var(--tw-text-opacity, 1));
}

.hover\:shadow-lg:hover {
  --tw-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.focus\:border-transparent:focus {
  border-color: transparent;
}

.focus\:outline-none:focus {
  outline: 2px solid transparent;
  outline-offset: 2px;
}

.focus\:ring-2:focus {
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}

.focus\:ring-blue-500:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(59 130 246 / var(--tw-ring-opacity, 1));
}

.focus\:ring-offset-2:focus {
  --tw-ring-offset-width: 2px;
}

@media not all and (min-width: 1024px) {
  .max-lg\:\!hidden {
    display: none !important;
  }
}

@media not all and (min-width: 768px) {
  .max-md\:\!hidden {
    display: none !important;
  }
}

@media (min-width: 640px) {
  .sm\:col-span-2 {
    grid-column: span 2 / span 2;
  }
}

@media (min-width: 768px) {
  .md\:\!hidden {
    display: none !important;
  }

  .md\:text-2xl {
    font-size: 1.5rem;
    line-height: 2rem;
  }

  .md\:text-3xl {
    font-size: 1.875rem;
    line-height: 2.25rem;
  }

  .md\:text-4xl {
    font-size: 2.25rem;
    line-height: 2.5rem;
  }

  .md\:text-8xl {
    font-size: 6rem;
    line-height: 1;
  }
}

@media (min-width: 1024px) {
  .lg\:\!hidden {
    display: none !important;
  }

  .lg\:justify-start {
    justify-content: flex-start;
  }

  .lg\:justify-end {
    justify-content: flex-end;
  }
}