.body-wrapper {
    background: url('/images/pattern.jpg') #fff;
    background-repeat: repeat-y;
    background-size: 100%;
}

h1,
h2,
h3,
h4,
h5,
.h1,
.h2,
.h3,
.h4,
.h5 {
    color: #00315c;
}

#sp-top1 .search .form-control,
#sp-top1 .search .btn {
    padding: 5px 10px;
    font-size: 10px;
    text-transform: uppercase;
    border-radius: 15px;
    border: none;
}

#sp-top1 .search .btn {
    margin-left: 5px;
    border-radius: 15px;
}

#sp-top2 {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    align-items: center;
}

#sp-top2 .social-module {
    margin-left: 15px;
}

#sp-footer,
#sp-footer a {
    font-size: 11px;
    color: #9eabb4!important;
}

#sp-footer a:hover {
    color: #b6c0c6!important;
}

#sp-footer2 .custom {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

#sp-footer2 span {
    margin-right: 5px;
}

#sp-footer2 img {
    display: inline-block;
    margin-left: 5px;
}

.article-details img {
    display: inline-block;
}

.article-info {
    margin-bottom: 0;
    margin-top: 15px;
}

.article-info time {
    font-size: 12px;
    margin-top: 15px;
    color: #00315c;
}

.sp-page-title {
    height: 300px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.sp-page-title .container {
    text-align: center;
}

.sp-page-title .sp-page-title-heading {
    font-size: 48px;
    font-weight: 300;
    color: #00315c;
    text-transform: uppercase;
    text-align: center;
    position: relative;
    display: inline-block;
}

.sp-page-title .sp-page-title-heading:before,
.sp-page-title .sp-page-title-heading:after {
    content: '';
    position: absolute;
    width: 25%;
    height: 1px;
    background-color: #00315c;
}

.sp-page-title .sp-page-title-heading:before {
    top: -15px;
    left: 0;
}

.sp-page-title .sp-page-title-heading:after {
    bottom: -15px;
    right: 0;
}

.breadcrumb {
    background: none;
    padding: 0;
    margin-top: 30px;
}

.breadcrumb-item+.breadcrumb-item {
    padding-left: 0;
}

.breadcrumb-item a,
.breadcrumb-item>span {
    height: 50px;
    line-height: 50px;
    background: #f3f5fa;
    text-align: center;
    padding: 15px 15px 15px 30px;
    position: relative;
    margin: 0 10px 0 0;
    transition: none;
}

.breadcrumb-item:first-child a,
.breadcrumb-item:first-child>span {
    padding-left: 15px;
    padding-right: 0;
}

.breadcrumb-item a:before,
.breadcrumb-item>span:before {
    content: "";
    border-top: 22px solid transparent;
    border-bottom: 22px solid transparent;
    border-left: 22px solid #fff;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
}

.breadcrumb-item:first-child a:before {
    display: none;
}

.breadcrumb-item:not(.active) a:after,
.breadcrumb-item:not(.active) span:after {
    content: "";
    border-top: 22px solid transparent;
    border-bottom: 22px solid transparent;
    border-left: 22px solid #F3F5FA;
    position: absolute;
    right: -22px;
    top: 0;
    z-index: 2;
}

.breadcrumb-item.active {
    background-color: #fff;
}

.breadcrumb-item a,
.breadcrumb-item span {
    font-size: 11px;
    font-weight: 500;
    color: #0E2F44;
    text-transform: uppercase;
}

.breadcrumb-item:hover a {
    background: #0E2F44;
}

.breadcrumb-item:hover a:after {
    border-left: 22px solid #0E2F44;
}

.breadcrumb-item:hover a span,
.breadcrumb-item:hover i {
    color: #fff!important;
}

.breadcrumb-item+.breadcrumb-item::before {
    display: none;
}

h4.module-title,
.module-title,
.sp-module-title {
    font-weight: 400;
    color: #00315c;
    text-transform: uppercase;
    text-align: center;
    position: relative;
    display: inline-block;
    margin-bottom: 30px;
    font-size: 24px;
}

.module-title:before,
.module-title:after,
.sp-module-title:before,
.sp-module-title:after {
    content: '';
    position: absolute;
    width: 15%;
    height: 1px;
    background-color: #00315c;
}

.module-title:before,
.sp-module-title:before {
    top: -15px;
    left: 0;
}

.module-title:after,
.sp-module-title:after {
    bottom: -15px;
    right: 0;
}

.article-list .article-body {
    width: 100%;
}

.fields-container {
    margin-top: 15px;
    margin-bottom: 0;
    margin-right: 15px;
}

.field-entry {
    display: inline-block;
    background: #ffa500;
    padding: 0 10px;
    color: #fff;
    border-radius: 15px;
    margin-right: .5rem;
}

.field-entry .field-value {
    font-size: 21px;
    text-align: center;
    font-weight: 600;
}

.field-entry .field-label {
    font-size: 11px;
}

#sp-bottom .sp-module .sp-module-title {
    color: #fff;
}

.latestnews__item {
    display: flex;
    margin-bottom: 10px;
}

.left_latest {
    margin-right: 5px;
}

.right_latest {
    margin-left: 5px;
}

.latestnews a {
    display: flex;
}

.latestnews .float-left {
    float: unset!important;
}

.latestnews a img,
.latestnews img {
    max-width: 85px;
    border-radius: 3px;
    max-height: 55px;
    width: 85px;
    object-fit: cover;
}

.right_latest span,
span.published time,
span.published {
    font-size: 11px;
    color: #9eabb4;
    text-transform: uppercase;
    font-weight: 300;
}

#sp-bottom1 .custom {
    text-align: justify;
    font-size: 13px;
}

.page-item:first-child .page-link,
.page-item:last-child .page-link {
    border-top-left-radius: 35px;
    border-bottom-left-radius: 35px;
    border-top-right-radius: 35px;
    border-bottom-right-radius: 35px;
}

.page-item .page-link {
    min-width: 35px;
    height: 35px;
    border-radius: 35px;
    text-align: center;
    margin-right: 10px;
}

.page-item.active .page-link {
    background-color: #ffa500;
    border-color: #ffa500;
}

.page-item.active .page-link:hover {
    color: #fff;
}

.latest-news .article-list .article {
    flex-direction: column;
}

.latest-news .article-intro-image {
    margin: -20px -20px 20px -20px;
    max-height: 200px;
    overflow: hidden;
}

.latest-news a img,
.latest-news img,
.latest-news .article-list .article-intro-image img {
    width: 100%;
    max-width: 100%;
}

.latest-news .article-list .article .article-intro-image img {
    transition: all 250ms ease-in-out;
}

.latest-news .article-list .article:hover .article-intro-image img {
    transform: scale(1.1);
}

#sp-position3 .sp-module {
    margin-bottom: 90px;
}

.read-more__link {
    text-align: center;
    margin-top: 30px;
}

.read-more__link a {
    display: inline-block;
    background: #ffa500;
    padding: 10px 30px;
    color: #fff;
    border-radius: 15px;
    font-size: 12px;
    line-height: 14px;
    text-align: center;
    font-weight: 400;
    text-transform: uppercase;
}

.read-more__link a:hover {
    opacity: 0.9;
}

.latest-products .article-list .article-body {
    display: flex;
    align-items: center;
}

#sp-left .sp-module ul>li {
    border-bottom: none!important;
}

ul.categories-module li>ul {
    margin-top: 15px!important;
    margin-bottom: 15px!important;
}

.categories-module li {
    margin-left: 15px;
    padding: 5px 0;
}

.categories-module>li li {
    border-top: 1px solid #f3f3f3;
}

.categories-module>li li:first-child {
    border-top: none;
}

.categories-module h4 {
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 700;
}

.categories-module h5 {
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 0;
    padding: 5px 0;
}

.category-desc h4 {
    font-size: 18px;
}

.blog.latest-news .article {
    padding: 15px;
}

.blog.latest-news .article .article-header h2:before,
.blog.news .article .article-header h2:before {
    display: none;
}

.blog.latest-news .article .article-header h2,
.blog.news .article .article-header h2 {
    font-size: 18px;
}

.blog.news .article .article-header h2 {
    margin-top: 15px;
}

.main_product_list {
    margin-bottom: 30px;
    display: block;
    border-radius: 4px;
    background-color: #f1f6fa;
}

.main_product_list .product_list_content {
    font-size: 24px;
    font-weight: 400;
    padding: 15px;
    text-transform: uppercase;
    text-align: center;
}

.product_subtitle {
    font-size: 14px;
    margin-top: 15px;
    color: #666;
    font-weight: 500;
}

.product_subtitle strong {
    display: block;
    font-weight: 600;
}

.category-desc img {
    display: inline-block!important;
}

#accordionExample .btn-link {
    font-weight: 600;
    color: #00315c;
}

#accordionExample .btn-link:hover,
#accordionExample .btn-link:focus {
    text-decoration: none;
}

.plashka_item {
    background-color: #f7f7f7;
    padding: 0px 0px 30px 0px;
    display: inline-block;
}

.plashka_item .plashka_img {
    overflow: hidden;
    max-height: 225px;
}

.plashka_item .plashka_img img {
    -webkit-transition: opacity 1s, -webkit-transform 1s;
    transition: opacity 1s, -webkit-transform 1s;
    -o-transition: opacity 1s, transform 1s;
    transition: opacity 1s, transform 1s;
    transition: opacity 1s, transform 1s, -webkit-transform 1s;
}

.plashka_item:hover .plashka_img img {
    transform: scale(1.1);
    object-fit: cover;
    object-position: center;
    width: 100%;
    height: 225px;
}

.plashka_title,
.plashka_subtitle {
    text-align: center;
    color: #333;
    transition-property: color, background-color, border-color;
    transition-duration: .2s;
    transition-timing-function: linear;
}

.plashka_title:hover,
.plashka_subtitle:hover {
    color: #f29200;
}

.plashka_title {
    font-size: 36px;
    margin-top: 15px;
    text-transform: uppercase;
}

.plashka_subtitle {
    font-weight: 600;
    font-size: 18px;
    line-height: 1.41;
}

.sp-megamenu-parent .row>div .sp-mega-group {
    border-right: 1px solid #0E2F44;
}

.sp-megamenu-parent .row>div:last-child .sp-mega-group {
    border-right: 0;
}

.sp-megamenu-parent .sp-mega-group>li.menu_item.item-header>a {
    font-weight: 500;
    background-color: #00315c;
    color: #fff;
    padding: 4px 16px;
    border-radius: 15px;
    display: inline-block;
    font-size: 12px;
    text-align: center;
}

.sp-megamenu-parent .sp-mega-group .sp-mega-group-child {
    display: flex;
}

.sp-megamenu-parent .sp-dropdown li.sp-menu-item {
    width: 100%;
}

body.ltr .sp-megamenu-parent .sp-dropdown.sp-dropdown-sub {
    position: static;
    width: 100%!important;
    display: block!important;
}

.sp-megamenu-parent .sp-dropdown.sp-dropdown-sub .sp-dropdown-inner {
    box-shadow: none!important;
    padding: 0!important;
}

.sp-megamenu-parent .sp-dropdown-mega .sp-has-child>a {
    text-transform: uppercase;
    font-weight: 600!important;
}

body.ltr .sp-megamenu-parent .sp-dropdown .sp-dropdown-items .sp-has-child>a:after {
    display: none;
}

.itemid-129 .sp-page-title,
.itemid-124 .sp-page-title,
.itemid-125 .sp-page-title,
.itemid-126 .sp-page-title,
.itemid-127 .sp-page-title,
.itemid-147 .sp-page-title {
    background: transparent;
    position: absolute;
    z-index: 1;
    top: 0;
    height: 100%;
    bottom: 0;
    text-align: center;
    left: 0;
    right: 0;
    display: flex;
    justify-content: center;
    align-items: center;
}

.itemid-129 .sp-page-title .sp-page-title-heading,
.itemid-124 .sp-page-title .sp-page-title-heading,
.itemid-125 .sp-page-title .sp-page-title-heading,
.itemid-126 .sp-page-title .sp-page-title-heading,
.itemid-127 .sp-page-title .sp-page-title-heading,
.itemid-147 .sp-page-title .sp-page-title-heading {
    float: left;
}

div.header_clone {
    width: 100%;
    height: 50px;
}

header.header {
    width: 100%;
    background: #24a7ed;
    padding: 0 10px;
    z-index: 999;
    height: 50px;
    top: 0;
    position: fixed;
}

header.header div.header_top {
    max-width: 1170px;
    margin: 0 auto;
    position: relative;
    display: flex;
    justify-content: center;
}

.cf:after,
.cf:before {
    content: " ";
    display: table;
}

.cf:after {
    clear: both;
}

.f_left {
    float: left;
}

.f_right {
    float: right;
}

header.header div.header_top div.city {
    background: #0b83d7;
    height: 50px;
    width: 265px;
    text-align: center;
    -webkit-transition: .3s all;
    -moz-transition: .3s all;
    -o-transition: .3s all;
    transition: .3s all;
    border-right: 1px solid #5bbdf2;
    border-left: 1px solid #5bbdf2;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

header.header div.header_top div.city:hover {
    background: #24a7ed;
}

header.header div.header_top div.city a,
header.header div.header_top div.city a i {
    -webkit-transition: .3s all;
    -moz-transition: .3s all;
    -o-transition: .3s all;
    color: #fff;
}

header.header div.header_top div.city a {
    font-size: 16px;
    line-height: 18px;
    font-weight: 400;
    padding: 16px 0;
    display: block;
    width: 100%;
    text-decoration: none;
    transition: .3s all;
}

header.header div.header_top div.city a i {
    font-size: 10px;
    transition: .3s all;
}

header.header div.header_top div.city div.city_block {
    max-height: 0;
    position: absolute;
    overflow: hidden;
    padding: 0 10px;
    background: #f8f8f8;
    z-index: 1;
    width: 100%;
    left: 0;
    top: 50px;
    -webkit-transition: .2s padding, .2s max-height;
    -moz-transition: .2s padding, .2s max-height;
    -o-transition: .2s padding, .2s max-height;
    transition: .2s padding, .2s max-height;
}

header.header div.header_top div.city div.city_block span {
    color: #474747;
    font-size: 14px;
    line-height: 18px;
    font-weight: 400;
}

header.header div.header_top div.city.open div.city_block {
    z-index: 99;
    max-height: 300px;
    padding: 20px 10px;
    border: 1px solid #24a7ed;
    border-top: none;
}

div.phone {
    -webkit-transition: background .2s, .3s height;
    -moz-transition: background .2s, .3s height;
    -o-transition: background .2s, .3s height;
    transition: background .2s, .3s height;
    position: relative;
    width: 17%;
}

div.phone .icon,
div.phone a,
div.phone a.open_callback {
    color: #fff;
    display: inline-block;
}

div.phone .icon {
    background: url(/templates/vinkomed/images/icon/icon_phone.svg) no-repeat;
    width: 17px;
    height: 17px;
    position: absolute;
    left: 15px;
    top: 16px;
    -webkit-transition: .2s all;
    -moz-transition: .2s all;
    -o-transition: .2s all;
    transition: .2s all;
}

div.phone a {
    padding: 13px 0 13px 50px;
    font-size: 16px;
    line-height: 24px;
    font-weight: 600;
    text-decoration: none;
    -webkit-transition: color .2s, .3s padding;
    -moz-transition: color .2s, .3s padding;
    -o-transition: color .2s, .3s padding;
    transition: color .2s, .3s padding;
}

div.header_enroll {
    border: 1px solid transparent;
    background-size: 100% 40px;
    background-position: center;
    background-repeat: no-repeat;
    padding: 0 2%;
    height: 50px;
    flex-shrink: 0;
    -webkit-transition: .4s background, .3s height;
    -moz-transition: .4s background, .3s height;
    -o-transition: .4s background, .3s height;
    transition: .4s background, .3s height;
    background-image: linear-gradient(#62bb47, #62bb47);
}

div.header_enroll a {
    text-decoration: none;
    padding: 17px 0;
    display: block;
    color: #fff;
    text-transform: uppercase;
    font-size: 12px;
    line-height: 14px;
    font-weight: 600;
    -webkit-transition: .4s color, .3s padding;
    -moz-transition: .4s color, .3s padding;
    -o-transition: .4s color, .3s padding;
    transition: .4s color, .3s padding;
}

div.header_enroll:hover {
    border: 1px solid transparent;
    background-size: 100% 40px;
    background-position: center;
    background-repeat: no-repeat;
}

div.header_enroll:hover {
    background-image: linear-gradient(#fff, #fff);
}

div.header_enroll:hover a {
    color: #62bb47;
}

div.search.f_left {
    height: 50px;
}

div.search.f_left a {
    display: inline-block;
    font-size: 18px;
    line-height: 1;
    padding: 15px 25px 0;
    text-decoration: none;
    color: #fff;
    transition: .3s all;
}

div.search.f_left a:hover {
    font-size: 22px;
    padding: 13px 23px 0;
}

header.header div.header_top .langs {
    width: 89px;
    height: 50px;
    position: relative;
    -webkit-transition: .2s background, .3s height;
    -moz-transition: .2s background, .3s height;
    -o-transition: .2s background, .3s height;
    transition: .2s background, .3s height;
}

header.header div.header_top .langs .all-langs__header {
    font-size: 12px;
    line-height: 14px;
    font-weight: 600;
    color: #fff;
    position: relative;
    display: block;
    padding: 18px 0;
    text-align: center;
    text-transform: uppercase;
    text-decoration: none;
    -webkit-transition: .3s all;
    -moz-transition: .3s all;
    -o-transition: .3s all;
    transition: .3s all;
}

#js-search_popup {
    display: none;
    width: 100%;
    height: 100px;
    position: fixed;
    background: #62bb47;
    z-index: 999999999;
    left: 0;
    top: 0;
}

#js-search_popup.open {
    display: block;
}

#js-search_popup #js-close-city-popup {
    color: #fff;
    position: absolute;
    top: 20px;
    right: 20px;
    text-decoration: none;
    font-size: 40px;
    line-height: 1;
    z-index: 9999;
}

.close {
    width: 35px;
    height: 35px;
    opacity: 1;
}

.close:before,
.close:after {
    position: absolute;
    left: 15px;
    content: ' ';
    height: 36px;
    width: 3px;
    background-color: #fff;
}

.close:before {
    transform: rotate(45deg);
}

.close:after {
    transform: rotate(-45deg);
}

#js-search_popup div.search_container {
    max-width: 1040px;
    width: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    -moz-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    margin: 0 auto;
}

#js-search_popup div.search_container div.search_wrap {
    border-bottom: 1px solid #fff;
    position: relative;
}

#js-search_popup div.search_container div.search_wrap input,
#js-search_popup div.search_container div.search_wrap input:focus,
#js-search_popup div.search_container div.search_wrap input:active {
    width: 100%;
    height: 48px;
    outline: 0;
    border: none;
    background: 0 0;
    color: #fff;
    font-size: 29px;
    padding-left: 23px;
    box-shadow: none;
}

#js-search_popup div.search_container div.search_wrap input::placeholder {
    color: #fff;
}

#js-search_popup div.search_container div.search_wrap button {
    text-decoration: none;
    position: absolute;
    right: 30px;
    top: 50%;
    transform: translateY(-50%);
    color: #fff;
    background: none;
    border: 0;
    box-shadow: none;
    padding: 0;
    margin: 0;
    outline: none;
    cursor: pointer;
}

#js-search_popup div.search_container div.search_wrap button i {
    font-size: 39px;
}

#js-search_popup div.search_container div.search_wrap .search_block {
    display: block;
    background: #ffffff;
    position: absolute;
    top: 100%;
    width: 100%;
    max-height: 200px;
    overflow-y: scroll;
    padding: 0 23px;
}

.uk-panel-title {
    color: #00b9c3;
    font-size: 30px;
    font-weight: 600;
    position: relative;
}

.uk-panel-title:after {
    content: '';
    display: block;
    width: 50px;
    height: 5px;
    margin-top: 10px;
    background-color: #fecc00;
}

.doctors-list {
    margin-top: 30px;
}

.doctor-item {
    display: block;
    position: relative;
    margin: 0 auto 30px auto;
}

.doctor-item__media {
    display: block;
    position: relative;
    width: 100%;
    padding: 20px 0 0 0;
    text-align: center;
    overflow: hidden;
    background-color: #f4f4f4;
}

.doctor-item__media img {
    display: block;
    margin: 0 auto;
    width: auto;
    max-height: 350px;
    -o-object-fit: cover;
    object-fit: cover;
}

.doctor-item__cover {
    display: -webkit-box;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    position: absolute;
    left: 0;
    width: 100%;
    height: 100%;
    top: 0;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    text-decoration: none;
}

a.doctor-item__link {
    display: block;
    width: 100%;
    flex-grow: 1;
}

.doctor-item__desc {
    padding: 20px 0;
}

.doctor-item__name {
    color: #0099a1;
    font-size: 24px;
    line-height: 1.2;
    font-weight: 600;
    margin-bottom: 15px;
}

.doctor-item__name a {
    color: #0099a1;
}

.doctor-item__name a:hover {
    text-decoration: underline;
}

.doctor-item__position {
    color: #959595;
    font-size: 16px;
    line-height: 1.2;
    font-weight: 400;
}

.doctor-card {
    display: block;
    position: relative;
    background-color: #f4f4f4;
}

.doctor-card__box {
    padding-top: 10px;
}

.doctor-card__media {
    display: block;
    position: relative;
    text-align: center;
}

.doctor-card__img {
    display: inline-block;
}

.doctor-card__desc {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    padding-left: 5%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.doctor-card__head {
    display: block;
    padding: 20px 0 10px;
}

.doctor-card__name {
    color: #0099a1;
    font-size: 24px;
    font-weight: 600;
}

.doctor-card__position {
    color: #959595;
    font-size: 18px;
    font-weight: 400;
    line-height: 1.1;
}

.doctor-card__body {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    padding: 10px 0;
}

.doctor-card__list {
    list-style-type: none;
    padding-left: 0;
    margin-bottom: 0;
}

.doctor-card__list li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #4d4d4d;
    font-size: 16px;
    margin-bottom: 10px;
}

.doctor-card__list li img {
    margin-right: 20px;
}

.doctor-card__list li .title {
    text-transform: uppercase;
    font-weight: 500;
    margin-right: 5px;
}

.doctor-card__list li .value {
    font-weight: 400;
}

.doctor-card__price-block {
    display: block;
    text-align: right;
}

.doctor-card__price-title {
    color: #777;
    font-size: 16px;
    font-weight: 400;
}

.doctor-card__price {
    color: #0098d5;
    font-weight: 500;
    font-size: 36px;
}

.doctor-card__footer {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-top: 2px solid #00b9c3;
    padding: 20px 0;
}

.doctor-card__order {
    display: block;
}

.uk-button {
    margin: 0;
    display: inline-block;
    padding: 0 30px;
    line-height: 38px;
    text-align: center;
    text-decoration: none;
    border-radius: 5px;
    font-size: 16px;
    font-weight: 700;
    text-transform: none;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    border: 0;
    color: #ffffff;
    background-color: #00b9c3;
    cursor: pointer;
}

.uk-button:hover {
    background-color: #008990;
    color: #ffffff;
}

body.view-article.doctors .article-details {
    margin-top: 30px;
}

body.view-article.doctors .article-details {
    margin-top: 30px;
}

.seoTextBlock {
    color: #00315c;
    padding: 15px 0;
}

.seoTextBlock h4 {
    margin-top: 20px;
    margin-bottom: 5px;
    font-weight: 500;
}

body.view-article.doctors section#sp-section-1,
body.doctors section#sp-breadcrumbs {
    display: none!important;
}

body.view-article.doctors section#sp-main-body {
    padding-top: 0;
}

body.view-article.doctors section#sp-main-body>.container {
    max-width: 100%;
}

body.view-article.doctors section#sp-main-body>.container>.container-inner {
    margin: 0 -15px;
}

.services-list {
    display: block;
}

.service-item {
    margin-bottom: 30px;
}

.service-item a,
.service-item__link {
    padding: 5px;
    width: 100%;
    height: 62px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #25c3d9;
    border-radius: 5px;
    line-height: 1.4;
    text-align: center;
    color: #25c3d9;
    font-size: 18px;
    font-weight: 500;
    text-transform: uppercase;
    background-color: #fff;
    -webkit-transition: all .5s;
    transition: all .5s;
}

.service-item a:hover,
.service-item__link:hover {
    background-color: #25c3d9;
    color: #fff;
    text-decoration: none;
}

.price-list {
    display: block;
    position: relative;
}

.price-list__head {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    line-height: 50px;
    border-bottom: 5px solid #fecc00;
}

.price-list__head span {
    color: #4d4d4d;
    font-size: 24px;
    font-weight: 500;
}

.uk-accordion {
    padding: 0;
    list-style: none;
}

.uk-accordion-title {
    display: block;
    font-size: 1.25rem;
    line-height: 1.4;
    color: #333;
    overflow: hidden;
}

.uk-accordion-title {
    color: #4d4d4d;
    font-size: 24px;
    font-weight: 500;
    border-bottom: 5px solid #00b9c3;
    padding: 8px 30px 8px 0;
    position: relative;
    cursor: pointer;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.price-list__body .uk-accordion-title {
    background-color: #f4f4f4;
    border: 1px solid #e6e6e6;
    padding: 8px 20px;
    color: #00b9c3;
    font-size: 24px;
    font-weight: 500;
    position: relative;
    padding-right: 50px;
}

.uk-accordion-title:after {
    content: "";
    width: 1.4em;
    height: 1.4em;
    background-image: url(data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2213%22%20height%3D%2213%22%20viewBox%3D%220%200%2013%2013%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%20%20%3Crect%20fill%3D%22%23666%22%20width%3D%2213%22%20height%3D%221%22%20x%3D%220%22%20y%3D%226%22%20%2F%3E%0A%20%20%20%20%3Crect%20fill%3D%22%23666%22%20width%3D%221%22%20height%3D%2213%22%20x%3D%226%22%20y%3D%220%22%20%2F%3E%0A%3C%2Fsvg%3E);
    background-repeat: no-repeat;
    background-position: 50% 50%;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 10px;
}

.uk-open>.uk-accordion-title:after {
    background-image: url(data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2213%22%20height%3D%2213%22%20viewBox%3D%220%200%2013%2013%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%20%20%3Crect%20fill%3D%22%23666%22%20width%3D%2213%22%20height%3D%221%22%20x%3D%220%22%20y%3D%226%22%20%2F%3E%0A%3C%2Fsvg%3E);
}

.uk-accordion-content {
    margin-top: 0;
    display: none;
}

.uk-accordion-content>.custom>:last-child {
    margin-bottom: 0;
}

.price-list__body table {
    border-collapse: collapse;
    border-spacing: 0;
    width: 100%;
    margin-bottom: 20px;
}

.price-list__body table td {
    padding: 6px;
    vertical-align: middle;
    border: 1px solid #e6e6e6;
}

.price-list__body table td:first-child {
    padding-left: 10px;
}

/*.price-list__body table td:last-child {
    text-align: center;
    min-width: 100px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    color: #00b9c3;
    font-size: 24px;
    font-weight: 400;
}*/


/* RESPONSIVE */

@media (max-width: 1440px) {}

@media (max-width: 1200px) {
    header.header div.header_top div.phone {
        width: 200px;
    }
    header.header div.header_top div.city {
        border-left: none;
    }
}

@media (max-width: 1024px) {
    header.header {
        display: block;
        padding: 0;
    }
    header.header div.header_top div.city {
        display: flex;
    }
}

@media (max-width: 991px) {}

@media (max-width: 768px) {
    .uk-panel-title {
        font-size: 24px;
        text-align: center;
    }
    .uk-panel-title:after {
        height: 2px;
        margin-left: auto;
        margin-right: auto;
    }
    .doctor-card__footer {
        display: block;
        text-align: center;
        border: 0;
    }
    .doctor-card__list li {
        text-align: center;
        justify-content: center;
        font-size: 14px;
    }
    .doctor-card__list li img {
        margin-right: 10px;
    }
    .doctor-card__price-block {
        display: block;
        text-align: center;
    }
    .doctor-card__price-title {
        font-size: 14px;
    }
    .doctor-card__price {
        font-size: 24px;
    }
    .doctor-card__desc {
        padding-left: 0;
    }
    .doctor-card__body {
        display: block;
        text-align: center;
    }
    .doctor-card__head {
        width: 100%;
        text-align: center;
    }
    .doctor-card__name {
        font-size: 20px;
    }
    .doctor-card__position {
        font-size: 16px;
    }
    .doctor-card__media {
        border-bottom: 3px solid #00b9c3;
    }
    #js-search_popup #js-close-city-popup {
        top: 5px;
        right: 5px;
    }
    #js-search_popup div.search_container {
        top: 65%;
    }
    #js-search_popup div.search_container div.search_wrap input,
    #js-search_popup div.search_container div.search_wrap input:focus,
    #js-search_popup div.search_container div.search_wrap input:active,
    #js-search_popup div.search_container div.search_wrap input::placeholder,
    #js-search_popup div.search_container div.search_wrap button i {
        font-size: 24px;
    }
    header.header div.header_top .search,
    header.header div.header_top .langs {
        border: none !important;
    }
    header.header div.header_top .langs {
        display: none;
    }
    header.header div.header_top div.header_enroll {
        width: auto;
        margin-right: 5px;
    }
    div.header_enroll a {
        font-size: 10px;
    }
    div.header_enroll a>span {
        display: none;
    }
    header.header div.header_top div.phone {
        width: auto;
    }
    div.phone a {
        font-size: 12px;
        white-space: nowrap;
        padding: 13px 13px;
    }
    div.phone .icon {
        display: none;
    }
    header.header div.header_top div.city.open div.city_block {
        min-width: 200px;
    }
    header.header div.header_top div.city {
        border-right: none;
    }
    .plashka_item {
        margin-bottom: 15px;
    }
    #sp-top2 .social-module {
        display: none;
    }
    #sp-top2 .contact-module {
        width: 100%;
        margin-top: 5px;
    }
    h4.module-title,
    .module-title,
    .sp-module-title {
        margin-top: 60px;
    }
    .article-list .article-intro-image {
        margin: -20px -20px 20px -20px;
    }
    .view-article .article-details .article-full-image {
        max-width: 100%;
        width: 100%;
    }
    .article-list .article {
        flex-direction: column;
    }
    .article-list .article-intro-image img {
        width: 100%;
    }
    #sp-footer1 {
        text-align: center;
        margin-bottom: 5px;
    }
    #sp-footer2 .custom {
        justify-content: center;
    }
}

@media (max-width: 480px) {
    header.header div.header_top .search,
    header.header div.header_top .langs {
        border-left: 1px solid #5bbdf2 !important;
    }
}