* {
  font-family: Gilroy;
}

img {
  display: block;
}

.article a,
.banner span,
.doc-tags p span,
.exp,
.header_button:hover a,
.menu a:hover,
.menu_item:hover,
.text a,
i {
  color: #00a6c0;
}

.doc-education ul li::before,
.doc-tags p {
  background-size: 16px;
  background-repeat: no-repeat;
}

.content,
.menu {
  font-size: 18px;
  width: 100%;
}

.exp,
.menu li {
  position: relative;
}

.menu,
.submenu_list>li {
  z-index: 75;
}

.article-list,
.content,
.drug-page .info .left img,
.menu,
.menu a,
.menu_wrapp,
.page_bg,
.tabs_item img {
  width: 100%;
}

.sticky_menu,
.sticky_menu .mobile_menu,
.submenu_list,
.submenu_list li:hover {
  box-shadow: 2px 2px 20px rgba(0, 0, 0, 0.1);
}

*,
.banner_buttons_callback,
.banner_buttons_order,
.banner_feedback a,
.menu a,
.reviews_links a {
  text-decoration: none;
  border: none;
}

.banner_buttons_callback,
.banner_buttons_order {
  border: 1px solid #00a6c0;
}

.articles_item_link:hover,
.reviews_links a:hover,
.text a:hover {
  text-decoration: underline;
}

*,
.contraindication,
.cookie__warning {
  box-sizing: border-box;
}

.menu_box,
.popup {
  visibility: hidden;
}

#thumbs,
.panel,
.tab,
html.lock {
  overflow: hidden;
}

@font-face {
  font-family: Gilroy;
  src: url(/good_narkolog/assets/fonts/gilroy/gilroy-regular.ttf) format("truetype");
  font-style: normal;
  font-weight: 400;
  font-display: swap;
}

@font-face {
  font-family: Font Awesome 5;
  src: url("/good_narkolog/assets/fonts/fontawesome-webfont.woff2") format("truetype");
  font-style: normal;
  font-weight: 400;
  font-display: swap;
}

* {
  padding: 0;
  margin: 0;
  outline-width: 0;
}

.rev-form .order_form_button:disabled {
  opacity: 0.3;
  background: #333;
}

[contenteditable],
input[type="text"],
textarea {
  -webkit-user-select: text;
  -moz-user-select: text;
  -ms-user-select: text;
  user-select: text;
}

.new-doc .doc-title h1 {
  text-align: center;
  margin: 40px 0;
}

.new-doc .doc-title {
  background-image: url(/docbg.jpg);
  margin-top: 4rem;
  padding: 2em 0;
  background-size: cover;
  background-position: bottom;
  background-repeat: no-repeat;
  color: #fff;
}

.header__city {
  color: #2d2d2d80;
  font-size: 14px;
  line-height: 1.3;
}

.header__city .toggle-button {
  font-size: 16px;
  line-height: 1.3;
}

.footer_info_contacts a,
.header_button a,
.new-doc .doc-title a {
  color: #fff;
}

.main-text .right,
.new-doc .content .left {
  width: 30%;
}

.main-text .left,
.new-doc .content .right {
  width: 65%;
}

.new-doc .main-content {
  margin-top: 2em;
  display: flex;
  justify-content: space-between;
}

.exp {
  text-transform: uppercase;
  display: flex;
  margin-bottom: 1em;
}

.exp::before {
  content: "";
  display: block;
  width: 2px;
  height: 25px;
  background: #00a6c0;
  margin-right: 8px;
}

.doc-education ul {
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.doc-tags {
  display: flex;
  margin: 1em 0;
}

.doc-tags p {
  padding-left: 24px;
  background-position: left center;
}

.doc-tags .doc-prof {
  margin-right: 2em;
  background-image: url(/doc1.svg);
}

.doc-tags .doc-cat {
  background-image: url(/doc2.svg);
}

.new-doc .personal_page_links {
  text-align: left;
  margin-bottom: 3em;
}

.new-doc .subtitle {
  font-size: 24px;
  color: #2d2d2d;
  font-weight: 700;
  margin: 1em 0;
}

.doc-timetable ul {
  list-style: none;
  margin: 1em 0;
}

.doc-timetable ul li {
  display: flex;
  justify-content: space-between;
  padding: 1em 0;
  border-bottom: 1px solid #e9e9e9;
}

.doc-timetable ul li:first-child {
  border-top: 1px solid #e9e9e9;
}

.doc-timetable ul li p span {
  color: #00a6c0;
  font-weight: 700;
}

.doc-timetable {
  margin-bottom: 3em;
}

.article_text ul,
.doc-education ul,
.menu_box ul,
.text ul {
  list-style: none;
}

.doc-education ul li::before {
  background-image: url(/ok.svg) !important;
  background-position: center;
  content: "";
  padding-left: 16px;
  display: block;
  width: 16px;
  height: 16px;
}

.doc-heal {
  background: #f6f6f6;
  margin: 4em 0;
  padding: 2em;
  border-radius: 10px;
}

.menu_wrapp,
.submenu_list,
.submenu_list>li {
  background-color: #fff;
}

.doc-heal .subtitle {
  margin-top: 0;
}

.doc-heal ol {
  list-style: none !important;
}

.doc-heal ol li {
  counter-increment: inst;
  display: flex;
  align-items: center;
  margin: 1em 0;
}

.doc-heal ol li::before {
  content: counter(inst, decimal-leading-zero);
  margin-right: 20px;
  background: #00a6c0;
  border-radius: 50%;
  color: #fff;
  width: 36px;
  height: 36px;
  min-width: 36px;
  max-width: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
}

@media (max-width: 768px) {
  .main-content {
    flex-wrap: wrap;
  }

  .new-doc .content .left,
  .new-doc .content .right {
    width: 100%;
  }

  .new-doc .content .left {
    margin-bottom: 1em;
  }

  .doc-tags,
  .new-doc .personal_page_links {
    flex-direction: column;
  }

  .new-doc .personal_page_links a {
    width: 100%;
    height: 3em;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .doc-tags p {
    margin: 0.5em 0;
  }
}

.articles h1,
.service_pages_tittle h1,
h2 {
  font-size: 34px;
  color: #2d2d2d;
  text-align: left;
}

.my-mfp-zoom-in .zoom-anim-dialog {
  opacity: 0;
  -webkit-transition: 0.2s ease-in-out;
  -moz-transition: 0.2s ease-in-out;
  -o-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
  -webkit-transform: scale(0.8);
  -moz-transform: scale(0.8);
  -ms-transform: scale(0.8);
  -o-transform: scale(0.8);
  transform: scale(0.8);
}

.my-mfp-zoom-in.mfp-ready .zoom-anim-dialog {
  opacity: 1;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}

.my-mfp-zoom-in.mfp-removing .zoom-anim-dialog {
  -webkit-transform: scale(0.8);
  -moz-transform: scale(0.8);
  -ms-transform: scale(0.8);
  -o-transform: scale(0.8);
  transform: scale(0.8);
  opacity: 0;
}

.my-mfp-slide-bottom.mfp-bg,
.my-mfp-zoom-in.mfp-bg {
  opacity: 0;
  -webkit-transition: opacity 0.3s ease-out;
  -moz-transition: opacity 0.3s ease-out;
  -o-transition: opacity 0.3s ease-out;
  transition: opacity 0.3s ease-out;
}

.my-mfp-slide-bottom.mfp-ready.mfp-bg,
.my-mfp-zoom-in.mfp-ready.mfp-bg {
  opacity: 0.8;
}

#menu_toggle,
.my-mfp-slide-bottom.mfp-removing.mfp-bg,
.my-mfp-zoom-in.mfp-removing.mfp-bg {
  opacity: 0;
}

.my-mfp-slide-bottom .zoom-anim-dialog {
  opacity: 0;
  -webkit-transition: 0.2s ease-out;
  -moz-transition: 0.2s ease-out;
  -o-transition: 0.2s ease-out;
  transition: 0.2s ease-out;
  -webkit-transform: translateY(-20px) perspective(600px) rotateX(10deg);
  -moz-transform: translateY(-20px) perspective(600px) rotateX(10deg);
  -ms-transform: translateY(-20px) perspective(600px) rotateX(10deg);
  -o-transform: translateY(-20px) perspective(600px) rotateX(10deg);
  transform: translateY(-20px) perspective(600px) rotateX(10deg);
}

.my-mfp-slide-bottom.mfp-ready .zoom-anim-dialog {
  opacity: 1;
  -webkit-transform: translateY(0) perspective(600px) rotateX(0);
  -moz-transform: translateY(0) perspective(600px) rotateX(0);
  -ms-transform: translateY(0) perspective(600px) rotateX(0);
  -o-transform: translateY(0) perspective(600px) rotateX(0);
  transform: translateY(0) perspective(600px) rotateX(0);
}

.my-mfp-slide-bottom.mfp-removing .zoom-anim-dialog {
  opacity: 0;
  -webkit-transform: translateY(-10px) perspective(600px) rotateX(10deg);
  -moz-transform: translateY(-10px) perspective(600px) rotateX(10deg);
  -ms-transform: translateY(-10px) perspective(600px) rotateX(10deg);
  -o-transform: translateY(-10px) perspective(600px) rotateX(10deg);
  transform: translateY(-10px) perspective(600px) rotateX(10deg);
}

.slick-prev.slick-arrow {
  width: 45px;
  height: 45px;
  background-image: url(/netcat_template/template/gnarcolog/img/arrow-left.png);
  background-size: cover;
  left: -75px;
}

#hiddenInput,
.drug-page .info .mob,
.hidden,
.mobile_menu,
.personal_item .description__doctor-item,
.personal_item .vuz__doctor-item,
.slick-next:before,
.slick-prev:before {
  display: none;
}

.slick-next.slick-arrow {
  width: 45px;
  height: 45px;
  background-image: url(/netcat_template/template/gnarcolog/img/arrow-right.png);
  background-size: cover;
  right: -75px;
}

.ellipse {
  background-repeat: no-repeat;
}

.content {
  max-width: 1290px;
  margin: auto;
}

.menu {
  max-width: 1390px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: column;
}

.menu_link.logo {
  width: fit-content;
}

.menu .logo img {
  width: 100px;
}

.menu .header__phone a {
  font-size: 16px;
  line-height: 1.3;
}

.menu .header__phone span {
  font-size: 14px;
  line-height: 1.3;
  color: #2d2d2d80;
}

.menu li {
  list-style: none;
  padding: 0 5px;
}

.menu-container {
  width: 100%;
}

.header__row {
  display: flex;
  justify-content: space-between;
  gap: 5px;
  width: 100%;
  border-bottom: 1px solid #2d2d2d0d;
  padding-block: 10px;
}

.header__right {
  display: flex;
  align-items: center;
}

.info_left_nb {
  display: flex;
  align-items: center;
  gap: 17px;
}

.info_right_nb {
  display: flex;
  gap: 10px;
}

.menu a {
  color: #000;
  font-size: 14px;
}

.menu>li {
  margin: 0 30px 0 0;
}

.menu_list {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-block: 12px;
}

.submenu_list {
  position: absolute;
  left: 0;
  top: 20px;
  padding: 10px;
  display: none;
  min-width: 700px;
  border-radius: 10px;
  color: #000;
  z-index: 75;
  font-size: 15px;
}

.menu_list>li:last-child>.submenu_list {
  left: auto;
  right: 0;
}

.submenu_list li {
  flex: 0 1 50%;
}

.submenu_list li:hover {
  border-radius: 10px;
  background-color: #00a6c0;
}

.submenu_list li:hover a {
  color: #fff !important;
}

.submenu_link {
  display: inline-block;
  padding: 5px 10px;
}

.sub-submenu_list {
  position: absolute;
  top: 0;
  left: 100%;
  padding: 0 0 0 5px;
  min-width: 300px;
  display: none;
}

.sub-submenu_list li {
  background: red;
}

.mfp-content .callback_modal,
.submenu_list>li:hover .submenu_list {
  display: block;
}

.menu_list>li:hover .submenu_list {
  display: flex;
  flex-wrap: wrap;
}

.menu_list>li:last-child:hover .submenu_list,
.menu_list>li:nth-last-child(4)>.submenu_list {
  left: auto;
  right: 0;
}

.menu i {
  padding: 0 7px;
}

.menu_wrapp {
  position: sticky;
  position: -webkit-sticky;
  top: 0;
  z-index: 1000;
  box-shadow: 0px 4px 14px 0px rgba(0, 0, 0, 0.05);
}

.banner_advantages_item,
.banner_advantages_item i {
  box-shadow: 2px 2px 20px rgba(0, 0, 0, 0.1);
  background: #fff;
  border-radius: 10px;
}

.banner_title {
  text-align: left;
  font-weight: 700;
  font-size: 38px;
  letter-spacing: 0%;
  color: #2d2d2d;
  line-height: 1.2;
  padding-bottom: 30px;
}

.banner {
  margin-block-start: 70px;
}

.banner_h1 {
  font-weight: 700;
  width: 750px;
  line-height: 40px;
  margin-bottom: 35px;
  font-size: 37px;
}

.banner_advantages,
.banner_buttons,
.map h2 {
  margin-bottom: 50px;
}

.banner_advantages {
  color: #7c7c7c;
  display: grid;
  grid-template-columns: 40% 60%;
  grid-template-rows: repeat(2, 1fr);
  gap: 20px 40px;
  margin-bottom: 30px;
}

.banner_advantages_item {
  display: flex;
  align-items: center;
  padding: 0 0 0 65px;
  position: relative;
  height: 75px;
}

.banner_advantages_item img {
  padding: 15px;
  width: 60px;
  position: absolute;
  background: white;
  left: -12px;
  border-radius: 10px;
  box-shadow: 4px 4px 8px 0px rgba(34, 60, 80, 0.2);
}

.breadcrumbs {
  margin-top: 30px;
  margin-bottom: 30px;
  width: 100%;
}

.breadcrumbs_list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  gap: 8px;
}

.breadcrumbs_item {
  position: relative;
  padding-left: 11px;
  font-size: 14px;
  line-height: 120%;
  color: #6c6c6c;
}

.breadcrumbs_item a {
  color: #2d2d2d;
}

.breadcrumbs_item::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background-color: #0099b0;
}

.breadcrumbs_item:first-child {
  padding-left: 0;
}

.breadcrumbs_item:first-child::before {
  display: none;
}

.banner-service {
  margin: 0;
  padding-bottom: 70px;
  display: flex;
  flex-wrap: wrap;
  gap: 2%;
}

.banner-service_text {
  width: 55%;
  display: flex;
  flex-direction: column;
}

.banner-service_wrapper {
  padding-right: 60px;
}

.banner-service_title {
  margin-bottom: 15px;
  padding: 0;
  font-weight: 700;
  line-height: 120%;
  font-size: 38px;
  text-align: left;
}

.banner-service_description {
  margin-bottom: 30px;
  font-size: 18px;
  line-height: 120%;
}

.banner-service .banner_advantages {
  gap: 0 40px;
  font-size: 16px;
  line-height: 130%;
}

.banner_price {
  margin-top: auto;
  padding: 4px 4px 4px 32px;
  display: flex;
  align-items: center;
  gap: 30px;
  border-radius: 14px;
  border: 1px solid #0099b0;
  width: max-content;
  min-width: 292px;
}

.banner_price__text {
  color: #0099b0;
}

.banner-service .banner_buttons_order {
  width: 150px;
  height: 60px;
  font-size: 16px;
  line-height: 130%;
}

.banner-service_feedback {
  margin-bottom: auto;
  display: flex;
  flex-direction: column;
  align-items: baseline;
  background: #00a6c0;
  padding: 40px;
  border-radius: 10px;
  width: 42%;
  line-height: 130%;
}

.banner-service_feedback .input {
  height: 60px;
}

.banner-service_subtitle {
  margin-bottom: 10px;
  font-weight: 700;
  font-size: 28px;
  line-height: 130%;
  text-align: center;
}

.banner-service_phone {
  position: relative;
  margin-top: 10px;
  margin-bottom: 15px;
  padding: 11px 15px 6px 44px;
  border: 1px solid #2d2d2d;
  color: #2d2d2d;
  border-radius: 10px;
}

.banner-service_phone::before {
  content: url("/good_narkolog/assets/img/icon/phone.svg");
  position: absolute;
  left: 16px;
  top: 12px;
  width: 16px;
  height: 16px;
}

.callback_modal_button.banner-service_button {
  margin: 0;
  background-color: #2d2d2d;
  cursor: pointer;
  color: #fff;
  width: 100%;
  height: 60px;
}

.callback_modal_button.banner-service_button:hover {
  background-color: #2d2d2d;
}

.banner-service_agree {
  margin-top: 14px;
  display: block;
  font-size: 12px;
  line-height: 130%;
}

.banner-service_agree a {
  text-decoration: underline;
  color: #2d2d2d;
}

.rotated_img {
  transform: rotate(8deg);
}

.rotated_img_second {
  transform: rotate(-8deg);
}

.banner_img,
.stages_item i,
.text ol>li::before {
  position: absolute;
}

.banner_advantages_item i {
  position: absolute;
  font-size: 35px;
  left: -10px;
  top: 10px;
  padding: 10px;
}

.banner_advantages_item p {
  color: #7c7c7c;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.3;
}

.tabs li,
.tabs_item {
  box-shadow: 2px 2px 22px rgba(0, 0, 0, 0.1);
  cursor: pointer;
}

.banner_advantages_item:nth-child(1),
.banner_advantages_item:nth-child(3) {
  max-width: 293px;
  width: 100%;
}

.banner_advantages_item:nth-child(2),
.banner_advantages_item:nth-child(4) {
  max-width: 304px;
  width: 100%;
}

.banner_advantages div:first-child i,
.banner_advantages div:nth-child(4) i {
  transform: rotate(-5deg);
}

.banner_advantages div:nth-child(2) i,
.banner_advantages div:nth-child(3) i {
  transform: rotate(5deg);
}

.banner_buttons_order {
  padding: 15px 38px;
  background-color: #00a6c0;
  border-radius: 10px;
  color: #fff;
  transition:
    background-color 300ms ease-out,
    color 300ms ease-out;
}

.article,
.tabs li,
.tabs_item {
  background: #fff;
}

.banner_buttons_order:hover {
  background-color: #fff;
  color: #00a6c0;
}

.banner_buttons_callback {
  padding: 16px 32px;
  border: 1px solid #00a6c0;
  border-radius: 10px;
  color: #00a6c0;
  background: #fff;
  transition:
    background-color 300ms ease-out,
    color 300ms ease-out;
}

.banner_buttons_callback:hover {
  background-color: #00a6c0;
  color: #fff;
}

.banner_feedback {
  display: flex;
  flex-direction: column;
  align-items: baseline;
  background: #00a6c0;
  padding: 20px;
  border-radius: 20px;
}

.order_form_name,
.order_form_phone {
  background: #fafafa;
  border: 1px solid #e4e4e4;
  border-radius: 10px;
  padding: 12px;
  font-size: 17px;
  width: 100%;
}

.service__feedback .input {
  padding: 12px 20px;
  background-color: #ffffff40;
  border: none;
  color: #fff;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.3;
  border-radius: 10px;
  height: 60px;
}

.service__feedback .input::placeholder {
  color: #fff;
}

.banner_feedback .banner_feedback__title {
  margin: 0;
  color: #fff;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.3;
  letter-spacing: 0%;
  text-align: left;
  margin-bottom: 16px;
}

.banner_feedback .banner_feedback__description {
  color: #ffffffcc;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.3;
}

.banner_feedback .btn {}

.banner_feedback:not(.banner_feedback_serv) form {
  display: flex;
  gap: 10px;
  margin-bottom: 14px;
}

.banner_feedback a {
  padding: 0 10px;
  font-size: 26px;
}

.banner_img {
  top: 35px;
  right: -110px;
}

.banner_img img {
  height: 650px;
}

.licences_page,
.photogallery_page,
.tabs_head {
  margin: 0 auto;
}

.tabs_head .tabs {
  margin: 0;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: space-evenly;
}

.tabs li {
  display: inline-block;
  text-align: center;
  color: #000;
  border-radius: 10px;
  padding: 20px 30px;
}

.tabs li:hover {
  background: #2d2d2d;
  color: #fff;
}

.tab button.active,
.tabs li.active {
  background-color: #2d2d2d;
  border-radius: 10px;
  padding: 20px 40px;
  color: #fff;
}

.tabs_body {
  margin-top: 40px;
}

.tabs_wrap:not(.active) {
  visibility: hidden;
  height: 0;
}

#mobile .panel,
.header__center-caption,
.tabs_wrap.active {
  display: flex;
}

.tabs_item {
  border-radius: 20px;
  padding: 25px;
  max-width: 275px;
  width: 100%;
  margin: auto;
  height: 540px;
  display: grid;
  grid-template-rows: repeat(3, 1fr);
}

.tabs_item:hover {
  box-shadow: 2px 2px 22px rgba(0, 0, 0, 0.3);
  transition: 1s;
}

.tabs_item p {
  padding-left: 5px;
  color: #2d2d2d;
}

.tabs_item p:nth-child(2) {
  font-size: 21px;
  margin: 25px 0 15px;
}

.tabs_item p:nth-child(3) {
  font-size: 17px;
  color: #7c7c7c;
  margin: 15px 0 35px;
}

.tabs_item p:nth-child(4) {
  font-size: 21px;
  color: #00a6c0;
  font-weight: 700;
}

.tab {
  display: flex;
  justify-content: space-between;
}

.tab button {
  background-color: inherit;
  float: left;
  border: none;
  outline: 0;
  cursor: pointer;
  font-size: 18px;
  padding: 20px 40px;
}

.tab button:hover {
  background-color: #ddd;
  border-radius: 10px;
  padding: 20px 40px;
  color: #000;
  transition: 0.5s;
}

.tab_content {
  display: none;
  margin-top: 30px;
  display: flex;
  justify-content: center;
}

.tab_content table {
  width: 100%;
  color: #000;
  font-size: 16px;
  border: 2px solid rgba(0, 166, 192, 0.15);
  border-radius: 10px;
  z-index: 100;
}

.article,
.article_text img,
.stages_item,
.stages_item i {
  border-radius: 20px;
}

.price_table table tbody td,
.tab_content table tbody td,
.tabs_wrap table tbody td {
  border-bottom: 2px solid rgba(0, 166, 192, 0.15);
  border-top: none;
  border-left: none;
  border-right: none;
}

.price_table table tbody tr th:first-child,
.tab_content table tbody tr th:first-child,
.tabs_wrap table tbody tr th:first-child {
  width: 80%;
  padding: 20px 0 20px 25px;
}

.price_table table tbody tr th:nth-child(2),
.tab_content table tbody tr th:nth-child(2),
.tabs_wrap table tbody tr th:nth-child(2) {
  width: 20%;
  padding: 20px 35px 20px 0;
}

.tab_content table tr td:first-child {
  text-align: start;
  padding: 20px 35px 20px 15px;
}

.tabs_wrap table tr td {
  border-left: none;
  border-top: none;
  border-right: none;
}

.tab_content table tr td:nth-child(2),
.tabs_wrap table tr td:nth-child(2) {
  text-align: end;
  padding: 20px 35px 20px 0;
  font-weight: 700;
}

.price_table table tbody tr:last-child td,
.tab_content table tbody tr:last-child td,
.tabs_wrap table tbody tr:last-child td {
  border-bottom: none;
}

.stages {
  margin: 75px auto 0;
  max-width: 1000px;
  width: 100%;
}

.stages_wrapp {
  margin-top: 80px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: repeat(2, 1fr);
}

.stages_item {
  color: #7c7c7c;
  max-width: 270px;
  box-shadow: 2px 2px 22px rgb(0 0 0 / 10%);
  text-align: center;
  position: relative;
  margin: 25px;
  font-size: 15px;
  padding: 50px 25px 15px;
  transition: 0.5s;
  background-color: #fff;
}

.stages_item i {
  font-size: 40px;
  color: #fff;
  padding: 15px;
  background-color: #00a6c0;
  top: -35px;
  left: 37%;
}

#yandex_map,
.guarantees_item,
.map,
.reviews_item,
.text blockquote {
  position: relative;
}

.stages_wrapp .stages_item:nth-child(odd) i {
  transform: rotate(5deg);
  transition: 0.5s;
}

.stages_wrapp .stages_item:nth-child(2n) i {
  transform: rotate(-5deg);
  transition: 0.5s;
}

.guarantees_item:hover,
.stages_item:hover {
  cursor: pointer;
  transform: scale(1.03);
  transition: 0.5s;
  box-shadow: 2.23529px 2.23529px 22.3529px rgb(0 0 0 / 30%);
}

.stages_item:first-child:hover i,
.stages_item:nth-child(2):hover i,
.stages_item:nth-child(3):hover i,
.stages_item:nth-child(4):hover i,
.stages_item:nth-child(5):hover i,
.stages_item:nth-child(6):hover i {
  transform: rotate(0);
  transition: 0.5s;
}

.article {
  margin-block: 70px;
  padding: 40px;
  box-shadow: 3px 3px 20px rgba(0, 0, 0, 0.1);
}

.article_text img {
  float: left;
  margin: 25px 25px 0 0;
}

.article_text a,
.personal_head_info a {
  color: #00a6c0;
  text-decoration: none;
}

.autor_link {
  margin-top: 15px;
  color: #00a6c0;
}

.article_text h2 {
  text-align: center;
  font-size: 31px;
  color: #000;
  line-height: 40px;
  margin-top: 25px;
}

.article_text h3,
.text h3 {
  font-size: 24px;
  margin: 25px 0;
}

.article_text h4 {
  margin-top: 10px;
}

.article_text p,
.footer_info_links,
.text p {
  margin-top: 25px;
}

.article_text ul li:before,
.text ul li:before {
  display: inline-flex;
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: #00a6c0;
  margin: 15px;
}

.article_text ol>li::before,
.text ol>li::before {
  border-radius: 50%;
  color: #fff;
  content: counter(wslist1);
  counter-increment: wslist1;
  height: 16px;
  left: -40px;
  line-height: 16px;
  padding: 3px;
  transition: 0.3s;
  width: 17px;
  top: 0;
  font-size: 16px;
  background: #00a6c0;
}

.article_text ol,
.text ol {
  display: block;
  counter-reset: wslist1;
  list-style: none;
  margin-top: 20px;
}

.text blockquote,
.text ol>li::before {
  display: inline-block;
  text-align: center;
}

.article_text ol>li,
.text ol>li {
  margin: 0 0 1em 40px;
  position: relative;
}

.article_text ol>li::before {
  display: inline-block;
  margin-right: 10px;
  text-align: center;
}

.licences {
  position: relative;
  margin: 75px auto;
}

.licences_item {
  max-width: 430px;
  margin: 0 50px;
}

.licences_item img {
  width: 250px;
  transition: 0.5s;
  margin: 0 auto;
}

.text {
  margin: 100px auto;
}

.order,
.order_text {
  margin: auto;
  width: 100%;
}

.text h2 {
  text-align: left;
  font-size: 32px;
  color: #00a6c0;
  line-height: 40px;
  margin-top: 25px;
}

.text a:hover {
  color: #045d6b;
}

.text blockquote {
  margin: 20px auto;
  -webkit-background-size: 32px auto;
  border: 2px solid #00a6c0;
  -webkit-box-shadow: 0 5px 20px rgb(0 0 0 / 10%);
  box-shadow: 0 5px 25px rgb(0 0 0 / 10%);
  background: 0 0;
  border-radius: 10px;
  padding: 20px 60px;
}

.guarantees_item,
.order {
  box-shadow: 2.23529px 2.23529px 22.3529px rgba(0, 0, 0, 0.1);
}

.text blockquote:before {
  content: "\0021";
  position: absolute;
  right: 0;
  top: 0;
  color: #fff;
  background: #00a6c0;
  width: 30px;
  height: 100%;
  font-size: 50px;
  line-height: 1.35;
  text-align: center;
  border-radius: 0 7px 7px 0;
}

.advantages {
  display: flex;
  align-items: center;
  justify-content: center;
  padding-block: 150px;
  background: url("/good_narkolog/assets/img/advantages/bg-advantages.jpeg") no-repeat center center;
  background-size: cover;
}

.advantages__title {
  color: #fff;
  font-family: inherit;
  font-size: 34px;
  font-weight: 700;
  line-height: 1.3;
  margin-block-end: 40px;
}

.advantages__list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}

.advantages__item {
  padding: 24px;
  position: relative;
  background-color: #fff;
  list-style: none;
  border-radius: 10px;
  aspect-ratio: 1 / 1;
}

.advantages__item span {
  content: "";
  background-color: #00a6c01a;
  padding: 10px;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  left: 24px;
  bottom: 24px;
  aspect-ratio: 1 / 1;
  width: 56px;
}

.advantages__item span img {
  width: 100%;
  object-fit: cover;
  object-position: center center;
}

.advantages__item p {
  color: #2d2d2d;
  font-family: inherit;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.3;
  text-align: left;
}

.order {
  max-width: 1290px;
  padding: 30px;
  background-color: #00a6c0;
  border-radius: 20px;
  margin-block-end: 75px;
  background: url("/good_narkolog/assets/img/advantages/bg-advantages.jpeg") no-repeat center center;
  background-size: cover;
}

.order_wrapp {
  display: grid;
  grid-template-columns: 1.6fr 1fr;
  justify-items: start;
  align-items: center;
}

.order_wrapp .order_form {
  width: 100%;
}

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

.order_wrapp form button {
  margin: 0;
  margin-block: 25px 14px;
  min-height: 60px;
}

.order_text {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  color: #fff;
}

.order_text p:first-child {
  color: rgb(0, 0, 0);
  font-family: inherit;
  font-size: 40px;
  font-weight: 700;
  line-height: 1.2;
}

.order_text p:nth-child(2) {
  color: rgb(0, 0, 0);
  font-family: inherit;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.3;
}

.order_text p:nth-child(3) {
  font-size: 14px;
}

.order_form p {
  color: rgb(0, 0, 0);
  font-family: inherit;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.3;
}

.order .input {
  width: 100%;
  color: #fff;
  padding: 14px 20px;
  background-color: #26b3c9;
  border-radius: 10px;
  height: 60px;
  border: none;
}

.order .input::placeholder {
  color: #fff;
}

.order button {
  color: #00a6c0;
  background-color: #fff;
  outline: 1px solid #00a6c0;
  transition:
    color 300ms ease-out,
    background-color 300ms ease-out,
    outline 300ms ease-out;
}

.order button:hover {
  color: #fff;
  background-color: #00a6c0;
  outline: 1px solid #fff;
}

.order_form_button {
  border-radius: 10px;
  padding: 15px;
  background: #2d2d2d;
  border: none;
  width: 100%;
  color: #fff;
  font-size: 17px;
}

.reviews_section {
  background: url("/good_narkolog/assets/img/advantages/bg-advantages.jpeg") no-repeat center center;
  background-size: cover;
}

@media screen and (max-width: 426px) {

  .banner_bg,
  .photogallery_bg {
    background-image: none;
  }
}

.accordion,
.personal_head {
  background: #fff;
  width: 100%;
}

.guarantees,
.photogallery {
  margin: 75px auto 50px;
}

.photogalery_wrapp {
  margin-top: 30px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: repeat(3, 1fr);
}

.licences_page_wrapp a,
.photogalery_wrapp a {
  transition: 0.5s;
  margin: auto;
}

.photogalery_wrapp img {
  margin: 25px auto;
  max-width: 300px;
  width: 100%;
  transition: 0.5s;
  border-radius: 20px;
  filter: drop-shadow(4px 4px 20px rgba(0, 0, 0, 0.1));
}

.photogalery_wrapp img:hover {
  transform: scale(1.025);
  box-shadow: 2px 2px 22px rgb(0 0 0 / 30%);
  transition: 0.5s;
}

#thumbs {
  max-width: 1280px;
  width: 100%;
  margin-top: -100px;
}

#thumbs img {
  background-color: #fff;
  cursor: pointer;
  margin-right: 6px;
}

#description,
.personal_page_info {
  bottom: 0;
  padding: 10px 20px;
  color: #2d2d2d;
  text-align: justify;
}

#description p,
.personal_page_info p {
  margin: 5px 0 10px;
}

#description p:first-child,
#description p:nth-child(3),
#description p:nth-child(5),
.personal_page_info p:first-child,
.personal_page_info p:nth-child(3),
.personal_page_info p:nth-child(5) {
  font-size: 14px;
  color: #7c7c7c;
}

#description p:nth-child(2),
#description p:nth-child(4),
.personal_page_info p:nth-child(2),
.personal_page_info p:nth-child(4) {
  margin-bottom: 25px;
}

#description p:nth-child(2),
.personal_page_info p:nth-child(2) {
  font-size: 20px;
  font-weight: 700;
  color: #2d2d2d;
}

#personal {
  margin-bottom: 100px;
}

.personal_item {
  display: block;
  text-align: center;
  margin: auto;
  z-index: 25;
}

.personal_item img {
  width: 200px;
  margin-bottom: 20px;
}

.guarantees_wrapper {
  width: 100%;
  height: 800px;
}

.guarantees_wrapp {
  max-width: 1140px;
  width: 100%;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: repeat(2, 1fr);
  margin: 30px auto;
}

.guarantees_item {
  border-radius: 20px;
  padding: 35px 25px 25px 125px;
  margin: 20px;
  font-size: 18px;
  transition: 0.5s;
  background-color: #fff;
}

.guarantees_item i {
  position: absolute;
  font-size: 60px;
  left: 30px;
  bottom: 20px;
}

.personal_wrap {
  max-width: 1180px;
  width: 100%;
  margin: 50px auto;
}

.faq-page {
  margin-block-end: 150px;
}

#panel,
.personal_head {
  max-width: 1080px;
  margin: auto;
  box-shadow: 2px 2px 22px rgba(0, 0, 0, 0.1);
}

.personal_head {
  padding: 30px;
  border-radius: 20px;
}

.personal_item p:nth-child(2) {
  color: #7c7c7c;
  font-size: 13px;
}

.personal_item p:nth-child(3) {
  color: #2d2d2d;
  font-size: 15px;
  margin-top: 10px;
}

.qoa,
.reviews {
  margin-top: 75px;
}

.reviews {
  position: relative;
}

.qoa_wrap {
  margin-top: 35px;
}

.accordion {
  color: #000;
  cursor: pointer;
  padding: 15px 30px;
  border: none;
  text-align: left;
  outline: 0;
  font-size: 18px;
  transition: 0.5s;
  border-radius: 10px;
  margin: 10px 0;
  outline-width: 0 !important;
}

.accordion:hover {
  text-shadow: 2px 2px 22px rgba(0, 0, 0, 0.3);
}

.qoa-text-item .panel {
  display: none;
  transition: 0.3s ease-in-out;
}

.qoa-text-item.active_block .panel {
  display: inline-table;
  transition: 0.3s ease-in-out;
}

.panel {
  padding: 0 18px;
  color: #7c7c7c;
  font-size: 16px;
  background: 0 0;
  max-height: 0;
  transition: max-height 0.3s ease-out;
  border-radius: 10px;
}

.footer_order,
.map_info,
.reviews_item {
  border-radius: 20px;
}

.reviews_wrapp {
  margin-top: 70px;
  display: flex;
  justify-content: space-evenly;
}

.reviews-page_wrap {
  margin: 70px 0;
}

.reviews-page_wrap .swiper__reviews {
  padding: 10px;
}

.reviews_swiper-slide,
.reviews-page_wrap .swiper-slide {
  height: auto !important;
}

.reviews_item {
  padding: 35px;
  border-radius: 20px;
  box-shadow: 2px 2px 22px rgba(0, 0, 0, 0.1);
  height: 100%;
}

.footer,
.map {
  margin-top: 50px;
}

.reviews_item i,
.reviews_page_item i {
  position: absolute;
  top: 40px;
  right: 40px;
  font-size: 22px;
}

.reviews_item p:nth-child(2) {
  color: rgba(0, 166, 192, 1);
  padding: 16px 9px;
  background-color: rgba(0, 166, 192, 0.1);
  font-size: 14px;
  border-radius: 20px;
  width: max-content;
  text-align: left;
  margin-bottom: 20px;
}

.reviews_item p:nth-child(3) {
  font-size: 18px;
  font-weight: 700;
}

.reviews_item p:nth-child(4),
.reviews_page_item p:nth-child(4) {
  margin: 20px auto;
}

.reviews_text {
  margin: 20px auto;
  max-height: 150px;
  overflow: hidden;
  transition: all 0.3s ease;
}

.reviews_btn-more {
  cursor: pointer;
  color: rgba(0, 166, 192, 1);
  font-size: 16px;
  background: transparent;
  display: flex;
  align-items: center;
  gap: 10px;
}

.reviews_btn-more::after {
  content: "";
  color: rgba(0, 166, 192, 1);
  font-size: 16px;
  flex-shrink: 0;
  background: transparent;
  width: 8px;
  height: 8px;
  border-right: 1px solid rgba(0, 166, 192, 1);
  border-bottom: 1px solid rgba(0, 166, 192, 1);
  transform: rotate(45deg);
  transition: all 0.3s ease;
}

.reviews_btn-more.active::after {
  transform: rotate(225deg);
}

.reviews_item a,
.reviews_page_item a {
  font-size: 14px;
  color: #00a6c0;
}

.article-list__title,
.drug-page h1,
.drugs-page h1,
.reviews_links {
  text-align: center;
}

.reviews_links a {
  font-size: 17px;
  color: #00a6c0;
}

#yandex_map {
  height: 550px;
}

.map_info {
  position: absolute;
  background-color: #00a6c0;
  color: rgb(0, 0, 0);
  z-index: 75;
  /* top: 27%; */
  bottom: 30px;
  left: 10%;
  text-align: left;
  padding: 40px;
  max-width: 355px;
}

#panel,
.menu_btn {
  position: relative;
}

.map_info p:first-child {
  font-size: 28px;
  font-weight: 700;
  line-height: 130%;
}

.map_info p:nth-child(5) a {
  text-decoration: underline;
  color: #fff;
}

.bullets a,
.footer_button,
.footer_info_links a,
.header_button_order,
.map_info a,
.map_info p:nth-child(5) a:hover,
.menu_item,
.price_button {
  text-decoration: none;
}

.map_info p {
  margin-block-end: 18px;
}

.map_info p a {
  color: rgb(0, 0, 0);
  font-size: 18px;
  font-weight: 400;
  line-height: 130%;
}

.map_info p span {
  display: block;
  color: rgb(0, 0, 0);
  font-family: inherit;
  font-size: 14px;
  font-weight: 400;
  line-height: 130%;
}

.map_info img {
  width: 100%;
}

.map_info i {
  color: #fff;
  font-size: 20px;
  padding-right: 10px;
}

.footer {
  padding: 40px;
  background-color: #2d2d2d;
}

.footer img {
  width: 150px;
  margin-bottom: 25px;
}

.footer_sections {
  margin-right: 50px;
}

.footer_sections p {
  font-size: 21px;
  font-weight: 700;
  color: #00a6c0;
}

.footer_sections p:not(:first-child) {
  padding-top: 20px;
}

.footer_sections ul {
  margin-top: 15px;
  column-count: 2;
  list-style: none;
}

.footer_sections ul li a {
  font-size: 14px;
  color: #fff;
  list-style: none;
  padding: 10px 0;
}

.footer_wrapper {
  max-width: 1290px;
  width: 100%;
  display: grid;
  grid-template-columns: 20% 60% 20%;
}

.footer_order {
  height: max-content;
  background: #fff;
  padding: 25px;
  margin-left: 15px;
}

.tabs_bg {
  padding-block: 70px;
}

.service-title {
  color: #2d2d2d;
  font-size: 34px;
  font-weight: 700;
  line-height: 1.3;
  margin-block-end: 40px;
  text-align: left;
}

.photogallery_bg,
.tabs_bg {
  background-position: top left;
}

.footer_order p:first-child {
  font-size: 26px;
  font-weight: 700;
  margin-bottom: 35px;
}

.footer_order p:nth-child(5) {
  font-size: 13px;
}

.footer_order .form {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.footer_order form input {
  border: 2px solid #7c7c7c52;
  box-sizing: border-box;
  border-radius: 10px;
  width: 49%;
  height: 40px;
  padding: 15px;
  font-size: 16px;
}

.footer_order form input:nth-child(2) {
  margin: 0 5px;
}

.footer_order form input[name="params[message][]"] {
  width: 100%;
  display: block;
  height: 100px;
  max-width: none;
}

.footer_button {
  padding: 15px 100px;
  background-color: #2d2d2d;
  border-radius: 10px;
  color: #fff;
  border: none !important;
  font-size: 15px;
  font-weight: 700;
  cursor: pointer;
}

#mobile .accordion,
.footer_info p,
.menu_section_name {
  color: #00a6c0;
  font-weight: 700;
}

.footer_button:hover {
  background-color: #000;
}

.footer_info {
  margin-left: 50px;
}

.footer_info p {
  font-size: 21px;
  padding-top: 15px;
}

.footer_info_contacts ul {
  list-style: none;
}

.footer_info_contacts ul li {
  list-style: none;
  padding: 5px 0;
}

.footer_info i {
  color: #fff;
  padding-right: 10px;
}

.footer_info_links i {
  color: #fff;
  font-size: 40px;
}

.agree-btn-container {
  display: flex;
  gap: 20px;
  align-items: center;
  justify-content: flex-start;
}

.footer_search form input {
  width: 100%;
}

.footer_search form input.footer_search-button {
  height: auto;
  min-height: 40px;
  padding: 10px 15px;
}

@media (width<=1200px) {
  .agree-btn-container {
    flex-direction: column;
    align-items: stretch;
  }

  .footer_order form input {
    width: 100%;
  }

  .footer_button {
    padding: 15px 60px;
  }
}

.footer_agreement {
  color: rgb(108, 108, 108);
  font-family: inherit;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.3;
}

.footer_agreement a {
  color: inherit;
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
  text-decoration: underline;
}

.personal {
  margin-top: 50px;
  width: 100%;
}

#panel {
  width: 100%;
  padding: 40px 40px 175px;
  border-radius: 20px;
  background: #fff;
  display: flex;
}

#panel img,
.personal_head_info img {
  float: left;
  padding-right: 30px;
}

.personal_head_info p:nth-child(2) {
  color: #7c7c7c;
  margin: 25px 0 0;
}

.personal_head_info p:nth-child(3) {
  color: #2d2d2d;
  margin-bottom: 25px;
  font-size: 23px;
  font-weight: 700;
}

.personal_head_info p:nth-child(4),
.personal_head_info p:nth-child(6) {
  color: #7c7c7c;
  margin: 25px 0 5px;
}

.personal_head_info p:nth-child(7) {
  margin: 0 0 25px;
}

.personal_body {
  max-width: 1280px;
  width: 100%;
  display: inline-flex;
}

.personal_wrapepr .personal_item .personal_container {
  padding: 20px;
  border: 1px solid #00a6c0;
  border-radius: 20px;
}

#personal h2 {
  margin-bottom: 40px;
}

#yandex_map,
.ymaps-2-1-78-inner-panes,
.ymaps-2-1-78-map.ymaps-2-1-78-i-ua_js_yes.ymaps-2-1-78-map-bg.ymaps-2-1-78-islets_map-lang-ru {
  border-radius: 20px !important;
}

#mobile .accordion {
  display: flex;
  justify-content: center;
  cursor: pointer;
  width: auto;
  border: none;
  text-align: left;
  outline: 0;
  transition: 0.5s;
  padding: 3px 25px;
  outline-width: 0 !important;
  position: relative;
  font-size: 19px;
}

#mobile .accordion i {
  position: absolute;
  right: -5px;
  font-size: 13px;
  top: 8px;
}

#mobile .accordion.active_block i {
  transform: rotate(90deg);
}

.mobile_logo img {
  width: 125px;
  margin: 5px 10px;
}

.menu_section_name {
  font-size: 19px;
  margin: 25px 0 15px 25px;
}

.menu_link_name {
  margin: 25px 0 25px 25px;
  font-size: 20px;
  align-items: center;
}

.menu_btn,
.mobile-phone a i {
  margin-right: 10px;
}

.menu_link_name i {
  margin-right: 20px;
  font-size: 28px;
}

.menu_btn {
  display: flex;
  align-items: center;
  width: 26px;
  height: 26px;
  cursor: pointer;
  z-index: 1001;
}

.hamburger_menu {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.mobile-phone {
  padding: 12px;
  text-align: center;
  display: none;
}

.menu_btn>span,
.menu_btn>span::after,
.menu_btn>span::before {
  display: block;
  position: absolute;
  width: 100%;
  height: 2px;
  background-color: #616161;
}

.menu_btn>span::before {
  content: "";
  top: -8px;
}

.menu_btn>span::after {
  content: "";
  top: 8px;
}

#menu_toggle:checked~.menu_btn>span {
  transform: rotate(45deg);
}

#menu_toggle:checked~.menu_btn>span::before {
  top: 0;
  transform: rotate(0);
}

#menu_toggle:checked~.menu_btn>span::after {
  top: 0;
  transform: rotate(90deg);
}

#menu_toggle:checked~.menu_box {
  visibility: visible;
  left: 0;
}

.menu_box {
  display: block;
  position: fixed;
  text-align: left;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  margin: 0;
  list-style: none;
  background-color: #fff;
  z-index: 1000;
  overflow-x: hidden;
}

.mobile_info_links {
  margin: 50px 0 0 25px;
  font-size: 31px;
}

.mobile_info_links i {
  margin-right: 35px;
}

.menu_item {
  display: block;
  padding: 12px 24px;
  color: #333;
  font-size: 18px;
}

.menu_box,
.menu_btn>span,
.menu_btn>span::after,
.menu_btn>span::before,
.menu_item {
  transition-duration: 0.25s;
}

#snow-container,
.callback_modal {
  position: relative;
}

.hidden_overflow {
  overflow: hidden !important;
}

#contacts.banner {
  margin: 80px auto 0 140px;
}

#contacts.banner .banner_advantages {
  grid-template-columns: 40% 60%;
  grid-template-rows: repeat(2, 1fr);
  margin-bottom: 25px;
}

#contacts.banner .banner_advantages_item {
  display: flex;
  align-items: center;
  padding: 15px 5px 15px 80px;
}

#contacts.banner .banner_buttons {
  margin-top: 25px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

#contacts.banner .banner_advantages_item i {
  font-size: 25px;
}

#contacts.banner .banner_advantages_item:nth-child(2) {
  margin: 0 0 10px 15px;
  max-width: 235px;
  width: 100%;
}

.contatcs_soc i {
  font-size: 35px;
  margin-right: 15px;
}

#ya_map {
  height: 230px;
}

.banner_subtitle {
  margin-bottom: 35px;
}

.tabs_wrap table {
  width: 100%;
  color: #000;
  font-size: 14px;
  border: 2px solid rgba(0, 166, 192, 0.15);
  border-radius: 10px;
  background-color: #fff;
}

.tabs_wrap table tr td:first-child {
  text-align: start;
  padding: 20px 0 20px 15px;
}

.reviews_page_wrapp {
  margin-top: 70px;
  max-width: 1290px;
  width: 100%;
  display: grid;
}

.reviews_page_item {
  padding: 35px;
  box-shadow: 2px 2px 15px rgb(0 0 0 / 10%);
  border-radius: 20px;
  margin: 25px 0;
  position: relative;
}

.reviews_page_item p:nth-child(2) {
  color: #7c7c7c;
  font-size: 14px;
  margin-bottom: 10px;
}

.reviews_page_item p:nth-child(3) {
  font-size: 21px;
  font-weight: 700;
}

.licences_page_wrapp {
  margin-top: 30px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}

.licences_page_wrapp img {
  margin: 25px auto;
  max-width: 300px;
  width: 100%;
  transition: 0.5s;
  border-radius: 20px;
  filter: drop-shadow(2px 2px 15px rgba(0, 0, 0, 0.1));
}

.mobile_menu_wrapper .panel ul {
  margin-left: 20px;
}

.mobile_menu_wrapper .panel ul li {
  padding: 25px 0 25px 25px;
  font-size: 20px;
}

.mobile_menu_wrapper .panel ul li a,
.video span {
  color: #2d2d2d;
}

.callback_modal {
  width: 35%;
  margin: auto;
  background: url(/netcat_template/template/3/img/bg.png) #fff;
  color: #000;
  border-radius: 30px;
  padding: 50px;
  text-align: center;
  display: none;
}

@media screen and (max-width: 426px) {

  .reviews_wrapp .slick-prev.slick-arrow,
  .text ol>li:before {
    left: -30px;
  }

  .content {
    max-width: 375px;
    width: 100%;
    font-size: 16px;
    margin: 0 auto;
  }

  h2 {
    font-size: 30px;
  }

  .footer_order,
  .map h2,
  .map_info,
  .order_text p:nth-child(3),
  nav {
    display: none;
  }

  .submenu_link {
    padding: 0;
  }

  .mobile_menu {
    display: block;
    position: sticky;
    background-color: #fff;
    z-index: 2000;
    width: 100%;
  }

  .banner {
    margin: 0;
  }

  .banner_text {
    width: 90vw;
    margin-top: 50px;
    margin-bottom: 30px;
  }

  .banner h1 {
    text-align: center;
    width: 80vw;
    font-size: 23px;
    line-height: 23px;
    margin: auto;
  }

  .banner_advantages {
    display: flex;
    flex-wrap: wrap;
    float: none;
    margin: 35px 0;
  }

  .banner_advantages_item {
    margin: 10px auto !important;
    padding: 10px 10px 10px 50px;
    font-size: 12px;
    height: 50px;
  }

  #thumbs .slick-next.slick-arrow,
  #thumbs .slick-prev.slick-arrow,
  .guarantees_wrapp .slick-next.slick-arrow,
  .guarantees_wrapp .slick-prev.slick-arrow,
  .reviews_wrapp .slick-next.slick-arrow,
  .reviews_wrapp .slick-prev.slick-arrow,
  .slick-next.slick-arrow,
  .slick-prev.slick-arrow {
    width: 30px;
    height: 30px;
    z-index: 5;
    background-size: cover;
  }

  .banner_advantages_item i {
    font-size: 17px;
    top: 5px;
  }

  .stages_item,
  .tabs_wrap table {
    font-size: 14px;
  }

  .banner_buttons {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    float: none;
    justify-content: center;
    width: 80%;
    margin: 0 auto;
  }

  .personal_page_links {
    display: flex;
    align-items: center;
  }

  .footer_wrapper,
  .order_wrapp,
  .photogalery_wrapp,
  .stages_wrapp,
  .tabs_head .tabs,
  .tabs_wrap.active {
    display: block;
  }

  .tabs_wrap table tr td:nth-child(2) {
    text-align: end;
    text-align: end;
    padding: 20px 11px 20px 0 !important;
    font-weight: 700;
  }

  .banner_buttons_order {
    padding: 15px 20px;
    border: none;
    margin-bottom: 10px;
    margin-right: 5px;
  }

  #description,
  .article_text .autor_link,
  .article_text h2,
  .article_text h3,
  .article_text h4,
  .banner_feedback,
  .order_wrapp,
  .personal_wrapepr,
  .tabs_head .tabs,
  .text h2 {
    text-align: center;
  }

  .banner_feedback {
    display: block;
  }

  .feedback_links {
    margin-top: 15px;
  }

  .service_pages_tittle {
    margin-top: 50px !important;
  }

  .slick-prev.slick-arrow {
    left: -40px;
  }

  .slick-next.slick-arrow {
    right: -40px;
  }

  .tabs_head .tabs {
    width: 80%;
    margin: 0 auto;
  }

  .tabs_head .tabs li {
    margin: 15px auto;
    width: 100%;
  }

  .tabs_wrap {
    max-width: 305px;
    width: 100%;
    margin: 0 auto;
  }

  .tabs_item {
    max-width: 325px !important;
    width: 100%;
    margin: 10px;
    height: 450px;
  }

  .tabs_item p:nth-child(2),
  .tabs_item p:nth-child(4) {
    font-size: 19px;
  }

  .tabs_item p:nth-child(3) {
    font-size: 15px;
  }

  .order_text p:first-child,
  .text h2 {
    font-size: 25px;
  }

  .stages {
    margin: 40px auto 0;
  }

  .stages_wrapp {
    max-width: 305px;
    width: 100%;
    margin: 40px auto;
  }

  .stages_item {
    max-width: 305px !important;
    width: 100%;
    margin: 35px 10px;
    height: auto;
  }

  .licences,
  .licences_item {
    /* max-width: 250px; */
    width: 100%;
  }

  .licences_item {
    margin: 0 auto;
  }

  .text {
    margin: 50px auto 60px;
  }

  .autor_bg,
  .guarantees_bg,
  .personal_bg,
  .photogallery_bg,
  .tabs_bg,
  .text_block_bg {
    background-image: none;
  }

  .personal_item img {
    max-width: 190px;
    width: 100%;
    margin: 0 auto;
  }

  .personal_item p:nth-child(2) {
    margin-top: 10px;
  }

  .text ol>li {
    margin: 0 0 1em 2em;
  }

  .text h2 {
    line-height: 20px;
  }

  .article_text h2 {
    font-size: 25px;
    line-height: 27px;
  }

  .accordion {
    padding: 15px 20px;
  }

  .licences {
    margin-top: 25px;
  }

  .order {
    max-width: unset;
  }

  #thumbs,
  .photogalery_wrapp,
  .photogalery_wrapp a {
    max-width: 300px;
    margin: 0 auto;
    width: 100%;
  }

  .photogalery_wrapp img {
    filter: none;
    width: 325px;
  }

  .guarantees_wrapp {
    display: flex;
    align-items: center;
    max-width: 315px;
    width: 100%;
    margin: 50px auto;
  }

  .guarantees_wrapp .slick-prev.slick-arrow {
    top: 40%;
    left: -30px;
  }

  .guarantees_wrapp .slick-next.slick-arrow {
    top: 40%;
    right: -30px;
  }

  .guarantees_item {
    margin: 10px;
    font-size: 14px;
    padding: 15px 10px 25px 100px;
  }

  .guarantees_item i {
    font-size: 40px;
  }

  .footer {
    padding: 35px 0;
  }

  .footer_info {
    margin-left: 0;
    margin-top: 35px;
  }

  #yandex_map,
  .ymaps-2-1-78-inner-panes,
  .ymaps-2-1-78-map.ymaps-2-1-78-i-ua_js_yes.ymaps-2-1-78-map-bg.ymaps-2-1-78-islets_map-lang-ru {
    box-shadow: 2px 2px 15px rgb(0 0 0 / 10%) !important;
  }

  .order {
    padding: 15px;
  }

  .order_text p:nth-child(2) {
    font-size: 13px;
  }

  .order_form form button {
    padding: 15px;
    /* background: #2d2d2d */
  }

  #panel {
    padding: 25px;
    display: block;
  }

  #panel img {
    width: 100%;
    padding-right: 0;
    margin-bottom: 25px;
  }

  #description p:nth-child(2) {
    font-size: 18px;
  }

  .personal_item {
    width: 100%;
    padding: 10px;
    box-shadow: 2px 2px 15px rgb(0 0 0 / 30%);
    border-radius: 20px;
    margin: 10px 45px;
  }

  #thumbs .slick-prev.slick-arrow {
    left: 0;
    background-image: url(/netcat_template/template/gnarcolog/img/arrow-left.png);
  }

  #thumbs .slick-next.slick-arrow {
    right: 0;
    background-image: url(/netcat_template/template/gnarcolog/img/arrow-right.png);
  }

  #mobile .menu_link_name {
    color: #2d2d2d;
  }

  #mobile .accordion {
    box-shadow: none;
  }

  .reviews {
    max-width: 100vw;
    margin: 0;
  }

  .reviews_wrapp,
  .reviews-page_wrap {
    max-width: 315px;
    width: 100%;
    margin: 50px auto;
    display: block;
    justify-content: unset;
  }

  .reviews_wrapp .slick-next.slick-arrow {
    right: -30px;
  }

  .reviews_item {
    /* max-width: 300px !important; */
    width: 100%;
    /* margin: 35px 20px */
  }

  .price_table tr {
    display: grid;
    border-bottom: 2px solid rgba(0, 166, 192, 0.15);
  }

  .price_table table {
    width: 100%;
    color: #000;
    font-size: 16px;
    border: 2px solid rgba(0, 166, 192, 0.15);
    border-radius: 10px;
    background-color: #fff;
  }

  .price_table table tbody td {
    text-align: center !important;
    max-width: 100% !important;
    width: 100% !important;
    padding: 20px 0 !important;
    border-bottom: none !important;
  }

  .price_table table tbody tr:last-child {
    border-bottom: none;
  }

  .price_button {
    padding: 10px 25px !important;
    margin: 0 auto;
    display: block;
    border: none;
    font-size: 12px;
  }

  .footer_sections ul li a {
    font-size: 16px;
  }

  .callback_modal {
    width: 100%;
  }

  .callback_modal h3 {
    font-size: 23px;
  }
}

.callback_modal h3 {
  font-size: 25px;
  font-weight: 700;
  line-height: 25px;
}

.callback_modal form {
  margin-top: 30px;
  display: grid;
}

.callback_modal_name,
.callback_modal_phone {
  background: #fafafa;
  border: 1px solid #ababab;
  border-radius: 10px;
  padding: 15px;
  font-size: 16px;
  margin: 10px 0;
}

.callback_modal_button {
  border-radius: 10px;
  padding: 15px 40px;
  background: #0099b0;
  border: none;
  margin: 25px auto auto;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
}

.mfp-close {
  position: absolute;
  top: 0;
  right: 15;
}

.service_pages_tittle {
  margin-top: 100px;
  font-size: 34px;
  font-weight: 700;
  line-height: 1.3;
}

.article_text.full_page,
.articles_item {
  margin-top: 50px;
}

.price_page h3 {
  text-align: center;
  font-size: 25px;
  margin: 50px 0;
}

.price_page {
  margin-block-end: 80px;
}

.price_page>p {
  text-align: center;
  font-size: 25px;
  margin: 50px 0;
}

.price_table table {
  width: 100%;
  color: #000;
  font-size: 16px;
  border: 2px solid rgba(0, 166, 192, 0.15);
  border-radius: 10px;
  background-color: #fff;
}

.price_table table tr td:first-child {
  text-align: start;
  padding: 20px 35px 20px 15px;
  max-width: 60%;
  width: 60%;
}

.price_table table tr td:nth-child(2),
.price_table table tr td:nth-child(3) {
  text-align: end;
  padding: 20px 35px 20px 0;
  font-weight: 700;
  max-width: 20%;
  width: 20%;
}

.price_button {
  margin-right: 20px;
  padding: 10px 30px;
  background-color: #00a6c0;
  border-radius: 10px;
  color: #fff;
  font-weight: 400;
}

.price_button:hover {
  background-color: #0099b0;
}

@media (max-width: 426px) {
  .price_button {
    display: none;
  }
}

.articles_item {
  display: flex;
  background-image: #e7e7e7e7;
  border: 1px solid #2d2d2d;
  transition: 1s;
}

.articles_item_pic {
  max-width: 500px;
  width: 100%;
  background-size: cover;
  background-repeat: no-repeat;
}

.articles_item_text {
  padding: 30px;
}

.articles_item_text p {
  padding: 30px 0;
}

.articles_item_link a {
  text-align: end;
  color: #00a6c0;
  cursor: pointer;
}

.articles_wrapp:nth-child(odd) .articles_item_link {
  text-align: end;
}

.articles_wrapp:nth-child(2n) .articles_item_link {
  text-align: start;
}

.articles_item:hover {
  transform: scale(1.025);
  transition: 1s;
  -webkit-box-shadow: 0 0 15px 5px rgba(34, 60, 80, 0.35);
  -moz-box-shadow: 0 0 15px 5px rgba(34, 60, 80, 0.35);
  box-shadow: 0 0 15px 5px rgba(34, 60, 80, 0.35);
}

.article_text.full_page img {
  max-width: 400px;
}

#personal {
  position: relative;
}

.personal_page_wrapp {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}

.doctor {
  display: flex;
  flex-direction: column;
  width: calc(25% - 15px);
  height: auto;
  text-align: center;
  border-radius: 20px;
  border: 1px solid #00a6c0;
  overflow: hidden;
  transition: 0.5s;
}

.doctor:hover {
  transform: scale(1.025);
  transition: 0.5s;
}

.doctor__img {
  position: relative;
  background: linear-gradient(180deg, #C0F0F7 0%, #E6F7F9 100%);
  border-bottom-left-radius: 60px;
  border-bottom-right-radius: 60px;
  overflow: hidden;
}

.doctor__work {
  position: absolute;
  bottom: 10px;
  left: 50%;
  transform: translateX(-50%);
  padding: 9px;
  width: 200px;
  text-align: center;
  border-radius: 8px;
  color: #00a6c0;
  background-color: #e6f7f9;
}

.new-doc .doctor__work {
  position: static;
  margin-bottom: 30px;
  transform: none;
}

.doctor__img img {
  margin: 0 auto;
  max-width: 310px;
  width: 100%;
}

.personal_page_item {
  padding: 16px 20px 20px 20px;
  display: flex;
  flex-direction: column;
  gap: 4px;
  justify-content: space-between;
  flex-grow: 1;
}

.doctor__name-micro {
  font-weight: 600;
  font-size: 24px;
  line-height: 130%;
  color: #2d2d2d;
}

.doctor__pos-micro {
  color: #6c6c6c;
}

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

.doctor__buttons button,
.doctor__buttons a {
  margin: 0;
  width: 100%;
  font-size: 16px;
  text-align: center;
}

.doctor__buttons--mobile {
  display: none;
}

.mynewswiper {
  height: 100%;
}

.doc-photo {
  max-width: 405px;
}

.doc-photo img {
  margin-bottom: 30px;
  width: 100%;
  height: 405px;
  object-fit: cover;
  border-radius: 20px;
  background: linear-gradient(180deg, #C0F0F7 0%, #E6F7F9 100%);
}

.opacity {
  opacity: 0.5;
}

@media (max-width: 1440px) {
  .doctor {
    width: calc(33% - 15px);
  }
}

@media (max-width: 768px) {
  .personal_page_wrapp {
    gap: 10px;
  }

  .doctor {
    width: calc(50% - 5px);
  }

  .doctor__work {
    padding: 8px;
    width: 165px;
    font-size: 14px;
  }

  .personal_page_item {
    padding: 8px 14px 14px 14px;
    gap: 15px;
  }

  .doctor__name-micro {
    font-size: 20px;
  }

  .doctor__buttons button,
  .doctor__buttons a {
    font-size: 14px;
  }

  .doctor__buttons--mobile {
    display: flex;
  }

  .doctor__buttons--desktop {
    display: none;
  }

  .doc-photo {
    width: 100%;
  }

  .doc-photo img {
    margin: 0 auto;
    margin-bottom: 20px;
    width: 100%;
    max-width: 400px;
    height: auto;
  }
}

@media (max-width: 600px) {
  .doctor {
    width: 100%;
  }

  #personal .show-more {
    width: 100%;
  }
}

.slick-dots li {
  border-radius: 50%;
  border: 2px solid #00a6c0;
}

.slick-dots li.slick-active {
  background: #00a6c0;
}

@media (max-width: 1450px) {
  .slick-prev.slick-arrow {
    left: 10px;
  }

  .slick-next.slick-arrow {
    right: 10px;
  }
}

@media (max-width: 1300px) {
  .header__right {
    align-items: center;
  }

  .menu_list li a {
    font-size: 15px;
  }
}

@media (min-width: 1305px) {
  .menu_list li a {
    font-size: 16px;
  }
}

@media (max-width: 1200px) {

  #thumbs,
  .content,
  .footer_wrapper,
  .guarantees_wrapp,
  .order {
    max-width: 960px;
  }

  .banner_advantages_item:nth-child(2),
  .banner_advantages_item:nth-child(4) {
    max-width: 276px;
  }

  .header__city {
    display: none;
  }

  .order_form_name,
  .order_form_phone {
    width: 100%;
  }

  #thumbs {
    margin-top: 30px;
    display: flex;
    flex-wrap: wrap;
  }

  .personal_item {
    margin: 20px 0 0;
  }

  #panel {
    padding: 0;
    box-shadow: none;
    border-radius: 0;
    background: 0 0;
  }

  .footer_sections ul {
    flex-direction: column;
    display: flex;
  }

  .footer_order form {
    display: flex;
    flex-direction: column;
  }

  .footer_order form [type="tel"],
  .footer_order form [type="text"] {
    margin-top: 15px;
  }

  .slick-prev.slick-arrow {
    left: -20px;
  }

  .slick-next.slick-arrow {
    right: -20px;
  }

  .banner_feedback {
    align-items: flex-start;
    display: flex;
    flex-direction: column;
  }

  .banner_feedback a {
    padding: 0;
    margin-right: 10px;
  }

  .feedback_links {
    margin-top: 0;
  }

  .footer_wrapper {
    grid-template-columns: 30% 40% 30%;
  }

  .price_table table tr td:first-child {
    width: 40%;
  }
}

@media (max-width: 1140px) {
  .header__right {
    width: 100%;
    order: -1;
    flex-direction: row;
    justify-content: flex-end;
    padding: 10px 0;
  }

  .header__city {
    margin-bottom: 0;
  }

  .menu {
    flex-wrap: wrap;
  }

  .menu li:last-child {
    padding-right: 0;
  }
}

@media (max-width: 992px) {
  .menu_wrapp .menu {
    display: none;
  }

  .sticky_menu .mobile_menu {
    box-shadow: none;
  }

  .mobile-phone {
    padding: 0 15px 15px 15px;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }

  .mobile-only .popup-btn {
    font-size: 12px;
    padding: 12px 38px;
    margin: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
  }

  .mobile-phone .info_right_nb {
    border-top: 1px solid #2d2d2d0d;
  }

  .sticky_menu .mobile-phone .mobile-container {
    padding-block-end: 0;
  }

  .mobile-phone .mobile-container {
    display: flex;
    gap: 14px;
    align-items: center;
    justify-content: center;
    padding-block: 9px;
    border-top: 1px solid #2d2d2d0d;
  }

  .mobile-container a {
    color: rgb(45, 45, 45);
    font-size: 16px;
    font-weight: 500;
    line-height: 1.3;
    text-wrap: nowrap;
  }

  .mobile-container a i {
    display: none;
  }

  .mobile-container span {
    color: rgb(108, 108, 108);
    font-size: 14px;
    font-weight: 400;
    line-height: 1.3;
  }

  .mobile-phone span {
    font-size: 14px;
  }

  #panel,
  #thumbs,
  .content,
  .footer_wrapper,
  .guarantees_wrapp {
    max-width: 720px;
  }

  .header__left,
  .header__right,
  .menu_list {
    display: none;
  }

  .mobile_menu {
    display: block;
  }

  .menu {
    margin: 0;
  }

  #panel {
    display: flex;
    flex-direction: column;
  }

  #panel img {
    max-width: 400px;
  }

  #description {
    padding: 20px 0;
  }

  .banner {
    margin-left: 0;
  }

  .banner_bg .banner_buttons button {
    width: 100%;
  }

  .banner_feedback form {
    flex-direction: column;
  }

  .tabs li,
  .tabs li.active {
    padding: 20px;
  }

  .tabs_wrap {
    flex-wrap: wrap;
    justify-content: space-between;
  }

  .tabs_item {
    max-width: 48%;
    margin: 0 0 20px;
    height: auto;
    grid-template-rows: repeat(1, 1fr);
  }

  .article {
    margin-block-start: 0;
    padding: 15px;
  }

  .text blockquote:before {
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .navigation__container {
    margin-block-end: 0;
  }

  .article__flex {
    margin-bottom: 0;
  }

  .photogalery_wrapp {
    grid-template-columns: repeat(2, 1fr);
  }

  .order_text p:nth-child(2) {
    padding-block: 10px 30px;
  }

  .banner_advantages {
    grid-template-columns: 1fr;
  }

  .banner_advantages_item:nth-child(1),
  .banner_advantages_item:nth-child(3) {
    max-width: none;
  }

  .banner_advantages_item:nth-child(2),
  .banner_advantages_item:nth-child(4) {
    max-width: none;
  }

  .breadcrumbs {
    margin-top: 20px;
  }

  .breadcrumbs_item {
    font-size: 12px;
  }

  .banner-service {
    padding-bottom: 30px;
    flex-direction: column;
    gap: 30px;
  }

  .banner-service_text {
    width: 100%;
  }

  .banner-service_wrapper {
    padding-right: 0;
  }

  .banner-service_title {
    margin-bottom: 10px;
    line-height: 110%;
    font-size: 30px;
  }

  .banner-service_description {
    margin-bottom: 20px;
    font-size: 16px;
    line-height: 130%;
  }

  .banner-service .banner_advantages {
    gap: 10px;
    font-size: 14px;
  }

  .banner_price {
    margin-top: 20px;
    padding: 16px 6px 6px 6px;
    flex-direction: column;
    gap: 12px;
    width: 100%;
    min-width: 100%;
  }

  .banner-service .banner_buttons_order {
    width: 100%;
    height: 50px;
    font-size: 14px;
    text-align: center;
  }

  .banner-service_feedback {
    margin-bottom: 0;
    padding: 40px 20px;
    width: 100%;
    line-height: 130%;
  }

  .banner-service_feedback .input {
    height: 60px;
  }

  .banner-service_subtitle {
    margin-bottom: 8px;
    font-size: 24px;
    text-align: left;
  }

  .banner-service_phone {
    margin-top: 8px;
    margin-bottom: 20px;
    padding: 10px 15px 6px 37px;
  }

  .banner-service_phone::before {
    content: url("/good_narkolog/assets/img/icon/phone.svg");
    position: absolute;
    left: 16px;
    top: 12px;
    width: 16px;
    height: 16px;
  }

  .callback_modal_button.banner-service_button {
    height: 50px;
  }

  .banner-service_agree {
    margin-top: 10px;
  }

  .menu_wrapp {
    margin: 0;
  }

  .articles_item {
    flex-direction: column;
  }

  .articles_item_pic {
    width: 100%;
    height: 500px;
  }

  .licences_page_wrapp {
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: repeat(1, 1fr);
  }

  .price_table table tr td:first-child {
    width: 5%;
  }

  .service-title,
  .service_pages_tittle {
    text-align: center;
  }
}

@media screen and (width<=1330px) {
  .advantages {
    padding-block: 60px;
  }

  .advantages__list {
    display: flex;
    flex-direction: column;
  }

  .advantages__item {
    display: flex;
    align-items: center;
    gap: 12px;
    aspect-ratio: auto;
    padding: 10px 20px;
  }

  .advantages__item span {
    position: static;
  }

  .advantages__item p {
    font-size: 16px;
  }
}

@media (max-width: 767px) {
  .banner_bg {
    background-color: #fff;
    background-image: none;
  }

  .photogalery_wrapp,
  .stages_wrapp {
    display: block;
  }

  #panel,
  .footer_wrapper,
  .order_wrapp {
    display: flex;
    flex-direction: column;
  }

  .licences_item,
  .stages_item {
    max-width: 100%;
  }

  .tabs li {
    padding: 20px;
  }

  .tabs .slick-dots li {
    padding: 0;
  }

  #thumbs,
  .content {
    max-width: 480px;
  }

  .slick-dots li button:before {
    display: none;
  }

  #panel,
  .footer_wrapper {
    max-width: 480px;
  }

  .guarantees_wrapp {
    max-width: 480px;
    display: block;
  }

  .footer_info,
  .footer_order {
    margin: 20px 0 0;
  }

  .banner_title h1 {
    width: 100%;
  }

  .personal_item img {
    width: auto;
    margin: 0 auto;
  }

  #thumbs img {
    margin-right: auto;
  }

  #thumbs .slick-dots {
    position: static;
    margin-top: 10px;
  }

  .banner_buttons {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
  }

  .banner_buttons_callback {
    margin: 0;
  }

  .tabs_head .tabs {
    align-items: center;
    flex-direction: column;
    align-items: stretch;
  }

  .article_text img {
    float: none;
  }

  .licences_page_wrapp {
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(1, 1fr);
  }

  .price_table table tr td:nth-child(2) {
    text-align: end;
    padding: 20px 0;
    font-weight: 700;
    max-width: 10%;
    width: 20%;
  }

  .price_table table tr td:nth-child(3) {
    padding-right: 15px;
  }

  .price_table table tr td:first-child {
    width: 5%;
    padding-right: 0;
  }
}

@media (max-width: 510px) {

  .licences_page_wrapp {
    grid-template-columns: repeat(1, 1fr);
  }

  .banner_title h1 {
    font-size: 30px;
  }

  .content {
    max-width: 100%;
    padding: 0 15px;
  }

  .licences_page_wrapp {
    grid-template-rows: repeat(1, 1fr);
  }

  .price_table tr {
    display: grid;
    border-bottom: 2px solid rgba(0, 166, 192, 0.15);
  }

  .price_table table tbody td {
    text-align: center !important;
    max-width: 100% !important;
    width: 100% !important;
    padding: 20px 0 !important;
    border-bottom: none !important;
  }
}

.city_list-menu {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}

.cities_wrapp {
  column-count: 5;
  margin-top: 10px;
}

.city_block a {
  color: #2d2d2d;
  font-size: 16px;
}

.city_block a:hover,
.drugs-wrap .item a {
  color: #00a6c0;
  text-decoration: underline;
}

.tg_link {
  font-size: 23px;
}

.header_button_order {
  padding: 15px 40px;
  background-color: #00a6c0;
  border-radius: 10px;
}

.header_button_order:hover {
  padding: 13px 38px;
  background-color: #0099b0;
  border: 2px solid #00a6c0;
  color: #fff;
}

#thumbs img {
  border: 6px solid rgba(0, 166, 192, 0);
  border-radius: 20px;
  transition: 0.2s;
}

#thumbs img:hover {
  border-color: #00a6c0;
}

.contraindication {
  padding: 0.5em 1em;
  background-color: #00a6c0;
  color: #fff;
  text-align: center;
  min-height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.contraindication__text {
  margin: 0;
  color: #fff;
  font-size: 18px;
  line-height: 120%;
  text-align: center;
}

.contraindication__text-decor {
  padding: 0 3px;
  border: 1px solid #fff;
  border-radius: 3px;
}

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

@media (max-width: 575px) {
  .contraindication__text {
    font-size: 14px;
    line-height: 150%;
  }
}

@media (max-width: 992px) {
  header {
    position: sticky;
    top: 0;
    left: 0;
    z-index: 100;
  }

  .header {
    position: relative;
  }

  .page__wrapper {
    overflow: hidden;
  }
}

@media screen and (max-width: 1080px) and (orientation: portrait) {
  .image {
    float: none !important;
    width: 100% !important;
    height: auto;
    margin-bottom: 24px;
  }
}

.image {
  width: 50%;
  float: right;
  padding: 15px;
}

.bullets {
  display: grid;
  grid-template-columns: 1fr;
  padding-left: 20px;
}

.bullets a {
  color: #00a6c0;
}

@media (max-width: 991px) {
  .bullets {
    grid-template-columns: 1fr;
  }
}

.video {
  box-shadow: 0 0 15px 0 #00000026;
  padding: 35px 40px;
  border-radius: 20px;
}

.video h2 {
  text-align: center;
  margin-bottom: 25px;
}

@media (max-width: 575px) {
  .bullets {
    grid-template-columns: 1fr;
  }

  .reviwer__container {
    justify-content: center;
  }

  .video {
    padding: 25px;
  }
}

@keyframes snow {
  0% {
    background-position-x: 0;
    background-position-y: 0;
  }

  50% {
    background-position-y: 40rem;
  }

  100% {
    background-position-x: 40rem;
    background-position-y: 80rem;
  }
}

#snow-container::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image:
    url(/netcat_template/template/gnarcolog/img/falling-snow1.png),
    url(/netcat_template/template/gnarcolog/img/falling-snow2.png);
  animation: 28s linear infinite snow;
  z-index: 100000;
  pointer-events: none;
}

.drug-page .info {
  background: #00a6c0;
  margin: 1em 0;
  display: flex;
  justify-content: space-between;
  padding: 1em;
  border-radius: 30px;
}

.drug-page .info .left {
  width: 20%;
}

.drug-page .info .right {
  width: 77%;
  color: #fff;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.drug-page .info .right .author {
  width: 70%;
}

.drug-page .info .right .prodoctorov {
  width: 30%;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: column;
  align-items: flex-end;
}

.drug-page .info .right .prodoctorov img {
  width: 100%;
  border-radius: 10px;
}

.drug-page .info .right .desc {
  width: 100%;
  height: 1px;
  margin: 1em 0;
}

.drug-page .info .right .author p.name {
  font-size: 22px;
  font-weight: 700;
  margin-top: 0.25em;
}

.drug-page .info .right .modal-callback {
  background: #2d2d2d;
  margin-top: 2em;
}

.drug-page .info .right .modal-callback.gray {
  background: #008a9f;
  color: #fff;
}

.drug-page .information {
  display: flex;
  align-items: center;
  margin: 1.5em 0;
}

.drug-page .information::before {
  content: "";
  display: block;
  width: 50px;
  height: 50px;
  min-width: 50px;
  margin-right: 10px;
  background: url(/netcat_template/template/subs/img/Group12504.svg);
}

.main-text {
  display: flex;
  justify-content: space-between;
}

.main-text .left h3 {
  margin: 1em 0;
  font-size: 28px;
  font-weight: 600;
  color: #0e213b;
}

.main-text .left p {
  margin-bottom: 1em;
}

.main-text .right p {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 0.75em;
}

.main-text .right .content-list {
  background: #f8f6f7;
  padding: 1.5em;
  border-radius: 15px;
}

.main-text .right .content-list ol {
  padding-left: 1em;
}

.main-text .right .content-list ol li {
  color: #00a6c0;
  margin: 0.75em 0;
}

.drugs-wrap {
  display: flex;
  flex-wrap: wrap;
  margin: 2em 0;
}

.drugs-wrap .item {
  width: 23%;
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.08);
  margin-right: 2%;
  margin-bottom: 2%;
  padding: 1em;
  border-radius: 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

.drugs-wrap .item:nth-child(4n) {
  margin-right: 0;
}

.drugs-wrap .item .img {
  height: 200px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.drugs-wrap .item .img img {
  wax-width: 100%;
  max-height: 100%;
}

.drugs-wrap .item p {
  color: #353535;
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 1em;
}

@media (max-width: 991px) {
  .drugs-wrap .item {
    width: 100%;
    margin-right: 0;
    margin-bottom: 4%;
  }
}

.header__phone {
  display: flex;
  flex-direction: column;
}

.linck_item,
.linck_item:active {
  z-index: 25;
  color: #2d2d2d;
}

.articles_item_teg {
  display: block;
  margin: 10px 0;
  opacity: 0.5;
}

.artickle__tag {
  display: flex;
  width: 100%;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  row-gap: 20px;
  column-gap: 20px;
  margin-top: 30px;
}

.artickle__tag .getremoveHidden,
.artickle__tag .tag__item {
  background-color: #fff;
  border: 2px solid #00a6c0;
  padding: 6px 16px;
  border-radius: 10px;
  cursor: pointer;
}

.artickle__tag .getremoveHidden:hover,
.artickle__tag .tag__item:hover {
  background-color: #0e4b55;
  border: 2px solid #0e4b55;
  color: #fff;
}

.artickle__tag .getremoveHidden.active,
.artickle__tag .tag__item.active {
  background-color: #00a6c0;
  color: #fff;
}

.teg_article {
  padding: 0 0 20px 20px;
  color: #686868;
  font-weight: 500;
  opacity: 0.7;
}

@media (max-width: 767px) {
  .services .show-more {
    display: inline-block;
  }

  .drug-page .info {
    flex-wrap: wrap;
  }

  .drug-page .info .left,
  .drug-page .info .right,
  .drug-page .info .right .author,
  .drug-page .info .right .prodoctorov,
  .main-text .left,
  .main-text .right {
    width: 100%;
  }

  .drug-page .info .right .prodoctorov {
    padding: 0 2em;
    margin: 1em 0;
  }

  .drug-page .info .right .desc {
    display: none;
  }

  .drug-page .info .right .author {
    text-align: center;
    padding: 0 1em;
  }

  .drug-page .info .mob {
    display: block;
    height: 1px;
    width: 100%;
    margin: 1.5em 0;
  }

  .drug-page .info .right .modal-callback {
    width: 100%;
    margin-top: 0.35em;
    padding: 1em;
    text-align: center;
  }

  .main-text {
    flex-wrap: wrap;
    flex-direction: column-reverse;
  }

  .order_form_kapcha {
    width: 50%;
  }

  .canvas__wrapper {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
  }
}

@media (max-width: 410px) {
  .canvas__wrapper {
    display: block;
  }
}

.order__response {
  color: red;
}

.order__response_gut {
  color: #fff;
}

.contacts_page-content,
.licences_content,
.photogallery_content {
  text-align: center;
  margin: 35px;
}

.contacts_page-text,
.licences_text,
.photogallery_text {
  margin-bottom: 25px;
  font-size: 18px;
}

.aktsii {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.aktsii_title h1 {
  font-style: normal;
  font-weight: 700;
  font-size: 34px;
  line-height: 42px;
  color: #2d2d2d;
}

.aktsii-item {
  display: flex;
  padding: 32px;
  width: 615px;
  background: #fff;
  box-shadow: 2px 2px 22px rgba(0, 0, 0, 0.1);
  border-radius: 32px;
  margin-bottom: 50px;
}

.aktsii_text {
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 140%;
  color: #2d2d2d;
  margin-bottom: 55px;
}

.aktsii-item_info-container h6,
.aktsii_title {
  font-family: Gilroy;
  font-weight: 700;
  font-style: normal;
  color: #2d2d2d;
}

.aktsii-item_img-container {
  margin-right: 20px;
}

.aktsii_title {
  font-size: 34px;
  line-height: 42px;
  text-align: center;
  margin-bottom: 55px;
}

.aktsii-item_info-container h6 {
  font-size: 20px;
  line-height: 140%;
  margin-bottom: 16px;
}

.aktsii-item_info-container p {
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 140%;
  color: #2d2d2d;
  margin-bottom: 23px;
}

.aktsii-item_info-container a {
  display: block;
  padding: 10px 32px;
  border: none;
  gap: 10px;
  width: 146px;
  height: 45px;
  background: #00a6c0;
  border-radius: 10px;
  color: #fff;
  text-decoration: none;
  text-align: center;
}

@media (max-width: 540px) {

  .aktsii-item_info-container h6,
  .aktsii-item_info-container p {
    font-size: 16px;
    line-height: 140%;
  }

  .aktsii-item {
    flex-direction: column;
    padding: 16px;
    align-items: center;
    justify-content: space-between;
    width: 100%;
  }

  .aktsii-item_img-container {
    margin-right: 0;
    width: 240px;
  }

  .aktsii-item_info-container p {
    font-weight: 400;
  }

  .aktsii-item_info-container a {
    width: 100%;
  }

  .aktsii-item_info-container {
    padding: 15px;
  }

  .aktsii_title h1 {
    font-size: 34px;
    line-height: 42px;
    text-align: left;
  }
}

.cookie__warning {
  position: fixed;
  font-size: 16px;
  bottom: 0;
  left: 0;
  display: none;
  justify-content: center;
  width: 100%;
  color: #fff;
  padding: 10px;
  background-color: #00a6c0;
  z-index: 200;
}

.cookie__warning-apply {
  font-size: 16px;
  border-radius: 10px;
  cursor: pointer;
  padding: 2px;
}

.cookie__warning-apply:hover {
  background-color: #acd8ff;
}

.cookie__warning--active {
  display: flex;
}

.cookie__warning-text {
  margin-right: 30px;
}

.cookie__warning-read {
  display: block;
  margin-left: 15px;
}

.footer__content,
.footer__menu {
  background: #2d2d2d;
}

.footer__content.footer_accent {
  padding-block: 40px;
}

.footer_accent {
  background-color: #1f1f1f;
}

#select-city h3,
.footer_search-text {
  margin-bottom: 20px;
}

.footer_search-button {
  width: 200px;
  height: 40px;
  padding: 0 15px;
}

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

.popup {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.6);
  z-index: 10000;
  overflow: auto;
  opacity: 0;
  transition: opacity 0.2s ease-in-out;
}

.popup__body {
  min-height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 60px 20px 20px;
}

.send-popup .popup__content {
  width: 440px;
  padding: 60px 40px;
}

.popup__content {
  width: 860px;
  max-width: 100%;
  position: relative;
  padding: 80px;
  background-color: #fff;
  border-radius: 20px;
}

.popup__content .form .callback_modal_name,
.popup__content .form .callback_modal_phone {
  width: 100%;
}

.close-popup {
  color: #000;
}

.popup__content .form {
  display: flex;
  flex-direction: column;
}

.form-send,
.popup-btn {
  cursor: pointer;
}

#select-city .search-list {
  display: inline-flex;
  flex-wrap: wrap;
  gap: 10px;
  overflow-y: scroll;
  height: 206px;
}

#select-city .popup__content {
  width: 432px;
  padding: 20px;
}

#select-city .service-title {
  margin-block-end: 15px;
  font-size: 28px;
  text-align: center;
}

button.toggle-button {
  border: none;
  background: #fff;
  cursor: pointer;
}

.footer__menu {
  padding-block: 40px 60px;
}

.footer__menu-items {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
}

.footer__menu-item {
  flex: 30%;
  max-width: 30%;
  margin-bottom: 4px;
}

.footer__menu-links {
  color: #fff;
  font-size: 16px;
  margin-bottom: 4px;
}

.footer__menu-link {
  line-height: 14px;
}

.footer__menu-link a {
  padding-left: 19px;
  font-size: 15px;
  line-height: 19px;
  color: #fff;
}

.doc-heal a,
.footer__menu-link:hover a {
  color: #00a6c0;
}

@media (max-width: 1070px) {
  .footer__menu-item {
    flex: 50%;
    max-width: 50%;
  }
}

@media (max-width: 770px) {

  .footer__menu-links span:before,
  .footer__menu-links.active span:before {
    content: "";
    width: 21px;
    height: 21px;
    background: url(/assets/images/arrow-50.png) center center/cover no-repeat;
    position: absolute;
    right: 43px;
  }

  .footer__menu-item {
    flex: 100%;
    max-width: 100%;
    height: 20px;
    overflow: hidden;
    cursor: pointer;
    margin-bottom: 8px;
  }

  .footer__menu-link {
    line-height: 21px;
  }

  .footer__menu-links.active {
    color: #00a6c0;
  }

  .footer__menu-item.active {
    height: 100%;
  }

  .footer__menu-links span:before {
    transform: rotateX(180deg);
  }

  .footer__menu-links.active span:before {
    transform: rotateX(0);
  }
}

.articles {
  margin-top: 140px;
}

.navigation__container {
  max-width: 1101px;
  width: 100%;
  font-size: 18px;
  margin: auto;
  padding: 0 20px 20px;
  margin-block-end: 100px;
}

.navigation__link,
.navigation__title {
  text-align: left;
  line-height: 40px;
  margin-top: 25px;
}

.navigation__container ol {
  margin: 0 20px;
}

.navigation__title {
  color: #2d2d2d;
  font-size: 28px;
  font-weight: 600;
  line-height: 1.3;
}

.navigation__link {
  font-size: 22px;
  font-weight: 500;
  color: #00a6c0;
}

.navigation__link:hover {
  color: #222222;
}

@media (max-width: 1200px) {
  .navigation__container {
    max-width: 960px;
  }
}

@media (max-width: 1140px) {
  .articles {
    margin-top: 40px;
  }

  .navigation__link {
    font-size: 17px;
    line-height: 25px;
  }
}

.section_item.item_doc {
  width: 53%;
  display: flex;
  flex-direction: row;
  gap: 4px;
  padding: 4px;
  background-color: #00a9c6;
  border-radius: 20px;
  height: fit-content;
}

.article__doc .doc__item .item_images {
  float: none;
  margin: 5px 5px 0 0;
  max-width: 100px;
  border-radius: 60px;
}

.article__doc .doc__item {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
  column-gap: 20px;
  background-color: #fff;
  padding: 12px;
  border-radius: 20px;
  width: 100%;
}

.article__doc .doc__item .item__content_wraper {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  row-gap: 6px;
  color: #00a6c0;
}

.article__doc .doc__item .item_pos {
  font-size: 16px;
  color: #7a7878;
}

@media (max-width: 780px) {
  .section_item.item_doc {
    width: 100%;
    flex-direction: column;
    gap: 2px;
    padding: 2px;
    margin: 20px 0;
  }
}

@media (max-width: 420px) {
  .article__doc .doc__item {
    flex-direction: column;
    row-gap: 15px;
    padding: 8px;
  }

  .article__doc .doc__item .item__content_wraper {
    width: 100%;
  }
}

.city_block {
  width: 48%;
}

.city__filter.form_control.search-input {
  width: 100%;
  padding: 10px;
  border-radius: 10px;
  border: 1px solid gray;
}

.advantage_image_uslugi {
  object-fit: contain;
  position: absolute;
  top: -20px;
  left: -20px;
  width: 65px;
  height: 65px;
  transform: rotate(-10deg);
  background-color: #fff;
  border-radius: 50%;
  padding: 10px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
}

@keyframes slidein {
  from {
    top: 100%;
  }

  to {
    top: calc(100% - 106px);
  }
}

.converse-wrapper {
  position: fixed;
  top: calc(100% - 106px);
  left: 0;
  width: 100%;
  z-index: 100;
  animation-duration: 0.7s;
  animation-name: slidein;
  transition: 0.5s;
}

.converse-wrapper__hidden {
  top: calc(100% - 17px);
  transition: 0.5s;
}

.converse-card {
  width: 100%;
  max-width: 1390px;
  margin: 0 auto;
  background-color: #2b717c;
  padding: 16px;
  border-radius: 16px;
  position: relative;
  display: flex;
  justify-content: center;
  gap: 120px;
}

.converse__item {
  display: flex;
  align-items: center;
  flex-direction: column;
  gap: 4px;
  cursor: pointer;
}

.converse__item p {
  color: #fffffc;
  font-family: Gilroy;
  font-size: 16px;
  line-height: 20.8px;
  font-weight: 500;
  transition: 0.3s;
}

.converse__item picture {
  width: 32px;
  height: 32px;
  transition: 0.3s;
}

.converse__item picture img {
  width: 100%;
}

.converse__item:hover p {
  color: #e9e9e9ee;
  transition: 0.3s;
}

.converse__item:hover picture {
  transform: scale(1.1);
  transition: 0.3s;
}

.converse__close {
  cursor: pointer;
  position: absolute;
  top: 10px;
  right: 10px;
  width: 24px;
  height: 24px;
}

.converse-wrapper__hidden .converse__close {
  opacity: 0;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
}

@media (max-width: 950px) {
  .converse-card {
    gap: 40px;
  }
}

@media (max-width: 660px) {
  @keyframes slidein {
    from {
      top: 100%;
    }

    to {
      top: calc(100% - 96px);
    }
  }

  .converse-wrapper {
    top: calc(100% - 96px);
    padding: 0 10px;
  }

  .converse-wrapper__hidden {
    top: calc(100% - 17px);
  }

  .converse-card {
    gap: 0;
    justify-content: space-between;
  }

  .converse__item {
    flex: 1;
  }

  .converse__item p {
    font-size: 11px;
    line-height: 13.2px;
    text-align: center;
  }

  .converse__item picture {
    width: 24px;
    height: 24px;
  }

  .converse__close {
    top: -6px;
    right: -6px;
    background-color: #2b717c;
    border-radius: 50%;
  }
}

#thumbs {
  max-width: 1280px;
  width: 100%;
  margin-top: 16px;
  display: flex;
  flex-wrap: wrap;
}

.linck_item {
  z-index: 25;
  color: #2d2d2d;
  padding: 16px;
  margin-bottom: 16px;
  border: 1px solid;
  border-radius: 16px;
}

h3.name__doctor-item {
  color: #2d2d2d;
  margin-bottom: 10px;
}

h3.name__doctor-item:hover {
  color: #00a6c0;
}

.personal_item {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: auto;
  z-index: 25;
}

.personal_item div {
  text-align: left;
  padding: 0;
}

.personal_item ul {
  padding-left: 16px;
}

.personal_item ul li {
  padding-bottom: 6px;
}

.reviews_wrapp {
  margin-top: 70px;
  display: flex;
  justify-content: space-evenly;
  flex-wrap: wrap;
}

@media (max-width: 1200px) {
  .licences {
    flex-wrap: wrap;
  }

  .personal_item {
    display: flex;
    margin: auto;
    z-index: 25;
    flex-wrap: wrap;
    flex-direction: column;
  }

  #description,
  .personal_page_info {
    padding: 0;
  }

  #panel {
    padding: 16px;
  }
}

.swiper {
  width: 100%;
}

.reviews_item.swiper-slide {
  margin: 0;
  padding: 60px;
  box-shadow: none;
}

.reviews_wrapp {
  margin: 70px 0;
}

.reviews_item__wrap {
  padding: 35px;
  box-shadow: 2px 2px 22px rgba(0, 0, 0, 0.1);
  border-radius: 20px;
}

.reviews_item__wrap::before {
  content: none;
  font-family: math;
  font-size: 50px;
  position: absolute;
  top: 35px;
  right: 35px;
  transform: translate(-47%, -10%);
  color: #00a6c0;
}

.doc-tags>* {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 10px;
}

.doc-tags p {
  padding-left: 0;
}


.doc-education ul li::before {
  content: url(/assets/images/ok.svg);
  height: 1em;
  padding-right: 10px;
}

.search-form__page {
  flex-grow: 1;
  border: 2px solid #7c7c7c52;
  box-sizing: border-box;
  border-radius: 10px;
  padding: 15px;
  font-size: 16px;
  margin-right: 20px;
}

.search-form--page {
  width: 100%;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
}

.tpl-block-3--result .search-result-item {
  padding: 10px;
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  justify-items: flex-start;
  margin-bottom: 0.5rem;
}

.tpl-block-3--result .search-result-item .tpl-text-default-paragraph {
  font-size: 16px;
}

.search-result-title h2 {
  margin-bottom: 20px;
}

.tpl-block-2--form {
  margin-bottom: 20px;
}

.tpl-block-2--form {
  padding-top: 66px;
}

@media (max-width: 1140px) {
  .tpl-block-2--form {
    padding-top: 0;
  }

  .tpl-button--search {
    padding: 10px 26px;
  }

  .search-form__page {
    padding: 5px;
    height: 44px;
  }

  .tpl-block-3--result .search-result-item {
    padding: 5px;
  }
}

.tpl-block-3--result .search-result-item:nth-child(2n + 1) {
  background: #eee;
}

.form__row {
  width: 100%;
  padding-bottom: 30px;
}

.hide {
  display: none !important;
}

.form_control {
  border-radius: 5px;
  width: 100%;
  border: 1px solid silver;
  padding: 13px 20px;
}

h1 {
  margin-bottom: 60px;
  text-align: center;
}

.navigation__item li:hover {
  color: #00a6c0;
}

.navigation__item li {
  margin-bottom: 10px;
  color: #000010;
  cursor: pointer;
}

.articles_item.hidden {
  max-height: 0;
  overflow: hidden;
  margin: 0;
  border: none;
}

.reviews_item__wrap::before {
  content: none;
  font-family: Gilroy;
  font-size: 50px;
  position: absolute;
  top: 35px;
  right: 35px;
  transform: translate(-54%, -15%);
  color: #00a6c0;
}

.new_class_for_button::placeholder {
  color: white;
}

@media (max-width: 420px) {
  .callUs {
    display: flex;
    justify-content: center;
    width: 100%;
  }

  .banner_advantages_item div {
    padding: 0;
    padding-left: 10px;
  }
}

.contentprice-table__link a {
  color: black;
}

.contentprice-table__price {
  color: rgba(0, 166, 192, 1);
}

.stages__container {
  padding-block: 70px;
}

.stages__grid {
  max-width: 1200px;
  margin: 0 auto;
}

.services ul li {
  list-style: none;
}

.services__grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, 315px);
  justify-content: center;
  gap: 10px;
}

.service {
  padding: 24px;
  background-color: #00a6c00d;
  border: 1px solid rgba(0, 166, 192, 0.2);
  border-radius: 10px;
  display: grid;
  grid-template-rows: min-content 1fr min-content;
}

.service_last {
  position: relative;
  display: block;
  background-color: #00a6c0;
  overflow: hidden;
}

.service_last::after {
  content: "";
  position: relative;
  z-index: 2;
  display: block;
  width: 130%;
  height: 130%;
  transform: translate(0%, 5%);
  background: linear-gradient(333deg,
      rgba(218, 245, 255, 1) 0%,
      rgba(0, 166, 192, 1) 72%,
      rgba(0, 166, 192, 1) 100%);
  transition: transform 350ms ease-out;
}

.service_last:hover::after {
  transform: translate(-8%, -92%);
}

.service_last a {
  position: relative;
  z-index: 3;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}

.service_last .service__title {
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.3;
}

.service__title {
  color: #2d2d2d;
  font-size: 20px;
  font-weight: 600;
  line-height: 1.3;
  padding-block-end: 16px;
  transition: color 300ms linear;
}

.services__list {
  padding-block-start: 16px;
  display: flex;
  flex-direction: column;
  gap: 10px;
  position: relative;
}

.services__list::before {
  content: "";
  display: block;
  height: 1px;
  background-color: rgba(0, 166, 192, 0.1);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}

.service__item-link {
  color: #2d2d2d;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.3;
  transition: color 300ms linear;
}

.service__item-link:hover,
.service__title:hover {
  color: rgb(0, 166, 192);
}

.service__open {
  color: rgb(0, 166, 192);
  font-size: 16px;
  font-weight: 500;
  line-height: 1.3;
  align-self: end;
  padding-block-start: 10px;
  transition: filter 300ms linear;
}

.service__open:hover {
  filter: brightness(1.3);
}

@media screen and (width<=1290px) {
  .service_last::after {
    content: none;
    display: none;
  }

  .service_last {
    transition: background-color 300ms linear;
  }

  .service_last:hover {
    background-color: #50becf;
  }
}

.stages__grid picture img {
  width: 100%;
  object-fit: contain;
  object-position: center center;
}

@media (width <=1090px) {
  .stages__container {
    display: none;
  }
}

.stage-card {
  background-color: #ffffff;
  padding: 24px;
  border-radius: 8px;
  box-shadow: 4px 4px 6px rgba(0, 0, 0, 0.1);
  position: relative;
  text-align: center;
  min-height: 200px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-top: 30px;
}

.stage-card__icon {
  width: 85px;
  position: absolute;
  top: -24px;
  left: 50%;
  transform: translateX(-50%);
  object-fit: contain;
}

.stage-card__description {
  color: #4b5563;
  margin-top: 32px;
  font-size: 1rem;
  line-height: 1.5;
}

.article__flex {
  display: flex;
  justify-content: space-between;
  margin-bottom: 50px;
}

.title--article {
  font-size: 28px;
  color: #333;
  margin-bottom: 15px;
}

/* Блок с врачами (правая часть) */
.doctors-card {
  width: 50%;
  background: #00c4b3;
  padding: 20px;
  border-radius: 12px;
}

.doctors-card__item {
  display: flex;
  align-items: center;
  gap: 24px;
  background: white;
  padding: 12px;
  border-radius: 20px;
  margin-bottom: 16px;
  text-decoration: none;
  transition: transform 0.2s ease;
}

.doctors-card__item:hover {
  transform: translateY(-2px);
}

.doctors-card__image {
  width: 87px;
  height: 87px;
  border-radius: 40px;
  object-fit: cover;
  flex-shrink: 0;
}

.doctors-card__content {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.doctors-card__label {
  margin: 0;
}

.doctors-card__position {
  line-height: 1.4;
}

.doc__item.doctors-card__item {
  display: grid;
  grid-template-columns: 1fr 27%;
  align-items: start;
  margin: 0;
  width: 100%;
  color: #7c7c7c;
}

.doc__item.doctors-card__item p {
  margin-top: 0;
}

.doctors-card__name {
  margin: 0;
  font-size: 20px;
  font-weight: 600;
  color: #222;
  line-height: 1.3;
}

.doctors-card__left {
  display: flex;
  gap: 24px;
}

.doctors-card__date {
  display: flex;
  flex-direction: column;
  gap: 6px;
  max-width: max-content;
}

.doctors-card__date span {
  color: #222;
  font-size: 20px;
}

.navigation ul,
.navigation--article ul {
  list-style: none;
}

.navigation--article {
  width: 50%;
  max-width: 509px;
}

.navigation--article ul li::before {
  display: none;
}

.navigation--article .navigation__item ul {
  max-height: 0;
  overflow: hidden;
  opacity: 0;
  transition: max-height 0.7s ease, opacity 0.5s ease;
}

.navigation--article .navigation__item.active ul {
  max-height: 1500px;
  opacity: 1;
  transition: max-height 0.7s ease, opacity 0.5s ease;
}

/* Адаптив */
@media (max-width: 768px) {
  .article__flex {
    display: flex;
    flex-direction: column;
    width: 100%;
  }

  .section_item.item_doc {
    align-items: baseline;
  }

  .navigation--article,
  .doctors-card {
    width: 100%;
  }

  .doc__item.doctors-card__item {
    grid-template-columns: 1fr;
    border-radius: 18px;
  }

  .doctors-card__item {
    flex-direction: column;
    align-items: flex-start;
    gap: 12px;
  }

  .doctors-card__image {
    width: 64px;
    height: 64px;
  }

  .doctors-card__name {
    font-size: 16px;
  }

  .doctors-card__date {
    flex-direction: row;
  }

  .doctors-card__date span {
    font-size: 16px;
  }
}

@media (max-width: 480px) {
  .doctors-card {
    padding: 15px;
  }

  .doctors-card__item {
    padding: 10px;
  }

  .title--article {
    font-size: 1.1rem;
  }
}

.mynewown-swiper {
  width: 100%;
  height: auto;
}

.mynewown-slide {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding: 20px;
  background-color: #f9f9f9;
  border: 1px solid #ddd;
  border-radius: 8px;
}

.mynewown-article-info {
  min-height: 215px;
  /* Сохранение высоты из инлайнового стиля */
  display: flex;
  /* Сохранение flex из инлайнового стиля */
  justify-content: space-between;
  /* Сохранение выравнивания из инлайнового стиля */
  flex-direction: column;
  /* Сохранение направления из инлайнового стиля */
  text-align: left;
  /* Сохранение выравнивания заголовка */
}

.mynewown-article-title {
  font-size: 1.5em;
  margin: 0 0 10px;
}

.mynewown-article-details {
  display: flex;
  /* Сохранение flex из инлайнового стиля */
  justify-content: space-between;
  /* Сохранение выравнивания из инлайнового стиля */
}

.mynewown-article-links {
  display: flex;
  /* Сохранение flex из инлайнового стиля */
  justify-content: center;
  /* Сохранение выравнивания из инлайнового стиля */
  align-items: center;
  /* Сохранение выравнивания из инлайнового стиля */
  gap: 20px;
  /* Сохранение отступа между элементами */
}

.mynewown-article-date {
  font-size: 0.9em;
  color: #888;
  /* Цвет для даты */
  margin-bottom: 10px;
}

.mynewown-read-more-button {
  display: inline-block;
  padding: 10px 15px;
  color: rgba(0, 166, 192, 1);
  text-decoration: none;
  border-radius: 5px;
}

.fa-phone-alt {
  color: #fff;
  padding-right: 10px;
}

.fa-envelope {
  color: #fff;
  padding-right: 10px;
}

.contacts-container {
  margin: 0;
  display: flex;
  flex-direction: column;
}

.contacts-link {
  font-size: 18px;
}

#orderModal p {
  margin-bottom: 15px;
  font-size: 28px;
  line-height: 1.2;
  font-weight: 700;
  text-align: center;
}

@media screen and (width< 767px) {
  .services .swiper-slide {
    background-color: #00a6c00d;
  }

  .services .service_last {
    display: none;
  }
}

@media screen and (width<=700px) {
  .map {
    border-radius: 20px;
    overflow: hidden;
  }

  .map_info p:first-child {
    font-size: 22px;
    line-height: 1.1;
  }

  .map_info p a {
    font-size: 16px;
  }

  .map_info p span {
    font-size: 12px;
  }

  .map_info {
    top: auto;
    bottom: 10px;
    padding: 20px;
  }

  .footer_sections {
    align-items: flex-start !important;
  }
}

@media screen and (width<=600px) {
  .banner_h1 {
    font-size: 30px;
    line-height: 1.1;
  }

  #orderModal .banner_buttons_callback,
  .banner_buttons .banner_buttons_callback {
    font-size: 14px;
    line-height: 1.3;
  }

  .service-title {
    font-size: 30px;
    line-height: 1.1;
  }

  .navigation__title {
    font-size: 20px;
    padding-block-end: 15px;
  }

  .navigation__container {
    margin-block-end: 0;
  }

  .service_pages_tittle {
    font-style: 30px;
  }

  .footer_search .search-form {
    width: 100%;
  }

  .footer_search form input {
    max-width: none !important;
  }

  .advantages__title {
    font-size: 30px;
    line-height: 1.1;
    text-align: center;
  }
}

@media screen and (width<=400px) {
  .mobile-phone .info_right_nb {
    flex-direction: column;
  }

  .mobile-only .popup-btn {
    padding: 16px 38px;
    text-align: center;
  }
}

@media screen and (width<=430px) {
  .mobile-only .banner_buttons_order {
    display: none;
  }

  .mobile-only .banner_buttons_callback {
    width: 100%;
    font-size: 16px;
  }

  .popup__content .form .callback_modal_name {
    display: none;
  }
}

.header__search {
  position: relative;
}

.header__search .footer_search-button svg .core {
  transition: stroke 300ms ease-out;
}

.header__search .footer_search-button:hover svg .core {
  stroke: #00a6c0;
}

.header__search .footer_search-text {
  margin: 0;
  padding: 12px;
  border-radius: 20px;
  border: 1px solid #00a6c0;
  font-size: 16px;
  max-width: 250px;
}

.header__search .footer_search-button {
  position: absolute;
  right: 2px;
  top: 2px;
  aspect-ratio: 1 / 1;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 5px;
  width: auto;
  cursor: pointer;
}

.banner {
  max-width: 760px;
}

.nform__wrapper {
  border-radius: 24px;
  overflow: hidden;
  background-color: #00a6c0;
  padding: 20px;
  display: flex;
  flex-direction: row;
  gap: 20px;
  margin: 60px 0;
}

.nform__wrapper picture {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  width: 300px;
  height: 300px;
  border-radius: 12px;
  overflow: hidden;
  background-color: #ffffff;
}

.nform__wrapper picture img {
  padding: 30px;
  max-width: none;
  height: auto;
  width: auto;
  margin: 0;
}

.nform__inner {
  display: flex;
  flex-direction: column;
  gap: 24px;
  justify-content: space-between;
  padding: 20px;
}

p.nform__text {
  color: #ffffff;
  font-size: 24px;
  font-weight: 500;
  line-height: 1.2;
  margin: 0;
}

.nform__form {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  row-gap: 12px;
  column-gap: 20px;
}

.nform__form>* {
  margin: 0;
}

.nform__form input {
  background-color: #26b3c9;
  border: none;
  color: #ffffff;
}

.nform__form input::placeholder {
  color: #ffffff;
}

p.nform__politic {
  font-size: 12px;
  color: #ffffffcc;
  margin: 0;
}

.nform__politic a {
  color: #ffffffcc;
  text-decoration: underline;
}

@media screen and (max-width: 800px) {
  .nform__wrapper {
    flex-direction: column;
  }

  .nform__inner {
    padding: 0;
  }

  .nform__wrapper picture {
    width: 100%;
    height: 130px;
  }

  p.nform__text {
    font-size: 18px;
  }

  .nform__form {
    grid-template-columns: 1fr;
    gap: 8px;
  }
}

/* Слайдер лицензий */
.swiper-licences {
  margin: 0 60px;
  position: relative;
  overflow: hidden;
}

.swiper-container {
  padding: 18px 8px;
  overflow: hidden;
}

.swiper-slide {
  background: #fff;
  max-width: 800px;
  margin: 0 auto;
}

.swiper-slide img {
  width: auto;
  max-width: 100%;
  max-height: 40vh;
  height: auto;
  object-fit: contain;
  border-radius: 8px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

.swiper-button-next,
.swiper-button-prev {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #00a6c0;
  width: 50px;
  min-width: 50px;
  height: 50px;
  border-radius: 10px;
}

.swiper-button-next::after,
.swiper-button-prev::after {
  display: none;
}

.swiper-button-next svg,
.swiper-button-prev svg {
  width: auto;
  height: auto;
}

.swiper-button-next {
  margin-right: -90px;
}

.swiper-button-prev {
  margin-left: -90px;
}

/* Слайдер статей */
.mynewown-swiper-button-next-2,
.mynewown-swiper-button-prev-2 {
  width: 40px;
  aspect-ratio: 1 / 1;
  border-radius: 10px;
  padding: 10px;
  background-color: #00a6c0;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  position: absolute;
  top: 45%;
  z-index: 5;
}

.mynewown-swiper-button-next-2 {
  transform: rotateZ(180deg);
  right: 0;
}

.mynewown-swiper-button-prev-2 {
  left: 0;
}

@media (max-width: 768px) {
  .mynewown-swiper-button-next-2,
  .mynewown-swiper-button-prev-2 {
    display: none;
  }

  .swiper-licences {
    margin: 0 30px;
  }

  .swiper-button-next,
  .swiper-button-prev {
    display: none;
  }
}

.menu_list li:has(a[href*="/psihiatriya/"]) {
  display: none !important;
}

.menu_list li:has(a[href*="/psihoterapiya/"]) {
  display: none !important;
}

.menu_list li:has(a[href*="/kapelnitsy/"]) {
  display: none !important;
}

.navigation__title.title--article {
  border-bottom: 1px #00a6c0 solid;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 10px;
}

.nav-spoiler {
  width: 59px;
  height: 59px;
  background-color: #00a6c0;
  border-radius: 5px;
  cursor: pointer;
  position: relative;
}

.nav-spoiler_h,
span.nav-spoiler_v {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.nav-spoiler_v {
  width: 2px;
  height: 19px;
  background-color: white;
}

.nav-spoiler_h {
  width: 19px;
  height: 2px;
  background-color: white;
}

@media (max-width: 768px) {
  .nav-spoiler {
    width: 36px;
    height: 36px;
  }

  .nav-spoiler_v {
    height: 14px;
  }

  .nav-spoiler_h {
    width: 14px;
  }
}

.navigation__item ol {
  transition: 0.5s ease-in-out;
  max-height: 0;
  overflow: hidden;
}

.active.navigation__item ol {
  max-height: 900px;
}

.active .nav-spoiler_v {
  max-height: 0px;
}

.b_yakor_block {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  background: #fff;
  padding: 32px;
}

.text_yakor_mal {
  font-size: 16px;
  line-height: 28px;
  color: #00a6c0;
}

.text_yakor_big {
  font-size: 20px;
  line-height: 28px;
  color: #00a6c0;
}

@media (max-width: 768px) {
  .floting {
    width: 100%;
    margin-bottom: 16px;
  }

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

.text_yakor_mal:hover {
  color: #2b717c;
}

.callback-banner {
  box-sizing: border-box;
  font-family: Arial, sans-serif;
  /* Замените на нужный шрифт проекта */
}

.callback-banner__container {
  background-color: #00a6c01a;
  border: 1px solid #00a6c0;
  border-radius: 30px;
  padding: 40px 60px;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 40px;
}

.callback-banner__content {
  max-width: 600px;
}

.callback-banner__title {
  margin: 0 0 25px 0;
  font-size: 42px;
  font-weight: 400;
  color: #000;
  text-align: left;
}

.callback-banner__text {
  margin: 0;
  font-size: 24px;
  line-height: 1.3;
  color: #000;
}

.callback-banner__form {
  width: 100%;
  max-width: 320px;
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.callback-banner__input {
  width: 100%;
  box-sizing: border-box;
  padding: 15px 20px;
  background-color: #26b3c9;
  border: none;
  border-radius: 12px;
  font-size: 18px;
  color: #ffffff;
}

.callback-banner__input::placeholder {
  color: rgba(255, 255, 255, 0.9);
}

.callback-banner__button {
  width: 100%;
  padding: 15px 20px;
  background-color: #ffffff;
  border: 1px solid #26b3c9;
  border-radius: 12px;
  color: #26b3c9;
  font-size: 18px;
  cursor: pointer;
  transition: opacity 0.2s;
}

.callback-banner__button:hover {
  opacity: 0.8;
}

.callback-banner__policy {
  margin: 0;
  font-size: 12px;
  line-height: 1.2;
  color: #000;
}

.callback-banner__policy-link {
  color: #000;
  text-decoration: underline;
}

@media (max-width: 768px) {
  .callback-banner__container {
    padding: 30px 20px;
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 30px;
    border-radius: 40px;
  }

  .callback-banner__title {
    font-size: 32px;
    margin-bottom: 20px;
  }

  .callback-banner__text {
    font-size: 20px;
  }

  .callback-banner__form {
    max-width: 100%;
  }

  .callback-banner__policy {
    text-align: left;
  }
}

.consult-popup-wrap {
  position: fixed;
  inset: 0;
  width: 100%;
  height: 100%;
  padding: 20px;
  display: none;
  align-items: center;
  justify-content: center;
  background: rgba(0, 0, 0, 0.45);
  z-index: 99999;
}

.consult-popup-wrap.open {
  display: flex;
  justify-content: center;
  align-items: center;
}

.consult-popup {
  position: relative;
  width: 100%;
  max-width: 750px;
  box-sizing: border-box;
  padding: 40px;
  border-radius: 10px;
  background: #00a6c0;
  color: #ffffff;
  box-shadow: 0 10px 32px rgba(0, 0, 0, 0.18);
}

.consult-popup * {
  box-sizing: border-box;
}

.consult-popup__close {
  position: absolute;
  top: 20px;
  right: 20px;
  width: 28px;
  height: 28px;
  padding: 0;
  border: none;
  border-radius: 50%;
  background: #ffffff40;
  font-size: 24px;
  line-height: 1;
  font-weight: 400;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
}

.consult-popup__content {
  width: 100%;
}

.consult-popup__title {
  margin: 0 0 10px 0;
  font-size: 28px;
  line-height: 130%;
  font-weight: 700;
}

.consult-popup__text {
  margin: 0 0 25px 0;
  font-size: 18px;
}

.consult-popup__inner {
  display: flex;
  gap: 34px;
  align-items: stretch;
}

.consult-popup__timer {
  padding: 39px 30px 29px 30px;
  border-radius: 10px;
  background: #ffffff40;
  display: flex;
  align-items: center;
  justify-content: center;
}

.consult-popup__timer-list {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}

.consult-popup__timer-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 10px;
}

.consult-popup__timer-item {
  width: 80px;
  height: 80px;
  border-radius: 8px;
  background: #ffffff;
  color: #00a6c0;
  font-size: 40px;
  line-height: 130%;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
}

.consult-popup__timer-sep {
  color: #ffffff;
  font-size: 28px;
  line-height: 130%;
}

.consult-popup__form-block {
  display: flex;
  flex-direction: column;
  gap: 14px;
}

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

.consult-popup__input {
  width: 100%;
  height: 60px;
  padding: 20px;
  border: none;
  outline: none;
  border-radius: 10px;
  background: #ffffff40;
  color: #ffffff;
  font-size: 16px;
  line-height: 130%;
}

.consult-popup__input::placeholder {
  color: #ffffff;
  opacity: 1;
}

.consult-popup__submit {
  height: 60px;
  text-align: center;
}

.consult-popup__policy {
  font-size: 12px;
}

.consult-popup__policy a {
  text-decoration: underline;
  color: #ffffff;
}

@media (max-width: 767px) {
  .consult-popup-wrap {
    padding: 16px;
  }

  .consult-popup {
    padding: 40px 20px;
  }

  .consult-popup__close {
    top: 20px;
    right: 20px;
    width: 22px;
    height: 22px;
    font-size: 20px;
  }

  .consult-popup__title {
    margin: 0 0 8px 0;
    font-size: 24px;
  }

  .consult-popup__text {
    margin-bottom: 30px;
    font-size: 16px;
  }

  .consult-popup__inner {
    flex-direction: column;
    gap: 30px;
  }

  .consult-popup__timer {
    padding: 0;
    background: transparent;
  }

  .consult-popup__timer-list {
    gap: 5px;
  }

  .consult-popup__timer-item {
    width: 60px;
    height: 60px;
    font-size: 24px;
  }

  .consult-popup__timer-sep {
    font-size: 24px;
  }

  .consult-popup__form-block {
    gap: 10px;
  }

  .consult-popup__form {
    gap: 6px;
  }

  .consult-popup__input {
    height: 50px;
    font-size: 14px;
  }

  .consult-popup__submit {
    height: 50px;
  }
}

.fact-block {
  margin: 50px 0;
}

.fact-block__wrap {
  background-color: #00a6c01a;
  border-radius: 20px;
  padding: 30px 20px;
  display: flex;
  flex-direction: column;
}

.fact-block__title {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 16px;
  font-size: 14px;
  color: #00a6c0;
  padding: 8px 16px;
  background-color: white;
  border-radius: 10px;
  max-width: fit-content;
}

.fact-block__title svg {
  width: 9px;
  height: 28px;
}

.fact-block__text {
  margin-bottom: 20px;
  display: flex;
  flex-direction: column;
  gap: 10px;
  font-size: 16px;
}

.fact-block__text p b {
  margin-bottom: 10px;
  display: block;
  font-size: 24px;
}

.fact-block__doc {
  display: flex;
  border-radius: 16px;
  background-color: white;
  padding: 12px;
  gap: 24px;
  align-items: center;
}

.fact-block__doc picture {
  width: 100px;
  height: 100px;
  border-radius: 100%;
  flex-shrink: 0;
  overflow: hidden;
}

.fact-block__doc picture img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.fact-block__doc-content {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.fact-block__doc-content-title {
  font-size: 18px;
  margin-bottom: 5px;
  color: #00a6c0cc;
}

.fact-block__doc-content-name {
  font-size: 20px;
  font-weight: 600;
  color: #00a6c0;
}

.fact-block__doc-content-post {
  font-size: 16px;
  color: #7c7c7c;
}

@media (max-width: 768px) {
  .fact-block {
    margin: 0 0 50px 0;
  }

  .fact-block__wrap {
    padding: 20px;
  }

  .fact-block__title {
    font-size: 12px;
  }

  .fact-block__doc-content-title {
    font-size: 12px;
  }

  .fact-block__doc-content-name {
    font-size: 16px;
  }

  .fact-block__doc picture {
    width: 60px;
    height: 60px;
  }

  .fact-block__doc-content-post {
    font-size: 14px;
  }

  .fact-block__doc {
    gap: 12px;
  }

  .fact-block__text {
    font-size: 14px;
  }

  .fact-block__text p b {
    font-size: 20px;
  }
}

/* АПП */
.app-block {
  margin-bottom: 100px;
}

.app-block__wrap {
  padding: 40px;
  background: url(../img/app-desk.png) center center no-repeat;
  background-size: cover;
  border-radius: 20px;
  color: #fff;
  display: flex;
  gap: 80px;
  align-items: center;
  justify-content: space-between;
}

.app-block__content-title {
  font-size: 40px;
  font-weight: 700;
  margin-bottom: 32px;
}

.app-block__content-text {
  font-size: 18px;
  font-weight: 400;
  margin-bottom: 32px;
}

.app-block__list {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
}

.app-block__list-item {
  font-size: 16px;
  padding: 10px 16px;
  border-radius: 8px;
  background-color: #fff;
  color: #2d2d2d;
  font-weight: 500;
}

.app-block__btn-wrap {
  min-width: 460px;
}

.app-block-btn {
  width: 100%;
  transition: all 0.3s ease-in;
  margin-left: 0;
  justify-content: center;
  display: flex;
}

.app-block-btn:hover {
  border-color: #fff;
}

@media (max-width: 1200px) {
  .app-block__wrap {
    flex-direction: column;
    align-items: flex-start;
    gap: 30px;
  }

  .app-block__btn-wrap {
    min-width: fit-content;
  }
}

@media (max-width: 768px) {
  .app-block {
    margin-bottom: 30px;
  }

  .app-block__wrap {
    padding: 24px 18px;
    background: url(../img/app-mob.png) center center no-repeat;
    background-size: cover;
    border-radius: 10px;
  }

  .app-block__content-title {
    font-size: 30px;
    margin-bottom: 10px;
  }

  .app-block__content-text {
    font-size: 14px;
    margin-bottom: 30px;
  }

  .app-block__list {
    flex-direction: column;
    gap: 8px;
  }

  .app-block__list-item {
    max-width: fit-content;
    font-size: 16px;
  }
}

@media (max-width: 500px) {
  .app-block-btn {
    min-width: 100%;
  }

  .app-block__btn-wrap {
    min-width: 100%;
  }
}


.warranty {
  margin: 75px 0;
}

.warranty__wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
  background: url(../img/app-desk.png) center center no-repeat;
  background-size: cover;
  border-radius: 20px;
  color: #fff;
  padding: 24px;
}

.warranty__content {
  display: flex;
  flex-direction: column;
  gap: 40px;
  padding: 16px 0 16px 16px;
  max-width: calc(100% - 506px);
  z-index: 4;
}

.warranty__title {
  font-size: 40px;
  font-weight: 700;
  line-height: 1.1;
}

.warranty__picture {
  height: 100%;
  display: block;
  max-width: 466px;
  z-index: 3;
  position: relative;
  overflow: hidden;
  width: 100%;
  border-radius: 12px;
}

.warranty__picture::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-image: url("../img/quarantee-decor.png");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  background-blend-mode: multiply;
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
  top: 0;
  z-index: 4;
  opacity: 0.7;
}

.warranty__picture img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.warranty__btn {
  padding: 16px 32px;
  border: 1px solid #00a6c0;
  border-radius: 10px;
  color: #00a6c0;
  background: #fff;
  transition: all 300ms ease-out;
  max-width: fit-content;
}

.warranty__btn:hover {
  background-color: #00a6c0;
  color: #fff;
  border-color: #fff;
}

@media (max-width: 1460px) {
  .warranty__picture {
    width: 500px;
  }

  .warranty__content {
    display: flex;
    flex-direction: column;
    gap: 20px;
    padding: 28px 0 28px 28px;
    max-width: calc(100% - 540px);
    z-index: 4;
  }

  .warranty__title {
    font-size: 32px;
  }
}

@media (max-width: 1024px) {
  .warranty__wrapper {
    flex-direction: column;
    align-items: flex-start;
  }

  .warranty__content {
    padding: 0;
    max-width: 100%;
  }

  .warranty__wrapper {
    padding: 18px;
  }

  .warranty__picture {
    width: 100%;
    max-width: 100%;
    min-height: 196px;
  }

  .warranty__picture img {
    min-height: 196px;
  }

  .warranty {
    margin: 30px 0;
  }
}

@media (max-width: 768px) {
  .warranty__title {
    font-size: 30px;
  }

  .warranty__wrapper {
    border-radius: 10px;
    gap: 30px;
  }

  .warranty__btn {
    max-width: 100%;
  }

  .warranty {
    margin: 0;
  }
}

.articles {
  margin-top: 40px;
}

.service_pages_tittle {
  margin-top: 0px;
}

@media screen and (max-width: 426px) {
  .service_pages_tittle {
    margin-top: 0px !important;
  }
}

@media (max-width: 992px) {
  .breadcrumbs {
    margin-top: 10px;
    margin-bottom: 10px;
  }
}

.articles h1 {
  padding-bottom: 0;
}

.navigation__item ol {
  transition: 0.5s ease-in-out;
  max-height: fit-content;
  overflow: visible;
}

.navigation__container {
  margin-block-end: 0px;
}

.header__row {
  align-items: center;
}

.header__contact-link_mobile.new_class {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 34px;
  height: 34px;
}

.social_links {
  display: flex;
  gap: 7px;
}

.social_links i {
  font-size: 18px;
  color: #ffffff;
}

.social_links--inverse {
  margin-top: 30px;
  padding: 20px;
  justify-content: center;
  align-items: center;
  gap: 28px;
  border-radius: 20px;
  font-weight: 800;
  color: #ffffff;
  background-color: #00a6c0;
}

.social_links--inverse a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 60px;
  border-radius: 10px;
  background-color: #ffffff;
}

.reviews_section .content {
  position: relative;
}

.reviews_section .social_links a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 60px;
  border-radius: 10px;
  border: 1px solid #ffffff;
}

.social_links--inverse i {
  font-size: 30px;
  color: #00a6c0;
}

.reviews_section .social_links i,
.order .social_links i {
  font-size: 30px;
}

.social_links-list {
  display: flex;
  align-items: center;
  gap: 14px;
}

.section__buttons {
  position: absolute;
  top: 0;
  right: 0;
  display: flex;
}

.reviews_section .section__buttons {
  top: 120px;
  right: 15px;
}

.show-more {
  display: block;
  width: max-content;
  font-family: inherit;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.3;
  text-align: center;
  text-decoration: none;
  padding: 15px 32px;
  height: fit-content;
  border-radius: 10px;
  transition: all 300ms linear;
}

.show-more {
  color: #00a6c0;
  background-color: #fff;
  border: 1px solid #00a6c0;
}

.show-more:hover {
  color: #fff;
  background-color: #00a6c0;
  border: 1px solid #fff;
}

.services .show-more {
  display: none;
}

.reviews_section .service-title {
  color: #ffffff;
}

.reviews_section .show-more {
  margin-left: 14px;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 60px;
  background-color: transparent;
  border: 1px solid #ffffff;
  color: #ffffff;
}

.order .social_links a {
  margin-bottom: 14px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 50%;
  height: 60px;
  border-radius: 10px;
  border: 1px solid #ffffff;
}

@media (max-width: 992px) {
  .social_links--inverse {
    margin-top: 20px;
    padding: 16px;
    flex-direction: column;
    gap: 12px;
  }

  .social_links--inverse a,
  .reviews_section .social_links a {
    width: 50px;
    height: 50px;
  }

  .social_links--inverse i,
  .order .social_links i {
    font-size: 25px;
  }

  .social_links-list {
    gap: 10px;
  }

  .section__buttons {
    position: static;
    justify-content: center;
    margin-top: 20px;
  }

  .reviews_section .show-more {
    height: 50px;
  }

  .order .social_links a {
    height: 50px;
  }
}

.banner_advantages_item div {
  font-size: 18px;
  color: black;
}

@media (max-width: 992px) {
  .banner-service .banner_advantages {
    order: 1;
  }

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

@media screen and (max-width: 426px) {
  .banner h1 {
    padding-bottom: 0;
  }

  .banner_text {
    margin-top: 30px;
  }

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



.statistic {
  margin: 70px 0;
}

.statistic__title {
  text-align: center;
}

.statistic__rows {
  border-radius: 20px;
  padding: 40px;
  background: #00a6c0 url("/good_narkolog/assets/img/statictic-bg.jpg") no-repeat center / cover;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px 60px;
  justify-items: center;
  position: relative;
}

.statistic__rows::before,
.statistic__rows::after {
  content: "";
  display: block;
  width: 1px;
  height: 250px;
  background: rgba(255, 255, 255, 0.5);
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

.statistic__rows::before {
  left: 33%;
}

.statistic__rows::after {
  right: 33%;
}

.statistic__item {
  max-width: 295px;
}

.statistic__item-number {
  font-weight: 700;
  font-size: 40px;
  line-height: 100%;
  color: #fff;
  margin-bottom: 8px;
}

.statistic__item-text {
  font-weight: 500;
  font-size: 16px;
  line-height: 130%;
  color: #2d2d2d;
  max-width: 280px;
}

@media (max-width: 992px) {
  .statistic__item-number {
    font-size: 34px;
  }
}

@media (max-width: 767px) {
  .statistic__rows {
    border-radius: 10px;
    padding: 24px 18px;
    grid-template-columns: repeat(1, 1fr);
    gap: 14px;
    background: url("../img/app-mob.png") no-repeat center / cover;
    justify-items: stretch
  }

  .statistic__rows::before,
  .statistic__rows::after {
    content: none;
  }

  .statistic__item {
    max-width: 100%;
  }

  .statistic__item:not(:last-child) {
    padding-bottom: 10px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.5);
  }

  .statistic__item-number {
    font-size: 30px;
    margin-bottom: 6px;
  }
}

.footer__end-raiting{
    display:flex;
    gap:10px;
    align-items:center;
	color: #fff;
	margin-top: 20px;
}
.footer__end-raiting img{
    width:40px;
}
.footer__end-raiting span{
   font-size:18px;
    font-weight:600;
}
.footer__payment{
    margin-bottom:30px;
}


.reviews__raiting{
    display:flex;
    gap:10px;
    align-items:center;
    margin-bottom:20px;
}
.reviews__raiting img{
    width:40px;
}
.reviews__raiting span{
   font-size:18px;
    font-weight:600;
}

.bottom-info__wrapper {
        position: fixed;
        inset: auto 0 0 0;
        z-index: 100000;
        color: #fff;
        font: inherit;
        background-color: rgba(0, 0, 0, 0.73);
        opacity: 0;
        transition: opacity 300ms;
        display: none;
    }

    @media screen and (max-width: 400px) {
        .bottom-info__wrapper {
            font-size: 12px;
        }
    }

    .bottom-info__wrapper.active {
        opacity: 1;
    }

    .bottom-info__wrapper .bottom-info {
        display: flex;
        justify-content: space-between;
        align-items: center;
        margin: 10px 15px 10px 20px;
    }

    @media screen and (max-width: 700px) {
        .bottom-info__wrapper .bottom-info {
            flex-direction: column;
        }
    }

    .bottom-info__wrapper .bottom-info__content {
        margin: 0 10px 0 0;
        line-height: 1.3;
    }

    .bottom-info__content a {
        color: #00a6c0;
        text-decoration: underline;
        transition: color 300ms;
    }

    .bottom-info__content a:hover {
        color: #fff;
    }

    @media screen and (max-width: 700px) {
        .bottom-info__wrapper .bottom-info__content {
            text-align: center;
            margin: 0 30px 0 0;
        }
    }

    .bottom-info__wrapper .bottom-info__action {
        display: flex;
    }

    @media screen and (max-width: 639px) {
        .bottom-info__wrapper .bottom-info__action {
            margin: 10px 0 0;
        }
    }

    .bottom-info__wrapper .bottom-info__button-agree {
        font-size: 0.9em;
        line-height: 2;
        font-weight: 500;
        color: #000;
        border-radius: 5px;
        padding: 2px 15px;
        text-transform: uppercase;
        display: block;
        background-color: #ffffffe8;
        border: none;
        cursor: pointer;
    }

    .bottom-info__wrapper .bottom-info__button-cross {
        width: 28px;
        height: 28px;
        padding: 5px;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 2.4em;
        background-color: transparent;
        border: none;
        margin-inline-start: 12px;
        cursor: pointer;
    }

    @media screen and (max-width: 700px) {
        .bottom-info__wrapper .bottom-info__button-cross {
            position: absolute;
            top: 10px;
            right: 10px;
        }
    }

    .bottom-info__button-cross::after {
        content: "\00D7";
        color: #999;
        line-height: 1;
        transition: color 300ms;
    }

    .bottom-info__wrapper .bottom-info__button-cross:hover::after {
        color: #fff;
    }
.new_class{
    width: 52px;
    height: 52px;
    background-color: #00a6c0;
    border-radius: 50%;
}
.new_class svg{
    margin-top: 5px;
}