body,
html {
    margin: 0;
    padding: 0;
    width: 100%;
    min-height: 100%
}

body {
    background: #fff;
    font: 400 16px/1.4 Roboto, sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%
}

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

img {
    max-width: 100%;
    height: auto
}

.row-flex {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    webkit-box-direction: normal;
    -webkit-box-orient: horizontal;
    -moz-box-direction: normal;
    -moz-box-orient: horizontal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.row-flex::before {
    width: 100%;
}

.flex-stretch {
    -webkit-box-align: stretch;
    -mox-box-align: stretch;
    -ms-flex-align: stretch;
    -webkit-align-items: stretch;
    align-items: stretch
}

@font-face {
    font-family: IconsFont;
    src: url(assets/fonts/icons/IconsFont.eot?v5ijy2);
    src: url(assets/fonts/icons/IconsFont.eot?v5ijy2#iefix) format('embedded-opentype'), url(assets/fonts/icons/IconsFont.ttf?v5ijy2) format('truetype'), url(assets/fonts/icons/IconsFont.woff?v5ijy2) format('woff'), url(assets/fonts/icons/IconsFont.svg?v5ijy2#IconsFont) format('svg');
    font-weight: 400;
    font-style: normal
}

[class*=" fa-"],
[class^=fa-] {
    font-family: IconsFont;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-decoration: inherit;
    text-align: center;
    text-transform: none;
    speak: none;
    display: inline-block;
    line-height: 1em;
    width: 1em;
    margin-right: .2em;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.btn.active.focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn:active:focus,
.btn:focus,
:active,
:focus {
    outline: 0
}

.btn,
.btn-lg {
    font-weight: 700;
    border-radius: 6px;
    padding: 0 20px
}

.image-center img {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%)
}

.banner .trigger .name,
.btn,
.btn-lg,
.header .menu .nav a,
.tabs .nav>li>a,
a.link.more-reviews,
a.link.more-pl {
    text-transform: uppercase
}

.fa-arrow:before {
    content: "\e900"
}

.fa-gplus:before {
    content: "\e901"
}

.fa-user:before {
    content: "\e902"
}

.fa-eye:before {
    content: "\e903"
}

.fa-location:before {
    content: "\e904"
}

.fa-youtube:before {
    content: "\e905"
}

.fa-search:before {
    content: "\e906"
}

.fa-star:before {
    content: "\e907"
}

.fa-linkedin:before {
    content: "\e908"
}

.fa-vk:before {
    content: "\e909"
}

.fa-twitter:before {
    content: "\e90a"
}

.fa-tumblr:before {
    content: "\e90b"
}

.fa-fb:before {
    content: "\e90c"
}

.fa-mail:before {
    content: "\e90d"
}

.fa-phone:before {
    content: "\e90e"
}

.fa-download:before {
    content: "\e90f"
}

.fa-clock:before {
    content: "\e910"
}

.fa-instagram:before {
    content: '\f32d'
}

.fa-filter:before {
    content: '\e800'
}

.bs-select .dropdown-toggle::before,
.columns::after,
.columns::before,
.label::after,
.label::before,
.lang-switcher>a::before,
.tooltip.top .tooltip-arrow::before {
    content: ''
}

.btn {
    font-size: 14px;
    line-height: 42px;
    height: 42px
}

.btn-lg {
    font-size: 16px;
    line-height: 52px;
    height: 52px
}

.btn-orange,
.btn-orange:focus,
.btn-orange:hover {
    color: #fff;
    background: #ff8f39
}

.btn-red,
.btn-red:focus,
.btn-red:hover {
    color: #fff;
    background: #ff3939
}

.btn-white,
.btn-white:focus,
.btn-white:hover {
    color: #ff8e3b;
    background: #fff;
    border-color: #ff8e3b
}

.bs-select {
    position: relative
}

.bs-dropdown {
    width: 100%;
    z-index: 3000
}

.bs-searchbox {
    padding: 5px 20px 10px
}

.bs-searchbox input {
    width: 100%;
    padding: 0 10px;
    line-height: 34px;
    border: 1px solid rgba(0, 0, 0, .1);
    height: 34px
}

.bs-dropdown ul {
    list-style: none;
    padding: 0;
    margin: 0;
    max-height: 418px;
    overflow-y: auto
}

.bs-dropdown ul>li>a {
    cursor: pointer;
    color: #444;
    display: block;
    padding: 5px 20px;
    font-size: 14px;
    line-height: 2;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden
}

.bs-dropdown .no-results {
    padding: 10px 0 0
}

.bs-dropdown ul>li>a:focus,
.bs-dropdown ul>li>a:hover {
    color: #262626;
    text-decoration: none;
    background-color: #f5f5f5;
    outline: 0
}

.bs-dropdown ul>.active>a,
.bs-dropdown ul>.active>a:focus,
.bs-dropdown ul>.active>a:hover {
    color: #fff;
    text-decoration: none;
    background-color: #ff8f39;
    font-weight: 500
}

.bs-select .dropdown-toggle,
select.selectpicker {
    background: #fff;
    border: 1px solid #bfe8dd;
    color: #444;
    font-size: 14px;
    line-height: 56px;
    display: inline-block;
    padding: 0 48px 0 20px;
    position: relative;
    width: 100%;
    white-space: nowrap
}

.bs-select .dropdown-toggle a {
    color: #444;
}

.bs-select .dropdown-toggle .filter-option {
    white-space: nowrap;
    max-width: 100%;
    text-overflow: ellipsis;
    overflow: hidden
}

.bs-select select {
    display: none
}

select.selectpicker {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-image: url(assets/images/appearance.png);
    background-repeat: no-repeat;
    background-position: right 20px center
}

.bs-select .dropdown-toggle::before {
    display: block;
    position: absolute;
    border-top: 4px solid #619bc6;
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    top: 50%;
    margin-top: -2px;
    right: 20px
}

.bs-select .dropdown-toggle:active,
.bs-select.open .dropdown-toggle {
    -webkit-box-shadow: none;
    box-shadow: none
}

.bs-select .hide-filter {
    display: none
}

body.modal-open {
    overflow: hidden;
}

.modal {
    padding: 60px 15px 0;
}

.form-success .modal-header {
    color: #fff;
    background: #20ce97
}

.form-success .modal-content {
    border-radius: 2px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, .35);
    border: none
}

.form-success .close:focus,
.form-success .close:hover {
    color: #fff
}

.modal-body {
    color: rgb(104, 104, 104);
    font-size: 15px;
    line-height: 20px;
    text-align: center;
    padding: 30px 15px 35px;
}

.lang-switcher {
    display: inline-block
}

.lang-switcher>a {
    color: #16a276;
    font-size: 14px;
    line-height: 36px;
    position: relative;
    padding-right: 12px
}

.lang-switcher .dropdown-menu {
    left: auto;
    right: 0;
    min-width: 75px
}

.columns,
.more-services {
    min-width: 100%
}

.lang-switcher .dropdown-menu>li>a {
    padding: 10px 15px;
    line-height: 1
}

.lang-switcher>a::before {
    display: block;
    position: absolute;
    border-top: 3px solid;
    border-left: 3px solid transparent;
    border-right: 3px solid transparent;
    right: 0;
    top: 50%;
    margin-top: -1px
}

.navbar {
    min-height: auto;
    margin: 0;
    border: 0
}

.tooltip-inner {
    max-width: 460px;
    padding: 20px;
    color: #6f6f6f;
    text-align: left;
    background-color: #fff;
    border-radius: 0;
    border: 1px solid #d4e0dc;
    box-shadow: 3px 4px 16px rgba(0, 0, 0, .08)
}

.tooltip.top {
    padding: 0;
    background: #fff;
    font-size: 15px;
    line-height: 28px;
    color: #6f6f6f;
    opacity: 1
}

.tooltip.top .tooltip-arrow {
    bottom: -9px;
    left: 60px!important;
    margin-left: -9px;
    border-width: 9px 9px 0;
    border-top-color: #d4e0dc
}

.tooltip.top .tooltip-arrow::before {
    display: block;
    position: absolute;
    border-width: 9px 9px 0;
    border-style: solid;
    border-color: #fff transparent transparent;
    top: -10px;
    left: -9px
}

.label {
    border-radius: 0;
    font-size: 14px;
    font-weight: 700;
    line-height: 38px;
    display: inline-block;
    padding: 0 20px
}

.img .label,
a .label {
    position: absolute
}

.label::after,
.label::before {
    display: block;
    position: absolute
}

.label::before {
    border-right: 7px solid;
    border-top: 4px solid transparent;
    border-bottom: 4px solid transparent;
    left: 0;
    top: -4px;
    bottom: -4px;
    z-index: 0
}

.label::after {
    top: 0;
    bottom: 0;
    left: 0;
    width: 15px;
    z-index: 1
}

.label-green,
.label-green::after {
    background-color: #20ce97;
    color: #fff
}

.label-green::before {
    color: #046647
}

.label-orange,
.label-orange::after {
    background-color: #ff8e3b;
    color: #fff
}

.label-orange::before {
    color: #9a5522
}

.label-white {
    border: 1px solid #e9e9e9
}

.label-white,
.label-white::after {
    background-color: #fff;
    color: #737373
}

.label-white::before {
    color: #8b8b8b
}

.dropdown-menu {
    border-radius: 0;
    box-shadow: 0 2px 16px rgba(0, 55, 38, .24)
}

.open .dropdown-menu {
    display: block
}

.dropdown-menu>li>a {
    color: #444;
    cursor: pointer;
    padding: 5px 20px;
    font-size: 14px;
    line-height: 2
}

.dropdown-menu>.active>a,
.dropdown-menu>.active>a:focus,
.dropdown-menu>.active>a:hover {
    color: #fff;
    text-decoration: none;
    background-color: #1ec590;
    font-weight: 500
}

.pagination {
    font-size: 0;
    text-align: center;
    margin-top: 36px;
    width: 100%
}

.header #main-menu,
.header .appointment {
    text-align: justify;
    position: relative;
}

.header header .container {
    position: relative;
}

.search-field {
    position: absolute;
    right: -100%;
    top: 50%;
    margin-top: -22px;
    transition: all 0.5s;
}

.search-field.active {
    right: 15px;
}

.search-field input[type="text"] {
    height: 45px;
    /*line-height: 45px;*/
    font-size: 15px;
    width: 262px;
    padding: 0 34px 0 15px;
    border: none;
    box-shadow: -2px 6px 20px 2px rgba(0, 76, 52, 0.2);
}

.search-field input[type="text"]::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #1bc58f;
    opacity: 1; /* Firefox */
}

.search-field input[type="text"]:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #1bc58f;
}

.search-field input[type="text"]::-ms-input-placeholder { /* Microsoft Edge */
    color: #1bc58f;
}

.search-field i.fa-search {
    color: #20ce97;
    position: absolute;
    right: 8px;
    font-size: 19px;
    top: 50%;
    margin-top: -10px;
}

.pagination>li {
    display: inline;
    font-size: 16px;
    font-weight: 500
}

.pagination>li+li {
    margin-left: 13px
}

.pagination>li>a {
    cursor: pointer;
}

.pagination>li>a,
.pagination>li>span {
    border: 1px solid rgba(5, 87, 61, .15);
    border-radius: 50%;
    color: #838383;
    display: inline-block;
    float: none;
    font-size: 16px;
    font-weight: 500;
    line-height: 36px;
    width: 36px;
    padding: 0;
    height: 36px
}

.pagination>li>span {
    background: #ff8e3b;
    border-color: #ff8e3b;
    color: #fff
}

.pagination>li:first-child>a,
.pagination>li:first-child>span,
.pagination>li:last-child>a,
.pagination>li:last-child>span,
.pagination>li>a.next,
.pagination>li>a.prev {
    font-size: 10px;
    line-height: 36px;
    transform: rotate(90deg);
    width: 36px;
    margin: 0;
    border-radius: 50%;
    border-color: transparent;
    background: rgba(0, 0, 0, 0)
}

.pagination>li:last-child>a,
.pagination>li:last-child>span,
.pagination>li>a.next {
    transform: rotate(-90deg)
}

.social {
    list-style: none;
    margin: 0;
    padding: 0;
    overflow: hidden
}

.btn-filter-toggle {
    color: #fff;
    background: #ff8f39;
    line-height: 40px;
    height: 40px;
    padding: 0 10px;
    margin-bottom: 25px
}

.btn-filter-toggle.focus,
.btn-filter-toggle:focus,
.btn-filter-toggle:hover {
    color: #fff
}

.social li {
    float: left
}

.social li+li {
    margin-left: 6px
}

.social li a {
    background-color: #20ce97;
    border-radius: 50%;
    color: #fff;
    font-size: 13px;
    line-height: 26px;
    width: 26px;
    height: 26px;
    margin: 0;
    position: relative
}

.social li a::before {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%)
}

.social li a > span {
    height: 27px !important;
    width: 27px !important;
    opacity: 0;
}

.column,
.columns {
    position: relative
}

.social li a:hover {
    background-color: #ff8e3b
}

.columns {
    display: table;
    table-layout: fixed
}

.columns::after,
.columns::before {
    display: table
}

.columns::after {
    clear: both
}

.columns .column {
    display: table-cell;
    vertical-align: top;
    padding-left: 15px;
    padding-right: 15px
}

.columns .column:first-child,
.columns .column:first-of-type {
    padding-left: 0
}

.columns .column:last-child,
.columns .column:last-of-type {
    padding-right: 0
}

.header>.top {
    padding: 6px 15px;
    z-index: 10001;
}

.header>.top,
.header>.top-bg {
    position: absolute;
    left: 0;
    top: -75px;
    margin-top: 75px;
    right: 0;
    height: 48px;
    transition: top 0.5s ease-in-out;
}

.header>.top-bg {
    background: #fff;
    z-index: 10000;
}

.header.fx>.top-bg {

}

.header.fx>.top,
.header.fx>.top-bg {
    position: fixed;
    top: 0;
    margin-top: 0;
}

.modal-open .header.fx>.top {
    left: -15px;
}

.header.fx.anim > .top,
.header.fx.anim > .top-bg {
    top: 0;
}

.header header {
    background: #20ce97;
    padding-top: 48px;
    position: relative;
    left: 0;
    right: 0;
    top: -100px;
    transform: translate(0, 100px);
    transition: top 0.5s ease-in-out;
    z-index: 9999;
    overflow: hidden;
}

.header header.search-active {
    overflow: inherit;
}

.header.fx {
    height: 124px;
}

.header.fx .logo {
    margin: 5px 0;
    width: 42px;
    overflow: hidden;
    float: left;
}

@media (min-width: 992px) {
    .header.fx .logo {
        width: auto;
    }
}

.header.fx .logo img {
    max-width: initial;
    width: 130px;
}

.header.fx header {
    position: fixed;
    z-index: 9999;
    left: 0;
    right: 0;
    top: 0;
    transform: translate(0, 0);
    box-shadow: 0 0px 10px rgba(0,0,0,0.35);
}

.header.fx #main-menu {
    padding: 0;
    margin: 0 -15px;
}

.header .col {
    float: left;
    margin-right: 40px
}

.header .col h5 {
    margin: 0 0 7px;
    color: #313131
}

.header .col h5 a {
    font-size: 14px;
    font-weight: 400;
    color: #16a276;
    text-decoration: underline;
    margin-left: 10px
}

.header .col h5 a:hover {
    text-decoration: none
}

.header .col>a {
    color: #1c1c1c;
    font-size: 14px;
    font-weight: 300;
    display: inline-block;
    line-height: 36px;
}

.header .col>a i {
    color: #20ce97
}

a.sign-in {
    font-size: 14px;
    color: #16a276;
    line-height: 36px;
    position: relative;
    margin-left: 15px;
}

a.sign-in::before {
    content: '';
    display: block;
    width: 18px;
    height: 18px;
    background: url(assets/images/sign-in.png) no-repeat;
    position: absolute;
    left: -24px;
    top: 50%;
    margin-top: -10px;
}

a.sign-in:hover {
    text-decoration: underline;
}

.header .menu .nav a.sign-in {
    padding: 0;
}

.header .menu .nav a.sign-in::before {
    display: none;
}

.header .appointment>.btn {
    float: right;
    font-size: 13px;
    padding: 0 10px;
    line-height: 35px;
    height: 36px
}

.header .appointment .lang-switcher {
    float: left
}

.logo {
    display: inline-block;
    margin: 6px 0
}

.header .logo img,
.footer .logo img {
    width: 220px
}

.header #main-menu {
    padding: 0;
    margin: 10px -15px;
    box-shadow: none;
    border: none
}

.mtoggler {
    border: none;
    background: rgba(0, 0, 0, 0);
    cursor: pointer;
    padding: 6px;
    float: right;
    margin: 20px 0
}

.menu-toggler-parent {
    padding-left: 0;
    text-align: right;
}

a.search-button {
    color: #fff;
    margin: 26px 6px 0px 0;
    font-size: 18px;
    display: inline-block;
}

.icon-bar {
    border-bottom: 2px solid #fff;
    width: 20px;
    display: block;
    margin-top: 5px
}

.header .menu .nav a {
    color: #fff;
    font-size: 15px;
    font-weight: 700;
    line-height: 60px;
    padding: 0;
    white-space: nowrap
}

.header.fx .menu .nav a {
    line-height: 50px;
}

.header .menu .nav a:focus,
.header .menu a:hover {
    background: 0 0
}

.header .submenu {
    background: #e5fff7;
    height: 50px
}

.header .submenu ul {
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: justify;
    display: table;
    width: 100%;
    table-layout: fixed
}

.header .submenu ul li {
    display: table-cell;
    text-align: center
}

.header .submenu a {
    font-size: 14px;
    color: #368c71;
    line-height: 50px;
    display: block;
    padding: 0 18px
}

.search a i {
    font-size: 20px;
    display: inline-block;
    transform: translate(0, 3px);
}

.breadcrumb {
    background: rgba(0, 0, 0, 0);
    margin: 0 auto;
    padding: 10px 15px;
}

.breadcrumb:empty {
    display: none
}

.breadcrumb-right .breadcrumb {
    position: absolute;
    left: 0;
    right: 0;
    font-size: 0; /* Do not remove, this for display: inline-block; blocks spacing */
    text-align: right;
    z-index: 6000;
}

.breadcrumb li {
    float: left;
    position: relative;
}

.breadcrumb-right .breadcrumb li {
    float: none;
}

.breadcrumb li + li {
    padding-left: 15px;
}

.breadcrumb li + li::before {
    content: '';
    color: rgb(131, 131, 131);
    display: block;
    border-top: 1px solid;
    border-right: 1px solid;
    position: absolute;
    width: 6px;
    height: 6px;
    left: 3px;
    top: 5px;
    padding: 0;
    transform: rotate(45deg);
}

.breadcrumb a {
    color: rgb(131, 131, 131);
    float: left;
    font-size: 14px;
    line-height: 1;
}



.way-filter {
    margin-top: 15px
}

.carousel-pager {
    text-align: right
}

.appointment-form::after,
.appointment-form::before,
.article-content::after,
.categories.widget ul ul a::before,
.events.widget ul li::after,
.form-review .dropdown-toggle::before,
.form-review .form-group::after,
.helpful-info .article .bg-img::before,
.illness li::before,
.list-news .filters::after,
.map::before,
.news .article .image a::after,
.page-contacts .payment ul::after,
.review-item.admin-answer .details::after,
.review-item.admin-answer .details::before,
.shadow::before,
.tabs .nav>li>a.active::before,
.treatment .thumbnail-number::after,
.treatment .thumbnail-number::before,
.way-description ul li::before,
ul.partner-list::after {
    content: ''
}

.carousel-pager {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 20px;
    z-index: 30
}

.carousel-indicators {
    position: static;
    float: right;
    width: auto;
    margin: 0
}

.carousel-indicators li,
.carousel-indicators li.active {
    font-size: 0;
    border: 2px solid #f4fffc;
    width: 19px;
    height: 19px;
    border-radius: 50%;
    margin: 0
}

.carousel-indicators li {
    background: #60deb6
}

.carousel-indicators li.active {
    background: #ff8e3b
}

.carousel-indicators li+li,
.carousel-indicators li+li.active {
    margin-left: 3px
}

.banner {
    position: relative
}

.banner.way,
.breadcrumb+.banner.way {
    position: relative;
    padding-bottom: 30px;
    overflow: hidden
}

.breadcrumb+.banner {
    background: #f9ffff;
    z-index: 1
}

.banner .controls {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 20px
}

.banner .learn-more {
    padding-left: 35px;
}

.banner .carousel-inner .item img {
    position: absolute;
}

.front-page .banner .carousel-inner .item img { position: relative; }

.banner .carousel-inner .learn-more {
    position: relative;
    margin-bottom: 30px;
}

.front-page .banner .carousel-inner .learn-more { position: absolute; margin-bottom: 0; top: 0; left: 0; right: 0; }


.banner .learn-more.asq-doctor {
    position: relative
}

.banner.way .img-bg {
    position: absolute;
    bottom: 0;
    left: 50%
}

.banner.way .img-bg img {
    max-width: initial;
    max-height: 100%;
    margin-left: -50%
}

.banner h2,
.banner h1 {
    color: #20ce97;
    font-size: 40px;
    margin: 30px 0;
    font-weight: 700
}

.banner .learn-more h2,
.banner .learn-more h1 {
    font-size: 38px
}

.banner h2 small,
.banner h1 small {
    display: block;
    font-size: 17px;
    color: #444;
    font-weight: 300;
    line-height: 32px
}

.banner .learn-more h2 small,
.banner .learn-more h1 small {
    font-size: 17px
}

.banner .learn-more.asq-doctor .btn {
    margin: 0
}

.banner .triggers {
    overflow: hidden;
    margin-bottom: 30px
}

.banner .trigger {
    float: left;
    width: 195px;
    text-align: center;
    padding: 0 10px
}

.banner .trigger .img {
    background: #20ce97;
    width: 118px;
    height: 118px;
    border-radius: 50%;
    position: relative;
    left: 50%;
    border: 5px solid #dcf9f2;
    margin-left: -59px;
    overflow: hidden
}

.banner .trigger .img img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%)
}

.banner .trigger .name {
    font-size: 14px;
    color: #5e5e5e;
    font-weight: 500;
    margin-top: 16px
}

@media (min-width: 769px) {
    .banner .trigger {
        float: left;
        width: 180px;
        text-align: center;
        margin-right: 10px;
        padding: 0;
    }
    .banner .trigger .img {
        background: #20ce97;
        width: 50px;
        height: 50px;
        border: 3px solid #dcf9f2;
        overflow: hidden;
        display: table-cell;
        left: 0;
        margin-left: 0;
    }

    .banner .trigger .img img {
        width: 55%;
    }

    .banner .trigger .name {
        text-transform: none;
        text-align: left;
        display: table-cell;
        vertical-align: middle;
        padding-left: 8px;
        line-height: 18px;
    }

    .banner.way .img-bg {
        left: 50%;
    }

    .banner.way .img-bg img {
        max-width: initial;
        float: left;
        margin: 0;
    }
}

@media (min-width: 992px) and (max-width:1199px) {
    .banner.way .img-bg {
        left: 60%;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .banner.way .img-bg {
        left: 72%;
    }
}

h2.heading, h1.heading {
    font-size: 38px;
    font-weight: 700;
    color: #20ce97;
    text-align: center;
    margin: 30px 0 35px
}

.heading + .heading {
    margin-top: -35px;
}

.heading + .heading small {
    background: no-repeat;
    padding-top: 0;
}

.callout h4 small,
.heading small {
    display: block;
    font-size: 16px;
    font-weight: 400;
    color: #686868;
    padding-top: 25px;
    margin-top: 10px;
    background: url(assets/images/title-bg.png) center top no-repeat
}

.illness li a,
.illness ul {
    font-size: 17px;
    color: #3db891;
    line-height: 21px
}

.illness ul {
    overflow: hidden;
    padding-bottom: 30px;
    margin: 0
}

.illness li a {
    text-decoration: underline
}

.illness li a:hover {
    text-decoration: none
}

.illness li {
    width: 25%;
    float: left;
    padding: 11px 15px 10px 52px;
    position: relative
}

.illness.ways li {
    font-size: 15px;
    width: 25%
}

.illness li::before {
    display: block;
    width: 21px;
    height: 21px;
    background: url(assets/images/icons/li-icon-21.png) center left no-repeat;
    position: absolute;
    left: 15px
}

.way-columns .thumbnail {
    border: none;
    margin-left: 15px
}

.way-columns .thumbnail img {
    border-radius: 15px
}

.way-description .description {
    color: #686868;
    max-height: 340px;
    overflow: hidden;
    margin: 0 0 8px;
    transition: max-height .15s ease-out
}

.way-description .description.opened {
    max-height: 10000px;
    transition: max-height .25s ease-in
}

.way-description .description img {
    float: left;
    padding: 0 15px;
}

.way-description h3 {
    font-size: 22px;
    font-weight: 700;
    margin-top: 0;
    margin-bottom: 10px;
    color: #20ce97
}

.way-description p {
    font-size: 16px;
    line-height: 34px;
    color: #686868
}

.way-description h4 {
    font-size: 16px;
    font-weight: 700;
    margin-left: 25px
}

.way-description ul {
    padding-left: 30px;
    list-style: none
}

.way-description ul li {
    font-size: 16px;
    line-height: 34px;
    padding-left: 20px;
    position: relative
}

.way-description ul li::before {
    width: 20px;
    height: 34px;
    display: block;
    position: absolute;
    left: 0;
    background: url(assets/images/icons/li-icon-12.png) center left no-repeat
}

a.link-more {
    color: #ff8e3b;
    cursor: pointer;
    font-size: 16px;
    text-decoration: underline
}

.way-description .articles .thumbnail {
    padding: 0;
    border-radius: 0;
    border: none;
    position: relative
}

.way-description .articles .thumbnail .caption {
    font-size: 13px;
    font-weight: 700;
    color: #fff;
    background: rgba(0, 0, 0, .4);
    position: absolute;
    width: 100%;
    line-height: 30px;
    padding: 0 10px;
    bottom: 15px;
    margin: 0
}

.page-about .map {
    margin-top: 30px
}

.article-section {
    padding-bottom: 25px
}

.article-section.future {
    padding-bottom: 0
}

.article-section h2.heading {
    margin-bottom: 20px
}

.article-section .description {
    color: #686868;
    font-size: 16px;
    line-height: 30px;
    margin-bottom: 15px;
    padding: 0 15px;
}

.article-section .description h2,
.article-section .description h3,
.article-section .description h4,
.article-section .description h5 {
    margin: 20px 0 12px
}

.article-section .description h3 {
    font-size: 22px;
    font-weight: 700;
    line-height: 26px
}

.article .description ul {
    list-style: none;
    padding: 0;
}

.article .description li::before {
    content: '';
    display: inline-block;
    background: url(assets/images/icons/li-icon-12.png) 6px 8px no-repeat;
    height: 20px;
    width: 25px;
}

.article-section .description:first-child {
    margin-top: 0
}

.article-section .description:last-child {
    margin-bottom: 0
}

.article-section .list {
    list-style: none;
    overflow: hidden;
    margin: 20px 0 40px;
    padding: 0
}

.article-section .list li {
    background: url(assets/images/icons/li-icon-21.png) left 10px no-repeat;
    color: #686868;
    font-size: 17px;
    line-height: 22px;
    width: 33.33%;
    padding: 10px 15px 10px 38px
}

.article-section.future .list li {
    font-size: 15px;
    line-height: 26px
}

.article-section .article-thumb img {
    width: 100%;
    margin-bottom: 15px;
    border-radius: 16px;
    overflow: hidden
}

.seo-article {
    color: #8d8d8d;
    font-size: 14px;
    line-height: 24px;
    max-height: 134px;
    overflow: hidden;
    position: relative;
}

.seo-article::after {
    content: '';
    background: url(assets/images/mask.png) repeat-x;
    display: block;
    position: absolute;
    width: 100%;
    height: 76px;
    bottom: 0;
}

.seo-article.active {
    max-height: initial;
}

.seo-article.active::after {
    display: none;
}

.seo-article h2 {
    font-size: 17px;
    font-weight: 400;
    margin: 0;
}

.seo-article p {
    margin-top: 15px;
}

a.more-seo-text {
    font-size: 16px;
    float: right;
    color: #ff8f39;
    border-bottom: 1px solid;
    line-height: 1;
    margin-top: 10px;
    margin-bottom: 50px;
}

a.more-seo-text span + span,
.seo-article.active + a.more-seo-text span:first-child {
    display: none;
}

.seo-article.active + a.more-seo-text span + span {
    display: inline;
}

a.more-seo-text:hover {
    border-bottom: 1px solid transparent;
}

.about.targets {
    background: url(assets/images/targets-bg.jpg) center top repeat-y;
    padding-bottom: 10px
}

.about.targets .description .caption,
.about.targets .description p,
.about.targets .heading,
.about.targets .heading small {
    color: #fff
}

.targets .target {
    display: table;
    margin-bottom: 20px
}

.target .cell,
.target .description {
    display: table-cell;
    vertical-align: middle
}

.about.targets .img {
    background-color: #fff
}

.helpful-info {
    padding-bottom: 50px
}

.helpful-info .article {
    display: block;
    color: #fff;
    font-size: 14px;
    font-weight: 500;
    line-height: 22px;
    margin-bottom: 15px;
    text-align: center
}

.helpful-info .article:hover {
    text-decoration: none
}

.helpful-info .article:hover .bg-img,
.helpful-info .article:hover .description {
    opacity: 1;
    transform: scale(1)
}

.helpful-info .article:hover .description {
    position: relative;
    padding: 0 15px
}

.helpful-info .article span {
    display: block
}

.helpful-info .top {
    background: #20ce97;
    height: 285px;
    position: relative;
    overflow: hidden
}

.helpful-info .article .name {
    background: #f0f9f6;
    font-size: 15px;
    font-weight: 500;
    color: #1ab987;
    line-height: 40px;
    border-bottom: 7px solid #d9e2d9
}

.helpful-info .inner {
    position: absolute;
    width: 100%;
    top: 50%;
    transform: translate(0, -50%);
    transition: top .35s;
    z-index: 2
}

.helpful-info .article .bg-img,
.helpful-info .article .bg-img::before {
    height: 100%;
    top: 0;
    z-index: 1;
    width: 100%;
    position: absolute;
    left: 0
}

.helpful-info .article .heading {
    font-size: 18px;
    line-height: 45px
}

.helpful-info .article .bg-img::before {
    background: rgba(32, 206, 151, .75);
    display: block
}

.helpful-info .bg-img img {
    height: auto;
    width: 100%;
    z-index: 0
}

.helpful-info .article .description {
    position: absolute
}

.helpful-info .article .bg-img,
.helpful-info .article .description {
    opacity: 0;
    transition: opacity .35s, transform .35s;
    transform: scale(0)
}

.helpful-info .article .bg-img {
    transform-origin: bottom
}



/**
 *
 * Price Lists Styles
 *
 */

.pg-price h1.heading {
    margin: 8px 0 30px;
    line-height: 1;
}

.pg-price h1.heading small:empty {
    margin-top: 17px;
    padding-top: 15px;
}

.pl-collapse {
    display: none;
}

.pl-collapse.in {
    display: block;
}

.pl-tbl,
.pl-head,
.pl-body,
.pl-row {
    width: 100%;
}

.pl-tbl {
    /*margin-bottom: 20px;*/
}

.show-more-pl {
    margin-bottom: 50px;
}

.show-more-pl .link {
    display: inline-block;
    margin-top: 20px;
}

.pl-tbl,
.pl-tbl a {
    font-size: 16px;
    line-height: 22px;
}

.pl-head,
.pl-row {
    display: table;
}

.pl-head {
    background: rgb(32, 206, 151);
    color: rgb(255, 255, 255);
    font-size: 15px;
    font-weight: 700;
    text-transform: uppercase;
}

.pl-head div,
.pl-row div {
    display: table-cell;
    vertical-align: middle;
}

.pl-head div {
    padding: 19px 26px;
}

.pl-body {
    position: relative;
}

.pl-toggler {
    display: block;
    position: relative;
    padding: 12px 42px;
}

.pl-toggler::before {
    content: '';
    border-left: 5px solid rgb(32, 206, 151);
    border-right: none;
    border-top: 4px solid rgba(0, 0, 0, 0);
    border-bottom: 4px solid rgba(0, 0, 0, 0);
    position: absolute;
    top: 50%;
    margin-top: -4px;
    left: 26px;
}

.pl-toggler.in::before {
    border-right: 4px solid rgba(0, 0, 0, 0);
    border-left: 4px solid rgba(0, 0, 0, 0);
    border-top: 5px solid rgb(32, 206, 151);
    border-bottom: none;
    margin-top: -3px;
    left: 23px;
}

.pl-body > .pl-toggler {
    background: rgb(242, 255, 251);
    color: rgb(50, 50, 50);
    font-weight: 500;
}

.pl-group {
    padding-left: 20px;
    position: relative;
    overflow: hidden;
}

.pl-group + .pl-group::before,
.pl-row + .pl-row::before {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    border-top: 1px solid rgb(238, 239, 240);
}

.pl-group > .pl-toggler {
    color: rgb(50, 162, 126);
    text-decoration: underline;
}

.pl-group > .pl-toggler,
.pl-service {
    padding: 10px 42px;
}

.pl-row {
    padding-left: 16px;
    position: relative;
}

.pl-row::after {
    position: absolute;
    content: '';
    display: block;
    height: 100%;
    width: 200px;
    background: transparent;
    right: 100%;
}

.pl-row:hover {
    background: #ebf6ff;
}

.pl-row:hover::after {
    background: #ebf6ff;
}

.pl-service {
    color: rgb(82, 83, 83);
    padding-right: 15px;
}

.pl-price {
    width: 200px;
    text-align: center;
    position: relative;
}

.pl-price .pl-bookink {
    color: rgb(255, 142, 59);
    display: none;
    font-size: 15px;
    font-weight: 500;
    left: 50%;
    transform: translate(-50%, 0);
    top: 50%;
    margin-top: 1px;
    text-decoration: underline;
    position: absolute;
    line-height: 1;
    width: 100%;
}

.pl-row:not(.link-pdf):hover .pl-bookink {
    display: block;
}

@media (max-width: 539px) {
    .pl-price .pl-bookink span {
        display: none;
    }
}

.pl-price .pl-download {
    color: rgb(50, 162, 126);
    font-size: 12px;
    font-weight: 500;
    text-decoration: underline;
}

.pl-price .pl-download i {
    margin-right: 4px;
    font-size: 12px;
}

.pl-group > .pl-toggler:hover,
.pl-price .pl-bookink:hover,
.pl-price .pl-download:hover {
    text-decoration: none;
}

.pl-row .pl-price {
    padding-left: 15px;
}

.pl-price .price {
    font-weight: 500;
    color: rgb(50, 50, 50);
    position: absolute;
    width: 100%;
    left: 0;
    right: 0;
    top: 50%;
    transform: translate(0, -50%);
    transition: margin-top 0.1s ease-in-out;
}

.pl-row:hover .price {
    margin-top: -8px;
}

.pl-price .price i {
    font-style: normal;
    font-size: 12px;
}

.pl-price .price .price-old {
    text-decoration: line-through;
    padding-right: 5px;
    color: rgb(193, 33, 33);
    font-weight: 500;
    font-size: 15px;
}





/* price-list filter */

.pl-filter {
    padding-bottom: 30px;
}

.pl-filter label {
    color: rgb(72, 72, 72);
    font: 500 16px/1 'Roboto';
    margin-bottom: 6px;
}


.pl-filter .bs-select .dropdown-toggle {
    display: none;
    background: rgb(248, 248, 248);
    border: 1px solid rgba(0, 0, 0, 0.12);
    border-radius: 2px;
}

.pl-filter .bs-select .dropdown-toggle::before {
    border-top: 4px solid rgb(32, 206, 151);
}

.search-price-list {
    position: relative;
}

.search-price-list input[type="text"] {
    height: 45px;
    width: 100%;
    padding: 0 45px 0 15px;
    border-left: none;
    border-right: none;
    border-top: none;
    border-bottom: 2px solid #20ce97;
    margin-top: 15px;
}

.search-price-list i.fa-search.search-open {
    color: #20ce97;
    position: absolute;
    right: 18px;
    bottom: 10px;
    font-size: 28px;
}

.search-price-list .bs-searchbox {
    display: none;
}

.tbl {
    display: table;
}

/* end price-list filter */


/**
 *
 * End Price Lists Styles
 *
 */





.about .img {
    width: 91px;
    height: 91px;
    border-radius: 50%;
    float: left;
    border: 1px solid rgba(0, 0, 0, .12);
    position: relative
}

.about .img img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%)
}

.about .triggers {
    padding-bottom: 20px
}

.about .triggers .trigger {
    margin-bottom: 15px
}

.about .triggers .description {
    padding-left: 113px
}

.about.targets .description {
    padding-left: 30px
}

.about .description .caption {
    font-size: 16px;
    font-weight: 500;
    margin: 5px 0
}

.about .description p {
    color: #515151;
    font-size: 14px;
    line-height: 24px;
    margin: 0
}

.free-consult {
    background: url(assets/images/free-consult-bg.jpg) top center no-repeat
}

.free-consult h2.heading,
.targets h2.heading {
    font-size: 34px;
    color: #fff;
    margin-top: 20px;
    margin-bottom: 30px;
    text-align: left
}

.more-doctors,
.targets h2.heading {
    text-align: center
}

.free-consult h2.heading small,
.targets h2.heading small {
    background: url(assets/images/title-bg-white.png) left top no-repeat;
    color: #fff
}

.targets h2.heading small {
    background-position: center top
}

.free-consult .form-horizontal {
    clear: left
}

.input-group .form-control:first-child {
    border: none;
    height: 52px;
    line-height: 52px;
    font-size: 18px;
    padding-left: 20px;
    padding-right: 0;
    box-shadow: none
}

.form-control::-webkit-input-placeholder,
::-webkit-input-placeholder {
    color: #464c4b
}

.form-control:-moz-placeholder,
:-moz-placeholder {
    color: #464c4b;
    opacity: 1
}

.form-control::-moz-placeholder,
::-moz-placeholder {
    color: #464c4b;
    opacity: 1
}

.form-control:-ms-input-placeholder,
:-ms-input-placeholder {
    color: #464c4b
}

.form-control::-ms-input-placeholder,
::-ms-input-placeholder {
    color: #464c4b
}

.input-group-addon:last-child {
    border-left: 0;
    background: #fff;
    border-color: #fff;
    color: #12a48b;
    box-shadow: none
}

.treatment .thumbnail.opened,
.way-block.opened,
.way-block:hover {
    box-shadow: 0 2px 16px rgba(0, 55, 38, .24)
}

.form-group {
    margin-bottom: 20px
}

.free-consult .btn {
    margin-top: 10px;
    margin-bottom: 30px;
    width: 100%
}

.treatment .thumbnail {
    display: block;
    padding: 0;
    margin-bottom: 40px;
    border: 1px solid #e0e0e0;
    border-radius: 0;
    position: relative;
    transition: box-shadow .25s
}

.treatment-block {
    position: relative
}

.treatment .thumbnail.opened {
    position: absolute;
    top: 0;
    left: 15px;
    right: 15px;
    z-index: 10
}

.treatment .thumbnail .caption {
    padding: 20px;
    color: #515151;
    overflow: hidden
}

.treatment .caption h5 {
    font-size: 16px;
    font-weight: 500;
    line-height: 18px;
    margin-bottom: 5px;
    margin-top: 0;
    margin-left: 35px;
}

.treatment .caption p {
    font-size: 14px;
    line-height: 28px;
    max-height: 84px;
    overflow: hidden;
    transition: max-height .15s ease-out
}

.treatment .opened .caption p {
    max-height: 1000px;
    transition: max-height .25s ease-in
}

.treatment a.link-more {
    font-size: 14px
}

.treatment .thumbnail-number {
    background: #20ce97;
    position: absolute;
    top: 5px;
    height: 38px;
    width: 49px;
    text-align: center;
    line-height: 38px;
    font-size: 19px;
    left: -5px;
    font-weight: 900;
    color: #fff
}

.treatment .thumbnail-number::after,
.treatment .thumbnail-number::before {
    border-left: 5px solid transparent;
    display: block;
    width: 0;
    position: absolute
}

.treatment .thumbnail-number::before {
    border-bottom: 5px solid #118e67;
    top: -5px
}

.treatment .thumbnail-number::after {
    border-top: 5px solid #118e67;
    bottom: -5px
}

.doctor-video {
    z-index: 5000
}

.doctor-video.modal.fade .modal-dialog {
    transform: translate(0, -100%)
}

.modal-open .details .doctor-video.modal {
    margin: 0
}

.doctor-video.modal.in .modal-dialog {
    top: 50%;
    transform: translate(0, -50%);
    margin-top: -100px
}

.doctor-video .modal-content {
    border: none
}

.doctor-video .modal-header {
    background: #20ce97;
    border-bottom: none;
    color: #fff
}

.doctor img,
.tabs .nav>li>a {
    border: 1px solid rgba(0, 0, 0, .12)
}

.doctor-video .modal-body,
.page-doctor .doctor .details .doctor-video .modal-body {
    padding: 0;
    margin: 0
}

.doctor .details .btn,
.doctor img {
    margin-right: 30px
}

.doctor-video .video {
    margin-bottom: 0
}

.doctor {
    margin-bottom: 45px;
    overflow: hidden
}

.more-doctors {
    margin-bottom: 40px
}

.doctor img {
    float: left
}

.doctor>img {
    cursor: pointer;
    width: 302px;
}

.doctor .link-review {
    display: inline-block;
    margin: 10px 0
}

@media (min-width:769px) {
    .page-doctors .doctor .details {
        padding-left: 332px
    }
}

.doctor .details .top {
    overflow: hidden
}

.doctor .details h4.name {
    cursor: pointer;
    font-size: 18px;
    color: #2a2a2a;
    font-weight: 400;
    margin-top: 0;
    padding-bottom: 30px;
    margin-bottom: 10px;
    float: left;
    background: url(assets/images/title-bg.png) left bottom no-repeat
}

.doctor .details .rating {
    float: right;
    font-size: 13px;
    color: #555
}

.doctor .details .rating .stars {
    float: right;
    margin-left: 5px
}

.doctor .details .rating .value {
    display: inline-block;
    margin: 0 5px;
}

.doctor .details .rating .stars .fa-star.empty {
    color: #dedede
}

.doctor .details .rating .stars .fa-star {
    color: #ffd200
}

.doctor .details .info {
    font-size: 14px;
    color: #515151
}

.doctor .details .info div+div {
    margin-top: 8px
}

.doctor .details .info+.btn {
    margin-top: 15px
}

.doctor .details .info strong {
    font-weight: 500
}

.doctor .details .info strong~strong {
    margin-left: 86px
}

.doctor .details p {
    font-size: 14px;
    line-height: 23px;
    margin: 15px 0;
    color: #686868
}

.doctor a.btn.btn-large.btn-orange {
    height: 42px;
    line-height: 42px;
    margin: 10px 0;
    font-size: 14px
}

a.link-review {
    color: #ff8e3b;
    text-decoration: underline;
    margin-left: 30px;
    font-size: 15px
}

a.link-more:hover,
a.link-review:hover {
    text-decoration: none
}

.faq {
    padding: 10px 0 30px;
}

.faq-list {
    list-style: none;
}

.faq-list li + li {
    border-top: 1px solid #ededed;
}

.faq-list li {
    padding: 15px 0;
    overflow: hidden;
}

.faq-list a.link-question {
    font-size: 18px;
    line-height: 30px;
    color: #19c28d;
    max-width: 860px;
    float: left;
}

.faq-list a.link-question:hover {
    text-decoration: underline;
}

.faq-list .answer {
    font-size: 15px;
    color: #636363;
    line-height: 30px;
    padding-top: 10px;
    max-height: 0;
    overflow: hidden;
    clear: left;
    transition: 0.5s;
}

.faq-list li.active .answer {
    max-height: 700px;
}

.faq-list  a.show-answer {
    float: right;
    color: #ff8f39;
    font-size: 15px;
    text-decoration: underline;
}

.faq-list li.active a.show-answer {
    display: none;
}

.faq-list a.hide-answer {
    font-size: 15px;
    color: #95460a;
    text-decoration: underline;
    display: block;
    float: right;
    margin-top: 19px;
}

.faq-list  a.show-answer:hover,
.faq-list a.hide-answer:hover {
    text-decoration: none;
}

.reviews {
    background: #f4fffc
}

.reviews h2.heading {
    margin: 45px 0
}

.tabs .nav {
    margin-bottom: 32px;
    display: table
}

.tabs .nav li {
    width: auto
}

.tabs .nav>li>a {
    color: #686868;
    background: #fff;
    border-radius: 0;
    font-size: 15px;
    font-weight: 700;
    line-height: 16px;
    text-align: left;
    padding: 20px
}

.tabs .nav>li>a:hover {
    color: #ff8e3b
}

.tabs .nav>li>a.active {
    background-color: #ff8e3b;
    border-color: #ff8e3b;
    color: #fff
}

.tabs .nav>li>a.active>img:first-child,
.tabs .nav>li>a>img+img {
    display: none
}

.tabs .nav>li>a.active>img+img {
    display: inline-block
}

.tabs .nav>li>a.active::before {
    display: block;
    position: absolute;
    left: 20px;
    top: 100%;
    border-top: 6px solid #ff8e3b;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent
}

.tabs .nav>li+li>a {
    margin-left: -1px
}

.tabs .nav>li>a>img {
    margin-right: 13px;
    float: left;
    margin-top: -4px
}

.review-item {
    display: table;
    width: 100%;
}

#map,
.map {
    min-height: 480px
}

.review-item.admin-answer {
    padding-left: 160px;
    width: 100%
}

.review-item+.review-item {
    margin-top: 30px
}

.review-item .rating {
    background: #20ce97;
    padding: 0 15px 20px;
    margin-right: 20px;
    width: 155px;
    display: table-cell
}

.review-item .rating .criteria {
    font-size: 13px;
    line-height: 20px;
    color: #fff;
    font-weight: 700
}

.review-item .rating .criteria span {
    float: right
}

.review-item .stars {
    font-size: 13px;
    margin: 26px 0;
    text-align: center
}

.review-item .stars .fa-star.empty {
    color: #fff
}

.review-item .stars .fa-star {
    color: #fff600
}

.review-item .details {
    background: rgb(255, 255, 255);
    border-top: 1px solid rgba(0, 0, 0, .15);
    border-bottom: 1px solid rgba(0, 0, 0, .15);
    border-right: 1px solid rgba(0, 0, 0, .15);
    display: table-cell;
    padding: 12px 20px;
}

.review-item.admin-answer .details {
    border: 1px solid rgba(5, 87, 61, .15);
    margin-left: 145px;
    padding-left: 20px;
    background: #f7fdf7;
    position: relative
}

.review-item.admin-answer .details::after,
.review-item.admin-answer .details::before {
    display: block;
    position: absolute;
    border-bottom: 12px solid rgba(5, 87, 61, .15);
    border-left: 13px solid transparent;
    border-right: 13px solid transparent;
    top: -13px;
    left: 36px;
    z-index: 1
}

.review-item.admin-answer .details::after {
    top: -11px;
    border-bottom: 12px solid #f7fdf7;
    z-index: 2
}

.review-item .details h5.name {
    margin: 0 0 5px;
    font-size: 16px;
    font-weight: 400;
    color: #2a2a2a;
    line-height: 20px;
    padding: 12px 0 24px;
    background: url(assets/images/title-bg.png) left bottom no-repeat
}

.review-item .details span.date {
    font-size: 14px;
    line-height: 20px;
    color: #2a2a2a;
    float: right
}

.review-item .details .date [class^=fa-] {
    color: #20ce97
}

.review-item .details p {
    font-size: 14px;
    line-height: 25px;
    color: #686868;
    margin: 0;
    max-height: 50px;
    overflow: hidden;
    transition: max-height .15s ease-in
}

.review-item .details p.expanded {
    max-height: 3000px;
    transition: max-height .25s ease-out
}

.review-item .link-more {
    float: right;
}

.reviews .button-group {
    text-align: center;
    margin-top: 20px;
    margin-bottom: 10px
}

.reviews .leve-review {
    float: right;
    margin: 25px 0 10px
}

a.link.more-reviews,
a.link.more-pl {
    font-size: 16px;
    font-weight: 700;
    text-decoration: underline;
    color: #ff8e3b
}

a.link.more-reviews:hover,
a.link.more-pl:hover {
    text-decoration: none
}

.footer .bottom .licence a:hover,
.footer a.asq {
    text-decoration: underline
}

.reviews a.leve-review.btn.btn-large.btn-orange {
    float: right;
    margin: 0
}

.map {
    position: relative;
    overflow: hidden;
    padding-top: 60px
}

.map::before {
    border-top: 3px solid #2ad29f;
    width: 100%;
    position: absolute;
    top: 57px
}

.reviews+.map {
    background-color: #f4fffc;
    margin-top: 0
}

.map .container {
    position: relative;
    z-index: 10
}

#map {
    position: relative;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    height: 100%;
    min-width: 992px;
    z-index: 1
}

.map-marker.smc-map-marker {
    display: table
}

.smc-map-marker .marker-image {
    padding-right: 20px
}

.smc-map-marker .marker-content {
    padding: 10px 18px 10px 13px;
    background: #fff;
    border-bottom: 6px solid #35d2a1;
    position: absolute;
    bottom: 100%;
    margin-bottom: 10px;
    left: 50%;
    transform: translate(-50%, 0)
}

.smc-map-marker .marker-label {
    color: #0ea273;
    font-size: 11px;
    font-weight: 700;
    text-align: center;
    padding-top: 8px
}

.appointment-form {
    background: #fff;
    padding: 50px 40px 0;
    border-top: 1px solid #d7d7d7;
    position: absolute;
    width: 490px;
    z-index: 2000;
    top: 23px;
    left: auto;
    right: 50px
}

.modal-backdrop.in {
    display: none!important
}

.appointment-form::after,
.appointment-form::before {
    border-bottom: 34px solid #d7d7d7;
    position: absolute;
    display: block;
    top: -1px
}

.appointment-form::before {
    left: -12px;
    border-left: 12px solid transparent
}

.appointment-form::after {
    border-right: 12px solid transparent;
    right: -12px
}

.appointment-form h2.heading {
    margin-top: 0;
    margin-bottom: 25px
}

.appointment-form .input-group {
    border-bottom: 3px solid #20ce97;
    width: 100%
}

.appointment-form .has-error {
    border-color: #a94442
}

.appointment-form .has-error .input-group-addon:last-child,
#ceo_asq_modal .has-error .input-group-addon:last-child {
    color: #a94442
}

.appointment-form .form-group {
    margin: 20px 0
}

.appointment-form .btn[type=submit] {
    margin-top: 24px;
    margin-bottom: 30px;
    width: 100%
}

footer.footer {
    background: #123758
}

.footer .bottom {
    line-height: 50px;
    font-size: 14px;
    color: #eff3f7
}

.footer .bottom .licence {
    display: inline-block;
    font-size: 13px;
    line-height: 30px;
    color: #eff3f7;
    margin-left: 15px
}

.footer .powered {
    font-size: 13px
}

.footer .bottom .licence a {
    color: #eff3f7
}

.footer .linksl {
    position: relative
}

.footer .linksl::after {
    content: '';
    display: table;
    clear: both
}

.footer .lang-switcher>a {
    color: #fff;
    font-size: 13px
}

a.btn.btn-contract {
    float: left;
    line-height: 30px;
    height: 30px;
    padding: 0 10px;
    border-radius: 6px;
    font-size: 14px;
    background: #416a8d;
    color: #eff3f7;
    font-weight: 500;
    text-transform: none;
    margin: 10px 0
}

a.btn.btn-contract + a {
    margin-left: 15px;
}

.shadow {
    position: relative
}

.shadow::before {
    background: url(assets/images/shadow.png) top center repeat-x;
    top: -10px;
    width: 100%;
    position: absolute;
    left: 0;
    display: block;
    height: 16px
}

.way-description {
    padding: 0 0 30px
}

.whoheal {
    padding-top: 20px
}

.footer .top {
    background: #194164;
    border-top: 3px solid #79aad6;
    color: #fff;
    padding-bottom: 15px
}

.footer .quality {
    display: block;
    font-size: 18px;
    font-weight: 500;
    line-height: 22px
}

.footer .quality span {
    font-size: 13px;
    display: block
}

.footer a.asq,
.footer h4 {
    font-size: 16px;
    color: #fff
}

.footer .quality a.phone {
    font-weight: 700;
    display: block;
    color: #fff;
    margin: 20px 0
}

.footer a.asq {
    display: block;
    font-weight: 400;
    margin: 25px 0;
    clear: left
}

.footer-menu+.footer-menu {
    padding-left: 15px
}

.footer h4 {
    font-weight: 700;
    margin-top: 40px;
    text-transform: uppercase
}

.footer ul {
    list-style: none;
    padding: 0;
    margin: 0
}

.footer ul.social {
    margin: 20px 0 0;
    display: inline-block
}

.footer ul.social li a {
    background-color: #99bfe0;
    color: #194164
}

.footer ul.social li a:hover {
    background-color: #ff8e3b;
    color: #194164
}

.footer ul li {
    padding: 7px 0
}

.footer ul:not(.social) li a {
    font-size: 14px;
    font-weight: 500;
    color: #fff;
    line-height: 20px;
    display: block
}

.footer ul li a:hover {
    text-decoration: none;
    color: #ff8e3b
}

.footer ul li a [class^=fa-] {
    color: #99bfe0;
    margin-right: 10px;
    font-size: 12px
}

.news .article-row .article .img {
    display: block;
    position: relative;
    padding-left: 7px;
    margin-left: -7px;
    overflow: hidden
}

.news .article-row .article .img img {
    width: 100%
}

.news .label {
    position: absolute;
    top: 116px;
    left: 0
}

.news .article a.name {
    font-size: 16px;
    line-height: 20px;
    color: #000;
    display: inline-block;
    margin-top: 15px
}

.news .article a.name:hover {
    text-decoration: underline
}

.news .article .content {
    color: #484848;
    font-size: 13px;
    line-height: 24px;
    margin: 5px 0 25px;
    overflow: hidden
}

.viewed {
    color: #424242;
    font-size: 13px;
    line-height: 28px;
    text-align: right;
    white-space: nowrap;
    min-width: 65px;
    max-width: 70px
}

.viewed i {
    color: #20ce97;
    font-size: 15px
}

.news .viewed {
    text-align: left
}

.news .read-more {
    font-size: 12px;
    line-height: 26px;
    height: 28px;
    border-radius: 0;
    text-transform: none
}

.callout {
    border: 1px solid rgba(5, 87, 61, .15);
    text-align: center;
    padding: 24px 45px;
    border-left: 5px solid #20ce97;
    background: #fff
}

.callout h4 {
    font-size: 17px;
    line-height: 1.4;
    color: #2a2a2a;
    font-weight: 400;
    margin: 0
}

.callout p {
    font-size: 14px;
    line-height: 25px;
    color: #686868;
    margin: 0 0 20px
}

ul.partner-list {
    list-style: none;
    padding: 0;
    margin: 0;
    text-align: justify
}

.partner-list li,
.ways-list {
    text-align: center
}

ul.partner-list::after {
    display: inline-block;
    width: 100%;
    height: 0
}

.partner-list li {
    display: block;
    color: #686868;
    font-size: 16px;
    font-weight: 500;
    float: left;
    width: 25%;
    /*height: 148px;*/
    text-align: center;
}

.partner-list li img {
    cursor: pointer;
    display: inline-block;
    margin-bottom: 20px;
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    filter: grayscale(100%);
    filter: url(assets/images/grayscale.svg#greyscale);
    filter: gray;
}

.partner-list li img:hover {
    -webkit-filter: none;
    -moz-filter: none;
    -ms-filter: none;
    -o-filter: none;
    filter: none;
    filter: none; /* IE 6-9 */
}

.way-filter .learn-more {
    padding: 25px;
    background: url(assets/images/banner_adults.jpg) center center no-repeat;
    background-size: cover;
    border: 1px solid #bfe8dd
}

.way-filter .learn-more h3 {
    color: #0071b1;
    font-size: 28px;
    font-weight: 700;
    margin: 0 0 10px
}

.way-block ul li a,
.way-block>a {
    font-size: 14px;
    line-height: 20px
}

.ways-list .more-reviews {
    display: inline-block;
    margin-top: 10px
}

.way-block {
    background: #fff;
    margin-bottom: 24px;
    position: relative;
    transition: box-shadow .25s;
    border: 1px solid #21c28f;
    display: table;
    width: 100%;
}

.way-block.opened {
    position: absolute;
    top: 0;
    left: 15px;
    right: 15px;
    z-index: 20
}

.expanded .way-block {
    transition: box-shadow 0s
}

.expanded .way-block:not(.opened):hover {
    box-shadow: none
}

.way-block>a,
.way-block>ul {
    position: relative;
    z-index: 10
}

.way-block .click-overlay {
    cursor: pointer;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 5
}

.way-block .img {
    width: 58px;
    text-align: center;
}

.way-block .img img {
    max-height: 34px;
    max-width: 44px;
}

.way-block ul li a {
    color: #515151;
    text-decoration: none
}

.way-block a:hover {
    color: #1ec590
}

.way-block li a:hover {
    text-decoration: underline
}

.way-block>a {
    display: table-cell;
    vertical-align: middle;
    padding: 11px 0;
    text-align: left;
}

.way-block>a {
    color: #1bb181;
    font-weight: 500;
    font-size: 14px;
    line-height: 16px;
}

.way-block ul {
    border-top: 1px solid #20ce97;
    margin: 10px 0;
    padding: 10px 0 0;
    list-style: none;
    max-height: 101px;
    overflow: hidden;
    transition: max-height .15s ease-out
}

.way-block.opened ul {
    max-height: 1000px;
    transition: max-height .25s ease-in
}

.way-block.opened.closing ul {
    max-height: 101px
}

.way-block li {
    width: 100%;
    padding: 4px 0;
    text-decoration: none
}

.ways .way-block li::before {
    display: none
}

.way-block .btn-more {
    width: 50px;
}

.way-block .btn-more:hover {
    color: #20ce97;
    /*background: #20ce97*/
}

.way-block .btn-more .rarr {
    content: '';
    color: rgb(32, 206, 151);
    background: rgb(255, 255, 255);
    border-radius: 50%;
    border: 1px solid;
    display: block;
    width: 25px;
    height: 25px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -13px;
    margin-left: -13px;
}

.way-block .btn-more:hover .rarr,
.way-block:hover .btn-more .rarr {
    background: rgb(32, 206, 151);
}

.way-block .btn-more .rarr::before,
.way-block .btn-more .rarr::after {
    content: '';
    position: absolute;
    display: block;
    border-top: 6px solid rgba(0, 0, 0, 0);
    border-bottom: 6px solid rgba(0, 0, 0, 0);
    left: 50%;
    top: 50%;
    margin-top: -6px;
    transition: all 0.3s;
}

.way-block .btn-more .rarr::before {
    border-left: 5px solid rgb(32, 206, 151);
    margin-left: -3px;
}

.way-block:hover .btn-more .rarr::before,
.way-block:hover .btn-more:hover .rarr::before {
    border-left: 5px solid rgb(255, 255, 255);
    margin-left: -2px;
}

.way-block .btn-more .rarr::after {
    border-left: 5px solid rgb(255, 255, 255);
    margin-left: -5px;
}

.way-block:hover .btn-more .rarr::after,
.way-block:hover .btn-more:hover .rarr::after {
    border-left: 5px solid rgb(32, 206, 151);
    margin-left: -4px;
}

.way-block.opened .btn-more::before {
    transform: translate(-50%, -50%) rotate(180deg)
}

.form-review .form-group {
    margin-bottom: 30px
}

.form-review .required::before {
    content: '*';
    position: absolute;
    color: red;
    font-weight: 700;
    left: 15px;
}

.form-review .form-group::after {
    clear: both;
    display: table
}

.form-review .dropdown-toggle,
.form-review .form-input {
    background: #fff;
    border-radius: 0;
    border: none;
    color: #464c4b;
    display: block;
    font-size: 16px;
    line-height: 42px;
    height: 44px;
    width: 100%;
    padding: 0 44px 0 10px;
    z-index: 1
}

.form-review select.selectpicker {
    border: none;
    color: #464c4b;
    font-size: 16px;
    line-height: 42px;
    height: 44px;
    padding: 0 44px 0 10px
}

.free-consult .has-error .input-group-addon:last-child,
form .error {
    color: #a94442
}

.form-review .dropdown-toggle,
.form-review .form-input,
.form-review select.selectpicker {
    border-bottom: 3px solid #20ce97
}

.form-review .has-error .dropdown-toggle,
.form-review .has-error .form-input,
.form-review .has-error select.selectpicker {
    border-bottom: 3px solid #a94442
}

.form-review .has-error textarea {
    border: 1px solid #a94442
}

.free-consult .input-group {
    border: 1px solid transparent;
    border-radius: 6px
}

.free-consult .has-error {
    border: 1px solid #a94442
}

form .error {
    font-size: 14px;
    line-height: 2
}

.form-review .dropdown-toggle::before {
    position: absolute;
    right: 25px;
    top: 50%;
    margin-top: -2px;
    border-top: 5px solid #20ce97;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent
}

.form-review .input-addon {
    color: #20ce97;
    font-size: 14px;
    top: 0;
    right: 15px;
    width: 44px;
    height: 44px;
    margin: 0;
    position: absolute
}

.form-review .has-error .input-addon {
    color: #a94442
}

.form-review .input-addon::before {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%)
}

.form-review textarea {
    border: 1px solid rgba(5, 87, 61, .15);
    padding: 10px 15px;
    resize: none;
    width: 100%;
    height: 150px
}

.form-review .rating {
    float: left;
    font-size: 13px;
    line-height: 42px;
    color: #555
}

.rating-form-section {
    padding-right: 0;
}

.form-review .rating+.rating {
    margin-left: 35px
}

.form-review .rating .stars {
    display: inline-block;
    color: #ffd200;
    font-size: 15px;
    overflow: hidden
}

.form-review .rating .stars .empty {
    color: #fff
}

.form-review .rating label {
    cursor: pointer;
    float: left;
    margin: 0
}

.form-review .rating label+label {
    margin-left: 6px
}

.form-review .review-type {
    margin-right: 35px;
    display: inline-block;
    position: relative;
}

.form-review .review-type.has-error::after {
    content: '';
    display: block;
    position: absolute;
    border: 1px solid #a94442;
    top: -3px;
    left: -5px;
    right: -15px;
    bottom: 30px;
}

.form-review .review-type .error {
    text-align: left;
}

.form-review .review-type input {
    display: none
}

.form-review .review-type label {
    cursor: pointer;
    color: #555;
    font-size: 13px;
    font-weight: 400;
    line-height: 42px;
    position: relative;
    padding-left: 30px;
    margin-left: 10px;
}

.form-review .review-type label + input {
    margin-left: 12px
}

.form-review .review-type label::after,
.form-review .review-type label::before {
    position: absolute;
    display: block;
    top: 50%;
    content: '';
    width: 22px;
    height: 22px;
    border-radius: 50%;
    box-shadow: 0 0 10px rgba(0, 0, 255, .1);
    background: #fff;
    border: 1px solid #dce3e6;
    transition: all .2s;
    margin-top: -11px;
    left: 0;
    z-index: 2
}

.form-review .review-type input:checked+label::before {
    z-index: 3;
    width: 18px;
    height: 18px;
    left: 2px;
    background: #20ce97;
    margin-top: -9px;
}

.form-review .btn {
    float: right
}

.filter {
    margin-bottom: 20px
}

.filter:last-child,
.form-review .filter {
    margin-bottom: 0
}

.page-article,
.page-contacts,
.page-news {
    background: #f4fffc
}

.page-contacts .contacts .column {
    display: block;
    padding: 30px;
    border: 1px solid rgba(7, 85, 60, .1);
    background: #fff;
    font-size: 18px;
    font-weight: 500;
    line-height: 22px;
    color: #686868;
    margin-bottom: 30px
}

.page-contacts .info-quality .btn {
    display: block;
    max-width: 300px
}

.page-contacts .info-contacts ul {
    padding: 0;
    margin: 0;
    list-style: none
}

.page-contacts .info-contacts ul.social {
    margin: 15px 0 0
}

.page-contacts .info-contacts ul:not(.social) a {
    display: inline-block;
    color: #686868;
    font-size: 16px;
    font-weight: 400;
    line-height: 20px;
    margin: 12px 0
}

.page-contacts .info-contacts a.asq {
    color: #16a276 !important;
    text-decoration: underline;
    position: relative;
}

.page-contacts .info-contacts a.asq:hover {
    text-decoration: none;
}

.page-contacts .info-contacts a i,
.page-contacts .info-contacts li i {
    font-size: 14px;
    color: #13b582;
    margin-right: 10px
}

.page-contacts .info-quality>span {
    display: block;
    font-size: 14px;
    font-weight: 500;
    line-height: 22px
}

.page-contacts .info-quality .phone {
    display: inline-block;
    font-size: 18px;
    font-weight: 700;
    line-height: 38px;
    color: #686868;
    margin: 5px 0
}

.page-contacts .info-quality p {
    color: #979797;
    font-size: 14px;
    font-weight: 500;
    line-height: 24px;
    margin: 0
}

.page-contacts .info-quality a.asq {
    color: #ff8e3b;
    font-size: 16px;
    font-weight: 400;
    text-decoration: underline;
    line-height: 24px;
    display: inline-block;
    margin: 28px 0
}

.page-contacts .info-quality a.asq:hover {
    text-decoration: none
}

.page-contacts .info-location p {
    margin: 10px 0;
    font-size: 15px;
    font-weight: 400;
    line-height: 27px;
    color: #686868
}

.page-contacts .info-location .payment {
    font-size: 14px;
    font-weight: 500;
    line-height: 30px;
    text-align: center;
    max-width: 250px;
    margin: 0 auto
}

.page-contacts .contacts-img {
    border: 2px solid #2fd19e;
    border-radius: 2px;
    margin-bottom: 30px
}

.page-contacts .contacts-img img {
    width: 100%
}

.page-contacts .payment ul {
    list-style: none;
    text-align: justify;
    padding: 10px 0 0;
    margin: 0;
    height: 52px
}

.carousel .thumbs,
.exp,
.history .circle,
.page-contacts .payment ul li,
.vacancies .trigger,
.vacancies-list p {
    text-align: center
}

.page-contacts .payment ul::after {
    display: inline-block;
    width: 100%
}

.page-contacts .payment ul li {
    display: inline-block;
    color: #686868;
    font-size: 11px;
    font-weight: 500;
    padding-top: 31px;
    position: relative;
    line-height: 1
}

.page-contacts .payment ul li img {
    display: block;
    position: absolute;
    bottom: 21px;
    left: 50%;
    transform: translate(-50%)
}

.three-d-tour {
    position: relative;
}

.three-d-tour .overlay {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 3;
}

.three-d-tour .overlay .btn {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.three-d-tour iframe {
    width: 100%;
    margin-bottom: 30px;
}

.vacancies .triggers {
    padding-bottom: 50px
}

.vacancies .trigger .img {
    width: 90px;
    height: 90px;
    border: 1px solid rgba(0, 0, 0, .12);
    border-radius: 50%;
    display: block;
    position: relative;
    margin: 0 auto 20px
}

.vacancies .trigger img {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%)
}

.vacancies .trigger .name {
    font-size: 16px;
    font-weight: 500;
    line-height: 1;
    color: #464646
}

.vacancies .trigger .description {
    font-size: 14px;
    line-height: 25px;
    color: #686868;
    margin: 5px 0 0
}

.vacancies-list {
    background: #f5fffc;
    padding-bottom: 70px
}

.vacancies-list .vacancie-group {
    margin: 10px 0 30px;
    min-height: 80px
}

.vacancies-list .vacancie-group+.vacancie-group {
    border-left: 1px solid #d1eae3
}

.article-data .heading.vacancy .title,
.vacancies-list .group .img {
    font-size: 15px;
    font-weight: 700;
    line-height: 34px;
    color: #464646;
    text-transform: uppercase;
    display: block;
    padding-left: 38px;
    position: relative
}

.article-data .heading.vacancy .title {
    padding-left: 0
}

.vacancies-list .group .img img {
    position: absolute;
    height: 25px;
    width: auto;
    left: 0;
    top: 50%;
    margin-top: -13px
}

.vacancies-list .group ul {
    line-height: 1;
    list-style: none;
    padding: 10px 0 6px 38px;
    margin: 0
}

.vacancies-list .group ul li {
    display: block;
    padding: 14px 0
}

.vacancies-list .group a {
    color: #14ad7d;
    display: inline-block;
    font-size: 16px
}

.vacancies-list .group a:hover {
    color: #ff8e3b;
    text-decoration: underline
}

.vacancies-list p {
    font-size: 15px;
    line-height: 1;
    margin: 0 0 26px
}

.vacancies-list .btn+.btn {
    margin-left: 20px
}

.page-404 .content-404 {
    padding-bottom: 60px;
    text-align: center;
}

.content-404 .search-field {
    left: 0;
    position: relative;
    display: inline-block;
}

.content-404 .search-field input[type="text"] {
    box-shadow: none;
    background: #f8f8f8;
    border: 1px solid rgba(0, 0, 0, .12);
    line-height: 50px;
    height: 50px;
    width: 300px;
}

.content-404 .search-field .dropdown-menu {
    z-index: 10000;
}

.page-news .news {
    padding-bottom: 40px
}

.news .article {
    background: #fff;
    border: 1px solid rgba(0, 0, 0, .12);
    padding: 25px;
}

.news .article-row .article {
    padding: 0;
    border: none;
    margin-bottom: 40px
}

.news .article+.article {
    margin-top: 25px
}

.news .article .image {
    width: 337px
}

.news .article .image img {
    width: 100%
}

.news .article .image a {
    display: block;
    position: relative;
    left: -7px;
    right: 15px;
    top: 0;
    padding: 0 0 0 7px;
}

.news .article .label,
.page-article .image .label {
    top: auto;
    bottom: 20px
}

.page-article .image .label {
    left: -7px
}

.article-data .date,
.list-news .details .date {
    background: url(assets/images/icons/camera.png) center 8px no-repeat #20ce97;
    padding: 32px 0 5px;
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    line-height: 14px;
    text-align: center;
    width: 56px
}

.article-data .date i,
.list-news .details .date i {
    font-style: normal;
    display: block
}

.article-data .date i+i,
.list-news .details .date i+i {
    font-size: 12px
}

.article-data .date+.heading,
.list-news .top .heading {
    padding-left: 10px;
    padding-right: 0
}

.article .heading .title,
.article .heading>a {
    font-size: 16px;
    font-weight: 400;
    color: #000
}

.article .heading h1.title {
    margin: 0;
}

.article .heading a:hover {
    text-decoration: underline
}

.article-data .heading .tags,
.article-data .heading .tags a,
.list-news .top .tags,
.list-news .top .tags a {
    color: #424242;
    font-size: 10px;
    line-height: 21px;
    text-transform: uppercase
}

.article .tags {
    border-top: 1px solid #e9e9e9;
    border-bottom: 1px solid #e9e9e9;
    margin-top: 7px
}

.article .tags a {
    margin: 0 5px
}

.filters {
    padding: 30px 10px 28px
}

.list-news .filters::after {
    display: table;
    clear: both
}

.list-news .filters {
    background: #fff;
    border: 1px solid rgba(0, 0, 0, .12);
    padding: 25px 10px;
    margin-bottom: 25px
}

.filters>.column>div {
    font-size: 14px;
    font-weight: 400;
    color: #484848
}

.filters .dropdown-toggle,
.filters input {
    display: block;
    background-color: #f8f8f8;
    border: 1px solid rgba(0, 0, 0, .12);
    border-radius: 2px;
    color: #444;
    font-size: 14px;
    line-height: 56px;
    padding: 0 58px 0 20px;
    width: 100%;
    margin-top: 5px
}

.filters .filter .btn-search {
    cursor: pointer;
    font-size: 20px;
    position: absolute;
    right: 15px;
    bottom: 0;
    margin: 0;
    color: #20ce97;
    width: 58px;
    height: 58px;
    line-height: 58px;
    background: rgba(0, 0, 0, 0);
    border: none
}

.widget {
    margin-bottom: 30px
}

.widget h3 {
    background: #20ce97;
    margin: 0;
    padding: 15px 25px;
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 21px
}

.widget .inner {
    border: 1px solid rgba(0, 0, 0, .12);
    background: #fff;
    padding: 10px 24px;
    border-top: none
}

.widget .inner ul {
    list-style: none;
    padding: 0;
    margin: 0
}

.categories.widget ul ul {
    padding-bottom: 5px
}

.categories.widget ul ul li {
    border-top: 1px solid #f0f0f0
}

.categories.widget a {
    font-size: 15px;
    line-height: 30px;
    display: inline-block;
    color: #686868;
    margin: 5px 0;
    position: relative
}

.categories.widget .all-categories,
.categories.widget a:hover,
.categories.widget ul ul li.active>a {
    color: #16a276
}

.categories.widget .inner>ul>li>a {
    color: #16a276;
    font-weight: 500
}

.categories.widget ul ul a {
    margin-left: 20px
}

.categories.widget ul ul a::before {
    display: none;
    position: absolute;
    background: url(assets/images/icons/li-icon-12.png) center center no-repeat;
    left: -20px;
    width: 12px;
    height: 12px;
    top: 50%;
    margin-top: -6px
}

.categories.widget ul ul a:hover::before,
.categories.widget ul ul li.active>a::before {
    display: block
}

.categories.widget .all-categories {
    margin: 18px 25px 0;
    line-height: 1;
    text-decoration: underline;
    display: block
}

.categories.widget .all-categories:hover {
    text-decoration: none
}

.events.widget .inner {
    padding: 10px 15px 10px 24px
}

.events.widget ul {
    margin: 10px 0
}

.events.widget li+li {
    margin-top: 20px
}

.events.widget ul li::after {
    display: table;
    clear: both
}

.events.widget li .img {
    float: left;
    position: relative;
    max-width: 80px
}

.events.widget li .img img {
    max-width: 100%
}

.events.widget .label {
    font-size: 12px;
    line-height: 18px;
    padding: 0 10px;
    bottom: 7px;
    top: auto;
    right: 0;
    left: -3px
}

.events.widget .label::after {
    width: 10px
}

.events.widget .label::before {
    border-right: 3px solid;
    border-top: 2px solid transparent;
    border-bottom: 2px solid transparent;
    left: 0;
    top: -2px;
    bottom: -2px;
    z-index: 0
}

.events.widget .details {
    float: left;
    max-width: 140px;
    padding-left: 12px
}

.events.widget .details a {
    color: #000;
    font-size: 12px;
    line-height: 17px;
    display: block
}

.events.widget .details a:hover {
    color: #16a276
}

.events.widget .details p {
    color: #484848;
    font-size: 12px;
    line-height: 16px;
    margin: 5px 0 0
}

.blog-content {
    padding-top: 15px
}

.blog-content .article {
    background: #fff;
    border: 1px solid rgba(0, 0, 0, .12);
    padding: 22px 26px;
    margin-bottom: 78px;
    overflow: hidden
}

.blog-content .article .image,
.blog-content .article .video {
    float: left;
    width: 334px;
    margin-right: 30px;
    position: relative
}

.blog-content .article .image img {
    width: 100%;
    height: auto
}

.blog-content .article .article-data {
    overflow: hidden;
    padding-bottom: 8px
}

.article-content {
    color: #686868;
    font-size: 15px;
    line-height: 30px
}

.article-content::after {
    display: table;
    clear: both
}

.article-content h1,
.article-content h2,
.article-content h3,
.article-content h4,
.article-content h5,
.article-content h6 {
    font-size: 22px;
    font-weight: 700;
    line-height: 1;
    color: #20ce97;
    margin: 13px 0
}

.article-content a,
.way-description .description a {
    color: #20ce97;
    text-decoration: underline;
}

.article-content a:hover,
.way-description .description a:hover {
    text-decoration: none;
}

.article-content h1 {
    font-size: 30px
}

.article-content h3 {
    padding-left: 20px
}

.article-content ol {
    counter-reset: list;
    overflow: hidden;
    padding-left: 15px
}

.article-content ol>li {
    list-style: none
}

.article-content ol>li:before {
    content: counter(list) ") ";
    counter-increment: list
}

.article-content ul {
    list-style: none;
    padding: 0 0 0 20px
}

.article-content ul li {
    background: url(assets/images/icons/li-icon-12.png) 6px 8px no-repeat;
    padding: 0 0 0 24px
}

.article-content blockquote {
	border: 1px solid rgba(28, 117, 89, .15);
	color: #107253;
	font-size: 14px;
	line-height: 25px;
	padding: 18px 38px 18px 62px;
	margin: 20px 0;
	border-left: 5px solid #20ce97;
	background: url(assets/images/icons/quote.png) 24px 24px no-repeat #e9fff8;
	overflow: hidden;
}

.article-content p img,
.article-content>img {
    /*width: 100%;*/
    float: left;
    padding: 0 15px
}

.article-content p.images {
    overflow: hidden;
    margin: 0 -15px 10px
}

.article-content iframe {
    display: none;
}

.blog-content .article-bottom {
    margin-top: 30px;
    overflow: hidden
}

.article-bottom .share {
    float: left
}

.article-bottom .author {
    float: right;
    padding-top: 22px
}

.article-bottom .author .name>div,
.article-bottom .share>div {
    color: #4c4c4c;
    font-size: 14px;
    font-weight: 500
}

.article-bottom .share>div {
    line-height: 30px
}

.article-bottom .author .avatar {
    float: left;
    margin-right: 13px
}

.article-bottom .author .name {
    float: left;
    line-height: 20px
}

.article-bottom .author .name a {
    color: #16a276;
    font-size: 14px;
    font-weight: 400;
    text-decoration: underline
}

.article-bottom .author .name a:hover {
    text-decoration: none
}

.page-doctor .single-doctor {
    margin-top: 35px;
    padding-bottom: 45px;
}

.page-doctor .doctor-info {
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.13);
    padding: 30px;
}

.page-doctor .doctor-info .thumb {
    border: 1px solid rgba(0, 0, 0, .12);
    min-height: 120px;
}

.page-doctor .doctor-info .thumb img {
    margin: 0;
    border: none;
    width: 100%
}

.page-doctor .doctor-info .no-img .thumb img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: auto
}

.page-doctor .doctor-info h2 {
    color: #20ce97;
    font-size: 20px;
    font-weight: 700;
    margin-top: 30px;
    margin-bottom: 25px;
}


.page-doctor .doctor-info .rating {
    font-size: 14px;
    color: #6f6f6f;
    margin-top: -19px;
    padding-bottom: 25px;
}

.page-doctor .doctor-info .rating > * {
    display: inline-block;
    margin-left: 5px;
}

.page-doctor .doctor-info .rating .stars {
    color: #ffd200;
}

.page-doctor .doctor-info ul {
    padding: 0;
    margin: 0;
    list-style: none;
    color: #6f6f6f;
    font-size: 15px;
    line-height: 25px;
}

.page-doctor .doctor-info ul li {
    padding: 10px 0 10px 37px;
    position: relative;
    border-top: 1px solid #ececec;
}

li.li-specialty,
li.li-posada,
li.li-degree,
li.li-activity {
    background: url(assets/images/icons/field_1.png) no-repeat left 17px;
}

li.li-exp {
    background: url(assets/images/icons/field_2.png) no-repeat left 17px;
}

li.li-langs {
    background: url(assets/images/icons/field_3.png) no-repeat left 17px;
}

.page-doctor .doctor-info ul li strong {
    display: block;
    font-size: 16px;
    color: #414141;
}

.page-doctor .doctor-details {
    padding-left: 35px;
}

.page-doctor .doctor-details h1.heading {
    font-size: 24px;
    line-height: 1;
    margin: 0;
    text-align: left;
}

.page-doctor .doctor-details > h3,
.page-doctor .doctor-details .licence > h3 {
    font-size: 17px;
    line-height: 26px;
    color: #414141;
    margin: 17px 0 12px;
    font-weight: 700;
}

.page-doctor .doctor-details .description {
    font-size: 15px;
    line-height: 26px;
    color: #636363;
    padding-bottom: 20px;
    border-bottom: 1px solid #ececec;
}

.page-doctor .doctor-details .description ul {
    padding: 0;
    list-style: none;
    line-height: 24px;
}

.page-doctor .doctor-details .description li {
    margin: 6px 0;
    position: relative;
    padding-left: 30px;
}

.page-doctor .doctor-details .description li::before {
    content: '';
    width: 16px;
    height: 16px;
    display: block;
    position: absolute;
    left: 0;
    top: 8px;
    background: url(assets/images/icons/li-icon-16.png) center left no-repeat
}

.page-doctor .doctor-details .licence {
    overflow: hidden;
    padding-top: 13px;
    padding-bottom: 14px;
    /*margin-bottom: 38px;*/
    border-bottom: 1px solid #ececec;
}

.page-doctor .doctor-details .licence ul.items {
    list-style: none;
    overflow: hidden;
    padding: 0;
    margin: 0 -6px;
}

.page-doctor .doctor-details .licence .items li {
    display: inline-block;
    max-width: 68px;
    margin: 0 6px 12px;
}

.page-doctor .doctor-details a.doctor-appointment {
    font-size: 14px;
    color: #ffffff;
    text-transform: uppercase;
    line-height: 52px;
    background: #20ce97;
    display: inline-block;
    padding: 0 22px 0 18px;
    border-radius: 26px;
    font-weight: 900;
    margin-top: 38px;
}
.page-doctor .doctor-details a.doctor-appointment img {
    margin-right: 12px;
    border-radius: 50%;
}


.page-doctor .illness.ways {
    background: #f4fffc;
    border-top: 1px solid rgba(0, 0, 0, .15);
    border-bottom: 1px solid rgba(0, 0, 0, .15)
}

.page-doctor .licence .title {
    font-size: 20px;
    font-weight: 700;
    color: #5e5e5e;
    margin: 32px 0
}

.list-licence a {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0 15px
}

.list-licence img {
    max-width: 100%
}

.page-doctor .licence {
    padding-bottom: 40px
}

.partners {
    padding-bottom: 15px
}

.page-doctors .thumb.no-img {
    cursor: pointer;
    width: 302px;
    float: left;
    min-height: 200px;
    margin-right: 30px;
    background: #e5fff7;
    position: relative;
    border-radius: 3px;
    border: 1px solid rgba(0, 0, 0, .12);
    margin-bottom: 11px
}

.page-doctors .thumb.no-img img {
    border: none;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%)
}

.page-doctors .reviews {
    border-top: 1px solid rgba(5, 87, 61, .15);
    padding-bottom: 30px;
}

.page-doctors .doctors+.row .tabs a.active::before {
    top: auto;
    bottom: 100%;
    border-top: none;
    border-bottom: 6px solid #ff8e3b
}

.page-doctors .vacancies {
    background: #f4fffc;
    border-top: 1px solid rgba(5, 87, 61, .15);
    padding: 30px 0
}

.page-article+.map,
.page-doctors .map {
    background: #f4fffc
}

.doctors+.map {
    background: 0 0
}

.map-bg-white .map {
    background: transparent;
}

.way-ill+.map {
    background: rgba(0, 0, 0, 0)
}

.doctor-exp+.shadow {
    margin-top: 15px;
    padding-bottom: 30px
}

.exp {
    margin-bottom: 24px
}

.exp .title {
    font-size: 16px;
    font-weight: 500;
    color: #464545
}

.exp .chart,
.history .circle,
.not-found {
    color: #20ce97;
    font-weight: 700
}

.exp .chart {
    font-size: 38px;
    line-height: 92px;
    width: 98px;
    height: 98px;
    border: 3px solid #20ce97;
    margin: 0 auto 20px;
    border-radius: 50%
}

.footer .payment {
    margin: 11px 0 0
}

input[name=search]+.dropdown-menu {
    overflow: hidden;
    right: 15px;
    max-height: 388px;
    overflow-y: auto
}

input[name=search]+.dropdown-menu>li>a {
    text-overflow: ellipsis;
    overflow: hidden
}

.not-found {
    margin-bottom: 20px
}

.page-doctors .filters {
    padding: 0 0 10px
}

.vacancy-buttons {
    margin: 20px 10px 10px
}

.history .history-row {
    margin-bottom: 20px;
    display: table;
    width: 100%
}

.history .circle {
    float: left;
    width: 90px;
    height: 90px;
    border: 2px solid #20ce97;
    border-radius: 50%;
    line-height: 1
}

.history .circle .year {
    font-size: 26px;
    margin-top: 22px
}

.history .circle .month {
    font-size: 12px
}

.history .description,
.history-row .cell {
    display: table-cell;
    vertical-align: middle
}

.history .description {
    font-size: 16px;
    line-height: 30px;
    color: #686868;
    padding-left: 30px
}

.video-tour h4 {
    margin-top: 0
}

.carousel {
    position: relative;
    overflow: hidden
}

.carousel .prev,
.carousel .next {
    position: absolute;
    border-top: 12px solid rgba(0, 0, 0, 0);
    border-bottom: 12px solid rgba(0, 0, 0, 0);
    z-index: 1000;
    top: 75px;
}

.carousel .prev { left: 0; border-right: 10px solid rgb(104, 104, 104); }
.carousel .next { right: 0; border-left: 10px solid rgb(104, 104, 104); }

.carousel ul {
    font-size: 0;
    white-space: nowrap;
    list-style: none;
    left: 0;
    margin: 0 0 30px;
    padding: 0;
    position: relative;
    transition: left .6s ease-in-out
}

.carousel ul.thumbs {
    padding: 0 9px;
    white-space: normal;
    margin-bottom: 0
}

.carousel li {
    float: none;
    display: inline-block;
    vertical-align: middle
}

.carousel .items li>span {
    display: block;
    position: relative
}

.carousel img {
    width: 100%
}

.banner .carousel .trigger .img img {
    width: auto;
}

.carousel .items li a {
    display: block;
    position: relative;
}

.carousel .items li a span {
    color: #fff;
    background: rgba(0, 0, 0, .4);
    position: absolute;
    font-size: 13px;
    font-weight: 700;
    line-height: 30px;
    right: 0;
    left: 0;
    bottom: 15px;
    padding: 0 15px;
}

.carousel .thumbs li {
    border: 2px solid transparent;
    cursor: pointer;
    width: 63px;
    margin: 0 6px 6px;
    padding: 0
}

.carousel .thumbs li.active {
    border-color: #20ce97
}

.personal {
    padding-bottom: 40px
}

.personal.no-heading {
    padding-top: 35px;
}

.personal .callout {
    text-align: left;
    padding: 26px 38px;
    border-left: 1px solid rgba(5, 87, 61, .15)
}

.personal .callout h4 {
    color: #20ce97;
    font-size: 18px;
    font-weight: 700;
    background-position: left 30px
}

.personal .description .item {
    color: #515151;
    font-size: 14px;
    line-height: 28px;
    margin-bottom: 18px
}

.personal .description .item strong {
    display: block;
    font-size: 16px;
    font-weight: 500;
    line-height: 18px;
    margin-bottom: 5px
}

.personal .avatar img {
    width: 100%
}

.personal .avatar .bottom {
    border: 1px solid rgba(8, 83, 42, .12);
    background: #f2fffb;
    color: #515151;
    padding: 15px 18px 5px
}

.personal .avatar .name {
    font: 700 16px/20px Roboto;
    margin-bottom: 10px;
}

.personal .avatar .qualification {
    font: 14px/24px Roboto;
}

.footer .lang-switcher .dropdown-menu {
    top: auto;
    bottom: 100%
}

.footer .linksl .dropdown-menu {
    bottom: 100%;
    top: auto;
    left: auto;
}

.footer .linksl .dropdown-menu.active { display: block; }

.footer .linksl .dropdown-menu li {
    padding: 0;
}

.footer .linksl .dropdown-menu li a {
    padding-left: 10px;
}

.footer .linksl .dropdown-menu li a,
.footer .linksl .dropdown-menu li a i {
    color: rgba(0, 0, 0, 0.7);
}

.footer .lang-switcher ul li {
    padding: 0
}

.footer .lang-switcher ul li a {
    color: #444;
    cursor: pointer;
    font-size: 14px;
    padding: 10px 15px;
    line-height: 1
}

.footer .lang-switcher ul li.active a {
    color: #fff;
    text-decoration: none;
    background-color: #1ec590;
    font-weight: 500
}

.link-more-rw {
    margin: 25px 0;
    display: inline-block
}

.video {
    margin-bottom: 20px
}

@media (min-width:1200px) {
    .header .col>a i {
        font-size: 13px
    }
    .header .col.htel {
        margin-left: 0
    }
    .appointment-form {
        left: 50%;
        right: auto
    }
    .footer-menu {
        padding-left: 70px
    }
}

@media (max-width:1199px) {
    .footer .bottom .licence {
        margin-left: 0
    }
    .footer .linksl {
        text-align: center
    }
    .helpful-info .top {
        height: 230px
    }
    .helpful-info .inner img {
        max-width: 60px
    }
    .form-review .form-group {
        margin-bottom: 0
    }
    .form-review .form-group.input-textarea {
        margin-bottom: 15px
    }
    .form-review .form-group.input-textarea+.form-group {
        margin-bottom: 30px
    }
    .form-review .filter {
        margin-bottom: 25px
    }
    .form-review .rating {
        float: none;
        clear: both;
        margin-bottom: 10px;
        line-height: 20px
    }
    .form-review .rating+.rating {
        margin-left: 0
    }
    .form-review .rating .stars {
        display: inline-block
    }
    .form-review .rating>span {
        display: block
    }

    .carousel .prev,
    .carousel .next { top: 58px; }

}

@media (min-width:992px) and (max-width:1199px) {
    .header .info .appointment  {
        padding-left: 0;
    }

    a.sign-in {
        margin-left: 0;
        margin-right: 10px;
    }

    .faq-list a.link-question {
        max-width: 750px;
    }

    .partner-list li {
        width: 33.33%;
    }

    .powered {
        margin: 0 -15px
    }
    .header .appointment {
        float: right
    }
    .hlsw.hidden-xs {
        /*margin-right: 16px;*/
        float: left
    }
    .header .col a,
    .header .col h5,
    .header .col h5 a {
        font-size: 13px
    }
    .header .col {
        margin-right: 0
    }
    .header .col+.col {
        margin-left: 15px
    }
    .lang-switcher {
        margin-left: 20px !important;
        margin-right: 0 !important;
    }
    .header .appointment>.btn {
        font-size: 12px
    }
    .header .col>a i {
        font-size: 11px
    }
    .illness li,
    .illness.ways li {
        width: 33.33%
    }
    .reviews .tabs .nav>li>a>img {
        margin-right: 8px
    }
    .reviews .tabs .nav>li>a {
        font-weight: 500
    }
    .personal .avatar {
        margin-bottom: 10px
    }
}

@media (max-width:991px) {
    .footer .fw12~.fw12,
    .powered {
        border-top: 1px solid rgba(255, 255, 255, .1);
        text-align: center
    }
    .aside,
    .aside-overlay {
        position: fixed;
        top: 0;
        bottom: 0
    }
    .header .col {
        margin: 0
    }
    .header .col+.col {
        margin-left: 15px
    }
    html[data-lang=ua] .header .col+.col {
        margin-left: 14px
    }
    .header .col h5 {
        margin: 0 0 7px;
        font-size: 13px;
        line-height: 1.2
    }
    .header .col h5 a {
        margin: 0;
        font-size: 13px
    }
    .header .col>a {
        font-size: 13px
    }
    .header .col>a i {
        display: none
    }
    .header .appointment>.btn {
        font-size: 12px
    }
    html[data-lang=ua] .header .appointment>.btn {
        font-size: 11px
    }
    .header .appointment {
        float: right
    }
    html[data-lang=ua] .header .appointment {
        padding-left: 0
    }
    .header .hlsw {
        margin-right: 20px;
        float: left
    }
    .footer .fw12~div h4 {
        margin-top: 25px
    }
    .powered {
        margin-top: 5px
    }
    #map,
    .map {
        min-height: 405px
    }
    .appointment-form {
        padding: 35px 30px 0;
        width: 385px
    }
    .appointment-form h2.heading {
        font-size: 30px;
        background-position: center 41px
    }
    .appointment-form .heading small {
        font-size: 14px;
        margin-top: 8px
    }
    .appointment-form .btn[type=submit] {
        margin-bottom: 15px
    }
    .smc-map-marker .marker-image {
        padding-right: 8px;
        width: 54px
    }
    .header #main-menu {
        margin: 5px 0 0;
        padding-bottom: 6px
    }
    #main-menu li {
        /*border-top: 1px solid rgba(255, 255, 225, .25)*/
    }
    .header .menu .nav a {
        line-height: 50px;
        padding-left: 15px;
        text-align: left;
        margin-bottom: 0
    }
    .illness li,
    .illness.ways li {
        width: 50%
    }
    .banner .learn-more h2 {
        font-size: 32px;
        margin: 15px 0 0
    }
    .banner .learn-more h2 small {
        font-size: 18px
    }
    .filters .filter>div:not(.bs-select),
    .tabs .nav>li>a {
        font-size: 13px;
        font-weight: 500
    }
    .banner .learn-more .btn {
        margin-top: 20px;
        height: 42px;
        line-height: 40px
    }
    .doctor .details .rating {
        clear: left;
        float: left;
        margin: 5px 0
    }
    .tabs .nav>li>a>img {
        margin-right: 8px
    }
    .tabs .nav>li>a {
        padding: 15px
    }
    .reviews .tabs .nav>li>a>img {
        margin-top: 0
    }
    .doctor .details h4.name {
        padding-bottom: 25px;
        margin-bottom: 5px
    }
    .article-section .list li {
        font-size: 15px
    }
    .personal .avatar {
        margin-bottom: 10px
    }
    .aside {
        z-index: 4000;
        left: -500px;
        background: #f4fffc;
        padding-top: 15px;
        box-shadow: 0 0 10px 5px rgba(0, 0, 0, .1);
        transition: left .5s ease;
        overflow-y: auto
    }
    .aside.in {
        left: 0
    }
    .aside-overlay {
        background: rgba(0, 0, 0, .1);
        display: none;
        z-index: 3999;
        left: 0;
        right: 0
    }
    .aside-overlay.in {
        display: block
    }

    .partner-list li {
        width: 50%;
    }

    .faq-list a.link-question {
        max-width: 540px;
    }
}

@media (max-width: 767px) {
    .doctors.row.doctors-filter {
        margin-bottom: 30px;
    }

    .header .appointment {
        width: 100%;
    }

    .carousel .prev,
    .carousel .next { top: 90px; }

    .page-doctor .doctor-details {
        margin-top: 30px;
        padding-left: 0;
    }
}

@media (max-width:768px) {
    .banner .carousel-inner .learn-more {
        margin-bottom: 15px;
    }
    #map,
    .map {
        min-height: initial
    }
    .banner .learn-more.asq-doctor,
    .column.info-location,
    .footer .top .row>div {
        text-align: center
    }
    .page-news h2.heading {
        margin-bottom: 20px
    }
    .targets h2.heading {
        font-size: 25px
    }
    .about.targets {
        background: url(assets/images/targets-bg-320.jpg) top center repeat-y
    }
    .targets .description .caption {
        font-size: 15px;
        line-height: 1.2;
        margin: 0 0 5px
    }
    .targets .description p {
        font-size: 13px;
        line-height: 1.5
    }
    .targets .cell {
        width: 75px
    }
    .targets .img {
        width: 75px;
        height: 75px
    }
    .targets .img img {
        max-width: 35px;
        max-height: 35px
    }
    .footer .fw12~div {
        border-top: 1px solid rgba(255, 255, 255, .1)
    }
    .footer .top .col-xs-6 {
        margin-bottom: 15px
    }
    .map {
        padding-top: 42px
    }
    .map::before {
        top: 39px
    }
    .appointment-form {
        padding: 20px 15px 0;
        right: 12px
    }
    .appointment-form::after,
    .appointment-form::before {
        border-bottom: 16px solid #d7d7d7
    }
    .appointment-form::before {
        left: -8px;
        border-left: 8px solid transparent
    }
    .appointment-form::after {
        border-right: 8px solid transparent;
        right: -8px
    }
    .appointment-form h2.heading {
        font-size: 24px;
        background-position: center 31px;
        margin-bottom: 24px
    }
    .appointment-form .heading small {
        font-size: 12px;
        margin-top: 8px
    }
    .appointment-form .form-group {
        margin: 0 0 15px
    }
    .appointment-form .input-group .form-control:first-child,
    .appointment-form .input-group input {
        height: 42px;
        line-height: 42px;
        font-size: 15px !important;
        padding-left: 15px
    }
    .appointment-form .input-group-lg>.input-group-addon {
        font-size: 13px;
        padding: 0 15px;
        height: 42px
    }
    .appointment-form .btn[type=submit] {
        margin-bottom: 0;
        height: 42px;
        line-height: 42px;
        font-size: 14px
    }
    .map {
        height: 387px
    }
    #map {
        height: 345px
    }
    h2.heading {
        font-size: 28px
    }
    h2.heading small {
        font-size: 14px;
        line-height: 1.4
    }
    .carousel-pager {
        display: none
    }
    .banner .learn-more {
        position: relative;
        padding-left: 15px;
        text-align: center
    }
    .banner::before {
        content: '';
        background: url(assets/images/shadow.png) top center repeat-x;
        width: 100%;
        position: absolute;
        left: 0;
        bottom: 0;
        display: block;
        height: 10px;
        transform: rotate(180deg)
    }
    .banner .learn-more h2 {
        font-size: 26px;
        margin: 15px 0
    }
    .banner .learn-more h2 small {
        font-size: 15px;
        line-height: 20px;
        margin-top: 10px
    }
    .banner .learn-more .btn {
        margin-top: 0;
        margin-bottom: 30px;
        height: 42px;
        line-height: 40px;
        font-size: 12px
    }
    .breadcrumb {
        display: none
    }
    .header .logo {
        margin: 10px 0;
        width: 52px;
        overflow: hidden;
        float: left;
    }
    .header .appointment > .btn:last-child {
        font-weight: 500;
        text-transform: none;
        width: 160px;
        text-align: center;
    }
    .btn-toggle-contacts,
    .btn-toggle-contacts:hover,
    .btn-toggle-contacts:active,
    .btn-toggle-contacts:focus {
        background: url(assets/images/logo-orange.png) no-repeat 6px 6px;
        font-weight: 500;
        text-transform: none;
        color: rgb(255,143,57);
        border: 1px solid;
        min-width: 116px;
        position: relative;
        padding: 0 30px !important;
    }
     .btn-toggle-contacts i {
        position: absolute;
        display: block;
        border-top: 4px solid rgb(255,143,57);
        border-left: 5px solid transparent;
        border-right: 5px solid transparent;
        top: 50%;
        margin-top: -2px;
        right: 10px;
    }
    .btn-toggle-contacts i::before {
        content: '';
        display: block;
        border-top: 5px solid #fff;
        border-left: 5px solid transparent;
        border-right: 5px solid transparent;
        right: -5px;
        top: -6px;
        position: absolute;
    }
    .header .appointment .dropdown-menu {
        left: 15px;
        right: 15px;
        margin-top: 0;
        border-radius: 6px;
        max-width: 400px;
        padding-top: 0;
        top: 0;
        border: 1px solid rgb(255,143,57);
    }
    .header .appointment .dropdown-menu>li>a {
        padding-left: 10px;
        font-size: 12px;
        color: #555;
        padding: 5px 10px;
        line-height: 1;
    }

    .header .appointment .dropdown-menu>li>a i {
        color: rgb(255,143,57);
        font-size: 14px;
        margin-right: 7px;
    }

    .dropdown-menu > li > a.btn.btn-toggle-contacts,
    .dropdown-menu > li > a.btn.btn-toggle-contacts:active,
    .dropdown-menu > li > a.btn.btn-toggle-contacts:hover,
    .dropdown-menu > li > a.btn.btn-toggle-contacts:focus{
        width: 126px;
        line-height: 34px;
        height: 36px;
        color: rgb(255,143,57);
        border-color: transparent;
        box-shadow: none;
        background-color: transparent;
        font-weight: 500;
        text-align: left;
    }
    .dropdown-menu > li > a.btn.btn-toggle-contacts i {
        border-top: none;
        border-bottom:  4px solid rgb(255,143,57);
    }
    .dropdown-menu > li > a.btn.btn-toggle-contacts i::before {
        border-top: none;
        border-bottom:  5px solid #fff;
        top: auto;
        bottom: -6px;
    }
    #slider .item > img {
        display: none;
    }
    .menu-link.visible-xs {
        float: left;
        font-size: 14px;
        text-transform: uppercase;
        color: #fff;
        font-weight: 500;
        line-height: 30px;
        margin: 23px 0 20px 15px;
    }
    .header.fx .menu-link.visible-xs {
        margin: 13px 0 10px 15px;
    }
    .header.fx .logo {
        margin: 6px 0;
    }
    .header.fx .mtoggler {
        margin: 10px 0;
    }
    .header.fx .search-button {
        margin: 15px 0 0;
    }
    .header .logo img {
        max-width: initial;
        width: 168px;
    }
    .carousel {
        margin-top: 0
    }
    .way-filter .learn-more h3 {
        font-size: 23px
    }
    .page-price .filter .bs-select {
        max-width: 360px
    }
    h2.heading.margin-top {
        margin-top: 30px
    }
    .banner .trigger {
        width: 33%
    }
    .banner .trigger .img img {
        max-width: 35px
    }
    .banner .trigger .img {
        width: 80px;
        height: 80px;
        margin-left: -40px
    }
    .banner .trigger .name {
        font-size: 13px;
        margin-top: 10px
    }
    .banner.way .img-bg {
        position: relative;
        margin-bottom: 15px;
        display: none;
    }
    .banner.way .img-bg img {
        max-width: 100%;
        max-height: initial;
        margin-left: -50%
    }
    .free-consult {
        background-image: url(assets/images/targets-bg-768.jpg)
    }
    .free-consult h2.heading {
        margin-top: 32px
    }
    .free-consult .btn {
        margin: 10px 0
    }
    .page-doctors .thumb.no-img img {
        width: 70px
    }
    .doctor>img,
    .page-doctors .thumb.no-img {
        width: 160px;
        min-height: 160px;
        margin-right: 15px
    }
    .doctor>img {
        min-height: initial
    }
    .doctor .details h4.name {
        padding-bottom: 22px
    }
    .reviews h2.heading {
        margin: 30px 0
    }
    .review-item .details {
        float: left;
        border: 1px solid rgba(0, 0, 0, .15);
        padding-bottom: 5px;
        width: 100%;
    }
    .review-item.admin-answer .details {
        margin-left: 0
    }
    .review-item+.review-item {
        margin-top: 10px
    }
    .review-item.admin-answer {
        padding-left: 35px;
        margin-top: 20px
    }
    .review-item .details h5.name {
        position: relative;
        margin: 0;
        line-height: 20px;
        padding: 12px 0 24px;
        background-image: none
    }
    .review-item .details span.date {
        font-size: 12px;
        line-height: 20px;
        color: #7b7b7b;
        position: absolute;
        left: 0;
        bottom: 0;
        margin-bottom: 5px
    }
    .review-item .details span.date i {
        margin-right: 5px;
        font-size: 10px
    }
    .review-item .stars {
        margin: 5px 0
    }
    .review-item .stars .fa-star {
        color: #ffd200
    }
    .review-item .stars .fa-star.empty {
        color: #dedede
    }
    .reviews .leve-review {
        margin: 10px auto;
        width: 290px;
        font-size: 13px;
        line-height: 42px;
        height: 42px;
        padding: 0 12px
    }
    .doctor-exp h2.heading {
        margin-bottom: 25px
    }
    .exp .chart {
        font-size: 30px;
        line-height: 74px;
        width: 80px;
        height: 80px;
        margin: 0 auto 12px
    }
    .exp .title {
        font-size: 13px
    }
    .filters .dropdown-toggle,
    .filters input {
        font-size: 14px;
        line-height: 42px;
        padding: 0 42px 0 15px
    }
    .filters .filter .btn-search {
        font-size: 16px;
        width: 42px;
        height: 42px;
        line-height: 42px
    }
    .form-review .dropdown-toggle::before {
        right: 16px
    }
    .form-review .review-type label+label {
        margin-left: 8px
    }
    .form-review .review-type {
        margin-right: 0;
        padding-right: 15px;
        float: right;
    }
    .form-review .review-type + .btn {
        clear: right;
    }
    .form-review .review-type.has-error::after {
        right: 0;
    }
    .form-review .btn {
        font-size: 12px;
        padding: 0 15px;
        height: 42px;
        margin-top: 56px
    }
    .tabs .nav>li>a.active::before {
        display: none
    }
    .reviews .tabs .nav>li>a>img {
        margin-top: -4px
    }
    .page-doctor .doctor .thumb {
        min-height: 145px
    }
    .history .description {
        font-size: 14px;
        line-height: 25px;
        padding-left: 15px
    }
    .carousel ul {
        margin: 0 0 15px
    }
    .article-section .description h1,
    .article-section .description h2,
    .article-section .description h3,
    .article-section .description h4,
    .article-section .description h5,
    .article-section .description h6 {
        line-height: 1;
        font-weight: 700
    }
    .article-section .description h3 {
        font-size: 18px
    }
    .article-section .description h2 {
        font-size: 22px
    }
    .article-section .description h1 {
        font-size: 26px
    }
    .article-section .description h4 {
        font-size: 16px
    }
    .article-section .description h5 {
        font-size: 14px
    }
    .article-section .description h6 {
        font-size: 12px
    }
    .article-section .description p {
        font-size: 14px;
        line-height: 2
    }
    .about.targets .description {
        padding-left: 15px
    }
    .news-row {
        clear: both
    }
    .page-article .article .article-data {
        clear: both;
        padding-top: 15px
    }
    .doctor-video.modal.in .modal-dialog {
        margin-top: 0
    }
    .doctor-video .modal-content {
        border: none;
        max-height: 290px;
        max-width: 420px;
        margin: 0 auto
    }
    .front-page .banner .carousel-inner .learn-more {
        position: relative;
    }
}

@media (max-width:599px) {
    .footer .xlang {
        position: absolute;
        right: 15px;
        top: 0
    }
    .footer .bottom .licence {
        line-height: 20px;
        border-top: 1px solid rgba(255, 255, 255, .1);
        display: block;
        clear: both;
        padding: 15px 0
    }
    .header .col+.col {
        margin-left: 10px
    }
    .htel+.htel {
        display: none
    }

    .carousel .prev,
    .carousel .next { top: 80px; }

    .partner-list li {
        width: 100%;
    }
}

@media (min-width:625px) and (max-width:1199px) {
    .header .col.htel {
        margin-left: 15px
    }
    .lang-switcher.dropdown {
        margin-left: 15px;
        margin-right: 0;
    }
    a.sign-in {
        margin-left: 0;
        margin-right: 15px;
    }
    .banner .learn-more {
        text-align: left
    }
    .cntxs>div {
        min-height: 370px
    }
    .page-contacts .info-quality .btn {
        font-size: 12px;
        padding: 0 15px
    }
    .page-contacts .contacts .column {
        padding: 30px 15px;
        min-height: initial
    }
    .page-contacts .info-contacts ul:not(.social) a {
        font-size: 14px
    }
}

@media (max-width:480px) {
    .pl-tbl, .pl-tbl a {
        font-size: 15px;
        line-height: 18px;
    }

    .pl-head div {
        padding: 19px 15px;
    }

    .pl-price {
        width: 100px;
    }

    .pl-toggler {
        padding: 10px 15px 10px 28px;
    }

    .pl-toggler::before {
        left: 15px;
    }

    .pl-toggler.in::before {
        left: 12px;
    }

    .pl-group {
        padding-left: 10px;
    }

    .pl-group > .pl-toggler, .pl-service {
        padding: 10px 28px;
    }

    .pl-row {
        padding-left: 10px;
    }

    .pl-row .pl-price {
        padding: 10px;
    }

    .pl-service {
        padding-right: 10px;
        max-width: 170px;
        word-wrap: break-word;
    }

    .page-news .news .article .image {
        width: 100%;
        display: block;
        padding: 0 0 15px
    }
    .page-news .news .article {
        display: block;
        padding: 20px 15px
    }
    .page-news .news .article .image a {
        position: relative;
        display: block;
        width: 100%
    }
    /*.header .appointment>.btn,*/
    .map .gmnoprint.gm-bundled-control.gm-bundled-control-on-bottom,
    .page-article .viewed {
        display: none
    }
    .page-news .news .article .details {
        padding: 0
    }
    .page-news .news .article .heading>a {
        font-size: 14px;
        line-height: 1
    }
    .page-news .news .article .details .date {
        width: 46px
    }
    .personal .avatar {
        margin-bottom: 0
    }
    .header .col+.col {
        margin-left: 25px
    }
    .callout {
        padding: 24px 15px
    }
    .callout .btn {
        font-size: 13px;
        padding: 0 10px
    }
    .callout h4 {
        font-size: 14px
    }
    .callout p {
        font-size: 13px
    }
    .appointment-form {
        left: 12px;
        width: auto
    }
    .powered {
        font-size: 12px
    }
    .article-section .list li,
    .illness li a,
    .illness ul,
    .illness.ways li {
        font-size: 15px;
        width: 100%
    }
    .ways-list>div {
        width: 100%
    }
    .way-block {
        min-height: initial;
        max-width: 290px;
        margin: 0 auto 30px
    }
    .page-contacts .contacts .column {
        padding: 30px 15px
    }
    .page-contacts .info-quality .btn {
        font-size: 12px;
        padding: 0 15px
    }
    .banner .learn-more h2 {
        font-size: 23px
    }
    .banner .trigger .name {
        font-size: 12px;
        margin-top: 5px;
        text-transform: none
    }
    .banner .trigger .img {
        width: 65px;
        height: 65px;
        margin-left: -32px
    }
    .banner .trigger .img img {
        max-width: 30px
    }
    .way-columns .thumbnail {
        width: 100%
    }
    .free-consult h2.heading {
        font-size: 25px;
        margin-top: 20px
    }
    .doctor {
        overflow: visible;
    }
    .doctor>img,
    .page-doctors .thumb.no-img {
        background-color: transparent;
        width: 130px;
        margin-right: 15px;
        min-height: 58px;
        border: none
    }
    .article-section .article-thumb,
    .carousel li,
    .form-review .filter,
    .personal .avatar,
    .s-doc-img {
        width: 100%
    }
    .doctor>img {
        min-height: initial
    }
    .doctor .details h4.name {
        font-size: 15px;
        padding-bottom: 20px;
        margin-bottom: 5px
    }
    .doctor .details .info {
        margin-top: 12px
    }
    .doctor .details .btn {
        margin-top: 5px
    }
    .page-doctor .details {
        clear: both;
        width: 100%;
        overflow: hidden
    }
    .article-section .article-thumb+.description,
    .article-section .video+.description {
        clear: both
    }
    .personal .description {
        padding-top: 20px;
        clear: both
    }
    .personal .callout {
        padding: 15px 20px 25px
    }
    .page-article .article .image {
        max-width: 100%;
        margin-right: 0
    }
    .article-bottom .author {
        float: left;
        clear: left
    }

    .carousel .prev,
    .carousel .next { top: 124px; }
}

@media (min-width:481px) and (max-width:768px) {
    .helpful-info .article-row {
        margin: 0 -7px
    }
    .helpful-info .col-xs-12 {
        width: 33.33%;
        padding: 0 7px
    }
    .helpful-info .top {
        height: 200px
    }
    .helpful-info .inner img {
        max-width: 50px;
        transition: top .35s
    }
    .helpful-info .article:hover .inner img {
        top: -100%;
        position: absolute
    }
    .helpful-info .article:hover .bg-img {
        display: none
    }
    .helpful-info .article .name {
        font-size: 13px
    }
    .helpful-info .article .description {
        font-size: 13px;
        line-height: 1.4
    }
    .helpful-info .article .heading {
        font-size: 15px;
        line-height: 36px
    }
    .helpful-info .article:hover .heading {
        line-height: 1;
        margin-bottom: 15px
    }
    .article-section .list li,
    .illness li,
    .illness.ways li {
        width: 50%
    }
    .article-section.future .list li {
        width: 100%
    }
    .illness li a {
        font-size: 15px
    }
    .news .article-row>div,
    .ways-list>div {
        width: 50%
    }
    .list-news .filters {
        padding: 20px 5px
    }
}

@media (min-width:768px) and (max-width:1199px) {
    .header .logo {
        margin: 10px 0;
        width: 190px
    }
    .header.fx .logo {
        margin: 4px 0;
        width: auto;
    }
    .header .menu .nav a {
        font-size: 13px;
        line-height: 50px;
        padding: 0;
        margin: 0 7px
    }
    .video {
        margin: 0
    }
    .banner .learn-more.asq-doctor h2 {
        margin-bottom: 30px
    }
    .review-item .details {
        display: table-cell;
        float: none
    }
    .list-news .filters {
        padding: 25px 10px 5px
    }
}

@media (min-width:992px) and (max-width:1199px) {
    .header #main-menu {
        margin: 14px 0
    }

    .header.fx #main-menu {
        margin: 0 -15px 0;
    }

    .header.fx .logo {
        margin: 5px 0;
        width: auto;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .header .logo {
        margin: 10px 0 2px;
        overflow: hidden;
        width: 130px;
    }

    .menu-logo-fixed {
        width: auto !important;
    }

    .header .logo img {
        width: 130px;
        max-width: initial;
    }
}

@media (min-width:625px) and (max-width:991px) {
    .cntxs {
        float: left;
        width: 50%
    }
    .cntxs+.clearfx {
        clear: both
    }
}

@media (min-width:768px) and (max-width:991px) {
    .search-field {
        margin-top: 17px;
    }

    .header.fx .search-field {
        margin-top: -22px;
    }

    .doctors .filter+.filter {
        padding-left: 0
    }

    .header.fx .menu-logo-fixed {
        width: 73px !important;
    }

    .header.fx .menu-menu-fixed {
        width: 80%;
        float: right;
    }

    .header.fx #main-menu li {
        border: none;
    }
}

.consult-discount {
    background: #fff;
    position: fixed;
    z-index: 20000;
    bottom: 0;
    left: 0;
    right: 0;
    box-shadow: 0 -4px 8px rgba(0,0,0, 0.1);
    padding-top: 15px;
}

.consult-discount.visible {
    opacity: 1 !important;
}


.consult-discount input {
    padding: 0 15px;
    line-height: 40px;
    height: 42px;
    width: 290px;
    margin-bottom: 15px;
    margin-top: 5px;
}

.consult-discount .btn {
    margin-bottom: 15px;
    margin-top: 5px;
}

.consult-discount .price {
    color: rgb(61, 184, 145);
    font-size: 30px;
    font-weight: 500;
    line-height: 32px;
    padding-top: 9px;
    height: 50px;
    margin-bottom: 15px;
}

.consult-discount .price span {
    background: #fff;
    position: absolute;
    font-size: 13px;
    line-height: 16px;
    width: 240px;
    left: 50%;
    margin-left: -120px;
    top: -8px;
    font-weight: 500;
    z-index: 10;
}

.consult-discount .price::after {
    content: '';
    display: block;
    position: absolute;
    z-index: 5;
    left: 50%;
    margin-left: -135px;
    width: 270px;
    top: 0;
    height: 50px;
    border: 2px solid rgb(61, 184, 145);
}

.consult-discount a.btn {
    max-width: 270px;
    margin: 0 auto 15px;
}

.reviews h1 + .text-center {
    margin-top: -10px;
    padding-bottom: 30px;
}

.btn-review-scroll {
    margin: 10px;
}

/**
 * Colorbox
 **/
.colorbox,
.cbox-overlay {
    display: none;
    opacity: 0;
    left: 0;
    top: 0;
    z-index: 10100;
    transition: opacity 0.3s;
}
.colorbox.in,
.cbox-overlay.in {
    display: block;
    opacity: 1;
}
.cbox-overlay {
    position: fixed;
    background: rgba(255, 255, 255, 0.8);
    right: 0;
    bottom: 0;
}
.colorbox {
    width: 0;
    height: 0;
    position: fixed;
    top: 50%;
    left: 50%;
    background: rgba(255, 255, 255, 1);
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.3);
    transition: all 0.25s ease;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
}
.colorbox .prev,
.colorbox .next,
.cbox-content img {
    cursor: pointer;
}
.cbox-content { text-align: center; position: relative; }
/*.cbox-content .iframe-gallery {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
}*/
/*.cbox-content .iframe-gallery iframe {
    width: 100%;
    top: 0;
    position: absolute;
    left: 0;
    height: 100%;
}*/
.cbox-content .iframe-gallery + img {
    display: none;
}
.cbox-title {
    color: #686868;
    font-size: 12px;
    font-weight: 500;
    line-height: 20px;
    padding: 5px 15px;
}
.colorbox .prev,
.colorbox .next {
    cursor: pointer;
    background: rgba(0, 0, 0, 0.4);
    position: absolute;
    display: block;
    padding: 0;
    height: 100px;
    width: 100px;
    top: 50%;
    margin-top: -50px;
    border: none;
    border-radius: 4px;
}
.colorbox .prev { left: 15px; }
.colorbox .next { right: 15px; }

.colorbox .prev::before,
.colorbox .next::before {
    content: '';
    display: block;
    width: 30px;
    height: 30px;
    position: absolute;
    top: 50%;
    margin-top: -15px;
}

.colorbox .prev::before {
    transform: rotate(-45deg);
    border-top: 6px solid rgb(255, 255, 255);
    border-left: 6px solid rgb(255, 255, 255);
    left: 50%;
    margin-left: -10px;
}

.colorbox .prev:hover::before {
    border-top: 6px solid rgb(58, 196, 181);
    border-left: 6px solid rgb(58, 196, 181);
}

.colorbox .next::before {
    transform: rotate(45deg);
    border-top: 6px solid rgb(255, 255, 255);
    border-right: 6px solid rgb(255, 255, 255);
    right: 50%;
    margin-right: -10px;
}

.colorbox .next:hover::before {
    border-top: 6px solid rgb(58, 196, 181);
    border-right: 6px solid rgb(58, 196, 181);
}

@media (max-width: 767px) {
    .colorbox .prev, .colorbox .next {
        height: 50px;
        width: 50px;
        top: 50%;
        margin-top: -25px;
    }

    .colorbox .prev::before, .colorbox .next::before {
        width: 20px;
        height: 20px;
        margin-top: -10px;
    }

    .colorbox .prev::before {
        margin-left: -8px;
    }

    .colorbox .next::before {
        margin-right: -8px;
    }
}

@media all and (transform-3d), (-webkit-transform-3d) {
    .carousel-inner>.item.active,
    .carousel-inner>.item.next.left,
    .carousel-inner>.item.prev.right {
        left: 0;
        top: 0;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        border: none;
    }
}

.datepicker {
    border: none;
    height: 52px;
    line-height: 52px;
    font-size: 18px;
    padding-left: 20px;
    padding-right: 0;
    box-shadow: none;
    width: 100%;
}
.timepicker {
    width: 100px;
    border: 0;
    border-bottom: 3px solid #20ce97;
}

.picker__wrap {
    z-index: 1000;
}

#ceo_asq_modal {
    z-index: 11000;
}

#ceo_asq_modal .modal-body {
    overflow: hidden;
}

#ceo_asq_modal .input-group {
    border-bottom: 2px solid #20ce97;
}

#ceo_asq_modal textarea {
    resize: none;
    height: 75px;
    border: 1px solid #20ce97;
}

#ceo_asq_modal .has-error,
#ceo_asq_modal .has-error textarea {
    border-color: #a94442
}

#ceo_asq_modal .form-group:last-child {
    margin-bottom: 0;
}

#ceo_asq_modal .captcha label {
    color: #20ce97;
    font-size: 24px;
    margin-top: 15px;
}

.map iframe {
    left: -30%;
    position: absolute;
    width: 130% !important;
}

#form-review .modal {
    z-index: 10050;
}

@media (max-width: 767px) {
    .col-xs-9.col-sm-3.col-md-3.col-lg-3.menu-logo-fixed {
        padding-right: 0;
        width: 70%;
    }

    .menu-link.visible-xs {
        margin: 23px 0 20px 12px;
    }
    .menu-toggler-parent {
        padding-left: 10px;
        text-align: right;
        width: auto !important;
        float: right;
    }
    a.search-button {
        margin: 22px 6px 0px 0;
        font-size: 24px;
    }
    .mtoggler {
        margin: 17px 0;
    }
    .icon-bar {
        border-bottom: 3px solid #fff;
        width: 24px;
        margin-top: 5px;
    }
}

.sitemap ul {
    list-style: none;
    padding-left: 0;
}

.sitemap li ul {
    padding-left: 40px;
}

.sitemap ul li a {
    color: #1bb181;
    font-weight: 500;
    font-size: 15px;
    display: inline-block;
    margin: 10px 0;
}

.sitemap ul li a:hover {
    text-decoration: underline;
}
