/* = Child Theme Custom CSS File
-------------------------------------------------------------- */
h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
    font-family: 'proxima_nova_rgbold';
}

@font-face {
    font-family: 'proxima_nova_rgbold';
    src: url('fonts/proximanova-bold-webfont.eot');
    src: url('fonts/proximanova-bold-webfont.eot?#iefix') format('embedded-opentype'), url('fonts/proximanova-bold-webfont.woff2') format('woff2'), url('fonts/proximanova-bold-webfont.woff') format('woff'), url('fonts/proximanova-bold-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'proxima_nova_rgregular';
    src: url('fonts/proximanova-reg-webfont.eot');
    src: url('fonts/proximanova-reg-webfont.eot?#iefix') format('embedded-opentype'), url('fonts/proximanova-reg-webfont.woff2') format('woff2'), url('fonts/proximanova-reg-webfont.woff') format('woff'), url('fonts/proximanova-reg-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

body {
    color: black !important;
    /*background: #fff6ed !important;*/
    background: #fff !important;
}

body a {
    color: #ea4031;
    /*-webkit-transition: all linear 0.2s;*/
    /*transition: all linear 0.2s;*/
}

body a:hover {
    color: #fc3802;
}

.orange-bg {
    /*background-color: #ea4031;*/
    background-color: #f69433;
}

.yellow-bg {
    background-color: #ffab00;
}

.red-bg {
    background-color: #fc3802;
}

.btn {
    font-size: 16px;
    line-height: 30px;
    background: #ea4031 !important;
    color: #ffffff !important;
    padding: 10px 40px;
}

.btn:hover {
    background: #fc3802 !important;
}

.btn-inverse {
    background: #ffffff !important;
    color: #fc3802 !important;
}

.btn-inverse:hover {
    background: #ea4031 !important;
    color: #ffffff !important;
}

.btn-red {
    background: #fc3802 !important;
}

.btn-red:hover {
    background-color: #b10101 !important;
}

.stream-wood-chat,
.stream-wood-invitation,
.stream-wood-chat *,
.stream-wood-invitation * {
    box-sizing: content-box;
}

body {
    font-family: 'gotham', Arial;
}

strong,
b {
    font-family: 'gotham', Arial;
}

.header-top {
    background-color: #fff6ed !important;
    padding: 15px 0 !important;
}

.header-top .container {
    position: relative;
}

.header-top p,
.header-top .p {
    color: #3a3d36 !important;
    font-size: 14px;
    display: inline-block;
}

.header-top p div,
.header-top .p div {
    display: inline;
}

.header-top p span,
.header-top .p span {
    padding-left: 50px;
    color: #3a3d36 !important;
}

.header-top .apointments-but {
    color: #ffffff;
    position: absolute;
    top: -15px;
    right: 0;
}

.header-top a {
    color: #ea4031;
    padding-left: 8px;
}

.apointments-but {
    background: url(img/apointments-but-bg.jpg) top center no-repeat;
    line-height: 50px;
    text-align: center;
    color: #ffffff;
    font-size: 16px;
    font-weight: bold;
    text-shadow: 1px 1px #ea4031;
    display: block;
    width: 200px;
    position: relative;
}

.apointments-but:before {
    -webkit-transition-property: all;
    transition-property: all;
    -webkit-transition-duration: 0.2s;
    transition-duration: 0.2s;
}

.apointments-but span {
    position: relative;
    z-index: 2;
}

.apointments-but:hover {
    color: #ffffff;
    text-shadow: 1px 1px #3a3d36;
}

.apointments-but:hover:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(58, 61, 54, 0.4);
    z-index: 1;
}

.appoint-button-wrap {
    margin: 70px 0 100px;
    background: #fff6ed;
    border: 4px solid #e9ebde;
    text-align: center;
    padding: 56px 30px;
    display: none !important;
}

.appoint-button-wrap .apointments-but {
    margin: auto;
}

nav.main-menu {
    margin-top: 10px !important;
}

nav.main-menu ul>li a {
    font-size: 13px;
    text-transform: uppercase;
}

nav.main-menu ul>li:hover a,
nav.main-menu ul>li.active a,
nav.main-menu ul>li.current-menu-item a,
nav.main-menu ul>li.current-menu-parent a,
nav.main-menu ul>li a:hover,
nav.main-menu ul>li ul {
    background: #ea4031 !important;
    color: #ffffff !important;
}

nav.main-menu ul>li:hover a li,
nav.main-menu ul>li.active a li,
nav.main-menu ul>li.current-menu-item a li,
nav.main-menu ul>li.current-menu-parent a li,
nav.main-menu ul>li a:hover li,
nav.main-menu ul>li ul li {
    border-color: #ea4031 !important;
}

#header {
    padding: 20px 0 24px 0;
}

/*
*/
.slider-custom-blocks {
    overflow: hidden;
    width: 100%;
    /*position: absolute;*/
    bottom: 0;
    z-index: 99;
}

.slider-custom-blocks .container,
.home-features .container,
.home-doctors .container,
.home-services .container,
.home-blog .container {
    padding: 0 40px;
}

.custom-block {
    width: 33.33%;
    float: left;
    color: #ffffff;
    height: 177px;
    padding: 20px 30px 0 0;
}

.block-apointment {
    border-bottom-left-radius: 4px;
}

.block-doctors {
    border-left: 1px solid #db7d1d;
    border-right: 1px solid #db7d1d;
}

.block-info {
    border-bottom-right-radius: 4px;
}

.custom-block strong {
    font-size: 18px;
    display: block;
    line-height: 20px;
    margin-bottom: 10px;
}

.custom-block p {
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 13px;
}

.red-bg a {
    color: #ffab00;
}

.red-bg a:hover {
    color: #ea4031;
}

.btn-custom {
    display: inline-block;
    line-height: 28px;
    color: #ffffff;
    padding: 0 24px 0 9px;
    border: 1px solid #ffffff;
    position: relative;
}

.custom-block .btn-custom {
    padding: 3px 15px;
    background-color: inherit !important;
    border: 2px solid #fff;
    color: #fff !important;
    border-radius: 4px;
    font-size: 13px;
}

.custom-block a {
    color: white;
}

.custom-block .btn-group a:hover {
    text-decoration: none !important;
}

.home-slider .flexslider {
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.35);
}

.btn-custom span {
    width: 0;
    height: 0;
    border-top: 4px solid transparent;
    border-bottom: 4px solid transparent;
    border-left: 4px solid #ffffff;
    position: absolute;
    top: 10px;
    right: 10px;
}

.btn-custom:hover {
    color: #ea4031;
    background: #ffffff;
}

.btn-custom:hover span {
    border-left-color: #ea4031;
}

/*.social-links {
  padding: 0;
  overflow: hidden;
  li {
    display: block;
    float: left;
    list-style: none;
    padding-right: 20px;
    height: 30px;
    line-height: 30px;
    a {
      color: @light;
      font-size: 30px;
      i {
        font-style: normal;
        &.vk {
          font-family: Tahoma;
          font-weight: bold;
          font-size: 32px;
          line-height: 30px;
          display:  block;
        }
      }
      &:hover {
        color: @yellow;
      }
    }
    strong {
      line-height: 30px;
      font-size: 14px;
      display: inline-block;
      margin-right: -20px;
    }
  }
}
*/
.social-links,
.footer-social {
    padding: 0;
    overflow: hidden;
}

.social-links li,
.footer-social li {
    display: block;
    float: left;
    list-style: none;
    line-height: 36px;
    margin-right: 5px;
}

.social-links li a,
.footer-social li a {
    display: block;
    color: #ffffff;
    font-size: 16px;
    width: 36px;
    background: #f7dbbb;
    height: 36px;
    text-align: center;
}

.social-links li a i,
.footer-social li a i {
    font-style: normal;
}

.social-links li a i.vk,
.footer-social li a i.vk {
    font-family: Tahoma;
    font-weight: bold;
    font-size: 15px;
    line-height: 36px;
    display: block;
}

.social-links li a:hover,
.footer-social li a:hover {
    background-color: #ea4031;
}

.social-links li strong,
.footer-social li strong {
    line-height: 30px;
    font-size: 14px;
    display: inline-block;
    margin-right: -20px;
}

.footer-social li a {
    background: #9d9e9b;
    color: #3a3c41 !important;
}

.footer-social li a:hover {
    background-color: #ffffff;
}

.custom-block .social-links a {
    color: #fc3802 !important;
    background: #fec1b1;
}

.custom-block .social-links a:hover {
    background: #ffffff;
}

/*
*/
.home-slider .slides .slider-bg {
    background-repeat: no-repeat;
    background-position: top center;
    top: 0 !important;
}

.home-slider .slides .content-wrapper {
    top: 0 !important;
}

.home-slider .slides li,
.home-slider .slides .slider-bg {
    height: 600px;
}

.home-slider .slides .slide-content {
    /*padding-top: 60px;*/
    padding-top: 130px;
    padding-left: 80px;
}

.home-slider .slide-content {
    width: 50% !important;
}

.home-slider .slide-content h1 {
    color: #3a3d36 !important;
    /*color: #fff !important;*/
    font-size: 48px;
    font-weight: normal;
    line-height: 51px;
    margin-bottom: 20px;
}

.home-slider .slide-content h1:after {
    display: none;
}

.home-slider .slide-content h1 span,
.home-slider .slide-content h1 strong {
    color: #3a3d36 !important;
    /*color: #fff !important;*/
    font-family: 'proxima_nova_rgbold';
}

.home-slider .slide-content p {
    color: #3a3d36 !important;
    /*color: #fff !important;*/
    font-size: 16px;
    line-height: 25px;
    margin-bottom: 35px;
}

.home-slider .slide-content .btn {
    padding: 10px 30px;
    background-color: inherit !important;
    border: 2px solid #3a3d36;
    color: #3a3d36 !important;
}

.home-slider .flex-direction-nav a.flex-prev,
.home-slider .flex-direction-nav a.flex-next {
    background-color: #ea4031 !important;
    -webkit-transition-property: all;
    transition-property: all;
}

.home-slider .flex-direction-nav a.flex-prev:hover,
.home-slider .flex-direction-nav a.flex-next:hover {
    background-color: #ea4031 !important;
}

.home-slider .flex-direction-nav .flex-prev {
    background-image: url(img/slider-left-arrow.png) !important;
    background-position: 17px -57px !important;
}

.home-slider .flex-direction-nav .flex-next {
    background-image: url(img/slider-right-arrow.png) !important;
    background-position: 22px -57px !important;
}

/*
*/
.home-features .icon-wrapper .fa {
    color: #fc3802 !important;
    font-size: 35px !important;
}

.home-features .single-feature h3 {
    font-size: 24px !important;
}

.home-features .single-feature p {
    font-size: 14px;
    line-height: 20px;
    color: #3a3d36;
}

.home-features .features-intro .read-more {
    background-color: #ea4031 !important;
    text-transform: none !important;
    font-size: 16px;
    font-weight: bold;
    font-family: 'proxima_nova_rgbold';
}

.home-features .features-intro .read-more:hover {
    background-color: #fc3802 !important;
}

.home-features .features-intro h2 {
    font-weight: bold !important;
    line-height: 35px !important;
    margin-bottom: 25px !important;
    font-size: 30px !important;
}

.home-features .features-intro h2 span {
    display: block;
}

.home-features .features-intro p {
    font-size: 16px;
    line-height: 25px;
}

/*
*/
a#scroll-top {
    background-color: #fc3802;
    width: 50px;
    height: 50px;
}

a#scroll-top:hover {
    background-color: #b10101;
}

/*
*/
.for-border {
    background: transparent url(img/feature-border.png) center center no-repeat;
}

.for-border-green {
    background: transparent url(img/feature-border-green.png) center center no-repeat;
}

.read-more {
    background: #fc3802 !important;
}

.read-more:hover {
    background: #b10101 !important;
}

/*
*/
.common-doctor h5 a,
.common-blog-post h5 a {
    font-size: 20px;
}

.common-doctor p,
.common-blog-post p {
    font-size: 16px;
    line-height: 25px;
    color: #3a3d36;
}

.home-doctors {
    padding: 115px 0 !important;
}

.home-doctors .btn {
    margin-top: 130px;
}

.home-blog {
    padding: 115px 0;
    background: #fff6ed;
}

.home-blog .common-blog-post {
    background: #ffffff !important;
}

.home-blog time {
    font-size: 14px;
    color: #6d7865 !important;
}

.home-blog .btn {
    margin-top: 60px;
}

/*
*/
.home-testimonial {
    background: #ffffff;
}

.home-testimonial p a {
    color: #ea4031;
}

.home-testimonial .btn {
    margin-top: 35px;
}

.home-testimonial .slogan-section {
    margin-bottom: 35px;
}

.home-testimonial blockquote {
    margin-bottom: 15px;
}

.home-testimonial blockquote p {
    font-style: normal !important;
    font-family: 'proxima_nova_rgregular';
    font-size: 18px;
    line-height: 24px;
}

.home-testimonial .testimonial-footer h3 {
    margin-bottom: 10px !important;
}

.home-testimonial .testimonial-footer .entry-meta {
    margin-bottom: 35px;
    font-style: italic;
    color: #6d7865;
}

.home-testimonial .flexslider-three {
    height: auto !important;
}

.home-testimonial .flexslider-three .flex-direction-nav .flex-next {
    right: -100px;
    background: url("img/next-icon-two-sprite.png") 0px 0px no-repeat;
}

.home-testimonial .flexslider-three .flex-direction-nav .flex-prev {
    left: -100px;
    background: url("img/prev-icon-two-sprite.png") 0px 0px no-repeat;
}

/*
*/
footer .textwidget {
    color: #898b86;
    font-size: 14px;
    line-height: 20px;
}

footer .textwidget ul {
    border: 0 !important;
    margin: 30px 0 25px 0;
}

footer .textwidget li {
    border-color: #4a4d46;
    color: #898b86 !important;
}

footer .textwidget li strong {
    color: #ffffff !important;
}

footer .textwidget a {
    color: #ea4031 !important;
}

footer .textwidget a:hover {
    color: #fc3802 !important;
}

footer .textwidget p {
    margin-bottom: 10px !important;
}

.footer-bottom p span {
    color: rgba(116, 118, 114, 0.6);
    display: block;
    font-size: 13px;
    line-height: 20px;
    margin-top: 10px;
}

.footer-bottom h3 {
    color: #ffffff;
}

/*
*/
/*.clinic-list {*/
/*margin: 0;*/
/*padding: 0;*/
/*border: 0 !important;*/
/*}*/

/*.clinic-list li {*/
/*list-style: none;*/
/*padding: 0 !important;*/
/*margin: 0 !important;*/
/*border: 0 !important;*/
/*}*/

/*.clinic-list li a {*/
/*background-image: url(img/clinics2.png);*/
/*background-repeat: no-repeat;*/
/*padding: 15px 0 15px 22px;*/
/*color: #ffffff;*/
/*!*line-height: 12px;*!*/
/*display: block;*/
/*}*/

/*.clinic-list li a:hover {*/
/*color: #ea4031 !important;*/
/*}*/

/*.clinic-list li.euromed1 a {*/
/*background-position: 0 15px;*/
/*}*/

/*.clinic-list li.euromed2 a {*/
/*background-position: 0 -20px;*/
/*}*/

/*.clinic-list li.euromed3 a {*/
/*background-position: 0 -55px;*/
/*}*/

/*.clinic-list li.euromed4 a {*/
/*background-position: 0 -90px;*/
/*}*/

/*.clinic-list li.euromed5 a {*/
/*background-position: 0 -160px;*/
/*}*/

/*.clinic-list li.euromed6 a {*/
/*background-position: 0 -125px;*/
/*}*/

/*.clinic-list li.euromed7 a {*/
/*background-position: 0 -195px;*/
/*}*/

/*
*/
.bottom-text {
    padding: 115px 0 215px 0;
    border-top: 4px solid #e9ebde;
    background: #fff6ed;
}

.bottom-text h2 {
    font-size: 24px;
    margin: 0 0 30px 0;
}

.bottom-text .text-inner {
    -webkit-columns: 2;
    -moz-columns: 2;
    columns: 2;
    font-size: 14px;
    line-height: 20px;
    color: #3a3d36;
}

.bottom-text .text-inner p {
    margin-bottom: 10px;
}

/*
*/
.home-services {
    text-align: center;
}

.home-services h2 {
    text-align: center;
}

.home-services article {
    text-align: left;
}

.home-services .btn {
    margin-top: 20px;
}

/*
*/
/*.footer-social {
  font-size: 0;
  padding-left: 0;
  li {
    display: inline-block;
    padding-right: 25px;
    a {
      font-size: 25px;
      color: @grey-sand;
      i.vk {
        font-style: normal;
        font-weight: bold;
        font-family: Tahoma;
      }
    }
  }
}
.footer-social {
  li {
    a:hover {
      color: @orange;
    }
  }
}*/
/*
*/
.filters-wrap {
    text-align: left !important;
}

.filters-wrap h2 {
    margin: 0 0 20px !important;
    font-size: 20px;
}

#filters.speciality-filters {
    border-bottom: 0 !important;
}

#filters.speciality-filters li {
    display: block;
    border-top: 1px solid #f7dbbb;
    border-bottom: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
}

#filters.speciality-filters li a {
    display: block !important;
    padding: 5px 0 !important;
    line-height: 20px !important;
    font-size: 14px;
    color: #3a3d36 !important;
}

#filters.speciality-filters li.active a {
    color: #ea4031 !important;
}

#filters.speciality-filters li a:hover {
    color: #ea4031 !important;
}

.doctor-departments a {
    color: #ea4031 !important;
    display: inline;
}

div.doctor-departments a {
    display: inline !important;
}

/*
*/
/*
*/
.doctors-english {
    text-align: center;
    padding: 60px 0 115px;
}

.doctors-english h2 {
    text-align: center;
}

.doctors-english .doctor-departments {
    color: #ea4031;
}

.doctors-english .common-doctor {
    background: #ffffff;
    margin-bottom: 25px;
}

.doctors-english .common-doctor .text-content {
    padding: 0 10px;
}

.doctors-english .common-doctor h5 {
    font-size: 20px;
    margin-top: 20px;
}

.doctors-english .common-doctor .for-border {
    margin-bottom: 25px;
}

.doctors-english .show-more {
    margin-top: 30px;
    display: none;
}

.doctors-section {
    display: none;
}

.doctors-posts {
    padding-bottom: 0 !important;
    background-color: #ffffff;
}

.doctors-posts .common-doctor .text-content {
    background-color: #fff6ed;
}

.single-doctor .related-doctors {
    padding-top: 0 !important;
}

.related-doctors {
    background: #ffffff;
    padding: 120px 0;
    text-align: center;
    /*.btn {
      margin-top: 60px;
    }*/
}

.related-doctors .text-content {
    background: #fff6ed;
    padding: 20px;
    margin: 0;
}

.related-doctors .text-content .for-border {
    margin-bottom: 20px;
}

.related-doctors .hentry {
    margin-bottom: 60px;
}

.single-for_parents .related-doctors {
    padding-top: 0;
}

.slogan-section#related-doctors-title {
    text-align: center !important;
}

.doctor-card.common-doctor {
    text-align: center;
    background: none;
}

.doctor-card.common-doctor .entry-meta {
    margin-bottom: 0;
}

.doctor-card.common-doctor .entry-meta div.doctor-departments {
    margin-bottom: 15px;
}

.doctor-card.common-doctor .btn {
    margin-bottom: 40px;
}

.doctor-card.common-doctor .text-content {
    padding: 0 20px 10px 20px;
}

.doctors-single .top-area {
    border-bottom: 4px solid #e9ebde;
}

.doctors-single .top-area h1.entry-title {
    margin-bottom: 10px;
}

.doctors-single .top-area .entry-lead {
    font-size: 20px;
    line-height: 30px;
}

h2 {
    font-size: 24px !important;
    margin-bottom: 30px;
}

.doctors-single .entry-meta {
    background: #fff6ed;
}

.doctors-single .side-content {
    margin-bottom: 0;
    border-bottom: 0;
}

.doctors-single .side-content strong {
    font-size: inherit;
    font-weight: 700;
    margin-right: 0;
    display: inline;
    float: none;
    line-height: inherit;
}

.doctors-single .entry-content {
    margin-bottom: 100px;
}

.doctors-single .entry-content,
.doctors-single .entry-content p {
    font-size: 18px;
}

.doctors-single .entry-content h2 {
    font-size: 24px;
    margin-top: 50px;
}

/*
*/
.publications-list {
    list-style: none;
    margin: 0;
    padding: 0 !important;
}

.publications-list li {
    list-style: none;
    line-height: 25px;
    border-bottom: 1px solid #ea4031;
    padding: 10px 0 !important;
    margin: 0 !important;
    background: none !important;
}

/*
*/
.page-top {
    padding: 15px 0;
}

.page-top h1,
.page-top h2 {
    line-height: 20px;
    font-size: 24px;
    margin: -2px 20px 0 0;
    color: #3a3c41;
}

.page-top-dark {
    background: #fff6ed !important;
}

.blog-page {
    background: #ffffff;
    overflow: hidden;
}


.news-item {
    overflow: hidden;
    text-align: center;
    margin-bottom: 40px;
}

.news-item .text-content {
    background: #fff6ed;
}

.news-item .text-content h2 {
    font-size: 20px;
}

.news-item .entry-summary {
    padding: 10px;
}

.category-news .news-item .entry-summary {
    padding: 15px 20px 30px 20px;
}

.category-news .news-item h2 {
    font-size: 20px !important;
    margin-bottom: 10px;
    padding: 0 20px;
}

.bread-crumb {
    margin: 0 !important;
}

.breadcrumb,
.breadcrumb li.active {
    color: #999999 !important;
}

.breadcrumb li {
    display: inline !important;
    float: none !important;
}

.breadcrumb a {
    color: #ea4031 !important;
    display: inline !important;
}

.breadcrumb .divider {
    display: inline !important;
    padding-left: 24px;
}

.breadcrumb :before {
    display: none !important;
}

.entry-time {
    color: #6d7865;
    font-style: italic;
    margin-bottom: 10px;
    display: block;
}

.doctors-page .isotope-wrapper {
    box-sizing: border-box !important;
}

/*
*/
.pagination .current {
    background: #ea4031 !important;
    color: #ffffff !important;
}

.pagination .prev,
.pagination .next {
    background: #fff6ed;
}

.pagination a:hover {
    background: #ffab00;
}

.pagination span:hover {
    background: #ffffff;
    color: #3a3d36;
}

/*
*/
.blog-post-single .entry-header {
    margin-bottom: 40px;
}

.blog-post-single .entry-header h1 {
    line-height: 35px;
    font-size: 30px;
    margin-bottom: 10px !important;
}

.blog-post-single .entry-header .entry-time {
    font-size: 16px;
    font-style: italic;
    color: #6d7865;
}

.blog-post-single .entry-header .entry-lead,
.blog-post-single .entry-header .entry-lead p {
    font-size: 20px;
    line-height: 30px;
}

.blog-post-single .entry-content,
.blog-post-single .entry-content p {
    font-size: 16px;
}

div.entry-content {
    line-height: 25px;
}

div.entry-content>*:first-child {
    margin-top: 0;
}

div.entry-content ul {
    margin: 0;
    padding: 0;
}

div.entry-content ul li {
    color: #22252d;
    margin: 0 0 0 0;
    list-style: none;
    padding: 0 0 10px 30px;
    line-height: 25px;
    background: url("img/marker.png") 0 2px no-repeat;
}

div.entry-content p {
    margin-bottom: 30px;
}

div.entry-content h2 {
    font-size: 24px;
    line-height: 35px;
    margin: 20px 0 10px 0;
}

div.entry-content h3 {
    font-size: 20px;
    line-height: 35px;
    margin: 10px 0 10px 0;
}

div.entry-content blockquote {
    padding: 20px 100px 20px 20px;
    background: #fff6ed;
    border-left: 10px solid #f7dbbb;
    margin-bottom: 30px !important;
}

div.entry-content blockquote,
div.entry-content blockquote p {
    font-family: 'proxima_nova_rgregular';
    font-style: normal;
    font-size: 16px !important;
    color: #3a3d36;
    letter-spacing: 0.1px;
    line-height: 24px;
    margin: 0;
}

div.entry-content .read-more.black {
    display: block;
    width: 100%;
    background: #fff6ed !important;
    color: #ea4031;
}

div.entry-content .read-more.black:hover {
    background: #fff6ed !important;
    color: #fc3802;
}

/*
*/
.glossary-navigation {
    padding: 60px 0 110px;
    border-top: 4px solid #e9ebde;
    margin-top: 50px;
    text-align: center;
}

.glossary-navigation a {
    position: relative;
}

.glossary-navigation a:before {
    content: "";
    position: absolute;
    width: 14px;
    height: 17px;
    font-size: 0;
    top: 4px;
}

.glossary-navigation a.prev,
.glossary-navigation a.next {
    width: 220px;
    font-size: 20px;
    line-height: 24px;
}

.glossary-navigation a.prev:hover:before,
.glossary-navigation a.next:hover:before {
    background-position: 0 -36px;
}

.glossary-navigation a.prev {
    padding-left: 30px;
    float: left;
    text-align: left;
}

.glossary-navigation a.prev:before {
    left: 0;
    background: url("img/prev-icon-two-sprite.png") 0px 0px no-repeat;
}

.glossary-navigation a.next {
    padding-right: 30px;
    float: right;
    text-align: right;
}

.glossary-navigation a.next:before {
    right: 0;
    background: url("img/next-icon-two-sprite.png") 0px 0px no-repeat;
}

.glossary-navigation a span {
    display: block;
    color: #3a3d36;
    font-size: 16px;
}

.glossary-navigation a .read-more {
    margin: auto;
}

/*
*/
.services-page {
    background: #ffffff !important;
}

.service-list {
    margin-bottom: 60px;
}

.service-list a {
    display: table;
    height: 90px;
    background: #fff6ed;
    width: 100%;
    margin-bottom: 30px;
    text-align: center;
}

.service-list a span {
    width: 100%;
    height: 90px;
    padding: 10px;
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    font-family: 'proxima_nova_rgbold';
    line-height: 25px;
    font-size: 20px;
}

.service-list a span em {
    width: 100%;
    font-style: normal;
    vertical-align: middle;
}

.sevices-list-images h2 {
    text-align: center;
}

.sevices-list-images .service {
    text-align: center;
    margin-bottom: 60px !important;
}

.sevices-list-images .service .contents {
    background: #fff6ed;
}

.sevices-list-images .service .contents h4 {
    margin-bottom: 15px !important;
}

.sevices-list-images .service .contents .entry-content {
    padding-top: 10px;
}

.sevices-list-images .service .contents .entry-content,
.sevices-list-images .service .contents .entry-content p {
    font-size: 16px;
}

/*
*/
.bootstrap-datetimepicker-widget {
    border: 1px solid #cccccc;
}

.bootstrap-datetimepicker-widget table {
    border: none !important;
}

.bootstrap-datetimepicker-widget table tbody td {
    border: none !important;
}

.bootstrap-datetimepicker-widget table tbody td.active {
    background: #fc3802 !important;
    border-radius: 0 !important;
}

.bootstrap-datetimepicker-widget table tbody td.active:hover {
    background-color: #b10101 !important;
}

.bootstrap-datetimepicker-widget table tbody td.active:before {
    display: none !important;
}

.bootstrap-datetimepicker-widget table tbody td span.active {
    border: 2px solid #ffab00 !important;
    background: #ffffff;
    color: #3a3d36;
    border-radius: 0;
}

.bootstrap-datetimepicker-widget table tbody tr {
    border: none !important;
}

.bootstrap-datetimepicker-widget table th {
    border-radius: 0 !important;
}

.bootstrap-datetimepicker-widget table thead tr th {
    border: none !important;
    background: #ffab00 !important;
}

/*
*/
.reviews-page {
    background: #ffffff;
}

.reviews-list {
    padding-top: 50px;
}

.reviews-list .item strong {
    font-size: 18px;
    display: block;
    line-height: 20px;
}

.reviews-list .item span {
    display: block;
    color: #6d7865;
    font-size: 14px;
    font-style: italic;
}

.reviews-list .item .content {
    background: #fff6ed;
    padding: 20px 30px;
    margin: 15px 0 50px 0;
}

.reviews-list .item .content,
.reviews-list .item .content p {
    font-size: 18px;
    line-height: 24px;
}

body.page-template-contact-template {
    background: #ffffff !important;
}

.contact-page-light {
    background: #ffffff;
    padding-top: 100px;
}

.contact-page .map-wrapper {
    margin: 0 0 100px 0 !important;
}

.contact-page .entry-content {
    margin-bottom: 40px;
}

.contact-sidebar {
    margin-bottom: 0px;
}

.contact-sidebar p strong {
    text-align: left !important;
}

.contact-page #map-canvas {
    height: 550px !important;
}

.contact-sidebar .address-area,
.contact-sidebar .social-icon {
    border-bottom: none !important;
    padding-bottom: 0;
    margin-bottom: 0px;
}

.contact-sidebar {
    line-height: 20px;
}

.contact-sidebar p {
    color: inherit !important;
    line-height: 20px !important;
    font-size: 16px !important;
}

.contact-sidebar strong {
    display: block;
    font-size: 18px;
    /* color: #3a3d36; */
    margin-bottom: 15px;
}

.contact-sidebar ul li {
    line-height: 20px !important;
}

/*.contact-sidebar {
  .social-links {
    li {
      background: none !important;
      color: @grey;
      line-height: 28px !important;
      font-size: 18px;
      font-family: @font-base-bold;
      a {
        &,
        i.fa,
        i.vk{
          color: @grey-sand !important;
          font-size: 22px !important;
          line-height: 28px !important;
          height: 28px !important;
          width: auto !important;
        }
        i.vk {
          font-size: 24px !important;
        }
      }
    }
  }
}*/
.contact-sidebar .social-links a {
    background: #fdb267;
}

.contact-sidebar .social-links li {
    line-height: 36px !important;
    background: #ffffff !important;
}

.contact-content {
    padding-bottom: 50px;
}

.contact-content h2 {
    text-align: center;
}

.contact-content,
.contact-content p {
    line-height: 25px;
    font-size: 18px;
}

.contact-form-wrapper {
    padding-bottom: 110px;
    background: #ffffff;
}

.contact-form-wrapper h2 {
    text-align: center;
}

.contact-form-block {
    background: #fff6ed;
    padding: 50px 30px 60px 30px;
}

.contact-form-block .btn-wrapper,
.contact-form-block .submit-wrap {
    text-align: center;
}

.contact-form-block label {
    color: #3a3d36 !important;
}

.contact-page .contact-form input[type="text"],
.contact-page .contact-form textarea {
    padding: 10px 10px !important;
}

.contact-page .contact-form input[type="submit"] {
    float: none !important;
}

.copy-link {
    display: block;
    border-top: 1px solid #ea4031;
    line-height: 60px;
}

.news-categories {
    background: #ffffff !important;
    text-align: center;
    padding-top: 30px;
}

.news-categories .hmenu {
    border-bottom: 1px solid #f7dbbb;
}

.news-categories .hmenu li {
    display: inline-block;
    margin-bottom: -3px;
    line-height: 50px;
    list-style: none;
    font-size: 20px;
    padding: 0 15px;
    border-bottom: solid 5px transparent;
}

.news-categories .hmenu li.active {
    border-bottom: solid 5px #ea4031;
}

.news-categories .hmenu li.active a {
    color: #3a3d36 !important;
    cursor: default;
}

.post.category-promo,
.post.promo-item,
.post.category-discount {
    background: #fff6ed;
}

.post.category-promo .service-contents,
.post.promo-item .service-contents,
.post.category-discount .service-contents,
.blog-page .post .service-contents {
    padding-top: 25px;
}

.post.category-promo .entry-content p,
.post.promo-item .entry-content p,
.post.category-discount .entry-content p,
.blog-page .post .entry-content p {
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0.1px;
    color: #22252d;
}

.blog-post-single .post.category-promo,
.blog-post-single .post.promo-item,
.blog-post-single .post.category-discount,
.blog-post-single .blog-page .post {
    background: #fff;
}

.blog-post-single .post.category-promo,
.blog-post-single .post.promo-item {
    background: none;
}

.promo-noimage {
    background: #85bb3b url("img/promo_background.png");
    background-position: bottom;
    background-repeat: no-repeat;
    text-align: center;
    color: #ffffff !important;
}

.promo-noimage .service-contents {
    padding: 30px;
}

.promo-noimage .service-contents h3 a {
    color: #ffffff;
}

.number {
    padding: 0 100px;
}

.number span {
    display: block;
    color: #ffab00;
    font-family: 'proxima_nova_rgbold';
    font-size: 30px;
    line-height: 40px;
    padding: 10px 35px;
    margin-bottom: 10px;
    background-color: #fff6ed;
}

.number p {
    padding: 0 35px;
}

/*
*/
.entry-content table {
    border: none;
}

.entry-content table thead {
    background: #f7dbbb;
}

.entry-content table thead td,
.entry-content table thead th {
    color: #3a3d36;
}

.entry-content table thead td.last,
.entry-content table thead th.last {
    background: #ea4031;
    font-family: 'proxima_nova_rgbold';
}

.entry-content table td {
    padding: 15px 20px 15px 20px;
    line-height: 20px;
    font-size: 16px;
    color: #3a3d36;
    border: none !important;
}

.entry-content table tr {
    border: none;
    border-bottom: 1px solid #f7dbbb;
}

.entry-content table tbody .last {
    background: #fff6ed;
    font-family: 'proxima_nova_rgbold';
}

.entry-content table.custom-table thead {
    background: #f7dbbb;
}

.entry-content table.custom-table thead td,
.entry-content table.custom-table thead th {
    color: #3a3d36;
}

.entry-content table.custom-table thead td:last-child,
.entry-content table.custom-table thead th:last-child {
    background: #ea4031;
    font-family: 'proxima_nova_rgbold';
}

.entry-content table.custom-table tbody td:last-child {
    background: #fff6ed;
    font-family: 'proxima_nova_rgbold';
}

/*
*/
.glossary-posts {
    background: #ffffff;
    padding: 50px 0;
    overflow: hidden;
}

.glossary-item {
    margin-bottom: 60px;
}

.glossary-item .text-content {
    background: #fff6ed;
    padding: 10px;
}

.glossary-item .text-content .entry-summary {
    margin: 0 ! important;
}

.glossary-item .text-content .for-border {
    margin: 15px 0;
}

.glossary-list {
    margin-bottom: 80px;
    text-align: center;
    padding-top: 50px;
}

.glossary-list .speciality-filters {
    display: none;
}

.glossary-list h2 {
    text-align: center;
}

.glossary-list .first-letter {
    margin-top: 35px;
    position: relative;
}

.glossary-list .first-letter:before {
    content: "";
    display: block;
    height: 4px;
    background: #f4f5ee;
    width: 120px;
    position: absolute;
    top: -20px;
    left: 20px;
}

.glossary-list .list-content {
    padding-top: 30px;
}

.glossary-list .list-content div[class*=col]>*:first-child {
    margin-top: 0 !important;
}

.glossary-list .list-content div[class*=col]>*:first-child:before {
    display: none;
}

.glossary-list .group-item {
    position: relative;
    padding-left: 20px;
    line-height: 15px;
    margin-bottom: 5px;
}

.glossary-list .group-item span {
    position: absolute;
    top: 0;
    left: 0;
    font-family: 'proxima_nova_rgbold';
    font-size: 16px;
    display: block;
    width: 10px;
    text-align: center;
}

/*
*/
.services-list-page {
    background: #ffffff;
    padding-top: 50px;
}

.prices-table table {
    border: none;
    width: 100%;
}

.prices-table table td {
    border: none;
    background: #fff6ed;
    padding: 5px 0;
    min-height: 50px;
}

.prices-table table td.last-col {
    width: 140px;
    background: #ffffff;
}

.prices-table table td.last-col .btn {
    width: 140px;
    padding: 9px 0;
    height: 30px;
    line-height: normal;
}

.prices-table table td.price-col {
    width: 160px;
    padding-left: 30px;
}

.prices-table table tr {
    border-bottom: 10px solid #ffffff;
}

.prices-table .no-btn-text {
    padding: 0 15px;
    float: right;
    line-height: 20px;
    max-width: 195px;
}

.prices-table .no-btn-text strong {
    white-space: nowrap;
}

.prices-table .service-price {
    font-size: 18px;
    font-family: 'proxima_nova_rgbold';
}

.prices-table .service-title {
    font-size: 16px;
    line-height: 20px;
}

.prices-table .service-result {
    font-size: 12px;
    display: block;
}

.prices-table .service-title,
.prices-table .service-result {
    padding: 0 30px;
}

.prices-table .info-text strong {
    white-space: nowrap;
}

/*
*/
.apoinments-page {
    background: #ffffff;
}

.appoint-section {
    border: 70px solid #3a3c41;
    border-radius: 5px;
    background: #ffffff;
    position: relative;
}

.appoint-section .top-icon {
    position: absolute;
    top: -50px;
    left: 50%;
    margin-left: -110px;
    width: 221px;
    height: 81px;
    background: url(img/top-icon.png);
}

.appoint-section-content {
    border-bottom: 1px solid #c4c4c4;
}

.appoint-section-inner {
    padding: 30px 0 125px;
    border-bottom: 1px solid #dddede;
}

.appoint-section-wrap {
    border-bottom: 5px solid #292b30;
    background: #292b30;
    border-radius: 5px;
    margin: 50px 0 125px 0;
}

.appoint-section .nav-tabs {
    border: none;
}

.appoint-section .nav-tabs li {
    width: 50%;
}

.appoint-section .nav-tabs li a {
    height: 70px;
    font-size: 20px;
    line-height: 69px;
    background: #fff6ed;
    border: none;
    border-bottom: #f7dbbb 1px solid;
    padding: 0 30px;
    -webkit-transition-property: background-color color;
    transition-property: background-color color;
}

.appoint-section .nav-tabs li.active a {
    border: none;
    border-bottom: 4px solid #ea4031;
    background: #ffffff;
    color: #3a3d36;
    padding: 0 0;
    margin: 0 30px;
}

.appoint-form {
    padding: 40px 30px 0 30px;
    position: relative;
}

.appoint-form.blind:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #ffffff;
    opacity: 0.8;
    filter: alpha(opacity=80);
}

.appoint-form .step-title {
    font-family: 'proxima_nova_rgbold';
    font-size: 24px;
    line-height: 30px;
    margin-bottom: 10px;
    clear: both;
}

.appoint-form label {
    display: block;
    font-size: 16px;
}

.appoint-form label span {
    color: #fc3802;
}

.appoint-form label span.agreement-comment {
    font-size: 10px;
    line-height: 15px;
    display: block;
}

.appoint-form textarea {
    min-height: 90px;
    margin-bottom: 0;
    display: block;
}

.appoint-form input[type="text"] {
    margin-bottom: 15px;
    padding: 9px 10px !important;
    font-size: 16px;
}

.appoint-form input[type="checkbox"] {
    -webkit-appearance: checkbox;
    -webkit-border-radius: inherit;
}

.appoint-form input[type="checkbox"].agreement {
    float: left;
}

.appoint-form .agreement-label {
    padding-left: 30px;
    font-size: 15px !important;
}

.appoint-form .parsley-error {
    border-color: #fc3802 !important;
}

.appoint-form input[type="submit"] {
    padding: 10px 25px !important;
    margin-bottom: 20px;
    margin-top: 15px;
    font-size: 18px;
}

.appoint-form input[type="submit"].disabled {
    background: #f7dbbb !important;
    opacity: 1 !important;
}

.appoint-form input[type="submit"].active {
    background: #fc3802 !important;
    -webkit-transition-property: background-color;
    transition-property: background-color;
    -webkit-transition-duration: 0.2s;
    transition-duration: 0.2s;
}

.appoint-form input[type="submit"].active:hover {
    background: #b10101 !important;
}

.after-submit {
    position: relative;
    z-index: 999;
}

.autocmplete-wrapper {
    position: relative;
}

.additional-fields {
    display: none;
}

.autocomplete {
    position: absolute;
    top: 39px;
    left: 0;
    border: 1px solid #dcdee4;
    background: #ffffff;
    width: 100%;
    z-index: 999;
}

.autocomplete ul {
    padding: 0;
    margin: 0;
}

.autocomplete li {
    list-style: none;
    padding: 0;
}

.autocomplete li a {
    padding: 5px 10px;
    font-size: 15px;
    line-height: 20px;
    color: #3a3d36;
    display: block;
}

.autocomplete li a:hover {
    background: #f7dbbb;
}

.appoint-info {
    line-height: 20px;
}

.appoint-info.success {
    background-color: #ea4031;
    color: #fff;
    padding: 15px 20px;
    z-index: 99;
    position: relative;
}

.appoint-info-date {
    margin-top: 10px;
}

.appoint-info-top {
    padding-top: 27px;
}

.form-row {
    margin-bottom: 35px;
    font-size: 0;
}

.form-col,
.form-col-small,
.form-col-big {
    vertical-align: top;
    display: inline-block;
    padding-right: 30px;
    font-size: 14px;
}

.form-col {
    width: 37.5%;
}

.form-col-big {
    width: 75%;
}

.form-col-small {
    width: 25%;
}

.col-bottom {
    vertical-align: bottom;
    padding-bottom: 150px;
}

.calendar-wrapper.loading,
.time-periods-wrapper.loading {
    background: transparent url('img/loader.gif') no-repeat center center;
}

.calendar-wrapper.loading *,
.time-periods-wrapper.loading * {
    display: none;
}

.calendar-wrapper.loading {
    min-height: 250px;
}

.time-periods-wrapper.loading {
    min-height: 86px;
}

.calendar-table {
    width: 100%;
    text-align: center;
}

.calendar-table tbody td {
    border-width: 3px;
    border-color: #ffffff;
    font-family: 'proxima_nova_rgbold';
}

.calendar-table thead {
    background: #ffab00;
    font-size: 12px;
}

.calendar-table thead td {
    border: none;
    color: #ffffff !important;
    text-transform: uppercase;
    line-height: 25px;
}

.calendar-table thead .month {
    font-size: 20px;
    font-family: 'proxima_nova_rgbold';
    text-transform: none;
    line-height: 30px;
    padding-top: 10px;
}

.calendar-table .day {
    display: block;
    width: 100%;
    line-height: 35px;
}

.calendar-table span.day {
    background: #fff6ed;
}

.calendar-table span.day.vacant {
    color: #3a3d36;
    background: #f7dbbb;
    cursor: pointer;
}

.calendar-table span.day.active {
    background: #fc3802;
    color: #ffffff;
}

.today {
    position: relative;
}

.today:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 2px solid #ea4031;
}

.today.active:before {
    border: 2px solid #fc3802;
}

.inactive span.day.vacant,
.inactive span.time-item.vacant {
    cursor: default;
}

.inactive span.day.active,
.inactive span.time-item.active {
    opacity: 1;
    filter: alpha(opacity=100);
}

.appoint-info-block {
    background: #fff6ed;
    text-align: center;
    padding: 50px 10px;
    font-size: 16px;
    line-height: 20px;
    margin-bottom: 30px;
}

.appoint-info-doctor {
    background: #fff6ed;
    padding: 15px;
}

.appoint-info-doctor img {
    float: left;
    width: 75px;
}

.appoint-info-doctor .doctor-name {
    display: block;
    color: #3a3d36;
    font-size: 14px;
    line-height: 20px;
}

.appoint-info-doctor .doctor-name span {
    display: block;
    margin-left: 85px;
}

.appoint-info-doctor .doctor-name span:after {
    content: "";
    display: inline-block;
    width: 9px;
    height: 9px;
    background: url(img/link-target.png);
    margin-left: 5px;
}

.appoint-info-doctor .for-border {
    margin: 10px 0;
}

.appoint-info-doctor .more-doctors {
    font-size: 12px;
}

.time-periods {
    overflow: hidden;
}

.time-item {
    display: block;
    float: left;
    background: #fff6ed;
    border-left: 3px solid #ffffff;
    border-bottom: 3px solid #ffffff;
    line-height: 40px;
    width: 7.69%;
    text-align: center;
    font-size: 12px;
    font-family: 'proxima_nova_rgbold';
}

.time-item.vacant {
    background: #f7dbbb;
    cursor: pointer;
}

.time-item.active {
    background: #fc3802;
    color: #ffffff;
}

/*
*/
.btn-group.bootstrap-select {
    overflow: hidden;
}

.bootstrap-select {
    max-width: 100%;
}

.bootstrap-select button.btn {
    max-width: 100%;
    background: #ffffff !important;
    color: #3a3d36 !important;
    position: relative;
    line-height: 38px;
    height: 40px;
    border: 1px solid #cccccc;
    padding: 0 50px 0 10px;
    overflow: hidden;
}

.bootstrap-select button.btn:hover {
    background: #ffffff !important;
}

.bootstrap-select button.btn .bs-caret {
    display: block;
    position: absolute;
    top: -1px;
    right: -1px;
    width: 40px;
    height: 40px;
    color: #ffffff;
    background: #ffab00;
}

.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    float: left;
    display: none;
    z-index: 1035;
    border: none;
    padding: 0;
    min-width: 100%;
}

.dropdown-menu .inner {
    float: none;
    position: static;
    background: #ffffff;
    border: 1px solid #cccccc;
    padding: 10px;
}

.dropdown-menu .inner .check-mark {
    display: none;
}

.dropdown-menu .inner li a {
    padding: 5px 0;
    line-height: 18px;
    cursor: pointer;
}

.open>.dropdown-menu {
    display: block;
    max-height: 300px !important;
}

/*
*/
.mean-container .mean-bar a.meanmenu-reveal,
.mean-container .mean-bar .mean-nav {
    background: #ea4031 !important;
}

.mean-container .mean-bar .mean-nav ul li a {
    border-color: #ea4031 !important;
}

.mean-container .mean-bar .mean-nav ul li.active>a,
.mean-container .mean-bar .mean-nav ul li.current-menu-item>a,
.mean-container .mean-bar .mean-nav ul li.current-menu-parent>a {
    border-color: #ffab00 !important;
    background: #ffab00 !important;
}

.jumbotron h1 {
    color: #ea4031;
}

/*
*/
.banner {
    background: #ffffff;
}

.banner-egorova {
    padding-top: 50px;
    padding-left: 50px;
    background: url(img/egorova.png) 0% 50% no-repeat;
    color: #ffffff;
}

.banner-egorova * {
    max-width: 550px;
}

.banner-egorova span {
    display: block;
    font-size: 48px;
    line-height: 50px;
    margin-bottom: 10px;
}

.banner-egorova p {
    line-height: 25px;
    margin-bottom: 25px;
}

.banner-egorova .btn {
    background: #fcdb57 !important;
    color: #3a3c41 !important;
    margin-bottom: 70px;
}

.banner-egorova .btn:hover {
    background: #fff6ed !important;
}

#swipebox-overlay,
#swipebox-caption,
#swipebox-action {
    background: #333;
    opacity: 1;
    filter: alpha(opacity=100);
}

#swipebox-action #swipebox-close {
    right: 40px;
    left: auto;
}

#swipebox-prev,
#swipebox-next {
    display: none;
}

#swipebox-action {
    top: -50px;
}

#swipebox-action.visible-bars,
#swipebox-action.force-visible-bars {
    top: 0;
    bottom: auto;
}

#swipebox-caption {
    bottom: -50px;
}

#swipebox-caption.visible-bars,
#swipebox-caption.force-visible-bars {
    bottom: 0 !important;
    top: auto !important;
}

@media (max-width: 1200px) {
    .header-top .p span:first-child {
        font-size: 0;
    }

    .header-top .p span:first-child a {
        font-size: 14px;
    }

    .home-slider .slides .slide-content {
        padding-top: 30px;
    }

    .custom-block {
        padding: 15px 20px;
        height: 155px;
    }

    .custom-block p {
        font-size: 13px;
        line-height: 18px;
    }

    #header {
        text-align: center;
    }

    #header .logo {
        float: none;
    }

    nav.main-menu {
        text-align: center;
        float: none;
    }

    nav.main-menu ul>li {
        display: inline-block;
        float: none;
    }
}

@media (max-width: 991px) {

    .appoint-info-doctor {
        margin-bottom: 15px;
        text-align: center;
    }

    .appoint-info-doctor img {
        float: none;
        margin: auto;
        margin-bottom: 10px;
    }

    .appoint-info-doctor .doctor-name {
        margin: 0;
    }

    .appoint-info-doctor .doctor-name span {
        margin: 0;
        text-align: center;
    }

    .banner-egorova {
        background-position: 50% 50%;
        padding-top: 50px;
        padding-left: 30px;
    }

    .banner-egorova * {
        max-width: 350px;
    }

    .banner-egorova span {
        font-size: 36px;
        line-height: 40px;
    }

    .glossary-list .list-content div[class*=col]>.first-letter:first-child {
        margin-top: 35px !important;
    }

    .glossary-list .list-content div[class*=col]>.first-letter:first-child:before {
        display: block;
    }

    /*.glossary-navigation {
      a.prev, a.next {
        width: 30px;
        font-size: 0;
        span {
          font-size: 0;
        }
      }
    }*/
    .glossary-navigation a.prev,
    .glossary-navigation a.next {
        display: none;
    }

    .appoint-section {
        border: none;
    }

    .appoint-section .top-icon {
        display: none;
    }

    .appoint-section-wrap,
    .appoint-section-content,
    .appoint-section-inner {
        border-bottom: none !important;
        background: #ffffff !important;
    }

    .appoint-section-inner {
        padding: 0;
    }

    .header-top {
        text-align: left !important;
    }

    .header-top .p span {
        padding-left: 30px;
    }

    .header-top .p span a {
        display: none;
    }

    .header-top .p span a.telp {
        display: inline-block;
    }

    .slider-custom-blocks .container {
        padding: 0 10px;
    }

    .custom-block {
        height: 180px;
    }

    .home-slider .content-wrapper {
        display: block !important;
    }

    .home-slider .slides .slide-content {
        display: block;
        width: 80%;
        margin: auto;
        text-align: center;
        background: none;
    }

    .social-links li strong {
        display: none;
    }

    .appoint-section .nav-tabs li a {
        font-size: 16px;
    }
}

/*
*/
.selectpicker {
    display: none;
}

@media (max-width: 767px) {
    .bread-crumb .breadcrumb {
        margin-top: 10px;
    }

    .banner-egorova {
        background: none;
        padding-top: 0px;
        padding-left: 0px;
    }

    .banner-egorova * {
        max-width: 100%;
        color: #3a3d36;
    }

    .banner-egorova span {
        padding-top: 20px;
        font-size: 24px;
        line-height: 30px;
    }

    .banner-egorova p {
        line-height: 20px;
    }

    .dropdown-menu {
        max-width: 100%;
    }

    .dropdown-menu>li>a {
        white-space: normal;
    }

    .header-top .row .p:first-child {
        display: none;
    }

    .header-top .row span {
        padding-left: 5px !important;
    }

    .header-top .row span strong a {
        display: inline-block;
        padding: 0;
        margin: 0;
    }

    .header-top br.visible-xs {
        display: none !important;
    }

    .header-top .apointments-but {
        width: 180px !important;
        padding: 0 !important;
        font-size: 14px;
    }

    .header-top .apointments-but span {
        padding: 0 !important;
    }

    .appoint-section-wrap {
        margin: 0 -15px;
    }

    .mean-container .mean-bar {
        background: #ea4031 !important;
    }

    .custom-block {
        height: auto;
        width: 100%;
        float: none;
        padding: 20px;
    }

    .flexslider {
        margin-bottom: 30px;
    }

    .home-slider .slides li,
    .home-slider .slides .slider-bg {
        height: 315px;
        background-size: cover;
    }

    .home-slider .content-wrapper {
        left: 0;
    }

    .home-slider .slide-content {
        display: none !important;
        margin: 0 !important;
        width: 100% !important;
    }

    .home-slider .slide-content p {
        display: none;
    }

    .home-slider .slide-content h1 {
        font-size: 30px;
        line-height: 45px;
    }

    .slider-custom-blocks {
        position: relative;
        margin-top: -30px;
        z-index: 999;
    }

    .home-testimonial .flexslider-three .flex-direction-nav {
        display: none;
    }

    .prices-table table {
        text-align: center;
    }

    .prices-table table td {
        display: block;
        width: 100% !important;
        padding: 10px 0;
    }

    .prices-table table td.last-col {
        text-align: center;
        padding: 0 !important;
    }

    .prices-table table td.price-col {
        padding: 0 30px 10px 30px;
    }

    .prices-table table td .no-btn-text {
        padding: 0 30px;
        float: none;
        max-width: 100%;
    }

    .form-col,
    .form-col-small,
    .form-col-big {
        width: 100%;
        display: block;
    }

    .appoint-section .nav-tabs li {
        margin: 0;
        display: block;
        width: 100%;
    }

    .appoint-section table {
        margin-bottom: 15px;
    }

    .appoint-section input[type="submit"] {
        display: block;
        width: 100%;
    }

    .appoint-info-doctor {
        margin-bottom: 15px;
        text-align: center;
    }

    .appoint-info-doctor img {
        margin: auto;
        margin-bottom: 10px;
    }

    .appoint-info-doctor .doctor-name {
        margin: 0;
    }

    .appoint-info-top {
        padding-top: 0;
    }

    .time-periods {
        margin-bottom: 15px;
    }

    .time-item {
        width: 20%;
    }

    .bootstrap-select {
        margin-bottom: 15px;
    }

    /*.form-row {
      margin-bottom: 35px;
      font-size: 0;
    }*/
    .jumbotron h1 {
        font-size: 100px;
    }

    .bottom-text .text-inner {
        -webkit-columns: 1;
        -moz-columns: 1;
        columns: 1;
    }

    .number {
        padding: 0;
    }
}

a.telp {
    color: black;
}

.b-callback-link {
    cursor: pointer;
}

.b-callback {
    width: 300px;
    margin: auto;
    text-align: center;
    position: absolute;
    /*display: none;*/
}

.b-callback .l-line {
    height: 50px;
    background: #faf6e9;
    position: relative;
    z-index: 9999;
    font-size: 13px;
    overflow: visible;
}

.b-callback a {
    color: #ae1220;
}

.b-callback-block {
    display: block;
    position: absolute;
    /*top: 50px;*/
    left: 0;
    z-index: 999;
    background: #faf6e9;
    padding: 15px 40px 19px !important;
    display: none;
}

.b-callback-block p {
    margin-bottom: 0px !important;
    padding-bottom: 15px !important;
    font-family: 'gotham', Arial !important;
    color: #666;
    font-size: 14px !important;
    line-height: 20px;
}

.b-callback input[type="text"] {
    margin-bottom: 30px;
}

.b-callback input[type="text"] {
    line-height: 48px;
    height: 50px;

    font-size: 16px;
    color: #000000;
    padding: 0 20px;
    border: 1px solid #ccc;
    font-weight: 600;
    width: 100%;
    display: block;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.b-callback-block .g-error {
    background: #f3dcde;
}

.b-callback-block .b-but-red {
    border: 0;
    width: 100%;
    font-size: 16px;
    letter-spacing: 0.5px;
    height: 60px;
    padding: inherit;
}

.b-but-red {
    background: #ea4031 !important;
    color: #fff;
    padding: 0 35px;
    display: inline-block;
    zoom: 1;
    line-height: 60px;
    font-family: 'gothamedium';
    border-radius: 3px;
    border: 1px solid #fff;
    transition: all linear 0.2s;
}

.b-but-red:hover {
    background: #fff !important;
    color: #ea4031 !important;
    border: 1px solid #ea4031;
}

.g-but,
.hover .g-but:hover {
    text-decoration: none;
    -webkit-transition: background-color 0.5ms linear, color 0.5ms linear;
    -moz-transition: background-color 0.5ms linear, color 0.5ms linear;
    -ms-transition: background-color 0.5ms linear, color 0.5ms linear;
    -o-transition: background-color 0.5ms linear, color 0.5ms linear;
    transition: background-color 0.5ms linear, color 0.5ms linear;
}

.b-phone-link {
    color: #ae1220;
    border-color: #ae1220;
    background: none;
    float: left;
    line-height: 20px;
    padding-left: 40px;
    padding-right: 40px;
}

.callback-loader img {
    display: none;
}

.fixedMenu a.appoint {
    font-size: 0.95em;
    color: white;
    display: block;
    float: right;
    padding: 10px 0px;
    font-family: 'gothamedium';
    border-radius: 3px;
    background-color: #ec4630;
    text-align: center;
    border: 1px solid #ec4630;
}

.fixedMenu a.appoint:hover {
    background-color: white;
    color: #ec4630;
    text-decoration: none;
}

.fixedMenu nav.main-menu {
    line-height: normal;
    margin-top: 0px !important;
}

.fixedMenu .logo_white img {
    height: 40px;
}

.blog-page header,
.blog-post-single header,
.side-content header {
    position: relative !important;
    z-index: inherit !important;
}


.close-map {
    position: absolute !important;
    right: 0px;
    top: 0px;
    color: white;
    font-size: 22px;
    background: transparent !important;
    margin: 0 !important;
    cursor: pointer;
}

.blog-page {
    padding-top: 0px;
}

.doctor-page-s-text {
    margin: 0 0 20px 0;
}

.blog-page .post.category-discount {
    margin-bottom: 20px;
}

 /* TODO: rewrite in human style (contacts) */
#content_>div.contact-page.clearfix>div>div>h1 {
    padding-left: 30px;
    padding-bottom: 15px;
}

#content_>div.contact-page.clearfix>div>div>div:nth-child(2)>div>article>div>div:nth-child(1)>div.col-lg-10.col-md-10.col-sm-10>div>div:nth-child(1)>div.sm {
    font-weight: 700;
}

#content_>div.contact-page.clearfix>div>div>div:nth-child(2)>div>article>div>div:nth-child(1)>div.col-lg-10.col-md-10.col-sm-10>div>div:nth-child(2)>div {
    font-size: 24px;
}

#content_>div.contact-page.clearfix>div>div>div:nth-child(2)>div>article>div>div:nth-child(1)>div.col-lg-2.col-md-2.col-sm-2>div {
    font-weight: bold;
    padding-top: 0;
}

#content_ > div.contact-page.clearfix > div > div > div:nth-child(2) > div > article > div > div:nth-child(1) > div.col-lg-2.col-md-2.col-sm-2 {
    padding-left: 0;
}
@media (max-width: 780px) {

    #content_>div.contact-page.clearfix>div>div>div:nth-child(2)>div>article>div>div:nth-child(1)>div.col-lg-10.col-md-10.col-sm-10,
    #content_>div.contact-page.clearfix>div>div>div:nth-child(2)>div>article>div>div:nth-child(1)>div.col-lg-2.col-md-2.col-sm-2 {
        padding: 0;
    }

    #content_>div.contact-page.clearfix>div>div>div:nth-child(2)>div>article>div>div:nth-child(1)>div.col-lg-2.col-md-2.col-sm-2>div {
        font-size: 18px;
        font-weight: 700;
    }

    #content_>div.contact-page.clearfix>div>div>div:nth-child(2)>div>article>div>div:nth-child(1)>div.col-lg-10.col-md-10.col-sm-10>div>div:nth-child(1)>div.sm {
        font-weight: 500;
        padding-bottom: 15px;
    }

    #content_>div.contact-page.clearfix>div>div>div:nth-child(2)>div>article>div>div:nth-child(1)>div.col-lg-10.col-md-10.col-sm-10>div>div:nth-child(2)>div {
        font-size: 24px;
        font-weight: 700;


    }

    #content_>div.contact-page.clearfix>div>div>div:nth-child(2)>div>article>div>div:nth-child(5)>div>div.col-lg-5.col-md-5.col-sm-5>p:nth-child(4)>b,
    #content_>div.contact-page.clearfix>div>div>div:nth-child(2)>div>article>div>div:nth-child(5)>div>div.col-lg-5.col-md-5.col-sm-5>p:nth-child(1)>b,
    #content_>div.contact-page.clearfix>div>div>div:nth-child(2)>div>article>div>div:nth-child(5)>div>div.col-lg-7.col-md-7.col-sm-7>p:nth-child(1)>b {
        font-size: 18px;
    }

    #content_>div.contact-page.clearfix>div>div>h1 {
        padding-bottom: 0;
    }

}