/* fonts */
@font-face {
  font-family: "Noto Serif";
  src:
    local("Noto Serif"),
    local("Noto-Serif"),
    url("/netcat_template/template/domains/assets/fonts/NotoSerif-Regular.woff2")
      format("woff2"),
    url("/netcat_template/template/domains/assets/fonts/NotoSerif-Regular.woff")
      format("woff");
  font-display: swap;
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: "Noto Serif";
  src:
    local("Noto Serif"),
    local("Noto-Serif"),
    url("/netcat_template/template/domains/assets/fonts/NotoSerif-Bold.woff2")
      format("woff2"),
    url("/netcat_template/template/domains/assets/fonts/NotoSerif-Bold.woff")
      format("woff");
  font-display: swap;
  font-weight: 700;
  font-style: bold;
}

@font-face {
  font-family: "Raleway";
  src:
    local("Raleway"),
    url("/netcat_template/template/domains/assets/fonts/Raleway-Regular.woff2")
      format("woff2"),
    url("/netcat_template/template/domains/assets/fonts/Raleway-Regular.woff")
      format("woff");
  font-display: swap;
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: "Raleway";
  src:
    local("Raleway"),
    url("/netcat_template/template/domains/assets/fonts/Raleway-SemiBold.woff2")
      format("woff2"),
    url("/netcat_template/template/domains/assets/fonts/Raleway-SemiBold.woff")
      format("woff");
  font-display: swap;
  font-weight: 600;
  font-style: normal;
}

@font-face {
  font-family: "Raleway";
  src:
    local("Raleway"),
    url("/netcat_template/template/domains/assets/fonts/Raleway-Medium.woff2")
      format("woff2"),
    url("/netcat_template/template/domains/assets/fonts/Raleway-Medium.woff")
      format("woff");
  font-display: swap;
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: "Raleway";
  src:
    local("Raleway"),
    url("/netcat_template/template/domains/assets/fonts/Raleway-Bold.woff2")
      format("woff2"),
    url("/netcat_template/template/domains/assets/fonts/Raleway-Bold.woff")
      format("woff");
  font-display: swap;
  font-weight: 700;
  font-style: normal;
}

:root {
  --main-color: #3e9cff;
  --main-color-lighter: rgb(62 156 255 / 53%);
  --accent-color: #fff089;
  --accent-color2: #ffda33;
  --accent-color3: rgba(255, 240, 137, 0.5);
  --soft-color: #d9eafc;
  --soft-color2: #eaf1fb;
  --back-gray: #eaedf2;
  --back-light: #f5f7f9;
  --text-main: #262626;
  --text-accent: #616161;
  --text-light: #ffffff;
  --text-blue: rgba(66, 103, 158, 1);
  --gray: rgba(247, 247, 247, 1);

  --radius-small: 5px;
  --radius-medium: 20px;
  --radius-large: 30px;
  --radius-small-mobile: 5px;
  --radius-medium-mobile: 10px;
  --radius-large-mobile: 20px;
  --radius-full: 100%;
}

/* reset styles */
* {
  padding: 0;
  margin: 0;
  border: 0;
}
*,
*:before,
*:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
:focus,
:active {
  outline: none;
}
a:focus,
a:active {
  outline: none;
}
nav,
footer,
header,
aside {
  display: block;
}
html,
body {
  width: 100%;
  line-height: 1;
  font-size: 16px;
  -ms-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
body {
  overflow-x: hidden;
}
a,
a:visited {
  text-decoration: none;
}
ul,
ul li,
ol,
ol li {
  list-style: none;
}
img {
  vertical-align: top;
  max-width: 100%;
  max-height: 100%;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: 400;
  margin: 0;
}
picture {
  display: block;
}

/* glob */
body {
  font-family: Raleway, sans-serif;
  color: var(--text-main);
  min-width: 320px;
  font-size: 14px;
  line-height: 140%;
}

a:hover {
  color: var(--main-color);
}

.picture img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top;
}

.picture {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

body.lock {
  overflow: hidden;
  max-height: 100vh;
}

header,
main,
footer {
  display: flex;
  justify-content: center;
  width: 100%;
  flex-direction: column;
  position: relative;
  align-items: center;
}

.container {
  display: flex;
  flex-direction: column;
  gap: 10px;
  max-width: 1300px;
  width: 100%;
}

.logo__title {
  font-size: 20px;
  font-family: serif;
  grid-area: title;
}

.logo__subtitle.desctop {
  font-size: 14px;
  grid-area: subtitle;
}

.logo picture {
  grid-area: img;
}

.logo {
  display: grid;
  grid-template-areas:
    "img title title title"
    "img subtitle subtitle subtitle";
  gap: 10px;
  row-gap: 0;
}

.header__logo.logo {
  display: block;
}

@media (min-width: 901px) {
  .mobile {
    display: none !important;
  }
}
@media (max-width: 900px) {
  .desctop,
  .desktop {
    display: none !important;
  }
}

/* titles */
h1,
h2,
h3,
h4,
h5,
h6 {
  letter-spacing: 0;
  line-height: 140%;
  font-family: serif;
  font-weight: 400;
}

h1 > span {
  line-height: 140%;
  font-family: serif;
  font-weight: 400;
  letter-spacing: 0;
  position: relative;
}

.decor {
  position: relative;
  z-index: 2;
}

.decor::after,
h1 s::after {
  content: "";
  position: absolute;
  bottom: -13px;
  left: 0;
  background: url(/netcat_template/template/domains/assets/images/title-decor.svg);
  width: 100%;
  height: 28px;
  background-size: 100% auto;
  /* background-attachment: fixed;*/
  z-index: -1;
  background-repeat: no-repeat;
}

h1 s {
  text-decoration: none !important;
  position: relative;
  z-index: 2;
}

.section__title {
  margin: 10px 0;
}

h1 {
  font-size: 28px;
}
h2 {
  font-size: 22px;
}
h3 {
  font-size: 20px;
}
h4 {
  font-size: 18px;
}
h5 {
  font-size: 16px;
}
h6 {
  font-size: 14px;
}

.text {
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 140%;
  font-family: Raleway;
}
.text.text--medium {
  font-weight: 600;
}
.text.text--bold {
  font-weight: 800;
}
.text.text--smaller {
  font-size: 14px;
}
.caption {
  font-size: 12px;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 140%;
  font-family: Raleway;
}
.caption.caption--bold {
  font-weight: 800;
}

/* btns*/
button,
input,
textarea,
label,
strong,
a,
span,
p {
  font-family: Raleway, sans-serif;
  color: var(--text-main);
  font-size: 100%;
}

.btn {
  padding: 10px;
  background-color: var(--accent-color);
  color: rgb(59 30 16 / 91%);
  font-family: Raleway;
  font-weight: 500;
  text-align: center;
  border-radius: var(--radius-large);
  width: fit-content;
  border: 1px transparent solid;
  transition: 0.2s ease;
  cursor: pointer;
  font-size: 14px;
}

.btn:hover {
  background-color: var(--text-light);
  border-color: var(--text-main);
  color: var(--text-main);
}

.btn:active {
  background-color: var(--accent-color3);
  color: var(--text-accent);
}

.btn:disabled {
  background-color: var(--soft-color2);
  color: var(--text-accent);
  border-color: transparent !important;
}

.btn.btn--secondary {
  background-color: var(--soft-color);
  color: var(--main-color);
}

.btn.btn--secondary:hover {
  background-color: var(--text-light);
  color: var(--text-accent);
  border-color: var(--text-accent);
}

.btn.btn--secondary:active {
  background-color: var(--soft-color2);
  color: var(--text-blue);
}

.btn.btn--secondary:disabled {
  background-color: var(--back-light);
  color: var(--text-accent);
  border-color: transparent !important;
}

.btn.btn--menu {
  padding: 10px 16px;
  background-color: var(--text-light);
  color: var(--text-main);
  border-color: var(--back-gray);
  text-align: left;
}

.btn.btn--menu:hover,
.btn.btn--menu:hover a {
  background-color: var(--text-light);
  color: var(--text-accent);
  border-color: var(--text-accent);
}

.btn.btn--menu:active {
  background-color: var(--soft-color2);
  color: var(--text-blue);
}

.btn.btn--menu:disabled {
  background-color: var(--back-light);
  color: var(--text-accent);
  border-color: transparent !important;
}

.btn.btn--blue {
  border-color: var(--main-color);
  color: var(--main-color);
  background-color: transparent;
}

.btn.btn--blue:hover {
  background-color: var(--main-color);
  color: var(--text-light);
}

.btn.btn--blue:active {
  background-color: var(--back-gray);
  color: var(--text-accent);
  border-color: var(--back-gray);
}

.btn.btn--blue:disabled {
  background-color: var(--back-light);
  color: var(--text-accent);
  border-color: transparent !important;
}

.btn.btn--text {
  padding: 5px 10px;
  background-color: transparent;
  color: var(--main-color);
  font-size: 14px;
}

.btn.btn--text:hover {
  color: var(--soft-color);
  border-color: transparent !important;
}

.btn.btn--text:disabled {
  color: var(--text-accent);
}

.btn.btn--tag {
  padding: 8px 16px;
  background-color: var(--soft-color2);
  color: var(--main-color);
  font-size: 14px;
}

.btn.btn--tag:hover {
  color: var(--text-light);
  background-color: var(--main-color);
  border-color: transparent !important;
}

.btn.btn--tag:active {
  color: var(--text-main);
  background-color: var(--back-gray);
  border-color: transparent !important;
}

.btn.btn--tag:disabled {
  color: var(--text-light);
  background-color: var(--main-color-lighter);
}

.btn.btn--number {
  padding: 10px 20px;
  background-color: var(--main-color);
  color: var(--text-light);
  font-size: 22px;
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 10px;
  font-family: serif;
}

.btn.btn--number svg path {
  fill: var(--text-light);
}

.btn.btn--number:hover {
  color: var(--main-color);
  background-color: var(--soft-color2);
  border-color: transparent !important;
}

.btn.btn--number:hover svg path {
  fill: var(--main-color);
}

.btn.btn--number:disabled {
  color: var(--text-accent);
  background-color: var(--back-light);
}

.btn.btn--number:disabled svg path {
  fill: var(--text-accent);
}

.btn.btn--accor {
  position: relative;
  width: 34px;
  height: 34px;
  border: 1px white solid;
  border-color: var(--text-accent);
  padding: 0;
  background-color: transparent;
  transition: 0.1s ease;
  cursor: pointer;
  min-width: 34px;
  min-height: 34px;
}

.btn.btn--accor::before,
.btn.btn--accor::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: var(--text-accent);
}

.btn.btn--accor::before {
  width: 14px;
  height: 1px;
}
.btn.btn--accor::after {
  width: 1px;
  height: 14px;
  overflow: hidden;
  transition: 0.3s ease;
}

.btn.btn--accor:hover {
  border-color: var(--main-color);
}

.btn.btn--accor:hover::before,
.btn.btn--accor:hover::after {
  background-color: var(--main-color);
}

.btn.btn--accor:disabled {
  border-color: var(--back-light);
}

.btn.btn--accor:disabled::before,
.btn.btn--accor:disabled::after {
  background-color: var(--back-light);
}

.open-accor .btn.btn--accor::after {
  max-height: 0;
}

.btn.btn--arrow {
  width: 30px;
  height: 30px;
  border-radius: var(--radius-full);
  padding: 0;
  position: relative;
  background-color: var(--soft-color);
}

.btn.btn--arrow svg {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  fill: var(--main-color);
}

.btn.btn--arrow:hover {
  background-color: var(--soft-color2);
  border-color: var(--soft-color2);
}

.btn.btn--arrow:hover svg path {
  fill: var(--main-color-lighter);
}

.btn.btn--arrow:disabled {
  background-color: var(--back-gray);
  border-color: var(--back-gray);
}

.btn.btn--arrow:disabled svg path {
  fill: var(--text-accent);
}

.btn--more {
  display: flex;
  flex-direction: row;
  gap: 5px;
  font-size: 14px;
  color: var(--main-color);
  cursor: pointer;
  font-weight: 800;
  align-items: center;
}

.btn--more > .icon.icon--small {
  transform: rotate(270deg);
  width: 10px;
  height: 10px;
}

.hide {
  display: none;
}
/* icons */

svg {
  transition: transform 0.3s ease-in-out;
}

.categories {
  position: relative;
}

.icon {
  background-color: var(--main-color);
  width: 40px;
  height: 40px;
  padding: 7px;
  border-radius: var(--radius-small);
}

.icon path {
  fill: white;
}

.icon.icon--small {
  background-color: transparent;
  width: 16px;
  height: 16px;
  padding: 0;
  border-radius: unset;
}
.icon.icon--small path {
  fill: var(--main-color);
}

/* search */
.search {
  /* padding: 20px 30px;
      border: 1px white solid;*/
  position: relative;
  /*border-radius: var(--radius-large);
      border-color: var(--back-gray);*/
}

.search:hover {
  background-color: var(--text-light);
  color: var(--text-accent);
  border-color: var(--text-accent);
}

.search__input {
  font-family: Raleway;
  width: 100%;
  padding-right: 75px;
  padding: 20px 75px 20px 30px;
}

.search__icon {
  position: absolute;
  right: 30px;
  top: 50%;
  transform: translatey(-50%);
  width: 20px;
  height: 20px;
}

/* menu */
.menu {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
}

.menu__item {
  display: flex;
  width: 100%;
  flex-direction: column;
  overflow: hidden;
  position: relative;
}

.menu__link {
  width: 100%;
  display: flex;
  position: relative;
}

.menu__item.btn.btn--menu {
  display: flex;
  flex-direction: column;
  gap: 0;
  overflow: hidden;
}

.menu__list {
  margin-top: 0px;
  max-height: 0px;
  transition: 0.3s ease-in-out;
  width: 100%;
}

.open-menu > .menu__list {
  max-height: 3000px;
  margin-top: 10px;
  border-top: 1px white solid;
  border-color: var(--back-gray);
  overflow-y: auto;
}

.menu__link.menu__link--lvl2 {
  margin-top: 10px;
  display: flex;
  flex-direction: row;
  gap: 10px;
  align-items: center;
}

.menu__more {
  position: absolute;
  top: 15px;
  right: 39px;
  width: 10px;
  height: 10px;
  background-color: var(--main-color);
  border-radius: 100%;
}

.menu__item--servives .menu__more {
  background-color: var(--accent-color);
}

.menu,
.menu__item,
.menu__list,
.header__menu,
.header__wrap {
  transition: 0.5s ease-in-out;
}

.menu__item.menu__item--lvl2 a {
  padding: 10px 20px;
  border-radius: var(--radius-large);
}

.menu__link.menu__link--lvl2:hover,
.menu__link.menu__link--lvl3:hover {
  color: var(--main-color);
}

.menu__link.menu__link--servives.menu__link--lvl1:hover .menu__more {
  background-color: var(--main-color);
}

.menu__item--servives.open-menu > .menu__list {
  border-radius: var(--radius-large);
  border: 1px white solid;
  border-color: var(--back-gray);
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding: 20px;
}

.menu__item--servives.open-menu .menu__list.menu__list--lvl3 {
  border-top: none;
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding: 0 20px 20px 20px;
}

.menu__item.menu__item--lvl2.open-menu > .menu__link.menu__link--lvl2 {
  background-color: var(--soft-color);
  color: var(--main-color);
}

.menu__item--servives > ul > .menu__item.menu__item--lvl2 {
  margin: 0;
  padding: 0px;
  border-radius: 0;
}
.menu__item--servives > ul > .menu__item.menu__item--lvl2 .menu__link--lvl2 {
  border-radius: var(--radius-large);
  border: 1px white solid;
  border-color: var(--back-gray);
  margin: 0;
  padding: 10px;
}

.menu__item .menu-more {
  display: block;
  width: 10px;
  height: 10px;
  background-color: var(--main-color);
  position: absolute;
  border-radius: 100%;
  right: 20px;
  top: 15px;
}

/* inputs labels forms*/
.form__label {
  cursor: pointer;
}

input:hover,
input:active,
input:focus {
  border-color: var(--main-color);
}

input {
  color: var(--text-main);
  width: 100%;
  padding: 15px 20px;
  border: 1px white solid;
  border-color: var(--back-gray);
  border-radius: var(--radius-large);
  width: 100%;
  display: block;
}

textarea {
  border-radius: var(--radius-large);
  border: 1px white solid;
  border-color: var(--back-gray);
  width: 100%;
  min-height: 100px;
  padding: 20px;
}

textarea:hover,
input:hover,
textarea:focus,
input:focus,
textarea:active,
input:active {
  border-color: var(--main-color);
}

.form__label.error input {
  border-color: rgba(255, 74, 55, 1);
  color: rgba(255, 74, 55, 1);
}

.form__wrapper {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.form {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.form-checkbox {
  width: 15px;
  height: 15px;
  min-width: 15px;
  max-width: 15px;
  appearance: none;
  -webkit-appearance: none;
  border: 1px solid #777;
  border-radius: 4px;
  outline: none;
  transition: background 0.2s;
  cursor: pointer;
  border-color: var(--main-color);
  position: relative;
  padding: 0;
}

.form-checkbox::before {
  content: "";
  position: absolute;
  color: white;
  font-size: 14px;
  left: 50%;
  top: 50%;
  background: url(/netcat_template/template/domains/assets/images/checkbox.svg);
  width: 8px;
  height: 8px;
  opacity: 0;
  transition: 0.1s ease;
  transform: translate(-50%, -50%);
}

.form-checkbox:hover::before {
  opacity: 0.5;
}

.form-checkbox:checked::before {
  opacity: 1;
}

.form__agreed {
  display: flex;
  flex-direction: row;
  gap: 20px;
  margin-top: 20px;
  align-items: flex-start;
  justify-content: flex-start;
}

@keyframes shadow {
  0% {
    transform: translatey(0);
    opacity: 0;
  }
  50% {
    opacity: 0;
  }
  100% {
    transform: translatey(-20%);
  }
}

@keyframes shadow-out {
  0% {
    transform: translatey(-20%);
    opacity: 0;
  }
  10% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    transform: translatey(0);
  }
}

.tab-animation {
  animation: shadow 1s;
  animation-fill-mode: forwards;
}

.tab-animation-out {
  animation: shadow-out 1s;
  animation-fill-mode: forwards;
}

.section {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
  padding-bottom: 20px;
  overflow: hidden;
}

.text-section__imgs picture img {
  border-radius: var(--radius-large);
}
/* bread */
.breadcrumbs__list {
  display: flex;
  flex-direction: row;
  gap: 20px;
  align-items: center;
}

.breadcrumbs__link {
  display: flex;
  flex-direction: row;
  gap: 5px;
  align-items: center;
  color: var(--text-accent);
}

.breadcrumbs__link svg {
  margin-bottom: 2px;
}

.section > .container > .breadcrumbs {
  padding: 10px 20px;
}

li.breadcrumbs__item.breadcrumbs__item--parent::before,
li.breadcrumbs__item.breadcrumbs__item--item::before {
  content: "—";
  color: var(--text-accent);
}

li.breadcrumbs__item.breadcrumbs__item--parent,
li.breadcrumbs__item.breadcrumbs__item--item {
  color: var(--back-gray);
}

.breadcrumbs__item {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 20px;
}

.breadcrumbs__item.breadcrumbs__item--main a {
  font-weight: 600;
}

/* lists */

.text-section__content ol {
  list-style: none;
  counter-reset: my-counter;
  padding-left: 0;
  display: flex;
  flex-direction: column;
  gap: 10px;
  justify-content: flex-start;
  align-items: flex-start;
}

.text-section__content ol li {
  position: relative;
  counter-increment: my-counter;
  padding-left: 32px;
  flex-direction: row;
  gap: 10px;
}

.text-section__content ol li::before {
  content: counter(my-counter);
  width: 25px;
  height: 25px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: var(--soft-color);
  min-width: 25px;
  min-height: 25px;
  border-radius: 5px;
  color: var(--main-color);
  position: absolute;
  left: 0px;
  top: 0;
}

.text-section__content ul {
  display: flex;
  flex-direction: column;
  gap: 10px;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 0 0 15px 0;
}

.text-section__content p a {
  color: #147b99;
  /* text-decoration: underline; */
}

.text-section__content p a:hover {
  color: var(
    --main-color
  ); /* При наведении цвет будет меняться на ваш фирменный синий, это покажет пользователю, что ссылка кликабельна */
  text-decoration: none;
}

.text-section__content ul li {
  position: relative;
  display: block;
  padding-left: 17px;
}

.text-section__content ul li::before {
  content: "";
  width: 7px;
  height: 7px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: var(--main-color);
  min-width: 7px;
  min-height: 7px;
  border-radius: 100%;
  margin-top: 5px;
  position: absolute;
  top: 35%;
  left: 0;
  transform: translateY(-50%);
}
.text-section__content blockquote {
  padding: 20px;
  background-color: var(--soft-color2);
  border-radius: var(--radius-large);
  font-style: italic;
}

.text-section__img .caption {
  padding: 10px;
  color: var(--text-accent);
}

.spesial {
  padding: 20px;
  background-color: var(--soft-color2);
  border-radius: var(--radius-large);
  position: relative;
}

.spesial__text {
  font-style: italic;
  padding-bottom: 20px;
  border-bottom: 1px white solid;
  border-color: var(--soft-color);
  width: 100%;
  text-align: left;
}

.spesial__author {
  display: flex;
  flex-direction: column;
  padding-left: 80px;
  margin-top: 20px;
  gap: 5px;
  min-height: 60px;
}

.spesial__author-name svg {
  display: none;
}

.spesial__author-name {
  font-size: 16px;
}

.spesial__author-role {
  color: var(--text-accent);
  font-size: 12px;
}

.spesial__picture.picture {
  width: 60px;
  height: 60px;
  background-color: var(--soft-color);
  border-radius: var(--radius-small);
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  position: absolute;
  bottom: 20px;
  left: 20px;
}

/* table */

table {
  overflow: auto;
  border-radius: var(--radius-large);
  width: 100% !important;
  display: block;
}

tr:first-child > td {
  background-color: var(--soft-color);
  color: var(--main-color);
}

/*tr:first-child td{
    font-weight: 800;
  }*/

td {
  padding: 10px;
  min-width: 300px;
}

tr:nth-child(odd) {
  background-color: var(--soft-color2);
}

tr:nth-child(even) {
  background-color: white;
}

/* scrollbar */
div,
table {
  scrollbar-width: thin;
  scrollbar-color: #3e9cff white;
}

div::-webkit-scrollbar,
table::-webkit-scrollbar {
  width: 10px; /* Ширина вертикального скроллбара */
  height: 10px; /* Высота горизонтального скроллбара */
}

div::-webkit-scrollbar-track,
table::-webkit-scrollbar-track {
  background: white;
  border-radius: 5px;
}

div::-webkit-scrollbar-thumb,
table::-webkit-scrollbar-thumb {
  background: #3e9cff;
  border-radius: 5px;
  border: 2px solid #f1f1f1; /* Граница ползунка */
}

div::-webkit-scrollbar-thumb:hover,
table::-webkit-scrollbar-thumb:hover {
  background: #3e9cff;
}

/* popups */

.popup,
.form-popup.popup {
  position: fixed;
  height: 100vh;
  width: 100vw;
  background-color: #00000099;
  top: 0;
  left: 0;
  overflow: auto;
  /* visibility: hidden;*/
  z-index: 99999;
  /* opacity: 0;*/
  transition: 0.3s ease-in-out;
  overflow: auto;
}

.popup__body {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  min-height: 100%;
  min-width: 100%;
}

.popup__area {
  background-color: white;
  border-radius: var(--radius-large);
  padding: 20px;
  position: relative;
}

.popup,
.form-popup.popup {
  position: fixed;
  height: 100vh;
  width: 100vw;
  background-color: #00000099;
  top: 0;
  left: 0;
  overflow: auto;
  visibility: hidden;
  z-index: 99999;
  opacity: 0;
  transition: 0.3s ease-in-out;
  overflow: auto;
}

.open.popup {
  visibility: visible;
  opacity: 1;
}

.popup__content {
  width: 500px;
  max-width: 80%;
  position: relative;
}

.popup__picture.picture {
  display: none;
}

.popup__result {
  position: absolute;
  top: 0;
  left: 0;
  background-color: white;
  width: 100%;
  height: 100%;
  border-radius: var(--radius-large);
  visibility: hidden;
  transform: translateX(-100%);
  overflow: hidden;
}

.srolled-list {
  max-height: 300px;
  overflow-y: scroll;
}

.popup__result.open {
  visibility: visible;
  transform: translateX(0);
}

.popup__title,
.popup__result-text h3 {
  font-family: serif;
  font-size: 24px;
  line-height: 120%;
  font-weight: 400;
}

.popup__subtitle,
.popup__result-text p {
  font-family: Raleway;
  font-size: 14px;
  line-height: 120%;
}

.search-popup .popup__wrap {
  display: flex;
  flex-direction: column;
}

.popup__form {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.popup__close {
  position: absolute;
  z-index: 999999;
  top: 20px;
  right: 20px;
  background-color: transparent;
  cursor: pointer;
}

.popup__close:hover path {
  fill: var(--main-color);
}

.popup__close:hover svg {
  background-color: var(--soft-color2);
}

.popup__close svg {
  background-color: white;
  padding: 10px;
  width: 30px;
  height: 30px;
  border-radius: 100%;
}

.popup__result-wrap {
  padding: 20px;
  position: relative;
  height: 100%;
  width: 100%;
  border-radius: var(--radius-large);
  display: flex;
  flex-direction: column;
  gap: 20px;
  align-items: center;
  justify-content: center;
}

.popup__result-icon svg {
  width: 50px;
  height: 50px;
}

.popup__title {
  padding-right: 40px;
}

.popup__result-icon {
  padding: 30px;
  background-color: rgba(56, 177, 55, 0.1);
  border-radius: 100%;
}

.popup__result--success .popup__result-icon {
  background-color: rgba(56, 177, 55, 0.1);
}
.popup__result--error .popup__result-icon {
  background-color: rgba(255, 74, 55, 0.1);
}

.popup__result-text {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  gap: 20px;
}

.search-popup .popup__content {
  width: 80%;
  max-width: 80%;
  position: relative;
  background-color: white;
  border-radius: var(--radius-large);
  transform: translatey(calc(-100% - 40px));
  transition: transform 0.3s ease-in-out 0.1s;
}

.open.search-popup .popup__content {
  transform: translatey(0);
}

.search-popup .popup__search-input {
  border-color: transparent !important;
  color: var(--main-color);
}

.search-popup .popup__search {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
}

.search-popup .popup__close {
  position: relative;
  top: unset;
  right: unset;
}

.search-popup .popup__search {
  padding: 10px;
}

.cities-popup .popup__close {
  width: fit-content;
}

.popup__search-link {
  max-width: 80%;
}

.search__results {
  display: none;
}

[data-action] {
  cursor: pointer;
}

.active.search__results {
  display: flex;
}

.search__results ul {
  display: flex;
  flex-direction: column;
  padding: 20px;
  border: 1px white solid;
  border-color: var(--back-gray);
  border-radius: var(--radius-large);
  margin-top: 20px;
}

.search-popup .popup__search-results ul,
.search-popup .search__results {
  border-top: 1px white solid;
  border-color: var(--back-gray);
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 20px;
  padding-top: 10px;
}

.cities-popup .popup__content {
  max-width: 400px;
}

.header__wrapper.mobile .search__results {
  border-top: none;
}

.search-popup .popup__search-results {
  padding: 10px 20px 20px 20px;
}

.popup__search-link > span,
.popup__search-item > span {
  font-weight: 400;
  font-size: 14px;
  color: var(--text-accent);
}

.popup__search-link {
  font-size: 16px;
  font-weight: 600;
  display: flex;
  flex-direction: column;
  cursor: pointer;
}

.popup__search-item {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  width: 100%;
  align-items: flex-start;
  padding: 10px;
  border-radius: 10px;
  transition: 0.1s ease;
}

.popup__search-item:hover {
  background-color: var(--soft-color);
}

.search-popup .popup__body {
  align-items: flex-start;
  padding-top: 40px;
}

.search-popup.open .popup__body {
  align-items: flex-start;
  padding-top: 40px;
}

.cities-popup .popup__wrap {
  background-color: white;
  padding: 20px;
  border-radius: var(--radius-large);
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 20px;
  align-items: center;
}

.cities-popup .popup__wrap > * {
  width: 100%;
  text-align: center;
}

.cities-popup .popup__cities-item.popup__cities-item--current {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  gap: 10px;
  border-bottom: 1px white solid;
  border-color: var(--back-gray);
  padding: 10px;
}

.cities-popup .popup__cities-item a {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  gap: 10px;
  border-bottom: 1px white solid;
  border-color: var(--back-gray);
  padding: 10px;
}

.cities-popup .popup__cities-item:hover a {
  color: var(--main-color);
}

.cities-popup .popup__cities {
  position: relative;
}

.popup__cities-item:last-child a,
.popup__cities-item:last-child {
  border-bottom: none;
}

.cities-popup .icon {
  width: 30px;
  height: 30px;
}

/*rating*/
.rating {
  display: flex;
  align-items: flex-end;
}

.rating__set {
  pointer-events: all;
}

.rating_mb-0 {
  margin-bottom: 0;
}

.rating__set .rating__item {
  cursor: pointer;
}

.rating .rating__title {
  font-size: 20px;
  font-weight: 400;
  line-height: 100%;
  color: #333333;
  margin-right: 8px;
  margin-bottom: 0px;
}

.rating__body {
  position: relative;
  width: fit-content;
}

.rating__active {
  position: absolute;
  width: 0%;
  height: 100%;
  top: 0;
  left: 0;
  overflow: hidden;
  display: flex;
  align-items: center;
}

.rating__items {
  display: flex;
  align-items: center;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.rating__item {
  flex: 0 0 20%;
  height: 100%;
  opacity: 0;
}

.rating__item:last-child {
  margin-right: 0;
}

.rating__stars {
  display: flex;
}

.star {
  flex: 0 0 25px;
  min-width: 25px;
  height: 25px;
}

.star:last-child {
  margin-right: 0;
}

.rating {
  display: flex;
  align-items: flex-end;
}

.rating_mb-0 {
  margin-bottom: 0;
}

.rating__set .rating__item {
  cursor: pointer;
}

.rating .rating__title {
  font-size: 20px;
  font-weight: 400;
  line-height: 100%;
  color: #333333;
  margin-right: 8px;
  margin-bottom: 0px;
}

.rating__body {
  position: relative;
  width: fit-content;
  margin-bottom: 5px;
}

.rating__body:last-child {
  margin-bottom: 0;
}

.rating__text {
  color: var(--main-black);
  font-size: 16px;
  line-height: 25px;
  font-family: "SF Pro Display", sans-serif;
  font-weight: 400;
}

.rating__active {
  position: absolute;
  width: 0%;
  height: 100%;
  top: 0;
  left: 0;
  overflow: hidden;
  display: flex;
  align-items: center;
}

.rating__item {
  flex: 0 0 20%;
  height: 100%;
  opacity: 0;
}

.rating__item:last-child {
  margin-right: 0;
}

.rating__stars {
  display: flex;
}

.star {
  flex: 0 0 25px;
  min-width: 25px;
}

.rating__value {
  padding: 34px 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  font-size: 55px;
  font-weight: 600;
  line-height: 55px;
  border-radius: 14px;
  background-color: var(--main-color);
  min-width: 168px;
  font-family: "Manrope", sans-serif;
}

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

/* share */
li.ya-share2__item.ya-share2__item_service_vkontakte {
  width: 40px;
  height: 40px;
  background: url(/netcat_template/template/domains/assets/images/vk.svg);
  background-size: 100% 100%;
  margin: 0;
}
li.ya-share2__item.ya-share2__item_service_odnoklassniki {
  width: 40px;
  height: 40px;
  background: url(/netcat_template/template/domains/assets/images/ok.svg);
  background-size: 100% 100%;
  margin: 0;
}
li.ya-share2__item.ya-share2__item_service_telegram {
  width: 40px;
  height: 40px;
  background: url(/netcat_template/template/domains/assets/images/tg.svg);
  background-size: 100% 100%;
  margin: 0;
}
.ya-share2__icon {
  display: none !important;
}
.ya-share2__list.ya-share2__list_direction_horizontal,
.share__body {
  display: flex;
  flex-direction: row;
  gap: 10px;
  align-items: center;
}

li.ya-share2__item {
  margin: 0 !important;
}

.share__icon {
  width: 40px;
  height: 40px;
}

[data-spoilered] {
  overflow: hidden;
  transition: 0.6s ease-in-out;
}

.services__swiper-pagination.swiper-pagination-clickable {
  display: none;
}

.tabs__category.active span {
  color: var(--text-main);
  font-weight: 800;
  border-color: var(--text-main);
}

.alert {
  position: fixed;
  background-color: var(--main-color);
  top: 200px;
  right: 20px;
  padding: 10px 20px;
  border-radius: 10px;
  transition: 0.5s ease-in-out;
  transform: translatex(200%);
}
.alert.active {
  transform: translatex(0px);
}
.alert span {
  color: var(--text-light);
}

.totop .icon.icon--small {
  background-color: white;
  padding: 10px;
  width: 40px;
  height: 40px;
  border-radius: 100%;
}

.totop {
  position: fixed;
  bottom: 147px;
  right: 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
  cursor: pointer;
  opacity: 0;
  transform: translateY(100px);
  pointer-events: none;
  transition:
    background-color 0.2s ease,
    opacity 0.2s ease,
    transform 0.2s ease;
  z-index: 999;
}

.totop:hover .icon.icon--small {
  background-color: var(--main-color);
}

.totop:hover .icon.icon--small path {
  fill: white;
}

.totop.btn-to-top_show {
  opacity: 1;
  transform: translateY(0);
  pointer-events: all;
}

/* author */

.author__picture {
  width: 60px;
  min-width: 60px;
  height: 60px;
  background-color: var(--soft-color);
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
}

.author__item {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 20px;
}

.author__name-block {
  display: flex;
  flex-direction: column;
}

.author__item:first-child {
  padding-bottom: 20px;
  border-bottom: 1px white solid;
  border-color: var(--back-gray);
}

.author__item-info {
  box-sizing: border-box;
  display: flex;
  flex-direction: row-reverse;
  align-items: flex-start;
  justify-content: space-between;
  gap: 20px;
  width: 100%;
}

.author__details-item {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 10px;
}

.author__name {
  font-size: 16px;
  font-family: serif;
  line-height: 140%;
}

.karta__rows {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.karta__list {
  display: flex;
  flex-direction: column;
  gap: 40px;
}

.karta__item {
  padding: 20px;
  border-radius: var(--radius-large);
  border: 1px white solid;
  border-color: var(--back-gray);
}

.open-accor .karta__rows {
  margin-top: 20px;
  max-height: 400px;
  overflow-y: auto;
  border-top: 1px white solid;
  border-color: var(--back-gray);
  padding-top: 20px;
}

.karta__rows {
  display: flex;
  flex-direction: column;
  gap: 20px;
  max-height: 0;
  overflow: hidden;
  transition: 0.3s ease-in-out;
}

.karta__top a {
  font-size: 20px;
  font-family: serif;
}

.karta__rows a {
  padding-left: 30px;
  position: relative;
}

.karta__rows a::before {
  content: "—";
  position: absolute;
  left: 0;
  top: 0;
  font-weight: 800;
  color: var(--main-color);
  font-family: serif;
}

.karta__top {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}

.popup__close {
  width: 30px !important;
}

.phone__title {
  font-family: "Cygre", sans-serif;
}

.attention-strong {
  position: relative;
  animation: strongGlow 1.4s ease-in-out infinite;
}

@keyframes strongGlow {
  0%,
  100% {
    text-shadow:
      0 0 0 rgba(0, 123, 255, 0),
      0 0 0 rgba(0, 123, 255, 0);
  }
  50% {
    text-shadow:
      0 0 10px rgba(0, 123, 255, 0.9),
      0 0 22px rgba(0, 123, 255, 0.6),
      0 0 34px rgba(0, 123, 255, 0.35);
  }
}

@media (prefers-reduced-motion: reduce) {
  .attention-strong {
    animation: none !important;
  }
}

p.zaga {
  letter-spacing: 0;
  line-height: 140%;
  font-family: serif;
  font-weight: 400;
  font-size: 34px;
}

@media (max-width: 768px) {
  p.zaga {
    font-size: 22px;
  }
}
span.header__phone-extra {
  font-size: 20px;
  font-weight: 500;
  color: #333;
  align-self: center;
  margin-left: 8px;
  white-space: nowrap;
}

.vazno {
  position: relative;
  background: #fff8c8ba;
  padding: 18px 22px 18px 50px;
  border-radius: 14px;
  font-size: 15px;
  line-height: 1.6;
}

.vazno::before {
  content: "!";
  position: absolute;
  left: 18px;
  top: 18px;
  width: 22px;
  height: 22px;
  background: #d5b45c;
  color: #fff;
  border-radius: 50%;
  font-size: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.vazno1 {
  background: #9be1ff24;
  border-left: 4px solid #529ffc;
  padding: 18px 22px;
  border-radius: 12px;
  font-size: 15px;
  line-height: 1.6;
  color: #2b2b2b;
}

.callback4,
.callback5,
.faq__aside.desctop {
  border-radius: var(--radius-large);
  background-color: #edf1fb;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
  padding: 30px;
}

.callback4__wrap,
.callback5__wrap,
.faq__aside.desctop {
  display: flex;
  flex-direction: column;
  gap: 20px !important;
}

.callback4__title,
.callback5__title,
.faq__aside-title {
  font-family: Serif;
  font-size: 20px;
  line-height: 140%;
  font-weight: 500;
}

.callback5__text,
.callback4__text {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.callback5__caption,
.callback4__caption {
  font-size: 14px;
}
.faq__aside-subtitle {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.text-section.section {
  overflow: visible;
}
.text-section__more {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 20px;
  max-height: 750px;
  overflow-y: hidden;
  transition: max-height 0.7s;
}
.text-section__more::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100px;
  left: 0;
  bottom: 0;
  background: linear-gradient(to top, rgb(255, 255, 255), rgba(255, 255, 255, 0));
}
.text-section__more.open {
  max-height: 5000px;
  transition: max-height 0.7s;
}
.text-section__more.open::before {
  display: none;
}
.button-more {
  width: auto;
  margin: 0 auto;
}
.text-section__main {
  align-self: start;
  min-width: 0;
  gap: 20px;
  display: flex;
  flex-direction: column;
  width: 100%;
}
.text-section__aside {
  align-self: stretch;
  min-width: 0;
}
@media (max-width: 768px) {
    .text-section__main {
        gap: 10px;
      }
}
.text-section__sticky-form {
  align-self: flex-start;
  position: sticky;
  top: 20px;
}

.text-section__imgs {
  height: 100%;
  align-items: start;
  justify-content: start;
  flex-direction: column !important;
}

@media (max-width: 1024px) {
  .text-section__sticky-form {
    position: static;
    top: auto;
  }
}