/* CSS Document */
html, body, div, span, applet, object, iframe,h1, h2, h3, h4, h5, h6, p,
blockquote, pre,a, abbr, acronym, address, big, cite, code,del, dfn, em,
img, ins, kbd, q, s, samp,small, strike, sub, sup, tt, var,b, u,
i, center,dl, dt, dd, ol, ul, li,fieldset, form, label, legend,table,
caption, tbody, tfoot, thead, tr, th, td,article, aside, canvas, details,
embed,figure, figcaption, footer, header, hgroup,menu, nav, output, ruby,
section, summary,time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font-weight: 100;
    font: inherit;
    vertical-align: baseline;
}

@font-face {
    font-family: 'Roboto-Regular';
    font-style: normal;
    font-weight: normal;
    src: local('!*a='), url('../fonts/fonts-optim/roboto-regular-webfont.ttf') format('truetype');
}
@font-face {
    font-family: 'Roboto-Bold';
    font-style: normal;
    font-weight: normal;
    src: local('!*a='), url('../fonts/fonts-optim/roboto-bold-webfont.ttf') format('truetype');
}
@font-face {
    font-family: 'Roboto-Thin';
    font-style: normal;
    font-weight: normal;
    src: local('!*a='), url('../fonts/fonts-optim/roboto-thin-webfont.ttf') format('truetype');
}
@font-face {
    font-family: 'Roboto-Condensed';
    font-style: normal;
    font-weight: normal;
    src: local('!*a='), url('../fonts/fonts-optim/roboto-condensed-webfont.ttf') format('truetype');
}
@font-face {
    font-family: 'Roboto-BoldCondensed';
    font-style: normal;
    font-weight: normal;
    src: local('!*a='), url('../fonts/fonts-optim/roboto-boldCondensed-webfont.ttf') format('truetype');
}
@font-face {
    font-family: 'Roboto-Light';
    font-style: normal;
    font-weight: normal;
    src: local('!*a='), url('../fonts/fonts-optim/roboto-light-webfont.ttf') format('truetype');
}

@font-face {
    font-family: 'Roboto-Medium';
    font-style: normal;
    font-weight: normal;
    src: local('!*a='), url('../fonts/fonts-optim/roboto-medium-webfont.ttf') format('truetype');
}
@font-face {
    font-family: 'Roboto-Italic';
    font-style: normal;
    font-weight: normal;
    src: local('!*a='), url('../fonts/fonts-optim/roboto-italic-webfont.ttf') format('truetype');
}

body{
    padding: 0; margin: 0 auto;
    height: auto;
    position: relative;
    background: url(../images/body_fon.png) 0px 0px repeat;
    z-index: 100;
}
li{
    list-style: none;
}
a{
    font: 14px/16px 'Roboto-Regular', Arial,san sarif;
    letter-spacing: 0px;
    color:#1E64BD;
    text-decoration: none;
    cursor :pointer;
}
p, li{
    font: 14px/21px 'Roboto-Regular', Arial, Tahoma, san sarif;
    color: #414141;
}
p i{
    display: block;
    height: 5px;
}
h1, h2, h3, h4, h5, h6{
    padding:0; margin:0;
    font:normal 25px/30px 'Roboto-Bold', Arial,sans-serif;
    color:#243461;
    text-transform: uppercase;
}
h1{
    padding: 0;
    margin: 2px 0 14px;
    color: #243461;
    text-transform: uppercase;
    text-align: center;
    font: normal 25px/40px 'Roboto-Bold', 'Cuprum', Arial,sans-serif;
}
h1 a{
    padding:0; margin:0px;
    font:normal 28px/28px 'Roboto-Bold', Arial,sans-serif;
    letter-spacing: 0px;
    text-transform: none;
    color:#184D68;
}
h2{
    font-size:22px;
}
h3{
    font-size:20px;
}
h4{
    font-size:18px;
    line-height: 20px;
    color:#029CDF;
}
h5{
    font-size:16px;
}
h6{
    font-size:14px;
}
b {
    font-weight: bold!important;
}

/* header */
.header_wrap{
    padding: 12px 0 0;
    margin: 0 auto;
    position: relative;
    width: 100%;
    z-index: 102;
    _border-bottom: 2px solid #fff;
    _box-shadow: 0px 0px 15px rgba(0,0,0,0.3);
}
.header{
    margin: 0 auto 0px;
    position: relative;
    width: 960px;
    height: auto;
    z-index: 102;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.header_left{
    position: relative;
    width: 24%;
    height: auto;
    z-index: 102;
    float: left;
}
/*  блок  меню */
.menu_wrap{
    padding: 0;
    margin: 0 auto;
    position: relative;
    width: 100%;
    z-index: 102;

}
.menu{
    margin: 0 0 0;
    height: 60px;
    border-radius: 7px;
    -moz-border-radius: 7px;
    -webkit-border-radius: 7px;
    -o-border-radius: 7px;
    background-color: #43ABAE;
    display: flex;
    justify-content: space-between;
    flex-wrap: nowrap;
}
.menu ul{
    padding: 0 20px 0 0;
     width: 75%;
    display: flex;
    justify-content: space-between;
    flex-wrap: nowrap;
 }
.menu li{
    margin: 0;
    list-style: none;
    position: relative;
    width: 100%;
}
.menu a{
    display: block;
    padding: 23px 0;
    text-decoration: none;
    font: 14px/14px 'Roboto-Condensed', Arial, Tahoma, san sarif;
    color: #F6F5F4;
    text-transform: uppercase;
    border-radius: 7px;
    -moz-border-radius: 7px;
    -webkit-border-radius: 7px;
    -o-border-radius: 7px;
    text-align: center;
}
.menu li:hover a, .menu li.active a,.menu_1:hover a{
    background-color: #44969F;
}
.menu_tel{
    padding: 8px 0 0 40px;
    width: 23%;
    height: 51px;
    float: right;
    position: relative;
}
.header_left .menu_tel {
    display: none;
}
.menu_tel:before{
    z-index: 1;
    position: absolute;
    content: "";
    bottom: 18px;
    left: 2px;
    width: 25px;
    height: 25px;
    background: url(../images/menu_tel.png) left top no-repeat;
}
.menu_tel_1{
    font: 16px/20px 'Roboto-Light', Arial, Tahoma, san sarif;
    color: #fff;
}
.menu_tel_1 span{
    margin-left: 8px;
    font: 16px/20px 'Roboto-Bold', Arial, Tahoma, san sarif;
    color: #fff;
}
.menu_tel_2{
    font: 11px/12px 'Roboto-Regular', Arial, Tahoma, san sarif;
    color: #fff;
}
/*  блок  меню */
.logo_wrap{
    width: 100%;
}
.logo{
        margin: 29px 0 46px;
    width: 100%;
    height: 138px;
    background: url(../images/logo_1.png) center center no-repeat;
    background-size: 100%;
}
.header_left_11_wrap{
    width: 100%;
}
.header_left_11{
    margin: 0px 0 0px;
    position: relative;
    width: 100%;
    height: 28px;
    z-index: 102;
    font: 12px/30px 'Roboto-Condensed', Arial, Tahoma, san sarif;
    color: #1B1B1B;
    text-transform: uppercase;
    text-indent: 14px;
    border: 1px solid #4EB2B4;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -o-border-radius: 5px;
}
.header_left_11:before{
    z-index: 1;
    position: absolute;
    content: "";
    top: 9px;
    right: 15px;
    width: 5px;
    height: 9px;
    background: url(../images/header_left_11.png) left top no-repeat;
}
.header_left_11:hover{
    color: #fff;
    background-color: #4EB2B4;
}
.header_left_11:hover:before{
    background: url(../images/header_left_11_hover.png) left top no-repeat;
}
/* блок слайдер */
/*  блок слайдер */
.slider_wrap{
    padding: 0;
    margin: 0 auto 0;
    position: relative;
    width: 100%;
    z-index: 100;
}
.slider{
    padding: 0px; margin:0 auto;
    position: relative;
    width: 100%;
    height: 230px;
}
.slider li{
    width: 712px;
    height: 230px;
}
.slider_1{
    padding: 0px; margin:0;
    position: relative;
    width: 100%;
    height: 265px;
}
.slider .controls{
    display: inline-block;
    margin: 0 auto;
    position: absolute;
    top: 19px;
    right: 14px;
    width: 50px;
    height: 25px;
}
.controls .numericControls {
    display: block;
    position: absolute;
    left: -1242%;
    top: 0px;
    padding: 2px;
    width: 90px;
}
.controls .numericControls li{
    margin: 0 2px;
    width: 10px; height: 10px;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    -o-border-radius: 50%;
    float: left;
    background-color: #fff;
}
.controls .numericControls li.current, .controls .numericControls li:hover{
    background-color: #92D4DB;
}
.controls .numericControls li a{
    cursor :pointer!important;
    width: 8px; height: 8px;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    -o-border-radius: 50%;
}
.controls .numericControls li a span{
    display: none;
}
.controls .prevBtn{
    display: block;
    position: absolute;
    left: 5px; bottom: 0px;
    padding: 0;
    width: 12px; height: 21px;
    color: transparent;
    background: url(../images/controls_prevBtn_1.png) 0 0 no-repeat;
    z-index: 102;
}
.controls .nextBtn{
    display: block;
    position: absolute;
    right: 5px; bottom: 0px;
    padding: 0;
    width: 12px; height: 21px;
    color: transparent;
    background: url(../images/controls_nextBtn_1.png) 0 0 no-repeat;
}
/* блок слайдер end */

.header_right{
    margin: 20px 0 0;
    position: relative;
    width: 74%;
    z-index: 102;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.header_right_1{
    margin: 0;
    padding: 3px 0 0 36px;
    position: relative;
    width: 28%;
    font: 12px/18px 'Roboto-Regular', Arial, Tahoma, san sarif;
    color: #000;
}
.header_right_1:before{
    z-index: 1;
    position: absolute;
    content: "";
    top: 9px;
    left: 3px;
    width: 21px;
    height: 26px;
    background: url(../images/header_right_1.png) left top no-repeat;
}
.header_right_2{
    margin: 8px 0 0 0;
    position: relative;
    width: 29%;
    font: 18px/30px 'Roboto-Condensed', Arial, Tahoma, san sarif;
    color: #43ABAE;
    text-indent: 42px;
    text-transform: uppercase;
    background: url(../images/header_right_2.png) 0px 0px no-repeat;
}
.header_right_3{
    margin: 11px 0 0;
    position: relative;
    width: 34%;
    height: 42px;
    _background: url(../images/header_right_31.png) 0px 0px no-repeat;
}
/* header and */

/* блок контент */
.main_wrap{
    margin: 0 auto 0;
    position: relative;
    width: 100%;
    z-index: 99;
}
.main_1{
    margin: 0px auto 0;
    padding: 11px 0 0;
    position: relative;
    width: 960px;
    height: auto;
    z-index: 102;
    display: flex;
    justify-content: space-between;
    flex-wrap: nowrap;
}
.main_11{
    margin: 0;
    padding: 0;
    position: relative;
    width: 24%;
    height: auto;
    z-index: 102;
    float: left;
}
.main_111{
    margin: 17px 0 0;
    padding: 0;
    position: relative;
    width: 100%;
    height: 243px;
    background: url(../images/main_111_1.png) -13px 0 no-repeat;
    background-size: 100%;
}
.main_111 img{
    margin: 34px 0 0 42%;
    padding: 0;
    width: 100px;
    height: 131px;
}
.main_1111{
    margin: 8px 0 0 36%;
    padding: 0;
    width: 124px;
    height: 30px;
    border-radius: 15px;
    -moz-border-radius: 15px;
    -webkit-border-radius: 15px;
    -o-border-radius: 15px;
    background-color: #2FAFDD;
    font: 13px/29px 'Roboto-Bold', Arial, Tahoma, san sarif;
    color: #fff;
    text-transform: uppercase;
    text-align: center;
}
.main_112{
    margin: 19px 0 0 67px;
    padding: 0;
    position: relative;
    height: 25px;
    _background: url(../images/main_112.png) 0 0 no-repeat;
    display: none;
}

.main_12{
     margin: 0;
     padding: 0;
     position: relative;
     width: 75%;
     height: auto;
     z-index: 102;
     float: right;
 }
.main_12 span{
    font: 15px/40px 'Roboto-Regular', Arial, Tahoma, san sarif;
    color: #414141;
    text-align: left;
}
.main_12 ul{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.main_12 li{
    margin: 0;
    list-style: none;
    position: relative;
    width: 25%;
}
._main_12 li:nth-child(4n){
    margin: 0;
}
.main_12 img{
    display: block;
    margin: 0 auto 16px;
    width: 74px;
    height: 74px;
}
.main_12 a{
    display: block;
    padding: 0;
    width: 100%;
    height: 158px;
    text-decoration: none;
    font: 16px/20px 'Roboto-Medium', Arial, Tahoma, san sarif;
    color: #3BA6AA;
    text-align: center;
}
.main h1{
    padding: 0;
    margin: 6px 0 0;
    text-align: left;
    font: 20px/30px 'Roboto-Condensed', Arial, Tahoma, san sarif;
    color: #2FAFDD;
}
.main_11 h1{
    padding: 0 0 0 37px;
    background: url(../images/main_11_1.png) 0 0 no-repeat;
}
.main_12 h1{
    padding: 0 0 19px 0;
    width: 150px;
    float: left;
}
.main_wrap_1{
    *background-color: #fff;
}

.main_wrap_2{
    padding: 0;
    margin-top: 30px;
    background:url(../images/main_wrap_2_top_1.png) 0px 0px repeat-x,
    url(../images/main_wrap_2_bottom_1.png) 0px bottom repeat-x;
    border: 1px solid transparent;
}
.main_wrap_21{
    padding: 0;
    margin: 8px 0;
    background: url(../images/main_wrap_2_fon_1.png) 0px 0px repeat;
}
.main_2{
    padding: 41px 0 0;
    margin: 0px auto 0;
    width: 960px;
    height: auto;
    display: flex;
    justify-content: space-between;
    flex-wrap: nowrap;
}
.main_21{
    margin: 0;
    padding: 0;
    position: relative;
    width: 24%;
}
.main_21 h1{
    padding: 0 0 0 37px;
    background: url(../images/main_21.png) 0 0 no-repeat;
}
.menu_mob{
    display: none;
}
/* блок новости */
.news_post_main{
    margin: 20px 0 24px;
    padding: 0 0px 4px 0;
    width: 100%;
    /* height: 323px; */
    overflow: hidden;
    position: relative;
}
.news_post_main img{
    margin: 0 0 0;
    padding: 0 0 0 0;
    width: 100%;
    height: 129px;
    overflow: hidden;
    position: relative;
}
.news_post_main .news_post_1{
    margin: 14px 0 7px;
    font: 14px/18px 'Roboto-Italic', Arial, Tahoma, san sarif;
    color: #414141;
    position: relative;
    background: url(../images/news_post_11.png) 0px 0px no-repeat;
    text-indent: 26px;
}
.news_post_main .news_post_3 h4{
    font: 15px/20px 'Roboto-Bold', Arial, Tahoma, san sarif;
    color: #414141;
    text-transform: none;
}
.news_post_main .news_post_3 p{
    font: 13px/18px 'Roboto-Regular', Arial, Tahoma, san sarif;
    color: #414141;
    padding: 0 30px 0 0;
    margin: 11px 0 0;
}
.news_post_main a{
    display: block;
    padding: 0;
    margin: 12px 0 0;
    font: 13px/15px 'Roboto-Bold', Arial, Tahoma, san sarif;
    color: #2FAFDD;
    text-decoration: underline;
}
.news_post_all_main{
    display: block;
    padding: 0;
    margin: 22px 0 0;
    width: 123px;
    height: 28px;
    font: 14px/28px 'Roboto-Condensed', Arial, Tahoma, san sarif;
    color: #fff;
    text-transform: uppercase;
    text-align: center;
    border: 1px solid #fff;
    border-radius: 14px;
    -moz-border-radius: 14px;
    -webkit-border-radius: 14px;
    -o-border-radius: 14px;
    background-color: #2FAFDD;
}
/* блок новости end */

.main_22{
    margin: 0;
    padding: 0;
    position: relative;
    width: 74%;
}
.main_22 h1{
    margin: 3px 0 19px;
}
.main_22 img{
    margin: 0;
    padding: 0;
    width: 240px;
    height: 254px;
    overflow: hidden;
    position: relative;
    float: right;
}
.main_22 p{
    padding: 0;
    margin: 0;
    font: 14px/21px 'Roboto-Regular', Arial, Tahoma, san sarif;
    color: #414141;
}
.main_22 ul{
    padding: 10px 0 23px;
    margin: 0;
    font: 15px/21px 'Roboto-Bold', Arial, Tahoma, san sarif;
    color: #414141;
}
.main_22 li{
    padding: 0;
    margin: 14px 0 0 17px;
    font: 14px/17px 'Roboto-Medium', Arial, Tahoma, san sarif;
    color: #414141;
    position: relative;
}
.main_22 li:before{
    z-index: 1;
    position: absolute;
    content: "";
    top: 4px;
    left: -18px;
    width: 10px;
    height: 10px;
    background: url(../images/main_22_li.png) left top no-repeat;
}
.main_22 .two_columns li{
    padding: 0;
    margin: 5px 0 0 17px;
    font: 14px/17px 'Roboto-Medium', Arial, Tahoma, san sarif;
    color: #414141;
    width: 45%;
    float: left;
}

/* footer */
.footer_wrap{
    margin: 0 auto;
    padding: 0;
    position: relative;
    width: 100%;
    z-index: 98;
    _background: url(../images/footer_wrap.png) center 0 no-repeat;
}
.footer{
    margin: 0px auto;
    position: relative;
    width: 960px;
    height: auto;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.footer_1{
    margin: 0;
    width: 31%;
    height: 170px;
    float: left;
}
.footer .logo{
    margin: 38px 0 0 21px;
    width: 100%;
    height: 125px;
    float: left;
    background: url(../images/logo_footer_1.png) 0 0 no-repeat;
    background-size: contain;
}
.footer_2{
    margin: 0;
    width: 38%;
    height: 170px;
    float: left;
}
/*  блок  меню */
.footer .menu{
    padding: 66px 0 0 33px;
    margin: 0;
    width: 100%;
    height: auto;
    background-color: transparent;
    background: none;
    display: block;
}
.footer .menu ul {
    width: 100%;
    float: none;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.footer .menu li{
    list-style: none;
    position: relative;
    transform: skewX(0deg);
    width: 48%;
    margin-bottom: 22px;
}
.footer .menu li:after{
    z-index: 1;
    position: absolute;
    content: "";
    top: 4px;
    left: -4px;
    width: 10px;
    height: 10px;
    background: url(../images/footer_menu_li.png) left top no-repeat;
}
.footer .menu a{
    display: block;
    padding: 0 12px;
    text-decoration: underline;
    font: 13px/14px 'Roboto-Regular', Arial, Tahoma, san sarif;
    color: #65C2C1;
    text-transform: uppercase;
    text-align: left;
}
.footer .menu a:hover, .footer .menu li.active, .footer .menu li.active a{
    text-decoration: none;
    background-color: transparent;
}
.footer .menu li:hover a{
    text-decoration: none;
    background-color: transparent;
}
.footer .menu li:last-child a{
    _padding: 0 0 0 12px;
}
/*  блок  меню end*/

.footer_3{
    margin: 0;
    padding: 62px 0 0 53px;
    width: 26%;
    height: auto;
    float: left;
}
.footer_31{
    margin: 0;
    padding: 0 0 0 29px;
    font: 14px/21px 'Roboto-Condensed', Arial, Tahoma, san sarif;
    color: #3AA4A9;
    text-decoration: underline;
    background: url(../images/footer_31.png) 0 5px no-repeat;
}
.footer_32{
    margin: 13px 0 12px;
    padding: 0 0 0 29px;
    font: 18px/21px 'Roboto-Bold', Arial, Tahoma, san sarif;
    color: #414141;
    background: url(../images/footer_32.png) 0 2px no-repeat;
}
.footer_33{
    margin: 0;
    padding: 0 0 0 29px;
    font: 13px/19px 'Roboto-Regular', Arial, Tahoma, san sarif;
    color: #414141;
    background: url(../images/footer_33.png) 0 6px no-repeat;
}
.footer_41{
    margin: 49px 0 0px 23px;
    padding: 0;
    width: 27%;
    height: 40px;
    _background: url(../images/footer_41.png) 0 6px no-repeat;
    float: left;
}
.footer_42{
    margin: 57px 0 0;
    padding: 0;
    width: 42%;
    font: 13px/19px 'Roboto-Regular', Arial, Tahoma, san sarif;
    color: #B1B0B0;
    float: left;
}
.footer_43{
    margin: 47px 0 0;
    padding: 0;
    width: 117px;
    height: 40px;
    background: url(../images/footer_43.png) 0 6px no-repeat;
    float: right;
}
/* footer end */

/* content */
.content_wrap{
    margin: 0px auto;
    padding-bottom: 32px;
    position: relative;
    width: 100%;
    text-align: justify;
    z-index: 100;
    _background-color: #fff;
}
.content{
    padding: 14px 0;
    margin: 0 auto;
    position: relative;
    _min-height: 200px;
    width: 960px;
    min-width: 960px;
    max-width: 960px;
}
.content h1{
    padding: 32px 0 0;
    margin: 0 0 20px;
    font: 20px/26px 'Roboto-BoldCondensed', Tahoma, san sarif;
    color: #2FAFDD;
    text-align: left;
    position: relative;
}
.content h2{
    padding: 30px 0 18px;
    margin: 0;
    font: 18px/26px 'Roboto-BoldCondensed', Tahoma, san sarif;
    color: #2FAFDD;
    text-align: left;
    position: relative;
}
.content li {
    padding: 0;
    margin: 14px 0 0 17px;
    font: 14px/17px 'Roboto-Medium', Arial, Tahoma, san sarif;
    color: #414141;
    position: relative;
}
.content li:before{
    z-index: 1;
    position: absolute;
    content: "";
    top: 4px;
    left: -18px;
    width: 10px;
    height: 10px;
    background: url(../images/main_22_li.png) left top no-repeat;
}
/* content end */

/* страница Услуги клиники */
.services{}
.services_1{
    margin: 0;
    font: 14px/21px 'Roboto-Regular', Tahoma, san sarif;
    color: #414141;
    text-align: left;
    position: relative;
}
.services h4 {
    padding: 0;
    margin: 29px 0 32px;
    font: 18px/24px 'Roboto-Condensed', Arial, Tahoma, san sarif;
    color: #414141;
    position: relative;
    text-transform: none;
}
.services h3 {
    padding: 0;
    margin: 29px 0 8px;
    font: 15px/24px 'Roboto-Bold', Arial, Tahoma, san sarif;
    color: #2FAFDD;
    position: relative;
    text-transform: uppercase;
}
/* страница Услуги клиники end */

/* страница О Врачах */
.doctors{}
.doctors_post{
    padding: 0 0 24px;
    border-bottom: 2px solid #E9E9E9;
    margin-bottom: 26px;
    display: flex;
    justify-content: space-between;
    flex-wrap: nowrap;
}
.doctors_post_left{
    width: 55%;
    height: auto;
    display: flex;
    justify-content: space-between;
    flex-wrap: nowrap;
}
.doctors_post_left_1{
    width: 144px;
    height: 200px;
}
.doctors_post_left_1 img{
    margin: 4px 0 16px;
    width: 143px;
    height: 140px;
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    -o-border-radius: 10px;
}
.doctors_post_left_11 {
    margin: 0;
    width: 144px;
    height: 28px;
    font: 13px/30px 'Roboto-Bold', Tahoma, san sarif;
    color: #fff;
    text-align: center;
    text-transform: uppercase;
    border-radius: 14px;
    -moz-border-radius: 14px;
    -webkit-border-radius: 14px;
    -o-border-radius: 14px;
    background-color: #25BFAB;
}
.doctors_post_left_2{
    padding-left: 19px;
    height: 200px;
    width: 100%;
}
.doctors_post_left_2 h3 {
    margin: -5px 0 9px;
    font: 15px/30px 'Roboto-Bold', Tahoma, san sarif;
    color: #2FAFDD;
    text-align: left;
    text-transform: uppercase;
}
.doctors_post_left_21 {
    margin: 0;
    font: 14px/30px 'Roboto-Bold', Tahoma, san sarif;
    color: #414141;
    text-align: left;
}
.doctors_post_left_21 span{
    margin: 0;
    font: 14px/30px 'Roboto-Regular', Tahoma, san sarif;
    color: #414141;
    text-align: left;
}
.doctors_post_right{
    width: 65%;
    padding: 34px 0 0 0;
}
.doctors_post_right_1 {
    margin: 0;
    font: 14px/30px 'Roboto-Bold', Tahoma, san sarif;
    color: #414141;
    text-align: left;
}
.doctors_post_right_2{
    margin: 6px 0 0;
    font: 14px/18px 'Roboto-Regular', Tahoma, san sarif;
    color: #414141;
    text-align: left;
}
/* страница О Врачах end*/

/* блок Новости */
.content.news h1 {
    padding: 32px 0 0 40px;
    position: relative;
}
.content.news h1:before{
    z-index: 1;
    position: absolute;
    content: "";
    top: 31px;
    left: 2px;
    width: 27px;
    height: 28px;
    background: url(../images/news_h1.png) left top no-repeat;
}
.news .news_post{
    padding-top: 0px;
    padding-bottom: 30px;
    border-bottom: 2px solid #fff;
    margin-bottom: 29px;
    display: flex;
    justify-content: space-between;
    flex-wrap: nowrap;
}
.news .news_post_1{
    width: 24%;
    height: 0;
    padding-bottom: 14%;
    position: relative;
}
.news .news_post_11{
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    background-position: top center;
    background-size: 100% auto;
    background-repeat: no-repeat;
    
}
.news .news_post_1 img{
    width: 100%;
    height: 132px;
}
.news .news_post_2{
    width: 74%;
    text-align: left;
    padding-left: 20px;
}
.news .news_post_21{
    margin-top: 2px;
    font: 14px/16px 'Roboto-Italic', Arial,san sarif;
    color: #414141;
    position: relative;
    text-indent: 26px;
}
.news .news_post_21:before{
    z-index:1;
    position: absolute;
    content: "";
    top: -1px;
    left: 0px;
    width: 17px; height: 17px;
    background:url(../images/news_post_21.png) 0 0 no-repeat;
}
.news .news_post_22{
    font: 15px/24px 'Roboto-Bold', Tahoma, Arial,san sarif;
    color: #414141;
    margin-top: 6px;
}
.news .news_post_23{
    margin: 11px 0 0px;
    font: 13px/18px 'Roboto-Regular', Tahoma, Arial,san sarif;
    color: #414141;
}
.news .news_post_24{
    margin-top: 12px;
    font: bold 13px/13px 'Roboto-Bold', Tahoma, Arial,san sarif;
    color: #2FAFDD;
    text-decoration: underline;
}
.news .news_post_24:hover{
    text-decoration: none;
}
/* блок Новости end */

/* страница Новость */
.news .news_all{
    _margin-top: -60px;
}
.news .news_post_all{
    margin: 20px 0 0;
}
.news .news_post_all .news_post_1 {
    margin: 0 19px 5px 0;
    width: 60%;
    height: 0;
    float: left;
    padding-bottom: 34%;
    overflow: hidden;
}
.news .news_post_all .news_post_1 img {
    width: 100%;
    height: auto;
}
.news .news_post_all .news_post_2 {
    width: 100%;
    text-align: left;
    padding-left: 8px;
    float: none;
}
.news .news_post_21 {
    margin-bottom: 14px;
}
.news .news_post_223{
    margin: 11px 0 0px;
    font: 13px/18px 'Roboto-Regular', Tahoma, Arial,san sarif;
    color: #414141;
}
.news .news_post_all .news_post_21:before {
    left: 62%;
}
.news .news_post_all_ago {
    margin-top: 12px;
    padding-left: 16px;
    font: bold 13px/13px 'Roboto-Bold', Tahoma, Arial,san sarif;
    color: #2FAFDD;
    text-decoration: underline;
    background: url(../images/news_post_all_ago.png) 0px 2px no-repeat;
}
/* страница Новость end*/

/* страница Вопрос-ответ */
.question_answer{
    margin-top: -24px;
}
.content.question_answer h1 {
    margin: 4px 0 20px;
}
.question_answer_post{
    margin: 0 0 44px;
    border: 1px solid transparent;
    border-bottom: 2px solid #E3E3E3;
}
.question_answer_post_question img{
    margin: -4px 21px 10px 0;
    width: 82px;
    height: 82px;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    -o-border-radius: 50%;
    float: left;
}
.question_answer_post_question_1{
    width: 89%;
    float: left;
}
.question_answer_post_1{
    margin: 4px 0 12px;
    font: 15px/18px 'Roboto-Bold', Arial, Tahoma, san sarif;
    color: #414141;
}
.question_answer_post_1 span{
    padding-right: 9px;
    font: 15px/18px 'Roboto-Bold', Arial, Tahoma, san sarif;
    color: #2FAFDD;
    text-transform: uppercase;
}
.question_answer_post_2{
    padding-left: 24px;
    font: 14px/18px 'Roboto-Italic', Arial, Tahoma, san sarif;
    color: #414141;
    position: relative;
}
.question_answer_post_2:before{
    z-index:1;
    position: absolute;
    content: "";
    top: -1px;
    left: 0px;
    width: 17px; height: 17px;
    background:url(../images/news_post_21.png) 0 0 no-repeat;
}
.question_answer_post_3{
    margin: 14px 0 32px;
    font: 13px/18px 'Roboto-Regular', Arial, Tahoma, san sarif;
    color: #414141;
}

.question_answer_post_answer{
    margin: 0 0 0 62px;
}
.question_answer_post_answer_1{
    width: 87%;
    margin: 7px 0 0 18px;
    float: left;
}
.question_answer_post_answer img{
    margin: 0;
    width: 82px;
    height: 82px;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    -o-border-radius: 50%;
    float: left;
}

.question_answer_forma{
    display: none;
    margin-left: -260px;
    width: 516px;
    height: 529px;
    position: absolute;
    left: 50%;
    top: 396px;
    z-index: 103;
    background-color: #fff;
}
/* Форма */
.main_wrap_contacts{
    padding: 0;
    _margin-top: -70px;
    height: auto;
    background:url(../images/main_wrap_2_top_1.png) 0px 0px repeat-x,
    url(../images/main_wrap_2_bottom_1.png) 0px bottom repeat-x;
    border: 1px solid transparent;
    position: relative;
    z-index: 100;
}
.main_wrap_contacts_1{
    padding: 0;
    margin: -45px 0 0px;
    height: 430px;
    background: url(../images/main_wrap_contacts_1.png) 0px 0px repeat;
}
.contacts_1{
    margin: 0;
    position: relative;
    border-top: 1px solid transparent;
}
.contacts_1_wrap{
    padding: 0;
    margin: 0 auto;
    position: relative;
    width: 100%;
    min-width: auto;
    max-width: 960px;
}
.contacts_1 .contacts_2{
    margin: 0;
    position: relative;
}
.contacts_1 h2{
    padding: 0;
    margin: 35px 0 23px;
    font: 20px/30px 'Roboto-BoldCondensed', Arial, Tahoma, san sarif;
    color: #2FAFDD;
    text-align: center;
}
.contacts_1 p{
    padding: 0 48px;
    margin: 0;
    color: #3C3E45;
    font: 15px/17px 'Roboto-Light', Arial, Tahoma, san sarif;
    text-align: center;
}
.contacts_11{
    padding: 0 ;
    margin: 31px 0 31px;
    width: 100%;
    height: 7px;
    background:url(../images/contacts_11.png) 0 0 repeat-x;
}
.contacts_1 .contacts_2 .nc_item_all input {
    padding: 9px 0 8px 14px;
    margin: 0 0 16px 0;
    width: 49%;
    border: 1px solid #25BFAB;
    background-color: #fff;
    font: 14px/20px 'Roboto-Regular', Arial, Tahoma, san sarif;
    color: #414141;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -o-border-radius: 5px;
}
.contacts_1 .contacts_2 .nc_item input{
    padding: 3px 0 5px 17px;
    margin: 0 0 15px 0px;
    width: 47%;
    border: 1px solid #C3C4C4;
    background-color: transparent;
    font: 14px/30px 'Roboto-Regular', Arial, Tahoma, san sarif;
    color: #414141;
    float: left;
    border:1px solid #25BFAB;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -o-border-radius: 5px;
    background-color: #fff;
}
.contacts_1 .contacts_2 .nc_item.nc_item_4 input{
    margin: 0 0 15px 18px;
}
.contacts_1 .contacts_2 textarea{
    padding: 3px 0 5px 17px;
    margin: 0 0 20px 0px;
    width: 100%;
    height: 130px;
    border: 1px solid #C3C4C4;
    background-color: transparent;
    font: 14px/30px 'Roboto-Regular', Arial, Tahoma, san sarif;
    color: #414141;
    float: left;
    border: 1px solid #25BFAB;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -o-border-radius: 5px;
    background-color: #fff;
}
.contacts_1 .contacts_2 .g-recaptcha{
    width: 48.5%;
    height: 77px;
    float: left;
    _border: 1px solid #25BFAB;
    _background-color: #fff;
}
.contacts_1 .contacts_2 .capcha{
    padding: 0;
    margin: 0px 0 0 28px;
    width: 285px;
    height: 58px;
    background: url(../images/capcha_c.png) 0px 0px no-repeat;
}
.contacts_1 .contacts_2 .nc_submit{
    margin: 0;
    width: 49%;
    height: 80px;
    border: none;
    float: left;
}
.contacts_1 .contacts_2 .nc_submit input{
    display: block;
    padding: 0;
    margin: 22px auto 0;
    width: 260px;
    height: 40px;
    font: 22px/33px 'Roboto-Condensed', Arial, Tahoma, san sarif;
    color: #fff;
    text-transform: uppercase;
    text-align: center;
    border: 1px solid #fff;
    border-radius: 20px;
    -moz-border-radius: 20px;
    -webkit-border-radius: 20px;
    -o-border-radius: 20px;
    background-color: #2FAFDD;
}
.contacts_1 .contacts_2 .nc_submit input:hover{
    _background:url(../images/contacts_submit_hover.png) 0 1px no-repeat;
    cursor: pointer;
}
.contacts_2_close{
    width: 23px;
    height: 23px;
    position: absolute;
    right: 8px;
    top: -28px;
    background: url(../images/contacts_2_close.png) top left no-repeat;
}
.contacts_1 .personal_data {
    margin: 5px 0 40px;
}
.contacts_1 .personal_data p {
    padding: 0 50px;
    margin: -15px 0 3px;
    font: 10px/12px Tahoma, Arial, san sarif;
    text-align: left;
    color: #414141;
}
.contacts_1 .personal_data a {
    font: 10px/12px Tahoma, Arial, san sarif;
}
/* Форма end*/
/* страница Вопрос-ответ end*/

/* страница контакты */
.content .contacts{
    padding: 0;
    margin: 0px auto;
    position: relative;
}
.content.contacts h1 {
    margin: -24px 0 23px;
}
.content .contacts_left{
    margin: 0;
    width: 24%;
    height: auto;
    float: left;
    position: relative;
}
.content .contacts_left_1:before{
    z-index:1;
    position: absolute;
    content: "";
    top: 41px;
    left: 100px;
    width: 30px; height: 30px;
    background:url(../images/contacts_left_1.png) 0 0 no-repeat;
}
.content .contacts_left_1{
    padding: 83px 0 45px;
    margin: 0;
    color: #414141;
    font: 20px/30px 'Roboto-Bold', Arial, Tahoma, san sarif;
    text-align: center;
    position: relative;
}
.content .contacts_left_2{
    padding: 58px 0 0;
    margin: 0;
    color: #414141;
    font: 18px/24px 'Roboto-Regular', Arial, Tahoma, san sarif;
    text-align: center;
    position: relative;
}
.content .contacts_left_2:before{
    z-index:1;
    position: absolute;
    content: "";
    top: 6px;
    left: 100px;
    width: 30px; height: 37px;
    background:url(../images/contacts_left_2.png) 0 0 no-repeat;
}
.content .contacts_left_3{
    padding: 0;
    margin: 54px auto;
    width: 110px;
    height: 30px;
    background: url(../images/contacts_left_3.png) 0px 0px no-repeat;
}

.content .contacts_right{
    padding: 0;
    margin: 0px 0 0;
    width: 65%;
    height: auto;
    float: right;
    position: relative;
    border: 5px solid #25BFAB;
    border-radius: 8px;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    -o-border-radius: 8px;
}
/* Форма */
.contacts_right .contacts_1{
    padding: 0 29px;
    width: 100%;
    position: relative;
}
.contacts_right .contacts_1 .contacts_2{
    margin: 0;
    position: relative;
}
.contacts_right .contacts_1 h2{
    margin: 25px auto 24px;
}
.contacts_right .contacts_1 h2:before{
    z-index:1;
    position: absolute;
    content: "";
    top: 0;
    left: 24%;
    width: 40px; height: 24px;
    background:url(../images/contacts_1_h2.png) 0 0 no-repeat;
}
.contacts_right .contacts_11{
    padding: 0 ;
    margin: 16px 0 20px;
    width: 100%;
    height: 7px;
    background:url(../images/contacts_11.png) 0 0 repeat-x;
}
.contacts_right .contacts_1 .contacts_2 .nc_item input{
    padding: 9px 0 8px 14px;
    margin: 0 21px 16px 0;
    width: 255px;
    border: 1px solid #25BFAB;
    background-color: #fff;
    font: 14px/20px 'Roboto-Regular', Arial, Tahoma, san sarif;
    color: #414141;
}
.contacts_right .contacts_1 .contacts_2 textarea{
    padding: 9px 0 8px 14px;
    margin: 0 0 11px 0;
    width: 100%;
    height: 112px;
    border: 1px solid #25BFAB;
    background-color: #fff;
    font: 14px/20px 'Roboto-Regular', Arial, Tahoma, san sarif;
    color: #414141;
    overflow-y: hidden;
}
.contacts_right .contacts_1 .contacts_2 .nc_submit{
    margin: 0;
    width: 91%;
    height: 40px;
    border: none;
}
.contacts_right .contacts_1 .contacts_2 .nc_submit input{
    display: block;
    padding: 0;
    margin: 5px auto 0;
    width: 165px;
    height: 40px;
    font: 22px/33px 'Roboto-Condensed', Arial, Tahoma, san sarif;
    color: #fff;
    text-transform: uppercase;
    text-align: center;
    border: 1px solid #fff;
    border-radius: 20px;
    -moz-border-radius: 20px;
    -webkit-border-radius: 20px;
    -o-border-radius: 20px;
    background-color: #2FAFDD;
}
.contacts_right .contacts_1 .contacts_2 .nc_submit input:hover{
    _background:url(../images/contacts_submit_c_hover.png) 0 0 no-repeat;
}
.contacts_right .contacts_1 .contacts_2 .capcha {
    padding: 0;
    margin: 0px 0 0 28px;
    width: 285px;
    height: 58px;
    background: url(../images/capcha_c.png) 0px 0px no-repeat;
}
.nc_item_all{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.contacts_right .contacts_1 .contacts_2 .nc_item_all input{
    padding: 9px 0 8px 14px;
    margin: 0 0 16px 0;
    width: 49%;
    border: 1px solid #25BFAB;
    background-color: #fff;
    font: 14px/20px 'Roboto-Regular', Arial, Tahoma, san sarif;
    color: #414141;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -o-border-radius: 5px;
}
/* Форма end*/
.contacts_map{
    margin: 15px 0 0px;
    width: 100%;
    height: 484px;
    position: relative;
    background: url(../images/contacts_map.png) 0px 0px no-repeat;
}
/* страница контакты end*/

/* страница Записаться на прием */
.contacts_right.appointment .contacts_1 h2{
    margin: 25px auto 24px;
    color: #25BFAB;
}
.contacts_right.appointment .contacts_1 h2:before{
    z-index:1;
    position: absolute;
    content: "";
    top: 0;
    left: 174px;
    width: 25px; height: 26px;
    background:url(../images/contacts_1_h2_a.png) 0 0 no-repeat;
}
.contacts_right.appointment .contacts_1 .contacts_2 .nc_submit input {
    background-color: #25BFAB;
}
/* страница Записаться на прием end*/

/* страница Отзывы */
.question_answer.review{
}
.review .question_answer_post {
    padding-bottom: 5px;
    margin: 0 0 32px;
    border: 1px solid transparent;
    border-bottom: 2px solid #E3E3E3;
}
.contacts_1.review h2 {
    padding: 0;
    margin: 35px 0 23px;
    font: 20px/30px 'Roboto-BoldCondensed', Arial, Tahoma, san sarif;
    color: #2FAFDD;
    text-align: center;
}
/* страница Отзывы end*/

/* страница Прайс-Лист */
.products_3{
    padding: 0;
    margin: 40px auto;
    position: relative;
    width: 982px;
    min-height: 200px;
}
.products_3 table.products_tb {
    margin: 0 0 0 0px;
    width: 960px;
    border-collapse: collapse;
    position: relative;
}
.products_3 table.products_tb td,
.products_3 table.products_tb th{
    padding: 5px 0px 6px 30px;
    _border: 1px solid #DADAE6;
    font: 15px/18px 'Roboto-Regular', Tahoma, san sarif;
    color: #3C3E45;
    text-align: left;
    vertical-align: middle;
    height: 20px;
    background-color: #fff;
}
.products_3 table.products_tb td.products_tb_34{
    text-align: center;
}
.products_3 table.products_tb td a,
.products_3 table.products_tb th a{
    font: 15px/18px 'Roboto-Regular', Tahoma, san sarif;
    color: #757575;
    display: block;
}
.products_3 table.products_tb th.products_tb_3 {
    _width: 260px;
}
.products_3 table.products_tb tr.products_tb_2 th{
    height: 36px;
    text-align: center;
    vertical-align: middle;
    font: 15px/18px 'Roboto-Bold', Tahoma, san sarif;
    color: #fff;
    border: none;
    padding-left: 0;
    background-color: #25BFAB;
}
.products_3 table.products_tb tr.products_tb_2 th.products_tb_3{
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 10px 0 0 0;
    -o-border-radius: 3px;
    width: 600px;
}
.products_3 table.products_tb tr.products_tb_2 th.products_tb_33{
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 0 10px 0 0;
    -o-border-radius: 3px;
    width: 360px;
}
.products_3 table.products_tb tr.products_tb_2 th span{
    text-transform: uppercase;
    font: 15px/18px 'Roboto-Regular', Tahoma, san sarif;
    color: #fff;
    border: none;
    padding-left: 0;
}
.products_3 table.products_tb tr.products_tb_2 th span{
    padding: 0 0 11px 0;
    height: 20px;
    border-bottom: 2px solid #029CDF;
}
.products_3 table.products_tb th.products_tb_33 {
    width: 184px;
}
.products_3 table.products_tb tr:hover td {
    background-color: #EFF1F1;
    color: #029CDF;
}
.products_3 table.products_tb tr:hover td:first-child {
    border-left: 5px solid  #7D888D;
}
.products_3 table.products_tb tr:last-child td{
    border-bottom: 5px solid  #25BFAB;
}
.products_3 table.products_tb tr:last-child td:first-child{
    border-bottom: 5px solid  #DADAE6;
}
.products_3 table.products_tb tr:nth-child(2n+1) td{
    background-color: #F0F0F0;
}
/* страница Прайс-Лист end*/

/* блок Сертификаты */
.certificate{}
.certificate p{
    margin-bottom: 32px;
}

.reviews_post {
    width: 240px;
    height: 273px;
    float: left;
}
.reviews_post_1{
    margin: 0 auto;
    width: 141px;
    height: 179px;
}
.reviews_post_1 img{
    width: 100%;
    height: auto;
    height: 179px;
}
.reviews_post_2{
    margin: 16px 0 0px;
    font: 18px/24px  'Roboto-Medium', Tahoma, Arial, san sarif;
    text-align: center;
    color: #414141;
}
/* блок Сертификаты end */

/* ==============хлебные крошки ======================*/
.breadcrumb_wrap{
    margin: 0 auto;
    width: 100%;
    height: 63px;
    position: relative;
    background:	url(../images/breadcrumb.png) top left repeat-x;
    z-index: 100;
}
.breadcrumb{
    margin: 0 auto;
    padding: 20px 0 0 20px;
    width: 962px;
    position: relative;
}
.breadcrumb:before{
    z-index:1;
    position: absolute;
    content: "";
    top: 23px;
    left: 0px;
    width: 14px; height: 13px;
    background:url(../images/breadcrumb_1.png) center 0 no-repeat;
}
.breadcrumb p{
    padding: 0 ;
    font: 15px/22px 'Roboto-Regular', Tahoma, sans-serif;
    color: #97D6F2;
    float: left;
    position: relative;
}
.breadcrumb p a{
    padding: 0 24px 0 0;
    font: 15px/22px 'Roboto-Regular', Tahoma, sans-serif;
    color: #97D6F2;
    float: left;
    position: relative;
}
.breadcrumb a:before{
    z-index:1;
    position: absolute;
    content: "";
    top: 7px;
    right: 9px;
    width: 6px; height: 9px;
    background:url(../images/breadcrumb_2.png) center 0 no-repeat;
}
.breadcrumb p.breadcrumb_reviews a{
    padding: 0;
    margin: 0;
    color: #fff;
}
.breadcrumb_reviews a:before{
    z-index:1;
    position: absolute;
    content: "";
    top: 7px;
    right: 9px;
    width: 6px; height: 9px;
    background: none;
}
/* ==============хлебные крошки end======================*/

/* ==============Пагинация ======================*/
.paginate{
    display: block;
    padding: 0px; margin: 9px 0;
    width: 319px; height: 26px;
    position: relative;
    right: 0px;
    float: right;
    /*background:	url(../images/che_paginate.png) top left no-repeat;*/
}
.paginate li{
    display: block;
    padding: 0px; margin: -7px 2px;
    width: 20px; height: 20px;
    float: left;
    background-color: #F4F4F4;
    color: #000;
    text-align: center;
    font: 12px/20px  'Roboto-Regular', Tahoma, Arial, sans-serif;
    font-weight:400;
}
.paginate li a{
    font: 12px/20px  'Roboto-Regular', Tahoma, Arial, sans-serif;
    font-weight:600;
    color: #000;
}
.paginate .activ{
    color: #fff;
    position: relative;
    background-color: #E1E1E1;
}
.nc_pagination{
    padding: 0px; margin: 2px 0 50px;
    display: block;
    width: 100%; height: 20px;
}
.nc_pagination_1{
    display: inline-block;
    height: 20px;
    margin: 3px -3px;
    position: relative;
    left: 0px; top: 2px;
}
.nc_pagination_1 a{
    padding: 4px 8px;
    margin: 5px;
    font: 14px/14px 'Roboto-Regular', 'Cuprum', Arial,san sarif;
    letter-spacing: 0px;
    color:#414141;
    text-decoration: none;
    font-weight: bold!important;
    background: #fff;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    -o-border-radius: 50%;
}
.nc_pagination_1 b{
    padding: 4px 8px;
    margin: 5px;
    font: 14px/14px 'Roboto-Regular', 'Cuprum', Arial,san sarif;
    letter-spacing: 0px;
    color:#fff;
    text-decoration: none;
    font-weight: bold!important;
    background: #2FAFDD;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    -o-border-radius: 50%;
}
.nc_pagination img{
    display: block;
    padding: 0px; margin: 10px auto;
    width: 150px; height: 25px;
}
.nc_prev_next{
    display: block;
    position: relative;
    padding: 0px;
    margin: 10px auto 0px;
    text-align: center;
    font: 13px/16px  'Roboto-Bold', Tahoma, Arial, sans-serif;
}
.nc_prev_next .nc_prev_link{
    width: 68px; height: 20px;
    display: inline-block;
    padding: 0px; margin: 0px ;
    text-align: center;
    background: transparent;
    color: #414141;
    text-decoration: underline;
}
.nc_prev_next .nc_prev_link a{
    display: inline-block;
    width: 68px; height: 20px;
    font: 13px/16px 'Roboto-Bold', Tahoma, Arial, sans-serif;
    color: #2FAFDD;
    background: transparent;
    text-decoration: underline;
}
.nc_prev_next .nc_next_link{
    width: 68px; height: 20px;
    display: inline-block;
    padding: 0px; margin: 0px ;
    text-align: center;
    background: transparent;
    color: #414141;
    text-decoration: underline;
}
.nc_prev_next .nc_next_link a{
    display: inline-block;
    width: 68px; height: 20px;
    font: 13px/16px  'Roboto-Bold', Tahoma, Arial, sans-serif;
    color: #2FAFDD;
    background: transparent;
    text-decoration: underline;
}
.nc_prev_next .nc_prev_link img{
    display: inline-block;
    padding: 0px; margin: 0px 8px 0 0;
    width: 4px; height: 7px;
}

.nc_prev_next .nc_next_link img{
    display: inline-block;
    padding: 0px; margin: 0px 0px 0 6px;
    width: 4px; height: 7px;
}
.nc_prev_next .nc_prev_link, .nc_prev_next .nc_prev_link{
    cursor: pointer;
}
/* ==============Пагинация and======================*/

/* ==============Карта сайта ======================*/
.site_maps_wrap{
    display:none;
    padding: 0px 0 50px 70px; margin:0;
    width: 350px; height: 100%;
    position: fixed;
    right: -55px; top: 0px;
    background-color: rgba(255, 255, 255, 0.9);
    background:	url(../images/mp_site_maps_fon.png) 0px -2px no-repeat,
    url(../images/mp_site_maps_fon_1.png) 0px 0px repeat-x,
    url(../images/mp_site_maps_fon_2.png) -1px 0px repeat-y,
    url(../images/mp_site_maps_fon_3.png) 50px 50px repeat-y;
    color: #1E64BD;
    z-index: 102;
    opacity: 1;
}
.site_maps_wrap p{
    margin: 20px 0 50px;
    font: 32px/32px 'Roboto-Regular', Tahoma, Arial, sans-serif;
    color: #1E64BD;
    letter-spacing: 0px;
}
.site_maps_wrap ul li{
    display: block;
    padding: 0px; margin: 0px;

}
.site_maps_wrap > ul > li:nth-child(3){
    display: block;
    padding: 0px; margin: 0px;
    width: 400px;

}
.site_maps_wrap ul ul{
    display: block;
    padding: 0px; margin-left: 40px;
    width: 300px;
    position: relative;
}
.site_maps_wrap a{
    font: 12px/20px  'Roboto-Regular', Tahoma, Arial, sans-serif;
    font-weight:500;
    color: #fff;
}
.site_maps_wrap>ul>li>a{
    font: bold 14px/20px  'Roboto-Regular', Tahoma, Arial, sans-serif;
    color: #000;
}
.site_maps:hover{
    cursor :pointer!important;
}
/* ==============Карта сайта and======================*/

/*=====================================================*/

.request_production_on{
    display: none;
}
.warnText{
    color: #f00;
}
/* фон исходника*/
.fon{
    width: 1280px; height: 100%;
    position: absolute;
    left: 150px; top: 0px;
    background:	url(../jpg/Сертификаты.png) 0px top no-repeat;
    opacity: .6;
    z-index:0;
}
.overlay {
    position:fixed;
    width:100%;
    height:100%;
    background-color: rgba(178,178,178,0.4);
    left:0px;
    top:0px;
    z-index:99;
    display: none;
}
.clearfix:after {
    content:"";
    clear:both;
    display:block;
}
.clear{
    clear:both;
}
/*
*, *:after, *:before {
    -moz-box-sizing: content-box!important;
    -webkit-box-sizing: content-box!important;
    box-sizing: content-box!important;
}*/
.nc_row p, .nc_row li{
    padding-bottom: 10px;
    font: 14px/21px  'Roboto-Regular', Tahoma, san sarif;
    letter-spacing: 0px;
    color: #000;
}
.nc_row ul{
    margin-left: 25px;
}
.nc_row li{
    background: url(../images/content_list.png) no-repeat 0 6px;
    text-indent: 15px;
}
.select_left, .select_right{
    display: none;
    background-color: #002a80;
}
.top_25{
    margin-top: 25px!important;
}
.header_right_2:hover,
.news_post_1 img:hover,
.news_post_23:hover{
    cursor: pointer;
}
/* 010617 */
.content .main_12 {
    margin: 0;
    padding: 0;
    position: relative;
    width: 100%;
    height: auto;
    z-index: 102;
    float: none;
}
.content .main_12 li {
    margin: 0;
    list-style: none;
    position: relative;
    width: 25%;
}
.content .main_12 a {
    width: 65%;
    margin: 0 auto;
}
.content .main_12 li:before {
    display: none;
}
.appointments {
    padding: 0;
    margin: 0px auto;
    width: 622px;
    height: auto;
    position: relative;
    border: 5px solid #25BFAB;
    border-radius: 8px;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    -o-border-radius: 8px;
    background-color: #fff;
}
.appointments_wrap{
    display: none;
    position: fixed;
    left: 50%;
    top: 10%;
    z-index: 104;
    background-color: transparent;
    margin-left: -318px;
    border-radius: 8px;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    -o-border-radius: 8px;
}
.contacts_right.appointments .contacts_1 h2:before {
    top: 26px;
    left: 20%;
}
.overlay {
    z-index: 103;
}
.doctors_post_left_11:hover{
    cursor: pointer;
}
/* 010617 end*/

/* 030419 */
.notification_ok3 {
    position: fixed;
    left: 50%;
    top: 24%;
    background-color: #43ABAE;
    color: #fff;
    width: 460px;
    text-align: center;
    font: 20px/30px 'Roboto-BoldCondensed', Arial, Tahoma, san sarif;
    padding: 20px 40px;
    margin-left: -230px;
    z-index: 101;
    border: 1px solid #fff;
    box-shadow: 5px 5px 20px 6px rgba(0,0,0,0.5);
}
#recaptcha1 {
    transform-origin: 0 0;
    -moz-transform-origin: 0 0;
    -webkit-transform-origin: 0 0;
    -o-transform-origin: 0 0;
    transform: scale(0.85, 0.7);
    -moz-transform: scale(0.85, 0.7);
    _-webkit-transform: scale(0.85, 0.7);
    -o-transform: scale(0.85, 0.7);
}
.contacts_right .contacts_1 .contacts_2 .nc_submit {
    width: 39%;
    height: 50px;
}
.contacts_1 .contacts_2 .g-recaptcha#recaptcha2 {
    width: 48.6%;
    height: 77px;
    margin-bottom: -20px;
}
#recaptcha2 {
    transform-origin: 0 0;
    -moz-transform-origin: 0 0;
    -webkit-transform-origin: 0 0;
    -o-transform-origin: 0 0;
    transform: scale(0.85, 0.7);
    -moz-transform: scale(0.85, 0.7);
    _-webkit-transform: scale(0.85, 0.7);
    -o-transform: scale(0.85, 0.7);
}
.contacts_1 .contacts_2 .g-recaptcha#recaptcha3 {
    width: 31.5%;
    height: 77px;
    margin-bottom: -20px;
}
#recaptcha3 {
    transform-origin: 0 0;
    -moz-transform-origin: 0 0;
    -webkit-transform-origin: 0 0;
    -o-transform-origin: 0 0;
    transform: scale(1.5, 0.7);
    -moz-transform: scale(1.5, 0.7);
    _-webkit-transform: scale(1.5, 0.7);
    -o-transform: scale(1.5, 0.7);
}
.contacts_1 .contacts_2.qa .nc_submit {
    width: 49%;
    height: 55px;
    float: right;
}
.contacts_1 .contacts_2.qa .nc_submit input {
    margin: 5px auto 0;
}
.footer_31:hover{
    cursor: pointer;
}
/*  блок  Соцсети 2 */
.footer_botom_21 {
    width: 24px;
    height: 24px;
    float: left;
    margin: 0px 4px 10px 0px;
}
.footer_botom_21.fb {
    background: url(/gz/images/footer_botom_21_fb.png);
}
.footer_botom_21.vk {
    background: url(/gz/images/footer_botom_21_vk.png) 0 0 no-repeat;
}
.footer_botom_21.in {
    background: url(/gz/images/footer_botom_21_in.png) 0 0 no-repeat;
}
.footer_botom_21.od {
    background: url(/gz/images/footer_botom_21_od.png) 0 0 no-repeat;
}
/*  блок  Соцсети 2 end*/
.content .nc_row li, u {
    padding: 0;
    margin: 14px 0 0 17px;
    font: 14px/17px 'Roboto-Medium', Arial, Tahoma, san sarif;
    color: #414141;
    position: relative;
}
.slider_m{
    width: 100%;
    height: 0;
    position: relative;
    padding-bottom: 33%;
}
.slider_m1{
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    background-position: top center;
    background-size: 100%;
    background-repeat: no-repeat;
}
.contacts_right.appointments .contacts_1 .contacts_2 .nc_submit {
    margin: 0;
    width: 31%;
    height: 40px;
    border: none;
}
/* 030419 end */