@charset "UTF-8";
/* Обозначение цветов на сайте */
@font-face {
  font-family: 'fontello';
  src: url("../fonts/fontello.eot?28439659");
  src: url("../fonts/fontello.eot?28439659#iefix") format("embedded-opentype"), url("../fonts/fontello.woff2?28439659") format("woff2"), url("../fonts/fontello.woff?28439659") format("woff"), url("../fonts/fontello.ttf?28439659") format("truetype"), url("../fonts/fontello.svg?28439659#fontello") format("svg");
  font-weight: normal;
  font-style: normal;
}
/* Chrome hack: SVG is rendered more smooth in Windozze. 100% magic, uncomment if you need it. */
/* Note, that will break hinting! In other OS-es font will be not as sharp as it could be */
/*
@media screen and (-webkit-min-device-pixel-ratio:0) {
  @font-face {
    font-family: 'fontello';
    src: url('../font/fontello.svg?28439659#fontello') format('svg');
  }
}
*/
[class^="icon-"]:before, [class*=" icon-"]:before {
  font-family: "fontello";
  font-style: normal;
  font-weight: normal;
  speak: never;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: .2em;
  text-align: center;
  /* opacity: .8; */
  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;
  /* fix buttons height, for twitter bootstrap */
  line-height: 1em;
  /* Animation center compensation - margins should be symmetric */
  /* remove if not needed */
  margin-left: .2em;
  /* you can be more comfortable with increased icons size */
  /* font-size: 120%; */
  /* Font smoothing. That was taken from TWBS */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  /* Uncomment for 3D effect */
  /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
}

.icon-location:before {
  content: '\e800';
}

/* '' */
.icon-phone:before {
  content: '\e801';
}

/* '' */
.icon-mail:before {
  content: '\e802';
}

/* '' */
.icon-menu:before {
  content: '\f0c9';
}

/* '' */
.icon-mail-alt:before {
  content: '\f0e0';
}

/* '' */
.icon-instagram:before {
  content: '\f16d';
}

/* '' */
.icon-left:before {
  content: '\f177';
}

/* '' */
.icon-right:before {
  content: '\f178';
}

/* '' */
.icon-vkontakte:before {
  content: '\f189';
}

/* '' */
*, *:before, *:after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

html {
  font-size: 14px;
}

body {
  margin: 0;
  background: #fff;
  color: #000;
  font-family: "Open Sans", sans-serif;
  letter-spacing: inherit;
}

ul {
  list-style: none;
  margin: 0;
}

i {
  font-style: normal;
}

a {
  text-decoration: none;
  color: #59abd3;
}
a:hover, a:active, a:focus {
  text-decoration: none;
  border: 1px solid none;
  color: #000;
}

.btn:focus,
.btn:active {
  -webkit-box-shadow: none;
          box-shadow: none;
}

.btn {
  padding: 10px 15px;
  display: inline-block;
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  border-radius: 2px;
  border: 1px solid #fff;
}
.btn:hover {
  background: #fff;
  color: #000;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.mobile {
  display: none;
}

.navbar {
  padding: 1.5rem 1rem;
}

.navbar-nav {
  padding: 20px 0;
  color: #fff;
  padding: 0.7rem 0rem;
  margin: 0;
  text-align: center;
  border-bottom: 1px solid #3f60a7;
  font-size: 18px;
}

.top-links {
  background: #3a658f;
}
.top-links_contacts_column {
  padding: 10px 15px;
  border-right: 1px solid #f5f6f7;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.top-links_contacts_column:last-child {
  border-right: none;
  padding-right: 15px;
}
.top-links_contacts_column a {
  color: #fff;
}

.top-nav {
  background: #fff;
  padding: 15px 0;
}
.top-nav_logo img {
  width: 250px;
  height: auto;
}
.top-nav_menu {
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.top-nav_menu li {
  margin-right: 45px;
}
.top-nav_menu li:last-child {
  margin-right: 0;
}
.top-nav_menu li a {
  color: #000;
  font-weight: 600;
  text-transform: uppercase;
  padding: 0;
}
.top-nav_menu li a::after {
  content: "";
  display: block;
  width: 100%;
  height: 3px;
  background-color: #59abd3;
  -webkit-transform: translateY(29px) scale(0);
          transform: translateY(29px) scale(0);
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.top-nav_menu li a:hover::after {
  -webkit-transform: translateY(30px) scale(1);
          transform: translateY(30px) scale(1);
}

.main-slider {
  background: url(../img/smile-makeover.jpg) no-repeat center center;
  background-size: cover;
}
.main-slider_obl {
  position: relative;
  z-index: 1;
}
.main-slider_welcome {
  margin-top: 150px;
  margin-bottom: 190px;
}
.main-slider_welcome h1 {
  color: #fff;
  font-size: 42px;
  font-weight: 800;
}
.main-slider_welcome p {
  color: #fff;
  font-size: 20px;
  width: 400px;
  margin: 0;
}
.main-slider_welcome .btn-welcome {
  margin-top: 30px;
}
.main-slider_welcome .arrow img {
  margin-left: 20px;
  width: 60px;
}
.main-slider-box {
  background: #fff;
  position: relative;
  z-index: 2;
  padding: 25px;
  margin-bottom: -210px;
}
.main-slider-box_time {
  margin: 0 25px;
}
.main-slider-box_time h3 {
  color: #59abd3;
  font-size: 20px;
  font-weight: 700;
  margin: 10px 0 30px;
}
.main-slider-box_time ul {
  padding: 0;
}
.main-slider-box_time ul li {
  border-bottom: 2px solid #f5f6f7;
  padding: 10px 0;
  font-weight: 400;
}
.main-slider-box_time ul li:last-child {
  border-bottom: none;
  padding-bottom: 0px;
}
.main-slider-box_time ul li span {
  color: #59abd3;
  font-weight: 700;
  float: right;
}
.main-slider-box_doctors {
  margin: 0 25px;
}
.main-slider-box_doctors h3 {
  color: #59abd3;
  font-size: 20px;
  font-weight: 700;
  margin: 10px 0 35px;
}
.main-slider-box_doctors p {
  font-weight: 400;
  padding-bottom: 20px;
}
.main-slider-box_doctors .btn-doctors {
  padding: 5px 10px;
  display: inline-block;
  color: #59abd3;
  font-size: 14px;
  font-weight: 400;
  border-radius: 2px;
  border: 1px solid #59abd3;
}
.main-slider-box_doctors .btn-doctors:hover {
  background: #59abd3;
  color: #fff;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.main-slider-box_phone {
  margin: 0 25px;
}
.main-slider-box_phone h3 {
  color: #59abd3;
  font-size: 20px;
  font-weight: 700;
  margin: 10px 0 0;
}
.main-slider-box_phone a {
  font-size: 20px;
  font-weight: 600;
}
.main-slider-box_phone a i {
  color: #59abd3;
}
.main-slider-box_phone a i span {
  color: #000;
}
.main-slider-box_phone p {
  margin-top: 10px;
}

.main-welcome {
  background: #f5f6f7;
}
.main-welcome_box {
  padding-top: 270px;
  padding-bottom: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.main-welcome_img {
  -ms-flex-item-align: center;
      align-self: center;
}
.main-welcome_img img {
  width: 550px;
  height: 318px;
}
.main-welcome_info h4 {
  font-size: 14px;
  font-weight: 700;
  margin-bottom: 30px;
}
.main-welcome_info h4::after {
  content: "";
  display: block;
  width: 60px;
  padding-top: 10px;
  border-bottom: 2px solid #59abd3;
}
.main-welcome_info h3 {
  font-size: 28px;
  font-weight: 700;
  margin-bottom: 30px;
}
.main-welcome_info p span {
  color: #59abd3;
  font-weight: 700;
}
.main-welcome_info ul {
  padding: 0;
  margin-top: 30px;
}
.main-welcome_info ul li {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin-bottom: 20px;
}
.main-welcome_info ul li img {
  width: 28px;
  height: 28px;
  -ms-flex-item-align: center;
      align-self: center;
}
.main-welcome_info ul li p {
  margin: 0 0 0 20px;
}

.main-services h2 {
  padding-top: 50px;
  font-size: 24px;
  font-weight: 700;
  text-align: center;
}
.main-services h2::after {
  content: "";
  display: block;
  margin: 0 auto;
  width: 60px;
  padding-top: 10px;
  border-bottom: 2px solid #59abd3;
}
.main-services p {
  text-align: center;
  margin-top: 15px;
}
.main-services_box {
  padding-top: 50px;
  padding-bottom: 50px;
}
.main-services_item {
  text-align: center;
  height: 260px;
  -webkit-box-shadow: 0 24px 38px #f5f6f7;
          box-shadow: 0 24px 38px #f5f6f7;
  border-radius: 2px;
  padding: 50px;
  margin-bottom: 30px;
}
.main-services_item img {
  width: 80px;
  height: 80px;
}
.main-services_item p {
  font-size: 14px;
  font-weight: 700;
}
.main-services_item a {
  color: #59abd3;
  font-size: 14px;
  font-weight: 700;
}
.main-services_item:hover {
  -webkit-box-shadow: 0 24px 38px gainsboro;
          box-shadow: 0 24px 38px gainsboro;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.main-information_box {
  margin-top: 50px;
  margin-bottom: 50px;
}
.main-information_box_1 {
  margin-bottom: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.main-information_left {
  -ms-flex-item-align: center;
      align-self: center;
}
.main-information_left h3 {
  font-size: 22px;
  font-weight: 600;
}
.main-information_left h3::after {
  content: "";
  display: block;
  width: 60px;
  margin-top: 10px;
  border-bottom: 2px solid #59abd3;
}
.main-information_right {
  -ms-flex-item-align: center;
      align-self: center;
}
.main-information_right h3 {
  font-size: 22px;
  font-weight: 600;
}
.main-information_right h3::after {
  content: "";
  display: block;
  width: 60px;
  margin-top: 10px;
  margin-bottom: 15px;
  border-bottom: 2px solid #59abd3;
}
.main-information_right p {
  font-weight: 600;
}
.main-information_img img {
  width: 100%;
  height: auto;
}

.main-doctors {
  background: #f5f6f7;
}
.main-doctors h2 {
  padding-top: 50px;
  font-size: 24px;
  font-weight: 700;
}
.main-doctors h2::after {
  content: "";
  display: block;
  width: 60px;
  padding-top: 10px;
  border-bottom: 2px solid #59abd3;
}
.main-doctors_box {
  padding-top: 50px;
  padding-bottom: 50px;
}
.main-doctors_item {
  text-align: center;
}
.main-doctors_item img {
  width: 200px;
  height: 200px;
}
.main-doctors_item p {
  font-size: 14px;
  font-weight: 400;
  margin: 10px 0;
}
.main-doctors_item h3 {
  font-size: 14px;
  font-weight: 700;
  margin: 0;
}

.main-reviews {
  background: url(../img/reviews-img.jpg) center left;
}
.main-reviews_btn {
  margin-top: 25px;
  padding-bottom: 50px;
}

.main-news h2 {
  padding-top: 50px;
  font-size: 24px;
  font-weight: 700;
}
.main-news h2::after {
  content: "";
  display: block;
  width: 60px;
  padding-top: 10px;
  border-bottom: 2px solid #59abd3;
}
.main-news_box {
  margin-top: 50px;
  margin-bottom: 50px;
}
.main-news_position {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-shadow: 0 24px 38px #f5f6f7;
          box-shadow: 0 24px 38px #f5f6f7;
  border-radius: 2px;
  padding: 25px;
  margin-bottom: 30px;
}
.main-news_position:hover {
  -webkit-box-shadow: 0 24px 38px gainsboro;
          box-shadow: 0 24px 38px gainsboro;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
/*
.main-news_position_photo img {
  width: 140px;
  height: 140px;
}
*/
.main-news_position_text {
  margin-left: 25px;
}
.main-news_position_text h4 {
  font-size: 16px;
  font-weight: 600;
	overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
.main-news_position_text p {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  margin-bottom: 10px;
}
.main-news_position_text a {
  color: #59abd3;
  font-size: 14px;
  font-weight: 700;
}

.main-map h2 {
  padding-top: 50px;
  padding-bottom: 50px;
  font-size: 24px;
  font-weight: 700;
  text-align: center;
}
.main-map h2::after {
  content: "";
  display: block;
  margin: 0 auto;
  width: 60px;
  padding-top: 10px;
  border-bottom: 2px solid #59abd3;
}

.footer {
  background: #3a658f;
}
.footer_border_col-1 {
  height: 10px;
  background: #57acd3;
}
.footer_border_col-2 {
  background: #6fd0f0;
  height: 10px;
}
.footer_border_col-3 {
  background: #188ecb;
  height: 10px;
}
.footer_box {
  padding-top: 45px;
  padding-bottom: 25px;
}
.footer_logo img {
  width: 250px;
  height: auto;
}
.footer_logo .footer_company {
  width: 300px;
  margin-top: 10px;
  font-size: 14px;
  font-weight: 400;
  color: #fff;
}
.footer ul.footer_menu {
  padding: 0;
}
.footer ul.footer_menu li {
  margin-bottom: 8px;
}
.footer ul.footer_menu li a {
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  padding: 0;
}
.footer_contacts {
  width: 170px;
}
.footer_contacts ul {
  padding: 0;
}
.footer_contacts ul li {
  margin-bottom: 7px;
}
.footer_contacts ul li a {
  color: #fff;
  font-size: 14px;
  font-weight: 500;
}
.footer_line {
  border-bottom: 1px solid #59abd3;
  padding-bottom: 5px;
}
.footer_btn {
  margin-bottom: 30px;
}
.footer_btn a {
  color: #f5f6f7;
}
.footer a.footer_policy {
  text-decoration: underline;
  color: #fff;
  font-size: 12px;
}
.footer p {
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  margin-top: 30px;
}
/* Всплывающие окна */
.modal {
  display: none;
  background-color: rgba(0, 0, 0, 0.4);
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.modal-content {
  position: relative;
  background-color: #fff;
  padding: 25px 25px;
  width: 100%;
  max-width: 370px;
  margin: 50px auto;
  text-align: center;
  -webkit-box-shadow: 0 12px 24px rgba(0, 0, 0, 0.18);
          box-shadow: 0 12px 24px rgba(0, 0, 0, 0.18);
}
.modal-content .close {
  position: absolute;
  right: 15px;
  top: 15px;
  line-height: 1;
  font-size: 24px;
  opacity: 0.5;
}
.modal-content .close:hover {
  cursor: pointer;
}
.modal-content h4 {
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 20px;
  color: #000;
}
.modal-content p {
  font-size: 16px;
}
.modal-form {
  margin-top: 20px;
}
.modal-form input {
  display: block;
  width: 100%;
  border: 1px solid rgba(19, 19, 19, 0.15);
  font-size: 15px;
  margin-bottom: 10px;
  border-radius: 2px;
  padding: 15px;
}
.modal-form input[type="submit"] {
  display: block;
  width: 100%;
  color: #59abd3;
  border: 2px solid #59abd3;
  background: #fff;
  margin-bottom: 10px;
  font-size: 16px;
  font-weight: 600;
}
.modal-form input[type="submit"]:hover {
  color: #fff;
  background: #59abd3;
}
.modal-form small {
	font-size: 12px
}
.modal-form small a:hover {
	color: #59abd3;
}

/* Back to top button */
#button {
  display: inline-block;
  background-color: #59abd3;
  width: 50px;
  height: 50px;
  text-align: center;
  border-radius: 4px;
  position: fixed;
  bottom: 30px;
  right: 30px;
  transition: background-color .3s, 
    opacity .5s, visibility .5s;
  opacity: 0;
  visibility: hidden;
  z-index: 2000;
} 
#button::after {
   content: "\f077";
   font-family: FontAwesome;
   font-weight: normal;
   font-style: normal;
   font-size: 2em;
   line-height: 50px;
   color: #fff; 
} 
#button:hover {   
   cursor: pointer;   
   background-color: #333; 
} 
#button:active {   
   background-color: #555; 
} 
#button.show {
  opacity: 1;
  visibility: visible;
}
/* Breadcrumbs хлебные крошки */
.breadcrumbs {
  margin-bottom: 0;
  padding: 0;
  font-size: 14px;
  font-weight: 600;
}
.breadcrumbs__separator {
  color: #006ba1;
}
/* Page Heading All */
/* Page About-clinic */
.main-page {
  background: url(../img/fon-title.jpg) no-repeat center center;
  background-size: cover;
}
.main-page_heading {
  position: relative;
  z-index: 1;
  padding: 75px 0;
}
.main-page_heading h2 {
  font-size: 50px;
  font-weight: 700;
  text-align: center;
  color: #fff;
}
.main-page_heading p {
  font-size: 25px;
  font-weight: 500;
  text-align: center;
  color: #fff;
}
.main-page_content {
  position: relative;
  z-index: 2;
  background: #fff;
  padding: 25px;
}
.main-clinic_content {
  margin: 25px;
}
.main-clinic_content p {
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
  margin-bottom: 18px;
}
.main-clinic_content ul {
  list-style: inside;
	padding: 0;
}

/* Page Services-prices */
.main-services_heading {
  padding-top: 25px;
  margin: 0;
}
.main-services_heading p {
  font-size: 14px;
  font-weight: 500;
  text-align: left;
  margin-top: 0;
  margin-bottom: 0;
  padding: 25px;
  border-radius: 2px;
  background: #f5f6f7;
/*background: #d9edf7;*/
}
.main-services_heading p span {
  color: #59abd3;
  font-weight: 700;
}
.main-prices {
	margin-bottom: 60px;
}
.main-prices p {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 35px;
  text-align: center;
}
.main-prices p span {
  color: #59abd3;
  font-size: 20px;
  font-weight: 700;
}
.main-prices p::after {
  content: "";
  display: block;
  margin: 0 auto;
  width: 60px;
  padding-top: 10px;
  border-bottom: 2px solid #59abd3;
}
/* Page Service */
.main-service_content {
  padding: 25px 25px 50px 25px;
}
.main-service_content h2 {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 25px;
}
.main-service_content h2::after {
  content: "";
  display: block;
  width: 60px;
  padding-top: 10px;
  border-bottom: 2px solid #59abd3;
}
.main-service img {
  width: 100%;
  height: auto;
  border-radius: 2px;
  margin-top: 25px;
  margin-bottom: 50px;
}
.main-service a {
  color: #59abd3;
  font-size: 14px;
  font-weight: 700;
}
.main-service_spisoc {
  list-style: disc;
  list-style-position: inside;
  padding: 0;
  margin-bottom: 14px;
}

/* Page Category */
.main-news_position_text {
  margin-left: 25px;
}
.main-news_position_text h3 {
  font-size: 22px;
  font-weight: 600;
	overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
	margin-bottom: 20px;
}
.main-news_position_text a.news-more {
  color: #59abd3;
  font-size: 16px;
  font-weight: 700;
}

/* Page Post */
.main-post {
}
.main-post_content {
	padding: 25px 25px 50px 25px;
}
.main-post_content h2 {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 25px;
}
.main-post_content h2::after {
  content: "";
  display: block;
  width: 60px;
  padding-top: 10px;
  border-bottom: 2px solid #59abd3;
}
.main-post_content_photo {
	text-align: center;
}
.main-post_content_photo img {
	  -webkit-box-shadow: 0 24px 38px #f5f6f7;
          box-shadow: 0 24px 38px #f5f6f7;
  border-radius: 2px;
	padding: 5px;
	margin-bottom: 30px;
}
.main-post_content_text p {
	font-size: 16px;
}
.main-post_content a {
  color: #59abd3;
  font-size: 14px;
  font-weight: 700;
}
/* Page Licenses */
.main-licenses {
  padding: 25px 0 50px 0;
}
p.main-licenses_heading {
  font-size: 16px;
  font-weight: 600;
  text-align: left;
  margin-top: 0;
  margin-bottom: 0;
  padding: 25px;
  border-radius: 2px;
  background: #f5f6f7;
}
.main-licenses_gallery {
  padding-top: 50px;
}
ul.gallery {
  list-style: none outside none;
  padding-left: 0;
  display: flex;
  flex-wrap: wrap;
  align-content: flex-start;
  justify-content: space-around;
}
.lg-object {
  padding: 5px;
  background: #fff;
}
.gallery li {
  height: auto;
  width: 200px;
  margin-bottom: 15px;
  }
.gallery li a {
  height: auto;
  width: 200px;
  }
.gallery li a img {
  max-width: 200px;
  padding: 5px;
  background: #fff;
  margin-bottom: 5px;
  -webkit-box-shadow: 0 24px 38px #f5f6f7;
          box-shadow: 0 24px 38px #f5f6f7;
}
.gallery li span {
  font-size: 13px;
}
.test {
  background: none repeat scroll 0 0 #fff;
  left: 500px;
  position: absolute;
  top: 100px;
}
.main-licenses_info {
  margin-top: 50px;
}
.main-licenses_info h4 {
  font-size: 24px;
  font-weight: 700;
}
.main-licenses_info ul {
  margin-top: 30px;
  padding: 0;
}
.main-licenses_info ul li {
  margin-bottom: 5px;
  font-size: 16px;
}
.main-licenses_karta {
	margin-top: 20px;
}
.main-licenses_karta a {
	font-size: 18px;
	font-weight: 600;
	text-decoration: underline;
}
.main-licenses_karta a:hover {
	color: #59abd3;
}

/* Page Contacts */
.main-contacts_content {
  padding: 25px 25px 50px 25px;
}
.main-contacts_content h2 {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 25px;
}
.main-contacts_content h2::after {
  content: "";
  display: block;
  width: 60px;
  padding-top: 10px;
  border-bottom: 2px solid #59abd3;
}
.main-contacts_content_item h3 {
  font-size: 20px;
  font-weight: 700;
  color: #59abd3;
}
.main-contacts_content_list, .main-contacts_content_time, .main-contacts_content_social {
  padding: 0;
  margin-top: 20px;
  margin-bottom: 35px;
}
.main-contacts_content_list li, .main-contacts_content_time li, .main-contacts_content_social li {
  margin-bottom: 10px;
  font-size: 16px;
  font-weight: 500;
}
.main-contacts_content_list li a, .main-contacts_content_time li a, .main-contacts_content_social li a {
  color: #000;
  font-size: 16px;
  font-weight: 500;
}
.main-contacts_content_list li a i, .main-contacts_content_time li a i, .main-contacts_content_social li a i {
  color: #59abd3;
}
.main-contacts_content_list li span, .main-contacts_content_time li span, .main-contacts_content_social li span {
  color: #59abd3;
  font-weight: 600;
  margin-left: 10px;
}
.main-contacts_content_map_row {
  padding-bottom: 50px;
}
.main-contacts_content_row {
  border-top: 1px solid #f5f6f7;
}
.main-contacts_content_button {
  text-align: center;
  margin-top: 25px;
  margin-bottom: 35px;
}
.main-contacts_content_button .btn-contacts {
  color: #59abd3;
  border: 1px solid #59abd3;
}
.main-contacts_content_button .btn-contacts:hover {
  background: #59abd3;
  color: #fff;
}
.main-contacts_content_row_snezhinsk {
  padding-top: 50px;
  border-top: 1px solid #f5f6f7;
}
.main-contacts_content_item2 h2 {
  font-size: 24px;
  font-weight: 700;
  margin-top: 25px;
  margin-bottom: 25px;
}
.main-contacts_content_item2 h2::after {
  content: "";
  display: block;
  width: 60px;
  padding-top: 10px;
  border-bottom: 2px solid #59abd3;
}
.main-contacts_content_item2 h3 {
  font-size: 20px;
  font-weight: 700;
  color: #59abd3;
}
.main-contacts_content_list2 {
  padding: 0;
  margin-top: 20px;
  margin-bottom: 35px;
}
.main-contacts_content_list2 li {
  margin-bottom: 10px;
  font-size: 16px;
  font-weight: 500;
}
.main-contacts_content_list2 li a {
  color: #000;
  font-size: 16px;
  font-weight: 500;
}
.main-contacts_content_list2 li a i {
  color: #59abd3;
}

/* Adaptive styles */
@media (min-width: 991px) and (max-width: 1140px) {
  .top-nav_menu li {
    margin-right: 25px;
  }
}
@media (max-width: 992px) {
  .header {
    display: none;
  }

  .mobile {
    display: block;
  }
  .mobile_box {
    background: #3a658f;
  }
  .mobile_box_navbar {
    background: #3a658f;
  }

  .top-nav_menu {
    padding: 20px 0 15px 0;
    border-bottom: 2px solid #f5f6f7;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .top-nav_menu li {
    padding-bottom: 10px;
  }
  .top-nav_menu li a {
    color: #000;
    font-size: 16px;
  }
  .top-nav_menu li a::after {
    display: none;
  }

  .navbar-text {
    padding: 15px 0 20px 0;
  }
  .navbar-text a {
    color: #59abd3;
    font-size: 18px;
    font-weight: 500;
  }

  .navbar-dark .navbar-toggler {
    border-color: white;
  }

  /* Slider Information */
  .main-slider_welcome {
    margin-top: 120px;
    margin-bottom: 150px;
  }
  .main-slider_welcome p {
    width: 100%;
  }
  .main-slider-box {
    margin-bottom: -290px;
  }
  .main-slider-box_time {
    margin: 0;
  }
  .main-slider-box_time h3 {
    margin-bottom: 20px;
  }
  .main-slider-box_doctors {
    margin: 0;
  }
  .main-slider-box_doctors h3 {
    margin-bottom: 20px;
    margin-top: 30px;
  }
  .main-slider-box_doctors p {
    margin: 0;
  }
  .main-slider-box_phone {
    margin: 30px 0 0 0;
  }
  .main-slider-box_phone h3 {
    margin-bottom: 20px;
  }

  .main-welcome_box {
    padding-top: 330px;
  }
  .main-welcome_info {
    margin-top: 50px;
  }
  .main-welcome_img {
    text-align: center;
  }
  .main-welcome_img img {
    width: 100%;
    height: auto;
  }

  .main-information_left h3 {
    margin-bottom: 50px;
  }
  .main-information_right h3 {
    margin-top: 50px;
  }
  .main-information_right p {
    margin-bottom: 50px;
  }

  .main-doctors_item {
    margin-bottom: 30px;
  }

  .main-news_position {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    text-align: center;
  }
  .main-news_position_text {
    margin-left: 0;
  }
	.main-news_position_text h3,
  .main-news_position_text h4 {
    margin-top: 25px;
    text-align: left;
  }
  .main-news_position_text p {
    text-align: left;
  }
  .main-news_position_text a {
    margin-left: 0;
  }

  .footer_menu {
    margin-bottom: 35px;
  }
  .footer_logo .footer_company {
    width: 80%;
    height: 100px;
    overflow: hidden;
    text-overflow: ellipsis;
  }
}
@media (max-width: 767px) {
	.main-post_content img {
		width: 100%;
		height: 100%;
	}
}
@media (max-width: 575px) {
  .main-information_box_2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }

  .footer_logo {
    margin-bottom: 20px;
  }
  .footer_menu {
    margin-bottom: 20px;
  }
  .footer_contacts {
    display: none;
  }
  .footer_logo .footer_company {
    display: none;
  }
}
