.wrapper {
  max-width: 1120px;
  width: 100%;
  margin: 0 auto;
}

body {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  height: 100vh;
}

section {
  padding: 0 20px;
}

.treatment_top .wrapper {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.treatment_top .wrapper .treatment_top_left {
  max-width: 550px;
  width: 49%;
  border-radius: 20px;
  background: #FFCD67;
  height: auto;
  padding: 40px;
  box-sizing: border-box;
}
.treatment_top .wrapper .treatment_top_left .treatment_title {
  color: #232222;
  font-family: Rubik, roboto, sans-serif;
  font-size: 47px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
  margin-bottom: 20px;
  margin-top: 0;
}
@media (max-width: 1200px) {
  .treatment_top .wrapper .treatment_top_left .treatment_title {
    font-size: 42px;
  }
}
@media (max-width: 900px) {
  .treatment_top .wrapper .treatment_top_left .treatment_title {
    font-size: 38px;
  }
}
@media (max-width: 700px) {
  .treatment_top .wrapper .treatment_top_left .treatment_title {
    font-size: 34px;
  }
}
@media (max-width: 500px) {
  .treatment_top .wrapper .treatment_top_left .treatment_title {
    font-size: 30px;
  }
}
.treatment_top .wrapper .treatment_top_left .treatment_description {
  color: #232222;
  font-family: Rubik, roboto, sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
}
@media (max-width: 1000px) {
  .treatment_top .wrapper .treatment_top_left .treatment_description {
    font-size: 18px;
  }
}
@media (max-width: 500px) {
  .treatment_top .wrapper .treatment_top_left .treatment_description {
    font-size: 16px;
  }
}
.treatment_top .wrapper .treatment_img {
  width: 49%;
  max-width: 550px;
  border-radius: 20px;
  display: block;
  max-height: 528px;
  height: auto;
}
@media (max-width: 900px) {
  .treatment_top .wrapper {
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .treatment_top .wrapper .treatment_top_left {
    max-width: 1020px;
    width: 100%;
    padding: 20px;
  }
  .treatment_top .wrapper .treatment_img {
    max-width: 1020px;
    width: 100%;
    object-fit: cover;
    margin-top: 16px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media (max-width: 500px) {
  .treatment_top .wrapper .treatment_img {
    box-sizing: border-box;
    max-height: 270px;
  }
}

.treatment_subtop {
  margin-top: 20px;
}
.treatment_subtop .wrapper .treatment_subtop_items {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: center;
  align-items: center;
  border-radius: 20px;
  background: #009ADE;
  padding: 40px 30px;
  box-sizing: border-box;
}
.treatment_subtop .wrapper .treatment_subtop_items .treatment_subtop_item {
  max-width: 300px;
  width: 30%;
  color: #FFF;
  text-align: center;
  font-family: Rubik, roboto, sans-serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
}
.treatment_subtop .wrapper .treatment_subtop_items .separator {
  border-radius: 100px;
  background: #FFCD67;
  width: 40px;
  height: 6px;
  transform: rotate(-90deg);
}
@media (max-width: 900px) {
  .treatment_subtop .wrapper .treatment_subtop_items {
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 24px;
  }
  .treatment_subtop .wrapper .treatment_subtop_items .treatment_subtop_item {
    font-size: 20px;
    max-width: 900px;
    width: 100%;
  }
  .treatment_subtop .wrapper .treatment_subtop_items .separator {
    transform: rotate(0deg);
  }
}
@media (max-width: 500px) {
  .treatment_subtop {
    margin-top: 16px;
  }
}

.treatment_fears {
  padding-top: 120px;
}
.treatment_fears .wrapper {
  border-radius: 20px;
  background: #F1F4F6;
  padding: 50px 40px 22px;
  box-sizing: border-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.treatment_fears .wrapper .treatment_fears_title {
  max-width: 510px;
  height: auto;
  width: 49%;
  color: #232222;
  font-family: Rubik, roboto, sans-serif;
  font-size: 40px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
  margin-bottom: 28px;
  box-sizing: border-box;
}
.treatment_fears .wrapper .treatment_fears_item {
  max-width: 510px;
  width: 49%;
  box-sizing: border-box;
  padding: 30px;
  border-radius: 20px;
  background: #FFF;
  margin-bottom: 28px;
  height: auto;
}
.treatment_fears .wrapper .treatment_fears_item .treatment_fears_item_top {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  margin-bottom: 20px;
}
.treatment_fears .wrapper .treatment_fears_item .treatment_fears_item_top svg {
  display: block;
  width: 32px;
  height: 32px;
  min-width: 32px;
  margin-right: 16px;
}
.treatment_fears .wrapper .treatment_fears_item .treatment_fears_item_top span {
  color: #232222;
  font-family: Rubik, roboto, sans-serif;
  font-size: 26px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
}
.treatment_fears .wrapper .treatment_fears_item .treatment_fears_item_span {
  color: #232222;
  font-family: Rubik, roboto, sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
}
@media (max-width: 990px) {
  .treatment_fears .wrapper {
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .treatment_fears .wrapper .treatment_fears_title {
    max-width: 990px;
    width: 100%;
  }
  .treatment_fears .wrapper .treatment_fears_item {
    max-width: 990px;
    width: 100%;
  }
}
@media (max-width: 600px) {
  .treatment_fears .wrapper {
    padding: 30px 20px 4px;
  }
  .treatment_fears .wrapper .treatment_fears_title {
    font-size: 30px;
    margin-bottom: 20px;
  }
  .treatment_fears .wrapper .treatment_fears_item {
    padding: 20px;
    margin-bottom: 16px;
  }
  .treatment_fears .wrapper .treatment_fears_item .treatment_fears_item_top {
    margin-bottom: 16px;
  }
  .treatment_fears .wrapper .treatment_fears_item .treatment_fears_item_top svg {
    width: 24px;
    height: 24px;
    min-width: 24px;
    margin-right: 12px;
  }
  .treatment_fears .wrapper .treatment_fears_item .treatment_fears_item_top span {
    font-size: 20px;
  }
}
@media (max-width: 1200px) {
  .treatment_fears {
    padding-top: 100px;
  }
}
@media (max-width: 900px) {
  .treatment_fears {
    padding-top: 80px;
  }
}
@media (max-width: 700px) {
  .treatment_fears {
    padding-top: 60px;
  }
}
@media (max-width: 500px) {
  .treatment_fears {
    padding-top: 40px;
  }
}

.treatment_how {
  padding-top: 120px;
}
.treatment_how .wrapper .treatment_how_title {
  width: 100%;
  max-width: 685px;
  margin-left: auto;
  margin-right: auto;
  color: #232222;
  text-align: center;
  font-family: Rubik, roboto, sans-serif;
  font-size: 40px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
  margin-bottom: 50px;
}
@media (max-width: 1200px) {
  .treatment_how .wrapper .treatment_how_title {
    font-size: 38px;
    margin-bottom: 45px;
  }
}
@media (max-width: 900px) {
  .treatment_how .wrapper .treatment_how_title {
    font-size: 36px;
    margin-bottom: 40px;
  }
}
@media (max-width: 700px) {
  .treatment_how .wrapper .treatment_how_title {
    font-size: 33px;
    margin-bottom: 30px;
  }
}
@media (max-width: 500px) {
  .treatment_how .wrapper .treatment_how_title {
    font-size: 30px;
    margin-bottom: 20px;
  }
}
.treatment_how .wrapper .treatment_how_items {
  width: 100%;
  overflow: hidden;
}
.treatment_how .wrapper .treatment_how_items .treatment_how_items_wrapper .treatment_how_item {
  padding: 24px 24px 30px 24px;
  max-width: 360px;
  width: 100%;
  box-sizing: border-box;
  border-radius: 20px;
  background: #F1F4F6;
}
.treatment_how .wrapper .treatment_how_items .treatment_how_items_wrapper .treatment_how_item .treatment_how_item_img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 20px;
  margin-bottom: 24px;
}
.treatment_how .wrapper .treatment_how_items .treatment_how_items_wrapper .treatment_how_item .treatment_how_item_step {
  color: #45A041;
  font-family: Rubik, roboto, sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 120%;
  margin-bottom: 8px;
}
.treatment_how .wrapper .treatment_how_items .treatment_how_items_wrapper .treatment_how_item .treatment_how_item_title {
  color: #232222;
  font-family: Rubik, roboto, sans-serif;
  font-size: 26px;
  font-style: normal;
  font-weight: 500;
  line-height: 120%;
  margin-bottom: 16px;
}
.treatment_how .wrapper .treatment_how_items .treatment_how_items_wrapper .treatment_how_item .treatment_how_item_description {
  color: #232222;
  font-family: Rubik, roboto, sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
}
.treatment_how .wrapper .treatment_how_items .treatment_how_items_pagination {
  display: none;
}
@media (max-width: 760px) {
  .treatment_how .wrapper .treatment_how_items .treatment_how_items_pagination {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: flex;
    width: fit-content;
    width: -moz-fit-content;
    margin-left: auto;
    margin-right: auto;
    margin-top: 20px;
  }
  .treatment_how .wrapper .treatment_how_items .treatment_how_items_pagination .sr_bullet {
    position: relative;
    background-color: white;
    width: 18px;
    height: 18px;
    border-radius: 50%;
  }
  .treatment_how .wrapper .treatment_how_items .treatment_how_items_pagination .sr_bullet::after {
    content: "";
    position: absolute;
    width: 12px;
    height: 12px;
    background-color: #F1F4F7;
    top: 3px;
    left: 3px;
    border-radius: 50%;
  }
  .treatment_how .wrapper .treatment_how_items .treatment_how_items_pagination .sr_bullet--active {
    background-color: #F1F4F7;
  }
  .treatment_how .wrapper .treatment_how_items .treatment_how_items_pagination .sr_bullet--active::after {
    background-color: #199CDB;
  }
}
@media (max-width: 1200px) {
  .treatment_how {
    padding-top: 100px;
  }
}
@media (max-width: 900px) {
  .treatment_how {
    padding-top: 80px;
  }
}
@media (max-width: 700px) {
  .treatment_how {
    padding-top: 60px;
  }
}
@media (max-width: 500px) {
  .treatment_how {
    padding-top: 40px;
  }
}

.diagnostics_items_content {
  padding-top: 120px;
}
.diagnostics_items_content .wrapper .diagnostics_items_title {
  max-width: 665px;
  color: #232222;
  font-family: Rubik, roboto, sans-serif;
  font-size: 40px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
  margin-bottom: 40px;
}
@media (max-width: 120px) {
  .diagnostics_items_content .wrapper .diagnostics_items_title {
    font-size: 35px;
  }
}
@media (max-width: 600px) {
  .diagnostics_items_content .wrapper .diagnostics_items_title {
    font-size: 30px;
    margin-bottom: 20px;
  }
}
.diagnostics_items_content .wrapper .content_diagnostics_items {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.diagnostics_items_content .wrapper .content_diagnostics_items .diagnostics_items {
  max-width: 662px;
  width: 100%;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.diagnostics_items_content .wrapper .content_diagnostics_items .diagnostics_items .diagnostics_item {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  max-width: 320px;
  height: 162px;
  width: 48%;
  box-sizing: border-box;
  border-radius: 20px;
  background: #F1F4F6;
  margin-bottom: 20px;
  padding: 24px;
}
.diagnostics_items_content .wrapper .content_diagnostics_items .diagnostics_items .diagnostics_item .diagnostics_item_title {
  color: #232222;
  font-family: Rubik, roboto, sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%;
}
.diagnostics_items_content .wrapper .content_diagnostics_items .diagnostics_items .diagnostics_item .diagnostics_item_bottom {
  margin-top: auto;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.diagnostics_items_content .wrapper .content_diagnostics_items .diagnostics_items .diagnostics_item .diagnostics_item_bottom .diagnostics_item_met {
  border-radius: 100px;
  background: #009ADE;
  width: 32px;
  height: 6px;
}
.diagnostics_items_content .wrapper .content_diagnostics_items .diagnostics_items .diagnostics_item .diagnostics_item_bottom .diagnostics_item_number {
  color: #A7A7A7;
  text-align: right;
  font-family: Rubik, roboto, sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
}
.diagnostics_items_content .wrapper .content_diagnostics_items .diagnostics_items .first {
  background: #009ADE;
}
.diagnostics_items_content .wrapper .content_diagnostics_items .diagnostics_items .first .diagnostics_item_title {
  color: #FFFFFF;
}
.diagnostics_items_content .wrapper .content_diagnostics_items .diagnostics_items .first .diagnostics_item_bottom .diagnostics_item_met {
  background: #FFFFFF;
}
.diagnostics_items_content .wrapper .content_diagnostics_items .diagnostics_items .first .diagnostics_item_bottom .diagnostics_item_number {
  color: rgba(255, 255, 255, 0.7098039216);
}
.diagnostics_items_content .wrapper .content_diagnostics_items .diagnostics_items_img {
  margin-left: 20px;
  display: block;
  object-fit: cover;
  max-width: 438px;
  width: 100%;
  max-height: 526px;
  margin-bottom: 20px;
}
@media (max-width: 1070px) {
  .diagnostics_items_content .wrapper .content_diagnostics_items {
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .diagnostics_items_content .wrapper .content_diagnostics_items .diagnostics_items {
    max-width: 1070px;
  }
  .diagnostics_items_content .wrapper .content_diagnostics_items .diagnostics_items .diagnostics_item {
    max-width: 525px;
  }
  .diagnostics_items_content .wrapper .content_diagnostics_items .diagnostics_items_img {
    margin-left: 0;
    border-radius: 20px;
    max-width: 525px;
  }
}
@media (max-width: 635px) {
  .diagnostics_items_content .wrapper .content_diagnostics_items {
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .diagnostics_items_content .wrapper .content_diagnostics_items .diagnostics_items .diagnostics_item {
    width: 100%;
    max-width: 635px;
  }
  .diagnostics_items_content .wrapper .content_diagnostics_items .diagnostics_items_img {
    max-width: 635px;
    height: auto;
  }
}
@media (max-width: 1200px) {
  .diagnostics_items_content {
    padding-top: 100px;
  }
}
@media (max-width: 900px) {
  .diagnostics_items_content {
    padding-top: 70px;
  }
}
@media (max-width: 600px) {
  .diagnostics_items_content {
    padding-top: 40px;
  }
}

.treatment_drop {
  padding-top: 120px;
}
.treatment_drop .wrapper .treatment_drop_top {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: center;
  align-items: center;
  margin-bottom: 40px;
}
.treatment_drop .wrapper .treatment_drop_top .treatment_dropt_title {
  max-width: 840px;
  color: #232222;
  font-family: Rubik, roboto, sans-serif;
  font-size: 40px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
}
@media (max-width: 600px) {
  .treatment_drop .wrapper .treatment_drop_top {
    margin-bottom: 20px;
  }
  .treatment_drop .wrapper .treatment_drop_top .treatment_dropt_title {
    font-size: 30px;
  }
}
.treatment_drop .wrapper .treatment_drop_top .treatment_drop_control {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
}
.treatment_drop .wrapper .treatment_drop_top .treatment_drop_control .treatment_drop_button {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  border-radius: 50%;
  cursor: pointer;
  width: 48px;
  height: 48px;
  background-color: #45A041;
}
.treatment_drop .wrapper .treatment_drop_top .treatment_drop_control .treatment_drop_button svg {
  display: block;
  width: 29px;
  height: 29px;
}
.treatment_drop .wrapper .treatment_drop_top .treatment_drop_control .treatment_drop_left {
  margin-right: 10px;
}
@media (max-width: 700px) {
  .treatment_drop .wrapper .treatment_drop_top .treatment_drop_control {
    display: none;
  }
}
@media (max-width: 700px) {
  .treatment_drop .wrapper .treatment_drop_top {
    padding-right: 20px;
  }
}
.treatment_drop .wrapper .treatment_drop_slider {
  overflow: hidden;
  width: 100%;
  box-sizing: border-box;
  border-radius: 20px;
}
.treatment_drop .wrapper .treatment_drop_slider .treatment_drop_slider_wrapper {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
}
.treatment_drop .wrapper .treatment_drop_slider .treatment_drop_slider_wrapper .drop_slider {
  opacity: 1;
}
.treatment_drop .wrapper .treatment_drop_slider .treatment_drop_slider_wrapper .drop_slider .before-after {
  --pos: 50%;
  position: relative;
  width: 100%;
  max-width: 740px;
  aspect-ratio: 4/3;
  overflow: hidden;
  border-radius: 12px;
  max-height: 480px;
}
.treatment_drop .wrapper .treatment_drop_slider .treatment_drop_slider_wrapper .drop_slider .before-after .before-after__img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  pointer-events: none;
  max-width: 740px;
  max-height: 480px;
}
.treatment_drop .wrapper .treatment_drop_slider .treatment_drop_slider_wrapper .drop_slider .before-after .before-after__after-wrapper {
  position: absolute;
  inset: 0;
  width: var(--pos, 50%);
  overflow: hidden;
}
.treatment_drop .wrapper .treatment_drop_slider .treatment_drop_slider_wrapper .drop_slider .before-after .before-after__img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  pointer-events: none;
}
.treatment_drop .wrapper .treatment_drop_slider .treatment_drop_slider_wrapper .drop_slider .before-after .before-after__img--bottom {
  z-index: 1;
}
.treatment_drop .wrapper .treatment_drop_slider .treatment_drop_slider_wrapper .drop_slider .before-after .before-after__img--top {
  z-index: 2;
  clip-path: inset(0 calc(100% - var(--pos)) 0 0);
  /*       top right                 bottom left  */
}
.treatment_drop .wrapper .treatment_drop_slider .treatment_drop_slider_wrapper .drop_slider .before-after .before-after__handle {
  position: absolute;
  top: 0;
  bottom: 0;
  left: var(--pos);
  transform: translateX(-50%);
  width: 4px;
  background: #fff;
  z-index: 3;
  pointer-events: none;
}
.treatment_drop .wrapper .treatment_drop_slider .treatment_drop_slider_wrapper .drop_slider .before-after .before-after__handle::before {
  content: "";
  position: absolute;
  top: calc(50% - 34px);
  left: calc(50% - 34px);
  width: 68px;
  height: 68px;
  border-radius: 50%;
  background-image: url(../img/treatment/pols.svg);
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}
@media (max-width: 550px) {
  .treatment_drop .wrapper .treatment_drop_slider .treatment_drop_slider_wrapper .drop_slider .before-after .before-after__handle::before {
    top: calc(50% - 24px);
    left: calc(50% - 24px);
    width: 48px;
    height: 48px;
  }
}
.treatment_drop .wrapper .treatment_drop_slider .treatment_drop_slider_wrapper .drop_slider .before-after .before-after__range {
  position: absolute;
  inset: 0;
  width: 100%;
  z-index: 4;
  background: transparent;
  -webkit-appearance: none;
  appearance: none;
}
.treatment_drop .wrapper .treatment_drop_slider .treatment_drop_slider_wrapper .drop_slider .before-after .before-after__range::-webkit-slider-thumb {
  -webkit-appearance: none;
  width: 30px;
  height: 30px;
  background: transparent;
  cursor: pointer;
}
.treatment_drop .wrapper .treatment_drop_slider .treatment_drop_slider_wrapper .drop_slider .before-after .before-after__range::-moz-range-thumb {
  width: 30px;
  height: 30px;
  background: transparent;
  border: none;
  cursor: pointer;
}
.treatment_drop .wrapper .treatment_drop_slider .treatment_drop_slider_wrapper .swiper-slide-next .before-after {
  --pos: 22%;
}
.treatment_drop .wrapper .treatment_drop_slider .treatment_drop_slider_pagination {
  display: none;
}
@media (max-width: 700px) {
  .treatment_drop .wrapper .treatment_drop_slider .treatment_drop_slider_pagination {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: flex;
    width: fit-content;
    width: -moz-fit-content;
    margin-left: auto;
    margin-right: auto;
    margin-top: 20px;
  }
  .treatment_drop .wrapper .treatment_drop_slider .treatment_drop_slider_pagination .sr_bullet {
    position: relative;
    background-color: white;
    width: 18px;
    height: 18px;
    border-radius: 50%;
  }
  .treatment_drop .wrapper .treatment_drop_slider .treatment_drop_slider_pagination .sr_bullet::after {
    content: "";
    position: absolute;
    width: 12px;
    height: 12px;
    background-color: #F1F4F7;
    top: 3px;
    left: 3px;
    border-radius: 50%;
  }
  .treatment_drop .wrapper .treatment_drop_slider .treatment_drop_slider_pagination .sr_bullet--active {
    background-color: #F1F4F7;
  }
  .treatment_drop .wrapper .treatment_drop_slider .treatment_drop_slider_pagination .sr_bullet--active::after {
    background-color: #199CDB;
  }
}
@media (max-width: 700px) {
  .treatment_drop .wrapper .treatment_drop_slider {
    border-radius: 0;
  }
}
@media (max-width: 120px) {
  .treatment_drop {
    padding-top: 100px;
  }
}
@media (max-width: 900px) {
  .treatment_drop {
    padding-top: 70px;
  }
}
@media (max-width: 700px) {
  .treatment_drop {
    padding-right: 0;
  }
}
@media (max-width: 600px) {
  .treatment_drop {
    padding-top: 40px;
  }
}

.surgery_atmosfera {
  padding-top: 120px;
}
.surgery_atmosfera .wrapper .surgery_atmosfera_title {
  max-width: 840px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  color: #232222;
  font-family: Rubik, roboto, sans-serif;
  font-size: 40px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
  margin-bottom: 40px;
}
@media (max-width: 600px) {
  .surgery_atmosfera .wrapper .surgery_atmosfera_title {
    font-size: 30px;
    margin-bottom: 20px;
  }
}
.surgery_atmosfera .wrapper .surgery_atmosfera_items .surgery_atmosfera_item {
  border-radius: 20px;
  background: #F1F4F6;
  padding: 16px 16px 16px 30px;
  margin-bottom: 30px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.surgery_atmosfera .wrapper .surgery_atmosfera_items .surgery_atmosfera_item .surgery_atmosfera_item_first {
  max-width: 250px;
  min-width: 250px;
  width: 100%;
}
.surgery_atmosfera .wrapper .surgery_atmosfera_items .surgery_atmosfera_item .surgery_atmosfera_item_first .surgery_atmosfera_item_title {
  color: #232222;
  font-family: Rubik, roboto, sans-serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: 120%;
  margin-bottom: 13px;
}
.surgery_atmosfera .wrapper .surgery_atmosfera_items .surgery_atmosfera_item .surgery_atmosfera_item_first .surgery_atmosfera_item_number {
  color: #DBDBDB;
  font-family: Rubik, roboto, sans-serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: 120%;
}
.surgery_atmosfera .wrapper .surgery_atmosfera_items .surgery_atmosfera_item .surgery_atmosfera_item_center {
  max-width: 445px;
  width: 100%;
  margin-left: 10px;
}
.surgery_atmosfera .wrapper .surgery_atmosfera_items .surgery_atmosfera_item .surgery_atmosfera_item_center .surgery_atmosfera_item_span {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
  margin-bottom: 16px;
}
.surgery_atmosfera .wrapper .surgery_atmosfera_items .surgery_atmosfera_item .surgery_atmosfera_item_center .surgery_atmosfera_item_span svg {
  display: block;
  width: 10px;
  min-width: 10px;
  height: 10px;
  margin-top: 8px;
  margin-right: 16px;
}
.surgery_atmosfera .wrapper .surgery_atmosfera_items .surgery_atmosfera_item .surgery_atmosfera_item_center .surgery_atmosfera_item_span span {
  color: #232222;
  font-family: Rubik, roboto, sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
}
.surgery_atmosfera .wrapper .surgery_atmosfera_items .surgery_atmosfera_item .surgery_atmosfera_item_center .surgery_atmosfera_item_span:last-of-type {
  margin-bottom: 0;
}
.surgery_atmosfera .wrapper .surgery_atmosfera_items .surgery_atmosfera_item .surgery_atmosfera_item_img {
  display: block;
  max-width: 270px;
  width: 100%;
  max-height: 280px;
  height: auto;
  border-radius: 20px;
  margin-left: 10px;
}
@media (max-width: 900px) {
  .surgery_atmosfera .wrapper .surgery_atmosfera_items .surgery_atmosfera_item {
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .surgery_atmosfera .wrapper .surgery_atmosfera_items .surgery_atmosfera_item .surgery_atmosfera_item_first {
    margin-bottom: 20px;
    max-width: 900px;
  }
  .surgery_atmosfera .wrapper .surgery_atmosfera_items .surgery_atmosfera_item .surgery_atmosfera_item_center {
    max-width: 500px;
    width: 65%;
    margin-left: 0;
  }
  .surgery_atmosfera .wrapper .surgery_atmosfera_items .surgery_atmosfera_item .surgery_atmosfera_item_img {
    max-width: 270px;
    width: 32%;
  }
}
@media (max-width: 550px) {
  .surgery_atmosfera .wrapper .surgery_atmosfera_items .surgery_atmosfera_item {
    margin-bottom: 20px;
    padding: 20px;
  }
  .surgery_atmosfera .wrapper .surgery_atmosfera_items .surgery_atmosfera_item .surgery_atmosfera_item_first {
    order: 1;
    width: 100%;
  }
  .surgery_atmosfera .wrapper .surgery_atmosfera_items .surgery_atmosfera_item .surgery_atmosfera_item_first .surgery_atmosfera_item_title {
    font-size: 20px;
    margin-bottom: 10px;
  }
  .surgery_atmosfera .wrapper .surgery_atmosfera_items .surgery_atmosfera_item .surgery_atmosfera_item_first .surgery_atmosfera_item_number {
    font-size: 20px;
  }
  .surgery_atmosfera .wrapper .surgery_atmosfera_items .surgery_atmosfera_item .surgery_atmosfera_item_img {
    order: 2;
    width: 100%;
    margin-left: 0;
    margin-bottom: 20px;
  }
  .surgery_atmosfera .wrapper .surgery_atmosfera_items .surgery_atmosfera_item .surgery_atmosfera_item_center {
    order: 3;
    max-width: 550px;
    width: 100%;
    margin-left: 0;
  }
  .surgery_atmosfera .wrapper .surgery_atmosfera_items .surgery_atmosfera_item .surgery_atmosfera_item_center .surgery_atmosfera_item_span {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: flex;
    margin-bottom: 16px;
  }
  .surgery_atmosfera .wrapper .surgery_atmosfera_items .surgery_atmosfera_item .surgery_atmosfera_item_center .surgery_atmosfera_item_span svg {
    width: 8px;
    height: 8px;
    margin-right: 12px;
  }
  .surgery_atmosfera .wrapper .surgery_atmosfera_items .surgery_atmosfera_item .surgery_atmosfera_item_center .surgery_atmosfera_item_span span {
    font-size: 16px;
  }
  .surgery_atmosfera .wrapper .surgery_atmosfera_items .surgery_atmosfera_item .surgery_atmosfera_item_center .surgery_atmosfera_item_span:last-of-type {
    margin-bottom: 0;
  }
}
.surgery_atmosfera .wrapper .surgery_atmosfera_items .surgery_atmosfera_item:last-of-type {
  margin-bottom: 0;
}
@media (max-width: 550px) {
  .surgery_atmosfera .wrapper .surgery_atmosfera_items .surgery_atmosfera_item:last-of-type {
    margin-bottom: 0;
  }
}
.surgery_atmosfera .wrapper .surgery_atmosfera_bottom {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  align-items: flex-end;
  margin-top: 30px;
}
.surgery_atmosfera .wrapper .surgery_atmosfera_bottom .surgery_atmosfera_bottom_cont {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  border-radius: 20px 20px 0 20px;
  background: #009ADE;
  padding: 30px;
  max-width: 1035px;
  width: 100%;
  margin-right: 15px;
  box-sizing: border-box;
}
.surgery_atmosfera .wrapper .surgery_atmosfera_bottom .surgery_atmosfera_bottom_cont span {
  color: #FFF;
  font-family: Rubik, roboto, sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
}
.surgery_atmosfera .wrapper .surgery_atmosfera_bottom .surgery_atmosfera_bottom_i {
  border-radius: 50%;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  width: 60px;
  height: 60px;
  min-width: 60px;
  background-color: #009ADE;
}
.surgery_atmosfera .wrapper .surgery_atmosfera_bottom .surgery_atmosfera_bottom_i span {
  color: #FFF;
  text-align: center;
  font-family: Rubik, roboto, sans-serif;
  font-size: 38.667px;
  font-style: normal;
  font-weight: 500;
  line-height: 48.334px;
}
@media (max-width: 550px) {
  .surgery_atmosfera .wrapper .surgery_atmosfera_bottom {
    margin-top: 20px;
  }
  .surgery_atmosfera .wrapper .surgery_atmosfera_bottom .surgery_atmosfera_bottom_cont {
    padding: 16px;
    margin-right: 12px;
  }
  .surgery_atmosfera .wrapper .surgery_atmosfera_bottom .surgery_atmosfera_bottom_cont span {
    font-size: 16px;
  }
  .surgery_atmosfera .wrapper .surgery_atmosfera_bottom .surgery_atmosfera_bottom_i {
    width: 32px;
    height: 32px;
    min-width: 32px;
  }
  .surgery_atmosfera .wrapper .surgery_atmosfera_bottom .surgery_atmosfera_bottom_i span {
    font-size: 24px;
    line-height: 100%;
  }
}
@media (max-width: 1200px) {
  .surgery_atmosfera {
    padding-top: 100px;
  }
}
@media (max-width: 900px) {
  .surgery_atmosfera {
    padding-top: 70px;
  }
}
@media (max-width: 600px) {
  .surgery_atmosfera {
    padding-top: 40px;
  }
}

.surgery_comments {
  padding-top: 120px;
}
.surgery_comments .wrapper {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.surgery_comments .wrapper .surgery_comments_left {
  position: relative;
  border-radius: 20px;
  background: #FFCD67;
  max-width: 550px;
  width: 49%;
  height: auto;
}
.surgery_comments .wrapper .surgery_comments_left .tll {
  position: absolute;
  left: -35px;
  top: -40px;
  width: 36px;
  height: 49px;
}
@media (max-width: 1000px) {
  .surgery_comments .wrapper .surgery_comments_left .tll {
    left: -20px;
    top: -20px;
    width: 27px;
    height: 40px;
  }
}
.surgery_comments .wrapper .surgery_comments_left .surgery_comments_left_content {
  background-image: url(../img/kids/comments.svg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  height: 100%;
  width: 100%;
  box-sizing: border-box;
  padding: 40px;
  border-radius: 20px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
.surgery_comments .wrapper .surgery_comments_left .surgery_comments_left_content .surgery_comments_title {
  color: #232222;
  font-family: Rubik, roboto, sans-serif;
  font-size: 40px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
  margin-bottom: 40px;
}
@media (max-width: 1000px) {
  .surgery_comments .wrapper .surgery_comments_left .surgery_comments_left_content {
    padding: 30px;
  }
  .surgery_comments .wrapper .surgery_comments_left .surgery_comments_left_content .surgery_comments_title {
    font-size: 35px;
  }
}
@media (max-width: 600px) {
  .surgery_comments .wrapper .surgery_comments_left .surgery_comments_left_content {
    padding: 20px;
  }
  .surgery_comments .wrapper .surgery_comments_left .surgery_comments_left_content .surgery_comments_title {
    font-size: 30px;
  }
}
.surgery_comments .wrapper .surgery_comments_left .surgery_comments_left_content .surgery_comments_left_bottom {
  margin-top: auto;
}
.surgery_comments .wrapper .surgery_comments_left .surgery_comments_left_content .surgery_comments_left_bottom .surgery_comments_left_bottom_title {
  font-family: Rubik, roboto, sans-serif;
  color: #232222;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  margin-bottom: 20px;
}
.surgery_comments .wrapper .surgery_comments_left .surgery_comments_left_content .surgery_comments_left_bottom .surgery_comments_left_links {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
}
.surgery_comments .wrapper .surgery_comments_left .surgery_comments_left_content .surgery_comments_left_bottom .surgery_comments_left_links .surgery_comments_left_link {
  padding: 15px 30px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  text-decoration: none;
  margin-right: 12px;
  border-radius: 100px;
  background: #FFF;
}
.surgery_comments .wrapper .surgery_comments_left .surgery_comments_left_content .surgery_comments_left_bottom .surgery_comments_left_links .surgery_comments_left_link svg {
  display: block;
  width: 20px;
  height: 20px;
}
.surgery_comments .wrapper .surgery_comments_left .surgery_comments_left_content .surgery_comments_left_bottom .surgery_comments_left_links .surgery_comments_left_link span {
  padding-left: 10px;
  color: #232222;
  font-family: Rubik, roboto, sans-serif;
  font-size: 17px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
.surgery_comments .wrapper .surgery_comments_left .surgery_comments_left_content .surgery_comments_left_bottom .surgery_comments_left_links .surgery_comments_left_link:last-of-type {
  margin-right: 0;
}
@media (max-width: 600px) {
  .surgery_comments .wrapper .surgery_comments_left .surgery_comments_left_content .surgery_comments_left_bottom .surgery_comments_left_bottom_title {
    font-size: 16px;
  }
  .surgery_comments .wrapper .surgery_comments_left .surgery_comments_left_content .surgery_comments_left_bottom .surgery_comments_left_links {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .surgery_comments .wrapper .surgery_comments_left .surgery_comments_left_content .surgery_comments_left_bottom .surgery_comments_left_links .surgery_comments_left_link {
    width: 100%;
    -webkit-justify-content: center;
    justify-content: center;
    margin-right: 0;
  }
  .surgery_comments .wrapper .surgery_comments_left .surgery_comments_left_content .surgery_comments_left_bottom .surgery_comments_left_links .surgery_comments_left_link:last-of-type {
    margin-top: 12px;
  }
}
.surgery_comments .wrapper .surgery_comments_content {
  max-width: 550px;
  width: 49%;
}
.surgery_comments .wrapper .surgery_comments_content .surgery_comment {
  border-radius: 20px;
  border: 1px solid #DADADA;
  background: #FFF;
  padding: 30px;
  box-sizing: border-box;
  margin-bottom: 20px;
}
.surgery_comments .wrapper .surgery_comments_content .surgery_comment .surgery_comment_top {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
}
.surgery_comments .wrapper .surgery_comments_content .surgery_comment .surgery_comment_top .surgery_comment_img {
  display: block;
  min-width: 54px;
  width: 54px;
  height: 54px;
  border-radius: 54px;
  margin-right: 16px;
}
.surgery_comments .wrapper .surgery_comments_content .surgery_comment .surgery_comment_top .empty_surgery_comment_img {
  background-color: #E95029;
  position: relative;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  min-width: 54px;
  width: 54px;
  height: 54px;
  border-radius: 54px;
  margin-right: 16px;
}
.surgery_comments .wrapper .surgery_comments_content .surgery_comment .surgery_comment_top .empty_surgery_comment_img span {
  color: #FFF;
  text-align: center;
  font-family: Rubik, roboto, sans-serif;
  font-size: 30px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
}
.surgery_comments .wrapper .surgery_comments_content .surgery_comment .surgery_comment_top .empty_surgery_comment_img .prem {
  position: absolute;
  width: 20px;
  height: 20px;
  border: 1px solid #ffffff;
  border-radius: 50%;
  bottom: 0;
  right: 0;
  background-color: #E77426;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.surgery_comments .wrapper .surgery_comments_content .surgery_comment .surgery_comment_top .empty_surgery_comment_img .prem svg {
  display: block;
  width: 16px;
  height: 16px;
}
.surgery_comments .wrapper .surgery_comments_content .surgery_comment .surgery_comment_top .surgery_comment_body .surgery_comment_title {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
}
.surgery_comments .wrapper .surgery_comments_content .surgery_comment .surgery_comment_top .surgery_comment_body .surgery_comment_title .name {
  color: #232222;
  font-family: Rubik, roboto, sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 120%;
  margin-right: 10px;
}
.surgery_comments .wrapper .surgery_comments_content .surgery_comment .surgery_comment_top .surgery_comment_body .surgery_comment_title svg {
  display: block;
  width: 21px;
  height: 21px;
  margin-right: 10px;
}
.surgery_comments .wrapper .surgery_comments_content .surgery_comment .surgery_comment_top .surgery_comment_body .surgery_comment_title .req {
  color: rgba(35, 34, 34, 0.5);
  font-family: Rubik, roboto, sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
}
.surgery_comments .wrapper .surgery_comments_content .surgery_comment .surgery_comment_top .surgery_comment_body .name_clinic {
  color: #232222;
  font-family: Rubik, roboto, sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%;
  margin-bottom: 4px;
}
.surgery_comments .wrapper .surgery_comments_content .surgery_comment .surgery_comment_top .surgery_comment_body .rec {
  color: #898989;
  font-family: Rubik, roboto, sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
}
.surgery_comments .wrapper .surgery_comments_content .surgery_comment .surgery_comment_top .surgery_comment_body .surgery_comment_date {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.surgery_comments .wrapper .surgery_comments_content .surgery_comment .surgery_comment_top .surgery_comment_body .surgery_comment_date span {
  color: #898989;
  font-family: Rubik, roboto, sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
}
.surgery_comments .wrapper .surgery_comments_content .surgery_comment .surgery_comment_top .surgery_comment_body .surgery_comment_date svg:first-of-type {
  display: block;
  margin: 0 6px;
}
.surgery_comments .wrapper .surgery_comments_content .surgery_comment .surgery_comment_top .surgery_comment_body .surgery_comment_date svg:last-of-type {
  display: block;
}
.surgery_comments .wrapper .surgery_comments_content .surgery_comment .surgery_comment_star {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  margin-top: 13px;
}
.surgery_comments .wrapper .surgery_comments_content .surgery_comment .surgery_comment_star .stars {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 10px;
}
.surgery_comments .wrapper .surgery_comments_content .surgery_comment .surgery_comment_star .stars svg {
  display: block;
  width: 20px;
  height: 20px;
}
.surgery_comments .wrapper .surgery_comments_content .surgery_comment .surgery_comment_star span {
  color: #898989;
  font-family: Rubik, roboto, sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  padding-right: 10px;
}
.surgery_comments .wrapper .surgery_comments_content .surgery_comment .surgery_comment_star .tagq {
  border-radius: 5px;
  border: 1px solid #D2D2D2;
  padding: 3px 6px;
  color: #232222;
  font-family: Rubik, roboto, sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 140%;
}
.surgery_comments .wrapper .surgery_comments_content .surgery_comment .surgery_comment_text {
  margin-top: 24px;
  color: rgba(35, 34, 34, 0.8);
  font-family: Rubik, roboto, sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
}
.surgery_comments .wrapper .surgery_comments_content .surgery_comment:last-of-type {
  margin-bottom: 0;
}
@media (max-width: 850px) {
  .surgery_comments .wrapper {
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .surgery_comments .wrapper .surgery_comments_left {
    max-width: 850px;
    width: 100%;
    margin-bottom: 20px;
  }
  .surgery_comments .wrapper .surgery_comments_content {
    max-width: 850px;
    width: 100%;
  }
  .surgery_comments .wrapper .surgery_comments_content .surgery_comment {
    border-radius: 20px;
    border: 1px solid #DADADA;
    background: #FFF;
    padding: 30px;
    box-sizing: border-box;
    margin-bottom: 20px;
  }
  .surgery_comments .wrapper .surgery_comments_content .surgery_comment .surgery_comment_top {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: flex;
  }
  .surgery_comments .wrapper .surgery_comments_content .surgery_comment .surgery_comment_top .surgery_comment_img {
    display: block;
    min-width: 54px;
    width: 54px;
    height: 54px;
    border-radius: 54px;
    margin-right: 16px;
  }
  .surgery_comments .wrapper .surgery_comments_content .surgery_comment .surgery_comment_top .surgery_comment_body .surgery_comment_title {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: flex;
  }
  .surgery_comments .wrapper .surgery_comments_content .surgery_comment .surgery_comment_top .surgery_comment_body .surgery_comment_title .name {
    color: #232222;
    font-family: Rubik, roboto, sans-serif;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 120%;
    margin-right: 10px;
  }
  .surgery_comments .wrapper .surgery_comments_content .surgery_comment .surgery_comment_top .surgery_comment_body .surgery_comment_title svg {
    display: block;
    width: 21px;
    height: 21px;
    margin-right: 10px;
  }
  .surgery_comments .wrapper .surgery_comments_content .surgery_comment .surgery_comment_top .surgery_comment_body .surgery_comment_title .req {
    color: rgba(35, 34, 34, 0.5);
    font-family: Rubik, roboto, sans-serif;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
  }
  .surgery_comments .wrapper .surgery_comments_content .surgery_comment .surgery_comment_top .surgery_comment_body .name_clinic {
    color: #232222;
    font-family: Rubik, roboto, sans-serif;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 150%;
    margin-bottom: 4px;
  }
  .surgery_comments .wrapper .surgery_comments_content .surgery_comment .surgery_comment_top .surgery_comment_body .rec {
    color: #898989;
    font-family: Rubik, roboto, sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
  }
  .surgery_comments .wrapper .surgery_comments_content .surgery_comment .surgery_comment_top .surgery_comment_body .surgery_comment_date {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .surgery_comments .wrapper .surgery_comments_content .surgery_comment .surgery_comment_top .surgery_comment_body .surgery_comment_date span {
    color: #898989;
    font-family: Rubik, roboto, sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
  }
  .surgery_comments .wrapper .surgery_comments_content .surgery_comment .surgery_comment_top .surgery_comment_body .surgery_comment_date svg:first-of-type {
    display: block;
    margin: 0 6px;
  }
  .surgery_comments .wrapper .surgery_comments_content .surgery_comment .surgery_comment_top .surgery_comment_body .surgery_comment_date svg:last-of-type {
    display: block;
  }
  .surgery_comments .wrapper .surgery_comments_content .surgery_comment .surgery_comment_star {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    margin-top: 13px;
  }
  .surgery_comments .wrapper .surgery_comments_content .surgery_comment .surgery_comment_star .stars {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    margin-right: 10px;
  }
  .surgery_comments .wrapper .surgery_comments_content .surgery_comment .surgery_comment_star .stars svg {
    display: block;
    width: 20px;
    height: 20px;
  }
  .surgery_comments .wrapper .surgery_comments_content .surgery_comment .surgery_comment_star span {
    color: #898989;
    font-family: Rubik, roboto, sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
    padding-right: 10px;
  }
  .surgery_comments .wrapper .surgery_comments_content .surgery_comment .surgery_comment_star .tagq {
    border-radius: 5px;
    border: 1px solid #D2D2D2;
    padding: 3px 6px;
    color: #232222;
    font-family: Rubik, roboto, sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 140%;
  }
  .surgery_comments .wrapper .surgery_comments_content .surgery_comment .surgery_comment_text {
    margin-top: 24px;
    color: rgba(35, 34, 34, 0.8);
    font-family: Rubik, roboto, sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
  }
}
@media (max-width: 510px) {
  .surgery_comments .wrapper .surgery_comments_content .surgery_comment {
    padding: 20px;
  }
  .surgery_comments .wrapper .surgery_comments_content .surgery_comment .surgery_comment_top {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: flex;
  }
  .surgery_comments .wrapper .surgery_comments_content .surgery_comment .surgery_comment_top .surgery_comment_img {
    min-width: 48px;
    width: 48px;
    height: 48px;
    border-radius: 48px;
  }
  .surgery_comments .wrapper .surgery_comments_content .surgery_comment .surgery_comment_top .surgery_comment_body .surgery_comment_title {
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .surgery_comments .wrapper .surgery_comments_content .surgery_comment .surgery_comment_top .surgery_comment_body .surgery_comment_title .name {
    font-size: 17px;
  }
  .surgery_comments .wrapper .surgery_comments_content .surgery_comment .surgery_comment_top .surgery_comment_body .surgery_comment_title svg {
    width: 18px;
    height: 17px;
  }
  .surgery_comments .wrapper .surgery_comments_content .surgery_comment .surgery_comment_top .surgery_comment_body .surgery_comment_title .req {
    font-size: 17px;
  }
  .surgery_comments .wrapper .surgery_comments_content .surgery_comment .surgery_comment_top .surgery_comment_body .name_clinic {
    font-size: 17px;
  }
  .surgery_comments .wrapper .surgery_comments_content .surgery_comment .surgery_comment_top .surgery_comment_body .rec {
    font-size: 14px;
  }
  .surgery_comments .wrapper .surgery_comments_content .surgery_comment .surgery_comment_top .surgery_comment_body .surgery_comment_date span {
    font-size: 14px;
  }
  .surgery_comments .wrapper .surgery_comments_content .surgery_comment .surgery_comment_top .surgery_comment_body .surgery_comment_date svg:last-of-type {
    width: 14px;
    height: 14px;
  }
  .surgery_comments .wrapper .surgery_comments_content .surgery_comment .surgery_comment_star {
    margin-top: 10px;
  }
  .surgery_comments .wrapper .surgery_comments_content .surgery_comment .surgery_comment_star .stars {
    margin-right: 7px;
  }
  .surgery_comments .wrapper .surgery_comments_content .surgery_comment .surgery_comment_star .stars svg {
    width: 16px;
    height: 16px;
  }
  .surgery_comments .wrapper .surgery_comments_content .surgery_comment .surgery_comment_star span {
    font-size: 14px;
  }
  .surgery_comments .wrapper .surgery_comments_content .surgery_comment .surgery_comment_star .tagq {
    font-size: 12px;
  }
  .surgery_comments .wrapper .surgery_comments_content .surgery_comment .surgery_comment_text {
    margin-top: 16px;
    font-size: 16px;
  }
}
@media (max-width: 120px) {
  .surgery_comments {
    padding-top: 100px;
  }
}
@media (max-width: 900px) {
  .surgery_comments {
    padding-top: 70px;
  }
}
@media (max-width: 600px) {
  .surgery_comments {
    padding-top: 40px;
  }
}

.contact {
  background: #4F9F46 !important;
}
.contact .container {
  position: relative;
  overflow: initial !important;
}
.contact .container .ttr {
  position: absolute;
  right: -40px;
  top: -40px;
  width: 36px;
  height: 49px;
  z-index: 3;
}
@media (max-width: 600px) {
  .contact .container .ttr {
    right: -20px;
    top: -20px;
    width: 24px;
    height: 28px;
  }
}
.contact .container .bl {
  position: absolute;
  left: -35px;
  bottom: -40px;
  width: 36px;
  height: 49px;
}
@media (max-width: 600px) {
  .contact .container .bl {
    width: 24px;
    height: 28px;
    left: -20px;
    bottom: -20px;
  }
}

#contact button, #contact input[type=submit] {
  background: #009ADE !important;
}

/*# sourceMappingURL=treatment.css.map */
