body {
    font-size: 14px;
    line-height: 1.6;
    font-family: "PTS_regular", sans-serif;
    overflow-x: hidden;
    color: #222;
}

h1 {
    margin: 0;
    font-size: 38px;
}

h2 {
    margin: 0;
    font-size: 32px;
}

h3 {
    margin: 0;
    font-size: 22px;
}

h4 {
    margin: 0;
    font-size: 24px;
}

h5 {
    margin: 0;
    font-size: 16px;
}

p {
    margin: 0;
}

label {
    display: block;
    margin: 0;
    font-weight: normal;
}

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

a:focus {
    outline: 0;
}

:-webkit-placeholder {
    font-family: "PTS_regular";
    text-align: left;
    color: #9c9c9c;
}

::-webkit-input-placeholder {
    font-family: "PTS_regular";
    text-align: left;
    color: #9c9c9c;
}

:-moz-placeholder {
    font-family: "PTS_regular";
    text-align: left;
    color: #9c9c9c;
}

::-moz-placeholder {
    font-family: "PTS_regular";
    text-align: left;
    color: #9c9c9c;
}

ol,
ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

:hover {
    -webkit-transition: all .25s ease;
    transition: all .25s ease;
}

.button:hover,
.modal-dialog .btn-primary:hover {
    opacity: 0.9;
}

@font-face {
    font-family: 'PTS_regular';
    font-style: normal;
    font-weight: normal;
    src: local('!*a='), url('../fonts/PTS55F_regular.ttf') format('truetype');
}

@font-face {
    font-family: 'PTS_bold';
    font-style: normal;
    font-weight: normal;
    src: local('!*a='), url('../fonts/PTS75F_bold.ttf') format('truetype');
}

/*HEADER*/
.top-second-menu.new {
    right: 0;
    top: 55px;
}
.header_top_4 .button-wrap {
    margin-top: 5px;
}
.logo-wrap {
    position: relative;
}

.logo-content {
    position: absolute;
    left: -59px;
}

.headbg {
    /*background: url(../img/hed-bg.jpg) top center no-repeat;
    background-size: cover;*/
    position: relative;
    z-index: 101;
}
.mnu-line{
    padding-bottom: 13px;
    background: rgba(255, 255, 255, 0.72);
    border-top: 1px solid rgba(158,159,168,.1);
    border-bottom: 1px solid rgba(158,159,168,.1);
    color: #597697;
    z-index: 101;
}
.phone-wrap i {
    display: inline-block;
    position: relative;
    top: 3px;
    width: 14px;
    height: 14px;
    margin-right: 3px;
    background: url(../themes/ehc/img/phone-icon.png) no-repeat;
}

.phone-wrap {
    _padding-top: 15px;
    padding-top: 10px;
    text-align: right;
}

.phone-wrap span {
    font-family: "PTS_regular";
    font-size: 20px;
}

.mnu-wrap {
    padding-top: 20px;
}

.navbar {
    margin-bottom: 0;
}

.navbar-default {
    background-color: transparent;
    border: none;
}

.navbar-default .navbar-nav > li > a {
    color: #587498;
    font-size: 13px;
    _font-size: 16px;
    font-family: "PTS_bold";
    text-transform: uppercase;
}

.nav > li > a {
    padding: 10px 9px;
}

.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:focus,
.navbar-default .navbar-nav > .active > a:hover {
    background-color: transparent;
}

.button {
    display: inline-block;
    padding: 7px 18px;
    border: none;
    font-size: 12px;
    background: #9a5c3b;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    text-transform: uppercase;
    color: #fff;
}

.button:hover,
.button:focus {
    color: #fff;
}

.mnu-line .button-wrap {
    padding-top: 5px;
    text-align: right;
}

.header-content {
    padding: 45px 0 33px;
    z-index: 100;
}

.header-title-content {
    padding-top: 110px;
    color: #fff;
}

.header-title-content p {
    padding-top: 30px;
    padding-right: 80px;
    font-size: 16px;
    line-height: 24px;
}

.header-title-content p.smallfont {
    font-size: 14px;
}

.header-title-content p.biggerfont {
    font-size: 20px;
}

.header-title-content p.smallfont span {
    font-size: 16px;
}

.header-title-content p.biggerfont span.biggestfont {
    font-size: 30px;
}

.header-title-content p.biggerfont span.biggestfont .redFont {
    color: #ef3032
}

.header-title-content p.biggerfont span.biggestfont .redFont:first-child {
    font-size: 20px;
}

.header-title-content p.biggerfont > span {
    display: block;
}

.header-title-content p.biggerfont > span.biggestfont {
    margin-top: 10px;
}

.header-title-content p.biggerfont > span.smallerfont {
    font-size: 14px;
    margin-top: 10px;
}

.strikeText {
    text-decoration: line-through;
    margin-left: 10px;
}


p.smallfont span a[href^="tel:"] {
    color: #fff
}

.header-content .forms {
    padding: 34px 30px;
    background: rgba(255, 255, 255, .4);
}

.forms h2 {
    position: relative;
    margin-bottom: 53px;
    line-height: 1;
    text-align: center;
    color: #fff;
}

.forms h2:before {
    content: "";
    display: inline-block;
    position: absolute;
    width: 65px;
    height: 1px;
    left: 0;
    right: 0;
    top: 54px;
    margin: auto;
    background: #fff;
}

.form-content input {
    display: block;
    width: 100%;
    padding: 12px 10px;
    font-size: 16px;
    border: none;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    background: rgba(18, 60, 88, .5);
}

.form-content .button-wrap .button {
    width: 100%;
    margin-top: 21px;
    padding: 13px 122px;
    background: rgba(221, 65, 50, 1);
    -webkit-border-radius: 4px;
    border-radius: 4px;
    font-size: 16px;
    font-family: "MyriadProBold";
    text-align: center;
}

/* //HEADER*/

/*SECTION_1*/

.section_1 {
    padding: 50px 0 90px 0;
}

.title-h2 h2,
.title-h2 span.h2 {
    position: relative;
    text-align: center;
    color: #577389;
}

.title-h2 span.h2 {
    display: block;
}

.title-h2 h2:before,
.title-h2 span.h2:before {
    content: "";
    display: inline-block;
    position: absolute;
    height: 1px;
    width: 65px;
    left: 0;
    right: 0;
    top: 49px;
    margin: auto;
    background: #577389;
}

.info-title p {
    margin-top: 29px;
    font-size: 14px;
    text-align: center;
    color: #676767;
    text-align: center;
}

.info-title h3 {
    margin-top: 29px;
}

.info-content-bottom {
    padding-top: 65px;
}

.team-info {
    width: 210px;
    margin: 0 auto 30px auto;
    font-size: 16px;
    line-height: 20px;
    color: #676767;
    text-align: center;
}

.team-info > a > img {
    padding-bottom: 20px;
    height: 77px;
}

.team-info > img {
    padding-bottom: 20px;
    height: 77px;
}

/*
.team-info-one{background: url(../img/team-info-1.png) top center no-repeat;}
.team-info-two{background: url(../img/team-info-2.png) top center no-repeat;}
.team-info-three{background: url(../img/team-info-3.png) top center no-repeat;}
.team-info-four{background: url(../img/team-info-4.png) top center no-repeat;}
.team-info-five{background: url(../img/team-info-5.png) top center no-repeat;}
*/

/*slider*/

.slide-wrap {
    position: relative;
    height: 345px;
    background: #577389;
}

.slide-box {
    position: absolute;
    top: 40px;
    right: 110px;
}

#myCarousel-1 .item .img-slide-container {
    width: 355px;
    height: 239px;
    float: right;
    border: 4px solid #577389;
}

#myCarousel-1 .item .img-slide-container img {
    width: 100%;
}

#myCarousel-1 .carousel-caption span {
    font-size: 32px;
    text-shadow: none;
    line-height: 1.4;
}

#myCarousel-1 .carousel-caption {
    padding-bottom: 31px;
    right: 47%;
}

#myCarousel-1 .carousel-caption .caption-big {
    font-family: "MyriadProBold";
}

#myCarousel-1 .carousel-caption .old-price {
    font-size: 24px;
    text-decoration: line-through;
}

#myCarousel-1 .carousel-indicators {
    bottom: -32px;
    margin-left: -22%;
}

#myCarousel-1 .carousel-indicators li,
#myCarousel .carousel-indicators li {
    height: 5px;
    width: 5px;
    margin: 0 5px 0 0;
    border: none;
    background: #a6a6a6;
}

#myCarousel-1 .carousel-indicators .active,
#myCarousel .carousel-indicators .active {
    height: 5px;
    width: 5px;
    margin: 0 5px 0 0;
    background: #c44c18;
}

/*	//slider*/

.direct-item-wrap {
    padding-top: 180px;
}

.direct-item-one,
.direct-item-three {
    padding-right: 20px;
}

.direct-item-two,
.direct-item-four {
    padding-left: 20px;
}

.direct-title h5 {
    padding: 6px 0 20px 50px;
    background: url(../themes/ehc/img/direct-icon-1.png) top left no-repeat;
    color: #577389;
}

.direct-item-two h5 {
    background: url(../themes/ehc/img/direct-icon-2.png) top left no-repeat;
}

.direct-item-three h5 {
    background: url(../themes/ehc/img/direct-icon-3.png) top left no-repeat;
}

.direct-item-four h5 {
    background: url(../themes/ehc/img/direct-icon-4.png) top left no-repeat;
}

.direct-descr p {
    margin-bottom: 75px;
    font-size: 14px;
    line-height: 22px;
    color: #676767;
    text-align: justify;
}

/* //SECTION_2*/

/*SECTION_3*/

.section_3 {
    background: #eef1ec;
}

.tabs-wrap {
    padding: 100px 0 110px;
}

/*tabs*/

.tabs-box {
    padding-top: 45px;
}

.tabs-content .nav-tabs {
    position: relative;
    margin-left: 57px;
    z-index: 1;
    white-space: nowrap;
}

.tabs-content .nav-tabs a {
    position: relative;
    display: inline-block;
    padding: 11px 26px 9px;
    color: #676767;
    text-decoration: none;
    margin: 0 -8px;
}

.tabs-content .big-tabs a {
    margin: 0 -16px;
}

.tabs-content .nav-tabs .active a {
    padding: 11px 26px 11px;
}

.tabs-content .nav-tabs a::before {
    border: 1px solid #577389;
}

.tabs-content .tab-content {
    padding: 53px 0 0 0;
    border-top: 1px solid #577389;
}

.tabs-content .nav-tabs a::before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 7px;
    left: 0;
    z-index: -1;
    border-bottom: none;
    background: #eef1ec;
    transform: perspective(5px) rotateX(2deg);
    transform-origin: bottom;
}

.tabs-content .nav-tabs .active {
    z-index: 2;
}

.tabs-content .nav-tabs .active a::before {
    border: 2px solid #577389;
    border-bottom: none;
}

.tabs-content .nav-tabs .active::before {
    background: #eee;
}

.nav-tabs {
    border-bottom: none;
}

.nav-tabs > li.active > a,
.nav-tabs > li.active > a:focus,
.nav-tabs > li.active > a:hover {
    border: none;
    background-color: transparent;
    cursor: pointer;
    color: #676767;
}

.nav-tabs > li {
    float: left;
    margin-bottom: -8px;
}

.nav-tabs > li > a:hover {
    border-color: transparent;
    background: transparent;
}

.tab-pane {
    padding: 0 33px;
}

.tab-descr-top {
    height: 226px;
    padding-right: 20px;
    overflow: hidden;
    color: #676767;
    text-align: justify;
}

.tab-photo {
    width: 340px;
    margin: 0 auto;
}

.tab-photo img {
    width: 100%;
}

.tab-descr-bot .button-wrap .button {
    padding: 12px 141px;
    font-size: 16px;
    font-family: "MyriadProBold";
}

/* //tabs*/

/* //SECTION_3*/

/*SECTION_4*/

.section_4 {
    padding: 85px 0 90px;
}

.list-title h3 {
    position: relative;
    text-align: center;
    color: #577389;
}

.list-title-wrap h3:before {
    content: "";
    position: absolute;
    width: 65px;
    height: 1px;
    left: 0;
    right: 0;
    top: 39px;
    margin: 0 auto;
    background: #577389;
}

.section-list {
    padding-top: 60px;
}

.section-list li {
    position: relative;
    padding-left: 35px;
    font-size: 13px;
    line-height: 36px;
    color: #83a7a5;
    text-transform: uppercase;
}

.section-list li:before {
    content: "";
    position: absolute;
    display: inline-block;
    width: 26px;
    height: 26px;
    top: 5px;
    left: 0;
    background: url(../themes/ehc/img/list-icon.png) no-repeat;
}

.list-wrap-bot {
    padding-top: 115px;
}

/* //SECTION_4*/

/*SECTION_5*/

.section_5 {
    padding: 70px 0 0;
    background: #eef1ec;
}

.news-wrap {
    padding-top: 54px;
}

.news-team {
    width: 289px;
    height: 430px;
    margin: 0 auto 110px auto;
    overflow: hidden;
}

.photo-news {
    border: 2px solid #577389;
}

.news-cont h5 {
    padding: 16px 0 8px 0;
    font-family: "MyriadProBold";
    text-transform: uppercase;
    color: #577389;
}

.news-cont h5 a {
    color: #577389;
}

.news-cont span {
    font-size: 16px;
    color: #aeaeae;
}

.news-cont p {
    padding-top: 5px;
    text-align: justify;
    line-height: 22px;
    color: #676767;
}

.news-cont p a {
    color: #676767;
}

/* //SECTION_5*/

/*SECTION_6*/

.section_6 {
    padding: 40px 0 140px;
}

.section_6 .title-h2 {
    margin-bottom: 65px;
}

.help-descr p {
    padding: 0 112px;
    text-align: center;
    color: #83a7a5;
    font-size: 15px;
}

.help-descr span {
    display: block;
    padding-top: 20px;
    color: #0f5f5c;
    text-align: center;
}

.licence-container {
    text-align: center;
}

.licence-one,
.licence-two {
    display: inline-block;
    width: 181px;
    margin: 0 20px;
}

/* //SECTION_6*/

/*SECTION_7*/

.section_7 {
    position: relative;
    min-height: 568px;
    background: url(../themes/ehc/img/form-bg.jpg) center no-repeat;
    background-size: cover;
}

.section_7:before {
    content: "";
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    background: rgba(28, 40, 62, .7);
}

.form-title-cont .title-h2 h2 {
    margin-top: 50px;
    margin-bottom: 60px;
    color: #fff;
}

.form-title-cont .title-h2 h2:before {
    background: #fff;
}

.form-content-footer {
    padding: 34px 30px;
    background: rgba(255, 255, 255, .4);
}

.form-content-footer .forms {
    padding: 40px 37px 30px;
    background: rgba(255, 255, 255, .4);
}

.form-content-footer input,
.form-content-footer textarea {
    width: 100%;
    padding: 12px 15px;
    border: none;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    background: rgba(18, 60, 88, .4);
    font-size: 16px;
}

.forms-middle {
    padding-top: 20px;
}

.form-content-footer .form-textarea {
    height: 160px;
    padding: 20px;
    resize: none;
}

.forms-middle ::-webkit-input-placeholder {
    text-align: left;
}

.form-content-footer .button-wrap {
    padding-top: 15px;
    text-align: right;
}

.form-content-footer .button {
    padding: 12px 147px;
    font-size: 16px;
}

/* //SECTION_7*/

/*FOOTER*/

.main-footer {
    padding: 105px 0 90px;
}

.main-footer span,
.main-footer p,
.main-footer li {
    display: block;
    color: #83a7a5;
    font-size: 13px;
    line-height: 28px;
}

.main-footer li a {
    color: #83a7a5;
}

.maps-wrap {
    height: 154px;
    text-align: right;
}

.main-footer .foot-title {
    margin-bottom: 5px;
    color: #0f5f5c;
}

.menu-wrap {
    padding-left: 50px;
}

/* //FOOTER*/

/*MODAL*/

.modal-title {
    text-align: center;
    text-transform: uppercase;
    font-size: 29px;
}

.modal-body {
    width: 70%;
    margin: 0 auto;
}

.modal-dialog .form-control {
    margin-bottom: 15px;
    height: 50px;
    color: #fff;
    border-radius: 0;
    border: none;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    box-shadow: none;
    background: rgba(18, 60, 88, .5);
}

.modal-dialog .btn-primary {
    width: 100%;
    margin: auto 0 21px;
    padding: 13px 122px;
    background: rgba(221, 65, 50, 1);
    -webkit-border-radius: 4px;
    border-radius: 4px;
    font-size: 16px;
    font-family: "MyriadProBold";
    text-align: center;
    border: none;
}

.modal-dialog .btn-primary:active:hover {
    background: rgba(221, 65, 50, 1);
}

.modal-dialog .btn-primary:focus {
    box-shadow: none;
    outline: none;
}

.modal-dialog .modal-footer {
    width: 70%;
    /* 050418 */
    margin: 0 auto;
    padding: 15px 15px 30px 15px;
    border: none;
    text-align: center;
}

.modal-dialog :-webkit-placeholder {
    font-family: "MyriadProBold";
    text-align: center;
    text-transform: uppercase;
    color: rgba(255, 255, 255, .6);
}

.modal-dialog ::-webkit-input-placeholder {
    font-family: "MyriadProBold";
    text-align: center;
    text-transform: uppercase;
    color: rgba(255, 255, 255, .6);
}

.modal-dialog :-moz-placeholder {
    font-family: "MyriadProBold";
    text-align: center;
    text-transform: uppercase;
    color: rgba(255, 255, 255, .6);
}

.modal-dialog ::-moz-placeholder {
    font-family: "MyriadProBold";
    text-align: center;
    text-transform: uppercase;
    color: rgba(255, 255, 255, .6);
}

.modal-body input[type=text]:focus,
textarea:focus {
    outline-offset: -2px;
    outline: -webkit-focus-ring-color auto 5px;
}

/* //MODAL*/

.over3 {
    font-size: 22px !important;
}

.info-title p.news-date2 {
    font-size: 16px;
    color: #aeaeae;
}

div.content > p {
    text-align: justify;
    font-size: 15px;
    color: #676767;
}

.ymaps-2-1-41-copyrights-pane {
    display: none;
}

.info-title > .button {
    margin-top: 10px;
}


.doktor {
    height: 160px;
}

.box-img {
    float: left;
    width: 30%;
}

.box-text {
    margin-top: 60px;
}

.podrobnee {
    background: #5cb2e3;
    color: #fff;
    padding: 5px 20px
}

.podrobnee:hover {
    background: #4e6f92;
    color: #fff;
}

/*table*/

.price-table {
    border: none !important;
    width: 100%;
    margin-top: 15px;

}

.price-table td {
    color: #4c6e93;
}

.price-table tr {
    border: none !important;
}

.price-table tr:hover {
    background: #eff9ff;
    -o-transition: all 0.1s ease-in-out;
    -webkit-transition: all 0.1s ease-in-out;
    -moz-transition: all 0.1s ease-in-out;
    -ms-transition: all 0.1s ease-in-out;
    transition: all 0.1s ease-in-out;
}

.price-table td,
.price-table th {
    border: none !important;
    padding: 10px;
    text-align: left;
}

.price-table th {
    background-color: #5cb2e3;
    border;
    none !important;
    color: #fff;
}

.price-table td:first-child,
.price-table th:first-child {
    border;
    none !important;
}

.price-table th:first-child {}

.price-table th:last-child {}

.price-table th:only-child {}

.price-table tr:last-child td:first-child {}

.price-table tr:last-child td:last-child {}

/*end table*/

/* Grow */

.grow {
    display: inline-block;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
}

.grow:hover,
.grow:focus,
.grow:active {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}


.breadcrumb {
    background: none !important;
    margin: 40px 0 0 0;
}

/*начало 404*/

.page-content {
    border: 1px solid #0f5f5c;
    width: 620px;
    margin: 0 auto;
    padding-bottom: 8px;

}

.title_search {
    color: #577389;
    text-align: center;
    font-size: 25px;
    font-family: inherit;

}

.go_search {
    text-align: center;
}

.search-form {
    display: flex;
    justify-content: center;
    padding-top: 10px;
}

.search-submit {
    display: inline-block;
    padding: 7px 21px;
    border: none;
    font-size: 12px;
    background: rgba(221, 65, 50, 1) !important;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    text-transform: uppercase;
    color: #fff;
    margin-left: 10px;

}

.search-submit:hover {
    opacity: 0.9;
}

.search-field {
    height: 33px;
    width: 250px;
}

.screen-reader-text {
    color: #0f5f5c;
    font-family: 'MyriadPro';
}

.widgettitle {
    color: #577389;
    text-align: center;
    font-size: 25px;
    font-family: inherit;
    padding-top: 10px;
}

.widget_recent_entries ul {
    padding-top: 8px;
    text-align: center;
}

.go_home {
    color: #577389;
    text-align: center;
    font-size: 25px;
    font-family: inherit;
    padding-bottom: 20px;
}

/*конец 404*/

/* medic */

.medic-left {
    float: left;
    width: 230px;
}

.medic-right {
    float: right;
    width: 780px;
}

.medic-nav-title {
    background: #5cb2e3;
    color: white;
    text-align: center;
    font-weight: bold;
    font-size: 16px;
    text-transform: uppercase;
    padding: 10px 0;
    margin-bottom: 7px;
}

.medic-left ul {
    float: none;
}

.medic-left li {
    float: none;
    box-sizing: border-box;
    text-transform: uppercase;
}

.medic-left li > a {
    padding: 12px 15px;
    color: black;
    font-size: 13px;
}

.medic-left li .sub-menu a {
    text-transform: none;
    padding-left: 40px;
    margin: 6px 0;
    display: block;
    padding: 0 0 0 40px;
}

.medic-left li .sub-menu .active_1 a {
    color: #5cb2e3;
}

.medic-left li .sub-menu a:hover,
.medic-left li .sub-menu .current-menu-item > a {
    background: none;
    color: #5cb2e3;
}

.medic-left li.current-menu-item .sub-menu,
.medic-left li.current-menu-parent .sub-menu {
    display: block;
}

.medic-left .sub-menu {
    display: none;
}

.medic-left li a:hover,
.medic-left .current-menu-parent > a {
    background: #cee8f7;
}

.medic-left li.current-menu-item > a {
    background: #cee8f7;
}

.medic-left li.current-menu-item.menu-item-has-children > a,
.medic-left .current-menu-parent > a {
    background: #cee8f7 url(../themes/ehc/img/medic-li-bg.png) 93% 21px no-repeat;
}


.medic-pic {
    float: left;
}

.clear {
    clear: both;
}

.title-h2__medic {
    float: right;
    width: 75%;
}

.medic-info {
    float: right;
    width: 75%;
}

.medic-info_descr {
    font-size: 14px;
    color: #75777b;
}

.medic-info_table {
    width: 100%;
}

.medic-info_table td {
    border-bottom: 1px solid #b9babc;
    padding: 10px 0;
}

.medic-info_table td:first-child {
    width: 168px;
}

.medic-info_btn {
    background: #a46442;
    text-align: center;
    color: white;
    width: 168px;
    border-radius: 4px;
    font-weight: bold;
    padding: 10px 0;
    margin: 15px 0;
    cursor: pointer;
}

.medic-form input:-webkit-placeholder {
    font-family: "MyriadProRegular";
    text-align: left;
    text-transform: none;
    color: #b3b3b3;
}

.medic-form input::-webkit-input-placeholder {
    font-family: "MyriadProRegular";
    text-align: left;
    text-transform: none;
    color: #b3b3b3;
}

.medic-form input:-moz-placeholder {
    font-family: "MyriadProRegular";
    text-align: left;
    text-transform: none;
    color: #b3b3b3;
}

.medic-form input::-moz-placeholder {
    font-family: "MyriadProRegular";
    text-align: left;
    text-transform: none;
    color: #b3b3b3;
}

.medic-form {
    text-align: left;
}

.medic-form input {
    width: 400px;
    display: block!important;
    text-align: left;
    height: 26px;
    box-sizing: border-box;
    padding: 10px;
    margin-bottom: 15px;
    border-radius: 4px;
    border: 1px solid #a5a5a5!important;
}


.medic-form input.button {
    padding: 0px;
    background: #a46442 !important;
    font-weight: bold;
    text-align: center;
    height: 35px;
    width: 165px;
    _margin-left: 235px;
}

.medic-form h2 {
    font-size: 18px;
    text-transform: uppercase;
    font-weight: bold;
    margin-top: 35px;
}

.medic-nav-btn {
    display: none;
}


/* redisign */

.header-top-menu {
    float: right;
    width: 54%;
}

.header-top-menu .sub-menu {
    display: none;
}

.header-contakt {
    float: right;
}

.medic-slide-wrap {
    position: relative;
    height: 250px;
    overflow: hidden;
    width: 90%;
    margin: 40px auto 0;
}

.slide-wrap-move {
    position: absolute;
    top: 0;
    left: 0;
    width: 200%;
    height: 100%;
}

.slide-wrap-move__item {
    display: block;
    float: left;
    width: 16.7%;
    position: relative;
    height: 100%;
}

.slide-wrap-move__title {
    display: block;
    width: 100%;
    background: rgba(0, 0, 0, 0.61);
    color: white;
    position: absolute;
    bottom: 10px;
    padding: 13px;
    box-sizing: border-box;
}

.medic-slide-control__item {
    position: absolute;
    top: 132px;
    font-size: 49px;
    font-family: "PT Sans";
    cursor: pointer;
    width: 14px;
    height: 23px;
}

.medic-slide {
    position: relative;
}

.medic-slide .container {
    position: relative;
}

.medic-slide-control__item.medic-slide-control__item_left {
    left: 0;
    background: url(../img/medic-left-arr.png) no-repeat;
}

.medic-slide-control__item.medic-slide-control__item_right {
    right: 0;
    background: url(../img/medic-right-arr.png) no-repeat;
}

.medic-slide-control__item:hover {
    color: black;
}

.medic-slide__all {
    text-align: center;
    display: block;
    text-decoration: underline;
    margin-top: 20px;
}

.diff-bg {
    background: #e0eaf1;
}


/* tabs */

.servces-tabs__inset.tabs-insets {
    margin-bottom: 40px;
}

.tabs-controll__btn {
    display: block;
    background: #dbe4ec;
    vertical-align: top;
    min-width: 200px;
    border-right: 1px solid #577389;
    float: left;
    font-size: 20px;
    color: #577389;
    font-weight: bold;
    height: 70px;
    box-sizing: border-box;
    padding: 15px 46px 15px 30px;
    line-height: 1;
    cursor: pointer;
    position: relative;
    border-left: 6px solid #dbe4ec;
}

.tabs-controll__btn a {
    color: #577389;
    display: block;
}

.tabs-controll__btn:hover,
.tabs-controll__btn.active {
    border-left: 6px solid #123652;
    background: #ffffff;
}

.tabs-insets__inset {
    display: none;
}

.tabs-insets__nav li {
    display: inline-block;
    vertical-align: top;
}

.tabs-insets__nav a {
    display: block;
    text-transform: uppercase;
    font-size: 14px;
    color: #83a7a5;
    width: 240px;
    padding: 5px 0px 5px 35px;
    background: url(../themes/ehc/img/tabs-insets-bg.png) 0px 4px no-repeat;
}

.tabs-insets__nav a:hover {
    background: #111e30 url(../themes/ehc/img/tabs-insets-bg.png) 4px 4px no-repeat;
}

.tabs-insets__inset {
    clear: both;
    width: 100%;
    background: white;
    padding: 40px 30px;
    box-sizing: border-box;
    border-top: 1px solid #577389;
}

.tabs-controll__btn.active:after {
    content: "";
    display: block;
    width: 100%;
    background: white;
    height: 1px;
    position: absolute;
    right: 0;
    bottom: -1px;
}

.servces-tabs__controll.tabs-controll {
    height: 70px;
    background: #dbe4ec;
}

.tabs-controll__btn:last-child {
    border-right: none;
}

/* head-slide */

.head-slide {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: -1;
}

.head-slide__item {
    width: 100%;
    height: 100%;
    position: absolute;
    display: none;
}

.head-slide__item.head-slide__item_item1 {
    background: url(../themes/ehc/img/hed-bg.jpg) top center no-repeat;
    background-size: cover;
}

.head-slide__item.head-slide__item_item2 {
    background: url(../themes/ehc/img/banner2.png) top center no-repeat;
    background-size: cover;
}

.head-slide__item.head-slide__item_item3 {
    background: url(../themes/ehc/img/banner3.png) top center no-repeat;
    background-size: cover;
}

.head-slide__item.head-slide__item_item4 {
    background: url(../themes/ehc/img/banner4.jpg) top center no-repeat;
    background-size: cover;
}

.head-slide__item.head-slide__item_item8 {
    background: url(../themes/ehc/img/banner5.jpg) top center no-repeat;
    background-size: cover;
}

.head-slide__item.head-slide__item_item5 {
    background: url(../themes/ehc/img/Banner132.jpg) top center no-repeat;
    background-size: cover;
}

.controll-btns__btn {
    width: 14px;
    height: 23px;
    cursor: pointer;
    position: absolute;
    top: 45%;
}

.controll-btns__btn_left {
    background: url(../themes/ehc/img/btns__btn_left-bg.png);
    left: -20px;
}

.controll-btns__btn_right {
    background: url(../themes/ehc/img/btns__btn_right-bg.png);
    right: -20px;
}

.header-content .row {
    position: relative;
}

.head-slide__item.active {
    z-index: 1;
}



.slider-controll__rounds.controll-rounds {
    position: absolute;
    bottom: -20px;
}

.controll-rounds__round {
    width: 10px;
    height: 10px;
    background: white;
    border-radius: 100%;
    border: 1px solid transparent;
    display: inline-block;
    margin-right: 20px;
    cursor: pointer;
}

.controll-rounds__round.active,
.controll-rounds__round:hover {
    border: 1px solid white;
    background: none;
}

.text-slide__item {
    display: none;
    position: absolute;
}

.text-slide-h {
    min-height: 290px;
    overflow: hidden;
}

.top-second-menu {
    position: absolute;
    right: 14%;
    top: 62px;
}

.top-second-menu .sub-menu {
    display: none;
}

.top-second-menu__item_level2 {
    display: none;
    position: absolute;
    width: 465px;
    background: white;
    z-index: 1;
    padding: 15px;
    border-radius: 6px;
}

.top-second-menu__item {
    display: inline-block;
    margin-right: 14px;
}

.top-second-menu__item:hover > a {
    color: white;
}

.top-second-menu.iner .top-second-menu__item:hover > a {
    color: black;
}

.top-second-menu .top-second-menu__item:hover > a {
    color: black;
}

.top-second-menu__item a {
    font-size: 13px;
    _font-size: 15px;
    color: #587498;
    padding-right: 14px;
}

.top-second-menu__item:hover .top-second-menu__item_level2 {
    display: block;
    box-shadow: 1px 1px 3px 1px grey;
}

.top-second-menu__item_level2 .menu-item {
    display: inline-block;
    width: 48%;
    vertical-align: top;
}

/*
.top-second-menu__item_arr {background: url(../themes/ehc/img/menu__item-bg.png) right 8px no-repeat;}
.top-second-menu__item_arr:hover {background: url(../themes/ehc/img/menu__item-bgh.png) right 8px no-repeat;}
*/

.top-second-menu__item_arr {
    background: url(../img/menu__item-bg.png) right 10px no-repeat;
}

.top-second-menu__item_arr:hover {
    background: url(../img/menu__item-bgh.png) right 8px no-repeat;
}

.sub-menu-btn {
    display: none;
    position: absolute;
    top: 44px;
    right: 144px;
    box-shadow: 0px 0px 0px 1px #dddddd;
    border-radius: 4px;
    padding: 6px 8px 3px 5px;
    cursor: pointer;
}

.my-line__chert {
    display: block;
    width: 22px;
    height: 2px;
    border-radius: 1px;
    background-color: #888;
    float: right;
    clear: right;
    margin: 2px 0;
}

.my-line {
    display: inline-block;
    vertical-align: middle;
}

.sub-menu-btn:hover {
    background: #ddd;
}

.row.rlvtv {
    position: relative;
}

.top-second-menu__close {
    display: none;
}

.serv-links__item {
    width: 250px;
    display: inline-block;
    height: 172px;
    position: relative;
    margin: 5px;
    overflow: hidden;
}

span.serv-links__title {
    position: absolute;
    background: rgba(0, 0, 0, 0.47);
    display: block;
    width: 100%;
    bottom: 0;
    color: white;
    text-align: left;
    padding: 10px;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 16px;
    transition: all 1s;
}

.serv-links__item:hover .serv-links__title {
    padding: 111px 10px;
    background: rgba(0, 0, 0, 0.82);
}

.serv-links {
    margin-top: 50px;
}

.tabs-insets__nav .sub-menu {
    display: none;
}

.text p {
    text-align: justify;
}

span.rev-name {
    font-size: 24px;
}

span.rev-name span {
    font-size: 14px;
    margin-left: 20px;
}

ul.commentlist li {
    margin: 30px 0;
    border-bottom: 1px solid grey;
    padding-bottom: 30px;
}


div#respond p {
    text-align: left;
}

.contactsWrap {
    overflow: hidden;
    margin-top: 40px;
}

.contactsWrapLeft p:first-child {
    margin-top: 0;
}

.contactsWrapLeft {
    width: 47%;
    float: left
}

.contactsWrapRight {
    float: right;
    width: 49%;
}

.contactsMap {
    overflow: hidden;
    width: 520px;
    height: 380px;
}

.info-title .contactsWrap p {
    text-align: left;
}

.contactsPhoto {
    position: relative;
    overflow: hidden;
    width: 520px;
    height: 395px;
    margin-top: 82px;
}

.contactsPhoto img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    overflow: hidden;
    max-width: 520px;
    max-height: 395px;
    display: block;
    margin: auto
}

.butsl {
    display: block;
    position: relative;
    _width: 200px;
    font-size: 19px;
    /* margin: 110px 0 0 365px; */
    border-radius: 4px;
    background: #ee3032;
    color: wheat;
    text-align: center;
    height: 36px;
    top: 143px;
    _left: 365px;
    z-index: 4;
    padding: 0 20px;
}

img.kartinkivrazdel {
    float: right;
    margin-left: 5px;
}

span.redFonts {
    color: red;
}

span.prymg {
    background: #5590a6;
    _width: 460px;
    position: relative;
    display: block;
    font-size: 18px;
    padding: 10px;
}

.buts2 {
    display: block;
    position: relative;
    _width: 240px;
    font-size: 19px;
    margin: 0px 0 0 210px;
    border-radius: 9px;
    background: #ee3032;
    color: wheat;
    text-align: center;
    height: 36px;
    top: 4px;
    top: -30px;
    _left: 365px;
    z-index: 4;
    _right: -9px;
}

img.wp-smiley,
img.emoji {
    display: inline !important;
    border: none !important;
    box-shadow: none !important;
    height: 1em !important;
    width: 1em !important;
    margin: 0 .07em !important;
    vertical-align: -0.1em !important;
    background: none !important;
    padding: 0 !important;
}

/* Доработки 020217 */

.main-footer li {
    display: inline-flex;
    color: #83a7a5;
    font-size: 13px;
    line-height: 28px;
    padding: 0 13px;
}

.notification_ok3 {
    position: fixed;
    left: 50%;
    top: 35%;
    background-color: #049DDF;
    color: #fff;
    width: 460px;
    text-align: center;
    font: 20px/30px 'Roboto-BoldCondensed', Arial, Tahoma, san sarif;
    padding: 20px 40px;
    margin-left: -230px;
    z-index: 100;
    border: 1px solid #05D9FF;
    box-shadow: 5px 5px 20px 6px rgba(0, 0, 0, 0.5);
}

.ngg-gallery-thumbnail-box img {
    padding: 4px;
    margin: 0;
    float: left;
    border: 1px solid #000;
}

ul.top-second-menu__item_level2 {
    display: none;
}

.medic-left li.active > ul {
    display: block;
}

.medic-left li.active > a {
    background-color: #CEE8F7;
}

.slide-wrap-move__img {
    display: block;
    width: 183px;
    margin: 0 auto;
}

.slide-wrap-move__title {
    display: block;
    width: 100%;
    background: rgba(0, 0, 0, 0.61);
    color: white;
    position: absolute;
    bottom: 10px;
    padding: 13px;
    box-sizing: border-box;
    text-align: center;
}

.news-cont p {
    padding-top: 5px;
    text-align: justify;
    line-height: 22px;
    color: #676767;
    height: 172px;
    overflow: hidden;
    text-overflow: ellipsis;
}

.direct-item-wrap {
    padding-top: 100px;
}

/* Доработки 020217 end */

/* Доработки 100217 */

.form-content-footer input,
.form-content-footer textarea {
    font-size: 18px;
    color: #fff;
}

#nc_error {
    color: red;
}

#ajax-contact-form input {
    color: #fff;
}

/************ Хлебные крошки ***************/

.breadcrumb {
    margin: 30px 0 0 0;
}

.breadcrumb p:nth-child(1) {
    margin: -3px 16px 0 0;
    width: 20px;
    height: 17px;
    background: url(../img/breadcrumb_main.png) center 0 no-repeat;
    background: url(/esc/img/Home.svg) 0 0 no-repeat;
}

.breadcrumb p:nth-child(1):hover {
    background: url(/esc/img/Home.svg) -20px 0 no-repeat;
}

.breadcrumb p:nth-child(1) a {
    color: transparent;
    border-left: none;
    padding-right: 0;
    width: 33px;
}

.breadcrumb p {
    float: left;
    margin-right: 10px;
}

.breadcrumb p a {
    padding: 0 0px 0 10px;
    margin-right: 0px;
    font: 15px/15px 'MyriadProRegular', Tahoma, sans-serif;
    color: #575757;
    float: left;
    position: relative;
    border-left: 1px solid #E9E9E9;
}

.breadcrumb p.breadcrumb_reviews a {
    color: #5DB2E3;
}

.news-team {
    margin: 0 auto 40px auto;
}

.direct-item-wrap {
    padding-top: 40px;
}

.main-footer {
    padding: 40px 0 40px;
}

/************ Хлебные крошки end***************/

.section_5 {
    padding: 40px 0 0;
    position: relative;
    z-index: 100;
}

.section_1 {
    padding: 40px 0 50px 0;
    position: relative;
    z-index: 100;
}

@media only screen and (max-width: 768px) {
    .sub-menu-btn {
        right: 243px;
    }
}

/* Доработки 100217 end */

/* 120217 */

.headbg {
    _padding-top: 30px;
}

.phone-wrap span {
    font-family: "MyriadProBold";
    font-size: 28px;
}

.phone-wrap span b {
    font-family: "MyriadProBold";
    font-size: 16px;
    font-weight: 400;
}

.top-second-menu__item a {
    font-size: 15px;
}

@media only screen and (max-width: 1330px) {
    .rlvtv .sub-menu-btn {
        position: absolute;
        top: 60px;
        right: 144px;
    }
}

@media only screen and (max-width: 480px) {
    .rlvtv .sub-menu-btn {
        position: absolute;
        top: 115px;
        right: 166px;
    }
}

.navbar-default .navbar-nav > li > a {
    font-size: 16px;
}

@media only screen and (max-width: 992px) {
    .header-top-menu {
        width: 61%;
        position: absolute;
        top: 35px;
        left: 92px;
        font-size: 14px;
    }
    .navbar-default .navbar-nav > li > a {
        font-size: 13px;
    }
}

.header-top-menu .navbar-toggle {
    display: none;
    position: absolute;
    top: -4px;
    left: 57px;
}

@media only screen and (max-width: 768px) {
    .header-top-menu {
        width: 100%;
        left: 0px;
    }
    .header-top-menu .navbar-toggle {
        position: relative;
        top: -4px;
        left: -221px;
    }
}

@media only screen and (max-width: 480px) {
    .header-top-menu .navbar-toggle {
        position: relative;
        top: 50px;
        left: -237px;
    }
}

.slide-wrap-move__title {
    bottom: 0px;
    padding: 0px;
    height: 44px;
}

.medic-slide-control__item {
    top: 132px;
    width: 30px;
    height: 49px;
}

.section_1.new {
    background-color: rgba(0, 0, 0, 0.05);
}

.info-title p {
    text-align: left;
    margin-top: 10px;
    margin-bottom: 20px;
}

#myCarousel-1 .carousel-indicators li {
    height: 15px;
    width: 15px;
}

#myCarousel-1 .carousel-indicators .active {
    height: 15px;
    width: 15px;
}

.g-recaptcha {
    float: left;
    width: 30%;
}

.form-content.forms .g-recaptcha {
    float: left;
    width: 100%;
    margin: 0 0 36px;
    transform-origin: 0 0;
    -moz-transform-origin: 0 0;
    -webkit-transform-origin: 0 0;
    -o-transform-origin: 0 0;
    transform: scale(1.195);
    -moz-transform: scale(1.195);
    -webkit-transform: scale(1.195);
    -o-transform: scale(1.195);
}

@media only screen and (max-width: 1200px) {
    .form-content.forms .g-recaptcha {
        margin: 0 0 36px;
        transform-origin: 0 0;
        -moz-transform-origin: 0 0;
        -webkit-transform-origin: 0 0;
        -o-transform-origin: 0 0;
        transform: scale(1.04);
        -moz-transform: scale(1.04);
        -webkit-transform: scale(1.04);
        -o-transform: scale(1.04);
    }
}

@media only screen and (max-width: 480px) {
    .medic-nav-btn {
        display: block;
        text-align: center;
        cursor: pointer;
        border: 1px solid #ddd;
        margin-bottom: 15px;
        margin-top: 20px;
    }
}

.doktor {
    height: 200px;
}

.doktor .box-text {
    margin-top: 25px;
}

.doktor .box-img {
    float: left;
    width: 40%;
}

.doktor .podrobnee {
    background: #5cb2e3;
    color: #fff;
    padding: 5px 20px;
    float: right;
}

.title-h2 h2,
.title-h2 span.h2 {
    margin-bottom: 20px;
}

.medic-form .g-recaptcha {
    float: none;
    width: 100%;
    margin: 0 0 36px;
    transform-origin: 0 0;
    -moz-transform-origin: 0 0;
    -webkit-transform-origin: 0 0;
    -o-transform-origin: 0 0;
    transform: scale(1.32);
    -moz-transform: scale(1.32);
    -webkit-transform: scale(1.32);
    -o-transform: scale(1.32);
}

@media only screen and (max-width: 430px) {
    .main-head .header-contakt .button {
        padding: 7px 15px;
        float: right;
    }
}

@media only screen and (max-width: 692px) {
    .medic-wrap {
        padding: 0px 15px;
    }
}

@media only screen and (max-width: 480px) {
    .medic-left {
        float: none;
        width: 250px;
        text-align: left;
        background-color: rgba(0, 0, 0, 0.2);
        padding: 0px 15px;
        display: none;
    }
    .medic-left .nav > li > a {
        padding: 10px 6px;
    }
}

@media only screen and (max-width: 410px) {
    .form-content.forms .g-recaptcha {
        margin: 0 0 6px;
        transform-origin: 0 0;
        -moz-transform-origin: 0 0;
        -webkit-transform-origin: 0 0;
        -o-transform-origin: 0 0;
        transform: scale(1.04);
        -moz-transform: scale(1.04);
        -webkit-transform: scale(0.65);
        -o-transform: scale(1.04);
    }
}

@media only screen and (max-width: 768px) {
    .section_2 .slide-wrap {
        height: 423px;
    }
}

/* 120217 end*/

/* 150217 */

.modal-dialog .g-recaptcha {
    float: left;
    margin: 0 0 15px;
}

/* 150217 end*/

/* 210217 */

.contactsWrapLeft #ajax-contact-form input {
    color: #676767;
}

.contactsWrapLeft #ajax-contact-form input[type='submit'] {
    color: #fff;
}

.contactsWrapLeft .g-recaptcha {
    float: none;
    margin: -23px 0 8px 0;
}

#ajax-contact-form input.commenth_11 {
    margin: 0 0 0 100px;
    padding: 10px;
}

#ajax-contact-form.number_7 input {
    color: #676767;
    position: relative;
    _left: -69px;
    _top: 1px;
}

#ajax-contact-form.number_7 input[type='submit'] {
    color: #fff;
}

.medic-form .number_7 .g-recaptcha {
    transform: scale(0.7);
    -moz-transform: scale(0.7);
    -webkit-transform: scale(0.7);
    -o-transform: scale(0.7);
    width: 303px;
    margin: 0;
    _float: left;
}

/* 210217 end*/

/* 250417 */

.title-h2 h1,
.title-h2 span.h1 {
    margin-bottom: 20px;
    position: relative;
    text-align: center;
    color: #577389;
    margin: 0;
    font-size: 32px;
}

.title-h2 h1:before,
.title-h2 span.h1:before {
    content: "";
    display: inline-block;
    position: absolute;
    height: 1px;
    width: 65px;
    left: 0;
    right: 0;
    top: 49px;
    margin: auto;
    background: #577389;
}

.footer_botom_21 {
    width: 40px;
    height: 40px;
    float: left;
    margin: 19px 10px 0 2px;
}

.footer_botom_22 {
    background: url(/esc/img/vk1.png) 0 0 no-repeat;
}

.footer_botom_23 {
    background: url(/esc/img/face1.png) 0 0 no-repeat;
}

.footer_botom_24 {
    background: url(/esc/img/ok1.png) 0 0 no-repeat;
}

/*  блок слайдер */

.slider_wrap {
    padding: 15px 0 30px;
    margin: 0 auto 0;
    position: relative;
    width: 100%;
    _height: 340px;
    _background: url(../images/slider_wrap.png) 0 0 repeat;
    z-index: 100;
}

.slider {
    padding: 5px 0 0px;
    margin: 0 auto 30px;
    position: relative;
    width: auto;
    height: 257px;
    background-color: #fff;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -o-border-radius: 5px;
    border: 1px solid #F0F0F0;
}

.slider img {
    width: 100%;
    height: 100%;
    height: 250px;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -o-border-radius: 5px;
}

.slider .controls {
    display: inline-block;
    margin: 0 auto;
    width: 100%;
    height: 25px;
}

.controls .numericControls {
    display: block;
    position: absolute;
    left: 50%;
    bottom: -23px;
    padding: 2px;
    width: 90px;
    margin-left: -45px;
}

.controls .numericControls li {
    margin: 0 2px;
    width: 10px;
    height: 10px;
    border: 2px solid #5DB2E3;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    -o-border-radius: 50%;
    float: left;
    background-color: #5DB2E3;
}

.controls .numericControls li.current,
.controls .numericControls li:hover {
    border: 2px solid #5DB2E3;
    background-color: #fff;
}

.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: 0px;
    top: 112px;
    padding: 0;
    width: 27px;
    height: 54px;
    color: transparent;
    background: url(/esc/images/controls_prevBtn.png) 0 0 no-repeat;
    z-index: 102;
}

.controls .nextBtn {
    display: block;
    position: absolute;
    right: 0px;
    top: 112px;
    padding: 0;
    width: 27px;
    height: 54px;
    color: transparent;
    background: url(/esc/images/controls_nextBtn.png) 0 0 no-repeat;
}

/* блок слайдер end */

.doktor.doktor_vn .box-img {
    width: 47%;
}

.doctor_h2 {
    font-size: 32px;
    line-height: 1.6;
    font-family: "MyriadProRegular", sans-serif;
    overflow-x: hidden;
    color: #222;
    margin: 0 0 20px;
}

.content .medic-right ul li {
    list-style-type: none;
    background: url(/esc/images/content_list.png) no-repeat 0 5px;
    text-indent: 15px;
    color: #676767;
}

.content .medic-right .slider li {
    background: none;
    text-indent: 0;
}

/* 250417 end*/

/* 050717 */

.title-h2 h1,
.title-h2 span.h1 {
    margin-bottom: 20px;
    position: relative;
    text-align: center;
    color: #577389;
    margin-left: 250px;
    font-size: 28px;
}

.title-h2 h1:before,
.title-h2 span.h1:before {
    content: "";
    display: inline-block;
    position: absolute;
    height: 1px;
    width: 65px;
    left: 0;
    right: 0;
    top: 49px;
    margin: auto;
    background: #577389;
}

.footer_botom_21 {
    width: 40px;
    height: 40px;
    float: left;
    margin: 19px 10px 0 2px;
}

.footer_botom_22 {
    background: url(/esc/img/vk1.png) 0 0 no-repeat;
}

.footer_botom_23 {
    background: url(/esc/img/google_plus.png) 0 0 no-repeat;
}

.footer_botom_24 {
    background: url(/esc/img/ok1.png) 0 0 no-repeat;
}

/*  блок слайдер */

.slider_wrap {
    padding: 15px 0 30px;
    margin: 0 auto 0;
    position: relative;
    width: 100%;
    _height: 340px;
    _background: url(../images/slider_wrap.png) 0 0 repeat;
    z-index: 100;
}

.slider {
    padding: 5px 0 0px;
    margin: 0 auto 30px;
    position: relative;
    width: auto;
    height: 257px;
    background-color: #fff;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -o-border-radius: 5px;
    border: 1px solid #F0F0F0;
}

.slider img {
    width: 100%;
    height: 100%;
    height: 250px;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -o-border-radius: 5px;
}

.slider .controls {
    display: inline-block;
    margin: 0 auto;
    width: 100%;
    height: 25px;
}
.slider.new .slider_post {
display: block;
    position: relative;
    width: 100%;
    height: 257px;
}
.slider.new .slider_post_1 {
 position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    border-radius: 5px 5px 0 0;
}

.controls .numericControls {
    display: block;
    position: absolute;
    left: 50%;
    bottom: -23px;
    padding: 2px;
    width: 90px;
    margin-left: -45px;
}

.controls .numericControls li {
    margin: 0 2px;
    width: 10px;
    height: 10px;
    border: 2px solid #5DB2E3;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    -o-border-radius: 50%;
    float: left;
    background-color: #5DB2E3;
}

.controls .numericControls li.current,
.controls .numericControls li:hover {
    border: 2px solid #5DB2E3;
    background-color: #fff;
}

.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: 0px;
    top: 112px;
    padding: 0;
    width: 27px;
    height: 54px;
    color: transparent;
    background: url(/esc/images/controls_prevBtn.png) 0 0 no-repeat;
    z-index: 102;
}

.controls .nextBtn {
    display: block;
    position: absolute;
    right: 0px;
    top: 112px;
    padding: 0;
    width: 27px;
    height: 54px;
    color: transparent;
    background: url(/esc/images/controls_nextBtn.png) 0 0 no-repeat;
}

/* блок слайдер end */

.doktor.doktor_vn .box-img {
    width: 47%;
    margin-right: 10px;
}

.doctor_h2 {
    font-size: 32px;
    line-height: 1.6;
    font-family: "MyriadProRegular", sans-serif;
    overflow-x: hidden;
    color: #222;
    margin: 0 0 20px;
}

.content .medic-right ul li,
.content .medic-right ol li{
    list-style-type: none;
    background: url(/esc/images/content_list.png) no-repeat 0 7px;
    text-indent: 15px;
    color: #676767;
}

.content .medic-right .slider li {
    background: none;
    text-indent: 0;
}

/* 290517 */

@media (max-width: 767px) {
    .navbar-collapse {
        display: block;
        background-color: #ddd;
        width: 50%;
        z-index: 10000;
        position: relative;
        right: 500px;
        top: 40px;
        -webkit-transition: all 1s ease-in-out;
        -moz-transition: all 1s ease-in-out;
        -o-transition: all 1s ease-in-out;
        transition: all 1s ease-in-out;
    }
}

/* 290517 end*/

.show {
    opacity: 1;
}

@media (min-width: 768px) {
    .modal-dialog {
        margin: 100px auto;
    }
}

/* 040717 */

#ajax-contact-form.number_7 input {
    width: 400px;
}

#ajax-contact-form.number_7 input[type='submit'] {
    width: 235px;
        top: -15px;
}

@media (max-width: 767px) {
    #ajax-contact-form.number_7 input {
        width: 100%;
    }
    #ajax-contact-form.number_7 input[type='submit'] {
        left: 0px;
    }
}

/* 040717 end */

/* 050717 */

/* 091217 */

#ajax-contact-form.number_7 .personal_data {
    margin: -10px 0 0;
    width: 50%;
}

#ajax-contact-form.number_7 .personal_data p {
    margin: 10px 0 0;
    color: #000;
    font: 10px/12px 'Cuprum', Arial, san sarif;
}

#ajax-contact-form.number_7 .personal_data input {
    display: block;
    width: 10px;
    float: left;
    margin-right: 5px;
}

.footer_botom_25 {
    background: url(/esc/img/instagrama.png) 0 0 no-repeat;
}

@media (max-width: 767px) {
    .top-second-menu {
        _display: none;
        background-color: #ddd;
        width: 50%;
        z-index: 10000;
        position: absolute;
        left: auto;
        height: auto;
        right: 0px;
        top: 107px;
        -webkit-transition: all 1s ease-in-out;
        -moz-transition: all 1s ease-in-out;
        -o-transition: all 1s ease-in-out;
        transition: all 1s ease-in-out;
        padding-right: 15px;
        padding-left: 15px;
        overflow-x: visible;
    }
    .top-second-menu top-second-menu__item_level1 > li > a {
        color: #587498;
        font-size: 13px;
        _font-size: 16px;
        font-family: "MyriadProBold";
        text-transform: uppercase;
    }
    .top-second-menu__item > a {
        color: #587498;
        font-size: 13px;
        font-family: "MyriadProBold";
        text-transform: uppercase;
    }
    .top-second-menu__close {
        display: none;
    }
    .top-second-menu__item_level2 {
        width: 150%;
        box-sizing: border-box;
        max-width: 150%;
        position: absolute;
        left: -50%;
    }
    #ajax-contact-form.number_7 .personal_data {
        margin: -10px 0 0;
        width: 100%;
    }
}

.sub-menu-btn-1 {
    display: none;
    position: absolute;
    top: 44px;
    right: 144px;
    box-shadow: 0px 0px 0px 1px #dddddd;
    border-radius: 4px;
    padding: 6px 8px 3px 5px;
    cursor: pointer;
}

.personal_data p {
    margin: 10px 0 0;
    color: #000;
    font: 10px/12px 'Cuprum', Arial, san sarif;
}

.personal_data input {
    width: 15px;
    height: 10px;
    float: left;
    margin-right: 5px;
}

/************************************************************ МЕНЕЕ 540 БОЛЕЕ 500 ****************************************************************/

@media (max-width: 575px) {
    .navbar-default .navbar-collapse,
    .navbar-default .navbar-form {
        top: 56px;
    }
    .top-second-menu {
        top: 161px;
    }
    .top-second-menu__item_level2 {
        width: 190%;
        max-width: 190%;
        left: -95%;
    }
}

@media (max-width: 767px) {
    .header-contakt {
        float: right;
        position: relative;
        z-index: 100;
        width: 132px;
    }
    .phone-wrap {
        _padding-top: 15px;
        padding-top: 10px;
        text-align: right;
        width: 250px;
        margin-left: -129px;
    }
    .modal-backdrop.fade.show {
        width: 67%;
    }
    .modal.fade .modal-dialog {
        margin-top: 100px;
    }
    .time-wrap {
        padding-bottom: 10px;
    }
    .footer_botom_21 {
        margin: -20px 10px 0 2px;
        ;
    }
}

/* 091217 end*/

/* 050418 */

.header_top_wrap {
    width: 100%;
    height: 59px;
    background-color: #4d6d93;
}

.header_top {
    padding-top: 12px;
    display: flex;
    justify-content: space-between;
    width: 100%;
    color: #fff;
}

.header_top_1 {
    width: 7%;
    height: 37px;
    text-align: center;
    line-height: 38px;
    border-left: 1px solid #fff;
    border-right: 1px solid #fff;
}

.header_top_2 {
    position: relative;
    width: 46%;
    height: 37px;
    text-indent: 47px;
    text-transform: uppercase;
    line-height: 38px;
}

.header_top_21 {
    cursor: pointer;
    position: relative;
    width: 5%;
    height: 37px;
    text-indent: 47px;
    text-transform: uppercase;
    line-height: 38px;
    border-right: 1px solid #fff;
    background: url(../img/header_top_2_b.png) center no-repeat;
}
.header_top_21 .header_top_211 {
    display: none;
    position: absolute;
    right: 100%;
    top: 2px;
    width: 200px;
    height: 30px;
}
.header_top_21 .header_top_211 input {
    width: 100%;
    padding-left: 10px;
    margin: 0;
    height: 30px;
    position: absolute;
    top: 0;
    left: 0;
}

.header_top_2:after {
    z-index: 1;
    position: absolute;
    content: "";
    width: 18px;
    height: 18px;
    left: 3%;
    top: 9px;
    background: url(../img/header_top_2_a.png) 0 0 no-repeat;
}

.header_top_3 {
    padding-left: 30px;
    width: 19%;
    height: 37px;
    border-right: 1px solid #fff;
}

.header_top_31 {
    font-size: 16px;
    line-height: 16px;
    margin-bottom: 4px;
}

.header_top_31 span {
    padding: 0 5px;
    margin-right: 3px;
    line-height: 14px;
    font-size: 14px;
    background-color: #0c8ad6;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
}

.header_top_32 {
    font-size: 16px;
    line-height: 16px;
}

.header_top_32 span {
    padding: 0 5px;
    margin-right: 3px;
    line-height: 14px;
    font-size: 14px;
    background-color: #ed2f31;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
}

.header_top_4 {
    width: 23%;
    height: 37px;
    border-right: 1px solid #fff;
}

.header_top_41 {
    color: #fff;
    display: block;    
    font-size: 24px;
    line-height: 18px;
    padding-right: 7px;
    text-align: right;
}
.header_top_41:hover {
    color: #fff;
}

.header_top_41 span {
    font-size: 24px;
}

.header_top_4 .button {
    font-size: 14px;
    text-transform: uppercase;
    background: transparent;
    padding: 0;
    float: right;
    margin-right: 7px;
    color: #bfbfbf;
}

.mnu-line {
    padding-bottom: 10px;
    _padding-bottom: 15px;
    color: #fff;
    background-color: #fff;
}

.row.rlvtv {
    position: relative;
    display: flex;
    justify-content: space-between;
}

.row.rlvtv .rlvtv_1 {
    width: 25%;
}

.row.rlvtv .header-top-menu {
    width: 50%;
}

.row.rlvtv .header_top_appointment {
    margin-top: 31px;
    width: 24%;
    height: 40px;
    font-size: 18px;
    line-height: 35px;
    color: #fff;
    background-color: #c53131;
    background: url(../img/header_top_appointment.png) right 0px no-repeat;
    background-size: 100%;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    text-align: center;
    text-transform: uppercase;
}

.mnu-wrap {
    padding-top: 38px;
}

.navbar {
    padding: 0;
}

.header-top-menu .navbar-nav {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
}

.header-top-menu .navbar-default .navbar-nav > li > a {
    color: #4c6e91;
    font-size: 14px;
    _font-family: "MyriadProBold";
    text-transform: uppercase;
    padding: 9px;
}

.header-top-menu .navbar-default .navbar-nav > li > a:hover {
    color: #ed2e2f;
}

.slider-controll__rounds.controll-rounds {
    position: absolute;
    bottom: 5px;
    left: 47%;
}

.text-slide-h {
    min-height: 355px;
    overflow: hidden;
    width: 100%;
}

.header-content {
    padding: 45px 0 0;
}

.section_5 {
    padding: 60px 0 0;
    position: relative;
    z-index: 100;
    background: #4d6d93;
}

.servces-tabs__controll.tabs-controll {
    width: 100%;
    height: 70px;
    background-color: transparent;
}

.tabs-controll__btn {
    width: auto;
    padding: 8px;
    height: auto;
    background-color: transparent;
}

.tabs-controll__btn {
    display: block;
    background: none;
    vertical-align: top;
    min-width: 150px;
    border-right: none;
    float: left;
    font-size: 24px;
    text-align: center;
    color: #fff;
    font-weight: normal;
    height: auto;
    box-sizing: border-box;
    padding: 0;
    cursor: pointer;
    position: relative;
    border-left: none;
}

.tabs-controll__btn.btn_left {
    background-color: #133d65;
}

.tabs-controll__btn.btn_left:hover,
.tabs-controll__btn.btn_left.active {
    border-left: none;
    background-color: #0f8ad7;
}

.tabs-controll__btn.btn_left.active:after {
    display: none;
}

.tabs-controll__btn.btn_left:hover:before,
.tabs-controll__btn.btn_left.active:before {
    content: "";
    display: inline-block;
    position: absolute;
    height: 0;
    width: 0;
    left: 42%;
    bottom: -11px;
    border-top: 12px solid #0f8ad7;
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
}

.tabs-controll__btn.btn_left:nth-child(1),
.tabs-controll__btn.btn_left:nth-child(2) {
    border-right: 1px solid #fff;
}

.tabs-controll__btn.btn_left:nth-child(1) {
    border-radius: 5px 0 0 5px;
    -moz-border-radius: 5px 0 0 5px;
    -webkit-border-radius: 5px 0 0 5px;

}

.tabs-controll__btn.btn_left:nth-child(3) {
    border-radius: 0 5px 5px 0;
    -moz-border-radius: 0 5px 5px 0;
    -webkit-border-radius: 0 5px 5px 0;
}

.tabs-controll__btn.btn_right {
    float: right;
    padding: 6px 14px 10px;
    min-width: 134px;
    background-color: #ef2e31;
}
.tabs-controll__btn.btn_right.yellow {
    background-color: yellow;
    color: #ef2e31;
}
.tabs-controll__btn.btn_right.yellow a{
    color: #ef2e31;
}

.tabs-controll__btn.btn_right:nth-child(4),
.tabs-controll__btn.btn_right:nth-child(5){
    margin-left: 10px
}

.tabs-controll__btn.btn_right:nth-child(5),
.tabs-controll__btn.btn_right:nth-child(6){
    margin-right: 14px;
}

.tabs-controll__btn.btn_right:nth-child(5):before,
.tabs-controll__btn.btn_right:nth-child(6):before{
    content: "";
    display: inline-block;
    position: absolute;
    height: 40px;
    width: 1px;
    right: -12px;
    bottom: 0px;
    border-right: 1px solid #fff;
}

.tabs-controll__btn a {
    color: #fff;
}

.tabs-insets__inset {
    clear: both;
    background-color: transparent;
    padding: 32px 0px 37px;
    box-sizing: border-box;
    border-top: none;
}

.tabs-insets__nav {
    display: flex;
    justify-content: flex-start;
    width: 100%;
    flex-wrap: wrap;
}

.tabs-insets__nav li {
    width: 25%;
    height: 70px;
}

.tabs-insets__nav a {
    display: block;
    text-transform: none;
    font-size: 20px;
    line-height: 26px;
    color: #fff;
    padding: 0;
    background: none;
    padding-right: 20px;
    width: 95%;
}

.tabs-insets__nav a:hover {
    background: none;
    text-decoration: underline;
}

.tabs-insets__nav li:nth-child(4n) a {
    width: 200px;
}

.servces-tabs__inset.tabs-insets {
    margin-bottom: 0;
}

.section_white {
    padding: 55px 0 0;
    position: relative;
    z-index: 100;
}

.section_white h2 {
    position: relative;
    text-align: center;
    font-size: 25px;
    color: #0c8ad6;
    width: 100%;
    text-transform: uppercase;
}

.section_white .ecc_1_wrap {
    padding: 43px 0 0;
    margin-bottom: -19px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 100%;
    color: #fff;
}

.section_white .ecc_1 {
    width: 50%;
    min-height: 65px;
    padding: 6px 30px 0 83px;
    margin-bottom: 63px;
    font-size: 23px;
    line-height: 30px;
    color: #4e6e94;
}

.section_white .ecc_1:nth-child(1) {
    background: url(../img/ecc_11.png) 0px 0px no-repeat;
}

.section_white .ecc_1:nth-child(2) {
    background: url(../img/ecc_12.png) 0px 0px no-repeat;
}

.section_white .ecc_1:nth-child(3) {
    background: url(../img/ecc_13.png) 0px 0px no-repeat;
}

.section_white .ecc_1:nth-child(4) {
    background: url(../img/ecc_14.png) 0px 0px no-repeat;
}

.section_white .ecc_1:nth-child(5) {
    background: url(../img/ecc_15.png) 0px 0px no-repeat;
}

.section_white .ecc_1:nth-child(6) {
    background: url(../img/ecc_16.png) 0px 0px no-repeat;
}

.section_1 {
    padding: 49px 0 25px 0;
    background: #4d6d93;
}

.section_1 .title-h2 {
    width: 100%;
}

.section_1 .title-h2 h2,
.title-h2 span.h2 {
    position: relative;
    text-align: center;
    color: #fff;
    text-transform: uppercase;
    font-size: 24px;
}

.section_1 .title-h2 h2:before,
.section_1 .title-h2 span.h2:before {
    display: none;
}

.medic-slide-wrap {
    position: relative;
    height: 380px;
    overflow: hidden;
    width: 100%;
    margin: 16px auto 17px;
}

.slide-wrap-move {
    position: absolute;
    top: 0;
    left: 0;
    width: 102%;
    height: 100%;
}

.slide-wrap-move__item {
    width: 30.3%;
    margin-right: 19px;
    border: 1px dotted #fff;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
}

.move__title_wrap {
    background: rgba(0, 0, 0, 0.61);
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 72px;
}

.slide-wrap-move__title.one {
    top: 0px;
    padding: 2px 20px 0;
    height: auto;
    background: none;
    font-size: 22px;
}

.slide-wrap-move__title.two {
    top: 31px;
    padding: 0px 50px 0;
    height: auto;
    background: none;
    line-height: 17px;
}

.medic-slide__all {
    text-align: center;
    display: block;
    text-decoration: underline;
    margin-top: 0px;
    width: 100%;
    color: #fff;
}

.medic-slide-control__item {
    top: 237px;
}

.medic-slide-control__item {
    width: 20px;
    height: 32px;
}

.medic-slide-control__item.medic-slide-control__item_left {
    left: -40px;
    background: url(../img/medic-left-arr_1.png) no-repeat;
}

.medic-slide-control__item.medic-slide-control__item_right {
    right: -43px;
    background: url(../img/medic-right-arr_1.png) no-repeat;
}

.promotions_wrap {
    margin: 37px 0;
    display: flex;
    justify-content: space-between;
    width: 100%;
    color: #fff;
}

.promotions_1 {
    width: 32%;
    height: 244px;
    position: relative;
    border: 1px solid #0d8ad6;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
}

.promotions_1 span {
    display: block;
    height: 70px;
    position: absolute;
    bottom: 0;
    background: rgba(92, 119, 148, 0.8);
    font-size: 22px;
    line-height: 30px;
    color: #fff;
    text-transform: uppercase;
    padding: 5px 25px;
    text-align: center;
}

.promotions_1:hover span {
    background: rgba(83, 142, 207, 0.8);
}

.section_white_2 {
    padding: 55px 0 20px;
}

.section_white_3 {
    padding: 0px 0 20px;
}

.section_white_3 h2 {
    text-align: left
}

.section_white_31 {
    width: 42%;
}

.section_white_311 {
    padding: 32px 32px 20px;
    margin: 32px 0 2px;
    width: 76%;
    border: 1px solid #0d8ad6;
    position: relative;
    background-color: #e1eef6;
}

.section_white_3111 {
    margin-bottom: 13px;
    font-size: 22px;
    color: #264980;
    border-bottom: 1px dashed #264980;
    line-height: 24px;
}

.section_white_3111 span {
    float: right;
    font-size: 17px;
    color: #0d8ad6;
}

.section_white_3112 {
    margin-bottom: 13px;
    font-size: 14px;
    _border-bottom: 1px dashed #264980;
    color: #264980;
    line-height: 18px;
}

.section_white_3113 {
    display: inline-block;
    /* position: relative; */
    /* left: 0px; */
    float: right;
    font-size: 14px;
    margin-top: 8px;
    border-bottom: 1px solid #9fadc4;
    line-height: 14px;
    color: #264980;
}

.section_white_321 {
    margin: 30px 0 0;
}

.section_white_32 {
    padding-left: 8px;
    width: 58%;
}

.section_white_4 {
    padding: 36px 0 30px;
}

.section_white_4 .row {
    justify-content: space-between;
}

.section_white_41 {
    width: 58%;
    height: 0;
    padding-bottom: 34%;
    position: relative;
}

.section_white_411 {
    width: 100%;
    height: 100%;
    position: absolute;
    background: url(../img/section_white_411.png) center center no-repeat;
    background-size: cover;
}

.section_white_42 {
    padding: 0 10px 0 7px;
    width: 41%;
}

.section_white_42_post {
    padding: 0 0 26px;
}

.section_white_42_post_1 {
    font-size: 16px;
    line-height: 13px;
    color: #0d8ad6;
    letter-spacing: -0.5px;
}

.section_white_42_post_2 {
    margin: 5px 0 2px;
    font-size: 16px;
    line-height: 16px;
    font-family: 'PTS_bold';
    color: #264980;
    letter-spacing: -0.5px;
}

.section_white_42_post_3 {
    font-size: 14px;
    line-height: 16px;
    color: #4d6e93;
}

.section_white_5 {
    padding: 22px 0 56px;
}

.section_white_5 .row {
    justify-content: center;
}

.section_white_51 {
    width: 25%;
    height: 40px;
    font-size: 18px;
    text-align: center;
    line-height: 36px;
    color: #4d6e93;
    text-transform: uppercase;
    text-indent: 20px;
    background: url(../img/section_white_51_1.png) 27% 0 no-repeat;
}

.section_white_51:nth-child(1) {
    background: url(../img/section_white_51_1.png) 27% 0 no-repeat;
}

.section_white_51:nth-child(2) {
    background: url(../img/section_white_51_2.png) 27% 0 no-repeat;
}

.section_white_51:nth-child(3) {
    background: url(../img/section_white_51_3.png) 27% 7px no-repeat;
}

.section_white_52 {
    margin-top: 31px;
    width: 100%;
    height: 41px;
    font-size: 16px;
    font-family: 'PTS_bold';
    text-align: center;
    line-height: 42px;
    color: #fff;
    text-transform: uppercase;
    text-indent: 20px;
    position: relative;
    background: #4d6d93;
}
.section_white_52:hover {
    color: #fff;
}
.section_white_52:before {
    z-index: 1;
    position: absolute;
    content: "";
    width: 18px;
    height: 9px;
    right: 36%;
    top: 18px;
    background: url(../img/section_white_52.png) 0 0 no-repeat;
}

.section_7 {
    padding: 53px 0 0 0;
    position: relative;
    z-index: 100;
    min-height: auto;
    height: 320px;
    background: url(../img/section_7.png) center 0 no-repeat;
    background-size: 100% 100%;
}

.section_7:before {
    display: none;
}

.section_7 h2 {
    padding-bottom: 39px;
    position: relative;
    text-align: center;
    font-size: 24px;
    color: #4d6e93;
    width: 100%;
    text-transform: uppercase;
}

.section_7 .forms_left {
    width: 40%;
    float: left;
}

.section_7 .forms_left input {
    padding-left: 12px;
    width: 100%;
    height: 38px;
    margin-bottom: 13px;
    color: #9c9c9c;
    font-size: 16px;
    text-transform: none;
    background: url(../img/forms_input_top.png) 0 0 repeat-x, url(../img/forms_input_left.png) 0 0 repeat-y #fff;
    border: none;
}

.section_7 .form_right {
    width: 57%;
    float: right;
    position: relative;
}

.section_7 .form_right textarea {
    width: 100%;
    padding: 6px 11px;
    height: 90px;
    font-size: 16px;
    border: none;
    background: url(../img/forms_input_top.png) 0 0 repeat-x, url(../img/forms_input_left.png) 0 0 repeat-y #fff;
}

.section_7 .form_right .int.file {
    width: 50%;
    position: absolute;
    right: 0;
    top: 57px;
}

.section_7 .form_right .int.file input {
    color: #9c9c9c;
    font-size: 16px;
}

.section_7 .form_right .int.file .sub {
    display: none;
}

.section_7 .form_right input[type="submit"] {
    margin-top: 4px;
    width: 216px;
    height: 40px;
    font-size: 18px;
    line-height: 35px;
    letter-spacing: -1px;
    color: #fff;
    background-color: #c53131;
    background: url(../img/header_top_appointment.png) right 0px no-repeat;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border: none;
    text-align: center;
    text-transform: uppercase;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3);

}

.section_8 {
    margin: 58px 0 0 0;
    position: relative;
    z-index: 100;
    height: 300px;
}

.section_81 {
    padding: 0;
    width: 100%;
    height: 300px;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    background: url(../img/section_8.png) center center no-repeat;
}

.section_82 {
    padding: 18px 0 0 28px;
    position: absolute;
    width: 32%;
    right: 0;
    top: 0;
    height: 300px;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    color: #fff;
    background-color: rgba(106, 133, 162, 0.8);
}

.section_821 {
    margin: 0 0 12px;
    font-size: 18px;
}

.section_822 {
    margin: 0;
    font-size: 14px;
    line-height: 17px;
}

.section_823 {
    margin: 10px 0 12px;
    font-size: 18px;
}

/* блок ДМС */

.cooperate_wrap h1 {
    padding-top: 57px;
    padding-bottom: 37px;
    margin: 0 auto;
    position: relative;
    text-align: center;
    font-size: 24px;
    text-transform: uppercase;
    color: #0d8ad6;
}

.cooperate_wrap {
    padding: 0 82px 25px;
    position: relative;
    z-index: 100;
}

#jcl_cooperate {
    margin: 0 auto;
    width: 100%;
    height: 105px;
}

#jcl_cooperate .carousel_cooperate {
    width: 100%!important;
}

#jcl_cooperate .carousel_cooperate li {
    width: 20.5%;
    height: 70px;
}

#jcl_cooperate .carousel_cooperate li img {
    width: 170px;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -o-border-radius: 5px;
    border: 2px solid #cdcdcd;
}

#jcl_cooperate .carousel_cooperate li .cooperate_img {
    width: 87%;
    height: 100%;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -o-border-radius: 5px;
    border: 2px solid #cdcdcd;
}

#jcl_cooperate a.prev-3,
#jcl_cooperate a.next-3,
#jcl_cooperate a.go {
    width: 30px;
    height: 48px;
    position: absolute;
}

#jcl_cooperate a.prev-3.disabled,
#jcl_cooperate a.next-3.disabled,
#jcl_cooperate a.prev-3.disabled:hover,
#jcl_cooperate a.next-3.disabled:hover {
    background-color: transparent;
    cursor: default;
}

#jcl_cooperate a.go.highlight {
    background-color: #dedede;
    color: #000;
}

#jcl_cooperate a.prev-3 {
    left: 0px;
    top: 131px;
    background: url(../img/jcl_s_prev_1.png) 0px 0px no-repeat;
}

#jcl_cooperate a.next-3 {
    right: 0;
    top: 131px;
    background: url(../img/jcl_s_next_1.png) 0px 0px no-repeat;
}

#jcl_cooperate a.prev-3:hover,
#jcl_cooperate a.next-3:hover,
#jcl_cooperate a.go:hover {
    background-color: transparent;
}

.medic-form.dms {
    width: 50%;
}

/* блок ДМС end */

@media (max-width: 980px) {
    #jcl_cooperate .carousel_cooperate li {
        width: 33.4%;
        height: 105px;
    }
    #jcl_cooperate a.prev-3 {
        top: 56%;
    }
    #jcl_cooperate a.next-3 {
        top: 56%;
    }
    .medic-pic {
        width: 33%;
        margin: 20px 0;
        float: left;
    }
    .medic-form.dms {
        width: 100%;
    }
}

@media (max-width: 480px) {
    #jcl_cooperate .carousel_cooperate li {
        width: 50%;
        height: 105px;
    }
    .cooperate_wrap h1 {
        padding-top: 20px;
        padding-bottom: 25px;
    }
    .cooperate_wrap {
        padding: 0 40px 30px;
    }
    .medic-pic {
        width: 100%;
        margin: 20px 0;
        float: none;
    }
}

.main-footer {
    padding: 40px 0 40px;
    background: #4d6d93;
    position: relative;
    z-index: 100;
}

.main-footer .row {
    justify-content: space-between;
    flex-wrap: nowrap;
}

.main_footer_1 {
    width: 68%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.main_footer_11 {
    width: 50%;
}

.main_footer_12 {
    width: 50%;
    padding: 15px 0 0 5px;
}

.main_footer_14 {
    width: 100%;
}

.main_footer_2 {
    padding-top: 15px;
    width: 17%;
}

.main_footer_3 {
    padding-top: 14px;
    width: 15%;
}

.main-footer .foot-title.logo {
    margin: 12px 0 20px;
    width: 100%;
    height: 52px;
    padding: 46px 0 0;
    background: url(../img/foot_title.png) 0px 0px no-repeat;
    color: #fff;
}

.main-footer .foot-title {
    color: #fff;
    text-decoration: underline;
}

.main-footer span,
.main-footer p,
.main-footer li {
    color: #fff;
    font-size: 16px;
    line-height: 20px;
}

.main-footer li a {
    color: #fff;
    font-size: 16px;
    line-height: 24px;
}

.main_footer_11 span:nth-child(2) {
    margin: 25px 0 16px;
}

.main_footer_12 p {
    margin: 19px 0 0;
}

.footer_botom_21 {
    width: 40px;
    height: 40px;
    float: left;
    margin: 19px 10px 0 2px;
}

.footer_botom_22 {
    background: url(../img/vk1_1.png) 0 0 no-repeat;
}

.footer_botom_23 {
    background: url(../img/vk.png) 0 0 no-repeat;
    margin: 13px 0 0 0px;
    background-position-x: -12px;
}

.footer_botom_24 {
    background: url(../img/ok1_1.png) 0 0 no-repeat;
}

.footer_botom_25 {
    background: url(../img/instagrama_1.png) 0 0 no-repeat;
}

.footer_botom_26 {
    background: url(../img/footer_botom_26.png) 0 0 no-repeat;
}

.footer_botom_27 {
    background: url(../img/footer_botom_27.png) 0 0 no-repeat;
}

.main_footer_141 {
    width: 100%;
    height: 65px;
}

.main_footer_14 p {
    font-size: 12px;
    line-height: 14px;
    margin-top: 4px;
}

.main-footer .menu-wrap {
    padding-left: 0px;
}

.main-footer li {
    width: 100%;
    display: inline-flex;
    color: #83a7a5;
    font-size: 13px;
    line-height: 28px;
    padding: 0 13px 0 5px;
}

.main-footer li .sub-menu {
    display: none;
}

.scroll-top a {
    display: block;
    cursor: pointer;
    width: 60px;
    height: 49px;
    background: url(../img/sub_blue.png) no-repeat left top;
    position: fixed;
    bottom: 0px;
    right: 10px;
    z-index: 10000;
}

.header_top_wrap_fix {
    width: 100%;
    position: fixed;
    top: -100px;
    height: 59px;
    background-color: rgba(77,110,147,0.8);
    z-index: 101;
}

.header_top_fix {
    padding-top: 12px;
    display: flex;
    justify-content: space-between;
    width: 100%;
    color: #fff;
}

.header_top_fix .logo-wrap {
    position: relative;
    width: 16%;
    height: 45px;
    background: url(../img/foot_title.png) left 1px no-repeat;
    background-size: 100%;
}

.header_top_fix .header-top-menu {
    width: 50%;
}

.header_top_fix .mnu-wrap {
    padding-top: 8px;
}

.header_top_fix .header-top-menu .navbar-default .navbar-nav > li > a {
    color: #fff;
}

.header_top_fix .header_top_4 {
    width: 17%;
    height: 37px;
    border-right: 1px solid #fff;
    border-left: 1px solid #fff;
}

.header_top_fix .header_top_41 {
    font-size: 18px;
    line-height: 17px;
    text-indent: 0;
    text-align: right;
    padding-right: 5px;
    margin-bottom: -2px;
}

.header_top_fix .header_top_41 span {
    font-size: 20px;
}

.header_top_fix .header_top_4 .button {
    margin-right: 10px;
}

.header_top_fix .header_top_appointment {
    margin-top: 0px;
    width: 15%;
    height: 36px;
    font-size: 14px;
    color: #fff;
    line-height: 37px;
    background-color: #c53131;
    background: url(../img/header_top_appointment.png) right 0px no-repeat;
    background-size: 100% 100%;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    text-align: center;
    text-transform: uppercase;
}

.modal.fade.new .modal-dialog {
    max-width: 600px;
    margin: 174px auto;
}
.modal.fade.new .modal-title {
    text-align: left;
    text-transform: uppercase;
    font-size: 22px;
    color: #4d6e93;
    width: 100%
}
.modal-header {
    padding: 15px 0;
}
.modal.fade.new button.close {
    padding: 0;
    cursor: pointer;
    background: transparent;
    border: 0;
    -webkit-appearance: none;
    position: absolute;
    top: 10px;
    right: 17px;
}
.modal.fade.new .modal-dialog .modal-content{
    background-color: #e6e6e6;
    padding: 20px 80px;
    border: 1px solid #fff;
}
.modal.fade.new .modal-dialog .form-control {
    margin-bottom: 15px;
    height: 50px;
    color: #666565;
    border: 1px solid #cccccc;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    box-shadow: none;
    background: #fff;
}
.modal.fade.new .modal-body {
    width: 100%;
    padding: 15px 0;
    margin: 0 auto;
}
.modal.fade.new input::-webkit-input-placeholder {
    color: #9c9c9c;
    font-size: 16px;
    font-family: 'PTS_regular';
    text-transform: none;
    text-align: left;
}

.modal.fade.new input::-moz-placeholder {
    color: #9c9c9c;
    font-size: 16px;
    font-family: 'PTS_regular';
    text-transform: none;
    text-align: left;
}
.modal.fade.new .modal-dialog .btn-primary {
    width: 100%;
    margin: auto 0 21px;
    padding: 15px;
    background: #4d6e93;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    font-size: 16px;
    font-family: "PTS_regular";
    text-align: center;
    border: none;
}


/* 050418 end*/

/* 170418 */
.section_1.vn {
    background: #fff;
}
.content{
    width: 100%;
}
.medic-wrap{
    display: flex;
    justify-content: space-between;
    width: 100%;
}
.medic-right {
    width: 74%;
}
.nav>li>a {
    position: relative;
    display: block;
    padding: 10px 15px;
}
.info-title{
        width: 100%;
}
.medic-left {
    width: 26%;
}
.medic-right.new {
    float: right;
    width: 72%;
    padding-top: 40px;
}
.medic-left li > a {
    color: rgb(103, 103, 103);
    font-size: 13px;
    padding: 12px 15px;
}
.doktor.new {
    height: auto;
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid rgb(103, 103, 103);
    border-bottom: 1px solid #5cb2e3;
}
.doktor.new .box-img {
    margin-top: 20px;
    float: left;
    width: 22%;
    overflow: hidden;
    position: relative;
}
.doktor.new .box-img:before {
    content: "";
    display: block;
    padding-top: 100%;
}
.doktor.new .box-img .box-img-img {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    border-radius: 7px;
    -moz-border-radius: 7px;
    -webkit-border-radius: 7px;
    -o-border-radius: 7px;
    background: url(../images/certificate_post_1.png) center center no-repeat;
    background-size: 100%;
}
.doktor.new .box-text {
    margin-top: 0px;
    float: right;
    width: 75%;
}
.doktor.new  .box-text_1 {
    text-align: left;
    margin-top: 10px;
    margin-bottom: 0;
    font-size: 20px;
    padding-bottom: 10px;
    _border-bottom: 1px solid rgb(103, 103, 103);
    _border-bottom: 1px solid #5cb2e3;
}
.doktor.new  .box-text_2 {
    text-align: left;
    margin-top: 0;
    padding-top: 5px;
    margin-bottom: 10px;
    font-size: 16px;
    padding-bottom: 10px;
    background-color: #eee;
    line-height: 20px;
    _background-color: #5cb2e3;
    _color: #fff;
    padding-left: 5px;
}
.medic-nav-title {
    width: 95%;
}
.medic-left.new li {
    padding: 10px 15px;
    float: none;
    box-sizing: border-box;
    text-transform: uppercase;
}
.medic-nav-title.two{
    display: none;
}
.medic-pic {
    width: 250px;
    margin: 20px 0;
}
.medic-info {
    float: right;
    width: 62%;
    margin-top: 20px;
}
@media (max-width: 480px){
.medic-right.new {
    width: 100%;
    float: none;
}
.medic-info {
    float: none;
    width: 100%;
    margin-bottom: 20px;
}
}

/* 170418 end*/

.fon {
    width: 1920px;
    height: 5697px;
    position: absolute;
    left: -400px;
    top: 0px;
    top: 0px;
    background: url(../png/main_final_top.png) center top no-repeat;
    opacity: .6;
    z-index: 0;
}
.fade.modal.in {
    opacity: 1;
    display: block!important;
}
/* 170518 */
.navbar_close{
        display: none;
    }
.header-top-menu .navbar-nav li.navbar-nav_11,
.header-top-menu .navbar-nav li.navbar-nav_12,
.header-top-menu .navbar-nav li.navbar-nav_14{
    display: none;
}
/* 170518 end*/

/* 060618 */
.medic-left {
    width: 24%;
}
.medic-right.new {
    float: right;
    width: 72%;
    padding-top: 40px;
}
.medic-left li > a {
    color: rgb(103, 103, 103);
    font-size: 13px;
    font-size: 12px;
    padding: 12px 15px;
}
.doktor.new {
    height: auto;
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid rgb(103, 103, 103);
    border-bottom: 1px solid #5cb2e3;
}
.doktor.new .box-img {
    margin-top: 20px;
    float: left;
    width: 22%;
    overflow: hidden;
    position: relative;
}
.doktor.new .box-img:before {
    content: "";
    display: block;
    padding-top: 100%;
}
.doktor.new .box-img .box-img-img {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    border-radius: 7px;
    -moz-border-radius: 7px;
    -webkit-border-radius: 7px;
    -o-border-radius: 7px;
    background: url(../images/certificate_post_1.png) center center no-repeat;
    background-size: 100%;
}
.doktor.new .box-text {
    margin-top: 0px;
    float: right;
    width: 75%;
}
.doktor.new  .box-text_1 {
    text-align: left;
    margin-top: 10px;
    margin-bottom: 0;
    font-size: 20px;
    padding-bottom: 10px;
    _border-bottom: 1px solid rgb(103, 103, 103);
    _border-bottom: 1px solid #5cb2e3;
}
.doktor.new  .box-text_2 {
    text-align: left;
    margin-top: 0;
    padding-top: 5px;
    margin-bottom: 10px;
    font-size: 16px;
    padding-bottom: 10px;
    background-color: #eee;
    line-height: 20px;
    _background-color: #5cb2e3;
    _color: #fff;
    padding-left: 5px;
}
.medic-nav-title {
    width: 95%;
}
.medic-left.new li {
    padding: 10px 15px;
    float: none;
    box-sizing: border-box;
    text-transform: uppercase;
}
.medic-nav-title.two{
    display: none;
}
.medic-pic {
    width: 250px;
    margin: 20px 0;
}
.medic-info {
    float: right;
    width: 62%;
    margin-top: 20px;
}
.header-title-content .text-slide__item div {
    padding-top: 15px;
    padding-right: 80px;
    font-size: 16px;
    line-height: 24px;
}
.buts2 {
    top: -3px;
}
.tabs-controll__btn.btn_right:hover {
    border: none;
    opacity: 0.8;
}
.doctor_id_wrap{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 100%;
}
.doctor_id_1{
    width: 50%;
    margin-bottom: 20px;
}
.doktor.doktor_vn {
    height: auto;
    width: 100%;
}
/* 060618 end*/

/* 090618 */
.sub-menu-btn.new {
    display: block;
    position: absolute;
    top: 20px;
    right: auto;
    left: 0;
    box-shadow: 0px 0px 0px 1px #dddddd;
    border-radius: 4px;
    padding: 6px 8px 3px 5px;
    cursor: pointer;
    color: #4c6e91;
    font-size: 14px;
    font-family: "PTS_bold";
    text-transform: uppercase;
    width: 24%;
    text-align: center;
}
.sub-menu-btn.new .my-line {
    display: inline-block;
    vertical-align: middle;
    position: absolute;
    top: 7px;
    right: 20px;
}
.top-second-menu.new {
    display: none;
    position: absolute;
    right: 14%;
    top: 15px;
    box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.1), -3px -3px 10px rgba(0, 0, 0, 0.05);
    padding: 5px 5px;
}

.sub-menu-btn.fix {
    display: block;
    position: absolute;
    top: 30px;
    right: auto;
    left: 17%;
    box-shadow: 0px 0px 0px 1px #dddddd;
    border-radius: 4px;
    padding: 0px 8px 0px 5px;
    cursor: pointer;
    color: #fff;
    font-size: 14px;
    font-family: "PTS_bold";
    text-transform: uppercase;
    width: 8%;
    text-align: left;
}
.sub-menu-btn.fix .my-line {
    display: inline-block;
    vertical-align: middle;
    position: absolute;
    top: 2px;
    right: 7px;
}
.sub-menu-btn.fix .my-line__chert {
    display: block;
    width: 22px;
    height: 2px;
    border-radius: 1px;
    background-color: #fff;
    float: right;
    clear: right;
    margin: 2px 0;
}
.top-second-menu.fix {
    padding: 0 20px;
    display: none;
    position: absolute;
    top: 60px;
    background-color: rgba(77,110,147,0.8);
}
.top-second-menu.fix .top-second-menu__item > a{
        color: #fff;
}
.header_top_fix .mnu-wrap {
    padding-left: 75px;
}
.medic-foto .slide-wrap-move__item {
    width: 46%;
}
.medic-foto .slide-wrap-move__title.two {
    height: 16px;
    overflow: hidden;
}
.medic-foto .medic-slide-control__item {
    top: 39%;
}
.medic-foto .medic-slide-control__item.medic-slide-control__item_left {
    background: url(../img/medic-left-arr_2.png) no-repeat;
}
.medic-foto .medic-slide-control__item.medic-slide-control__item_right {
    background: url(../img/medic-right-arr_2.png) no-repeat;
}
/* 090618 end*/

/* 160618 */
.price-table_wrap{
    height: 100%;
}
.price_table_1{
    display: flex;
    justify-content: space-between;
    flex-wrap: nowrap;
    width: 100%;
    background-color: #5cb2e3;
    color: #fff;
    text-align: left;
}
.price_table_1 > div{
    padding: 10px;
}
.price_table_1.price_table_2{
    background-color: transparent;
    color: #4c6e93;
}
.price_table_1 div:nth-child(1){
    width: 10%;
}
.price_table_1 div:nth-child(2){
    width: 70%;
}
.price_table_1 div:nth-child(3){
    width: 14%;
}
.price-table_wrap_all {
    max-height: 300px;
}
.price-table_wrap_all .mCS-minimal.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    background-color: #fff;
    background-color: #5cb2e3;
    filter: "alpha(opacity=20)";
    -ms-filter: "alpha(opacity=20)";
}
.section_white_3 .row{
    display: block;
}
.section_white_3 .section_white_31 {
    float: left;
    margin-bottom: 20px;
}
.section_white_3 .section_white_32 {
    width: 100%;
}
/* 160618 and*/

/* 250618 */
.head-slide {
    top: 148px;
    height: 73%;
}
.headbg {
    _overflow: hidden;
}
.header-title-content {
    padding-top: 0;
}
.slider-controll{
    z-index: 101;
}
.text-slide-h{
    z-index: 100;
}
.text-slide__item{
    width: 100%;
    height: 100%;
}
.text-slide__item div:nth-child(1){
    padding: 10px 10px;
    max-width: 420px;
    position: absolute;
    bottom: 100px;
    right: 0;
    font-size: 18px;
    line-height: 24px;
    color: #fff;
    background-color: #0d8ad6;
    text-align: right;
    box-shadow: -5px 5px 5px rgba(0,0,0,0.5);
    z-index: 100;
}
.text-slide__item div:nth-child(2){
    position: absolute;
    bottom: 0;
    right: 0;
    padding: 15px 15px 10px 30px;;
    font-size: 18px;
    line-height: 12px;
    color: #4d6e93;
    background-color: rgba(255, 255, 255, 0.5);
    text-align: right;
}
.text-slide__item div:nth-child(2) span{
    font-weight: bold;
    font-size: 24px;
    line-height: 25px;
}
/* 250618 end*/

/* 240718 */
.medic-foto.razdel .medic-slide-wrap {
    height: 470px;
}
.medic-foto.razdel .slide_doctor .slide-wrap-move__item {
    width: 46%;
    height: 470px;
    margin-top: -50px;
}
.medic-foto.razdel .slide_doctor .slide-wrap-move__item  img{
    width: 100%;
    height: auto;
}
.medic-foto.razdel .slide_doctor .slick-prev {
    cursor: pointer;
    top: 36%;
    left: -5%;
    background: url(/esc/img/medic-left-arr_2.png) 0px 0px no-repeat;
}
.medic-foto.razdel .slide_doctor .slick-prev:hover {
    background: url(/esc/img/medic-left-arr_2.png) 0px 0px no-repeat;
}
.medic-foto.razdel .slide_doctor .slick-next {
    cursor: pointer;
    top: 36%;
    right: -5%;
    background: url(/esc/img/medic-right-arr_2.png) 0px 0px no-repeat;
}
.medic-foto.razdel .slide_doctor .slick-next:hover {
    background: url(/esc/img/medic-right-arr_2.png) 0px 0px no-repeat;
}
/* 240718 end*/

/* 180219 */
#respond input {
    padding-left: 5px;
    color: #676767;
}
#respond textarea {
    padding-left: 5px;
    color: #676767;
    width: 100%;
}
#respond input.commenth_11 {
    margin: 0;
    color: #fff;
}
.running_line{
    width: 74%;
    height: 50px;
    _border: 1px solid #ccc;
    border-radius: 5px;
    float: right;
    margin-top: -30px;
    font-size: 26px;
}
.medic_banner_wrap{
    margin: 30px 0;
    width: 90%;
    height: auto;
}
.medic_banner_wrap .medic_banner {
display: block;
    height: 1px;
    padding-bottom: 70%;
    position: relative;
    margin-bottom: 20px;
    border: 1px solid #ccc;
    border-radius: 5px;
    background-color: rgba(0,0,0,0.01);
}
.medic_banner_wrap .medic_banner_1 {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-size: 100% auto;
    _background-size: auto 100%;
    background-position: center center;
    background-repeat: no-repeat;
}
.banner_wrap{
    width: 74%;
    height: 50px;
    _border: 1px solid #ccc;
    border-radius: 5px;
    float: right;
    margin-top: -30px;
    font-size: 26px;
}
.banner_wrap .banner_post{
    font-size: 26px;
}
.vn .slick-vertical .slick-slide {
    display: block;
    height: 52px;
    text-align: center;
    line-height: 48px;
    overflow: hidden;
    padding-top: 0px;
}
.vn .slick-vertical .slick-slide a{
    color: #000;
}
/* 180219 end */

/* 011121 */
.header_top_201 {
    color: #fff;
    display: block;
    font-size: 24px;
    line-height: 18px;
        position: absolute;
    top: 0;
    right: 0;
}
.header_top_201:before {
    z-index: 1;
    position: absolute;
    content: "";
    top: -3px;
    left: 16px;
    width: 24px;
    height: 26px;
    background: url(../img/footer_botom_27.png) left center no-repeat;
    background-size: 100%;
    }
.header_top_201 i{
    font-size: 14px;
    text-transform: none;
    font-style: normal;
    margin-left: 5px;
    display: none;
}    
    
.header_top_202 {
    color: #fff;
    display: block;
    font-size: 16px;
    line-height: 18px;
    position: absolute;
    top: 22px;
    right: 0;
    text-transform: none;
}
/* 011121 end */

/* куки сообщение */
#cookies-using-message {
    display: none;
    padding: 10px 0 0;
    width: 100%;
    position: fixed;
    bottom: 0;
    background-color: #49aedf;
    z-index: 10000;
}
#cookies-using-message p{
    font-size: 16px;
    line-height: 20px;
    color: #fff;
}
.controls__cookie {

}
.button__cookie {
    margin-top: 1px;
    width: 200px;
    height: 40px;
    font-size: 18px;
    line-height: 35px;
    color: #fff;
    background-color: #c53131;
    background: url(../img/header_top_appointment.png) right 0px no-repeat;
    background-size: 100%;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    text-align: center;
    text-transform: uppercase;
    border: none;
    float: right;
    cursor: pointer;
}
.controls__cookie_mob {
    display: none;
    width: 20px;
    height: 20px;
    background: url(../images/content_filter_right_close.png) right 0px no-repeat;
    position: absolute;
    top: 5px;
    right: -15px;
    cursor: pointer;
}
/* куки сообщение end */

.slider.before_after {
    padding: 0;
    height: 350px;
    border: 1px solid #F0F0F0;
}
.slider.before_after .slider_bf_post_1 {
    width: 100%;
    margin-bottom: 14px;
    position: relative;
    bottom: 0;
    height: 1px;
    padding-bottom: 350px;
}
.slider.before_after .slider_bf_post_1  .slider_bf_post_11 {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}
.slider.before_after .controls .nextBtn,
.slider.before_after .controls .prevBtn {
    top: 160px;
}
.news_img {
    display: block;
    position: relative;
    width: 100%;
    height: 1px;
    padding-bottom: 67%;
}
.news_img_1 {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    border-radius: 5px 5px 0 0;
}

.main-footer .footer_25 {
    margin: 19px 0 0;
    margin: 10px 0 0;
    font-size: 18px;
    line-height: 50px;
    text-transform: uppercase;
    text-align: center;
    width: 294px;
    border: 1px solid #fff;
    border-radius: 7px;
    color: #fff;
    display: block;
}