@charset "utf-8";
/* CSS Document */
@import url(https://fonts.googleapis.com/css?family=PT+Sans);
* { -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box; }
html, body, h1, h2, h3, h4, h5, h6, p, em, strong, abbr, acronym, blockquote, q, cite, ins, del, dfn, a, div, span, pre, hr, address, br, b, i, sub, sup, big, small, tt, table, tr, caption, thead, tbody, tfoot, col, colgroup, form, input, label, textarea, button, fieldset, legend, select, option, ul, ol, dl, dt, dd, code, var, samp, img, object, param, map, area, bdo, iframe { padding:0; margin:0; }
fieldset {border:0;}
article, aside, figure, footer, header, menu, nav, section { display: block; }
img {border:0;}
input {vertical-align:middle; font:12px 'PT Sans', Helvetica, Arial, sans-serif;}
textarea { padding:3px 5px; background:#fff; border:1px solid #cfd4da; font:12px 'PT Sans', Helvetica, Arial, sans-serif; color:#000;}
select { background:#fff; border:1px solid #cfd4da; font:12px 'PT Sans', Helvetica, Arial, sans-serif; color:#000;}
body { overflow-x: hidden; background:#fff; font:16px 'PT Sans', Helvetica, Arial, sans-serif; color:#494949;}
a { color:#434343; text-decoration:none; cursor:pointer; outline:none;}
a:hover { color:#f79906; text-decoration: underline;}


body {
    padding: 0 10px;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -webkit-focus-ring-color: rgba(0, 0, 0, 0);
    -webkit-touch-callout: none;
    -webkit-touch-callout: none;
    -webkit-text-size-adjust: 100%;
    /*-webkit-user-select: none;*/
    -webkit-highlight: none;
    tap-highlight-color: rgba(0, 0, 0, 0);
    focus-ring-color: rgba(0, 0, 0, 0);
    touch-callout: none;
    text-size-adjust: none;
    /*user-select: none;*/
    highlight: none;
    padding: 0; 
    margin: 0;
}
.wrap {
    max-width: 1260px;
    min-width: 320px;
    margin: auto;
}

.wrap-empty {
    max-width: 1600px;
    min-width: 320px;
    margin: auto;
}
.wrap:before, .wrap:after { clear: both; content: " "; display: table;}


.fp-section.fp-table, .fp-slide.fp-table {
    display: table;
    table-layout: fixed;
    width: 100%;
}
.valign-middle .fp-tableCell {
    display: table-cell;
    vertical-align: middle;
    width: 100%;
}

.color-clinic { color: #025796;}
.color-bg-clinic { background: #025796;}
.color-border-clicic { border-color: #025796 !important;}
.footer-title.color-clinic { color: #027cd9; }
.color-education { color: #e57a00;}
.color-bg-education { background: #e57a00;}
.color-border-education { border-color: #e57a00 !important; }
.color-science { color: #009643;}
.color-bg-science { background: #009643;}
.color-border-science { border-color: #009643 !important; }

/* header /////////////////////////// */
.header {
    position: relative;
    font-size: 14px;
    color: #434343;
    z-index: 10;
}
.header a {
    color: #434343;
}
.header a:hover {
    color: #f79906;
}

.header-logo-box {
    position: relative;
    float: left;
    width: 565px;
    min-height: 140px;
    padding: 30px 0 0 140px;
    z-index: 2;
}
.header-logo-box .logo {
    float: left;
    margin-left: -140px;
}
.header-logo-box .t1 {
    display: block;
    padding-top: 7px;
    margin-bottom: -2px;
    font-size: 18px;
    font-weight: bold;
    line-height: 21px;
}

.logo-text {
    color: #434343;
    font-size: 20.95px;
    font-weight: 700;
    transform: scale(1.133,1.132);
}

.header-block {
    float: right;
    width: 510px;
    padding: 0 0 0 20px;
    text-align: right;
}
.user-box {
    padding-top: 19px;
    text-align: right;
    color: #999;
}
.lang-box a, .eye-box a span {
    display: inline-block;
    margin-left: 3px;
    border-bottom: 1px dashed #434343;
    line-height: 1em;
}
.lang-box a:hover, .eye-box a:hover span {
    border-color: #f79906;
    text-decoration: none;
}
.eye-box {
    display: inline-block;
    margin-right: 20px;
}
.eye-box a {
    padding-left: 25px;
    background: url(../images/icon_eye_new.png) 0 50% no-repeat;
}
.lang-box {
    display: inline-block;
}
.lang-box p {
    display: none;
}
.lang-box .active {
    display: block;
}
.header-form {
    overflow: hidden;
    margin-bottom: 13px;
    border-bottom: solid 1px #ccc;
}
.header-form .search-box {
    float: left;
    margin-bottom: 20px;
}
.header-form .search-box .search-button {
    margin-left: -2px;
}
.search-input {
    float: left;
    width: 229px;
    height: 30px;
    padding: 0 10px;
    background: #fff;
    border-top: solid 1px #ccc;
    border-bottom: solid 1px #ccc;
    border-left: solid 1px #ccc;
    border-right: none;
    border-radius: 2px;
    font-size: 14px;
    color: #424243;
    outline: none;
}
.search-input:focus {
    border-color: #f79906;
}
.search-button {
    float: left;
    width: 42px;
    height: 30px;
    background: #025796 url(../images/search-icon.png) 50% 50% no-repeat;
    border: none;
    border-radius:2px;
    outline: none;
    cursor: pointer;
}
.search-button:hover {
    background-color: #f79906;
}

.header .phone {
    display: inline-block;
    padding: 2px 0 0 25px;
    margin-bottom: 25px;
    background: url(../images/phone-icon.png) 0 5px no-repeat;
    font-size: 18px;
    font-weight: bold;
}
.header .phone .code {
    font-size: 14px;
    font-weight: normal;
}
.header .phone a {
    text-decoration: none;
}
.header .phone a:hover,
.header .phone a:visited {
    color: #424243;
}
.header-list {
    padding-bottom: 20px;
}
.header-list li {
    display: inline;
    padding-left: 35px;
}


.icon-hamburger {
    display: inline-block;
    margin: 16px;
    width: 34px;
    height: 34px;
    background: url(../images/icon-hamburger.png) 50% 50% no-repeat;
}

.menu-show .icon-hamburger {
    background: url(../images/icon_clouse.png) 50% 50% no-repeat;
}
.header-menu .search-box { display: none;}
.header-menu {
    position: relative;
    margin: 0 -10px;
    background: #025796 url(../images/bg-menu-new.png) 50% 0 no-repeat;
    background-size: cover;
}
.header-menu .menu {
    background: url(../images/header-menu-seporator.jpg) 0 50% no-repeat;
}
/*.header .header-menu .wrap.menu {*/
    /*display: flex;*/
    /*justify-content: space-between;*/
/*}*/
.header-menu .li-lvl1 {
    float: left;
    width: calc(100% / 6);
    /*flex: 1 1 auto;*/
    background: url(../images/header-menu-seporator.jpg) 100% 50% no-repeat;
    list-style: none;
}
.header-menu .li-lvl1 > a {
    color: #ffffff;
    display: block;
    height: 50px;
    line-height: 55px;
    font-size: 18px;
    text-decoration: none;
    text-align: center;
    border-bottom: solid 4px transparent;
}
.header-menu .menu-inner {
    display: none;
    position: absolute;
    top: 50px;
    right: 0;
    left: 0;
    padding-top: 30px;
    background: #fff;
    border-bottom: solid 4px transparent;
    z-index: 10;
}
.header-menu .menu-inner > .wrap {
    min-height: 210px;
}
.menu-inner .wrap li ul {
    padding-bottom: 0;
}
.menu-inner-col {
    float: left;
    width: 24%;
    /*margin-left: 20px;*/
}
.menu-inner .menu-inner-col:first-child {
    margin-left: 0;
}
.menu-inner .t {
    display: block;
    margin-bottom: 9px;
    font-size: 18px;
    font-weight: bold;
}
.menu-inner ul {
    padding-bottom: 20px;
    font-size: 16px;
    line-height: 18px;
    list-style: none;
}
.menu-inner ul li {
    margin-bottom: 8px;
}
.menu-inner-additional {
    clear: both;
    padding: 30px 0;
    background: #fafafa;
}
.menu-inner-additional .pd1 {
    display: block;
    margin-bottom: 10px;
}
.menu-inner-pacient {
    float: left;
    width: 185px;
    padding: 0 20px 0 35px;
    background: url(../images/header-menu-seporator.png) 100% 10px no-repeat;
    font-size: 16px;
}
.menu-inner-pacient .t {
    margin-top: -22px;
    margin-bottom: 2px;
}
.menu-inner-pacient .p {
    margin-bottom: 10px;
}
.menu-inner-pacient2 {
    width: 225px;
}
.menu-inner-pacient3 {
    width: 305px;
    background: none;
}
.menu-inner-pacient4 {
    width: 545px;
    padding-right: 0;
    background: none;
}
.menu-inner-pacient4 .btn-pic {
    margin-right: 20px;
}
.menu-inner-pacient4 img {
    max-width: 200px;
}
.menu-inner-additional .menu-inner-pacient:first-child { padding-left: 0;}

.menu-inner-event {
    font-size: 16px;
    line-height: 24px;
}
.menu-inner-event .n {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 5px;
}
.menu-inner-event-more {
    clear: both;
    margin-bottom: -10px;
    text-align: right;
}
.menu-inner-event-more a {
    color: #999;
    text-decoration: underline;
}
.menu-inner-about {
    font-size: 16px;
}
.menu-inner-about .ta {
    margin-bottom: 13px;
    font-size: 28px;
    font-weight: bold;
    line-height: 28px;
}
.menu-inner-about .btn-pic {
    margin-right: 20px;
}

.btn-pic {
    position: relative;
    float: left;
}
.btn-pic img {
    display: block;
}
.btn-pic span {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 3px 5px;
    text-align: center;
    background: rgba(69, 169, 246, 0.5);
    color: #fff;
}
.btn-pic:hover span {
    background: rgba(247, 153, 6, 0.5);
}

.color-scheme-clinic .menu-inner .t a,
.color-scheme-clinic .menu-inner .t span { color: #025796;}
.color-scheme-clinic .menu-inner a:hover    { color: #faa824;}
.color-scheme-education .menu-inner .t a,
.color-scheme-education .menu-inner .t span { color: #e57a00;}
.color-scheme-education .menu-inner a:hover { color: #faa824;}
.color-scheme-science .menu-inner .t a,
.color-scheme-science .menu-inner .t span{ color: #009643;}
.color-scheme-science .menu-inner a:hover { color: #faa824;}
.color-scheme-clinic .menu-inner    { border-color: #025796;}
.color-scheme-education .menu-inner { border-color: #025796;}
.color-scheme-science .menu-inner   { border-color: #025796;}


.header .block-wrapper {
    display: table;
    table-layout: fixed;
    width: 100%;
    height: 252px;
}
.header .block-wrapper .wrap {
    display: table-cell;
    vertical-align: middle;
}

/* content /////////////////////////// */
/*         /////////////////////////// */
.container-main-bg {
    position: relative;
    border-left: solid 4px #ebebeb;
}

.container-main-bg-empty {
    position: static;
    border-left:0;
}
.container-main-bg.border-color-clinik {border-color: #025796;}
.container-main-bg:before, .container-main-bg:after {
    content: "";
    display: block;
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    bottom: 0;
    width: 25%;
    height: 100%;
    background: #fafafa;
}

.sidebar_block {
    float: left;
    width: 25%;
    padding: 30px 30px 30px 30px;
}
.content_block {
    float: right;
    width: 75%;
    padding: 65px 0 0 60px;
}


.breadcrumb {
    padding: 0 0 50px;
    font-size: 14px;
    color: #999;
    background-color: #fff;
    border-radius: 0;
    margin-bottom: 0;
}
.breadcrumb a { color: #999; text-decoration: underline;}
.breadcrumb a:hover { color: #f79906; text-decoration: none;}

.title-content-main {
    -webkit-text-size-adjust: 100%;
    margin-bottom: 50px;
    font-size: 28px;
    font-weight: bold;
}
.title-content-main.additional {
    margin-bottom: 17px;
    font-weight: normal;
}

.content_block .search-box {
    overflow: hidden;
    margin-bottom: 38px;
}

.bgright-block {
    position: relative;
    margin-left: -60px;
    padding-left: 60px;
    /*background: #fafafa;*/
}

@media (min-width: 1024px) {
    .bgright-block:after {
        content: '';
        position: absolute;
        top: 0;
        left: 100%;
        bottom: 0;
        width: 2000px;
        background: #fafafa;
    }
}

.konsult-block {
    margin-top: 80px;
    padding-top: 40px;
    padding-bottom: 60px;
}

.post-box p {
    margin-bottom: 1em;
}

.list-pics-box {
    overflow: hidden;
    width: 100%;
    height: 235px;
    margin: 0 -10px;
    padding-bottom: 8px;
    overflow-x: auto;
}
.pic-box {
    float: left;
    width: 25%;
    min-height: 215px;
    padding: 0 10px;
}
a.pic-box { text-decoration: none; }

.pic-box img {
    -webkit-transition: 0.5s;
    transition: 0.5s;
    display: block;
    height: 76px;
    margin: 50px auto 16px auto;
}
.pic-box .t {
    -webkit-transition: 0.5s;
    transition: 0.5s;
    position: relative;
    display: block;
    font-size: 20px;
    font-weight: bold;
    text-align: center;
}
.pic-box .t::after {
    -webkit-transition: 1s;
    transition: 1s;
    position: absolute;
    bottom: -16px;
    left: 50%;
    width: 60px;
    height: 3px;
    margin-left: -30px;
    content: '';
    background: transparent;
}

.pic-box .p {
    -webkit-transition: 0.5s;
    transition: 0.5s;
    display: none;
    padding: 10px 15px 0 20px;
    border-top: solid 3px transparent;
    font-size: 14px;
    color: #767676;
    line-height: 18px;
    text-align: center;
}

.pic-box:hover img { height: 40px; margin-top: 40px;}
.pic-box:hover .t {font-size: 16px; margin-bottom: 16px;}
.pic-box:hover .p { display: block;}

.color-scheme-clinic .pic-box:hover .t::after    { background: #025796;}
.color-scheme-education .pic-box:hover .t::after { background: #e57a00;}
.color-scheme-science .pic-box:hover .t::after   { background: #009643;}


/* news */
.list-news-block_home { padding: 10px 0; margin: 0 -10px; }
.list-news-block { padding-bottom: 10px;}
.news-preview { position: relative;}
.news-preview .img { display: block; width: 100%;}
.news-preview.centric .img { width: auto; margin: auto;}

.news-preview .time {
    position: absolute;
    right: 0;
    bottom: 0;
    padding: 4px 8px;
    background: #434343;
    font-size: 16px;
    color: #fff;
}
.news-preview .icon-video-big {
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -32px 0 0 -32px;
}
.news-preview .icon-video {
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -20px 0 0 -20px;
}
.icon-video-big {
    display: inline-block;
    width: 63px;
    height: 63px;
    background: url(../images/icon-video-big.png) 0 0 no-repeat;
}
.icon-video-big:hover, .news-box a:hover .icon-video-big {
    background-position: 0 -70px;
}
.icon-video {
    display: inline-block;
    width: 40px;
    height: 40px;
    background: url(../images/icon-video.png) 0 0 no-repeat;
}
.icon-video:hover, .news-box a:hover .icon-video {
    background-position: 0 -50px;
}
.news-box {
    min-height: 310px;
    padding-bottom: 10px;
}
.news-box .hr {
    display: block;
    height: 4px;
    margin-bottom: 20px;
    background: #fff;
    font-size: 0;
    line-height: 0;
}
.news-box.color-scheme-clinic .hr    { background: #025796;}
.news-box.color-scheme-education .hr { background: #e57a00;}
.news-box.color-scheme-science .hr   { background: #009643;}
.news-row  {
    overflow: hidden;
    margin: 0 0 15px;
}
.news-row {
    display: flex;
    flex-flow: row wrap;
}
.content_block .news-row {
    margin-left: -10px;
    margin-right: -10px;
}
.news-box .date {
    display: block;
    margin-bottom: 9px;
    font-size: 14px;
    color: #999;
}
.news-box .news-title {
    margin-bottom: 15px;
    font-size: 18px;
    line-height: 1em;
    font-weight: bold;
}
.news-box .news-title.font-small {
    margin-bottom: 0;
    font-size: 16px;
}
.news-box .news-title a { text-decoration: none;}
.news-box .news-title a:hover { text-decoration: underline;}

.news-box .news-descr .i {
    margin-bottom: 11px;
    font-style: italic;
    font-size: 18px;
}

.news-box.col-inrow4-col1 .news-preview { margin-bottom: 15px;}
.news-box.type-preview .news-preview
{ float: left; width: 40%; margin-right: 20px;}
.news-head .preview { margin-right: 20px; float: left; width: 40%;}
.news-box.col-inrow4-col3 .news-preview,
.news-box.type-big-preview .news-preview
{ float: left; width: 66%; margin-right: 20px;}
.news-box.col-inrow4-col3 .news-preview.half,
.news-box.type-big-preview .news-preview.half
{ float: left; width: 50%; margin-right: 20px;}
.news-box.col-inrow4-col3 .news-descr,
.news-box.type-big-preview .news-descr
{ line-height: 21px;}

.news-bar {
    clear: both;
    padding-top: 15px;
    margin-bottom: 55px;
}
.news-more-link {
    padding-top: 6px;
    float: right;
    color: #999;
    text-decoration: underline;
}
.news-head {
    overflow: auto;
    position: relative;
    padding-bottom: 20px;
}
.news-teaser {
    width: 100%;
    color: #9d9d9d;
    font-style: italic;
}

/* contacts */
.contacts-box {
    margin-bottom: 40px;
    line-height: 26px;
}
.contacts-box .t1 {
    margin-bottom: 2px;
    font-weight: bold;
}
.contacts-box .row {
    overflow: hidden;
    padding-left: 15%;
    margin-bottom: 2px;
}
.contacts-box .row .label {
    float: left;
    margin-left: -180px;
    width: 160px;
}

/* 404 */
.block_404, .block_403 {
    padding: 95px 0;
    font-size: 14px;
    text-align: center;
}
.block_404 .t1, .block_403 .t1 {
    display: block;
    position: relative;
    margin-bottom: 30px;
    font-size: 343px;
    line-height: 1em;
    font-weight: bold;
    color: #f0f0f0;
}
.block_404 .t2, .block_403 .t2{
    display: block;
    margin-top: -28px;
    padding: 10px 0;
    background: #fff;
    font-size: 14px;
    line-height: 16px;
    color: #434343;
}
.block_404 .t3, .block_403 .t3 {
    margin-bottom: 12px;
}
.block_404 .t4 a, .block_403 .t4 a {
    text-decoration: underline;
}


/* doctors */
.doctors_block-col2 .row {
    overflow: hidden;
    margin-bottom: 40px;
    display: flex;
    width: 100%;
    justify-content: center;
    flex-wrap: wrap;
}
.doctors_block-col2 .row .doctor_box {
    width: 44%;
}
.doctor_box {
    padding-left: 140px;
    padding-right: 20px;
}
.doctor_box .preview {
    border-radius: 1000px;
    float: left;
    margin-left: -140px;
}
.row .doctor_box a {
    text-decoration: none;
}
.doctor_box .doctor_box_t1 {
    margin-bottom: 10px;
    font-size: 22px;
    font-weight: bold;
    line-height: 1em;
}
.doctor_box .doctor_box_t2 {
    font-size: 14px;
    line-height: 18px;
    color: #666;
}

/* doctor_block */
.doctor_block {
    overflow: hidden;
    margin-bottom: 55px;
}
.doctor_block .title-content-main {
    margin-bottom: 20px;
}
.doctor_block_col1 {
    float: left;
    width: 260px;
    padding: 0 20px;
}
.doctor_block_col2 {
    overflow: hidden;
}

.doctor_block_col1 .preview {
    display: block;
    border-radius: 1000px;
    margin-bottom: 22px;
}
.doctor_block_col1 .doctor_info_row {
    padding-left: 0;
}
.doctor_block_col1 .doctor_info_row .doctor-label {
    float: none;
    width: auto;
    margin-left: 0;
}

.doctor_info_row {
    /*padding-left: 160px;*/
    margin-bottom: 10px;
    /*min-width: 600px;*/
    width: 100%;
    float: left;
}
.doctor_info_row .doctor-label {
    float: left;
    /*width: 140px;*/
    /*margin-left: -160px;*/
    padding-right: 10px;
    font-size: 18px;
    font-weight: bold;
}
.doctor_info_row .doctor-label.full {
    float: none;
    width: auto;
}
.doctor_info_row .ul li {
    margin-bottom: 0;
}
.doctor_info_row ul li:before {
    content: "\2022  "
}


/* comments */
.comments_block {
    padding-top: 60px;
    min-height: 544px;
}
.comments_block .feedback-unpublish {
    background: #fbe5bd;
}
.comment-hidden {
    display: none;
}
.comments_block .title-content-main {
    position: relative;
    height: 60px;
    top: -60px;
    margin-bottom: -60px;
    font-weight: normal;

}
.comment-add-box {
    position: absolute;
    left: 0;
    width: 25%;
    padding: 30px 30px 30px 30px;
    background: #ebebeb;
}

.comment-add-box .row {
    margin-left: 0;
    margin-right: 0;
}

.comment-add-box .row .auth-clients { margin: 0; }

.comment_box {
    padding: 20px 10px 18px 125px;
    margin-bottom: 20px;
    background: #fafafa;
    border-left: solid 4px #025796;
}
.comment_box_avatar {
    position: relative;
    float: left;
    width: 77px;
    margin-left: -104px;
}
.comment_box_avatar .avatar {
    display: block;
    position: relative;
    overflow: hidden;
    width: 76px;
    height: 76px;
    border-radius: 38px;
}

.comment_box_avatar .avatar img { width: 100%; }
.comment_box_avatar .avatar:after {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 76px;
    height: 76px;
    border-radius: 50%;
    border: solid 4px rgba(255, 255, 255, 0.5);
    background: transparent;
    content: '';
}
.comment_box_avatar .social-icon-small {
    position: absolute;
    top: 50px;
    left: 50px;
}
.comment_box_avatar .avatar.empty {
    background: #ebebeb;
    line-height: 78px;
    text-align: center;
    font-size: 14px;
}
.comment_box_avatar .avatar.empty:after {
    display: none;
}

.comment_box_info {
    margin-bottom: 10px;
}
.comment_box_info .user {
    font-weight: bold;
}
.comment_box_info .date {
    font-size: 14px;
    color: #999;
}
.comment_box_text {
    line-height: 22px;
}

.comments_more_link {
    margin-bottom: 80px;
    text-align: right;
}
.comments_more_link a {
    color: #999;
    text-decoration: underline;
}
.comments_more_link a:hover {
    color: #f79906;
}


/* post-block */
.post-block {
    margin-bottom: 60px;
    line-height: 22px !important; /* почему???!! везде 24 было */ /* issue #57 (now closed) as agreed with Marina */
}
.post-block .bgright-block {
    overflow: hidden;
    padding-top: 20px;
    padding-bottom: 20px;
    /*margin-bottom: 50px;*/
}

.content_block .post-block .bgright-block .preview {
    padding-top: 0 !important;
} /* to fix article img position */

.post-block .bgright-block .preview {
    float: left;
    width: 46%;
    padding: 60px 20px 15px 0;
}
.post-block .bgright-block .preview img,
.post-block .preview img {
    display: block;
    width: 100%;
}

.post-block .bgright-block .title-content-main {
    margin-bottom: 20px;
}
.post-block .title-content-main.additional {
    margin-top: 40px;
    margin-bottom: 10px;
}

.numbers-box {
    overflow: hidden;
    margin: 50px 0;
}
.numbers-box .col {
    width: 45%;
    padding: 20px 0 0 150px;
    float: right;
}
.numbers-box .col:first-child {
    float: left;
}
.numbers-box .number {
    float: left;
    width: 128px;
    height: 128px;
    padding: 4px;
    margin:-20px 0 0 -150px;
    border: solid 4px #fa383c;
    border-radius: 64px;
    background: #fff;
    text-align: center;
}
.numbers-box .number .border {
    display: block;
    height: 112px;
    width: 112px;
    border-radius: 56px;
    background: #878787;
    line-height: 112px;
    color: #fff;
}
.numbers-box .number .bn {
    font-size: 66px;
    font-weight: bold;
    letter-spacing: -5px;
}
.numbers-box .number .st {
    font-size: 18px;
}

/* cols */
.row-default {
    overflow: hidden;
    margin:40px -10px 50px;
}
.col-inrow4-col1,
.col-inrow4-col3,
.col-inrow3-col1,
.col-inrow3-col2 {
    float: left;
    padding-right: 10px;
    padding-left: 10px;
}
.col-inrow4-col1 { width: 25%;}
.col-inrow4-col3 { width: 75%;}
.col-inrow3-col1 { width: 36%;} /* очень мало места для докторов */
.col-inrow3-col2 { width: 64%;}


/* tabs */
.tabs-col3,
.tabs-col4 {
    overflow: hidden;
    margin-bottom: 38px;
}

.tabs-col5 {
    overflow: hidden;
    margin-bottom: 38px;
    width:100%;
}

.tabs-col5 li {
    float: left;
    width: 19.999%;
    text-align: center;
    list-style: none;
    font-size: 18px;
    font-weight: bold;
}

.tabs-col3 li,
.tabs-col4 li {
    float: left;
    width: 33.33333%;
    text-align: center;
    list-style: none;
    font-size: 18px;
    font-weight: bold;
}
.tabs-col4 li {
    width: 25%;
    text-align: center;
}

.tabs-colorbg {
    border-bottom: solid 4px #025796;
}
.tabs-colorbg.science {
    border-color: #009643
}
.tabs-colorbg.tabs-js li:hover{
    background: #faa824;
    color:#fff;
}

.tabs-colorbg li {
    font-size: 20px;
    font-weight: normal;
}
.tabs-colorbg a {
    padding: 8px 0 6px;
    display: block;
    text-align: center;
}
.tabs-colorbg li a {
    text-decoration: none;
}
.tabs-colorbg a:hover {
    color: inherit;
    text-decoration: none;
}
.tabs-colorbg a.active {
    background: #025796;
    color: #fff;
}
.tabs-colorbg.science a.active {
    background: #009643;
}
.tabs-w-border {
    margin-bottom: 50px;
}
.tabs-w-border li {
    font-size: 22px;
    font-weight: normal;
}
.tabs-w-border a {
    display: inline-block;
    border-bottom: solid 4px transparent;
}
.tabs-w-border a:hover {
    /*text-decoration: none;*/
}
.tabs-w-border .border-color-clinik {
    border-color: #025796;
}

.tabs-containet {
    margin-bottom: 60px;
}
.tabs-containet .tab {
    display: none;
}
.tabs-containet .tab.active {
    display: block;
}
.tabs-containet.science .tab.active .science-row {
    display: flex;
    flex-wrap: wrap;
}
.content_block .tabs-containet ul li a {
    text-decoration: underline;
}

/* form_default */
.form_default {
}
.form_default .row {
    position: relative;
    clear: both;
    margin-bottom: 14px;
}
.form_default .button-default {
    margin: 28px 0 50px;
}
.comment-add-box .button-default {
    margin: 28px 0 0 0;
}
.form_title {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 14px;
}

.icon-x {
    display: inline-block;
    width: 17px;
    height: 16px;
    cursor: pointer;
}
.form_default .icon-x {
    float: right;
    margin: 9px;
}
.input-text {
    display: block;
    width: 100%;
    height: 40px;
    line-height: 40px;
    padding: 0 12px;
    border: solid 1px #ccc;
    border-radius: 4px;
    background-color: #fff;
    font-size: 16px;
    color: #434343;
}
.textarea {
    display: block;
    width: 100%;
    height: 116px;
    padding: 8px 12px;
    border: solid 1px #ccc;
    border-radius: 4px;
    background-color: #fff;
    font-size: 16px;
    line-height: 18px;
    color: #434343;
    resize: none;
}

.input-text:focus,
.textarea:focus {
    border-color: #f79906;
    outline: none;
}
.input-datetime {
    background-image: url("../images/icon-datetime.png");
    background-position: 100% 50%;
    background-repeat: no-repeat;
}
.input-file-wrapper {
    position: relative;
    padding: 3px 0 6px 45px;
    background: url(../images/icon-input-file.png) 0 0 no-repeat;
}
.input-file-wrapper .input-file-span {
    color: #999;
    text-decoration: underline;
}
.input-file-wrapper:hover .input-file-span {
    color: #f79906;
}
.input-file-wrapper .input-file {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    cursor: pointer;
}

.select, .textarea { outline: none;}
.form_default .social {
    padding-top: 5px;
}
.field-entry-clinic_id span.select2-selection {
    padding-top: 0;
    padding-bottom: 0;
}

.button-default {
    display: block;
    width: 100%;
    height: 40px;
    line-height: 40px;
    padding: 0 12px;
    background: #faa824;
    border-radius: 4px;
    border: none;
    outline: none;
    font-size: 18px;
    color: #fff;
    text-align: center;
    cursor: pointer;
}
.button-default:hover {
    background: #f79906;
    color: #fff;
    text-decoration: none;
}
.button-bgcolor-2 {
    background: #025796;
}
.button-bgcolor-2:hover {
    background: #f79906;
}
.form_konsult .input-text,
.form_konsult .input-file-wrapper {
    width: 445px;
}
.row-btn {
    padding: 5px 29px 24px 29px !important;
}
.form_konsult .button-default {
    width: 260px;
}

.format {
    line-height: 1.5em;
}
.format p,
.format ul {
    margin-bottom: 0.5em;
}
.format .ul-1 {
    list-style: none;
    padding-left: 30px;
}

/* sidebar */
.sidebar_archive_box {
    overflow: hidden;
    padding: 30px 30px;
    margin: -30px -30px 40px;
    background: #ebebeb;
    color: #424243;
}
.sidebar_archive_box .t1 {
    display: block;
    margin-bottom: 15px;
    font-size: 18px;
    font-weight: bold;
    color: #424243;
}
.sidebar_archive_box .month { float: left;}
.sidebar_archive_box .year { float: right;}
.icon-archive-prev,
.icon-archive-next {
    position: relative;
    top: -2px;
    display: inline-block;
    width: 20px;
    height: 20px;
    line-height: 20px;
    vertical-align: middle;
}
.icon-archive-prev {
    background: url("../images/icon-archive-prev.png") 50% 50% no-repeat;
}
.icon-archive-next {
    background: url("../images/icon-archive-next.png") 50% 50% no-repeat;
}


.sidebar_news_block {
    margin-bottom: 60px;
}
.sidebar_news_block_title {
    margin-bottom: 16px;
    font-size: 18px;
    font-weight: bold;
}

.sidebar_news_block .news-box { overflow: hidden; min-height: 0; padding-bottom: 15px;}
.sidebar_news_block .news-box .hr { height: 1px; background: #ccc;}
.sidebar_news_block .news-box .date { margin-top: -2px; margin-bottom: 4px; font-size: 12px;}
.sidebar_news_block .news-box .news-descr { font-size: 14px; line-height: 16px;}
.sidebar_news_block .news-box .news-preview { float: left; width: 33%; margin-right: 8%;}
.sidebar_news_block .news-bar { overflow: hidden; padding-top: 0; margin-bottom: 0;}
.sidebar_news_block .news-more-link { text-decoration: underline;}
.sidebar_news_block a.news-more-link:hover { color: #f79906; text-decoration: none;}
.sidebar_news_block .news-box .right-col {width: 59%; position: relative; overflow: hidden;}

.sidebar_news_block .news-box.type-big-preview { padding-bottom: 20px;}
.sidebar_news_block .news-box.type-big-preview .date { font-size: 14px;}
.sidebar_news_block .news-box.type-big-preview .news-title { margin-bottom: 8px; font-size: 14px;}
.sidebar_news_block .news-box.type-big-preview .news-preview { float: none; width: 100%; margin-bottom: 10px;}
.sidebar_news_block .news-box.type-big-preview .news-descr { line-height: 18px;}


.sidebar_news_block.color-scheme-clinic .sidebar_news_block_title,
.sidebar_news_block.color-scheme-clinic .news-more-link   { color: #025796;}
.sidebar_news_block.color-scheme-education .sidebar_news_block_title,
.sidebar_news_block.color-scheme-education .news-more-link { color: #e57a00;}
.sidebar_news_block.color-scheme-science .sidebar_news_block_title,
.sidebar_news_block.color-scheme-science .news-more-link   { color: #009643;}


/* subscribe_box */
.subscribe_box {
    /*overflow: hidden;*/
    padding: 30px 30px;
    margin: -30px -30px 40px;
    background: #ebebeb;
    color: #424243;
}
.subscribe_box .social {
    padding-bottom: 15px;
    margin-bottom: 15px;
    border-bottom: solid 1px #ccc;
}
.subscribe_box .t1 {
    display: block;
    margin-bottom: 12px;
    font-size: 18px;
    font-weight: bold;
}
.subscribe_box .t2 {
    display: block;
    margin-bottom: 15px;
    font-size: 14px;
    line-height: 18px;
}
.subscribe-input {
    float: left;
    width: 100%;
    height: 30px;
    padding: 0 10px;
    background: #fff;
    border-top: solid 1px #ccc;
    border-bottom: solid 1px #ccc;
    border-left: solid 1px #ccc;
    border-right: none;
    border-radius: 2px;
    font-size: 14px;
    color: #424243;
    outline: none;
}
.subscribe-input:focus {
    border-color: #f79906;
}
.subscribe-button {
    float: left;
    width: 42px;
    margin-left: -42px;
    height: 30px;
    background: #025796 url(../images/subscribe-button.png) 50% 50% no-repeat;
    border: none;
    border-radius:2px;
    outline: none;
    cursor: pointer;
}
.subscribe-button:hover {
    background-color: #f79906;
}
.subscribe_form {
    overflow: hidden;
    position: relative;
}

/* contact */
.contacts_form .row {
    margin-left: 0;
    margin-right: 0;
    /*display: none;*/
}
.contacts_form.show-rows .row {
    display: block;
}
.contacts_form .row-btn {
    display: block;
}


/* sidebar_menu */
.sidebar_menu {
    overflow: hidden;
    padding: 0 0 20px 48px;
    font-size: 14px;
}
.sidebar_menu .preview {
    float: left;
    margin: 5px 0 0 -48px;
}
.sidebar_menu ul {
    list-style: none;
}
.sidebar_menu ul li {
    margin-bottom: 5px;
}
.sidebar_menu ul li:first-child {
    font-size: 18px;
    font-weight: bold;
}

/* footer /////////////////////////// */
.footer .show-desktop-ver,
.footer .show-adaptive {
    display: block;
    padding: 5%;
    color: #fff;
}
.footer .show-desktop-ver:active,
.footer .show-adaptive:active {
    padding: 5%;
    color: #e57a00;
}
.footer {
    padding: 62px 0 20px;
    margin: 0 -10px;
    background: url(../images/footer-new.png) 50% 0 no-repeat #001544;
    color: #c0c1c1;
}
.footer a {
    color: #c0c1c1;
}
.footer a:hover {
    color: #c0c1c1;
}
.footer-col {
    float: left;
    width: 25%;
    padding-right: 10px;
    padding-left: 10px;
}
.footer-title {
    margin-bottom: 16px;
    font-size: 18px;
    font-weight: bold;
    cursor: pointer;
}
.footer ul {
    margin-bottom: 30px;
    font-size: 16px;
    line-height: 18px;
    list-style: none;
}
.footer ul li {
    margin-bottom: 8px;
}
.footer ul li .footer-title {
    margin-top: 18px;
}
.social-icon,
.review-form ul li span.auth-icon {
    display: inline-block;
    width: 41px;
    height: 40px;
    margin-right: 3px;
    background: url(../images/icons-social.png) no-repeat;
}
.social-icon.fb,
.review-form ul li span.facebook { background-position: 0 0;}

.social-icon.telegram,
.review-form ul li span.telegram{ background-position: -245px 0;}
.social-icon.telegram:hover,
.review-form ul li span.telegram:hover{ background-position: -245px -40px;}
.social-icon.ok,
.review-form ul li span.ok{ background-position: -295px 0;}
.social-icon.ok:hover,
.review-form ul li span.ok:hover{ background-position: -295px -40px;}

.social-icon.fb:hover,
.review-form ul li span.facebook:hover { background-position: 0 -40px;}
.social-icon.youtube { background-position: -46px 0;}
.social-icon.youtube:hover { background-position: -46px -40px;}
.social-icon.vk,
.review-form ul li span.vkontakte { background-position: -147px 0;}
.social-icon.vk:hover,
.review-form ul li span.vkontakte:hover { background-position: -147px -40px;}
.social-icon.google,
.review-form ul li span.google { background-position: -196px 0;}
.social-icon.google:hover,
.review-form ul li span.google:hover { background-position: -196px -40px;}
.social-icon.instagram { background-position: -97px 0;}
.social-icon.instagram:hover { background-position: -97px -40px;}

.social-icon-small {
    display: inline-block;
    width: 28px;
    height: 28px;
    margin-right: 5px;
    background: url(../images/icons-social-small.png) no-repeat;
}
.social-icon-small.fb { background-position: 0 0;}
a:hover .social-icon-small.fb, .social-icon-small.fb:hover { background-position: 0 -30px;}
.social-icon-small.youtube { background-position: -35px 0;}
a:hover .social-icon-small.youtube, .social-icon-small.youtube:hover { background-position: -35px -30px;}
.social-icon-small.vk { background-position: -73px 0;}
a:hover .social-icon-small.vk, .social-icon-small.vk:hover { background-position: -73px -30px;}
.social-icon-small.google { background-position: -110px 0;}
a:hover .social-icon-small.google, .social-icon-small.google:hover { background-position: -110px -30px;}

.review-form ul.auth-clients li.auth-client { margin: 0 5px 0 0; }
.review-form ul.auth-clients li.auth-client a.auth-link { display: inline; width: inherit; }
.review-form ul.auth-clients li.auth-client a.auth-link span.auth-title { display: none; }



/* */
.show { display: block !important;}
.clear { clear:both;}
.fleft {float:left;}
.fright {float:right !important;}
.strong { font-weight: bold;}

.hr-default {
    display: block;
    height: 4px;
    margin-bottom: 18px;
    background: #025796;
    line-height: 0;
    font-size: 0;
}

.title-main {
    padding: 0 10px;
    margin-bottom: 10px;
    font-size: 28px;
}

a.title-main {
    display: block;
}

a.title-main:hover {
    text-decoration: none;
}

.captcha-img {
    display: block;
    margin: 0 auto;
}

.btn-big-more {
    display: inline-block;
    height: 54px;
    line-height: 48px;
    padding: 0 45px;
    border: solid 3px #fff;
    border-radius: 3px;
    font-size: 16px;
    color: #fff !important;
    text-decoration: none;
}
.btn-big-more:hover {
    border-color: #faa824;
    background: #faa824;
    text-decoration: none;
}

.ul {
    margin-bottom: 40px;
    list-style: none;
}
.ul li {
    margin-bottom: 8px;
}
.ul li a {
    text-decoration: underline;
}
.ul-price li {
    overflow: hidden;
}
.ul-price li .price {
    float: right;
    padding-left: 20px;
}

.color-more { color: #999}
.color-more:hover { color: #f79906}

/** raptor specific classes **/
.raptor-editing-inline {
    width: auto !important;
    border: 1px dotted silver !important;
}

.cover-image-block img {
    max-width: 100% !important;
    width: 100% !important;
    position: relative;
    height: auto !important;
}

.left-float-image-block img {
    max-width: 45% !important;
    height: auto !important;
    float: left;
    margin: 2% 2% 2% 0;
}

.right-float-image-block img {
    max-width: 45% !important;
    height: auto !important;
    float: right;
    margin: 2% 0 2% 2%;
}

/* Style Fixes */

.material-view h1 {
    font-size: 28px !important;
    font-weight: bold;
}

h1.color-scheme-education {
    color: #e57a00 !important;
}

h1.color-scheme-clinic {
    color: #025796 !important;
}

h1.color-scheme-science {
    color: #009643 !important;
}

.news-box {
    font-size: 16px;
    color: #434343;
    line-height: 22px;
}

iframe {
    width: 100%;
}

.content-wrapper .content {
    overflow: auto;
}

/* 2gis maps fixes */

.dg-attribution.leaflet-control {
    width: 100% !important;
    height: 70% !important;
    margin-bottom: 4px !important;
    margin-right: 0 !important;
}

.dg-attribution__links {
    padding: 0 !important;
}

li.dg-attribution__link-item {
    margin: 0 !important;
    line-height: 6px !important;
}

a.dg-attribution__link {
    font-size: 7px !important;
}

/* About Institute Additional Menu Fixes */

.menu-inner-about {
    width: 100%;
}
/* Admin Panel Content Header Fix */

.content-header>.breadcrumb>li>a {
    display: initial !important;
}

.admin-wrapper .content-header h1 {
    margin-top: 40px;
}
.breadcrumb > li {
    display: initial !important;
}

.admin-wrapper .content-header .breadcrumb {
    padding: 0 15px;
}


/* Get Down Arrow */

.get-down-arrow {
    position: absolute;
    bottom: 1%;
    left: 50%;
    width: 50px;
    height: 50px;
    background: rgba(2, 69, 136, 0.1) 50% 50% no-repeat;
    border-radius: 50%;
    background-image: url(../images/get-down-arrow.png) ;
}

.get-down-arrow:hover {
    background-color: rgba(247, 153, 6, 0.3);
}

/* Service Page */

.title-services {
    font-weight: 700;
    font-size: 28px;
    margin-bottom: 8px;
}

.teaser {
    line-height: 24.444px;
}

.services-block,
.teaser {
    margin-bottom: 22px;
}

.services-block-title{
    width: 350px;
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 8px;
}

.services {
    margin-top: 26px;
    display: flex;
}

.services-column {
    display:flex;
    flex-flow: row wrap;
    align-content: space-between;
    margin-right: 2%;
}

.service {
    border: #f0f0f0 2px solid;
    line-height: 22px;
    font-size: 16px;
    margin-bottom: 7%;
}

.service.large {
    width: 280px;
    height: 400px;
}

.service.small {
    width: 280px;
    height: 218px;
}

.service:hover {
    border-color: #f79906;
}

.service-image {
    height: 218px;
    width: 276px;
    overflow: hidden;
    display: flex;
    justify-content: center;
}

.service-image img {
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    height: 100%;
    filter: gray;
}

.service-name {
    font-weight: 700;
}

.service-description {
    padding: 4%;
}
.hidden-mail {
    display: none !important;
    font-size: 0px;
}
.hide-descr {
    text-align: center;
    padding: 0 4%;
}

.service a {
    color: inherit;
    text-decoration: none !important;
}

.services-block-teaser {
    line-height: 22px;
}

@-moz-document url-prefix() {
    .services-column {
        padding-bottom: 22px;
    }
}

/* little additions */

.content_block a {
    text-decoration: underline;
}
.content_block ul.directions li a {
    text-decoration: none;
}
.small-logo-title {
    padding: 2% 0;
    font-size: 24px;
    line-height: 26px;
}

.small-logo-title b {
    cursor: pointer;
}

/* modal dialog */

.modal-consult {
    margin: auto;
    background-color: #ffffff;
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 30px;
    /*    min-width: 920px;*/
}

.click-to-show-modal {
    cursor: pointer;
}

.mod-close-button {
    width: 13px;
    height: 12px;
    background: url(../images/modal-consult/mod-close-button.png) no-repeat;
    cursor: pointer;
    display: inline-block;
    background-size: 95%;
}

.mod-title {
    color: #025796;
    font-size: 28px;
    font-weight: 700;
    margin-top: 29px;
}

.consult-steps-block {
    display: flex;
    flex-flow: row nowrap;
    justify-content: space-between;
    width: 100%;
    padding: 41px 38px;
    background: url(../images/modal-consult/Rectangle-1.png) 54% 42% no-repeat;
    background-size: 75%;
    position: relative;
}

.consult-steps-block.bg-3 {
    background: url(../images/modal-consult/line_blue.png) 54% 42% no-repeat;
    background-size: 72%;
}

.consult-steps-block.bg-2 {
    background: url(../images/modal-consult/half-blue.png) 54% 42% no-repeat;
    background-size: 72%;
}

.step-no {
    width: 39px;
    height: 39px;
    border-radius: 50%;
    background-color: #cccccc;
    color: #f8f8f8;
    font-size: 24px;
    font-weight: 400;
    line-height: 39px;
    text-align: center;
    margin-bottom: 10px;
}

.step-no.glyphicon-ok {
    font-size: 18px;
    background-color: #025796;
}

.active-step .step-no {
    background-color: #025796;
}

.done-step .step-no {
    /*background: url(../images/modal-consult/done-step.png) 50% 50% no-repeat #025796;*/
}

.step {
    display: flex;
    flex-direction: column;
    cursor: pointer;
}

.step-description {
    font-size: 16px;
    font-weight: 400;
    color: #434343;
}

.active-step .step-description,
.done-step .step-description {
    font-weight: 700;
    color: #025796;
}

.first-content,
.second-content,
.third-content,
.has-sent {
    width: 777px;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    width: 100%;
    padding: 0 38px;
    margin-bottom: 76px;
}

.second-content {
    display: flex;
    flex-direction: column;
    margin-bottom: 31px;
}

.third-content {
    margin-bottom: 0;
}

.has-sent {
    margin: 48px 0;
}

.second-row {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    margin-bottom: 25px;
    align-items: center;
}

.with-text {
    justify-content: flex-start;
    align-items: baseline;
}
.in-text {
    margin-left: 1%;
    width: 85%;
}

.inp-col {
    display: flex;
    width: 100%;
    justify-content: space-between;
    align-items: center;
}

.active-step .step-error {
    background-color: #DA2727;
}

.second-row input,
.male,
.female,
.modal-consult textarea {
    border: #cccccc 1px solid;
    border-radius: 4px;
    color: #434343;
    font-size: 16px;
    font-weight: 400;
    padding: 1.5%;
    height: 42px;
}

.second-row input:focus,
.modal-consult textarea:focus {
    border-color: #f79906;
    outline-offset: 0px;
    outline: none;
}

.second-row .error,
.modal-consult textarea.error {
    border-color: #ff0000 !important;
}

.doc-attach-error,
.input-error {
    color: #ff0000;
    margin-left: 2%;
}

.input-error {
    font-size: 12px;
    height: 30px;
}

.second-row .input-wrap {
    width: 30%;
}

.second-row .input-wrap-hidden {
    margin: 0;
}

.second-row .input-big-wrap {
    width: 50%;
    flex-grow: 1;
}

.second-row input.middle,
.second-row select.middle {
    width: 100%;
}
#educationform-priority_speciality,
#educationform-nationality,
#educationform-admission_condition,
#education-form .select2-search__field,
#education-form .select2-selection--single,
#consultation-nationality {
    height: 42px;
    font-size: 16px;
    color: rgba(0,0,0,.7) !important;
}
.field-educationform-admission_condition {
    width:100%;
}
.second-row input.big {
    width: 100%;
}

.modal-consult .help-block {
    margin: 0;
    font-size: 12px;
    position: absolute;
}

.hint-block {
    font-size: 80%;
}

.ok-point {
    width: 22px !important;
    height: 18px;
    margin: 0 14px;
    color: #025796;
}

.conditions {
    margin: 22px 0 50px;
}

.condition {
    margin-bottom: 12px;
    display: flex;
}

.condition div {
    width: 85%;
}

.mod-title-small,
.title-blue-small {
    font-size: 18px;
    font-weight: 700;
    color: #025796;
    margin-bottom: 21px;
}

.modal-button-next {
    font-size: 18px;
    padding: 15px 50px;
    width: 150px;
    border-radius: 4px;
    text-decoration: none;
    margin: auto;
    cursor: pointer;
    text-align: center;
    color: #ffffff;
}

.modal-submit-next {
    font-size: 18px;
    padding: 15px 50px;
    width: 150px;
    border-radius: 4px;
    text-decoration: none;
    margin: auto;
    cursor: pointer;
    text-align: center;
    color: #ffffff;
}

.code-button {
    font-size: 18px;
    padding: 9px;
    width: 200px;
    border-radius: 4px;
    text-decoration: none;
    margin: auto 20px;
    cursor: pointer;
    text-align: center;
    color: #ffffff;
}

.code-button.get {
    margin-bottom: 15px;
}
.ui-accordion-content {
    height: 400xp;
}
.modal-button-back {
    font-size: 18px;
    padding: 15px 50px;
    width: 150px;
    border-radius: 4px;
    text-decoration: none;
    margin: auto;
    cursor: pointer;
    text-align: center;
    color: #ffffff;
}

.active-btn {
    color: #ffffff;
    background-color: #025796;
    border: none;
}

.disabled-btn {
    background-color: #cccccc;
    border: none;
}

.male,
.female {
    height: 42px;
    width: 79px;
    text-align: center;
    line-height: 32px;
    cursor: pointer
}

.birthdate {
    background: url(../images/modal-consult/input-calendar.png) 95% no-repeat;
}

.notice {
    background: url(../images/modal-consult/necessary.png) no-repeat;
}

input.notice {
    background-position: 98% 10%;
}

div.notice {
    width: 12px;
    height:12px;
}

.notice-text {
    font-style: italic;
    color: #025796;
}

.consult-link {
    color: #025796;
    border-bottom: #025796 1px dashed;
    text-decoration: none !important;
}

.consult-link:hover {
    border-bottom: #f79906 1px dashed;
}

.consult-checkbox {
    width: 12px;
    height: 12px;
    border: #025796 2px solid;
    border-radius: 2px;
}

.modal-consult textarea {
    width: 100%;
    height: 128px;
    resize: none;
    margin-bottom: 19px;
}

.modal-consult .has-error input{
    border: solid 1px red;
}

.modal-consult .has-success input, .modal-consult .has-success select{
    border: solid 1px #cccccc;
}

.attach-doc {
    width: 23px;
    height: 22px;
    background: url(../images/modal-consult/attach-doc.png) no-repeat;
}

.attach-text {
    text-decoration: underline;
    cursor: pointer;
}

.blue-line {
    position: absolute;
    width: 35%;
    height: 2px;
    left: 15%;
    background: url(../images/modal-consult/line_blue-half.png);
    top: 41.9%;
}

.patient-agreement {
    width: 16px;
    height: 16px;
    display: block;
    position: relative;
}
.patient-agreement-post {
    width: 16px;
    height: 16px;
    display: block;
    position: relative;
}

input[type="checkbox"] {
    height: 17px;
    width: 16px;
    margin: -12px 0 0;
}
.patient-agreement input[type="checkbox"] + span,
.patient-agreement-post input[type="checkbox"] + span{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: url(../images/modal-consult/checkbox.png);
    cursor: pointer;
}
.recaptcha {
    margin: 0 auto;
}
.g-recaptcha > div > div {
    margin: 0 auto;
}

input[type="checkbox"]:checked + .agreement-checkbox,
input[type="checkbox"]:checked + .agreement-checkbox-post{
    font-size: 13px;
    color: #fff;
    text-align: center;
    background-color: #025796;
    border-radius: 2px;
}

.document {
    margin-right: 1%;
}
.field-entry-specialty_id {display: none;}


/* New Table Styles */


.cms-new-table td {
    padding: 5px;
    min-width: 100px;
}

.cms-new-table tr td:first-child {
    padding-left: 60px;
}

.cms-new-table {
    width: 100%;
    margin-left: -60px;
}

.cms-new-table tbody tr:nth-child(odd),
.striped-table-bordered tbody tr:nth-child(odd) {
    background-color: #f0f0f0;
}
.striped-table-bordered {
    background-color: #fbfbfb;
    border: 1px solid #d7d7d7;
}
.striped-table-bordered table {
    width: 100%;
}
.striped-table-bordered td {
    padding: 1.5%;
}
.striped-table-bordered .centred {
    text-align: center;
}

li a.error-header-tab {
    background: #FFE5E5;
    border-color: #FF6B6B;
    border-bottom: none;
    color: #FF6B6B;
}

.description-form-field {
    font-size: 12px;
    color: #999;
}

.ruble {
    font-family: 'PT Sans';
    display: inline-block;
}

/* Insert Toggle Styles */

.raptor-ui-insert-toggle-inner-wrapper .toggle-content {
    height: 100%;
    min-height: 150px;
}
.raptor-ui-insert-toggle-inner-wrapper textarea {
    width: 100%;
}
.toggleblock {
}
.toggleblock-title {
    text-decoration: underline;
    cursor: pointer;
    display: flex;
    align-items: center;
}
.toggleblock-title:hover {
    color: #e57a00;
}
.toggle-question {
    margin: 0 10px;
    height: 16px;
    width: 16px;
    background: url('../images/question_normal.png')
}
.toggle-question-hover {
    background: url('../images/question_hover.png')
}
.toggleblock-content {
    padding: 10px;
}

/* Hyposeeing */

.hyposeeing {
    display: inline-block;
}

.hyposeeing-item {
    color: #000;
    font-weight: bold;
    padding: 0 3px;
    cursor: pointer;
}

.hyposeeing-title {
    padding-left: 15px;
}

.a-norm {
    font-size: smaller;
}

.a-max-bigger {
    font-size: larger;
}

/* Popup appointment */
.two-col-form,
.bottom-elements	{
    display: flex;
    flex-wrap: wrap;
}

.bottom-elements {
    justify-content: space-between;
}

.bottom-elements .row-btn {
    min-width: 310px;
    margin-right: 20px;
}

.row.field-entry-recaptcha_entry {
    margin: auto;
    padding-bottom: 20px !important;
}

.first-col,
.second-col {
    width: 310px;
}

.second-col .form-control,
.second-col .select2-selection {
    height: 40px !important;
}

.second-col .select2-selection__placeholder {
    height: 40px !important;
    line-height: 28px !important;
}

.popup-appointment {
    position: absolute;
    color: #434343;
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
    top:0;
    width: 312px;
    background: #fafafa;
    z-index: 1000;
    display: none;
}

.entries-success-popup {
    position: absolute;
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
    top:400px;
    width: 400px;
    background: #fafafa;
    z-index: 1000;
    display: none;
}

.popup-appointment .row {
    padding: 0 30px;
}

.appointment-title {
    font-size: 18px;
    font-weight: 700;
    text-align: center;
    margin: 0;
}

.popup-background {
    background-color: rgba(0, 0, 0, 0.2);
    position:fixed;
    top:0;
    left: 0;
    bottom: 0px;
    right: 0px;
    z-index: 999;
}

.field-entry-recaptcha_entry {
    text-align: -webkit-center;
    text-align: -moz-center;
}
.education-button:active,
.education-button:focus{
    color: #fff !important;
}
.education-button,
.entry-down {
    text-decoration: none !important;
    height: initial;
    line-height: normal;
    padding: 2% 5%;
}

.sidebar_block .entry-down {
    display: block !important;
}

.sidebar_block .education-button {
    display: block !important;
}

.vacancy-advantages p {
    padding: 5px 0;
    margin: 0;
}

.vacancies a {
    color: #025796;
    text-decoration: none;
    font-weight: bold;
}

.vacancies a:hover {
    color: #f79906;
}

.vacancies-ul,
.scientific-directions ol,
.scientific-directions ul {
    margin-left: 7%;
}

.popup-appointment .help-block {
    margin-bottom: 0;
}

/* Events */

.slide-event-description {
    background-color: rgba(0, 3, 41, 0.9);
    font-size: 12px;
    line-height: 15px;
    bottom: 0;
}

.event-date {
    font-weight: 700;
}

.events-slider a {
    color: #fff;
    text-decoration: none;
}

.events-categories {
    font-size: 18px;
    font-weight: 700;
    display: flex;
    justify-content: space-between;
    margin-bottom: 19px;
}

.events-categories a {
    text-decoration: none;
}

.events-categories .color-education a {
    color: #e57a00;
}

.events-categories .color-science a {
    color: #009643;
}

.block-list label {
    display: block;
}

.month-nav {
    font-size: 16px;
    display: flex;
    min-width: 250px;
}

.month-nav .active {
    display: inline-block;
}
.prev-month,
.prev-year,
.next-month,
.next-year {
    width: 8px;
    height: 15px;
    display: inline-block;
    cursor: pointer;
}

.prev-month,
.prev-year {
    background: url(../images/events-swiper/prev-month.png) no-repeat;
}

.next-month,
.next-year {
    background: url(../images/events-swiper/next-month.png) no-repeat;
}

.cur-month,
.cur-year {
    display: none;
    text-align: center;
}

.cur-month {
    width: 84px;
}

.custom-calendar {
    float: left;
}

.events-nav .filter-calendar {
    margin-left: 20px;
    display: none;
    text-decoration: none;
}

.events-nav .reset-filter {
    display: inline;
    text-decoration: none;
}
.cur-year {
    width: 56px;
}

.event-item {
    border-top: 4px solid;
    display: flex;
}

.event-dates {
    display: flex;
    min-width: 144px;
}

.date-box {
    width: 72px;
    height: 70px;
    text-align: center;
    color: #fff;
    font-size: 14px;
}

.inner-date {
    font-size: 24px;
    font-weight: 700;
}

.inner-desc {
    padding: 22px;
    width: 100%;
    font-size: 14.01px;
}

.event-title {
    font-size: 18.01px;
    font-weight: 700;
    padding-bottom: 13px;
}

.event-title a {
    text-decoration: none;
}

.event-map {
    margin-bottom: 20px;
}

.event-map div {
    margin: 0 auto;
    width: 100% !important;
    max-width: 600px;
}
.events-sidebar hr {
    margin: 14px 0;
    border-color:#cccccc;
}
.kvadrat {
    width: 10px;
    height: 10px;
    display: inline-block;
}
.event-sidebar-content {
    position: relative;
    top:-20px;
    left:20px;
    width: 100%;

}
.event-sidebar-item {
    display: inline-block;

}
.see-more {
    text-align: right;
    font-size: 14px;
    text-decoration: underline;
}

/** ^.^ **/

.doctor-form-indexes input.index-input-type {
    width: 100px;
}

.doctor-form-indexes table td {
    padding: 5px;
}

.left-ad-block {
    display: block;
    position: relative;
    overflow: hidden;
}

.left-ad-block img {
    width: 100%;
}

.left-ad-block .left-block-title {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 3px 5px;
    text-align: center;
    background: rgba(69, 169, 246, 0.5);
    color: #fff;
}

p.filter-arch{padding-top: 10px;}
p.filter-arch a{ border-bottom: 1px dashed; float:right; text-decoration: none;}
p.filter-arch a:focus{color:#f79906;}
p.filter-arch a:hover{border-bottom: 1px dashed #f79906;}

/* Non resident */

.bold-title {
    font-size: 18px;
    font-weight: 700;
}

.bold-title-28 {
    font-size: 28px;
    font-weight: 700;
    margin-bottom: 18px;
}

.bold-subtitle {
    font-size: 14px;
    font-weight: 700;
    margin: 28px 0 0 28px;
}

.roadmap {
    display: flex;
}

.choose-start,
.choose-finish {
    min-width: 260px;
}

.choose-start div,
.choose-finish div {
    line-height: 24px;
    display: flex;
    align-items: center;
}

.nonres-icon {
    width: 16px;
    height: 15px;
    margin-right: 13px;
    margin-bottom: 0 !important;
}

.plain-icon {
    background: url(../images/nores/plain-icon.png);
    background-size: 100%;
}
.plain-icon.icon-hover {
    background: url(../images/nores/plain-icon-hover.png);
    background-size: 100%;
}

.bus-icon {
    background: url(../images/nores/bus-icon.png);
    background-size: 100%;
}
.bus-icon.icon-hover {
    background: url(../images/nores/bus-icon-hover.png);
    background-size: 100%;
}

.train-icon {
    background: url(../images/nores/train-icon.png);
    background-size: 100%;
}
.train-icon.icon-hover {
    background: url(../images/nores/train-icon-hover.png);
    background-size: 100%;
}

.loc-icon {
    background: url(../images/nores/loc-icon.png);
    background-size: 100%;
}
.loc-icon.icon-hover {
    background: url(../images/nores/loc-icon-hover.png);
    background-size: 100%;
}

.bold-orange {
    color: #faa824;
    font-weight: 700;
}

.hotel-item {
    /*display: flex;*/
    margin: 23px 0;
}

.hotel-item img {
    display: inline-block;
    width: 200px;
    height: 140px;
    vertical-align: top;
}

.hotel-descr {
    margin: 0 15px;
    display: inline-block;
    width: 55%;
}

.hotel-descr div {
    margin-bottom: 8px;
}

.hotel-button {
    text-align: center;
    width: 145px;
    display: inline-block;
    vertical-align: top;
}

.show-roadmap img {
    display: none;
    width: 100%;
    height: auto;
    margin-bottom: 20px;
}

.roadmap div[data-start],
.roadmap div[data-finish] {
    cursor: pointer;
}

.hotel-item-title div {
    display: inline-block;
}

.is-login {
    margin-bottom: 20px;
    position: relative;
    overflow: hidden;
}
.is-login .user-block span {
    margin-right: 20px;
}

/* Science */

.scientist-box {
    background-color: #f3f3f3;
    margin: 45px 0 38px;
    overflow: hidden;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}
.profile-spec-img {
    display: block;
    float: left;
    max-width: 200px;
    height: 200px;
    border-radius: 1000px;
    margin: 18px;
}
.scientist-title {
    text-decoration: underline;
    font-size: 22px;
}
.scientist-descr {
    width: 100%;
    max-width: 410px;
    overflow: hidden;
    margin: 18px;
}
.scientist-descr div {
    margin-bottom: 10px;
}
.scientific-directions h3 {
    text-align: center;
    font-size: 28px;
}
.science-block {
    font-size: 14px;
    overflow: hidden;
    width: 280px;
    height: 335px;
    margin: 1% 1% 0 0;
    padding: 10px;
}
#research .science-block {
    background: url(../images/research-bg.png) 95% 95% no-repeat #f3f3f3;
}
#publications .science-block,
#books .science-block {
    background:url(../images/publications-bg.png) 95% 95% no-repeat #f3f3f3;
}
#grants .science-block,
#pathents .science-block {
    background: url(../images/grant-bg.png) 95% 95% no-repeat #f3f3f3;
}

/*Отзывы о враче*/

.doctor-rev-form {
    background-color: #ebebeb;
    padding: 22px;
    margin-bottom: 32px;
}
.doctor-rev-form {
    background-color: #ebebeb;
    padding: 22px;
    margin-bottom: 32px;
}
.doctor-rev-form .review-form .input-text {
    width: 200px;
}
.doctor-rev-form a.logout {
    background: url(../images/logout.png);
    width: 18px;
    height: 18px;
    display: inline-block;
}
.doctor-rev-form .has-error input,
.doctor-rev-form .has-error textarea {
    border-color: #a94442;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
}
.doctor-rev-form .has-success input,
.doctor-rev-form .has-success textarea {
    border-color: #3c763d;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
}
.review-form {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.doctor-rev-form .review-form .form-group {
    margin-bottom: 0;
}

.doctor-rev-form .review-form .social-form-group .icon-group ul {
    margin-bottom: 0;
}

.doctor-rev-form .review-form .social-form-group .title {
    float: left;
    height: 37px;;
    line-height: 37px;
    margin-right: 10px;
}

.doctor-rev-form .review-form .orr {
    height: 37px;;
    line-height: 37px;
}

.doctor-rev-form .review-form .social-form-group .icon-group {
    position: relative;
    overflow: hidden;
}

.review-form input {
    width: initial;
    height: 33px;
    line-height: 33px;
}

.doctor-rev-form textarea {
    border-radius: 4px;
    width: 100%;
    height: 75px;
    margin: 8px 0;
    font-size: 16px;
    padding: 12px;
}
.review-button {
    padding: 8px 86px;
    border-radius: 4px;
}

.videoWrapper {
    position: relative;
    padding-bottom: 56.25%; /* 16:9 */
    padding-top: 25px;
    height: 0;
}
.videoWrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.search-list{
    padding:20px;
}

/* Blockquote Styles */

.raptor-ui-text-block-quote-inner-wrapper .blockquote-content {
    height: 100%;
    min-height: 120px;
}
.raptor-ui-text-block-quote-inner-wrapper textarea {
    width: 100%;
}

blockquote img {
    width: 36px;
    height: 36px;
    margin-right: 10px;
    margin-top: -10px;
}

blockquote {
    display: flex;
    background-color: #faf9f9;
    padding: 10px;
    margin: 15px 0;
    font-size: 16px;
    border: none;
}

/* STRAH */
.filter-chars {
    margin-bottom: 20px;
}
.filter-chars span {
    padding-right: 15px;
}
.filter-chars .title-blue-small span:hover {
    color: #e57a00;
    cursor: pointer;
}
.strah-block {
    text-decoration: none !important;
    display: inline-block;
    width: 270px;
    border: 2px solid #f0f0f0;
    min-height: 150px;
    position: relative;
    margin-right: 2%;
    margin-bottom: 2%;
}
.strah-block .strah-company {
    position: absolute;
    bottom: 15px;
    left: 15px;
    color: #434343 !important;
}
.strah-block:hover {
    border-color: #f79906;;
}
.strah-block img {
    width: 200px;
    display: block;
    margin: 10% auto;
}

/** Sliders styles
*
*/
.slick-text {
    height: 100%;
    padding: 1% 0 1% 200px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.slick-text-left {
    display: flex;
    flex-direction: column;
    height: inherit;
    justify-content: center;
}

.slick-text a{
    text-align: center;
    margin: 0 36px;
    color: #ffffff;
    font-size: 16px;
    padding: 21px 50px;
    border: #ffffff 3px solid;
    border-radius: 1px;
}

.slick-text a:hover {
    color: #ffffff;
    text-decoration: none;
    border-color: #f79906;
    background-color: #f79906;
}
.slick-slide .t2 {
    font-size: 23.33px;
    /*color: #fff;*/
}
.slick-slide .t1 {
    font-size: 32px;
    font-weight: bold;
    text-transform: uppercase;
    color: #f3f6f9;
}
.slick-text-bg {
    min-width: 50%;
    height: 150px;
    position: absolute;
    overflow: hidden;
    bottom: 0;
    left: 0;
    background-color: rgba(0,0,0, 0.6);
}
.slick-slide {
    color: #fff;
    position: relative;
}
.main-next,
.main-prev {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}
.main-next,
.main-prev {
    width: 61px;
    height: 61px;
    background: url(../images/icons-swiper.png) no-repeat;
}
.main-prev {     background-position: 0 0;  left: 10%;  z-index: 1;}
.main-prev:hover { background-position: 0 -70px;}
.main-next { background-position: -70px 0; right: 10%}
.main-next:hover { background-position: -70px -70px;}

/*events slider*/

.events-slider .swiper-container {
    padding-bottom: 30px;
}
.events-prev,
.events-next {
    position: absolute;
    width: 21px;
    height: 37px;
    top: 40%;
    z-index: 1;
}
.events-prev {
    background: url(../images/events-swiper/prev-button.png) no-repeat;
    left: 16px;
    right: auto;
}
.events-next {
    background: url(../images/events-swiper/next-button.png) no-repeat;
    right: 16px;
    left: auto;
}
.slide-event-header,
.slide-event-description {
    width: 100%;
    height: 57px;
    position: absolute;
    overflow: hidden;
    left: 0;
    padding: 13px 21px;
}
.slide-event-header {
    bottom: 57px;
    font-size: 16px;
    font-weight: 700;
}
.events-slider {
    padding-bottom: 85px;
}

/* doctors_slider */
.doctors-slider {
    height: 380px;
    position: relative;
    overflow: hidden;
    margin-bottom: 15px;
    min-height: 41px;

}
.doctors_slider_wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}
.doctors-slider .doctors-slide {
    display: table;
}
.doctors-slider .doctor_box {
    display: block;
    width: 100%;
    clear: both;
    overflow: hidden;
    padding-left: 105px;
    margin-bottom: 25px;
}
.doctors-slider .doctor_box .preview {
    border-radius: 100px;
    width: 90px;
    margin-left: -105px;
}
.doctors-slider .doctor_box .doctor_box_t1 {
    margin-bottom: 6px;
    font-size: 18px;
    line-height: 17px;
}
.doctors-slider .doctor_box .doctor_box_t2 {
    font-size: 12px;
    line-height: 16px;
}
.d-button-prev {
    position: absolute;
    z-index: 1;
    right: 50px;
    bottom: 0;
    width: 44px;
    height: 44px;
    background: url("../images/icon-pag-prev.png") 0 0 no-repeat;
    cursor: pointer;
}
.d-button-next {
    position: absolute;
    right: 0px;
    bottom: 0;
    width: 44px;
    height: 44px;
    background: url("../images/icon-pag-next.png") 0 0 no-repeat;
    cursor: pointer;
}

.select2-container,
.datetimepicker,
.datepicker {
    color: #434343;
}

#minzdrav {
    display: block;
}

.corrupt-btn {
    width: 220px;
    font-size: 16px;
    color: #00184a !important;
    background: #fdad26;
    margin-top: 15px;
    padding: 6px 0;
}


@media screen and (max-height:900px ) {

    .tour3d-wrapper {
        width: 100%;
        height:600px !important;
    }

}

@media screen and (height:600px ) {

    .tour3d-wrapper {
        width: 100%;
        height:600px !important;
    }

}

@media screen and (max-height:599px ) {

    .tour3d-wrapper {
        width: 100%;
        height:300px !important;
    }

.subscribe-popup button#push-subscription-button {
    margin-left: 10px; 
    color: #000; 
    background: transparent; 
    border: 2px solid #fff; 
    padding: 5px;
}

.subscribe-popup button#hide-subscribe {
    margin-left: 10px; 
    color: #fff; 
    background: transparent; 
    border: 2px solid #fff; 
    padding: 5px;
}

}




/*collaps style*/
.panel-group {
    box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.14), 0px 3px 1px -2px rgba(0, 0, 0, 0.2), 0px 1px 5px 0px rgba(0, 0, 0, 0.12);
    border-radius: 4px;
}

.panel-group a:focus,
.panel-group a:hover,
.panel-group a:active {
    outline: 0;
    text-decoration: none;
}

.panel.panel-default {
    border: none;
    background: none;
    box-shadow: none;
}

.panel-group > .panel.panel-default:first-child .panel-heading {
    border-radius: 4px 4px 0 0;
}

.panel-group .panel.panel-default {
    border-radius: 0;
}

.panel-group .panel.panel-default + .panel.panel-default {
    margin-top: 0;
}

.panel-heading {
    border-top:1px solid #013965;
    background-color: #ffffff;
    border-radius: 0;
    border: none;
    color: #fff;
    padding: 0;
}

.panel.panel-default .panel-heading {
    border-top: 1px solid #cccccc;
    background-image: none;
    background-color: #ffffff;
}

.panel.panel-default.success .panel-heading {
    background-color: #025796;
    border-top: 1px solid #013965;
}

.panel.panel-default:first-child .panel-heading {
    border-top: none;
}

.panel-title a {
    display: block;
    color: #434343;
    padding: 15px;
    position: relative;
    font-size: 16px;
    font-weight: 400;
    text-decoration: none;
}

.panel.panel-default.success .panel-title a {
    color: #fff;
}

.panel.panel-default.success .panel-title a:after {
    content: "\e013";
    color: #009643;
    font: normal normal normal 14px/1 'Glyphicons Halflings';
    font-size: inherit;
    text-rendering: auto;
    margin-left: 5px;
    -webkit-font-smoothing: antialiased;
}

.panel-body {
    background: #fff;
}

.panel-group .panel-heading+.panel-collapse>.panel-body {
    border: none;
}

.panel.panel-default:last-child .panel-body {
    border-radius: 0 0 4px 4px;
}

.panel.panel-default:last-child .panel-heading {
    border-radius: 0 0 4px 4px;
    transition: border-radius 0.3s linear 0.2s;
}

.panel.panel-default:last-child .panel-heading.active {
    border-radius: 0;
    transition: border-radius linear 0s;
}

.panel-group .big-header .panel-heading .panel-title a{
    padding-right: 50px;
}




/*education-form pagers override*/
.education-pages {
    
}

.education-pages .bg-2 {
    background: url(../images/modal-consult/half-blue.png) 50% 46% no-repeat;
    background-size: 72%;
}

.education-pages .bg-2 .blue-line {
    position: absolute;
    width: 22%;
    height: 2px;
    left: 17%;
    background: url(../images/modal-consult/line_blue-half.png);
    top: 44.9%;
}

.education-pages .bg-3 .blue-line {
    position: absolute;
    width: 48%;
    height: 2px;
    left: 17%;
    background: url(../images/modal-consult/line_blue-half.png);
    top: 44.9%;
}

.education-pages .bg-4 .blue-line {
    position: absolute;
    width: 73%;
    height: 2px;
    left: 17%;
    background: url(../images/modal-consult/line_blue-half.png);
    top: 44.9%;
}

.education-pages .consult-steps-block {
    display: flex;
    flex-flow: row nowrap;
    justify-content: space-between;
    width: 100%;
    padding: 41px 65px;
    background: url(../images/modal-consult/Rectangle-1.png) 54% 46% no-repeat;
    background-size: 75%;
    position: relative;
}

/* #accordion rotate icon option */

 
.panel-group .panel-heading .panel-title a:before {
  content: '\e113';
  position: absolute;
  top: 15px;
  right: 15px;
  display: inline-block;
  padding-left: 2px;
  font-family: 'Glyphicons Halflings';
  font-style: normal;
  font-weight: 400;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transform: rotate(180deg);
  transition: all 0.5s;
}

.panel-group .panel-heading.active a:before {
    transform: rotate(0deg);
    transition: all 0.5s;
}

.education-pages .panel.panel-default .panel-heading {
    border-top: 1px solid #013965;
    
}

.big-header .panel-heading .panel-title a:before {
  content: '\e113';
  position: absolute;
  top: 40px;
  right: 15px;
  display: inline-block;
  padding-left:2px;
  font-family: 'Glyphicons Halflings';
  font-style: normal;
  font-weight: 400;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transform: rotate(180deg);
  transition: all 0.5s;
}

.big-header .panel-heading.active .panel-title a:before {
    transform: rotate(0deg);
    transition: all 0.5s;
}

.list-documents {
    color:#025796;
    margin-bottom: 50px;
}
.list-documents li{
    margin-left: 20px;
}


.select2-search.select2-search--inline input{
    width:250px !important;
}
ul.education_menu{
    margin-top:15px;
    font-size:14px;
}
    
ul.education_menu li{
    position: relative;
    list-style: none;
    padding:5px 5px 5px 15px;
    margin-bottom: 15px;
}


.subscribe-popup {
    display:none; 
    background: #005797; 
    color: #fff; 
    text-align: center; 
    padding: 8px;
}

.subscribe-popup button#push-subscription-button {

    margin-left: 50px; 
    color: #fff; 
    background: transparent; 
    border: 2px solid #fff; 
    padding: 5px;
}

.subscribe-popup button#hide-subscribe {
    margin-left: 25px; 
    color: #fff; 
    background: transparent; 
    border: 2px solid #fff; 
    padding: 5px;
}

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

    .subscribe-popup span{
        display:block;
        margin-bottom:10px;
    }
    .subscribe-popup button#push-subscription-button{
        margin:0;
    }
}
