* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: Calibri, sans-serif;
}

a {
  text-decoration: none;
}

.clearfix:before,
.clearfix:after {
  content: "";
  display: table;
}

.clearfix:after {
  clear: both;
}

.wrapper {
  display: block;
  position: relative;
  max-width: 1200px;
  margin: 0 auto;
}

.top_slide {
  display: block;
  position: fixed;
  right: 20px;
  bottom: 20px;
}

.top_slide a {
  display: block;
  width: 50px;
  height: 50px;
  background-image: url('../img/top.png');
  background-repeat: no-repeat;
  background-size: 100%;
  z-index: 60;
  visibility: hidden;
  opacity: 0;
  transition: opacity .5s;
}

.top_slide.show a {
  visibility: visible;
  opacity: 1;
  transition: opacity .5s;
}

header {
  position: relative;
}

.top_hdr {
  display: block;
  position: relative;
  width: 100%;
  height: 130px;
  background-image: url('../img/bg_hdr.jpg');
  background-repeat: no-repeat;
  background-position: center;
}

.body_top_header {
  display: block;
  position: relative;
  padding-top: 31px;
}

.body_top_header .logo {
  display: inline-block;
  vertical-align: middle;
  width: 200px;
}

.body_top_header .logo img {
  width: 100%;
}

.body_top_header .nav_hdr {
  display: inline-block;
  vertical-align: middle;
}

.body_top_header .nav_hdr ul {
  display: block;
  text-align: center;
}

.body_top_header .nav_hdr ul li {
  display: inline-block;
  vertical-align: middle;
  margin: 0 26px;
  text-align: left;
}

.body_top_header .nav_hdr ul li img {
  display: inline-block;
  vertical-align: middle;
  width: 56px;
}

.body_top_header .nav_hdr ul li span {
  display: inline-block;
  vertical-align: middle;
  color: #373737;
  font-family: Calibri;
  font-size: 16px;
  font-weight: 300;
  padding-left: 4px;
}

.body_top_header .nav_hdr ul li a:hover span {
  text-decoration: underline;
}

.body_top_header .contact_top {
  display: inline-block;
  vertical-align: middle;
  float: right;
  margin-top: -14px;
}

.body_top_header .contact_top .phone_adres {
  display: block;
}

.body_top_header .contact_top .phone_adres span {
  display: block;
  color: #373737;
  font-family: Calibri;
  font-size: 18px;
  font-weight: 300;
}

.body_top_header .contact_top .phone_adres strong {
  display: block;
  color: #3a3f41;
  font-family: Calibri;
  font-size: 25px;
  font-weight: 500;
  line-height: 26px;
}

.body_top_header .contact_top .time_work {
  display: block;
  margin-top: 10px;
}

.body_top_header .contact_top .time_work span {
  display: block;
  color: #373737;
  font-family: Calibri;
  font-size: 18px;
  font-weight: 300;
  text-transform: uppercase;
}

.bt_hdr {
  display: block;
  position: relative;
  background-color: #68b6ec;
  border: 1px solid white;
  height: 76px;
}

.body_bt_hdr {
  display: block;
  position: relative;
}

.body_bt_hdr ul {
  display: block;
  text-align: center;
}

.body_bt_hdr ul li.li_main {
  display: inline-block;
  vertical-align: middle;
  margin: 0 20px;
}

.body_bt_hdr ul li.li_main a {
  display: block;
  text-shadow: 2px 0.1px 20.2px rgba(0, 0, 0, 0.11);
  color: white;
  font-family: Calibri;
  font-size: 22px;
  font-weight: 300;
  line-height: 72px;
}

.body_bt_hdr .search_site {
  display: block;
  position: absolute;
  top: 14px;
  right: -60px;
  width: 230px;
  height: 44px;
  border-radius: 30px;
  background-color: #d7d7d7;
  overflow: hidden;
}

.body_bt_hdr .search_site input {
  display: block;
  width: 100%;
  padding: 0 54px 0 24px;
  background-color: transparent;
  border: none;
  outline: none;
  height: 100%;
  color: black;
  font-family: Calibri;
  font-size: 15px;
  font-weight: 300;
}

.body_bt_hdr .search_site input::-webkit-input-placeholder {
  color: #000;
}

.body_bt_hdr .search_site input::-moz-placeholder {
  opacity: 1;
  color: #000;
}

.body_bt_hdr .search_site input:focus {
  background-color: #fff;
}

.body_bt_hdr .search_site button {
  display: block;
  position: absolute;
  width: 44px;
  height: 44px;
  top: 0;
  right: 0;
  background-color: #70c6eb;
  border: none;
  outline: none;
  border-radius: 100%;
  background-image: url('../img/search.png');
  background-repeat: no-repeat;
  background-position: center;
  background-size: 18px;
}

section.one {
  display: block;
  position: relative;
}

.body_one {
  display: block;
  position: relative;
}

.body_one .slider {
  display: inline-block;
  vertical-align: top;
}


/*----SLIDER----*/

.flex-container a:active,
.flexslider a:active,
.flex-container a:focus,
.flexslider a:focus {
  outline: none;
}

.slides,
.flex-control-nav,
.flex-direction-nav {
  margin: 0;
  padding: 0;
  list-style: none;
}

.flex-container {
  position: relative;
  margin: 0 auto;
}

.flexslider a img {
  outline: none;
  border: none;
}

.flexslider {
  margin: 0;
  padding: 0;
}

.flexslider .slides > li {
  display: none;
  -webkit-backface-visibility: hidden;
}

.flexslider .slides img {
  width: 100%;
  display: block;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}

.slides:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

html[xmlns] .slides {
  display: block;
}

* html .slides {
  height: 1%;
}

.flex-container {
  min-width: 150px;
  width: 700px;
}

.flexslider .slides {
  zoom: 1;
}

.flexslider .slides .info_slide {
  width: 100%;
  height: 350px;
  background-repeat: no-repeat;
  background-size: cover;
}

.flexslider .slides li:nth-child(1) .info_slide {
  background-image: url('../img/sl_1.jpg');
}

.flexslider .slides li:nth-child(2) .info_slide {
  background-image: url('../img/sl_2.jpg');
}

.flexslider .slides li:nth-child(3) .info_slide {
  background-image: url('../img/sl_3.jpg');
}

.flex-direction-nav a {
  display: block;
  position: absolute;
  bottom: 10px;
  width: 35px;
  height: 35px;
  cursor: pointer;
  text-indent: -9999px;
}

.flex-direction-nav .flex-next {
  right: 80px;
  background-image: url('../img/nav_right.jpg');
  background-repeat: no-repeat;
  background-size: 100%;
  width: 30px;
  height: 30px;
}

.flex-direction-nav .flex-prev {
  right: 114px;
  background-image: url('../img/nav_left.jpg');
  background-repeat: no-repeat;
  background-size: 100%;
  width: 30px;
  height: 30px;
}

.flexslider .flex-control-nav {
  position: absolute;
  width: 100%;
  bottom: 10px;
  text-align: center;
  margin: 0 0 0 -10px;
}

.flex-control-nav li {
  display: inline-block;
  zoom: 1;
}

.flex-control-paging li a {
  display: block;
  cursor: pointer;
  text-indent: -9999px;
  width: 18px;
  height: 18px;
  margin: 0 3px;
  border-radius: 100%;
  background-color: #f3f3f3;
}

.flex-control-paging li a.flex-active {
  width: 18px;
  height: 18px;
  background-color: #2c87be;
  border: none;
}


/*----SLIDER----*/

.body_one .info_blocks {
  display: inline-block;
  vertical-align: top;
  float: right;
  width: 500px;
}

.body_one .info_blocks .type_info {
  display: block;
  font-size: 0;
}

.body_one .info_blocks .type_info .inf_main {
  display: inline-block;
  vertical-align: top;
  position: relative;
  width: 33.33333333333%;
  height: 175px;
}

.body_one .info_blocks .type_info .inf_main:nth-child(odd) {
  background-color: #e6e6e6;
}

.body_one .info_blocks .type_info .inf_main .body_info {
  display: block;
  padding-top: 24px;
}

.body_one .info_blocks .type_info .inf_main .body_info .bl_img {
  height: 120px;
}

.body_one .info_blocks .type_info .inf_main .body_info img {
  width: auto;
  height: 90px;
  display: block;
  margin: 0 auto;
}

.body_one .info_blocks .type_info .inf_main .body_info strong {
  display: block;
  position: absolute;
  bottom: 8px;
  left: 0;
  right: 0;
  text-align: center;
  color: #373737;
  font-family: Calibri;
  font-size: 18px;
  font-weight: 300;
  line-height: 24px;
}

.body_one .info_blocks .type_info .inf_main .body_info strong.str_sm {
  font-size: 16px;
  line-height: 24px;
}

section.two {
  display: block;
  position: relative;
}

.body_two {
  display: block;
  position: relative;
  padding: 20px 0;
}

.body_two .p_one {
  display: block;
  color: black;
  font-family: Calibri;
  font-size: 24px;
  font-weight: 300;
  line-height: 31px;
}

.body_two .p_one strong {
  font-size: 26px;
  font-weight: 400;
  line-height: 18px;
  text-transform: uppercase;
}

.body_two .p_two {
  display: block;
  margin-top: 40px;
  color: #373737;
  font-family: Calibri;
  font-size: 25px;
  font-weight: 300;
  line-height: 28px;
}

.body_two .p_two strong {
  float: left;
  padding-right: 18px;
  color: #373737;
  font-family: Calibri;
  font-size: 63px;
  font-weight: 300;
  line-height: 45px;
}

section.three {
  display: block;
  position: relative;
}

.body_three {
  display: block;
  position: relative;
  padding: 20px 0;
}

.body_three h2 {
  display: block;
  text-align: center;
  color: #373737;
  font-family: Calibri;
  font-weight: 400;
  line-height: 28px;
  font-size: 37px;
}

.body_three h2 strong {
  font-size: 61px;
}

.body_three .steps {
  display: block;
  position: relative;
  margin-top: 20px;
  font-size: 0;
}

.body_three .steps .step {
  display: inline-block;
  position: relative;
  vertical-align: top;
  background-repeat: no-repeat;
  background-size: contain;
  width: 260px;
  height: 82px;
  padding-left: 44px;
  line-height: 80px;
  cursor: pointer;
}

.body_three .steps .step_one {
  background-image: url('../img/bgi_1.png');
  z-index: 5;
}

.body_three .steps .step_two {
  background-image: url('../img/bgi_2.png');
  z-index: 4;
  margin-left: -32px;
}

.body_three .steps .step_three {
  background-image: url('../img/bgi_3.png');
  z-index: 3;
  margin-left: -32px;
}

.body_three .steps .step_four {
  background-image: url('../img/bgi_4.png');
  z-index: 2;
  margin-left: -32px;
}

.body_three .steps .step_five {
  background-image: url('../img/bgi_5.png');
  z-index: 1;
  margin-left: -32px;
}

.body_three .steps .step strong {
  display: inline-block;
  vertical-align: middle;
  text-align: center;
  width: 25px;
  background-image: url('../img/el_m.png');
  background-repeat: no-repeat;
  background-size: 100%;
  line-height: 26px;
  color: #726658;
  font-family: Calibri;
  font-size: 18px;
  font-weight: 400;
  text-transform: uppercase;
}

.body_three .steps .step span {
  display: inline-block;
  vertical-align: middle;
  padding-left: 10px;
  color: #fefefe;
  font-family: Calibri;
  font-size: 13px;
  line-height: 18px;
  font-weight: 400;
  text-transform: uppercase;
  transition: color .5s;
}

.body_three .steps .step:before {
  display: block;
  content: "";
  position: absolute;
  left: 8px;
  top: -2.5px;
  bottom: 0;
  right: 4px;
  background-image: url('../img/bgi_hover.png');
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  z-index: 2;
  opacity: 0;
  transition: opacity .5s;
}

.body_three .steps .step:hover:before,
.body_three .steps .step:active:before,
.body_three .steps .step.active:before {
  opacity: 1;
  transition: opacity .5s;
}

.body_three .steps .step:hover span,
.body_three .steps .step:active span,
.body_three .steps .step.active span {
  color: #fcff00;
  text-decoration: underline;
  transition: color .5s;
}

.body_three .steps_info {
  display: block;
  position: relative;
}

.body_three .steps_info .step_info {
  display: none;
  margin-top: 54px;
  position: relative;
  padding: 10px 20px;
  width: 100%;
  background-image: url('../img/bg_step.jpg');
  background-repeat: no-repeat;
  background-size: cover;
  border: 3px solid #a8ede1;
  transition: opacity .5s;
}

.body_three .steps_info .step_info:first-child {
  display: block;
}

.body_three .steps_info .step_info:before {
  display: block;
  content: "";
  top: -46px;
  position: absolute;
  width: 40px;
  height: 49px;
  background-image: url('../img/bg_tr.png');
  background-repeat: no-repeat;
  background-size: contain;
  z-index: 1;
}

.body_three .steps_info .step_info_one:before {
  left: 130px;
}

.body_three .steps_info .step_info_two:before {
  left: 360px;
}

.body_three .steps_info .step_info_three:before {
  left: 590px;
}

.body_three .steps_info .step_info_four:before {
  left: 810px;
}

.body_three .steps_info .step_info_five:before {
  left: 1040px;
}

.body_three .steps_info .step_info h3 {
  display: inline-block;
  vertical-align: middle;
  text-shadow: 2px 0.1px 2.6px rgba(135, 135, 135, 0.76);
  color: #e2f51a;
  font-family: Calibri;
  font-size: 226px;
  line-height: 156px;
  font-weight: 400;
}

.body_three .steps_info .step_info .img_title {
  display: inline-block;
  vertical-align: middle;
  width: 86px;
}

.body_three .steps_info .step_info ul {
  display: inline-block;
  vertical-align: middle;
  margin-left: 50px;
}

.body_three .steps_info .step_info ul li {
  margin-bottom: 5px;
  list-style-type: disc;
  list-style-position: outside;
  color: #fff;
}

.body_three .steps_info .step_info ul li:last-child {
  margin-bottom: 0;
}

.body_three .steps_info .step_info ul li a {
  font-family: Calibri;
  font-size: 18px;
  color: white;
  font-weight: 300;
  text-transform: uppercase;
  transition: color .3s;
}

.body_three .steps_info .step_info ul li:hover {
  color: #fcff00;
}

.body_three .steps_info .step_info ul li a:hover {
  color: #fcff00;
  transition: color .3s;
  text-decoration: underline;
}

.body_three .steps_info .step_info .btns_info {
  display: inline-block;
  vertical-align: middle;
  margin-left: 100px;
}

.body_three .steps_info .step_info .btns_info a {
  display: block;
  margin-bottom: 10px;
}

.body_three .steps_info .step_info .btns_info a:last-child {
  margin-bottom: 0;
}

.body_three .steps_info .step_info .btns_info a img {
  width: 60px;
  display: inline-block;
  vertical-align: middle;
}

.body_three .steps_info .step_info .btns_info a span {
  display: inline-block;
  vertical-align: middle;
  margin-left: 20px;
  color: white;
  font-family: Calibri;
  font-size: 18px;
  font-weight: 400;
  line-height: 22px;
  text-transform: uppercase;
}

section.four {
  display: block;
  position: relative;
}

.body_four {
  display: block;
  position: relative;
  padding: 30px 0;
}

.body_four .information {
  display: block;
}

.body_four .information .title {
  display: block;
  padding-bottom: 6px;
  border-bottom: 2px solid #29aae0;
}

.body_four .information .title img {
  display: inline-block;
  vertical-align: middle;
  width: auto;
  height: 30px;
}

.body_four .information .title a {
  display: inline-block;
  vertical-align: middle;
  margin-left: 10px;
  color: #00aba5;
  font-family: Calibri;
  font-size: 28px;
  font-weight: 400;
  line-height: 28px;
  text-transform: uppercase;
}

.body_four .information .news {
  display: inline-block;
  vertical-align: top;
  width: 40%;
}

.body_four .information .articles {
  display: inline-block;
  vertical-align: top;
  width: 30%;
  margin-left: 40px;
}

.body_four .information .videos {
  display: inline-block;
  vertical-align: top;
  width: 23%;
  float: right;
}

.body_four .information .body_info {
  display: block;
  padding: 20px 0;
}

.body_four .information .body_info .news_item {
  display: block;
  margin-bottom: 18px;
}

.body_four .information .body_info .news_item .news_title {
  display: block;
}

.body_four .information .body_info .news_item .news_title span {
  display: block;
  color: #22586e;
  font-family: Calibri;
  font-size: 17px;
  font-weight: 300;
  line-height: 21px;
  text-transform: uppercase;
}

.body_four .information .body_info .news_item p {
  display: block;
  margin-top: 10px;
  color: black;
  font-family: Calibri;
  font-size: 16px;
  font-weight: 300;
  line-height: 21px;
  font-variant: small-caps;
}

.body_four .information .body_info .news_item p img {
  float: left;
  padding: 0 10px 10px 0;
}

.body_four .information .body_info .news_item a {
  display: inline-block;
  float: right;
  color: #22586e;
  font-family: Calibri;
  font-size: 16px;
  font-weight: 300;
  line-height: 21px;
  font-style: italic;
  text-decoration: underline;
}

.body_four .information .body_info .news_item a:hover {
  text-decoration: none;
}

.body_four .information .body_info .articles_item {
  display: block;
}

.body_four .information .body_info .articles_item li {
  display: block;
  margin-bottom: 16px;
}

.body_four .information .body_info .articles_item a {
  display: block;
  color: #22586e;
  font-family: Calibri;
  font-size: 16px;
  font-weight: 300;
  line-height: 21px;
}

.body_four .information .body_info .articles_item a:hover {
  text-decoration: underline;
}

.body_four .information .body_info .video_item {
  display: block;
  margin-bottom: 15px;
}

.body_four .information .body_info .video_item iframe {
  display: block;
}

.body_four .information .body_info .video_item a {
  display: block;
  color: #22586e;
  font-family: Calibri;
  font-size: 15px;
  font-weight: 300;
  line-height: 21px;
}

.body_four .information .body_info .video_item a:hover {
  text-decoration: underline;
}

.body_four .information .body_info .video_item span {
  display: block;
  color: #151515;
  font-family: Calibri;
  font-size: 13px;
  font-weight: 300;
  font-style: italic;
  line-height: 21px;
}

.body_four .information .feedback {
  display: inline-block;
  vertical-align: top;
  width: 65%;
}

.body_four .information .feedback .feed_item {
  display: block;
  margin-bottom: 10px;
}

.body_four .information .feedback .feed_item:last-child {
  margin-bottom: 0;
}

.body_four .information .feedback .feed_item strong {
  display: block;
  color: #222;
  font-family: Calibri;
  font-size: 18px;
  font-weight: 500;
  line-height: 26px;
}

.body_four .information .feedback .feed_item p {
  display: block;
  color: #222;
  font-family: Calibri;
  font-size: 16px;
  font-weight: 300;
  line-height: 21px;
}

.body_four .information .gallary {
  display: inline-block;
  vertical-align: top;
  width: 30%;
  float: right;
  font-size: 0;
}

.body_four .information .gallary .gallary_item {
  display: inline-block;
  vertical-align: top;
  margin-bottom: 20px;
}

.body_four .information .gallary .gallary_item img {
  width: 100%;
}

.body_four .information .gallary .gallary_item.right {
  float: right;
}

.body_four .information .gallary .gallary_item.width_sm {
  width: 47%;
}

.body_four .information .gallary .gallary_item.width_hg {
  width: 31%;
  max-height: 171px;
}

.body_four .information .gallary .gallary_item.margin_r {
  margin-right: 13px;
}

.body_four .information .doctors {
  display: block;
}

.body_four .information .doctors .doctor_item {
  display: inline-block;
  vertical-align: top;
  width: 21%;
  margin-bottom: 30px;
}

.body_four .information .doctors .doctor_item img {
  display: block;
  width: 100%;
  max-height: 300px;
}

.body_four .information .doctors .doctor_item strong {
  display: block;
  margin-top: 5px;
  color: #122d59;
  font-family: Calibri;
  font-size: 21px;
  font-weight: 300;
  line-height: 28px;
}

.body_four .information .doctors .doctor_item span {
  display: block;
  margin-top: 0px;
  color: black;
  font-family: Calibri;
  font-size: 17px;
  font-weight: 300;
  line-height: 22px;
}

.body_four .information .doctors .doctor_item.margin_r {
  margin-right: 60px;
}

.body_four .information .doctors .doctor_item.right {
  float: right;
}

.body_four .information .license {
  display: block;
}


/*----CAROUSEL----*/

.flex-container a:active,
.flexslider_2 a:active,
.flex-container a:focus,
.flexslider_2 a:focus {
  outline: none;
}

.slides,
.flex-control-nav,
.flex-direction-nav {
  margin: 0;
  padding: 0;
  list-style: none;
}

.flex-container {
  position: relative;
  margin: 0 auto;
}

.flexslider_2 a img {
  outline: none;
  border: none;
}

.flexslider_2 {
  margin: 0;
  padding: 0;
  position: relative;
}

.flexslider_2 .slides > li {
  display: none;
  -webkit-backface-visibility: hidden;
}

.flexslider_2 .slides img {
  width: 100%;
  display: block;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}

.slides:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

html[xmlns] .slides {
  display: block;
}

* html .slides {
  height: 1%;
}

.flex-container {
  min-width: 150px;
  width: 700px;
  position: relative;
}

.flexslider_2 .slides {
  zoom: 1;
}

.flexslider_2 .slides .info_slide {
  width: 100%;
  height: 350px;
  background-repeat: no-repeat;
  background-size: cover;
}

.flexslider_2 .flex-direction-nav a {
  display: block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 35px;
  height: 35px;
  cursor: pointer;
  text-indent: -9999px;
}

.flexslider_2 .flex-direction-nav .flex-next {
  right: -50px;
  background-image: url('../img/nav_right.jpg');
  background-repeat: no-repeat;
  background-size: 100%;
  width: 30px;
  height: 30px;
}

.flexslider_2 .flex-direction-nav .flex-prev {
  left: -50px;
  background-image: url('../img/nav_left.jpg');
  background-repeat: no-repeat;
  background-size: 100%;
  width: 30px;
  height: 30px;
}

.flexslider_2 .flex-control-nav {
  position: absolute;
  width: 100%;
  bottom: 10px;
  text-align: center;
  margin: 0 0 0 -10px;
}

.flex-control-nav li {
  display: inline-block;
  zoom: 1;
}

.flex-control-paging li a {
  display: block;
  cursor: pointer;
  text-indent: -9999px;
  width: 18px;
  height: 18px;
  margin: 0 3px;
  border-radius: 100%;
  background-color: #f3f3f3;
}

.flex-control-paging li a.flex-active {
  width: 18px;
  height: 18px;
  background-color: #2c87be;
  border: none;
}


/*----CAROUSEL----*/

.body_four .information a.teg_item {
  vertical-align: middle;
  padding-right: 10px;
  color: #101111;
  font-family: Calibri;
  font-weight: 300;
  line-height: 47px;
}

.body_four .information a.teg_item.fs_bbb {
  font-size: 40px;
}

.body_four .information a.teg_item.fs_bb {
  font-size: 31px;
}

.body_four .information a.teg_item.fs_b {
  font-size: 23px;
}

.body_four .information a.teg_item.fs_bs {
  font-size: 39px;
}

.body_four .information a.teg_item.fs_bss {
  font-size: 25px;
}

.body_four .information a.teg_item.fs_bsss {
  font-size: 35px;
}

footer {
  display: block;
  margin-top: 100px;
  width: 100%;
  background-image: url('../img/bg_ft.jpg');
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.body_footer {
  display: block;
  position: relative;
  padding: 20px 0;
}

.body_footer .left_info {
  display: inline-block;
  vertical-align: top;
  width: 26%;
  padding-top: 56px;
}

.body_footer .left_info .logo {
  display: block;
  margin-bottom: 56px;
}

.body_footer .left_info .logo img {
  width: 300px;
}

.body_footer .left_info strong.str_in {
  display: block;
  font-family: Calibri;
  line-height: 32px;
  color: white;
  font-size: 22px;
  font-weight: 300;
}

.body_footer .left_info strong.str_in span {
  color: #de3940;
  font-size: 22px;
  font-weight: 400;
}

.body_footer .left_info .sp_tl {
  display: block;
  margin-top: 40px;
  color: white;
  font-family: Calibri;
  font-size: 22px;
  font-weight: 300;
  line-height: 30px;
}

.body_footer .left_info a {
  display: block;
  color: white;
  font-family: Calibri;
  font-size: 22px;
  font-weight: 300;
  line-height: 30px;
  text-decoration: underline;
}

.body_footer .middle_info {
  display: inline-block;
  vertical-align: top;
  width: 40%;
  margin-left: 30px;
}

.body_footer .middle_info .soc {
  display: block;
  width: 300px;
}

.body_footer .middle_info ul {
  display: inline-block;
  margin-top: 20px;
  vertical-align: top;
  margin-right: 30px;
}

.body_footer .middle_info ul li {
  display: block;
  margin-bottom: 10px;
}

.body_footer .middle_info ul li a {
  display: block;
  color: white;
  font-family: Calibri;
  font-size: 22px;
  font-weight: 400;
  line-height: 26px;
  text-decoration: underline;
}

.body_footer .middle_info .map_img {
  display: block;
  margin-top: 20px;
  width: 480px;
  height: 280px;
  border: 3px solid green;
}

.body_footer .right_info {
  display: inline-block;
  vertical-align: top;
  float: right;
  width: 26%;
}

.body_footer .right_info button {
  display: block;
  border: none;
  outline: none;
  cursor: pointer;
  width: 100%;
  height: 50px;
  color: white;
  font-family: Calibri;
  font-size: 22px;
  font-weight: 300;
  background-color: #0fb9b3;
  margin-bottom: 14px;
}

.body_footer .right_info .time_work {
  display: block;
  position: relative;
  margin-top: 70px;
  width: 100%;
  background-color: #a0c2d0;
  padding: 60px 0;
}

.body_footer .right_info .time_work:before {
  display: block;
  position: absolute;
  content: "";
  top: -40px;
  left: 50%;
  margin-left: -40px;
  width: 80px;
  height: 80px;
  background-image: url('../img/time.png');
  background-repeat: no-repeat;
  background-size: 100%;
}

.body_footer .right_info .time_work strong {
  display: block;
  text-align: center;
  color: #fefefe;
  font-family: Calibri;
  font-size: 22px;
  font-weight: 300;
  line-height: 28px;
}

.body_footer .right_info .time_work span {
  display: block;
  margin-top: 10px;
  text-align: center;
  color: #fefefe;
  font-family: Calibri;
  font-size: 22px;
  font-weight: 300;
  line-height: 28px;
}

.body_footer .right_info .time_work .line {
  display: block;
  margin-top: 10px;
  height: 5px;
  background-color: #0fb9b3;
}


/*---СТРАНИЦА ВВЕДЕНИЕ БЕРЕМЕНОСТИ---*/

.breadcrumbs {
  display: block;
  padding: 20px 0;
}

.breadcrumbs a {
  display: inline-block;
  vertical-align: middle;
}

.breadcrumbs a {
  display: inline-block;
  vertical-align: middle;
  color: black;
  font-family: Calibri;
  font-size: 18px;
  font-weight: 300;
  text-transform: uppercase;
}

.breadcrumbs span {
  display: inline-block;
  vertical-align: middle;
  color: black;
  font-family: Calibri;
  font-size: 18px;
  font-weight: 300;
  text-transform: uppercase;
}

.breadcrumbs span.bread_d {
  margin: 0 5px;
}

.breadcrumbs span.bread_title {
  color: black;
  font-family: Calibri;
  font-size: 18px;
  font-weight: 300;
  text-transform: uppercase;
  text-decoration: underline;
}

section.one_b {
  display: block;
  position: relative;
}

.body_one_b {
  display: block;
  position: relative;
}

.body_one_b .left_txt {
  display: inline-block;
  vertical-align: top;
  width: 65%;
}

.body_one_b .left_txt h3 {
  display: block;
  color: #373737;
  font-family: Calibri;
  font-size: 28px;
  font-weight: 300;
  line-height: 34px;
  text-transform: uppercase;
}

.body_one_b .left_txt p {
  display: block;
  margin-top: 20px;
  color: black;
  font-family: Calibri;
  font-size: 21px;
  font-weight: 300;
  line-height: 26px;
}

.body_one_b .left_txt p img {
  float: left;
  padding: 0 20px 20px 0;
  width: 320px;
}

.body_one_b .left_txt h4 {
  display: block;
  margin: 10px 0 20px 0;
  color: black;
  font-family: Calibri;
  font-size: 21px;
  font-weight: 500;
}

.body_one_b .left_txt ul {
  display: block;
}

.body_one_b .left_txt ul li {
  display: block;
  margin-top: 20px;
}

.body_one_b .left_txt ul li span {
  font-family: Calibri;
  font-weight: 300;
  color: black;
  font-size: 21px;
}

.body_one_b .right_txt {
  display: inline-block;
  vertical-align: top;
  position: relative;
  float: right;
  width: 27%;
}

.body_one_b .right_txt img.pp {
  display: block;
  position: absolute;
  top: 0;
  left: -120px;
}

.body_one_b .right_txt h3 {
  display: block;
  font-family: Calibri;
  color: black;
  font-size: 24px;
  font-weight: 400;
}

.body_one_b .right_txt ul {
  display: block;
  margin-top: 20px;
  text-align: left;
  padding-left: 18px;
}

.body_one_b .right_txt ul li {
  list-style-type: disc;
  color: #06ccaa;
  margin-top: 5px;
}

.body_one_b .right_txt ul li a {
  display: block;
  font-family: Calibri;
  color: black;
  font-size: 17px;
  font-weight: 300;
}

.body_one_b .right_txt ul li a:hover {
  text-decoration: underline;
}

section.two_b {
  display: block;
  position: relative;
}

.body_two_b {
  display: block;
  position: relative;
  padding: 40px 0;
}

.body_two_b .information {
  display: block;
  margin: 0 auto;
  width: 1000px;
  border: 1px solid #27aae0;
  border-radius: 80px;
  padding: 30px 100px;
}

.body_two_b .information .doctors {
  display: block;
  text-align: center;
}

.body_two_b .information .doctors p {
  display: inline-block;
  vertical-align: top;
  color: #122d59;
  font-family: Calibri;
  font-size: 18px;
  font-weight: 300;
  line-height: 26px;
}

.body_two_b .information .doctors > img {
  display: inline-block;
  vertical-align: top;
  margin: 0 10px;
  width: 180px;
}

.body_two_b .information .block_links {
  display: block;
  margin-top: 30px;
  text-align: center;
}

.body_two_b .information .block_links a {
  display: inline-block;
  vertical-align: middle;
  margin: 0 16px;
}

.body_two_b .information .block_links a img {
  display: inline-block;
  vertical-align: middle;
}

.body_two_b .information .block_links a span {
  display: inline-block;
  text-align: left;
  vertical-align: middle;
  margin-left: 14px;
  color: black;
  font-family: Calibri;
  font-size: 26px;
  font-weight: 400;
  text-transform: uppercase;
  line-height: 22px;
}

.body_two_b .information .block_links a:hover span {
  text-decoration: underline;
}

section.three_b {
  display: block;
  position: relative;
}

.body_three_b {
  display: block;
  position: relative;
  padding: 40px 0;
}

.body_three_b h3 {
  display: block;
  text-align: center;
  color: #373737;
  font-family: Calibri;
  font-size: 32px;
  font-weight: 300;
  line-height: 34px;
}

.body_three_b .txt_info {
  display: block;
  margin-top: 20px;
}

.body_three_b .txt_info p {
  display: block;
  font-family: Calibri;
  font-weight: 300;
  color: #373737;
  font-size: 19px;
}

.body_three_b .txt_info ul {
  display: block;
  margin: 20px 0;
  padding-left: 19px;
}

.body_three_b .txt_info ul li {
  list-style-type: disc;
  color: #06ccaa;
}

.body_three_b .txt_info ul li span {
  display: block;
  font-family: Calibri;
  font-weight: 500;
  color: #373737;
  font-size: 19px;
}

.body_three_b .programm {
  display: block;
  margin-top: 40px;
  position: relative;
}

.body_three_b .programm h3 {
  display: block;
  text-align: center;
  color: #373737;
  font-family: Calibri;
  font-size: 32px;
  font-weight: 300;
  line-height: 34px;
}

.body_three_b .programm .items_program {
  display: block;
  margin-top: 20px;
  text-align: center;
}

.body_three_b .programm .items_program .item_p {
  display: inline-block;
  vertical-align: top;
  width: 270px;
  margin: 0 10px;
  margin-top: 20px;
}

.body_three_b .programm .items_program .item_p .title_item {
  display: block;
  text-align: center;
  border: 2px solid #34afe2;
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
  background-color: #9ce0f7;
  color: #373737;
  font-family: Calibri;
  font-size: 24px;
  font-weight: 300;
  line-height: 32px;
  cursor: pointer;
}

.body_three_b .programm .items_program .item_p .item_body {
  display: block;
  padding: 20px 10px;
  border: 2px solid #cfcfcf;
  border-bottom-left-radius: 15px;
  border-bottom-right-radius: 15px;
  border-top: 0;
}

.body_three_b .programm .items_program .item_p .item_body p {
  display: block;
  text-align: center;
  color: #373737;
  font-family: Calibri;
  font-size: 15px;
  font-weight: 300;
}

#lightboxIndicator {
  opacity: 0 !important;
}

#lightboxOverallView {
  opacity: 0 !important;
}

.body_three_b .programm .items_program .item_p .item_body .line {
  display: block;
  width: 200px;
  height: 1px;
  background-color: #dedede;
  margin: 2px auto 20px auto;
}

.body_three_b .programm .items_program .item_p .item_body a {
  display: block;
  text-align: center;
}

.body_three_b .programm .items_program .item_p .item_body a img {
  display: inline-block;
  vertical-align: middle;
}

.body_three_b .programm .items_program .item_p .item_body a span {
  display: inline-block;
  vertical-align: middle;
  text-align: left;
  margin-left: 8px;
  color: #373737;
  font-family: Calibri;
  font-size: 18px;
  font-weight: 300;
}

.body_three_b .program_include {
  display: none;
  margin-top: 20px;
  width: 100%;
  background-color: #f2f2f2;
  border: 1px solid #27aae0;
  border-radius: 80px;
  padding: 0 50px 30px 50px;
}

.body_three_b .program_include:first-child {
  display: block;
}

.body_three_b .program_include .title_item {
  display: block;
  max-width: 440px;
  margin: 0 auto;
  padding: 1px 10px 4px 10px;
  text-align: center;
  border: 2px solid #34afe2;
  border-bottom-left-radius: 15px;
  border-bottom-right-radius: 15px;
  background-color: #9ce0f7;
  color: #373737;
  font-family: Calibri;
  font-size: 43px;
  font-weight: 300;
}

.body_three_b .program_include .item {
  display: inline-block;
  vertical-align: top;
  width: 31%;
  margin: 20px 10px 0 10px;
}

.body_three_b .program_include .item strong {
  display: block;
  color: #373737;
  font-family: Calibri;
  font-size: 20px;
  font-weight: 300;
  line-height: 20px;
  padding-bottom: 5px;
  border-bottom: 1px solid #dedede;
}

.body_three_b .program_include .item ul.ul_1 {
  display: inline-block;
  vertical-align: top;
  margin: 20px 0;
  padding-left: 19px;
}

.body_three_b .program_include .item ul.ul_1 li {
  list-style-type: disc;
  padding-bottom: 5px;
  color: #06ccaa;
}

.body_three_b .program_include .item ul.ul_1 li span {
  display: block;
  font-family: Calibri;
  font-weight: 500;
  color: #373737;
  font-size: 19px;
}

.body_three_b .program_include .item ul.ul_2 {
  display: inline-block;
  vertical-align: top;
  float: right;
  margin: 20px 0;
  padding-left: 19px;
}

.body_three_b .program_include .item ul.ul_2 li {
  display: block;
  padding-bottom: 5px;
}

.body_three_b .program_include .item ul.ul_2 li span {
  display: block;
  text-align: right;
  font-family: Calibri;
  font-weight: 500;
  color: #373737;
  font-size: 19px;
}

.body_three_b .txt_info_bt {
  display: block;
  margin-top: 40px;
  position: relative;
}

.body_three_b .txt_info_bt h4 {
  display: block;
  color: #373737;
  font-family: Calibri;
  font-size: 20px;
  font-weight: 300;
  line-height: 39px;
}

.body_three_b .txt_info_bt ul {
  display: inline-block;
  vertical-align: top;
  margin: 20px 0;
  padding-left: 19px;
}

.body_three_b .txt_info_bt ul li {
  list-style-type: disc;
  padding-bottom: 5px;
  color: #06ccaa;
}

.body_three_b .txt_info_bt ul li span {
  display: block;
  font-family: Calibri;
  font-weight: 500;
  color: #373737;
  font-size: 19px;
}

.body_three_b p.contact {
  display: block;
  margin-top: 40px;
  text-align: center;
  color: black;
  font-family: Calibri;
  font-weight: 300;
  font-size: 23px;
}

.body_three_b span.sp_phone {
  display: block;
  margin-top: 10px;
  text-align: center;
  color: black;
  font-family: Calibri;
  font-weight: 300;
  font-size: 32px;
}

.body_three_b .block_links_ft {
  display: block;
  margin-top: 40px;
  text-align: center;
}

.body_three_b .block_links_ft a {
  display: inline-block;
  vertical-align: middle;
  margin: 0 16px;
}

.body_three_b .block_links_ft a img {
  display: inline-block;
  vertical-align: middle;
}

.body_three_b .block_links_ft a span {
  display: inline-block;
  text-align: left;
  vertical-align: middle;
  margin-left: 14px;
  color: black;
  font-family: Calibri;
  font-size: 26px;
  font-weight: 400;
  text-transform: uppercase;
  line-height: 22px;
}

.body_three_b .block_links_ft a:hover span {
  text-decoration: underline;
}


/*---СТРАНИЦА ВВЕДЕНИЕ БЕРЕМЕНОСТИ---*/


/*---СТРАНИЦА ВРАЧИ---*/

section.doctors {
  display: block;
  position: relative;
}

.body_doctors {
  display: block;
  position: relative;
  width: 90%;
}

.body_doctors .img_dc {
  display: block;
  position: absolute;
  top: -61px;
  right: -240px;
  width: 200px;
}

.body_doctors h2 {
  display: block;
  color: #00aba5;
  font-family: Calibri;
  font-size: 42px;
  font-weight: 400;
  line-height: 54px;
  border-bottom: 1px solid #29aae0;
}

.body_doctors .item_dct {
  display: block;
  margin-top: 20px;
}

.body_doctors .item_dct img.img_d {
  display: inline-block;
  vertical-align: top;
  width: 20%;
}

.body_doctors .item_dct .about_doctor {
  display: inline-block;
  vertical-align: top;
  width: 77%;
  margin-left: 20px;
  min-height: 310px;
  position: relative;
}

.body_doctors .item_dct .about_doctor .links_a {
  display: block;
  position: absolute;
  bottom: 0;
  right: 0;
}

.body_doctors .item_dct .about_doctor .links_a a {
  display: inline-block;
  vertical-align: middle;
  margin-left: 50px;
}

.body_doctors .item_dct .about_doctor .links_a a img {
  display: inline-block;
  vertical-align: middle;
}

.body_doctors .item_dct .about_doctor .links_a a span {
  display: inline-block;
  vertical-align: middle;
  margin-left: 14px;
  color: #373737;
  font-family: Calibri;
  font-size: 24px;
  font-weight: 400;
  line-height: 23px;
}

.body_doctors .item_dct .about_doctor .links_a a:hover span {
  text-decoration: underline;
}

.body_doctors .item_dct .about_doctor strong {
  display: block;
  color: #122d59;
  font-family: Calibri;
  font-size: 26px;
  font-weight: 300;
  line-height: 32px;
}

.body_doctors .item_dct .about_doctor p {
  display: block;
  margin-top: 20px;
  color: black;
  font-family: Calibri;
  font-size: 17px;
  font-weight: 300;
}

.body_doctors .item_dct .about_doctor p a {
  text-decoration: underline;
  font-style: italic;
  color: black;
}


/*---СТРАНИЦА ВРАЧИ---*/


/*---СТРАНИЦА ЦЕНЫ---*/

section.price {
  display: block;
  position: relative;
}

.body_price {
  display: block;
  position: relative;
  padding: 30px 0;
}

.body_price .title_price {
  display: block;
}

.body_price .title_price .img_tl {
  display: inline-block;
  vertical-align: middle;
  width: 120px;
}

.body_price .title_price h3 {
  display: inline-block;
  vertical-align: middle;
  margin-left: 10px;
  color: #373737;
  font-family: Calibri;
  font-size: 38px;
  font-weight: 300;
  line-height: 34px;
  text-transform: uppercase;
}

.body_price .title_price a.doc_a {
  display: inline-block;
  vertical-align: middle;
  float: right;
  text-align: right;
}

.body_price .title_price a.doc_a img {
  display: inline-block;
  width: 60px;
}

.body_price .title_price a.doc_a span {
  display: block;
  margin-top: 5px;
  color: #373737;
  font-family: Calibri;
  font-size: 18px;
  font-weight: 300;
  line-height: 6px;
  text-decoration: underline;
}

.body_price .title_price a.doc_a:hover span {
  text-decoration: none;
}

.body_price .price_items {
  display: block;
  margin-top: 20px;
}

.body_price .price_items .item {
  display: block;
  margin-bottom: 18px;
  float: right;
}

.body_price .price_items .item .btn_open {
  display: block;
  position: relative;
  width: 900px;
  height: 60px;
  border: 1px solid #dbdbdb;
  border-radius: 30px;
  cursor: pointer;
}

.body_price .price_items .item .btn_open:before {
  display: block;
  position: absolute;
  content: "";
  top: -1px;
  left: -2px;
  width: 61px;
  height: 61px;
  background-image: url('../img/price/plus.png');
  background-repeat: no-repeat;
  background-size: 100%;
  transition: .3s;
}

.body_price .price_items .item .btn_open:after {
  display: block;
  position: absolute;
  content: "";
  top: -3px;
  right: 0px;
  width: 60px;
  height: 60px;
  background-image: url('../img/price/arr_top.png');
  background-repeat: no-repeat;
  background-position: center;
  transition: .3s;
}

.body_price .price_items .item .btn_open span {
  display: block;
  padding-left: 80px;
  color: #434343;
  font-family: Calibri;
  font-size: 30px;
  font-weight: 300;
  line-height: 58px;
  text-transform: uppercase;
}

.body_price .price_items .item .btn_open:hover:before {
  background-image: url('../img/price/plus_h.png');
  transition: .3s;
}

.body_price .price_items .item .btn_open.open:before {
  background-image: url('../img/price/plus_h.png');
  transition: .3s;
}

.body_price .price_items .item .btn_open.open:after {
  background-image: url('../img/price/arr_bottom.png');
  transition: .3s;
}

.body_price .price_items .item .body_item {
  display: none;
}

.body_price .price_items .item .body_item table {
  display: block;
}

.body_price .price_items .item .body_item table {
  display: table;
  width: 850px;
  margin: 0 auto;
  background-color: #cbffff;
  border-spacing: 0;
  border-collapse: collapse;
}

.body_price .price_items .item .body_item table .tr_one {
  text-align: center;
}

.body_price .price_items .item .body_item table tr span {
  color: #373737;
  font-family: Calibri;
  font-size: 24px;
  font-weight: 300;
  line-height: 36px;
}

.body_price .price_items .item .body_item table tr td {
  width: 33%;
  border: 1px solid #000;
}

.body_price .price_items .item .body_item table tr strong {
  color: #373737;
  font-family: Calibri;
  font-size: 24px;
  font-weight: 500;
  line-height: 30px;
}

.body_price .price_items .item .body_item table .tr_main {
  text-align: center;
}

.body_price .price_items .item .body_item table .tr_main td {
  padding: 0 20px;
}

.body_price .price_items .item .body_item table .tr_main td.td_left {
  text-align: left;
}

.body_price .block_links {
  display: block;
  margin-top: 50px;
  text-align: center;
}

.body_price .block_links a {
  display: inline-block;
  vertical-align: middle;
  margin: 0 16px;
}

.body_price .block_links a img {
  display: inline-block;
  vertical-align: middle;
  width: 90px;
}

.body_price .block_links a span {
  display: inline-block;
  text-align: left;
  vertical-align: middle;
  margin-left: 14px;
  color: black;
  font-family: Calibri;
  font-size: 26px;
  font-weight: 400;
  text-transform: uppercase;
  line-height: 22px;
}

.body_price .block_links a:hover span {
  text-decoration: underline;
}


/*---СТРАНИЦА ЦЕНЫ---*/


/*---СТРАНИЦА ЛЕЧЕНИЕ БЕСПЛОДИЯ---*/

section.one_bsp {
  display: block;
  position: relative;
}

.body_one_bsp {
  display: block;
  position: relative;
}

.body_one_bsp .top_information {
  display: block;
}

.body_one_bsp .top_information .left_info {
  display: inline-block;
  vertical-align: top;
  width: 62%;
}

.body_one_bsp .top_information .left_info .title_info {
  display: block;
}

.body_one_bsp .top_information .left_info .title_info strong {
  display: inline-block;
  vertical-align: bottom;
  color: #373737;
  font-family: Calibri;
  font-size: 46px;
  font-weight: 300;
  border-bottom: 1px solid #29aae0;
}

.body_one_bsp .top_information .left_info .title_info img {
  display: inline-block;
  vertical-align: bottom;
  width: 140px;
  margin-left: 20px;
}

.body_one_bsp .top_information .left_info p {
  display: block;
  margin-top: 20px;
  color: black;
  font-family: Calibri;
  font-size: 20px;
  font-weight: 300;
  line-height: 26px;
}

.body_one_bsp .top_information .right_info {
  display: inline-block;
  vertical-align: top;
  float: right;
  width: 35%;
}

.body_one_bsp .top_information .right_info strong {
  display: block;
  font-family: Calibri;
  color: black;
  font-size: 20px;
  font-weight: 400;
  line-height: 20px;
}

.body_one_bsp .top_information .right_info ul {
  display: block;
  margin-top: 20px;
  text-align: left;
  padding-left: 18px;
}

.body_one_bsp .top_information .right_info ul li {
  list-style-type: disc;
  color: #06ccaa;
  margin-top: 7px;
}

.body_one_bsp .top_information .right_info ul li a {
  display: block;
  font-family: Calibri;
  color: black;
  font-size: 16px;
  font-weight: 300;
  text-transform: uppercase;
  text-decoration: underline;
}

.body_one_bsp .top_information .right_info ul li a:hover {
  text-decoration: none;
}

.body_one_bsp .doctors_information {
  display: block;
  margin-top: 20px;
  text-align: center;
}

.body_one_bsp .doctors_information .item_doctor {
  display: inline-block;
  vertical-align: top;
  position: relative;
  margin: 0 5px;
  width: 470px;
  height: 260px;
  border: 3px solid #06ccaa;
  text-align: left;
  padding: 10px;
}

.body_one_bsp .doctors_information .item_doctor strong {
  display: block;
  color: #122d59;
  font-family: Calibri;
  font-size: 20px;
  font-weight: 300;
  line-height: 24px;
}

.body_one_bsp .doctors_information .item_doctor strong.right {
  float: right;
}

.body_one_bsp .doctors_information .item_doctor > img {
  display: block;
  position: absolute;
  max-height: 232px;
  top: 11px;
}

.body_one_bsp .doctors_information .item_doctor img.right_im {
  right: 11px;
}

.body_one_bsp .doctors_information .item_doctor img.left_i {
  left: 11px;
}

.body_one_bsp .doctors_information .item_doctor a {
  display: block;
  position: absolute;
  bottom: 11px;
}

.body_one_bsp .doctors_information .item_doctor a img {
  display: inline-block;
  vertical-align: middle;
  display: inline-block;
  vertical-align: middle;
  width: 70px;
}

.body_one_bsp .doctors_information .item_doctor a span {
  display: inline-block;
  text-align: left;
  vertical-align: middle;
  margin-left: 12px;
  color: black;
  font-family: Calibri;
  font-size: 18px;
  font-weight: 400;
  text-transform: uppercase;
  line-height: 22px;
}

.body_one_bsp .doctors_information .item_doctor a.right_a {
  right: 11px;
}

.body_one_bsp .doctors_information .item_doctor a.left_a {
  left: 11px;
}

.body_one_bsp .doctors_information .item_doctor a:hover span {
  text-decoration: underline;
}

.body_one_bsp .service_info {
  display: block;
  margin-top: 20px;
  text-align: center;
}

.body_one_bsp .service_info a.link_l {
  display: inline-block;
  vertical-align: middle;
}

.body_one_bsp .service_info a.link_l img {
  display: inline-block;
  vertical-align: middle;
  display: inline-block;
  vertical-align: middle;
  width: 70px;
}

.body_one_bsp .service_info a.link_l span {
  display: inline-block;
  text-align: left;
  vertical-align: middle;
  margin-left: 12px;
  color: black;
  font-family: Calibri;
  font-size: 18px;
  font-weight: 400;
  text-transform: uppercase;
  line-height: 22px;
}

.body_one_bsp .service_info .info {
  display: inline-block;
  vertical-align: middle;
  margin: 0 50px;
}

.body_one_bsp .service_info .info strong {
  display: block;
  text-align: center;
  font-family: Calibri;
  font-weight: 400;
  color: #373737;
  font-size: 23px;
  line-height: 30px;
}

.body_one_bsp .service_info .info ul {
  display: block;
  margin-top: 20px;
  text-align: left;
  padding-left: 18px;
}

.body_one_bsp .service_info .info ul li {
  list-style-type: disc;
  color: #06ccaa;
  margin-top: 7px;
}

.body_one_bsp .service_info .info ul li a {
  display: block;
  font-family: Calibri;
  color: black;
  font-size: 16px;
  font-weight: 300;
  text-decoration: none;
}

.body_one_bsp .service_info .info ul li a:hover {
  text-decoration: underline;
}

section.two_bsp {
  display: block;
  position: relative;
}

.body_two_bsp {
  display: block;
  position: relative;
  padding: 10px 0 40px 0;
  text-align: center;
}

.body_two_bsp h3 {
  display: inline-block;
  margin-top: 30px;
  color: #373737;
  font-family: Calibri;
  font-size: 36px;
  font-weight: 300;
  border-bottom: 1px solid #29aae0;
}

.body_two_bsp p {
  display: block;
  margin-top: 20px;
  text-align: left;
  color: black;
  font-family: Calibri;
  font-size: 20px;
  font-weight: 300;
  line-height: 26px;
}

.body_two_bsp ul {
  display: block;
  margin-top: 20px;
  text-align: left;
  padding-left: 100px;
}

.body_two_bsp ul li {
  list-style-type: disc;
  color: #06ccaa;
  margin-top: 7px;
}

.body_two_bsp ul li p {
  font-family: Calibri;
  font-weight: 300;
  line-height: 26px;
  color: black;
  font-size: 20px;
}

.body_two_bsp ul li p strong {
  font-family: Calibri;
  font-weight: 500;
  line-height: 26px;
  color: black;
  font-size: 20px;
}

.body_two_bsp > strong {
  display: block;
  text-align: center;
  margin-top: 10px;
  font-family: Calibri;
  font-weight: 500;
  line-height: 26px;
  color: black;
  font-size: 20px;
}

.prefooter {
  display: block;
  position: relative;
}

.body_prefooter {
  display: block;
  position: relative;
  padding: 40px 0;
}

.body_prefooter .block_links_ft {
  display: block;
  margin-top: 40px;
  text-align: center;
}

.body_prefooter .block_links_ft > a {
  display: inline-block;
  vertical-align: middle;
  margin: 0 16px;
}

.body_prefooter .block_links_ft a img {
  display: inline-block;
  vertical-align: middle;
  width: 70px;
}

.body_prefooter .block_links_ft a span {
  display: inline-block;
  text-align: left;
  vertical-align: middle;
  margin-left: 14px;
  color: black;
  font-family: Calibri;
  font-size: 22px;
  font-weight: 400;
  text-transform: uppercase;
  line-height: 22px;
}

.body_prefooter .block_links_ft a:hover span {
  text-decoration: underline;
}

.body_prefooter .block_links_ft .right_info {
  display: inline-block;
  vertical-align: top;
  text-align: left;
  max-width: 30%;
}

.body_prefooter .block_links_ft .right_info strong {
  display: block;
  font-family: Calibri;
  color: black;
  font-size: 20px;
  font-weight: 400;
  line-height: 20px;
}

.body_prefooter .block_links_ft .right_info ul {
  display: block;
  margin-top: 20px;
  text-align: left;
  padding-left: 18px;
}

.body_prefooter .block_links_ft .right_info ul li {
  list-style-type: disc;
  color: #06ccaa;
  margin-top: 7px;
}

.body_prefooter .block_links_ft .right_info ul li a {
  display: block;
  font-family: Calibri;
  color: black;
  font-size: 16px;
  font-weight: 300;
  text-transform: uppercase;
  text-decoration: underline;
}

.body_prefooter .block_links_ft .right_info ul li a:hover {
  text-decoration: none;
}


/*---СТРАНИЦА ЛЕЧЕНИЕ БЕСПЛОДИЯ---*/


/*---СТРАНИЦА СТАТЬЯ---*/

section.one_articl {
  display: block;
  position: relative;
}

.body_one_articl {
  display: block;
  position: relative;
  padding: 10px 0 40px 0;
}

.body_one_articl h3 {
  display: inline-block;
  margin-top: 30px;
  color: #373737;
  font-family: Calibri;
  font-size: 36px;
  font-weight: 300;
  border-bottom: 1px solid #29aae0;
}

.body_one_articl > p {
  display: block;
  margin-top: 20px;
  text-align: left;
  color: black;
  font-family: Calibri;
  font-size: 20px;
  font-weight: 300;
  line-height: 26px;
}

.body_one_articl ul {
  display: block;
  margin-top: 10px;
  text-align: left;
  padding-left: 18px;
}

.body_one_articl ul li {
  list-style-type: disc;
  color: #06ccaa;
  margin-top: 7px;
}

.body_one_articl ul li p {
  font-family: Calibri;
  font-weight: 300;
  line-height: 26px;
  color: black;
  font-size: 20px;
}

.body_one_articl ul li p strong {
  font-family: Calibri;
  font-weight: 500;
  line-height: 26px;
  color: black;
  font-size: 20px;
}

.body_one_articl > strong {
  display: block;
  text-align: center;
  margin-top: 10px;
  font-family: Calibri;
  font-weight: 500;
  line-height: 26px;
  color: black;
  font-size: 20px;
}

.body_one_articl > strong b {
  display: inline-block;
  vertical-align: middle;
  font-size: 27px;
}

.body_prefooter .nav_articls {
  display: block;
  position: relative;
  width: 800px;
  margin: 30px auto 0 auto;
  border-top: 1px solid #2c8eca;
  text-align: left;
}

.body_prefooter .nav_articls a {
  display: inline-block;
  vertical-align: middle;
  margin-top: 5px;
}

.body_prefooter .nav_articls a img {
  display: inline-block;
  vertical-align: middle;
}

.body_prefooter .nav_articls a span {
  display: inline-block;
  vertical-align: middle;
  margin: 0 10px;
  color: #2d2d2d;
  font-family: Calibri;
  font-size: 23px;
  font-weight: 300;
  line-height: 36px;
  text-decoration: underline;
  text-transform: uppercase;
}

.body_prefooter .nav_articls a.right {
  float: right;
}

.body_prefooter .nav_articls a:hover span {
  text-decoration: none;
}

.body_prefooter strong {
  display: block;
  margin-top: 40px;
  text-align: center;
  color: black;
  font-family: Calibri;
  font-size: 23px;
  font-weight: 400;
  line-height: 20px;
}

.body_prefooter img {
  display: inline-block;
  vertical-align: top;
}

.body_prefooter ul {
  display: inline-block;
  vertical-align: top;
  margin: 20px 30px 0 30px;
  text-align: left;
  padding-left: 18px;
}

.body_prefooter ul li {
  list-style-type: disc;
  color: #06ccaa;
  margin-top: 7px;
}

.body_prefooter ul li a {
  font-family: Calibri;
  font-weight: 300;
  line-height: 26px;
  color: black;
  font-size: 20px;
  text-decoration: underline;
}

.body_prefooter ul li a:hover {
  text-decoration: none;
}


/*---СТРАНИЦА СТАТЬЯ---*/


/*---СТРАНИЦА ФИЗИО ТЕРАПИЯ---*/

section.fizio {
  display: block;
  position: relative;
}

.body_fizio {
  display: block;
  position: relative;
  width: 80%;
}

.body_fizio .img__1 {
  display: block;
  position: absolute;
  top: 50px;
  right: -280px;
  width: 140px;
}

.body_fizio .img__2 {
  display: block;
  position: absolute;
  top: 400px;
  right: -320px;
  width: 230px;
}

.body_fizio .top_information {
  display: block;
}

.body_fizio .top_information p {
  display: block;
  color: black;
  font-family: Calibri;
  font-size: 20px;
  font-weight: 300;
  line-height: 26px;
}

.body_fizio .top_information p strong {
  float: left;
  padding: 7px 0 0 0;
  color: #373737;
  font-family: Calibri;
  font-size: 36px;
  line-height: 36px;
  font-weight: 300;
  border-bottom: 1px solid #29aae0;
  text-transform: uppercase;
}

.body_fizio .top_information p span {
  float: left;
  padding: 7px 5px 0 5px;
  color: #373737;
  font-family: Calibri;
  font-size: 36px;
  line-height: 36px;
  font-weight: 300;
  text-transform: uppercase;
}

.body_fizio .price_fizio {
  display: block;
  margin-top: 20px;
}

.body_fizio .price_fizio h4 {
  display: block;
  color: #06709f;
  font-family: Calibri;
  font-size: 24px;
  font-weight: 400;
}

.body_fizio .price_fizio ul {
  display: inline-block;
  vertical-align: top;
}

.body_fizio .price_fizio ul li {
  display: block;
  margin-top: 8px;
}

.body_fizio .price_fizio ul li span {
  color: #0f0f0f;
  font-family: Calibri;
  font-size: 20px;
  font-weight: 600;
  line-height: 26px;
}

.body_fizio .price_fizio .item_doctor {
  display: inline-block;
  vertical-align: top;
  position: relative;
  float: right;
  margin-top: -20px;
  margin-right: -50px;
  width: 470px;
  height: 260px;
  border: 3px solid #06ccaa;
  text-align: left;
  padding: 10px;
}

.body_fizio .price_fizio .item_doctor strong {
  display: block;
  color: #122d59;
  font-family: Calibri;
  font-size: 20px;
  font-weight: 300;
  line-height: 24px;
}

.body_fizio .price_fizio .item_doctor strong.right {
  float: right;
}

.body_fizio .price_fizio .item_doctor > img {
  display: block;
  position: absolute;
  max-height: 232px;
  top: 11px;
}

.body_fizio .price_fizio .item_doctor img.right_im {
  right: 11px;
}

.body_fizio .price_fizio .item_doctor img.left_i {
  left: 11px;
}

.body_fizio .price_fizio .item_doctor a {
  display: block;
  position: absolute;
  bottom: 11px;
}

.body_fizio .price_fizio .item_doctor a img {
  display: inline-block;
  vertical-align: middle;
  display: inline-block;
  vertical-align: middle;
  width: 70px;
}

.body_fizio .price_fizio .item_doctor a span {
  display: inline-block;
  text-align: left;
  vertical-align: middle;
  margin-left: 12px;
  color: black;
  font-family: Calibri;
  font-size: 18px;
  font-weight: 400;
  text-transform: uppercase;
  line-height: 22px;
}

.body_fizio .price_fizio .item_doctor a.right_a {
  right: 11px;
}

.body_fizio .price_fizio .item_doctor a.left_a {
  left: 11px;
}

.body_fizio .price_fizio .item_doctor a:hover span {
  text-decoration: underline;
}

.body_fizio .main_text {
  display: block;
  margin-top: 40px;
}

.body_fizio .main_text h5 {
  display: block;
  font-family: Calibri;
  font-size: 34px;
  display: block;
  color: #06709f;
  text-transform: uppercase;
}

.body_fizio .main_text p {
  display: block;
  margin-top: 20px;
  font-family: Calibri;
  color: black;
  font-size: 20px;
  line-height: 26px;
}

.body_fizio .main_text p i {
  font-family: Calibri;
  color: #06709f;
  font-size: 20px;
  line-height: 26px;
  text-decoration: underline;
}

.pre_fizio {
  display: block;
  position: relative;
}

.body_pre_fizio {
  display: block;
  position: relative;
  padding: 60px 0 100px 0;
}

.body_pre_fizio .block_links_ft {
  display: inline-block;
  vertical-align: middle;
  margin-top: 40px;
  text-align: center;
}

.body_pre_fizio .block_links_ft a {
  display: inline-block;
  vertical-align: middle;
  margin: 0 16px;
}

.body_pre_fizio .block_links_ft a img {
  display: inline-block;
  vertical-align: middle;
  width: 88px;
}

.body_pre_fizio .block_links_ft a span {
  display: inline-block;
  text-align: left;
  vertical-align: middle;
  margin-left: 14px;
  color: black;
  font-family: Calibri;
  font-size: 26px;
  font-weight: 400;
  text-transform: uppercase;
  line-height: 22px;
}

.body_pre_fizio .block_links_ft a:hover span {
  text-decoration: underline;
}

.body_pre_fizio .nav_articls {
  display: inline-block;
  vertical-align: middle;
  margin-left: 100px;
  padding-top: 30px;
}

.body_pre_fizio .nav_articls .block_articl {
  display: inline-block;
  vertical-align: middle;
  margin: 0 50px;
}

.body_pre_fizio .nav_articls .block_articl i {
  display: block;
  margin-top: -20px;
  color: black;
  font-family: Calibri;
  font-size: 26px;
  font-weight: 400;
  font-style: italic;
}

.body_pre_fizio .nav_articls .block_articl strong {
  display: block;
  color: black;
  font-family: Calibri;
  font-size: 26px;
  font-weight: 400;
}


/*----CAROUSEL----*/

.flex-container a:active,
.flexslider_2 a:active,
.flex-container a:focus,
.flexslider_2 a:focus {
  outline: none;
}

.slides,
.flex-control-nav,
.flex-direction-nav {
  margin: 0;
  padding: 0;
  list-style: none;
}

.flex-container {
  position: relative;
  margin: 0 auto;
}

.flexslider_2 a img {
  outline: none;
  border: none;
}

.flexslider_2 {
  margin: 0;
  padding: 0;
  position: relative;
}

.flexslider_2 .slides > li {
  display: none;
  -webkit-backface-visibility: hidden;
}

.flexslider_2 .slides img {
  width: 100%;
  display: block;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}

.slides:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

html[xmlns] .slides {
  display: block;
}

* html .slides {
  height: 1%;
}

.nav_articls .flex-container {
  min-width: 150px;
  width: 200px;
  position: relative;
}

.flexslider_2 .slides {
  zoom: 1;
}

.flexslider_2 .slides .info_slide {
  width: 100%;
  height: 350px;
  background-repeat: no-repeat;
  background-size: cover;
}

.flexslider_2 .flex-direction-nav a {
  display: block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 35px;
  height: 35px;
  cursor: pointer;
  text-indent: -9999px;
}

.flexslider3 .flex-direction-nav .flex-next {
  right: -40px;
  background-image: url('../img/nav_right.jpg');
  background-repeat: no-repeat;
  background-size: 100%;
  width: 30px;
  height: 30px;
}

.flexslider3 .flex-direction-nav .flex-prev {
  left: -40px;
  background-image: url('../img/nav_left.jpg');
  background-repeat: no-repeat;
  background-size: 100%;
  width: 30px;
  height: 30px;
}

.flexslider3 .flex-control-nav {
  display: none;
}

.flexslider3 a {
  display: block;
  margin: 6px 0;
  text-align: center;
  color: black;
  font-family: Calibri;
  font-size: 26px;
  font-weight: 400;
}

.flexslider3 a:hover {
  text-decoration: underline;
}

.flexslider_2 .flex-control-nav {
  position: absolute;
  width: 100%;
  bottom: 10px;
  text-align: center;
  margin: 0 0 0 -10px;
}

.flex-control-nav li {
  display: inline-block;
  zoom: 1;
}

.flex-control-paging li a {
  display: block;
  cursor: pointer;
  text-indent: -9999px;
  width: 18px;
  height: 18px;
  margin: 0 3px;
  border-radius: 100%;
  background-color: #f3f3f3;
}

.flex-control-paging li a.flex-active {
  width: 18px;
  height: 18px;
  background-color: #2c87be;
  border: none;
}


/*----CAROUSEL----*/


/*---СТРАНИЦА ФИЗИО ТЕРАПИЯ---*/
