@font-face {
  font-family: "Manrope";
  font-style: normal;
  font-weight: 400;
  src:
    url("../fonts/Manrope/Manrope-Regular.woff2") format("woff2"),
    url("../fonts/Manrope/Manrope-Regular.woff") format("woff");
}

@font-face {
  font-family: "Manrope";
  font-style: normal;
  font-weight: 500;
  src:
    url("../fonts/Manrope/Manrope-Medium.woff2") format("woff2"),
    url("../fonts/Manrope/Manrope-Medium.woff") format("woff");
}

@font-face {
  font-family: "Manrope";
  font-style: normal;
  font-weight: 600;
  src:
    url("../fonts/Manrope/Manrope-Semibold.woff2") format("woff2"),
    url("../fonts/Manrope/Manrope-Semibold.woff") format("woff");
}

@font-face {
  font-family: "Manrope";
  font-style: normal;
  font-weight: 700;
  src:
    url("../fonts/Manrope/Manrope-Bold.woff2") format("woff2"),
    url("../fonts/Manrope/Manrope-Bold.woff") format("woff");
}

@font-face {
  font-family: "Manrope";
  font-style: normal;
  font-weight: 800;
  src:
    url("../fonts/Manrope/Manrope-ExtraBold.woff2") format("woff2"),
    url("../fonts/Manrope/Manrope-ExtraBold.woff") format("woff");
}

@font-face {
  font-family: "Gilroy";
  font-style: normal;
  font-weight: 400;
  src:
    url("../fonts/gilroy/Gilroy-Regular.woff2") format("woff2"),
    url("/netcat_template/template/denischenko/assets/fonts/gilroy/Gilroy-Regular.woff") format("woff");
}

@font-face {
  font-family: "Gilroy";
  font-style: normal;
  font-weight: 500;
  src:
    url("../fonts/gilroy/Gilroy-Medium.woff2") format("woff2"),
    url("../fonts/gilroy/Gilroy-Medium.woff") format("woff");
}

@font-face {
  font-family: "Gilroy";
  font-style: normal;
  font-weight: 600;
  src:
    url("../fonts/gilroy/Gilroy-Semibold.woff2") format("woff2"),
    url("../fonts/gilroy/Gilroy-Semibold.woff") format("woff");
}

@font-face {
  font-family: "PTRootUI";
  font-style: normal;
  font-weight: 400;
  src:
    url("../fonts/PTRootUI/PTRootUI-Regular.woff2") format("woff2"),
    url("../fonts/PTRootUI/PTRootUI-Regular.woff") format("woff");
}

/*Общие */
html {
  font-size: 100px;
}

*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

body {
  margin: 0;
  padding: 0;
  font-size: 16px;
  line-height: 1.2;
  font-weight: 400;
  color: #0d233b;
  background-color: #fff;
  font-family: "Manrope", sans-serif;
}

.page {
  overflow: hidden !important;
}

.container {
  width: 100%;
  max-width: 1470px;
  padding: 0 15px;
  margin: 0 auto;
}

a,
button {
  text-decoration: none;
  color: inherit;
  -webkit-transition:
    color 0.2s linear,
    background-color 0.2s linear,
    border-color 0.2s ease;
  transition:
    color 0.2s linear,
    background-color 0.2s linear,
    border-color 0.2s ease;
  cursor: pointer;
  background: none;
}

a:hover,
button:hover {
  color: #4b8f83;
}

blockquote {
  margin: 0;
}

button {
  border: none;
  font-family: inherit;
  font-size: inherit;
}

textarea:focus {
  outline-width: 0;
}

input::-webkit-input-placeholder {
  font-size: inherit;
  font-weight: 400;
  font-family: inherit;
  border: none;
  outline: none;
}

input::-moz-placeholder {
  font-size: inherit;
  font-weight: 400;
  font-family: inherit;
  border: none;
  outline: none;
}

input:-ms-input-placeholder {
  font-size: inherit;
  font-weight: 400;
  font-family: inherit;
  border: none;
  outline: none;
}

input::-ms-input-placeholder {
  font-size: inherit;
  font-weight: 400;
  font-family: inherit;
  border: none;
  outline: none;
}

input,
input::placeholder {
  font-size: inherit;
  font-weight: 400;
  font-family: inherit;
  border: none;
  outline: none;
}

picture {
  display: block;
}

picture img {
  width: 100%;
  max-width: 100%;
}

ul,
li,
h1,
h2,
h3,
h4,
h5,
h6,
p {
  margin: 0;
  padding: 0;
}

p {
  -webkit-margin-before: 0;
  margin-block-start: 0;
  -webkit-margin-after: 0;
  margin-block-end: 0;
}

ul li {
  list-style-type: none;
}

ol {
  margin: 0;
  padding: 0;
}

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

input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button,
input[type="search"]::-webkit-search-results-decoration {
  display: none;
}

.section-offset {
  margin-bottom: 120px;
}

.section-small {
  margin-bottom: 80px;
}

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

h1.section-title {
  font-size: 54px;
  font-weight: 600;
  line-height: 1;
  margin-bottom: 20px;
}

h1.section-title span {
  color: #5ea795;
}

h2.section-title {
  font-size: 50px;
  font-weight: 600;
  margin-bottom: 45px;
}

div.section-title {
  font-size: 50px;
  font-weight: 600;
  margin-bottom: 45px;
}

.standart__btn {
  background-color: #4b8f83;
  border: 1px solid #4b8f83;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 50px;
  border-radius: 60px;
  font-weight: 600;
  line-height: 1;
  width: 100%;
  padding: 0 35px;
  white-space: nowrap;
  color: #fff;
}

.standart__btn:hover {
  background-color: transparent;
}

.red__btn {
  background-color: #d03c63;
  border: 1px solid #d03c63;
  -webkit-transition: -webkit-box-shadow 0.2s ease;
  transition: -webkit-box-shadow 0.2s ease;
  transition: box-shadow 0.2s ease;
  transition:
    box-shadow 0.2s ease,
    -webkit-box-shadow 0.2s ease;
}

.red__btn:hover {
  color: #fff;
  background-color: #d03c63;
  -webkit-box-shadow: inset 0px 8px 9px 0px rgba(0, 0, 0, 0.2);
  box-shadow: inset 0px 8px 9px 0px rgba(0, 0, 0, 0.2);
}

.opacity__btn {
  background-color: transparent;
  color: #4b8f83;
  width: auto;
  margin: 0 auto;
}

.opacity__btn:hover {
  background-color: #4b8f83;
  color: #fff;
}

.tab-pane {
  opacity: 0;
  position: relative;
  z-index: -1;
  height: 0;
  pointer-events: none;
  -webkit-transition: margin 0.3s ease;
  transition: margin 0.3s ease;
  margin-left: -20px;
  display: none;
  -webkit-animation: mend 0.7s ease-in-out;
  animation: mend 0.7s ease-in-out;
}

.tab-pane.active {
  margin-left: 0;
  display: block;
  opacity: 1;
  position: relative;
  z-index: 1;
  height: auto;
  pointer-events: all;
  -webkit-animation: menup 0.3s ease-in-out;
  animation: menup 0.3s ease-in-out;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}

.section-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 45px;
}

.section-top h1.section-title {
  margin-bottom: 0;
}

.section-top h2.section-title {
  margin-bottom: 0;
}

.section-top a {
  color: #939393;
  font-weight: 600;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.section-top a:hover {
  color: #1e4889;
}

.section-top .opacity__btn {
  margin: 0;
}

.tab-mobile {
  position: relative;
}

@-webkit-keyframes menup {
  0% {
    display: none;
    margin-left: -20px;
  }

  100% {
    display: block;
    margin-left: 0;
  }
}

@keyframes menup {
  0% {
    display: none;
    margin-left: -20px;
  }

  100% {
    display: block;
    margin-left: 0;
  }
}

@-webkit-keyframes mend {
  0% {
    display: block;
    opacity: 1;
    margin-left: 0;
  }

  100% {
    display: none;
    opacity: 0;
    margin-left: -20px;
  }
}

@keyframes mend {
  0% {
    display: block;
    opacity: 1;
    margin-left: 0;
  }

  100% {
    display: none;
    opacity: 0;
    margin-left: -20px;
  }
}

@media (max-width: 1030px) {
  .standart__btn {
    max-width: 350px;
  }

  .section-offset {
    margin-bottom: 60px;
  }

  .section-mt {
    margin-top: 140px;
    padding-top: 40px;
  }
}

@media (max-width: 743px) {
  body {
    font-size: 14px;
  }

  body.active {
    overflow: hidden;
    position: relative;
    z-index: 2;
  }
}

@media (max-width: 670px) {
  .section-small {
    margin-bottom: 40px;
  }

  .section-mt {
    margin-top: 120px;
    padding-top: 20px;
  }

  .section-top .standart__btn {
    padding: 0 10px;
  }

  h1.section-title {
    font-size: 32px;
  }

  h2.section-title {
    font-size: 30px;
    margin-bottom: 30px;
  }

  div.section-title {
    font-size: 30px;
    margin-bottom: 30px;
  }

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

@media (max-width: 385px) {
  h1.section-title {
    font-size: 26px;
  }
}

html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

main {
  display: block;
}

hr {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

pre {
  font-family: monospace, monospace;
  font-size: 1em;
}

a {
  background-color: transparent;
}

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
}

b,
strong {
  font-weight: bolder;
}

code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

img {
  border-style: none;
  display: block;
}

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

legend {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

[type="checkbox"],
[type="radio"] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
}

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

[type="search"] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

details {
  display: block;
}

summary {
  display: list-item;
}

template {
  display: none;
}

[hidden] {
  display: none;
}

/* header */
.header {
  padding-top: 15px;
  padding-bottom: 30px;
}

.header .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 40px;
}

.header__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 10px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.header__top .logo {
  font-size: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 4px;
  line-height: 1;
}

.header__top .logo p {
  text-transform: uppercase;
  font-weight: 800;
  color: #4d8581;
  -webkit-transition: color 0.2s ease;
  transition: color 0.2s ease;
}

.header__top .logo:hover p {
  color: #0d233b;
}

.header__top-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 30px;
}

.licence {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 5px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  white-space: nowrap;
}

.licence::before {
  content: "";
  display: block;
  width: 16px;
  height: 16px;
  background: url("../img/icons/document.png") center center no-repeat;
  background: url("../img/icons/document.svg") center center no-repeat;
}

.header__top-call {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 6px;
}

.header__top-call a {
  white-space: nowrap;
  font-size: 24px;
  font-weight: 600;
}

.header__bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 10px;
}

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

.newsocials svg:hover path {
  fill: #4b8f83;
}

.newsocials svg:hover rect {
  fill: #edf1ef;
}

@media (min-width: 1030px) {
  .newsocials.newsocials--mobile {
    display: none;
  }
}

.header__bottom-item {
  white-space: nowrap;
}

.header__bottom-item>ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.header-nav {
  gap: 10px;
  color: #4b8f83;
}

.header-nav li a {
  border: 1px solid #4b8f83;
  padding: 6px 8px;
  border-radius: 30px;
  font-size: 18px;
}

.header-nav li a:hover {
  color: #fff;
  background-color: #4b8f83;
}

.navbar {
  gap: 20px;
  font-size: 18px;
}

.burger__bg {
  background-color: #4b8f83;
  width: 40px;
  height: 40px;
  text-align: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 50px;
}

.burger__menu {
  position: relative;
  cursor: pointer;
  margin: 0 auto;
}

.burger__menu::after,
.burger__menu::before {
  content: "";
}

.burger__menu span,
.burger__menu::after,
.burger__menu::before {
  display: block;
  width: 25px;
  height: 3px;
  background-color: #fff;
}

.burger__menu::after,
.burger__menu::before {
  position: absolute;
  left: 0;
  right: 0;
  z-index: 1000;
  top: -7px;
}

.burger__menu::after {
  top: 8px;
}

.burger__menu::before,
.burger__menu::after {
  -webkit-transition:
    top 100ms 100ms,
    -webkit-transform 100ms cubic-bezier(0.23, 1, 0.32, 1);
  transition:
    top 100ms 100ms,
    -webkit-transform 100ms cubic-bezier(0.23, 1, 0.32, 1);
  transition:
    top 100ms 100ms,
    transform 100ms cubic-bezier(0.23, 1, 0.32, 1);
  transition:
    top 100ms 100ms,
    transform 100ms cubic-bezier(0.23, 1, 0.32, 1),
    -webkit-transform 100ms cubic-bezier(0.23, 1, 0.32, 1);
}

.burger__menu.active::before {
  top: 0;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition:
    top 100ms,
    -webkit-transform 100ms 100ms cubic-bezier(0.68, -0.55, 0.265, 1.55);
  transition:
    top 100ms,
    -webkit-transform 100ms 100ms cubic-bezier(0.68, -0.55, 0.265, 1.55);
  transition:
    top 100ms,
    transform 100ms 100ms cubic-bezier(0.68, -0.55, 0.265, 1.55);
  transition:
    top 100ms,
    transform 100ms 100ms cubic-bezier(0.68, -0.55, 0.265, 1.55),
    -webkit-transform 100ms 100ms cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

.burger__menu.active span {
  background-color: #4b8f83;
}

.burger__menu.active::after {
  top: 0;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transition:
    top 100ms,
    -webkit-transform 100ms 100ms cubic-bezier(0.68, -0.55, 0.265, 1.55);
  transition:
    top 100ms,
    -webkit-transform 100ms 100ms cubic-bezier(0.68, -0.55, 0.265, 1.55);
  transition:
    top 100ms,
    transform 100ms 100ms cubic-bezier(0.68, -0.55, 0.265, 1.55);
  transition:
    top 100ms,
    transform 100ms 100ms cubic-bezier(0.68, -0.55, 0.265, 1.55),
    -webkit-transform 100ms 100ms cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

.header__mobile {
  display: none;
}

.burger__bg {
  display: none;
}

.header-mobile--contact {
  display: none;
}

.header__bottom-mobile .licence {
  display: none;
}

.nav-link {
  position: relative;
  cursor: pointer;
}

.nav-link .panel-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 4px;
}

.nav-link .panel-title::after {
  display: block;
  content: "";
  width: 12px;
  height: 8px;
  background: url("../img/icons/arrow-header.png") center center no-repeat;
  background: url("../img/icons/arrow-header.svg") center center no-repeat;
  background-size: cover;
  -webkit-transition: -webkit-transform 0.2s ease;
  transition: -webkit-transform 0.2s ease;
  transition: transform 0.2s ease;
  transition:
    transform 0.2s ease,
    -webkit-transform 0.2s ease;
}

.nav-link_submenu .panelsub-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 20px;
}

.nav-link_submenu .panelsub-title::after {
  display: block;
  content: "";
  width: 12px;
  height: 8px;
  background: url("../img/icons/arrow-header.png") center center no-repeat;
  background: url("../img/icons/arrow-header.svg") center center no-repeat;
  background-size: cover;
  -webkit-transition: -webkit-transform 0.2s ease;
  transition: -webkit-transform 0.2s ease;
  transition: transform 0.2s ease;
  transition:
    transform 0.2s ease,
    -webkit-transform 0.2s ease;
}

.nav-link_submenu a.panelsub-title::after {
  display: none;
}

/* header MEDIA */
@media (max-width: 1440px) {
  .navbar {
    gap: 10px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .header__bottom-item {
    width: 100%;
  }
}

@media (max-width: 1280px) {
  .header__bottom {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 30px;
  }
}

@media (max-width: 1250px) {
  .header-nav {
    gap: 5px;
  }
}

@media (max-width: 1175px) {
  .header-nav {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}

@media (max-width: 1030px) {
  .header__bottom-mobile .licence {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  .header {
    position: fixed;
    min-height: 55px;
    padding-bottom: 0;
    padding-bottom: 15px;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1000;
    background-color: #fff;
    -webkit-box-shadow: 0 0 2px rgba(0, 0, 0, 0.25);
    box-shadow: 0 0 2px rgba(0, 0, 0, 0.25);
  }

  .header .container {
    min-height: 55px;
  }

  .mobile-hide {
    display: none;
  }

  .header__top {
    padding: 0 15px;
    padding-bottom: 10px;
    background-color: #fff;
  }

  .header__bottom {
    padding: 0 15px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .header .container {
    gap: 10px;
    padding: 0;
  }

  .burger__bg {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  .header-mobile {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    opacity: 0;
    height: 0;
    margin-top: -100px;
    pointer-events: none;
    -webkit-transition:
      margin 0.2s ease,
      opacity 0.1s ease;
    transition:
      margin 0.2s ease,
      opacity 0.1s ease;
    -webkit-animation: alternate;
    animation: alternate;
  }

  .header-mobile.active {
    pointer-events: all;
    opacity: 1;
    height: auto;
    margin-top: 0;
  }

  .header-mobile--contact {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    background-color: #383838;
    color: #fff;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 30px;
    padding: 10px 20px;
    gap: 15px;
  }

  .header-mobile--contact span {
    width: 100%;
    color: #b2b2b2;
    font-size: 12px;
    margin-bottom: -9px;
  }

  .header__bottom {
    gap: 25px;
  }

  .header__bottom-item:last-child {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }

  .header__bottom-item:first-child {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    margin-bottom: 30px;
  }

  .header__bottom-mobile {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }
}

@media (max-width: 825px) {
  .header-nav li a {
    padding: 7px 9px;
    font-size: 16px;
  }
}

@media (min-width: 743px) {
  .navbar .nav-link:hover .panel-title::after {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
  }

  .navbar .nav-link .panel-body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: absolute;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    opacity: 0;
    padding: 0;
    /*z-index: -1;*/
    font-size: 14px;
    pointer-events: none;
    /*border-radius: 10px;
		  background-color: #fff;
		  -webkit-animation: alternate;
		  animation: alternate;
		  -webkit-transition:
			  padding 0.2s ease,
			  opacity 0.2s ease;
		  transition:
			  padding 0.2s ease,
			  opacity 0.2s ease;*/
    gap: 15px;
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.25);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.25);
  }

  .navbar .nav-link:hover .panel-body {
    /* min-width: 220px;
		  padding: 20px;
		  pointer-events: all;
		  z-index: 1000;
		  opacity: 1; */
  }

  .nav-link_submenu {
    width: 100%;
  }

  .nav-link_submenu .panelsub-title::after {
    -webkit-transform: rotate(270deg);
    transform: rotate(270deg);
  }

  .nav-link_submenu>ul {
    opacity: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: absolute;
    -webkit-transition: padding 0.2s ease;
    transition: padding 0.2s ease;
  }

  .nav-link_submenu:hover::after {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
  }

  .nav-link_submenu.active>ul {
    opacity: 1;
    overflow-y: auto;
    max-height: 390px;
    pointer-events: all;
    min-height: 100%;
    gap: 10px;
    left: calc(100% - 20px);
    padding: 20px;
    top: 0;
    z-index: 10000;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 20px;
    background-color: #fff;
    border-radius: 20px;
    -webkit-box-shadow: 0 4px 12px rgba(0, 0, 0, 0.12);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.12);
  }
}

@media (max-width: 743px) {
  .nav-link_submenu .panelsub-title {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .panelsub-title {
    max-width: 350px;
    white-space: normal;
  }

  .panelsub-title.panel-active::after {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
  }

  .nav-link_submenu {
    text-align: center;
  }

  .panelsub-body {
    opacity: 0;
    -webkit-transition: padding 0.2s ease;
    transition: padding 0.2s ease;
    height: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    pointer-events: none;
  }

  .panelsub-body.active {
    pointer-events: all;
    padding-top: 10px;
    opacity: 1;
    height: auto;
    gap: 10px;
  }

  .navbar .panel-title {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .navbar .panel-title.panel-active::after {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
  }

  .navbar .nav-link .panel-body {
    display: -webkit-box;
    display: -ms-flexbox;
    /*display: flex;*/
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    opacity: 0;
    padding: 0;
    height: 0;
    font-size: 14px;
    pointer-events: none;
    -webkit-animation: alternate;
    animation: alternate;
    -webkit-transition: padding 0.2s ease;
    transition: padding 0.2s ease;
    gap: 10px;
  }

  .navbar .nav-link .panel-body.active {
    padding-top: 10px;
    z-index: 99999;
    pointer-events: all;
    height: auto;
    opacity: 1;
    min-width: 220px;
    padding: 20px;
    pointer-events: all;
    z-index: 1000;
    opacity: 1;
  }

  .header.active {
    min-height: 100vh;
    height: 100%;
    overflow: scroll;
  }

  .header-nav {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 30px;
  }

  .navbar {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

@media (max-width: 440px) {
  .navbar {
    font-size: 16px;
  }

  .header__top .logo {
    font-size: 16px;
  }

  .header__top .logo span {
    font-size: 14px;
  }

  .burger__bg {
    width: 30px;
    height: 30px;
  }

  .burger__menu span,
  .burger__menu:after,
  .burger__menu:before {
    height: 2px;
    width: 15px;
  }

  .burger__menu:before {
    top: -5px;
  }

  .burger__menu:after {
    top: 6px;
  }
}

@media (max-width: 340px) {
  .header__top .logo {
    font-size: 14px;
  }

  .header__top .logo span {
    font-size: 12px;
  }
}

/* intro */
.intro .container {
  position: relative;
  z-index: 6;
}

.intro .container::before,
.intro .container::after {
  display: block;
  content: "";
  background: -webkit-gradient(linear,
      left bottom,
      left top,
      from(rgb(71, 137, 127)),
      to(rgb(94, 167, 149)));
  background: linear-gradient(0deg,
      rgb(71, 137, 127) 0%,
      rgb(94, 167, 149) 100%);
  position: absolute;
  z-index: 9;
  border-radius: 50%;
}

.intro .container::before {
  width: 50px;
  height: 50px;
  top: 30px;
  right: 50%;
}

.intro .container::after {
  width: 22px;
  height: 22px;
  top: 110px;
  left: 30px;
}

.intro .section-title {
  position: relative;
  z-index: 12;
}

.intro-inner {
  padding: 0 120px;
  overflow: hidden;
  background-color: #edf1ef;
  border-radius: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  justify-content: space-between;
  position: relative;
  z-index: 3;
}

.intro-inner::after,
.intro-inner::before {
  display: block;
  content: "";
  width: 1500px;
  height: 370px;
  position: absolute;
  z-index: 2;
  right: 0;
  left: 0;
}

.intro-inner::after {
  top: 10px;
  background: url("../img/intro/bg2.png") center center no-repeat;
  background: url("../img/intro/bg2.svg") center center no-repeat;
  background-size: cover;
}

.intro-inner::before {
  bottom: -170px;
  background: url("../img/intro/bg1.png") center center no-repeat;
  background: url("../img/intro/bg1.svg") center center no-repeat;
  background-size: cover;
}

.intro-item {
  position: relative;
  padding-bottom: 170px;
  padding-top: 70px;
  z-index: 10;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-height: 100%;
  -ms-flex-preferred-size: 73%;
  flex-basis: 73%;
  margin-right: -215px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 50px;
  height: 100%;
}

.intro-item p {
  font-size: 18px;
  margin-bottom: 50px;
  max-width: 711px;
}

.intro-item .standart__btn {
  max-width: 300px;
  height: 65px;
}

.intro-img {
  position: relative;
  z-index: 10;
}

.intro-img picture {
  width: 100%;
  max-width: 588px;
}

.intro-img picture img {
  width: 100%;
  max-width: 500px;
}

.intro-img>div {
  position: absolute;
  bottom: 60px;
  left: -100px;
  z-index: 10;
  border-radius: 20px;
  background-color: #fff;
  font-family: "Gilroy", sans-serif;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 20px;
  gap: 5px;
  text-align: center;
}

.intro-img>div span {
  color: #939393;
}

.intro-img>div h4 {
  font-size: 22px;
  font-weight: 500;
}

/* intro MEDIA */
@media (max-width: 1311px) {
  .intro-inner {
    padding: 0 20px;
  }

  .intro-img picture,
  .intro-img picture img {
    max-width: 400px;
  }

  .intro-item {
    margin-right: 0;
    padding-bottom: 70px;
    padding-top: 70px;
  }
}

@media (max-width: 1050px) {
  .intro {
    margin-top: 125px;
  }

  .intro .container {
    padding: 0;
  }

  .intro-inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 0;
  }
}

@media (max-width: 700px) {
  .intro {
    margin-bottom: 90px;
  }

  .intro-inner {
    overflow: visible;
  }

  .intro-item {
    gap: 20px;
    padding-top: 40px;
    padding-bottom: 0;
  }

  .intro-item .section-title {
    margin-bottom: 0;
  }

  .intro-item p {
    margin-bottom: 10px;
    font-size: 14px;
  }

  .intro-item .standart__btn {
    height: 55px;
    margin: 0 auto;
  }

  .intro .container:before {
    bottom: 90px;
    top: auto;
    left: 40px;
  }

  .intro .container:after {
    top: auto;
    left: auto;
    right: 40px;
    bottom: 30px;
  }

  .intro-img>div {
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    padding: 15px;
    width: auto;
    white-space: nowrap;
    bottom: -50px;
    -webkit-box-shadow: 0 4px 10px rgba(0, 0, 0, 0.15);
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.15);
  }

  .intro-img>div span {
    font-size: 12px;
  }

  .intro-img>div h4 {
    font-size: 16px;
  }
}

@media (max-width: 500px) {

  .intro-img picture,
  .intro-img picture img {
    max-width: 281px;
    height: 100%;
    max-height: 370px;
    min-height: 370px;
  }

  .intro-inner:before {
    bottom: -95px;
  }

  .intro .container:before {
    width: 20px;
    height: 20px;
    bottom: 180px;
  }

  .intro .container:after {
    width: 10px;
    height: 10px;
    bottom: 160px;
  }
}

/* why__we */
.why__we-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 20px;
}

.why__we-item {
  -ms-flex-preferred-size: calc((100% - 60px) / 4);
  flex-basis: calc((100% - 60px) / 4);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  border-radius: 20px;
  border: 1px solid #eaeaea;
  height: auto;
  padding: 30px;
}

.why__we-item>span:nth-of-type(2),
.why__we-item>span:first-of-type {
  color: transparent;
  background-image: -webkit-gradient(linear,
      left top,
      left bottom,
      from(rgb(71, 137, 127)),
      to(rgb(94, 167, 149)));
  background-image: linear-gradient(to bottom,
      rgb(71, 137, 127) 0%,
      rgb(94, 167, 149) 100%);
  background-clip: text;
  -webkit-background-clip: text;
  font-weight: 700;
}

.why__we-item>span:first-of-type {
  margin-bottom: 50px;
  font-size: 32px;
}

.why__we-item>span:nth-of-type(2) {
  font-size: 24px;
  margin-bottom: 15px;
}

.why__we-item>span:last-of-type {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

/* why__we MEDIA */
@media (max-width: 1400px) {
  .why__we-item {
    -ms-flex-preferred-size: calc((100% - 40px) / 3);
    flex-basis: calc((100% - 40px) / 3);
  }
}

@media (max-width: 970px) {
  .why__we-item {
    -ms-flex-preferred-size: calc((100% - 20px) / 2);
    flex-basis: calc((100% - 20px) / 2);
  }
}

@media (max-width: 670px) {
  .why__we-item {
    padding: 20px;
  }

  .why__we-item>span:first-of-type {
    font-size: 26px;
    margin-bottom: 20px;
  }

  .why__we-item>span:nth-of-type(2) {
    font-size: 20px;
    margin-bottom: 10px;
  }
}

@media (max-width: 550px) {
  .why__we-item {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }

  .why__we-inner {
    gap: 10px;
  }
}

/* form__classic */
.form__classic-item {
  position: relative;
  z-index: 10;
  max-width: 600px;
  padding: 65px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 10px;
}

.form__classic-item h2 {
  margin-bottom: 5px;
}

.form__classic-item p:not(.form-policy) {
  font-size: 20px;
  margin-bottom: 20px;
}

.form__classic-item p:not(.form-policy)>span {
  font-weight: 700;
}

.form__classic-item form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 10px;
}

.form__classic-item form>input {
  padding: 20px 30px;
  border-radius: 60px;
}

.form__classic-item form>input::-webkit-input-placeholder {
  color: #bac1c4;
}

.form__classic-item form>input::-moz-placeholder {
  color: #bac1c4;
}

.form__classic-item form>input:-ms-input-placeholder {
  color: #bac1c4;
}

.form__classic-item form>input::-ms-input-placeholder {
  color: #bac1c4;
}

.form__classic-item form>input::placeholder {
  color: #bac1c4;
}

.form__classic-item form>input:last-of-type {
  margin-bottom: 10px;
}

.form__classic-item form textarea {
  padding: 20px 30px;
  border-radius: 30px;
  min-height: 130px;
}

.form__classic-item form textarea::-webkit-input-placeholder {
  color: #bac1c4;
}

.form__classic-item form textarea::-moz-placeholder {
  color: #bac1c4;
}

.form__classic-item form textarea:-ms-input-placeholder {
  color: #bac1c4;
}

.form__classic-item form textarea::-ms-input-placeholder {
  color: #bac1c4;
}

.form__classic-item form textarea::placeholder {
  color: #bac1c4;
}

.form__classic-item form>label {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 10px;
}

.form__classic-item>span {
  color: #bdbdbd;
  font-size: 14px;
}

.form__classic-item>span>a {
  font-weight: 700;
}

.form__classic-item .form-policy>a:hover {
  color: #d03c63;
}

.form-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 15px;
  margin-bottom: 15px;
}

.form-flex label {
  -ms-flex-preferred-size: calc((100% - 20px) / 2);
  flex-basis: calc((100% - 20px) / 2);
  font-weight: 600;
  cursor: pointer;
}

.option-input {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
  position: relative;
  right: 0;
  bottom: -2px;
  left: 0;
  height: 16px;
  width: 16px;
  -webkit-transition: all 0.15s ease-out 0s;
  transition: all 0.15s ease-out 0s;
  background: #66b29d;
  border: 1px solid #fff;
  border-radius: 3px;
  color: #5ea795;
  cursor: pointer;
  display: inline-block;
  outline: none;
  position: relative;
  z-index: 1000;
  margin-right: 10px;
}

.option-input:hover {
  background: #9faab7;
}

.option-input:checked {
  background: #fff;
}

.option-input:checked::before {
  width: 16px;
  height: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  content: "\f00c";
  font-size: 14px;
  font-weight: bold;
  position: absolute;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-left: -1px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-family: "Font Awesome 5 Free";
}

.option-input:checked::after {
  -webkit-animation: click-wave 0.65s;
  animation: click-wave 0.65s;
  background: #fff;
  content: "";
  display: block;
  position: relative;
  z-index: 100;
}

/* form__classic MEDIA */
@media (max-width: 720px) {
  .form__classic-item .standart__btn {
    max-width: 100%;
    height: 55px;
  }

  .form__classic-item form>input:last-of-type {
    margin-bottom: 0;
  }

  .form-flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    max-height: 200px;
    overflow-y: scroll;
  }

  .form__classic-item p:not(.form-policy) {
    font-size: 16px;
    margin-bottom: 10px;
  }

  .form__classic-item>span {
    font-size: 12px;
  }
}

/* first__form */
.first__form .container {
  position: relative;
  padding: 0;
  z-index: 6;
  overflow: hidden;
}

.first__form .container::before,
.first__form .container::after {
  display: block;
  content: "";
  background: -webkit-gradient(linear,
      left bottom,
      left top,
      from(rgb(84, 163, 151)),
      to(#bbe2d8));
  background: linear-gradient(0deg, rgb(84, 163, 151) 0%, #bbe2d8 100%);
  position: absolute;
  z-index: 9;
  border-radius: 50%;
}

.first__form .container::before {
  width: 50px;
  height: 50px;
  top: 215px;
  left: -20px;
}

.first__form .container::after {
  width: 20px;
  height: 20px;
  top: 95px;
  right: 50px;
}

.first__form-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 70px 0;
  background: -webkit-gradient(linear,
      left bottom,
      left top,
      from(rgb(71, 137, 127)),
      to(rgb(94, 167, 149)));
  background: linear-gradient(0deg,
      rgb(71, 137, 127) 0%,
      rgb(94, 167, 149) 100%);
  padding: 0 50px;
  gap: 30px;
  border-radius: 30px;
  color: #fff;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  position: relative;
}

.first__form-inner::after,
.first__form-inner::before {
  display: block;
  content: "";
  width: 1500px;
  height: 370px;
  position: absolute;
  z-index: 2;
  right: 0;
  left: 0;
}

.first__form-inner::after {
  bottom: -210px;
  left: auto;
  right: -400px;
  background: url("../img/form/bg2.png") center center no-repeat;
  background: url("../img/form/bg2.svg") center center no-repeat;
  background-size: cover;
}

.first__form-inner::before {
  top: -120px;
  background: url("../img/form/bg1.png") center center no-repeat;
  background: url("../img/form/bg1.svg") center center no-repeat;
  background-size: cover;
}

.first__form-img {
  margin: -63px 0;
  width: 100%;
  max-width: 600px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  position: relative;
  z-index: 10;
}

@-webkit-keyframes click-wave {
  0% {
    height: 16px;
    width: 16px;
    opacity: 0.35;
    position: relative;
  }

  100% {
    height: 60px;
    width: 60px;
    margin-top: -20px;
    margin-left: -20px;
    opacity: 0;
  }
}

@keyframes click-wave {
  0% {
    height: 16px;
    width: 16px;
    opacity: 0.35;
    position: relative;
  }

  100% {
    height: 60px;
    width: 60px;
    margin-top: -20px;
    margin-left: -20px;
    opacity: 0;
  }
}

/* first__form MEDIA */
@media (max-width: 1250px) {
  .first__form-img {
    margin: 0;
    -ms-flex-item-align: end;
    align-self: flex-end;
    max-width: 400px;
  }
}

@media (max-width: 1080px) {
  .first__form-img {
    display: none;
  }

  .first__form .form__classic-item {
    max-width: 100%;
  }
}

@media (max-width: 600px) {
  .first__form-inner {
    margin: 0;
    padding: 0 20px;
  }

  .first__form .container:after {
    top: auto;
    bottom: 70px;
  }
}

/* service */
.service-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 60px;
}

.service-tabs {
  height: auto;
  background-color: #edf1ef;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 385px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 30px 0 30px 30px;
  border-top-left-radius: 30px;
  border-bottom-left-radius: 30px;
  border-bottom-right-radius: 2px;
  border-top-right-radius: 2px;
}

.service-tabs .nav-tab {
  font-size: 20px;
  margin-left: 10px;
  margin-right: 60px;
  padding: 18px 0;
  cursor: pointer;
}

.service-tabs .nav-tab:hover {
  color: #47897f;
}

.service-tabs .nav-tab.active {
  margin-left: 0;
  padding: 18px 30px 18px 20px;
  background-color: #47897f;
  margin-right: 0;
  border-top-left-radius: 30px;
  border-bottom-left-radius: 30px;
  color: #fff;
}

.service-item {
  width: 100%;
}

.service-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 20px;
  margin-bottom: 50px;
  width: 100%;
}

.service-top>p {
  font-size: 20px;
  line-height: 1;
}

.service__search {
  background-color: #fafafa;
  border-radius: 60px;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.service__search label {
  padding: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 5px;
  width: 100%;
}

.service__search label::before {
  display: block;
  width: 24px;
  height: 24px;
  content: "";
  background: url("../img/icons/search.png") center center no-repeat;
  background: url("../img/icons/search.svg") center center no-repeat;
}

.service__search label input {
  background-color: transparent;
  width: 100%;
}

.service__search label input::-webkit-input-placeholder {
  color: #bac1c4;
}

.service__search label input::-moz-placeholder {
  color: #bac1c4;
}

.service__search label input:-ms-input-placeholder {
  color: #bac1c4;
}

.service__search label input::-ms-input-placeholder {
  color: #bac1c4;
}

.service__search label input::placeholder {
  color: #bac1c4;
}

.service__search .standart__btn {
  max-width: 170px;
}

.service-content.active {
  padding-bottom: 20px;
}

.service-content.active h3 {
  margin-bottom: 40px;
  font-size: 32px;
  font-weight: 600;
}

.service-content.active ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 30px;
  max-height: 590px;
  overflow-y: scroll;
  scrollbar-color: #999 #333;
}

.service-content.active ul::-webkit-scrollbar {
  width: 5px;
  height: auto;
}

.service-content.active ul::-webkit-scrollbar-thumb {
  background: rgb(71, 137, 127);
}

.service-content.active ul::-webkit-scrollbar-track {
  background: #eaeaea;
}

.service-content.active ul li {
  -ms-flex-preferred-size: calc((100% - 60px) / 3);
  flex-basis: calc((100% - 60px) / 3);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 10px;
}

.service-content.active ul li::before {
  display: block;
  content: "";
  width: 8px;
  min-width: 8px;
  height: 8px;
  border-radius: 50%;
  background: -webkit-gradient(linear,
      left bottom,
      left top,
      from(rgb(71, 137, 127)),
      to(rgb(94, 167, 149)));
  background: linear-gradient(0deg,
      rgb(71, 137, 127) 0%,
      rgb(94, 167, 149) 100%);
}

/* service MEDIA */
@media (max-width: 1200px) {
  .service-content.active ul li {
    -ms-flex-preferred-size: calc((100% - 30px) / 2);
    flex-basis: calc((100% - 30px) / 2);
  }

  .service-inner {
    gap: 20px;
  }
}

@media (max-width: 800px) {
  .service-content.active ul li {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }
}

@media (max-width: 720px) {
  .service-inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .service-tabs {
    max-width: 100%;
    padding: 20px;
  }

  .service-tabs .nav-tab.active {
    border-radius: 30px;
  }

  .service-tabs .nav-tab {
    margin-right: 0;
  }

  .service-tabs {
    border-radius: 30px;
  }
}

/* second__form */
.second__form {
  padding-top: 120px;
  overflow: hidden;
}

.second__form .container {
  position: relative;
}

.second__form .container::before,
.second__form .container::after {
  display: block;
  content: "";
  background: -webkit-gradient(linear,
      left bottom,
      left top,
      from(rgb(84, 163, 151)),
      to(#bbe2d8));
  background: linear-gradient(0deg, rgb(84, 163, 151) 0%, #bbe2d8 100%);
  position: absolute;
  z-index: 9;
  border-radius: 50%;
}

.second__form .container::before {
  width: 50px;
  height: 50px;
  top: 70px;
  left: 50%;
}

.second__form .container::after {
  width: 20px;
  height: 20px;
  bottom: -3px;
  right: 60px;
}

.second__form-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 30px;
  background: -webkit-gradient(linear,
      left bottom,
      left top,
      from(rgb(71, 137, 127)),
      to(rgb(94, 167, 149)));
  background: linear-gradient(0deg,
      rgb(71, 137, 127) 0%,
      rgb(94, 167, 149) 100%);
  border-radius: 30px;
  color: #fff;
  padding: 0 100px;
  position: relative;
}

.second__form-inner::after,
.second__form-inner::before {
  display: block;
  content: "";
  width: 1500px;
  height: 370px;
  position: absolute;
  z-index: 2;
  right: 0;
  left: 0;
}

.second__form-inner::after {
  bottom: -210px;
  left: auto;
  right: -400px;
  background: url("../img/form/bg4.png") center center no-repeat;
  background: url("../img/form/bg4.svg") center center no-repeat;
  background-size: cover;
}

.second__form-inner::before {
  top: -80px;
  background: url("../img/form/bg3.png") center center no-repeat;
  background: url("../img/form/bg3.svg") center center no-repeat;
  background-size: cover;
}

.second__form-img {
  margin-top: -110px;
  width: 100%;
  max-width: 427px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  position: relative;
  z-index: 10;
  -ms-flex-item-align: end;
  align-self: flex-end;
}

/* second__form MEDIA */
@media (max-width: 1000px) {
  .second__form {
    padding-top: 0;
  }

  .second__form-img {
    display: none;
  }

  .second__form .form__classic-item {
    max-width: 100%;
  }
}

@media (max-width: 550px) {
  .second__form-inner {
    padding: 0 20px;
  }

  .second__form .container:before {
    width: 22px;
    height: 22px;
    top: auto;
    bottom: 20px;
  }

  .second__form .container:after {
    bottom: auto;
    top: 20px;
    width: 12px;
    height: 12px;
  }
}

/* price */
.price-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 30px;
}

.price-tabs {
  color: #4b8f83;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 15px;
  font-size: 20px;
  font-weight: 500;
  white-space: nowrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.price-tabs .nav-tab {
  border: 1px solid #4b8f83;
  border-radius: 30px;
  padding: 12px 14px;
  line-height: 1;
  -webkit-transition:
    color 0.2s ease,
    background-color 0.2s ease;
  transition:
    color 0.2s ease,
    background-color 0.2s ease;
  cursor: pointer;
}

.price-tabs .nav-tab:hover {
  background-color: #4b8f83;
  color: #fff;
}

.price-tabs .nav-tab.active {
  background-color: #4b8f83;
  color: #fff;
}

.price-item ul {
  position: relative;
  z-index: 10;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  max-height: 750px;
  overflow-y: scroll;
  padding-right: 10px;
}

.price-item ul::-webkit-scrollbar {
  width: 3px;
  height: auto;
}

.price-item ul::-webkit-scrollbar-thumb {
  background: #5ea795;
}

.price-item ul::-webkit-scrollbar-track {
  background: #eaeaea;
}

.price-item ul li {
  padding: 20px 30px;
  border-radius: 30px;
  font-size: 24px;
  line-height: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.price-item ul li>span:last-of-type {
  font-weight: 600;
}

.price-item ul li:nth-of-type(2n + 1) {
  background-color: #edf1ef;
}

.price-inner .current-tab {
  display: none;
}

/* price MEDIA */
@media (max-width: 850px) {
  .price-inner .current-tab {
    display: block;
    font-size: 18px;
    color: #fff;
    background: rgb(94, 167, 149);
    padding: 16px 20px;
    border-radius: 60px;
    position: relative;
    z-index: 21;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    font-weight: 600;
    gap: 20px;
  }

  .price-inner .current-tab::after {
    content: "";
    display: block;
    width: 20px;
    height: 20px;
    background: url("../img/icons/arrow-bottom.png") center center no-repeat;
    background: url("../img/icons/arrow-bottom.svg") center center no-repeat;
  }

  .price-tabs {
    height: 0;
    opacity: 0;
    pointer-events: none;
    -webkit-transition:
      opacity 0.1s ease,
      padding 0.2s ease;
    transition:
      opacity 0.1s ease,
      padding 0.2s ease;
    -webkit-animation: alternate;
    animation: alternate;
  }

  .price-tabs.active {
    height: auto;
    opacity: 1;
    pointer-events: all;
    position: absolute;
    z-index: 20;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    background: -webkit-gradient(linear,
        left bottom,
        left top,
        from(rgb(71, 137, 127)),
        to(rgb(94, 167, 149)));
    background: linear-gradient(0deg,
        rgb(71, 137, 127) 0%,
        rgb(94, 167, 149) 100%);
    width: 100%;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
    color: #fff;
    top: 22px;
    padding-top: 40px;
    padding-bottom: 18px;
  }

  .price-tabs.active .nav-tab {
    border: none;
    font-weight: 400;
    font-size: 18px;
  }

  .price-tabs.active .nav-tab.active {
    background: transparent;
  }

  .price-item ul li {
    font-size: 18px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 10px;
  }
}

@media (max-width: 550px) {
  .price-item ul li span:first-of-type {
    width: 100%;
  }

  .price-item ul li {
    padding: 12px 20px;
  }
}

/* drugs */
.drugs-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.drugs-item {
  padding: 30px;
  -ms-flex-preferred-size: calc((100% - 20px) / 2);
  flex-basis: calc((100% - 20px) / 2);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  background-color: #edf1ef;
  border-radius: 20px;
  gap: 20px;
}

.drugs-item>span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 8px;
  line-height: 1;
  color: #4d8581;
  font-size: 22px;
  font-weight: 600;
}

.drugs-item>span picture {
  width: 24px;
  height: 24px;
}

.drugs-item>p {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

/* drugs MEDIA */
@media (max-width: 1100px) {
  .drugs-item {
    padding: 20px;
  }

  .drugs-item>span {
    font-size: 18px;
  }
}

@media (max-width: 600px) {
  .drugs-item {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    gap: 10px;
  }

  .drugs-inner {
    gap: 10px;
  }

  .drugs-item>span picture {
    width: 20px;
    height: 20px;
  }
}

/* prices */
.choose-item {
  width: 100%;
  background-color: #fff;
}

.choose__slider-pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 50px;
  width: 100%;
}

.rehabilitation__slider .choose__slider-btn {
  min-width: -webkit-max-content;
  min-width: -moz-max-content;
  min-width: max-content;
}

.choose__slider .choose__slider-btn,
.rehabilitation__slider .choose__slider-btn {
  opacity: 1;
  background-color: inherit;
  color: #242424;
}

.choose__slider-btn:focus {
  outline: none;
}

.choose__slider-btn .btn__text {
  line-height: 120%;
}

.choose-item-title {
  display: none;
}

.choose__slider--mobile {
  position: relative;
  z-index: 13;
  display: none;
  font-size: 18px;
  font-weight: 600;
  background-color: transparent;
  border-radius: 60px;
  border: 1px solid #eaeaea;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 16px 20px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.choose__slider--mobile::after {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  background: url("../img/icons/arrow-bottom--black.png") center center no-repeat;
  background: url("../img/icons/arrow-bottom--black.svg") center center no-repeat;
}

.choose-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.choose-img {
  -ms-flex-preferred-size: calc(45% - 50px);
  flex-basis: calc(45% - 50px);
  height: 100%;
  margin-top: -40px;
}

.choose-img picture img {
  max-width: 588px;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 20px;
}

.choose-content {
  -ms-flex-preferred-size: calc(55% - 50px);
  flex-basis: calc(55% - 50px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 30px;
}

.choose-content h4 {
  font-size: 32px;
  font-weight: 600;
  line-height: 1;
}

.choose-content div {
  font-size: 32px;
  font-weight: 600;
  line-height: 1;
}

.choose-content p {
  font-size: 24px;
}

.choose-content ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 15px;
}

.choose-content ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 10px;
  font-family: "Gilroy", sans-serif;
  font-size: 18px;
}

.choose-content ul li::before {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  background: -webkit-gradient(linear,
      left bottom,
      left top,
      from(rgb(71, 137, 127)),
      to(rgb(94, 167, 149)));
  background: linear-gradient(0deg,
      rgb(71, 137, 127) 0%,
      rgb(94, 167, 149) 100%);
  border-radius: 50%;
}

.choose-content>span {
  font-size: 32px;
  font-weight: 500;
}

.choose-content>.standart__btn {
  max-width: 300px;
}

/* choose MEDIA */
@media (max-width: 900px) {
  .choose-img {
    display: none;
  }

  .choose-content {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }
}

@media (max-width: 550px) {
  .choose__slider--mobile {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 30px;
    position: relative;
    z-index: 21;
  }

  #choose__slider--mobile {
    font-size: 18px;
  }

  .choose__slider {
    position: relative;
  }

  .choose__slider-pagination {
    height: 0;
    opacity: 0;
    pointer-events: none;
    -webkit-transition:
      opacity 0.1s ease,
      padding 0.2s ease;
    transition:
      opacity 0.1s ease,
      padding 0.2s ease;
    -webkit-animation: alternate;
    animation: alternate;
    margin-bottom: 0;
  }

  .choose__slider-pagination.active {
    -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.25);
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.25);
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    height: auto;
    opacity: 1;
    max-height: 200px;
    pointer-events: all;
    position: absolute;
    z-index: 20;
    flex-direction: column;
    background-color: #fff;
    width: 100%;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
    color: #fff;
    top: 22px !important;
    padding-top: 40px;
  }

  .work__btn {
    border: none !important;
  }

  .choose-content h4 {
    font-size: 24px;
  }

  .choose-content div {
    font-size: 24px;
  }

  .choose-content {
    gap: 20px;
  }

  .choose-content p {
    font-size: 18px;
  }

  .choose-content ul li {
    font-size: 14px;
  }

  .choose-content>span {
    font-size: 24px;
  }

  .choose-content>.standart__btn {
    max-width: 100%;
  }
}

/* review */
.review__slide {
  height: auto;
}

.review-item {
  height: 100%;
}

.review-item,
.review__item_original {
  padding: 40px;
  border-radius: 20px;
  border: 1px solid #eaeaea;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 20px;
}

.review-item h5,
.review__item_original h5 {
  font-size: 20px;
  font-weight: 700;
}

.review-item div.review__name {
  font-size: 20px;
  font-weight: 700;
}

.review-item>div:first-of-type,
.review__item_original>div:first-of-type {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 100%;
}

.review-item>div:first-of-type>div,
.review__item_original>div:first-of-type>div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 15px;
}

.review-item>div:first-of-type>div>div,
.review__item_original>div:first-of-type>div>div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 5px;
  line-height: 1;
}

.review-item>div:first-of-type>span:first-of-type,
.review__item_original>div:first-of-type>span:first-of-type {
  -webkit-text-fill-color: transparent;
  background: -webkit-gradient(linear,
      left top,
      right top,
      color-stop(80%, #47897f),
      color-stop(0, rgba(30, 72, 137, 0.35)));
  background: linear-gradient(90deg, #47897f 80%, rgba(30, 72, 137, 0.35) 0);
  -webkit-background-clip: text;
  background-clip: text;
  font-size: 20px;
}

.review-item>div:nth-of-type(2),
.review__item_original>div:nth-of-type(2) {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  gap: 5px;
}

.review-item>div:nth-of-type(2) p,
.review__item_original>div:nth-of-type(2) p {
  font-size: 14px;
}

.review-item button,
.review__item_original button {
  max-width: 150px;
  white-space: nowrap;
  padding-left: 3px;
  display: inline;
  color: #5ea795;
  border-bottom: 1px dashed #5ea795;
}

.review-item button:hover,
.review__item_original button:hover {
  color: #171717;
  border-color: #171717;
}

.review-item>div:last-of-type,
.review__item_original>div:last-of-type {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 100%;
}

.review-item>div:last-of-type span,
.review__item_original>div:last-of-type span {
  font-size: 14px;
  color: rgba(23, 23, 23, 0.45);
}

.review-item>div:last-of-type span span,
.review__item_original>div:last-of-type span span {
  color: #0d233b;
}

.review__text {
  min-height: 50px;
  max-height: 150px;
  overflow-y: hidden;
  position: relative;
}

.review__text::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 20px;
  display: block;
  bottom: 0;
  left: 0;
  right: 0;
  background: -webkit-gradient(linear,
      left bottom,
      left top,
      from(rgb(255, 255, 255)),
      to(rgba(255, 255, 255, 0)));
  background: linear-gradient(0deg,
      rgb(255, 255, 255) 0%,
      rgba(255, 255, 255, 0) 100%);
}

.review__text_original {
  max-height: 100%;
  overflow-y: auto;
}

.review__text_original::before {
  display: none;
}

.review__item_original {
  max-height: 80vh;
}

@media (min-width: 980px) {
  .review-inner .swiper-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 20px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 50px;
  }

  .review-inner .swiper-wrapper .swiper-slide {
    -ms-flex-preferred-size: calc((100% - 50px) / 2);
    flex-basis: calc((100% - 50px) / 2);
  }

  .review .swiper-pag {
    display: none;
  }
}

@media (max-width: 1120px) {
  .form__review-img {
    display: none;
  }

  .form__review-inner .form__classic-item {
    max-width: 100%;
  }

  .form__review-inner .form__classic-item .standart__btn {
    max-width: none;
  }
}

@media (max-width: 550px) {
  .review-item {
    padding: 20px;
    gap: 10px;
  }

  .review-item>div:first-of-type {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    gap: 10px;
  }

  .review-item>div:first-of-type>span:first-of-type {
    font-size: 14px;
  }

  .review-item>div:first-of-type picture {
    max-width: 42px;
  }

  .review-item>div:first-of-type h5 {
    font-size: 16px;
  }

  .review-item div.review__name {
    font-size: 16px;
  }

  .review-item>div:nth-of-type(2) {
    gap: 10px;
  }

  .review-item>div:nth-of-type(2) p:last-of-type {
    margin-bottom: 10px;
  }

  .review-item>div:nth-of-type(2) button {
    margin-bottom: 20px;
  }

  .review-item>div:last-of-type {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    gap: 8px;
  }
}

/* certificate */
.certificate-inner {
  margin-bottom: 70px;
}

.certificate .swiper-slide {
  height: initial;
}

.certificate .swiper-slide a img {
  padding: 5px;
  border: 1px solid #eaeaea;
  border-radius: 20px;
  -o-object-fit: cover;
  object-fit: cover;
  max-width: 100%;
  height: 100%;
}

/* certificate MEDIA */
@media (max-width: 650px) {
  .certificate .swiper-slide a img {
    margin: 0 auto;
    max-width: none;
    width: 100%;
  }
}

/* articles */
.articles-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
}

.articles-item {
  -ms-flex-preferred-size: calc((100% - 40px) / 3);
  flex-basis: calc((100% - 40px) / 3);
  padding: 30px;
  border-radius: 20px;
  border: 1px solid #eaeaea;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 30px;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  height: 100%;
}

.articles-item picture {
  width: 100%;
  max-width: 407px;
}

.articles-item picture img {
  border-radius: 10px;
}

.articles-item h4 {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  font-size: 24px;
  font-weight: 600;
  line-height: 1.1;
}

.articles-item__name {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  font-size: 24px;
  font-weight: 600;
  line-height: 1.1;
}

.articles-item span {
  color: #939393;
}

.articles-item .standart__btn {
  margin: 0;
  padding: 8px 10px;
  height: auto;
  line-height: 1;
}

/* articles MEDIA */
@media (max-width: 1015px) {
  .articles-inner {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .articles-item {
    -ms-flex-preferred-size: calc((100% - 20px) / 2);
    flex-basis: calc((100% - 20px) / 2);
  }
}

@media (max-width: 650px) {
  .articles-item {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    padding: 20px;
    gap: 20px;
  }

  .articles-item h4 {
    font-size: 18px;
    margin-bottom: 15px;
  }

  .articles-item__name {
    font-size: 18px;
    margin-bottom: 15px;
  }

  .articles-item picture {
    max-width: 100%;
  }

  .articles-inner {
    gap: 10px;
  }
}

/* faq */
.faq-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 15px;
}

.faq-item {
  background-color: #edf1ef;
  padding: 0 40px;
  border-radius: 60px;
}

.faq-title {
  font-size: 28px;
  padding: 30px 0;
  font-weight: 600;
  cursor: pointer;
  -webkit-transition: color 0.2s linear;
  transition: color 0.2s linear;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.faq-title::after {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  content: "+";
  font-weight: 500;
  font-size: 40px;
  width: 40px;
  height: 40px;
  line-height: 0;
  color: #529789;
  -webkit-animation: alternate;
  animation: alternate;
  -webkit-transition:
    color 0.2s ease,
    background-color 0.2s ease,
    padding 0.2s ease;
  transition:
    color 0.2s ease,
    background-color 0.2s ease,
    padding 0.2s ease;
}

.faq-title:hover {
  color: #529789;
}

.faq-title:hover::after {
  color: #0d233b;
}

.faq-title.panel-active {
  padding: 30px 0 0;
}

.faq-title.panel-active::after {
  padding: 10px;
  padding-bottom: 14px;
  background-color: #529789;
  border-radius: 50%;
  color: #fff;
}

.faq-subtitle {
  height: 0;
  padding: 0;
  opacity: 0;
  pointer-events: none;
  line-height: 1.4;
  max-width: 95%;
  -webkit-animation: alternate;
  animation: alternate;
  font-size: 18px;
  -webkit-transition:
    padding 0.2s ease,
    height 0.2s ease;
  transition:
    padding 0.2s ease,
    height 0.2s ease;
}

.faq-subtitle.active {
  opacity: 1;
  pointer-events: all;
  height: auto;
  padding-top: 30px;
  padding-bottom: 40px;
}

/* faq MEDIA */
@media (max-width: 650px) {
  .faq-title {
    font-size: 18px;
    padding: 20px 0;
  }

  .faq-title.panel-active {
    padding: 20px 0 0 0;
  }

  .faq-title::after {
    height: 30px;
    width: 30px;
    font-size: 30px;
  }

  .faq-subtitle {
    font-size: 14px;
  }

  .faq-subtitle.active {
    padding: 20px 0;
  }
}

/* doctors */
.doctors-inner {
  margin-bottom: 70px;
}

.doctors-card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 10px;
  position: relative;
  height: 100%;
}

.doctors-card picture {
  width: 100%;
  height: 343px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-top: 39px;
  background: url("../img/doctors/bg.jpg") center center no-repeat;
  background-size: cover;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 20px;
  margin-bottom: 20px;
}

.doctors-card picture img {
  max-height: 100%;
  max-width: 267px;
  object-fit: cover;
  object-position: top;
}

.doctors-card h5 {
  font-size: 20px;
  font-weight: 600;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

.doctors-card__name {
  font-size: 20px;
  font-weight: 600;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

.doctors-card p {
  font-size: 14px;
  color: #646464;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  margin-bottom: 25px;
}

.doctors-card span {
  position: absolute;
  top: 15px;
  left: 15px;
  background-color: #646464;
  color: #fff;
  padding: 6px 12px;
  border-radius: 60px;
  line-height: 1;
  font-weight: 500;
}

.doctors-card>div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
}

.doctors-card>div .standart__btn {
  padding: 0;
  -ms-flex-preferred-size: calc(60% - 10px);
  flex-basis: calc(60% - 10px);
}

.doctors-card>div .standart__btn.opacity__btn {
  -ms-flex-preferred-size: calc(40% - 10px);
  flex-basis: calc(40% - 10px);
}

/* doctors MEDIA */
@media (max-width: 550px) {
  .doctors-card picture {
    padding-top: 30px;
    margin-bottom: 15px;
  }

  .doctors-card h5 {
    font-size: 18px;
  }

  .doctors-card p {
    margin-bottom: 20px;
  }
}

/* text */
.text-item {
  margin-bottom: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 20px;
  line-height: 1.3;
  display: block;
}

.text-item p,
.text-item h2,
.text-item h3,
.text-item h4 {
  margin-bottom: 20px;
}

.text-item ol {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 20px;
  counter-reset: list 0;
  margin-bottom: 20px;
}

.text-item ol li {
  display: -ms-flexbox;
  gap: 12px;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  list-style-type: none;
  position: relative;
  padding: 0 0 0 30px;
}

.text-item ol li::before {
  position: absolute;
  top: 0;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  counter-increment: list;
  line-height: 1;
  content: counter(list);
  padding: 3px 6px;
  width: 100%;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  max-width: 22px;
  background: -webkit-gradient(linear,
      left bottom,
      left top,
      from(rgb(71, 137, 127)),
      to(rgb(94, 167, 149)));
  background: linear-gradient(0deg,
      rgb(71, 137, 127) 0%,
      rgb(94, 167, 149) 100%);
  color: #fff;
  border-radius: 50%;
}

.form__classic-item-callback {
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 10px;
}

.text-item ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 20px;
  margin-bottom: 20px;
}

.text-item ul li {
  position: relative;
  padding-inline-start: 20px;
}

.text-item ul li::before {
  display: block;
  content: "";
  width: 10px;
  min-width: 10px;
  height: 10px;
  background: -webkit-gradient(linear,
      left bottom,
      left top,
      from(rgb(71, 137, 127)),
      to(rgb(94, 167, 149)));
  background: linear-gradient(0deg,
      rgb(71, 137, 127) 0%,
      rgb(94, 167, 149) 100%);
  border-radius: 50%;
  margin-top: 3px;
  position: absolute;
  left: 0;
  top: 0;
  transform: translateY(40%);
}

.text-item a {
  color: #3457d3;
  border-bottom: 1px dashed #3457d3;
}

.text-item a:hover {
  border-color: #0d233b;
  color: #0d233b;
}

.text-item img {
  margin: 10px;
  width: 100%;
  max-width: 50%;
  object-fit: cover;
  border-radius: 10px;
  max-height: 500px;
}

.text-item blockquote {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 10px;
  padding: 25px;
  border-radius: 20px;
  background-color: #edf1ef;
  margin-bottom: 20px;
}

.text-item blockquote::before {
  display: block;
  content: "";
  height: 40px;
  width: 40px;
  background: url("../img/text/carbon_quotes.png") center center no-repeat;
  background-size: cover;
}

.text-item blockquote p {
  font-size: 20px;
  margin-bottom: 20px;
}

.text-item blockquote>div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
}

.text-item blockquote>div picture {
  width: 100%;
  max-width: 60px;
}

.text-item blockquote>div picture img {
  border-radius: 50%;
}

.text-item blockquote>div>div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 8px;
}

.text-item blockquote>div span {
  font-size: 14px;
  color: #939393;
}

.text-item blockquote>div h5 {
  font-size: 20px;
}

.text-item--65-35 {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
}

.text-item--65-35 picture {
  -ms-flex-preferred-size: calc(33% - 20px);
  flex-basis: calc(33% - 20px);
  width: 100%;
  max-width: 467px;
  overflow: hidden;
}

.text-item--65-35 picture img {
  border-radius: 20px;
}

.text-item--65-35>div {
  -ms-flex-preferred-size: calc(69% - 20px);
  flex-basis: calc(69% - 20px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 40px;
}

.text-item--50-50 {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
}

.text-item--50-50>* {
  -ms-flex-preferred-size: calc(50% - 20px);
  flex-basis: calc(50% - 20px);
}

.text-item--50-50>div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 20px;
}

.text-item--50-50>picture img {
  border-radius: 20px;
}

/* text MEDIA */
@media (max-width: 1200px) {

  .text-item--65-35,
  .text-item--50-50 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .text-item--65-35 picture {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: none;
    max-height: 500px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .text-item--65-35 picture img {
    max-height: 500px;
    -o-object-fit: contain;
    object-fit: contain;
    width: auto;
    border-radius: 20px;
  }
}

@media (max-width: 550px) {
  .text-item--65-35>div {
    gap: 20px;
  }

  .text-item ol {
    gap: 10px;
  }

  .text-item img {
    margin: 20px 0 !important;
    float: none !important;
    max-width: 100% !important;
    width: 100%;
    max-height: 400px;
    object-position: top;
  }

  .text-item--65-35 picture {
    max-height: 190px;
  }

  .text-item--65-35 picture img {
    -o-object-fit: cover;
    object-fit: cover;
  }

  .text-item {
    margin-bottom: 20px;
    gap: 15px;
  }

  .text-item:last-of-type {
    margin-bottom: 0;
  }

  .text-item blockquote {
    padding: 20px;
    gap: 5px;
  }

  .text-item blockquote p {
    font-size: 16px;
    margin-bottom: 15px;
  }

  .text-item blockquote::before {
    width: 32px;
    height: 32px;
  }

  .text-item blockquote>div {
    gap: 15px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .text-item blockquote>div picture {
    max-width: 50px;
  }

  .text-item blockquote>div>div {
    gap: 0;
  }

  .text-item blockquote>div>div span {
    font-size: 12px;
  }

  .text-item blockquote>div>div h5 {
    font-size: 14px;
  }

  .text-item--50-50>div {
    gap: 10px;
  }
}

/* services */
.services-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 60px;
}

.services-inner>picture {
  -ms-flex-preferred-size: 40.8%;
  flex-basis: 40.8%;
}

.services-inner>picture img {
  border-radius: 20px;
  overflow: hidden;
}

.services-item {
  -ms-flex-preferred-size: 60.2%;
  flex-basis: 60.2%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 40px;
}

.services-item>p {
  font-size: 18px;
}

.services-item>p:last-of-type {
  margin-bottom: 20px;
}

.serivces__form {
  background: -webkit-gradient(linear,
      left bottom,
      left top,
      from(rgb(71, 137, 127)),
      to(rgb(94, 167, 149)));
  background: linear-gradient(0deg,
      rgb(71, 137, 127) 0%,
      rgb(94, 167, 149) 100%);
  color: #fff;
  border-radius: 20px;
  position: relative;
  overflow: hidden;
}

.serivces__form .form__classic-item {
  padding: 40px;
  max-width: 100%;
}

.serivces__form .form__classic-item h3 {
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 10px;
}

.serivces__form .form__classic-item>form {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  gap: 15px;
}

.serivces__form .form__classic-item>form .standart__btn {
  height: 55px;
  -ms-flex-preferred-size: calc(46% - 15px);
  flex-basis: calc(46% - 15px);
}

.serivces__form .form__classic-item>form input {
  -ms-flex-preferred-size: calc(54% - 15px);
  flex-basis: calc(54% - 15px);
}

.serivces__form .form__classic-item>form input::-webkit-input-placeholder {
  color: #d7d7d7;
}

.serivces__form .form__classic-item>form input::-moz-placeholder {
  color: #d7d7d7;
}

.serivces__form .form__classic-item>form input:-ms-input-placeholder {
  color: #d7d7d7;
}

.serivces__form .form__classic-item>form input::-ms-input-placeholder {
  color: #d7d7d7;
}

.serivces__form .form__classic-item>form input::placeholder {
  color: #d7d7d7;
}

.serivces__form span {
  color: #bdbdbd;
  max-width: 80%;
}

.serivces__form::after,
.serivces__form::before {
  display: block;
  content: "";
  position: absolute;
  z-index: 2;
}

.serivces__form::after {
  width: 20px;
  height: 20px;
  background: -webkit-gradient(linear,
      left bottom,
      left top,
      from(#54a397),
      to(#bbe2d8));
  background: linear-gradient(0deg, #54a397, #bbe2d8);
  bottom: 35px;
  right: 37px;
  border-radius: 50%;
}

.serivces__form::before {
  height: 160px;
  width: 750px;
  bottom: -60px;
  right: -200px;
  background: url("../img/form/bg1.png") center center no-repeat;
  background: url("../img/form/bg1.svg") center center no-repeat;
  background-size: cover;
}

/* services MEDIA */
@media (max-width: 1200px) {
  .services-inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 10px;
  }

  .services-inner>picture {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 50vw;
    margin: 0 auto;
  }
}

@media (max-width: 600px) {
  .services-item {
    gap: 10px;
  }

  .services-item p {
    font-size: 14px;
    margin-bottom: 0;
  }

  .serivces__form .form__classic-item>form {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 10px;
  }

  .serivces__form .form__classic-item>form .standart__btn {
    -ms-flex-preferred-size: 55px;
    flex-basis: 55px;
  }

  .serivces__form .form__classic-item {
    padding: 60px 20px;
  }

  .serivces__form .form__classic-item h3 {
    font-size: 20px;
  }

  .serivces__form span {
    max-width: 100%;
  }
}

/* all__articles */
.all__articles-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 20px;
  row-gap: 15px;
  padding: 10px;
  margin-bottom: 70px;
}

.all__articles-inner .blog-item {
  -ms-flex-preferred-size: calc((100% - 40px) / 3);
  flex-basis: calc((100% - 40px) / 3);
  position: relative;
  height: auto;
}

/* all__articles MEDIA */
@media (max-width: 1200px) {
  .all__articles-inner .blog-item {
    -ms-flex-preferred-size: calc((100% - 20px) / 2);
    flex-basis: calc((100% - 20px) / 2);
  }
}

@media (max-width: 900px) {
  .all__articles-inner .blog-item {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }

  .articles-item picture {
    max-width: 100%;
  }
}

@media (max-width: 600px) {
  .all__articles-inner {
    padding: 0;
    margin-bottom: 0;
  }
}

/* blog */
.swiper__bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding-right: 20px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.swiper-pagination-blog {
  position: static !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 400px !important;
}

.swiper-pagination-blog .swiper-pagination-bullet {
  font-family: "Gilroy", sans-serif;
  width: 30px;
  height: 30px;
  text-align: center;
  line-height: 30px;
  font-size: 22px;
  border-radius: 4px;
  color: #939393;
  opacity: 1;
  background-color: #fff;
  -webkit-transition:
    color 0.2s ease,
    background-color 0.2s ease;
  transition:
    color 0.2s ease,
    background-color 0.2s ease;
  border-radius: 50%;
}

.swiper-pagination-blog .swiper-pagination-bullet-active {
  color: #fff;
  background-color: #47897f;
}

.blog .swiper--pag {
  max-width: 400px;
}

.show-more {
  display: none;
}

/* blog MEDIA */
@media (max-width: 1052px) {
  .blog-item {
    -ms-flex-preferred-size: calc((100% - 20px) / 2);
    flex-basis: calc((100% - 20px) / 2);
  }

  .blog-item {
    padding: 20px;
  }

  .blog-item h4 {
    font-size: 18px;
  }

  .blog-item p {
    font-size: 14px;
  }
}

@media (max-width: 600px) {
  .blog-inner {
    row-gap: 15px;
    margin-bottom: 15px;
  }

  .blog-item {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }

  .blog-item picture {
    margin: 0 auto;
  }

  .swiper-pagination-blog,
  .swiper--pag .swiper-button-next-blog,
  .swiper--pag .swiper-button-prev-blog,
  .swiper__bottom .swiper--pag {
    display: none !important;
  }

  .swiper__bottom {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .blog-wrapper {
    margin-bottom: 40px;
  }

  .blog-item {
    display: none;
  }

  .blog-item.active {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  .show-more {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-weight: 600;
    font-size: 14px;
    width: 100%;
    max-width: 150px;
  }
}

/* article */
.article-inner {
  gap: 20px;
  font-size: 18px;
}

.article-inner h1,
.article-inner h2,
.article-inner h3,
.article-inner h4,
.article-inner h5,
.article-inner h6 {
  margin-bottom: 30px;
}

.article-inner a {
  color: #4b8f83;
}

.article-inner blockquote {
  border: 1px solid #4b8f83;
  padding: 5px;
  border-radius: 15px;
  display: inline-block;
  margin: 15px 0;
}

.article-inner ul {
  margin-bottom: 20px;
  padding-left: 20px;
  list-style: disc;
}

.article-inner ul li {
  margin-bottom: 10px;
  list-style-type: disc;
}

.article-inner ul li::marker {
  color: #4b8f83;
}

.article-inner ol {
  margin-bottom: 20px;
  padding-left: 20px;
  list-style: decimal;
}

.article-inner ol li {
  margin-bottom: 10px;
  list-style: none;
}

.article-inner ol li::marker {
  color: #4b8f83;
}

.article-inner p {
  margin-bottom: 20px;
}

.article-inner picture {
  margin: 20px auto;
  width: 100%;
  max-width: 100%;
}

.article-inner picture img {
  border-radius: 20px;
}

/* article MEDIA */
@media (max-width: 550px) {
  .article-inner {
    font-size: 14px;
  }

  .article-inner picture {
    margin: 0;
  }

  .articles-item h4 {
    margin-bottom: 0;
  }

  .articles-item__name {
    margin-bottom: 0;
  }

  .article-inner h2,
  .article-inner h3,
  .article-inner h4,
  .article-inner h5,
  .article-inner h6 {
    margin-bottom: 15px;
  }

  .article-inner p {
    margin-bottom: 10px;
  }
}

/* all__doctors */
.all__doctors-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 20px;
  row-gap: 40px;
  padding: 10px;
  margin-bottom: 70px;
}

.all__doctors-inner .blog-item {
  -ms-flex-preferred-size: calc((100% - 60px) / 4);
  flex-basis: calc((100% - 60px) / 4);
  height: auto;
}

/* all__doctors MEDIA */
@media (max-width: 1440px) {
  .all__doctors-inner .blog-item {
    -ms-flex-preferred-size: calc((100% - 40px) / 3);
    flex-basis: calc((100% - 40px) / 3);
  }
}

@media (max-width: 1090px) {
  .all__doctors-inner .blog-item {
    -ms-flex-preferred-size: calc((100% - 20px) / 2);
    flex-basis: calc((100% - 20px) / 2);
  }
}

@media (max-width: 1052px) {
  .doctors-card span {
    top: 30px;
    left: 30px;
  }
}

@media (max-width: 700px) {
  .all__doctors-inner .blog-item {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }
}

@media (max-width: 600px) {
  .all__doctors-inner {
    padding: 0;
    margin-bottom: 0;
  }

  .blog-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 30px;
  }
}

@media (max-width: 550px) {
  .all__doctors-inner .blog-item {
    padding: 0;
  }
}

/* doctor */
.doctor-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

picture.doctor-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  width: 100%;
  max-width: 588px;
  height: 100%;
  max-height: 593px;
  padding-top: 30px;
  background: url("../img/doctors/bg2.jpg") center center no-repeat;
  background-size: cover;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 20px;
}

picture.doctor-item img {
  max-height: 100%;
  max-width: 481px;
}

picture.doctor-item span {
  position: absolute;
  top: 35px;
  left: 35px;
  background-color: #646464;
  color: #fff;
  padding: 6px 12px;
  border-radius: 60px;
  line-height: 1;
  font-weight: 500;
}

.doctor-item:last-child {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 15px;
  max-width: 721px;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.doctor-item:last-child .section-title {
  margin-bottom: 0;
}

.doctor-item:last-child span {
  color: #646464;
  font-size: 20px;
  margin-bottom: 15px;
}

.doctor-item:last-child p {
  font-size: 18px;
}

.doctor-item:last-child p:last-of-type {
  margin-bottom: 35px;
}

.doctor-item:last-child .standart__btn {
  max-width: 250px;
}

/* doctor MEDIA */
@media (max-width: 1200px) {
  picture.doctor-item {
    min-width: 40vw;
  }
}

@media (max-width: 900px) {
  .doctor-inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }

  picture.doctor-item {
    max-width: 100%;
  }

  .doctor-item:last-child {
    max-width: 100%;
  }
}

@media (max-width: 550px) {
  .doctor-item:last-child span {
    font-size: 18px;
    margin-bottom: 5px;
  }

  .doctor-item:last-child p {
    font-size: 14px;
  }

  .doctor-item:last-child p:last-of-type {
    margin-bottom: 5px;
  }

  .doctor-item:last-child .standart__btn {
    max-width: 100%;
  }
}

/* all__review */
.all__review-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 20px;
  row-gap: 40px;
  padding: 10px;
  margin-bottom: 70px;
}

.all__review-inner .blog-item {
  -ms-flex-preferred-size: calc((100% - 20px) / 2);
  flex-basis: calc((100% - 20px) / 2);
  height: auto;
}

.form__review {
  padding-top: 0;
}

.form__review .container::before {
  left: 46%;
  top: 55px;
}

.form__review .container::after {
  bottom: 94px;
}

.form__review-inner {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.form__review-inner .form__classic-item form>input:last-of-type {
  margin-bottom: 0;
}

.form__review-inner .standart__btn {
  margin-bottom: 5px;
}

.form__review-img {
  max-width: 564px;
  padding: 65px 0;
  position: relative;
  z-index: 10;
}

.form__review-img img {
  border-radius: 20px;
}

/* all__review MEDIA */
@media (max-width: 900px) {
  .all__review-inner .blog-item {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }
}

@media (max-width: 600px) {
  .all__review-inner {
    padding: 0;
    margin-bottom: 0;
  }

  .form__review .container::before {
    bottom: 20px;
    top: auto;
  }
}

/* contact */
.contact-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 70px;
}

.contact-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 40px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.contact-call {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 10px;
  line-height: 1;
  margin-bottom: 10px;
}

.contact-call a {
  font-size: 36px;
  white-space: nowrap;
  font-weight: 600;
}

.contact-call span {
  color: #7f8a93;
  font-size: 18px;
}

.contact-call span span {
  font-weight: 600;
}

.contact-contact {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 10px;
  font-size: 24px;
  font-weight: 500;
}

.contact-contact>* {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 10px;
}

.contact-contact>*::before {
  display: block;
  content: "";
  width: 20px;
  height: 20px;
  background-size: cover;
}

.contact-contact span::before {
  background: url("../img/icons/baseline.png") center center no-repeat;
  background: url("../img/icons/baseline.svg") center center no-repeat;
}

.contact-contact a::before {
  background: url("../img/icons/mail.png") center center no-repeat;
  background: url("../img/icons/mail.svg") center center no-repeat;
}

.contact-soc {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.contact-soc a {
  width: 46px;
  height: 46px;
}

.contact-soc a:hover {
  color: rgb(75, 143, 131);
}

.contact-soc a i {
  font-size: 40px;
  width: 40px;
  height: 40px;
}

.contact-soc a i::before {
  width: 40px;
  height: 40px;
  display: block;
}

.contact-soc a:first-of-type {
  color: #0093dd;
  margin-right: 12px;
}

.contact-soc a:nth-of-type(2) {
  color: #43d854;
  margin-right: 8px;
}

.contact-soc a:last-of-type {
  color: #478fe1;
}

.contact-soc a:hover {
  color: rgb(75, 143, 131);
}

.contact-copyright {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 5px;
  margin-bottom: 40px;
}

.contact-btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
}

.map.container-fluid {
  width: 900px;
  height: 578px;
  border-radius: 20px;
  overflow: hidden;
  padding: 0;
  background: url("../img/map.jpg") center center no-repeat;
}

.map.container-fluid>iframe {
  border-radius: 20px !important;
}

/* contact MEDIA */
@media (max-width: 1460px) {
  .map.container-fluid {
    width: 60vw;
  }

  .contact-inner {
    gap: 20px;
  }
}

@media (max-width: 1215px) {
  .contact-inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    margin-top: 30px;
  }

  .contact-btns {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .contact-btns .standart__btn {
    max-width: 350px;
    margin: 0;
    width: 100%;
  }

  .contact-item {
    gap: 30px;
  }

  .map.container-fluid {
    width: calc(100vw - 30px);
    background-size: cover;
  }
}

@media (max-width: 550px) {
  .map.container-fluid {
    height: 330px;
  }

  .contact-call a {
    font-size: 26px;
  }

  .contact-call span {
    font-size: 14px;
  }

  .contact-contact {
    font-size: 18px;
  }

  .contact-soc a i {
    font-size: 30px;
  }

  .contact-soc a,
  .contact-soc a i {
    height: 40px;
    width: 40px;
  }

  .contact-copyright {
    margin-bottom: 0;
  }
}

/* video */
.video-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}

.video-item {
  height: 390px;
  position: relative;
  overflow: hidden;
  border-radius: 20px;
  -ms-flex-preferred-size: calc((100% - 20px) / 2);
  flex-basis: calc((100% - 20px) / 2);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: pointer;
  border-radius: 20px;
  overflow: hidden;
}

.video-item::before {
  pointer-events: none;
}

.video-item::after {
  pointer-events: none;
}

.video-item.active {
  z-index: 10;
  pointer-events: all;
}

.video-preview {
  width: 100%;
}

.video-item::before {
  content: "►";
  pointer-events: all;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 40px;
  color: #fff;
  padding: 10px;
  padding-left: 15px;
  background-color: #47897f;
  line-height: 1;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  right: 50%;
  -webkit-transform: translate3d(50%, -50%, 0);
  transform: translate3d(50%, -50%, 0);
  z-index: 200;
  transition:
    width 0.2s linear,
    height 0.2s linear;
}

.video-item:hover::before {
  width: 100px;
  height: 100px;
}

@media (max-width: 1024px) {
  .video-item {
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
  }

  .video-inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 10px;
  }
}

@media (max-width: 700px) {
  .video-item {
    height: 250px;
  }
}

@media (max-width: 485px) {
  .video-item {
    height: 190px;
  }
}

/* politic */
.politic-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 40px;
}

.politic-inner h2 {
  margin-bottom: 30px;
  font-size: 32px;
}

.politic-inner h3 {
  margin-bottom: 20px;
  font-size: 24px;
}

.politic-inner ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 10px;
}

.politic-inner ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 8px;
}

.politic-inner ul li::before {
  display: block;
  content: "";
  width: 10px;
  height: 10px;
  min-width: 10px;
  background-color: #4b8f83;
  border-radius: 50%;
}

.politic-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 10px;
}

/* politic MEDIA */
@media (max-width: 600px) {
  .politic-inner {
    gap: 20px;
  }

  .politic-inner h2 {
    font-size: 24px;
    margin-bottom: 20px;
  }

  .politic-inner h3 {
    font-size: 20px;
    margin-bottom: 15px;
  }
}

/* footer */
.footer {
  padding: 40px 0;
  background-color: #0d233b;
  color: #fff;
}

.footer .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 40px;
}

.footer__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 10px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.footer__top .logo {
  font-size: 20px;
  white-space: nowrap;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 4px;
  line-height: 1;
}

.footer__top .logo p {
  text-transform: uppercase;
  font-weight: 800;
}

.footer__top-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 30px;
}

.footer__top-item>a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 5px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  max-width: 362px;
}

.footer__top-item>a::before {
  content: "";
  display: block;
  width: 25px;
  min-width: 25px;
  height: 25px;
  background: url("../img/icons/map.png") center center no-repeat;
  background: url("../img/icons/map.svg") center center no-repeat;
}

.footer__top-item .standart__btn {
  max-width: 223px;
}

.footer__top-call {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  color: #f2f2f2;
  gap: 6px;
}

.footer__top-call a {
  white-space: nowrap;
  font-size: 24px;
  font-weight: 600;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
}

.footer__top-call a:last-of-type {
  margin-left: 32px;
}

.footer__top-call a:first-of-type::before {
  content: "";
  display: block;
  width: 26px;
  min-width: 25px;
  height: 26px;
  background: url("../img/icons/call.png") center center no-repeat;
  background: url("../img/icons/call.svg") center center no-repeat;
}

.footer__bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 10px;
}

.footer__bottom-item:first-of-type {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 10px;
  line-height: 1;
  color: #767676;
}

.footer__bottom-item:first-of-type>a:last-of-type {
  border-bottom: 1px dashed #767676;
  line-height: 1.2;
}

.footer__bottom-item:first-of-type>a:last-of-type:hover {
  border-color: #4b8f83;
}

.footer__bottom-item>ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  flex-wrap: wrap;
}

.footer-nav {
  gap: 15px;
  color: #b1b1b1;
}

.footer-nav li {
  margin: 0.5em 0;
}

.footer-nav li a {
  border: 1px solid #b1b1b1;
  padding: 8px 10px;
  border-radius: 30px;
  font-size: 18px;
  white-space: nowrap;
}

.footer-nav li a:hover {
  color: #fff;
  background-color: #4b8f83;
  border-color: #4b8f83;
}

/* footer MEDIA */
@media (max-width: 1300px) {
  .footer__top-item {
    gap: 15px;
  }
}

@media (max-width: 1150px) {
  .footer__top {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .footer__bottom {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 50px;
  }

  .footer__bottom-item:first-of-type {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }

  .footer__bottom-item:last-of-type {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
}

@media (max-width: 880px) {
  .footer__top {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 40px;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .footer__top-item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .footer__top-item .standart__btn {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }

  .footer__top-call {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }

  .footer__top-item>a {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }

  .footer__bottom-item:last-of-type {
    white-space: nowrap;
  }

  .footer-nav {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    row-gap: 40px;
  }
}

@media (max-width: 550px) {
  .footer__top .logo {
    font-size: 18px;
  }

  .footer__top .logo p {
    background: -webkit-gradient(linear,
        left bottom,
        left top,
        from(rgb(71, 137, 127)),
        to(rgb(94, 167, 149)));
    background: linear-gradient(0deg,
        rgb(71, 137, 127) 0%,
        rgb(94, 167, 149) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-weight: 700;
  }

  .footer__top .logo span {
    font-size: 16px;
  }

  .footer__top-item {
    gap: 20px;
  }

  .footer__top-item .standart__btn {
    margin-bottom: 20px;
  }

  .footer__top-call a {
    font-size: 18px;
  }

  .footer__top-call a:first-of-type:before {
    width: 13px;
    height: 13px;
    min-width: 13px;
    background-size: cover;
  }

  .footer__top-call a:last-of-type {
    margin-left: 21px;
  }

  .footer__top-item>a:before {
    min-width: 13px;
    width: 13px;
    height: 13px;
    background-size: cover;
  }

  .footer-nav li a {
    font-size: 14px;
  }
}

.popup__bg,
.popup__bg-third,
.popup__bg-second,
.popup__bg-fourth,
.popup__bg-response {
  background: rgba(75, 143, 131, 0.5);
  height: 100vh;
  left: 0;
  opacity: 0;
  pointer-events: none;
  position: fixed;
  top: 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  width: 100%;
  z-index: 1000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.popup__bg-second.active,
.popup__bg-third.active,
.popup__bg-fourth.active,
.popup__bg.active,
.popup__bg-response.active {
  opacity: 1;
  pointer-events: all;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.popup__bg {
  -webkit-transition: none;
  transition: none;
}

.popup,
.popup-second,
.popup-third.active,
.popup-fourth,
.popup-response {
  width: 100%;
  max-width: 530px;
  background-color: #fff;
  border-radius: 30px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 40px;
  gap: 15px;
  color: #171717;
}

.popup .section-title,
.popup-second .section-title,
.popup-third.active .section-title,
.popup-fourth .section-title,
.popup-response .section-title {
  font-weight: 700;
}

.popup .section-title,
.popup-second .section-title,
.popup-third.active .section-title,
.popup-fourth .section-title,
.popup-response .section-title {
  margin-bottom: 0;
  line-height: 1.1;
}

.popup>p,
.popup-second>p,
.popup-third.active>p,
.popup-fourth>p,
.popup-response>p {
  margin-bottom: 0;
  font-weight: 500;
}

.popup>p:first-of-type,
.popup-second>p:first-of-type,
.popup-third.active>p:first-of-type,
.popup-fourth>p:first-of-type,
.popup-response>p:first-of-type {
  margin-bottom: 15px;
}

.popup>p:last-of-type,
.form-policy,
.popup-third.active>p:last-of-type,
.popup-fourth>p:last-of-type,
.popup-response>p:last-of-type {
  margin-bottom: 25px;
  font-size: 14px;
}

.popup>p:last-of-type a,
.form-policy a,
.popup-third.active>p:last-of-type a,
.popup-fourth>p:last-of-type a,
.popup-response>p:last-of-type a {
  font-weight: 600;
}

.popup>p:last-of-type,
.form-policy,
.popup-third.active>p:last-of-type,
.popup-fourth>p:last-of-type,
.popup-response>p:last-of-type {
  color: #bdbdbd;
}

.popup .form__classic-item,
.popup-second .form__classic-item,
.popup-third.active .form__classic-item,
.popup-fourth .form__classic-item {
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  max-width: 100%;
  gap: 20px;
}

.popup .form__classic-item input,
.popup-second .form__classic-item input,
.popup-third.active .form__classic-item input,
.popup-fourth .form__classic-item input {
  background-color: #f1f8ff;
  color: #bac1c4;
  padding: 20px;
  border-radius: 60px;
}

.popup .form__classic-item input::-webkit-input-placeholder,
.popup-second .form__classic-item input::-webkit-input-placeholder,
.popup-third.active .form__classic-item input::-webkit-input-placeholder,
.popup-fourth .form__classic-item input::-webkit-input-placeholder {
  color: #bac1c4;
}

.popup .form__classic-item input::-moz-placeholder,
.popup-second .form__classic-item input::-moz-placeholder,
.popup-third.active .form__classic-item input::-moz-placeholder,
.popup-fourth .form__classic-item input::-moz-placeholder {
  color: #bac1c4;
}

.popup .form__classic-item input:-ms-input-placeholder,
.popup-second .form__classic-item input:-ms-input-placeholder,
.popup-third.active .form__classic-item input:-ms-input-placeholder,
.popup-fourth .form__classic-item input:-ms-input-placeholder {
  color: #bac1c4;
}

.popup .form__classic-item input::-ms-input-placeholder,
.popup-second .form__classic-item input::-ms-input-placeholder,
.popup-third.active .form__classic-item input::-ms-input-placeholder,
.popup-fourth .form__classic-item input::-ms-input-placeholder {
  color: #bac1c4;
}

.popup .form__classic-item input::placeholder,
.popup-second .form__classic-item input::placeholder,
.popup-third.active .form__classic-item input::placeholder,
.popup-fourth .form__classic-item input::placeholder {
  color: #bac1c4;
}

.popup .form__classic-item textarea,
.popup-second .form__classic-item textarea,
.popup-third.active .form__classic-item textarea,
.popup-fourth .form__classic-item textarea {
  background-color: #f1f8ff;
  color: #bac1c4;
  padding: 20px;
  border-radius: 20px;
  outline: none;
  min-height: 120px;
  border: none;
  resize: none;
}

.popup .form__classic-item textarea::-webkit-input-placeholder,
.popup-second .form__classic-item textarea::-webkit-input-placeholder,
.popup-third.active .form__classic-item textarea::-webkit-input-placeholder,
.popup-fourth .form__classic-item textarea::-webkit-input-placeholder {
  color: #bac1c4;
}

.popup .form__classic-item textarea::-moz-placeholder,
.popup-second .form__classic-item textarea::-moz-placeholder,
.popup-third.active .form__classic-item textarea::-moz-placeholder,
.popup-fourth .form__classic-item textarea::-moz-placeholder {
  color: #bac1c4;
}

.popup .form__classic-item textarea:-ms-input-placeholder,
.popup-second .form__classic-item textarea:-ms-input-placeholder,
.popup-third.active .form__classic-item textarea:-ms-input-placeholder,
.popup-fourth .form__classic-item textarea:-ms-input-placeholder {
  color: #bac1c4;
}

.popup .form__classic-item textarea::-ms-input-placeholder,
.popup-second .form__classic-item textarea::-ms-input-placeholder,
.popup-third.active .form__classic-item textarea::-ms-input-placeholder,
.popup-fourth .form__classic-item textarea::-ms-input-placeholder {
  color: #bac1c4;
}

.popup .form__classic-item textarea::placeholder,
.popup-second .form__classic-item textarea::placeholder,
.popup-third.active .form__classic-item textarea::placeholder,
.popup-fourth .form__classic-item textarea::placeholder {
  color: #bac1c4;
}

.popup .form__classic-item input,
.popup .form__classic-item button,
.popup-second .form__classic-item input,
.popup-second .form__classic-item button,
.popup-third.active .form__classic-item input,
.popup-third.active .form__classic-item button,
.popup-fourth .form__classic-item input,
.popup-fourth .form__classic-item button {
  height: 60px;
}

.popup .form__classic-item .standart__btn,
.popup-second .form__classic-item .standart__btn,
.popup-third.active .form__classic-item .standart__btn,
.popup-fourth .form__classic-item .standart__btn {
  max-width: none;
}

.popup-second,
.popup-third.active {
  padding: 45px 50px;
  max-width: 570px;
}

.popup-second .form__classic-item span,
.popup-third.active .form__classic-item span {
  position: relative;
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
}

.popup-second .form__classic-item span input,
.popup-third.active .form__classic-item span input {
  width: 100%;
  padding: 15px 20px;
}

.popup-second .form__classic-item span::after,
.popup-third.active .form__classic-item span::after {
  display: block;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 20px;
  content: "";
  width: 17px;
  height: 17px;
  background: url("../img/icons/search.png") center center no-repeat;
  background: url("../img/icons/search.svg") center center no-repeat;
  z-index: 200;
}

.popup-fourth {
  background-color: transparent;
  padding: 0;
  border-radius: 40px;
}

.popup-fourth .form__review-inner {
  padding: 20px;
}

.close-popup,
.close-popup-second,
.close-popup-third,
.close-popup-fourth,
.close-popup-response {
  cursor: pointer;
  position: absolute;
  top: 25px;
  right: 25px;
  z-index: 100000;
  width: 24px;
  -webkit-transition: -webkit-transform 0.2s ease;
  transition: -webkit-transform 0.2s ease;
  transition: transform 0.2s ease;
  transition:
    transform 0.2s ease,
    -webkit-transform 0.2s ease;
}

.close-popup:hover,
.close-popup-second:hover,
.close-popup-third:hover,
.close-popup-fourth:hover,
.close-popup-response:hover {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}

.close-popup img,
.close-popup-second img,
.close-popup-third img,
.close-popup-fourth img,
.close-popup-response img {
  width: 24px;
}

.popup div,
.popup-second div,
.popup-third div,
.popup-fourth div,
.popup-response div {
  font-size: 34px;
}

.popup h3,
.popup-second h3,
.popup-third h3,
.popup-fourth h3,
.popup-response h3 {
  font-size: 34px;
}

.popup .form__classic-item input,
.popup-second .form__classic-item input,
.popup-third .form__classic-item input,
.popup-fourth .form__classic-item input {
  max-width: 100%;
}

.popup-third.active .review__item_original {
  padding: 0;
  border: 0;
}

/* popup MEDIA */
@media (max-width: 930px) {

  .popup,
  .popup-second,
  .popup-third {
    margin: 0 10px;
    border-radius: 15px;
  }

  .popup-fourth {
    margin: 0 10px;
  }
}

.section-title--consult {
  font-size: 34px;
}

@media (max-width: 550px) {

  .popup,
  .popup-second,
  .popup-third {
    gap: 15px;
    padding: 25px;
  }

  .popup .section-title,
  .popup-second .section-title,
  .popup-third .section-title {
    font-size: 21px;
  }

  .popup p:last-of-type,
  .popup-second p:last-of-type,
  .popup-third p:last-of-type {
    margin-bottom: 10px;
    font-size: 12px;
  }

  .popup>span,
  .popup-second>span,
  .popup-third>span {
    font-size: 12px;
  }

  .popup .close-popup,
  .popup .close-popup-second,
  .popup .close-popup-third,
  .popup-second .close-popup,
  .popup-second .close-popup-second,
  .popup-second .close-popup-third,
  .popup-third .close-popup,
  .popup-third .close-popup-second,
  .popup-third .close-popup-third {
    top: 15px;
    right: 15px;
    width: 24px;
  }

  .popup-fourth h3,
  .popup-response h3 {
    font-size: 20px;
  }

  .popup-fourth p,
  .popup-response p {
    font-size: 14px;
  }
}

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

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

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

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

@font-face {
  font-family: "Manrope";
  font-style: normal;
  font-display: swap;
  font-weight: 800;
  src:
    local("Manrope"),
    url("/netcat_template/template/denischenko/assets/fonts/Manrope/Manrope-ExtraBold.woff2") format("woff2"),
    url("/netcat_template/template/denischenko/assets/fonts/Manrope/Manrope-ExtraBold.woff") format("woff");
}

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

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

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

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

.doctors__link {
  display: flex;
  min-height: 80px;
  border-radius: 15px;
  border: 1px solid #4b8f83;
  margin: 20px 0;
  max-width: 480px;
  padding: 15px;
  box-sizing: border-box;
  gap: 10px;
}

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

.doctors__link-box-sp1 {
  font-weight: 800;
}

.doctors__link-box-sp2 {}

.doctors__link img {
  width: 80px;
}

.doctors__link a {
  color: #4b8f83;
  font-weight: 800;
  transition: all 1s;
}

.doctors__link a:hover {
  text-decoration: underline;
  transition: all 1s;
}

.stati__link {
  flex-direction: column;
  display: flex;
  min-height: 80px;
  border-radius: 15px;
  border: 1px solid #4b8f83;
  margin: 20px 0;
  max-width: 480px;
  padding: 15px;
  box-sizing: border-box;
  gap: 10px;
}

.doctors__link-list {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.doctors__link-list li {
  width: 90%;
  position: relative;
}

.doctors__link-list li::after {
  content: "";
  display: block;
  background: url(/netcat_template/template/denischenko/assets/img/arrow.svg);
  background-repeat: no-repeat;
  background-size: cover;
  width: 30px;
  height: 30px;
  position: absolute;
  top: -8px;
  right: -35px;
}

.poisk .form-input {
  height: 100%;
  margin-bottom: 0;
  border: 2px solid #4b8f83;
  border-radius: 20px 0 0 20px;
  padding: 0 10px 0 15px;
  position: relative;
  height: 40px !important;
  display: block;
}

.poisck-article__form {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: flex-end;
  margin-top: 20px;
  margin-bottom: 30px;
}

.poisck-article__form .btn .btn.grey-btn {
  height: 40px;
  display: flex;
  position: relative;
  align-items: center;
  justify-content: center;
  background-color: #4b8f83;
  color: #fff;
  border-radius: 0 20px 20px 0px;
  padding: 0 15px 0 15px;
  cursor: pointer;
}

.container-search__item {
  margin: 10px 15px 15px 15px;
  list-style: none;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  row-gap: 20px;
}

.poisk .poisk-li {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  row-gap: 10px;
  border-bottom: 1px solid #6a9f9645;
  width: 100%;
  padding: 0 0 10px 0;
}

.poisk .poisk-li a {
  font-size: 18px;
  font-weight: 600;
}

.foter-btn {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  align-items: flex-start;
  max-width: 224px;
  width: 100%;
  row-gap: 20px;
}

.footer-search .form-input {
  height: 100%;
  margin-bottom: 0;
  max-width: 223px;
  position: relative;
  border-radius: 60px;
  padding: 11px 10px 12px 10px;
  position: relative;
}

.popup_form.str-form.poisk-form {
  position: relative;
  padding: 0;
  margin: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  flex-wrap: nowrap;
}

.footer-search .btn.grey-btn {
  position: absolute;
  top: 0;
  border-radius: 0 20px 20px 0;
  right: 0;
  width: 100%;
  max-width: 50px;
  height: 100%;
  background-image: url(/netcat_template/template/denischenko/assets/img/icons/footer-search-white.png);
  background-position: center;
  background-repeat: no-repeat;
  cursor: pointer;
  background-color: #4b8f83;
}

.doc-checked__text {
  margin-bottom: 20px;
}

.doc-checked__wrapper {
  padding: 20px 25px;
  background-color: #edf1ef;
  border-radius: 15px;
}

.doc-checked__img {
  flex-shrink: 1;
  width: 60px;
  aspect-ratio: 1/1;
  background: #fff;
  border-radius: 50%;
  overflow: hidden;
  margin-right: 15px;
}

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

.doc-checked__block {
  display: flex;
  align-items: flex-start;
}

.doc-checked__name {
  font-weight: 700;
  font-size: 20px;
  margin-bottom: 15px;
}

.text-checked__profession {
  font-size: 14px;
}

.header__bottom {
  align-items: flex-start;
  gap: 20px;
  flex-direction: column;
}

.header__bottom-item>ul {
  flex-wrap: wrap;
}

.header-nav {
  gap: 25px 5px;
}

@media (min-width: 743px) {
  .nav-link_submenu.active>ul {
    overflow-y: auto;
    max-height: 390px;
  }
}

.nav-link.active>.panel-body,
.nav-link.active .panelsub-title {
  display: block;
  opacity: 1;
  visibility: visible;
}

/*.panel-body {
	display: none;
  }*/

/*.navbar .nav-link:hover .panel-body {
	min-width: initial;
	padding: initial;
	pointer-events: initial;
	z-index: -2;
	opacity: 0;
  }*/

.nav-link.active>.panel-body,
.nav-link.active .panelsub-title .nav-link.active>.panel-body,
.nav-link.active .panelsub-title {
  display: flex;
}

.navbar .nav-link .panel-body.active {
  padding-top: 10px;
  z-index: 99999;
  pointer-events: all;
  height: auto;
  opacity: 1;
  min-width: 220px;
  padding: 20px;
  pointer-events: all;
  z-index: 1000;
  opacity: 1;
}

.panelsub-body--three {
  max-height: 250px;
  overflow-y: auto;
}

.panelsub-body--three::-webkit-scrollbar {
  width: 7px;
}

.panelsub-body--three::-webkit-scrollbar-track {
  background-color: #b7dad3;
}

.panelsub-body--three::-webkit-scrollbar-thumb {
  border-radius: 4px;
  background-color: #4b8f83;
}

.video__container_rutube {
  display: block;
  text-align: center;
  margin: 35px auto 30px;
  position: relative;
  max-width: 800px;
}

.video__container_rutube img {
  width: 100%;
}

.video__container_rutube::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #00000020;
  z-index: 2;
  transition: 0.3s;
}

.video__container_rutube:hover::after {
  background-color: transparent;
}

.video-play-btn {
  position: absolute;
  z-index: 3;
  top: calc(50% - 20px);
  left: calc(50% - 20px);
  background: rgb(0, 161, 231);
  border-radius: 8px;
  width: 40px;
  height: 40px;
  padding: 10px;
  transition: 0.3s;
}

.video-play-btn svg {
  width: 20px;
  height: 20px;
}

.video__container_rutube:hover .video-play-btn {
  background: rgb(1, 96, 136);
}

@media (min-width: 743px) {
  ul.panelsub-body--three {
    position: relative;
    transition: padding 0.2s ease;
    opacity: 0;
    display: none;
  }

  .panel-body {
    /*display: none;*/
    gap: 0;
  }

  .nav-link_submenu {
    padding: 10px 0;
  }

  .navbar .nav-link .panel-body,
  .navbar .nav-link_submenu .panelsub-body--two,
  .navbar .panelsub-title--menu .panelsub-body--three {
    min-width: initial;
    padding: initial;
    pointer-events: initial;
    /*z-index: -2;
	  opacity: 0;*/
  }

  .navbar .nav-link:hover>.panel-body,
  .navbar .nav-link_submenu:hover>.panelsub-body--two,
  .navbar .panelsub-title--menu:hover>.panelsub-body--three {
    display: block;
    display: flex;
    opacity: 1;
    visibility: visible;
    pointer-events: all;
    background-color: #fff;
    padding: 20px;
  }

  .navbar .nav-link:hover>.panel-body {
    padding-top: 10px;
    z-index: 99999;
    height: auto;
    min-width: 220px;
    gap: 0;
  }

  .navbar .nav-link_submenu:hover>.panelsub-body--two {
    overflow-y: auto;
    max-height: 390px;
    min-height: 100%;
    left: calc(100% - 20px);
    top: 0px;
    z-index: 10000;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    box-shadow: rgba(0, 0, 0, 0.12) 0px 4px 12px;
    gap: 10px;
    border-radius: 20px;
  }

  .navbar .panelsub-title--menu:hover>.panelsub-body--three {
    flex-direction: column;
    z-index: 999999;
    border-radius: 20px;
  }

  .panelsub-title--menu .panelsub-title::after {
    display: block;
    content: "";
    width: 12px;
    height: 8px;
    background: url("/netcat_template/template/denischenko/assets/img/icons/arrow-header.svg") center center no-repeat;
    background-size: cover;
    -webkit-transition: -webkit-transform 0.2s ease;
    transition: -webkit-transform 0.2s ease;
    transition: transform 0.2s ease;
    transition:
      transform 0.2s ease,
      -webkit-transform 0.2s ease;
  }
}

.nav-link.active .panel-title::after,
.nav-link_submenu.active .panelsub-title::after {
  transform: rotate(180deg);
}

.breadcrumbs {
  padding: 0px 0 50px 0;
}

.breadcrumbs,
.breadcrumbs li {
  align-items: center;
  display: flex;
  gap: 6px;
  flex-wrap: wrap;
}

.breadcrumbs li,
.breadcrumbs li a {
  font-size: 16px;
  color: #0d233b;
  transition: all 0.3s ease;
}

.breadcrumbs li a:hover {
  color: #4b8f83;
}

.breadcrumbs li:after {
  content: "–";
  display: block;
  font-size: 20px;
  color: #0d233b;
  font-size: inherit;
}

.breadcrumbs li:last-child::after {
  content: none;
}

@media (max-width: 743px) {
  .breadcrumbs {
    padding: 0px 0 20px 0;
  }

  .breadcrumbs li,
  .breadcrumbs li a {
    font-size: 14px;
  }
}

.price-item__action a {
  opacity: 0;
  visibility: hidden;
  transform: translateX(10px);
  transition:
    opacity 0.3s,
    transform 0.3s,
    visibility 0.3s;
}

.service-item:hover .price-item__action a {
  opacity: 1;
  visibility: visible;
  transform: translateX(0);
}

.price-item__wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.price-item__action {
  width: auto;
  margin-left: 10px;
}

@media (max-width: 767px) {
  .price-item__action {
    display: none;
  }

  .service-item {
    cursor: pointer;
  }

  .service-item:hover {
    background-color: rgba(0, 0, 0, 0.02);
  }
}

@media (max-width: 767) {
  .header {
    background-color: #fff;
    padding: 15px;
    border-bottom: 1px solid #eee;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1000;
  }

  .header-top {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }

  .logo-text {
    line-height: 1.2;
  }

  .logo-text h1 {
    font-size: 14px;
    font-weight: bold;
    color: #4b8f83;
    margin: 0;
    text-transform: uppercase;
  }

  .logo-text p {
    font-size: 14px;
    margin: 0;
    color: #333;
  }

  .logo-text .subtitle {
    font-size: 12px;
    color: #4b8f83;
    margin-top: 2px;
  }

  .header-icons {
    display: flex;
    align-items: center;
  }

  .icon-btn {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-left: 8px;
    cursor: pointer;
    border: none;
    transition: background-color 0.3s;
  }

  .search-btn {
    background-color: #eee;
  }

  .burger-btn,
  .close-btn {
    background-color: #4b8f83;
  }

  .close-btn {
    display: none;
  }

  .menu-open .burger-btn {
    display: none;
  }

  .menu-open .close-btn {
    display: flex;
    background-color: #4b8f83;
  }

  .search-icon,
  .burger-icon,
  .close-icon {
    font-size: 20px;
  }

  .search-icon {
    color: #333;
  }

  .burger-icon,
  .close-icon {
    color: #fff;
  }

  .header-contact {
    margin-top: 10px;
    padding-top: 10px;
    border-top: 1px solid #eee;
  }

  .header-contact .label {
    font-size: 14px;
    color: #4b8f83;
    margin-bottom: 5px;
  }

  .header-contact .phones {
    font-size: 14px;
    display: flex;
    gap: 10px;
  }

  .menu-overlay {
    position: fixed;
    top: 120px;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #fff;
    z-index: 999;
    overflow-y: auto;
    transform: translateY(-100%);
    transition: transform 0.3s ease-in-out;
    border-top: 1px solid #eee;
  }

  .menu-open .menu-overlay {
    transform: translateY(0);
  }

  .menu-list {
    list-style: none;
    padding: 0;
    margin: 0;
  }

  .menu-item {
    padding: 15px;
    border-bottom: 1px solid #eee;
    font-size: 16px;
    font-weight: 500;
    color: #333;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: #edf4f3;
    border-radius: 60px;
  }

  .menu-arrow {
    font-size: 12px;
    color: black;
    transition: transform 0.3s;
  }

  .menu-item.active .menu-arrow {
    transform: rotate(180deg);
  }

  .submenu {
    padding-left: 5px;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.4s ease-out;
  }

  .submenu.active {
    max-height: 500px;
  }

  .submenu-item {
    padding: 10px 15px;
    font-size: 14px;
    color: #555;
    border-bottom: 1px solid #eee;
    cursor: pointer;
  }

  .icon-burger::before {
    content: "≡";
  }

  .icon-close::before {
    content: "✖";
  }

  .icon-down::before {
    content: "▼";
  }

  .icon-up::before {
    content: "▲";
  }

  .menu-footer {
    padding: 20px 15px;
  }

  .contact-info {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
  }

  .contact-icon-bg {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    background-color: #edf4f3;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 10px;
  }

  .contact-icon {
    font-size: 18px;
    color: #589a98;
  }

  .phones a:hover {
    color: #4b8f83;
  }

  .contact-details {
    line-height: 1.3;
    width: 300px;
  }

  .contact-details .label {
    font-size: 12px;
    color: #888;
  }

  .contact-details .value {
    font-size: 14px;
    font-weight: 500;
    color: #333;
  }

  .social-links {
    display: flex;
    gap: 15px;
    margin-top: 20px;
  }

  .social-link {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    border: 1px solid #589a98;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #589a98;
    font-size: 18px;
    text-decoration: none;
  }

  .help-button {
    width: 90%;
    height: 58px;
    margin: 20px 5%;
    padding: 15px 0;
    background-color: #4b8f83;
    color: #fff;
    text-align: center;
    border-radius: 60px;
    font-size: 16px;
    text-decoration: none;
    display: block;
    cursor: pointer;
    border: none;
  }

  #submenu-uslugi,
  #submenu-o-nas,
  #submenu-vrachi {
    background-color: #edf4f3;
    border-bottom-left-radius: 25px;
    border-bottom-right-radius: 25px;
  }

  #submenu-uslugi {
    overflow-y: scroll;
  }

  .menu-item {
    margin-top: 5px;
  }

  .menu-item.active {
    border-top-right-radius: 25px;
    border-top-left-radius: 25px;
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
  }

  .menu-footer {
    padding-top: 10px;
    border-top: 1px solid #eee;
    margin-left: 5px;
    margin-right: 5px;
    margin-top: 5px;
  }

  .submenu-title {
    color: #4b8f83;
    font-size: 14px;
  }

  .main {
    margin-top: 150px;
  }

  .logo-text a:hover {
    color: #4b8f83;
  }

  .menu_city {
    text-decoration: underline;
    color: #4b8f83;
  }

  .menu-list {
    margin-left: 5px;
    margin-right: 5px;
  }
}

.price-item__price {
  text-align: right;
}

.checked__list {
  background-color: #edf1ef;
  padding: 42px;
  border-radius: 20px;
}

.checked__title {
  font-weight: 600;
  font-size: 32px;
  color: #0d233b;
  margin-bottom: 28px;
}

.checked__list ul {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
  row-gap: 18px;
}

.checked__list-item {
  background: #4b8f83;
  border: 1px solid transparent;
  color: white;
  border-radius: 60px;
  padding: 21px;
  font-weight: 600;
  font-size: 18px;
  transition:
    border 0.3s linear,
    background 0.3s linear,
    color 0.3s linear;
}

.checked__list-item:hover {
  background: transparent;
  border-color: #4b8f83;
  color: #4b8f83;
}

@media (max-width: 900px) {
  .checked__list-item {
    font-size: 14px;
    padding: 14px 21px;
  }

  .checked__list ul {
    gap: 7px;
    row-gap: 15px;
  }

  .checked__list {
    padding: 20px;
  }

  .checked__title {
    font-size: 30px;
  }
}

.checked__show-more {
  display: none;
}

@media (max-width: 767px) {
  .checked__list-item:nth-child(n + 6) {
    display: none;
  }

  .checked__list.expanded .checked__list-item:nth-child(n + 6) {
    display: flex;
  }

  .checked__show-more {
    margin-top: 15px;
    padding: 12px 24px;
    background: #4b8f83;
    color: #fff;
    border: none;
    border-radius: 60px;
    font-weight: 600;
    font-size: 16px;
    cursor: pointer;
    width: 100%;
    transition:
      background 0.3s,
      color 0.3s;
  }

  .checked__show-more:hover {
    background: transparent;
    color: #4b8f83;
    border: 1px solid #4b8f83;
  }
}

.service-banner__content {
  border-radius: 20px;
  padding: 45px 40px;
  background: #edf1ef;
  position: relative;
  display: flex;
  gap: 90px;
  align-items: stretch;
  z-index: 2;
  overflow: hidden;
}

.service-banner__content:after {
  position: absolute;
  content: "";
  display: block;
  background-image: url(/netcat_template/template/denischenko/assets/img/service-banner/decor.png);
  width: 1500px;
  height: 370px;
  top: 10px;
  left: 0;
  pointer-events: none;
}

.service-banner__info {
  display: flex;
  flex-direction: column;
  width: 100%;
  padding: 20px 0;
}

/* Breadcrumbs */
.service-banner__breadcrumbs {
  list-style: none;
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 46px;
  font-size: 14px;
  color: #0d233b;
}

.service-banner__breadcrumbs li:not(:last-child)::after {
  content: "•";
  margin-left: 8px;
  color: #4b8f83;
}

.service-banner__breadcrumbs a {
  color: #0d233b;
  text-decoration: none;
  transition: color 0.3s linear;
}

.service-banner__breadcrumbs a:hover {
  color: #4b8f83;
}

/* Title */
.service-banner__title {
  font-size: 54px;
  font-weight: 600;
  color: #1a3a52;
  line-height: 1.2;
  margin-bottom: 40px;
}

/* Price and CTA */
.service-banner__cta-row {
  display: flex;
  align-items: center;
  gap: 15px;
  border-radius: 60px;
  margin-bottom: 30px;
  background: #ffffff;
  max-width: fit-content;
}

.service-banner__price {
  padding: 12px 24px;
  font-size: 25px;
  font-weight: 600;
  color: #4b8f83;
  white-space: nowrap;
}

.service-banner__btn {
  background: #4b8f83;
  color: #ffffff;
  border: none;
  border-radius: 50px;
  padding: 21px 62px;
  font-size: 16px;
  font-weight: 600;
  cursor: pointer;
  transition: background 0.3s linear;
}

.service-banner__btn:hover {
  background: #1a3a52;
  color: #fff;
}

/* Text content */
.service-banner__text {
  color: #0d233b;
  font-size: 16px;
  line-height: 1.6;
  margin-bottom: 50px;
  font-weight: 400px;
}

.service-banner__text p {
  margin-bottom: 15px;
}

/* Features list */
.service-banner__features {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}

.service-banner__feature {
  display: flex;
  align-items: center;
  gap: 12px;
  color: #4d8581;
  font-size: 18px;
}

.service-banner__feature-icon {
  width: 24px;
  height: 24px;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.service-banner__picture {
  height: auto;
  max-width: 588px;
  width: 100%;
  z-index: 2;
}

.service-banner__picture img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 20px;
}

/* Responsive */
@media (max-width: 1300px) {
  .service-banner__content {
    gap: 50px;
    flex-direction: column;
  }

  .service-banner__picture {
    width: 100%;
    max-width: 100%;
    max-height: 500px;
  }

  .service-banner__picture img {
    max-height: 500px;
    object-position: top;
  }
}

@media (max-width: 1024px) {
  .service-banner__title {
    font-size: 40px;
  }
}

@media (max-width: 768px) {
  .service-banner {
    background-color: #edf1ef;
  }

  .service-banner__content {
    padding: 34px 0;
    border-radius: 0;
    overflow: visible;
  }

  .service-banner__title {
    font-size: 26px;
    margin-bottom: 15px;
  }

  .service-banner__features {
    grid-template-columns: 1fr;
  }

  .service-banner__btn {
    width: 100%;
  }

  .service-banner__info {
    padding: 0;
  }

  .service-banner__breadcrumbs {
    font-size: 12px;
    margin-bottom: 20px;
  }

  .service-banner__price {
    font-size: 20px;
    padding: 0 23px;
  }

  .service-banner__btn {
    font-size: 14px;
    padding: 17px 20px;
  }

  .service-banner__cta-row {
    margin-bottom: 23px;
  }

  .service-banner__text {
    margin-bottom: 30px;
  }

  .service-banner__feature {
    font-size: 16px;
  }

  .service-banner__features {
    gap: 15px;
  }

  .service-banner__picture {
    max-height: 323px;
  }

  .service-banner__picture img {
    max-height: 323px;
  }

  .service-banner__content:after {
    left: -25px;
  }
}

.price-item__name {
  width: 70%;
}


table {
  width: 100%;
  max-width: 1440px;
  border: 1px solid #EDF1EF;
  border-radius: 12px;
  border-collapse: separate;
  border-spacing: 0;
  overflow: hidden;
  font-family: "Manrope", sans-serif;
}

table thead th {
  position: relative;
  padding: 20px;
  min-height: 62px;
  border-right: 1px solid #EDF1EF;
  vertical-align: middle;
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 140%;
  letter-spacing: -0.02em;
  background: linear-gradient(0deg, #47897F 0%, #5EA795 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-align: left;
  box-sizing: border-box;
}

table thead th::before {
  content: "";
  position: absolute;
  inset: 0;
  background: #FFFFFF;
  z-index: -1;
}

table thead th:last-child {
  border-right: none;
}

table tr p {
  margin-bottom: 0px !important;
}

table tbody td {
  padding: 20px;
  min-height: 128px;
  border-right: 1px solid #EDF1EF;
  vertical-align: middle;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 140%;
  letter-spacing: -0.02em;
  color: #0D233B;
  box-sizing: border-box;
}

table tbody td:last-child {
  border-right: none;
}

table tbody tr:nth-child(odd) td {
  background: #EDF1EF;
}

table tbody tr:nth-child(even) td {
  background: #FFFFFF;
}


table thead tr:first-child th:first-child {
  border-radius: 12px 0 0 0;
}

table thead tr:first-child th:last-child {
  border-radius: 0 12px 0 0;
}

table tbody tr:last-child td:first-child {
  border-radius: 0 0 0 12px;
}

table tbody tr:last-child td:last-child {
  border-radius: 0 0 12px 0;
}


@media (max-width: 768px) {
  table {
    font-size: 14px;
    display: block;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    width: 100%;
    max-width: 100%;
  }

  table thead th,
  table tbody td {
    padding: 15px;
  }

  table::-webkit-scrollbar {
    height: 3px;
  }

  table::-webkit-scrollbar-thumb {
    background: rgba(94, 166, 149, 1);

    border-radius: 4px;
  }

  table::-webkit-scrollbar-track {
    background: #EDF1EF;
  }
}





.price {
  margin-bottom: 3px !important;
}

.contact-cta {
  padding: 40px 0 60px;
}

.contact-cta .container {
  max-width: 1470px;
  margin: 0 auto;
  padding: 0 16px;
}

.contact-cta__border {
  position: relative;
  width: 100%;
  max-width: 290px;
  margin: 0 auto;

  background-image: url("/netcat_template/template/denischenko/assets/img/icons/greenbacklong.png");
  background-size: cover;
  background-position: 0 0;
  background-repeat: no-repeat;
  border-radius: 20px;
  overflow: hidden;
}

@media (max-width: 768px) {
  .contact-cta__border {
    background-image: url("/netcat_template/template/denischenko/assets/img/icons/greenbackshort.png?2");
  }
}

.contact-cta__inner {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 10px;
  gap: 16px;
  margin: 10px;
  border-radius: 12px;
}

.contact-cta__title {
  width: 100%;
  max-width: 250px;
  margin: 0;
  font-family: 'Manrope', sans-serif;
  font-weight: 600;
  font-size: 24px;
  line-height: 28px;
  font-feature-settings: 'liga' off;
  color: #FFFFFF;
  text-align: center;
}

.contact-cta__card {
  width: 100%;
  max-width: 250px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding: 16px;
  gap: 10px;
  background: rgba(255, 255, 255, 0.1);

  border-radius: 10px;
}

.contact-cta__phone-block,
.contact-cta__messengers-block {
  display: flex;
  flex-direction: column;
  gap: 8px;
  width: 100%;
}

.contact-cta__label {
  margin: 0;
  font-family: 'Manrope', sans-serif;
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  color: #FFFFFF;
}

.contact-cta__phone-row {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 8px;
}

.contact-cta__icon-wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 32px;
  height: 32px;
  min-width: 32px;
  min-height: 32px;
  background: #FFFFFF;
  border-radius: 25.6px;
  flex-shrink: 0;
  text-decoration: none;
  transition: opacity 0.2s;
}

.contact-cta__icon-wrap:hover {
  opacity: 0.9;
}

.contact-cta__icon {
  width: 32px;
  height: 32px;
  object-fit: contain;
}

.contact-cta__messengers .contact-cta__icon {
  width: 32px;
  height: 32px;
}

.contact-cta__messengers .contact-cta__icon-wrap:nth-child(3) .contact-cta__icon {
  width: 32px;
  height: 32px;
}

.contact-cta__phone {
  font-family: 'Manrope', sans-serif;
  font-weight: 600;
  font-size: 20px;
  line-height: 22px;
  color: #FFFFFF;
  text-decoration: none;
}

.contact-cta__phone:hover {
  text-decoration: none !important;
  color: #babebc;
}

.contact-cta__divider {
  width: 100%;
  height: 0;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  flex-shrink: 0;
}

.contact-cta__messengers {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 4px;
  margin: 0 auto;
}

.contact-cta__messengers-block .contact-cta__label {
  margin: 0 auto;
  text-align: center;
}

.contact-cta__messengers-block {
  align-items: center;
}

@media (min-width: 400px) {
  .contact-cta__border {
    max-width: 360px;
    margin-left: auto;
    margin-right: auto;
  }
}

@media (min-width: 576px) {
  .contact-cta__border {


    max-width: 100%;
    margin: 0 auto;
  }

  .contact-cta__inner {
    margin: 15px;
  }

  .contact-cta__title {
    max-width: 360px;
    font-size: 28px;
    line-height: 32px;
  }

  .contact-cta__card {
    max-width: 360px;
    padding: 20px;
  }

  .contact-cta__line {
    left: -120px;
    width: 400px;
  }
}

@media (min-width: 768px) {
  .contact-cta__inner {
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    padding: 0 32px;
    margin: 10px;
    gap: 24px;
    max-width: none;
    background: transparent;
  }

  .contact-cta__title {
    max-width: 380px;
    font-size: 32px;
    line-height: 36px;
    text-align: left;
    margin: 0;
  }

  .contact-cta__card {
    flex-direction: row;
    align-items: center;
    padding: 24px 28px;
    gap: 24px;
    max-width: none;
    width: auto;
  }

  .contact-cta__phone-block {
    gap: 12px;
    width: 280px;
  }

  .contact-cta__messengers-block {
    gap: 12px;
    width: 155px;
    flex-direction: column;
    align-items: flex-start;
  }

  .contact-cta__label {
    font-size: 18px;
    line-height: 22px;
  }

  .contact-cta__phone {
    font-size: 24px;
    line-height: 28px;
  }

  .contact-cta__icon-wrap {
    width: 40px;
    height: 40px;
    min-width: 40px;
    min-height: 40px;
    border-radius: 32px;
  }

  .contact-cta__icon {
    width: 40px;
    height: 40px;
  }

  .contact-cta__messengers .contact-cta__icon {
    width: 40px;
    height: 40px;
  }

  .contact-cta__messengers .contact-cta__icon-wrap:nth-child(3) .contact-cta__icon {
    width: 40px;
    height: 40px;
  }

  .contact-cta__phone-row {
    gap: 12px;
  }

  .contact-cta__messengers {
    gap: 7px;
    margin: 0;
  }

  .contact-cta__messengers-block .contact-cta__label {
    margin: 0;
    text-align: left;
  }

  .contact-cta__divider {
    width: 0;
    height: 74px;
    transform: none;
    border-left: 1px solid rgba(255, 255, 255, 0.2);
  }

  .contact-cta__line {
    left: -50%;
    right: -31%;
    width: auto;
    top: 27%;
    bottom: -115%;
    height: 0;
    border-top: 1.22px solid rgba(255, 255, 255, 0.2);
  }

  .contact-cta__line--2 {
    top: 71%;
    bottom: -159%;
  }
}

@media (min-width: 1024px) {
  .contact-cta__inner {
    padding: 0 32px;
  }
}



.category-links {
  position: relative;
  background: #FFFFFF;
  padding: 60px 0 80px;
}

.category-links__title {
  font-family: 'Manrope', sans-serif;
  font-weight: 600;
  font-size: 50px;
  line-height: 60px;
  color: #0D233B;
  margin: 0 0 40px;
}

.category-links__grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
}

.category-links__card {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  min-height: 144px;
  padding: 24px;
  background: #EDF1EF;
  border-radius: 20px;
  text-decoration: none;
  font-family: 'Manrope', sans-serif;
  font-weight: 600;
  font-size: 18px;
  line-height: 22px;
  color: #0D233B;
  transition: background 0.2s ease, transform 0.2s ease;
}

.category-links__card:hover {
  background: #e0e8e4;
  transform: translateY(-2px);
}

.category-links__card-icon {
  position: absolute;
  top: 24px;
  right: 24px;
  width: 20px;
  height: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.category-links__card-title {
  display: flex;
  align-items: flex-end;
}

@media (max-width: 1200px) {
  .category-links__grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 768px) {
  .category-links {
    padding: 40px 0 60px;
  }

  .category-links__title {
    font-size: 32px;
    line-height: 40px;
    margin-bottom: 24px;
  }

  .category-links__grid {
    grid-template-columns: 1fr;
    gap: 16px;
  }

  .category-links__card {
    min-height: 120px;
    padding: 20px;
  }

  .category-links__card-title {
    font-size: 16px;
    line-height: 20px;
  }
}




.kapelnitsy-links {
  position: relative;
  background: #FFFFFF;
  padding: 60px 0 80px;
}

.kapelnitsy-links__tabs {
  display: flex;
  flex-direction: row;
  align-items: stretch;
  padding: 4px;
  gap: 4px;
  background: #EDF1EF;
  border-radius: 20px;
  margin-bottom: 40px;
}

.kapelnitsy-links__tab {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 16px 30px;
  gap: 12px;
  background: #FFFFFF;
  border-radius: 17px;
  flex: 1 1 0;
  min-width: 0;
  border: none;
  cursor: pointer;
  font-family: 'Manrope', sans-serif;
  font-weight: 600;
  font-size: 18px;
  line-height: 22px;
  color: #0D233B;
  transition: background 0.2s, color 0.2s;
}

.kapelnitsy-links__tab:hover {
  background: #e0e8e4;
}

.kapelnitsy-links__tab--active {
  background: #4B8F83;
  color: #FFFFFF;
}

.kapelnitsy-links__tab--active:hover {
  background: #3C7D72;
  color: #FFFFFF;
}

.kapelnitsy-links__tab-icon {
  width: 20px;
  height: 20px;
  flex-shrink: 0;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}

.kapelnitsy-links__tab-icon--plant {
  background-image: url("/netcat_template/template/denischenko/assets/img/icons/plant.svg");
}

.kapelnitsy-links__tab-icon--apple {
  background-image: url("/netcat_template/template/denischenko/assets/img/icons/apple.svg");
}

.kapelnitsy-links__tab-icon--pills {
  background-image: url("/netcat_template/template/denischenko/assets/img/icons/pills.svg");
}

.kapelnitsy-links__tab-icon--doctor {
  background-image: url("/netcat_template/template/denischenko/assets/img/icons/doctor.svg");
}

.kapelnitsy-links__tab--active .kapelnitsy-links__tab-icon {
  filter: brightness(0) invert(1);
}

.kapelnitsy-links__tab-text {
  min-width: 0;
  text-align: center;
  word-wrap: break-word;
  overflow-wrap: break-word;
}

.kapelnitsy-links__mobile-select {
  display: none;
  margin-bottom: 24px;
  position: relative;
}

.kapelnitsy-links__mobile-btn {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  padding: 16px 30px;
  gap: 10px;
  width: 100%;
  max-width: 290px;
  background: #4B8F83;
  border: none;
  border-radius: 12px;
  font-family: 'Manrope', sans-serif;
  font-weight: 600;
  font-size: 16px;
  line-height: 22px;
  color: #FFFFFF;
  cursor: pointer;
  box-sizing: border-box;
}

.kapelnitsy-links__mobile-btn:hover {
  color: #FFFFFF;
  background: #3C7D72;
}

.kapelnitsy-links__mobile-btn.kapelnitsy-links__mobile-btn--expanded {
  background: #3C7D72;
}

.kapelnitsy-links__mobile-btn.kapelnitsy-links__mobile-btn--expanded .kapelnitsy-links__chevron {
  transform: rotate(180deg);
}

.kapelnitsy-links__chevron {
  flex-shrink: 0;
  transition: transform 0.2s;
}

.kapelnitsy-links__mobile-dropdown {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  margin-top: 4px;
  z-index: 10;
  background: #FFFFFF;
  border: 0.5px solid #F5F5F5;
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.05);
  border-radius: 12px;
  padding: 12px 0;
  max-height: 200px;
  overflow-y: auto;
}

.kapelnitsy-links__mobile-dropdown.kapelnitsy-links__mobile-dropdown--open {
  display: block;
}

.kapelnitsy-links__mobile-option {
  display: block;
  width: 100%;
  padding: 12px 20px;
  border: none;
  background: none;
  cursor: pointer;
  text-align: left;
  font-family: 'Manrope', sans-serif;
  font-weight: 600;
  font-size: 16px;
  line-height: 22px;
  color: #0D233B;
}

.kapelnitsy-links__mobile-option--active {
  color: #4B8F83;
}

.kapelnitsy-links__mobile-option:hover {
  background: #EDF1EF;
}

.kapelnitsy-links__panels {
  position: relative;
}

.kapelnitsy-links__panel {
  display: none;
}

.kapelnitsy-links__panel--active {
  display: block;
}

.kapelnitsy-links__cards {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
}

.kapelnitsy-links__card {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  min-height: 144px;
  padding: 24px;
  background: #EDF1EF;
  border-radius: 20px;
  text-decoration: none;
  font-family: 'Manrope', sans-serif;
  font-weight: 600;
  font-size: 18px;
  line-height: 22px;
  color: #0D233B;
  transition: background 0.2s, transform 0.2s;
}

.kapelnitsy-links__card:hover {
  background: #e0e8e4;
  transform: translateY(-2px);
}

.kapelnitsy-links__card--active {
  color: #FFFFFF;

  background-image: url("/netcat_template/template/denischenko/assets/img/categoryback.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.kapelnitsy-links__card--active:hover {
  background: #3C7D72;
  color: #FFFFFF;
}

.kapelnitsy-links__card-arrow {
  position: absolute;
  top: 24px;
  right: 24px;
  width: 20px;
  height: 20px;
  background-color: #4B8F83;
  mask-image: url("/netcat_template/template/denischenko/assets/img/icons/arrow-diagonal.svg");
  mask-size: contain;
  mask-position: center;
  mask-repeat: no-repeat;
  -webkit-mask-image: url("/netcat_template/template/denischenko/assets/img/icons/arrow-diagonal.svg");
  -webkit-mask-size: contain;
  -webkit-mask-position: center;
  -webkit-mask-repeat: no-repeat;
}

.kapelnitsy-links__card--active .kapelnitsy-links__card-arrow {
  background-color: #FFFFFF;
}

.kapelnitsy-links__card-title {
  display: flex;
  align-items: flex-end;
}

@media (max-width: 1050px) {
  .kapelnitsy-links__tabs {
    flex-wrap: wrap;
    gap: 8px;
  }

  .kapelnitsy-links__tab {
    flex: 1 1 calc(50% - 6px);
    min-width: 200px;
  }
}

@media (max-width: 1200px) {
  .kapelnitsy-links__cards {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 768px) {
  .kapelnitsy-links {
    padding: 40px 0 60px;
  }

  .kapelnitsy-links__tabs {
    display: none;
  }

  .kapelnitsy-links__mobile-select {
    display: block;
    width: 100%;
  }

  .kapelnitsy-links__mobile-btn {
    max-width: none;
    width: 100%;
  }

  .kapelnitsy-links__cards {
    grid-template-columns: 1fr;
    gap: 12px;
  }

  .kapelnitsy-links__card {
    min-height: 115px;
    padding: 20px;
    font-size: 16px;
  }

  .kapelnitsy-links__mobile-btn-icon {
    width: 18px;
    height: 18px;
    flex-shrink: 0;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    filter: brightness(0) invert(1);
  }

}



.category-links--before-drugs {
  position: relative;
  background: #FFF;
  padding: 60px 0 80px
}

.category-links--before-drugs .category-links__title {
  font-family: 'Manrope', sans-serif;
  font-weight: 600;
  font-size: 50px;
  line-height: 60px;
  color: #0D233B;
  margin: 0 0 40px
}

.category-links--before-drugs .category-links__grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px
}

.category-links--before-drugs .category-links__card {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  min-height: 144px;
  padding: 24px;
  background: #EDF1EF;
  border-radius: 20px;
  text-decoration: none;
  font-family: 'Manrope', sans-serif;
  font-weight: 600;
  font-size: 18px;
  line-height: 22px;
  color: #0D233B;
  transition: background .2s, transform .2s
}

.category-links--before-drugs .category-links__card:hover {
  background: #e0e8e4;
  transform: translateY(-2px)
}

.category-links--before-drugs .category-links__card-icon {
  position: absolute;
  top: 24px;
  right: 24px;
  width: 20px;
  height: 20px;
  display: flex;
  align-items: center;
  justify-content: center
}

@media(max-width:1200px) {
  .category-links--before-drugs .category-links__grid {
    grid-template-columns: repeat(2, 1fr)
  }
}

@media(max-width:768px) {
  .category-links--before-drugs {
    padding: 40px 0 60px
  }

  .category-links--before-drugs .category-links__title {
    font-size: 32px;
    line-height: 40px;
    margin-bottom: 24px
  }

  .category-links--before-drugs .category-links__grid {
    grid-template-columns: 1fr;
    gap: 16px
  }

  .category-links--before-drugs .category-links__card {
    min-height: 120px;
    padding: 20px
  }

  .category-links--before-drugs .category-links__card-title {
    font-size: 16px;
    line-height: 20px
  }
}

.navbar .nav-link:hover>.panel-body {
  background-color: #edf4f3;
}

@media (min-width: 1128px) {
  .header {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .header .container {
    gap: 20px;
  }

  .header__top {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    gap: 30px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}

.header__top .logo {
  display: flex;
  flex-direction: column;
  gap: 0;
  line-height: 1.2;
  min-width: 280px;
}

.header__top .logo p {
  font-size: 16px;
  font-weight: 800;
  color: #4d8581;
  text-transform: uppercase;
}

.logo__description {
  font-size: 12px;
  font-weight: 400;
  color: #7d7d7d;
  margin-top: 5px;
}

.header__top .logo:hover p {
  color: #4b8f83;
}

.header__top-item {
  gap: 30px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.small-text {
  font-size: 12px;
  color: #7d7d7d;
  line-height: 1.2;
}

.bold-text {
  font-size: 14px;
  font-weight: 600;
  color: #0d233b;
  line-height: 1.2;
}

.header__address,
.header__schedule {
  display: flex;
  align-items: center;
  gap: 10px;
}

.header__address-icon,
.header__schedule-icon {
  display: block;
  width: 56px;
  height: 56px;
  border-radius: 50%;
  background-color: #edf4f3;
  background-repeat: no-repeat;
  background-position: center;
  flex-shrink: 0;
}

.header__top-call {
  display: flex;
  flex-direction: column;
  gap: 4px;
  margin-right: -10px;
  border-right: 1px solid #4b8f83;
  padding-right: 15px;
}

.header__top-call a {
  font-size: 18px;
  font-weight: 600;
}

.standart__btn--consultation {
  background-color: #f0f0f0;
  color: #4b8f83;
  border: 1px solid #f0f0f0;
  height: 40px;
  width: auto;
  max-width: none;
  padding: 0 15px;
  font-size: 14px;
  border-radius: 20px;
}

.standart__btn--consultation:hover {
  background-color: #4b8f83;
  color: #fff;
}

.header__address-icon svg,
.header__schedule-icon svg {
  text-align: center;
  display: flex;
  margin: 18px;
}

.header__bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 10px;
  flex-direction: row;
  opacity: 1;
  height: auto;
  margin-top: 0;
  pointer-events: all;
  animation: none;
}

.header__bottom-item {
  width: auto;
}

.navbar {
  display: flex;
  align-items: center;
  gap: 5px;
  font-size: 16px;
}

.nav-link {
  cursor: pointer;
  position: relative;
  font-weight: 500;
  padding: 10px 15px;
  height: 56px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.2s ease;
}

.nav-link--rounded {
  border-radius: 60px;
  background-color: #edf4f3;
}

.nav-link--rounded a {
  color: #0d233b;
  font-weight: 500;
}

.nav-link--has-submenu .panel-title::after {
  content: "";
  display: block;
  width: 10px;
  height: 6px;
  margin-left: 5px;
  background: url("data:image/svg+xml;utf8,<svg width='12' height='8' viewBox='0 0 12 8' fill='none' xmlns='http://www.w3.org/2000/svg'><path d='M1 1.5L6 6.5L11 1.5' stroke='%230D233B' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/></svg>") center center no-repeat;
  background-size: contain;
}

.nav-link--has-submenu:hover .panel-title::after {
  transform: rotate(180deg);
}

.socials-menu {
  display: flex;
  align-items: center;
  gap: 5px;
  margin-left: 415px;
  border-right: 1px solid #4b8f83;
  padding-right: 15px;
}

.newsocials__link {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 56px;
  height: 56px;
  border-radius: 50%;
  background-color: transparent;
  border: 1px solid #4b8f83;
}

.newsocials__link:hover {
  background-color: #4b8f83;
  border-color: #4b8f83;
}

.newsocials__link:hover svg path {
  fill: #fff;
}

.nav-link--search {
  background-color: #edf4f3;
  color: #4b8f83;
  padding: 0 15px;
  display: flex;
  align-items: center;
  gap: 5px;
  height: 56px;
  font-weight: 500;
  font-size: 16px;
  border-radius: 60px;
}

.search-icon {
  display: block;
  width: 20px;
  height: 20px;
  background: url('data:image/svg+xml;utf8,<svg width="20" height="20" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M10 18C14.4183 18 18 14.4183 18 10C18 5.58172 14.4183 2 10 2C5.58172 2 2 5.58172 2 10C2 14.4183 5.58172 18 10 18ZM19.4853 18.0711L22.6132 21.2C23.0037 21.5895 23.0037 22.2226 22.6132 22.6131C22.2226 23.0036 21.5895 23.0036 21.2 22.6131L18.0711 19.4853C17.6816 19.0957 17.6816 18.4626 18.0711 18.0731C18.4606 17.6836 19.0937 17.6836 19.4832 18.0731L19.4853 18.0711Z" fill="%230D233B"/></svg>') center center no-repeat;
  background-size: contain;
}

.standart__btn--help {
  background-color: #4b8f83;
  color: #fff;
  border: 1px solid #4b8f83;
  height: 56px;
  width: auto;
  max-width: none;
  padding: 0 20px;
  font-size: 16px;
  border-radius: 60px;
  font-weight: 500;
}

.standart__btn--help:hover {
  background-color: transparent;
  color: #4b8f83;
}

@media (min-width: 1128px) {
  .nav-link .panel-title::after {
    display: none;
  }

  .nav-link--has-submenu .panel-title::after {
    display: block;
  }

  .navbar .nav-link:hover>.panel-body,
  .navbar .nav-link_submenu:hover>.panelsub-body--two,
  .navbar .panelsub-title--menu:hover>.panelsub-body--three {
    border-radius: 10px;
    padding: 15px;
    /*margin-top: 150px;*/
  }

  .navbar .nav-link:hover .panel-title::after {
    transform: none;
  }
}

.header_city {
  color: #4b8f83;
  text-decoration: underline;
}

.free_consalt {
  color: #4b8f83;
}

.header__top .logo {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}

.logo__text {
  border-right: 1px solid #4b8f83;
  padding-right: 15px;
  display: flex;
  flex-direction: column;
  line-height: 1.2;
  gap: 0;
}

.header__top .logo p {
  font-size: 16px;
  font-weight: 800;
  color: #4d8581;
  text-transform: uppercase;
}

.logo__description {
  font-size: 12px;
  font-weight: 400;
  color: #4b8f83;
  margin-top: 0;
  text-align: left;
  max-width: 180px;
}

.header__top .logo:hover p {
  color: #4b8f83;
}

.logo__text span {
  font-size: 18px;
}

.logo__text p {
  font-size: 22px;
}

@media (max-width: 1127px) {
  .logo__text {
    border-right: 0px solid #4b8f83;
    padding-right: 0;
  }

  .logo__description {
    max-width: 218px;
  }
}

@media (min-width: 1128px) {
  .desktop-hide {
    display: none;
  }
}

.navbar .nav-link_submenu:hover>.panelsub-body--two {
  margin-top: 0px;
  margin-left: 25px;
  height: 288px;
  overflow-y: scroll;
  overflow-x: hidden;
  scrollbar-width: thin;
  scrollbar-color: #4b8f83 #edf4f3;
}

.navbar .nav-link_submenu:hover>.panelsub-body--two::-webkit-scrollbar {
  width: 8px;
  display: block;
}

.navbar .nav-link_submenu:hover>.panelsub-body--two::-webkit-scrollbar-track {
  background-color: #edf4f3;
  border-radius: 0px;
}

.navbar .nav-link_submenu:hover>.panelsub-body--two::-webkit-scrollbar-thumb {
  background-color: #4b8f83;
  border-radius: 10px;
  border: 2px solid #edf4f3;
}

.nav-link_submenu .panelsub-title::after {
  display: none;
}

.navbar .nav-link_submenu:hover>.panelsub-body--two {
  position: absolute;
  /*margin-left: -270px;
				  width:300px;*/
  margin-left: -360px;
  width: 390px;
}

.panel-body2 {
  margin-top: 400px;
  width: 600px;
  padding-right: 300px;
  margin-left: 500px;
  backround-color: white;
}

/*.nav-link .panel-body {
	opacity: 0;
	visibility: hidden;
	pointer-events: none;
	transition: opacity 0.25s ease, visibility 0.25s ease;
  }*/

/*.nav-link:hover .panel-body,
  .nav-link .panel-body:hover {
	opacity: 1;
	visibility: visible;
	pointer-events: auto;
  }*/

@media(min-width:1128px) {

  #mainHeader,
  .mobileMenu {
    display: none;
  }
}

@media(max-width:1127px) {
  .header {
    background-color: #fff;
    padding: 15px;
    border-bottom: 1px solid #eee;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1000;
  }

  .header-top {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }

  .logo-text {
    line-height: 1.2;
  }

  .logo-text h1 {
    font-size: 14px;
    font-weight: bold;
    color: #4B8F83;
    margin: 0;
    text-transform: uppercase;
  }

  .logo-text p {
    font-size: 14px;
    margin: 0;
    color: #333;
  }

  .logo-text .subtitle {
    font-size: 12px;
    color: #4B8F83;
    margin-top: 2px;
  }

  .header-icons {
    display: flex;
    align-items: center;
  }

  .icon-btn {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-left: 8px;
    cursor: pointer;
    border: none;
    transition: background-color 0.3s;
  }

  .search-btn {
    background-color: #eee;
  }

  .burger-btn,
  .close-btn {
    background-color: #4B8F83;
  }

  .close-btn {
    display: none;
  }

  .menu-open .burger-btn {
    display: none;
  }

  .menu-open .close-btn {
    display: flex;
    background-color: #4B8F83;
  }

  .search-icon,
  .burger-icon,
  .close-icon {
    font-size: 20px;
  }

  .search-icon {
    color: #333;
  }

  .burger-icon,
  .close-icon {
    color: #fff;
  }

  .header-contact {
    margin-top: 10px;
    padding-top: 10px;
    border-top: 1px solid #eee;
  }

  .header-contact .label {
    font-size: 14px;
    color: #4B8F83;
    margin-bottom: 5px;
  }

  .header-contact .phones {
    font-size: 14px;
    display: flex;
    gap: 10px;
  }

  .menu-overlay {
    position: fixed;
    top: 155px;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #fff;
    z-index: 999;
    overflow-y: auto;
    transform: translateY(-100%);
    transition: transform 0.3s ease-in-out;
    border-top: 1px solid #eee;
  }

  .menu-open .menu-overlay {
    transform: translateY(0);
  }

  .menu-list {
    list-style: none;
    padding: 0;
    margin: 0;
  }

  .menu-item {
    padding: 15px;
    border-bottom: 1px solid #eee;
    font-size: 16px;
    font-weight: 500;
    color: #333;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: #EDF4F3;
    border-radius: 60px;
  }

  .menu-arrow {
    font-size: 12px;
    color: black;
    transition: transform 0.3s;
  }

  .menu-item.active .menu-arrow {
    transform: rotate(180deg);
  }

  .submenu {
    padding-left: 5px;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.4s ease-out;
  }

  .submenu.active {
    max-height: 500px;
  }

  .submenu-item {
    padding: 10px 15px;
    font-size: 14px;
    color: #555;
    border-bottom: 1px solid #eee;
    cursor: pointer;
  }

  .icon-burger::before {
    content: "≡";
  }

  .icon-close::before {
    content: "✖";
  }

  .icon-down::before {
    content: "▼";
  }

  .icon-up::before {
    content: "▲";
  }

  .menu-footer {
    padding: 20px 15px;
  }

  .contact-info {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
  }

  .contact-icon-bg {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    background-color: #EDF4F3;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 10px;
  }

  .contact-icon {
    font-size: 18px;
    color: #589A98;
  }

  .phones a:hover {
    color: #4B8F83;
  }

  .contact-details {
    line-height: 1.3;
    width: 300px;
  }

  .contact-details .label {
    font-size: 12px;
    color: #888;
  }

  .contact-details .value {
    font-size: 14px;
    font-weight: 500;
    color: #333;
  }

  .social-links {
    display: flex;
    gap: 15px;
    margin-top: 20px;
  }

  .social-link {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    border: 1px solid #589A98;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #589A98;
    font-size: 18px;
    text-decoration: none;
  }

  .help-button {
    width: 90%;
    height: 58px;
    margin: 20px 5%;
    padding: 15px 0;
    background-color: #4B8F83;
    color: #fff;
    text-align: center;
    border-radius: 60px;
    font-size: 16px;
    text-decoration: none;
    display: block;
    cursor: pointer;
    border: none;
  }

  #submenu-uslugi,
  #submenu-o-nas,
  #submenu-vrachi {
    background-color: #EDF4F3;
    border-bottom-left-radius: 25px;
    border-bottom-right-radius: 25px;
  }

  #submenu-uslugi {
    overflow-y: scroll;
  }

  .menu-item {
    margin-top: 5px;
  }

  .menu-item.active {
    border-top-right-radius: 25px;
    border-top-left-radius: 25px;
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
  }

  .menu-footer {
    padding-top: 10px;
    border-top: 1px solid #eee;
    margin-left: 5px;
    margin-right: 5px;
    margin-top: 5px;
  }

  .submenu-title {
    color: #4B8F83;
    font-size: 14px;
  }

  .main {
    margin-top: 150px;
  }

  .logo-text a:hover {
    color: #4b8f83;
  }

  .menu_city {
    text-decoration: underline;
    color: #4B8F83;
  }

  .menu-list {
    margin-left: 5px;
    margin-right: 5px;
  }
}

@media (min-width: 1128px) {
  .desktop-hide {
    display: none !important;
  }
}

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

@media (min-width: 743px) {
  .navbar .panel-body {
    display: none;
  }
}

@media (min-width: 743px) {
  .navbar>.nav-link:hover>.panel-body {
    display: flex;
  }
}

@media (min-width: 743px) {
  .navbar:hover>.nav-link:not(:hover)>.panel-body {
    display: none !important;
  }
}

.nav-link_submenu::before {
  right: -420px;
}

.nav-link_submenu.active>ul {
  opacity: 1;
  visibility: visible;
  pointer-events: all;
}

.nav-link_submenu>ul {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}

@media (max-width: 320px) {
  .menu-overlay {
    top: 185px;
  }
}


@media (max-width: 1127px) {
  .menu-overlay {
    top: 0;
  }

  .menu-open .menu-overlay {
    transform: translateY(0);
    top: 129px;
  }

  .header-top .subtitle {
    display: none;
  }
}

@media (max-width: 366px) {
  .menu-open .menu-overlay {
    top: 140px;
  }
}


@media (max-width: 1127px) {
	.chat-zabotix--mobile {
		width: 35px;
		height: 35px;
		position: absolute;
		right: 0px;
		top: 10px;
	}

	.header-contact {
		position: relative;
	}
}