@charset "UTF-8";
:root {
  --color-dark-blue: rgba(24, 29, 81, 1);
  --main-color-darken: #28bf28;
  --color-dark: rgba(51, 51, 51, 1);
  --color-light: #fff;
  --link-color: #99b1fd;
  --font-family-base: "Helvetica Neue", "Roboto", "Segoe UI", Arial, sans-serif;
  --container-width: 1720px;
  --container-small-width: 1720px;
  --container-padding-x: 100px;
  --section-padding-y: 70px;
  --font-size-h1-max: 64;
  --font-size-h1-min: 32;
  --border-elements-gray:1px solid rgba(24, 29, 81, 0.3);
  --shadow-small:0px 0px 50px 0px rgba(0, 0, 0, 0.1);
  --shadow-small-hover:0px 20px 50px 0px rgba(0, 0, 0, 0.2);
}

/* .red_btn {
	display: grid;
	grid-template-columns: auto;
	align-items: center;
	justify-content: center;
}
.container-grid-categories-mp {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(517px, 1fr));
    gap: 16px;

}
.digital-step {
	height: 95px;
	width: 95px;

	display:flex;
	justify-content: center;
	align-items:center;
}


*/
body {
  font-size: clamp(14px, 1.2121212121vw, 16px);
  font-family: var(--font-family-base);
  font-weight: 400;
  line-height: 1.28;
  color: var(--color-dark);
  background: var(--color-light);
}

h1 {
  font-size: clamp(40px, 4.5454545455vw, 60px);
  font-weight: 700;
}

h2 {
  font-size: clamp(30px, 3.0303030303vw, 40px);
}

h3 {
  font-size: clamp(16px, 1.8939393939vw, 25px);
  color: #555555;
  font-weight: 400;
}

h4 {
  font-size: clamp(15px, 3.2575757576vw, 43px);
}

h5 {
  font-size: clamp(18px, 2.803030303vw, 37px);
}

/* Стили применяются только в пределах блока */
ul,
ol {
  display: flow-root;
}

.markers-ul-ol ul,
.markers-ul-ol ol {
  margin: 1.2em 0;
  padding-left: 1.4em;
  color: var(--text-main-color);
}

/* UL */
.markers-ul-ol ul {
  list-style: none;
}

.markers-ul-ol ul li {
  position: relative;
  padding-left: 1.2em;
  margin: 0.4em 0;
}

.markers-ul-ol ul li::before {
  content: "";
  width: 8px;
  height: 8px;
  background: var(--accent-text-color);
  border-radius: 50%;
  position: absolute;
  top: 0.55em;
  left: 0;
}

/* OL */
.markers-ul-ol ol {
  counter-reset: counter;
}

.markers-ul-ol ol li {
  counter-increment: counter;
  margin: 0.4em 0 0.4em 0;
  padding-left: 0.4em;
  font-size: clamp(12px, 1.3636363636vw, 18px);
}

.markers-ul-ol ol li::before {
  content: counter(counter) ". ";
  color: var(--accent-text-color);
  font-weight: 600;
  margin-right: 0.25em;
}

.section {
  padding-top: 50px;
  padding-bottom: 50px;
}
@media (max-width: 767px) {
  .section {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}

input,
textarea {
  border: 1px solid rgba(24, 29, 81, 0.3);
  padding: 17px 20px;
  border-radius: 15px;
  font-weight: 600;
  font-size: 20px;
  color: rgba(24, 29, 81, 0.3);
}

.breadcrumb-custom ol {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  padding: 0;
  list-style: none;
  margin-top: 15px;
}

.breadcrumb-custom li {
  white-space: nowrap;
}

.img-fluid {
  max-width: 100%;
  height: auto;
}

.section__container {
  padding: 50px;
}
@media (max-width: 1023px) {
  .section__container {
    padding: 10px;
  }
}

.diamond {
  font-weight: 700;
  font-size: 40px;
  display: inline-block;
  background-color: rgb(80, 123, 219);
  color: white;
  padding: 15px 25px;
  border-radius: 10px;
  transform: skewX(-25deg);
  text-align: center;
  box-shadow: 0px 0px 50px 0px rgba(0, 0, 0, 0.1);
}

.diamond__text {
  display: inline-block;
  transform: skewX(25deg);
}

.content__header--padding {
  padding-left: 60px;
}

.ingredients {
  padding-left: 0;
}
.ingredients li {
  align-items: baseline;
  display: flex;
  margin-bottom: 0.5em;
  line-height: 18px;
  font-size: 12px;
}
.ingredients li::before {
  content: "";
  border-bottom: 1px dashed #acacac;
  flex-grow: 1;
  order: 2;
  margin: 0 5px;
}
.ingredients .value {
  order: 3;
}

.bg-white-shadow {
  box-shadow: 0px 0px 50px 0px rgba(0, 0, 0, 0.1);
  border-radius: 20px;
}

.cursor-pointer {
  cursor: pointer;
}

.glass-shadow {
  background-color: rgba(255, 255, 255, 0.7);
  backdrop-filter: blur(2px);
  box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
  box-sizing: border-box;
}

span .error {
  color: red;
}

@media (max-width: 767px) {
  input, textarea {
    padding: 8px 12px;
    border-radius: 10px;
  }
}

.about-section a,
.description-service-first-block a {
  text-decoration: none;
  border-bottom: 1px dotted #0d6efd;
}

.js-showmore-btn {
  border-radius: 1.3rem;
  padding-top: 0.5rem !important;
  padding-bottom: 0.5rem !important;
  font-size: 1rem !important;
  border: 1px solid #ffb200;
  width: 200px;
  justify-self: center;
  background-color: white;
  z-index: 5;
}

.section__container {
  max-width: calc(var(--container-width) + var(--container-padding-x) * 2);
  margin-inline: auto;
  padding-inline: var(--container-padding-x);
}
@media (max-width: 1023px) {
  .section__container {
    padding-inline: 20px;
  }
}

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

.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  border: 0;
  padding: 0;
  white-space: nowrap;
  clip-path: inset(100%);
  clip: rect(0 0 0 0);
  overflow: hidden;
}

@media (max-width: 767px) {
  .hidden-mobile {
    display: none !important;
  }
}

@media (min-width: 768px) {
  .visible-mobile {
    display: none !important;
  }
}

.main-menu-container {
  width: 100%;
  display: flex;
  justify-content: space-between;
}
.main-menu-container .btn-header-border {
  border: 1px solid #4385ef;
  background-color: rgba(255, 178, 0, 0);
}
.main-menu-container .btn-header-border:hover {
  color: white;
}

.mx-media-header {
  background: linear-gradient(135deg, #086dff, #002a69);
}

.header-container {
  z-index: 1000;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 6px;
  background: rgba(255, 255, 255, 0.1098039216);
  min-height: 94px;
  padding: 10px 10px;
  border-radius: 10px 10px 10px 10px;
  box-shadow: 0 2px 7px rgba(0, 0, 0, 0.09);
  flex-wrap: wrap;
}
@media (max-width: 767px) {
  .header-container {
    margin-top: 0;
  }
}
.header-container a {
  text-decoration: none;
  color: white;
  display: flex;
  align-items: center;
}
.header-container__logo {
  display: flex;
  align-items: center;
}
@media (max-width: 767px) {
  .header-container__logo {
    max-width: 50%;
  }
}
.header-container__logo img {
  background-color: aliceblue;
  border-radius: 50%;
  margin-right: 10px;
  padding: 7px;
}
.header-container__text {
  font-weight: 700;
  font-size: clamp(14px, 2.0454545455vw, 27px);
}
.header-container__workhours {
  color: white;
  font-weight: 300;
}
@media (max-width: 767px) {
  .header-container__workhours {
    font-size: 12px;
  }
}
.header-container__addres {
  color: white;
  font-weight: 300;
}
@media (max-width: 767px) {
  .header-container__addres {
    font-size: 12px;
  }
}
.header-container__phone {
  color: white;
  font-weight: 300;
  cursor: pointer;
  display: grid;
}
@media (max-width: 767px) {
  .header-container__phone {
    font-size: 12px;
  }
}
.header-container .phone_wrapper {
  display: flex;
}
.header-container__title {
  font-weight: 700;
  font-size: clamp(12px, 1.8939393939vw, 25px);
}
.header-container__phone .dropdown-menu {
  min-width: 17rem;
  padding: 10px;
  border-radius: 10px;
}
.header-container__phone .dropdown-menu .phone-block a {
  color: black;
}
.header-container__phone .dropdown-menu li a {
  color: black;
}
.header-container .drop-down-item-phone {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 10px;
}
.header-container .phone-name {
  flex: 0 0 50%;
}

.main-menu-container {
  z-index: 10;
  justify-content: space-between;
  align-items: center;
  margin-top: 6px;
  background: rgba(255, 255, 255, 0.1098039216);
  border-radius: 10px 10px 10px 10px;
  box-shadow: 0 2px 7px rgba(0, 0, 0, 0.09);
  flex-wrap: wrap;
  padding: 10px;
}
.main-menu-container .navbar {
  padding: 0;
}
@media (max-width: 767px) {
  .main-menu-container {
    position: absolute;
    display: none;
  }
}

.drop-down-item-phone .phone-name {
  color: gray;
  font-size: clamp(10px, 1.0606060606vw, 14px);
}

.set-bg-transparent .depend-bg {
  background: transparent;
}

.address-box {
  display: flex;
}

.icons-svg-color {
  fill: #4385ef; /* Цвет заливки */
}

@media (max-width: 1023px) {
  .right-header-img-block {
    display: none;
  }
}

.dropdown-menu a {
  color: black;
}

.header-callback-btn {
  background-color: transparent;
  font-weight: 300;
  border: none;
  padding: 0;
  border-bottom: 1px dotted white;
  color: white;
  width: fit-content;
  margin-left: 32px;
}

.mx-link-color {
  font-weight: 300;
}

.dropdown-menu {
  background-color: rgb(255, 255, 255);
  border-radius: 10px;
}

@media (max-width: 767px) {
  .left-header-wrapper {
    padding: 30px;
  }
}

.form-slider {
  position: absolute;
  top: 50%;
  left: 55%;
  transform: translate(-50%, -50%);
  padding: 30px;
  width: 90%;
  background-color: rgba(35, 180, 183, 0.7803921569);
  border-radius: 10px;
}
.form-slider__title {
  font-weight: 600;
  font-size: 25px;
  color: #ffc107;
  text-align: start;
  margin-bottom: 20px;
}
.form-slider .simple-form .input-area input {
  width: 100%;
  background-color: rgba(248, 249, 250, 0.1490196078);
  border: 1px solid rgba(255, 255, 255, 0.4196078431);
}
.form-slider input::placeholder {
  color: white !important;
  opacity: 1;
  font-weight: 300;
}

/*скролл **/
/* Основной контейнер меню */
.main-menu-container {
  max-width: 1400px;
  margin: 0 auto;
  width: 100%;
  transition: all 0.3s ease;
  position: relative;
  z-index: 1000;
}

/* Обертка для фиксированного позиционирования */
.main-menu-wrapper {
  position: sticky;
  top: 0;
  z-index: 999;
  margin-top: 3px;
}

/* Стили для фиксированного состояния */
.main-menu-wrapper.fixed {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  animation: slideDown 0.3s ease;
  margin-top: 0 !important;
}
.main-menu-wrapper.fixed .main-menu-container {
  background-color: #f1f1f1;
  border-radius: 0px 0 10px 10px;
  box-shadow: 0 2px 7px rgba(0, 0, 0, 0.09);
}
.main-menu-wrapper.fixed .main-menu-container .nav-item .nav-link {
  color: black !important;
}

/* Анимация появления */
@keyframes slideDown {
  from {
    transform: translateY(-100%);
  }
  to {
    transform: translateY(0);
  }
}
/* Чтобы контент не прыгал при фиксации меню */
@media (min-width: 768px) {
  body.has-fixed-menu {
    padding-top: var(--menu-height, 60px);
  }
}

/* Дополнительный спейсер для правильной работы sticky */
.menu-spacer {
  height: 0;
  transition: height 0.3s ease;
}

.mobile-header {
  padding: 0;
}
.mobile-header .map-icon {
  width: 20px;
}
.mobile-header__inforow {
  display: flex;
  justify-content: space-around;
  width: 100%;
  background-color: black;
  padding: 20px 0;
}
@media (min-width: 768px) {
  .mobile-header {
    display: none;
  }
}
.mobile-header__righ-icons {
  display: flex;
  justify-content: center;
  align-items: center;
  column-gap: 15px;
}
.mobile-header__toprow {
  display: flex;
  justify-content: space-between;
  background-color: black;
  color: white;
  font-weight: 700;
  padding: 0 20px;
  padding-top: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid #8f8f8f;
}
.mobile-header__callback-btn {
  border-bottom: none;
}

@media (max-width: 767px) {
  .header-container, .desctop-row {
    display: none;
  }
}

@media (max-width: 767px) {
  .mx-media-header .overlay {
    display: none;
  }
}

@media (max-width: 767px) {
  .main-menu-container {
    display: grid;
    background: #1e1e1e;
    color: #dfdcdc;
    align-items: flex-start;
    top: -3px;
    left: -100%;
    width: 100%;
    height: 100vh;
    z-index: 1000;
    padding-top: 30px;
    font-size: 18px;
    transition: left 0.3s ease;
    border-radius: 0;
    position: absolute;
  }
}
@media (max-width: 767px) {
  .main-menu-container .nav-link {
    color: white !important;
    font-size: 22px;
  }
}
@media (max-width: 767px) {
  .main-menu-container.open {
    left: 0;
  }
}
.main-menu-container .nav-item {
  color: white;
  margin-bottom: 3px;
  font-weight: 400;
}
.main-menu-container .navbar {
  align-items: flex-start;
}
@media (max-width: 767px) {
  .main-menu-container .dropdown-item {
    white-space: normal;
    color: #f5f5f5;
    text-transform: math-auto;
  }
}
@media (max-width: 767px) {
  .main-menu-container .dropdown-item a {
    color: #efefef;
  }
}
@media (max-width: 767px) {
  .main-menu-container .dropdown-menu {
    background-color: rgb(51, 51, 51);
  }
}

.close-mobile-btn {
  display: none;
}

.close-mobile-btn.active {
  display: block;
}

.mobile-menu-btn.hidden {
  display: none;
}

@media (max-width: 767px) {
  .mobile-phones-body {
    position: absolute;
    display: grid;
    background: #1e1e1e;
    color: #dfdcdc;
    align-items: flex-start;
    top: 112px;
    left: -100%;
    width: 100%;
    height: 100vh;
    z-index: 1000;
    padding-top: 30px;
    font-size: 18px;
    transition: right 0.3s ease;
  }
}
@media (max-width: 767px) {
  .mobile-phones-body.open {
    left: 0;
  }
}

.close-phones-btn.hidden {
  display: none;
}

.close-phones-btn.active {
  display: block;
}

#phone_icon.hidden {
  display: none;
}

.mobile-phones-view {
  display: none;
}
@media (max-width: 767px) {
  .mobile-phones-view {
    display: block;
    list-style: none;
    font-size: 20px;
  }
}
.mobile-phones-view a {
  text-decoration: none;
}

.mx__navbar {
  gap: 5px !important;
}

.oport-container {
  height: 50px;
}
@media (max-width: 1023px) {
  .oport-container {
    height: fit-content;
  }
}

.oport-position {
  top: -40px;
  position: absolute;
}
@media (max-width: 1023px) {
  .oport-position {
    top: 0;
    margin: 20px 0;
  }
}

.oport-wrapper {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  align-items: center;
  justify-content: center;
  gap: 30px;
  width: 100%;
  bottom: -20px;
}
@media (max-width: 1023px) {
  .oport-wrapper {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 767px) {
  .oport-wrapper {
    grid-template-columns: repeat(1, 1fr);
    gap: 5px;
  }
}

.oport-item {
  background: linear-gradient(135deg, #e0f7ff, #cceeff);
  color: #020205;
  padding: 20px;
  border-radius: 15px;
  height: 100%;
  box-shadow: 0px 7px 17px -5px rgba(0, 0, 0, 0.17);
  display: grid;
  grid-template-columns: 50px auto;
  gap: 20px;
}
.oport-item p {
  margin: 0;
}
@media (max-width: 767px) {
  .oport-item {
    padding: 10px;
    border-radius: 11px;
  }
  .oport-item svg {
    width: 30px;
    height: 30px;
  }
  .oport-item p {
    margin-bottom: 0;
  }
}

.oport-item-des {
  font-size: clamp(12px, 1.1363636364vw, 15px);
}

.oport-item svg {
  width: 50px;
  height: 50px;
}

.oport-item:hover svg {
  transform: rotate(-5deg) scale(1.15);
  color: #1c7ed6;
  filter: drop-shadow(0 0 6px rgba(76, 154, 255, 0.4));
}

.oport-item:hover {
  border-color: #4dabf7;
  box-shadow: 0 12px 25px rgba(0, 0, 0, 0.08);
  background-color: #f9fbff;
}

.icons-title {
  font-size: clamp(12px, 1.6666666667vw, 22px);
}

.property-list-row, .property-list-value {
  font-size: clamp(12px, 1.0606060606vw, 14px);
}

.card-price-value {
  font-size: clamp(12px, 1.6666666667vw, 22px);
  font-weight: bold;
}

.circle-markers-card ul {
  padding-left: 30px;
  font-size: clamp(12px, 1.2121212121vw, 16px);
}

.description-title {
  font-size: clamp(16px, 1.6666666667vw, 22px);
  font-weight: bold;
  margin-bottom: 10px;
}

/*класс для элементов сниппетов для мобилки в два ряда*/
@media (max-width: 767px) {
  .col-6 .wraper-icons .mobile-small-btn {
    font-size: 12px !important;
    padding: 5px 20px !important;
    margin: 7px !important;
  }
}
@media (max-width: 767px) {
  .col-6 .wraper-icons .show-hover {
    display: none !important;
  }
}
@media (max-width: 767px) {
  .col-6 .wraper-icons .icons-title {
    margin: 0 !important;
  }
}

.col-12 {
  position: relative;
}

.wraper-icons {
  position: relative;
  transition: all 0.3s ease;
}

.text-wrapper {
  position: relative;
}

.show-hover {
  position: absolute;
  bottom: 100%;
  left: 0;
  right: 0;
  background: white;
  opacity: 0;
  visibility: hidden;
  transform: translateY(10px);
  transition: all 0.3s ease;
  z-index: 50;
  box-shadow: 0 -10px 15px -10px rgba(0, 0, 0, 0.45);
  border-radius: 10px 10px 0 0;
  padding: 15px;
  margin-top: 10px;
}

.wraper-icons:hover {
  z-index: 100;
}

.wraper-icons:hover .show-hover {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.card-icon-callback-btn {
  background-color: transparent;
  border: none;
  padding: 0;
  border-bottom: 1px dotted #3a3737;
  color: #3a3737;
  width: fit-content;
  margin-top: 10px;
}

.wrapper-card-btn {
  display: grid;
  justify-items: center;
}

.wraper-icons {
  display: flex;
  flex-direction: column;
  height: 100%;
}

.text-wrapper {
  flex-grow: 1;
}

.wrapper-card-btn {
  margin-top: auto;
}

.text-advantages {
  padding: 25px;
  border-radius: 15px;
}

.js-showmore-wrapper .item {
  display: none;
  max-height: 0;
  opacity: 0;
  transition: max-height 0.3s ease, opacity 0.3s ease;
}

.js-showmore-wrapper .item.is-visible {
  max-height: fit-content; /* достаточно для вашего контента */
  opacity: 1;
  display: block;
  padding-block: 30px;
}
@media (max-width: 767px) {
  .js-showmore-wrapper .item.is-visible {
    padding: 10px 5px;
  }
}

.city-list {
  column-count: 2;
  column-gap: 20px;
  list-style-type: none;
  padding-left: 1rem;
}
.city-list li {
  line-height: 25px;
}
.city-list li a {
  text-decoration: none;
  margin-bottom: 14px;
}

.simple-form .input-area input {
  width: 100%;
  background-color: #f8f9fa;
  border: 1px solid #dee2e6;
}
.simple-form input::placeholder {
  color: #888;
  opacity: 1;
  font-weight: 300;
}
.simple-form input:focus {
  background-color: #fff;
  border-color: #424141;
  outline: none;
}
.simple-form fieldset {
  display: grid;
  gap: 30px;
}
.simple-form button {
  height: 50px;
}

.modal-content {
  border-radius: 20px;
  padding: 30px;
}
@media (max-width: 767px) {
  .modal-content {
    border-radius: 8px;
    padding: 10px;
  }
}

.modal-title {
  font-size: clamp(18px, 1.6666666667vw, 22px);
}

.agreement {
  display: flex;
  align-items: center;
  gap: 8px;
  flex-wrap: wrap;
  font-size: clamp(12px, 1.0606060606vw, 14px);
}
.agreement input {
  background-color: #26303a;
  border: 1px solid #dee2e6;
}

.username {
  display: none;
}

.modal-simple-body .msg {
  color: #404040;
  background: #d8ffed;
  padding: 10px 20px;
  border-radius: 10px;
  font-weight: 300;
  font-size: clamp(18px, 1.5151515152vw, 20px);
}

.title-first-block h1 {
  font-size: clamp(24px, 3.7878787879vw, 50px);
}

.price-list-item-value {
  font-size: clamp(18px, 2.5757575758vw, 34px);
  line-height: 1.1;
  color: #4385ef;
  font-weight: 600;
}

.price-list-item {
  color: #cecece;
}

.description-service-first-block .description {
  font-size: clamp(14px, 1.2121212121vw, 16px);
}
.description-service-first-block .cost-description {
  font-size: clamp(10px, 1.0606060606vw, 14px);
}

.img-steps-wrapper {
  min-height: 60px;
}

.footer {
  display: flex;
  align-items: center;
  min-height: 300px;
  background-color: rgba(0, 0, 0, 0.9098039216);
}

/* Современные стили для таблиц в text-article-block */
.text-article-block table {
  width: 100%;
  border-collapse: collapse;
  font-family: "Segoe UI", system-ui, sans-serif;
  background: white;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
  margin: 1.5rem 0;
}

.text-article-block th {
  background: linear-gradient(135deg, #999999 0%, #979797 100%);
  color: white;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  padding: 1rem 1.5rem;
  text-align: left;
  border: none;
  position: relative;
}

.text-article-block td {
  padding: 1rem 1.5rem;
  border-bottom: 1px solid #e5e7eb;
  color: #374151;
  transition: all 0.2s ease;
  line-height: 1.5;
}

.text-article-block tbody tr {
  transition: all 0.2s ease;
}

.text-article-block tbody tr:hover {
  background-color: #f8fafc;
  transform: translateY(-1px);
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
}

.text-article-block tbody tr:last-child td {
  border-bottom: none;
}

/* Альтернативный вариант с полосками */
.text-article-block table:nth-of-type(2n) {
  background: white;
}

.text-article-block table:nth-of-type(2n) tbody tr:nth-child(even) {
  background-color: #f8fafc;
}

.text-article-block table:nth-of-type(2n) tbody tr:hover {
  background-color: #eff6ff;
}

/* Компактные таблицы для мобильных */
@media (max-width: 768px) {
  .text-article-block table {
    border-radius: 8px;
    font-size: 0.8rem;
  }
  .text-article-block th,
  .text-article-block td {
    padding: 0.75rem 1rem;
  }
  .text-article-block th {
    font-size: 0.8rem;
  }
}
/* Стили для статусов внутри таблиц */
.text-article-block .status {
  display: inline-block;
  padding: 0.25rem 0.75rem;
  border-radius: 9999px;
  font-size: 0.75rem;
  font-weight: 500;
  text-align: center;
  min-width: 80px;
}

.text-article-block .status-active {
  background: #dcfce7;
  color: #166534;
}

.text-article-block .status-pending {
  background: #fef3c7;
  color: #92400e;
}

.text-article-block .status-inactive {
  background: #f3f4f6;
  color: #6b7280;
}

/* Выравнивание для числовых колонок */
.text-article-block td:last-child,
.text-article-block th:last-child {
  text-align: right;
}

/* Стили для заголовка таблицы */
.text-article-block table caption {
  caption-side: top;
  font-size: 1.25rem;
  font-weight: 600;
  color: #1f2937;
  margin-bottom: 1rem;
  text-align: left;
}

/* Темная тема поддержка */
@media (prefers-color-scheme: dark) {
  .text-article-block table {
    background: #1f2937;
    color: #f9fafb;
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.3);
  }
  .text-article-block th {
    background: linear-gradient(135deg, #4f46e5 0%, #7c3aed 100%);
  }
  .text-article-block td {
    color: #e5e7eb;
    border-bottom: 1px solid #374151;
  }
  .text-article-block tbody tr:hover {
    background-color: #374151;
  }
  .text-article-block table:nth-of-type(2n) tbody tr:nth-child(even) {
    background-color: #111827;
  }
}
/* Адаптивность для очень маленьких экранов */
@media (max-width: 480px) {
  .text-article-block table {
    display: block;
    overflow-x: auto;
    white-space: nowrap;
  }
  .text-article-block th,
  .text-article-block td {
    min-width: 120px;
  }
}
/* Специфические стили для разных типов контента */
.text-article-block table:first-of-type {
  border: 2px solid #3b82f6;
}

/* Стили для таблиц с финансовыми данными */
.text-article-block td[data-currency]::before {
  content: "₽";
  margin-right: 0.25rem;
  opacity: 0.7;
}

/* Анимация появления таблиц */
.text-article-block table {
  animation: fadeInUp 0.5s ease-out;
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
/* Современные стили для списков в text-article-block */
.text-article-block ul {
  list-style: none;
  padding: 0;
  margin: 1.5rem 0;
  background: white;
  border-radius: 12px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
  overflow: hidden;
}

.text-article-block li p {
  margin-bottom: 0;
}

.text-article-block li {
  padding: 1rem 1.5rem 1rem 3rem;
  border-bottom: 1px solid #f1f5f9;
  position: relative;
  transition: all 0.3s ease;
  line-height: 1.6;
  color: #374151;
}

.text-article-block li:last-child {
  border-bottom: none;
}

.text-article-block li:hover {
  background-color: #f8fafc;
  transform: translateX(4px);
}

/* Кастомные маркеры для списков */
.text-article-block ul li::before {
  content: "";
  position: absolute;
  left: 1.5rem;
  top: 50%;
  transform: translateY(-50%);
  width: 8px;
  height: 8px;
  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
  border-radius: 50%;
  transition: all 0.3s ease;
}

.text-article-block li:hover::before {
  transform: translateY(-50%) scale(1.2);
  background: linear-gradient(135deg, #764ba2 0%, #667eea 100%);
}

/* Стили для вложенных списков */
.text-article-block ul ul {
  margin: 0.5rem -1.5rem -1rem -3rem;
  background: #f8fafc;
  border-radius: 0;
  box-shadow: none;
  border-top: 1px solid #f1f5f9;
}

.text-article-block ul ul li {
  padding-left: 4.5rem;
  border-bottom: 1px solid #e2e8f0;
}

.text-article-block ul ul li::before {
  left: 3rem;
  width: 6px;
  height: 6px;
  background: #94a3b8;
}

.text-article-block ul ul ul {
  margin-left: -4.5rem;
  background: #f1f5f9;
}

.text-article-block ul ul ul li {
  padding-left: 6rem;
}

.text-article-block ul ul ul li::before {
  left: 4.5rem;
  background: #cbd5e1;
}

/* Альтернативный стиль с иконками */
.text-article-block ul.style-checkmarks {
  background: linear-gradient(135deg, #f8fafc 0%, #f1f5f9 100%);
  border: 1px solid #e2e8f0;
}

.text-article-block ul.style-checkmarks li::before {
  content: "✓";
  width: auto;
  height: auto;
  background: none;
  color: #10b981;
  font-weight: bold;
  font-size: 0.875rem;
}

/* Стиль с цифрами (для ol) */
.text-article-block ol {
  list-style: none;
  counter-reset: custom-counter;
  padding: 0;
  margin: 1.5rem 0;
  background: white;
  border-radius: 12px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
}

.text-article-block ol li {
  counter-increment: custom-counter;
  padding: 1rem 1.5rem 1rem 4rem;
  border-bottom: 1px solid #f1f5f9;
  position: relative;
}

.text-article-block ol li:last-child {
  border-bottom: none;
}

.text-article-block ol li::before {
  content: counter(custom-counter);
  position: absolute;
  left: 1.5rem;
  top: 50%;
  transform: translateY(-50%);
  width: 28px;
  height: 28px;
  background: linear-gradient(135deg, #3b82f6 0%, #1d4ed8 100%);
  color: white;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.75rem;
  font-weight: 600;
}

/* Стили для списков с иконками */
.text-article-block ul.with-icons li {
  padding-left: 4rem;
}

.text-article-block ul.with-icons li::before {
  content: "";
  width: 20px;
  height: 20px;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 24 24' stroke='%23667eea'%3E%3Cpath stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M5 13l4 4L19 7' /%3E%3C/svg%3E") no-repeat center;
  background-size: contain;
  border-radius: 0;
}

/* Стили для мобильных устройств */
@media (max-width: 768px) {
  .text-article-block ul,
  .text-article-block ol {
    margin: 1rem 0;
    border-radius: 8px;
  }
  .text-article-block li {
    padding: 0.875rem 1rem 0.875rem 2.5rem;
  }
  .text-article-block ul li::before {
    left: 1rem;
  }
  .text-article-block ol li {
    padding-left: 3.5rem;
  }
  .text-article-block ol li::before {
    left: 1rem;
  }
  .text-article-block ul ul li {
    padding-left: 3.5rem;
  }
  .text-article-block ul ul li::before {
    left: 2rem;
  }
}
/* Темная тема */
@media (prefers-color-scheme: dark) {
  .text-article-block ul,
  .text-article-block ol {
    background: #1f2937;
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.3);
  }
  .text-article-block li {
    color: #e5e7eb;
    border-bottom: 1px solid #374151;
  }
  .text-article-block li:hover {
    background-color: #374151;
  }
  .text-article-block ul ul {
    background: #111827;
    border-top: 1px solid #374151;
  }
  .text-article-block ul ul li {
    border-bottom: 1px solid #374151;
  }
  .text-article-block ul ul ul {
    background: #1f2937;
  }
  .text-article-block ul.style-checkmarks {
    background: linear-gradient(135deg, #1f2937 0%, #111827 100%);
    border: 1px solid #374151;
  }
}
/* Анимация появления элементов списка */
.text-article-block ul li,
.text-article-block ol li {
  animation: slideInLeft 0.4s ease-out forwards;
  opacity: 0;
  transform: translateX(-20px);
}

@keyframes slideInLeft {
  to {
    opacity: 1;
    transform: translateX(0);
  }
}
/* Задержка для последовательной анимации */
.text-article-block ul li:nth-child(1) {
  animation-delay: 0.1s;
}

.text-article-block ul li:nth-child(2) {
  animation-delay: 0.2s;
}

.text-article-block ul li:nth-child(3) {
  animation-delay: 0.3s;
}

.text-article-block ul li:nth-child(4) {
  animation-delay: 0.4s;
}

.text-article-block ul li:nth-child(5) {
  animation-delay: 0.5s;
}

/* Специальные стили для списков с важной информацией */
.text-article-block ul.highlight {
  border-left: 4px solid #3b82f6;
  background: linear-gradient(135deg, #eff6ff 0%, #f8fafc 100%);
}

.text-article-block ul.warning {
  border-left: 4px solid #f59e0b;
  background: linear-gradient(135deg, #fffbeb 0%, #fef3c7 100%);
}

.text-article-block ul.success {
  border-left: 4px solid #10b981;
  background: linear-gradient(135deg, #ecfdf5 0%, #d1fae5 100%);
}

/* Стили для списков определений */
.text-article-block dl {
  background: white;
  border-radius: 12px;
  padding: 1.5rem;
  margin: 1.5rem 0;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
}

.text-article-block dt {
  font-weight: 600;
  color: #1f2937;
  margin-bottom: 0.5rem;
  font-size: 1.1rem;
}

.text-article-block dd {
  margin: 0 0 1.5rem 0;
  padding: 0 0 1rem 1rem;
  border-bottom: 1px solid #f1f5f9;
  color: #6b7280;
  line-height: 1.6;
}

.text-article-block dd:last-child {
  border-bottom: none;
  margin-bottom: 0;
  padding-bottom: 0;
}

.section-404 {
  height: 60vh;
}

.section-404__wrapper {
  display: grid;
  align-content: center; /* Только вертикальное центрирование */
  height: 100%;
}

.card-bg-container__item .item-title {
  font-size: clamp(16px, 1.3636363636vw, 18px);
  font-weight: 700;
  margin-bottom: 20px;
}
.card-bg-container__item .item-des {
  font-size: clamp(12px, 1.2121212121vw, 16px);
}

.all-steps {
  font-size: clamp(12px, 1.8181818182vw, 24px);
}

.small-title {
  color: rgb(24, 29, 81);
  font-weight: 600;
  font-size: clamp(16px, 1.8939393939vw, 25px);
}
@media (max-width: 1023px) {
  .small-title {
    font-size: 25px;
  }
}

/*# sourceMappingURL=style_scss.css.map */
