/* ==========================================================================
CUSTOM FONTS
========================================================================== */

/* ==========================================================================
SPRITE
========================================================================== */
/* ==========================================================================
Template styles
========================================================================== */

html,
body {
    color: #666;
    height: 100%;
    min-height: 100%;
    font-family: roboto, 'trebuchet ms', tahoma, sans-serif;
    line-height: 1.4;
}
body div[id*=bx_]{
    width:100%;
}
html {
    background: #fff;
}
/* ==========================================================================
TYPOGRAPHY
========================================================================== */
*,
*:before,
*:after {
    /* box-sizing: border-box; */
}
address{margin-bottom: 0; }
blockquote{margin-bottom: 1em;  }
h1,
.h1 {
    font-size: 32px;
    text-transform: uppercase;
    font-weight: bold;
    margin-bottom: 10px;
	margin-top: 30px;
}
h2,
.h2 {
    font-size: 28px;
    text-transform: uppercase;
    font-weight: bold;
}
h3,
.h3 {
    font-size: 22px;
    text-transform: uppercase;
    font-weight: bold;
    margin-bottom: 10px;
}
/*nick*/
.description-cnt h3 {
    text-transform: none;
}

h4,
.h4 {
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 15px;
}
h5,
.h5 {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 10px;
}
h6,
.h6 {
    font-size: 18px;
    text-transform: uppercase;
    margin-bottom: 10px;
    ;
}
h2:first-child{
    margin-top: 0;
}

.inner-page h1,
.inner-page .h1,
.inner-page h2,
.inner-page .h2,
.inner-page h3,
.inner-page .h3,
.inner-page h4,
.inner-page .h4,
.inner-page h5,
.inner-page .h5,
.inner-page h6,
.inner-page .h6{
  line-height: 1.875;
}



p {
    margin-top: 0.5em;
}
p:first-child {
    margin-top: 0;
}
p:last-child {
    margin-bottom: 0;
}
a,
input,
textarea,
button {
    font-family: roboto, 'trebuchet ms', tahoma, sans-serif;
    outline: none !important
}
a:hover {} address {
    font-style: normal;
}

a {
    color: #212121;
}

a:hover{
    color: #0a96ca; 
}


hr {
    margin-top: 30px;
    margin-bottom: 30px;
}
.icn {
    display: inline-block;
    position: relative;
    margin-top: 5px;
}
.x2-lines {
    line-height: 2;
    margin-bottom: 0.5em;
    ;
}

/*

  fixing bootstrap space size

*/

.container-fluid{/* padding-left: 10px; *//* padding-right: 10px; */}
.row{/* margin-left: -10px; *//* margin-right: -10px; */}
.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12{/* padding-left: 10px; *//* padding-right: 10px; */}



/**{
    outline:1px solid red;
}*/


.container-fluid{
  /* max-width: 1220px; */
}


.mob-show {
    display: none;
}
/*
    BUTTONS
*/

.btn {
    text-decoration: none;
    text-transform: uppercase;
    cursor: pointer;
    border: 0;
    display: inline-block;
    height: 57px;
    line-height: 57px;
    font-size: 15px;
    border-radius: 57px;
    text-align: center;
    font-weight: bold;
    padding: 0 15px;
    -webkit-transition:     all 0.25s;
    transition:     all 0.25s;
}
.btn-bd {
    border: 2px solid #e1e1e1;
}
.btn-bd-blue {
    color: #0a96ca;
}
.btn-bd-blue:hover {
    border-color: #0a96ca;
}
.btn-bg-pink.btn-bg-pink {
    background: #d667a4;
    color: #fff;
}
.btn-bg-pink.btn-bg-pink:hover {
    background: #bd528c;    
}
.btn-bd-pink {
    color: #d667a4;
}
.btn-bd-pink:hover {
    border-color: #d667a4;
}
.btn-wide {
    width: 100%;
    border-radius: 0;
    height: 60px;
    line-height: 60px;
    ;
}
.btn-sm {
    height: 45px;
    line-height: 45px;
    border-radius: 45px;
    min-width: 155px;
    font-size: 13px;
}
.btn-sm.btn-bd {
    line-height: 41px;
}
.btn.btn-bg-blue {
    background-color: #0a96ca;
    color: #fff;
}
.btn.btn-bg-blue-light {
    background-color: #32aedc;
    color: #fff;
}
.btn.btn-bg-blue-light:hover,
.btn.btn-bg-blue:hover {
    background-color: #0977a0;
}
.btn-bf {} .btn .icn {
    vertical-align: middle;
    margin-right: 10px;
}
.btn-huge {
    height: 72px;
    line-height: 72px;
    font-size: 20px;
    padding: 0 35px;
    letter-spacing: 0
}
/** PAGE WRAP **/

.page-container {
    margin-top: -0px;
    min-height: 100%;
    width: 100%;
}
.page-container-in {
    margin: 0 auto;
    padding: 0px 0 0px 0;
    position: relative;
    width: 100%;
}
/** HEADER **/

.header {
    padding: 30px 30px 15px;
}
.header-row-1 {
    padding-bottom: 30px;
    border-bottom: 1px solid #e5e5e5;
    margin-bottom: 10px;
    display: flex;
    justify-content: space-between;
}
.header-logo {
    text-decoration: none;
    padding-left: 82px;
    position: relative;
    display: block;
    float: left;
    margin-right: 28px;
}
a.header-logo{
    text-decoration: none;
}
.header-logo img {
    position: absolute;
    left: 0;
    top: -5px;
    ;
}
.header-logo-title {
    text-transform: uppercase;
    font-size: 31px;
    color: #0a96ca;
    display: block;
    line-height: 1.25;
	white-space: nowrap;
}
.header-logo-title small {
    font-weight: 600;
    display: block;
    color: #061557;
    font-size: 15px;
}
.header-moto {
    float: left;
    text-transform: uppercase;
    border: 0;
    display: inline-block;
    height: 57px;
    line-height: 57px;
    font-size: 15px;
    border-radius: 57px;
    text-align: center;
    font-weight: bold;
    border: 1px solid #e1e1e1;
    color: #d667a4;
    padding: 0 25px;
    position: relative;
}
.header-moto:before {
    content: '';
    width: 11px;
    height: 11px;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    position: absolute;
    left: -4px;
    background: #fff;
    box-shadow: -1px -1px #e1e1e1;
    top: 50%;
    margin-top: -6px;
}
.socials {
    list-style-type: none;
    padding: 0;
    margin: 0;
}
.header-socials {
    /* float: left; */
    list-style-type: none;
    padding: 0;
    margin: 0;
    padding-left: 10px;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;  
    -ms-align-items: center;
    -webkit-align-items: center;
    align-items: center;    
    padding-top: 15px;  
}
.header-socials li {
    display: inline-block;
    vertical-align: top;
    margin-left: 18px;
}
.header-socials a {
    opacity: 0.3;
}
.header-socials a:hover {
    opacity: 1;
}
.header-actions {
    /* float: right; */
    width: 42%;
}
.search-line {} .search-itself {
    position: relative;
    display: inline-block;
    vertical-align: top;
    width: 100%;
}
.header-search-line .search-itself input[type="search"] {
    position: relative;
    background: none;
    border: 0;
    vertical-align: middle;
    padding: 14px 20px;
    padding-right: 30px;
    height: 30px;
    top: -1px;
    min-width: 210px;
    z-index: 99999;
}
.header-search-line .search-itself button {
    background: none;
    border: 0;
    position: absolute;
    right: 10px;
    top: 0;
    bottom: 0;
    margin: auto;
}
.header-search-line {
    background: #f6f6f6;
    border-radius: 57px;
    height: 57px;
    position: relative;
}
.search-toggles {
    list-style-type: none;
    padding: 0;
    margin: 0;
    padding: 15px;
    height: 57px;
    display: inline-block;
    vertical-align: top;
    border-right: 1px solid #e4e4e4;
}
.search-toggles li {
    display: inline-block;
    vertical-align: top;
    cursor: pointer;
}
.search-toggles li span {
    font-size: 15px;
    text-transform: uppercase;
    line-height: 28px;
    height: 28px;
    color: #999;
    text-decoration: none;
    padding: 0 13px;
    border-radius: 28px;
    display: block;
}
.search-toggles li.active span {
    background: #0a96ca;
    color: #fff;
}

.header-contacts-holder{
display: -moz-flex;
display: -ms-flex;
display: -o-flex;
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;  -ms-align-items: center;
-webkit-box-align: center;
    -ms-flex-align: center;
        align-items: center;    }


@media (min-width:1001px){

.scrolled body{padding-top: 200px;  }
.scrolled .header{position: fixed;left: 0;top: 0;width: 100%;background: #fff;z-index: 1001;padding: 20px 30px;box-shadow: 0 2px 2px 0 rgba(0,0,0,0.1);-webkit-transform: translateY(-100%);
transform: translateY(-100%);
-webkit-animation:  scrolled 0.5s forwards;
animation:  scrolled 0.5s forwards;
}

@-webkit-keyframes scrolled{
    from{
        -webkit-transform: translateY(-100%);
        transform: translateY(-100%);
    }
    to{
        -webkit-transform: translateY(0%);
        transform: translateY(0%);
    }
}

@keyframes scrolled{
    from{
        -webkit-transform: translateY(-100%);
        transform: translateY(-100%);
    }
    to{
        -webkit-transform: translateY(0%);
        transform: translateY(0%);
    }
}
.header-btn {white-space: nowrap;}
.scrolled .header-row-1{border-bottom: 0;padding-bottom: 0px;margin-bottom: 0;display: block;}
.scrolled .header-row-2 .header-nav,
.scrolled .header-moto,
.scrolled .header-actions{display: none;}
.scrolled .mob-only-nav{display: block;}
.scrolled .mob-navi{float: left;    }
.scrolled .header-nav ul{font-size: 14px;display: block;float: left;padding-left: 0;}
.scrolled .header-nav li{margin-left: 20px;line-height: 44px;   }
.scrolled .header-logo{padding-left: 64px;margin-right: 10px;min-height: 1px;}
.scrolled .header-logo img{height: 52px;width: 52px;    }
.scrolled  .header-logo-title{font-size: 24px;  }
.scrolled  .header-logo-title small{font-size: 12px;    }
.scrolled .header-row-1 .header-btn {
    float: right;
    margin-left: 20px;
    height: 44px;
    font-size: 13px;    
    line-height: 44px;
    min-width: 200px;   
    max-width: 200px;   
}
.scrolled .header-contacts-holder{
    position: absolute; 
    right: 240px;   
    top: 20px;  
}

}


@media (max-width: 1760px) and (min-width: 1001px){
    /*  */
    .scrolled .header-contacts-holder{display: none;    }
    .scrolled .header-nav ul{padding-right: 0;  }
}
@media (max-width: 1280px) and (min-width: 1001px){
    .scrolled .header-logo-title{display: none; }
    .scrolled .header-logo img{top: -5px;}
}
.header-btn {
    float: right;
    width: 14.26667%;
    margin-left: 20px;
}
.header-row-1 .header-btn {
    min-width: 250px;
}
.header-row-2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}
.header-nav {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
}
.header-nav ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 16px;
    padding-left: 82px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            -webkit-justify-content: space-between;
            justify-content: space-between;
    max-width: 1007px;
    ;
}
.header-nav ul li {
    display: inline-block;
    vertical-align: top;
    line-height: 57px;
}
.header-nav ul li a {
    color: #1f1f1f;
    text-decoration: none;
}
.header-nav ul li a:hover {
    color: #0a96ca; 
}
.header-contacts {
    text-align: right;
    
}
.phone-humber {
    text-transform: uppercase;
    color: #4b4b4b;
    font-size: 22px;
    letter-spacing: 1px;
}
.header-contacts .phone-humber a:hover{
    text-decoration: none;
    color:#4b4b4b;
}
.header-contacts .btn {
    float: right;
    margin-left: 20px;
}
.phone-humber small {
    display: block;
    color: #a7a7a7;
    font-size: 13px;
    letter-spacing: 0;
}
.icn-call-w {
    width: 19px;
    height: 19px;
    background: url(../images/call-w.svg) no-repeat;
    background-size: contain;
}
@media (max-width: 1760px) {
    .header-socials,
    .header-moto {
        display: none;
    }
    .header-logo {
        padding-left: 60px;
        margin-right: 0px;
    }
    .header {
        padding: 30px 10px 15px;
    }
    .header-logo img {
        width: 51px;
        height: 51px;
        left: 0px;
        top: 1px;
    }
    .header-logo-title {
        font-size: 26px;
        font-weight: bold;
        line-height: 1.5;
    }
    .header-logo-title small {
        font-size: 11px;
    }
    .header-row-2 .header-btn {
        width: 160px;
        min-width: 160px;
        font-size: 13px;
    }
    .header-nav ul {
        padding-left: 0;
        font-size: 13px;
        padding-right: 50px;
        ;
    }
    .phone-humber {
        font-size: 18px;
    }
    .phone-humber small {
        font-size: 11px;
    }
    .header-btn {
        margin-left: 10px;
    }
    .search-itself input[type="text"] {
        width: 100px;
    }
    .search-toggles {
        padding-left: 15px;
    }
    .search-toggles li {
        font-size: 11px;
    }
    .search-toggles li a {
        font-size: 12px;
        padding: 0 11px;
    }
}
@media (max-width: 1000px) {
    .mob-hide.mob-hide {
        display: none;
    }
    .mob-navi {
        display: block;
        -webkit-transition: all 0.125s linear;
        transition: all 0.125s linear;
        -webkit-transform: translateX(100%);
        transform: translateX(100%);
    }
    .naviCalled .mob-navi {
        -webkit-transform: translateX(0%);
                transform: translateX(0%);
    }
    .mob-show {
        display: inline-block
    }
    .header {
        position: relative;
        padding-top: 20px;
        padding-left: 0;
        padding-right: 0;
        padding-bottom: 0;
    }
    .header-logo img{
      left: 15px;
    }
    .header-row-1 {
        padding-bottom: 21px;
        margin-bottom: 0;
        border-bottom: 0;
        ;
        padding-right: 13px;
    }
    .mob-call-navi {
        height: 20px;
        width: 28px;
        position: absolute;
        right: 16px;
        top: 35px;
    }
    .mob-call-navi:after {
        content: '';
        position: absolute;
        width: 100%;
        height: 2px;
        background: #199fd1;
        box-shadow: 0 -8px #199fd1, 0 8px #199fd1;
        top: 0;
        bottom: 0;
        margin: auto;
        ;
        ;
    }
    .header-row-2 {
        -webkit-box-pack: end;
            -ms-flex-pack: end;
                -webkit-justify-content: flex-end;
                justify-content: flex-end;
        background: #ededed;
        padding-top: 8px;
        padding-bottom: 8px;
        border-top: 1px solid #b9b9b9;
        ;
        ;
        padding-right: 13px;
    }
    .header .btn {
        white-space: nowrap;
    }
    .header-btn {
        height: 41px;
        line-height: 41px;
        font-size: 14px;
        padding: 0 25px;
        white-space: nowrap;
    }
    .header-row-1 .header-btn {
        min-width: 0;
        width: auto;
        position: absolute;
        left: 5px;
        bottom: 8px;
        padding-left: 22px;
    }
    .header-row-2 .btn-call {
        text-decoration: none;
        text-transform: uppercase;
        font-size: 12px;
        color: #a3a3a3;
        line-height: 41px;
    }
    .header-row-2 .btn-call span {
        height: 41px;
        line-height: 41px;
        width: 41px;
        border-radius: 41px;
        position: relative;
        background: #1cbe5d;
        display: inline-block;
        margin-left: 6px;
        vertical-align: middle;
    }
    .header-row-2 .btn-call .icn {
        position: absolute;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        margin: auto;
    }
    .header-socials {
        display: block;
        float: none;
        text-align: center;
        padding-left: 0;
        margin-bottom: 26px;
    }
    .header-socials li {
        margin: 0 9px;
    }
    .header-logo {
        padding-left: 74px;
    }
    .header-logo img {
        width: 48px;
        height: 48px;
    }
    .header-logo-title {
        font-size: 22px;
        line-height: 1.45;
    }
    .header-row-2 .header-btn {
        border: 0;
    }
    .header-nav {
        display: block;
        width: 100%;
    }
    .header-nav ul {
        display: block;
        padding-right: 0;
        text-align: center;
        font-size: 16px;
    }
    .header-nav ul li {
        display: block;
        text-align: center;
        line-height: 1;
        margin-bottom: 24px;
    }
    .header-actions {
        width: 100%;
        /* float: none; */
        margin-right: 56px;
        margin-left: 20px;
    }
    .search-itself {
        width: 100%;
    }
    .header-search-line {
        /* margin-bottom: 15px; */
        /* margin-top: 40px; */
    }
    .header-search-line .search-itself input[type="text"] {
        width: 100%;
        padding-right: 50px;
    }
    .header-search-line .search-itself button {
        position: absolute;
        top: 50%;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
        right: 15px;
    }
    .search-toggles {
        position: absolute;
        border-right: 0px;
        height: 20px;
        line-height: 20px;
        top: 100%;
        padding: 15px 0 0 0;
        width: 100%;
        text-align: center;
        font-size: 12px;
        margin-top: 5px;
    }
    .search-toggles li a {
        font-size: 14px;
        padding-left: 14px;
        padding-right: 14px;
        line-height: 30px;
        height: 30px;
    }
    .mob-navi {
        position: fixed;
        left: 0;
        top: 0;
        width: 100%;
        background: #eaeaea;
        height: 100%;
        z-index: 1001;
        padding: 15px 15px;
    }
    .mob-hide-navi {
        width: 27px;
        height: 27px;
        position: absolute;
        background: url(../images/navi-close.svg) no-repeat;
        background-size: contain;
        right: 15px;
        top: 30px;
    }
}
@media (max-width: 768px) {
    figure img{width: 100%;
    height: auto; }
}
@media (max-width: 400px) {
    .header-row-2 .btn-call {
        font-size: 9px;
    }
    .header-logo-title small {
        font-size: 10px;
    }
}
@media (max-width: 320px){
	.header-row-2 .btn-call {
		font-size: 0;
	}
}

.page {
   overflow:hidden; 
} 
.page>section{
    
}

.index-banner {}

.index-actions-banner-aside-holder{
    /* min-height: 460px; */
}

.index-actions-banner-aside{
    /* position: absolute; */
    /* width: 60%; */
    /* left: -60%; */
    top: 0;
    /* display: table; */
    /* height: 460px; */
}

 .ct-row-24 {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}
.ct-cell {
    /* display: -moz-flex; */
    /* display: -ms-flex; */
    /* display: -o-flex; */
    /* display: -webkit-box; */
    /* display: -webkit-flex; */
    /* display: -ms-flexbox; */
    /* display: flex; */
}
.ct-cell-pd {
    padding: 40px 65px;
    -moz-flex: 1;
    -ms-flex: 1;
    -o-flex: 1;
    -webkit-box-flex: 1;
            flex: 1;
    margin: auto;
    padding-right: 0;
}
.index-actions-banner-aside-holder{
    background: url(../images/index_slider2.jpg) no-repeat center center;
    background-size: cover;
    /* height: 100%; */
}

.slider.nivoSlider{
    position: absolute; 
    top: 0;
    left: 0;
    height: 100%;   
}


.index-banner {} .index-small-banner {} .slider-banner {} .index-small-banner-slide {} .slider-banner-slide {
    height: 460px;
    display: table;
    background-size: cover;
    background-position: center;
}
.banner-ct {
    /* display: table-cell; */
    vertical-align: middle;
    padding-left: 13%;
    padding-right: 10%;
    padding-top: 15px;
}
.banner-ct .btn{
	white-space:nowrap;
}
.banner-h {
    color: #fff;
    font-size: 36px;
    text-transform: uppercase;
    font-weight: bold;
    margin-bottom: 30px;
}
.index-banner-contacts {
    background: #ededed;
    padding: 23px;
    padding-bottom: 15px;
    ;
}
.index-banner-contacts .h6 {
    font-size: 16px;
    font-weight: bold;
    color: #414141;
    margin-bottom: 13px;
}
.addresses {
    text-align: center;
    line-height: 1.7;
}
.address-unit {
    display: inline-block;
    vertical-align: top;
    text-align: left;
    font-size: 16px;
    margin: 0 25px;
}
.address-unit address:first-child {
    font-size: 18px;
    font-weight: bold;
}
.btn-wide {
    display: block;
}
.ct-cell-in {
    width: 100%;
}
.ct-cell-in {} .index-actions-banner {
    background: url(../images/index_actions_bg.jpg) no-repeat center top;
    background-size: cover;
    position: relative;
    /* height: 560px; */
}
.index-actions-banner-ct {
    position: relative;
    left: 0;
    bottom: 0;
    background: #0a96ca;
    width: 100%;
    color: #fff;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    z-index: 102;
}

.nivo-controlNav{
    position: absolute;
    z-index: 102;
    right: 100%;
    top:0;
    padding: 25px 25px 0 0; 
    text-align: right;  
    white-space: nowrap;    
}
.nivo-control{
    text-align: left;   
    width: 24px;
    height: 24px;
    border-radius: 24px;
    border: 3px solid rgba(255,255,255,0.2);
    text-indent: -9999px;   
    display: inline-block;  
    margin-left: 16px;   
    position: relative;
}

.nivo-controlNav{
    position: absolute;
    z-index: 102;
    right: 100%;
    top:0;
    padding: 25px 25px 0 0; 
    text-align: right;  
    white-space: nowrap;    
}
.nivo-control{
    text-align: left;   
    width: 18px;
    height: 18px;
    border-radius: 20px;
    border: 3px solid rgba(255,255,255,0.2);
    text-indent: -9999px;   
    display: inline-block;  
    margin-left: 16px;   
    position: relative;
}

.nivo-control.active{
    border-color: transparent;   
}
.nivo-control.active:after{
    width: 14px;
    height: 14px;
    border-radius: 14px;
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    border: 2px solid  #fff;
}
/*.nivo-control.active>span{
    position: absolute;
    width: 38px;
    height: 38px;
    border-radius: 38px;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    box-shadow: inset 0 0 0 5px rgba(255,255,255,0.3);

}
.nivo-control.active>span>span{
    position: absolute;
    left: 50%;
    top: 0;
    width: 50%;
    height: 100%;overflow: hidden;
}
.nivo-control.active>span>span:after{
    width: 200%;
    right: 0;
    height: 100%;
    border-radius: 100%;
    box-shadow: inset 0 0 0 5px rgba(255,255,255,1);
    content: '';
    position: absolute;
}

*/
.nivo-control .chart{opacity: 0;
overflow: hidden;}
.nivo-control .chart,
.nivo-control.active .container {
  padding: 50px 0;
  text-align: center;
}
.nivo-control:not(.active){
    z-index: 3;
}

.nivo-control.active .chart{-webkit-transition: opacity 1.5s;
-o-transition: opacity 1.5s;
transition: opacity 1.5s;opacity: 1;}
.chart {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  display: inline-block;
  color: #999;
  font-size: 20px;
  text-align: center;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.chart *{
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.chart figcaption {
  padding: 0px 0px;
  width: 25px;
  height: 25px;
  border: 5px solid  rgba(255,255,255,0.3);;
  border-radius: 100px;
  line-height: 50px;
}

/* END Container styles */

/* Colors for the circles and positions for the graphics */

svg .outer {
  stroke: #fff;
}


.chart svg {
  position: absolute;
  top: 50%;
  left: 50%;
-webkit-transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
-o-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
margin-left: 5px;
margin-top: 5px;
}

.outer {
  fill: transparent;
  stroke: #333;
  stroke-width: 5;
  stroke-dasharray: 534;
  transition: stroke-dashoffset 1s;
  -webkit-animation-play-state: running;
  
  /* firefox bug fix - won't rotate at 90deg angles */
  -moz-transform: rotate(-89deg) translateX(-188px) translateY(2px);
}

/* Set the initial values for the animation */
.nivo-control.active .chart[data-percent='100'] .outer {
  stroke-dashoffset: 0;
  -webkit-animation: show100 6.2s forwards;
  animation: show100 6.2s forwards;
}

/* END set initial animation values */

/* Keyframes for the initial animation */
@-webkit-keyframes show100 {
  from {
    stroke-dashoffset: 0;
  }
  
  to {
    stroke-dashoffset: 537;
  }
}

@keyframes show100 {
  from {
    stroke-dashoffset: 0;
  }
  
  to {
    stroke-dashoffset: 537;
  }
}

.index-actions-banner-ct .h {
    position: absolute;
    left: 0;
    background: #0a96ca;
    bottom: 100%;
    text-transform: uppercase;
    font-size: 14px;
    padding: 0 30px;
    margin-bottom: -14px;
    line-height: 30px;
    border-top-right-radius: 30px;
}
.index-actions-banner-slides{width: 75%;display: -webkit-flex;
display: -moz-flex;
display: -ms-flex;
display: -o-flex;
display: flex;  }
.index-actions-banner-slides .index-actions-banner-cell{width: 33.3334%;}


.index-actions-banner-cell {
    padding: 20px;
    width: 25%;
    border-left: 1px solid #0184b5;
    font-size: 15px;
    padding-left: 33px;
}

.index-actions-banner-cell:only-child {
    width: 100%;
}


.index-actions-banner-ct>.index-actions-banner-cell {
    padding: 0;
}
.index-actions-banner-slides>.index-actions-banner-cell:first-child {
    border-left: 0;
}
.sale-h {
    font-size: 14px;
}
.sale-h b {
    font-size: 20px;
    display: inline-block;
    background: #0184b5;
    border-radius: 23px;
    height: 23px;
    line-height: 23px;
    padding: 0 10px;
    margin-left: -10px;
}
.actions-all.actions-all {
    text-decoration: none;
    color: #fff;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    text-transform: uppercase;
    font-size: 16px;
    -ms-align-items: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    background: #078fc2;
    height: 100%;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            -webkit-justify-content: center;
            justify-content: center;
            -webkit-transition: all 0.25s;
            -o-transition: all 0.25s;
            transition: all 0.25s;
}
.actions-all.actions-all:hover {
    background: #0382b2;
}
.actions-all span {
    width: 50px;
    margin-left: 18px;
    font-weight: bold;
}
.cell-link {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    display: block;
    width: 100%;
    height: 100%;
    background-color: #f8f8f8;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -ms-align-items: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            -webkit-justify-content: center;
            justify-content: center;
    text-align: center;
    color: #212121;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    -o-flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column;
    padding: 60px;
    padding-left: 25px;
    padding-right: 25px;
    -webkit-transition: background 0.25s;
    -o-transition: background 0.25s;
    transition: background 0.25s;
}
.cell-link>*{
    max-width: 100%;
}
.page a.cell-link:hover {
    background-color: #54c9bf;
    color: #fff;
}
.cell-link .h2 small {
    display: block;
    font-size: 18px;
}
.cell-link[class*=" bg-"] {
    color: #fff;
    text-decoration: none;
    -webkit-transition:     all 0.2s;
    transition:     all 0.2s;
}
a.cell-link[class*=" bg-"]:hover{
    opacity: 0.7;   
}

.cell-link-icn {
    margin-bottom: 30px;
    position: relative;
    bottom: -20px;
    line-height: 60px;
    ;
}
.cell-link .h6 {
    line-height: 2;
    min-height: 70px;
    font-weight: bold;
    margin-top: 80px;
}
.ct-cell-4 .cell-link-icn {
    margin-bottom: 0;
    bottom: -50px;
    ;
}
.bg-grey,
.bg-grey .cell-link {
    background-color: #f8f8f8;
}
.bg-dark-grey,
.bg-dark-grey .cell-link {
    background-color: #ececec;
}
.bg-light-grey,
.bg-light-grey .cell-link {
    background-color: #fcfcfc;
}
.bg-light-blue,
.bg-light-blue .cell-link {
    background-color: #ebf2f4;
    color: #4b4b4b;
}
.index-small-banner {} .slider-banner {
    list-style-type: none;
    padding: 0;
    margin: 0;
}
.section-socials{text-align:center;display: flex;justify-content: center;padding: 15px 0;}
.index-small-banner-slide {} .slider-banner-slide {} .banner-ct {} .banner-h {} .btn-bg-pink {} .icn {} .index-banner-contacts {} .addresses {} .address-unit {} .address-subway {} .address-phone {} .page-section {} .page-section-h {
    text-align: center;
    text-transform: uppercase;
    padding: 31px 0 28px 25px;
    font-size: 30px;
    font-weight: bold;
}
.page-section-h i {
    position: absolute;
    margin-left: -55px;
}
.page-section-h .icon-diagnostics {
    margin-top: 8px;
    margin-left: -58px;
    ;
}
.page-section-h .icon-healing {
    margin-top: 8px;
    margin-left: -58px;
    ;
}
.icon {} .page-section-ct {} .h-boxes {} .services-list li {
    font-size: 16px;
    text-transform: uppercase;
    margin-bottom: 22px;
    font-weight: bold;
}
[class*="h-boxes"] .services-list {
    list-style-type: none;
    padding: 0;
    margin: 0;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin: 0;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    flex-wrap: wrap;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    -o-flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column;
}
.h-boxes-1 .services-list {
    height: 224px;
    margin: auto;
    margin-bottom: -40px;
}
.ct-cell-3 {
    width: 12.5%;
}
.ct-cell-4 {
    width: 16.66667%;
}
.ct-cell-6 {
    width: 25%;
}
.ct-cell-8 {
    width: 33.3333334%;
}
.ct-cell-9 {
    width: 37.5%;
}
.ct-cell-12 {
    width: 50%;
}
.ct-cell-15 {
    width: 62.5%;
}
/*  INDEX CELLS */

.bg-gynecology {
    background-image: url(../images/service_bg-gn.jpg);
    background-color: #cc99d5;
}
.bg-urology {
    background-image: url(../images/service_bg-ur.jpg);
    background-color: #9ba5d4;
}
.bg-uzi {
    background-image: url(../images/service_bg-uzi.jpg);
    background-color: #6ebdb7;
}
.bg-uzi small{color: #fff;}
.bg-ozon {
    background-image: url(../images/service_bg-ozon.jpg);
    background-color: #86c1d7;
}
.bg-colon {
    background-image: url(../images/service_bg-gut.jpg);
    background-color: #c4b5b2;
}
.all-link {
    line-height: 2;
}
.h-boxes-1 .ct-cell {
    height: 370px;
    /*!!!*/
    

}
.h-boxes-2 .ct-cell {
    height: 470px;
    /*!!!*/
    

}
.h-boxes-2-fl .ct-cell {
    height: auto;
    min-height: 470px;
    /*!!!*/
    

}
.h-boxes-2-fl .ct-cell.doctors-carusel-header {
    
}
.scrollable {
    height: 200px;
} 

/*
 * CSS Styles that are needed by jScrollPane for it to operate correctly.
 *
 * Include this stylesheet in your site or copy and paste the styles below into your stylesheet - jScrollPane
 * may not operate correctly without them.
 */


.jspScrollable, .jspScrollable *{
    outline:0 !important
}

.jspContainer
{
    overflow: hidden;
    position: relative;
}

.jspPane
{
    position: absolute;
}

.jspVerticalBar
{
    position: absolute;
    top: 0;
    right: 30px;
    width: 5px;
    height: 100%;
    background: rgba(255,255,255,0.3);
}

.jspHorizontalBar
{
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 16px;
    background: transparent;
}

.jspCap
{
    display: none;
}

.jspHorizontalBar .jspCap
{
    float: left;
}

.jspTrack
{
    background: #e2e2e2;
    position: relative;
}

.jspDrag
{
    background: #d98ab5;
    position: relative;
    top: 0;
    left: 0;
    cursor: pointer;
}

.jspHorizontalBar .jspTrack,
.jspHorizontalBar .jspDrag
{
    float: left;
    height: 100%;
}

.jspArrow
{
    background: #50506d;
    text-indent: -20000px;
    display: block;
    cursor: pointer;
    padding: 0;
    margin: 0;
}

.jspArrow.jspDisabled
{
    cursor: default;
    background: #80808d;
}

.jspVerticalBar .jspArrow
{
    height: 16px;
}

.jspHorizontalBar .jspArrow
{
    width: 0px;
    float: left;
    height: 100%;
}

.jspVerticalBar .jspArrow:focus
{
    outline: none;
}

.jspCorner
{
    background: #eeeef4;
    float: left;
    height: 100%;
}


.compendium {
    list-style-type: none;
    padding: 0;
    margin: 0;
}
.compendium ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
    font-size: 16px;
    -webkit-columns: 2;
    -moz-columns: 2;
    -o-columns: 2;
    columns: 2;
    margin-bottom: 25px;
}
.compendium ul li {
    padding-bottom: 20px;
    display: inline-block;
    width: 100%;
}
.compendium-letter {
    font-size: 28px;
    font-weight: bold;
    text-transform: uppercase;
    margin-bottom: 25px;
}
.pd-0 {
    padding: 0;
}
.carusel {
    list-style-type: none;
    padding: 0;
    margin: 0;
}
.carusel-slide {} .carusel-slide figure {
    margin-bottom: 20px;
}
.carusel-slide:nth-child(even) {
    background: #f8f8f8;
}
.carusel-doctor-card {
    text-align: center;
}
.carusel-doctor-card .btn-bd-pink {
    border-color: #d98ab5;
}
.carusel-doctor-card .btn-bd-blue {
    border-color: #0a96ca;
}
.h4 {} .doctors-carusel-header p {
    max-width: 460px;
    line-height: 1.8;
}
.doctors-carusel-header .btn+.btn {
    margin-left: 20px;
}
.carusel-doctor-card-h {
    font-weight: 500;
    margin-bottom: 15px;
    font-size: 20px;
    color: #d98ab5;
}
.c--blue {
    color: #0a96ca;
}
.carusel-doctor-card-role {
	line-height: 1.2;
} 
.doctors-carusel {
    overflow: hidden;
    position: relative;
    height: 100%;
}

.doctors-carusel .bx-prev, 
.doctors-carusel .bx-next{
    position: absolute;
    top: 86px;
    -webkit-transform: scale(1.5);
    transform: scale(1.5);
}

.doctors-carusel .bx-prev{
    left: 27px;
    -webkit-transform: scale(-1.5);
    transform: scale(-1.5);

}
.doctors-carusel .bx-next{
    right: 27px;
}

.doctors-carusel .bx-wrapper,
.doctors-carusel .carusel,
.doctors-carusel .carusel-slide,
.doctors-carusel .bx-viewport {
    height: 100% !important;
}
.h-boxes-2-fl .ct-cell.doctors-carusel-header,
.doctors-carusel-header+.ct-cell{
    height: 470px;
}

.doctors-carusel .carusel-slide {
    padding: 45px 30px 90px;
    position: relative;
}
.doctors-carusel .carusel-slide .btn {
    bottom: 30px;
    left: 0;
    right: 0;
    margin: auto;
    width: 170px;
    position: absolute;
}
@media (max-width: 1024px) {
    .nivoSlider{height: 100% !important;width: auto !important;right: 0;
    left: auto; }
    .nivoSlider img{height: 100% !important;width: auto !important;}

}
@media (max-width: 576px) {
    .index-banner .index-actions-banner-holder {
    position: relative;
    padding-top: 96%;
}
.index-banner .slider.nivoSlider{
    top: 204px;
    height: 226px!important;
}
.index-banner .nivo-box, .index-banner .nivo-slice{
    display:none!important;
}
.index-banner .index-actions-banner-aside{
    height: 204px;
    font-size: 14px;
}
.index-banner .slider.nivoSlider img {
    width: 100% !important;
    height: auto !important;
    left: 50%;
}
.index-banner .banner-h {
    font-size: 20px;
}
}

    .services-list-container {
        text-align: center;
        padding-bottom: 42px;
        position: relative;
        width: 100%;
    }
@media (max-width: 1000px) {
    .ct-row-24 {
      -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        -o-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .index-banner .ct-row-24{
    -moz-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    -o-flex-direction: column-reverse;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
            flex-direction: column-reverse;}
    .index-banner .index-actions-banner{
        min-height: 448px;
    }
    .address-unit{
        margin: 0;
        padding: 0 25px;
        min-width: 290px;
    }

    .mob-half {
        width: 50%;
    }
    .mob-wide {
        width: 100%;
    }
    [class*="h-boxes"] .services-list {
        display: block;
    }
    .cell-link[class*=" bg-"] {
        background-image: none;
        padding: 40px 20px 52px;
    }
    .cell-link.bg-uzi[class*=" bg-"] {
        padding-bottom: 58px;
        padding-top: 30px;
    }
    .ct-cell-pd {
        padding: 35px;
    }
    .page-section-h {
        font-size: 25px;
        padding-top: 21px;
        padding-bottom: 20px;
        padding-left: 50px;
    }
    .page-section-h i {
        margin-left: -45px;
    }
    .h-boxes-1 .ct-cell,
    .h-boxes-2 .ct-cell {
        height: auto;
    }
    .cell-link .h2 {
        font-size: 20px;
    }
    .cell-link .h2 small {
        font-size: 14px;
    }
    .services-list li {
        margin-bottom: 18px;
    }
    .services-list li:nth-child(5)~li {
        display: none;
    }
    .h-boxes-1 .services-list,
    .h-boxes-2 .services-list {
        margin-bottom: 0;
        height: auto;
        display: inline-block;
        text-align: left;
    }
    .services-list-container {
        text-align: center;
        padding-bottom: 42px;
        position: relative;
        width: 100%;
    }
    .services-list-toggle.services-list-toggle {
        width: 100%;
        display: block;
        color: #fff;
        text-decoration: none;
        line-height: 62px;
        bottom: 0;
        z-index: 2;
        text-transform: uppercase;
        background-color: #27adde;
        position: absolute;
        left: 0;
    }
    .cell-link-squized {
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
            -ms-flex-direction: row;
                flex-direction: row;
        padding-bottom: 0;
        padding-top: 0;
        text-align: left;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        height: auto;
        padding-top: 30px;
        padding-bottom: 30px;
    }
    .ct-cell-4 .cell-link-squized {
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
            -ms-flex-direction: row;
                flex-direction: row;
        padding-bottom: 0;
        padding-top: 0;
        text-align: left;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        height: auto;
        padding-top: 40px;
        padding-bottom: 15px;
        padding-left: 45px;
        ;
    }
    .ct-cell-4+.ct-cell-4 .cell-link-squized {
        padding-top: 15px;
    }
    .ct-cell-4:last-child .cell-link-squized {
        padding-bottom: 40px;
    }
    .cell-link-squized .cell-link-icn {
        bottom: 0;
        width: 100px;
        text-align: center;
        min-width: 100px;
        height: auto;
        line-height: 1;
    }
    .cell-link-squized .cell-link-icn .icn {
        -webkit-transform: scale(0.8);
        transform: scale(0.8);
    }
    .cell-link .h6 {
        margin: 0;
        -webkit-box-flex: 1;
            -ms-flex-positive: 1;
                flex-grow: 1;
        font-size: 16px;
        min-height: 0;
        line-height: 1.9;
    }
    .cell-link[class*=" bg-"] .h2 {
        height: 30px;
    }
    .cell-link[class*=" bg-"] .cell-link-icn {
        margin-bottom: 20px;
    }
    .page-section-h .icon-healing {
        margin-top: -3px;
        margin-left: -53px;
    }
    .doctors-carusel-header .cell-link {
        padding-top: 40px;
        padding-left: 20px;
        padding-right: 20px;
        padding-bottom: 20px;
    }
    .doctors-carusel-header .cell-link .h2 {
        font-size: 24px;
    }
    .cell-link .h2.x2-lines {
        font-size: 23px;
    }
    .cell-link .h2.x2-lines small {
        font-size: 18px;
    }
    .doctors-carusel-header .btn+.btn {
        margin-left: 20px;
    }
    .doctors-carusel-header p:last-of-type {
        max-width: none;
    }
    .doctors-carusel .carusel-slide {
        padding-bottom: 75px;
    }
    .carusel-doctor-card-role {
        margin-bottom: 30px;
    }
    .doctors-carusel .carusel-slide .btn {
        position: relative;
        bottom: auto;
    }


    .index-actions-banner-aside-holder{
        display: none;  
    }
    .slider.nivoSlider img{
        width: auto !important ;    
        height: 100% !important;    
        left: 50%;  
        -webkit-transform: translateX( -50%);
        -ms-transform: translateX( -50%);
        -o-transform: translateX(  -50%);
        transform: translateX( -50%);
    }
    .index-actions-banner-aside{
        z-index: 102;
        left: 0;
        width: 100%;
        height: auto;
        text-align: center;
        background: rgba(0,0,0,0.33);
    }
    .banner-ct{
        padding: 20px;  
    }

    .banner-h{font-size: 22px;  }
    .btn-huge{font-size: 20px;
    height: 75px;
    line-height: 75px;padding-left: 20px;   padding-right: 20px;    }
    .nivo-controlNav{right: 0;width: 100%; text-align: center;font-size: 0;padding: 0;top: auto;   bottom: 20px;    }
    .nivo-control{margin: 0 10px; }
    .index-actions-banner-holder{
    position: relative;
    padding-top: 0;
    }
    .index-actions-banner-aside{
    /* display: -webkit-flex; */
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    /* display: flex; */
    }
    .banner-ct{display: block;
    margin: auto;   }

    .index-actions-banner-ct{-webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    flex-wrap: wrap;position: relative; }
    .index-actions-banner-slides{width: 100%;display: block;}
    .index-actions-banner-ct .bx-wrapper{position: relative;}
    .index-actions-banner-ct .bx-controls-direction{position: absolute;right: 0;height: 100%;
    top: 0; }
    .index-actions-banner-ct .bx-controls-direction a{height: 100%;
    float: left;
    display: block;
    width: 40px;
    position: relative;background: none;}
    .index-actions-banner-ct .bx-controls-direction a:after{content: '';
    width: 22px;
    height: 22px;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    right: 0;
    left: 0;}
    .index-actions-banner-ct .bx-controls-direction a.bx-next{border-left: 1px solid  #0083b7;  }
    .index-actions-banner-ct .bx-controls-direction a.bx-next:after{border-right: 1px solid  #fff;  border-bottom: 1px solid  #fff; 
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate( -45deg);
    transform: rotate(-45deg);
    right: auto;    
    left: 0px; 
    }
    .index-actions-banner-ct .bx-controls-direction a.bx-prev:after{border-left: 1px solid  #fff;  border-bottom: 1px solid  #fff;-webkit-transform: rotate(-135deg);
    -ms-transform: rotate(-135deg);
    -o-transform: rotate(-135deg);
    transform: rotate(-135deg);
    left: auto; right: 15px;   
    }
    .index-actions-banner-slides .index-actions-banner-cell{width: 100%;border: 0;  }
    .index-actions-banner-ct>.index-actions-banner-cell{width: 100%;}
    .index-actions-banner-ct>.index-actions-banner-cell>a{padding-top: 15px;padding-bottom: 15px;}
    .actions-all.actions-all,
    .cell-link{height: auto;}
}

@media (max-width:400px){
    .index-actions-banner-aside .btn-huge .icn{
        display: none;  
    }
    .index-actions-banner-aside .btn-huge{font-size: 18px;  }

    .cell-link .h2 {
    font-size: 14px;
        overflow: hidden;
        text-overflow: ellipsis;
        }
        .cell-link[class*=" bg-"]{padding-left: 10px;
        padding-right: 10px;    }
    .doctors-carusel-header .btn+.btn{
        margin-left: 0;
    }
}
@media (max-width:350px){
    .index-banner{display:none;}
}

.footer {
    background: #4b4b4b url(../images/footer_bg.jpg) no-repeat left top;
    color: white;
    padding: 40px 0px 30px;
    font-size: 16px;
    margin-top: 15px;
}
.footer-row-1 {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
}
.footer a {
    color: #fff;
}
.footer a:hover {
    color: #fab6db; 
}
.footer-cell {} .footer-cell-1 {
    width: 300px;
    margin-right: 70px;
}
.search-form {
    height: 50px;
    padding: 0 25px;
    position: relative;
    border-radius: 50px;
}
.search-form [type="search"] {
    background: none;
    border: 0;
    text-transform: uppercase;
    font-size: 15px;
    width: 100%;
    padding-right: 25px;
    vertical-align: middle;
    height: 100%;
}
.search-form button {
    background: none;
    border: 0;
    position: absolute;
    right: 20px;
    top: 50%;
    -webkit-transform: translateY( -50%);
    transform: translateY( -50%);
}
.footer-search-form {
    background: rgba(217, 138, 181, 0.2);
}
.footer-search-form [type="text"] {
    color: #fff;
}
.footer-cell-2 {
    -moz-flex: auto;
    -ms-flex: auto;
    -o-flex: auto;
    -webkit-box-flex: auto;
            flex: auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding-right: 60px;
}
.footer-cell-h {
    line-height: 2.1;
    width: 100%;
}
.footer-address {
    display: inline-block;
    vertical-align: top;
    line-height: 1.7;
    -webkit-box-flex: auto;
        -ms-flex: auto;
            flex: auto;
    padding-right: 0;
    ;
    ;
}
.footer-address+.footer-address {} .footer-address address {
    color: #cfcfcf;
}
.footer-row-1 {
    margin-bottom: 63px;
}
.footer-row-1 .footer-cell-3 {
    -ms-align-self: flex-end;
    -ms-flex-item-align: end;
        align-self: flex-end;
}
.footer-cell-3 {
    min-width: 640px;
}
.footer-nav {
    padding-right: 95px;
    height: 57px;
    position: relative;
    line-height: 57px;
    margin-bottom: 15px;
}
.footer-nav:after {
    content: '';
    position: absolute;
    right: 0;
    bottom: 0;
    background: url(../images/logo.svg) no-repeat left top;
    width: 57px;
    height: 57px;
    background-size: contain;
}
.footer-nav ul {
    padding: 0;
    margin: 0;
    list-style-type: none;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            -webkit-justify-content: space-between;
            justify-content: space-between;
    ;
}
.footer-nav li {
    display: inline-block;
    vertical-align: top;
    text-align: left;
}
.footer-row-2 {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
}
.icon-link .icn {
    vertical-align: middle;
    margin-right: 15px;
}
.icn-mail {
    width: 19px;
    height: 15px;
    background: url(../images/icon-mail.svg) no-repeat left top
}
.alt-link.alt-link {
    color: #fab6db;
}
@media (max-width: 1760px) {
    .address-unit{margin: 0 10px;}
    .address-unit, .address-unit address:first-child{
        font-size: 15px;
    }
    .footer {
        font-size: 13px;
    }
    .footer-row-1 {} .footer a {} .footer-row-2 .footer-cell-2 {
        padding-right: 50px;
        white-space: nowrap;
    }
    .footer-cell-1 {
        margin-right: 0;
        width: 390px;
    }
    .search-form {} .search-form [type="text"] {} .search-form button {} .footer-search-form {
        max-width: 295px;
    }
    .footer-search-form [type="text"] {} .footer-row-1 .footer-cell-1 {
        margin-right: 0;
        width: 390px;
    }
    .footer-row-1 .footer-cell-2 {
        -webkit-box-ordinal-group: 2;
            -ms-flex-order: 1;
                order: 1;
        min-width: 100%;
    }
    .footer-row-1 .footer-cell-3 {
        min-width: 550px;
    }
    .footer-cell-h {} .footer-address {
        max-width: 390px;
        width: 100%;
    }
    .footer-address+.footer-address {} .footer-address address {} .footer-row-1 {
      -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
        -webkit-box-pack: justify;
            -ms-flex-pack: justify;
                -webkit-justify-content: space-between;
                justify-content: space-between;
    }
    .footer-row-1 .footer-cell-3 {} .footer-row-2 .footer-cell-3 {
        min-width: 0;
        -webkit-box-flex: 1;
            -ms-flex-positive: 1;
                flex-grow: 1;
    }
    .footer-nav {
        height: 49px;
        line-height: 49px;
        padding-right: 70px;
    }
    .footer-nav:after {
        width: 49px;
        height: 49px;
    }
    .footer-nav ul {} .footer-nav li {} .footer-row-2 {}
}
@media (max-width: 1000px) {
    .footer-cell-1 {
        width: auto;
    }
    .footer-row-1 .footer-cell-1 {
        display: none;
    }
    .footer-row-1 .footer-cell-3 {} .footer {
        padding-bottom: 80px;
        padding-left: 17px;
        font-size: 16px;
    }
    footer.footer {
        background: url(../images/logo.svg) no-repeat right 22px bottom 22px #4b4b4b;
        background-size: 43px auto;
    }
    .footer-row-1 {} .footer a {} .footer-row-2 .footer-cell-2 {
        margin-bottom: 33px;
    }
    .footer-row-2 .footer-cell-1 {
        -webkit-box-ordinal-group: 3;
            -ms-flex-order: 2;
                order: 2;
    }
    .search-form {} .search-form [type="text"] {} .search-form button {} .footer-search-form {} .footer-search-form [type="text"] {} .footer-row-1 .footer-cell-1 {} .footer-row-1 .footer-cell-2 {
        -webkit-box-ordinal-group: 0;
            -ms-flex-order: -1;
                order: -1;
        padding-right: 0;
        display: block;
    }
    .footer-row-1 .footer-cell-3 {} .footer-cell-h {} .footer-address {
        max-width: none;
        width: 100%;
        margin-bottom: 30px;
    }
    .footer-address+.footer-address {
        margin-bottom: 57px;
    }
    .footer-address address {} .footer-row-1 {
        margin-bottom: 30px;
    }
    .footer-row-1 .footer-cell-3 {
        min-width: 100%;
    }
    .footer-row-2 .footer-cell-3 {} .footer-nav {
        padding-right: 0;
        height: auto;
        line-height: 1.4;
    }
    .footer-nav:after {
        display: none;
    }
    .footer-nav ul {
        display: block;
    }
    .footer-nav li {
        display: block;
        margin-bottom: 14px;
    }
    .footer-row-2 {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
    }
    .footer-cell-3 .fll,
    .footer-cell-3 .flr {
        float: none;
        margin-bottom: 20px;
    }
    .footer-cell-3 .fll {
        margin-bottom: 35px;
    }
}
/*
  
  inner page: elements
  
*/

.inner-page {
    line-height: 1.875;
}
.article-section {
    margin-bottom: 60px;
}
.h1-big {
    font-size: 40px;
    margin-top: 18px;
    margin-bottom: 15px;
    ;
    ;
}
.article-pic {
    position: relative;
    margin-bottom: 25px;
}
figcaption {
    background: rgba(70, 74, 78, 0.9);
    text-align: center;
    color: #e4e4e4;
    text-align: center;
}
.article-pic figcaption {
    position: absolute;
    bottom: 0;
    width: 100%;
    left: 0;
    padding: 33px;
    padding-top: 40px;
}
blockquote {
    padding: 0;
    margin-left: 0;
    margin-right: 0;
}
.article-pic figcaption .text {
    max-width: 770px;
    margin: 0 auto;
    padding-top: 48px;
    position: relative;
}
.article-pic figcaption .text:before {
    content: '';
    width: 32px;
    height: 32px;
    border-radius: 32px;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    margin: auto;
    box-shadow: inset 0 0 0 5px #fab6db;
}
.mediabox {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -ms-align-items: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 35px;
}
.media-media {
    padding-right: 20px;
}
.media-media img {
    max-width: none;
}
.media-text {} .blockquote {
    border: 1px solid #0a96ca;
    text-align: center;
    padding: 45px;
}
.blockquote .text {
    margin: auto;
    max-width: 890px;
    font-size: 18px;
    padding-top: 48px;
    position: relative;
}
.blockquote .text footer {
    color: #0a96ca;
    text-transform: uppercase;
    font-weight: bold;
}
.info-box {
    border: 1px solid #d98ab5;
    padding: 43px 100px;
}
.info-box .h3 {
    position: relative;
    margin-bottom: 18px;
}
.icn-attention {
    width: 43px;
    height: 43px;
    display: inline-block;
    background: url(../images/attention.svg) no-repeat;
    background-size: contain;
    position: absolute;
    left: -62px;
}
.c--blue {
    color: #0a96ca;
}
.article-cols-2:after {
    content: '';
    display: block;
    clear: both;
}
.article-cols-2 {
    margin-bottom: 30px;
    margin-top: 30px;
}
.article-cols-2 .article-cell {
    width: 48%;
    float: left;
}
.article-cols-2 .article-cell+.article-cell {
    float: right;
}
.article-cell {} 

figure {
    position: relative;
}
p+figure {
    margin-top: 30px;
}
.text-over figcaption {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}
.text-over figcaption .text {
    margin: auto;
    padding: 0 60px;
    position: relative;
}
.text-over figcaption .text:before {
    content: '';
    display: block;
    position: absolute;
    top: -45px;
    width: 42px;
    height: 2px;
    margin: auto;
    left: 0;
    right: 0;
    background: #0a96ca;
}
.text-under figcaption {
    padding: 20px 30px;
    text-align: left;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
}
.tip-box {
    border: 1px solid #d98ab5;
    width: 100%;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    padding-right: 24px;
    margin-top: 30px;
    margin-bottom: 35px;
    ;
}
.tip-box:before {
    content: '';
    width: 98px;
    margin-right: 35px;
    background: #fdeef6;
}
.tip-box:after {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 19px;
    height: 14px;
    background: url(../images/check.svg) no-repeat;
    background-size: contain;
    left: 37px;
}
.tip-box .text {
    padding-top: 30px;
    padding-bottom: 30px;
    padding-right: 40px;
    -moz-flex: 1;
    -ms-flex: 1;
    -o-flex: 1;
    -webkit-box-flex: 1;
            flex: 1;
    font-size: 18px;
}
.close-tip {
    background: #efefef;
    width: 44px;
    height: 44px;
    border-radius: 44px;
    position: relative;
    -ms-align-self: center;
    -ms-flex-item-align: center;
        -ms-grid-row-align: center;
        align-self: center;
}
.close-tip .icn {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    opacity: 0.7;
}
.features-list {
    margin-left: 20px;
    list-style-type: none;
    padding-left: 0;
    line-height: 1.5;
}
.features-list li {
    padding-left: 30px;
    position: relative;
    margin-bottom: 16px;
}
.features-list li:before {
    content: '';
    width: 12px;
    height: 12px;
    border-radius: 12px;
    position: absolute;
    left: 0;
    top: 5px;
    border: 2px solid #0a96ca;
}
.opinion {
    border: 1px solid #d98ab5;
    padding: 45px 74px;
    padding-bottom: 40px;
    position: relative;
    ;
}
.opinion-author {
    font-weight: bold;
    text-transform: none;
}
.changes-pic {} .changes-pic figcaption {
    width: auto;
    display: inline-block;
    position: absolute;
    padding: 12px 21px;
    text-transform: uppercase;
    bottom: 0;
    left: 0;
    font-size: 18px;
    ;
}
.changes-pic_after figcaption {
    background: rgba(10, 150, 202, 0.9);
}
.ol-rounded,
.ol,
.plus-minus-rounded,
.plus-minus {
    list-style-type: none;
    padding: 0;
    margin: 0;
    counter-reset: list
}
.ol-rounded li,
.ol li,
.plus-minus-rounded li,
.plus-minus li {
    position: relative;
    padding-left: 47px;
}
.plus-minus li:before,
.ol-rounded li:before,
.ol li:before,
.plus-minus-rounded li:before {
    width: 30px;
    height: 30px;
    border-radius: 30px;
    text-align: center;
    line-height: 26px;
    border: 2px solid #d98ab5;
    color: #0a96ca;
    font-size: 18px;
    counter-increment: list;
    content: counter(list);
    position: absolute;
    left: 0;
    font-weight: bold;
}
.ol li:before {
    border: 0;
    content: counter(list)'.';
}
.plus-minus li:before,
.plus-minus-rounded li:before {
    content: '';
}
.plus-minus li:after,
.plus-minus-rounded li:after {
    content: '';
    position: absolute;
}
.plus-minus li:before {
    border: 0;
}
.li-plus:after {
    top: 8px;
    left: 8px;
}
.li-minus:after {
    top: -1px;
    left: 9px;
}
.li-check:after {
    top: 8px;
    left: 6px;
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
}
.marked {
    list-style-type: none;
    padding: 0;
    margin: 0;
    margin-bottom: 25px;
    ;
}
.marked li {
    padding-left: 18px;
    position: relative;
    margin-bottom: 6px;
}
.marked li:before {
    content: '';
    width: 6px;
    height: 6px;
    border-radius: 6px;
    position: absolute;
    left: 0;
    top: 12px;
}
.marked-blue li:before {
    background: #47a6d2;
}
.marked-red li:before {
    background: #e66e6e;
}
.inner-page .price-table {
    margin-top: 45px;
}
.price-table {
    width: 100%;
    margin-bottom: 45px;
}
.price-table thead th {
    font-size: 14px;
    text-transform: uppercase;
    text-align: left;
    color: #fff;
    background: #727272;
    padding: 14px 25px;
}
.price-table thead th:last-child,
.price-table thead th.tr{
    text-align: right;
}
.price-table td {
    border-bottom: 1px solid #eaeaea;
    padding: 21px 25px;
    font-size: 18px;
    font-weight: bold;
}
.price-table tr:nth-child(odd) td {
    background: #fdfdfd;
}
.price-table tr:nth-child(1n):hover>td {
    background: #f7f7f7;
}
.price-table td:first-child{
    line-height: 1.3;
}
.price-table td:last-child{
    text-align: right;
}
.pricetag {
    color: #0a96ca;
    border: 1px solid #dedede;
    border-radius: 45px;
    display: inline-block;
    padding: 12px 25px;
    min-width: 140px;
    text-align: center;
    background: #fff;
    font-weight: normal;
    line-height: 1;
}
.price-table tr.tr--light-blue.tr--light-blue td {
    background: #f1fbff;
}
.price-table tr.tr--light-red.tr--light-red td {
    background: #fff2f9;
}
.tr--light-red .pricetag {
    color: #d98ab5;
}
.price-table tr:hover>td>.pricetag,
.price-table tr:hover>td>a>.pricetag{
    background: #0a96ca;
    color: #fff;
}
.price-table a,
.price-table a:hover{
    text-decoration: none;
    color: #666;
}
.sale-ribbon {
    font-weight: normal;
    display: inline-block;
    padding: 0 10px;
    position: relative;
    height: 30px;
    line-height: 30px;
    color: #fff;
    background: #0a96ca;
}
.sale-ribbon:after {
    content: '';
    border-width: 15px 7px 15px 0;
    border-style: solid;
    position: absolute;
    border-color: #0a96ca;
    border-right-color: transparent;
    left: 100%;
    top: 0;
    ;
}
.tr--light-red .sale-ribbon {
    background-color: #d98ab5;
}
.tr--light-red .sale-ribbon:after {
    border-color: #d98ab5;
    border-right-color: transparent;
}
.video-place {
    margin-bottom: 28px;
}
.faq {
    list-style-type: none;
    padding: 0;
    margin: 0;
    margin-bottom: 30px;
}
.faq li {
    padding-left: 46px;
    position: relative;
    margin-bottom: 17px;
}
.faq-q {
    font-size: 22px;
    font-weight: bold;
    position: relative;
    margin-bottom: 7px;
}
.faq-q:before {
    display: block;
    text-transform: uppercase;
    content: 'Вопрос:';
    font-size: 14px;
    font-weight: bold;
    color: #d6d6d6;
}
.faq-q:after {
    content: '';
    position: absolute;
    left: -46px;
    width: 30px;
    height: 30px;
    background: url(../images/speach.svg) no-repeat center center;
    border: 2px solid #d98ab5;
    border-radius: 100%;
    top: 20px;
    ;
}
.faq-a {} .faq-a:before {
    display: block;
    text-transform: uppercase;
    content: 'Ответ:';
    font-size: 14px;
    font-weight: bold;
    color: #0a96ca;
}
.article-cols-media {
    margin-bottom: 50px;
}
.article-cols-media h3 {
    text-transform: none;
}
.article-cols-media-dir .article-cell {
    float: right;
}
.article-cols-media-dir .article-cell+.article-cell {
    float: left;
}
.opinion-author-img {
    position: absolute;
    left: 30px;
    ;
}
.opinion-text {
    padding-left: 60px;
}
.feedback {} .feedback h3 {
    font-size: 26px;
    margin-bottom: 30px;
    ;
}
.feedback>ul {
    margin-bottom: 35px;
}
.feedback-list,
.feedback-list ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
}
.feedback-item {
    padding-bottom: 30px;
    border-bottom: 1px solid #e5e5e5;
    margin-bottom: 30px;
    padding-left: 95px;
    position: relative;
}
.feedback-item .feedback-item {
    padding-left: 190px;
}
.feedback-item .h6 {
    color: #d98ab5;
    font-weight: bold;
    text-transform: none;
}
.feedback-item:last-child {
    padding-bottom: 0px;
    border-bottom: 0px solid #e5e5e5;
    margin-bottom: 0px;
}
.feedback-item ul {
    border-top: 1px solid #e5e5e5;
    margin-top: 30px;
    padding-top: 30px;
    margin-left: -95px;
}
.feedback-item .date {
    position: absolute;
    font-size: 13px;
    left: 0;
    color: #797979;
    line-height: 26px;
}
.feedback-item .feedback-item .date {
    left: 95px;
    ;
}




.feedback-answer .feedback-item .h6 {
    color: #0a96ca;
}
.feedback-answer-logo {
    background: url(../images/logo.svg) no-repeat left top;
    width: 28px;
    height: 28px;
    background-size: contain;
    position: absolute;
    left: 32px;
}
.feedback-form {} .feedback-form .h3 {
    color: #0a96ca;
    text-transform: none;
    margin-bottom: 10px;
    font-size: 26px;
}
.feedback-form .input-text {
    border: 1px solid #b9b9b9;
}
.feedback-form .btn {
    font-size: 14px;
}
.feedback-form .form-row.clearfix {
    margin-left: -25px;
}
.feedback-form .form-row {
    margin-bottom: 25px;
}
.feedback-form .form-cell {
    padding-left: 25px;
    width: 50%;
    float: left;
}
.textarea {
    height: 145px;
    padding: 10px 15px;
    resize: none;
    border: 1px solid #b9b9b9;
}
.article-cols-3 {
    margin-left: -25px;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 30px;
}
.article-cols-3 .article-cell {
    margin-left: 25px;
    width: 33.3%;
    text-transform: uppercase;
}
.bd-cell {
    padding: 50px 45px;
    border: 1px solid #e5e5e5;
}
.bd-cell h6 {
    color: #0a96ca;
    margin: 0;
}
.icon-place {
    height: 77px;
}


.btn-small {} .bg-cell {
    height: 280px;
    text-transform: uppercase;
    font-size: 28px;
    font-weight: bold;
    padding-top: 70px;
}
.cell-icon {
    height: 70px;
    line-height: 70px;
}
.cell-link {} .slideshow {
    list-style-type: none;
    padding: 0;
}
.slide {} .slide figcaption {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    padding: 35px;
}
.pseudo-controls {
    position: absolute;
    right: 0;
    bottom: 100%;
    width: 150px;
    height: 100px;
    background: rgba(255, 255, 255, 0.9);
    overflow: hidden;
    line-height: 100px;
}
.pseudo-controls a {
    display: block;
    width: 75px;
    height: 100%;
    float: left;
    text-align: right;
    padding-right: 20px;
}
.pseudo-controls a+a {
    text-align: left;
    padding-left: 20px;
}
.pseudo-controls a i {
    vertical-align: middle;
    opacity: 0.2;
}
.pseudo-controls a:hover i {
    opacity: 1;
}
.slide figcaption .text {
    max-width: 870px;
    margin: 0 auto;
}
.fig-lead {
    margin-bottom: 50px;
}
.fig-lead figcaption {
    background: #0ca3d2;
    padding: 35px;
    ;
    color: #fff;
}
.fig-lead figcaption .text {
    max-width: 970px;
    margin: 0 auto;
}
.share-box {
    text-align: center;
}
.share-box .h3 {
    margin-bottom: 30px;
}
img {
    max-width: 100%;
}
@media (max-width: 1000px) {
    .article-cols-2 .article-cell,
    .article-cols-2 .article-cell+.article-cell {
        width: 100%;
        float: none;
    }
    .article-cols-3 {
        display: block;
        margin-left: 0;
        ;
    }
    .article-cols-2 .article-cell+.article-cell {
        margin-top: 20px;
    }
    .article-cols-3 .article-cell {
        width: 100%;
        margin-left: 0;
        margin-bottom: 20px;
        ;
        ;
    }
    .article-cols-3+.article-cols-3 {
        margin-top: -10px;
    }
    .article-pic figcaption {
        position: relative;
    }
    .mediabox {
        display: block;
    }
    .media-media {
        padding-right: 0;
        padding-bottom: 10px;
        text-align: center;
    }
    .blockquote,
    .opinion,
    .info-box {
        padding: 25px;
        margin-bottom: 25px;
    }
    .text-over figcaption,
    .text-under figcaption {
        position: relative;
        padding-top: 20px;
        padding-bottom: 20px;
        text-align: center;
    }
    .text-over figcaption .text,
    .text-under figcaption .text {
        padding-left: 25px;
        padding-right: 25px;
        text-align: center;
    }
    .text-over figcaption .text:before {
        display: none;
    }
    .features-list {
        margin-left: 0;
    }
    .opinion-author-img {
        text-align: center;
        position: relative;
        left: 0;
        margin-bottom: 20px;
        ;
    }
    .opinion-text {
        padding-left: 0;
    }
    .feedback-answer-logo {
        display: none;
    }
    .feedback-item .feedback-item {
        padding-left: 95px;
    }
    .feedback-item .feedback-item .date {
        left: 0;
    }
    .feedback-form .form-cell {
        width: 100%;
        float: none;
    }
    .feedback-form .form-cell+.form-cell {
        margin-top: 25px;
    }
    .form-row>.btn {
        width: 100%;
    }
    .bd-cell.bd-cell {
        padding: 30px;
        text-transform: none;
    }
    .slide figcaption {
        position: relative;
    }
    .cell-link.bg-cell[class*=" bg-"] {
        height: auto;
        padding: 40px 20px;
    }
    .close-tip {
        position: absolute;
        bottom: auto;
        top: 0;
        right: 0;
        border-radius: 0;
    }
    .tip-box .text {
        font-size: 16px;
        padding-left: 30px;
    }
    .tip-box:after,
    .tip-box:before {
        display: none;
    }
    .info-box .h3{
        position: relative;
        padding-left: 52px;
    }
    .info-box .h3 i{
        left: 0;
    }
}

@media (max-width:992px){
     .xs-mb-20{margin-bottom: 20px;}
}
/*
  
  inner page: list
  
*/

.breadcrumbs {
    background: #797f88;
    padding: 34px 0;
    text-align: right;
}
.breadcrumbs .width {
    position: relative;
}
.breadcrumbs ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
}
.breadcrumbs ul li {
    display: inline-block;
    vertical-align: top;
    text-transform: uppercase;
    font-size: 14px;
    padding-left: 15px;
    margin-left: 10px;
    position: relative;
    color: #fffffe;
}
.breadcrumbs ul li:not(:first-child):before {
    content: '|';
    position: absolute;
    left: 0;
}
.breadcrumbs ul li a {
    color: #fffffe;
}
.breadcrumbs .go-back {
    position: absolute;
    left: 20px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}
@media (max-width: 1760px) {
    .breadcrumbs {
        padding: 20px 0;
    }
    .breadcrumbs ul li {
        font-size: 12px;
        line-height: 22px;
        ;
    }
    .breadcrumbs .go-back .icn {
        -webkit-transform: scale(0.7);
                transform: scale(0.7);
    }
}
.inner-page {
    margin-bottom: 80px;
}
.width {
    max-width: 1200px;
    margin: 0 auto;
    padding-left: 10px;
    padding-right: 10px;
}
.inner-page-header {
    position: relative;
}
.inner-page-header h1 {
    font-size: 40px;
    margin-bottom: 20px;
    margin-top: 0;
    ;
}
.inner-page-header {} .download-link {
    position: relative;
    padding-left: 50px;
    text-decoration: none;
    display: inline-block;
    line-height: 1.4;
    letter-spacing: -0.3px;
}
.download-link b {
    font-weight: bold;
    font-size: 16px;
    color: #0a96ca;
    text-transform: uppercase;
}
.inner-page-header .download-link, .inner-page-header .btn {
    position: relative;
    right: 0;
    top: 17px;
    margin-right: 0px;
}
.inner-page-header h2+.download-link, .inner-page-header h2+.btn {
    top: 0;
}

.inner-page-header .btn{
    padding: 0 30px;    
}

.download-link .icn-place {
    position: absolute;
    width: 39px;
    height: 39px;
    border-radius: 39px;
    background: #d98ab5;
    left: 0;
}
.download-link small {
    display: block;
    color: #444;
    font-size: 14px;
}
.download-link .icn-place .icn {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
}
.icn-dl {
    background: url(../images/arr-down-w.svg) no-repeat left top;
    width: 11px;
    height: 17px;
}
.doctors-list {
    padding: 0;
    list-style-type: none;
    margin-bottom: 23px;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    flex-wrap: wrap;
    /*margin-left: -24px;*/
}
.doctors-list>div{
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
}
.doctors-list>div .doctor-card{height: auto;width: 100%;}

.apply-form {
    background: url(../images/_temp/contact_form_bg.jpg) no-repeat center center;
    background-size: cover;
    margin-bottom: 50px;
    text-align: right;
    padding: 54px 115px 50px 50px;
    color: #fff;
}
.apply-form input.btn {
    min-width: 250px;
}
.apply-form .h3 {
    margin-bottom: 18px;
}
.form-in {
    width: 460px;
    display: inline-block;
    text-align: center;
}
.form-row {
    margin-bottom: 14px;
}
.form-row:last-child {
    margin-top: 18px;
}
.input-text {
    height: 50px;
    border: 0;
    background: #fff;
    padding: 0 15px;
    color: #000;
}
.apply-form .input-text,
.apply-form select {
    width: 100%;
}
.apply-form select {
    height: 50px;
    border: 0;
    padding-left: 15px;
}
.privacy-row label {
    color: #000;
}

.main-order-form-edit .privacy-row label, .main-order-form-edit .privacy-row label a,
.service-order-form .privacy-row label, .service-order-form .privacy-row label a {
    color: #fff;
}
/* Ð¿Ñ€ÑÑ‡ÐµÐ¼ input checkbox */
.privacy-row input[type="checkbox"] {
  position: absolute;
    opacity: 0;
}
.privacy-row input[type="checkbox"] +label+.alert-error{
	top: -11px;
    left: 0;
    right: auto;
}
/* ÑÑ‚Ð¸Ð»Ð¸ Ð´Ð»Ñ Ð¼ÐµÑ‚ÐºÐ¸ */
.privacy-row label {
	color: #000;
	cursor: default;
	font-weight: normal;
	/* line-height: 30px; */
	padding: 10px 0;
	vertical-align: middle;
	text-align: left;
	font-size: 15px;
}

/* Ñ„Ð¾Ñ€Ð¼Ð¸Ñ€ÑƒÐµÐ¼ Ð²Ð½ÐµÑˆÐ½Ð¸Ð¹ Ð²Ð¸Ð´ Ñ‡ÐµÐºÐ±Ð¾ÐºÑÐ° Ð² Ð¿ÑÐµÐ²Ð´Ð¾ÑÐ»ÐµÐ¼ÐµÐ½Ñ‚Ðµ before */
.privacy-row label:before {
  content: " ";
  color: #0a96ca;
  display: inline-block;
  font: 17px/25px Arial;
  margin-right: 15px;
  position: relative;
  text-align: center;
  text-indent: 0px;
  width: 25px;
  height: 25px;
  background: #FFF;
  border: 1px solid #e3e3e3;
  border-image: initial;
  vertical-align: middle;
  margin-top: -12px;
}

/* Ð²Ð°Ñ€Ð¸Ð°Ñ†Ð¸Ð¸ Ð²Ð½ÐµÑˆÐ½ÐµÐ³Ð¾ Ð²Ð¸Ð´Ð° Ð² Ð·Ð°Ð²-Ñ‚Ð¸ Ð¾Ñ‚ ÑÑ‚Ð°Ñ‚ÑƒÑÐ° checkbox */
/* checked */
.privacy-row input:checked + label:before {
  content: "\2714";
}
/* disabled */
.privacy-row input:disabled + label:before {
  background: #eee;
  color: #aaa;
}
form:invalid .alert-error{
    /* display:block; */
}
input:invalid+label+.alert-error{
    /* display:block; */
}
form:not(:invalid)+.alert-error, input:valid+label+.alert-error{
    display: none!important;
}
form .alert-error {
    display: none;
    position: absolute;
    right: 0;
    top: -30px;
    padding: 2px 10px;
    background: rgb(147, 113, 135);
    border-radius: 5px;
    font-size: 12px;
    color: #FFF;
    z-index: 100;
}
.video-carusel .bx-wrapper {
    position: relative;
    display: flex;
    flex-flow: column-reverse;
}

.video-carusel .bx-controls .bx-prev{margin-right: 19px;}
.video-carusel .bx-controls .bx-next{
    
}
.video-carusel .bx-controls-direction{
    float: right;
}
.datepicker-ct {
    position: relative;
}
.datepicker {} 
.ui-datepicker{z-index: 101 !important;}
.ui-datepicker-header{
    background-color:#32aedc;
}
.ui-datepicker-title{
    color: #fff;
}
.ui-datepicker-header .ui-corner-all{
    background: none !important;
    border: none !important;
}

.ui-datepicker-next{
    right: 2px !important;top: 2px !important;
}
.ui-datepicker-prev{
    left: 2px !important;top: 2px !important;
}


.ui-datepicker .ui-state-highlight{
    color: #fff !important;
    background: #32aedc !important;
}

.ui-datepicker .ui-datepicker-prev span{width: 10px;
height: 10px;
display: block;background: none;border-left: 1px solid  #fff;
border-bottom: 1px solid  #fff;-webkit-transform: rotate(45deg);
transform: rotate(45deg);
position: absolute;
left: 0;
right: 0;
top: 0;
bottom: 0;
margin: auto;} 
.ui-datepicker .ui-datepicker-next span{width: 10px;
height: 10px;
display: block;background: none;border-right: 1px solid  #fff;
border-bottom: 1px solid  #fff;-webkit-transform: rotate(-45deg);
transform: rotate(-45deg);
position: absolute;
left: 0;
right: 0;
top: 0;
bottom: 0;
margin: auto;}

.ui-datepicker-calendar .ui-state-default{

}

select.custom-select{
    display: none;
}

select.custom-select{
    background: #fff;
    color: #000;
}


.customSelect { 
    position: relative;  
	background: none;
    height: auto;
    padding: 0;
}       
.custom-select *,
.customSelect *{ 
    text-align: left;
    font-weight: normal;
    font-family: roboto;
}
.customSelect .selectedValue {
  margin-bottom: 0;
  line-height: 1.2;
  cursor: pointer;
  background: #fff;
  font-size: 16px;
  height: 50px;
  text-align: left;
    line-height: 50px;
    padding: 0 16px;
    border-radius: 0px; 
    position: relative;
}
.section[class*="bg_"] .customSelect .selectedValue,
.inverse .customSelect .selectedValue {
  background: #fff;
}   
.customSelect .selectList {
    z-index: 100;
    position: absolute;
    left: -999em;
    top: -999em;
    
  padding: 5px 0;
  margin: 2px 0 0;
  list-style: none;
  background-color: #ffffff;
  border: 2px solid #c3ced3;
  border-radius: 0px;
  box-shadow: 0 0 35px rgba(0,0,0,0.3);
  background-clip: padding-box;
}

.customSelect.select-open .selectList {
    left: 0 !important;
    top: auto !important;
    width: 100%;
}
.customSelect .selectList dl {
    background: #fff;   
}
.customSelect .selectList dl.defaultScrollbar {
    overflow-x: hidden;
    overflow-y: scroll; 
}
.customSelect dl, .customSelect dd {
    margin: 0;
}
.customSelect dd {
    zoom: 1;
    cursor: pointer;
    color: #9b9b9b;
}
.customSelect .disabled {
    color: #999;
    cursor: default;
}
.customSelect .selected {
    background-color: #0a96ca;
    color: #fff;
}
.customSelect .selectList dd.hovered {
    background: #0a96ca;
    color: #fff;
}
.customSelect .selectList dd.disabled.hovered {
    background: none;
    color: #999;
}
.customSelect dt {
    font-weight: bold;
    font-style: italic;
    padding: 2px 10px 2px 6px;
}   
.customSelect dd {
    padding: 7px 6px 7px 14px;
} 
.hasJS select.custom {
    position: absolute;
    left: -999em;
}
.hasJS select.custom.use-default {
    position: absolute;
    left: auto;
    height: auto;
    width: 100%;
    appearance:none;
    -moz-appearance:none;
    -webkit-appearance:none;
    opacity: 0;

    font-size: 16px;
}
.customSelect.focused .selectedValue {
    box-shadow: 0 0 2px #00aedb;
}
.customSelect.disabled .selectedValue {
    border: 1px solid #ccc;
    color: #ccc;
    cursor: default;
}
.customSelect .caret {
}
.customSelect .selectValueWrap .caret {
    position: absolute;
    top: 16px;
    right: 17px;
    cursor: pointer;
    width: 22px;
    height: 11px;
}
.video-carusel .bx-controls {
    position: absolute;
    top: -34px;
}
.customSelect dd{
    height: 50px;
	position: relative;
    line-height: 1;
}

.customSelect .jspPane {
    overflow-x: hidden;
}
.customSelect .jspVerticalBar {
    background: none;
    width: 6px;
}
.customSelect .jspHorizontalBar {
    height: 0;
    overflow: hidden;
}
.customSelect .jspTrack {
    right: 5px;
    border-radius: 5px;
}
.customSelect .jspDrag {
    border-radius: 5px;
    color: #ffffff;
}

.selectList{box-sizing: border-box;}
.customSelect .selectValueWrap .caret svg{fill:#06344a;opacity: .5;transition:all 0.3s ease;-webkit-transition:all 0.3s ease;-moz-transition:all 0.3s ease;-o-transition:all 0.3s ease;display: none;}
.customSelect.select-open .caret svg{ -webkit-transform: rotate(180deg); transform: rotate(180deg);display: none;}
.customSelect.select-open .selectedValue{background: #fff;box-shadow: inset 0 0 0 2px #c3ced3}
.customSelect .selectedValue{color: #9b9b9b}
.customSelect:hover .selectValueWrap .caret svg{fill:#06344a;opacity:1;}

.btn-bd-white {
    border-color: #fff;
    color: #fff;
    background: none;
    border-width: 2px;
}
.btn-bd-white:hover{
    background: #fff;
    color: #00aedb;
}

.doctor-card {
    text-align: center;
    height: 100%;
}
.doctor-card .btn {
    font-size: 13px;
    margin: auto;
    margin-bottom: 0;
}
.doctor-card-in {
    padding: 43px 20px 35px;
    height: 100%;
    display: flex;
    flex-direction: column;
}
.doctors-list .doctor-card {
}
.doctor-card figure .expertImage,
.carusel-doctor-card figure .expertImage{
    border-radius: 100%;
    max-width: 117px;
    border: 2px solid #fff;
    display: inline-block;
    background-position: center;
    background-repeat: no-repeat;
    background-size: inherit;
}
.doctor-card figure {
    margin-bottom: 18px;
}
.bg-light-red {
    background-color: #ffedf7;
}
.doctor-card-place {
    margin-bottom: 20px;
}
.icn-subway {
    top: -1px;
}
.doctor-card-h {
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 15px;
    min-height: 46px;
    max-width: 260px;
    margin-left: auto;
    margin-right: auto;
    line-height: 24px;
}
.doctor-card-role {
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 35px;
    line-height: 1.5;
}
@media (max-width: 1000px) {

  .inner-page-header .download-link, .inner-page-header .btn{margin-right: 0; }
    .doctors-list {
        
    }
    .doctors-list .doctor-card {
        width: 100%;
        padding-left: 0;
    }
    .apply-form {
        width: 100%;
        padding: 30px;
    }
    .form-in {
        width: 100%;
    }
    .inner-page-header h1 {
        margin-bottom: 0;
    }
    .inner-page-header {
        padding-right: 0;
        margin-bottom: 20px;
    }
    .inner-page-header .btn,
    .inner-page-header .download-link {
        position: relative;
        display: block;
        top: 0;
    }
}
/*
  
  inner page: doctor
  
*/

.doctor-brief-card {} .doctor-brief-card .width {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding: 40px 0;
}
.bg-pink {
    background: #d98ab5;
}
.bg-grey {
    background: #f2f2f2;
}
.doctor-brief-pic {
    margin-right: 30px;
    max-width: 188px;
    max-height: 158px;
}
.doctor-brief-pic img{
    border-radius: 100%;
    background-repeat: no-repeat;
	background-position: center top;
}
.doctor-brief-description {
    margin-right: 45px;
    max-width: 440px;
    min-width: 440px;
}
.doctor-brief-description hr {
    margin-top: 20px;
    margin-bottom: 20px;
}
.doctor-brief-description h1 {
    margin-top: 0;
    font-size: 36px;
    margin-bottom: 10px;
    ;
}
.btn .icn-hand {
    top: -4px;
}
.specs {
    text-transform: uppercase;
    font-size: 14px;
    margin-top: 0;
    ;
}
.specs dd,
.specs dt {
    padding: 0;
    margin: 0;
    margin-bottom: 5px;
    ;
}
.specs dd {
    font-weight: bold;
    font-size: 18px;
    margin-bottom: 12px;
}
.specs-more {
    display: inline-block;
    vertical-align: top;
}
.specs-more+.specs-more {
    margin-left: 60px;
}
.specs-more dd {
    font-size: 14px;
}
.specs-more dd,
.specs-more dt {
    margin-bottom: 8px;
}
.doctor-brief-preview {
    -moz-flex: auto;
    -ms-flex: auto;
    -o-flex: auto;
}
.doctor-brief-video {
    position: relative;
}
.doctor-brief-video {
    margin-bottom: 38px;
}
.doctor-brief-video img {
    width: 100%;
}
.video-play {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    width: 71px;
    height: 71px;
    background: url(../images/play_btn.png) no-repeat;
}
.icn-phone {
    margin-right: 8px;
    top: 2px;
    left: 2px;
}
.specialization {
    border-color: #d98ab5;
    text-transform: uppercase;
    font-weight: bold;
    padding: 34px;
    font-size: 14px;
    ;
    ;
}
.inner-page {} 
.inner-page-cols {
    margin-bottom: 50px;
} 
.inner-page-maincol {
    float: left;
    width: 65.833334%;
}
.inner-page-maincol h2,
.inner-page-maincol .h2{
    margin-bottom: 10px;
}
.inner-page-maincol .price-table {
    margin-bottom: 30px;
}
.description-section {
    margin-bottom: 20px;
}
.description-h {
    background: #f2f2f2;
    position: relative;
    padding-left: 74px;
    height: 57px;
    line-height: 57px;
}
.description-h .icn {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 17px;
}
.description-h .icn.icn-edu {
    left: 20px;
    ;
}
.description-h .icn.icn-diplomas {
    left: 20px;
    ;
}
.description-cnt {
    padding: 20px 10px 0px 74px;
}
.certificates-list {
    list-style-type: none;
    padding: 0;
    margin: 0;
}
.certificates-list li {
    margin-bottom: 25px;
}
.certificates-list li:after {
    content: '';
    display: block;
    clear: both;
}
.certificates-list figure {
    width: 108px;
    text-align: right;
    margin-right: 30px;
    float: left;
    padding-left: 18px;
}
.certificates-list figure a {
    display: inline-block;
    position: relative;
}
.certificates-list figure a:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: rgba(0, 0, 0, 0.5);
}
.certificate-name {
    overflow: hidden;
}
.certificate-name b {
    display: block;
}
.inner-page-aside {
    float: right;
    width: 31.9667%;
}
.apply-form {} .apply-form-simple {
    background: #9ca3a6;
    padding: 30px 42px;
    margin-bottom: 30px;
    ;
}
.apply-form-simple .form-in {
    width: 100%;
}
.apply-form-simple .h3 {
    margin-bottom: 16px;
}
.apply-form-simple select {
    height: 50px;
}
.apply-form-simple .form-row:last-child {
    margin-bottom: 0;
    margin-top: 21px;
}
.apply-form-simple .btn,
.expert-review .btn
{
    min-width: 250px;
}
.side-box {} .side-box .bx-wrapper {
    position: relative;
}
.side-box .bx-controls-direction {
    position: absolute;
    right: 0;
    top: -36px;
}
.testimonials-list {
    list-style-type: none;
    padding: 0;
    margin: 0;
}
.testimonials-list .opinion {
    padding: 30px;
    font-size: 14px;
    line-height: 1.58;
}
.gallery {
    padding: 30px 0;
    overflow: hidden;
}
.gallery .h4 {
    margin-bottom: 20px;
    text-transform: uppercase;
}
.photo-carusel-place {
    max-width: 1080px;
    margin: 0 auto;
    position: relative;
}
.photo-carusel {
    list-style-type: none;
    padding: 0;
    margin: 0;
}
.bx-prev,
.bx-next {
    text-indent: -9999px;
    opacity: 0.2;
    overflow: hidden;
}
.bx-prev:hover,
.bx-next:hover {
    opacity: 1;
}
.side-box .bx-next {
    margin-left: 20px;
}
.photo-carusel-place .bx-prev,
.photo-carusel-place .bx-next {
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
}
.photo-carusel-place .bx-prev {
    right: 100%;
    margin-right: 34px;
}
.photo-carusel-place .bx-next {
    left: 100%;
    margin-left: 34px;
}
.photo-carusel-place li {
    text-align: center;
}

.fancybox-title{
    text-transform: uppercase;
        text-align: center;
        color: #fff;
        background: rgba(39,39,39,0.6);
        padding: 25px;  
        font-size: 22px;
        -webkit-transform: translateY(-100%);
        transform: translateY(-100%);
        position: absolute;
        width: 100%;
        font-weight: bold;
        font-family: 600;
}

.icn-help {
    background: url(../images/medical-case.svg) no-repeat;
    width: 32px;
    height: 27px;
    background-size: contain;
}
@media (max-width: 1000px) {
    .inner-page {
        margin-bottom: 30px;
    }
    .doctor-brief-card .width {
        display: block;
        padding-left: 20px;
        padding-right: 20px;
    }
    .doctor-brief-pic {
        text-align: center;
        margin-bottom: 20px;
        margin-right: 0;
    }
    .doctor-brief-description {
        max-width: none;
        min-width: 0;
        margin-bottom: 20px;
        margin-right: 0;
    }
    .specs-more {
        display: block;
    }
    .specs-more+.specs-more {
        margin-left: 0;
    }
    .inner-page-maincol,
    .inner-page-aside {
        float: none;
        width: 100%;
    }
    .description-cnt {
        padding-left: 0;
        padding-right: 0;
    }
    .inner-page {
        line-height: 1.4;
    }
    .price-table td {
        padding-left: 10px;
        font-size: 15px;
        padding-bottom: 10px;
        padding-top: 10px;
    }
    .price-table td:last-child {
        padding-right: 10px;
    }
    .price-table thead th {
        padding-left: 10px;
        padding-right: 10px;
    }
}
@media (max-width: 400px) {
    .pricetag {
        min-width: 0;
        text-align: right;
        background: none;
        border: 0;
        padding: 0;
        font-weight: bold;
    }
    .price-table tr:hover .pricetag{
        background: none;
       color:#0a96ca; 
    }
    .tr--light-red:hover .pricetag{
        color: #d98ab5;
    }
}


/*

        SERVICE

*/

.services-header{
    margin-bottom: 30px;
    min-height: 560px;
    position: relative;
    color: #fff;
    padding-top: 205px;
    padding-bottom: 60px;
    background-size: cover; 
    background-repeat:  no-repeat;
    background-position:    center top;

}
.services-header .breadcrumbs,
.services-header .services-header-sale_wrapper{
    position: absolute;left: 0;
    top: 0;
    width: 100%;
    background: none;
    padding-top: 0; 
    
}
.services-header .breadcrumbs ul li{
    line-height: 78px;  
    padding-top: 8px;
}

.sale-big{
    font-size: 29px;
    line-height: 78px;
    height: 78px;
    padding: 0 40px 0 50px;
    position: absolute;
    text-transform: uppercase;
    color: #fff;
    background: #0a96ca;
    display: inline-block;
    left: 0;
    top: 0;
    z-index: 1;
}
.sale-big b{
    font-size: 36px;
}
.sale-big:after{
    content: '';
    border-top: 39px solid  #0a96ca;
    border-bottom: 39px solid  #0a96ca;
    border-right: 22px solid transparent;
    position: absolute;
    top: 0;
    left: 100%;
}

.services-header-proper{
    
}
.services-header-proper .width{
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    flex-wrap: wrap;    
    -webkit-box-pack: justify;  
        -ms-flex-pack: justify; 
            -webkit-justify-content: space-between; 
            justify-content: space-between; 
}

.services-header-proper .h{
    border-top: 2px solid rgba(255,255,255,0.3);
    max-width: 620px; 
    padding-top: 13px;  
    margin-bottom: 80px;    
}

.services-header-proper h1{
    font-size: 40px;
    margin-top: 0;
    text-transform: uppercase;  


}
.pricebox{
    padding: 30px;
    font-size: 40px;
    border: 2px solid  #fff;
    -ms-align-self: flex-start;
    -ms-flex-item-align: start;
        align-self: flex-start;
}
.pricebox .actual{font-size: 40px;  }
.pricebox .old{font-size: 29px;
text-decoration: line-through;  }
.services-header-proper .order{width: 100%; }

.side-section{
    margin-bottom: 30px;    
}

.side-section .article-cell{
    margin-bottom: 20px;    
}


.side-section-h{
    font-size: 22px;
    font-weight: bold;
    text-transform: uppercase;
    margin-bottom: 15px;    
}
.side-articles{
    list-style-type: none;  
    padding: 0;
    margin: 0;  
}
.side-articles li{
    background: #f5f5f5;
    margin-bottom: 20px;    
    text-align: center; 
    font-size: 16px;    
    padding: 36px 15px; 
    line-height: 1.85;
}
.side-articles li .h{
    font-size: 18px;    
    font-weight: bold;  
}

.side-articles li a{
    color: #0a96ca; 
}
.side-articles.side-articles li a:hover{
    color: #d667a4; 
}


.actions-string{background: #0a96ca;position: fixed;
bottom: 0;
left: 0;
width: 100%;z-index: 10;}
.actions-string .index-actions-banner-cell:first-child{padding-left: 0;}
.actions-string .index-actions-banner-ct{position: relative;}
.actions-string .index-actions-banner-slides .index-actions-banner-cell{padding-top: 10px;padding-bottom: 10px;}
.index-actions-banner-cell a{color: #fff;
text-decoration: none;}
.actions-close{position: absolute;bottom: 100%;
right: 0;margin-bottom: 10px;color: rgba(20,20,20,0.3);
font-size: 16px;line-height: 18px;}
.actions-close i{vertical-align: middle;}
.actions-close .icn-close-small{width: 18px;
height: 18px;
display: inline-block;
background: url(../images/close-small.svg) no-repeat;
position: relative;
margin-left: 10px;}


@media (max-width:1000px){
.actions-close{display: none;}
    .actions-string{position: relative;z-index: auto;}
    .services-header-proper .h{width: 100%; border-top: 0;margin-bottom: 30px;  }
    .services-header-proper .h h1{font-size: 30px;  }
    .services-header-proper .pricebox{margin-bottom: 20px;display: inline-block;}
    .actions-string .width{padding-left: 0;
    padding-right: 0;}
}

@media (max-width:992px){
    .page-col+.page-col{
        margin-top: 3em;
    }
    .inner-page-header [class*="col-md"]+[class*="col-md"]{margin-top: 0;}
    .inner-page h1, .inner-page .h1, .inner-page h2, .inner-page .h2, .inner-page h3, .inner-page .h3, .inner-page h4, .inner-page .h4, .inner-page h5, .inner-page .h5, .inner-page h6, .inner-page .h6{
        line-height: 1.5;
    }
}
@media (max-width:600px){
    .pricebox{padding: 10px;}
    .pricebox .actual{font-size: 30px;}
    .pricebox .old{font-size: 18px;}
    .sale-big{    font-weight: normal;
    display: inline-block;
    padding: 0 10px;
    height: 30px;
    line-height: 30px;
    color: #fff;
    background: #0a96ca;
    font-size: 15px;
    }
    .sale-big b{font-size: 15px;}
    .sale-big:after{
        content: '';
    border-width: 15px 7px 15px 0;
    border-style: solid;
    position: absolute;
    border-color: #0a96ca;
    border-right-color: transparent;
    left: 100%;
    top: 0;
}
.services-header .breadcrumbs ul li{line-height: 30px;padding-top: 0;}
.services-header{    padding-top: 65px;    min-height: 360px;}
}

/* ==========================================================================
   PLACEHOLDER
   ========================================================================== */

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {} input:-moz-placeholder,
textarea:-moz-placeholder {}
/* ==========================================================================
   POP UP
   ========================================================================== */

.pop-fade {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(5,38,51,0.5);
    opacity: 0.6;
    z-index: 1002;
    display: none;
    
}
.pop-up {
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    top: 40px;
    background: #fff;
    max-width: 550px;
    color: #000;
    z-index: 1002;
    padding: 50px;
    display: none;
}

.pop-up .btn{
  min-width: 250px;
}

.pop-up[data-pop="success"] {
  text-align: center;
  font-size: 18px;
}

.pop-up .input-text,
.pop-up .selectedValue{
  border: 1px solid  #b9b9b9;
}

.pop-up .apply-form-simple{
  background-color: transparent;
  padding: 0;
  margin-bottom: 0;
}

.icn-check-blue{
  background: url(../images/cb-blue.svg) no-repeat;
  width: 42px;
  height: 42px;

}

.icn+.pop-h{
  margin-top: 20px;
}

.pop-h{
  text-transform: uppercase;
  text-align: center;
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 20px;
}

.pop-up-in {} .pop-up-h {} 
.pop-close {
    position: absolute;
    right: 0px;
    top: 0px;
    width: 45px;
    height: 45px;
    background: #f2f2f2;
}
.pop-close .icn{
  position: absolute;
  left: 0;bottom: 0;
  right: 0;
  top: 0;
  margin: auto;
}

.icn-close-b{
  width: 19px;
  height: 19px;
  background: url(../images/close.svg);
}

/* ==========================================================================
   Helper classes
   ========================================================================== */

.ir {
    background-color: transparent;
    border: 0;
    overflow: hidden;
    *text-indent: -9999px;
}
.ir:before {
    content: "";
    display: block;
    width: 0;
    height: 100%;
}
.hidden {
    display: none !important;
    visibility: hidden;
}
.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}
.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}
.invisible {
    visibility: hidden;
}
.clearfix:before,
.clearfix:after {
    content: " ";
    display: table;
}
.clearfix:after {
    clear: both;
}
.clearfix {
    *zoom: 1;
}
.ul_justify {
    text-align: justify;
    width: 100%;
}
.ul_justify li {
    display: inline-block;
}
.ul_justify:after {
    width: 100%;
    display: inline-block;
    content: ".";
    visibility: hidden
}
.tar {
    text-align: right;
}
.tac {
    text-align: center;
}
.taj {
    text-align: justify;
}
.fll {
    float: left;
}
.flr {
    float: right;
}
.ils_text {
    display: table;
    width: 100%;
}
.ils_i {
    display: table-cell;
    vertical-align: top;
}
.ils_t {
    display: table-cell;
    vertical-align: top;
}
.ils_i.vm {
    vertical-align: middle;
}
.ils_t.vm {
    vertical-align: middle;
}
.img_rnd {
    border-radius: 1000px;
}
.wide {
    width: 100%;
    box-sizing: border-box;
}
.rub {
    position: relative;
}
.rub:after {
    content: '-';
    position: absolute;
    left: 0;
    bottom: 0%;
    line-height: 1;
}
.mb10{margin-bottom: 10px;}
.mb20{margin-bottom: 20px;}
.mb30{margin-bottom: 30px;}
.mb40{margin-bottom: 40px;}
.mb50{margin-bottom: 50px;}
.mb60{margin-bottom: 60px;}
.mb70{margin-bottom: 70px;}
.mb80{margin-bottom: 80px;}
.mb90{margin-bottom: 90px;}
.mb100{margin-bottom: 100px;}

.anchor{
    position: absolute;
    top: -90px;
}

/* ==========================================================================
    Media Queries for Responsive Design.
========================================================================== */

@media only screen and (min-width: 35em) {} @media only screen and (-webkit-min-device-pixel-ratio: 1.5),
only screen and (min-resolution: 144dpi) {}
/* ==========================================================================
    Print styles.
========================================================================== */

@media print {
    * {
        background: transparent !important;
        color: #000 !important;
        box-shadow: none !important;
        text-shadow: none !important;
    }
    a,
    a:visited {
        text-decoration: underline;
    }
    a[href]:after {
        content: " (" attr(href) ")";
    }
    abbr[title]:after {
        content: " (" attr(title) ")";
    }
    .ir a:after,
    a[href^="javascript:"]:after,
    a[href^="#"]:after {
        content: "";
    }
    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }
    thead {
        display: table-header-group;
    }
    tr,
    img {
        page-break-inside: avoid;
    }
    img {
        max-width: 100% !important;
    }
    @page {
        margin: 0.5cm;
    }
    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }
    h2,
    h3 {
        page-break-after: avoid;
    }
}


@media (max-width: 1024px) and (min-width:769px) {
.ct-cell.ct-cell-12.bg-light-blue{
    width: 25%;
}
.ct-cell.ct-cell-12.bg-light-grey{
    width: 75%;
}
.ct-cell.ct-cell-12.bg-light-grey.doctors-carusel-header{width: 40%;}
.ct-cell.ct-cell-12.bg-light-grey.doctors-carusel-header+.ct-cell-12{width: 60%;}
.h-boxes-1 .ct-cell-8{width: 50%;}
.h-boxes-1 .bg-dark-grey.mob-hide{display: none;}
.h-boxes-1 .services-list {height: 334px;}
.h-boxes-1 .ct-cell-4 .cell-link-squized{padding-left: 0;padding-right: 0;}
.h-boxes-1 .ct-cell-4 .cell-link-squized .h6{font-size: 16px;}
.addresses{text-align: left;}
.address-unit, .address-unit address:first-child{font-size: 10px;}
.index-actions-banner-aside{height: 330px;}
.index-actions-banner-aside .banner-h{font-size: 26px;}
.banner-ct{padding-left: 15px;}
.banner-ct .btn-huge .icn{display: none;height: 52px;line-height: 52px;}
.index-actions-banner-aside-holder{min-height: 330px;}
.address-unit{margin: 0;}
.address-unit+.address-unit{margin-left: 16px;}
.search-toggles li span{    padding: 0px 7px;}

}

.carusel-doctor-card figure img{max-width: 100%;width: auto;}

.section-map{padding-left:10px;padding-right:10px}
.section-map .col-map{padding-right:0}
.header>div div[id*=bx_]:nth-child(3){
    width:100%;
}

@media (max-width: 576px ){
	.header-row-1{
		justify-content: initial;
	}
	.header-actions{
		display:none;
	}
}