.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;
}

.kids_top .wrapper {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.kids_top .wrapper .kids_top_left {
  max-width: 550px;
  width: 49%;
  height: auto;
  margin-right: 20px;
}
.kids_top .wrapper .kids_top_left .kids_top_title {
  width: 100%;
  padding: 40px;
  box-sizing: border-box;
  border-radius: 20px;
  background: #F1F4F6;
  min-height: 355px;
  margin-bottom: 20px;
}
.kids_top .wrapper .kids_top_left .kids_top_title .title {
  margin-top: 0;
  font-family: Rubik, roboto, sans-serif;
  margin-bottom: 20px;
  color: #232222;
  font-size: 47px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
}
.kids_top .wrapper .kids_top_left .kids_top_title .kids_top_description {
  color: #232222;
  font-family: Rubik, roboto, sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
}
.kids_top .wrapper .kids_top_left .kids_bottom_items {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
  max-width: 550px;
  width: 100%;
}
.kids_top .wrapper .kids_top_left .kids_bottom_items .kids_bottom_item {
  max-width: 335px;
  width: 49%;
  margin-right: 20px;
  box-sizing: border-box;
  border-radius: 20px;
  background: #F1F4F6;
}
.kids_top .wrapper .kids_top_left .kids_bottom_items .kids_bottom_item .kids_bottom_item_span {
  color: #FFF;
  font-family: Rubik, roboto, sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%;
}
.kids_top .wrapper .kids_top_left .kids_bottom_items .kids_bottom_item img {
  border-radius: 20px;
  display: block;
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.kids_top .wrapper .kids_top_left .kids_bottom_items .kids_bottom_item:last-of-type {
  padding: 23px 24px 7px;
  background: #45A041;
  margin-right: 0;
}
.kids_top .wrapper .kids_top_img {
  display: block;
  max-width: 550px;
  width: 49%;
  height: auto;
  max-height: 528px;
  border-radius: 20px;
}
@media (max-width: 900px) {
  .kids_top .wrapper {
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .kids_top .wrapper .kids_top_left {
    max-width: 950px;
    width: 100%;
    margin-right: 0;
    margin-bottom: 20px;
  }
  .kids_top .wrapper .kids_top_left .kids_bottom_items {
    max-width: 950px;
  }
  .kids_top .wrapper .kids_top_left .kids_bottom_items .kids_bottom_item {
    max-width: 475px;
  }
  .kids_top .wrapper .kids_top_img {
    margin-left: auto;
    margin-right: auto;
    max-width: 550px;
    width: 100%;
    height: auto;
    max-height: 340px;
    object-fit: cover;
  }
}
@media (max-width: 600px) {
  .kids_top .wrapper .kids_top_left .kids_top_title {
    margin-bottom: 16px;
    padding: 20px;
    min-height: 260px;
  }
  .kids_top .wrapper .kids_top_left .kids_top_title .title {
    font-size: 30px;
    font-style: normal;
    font-weight: 700;
    line-height: 120%;
  }
  .kids_top .wrapper .kids_top_left .kids_top_title .kids_top_description {
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
  }
  .kids_top .wrapper .kids_top_left .kids_bottom_items {
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .kids_top .wrapper .kids_top_left .kids_bottom_items .kids_bottom_item {
    display: none;
  }
  .kids_top .wrapper .kids_top_left .kids_bottom_items .kids_bottom_item:last-of-type {
    margin-bottom: 0;
    width: 100%;
    margin-right: 0;
    padding: 20px;
    max-width: 600px;
    display: block;
  }
  .kids_top .wrapper .kids_top_left .kids_bottom_items .kids_bottom_item:last-of-type .kids_bottom_item_span {
    font-size: 18px;
  }
}

.sub_top_diagnostics {
  padding-top: 120px;
}
.sub_top_diagnostics .wrapper {
  max-width: 960px;
  color: #232222;
  font-family: Rubik, roboto, sans-serif;
  font-size: 32px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%; /* 44.8px */
}
@media (max-width: 1200px) {
  .sub_top_diagnostics {
    padding-top: 100px;
  }
}
@media (max-width: 900px) {
  .sub_top_diagnostics {
    padding-top: 70px;
  }
}
@media (max-width: 600px) {
  .sub_top_diagnostics {
    padding-top: 40px;
  }
}

.sub_top_diagnostics_items {
  padding-top: 120px;
}
.sub_top_diagnostics_items .wrapper .sub_top_diagnostics_items_header {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  margin-bottom: 80px;
}
.sub_top_diagnostics_items .wrapper .sub_top_diagnostics_items_header .title {
  max-width: 440px;
  color: #232222;
  font-family: Rubik, roboto, sans-serif;
  font-size: 40px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
}
@media (max-width: 120px) {
  .sub_top_diagnostics_items .wrapper .sub_top_diagnostics_items_header .title {
    font-size: 35px;
  }
}
@media (max-width: 600px) {
  .sub_top_diagnostics_items .wrapper .sub_top_diagnostics_items_header .title {
    font-size: 30px;
  }
}
.sub_top_diagnostics_items .wrapper .sub_top_diagnostics_items_header .description {
  max-width: 530px;
  color: #232222;
  font-family: Rubik, roboto, sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
}
@media (max-width: 500px) {
  .sub_top_diagnostics_items .wrapper .sub_top_diagnostics_items_header .description {
    font-size: 18px;
  }
}
@media (max-width: 900px) {
  .sub_top_diagnostics_items .wrapper .sub_top_diagnostics_items_header {
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-bottom: 50px;
  }
  .sub_top_diagnostics_items .wrapper .sub_top_diagnostics_items_header .title {
    max-width: 900px;
    margin-bottom: 16px;
  }
  .sub_top_diagnostics_items .wrapper .sub_top_diagnostics_items_header .description {
    max-width: 900px;
  }
}
.sub_top_diagnostics_items .wrapper .diagnostics_items {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.sub_top_diagnostics_items .wrapper .diagnostics_items .diagnostics_item {
  position: relative;
  max-width: 360px;
  width: 32%;
  height: auto;
  border-radius: 20px;
  background: #F1F4F6;
  padding: 90px 30px 30px;
  box-sizing: border-box;
}
.sub_top_diagnostics_items .wrapper .diagnostics_items .diagnostics_item .diagnostics_item_number {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 60px;
  font-size: 40px;
  font-style: normal;
  font-weight: 500;
  line-height: 50px;
  background-color: #45A041;
  border-radius: 50px;
  position: absolute;
  top: 0;
  left: 0;
  transform: translateY(-50%);
  color: #ffffff;
}
.sub_top_diagnostics_items .wrapper .diagnostics_items .diagnostics_item .diagnostics_item_title {
  color: #232222;
  font-family: Rubik, roboto, sans-serif;
  font-size: 26px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
  margin-bottom: 16px;
}
.sub_top_diagnostics_items .wrapper .diagnostics_items .diagnostics_item .diagnostics_item_description {
  color: #232222;
  font-family: Rubik, roboto, sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
}
@media (max-width: 900px) {
  .sub_top_diagnostics_items .wrapper .diagnostics_items {
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .sub_top_diagnostics_items .wrapper .diagnostics_items .diagnostics_item {
    padding: 50px 30px 30px;
    max-width: 900px;
    width: 100%;
    margin-bottom: 50px;
  }
  .sub_top_diagnostics_items .wrapper .diagnostics_items .diagnostics_item:last-of-type {
    margin-bottom: 0;
  }
}
@media (max-width: 500px) {
  .sub_top_diagnostics_items .wrapper .diagnostics_items {
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .sub_top_diagnostics_items .wrapper .diagnostics_items .diagnostics_item .diagnostics_item_title {
    font-size: 24px;
  }
  .sub_top_diagnostics_items .wrapper .diagnostics_items .diagnostics_item .diagnostics_item_description {
    font-size: 16px;
  }
}
@media (max-width: 1200px) {
  .sub_top_diagnostics_items {
    padding-top: 100px;
  }
}
@media (max-width: 900px) {
  .sub_top_diagnostics_items {
    padding-top: 70px;
  }
}
@media (max-width: 600px) {
  .sub_top_diagnostics_items {
    padding-top: 40px;
  }
}

.diagnostics_slider_content {
  padding-top: 120px;
}
.diagnostics_slider_content .wrapper {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.diagnostics_slider_content .wrapper .diagnostics_slider {
  max-width: 550px;
  width: 49%;
  overflow: hidden;
  border-radius: 20px;
  position: relative;
}
.diagnostics_slider_content .wrapper .diagnostics_slider .diagnostics_slider_wrapper .swiper-slide {
  border-radius: 20px;
  max-width: 550px;
  width: 100%;
  object-fit: cover;
  height: 520px;
}
.diagnostics_slider_content .wrapper .diagnostics_slider .diagnostics_slider_pagination {
  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;
  left: 0;
  position: absolute;
  z-index: 3;
  bottom: 20px;
}
.diagnostics_slider_content .wrapper .diagnostics_slider .diagnostics_slider_pagination .sr_bullet {
  position: relative;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  margin-right: 20px;
  cursor: pointer;
}
.diagnostics_slider_content .wrapper .diagnostics_slider .diagnostics_slider_pagination .sr_bullet::after {
  content: "";
  position: absolute;
  width: 12px;
  height: 12px;
  background-color: #F1F4F7;
  top: 3px;
  left: 3px;
  border-radius: 50%;
}
.diagnostics_slider_content .wrapper .diagnostics_slider .diagnostics_slider_pagination .sr_bullet--active {
  background-color: #F1F4F7;
}
.diagnostics_slider_content .wrapper .diagnostics_slider .diagnostics_slider_pagination .sr_bullet--active::after {
  background-color: #199CDB;
}
.diagnostics_slider_content .wrapper .diagnostics_slider .diagnostics_slider_pagination .sr_bullet:last-of-type {
  margin-right: 0;
}
.diagnostics_slider_content .wrapper .diagnostics_slider_content_body {
  max-width: 550px;
  width: 49%;
  border-radius: 20px;
  box-sizing: border-box;
  padding: 40px;
  background: #009ADE;
}
.diagnostics_slider_content .wrapper .diagnostics_slider_content_body .diagnostics_slider_content_title {
  color: #FFF;
  font-family: Rubik, roboto, sans-serif;
  font-size: 40px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
  margin-bottom: 30px;
}
.diagnostics_slider_content .wrapper .diagnostics_slider_content_body .diagnostics_slider_content_description {
  color: #FFF;
  font-family: Rubik, roboto, sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
}
.diagnostics_slider_content .wrapper .diagnostics_slider_content_body .diagnostics_slider_content_description b {
  font-weight: 700;
}
@media (max-width: 1000px) {
  .diagnostics_slider_content .wrapper .diagnostics_slider_content_body {
    padding: 30px 20px;
  }
}
@media (max-width: 900px) {
  .diagnostics_slider_content .wrapper {
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .diagnostics_slider_content .wrapper .diagnostics_slider_content_body {
    order: 1;
    max-width: 900px;
    width: 100%;
    margin-bottom: 20px;
  }
  .diagnostics_slider_content .wrapper .diagnostics_slider {
    order: 2;
    max-width: 900px;
    width: 100%;
  }
  .diagnostics_slider_content .wrapper .diagnostics_slider .diagnostics_slider_wrapper .swiper-slide {
    max-width: 900px;
  }
}
@media (max-width: 600px) {
  .diagnostics_slider_content .wrapper .diagnostics_slider_content_body .diagnostics_slider_content_title {
    font-size: 30px;
    margin-bottom: 20px;
  }
  .diagnostics_slider_content .wrapper .diagnostics_slider_content_body .diagnostics_slider_content_description {
    font-size: 16px;
  }
  .diagnostics_slider_content .wrapper .diagnostics_slider .diagnostics_slider_wrapper .swiper-slide {
    height: auto;
    min-height: 265px;
  }
}
@media (max-width: 1200px) {
  .diagnostics_slider_content {
    padding-top: 100px;
  }
}
@media (max-width: 900px) {
  .diagnostics_slider_content {
    padding-top: 70px;
  }
}
@media (max-width: 600px) {
  .diagnostics_slider_content {
    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: #45A041;
  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: #45A041;
}
.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;
  }
}

.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: 10px;
}
.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%;
  }
}

.diagnostics_second {
  padding-top: 120px;
}
.diagnostics_second .wrapper {
  border-radius: 20px;
  background: #F1F4F6;
  padding: 40px 40px 28px;
  box-sizing: border-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.diagnostics_second .wrapper .diagnostics_second_images {
  max-width: 470px;
  width: 100%;
  margin-right: 20px;
  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_second .wrapper .diagnostics_second_images .diagnostics_second_img {
  max-width: 229px;
  border-radius: 20px;
  width: 49%;
  object-fit: cover;
  height: auto;
  margin-bottom: 12px;
}
.diagnostics_second .wrapper .diagnostics_second_content {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  max-width: 490px;
  width: 100%;
  height: auto;
  margin-bottom: 12px;
}
.diagnostics_second .wrapper .diagnostics_second_content .diagnostics_second_title {
  margin-bottom: 30px;
  color: #232222;
  font-family: Rubik, roboto, sans-serif;
  font-size: 40px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
}
@media (max-width: 1200px) {
  .diagnostics_second .wrapper .diagnostics_second_content .diagnostics_second_title {
    font-size: 35px;
  }
}
@media (max-width: 820px) {
  .diagnostics_second .wrapper .diagnostics_second_content .diagnostics_second_title {
    margin-bottom: 20px;
  }
}
@media (max-width: 600px) {
  .diagnostics_second .wrapper .diagnostics_second_content .diagnostics_second_title {
    font-size: 30px;
  }
}
.diagnostics_second .wrapper .diagnostics_second_content p {
  color: #232222;
  font-family: Rubik, roboto, sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  padding-bottom: 16px;
  margin: 0;
}
.diagnostics_second .wrapper .diagnostics_second_content p b {
  font-weight: 700;
}
.diagnostics_second .wrapper .diagnostics_second_content .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: auto;
}
.diagnostics_second .wrapper .diagnostics_second_content .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;
}
.diagnostics_second .wrapper .diagnostics_second_content .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%;
}
.diagnostics_second .wrapper .diagnostics_second_content .surgery_atmosfera_bottom .surgery_atmosfera_bottom_cont span b {
  font-weight: 700;
}
.diagnostics_second .wrapper .diagnostics_second_content .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;
}
.diagnostics_second .wrapper .diagnostics_second_content .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: 820px) {
  .diagnostics_second .wrapper .diagnostics_second_content .surgery_atmosfera_bottom {
    margin-top: 36px;
  }
  .diagnostics_second .wrapper .diagnostics_second_content .surgery_atmosfera_bottom .surgery_atmosfera_bottom_cont {
    padding: 16px;
    margin-right: 12px;
  }
  .diagnostics_second .wrapper .diagnostics_second_content .surgery_atmosfera_bottom .surgery_atmosfera_bottom_cont span {
    font-size: 16px;
  }
  .diagnostics_second .wrapper .diagnostics_second_content .surgery_atmosfera_bottom .surgery_atmosfera_bottom_i {
    width: 32px;
    height: 32px;
    min-width: 32px;
  }
  .diagnostics_second .wrapper .diagnostics_second_content .surgery_atmosfera_bottom .surgery_atmosfera_bottom_i span {
    font-size: 24px;
    line-height: 100%;
  }
}
@media (max-width: 1200px) {
  .diagnostics_second .wrapper {
    padding: 30px 20px 18px;
  }
}
@media (max-width: 820px) {
  .diagnostics_second .wrapper {
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .diagnostics_second .wrapper .diagnostics_second_images {
    max-width: 820px;
    width: 100%;
    margin-right: 0;
    margin-bottom: 12px;
  }
  .diagnostics_second .wrapper .diagnostics_second_images .diagnostics_second_img {
    max-width: 404px;
    margin-bottom: 12px;
  }
  .diagnostics_second .wrapper .diagnostics_second_content {
    max-width: 820px;
    width: 100%;
    margin-bottom: 0;
  }
  .diagnostics_second .wrapper .diagnostics_second_content p {
    padding-bottom: 12px;
    margin-bottom: 0;
  }
}
@media (max-width: 1200px) {
  .diagnostics_second {
    padding-top: 100px;
  }
}
@media (max-width: 900px) {
  .diagnostics_second {
    padding-top: 70px;
  }
}
@media (max-width: 600px) {
  .diagnostics_second {
    padding-top: 40px;
  }
}

.surgery_subtop {
  padding-top: 120px;
}
.surgery_subtop .wrapper .surgery_subtop_top {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  margin-bottom: 40px;
}
.surgery_subtop .wrapper .surgery_subtop_top .surgery_subtop {
  max-width: 440px;
  width: 100%;
  color: #232222;
  font-family: Rubik, roboto, sans-serif;
  font-size: 40px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
  margin-right: 20px;
  margin-top: 0;
  margin-left: 0;
  margin-bottom: 0;
  padding-top: 0;
  text-align: left;
}
.surgery_subtop .wrapper .surgery_subtop_top .surgery_subtop_description {
  max-width: 530px;
  width: 100%;
  color: #232222;
  font-family: Rubik, roboto, sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
}
@media (max-width: 950px) {
  .surgery_subtop .wrapper .surgery_subtop_top {
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-bottom: 30px;
  }
  .surgery_subtop .wrapper .surgery_subtop_top .surgery_subtop {
    max-width: 950px;
    font-size: 35px;
    line-height: 120%;
    margin-right: 0;
    margin-bottom: 20px;
  }
  .surgery_subtop .wrapper .surgery_subtop_top .surgery_subtop_description {
    max-width: 950px;
    font-size: 18px;
  }
}
@media (max-width: 600px) {
  .surgery_subtop .wrapper .surgery_subtop_top {
    margin-bottom: 20px;
  }
  .surgery_subtop .wrapper .surgery_subtop_top .surgery_subtop {
    font-size: 30px;
  }
}
.surgery_subtop .wrapper .surgery_items {
  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;
}
.surgery_subtop .wrapper .surgery_items .surgery_item {
  border-radius: 20px;
  width: 32%;
  max-width: 360px;
  margin-bottom: 20px;
}
.surgery_subtop .wrapper .surgery_items .surgery_item .surgery_item_content {
  width: 100%;
  box-sizing: border-box;
  background: #F1F4F6;
  padding: 30px;
  height: 100%;
  border-radius: 20px;
}
.surgery_subtop .wrapper .surgery_items .surgery_item .surgery_item_content svg {
  display: block;
  width: 64px;
  height: 64px;
  margin-left: auto;
  margin-bottom: 40px;
  fill: #FFF;
}
.surgery_subtop .wrapper .surgery_items .surgery_item .surgery_item_content .surgery_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;
}
.surgery_subtop .wrapper .surgery_items .surgery_item .surgery_item_content .surgery_item_description {
  color: #232222;
  font-family: Rubik, roboto, sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
}
.surgery_subtop .wrapper .surgery_items .first {
  border-radius: 20px;
  background: #45A041;
}
.surgery_subtop .wrapper .surgery_items .first .surgery_item_content {
  background: url(../img/diagnostics/yelow.svg) center center no-repeat;
  background-size: cover;
}
.surgery_subtop .wrapper .surgery_items .first .surgery_item_content .surgery_item_title {
  color: #ffffff;
}
.surgery_subtop .wrapper .surgery_items .first .surgery_item_content .surgery_item_description {
  color: #ffffff;
}
@media (max-width: 950px) {
  .surgery_subtop .wrapper .surgery_items .surgery_item {
    width: 48.5%;
    max-width: 465px;
  }
}
@media (max-width: 600px) {
  .surgery_subtop .wrapper .surgery_items .surgery_item {
    width: 100%;
    max-width: 600px;
  }
}
@media (max-width: 425px) {
  .surgery_subtop .wrapper .surgery_items .surgery_item .surgery_item_content svg {
    width: 48px;
    height: 48px;
    margin-bottom: 30px;
  }
  .surgery_subtop .wrapper .surgery_items .surgery_item .surgery_item_content .surgery_item_title {
    font-size: 24px;
    margin-bottom: 16px;
  }
  .surgery_subtop .wrapper .surgery_items .surgery_item .surgery_item_content .surgery_item_description {
    font-size: 18px;
  }
}
@media (max-width: 1200px) {
  .surgery_subtop {
    padding-top: 100px;
  }
}
@media (max-width: 900px) {
  .surgery_subtop {
    padding-top: 70px;
  }
}
@media (max-width: 600px) {
  .surgery_subtop {
    padding-top: 40px;
  }
}

.diagnostics_ho {
  padding-top: 100px;
}
.diagnostics_ho .wrapper {
  border-radius: 20px;
  background: #F1F4F6;
  padding: 50px 40px 0 40px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.diagnostics_ho .wrapper .diagnostics_ho_content {
  max-width: 460px;
  width: 100%;
}
.diagnostics_ho .wrapper .diagnostics_ho_content .diagnostics_ho_title {
  margin-bottom: 30px;
  color: #232222;
  font-family: Rubik, roboto, sans-serif;
  font-size: 40px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
}
@media (max-width: 820px) {
  .diagnostics_ho .wrapper .diagnostics_ho_content .diagnostics_ho_title {
    margin-bottom: 20px;
  }
}
.diagnostics_ho .wrapper .diagnostics_ho_content .diagnostics_ho_description {
  color: #232222;
  font-family: Rubik, roboto, sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
}
.diagnostics_ho .wrapper .diagnostics_ho_content .diagnostics_ho_description b {
  font-weight: 700;
}
.diagnostics_ho .wrapper .diagnostics_ho_img {
  display: block;
  max-width: 520px;
  width: 100%;
  height: auto;
  margin-left: 20px;
}
@media (max-width: 1000px) {
  .diagnostics_ho .wrapper {
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .diagnostics_ho .wrapper .diagnostics_ho_content {
    max-width: 1000px;
    margin-bottom: 30px;
  }
  .diagnostics_ho .wrapper .diagnostics_ho_img {
    margin-left: auto;
    margin-right: auto;
  }
}
@media (max-width: 550px) {
  .diagnostics_ho .wrapper {
    padding: 30px 20px 0 20px;
  }
  .diagnostics_ho .wrapper .diagnostics_ho_content .diagnostics_ho_description {
    font-size: 18px;
  }
}
@media (max-width: 900px) {
  .diagnostics_ho {
    padding-top: 70px;
  }
}
@media (max-width: 600px) {
  .diagnostics_ho {
    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: #009ADE;
  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 {
    display: none;
  }
}
.surgery_comments .wrapper .surgery_comments_left .surgery_comments_left_content {
  background-image: url(../img/diagnostics/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: #FFF;
  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: #FFF;
  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 .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: #4F9F46 !important;
}

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