.right_odd {
  text-align: right;
  flex-direction: row-reverse;
}
.btn-bac,
.btn-blue {
  font-family: "Roboto-Medium";
  font-size: 16px;
  transition: 0.3s;
  padding: 10px 20px;
  position: relative;
  color: #fff;
  -webkit-box-shadow: 0 9px 18px -6px rgba(0, 0, 0, 0.45);
  box-shadow: 0 9px 18px -6px rgba(0, 0, 0, 0.45);
  line-height: 28px;
  border-radius: 50px;
  text-transform: uppercase;
}
a {
  color: #23527c;
}

.page-testimonails__item.page-testimonails__item--vk {
  padding: 0px;
}

.tst__carousel-item.tst__carousel-item--vk {
  line-height: 0.6;
}
.tst__carousel-item.tst__carousel-item--vk iframe {
  width: 100%;
}

.btn_view_more {
  margin: 15px 0 !important;
  cursor:  pointer !important;
}

.links-personal-block {
  display: flex;
  align-items: center;
  margin: 15px 0px 15px 0px;
}

.links-personal-block.links-personal-block-page {
  flex-wrap: wrap;
  margin: 0px;
}

.links-personal-block.links-personal-block-page .links-personal-item {
  line-height: 1;
  margin: 0 30px 0 0;
  flex: 0 0 50%;
  text-align: center;
  margin: 0px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 15px 0px 0px 0px;
}

.links-personal-item img {
  max-height: 22px;
  width: 100%;
}

.links-personal-item {
  line-height: 1;
  margin: 0px 30px 0px 0px;
} 


@media screen and (max-width: 991px) {
  .links-personal-item {
    line-height: 1;
    margin: 0px;
    flex: 0 0 50%;
    text-align: center;
    margin: 0px 0px 15px 0px;
  }
  .links-personal-block {
    display: flex;
    align-items: center;
    margin: 30px 0px 15px 0px;
    flex-wrap: wrap;
  }
}


.programm__block.vip {
  padding: 30px 70px 50px;
}

.vip .description {
  width: 100%;
  max-width: 100%;
  height: 100%;
}

.sales_item-date {
  color: #18ccff;
  font-size: 13px;
  margin: 5px 0px 0px 0px;
}
.sales_item-title {
  font-size: 20px;
  font-weight: bold;
  font-family: intro;
}
.sales_item-img img {
  max-height: 200px;
  height: 200px;
  object-fit: cover;
}
.sales_item-img {
  line-height: 0px;
}
.sales_item {
  padding: 0px 15px;
  flex: 0 0 25%;
  max-width: 25%;
  margin: 0px 0px 15px 0px;
}
.sales-block {
  display: flex;
  margin: 0px -15px;
  flex-wrap: wrap;
}
.sales-section {
  margin: 0px 0px 30px 0px;
}
.sales-title-flex {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.wa_offer-text {
    text-align: center;
    font-size: 1.2em;
}

.wa_offer-text a {
    text-decoration: underline;
}

.wa_offer-text.wh {
    text-align: left;
    color: #fff;
}

.wa_offer-text.wh a {
    color: #fff;
}

.mb-wa {
    display: none;
}

.ds-wa.wa_header {
    margin: 0px 20px 0px 0px;
}

.wa_header img {
    width: 40px;
}

.ds-wa {
    display: block;
}

.page-testimonails__item {
  margin: 0px 0px 30px 0px;
  padding: 20px;
  background-color: #fff;
  box-shadow: 0 2px 8px rgba(0,0,0,.1);
}

.page-testimonails__block .row {
  flex-wrap: wrap;
  display: flex;
}

.col-md-4 {
  flex: 0 0 calc(100% / 3);
  max-width: calc(100% / 3);
  padding: 0px 15px;
}

.tst-action-block {
  text-align: center;
}

.tst-action-block a {
  margin: 0px;
}

@media screen and (max-width: 991px) {
    .col-md-4 {
      flex: 0 0 100%;
      max-width: 100%;
    }
    .mb-wa {
        display: block;
    }
    .ds-wa {
        display: none;
    }
  .sales-section {
    margin: 75px 0px 0px 0px;
  }
  .sales-title-flex {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    flex-direction: column;
  }
  .sales-title-flex .title{
    margin: 0px 0px 15px 0px;
  }
  .sales_item-date {
    font-size: 11px;
  }
  .sales_item-title {
    font-size: 16px;
  }
  .sales_item-img img {
    max-height: unset;
    height: unset;
  }
  .sales_item {
    max-width: 50%;
    flex: 0 0 50%;
  }
}

.vip .description ul {
  display: flex;
  height: 100%;
  flex-direction: column;
  justify-content: space-between;
  margin: 0px;
}

.btn-bac {
  background-color: #0cf;
  background: -webkit-gradient(
    linear,
    left bottom,
    left top,
    color-stop(0, #0cf),
    to(#74e3ff)
  );
  background: -webkit-linear-gradient(bottom, #0cf 0, #74e3ff 100%);
  background: linear-gradient(to top, #0cf 0, #74e3ff 100%);
}
.btn-bac:hover {
  background-color: #369;
}
.btn-blue {
  background-color: #369;
}
.btn-blue:hover {
  background-color: #0cf;
  background: -webkit-gradient(
    linear,
    left bottom,
    left top,
    color-stop(0, #0cf),
    to(#74e3ff)
  );
  background: -webkit-linear-gradient(bottom, #0cf 0, #74e3ff 100%);
  background: linear-gradient(to top, #0cf 0, #74e3ff 100%);
}
.btn--gradient {
  text-transform: none;
  background: linear-gradient(to bottom, #26afe2 0, #2b76a9 100%);
  padding: 6px 25px !important;
  border: none !important;
  color: #fff !important;
}
.padd-in-head-and-sec {
  padding-top: 0px;
}
.treatment-alcoholic {
  /*margin-top: 15px;*/
  padding: 40px 0px 0px 0px;
}
.treatment-alcoholic_info {
  display: flex;
  justify-content: center;
}

.treatment-alcoholic-title {
  text-align: left;
}

.treatment-alcoholic-title span.bg-none {
  color: #369;
}
.treatment-alcoholic-title span.bg-none:before {
  display: none;
}

.treatment-alcoholic-title span {
  font-family: "Intro";
  font-size: 30px;
  color: #fff;
  position: relative;
  width: auto;
  line-height: 1.1;
  text-transform: uppercase;
  display: inline-block;
  z-index: 99;
  margin-bottom: 2px;
  padding: 2px 0;
  text-align: center;
}
.treatment-alcoholic-title span:before {
  content: "";
  position: absolute;
  top: -5px;
  right: -10px;
  bottom: 0;
  left: -10px;
  background-color: #369;
  -webkit-transform: skewX(-20deg);
  -ms-transform: skewX(-20deg);
  transform: skewX(-20deg);
  z-index: -1;
  border-radius: 10px;
}
.treatment-alcoholic-title .fone-befor_last:before {
  content: "";
  right: 20px;
  left: 0;
}
.treatment-alcoholic-ul {
  margin-top: 10px;
  position: relative;
  display: flex;
  justify-content: space-between;
}
.treatment-alcoholic_phote {
  max-width: 400px;
  width: 100%;
}
.treatment-alcoholic_phote img {
  width: 100%;
}
.treatment-alcoholic-name ul li {
  display: flex;
  align-items: center;
  font-size: 18px;
  line-height: 1.3;
  margin-top: 20px;
  padding-left: 35px;
  position: relative;
}
.treatment-alcoholic-name ul li span {
  text-decoration: underline;
}
.treatment-alcoholic-name ul li:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background: url("../img/sprite.png") 0 0;
  width: 25px;
  height: 23px;
}
.treatment-alcoholic-name ul li a {
  color: #4a4a4a;
  font-size: 18px;
  line-height: 1.3;
}
.according-to-kp {
  color: #337ab7 !important;
  display: block;
  margin-left: 4px;
  text-decoration: underline;
}
.according-to-kp:hover {
  text-decoration: unset;
}
.free-consultation {
  display: flex;
  align-items: center;
  margin-top: 30px;
}
.free-consultation a {
  max-width: 290px;
  min-width: 240px;
  width: 100%;
  text-align: center;
  margin-right: 10px;
}
#promotions-our-clinic_fon {
  background-image: url("../img/action_p.png");
  background-size: cover;
  margin-top: 15px;
  padding-bottom: 89px;
  margin-bottom: 20px;
}
.block-promotions {
  padding-top: 140px;
}
.block-services {
  padding-top: 60px;
}
.section-background {
  background-repeat: no-repeat;
  width: 100%;
}
.title {
  font-size: 50px;
  line-height: 1.4;
  position: relative;
  margin-bottom: 40px;
  text-transform: uppercase;
  font-family: "Intro";
  color: #000000;
}
.services__description,
.doctors__description,
.smi__description,
.review__description,
.faq__description,
.tarrifs__description {
  margin: -40px 0px 30px 0px;
  font-size: 22px;
  font-weight: 400;
}


.services__description {
  margin: -40px 0px 18px 0px;
}

.faq__block {
  margin: 0px 0px 50px 0px;
}

.faq__item {
  margin: 0px 0px 30px 0px;
  padding: 20px;
  border: 1px #53ccf9 solid;
  cursor: pointer;
  position: relative;
}

.faq__item-arrow {
  position: absolute;
  width: 44px;
  height: 44px;
  background: #0cf url(../../assets/img/sprite.png);
  background-position: -30px -26px;
  right: 14px;
  top: 13.5px;
  transform: rotate(90deg);
}

.faq__item:last-child {
  margin: 0px;
}

.faq__item-title {
  font-size: 18px;
  font-family: "Intro";
  color: #000;
}

.faq__item-content {
  margin: 20px 0px 0px 0px;
  display: none;
}

.faq__item-content p,
.faq__item-content ul {
  margin: 0px 0px 15px 0px;
}

.faq__item-content p:last-child,
.faq__item-content ul:last-child {
  margin: 0px;
}

.faq__item-content ul {
  padding: 0px 0px 0px 20px;
  list-style: disc;
}

.faq__item.opened .faq__item-content {
  display: block;
}

.faq__item.opened .faq__item-arrow {
  display: block;
  transform: rotate(-90deg);
}

.review__description {
  margin: 0px 0px 30px 50px;
}
.white-title {
  color: #fff;
}
.block-doctors .title {
  color: #000000;
}
.title:before {
  content: "";
  height: 105px;
  width: 112px;
  position: absolute;
  top: -30px;
  left: -40px;
  background-image: url(../img/sprite-title.png);
  background-position: -7px -112px;
  background-repeat: no-repeat;
}
.slide {
  position: relative;
}
.right_odd .why-text-p {
  margin-left: 0;
  margin-right: 20px;
}
.slide-item {
  max-width: 204px;
  width: 100%;
  margin: 0 auto;
}
.slide-img {
  width: 80px;
  height: 98px;
  margin: 20px 50px;
}
.slide-text {
  text-align: center;
  color: #333;
  font-size: 18px;
  font-family: "Roboto-Light";
  font-weight: bold;
  line-height: 1.75;
  max-width: 180px;
  width: 100%;
}
.dot {
  width: 16px;
  height: 16px;
  margin: 20px 5px;
  background: #0cf;
  cursor: pointer;
}
.owl-dots {
  display: flex;
  justify-content: center;
}
.active {
  background-color: #369;
}
.awards {
  background: url("../img/nagrad.png");
  background-position: bottom center;
  background-repeat: no-repeat;
  padding: 90px 0 120px;
  margin-top: -30px;
}
.block-awards .title,
.block-why .title {
  text-align: right;
}
.block-awards .title:before,
.block-why .title:before {
  background-position: -125px 0;
  left: auto;
  right: -24px;
}
.block-why .title:before {
  top: -24px;
}
.awards-slide-img {
  height: 213px;
  overflow: hidden;
  padding: 8px 8px 15px;
  background-color: #fff;
  -webkit-box-shadow: 0 0 14px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 14px 0 rgba(0, 0, 0, 0.1);
  margin: 10px 0;
  text-align: center;
  width: 180px;
}
.awards-slide-img img {
  max-height: 100%;
  height: 100%;
  max-width: 100%;
  width: 100%;
}
.awards-navigate {
  top: calc(50% - 70px);
}
.awards-slide-text {
  color: #fff;
}
.navigate:hover {
  background-color: #369;
}
.treatment-alcoholic-name {
  max-width: 600px;
  width: 100%;
}
.list-service-items {
  float: left;
}
.list-service-items li {
  border-radius: 5px 0 0 5px;
  padding: 10px 20px;
  font-size: 13px;
  text-transform: uppercase;
  cursor: pointer;
  line-height: 28px;
  color: #fff;
  background-color: #336699;
  border-width: 2px 0 2px 2px;
  border-color: #326497;
  border-style: solid;
  transition: 0.2s ease;
}
.text-service {
  width: 70%;
  float: right;
}
.list-service-items li:first-child,
.list-service-items li:hover {
  background: #59c0e4;
  border-color: #59c0e4;
  transition: 0.3s ease;
}
.text-service-title {
  font-size: 1.5em;
}
.def-button {
  background-color: #369;
  color: #fff;
  line-height: 28px;
  padding: 10px 20px;
  font-size: 13px;
}
.def-button:hover {
  text-decoration: underline;
}
.block-why {
  padding: 90px 0 50px;
}
.why {
  position: relative;
  background-image: url("../img/edge-back2.jpg");
  background-size: cover;
  margin-top: -85px;
  padding: 0 0 200px 0;
  color: #fff;
}

.why ul li {
  line-height: 26px;
  font-size: 22px;
  margin: 0px 0px 5px 0px;
}

.why ol li {
  line-height: 26px;
  font-size: 22px;
  margin: 0px 0px 5px 0px;
}

.why ul li:last-child {
  margin: 0px;
}

.why ol li:last-child {
  margin: 0px;
}

.why-text-img {
  background-image: url("../img/sprite-edge.png");
  min-width: 110px;
  height: 113px;
}
.dropper {
  background-position: 0 -2px;
}
.doctor {
  background-position: -115px -1px;
}
.heart {
  background-position: -230px -2px;
}
.why-text {
  display: flex;
  margin: 20px 0;
}
.why-text-p {
  margin-left: 20px;
}
.why-text-p p:first-child {
  line-height: 1.7;
}
.w_services-flex {
  display: flex;
  flex-wrap: wrap;
  margin: 20px -15px;
}
.w_services-main {
  margin-bottom: 20px;
}
.w_services-block {
  width: 33.333333%;
  padding: 15px;
}
.w_services-in {
  width: 100%;
  background-color: #369;
  color: #fff;
  transition: 0.3s;
  border-radius: 0;
}
.w_services-block span {
  display: block;
  font-size: 16px;
  padding: 5px 10px 0;
  background: white;
  color: #336699;
}
.w_services-block span:empty {
  display: none;
}
.w_services-in:hover {
  transition: 0.3s;
  background-color: #0cf;
  background: -webkit-gradient(
    linear,
    left bottom,
    left top,
    color-stop(0, #0cf),
    to(#74e3ff)
  );
  background: -webkit-linear-gradient(bottom, #0cf 0, #74e3ff 100%);
  background: linear-gradient(to top, #0cf 0, #74e3ff 100%);
}
.w_services-in strong {
  position: relative;
  display: block;
  padding: 10px 0 10px;
  font-weight: 400;
  text-transform: uppercase;
  font-size: 17px;
  text-align: center;
}
.why-text-p p,
.why-text-p .h3 {
  color: #fff;
  line-height: 26px;
  font-size: 22px;
}
.why-text-right {
  flex-direction: row-reverse;
}
.why-text-right,
.right {
  text-align: right;
}
.why-text-right .why-text-p {
  margin-right: 20px;
}

.why svg.why-svg {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
}
.why svg.why-svg path {
  fill: #fff;
}

.clinic-doctors {
  position: relative;
  /* background-image: url("../img/doctor2.jpg"); */
  background-color: #fff;
  margin-top: 0;
  padding: 0px 0 100px;
}

.clinic-doctors.clinic-doctors--article {
  padding: 40px 0px 0px 0px;
}


.nowebp-narco .clinic-doctors {
  /* background-image: url("../img/doctor.png"); */
  background-color: #fff;
  background-size: cover;
}
.slick-prev:after,
.slick-next:after {
  width: 44px;
  height: 44px;
  cursor: pointer;
  background: #0cf url(../img/sprite.png);
}
.slick-prev:after {
  background-position: 8px -26px;
}
.slick-next:after {
  background-position: -30px -26px;
}
.owl-prew,
.owl-next {
  width: 44px;
  height: 44px;
  cursor: pointer;
  background: rgba(0, 204, 255, .5) url(../img/sprite.png);
  position: absolute;
  top: calc(50% - 22px);
  z-index: 999;
}
.owl-prew:hover,
.owl-next:hover {
  background-color: rgba(51, 102, 153, .5);
}
.owl-prew {
  background-position: 8px -26px;
  left: -24px;
}
.owl-next {
  background-position: -30px -26px;
  right: -24px;
}
.slide-doctors .slick-dots {
  bottom: -46px;
}
.slide-doctors-img {
  overflow: hidden;
  background-color: #fff;
  text-align: center;
  width: 100%;
  display: inline-block;
}
.slide-doctors-img object,
.slide-doctors-img object a {
  width: 100%;
  display: inline-block;
}
.slide-doctors-img img {
  width: 176px;
  object-fit: cover;
  height: 212px;
}
.slide-doctors-item {
  background: #fff;
  box-shadow: 0 0 14px 0 rgba(0, 0, 0, 0.1);
  margin: 10px;
  padding: 10px;
  max-width: 180px;
  width: 100%;
}
.slide-doctors-fio {
  height: 30px;
  margin-top: 10px;
  font-family: "Intro-Bold";
  font-size: 11px;
  color: #369;
  line-height: 14px;
  text-transform: uppercase;
}
.slide-doctors-prof {
  color: #545454;
  font-size: 12px;
  line-height: 12px;
  margin: 10px 0;
  min-height: 60px;
}
.doctor__slide {
  margin-right: 15px;
  margin-bottom: 15px;
}
.doctor__block .form-feedback.form-feedback--header {
  text-align: center;
}
.doctor__block .form-feedback.form-feedback--header .offer {
  text-align: center;
}
.doctor__block .form-feedback.form-feedback--header .form-send-new {
  justify-content: center;
}
/*.doctor__block .form-feedback.form-feedback--header .form-send {
  justify-content: center;
}*/
.doctor__block .license-image_ramka {
  background-size: contain;
}
.doctor__block .license-image-slide a img {
  object-fit: cover;
  object-position: center;
}
.btn-details {
  background: linear-gradient(to top, #0cf 0, #74e3ff 100%);
  color: #fff;
  -webkit-box-shadow: 0 9px 18px -6px rgba(0, 0, 0, 0.45);
  box-shadow: 0 9px 18px -6px rgba(0, 0, 0, 0.45);
  border-radius: 50px;
  font-size: 14px;
  padding: 10px 30px;
  text-transform: uppercase;
}
.btn-details:hover {
  background: #369;
}
.slide-doctors-button {
  text-align: center;
}
.slide-doctors-button button {
  font-family: "Intro-Bold";
}
.trust,
.trust_2,
.trust_3,
.services,
.title-price,
.subtitle {
  color: #000000;
}
.call-button {
  text-align: center;
  padding: 0 40px;
}
.btn-doc {
  margin-top: 30px;
  padding: 18px 40px;
}
.slide-trust {
  max-width: 800px;
  width: 100%;
  margin: 0 auto;
}
.slide-trust_2 {
  max-width: 800px;
  width: 100%;
  margin: 0 auto;
}
.slide-trust_3 {
  max-width: 800px;
  width: 100%;
  margin: 0 auto;
}
.interviews-and-reports_slid {
  max-width: 750px;
  width: 100%;
  margin: 0 auto;
}
.interviews-and-reports_slid .slick-current .interviews-and-item {
  border: 4px solid #0cf;
}
.interviews-and-item {
  width: 63px;
  height: 63px;
  margin: 5px;
  border-radius: 50%;
  background: #fff;
  padding: 5px;
  text-align: center;
  cursor: pointer;
  border: 4px solid transparent;
  overflow: hidden;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0px 0px 2px #00d1ff;
}
.interviews-and-item img {
  width: 40px;
  height: 40px;
  margin: 0 auto;
  border-radius: 0;
  object-fit: contain;
}
.slide-trust_2 {
  max-width: 800px;
  width: 100%;
  margin: 0 auto;
}
.interviews-and-reports_slid_2 {
  max-width: 750px;
  width: 100%;
  margin: 0 auto;
}
.interviews-and-reports_slid_2 .slick-current {
  border: 4px solid #0cf;
}
.interviews-and-item_2 {
  width: 63px !important;
  height: 63px;
  margin: 5px;
  border-radius: 50%;
  background: #fff;
  padding: 5px;
  text-align: center;
  cursor: pointer;
  border: 4px solid transparent;
  overflow: hidden;
  position: relative;
}
.interviews-and-item_2 img {
  width: 45px;
  height: 45px;
  margin: 0 auto;
  border-radius: 50%;
}
.slide-trust_3 {
  max-width: 800px;
  width: 100%;
  margin: 0 auto;
}
.interviews-and-reports_slid_3 {
  max-width: 750px;
  width: 100%;
  margin: 0 auto;
}
.interviews-and-reports_slid_3 .slick-current {
  border: 4px solid #0cf;
}
.interviews-and-item_3 {
  width: 63px !important;
  height: 63px;
  margin: 5px;
  border-radius: 50%;
  background: #fff;
  padding: 5px;
  text-align: center;
  cursor: pointer;
  border: 4px solid transparent;
  overflow: hidden;
  position: relative;
}
.interviews-and-item_3 img {
  width: 45px;
  height: 45px;
  margin: 0 auto;
  border-radius: 50%;
}
.block-photo-clinic .slick-list {
  padding: 0px !important;
}
.block-photo-clinic_slid_box {
  width: 60px;
  height: auto;
  border: 3px solid transparent;
  border-radius: 50%;
  margin: 5px;
  cursor: pointer;
}
.block-photo-clinic_slid .slick-center {
  border: 3px solid #0cf;
}
.block-photo-clinic_slid_box img {
  border-radius: 50%;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.trust {
  padding: 30px 70px;
}
.price {
  background-color: #fff;
  padding: 70px 0;
}
.nowebp-narco .price {
  background: url("../img/price.jpg");
}
.fone-uslug {
  background-size: cover !important;
  padding: 50px 0;
  background-position: bottom;
  background-repeat: no-repeat;
  margin-top: -65px;
  /*padding: 120px 0 130px;*/
}
.subtitle,
.price,
.review {
  color: #000000;
}
.block-price .subtitle,
.block-price {
  text-align: right;
}
.subtitle {
  font-size: 22px;
  font-weight: 400;
}
.block-price .title,
.block-review .title {
  margin-bottom: 0;
  line-height: 50px;
}
.price-slide {
  text-align: center;
}
.price-item {
  background-color: #fff;
  border: 2px solid #369;
  border-radius: 3px;
  -webkit-box-shadow: 0 9px 18px -6px rgba(0, 0, 0, 0.45);
  box-shadow: 0 9px 18px -6px rgba(0, 0, 0, 0.45);
  padding: 50px 5px 20px;
  max-width: 200px;
  width: 100%;
  text-align: center;
  font-size: 18px;
  position: relative;
  margin-right: auto;
  margin-left: auto;
}
.price-item:before {
  content: "";
  width: 94px;
  height: 94px;
  position: absolute;
  top: -60px;
  left: calc(50% - 47px);
  background: url(../img/sprite-price.png);
}
.headphones:before {
  background-position: 0 0;
}
.hands:before {
  background-position: -99px 0;
}
.kit:before {
  background-position: -197px 0;
}
.psych:before {
  background-position: -296px 0;
}
.rehab:before {
  background-position: -393px 0;
}
.price-list-items {
  font-size: 15px;
  color: #4c4c4c;
  font-family: "Roboto-Light";
}
.price-list-items li {
  margin-bottom: 5px;
  border-bottom: 2px solid #e6e6e6;
}
.price-name {
  font-family: "Intro-Bold";
  text-transform: uppercase;
  color: #369;
  line-height: 28px;
  margin-bottom: 10px;
}
.background-output span {
  position: relative;
  font-size: 14px;
  z-index: 1;
  color: #fff;
  padding: 0 20px;
  font-family: "Intro";
  text-transform: uppercase;
  line-height: 28px;
}
.background-output span:before {
  content: "";
  position: absolute;
  top: -4px;
  right: 5px;
  bottom: 0;
  left: 5px;
  -webkit-transform: skewX(-12deg);
  -ms-transform: skewX(-12deg);
  transform: skewX(-12deg);
  background-color: #369;
  z-index: -1;
  border-radius: 4px;
}
.price-num-old {
  font-size: 19px;
  position: relative;
  text-transform: uppercase;
  color: #59c0e4;
  margin-bottom: 5px;
}
.price-num-old:before {
  content: "";
  position: absolute;
  top: 50%;
  right: 15px;
  left: 15px;
  -webkit-transform: skewY(-4deg) translateY(-2px);
  -ms-transform: skewY(-4deg) translateY(-2px);
  transform: skewY(-4deg) translateY(-2px);
  height: 1px;
  background-color: #ff0202;
}
.price-num-new {
  font-size: 21px;
  margin-bottom: 15px;
}
.price-num-new span {
  font-size: 21px;
}
.price-btn {
  font-family: "Intro-Bold";
}
.price-slide-item:nth-of-type(n + 1) {
  margin-top: 60px;
}
.price-slide-item:nth-of-type(n + 2) {
  margin-top: 88px;
}
.price-slide-item:nth-of-type(n + 3) {
  margin-top: 110px;
}
.price-slide-item:nth-of-type(n + 4) {
  margin-top: 135px;
}
.price-slide-item:nth-of-type(n + 5) {
  margin-top: 160px;
}
.price-item > ul:nth-of-type(2) {
  position: relative;
  margin-top: 30px;
}
.price-item > ul:nth-of-type(2):before {
  content: "";
  position: absolute;
  left: calc(50% - 11.5px);
  top: -23px;
  width: 23px;
  height: 23px;
  background: url(../img/sprite.png) -38px -1px no-repeat;
}
.consultation {
  background: url("../img/callback-bg.webp");
  min-height: 585px;
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
  margin-top: -30px;
  z-index: 99;
}
.block-consultation {
  padding-top: 130px;
}
.background-output-big span:before {
  background-color: #0ab9ec;
  font-family: "Intro-Black";
}
.background-output-big span {
  font-size: 38px;
}
.background-output-big {
  line-height: 38px;
  margin-left: -20px;
  display: block;
}
.input-text {
  border: 1px solid rgba(51, 102, 153, 0.6);
  font-size: 15px;
}
.form-feedback input {
  -webkit-border-radius: 25px;
  border-radius: 25px;
  width: 280px;
  height: 48px;
  padding: 0 20px;
  outline: 0;
  margin-bottom: 10px;
}
.input-button {
  font-size: 18px;
  color: #000000;
  cursor: pointer;
  margin-top: 5px;
}
.input-button:hover {
  color: #fff;
  background: #0ab9ec;
}
.offer {
  color: #fff;
  font-size: 14px;
  line-height: 24px;
  font-family: "Roboto-Light";
  margin-top: 8px;
}
.offer a {
  color: #0ab9ec;
  text-decoration: underline;
}
.offer a:hover {
  text-decoration: none;
}
.block-review .subtitle {
  font-size: 15px;
  color: #000;
  line-height: 15px;
}
.review {
  background: url("../img/rev.webp");
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 160px 0 0px;
  margin-top: -100px;
}
.review.review--transparent {
  background: unset;
}
.nowebp-narco .review {
  background: url("../img/rev.jpg");
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
}
.backrev .title:before {
  margin-left: 50px;
}
.backrev {
  margin-bottom: -1px;
  padding-top: 50px;
}
.review .title {
  margin-bottom: 0px;
}
.review .title span {
  margin-left: 50px;
}
.block-review {
  background: transparent;
  padding: 0 70px 40px;
}
.block.active {
  background: transparent;
}
#reviews .container.active {
  background-color: transparent;
}
.message-icon {
  display: inline-block;
  width: 43px;
  height: 40px;
  background: url("../img/sprite.png") -3px -74px no-repeat;
}
.slide-review-item {
  display: flex !important;
  flex-wrap: wrap;
  padding: 0 10px;
}
.profile-image-review {
  border-radius: 50%;
  border: 2px solid #0cf;
  overflow: hidden;
  max-width: 144px;
  max-height: 144px;
}
.review-content {
  max-width: calc(100% - 184px);
  margin-left: 40px;
}
.write .review-content {
  max-width: calc(100% - 144px - 230px);
  margin: 0;
  padding-left: 35px;
  padding-right: 10px;
}
.write .review-content.full {
  max-width: calc(100% - 144px);
}
.slide-review .slick-track {
  display: flex;
  align-items: center;
}
.profile-review-info {
  display: flex;
  align-items: center;
}
.people-info {
  display: flex;
  flex-direction: column;
  color: #006;
  margin-left: 15px;
}
.review-name {
  font-family: "Intro";
}
.people-info span {
  font-size: 18px;
  line-height: 20px;
}
.review-message {
  color: #4c4c4c;
  line-height: 18px;
  padding: 12px 14px;
  background-color: #cff5ff;
  max-width: 550px;
  width: 100%;
  position: relative;
  font-size: 16px;
  font-family: roboto, sans-serif;
  line-height: 18px;
  text-transform: none;
}
.review-message:before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 17.5px 24px 17.5px 0;
  border-color: transparent #cff5ff transparent transparent;
  position: absolute;
  top: 14px;
  left: -24px;
}
.review-message-image img:hover {
  -webkit-box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.55);
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.55);
  transition: 0.2s ease;
}
.review-message-image img {
  cursor: pointer;
  width: 340px;
  height: 200px;
  transition: 0.2s ease;
}
.review-content > div {
  margin-bottom: 15px;
}
.slide-review {
  padding: 30px 15px;
  border-top: 2px solid #daf1f9;
  border-bottom: 2px solid #daf1f9;
}
.audio-slide-border {
}
.audio-review {
}
.about {
  background: url("../img/about-bg.webp");
  margin-top: 0px;
  background-size: cover;
  background-color: #f8f8f8;
}
.nowebp-narco .about {
  background: url("../img/about-bg.png");
  background-size: cover;
}
.block-about {
  padding-top: 130px;
  padding-bottom: 60px;
}
.small-title {
  font-family: "Intro-Black";
  font-size: 22px;
  color: #006;
  text-transform: uppercase;
  padding-left: 15px;
  position: relative;
}
.small-title:before {
  content: "";
  width: 36px;
  height: 33px;
  background: url(../img/sprite-title.png) -126px -113px no-repeat;
  position: absolute;
  top: -5px;
  left: 0;
}
.description {
  max-width: 45%;
  width: 45%;
}
.description,
.left {
  text-align: left;
}
.description a {
  color: #006;
}
.description ul {
  list-style: disc;
  padding-left: 20px;
  margin: 5px 0;
}
.description ul li {
  line-height: 1.5;
}
.license-plus-photo {
  display: flex;
  justify-content: space-between;
  margin-top: 50px;
}
.about-license--lg {
  display: block;
  margin-top: 40px;
  margin-bottom: 75px;
}
.about-license--md {
  display: none;
  margin-bottom: 85px;
}
.about-license--md .title {
  margin-bottom: 20px;
}
.about-license--md .about-license__doc {
  margin-top: 20px;
}
.about-photo {
  max-width: 45%;
}
.clinic-photo-slide {
  max-width: 100%;
  width: 100%;
}
.clinic-photo {
  max-width: 100%;
  width: 100%;
}
.block-photo-clinic a {
  display: block;
}
.clinic-photo img {
  max-width: 100%;
  width: 100%;
  height: 240px;
  position: relative;
  object-fit: cover;
}
.license-image_ramka {
  margin: 5px;
  background-repeat: no-repeat;
  background-size: contain;
}
.license-image-slide a {
  width: 132px;
  margin-left: 7px;
  margin-top: 37px;
}
.license-image-slide a img {
  width: 100%;
  height: 187px;
  object-fit: cover;
  object-position: center;
}
.license-image_enlarge {
  text-align: center;
}
.license-image_enlarge a {
  position: relative;
  margin-top: 0;
  padding-left: 15px;
}
.license-image_enlarge a:before {
  content: "";
  width: 19px;
  height: 19px;
  background: url("../img/sprite.png") -55px -126px;
  position: absolute;
  top: 6px;
  left: 10px;
}
.license-image_enlarge a span {
  font-size: 13px;
  color: #000;
  text-decoration: underline;
  position: relative;
}
.license-image_enlarge a span:hover {
  text-decoration: unset;
}
.license-image {
  margin-top: 17px;
}
.background-output-big-span {
  color: #fff;
  position: relative;
}
.background-output-big-span:before {
  content: "";
  position: absolute;
  top: -15px;
  right: -3px;
  bottom: 0;
  left: -3px;
  -webkit-transform: skewX(-12deg);
  -ms-transform: skewX(-12deg);
  transform: skewX(-12deg);
  background-color: #0cf;
  z-index: -1;
}
.title-second-level {
  color: #000;
  font-family: intro, sans-serif;
  font-size: 33px;
  line-height: 40px;
  font-family: "Intro-Black";
  margin-bottom: 5px;
  text-transform: uppercase;
}
.block-question {
  padding-top: 0;
  position: relative;
  z-index: 99;
  margin-bottom: 55px;
}
.block-question .title {
  margin-bottom: 0;
  line-height: 74px;
}
.block-question .block-question__subtitle span {
  color: #fff;
  position: relative;
  display: inline-block;
  line-height: normal;
  z-index: 1;
  font-size: 36px;
  font-family: "Roboto";
  font-weight: 700;
  padding: 0px 20px;
}
.block-question .block-question__subtitle span:before {
  content: "";
  position: absolute;
  top: -4px;
  right: 5px;
  bottom: 0;
  left: 5px;
  transform: skewX(-12deg);
  background-color: #369;
  z-index: -1;
  border-radius: 4px;
}
.blue {
  color: #369;
}
.block-question .offer {
  color: rgba(51, 51, 51, 0.6);
  font-size: 10px;
  line-height: 1.3;
}
.block-question .offer a {
  color: rgba(51, 51, 51, 0.6);
  text-decoration: underline;
}
.block-question .input-button {
  border: 3px solid #369;
}
.block-question .form-feedback {
  margin-top: 30px;
  width: fit-content;
}
.block-question .offer {
  text-align: center;
}
.question {
  overflow: hidden;
  position: relative;
  padding: 80px 0 40px;
}
.question__wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.question__left {
  width: 60%;
}
.question__center {
  width: 26%;
}
.question__right {
  width: 54%;
  margin-left: 10px;
}
.slide-question__item {
  background-color: #fff;
  border: #e3e3e3 solid 1px;
  padding: 8px 8px 20px 8px;
  margin-bottom: 8px;
  text-align: center;
}
.slide-question__img img {
  margin: 0 auto;
  height: 180px;
  width: auto;
}

.slide-question__name {
  font-family: "Roboto";
  margin-top: 20px;
  color: #336699;
  font-size: 16px;
  font-weight: 800;
}
.slide-question__job {
  color: rgba(51, 51, 51, 0.6);
  font-size: 16px;
}
.question__list {
  margin-bottom: 15px;
}
.question__list li {
  color: #336699;
  font-family: "Roboto";
  font-weight: 800x;
  font-size: 16px;
  margin-bottom: 6px;
}
.question__list li:before {
  content: "";
  display: inline-block;
  background-image: url("data:image/svg+xml,%3Csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 512 512' style='enable-background:new 0 0 512 512;' xml:space='preserve'%3E%3Cg%3E%3Cg%3E%3Cpath fill='%230AB9EC' d='M504.502,75.496c-9.997-9.998-26.205-9.998-36.204,0L161.594,382.203L43.702,264.311c-9.997-9.998-26.205-9.997-36.204,0 c-9.998,9.997-9.998,26.205,0,36.203l135.994,135.992c9.994,9.997,26.214,9.99,36.204,0L504.502,111.7 C514.5,101.703,514.499,85.494,504.502,75.496z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-size: cover;
  width: 15px;
  height: 15px;
  margin-right: 5px;
}

.question .question__info {
  font-size: 14px;
  margin-bottom: 8px;
  color: rgba(51, 51, 51, 0.6);
}
/* .question:after {
    content: "";
    background-image: url('../img/callback2-bg.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: bottom center;
    width: 100%;
    height: 584px;
    position: absolute;
    top: 0;
    left: 0;
    transform: rotate(2deg);
    z-index: -1;
} */
.map {
  background: url(../img/map.webp) no-repeat center;
  height: 520px;
  width: 100%;
  position: relative;
}
.nowebp-narco .map {
  background: url(../img/map.png) no-repeat center;
}
.map_main {
  width: 100%;
  height: 100%;
}
.contact-block_map {
  position: absolute;
  width: 100%;
  top: 0;
}
.contact-block {
  display: inline-block;
  padding: 30px 40px;
  background-color: #fff;
  color: #848484;
  box-shadow: 0px 0px 12px 0px rgba(77, 77, 77, 0.75);
  max-width: 560px;
  width: 100%;
  font-weight: 400;
  margin: 30px 0;
  text-align: left;
  z-index: 1105;
  position: relative;
}
.contact-block__list {
  font-family: "Roboto-Medium";
  color: #369;
  font-size: 16px;
  font-weight: 600;
  margin: 12px 0;
}
.contact-block__list svg {
  width: 20px;
  height: auto;
  margin-right: 5px;
  vertical-align: middle;
  padding-bottom: 2px;
}
.map-btn {
  margin: 30px 0;
}
.block-about .title:before {
  top: -39px;
}
.pages-contact-in {
  margin-top: 50px;
}
.pages-contact-in .title span {
  color: #369;
}
.clinic-photo {
  border: 8px solid #e3e3e3;
  -webkit-box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
}
.tabs2 {
  margin: auto;
  text-align: center;
  overflow: hidden;
  position: relative;
}
.tabs2--smi {
  overflow: unset;
}
.tabs2 > input[type="radio"] {
  display: none;
}
.tabs2 div[id^="content-"] {
  /* скрыть контент по умолчанию */
  position: absolute;
  opacity: 0;
  padding-top: 24px;
  background-color: #fff;
  border: 1px solid #00ccff;
}
.tabs2 div[id^="content-"].act {
  position: relative;
  opacity: 1;
}
.smi__description {
  position: relative;
  margin-bottom: 15px;
}
.smi__subscribe {
  display: flex;
  margin: 20px 0 20px;
}
.smi__subscribe__text {
  margin-left: 15px;
  font-weight: 600;
  line-height: 1.3;
}
/* отобразить контент, связанный с вабранной радиокнопкой (input type="radio") 
#tab-btn-1:checked~#content-1,
#tab-btn-2:checked~#content-2,
#tab-btn-3:checked~#content-3 {
    display: block;
    height: auto;
    display: block !important;
}*/
.tabs2 > label {
  display: inline-block;
  text-align: center;
  vertical-align: middle;
  user-select: none;
  background-color: #f5f5f5;
  border: 1px solid #e0e0e0;
  padding: 2px 8px;
  font-size: 16px;
  line-height: 1.5;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out;
  cursor: pointer;
  position: relative;
  top: 1px;
  background: linear-gradient(to top, #0cf 0, #74e3ff 100%);
  color: #fff;
  -webkit-box-shadow: 0 9px 18px -6px rgba(0, 0, 0, 0.45);
  box-shadow: 0 9px 18px -6px rgba(0, 0, 0, 0.45);
  border-radius: 0;
  font-size: 14px;
  padding: 10px 30px;
  text-transform: uppercase;
  margin-top: 30px;
  padding: 18px 40px;
  margin-bottom: 30px;
  font-family: "Intro";
}
.tabs2 > label:hover {
  text-decoration: none;
  color: inherit;
}
.tabs2 > label:not(:first-of-type) {
  border-left: none;
}
.tabs2 > input[type="radio"]:checked + label {
  background: #369;
  color: #fff;
  -webkit-box-shadow: 0 9px 18px -6px rgba(0, 0, 0, 0.45);
  box-shadow: 0 9px 18px -6px rgba(0, 0, 0, 0.45);
  border-radius: 0;
  font-size: 14px;
  padding: 10px 30px;
  text-transform: uppercase;
  margin-top: 30px;
  padding: 18px 40px;
  border-bottom: 1px solid #fff;
}
.reviews__ref,
.reviews__photo {
}
.reviews__ref {
  padding-top: 45px;
  right: 0;
  text-align: center;
}
.reviews__ref .ref__img {
  display: block;
  margin-bottom: 10px;
  width: 210px;
  height: 293px;
  position: relative;
  outline: 0;
}
.reviews__ref .ref__img:before {
  content: "";
  position: absolute;
  top: -43px;
  right: 0;
  bottom: 0;
  left: 0;
  background: url(/img/reviews-view.png) no-repeat;
  background-size: 100% 100%;
}
.reviews__ref .ref__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  padding: 9px;
}
.reviews__ref > a:not(.ref__img) {
  font-family: roboto, sans-serif;
  font-size: 16px;
  color: #2c2c2c !important;
  text-decoration: underline;
  position: relative;
  margin-left: 30px;
}
.reviews__ref > a:not(.ref__img):before {
  content: "";
  width: 27px;
  height: 27px;
  background: url(/img/sprite.png) -5px -126px no-repeat;
  position: absolute;
  top: 0;
  left: -30px;
}
.review-content-3 {
}
.review-content-3 .review-message {
  max-width: 490px;
  margin-right: 10px;
}
.revleft {
  display: inline-block;
  vertical-align: top;
}
.revright {
  display: inline-block;
  vertical-align: top;
}

#yndx-map {
  width: 100%;
  height: 100%;
}
.ymaps-layers-pane {
  filter: grayscale(100%);
}
.h1-inner {
  font-family: intro, sans-serif;
  font-size: 38px;
  color: #369;
  line-height: 65px;
  text-transform: uppercase;
  position: relative;
  margin: 40px 0 0;
  display: block;
  width: 100%;
}
.home-inner .treatment-alcoholic-ul {
  margin-top: 20px;
}
.h1-inner:before {
  content: "";
  height: 105px;
  width: 112px;
  position: absolute;
  top: -30px;
  left: -40px;
  background: url(../img/sprite-title.png) -7px 0 no-repeat;
}
.h1-inner span {
  color: #fff;
  position: relative;
  display: inline-block;
  line-height: normal;
  z-index: 1;
  margin: 0px 0px 0px 15px;
}
.h1-inner span:before {
  content: "";
  position: absolute;
  top: -15px;
  right: -15px;
  bottom: 0;
  left: -10px;
  background-color: #369;
  -webkit-transform: skewX(-20deg);
  -ms-transform: skewX(-20deg);
  transform: skewX(-20deg);
  z-index: -1;
}
.treatment-alcoholic-name b,
.treatment-alcoholic-name strong {
  font-weight: normal;
}
.block-review a.popup-youtube img {
  object-fit: cover;
}
.header-adres {
  color: #4c4c4c;
  font-family: "Roboto-Light";
  font-size: 16px;
}
.logo-tel,
.hide-text-about {
  display: none;
}
.page-inner {
  padding: 30px 0 40px;
}

.review-nav {
  display: flex;
  flex-wrap: wrap;
  padding-left: 70px;
  position: relative;
  z-index: 9;
}
.first-screen {
  padding: 0px;
  background-size: cover;
}

.form-feedback__consultation {
  font-size: 20px;
  margin-top: 35px;
  margin-bottom: 10px;
  font-weight: 900;
  font-family: Roboto, sans-serif;
}

.form-feedback__consultation span {
  color: #fff;
  position: relative;
  display: inline-block;
  z-index: 1;
  padding: 0 20px;
}
.form-feedback__consultation span:before {
  content: "";
  position: absolute;
  top: -4px;
  right: 5px;
  bottom: 0;
  left: 5px;
  transform: skewX(-12deg);
  background-color: #369;
  z-index: -1;
  border-radius: 4px;
}

.pay-page {
  padding-bottom: 100px;
}

.review-nav .link {
  cursor: pointer;
  padding: 10px;
  font-size: 14px;
  border: 1px solid #00ccff;
  margin-right: 1px;
  margin-bottom: 1px;
  background: none;
}
.review-nav .link.active {
  text-decoration: none;
  border-bottom: 1px solid white;
  font-weight: 700;
  color: #336699;
}

.review-nav .link {
  font-family: "PT Sans", sans-serif;
  margin: 0px;
  box-shadow: none;
  background: white;
  border-bottom: 1px solid white;
  font-weight: 700;
  color: #336699;
  padding: 10px;
  font-size: 14px;
  border: 1px solid #00ccff;
  margin-right: 1px;
  cursor: pointer;
  text-decoration: none;
  margin-bottom: 1px;
}
.review-nav .link span {
  font-family: "PT Sans", sans-serif;
  margin-left: 0px;
  color: #000000;
  border-bottom: 1px dashed #00ccff;
  font-weight: 400;
}
.review-nav .link:hover {
  text-decoration: none;
}
.review-nav .link.active span {
  font-family: "PT Sans", sans-serif;
  color: #336699;
  border: none;
}
.review-nav .link.active {
  margin-top: 0px;
  box-shadow: none;
  padding: 10px;
  background: white;
  border-bottom: 1px solid white;
  font-weight: 700;
  color: #336699;
  font-weight: 700;
}
.block-review .slide-review {
  background-color: #fff;
  border-top: 1px solid #00ccff;
  border-bottom: 1px solid #00ccff;
  border: 1px solid #00ccff;
}

.tabs2 > input[type="radio"] {
  display: none;
}

.tabs2 > .mtab-nav > label {
  font-family: "PT Sans", sans-serif;
  margin: 0px;
  box-shadow: none;
  background: white;
  border-bottom: 1px solid white;
  font-weight: 700;
  color: #336699;
  padding: 10px;
  font-size: 14px;
  border: 1px solid #00ccff;
  margin-right: 1px;
  cursor: pointer;
  text-decoration: none;
}
.tabs2 > .mtab-nav > label:hover {
  text-decoration: none;
  color: inherit;
}
.tabs2 > .mtab-nav > label:not(:first-of-type) {
  border-left: none;
}

.tabs2 > .mtab-nav {
  overflow: unset;
  height: auto;
  display: flex;
  flex-wrap: wrap;
  position: relative;
  z-index: 3;
}
.tabs2 > .mtab-nav label {
  font-family: "PT Sans", sans-serif;
  margin: 0px;
  box-shadow: none;
  background: white;
  border-bottom: 1px solid white;
  color: #336699;
  padding: 10px;
  font-size: 14px;
  border: 1px solid #00ccff;
  margin-right: 1px;
  cursor: pointer;
  text-decoration: none;
  margin-bottom: -1px;
  border-left: 1px solid #00ccff !important;
  display: inline-block;
}
.mtab-nav > label span {
  font-family: "PT Sans", sans-serif;
  margin-left: 0px;
  color: #000000;
  border-bottom: 1px dashed #00ccff;
  font-weight: 400;
}
.mtab-nav > label:hover {
  text-decoration: none;
}
.mtab-nav > label.active span {
  font-family: "PT Sans", sans-serif;
  color: #336699;
  border: none;
  font-weight: 700;
}
.mtab-nav > label.active {
  margin-top: 0px;
  box-shadow: none;
  padding: 10px;
  background: white;
  border-bottom: 1px solid white;
  font-weight: 700;
  color: #336699;
}

.service-panel__box ul {
  list-style-type: disc;
  padding: 0px 0px 0px 25px;
}

.prize__item {
  padding: 10px;
  text-align: center;
}

.prize__text {
  color: #fff;
  margin: 10px 0px 0px 0px;
  line-height: 16px;
}

.tarrifs {
  background: url(../img/tarrifs-bg2.png) top center no-repeat;
  background-size: cover;
  padding: 140px 0 60px;
  margin-top: -90px;
}

.tarrifs .title {
  color: #fff;
  padding-right: 24px;
}
.tarrifs .tarrifs__description {
  color: #fff;
}

.tarrifs .section__title {
  font-size: 52px;
  color: #000;
  line-height: 58px;
}

.tarrifs .section__title span {
  display: block;
  font-family: roboto, sans-serif;
  font-size: 22px;
  font-weight: 400;
  color: #000;
  line-height: 16px;
  text-transform: none;
}

.tarrifs .tarrifs__item {
  padding-bottom: 20px;
}

.tarrifs .tarrifs__item {
  margin-top: 60px;
}

.tarrifs__item {
  background-color: #fff;
  border: 2px solid #369;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  -webkit-box-shadow: 0 9px 18px -6px rgba(0, 0, 0, 0.45);
  box-shadow: 0 9px 18px -6px rgba(0, 0, 0, 0.45);
  padding: 50px 5px 20px;
  text-align: center;
  font-size: 18px;
  position: relative;
}

.tarrifs__item:before {
  content: "";
  width: 94px;
  height: 94px;
  position: absolute;
  top: -60px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  background: url(/img/sprite-price.png);
}

.tarrifs__item.icon_eco:before {
  background-position: 0 0;
}

.tarrifs__item.icon_rec:before {
  background-position: -99px 0;
}

.tarrifs__item.icon_vip:before {
  background-position: -197px 0;
}

.tarrifs__item.icon_code:before {
  background-position: -296px 0;
}

.tarrifs__item.icon_hosp:before {
  background-position: -393px 0;
}

.tarrifs__item ul.not_last {
  margin-bottom: 30px;
  position: relative;
}

.tarrifs__item ul.not_last:after {
  content: "";
  position: absolute;
  bottom: -30px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 23px;
  height: 23px;
  background: url(/img/sprite.png) -38px -1px no-repeat;
}

.tarrifs__item ul.not_last:last-child {
  color: red;
}

.tarrifs__item li {
  border-bottom: 2px solid #e6e6e6;
  font-size: 15px;
  margin-bottom: 5px;
}

.tarrifs__item .btn {
  -webkit-box-shadow: none;
  box-shadow: none;
  background: -webkit-gradient(
    linear,
    left bottom,
    left top,
    color-stop(0, #0cf),
    to(#74e3ff)
  );
  background: -webkit-linear-gradient(bottom, #0cf 0, #74e3ff 100%);
  background: linear-gradient(to top, #0cf 0, #74e3ff 100%);
  height: 36px;
  line-height: 20px;
  font-family: intro, sans-serif;
  font-size: 15px;
  padding: 10px 20px;
  -webkit-transition: -webkit-box-shadow 0.2s ease-in-out;
  transition: -webkit-box-shadow 0.2s ease-in-out;
  transition: box-shadow 0.2s ease-in-out;
  transition: box-shadow 0.2s ease-in-out, -webkit-box-shadow 0.2s ease-in-out;
}

.tarrifs__item .btn:hover {
  -webkit-box-shadow: 0 9px 18px -6px rgba(0, 0, 0, 0.25);
  box-shadow: 0 9px 18px -6px rgba(0, 0, 0, 0.25);
}

.tarrifs__name {
  font-family: intro, sans-serif;
  text-transform: uppercase;
  color: #369;
  line-height: 28px;
  margin-bottom: 10px;
}

.tarrifs__name span {
  position: relative;
  font-size: 14px;
  z-index: 1;
  color: #fff;
  padding: 0 20px;
}

.tarrifs__name span:before {
  content: "";
  position: absolute;
  top: -4px;
  right: 5px;
  bottom: 0;
  left: 5px;
  -webkit-transform: skewX(-12deg);
  -ms-transform: skewX(-12deg);
  transform: skewX(-12deg);
  background-color: #369;
  z-index: -1;
}

.tarrifs__descr {
  display: block;
  font-size: 13px;
  font-family: roboto-cond-regular, sans-serif;
  color: #2c2c2c;
  line-height: 16px;
}

.tarrifs__sum-new,
.tarrifs__sum-old {
  display: block;
  font-family: intro, sans-serif;
  position: relative;
}

.tarrifs__sum-old {
  font-size: 19px;
  text-transform: uppercase;
  color: #59c0e4;
  margin-bottom: 5px;
}

.tarrifs__sum-old:before {
  content: "";
  position: absolute;
  top: 50%;
  right: 15px;
  left: 15px;
  -webkit-transform: skewY(-4deg) translateY(-2px);
  -ms-transform: skewY(-4deg) translateY(-2px);
  transform: skewY(-4deg) translateY(-2px);
  height: 1px;
  background-color: #ff0202;
}

.tarrifs__sum-new {
  font-size: 21px;
  color: #fff;
  z-index: 1;
  line-height: 28px;
  margin-bottom: 15px;
}

.tarrifs__sum-new:before {
  content: "";
  position: absolute;
  top: -4px;
  right: 5px;
  bottom: 0;
  left: 5px;
  -webkit-transform: skewX(-12deg);
  -ms-transform: skewX(-12deg);
  transform: skewX(-12deg);
  background-color: #369;
  z-index: -1;
  border-radius: 4px;
}

.tarrifs .title,
.tarrifs .tarrifs__description {
  text-align: right;
}

.tarrifs__carousel {
  margin: -100px 0px 30px 0px;
}

.tarrifs__carousel .slick-slide:nth-child(odd) {
  margin: 80px 0px 0px 0px;
}
.tarrifs__carousel .slick-slide:nth-child(even) {
  margin: 100px 0px 0px 0px;
}
/* .tarrifs__carousel .slick-slide:nth-child(3) {
  margin: 100px 0px 0px 0px;
}
.tarrifs__carousel .slick-slide:nth-child(4) {
  margin: 120px 0px 0px 0px;
}
.tarrifs__carousel .slick-slide:nth-child(5) {
  margin: 140px 0px 0px 0px;
} */


.tarrifs .title:before {
  background-position: -125px 0;
  left: auto;
  right: 0;
  top: -24px;
}

.sitemap__block {
  margin: 0px 0px 30px 0px;
}

.privacy__title {
  font-size: 32px;
  font-weight: 700;
  margin: 0px 0px 15px 0px;
}
.privacy__annotation {
  font-size: 16px;
  margin: 0px 0px 15px 0px;
}
.privacy__content {
  margin-bottom: 20px;
}
.privacy__content ul {
  margin: 0 0 1.5em 3em;
}
.privacy__content__numeric {
  list-style: decimal;
}
.privacy__content__list--inside {
  margin: 5px 0px 0px 0px;
  padding: 0px;
  list-style: none;
}
.privacy__content__circle {
  list-style-image: url("data:image/svg+xml,%3Csvg width='15' height='15' viewBox='0 0 15 15' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M7.5 15C11.6421 15 15 11.6421 15 7.5C15 3.35786 11.6421 0 7.5 0C3.35786 0 0 3.35786 0 7.5C0 11.6421 3.35786 15 7.5 15ZM11.2967 6.0228C11.5896 5.7299 11.5896 5.25503 11.2967 4.96214C11.0038 4.66924 10.5289 4.66924 10.236 4.96214L6.63776 8.5604L4.76139 6.70895C4.46655 6.41803 3.99168 6.4212 3.70076 6.71605C3.40983 7.01089 3.413 7.48575 3.70785 7.77668L6.11452 10.1514C6.40798 10.4409 6.88012 10.4394 7.17163 10.1479L11.2967 6.0228Z' fill='%232483CF'/%3E%3C/svg%3E%0A");
}
.privacy__content__circle li {
  margin-bottom: 10px;
}
.privacy__content__circle li:last-child {
  margin-bottom: 0px;
}
.privacy__content__title {
  font-size: 28px;
  font-weight: bold;
  margin-bottom: 20px;
}
.privacy__content__text {
  font-size: 16px;
  margin-bottom: 15px;
}
.privacy__content__text--bold {
  font-weight: 700;
}
.privacy__content__text--title {
  margin-bottom: 10px;
}

.doctor .doctor__row {
  display: flex;
  flex-wrap: wrap;
  margin: 0px -15px;
}

.doctor .doctor__left-block {
  flex: 0 0 30%;
  max-width: 30%;
  padding: 0px 15px;
}

.doctor .doctor__right-block {
  flex: 0 0 70%;
  max-width: 70%;
  padding: 0px 15px;
}

.doctor__block {
  flex: 0 0 100%;
  max-width: 100%;
  padding: 0px 15px;
  margin: 0px 0px 30px 0px;
}

.doctor__title {
  margin: 0px 0px 5px 0px;
  font-size: 32px;
  line-height: 32px;
  font-family: "Intro";
}

.doctor__title.doctor__title--additional {
  font-size: 24px;
  line-height: 24px;
  margin: 0px 0px 15px 0px;
}

.doctor__excerpt {
  margin: 0px 0px 10px 0px;
  font-size: 21px;
}

.doctor__schedule {
  margin: 0px 0px 15px 0px;
}

.doctor__schedule-title {
  font-size: 18px;
}

.doctor__schedule-row {
  display: flex;
  flex-wrap: wrap;
  padding: 5px;
}

.doctor__schedule-row:nth-child(even) {
  background-color: #edf2f6;
}

.doctor__schedule-item.doctor__schedule-item--title {
  flex: 0 0 20%;
  max-width: 20%;
  font-weight: 700;
}

.doctor__bread {
  margin: 15px 0px 0px 0px;
}

.doctor__xs {
  display: none;
}

.doctor__button {
  display: inline-block;
  text-align: center;
  padding: 10px 50px;
  margin: 0px 0px 30px 0px;
  background-color: #23527c;
  color: #fff;
  transition: opacity 0.3 ease-in-out;
}

.doctor__button:hover {
  opacity: 0.8;
}

.doctor__image {
  width: 100%;
}

.slide-doctors-fio,
.slide-doctors-prof,
.doctors__button-block {
  display: inline-block;
  width: 100%;
}

.doctors__button-block {
  text-align: center;
}

.contact-block a {
  color: #369 !important;
  text-decoration: none !important;
}

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

.header__item-new.header__item-new--first {
  display: flex;
  flex-direction: column;
  margin-right: 20px;
  position: relative;
  padding-left: 65px;
}
.header__item-new.header__item-new--first:before {
  content: "";
  position: absolute;
  left: 0;
  top: calc(50% - 15px);
  width: 54px;
  height: 30px;
  background-size: cover;
  background-repeat: no-repeat;
  background-image: url("../img/header-phone-icon.png");
}

.header__item-new.header__item-new--second img {
  width: 40px;
  margin: 0px 0px 0px 10px;
}

.header__item-new.header__item-new--second  {
  margin-right: 20px;
}

.header__block .header-adres {
  position: relative;
  color: #4c4c4c;
  font-weight: 600;
  font-size: 10px;
  text-transform: uppercase;
  font-family: "Roboto-Medium";
  text-align: right;
}

/* .header__block .header-adres:before {
    content: '';
    position: absolute;
    top: 0px;
    right: -10px;
    bottom: 0;
    left: -10px;
    background-color: #369;
    -webkit-transform: skewX(-20deg);
    -ms-transform: skewX(-20deg);
    transform: skewX(-20deg);
    z-index: -1;
    border-radius: 10px;
} */

.btn-blue.btn-blue--custom {
  background-color: #0cf;
  background: -webkit-gradient(
    linear,
    left bottom,
    left top,
    color-stop(0, #0cf),
    to(#74e3ff)
  );
  background: -webkit-linear-gradient(bottom, #0cf 0, #74e3ff 100%);
  background: linear-gradient(to top, #0cf 0, #74e3ff 100%);
  margin: 0px 0px 0px 20px;
}

.btn-blue.btn-blue--custom:hover {
  background: #369 !important;
  background-color: #369 !important;
  transition: unset;
}

.select-region {
  max-width: 900px;
  width: 100%;
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
}

.form-feedback.form-feedback--header {
  margin: 15px 0px 0px 0px;
}

.form-feedback.form-feedback--header .form-send-new {
  display: flex;
  align-items: center;
}
/*.form-feedback.form-feedback--header .form-send {
  display: flex;
  align-items: center;
}*/

.form-feedback.form-feedback--header .phone-number {
  margin: 0px 10px 0px 0px;
}

.form-feedback.form-feedback--header .offer {
  color: #000;
}

.block__doctors-new {
  display: flex;
  flex-wrap: wrap;
  margin: 0px -15px;
}

.block__doctors-new .block__doctors-new-item {
  flex: 0 0 25%;
  max-width: 25%;
  padding: 0px 15px;
  margin: 0px 0px 15px 0px;
}

.block__doctors-new .block__doctors-new-item .slide-doctors-new__item {
  max-width: unset;
  display: inline-block;
  margin: 0px;
}

.doctors__page {
  padding: 20px 0px 20px 0px;
} 

.cities__block {
  display: flex;
  flex-wrap: wrap;
}

.cities__item {
  flex: 0 0 25%;
  max-width: 25%;
  margin: 0px 0px 15px 0px;
}

.cities__item a,
.cities__item b {
  font-size: 18px;
}

.cities__item b {
  color: #23527c;
  font-weight: 700;
  font-family: Roboto-Bold, sans-serif;
}

.why-text-img_img img {
  width: 96px;
  height: auto;
  max-width: unset;
}

#narco-up {
  bottom: 180px!important;
}

.slide-doctors-new .slick-slide {
  padding: 0 10px 0 0;
}
.slide-doctors-new__item {
  background: #fff;
  box-shadow: 0px 4px 18px rgba(10, 185, 236, 0.24);
  margin: 10px;
  padding: 8px;
  width: 100%;
  text-align: center;
}
.slide-doctors-new__img {
  width: 100%;
  object-fit: cover;
  height: 300px;
  margin-bottom: 20px;
}
.slide-doctors-new__name {
  color: #336699;
  font-weight: 600;
  font-size: 16px;
  font-family: Roboto-Bold, sans-serif;
  line-height: 1.2;
  height: 42px;
  margin-bottom: 8px;
}
.slide-doctors-new__info {
  color: #333;
  opacity: .6;
  font-size: 16px;
  line-height: 1.2;
  height: 45px;
}

.sitemap__block li {
  margin-bottom: 8px;
}

.about-photo__more {
  display: block;
  margin-top: 10px;
  color: #337ab7;
  text-decoration: none;
  cursor: pointer;
  font-family: 'Intro-Black';
  text-align: center;
}

.page-photo {
  padding: 30px 0 30px;
}
.page-photo .title {
  margin-top: 50px;
}
.page-photo__block {
  display: flex;
    flex-wrap: wrap;
}
.page-photo__item {
  flex: 0 0 33%;
  max-width: 33%;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}
.page-photo__item a {
  width: 100%;
}
.page-photo__item img {
  width: 100%;
  height: 200px;
  object-fit: cover;
  object-position: center;
}

.rec-articles {
  margin: 30px 0;
}
.rec-articles__item {
  display: block;
  background: #fff;
  margin: 10px;
  padding: 8px;
  text-align: center;
}
.rec-articles__item-title {
  line-height: 1.3;
  font-weight: 600;
  margin-top: 8px;
  font-size: 20px;
}
.rec-articles__item-image img {
  height: 300px;
  object-fit: cover;
  object-position: center;
  display: block;
  margin: 0 auto;
}

.direction {

}

.direction__wrap {
  text-align: center;
}

.direction__item a {
  transition: color 0.3s;
  color: #369;
}

.direction {
  z-index: 10;
  margin: 80px 0px 80px 0px;
}

.direction__item {
  position: relative;
  flex: 0 0 25%;
  max-width: 25%;
  padding: 0 15px;
  margin: 0 0 40px;
  text-align: center;
  font-family: "Intro", sans-serif;
  font-weight: 900;
  text-transform: uppercase;
  color: #369;
}

.direction__item.direction__item--hide {
  display: none;
}

.direction__spoiler:before {
  content: "";
  width: 36px;
  height: 33px;
  background: url('//narcoklinika.com/wp-content/themes/narcoklinika/assets/css/../img/sprite-title.png') -126px -113px no-repeat;
  position: absolute;
  top: -5px;
  left: 0;
}

.direction__item:before {
  content: "";
  width: 40%;
  height: 2px;
  background-color: #00ccff;
  margin: 0 auto;
  display: block;
  margin-bottom: 10px;
}

.direction__spoiler {
  position: relative;
  display: inline-block;
  text-transform: uppercase;
  padding-left: 15px;
  border-bottom: 1px dashed #0cf;
  margin: 0 auto;
  color: #000;
  font-weight: 800;
  font-size: 20px;
  cursor: pointer;
}

.direction__wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-top: 60px;
}

.doctor {
  margin: 0 auto;
    font-family: 'Roboto', sans-serif;
  width: 1090px;
  padding: 0 20px;
  padding: 67px 0;
  position: relative;

}

.doctor-header {
  position: relative;
}

.doctor-header__wrap {
  position: absolute;
  bottom: 0px;
  left: -50px;
}

.doctor-header__title {
  font-family: 'Roboto';
  font-size: 50px;
  text-transform: uppercase;
  line-height: 62px;
  margin-bottom: 17px;
}

.doctor__wrap {
  background: #FFFFFF;
  padding: 32px 25px;
  display: flex;
  flex-wrap: wrap;
  box-shadow: 0px 0px 18px 0px rgba(0,0,0,0.2);
}

.doctor-photo {
  width: 319px;
  margin-right: 50px;
}

.doctor-photo__title {
  transform: translateY(-38px);
  margin: 0 auto;
  font-size: 20px;
  font-weight: 900;
  line-height: 23px;
  color: #ffffff;
  text-align: center;
  padding: 13px 0;
  width: 244px;
  position: relative;
} 

.doctor-photo__title::before, .doctor-photo__title::after {
  content: '';
  position: absolute;
  top: -53px;
  z-index: -1;
  width: 199px;
  height: 125px;
  background: #336699;
  border-radius: 13px 13px 13px 13px;
  transform: perspective(400px) rotateX(45deg);
}

.doctor-photo__title::before {
  left: -22px;
  transform-origin: 43% 100%;
}

.doctor-photo__title::after {
  right: -9px;
  transform-origin: 138% 100%;
}

.doctor-photo__text {
  transform: translateY(-24px);
  font-size: 18px;
  line-height: 22px;
  color: #4C4C4C;
  text-align: center;
  width: 280px;
  margin: 0 auto;
}

.doctor-about {
  width: 639px;
}

.doctor-about__title {
    font-family: 'Intro-Black';
  font-size: 40px;
  font-weight: 900;
  line-height: 50px;
    color: #0D0D0D;
  text-transform: uppercase;
  margin-bottom: 15px;
}

.doctor-about-wrap__title {
  font-size: 18px;
  font-weight: 700;
  line-height: 27px;
}

.doctor-about-wrap__text strong {
font-size: 18px;
  color: #000000;
}


.doctor-schedule__title {
  font-size: 18px;
  font-weight: 900;
 color: #000000;
  line-height: 27px;
  margin-bottom: 10px;
}

.doctor-schedule__block {
  display: flex;
  width: 318px;
  padding: 10px 0 7px 15px;
}

.doctor-schedule__block:nth-child(odd) {
  background: #E8EFF4;
}

.doctor-schedule__day {
    font-weight: 600;
    line-height: 24px;
    font-family: 'Roboto', sans-serif;
  color: #4C4C4C;
}

.doctor-schedule__time {
  font-weight: 300;
  line-height: 24px;
  margin: 0 79px 0 auto;
}

.doctor-schedule__btn {
  display: block;
  cursor: pointer;
  border: none;
  color: #000;
  font-size: 18px;
  line-height: 27px;
    font-family: 'Roboto', sans-serif;
  font-weight: 700;
  text-align: center;
  margin: 21px auto 31px;
  border-radius: 25px;
  text-transform: uppercase;
  padding: 11px 69px 10px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.4);
  background: linear-gradient(180deg, #6BE1FF 0%, #14CFFF 100%);
}

@media screen and (max-width: 1170px) {
  .h1-inner {
    margin-left: 40px;
    width: calc(100% - 40px);
  }
  .padd-in-head-and-sec {
    padding-top: 0px;
  }
  .awards {
    margin-top: -50px;
  }
  .block-promotions .white-title {
    margin-left: 50px;
  }
  .block-awards .title {
    margin-right: 40px;
  }
  .block-why .title {
    margin-right: 40px;
  }
  .owl-next {
    right: 0;
  }
  .owl-prew {
    left: 0;
  }
  .slide-doctors-img img {
    width: 100%;
    height: 196px;
    object-fit: cover;
  }
  .block-consultation .title {
    margin-left: 40px;
  }
  .subtitle span {
    margin-top: 15px;
    display: block;
  }
  .title {
    font-size: 50px;
    line-height: 1.3;
  }
  .block-doctors .title {
    margin-left: 40px;
  }
  .rec-articles .title:before {
    left: -8px;
  }
  .header-phone_numb a {
    font-size: 17px;
  }
}

.programm__block {
  z-index: 10;
  padding: 30px 70px 150px;
}

.programm__list {
  position: relative;
  list-style: decimal;
}

.programm__list li {
  visibility: hidden;
  height: 0px;
}

.programm__list li:nth-child(1),
.programm__list li:nth-child(2),
.programm__list li:nth-child(3),
.programm__list li:nth-child(4),
.programm__list li:nth-child(5),
.programm__list li:nth-child(6),
.programm__list li:nth-child(7),
.programm__list.active_block li {
  visibility: visible;
  height: auto;
  margin: 0px 0px 15px 0px;
}

.programm__button {
  background-color: transparent;
  font-size: 16px;
  margin: 0px 0px 15px 0px;
  text-decoration: underline;
}

.programm__row {
  display: flex;
  flex-wrap: wrap;
  margin: 0px -15px;
}

.programm__col {
  flex: 0 0 50%;
  max-width: 50%;
  padding: 0px 15px;
}

.center-about__block {
  margin-top: -125px;
  background-color: transparent;
}

.about-license {
  z-index: 10000;
  position: relative;
}

.centr-about__description {
  text-align: left;
}



.center-about__items {
  margin: 0px 0px 30px 0px;
}

.center-about__items:last-child {
  margin: 0px;
}

.clinic-photo__yt-block {
  position: relative;
  line-height: 0px;
}

.clinic-photo__yt {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
}

.clinic-photo__yt svg {
  width: 75px;
  height: auto;
  top: calc(50% - (75px / 2));
  position: absolute;
  left: calc(50% - (75px / 2));
}

.clinic-photo a {
	width: 100%;
}

.sales-article .form-feedback__consultation {
  margin-top: 0px;
}

.sales-article {
  margin: 0px 0px 30px 0px;
}

.section-background.about {
	background-color: transparent;
}
.section-background.clinic-doctors.clinic-doctors-only {
	padding-top: 100px;
}

.article .treatment-alcoholic-name ul li:before {
  display: unset;
  transform: unset;
  border-radius: unset;
}

.article .treatment-alcoholic-name ul li {
  padding: 0px 0px 0px 35px;
}

.article .price__title {

}

.iprice-tab__item.iprice-tab__item--article {
  margin: 0px 0px 30px 0px;
  display: block;
  opacity: 1;
}

.vk-preview {
  position: relative;
  cursor: pointer;
}
.vk-preview img {
  width: 100%;
  height: 714px;
  object-fit: cover;
  object-position: center;
}
.vk-preview:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  background-color: #000;
  z-index: 1;
  width: 100%;
  height: 100%;
  opacity: 0.5;
}

.vk-preview:after {
  content: '';
  position: absolute;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' version='1.1' xmlns:xlink='http://www.w3.org/1999/xlink' width='512' height='512' x='0' y='0' viewBox='0 0 512 512' style='enable-background:new 0 0 512 512' xml:space='preserve' class=''%3E%3Cg%3E%3Cpath d='M256 0C114.616 0 0 114.616 0 256s114.616 256 256 256c141.394 0 256-114.616 256-256S397.394 0 256 0zm0 460.8c-112.927 0-204.8-91.873-204.8-204.8S143.073 51.2 256 51.2 460.8 143.073 460.8 256 368.927 460.8 256 460.8z' fill='%23fff' opacity='1' data-original='%23fff' class=''%3E%3C/path%3E%3Cpath d='m349.112 238.08-124.15-71.68c-17.07-9.851-31.037-1.792-31.037 17.92v143.36c0 19.712 13.967 27.781 31.037 17.92l124.15-71.68c17.07-9.851 17.07-25.989 0-35.84z' fill='%23fff' opacity='1' data-original='%23fff' class=''%3E%3C/path%3E%3C/g%3E%3C/svg%3E");
  width: 60px;
  height: 60px;
  background-position: center;
  background-size: cover;
  top: calc(50% - (60px / 2));
  left: calc(50% - (60px / 2));
  z-index: 2;
}

@media screen and (max-width: 992px) {
  .treatment-alcoholic.treatment-alcoholic--article {
    padding: 50px 0px;
  }
  .treatment-alcoholic--article .treatment-alcoholic-ul, .page-inner.page-inner--banner .treatment-alcoholic-ul {
    display: inline-block;
  }
  
  .page-inner.page-inner--banner .first-screen {
    padding: 0px 0px 30px 0px;
  }
  .direction__wrapper {
    margin-top: 0;
  }
  .direction__item {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .center-about__block {
    margin-top: -240px;
  }
  .programm__col {
    flex: 0 0 100%;
    max-width: 100%;
    margin: 0px 0px 15px 0px;
  }
  .programm__col:last-child {
    margin: 0px;
  }
  .cities__item {
    flex: 0 0 100%;
    max-width: 100%;
    margin: 0px 0px 15px 0px;
  }
  .form-feedback.form-feedback--header .form-send-new {
    flex-direction: column;
  }
  /*.form-feedback.form-feedback--header .form-send {
    flex-direction: column;
  }*/

  .form-feedback.form-feedback--header .phone-number {
    margin: 0px 0px 15px 0px;
  }
  .block__doctors-new .block__doctors-new-item {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .slide-doctors-img img {
    height: auto;
  }
  .services__description,
  .doctors__description,
  .smi__description,
  .review__description,
  .faq__description,
  .tarrifs__description {
    margin: 0px 0px 30px 0px;
    font-size: 18px;
    font-weight: 400;
  }
  .write .review-content {
    max-width: calc(100% - 144px);
    width: 100%;
  }
  .revright {
    margin: 0 auto;
    position: relative;
    margin-top: -30px;
  }
  .header-adres {
    font-size: 14px;
  }
  .bread-container {
    display: none;
  }
  .doctors__page {
    padding: 110px 0 0;
  }
  .block-awards .title:before,
  .block-why .title:before {
    background-position: -174px -113px;
    right: -10px;
  }
  .block-about .title:before {
    top: -10px;
  }
  .block-why .title:before {
    top: 0;
  }
  .about {
    margin-top: -200px;
    padding-top: 100px;
    z-index: 0;
  }
  .h1-inner {
    font-size: 16px;
    line-height: 28px;
    width: auto;
    margin: 30px auto 0;
  }
  .h1-inner:before {
    width: 33px;
    height: 31px;
    background-position: -126px -113px;
    top: -7px;
    left: -12px;
  }
  .h1-inner span:before {
    top: -7px;
    right: -5px;
    left: -5px;
    bottom: -5px;
  }
  .h1-inner span {
    margin-left: 10px;
  }
  .list-service-items,
  .text-service {
    float: none;
  }
  /*     .first-screen {
        padding-top: 70px;
    } */
  .text-service {
    width: 100%;
  }
  .clinic-doctors {
    padding-top: 50px;
    margin-top: 0;
  }
  .license-plus-photo {
    align-items: center;
    flex-direction: column;
  }
  .about-photo {
    margin-top: 40px;
  }

  .clinic-photo-slide {
    max-width: 457px;
    width: 100%;
  }
  .why-text-p .h3,
  .why-text-p p {
    font-size: 18px;
  }
  .treatment-alcoholic {
    margin-top: 0;
    padding-top: 0;
  }
  .treatment-alcoholic-name ul li {
    font-size: 16px;
    margin-top: 20px;
    flex-wrap: wrap;
  }
  .treatment-alcoholic-name {
    max-width: 450px;
    width: 100%;
    margin: 0 auto;
  }
  .price-slide .slick-next {
    right: 0;
  }
  .title:before {
    left: -12px;
    width: 33px;
    height: 31px;
    background-position: -126px -113px;
    top: -7px;
  }
  .treatment-alcoholic-ul {
    flex-direction: column;
    align-items: center;
    margin-top: 30px;
  }
  .treatment-alcoholic_phote {
    /* margin-bottom: -101px; */
  }
  .padd-in-head-and-sec {
    padding-top: 0px;
  }
  .w_services-block {
    width: 50%;
  }
  .treatment-alcoholic_phote img {
    display: none;
  }
  .fone-uslug {
    margin-top: 0;
  }
  .question__wrap {
    flex-direction: column;
  }
  .question__left {
    width: 100%;
  }
  .question__center {
    width: 100%;
  }
  .question__right {
    width: 100%;
    margin-top: 20px;
  }
  .block-question .block-question__subtitle span {
    font-size: 18px;
  }
  .block-question .form-feedback {
    width: auto;
  }
  .block-question .title {
    line-height: 49px;
    max-width: 100%;
    margin: 0 auto;
    flex-wrap: wrap;
    display: flex;
    width: fit-content;
  }
  .block-question {
    text-align: center;
  }
  .block-question .background-output-big-span {
    margin-left: 10px;
  }
  #narco-up {
    display: none;
  }
  .services__description,
  .doctors__description,
  .smi__description,
  .review__description,
  .faq__description,
  .tarrifs__description {
    margin: 0px 0px 30px 0px;
    font-size: 18px;
    font-weight: 400;
  }
  .tarrifs__carousel {
    margin: 0px 0px 30px 0px;
    width: 100% !important;
  }

  .tarrifs__carousel .slick-slide:nth-child(2),
  .tarrifs__carousel .slick-slide:nth-child(3),
  .tarrifs__carousel .slick-slide:nth-child(4),
  .tarrifs__carousel .slick-slide:nth-child(5) {
    margin: 0px 0px 0px 0px;
  }
  .tarrifs .title:before {
    background-position: -174px -113px;
    left: auto;
    right: 0px;
    top: -10px;
  }
  .tarrifs .title {
    padding-right: 10px;
  }
  .tarrifs {
    padding-top: 120px;
  }
  .review {
    padding-top: 40px;
  }
  .row {
    margin: 0px !important;
  }
  .privacy__title {
    font-size: 24px;
  }
  .privacy__annotation {
    font-size: 14px;
    margin: 0px 0px 15px 0px;
  }
  .privacy__content {
    margin-bottom: 15px;
  }
  .privacy__content__title {
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 15px;
  }
  .privacy__content__text {
    font-size: 14px;
    margin-bottom: 10px;
  }
  .privacy__content__text--bold {
    font-weight: 700;
  }
  .privacy__content__text--title {
    margin-bottom: 5px;
  }
  .header__block {
  	justify-content: space-around;
    display: flex;
    align-items: center;
    margin: 0px 0px 0px 0px;
    width: 100%;
  }
	.header__block .header__call-button a {
  	   margin: 0px 0px 0px 0px;
  }
  .header-phone_numb {
    justify-content: flex-start;
  }
  .header__block .header-adres {
    text-align: left;
  }
  .header__item-new.header__item-new--first,
  .header__item-new.header__item-new--second {
    margin: 10px 0;
  }
  .select-region {
    margin: 45px 0px 0px 0px;
    justify-content: end;
  }
  .btn-blue.btn-blue--custom {
    font-size: 12px;
    margin: 0px;
    background-color: transparent;
    background: transparent;
    color: #000;
    box-shadow: none;
    padding: 0px;
    border-bottom: 1px #000 dashed;
    height: unset;
    line-height: 1.2;
    border-radius: 0px;
  }
  .fone-uslug {
    padding-bottom: 60px;
  }
  .slide-doctors-new__img {
    height: auto;
  }
  .about-license--lg {
    display: none;
  }
  .about-license--md {
    display: block;
  }
  .about-photo {
    max-width: 90%;
  }
  .description {
    max-width: 90%;
    width: 90%;
    margin-top: 30px;
  }
  .page-photo__item {
    flex: 0 0 50%;
    max-width: 50%;
  }

	
 .doctor {
    width: 756px;
    padding: 0 16px;
  }

.doctor-photo {
    width: 291px;
}

  .doctor__wrap {
    justify-content: space-between;
    padding: 16px 24px;
  }

  .doctor-header__wrap {
    left: 0;
  }

  .doctor-header__title {
    margin-left: 45px;
  }

  .doctor-photo {
    order: 1;
    margin-right: 33px;
  }

  .doctor-schedule {
    order: 2;
  }

  .doctor-about {
    width: 348px;
    order: 3;
  }



}
@media (max-width: 768px) {
  .tab-title-mob.spec-mob > label {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    transition: all 0.3s;
    font-size: 18px;
    position: relative;
    cursor: pointer;
    color: #333;
    padding: 10px 30px 10px 15px;
    line-height: normal;
  }
  .tab-title-mob.spec-mob {
    padding: 10px 0px;
  }
  .tabs2 > div {
    background-color: transparent;
  }

  [id^="content-"] .interviews-and-reports_slid .slick-track {
    width: max-content !important;
  }
  .review .tab-title-mob {
    z-index: 2000;
  }
  #reviews .tab-title-mob {
    border: 1px solid #00ccff;
    background-color: #fff;
  }
  #reviews .tab-title-mob ~ .tab-title-mob {
    margin-top: 15px;
  }

  #content-1,
  #content-2,
  #content-3 {
    margin-bottom: 15px;
    border: 1px solid #00ccff;
    background-color: #fff;
  }
  #content-1.active .tab-title-mob.spec-mob {
    background-color: #369;
  }
  .block-review {
    padding: 0 0px;
  }
  #reviews .tab-title-mob.active {
    background-color: #369;
  }
  #reviews .tab-title-mob:nth-child(2) {
    margin-top: 20px;
  }
  #reviews .tab-title-mob.active i,
  .tabs2 .tab-title-mob.active i {
    color: #fff;
    transform: rotate(180deg);
  }
  #reviews .tab-title-mob.active,
  .tabs2 .tab-title-mob.active {
    color: #fff;
  }
  .slide-review-item {
    flex-direction: column;
    align-items: center;
  }
  .profile-review-info {
    justify-content: center;
    padding: 15px 0 0;
  }
  .slide-review .slick-track {
    display: block;
  }
  .write .review-content.full,
  .write .review-content {
    max-width: 100%;
    padding: 0;
  }
  .review-message:before {
    display: none;
  }
  .padd-in-head-and-sec {
    padding-top: 105px;
  }
  body.home .first-screen {
    padding: 60px 0 0;
  }
  .h1-inner {
    margin: 0 auto;
  }
  .fone-uslug {
    margin-top: 0;
    padding: 30px 0 0;
  }
  .w_services-main {
    padding-bottom: 0px;
  }
  .why {
    margin-top: -120px;
  }
  .title {
    font-size: 40px;
  }
  .why-text-p .h3,
  .why-text-p p {
    font-size: 16px;
  }
  .block-awards .title:before,
  .block-why .title:before {
    background-position: -174px -113px;
    right: -15px;
    top: 0;
  }
  .block-why .title:before {
    top: -10px;
  }
  .title {
    font-size: 32px;
  }
  .block-promotions {
    padding-bottom: 140px;
  }
  .slick-dots {
    bottom: -50px;
  }
  .slide-doctors .slick-dots {
    position: relative;
    bottom: 0;
    padding: 20px 0 0;
  }
  .text-service {
    display: none;
  }
  .list-service-items li {
    text-align: center;
  }
  .btn-doc {
    padding: 18px 30px;
  }
  .block-why {
    padding-top: 125px;
  }
  .why-text-right {
    display: flex;
    flex-direction: revert;
  }
  .why-text-p {
    text-align: left;
  }
  .slide-trust-item img,
  .slide-trust-item_2 img,
  .slide-trust-item_3 img {
    max-width: 100%;
  }
  .trust .popup-youtube {
    display: block;
  }
  .consultation {
    padding-bottom: 60px;
  }
  .price {
    background: url(../img/price-bg2.jpg) top center no-repeat;
  }
  .review-content {
    margin-left: 0;
    max-width: 100%;
  }
  .about-photo {
    margin-top: 40px;
  }
  .treatment-alcoholic_info {
    max-width: 466px;
  }
  .treatment-alcoholic-title span {
    font-size: 24px;
  }
  .block-promotions {
    padding-bottom: 30px;
  }
  .background-output-big-span {
    padding: 0 5px;
  }
  .contact-block_map {
    position: relative;
  }
  .background-output-big-span:before {
    top: -5px;
  }
  .title-second-level {
    font-size: 24px;
    line-height: 34px;
    margin-top: 10px;
    text-align: center;
  }
  .block-question .form-feedback {
    margin-top: 30px;
    text-align: center;
  }
  .contact-block {
    padding: 15px 20px;
    max-width: 100%;
    font-size: 16px;
    line-height: 1.3;
    margin: 0 auto 33px;
    display: block;
    border-radius: 0;
  }
  .contact-block_map .container {
    margin: 0;
    padding: 0;
    border-radius: 0;
  }
  .map-btn {
    margin: 15px 0;
  }
  .contact-block .map-btn {
    padding: 10px 24px;
  }
  .map {
    height: auto;
    display: flex;
    flex-direction: column-reverse;
  }
  .map_main {
    height: 400px;
  }
  .license-image_ramka {
    max-width: 149px;
    margin: 5px auto;
  }
  .background-output-big span {
    font-size: 32px;
  }
  .slide-doctors-item {
    margin: 10px auto;
  }
  .awards-slide-img {
    height: auto;
    margin: 10px auto;
  }
  .intro .mobile__bg {
    display: none;
  }
  .tarrifs__item .btn {
    height: auto;
  }
  .prize__block .slick-list {
    height: 400px !important;
  }
  .doctor__schedule-item.doctor__schedule-item--title {
    flex: 0 0 40%;
    max-width: 40%;
    font-weight: 700;
  }
  .h1-inner {
    margin: 60px auto 0;
  }
  .about {
    margin-top: -140px;
    z-index: 0;
  }
  .block-about {
    padding-top: 85px;
  }
  .block-services {
    padding-top: 35px;
  }
  .question {
    padding: 40px 0 40px;
  }
  .treatment-alcoholic {
    padding-top: 30px;
  }
  .doctor {
    margin-top: 190px;
  }
  .rec-articles__item-image img {
    height: 200px;
    object-fit: cover;
    object-position: center;
    display: block;
    margin: 0 auto;
  }
  .page-inner.page-inner--article:first-child {
    padding: 160px 0 40px;
  }
  .page-inner.page-inner--article:last-child {
    padding: 40px 0 160px;
  }

  .doctor {
    width: 448px;
    padding: 0 16px;
    margin-bottom: 70px;
  }

  .doctor-header__wrap img {
    width: 51px;
  }

  .doctor-header__title {
    font-size: 28px;
    line-height: 35px;
    margin-top: 48px;
    margin-left: 25px;
  }

  .doctor__wrap {
    padding: 29px 23px;
  }

  .doctor-photo {
    margin-right: 0;
  }

  .doctor-photo, .doctor-photo img, .doctor-schedule, .doctor-schedule__block {
    width: 100%;
  }

  .doctor-schedule__time {
    margin-right: 106px;
  }

  .doctor-about__title {
    font-size: 24px;
    line-height: 30px;
  }

}

@media (max-width: 991px) and (min-width: 576px) {
  .tarrifs__carousel .slick-slide:nth-child(odd) {
    margin: 10px 0px 0px 0px;
  }
  .tarrifs__carousel .slick-slide:nth-child(even) {
    margin: 30px 0px 0px 0px;
  }
}

@media (max-width: 768px) and (min-width: 577px) {
  .block-review .slide-review {
    padding: 30px 45px;
  }
}


.page-inner.page-inner--banner {
  padding: 0px 0px 30px 0px;
}

@media (max-width: 576px) {
  .review-nav {
    margin: 20px 0 0;
    padding-left: 40px;
    width: 100%;
  }
  .review-nav .link.active {
    margin: 0px;
    background: #377db8;
    border-color: #377db8;
  }
  /* .review-nav .link.active span{
              color: white;
          } */
  .review-nav .link {
    margin: 0;
  }
  .block-review .slick-arrow {
    opacity: 0.5;
  }

  .block-review .slick-slider {
    width: 100% !important;
  }
  .padd-in-head-and-sec {
    /* padding-top: 70px; */
    padding-top: 135px;
  }
  body.home .first-screen {
    padding: 20px 0;
  }
  .first-screen .bread-container {
    padding: 15px 0 30px;
  }
  .bread-list li {
    font-size: 14px;
  }
  .block-question .title-second-level {
    font-size: 18px;
    line-height: 24px;
  }
  .block-question .title {
    font-size: 22px;
  }
  .phone-two {
    margin: 0;
  }
  .phone-two .header-phone_numb a {
    font-size: 17px;
    line-height: 15px;
  }
  .sticky .logo-tel {
    display: block;
    color: #337ab7;
    font-family: "Roboto-Black";
    font-size: 18px;
    position: absolute;
    left: 15px;
    top: 50%;
    transform: translateY(-50%);
  }
  .header-adres,
  .header-inner.sticky .header-logo img {
    display: none;
  }
  .contact-block {
    margin: 0 auto;
  }
  .tabs2 > label,
  .tabs2 > input[type="radio"]:checked + label {
    margin-top: 20px;
  }
  .fone-uslug {
    margin-top: 0;
  }
  .link {
    margin-bottom: 10px;
    font-size: 7px;
    padding: 10px;
  }
  .review-title .link,
  .review-title .link.active {
    text-transform: none;
    font-family: "Intro";
  }
  .review-nav {
    padding-left: 40px;
    width: 100%;
  }
  .review-nav .link.active {
    margin-bottom: 1px;
  }
  .review-nav .link {
    margin-bottom: 1px;
  }
  .tabs2 > label,
  .tabs2 > input[type="radio"]:checked + label {
    margin-bottom: 10px !important;
    font-size: 11px;
    padding: 10px !important;
  }
  .review-message-image img {
    width: 100%;
    height: 100%;
  }
  .review-message {
    font-size: 14px;
  }
  .free-consultation {
    flex-direction: column;
  }
  .btn-blue {
    margin-top: 10px;
  }
  .clinic-photo img {
    height: auto;
  }
  .slide-icon,
  .slide-text {
    margin: 0 auto;
    text-align: center;
    display: flex;
    justify-content: center;
  }
  .awards-slide-img,
  .awards-slide-text {
    margin: 0 auto;
  }
  .awards-slide-text {
    text-align: center;
  }
  .slide-doctors-item {
    margin: 10px auto;
  }
  .slide-review-item {
    overflow: hidden;
  }
  .treatment-alcoholic {
    /* padding: 105px 0 0; */
    padding: 15px 0 0;
  }
  .treatment-alcoholic-title span {
    font-size: 14px;
    text-align: left;
  }
  .treatment-alcoholic_info {
    max-width: 269px;
  }
  .treatment-alcoholic-ul {
    margin-top: 10px;
  }
  .treatment-alcoholic-name ul li {
    font-size: 15px;
    margin-top: 15px;
    flex-wrap: wrap;
  }
  .treatment-alcoholic-name ul li a {
    font-size: 15px;
  }
  .block-price .title,
  .block-review .title {
    margin-bottom: 0;
    line-height: 1.3;
  }
  .title {
    font-size: 26px;
    line-height: 1.3;
  }
  .block-promotions .white-title {
    margin-left: 8px;
  }
  #promotions-our-clinic_fon {
    padding-bottom: 38px;
  }
  .why-text {
    flex-direction: column !important;
    align-items: center !important;
  }
  .why-text-right {
    flex-direction: column;
    align-items: center;
  }
  .why-text-p .h3,
  .why-text-p p {
    text-align: center;
  }
  .block-why .title {
    margin-right: 0;
  }
  .btn-doc {
    padding: 14px 18px;
  }
  .trust {
    padding: 14px 15px;
  }
  .trust_2 {
    padding: 14px 15px;
  }
  .trust_3 {
    padding: 14px 15px;
  }
  .block-services.w_services-main {
    padding-top: 0;
  }
  .block-services {
    padding-top: 40px;
  }
  .block-awards .title {
    margin-right: 10px;
  }
  .subtitle {
    font-size: 18px;
  }
  .subtitle span {
    margin-top: 0px;
  }
  .price {
    padding: 40px 0;
  }
  .background-output-big span {
    font-size: 21px;
    padding: 4px 2px;
    text-align: center;
    display: block;
  }
  .block-review {
    background: transparent;
    padding: 22px 20px 29px;
    padding-top: 0px;
    border-top: 1px solid #00ccff;
  }
  .block-review .slide-review {
    border-top: none;
  }
  .why {
    background-position: bottom;
    padding: 0;
  }
  .block-question {
    padding-top: 30px;
    margin-bottom: 38px;
  }
  .about {
    padding-bottom: 0;
    padding-top: 95px;
    margin-top: -145px;
    z-index: 0;
  }
  .block-about {
    padding-bottom: 30px;
  }
  /*.audio-review {
                margin-top: 35px;
            }*/
  .block-about .title:before {
    top: -3px;
  }
  .block-why .title:before {
    top: -5px;
  }
  .block-photo-clinic_slid_box {
    width: 42px;
  }
  .block-photo-clinic_slid {
    margin-top: -50px !important;
  }
  .block-photo-clinic_slid_box {
    margin: 9px;
    height: auto;
  }
  .slick-slider {
    width: 91% !important;
    margin: auto;
    text-align: center;
  }
  .interviews-and-item img {
    width: 100%;
    object-fit: cover;
    height: 100%;
  }
  .interviews-and-item_2 img {
    width: 100%;
    object-fit: cover;
    height: 100%;
  }
  .interviews-and-item_3 img {
    width: 100%;
    object-fit: cover;
    height: 100%;
  }
  .w_services-block {
    width: 100%;
  }
  .w_services-main {
    margin-top: 0px;
  }
  .fone-uslug {
    padding-bottom: 0px !important;
  }
  .w_services-block {
    padding: 7px 15px;
  }
  .form-feedback__consultation {
    font-size: 14px;
    text-align: center;
  }
  .clinic-doctors {
    padding-top: 50px;
    margin-top: 0;
  }
  .doctor__xs {
    display: block;
    padding: 75px 15px 0px 15px;
    margin: 0px;
  }
  .doctor__xs--hide {
    display: none;
  }
  .doctor__image {
    margin: 0px 0px 15px 0px;
  }
  .doctor .doctor__left-block,
  .doctor .doctor__right-block {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .clinic-doctors {
    padding-top: 50px;
    padding-bottom: 40px;
    margin-top: 0;
  }
  .block-why { 
    padding-bottom: 40px;
  }
  .tarrifs {
    padding-top: 80px;
    margin-top: 0;
  }
  .review {
    padding-bottom: 40px;
  } 
  .question {
    padding: 0px 0 40px;
  }
  .tarrifs .title {
    margin-bottom: 10px;
  }
  .h1-inner {
    margin: 20px auto 0;
  }
  .h1-inner span {
    padding-left: 10px;
    margin-top: 10px;
  }
  .page-template-page-testimonials {
    padding: 40px 0px 0px 0px;
  }
  h1.h1-inner.page-inner__title {
    margin-top: 70px;
  }
  .block-doctors h1.title {
    margin-top: 20px;
  }
  .pages-contact-in.contacts {
    margin-top: 70px;
  }
  .doctor {
    margin-top: 80px;
  }
  .doctor__title {
    font-size: 28px;
  }
  .page-photo__item {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .page-photo__item img {
    display: block;
    margin: 0 auto;
  }
  .smi__subscribe {
    display: block;
  }
  .smi__subscribe__text {
    margin-left: 0;
  }
  .page-inner.page-inner--article:first-child {
    padding: 80px 0 40px;
  }
  .page-inner.page-inner--article:last-child {
    padding: 40px 0 80px;
  }
  .header__item-new.header__item-new--first,
  .header__item-new.header__item-new--second {
    display: inline-block!important;
  }
  .header__item-new.header__item-new--second {
    margin-left: 5px;
  }
  .header__block .header-adres {
    font-size: 8px;
  }
}
@media (min-width: 477px) and (max-width: 576px) {
  .slide-trust-item a {
    float: left;
  }
  .slide-trust-item_1 a {
    float: left;
  }
  .slide-trust-item_2 a {
    float: left;
  }
  .slide-trust-item_3 a {
    float: left;
  }
  .slide-trust-item img {
    max-width: 476px !important;
  }
  .slide-trust-item_1 img {
    max-width: 476px !important;
  }
  .slide-trust-item_2 img {
    max-width: 476px !important;
  }
  .slide-trust-item_3 img {
    max-width: 476px !important;
  }
}
@media (max-width: 500px) {
  .treatment-alcoholic_info {
    margin: 0 0 0 20px; 
  }
}
@media (max-width: 476px) {
  .slide-trust-item img {
    max-width: 100%;
  }
  .slide-trust-item a {
    float: left;
  }
  .slide-trust-item_1 a {
    float: left;
  }
  .slide-trust-item_2 a {
    float: left;
  }
  .slide-trust-item_3 a {
    float: left;
  }
  .block__doctors-new .block__doctors-new-item  {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .slide-doctors-fio {
    height: auto;
  }

.doctor {
    width: 320px;
    padding: 0;
  }

  .doctor__wrap {
    padding: 16px;
  }
 
  .doctor-photo__title {
    font-size: 17px;
  }

  .doctor-photo__title:before {
    left: -15px;
  }
  .doctor-photo__title:after {
    right: -5px;
  }

  .doctor-photo__text {
    font-size: 15px;
  }
  .doctor-schedule__time{
    margin-right: 37px;
  }

  .doctor-about-wrap__text {
    font-size: 14px;
  }
  
}

.compare-section {
  padding: 100px 0px;
}

.compare__block {
  max-width: 750px;
  margin: 30px auto 0px auto;
}
.compare__table {
  border: 1px #E3E5E5 solid;
  margin: 0px 0px 30px 0px;
}
.compare__row {
  display: flex;
}
.compare__item {
  flex: 0 0 50%;
  max-width: 50%;
}
.compare__item {
  border-bottom: 1px #E3E5E5 solid; 
  border-right: 1px #E3E5E5 solid; 
}
.compare__item:last-child {
  border-right: none; 
}

.compare__row:last-child .compare__item {
  border-bottom: none; 
}

.compare__item.compare__item--header {
  padding: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.compare__item.compare__item--header.compare__item--header-right {
  font-weight: 800;
  font-size: 24px;
  background-color: #F1F3F4;
  font-family: Intro;
  line-height: initial;
}

.compare__row-content .compare__item:first-child {
  background-color: #00CCFF;
  color: #fff;
}

.compare__row-content .compare__item {
  padding: 10px;
  display: flex;
  align-items: center;
}

.compare__row-content .compare__item .compare__item-text {
  padding: 0px 0px 0px 10px;
}

.btn-compare {
  padding: 18px 40px;
}
.compare__row.compare__row-footer .compare__item {
  display: flex;
  align-items: center;
  justify-content: center;
}

.blocktg.blocktg--article {
  margin: 30px 0px 0px 0px;
}

.blocktg-content {
  flex: 0 0 50%;
  max-width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  text-align: center;
}
.blocktg-bimg {
  flex: 0 0 50%;
  max-width: 100%;
}
.sectiontg {
  margin: 0px 0px 30px 0px;
}

.blocktg-action {
  line-height: 1 !important;
  margin: 0px 0px 30px 0px !important;
  font-size: 20px !important;
  color: #9e9e9e !important;
}

.blocktg-annotation {
  line-height: 1 !important;
  font-size: 38px !important;
  margin: 0 0 30px !important;
  font-weight: bold;
  font-family: 'intro-black';
}

.blocktg-title {
  font-weight: 300 !important;
  margin: 0px 0px 15px 0px !important;
  font-size: 28px !important;
  color: #9e9e9e !important;
  line-height: 1 !important;
}

.blocktg-title.blocktg-title--new {
  font-size: 20px !important;
}

.blocktg-img:before {
  content: '';
  background-image: url(/img/tgaction.png);
  height: 400px;
  position: relative;
  display: block;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}

.blocktg-list {
  list-style: none;
  margin: 0px 0px 15px 0px;
}
.blocktg-list li {
  font-size: 18px !important;
  margin: 0 0 5px;
  line-height: 1.2;

}

.blocktg-btn {
  background-color: #4faee6;
  color: #fff;
  font-size: 26px !important;
  padding: 10px 50px;
  border-radius: 6px;
  display: flex;
  align-items: center;
  font-weight: 700;
}

.blocktg-btn svg {
  margin: 0px 10px 0px 0px;
  width: 30px;
  height: auto;
}

.blocktg {
  display: flex;
  flex-wrap: wrap;
  position: relative;
  z-index: 1000;
}

@media screen and (max-width: 992px) {
  .blocktg {
    flex-direction: column-reverse;
  }
  .blocktg-img:before {
    height: 200px;
  }
  .blocktg-content, .blocktg-bimg {
    flex: 0 0 100%;
    width: 100%;
    max-width: 100%;
  }
  .blocktg-content {
    margin: 0px 0px 60px 0px;
  }
}

@media screen and (max-width: 992px) {
  .compare__item.compare__item--header.compare__item--header-right {
    font-weight: 800;
    font-size: 14px;
    background-color: #F1F3F4;
    font-family: Intro;
    line-height: initial;
  }
  .compare__row-content .compare__item {
    padding: 5px;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: center;
  }
  .compare__row.compare__row-footer .compare__item {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .compare__row-content .compare__item .compare__item-text {
    padding: 0px;
  }
  .compare__row-content .compare__item {
    padding: 5px;
    display: flex;
    align-items: unset;
    flex-wrap: wrap;
  }
  .compare__item.compare__item--header.compare__item--header-right {
    font-weight: 800;
    font-size: 14px;
    text-align: center;
    font-size: 14px;
  }
  .compare__item-icon, .compare__item-text {
    flex: 0 0 100%;
    max-width: 100%;
    text-align: center;
  }
  .compare__row-content .compare__item .compare__item-text {
    padding: 0px;
    font-size: 14px;
  }
  .compare__item-icon {
    max-height: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .compare__item.compare__item--header {
    padding: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
  }
  .compare-section {
    padding: 0px;
    margin: 150px 0px -100px 0px;
  }
}
.subcat {
	display: flex;
    align-items: center;
    justify-content: center;
    gap: 40px;
    margin: 0 0 40px 0;
    font-size: 28px;
}

.subcat a:hover {
	opacity: .7;	
}