/*
Theme Name: klinikarmapo
*/

html,body,div,span,applet,object,iframe,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,font,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td {
margin:0;
padding:0;
border:0;
outline:0;
font-weight:inherit;
font-style:inherit;
font-size:100%;
font-family:inherit;
vertical-align:baseline;
}

body {
line-height: 1;
color: black;
font-family: Arial, Helvetica, sans-serif;
font-size: 14px;
background: #F8FDFD;
}

table {
border-collapse:separate;
border-spacing:0;
}

caption,th,td {
text-align:left;
font-weight:normal;
}

th {
padding: 10px;
    border: 1px solid #00916E;
    text-align: center;
    background-color: #00916E;
    color: #fff;
font-size: 17px;
}

th a.boxlink {
padding: 3px 6px;
border: 1px dotted #ffffff;
color: #ffffff;
border-radius: 0px;
}
td a.boxlink {
padding: 3px 6px;
border: 1px dotted #00916E;
color: #666666;
}

blockquote:before,blockquote:after,q:before,q:after {
content:"";
}

a {
color: #000000;
text-decoration: none;
}

a:hover,a:active {
text-decoration: none;
}

b, strong {
font-weight: bold;
}



.select_otdel,.select_specialist,.select_doctor{
    width: 250px;
    border:2px solid #00916E;
}
.sg_raspisanie_main_div table{
    border:2px solid #00916E;
    font-size: 13px;
    margin-top: 30px;
    width: 100%;
}

.sg_raspisanie_main_div .otdelenie_tr{
    padding:10px;
    font-size: 16px;
    background: #00916E;
}
.sg_raspisanie_main_div table td{
    padding:4px;
}

.spec_td,
.cab_td,
.vtor_td,
.chet_td
{
    background: #eee;
}

.pon_td,
.vtor_td,
.sred_td,
.chet_td,
.pyat_td
{
    width:8%;
}

.spec_td,
.doc_td,
.cab_td,
.pon_td,
.vtor_td,
.sred_td,
.chet_td,
.pyat_td
{
    border-bottom: 1px dashed #00916E;
}




.price-block .page4-box1 strong{
font-weight: bold;
}

.clear {
clear: both;
}

.container {
width: auto;
overflow: hidden;
min-width: 960px;
max-width: 2000px;
margin: 0 auto;
}


.top {
position: relative;
width: 100%;
margin: 0 auto;
padding: 0;
height: 41px;
border-bottom: 3px solid #F8FDFD;
}

.top-content {
width: 940px;
margin: 0 auto;
overflow: hidden;
}

.clock {
width: 180px;
float: left;
float: left;
margin: 0 0 10px 10px;
padding: 11px 0 0 0;
color: #83571A;
font: 14px/21px Arial;
color: #5a5a5a;
}

.search {
width: 270px;
float: left;
padding: 7px 0 0 0;
overflow: hidden;
}

.search #s {
width: 170px;
color: #666666;
display: block;
float: left;
margin: 0 5px 0 0;
padding: 3px 10px;
outline: none;
font-family: Arial;
font-size: 14px;
-webkit-appearance: none;
-moz-appearance: none;
border: 1px solid #ccc;
}

.button-search {
display: block;
background: #00916E;
color: #ffffff;
height: 26px;
border: none;
font-size: 13px;
width: 50px;
position: relative;
line-height: 26px;
padding: 0;
margin: 0;
float: left;
font-family: Arial;
outline: none;
-webkit-appearance: none;
-moz-appearance: none;
}

.button-search: {
background: #00916E;
text-decoration: none;
}

.ourlinks {
float: left;
display: block;
margin: 10px 20px 0 0;
}



.head {
width: 940px;
margin: 0 auto;
}

.logo {
display: block;
width: 244px;
height: 76px;
background: url(/wp-content/uploads/2024/10/LOGO-site-1.png) 0 0 no-repeat;
margin-top: 3px;
float: left
}

.logo a {
width: 100%;
height: 76px;
display: block;
color: transparent;
} /* Наименование организации - ссылка - на лого в хэдере */

.phone {
font: 16px/21px Arial;
color: #000;
padding: 10px 0 0 0;
float: left;
}


.call-button {
float: right;
width: 150px;
height: 30px;
margin: 5px 0 0 0;
overflow: hidden;
background: #00916E;
color: #fff;
display: block;
line-height: 30px;
font-size: 15px;
text-align: center;
cursor: pointer;
}

.header .call-button:hover {
background: #00916E;
}

.header {
border-bottom: 3px solid #F8FDFD;
border-top: 3px solid #F8FDFD;
width: 100%;
position: relative;
z-index: 2;
background-color: #F8FDFD;
}
/* Основные стили для меню */
.center-menu {
    display: flex;
    justify-content: left;
    align-items: left;
    background-color: #f8fdfd; /* Цвет фона меню */
    padding: 5px 0; /* Отступы сверху и снизу */
    box-shadow: 0 0px 0px rgba(0, 0, 0, 0.1); /* Тень для меню */
    position: relative;
}

.center-menu .menu {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
}

.center-menu .menu li {
    margin: 0 15px; /* Отступы между пунктами меню */
}

.center-menu .menu li a {
    text-decoration: none;
    color: #333; /* Цвет текста */
    font-size: 16px; /* Размер текста */
    padding: 5px 10px; /* Внутренние отступы */
    transition: color 0.3s ease; /* Плавный переход при наведении */
}

.center-menu .menu li a:hover {
    color: #0073aa; /* Цвет текста при наведении */
}



.footer {
background: url(images/footer.png) repeat 0 0;
width: 100%;
overflow: hidden;
margin: 0;
border-top: 16px solid #00916E;
}

.footer-container {
width: 910px;
margin: 0 auto;
overflow: hidden;
padding: 35px 0 35px 0;
position: relative;
}

.footer-logo {
margin: 0 90px 0 0;
float: left;
display: block;
width: 244px;
height: 76px;
background: url(/wp-content/uploads/2016/09/logoklinf.png) 0 0 no-repeat;
float: left;
}

.footer-phone {
width: 290px;
margin: 0 0 8px 0;
float: left;
text-align: left;
}

.footer-phone span {
display: block;
font-size: 16px;
line-height: 18px;
margin: 0 0 5px 0;
}

.footer-phone a {
display: inline-block;
font-size: 25px;
line-height: 30px;
color: #00916E;
font-weight: normal;
vertical-align: top;
}

.footer-phone small {
font-size: 15px;
line-height: 30px;
color: #000;
font-weight: normal;
display: inline-block;
vertical-align: top;
margin-left: 2px;
}

.footer .call-button {
width: 190px;
height: 40px;
margin: 0 0 0 0;
float: none;
overflow: hidden;
background: #00916E;
color: #fff;
display: block;
line-height: 40px;
font-size: 16px;
text-align: center;
cursor: pointer;
position: absolute;
top: 35px;
right: 0;
}

.footer .call-button:hover {
background: #00916E;
}

.footer-site {
color: #21211f;
font-size: 10px;
line-height: 14px;
position: absolute;
top: 130px;
right: 0;
}


.main {
width: 940px;
margin: 0 auto;
overflow: hidden;
padding: 0 0 60px 0;
}

.main-zdr {
text-align: center;
overflow: hidden;
display: flex;
justify-content: space-around;
flex-wrap: wrap;
}

.main-zdr img{
display: block;
float: left;
margin: 0 1px;
}


.main-advantages {
overflow: hidden;
margin: 0 0 50px 0;
}

.advantages-items {
overflow: hidden;
text-align: center;
padding: 10px 0 0 0;
}

.advantages-item {
overflow: hidden;
/*width: 295px;*/
width: 300px;
display: inline-block;
vertical-align: top;
margin: 0 5px 45px 5px;
text-align: left;
position: relative;
}

.advantages-item img{
float: left;
position: absolute;
left: 0;
}

.advantages-item h3{
color: #00916E;
font-size: 18px;
line-height: 22px;
font-weight: normal;
margin: 0 0 15px 60px;
}

.advantages-item p{
overflow: hidden;
font: 14px/21px Arial, Helvetica, sans-serif;
color: #5a5a5a;
margin-left: 60px;
}




h2.title {
color: #00916E;
font-size: 38px;
line-height: 38px;
font-weight: normal;
text-transform: uppercase;
text-align: center;
margin: 0 0 30px 0;
}

.main-info {
overflow: hidden;
margin: 60px 0 60px 0;
}

.main-info-doc {
background: #ebf1f1;
float: left;
width: 495px;
height: 365px;
margin: 0 30px 0 0;
overflow: hidden;
}

.main-info-doc h3{
color: #00916E;
margin: 19px 0 0 17px;
padding: 5px 0 35px 80px;
background: url(images/info-title.png) no-repeat 0 0;
font-size: 20px;
line-height: 22px;
text-align: left;
font-weight: normal;
}


.main-info-doc ul{
color: #00916E;
}

.main-info-doc ul li{ 
color: #00916E;
background: url(images/info-list.png) no-repeat 0 0;
padding: 0 0 0 30px;
display: block;
margin: 0 20px 12px 20px;
font-size: 16px;
line-height: 20px;
}

.main-info-reg {
background: #e1f3f5;
float: left;
width: 415px;
height: 365px;
}

.main-info-reg h3{
color: #00916E;
margin: 19px 22px 18px 22px;
padding: 0;
font-size: 20px;
line-height: 22px;
font-weight: normal;
}

.main-info-reg p {
margin: 0 22px 14px 22px;
font-size: 16px;
line-height: 22px;
}

.main-info-reg  strong {
color: #00916E;
font-weight: normal;
}



.main-spec {
width: 800px;
margin: 0 auto 80px auto;
}

.spec-slider {
width: 100%;
margin: 0 auto;
}

.spec-item {
width: 100%;
min-height: 370px;
}

.spec-image {
width: 394px;
float: left;
background: url(images/spec-image.png) no-repeat 0 center;
margin: 0 36px 0 0;
text-align: center;
height: 370px;
}

.spec-image img{
margin: 0;
}

.spec-text {
width: 370px;
overflow: hidden;
float: right;
}

.spec-text .st {
font-size: 24px;
line-height: 28px;
font-weight: normal;
margin: 0 0 8px 0;
color: #00916E;
}

.spec-text .zv {
font-size: 24px;
line-height: 28px;
margin: 0 0 18px 0;
color: #00916E;
}

.spec-text .vr {
margin: 0 0 32px 0;
font: 16px/21px Arial, Helvetica, sans-serif;
color: #5a5a5a;
}

.doc-button {
display: block;
width: 200px;
height: 40px;
color: #fff;
background: #00916E;
font-size: 16px;
line-height: 40px;
margin: 0;
float: right;
text-align: center;
cursor: pointer;
}

.doc-button:hover {
background: #005E47;
}

.main-slider {
width: 100%;
overflow: hidden;
background: url(images/slider-bg.jpg) no-repeat center top;
background-size: cover;
}

.main-slider-container {
width: 940px;
margin: 0 auto;
}

.slider-item {
width: 100%;
height: 333px;
overflow: hidden;
position: relative;
}

.slider-image {
width: 100%;
overflow: hidden;
}

.slider-image img{
display: block;
}

.slider-content {
width: 900px;
margin: 0;
position: absolute;
bottom: 0;
left: 0;
margin: 0 0 0 0px;
}

.slider-text {
padding: 70px 0 20px 0;
color: #E21C24;
font-size: 34px;
line-height: 40px;
text-transform: uppercase;
}

.slider-readmore{
display: block;
width: 120px;
height: 40px;
color: #fff;
background: #00916E;
font-size: 16px;
line-height: 40px;
margin: 0;
float: right;
text-align: center;
}

.slider-readmore:hover {
background: #00916E;
}
}

/**
 * BxSlider v4.0 - Fully loaded, responsive content slider
 * http://bxslider.com
 *
 * Written by: Steven Wanderski, 2012
 * http://stevenwanderski.com
 * (while drinking Belgian ales and listening to jazz)
 *
 * CEO and founder of bxCreative, LTD
 * http://bxcreative.com
 */


/** RESET AND LAYOUT
===================================*/

.bx-wrapper {
position: relative;
margin: 0;
padding: 0;
/**zoom: 1;*/
z-index: 1;
}
/*
.bx-wrapper img {
max-width: 100%;
display: block;
}*/

/** THEME
===================================*/

.bx-wrapper .bx-viewport {
/*-moz-box-shadow: 0 0 5px #ccc;
-webkit-box-shadow: 0 0 5px #ccc;
box-shadow: 0 0 5px #ccc;
border: solid #fff 5px;
left: -5px;
background: #fff;*/
}

.bx-wrapper .bx-pager,
.bx-wrapper .bx-controls-auto {
position: absolute;
bottom: -30px;
width: 100%;
}

/* LOADER */

.bx-wrapper .bx-loading {
min-height: 50px;
background: url(images/bx_loader.gif) center center no-repeat;
height: 100%;
width: 100%;
position: absolute;
top: 0;
left: 0;
z-index: 2000;
}

/* PAGER */

.bx-wrapper .bx-pager {
text-align: center;
font-size: .85em;
font-family: Arial;
font-weight: bold;
color: #666;
padding-top: 20px;
}

.bx-wrapper .bx-pager .bx-pager-item,
.bx-wrapper .bx-controls-auto .bx-controls-auto-item {
display: inline-block;
/**zoom: 1;
*display: inline;*/
}

.bx-wrapper .bx-pager.bx-default-pager a {
background: #666;
text-indent: -9999px;
display: block;
width: 10px;
height: 10px;
margin: 0 5px;
outline: 0;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
border-radius: 5px;
}

.bx-wrapper .bx-pager.bx-default-pager a:hover,
.bx-wrapper .bx-pager.bx-default-pager a.active {
background: #000;
}

/* DIRECTION CONTROLS (NEXT / PREV) */

.bx-wrapper .bx-prev {
left: 50%;
margin-left: -468px;
background: url(images/slider-prev.png) no-repeat 0 0;
}

.bx-wrapper .bx-next {
left: 50%;
margin-left: 415px;
background: url(images/slider-next.png) no-repeat 0 0;
}

.bx-wrapper .bx-prev:hover {
background-position: 0 -53px;
}

.bx-wrapper .bx-next:hover {
background-position: 0 -53px;
}

.bx-wrapper .bx-controls-direction a {
position: absolute;
top: 50%;
margin-top: -27px;
outline: 0;
width: 53px;
height: 53px;
text-indent: -9999px;
z-index: 0;
}

.bx-wrapper .bx-controls-direction a.disabled {
display: none;
}












.breadcrumbs {
width: 100%;
overflow: hidden;
}

.breadcrumbs-k{
background: url(images/serv-consult.jpg) no-repeat center top;
background-size: cover;
}

.breadcrumbs-d{
background: url(images/serv-diagnostika.jpg) no-repeat center top;
background-size: cover;
}

.breadcrumbs-l{
background: url(images/serv-lechenie.jpg) no-repeat center top;
background-size: cover;
}

.breadcrumbs-g{
background: url(images/serv-onkoginekologiya.jpg) no-repeat center top;
background-size: cover;
}

.breadcrumbs-h{
background: url(images/serv-onkohirurgiya.jpg) no-repeat center top;
background-size: cover;
}

.breadcrumbs-s{
background: url(images/serv-stacionar.jpg) no-repeat center top;
background-size: cover;
}



.breadcrumb {
width: 940px;
margin: 0 auto;
padding: 52px 0 40px 0;
color: #00916E;
font-size: 16px;
line-height: 18px;
padding: 42px 0 40px 0;
}

.breadcrumb a {
color: #000;
}

.breadcrumb > span {
display: inline;
margin: 0 10px 0 0;
vertical-align: top;
}


.breadcrumb .divider {
width: 10px;
height: 9px;
background: url(images/divider.png) no-repeat center top;
overflow: hidden;
vertical-align: top;
display: inline-block;
margin: 4px 10px 0 0;
}





.left-menu {
width: 345px;
float: left;
padding: 25px 0 18px 0;
margin: 0 40px 30px 0;
}

.left-menu  > div > ul {
width: 300px;
margin: 0 auto;
}

.left-menu  > div > ul > li{
display: block;
width: 100%;
margin: 0 0 14px 0;
position: relative;
background: url(images/left-menu-divider.png) no-repeat right bottom;
overflow: hidden;
}

.left-menu  > div > ul > li > a{
display: block;
background: url(images/left-menu.png) no-repeat 0 0;
padding: 6px 0 14px 48px;
color: #000;
font-size: 18px;
line-height: 20px;
}

.left-menu > div > ul > li.current-menu-item > a, .left-menu > div > ul > li.current-page-parent > a, .left-menu > div > ul > li > a:hover {
background: url(images/left-menu-active.png) no-repeat 0 0;
color: #00916E;
}

.left-menu  > div > ul ul{
margin: 0 0 0 60px;
display: none;
}

.left-menu  > div > ul ul ul{
margin: 0 0 0 20px;
padding: 8px 0 0 0;
}


.left-menu  > div > ul .current-menu-item ul{
display: block;
}

.left-menu  > div > ul .current-page-parent ul{
display: block;
}

.left-menu  > div > ul .current-page-ancestor ul{
display: block;
}

.left-menu  > div > ul > li ul li{
display: block;
margin: 0 0 14px 0;
color: #000;
font-size: 16px;
line-height: 20px;
}

.left-menu  > div > ul > li ul li a{
color: #000;
}

.left-menu  > div > ul > li ul li.current-menu-item > a{
color: #00916E;
}


.center {
text-align: center;
}

/*.page {overflow: hidden;}*/

.index {
background: #fff;
overflow: hidden;
}

h1,h2,h3,h4,h5 {
line-height: 1em;
color: #000;
margin-top: 20px;
font-weight: normal;
margin-bottom: 20px;
}

.content {
padding: 0 0 40px 0;
width: 940px;
margin: 0 auto;
font: 16px/21px Arial, Helvetica, sans-serif;
color: #5a5a5a;
min-height:400px;
}
.main-services .content {
min-height: 0px;
}

.content h1{
font-size: 32px;
line-height: 34px;
margin: 10px 0 10px 0;
}
.price-block h1{
text-align: center;
}

.content h2{
font-size: 34px;
line-height: 32px;
margin: 0 0 20px 0;
}

.content h3{
font-size: 24px;
line-height: 26px;
}

.content-text  p{
margin: 0;
padding-bottom: 8px;
}

.price-block p{
text-align: center;
font-weight: bold;
}

.content-text  ul {
margin: 8px 0 15px;
}

.content-text li {
padding-bottom: 8px;
}

.content-text  ol li, .content-text  ul li {
display: block;
padding-bottom: 14px;
margin-left: 25px;
display: list-item;
}

.content-text  ul {
    list-style-type: disc;
}

.pageper-box1 {
margin-top: 24px;
padding: 15px 9px 10px 9px;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
background: #fff;
border: 1px solid #fff;
margin-bottom: 5px;
box-shadow: 0 0 2px 0px #C6CACA;
border-radius: 5px;
clear: both;
margin-bottom: 24px;
overflow: hidden;
}

.pageper-box1 figure {
margin: 0;
}

.alignleft {
display: inline;
float: left;
}

.wp-caption-text {
font: 12px/14px Arial, Helvetica, sans-serif;
font-style: italic;
text-align: center;
}

.content-text a {
color: #00916E;
outline: none;
cursor: pointer;
text-decoration: none;
}

.contact-col-1 {
width: 460px;
float: left;
margin: 0 20px 0 0;
}

.contact-col-2 {
width: 380px;
float: left;
margin: 0 0 0 0;
}

.content table {
border: 1px solid #dddddd;
border-collapse: collapse;
text-align: left;
margin: 0 0 20px 0;
background: #fff;
width: 100%;
}

.content table td {
padding: 10px;
border: 1px solid #dddddd;
text-align: left;
}

.main-services {
overflow: hidden;
margin: 0 0 50px 0;
}

.services-item {
margin: 0 0 30px 0;
float: left;
width: 300px;
height: 300px;
position: relative;
overflow: hidden;
}

.services-item-image {
width: 300px;
height: 300px;
overflow: hidden;
position: relative;
z-index: 0;
}

.services-item img{
display: block;
}

.services-item-text {
width: 262px;
position: absolute;
top: 50px;
left: 50%;
margin: 0 0 0 -131px;
color: #fff;
z-index: 2;
}

.services-item-text h3{
display: block;
border-bottom: 1px solid #fff;
margin: 0 0 25px 0;
padding: 0 0 15px 0;
font-size: 25px;
line-height: 28px;
text-align: center;
font-weight: normal;
color: #fff;
}

.services-item-text a{
color: #fff;
}

.services-item-text p{
font-size: 18px;
line-height: 22px;
text-align: center;
}

.service-2 {
margin: 0 18px 30px 18px;
}

.service-5{
margin: 0 18px 30px 18px;
}

.service-2  .services-item-text, .service-4  .services-item-text, .service-6  .services-item-text  {
color: #00916E;
}

.service-2  .services-item-text h3, .service-4  .services-item-text h3, .service-6  .services-item-text h3 {
color: #00916E;
border-bottom: 1px solid #00916E;
}

.service-2  .services-item-text a, .service-4  .services-item-text a, .service-6  .services-item-text a {
color: #00916E;
}

.services-item-bg {
width: 300px;
height: 300px;
background: url(images/service-bg.png) repeat 0 0;
position: absolute;
top: 0;
left: 0;
z-index: 1;
}

.service-2  .services-item-bg , .service-4  .services-item-bg , .service-6  .services-item-bg  {
background: url(images/service-bg-white.png) repeat 0 0;
}

.services-item:hover .services-item-bg {
display: none;
}

.services-item:hover .services-item-text {
color: #000; text-shadow: white 1px 1px 1px;
}

.services-item:hover .services-item-text h3{
color: #000; text-shadow: white 1px 1px 1px;
border-bottom: 1px solid #000;
}

.service-2:hover .services-item-text {
color: #fff; text-shadow: black 1px 1px 1px;
}

.service-2:hover .services-item-text h3{
color: #fff; text-shadow: black 1px 1px 1px;
border-bottom: 1px solid #fff;
}

.services-item-link {
width: 300px;
height: 300px;
display: block;
overflow: hidden;
position: absolute;
top: 0;
left: 0;
z-index: 3;
}

.specialists {
overflow: hidden;
}

.specialist {
overflow: hidden;
margin: 0 0 20px 0;
}

.specialist-image {
overflow: hidden;
margin: 0 20px 0 0;
width: 225px;
float: left;
background: url(images/specialist-image.png) no-repeat left center;
}

.specialist-image img{
width: 180px;
display: block;
margin: 0 auto;
}

.specialist-text {
overflow: hidden;
}

.specialist-text-name {
color: #00916E;
font-size: 16px;
line-height: 18px;
}

.specialist-text-work {
color: #00916E;
font-size: 16px;
line-height: 18px;
}

.specialist-text-phone {
color: #000;
font-size: 16px;
line-height: 18px;
}

.specialist-text-description {
font-size: 14px;
line-height: 18px;
}

.specialist-button-readmore {
width: 93px;
height: 34px;
display: block;
float: right;
background: url(images/specialist-readmore.png) no-repeat 0 0;
color: #fff;
font-size: 16px;
line-height: 34px;
padding: 0 0 0 35px;
cursor: pointer;
margin: 0 0 15px 0;
}

.specialist-text-readmore {
display: none;
overflow: hidden;
width: 100%;
}

.content .price-button {
width: 300px;
height: 40px;
margin: 0 auto 0 auto;
overflow: hidden;
background: #00916E;
color: #fff;
display: block;
line-height: 40px;
font-size: 16px;
text-align: center;
cursor: pointer;
}

.content .price-button:hover {
background: #00916E;
}


.popup {
width: 100%;
height: 100%;
position: fixed;
top: 0;
left: 0;
z-index: 9999;
display: none;
}

.popup-bg {
width: 100%;
height: 100%;
position: fixed;
top: 0;
left: 0;
background: url(images/popup.png) repeat center top;
}

.popup-content {
width: 318px;
background: #fff;
position: relative;
margin: 10% auto;
z-index: 10000;
padding: 0 0 18px 0;
}

.popup-close {
width: 27px;
height: 27px;
overflow: hidden;
cursor: pointer;
background: url(images/close.png) repeat center top;
position: absolute;
top: -34px;
right: -34px;
}

.form-text {
color: #00916E;
font-size: 18px;
line-height: 20px;
padding: 28px 25px 25px 25px;
text-align: center;
}

.form-bg {
width: 278px;
margin: 0 auto;
}

.form-row {
margin: 0 0 8px 0
}

.form-input, .form-doc  {
width: 236px;
height: 40px;
padding: 1px 20px 0 20px;
display: block;
border: 1px solid #cccfd2;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
margin: 0 0 6px 0;
color: #8f969e;
font-size: 16px;
line-height: 40px;
outline: none;
font-family: Arial;
-webkit-appearance: none;
-moz-appearance: none;
}

.form-submit input[type="submit"] {
width: 100%;
height: 42px;
background: #2aaacf;
padding: 0;
display: block;
border: none;
margin: 0;
color: #ffffff;
font-size: 20px;
line-height: 42px;
outline: none;
cursor: pointer;
font-family: Arial;
-webkit-appearance: none;
-moz-appearance: none;
}
.form-submit input[disabled], select[disabled], textarea[disabled], input[readonly], select[readonly], textarea[readonly] {
cursor: not-allowed;
background-color: #eeeeee;}

.form-submit input[type="submit"]:hover {
background: #00916E;
}

div.wpcf7-response-output {
margin: 0.5em 0.5em 1em !important;
padding: 0.2em 1em;
}

.category-text {
margin: 0 0 30px 0;
}

.category-text h2 {
font-size: 24px;
line-height: 26px;
margin: 0 0 10px 0;
}

.category-text h2 a{
color: #00916E;
}

.category-text h2 a:hover{
text-decoration: underline;
}

.index .content h2 {
margin: 20px 0 20px 0;
}







@media only screen and (max-width: 940px) {

.container {
width: 100%;
overflow: hidden;
min-width: 320px;
}

.content {
padding: 30px 20px 40px 20px;
width: auto;
margin: 0;
}

.left-menu {
float: none;
padding: 25px 0 18px 0;
background: #fcfcfa;
margin: 0 0 30px 0;
}

.breadcrumbs {
width: 100%;
overflow: hidden;
height: auto;
background-size: cover;
}

.breadcrumb {
width: auto;
margin: 0 20px;
padding: 32px 0 30px 0;
}

.specialist-image {
margin: 0 auto 20px auto;
width: 225px;
float: none;
}

.footer-container {
width: auto;
margin: 0;
}

.footer-logo {
margin: 0 auto 20px auto;
float: none;
float: none;
}

.footer-site {
position: static;
top: 0;
right: 0;
text-align: center;
margin: 0 20px;
}

.footer-phone {
margin: 0 auto 8px auto;
float: none;
text-align: center;
}

.footer .call-button {
margin: 0 auto 18px auto;
float: none;
position: static;
top: 0;
right: 0;
}

.top {
position: relative;
width: 100%;
margin: 0 auto;
padding: 0 0 10px 0;
height: auto;
}

.top-content {
width: auto;
margin: 0 20px;
overflow: hidden;
position: relative;
}

.clock {
width: 170px;
float: left;
margin: 0 10px 50px 0;
padding: 11px 0 0 0;
}

.ourlinks {
float: left;
display: block;
width: 156px;
margin: 10px 30px 10px 0;
}

.search {
width: 270px;
float: right;
padding: 0 0 0 0;
margin: 0 0 10px 0;
overflow: hidden;
position: absolute;
top: 40px;
left: 0;
}

.phone {
font: 16px/21px Arial;
color: #000;
padding: 10px 0 0 0;
float: left;
}

.header .call-button {
float: right;
width: 150px;
height: 30px;
margin: 5px 0 0 0;
overflow: hidden;
background: #2ca8c2;
color: #fff;
display: block;
line-height: 30px;
font-size: 15px;
text-align: center;
cursor: pointer;
}


.head {
width: auto;
margin: 0 20px;
padding: 20px 0 20px 0;
}

.logo {
display: block;
float: left;
margin: 0 0 10px 0;
}

.mainmenu {
width: auto;
margin: 0 auto;
float: right;
} 

.mainmenu  select{
width: 280px;
}

.main-slider-container {
width: auto;
margin: 0;
}

.slider-content {
width: auto;
margin: 0;
padding: 0 20px;
position: absolute;
top: 0;
left: 0;
margin: 0 0 0 0;
}

.slider-image img {
display: block;
position: absolute;
top: 0;
left: 50%;
margin-left: -470px;
}


.main {
width: auto;
margin: 0;
overflow: hidden;
padding: 0 0 60px 0;
}


.service-2 {
margin: 0 18px 30px 18px;
}

.service-5{
margin: 0 18px 30px 18px;

}

.services-items{
text-align: center
}

.services-item {
margin: 0 18px 30px 18px;
float: none;
width: 300px;
height: 300px;
position: relative;
overflow: hidden;
display: inline-block;
}

.main-info {
overflow: hidden;
margin: 0 20px 50px 20px;
}

.main-info-doc {
float: none;
width: auto;
height: auto;
margin: 0 0 20px 0;
padding: 0 17px 10px 0;
overflow: hidden;
}

.main-info-reg {
float: none;
width: auto;
overflow: hidden;
height: auto;
padding: 0 0 10px 0;
}

.main-zdr {
margin: 0 20px;
}

.main-zdr img{
display: inline-block;
float: none;
margin: 0 1px;
}

h2.title {
color: #00916E;
font-size: 26px;
line-height: 30px;
font-weight: normal;
text-transform: uppercase;
text-align: center;
margin: 0 0 30px 0;
}

.main-services {
overflow: hidden;
margin: 50px 0 40px 0;
}

.main-spec {
width: auto;
margin: 0 70px 100px 70px;
}

.spec-image {
width: 394px;
float: none;
margin: 0 auto 10px auto;
text-align: center;
height: 370px;
}

.spec-text {
width: auto;
overflow: hidden;
float: none;
}

.main-spec .bx-wrapper .bx-controls-direction a {
position: absolute;
top: auto;
bottom: -70px;
margin-top: 0;
outline: 0;
width: 53px;
height: 53px;
text-indent: -9999px;
z-index: 0;
}

.main-spec  .bx-wrapper .bx-prev {
left: 50%;
margin-left: -63px;
background: url(images/slider-prev.png) no-repeat 0 0;
}

.main-spec .bx-wrapper .bx-next {
left: 50%;
margin-left: 10px;
}


}


@media only screen and (max-width: 750px) {


.top {
position: relative;
width: 100%;
margin: 0 auto;
padding: 0 0 10px 0;
height: auto;
}

.top-content {
width: 300px;
margin: 0 auto;
overflow: hidden;
}

.clock {
width: 170px;
float: none;
margin: 0 auto 10px auto;
padding: 11px 0 0 0;
}

.ourlinks {
float: none;
display: block;
width: 156px;
margin: 0 auto 10px auto;
}

.search {
width: 300px;
float: none;
padding: 0 0 0 0;
margin: 0 auto 10px auto;
clear: both;
position: relative;
top: 0;
left: 0;
}

.search #s {
width: 220px;
}

.button-search {
position: absolute;
top: 0;
right: 0;
}





}

.head {
width: auto;
margin: 0 20px;
padding: 20px 0 5px 0;
}

.logo {
display: block;
width: 244px;
height: 76px;
float: none;
margin: 0 auto 10px auto;
}




@media only screen and (max-width: 560px) {

.spec-image {
width: auto;
float: none;
background: none;
margin: 0 auto 20px auto;
text-align: center;
height: auto;
}

.spec-image img {
/*width: 250px;*/
}

.main-spec {
width: auto;
margin: 0 20px 100px 20px;
}

.content table {
font-size: 13px;
line-height: 16px;
}

.content table td {
padding: 10px 3px;
border: 1px solid #dddddd;
text-align: left;
}

}

@media only screen and (max-width: 480px) {

.left-menu {
width: auto;
}

.left-menu > div > ul {
width: 240px;
margin: 0 auto;
overflow: hidden;
}

.content h1 {
font-size: 28px;
line-height: 30px;
}

.services-item {
margin: 0 0 30px 0;
}

}


@media only screen and (max-width: 400px) {

.content {
padding: 30px 10px 40px 10px;
}

.main-zdr img {
max-width: 280px;
}

.popup-close {
position: absolute;
top: -34px;
right: 0;
}

.content table {
font-size: 12px;
line-height: 16px;
}

.content table td {
padding: 10px 2px;
border: 1px solid #dddddd;
text-align: left;
}

}

.docForm{
float: left;
width: 242px;
margin-right: 10px;
/*border: 1px solid black;*/
padding: 10px;
text-align: center;
height: 225px;
margin-bottom: 10px;
}

.dosForm br {
    display: none;
}

.docForm p {
    margin: o;
    padding: 0;
}

.doctorDiv{
align-items: flex-end;
display: flex;
display: -webkit-box;
display: -moz-box;
display: -ms-flexbox;
display: -ms-flex;
display: -o-flex;
display: -webkit-flex;
display: flex;
-webkit-flex-flow: row wrap;
-ms-flex-flow: row wrap;
flex-flow: row wrap;
-ms-flex-pack: justify;
justify-content: space-between;
}




.left-menu{
	 width: 314px;
	margin: 0;
	padding: 25px 6px 18px 0;
}
.left-menu > div > ul > li > a{
	font-size: 16px;
    color: #313131;
    padding: 6px 0 7px 48px;
}

.content-text{
	overflow:hidden;
}
.content-text p{
	text-align: justify;
}
.content h2,.content h1{
	text-align:center;
}

.page-id-1693 .left-menu{
	display:none;
}

p em {
        font-style:italic;
}

/******* new slaider*/
.slider_top {
margin: 30px 0;
}
.slider_top__item {
display: flex;
justify-content: center;
}
.slider_top__image {
background: none;
margin: 0;
}
.slider_top__text {
display: flex;
flex-direction: column;
padding: 30px;
font-size: 20px;
justify-content: space-between;
line-height: 1.5;
}
.slider_top__button {
display: block;
width: 200px;
height: 40px;
color: #fff;
background: #00916E;
font-size: 16px;
line-height: 40px;
margin: 0;
float: right;
text-align: center;
cursor: pointer;
}
.slider_top__button:hover {
background: #286B80;
}
.slider_top__text_header{
font-size: 24px;
line-height: 28px;
font-weight: normal;
margin: 0 0 8px 0;
color: #00916E;
}
.slider_top__image__only {
display: flex;
justify-content: center;
background: #ccc;
align-self: center;
position: relative;
}
.slider_top__button__only {
position: absolute;
right: 20px;
bottom: 20px;
}

/****************************************************************/
.info_item {
	list-style-type: disc;
}
.info_item li {
	margin-left: 30px;
	padding: 10px 0;
}
.main-info_text-color {
	font-weight: 700;
	color: #00916E;
}
.main-info p {
	padding: 10px;
}

table.pricelist-table tr td:nth-child(3) {
	white-space: nowrap;
	font-weight: bold;
}



#diabet-banner-h img{
    width: 100%;
}

#diabet-banner-v img{
    width: 100%;
}

@media only screen and (max-width: 940px) {
    #diabet-banner-h { display: none; }
}
@media only screen and (min-width: 941px) {
    #diabet-banner-v { display: none; }
}
