.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 {
  padding-bottom: 40px;
}
.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: 690px;
  width: 62%;
  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: #8D89FA;
  min-height: 355px;
  margin-bottom: 20px;
}
.kids_top .wrapper .kids_top_left .kids_top_title .title {
  margin-top: 0;
  margin-bottom: 20px;
  color: #FFFFFF;
}
.kids_top .wrapper .kids_top_left .kids_top_title .kids_top_description {
  color: #FFFFFF;
  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: 690px;
  width: 100%;
}
.kids_top .wrapper .kids_top_left .kids_bottom_items .kids_bottom_item {
  max-width: 335px;
  width: 49%;
  margin-right: 20px;
  padding: 30px 40px;
  box-sizing: border-box;
  border-radius: 20px;
  background: #FFCD67;
}
.kids_top .wrapper .kids_top_left .kids_bottom_items .kids_bottom_item .kids_bottom_item_title {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  margin-bottom: 12px;
}
.kids_top .wrapper .kids_top_left .kids_bottom_items .kids_bottom_item .kids_bottom_item_title svg {
  display: block;
  width: 10px;
  height: 10px;
  margin-right: 15px;
}
.kids_top .wrapper .kids_top_left .kids_bottom_items .kids_bottom_item .kids_bottom_item_title span {
  color: #232222;
  font-family: Rubik, roboto, sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 140%;
}
.kids_top .wrapper .kids_top_left .kids_bottom_items .kids_bottom_item .kids_bottom_item_description {
  color: #232222;
  font-family: Rubik, roboto, sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
}
.kids_top .wrapper .kids_top_left .kids_bottom_items .kids_bottom_item:last-of-type {
  background: #F1F4F6;
  margin-right: 0;
}
.kids_top .wrapper .kids_top_img {
  display: block;
  max-width: 410px;
  width: 37%;
  height: auto;
  max-height: 525px;
  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 {
    width: 100%;
    margin-right: 0;
    margin-bottom: 16px;
    padding: 20px;
    max-width: 600px;
  }
  .kids_top .wrapper .kids_top_left .kids_bottom_items .kids_bottom_item .kids_bottom_item_title svg {
    width: 8px;
    height: 8px;
    margin-right: 12px;
  }
  .kids_top .wrapper .kids_top_left .kids_bottom_items .kids_bottom_item .kids_bottom_item_title span {
    font-size: 18px;
  }
  .kids_top .wrapper .kids_top_left .kids_bottom_items .kids_bottom_item .kids_bottom_item_description {
    font-size: 16px;
  }
  .kids_top .wrapper .kids_top_left .kids_bottom_items .kids_bottom_item:last-of-type {
    margin-bottom: 0;
  }
}
@media (max-width: 500px) {
  .kids_top {
    padding-bottom: 30px;
  }
}

.ticker {
  overflow: hidden;
  white-space: nowrap;
  padding: 24px 0;
  border-top: 1px solid #E7EDF0;
  border-bottom: 1px solid #E7EDF0;
}
.ticker .ticker__track {
  display: flex;
  width: 200%;
  animation: ticker-move 25s linear infinite;
}
.ticker .ticker__track .ticker__list {
  flex: 0 0 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  list-style: none;
  margin: 0;
  padding: 0;
}
.ticker .ticker__track .ticker__list .ticker__item {
  font-size: 16px;
  line-height: 1.4;
  font-weight: 500;
}
.ticker .ticker__track .ticker__list .ticker__item a {
  text-decoration: none;
  color: #8D89FA;
  font-family: Rubik, roboto, sans-serif;
  font-size: 34px;
  font-style: normal;
  font-weight: 700;
  line-height: 48px;
}
.ticker .ticker__track .ticker__list svg {
  margin: 0 30px;
  width: 6px;
  height: 6px;
  display: block;
}

@keyframes ticker-move {
  0% {
    transform: translateX(-50%);
  }
  100% {
    transform: translateX(0);
  }
}
.post_top {
  padding-top: 120px;
}
.post_top .wrapper {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.post_top .wrapper .post_top_img {
  display: block;
  max-width: 410px;
  width: 37%;
  max-height: 512px;
  height: auto;
  object-fit: cover;
  border-radius: 20px;
}
.post_top .wrapper .post_top_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: 690px;
  width: 62%;
  border-radius: 20px;
  background: #F1F4F6;
  padding: 40px;
  box-sizing: border-box;
  position: relative;
}
.post_top .wrapper .post_top_content .post_top_title {
  color: #232222;
  font-family: Rubik, roboto, sans-serif;
  font-size: 40px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
  margin-bottom: 24px;
}
.post_top .wrapper .post_top_content .post_top_description {
  font-family: Rubik, roboto, sans-serif;
  color: #232222;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  margin-bottom: 10px;
}
.post_top .wrapper .post_top_content .post_top_comment {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: flex-end;
  align-items: flex-end;
  margin-top: auto;
}
.post_top .wrapper .post_top_content .post_top_comment .post_top_comment_body {
  border-radius: 20px 20px 0 20px;
  background: #8D89FA;
  padding: 30px;
  color: #FFF;
  font-family: Rubik, roboto, sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  opacity: 0.9;
}
.post_top .wrapper .post_top_content .post_top_comment .post_top_comment_pi {
  margin-left: 24px;
  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;
  padding: 4px 0;
  box-sizing: border-box;
  min-width: 58px;
  width: 58px;
  height: 58px;
  text-align: center;
  border-radius: 50%;
  background-color: #8D89FA;
}
.post_top .wrapper .post_top_content .post_top_comment .post_top_comment_pi span {
  color: #FFF;
  font-family: Rubik, roboto, sans-serif;
  font-size: 38.667px;
  font-style: normal;
  font-weight: 500;
  line-height: 48.334px;
}
.post_top .wrapper .post_top_content .abs_img {
  position: absolute;
  width: 36px;
  height: 49px;
  right: -35px;
  top: -35px;
}
@media (max-width: 720px) {
  .post_top .wrapper {
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .post_top .wrapper .post_top_content {
    order: 1;
    max-width: 720px;
    width: 100%;
    border-radius: 20px;
    padding: 30px;
    margin-bottom: 16px;
  }
  .post_top .wrapper .post_top_content .abs_img {
    position: absolute;
    width: 34px;
    height: 25px;
    right: -15px;
    top: -20px;
  }
  .post_top .wrapper .post_top_content .abs_img svg {
    width: 34px;
    height: 25px;
    display: block;
  }
  .post_top .wrapper .post_top_img {
    order: 2;
    max-width: 720px;
    width: 100%;
  }
}
@media (max-width: 500px) {
  .post_top .wrapper .post_top_content .post_top_title {
    font-size: 30px;
  }
  .post_top .wrapper .post_top_content .post_top_description {
    font-size: 16px;
    margin-bottom: 48px;
  }
  .post_top .wrapper .post_top_content .post_top_comment .post_top_comment_body {
    padding: 16px;
    font-size: 16px;
  }
  .post_top .wrapper .post_top_content .post_top_comment .post_top_comment_pi {
    margin-left: 12px;
    min-width: 32px;
    width: 32px;
    height: 32px;
  }
  .post_top .wrapper .post_top_content .post_top_comment .post_top_comment_pi span {
    font-size: 24px;
    line-height: 100%;
  }
  .post_top .wrapper .post_top_content .abs_img {
    position: absolute;
    width: 30px;
    height: 20px;
    right: -15px;
    top: -15px;
  }
  .post_top .wrapper .post_top_img {
    border-radius: 13.707px;
  }
}
@media (max-width: 1120px) {
  .post_top {
    padding-top: 10px;
  }
}
@media (max-width: 720px) {
  .post_top {
    padding-top: 80px;
  }
}
@media (max-width: 50px) {
  .post_top {
    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: 46px;
}
.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: #FFCD67;
}
.surgery_subtop .wrapper .surgery_items .first .surgery_item_content {
  background: url(../img/kids/yelow.svg) center center no-repeat;
  background-size: cover;
}
@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: 120px) {
  .surgery_subtop {
    padding-top: 100px;
  }
}
@media (max-width: 900px) {
  .surgery_subtop {
    padding-top: 70px;
  }
}
@media (max-width: 600px) {
  .surgery_subtop {
    padding-top: 40px;
  }
}

.kids_items {
  padding-top: 120px;
}
.kids_items .wrapper {
  border-radius: 20px;
  background: #F1F4F6;
  padding: 40px;
  box-sizing: border-box;
}
@media (max-width: 600px) {
  .kids_items .wrapper {
    padding: 20px;
  }
}
.kids_items .wrapper .kids_items_title {
  color: #232222;
  font-family: Rubik, roboto, sans-serif;
  font-size: 40px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
  max-width: 495px;
  width: 100%;
  margin-bottom: 40px;
}
@media (max-width: 600px) {
  .kids_items .wrapper .kids_items_title {
    font-size: 30px;
    margin-bottom: 30px;
  }
}
.kids_items .wrapper .kids_items_content {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.kids_items .wrapper .kids_items_content .kids_items_left {
  max-width: 540px;
  width: 52%;
}
.kids_items .wrapper .kids_items_content .kids_items_left .kids_items_control {
  margin-bottom: 26px;
}
.kids_items .wrapper .kids_items_content .kids_items_left .kids_items_control .items_control {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.kids_items .wrapper .kids_items_content .kids_items_left .kids_items_control .items_control .kids_item_control {
  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;
  border-radius: 20px;
  background: #FFF;
  padding: 15px 24px;
  margin-right: 14px;
  margin-bottom: 14px;
  cursor: pointer;
}
.kids_items .wrapper .kids_items_content .kids_items_left .kids_items_control .items_control .kids_item_control span {
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  color: rgba(35, 34, 34, 0.3);
  font-family: Rubik, roboto, sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 120%;
}
.kids_items .wrapper .kids_items_content .kids_items_left .kids_items_control .items_control .kids_item_control:hover span {
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  color: #8D89FA;
}
.kids_items .wrapper .kids_items_content .kids_items_left .kids_items_control .items_control .active {
  background: #8D89FA;
}
.kids_items .wrapper .kids_items_content .kids_items_left .kids_items_control .items_control .active span {
  color: #FFFFFF;
}
.kids_items .wrapper .kids_items_content .kids_items_left .kids_items_control .items_control .active:hover span {
  color: #FFFFFF;
}
.kids_items .wrapper .kids_items_content .kids_items_left .kids_items_variation {
  width: 100%;
}
.kids_items .wrapper .kids_items_content .kids_items_left .kids_items_variation .kids_item_variation {
  display: none;
}
.kids_items .wrapper .kids_items_content .kids_items_left .kids_items_variation .kids_item_variation .variation {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
  margin-bottom: 30px;
}
.kids_items .wrapper .kids_items_content .kids_items_left .kids_items_variation .kids_item_variation .variation svg {
  display: block;
  min-width: 28px;
  width: 28px;
  height: 28px;
  margin-right: 16px;
}
.kids_items .wrapper .kids_items_content .kids_items_left .kids_items_variation .kids_item_variation .variation span {
  color: #232222;
  font-family: Rubik, roboto, sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
}
.kids_items .wrapper .kids_items_content .kids_items_left .kids_items_variation .kids_item_variation .variation span b {
  font-weight: 600;
}
.kids_items .wrapper .kids_items_content .kids_items_left .kids_items_variation .kids_item_variation .variation:last-of-type {
  margin-bottom: 0;
}
.kids_items .wrapper .kids_items_content .kids_items_left .kids_items_variation .active {
  display: block;
}
.kids_items .wrapper .kids_items_content .kids_items_img {
  max-width: 402px;
  width: 42%;
  max-height: 590px;
  border-radius: 20px;
}
.kids_items .wrapper .kids_items_content .kids_items_img .kids_item_img {
  border-radius: 20px;
  max-width: 402px;
  width: 100%;
  height: auto;
  object-fit: cover;
  display: none;
}
.kids_items .wrapper .kids_items_content .kids_items_img .active {
  display: block;
}
@media (max-width: 850px) {
  .kids_items .wrapper .kids_items_content {
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .kids_items .wrapper .kids_items_content .kids_items_left {
    max-width: 850px;
    width: 100%;
    margin-bottom: 30px;
  }
  .kids_items .wrapper .kids_items_content .kids_items_img {
    max-width: 850px;
    width: 100%;
    max-height: 300px;
    border-radius: 20px;
  }
  .kids_items .wrapper .kids_items_content .kids_items_img .kids_item_img {
    border-radius: 20px;
    max-width: 850px;
    max-height: 300px;
  }
}
@media (max-width: 600px) {
  .kids_items .wrapper .kids_items_content .kids_items_left .kids_items_control {
    margin-bottom: 30px;
    overflow: hidden;
  }
  .kids_items .wrapper .kids_items_content .kids_items_left .kids_items_control .items_control {
    flex-wrap: nowrap;
    width: 100%;
    overflow-x: scroll;
    -ms-overflow-style: none;
    scrollbar-width: none;
  }
  .kids_items .wrapper .kids_items_content .kids_items_left .kids_items_control .items_control::-webkit-scrollbar {
    width: 0;
    height: 0;
  }
  .kids_items .wrapper .kids_items_content .kids_items_left .kids_items_control .items_control .kids_item_control {
    margin-bottom: 0;
  }
  .kids_items .wrapper .kids_items_content .kids_items_left .kids_items_control .items_control .kids_item_control span {
    font-size: 18px;
    width: max-content;
  }
  .kids_items .wrapper .kids_items_content .kids_items_left .kids_items_variation .kids_item_variation .variation {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: flex;
    margin-bottom: 24px;
  }
  .kids_items .wrapper .kids_items_content .kids_items_left .kids_items_variation .kids_item_variation .variation svg {
    display: block;
    min-width: 24px;
    width: 24px;
    height: 24px;
  }
  .kids_items .wrapper .kids_items_content .kids_items_left .kids_items_variation .kids_item_variation .variation span {
    font-size: 16px;
  }
  .kids_items .wrapper .kids_items_content .kids_items_left .kids_items_variation .kids_item_variation .variation:last-of-type {
    margin-bottom: 0;
  }
}
@media (max-width: 120px) {
  .kids_items {
    padding-top: 100px;
  }
}
@media (max-width: 900px) {
  .kids_items {
    padding-top: 70px;
  }
}
@media (max-width: 600px) {
  .kids_items {
    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: 40px;
}
.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: #8D89FA;
  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: #8D89FA;
}
.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: 120px) {
  .surgery_atmosfera {
    padding-top: 100px;
  }
}
@media (max-width: 900px) {
  .surgery_atmosfera {
    padding-top: 70px;
  }
}
@media (max-width: 600px) {
  .surgery_atmosfera {
    padding-top: 40px;
  }
}

.surgery_us {
  padding-top: 120px;
}
.surgery_us .wrapper .surgery_us_content {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.surgery_us .wrapper .surgery_us_content .staff {
  max-width: 420px;
  width: 100%;
  margin-right: 20px;
  border-radius: 20px;
}
.surgery_us .wrapper .surgery_us_content .staff .surgery_us_title {
  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-bottom: 20px;
}
.surgery_us .wrapper .surgery_us_content .staff .surgery_us_description {
  color: #232222;
  font-family: Rubik, roboto, sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  margin-bottom: 64px;
}
@media (max-width: 600px) {
  .surgery_us .wrapper .surgery_us_content .staff .surgery_us_title {
    font-size: 30px;
    margin-bottom: 16px;
  }
  .surgery_us .wrapper .surgery_us_content .staff .surgery_us_description {
    font-size: 16px;
    margin-bottom: 20px;
  }
}
.surgery_us .wrapper .surgery_us_content .staff .item {
  max-width: 320px;
  width: 100%;
}
.surgery_us .wrapper .surgery_us_content .staff .item .staff-card .watch-video {
  width: 50px;
  height: 50px;
}
.surgery_us .wrapper .surgery_us_content .staff .item .staff-card .watch-video svg {
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  width: 32px;
  height: 32px;
}
.surgery_us .wrapper .surgery_us_content .staff .item .staff-card .watch-video:hover svg {
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  width: 41px;
  height: 41px;
}
.surgery_us .wrapper .surgery_us_content .staff .item .staff-card .img-wrapper {
  min-height: 425px;
}
.surgery_us .wrapper .surgery_us_content .staff .item .staff-card .metadata {
  background: #4F9F46;
  padding: 20px;
  box-sizing: border-box;
}
.surgery_us .wrapper .surgery_us_content .staff .item .staff-card .metadata h4 {
  color: #FFF;
  text-align: center;
  font-family: Rubik, roboto, sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 30px;
}
.surgery_us .wrapper .surgery_us_content .staff .item .staff-card .metadata p {
  max-width: 360px;
  width: 100%;
  display: block;
  margin-left: auto;
  margin-right: auto;
  color: #FFF;
  text-align: center;
  font-family: Rubik, roboto, sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 26px;
  opacity: 0.9;
}
.surgery_us .wrapper .surgery_us_content .staff .item .staff-video .watch-video {
  width: 80px;
  height: 80px;
}
.surgery_us .wrapper .surgery_us_content .staff .item .staff-video .watch-video svg {
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  width: 51px;
  height: 51px;
}
.surgery_us .wrapper .surgery_us_content .staff .item .staff-video .watch-video:hover svg {
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  width: 70px;
  height: 70px;
}
.surgery_us .wrapper .surgery_us_content .surgery_us_left {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 40px;
  max-width: 662px;
  width: 60%;
  box-sizing: border-box;
  border-radius: 20px;
  background: #F1F4F6;
  height: auto;
  position: relative;
}
.surgery_us .wrapper .surgery_us_content .surgery_us_left .surgery_us_left_title {
  color: #232222;
  font-family: Rubik, roboto, sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  margin-bottom: 32px;
}
.surgery_us .wrapper .surgery_us_content .surgery_us_left .surgery_us_left_ul p {
  color: #232222;
  font-family: Rubik, roboto, sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  padding-bottom: 16px;
}
.surgery_us .wrapper .surgery_us_content .surgery_us_left .surgery_us_left_bottom {
  margin-top: auto;
  border-radius: 20px;
  background: #FFF;
  padding: 30px;
}
.surgery_us .wrapper .surgery_us_content .surgery_us_left .surgery_us_left_bottom span {
  color: #232222;
  font-family: Rubik, roboto, sans-serif;
  font-size: 24px;
  font-style: italic;
  font-weight: 500;
  line-height: 120%;
}
@media (max-width: 900px) {
  .surgery_us .wrapper .surgery_us_content {
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .surgery_us .wrapper .surgery_us_content .surgery_us_left {
    margin-top: 20px;
    padding: 40px;
    max-width: 900px;
    width: 100%;
  }
}
@media (max-width: 450px) {
  .surgery_us .wrapper .surgery_us_content {
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .surgery_us .wrapper .surgery_us_content .staff {
    max-width: 450px;
    margin-right: 0;
  }
  .surgery_us .wrapper .surgery_us_content .staff .item .staff-card .watch-video {
    width: 50px;
    height: 50px;
  }
  .surgery_us .wrapper .surgery_us_content .staff .item .staff-card .watch-video svg {
    width: 32px;
    height: 32px;
  }
  .surgery_us .wrapper .surgery_us_content .staff .item .staff-card .watch-video:hover svg {
    width: 45px;
    height: 45px;
  }
  .surgery_us .wrapper .surgery_us_content .staff .item .staff-card .img-wrapper {
    min-height: 218px;
  }
  .surgery_us .wrapper .surgery_us_content .staff .item .staff-card .metadata {
    padding: 16px 20px;
  }
  .surgery_us .wrapper .surgery_us_content .staff .item .staff-card .metadata h4 {
    font-size: 18px;
    padding-bottom: 4px;
  }
  .surgery_us .wrapper .surgery_us_content .staff .item .staff-card .metadata p {
    font-size: 16px;
  }
  .surgery_us .wrapper .surgery_us_content .staff .item .staff-video .watch-video {
    width: 50px;
    height: 50px;
  }
  .surgery_us .wrapper .surgery_us_content .staff .item .staff-video .watch-video svg {
    width: 32px;
    height: 32px;
  }
  .surgery_us .wrapper .surgery_us_content .staff .item .staff-video .watch-video:hover svg {
    width: 45px;
    height: 45px;
  }
  .surgery_us .wrapper .surgery_us_content .surgery_us_left {
    padding: 40px 20px;
  }
  .surgery_us .wrapper .surgery_us_content .surgery_us_left .surgery_us_left_title {
    font-size: 16px;
    margin-bottom: 16px;
  }
  .surgery_us .wrapper .surgery_us_content .surgery_us_left .surgery_us_left_ul li {
    padding-left: 20px;
    font-size: 16px;
  }
  .surgery_us .wrapper .surgery_us_content .surgery_us_left .surgery_us_left_ul li::before {
    top: 9px;
    width: 8px;
    height: 8px;
  }
  .surgery_us .wrapper .surgery_us_content .surgery_us_left .surgery_us_left_bottom {
    padding: 20px;
  }
  .surgery_us .wrapper .surgery_us_content .surgery_us_left .surgery_us_left_bottom span {
    font-size: 20px;
  }
}
@media (max-width: 120px) {
  .surgery_us {
    padding-top: 100px;
  }
}
@media (max-width: 900px) {
  .surgery_us {
    padding-top: 70px;
  }
}
@media (max-width: 600px) {
  .surgery_us {
    padding-top: 40px;
  }
}

.kids_atmosfera {
  padding-top: 120px;
}
.kids_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) {
  .kids_atmosfera .wrapper .surgery_atmosfera_title {
    font-size: 30px;
    margin-bottom: 20px;
  }
}
.kids_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;
}
.kids_atmosfera .wrapper .surgery_atmosfera_items .surgery_atmosfera_item .surgery_atmosfera_item_first {
  max-width: 250px;
  min-width: 250px;
  width: 100%;
}
.kids_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;
}
.kids_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%;
}
.kids_atmosfera .wrapper .surgery_atmosfera_items .surgery_atmosfera_item .surgery_atmosfera_item_center {
  max-width: 445px;
  width: 100%;
  margin-left: 10px;
}
.kids_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;
}
.kids_atmosfera .wrapper .surgery_atmosfera_items .surgery_atmosfera_item .surgery_atmosfera_item_center .surgery_atmosfera_item_span svg {
  display: block;
  width: 24px;
  height: 24px;
  margin-right: 16px;
}
.kids_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%;
}
.kids_atmosfera .wrapper .surgery_atmosfera_items .surgery_atmosfera_item .surgery_atmosfera_item_center .surgery_atmosfera_item_span:last-of-type {
  margin-bottom: 0;
}
.kids_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) {
  .kids_atmosfera .wrapper .surgery_atmosfera_items .surgery_atmosfera_item {
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .kids_atmosfera .wrapper .surgery_atmosfera_items .surgery_atmosfera_item .surgery_atmosfera_item_first {
    margin-bottom: 20px;
    max-width: 900px;
  }
  .kids_atmosfera .wrapper .surgery_atmosfera_items .surgery_atmosfera_item .surgery_atmosfera_item_center {
    max-width: 500px;
    width: 65%;
    margin-left: 0;
  }
  .kids_atmosfera .wrapper .surgery_atmosfera_items .surgery_atmosfera_item .surgery_atmosfera_item_img {
    max-width: 270px;
    width: 32%;
  }
}
@media (max-width: 550px) {
  .kids_atmosfera .wrapper .surgery_atmosfera_items .surgery_atmosfera_item {
    margin-bottom: 20px;
    padding: 20px;
  }
  .kids_atmosfera .wrapper .surgery_atmosfera_items .surgery_atmosfera_item .surgery_atmosfera_item_first {
    order: 1;
    width: 100%;
  }
  .kids_atmosfera .wrapper .surgery_atmosfera_items .surgery_atmosfera_item .surgery_atmosfera_item_first .surgery_atmosfera_item_title {
    font-size: 20px;
    margin-bottom: 10px;
  }
  .kids_atmosfera .wrapper .surgery_atmosfera_items .surgery_atmosfera_item .surgery_atmosfera_item_first .surgery_atmosfera_item_number {
    font-size: 20px;
  }
  .kids_atmosfera .wrapper .surgery_atmosfera_items .surgery_atmosfera_item .surgery_atmosfera_item_img {
    order: 2;
    width: 100%;
    margin-left: 0;
    margin-bottom: 20px;
  }
  .kids_atmosfera .wrapper .surgery_atmosfera_items .surgery_atmosfera_item .surgery_atmosfera_item_center {
    order: 3;
    max-width: 550px;
    width: 100%;
    margin-left: 0;
  }
  .kids_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;
  }
  .kids_atmosfera .wrapper .surgery_atmosfera_items .surgery_atmosfera_item .surgery_atmosfera_item_center .surgery_atmosfera_item_span svg {
    width: 8px;
    height: 8px;
    margin-right: 12px;
  }
  .kids_atmosfera .wrapper .surgery_atmosfera_items .surgery_atmosfera_item .surgery_atmosfera_item_center .surgery_atmosfera_item_span span {
    font-size: 16px;
  }
  .kids_atmosfera .wrapper .surgery_atmosfera_items .surgery_atmosfera_item .surgery_atmosfera_item_center .surgery_atmosfera_item_span:last-of-type {
    margin-bottom: 0;
  }
}
.kids_atmosfera .wrapper .surgery_atmosfera_items .surgery_atmosfera_item:last-of-type {
  margin-bottom: 0;
}
@media (max-width: 550px) {
  .kids_atmosfera .wrapper .surgery_atmosfera_items .surgery_atmosfera_item:last-of-type {
    margin-bottom: 0;
  }
}
.kids_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;
}
.kids_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: #8D89FA;
  padding: 30px;
  max-width: 1035px;
  width: 100%;
  margin-right: 15px;
  box-sizing: border-box;
}
.kids_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%;
}
.kids_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: #8D89FA;
}
.kids_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) {
  .kids_atmosfera .wrapper .surgery_atmosfera_bottom {
    margin-top: 20px;
  }
  .kids_atmosfera .wrapper .surgery_atmosfera_bottom .surgery_atmosfera_bottom_cont {
    padding: 16px;
    margin-right: 12px;
  }
  .kids_atmosfera .wrapper .surgery_atmosfera_bottom .surgery_atmosfera_bottom_cont span {
    font-size: 16px;
  }
  .kids_atmosfera .wrapper .surgery_atmosfera_bottom .surgery_atmosfera_bottom_i {
    width: 32px;
    height: 32px;
    min-width: 32px;
  }
  .kids_atmosfera .wrapper .surgery_atmosfera_bottom .surgery_atmosfera_bottom_i span {
    font-size: 24px;
    line-height: 100%;
  }
}
@media (max-width: 120px) {
  .kids_atmosfera {
    padding-top: 100px;
  }
}
@media (max-width: 900px) {
  .kids_atmosfera {
    padding-top: 70px;
  }
}
@media (max-width: 600px) {
  .kids_atmosfera {
    padding-top: 40px;
  }
}

.kids_us {
  padding-top: 120px;
}
.kids_us .wrapper .kids_us_content {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.kids_us .wrapper .kids_us_content .staff {
  max-width: 438px;
  width: 100%;
  margin-right: 20px;
  border-radius: 20px;
}
.kids_us .wrapper .kids_us_content .staff .item {
  width: 100%;
}
.kids_us .wrapper .kids_us_content .staff .item .staff-card .watch-video {
  width: 80px;
  height: 80px;
}
.kids_us .wrapper .kids_us_content .staff .item .staff-card .watch-video svg {
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  width: 51px;
  height: 51px;
}
.kids_us .wrapper .kids_us_content .staff .item .staff-card .watch-video:hover svg {
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  width: 70px;
  height: 70px;
}
.kids_us .wrapper .kids_us_content .staff .item .staff-card .img-wrapper {
  min-height: 520px;
}
.kids_us .wrapper .kids_us_content .staff .item .staff-video .watch-video {
  width: 80px;
  height: 80px;
}
.kids_us .wrapper .kids_us_content .staff .item .staff-video .watch-video svg {
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  width: 51px;
  height: 51px;
}
.kids_us .wrapper .kids_us_content .staff .item .staff-video .watch-video:hover svg {
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  width: 70px;
  height: 70px;
}
.kids_us .wrapper .kids_us_content .kids_us_left {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 40px;
  max-width: 662px;
  width: 60%;
  box-sizing: border-box;
  border-radius: 20px;
  background: #F1F4F6;
  height: auto;
  position: relative;
}
.kids_us .wrapper .kids_us_content .kids_us_left .kids_us_left_title {
  color: #232222;
  font-family: Rubik, roboto, sans-serif;
  font-size: 40px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
  margin-bottom: 24px;
}
.kids_us .wrapper .kids_us_content .kids_us_left .kids_us_left_ul {
  color: #232222;
  font-family: Rubik, roboto, sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
}
.kids_us .wrapper .kids_us_content .kids_us_left .surgery_atmosfera_bottom {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
  -webkit-align-items: flex-end;
  align-items: flex-end;
  margin-top: auto;
}
.kids_us .wrapper .kids_us_content .kids_us_left .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: #8D89FA;
  padding: 30px;
  max-width: 1035px;
  width: 100%;
  margin-right: 15px;
  box-sizing: border-box;
}
.kids_us .wrapper .kids_us_content .kids_us_left .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%;
}
.kids_us .wrapper .kids_us_content .kids_us_left .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: #8D89FA;
}
.kids_us .wrapper .kids_us_content .kids_us_left .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) {
  .kids_us .wrapper .kids_us_content .kids_us_left .surgery_atmosfera_bottom {
    margin-top: 20px;
  }
  .kids_us .wrapper .kids_us_content .kids_us_left .surgery_atmosfera_bottom .surgery_atmosfera_bottom_cont {
    padding: 16px;
    margin-right: 12px;
  }
  .kids_us .wrapper .kids_us_content .kids_us_left .surgery_atmosfera_bottom .surgery_atmosfera_bottom_cont span {
    font-size: 16px;
  }
  .kids_us .wrapper .kids_us_content .kids_us_left .surgery_atmosfera_bottom .surgery_atmosfera_bottom_i {
    width: 32px;
    height: 32px;
    min-width: 32px;
  }
  .kids_us .wrapper .kids_us_content .kids_us_left .surgery_atmosfera_bottom .surgery_atmosfera_bottom_i span {
    font-size: 24px;
    line-height: 100%;
  }
}
@media (max-width: 900px) {
  .kids_us .wrapper .kids_us_content {
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .kids_us .wrapper .kids_us_content .kids_us_left {
    margin-top: 20px;
    padding: 40px;
    max-width: 900px;
    width: 100%;
  }
}
@media (max-width: 450px) {
  .kids_us .wrapper .kids_us_content {
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .kids_us .wrapper .kids_us_content .staff {
    max-width: 450px;
    margin-right: 0;
  }
  .kids_us .wrapper .kids_us_content .staff .item .staff-card .watch-video {
    width: 50px;
    height: 50px;
  }
  .kids_us .wrapper .kids_us_content .staff .item .staff-card .watch-video svg {
    width: 32px;
    height: 32px;
  }
  .kids_us .wrapper .kids_us_content .staff .item .staff-card .watch-video:hover svg {
    width: 45px;
    height: 45px;
  }
  .kids_us .wrapper .kids_us_content .staff .item .staff-card .img-wrapper {
    min-height: 218px;
  }
  .kids_us .wrapper .kids_us_content .staff .item .staff-video .watch-video {
    width: 50px;
    height: 50px;
  }
  .kids_us .wrapper .kids_us_content .staff .item .staff-video .watch-video svg {
    width: 32px;
    height: 32px;
  }
  .kids_us .wrapper .kids_us_content .staff .item .staff-video .watch-video:hover svg {
    width: 45px;
    height: 45px;
  }
  .kids_us .wrapper .kids_us_content .kids_us_left {
    padding: 40px 20px;
  }
  .kids_us .wrapper .kids_us_content .kids_us_left .kids_us_left_title {
    font-size: 30px;
  }
  .kids_us .wrapper .kids_us_content .kids_us_left .kids_us_left_ul {
    font-size: 16px;
    margin-bottom: 50px;
  }
}
@media (max-width: 120px) {
  .kids_us {
    padding-top: 100px;
  }
}
@media (max-width: 900px) {
  .kids_us {
    padding-top: 70px;
  }
}
@media (max-width: 600px) {
  .kids_us {
    padding-top: 40px;
  }
}

.surgery_result {
  padding-top: 120px;
}
.surgery_result .wrapper .surgery_result_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;
}
.surgery_result .wrapper .surgery_result_top .surgery_result_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) {
  .surgery_result .wrapper .surgery_result_top {
    margin-bottom: 20px;
  }
  .surgery_result .wrapper .surgery_result_top .surgery_result_title {
    font-size: 30px;
  }
}
.surgery_result .wrapper .surgery_result_top .surgery_result_control {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
}
.surgery_result .wrapper .surgery_result_top .surgery_result_control .surgery_result_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: #FFCD67;
}
.surgery_result .wrapper .surgery_result_top .surgery_result_control .surgery_result_button svg {
  display: block;
  width: 29px;
  height: 29px;
}
.surgery_result .wrapper .surgery_result_top .surgery_result_control .surgery_result_left {
  margin-right: 10px;
}
@media (max-width: 700px) {
  .surgery_result .wrapper .surgery_result_top .surgery_result_control {
    display: none;
  }
}
@media (max-width: 700px) {
  .surgery_result .wrapper .surgery_result_top {
    padding-right: 20px;
  }
}
.surgery_result .wrapper .surgery_result_slider {
  overflow: hidden;
  width: 100%;
  box-sizing: border-box;
  border-radius: 20px;
}
.surgery_result .wrapper .surgery_result_slider .surgery_result_slider_wrapper {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
}
.surgery_result .wrapper .surgery_result_slider .surgery_result_slider_pagination {
  display: none;
}
@media (max-width: 700px) {
  .surgery_result .wrapper .surgery_result_slider .surgery_result_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;
  }
  .surgery_result .wrapper .surgery_result_slider .surgery_result_slider_pagination .sr_bullet {
    position: relative;
    background-color: white;
    width: 18px;
    height: 18px;
    border-radius: 50%;
  }
  .surgery_result .wrapper .surgery_result_slider .surgery_result_slider_pagination .sr_bullet::after {
    content: "";
    position: absolute;
    width: 12px;
    height: 12px;
    background-color: #F1F4F7;
    top: 3px;
    left: 3px;
    border-radius: 50%;
  }
  .surgery_result .wrapper .surgery_result_slider .surgery_result_slider_pagination .sr_bullet--active {
    background-color: #F1F4F7;
  }
  .surgery_result .wrapper .surgery_result_slider .surgery_result_slider_pagination .sr_bullet--active::after {
    background-color: #199CDB;
  }
}
@media (max-width: 700px) {
  .surgery_result .wrapper .surgery_result_slider {
    border-radius: 0;
  }
}
@media (max-width: 120px) {
  .surgery_result {
    padding-top: 100px;
  }
}
@media (max-width: 900px) {
  .surgery_result {
    padding-top: 70px;
  }
}
@media (max-width: 700px) {
  .surgery_result {
    padding-right: 0;
  }
}
@media (max-width: 600px) {
  .surgery_result {
    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: #8D89FA !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: #45A041 !important;
}

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