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

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

.diagnostics_every {
  padding-top: 120px;
}
.diagnostics_every .wrapper .diagnostics_every_title {
  color: #232222;
  max-width: 820px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  font-family: Rubik, roboto, sans-serif;
  font-size: 40px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
  margin-bottom: 50px;
  text-align: center;
}
@media (max-width: 1200px) {
  .diagnostics_every .wrapper .diagnostics_every_title {
    font-size: 35px;
    margin-bottom: 35px;
  }
}
@media (max-width: 600px) {
  .diagnostics_every .wrapper .diagnostics_every_title {
    font-size: 30px;
    margin-bottom: 20px;
  }
}
.diagnostics_every .wrapper .diagnostics_every_items .diagnostics_every_item {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  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;
  padding: 50px 40px;
  border-top: 1px solid #EDF2F5;
  background: linear-gradient(91deg, rgba(241, 244, 246, 0) 1.19%, rgba(241, 244, 246, 0) 22.74%, rgba(241, 244, 246, 0) 40.19%, rgba(200, 220, 232, 0) 100%);
}
.diagnostics_every .wrapper .diagnostics_every_items .diagnostics_every_item .diagnostics_every_item_content {
  max-width: 595px;
  width: 100%;
  margin-right: 39px;
}
.diagnostics_every .wrapper .diagnostics_every_items .diagnostics_every_item .diagnostics_every_item_content .diagnostics_every_item_title {
  color: #232222;
  font-family: Rubik, roboto, sans-serif;
  font-size: 34px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
}
.diagnostics_every .wrapper .diagnostics_every_items .diagnostics_every_item .diagnostics_every_item_content .diagnostics_every_item_description {
  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;
  display: none;
  color: #232222;
  padding-top: 25px;
  font-family: Rubik, roboto, sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
}
.diagnostics_every .wrapper .diagnostics_every_items .diagnostics_every_item .diagnostics_every_item_img {
  margin-left: 5px;
  margin-right: 10px;
  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;
  max-width: 240px;
  width: 100%;
  height: auto;
  max-height: 172px;
  display: none;
  border-radius: 20px;
  transform: rotate(8.508deg);
}
.diagnostics_every .wrapper .diagnostics_every_items .diagnostics_every_item .diagnostics_every_item_number {
  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: #CFE1EB;
  text-align: right;
  font-family: Rubik, roboto, sans-serif;
  font-size: 86.244px;
  font-style: normal;
  font-weight: 500;
  line-height: 120%;
  margin-left: auto;
}
.diagnostics_every .wrapper .diagnostics_every_items .diagnostics_every_item:hover {
  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;
  border-radius: 20px;
  background: linear-gradient(91deg, #F1F4F6 1.19%, #F1F4F6 22.74%, #F1F4F6 40.19%, #C8DCE8 100%);
}
.diagnostics_every .wrapper .diagnostics_every_items .diagnostics_every_item:hover .diagnostics_every_item_content .diagnostics_every_item_description {
  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;
  display: block;
}
.diagnostics_every .wrapper .diagnostics_every_items .diagnostics_every_item:hover .diagnostics_every_item_img {
  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;
  display: block;
}
.diagnostics_every .wrapper .diagnostics_every_items .diagnostics_every_item:hover .diagnostics_every_item_number {
  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: #FFFFFF;
}
@media (max-width: 900px) {
  .diagnostics_every .wrapper .diagnostics_every_items .diagnostics_every_item {
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 30px 20px 20px 20px;
  }
  .diagnostics_every .wrapper .diagnostics_every_items .diagnostics_every_item .diagnostics_every_item_content {
    max-width: 595px;
    width: 48%;
    margin-right: 39px;
  }
  .diagnostics_every .wrapper .diagnostics_every_items .diagnostics_every_item .diagnostics_every_item_content .diagnostics_every_item_title {
    color: #232222;
    font-family: Rubik, roboto, sans-serif;
    font-size: 34px;
    font-style: normal;
    font-weight: 700;
    line-height: 120%;
  }
  .diagnostics_every .wrapper .diagnostics_every_items .diagnostics_every_item .diagnostics_every_item_content .diagnostics_every_item_description {
    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;
    display: none;
    color: #232222;
    padding-top: 25px;
    font-family: Rubik, roboto, sans-serif;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
  }
  .diagnostics_every .wrapper .diagnostics_every_items .diagnostics_every_item .diagnostics_every_item_img {
    width: 48%;
  }
  .diagnostics_every .wrapper .diagnostics_every_items .diagnostics_every_item .diagnostics_every_item_number {
    width: 45%;
  }
}
@media (max-width: 650px) {
  .diagnostics_every .wrapper .diagnostics_every_items {
    display: none;
  }
}
.diagnostics_every .wrapper .diagnostics_every_slider {
  display: none;
}
@media (max-width: 650px) {
  .diagnostics_every .wrapper .diagnostics_every_slider {
    display: block;
    width: 100%;
    overflow: hidden;
  }
  .diagnostics_every .wrapper .diagnostics_every_slider .diagnostics_every_slider_wrapper .diagnostics_every_item {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    border-radius: 20px;
    background: linear-gradient(179deg, #F1F4F6 0.77%, #F1F4F6 56.89%, #C9DCE8 102.05%);
    box-sizing: border-box;
    padding: 30px 20px 20px 20px;
    gap: 20px;
  }
  .diagnostics_every .wrapper .diagnostics_every_slider .diagnostics_every_slider_wrapper .diagnostics_every_item .diagnostics_every_item_content .diagnostics_every_item_title {
    color: #232222;
    font-family: Rubik, roboto, sans-serif;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 120%;
    margin-bottom: 16px;
  }
  .diagnostics_every .wrapper .diagnostics_every_slider .diagnostics_every_slider_wrapper .diagnostics_every_item .diagnostics_every_item_content .diagnostics_every_item_description {
    color: #232222;
    font-family: Rubik, roboto, sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
  }
  .diagnostics_every .wrapper .diagnostics_every_slider .diagnostics_every_slider_wrapper .diagnostics_every_item .diagnostics_every_item_img {
    width: 100%;
    height: auto;
    display: block;
    border-radius: 20px;
  }
  .diagnostics_every .wrapper .diagnostics_every_slider .diagnostics_every_slider_wrapper .diagnostics_every_item .diagnostics_every_item_number {
    display: none;
  }
  .diagnostics_every .wrapper .diagnostics_every_slider .diagnostics_every_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;
  }
  .diagnostics_every .wrapper .diagnostics_every_slider .diagnostics_every_slider_pagination .sr_bullet {
    position: relative;
    background-color: white;
    width: 18px;
    height: 18px;
    border-radius: 50%;
  }
  .diagnostics_every .wrapper .diagnostics_every_slider .diagnostics_every_slider_pagination .sr_bullet::after {
    content: "";
    position: absolute;
    width: 12px;
    height: 12px;
    background-color: #F1F4F7;
    top: 3px;
    left: 3px;
    border-radius: 50%;
  }
  .diagnostics_every .wrapper .diagnostics_every_slider .diagnostics_every_slider_pagination .sr_bullet--active {
    background-color: #F1F4F7;
  }
  .diagnostics_every .wrapper .diagnostics_every_slider .diagnostics_every_slider_pagination .sr_bullet--active::after {
    background-color: #199CDB;
  }
}
.diagnostics_every .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;
}
.diagnostics_every .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: #45A041;
  padding: 30px;
  max-width: 1035px;
  width: 100%;
  margin-right: 15px;
  box-sizing: border-box;
}
.diagnostics_every .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%;
}
.diagnostics_every .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: #45A041;
}
.diagnostics_every .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) {
  .diagnostics_every .wrapper .surgery_atmosfera_bottom {
    margin-top: 20px;
  }
  .diagnostics_every .wrapper .surgery_atmosfera_bottom .surgery_atmosfera_bottom_cont {
    padding: 16px;
    margin-right: 12px;
  }
  .diagnostics_every .wrapper .surgery_atmosfera_bottom .surgery_atmosfera_bottom_cont span {
    font-size: 16px;
  }
  .diagnostics_every .wrapper .surgery_atmosfera_bottom .surgery_atmosfera_bottom_i {
    width: 32px;
    height: 32px;
    min-width: 32px;
  }
  .diagnostics_every .wrapper .surgery_atmosfera_bottom .surgery_atmosfera_bottom_i span {
    font-size: 24px;
    line-height: 100%;
  }
}
@media (max-width: 1200px) {
  .diagnostics_every {
    padding-top: 100px;
  }
}
@media (max-width: 900px) {
  .diagnostics_every {
    padding-top: 70px;
  }
}
@media (max-width: 600px) {
  .diagnostics_every {
    padding-top: 40px;
  }
}

.protezirovanie_how {
  padding-top: 120px;
}
.protezirovanie_how .wrapper .protezirovanie_how_top {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  margin-bottom: 50px;
}
.protezirovanie_how .wrapper .protezirovanie_how_top .protezirovanie_how_title {
  max-width: 440px;
  width: 48%;
  color: #232222;
  font-family: Rubik, roboto, sans-serif;
  font-size: 40px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
}
@media (max-width: 900px) {
  .protezirovanie_how .wrapper .protezirovanie_how_top .protezirovanie_how_title {
    font-size: 35px;
    margin-bottom: 20px;
  }
}
@media (max-width: 750px) {
  .protezirovanie_how .wrapper .protezirovanie_how_top .protezirovanie_how_title {
    max-width: 750px;
    width: 100%;
    font-size: 30px;
    margin-bottom: 16px;
  }
}
.protezirovanie_how .wrapper .protezirovanie_how_top .protezirovanie_how_description {
  max-width: 530px;
  width: 48%;
  color: #232222;
  font-family: Rubik, roboto, sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
}
@media (max-width: 750px) {
  .protezirovanie_how .wrapper .protezirovanie_how_top .protezirovanie_how_description {
    max-width: 750px;
    width: 100%;
    font-size: 18px;
  }
}
@media (max-width: 750px) {
  .protezirovanie_how .wrapper .protezirovanie_how_top {
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-bottom: 20px;
  }
}
.protezirovanie_how .wrapper .protezirovanie_how_items {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 20px;
}
.protezirovanie_how .wrapper .protezirovanie_how_items .protezirovanie_how_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: 360px;
  width: 32.5%;
  border-radius: 20px;
  background: #F1F4F6;
  padding: 30px;
  box-sizing: border-box;
  height: auto;
}
.protezirovanie_how .wrapper .protezirovanie_how_items .protezirovanie_how_item .protezirovanie_how_item_top {
  width: 100%;
  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: 30px;
}
.protezirovanie_how .wrapper .protezirovanie_how_items .protezirovanie_how_item .protezirovanie_how_item_top .number {
  color: #A7A7A7;
  font-family: Rubik, roboto, sans-serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
}
.protezirovanie_how .wrapper .protezirovanie_how_items .protezirovanie_how_item .protezirovanie_how_item_top .line {
  border-radius: 100px;
  background: #009ADE;
  width: 32px;
  height: 6px;
}
.protezirovanie_how .wrapper .protezirovanie_how_items .protezirovanie_how_item .protezirovanie_how_item_img {
  display: block;
  margin-bottom: 30px;
  width: 100%;
  height: auto;
  max-height: 168px;
  object-fit: cover;
}
.protezirovanie_how .wrapper .protezirovanie_how_items .protezirovanie_how_item .protezirovanie_how_item_title {
  color: #232222;
  font-family: Rubik, roboto, sans-serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: 120%;
  margin-bottom: 12px;
}
.protezirovanie_how .wrapper .protezirovanie_how_items .protezirovanie_how_item .protezirovanie_how_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: 1160px) {
  .protezirovanie_how .wrapper .protezirovanie_how_items .protezirovanie_how_item {
    width: 32%;
  }
}
@media (max-width: 1040px) {
  .protezirovanie_how .wrapper .protezirovanie_how_items .protezirovanie_how_item {
    padding: 30px 20px;
    width: 48%;
    max-width: 520px;
  }
}
@media (max-width: 600px) {
  .protezirovanie_how .wrapper .protezirovanie_how_items .protezirovanie_how_item {
    width: 100%;
    max-width: 600px;
  }
  .protezirovanie_how .wrapper .protezirovanie_how_items .protezirovanie_how_item .protezirovanie_how_item_top {
    margin-bottom: 16px;
  }
  .protezirovanie_how .wrapper .protezirovanie_how_items .protezirovanie_how_item .protezirovanie_how_item_top .number {
    font-size: 20px;
  }
  .protezirovanie_how .wrapper .protezirovanie_how_items .protezirovanie_how_item .protezirovanie_how_item_img {
    max-height: 140px;
    margin-bottom: 20px;
  }
  .protezirovanie_how .wrapper .protezirovanie_how_items .protezirovanie_how_item .protezirovanie_how_item_title {
    font-size: 20px;
  }
  .protezirovanie_how .wrapper .protezirovanie_how_items .protezirovanie_how_item .protezirovanie_how_item_description {
    font-size: 16px;
  }
}
.protezirovanie_how .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;
}
.protezirovanie_how .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: #45A041;
  padding: 30px;
  max-width: 1035px;
  width: 100%;
  margin-right: 15px;
  box-sizing: border-box;
}
.protezirovanie_how .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%;
}
.protezirovanie_how .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: #45A041;
}
.protezirovanie_how .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) {
  .protezirovanie_how .wrapper .surgery_atmosfera_bottom {
    margin-top: 20px;
  }
  .protezirovanie_how .wrapper .surgery_atmosfera_bottom .surgery_atmosfera_bottom_cont {
    padding: 16px;
    margin-right: 12px;
  }
  .protezirovanie_how .wrapper .surgery_atmosfera_bottom .surgery_atmosfera_bottom_cont span {
    font-size: 16px;
  }
  .protezirovanie_how .wrapper .surgery_atmosfera_bottom .surgery_atmosfera_bottom_i {
    width: 32px;
    height: 32px;
    min-width: 32px;
  }
  .protezirovanie_how .wrapper .surgery_atmosfera_bottom .surgery_atmosfera_bottom_i span {
    font-size: 24px;
    line-height: 100%;
  }
}
@media (max-width: 1200px) {
  .protezirovanie_how {
    padding-top: 100px;
  }
}
@media (max-width: 900px) {
  .protezirovanie_how {
    padding-top: 70px;
  }
}
@media (max-width: 600px) {
  .protezirovanie_how {
    padding-top: 40px;
  }
}

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

.protezirovanie_what {
  padding-top: 120px;
}
.protezirovanie_what .wrapper .protezirovanie_what_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: 50px;
}
@media (max-width: 600px) {
  .protezirovanie_what .wrapper .protezirovanie_what_title {
    font-size: 30px;
    margin-bottom: 20px;
  }
}
.protezirovanie_what .wrapper .protezirovanie_what_body {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.protezirovanie_what .wrapper .protezirovanie_what_body .protezirovanie_what_items {
  width: 49%;
  max-width: 550px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  border-radius: 20px;
  background: #DDF0FA;
  gap: 40px;
  padding: 40px;
  box-sizing: border-box;
}
.protezirovanie_what .wrapper .protezirovanie_what_body .protezirovanie_what_items .protezirovanie_what_item {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 20px;
}
.protezirovanie_what .wrapper .protezirovanie_what_body .protezirovanie_what_items .protezirovanie_what_item .protezirovanie_what_item_title {
  color: #232222;
  font-family: Rubik, roboto, sans-serif;
  font-size: 26px;
  font-style: normal;
  font-weight: 500;
  line-height: 120%;
}
.protezirovanie_what .wrapper .protezirovanie_what_body .protezirovanie_what_items .protezirovanie_what_item .protezirovanie_what_item_li {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
}
.protezirovanie_what .wrapper .protezirovanie_what_body .protezirovanie_what_items .protezirovanie_what_item .protezirovanie_what_item_li svg {
  margin-top: 10px;
  display: block;
  width: 8px;
  height: 8px;
  min-width: 8px;
  margin-right: 16px;
}
.protezirovanie_what .wrapper .protezirovanie_what_body .protezirovanie_what_items .protezirovanie_what_item .protezirovanie_what_item_li span {
  color: #232222;
  font-family: Rubik, roboto, sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
}
@media (max-width: 950px) {
  .protezirovanie_what .wrapper .protezirovanie_what_body .protezirovanie_what_items {
    padding: 20px;
  }
}
.protezirovanie_what .wrapper .protezirovanie_what_body .protezirovanie_what_items:last-of-type {
  background: #F1F4F6;
}
@media (max-width: 790px) {
  .protezirovanie_what .wrapper .protezirovanie_what_body {
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .protezirovanie_what .wrapper .protezirovanie_what_body .protezirovanie_what_items {
    width: 100%;
    max-width: 790px;
  }
  .protezirovanie_what .wrapper .protezirovanie_what_body .protezirovanie_what_items:last-of-type {
    margin-top: 20px;
  }
}
@media (max-width: 500px) {
  .protezirovanie_what .wrapper .protezirovanie_what_body .protezirovanie_what_items {
    gap: 30px;
  }
  .protezirovanie_what .wrapper .protezirovanie_what_body .protezirovanie_what_items .protezirovanie_what_item {
    gap: 16px;
  }
  .protezirovanie_what .wrapper .protezirovanie_what_body .protezirovanie_what_items .protezirovanie_what_item .protezirovanie_what_item_title {
    font-size: 20px;
  }
  .protezirovanie_what .wrapper .protezirovanie_what_body .protezirovanie_what_items .protezirovanie_what_item .protezirovanie_what_item_li span {
    font-size: 16px;
  }
}
@media (max-width: 1200px) {
  .protezirovanie_what {
    padding-top: 100px;
  }
}
@media (max-width: 900px) {
  .protezirovanie_what {
    padding-top: 70px;
  }
}
@media (max-width: 600px) {
  .protezirovanie_what {
    padding-top: 40px;
  }
}

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

.protezirovanie_why {
  padding-top: 120px;
}
.protezirovanie_why .wrapper .protezirovanie_why_top {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  margin-bottom: 40px;
}
.protezirovanie_why .wrapper .protezirovanie_why_top .protezirovanie_why_title {
  max-width: 440px;
  width: 48%;
  color: #232222;
  font-family: Rubik, roboto, sans-serif;
  font-size: 40px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
}
@media (max-width: 900px) {
  .protezirovanie_why .wrapper .protezirovanie_why_top .protezirovanie_why_title {
    font-size: 35px;
    margin-bottom: 20px;
  }
}
@media (max-width: 750px) {
  .protezirovanie_why .wrapper .protezirovanie_why_top .protezirovanie_why_title {
    max-width: 750px;
    width: 100%;
    font-size: 30px;
    margin-bottom: 16px;
  }
}
.protezirovanie_why .wrapper .protezirovanie_why_top .protezirovanie_why_description {
  max-width: 530px;
  width: 48%;
  color: #232222;
  font-family: Rubik, roboto, sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
}
@media (max-width: 750px) {
  .protezirovanie_why .wrapper .protezirovanie_why_top .protezirovanie_why_description {
    max-width: 750px;
    width: 100%;
    font-size: 18px;
  }
}
@media (max-width: 750px) {
  .protezirovanie_why .wrapper .protezirovanie_why_top {
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-bottom: 20px;
  }
}
.protezirovanie_why .wrapper .protezirovanie_why_body {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  gap: 20px;
}
.protezirovanie_why .wrapper .protezirovanie_why_body .protezirovanie_why_items {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  max-width: 662px;
  width: 69%;
  gap: 20px;
}
.protezirovanie_why .wrapper .protezirovanie_why_body .protezirovanie_why_items .protezirovanie_why_item {
  padding: 30px;
  border-radius: 20px;
  background: #F1F4F6;
  max-width: 320px;
  width: 48%;
  box-sizing: border-box;
}
.protezirovanie_why .wrapper .protezirovanie_why_body .protezirovanie_why_items .protezirovanie_why_item .protezirovanie_why_item_title {
  color: #232222;
  font-family: Rubik, roboto, sans-serif;
  font-size: 40px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%;
  margin-bottom: 8px;
}
.protezirovanie_why .wrapper .protezirovanie_why_body .protezirovanie_why_items .protezirovanie_why_item .protezirovanie_why_item_description {
  color: #232222;
  font-family: Rubik, roboto, sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
}
@media (max-width: 560px) {
  .protezirovanie_why .wrapper .protezirovanie_why_body .protezirovanie_why_items {
    gap: 16px;
  }
  .protezirovanie_why .wrapper .protezirovanie_why_body .protezirovanie_why_items .protezirovanie_why_item {
    padding: 20px;
  }
  .protezirovanie_why .wrapper .protezirovanie_why_body .protezirovanie_why_items .protezirovanie_why_item .protezirovanie_why_item_title {
    font-size: 30px;
  }
}
@media (max-width: 440px) {
  .protezirovanie_why .wrapper .protezirovanie_why_body .protezirovanie_why_items .protezirovanie_why_item {
    max-width: 440px;
    width: 100%;
  }
}
.protezirovanie_why .wrapper .protezirovanie_why_body .protezirovanie_why_img {
  display: block;
  max-width: 438px;
  width: 39%;
  height: 330px;
  border-radius: 20px;
}
@media (max-width: 890px) {
  .protezirovanie_why .wrapper .protezirovanie_why_body {
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .protezirovanie_why .wrapper .protezirovanie_why_body .protezirovanie_why_items {
    max-width: 890px;
    width: 100%;
  }
  .protezirovanie_why .wrapper .protezirovanie_why_body .protezirovanie_why_items .protezirovanie_why_item {
    max-width: 445px;
  }
  .protezirovanie_why .wrapper .protezirovanie_why_body .protezirovanie_why_img {
    object-fit: cover;
    max-width: 890px;
    width: 100%;
  }
}
@media (max-width: 440px) {
  .protezirovanie_why .wrapper .protezirovanie_why_body .protezirovanie_why_img {
    height: 215px;
  }
}
@media (max-width: 1200px) {
  .protezirovanie_why {
    padding-top: 100px;
  }
}
@media (max-width: 900px) {
  .protezirovanie_why {
    padding-top: 70px;
  }
}
@media (max-width: 600px) {
  .protezirovanie_why {
    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: #45A041;
  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/surgery/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: #009ADE !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=protezirovanie.css.map */
