<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@-webkit-keyframes fade {
  0% {
      opacity: 0.1;
  }
  to {
      opacity: 1;
  }
}
@keyframes fade {
  0% {
      opacity: 0.1;
  }
  to {
      opacity: 1;
  }
}
@-webkit-keyframes slide {
  0% {
      opacity: 0;
      -webkit-transform: translate(0, -10px);
              transform: translate(0, -10px);
  }
  to {
      opacity: 1;
      -webkit-transform: translate(0, 0);
              transform: translate(0, 0);
  }
}
@keyframes slide {
  0% {
      opacity: 0;
      -webkit-transform: translate(0, -10px);
              transform: translate(0, -10px);
  }
  to {
      opacity: 1;
      -webkit-transform: translate(0, 0);
              transform: translate(0, 0);
  }
}
.b_main_banner {
  background: -webkit-gradient(linear, left top, right top, color-stop(0, #3f32d7), to(#3b61e1));
  background: -o-linear-gradient(left, #3f32d7 0, #3b61e1 100%);
  background: linear-gradient(90deg, #3f32d7 0, #3b61e1 100%);
}
.b_main_banner_btns {
  margin-top: 32px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.intro {
  background: -webkit-gradient(linear, left top, right top, color-stop(0, #3f32d7), to(#3b61e1));
  background: -o-linear-gradient(left, #3f32d7 0, #3b61e1 100%);
  background: linear-gradient(90deg, #3f32d7 0, #3b61e1 100%);
  position: relative;
  padding-top: 70px;
}
.intro::before,
.intro__picture::before {
  display: block;
  content: "";
  height: 100%;
  position: absolute;
  z-index: 1;
  background-size: cover;
}
.intro::before {
  width: 545px;
  left: 0;
  top: 0;
  bottom: 0;
  background: url(/netcat_template/template/2/img/intro/bg2.svg) center center no-repeat;
}
.intro__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.intro__title {
  font-weight: 700;
  font-size: 40px;
  line-height: 1.3;
  color: #fff;
  margin: 0 !important;
}
.intro__item,
.intro__item ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.intro__item {
  gap: 20px;
  width: 100%;
  max-width: 680px;
  color: #fff;
  padding-bottom: 70px;
}
.intro__item ul {
  gap: 12px;
  margin: 0 0 15px;
  padding: 0;
  -webkit-margin-before: 0;
          margin-block-start: 0;
  -webkit-padding-start: 0;
          padding-inline-start: 0;
}
.intro__item ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 12px;
}
.intro__item ul li picture,
.intro__picture {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.intro__item ul li picture {
  max-width: 40px;
  height: 40px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #fff;
  border-radius: 10px;
}
.intro__item ul li picture img {
  width: auto;
}
.intro__picture {
  position: relative;
  max-width: 530px;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  height: 100%;
  max-height: 475px;
  min-height: 475px;
}
.intro__picture::before {
  width: 100%;
  inset: 0;
  background: url(/netcat_template/template/2/img/intro/bg1.svg) center center no-repeat;
}
.intro__picture img {
  position: relative;
  z-index: 3;
  max-width: 330px;
}
.intro__price {
  position: absolute;
  top: 150px;
  z-index: 4;
  left: 0;
  padding: 15px 20px;
  background: rgba(255, 255, 255, 0.15);
  -webkit-backdrop-filter: blur(5px);
          backdrop-filter: blur(5px);
  border-radius: 5px;
  color: #fff;
}
.intro__price p {
  font-size: 16px;
  font-weight: 600;
  color: #ffffffc2;
  margin-bottom: 10px;
}
.intro__price span {
  font-size: 30px;
  font-weight: 700;
}
.intro__btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 15px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.intro__container {
  width: 100%;
  max-width: 1200px;
  padding: 0 15px;
  margin: 0 auto;
  position: relative;
  z-index: 2;
}
.intro__btn {
  background-color: #ff5c13;
  border: 1px solid #ff5c13;
  color: #fff;
  -webkit-transition: background-color 0.3s linear, color 0.3s linear;
  -o-transition: background-color 0.3s linear, color 0.3s linear;
  transition: background-color 0.3s linear, color 0.3s linear;
}
.intro__btn:hover {
  background-color: transparent;
  border-color: #fff;
}
.intro__btn:before {
  content: "";
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' id='SVGDoc' width='16' height='16' xmlns:xlink='http://www.w3.org/1999/xlink' viewBox='0 0 16 16'%3E%3Cdefs%3E%3Cpath d='M450.7069,637.52353l-10.46391,10.47493h-5.24311v-5.24778l10.46379,-10.47493c0.3907,-0.3904 1.02345,-0.3904 1.41415,0l3.82908,3.83179c0.39059,0.39212 0.39059,1.02502 0,1.416zM439.54285,645.95358l-2.50008,-2.50293l-0.04292,0.043v2.50236h2.49996zM448.49979,636.98695l-2.49996,-2.50121l-7.54292,7.55006l2.49996,2.50178z' id='Path-0'/%3E%3C/defs%3E%3Cg transform='matrix%281,0,0,1,-435,-632%29'%3E%3Cg%3E%3Cuse xlink:href='%23Path-0' fill='%23fff' fill-opacity='1'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
  width: 16px;
  height: 17px;
  display: inline-block;
  vertical-align: middle;
  margin: -4px 10px 0 0;
}
@media (max-width: 1130px) {
  .intro__picture {
      max-width: 330px;
  }
  .intro__picture::before {
      display: none;
  }
  .intro__price {
      left: -100px;
  }
}
@media (max-width: 1020px) {
  .intro__picture img {
      display: none;
  }
  .intro__item,
  .intro__picture {
      display: contents;
  }
  .intro__inner {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      gap: 15px;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      padding-bottom: 30px;
      padding-top: 30px;
  }
  .intro {
      padding-top: 0;
  }
  .intro__title {
      -webkit-box-ordinal-group: 2;
          -ms-flex-order: 1;
              order: 1;
      text-align: center;
  }
  .intro__price {
      -webkit-box-ordinal-group: 3;
          -ms-flex-order: 2;
              order: 2;
      position: static;
  }
  .intro::before {
      width: 100%;
  }
  .intro__item ul {
      -webkit-box-ordinal-group: 4;
          -ms-flex-order: 3;
              order: 3;
  }
  .intro__btns {
      -webkit-box-ordinal-group: 5;
          -ms-flex-order: 4;
              order: 4;
  }
}
@media (max-width: 650px) {
  .intro__title {
      font-size: 25px;
  }
  .intro::before {
      display: none;
  }
  .intro__price {
      width: 100%;
      padding: 10px;
      text-align: center;
  }
  .intro__price p {
      font-size: 12px;
      margin-bottom: 3px !important;
  }
  .intro__price span {
      font-size: 22px;
  }
  .intro__item ul {
      font-size: 14px;
      margin-bottom: 0;
  }
  .intro__btns {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      gap: 10px;
      width: 100%;
  }
  .intro__btns &gt; * {
      -ms-flex-preferred-size: 100%;
          flex-basis: 100%;
      width: 100%;
      font-size: 12px;
  }
  .intro__item ul li picture {
      height: 30px;
      max-width: 30px;
  }
  .intro__inner {
      padding-top: 20px;
  }
}
@media (max-width: 400px) {
  .intro__btn:before {
      display: none;
  }
}
._title_block,
.b_footer ._foot_logo ._text p._title,
.b_reviews .review_form .review_form_row,
.big-name,
.btn,
.contacts-page .zag span,
.faq h3,
.mobile__header-top ._link .title,
.name,
.online-order form input[type="submit"],
.quiz h1,
.quiz__info h2,
.table-btn,
.table__price-title h1,
.time__box-item-des,
.time__box-item-timer,
.time__btn,
.zag {
  text-transform: uppercase;
}
@font-face {
  font-family: Montserrat;
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: local(Montserrat), url(../fonts/Montserrat-Regular.woff2) format("woff2"), url(../fonts/Montserrat-Regular.woff) format("woff");
}
@font-face {
  font-family: Montserrat;
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: local(Montserrat), url(../fonts/Montserrat-Medium.woff2) format("woff2"), url(../fonts/Montserrat-Medium.woff) format("woff");
}
@font-face {
  font-family: Montserrat;
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: local(Montserrat), url(../fonts/Montserrat-SemiBold.woff2) format("woff2"), url(../fonts/Montserrat-SemiBold.woff) format("woff");
}
@font-face {
  font-family: Montserrat;
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: local(Montserrat), url(../fonts/Montserrat-Bold.woff2) format("woff2"), url(../fonts/Montserrat-Bold.woff) format("woff");
}
img,
legend {
  border: 0;
}
legend,
td,
th {
  padding: 0;
}
.img-responsive,
.img-thumbnail,
img {
  max-width: 100%;
  height: auto;
}
hr,
input[type="search"] {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
}
.btn_spec,
.collapse_text,
.my_accordeon-panel,
.post,
.sr-only,
.usl-bl .usl-box,
.usl-bl .usl-box .img-box img,
.usl-bl .usl-info,
.video_block,
.ward-block,
.ward-block__img-slider,
svg:not(:root) {
  overflow: hidden;
}
._breadcrumbs a:hover,
.b_interruption_drunkenness ._doctors_slider ._diplomas:hover,
.b_interruption_drunkenness p a:hover,
.b_modal ._agree a:hover,
.b_our_doctors ._doctors_slider ._diplomas:hover,
.b_output_binge p a:hover,
.b_withdraw_binge p a:hover,
.btn,
.foot-sitemap:hover,
.tabcontent__list a:hover,
.table_of_contents a:hover,
a,
td a:hover {
  text-decoration: none;
}
.article__image img,
.gallery__item img,
.quiz__item img,
.usl-bl .usl-box .img-box img,
.ward-block__img-slider img {
  -o-object-fit: cover;
     object-fit: cover;
}
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  font-size: 10px;
  -webkit-tap-highlight-color: transparent;
}
#loadMore,
.article__image a,
.img-responsive,
.type2_improved,
.ward-btn,
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
#loadMore,
.tabheader__item,
a {
  background-color: transparent;
}
a:active,
a:hover {
  outline: 0;
}
abbr[title] {
  border-bottom: 1px dotted;
}
b,
strong {
  font-weight: 700;
}
.editor_info a,
.faq-answer,
.type2,
dfn {
  font-style: italic;
}
mark {
  background: #ff0;
  color: #000;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
img {
  vertical-align: middle;
}
pre,
textarea {
  overflow: auto;
}
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}
button {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
button[disabled],
html input[disabled] {
  cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
input[type="checkbox"],
input[type="radio"] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
input[type="search"] {
  -webkit-appearance: textfield;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
fieldset {
  border: 1px solid silver;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
button,
input,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
._text_part a {
  text-decoration: underline;
  color: #ff7538;
}
.b_footer ._licence p,
.disclaimer_footer p,
figure,
h1,
h2,
h3,
h4,
h5,
h6,
p {
  margin: 0;
}
hr,
p:not(:last-child) {
  margin-bottom: 20px;
}
#vk_comments,
hr {
  margin-top: 20px;
}
.img-rounded {
  border-radius: 6px;
}
.img-thumbnail {
  padding: 4px;
  line-height: 1.42857143;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  -webkit-transition: 0.2s ease-in-out;
  -o-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
  display: inline-block;
}
.img-circle {
  border-radius: 50%;
}
hr {
  height: 0;
  border: 0;
  border-top: 1px solid #eee;
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}
[role="button"] {
  cursor: pointer;
}
@media (min-width: 768px) {
  .container {
      width: 750px;
  }
  .col-sm-1,
  .col-sm-10,
  .col-sm-11,
  .col-sm-12,
  .col-sm-2,
  .col-sm-3,
  .col-sm-4,
  .col-sm-5,
  .col-sm-6,
  .col-sm-7,
  .col-sm-8,
  .col-sm-9 {
      float: left;
  }
  .col-sm-12 {
      width: 100%;
  }
  .col-sm-11 {
      width: 91.66666667%;
  }
  .col-sm-10 {
      width: 83.33333333%;
  }
  .col-sm-9 {
      width: 75%;
  }
  .col-sm-8 {
      width: 66.66666667%;
  }
  .col-sm-7 {
      width: 58.33333333%;
  }
  .col-sm-6 {
      width: 50%;
  }
  .col-sm-5 {
      width: 41.66666667%;
  }
  .col-sm-4 {
      width: 33.33333333%;
  }
  .col-sm-3 {
      width: 25%;
  }
  .col-sm-2 {
      width: 16.66666667%;
  }
  .col-sm-1 {
      width: 8.33333333%;
  }
  .col-sm-pull-12 {
      right: 100%;
  }
  .col-sm-pull-11 {
      right: 91.66666667%;
  }
  .col-sm-pull-10 {
      right: 83.33333333%;
  }
  .col-sm-pull-9 {
      right: 75%;
  }
  .col-sm-pull-8 {
      right: 66.66666667%;
  }
  .col-sm-pull-7 {
      right: 58.33333333%;
  }
  .col-sm-pull-6 {
      right: 50%;
  }
  .col-sm-pull-5 {
      right: 41.66666667%;
  }
  .col-sm-pull-4 {
      right: 33.33333333%;
  }
  .col-sm-pull-3 {
      right: 25%;
  }
  .col-sm-pull-2 {
      right: 16.66666667%;
  }
  .col-sm-pull-1 {
      right: 8.33333333%;
  }
  .col-sm-pull-0 {
      right: auto;
  }
  .col-sm-push-12 {
      left: 100%;
  }
  .col-sm-push-11 {
      left: 91.66666667%;
  }
  .col-sm-push-10 {
      left: 83.33333333%;
  }
  .col-sm-push-9 {
      left: 75%;
  }
  .col-sm-push-8 {
      left: 66.66666667%;
  }
  .col-sm-push-7 {
      left: 58.33333333%;
  }
  .col-sm-push-6 {
      left: 50%;
  }
  .col-sm-push-5 {
      left: 41.66666667%;
  }
  .col-sm-push-4 {
      left: 33.33333333%;
  }
  .col-sm-push-3 {
      left: 25%;
  }
  .col-sm-push-2 {
      left: 16.66666667%;
  }
  .col-sm-push-1 {
      left: 8.33333333%;
  }
  .col-sm-push-0 {
      left: auto;
  }
  .col-sm-offset-12 {
      margin-left: 100%;
  }
  .col-sm-offset-11 {
      margin-left: 91.66666667%;
  }
  .col-sm-offset-10 {
      margin-left: 83.33333333%;
  }
  .col-sm-offset-9 {
      margin-left: 75%;
  }
  .col-sm-offset-8 {
      margin-left: 66.66666667%;
  }
  .col-sm-offset-7 {
      margin-left: 58.33333333%;
  }
  .col-sm-offset-6 {
      margin-left: 50%;
  }
  .col-sm-offset-5 {
      margin-left: 41.66666667%;
  }
  .col-sm-offset-4 {
      margin-left: 33.33333333%;
  }
  .col-sm-offset-3 {
      margin-left: 25%;
  }
  .col-sm-offset-2 {
      margin-left: 16.66666667%;
  }
  .col-sm-offset-1 {
      margin-left: 8.33333333%;
  }
  .col-sm-offset-0 {
      margin-left: 0;
  }
}
._sub_header ._top_part,
.container,
.container-fluid {
  margin-right: auto;
  margin-left: auto;
}
._sub_header ._top_part,
.container-fluid {
  padding-left: 15px;
  padding-right: 15px;
}
.col-lg-1,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-md-1,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-sm-1,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-xs-1,
.col-xs-10,
.col-xs-11,
.col-xs-12,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
.b_narcology ._narcological_clinic ._img,
.col-xs-1,
.col-xs-10,
.col-xs-11,
.col-xs-12,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9 {
  float: left;
}
.b_contact_information ._contact_information ._right_part .btn,
.b_interruption_drunkenness ._doctors_slider ._item_inner .btn,
.b_modal .btn,
.b_our_doctors ._doctors_slider ._item_inner .btn,
.col-xs-12,
.table__price .table__price-container &gt; table,
.table__price table table,
.usl-bl &gt; a,
.zh-main-nav_elem,
.zh-nav_elem {
  width: 100%;
}
.col-xs-11 {
  width: 91.66666667%;
}
.col-xs-10 {
  width: 83.33333333%;
}
.col-xs-9 {
  width: 75%;
}
.col-xs-8 {
  width: 66.66666667%;
}
.col-xs-7 {
  width: 58.33333333%;
}
.col-xs-6 {
  width: 50%;
}
.col-xs-5 {
  width: 41.66666667%;
}
.col-xs-4 {
  width: 33.33333333%;
}
.col-xs-3 {
  width: 25%;
}
.col-xs-2 {
  width: 16.66666667%;
}
.col-xs-1 {
  width: 8.33333333%;
}
.col-xs-pull-12 {
  right: 100%;
}
.col-xs-pull-11 {
  right: 91.66666667%;
}
.col-xs-pull-10 {
  right: 83.33333333%;
}
.col-xs-pull-9 {
  right: 75%;
}
.col-xs-pull-8 {
  right: 66.66666667%;
}
.col-xs-pull-7 {
  right: 58.33333333%;
}
.col-xs-pull-6 {
  right: 50%;
}
.col-xs-pull-5 {
  right: 41.66666667%;
}
.col-xs-pull-4 {
  right: 33.33333333%;
}
.col-xs-pull-3 {
  right: 25%;
}
.col-xs-pull-2 {
  right: 16.66666667%;
}
.col-xs-pull-1 {
  right: 8.33333333%;
}
.col-xs-pull-0 {
  right: auto;
}
.col-xs-push-12 {
  left: 100%;
}
.col-xs-push-11 {
  left: 91.66666667%;
}
.col-xs-push-10 {
  left: 83.33333333%;
}
.col-xs-push-9 {
  left: 75%;
}
.col-xs-push-8 {
  left: 66.66666667%;
}
.col-xs-push-7 {
  left: 58.33333333%;
}
.col-xs-push-6 {
  left: 50%;
}
.col-xs-push-5 {
  left: 41.66666667%;
}
.col-xs-push-4 {
  left: 33.33333333%;
}
.col-xs-push-3 {
  left: 25%;
}
.col-xs-push-2 {
  left: 16.66666667%;
}
.col-xs-push-1 {
  left: 8.33333333%;
}
.col-xs-push-0 {
  left: auto;
}
.col-xs-offset-12 {
  margin-left: 100%;
}
.col-xs-offset-11 {
  margin-left: 91.66666667%;
}
.col-xs-offset-10 {
  margin-left: 83.33333333%;
}
.col-xs-offset-9 {
  margin-left: 75%;
}
.col-xs-offset-8 {
  margin-left: 66.66666667%;
}
.col-xs-offset-7 {
  margin-left: 58.33333333%;
}
.col-xs-offset-6 {
  margin-left: 50%;
}
.col-xs-offset-5 {
  margin-left: 41.66666667%;
}
.col-xs-offset-4 {
  margin-left: 33.33333333%;
}
.col-xs-offset-3 {
  margin-left: 25%;
}
.col-xs-offset-2 {
  margin-left: 16.66666667%;
}
.col-xs-offset-1 {
  margin-left: 8.33333333%;
}
.col-xs-offset-0 {
  margin-left: 0;
}
.clearfix:after,
.clearfix:before,
.container-fluid:after,
.container-fluid:before,
.container:after,
.container:before,
.row:after,
.row:before {
  content: " ";
  display: table;
}
.b_affiliated_societies ._affiliated_societies ._link:after,
.b_application ._row:after,
.b_contact_information ._contact_information:after,
.b_footer ._foot_logo:after,
.b_interruption_drunkenness ._interruption_drunkenness:after,
.b_narcology ._narcology:after,
.b_our_doctors ._doctors:after,
.b_output_binge ._bottom_part:after,
.b_output_binge ._top_part:after,
.b_reviews ._item_inner ._top_part:after,
.b_withdraw_binge ._top_part:after,
.clearfix:after,
.container-fluid:after,
.container:after,
.row:after {
  clear: both;
}
.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.pull-right {
  float: right !important;
}
.pull-left {
  float: left !important;
}
.grecaptcha-badge,
.hidden,
.hide,
.hideForDesktop,
.menuopen_serv ._fixed_header ._menu_toggler,
.noContent,
.visible-lg,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block,
.visible-md,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-print,
.visible-print-block,
.visible-print-inline,
.visible-print-inline-block,
.visible-sm,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-xs,
.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block {
  display: none !important;
}
.show {
  display: block !important;
}
.invisible {
  visibility: hidden;
}
.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.b_application ._bottom_part p strong,
.b_directions_treatment h3,
.b_footer ._licence p strong,
.b_modal ._agree,
.btn,
.specials__text p strong,
h1,
h2,
h3 {
  font-weight: 500;
}
.affix {
  position: fixed;
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm,
  .visible-sm-block {
      display: block !important;
  }
  table.visible-sm {
      display: table !important;
  }
  tr.visible-sm {
      display: table-row !important;
  }
  td.visible-sm,
  th.visible-sm {
      display: table-cell !important;
  }
  .visible-sm-inline {
      display: inline !important;
  }
  .visible-sm-inline-block {
      display: inline-block !important;
  }
  .hidden-sm {
      display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md,
  .visible-md-block {
      display: block !important;
  }
  table.visible-md {
      display: table !important;
  }
  tr.visible-md {
      display: table-row !important;
  }
  td.visible-md,
  th.visible-md {
      display: table-cell !important;
  }
  .visible-md-inline {
      display: inline !important;
  }
  .visible-md-inline-block {
      display: inline-block !important;
  }
  .hidden-md {
      display: none !important;
  }
}
@media print {
  .visible-print,
  .visible-print-block {
      display: block !important;
  }
  table.visible-print {
      display: table !important;
  }
  tr.visible-print {
      display: table-row !important;
  }
  td.visible-print,
  th.visible-print {
      display: table-cell !important;
  }
  .visible-print-inline {
      display: inline !important;
  }
  .visible-print-inline-block {
      display: inline-block !important;
  }
  .hidden-print {
      display: none !important;
  }
}
@media (min-width: 992px) {
  .container {
      width: 970px;
  }
  .col-md-1,
  .col-md-10,
  .col-md-11,
  .col-md-12,
  .col-md-2,
  .col-md-3,
  .col-md-4,
  .col-md-5,
  .col-md-6,
  .col-md-7,
  .col-md-8,
  .col-md-9 {
      float: left;
  }
  .col-md-12 {
      width: 100%;
  }
  .col-md-11 {
      width: 91.66666667%;
  }
  .col-md-10 {
      width: 83.33333333%;
  }
  .col-md-9 {
      width: 75%;
  }
  .col-md-8 {
      width: 66.66666667%;
  }
  .col-md-7 {
      width: 58.33333333%;
  }
  .col-md-6 {
      width: 50%;
  }
  .col-md-5 {
      width: 41.66666667%;
  }
  .col-md-4 {
      width: 33.33333333%;
  }
  .col-md-3 {
      width: 25%;
  }
  .col-md-2 {
      width: 16.66666667%;
  }
  .col-md-1 {
      width: 8.33333333%;
  }
  .col-md-pull-12 {
      right: 100%;
  }
  .col-md-pull-11 {
      right: 91.66666667%;
  }
  .col-md-pull-10 {
      right: 83.33333333%;
  }
  .col-md-pull-9 {
      right: 75%;
  }
  .col-md-pull-8 {
      right: 66.66666667%;
  }
  .col-md-pull-7 {
      right: 58.33333333%;
  }
  .col-md-pull-6 {
      right: 50%;
  }
  .col-md-pull-5 {
      right: 41.66666667%;
  }
  .col-md-pull-4 {
      right: 33.33333333%;
  }
  .col-md-pull-3 {
      right: 25%;
  }
  .col-md-pull-2 {
      right: 16.66666667%;
  }
  .col-md-pull-1 {
      right: 8.33333333%;
  }
  .col-md-pull-0 {
      right: auto;
  }
  .col-md-push-12 {
      left: 100%;
  }
  .col-md-push-11 {
      left: 91.66666667%;
  }
  .col-md-push-10 {
      left: 83.33333333%;
  }
  .col-md-push-9 {
      left: 75%;
  }
  .col-md-push-8 {
      left: 66.66666667%;
  }
  .col-md-push-7 {
      left: 58.33333333%;
  }
  .col-md-push-6 {
      left: 50%;
  }
  .col-md-push-5 {
      left: 41.66666667%;
  }
  .col-md-push-4 {
      left: 33.33333333%;
  }
  .col-md-push-3 {
      left: 25%;
  }
  .col-md-push-2 {
      left: 16.66666667%;
  }
  .col-md-push-1 {
      left: 8.33333333%;
  }
  .col-md-push-0 {
      left: auto;
  }
  .col-md-offset-12 {
      margin-left: 100%;
  }
  .col-md-offset-11 {
      margin-left: 91.66666667%;
  }
  .col-md-offset-10 {
      margin-left: 83.33333333%;
  }
  .col-md-offset-9 {
      margin-left: 75%;
  }
  .col-md-offset-8 {
      margin-left: 66.66666667%;
  }
  .col-md-offset-7 {
      margin-left: 58.33333333%;
  }
  .col-md-offset-6 {
      margin-left: 50%;
  }
  .col-md-offset-5 {
      margin-left: 41.66666667%;
  }
  .col-md-offset-4 {
      margin-left: 33.33333333%;
  }
  .col-md-offset-3 {
      margin-left: 25%;
  }
  .col-md-offset-2 {
      margin-left: 16.66666667%;
  }
  .col-md-offset-1 {
      margin-left: 8.33333333%;
  }
  .col-md-offset-0 {
      margin-left: 0;
  }
}
.b_affiliated_societies ._affiliated_societies ._link:after,
.b_affiliated_societies ._affiliated_societies ._link:before,
.b_application ._row:after,
.b_application ._row:before,
.b_contact_information ._contact_information:after,
.b_contact_information ._contact_information:before,
.b_footer ._foot_logo:after,
.b_footer ._foot_logo:before,
.b_interruption_drunkenness ._interruption_drunkenness:after,
.b_interruption_drunkenness ._interruption_drunkenness:before,
.b_narcology ._narcology:after,
.b_narcology ._narcology:before,
.b_our_doctors ._doctors:after,
.b_our_doctors ._doctors:before,
.b_output_binge ._bottom_part:after,
.b_output_binge ._bottom_part:before,
.b_output_binge ._top_part:after,
.b_output_binge ._top_part:before,
.b_reviews ._item_inner ._top_part:after,
.b_reviews ._item_inner ._top_part:before,
.b_withdraw_binge ._top_part:after,
.b_withdraw_binge ._top_part:before {
  content: "";
  display: table;
}
.b_footer ._foot_logo ._link {
  display: inline-block;
}
.b_application ._row .column + .column,
.b_counters .counter_content {
  padding: 0 0 0 10px;
}
.b_medical_license ._medical_license_slider,
.decorate_line,
.has_submenu,
.infographic_number,
.infographic_number_wrapper,
.panel-title_wrapper,
.post,
.post_banner,
.region_ul li,
.tabs .container,
.top-has_submenu,
.video_block {
  position: relative;
}
.b_footer ._foot_contacts ul li {
  display: inline-block;
  vertical-align: middle;
}
.b_footer ._foot_nav ul a:hover,
.select-items div:hover {
  color: #ff5e16;
}
h1,
h2 {
  font-size: 24px;
  margin-bottom: 0;
}
h3 {
  font-size: 18px;
  margin-bottom: 25px;
}

.select-wrapper select::-ms-expand,
select::-ms-expand {
  display: none;
}
input::-ms-clear {
  display: none;
}
.btn {
  display: inline-block;
  vertical-align: middle;
  text-align: center;
  padding: 14px 20px;
  -webkit-transition: 0.2s linear;
  -o-transition: 0.2s linear;
  transition: 0.2s linear;
  border-radius: 25px;
  font-size: 14px;
  letter-spacing: 0.7px;
  height: auto;
  position: relative;
  cursor: pointer;
  -webkit-box-shadow: none;
          box-shadow: none;
  border: 2px solid transparent;
}
.btn_orange {
  background-image: -webkit-gradient(linear, right top, left top, color-stop(0, #ff976b), to(#ff5c13));
  background-image: -o-linear-gradient(right, #ff976b 0, #ff5c13 100%);
  background-image: linear-gradient(to left, #ff976b 0, #ff5c13 100%);
  color: #fff;
  -webkit-box-shadow: 0 5px 24px rgba(255, 148, 102, 0.81);
          box-shadow: 0 5px 24px rgba(255, 148, 102, 0.81);
  border: 0;
  padding: 16px 20px;
}
.btn_orange:focus,
.btn_orange:hover {
  background-image: -webkit-gradient(linear, right top, left top, color-stop(0, #ffb596), to(#ff8e5b));
  background-image: -o-linear-gradient(right, #ffb596 0, #ff8e5b 100%);
  background-image: linear-gradient(to left, #ffb596 0, #ff8e5b 100%);
}
.article-tag.active a,
.article-tag:hover a,
.b_affiliated_societies ._affiliated_societies ._link:hover ._text,
.b_directions_treatment ._coding ._item:hover ._title,
.b_directions_treatment ._hospital ._item:hover ._title,
.b_directions_treatment ._urgent_care ._item:hover ._title,
.b_main_banner ._breadcrumbs a,
.b_main_banner ._breadcrumbs li:after,
.btn_orange:active,
.doc_popup ._popup_title,
summary:hover,
summary:hover:before {
  color: #fff;
}
.btn_orange_invers {
  border: 2px solid #ff6f30;
  -webkit-box-shadow: 0 5px 13px rgba(255, 148, 102, 0.84);
          box-shadow: 0 5px 13px rgba(255, 148, 102, 0.84);
  background-color: transparent;
  color: #f62;
}
.btn_orange_invers:hover {
  background-image: -webkit-gradient(linear, right top, left top, color-stop(0, #ff976b), to(#ff5c13));
  background-image: -o-linear-gradient(right, #ff976b 0, #ff5c13 100%);
  background-image: linear-gradient(to left, #ff976b 0, #ff5c13 100%);
  color: #fff;
}
.btn_white {
  border: 2px solid #fff;
  color: #fff;
}
.btn_white:hover {
  color: #0876fa;
}
.b_counters {
  padding: 65px 0;
}
.b_counters .counters_wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0-15px;
}
.b_counters .item_wrapper {
  padding: 0 15px;
  margin: 0 0 15px;
}
@media (max-width: 450px) {
  .b_counters .counters_wrapper {
      max-width: 300px;
      margin: 0 auto;
  }
  .b_counters .item_wrapper {
      width: 100%;
  }
}
.b_counters .counter_item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.b_counters .counter_image {
  background-image: -webkit-gradient(linear, left top, right top, color-stop(0, #ff5f18), to(#ff9669));
  background-image: -o-linear-gradient(left, #ff5f18 0, #ff9669 100%);
  background-image: linear-gradient(to right, #ff5f18 0, #ff9669 100%);
  height: 65px;
  width: 65px;
  border-radius: 50%;
  position: relative;
}
.b_counters .counter_image img {
  position: absolute;
  margin: auto;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.b_counters .counter_title {
  font-size: 14px;
  color: #333;
  margin: 0 0 3px;
  line-height: 1;
}
.b_counters .counter_numbers {
  font-size: 22px;
  color: #333;
  font-weight: 700;
  line-height: 1.05;
  margin: 0;
}
.b_counters .counter_numbers .number,
.first_title {
  font-size: 30px;
}
.b_counters .counter_sub_title {
  font-size: 14px;
  color: #333;
  margin: 0;
  line-height: 1;
}
.b_procedures {
  overflow: hidden;
  padding: 60px 0 90px;
}
.b_procedures.-inner ._title_block {
  margin: 0 0 15px;
}
.b_procedures.-inner ._sub_title {
  margin: 0 0 75px;
  font-size: 16px;
  color: #67696a;
}
.b_procedures ._title_block {
  margin: 0 0 70px;
  position: relative;
}
.b_procedures ._title_block:before {
  margin: 30px auto 0;
}
.b_procedures ._all_item {
  font-size: 0;
  text-align: center;
  margin: 0-5px;
}
.b_procedures ._all_item ._item {
  position: relative;
  width: 100%;
  max-width: 18%;
  font-size: 14px;
  display: inline-block;
  vertical-align: top;
  background-color: #fff;
  margin: 0 5px 35px;
  padding: 0 0 50px;
}
.b_procedures ._all_item ._item ._top_block {
  height: 121px;
  padding: 15px 0 0;
  z-index: 1;
  position: relative;
}
.b_procedures ._all_item ._item ._top_block:before {
  position: absolute;
  z-index: -1;
  content: "";
  background-repeat: no-repeat;
  background-position: center 0;
  background-image: url(/netcat_template/template/2/img/decorPrice.svg);
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}
.b_procedures ._all_item ._item ._top_block ._tile {
  color: #fff;
  font-size: 16px;
  font-weight: 500;
}
.b_procedures ._all_item ._item ._top_block ._price {
  color: #fff;
  font-weight: 700;
  font-size: 24px;
  line-height: 1.3;
}
.b_procedures ._all_item ._item ul {
  padding: 30px 25px 0;
  margin: 0;
  list-style: none;
}
.b_contact_information ._row + ._row,
.b_footer ._licence p:last-of-type,
.b_procedures ._all_item ._item ul li + li {
  margin: 20px 0 0;
}
.b_procedures ._all_item ._item .btn {
  position: absolute;
  top: 100%;
  left: 20px;
  right: 20px;
  margin: -25px auto 0;
  -webkit-box-shadow: 0 5px 24px rgba(255, 148, 102, 0.81);
          box-shadow: 0 5px 24px rgba(255, 148, 102, 0.81);
}
._procedures ._item:hover,
.b_procedures ._all_item ._item.decorate {
  background-image: url(../img/bg_procedures.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  color: #fff;
}
.b_procedures ._all_item ._item.decorate ._top_block:before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' id='SVGDoc' width='214' height='121' xmlns:xlink='http://www.w3.org/1999/xlink' viewBox='0 0 214 121'%3E%3Cdefs%3E%3Cpath d='M405,971.99826h213.99994v116.0004c0,0 -33.86478,-19.99993 -63.99994,-19.99993c-32.67654,0 -59.202,25.00006 -90,25.00006c-30.55458,0 -60,-25.00006 -60,-25.00006z' id='Path-0'/%3E%3C/defs%3E%3Cg transform='matrix%281,0,0,1,-405,-972%29'%3E%3Cg opacity='0.5'%3E%3Cuse xlink:href='%23Path-0' fill='%234c81f8' fill-opacity='.15'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}
.b_procedures ._all_item ._item.decorate ._top_block:after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' id='SVGDoc' width='214' height='119' xmlns:xlink='http://www.w3.org/1999/xlink' viewBox='0 0 214 119'%3E%3Cdefs%3E%3Cpath d='M405,971.99826h213.99994v94.00031c0,0 -25.81558,19.99936 -63.99994,19.99936c-47.16499,0 -55.98495,-18.99956 -90,-18.99956c-29.3438,0 -60,24.00026 -60,24.00026z' id='Path-0'/%3E%3C/defs%3E%3Cg transform='matrix%281,0,0,1,-405,-972%29'%3E%3Cg opacity='0.5'%3E%3Cuse xlink:href='%23Path-0' fill='%234c81f8' fill-opacity='.15'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}
.b_directions_treatment ._urgent_care .jsAnimated,
.b_procedures ._all_item .jsAnimated {
  opacity: 0;
  visibility: hidden;
}
.b_directions_treatment,
.b_post_page {
  background: #fff;
  padding: 70px 0 60px;
}
.b_directions_treatment ._title_block,
.b_interruption_drunkenness ._doctors_slider ._img,
.b_medical_license ._title_block,
.b_narcology ._title_block,
.b_reviews ._item_inner ._city,
.b_reviews ._item_inner ._year,
.ward-block__text {
  margin: 0 0 20px;
}
.b_directions_treatment ._sub_title {
  color: #67696a;
  font-size: 16px;
  text-align: center;
  margin: 0 0 65px;
}
.b_directions_treatment h3 {
  color: #333;
  font-size: 30px;
  margin: 0 0 25px;
  text-align: center;
}
.b_application ._bottom_part,
.b_directions_treatment ._coding,
.b_directions_treatment ._hospital,
.b_directions_treatment ._urgent_care,
.circle_footer,
.district-select,
.narcolog-block__text,
.ray_filt_wrapper,
.result_wrapper p,
.tabcontent__list,
.ward-title {
  text-align: center;
}
.b_directions_treatment ._urgent_care ._item {
  padding: 20px 20px 25px;
  margin: 0 10px 20px;
  position: relative;
}
.b_affiliated_societies ._affiliated_societies ._link:hover,
.b_directions_treatment ._coding ._item:hover,
.b_directions_treatment ._hospital ._item:hover,
.b_directions_treatment ._urgent_care ._item:hover {
  background-image: -webkit-gradient(linear, right top, left top, color-stop(0, #ff976b), to(#ff5c13));
  background-image: -o-linear-gradient(right, #ff976b 0, #ff5c13 100%);
  background-image: linear-gradient(to left, #ff976b 0, #ff5c13 100%);
  -webkit-box-shadow: 0 5px 24px rgba(255, 148, 102, 0.81);
          box-shadow: 0 5px 24px rgba(255, 148, 102, 0.81);
}
.b_directions_treatment ._coding ._item:hover:before,
.b_directions_treatment ._hospital ._item:hover:before,
.b_directions_treatment ._urgent_care ._item:hover:before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' id='SVGDoc' width='8' height='9' xmlns:xlink='http://www.w3.org/1999/xlink' viewBox='0 0 8 9'%3E%3Cdefs%3E%3Cpath d='M765,2465.99777l7.99999,-9.00046v9.00046z' id='Path-0'/%3E%3C/defs%3E%3Cg transform='matrix%281,0,0,1,-765,-2457%29'%3E%3Cg%3E%3Cuse xlink:href='%23Path-0' fill='%23fff' fill-opacity='1'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}
.b_directions_treatment ._coding ._item:before,
.b_directions_treatment ._hospital ._item:before,
.b_directions_treatment ._urgent_care ._item:before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' id='SVGDoc' width='8' height='9' xmlns:xlink='http://www.w3.org/1999/xlink' viewBox='0 0 8 9'%3E%3Cdefs%3E%3Cpath d='M765,2465.99777l7.99999,-9.00046v9.00046z' id='Path-0'/%3E%3C/defs%3E%3Cg transform='matrix%281,0,0,1,-765,-2457%29'%3E%3Cg%3E%3Cuse xlink:href='%23Path-0' fill='%233f86de' fill-opacity='1'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
  background-repeat: no-repeat;
  bottom: 0;
  right: 0;
  display: block;
  content: "";
  width: 8px;
  height: 9px;
  z-index: 2;
  position: absolute;
}
.b_directions_treatment ._urgent_care ._title {
  color: #333;
  font-size: 16px;
  padding: 20px 0 0;
}
.b_directions_treatment ._coding ._item,
.b_directions_treatment ._hospital ._item {
  width: 100%;
  max-width: 255px;
  min-height: 84px;
  padding: 20px 20px 25px;
  margin: 0 5px 20px;
  font-size: 14px;
  color: #333;
  position: relative;
}
.b_directions_treatment ._coding ._item ._title,
.b_directions_treatment ._hospital ._item ._title {
  position: absolute;
  z-index: 2;
  top: 50%;
  left: 20px;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
      transform: translate(0, -50%);
  right: 20px;
}
.b_contact_us {
  padding: 60px 0 30px;
  background-image: url(../img/bg_contact_us.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  color: #fff;
}
.b_contact_us ._title_block {
  color: #fff;
  margin: 0 0 10px;
}
.b_contact_us ._sub_title {
  margin: 0 0 80px;
  font-size: 16px;
  font-weight: 400;
  position: relative;
}
.b_contact_us ._sub_title:before,
.b_reviews ._title_block:before,
.da_infographics ._title_block:before,
.narcolog-block__title:before {
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  margin: 35px auto 0;
  content: "";
  height: 1px;
  width: 181px;
  background: -webkit-gradient(linear, left top, right top, color-stop(0, rgba(255, 255, 255, 0)), color-stop(50%, #fff), to(rgba(255, 255, 255, 0)));
  background: -o-linear-gradient(left, rgba(255, 255, 255, 0) 0, #fff 50%, rgba(255, 255, 255, 0) 100%);
  background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0, #fff 50%, rgba(255, 255, 255, 0) 100%);
}
.b_contact_us ._contact_us {
  font-size: 0;
  text-align: center;
}
.b_contact_us ._contact_us ._item {
  display: inline-block;
  vertical-align: top;
  width: 100%;
  font-size: 14px;
  text-align: center;
  max-width: 235px;
  margin: 0 20px 40px;
}
.b_contact_us ._contact_us ._item:hover ._icon,
.infographic_image_wrap:hover,
.narcolog-block__item:hover .narcolog-block__img {
  -webkit-transform: scale(0.8);
  -ms-transform: scale(0.8);
      transform: scale(0.8);
}
.b_contact_us ._contact_us ._title,
.b_reviews ._item_inner ._bottom_part ._title {
  font-weight: 700;
  margin: 0 0 20px;
}
.b_contact_us ._icon,
.infographic_image_wrap {
  display: block;
  margin: auto;
  width: 116px;
  height: 131px;
  -webkit-transition: 0.2s linear;
  -o-transition: 0.2s linear;
  transition: 0.2s linear;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../img/figure.png);
  position: relative;
  background-size: 99%;
}
.infographic_image_wrap {
  margin: -30px auto;
}
.b_contact_us ._icon img {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  max-width: 40px;
  margin: auto;
}
.b_branches ._title_block {
  margin: 10px;
}
.b_branches ._sub_title {
  color: #67696a;
  font-size: 16px;
  margin: 0 0 30px;
}
.b_branches ._map,
.b_contacts_map ._map {
  min-height: 500px;
}
.flex_box,
.flex_item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: flex-start;
  -webkit-box-align: flex-start;
  align-items: flex-start;
  float: none;
}
.b_reviews {
  background-image: url(../img/bg_reviews.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  padding: 65px 0 130px;
  overflow: hidden;
}
.b_reviews ._title_block {
  color: #fff;
  position: relative;
  margin: 0 0 80px;
}
.b_reviews ._item {
  padding: 0 15px 10px;
}
.b_reviews ._item_inner {
  background-color: #fff;
  padding: 40px;
  position: relative;
  z-index: 3;
}
.b_reviews ._item_inner:before,
.review_form:before {
  content: "";
  position: absolute;
  z-index: -1;
  background-color: rgba(255, 255, 255, 0.4);
  left: 10px;
  right: 10px;
  height: 100%;
  margin: 10px auto 0;
  top: 0;
}
.b_reviews ._item_inner ._top_part ._img {
  float: left;
  max-width: 200px;
}
.b_reviews ._item_inner ._top_part ._info {
  padding: 0 0 0 230px;
}
@media (max-width: 1199px) {
  .b_procedures ._all_item ._item ul {
      padding: 20px 15px 0;
  }
  .b_procedures ._all_item ._item ul li + li {
      margin: 10px 0 0;
  }
  .b_reviews ._item_inner ._top_part ._img {
      max-width: 150px;
  }
  .b_reviews ._item_inner ._top_part ._info {
      padding: 0 0 0 170px;
  }
}
@media (max-width: 480px) {
  .b_reviews ._item_inner ._top_part ._img {
      float: none;
      margin: 0 auto 10px;
  }
  .b_reviews ._item_inner ._top_part ._info {
      padding: 0;
  }
}
.b_reviews ._item_inner ._name {
  color: #333;
  font-weight: 500;
  margin: 0 0 55px;
  position: relative;
  font-size: 20px;
}
.b_reviews ._item_inner ._name:before {
  position: absolute;
  top: 100%;
  width: 35px;
  height: 1px;
  background-color: #c1c1c1;
  left: 0;
  content: "";
  margin: 27px 0 0;
}
.b_reviews ._item_inner ._city:before,
.b_reviews ._item_inner ._year:before {
  content: "";
  background-repeat: no-repeat;
  display: inline-block;
  vertical-align: middle;
  margin: -5px 10px 0 0;
}
.b_reviews ._item_inner ._city:before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' id='SVGDoc' width='12' height='16' xmlns:xlink='http://www.w3.org/1999/xlink' viewBox='0 0 12 16'%3E%3Cdefs%3E%3Cpath d='M690.99987,6967.99793c0,1.30535 -0.42767,2.50236 -1.13869,3.48266c-0.0127,0.02293 -0.01453,0.0493 -0.0293,0.07166l-4.00005,5.99992c-0.18539,0.27861 -0.49793,0.44658 -0.83199,0.44658c-0.33394,0 -0.64648,-0.16797 -0.83199,-0.44658l-4.00005,-5.99992c-0.01465,-0.02236 -0.01659,-0.04873 -0.02918,-0.07166c-0.71102,-0.9803 -1.1388,-2.17731 -1.1388,-3.48266c0,-3.31412 2.68661,-5.99992 6.00002,-5.99992c3.31352,0 6.00002,2.6858 6.00002,5.99992zM688.9999,6967.99793c0,-2.20884 -1.791,-4.00033 -4.00005,-4.00033c-2.20894,0 -3.99994,1.79149 -3.99994,4.00033c0,1.00782 0.62496,2.00017 0.99998,2.69784l2.99995,4.49908l2.99995,-4.49908c0.48637,-0.69768 1.0001,-1.69002 1.0001,-2.69784zM686.99982,6967.99793c0,1.10471 -0.89539,2.00017 -1.99997,2.00017c-1.10447,0 -1.99997,-0.89546 -1.99997,-2.00017c0,-1.10413 0.8955,-2.00017 1.99997,-2.00017c1.10458,0 1.99997,0.89603 1.99997,2.00017z' id='Path-0'/%3E%3C/defs%3E%3Cg transform='matrix%281,0,0,1,-679,-6962%29'%3E%3Cg%3E%3Cuse xlink:href='%23Path-0' fill='%233f86de' fill-opacity='1'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
  width: 12px;
  height: 16px;
}
.b_reviews ._item_inner ._year:before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' id='SVGDoc' width='13' height='13' xmlns:xlink='http://www.w3.org/1999/xlink' viewBox='0 0 13 13'%3E%3Cdefs%3E%3Cpath d='M690.63812,7013.86128c-0.13813,0.0923 -0.29526,0.13701 -0.44907,0.13701c-0.26356,0 -0.52059,-0.12669 -0.6776,-0.36174c-0.05562,-0.07911 -1.47434,-2.07584 -5.0116,-2.07584c-3.58646,0 -4.99718,2.05405 -5.01148,2.07584c-0.24914,0.37206 -0.75371,0.47353 -1.12667,0.22472c-0.37296,-0.2488 -0.47447,-0.75214 -0.22533,-1.12706c0.0761,-0.11351 1.917,-2.79874 6.36349,-2.79874c4.4466,0 6.28738,2.68523 6.36349,2.79874c0.24925,0.37492 0.14763,0.87826 -0.22522,1.12706zM681.24985,7008.31023v-4.06282c0,-1.79551 1.45523,-3.24876 3.25001,-3.24876c1.79478,0 3.25001,1.45326 3.25001,3.24876v4.06282c0,0.44888 -0.36346,0.81291 -0.81253,0.81291c-0.44895,0 -0.81242,-0.36403 -0.81242,-0.81291v-4.06282c0,-0.89661 -0.72681,-1.62467 -1.62506,-1.62467c-0.89653,0 -1.62495,0.72806 -1.62495,1.62467v4.06282c0,0.44888 -0.36346,0.81291 -0.81253,0.81291c-0.44907,0 -0.81253,-0.36403 -0.81253,-0.81291z' id='Path-0'/%3E%3C/defs%3E%3Cg transform='matrix%281,0,0,1,-678,-7001%29'%3E%3Cg%3E%3Cuse xlink:href='%23Path-0' fill='%233f86de' fill-opacity='1'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
  width: 13px;
  height: 13px;
}
.b_our_doctors ._doctors ._content ._post:before,
.b_reviews ._item_inner ._problem:before {
  vertical-align: middle;
  height: 16px;
  background-repeat: no-repeat;
  display: inline-block;
  content: "";
}
.b_reviews ._item_inner ._problem:before {
  margin: -5px 6px 0 0;
  background-image: url(../img/problem.png);
  width: 16px;
}
.b_reviews ._item_inner ._bottom_part {
  border-top: 1px solid #e0e0e0;
  margin: 30px 0 0;
  padding: 30px 0 0;
}
.b_reviews .slick-dots {
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  margin: 50px 0 0;
}
.b_narcology {
  padding: 65px 0;
}
.b_contact_information ._title_block,
.b_narcology ._sub_title {
  margin: 0 0 70px;
}
.b_narcology p {
  line-height: 1.7;
}
.b_narcology ._h3_title,
.b_our_doctors ._all_doctors h3 {
  text-align: center;
  margin: 40px 0 30px;
  font-size: 24px;
  font-weight: 500;
}
.b_narcology ._narcology ._content {
  padding: 0 475px 0 0;
}
.b_narcology ._narcology ._img {
  float: right;
}
.b_interruption_drunkenness ._doctors_slider ._img img,
.b_narcology ._narcological_clinic ._img img,
.b_narcology ._narcology ._img img,
.b_our_doctors ._doctors_slider ._img img,
.b_output_binge ._img img {
  margin: 0 auto;
}
.b_narcology ._narcological_clinic ._content {
  padding: 0 0 0 475px;
}
.b_medical_license {
  padding: 65px 0 50px;
  background-color: #fff;
  overflow: hidden;
}
.b_medical_license ._sub_title {
  font-size: 18px;
  margin: 0 0 75px;
}
.b_medical_license ._medical_license_slider ._item {
  text-align: center;
  display: inline-block;
  vertical-align: top;
  padding: 0 5px 15px;
}
.b_medical_license ._medical_license_slider ._item a {
  display: inline-block;
  vertical-align: top;
  position: relative;
  padding: 9px;
  -webkit-box-shadow: 0 3px 10px rgba(0, 0, 0, 0.08);
          box-shadow: 0 3px 10px rgba(0, 0, 0, 0.08);
}
.b_medical_license ._medical_license_slider ._item a:hover:before,
.mfp-fade.mfp-bg.mfp-ready,
.my-mfp-slide-bottom.mfp-ready.mfp-bg,
.ward-block__img-slider a:hover:before {
  opacity: 0.8;
}
.b_medical_license ._medical_license_slider ._item a:hover:after,
.mfp-fade.mfp-wrap.mfp-ready .mfp-content,
.ward-block__img-slider a:hover:after {
  opacity: 1;
}
.b_medical_license ._medical_license_slider ._item a:before,
.ward-block__img-slider a:before {
  -webkit-transition: 0.2s linear;
  -o-transition: 0.2s linear;
  transition: 0.2s linear;
  opacity: 0;
  position: absolute;
  content: "";
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  -webkit-box-shadow: 0 5px 24px rgba(0, 0, 0, 0.24);
          box-shadow: 0 5px 24px rgba(0, 0, 0, 0.24);
  background-image: -webkit-gradient(linear, right top, left top, color-stop(0, #ff976b), to(#ff5c13));
  background-image: -o-linear-gradient(right, #ff976b 0, #ff5c13 100%);
  background-image: linear-gradient(to left, #ff976b 0, #ff5c13 100%);
}
.b_medical_license ._medical_license_slider ._item a:after,
.ward-block__img-slider a:after {
  -webkit-transition: 0.2s linear;
  -o-transition: 0.2s linear;
  transition: 0.2s linear;
  opacity: 0;
  position: absolute;
  z-index: 2;
  content: "";
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' id='SVGDoc' width='22' height='22' xmlns:xlink='http://www.w3.org/1999/xlink' viewBox='0 0 22 22'%3E%3Cdefs%3E%3Cpath d='M969.59702,6462.59651c-0.53707,0.53716 -1.40717,0.53716 -1.94424,0l-4.27013,-4.27149c-1.60721,1.20331 -3.59585,1.92449 -5.75775,1.92449c-5.31601,0 -9.62505,-4.30933 -9.62505,-9.62533c0,-5.316 4.30904,-9.62476 9.62505,-9.62476c5.31601,0 9.62505,4.30875 9.62505,9.62476c0,2.16183 -0.72109,4.14938 -1.92421,5.75628l4.27128,4.27149c0.53719,0.53716 0.53719,1.4074 0,1.94456zM964.49993,6450.62419c0,-3.79739 -3.07766,-6.87417 -6.87504,-6.87417c-3.79738,0 -6.87504,3.07678 -6.87504,6.87417c0,3.79739 3.07766,6.87474 6.87504,6.87474c3.79738,0 6.87504,-3.07735 6.87504,-6.87474z' id='Path-0'/%3E%3C/defs%3E%3Cg transform='matrix%281,0,0,1,-948,-6441%29'%3E%3Cg%3E%3Cuse xlink:href='%23Path-0' fill='%23ffffff' fill-opacity='1'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}
.b_have_questions,
.b_our_doctors {
  padding: 70px 0 0;
  overflow: hidden;
}
.b_our_doctors ._title_block {
  margin: 0 0 10px;
}
.b_our_doctors ._sub_title {
  font-size: 20px;
  font-weight: 400;
  margin: 0 0 70px;
}
.b_our_doctors ._doctors ._img {
  float: left;
  max-width: 350px;
}
.b_our_doctors ._doctors ._img img {
  -webkit-box-shadow: 0 5px 49px rgba(0, 0, 0, 0.11);
          box-shadow: 0 5px 49px rgba(0, 0, 0, 0.11);
}
.b_our_doctors ._doctors ._content {
  padding: 0 0 0 400px;
}
.b_our_doctors ._doctors ._content ._name {
  font-size: 26px;
  font-weight: 500;
  margin: 0 0 25px;
}
.b_our_doctors ._doctors ._content ._post {
  font-size: 16px;
  font-weight: 500;
  margin: 0 0 20px;
  position: relative;
}
.b_our_doctors ._doctors ._content ._post:before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' id='SVGDoc' width='16' height='16' xmlns:xlink='http://www.w3.org/1999/xlink' viewBox='0 0 16 16'%3E%3Cdefs%3E%3Cpath d='M818.99998,4466.99814v9.99968c0,0.55321 -0.44724,1.00094 -0.99998,1.00094h-14.00002c-0.55275,0 -1.0001,-0.44773 -1.0001,-1.00094v-9.99968c0,-0.55264 0.44735,-0.9998 1.0001,-0.9998h2.99995v-3.00053c0,-0.55264 0.44735,-1.00037 0.99998,-1.00037h6.00002c0.55275,0 0.99998,0.44773 0.99998,1.00037v3.00053h3.00007c0.55275,0 0.99998,0.44716 0.99998,0.9998zM808.9999,4465.99834h4.00005v-2.00017h-4.00005zM817.00001,4467.99793h-12.00005v8.00066h12.00005zM807.99992,4471.99826c0,-0.55264 0.44735,-1.00037 0.99998,-1.00037h1.0001v-0.99922c0,-0.55264 0.44724,-1.00094 0.99998,-1.00094c0.55275,0 0.99998,0.4483 0.99998,1.00094v0.99922h0.99998c0.55275,0 0.99998,0.44773 0.99998,1.00037c0,0.55264 -0.44724,0.9998 -0.99998,0.9998h-0.99998v0.9998c0,0.55264 -0.44724,1.00094 -0.99998,1.00094c-0.55275,0 -0.99998,-0.4483 -0.99998,-1.00094v-0.9998h-1.0001c-0.55264,0 -0.99998,-0.44716 -0.99998,-0.9998z' id='Path-0'/%3E%3C/defs%3E%3Cg transform='matrix%281,0,0,1,-803,-4462%29'%3E%3Cg%3E%3Cuse xlink:href='%23Path-0' fill='%233f86de' fill-opacity='1'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
  background-position: center;
  width: 16px;
  margin: -3px 10px 0 0;
}
.b_our_doctors ._doctors ._experience {
  color: #333;
  font-weight: 500;
  margin: 0 0 20px;
  position: relative;
}
.b_interruption_drunkenness ._doctors_slider ._standing:before,
.b_our_doctors ._doctors ._experience:before,
.b_our_doctors ._doctors_slider ._standing:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' id='SVGDoc' width='10' height='16' xmlns:xlink='http://www.w3.org/1999/xlink' viewBox='0 0 10 16'%3E%3Cdefs%3E%3Cpath d='M488.99609,5372.97662c0,0.00803 0.00389,0.01376 0.00389,0.02178v6.99972c0,0.36919 -0.20313,0.708 -0.52837,0.88227c-0.14751,0.07854 -0.30956,0.1181 -0.47161,0.1181c-0.19432,0 -0.38784,-0.05733 -0.55481,-0.16797l-2.44526,-1.62983l-2.44526,1.62983c-0.3067,0.20409 -0.70221,0.22415 -1.02642,0.04988c-0.32524,-0.17428 -0.52826,-0.51308 -0.52826,-0.88227v-6.99972c0,-0.00803 0.00378,-0.01376 0.00378,-0.02178c-0.62199,-0.83355 -1.00388,-1.85742 -1.00388,-2.97875c0,-2.76148 2.23835,-5.00013 5.00004,-5.00013c2.76169,0 5.00004,2.23865 5.00004,5.00013c0,1.12133 -0.38189,2.1452 -1.00388,2.97875zM481.99997,5369.99787c0,1.65677 1.34377,3.00053 2.99995,3.00053c1.6563,0 3.00007,-1.34376 3.00007,-3.00053c0,-1.65563 -1.34377,-2.99996 -3.00007,-2.99996c-1.65619,0 -2.99995,1.34434 -2.99995,2.99996zM486.99989,5378.13038v-3.55432c-0.61329,0.26944 -1.28803,0.42251 -1.99997,0.42251c-0.71194,0 -1.38668,-0.15307 -1.99997,-0.42251v3.55432l1.44527,-0.96368c0.336,-0.2253 0.77351,-0.2253 1.10939,0z' id='Path-0'/%3E%3C/defs%3E%3Cg transform='matrix%281,0,0,1,-480,-5365%29'%3E%3Cg%3E%3Cuse xlink:href='%23Path-0' fill='%233f86de' fill-opacity='1'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
  width: 10px;
  height: 16px;
  margin: -3px 10px 0 0;
}
.b_our_doctors ._doctors ul {
  padding: 0;
  margin: 15px 0;
  list-style: none;
}
.b_our_doctors ._doctors ul li,
.b_output_binge ul li {
  padding: 0 0 0 30px;
  position: relative;
}
.b_our_doctors ._doctors ul li:before {
  position: absolute;
  content: "";
  top: 9px;
  left: 0;
  width: 18px;
  height: 1px;
  background-color: #3f86de;
}
._row + ._row,
.b_our_doctors ._doctors ul li + li {
  margin: 15px 0 0;
}
.b_our_doctors ._all_doctors {
  padding: 20px 0 30px;
}
.b_our_doctors ._all_doctors h3 {
  font-size: 30px;
  margin: 0 0 15px;
}
.container_stocks {
  margin-top: 20px !important;
}
@media (max-width: 991px) {
  .b_contact_information ._breadcrumbs {
    padding-top: 0;
  }
  .container_stocks {
    margin-top: 90px !important;
  }
  .container_faq {
    margin-top: 90px;
  }
  .b_our_doctors ._all_doctors {
    padding-top: 0;
  }
}
.container_faq {
  margin-bottom: 60px;
}
.b_our_doctors ._bottom_part {
  overflow: hidden;
  padding: 60px 0 0;
}
.b_interruption_drunkenness ._doctors_slider,
.b_our_doctors ._doctors_slider {
  margin: 0-15px 40px;
  text-align: center;
}
.b_interruption_drunkenness ._doctors_slider ._item,
.b_our_doctors ._doctors_slider ._item {
  padding: 15px 15px 30px;
}
.b_interruption_drunkenness ._doctors_slider ._item_inner,
.b_our_doctors ._doctors_slider ._item_inner {
  -webkit-box-shadow: 0 5px 25px rgba(0, 0, 0, 0.1);
          box-shadow: 0 5px 25px rgba(0, 0, 0, 0.1);
  background-color: #fff;
  padding: 20px;
}
.b_our_doctors ._doctors_slider ._img {
  min-height: 220px;
  margin: 0 0 20px;
}
.b_our_doctors ._doctors_slider ._name {
  font-weight: 500;
  min-height: 65px;
  font-size: 14px;
  margin: 0 0 25px;
}
.b_our_doctors ._doctors_slider ._post {
  color: #7f8182;
  font-weight: 400;
  margin: 0 0 20px;
  min-height: 45px;
}
.b_interruption_drunkenness ._doctors_slider ._standing,
.b_our_doctors ._doctors_slider ._standing {
  color: #333;
  margin: 0 0 10px;
}
.b_interruption_drunkenness ._doctors_slider ._diplomas,
.b_our_doctors ._doctors_slider ._diplomas {
  text-decoration: underline;
  color: #ff7538;
  margin: 0 0 15px;
  display: inline-block;
  vertical-align: top;
}
.b_our_doctors ._consultation,
.b_withdraw_binge ._consultation {
  background-repeat: no-repeat;
  background-image: url(../img/bg_consultation.jpg);
  background-size: cover;
  text-align: center;
  border-radius: 5px;
  overflow: hidden;
  width: 100%;
  padding: 45px;
  color: #fff;
  margin: 0 0 60px;
}
.b_have_questions ._consultation ._title,
.b_our_doctors ._consultation ._title,
.b_withdraw_binge ._consultation ._title {
  font-size: 30px;
  font-weight: 500;
  max-width: 445px;
  margin: 0 auto 20px;
  line-height: 1.2;
}
.b_have_questions ._consultation ._sub_title,
.b_our_doctors ._consultation ._sub_title,
.b_withdraw_binge ._consultation ._sub_title {
  font-size: 14px;
  font-weight: 400;
  max-width: 645px;
  margin: 0 auto 30px;
}
.b_have_questions ._consultation a,
.b_modal ._agree a,
.b_our_doctors ._consultation a,
.b_withdraw_binge ._consultation a {
  color: #fff;
  text-decoration: underline;
}
.b_have_questions ._consultation_inner,
.b_our_doctors ._consultation_inner,
.b_withdraw_binge ._consultation_inner {
  position: relative;
  z-index: 2;
}
.b_have_questions ._consultation_wrapper,
.b_our_doctors ._consultation_wrapper {
  position: relative;
  display: inline-block;
  vertical-align: top;
  width: 100%;
  max-width: 916px;
}
.b_our_doctors ._img_doctor,
.b_withdraw_binge ._img_doctor {
  position: absolute;
  left: 100%;
  top: 0;
  margin: -21px 0 0-120px;
}
.b_contact_information ._contact_information ul li + li,
.b_output_binge ol li + li,
.b_output_binge ul li + li,
.quiz__tarif ul li + li {
  margin: 10px 0 0;
}
.b_have_questions ._img_doctor img,
.b_our_doctors ._img_doctor img,
.b_withdraw_binge ._img_doctor img {
  max-width: none;
}
.b_have_questions ._form form,
.b_our_doctors ._form form,
.b_withdraw_binge ._form form {
  margin: 0 0 40px;
}
.b_have_questions ._form ._row,
.b_our_doctors ._form ._row,
.b_withdraw_binge ._form ._row {
  font-size: 0;
}
.b_have_questions ._form .column,
.b_our_doctors ._form .column,
.b_withdraw_binge ._form .column {
  display: inline-block;
  vertical-align: middle;
  width: 33%;
  max-width: 227px;
}
.b_have_questions ._form .column + .column,
.b_our_doctors ._form .column + .column,
.b_withdraw_binge ._form .column + .column {
  margin: 0 0 0 20px;
}
.b_have_questions ._form .btn,
.b_our_doctors ._form .btn,
.b_withdraw_binge ._form .btn {
  width: 100%;
  font-size: 14px;
}
.b_interruption_drunkenness .slick-dots,
.b_our_doctors .slick-dots {
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  margin: 10px 0 0;
}
._procedures .slick-dots li,
.b_interruption_drunkenness .slick-dots li,
.b_our_doctors .slick-dots li {
  background-color: rgba(255, 96, 22, 0.3);
}
.b_interruption_drunkenness .slick-dots .slick-active,
.b_our_doctors .slick-dots .slick-active,
.slick-dots .slick-active {
  background: 0 0;
}
.JS_infographic_wrap .slick-dots .slick-active:before,
._procedures .slick-dots .slick-active:before,
.b_interruption_drunkenness .slick-dots .slick-active:before,
.b_our_doctors .slick-dots .slick-active:before {
  border-color: #ff5e16;
}
.b_contact_information {
  padding: 20px 0 60px;
}
.b_contact_information ._title_block:before,
.decorate_line:before {
  background: -webkit-gradient(linear, left top, right top, color-stop(0, rgba(255, 92, 19, 0)), color-stop(50%, #ff5c13), to(rgba(255, 92, 19, 0)));
  background: -o-linear-gradient(left, rgba(255, 92, 19, 0) 0, #ff5c13 50%, rgba(255, 92, 19, 0) 100%);
  background: linear-gradient(90deg, rgba(255, 92, 19, 0) 0, #ff5c13 50%, rgba(255, 92, 19, 0) 100%);
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  margin: 35px auto 0;
  content: "";
  height: 1px;
  width: 181px;
}
.b_contact_information ._contact_information ._left_part,
.b_contact_information ._contact_information ._right_part {
  width: 100%;
  max-width: 540px;
  background-color: #fff;
  padding: 40px 50px;
  min-height: 490px;
  -webkit-box-shadow: 0 5px 35px rgba(0, 0, 0, 0.1);
          box-shadow: 0 5px 35px rgba(0, 0, 0, 0.1);
}
.b_contact_information ._contact_information ._left_part {
  float: left;
}
.b_contact_information ._contact_information ._right_part {
  float: right;
  text-align: center;
}
.b_contact_information ._place:before,
.b_contact_information ._tel:before {
  width: 12px;
  height: 16px;
  position: absolute;
  background-repeat: no-repeat;
  left: 0;
  content: "";
}
.b_contact_information ._contact_information ._right_part form,
.b_interruption_drunkenness ._interruption_drunkenness ._img_inner,
.b_output_binge ._img_inner,
.b_output_binge ._top_part,
.b_withdraw_binge ._img_inner {
  margin: 0 0 25px;
}
.b_contact_information ._contact_information ul {
  padding: 0;
  list-style: none;
  margin: 0 0 20px;
  color: #848484;
}
.b_contact_information ._title_part {
  font-size: 30px;
  font-weight: 500;
  margin: 0 0 15px;
  line-height: 1.1;
}
.b_contact_information ._sub_title {
  font-size: 14px;
  font-weight: 500;
  margin: 0 0 20px;
}
.b_contact_information ._form_control {
  background-color: #ebf3fc;
}
.b_contact_information ._agree {
  max-width: 380px;
  margin: 0 auto;
  font-weight: 500;
}
.b_contact_information ._agree a,
.b_interruption_drunkenness p a,
.b_output_binge p a,
.b_withdraw_binge p a,
.tabcontent__list a,
td a {
  text-decoration: underline;
  color: #ff5e16;
}
.b_contact_information ._mail,
.b_contact_information ._place,
.b_contact_information ._tel,
.b_contact_information ._clock {
  position: relative;
  padding: 0 0 0 26px;
  margin: 0 0 15px;
}
.b_contact_information ._text {
  font-size: 12px;
}
.b_contact_information ._list li {
list-style-type: inherit;
font-size: 12px;
}
.b_contact_information ._list li::marker {
color: #3f86de;
}
.b_contact_information ._tel:before {
  margin: -8px 0 0;
  top: 50%;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' id='SVGDoc' width='12' height='16' xmlns:xlink='http://www.w3.org/1999/xlink' viewBox='0 0 12 16'%3E%3Cdefs%3E%3Cpath d='M1291.99986,9405.99798v14.00001c0,0.55321 -0.44724,0.99922 -0.99998,0.99922h-9.99996c-0.55275,0 -0.99998,-0.44601 -0.99998,-0.99922v-14.00001c0,-0.55264 0.44724,-1.00037 0.99998,-1.00037h9.99996c0.55275,0 0.99998,0.44773 0.99998,1.00037zM1289.99989,9406.99835h-7.99999v11.99984h7.99999zM1283.99986,9408.99794c0,-0.55207 0.44735,-1.00037 0.99998,-1.00037h2.00008c0.55264,0 0.99998,0.4483 0.99998,1.00037c0,0.55321 -0.44735,0.99922 -0.99998,0.99922h-2.00008c-0.55264,0 -0.99998,-0.44601 -0.99998,-0.99922zM1286.99993,9416.99803c0,0.55207 -0.44735,1.00037 -1.0001,1.00037c-0.55264,0 -0.99998,-0.4483 -0.99998,-1.00037c0,-0.55264 0.44735,-1.00037 0.99998,-1.00037c0.55275,0 1.0001,0.44773 1.0001,1.00037z' id='Path-0'/%3E%3C/defs%3E%3Cg transform='matrix%281,0,0,1,-1280,-9405%29'%3E%3Cg%3E%3Cuse xlink:href='%23Path-0' fill='%233f86de' fill-opacity='1'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}
.b_contact_information ._place:before,
.b_footer ._foot_contacts ._place:before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' id='SVGDoc' width='12' height='16' xmlns:xlink='http://www.w3.org/1999/xlink' viewBox='0 0 12 16'%3E%3Cdefs%3E%3Cpath d='M1291.99997,9348.99757c0,1.30593 -0.42778,2.50178 -1.13869,3.48323c-0.0127,0.02293 -0.01465,0.0493 -0.0293,0.07223l-4.00005,5.99935c-0.18551,0.27861 -0.49805,0.44601 -0.83199,0.44601c-0.33405,0 -0.64648,-0.1674 -0.83199,-0.44601l-4.00005,-5.99935c-0.01465,-0.02293 -0.01659,-0.0493 -0.0293,-0.07223c-0.71102,-0.98145 -1.13869,-2.17731 -1.13869,-3.48323c0,-3.31354 2.6865,-5.99992 6.00002,-5.99992c3.31352,0 6.00002,2.68638 6.00002,5.99992zM1290,9348.99757c0,-2.20884 -1.79111,-4.00033 -4.00005,-4.00033c-2.20905,0 -4.00005,1.79149 -4.00005,4.00033c0,1.00725 0.62508,2.00017 1.0001,2.69727l2.99995,4.5008l2.99995,-4.5008c0.48637,-0.69711 1.0001,-1.69002 1.0001,-2.69727zM1287.99992,9348.99757c0,1.10413 -0.8955,2.00017 -1.99997,2.00017c-1.10447,0 -1.99997,-0.89603 -1.99997,-2.00017c0,-1.10471 0.8955,-2.00017 1.99997,-2.00017c1.10447,0 1.99997,0.89546 1.99997,2.00017z' id='Path-0'/%3E%3C/defs%3E%3Cg transform='matrix%281,0,0,1,-1280,-9343%29'%3E%3Cg%3E%3Cuse xlink:href='%23Path-0' fill='%233f86de' fill-opacity='1'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}
.b_contact_information ._tel a {
  font-size: 20px;
  color: #333;
  font-weight: 600;
}
.b_contact_information ._place:before {
  top: 2px;
}
.b_contact_information ._mail a,
.b_footer ._foot_contacts a {
  color: #333;
}
.b_contact_information ._mail a:hover,
.usl-bl .usl-box table td a:hover,
.usl-bl .usl-box:hover .usl-title,
.zh_result-wrapper a:hover {
  text-decoration: underline;
}
.b_contact_information ._mail:before {
  position: absolute;
  top: 50%;
  margin: -7px 0 0;
  left: 0;
  content: "";
  background-repeat: no-repeat;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' id='SVGDoc' width='16' height='12' xmlns:xlink='http://www.w3.org/1999/xlink' viewBox='0 0 16 12'%3E%3Cdefs%3E%3Cpath d='M472.99988,614.00017v9.99966c0,0.55293 -0.44724,1.00036 -0.99998,1.00036h-13.9999c-0.55275,0 -0.99998,-0.44743 -0.99998,-1.00036v-9.99966c0,-0.55304 0.44724,-1.00002 0.99998,-1.00002h13.9999c0.55275,0 0.99998,0.44698 0.99998,1.00002zM458.99998,614.99997v0.06641l5.99991,4.66703l6.00002,-4.66703v-0.06641zM470.99991,622.99993v-5.40028l-5.3857,4.18936c-0.18059,0.14078 -0.39745,0.211 -0.61432,0.211c-0.21675,0 -0.4335,-0.07022 -0.6142,-0.211l-5.3857,-4.18936v5.40028z' id='Path-0'/%3E%3C/defs%3E%3Cg transform='matrix%281,0,0,1,-457,-613%29'%3E%3Cg%3E%3Cuse xlink:href='%23Path-0' fill='%233f86de' fill-opacity='1'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
  width: 16px;
  height: 12px;
}
.b_contact_information ._clock,
.b_footer ._foot_contacts ._number {
  position: relative;
  padding: 0 0 0 26px;
}
.b_contact_information ._clock:before {
  position: absolute;
  top: 3px;
  left: 0;
  content: "";
  background-repeat: no-repeat;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' id='SVGDoc' width='16' height='16' xmlns:xlink='http://www.w3.org/1999/xlink' viewBox='0 0 16 16'%3E%3Cdefs%3E%3Cpath d='M472.00001,668.00004c0,4.41817 -3.582,8.00018 -7.99999,8.00018c-4.41799,0 -7.99999,-3.582 -7.99999,-8.00018c0,-4.41806 3.582,-7.99984 7.99999,-7.99984c4.41799,0 7.99999,3.58178 7.99999,7.99984zM470.00004,668.00004c0,-3.31355 -2.68661,-6.00025 -6.00002,-6.00025c-3.31352,0 -6.00002,2.6867 -6.00002,6.00025c0,3.31355 2.6865,6.00002 6.00002,6.00002c3.31341,0 6.00002,-2.68648 6.00002,-6.00002zM466.7149,669.30077c0.3915,0.39154 0.3867,1.01951 -0.00401,1.41027c-0.3915,0.39154 -1.04187,0.37183 -1.43349,-0.01982l-1.98349,-1.98325c-0.0927,-0.09161 -0.16594,-0.20305 -0.21675,-0.32614c-0.05081,-0.12196 -0.07713,-0.2511 -0.07713,-0.3818v-3.99998c0,-0.55282 0.44724,-1.00002 0.99998,-1.00002c0.55275,0 0.99998,0.4472 0.99998,1.00002v3.58592z' id='Path-0'/%3E%3C/defs%3E%3Cg transform='matrix%281,0,0,1,-456,-660%29'%3E%3Cg%3E%3Cuse xlink:href='%23Path-0' fill='%233f86de' fill-opacity='1'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
  width: 16px;
  height: 16px;
}
.empty_field {
  border: 2px solid red !important;
}
.b_affiliated_societies {
  padding: 0 0 30px;
}
.b_affiliated_societies ._affiliated_societies {
  margin: 0-15px;
}
.b_affiliated_societies ._affiliated_societies ._link {
  display: inline-block;
  vertical-align: middle;
  text-align: left;
  -webkit-box-shadow: 0 5px 35px rgba(0, 0, 0, 0.1);
          box-shadow: 0 5px 35px rgba(0, 0, 0, 0.1);
  background-color: #fff;
  width: 100%;
  max-width: 345px;
  margin: 0 15px 30px;
  padding: 10px;
}
.b_affiliated_societies ._affiliated_societies ._link ._img {
  float: left;
  max-width: 80px;
}
.b_affiliated_societies ._affiliated_societies ._text {
  padding: 25px 0 0 100px;
  color: #333;
  font-weight: 500;
  font-size: 20px;
}
.b_application {
  padding: 0 0 70px;
}
.b_application ._title_block,
.b_interruption_drunkenness ._title_block,
.b_output_binge ._title_block,
.b_withdraw_binge ._title_block {
  margin: 0 0 75px;
}
.b_application ._title_block:before {
  background: -webkit-gradient(linear, left top, right top, color-stop(0, rgba(255, 92, 19, 0)), color-stop(50%, #ff5c13), to(rgba(255, 92, 19, 0)));
  background: -o-linear-gradient(left, rgba(255, 92, 19, 0) 0, #ff5c13 50%, rgba(255, 92, 19, 0) 100%);
  background: linear-gradient(90deg, rgba(255, 92, 19, 0) 0, #ff5c13 50%, rgba(255, 92, 19, 0) 100%);
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  margin: 30px auto 0;
  content: "";
  height: 1px;
  width: 181px;
}
.b_application textarea._form_control {
  resize: none;
  min-height: 186px;
}
.b_application ._checkbox {
  margin: 0 20px 20px 0;
  display: inline-block;
  vertical-align: middle;
}
.b_application ._application {
  background-color: #fff;
  padding: 50px 50px 30px;
}
.b_application ._application ._form_control {
  background-color: #ebf3fc;
  -webkit-transition: 0.2s linear;
  -o-transition: 0.2s linear;
  transition: 0.2s linear;
}
.b_application ._application ._form_control:focus {
  -webkit-box-shadow: 0 3px 24px rgba(0, 0, 0, 0.11);
          box-shadow: 0 3px 24px rgba(0, 0, 0, 0.11);
  background-color: #fff;
}
.b_application ._application ._application_list,
.b_output_binge ol {
  padding: 0;
  margin: 0 0 30px;
  list-style: none;
  counter-reset: li;
}
.b_application ._application ._application_list li + li {
  margin: 30px 0 0;
}
.b_application ._application ._application_list li:before {
  content: counter(li);
  counter-increment: li;
  position: absolute;
  top: 50%;
  left: 0;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  background-color: #3f86de;
  color: #fff;
  font-size: 14px;
  font-weight: 400;
  margin: -13px 0 0;
  text-align: center;
  padding: 3px 0 0;
}
.b_application ._row {
  font-size: 0;
  margin: 0 0 20px;
}
.b_application ._row .column {
  display: inline-block;
  vertical-align: top;
  width: 50%;
  padding: 0 10px 0 0;
}
.b_application ._accommodation ._all__inputs,
.b_footer ._footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.b_application ._accommodation ._input:first-of-type {
  min-width: 451px;
}
.b_application ._bottom_part .btn {
  width: 100%;
  max-width: 234px;
  margin: 0 auto 20px;
}
.b_application ._bottom_part p,
.da_calculator .agree {
  font-size: 14px;
}
.b_output_binge {
  background-color: #fff;
  padding: 30px 0;
}
.b_interruption_drunkenness ._interruption_drunkenness ._img,
.b_output_binge ._img,
.b_withdraw_binge ._img {
  display: inline-block;
  max-width: 444px;
  background-color: #fff;
  -webkit-box-shadow: 0 5px 35px rgba(0, 0, 0, 0.1);
          box-shadow: 0 5px 35px rgba(0, 0, 0, 0.1);
  padding: 30px;
  text-align: center;
}
.b_interruption_drunkenness ._interruption_drunkenness ._img h3,
.b_output_binge ._img h3,
.b_output_binge h2,
.b_withdraw_binge ._img h3 {
  font-size: 24px;
  font-weight: 500;
  margin: 0 0 15px;
}
.b_interruption_drunkenness ._interruption_drunkenness ._img p,
.b_output_binge ._img p,
.b_withdraw_binge ._img p {
  margin: 0;
  font-size: 16px;
}
.b_interruption_drunkenness ._interruption_drunkenness ._img,
.b_output_binge ._top_part ._img {
  float: right;
  margin: 0 0 0 30px;
}
.b_output_binge ._top_part ._content {
  padding: 0 474px 0 0;
}
.b_output_binge ._bottom_part ._img {
  float: left;
  margin: 0 30px 5px 0;
}
.b_output_binge ._bottom_part ._content,
.b_withdraw_binge ._top_part ._right_part {
  padding: 0 0 0 474px;
}
.b_output_binge h2 {
  margin: 0 0 20px;
}
.b_interruption_drunkenness p,
.b_output_binge p,
.b_withdraw_binge p {
  line-height: 1.8;
  margin: 0 0 30px;
}
.b_output_binge ul li:before {
  content: "â€”\9";
  top: 9px;
  left: 0;
  width: 18px;
  height: 1px;
  color: #3f86de;
  font-weight: 900;
  margin-right: 5px;
}
.b_output_binge ol li {
  padding: 0 0 0 35px;
  position: relative;
  line-height: 25px;
}
.b_output_binge ol li:before {
  content: counter(li);
  counter-increment: li;
  top: 50%;
  left: 0;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  background-color: #3f86de;
  color: #fff;
  font-size: 14px;
  font-weight: 400;
  margin: -13px 10px 0;
  text-align: center;
  padding: 3px 8px 0;
}
.b_output_binge ._quote {
  margin: 50px 0 0;
  background-color: #ebf3fc;
  padding: 35px;
  border-left: 2px solid #3f86de;
  font-weight: 500;
}
.b_withdraw_binge {
  padding: 65px 0 0;
  overflow: hidden;
}
.section-bottom {
  padding-bottom: 65px;
}
.b_interruption_drunkenness ._interruption_drunkenness,
.b_withdraw_binge ._top_part {
  margin: 0 0 50px;
}
.b_withdraw_binge ._top_part ._img {
  float: left;
  margin: 0 30px 0 0;
}
.b_withdraw_binge ._consultation_wrapper {
  position: relative;
  display: block;
  vertical-align: top;
  width: 100%;
  max-width: 916px;
}
.b_interruption_drunkenness {
  padding: 60px 0;
  overflow: hidden;
}
.b_interruption_drunkenness ._doctors_slider ._name {
  font-weight: 500;
  font-size: 14px;
  margin: 0 0 25px;
}
.b_interruption_drunkenness ._doctors_slider ._post {
  color: #7f8182;
  font-weight: 400;
  margin: 0 0 20px;
}
.b_have_questions ._have_questions_wrapper {
  position: relative;
  max-width: 915px;
}
.b_have_questions ._consultation {
  background-repeat: no-repeat;
  background-image: url(../img/bg_consultation02.jpg);
  background-size: cover;
  text-align: center;
  border-radius: 5px;
  overflow: hidden;
  width: 100%;
  padding: 45px;
  color: #fff;
  margin: 0 0 60px;
}
.b_have_questions ._img_doctor {
  position: absolute;
  left: 100%;
  top: 0;
  margin: -21px 0 0-65px;
}
.container {
  padding: 0 30px;
}
.jsAnimated.animated {
  opacity: 1 !important;
  visibility: visible !important;
}
._title_block,
.faq h3 {
  font-weight: 700;
  color: #333;
  font-size: 40px;
  line-height: 1;
  margin: 0 0 60px;
  text-align: center;
  position: relative;
}
._sub_title {
  font-size: 24px;
  font-weight: 500;
  text-align: center;
}
._form_control {
  background-color: #fdfdff;
  font-size: 14px;
  font-weight: 400;
  width: 100%;
  padding: 10px 19px;
  border: 0;
  border-radius: 25px;
  color: #333;
}
.b_modal .mfp-close,
.slick-arrow {
  font-size: 0;
  background-repeat: no-repeat;
  background-position: center;
}
._checkbox {
  position: relative;
  cursor: pointer;
}
._checkbox [type="checkbox"] {
  display: none;
  position: absolute;
  opacity: 0;
  visibility: hidden;
  top: 0;
  bottom: 0;
}
._checkbox [type="checkbox"]:checked + span:before {
  background-color: #fe6018;
  border: 1px solid #fe6018;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' id='SVGDoc' width='11' height='8' xmlns:xlink='http://www.w3.org/1999/xlink' viewBox='0 0 11 8'%3E%3Cdefs%3E%3Cpath d='M458.02505,1304.93912l1.41426,-1.41419l2.81065,2.81069l4.87132,-4.87147l1.41415,1.41443l-5.65681,5.65675l-0.68929,-0.68931l-0.62872,0.62869z' id='Path-0'/%3E%3C/defs%3E%3Cg transform='matrix%281,0,0,1,-458,-1301%29'%3E%3Cg%3E%3Cuse xlink:href='%23Path-0' fill='%23ffffff' fill-opacity='1'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}
._checkbox span {
  padding: 0 0 0 25px;
}
._checkbox span:before {
  content: "";
  position: absolute;
  top: 1px;
  left: 0;
  width: 17px;
  height: 17px;
  border-radius: 5px;
  border: 1px solid #d5d5d5;
  background-repeat: no-repeat;
  background-position: center;
}
.slick-arrow,
.slick-dots li:before {
  border-radius: 50%;
  position: absolute;
  top: 50%;
}
.slick-arrow {
  z-index: 2;
  width: 50px;
  height: 50px;
  border: 0;
  padding: 0;
  -webkit-box-shadow: 0 5px 27px rgba(0, 0, 0, 0.05);
          box-shadow: 0 5px 27px rgba(0, 0, 0, 0.05);
  background-color: #fff;
  margin: -25px 0 0;
  -webkit-transition: 0.2s linear;
  -o-transition: 0.2s linear;
  transition: 0.2s linear;
}
.slick-next {
  right: -60px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' id='SVGDoc' width='8' height='13' xmlns:xlink='http://www.w3.org/1999/xlink' viewBox='0 0 8 13'%3E%3Cdefs%3E%3Cpath d='M1588.46443,5255.87724l1.41415,-1.41485l5.65693,5.65768l-0.37844,0.37829l0.37844,0.37844l-5.65693,5.6571l-1.41415,-1.41428l4.62119,-4.62142z' id='Path-0'/%3E%3C/defs%3E%3Cg transform='matrix%281,0,0,1,-1588,-5254%29'%3E%3Cg opacity='0.5'%3E%3Ctitle%3EShape 12 copy 6%3C/title%3E%3Cuse xlink:href='%23Path-0' fill='%23333333' fill-opacity='1'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}
.slick-prev {
  left: -60px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' id='SVGDoc' width='8' height='13' xmlns:xlink='http://www.w3.org/1999/xlink' viewBox='0 0 8 13'%3E%3Cdefs%3E%3Cpath d='M326.46435,5261.11929l5.65681,-5.65653l1.41426,1.41428l-4.62105,4.62119l4.62105,4.62119l-1.41426,1.41428l-5.65681,-5.6571l0.37854,-0.37857z' id='Path-0'/%3E%3C/defs%3E%3Cg transform='matrix%281,0,0,1,-326,-5255%29'%3E%3Cg opacity='0.5'%3E%3Cuse xlink:href='%23Path-0' fill='%23333333' fill-opacity='1'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}
.slick-dots {
  list-style: none;
  margin: 0;
  padding: 0;
  text-align: center;
}
._breadcrumbs li,
._checkbox span,
.slick-dots li {
  display: inline-block;
  vertical-align: middle;
  position: relative;
}
.slick-dots li {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.5);
  cursor: pointer;
}
.slick-dots li:before {
  content: "";
  width: 12px;
  height: 12px;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
  border: 2px solid transparent;
}
.slick-dots li + li {
  margin: 0 0 0 10px;
}
.slick-dots .slick-active:before {
  border-color: #fff;
}
.cls-56,
[class*="ymaps-2"][class*="-ground-pane"] {
  opacity: 0.4;
}
.tabs__item {
  opacity: 0;
  visibility: hidden;
  position: absolute;
  overflow: hidden;
  top: 0;
}
.tabs__item.-active {
  overflow: visible;
  position: static;
}
.tabs__item.-fade {
  opacity: 1;
  visibility: visible;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
  text-align: left;
  font-size: 18px;
}
table td,
table th {
  padding: 13px 15px;
  border: 3px solid #fff;
}
table th {
  background-color: #eb1f26;
  font-weight: 600;
  color: #fff;
}
table td {
  background-color: #f3f3f3;
  color: #999;
  font-weight: 400;
}
._breadcrumbs {
  color: #333;
  font-size: 16px;
  font-weight: 400;
  padding: 0 0 30px;
  margin: 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
._breadcrumbs_vacancy {
  margin-top: 20px;
}
.b_modal,
.big-name {
  color: #fff;
  text-align: center;
}
._contacts_bread {
  padding-top: 30px;
}
.type2 p,
blockquote {
  margin: 15px 0;
}
._breadcrumbs li:after {
  position: static;
  content: "â†’";
  font-size: 14px;
  color: #333;
}
._breadcrumbs a {
  color: #ff5e16;
  text-decoration: underline;
}
.b_modal {
  max-width: 480px;
  margin: 50px auto 0;
  padding: 20px 50px;
  position: relative;
  background: url(../img/bg_modal.jpg) 0 0 / cover no-repeat #fff;
  border-radius: 10px;
}
.type1,
.type2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-left: 15px;
}
.b_modal .mfp-close {
  border: 1px solid #fff;
  border-radius: 50%;
  -webkit-transition: 0.2s linear;
  -o-transition: 0.2s linear;
  transition: 0.2s linear;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' id='SVGDoc' width='15' height='15' xmlns:xlink='http://www.w3.org/1999/xlink' viewBox='0 0 15 15'%3E%3Cdefs%3E%3Cpath d='M1440.56065,2747.85442l-6.06903,-6.06875l-6.06903,6.06875c-0.17899,0.17946 -0.46955,0.17946 -0.64865,0l-0.64877,-0.64798c-0.17921,-0.17921 -0.17921,-0.46929 0,-0.64823l6.06892,-6.06927l-6.06892,-6.06927c-0.17921,-0.17946 -0.17921,-0.46954 0,-0.64823l0.64877,-0.64901c0.1791,-0.18049 0.46967,-0.18049 0.64865,0l6.06903,6.06772l6.06903,-6.06772c0.1791,-0.18049 0.46944,-0.18049 0.64865,0l0.64877,0.64901c0.1791,0.17869 0.1791,0.46877 0,0.64823l-6.06903,6.06927l6.06903,6.06927c0.1791,0.17895 0.1791,0.46903 0,0.64823l-0.64877,0.64798c-0.17921,0.17946 -0.46955,0.17946 -0.64865,0z' id='Path-0'/%3E%3C/defs%3E%3Cg transform='matrix%281,0,0,1,-1427,-2733%29'%3E%3Cg%3E%3Cuse xlink:href='%23Path-0' fill='%23fff' fill-opacity='1'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
  bottom: 100%;
  left: 100%;
  top: auto;
}
.type2:after,
.type2:before {
  background: -webkit-gradient(linear, left top, right top, color-stop(0, rgba(255, 92, 19, 0)), color-stop(50%, #ff5c13), to(rgba(255, 92, 19, 0)));
  background: -o-linear-gradient(left, rgba(255, 92, 19, 0) 0, #ff5c13 50%, rgba(255, 92, 19, 0) 100%);
  background: linear-gradient(90deg, rgba(255, 92, 19, 0) 0, #ff5c13 50%, rgba(255, 92, 19, 0) 100%);
  left: 0;
  width: 181px;
  right: 0;
}
._modal_title {
  font-size: 30px;
  font-weight: 500;
  line-height: 1.2;
  margin: 0 0 60px;
  position: relative;
}
._modal_title:before,
.type2:after,
.type2:before {
  content: "";
  position: absolute;
}
._modal_title:before {
  top: 100%;
  left: 0;
  right: 0;
  margin: 30px auto 0;
  height: 1px;
  width: 181px;
  background: -webkit-gradient(linear, left top, right top, color-stop(0, rgba(255, 255, 255, 0)), color-stop(50%, #fff), to(rgba(255, 255, 255, 0)));
  background: -o-linear-gradient(left, rgba(255, 255, 255, 0) 0, #fff 50%, rgba(255, 255, 255, 0) 100%);
  background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0, #fff 50%, rgba(255, 255, 255, 0) 100%);
}
.b_modal ._form_control {
  resize: none;
  border: 2px solid transparent;
  -webkit-transition: 0.2s linear;
  -o-transition: 0.2s linear;
  transition: 0.2s linear;
}
.b_modal ._form_control:focus {
  border-color: #ff5e15;
}
.b_modal textarea._form_control {
  min-height: 186px;
}
.active_top_menu {
  background-color: #0876ea;
  border-radius: 10px;
}
.new_request {
  min-height: 300px;
}
.type1 {
  position: relative;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin: 14px 40px 25px;
  font-size: 15px;
  border: 5px solid #ff6f30;
}
.type1 ol:last-child,
.type1 p:last-child,
.type1 ul:last-child,
blockquote ol:last-child,
blockquote p:last-child,
blockquote ul:last-child {
  margin: 5px;
}
.type2 {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  text-align: center;
  position: relative;
  margin: 40px;
}
.type2:before {
  top: 0;
  margin: -15px auto 0;
  height: 1px;
}
.type2:after {
  top: 100%;
  margin: 15px auto 0;
  height: 1px;
}
blockquote {
  display: flow-root;
  background-color: #ebf3fc;
  padding: 15px 35px;
  border-radius: 5px;
}
.mfp-fade.mfp-bg,
.mfp-fade.mfp-wrap .mfp-content {
  opacity: 0;
  -webkit-transition: 0.15s ease-out;
  -o-transition: 0.15s ease-out;
  transition: 0.15s ease-out;
}
.mfp-fade.mfp-bg.mfp-removing,
.mfp-fade.mfp-wrap.mfp-removing .mfp-content,
.my-mfp-slide-bottom.mfp-removing.mfp-bg {
  opacity: 0;
}
.my-mfp-slide-bottom .zoom-anim-dialog {
  opacity: 0;
  -webkit-transition: 0.2s ease-out;
  -o-transition: 0.2s ease-out;
  transition: 0.2s ease-out;
  -webkit-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);
  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);
  transform: translateY(-10px) perspective(600px) rotateX(10deg);
}
.my-mfp-slide-bottom.mfp-bg {
  opacity: 0;
  -webkit-transition: opacity 0.3s ease-out;
  -o-transition: opacity 0.3s ease-out;
  transition: opacity 0.3s ease-out;
}
.big-name {
  font-weight: 700;
  background-color: #0876fa;
}
.name {
  text-align: center;
  color: #000;
  font-weight: 600;
}
._foot_logo a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
._foot_logo a  img {
  max-width: 45px;
}
.b_footer {
  background-color: #fff;
  padding: 35px 0 0;
  -webkit-box-shadow: 0 5px 29px rgba(0, 0, 0, 0.12);
          box-shadow: 0 5px 29px rgba(0, 0, 0, 0.12);
}
.no_padding,
.post {
  padding: 0 !important;
}
.b_footer ._foot_logo {
  margin: 0 0 30px;
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
.b_footer ._foot_logo ._link img {
  display: inline-block;
  vertical-align: middle;
  float: left;
  position: relative;
  z-index: 2;
}
.b_footer ._foot_logo ._text {
  padding: 0 0 0 77px;
  position: relative;
}
.b_footer ._foot_logo ._text:before {
  content: "";
  position: absolute;
  left: 60px;
  top: 45%;
  margin: -20px 0 0;
  width: 1px;
  height: 40px;
  background-color: #d1d1d1;
}
.b_footer ._foot_contacts ._number:before,
.b_footer ._foot_contacts ._place:before {
  width: 12px;
  height: 16px;
  position: absolute;
  content: "";
  background-repeat: no-repeat;
  left: 0;
}
.b_footer ._foot_logo ._text p {
  color: #848484;
  font-size: 12px;
  margin: 0;
}
.b_footer ._foot_logo ._text ._text_inner p:first-child {
  color: #333;
  font-weight: 600;
  font-size: 12px;
  margin: 0 0 5px;
  line-height: 1;
}
.b_footer ._item {
  max-width: 310px;
}
.b_reviews ._breadcrumbs li, .b_reviews ._breadcrumbs li a {
  color: #fff;
}
.b_reviews ._breadcrumbs li::after {
  color: #fff;
}
@media (max-width: 1199px) {
  .b_reviews ._item_inner ._name {
      margin: 0 0 25px;
  }
  .b_reviews ._item_inner ._name:before {
      margin: 8px 0 0;
  }
  .b_reviews ._item_inner ._city,
  .b_reviews ._item_inner ._year {
      margin: 0 0 10px;
  }
  .b_have_questions ._consultation,
  .b_our_doctors ._consultation,
  .b_withdraw_binge ._consultation {
      padding: 30px 25px;
  }
  .b_have_questions ._consultation ._title,
  .b_our_doctors ._consultation ._title,
  .b_withdraw_binge ._consultation ._title {
      font-size: 25px;
      max-width: none;
  }
  .b_have_questions ._consultation ._sub_title,
  .b_our_doctors ._consultation ._sub_title,
  .b_withdraw_binge ._consultation ._sub_title {
      max-width: none;
  }
  .b_have_questions ._consultation_wrapper,
  .b_our_doctors ._consultation_wrapper,
  .b_withdraw_binge ._consultation_wrapper {
      max-width: 750px;
  }
  .b_have_questions ._form .column,
  .b_our_doctors ._form .column,
  .b_withdraw_binge ._form .column {
      width: 31%;
  }
  .b_have_questions ._form .column + .column,
  .b_our_doctors ._form .column + .column,
  .b_withdraw_binge ._form .column + .column {
      margin: 0 0 0 10px;
  }
  .b_contact_information ._contact_information ._left_part,
  .b_contact_information ._contact_information ._right_part {
      max-width: 49%;
      padding: 20px 25px;
  }
  .b_contact_information ._title_part {
      font-size: 27px;
  }
  .b_affiliated_societies ._affiliated_societies {
      text-align: center;
  }
  .b_affiliated_societies ._affiliated_societies ._link {
      max-width: 45%;
  }
  .b_application ._application {
      padding: 30px 30px 10px;
  }
  .container {
      padding: 0 15px;
  }
  ._title_block {
      font-size: 33px;
  }
  .b_modal .mfp-close {
      right: 5px;
      top: 10px;
      bottom: auto;
      left: auto;
      width: 30px;
      height: 30px;
  }
  .b_footer ._foot_logo ._text h3,
  .b_footer ._foot_logo ._text p {
      font-size: 14px;
  }
  .b_footer ._item {
      max-width: 250px;
  }
  .b_footer ._item + ._item {
      margin: 0;
  }
}
@media (max-width: 991px) {
  .b_medical_license {
    padding-top: 0;
  }
  .b_reviews ._breadcrumbs {
    padding-top: 10px;
  }
  .b_directions_treatment,
  .b_interruption_drunkenness,
  .b_narcology,
  .b_output_binge,
  .b_procedures,
  .b_reviews,
  .b_withdraw_binge {
      padding: 30px 0;
  }
  .b_contact_information ._title_part,
  .b_directions_treatment h3 {
      font-size: 25px;
  }
  .b_contact_us {
      padding: 30px 0 10px;
  }
  .b_contact_us ._contact_us ._item {
      max-width: 30%;
      margin: 0 10px 40px;
  }
  .b_medical_license .slick-next,
  .b_reviews .slick-next {
      right: -5px;
      left: auto;
  }
  .b_medical_license .slick-prev,
  .b_reviews .slick-prev {
      left: -5px;
      right: auto;
  }
  ._sub_title,
  .b_interruption_drunkenness ._interruption_drunkenness ._img h3,
  .b_narcology ._h3_title,
  .b_output_binge ._img h3,
  .b_withdraw_binge ._img h3 {
      font-size: 20px;
  }
  .b_narcology ._narcology ._content,
  .b_our_doctors ._doctors ._content,
  .b_output_binge ._bottom_part ._content,
  .b_output_binge ._top_part ._content,
  .b_withdraw_binge ._top_part ._right_part {
      padding: 0;
  }
  .b_narcology ._narcology ._img {
      float: none;
      margin: 0 auto;
      text-align: center;
  }
  .b_have_questions,
  .b_narcology ._narcological_clinic ._content,
  .b_our_doctors {
      padding: 10px 0 0;
  }
  .b_narcology ._narcological_clinic ._img {
      float: none;
  }
  .b_medical_license ._medical_license_slider {
      padding: 0 50px;
  }
  .b_our_doctors ._doctors ._img,
  .b_withdraw_binge ._top_part ._img {
      float: none;
      margin: 0 auto 15px;
  }
  .b_have_questions ._consultation_wrapper,
  .b_our_doctors ._consultation_wrapper,
  .b_withdraw_binge ._consultation_wrapper {
      max-width: none;
  }
  .b_have_questions ._img_doctor,
  .b_our_doctors ._img_doctor,
  .b_withdraw_binge ._img_doctor {
      display: none;
  }
  .b_contact_information ._mail,
  .b_contact_information ._place,
  .b_contact_information ._tel {
      margin: 0 0 15px;
  }
  .b_affiliated_societies ._affiliated_societies {
      margin: 0-10px;
  }
  .b_affiliated_societies ._affiliated_societies ._link {
      margin: 0 10px 20px;
  }
  .b_affiliated_societies ._affiliated_societies ._text {
      font-size: 16px;
      padding: 30px 0 0 100px;
  }
  .b_application ._accommodation ._input:first-of-type {
      min-width: 320px;
  }
  .b_footer ._footer,
  .b_output_binge ._img,
  .b_withdraw_binge ._img {
      display: block;
  }
  .b_interruption_drunkenness ._interruption_drunkenness ._img p,
  .b_output_binge ._img p,
  .b_withdraw_binge ._img p {
      font-size: 14px;
  }
  .b_output_binge ._top_part {
      margin: 0 0 20px;
  }
  .b_output_binge ._bottom_part ._img,
  .b_output_binge ._top_part ._img {
      float: none;
      margin: 0 auto 10px;
  }
  .b_interruption_drunkenness ._interruption_drunkenness,
  .b_output_binge ._quote,
  .b_withdraw_binge ._top_part {
      margin: 0;
  }
  .b_interruption_drunkenness ._interruption_drunkenness ._img {
      display: block;
      float: none;
      margin: 0 auto 10px;
  }
  ._title_block {
      font-size: 27px;
  }
  ._breadcrumbs {
      font-size: 14px;
      padding: 55px 0 20px;
  }
  .b_modal {
      padding: 50px 30px;
  }
  .b_footer ._item {
      display: inline-block;
      vertical-align: top;
      width: 100%;
      max-width: 32%;
  }
  .b_footer ._item:first-of-type {
      display: block;
      max-width: 100%;
      margin: 0 auto 20px;
      text-align: center;
  }
}
.b_footer ._foot_contacts h3,
.b_footer ._foot_nav h3 {
  font-weight: 500;
  font-size: 16px;
  margin: 0 0 35px;
  position: relative;
}
.b_footer ._foot_contacts ._title,
.b_footer ._foot_nav ._title {
  font-weight: 500;
  font-size: 16px;
  margin: 0 0 35px;
  position: relative;
}
._foot_contacts ._number img,
.region_ul li {
  margin-bottom: 10px;
}
.b_footer ._foot_contacts h3:after,
.b_footer ._foot_nav h3:after,
.footer_partners-text:after {
  position: absolute;
  top: 100%;
  background-color: #c1c1c1;
  height: 1px;
  width: 35px;
  content: "";
  left: 0;
  margin: 15px 0 0;
}
.b_footer ._foot_contacts ._title:after,
.b_footer ._foot_nav ._title:after,
.footer_partners-text:after {
  position: absolute;
  top: 100%;
  background-color: #c1c1c1;
  height: 1px;
  width: 35px;
  content: "";
  left: 0;
  margin: 15px 0 0;
}
.b_footer ._foot_nav ul li + li {
  margin: 20px 0 0;
  width: 225px;
}
.b_footer ._foot_nav ul a {
  color: #333;
  font-size: 12px;
  -webkit-transition: 0.2s linear;
  -o-transition: 0.2s linear;
  transition: 0.2s linear;
}
.b_footer ._copy {
  color: #67696a;
  margin: 0 0 30px;
}
.b_footer ._foot_contacts {
  max-width: 235px;
}
@media (max-width: 700px) {
  .b_affiliated_societies ._affiliated_societies {
      margin: 0;
  }
  .b_affiliated_societies ._affiliated_societies ._link {
      max-width: 100%;
      margin: 0 0 10px;
  }
  .b_affiliated_societies ._affiliated_societies ._link ._img {
      max-width: 50px;
  }
  .b_affiliated_societies ._affiliated_societies ._text {
      padding: 15px 0 0 60px;
  }
  .b_footer ._item {
      max-width: 48%;
      margin: 0 0 20px;
  }
  .b_footer ._item + ._item {
      margin: 0 0 20px;
  }
  .b_footer ._item:last-of-type {
      display: block;
      max-width: 100%;
      margin: 0 auto;
  }
  .b_footer ._foot_contacts {
      max-width: 100%;
  }
  .b_footer ._foot_contacts ._bottom,
  .b_footer ._foot_contacts ._top {
      display: inline-block;
      vertical-align: top;
      max-width: 49%;
  }
}
@media (max-width: 430px) {
  .b_footer ._foot_contacts ._bottom,
  .b_footer ._foot_contacts ._top,
  .b_footer ._item {
      display: block;
      max-width: 100%;
  }
}
.b_footer ._foot_contacts h3 {
  margin: 15px 0 35px;
  font-size: 14px;
}
.b_footer ._foot_contacts ._title {
  margin: 15px 0 35px;
  font-size: 14px;
}
.b_footer ._foot_contacts ._place {
  position: relative;
  padding: 0 0 0 26px;
  margin: 0 0 20px;
}
.b_footer ._foot_contacts ._place:before {
  top: 3px;
}
.b_footer ._foot_contacts ._number:before {
  top: 1px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' id='SVGDoc' width='12' height='16' xmlns:xlink='http://www.w3.org/1999/xlink' viewBox='0 0 12 16'%3E%3Cdefs%3E%3Cpath d='M1291.99986,9405.99798v14.00001c0,0.55321 -0.44724,0.99922 -0.99998,0.99922h-9.99996c-0.55275,0 -0.99998,-0.44601 -0.99998,-0.99922v-14.00001c0,-0.55264 0.44724,-1.00037 0.99998,-1.00037h9.99996c0.55275,0 0.99998,0.44773 0.99998,1.00037zM1289.99989,9406.99835h-7.99999v11.99984h7.99999zM1283.99986,9408.99794c0,-0.55207 0.44735,-1.00037 0.99998,-1.00037h2.00008c0.55264,0 0.99998,0.4483 0.99998,1.00037c0,0.55321 -0.44735,0.99922 -0.99998,0.99922h-2.00008c-0.55264,0 -0.99998,-0.44601 -0.99998,-0.99922zM1286.99993,9416.99803c0,0.55207 -0.44735,1.00037 -1.0001,1.00037c-0.55264,0 -0.99998,-0.4483 -0.99998,-1.00037c0,-0.55264 0.44735,-1.00037 0.99998,-1.00037c0.55275,0 1.0001,0.44773 1.0001,1.00037z' id='Path-0'/%3E%3C/defs%3E%3Cg transform='matrix%281,0,0,1,-1280,-9405%29'%3E%3Cg%3E%3Cuse xlink:href='%23Path-0' fill='%233f86de' fill-opacity='1'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}
.b_footer ._foot_contacts ._number a {
  height: 18px;
  font-weight: 600;
  margin: 0 0 10px;
  display: inline-block;
  vertical-align: top;
}
.b_footer ._foot_contacts ._bottom {
  padding: 10px 0 0;
}
.b_footer ._foot_contacts ul a {
  width: 35px;
  height: 35px;
  background-color: #3f86de;
  border-radius: 50%;
  display: block;
  position: relative;
}
.b_footer ._foot_contacts ul a:before {
  background-repeat: no-repeat;
  background-position: center;
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
}
.b_footer ._foot_contacts ul a:hover {
  background-image: -webkit-gradient(linear, right top, left top, color-stop(0, #ff976b), to(#ff5c13));
  background-image: -o-linear-gradient(right, #ff976b 0, #ff5c13 100%);
  background-image: linear-gradient(to left, #ff976b 0, #ff5c13 100%);
}
.b_footer ._foot_contacts .-vkontakte:before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' id='SVGDoc' width='21' height='12' xmlns:xlink='http://www.w3.org/1999/xlink' viewBox='0 0 21 12'%3E%3Cdefs%3E%3Cpath d='M1296.23383,9563.81725h1.19488c0,0 0.36072,-0.04013 0.54531,-0.24422c0.16949,-0.18746 0.16422,-0.53945 0.16422,-0.53945c0,0 -0.02357,-1.64875 0.72041,-1.89182c0.73368,-0.2402 1.67576,1.59371 2.67426,2.29712c0.75485,0.53429 1.32866,0.41677 1.32866,0.41677l2.66956,-0.03841c0,0 1.39652,-0.08828 0.73425,-1.21764c-0.05413,-0.09115 -0.38567,-0.83527 -1.98509,-2.36133c-1.67416,-1.59772 -1.44951,-1.33975 0.56671,-4.10352c1.22818,-1.68429 1.71902,-2.7116 1.56567,-3.15131c-0.14626,-0.41849 -1.04942,-0.30842 -1.04942,-0.30842l-3.00579,0.01949c0,0 -0.22305,-0.0321 -0.38818,0.06937c-0.16148,0.09918 -0.26527,0.33307 -0.26527,0.33307c0,0 -0.47585,1.30134 -1.11042,2.40891c-1.33839,2.33725 -1.87328,2.46165 -2.09221,2.31661c-0.50903,-0.33881 -0.38177,-1.35867 -0.38177,-2.08386c0,-2.26559 0.33417,-3.21035 -0.65071,-3.454c-0.3265,-0.08255 -0.56717,-0.13587 -1.40282,-0.14447c-1.07265,-0.01089 -1.9804,0.00287 -2.49401,0.26256c-0.34218,0.17256 -0.60596,0.55665 -0.4454,0.57729c0.1989,0.02752 0.64877,0.12497 0.88715,0.45977c0.30785,0.43168 0.29709,1.39822 0.29709,1.39822c0,0 0.17727,2.66689 -0.41325,2.99709c-0.40489,0.22816 -0.96073,-0.23619 -2.15401,-2.3556c-0.61146,-1.08693 -1.073,-2.28852 -1.073,-2.28852c0,0 -0.08904,-0.22415 -0.24776,-0.34454c-0.19249,-0.14561 -0.46188,-0.1909 -0.46188,-0.1909l-2.8561,0.01949c0,0 -0.42881,0.01204 -0.58628,0.20409c-0.14008,0.17084 -0.01122,0.5234 -0.01122,0.5234c0,0 2.23595,5.38078 4.76807,8.09238c2.32189,2.48516 4.95838,2.32235 4.95838,2.32235z' id='Path-0'/%3E%3C/defs%3E%3Cg transform='matrix%281,0,0,1,-1286,-9552%29'%3E%3Cg%3E%3Cuse xlink:href='%23Path-0' fill='%23ffffff' fill-opacity='1'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}
.b_footer ._foot_contacts .-instagram:before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' id='SVGDoc' width='17' height='17' xmlns:xlink='http://www.w3.org/1999/xlink' viewBox='0 0 17 17'%3E%3Cdefs%3E%3Cpath d='M1344.00101,9552.17857v12.64134c0,0.59736 -0.21389,1.11044 -0.6419,1.5381c-0.42801,0.42824 -0.94116,0.64207 -1.53854,0.64207h-12.64114c-0.59772,0 -1.11053,-0.21383 -1.53877,-0.64207c-0.42801,-0.42766 -0.64201,-0.94075 -0.64201,-1.5381v-12.64134c0,-0.59793 0.214,-1.11101 0.64201,-1.53868c0.42824,-0.42766 0.94093,-0.64264 1.53877,-0.64264h12.64114c0.5975,0 1.11053,0.21498 1.53854,0.64264c0.42801,0.42824 0.6419,0.94075 0.6419,1.53868zM1332.10167,9558.46571c0,0.91495 0.33394,1.69575 1.00182,2.34127c0.66788,0.64551 1.47034,0.96827 2.40761,0.96827c0.9446,0 1.7506,-0.32276 2.41859,-0.96827c0.66776,-0.64551 1.0017,-1.42631 1.0017,-2.34127c0,-0.91495 -0.33394,-1.69518 -1.0017,-2.34127c-0.66799,-0.64551 -1.47411,-0.96827 -2.41859,-0.96827c-0.93727,0 -1.73985,0.32276 -2.40761,0.96827c-0.66788,0.64608 -1.00182,1.42631 -1.00182,2.34127zM1342.0752,9564.36645v-7.17399h-1.49448c0.14751,0.4655 0.22156,0.94877 0.22156,1.45039c0,0.92986 -0.23598,1.78748 -0.7085,2.57402c-0.47241,0.78596 -1.1142,1.40682 -1.92593,1.86487c-0.81184,0.45748 -1.6975,0.68679 -2.65675,0.68679c-1.45386,0 -2.69726,-0.4999 -3.73043,-1.49969c-1.03317,-1.00037 -1.54964,-2.20884 -1.54964,-3.62598c0,-0.50162 0.0737,-0.98546 0.22121,-1.45039h-1.56063v7.17399c0,0.1909 0.06454,0.35199 0.19375,0.48098c0.12909,0.12841 0.28965,0.19319 0.48145,0.19319h11.83285c0.18471,0 0.34321,-0.06478 0.4763,-0.19319c0.13264,-0.12956 0.19924,-0.29008 0.19924,-0.48098zM1342.0752,9552.65439c0,-0.20638 -0.0737,-0.38524 -0.22156,-0.53716c-0.14751,-0.15077 -0.32822,-0.22644 -0.54234,-0.22644h-1.92604c-0.21389,0 -0.39482,0.07567 -0.54234,0.22644c-0.14751,0.15192 -0.22133,0.33078 -0.22133,0.53716v1.82646c0,0.21326 0.07381,0.39499 0.22133,0.54175c0.14751,0.14848 0.32845,0.22186 0.54234,0.22186h1.92604c0.21412,0 0.39482,-0.07338 0.54234,-0.22186c0.14786,-0.14676 0.22156,-0.32849 0.22156,-0.54175z' id='Path-0'/%3E%3C/defs%3E%3Cg transform='matrix%281,0,0,1,-1327,-9550%29'%3E%3Cg%3E%3Cuse xlink:href='%23Path-0' fill='%23ffffff' fill-opacity='1'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}
.b_footer ._foot_contacts .-facebook:before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' id='SVGDoc' width='10' height='20' xmlns:xlink='http://www.w3.org/1999/xlink' viewBox='0 0 10 20'%3E%3Cdefs%3E%3Cpath d='M1377.42496,9568.36105h-3.99044v-9.3771h-1.99368v-3.23099h1.99368v-1.9394c0,-2.6365 1.12541,-4.20442 4.32438,-4.20442h2.66315v3.23271h-1.66477c-1.24523,0 -1.32717,0.4506 -1.32717,1.29389l-0.00515,1.61722h3.01586l-0.35248,3.23099h-2.66338v9.3771z' id='Path-0'/%3E%3C/defs%3E%3Cg transform='matrix%281,0,0,1,-1371,-9549%29'%3E%3Cg%3E%3Cuse xlink:href='%23Path-0' fill='%23ffffff' fill-opacity='1'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}
.b_footer ._foot_contacts .-odnoklassniki:before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' id='SVGDoc' width='12' height='20' xmlns:xlink='http://www.w3.org/1999/xlink' viewBox='0 0 12 20'%3E%3Cdefs%3E%3Cpath d='M1414.98116,9562.77389c-1.41884,-0.15077 -2.6976,-0.50792 -3.79303,-1.38504c-0.1355,-0.1095 -0.27592,-0.21555 -0.40009,-0.33766c-0.47939,-0.47123 -0.52746,-1.01183 -0.14854,-1.56849c0.32467,-0.47582 0.86941,-0.60366 1.43555,-0.33193c0.10975,0.05446 0.21423,0.12039 0.31403,0.19205c2.04117,1.43663 4.8444,1.47676 6.89335,0.06421c0.20302,-0.15937 0.42,-0.28836 0.67142,-0.35543c0.48878,-0.12899 0.94482,0.05561 1.20724,0.49417c0.29949,0.50104 0.29583,0.98833 -0.07336,1.37701c-0.5666,0.59506 -1.24809,1.02674 -2.005,1.32771c-0.71583,0.28492 -1.49963,0.42766 -2.27589,0.52226c0.11719,0.13013 0.17223,0.19491 0.2457,0.27116c1.05354,1.08292 2.11178,2.1647 3.162,3.2522c0.35797,0.37091 0.43247,0.83011 0.23563,1.26064c-0.21561,0.47353 -0.69763,0.78138 -1.1705,0.7487c-0.29961,-0.02064 -0.53352,-0.1737 -0.74089,-0.38754c-0.79525,-0.82036 -1.60549,-1.62467 -2.38449,-2.45993c-0.22671,-0.24307 -0.33566,-0.19549 -0.5357,0.01376c-0.79994,0.84386 -1.61282,1.67569 -2.43061,2.50064c-0.36736,0.37091 -0.80429,0.43856 -1.23024,0.22587c-0.45273,-0.22415 -0.74078,-0.69711 -0.71869,-1.17407c0.01534,-0.32161 0.16994,-0.5664 0.38567,-0.78826c1.04267,-1.06687 2.0826,-2.13546 3.12298,-3.20519c0.06901,-0.06994 0.13321,-0.14676 0.23346,-0.25683zM1415.84553,9559.05905c-2.5312,-0.0086 -4.60648,-2.15896 -4.59148,-4.75534c0.01453,-2.62561 2.09106,-4.74158 4.64699,-4.73527c2.56062,0.00745 4.61609,2.1538 4.60339,4.8075c-0.01316,2.59179 -2.10251,4.69228 -4.65889,4.6831zM1418.14522,9554.31002c-0.00446,-1.29045 -1.00674,-2.31604 -2.26273,-2.31833c-1.26652,-0.00057 -2.27772,1.04451 -2.26799,2.34585c0.00927,1.28414 1.02013,2.30343 2.27966,2.29942c1.25553,-0.00459 2.25529,-1.03706 2.25105,-2.32693z' id='Path-0'/%3E%3C/defs%3E%3Cg transform='matrix%281,0,0,1,-1410,-9549%29'%3E%3Cg%3E%3Cuse xlink:href='%23Path-0' fill='%23ffffff' fill-opacity='1'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}
.select-wrapper {
  position: relative;
  width: 230px;
  margin: 10px 0;
  border: 1px solid #6c7231;
  border-radius: 3px;
}
.select-wrapper:hover {
  -webkit-box-shadow: 0 0 3px gray;
          box-shadow: 0 0 3px gray;
}
.select-wrapper select {
  width: 230px;
  height: 25px;
  padding: 0 20px 0 7px;
  background: 0 0;
  border: 0;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
}
.select-arrow-2 {
  width: 8px;
  height: 0;
  background: #6c7231;
  position: absolute;
  right: 6px;
  top: 14px;
}
.select-arrow-2:after,
.select-arrow-2:before {
  content: "";
  position: absolute;
  border: 4px solid transparent;
}
.select-arrow-2:before {
  top: -6px;
  border-bottom-color: #6c7231;
  border-top: 0;
}
.select-arrow-2:after {
  top: 1px;
  border-top-color: #6c7231;
  border-bottom: 0;
}
.post {
  background-color: #fff;
  border-radius: 5px;
  display: inline-block;
  -webkit-box-sizing: border-box;
  margin-bottom: 30px;
  -webkit-transition: -webkit-box-shadow 0.3s;
  transition: box-shadow 0.3s, -webkit-box-shadow 0.3s;
  -webkit-box-shadow: 0 2px 7px 0 rgba(10, 10, 10, 0.05), 3px 27px 54px -34px rgba(0, 0, 0, 0.47);
  box-shadow: 0 2px 7px 0 rgba(10, 10, 10, 0.05), 3px 27px 54px -34px rgba(0, 0, 0, 0.47);
  vertical-align: top;
  max-width: 400px;
}
.article-tag,
.article:hover,
.post,
.time__box-item-timer,
.time__btn {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.posts {
  margin-bottom: 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.post-title {
  font-size: 20px;
  padding: 15px;
  text-align: center;
  font-weight: 600;
  color: #686868;
}
.post-date {
  padding: 0 0 20px 20px;
  color: #686868;
  font-weight: 500;
}
.post-page {
  padding-top: 40px;
}
.post-page ._breadcrumbs {
  padding-top: 0;
}
.with_sub_title {
  margin-bottom: 15px !important;
}
.with_dec_line {
  margin-bottom: 65px !important;
}
.post_title {
  text-align: center;
  padding: 45px 0 80px;
  color: #fff;
  font-weight: 600;
}
.post_title h1 {
  text-shadow: #000 0 0 5px;
  font-size: 42px;
}
.post_banner {
  background-position: center;
  background-size: cover;
  float: left;
  width: 100%;
  margin-bottom: 30px;
}
.region_popup {
  background-image: none !important;
  max-width: 750px !important;
  margin-top: 35px;
}
.region_popup ._modal_title {
  color: #000;
}
#active_city,
.active_city {
  color: #000;
  font-weight: 600;
}
.region_ul {
  list-style: none;
  text-align: left;
  -webkit-padding-start: 15px;
          padding-inline-start: 15px;
}
.region_ul li {
  width: 140px;
  display: inline-block;
  margin-right: 10px;
}

.region__pin:before {
  background-image: url(../img/pin.png);
  background-repeat: no-repeat;
  content: "";
  position: absolute;
  height: 20px;
  padding: 0 0 0 44px;
  background-size: 14px 20px;
}
@media (max-width: 991px) {
  .post_title h1 {
      font-size: 32px;
  }
}
.region_ask {
  position: absolute;
  top: 53px;
  background: #dcdcdc;
  z-index: 8;
  padding: 10px;
  border-radius: 10px;
  font-size: 16px;
  font-weight: 600;
}
a.region_no,
a.region_yes {
  float: left;
  padding: 15px;
}
a.region_no {
  float: right;
}
#active_city {
  pointer-events: none;
}
.disclaimer_footer {
  color: gray;
  text-align: center;
  margin-top: 40px;
  font-size: 12px;
  padding: 20px;
  width: 100%;
  background-color: #f9f9fa;
}
.city__filter {
  border: 2px solid #6c8cd5 !important;
  margin-bottom: 30px;
}
.city__filter:active,
.city__filter:focus,
.city__filter:hover {
  border-color: #ff5e15 !important;
}
._popup_title {
  margin-bottom: 30px !important;
  font-size: 30px;
  color: #000;
}
.table_of_contents ol,
.table_of_contents ul {
  list-style: none;
  counter-reset: item;
  border-bottom: 3px solid #ff6f30;
  border-top: 3px solid #ff6f30;
  padding: 15px 0 15px 35px;
}
.table_of_contents ol li,
.table_of_contents ul li {
  padding: 2px 0;
  position: relative;
}
.table_of_contents ol li:before,
.table_of_contents ul li:before {
  content: counter(item) ". ";
  counter-increment: item;
  position: absolute;
  right: 100%;
  top: 0;
  color: #337ab7;
  margin: 3px 5px 0 0;
  font-weight: 500;
}
.table_of_contents a {
  text-decoration: underline;
  font-weight: 500;
}
.toc_title {
  text-align: center;
  font-size: 26px;
  font-weight: 500;
}
.text h2 {
  padding-bottom: 10px;
}
#phones_form p,
.specials__item p {
  margin: 20px;
}
.b_main_banner.post_banner:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  display: block;
}
.post_banner ._breadcrumbs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 10px;
}
._breadcrumbs li  {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.post_banner ._breadcrumbs li  {
  margin: 0;
 
  color: #fff;
}
.post_banner ._breadcrumbs li::after {
  margin: 0;
  position: static;
}
.post_banner ._breadcrumbs span {
  text-shadow: 1px 1px 4px #000;
}
.disclaimer_ad {
  color: #000;
  font-size: 13px;
  text-align: center;
  margin: 15px 10px -25px;
}
.inside_lics {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: 24%;
}
#toTop,
.t_fixed,
.w_a_button,
.w_a_fixed,
.w_a_wrapper,
.zh-ul_menu {
  display: none;
}
.doc_wrapper,
.inside_lics img {
  margin: auto;
}
.doc_popup {
  max-width: 600px;
}
.doc_popup ._form {
  text-align: left;
}
.doc_popup .post {
  background-color: inherit;
  margin-bottom: 5px;
  font-size: larger;
  display: block;
}
.doc_popup ._img {
  float: right;
  padding-left: 20px;
}
#toTop {
  width: 100px;
  padding: 5px;
  position: fixed;
  bottom: 20px;
  left: 30px;
  cursor: pointer;
  color: #333;
  font-family: verdana;
  font-size: 11px;
  z-index: 90;
}
@media (max-width: 768px) {
  .post_title h1 {
      font-size: 26px;
  }
  .region_popup {
      max-width: 80% !important;
  }
  .b_procedures ._all_item {
      display: -ms-grid;
      display: grid;
      -ms-grid-columns: 1fr 32px 1fr;
      grid-template-columns: repeat(2, 1fr);
      grid-gap: 32px;
  }
  .w_a_wrapper {
      display: block;
      text-align: center;
      padding-bottom: 20px;
  }
  .w_a_button {
      display: -webkit-inline-box;
      display: -ms-inline-flexbox;
      display: inline-flex;
      margin-top: 20px;
  }
  .w_a_button img {
      padding-right: 5px;
  }
  .consult_button {
      display: none;
  }
  .t_fixed,
  .w_a_fixed {
      display: block;
      position: fixed;
      right: 0;
      cursor: pointer;
      z-index: 9999;
  }
  .inside_lics {
      width: 49%;
      margin: 10px 0;
  }
  .w_a_fixed {
      bottom: 5px;
  }
  .t_fixed {
      bottom: 55px;
  }
  .t_img {
      border-radius: 5px;
      width: 90%;
      margin-left: auto;
      margin-right: auto;
  }
  #toTop {
      left: 10px;
      text-align: right;
      bottom: 0;
  }
}
.btn__wrap,
.editor_info {
  text-align: right;
}
.editor_info span {
  font-weight: 600;
}
.editor_info a {
  border-bottom: 1px solid;
}
.video_block iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-width: 0;
  outline-width: 0;
}
.video_block {
  padding-bottom: 56.25%;
  height: 0;
  padding-top: inherit;
  margin-bottom: 15px;
}
.da_calc {
  padding-bottom: 20px;
}
.da_calculator {
  -webkit-box-shadow: 0 0 10px 0 rgba(93, 146, 225, 0.43);
          box-shadow: 0 0 10px 0 rgba(93, 146, 225, 0.43);
  background-color: #fff;
  padding: 0 15px 50px;
  border-radius: 10px;
  margin-top: 30px;
}
.da_calculator h2 {
  text-align: center;
  margin: auto !important;
  padding: 10px;
  font-weight: 600;
}
.calc_col h3 {
  margin: 0;
  padding: 20px 0 5px;
}
.calc_phone_block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 10px;
}
.phone_numb {
  height: 30px;
  border-radius: 15px;
  border-top: 3px solid #e4e6ea;
  border-bottom: 2px solid #e8eaef;
  border-left: 2px solid #e8eaef;
  border-right-color: #e8eaef;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #e8eaef), color-stop(90%, #e7e9ee));
  background: -o-linear-gradient(bottom, #e8eaef 0, #e7e9ee 90%);
  background: linear-gradient(to top, #e8eaef 0, #e7e9ee 90%);
  color: #666;
  padding-left: 15px;
  line-height: 30px;
  width: 250px;
}
.faq-answer,
.faq-question {
  line-height: 36px;
  font-weight: 500;
}
.da_calculator a {
  color: #0b82cc;
  text-decoration: underline;
}
.da_calculator .submit_order {
  display: inline;
  width: 250px;
  height: 30px !important;
  vertical-align: top;
  padding: 0;
}
.infographic_wrap,
.infographics_middle {
  display: -webkit-box;
}
.infographic_item img {
  max-width: 60px;
  padding-top: 35px;
  margin: auto;
}
.line_decor {
  border: 3px solid #ff6f30;
  height: 75px;
  margin: auto;
  width: 0;
}
.infographic_item,
.infographic_number_wrapper {
  width: calc(100% / 6);
  text-align: center;
}
.da_infographics ._title_block {
  color: #fff;
  margin-bottom: 90px;
}
.da_infographics {
  background-image: url(../img/bg_reviews.jpg);
  color: #fff;
  padding: 80px 0;
}
.infographic_number {
  border: 10px solid #fff;
  background: #ff6f30;
  border-radius: 50%;
  margin: auto;
  width: 3em;
  z-index: 2;
}
.item_content {
  padding: 5px 0;
}
.infographic_first .item_content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.infographic_number_wrapper + .infographic_number_wrapper:before {
  content: " ";
  position: absolute;
  border: 2px solid #fff;
  width: 100%;
  top: calc(50% - 2px);
  left: -50%;
  z-index: 1;
}
@media (min-width: 2560px) {
  .da_calculator .submit_order {
      font-size: 13px;
  }
}
.pay_main {
  margin-top: 10px;
}
.pay {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 200px;
}
.pay img {
  width: 50px;
}
._foot_nav {
  margin-top: -4px;
}
._number,
._place {
  font-size: 12px;
}
.foot-sitemap {
  color: gray;
  text-decoration: underline;
}
.faq-wrapper,
.specials-wrapper {
  margin: 25px auto;
}
ul.specials__list {
  -webkit-padding-start: 0;
          padding-inline-start: 0;
}
li.specials__item {
  list-style-type: none;
  border: 1px solid #07385d;
  background-color: #fff;
  margin-bottom: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.spec_img {
  width: 40%;
  min-height: 350px;
}
.specials__text__block {
  padding: 20px;
  width: 60%;
  position: relative;
}
.specials__title {
  font-weight: 500;
  font-size: 21px;
  margin-top: 25px;
  padding-bottom: 15px;
}
.specials__text p {
  font-size: 17px;
}
@media (max-width: 767px) {
  .visible-xs,
  .visible-xs-block {
      display: block !important;
  }
  table.visible-xs {
      display: table !important;
  }
  tr.visible-xs {
      display: table-row !important;
  }
  td.visible-xs,
  th.visible-xs {
      display: table-cell !important;
  }
  .visible-xs-inline {
      display: inline !important;
  }
  .visible-xs-inline-block {
      display: inline-block !important;
  }
  .hidden-xs {
      display: none !important;
  }
  .b_directions_treatment h3,
  .b_our_doctors ._doctors ._content ._name {
      font-size: 20px;
  }
  .b_contact_us ._contact_us ._item {
      margin: 0 auto 20px;
      max-width: 50%;
      font-size: 12px;
  }
  .b_procedures ._all_item ._item {
      position: relative;
      width: 100%;
      max-width: 100%;
      font-size: 14px;
      display: inline-block;
      vertical-align: top;
      background-color: #fff;
      margin: 0 5px 35px;
      padding: 0 0 50px;
  }
  .b_application ._row,
  .b_contact_us ._contact_us ._title {
      margin: 0 0 10px;
  }
  .b_contact_us ._icon {
      width: 86px;
      height: 100px;
      margin: 0 auto 10px;
  }
  .b_reviews ._item_inner {
      padding: 20px;
  }
  .b_reviews ._item_inner ._bottom_part {
      margin: 10px 0 0;
      padding: 10px 0 0;
  }
  .b_have_questions ._consultation,
  .b_our_doctors ._consultation,
  .b_withdraw_binge ._consultation {
      padding: 30px 15px;
  }
  .b_have_questions ._consultation ._title,
  .b_our_doctors ._consultation ._title,
  .b_withdraw_binge ._consultation ._title {
      font-size: 18px;
  }
  .b_have_questions ._form .column,
  .b_our_doctors ._form .column,
  .b_withdraw_binge ._form .column {
      max-width: none;
      width: 100%;
  }
  .b_contact_information ._contact_information ._left_part,
  .b_contact_information ._contact_information ._right_part {
      max-width: 100%;
      float: none;
      padding: 20px 15px;
      min-height: auto;
  }
  .b_application ._accommodation ._input + ._input,
  .b_have_questions ._form .column + .column,
  .b_our_doctors ._form .column + .column,
  .b_withdraw_binge ._form .column + .column {
      margin: 10px 0 0;
  }
  .b_contact_information ._contact_information ._left_part {
      margin: 0 0 30px;
  }
  .b_contact_information ._title_part {
      font-size: 22px;
  }
  .b_application ._application {
      padding: 30px 15px 10px;
  }
  .b_application ._row .column {
      width: 100%;
      padding: 0;
  }
  .b_application ._row .column + .column {
      padding: 0;
      margin: 10px 0 0;
  }
  .b_application ._accommodation ._all__inputs,
  .da_calculator .submit_order,
  li.specials__item,
  table tbody,
  table thead {
      display: block;
  }
  .b_application ._accommodation ._input:first-of-type {
      min-width: auto;
  }
  .b_interruption_drunkenness ._interruption_drunkenness ._img,
  .b_output_binge ._img,
  .b_output_binge ._quote,
  .b_withdraw_binge ._img {
      padding: 15px;
  }
  ._title_block {
      padding-top: 60px;
      font-size: 23px;
  }
  .slick-arrow {
      width: 40px;
      height: 40px;
  }
  ._modal_title:before,
  .infographic_second,
  .infographics_middle,
  .line_decor,
  table th,
  table thead tr {
      display: none;
  }
  table:not(.w-100):not([class*="ya-site"]) td {
      display: block;
      padding: 0 10px 5px;
      border: 0;
      width: auto;
      text-align: center;
      font-size: 16px;
  }
  table:not(.w-100):not([class*="ya-site"]) td:before {
      content: attr(data-name);
      font-size: 20px;
      display: block;
      text-align: center;
      padding: 3px 10px;
      margin: 0-10px 5px;
      color: #fff;
      background-color: #eb1f26;
      font-weight: 400;
  }
  table tr {
      display: block;
      margin: 0 0 25px;
  }
  .b_modal {
      padding: 40px 15px;
  }
._modal_title {
      font-size: 23px;
      margin: 0 0 20px;
  }
  .b_modal ._form_control {
      padding: 10px;
  }
  .b_modal textarea._form_control {
      min-height: 150px;
  }
  .da_calculator {
      font-size: 15px;
  }
  .phone_numb {
      width: 250px;
      padding-left: 15px;
  }
  .item_content {
      display: inherit !important;
  }
  .infographic_image_wrap {
      margin: 0 auto 10px;
  }
  .btn__wrap,
  .specials__text p,
  .specials__title {
      text-align: center;
  }
  .spec_img,
  .specials__text__block {
      width: 100%;
  }
  .btn_spec {
      margin: 0 !important;
  }
  .specials__title {
      font-size: 18px;
  }
  .specials__text__block {
      padding: 10px;
  }
  .specials__text p {
      font-size: 16px;
  }
}
.btn_specials {
  width: auto;
}
.block__btn {
  width: 100%;
  max-width: 350px;
  position: absolute;
  bottom: 10px;
  right: 10px;
}
.btn_spec {
  width: 175px;
  height: 35px;
  border-radius: 30px;
  background-image: -webkit-gradient(linear, right top, left top, color-stop(0, #ff976b), to(#ff5c13));
  background-image: -o-linear-gradient(right, #ff976b 0, #ff5c13 100%);
  background-image: linear-gradient(to left, #ff976b 0, #ff5c13 100%);
  -webkit-box-shadow: 0 5px 24px rgba(255, 148, 102, 0.81);
          box-shadow: 0 5px 24px rgba(255, 148, 102, 0.81);
  font-weight: 500;
  border: 0;
  cursor: pointer;
  margin-top: 125px;
  margin-right: 50px;
  padding: 8px 20px;
}
.cls-126,
.faq-question {
  font-size: 21px;
}
.faq-answer {
  border-radius: 5px;
  background-color: #fff;
  border: 1px solid #000;
  padding: 25px 30px 25px 40px;
  font-size: 17px;
  position: relative;
  margin: 25px 25px 60px;
}
.faq-answer:before {
  position: absolute;
  left: 10px;
  top: 10px;
}
.faq-answer p {
  z-index: 1;
  position: relative;
}
.zh_div {
  background-image: none !important;
}
.doc-btn {
  width: 250px;
  margin: auto;
}
.doc-year,
.zh_poppup-result p {
  margin-top: 15px;
}
.b_reviews .review_form .online-order .form_control,
.inputfile-6 + label {
  width: 100% !important;
  margin: 0;
  height: auto;
  -webkit-transition: 0.2s linear;
  -o-transition: 0.2s linear;
  transition: 0.2s linear;
  color: #333;
}
.result_wrapper {
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  &amp; h3 {
    font-size: 24px;
    display: block;
    margin-bottom: 20px;
  }
}
@media (min-width: 768px) {
  h1,
  h2 {
      font-size: 26px;
  }
  .no_desktop {
      display: none !important;
  }
  ._sub_header ._top_part {
      width: 750px !important;
  }
  .b_have_questions ._form .column + .column:nth-child(4),
  .b_our_doctors ._form .column + .column:nth-child(4),
  .b_withdraw_binge ._form .column + .column:nth-child(4) {
      margin: 20px 0 0;
  }
}
@media (min-width: 1200px) {
  .container {
      width: 1170px;
  }
  .col-lg-1,
  .col-lg-10,
  .col-lg-11,
  .col-lg-12,
  .col-lg-2,
  .col-lg-3,
  .col-lg-4,
  .col-lg-5,
  .col-lg-6,
  .col-lg-7,
  .col-lg-8,
  .col-lg-9 {
      float: left;
  }
  .col-lg-12 {
      width: 100%;
  }
  .col-lg-11 {
      width: 91.66666667%;
  }
  .col-lg-10 {
      width: 83.33333333%;
  }
  .col-lg-9 {
      width: 75%;
  }
  .col-lg-8 {
      width: 66.66666667%;
  }
  .col-lg-7 {
      width: 58.33333333%;
  }
  .col-lg-6 {
      width: 50%;
  }
  .col-lg-5 {
      width: 41.66666667%;
  }
  .col-lg-4 {
      width: 33.33333333%;
  }
  .col-lg-3 {
      width: 25%;
  }
  .col-lg-2 {
      width: 16.66666667%;
  }
  .col-lg-1 {
      width: 8.33333333%;
  }
  .col-lg-pull-12 {
      right: 100%;
  }
  .col-lg-pull-11 {
      right: 91.66666667%;
  }
  .col-lg-pull-10 {
      right: 83.33333333%;
  }
  .col-lg-pull-9 {
      right: 75%;
  }
  .col-lg-pull-8 {
      right: 66.66666667%;
  }
  .col-lg-pull-7 {
      right: 58.33333333%;
  }
  .col-lg-pull-6 {
      right: 50%;
  }
  .col-lg-pull-5 {
      right: 41.66666667%;
  }
  .col-lg-pull-4 {
      right: 33.33333333%;
  }
  .col-lg-pull-3 {
      right: 25%;
  }
  .col-lg-pull-2 {
      right: 16.66666667%;
  }
  .col-lg-pull-1 {
      right: 8.33333333%;
  }
  .col-lg-pull-0 {
      right: auto;
  }
  .col-lg-push-12 {
      left: 100%;
  }
  .col-lg-push-11 {
      left: 91.66666667%;
  }
  .col-lg-push-10 {
      left: 83.33333333%;
  }
  .col-lg-push-9 {
      left: 75%;
  }
  .col-lg-push-8 {
      left: 66.66666667%;
  }
  .col-lg-push-7 {
      left: 58.33333333%;
  }
  .col-lg-push-6 {
      left: 50%;
  }
  .col-lg-push-5 {
      left: 41.66666667%;
  }
  .col-lg-push-4 {
      left: 33.33333333%;
  }
  .col-lg-push-3 {
      left: 25%;
  }
  .col-lg-push-2 {
      left: 16.66666667%;
  }
  .col-lg-push-1 {
      left: 8.33333333%;
  }
  .col-lg-push-0 {
      left: auto;
  }
  .col-lg-offset-12 {
      margin-left: 100%;
  }
  .col-lg-offset-11 {
      margin-left: 91.66666667%;
  }
  .col-lg-offset-10 {
      margin-left: 83.33333333%;
  }
  .col-lg-offset-9 {
      margin-left: 75%;
  }
  .col-lg-offset-8 {
      margin-left: 66.66666667%;
  }
  .col-lg-offset-7 {
      margin-left: 58.33333333%;
  }
  .col-lg-offset-6 {
      margin-left: 50%;
  }
  .col-lg-offset-5 {
      margin-left: 41.66666667%;
  }
  .col-lg-offset-4 {
      margin-left: 33.33333333%;
  }
  .col-lg-offset-3 {
      margin-left: 25%;
  }
  .col-lg-offset-2 {
      margin-left: 16.66666667%;
  }
  .col-lg-offset-1 {
      margin-left: 8.33333333%;
  }
  .col-lg-offset-0 {
      margin-left: 0;
  }
  .visible-lg,
  .visible-lg-block {
      display: block !important;
  }
  table.visible-lg {
      display: table !important;
  }
  tr.visible-lg {
      display: table-row !important;
  }
  td.visible-lg,
  th.visible-lg {
      display: table-cell !important;
  }
  .visible-lg-inline {
      display: inline !important;
  }
  .visible-lg-inline-block {
      display: inline-block !important;
  }
  .hidden-lg {
      display: none !important;
  }
  ._sub_header ._top_part {
      width: 1170px !important;
  }
}
._sub_nav {
  width: 1170px;
  margin: auto;
}
.zh-main-nav_elem.sticky,
.zh-nav_elem.sticky {
  top: 0;
  background: #fff;
  z-index: 999;
  -webkit-box-shadow: 0 5px 15px 0#323232;
  box-shadow: 0 5px 15px 0#323232;
}
.zh-main-nav_elem.sticky {
  position: fixed;
}
.zh-ul_menu:hover {
  position: absolute;
  z-index: 999;
  background: -o-linear-gradient(290deg, #422bd4 0, #0876fa 100%);
  background: linear-gradient(160deg, #422bd4 0, #0876fa 100%);
  width: 135px;
  margin-left: -5px;
  font-size: 13px;
}
.b_reviews .review_form {
  padding: 50px 0 0;
}
.online-order {
  background: #fff;
  text-align: center;
  padding-bottom: 60px;
  max-width: 750px;
  margin: auto;
  border: 1px solid #d8e1e7;
  -webkit-box-shadow: 0 0 25px rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 25px rgba(0, 0, 0, 0.1);
}
.contacts-page .zag span,
.zag {
  font-family: Montserrat;
  text-align: center;
  font-size: 40px;
  font-weight: 700;
}
.zag {
  padding: 40px 0;
}
.b_reviews .review_form .column_wrap {
  padding: 0 25px;
}
.b_reviews .review_form .column_wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0-15px;
}
.b_reviews .review_form .column_row {
  width: 50%;
  padding: 0 15px;
  margin: 0 0 20px;
}
.b_reviews .review_form .online-order .form_control {
  background: #fff;
  border-radius: 5px;
  padding: 12px 15px;
  border: 1px solid #000 !important;
}
.b_reviews .review_form .online-order form select {
  margin: 0 10px;
  width: 380px;
  height: 50px;
  border-radius: 5px;
  border: 2px solid #fff;
  background: #fff;
  padding-left: 15px;
  font-size: 15px;
  color: #333;
}
.b_reviews .review_form .textarea_wrapper {
  width: 100%;
  padding: 0 15px;
}
.b_reviews .review_form .review_form_row {
  padding: 15px 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  text-align: left;
  font-size: 15px;
}
.b_reviews .review_form .review_form_row .label {
  padding: 0;
  font-size: 15px;
  font-weight: 400;
  margin: 0 20px 0 0;
}
.label {
  display: inline;
  padding: 0.2em 0.6em 0.3em;
  font-size: 75%;
  font-weight: 700;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.25em;
}
.b_reviews .review_form .checkbox_wrapper {
  text-align: left;
  padding: 0 25px;
}
.checkbox_wrapper .checkbox,
.checkbox_wrapper .checkbox span {
  display: inline-block;
  vertical-align: top;
  position: relative;
}
.top-has_submenu:after,
.top-submenu a {
  vertical-align: middle;
  display: inline-block;
}
.checkbox,
.radio {
  position: relative;
  display: block;
  margin-top: 10px;
  margin-bottom: 10px;
}
.checkbox_wrapper .checkbox [type="checkbox"] {
  position: absolute;
  top: 4px;
}
.checkbox_wrapper .checkbox span:before {
  position: absolute;
  cursor: pointer;
  content: "";
  width: 16px;
  height: 16px;
  top: 1px;
  left: 0;
  border-radius: 3px;
  background-repeat: no-repeat;
  background-position: center;
}
.checkbox_wrapper .checkbox span {
  padding: 0 0 0 25px;
  font-weight: 400;
  font-size: 15px;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.b_reviews .review_form .submit_wrapper {
  padding: 0 20px;
}
.online-order form input[type="submit"] {
  font-weight: 700;
  font-size: 15px;
  cursor: pointer;
  border-radius: 6px;
  border: 0;
  width: 232px;
  height: 50px;
  margin: 0 10px;
  background-color: #ff976b;
  background-image: #ff976b;
  color: #fff;
}
.form_control {
  -webkit-transition: 0.2s linear;
  -o-transition: 0.2s linear;
  transition: 0.2s linear;
  resize: none;
  font-size: 14px;
  padding: 16px 14px;
  line-height: 1;
  border-radius: 3px;
  border: 1px solid #ccc;
}
.checkbox_wrapper {
  text-align: center;
  margin-bottom: 25px;
}
.inputfile-6 + label {
  border: 1px solid #000 !important;
  background-color: #fff;
  padding: 11px 15px;
  max-width: 360px;
  display: inline-block;
  border-radius: 5px;
  text-align: left !important;
}
.zh_result-wrapper {
  width: 1170px;
  margin: 50px auto;
  text-align: center;
  padding-bottom: 40px;
}
.type2_improved h3 {
  font-style: normal;
  font-weight: 600;
  font-size: x-large;
}
.type2_improved ul {
  list-style-position: inside;
  -moz-column-count: 3;
  -webkit-column-count: 3;
  column-count: 3;
}
@media (max-width: 991px) {
  .btn_spec {
      margin-top: 40px;
  }
  ._header_wrap {
      width: 100% !important;
  }
  .type2_improved ul {
      -moz-column-count: 2;
      -webkit-column-count: 2;
      column-count: 2;
  }
}
.ajx-first-p {
  font-size: 25px;
  font-weight: 700;
}
.result_wrapper p {
  font-size: large;
  margin-bottom: 25px;
}
.result_wrapper ._sub_title.decorate_line:before {
  margin: 15px auto 0 !important;
}
.zh_poppup-result ._sub_title.decorate_line {
  font-size: 22px;
  margin-top: 15px;
}
.zh_poppup-result ._sub_title.decorate_line:before {
  margin: 0 auto !important;
}
.sa_con-disclaimer {
  color: #000;
  font-size: 13px;
  width: 100%;
  margin: 15px 0;
}
.cls-1 {
  fill: url(#Ð‘ÐµÐ·Ñ‹Ð¼ÑÐ½Ð½Ñ‹Ð¹_Ð³Ñ€Ð°Ð´Ð¸ÐµÐ½Ñ‚_28);
}
.cls-11,
.cls-13,
.cls-16,
.cls-2,
.cls-20,
.cls-24,
.cls-27,
.cls-3,
.cls-35,
.cls-37,
.cls-40,
.cls-44,
.cls-6 {
  isolation: isolate;
}
.cls-2 {
  -webkit-filter: url(#luminosity-noclip-13);
          filter: url(#luminosity-noclip-13);
}
.cls-4 {
  -webkit-mask: url(#mask);
          mask: url(#mask);
}
.cls-10,
.cls-12,
.cls-15,
.cls-19,
.cls-23,
.cls-26,
.cls-29,
.cls-36,
.cls-39,
.cls-43,
.cls-46,
.cls-5,
.cls-56 {
  mix-blend-mode: multiply;
}
.cls-5 {
  fill: url(#Ð‘ÐµÐ·Ñ‹Ð¼ÑÐ½Ð½Ñ‹Ð¹_Ð³Ñ€Ð°Ð´Ð¸ÐµÐ½Ñ‚_22);
}
.cls-6 {
  -webkit-filter: url(#luminosity-noclip-18);
          filter: url(#luminosity-noclip-18);
}
.cls-7 {
  -webkit-clip-path: url(#clip-path);
          clip-path: url(#clip-path);
}
.cls-8 {
  fill: none;
}
.cls-9 {
  -webkit-mask: url(#mask-2);
          mask: url(#mask-2);
}
.cls-10 {
  fill: url(#Ð‘ÐµÐ·Ñ‹Ð¼ÑÐ½Ð½Ñ‹Ð¹_Ð³Ñ€Ð°Ð´Ð¸ÐµÐ½Ñ‚_24);
}
.cls-11 {
  -webkit-filter: url(#luminosity-noclip-19);
          filter: url(#luminosity-noclip-19);
}
.cls-12 {
  fill: url(#Ð‘ÐµÐ·Ñ‹Ð¼ÑÐ½Ð½Ñ‹Ð¹_Ð³Ñ€Ð°Ð´Ð¸ÐµÐ½Ñ‚_22-2);
}
.cls-13 {
  -webkit-filter: url(#luminosity-noclip-20);
          filter: url(#luminosity-noclip-20);
}
.cls-14 {
  -webkit-mask: url(#mask-4);
          mask: url(#mask-4);
}
.cls-15 {
  fill: url(#Ð‘ÐµÐ·Ñ‹Ð¼ÑÐ½Ð½Ñ‹Ð¹_Ð³Ñ€Ð°Ð´Ð¸ÐµÐ½Ñ‚_24-2);
}
.cls-16 {
  -webkit-filter: url(#luminosity-noclip-21);
          filter: url(#luminosity-noclip-21);
}
.cls-17 {
  -webkit-clip-path: url(#clip-path-2);
          clip-path: url(#clip-path-2);
}
.cls-18 {
  -webkit-mask: url(#mask-5);
          mask: url(#mask-5);
}
.cls-19 {
  fill: url(#Ð‘ÐµÐ·Ñ‹Ð¼ÑÐ½Ð½Ñ‹Ð¹_Ð³Ñ€Ð°Ð´Ð¸ÐµÐ½Ñ‚_22-3);
}
.cls-20 {
  -webkit-filter: url(#luminosity-noclip-22);
          filter: url(#luminosity-noclip-22);
}
.cls-21 {
  -webkit-clip-path: url(#clip-path-3);
          clip-path: url(#clip-path-3);
}
.cls-22 {
  -webkit-mask: url(#mask-6);
          mask: url(#mask-6);
}
.cls-23 {
  fill: url(#Ð‘ÐµÐ·Ñ‹Ð¼ÑÐ½Ð½Ñ‹Ð¹_Ð³Ñ€Ð°Ð´Ð¸ÐµÐ½Ñ‚_24-3);
}
.cls-24 {
  -webkit-filter: url(#luminosity-noclip-23);
          filter: url(#luminosity-noclip-23);
}
.cls-25 {
  -webkit-clip-path: url(#clip-path-4);
          clip-path: url(#clip-path-4);
}
.cls-26 {
  fill: url(#Ð‘ÐµÐ·Ñ‹Ð¼ÑÐ½Ð½Ñ‹Ð¹_Ð³Ñ€Ð°Ð´Ð¸ÐµÐ½Ñ‚_22-4);
}
.cls-27 {
  -webkit-filter: url(#luminosity-noclip-24);
          filter: url(#luminosity-noclip-24);
}
.cls-28 {
  -webkit-clip-path: url(#clip-path-5);
          clip-path: url(#clip-path-5);
}
.cls-29 {
  fill: url(#Ð‘ÐµÐ·Ñ‹Ð¼ÑÐ½Ð½Ñ‹Ð¹_Ð³Ñ€Ð°Ð´Ð¸ÐµÐ½Ñ‚_24-4);
}
.cls-30 {
  fill: url(#Ð‘ÐµÐ·Ñ‹Ð¼ÑÐ½Ð½Ñ‹Ð¹_Ð³Ñ€Ð°Ð´Ð¸ÐµÐ½Ñ‚_28-2);
}
.cls-31 {
  fill: url(#Ð‘ÐµÐ·Ñ‹Ð¼ÑÐ½Ð½Ñ‹Ð¹_Ð³Ñ€Ð°Ð´Ð¸ÐµÐ½Ñ‚_28-3);
}
.cls-32 {
  fill: url(#Ð‘ÐµÐ·Ñ‹Ð¼ÑÐ½Ð½Ñ‹Ð¹_Ð³Ñ€Ð°Ð´Ð¸ÐµÐ½Ñ‚_28-4);
}
.cls-33 {
  fill: url(#Ð‘ÐµÐ·Ñ‹Ð¼ÑÐ½Ð½Ñ‹Ð¹_Ð³Ñ€Ð°Ð´Ð¸ÐµÐ½Ñ‚_28-5);
}
.cls-34 {
  fill: url(#Ð‘ÐµÐ·Ñ‹Ð¼ÑÐ½Ð½Ñ‹Ð¹_Ð³Ñ€Ð°Ð´Ð¸ÐµÐ½Ñ‚_28-6);
}
.cls-35 {
  -webkit-filter: url(#luminosity-noclip-14);
          filter: url(#luminosity-noclip-14);
}
.cls-36 {
  fill: url(#Ð‘ÐµÐ·Ñ‹Ð¼ÑÐ½Ð½Ñ‹Ð¹_Ð³Ñ€Ð°Ð´Ð¸ÐµÐ½Ñ‚_24-5);
}
.cls-37 {
  -webkit-filter: url(#luminosity-noclip-15);
          filter: url(#luminosity-noclip-15);
}
.cls-38 {
  -webkit-clip-path: url(#clip-path-6);
          clip-path: url(#clip-path-6);
}
.cls-39 {
  fill: url(#Ð‘ÐµÐ·Ñ‹Ð¼ÑÐ½Ð½Ñ‹Ð¹_Ð³Ñ€Ð°Ð´Ð¸ÐµÐ½Ñ‚_22-5);
}
.cls-40 {
  -webkit-filter: url(#luminosity-noclip-16);
          filter: url(#luminosity-noclip-16);
}
.cls-41 {
  -webkit-clip-path: url(#clip-path-7);
          clip-path: url(#clip-path-7);
}
.cls-42 {
  -webkit-mask: url(#mask-11);
          mask: url(#mask-11);
}
.cls-43 {
  fill: url(#Ð‘ÐµÐ·Ñ‹Ð¼ÑÐ½Ð½Ñ‹Ð¹_Ð³Ñ€Ð°Ð´Ð¸ÐµÐ½Ñ‚_24-6);
}
.cls-44 {
  -webkit-filter: url(#luminosity-noclip-17);
          filter: url(#luminosity-noclip-17);
}
.cls-45 {
  -webkit-clip-path: url(#clip-path-8);
          clip-path: url(#clip-path-8);
}
.cls-46 {
  fill: url(#Ð‘ÐµÐ·Ñ‹Ð¼ÑÐ½Ð½Ñ‹Ð¹_Ð³Ñ€Ð°Ð´Ð¸ÐµÐ½Ñ‚_22-6);
}
.cls-47 {
  -webkit-clip-path: url(#clip-path-9);
          clip-path: url(#clip-path-9);
}
.cls-48 {
  fill: #f36509;
}
.cls-49 {
  -webkit-clip-path: url(#clip-path-11);
          clip-path: url(#clip-path-11);
}
.cls-50 {
  -webkit-mask: url(#mask-13);
          mask: url(#mask-13);
}
.cls-51 {
  fill: url(#Ð‘ÐµÐ·Ñ‹Ð¼ÑÐ½Ð½Ñ‹Ð¹_Ð³Ñ€Ð°Ð´Ð¸ÐµÐ½Ñ‚_27);
}
.cls-52 {
  opacity: 0.6;
}
.cls-53 {
  -webkit-clip-path: url(#clip-path-12);
          clip-path: url(#clip-path-12);
}
.cls-54 {
  -webkit-clip-path: url(#clip-path-13);
          clip-path: url(#clip-path-13);
}
.cls-55 {
  -webkit-clip-path: url(#clip-path-14);
          clip-path: url(#clip-path-14);
}
.cls-57 {
  -webkit-clip-path: url(#clip-path-15);
          clip-path: url(#clip-path-15);
}
.cls-58 {
  -webkit-mask: url(#mask-14);
          mask: url(#mask-14);
}
.cls-59 {
  fill: url(#Ð‘ÐµÐ·Ñ‹Ð¼ÑÐ½Ð½Ñ‹Ð¹_Ð³Ñ€Ð°Ð´Ð¸ÐµÐ½Ñ‚_21);
}
.cls-60 {
  mix-blend-mode: soft-light;
}
.cls-61 {
  -webkit-clip-path: url(#clip-path-18);
          clip-path: url(#clip-path-18);
}
.cls-62 {
  -webkit-mask: url(#mask-15);
          mask: url(#mask-15);
}
.cls-63 {
  fill: url(#Ð‘ÐµÐ·Ñ‹Ð¼ÑÐ½Ð½Ñ‹Ð¹_Ð³Ñ€Ð°Ð´Ð¸ÐµÐ½Ñ‚_23);
}
.cls-64 {
  -webkit-clip-path: url(#clip-path-21);
          clip-path: url(#clip-path-21);
}
.cls-65 {
  -webkit-mask: url(#mask-16);
          mask: url(#mask-16);
}
.cls-66 {
  -webkit-clip-path: url(#clip-path-23);
          clip-path: url(#clip-path-23);
}
.cls-67 {
  fill: url(#Ð‘ÐµÐ·Ñ‹Ð¼ÑÐ½Ð½Ñ‹Ð¹_Ð³Ñ€Ð°Ð´Ð¸ÐµÐ½Ñ‚_21-2);
}
.cls-68 {
  -webkit-clip-path: url(#clip-path-24);
          clip-path: url(#clip-path-24);
}
.cls-69 {
  -webkit-mask: url(#mask-17);
          mask: url(#mask-17);
}
.cls-70 {
  -webkit-clip-path: url(#clip-path-26);
          clip-path: url(#clip-path-26);
}
.cls-71 {
  fill: url(#Ð‘ÐµÐ·Ñ‹Ð¼ÑÐ½Ð½Ñ‹Ð¹_Ð³Ñ€Ð°Ð´Ð¸ÐµÐ½Ñ‚_23-2);
}
.cls-72 {
  -webkit-clip-path: url(#clip-path-27);
          clip-path: url(#clip-path-27);
}
.cls-73 {
  -webkit-mask: url(#mask-18);
          mask: url(#mask-18);
}
.cls-74 {
  -webkit-clip-path: url(#clip-path-29);
          clip-path: url(#clip-path-29);
}
.cls-75 {
  fill: url(#Ð‘ÐµÐ·Ñ‹Ð¼ÑÐ½Ð½Ñ‹Ð¹_Ð³Ñ€Ð°Ð´Ð¸ÐµÐ½Ñ‚_21-3);
}
.cls-76 {
  -webkit-clip-path: url(#clip-path-30);
          clip-path: url(#clip-path-30);
}
.cls-77 {
  -webkit-mask: url(#mask-19);
          mask: url(#mask-19);
}
.cls-78 {
  -webkit-clip-path: url(#clip-path-32);
          clip-path: url(#clip-path-32);
}
.cls-79 {
  fill: url(#Ð‘ÐµÐ·Ñ‹Ð¼ÑÐ½Ð½Ñ‹Ð¹_Ð³Ñ€Ð°Ð´Ð¸ÐµÐ½Ñ‚_23-3);
}
.cls-80 {
  -webkit-clip-path: url(#clip-path-33);
          clip-path: url(#clip-path-33);
}
.cls-81 {
  -webkit-mask: url(#mask-20);
          mask: url(#mask-20);
}
.cls-82 {
  fill: url(#Ð‘ÐµÐ·Ñ‹Ð¼ÑÐ½Ð½Ñ‹Ð¹_Ð³Ñ€Ð°Ð´Ð¸ÐµÐ½Ñ‚_21-4);
}
.cls-83 {
  -webkit-clip-path: url(#clip-path-36);
          clip-path: url(#clip-path-36);
}
.cls-84 {
  -webkit-mask: url(#mask-21);
          mask: url(#mask-21);
}
.cls-85 {
  fill: url(#Ð‘ÐµÐ·Ñ‹Ð¼ÑÐ½Ð½Ñ‹Ð¹_Ð³Ñ€Ð°Ð´Ð¸ÐµÐ½Ñ‚_23-4);
}
.cls-86 {
  -webkit-clip-path: url(#clip-path-39);
          clip-path: url(#clip-path-39);
}
.cls-87 {
  -webkit-mask: url(#mask-22);
          mask: url(#mask-22);
}
.cls-88 {
  -webkit-clip-path: url(#clip-path-41);
          clip-path: url(#clip-path-41);
}
.cls-89 {
  fill: url(#Ð‘ÐµÐ·Ñ‹Ð¼ÑÐ½Ð½Ñ‹Ð¹_Ð³Ñ€Ð°Ð´Ð¸ÐµÐ½Ñ‚_21-5);
}
.cls-90 {
  -webkit-clip-path: url(#clip-path-42);
          clip-path: url(#clip-path-42);
}
.cls-91 {
  -webkit-mask: url(#mask-23);
          mask: url(#mask-23);
}
.cls-92 {
  -webkit-clip-path: url(#clip-path-44);
          clip-path: url(#clip-path-44);
}
.cls-93 {
  fill: url(#Ð‘ÐµÐ·Ñ‹Ð¼ÑÐ½Ð½Ñ‹Ð¹_Ð³Ñ€Ð°Ð´Ð¸ÐµÐ½Ñ‚_23-5);
}
.cls-94 {
  -webkit-clip-path: url(#clip-path-45);
          clip-path: url(#clip-path-45);
}
.cls-95 {
  -webkit-mask: url(#mask-24);
          mask: url(#mask-24);
}
.cls-96 {
  -webkit-clip-path: url(#clip-path-47);
          clip-path: url(#clip-path-47);
}
.cls-97 {
  fill: url(#Ð‘ÐµÐ·Ñ‹Ð¼ÑÐ½Ð½Ñ‹Ð¹_Ð³Ñ€Ð°Ð´Ð¸ÐµÐ½Ñ‚_21-6);
}
.cls-98 {
  -webkit-clip-path: url(#clip-path-48);
          clip-path: url(#clip-path-48);
}
.cls-99 {
  -webkit-mask: url(#mask-25);
          mask: url(#mask-25);
}
.cls-100 {
  -webkit-clip-path: url(#clip-path-50);
          clip-path: url(#clip-path-50);
}
.cls-101 {
  fill: url(#Ð‘ÐµÐ·Ñ‹Ð¼ÑÐ½Ð½Ñ‹Ð¹_Ð³Ñ€Ð°Ð´Ð¸ÐµÐ½Ñ‚_23-6);
}
.cls-102 {
  -webkit-clip-path: url(#clip-path-51);
          clip-path: url(#clip-path-51);
}
.cls-103 {
  -webkit-mask: url(#mask-26);
          mask: url(#mask-26);
}
.cls-104 {
  fill: url(#Ð‘ÐµÐ·Ñ‹Ð¼ÑÐ½Ð½Ñ‹Ð¹_Ð³Ñ€Ð°Ð´Ð¸ÐµÐ½Ñ‚_27-2);
}
.cls-105 {
  -webkit-clip-path: url(#clip-path-52);
          clip-path: url(#clip-path-52);
}
.cls-106 {
  -webkit-mask: url(#mask-27);
          mask: url(#mask-27);
}
.cls-107 {
  fill: url(#Ð‘ÐµÐ·Ñ‹Ð¼ÑÐ½Ð½Ñ‹Ð¹_Ð³Ñ€Ð°Ð´Ð¸ÐµÐ½Ñ‚_27-3);
}
.cls-108 {
  -webkit-clip-path: url(#clip-path-53);
          clip-path: url(#clip-path-53);
}
.cls-109 {
  -webkit-mask: url(#mask-28);
          mask: url(#mask-28);
}
.cls-110 {
  fill: url(#Ð‘ÐµÐ·Ñ‹Ð¼ÑÐ½Ð½Ñ‹Ð¹_Ð³Ñ€Ð°Ð´Ð¸ÐµÐ½Ñ‚_27-4);
}
.cls-111 {
  -webkit-clip-path: url(#clip-path-54);
          clip-path: url(#clip-path-54);
}
.cls-112 {
  -webkit-mask: url(#mask-29);
          mask: url(#mask-29);
}
.cls-113 {
  fill: url(#Ð‘ÐµÐ·Ñ‹Ð¼ÑÐ½Ð½Ñ‹Ð¹_Ð³Ñ€Ð°Ð´Ð¸ÐµÐ½Ñ‚_27-5);
}
.cls-114 {
  -webkit-clip-path: url(#clip-path-55);
          clip-path: url(#clip-path-55);
}
.cls-115 {
  -webkit-mask: url(#mask-30);
          mask: url(#mask-30);
}
.cls-116 {
  fill: url(#Ð‘ÐµÐ·Ñ‹Ð¼ÑÐ½Ð½Ñ‹Ð¹_Ð³Ñ€Ð°Ð´Ð¸ÐµÐ½Ñ‚_27-6);
}
.cls-117 {
  font-size: 35px;
}
.cls-117,
.cls-121,
.cls-126 {
  fill: #fff;
  font-family: Montserrat-SemiBold, Montserrat;
  font-weight: 700;
}
.cls-118,
.cls-120,
.cls-123,
.cls-124,
.cls-127,
.cls-129,
.cls-133,
.cls-135,
.cls-136 {
  letter-spacing: -0.02em;
}
.cls-119,
.cls-122,
.cls-134 {
  letter-spacing: 0;
}
.cls-121 {
  font-size: 24px;
}
.cls-125,
.cls-128,
.cls-131,
.cls-137 {
  letter-spacing: -0.01em;
}
.cls-130 {
  eletter-spacing: -0.02em;
}
.cls-132,
.cls-138 {
  letter-spacing: -0.04em;
}
.cls-139 {
  -webkit-filter: url(#luminosity-noclip-11);
          filter: url(#luminosity-noclip-11);
}
.cls-140 {
  -webkit-filter: url(#luminosity-noclip-6);
          filter: url(#luminosity-noclip-6);
}
.cls-141 {
  -webkit-filter: url(#luminosity-noclip-5);
          filter: url(#luminosity-noclip-5);
}
.cls-142 {
  -webkit-filter: url(#luminosity-noclip-4);
          filter: url(#luminosity-noclip-4);
}
.cls-143 {
  -webkit-filter: url(#luminosity-noclip-2);
          filter: url(#luminosity-noclip-2);
}
.cls-144 {
  -webkit-filter: url(#luminosity-noclip);
          filter: url(#luminosity-noclip);
}
.content-category,
.content-post {
  padding: 50px 0;
  position: relative;
  width: 100%;
}
.flex-wrap {
  -ms-flex-wrap: wrap !important;
  flex-wrap: wrap !important;
}
.d-flex {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}
.row,
.table__price-title {
  display: -webkit-box;
  display: -ms-flexbox;
}
.row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.usl-bl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 15px;
  padding: 0 7px !important;
}
.usl-bl td a {
  text-decoration: none;
  padding-right: 10px;
}
.usl-bl .usl-box {
  border-radius: 8px;
  color: #012551;
  height: 100%;
  position: relative;
  -webkit-box-shadow: 0 1px 7px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 1px 7px 0 rgba(0, 0, 0, 0.2);
}
.usl-bl .usl-box .img-box {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  opacity: 0.2;
  -webkit-filter: blur(2px);
          filter: blur(2px);
}
.usl-bl .usl-info {
  padding: 20px;
  position: relative;
}
.usl-bl .usl-box .img-box img {
  float: right;
  width: 100%;
  height: 100%;
  -o-object-position: top;
     object-position: top;
  position: relative;
  opacity: 1;
}
.usl-bl .usl-title {
  color: #012551;
  font-size: 20px;
  font-weight: 700;
  margin: 1rem 0.5rem;
  text-align: center;
}
.usl-descr {
  font-size: 15px;
  font-weight: 500;
}
.usl-descr table {
  margin: 0 10px;
}
.usl-descr table td,
.usl-descr table tr {
  color: #012551;
  font-weight: 600;
}
.usl-descr table td,
.usl-descr table tr,
.usl-descr table tr td:first-child,
.usl-descr table tr:first-child td {
  background: 0 0;
  vertical-align: bottom;
  border: 0;
  font-size: 14px;
  text-decoration: none;
  margin-top: 10px;
  position: relative;
  overflow: hidden;
}
.usl-descr table tr:first-child td {
  color: #012551;
  font-weight: 600;
}
.panel-title_wrapper:after,
.panel-title_wrapper:before {
  background: #ff976b;
  border-radius: 2px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  position: absolute;
  content: "";
}
.faq {
  padding: 60px 0;
  background: #fff;
}
.my_accordeon-panel {
  padding: 15px;
  background: #fff;
  border-top-left-radius: 10px;
  border-bottom-right-radius: 10px;
  -webkit-box-shadow: 1px 1px 4px #e3e3e3;
          box-shadow: 1px 1px 4px #e3e3e3;
  margin: 15px 0;
  cursor: pointer;
}
.panel-title_wrapper:before {
  top: calc(50% - 1px);
  bottom: 25%;
  width: 16px;
  right: 0;
  height: 4px;
}
.panel-title {
  margin-right: 35px;
  font-weight: 500;
  font-size: large;
}
.panel-title_wrapper:after {
  height: 16px;
  top: calc(50% - 7px);
  right: 6px;
  width: 4px;
}
.collapse_text {
  height: 0;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  margin-top: 10px;
  width: calc(100% - 40px);
  -webkit-transform: translateX(-200px);
      -ms-transform: translateX(-200px);
          transform: translateX(-200px);
}
.active .collapse_text {
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  height: auto;
  -webkit-transform: translateX(0);
      -ms-transform: translateX(0);
          transform: translateX(0);
}
.active .panel-title_wrapper:after {
  -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
          transform: rotate(90deg);
}
.usl-descr table tr td:first-child {
  color: #0659b6;
  font-weight: 600;
}
.usl-descr table tr td:first-child:after {
  content: "";
  position: absolute;
  border-bottom: 1px dashed #ff5e16;
  height: 1px;
  width: 100%;
  bottom: 1.6rem;
}
.footer_partners-text {
  font-size: 14px;
  font-weight: 500;
}
.footer_partners-img {
  max-width: 60%;
}
.g-recaptcha {
  text-align: -webkit-center;
}
.mobilePandemicInfo,
.pandemicInfo {
  text-align: center;
  background: #ca1405;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  font-size: 17px;
  color: #fff;
}
.narcolog-block,
.narcolog-block__img,
.top-has_submenu:after {
  background-repeat: no-repeat;
  background-position: center;
}
.mobilePandemicInfo p,
.pandemicInfo p {
  font-weight: 700;
  padding: 6px;
}
@media (max-width: 992px) {
  .pandemicInfo {
      display: none;
  }
  .mobilePandemicInfo {
      display: block;
  }
}
@media (max-width: 535px) {
  .mobilePandemicInfo {
      font-size: 13px;
  }
  .mobilePandemicInfo p {
      font-weight: 600;
  }
}
@media (max-width: 400px) {
  .mobilePandemicInfo {
      font-size: 12px;
  }
  .mobilePandemicInfo p {
      font-weight: 500;
      padding-top: 6px;
  }
}
@media (max-width: 350px) {
  .mobilePandemicInfo {
      font-size: 10px;
  }
  .mobilePandemicInfo p {
      font-weight: 700;
      padding-top: 9px;
  }
}
._form-akts {
  margin: 0 0 15px;
  font-size: 1.6rem;
}
.top-has_submenu:after {
  content: "";
  width: 8px;
  height: 8px;
  border-bottom: 1px solid #fff;
  border-right: 1px solid #fff;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
  margin: 0 0 4px 6px;

  -webkit-transition: 0.2s linear;

  -o-transition: 0.2s linear;

  transition: 0.2s linear;
}
.top-submenu {
  position: absolute;
  z-index: 4;
  display: none;
  top: 100%;
  padding: 0;
  margin: 0;
  list-style: none;
  background-color: #fff;
  border: 2px solid #ff976b;
  -webkit-box-shadow: 0 5px 13px red;
          box-shadow: 0 5px 13px red;
  min-width: 200px;
}
.top-submenu li {
  margin: 0 !important;
  padding: 0 10px !important;
}
.top-submenu a {
  color: #333 !important;
  font-size: 14px;
  padding: 7px 0 !important;
  -webkit-transition: 0.2s linear;
  -o-transition: 0.2s linear;
  transition: 0.2s linear;
}
.narcolog-block {
  padding: 60px 0 30px;
  background-image: url(../img/bg_contact_us.jpg);
  background-size: cover;
  color: #fff;
}
.narcolog-block__wrapper {
  margin: 20px 0;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 10px 1fr 10px 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  grid-gap: 10px;
}
#loadMore,
.narcolog-block__title {
  color: #fff;
  margin: 0 0 50px;
}
.narcolog-block__img {
  display: block;
  margin: auto;
  width: 130px;
  min-height: 145px;
  -webkit-transition: 0.2s linear;
  -o-transition: 0.2s linear;
  transition: 0.2s linear;
  background-image: url(../img/figure.png);
  position: relative;
  background-size: 99%;
}
.narcolog-block__img img {
  position: absolute;
  top: 0;
  max-width: 60px;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}
.narcolog-block__text {
  font-weight: 700;
  margin: 0 0 20px;
}
@media (max-width: 425px) {
  .inside_lics {
      width: 100%;
      margin: 10px 0;
  }
  .calc_phone_block {
      display: block;
  }
  .phone_numb {
      width: 100%;
      margin-bottom: 15px;
  }
  .da_calculator .submit_order {
      width: 100%;
  }
  .narcolog-block__img {
      width: 110px;
  }
}
@media (max-width: 700px) {
  ._foot_nav,
  .pay {
      margin-left: auto;
      margin-right: auto;
  }
  .b_footer ._foot_contacts h3:after {
      position: absolute;
      top: 100%;
      background-color: #c1c1c1;
      height: 1px;
      width: 35px;
      content: "";
      left: 0;
      margin: 15px 40%0;
  }
  .b_footer ._foot_contacts ._title:after {
    position: absolute;
    top: 100%;
    background-color: #c1c1c1;
    height: 1px;
    width: 35px;
    content: "";
    left: 0;
    margin: 15px 40%0;
}
  .b_footer ._foot_nav h3:after {
      margin-top: 15px;
      margin-left: calc(50% - 17px);
  }
  .b_footer ._foot_nav ._title:after {
    margin-top: 15px;
    margin-left: calc(50% - 17px);
}
  .pay {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      max-width: 150px;
  }
  ._foot_nav {
      max-width: 250px !important;
      display: block;
      text-align: center;
  }
  .goverment-block img {
      display: block;
      margin: auto;
  }
}
.ward-block {
  padding: 60px 0 90px;
}
.ward-block__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
.ward-block__item {
  margin: 10px;
  width: 32%;
  background-color: #fff;
  -webkit-box-shadow: 0 0 20px red;
          box-shadow: 0 0 20px red;
  position: relative;
  height: 600px;
}
.table,
details div {
  -webkit-box-shadow: 0 4px 40px rgba(0, 0, 0, 0.07);
          box-shadow: 0 4px 40px rgba(0, 0, 0, 0.07);
}
.ward_block--descr-wrapper {
  position: absolute;
  width: 100%;
  bottom: 68px;
  left: 0;
  height: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.district-select {
  padding: 20px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
}
.district-select select {
  border: 2px solid #ff6f30;
  padding: 15px;
  border-radius: 50px;
  -webkit-box-shadow: 0 5px 24px red;
          box-shadow: 0 5px 24px red;
}
.ward-block__img-slider img {
  height: 200px;
  width: 356px;
}
.ward-block__img-slider .slick-prev {
  left: 3px;
}
.ward-block__img-slider .slick-next {
  right: 3px;
}
.ward-title {
  font-weight: 700;
  font-size: 2rem;
}
.ward-btn {
  margin: auto;
  width: 50%;
  position: absolute;
  bottom: 15px;
  left: 26%;
}
.tabheader__items {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  cursor: pointer;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  color: #07385d;
}
.tabheader__item {
  padding: 10px;
  color: #f62;
  border: 1px solid #ff6f30;
}
.tabheader__item:hover {
  background-image: -webkit-gradient(linear, right top, left top, color-stop(0, #ffb596), to(#ff8e5b));
  background-image: -o-linear-gradient(right, #ffb596 0, #ff8e5b 100%);
  background-image: linear-gradient(to left, #ffb596 0, #ff8e5b 100%);
  color: #fff;
}
.tabheader__item_active {
  background-image: -webkit-gradient(linear, right top, left top, color-stop(0, #ff976b), to(#ff5c13));
  background-image: -o-linear-gradient(right, #ff976b 0, #ff5c13 100%);
  background-image: linear-gradient(to left, #ff976b 0, #ff5c13 100%);
  color: #fff;
}
.tabcontent__list {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 10px 1fr 10px 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  grid-gap: 10px;
  border: 1px solid #ff6f30;
  background-color: #fff;
  padding: 5px;
  overflow: auto;
  max-height: 400px;
}
.ray_filt_wrapper .city__filter {
  min-width: 250px;
}
@media (max-width: 768px) {
  .district-select {
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
  }
  .ward-block__wrapper {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
  }
  .ward-block__item {
      width: 95%;
  }
  .tabcontent__list {
      -ms-grid-columns: 1fr 10px 1fr;
      grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 550px) {
  .doc_popup .post,
  .tabcontent__list {
      text-align: center;
  }
  .tabcontent__list {
      -ms-grid-columns: 1fr;
      grid-template-columns: 1fr;
  }
  .tabheader__item {
      font-size: 13px;
      padding: 5px;
  }
  .doc_popup ._img {
      float: none;
      margin: 10px;
  }
  .doc_popup ._img img {
      margin: auto;
  }
}
.fade {
  -webkit-animation-name: fade;
          animation-name: fade;
  -webkit-animation-duration: 1.5s;
          animation-duration: 1.5s;
}
.grid-4 {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1vw 1fr 1vw 1fr 1vw 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-gap: 1vw;
}
@media screen and (max-width: 992px) {
  .grid-4 {
      -ms-grid-columns: 1fr 1vw 1fr 1vw 1fr;
      grid-template-columns: 1fr 1fr 1fr;
  }
}
@media screen and (max-width: 767px) {
  .grid-4 {
      -ms-grid-columns: 1fr 1vw 1fr;
      grid-template-columns: 1fr 1fr;
  }
}
@media screen and (max-width: 550px) {
  .grid-4 {
      -ms-grid-columns: 1fr;
      grid-template-columns: 1fr;
  }
}
.menuopen,
.menuopen_serv,
.noscroll {
  overflow-y: hidden;
}
.address_description {
  font-size: 14px;
  color: #333;
  line-height: 24px;
  margin-top: 25px;
  padding-top: 25px;
  border-top: 1px solid #ccc;
}
.content-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.looking {
  padding: 40px;
  background: -o-linear-gradient(315deg, #422bd4 0, #0876fa 100%);
  background: linear-gradient(-225deg, #422bd4 0, #0876fa 100%);
  background-size: cover;
  background-repeat: no-repeat;
}
.content,
.looking-item {
  padding: 20px;
  width: 28%;
  margin-bottom: 30px;
  text-align: center;
}
.content,
.looking-item,
summary {
  background: #ebf3fc;
}
.looking-wrap {
  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-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.looking-item {
  display: none;
  border-radius: 40px;
  border: 3px solid #ff7a40;
  opacity: 0.7;
  -webkit-transition: opacity 0.8s ease-in-out;
  -o-transition: opacity 0.8s ease-in-out;
  transition: opacity 0.8s ease-in-out;
}
.content:hover,
.looking-item:hover {
  background: -webkit-gradient(linear, left top, right top, color-stop(0, #ff5d15), to(#ff976a));
  background: -o-linear-gradient(left, #ff5d15 0, #ff976a 100%);
  background: linear-gradient(90deg, #ff5d15 0, #ff976a 100%);
  opacity: 1;
}
.looking a:hover {
  text-decoration: none;
  color: #fff;
}
#loadMore {
  width: 300px;
  margin: 0 auto;
  font-size: 20px;
  padding: 1.25rem 2.5rem;
  font-weight: 500;
  -webkit-border-radius: 40px;
  -webkit-transition: 1s ease-in-out;
  -o-transition: 1s ease-in-out;
  transition: 1s ease-in-out;
  text-align: center;
}
#loadMore:hover {
  background-color: #ff7a40;
  color: #fff;
}
.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#loadMore,
.content {
  border-radius: 40px;
  border: 3px solid #ff7a40;
}
.content {
  display: none;
  opacity: 1;
  -webkit-transition: opacity 0.8s ease-in-out;
  -o-transition: opacity 0.8s ease-in-out;
  transition: opacity 0.8s ease-in-out;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}
@media (max-width: 600px) {
  .type2_improved ul {
      -moz-column-count: 1;
      -webkit-column-count: 1;
      column-count: 1;
  }
  .type1 {
      margin: 14px 15px 25px;
  }
  .faq-answer {
      font-size: 14px;
      padding: 10px;
      margin: 25px 0 60px;
  }
  .table-price {
      font-size: 17px !important;
      font-weight: 900;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      margin-right: 22px;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
  }
  .table-item {
      padding: 4px 36px !important;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical !important;
      -webkit-box-direction: normal !important;
          -ms-flex-direction: column !important;
              flex-direction: column !important;
  }
  .table-btn {
      padding: 6px 16px !important;
  }
  .table-subtitle {
      padding: 13px 16px;
      font-size: 16px;
      font-weight: 600;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-orient: vertical !important;
      -webkit-box-direction: reverse !important;
          -ms-flex-direction: column-reverse !important;
              flex-direction: column-reverse !important;
  }
}
.table-info,
.table-subtitle {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.table {
  background: #fff;
  margin: 0 auto;
  width: 90%;
}
.table-title {
  background: -webkit-gradient(linear, right top, left top, color-stop(0, #1f79d9), to(#4657d0));
  background: -o-linear-gradient(right, #1f79d9 0, #4657d0 100%);
  background: linear-gradient(270deg, #1f79d9 0, #4657d0 100%);
  padding: 12px 18px;
  color: #fff;
  font-size: 24px;
  font-weight: 500;
}
.article,
.table-btn,
.table-item {
  background: #fff;
}
.table-subtitle {
  padding: 13px 16px;
  font-size: 16px;
  font-weight: 600;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
.table-item,
.table__price table table tbody tr {
  padding: 4px 36px;
  border-top: 1px dashed #e0e0e0;
  border-bottom: 1px dashed #e0e0e0;
}
.table-decor {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-right: 8px;
}
.table-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.table-item:hover {
  background: #ddecff;
}
.mobile__header-phone a,
.table-btn:hover {
  background: -webkit-gradient(linear, left top, right top, color-stop(0, #ff5c13), to(#ff966a));
  background: -o-linear-gradient(left, #ff5c13 0, #ff966a 100%);
  background: linear-gradient(90deg, #ff5c13 0, #ff966a 100%);
}
.table-info {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
.table-price {
  font-size: 20px;
  font-weight: 900;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-right: 22px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.article-tag a,
.article__bottom span,
.district-link,
.regions-link,
.table-count {
  font-size: 16px;
}
.table-price img {
  width: 24px;
  height: 24px;
  margin: 4px;
}
.table-count {
  color: #333;
}
.article-tag a,
.table-btn {
  color: #ff6f30;
}
.table-btn {
  border: 2px solid #ff6f30;
  padding: 6px 16px;
  font-size: 20px;
  border-radius: 50px;
  -webkit-transition: 1s;
  -o-transition: 1s;
  transition: 1s;
  margin: 4px;
  text-decoration: none !important;
}
.table-button {
  padding: 13px 0;
}
.table-btn:hover {
  color: #fff;
  -webkit-box-shadow: 0 4px 24px rgba(255, 148, 102, 0.81);
          box-shadow: 0 4px 24px rgba(255, 148, 102, 0.81);
}
.b_table-price {
  padding: 50px 0;
}
.articles-tag-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  list-style: none;
  grid-gap: 8px;
  margin: 0 0 32px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 0;
}
.article-tag {
  border: 2px solid #ff6f30;
  padding: 4px 16px;
  border-radius: 25px;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}
.article {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-shadow: 0 24px 24px -16px rgba(0, 0, 0, 0.25);
          box-shadow: 0 24px 24px -16px rgba(0, 0, 0, 0.25);
  border-radius: 8px;
  padding: 14px;
  border: 2px solid #fff;
}
.article:hover {
  border: 2px solid #ff6f30;
  -webkit-box-shadow: 0 24px 24px -16px rgba(255, 111, 48, 0.25);
          box-shadow: 0 24px 24px -16px rgba(255, 111, 48, 0.25);
}
.article-tag.active,
.article-tag:hover,
details[open] summary:before,
summary:hover:before {
  background: -webkit-gradient(linear, left top, right top, color-stop(0, #ff5c13), to(#ff966a));
  background: -o-linear-gradient(left, #ff5c13 0, #ff966a 100%);
  background: linear-gradient(90deg, #ff5c13 0, #ff966a 100%);
  -webkit-box-shadow: 0 4px 24px rgba(255, 148, 102, 0.81);
          box-shadow: 0 4px 24px rgba(255, 148, 102, 0.81);
}
.articles-list {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 32px 1fr 32px 1fr;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 32px;
}
.article__image {
  position: relative;
  overflow: hidden;
  border-radius: 4px;
  height: 130px;
}
.article__image img {
  display: block;
  position: absolute;
  height: 100%;
  width: 100%;
}
.article__tags {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  grid-gap: 8px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  bottom: 8px;
  left: 8px;
  z-index: 2;
}
.article__tag {
  background: #ff6f30;
  border: 2px solid #ff6f30;
  display: block;
  color: #fff;
  font-weight: 500;
  font-size: 14px;
  padding: 4px 8px;
  border-radius: 25px;
}
.article__bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-top: 12px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.article__date {
  margin-top: 8px;
}
.article__title {
  font-weight: 600;
  color: #000;
}
.article-page-tag,
.mobile__header-phone a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  grid-gap: 8px;
}
.article-page-tag {
  margin-bottom: 32px;
}
.article-page-title {
  padding-bottom: 32px;
  padding-top: 25px;
}
.article-page-tag .article__tag {
  position: static;
  text-align: center;
  display: inline-block;
}
.mobile__header-phone {
  text-align: center;
  padding: 6px 8px;
  background: #fff;
}
.mobile__header-phone a {
  -webkit-box-shadow: 0 4px 24px red;
          box-shadow: 0 4px 24px red;
  padding: 10px;
  font-size: 16px;
  color: #fff;
  border-radius: 25px;
}
details[open] summary,
summary:hover {
  background: -webkit-gradient(linear, right top, left top, color-stop(0, #1f79d9), to(#4657d0));
  background: -o-linear-gradient(right, #1f79d9 0, #4657d0 100%);
  background: linear-gradient(270deg, #1f79d9 0, #4657d0 100%);
}
@media (max-width: 1200px) {
  .b_procedures ._all_item ._item {
      position: relative;
      width: 30%;
      max-width: 95%;
      font-size: 14px;
      display: inline-block;
      vertical-align: top;
      background-color: #fff;
      margin: 0 5px 35px;
      padding: 0 0 50px;
  }
}
@media (max-width: 992px) {
  .articles-list {
      -ms-grid-columns: 1fr 32px 1fr;
      grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 650px) {
  .narcolog-block__wrapper {
      -ms-grid-columns: 1fr 10px 1fr;
      grid-template-columns: 1fr 1fr;
  }
  .content {
      display: none;
      padding: 20px;
      width: 48%;
      border-radius: 40px;
      margin-bottom: 30px;
      text-align: center;
      background: #ebf3fc;
      border: 3px solid #ff7a40;
      opacity: 1;
      -webkit-transition: opacity 0.8s ease-in-out;
      -o-transition: opacity 0.8s ease-in-out;
      transition: opacity 0.8s ease-in-out;
      height: -webkit-fit-content;
      height: -moz-fit-content;
      height: fit-content;
  }
  .article-tag a {
      font-size: 14px;
  }
}
@media (max-width: 800px) {
  .contacts-page .zag span,
  .zag {
      font-family: Montserrat;
      text-align: center;
      font-size: 27px;
      font-weight: 700;
      text-transform: uppercase;
  }
  .column_row {
      width: 100% !important;
      padding: 0 15px;
      margin: 0 0 20px;
  }
}
.city-link,
.district-link,
.regions-link {
  text-decoration: none;
  font-weight: 500;
  margin-bottom: 3px;
  padding: 5px;
  color: #000;
}
#give_service_button {
  width: 85% !important;
}
input[type="tel"]:focus {
  background-color: #add8e6 !important;
  border: 0 !important;
}
@media (max-width: 600px) {
  .infographic_item {
      width: 100%;
      text-align: center;
  }
}
@media (min-width: 400px) and (max-width: 550px) {
  .b_procedures ._all_item ._item {
      position: relative;
      font-size: 14px;
      background-color: #fff;
      margin: 0 5px 35px;
      padding: 0 0 50px;
  }
}
details div {
  padding: 1.5em;
  background: #fff;
  font-size: 14px;
}
details div &gt; * + * {
  margin-top: 1.5em;
}
details + details {
  margin-top: 0.5rem;
}
summary {
  list-style: none;
  font-weight: 600;
  font-size: 20px;
  padding: 0.75em 1em;
  cursor: pointer;
  position: relative;
  padding-right: calc(1.75rem + 0.75rem + 0.75rem);
}
@media (max-width: 768px) {
  .articles-list {
      -ms-grid-columns: 1fr;
      grid-template-columns: repeat(1, 1fr);
  }
  .article__image img {
      width: 100%;
  }
  summary {
      font-size: 16px;
  }
}
summary::-webkit-details-marker {
  display: none;
}
summary:before {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 0.75rem;
  content: "â†“";
  width: 2rem;
  height: 2rem;
  background-color: transparent;
  color: #ff6f30;
  border: 1px solid #ff6f30;
  border-radius: 50px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  padding: 10px;
}
details[open] summary {
  color: #fff;
  -webkit-animation: 0.3s ease-in-out slide;
          animation: 0.3s ease-in-out slide;
}
details[open] summary:before {
  content: "â†‘";
  color: #fff;
}
.otvet-text {
  background: 0 0;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.select-your_city {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 359px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.city-link,
.mobile__menu .top-has_submenu:after,
.mobile__menu .top-submenu:after,
.mobile__menu .top-submenu:before {
  display: none;
}
.city-link {
  font-size: 13px;
}
.city-link:hover,
.district-link:hover,
.regions-link:hover {
  background: rgba(255, 92, 19, 0.1);
  border-radius: 50px;
  color: #ff5c13;
  -webkit-transition: background 0 0.1s;
  -o-transition: background 0 0.1s;
  transition: background 0 0.1s;
}
.district-link:focus,
.regions-link:focus {
  color: #ff5c13;
  -webkit-transition: color 0 0.1s;
  -o-transition: color 0 0.1s;
  transition: color 0 0.1s;
}
.mobile__header,
.mobile__menu,
.mobile__menu .arrow {
  -webkit-transition: 0.2s ease-out;
  -o-transition: 0.2s ease-out;
  transition: 0.2s ease-out;
}
.select-city,
.select-district,
.select-rerions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 33%;
  padding: 0 17px;
}
.select-district {
  border-right: 1px solid #ff5c13;
}
.select-city,
.select-rerions {
  overflow-y: scroll;
}
.select-rerions::-webkit-scrollbar {
  width: 10px;
}
.select-rerions::-webkit-scrollbar-track {
  -webkit-box-shadow: 5px 5px 5px -5px rgba(34, 60, 80, 0.2) inset;
  background-color: #f9f9fd;
  border-radius: 10px;
}
.select-rerions::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background: -webkit-gradient(linear, right top, left top, color-stop(0, #ffb596), to(#ff8e5b));
  background: linear-gradient(to left, #ffb596 0, #ff8e5b 100%);
}
.select-city::-webkit-scrollbar {
  width: 10px;
}
.select-city::-webkit-scrollbar-track {
  -webkit-box-shadow: 5px 5px 5px -5px rgba(34, 60, 80, 0.2) inset;
  background-color: #f9f9fd;
  border-radius: 10px;
}
.select-city::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background: -webkit-gradient(linear, right top, left top, color-stop(0, #ffb596), to(#ff8e5b));
  background: linear-gradient(to left, #ffb596 0, #ff8e5b 100%);
}
.select-city_name_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.select-city_name {
  color: #000;
  width: 30%;
  font-size: 23px;
  font-weight: 600;
  text-align: left;
  padding-left: 25px;
}
.select-city_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 300px;
}
@media (max-width: 800px) {
  .select-your_city {
      display: none;
      width: 100%;
      height: 359px;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between;
  }
}
@media (max-width: 1199px) {
  .b_footer ._foot_contacts h3,
  .b_footer ._foot_nav h3 {
      font-size: 15px;
  }
  .b_footer ._foot_contacts ._title,
  .b_footer ._foot_nav ._title {
      font-size: 15px;
  }
  .b_footer ._foot_nav ul li + li {
      margin: 7px auto;
      padding: 0 5px;
  }
  .faq h3 {
      font-size: 33px;
  }
}
@media (max-width: 991px) {
  .faq h3 {
      font-size: 27px;
  }
}
@media (max-width: 767px) {
  .usl-bl {
      padding: 0 !important;
  }
  .faq h3 {
      font-size: 23px;
  }
  .b_procedures ._all_item ._item {
      width: 100%;
      max-width: 100%;
  }
}
@media (max-width: 550px) {
  .b_procedures ._all_item {
      -ms-grid-columns: 1fr;
      grid-template-columns: repeat(1, 1fr);
  }
}
.table-price .old__price {
  color: #999;
  font-size: 16px;
  font-weight: 700;
  display: inline-block;
  margin: 0 5px;
  position: relative;
  top: 1px;
}
@media (max-width: 991px) {
  .b-page_newyear {
      display: none;
  }
  .mfp-fade.mfp-bg,
  .my-mfp-slide-bottom.mfp-ready.mfp-bg {
      top: -150px;
  }
}
.table__price td:before,
.table__price_service .table__price-title:after {
  display: none !important;
}
.custom-select {
  position: relative;
  font-size: 14px;
}
.select-selected {
  background-color: #fdfdff;
  white-space: nowrap;
  overflow: hidden;
  border-radius: 25px;
  height: 41px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media only screen and (min-width: 22.5rem) {
  .select-selected {
      font-size: 1rem;
  }
}
.select-selected:before {
  right: 0.0625rem;
  width: 1.9375rem;
  height: 45%;
  background-color: #fdfdff;
  border-radius: 0.25rem;
}
.select-selected:after,
.select-selected:before {
  position: absolute;
  content: "";
  top: 0;
  bottom: 0;
  margin: auto;
}
.select-selected:after {
  right: 0.75rem;
  width: 0.9375rem;
  height: 0.5625rem;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='15' height='9' viewBox='0 0 15 9' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M14.707 1.707L8.343 8.071a1 1 0 0 1-1.414 0L.565 1.707A1 1 0 1 1 1.979.293L7.636 5.95 13.293.293a1 1 0 1 1 1.414 1.414z' fill='%23422bd4'/%3E%3C/svg%3E");
  background-size: 100% 100%;
  background-position: 50%;
  background-repeat: no-repeat;
}
.select-items div {
  text-align: left;
}
.select-items div,
.select-selected {
  color: #333;
  line-height: 1;
  padding: 10px 18px;
  cursor: pointer;
  -webkit-transition: color 0.25s ease-out;
  -o-transition: color 0.25s ease-out;
  font-size: 14px;
  transition: color 0.25s ease-out;
}
.select-items div:nth-child(odd) {
  background-color: #efefef;
}
.select-items {
  position: absolute;
  background-color: #fdfdff;
  top: 100%;
  left: 0;
  right: 0;
  z-index: 99;
  max-height: 18.75rem;
  border-top: 0;
  width: 100%;
  border-radius: 25px;
  overflow: hidden;
}
.show-more,
.show-more-btn {
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  position: relative;
}
.b_modal .column {
  margin: 20px 0;
}
.gallery {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 20px;
}
.gallery__item {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 calc(20% - 10px);
          flex: 1 1 calc(20% - 10px);
  position: relative;
  height: 200px;
}
.gallery__item:nth-child(n + 9),
.quiz__result_container,
.reviews__full {
  display: none;
}
.gallery__item img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.show-more-btn {
  margin: 20px auto;
}
@media (max-width: 768px) {
  .gallery__item {
      -webkit-box-flex: 0;
          -ms-flex: 0 1 150px;
              flex: 0 1 150px;
      height: 150px;
  }
}
._reviews_slider .slick-next {
  right: -50px;
}
._reviews_slider .slick-prev {
  left: -50px;
}
.show-more {
  margin-top: 30px;
}
.articles-list .slick-track,
.slick-track {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}
.articles-list .slick-slide {
  margin: 0 10px;
  height: inherit !important;
}
.search {
  cursor: pointer;
  display: inline-block;
}
.search img {
  width: 40px;
  height: 40px;
}
.search table td {
  border: 0;
  padding: 0;
}
.ya-site-form {
  border: 2px solid #ff6f30;
  -webkit-box-shadow: 0 5px 13px rgba(255, 148, 102, 0.84);
          box-shadow: 0 5px 13px rgba(255, 148, 102, 0.84);
}
.ya-site-form__submit {
  color: #fff !important;
  border: 0;
  background-image: -webkit-gradient(linear, right top, left top, color-stop(0, #ff976b), to(#ff5c13));
  background-image: -o-linear-gradient(right, #ff976b 0, #ff5c13 100%);
  background-image: linear-gradient(to left, #ff976b 0, #ff5c13 100%);
  -webkit-box-shadow: 0 5px 24px rgba(255, 148, 102, 0.81);
          box-shadow: 0 5px 24px rgba(255, 148, 102, 0.81);
  letter-spacing: 0.7px;
  font-weight: 500;
  height: auto;
  font-family: Montserrat, sans-serif;
}
.time__heading,
.time__txt {
  font-family: Montserrat;
  color: #fff;
}
.ya-site-form__submit:focus,
.ya-site-form__submit:hover {
  background-image: -webkit-gradient(linear, right top, left top, color-stop(0, #ffb596), to(#ff8e5b));
  background-image: -o-linear-gradient(right, #ffb596 0, #ff8e5b 100%);
  background-image: linear-gradient(to left, #ffb596 0, #ff8e5b 100%);
}
.ya-site-form__search-input {
  border: 0;
}
.search.active &gt; div {
  opacity: 1;
  pointer-events: all;
  left: 0;
  top: 48px;
  height: 45px;
  overflow: hidden;
}
.search__icon,
.search_modal input {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: 2px solid #ff6f30;
}
.search__icon {
  border-radius: 50%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 40px;
  height: 40px;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}
.search__icon svg {
  width: 32px;
  height: 32px;
  fill: #737373;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}
.search__icon:hover {
  background-color: #ff6f30;
}
.search_modal .search__icon,
.search_modal .search__icon:hover {
  background-color: transparent;
}
.search__icon:hover svg {
  fill: #fff;
}
.search_modal {
  max-width: 580px;
  margin: 50px auto 0;
  background: #fff;
  border-radius: 10px;
  padding: 40px;
  position: relative;
  color: #ff6f30;
}
.search_modal h3,
.search_modal h4 {
  font-weight: 500;
  line-height: 140%;
  color: #333;
}
.search_modal h3 {
  font-style: normal;
  font-size: 30px;
}
.search_modal input {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  padding: 10px 16px;
  gap: 24px;
  background: #fff;
  -webkit-box-shadow: inset 4px 4px 4px rgba(125, 68, 1, 0.1);
          box-shadow: inset 4px 4px 4px rgba(125, 68, 1, 0.1);
  border-radius: 52px;
  color: #737373;
  font-weight: 500;
  font-size: 16px;
  line-height: 20px;
  width: 100%;
}
.search_modal .search__icon {
  border: 0;
  position: absolute;
  top: 0;
  right: 5px;
  padding-left: 0;
  padding-right: 0;
}
.search_modal .search__icon svg {
  width: 23px;
  height: 23px;
  fill: #ff6f30;
}
.search_modal .search__icon:hover svg {
  fill: #ffb596;
}
.search_modal h4 {
  margin-top: 24px;
  padding-bottom: 16px;
  font-size: 24px;
}
.search_modal ul {
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 18px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 0;
  margin: 0;
}
.new__advantage-icon {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.search_modal li a {
  color: #ff6f30;
  border-bottom: 1px solid #ff6f30;
  padding-bottom: 1px;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}
.search_modal li a:hover {
  border-bottom: 1px solid #ff6f3000;
}
@media (min-width: 991) {
  .search {
      position: relative;
  }
  .search &gt; div {
      width: 200px;
  }
  .search:active &gt; div,
  .search:focus &gt; div,
  .search:hover &gt; div {
      opacity: 1;
      pointer-events: all;
  }
}
.new__advantage,
.new__advantages {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: left;
      -ms-flex-pack: left;
          justify-content: left;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 16px;
}
.new__advantages {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 32px;
}
.new__advantage {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 365px;
          flex: 0 1 365px;
  max-width: 365px;
}
.new__advantage-icon {
  width: 56px;
  height: 56px;
  background: url(../img/advantage.png) center/contain no-repeat;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-width: 56px;
}
.new__advantage-descrip {
  color: #fff;
  font-weight: 400;
  font-size: 16px;
  line-height: 140%;
}
.ward_block--descr {
  padding: 20px;
  margin-top: 0;
  border: 2px solid #ffb596;
  color: #ff6f30;
  background: #fff;
  -webkit-box-shadow: 0 5px 24px red;
          box-shadow: 0 5px 24px red;
  border-radius: 50px;
  margin-bottom: 45px;
}
.quiz,
.quiz__item {
  -webkit-box-shadow: 0 0 20px rgba(4, 37, 83, 0.2);
          box-shadow: 0 0 20px rgba(4, 37, 83, 0.2);
}
.slick-slide {
  height: inherit !important;
}
.reviews__showmore {
  cursor: pointer;
  color: #ff6f30;
}
.pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  max-width: 600px;
  gap: 20px;
  margin: 0 auto;
  padding: 20px;
}
.pagination a {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}
.error__sitemap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 32px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 56px 0;
}
.error__column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 16px;
  list-style: none;
  -webkit-box-flex: 1;
      -ms-flex: 1 0 300px;
          flex: 1 0 300px;
  padding-inline: 10px;
}
.error__column a {
  font-weight: 400;
}
.error__column a.error__column-header,
.error__column-header {
  font-weight: 700;
  font-size: 18px;
  line-height: 22px;
}
#bar_indicator &gt; div,
.error__column a,
.quiz h1,
.quiz__subtitle {
  font-size: 16px;
  line-height: 20px;
  color: #333;
}
.error__buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 28px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.error__buttons a {
  padding: 18px 20px;
}
@media (max-width: 560px) {
  .error__buttons a {
      width: 100%;
  }
  ._title_block {
      margin-top: 0;
      padding-top: 0;
  }
}
.quiz {
  background-color: #fff;
  padding: 56px;
}
.quiz h1 {
  font-style: normal;
  font-weight: 700;
  font-size: 40px;
  line-height: 49px;
}
.quiz__subtitle {
  display: block;
  font-weight: 400;
  padding-top: 16px;
}
.quiz__progressbar {
  width: 100%;
  height: 8px;
  background: #fdd8c9;
  margin-top: 56px;
  margin-bottom: 32px;
}
#bar_indicator {
  background: #ff5f17;
  width: 4px;
  height: 100%;
  -webkit-transition: width 0.3s;
  -o-transition: width 0.3s;
  transition: width 0.3s;
  position: relative;
}
#bar_indicator &gt; div {
  position: absolute;
  top: -22px;
  font-weight: 500;
}
.quiz__container {
  position: relative;
  height: 268px;
}
.quiz__question_text {
  font-style: normal;
  font-weight: 500;
  font-size: 20px;
  line-height: 24px;
  width: 100%;
}
.quiz__question {
  gap: 32px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  position: absolute;
  display: none;
}
.quiz__item,
.quiz__nav,
.quiz__question:first-child {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.quiz__item {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 24px;
  gap: 16px;
  width: 230px;
  height: 212px;
  background: #fff;
}
.quiz__item img {
  width: 182px;
  height: 124px;
}
.quiz__answer input {
  height: 18px;
  width: 18px;
  border: 1px solid #000;
  border-radius: 0;
}
.quiz__answer span {
  font-weight: 400;
  font-size: 20px;
  line-height: 24px;
  color: #000;
  margin-left: 6px;
}
.quiz__banner-info span,
.quiz__info h2,
.quiz__info h3 {
  line-height: 140%;
  font-style: normal;
}
.quiz__nav {
  padding-top: 32px;
  gap: 32px;
}
.quiz__nav a {
  color: rgba(0, 0, 0, 0.5);
  -webkit-transition: color 0.2s;
  -o-transition: color 0.2s;
  transition: color 0.2s;
  cursor: pointer;
}
.quiz__nav a:hover {
  color: #000;
}
.quiz__nav svg {
  fill: rgba(0, 0, 0, 0.5);
  width: 14px;
  height: 9px;
  -webkit-transition: fill 0.2s;
  -o-transition: fill 0.2s;
  transition: fill 0.2s;
}
.quiz__nav a:hover svg {
  fill: #000;
}
#quiz__next svg {
  -webkit-transform: scaleX(-1);
      -ms-transform: scaleX(-1);
          transform: scaleX(-1);
}
.quiz__final {
  background-color: transparent;
  padding: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.quiz .quiz__result_container {
  font-weight: 500;
  font-size: 14px;
  line-height: 17px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 32px;
  -ms-flex-wrap: wrap-reverse;
      flex-wrap: wrap-reverse;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
}
.quiz__doctor {
  display: none;
  position: absolute;
  bottom: 0;
  right: 0;
}
.quiz__final .quiz__doctor {
  display: block;
}
.quiz__tarif {
  width: 209px;
  height: 100%;
  position: relative;
  background-color: #fff;
}
.quiz__tarif ._top_block {
  height: 121px;
  padding: 15px 0 0;
  z-index: 1;
  position: relative;
  text-align: center;
}
.quiz__tarif ._top_block:before {
  position: absolute;
  z-index: -1;
  content: "";
  background-repeat: no-repeat;
  background-position: center 0;
  background-image: url(/netcat_template/template/2/img/decorPrice.svg);
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}
.quiz__tarif ._tile {
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  margin: 0 0 10px;
}
.quiz__tarif ._price {
  color: #fff;
  font-weight: 700;
  font-size: 24px;
  line-height: 1.3;
}
.quiz__tarif ._bottom_block {
  font-size: 14px;
  text-align: center;
  color: #333;
}
.quiz__tarif ._bottom_block ul {
  list-style: none;
  padding: 20px 15px 0;
}
.quiz__result {
  background-image: url(/netcat_template/template/2/img/quiz__bg.png);
  background-size: cover;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 32px 56px;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 500px;
          flex: 1 1 500px;
  -webkit-box-shadow: 0 0 20px rgba(4, 37, 83, 0.2);
          box-shadow: 0 0 20px rgba(4, 37, 83, 0.2);
}
.quiz__info h2 {
  font-weight: 500;
  font-size: 32px;
}
.quiz__info h3 {
  font-weight: 600;
  font-size: 20px;
  color: #000;
  padding-top: 16px;
}
.quiz__text {
  padding-top: 24px;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 160%;
  color: #000;
}
.quiz__callback {
  position: relative;
  z-index: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 32px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.quiz__price {
  width: 100%;
  font-weight: 700;
  font-size: 40px;
  line-height: 140%;
  color: #ff6723;
}
.quiz__callback .btn {
  display: block;
  padding: 18px 20px;
  border-radius: 45px;
}
.quiz__callback .btn_orange_invers {
  color: #333;
  background-color: #fff;
}
.quiz__banner {
  padding: 55px 0;
  background-color: #fff;
}
.quiz__banner img {
  min-width: 1120px;
}
.quiz__banner-inner {
  position: relative;
  overflow: hidden;
}
.quiz__banner-info {
  position: absolute;
  padding: 33px 34px;
  top: 0;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  color: #fff;
  width: 50%;
}
.time,
.time__btn {
  position: relative;
}
.quiz__banner-info h3 {
  font-weight: 900;
  font-size: 40px;
  line-height: 130%;
}
.quiz__banner-info span {
  font-weight: 400;
  font-size: 24px;
  padding-top: 16px;
  padding-bottom: 32px;
}
@media (max-width: 1200px) {
  .quiz__result .quiz__doctor {
      display: none;
  }
  .quiz__info {
      width: 100%;
  }
  .quiz__banner-info {
      width: 70%;
  }
}
@media (max-width: 991px) {
  .quiz__result {
      padding: 32px 20px;
  }
  .quiz__info h3 {
      font-size: 16px;
  }
  .quiz__callback {
      padding-top: 32px;
  }
  .quiz__callback .btn {
      width: 100%;
      font-size: 14px;
      line-height: 17px;
      padding: 18px 14px;
  }
  .quiz__callback .btn_orange_invers {
      text-transform: lowercase;
  }
  .quiz__banner-info {
      width: 90%;
  }
  .quiz__banner-info h3,
  .quiz__info h2 {
      font-size: 24px;
  }
  .quiz__banner-info span {
      font-size: 18px;
  }
}
@media (max-width: 612px) {
  .quiz h1,
  .quiz__question_text,
  .quiz__subtitle {
      text-align: center;
  }
  .quiz {
      padding: 32px 20px;
  }
  .quiz__container {
      height: 518px;
  }
  .quiz__nav,
  .quiz__question {
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
  }
  .quiz h1 {
      font-weight: 700;
      font-size: 24px;
      line-height: 29px;
  }
  .quiz__banner-info {
      width: 100%;
  }
}
.table__price_into,
.table__price_service {
  padding-bottom: 56px;
  background-color: #fff;
}
.table__price-title h1,
.table__price-title h2,
.table__price-title h3 {
  font-size: 26px;
  margin-bottom: 0;
  padding: 12px 18px;
  width: 100%;
  display: block;
}
.table__price-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

._breadcrumbs_container {
  margin-top: 0 !important;
}

@media (max-width: 991px) {
  ._breadcrumbs_container {
    margin-top: 61px !important;
  }
}
.table__price table td,
.table__price table th {
  background-color: transparent;
  border: 0;
}
.table__price-title {
  background-color: #fff;
  color: #fff;
  font-weight: 500;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  gap: 20px;
  text-align: center;
}
.table__price table table tbody tr td:nth-of-type(2),
.table__price thead th {
  color: #333;
  display: -webkit-box;
  display: -ms-flexbox;
  -webkit-box-align: center;
}
.table__price-title h1,
.table__price-title h2,
.table__price-title h3 {
  background: -webkit-gradient(linear, right top, left top, color-stop(0, #1f79d9), to(#4657d0));
  background: -o-linear-gradient(right, #1f79d9 0, #4657d0 100%);
  background: linear-gradient(270deg, #1f79d9 0, #4657d0 100%);
}
.table__price-title h2,
.table__price-title h3 {
  text-align: left;
}
.table__price-title:after {
  background: -webkit-gradient(linear, left top, right top, color-stop(0, rgba(255, 92, 19, 0)), color-stop(50%, #ff5c13), to(rgba(255, 92, 19, 0)));
  background: -o-linear-gradient(left, rgba(255, 92, 19, 0) 0, #ff5c13 50%, rgba(255, 92, 19, 0) 100%);
  background: linear-gradient(90deg, rgba(255, 92, 19, 0) 0, #ff5c13 50%, rgba(255, 92, 19, 0) 100%);
  display: block;
  margin-bottom: 20px;
  content: "";
  height: 1px;
  width: 181px;
}
.table__price {
  margin-bottom: 56px;
}
.table__price .table__price-container {
  background-color: #fff;
  -webkit-box-shadow: 0 0 20px rgba(4, 37, 83, 0.2);
  box-shadow: 0 0 20px rgba(4, 37, 83, 0.2);
  width: 100%;
}
.table__price thead th {
  padding: 13px 16px;
  font-size: 16px;
  font-weight: 600;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
  gap: 6px;
}
.table__price thead th:before {
  content: "â€”";
  display: block;
  width: 12px;
  height: auto;
}
.table__price table table tbody tr {
  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;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.table__price table table tbody tr:hover {
  background-color: #ddecff;
}
.table__price table table tbody tr td:first-of-type {
  font-size: 16px;
  color: #333;
}
.table__price table table tbody tr td:nth-of-type(2) {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
  gap: 26px;
}
.table__price table table tbody tr td:nth-of-type(2) p {
  font-size: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-weight: 900;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 6px;
  margin-bottom: 0;
  white-space: nowrap;
}
.table-info p del,
.table__price table table tbody tr td:nth-of-type(2) p del {
  color: #999;
  font-size: 16px;
  margin-top: 2px;
}
.table__price table table tbody tr td button {
  border: 2px solid #ff6f30;
  padding: 6px 16px;
  color: #ff6f30;
  font-size: 20px;
  border-radius: 50px;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  margin: 4px;
  text-decoration: none !important;
  text-transform: uppercase;
}
.table__price table table tbody tr td button:hover {
  color: #fff;
  background: -webkit-gradient(linear, left top, right top, color-stop(0, #ff5c13), to(#ff966a));
  background: -o-linear-gradient(left, #ff5c13 0, #ff966a 100%);
  background: linear-gradient(90deg, #ff5c13 0, #ff966a 100%);
  -webkit-box-shadow: 0 4px 24px rgba(255, 148, 102, 0.81);
  box-shadow: 0 4px 24px rgba(255, 148, 102, 0.81);
}
.table__price table tr {
  margin: 0;
}
.table__price table td {
  padding: 0 !important;
}
.table__price thead tr {
  display: block;
}
.table-info p {
  margin-bottom: 0;
  font-size: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-weight: 900;
  gap: 6px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-right: 26px;
}
@media (max-width: 825px) {
  .table__price-title h1,
  .table__price-title h2,
  .table__price-title h3 {
      font-size: 24px;
  }
  .table__price table table tbody tr,
  .table__price thead th {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      gap: 6px;
  }
  .table__price thead th {
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
      flex-direction: column-reverse;
      gap: 0;
      line-height: 1;
  }
  .table-info p,
  .table__price table table tbody tr td:nth-of-type(2) p {
      font-size: 17px;
  }
  .table-info p del {
      font-size: 14px;
  }
  .table__price-title:after {
      display: none;
  }
}
.table__price_service {
  margin-bottom: 0;
}
.table__price_service .table__price-container {
  max-width: 1000px;
  margin: 0 auto;
}
.table__price table table tbody tr {
  gap: 10px;
}
.table__price_into {
  padding-top: 30px;
  margin-bottom: 0;
}
.time,
.time__container {
  max-width: 1110px;
  width: 100%;
}
.time {
  margin: 90px auto;
  min-height: 460px;
  border-radius: 5px;
  background-color: #4079de;
  background-blend-mode: soft-light;
  padding: 35px 40px 40px;
}
.time__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.time__heading {
  font-size: 36px;
  font-style: normal;
  font-weight: 800;
  line-height: normal;
  margin: 0;
  max-width: 688px;
  width: 100%;
}
.time__txt,
.time__txt-sp {
  font-size: 16px;
}
.time__box-item-des,
.time__txt,
.time__txt-sp {
  font-style: normal;
  line-height: 20px;
}
.time__txt {
  font-weight: 500;
  margin: 20px 0 0 !important;
  max-width: 565px;
  width: 100%;
}
.time__box-item-des,
.time__box-item-timer,
.time__txt-sp {
  color: #fff;
  font-family: Montserrat;
  font-weight: 700;
}
.time__box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 60px;
  margin: 36px 0 0;
}
.time__box-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin: 0;
}
.time__box-item-des {
  font-size: 14px;
}
.time__box-item-timer {
  margin: 10px 0 0;
  font-size: 50px;
  font-style: normal;
  line-height: 50px;
  border-radius: 10px;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #5b93ec), to(#5b93ec)), #d9d9d9;
  background: -o-linear-gradient(bottom, #5b93ec 0, #5b93ec 100%), #d9d9d9;
  background: linear-gradient(0deg, #5b93ec 0, #5b93ec 100%), #d9d9d9;
  padding: 10px 13px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.time-motivac,
.time__btn {
  font-family: Montserrat;
  font-size: 14px;
  font-style: normal;
  color: #fff;
}
.time__btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 50px;
  background: -webkit-gradient(linear, left top, right top, color-stop(0, #ff5d15), to(#ff9569));
  background: -o-linear-gradient(left, #ff5d15 0, #ff9569 100%);
  background: linear-gradient(90deg, #ff5d15 0, #ff9569 100%);
  padding: 17px;
  max-width: 481px;
  width: 100%;
  height: 55px;
  border: 0;
  margin: 30px 0 0;
  font-weight: 600;
  line-height: 20px;
  cursor: pointer;
}
.time-motivac {
  font-weight: 500;
  line-height: 18.33px;
  width: 217px;
  margin-top: 15px;
}
.time__baner-img1-V1 {
  position: absolute;
  top: 171px;
  left: 645px;
}
.time__baner-img2-V1,
.time__baner-img2-V2 {
  top: 0;
  right: 0;
  height: 100%;
  position: absolute;
}
.time__baner-img2-V1 {
  -o-object-fit: contain;
     object-fit: contain;
  max-width: 500px;
}
.time__baner-img2-V2 {
  border-radius: 225px 5px 5px 225px;
  border-left: 25px solid #ff5d15;
}
.time__baner-img1-V2 {
  position: absolute;
  top: 104px;
  right: 373px;
  z-index: 10;
  -webkit-transform: rotateZ(10deg);
      -ms-transform: rotate(10deg);
          transform: rotateZ(10deg);
}
.time__baner-img1-V3 {
  position: absolute;
  top: 147px;
  z-index: 2;
  right: 28px;
  -webkit-transform: rotateZ(13deg);
      -ms-transform: rotate(13deg);
          transform: rotateZ(13deg);
  width: 180px;
  height: 180px;
}
.time__baner-block,
.time__baner-img2-V3 {
  position: absolute;
  bottom: 0;
  right: 140px;
  z-index: 3;
}
.time__baner-block {
  width: 245px;
  height: 304px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  background: #ff601a;
  right: 0;
  z-index: 1;
}
@media (max-width: 998px) {
  .picture {
      display: none;
  }
}
@media (max-width: 500px) {
  .content {
      display: none;
      padding: 20px;
      width: 100%;
      border-radius: 40px;
      margin-bottom: 30px;
      text-align: center;
      background: #ebf3fc;
      border: 3px solid #ff7a40;
      opacity: 1;
      -webkit-transition: opacity 0.8s ease-in-out;
      -o-transition: opacity 0.8s ease-in-out;
      transition: opacity 0.8s ease-in-out;
      height: -webkit-fit-content;
      height: -moz-fit-content;
      height: fit-content;
  }
  .table-info,
  .table-price {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
  }
  .table-price {
      font-size: 17px !important;
      font-weight: 900;
      margin-right: 0;
  }
  .table-info {
      -webkit-box-pack: end;
          -ms-flex-pack: end;
              justify-content: flex-end;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
  }
  .table-count {
      font-size: 16px;
      color: #333;
      text-align: center;
  }
  .table__price-title h1,
  .table__price-title h2,
  .table__price-title h3 {
      font-size: 22px;
  }
  .table-info p {
      margin-right: 0;
  }
  .table__price table table tbody tr td:nth-of-type(2) {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      gap: 0;
  }
  .table__price table table tbody tr td:first-of-type {
      text-align: center;
  }
  .table__price table table tbody tr td button {
      font-size: 18px;
  }
  .time__heading {
      font-size: 24px;
  }
  .time__box {
      gap: 0;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between;
  }
}
@media (max-width: 400px) {
  .time {
      padding: 15px;
      margin: 30px 0;
  }
  .time__heading {
      font-size: 24px;
  }
  .time__box-item-timer {
      font-size: 38px;
  }
}
.b_footer ._foot_contacts .-telegram:before {
  background-image: url("data:image/svg+xml;utf8,&lt;svg xmlns='http://www.w3.org/2000/svg' x='0px' y='0px' width='20' height='20' viewBox='0,0,256,256'&gt;&lt;g fill='%23ffffff' fill-rule='nonzero' stroke='none' stroke-width='1' stroke-linecap='butt' stroke-linejoin='miter' stroke-miterlimit='10' stroke-dasharray='' stroke-dashoffset='0' font-family='none' font-weight='none' font-size='none' text-anchor='none' style='mix-blend-mode: normal'&gt;&lt;g transform='scale(5.12,5.12)'&gt;&lt;path d='M46.137,6.552c-0.75,-0.636 -1.928,-0.727 -3.146,-0.238h-0.002c-1.281,0.514 -36.261,15.518 -37.685,16.131c-0.259,0.09 -2.521,0.934 -2.288,2.814c0.208,1.695 2.026,2.397 2.248,2.478l8.893,3.045c0.59,1.964 2.765,9.21 3.246,10.758c0.3,0.965 0.789,2.233 1.646,2.494c0.752,0.29 1.5,0.025 1.984,-0.355l5.437,-5.043l8.777,6.845l0.209,0.125c0.596,0.264 1.167,0.396 1.712,0.396c0.421,0 0.825,-0.079 1.211,-0.237c1.315,-0.54 1.841,-1.793 1.896,-1.935l6.556,-34.077c0.4,-1.82 -0.156,-2.746 -0.694,-3.201zM22,32l-3,8l-3,-10l23,-17z'&gt;&lt;/path&gt;&lt;/g&gt;&lt;/g&gt;&lt;/svg&gt;");
}
.b_footer ._foot_contacts .-whatsapp:before {
  background-image: url("data:image/svg+xml;utf8,&lt;svg xmlns='http://www.w3.org/2000/svg' x='0px' y='0px' width='22' height='22' viewBox='0,0,256,256'&gt;&lt;g fill='%23ffffff' fill-rule='nonzero' stroke='none' stroke-width='1' stroke-linecap='butt' stroke-linejoin='miter' stroke-miterlimit='10' stroke-dasharray='' stroke-dashoffset='0' font-family='none' font-weight='none' font-size='none' text-anchor='none' style='mix-blend-mode: normal'&gt;&lt;g transform='scale(2,2)'&gt;&lt;path d='M64,2c-34.2,0 -62,27.8 -62,62c0,10.5 2.59922,20.80039 7.69922,29.90039l-5.29883,19.40039c-0.9,3.1 -0.00117,6.29961 2.29883,8.59961c2.3,2.3 5.50156,3.20039 8.60156,2.40039l20.19922,-5.30078c8.8,4.6 18.59961,7 28.59961,7c34.2,0 62,-27.8 62,-62c0,-16.6 -6.39961,-32.10078 -18.09961,-43.80078c-11.8,-11.7 -27.4,-18.19922 -44,-18.19922zM64,8c15,0 29.09961,5.80039 39.59961,16.40039c10.6,10.6 16.50039,24.69961 16.40039,39.59961c0,30.9 -25.1,56 -56,56c-9.3,0 -18.60078,-2.40078 -26.80078,-6.80078c-0.4,-0.2 -0.89844,-0.39844 -1.39844,-0.39844c-0.3,0 -0.50078,-0.00039 -0.80078,0.09961l-21.30078,5.59961c-1.5,0.4 -2.49844,-0.40078 -2.89844,-0.80078c-0.4,-0.4 -1.20078,-1.39844 -0.80078,-2.89844l5.59961,-20.60156c0.2,-0.8 0.10117,-1.59883 -0.29883,-2.29883c-4.8,-8.4 -7.30078,-18.10039 -7.30078,-27.90039c0,-30.9 25.1,-56 56,-56zM64,17c-25.9,0 -47,21 -47,47c0,8.3 2.20078,16.4 6.30078,23.5c1.6,2.8 1.99922,6.09922 1.19922,9.19922l-2.90039,10.5l11.20117,-2.89844c1,-0.3 2,-0.40039 3,-0.40039c2,0 3.99922,0.5 5.69922,1.5c6.9,3.6 14.6,5.59961 22.5,5.59961c25.9,0 47,-21.1 47,-47c0,-12.6 -4.90078,-24.40078 -13.80078,-33.30078c-8.8,-8.8 -20.59922,-13.69922 -33.19922,-13.69922zM43.09961,36.69922h2.80078c1.1,0 2.19883,0.1 3.29883,2.5c1.3,2.9 4.2,10.20039 4.5,10.90039c0.4,0.7 0.60156,1.59961 0.10156,2.59961c-0.5,1 -0.7,1.6 -1.5,2.5c-0.7,0.9 -1.60117,1.90156 -2.20117,2.60156c-0.7,0.7 -1.49961,1.5 -0.59961,3c0.9,1.5 3.79922,6.29922 8.19922,10.19922c5.6,5 10.40039,6.60078 11.90039,7.30078c1.5,0.7 2.30117,0.59961 3.20117,-0.40039c0.9,-1 3.69922,-4.30078 4.69922,-5.80078c1,-1.5 2.00078,-1.19922 3.30078,-0.69922c1.4,0.5 8.59961,4.09883 10.09961,4.79883c1.5,0.7 2.49883,1.10117 2.79883,1.70117c0.4,0.8 0.40117,3.69922 -0.79883,7.19922c-1.2,3.4 -7.2,6.8 -10,7c-2.7,0.2 -5.20117,1.20078 -17.70117,-3.69922c-15,-5.9 -24.49922,-21.30078 -25.19922,-22.30078c-0.7,-1 -6,-7.99883 -6,-15.29883c0,-7.3 3.79922,-10.80078 5.19922,-12.30078c1.4,-1.5 2.90039,-1.80078 3.90039,-1.80078z'&gt;&lt;/path&gt;&lt;/g&gt;&lt;/g&gt;&lt;/svg&gt;");
}
.consult_button-mobile {
  width: 40px;
  height: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 50%;
  background-color: #b1c7fc;
  color: #fff;
  font-weight: 900;
  font-size: 31px;
}


.b_main_banner__btn {
  border: 2px solid #ff5c13;
  background-color: #fff;
  color: #000;
  -webkit-transition: color 0.3s linear, background-color 0.3s linear;
  -o-transition: color 0.3s linear, background-color 0.3s linear;
  transition: color 0.3s linear, background-color 0.3s linear;
}
.b_main_banner__btn:hover {
  color: #fff;
  background-color: transparent;
}
.btn_orange_new {
  background-color: #ff5c13;
  border: 1px solid #ff5c13;
  color: #fff;
  -webkit-transition: background-color 0.3s linear, color 0.3s linear;
  -o-transition: background-color 0.3s linear, color 0.3s linear;
  transition: background-color 0.3s linear, color 0.3s linear;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.btn_orange_new::before {
  display: block;
  content: "";
  width: 20px;
  height: 20px;
  background: url(/netcat_template/template/2/img/icon/whatsapp.svg) center center no-repeat;
}
.btn_orange_new:hover {
  background-color: transparent;
  border-color: #fff;
}
.b_main_banner__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-top: 30px;
  padding-bottom: 50px;
}
.b_main_banner__picture {
  width: 100%;
  max-width: 400px;
  border-radius: 10px;
  overflow: hidden;
  min-width: 300px;
  max-height: 600px;
}
.b_main_banner__picture img {
  border-radius: 10px;
  width: 100%;
  max-width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.b_main_banner__container {
  width: 100%;
  max-width: 1300px;
  padding: 0 15px;
  margin: 0 auto;
}
.b_main_banner::before {
  display: block;
  content: "";
  width: 545px;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  z-index: 1;
  background: url(/netcat_template/template/2/img/intro/bg2.svg) center center no-repeat;
  background-size: cover;
}

@media (max-width: 1020px) {
  .b_main_banner__picture {
      display: none;
  }
}
@media (max-width: 600px) {
  .b_main_banner::before {
      display: none;
  }
  .b_main_banner__inner {
      padding-top: 0;
  }
  .b_main_banner_btns {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      margin-top: 15px;
  }
  .b_main_banner_btns &gt; * {
      -ms-flex-preferred-size: 100%;
          flex-basis: 100%;
      width: 100%;
  }
  .btn_orange_new {
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
  }
  .b_main_banner ._banner_inner ._title h1 {
      font-size: 20px;
  }
  .b_main_banner ._banner_inner ._title {
      margin-bottom: 15px !important;
  }
  .new__advantage-icon {
      height: 40px;
      width: 40px;
      min-width: 40px;
      background: url(../img/advantage.png) center no-repeat;
      background-size: cover;
  }
  .new__advantage-descrip {
      font-size: 14px;
  }
  ._breadcrumbs {
      padding-top: 20px;
  }
  .b_main_banner_btns &gt; * {
      padding: 10px 12px;
      font-size: 12px;
  }
}
.b_main_banner ._banner_inner p {
  color: #ffffffc4;
}
._banner_inner &gt; a,
.b_main_banner ._banner_inner p a {
  color: #fff;
  text-decoration: underline;
  -webkit-transition: color 0.3s linear, -webkit-text-decoration-color 0.3s linear;
  transition: color 0.3s linear, -webkit-text-decoration-color 0.3s linear;
  -o-transition: text-decoration-color 0.3s linear, color 0.3s linear;
  transition: text-decoration-color 0.3s linear, color 0.3s linear;
  transition: text-decoration-color 0.3s linear, color 0.3s linear, -webkit-text-decoration-color 0.3s linear;
  font-weight: 600;
}
._banner_inner &gt; a:hover,
.b_main_banner ._banner_inner p a:hover {
  color: #ff5c13;
}
._main_banner,
.b_main_banner {
  position: relative;
}
._main_banner {
  z-index: 2;
}
@media (max-width: 350px) {
  .mobile__header-top ._link .title {
      font-size: 12px;
  }
  .mobile__header-top ._link {
      width: 100%;
      max-width: 140px;
  }
  .right__block {
      width: 100% !important;
      max-width: calc(100% - 150px);
  }
}
.b_main_banner ._banner_inner ._title h1 {
  font-weight: 700;
}
._banner_inner__full {
  max-width: 100% !important;
}
.captcha_block{
  font-size: 16px;
  padding: 12px 0;
}
.captcha_block button{
  margin-left: 8px;
}
.captcha_block span{
  margin: 4px 0;
  display: block;
  width: 100%;
}
.captcha_block input{
  width: 100%;
  height: 40px;
  margin: 12px 0;
}
  @media (max-width: 990px) {
.top-submenu {
    position: static;
    background-color: transparent;
    border: none;
    -webkit-box-shadow: none;
            box-shadow: none;
}
.mobile__menu ._nav {
height: auto;
}
.mobile__menu-bottom {
 background-color: transparent;
 position: static;
}
.mobile__menu-bottom .descr {
color: #fff;}
}
.mobile__menu-bottom .phone_track {
color: #fff;
}
main {
 overflow-x: hidden;
}
@media (max-width: 1100px) {
html .b24-widget-button-position-bottom-right {
    right: 22px;
    bottom: 22px;
}
}



.reviews {
  padding: 60px 0;
  background-color: #EBF3FC;
  color: #333;
}
.reviews__item {
 margin: 0 10px;
  background-color: #FFFFFF;
  border-radius: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 30px;
  height: 100%;
  
}
.slick-initialized .slick-slide.reviews__item  {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.reviews__top {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 20px;
  margin-bottom: 20px;
}
.reviews__name {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 16px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 20px;
  font-weight: 500;
  max-width: calc(100% - 126px);
}
.reviews__picture {
  width: 60px;
  height: 60px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  border-radius: 4px;
  overflow: hidden;
}
.reviews__picture img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.reviews__source {
  width: 100%;
  max-width: 106px;
}

.reviews__source picture {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.reviews__source picture img {
  display: block;
  width: auto;
  height: 100%;
}
.reviews-item__content {
  overflow: hidden;
  max-height: 100px;
  -webkit-transition: max-height .25s ease;
  -o-transition: max-height .25s ease;
  transition: max-height .25s ease;
}
.reviews-item__content.review-hide {
  position: relative;

}
.reviews-item__content.review-hide::before {
  display: block;
  content: '';
  width: 100%;
  height: 20px;
  background: -webkit-gradient(linear, left top, left bottom, from(0), color-stop(#fff), to(#ffffff00));
  background: -o-linear-gradient(0, #fff, #ffffff00);
  background: linear-gradient(0, #fff, #ffffff00);
  position: absolute;
  -webkit-transition: opacity .2s ease;
  -o-transition: opacity .2s ease;
  transition: opacity .2s ease;
  bottom: 0;
  left: 0;
  right: 0;
  pointer-events: none;
}
.reviews-item__content.active.review-hide::before {
  opacity: 0;
}
.reviews__btn {
  display: none;
}
.reviews__btn.show {
  display: inline;
  margin-top: 10px;
  color: #FF5C13;
  text-align: left;
  font-weight: 600;
  font-size: 14px;
}
.reviews__btn.show:hover {
  color: #012551;
}
.reviews__wrapper {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
.reviews__bottom {
  padding-top: 20px;
  width: 100%;
  margin-top: 20px;
  border-top: 1px solid #C1C1C1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 20px;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.reviews__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  row-gap: 10px;
  -webkit-column-gap: 20px;
     -moz-column-gap: 20px;
          column-gap: 20px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 14px;
  max-width: calc(100% - 100px);

}
.reviews__text-item&gt;* {
  font-size: 14px;
  margin-bottom: 10px;
}
.reviews__text-item&gt;*:last-child {
  margin-bottom: 0;
}
.reviews__content span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 6px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.reviews__content span picture {  
      width: 14px;
      height: 14px;
      -ms-flex-negative: 0;
          flex-shrink: 0;
}
.reviews__content span picture img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.reviews__date {
  color: #33333380;
  font-weight: 600;
  font-size: 14px;
}

.main-reviews {
  padding-top: 20px;
  padding-bottom: 120px;
  background-color: #EBF3FC;
}
.main-reviews__buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 30px;
  

}
.main-reviews__button {
  padding: 12px 16px;
  border-radius: 5px;
  background-color: #fff;
  color: #333;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border: 1px solid #fff;
}
.main-reviews__button:hover {
  border-color: #ff6f30; 
}
.main-reviews__button.active {
  background-color: #ff6f30;
  border-color: #ff6f30;
  color: #fff;
}
.main-reviews__content {
  display: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
}
.main-reviews__title {
  padding-top: 20px;
}
.main-reviews__title::before {
  margin-top: 20px;
}
.main-reviews__content.active {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex
}
.main-reviews ._breadcrumbs a {
  color: #333;
}
.main-reviews ._breadcrumbs a:hover {
color: #ff5e16

}
.reviews__slider  .slick-dots li {
  background-color: #00000080;
}
.reviews__slider  .slick-dots li.slick-active {
  background-color: transparent;
}
.reviews__slider  .slick-dots li.slick-active::before {
  border-color: #333;
}
.reviews__slider .slick-list {
  padding-bottom: 30px;
}

@media (max-width: 1080px) {
  .reviews__slider .slick-prev, .reviews__slider .slick-next {
      display: none !important;
  }
}
@media (max-width: 600px) {
  .reviews__name {
      max-width: 100%;
  }
  .main-reviews__buttons {
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  white-space: nowrap;
          margin: 0 -15px 20px;
      padding: 0 15px;
  overflow-x: auto;
  }
}   
.reviews-add__inner {
  width: 100%;
  max-width: 564px;
  margin: 0 auto;
  background: -o-linear-gradient(354.53deg, #246CE5 4.53%, #2C7DEC 103.35%, rgba(106, 164, 227, 0.3) 104.82%, rgba(106, 164, 227, 0.3) 104.82%);
  background: linear-gradient(95.47deg, #246CE5 4.53%, #2C7DEC 103.35%, rgba(106, 164, 227, 0.3) 104.82%, rgba(106, 164, 227, 0.3) 104.82%);
  color: #fff;
  padding: 32px;
  margin-bottom: 120px;
}
.reviews-add__form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 8px;
}
.reviews-add__form  p {
  margin-bottom: 0;
}
.reviews-add__title {
  font-size: 30px;
  line-height: 1;
  font-weight: 500;
  text-align: center;
}
.reviews-add__subtitle {
  margin-bottom: 16px !important;
  text-align: center;
}
.reviews-add__input {
  border-radius: 20px;
  background-color: #fff;
  color: #333;
  padding: 16px;
  margin-bottom: 8px;
}
.reviews-add__input::-webkit-input-placeholder {
  color: #707070;
}
.reviews-add__input::-moz-placeholder {
  color: #707070;
}
.reviews-add__input:-ms-input-placeholder {
  color: #707070;
}
.reviews-add__input::-ms-input-placeholder {
  color: #707070;
}
.reviews-add__input::placeholder {
  color: #707070;
}
.reviews-add__document {
  position: relative;
  border-radius: 20px;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #fff;
  margin-bottom: 8px;
}
.reviews-add__document span {
  padding: 16px;
  display: block;
}

.reviews-add__document-placeholder {
  color: #707070;
}
.reviews-add__document-button {
  color: #fff;
  background: -o-linear-gradient(179.74deg, #FF976B -1.31%, #FF5C13 96.56%);
  background: linear-gradient(270.26deg, #FF976B -1.31%, #FF5C13 96.56%);
  padding: 16px 24px;
  border-radius: 20px;
  cursor: pointer;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
#reviews-add__documend {
  display: none;
}
.reviews-add__text {
  border-radius: 20px;
  padding: 10px 16px;
  background-color: #fff;
  color: #333;
  margin-bottom: 8px;
  resize: none;
  max-height: 150px;
  overflow-y: auto;
  min-height: 150px;
}
.reviews-add__text::-webkit-input-placeholder {
  color: #707070;
}
.reviews-add__text::-moz-placeholder {
  color: #707070;
}
.reviews-add__text:-ms-input-placeholder {
  color: #707070;
}
.reviews-add__text::-ms-input-placeholder {
  color: #707070;
}
.reviews-add__text::placeholder {
  color: #707070;
}
.reviews-add__snoska {
  font-size: 20px;
  margin-bottom: 8px;
}
.reviews-add__button {
  width: 100%;
  margin-bottom: 8px;
}
  .reviews-add__politic a:hover {
      color: #ff8e5b;
}
.reviews-add {
  background-color: #EBF3FC;
}
@media (max-width: 600px) {
  .reviews__item {
      padding: 20px;
  }
  .main-reviews__title  {
      padding-top: 0;
  }
  .main-reviews {
      padding-top: 0;
  }
  .reviews-add__inner {
      max-width: calc(100% - 20px);
      margin-left: 10px;
      padding: 24px 16px;
      margin-right: 10px;
      margin-bottom: 56px;
  }
  .reviews-add__input {
      margin-bottom: 2px;
      padding: 12px 20px;
  }
  .reviews-add__subtitle {
      font-size: 16px;
  }
  .reviews-add__title {
      font-size: 24px;
  }
  .reviews-add__document {
      margin-bottom: 2px;
      gap: 5px;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
  }

  .reviews-add__document span {
      padding: 12px;
  }
  .reviews-add__text {
     margin-bottom: 2px;
  }
  .reviews-add__snoska {
      font-weight: 400;
      font-size: 18px;
  }
  .reviews-add__button {
      margin-bottom: 2px;
  }
  .main-reviews {
      padding-bottom: 56px;
  }
  .reviews__source {
      width: auto;
  }
}
@media (max-width: 350px) {
  .reviews__name {
      font-size: 16px;
  }
}

.reviews-add__link {
  width: auto;
  margin: 0 auto 30px;
  max-width: 300px;
}

.main-faq {
  padding-top: 20px;
  padding-bottom: 120px;
  background-color: #EBF3FC;
}
.main-faq__buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 30px;
  

}
.main-faq__button {
  padding: 12px 16px;
  border-radius: 5px;
  background-color: #fff;
  color: #333;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border: 1px solid #fff;
}
.main-faq__button:hover {
  border-color: #ff6f30; 
}
.main-faq__button.active {
  background-color: #ff6f30;
  border-color: #ff6f30;
  color: #fff;
}
.main-faq__content {
  display: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
}
.main-faq__title {
  padding-top: 20px;
}
.main-faq__title::before {
  margin-top: 20px;
}
.main-faq__content.active {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex
}
.main-faq ._breadcrumbs a {
  color: #333;
}
.main-faq ._breadcrumbs a:hover {
color: #ff5e16

}
@media (max-width: 600px) {
  .main-faq__buttons {
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  white-space: nowrap;
          margin: 0 -15px 20px;
      padding: 0 15px;
  overflow-x: auto;
  }
}

.faq__inner {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          gap: 10px;
          -webkit-box-orient: vertical;
          -webkit-box-direction: normal;
              -ms-flex-direction: column;
                  flex-direction: column;
        }
   .faq__title {
font-weight: 600;
font-size: 20px;
padding: 15px 20px;
cursor: pointer;
background-color: #ebf3fc;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
    -ms-flex-align: center;
        align-items: center;
gap: 15px;
-webkit-box-pack: justify;
    -ms-flex-pack: justify;
        justify-content: space-between;
border-radius: 6px;
-webkit-transition: background-color .3s linear, color .2s linear, border-radius .2s linear;
-o-transition: background-color .3s linear, color .2s linear, border-radius .2s linear;
transition: background-color .3s linear, color .2s linear, border-radius .2s linear;

}
.faq__title p {
margin-bottom: 0 !important;
}
.main-faq__inner .faq__title {
background-color: #fff;
}
.main-faq__inner .faq__title:hover {
background-color: #4657d0;
}
.faq__title:hover {
background-color: #4657d0;
color: #fff;
}

.faq__title::after {
display: block;
content: '';
width: 10px;
height: 10px;
-ms-flex-negative: 0;
    flex-shrink: 0;
border-bottom: 2px solid rgb(255, 111, 48);
border-right: 2px solid rgb(255, 111, 48);
-webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
        transform: rotate(45deg);
-webkit-transition: border-color .2s linear, -webkit-transform .2s linear;
transition: border-color .2s linear, -webkit-transform .2s linear;
-o-transition: transform .2s linear, border-color .2s linear;
transition: transform .2s linear, border-color .2s linear;
transition: transform .2s linear, border-color .2s linear, -webkit-transform .2s linear;
}
.faq__title:hover::after {
border-color: #fff;
}
.faq__title.active {
border-radius: 6px 6px 0 0;
}
.faq__title.active::after {
-webkit-transform: rotate(225deg);
    -ms-transform: rotate(225deg);
        transform: rotate(225deg);
}
.hide-item__content {
height: 0;
-webkit-transition: height .2s linear;
-o-transition: height .2s linear;
transition: height .2s linear;
overflow: hidden;
}
.faq__text {
padding: 15px 20px;
font-size: 14px;
background-color: #fff;
border: 1px solid #ebf3fc;
border-radius: 0 0 6px 6px;
}
.faq__text&gt;* {
margin-bottom: 10px;
}
.faq__text&gt;*:last-child {
margin-bottom: 0;
}
@media (max-width: 600px) {
.faq__title {
  font-size: 16px;
}
}
.show-btn {
display: none !important;
margin: 10px auto 0;
padding: 15px 60px !important;
}
.show-btn.active {
display: -webkit-box !important;
display: -ms-flexbox !important;
display: flex !important;
}
@media (max-width: 600px) {
.show-btn {
margin: 10px 0 0;
padding: 15px 20px !important;
}

}
.payment {
    padding: 60px 0;
    background-color: #fff;
}
.payment__container {
  width: 100%;
  max-width: 1270px;
}
.payment__inner {
    background-color: #3F32D7;
    background: -webkit-gradient(linear, left top, right top, from(#3F32D7), to(#3B61E1));
    background: -o-linear-gradient(left, #3F32D7 0%, #3B61E1 100%);
    background: linear-gradient(90deg, #3F32D7 0%, #3B61E1 100%);
    padding: 60px 20px 60px 60px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    gap: 15px;                         
    position: relative;
    overflow: hidden;
    &amp;&gt;* {
      position: relative;
      z-index: 3;
    }
    &amp;::before {
      display: block;
      content: '';
      width: 511px;
      height: 545px;
      background: url(/netcat_template/template/2/img/intro/bg2.svg) center center no-repeat;;
      position: absolute;
      left: -200px;
      top: 50%;
      -webkit-transform: translateY(-50%);
          -ms-transform: translateY(-50%);
              transform: translateY(-50%);
      z-index: 1;
    }
}
.payment__picture {
    max-width: 460px;
    width: 100%;
}
.payment__content {
    max-width: 540px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 20px;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    color: #fff;

}
.payment__title {
    font-weight: 500;
    line-height: 1.2;
    font-size: 38px;
    margin-bottom: 0 !important;
}
.payment__subtitle {
    margin-bottom: 20px;
    font-size: 18px;
    line-height: 1.4;
}
.payment__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 35px; 
    -ms-flex-wrap: wrap; 
        flex-wrap: wrap;
  margin-bottom: 40px;
}
.payment__btn.header__btn {
  padding: 17px 48px;
}
.payment__item li {
    padding-right: 35px;
    border-right: 1px solid #D9D9D9;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 20px;
    line-height: 1;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    &amp;&gt;span {
      font-size: 70px;
      font-weight: 500;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: end;
          -ms-flex-align: end;
              align-items: flex-end;
 
      gap: 6px;
      &amp; span {
          opacity: 0.8;
          font-size: 32px;
      }
    }
    &amp; p {
      font-size: 20px;
    }
    &amp;:last-child {
        border-right: none;
        padding-right: 0;
    }
    
}
@media (max-width: 1020px) {
  .payment__picture {
      display: none;
  }
  .payment__picture img {
      display: none;
  }
  .payment__inner {
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
  }
}
@media (max-width: 650px) {
  .payment {
      padding: 30px 0;
  }
  .payment__inner {
      gap: 15px;
      padding: 25px;
  }
  .payment__title {
      font-size: 23px;
  }
  .payment__subtitle {
      font-size: 16px;
      margin-bottom: 10px;
  }
  .payment__item {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      gap: 20px;
      margin-bottom: 25px;
      width: 100%;
      &amp; li {
          gap: 20px;
          padding-right: 0;
          border-right: none;
          padding-bottom: 20px;
          border-bottom: 1px solid #D9D9D9;
          &amp;&gt;span {
              font-size: 55px;
              &amp; span {
                  font-size: 28px;
              }
          }
          &amp; p {
              font-size: 18px;
          }
          &amp;:last-child {
              padding-bottom: 0;
              border-bottom: none;
          }
      }
  }
  .payment__btn {
      width: 100%;
  }
}
.metro {
padding-top: 20px;
padding-bottom: 120px;
}
.metro ._title_block {
margin-bottom: 80px;
}
.metro__inner {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
gap: 20px;
}
.metro__content {
display: -webkit-box;
display: -ms-flexbox;
-ms-flex-preferred-size: calc(50% - 10px);
flex-basis: calc(50% - 10px);
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
    -ms-flex-direction: column;
        flex-direction: column;
gap: 20px;
}
.metro__item {
border-radius: 5px;
overflow: hidden;
}
.metro__name {
padding: 22px 35px;
background-color: #fff;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
border-radius: 5px;
-webkit-box-pack: justify;
    -ms-flex-pack: justify;
        justify-content: space-between;
text-align: left;
gap: 10px;
-webkit-box-align: center;
    -ms-flex-align: center;
        align-items: center;
font-weight: 500;
-webkit-transition: border-radius .3s linear, border-color .3s linear;
-o-transition: border-radius .3s linear, border-color .3s linear;
transition: border-radius .3s linear, border-color .3s linear;
font-size: 18px;
width: 100%;
color: rgba(51, 51, 51, 1);
line-height: 1.2;
border: 1px solid #fff;

&amp; span {
  width: 44px;
  height: 44px;
  display: block;
  position: relative;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  border-radius: 50%;
  -webkit-transition: background-color .3s linear;
  -o-transition: background-color .3s linear;
  transition: background-color .3s linear;
  background-color: rgba(255, 92, 19, 0.1);
  &amp;::before, &amp;::after {
    display: block;
    content: '';
    background-color: rgba(255, 92, 19, 1);
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate3d(-50%, -50%, 0);
            transform: translate3d(-50%, -50%, 0);
    -webkit-transition: height .3s linear, background-color .3s linear;
    -o-transition: height .3s linear, background-color .3s linear;
    transition: height .3s linear, background-color .3s linear;
  
  }
  &amp;::before {
    width: 18px;
    height: 1px;
  }
  &amp;::after {
    height: 18px;
    width: 1px;
    
  }
}
&amp;.active {
  border-radius: 0;
  &amp; span {
    background-color: rgba(255, 92, 19, 1);
    &amp;::after, &amp;::before {
      background-color: #fff;
    }
    &amp;::after {
      height: 0px;
    }
  }
}
}
@media (hover:hover) {
.metro__name:not(.active):hover {
  border-color: rgba(255, 92, 19, 1);
}
}
.metro__list {
padding: 16px 35px 32px;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
    -ms-flex-direction: column;
        flex-direction: column;
gap: 12px;
background-color: #fff;
}
.metro__link {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: start;
    -ms-flex-align: start;
        align-items: flex-start;
gap: 10px;
&amp;::before {
  display: block;
  margin-top: 8px;
  content: '';
  width: 6px;
  height: 6px;
  background-color: rgba(92, 145, 232, 1);
  border-radius: 50%;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
&amp; a {
  color: rgba(72, 72, 72, 1);
  -webkit-transition: color .3s linear;
  -o-transition: color .3s linear;
  transition: color .3s linear;
  font-size: 16px;
  line-height: 1.3;
  &amp;:hover {
    color: rgba(92, 145, 232, 1);
  }
}
}
@media (max-width: 750px) {
.metro {
  padding-top: 10px;
  &amp; ._breadcrumbs {
    padding-top: 0;
  }
  &amp; ._title_block {
    padding-top: 20px;
  }
}
.metro__inner {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10px;
}
.metro__content {
  gap: 10px;
}
.metro__name {
font-size: 16px;
padding: 10px 20px;
&amp; span {
  width: 36px;
  height: 36px;
}
}
.metro__list {
padding: 16px 20px;
}
.metro__link {
&amp;::before {
  margin-top: 5px;
}
&amp; a {
  font-size: 14px;
}
}
.metro {
padding-bottom: 80px;
}
}

.price_payment{
background: #5cbfab; 
/*padding-top: 17px;*/ 
padding-bottom: 1px; 
text-align: center; 
width: 100%;
margin: 0 auto 30px;
margin-top: 15px;
display: flex;
align-items: center;
justify-content: center;
gap: 20px;
padding-top: 15px;
padding-bottom: 15px;
}
.price_payment p{
margin-bottom:0;
color:#fff; 
font-weight: 600; 
font-size: 18px;
}
.price_payment-wrapper{
gap: 5px;
display:flex;
}
@media (max-width: 550px){
  .price_payment{
  flex-direction:column;
  gap:15px;
  }
}
.author__wrapper{
background-color: #FFF;
}
.author__card {
margin-top: 70px;
margin-bottom: 100px;
padding: 15px;
padding-right: 45px;
background-color: #EBF3FC;
display: flex;
gap: 45px;
position: relative;
}

.author__photo {
height: 250px;
width: 250px;
overflow: hidden;
flex-shrink: 0;
}

.author__photo img {
width: 100%;
object-fit: contain;
}

.author__content {
flex-grow: 1;
}

.author__content&gt;p:first-child {
margin: 0;
color: #7D8C9D;
font-family: "Montserrat";
font-size: 20px;
line-height: 25px;
margin-bottom: 10px;
}

a.author__name {
color: #4F82F3;
font-family: "Montserrat";
display: block;
font-weight: 600;
font-size: 28px;
line-height: 35px;
margin-bottom: 25px;
}

.author__info {
display: flex;
gap: 45px;
margin-bottom: 55px;
}

.author__info-item {
display: flex;
gap: 12px;
align-items: center;
flex: 1;
}

p.author__info-text {
color: #333333;
font-family: "Montserrat";
font-size: 16px;
line-height: 25px;
font-weight: 400;
margin-bottom: 0;
}

.author__info-icon {
flex-shrink: 0;
width: 21px;
height: 21px;
}

.author__info-icon img {
width: 100%;
}

.author__bottom p {
margin-bottom: 0;
}

.author__bottom {
width: 100%;
display: flex;
align-items: center;
justify-content: space-between;
padding-top: 20px;
border-top: 1px solid #CBDDF0
}
  a.author__name::after{
      content: "";
      display: block;
      width: 100%;
      height: 100%;
      position: absolute;
      top: 0;
      right: 0
  }
   .author__bottom a{
          position: relative;
          z-index: 6;
      }
@media(max-width: 993px){
  .author__card {
          margin-top: 30px;
    margin-bottom: 50px;
    padding: 10px;
    padding-bottom: 20px;
    background-color: #EBF3FC;
    display: flex;
    flex-direction: column;
    gap: 25px;
    }
  .author__photo {
    width: 100%;
    height: 250px;
          background-color: #FFF;
  }
  .author__photo img{
    height: 100%;
    width: 100%;
    margin: 0 auto;
  }
  .author__content{
    padding: 0 15px;
  }
  .author__content&gt;p:first-child{
    font-size: 16px;
    line-height: 20px;
    margin-bottom: 10px;
  }
  a.author__name{
    font-size: 22px;
    line-height: 30px;
  }
  .author__info{
    flex-wrap: wrap;
    gap: 15px;
    margin-bottom: 40px;
  }
  .author__info-item{
    gap: 10px;
    flex-basis: 100%;
  }
  .author__info-icon{
    width: 18px;
    height: 18px;
  }
  .author__info-text{
    font-size: 14px;
    line-height: 20px;
  }
  .author__bottom{
    gap: 13px;
    flex-wrap: wrap;
  }
  .author__bottom&gt;*{
    flex-basis: 100%;
  }
}
  
  /* new author */
  .authorr__card {
  display: block;
  border: 1px solid #3F86DE;
  border-radius: 5px;
  padding: 30px;
  position: relative;
  margin: 40px 0;
}
.authorr__card p:nth-child(n) {
  margin: 0;
}

.authorr__top {
  display: flex;
  justify-content: space-between;
  gap: 10px;
  font-size: 14px;
  line-height: 130%;
  color: #737373;
  padding-bottom: 10px;
  border-bottom: 1px solid #f0f0f0;
  margin-bottom: 16px;
}

.authorr__content {
  display: flex;
  gap: 20px;
  align-items: center;
  position: relative;
  z-index: 2;
}

.authorr__photo {
  border-radius: 5px;
  min-width: 100px;
  width: 100px;
  height: 100px;
  overflow: hidden;
}
.authorr__photo img {
  border-radius: 5px;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.authorr__inner {
  display: flex;
  flex-direction: column;
  gap: 18px;
}

.authorr__name {
  display: block;
  font-weight: 600;
  font-size: 20px;
  line-height: 130%;
  color: #333;
  margin-bottom: 18px;
}

.authorr__info {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 40px;
  width: 100%;
}

.authorr__info-item {
  display: flex;
  gap: 10px;
  flex: 1 0 40%;
}

.authorr__info-icon {
  min-width: 18px;
  max-width: 18px;
}

.authorr__info-text {
  font-size: 16px;
  line-height: 130%;
  color: #000;
}
.authorr__info-text span {
  color: #737373;
}

.authorr__bg {
  position: absolute;
  right: 37px;
  bottom: 13px;
}

.authorr-inspector__card {
  background: #3F86DE;
  color: #fff;
}
.authorr-inspector__card .authorr__top, .authorr-inspector__card .authorr__name, .authorr-inspector__card .authorr__info-text  {
  color: #fff;
}
.authorr-inspector__card .authorr__info-text span {
  color: rgba(255, 255, 255, 0.6);
}

@media (max-width: 800px) {
  .authorr__info {
    flex-direction: column;
    gap: 10px;
  }
  .authorr__bg {
    display: none;
  }
}
@media (max-width: 600px) {
  .authorr__card {
    padding: 16px;
    margin: 30px 0;
  }
  .authorr__top {
    font-size: 12px;
    margin-bottom: 14px;
  }
  .authorr__content {
    flex-wrap: wrap;
  }
  .authorr__photo {
    min-width: 60px;
    width: 60px;
    height: 60px;
  }
  .authorr__inner {
    display: contents;
  }
  .authorr__name {
    font-size: 16px;
    flex: 1 0 60%;
  }
  .authorr__info-text {
    font-size: 14px;
  }
}
  .popup  {
      height: 100vh;
      left: 50%;
      opacity: 0;
      pointer-events: none;
      position: fixed;
      top: 50%;
      transform: translate3d(-50%,  -50%,  0);
      width: 100%;
      z-index: 13000;
      transition: opacity 0.4s;
      overflow-y: auto;
      background-color: #0b0b0ba9;
      -webkit-backdrop-filter: blur(4px);
      backdrop-filter: blur(4px);
      display: none;
       }
       .popup.popup-response {
         z-index: 13001;
       }
       .popup-response .popup__content {
        background: #003679;
       }
       .popup.active  {
      display: block;
       }
       .popup__body  {
      width: 100%;
      min-height: 100%;
      display: flex;
      align-items: center;
      justify-content: center;
      padding: 60px 15px 20px;
       }
       .popup.open  {
      opacity: 1;
      pointer-events: all;
       }
       .popup__content  {

      width: 100%;
      max-width: 480px;
    align-items: center;
      position: relative;
      display: flex;
      flex-direction: column;
      background: url(../img/bg_modal.jpg) 0 0 / cover no-repeat #fff;
      border-radius: 10px;
      padding: 40px 20px 20px;
      text-align: center;
      color: #fff;
      transform: translateY(100px);
      transition: transform 0.4s cubic-bezier(0.075, 1.3, 0.765, 1);
      &amp; .search__suggestions {
       text-align: left;
      }
      &amp;.search_modal {
        background: #fff;
        align-items: flex-start;
        &amp; ._form {
          width: 100%;
        }
        &amp; form {
          position: relative;
          width: 100%;
        }
        &amp; .first_title {
          margin-bottom: 20px;
        }
      }
      &amp; ._modal_title {
          text-align: center;
      }
      &amp; textarea._form_control {
          background-color: #fdfdff;
          font-size: 14px;
          font-weight: 400;
          width: 100%;
          padding: 10px 19px;
          border: 0;
          border-radius: 25px;
          color: #333;
          min-height: 150px; 
          max-height: 150px;
          resize: none;
          border: 2px solid transparent;
          -webkit-transition: 0.2s linear;
          -o-transition: 0.2s linear;
          transition: 0.2s linear;
      }
       }
       .popup.open .popup__content  {
          transform: translateY(0);
       }

  .close-popup {
  border: 1px solid #fff;
  cursor: pointer;
  border-radius: 50%;
  -webkit-transition: 0.2s linear;
  -o-transition: 0.2s linear;
  transition: 0.2s linear;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' id='SVGDoc' width='15' height='15' xmlns:xlink='http://www.w3.org/1999/xlink' viewBox='0 0 15 15'%3E%3Cdefs%3E%3Cpath d='M1440.56065,2747.85442l-6.06903,-6.06875l-6.06903,6.06875c-0.17899,0.17946 -0.46955,0.17946 -0.64865,0l-0.64877,-0.64798c-0.17921,-0.17921 -0.17921,-0.46929 0,-0.64823l6.06892,-6.06927l-6.06892,-6.06927c-0.17921,-0.17946 -0.17921,-0.46954 0,-0.64823l0.64877,-0.64901c0.1791,-0.18049 0.46967,-0.18049 0.64865,0l6.06903,6.06772l6.06903,-6.06772c0.1791,-0.18049 0.46944,-0.18049 0.64865,0l0.64877,0.64901c0.1791,0.17869 0.1791,0.46877 0,0.64823l-6.06903,6.06927l6.06903,6.06927c0.1791,0.17895 0.1791,0.46903 0,0.64823l-0.64877,0.64798c-0.17921,0.17946 -0.46955,0.17946 -0.64865,0z' id='Path-0'/%3E%3C/defs%3E%3Cg transform='matrix%281,0,0,1,-1427,-2733%29'%3E%3Cg%3E%3Cuse xlink:href='%23Path-0' fill='%23fff' fill-opacity='1'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
  top: -45px;
  width: 30px;
  position: absolute;
  height: 30px;
  right: -45px;
      background-repeat: no-repeat;
      background-position: center;
}
.region_select .popup__content {
  background: #fff;
  max-width: 750px;
}
.popup__btn {
  width: 100%;
}
@media (max-width: 1000px) {
  .region_select .popup__content {

      &amp;   .close-popup {
          border-color: #000;
          filter: invert(1);
          top: 10px;
          right: 10px;
      }
    }
}
@media (max-width: 650px) {
  
  .close-popup {
      top: 10px;
      right: 10px;
  }
  .popup__content {
      padding: 40px 10px 10px;
  }
}</pre></body></html>