/* Core WordPress */
.alignnone {
    margin: 5px 20px 20px 0;
}

.aligncenter,
div.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}

.alignright {
    float:right;
    margin: 5px 0 20px 20px;
}

.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}

a img.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}

a img.alignnone {
    margin: 5px 20px 20px 0;
}

a img.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto
}

.wp-caption {
    background: #fff;
    border: 1px solid #f0f0f0;
    max-width: 96%; /* Image does not overflow the content area */
    padding: 5px 3px 10px;
    text-align: center;
}

.wp-caption.alignnone {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
    margin: 5px 0 20px 20px;
}

.wp-caption img {
    border: 0 none;
    height: auto;
    margin: 0;
    max-width: 98.5%;
    padding: 0;
    width: auto;
}

.wp-caption p.wp-caption-text {
    font-size: 11px;
    line-height: 17px;
    margin: 0;
    padding: 0 4px 5px;
}
/* Core WordPress END */

.title_h1, .title_h2, .title_h3{
    /*text-align: left;
    text-transform: uppercase;
    font-weight: bold;*/
    color: #000;
    margin: 40px 0;
}

.title_h1{
    line-height: 36px;
    color: #005ea0;
    font-size: 30px;
    font-weight: 700;
    text-transform: uppercase;
}
.title_h2{
    font-size: 35px;
    line-height: 30px;
}
.title_h3{
    font-size: 30px;
    line-height: 25px;
}

.search_not-found p, .content_404 .page-content p{
    text-align: center;
}
/*PAGE*/
.entry-content{
    color: #000;
    margin: 0 auto;
    margin-bottom: 20px;
    /*max-width: 1110px;*/
    line-height: 25px;
}
.entry-content h1{
    margin-bottom: 40px;
    margin-top: 40px;
}
/*img.alignright {float:right; margin:0 0 1em 1em}
img.alignleft {float:left; margin:0 1em 1em 0}
img.aligncenter {display: block; margin-left: auto; margin-right: auto}
a img.alignright {float:right; margin:0 0 1em 1em}
a img.alignleft {float:left; margin:0 1em 1em 0}
a img.aligncenter {display: block; margin-left: auto; margin-right: auto}*/

/*404*/
.content_404 .title_h1, .search_not-found .title_h1{
    text-align: center;
    margin-top: 60px;
}
/* SEARCH CONTENT */
.search-content .title_h1{
    padding-bottom: 10px;
}
.search-content .title_h2{
    margin-bottom: 0;
    font-size: 20px;
    text-align: unset;
    text-transform: none;
    color: #337ab7;        
}
.search-content .title_h2 a{
    text-decoration: none;
    color: inherit;
    color: #337ab7;
}
.search-content .entry-summary {
    margin-bottom: 40px;
}
/* SEARCH CONTENT */
/*ARCHIVE*/
.archive_item_wrap{
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    flex-wrap: wrap;
}
.archive-description{margin: 50px 0;}
.sidebar {
    border-right: 2px inset #b8babf;
}
iframe{
    width: 100%;
}
.archive_item a{
    display: block;
    text-decoration: none;
    color: inherit;
}
.archive_item a:hover{text-decoration: none;}
.archive_item{
    width: 24%;
    display: inline-block;
    margin: 2px;
	position: relative;
}
.archive_item:hover{}
.archive_item_img_wrap{
    /*height: 250px;*/
    overflow: hidden;
}
.archive_item_img_wrap img{
    display: block;
    width: 100%;
}
.archive_item_title{  
  color: #fff;
    position: absolute;
    bottom: 0px;
    left: 0;
    right: 0;
    background: #104062ba;
    line-height: 18px;
	height: 60px;
	width: 100.5%;
    display: table;}
.archive_item_title p{font-size: 12px; font-weight: bold;display: table-cell;
    vertical-align: middle;}
.archive_item_title p span{
    font-weight: normal;
    font-size: 11px;
    display: inline-block;
    padding-top: 6px;
}
 .our_doctors .our_services_bottom.row_flex .blue_lite_button{
    float: right;
}
/*ARCHIVE*/
/* TABLES */
table {border-collapse: collapse;width: 100%;}
table th{padding: 10px 20px;}
table th, table td {
    border: solid 1px #a7a7a7;
    padding: 10px 10px; 
}
/*table tr:hover{background-color: #dcdcdc75; cursor: pointer;}*/
table td img{
    display: block;
    margin: 0 auto;
}
table thead tr{/*background-color: #73d0b157;*/}
table tr td:first-child{/*width: 80px;*/}
/* TABLES */

/* POP_UP FORM */
.has-error{
    border: 1px solid red;
}
.modal_form input, .modal_form textarea{
  width: 100%;
  margin-bottom: 15px;
  padding: 6px 10px;
}
.modal_form textarea{margin-top: 20px;}
.modal_form .btn {
    border: none;
    display: block;
    padding: 15px 21px;
    width: 100%;
    margin: 0 auto;
    margin-top: 15px;
}
.form_content_wrap{
    text-align: center;
}
.form_content_wrap .modal_info{
    font-size: 17px;
    padding: 24px 0;
}
.modal_form div.wpcf7-response-output {
    margin: 0em 0.5em 1em;
     background: white;
 }
    .modal_form {
    color: #000;
    line-height: 25px;
    width: 390px; 
    height: auto;
    background: #fff;
    position: fixed; 
    top: 40%; 
    left: 50%; 
    margin-top: -150px;
    margin-left: -150px; 
    display: none; 
    opacity: 0; 
    z-index: 99999; 
    padding: 30px 20px;
}
#overlay {
    z-index:9999; 
    position:fixed; 
    background-color:#000; 
    opacity:0.8; 
    -moz-opacity:0.8; 
    filter:alpha(opacity=80);
    width:100%; 
    height:100%; 
    top:0; 
    left:0;
    cursor:pointer;
    display:none; 
}
.modal_close {    
    position: absolute; 
    top: 0;
    right: 0px;
    cursor: pointer;
    z-index: 8040;    
    background-color: #f00;
    color: #fff;
    width: 20px;
    height: 20px;
    text-align: center;
    line-height: 1;
    font-size: 1.3em;
    font-family: sans-serif;

}
.modal_form .wpcf7-submit{
  border: none;
  width: 250px;
  cursor: pointer;
}
.modal_form span.wpcf7-not-valid-tip {
    margin-top: -20px;
}
.pers_data_agree{
    margin: 10px 0;
}
.pers_data_agree a, .pers_data_agree a:visited{
    color: #ff602f;
    text-decoration: none;
}
.modal_form .title_h3 {
    margin: 0 0 20px;
}
.modal_form .modal_star_wrap {
    font-size: 12px;
    text-align: left;
    padding: 0;
    margin: 0;
}
.modal_form .modal_star{
    color: red;
    font-weight: bold;
    font-size: 15px;
}
:focus::-webkit-input-placeholder { color: transparent; }
:focus::-moz-placeholder { color: transparent; }
:focus::placeholder { color: transparent; }



/* POP_UP FORM */
/* COMENTS BLOCK */
.comments-area{margin: 20px 0;}
.comment-respond{
  text-align: center;
}
.modal_form2 .comment-notes span{
    font-size: 20px;
}
#commentform {
    display: inline-block;
    text-align: center;
    /* width: 325px; */
    /* margin-left: 250px; */
    /* margin-top: 50px; */
    border-radius: 10px;
    text-align: center;
    font-size: 15px;
    line-height: 24px;
    background: rgba(245, 245, 245);
    padding: 20px 30px 20px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
#commentform label{
  display: block;
}
#commentform textarea, #commentform input{
  padding: 0 5px 0 10px;  
  font-size: 14px;
  line-height: 20px;
  border-radius: 10px;
  color: #000;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  background: #fff;
}
#commentform textarea{
  padding-top: 10px;
  width: 100%;
}
#commentform input{ 
  width: 100%;
  height: 40px;
  border-radius: 10px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.form-submit {
  text-align: center;
  padding-top: 20px;
}

.comments-area input#submit {
    color: #fefefe;
    font-weight: 500;
    border-radius: 5px;
    background-color: #0096ff;
    padding: 10px 30px;
    font-size: 14px;
    line-height: 25px;
    text-transform: uppercase;
}

.comment-form-cookies-consent{display: none;}
#commentform .comment-image-reloaded #comment_image_reloaded{ padding-top: 8px;}
/* COMENTS BLOCK */
.evoSearch_highlight{
    font-weight: bolder;
}
.page-header-news{
    text-align: center;
}
.sidebar .slick-slide {
    text-align: center;
}
.sidebar .slick-slide img {
    width: 100%;
}
.sidebar .slider .slick-next {
    right: 15px;
}
.sidebar .slider .slick-prev {
    left: 15px;
}
.sidebar .slick-prev, .slick-next {
    top: 40%;
}
.main_text_bold {
    margin-bottom: 0;
}
.page-header-new .title_h1{
    margin: 0 0 25px;
}
.sidebar h2{
    text-align: center;
    line-height: 36px;
    color: #005ea0;
    font-size: 25px;
    font-weight: 700;
    margin-bottom: 20px;
}
.sidebar ul a{
    color: black;
    text-decoration: none;
    text-transform: none;
    font-size: 18px;
    font-weight: normal;
	text-align: left;
	display: inline;
}
.sidebar ul{
    padding-left: 20px;
}

@media screen and (max-width: 1200px){
.sidebar .slider .slick-next {
    right: 15px;
}
.sidebar .slider .slick-prev {
    left: 15px;
}
}
@media screen and (max-width: 1024px){
.sidebar .slick-slide {
    margin: 0 10px;
}
}
.page-header-new #commentform {
    width: 100%;
}
.page-header-new .comment-form{
display: inline-block;
    width: 46%;
    margin: 0px 10px 10px;
}
.our_services_item.one .our_services_image {
    width: 72px;
    height: 72px;
    display: inline-block;
    position: absolute;
    left: 0;
    top: 3px;
}
.header .address {
    padding: 35px 0 0 0;
}
.header _text { display: inline-block;}
.header .address_text:before {top: 5px;}

.header .phone a, .clinic .clinic_list a{
      display: inline-block;
    text-decoration: none;
    color: inherit;
    font-size: inherit;
    font-weight: inherit;
    line-height: inherit;
    text-align: inherit;
    outline: none;
    text-transform: inherit;
}
.header .phone a.go{
    color: #fefefe;
    font-weight: 500;
    font-size: 14px;
    line-height: 25px;
    text-transform: uppercase;
    margin-top: 5px;
}
.header .address .time_text{
      display: inline-block;
    font-size: 15px;
    font-weight: 400;
    line-height: 20px;
}

.clinic .clinic_box .work-time:before {top: 10px;}


.our_doctors .our_services_bottom {
    margin: 10px 0 0 0;
	display: block;
}
.header .phone .phone_text .phone_image {
  animation-duration: 1s;
  animation-delay: 1s;
  -webkit-animation-delay: 1s;
  -moz-animation-delay: 1s;
  animation-iteration-count: infinite;
}
.reviews .cometn_title{
  display: block;
    line-height: 30px;
    font-weight: 500;
}
.our_services_item.one a {
    display: block;
    margin: 0 0 15px 0;
    font-size: 18px;
    font-weight: 500;
    color: #000000;
    text-align: left;
    text-transform: none;
}
.social{
    text-align: center;
    margin-top: 20px;
}
.social img{
width: 35px;
    display: inline-block;
    margin: 0 10px;
}
.slider_vrach{
    border: 1px inset #b8babf;
}
.slider_knopki{
    margin: 25px 0;
	    text-align: center;
}
.slider_knopki a{
    width: 200px;
    margin: 4px 0;
}
.zapis{
    margin-bottom: 15px;
    background: #92c9ef;
    padding: 10px 0px;
}
.zapis .price{
color: #005ea0;
    font-weight: bold;
    font-size: 22px;
    text-transform: uppercase;
}
.zapis .blue_lite_button{
    padding: 10px 20px;
	margin-top: 20px;
}
.zapis .center{
    text-align: center;
}
.sitemap a{
    color: black;
}
.video {position:relative;padding-bottom:56.25%;//padding-top:25px;height:0;}
.video iframe {position:absolute;top:0;left:0;width:100%;height:100%;}
.modal_form3 textarea {
    margin-top: 0;
}
.content_bar .slider_knopki {
    display: none;
}
/* media */
@media (min-width: 1400px){
  .header .search {
    margin: 0;
  }
  .header .phone {
    max-width: 100%;
        margin-top: 20px;
  }
}
@media only screen and (min-width: 1025px) {
  .slider_vrach {
    padding: 10px;
}
}
@media only screen and (max-width: 1024px) {
  .comments-area input#submit {
    font-size: 14px;
    line-height: 20px;
    padding: 8px 24px; 
  } 
  .archive_item {width: 24%;}

}
@media (min-width:992px ){
.col-lg-4.d-flex{
    position: relative;
    top: 65px;
}
.our_services .our_services_item {
    min-height: 125px;
}
.zapis .price{
display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
	text-align: center;
}
}
@media (max-width:991px ){
.header, .header .phone, .zapis, .slider_item .slider_text span, .slider_item .slider_text {
    text-align: center;
}
.header .blue_lite_button.go{
    width: 230px;
    display: block;
    margin: 5px auto 0;
}
.header .phone .phone_text{
    margin: 10px auto 5px;
	    font-size: 24px;
}
.header .phone .phone_text .phone_image {
    right: 220px !important;
}
.sidebar .slider_knopki, .sidebar .menus, .sidebar .sale {
    display: none;
}
.special_offers .special_offers-box.one .special_offers_a {
    left: 0;
	text-align: center;
}
.special_offers .special_offers-box.one .special_offers_a {
    right: 0;
}
.our_doctors .our_services_bottom.row_flex .blue_lite_button{
    float: none;
    width: 140px;
}
.blue_arrow .slick-prev {
    left: -10px;
}
.blue_arrow .slick-next {
    right: -10px;
}
.main_test_white_h1 {
    font-size: 33px;
    line-height: 40px;
}
.slider_item .slider_text {
    padding: 40px 0 14px 0;
}
.our_services_bottom.row_flex {
 text-align: center;
}
.our_doctors .col-12.col-md-7.offset-md-5{
    margin-left: 0;
    width: 100%;
    max-width: 100%;
    flex: 50%;
}
.special_offers .test_title {
    margin: 0 0 50px 0;
	text-align: center;
}
.special_offers .special_offers-box .test_title_lite {
    margin: 0;
    color: white;
    line-height: 24px;
    height: 60px;
    min-height: 60px;
    background: #0096ff;
    padding-top: 17px;
}
.slider_item .slider_icons .slider_icon {
    text-align: center;
    margin: 0 0 25px 0;
}
.slider_item .slider_icons {
    padding: 20px 0 20px;
	display: none;
}
.slider_item .slider_text .blue_lite_button {
    margin: 0;
}
.main-gallery {
    padding: 34px 0 15px 0;
}
.special_offers-box.two .special_offers_img_box, .special_offers-box.three .special_offers_img_box {
    margin: 0px 0 56px 0;
}
.slider_item .slider_text span {
    max-width: 100%;
}
.our_doctors_slider .slider_item {
    text-align: center;
}
.our_doctors_slider .slider_item .main_text_bold {
    max-width: 100%;
}
.our_services_bottom.row_flex a {
    margin-right: 0;
}
.clinic .our_services_bottom.row_flex a {
    width: 240px;
    display: block;
	margin: 10px auto;
}
.clinic .clinic_box .map-img-box .map-img {
margin: auto;
}
 .footer .logo_link{
    margin: 10px 0;
}
.modal_form {
    padding: 15px 20px;
}
.modal_form .title_h3 {
    margin: 0 0 15px;
}
.modal_form .form_content_wrap p {
    margin-top: 0;
    margin-bottom: 0;
}
.pers_data_agree {
    margin: 0 0 5px;
}
.header .address_text {
    padding: 0 0 0 20px;
}
.menu-container{
    overflow: visible;
}
.footer .menu {
    text-align: left;
}
.footer .menu ul li {
    padding: 4px 0;
}
.slider_item{
    height: 230px;
	background-size: cover !important;
	    background-position: 0 !important;
}
.our_doctors .test_title {
    text-align: center;
}
.special_offers .special_offers-box {
padding: 0px 0px 20px;
    border: 2px solid #0096ff;
}
.clinic .test_title {
    text-align: center;
    display: block;
	margin: 0 0 30px 0;
}
.sidebar{
    border-right: none;
}
.archive-description {
    margin: 25px 0 0;
}
.content_bar .slider_knopki{
    display: block;
	    margin: 10px 0;
}
}
@media (max-width:815px ){
    .modal_form{
    width: 300px;
	top: 166px !important;
    }
.archive_item {width: 24%;}

}
@media screen and (max-width: 767px) {
    .slider_item .slider_text {
        padding: 20px 10px 10px;
    }
	}
@media (max-width:760px ){
.archive_item {width: 100%;}
}
@media only screen and (max-width: 500px){
    .entry-content p img{
        width: 100%;
        height: auto;
    }
}
@media (max-width: 475px){
.slider_item {
    background-position: -70px !important;
}
}
@media (max-width: 375px){
.slider_item {
    background-position: -172px !important;
}
}
@media (max-width: 350px){
.special_offers .special_offers-box .test_title_lite {
    padding-top: 7px;
}
}
@media (min-width: 1400px){
 .our_services .our_services_item {
    min-height: 130px;
}
}

/*!
// CSS only Responsive Tables
// http://dbushell.com/2016/03/04/css-only-responsive-tables/
// by David Bushell
*/

.archive-description table {
  /*!
  // IE needs inline-block to position scrolling shadows otherwise use:
  // display: block;
  // max-width: min-content;
  */
  display: inline-block;
  vertical-align: top;
  max-width: 100%;
  
  overflow-x: auto;


  border-collapse: collapse;
  border-spacing: 0;
}

.archive-description table {
  -webkit-overflow-scrolling: touch;
  background: radial-gradient(left, ellipse, rgba(0,0,0, .2) 0%, rgba(0,0,0, 0) 75%) 0 center,
              radial-gradient(right, ellipse, rgba(0,0,0, .2) 0%, rgba(0,0,0, 0) 75%) 100% center;
  background-size: 10px 100%, 10px 100%;
  background-attachment: scroll, scroll;
  background-repeat: no-repeat;
}

.archive-description table td:first-child,
.archive-description table--flip tbody tr:first-child {
  background-image: linear-gradient(to right, rgba(255,255,255, 1) 50%, rgba(255,255,255, 0) 100%);
  background-repeat: no-repeat;
  background-size: 20px 100%;
}

.archive-description table td:last-child,
.archive-description table--flip tbody tr:last-child {
  background-image: linear-gradient(to left, rgba(255,255,255, 1) 50%, rgba(255,255,255, 0) 100%);
  background-repeat: no-repeat;
  background-position: 100% 0;
  background-size: 20px 100%;
}

.archive-description table th {
  font-size: 11px;
  text-align: left;
  text-transform: uppercase;
  background: #f2f0e6;
}

.archive-description table th,
.archive-description table td {
  padding: 6px 12px;
  border: 1px solid #d9d7ce;
}

/*!
// CodePen house keeping
*/

.menu {
    text-align: right;
}
.menu .center{
    text-align: center;
}
.menu__icon {
   display: none;
height: 35px;
width: 105px;
    position: relative;
    cursor: pointer;
    font-size: 24px;
    font-weight: bold;
    right: 3px;
    top: 8px;
    color: white;
    text-transform: uppercase;
}

.menu__icon span {
  display: block;
  position: absolute;
  height: 4px;
  width: 25px;
  background: #ffffff;
  border-radius: 9px;
  opacity: 1;
  transform: rotate(0deg);
  transition: .25s ease-in-out;
}

.menu__icon span:nth-child(1) {
  top: 3px;
}

.menu__icon span:nth-child(2) {
  top: 9px;
}

.menu__icon span:nth-child(3) {
  top: 15px;
 }
 .menu__icon span:nth-child(1),.menu__icon span:nth-child(2),.menu__icon span:nth-child(3){
left: 0;
 }
 .menu__icon span:nth-child(4) {
        right: 50px;
    background: none;
 }
.menu__links-item {
    display: inline-block;
    color: #333333;
    padding: 0 10px;
    text-transform: uppercase;
    text-decoration: none;
}

.menu__links-item:hover {
    text-decoration: underline;
}

.menu.menu_state_open .menu__links {
  display: block;  
}
.sidebar .bg-dark {
    background-color: #005ea0!important;
	    margin: 0 0px 10px;
}
.sidebar_m{
  display: none;  
}
.sidebar .navbar-light .navbar-brand {
    color: rgba(255, 255, 255, 0.9);
}
@media screen and (max-width: 991px) {
.sidebar_m{
  display: block;  
}
  .menu__icon{
    display: inline-block;
  }
  
  .menu__links {
    position: absolute;
    display: none;
top: 35px;
    right: 0;
    margin-top: 0;
    z-index: 1000;
    background: none;
    padding-left: 0;
    width: 280px;
    border-top: 2px solid #25689c;
	width: 250px;
  }
  .menu ul li.menu__links-item{
    padding: 0 10px;
}
.menu_h li.menu__links-item {
    display: block;
    padding: 0;
    text-align: center;
    color: #ffffff;
  }
  .menu__links .menu__links-item a {
float: none;
    background: #005ea0;
    border-bottom: 2px solid #127dc7;
    width: 100%;
padding: 4px 30px;
    text-transform: none;
    font-size: 17px;
    text-align: left;
}
}
@media screen and (max-width: 600px) {
  .menu__links {
    width: 100%;
  }
}
#tour{
	height: 500px;
	z-index: 20;
	position: relative;
}

@media screen and (max-width: 480px) {
	#tour{
		height: 380px;
	}
}

@media screen and (max-height: 480px) {
	#tour{
		height: 380px;
	}
}

@media screen and (max-height: 380px) {
	#tour{
		height: 280px;
	}
}