@font-face {
    font-family: 'cocon-regularregular';
    src: url('../fonts/cocon_regular.eot');
    src: url('../fonts/cocon_regular.eot?#iefix') format('embedded-opentype'),
         url('../fonts/cocon_regular.woff2') format('woff2'),
         url('../fonts/cocon_regular.woff') format('woff'),
         url('../fonts/cocon_regular.ttf') format('truetype'),
         url('../fonts/cocon_regular.svg#cocon-regularregular') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

html {
    min-width: 1210px;
    overflow-y: scroll;
}

body {
    margin:0;
    color: #000;
    font-family: "PT Sans",Verdana,Helvetica,sans-serif;
    font-size: 16px;
    line-height: 1.3;
    background: #eeeeee;
    min-width:1210px;
}

img {
    border-style:none;
}

a {
    color:#931368;
    outline:none;
}

a:hover {
    text-decoration:none;
    color: #ce156d;
}

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

hr {
  border: 0;
  height: 1px;
  overflow: hidden;
  background: #ccc;
  margin: 10px 0;
}

* {
    outline:none;
}

input, textarea, select {
    font-family:"PT Sans", Verdana, Helvetica, sans-serif;
    vertical-align:middle;
}

form, fieldset {
    margin:0;
    padding:0;
    border-style:none;
}

header,
nav,
section,
article,
aside,
footer,
figure,
menu,
dialog {
    display: block;
}

h1{
    margin:0 0 24px;
    font-size:30px;
    line-height:35px;
    font-weight:bold;
    text-transform:uppercase;
}

h2 {
    font-size: 24px;
    margin: 0 0 15px 0;
    font-weight: bold;
}

h3 {
    margin: 0 0 15px 0;
    font-weight: bold;
    font-size:20px;
}
.b-header_h1 {
    font-family: 'cocon-regularregular', 'PT Sans', Arial, sans-serif;
    font-size: 24px;
    margin: 0 0 15px 0;
    text-transform: none;
    font-weight: normal;
}
.b-header_h2 {
    font-family: 'cocon-regularregular', 'PT Sans', Arial, sans-serif;
    font-size: 18px;
    margin: 0 0 15px 0;
    font-weight: normal;
}
.b-clinic_card__right .b-header_h2 {
    font-family: 'cocon-regularregular', 'PT Sans', Arial, sans-serif !important;
}
.fl-l {
    float: left;
}
.fl-r {
    float: right;
}
.clearfix:before,
.clearfix:after {content: ''}
.clearfix:before {
    display: table;
}
.clearfix:after {
    clear: both;
    display: block;
}
.in-bl {
    display: inline-block;
    vertical-align: top;
}
.align-left{
    float:left;
}
.align-center {
    text-align:center;
}
.align-right {
    text-align:right;
}
.l-wrapper {
    width:100%;
    position:relative;
    overflow:hidden;
}
.l-width{
    margin:0 auto;
    width:1210px;
}
.l-container {
    padding:0 0 50px;
}
.l-loader {
    position: relative;
}
.l-loader:before,
.bx-core-waitwindow:before {
    margin: -20px 0 0 -25px;
    position: absolute;
    top: 50%;
    left: 50%;
    height: 25px;
    width: 25px;
    animation: rotate 0.8s infinite linear;
    border: 6px solid #a5245b;
    border-right-color: transparent;
    border-radius: 50%;
    content: '';
    z-index: 3;
}

@keyframes rotate {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.bx-core-waitwindow {
    background: #eee none repeat scroll 0 0;
    border: 0 none;
    font-family: "PT Sans",Verdana,Helvetica,sans-serif;
    font-size: 16px;
    line-height: 38px;
    padding: 0 20px 2px 38px;
}
.bx-core-waitwindow::before {
    border-width: 4px;
    height: 15px;
    left: 8px;
    margin: 0;
    top: 8px;
    width: 15px;
}
.b-bg_white {
    background: #fff;
}
.b-bg_yellow {
    background: #ffcc1b;
}
.b-line_topbottom {
    height: 5px;
    background: url('../images/new/pattern-top-bottom.png?2') center repeat-x;
}
.b-btn_white {
    text-decoration: none;
    color: #931368;
    font-weight: 700;
    padding: 10px;
    min-width: 170px;
    border: 2px solid #931368;
    text-align: center;
    text-transform: uppercase;
    line-height: 1;
    font-size: 13px;
    position: relative;
    cursor: pointer;
}
.b-btn_white input {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    filter: alpha(opacity=0);
    cursor: pointer;
}
.b-btn_white:hover {
    color: #ce156d;
    border-color: #ce156d;
}
.b-btn_white:active {
    color: #ffc500;
    border-color: #ffc500;
}
.b-doctor_nophoto__female,
.b-doctor_nophoto__male {
    background: url('../images/new/doc-nophoto_female.jpg?2') center no-repeat;
    background-size: 100%;
}
.b-doctor_nophoto__male {
    background-image: url('../images/new/doc-nophoto_male.jpg?2');
}
.b-link_more {
    color: #931368;
    font-size: 14px;
    font-weight: 700;
    cursor: pointer;
    text-decoration: none;
    line-height: 1;
    padding-bottom: 2px;
    border-bottom: 1px dashed #931368;
}

a.b-link_more {
    text-decoration: none !important;
}
.b-link_more:hover {
    border-bottom-color: transparent;
    color: #ce156d;
}

/* table content */
table.web-table {
    border-collapse: collapse;
    border:1px solid #a00b4e;
}

table.web-table p {
    margin:0;
}

table.web-table th {
    padding: 20px 10px 15px 10px;
    color: #fff;
    font-size: 14px;
    font-weight: bold;
    background: #a00b4e;
    border-right: 1px solid #be3070;
}

table.web-table th:last-child {
    border-right: 0;
}

table.web-table td {
    padding: 10px;
    border-right: 1px solid #ae195c;
    border-bottom: 1px solid #ae195c;
    vertical-align: top;
}

table.web-table tr td:first-child {
    border-left: 1px solid #ae195c;
}
/* table content */

/* columns */
.b-column {
    float: left;
    margin-left: 8%;
}
.b-columns_two .b-column {
    width: 46%;
}
.b-columns_three .b-column {
    width: 28%
}
.b-columns_forth .b-column {
    width: 19%
}
.b-column:first-child {
    margin-left: 0 !important;
}
.b-column_twothree {
    width: 66.7%
}
.b-column_onethree {
    width: 33.3%
}
/* columns */

/* slider */
.b-slider_content {
    position: relative;
}
.b-slider_no {
    margin-right: -70px !important;
}
.b-slider_content ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
}
.b-slider_content li {
    float: left;
    margin: 0;
    padding: 0;
}
.b-slider_content .bx-prev,
.b-slider_content .bx-next {
    position: absolute;
    left:-28px;
    width: 46px;
    height: 46px;
    top: 123px;
    text-indent: -9999px;
    overflow: hidden;
    background: url('../images/new/arrow-slider_left.png?2') left center no-repeat;
}
.b-slider_content .bx-next {
    right: -28px;
    left: auto;
    background: url('../images/new/arrow-slider_right.png?2') right center no-repeat;
}
.b-slider_content .bx-prev:hover,
.b-slider_content .bx-next:hover {
    opacity: 0.6;
    filter:alpha(opacity=60);
}
.b-slider__arrow__center .bx-prev,
.b-slider__arrow__center .bx-next {
    top: 50%;
    margin-top: -23px;
}
/* slider */

/* price */
.b-price_dot {
    border-bottom: 1px dotted #666;
}
.b-price_bg {
    background-color: #fff;
    line-height: 1.1;
    padding-right: 5px;
    position: relative;
    top: 5px;
}
.b-price td {
    vertical-align: bottom;
    padding-top: 14px;
    font-size: 15px;
}

td.b-price_cost {
    font-size: 18px;
    font-weight: bold;
    text-align: right;
    white-space: nowrap;
    width: 1%;
}
.b-price_cost .b-price_bg {
    padding-left: 5px;
    top: 4px !important;
}
/* price */

/* tree multilevel */
.b-tree_link__item {
    font-size: 20px;
}
.b-tree_link__item a {
    text-decoration: none;
    color: #000;
}
.b-tree_link__item a:hover {
    text-decoration: underline;
    color: #ce156d;
}
.b-tree_link__item a.b-link_more {
    color: #931368;
}
.b-tree_link {
    position: relative;
    padding-left: 20px;
    padding-bottom: 20px;
}
.b-tree_links__sub {
    padding-left: 35px;
    margin-bottom: 8px;
    display: none;
}
.b-tree_link .l-loader:before {
    left: 100%;
    margin-left: 15px;
    width: 20px;
    height: 20px;
    margin-top: -15px;
}
.b-tree_links__sub,
.b-tree_links__sub .b-tree_link__item {
    font-size: 15px;
}
.b-tree_links__sub .b-tree_link__plus {
    top: -4px;
}
.b-tree_links__sub .b-tree_link {
    padding-bottom: 10px;
}
.b-tree_links__sub-2 .b-tree_link__item,
.b-tree_links__sub-2 .b-tree_link__item a {
    font-size: 14px;
    color: #763e59;
}
.b-tree_links__sub-1 .b-tree_links__sub {
    padding-left: 25px;
}
.b-tree_link__plus {
    position: absolute;
    line-height: 26px;
    left: 0;
    top: 0;
    width: 23px;
    text-align: center;
    color: #931368;
    cursor: pointer;
    font-weight: bold;
}
/* tree multilevel */

/* tree multilevel with price */
.b-tree_price__wrap .b-tree_links__sub {
    margin-bottom: 30px;
    margin-top: -5px;
}
.b-tree_price__wrap .b-price td {
    padding-top: 5px;
}
.b-tree_price__wrap .b-tree_link {
    cursor: pointer;
}
.b-tree_price__wrap .b-tree_link:hover {
    text-decoration: underline;
    color: #ce156d;
}
.b-tree_price__wrap .b-price {
    margin-bottom: 20px;
}
/* tree multilevel with price */

/* socail links */
.social-link {
    width: 27px;
    height: 27px;
    margin-left: 4px;
    vertical-align: middle;
    margin-top: -2px;
}
.social-link--vk {
    background: url('../images/new/i-social_vk.png?2') no-repeat;
}
.social-link--fb {
    background: url('../images/new/i-social_fb.png?2') no-repeat;
}
.social-link--inst {
    background: url('../images/new/i-social_inst.png?2') no-repeat;
}
.social-link--youtube {
    background: url('../images/new/i-social_yt.png?2') no-repeat;
}
.social-link--ok {
     background: url('../images/new/i-social_ok.png?2') no-repeat;
}
.social-link--tw {
     background:#1b95e0 url('../images/new/i-social_tw.png?2') no-repeat;
}
/* socail links */

.phone-free {
    color: #e93e1c;
    position: relative;
    font-size: 13px;
    vertical-align: top;
}

/* header */
.header {
    background: #fff;
}
.header__content {
    position: relative;
    min-height: 125px;
}
.header__logo a {
    width: 262px;
    height: 63px;
    background: url('../images/new/logo-header.png?4') no-repeat;
    position: absolute;
    left: 20px;
    top: 23px;
    overflow: hidden;
    text-indent: -9999px;
}
.header__content {
    padding-left: 330px;
    font-size: 0;
    position: relative;
    padding-right: 11px;
}
.header__vertical {
    vertical-align: middle;
    width: 100%;
}
.header__vertical--empty {
    height: 118px;
    margin-left: -1px;
    width: 1px;
}
.header__phone {
    position: relative;
}
.header__phone-column {
    width: 49.5%;
}
.header__phone-column:first-child {
    margin-right: 2.5%;
    width: 48%;
}
.header__phone-item {
    border-bottom: 1px dotted #000;
    font-size: 13px;
    line-height: 1.1;
    margin-bottom: 2px;
    padding-right: 120px;
    position: relative;
}
.header__phone--onecol .header__phone-item {
    padding-right: 155px;
    margin-bottom: 5px;
}
.header__phone-bg {
    position: relative;
    top: 3px;
    background: #fff;
}
.header__phone-num {
    bottom: -3px;
    font-weight: 700;
    padding-left: 2px;
    position: absolute;
    right: 0;
    top: auto;
}

a.header__phone-bg {
    text-decoration: none;
    color: #000;
    padding-right: 3px;
}

a.header__phone-bg:hover {
    text-decoration: underline;
}
.header__phone--onecol .header__phone-num {
    font-size: 14px;
}
.header__phone--onecol .header__phone-column {
    min-width: 400px;
    width: auto;
}
.header__buttons {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 48%;
    white-space: nowrap;
}
.header__buttons .b-btn_white {
    margin-right: 36px;
    display: inline-block;
    min-width: 167px;
}
.header__phone--onecol .header__buttons,
.header__phone--clinic .header__buttons {
    bottom: auto;
    width: auto;
    top: 50%;
    margin-top: -12px;
    margin-right: -36px;
}
.header__phone--wide .b-btn_white {
    display: block;
    margin-bottom: 15px;
}
.header__phone--wide .header__buttons {
    margin-top: -42px;
    margin-right: -5px;
}
.header__phone--msk {
    padding-right: 335px;
}
.header__phone--msk .header__buttons {
    right: 0;
    /*width: 295px;*/
    width: 310px;
}
.header__phone--msk .header__buttons .b-btn_white {
    min-width: 120px;
    margin-right: 10px;
    padding-top: 7px;
    padding-bottom: 7px;
}
.header__phone--msk .header__phone-column{
    width: 40%;
    margin: 0;
    vertical-align: middle;
}
.header__phone--msk .header__phone-column:first-child {
    width: 60%;
}
.header__phone-others {
    position: relative;
}
.header__phone-others .header__phone-num {
    display: inline-block;
    position: relative;
}
.header__phone-others .header__phone-item {
    display: inline-block;
}
.header__phone-others-last {
    position: absolute;
    left: 60%;
    top: 0px;
    white-space: nowrap;
}
.header__phone-others-last .header__phone-num {
    position: relative;
    color: #e93e1c;
}
.header__phone--msk .header__phone-item {
    border: 0;
    padding: 0;
}
.header__phone-nophone {
    padding-bottom: 12px;
    margin-bottom: 8px;
    border-bottom: 1px solid #cccccc;
}
.header__social {
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: 32px;
}
.header__phone .social-link {
    width: 22px;
    height: 22px;
    background-size: 100%;
    margin-left: 6px;
}
.header__phone-current {
    padding-top: 5px;
    position: relative;
}
.header__phone-current__phone {
    font-weight: 700;
    font-size: 18px;
    padding-top: 5px;
}
.header__phone-current__clinic {
    font-size: 14px;
    margin-bottom: 7px;
}
.header__phone-current__clinic a {
    color: #000;
    text-decoration: none;
}
.header__phone-current__clinic a:hover {
    text-decoration: underline;
}
.header__phone-select {
    position: relative;
    width: 120px;
}
.header__phone-select__label {
    font-size: 14px;
    color: #941369;
    border-bottom: 1px dashed #941369;
    cursor: pointer;
    font-weight: 700;
    position: relative;
    z-index: 130;
}
.header__phone-popup {
    background: #84003e;
    left: -25px;
    padding: 45px 25px 25px;
    position: absolute;
    top: -18px;
    white-space: nowrap;
    min-width: 450px;
    z-index: 125;
    display: none;
}
.header__phone-popup .header__phone-column {
    display: block;
    width: 100%;
    margin: 0;
}
.header__phone-popup .header__phone-item {
    border-color: #fff;
    margin-bottom: 6px;
}
.header__phone-popup .header__phone-bg {
    color: #fff;
}
.header__phone-popup .header__phone-bg {
    background: #84003e;
}
.header__phone-popup .phone-free {
    display: none !important;
}
.header__phone-select:hover .header__phone-select__label {
    color: #fff;
    border-color: transparent;
}
.header__phone-select:hover .header__phone-popup {
    display: block;
}
.header__city {
    left: 62px;
    position: absolute;
    text-align: center;
    top: 75px;
    width: 250px;
    z-index: 125;
}
.header__city-current {
    color: #941369;
    cursor: pointer;
    font-size: 14px;
    font-weight: 700;
    padding-left: 40px;
    position: relative;
    text-align: left;
    text-transform: uppercase;
    white-space: nowrap;
    z-index: 2;
}
.header__city-arr {
    border-color: #941369 transparent transparent;
    border-style: solid;
    border-width: 5px 4px;
    margin: 8px 0 0 5px;
}
.header__city:hover .header__city-current,
.header__city:hover .header__city-arr {
    color: #fff;
    border-color: #fff transparent transparent;
}
.header__city-popup {
    background: #84003e none repeat scroll 0 0;
    display: none;
    font-size: 17px;
    left: 0;
    position: absolute;
    top: -9px;
    width: 100%;
}
.header__city:hover .header__city-popup {
    display: block;
}
.header__city-popup a {
    color: #fff;
    display: block;
    text-align: left;
    text-decoration: none;
    padding: 4px 0;
}
.header__city-popup a:hover {
    color: #ffc600;
    text-decoration: underline;
}
.header__city-content {
    padding: 50px 40px 33px;
}
.header__phone-item .phone-free {
    vertical-align: bottom;
    padding-left: 13px;
    display: inline-block;
    font-size: 12px;
}
.header__phone-item .phone-free:before {
    content: '';
    position: absolute;
    display: block;
    left: 0;
    top: 2px;
    width: 10px;
    height: 10px;
    background: url('../images/new/i-phone-red.png?2') no-repeat;
    background-size: 100% auto;
}
.header__phone-current .phone-free {
    vertical-align: top;
    padding-top: 2px;
    margin-left: 5px;
    display: inline-block;
    font-weight: 700;
    font-size: 14px;
}
.header__phone-current .phone-free:before {
    display: none;
}
.header__phone--onecol .header__phone-item .phone-free {
    font-size: 13px;
}
.b-header_search {
    bottom: 10px;
    padding-right: 42px;
    position: absolute;
    right: 0;
    width: 195px;
    z-index: 2;
}
.b-header_search__submit {
    border: 0 none;
    cursor: pointer;
    height: 30px;
    position: absolute;
    right: 0;
    top: 3px;
    width: 42px;
    background: url('../images/new/i-search.png?3') center no-repeat;
}
.b-header_search__input {
    border: 0;
    background: transparent;
    border-bottom: 2px solid #941369;
    padding: 5px 0 2px 2px;
    font-size: 14px;
    width: 98%;
}
.b-header_search__input::-moz-placeholder {
    color: #000;
    opacity:1;
}
.b-header_search__input::-webkit-input-placeholder {
    color: #000;
    opacity:1;
}
.b-header_search__input:focus:-moz-placeholder {
   opacity: 0;
}
.b-header_search__input:focus::-moz-placeholder {
   opacity: 0;
}
.b-header_search__input:focus::-webkit-input-placeholder {
   opacity: 0;
}
.header__hotline {
    position: absolute;
    width: 295px;
    right: 0;
    top: 9px;
}
/* header */

/* hotline */
.hotline {
    color: #aa1879;
    font-size: 24px;
    font-weight: bold;
}

.hotline__note {
    font-size: 12px;
    text-transform: uppercase;
}

.hotline__phone {
    position: relative;
    padding-left: 25px;
}

.header__hotline .hotline__phone a {
    text-decoration: none;
    color: #aa1879;
}

.hotline__phone:before {
    content: '';
    position: absolute;
    display: block;
    left: 0;
    top: 7px;
    width: 18px;
    height: 18px;
    background: url('../images/new/i-phone-darkred.png') no-repeat;
    background-size: 100% auto;
}
/* hotline */

/* footer */
.footer {
    background: #fff;
    max-height: 10000em;
}
.footer__copy {
    text-align: center;
    padding: 11px 0 13px;
}
.footer__social {
    float: right;
    font-size: 14px;
    line-height: 48px;
    margin-left: -20px;
    padding-right: 25px;
}
.footer__menu {
    padding-left: 10px;
    font-size: 15px;
    font-weight: 700;
}
.footer__menu a {
    line-height: 48px;
    padding: 0 15px;
    text-decoration: none;
}
.footer__menu a:hover {
    color: #ce156d;
    text-decoration: underline;
}
.footer__info {
    background: #960144;
}
.footer__info td {
    vertical-align: middle;
    padding: 23px 30px;
}
.footer__info .jq-checkbox {
    border-color: transparent;
}
.footer__logo {
    background: #8e0d47;
}
.footer__logo-pic {
    width: 107px;
    height: 72px;
    overflow: hidden;
    display: block;
    margin: 0 auto;
    text-indent: -9999px;
    background: url('../images/new/logo-footer.png?2') no-repeat;
}
.footer__subscribe {
    background: #b0175c;
}
.footer__phone {
    background: #a00b4e;
}
.footer__phone-item {
    border-bottom: 1px dotted #fff;
    font-size: 13px;
    line-height: 1.25;
    margin-bottom: 7px;
    padding-right: 120px;
    position: relative;
    color: #fff;
}
.footer__phone-bg {
    background: #a00b4e;
    position: relative;
    top: 3px;
    color: #fff;
}

a.footer__phone-bg {
    text-decoration: none;
}

a.footer__phone-bg:hover {
    text-decoration: underline;
    color: #fff;
}
.footer__phone-num {
    bottom: -5px;
    font-weight: 700;
    padding-left: 2px;
    position: absolute;
    right: 0;
    top: auto;
}
.footer__subscribe-checkbox {
    color: #fff;
    margin-bottom: 10px;
}
.footer__subscribe-checkbox label {
    margin-right: 12px;
}
.footer__subscribe-inputs {
    position: relative;
    padding-right: 140px;
}
.footer__subscribe-input {
    background: #fff none repeat scroll 0 0;
    border: 0 none;
    height: 34px;
    line-height: 34px;
    padding-left: 15px;
    position: relative;
    width: 100%;
    z-index: 2;
}
.footer__subscribe-input::-moz-placeholder {
    color: #000;
    opacity:1;
}
.footer__subscribe-input::-webkit-input-placeholder {
    color: #000;
    opacity:1;
}
.footer__subscribe-input:focus:-moz-placeholder {
   opacity: 0;
}
.footer__subscribe-input:focus::-moz-placeholder {
   opacity: 0;
}
.footer__subscribe-input:focus::-webkit-input-placeholder {
   opacity: 0;
}
.footer__subscribe-inputs .b-btn_white {
    border-color: #c93e7d;
    color: #fff;
    min-width: 100px;
    position: absolute;
    right: 0;
    top: 0;
}
.footer__mobile {
    float: left;
    margin-right: -100%;
    font-weight: bold;
    text-decoration: none;
    position: relative;
    display: block;
    margin-left: 78px;
}
.footer__mobile:hover {
    text-decoration: underline;
}
.footer__mobile:before {
    content: "";
    display: block;
    height: 22px;
    left: -19px;
    position: absolute;
    top: -1px;
    width: 13px;
    background: url('../images/new/i-mobile.png?2') no-repeat;
}
.scroll-top {
    position: fixed;
    right: 30px;
    bottom: 30px;
    border: 1px solid #d4d4d4;
    -webkit-box-shadow: 0 0 12px rgba(0, 0, 0, .1);
    box-shadow: 0 0 12px rgba(0, 0, 0, .1);
    background: #fff;
    background: rgba(255,255,255,0.6);
    width: 50px;
    height: 50px;
    line-height: 39px;
    text-align: center;
    cursor: pointer;
    font-size: 42px;
    z-index: 130;
    color: #960144;
}
.scroll-top:after {
    border-color: transparent transparent #941369;
    border-style: solid;
    border-width: 10px 8px;
    margin: -14px 0 0 -7px;
    position: absolute;
    left: 50%;
    top: 50%;
    content: '';
    display: block;
}
.scroll-top:hover {
    background: #fff;
    background: rgba(255,255,255,0.8);
    color: #000;
}
/* footer */

/* main banner */

.b-banner_main {
    position: relative;
    background: #a90452;
}
.b-banner_main__bg-l,
.b-banner_main__bg-r {
    position: absolute;
    width: 20000em;
    height: 100%;
    right: 100%;
    background: #ff3600 url('../images/new/bg-banner_main_left.png?3') right 0 repeat-x;
}
.b-banner_main__bg-r {
    right: auto;
    left: 100%;
    background: #ff3600 url('../images/new/bg-banner_main_right.png?3') left 0 repeat-x;
}
.b-banner_main__header {
    position: absolute;
    right: 0;
    top: 0;
    width: 550px;
    height: 100%;
    background: url('../images/new/bg-banner_main_txt.png?3') no-repeat;
    color: #fff;
    font-family: 'cocon-regularregular', 'PT Sans', Arial, sans-serif;
    font-size: 18px;
    line-height: 24px;
}
.b-banner_main__header .in-bl {
    width: 100%;
    vertical-align: middle;
}
.b-banner_main__header-empty.in-bl {
    width: 1px;
    margin-left: -1px;
    height: 92px;
}
.b-banner_main__header-padding {
    padding: 0 15px 0 30px;
}
.b-banner_main__header-big {
    font-size: 30px;
}
.b-banner_main__corners {
    width: 660px;
    position: absolute;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 55;
}
.b-banner_main__corner-l {
    position: absolute;
    left: 0;
    top: 0;
    width: 137px;
    height: 226px;
    background: url('../images/new/corner-banner_main_left.png?4') no-repeat;
}
.b-banner_main__corner-r {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 136px;
    height: 138px;
    background: url('../images/new/corner-banner_main_right.png?4') no-repeat;
}
.b-banner_main__container {
    margin: 0;
    padding: 0;
    height: 230px;
    overflow: hidden;
}
.js .b-banner_main__container li {
    display: none;
}
.js .b-banner_main__container li:first-child {
    display: block;
}
.b-banner_main__container li {
    width: 100%;
    height: 230px;
    padding: 0;
    margin: 0;
}
.b-banner_main__pic {
    width: 660px;
    height: 230px;
    overflow: hidden;
}
.b-banner_main__pic img {
    width: 100%;
}
.b-banner_main__txt {
    color: #fff;
    font-size: 13px;
    line-height: 15px;
    position: absolute;
    right: 137px;
    top: 98px;
    width: 416px;
    word-wrap: break-word;
}
.b-banner_main__txt-item {
    width: 33.3%;
    float: left;
}
.b-banner_main__txt-padding {
    padding: 0 0 0 14px;
    position: relative;
}
.b-banner_main__txt-dash {
    position: absolute;
    margin-left: -16px;
    display: none;
}
.b-banner_main .bx-controls {
    position: absolute;
    left: 0;
    width: 100%;
    bottom: 0;
    z-index: 60;
}
.b-banner_main .bx-prev,
.b-banner_main .bx-next {
    position: absolute;
    left: 0;
    width: 46px;
    height: 46px;
    bottom: 0;
    text-indent: -9999px;
    overflow: hidden;
    background: url('../images/new/arrow-banner_main_left.png?2') no-repeat;
}
.b-banner_main .bx-next {
    right: 0;
    left: auto;
    background: url('../images/new/arrow-banner_main_right.png?2') no-repeat;
}
.b-banner_main .bx-pager {
    position: absolute;
    bottom: 0;
    left: 46px;
    height: 40px;
    white-space: nowrap;
}
.b-banner_main .bx-pager-item {
    width: 38px;
    height: 40px;
    overflow: hidden;
    text-indent: -9999px;
    display: inline-block;
}
.b-banner_main .bx-pager-link {
    height: 40px;
    display: block;
    position: relative;
}
.b-banner_main .bx-pager-link:after {
    display: block;
    content: '';
    position: absolute;
    left: 50%;
    top: 50%;
    margin: -6px 0 0 -6px;
    width: 8px;
    height: 8px;
    border-radius: 100%;
    border: 2px solid #fff;
}
.b-banner_main .bx-pager-link.active:after {
    background: #fff;
}
.b-banner_main__link {
    display: block;
}
/* main banner */

/* inner banner */
.b-banner_inner__wrap {
    height: 150px;
    background: #ffae00;
    overflow: hidden;
}
.b-banner_inner {
    position: relative;
}
.b-banner_inner__slider {
    list-style-type: none;
    margin: 0;
    padding: 0;
    height: 150px;
}
.b-banner_inner__slider li {
    float: left;
    width: 100%;
    height: 150px;
    position: relative;
}
.b-banner_inner__slider a {
    display: block;
    width: 100%;
    height: 150px;
}
.b-banner_inner__slider img {
    max-height: 150px;
    width: auto;
    margin-left: 30px;
}
.b-banner_inner__txt {
    color: #fff;
    font-size: 22px;
    left: 650px;
    line-height: 24px;
    position: absolute;
    top: 35px;
    width: 480px;
}
.b-banner_inner .gallery-title {
    font-family: 'cocon-regularregular', 'PT Sans', Arial, sans-serif;
    font-size: 35px;
    display: block;
    margin-bottom: 6px;
    line-height: 28px;
}
.b-banner_inner .bx-controls {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    z-index: 55;
    text-align: right;
}
.b-banner_inner .bx-next,
.b-banner_inner .bx-prev {
    position: absolute;
    left: 13px;
    width: 46px;
    height: 46px;
    top: -100px;
    text-indent: 9999px;
    overflow: hidden;
    background: url('../images/new/arrow-slider_left.png?2') left center no-repeat;
}
.b-banner_inner .bx-next {
    right: 13px;
    left: auto;
    background: url('../images/new/arrow-slider_right.png?2') right center no-repeat;
}
.b-banner_inner .bx-pager {
    bottom: 0;
    position: absolute;
    right: 5px;
    white-space: nowrap;
}
.b-banner_inner .bx-pager-item {
    display: inline-block;
    margin: 0 7px 8px;
}
.b-banner_inner .bx-pager-link {
    display: block;
    width: 10px;
    height: 10px;
    overflow: hidden;
    background: #931368;
    border-radius: 100%;
    text-indent: 9999px;
}
.b-banner_inner .bx-pager-link.active {
    background: #fff;
}
/* inner banner */

/* fixed callback button */
@keyframes ring {
  from {
    transform: scale3d(1, 1, 1);
  }
  3%,
  5% {
    transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -10deg);
  }
  7%,
  12%,
  17%,
  22% {
    transform: scale3d(1.3, 1.3, 1.3) rotate3d(0, 0, 1, 10deg);
  }
  10%,
  15%,
  20% {
    transform: scale3d(1.3, 1.3, 1.3) rotate3d(0, 0, 1, -10deg);
  }
  30%,
  to {
    transform: scale3d(1, 1, 1);
  }
}
.banner-callback {
    position: fixed;
    right: 0;
    top: 50%;
    margin-top: -23px;
    width: 46px;
    height: 46px;
    background: #fff;
    border: 3px solid #e93e1c;
    border-radius: 6px 0 0 6px;
    border-right: 0;
    cursor: pointer;
    text-align: center;
    line-height: 42px;
}
.banner-callback__ico {
    -webkit-animation-name: ring;
    animation-name: ring;
    -webkit-animation-duration: 4s;
    animation-duration: 4s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-delay: 2s;
    animation-delay: 2s;
    background: url('../images/new/i-phone-red.png?2') no-repeat;
    width: 27px;
    height: 27px;
    margin-left: 2px;
    vertical-align: middle;
}
/* fixed callback button */

/* fixed banner */
.banner-fix {
    position: fixed;
    right: 30px;
    bottom: 30px;
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.3);
    display: none;
    opacity:0;
    filter: alpha(opacity=0);
    bottom: -100px;
    z-index: 10;
}
.banner-fix img {
    display: block;
}
.banner-fix__close {
    background: rgba(0, 0, 0, 0) url("../images/close01.png") no-repeat scroll 0 0;
    height: 10px;
    margin: 10px 10px 0 0;
    overflow: hidden;
    position: absolute;
    right: 0;
    text-indent: -9999px;
    top: 0;
    width: 10px;
    z-index: 20;
    cursor: pointer;
    z-index: 2;
}
/* fixed banner */

/* breadcrumbs */
.b-breadcrumbs {
    margin: 15px 0;
    font-size: 13px;
}
.b-breadcrumbs a {
    text-decoration: none;
}
.b-breadcrumbs a:hover {
    color: #ce156d;
    text-decoration: underline;
}
.b-breadcrumbs_current {
    color: #b5a1ae;
}
.b-breadcrumbs_gt {
    margin: 0 6px;
}
/* breadcrumbs */

/* menu top */
.menu-top {
    position: relative;
    z-index: 120;
    background: #eeeeee;
}
.menu-top__content {
    font-size: 0;
    white-space: nowrap;
    position: relative;
    padding-right: 250px;
}
.menu-top__items {
	display: table;
	width: 100%;
}
.b-menu_top__link {
    color: #941369;
    text-decoration: none;
    line-height: 45px;
    padding-bottom: 1px;
    font-weight: bold;
    font-size: 14px;
    text-align: center;
    display: block;
    text-transform: uppercase;
    padding: 0 15px;
}
.b-menu_top__active .b-menu_top__link {
    color: #000;
}
.b-menu_top__hover .b-menu_top__link,
.b-menu_top__box:hover .b-menu_top__link {
    background: #84003e;
    color: #fff;
}
.b-menu_top__box {
    position: relative;
    display: table-cell;
    width: 1%;
}
.b-menu_sub__wrap {
    position: absolute;
    top: 100%;
    background: #84003e;
    text-align: left;
    white-space: normal;
    display: none;
    min-width: 275px;
}
.b-menu_sub__wrap a {
    color: #fff;
    display: block;
    padding: 8px 35px;
    text-decoration: none;
    font-size: 16px;
}
.b-menu_sub {
    padding: 20px 0;
}
.b-menu_sub__wrap a:hover {
    color: #e3a715;
    text-decoration: underline;
}
.b-menu_service {
    display: table;
    width: 100%;
    min-width: 600px;
}
.b-menu_service__left,
.b-menu_service__right {
    display: table-cell;
    vertical-align: top;
}
.b-menu_service__left {
    width: 360px;
    background: #9a0048;
}
.b-menu_service__col {
    width: 33.3%;
    float: left;
    padding-top: 20px;
}
.b-menu_sub__services-col2 .b-menu_service__col {
    width: 50%;
}
.b-menu_sub__services-col2 .b-menu_service__right {
    padding-left: 20px;
}
.b-menu_service__right {
    padding: 0 0 35px 35px;
}
.b-menu_service__detail {
    padding: 18px 43px;
}
.b-menu_service__detail a {
    display: block;
    margin-bottom: 3px;
    font-size: 20px;
    position: relative;
    padding-left: 17px;
    position: relative;
}
.b-menu_service__detail a:before {
    display: block;
    content: '';
    position: absolute;
    left: 0;
    top: 14px;
    width: 11px;
    height: 15px;
    overflow: hidden;
    background: url('../images/new/arrow-menu_sub.png?2') no-repeat;
}
.b-menu_service__detail a:hover:before {
    background-position: 0 -15px;
}
.b-menu_service__detail-txt {
    display: block;
    padding-top: 5px;
    font-size: 14px;
    color: #c88ea8;
    line-height: 16px;
}
.b-menu_service__detail a:hover .b-menu_service__detail-txt {
    color: #e3a715;
}

a.b-menu_sub__link {
    font-size: 20px;
    margin-left: 30px;
    padding-left: 5px;
    padding-top: 15px;
}

a.b-menu_sub__link-border {
    border-top: 1px solid #b42a75;
    margin-top: 15px;
}

a.b-menu_sub__link-actions {
    color: #e3a715;
}
/* menu top */

/* social icons */
.social-ico {
    margin: 25px 0 6px;
}
.social-ico .title {
    font-size: 14px;
    font-weight: 700;
    margin-bottom: 4px;
}
.social-likes {
    margin: 0;
    min-height: 0;
}
.social-likes__widget {
    line-height: 24px;
    height: 24px;
    margin: 3px;
    background: transparent;
}
.social-likes__widget:first-child {
    margin-left: 0;
}
.social-likes__button {
    padding: 0;
    overflow: hidden;
    width: 24px;
    height: 24px;
    text-indent: -9000px;
    text-align: center;
    display: inline-block;
    vertical-align: top;
}
.social-likes__icon {
    text-indent: 0;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    width: 20px;
    height: 20px;
    line-height: 20px;
}
.social-likes__counter {
    vertical-align: top;
    color: #000;
    height: 24px;
    border: 1px solid #ededed;
    background-color: #fff;
    margin-left: 6px;
    position: relative;
    padding: 0 5px 0 4px;
    min-width: 24px;
    text-align: center;
}
.social-likes__counter:before,
.social-likes__counter:after {
    position: absolute;
    z-index: 2;
    top: 50%;
    left: -4px;
    margin-top: -4px;
    border-width: 4px;
    border-left-width: 0;
    border-style: solid;
    border-color: transparent;
    content: '';
}
.social-likes__counter:before {
    z-index: 1;
    left: -5px;
    margin-top: -5px;
    border-width: 5px;
    border-left-width: 0;
    border-right-color: #ededed;
}
.social-likes__counter:after {
    border-right-color: #fff;
}
.social-likes__button_vkontakte {
    background-color: #4c75a3;
}
.social-likes__icon_vkontakte:before {
    vertical-align: -4px;
}
.social-likes__button_odnoklassniki {
    background-color: #f48420;
}
.social-likes__button_twitter {
    background-color: #00abf1;
}
.social-likes__button_facebook {
    background-color: #3b5998;
}
.social-likes__button_mailru {
    background-color: #168de2;
}
.social-likes_ready .social-likes__counter_empty {
    display: inline-block;
}
/* social icons */

/* mobile panel */
.mobile-version .l-wrapper {
    padding-bottom: 200px;
}

html .mobile-version * {
    //max-height:1000000px;
}

html .mobile-version {
    -webkit-text-size-adjust: none;
}
.mobile-panel-phone {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 200px;
    z-index: 9999;
    font-size: 60px;
    background: rgba(111,111,111,0.6);
    line-height: 200px;
    text-align: center;
    color: #fff;
    display: block;
    text-decoration: none;
    -moz-text-size-adjust:100%;
    -ms-text-size-adjust:100%;
    -webkit-text-size-adjust:100%;
    -webkit-tap-highlight-color:rgba(255,255,255,0);
    -webkit-focus-ring-color:rgba(255,255,255,0)
}
.mobile-panel-phone.hover-effect {
    background: rgba(111,111,111,0.8);
}
.mobile-panel-phone img {
    vertical-align: middle;
    margin-top: -10px;
    margin-left: 20px;
}
.mobile-panel-click {
    height: 200px;
    position: relative;
}
.mobile-panel-overlay {
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    display: none;
    background: rgba(0,0,0,0.6);
    z-index: 2;
}
.mobile-panel-phone-select {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    background: #fff;
    display: none;
    z-index: 3;
    max-height: 900px;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
}
.mobile-panel-phone-select a {
    display: block;
    text-decoration: none;
    padding: 40px 20px;
    color: #000;
    line-height: 1;
    border-top: 2px solid #ccc;
    font-size: 50px;
}
.mobile-panel-phone-select a.hover-effect {
    background: #efefef;
}
/* mobile panel */

/* news */
.b-news_wrap {
    padding: 30px 60px;
    margin-bottom: 20px;
}
.b-news {
    padding-top: 30px;
    margin-bottom: 8px;
}
.b-news_item {
    margin-bottom: 45px;
}
.b-news_col {
    display: block;
    width: 29%;
    float: left;
    margin-left: 6.5%;
    line-height: 1;
    text-decoration: none;
    color: #000;
}
.b-news_link {
    text-decoration: none;
    color: #000;
    display: block;
}
.b-news_col:first-child {
    margin-left: 0;
}
.b-news_switch {
    float: right;
    font-weight: 700;
    border-bottom: 1px dashed #931368;
    padding-bottom: 2px;
    cursor: pointer;
    line-height: 1;
    margin-top: 5px;
    margin-left: -100%;
    color: #931368;
}
.b-news_switch:hover {
    border-bottom-color: transparent;
    color: #ce156d;
}
.b-news_pic {
    display: block;
    margin-bottom: 17px;
    height: 179px;
    overflow: hidden;
    background: #efefef;
    position: relative;
}
.b-news_pic img {
    height: 100%;
    width: auto;
}
.b-news_date {
    display: block;
    margin-bottom: 5px;
    font-size: 12px;
}
.b-news_name {
    display: block;
    margin-bottom: 15px;
    font-size: 20px;
    color: #931368;
}
.b-news_txt {
    line-height: 17px;
    font-size: 14px;
    display: block;
}
.b-news_col:hover .b-news_name,
.b-news_link:hover .b-news_name {
    text-decoration: underline;
    color: #ce156d;
}
/* news */

/* widgets footer */
.b-widgets_footer__wrap {
    margin-bottom: 20px;
}
.b-widgets_footer__col {
    float: left;
    width: 32%;
    margin-left: 2%;
    height: 515px;
}
.b-widgets_footer__padding {
    padding: 0 40px;
}
.b-widgets_footer__col:first-child {
    margin-left: 0%;
}
.b-widgets_footer__height {
    height: 350px;
    padding-top: 20px;
    overflow: hidden;
    margin-bottom: 30px;
    position: relative;
}
.b-widgets_footer__col .b-header_h2 {
    margin-bottom: 7px;
    margin-top: 34px;
}
.b-widgets_footer__more a {
    text-decoration: none;
    font-weight: bold;
    color: #931368;
    display: block;
}
.b-widgets_footer__more a:hover {
    text-decoration: underline;
    color: #ce156d;
}
.b-widgets_footer__fio {
    font-weight: bold;
    color: #931368;
    font-size: 14px;
}
.b-widgets_footer__pic {
    width: 45px;
    height: 45px;
    overflow: hidden;
    position: relative;
    border-radius: 100%;
    margin: 0 7px;
}
.b-widgets_footer__pic img {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    margin: auto;
    max-width: 100%;
    height: auto;
    border-radius: 100%;
}
.b-widgets_footer__pic:after {
    display: block;
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #000;
    border-radius: 100%;
    opacity: 0.05;
    filter:alpha(opacity=5);
}
.b-widgets_footer__faq-item {
    display: block;
    text-decoration: none;
    margin-bottom: 16px;
    font-size: 13px;
    line-height: 15px;
    color: #000;
}
.b-widgets_footer__faq-date {
    display: block;
    margin-bottom: 4px;
    font-size: 12px;
}
.b-widgets_footer__faq-name {
    display: block;
    margin-bottom: 17px;
    font-size: 18px;
}
.b-widgets_footer__faq-item:hover .b-widgets_footer__faq-question {
    color: #666;
    text-decoration: underline;
}
.b-widgets_footer__faq-item:hover .b-widgets_footer__faq-name {
    text-decoration: underline;
    color: #ce156d;
}
.b-widgets_footer__faq-question {
    display: block;
    margin-bottom: 5px;
}
.b-widgets_footer__faq-answer {
    display: block;
    padding: 9px 40px 15px 60px;
    margin: 0 -40px;
    background: #fff5eb;
}
.b-widgets_footer__history-item {
    display: block;
    text-decoration: none;
    margin-bottom: 32px;
    font-size: 13px;
    line-height: 16px;
    color: #000;
}
.b-widgets_footer__history-item:hover .b-widgets_footer__history-name {
    text-decoration: underline;
    color: #ce156d;
}
.b-widgets_footer__history-name {
    display: block;
    font-size: 20px;
    line-height: 23px;
}
.b-widgets_footer__history-doctor {
    display: block;
    font-size: 14px;
}
.b-widgets_footer__history-doctor .in-bl {
    vertical-align: middle;
}
.b-widgets_footer__opinion {
    margin-top: -10px;
}
.b-widgets_footer__opinion-item {
    display: block;
    text-decoration: none;
    margin-bottom: 12px;
    font-size: 13px;
    line-height: 16px;
    color: #000;
}
.b-widgets_footer__opinion-name {
    display: block;
    font-size: 18px;
    height: 45px;
    line-height: 23px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.b-widgets_footer__opinion-item:hover .b-widgets_footer__opinion-name,
.b-widgets_footer__opinion-item:hover .b-widgets_footer__fio {
    text-decoration: underline;
    color: #ce156d;
}
.b-widgets_footer__opinion-name .in-bl {
    max-width: 135px;
    overflow: hidden;
    text-overflow: ellipsis;
    vertical-align: middle;
}
.b-widgets_footer__opinion-arr {
    font-size: 18px;
    font-weight: bold;
    margin-left: 5px;
    margin-right: -3px;
}
.b-widgets_footer__opinion .b-widgets_footer__fio {
    position: relative;
    top: 2px;
}
.b-widget_footer__shadow {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 15px;
    z-index: 5;
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzFlNTc5OSIgc3RvcC1vcGFjaXR5PSIwIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmZmZmZmYiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top,  rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,0)), color-stop(100%,rgba(255,255,255,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%); /* IE10+ */
    background: linear-gradient(to bottom,  rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#001e5799', endColorstr='#ffffff',GradientType=0 ); /* IE6-8 */
}
.b-widgets_footer__noitems {
    text-align: center;
    padding-top: 35px;
    line-height: 24px;
    font-size: 20px;
    cursor: pointer;
    margin-top: 0;
}
.b-widgets_footer__noitems-pic {
    height: 164px;
    overflow: hidden;
    margin-bottom: 10px;
    background: url('../images/new/gag-widget_history.jpg?2') no-repeat;
}
.b-widgets_footer__opinion .b-widgets_footer__noitems-pic {
    background: url('../images/new/gag-widget_opinions.jpg?2') no-repeat;
}
.b-widgets_footer__faq .b-widgets_footer__noitems-pic {
    background: url('../images/new/gag-widget_faq.jpg') no-repeat;
}
.b-widgets_footer__noitems-txt {
    margin-bottom: 29px;
}
.b-widgets_footer__noitems:hover .b-widgets_footer__noitems-txt {
    text-decoration: underline;
    color: #a80050;
}
/* widgets footer */

/* clinics main */
.b-clincs_main__wrap {
    margin-top: 25px;
    padding: 30px 60px 0;
}
.b-clincs_main__wrap .b-header_h1 {
    margin-bottom: 48px;
}
.clinic-subtitle {
    font-weight: 400;
    margin: 0 0 25px;
    text-transform: none;
    color: #941369;
    font-family: 'cocon-regularregular', 'PT Sans', Arial, sans-serif;
}
.b-clinic_card__right .clinic-subtitle {
    font-family: 'cocon-regularregular', 'PT Sans', Arial, sans-serif !important;
}
.b-clincs_main__link {
    display: block;
    text-decoration: none;
    color: #000;
}
.b-clincs_main__pic {
    display: block;
    height: 175px;
    background: #efefef;
    overflow: hidden;
    margin-bottom: 14px;
    cursor: pointer;
    position: relative;
}
.b-clincs_main__pic-overlay {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    font-size: 20px;
    font-weight: 700;
    color: #fff;
    text-align: center;
    padding-top: 110px;
    background: rgb(0,0,0);
    background: rgba(0,0,0,0.5);
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    -ms-transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
}
.b-clincs_main__pic-overlay:after {
    position: absolute;
    left: 50%;
    top: 55px;
    width: 45px;
    height: 45px;
    margin-left: -22px;
    content: '';
    display: block;
    background: url('../images/new/i-main-popup.png') no-repeat;
}
.b-clincs_main__pic:hover .b-clincs_main__pic-overlay,
.b-clincs_main__pic-open .b-clincs_main__pic-overlay {
    opacity: 1;
    filter: alpha(opacity=100);
}
.b-clincs_main__pic-btn {
	position: absolute;
	right: 30px;
	bottom: 10px;
	background-color: #ffc600;
	border: 2px solid #d77b01;
	border-right: 0;
	font-weight: 700;
	height: 26px;
    line-height: 1;
    padding: 8px 10px 0 19px;
	color: #000 !important;
}
.b-clincs_main__pic-btn:after {
	border-color: transparent transparent transparent #ffc600;
    border-style: solid;
    border-width: 17px;
    content: "";
    display: block;
    position: absolute;
    right: -33px;
    top: 0;
}
.b-clincs_main__pic-btn:before {
	border-color: transparent transparent transparent #d77b01;
    border-style: solid;
    border-width: 19px;
    content: "";
    display: block;
    position: absolute;
    right: -38px;
    top: -2px;
}
.b-clincs_main__pic-btn:hover {
	background-color: #ffd648;
}
.b-clincs_main__pic-btn:hover:after {
	border-color: transparent transparent transparent #ffd648;
}
.b-clincs_main__name {
    display: block;
    color: #931368;
    font-size: 20px;
    margin-bottom: 10px;
    line-height: 24px;
}
.b-clincs_main__link:hover .b-clincs_main__name  {
    text-decoration: underline;
    color: #a80050;
}
.b-clincs_main__address {
    font-size: 16px;
    display: block;
    line-height: 18px;
    margin-bottom: 20px;
    margin-right: -4px;
}
.b-clincs_main__address strong {
    font-size: 14px;
}
.b-clincs_main__map {
    height: 355px;
    background: #f7f7f7;
    overflow: hidden;
}
.b-clincs_main__map-moscow {
    margin-bottom: 50px;
}
.b-clincs_main__map-clinics {
    float: right;
    height: 355px;
    background: #efefef;
    width: 355px;
    font-size: 16px;
}
.b-clincs_main__map-clinics__list {
    display: table-cell;
    height: 355px;
    padding: 5px 15px 0 30px;
    vertical-align: middle;
}
.b-clincs_main__map-clinics a {
	display: block;
	padding-left: 14px;
	margin-bottom: 17px;
	text-decoration: none;
	line-height: 1.1;
	background: url('../images/new/i-geo.png') 0 3px no-repeat;
}
.b-clincs_main__map-clinics a:hover {
	text-decoration: underline;
}
.b-clincs_main__phone {
    margin-bottom: 5px;
    display: block;
}
.b-clincs_main__adv {
    height: 175px;
    background: #d32175;
    position: relative;
    color: #fff;
    font-family: 'cocon-regularregular';
    font-size: 24px;
}
.b-clincs_main__adv-cubics {
    position: absolute;
    right: 0;
    bottom: 0;
    background: #941268;
    width: 58px;
    height: 58px;
}
.b-clincs_main__adv-cubics-2 {
    background: #a51f78;
    bottom: 58px;
}
.b-clincs_main__adv-cubics-3 {
    background: #b42a75;
    bottom: 116px;
}
.b-clincs_main__adv-cubics-4 {
    background: #b42a75;
    right: 58px;
}
.b-clincs_main__adv-cubics-5 {
    background: #bc1e69;
    right: 116px;
}
.b-clincs_main__adv-cubics-6 {
    background: #d7367a;
    right: 58px;
    bottom: 58px;
}
.b-clincs_main__adv--orange {
	background: #e32d03;
}
.b-clincs_main__adv--orange .b-clincs_main__adv-cubics {
	background: #e32d03;
}
.b-clincs_main__adv--orange .b-clincs_main__adv-cubics-2 {
	background: #ff3600;
}
.b-clincs_main__adv--orange .b-clincs_main__adv-cubics-3 {
	background: #f74b23;
}
.b-clincs_main__adv--orange .b-clincs_main__adv-cubics-4 {
	background: #ff5400;
}
.b-clincs_main__adv--orange .b-clincs_main__adv-cubics-5 {
	background: #ee3232;
}
.b-clincs_main__adv--orange .b-clincs_main__adv-cubics-6 {
	background: #ff9600;
}
.b-clincs_main__adv-txt {
	padding: 70px 0 0 15px;
}
.b-clincs_main__adv-list {
	padding: 0;
	margin: 15px 0 0 15px;
	list-style-type: none;
	font-size: 18px;
}
.b-clincs_main__adv-list li {
	padding: 0 0 13px 20px;
	background: url('../images/new/i-checkbox.png') 0 9px no-repeat;
}
/* clinics main */

/* clinics main columnn */
.b-clincs_main__item {
	position: relative;
}
.b-clincs_main__col {
    display: block;
    float: left;
    margin-bottom: 63px;
    margin-left: 6.5%;
    display: block;
}
.b-clincs_main__col-three {
    width: 29%;
}
.b-clincs_main__col-two {
    width: 63.5%;
}
.b-clincs_main__col-one {
    width: 100%;
}
.b-clincs_main__col:first-child {
    margin-left: 0%;
}
.b-clincs_main__col-half {
    width: 46.5%;
}
/* clinics main columnn */

/* main ufa */
.b-clincs_main__ufa {
    padding-bottom: 53px;
}
.b-clincs_main__ufa .b-clincs_main__col-two {
    width: 58%;
}
.b-clincs_main__ufa .b-clincs_main__col-three {
    width: 35.5%;
    min-height: 294px;
    position: relative;
}
.b-clincs_main__ufa .b-clincs_main__col-half {
    width: 47.5%;
    margin-left: 5%;
}
.b-clincs_main__ufa .b-clincs_main__col {
    margin-bottom: 0;
}
.b-clincs_main__ufa .b-btn_white {
    margin-top: 5px;
}
.b-clincs_main__ufa .b-clincs_main__col-half:first-child {
    margin-left: 0;
}
.b-clincs_main__ufa .b-clincs_main__pic {
    height: 294px;
    width: 294px;
}
.b-clincs_main__ufa .b-clincs_main__pic-overlay {
    padding-top: 170px;
}
.b-clincs_main__ufa .b-clincs_main__pic-overlay:after {
    top: 115px;
}
.b-clincs_main__ufa .b-clincs_main__map {
    height: 294px;
}
.b-clincs_main__ufa-txt {
    font-size: 16px;
    display: block;
    line-height: 18px;
    margin-bottom: 10px;
}
.b-clincs_main__ufa-txt strong {
    font-size: 14px;
}
.b-clincs_main__ufa-call {
    display: block;
    font-weight: bold;
    padding-top: 7px;
    color: #931368;
    font-size: 14px;
    cursor: pointer;
}
.b-clincs_main__ufa-call:hover {
    text-decoration: underline;
    color: #931368;
}
.b-services_main__ufa {
    padding-bottom: 15px;
}
.b-services_main__ufa .b-news {
    margin-bottom: 40px;
}
/* main ufa */

/* clinics main popup */
.b-clinics_main__popup {
	position: absolute;
	left: 0;
	top: 210px;
	display: none;
	background: #eeeeee;
	margin: 0 -145px;
	width: 100%;
	padding: 60px 145px 0px;
	z-index: 10;
	opacity: 0;
	-webkit-box-shadow: 0 2px 25px rgba(0, 0, 0, 0.3);
	box-shadow: 0 2px 25px rgba(0, 0, 0, 0.3);
}
.b-clincs_main__ufa .b-clinics_main__popup {
    top: 290px;
}
.b-clinics_main__popup:before {
	width: 20px;
	height: 20px;
	background: #eeeeee;
	display: block;
	content: '';
	position: absolute;
	top: -5px;
	left: 50%;
	margin-left: -10px;
	transform: rotate(45deg);
	-webkit-box-shadow: -2px -2px 6px rgba(0, 0, 0, 0.15);
	box-shadow: -2px -2px 6px rgba(0, 0, 0, 0.15);
}
.b-clinics_main__popup:after {
	background: #eeeeee none repeat scroll 0 0;
    content: "";
    display: block;
    height: 20px;
    left: 50%;
    margin-left: -20px;
    position: absolute;
    top: 0px;
    width: 70px;
}
.b-clincs_main__ufa .b-clinics_main__popup .b-clincs_main__col-three {
    width: 29%;
}
.b-clincs_main__col:first-child .b-clinics_main__popup:before,
.b-clincs_main__col:first-child .b-clinics_main__popup:after {
	left: 290px;
}
.b-clincs_main__col:last-child .b-clinics_main__popup:before,
.b-clincs_main__col:last-child .b-clinics_main__popup:after {
	left: auto;
	right: 290px;
}
.b-clincs_main__col:last-child .b-clinics_main__popup:after {
	margin-right: -20px;
}
.b-clinics_main__popup .b-clincs_main__col {
	margin-bottom: 40px;
}
.b-clinics_main__popup .b-news_item {
	margin-bottom: 0px
}
.b-clinics_main__popup .b-news_item:first-child {
	margin-bottom: 30px
}
.b-clinics_main__popup .b-clinic_address__txt {
	margin-bottom: 35px
}
.b-clinics_main__popup .b-btn_white {
	background: #931368;
	color: #fff;
    position: relative;
}
.b-clinics_main__popup .b-btn_white:hover {
	background: #a7257b;
	border-color: #a7257b;
}
.b-clinics_main__popup .b-btn_white:active {
	background: #931368;
	border-color: #931368;
}
.b-clinics_main__popup-close {
    cursor: pointer;
    height: 60px;
    position: absolute;
    right: 0;
    top: 0;
    width: 60px;
    z-index: 20;
}
.b-clinics_main__popup-close:before {
    background: rgba(0, 0, 0, 0) url("../images/new/i-close.png?2") no-repeat scroll 0 -22px / 100% auto;
    content: "";
    display: block;
    height: 22px;
    left: 50%;
    margin: -11px 0 0 -11px;
    position: absolute;
    top: 50%;
    width: 22px;
}
.b-clinics_main__popup-close:hover {
    background-color: #e7e7e7;
}
.b-clinics_main__phone-call {
	margin-top: 15px;
	display: inline-block;
	color: #931368;
	cursor: pointer;
	font-weight: 700;
	font-size: 14px;
	border-bottom: 1px dashed #931368;
}
.b-clinics_main__phone-call:hover {
	color: #a80050;
	border-bottom-color: transparent;
}
.b-clinics_main__services-head {
	margin-bottom: 10px;
	font-size: 20px;
	margin-top: -5px;
}
.b-clinics_main__services-list a {
	display: block;
	margin-bottom: 3px;
	font-size: 14px;
}
.b-clinics_main__phone {
    display: block;
    font-size: 16px;
    line-height: 18px;
    margin-bottom: 8px;
}
.b-clinics_main__phone-note {
    font-size: 13px;
    color: #999;
    padding-left: 10px;
    position: relative;
    text-transform: lowercase;
}
.b-clinics_main__phone-note:before {
    position: absolute;
    left: 3px;
    top: 0;
    content: '-';
    display: block;
}
.b-clinics_main__mail {
	margin-bottom: 35px;
    font-size: 14px;
}
.b-clinics_main__phone .phone-free {
    padding-left: 10px;
    vertical-align: middle;
}
.b-clinics_main__phone .phone-free:before {
    position: absolute;
    left: 3px;
    top: 0;
    content: '-';
    display: block;
}
/* clinics main popup */

/* services main */
.b-services_main__wrap {
    padding: 30px 60px 40px;
    margin-top: 25px;
}
.b-services_main {
    padding: 5px 15px 0;
}
.b-services_main__slider {
    height: 228px;
    overflow: hidden;
}

li.b-services_main__item {
    margin: 0 38px 0 0;
    width: 238px;
    padding: 0;
    float: left;
}
.b-services_main__link {
    display: block;
    text-decoration: none;
    font-size: 20px;
    line-height: 20px;
}
.b-services_main__name {
    display: block;
    margin-bottom: 15px;
    height: 48px;
}
.b-services_main__name .in-bl {
    vertical-align: bottom;
    width: 100%;
}
.b-services_main__name-empty.in-bl {
    width: 1px;
    margin-left: -1px;
    height: 48px;
}
.b-services_main__link:hover .b-services_main__name .in-bl {
    text-decoration: underline;
    color: #a80050;
}
.b-services_main__pic {
    display: block;
    background: #efefef;
    height: 165px;
    overflow: hidden;
}
.b-services_main__pic img {
    width: 100%;
}
/* services main */

/* left menu */
.b-menu_left__wrap {
    float: left;
    width: 290px;
}
.b-menu_left__wrap ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
}
.b-menu_left {
    margin: 0;
    padding: 0;
    list-style-type: none;
}
.b-menu_left__sub {
    display: none;
}
.b-menu_item__active > .b-menu_left__sub {
    display: block;
}
.b-menu_item {
    position: relative;
    font-size: 15px;
}
.b-menu_item__1 {
    margin-left: 40px;
}
.b-menu_item__link {
    display: block;
    padding: 9px 10px 10px 22px;
    position: relative;
    text-decoration: none;
    color: #000;
}
.b-menu_item__active > .b-menu_item__link,
.b-menu_item:hover > .b-menu_item__link {
    background: #f9c100;
}
.b-menu_item__active > .b-menu_item__link:before,
.b-menu_item:hover > .b-menu_item__link:before {
    position: absolute;
    left: -40px;
    top: 0;
    width: 40px;
    height: 100%;
    background: #f99e00;
    display: block;
    content: '';
}
.b-menu_item__plusminus {
    cursor: pointer;
    font-size: 19px;
    left: 0;
    padding: 2px 0;
    position: absolute;
    text-align: center;
    top: 4px;
    width: 21px;
    z-index: 2;
}
.b-menu_item__2 .b-menu_item__link {
    color: #565656;
    font-size: 14px;
    padding-left: 30px;
    line-height: 18px;
}
.b-menu_item__2 .b-menu_item__plusminus {
    left: 7px;
    color: #565656;
}
.b-menu_item__3 .b-menu_item__link {
    padding-left: 40px;
    font-size: 13px;
    line-height: 16px;
}
.b-menu_item__3 .b-menu_item__plusminus {
    left: 17px;
    top: 2px;
}
.b-menu_item__2.b-menu_item__active > .b-menu_item__link,
.b-menu_item__2:hover > .b-menu_item__link,
.b-menu_item__3.b-menu_item__active > .b-menu_item__link,
.b-menu_item__3:hover > .b-menu_item__link {
    color: #ce156d;
}
/* left menu */

/*** clinic card ***/
.b-clinic_card__padding {
    padding: 40px;
}
.b-clinic_card__wrap {
    margin-bottom: 20px;
}
.b-clinic_card__wrap h1.b-header_h1 {
    margin: -18px 0;
}
.b-clinic_card__wrap.l-loader:before {
    top: 230px;
    z-index: 900;
}
.b-clinics_tabs__wrap {
    padding: 0 40px;
    font-size: 18px;
    background: #941369;
    position: relative;
    z-index: 110;
}
.b-service_wrap .b-clinics_tabs__wrap {
    padding: 0;
    font-size: 16px;
}
.clinics-tabs-margin-service {
    margin: 0 -30px 25px;
}
.name-clinic-nocontent {
    background: #fff;
    margin-bottom: 0;
    padding: 35px 0 34px;
}
.name-clinic-nocontent h1.b-header_h1 {
    margin: -13px 0;
}
.b-clinics_tab {
    display: table;
    width: 100%;
}
.b-clinics_tab__cell {
    display: table-cell;
    vertical-align: top;
    width: 1%;
}
.b-clinics_tab__cell:last-child .b-clinics_tab__link {
    overflow: hidden;
    text-overflow: ellipsis;
}
.b-clinics_tab__box {
    position: relative;
}
.b-clinics_tab__link {
    display: block;
    color: #fff;
    text-decoration: none;
    line-height: 43px;
    text-align: center;
    padding: 0 10px 2px;
    white-space: nowrap;
}
.b-clinics_tab__link-active,
.b-clinics_tab__box:hover .b-clinics_tab__link {
    color: #000;
    background: #ffc600;
}
.b-clinics_tab__link-selected {
    color: #ffc600;
    font-weight: bold;
}
.b-clinics_tab__link-selected:hover,
.b-clinics_tab__link-selected.b-clinics_tab__link-active {
    color: #000;
}
.b-clinics_tab__sub {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    min-width: 240px;
    background: #70004a;
    padding: 10px 0;
    display: none;
    font-size: 16px;
}


.b-clinics_tab__sub .b-clinics_tab__link {
    background: #70004a !important;
    color: #fff !important;
}
.b-clinics_tab__sub .b-clinics_tab__link-active,
.b-clinics_tab__sub .b-clinics_tab__link:hover {
    color: #ffc600 !important;
}
.b-clinics_tab__cell:last-child .b-clinics_tab__sub {
    left: auto;
    right: 0;
    width: 100% !important;
}
.b-clinics_tab__cell:nth-child(2) .b-clinics_tab__sub {
    width: 335px;
}
.b-clinics_tab__box:hover .b-clinics_tab__sub {
    display: block;
}
.b-clinics_tab__sub .b-clinics_tab__link {
    line-height: 1;
    white-space: normal;
    text-align: left;
    padding: 6px 18px;
}
.b-clinic_card__left {
    float: left;
    width: 302px;
}
.b-clinic_card__right {
    float: left;
    min-height: 500px;
    padding-left: 30px;
    width: 798px;
}
.b-clinic_card__right p {
    margin: 0 0 25px 0;
}
.b-clinic_card__right * {
	font-family: 'PT Sans' !important;
}
.b-clinic_card__logo {
    height: 302px;
    overflow: hidden;
}
.b-clinic_card__logo img {
    width: 100%;
    height: auto;
}

/* schedule */
.b-clinic_schedule__wrap {
    float: right;
    font-size: 14px;
    margin-bottom: 15px;
    margin-left: 20px;
    max-width: 295px;
    min-width: 185px;
}
.b-clinic_schedule {
    border: 1px solid #b7b7b7;
    margin-bottom: 10px;
}
.b-clinic_schedule__time {
    font-weight: bold;
}
.b-clinic_schedule td {
    vertical-align: middle;
    text-align: center;
    padding: 4px 0;
    background: #f9f9f9;
}
.b-clinic_schedule td:first-child {
    border-right: 1px solid #eeeeee;
    width: 55px;
}
.b-clinic_schedule__holiday td {
    background: #fff;
    border-top: 1px solid #eeeeee;
    padding: 7px 0;
}
.b-clinic_schedule__sunday td {
    border-top: 1px solid #b7b7b7;
}
.b-clinic_schedule__download-wrap {
    text-align: center;
    margin: 0 0 0 -7px;
}
.b-clinic_schedule__download {
    font-weight: bold;
    text-decoration: none;
    padding-left: 20px;
    position: relative;
}
.b-clinic_schedule__download:hover {
    text-decoration: underline;
}
.b-clinic_schedule__download:before {
    display: block;
    content: '';
    position: absolute;
    left: 0;
    top: 4px;
    width: 13px;
    height: 12px;
    background: url('../images/new/i-download.png?2') no-repeat;
}
.b-clinic_schedule__subhead {
    text-align: center;
    font-weight: bold;
    margin-bottom: 3px;
}
.b-clinic_schedule__more {
    min-width: 240px;
}
.b-clinic_schedule__more td {
    padding: 4px 8px;
}
.b-clinic_schedule__24 {
    border-color: #941369;
    margin-bottom: 3px;
}
.b-clinic_schedule__24 td {
    background: #fff;
    text-align: left;
    line-height: 14px;
    padding-bottom: 8px;
    font-size: 13px;
    border-right: 0 !important;
}
.b-clinic_schedule__24 th {
    border-bottom: 1px solid #941369;
    color: #941369;
    font-weight: normal;
    padding: 2px 0 3px;
    width: 60px;
}
.b-clinic_schedule__24 th:first-child {
    border-right: 1px solid #941369;
}
.b-clinic_schedule__more .b-header_h2 {
    margin-bottom: 7px;
}
/* schedule */

/* text info */
.b-clinic_card__text {
    min-height: 302px;
    margin-bottom: 20px;
    font-size: 18px;
    line-height: 1.2;
}
.b-clinic_card__text * {
    line-height: 1.2;
}
.b-clinic_card__text-more {
    color: #931368;
    font-size: 14px;
    margin-top: 20px;
    font-weight: bold;
    cursor: pointer;
    display: none;
}
.b-clinic_card__text-more:hover {
    text-decoration: underline;
    color: #ce156d;
}

.b-clinic_card__text-cut {
    margin-bottom: 20px;
    overflow: hidden;
    position: relative;
    height: 260px;
}

.b-clinic_card__text-cut:after {
    position: absolute;
    bottom: 0;
    height: 30px;
    left: 0;
    content: '';
    display: block;
    width: 100%;
    z-index: 2;
    background: -moz-linear-gradient(top,  rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,0)), color-stop(100%,rgba(255,255,255,1)));
    background: -webkit-linear-gradient(top,  rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%);
    background: -o-linear-gradient(top,  rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%);
    background: -ms-linear-gradient(top,  rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%);
    background: linear-gradient(to bottom,  rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=0 );
}
/* text info */

/* address */
.b-clinic_address__wrap {
    background: #f8f8f8;
    position: relative;
    min-height: 325px;
}
.b-clinic_address__right .b-clinic_address__padding {
    padding: 18px 340px 20px 30px;
}
.b-clinic_address__left .b-clinic_address__padding {
    padding: 30px 25px 5px;
}
.b-clinic_address__left .b-btn_white {
    margin-bottom: 15px;
}
.b-clinic_address__left {
    margin-bottom: 20px;
}
.b-clinic_address__map {
    position: absolute;
    width: 327px;
    height: 100%;
    right: 0;
    top: 0;
    background: #e6e6e6;
}
.b-clinic_address__txt {
    display: block;
    font-size: 16px;
    line-height: 18px;
    margin-bottom: 13px;
}
.b-clinic_address__txt strong {
    font-size: 14px;
}
.b-clinic_address__phone-note {
    font-size: 13px;
    color: #999;
    padding-left: 10px;
    position: relative;
    text-transform: lowercase;
}
.b-clinic_address__phone-note:before {
    position: absolute;
    left: 3px;
    top: 0;
    content: '-';
    display: block;
}
.b-clinic_address__txt .phone-free {
    padding-left: 10px;
    vertical-align: middle;
}
.b-clinic_address__txt .phone-free:before {
    position: absolute;
    left: 3px;
    top: 0;
    content: '-';
    display: block;
}
.b-clinic_address__left .b-clinic_address__phone-note {
    display: inline-block;
    padding-left: 9px;
    vertical-align: middle;
}
.b-clinic_address__left .b-clinic_address__txt {
    margin-right: -20px;
}
.b-clinic_address__txt-call {
    display: block;
    font-weight: bold;
    padding-top: 7px;
    color: #931368;
    font-size: 14px;
    cursor: pointer;
}
.b-clinic_address__txt-call:hover {
    text-decoration: underline;
    color: #ce156d;
}
.b-clinic_address__wrap .b-btn_white {
    margin-right: 20px;
    min-width: 155px;
}
.b-clinic_address__mail {
    text-decoration: none;
    color: #000;
}
.b-clinic_address__mail:hover {
    color: #666;
    text-decoration: underline;
}
/* address */

/* gallery */
.b-clinic_gallery__wrap {
    margin-top: 20px;
    position: relative;
}
.b-clinic_gallery__wrap .b-header_h2 {
    background: rgb(255, 198, 0);
    display: block;
    left: 0;
    line-height: 43px;
    margin: 0;
    padding-top: 1px;
    text-decoration: none;
    top: 0;
    width: 100%;
}
.b-clinic_gallery__wrap .b-header_h2:hover {
    background: #fdcd27;
    color: #a7004f;
}
.b-clinic_gallery__item {
    width: 50%;
    overflow: hidden;
    height: 140px;
}
.b-clinic_gallery__item img {
    width: 100%;
}
/* gallery */

/* news */
.b-clinic_news__wrap {
    position: relative;
    padding-bottom: 20px;
    margin-bottom: 20px;
    padding-top: 33px;
}
.b-clinic_news__wrap .b-news {
    padding-top: 15px;
}
.b-clinic_new__withsocial .b-news_pic {
    height: 130px;
}
.b-clinic_news__wrap .b-news_pic img {
    height: auto;
    width: 100%;
}
.b-clinic_new__withsocial {
    padding-left: 375px;
    min-height: 335px;
}
.b-clinic_social__wrap {
    background: #f8f8f8;
}
.b-clinic_social__fixed {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 345px;
}
.b-clinic_social__padding {
    padding: 25px 0px;
}
.b-clinic_social__fixed .b-clinic_social__padding {
    padding: 33px 20px;
}
.b-clinic_social__tabs {
    text-align: center;
    margin: 0 -15px;
    font-size: 0;
}
.b-clinic_social__tab {
    margin: 0 4px 20px;
    color: #931368;
    cursor: pointer;
    font-size: 14px;
}
.b-clinic_social__tab-active {
    color: #000;
}
.b-clinic_social__item {
    display: none;
    position: relative;
    min-height: 255px;
    width: 302px;
    margin: 0 auto;
    z-index: 2;
}
.b-clinic_social__item-active {
    display: block;
}
.b-clinic_social__items {
    position: relative;
}
.b-clinic_social__items:before {
    position: absolute;
    left: 50%;
    top: 50%;
    padding: 10px;
    background: #fff url('../images/new/loader.gif') center no-repeat;
    width: 40px;
    height: 40px;
    background-size: 80%;
    margin: -25px 0 0 -25px;
    display: block;
    content: '';
    border-radius: 10px;
    opacity: 0.8;
}
/* news */

/* articles clinic */
.clinic-articles {
    margin-bottom: 40px;
}
.clinic-articles__item {
    margin-bottom: 35px;
}
.clinic-articles__name {
    color: #ce156d;
    font-size: 19px;
    margin-bottom: 10px;
}
.clinic-articles__intro {
    line-height: 1.2em;
    margin-bottom: 14px;
    font-size: 14px;
}
.clinic-articles__doctor {
    display: inline-block;
    vertical-align: top;
    width: 49%;
}
.clinic-articles .b-doctor_name {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: block;
}
.clinic-articles .b-doctor_text {
    display: block;
}
.clinic-articles .b-doctor_avatar {
    width: 40px !important;
    height: 40px !important;
}
.clinic-articles .b-doctor {
    font-size: 12px;
    line-height: 1.2;
}
.clinic-articles .b-doctor_intro {
    padding-top: 7px !important;
    text-decoration: none;
    display: block;
}
.clinic-articles a.b-doctor_intro:hover .b-doctor_name {
    color: #ce156d;
}
.clinic-articles--main {
    margin-bottom: 0;
}
.clinic-articles--main .b-column {
    width: 22%;
    margin-left: 4%;
    margin-bottom: 30px;
    padding-top: 10px;
}
.clinic-articles--main .b-column:first-child {
    margin-left: 0%;
}
/* articles clinic */

/* actions */
.b-clinic_actions__wrap {
    padding-right: 105px;
}
.b-clinic_action__days {
    position: absolute;
    left: 0;
    bottom: 0;
    font-size: 11px;
    background: #ffc600;
    line-height: 1;
    padding: 6px 10px 7px;
}
.b-clinic_action__days--soon {
    position: absolute;
    left: 0;
    bottom: 0;
    font-size: 11px;
    color: #fff;
    background: #e93e1c;
    line-height: 1;
    padding: 6px 10px 7px;
}
/* actions */

/* programs */
.b-clinic_program__select {
    margin-bottom: 30px;
}
.b-clinic_program__item {
    margin-bottom: 25px;
    font-size: 20px;
    line-height: 24px;
}
.b-clinic_program {
    margin-bottom: 50px;
}
.b-clinic_program__wrap .jq-selectbox ul {
    max-height: 256px;
}
.b-clinic_program .b-header_h2 {
    margin-bottom: 20px;
    font-size: 22px;
}
.b-clinic_program__link {
    display: block;
    text-decoration: none;
}
.b-clinic_program__link:hover {
    text-decoration: underline;
    color: #a80050;
}
.b-clinic_program__price {
    display: block;
    color: #000;
    font-size: 18px;
    padding-top: 2px;
}
.b-clinic_program__link:hover .b-clinic_program__price {
    color: #a80050;
}
.b-clinic_program__subhead {
    font-weight: 700;
    margin-bottom: 15px;
    font-size: 18px;
}
/* programs */

/* license */
.b-clinic_license__wrap {
    margin: 0 25px;
    width: 720px;
}
.b-clinic_license__item {
    width: 240px;
    text-align: center;
}
/* license */
/*** clinic card ***/

/*** services page ***/
.b-service_padding {
    padding: 30px;
}
.b-service_margin__bottom {
    margin-bottom: 20px;
}

/* about */
.b-service_about__text {
    font-size: 16px;
}
.b-service_about__text p {
    margin: 0 0 20px 0;
}
.b-service_about__text--cut {
    position: relative;
    overflow: hidden;
    margin-bottom: 20px;
}
.b-service_about__text--cut:after {
    position: absolute;
    bottom: 0;
    height: 30px;
    left: 0;
    content: '';
    display: block;
    width: 100%;
    z-index: 2;
    background: -moz-linear-gradient(top,  rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,0)), color-stop(100%,rgba(255,255,255,1)));
    background: -webkit-linear-gradient(top,  rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%);
    background: -o-linear-gradient(top,  rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%);
    background: -ms-linear-gradient(top,  rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%);
    background: linear-gradient(to bottom,  rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=0 );
}
/* about */

/* appointment form */
.b-service_appointment__wrap {
    background: #c60349;
    padding: 23px 20px;
    color: #f4a09e;
    white-space: nowrap;
}
.b-service_appointment__wrap .in-bl {
    vertical-align: middle;
    text-align: center;
    margin: 0 15px;
}
.b-service_appointment__head {
    font-family: 'cocon-regularregular', 'PT Sans', Arial, sans-serif;
    font-size: 18px;
    margin-right: 25px !important;
}
.b-service_appointment__wrap .b-btn_white {
    border-color: #fff;
    color: #fff;
}
.b-service_appointment__wrap .b-btn_white:hover {
    border-color: #ffc2c8;
    color: #ffc2c8;
}
.b-service_appointment__phone {
    font-size: 18px;
    color: #fff;
    font-weight: 700;
}
.b-service_appointment__call {
    color: #f4a09e;
    border-bottom: 1px dashed #f4a09e;
    padding-bottom: 2px;
    cursor: pointer;
    font-size: 14px;
    line-height: 1;
}
.b-service_appointment__call:hover {
    border-bottom-color: transparent;
    color: #ffc2c8;
}
/* appointment form */

/* price */
.b-service_price__wrap {
    padding-bottom: 30px;
}
.b-service_price__more {
    margin-top: 15px;
}
.b-service_price__hidden {
    display: none;
}
/* price */

/* price form */
.b-service_priceform {
    margin-top: -20px;
    border-top: 3px solid #990037;
    background: #d9d9d9;
    padding: 30px 260px 30px 250px;
    position: relative;
    min-height: 35px;
}
.b-service_priceform.l-loader:after {
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    content: '';
    left: 0;
    top: 0;
    background: #ccc;
    opacity: 0.5;
}
.b-service_priceform__txt {
    width: 250px;
    text-align: center;
    font-family: "cocon-regularregular","PT Sans",Arial,sans-serif;
    font-size: 18px;
    top: 24px;
    left: 0;
    position: absolute;
}
.b-service_priceform .text04 {
    border: 0;
}
.b-service_priceform .button02 {
    position: absolute;
    right: 50px;
    top: 30px;
    width: 190px;
    text-align: center;
}
.b-service_pricelist .price-list-print {
    display: none;
}
/* price form */

/* big clinic card */
.b-service_clinic__left {
    float: left;
}
.b-service_clinic__right {
    overflow: hidden;
    padding-top: 20px;
    padding-bottom: 20px;
}
.b-service_clinic__pic {
    width: 300px;
    height: 300px;
    overflow: hidden;
}
.b-service_clinic__about {
    line-height: 17px;
    margin-bottom: 15px;
}
.b-service_clinic__about a {
    text-decoration: none;
}
.b-service_clinic__about a:hover {
    text-decoration: underline;
    color: #cd146f;
}
.b-service_clinic__right .b-clinic_address__txt {
    margin-bottom: 9px;
}
/* big clinic card */

/* actions */
.b-service_actions__wrap {
    padding: 0 50px;
    width: 690px;
    margin: 25px auto 5px;
}

li.b-service_actions__item {
    width: 315px;
    margin-right: 60px;
}
.b-service_actions__wrap .bx-prev, .b-service_actions__wrap .bx-next {
    top: 55px;
}
/* actions */

/* programs */
.b-service_program__wrap {
    padding: 10px 0 0;
}
.b-service_program__item {
    margin-bottom: 35px;
}
.b-service_program__link {
    color: #ce156d;
    display: block;
    font-size: 20px;
    text-decoration: none;
}
.b-service_program__link:hover .b-service_program__name {
    color: #a80050;
    text-decoration: underline;
}
.b-service_program__cost {
    color: #000;
    display: block;
    padding-top: 7px;
}
.b-service_program__sale {
    font-weight: bold;
}
.b-service_program__old {
    display: block;
    text-decoration: line-through;
    font-size: 14px;
    font-weight: normal;
}
.b-service_program__discont {
    font-size: 15px;
    font-weight: normal;
}
.b-service_program__hidden {
    display: none;
}
/* programs */
/*** services page ***/

/* service doctors */
.b-service_doctors {
    margin: 30px 25px 10px;
    position: relative;
}
.b-service_doctors-items {
    padding: 0 20px 0 49px;
    overflow: hidden;
    margin: 0;
}

li.b-service_doctors-item {
    width: 184px;
    margin: 0 12px;
    padding-bottom: 30px;
    font-size: 14px;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.b-service_doctors .b-doctor_avatar {
    margin-bottom: 10px;
}
.b-service_doctors-name {
    font-family: 'cocon-regularregular', 'PT Sans', Arial, sans-serif;
    font-size: 18px;
    line-height: 1.4;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.b-service_doctors-name a {
    color: inherit;
    text-decoration: none;
}
.b-service_doctors-name a:hover {
    text-decoration: underline;
}
.b-service_doctors-special {
    color: #565656;
    line-height: 1.2;
    overflow: hidden;
    margin: 0 0 7px 0;
}
.b-service_doctors-post {
    line-height: 1.2;
    overflow: hidden;
    text-indent: -10px;
    padding: 0 10px 0 10px;
    font-size: 13px; 
    margin-bottom: 5px;  
}
.b-service_doctors-head {
    margin-bottom: 5px;
}
.b-service_doctors-intro {
    line-height: 1.2;
    margin-bottom: 9px;
}
.b-service_doctors-category {
    margin-bottom: 11px;
}
.b-service_doctors-activities {
    color: #b61160;
    font-weight: 700;
    line-height: 1.2em;
    padding-top: 5px;
}
.b-service_doctors-activities a {
    text-decoration: none;
}
.b-service_doctors-activities a:hover {
    text-decoration: underline;
}
.b-service_doctors .b-service_doctors-btn {
    min-width: 106px;
    position: absolute;
    bottom: 0px;
}
/* service doctors */

/* doctors */
.b-doctor_avatar {
    display: block;
    border-radius: 50%;
    position: relative;
    overflow: hidden;
    text-align: center;
    background-color: #f2f2f2;
}
.b-doctor_avatar:after {
    background: #000 none repeat scroll 0 0;
    content: '';
    display: block;
    height: 100%;
    left: 0;
    opacity: 0.05;
    border-radius: 100%;
    filter:alpha(opacity=5);
    position: absolute;
    top: 0;
    width: 100%;
}
.b-doctor_avatar img {
    width: 100%;
    height: auto;
    vertical-align: top;
}
.b-doctor_part-left {
    float: left;
    margin-right: 14px;
}
.b-doctor_intro {
    overflow: hidden;
}
.b-doctor_text {
    color: #565656;
    line-height: 1em;
}
.b-doctor_name {
    color: #000;
    font-family: 'cocon-regularregular', 'PT Sans', Arial, sans-serif;
}
.b-doctor_name a {
    color: inherit;
    text-decoration: none;
}
.b-doctor_name a:hover {
    text-decoration: underline;
}
.b-doctor_small .b-doctor_avatar {
    width: 45px;
    height: 45px;
}
.b-doctor_small .b-doctor_intro {
    padding-top: 8px;
}
.b-doctor_big .b-doctor_avatar {
    width: 129px;
    height: 129px;
}
.b-doctor_extra-big .b-doctor_avatar {
    width: 190px;
    height: 190px;
}
/* doctors */

/* service articles */
.b-service_articles-title {
    margin-bottom: 34px;
}
.b-service_articles-items {
    margin-bottom: 35px;
}
.b-service_articles-item {
    margin-bottom: 35px;
}
.b-service_articles .b-doctor {
    margin-bottom: 14px;
}
.b-service_articles-doctor {
    display: inline-block;
    vertical-align: top;
    width: 49%;
}
.b-service_articles-name {
    color: #ce156d;
    font-size: 19px;
    margin-bottom: 10px;
}
.b-service_articles-name a {
    text-decoration: none;
}
.b-service_articles-name a:hover {
    text-decoration: underline;
    color: #ce156d;
}
.b-service_articles-intro {
    line-height: 1.2em;
}
.b-service_artices__hidden {
    display: none;
}
/* service articles */


/* service related */
.b-service_related__name {
    font-size: 19px;
    color: #931368;
    margin-bottom: 10px;
    line-height: 1.2em;
}
.b-service_related__name a {
    text-decoration: none;
}
.b-service_related__name a:hover {
    text-decoration: underline;
}
.b-service_related__items {
    margin-bottom: 29px;
}
.b-service_related .b-header_h2 {
    margin-bottom: 30px;
}
/* service related */

/* service clinics */
.b-service_clinics {
    position: relative;
    min-height: 250px;
    padding-left: 455px;
}
.b-service_clinics .b-header_h2 {
    padding: 0 25px;
}
.b-service_clinics__map {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 455px;
    background: #d8d8d8;
}
.b-service_clinics__list {
    padding: 25px 0;
}
.b-service_clinics__item {
    padding: 10px 20px 10px 50px;
    font-size: 14px;
    text-decoration: none;
    color: #000;
    display: block;
}
.b-service_clinics__item:hover {
    background: #efefef;
}
.b-service_clinics__name {
    display: block;
    position: relative;
    margin-bottom: 5px;
    font-size: 16px;
    text-decoration: none;
    color: #931368;
}
.b-service_clinics__item:hover .b-service_clinics__name {
    text-decoration: underline;
}
.b-service_clinics__name:after {
    background: url("../images/new/i-geo.png") no-repeat;
    width: 9px;
    height: 12px;
    content: '';
    display: block;
    position: absolute;
    left: -18px;
    top: 5px;
}
/* service clinics */

/* service menu */
.b-service_menu {
    padding-bottom: 11px;
}
.b-service_menu__items {
    color: #ce156d;
    font-size: 19px;
    font-weight: 700;
    margin-bottom: 24px;
}
.b-service_menu__items a {
    text-decoration: none;
}
.b-service_menu__items a:hover {
    text-decoration: underline;
}

/* service menu */

/* service checklist */

.b-service_checklist {
    margin: 27px 25px 5px;
}
.b-service_checklist-name {
    color: #ce156d;
    font-size: 19px;
    margin-bottom: 6px;
}
.b-service_checklist-name a {
    text-decoration: none;
    color: inherit;
}
.b-service_checklist-name a:hover {
    text-decoration: underline;
}
.b-service_checklist-intro {
    line-height: 1.2em;
}
.b-service_checklist-items {
    list-style: none;
    margin: 0;
    padding: 0;
}
li.b-service_checklist-item {
    margin-left: 45px;
    width: 345px;
    float: left;
}
/* service checklist */

/* doctors filters */
.b-filters_doctors {
    margin-bottom: 20px;
    min-height: 30px;
}
.b-filters_doctors__left {
    float: left;
    width: 335px;
    margin-right: 23px;
}
.b-filters_doctors__wrap .b-filters_doctors__left {
    width: 530px;
}
.b-filters_doctors__right {
    overflow: hidden;
}
.b-filters_doctors .b-clinic_program__select {
    width: 100%;
    margin-bottom: 25px;
}
.b-filters_doctors .jq-selectbox {
    width: 100%;
}
.b-filters_doctors__wrap .jq-selectbox {
    width: 250px;
    margin-bottom: 20px;
}
.b-filters_doctors .b-tree_link__item {
    font-size: 15px;
}
.b-filters_doctors .b-tree_link__plus {
    line-height: 20px;
}
.b-filters_doctors .b-tree_link {
    padding-bottom: 10px;
}
.b-filters_doctors__wrap .b-tree_link {
    padding-bottom: 4px;
}
/* doctors filters */

/* destinations in alphabetical */
.b-dest_alph a {
    text-decoration: none;
}
.b-dest_alph a:hover {
    text-decoration: underline;
}
.b-dest_alph__letter-wrap {
    font-weight: 700;
    font-size: 0;
}
.b-dest_alph__letter-wrap a:hover {
    text-decoration: none;
}
.b-dest_alph__letter {
    height: 41px;
    line-height: 41px;
    display: inline-block;
    vertical-align: top;
    width: 14px;
    margin: 0 4px;
    text-align: center;
    position: relative;
    font-size: 14px;
}
.b-dest_alph__letter___wrap {
    position: relative;
    z-index: 1;
}
.b-dest_alph__letter::before {
    position: absolute;
    z-index: 0;
    width: 100%;
    height: 100%;
    top: 0;
    left: -4px;
    padding: 0 4px;
    background-color: #f8f8f8;
    display: none;
}
.b-dest_alph__letter:hover::before,
.b-dest_alph__letter-active::before {
    content: '';
    display: block;
}
.b-dest_alph__letter:hover,
.b-dest_alph__letter-active {
    color: #000;
}
.b-dest_alph__letter-active .b-dest_alph__letter___wrap {
    color: #000;
}
.b-dest_alph__list-doctors {
    background-color: #f8f8f8;
    padding: 25px 29px;
}
.b-dest_alph__list-scroll {
    max-height: 350px;
    overflow: auto;
}
/* destinations in alphabetical */

/* doctors in hospitals */
.b-clinic_margin-bottom {
    margin-bottom: 20px;
}
.b-clinic_doctors h2 {
    margin: 0 0 30px 0;
}
.b-clinic_doctors_selected__services {
    margin: -15px 0 35px;
    padding-left: 20px;
}
.b-clinic_doctors__title {
    margin-bottom: 45px;
}
.b-clinic_doctors__part-left {
    float: left;
    margin-right: 25px;
}
.b-clinic_doctors__part-right {
    overflow: hidden;
}
.b-clinic_doctors-list__item {
    overflow: hidden;
}
.b-clinic_doctors .b-doctor {
    margin-bottom: 14px;
}
.b-clinic_doctors__btn {
    display: block;
    margin: 0 auto 14px;
}
.b-clinic_doctors__description a {
    text-decoration: none;
}
.b-clinic_doctors__description a:hover {
    text-decoration: underline;
}
.b-clinic_doctors__description-name {
    font-size: 18px;
    margin-bottom: 14px;
}
.b-clinic_doctors__description-name a {
    text-decoration: underline;
}
.b-clinic_doctors__description-name a:hover {
    text-decoration: none;
}
.b-clinic_doctors__description-title {
    font-weight: 700;
    line-height: 1em;
}
.b-clinic_doctors__description-list___item {
    margin-top: 14px;
    line-height: 1.5;
}
.b-clinic_doctors__description-list___item:first-child {
    margin-top: 0;
}
.b-clinic_doctors-list__item {
    margin-bottom: 70px;
}
.b-clinic_doctors__description-slogan {
    font-style: italic;
    margin: -12px 0 15px;
}
.b-clinic_doctors__description-specialty {
    margin: 0;
    padding: 0;
    list-style: none;
}
.b-clinic_doctors__description-specialty___item.i-common-pseudo {
    padding-left: 20px;
}
.b-clinic_doctors__description-specialty___item.i-common-pseudo::before {
    width: 16px;
    height: 16px;
    position: absolute;
    left: 0;
    top: 2px;
    content: '';
    background-position: -24px 0;
}
.b-clinic_doctors__description-service {
    color: #ce156d;
    list-style: none;
    margin: 0;
    padding: 0;
}
.b-clinic_doctors__description-service___item {
    position: relative;
    padding-left: 16px;
}
.b-clinic_doctors__description-service___item::before {
    content: '-';
    width: 16px;
    height: 16px;
    line-height: 16px;
    position: absolute;
    left: 0;
    top: 2px;
    text-align: center;
}
.b-clinic_doctors__more {
    font-weight: 700;
    cursor: pointer;
    color: #931368;
}
.b-clinic_doctors__more:hover {
    color: #ce156d;
}
.b-clinic_doctors__activities {
    text-align: center;
    font-weight: bold;
    margin-bottom: 10px;
    margin-top: -5px;
}
.b-clinic_doctors__activities a {
    display: block;
    text-decoration: none;
}
.b-clinic_doctors__activities a:hover {
    text-decoration: underline;
}
.b-filter_doctors__hidden {
    height: 0px;
    overflow: hidden;
    position: relative;
}
.b-filter_doctors__hidden .place-block {
    display: none;
}
.b-filter_doctors__toggle {
    float: right;
}
/* doctors in hospitals */

/* review list */
.b-review_item {
    margin-bottom: 40px;
    line-height: 16px;
}
.b-review_item .b-column {
    width: 48%;
    margin-left: 4%;
}
.b-review_item a {
    display: block;
    color: #000;
    text-decoration: none;
    font-size: 14px;
}

a.b-review_name {
    display: block;
    font-size: 20px;
    line-height: 23px;
    margin-bottom: 5px;
}
.b-review_name:hover {
    text-decoration: underline;
    color: #ce156d;
}
.b-review_doctor {
    display: block;
    margin-bottom: 5px;
    text-decoration: none;
}
.b-review_doctor .in-bl {
    vertical-align: middle;
    display: inline-block;
}
.b-review_reveiws__wrap .b-review_doctor {
    white-space: nowrap;
    overflow: hidden;
    position: relative;
    display: inline-block;
    max-width: 100%;
}
.b-review_reveiws__wrap .b-review_doctor__fio {
    position: relative;
}
.b-review_doctor .b-doctor_avatar {
    margin: 0 7px;
}
.b-review_doctor__fio {
    color: #931368 !important;
    text-decoration: none;
    font-weight: bold;
}
.b-review_doctor__fio:hover {
    text-decoration: underline;
}
.b-review_doctor--more {
    padding-right: 97px;
     -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.b-review_doctor--count {
    position: absolute;
    right: 0;
    top: 12px;
    background: #fff;
    margin-left: 3px;
    font-weight: normal;
    z-index: 2;
}
.b-review_doctor--count a {
    border-bottom: 1px dashed #ce156d;
    color: #ce156d;
    display: inline-block;
    margin-left: 3px;
}
.b-review_doctor--count a:hover {
    border-bottom-color: transparent;
}
.b-review_more {
    text-decoration: underline;
    color: #931368;
    display: block;
    padding-top: 15px;
    font-style: italic;
}
.b-review_txt:hover .b-review_more {
    text-decoration: none;
}
.b-review_head__author,
.b-review_head__arr {
    font-size: 18px;
    margin-top: -3px;
}
.b-review_date {
    display: block;
    margin-bottom: 4px;
    color: #999;
    font-size: 12px;
}
/* review list */

/* datepicker */
.ui-datepicker {
    -webkit-box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.7);
    box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.7);
    background: #fff;
    text-align: center;
}
.ui-datepicker table {
    border-collapse: collapse;
    width: 100%;
}
.ui-datepicker-calendar .ui-state-default {
    display: block;
    height: 26px;
    line-height: 26px;
    margin: 2px;
    text-decoration: none;
    width: 26px;
}
.ui-datepicker-calendar a:hover,
.ui-datepicker .ui-state-active {
    background: #eee;
}
.ui-datepicker-calendar th {
    background-color: #eeeeee;
    line-height: 12px;
    font-size: 10px;
    color: #a9a9a9;
    padding: 0;
    font-family: Arial,sans-serif;
}
.ui-datepicker-calendar td {
    border-top: 1px solid #efefef;
    padding: 0;
    font-family: Arial,sans-serif;
    font-size: 12px;
}
.ui-datepicker-today .ui-state-default {
    font-weight: bold;
}
.ui-datepicker-unselectable {
    color: #a9a9a9;
    cursor: text;
}
.ui-datepicker-header {
    line-height: 28px;
    padding: 3px 3px 5px;
}
.ui-datepicker-prev,
.ui-datepicker-next {
    float: left;
    height: 29px;
    overflow: hidden;
    text-indent: -999px;
    width: 25px;
    cursor: pointer;
}
.ui-datepicker-prev.ui-state-disabled,
.ui-datepicker-next.ui-state-disabled {
    opacity: 0.3;
    filter: alpha(opacity=30);
    cursor: text;
}
.ui-datepicker-prev:hover,
.ui-datepicker-next:hover {
    background: #efefef;
}
.ui-datepicker-prev.ui-state-disabled:hover,
.ui-datepicker-next.ui-state-disabled:hover {
    background: transparent;
}
.ui-datepicker-next {
    float: right;
}
.ui-datepicker-prev .ui-icon,
.ui-datepicker-next .ui-icon {
    border-color: transparent #ccc transparent transparent;
    border-style: solid;
    border-width: 5px 4px;
    display: block;
    height: 0;
    margin: 10px 10px 10px 0;
}
.ui-datepicker-next .ui-icon {
    border-color: transparent transparent transparent #ccc;
    border-style: solid;
    border-width: 5px 4px;
    margin-left: 11px;
}
/* datepicker */

/* actions list */
.b-actions_col__left {
    float: left;
    width: 300px;
    margin-right: 30px;
    margin-top: -5px;
}
.b-actions_col__left .jq-selectbox,
.b-actions_col__left select {
    width: 300px;
}
.b-actions_col__left-head {
    margin-bottom: 8px;
    color: #ababab;
    font-size: 14px;
}
.b-actions_col__right {
    overflow: hidden;
}
.b-actions_list__wrap {
    max-width: 690px;
}
.b-actions_menu__item {
    display: block;
    padding: 6px 10px 6px 26px;
    position: relative;
    text-decoration: none;
    line-height: 1.2;
}
.b-actions_menu__item:hover, .b-actions_menu__item-active {
    background-color: #931368;
    color: #fff;
}
.b-actions_menu__item::before {
    background: rgba(0, 0, 0, 0) url("../images/marker06.png?2") no-repeat scroll 0 0;
    content: " ";
    height: 8px;
    left: 0;
    margin: 11px 0 0 10px;
    position: absolute;
    top: 0;
    width: 6px;
}
.b-actions_menu__item:hover::before, .b-actions_menu__item-active::before {
    background-position: 0 100%;
}
.b-actions_list__clinic {
    color: #ababab;
    margin-bottom: 10px;
    margin-top: -7px;
    font-size: 14px;
    line-height: 1.2;
}
/* actions list */

/* for press */
.fopress-column-left {
    float: left;
    width: 300px;
    margin-right: 30px;
    margin-top: -5px;
}
.fopress-column-left__head {
    margin-bottom: 8px;
    color: #ababab;
}
.fopress-column-right {
    overflow: hidden;
}
.forpress-list .b-columns_three .b-column {
    width: 31%;
    margin-left: 3%;
}
.forpress-list__clinic {
    margin-bottom: 25px;
}
.forpress-list__item {
    margin-bottom: 40px;
}
.forpress-list__pic {
    background: #efefef url('../images/new/i-press-nophoto.png?2') center no-repeat;
    display: block;
    height: 175px;
    margin-bottom: 17px;
    overflow: hidden;
    position: relative;
}
.forpress-list__name {
    display: block;
    font-size: 20px;
    margin-bottom: 15px;
}
.forpress-list__txt {
    display: block;
    font-size: 14px;
    line-height: 17px;
    margin-bottom: 15px;
}
.forpress-list__desc {
    margin-bottom: 30px;
}
.forpress-list__desc-txt {
    margin-bottom: 15px;
}
.forpress-list__download {
    font-size: 16px;
    padding-left: 20px;
    margin-bottom: 7px;
    display: inline-block;
    text-decoration: none;
    background: url('../images/new/i-download-press.png?2') 0 4px no-repeat;
}
.forpress-list__download:hover {
    text-decoration: underline;
}
.fopress-menu__item {
    display: block;
    padding: 6px 10px 6px 26px;
    position: relative;
    text-decoration: none;
    line-height: 1.2;
}
.fopress-menu__item:hover, .fopress-menu__item--active {
    background-color: #931368;
    color: #fff;
}
.fopress-menu__item::before {
    background: rgba(0, 0, 0, 0) url("../images/marker06.png?2") no-repeat scroll 0 0;
    content: " ";
    height: 8px;
    left: 0;
    margin: 11px 0 0 10px;
    position: absolute;
    top: 0;
    width: 6px;
}
.fopress-menu__item:hover::before, .fopress-menu__item--active::before {
    background-position: 0 100%;
}
.forpress-list__all {
    padding-top: 30px;
}
/* for press */

/* skype consult */
.skype-consult {
    background: #ffce23;
    font-size: 13px;
    line-height: 15px;
}
.skype-consult--services {
    width: 200px;
    margin-left: 20px;
    margin-bottom: 20px;
    margin-top: 5px;
}
.skype-consult__head {
    font-size: 18px;
    line-height: 1.1;
    margin-bottom: 10px;
    padding-top: 10px;
    text-align: center;
    font-family: "cocon-regularregular","PT Sans",Arial,sans-serif;
}
.skype-consult__content {
    padding: 0 5px 0 15px;
}
.skype-consult__item {
    position: relative;
    padding: 0 0 18px 0;
}
.skype-consult__doctor {
    position: relative;
    padding-left: 53px;
    margin-bottom: 10px;
    min-height: 45px;
}
.skype-consult__name {
    font-weight: bold;
    color: #ce156d;
    display: block;
    text-decoration: none;
}
.skype-consult__name:hover {
    text-decoration: underline;
}
.skype-consult__avatar {
    position: absolute;
    left: 0;
    top: 0;
    width: 45px;
}
.skype-consult-num {
    color: #00a8e6;
    text-decoration: none;
    position: relative;
    padding-left: 18px;
    display: inline-block;
    word-wrap: break-word;
    line-height: 1;
}
.skype-consult-num:hover {
    text-decoration: underline;
}
.skype-consult .skype-consult-num {
    display: block;
    margin-top: 5px;
    margin-bottom: 10px;
}
.skype-consult-num:before {
    display: block;
    content: '';
    background: url('../images/new/i-skype.png?2') no-repeat;
    width: 14px;
    height: 15px;
    position: absolute;
    left: 0;
    top: 1px;
}
.skype-consult__schedule td {
    padding-right: 4px;
}
.skype-consult__note {
    text-align: center;
    padding: 7px 0;
    font-size: 11px;
    text-transform: uppercase;
    background: #ffae00;
}
/* skype consult */

/* select word */
.word-selected {
    position: relative;
    padding-right: 15px;
    text-decoration: none;
    cursor: pointer;
    font-weight: bold;
}
.word-selected a {
    text-decoration: none;
}
.word-selected__border {
    border-bottom: 1px dashed #ce156d;
    color: #ce156d;
    display: inline-block;
    line-height: 1;
    padding-bottom: 1px;
    position: relative;
}
.word-selected:hover .word-selected__border {
   border-bottom-color: transparent;
}
.word-selected:before {
    position: absolute;
    display: block;
    content: '';
    right: 0px;
    top: -1px;
    width: 12px;
    height: 12px;
    background: url('../images/new/i-important.png?2') no-repeat;
}
/* select word */

/* banner virtual tour */
.banner-virtualtour {
    display: block;
    margin-bottom: 20px;
    overflow: hidden;
}
/* banner virtual tour */

.service-txt-right {
    float: right;
}

/* banner oms */
.banner-oms {
    margin-left: 20px;
    margin-bottom: 20px;
    width: 196px;
    border: 2px solid #c60349;
    text-align: center;
    color: #fff;
    margin-top: 5px;
    display: block;
    text-decoration: none;
}
.banner-oms__head {
    background: #c60349;
    line-height: 22px;
    font-size: 14px;
    text-transform: uppercase;
    display: block;
    color: #fff;
    font-family: 'cocon-regularregular', 'PT Sans', Arial, sans-serif;
}
.banner-oms__clinics {
    padding: 0 10px;
    display: block;
    color: #ce156d;
}
.banner-oms__clinics-show {
    cursor: pointer;
    display: inline-block;
    border-bottom: 1px dashed #c60349;
    color: #c60349;
    font-size: 13px;
    line-height: 1.2;
    margin-bottom: 5px;
    margin-top: -2px;
}
.banner-oms__clinics-show:hover {
    border-color: transparent;
}
.banner-oms__clinics-list {
    display: block;
    font-size: 14px;
    line-height: 1;
    text-align: left;
}
.banner-oms__clinics-list--hidden {
    display: none;
}
.banner-oms__clinics-list a {
    border-top: 1px solid #c60349;
    display: block;
    padding: 7px 0;
    text-decoration: none;
}
.banner-oms__clinics-list a:hover {
    color: #a80050;
}
.banner-oms__clinics-list a:first-child {
    border-top: 0;
}

a.banner-oms:hover {
    border-color: #a80050;
}

a.banner-oms:hover .banner-oms__head {
    background: #a80050;
}

a.banner-oms:hover .banner-oms__clinics {
    color: #a80050;
}

a.banner-oms .banner-oms__clinics {
    padding: 7px 10px;
}
/* banner oms */

/* banner eko */
.service-banner-eko {
    margin-left: 20px;
    width: 200px;
    margin-top: 5px;
    margin-bottom: 20px;
}
.service-banner-eko__item {
    text-align: center;
    color: #fff;
    margin-bottom: 5px;
    padding-top: 97px;
    background: #ffac31 url('../images/new/banner-eko.jpg') 0 0 no-repeat;
    color: #fff;
}
.service-banner-eko__item--child {
    background: #d4004b url('../images/new/banner-eko-child.jpg') 0 0 no-repeat;
}
.service-banner-eko__num {
    font-family: 'cocon-regularregular';
    font-size: 26px;
}
.service-banner-eko__note {
    padding-bottom: 5px;
    text-transform: uppercase;
    font-size: 11px;
    margin-top: -3px;
}
/* banner eko */

/* banner content eko */
.content-banner-eko {
    margin-left: 20px;
    margin-bottom: 15px;
    width: 196px;
    border: 2px solid #c60349;
    text-align: center;
    color: #fff;
    margin-top: 5px;
    display: block;
    text-decoration: none;
    float: right;
    clear: right;
}

.content-banner-eko__head {
    background: #c60349;
    line-height: 22px;
    font-size: 14px;
    text-transform: uppercase;
    display: block;
    color: #fff;
    font-family: 'cocon-regularregular', 'PT Sans', Arial, sans-serif;
}

.content-banner-eko__txt {
    padding: 6px;
    display: block;
    color: #c60349;
    font-size: 14px;
    text-transform: lowercase;
}
/* banner content eko */

/* widjet instagram */
.instagram-widjet {
    border: 1px solid #46729b;
    background: #fff;
}
.instagram-widjet__photos {
    padding: 10px 10px 0;
}
.instagram-widjet__head {
    line-height: 35px;
    color: #fff;
    background: #46729b;
    padding: 0 10px;
}
.instagram-widjet__photos {
    margin-right: -18px;
}
.instagram-widjet__photos-item {
    border: 2px solid #fff;
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
    display: block;
    float: left;
    height: 57px;
    margin: 0 12px 12px 0;
    overflow: hidden;
    width: 57px;
}
.instagram-widjet__photos-item img {
    width: 57px;
}
.instagram-widjet__photos-item:hover {
    opacity: 0.8;
}
.instagram-widjet__about {
    padding: 46px 13px;
    background: #efefef;
    border-bottom: 1px solid #c3c3c3;
    font-size: 0;
}
.instagram-widjet__about-logo {
    background: #fff url('../images/new/inst_logo.png') no-repeat;
    display: inline-block;
    vertical-align: middle;
    width: 60px;
    height: 60px;
    border: 3px solid #fff;
    box-shadow: 0 0 2px rgba(0, 0, 0, 0.2);
    margin-right: 15px;
    border-radius: 15px;
}
.instagram-widjet__about-logo img {
    width: 57px;
    display: block;
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
}
.instagram-widjet__about-link {
    background: #ce156d none repeat scroll 0 0;
    border: 3px solid #fff;
    border-radius: 5px;
    -webkit-box-shadow: 0 0 2px rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 2px rgba(0, 0, 0, 0.2);
    color: #fff;
    font-size: 14px;
    padding: 4px 15px;
    text-transform: uppercase;
    text-decoration: none;
    display: inline-block;
    vertical-align: middle;
    text-align: center;
}
.instagram-widjet__about-link:hover {
    color: #ffe298;
}

/* widjet instagram */

/* lapino label */
.lapino-mkad {
    background: #e14326;
    border-radius: 100%;
    color: #fff !important;
    display: inline-block;
    font-size: 13px;
    font-weight: 200;
    height: 65px;
    line-height: 1.1;
    margin-bottom: -30px;
    margin-top: -30px;
    position: relative;
    text-align: center;
    vertical-align: middle;
    width: 65px;
    margin-left: 20px;
}

a.lapino-mkad:hover {
    background: #c42609;
    text-decoration: none !important;
}
.lapino-mkad:after {
    display: block;
    content: '';
    width: 16px;
    height: 16px;
    bottom: 5px;
    left: 50%;
    margin-left: -7px;
    position: absolute;
    background: url('../images/new/i-clock.png') no-repeat;
}
.lapino-mkad__time {
    font-weight: 700;
    display: block;
    padding-top: 10px;
    font-size: 14px;
}
.lapino-mkad__time span {
    font-size: 17px;
    padding-right: 1px;
}
.lapino-contacts-road {
    padding: 15px 25px;
    overflow: hidden;
    background: #efefef;
}
.lapino-contacts-road .lapino-mkad {
    float: right;
    margin: 0 0 15px 15px;
}
/* lapino label */

/* filter price clinic */
.clinic-price-filter {
    margin-bottom: 30px;
}
.clinic-price-filter__select {
    float: left;
    width: 35%;
}
.clinic-price-filter__search {
    width: 44%;
    float: left;
    position: relative;
}
.clinic-price-filter__search .drop-frame {
    padding: 0;
}
.clinic-price-filter__submit {
    float: left;
    margin-left: 2%;
    width: 19%;
}
.clinic-price-filter__submit .button02 {
    width: auto;
    text-align: center;
    display: block;
}
.price-list-print {
    float: right;
    position: relative;
    margin-right: 23px;
    z-index: 3;
    display: block;
    line-height: 25px;
}
.price-list-print__ico {
    display: block;
    height: 17px;
    left: -25px;
    position: absolute;
    top: 5px;
    width: 17px;
    background: url('../images/new/i-print.png') 0 -17px no-repeat;
    background-size: 100% auto;
}
/* filter price clinic */

.refresh-captcha {
    display: inline-block;
    padding-left: 18px;
    padding-top: 7px;
    position: relative;
    text-transform: lowercase;
}
.refresh-captcha:before {
    position: absolute;
    content: '';
    display: block;
    font-size: 18px;
    font-weight: 700;
    left: 1px;
    top: 10px;
    width: 13px;
    height: 14px;
    background: url('../images/new/i-refresh-captcha.png') no-repeat;
}
.vacancies-hh {
    margin: 0 -15px;
}
.vacancies-hh div[data-qa='widget-title'] {
    font-size: 20px !important;
}
.l-container .content-col .vacancies-hh * {
    font-family: "PT Sans",Verdana,Helvetica,sans-serif !important;
}

/* program label */
.programm-label {
    color: #fff;
    margin-top: -1px;
    font-size: 10px;
    text-transform: uppercase;
    background: #e83e1d;
    border-radius: 2px;
    line-height: 14px;
    padding: 0 4px 1px;
    vertical-align: top;
    margin-left: 2px;
    font-weight: 700;
    position: relative;
}
.programm-label--deposit {
    background: #95117f;
}
.programm-label__popup {
    background: #fff none repeat scroll 0 0;
    border: 1px solid #cdcdcd;
    color: #000;
    display: none;
    font-size: 13px;
    font-weight: 300;
    left: 100%;
    line-height: 1.3;
    margin-left: 10px;
    min-height: 35px;
    padding: 10px 15px;
    position: absolute;
    text-transform: none;
    top: -40px;
    width: 300px;
    z-index: 2;
}
.programm-label__popup:before {
    display: block;
    content: '';
    position: absolute;
    border-width: 6px 7px;
    border-style: solid;
    border-color: transparent #fff transparent transparent;
    left: -14px;
    top: 40px;
    z-index: 2;
}
.programm-label__popup:after {
    display: block;
    content: '';
    position: absolute;
    border-width: 7px 7px;
    border-style: solid;
    border-color: transparent #cdcdcd transparent transparent;
    left: -15px;
    top: 39px;
}
.programm-label:hover .programm-label__popup {
    display: block;
}
/* program label */

/* faq */
.faq__margin {
    margin-bottom: 25px;
}
.faq__filter {
    background: #fff1d3;
    border-bottom: 3px solid #ffce65;
    padding: 20px;
    margin: 0 -19px;
    font-size: 0;
}
.faq__filter .in-bl {
    vertical-align: middle;
    font-size: 15px;
}
.faq__filter .faq__filter-head {
    font-weight: 700;
    font-size: 23px;
    margin-right: 20px;
    margin-top: -4px;
}
.faq__filter .jq-selectbox {
    margin-right: 30px;
    width: 300px;
}
.faq__filter select {
    width: 300px;
    margin-right: 30px;
    height: 38px;
}
.faq__filter .jq-selectbox__select {
    background: #fff;
}
.faq__filter-label {
    margin-right: 15px;
}
.faq__filter-switcher {
    width: 160px;
    cursor: pointer;
    text-align: center;
}
.faq__filter-switcher__arr {
    border-style: solid;
    border-width: 6px;
    border-color: #fff transparent transparent;
    margin-left: 8px;
    margin-top: 3px;
}
.faq-sections {
    background: #f8f5ef;
    border-bottom: 1px solid #ffce65;
    padding: 20px;
    margin: 0 -19px;
    font-size: 0;
    display: none;
}
.faq-sections ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
    width: 33.3%;
    font-size: 14px;
    vertical-align: top;
}
.faq-sections li {
    margin-bottom: 10px;
    line-height: 1;
    padding-left: 20px;
    position: relative;
}
.faq-sections .jq-checkbox {
    position: absolute !important;
    left: 0;
    top: -1px;
}

ul.qa-list{
    list-style: none; 
    margin: 0; 
    padding: 0 0 23px;
}

ul.qa-list li{
    margin-bottom: 40px;
}
.qa-title {
    margin-bottom: 8px;
    font-size: 14px;
}
.qa-bold {
    font-weight: 700;
}
.qa-intro {
    padding: 15px 25px;
    background: #efefef;
    margin-bottom: 10px;
}
.qa-theme {
    margin-bottom: 8px;
}
.qa-doctor {
    margin-bottom: 5px;
}
.qa-answer {
    background: #fff1d3 none repeat scroll 0 0;
    border-top: 3px solid #ffce65;
    margin-bottom: 10px;
    margin-top: -10px;
    padding: 15px 25px;
}
.qa-detail {
    padding-top: 20px;
    border-top: 1px solid #efefef;
}
/* faq */

/* 404 */
.page-404 {
    min-height: 270px;
    font-size: 20px;
    position: relative;
}
.page-404:before {
    content: "";
    display: block;
    height: 344px;
    position: absolute;
    right: 29px;
    top: -55px;
    width: 757px;
    background: url('../images/new/404.jpg') 0 0 no-repeat;
}
.page-404__txt {
    position: relative;
    z-index: 2;
}
.page-404 ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}
.page-404 li {
    margin-bottom: 10px;
    font-size: 18px;
}

.videos {
    margin-right: -25px;
}

.videos__item {
    width: 33%;
    margin-bottom: 35px;
    padding-right: 25px;
    float: left;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.videos__title {
    padding-top: 5px;
    font-size: 14px;
}
/* 404 */

/* instructions */
.instructions {
    padding-top: 10px;
}

.instructions__item {
    display: block;
    margin-bottom: 30px;
    padding-left: 40px;
    position: relative;
}

.instructions__ico {
    border: 1px solid #e93e1c;
    color: #e93e1c;
    font-size: 12px;
    left: 0;
    line-height: 28px;
    height: 28px;
    padding-top: 1px;
    position: absolute;
    text-align: center;
    top: -6px;
    width: 24px;
    display: block;
    border-radius: 3px;
}
/* instructions */
.b_widgets_footer__col{height:560px;}
.b_widgets_footer__height{margin-bottom:10px;padding-bottom:88px;}
.b_widgets_block{
	display:table;
	width:100%;
	margin-bottom:10px;
	position:relative;
}
.b_widgets_block:last-child{margin-bottom:0px;}
.b_widgets_block_img{
	display:block;
	margin:0 auto 10px auto;
}
.b_widgets_block_name{
	margin-top:10px;
	height:40px;
	overflow-y:hidden;
	display:block;
}
.b_widgets_block_action{
	position:absolute;
	left:0;
	bottom:75px;
}

/****  print style  ****/
@media print {
    body {
        background: #fff;
    }
    .header,
    .footer,
    .b-banner_main__wrap,
    .four-cols,
    .b-printable-can h1,
    .b-printable-can .list-cols,
    .b-printable-can .strong-title,
    .b-printable-can .back,
    .b-printable-can .print-coupon,
    #main-doctors-slider,
    .main-holder,
    .b-breadcrumbs,
    body #bx-panel-back,
    body #bx-panel,
    .tabcontrols-holder,
    .b-banner_inner__wrap,
    .b-widgets_footer__wrap,
    .b-news_footer,
    .menu-col,
    .menu-top,
    .b-clinics_tabs__wrap,
    .ajax-price-list .button-holder,
    .search-panel,
    .button-listing,
    .b-clinic_card__left,
    .search-price-list,
    .clinic-subtitle,
    .price-list-print,
    .scroll-top  {
        display: none !important;
    }

    .priceElementName {
        overflow: hidden;
    }

    .l-width {
        width: 100%;
        max-width: 100%;
        margin: 0;
    }
    .content-col {
        width: 100%;
    }
    .content-col *{
        max-width: 100%;
        white-space: normal;
    }

    .b-printable-can {
        display: block !important;
        width: auto;
        font-size: 18px;
    }

    .rt-detail {
        padding: 30px;
        border: 10px solid #dc3e11;
        border-radius: 30px;
    }

    body, html {
        min-width: 100px;
    }


    .content-sector {
        padding: 0;
    }

    .sector-content {
        border: 0;
        margin: 0;
    }

    .content-block {
        -webkit-box-shadow: none;
        box-shadow: none;
        padding: 0;
    }

    ul.pricelist-list .priceElementPrice {
        background: #fff none repeat scroll 0 0;
        display: block;
        float: none;
        font-size: 16px;
        padding-left: 5px;
        position: absolute;
        right: 0;
        top: 0;
    }

    ul.pricelist-list .priceElementName {
        background: #fff none repeat scroll 0 0;
        display: block;
        float: none;
        font-size: 16px;
        margin-bottom: 15px;
        max-width: none;
        overflow: hidden;
        padding-right: 98px;
    }

    ul.pricelist-list li.dottedBackground {
        position: relative;
    }

    ul.pricelist-list .priceSectionName2 {
        text-decoration: none !important;
        font-weight: bold !important;
        padding-left: 7px;
    }

    .ajax-price-list .name-title a {
        text-decoration: none;
    }

    div.ajax-price-list > ul.pricelist-list > li {
        padding-left: 0;
    }

    ul.pricelist-list {
        padding-left: 0;
    }

    .b-clinic_card__right {
        float: none;
        width: auto;
    }
}

.tab_link {
    cursor: pointer;
    margin-bottom: 30px;
    padding-left: 40px;
    text-decoration: underline;
}

.tab_content div {
    display: inline-block;
    width: 45%;
    float: left;
    padding: 15px;
}

.tab_content img {
    width: 100%;
}

.header__content-new .header__phone-nophone {
	padding-top: 20px;
	padding-bottom: 40px;
}

.visually-impaired-version-link {
	padding-left: 40px;
	position: absolute;
	right: 90px;
	top: 21px;
	font-size: 14px;
}

.visually-impaired-version-link.not-msk {
	top: -10px;
}

.visually-impaired-version-link.not-msk.up {
    top: -25px;
}

.visually-impaired-version-link:before {
	content: "";
	width: 30px;
	height: 17px;
	position: absolute;
	left: 0;
	top: 50%;
	margin-top: -8px;
	background: url("../images/eye.png") bottom no-repeat;
}

.header__content-new {
	position: relative;
	min-height: 170px;
}

.header__content {
	position: relative;
}

.header__content-new .header__hotline {
	top: 50px;
}

.header__vertical-new {
	margin-top: 20px;
}

.header__phone_novosibirsk.header__phone--wide .header__buttons {
	margin-top: -20px;
}

.header__phone_novosibirsk .visually-impaired-version-link {
	padding-left: 40px;
	position: absolute;
	right: 35px;
}

.header__phone_omsk .visually-impaired-version-link {
	top: -35px;
	right: 120px;
}

/* actions new - start */
.main__buttons {
	position: relative;
	margin-bottom: 10px;
}

.main__buttons .call__me_btn {
	width: 100%;
	margin-bottom: 10px;
	text-align: center;
}

.main__buttons .appointment__btn {
	width: 100%;
	color: #fff;
	background-color: #931368;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.main__buttons .appointment__btn:hover {
	background-color: #ce156d;
}

.main__buttons .appointment__btn:active {
	border-color: #ffc500;
	background-color: #ffc500;
}

.price__list_block .b-service_padding {
	padding: 0;
}
/*
.price__list_block td:nth-child(2){
	text-decoration: line-through;
}
*/
.main__buttons .appointment__btn.fixed {
	width: 250px;
	position: fixed;
	top: 45px;
}

.text strong {
	font-size: 18px;
}
/* actions new - end */
.arrows {
	position: absolute;
	top: 10px;
	left: 0;
	width: 100%;
	text-align: center;
	pointer-events: none;
}

.table__wrap .arrow {
	position: relative;
	width: 31px;
	height: 31px;
	display: inline-block;
	vertical-align: top;
}

.table__wrap .arrow-left {
	-webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	-o-transform: rotate(180deg);
	transform: rotate(180deg);
}

.table__wrap .arrow:before {
	content: "";
	position: absolute;
	top: 5px;
	left: 0;
	width: 20px;
	height: 20px;
	border: 2px solid #fff;
	border-left: none;
	border-bottom: none;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	-webkit-animation: arrows 1.5s infinite;
	animation: arrows 1.5s infinite;
}

.table__wrap .arrow-left:before {
	top: 4px;
}

@keyframes arrows {
	to {
		transform: translateX(100%) rotate(45deg);
		opacity: 0;
	}	
}
.table__wrap{
	position: relative;
	overflow: auto;
}