@font-face {
    font-family: 'Inter';
    src: local('Inter Regular'), local('Inter-Regular'), url('../fonts/Inter-Regular.woff2') format('woff2'), url('../fonts/Inter-Regular.woff') format('woff'), url('../fonts/Inter-Regular.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'Inter Medium';
    src: local('Inter Medium'), local('Inter-Medium'), url('../fonts/Inter-Medium.woff2') format('woff2'), url('../fonts/Inter-Medium.woff') format('woff'), url('../fonts/Inter-Medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'Inter Semi Bold';
    src: local('Inter Semi Bold'), local('Inter-Semi-Bold'), url('../fonts/Inter-SemiBold.woff2') format('woff2'), url('../fonts/Inter-SemiBold.woff') format('woff'), url('../fonts/Inter-SemiBold.ttf') format('truetype');
    font-weight: 600;
    font-style: normal;
}
  
@font-face {
    font-family: 'Inter Bold';
    src: local('Inter Bold'), local('Inter-Bold'), url('../fonts/Inter-Bold.woff2') format('woff2'), url('../fonts/Inter-Bold.woff') format('woff'), url('../fonts/Inter-Bold.ttf') format('truetype');
    font-weight: 700;
    font-style: normal;
}

* {
	box-sizing: border-box;
}

*[role="button"] {
	cursor: pointer;
}

html, body {
	overflow-x: hidden;
}

html, body, p {
	margin: 0;
}

body {
	font-family: 'Inter';
}

img {
	max-width: 100%;
}

input:focus,
textarea:focus,
select:focus {
	outline: 2px solid #ffc166
}

.bold {
	font-family: 'Inter Bold';
}

#news-top-text .wp-block-media-text,
.vc_row {
	max-width: 100%;
	margin: 0 auto;
}

#news-top-text .wp-block-media-text,
.vc_row:not(.full-width) {
	width: 1246px;
	margin: 0 auto;
}

.grsMessCont {
	display:none;
}



.bg-grey {
	background-color: #fafafa;
}

.owl-nav.disabled,
.owl-dots.disabled {
	display: none;
}

#news-subcategories .owl-stage,
#news-top-text .wp-block-media-text,
.fbc-items,
#grid-doctors .vc_pageable-slide-wrapper:not(.owl-carousel) .owl-stage,
#latestCertificates:not(.owl-carousel) .owl-stage,
#grid-doctors .vc_pageable-slide-wrapper,
#latestCertificates,
#block-contact .flex-row,
#homepage-options .block a,
#menu-popular,
.page-department .reviews .owl-nav .owl-prev,
.page-department .reviews .owl-nav .owl-next,
.flex {
    display: -webkit-box!important;
    display: -moz-box!important;
    display: -ms-flexbox!important;
    display: -webkit-flex!important;
    display: flex!important
}

.flex-inline {
    display: -webkit-inline-box!important;
    display: -webkit-inline-flex!important;
    display: -moz-inline-box!important;
    display: -ms-inline-flexbox!important;
    display: inline-flex!important;
    -webkit-align-self: auto
}

#grid-doctors .vc_pageable-slide-wrapper:not(.owl-carousel) .owl-stage,
#latestCertificates:not(.owl-carousel) .owl-stage,
#grid-doctors .vc_pageable-slide-wrapper,
#latestCertificates,
#menu-popular,
.flex-wrap {
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap
}

.flex-column {
    -webkit-box-orient: vertical;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column
}

#news-top-text .wp-block-media-text,
#grid-doctors .vc_pageable-slide-wrapper,
#latestCertificates,
#block-contact .flex-row,
#menu-popular,
.flex-jc-space-between {
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    justify-content: space-between
}

.flex-jc-space-around {
    -webkit-justify-content: space-around;
    -moz-justify-content: space-around;
    justify-content: space-around
}

.page-department .reviews .owl-nav .owl-prev,
.page-department .reviews .owl-nav .owl-next,
.flex-jc-center {
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center
}

.flex-jc-end {
    -webkit-justify-content: flex-end;
    -moz-justify-content: flex-end;
    justify-content: flex-end
}

#news-top-text .wp-block-media-text,
.fbc-items,
#homepage-options .block a,
.page-department .reviews .owl-nav .owl-prev,
.page-department .reviews .owl-nav .owl-next,
.flex-ai-center {
    -webkit-align-items: center;
    align-items: center
}

.flex-ai-baseline {
    -webkit-align-items: baseline;
    align-items: baseline
}

.flex-ai-flex-end {
    -webkit-align-items: flex-end;
    align-items: flex-end
}

.flex-1 {
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1
}

.flex-2 {
    -webkit-box-flex: 2;
    -moz-box-flex: 2;
    -webkit-flex: 2;
    -ms-flex: 2;
    flex: 2
}

.flex-3 {
    -webkit-box-flex: 3;
    -moz-box-flex: 3;
    -webkit-flex: 3;
    -ms-flex: 3;
    flex: 3
}

#news-top-text .wp-block-media-text>figure {
	-webkit-box-ordinal-group: 2;
	-moz-box-ordinal-group: 2;
	-ms-flex-order: 2;
	-webkit-order: 2;
	order: 2;
}

#news-top-text .wp-block-media-text>div {
	-webkit-box-ordinal-group: 1;
	-moz-box-ordinal-group: 1;
	-ms-flex-order: 1;
	-webkit-order: 1;
	order: 1;
}

.relative {
    position: relative
}

.text-right {
    text-align: right
}

.wpb_button,
.wpb_content_element,
ul.wpb_thumbnails-fluid>li {
	margin: 0;
}

#homepage-banner .text .wpb_wrapper,
#menu-popular li,
.text-center {
    text-align: center
}

.text-left {
    text-align: left
}

.btn-regular a,
#homepage-benefits .block-1 a img,
#homepage-benefits .block-2 a img,
#homepage-counters .block-2 a img,
#homepage-options .block a img,
#news-posts .post .link img,
#menu-popular li a::before,
#latest-news .vc_btn3::after,
#homepage-about a img,
#header .menu .menu-item-has-children>a::after,
#header .menu .menu-item-has-children>.sub-menu,
#news-posts .post .title,
#footer a,
.page-departments .item .btn::after,
.page-id-387 .info-blocks .block a img,
.parent-pageid-387 .info-blocks .block a img,
.page-id-487 .info-blocks .block a img,
.parent-pageid-487 .info-blocks .block a img {
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}

.general-title,
#page-format-800 h1,
#page-format-1004 h1 {
	font-family: 'Inter Medium';
	font-weight: 500;
}

.btn-regular a {
	padding: 11px 8px;
	font-family: 'Inter Medium';
	font-size: 16px;
	line-height: 24px;
	color: #000 !important;
	border: 1px solid #000 !important;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	background: transparent !important;
}

.btn-regular a:hover {
	color: #fff !important;
	background: #000 !important;
}

.vc_pageable-slide-wrapper,
.vc_pageable-wrapper {
	max-width: 100%;
}

#menu-popular {
	padding: 0;
	margin: 40px 0 104px;
	list-style: none;
}

#menu-popular li a {
	font-size: 18px;
	line-height: 24px;
	color: #000;
	text-decoration: none;
}

#menu-popular li a::before {
	content: '';
	display: block;
	margin: 0 auto 22px;
	background-size: 100%;
	background-repeat: no-repeat;
	background-position: center;
	-webkit-border-radius: 100px;
	-moz-border-radius: 100px;
	border-radius: 100px;
}

#menu-popular li a:hover::before {
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-o-transform: scale(1.1);
	transform: scale(1.1);
}

#menu-popular .owl-item:first-child a::before {
	background-image: url('../images/emergency.svg');
}

#menu-popular .owl-item:nth-child(2) a::before {
	background-image: url('../images/neuro.svg');
}

#menu-popular .owl-item:nth-child(3) a::before {
	background-image: url('../images/urology.svg');
}

#menu-popular .owl-item:nth-child(4) a::before {
	background-image: url('../images/cardio.svg');
}

#menu-popular .owl-item:nth-child(5) a::before {
	background-image: url('../images/lab.svg');
}

#menu-popular .owl-item:nth-child(6) a::before {
	background-image: url('../images/traumatology.svg');
	background-color: #8DABA4;
	background-size: 50%;
}

#menu-popular .owl-item:nth-child(7) a::before {
	background-image: url('../images/surgery.svg');
}

#menu-popular .owl-stage-outer {
	overflow: visible;
}

#homepage-about {
	padding: 55px 108px 57px;
	margin-bottom: 92px;
	background-color: #f0efec;
	background-image: url('../images/img-about.png');
	background-repeat: no-repeat;
	background-position: bottom right;
	-webkit-border-radius: 12px;
	-moz-border-radius: 12px;
	border-radius: 12px;
}

#homepage-about .title,
#homepage-about .mini-title {
	margin-bottom: 16px;
	font-family: 'Inter Medium';
	letter-spacing: -0.05em;
}

#homepage-about .title {
	font-size: 48px;
	line-height: 60px;
}

#homepage-about .mini-title {
	width: 360px;
	font-size: 20px;
	line-height: 30px;
}

#homepage-about .mini-title + p {
	width: 410px;
	margin-bottom: 48px;
	font-size: 16px;
	line-height: 24px;
}

#homepage-about .mini-title,
#homepage-about .mini-title + p {
	max-width: 100%;
}

#homepage-about a {
	font-family: 'Inter Medium';
	font-size: 16px;
	line-height: 20px;
	color: #E5A547;
	text-decoration: none;
}

#homepage-about a img {
	margin-left: 7px;
}

#homepage-banner {
	margin: 0;
	background-image: url('../images/banner_home.png');
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}

#homepage-banner .text .wpb_wrapper {
	max-width: 100%;
	width: 800px;
	margin: 0 auto;
}

#homepage-banner .title {
	max-width: 100%;
	margin: 0 auto;
	font-family: 'Inter Medium';
	text-align: center;
	letter-spacing: -0.05em;
}

#homepage-banner p:not(.title) {
	font-family: 'Inter Medium';
	font-size: 14px;
	line-height: 17px;
	letter-spacing: 0.105em;
	text-transform: uppercase;
}

#homepage-banner .vc_wp_search {
	margin-top: 26px;
	text-align: center;
}

#homepage-banner .vc_wp_search input[type="text"] {
	width: 384px;
	padding: 13px 10px 13px 44px;
	margin-right: 32px;
	font-family: 'Inter Medium';
	font-size: 14px;
	line-height: 20px;
	background-image: url('../images/icon-search-field.svg');
	background-repeat: no-repeat;
	background-position: 18px 12px;
	border: 0;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}

#homepage-banner .vc_wp_search input[type="submit"] {
	padding: 10px 60px;
	border: 1px solid #000;
	background-color: #000;
	font-family: 'Inter Medium';
	font-size: 16px;
	line-height: 24px;
	color: #fff;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}

#homepage-options {
	margin-top: -140px;
	margin-bottom: 64px;
}

#homepage-options .block {
	padding: 40px 24px 136px;
	background: #fff;
	-webkit-box-shadow: 0px 13px 40px rgba(0, 0, 0, 0.07);
	-moz-box-shadow: 0px 13px 40px rgba(0, 0, 0, 0.07);
	box-shadow: 0px 13px 40px rgba(0, 0, 0, 0.07);
	-webkit-border-radius: 12px;
	-moz-border-radius: 12px;
	border-radius: 12px;
}

#homepage-options .block a {
	position: absolute;
	left: 24px;
	bottom: 34px;
	font-size: 16px;
	line-height: 20px;
	color: #E5A547;
	text-decoration: none;
}

#homepage-options .block a img {
	margin-left: 7px;
}

#homepage-options .block a:hover img,
#news-posts .post .link:hover img,
#latest-news .vc_btn3:hover::after,
#homepage-about a:hover img,
.page-departments .item:hover .btn::after,
.page-id-387 .info-blocks .block a:hover img,
.parent-pageid-387 .info-blocks .block a:hover img,
.page-id-487 .info-blocks .block a:hover img,
.parent-pageid-487 .info-blocks .block a:hover img {
	-webkit-transform: translateX(10px);
	-moz-transform: translateX(10px);
	-ms-transform: translateX(10px);
	-o-transform: translateX(10px);
	transform: translateX(10px);
}

#homepage-options .block .title {
	margin-bottom: 11px;
	font-family: 'Inter Bold';
	font-size: 20px;
	line-height: 24px;
}

#homepage-options .block p:not(.title) {
	font-size: 16px;
	line-height: 24px;
}

#homepage-options .block.block-3 p:not(.title) {
	width: 140px;
	max-width: 100%;
}

#homepage-benefits .block-1,
#homepage-benefits .block-2 {
	-webkit-border-radius: 12px;
	-moz-border-radius: 12px;
	border-radius: 12px;
}

#homepage-benefits .block-1 {
	background: #efc991;
}

#homepage-benefits .block-2 {
	background: #99a4e0;
}

#homepage-benefits .block-1 a,
#homepage-benefits .block-2 a,
#homepage-counters .block-2 a {
	position: absolute;
	font-size: 18px;
	line-height: 24px;
	color: #000;
	text-decoration: none;
}

#homepage-benefits .block-1 a img,
#homepage-benefits .block-2 a img {
	margin-left: 20px;
}

#homepage-benefits .block-1 a:hover img,
#homepage-benefits .block-2 a:hover img,
#homepage-counters .block-2 a:hover img {
	-webkit-transform: translateX(-10px);
	-moz-transform: translateX(-10px);
	-ms-transform: translateX(-10px);
	-o-transform: translateX(-10px);
	transform: translateX(-10px);
}

#homepage-benefits .block-1 .title,
#homepage-benefits .block-2 .title {
	font-family: 'Inter Medium';
	letter-spacing: -0.05em;
}

#homepage-benefits .block-1 p:not(.title),
#homepage-benefits .block-2 p:not(.title),
#homepage-counters .block-2 p:not(.title) {
	max-width: 100%;
	font-size: 18px;
	line-height: 28px;
}

#homepage-counters {
	margin-bottom: 93px;
}

#homepage-counters .block-1 .title {
	margin-top: 28px;
	margin-bottom: 39px;
	font-family: 'Inter Medium';
	font-size: 40px;
	line-height: 48px;
	letter-spacing: -0.05em;
}

#homepage-counters .block-1 .counter {
	font-size: 18px;
	line-height: 28px;
	color: #808080;
}

#homepage-counters .block-1 .number {
	display: block;
	margin-bottom: 17px;
	font-family: 'Inter Semi Bold';
	font-size: 62px;
	line-height: 48px;
	text-transform: uppercase;
	color: #07806D;
}

#homepage-counters .block-2 {
	padding: 28px 40px 50px;
	background: #F0EFEC;
	-webkit-border-radius: 12px;
	-moz-border-radius: 12px;
	border-radius: 12px;
}

#homepage-counters .block-2 .title {
	margin-bottom: 6px;
	font-family: 'Inter Medium';
	font-size: 40px;
	line-height: 48px;
	letter-spacing: -0.05em;
}

#grid-doctors {
	margin-top: 40px;
}

#grid-doctors .owl-item a,
#grid-doctors .vc_gitem-is-link {
	pointer-events: none;
	cursor: default;
}

#grid-doctors .vc_pageable-slide-wrapper,
#latestCertificates {
	height: auto !important;
}

#grid-doctors .vc_pageable-slide-wrapper::before,
#grid-doctors .vc_pageable-slide-wrapper::after,
#latestCertificates::before,
#latestCertificates::after {
	display: none;
}

#grid-doctors .vc_grid-item.vc_col-sm-3 {
	position: static !important;
	width: 100%;
	-webkit-transform: none !important;
	-moz-transform: none !important;
	-ms-transform: none !important;
	-o-transform: none !important;
	transform: none !important;
}

#grid-doctors .vc_pageable-slide-wrapper:not(.owl-carousel) .owl-stage-outer,
#grid-doctors .vc_pageable-slide-wrapper:not(.owl-carousel) .owl-stage,
#latestCertificates:not(.owl-carousel) .owl-stage-outer,
#latestCertificates:not(.owl-carousel) .owl-stage {
	max-width: 100%;
}

#grid-doctors .vc_pageable-slide-wrapper:not(.owl-carousel) .owl-stage,
#latestCertificates:not(.owl-carousel) .owl-stage {
	-webkit-transform: none !important;
	-moz-transform: none !important;
	-ms-transform: none !important;
	-o-transform: none !important;
	transform: none !important;
}

#grid-doctors .vc_btn3-container {
	display: none;
}

#grid-doctors .vc_gitem-post-data {
	margin-bottom: 0;
}

#grid-doctors .vc_pageable-slide-wrapper:not(.owl-carousel) .owl-item:nth-child(4n+4),
#latestCertificates:not(.owl-carousel) .owl-item:nth-child(4n+4) {
	margin-right: 0 !important;
}

#grid-doctors .vc_pageable-slide-wrapper .owl-item {
	margin-bottom: 45px;
}

#grid-doctors .vc_custom_heading {
	font-family: 'Inter Bold';
}

#grid-doctors .vc_custom_heading>p {
	text-align: center !important;
}

#grid-doctors .vc_custom_heading .category {
	display: block;
	font-family: 'Inter';
	color: #A5A5A5;
	text-transform: uppercase;
}

#grid-doctors .vc_gitem-animated-block>.vc_gitem-zone {
	-webkit-border-radius: 12px 12px 0px 0px;
	-moz-border-radius: 12px 12px 0px 0px;
	border-radius: 12px 12px 0px 0px;
}

#grid-doctors .vc_grid-item-mini>.vc_gitem-zone {
	background: transparent !important;
}



#grid-doctors + .btn-regular,
#latest-news + .btn-regular {
	display: block;
	text-align: center;
}

#grid-doctors + .btn-regular {
	margin-bottom: 77px;
}

#latest-news + .btn-regular {
	margin-top: 50px;
	margin-bottom: 96px;
}

#latest-news {
	margin-top: 40px;
	margin-bottom: 20px;
}

#latest-news .vc_gitem_row .vc_gitem-col {
	padding: 28px 20px 26px;
	border: 1px solid #efefef;
	border-top: 0 !important;
	-webkit-border-radius: 0px 0px 12px 12px;
	-moz-border-radius: 0px 0px 12px 12px;
	border-radius: 0px 0px 12px 12px;
	background: #fff;
}

#latest-news .vc_grid-item {
	width: 100%;
}

#latest-news .vc_gitem-zone {
	background-color: transparent !important;
}

#latest-news .vc_gitem-zone-a {
	height: 184px;
	-webkit-border-radius: 12px 12px 0px 0px;
	-moz-border-radius: 12px 12px 0px 0px;
	border-radius: 12px 12px 0px 0px;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}

#latest-news .vc_gitem-post-data-source-post_title {
	height: 72px;
	margin-bottom: 10px;
	font-family: 'Inter Bold';
	font-size: 18px;
	line-height: 24px;
	overflow: hidden;
}

#latest-news .vc_gitem-post-data-source-post_title .category {
	display: block;
	margin-bottom: 8px;
	font-family: 'Inter';
	font-size: 12px;
	line-height: 20px;
	text-transform: uppercase;
	color: #A5A5A5;
}

#latest-news .vc_gitem-post-data-source-post_excerpt {
	height: 40px;
	margin-bottom: 33px;
	font-size: 14px;
	line-height: 20px;
	overflow: hidden;
}

#latest-news .vc_btn3-container {
	margin-bottom: 0;
}

#latest-news .vc_btn3 {
	padding: 0;
	background: transparent;
	color: #597EF7;
}

#latest-news .vc_btn3::after {
	content: '';
	display: inline-block;
	width: 12px;
	height: 13px;
	margin-left: 7px;
	margin-bottom: -3px;
	background-image: url('../images/arrow-blue-right.svg');
	background-position: center;
	background-repeat: no-repeat;
}

#block-contact {
	padding: 0 15px;
	margin-bottom: 80px;
}

#block-contact .vc_column_container>.vc_column-inner,
#block-contact .wpb_gmaps_widget .wpb_wrapper {
	padding: 0;
}

#block-contact .block-map {
	margin-bottom: 80px;
	-webkit-border-radius: 12px;
	-moz-border-radius: 12px;
	border-radius: 12px;
	overflow: hidden;
	border: 1px solid #EFEFEF;
}

#block-contact .block .title {
	margin-bottom: 20px;
	font-family: 'Inter Bold';
	font-size: 20px;
	line-height: 24px;
}

#block-contact .block p:not(.title) {
	margin-bottom: 12px;
	font-size: 18px;
	line-height: 24px;
	color: #2E2C2C;
}

#block-contact .block a {
	color: inherit;
	text-decoration: none;
	transition: all 0.3s;
}

#block-contact .block a:hover {
	color: #e5a547;
}

#block-contact .flex-row::before,
#block-contact .flex-row::after {
	display: none;
}

#block-contact .flex-row .vc_col-sm-4 {
	width: auto !important;
}

.general-title.title-appointment {
	padding: 58px 0 40px;
}

#homepage-appointment>.wpb_column>.vc_column-inner>.wpb_wrapper>.vc_row>.wpb_column>.vc_column-inner {
	padding: 0;
}

#homepage-appointment {
	padding: 58px 0 80px;
}

#homepage-appointment>.general-title {
	padding: 0 20px;
	letter-spacing: -0.05em;
	margin-bottom: 40px;
}

#homepage-appointment .block-address {
	padding: 95px 94px 241px;
	background-color: #efc991;
	-webkit-border-radius: 0 12px 12px 0;
	-moz-border-radius: 0 12px 12px 0;
	border-radius: 0 12px 12px 0;
	background-image: url('../images/img-appointment.png');
	background-repeat: no-repeat;
	background-position: bottom right;
}

#homepage-appointment .block-address .title {
	margin-bottom: 16px;
	font-family: 'Inter Medium';
	font-size: 20px;
	line-height: 24px;
	letter-spacing: -0.005em;
	text-transform: uppercase;
	color: #242424;
}

#homepage-appointment .block-address .block {
	padding: 32px 0 20px;
	border-bottom: 1px solid #f4d9b2;
	color: #fff;
	font-size: 18px;
	line-height: 28px;
}

#homepage-appointment .block-address .block img {
	margin-bottom: -5px;
	margin-right: 16px;
}

#homepage-appointment .block-address .block a {
	color: inherit;
	text-decoration: none;
}

#cmkl_appointment_form {
	padding: 93px 101px 92px 99px;
	-webkit-border-radius: 12px 0 0 12px;
	-moz-border-radius: 12px 0 0 12px;
	border-radius: 12px 0 0 12px;
	background: #fff;
	overflow: hidden;
}

#cmkl_appointment_form br {
	display: none;
}

#cmkl_appointment_form input,
#cmkl_appointment_form select {
	width: 100%;
	margin-top: 2px;
	font-size: 20px;
	line-height: 28px;
}

#cmkl_appointment_form select,
#cmkl_appointment_form input[type="text"],
#cmkl_appointment_form input[type="date"],
#cmkl_appointment_form button[type="submit"] {
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}

#cmkl_appointment_form select,
#cmkl_appointment_form input[type="text"],
#cmkl_appointment_form input[type="date"] {
	margin-bottom: 20px;
	border: 1px solid #EFEFEF;
}

#cmkl_appointment_form .custom-select {
	margin-bottom: 20px;
}

#cmkl_appointment_form input[type="text"] {
	padding: 8px 12px;
}

#cmkl_appointment_form select {
	padding: 10px 12px;
}

#cmkl_appointment_form input[type="date"] {
	padding: 7px 12px;
}

#cmkl_appointment_form select[name^="department-"]:not(.active),
#cmkl_appointment_form select[name^="department-"]:not(.active) + .custom-select {
	display: none;
}

#cmkl_appointment_form button[type="submit"] {
	display: block;
	width: 100%;
	padding: 13px 0 14px;
	margin-top: 48px;
	background: #000;
	font-size: 16px;
	line-height: 19px;
	color: #fff;
	border: 0;
	cursor: pointer;
}

#cmkl_appointment_form.intern-form button[type="submit"] {
	margin-top: 32px;
}

#cmkl_appointment_form label {
	font-size: 18px;
	line-height: 24px;
	color: #A5A5A5;
	cursor: pointer;
}

#homepage-appointment .wpcf7-spinner {
	display: none;
}

#latest-reviews {
	padding: 40px 0 87px;
	overflow: hidden;
}

body.home #latest-reviews {
	margin-bottom: 77px;
}

#latest-reviews .flex-control-paging {
	display: none;
}

#latest-reviews .vc_gitem-animated-block,
#latest-reviews .vc_btn3-container {
	display: none;
}

#latest-reviews .vc_gitem_row .vc_gitem-col {
	padding: 0;
}

#latest-reviews .vc_gitem-post-data {
	margin: 0;
}

#latest-reviews .vc_gitem-zone {
	background-color: transparent !important;
}

#latest-reviews .vc_gitem-post-data-source-post_title,
.page-department .reviews .items .item .author {
	margin-bottom: 16px;
	font-family: 'Inter Bold';
	font-size: 20px;
	line-height: 24px;
}

#latest-reviews .vc_gitem-post-data-source-post_excerpt,
.page-department .reviews .items .item .text {
	font-size: 14px;
	line-height: 20px;
	color: #54536D;
}

#latest-reviews .rating,
.page-department .reviews .items .item .rating {
	margin-top: 8px;
}

#latest-reviews .rating .star,
.page-department .reviews .items .item .rating .star {
	display: block;
	width: 22px;
	height: 24px;
	background-image: url('../images/icon-rating-star.svg');
	background-repeat: no-repeat;
	background-position: center;
}

#latest-reviews .owl-item,
.page-department .reviews .items .item {
	padding: 52px 40px 48px;
	background: #FFFFFF;
	border: 1px solid #EFEFEF;
	-webkit-border-radius: 12px;
	-moz-border-radius: 12px;
	border-radius: 12px;
}

#header {
	background: #fff;
	-webkit-box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.06);
	-moz-box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.06);
	box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.06);
}

#header ul,
#footer ul {
	padding: 0;
	margin: 0;
	list-style: none;
}

#header .vc_row::after,
#header .vc_row::before,
#footer .vc_row::after,
#footer .vc_row::before {
	display: none;
}

#header {
	padding: 0 15px;
}

#header .top {
	padding: 16px 0;
}

#header .top .logo {
	margin-right: 95px;
	font-family: 'Inter Semi Bold';
	font-size: 20px;
	line-height: 30px;
	letter-spacing: -0.05em;
	color: #000;
	text-decoration: none;
}

#header .top .logo img {
	margin-right: 11px;
}

#header .top .left a:not(.logo) {
	font-size: 14px;
	line-height: 20px;
	text-decoration: none;
	color: #000;
}

#header .top .right a {
	text-decoration: none;
}

#header .top .right a:not(:last-child) {
	margin-right: 22px;
}

#header .top .right .btn {
	font-family: 'Inter Medium';
	font-size: 16px;
	line-height: 24px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}

#header .top .right .account {
	padding: 11px 11px 11px 14px;
	border: 1px solid #efc991;
	color: #000;
}

#header .top .right .account img {
	margin-right: 13px;
}

#header .top .right .appointment {
	padding: 11px 16px;
	border: 1px solid #e5a547;
	background-color: #e5a547;
	color: #fff;
}

#header .menu {
	margin-left: -15px;
}

#header .menu a {
	font-size: 16px;
	line-height: 24px;
	color: #000;
	text-decoration: none;
}

#header .menu a:hover {
	color: #e5a547;
}

#header .menu>li {
	padding: 0 15px;
}

#header .menu>li:not(:last-child) {
	margin-right: 26px;
}

#header .menu>li>a {
	font-family: 'Inter Medium';
	text-transform: uppercase;
}

#header .menu .menu-item-has-children {
	position: relative;
}

#header .menu .menu-item-has-children>.sub-menu {
	position: absolute;
	top: 100%;
	left: 0;
	min-width: 100%;
	padding: 22px 15px 0;
	background: #fff;
	z-index: 2;
}

#header .menu .menu-item-has-children>.sub-menu li:not(:last-child) {
	border-bottom: 1px solid #efefef;
}

#header .menu .menu-item-has-children>.sub-menu a {
	display: block;
	padding: 10px 10px;
	white-space: nowrap;
}

#header .menu .menu-item-has-children>a::after {
	content: '';
	display: inline-block;
	width: 16px;
	height: 16px;
	margin-left: 6px;
	margin-bottom: -4px;
	background-image: url('../images/icon-menu-arrow-down.svg');
	background-repeat: no-repeat;
	background-position: center;
}

#header .menu .menu-item-has-children:hover>a::after {
	-webkit-transform: scaleY(-1);
	-moz-transform: scaleY(-1);
	-ms-transform: scaleY(-1);
	-o-transform: scaleY(-1);
	transform: scaleY(-1);
}

@media and (max-width:1180px) {
	
}

#footer {
	background: #000;
	color: #b2b2b2;
}

#footer a {
	color: inherit;
	text-decoration: none;
}

#footer a:hover {
	color: #E5A547 !important;
}

#footer .top {
	padding: 47px 0 59px;
}

#footer .top .title {
	color: #fff;
}

#footer .top .menu .title,
#footer .top .site_info .block-1 .title {
	font-family: 'Inter Bold';
	font-size: 16px;
	line-height: 20px;
	text-transform: uppercase;
}

#footer .top .menu .title {
	margin-bottom: 15px;
}

#footer .top .menu li:not(:last-child) {
	margin-bottom: 16px;
}

#footer .top .site_info {
	max-width: 100%;
	width: 260px;
}

#footer .top .site_info .block-1 {
	margin-bottom: 57px;
}

#footer .top .site_info .block-1 img {
	margin-top: -36px;
	margin-right: 20px;
}

#footer .top .site_info .block-2 .title,
#footer .top .site_info .block-3 .title,
#footer .top .contact_info .phones a,
#footer .top .contact_info .address a,
#footer .top .contact_info .address .title {
	margin-bottom: 4px;
	font-family: 'Inter Bold';
	font-size: 18px;
	line-height: 24px;
}

#footer .top .site_info .block-2,
#footer .top .site_info .block-3,
#footer .top .contact_info .phones span,
#footer .top .contact_info .address span,
#footer .top .contact_info .address .title span,
#footer .top .menu a {
	font-size: 14px;
	line-height: 20px;
}

#footer .top .site_info .block-2 {
	padding-bottom: 11px;
	margin-bottom: 18px;
	border-bottom: 1px solid #3b3b3b;
}

#footer .top .site_info .block-2 img {
	margin-top: -40px;
	margin-right: 27px;
}

#footer .top .site_info .block-3 img {
	margin-top: -42px;
	margin-right: 32px;
}

#footer .top .contact_info {
	max-width: 100%;
	width: 380px;
}

#footer .top .contact_info .phones {
	padding-bottom: 6px;
	margin-bottom: 26px;
	border-bottom: 1px solid #3b3b3b;
}

#footer .top .contact_info .phones a {
	display: inline-block;
	color: #fff;
}

#footer .top .contact_info .phones span {
	display: block;
	margin-bottom: 22px;
}

#footer .top .contact_info .address a {
	color: #fff;
}

#footer .top .contact_info .address>p:not(:last-child) {
	margin-right: 18px;
}

#footer .top .contact_info .address span {
	display: block;
	margin-top: 4px;
}

#footer .top .contact_info .address .title {
	margin: 0;
}

#footer .top .contact_info .address .title span {
	margin-top: 4px;
	font-family: 'Inter';
	color: #b2b2b2;
}

#footer .bottom {
	padding: 20px 0;
	background: #fff;
	color: #81809a;
}

#footer .bottom .menu {
	font-size: 14px;
	line-height: 20px;
}

#footer .bottom .menu li:not(:last-child) {
	margin-right: 30px;
}

#footer .bottom .copyright {
	font-size: 16px;
	line-height: 24px;
}

	.grsTemplate2 .grsGalCont .grsThImFrCont	{
		box-shadow: unset;
		padding: 0;
		border-radius: 12px !important;
	}
	
	.grsTemplate2 .grsGalCont .grsVidIc {
		background-position: center center;
		background-color: rgba(0, 0, 0, 0.48);
		background-image: url('../images/icon-play-video.svg');
	}
	
	.grsTemplate2 .grsGalCont .grsNavD .grsNavC > .grsNavLoadMore,
	.grsTemplate2 .grsGalCont .grsNavD .grsNavC > .grsNavLoadMore:hover	{
		background: #FFFFFF;
    border: 1px solid #000000;
    border-radius: 4px;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    padding: 10px 7px;
    color: #000;
	}

#latest-news .vc_grid.vc_row.vc_grid-gutter-30px .vc_grid-item {
	padding: 0;
}

.fbc-items {
	width: 100% !important;
	padding: 17px 0 16px !important;
	background: transparent !important;
	-webkit-border-radius: 0 !important;
	-moz-border-radius: 0 !important;
	border-radius: 0 !important;
	text-transform: uppercase;
}

.fbc-items .fa-home:before {
	content: '';
	display: block;
	width: 13px;
	height: 13px;
	background-image: url('../images/icon-breadcrumbs-home.svg');
	background-repeat: no-repeat;
	background-position: center;
}

.fbc-page .fbc-wrap .fbc-items li {
	padding: 0;
}

.fbc-page .fbc-wrap .fbc-items li[itemprop="itemListElement"] {
	padding: 0 6px;
	white-space: nowrap;
}

.fbc-page .fbc-wrap .fbc-items li a i {
	display: block;
	margin-right: 0;
}

.fbc-page .fbc-wrap .fbc-items li a,
.fbc-page .fbc-wrap .fbc-items li.active span,
.fbc-page .fbc-wrap .fbc-items li .fbc-end-text {
	font-family: 'Inter';
	font-size: 11px;
	line-height: 150%;
}

.fbc-page .fbc-wrap .fbc-items li a {
	color: #040235;
	text-decoration: none;
}

.fbc-page .fbc-wrap .fbc-items li.active span,
.fbc-page .fbc-wrap .fbc-items li .fbc-end-text {
	color: #54536D;
}

#news-top-text {
	padding: 86px 40px 114px;
	margin: 0 36px;
	background: #D5E2CE;
	-webkit-border-radius: 12px;
	-moz-border-radius: 12px;
	border-radius: 12px;
}

#news-top-text .wp-block-media-text .wp-block-media-text__content {
	width: 488px;
	max-width: 100%;
	padding: 0;
}

#news-top-text img {
	width: 592px;
	max-width: 100%;
	height: auto;
	-webkit-border-radius: 12px;
	-moz-border-radius: 12px;
	border-radius: 12px;
}

#news-top-text h2 {
	margin: 0 0 16px;
	font-size: 48px;
	line-height: 60px;
	letter-spacing: -0.05em;
	font-family: 'Inter Medium';
	font-weight: 500;
}

#news-top-text p {
	color: #2E2C2C;
}

#news-top-text p:nth-child(2) {
	margin-bottom: 16px;
	font-family: 'Inter Medium';
	font-size: 20px;
	line-height: 30px;
}

#news-top-text p:nth-child(3) {
	margin-bottom: 24px;
	font-size: 16px;
	line-height: 24px;
}

#news-top-text a[role="button"] {
	display: inline-block;
	padding: 13px 24px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	background: #000;
	font-size: 16px;
	line-height: 19px;
	color: #fff;
	text-align: center;
}

#news-subcategories {
	margin-bottom: 38px;
	font-size: 20px;
	line-height: 24px;
	text-transform: uppercase;
}

#news-subcategories .owl-item {
	width: auto !important;
}

#news-subcategories .owl-item a {
	display: inline-block;
	padding: 12px 24px;
	background: #fff;
	border: 1px solid #EFEFEF;
	-webkit-border-radius: 97px;
	-moz-border-radius: 97px;
	border-radius: 97px;
	color: #040235;
	text-decoration: none;
	font-family: 'Inter Medium';
	font-size: 16px;
	line-height: 24px;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}

#news-subcategories .owl-item a:hover,
#news-subcategories .owl-item a.active {
	background: #000;
	color: #fff;
	border: 1px solid #000;
}

#news-posts .general-title {
	margin-bottom: 8px;
}

#news-posts .post {
	width: 33%;
	width: calc(33.3% - 21px);
	margin-right: 32px;
	margin-bottom: 32px;
	background: #fff;
	border: 1px solid #efefef;
	-webkit-border-radius: 12px;
	-moz-border-radius: 12px;
	border-radius: 12px;
}

#news-posts.news-related .post {
	width: 100% !important;
}

#news-posts.news-related .post .link img {
	width: 12px;
}

#news-posts .post .img {
	display: block;
	height: 184px;
	background-size: cover;
	background-position: center;
	-webkit-border-radius: 12px 12px 0 0;
	-moz-border-radius: 12px 12px 0 0;
	border-radius: 12px 12px 0 0;
}

#news-posts .post .text {
	padding: 28px 20px 26px;
	-webkit-border-radius: 0 0 12px 12px;
	-moz-border-radius: 0 0 12px 12px;
	border-radius: 0 0 12px 12px;
}

#news-posts .post .category {
	height: 20px;
	margin-bottom: 8px;
	font-size: 12px;
	line-height: 20px;
	text-transform: uppercase;
	color: #A5A5A5;
	overflow: hidden;
}

#news-posts .post .title {
	display: block;
	height: 96px;
	margin-bottom: 10px;
	font-size: 24px;
	line-height: 32px;
	font-family: 'Inter Bold';
	letter-spacing: -0.005em;
	color: #040235;
	text-decoration: none;
	overflow: hidden;
}

#news-posts .post .title:hover {
	color: #597EF7;
}

#news-posts .post .description {
	height: 42px;
	margin-bottom: 31px;
	font-size: 14px;
	line-height: 21px;
	color: #2E2C2C;
	overflow: hidden;
}

#news-posts .post .link {
	font-size: 16px;
	line-height: 19px;
	color: #597EF7;
	font-family: 'Inter Medium';
	text-decoration: none;
}

#news-posts .post .link img {
	margin-left: 7px;
}

#news-posts .text-empty {
	margin-bottom: 30px;
}

.news-article .img {
	height: 600px;
	margin-bottom: 37px;
	-webkit-border-radius: 12px;
	-moz-border-radius: 12px;
	border-radius: 12px;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}

.news-article .img-caption {
	margin-top: -31px;
	margin-bottom: 28px;
	font-size: 16px;
	line-height: 24px;
	color: #54536D;
}

.news-post-categories {
	margin-bottom: 10px;
}

.news-post-categories a {
	display: inline-block;
	padding: 4px 24px;
	background: #fafafa;
	-webkit-border-radius: 97px;
	-moz-border-radius: 97px;
	border-radius: 97px;
	font-size: 12px;
	line-height: 24px;
	text-transform: uppercase;
	text-decoration: none;
	color: #35021A;
	font-family: 'Inter Medium';
}

.news-post-categories a:not(:last-child) {
	margin-right: 20px;
}

.news-article {
	padding-bottom: 99px;
}

.news-article,
.news-post-categories,
.fbc-page {
	padding-left: 20px;
	padding-right: 20px;
}

.news-article .title {
	margin-bottom: 10px;
	font-size: 48px;
	line-height: 60px;
	font-family: 'Inter Medium';
}

.news-article .date {
	margin-bottom: 29px;
	font-size: 16px;
	line-height: 24px;
	color: #54536D;
}

.news-article .text {
	width: 800px;
	max-width: 100%;
	margin: 0 auto;
}

.news-article .text h2,
.news-article .text h3,
.news-article .text h4,
.news-article .text h5,
.news-article .text h6 {
	font-family: 'Inter Semi Bold';
	font-weight: 600;
}

.news-article .text h3 {
	margin: 0 0 18px;
	font-size: 28px;
	line-height: 40px;
}

.news-article .text h4 {
	margin: 0 0 16px;
	font-size: 28px;
	line-height: 40px;
}

.news-article .text h6 {
	margin: 0 0 12px;
	font-size: 20px;
	line-height: 24px;
}

.news-article .text .wp-block-image img {
	display: block;
	margin: 0 auto;
	-webkit-border-radius: 12px;
	-moz-border-radius: 12px;
	border-radius: 12px;
}

.news-article .text .wp-block-image figcaption {
	margin: 6px 0 28px;
	text-align: center;
	font-size: 16px;
	line-height: 24px;
	color: #54536D;
}

.news-article .text p {
	margin-bottom: 24px;
	font-size: 16px;
	line-height: 26px;
	color: #2E2C2C;
}

.news-article .text ul,
.news-article .text ol {
	margin: 0 0 16px;
	padding: 0 0 0 20px;
	font-size: 16px;
	line-height: 24px;
}

.news-article .text strong {
	font-family: 'Inter Semi Bold';
	font-weight: 600;
	color: #000;
}

.news-article .text blockquote {
	position: relative;
	margin: 0;
	padding-left: 18px;
	font-style: italic;
}

.news-article .text blockquote::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 2px;
	height: 100%;
	background: #597EF7;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
}

.news-article .social {
	margin-top: 24px;
}

.news-article .social span {
	margin-right: 16px;
	font-size: 16px;
	line-height: 32px;
	color: #2E2C2C;
}

.news-article .social a:not(:last-child) {
	margin-right: 12px;
}

.news-article .block-pdf {
	padding: 28px 24px 19px;
	margin-top: 32px;
	background: #FAFAFA;
	-webkit-border-radius: 12px;
	-moz-border-radius: 12px;
	border-radius: 12px;
}

.news-article .block-pdf p {
	margin: 0;
	line-height: 24px;
}

.news-article .block-pdf .title {
	margin: 0 0 12px;
	font-size: 20px;
	letter-spacing: -0.05em;
	color: #2E2C2C;
	font-family: 'Inter Medium';
}

.news-article .block-pdf .items {
	margin-top: 24px;
}

.news-article .block-pdf .items .item {
	padding: 9px 31px 8px 10px;
	background: #fff;
	font-size: 14px;
	line-height: 22px;
	color: #000000;
	text-decoration: none;
}

.news-article .block-pdf .items .item:not(:last-child),
.news-article .block-pdf .items .item img {
	margin-right: 12px;
}

.news-related {
	padding: 50px 0;
	background: #fafafa;
}

#news-posts.news-related .general-title {
	margin-bottom: 50px;
}

#news-posts.news-related {
	margin-top: 0;
}

#news-posts .load-more {
	display: inline-block;
	width: 379px;
	max-width: 100%;
	padding: 13px 0;
	margin-top: 44px;
	margin-bottom: 32px;
	font-size: 16px;
	line-height: 19px;
	font-family: 'Inter Medium';
	color: #fff;
	background: #000;
	border: 1px solid #000;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}

.page-id-55 {
	background: #fafafa;
}

.page-id-55 h1 {
	margin: 0 0 12px;
	font-size: 48px;
	line-height: 60px;
	font-family: 'Inter Medium';
	letter-spacing: 0.02em;
	color: #040235;
}

.page-id-55 h1 + div {
	max-width: 60%;
	font-size: 16px;
	line-height: 26px;
	font-family: 'Inter Medium';
	color: #2E2C2C;
}

.page-departments {
	padding: 24px 0 74px;
}

.page-departments .item {
	min-width: 32%;
	max-width: 32%;
	width: 32%;
	min-height: 199px;
	padding: 20px 24px 47px;
	margin-right: 2%;
	margin-bottom: 18px;
	background: #fff;
	-webkit-box-shadow: 0px 4px 28px rgba(0, 0, 0, 0.02);
	-moz-box-shadow: 0px 4px 28px rgba(0, 0, 0, 0.02);
	box-shadow: 0px 4px 28px rgba(0, 0, 0, 0.02);
	-webkit-border-radius: 12px;
	-moz-border-radius: 12px;
	border-radius: 12px;
	text-decoration: none;
}

.page-departments .item span {
	display: block;
}

.page-departments .item .img {
	width: 52px;
	height: 52px;
	margin-bottom: 8px;
	-webkit-border-radius: 100px;
	-moz-border-radius: 100px;
	border-radius: 100px;
	background: #D5E2CE;
	background-position: center;
	background-repeat: no-repeat;
}

.page-departments .item:nth-child(2) .img,
.page-departments .item:nth-child(3) .img,
.page-departments .item:nth-child(10) .img,
.page-departments .item:nth-child(11) .img,
.page-departments .item:nth-child(15) .img,
.page-departments .item:nth-child(22) .img {
	background-color: #F4B351;
}

.page-departments .item:nth-child(4) .img {
	background-color: #8F9AD6;
}

.page-departments .item:nth-child(5) .img {
	background-color: #8CC9C5;
}

.page-departments .item:nth-child(6) .img {
	background-color: #E4BF87;
}

.page-departments .item:nth-child(7) .img {
	background-color: #8DABA4;
}

.page-departments .item:nth-child(8) .img {
	background-color: #C1D2EF;
}

.page-departments .item:nth-child(9) .img {
	background-color: #F3C65E;
}

.page-departments .item:nth-child(12) .img {
	background-color: #CA557E;
}

.page-departments .item:nth-child(13) .img {
	background-color: #88CEE0;
}

.page-departments .item:nth-child(14) .img {
	background-color: #F29F98;
}

.page-departments .item:nth-child(16) .img {
	background-color: #E8A18A;
}

.page-departments .item:nth-child(17) .img {
	background-color: #DBCDE3;
}

.page-departments .item:nth-child(18) .img {
	background-color: #716C6C;
}

.page-departments .item:nth-child(19) .img {
	background-color: #BEDE8E;
}

.page-departments .item:nth-child(20) .img {
	background-color: #9BB2FA;
}

.page-departments .item:nth-child(21) .img {
	background-color: #B1CFE7;
}

.page-departments .item .name {
	max-width: 90%;
	font-size: 20px;
	line-height: 24px;
	font-family: 'Inter Semi Bold';
	color: #000000;
}

.page-departments .item .btn {
	position: absolute;
	left: 24px;
	bottom: 20px;
	font-size: 16px;
	line-height: 19px;
	color: #597EF7;
}

.page-departments .item .btn::after {
	content: '';
	display: block;
	width: 12px;
	height: 12px;
	margin-left: 12px;
	background-image: url('../images/arrow-blue-right.svg');
}

.page-department .block-top {
	padding: 84px 0 140px;
	background: #deeff8;
	background: linear-gradient(101.38deg, #E7F0FD -0.32%, #CBEEEC 99.71%);
}

.page-department .block-top h1 {
	margin: 0 0 6px;
	font-size: 48px;
	line-height: 60px;
	font-family: 'Inter Medium';
	letter-spacing: 0.01em;
	color: #000;
}

.page-department .block-top .services {
	max-width: 55%;
}

.page-department .block-top .services .title {
	margin-bottom: 16px;
	font-size: 18px;
	line-height: 30px;
	font-family: 'Inter Medium';
	color: #2E2C2C;
}

.page-department .block-top .services .items {
	margin-bottom: 8px;
}

.page-department .block-top .services .items .item {
	display: inline-block;
	padding: 10px 20px;
	margin-bottom: 12px;
	background: #C7DDE1;
	-webkit-border-radius: 35px;
	-moz-border-radius: 35px;
	border-radius: 35px;
	font-size: 16px;
	line-height: 24px;
	font-family: 'Inter Medium';
	color: #5f6566;
}

.page-department .block-top .services .items .item:not(:last-child) {
	margin-right: 12px;
}

.page-department .block-top .services .warning {
	font-size: 14px;
	line-height: 20px;
	color: #868d92;
}

.page-department .block-top .head-of-department .img {
	width: 280px;
	height: 360px;
	margin: 0 auto 8px;
	border: 6px solid #fff;
	-webkit-border-radius: 12px;
	-moz-border-radius: 12px;
	border-radius: 12px;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}

.page-department .block-top .head-of-department .title {
	margin-bottom: 4px;
	font-size: 18px;
	line-height: 24px;
	font-family: 'Inter Semi Bold';
}

.page-department .block-top .head-of-department p:not(.title) {
	font-size: 14px;
	line-height: 24px;
	text-transform: uppercase;
}

.page-department .contact-info {
	margin-top: -116px;
	margin-bottom: 80px;
}

.page-department .contact-info .block-left,
.page-department .contact-info .block-right {
	padding: 21px 39px 34px 28px;
	background: #fff;
	border: 1px solid #EFEFEF;
	-webkit-border-radius: 12px;
	-moz-border-radius: 12px;
	border-radius: 12px;
	-webkit-box-shadow: 0 20px 35px rgba(0, 0, 0, 0.05);
	-moz-box-shadow: 0 20px 35px rgba(0, 0, 0, 0.05);
	box-shadow: 0 20px 35px rgba(0, 0, 0, 0.05);
	font-size: 16px;
	line-height: 38px;
	color: #2E2C2C;
}

.page-department .contact-info .block-left {
	margin-right: 51px;
	padding-right: 26px;
}

.page-department .contact-info .block-alone{
		max-width:50%
}

.page-department .contact-info .block-left .hours {
	margin-bottom: 24px;
}

.page-department .contact-info .block-left .hours p {
	width: 100%;
}

.page-department .contact-info .block-left .hours span:not(.title) {
	font-size: 14px;
	line-height: 20px;
	color: #959595;
	font-family: 'Inter Medium';
}

.page-department .contact-info .block-left .location img,
.page-department .contact-info .block-right img {
	-webkit-transform: translateY(4px);
	-moz-transform: translateY(4px);
	-ms-transform: translateY(4px);
	-o-transform: translateY(4px);
	transform: translateY(4px);
}

.page-department .contact-info .block-left .location .title {
	margin-bottom: 11px;
}

.page-department .contact-info .block-right .title {
	margin-bottom: 23px;
}

.dep_phones {
	margin-left:72px;
}

.page-department .contact-info .block-right a {
	margin-right: 24px;
}

.page-department .contact-info .title {
	display: block;
	font-size: 18px;
	line-height: 24px;
	font-family: 'Inter Medium';
	text-transform: uppercase;
	color: #04192C;
}

.page-department .contact-info img {
	margin-right: 8px;
}

.page-department .contact-info a {
	color: #597EF7;
}

.page-department .contact-info a:not(:hover) {
	text-decoration: none;
}

.page-department .department-blocks {
	margin-bottom: 64px;
}

.page-department .department-blocks .title {
	margin-bottom: 32px;
}

.page-department .department-blocks .switches {
	margin-bottom: 32px;
}

.page-department .department-blocks .switches a {
	display: inline-block;
	padding: 11px 24px;
	border: 1px solid #EFEFEF;
	-webkit-border-radius: 97px;
	-moz-border-radius: 97px;
	border-radius: 97px;
	background: #fff;
	font-size: 14px;
	line-height: 24px;
	font-family: 'Inter Medium';
	text-transform: uppercase;
	color: #040235;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}

.page-department .department-blocks .switches a:not(:last-child) {
	margin-right: 16px;
}

.page-department .department-blocks .switches a:hover,
.page-department .department-blocks .switches a.active {
	background: #000;
	border: 1px solid #000;
	color: #fff;
}

.page-department .department-blocks .items .item {
	font-size: 16px;
	line-height: 24px;
	color: #2E2C2C;
}

.page-department .department-blocks .items .item:not(.active) {
	display: none;
}

.page-department .department-blocks .items .item ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.page-department .department-blocks .items .item ul>br {
	display: none;
}

.page-department .department-blocks .items .item ul li {
	position: relative;
	padding-left: 38px;
	padding-bottom: 20px;
	border-bottom: 1px solid #efefef;
}

.page-department .department-blocks .items .item ul li:not(:last-child) {
	margin-bottom: 20px;
}

.page-department .department-blocks .items .item ul li::before {
	content: '';
	position: absolute;
	top: 4px;
	left: 2px;
	width: 16px;
	height: 16px;
	background-image: url('../images/icon-black-circle-checkmark.svg');
	background-repeat: no-repeat;
	background-position: center;
}

.page-department .page-content {
	padding: 56px 104px 69px;
	margin-bottom: 67px;
	-webkit-border-radius: 12px;
	-moz-border-radius: 12px;
	border-radius: 12px;
	background-color: #FAFAFA;
	background-repeat: no-repeat;
	background-position: bottom right;
	background-size: 50%;
	font-size: 16px;
	line-height: 24px;
}

.page-department .page-content .inner {
	width: 490px;
	max-width: 100%;
}

.page-department .page-content h2 {
	margin: 0 0 16px;
	font-size: 48px;
	line-height: 60px;
	font-family: 'Inter Medium';
	font-weight: 500;
}

.page-department .doctors .title,
.page-department .reviews .title {
	margin-bottom: 40px;
}

.page-department .doctors table {
	width: 100%;
	margin-bottom: 84px;
	border-collapse: separate;
	border-spacing: 0;
	font-family: 'Inter Semi Bold';
    font-weight: 600;
}

.page-department .doctors table th {
	padding: 22px 15px;
	background: #000;
	font-size: 20px;
	line-height: 32px;
	color: #fff;
}

.page-department .doctors table th:first-child {
	padding-left: 24px;
	-webkit-border-top-left-radius: 12px;
	-moz-border-top-left-radius: 12px;
	border-top-left-radius: 12px;
}

.page-department .doctors table th:last-child {
	-webkit-border-top-right-radius: 12px;
	-moz-border-top-right-radius: 12px;
	border-top-right-radius: 12px;
}

.page-department .doctors table td {
	padding: 24px 15px;
	border: 1px solid #EFEFEF;
	font-size: 18px;
	line-height: 28px;
}

.page-department .doctors table td:first-child {
	padding-left: 24px;
	border-right: 0 !important;
}

.page-department .doctors table tr:last-child td:first-child {
	-webkit-border-bottom-left-radius: 12px;
	-moz-border-bottom-left-radius: 12px;
	border-bottom-left-radius: 12px;
}

.page-department .doctors table tr:last-child td:last-child {
	-webkit-border-bottom-right-radius: 12px;
	-moz-border-bottom-right-radius: 12px;
	border-bottom-right-radius: 12px;
}

.page-department .doctors table tr:not(:last-child) td {
	border-bottom: 0 !important;
}

.page-department .reviews {
	padding: 42px 0 111px;
	background: #FAFAFA;
}

.page-department .doctors .owl-nav,
.page-department .reviews .owl-nav {
	position: absolute;
	height: 0;
	width: 100%;
	top: 50%;
	left: 0;
}

.page-department .doctors .owl-nav .owl-prev,
.page-department .doctors .owl-nav .owl-next,
.page-department .reviews .owl-nav .owl-prev,
.page-department .reviews .owl-nav .owl-next {
	width: 72px;
	height: 72px;
	-webkit-border-radius: 100px;
	-moz-border-radius: 100px;
	border-radius: 100px;
	border: 1px solid #EFEFEF;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
	margin:0;
	position: absolute;
}

.page-department .doctors .owl-nav .owl-prev,
.page-department .reviews .owl-nav .owl-prev {
	float: left;
	-webkit-transform: translateY(-50%) translateX(-100%);
	-moz-transform: translateY(-50%) translateX(-100%);
	-ms-transform: translateY(-50%) translateX(-100%);
	-o-transform: translateY(-50%) translateX(-100%);
	transform: translateY(-50%) translateX(-100%);
	left: -10px; 
}

.page-department .doctors .owl-nav .owl-next,
.page-department .reviews .owl-nav .owl-next {
	float: right;
	-webkit-transform: translateY(-50%) translateX(100%);
	-moz-transform: translateY(-50%) translateX(100%);
	-ms-transform: translateY(-50%) translateX(100%);
	-o-transform: translateY(-50%) translateX(100%);
	transform: translateY(-50%) translateX(100%);
	right: -10px; 

}

.page-department .doctors .owl-nav .owl-prev:hover,
.page-department .doctors .owl-nav .owl-next:hover,
.page-department .reviews .owl-nav .owl-prev:hover,
.page-department .reviews .owl-nav .owl-next:hover {
	background-color: #fff;
}

.page-department .doctors .owl-dots,
.page-department .reviews .owl-dots,
#latest-reviews .owl-dots {
	position: absolute;
	bottom: -32px;
	left: 0;
	width: 100%;
	text-align: center;
}

.page-department .doctors .owl-dots .owl-dot span,
.page-department .reviews .owl-dots .owl-dot span,
#latest-reviews .owl-dots .owl-dot span {
	display: inline-block;
	width: 8px;
	height: 8px;
	background: #fff;
	-webkit-border-radius: 100px;
	-moz-border-radius: 100px;
	border-radius: 100px;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}

.page-department .doctors .owl-dots .owl-dot span {
	background: #F0EFEC;
}


.page-department .doctors .owl-dots .owl-dot:hover span,
.page-department .doctors .owl-dots .owl-dot.active span,
.page-department .reviews .owl-dots .owl-dot:hover span,
.page-department .reviews .owl-dots .owl-dot.active span,
#latest-reviews .owl-dots .owl-dot:hover span,
#latest-reviews .owl-dots .owl-dot.active span {
	background: #F4B351;
}

#latest-reviews .owl-dots .owl-dot:not(:last-child) span {
	margin-right: 8px;
}

.page-department  .owl-carousel .owl-stage {
	display:flex;
}

.page-department  .owl-carousel .owl-item {
	min-height:100%;
}
.page-department  .owl-stage-outer .item {
	box-shadow: 0px 4px 19px rgb(0 0 0 / 2%);
    /*border: 1px solid red;*/
    border-radius: 12px;
    height: 100%;;
}

.page-department  .owl-stage-outer .item .img{
	height: 312px;
    margin-bottom: 12px;
    -webkit-border-radius: 12px 12px 0px 0px;
    -moz-border-radius: 12px 12px 0px 0px;
    border-radius: 12px 12px 0px 0px;
    background-size: cover;
    background-position: center;
}

.page-department  .owl-stage-outer .item .item-title {
	font-family: 'Inter Semi Bold';
	margin-bottom: 7px;
    font-size: 20px;
    line-height: 24px;
	margin: 0 12px 8px;
}

.page-department  .owl-stage-outer .item .item-categories{
	font-size: 16px;
    line-height: 24px;
    text-transform: uppercase;
    color: #A5A5A5;
	margin-bottom: 24px;
}

/*
.page-department .owl-theme .owl-nav {
	display: flex;
    justify-content: space-between;
}

.page-department .owl-carousel .owl-nav button.owl-prev {
	left: -82px;
	transform: scaleX(-1);
}

.page-department .owl-carousel .owl-nav button.owl-next {
	right: -82px;
}

.page-department .owl-carousel .owl-nav button.owl-next, 
.page-department .owl-carousel .owl-nav button.owl-prev {
	position: absolute;
    bottom: 50%;
	width: 72px;
    height: 72px;
    border-radius: 40px;
    border: 1px solid #EFEFEF;
	font-size: 40px;
	background-image: url('../images/arrow-forward.svg');
	background-size: 19px;
	background-position: center;
	background-repeat: no-repeat;
}

.page-department .owl-carousel .owl-nav button.owl-next:hover, 
.page-department .owl-carousel .owl-nav button.owl-prev:hover {
	color: #000;
	background-color: #fff;
}

.page-department .owl-theme .owl-dots .owl-dot.active span, 
.page-department .owl-theme .owl-dots .owl-dot:hover span {
    background-color: #F4B351;
}

*/

.page-department .doctors {
	margin-bottom: 60px;
}
	

.page-id-387 .top-info,
.page-id-487 .top-info {
	padding-top: 86px;
	padding-bottom: 206px;
}

.page-id-387 .top-info {
	background: #F2AC94;
}

.page-id-487 .top-info {
	background: #EFC991;
}

.page-id-387 .top-info img,
.parent-pageid-387 .top-info img,
.page-id-487 .top-info img,
.parent-pageid-487 .top-info img {
	margin-top: 40px;
	border: 1px solid rgba(39, 42, 56, 0.06);
	-webkit-border-radius: 12px;
	-moz-border-radius: 12px;
	border-radius: 12px;
}

.page-id-387 .top-info .wpb_text_column,
.page-id-487 .top-info .wpb_text_column {
	padding-right: 100px;
}

.page-id-387 .top-info .wpb_text_column p,
.parent-pageid-387 .top-info .wpb_text_column p,
.parent-pageid-387 .top-info .wpb_text_column li,
.page-id-487 .top-info .wpb_text_column p,
.parent-pageid-487 .top-info .wpb_text_column p,
.parent-pageid-487 .top-info .wpb_text_column li {
	font-size: 16px;
	line-height: 24px;
	color: #2E2C2C;
}

.parent-pageid-387 .top-info .wpb_text_column ul {
	margin: 0;
	padding: 0 0 0 20px;
}

.page-id-387 .top-info .wpb_text_column p:not(:last-child),
.parent-pageid-387 .top-info .wpb_text_column p:not(:last-child),
.parent-pageid-387 .top-info .wpb_text_column ul:not(:last-child),
.page-id-487 .top-info .wpb_text_column p:not(:last-child),
.parent-pageid-487 .top-info .wpb_text_column p:not(:last-child),
.parent-pageid-487 .top-info .wpb_text_column ul:not(:last-child) {
	margin-bottom: 16px;
}

.page-id-387 .top-info .wpb_text_column .title,
.parent-pageid-387 .top-info .wpb_text_column .title,
.page-id-487 .top-info .wpb_text_column .title,
.parent-pageid-487 .top-info .wpb_text_column .title {
	font-size: 48px;
	line-height: 60px;
	font-family: 'Inter Medium';
	letter-spacing: -0.05em;
	color: #000;
}

.page-id-387 .top-info .wpb_text_column .mini-title,
.parent-pageid-387 .top-info .wpb_text_column .mini-title,
.page-id-487 .top-info .wpb_text_column .mini-title,
.parent-pageid-487 .top-info .wpb_text_column .mini-title {
	font-size: 20px;
	line-height: 30px;
	font-family: 'Inter Medium';
}

.page-id-387 .info-blocks,
.parent-pageid-387 .info-blocks {
	-webkit-transform: translateY(-150px);
	-moz-transform: translateY(-150px);
	-ms-transform: translateY(-150px);
	-o-transform: translateY(-150px);
	transform: translateY(-150px);
}

.page-id-487 .info-blocks,
.parent-pageid-487 .info-blocks {
	margin-top: -150px;
	margin-bottom: 66px;
}

.page-id-387 .info-blocks .block,
.parent-pageid-387 .info-blocks .block,
.page-id-487 .info-blocks .block,
.parent-pageid-487 .info-blocks .block {
	padding: 40px 24px 146px;
	-webkit-border-radius: 12px;
	-moz-border-radius: 12px;
	border-radius: 12px;
	-webkit-box-shadow: 0px 13px 40px rgba(0, 0, 0, 0.07);
	-moz-box-shadow: 0px 13px 40px rgba(0, 0, 0, 0.07);
	box-shadow: 0px 13px 40px rgba(0, 0, 0, 0.07);
	background: #fff;
	font-size: 16px;
	line-height: 19px;
	background-position: bottom right;
	background-repeat: no-repeat;
}

.page-id-387 .info-blocks .block-1 {
	background-image: url('../images/1.png');
}

.page-id-387 .info-blocks .block-2 {
	background-image: url('../images/2.png');
}

.page-id-387 .info-blocks .block-3 {
	background-image: url('../images/3.png');
}

.page-id-387 .info-blocks .block-4 {
	background-image: url('../images/4.png');
}

.page-id-487 .info-blocks .block-1 {
	background-image: url('../images/1_1.png');
}

.page-id-487 .info-blocks .block-2 {
	background-image: url('../images/2_1.png');
}

.page-id-487 .info-blocks .block-3 {
	background-image: url('../images/3_1.png');
}

.page-id-487 .info-blocks .block-4 {
	background-image: url('../images/4_1.png');
}

.page-id-387 .info-blocks .block .title,
.parent-pageid-387 .info-blocks .block .title,
.page-id-487 .info-blocks .block .title,
.parent-pageid-487 .info-blocks .block .title {
	margin-bottom: 12px;
	font-size: 20px;
	line-height: 24px;
	font-family: 'Inter Bold';
}

.page-id-487 .info-blocks .block.block-1 p:not(.title) {
	max-width: 100%;
	width: 150px;
}

.page-id-387 .info-blocks .block a,
.parent-pageid-387 .info-blocks .block a,
.page-id-487 .info-blocks .block a,
.parent-pageid-487 .info-blocks .block a {
	position: absolute;
	left: 24px;
	bottom: 34px;
	text-decoration: none;
	font-size: 16px;
	line-height: 20px;
	font-family: 'Inter Medium';
	color: #E5A547;
}

.page-id-387 .info-blocks .block a img,
.parent-pageid-387 .info-blocks .block a img,
.page-id-487 .info-blocks .block a img,
.parent-pageid-487 .info-blocks .block a img {
	margin-left: 7px;
}

.page-id-387 .block-list {
	margin-bottom: 80px;
}

.vc_tta-container {
	margin-bottom: 0 !important;
}

.vc_tta-color-grey.vc_tta-style-classic .vc_tta-panel .vc_tta-panel-heading {
	border-color: #efefef !important;
	background: #fff !important;
}

.vc_tta-color-grey.vc_tta-style-classic .vc_tta-panel:first-child .vc_tta-panel-heading {
	border-radius: 12px 12px 0 0;
}

.vc_tta-color-grey.vc_tta-style-classic .vc_tta-panel:last-child .vc_tta-panel-heading {
	border-radius: 0 0 12px 12px;
}

.vc_tta.vc_tta-accordion .vc_tta-controls-icon-position-left.vc_tta-panel-title>a {
	padding: 24px !important;
}

.vc_tta-title-text {
	font-family: 'Inter Semi Bold';
	font-weight: 600;
	font-size: 20px;
	line-height: 32px;
	color: #000;
}

.vc_tta .vc_tta-controls-icon.vc_tta-controls-icon-plus {
	top: 35px !important;
    right: 29px !important;
    left: auto !important;
    -webkit-transform: none !important;
    -moz-transform: none !important;
    -ms-transform: none !important;
    -o-transform: none !important;
    transform: none !important;
}

.vc_tta .vc_tta-controls-icon.vc_tta-controls-icon-plus::after {
	display: none !important;
}

.vc_tta .vc_tta-controls-icon.vc_tta-controls-icon-plus::before,
#menu-patients-info-list a::after,
#menu-about-us-page-menu a::after {
	width: 19px;
	height: 19px;
	border: 0 !important;
	background-image: url('../images/arrow-forward.svg');
	background-size: 19px;
	background-position: center;
	background-repeat: no-repeat;
}

#page-contact .top-info {
	padding-top: 92px;
	padding-bottom: 96px;
	margin-bottom: 80px;
	background: linear-gradient(276.98deg, #C5D1FF 0%, #FFEDED 100%);
}

#page-contact .top-info .block-left {
	font-size: 18px;
	line-height: 24px;
}

#page-contact .top-info .block-left .title {
	margin-bottom: 16px;
	font-size: 48px;
	line-height: 60px;
	letter-spacing: -0.01em;
	font-family: 'Inter Medium';
}

#page-contact .top-info .block-left p:not(.title) {
	padding-left: 32px;
}

#page-contact .top-info .block-left .mini-title {
	font-size: 20px;
	line-height: 24px;
	font-family: 'Inter Bold';
}

#page-contact .top-info .block-left .mini-title:not(.separator) {
	margin-bottom: 4px;
}

#page-contact .top-info .block-left .mini-title:nth-child(5) {
	margin-top: 20px;
}

#page-contact .top-info .block-left .mini-title.separator {
	display: inline-block;
	padding-bottom: 23px;
	padding-right: 40px;
	margin-bottom: 23px;
	border-bottom: 1px solid #d8d2d8;
}

#page-contact .top-info .block-left .mini-title::before,
#page-contact .contact-blocks .title::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 24px;
	height: 24px;
	background-size: 24px;
	background-position: center;
	background-repeat: no-repeat;
}

#page-contact .top-info .block-left .mini-title:nth-child(2)::before {
	background-image: url('../images/icon-contact-clock.svg');
}

#page-contact .top-info .block-left .mini-title:nth-child(3)::before {
	background-image: url('../images/icon-contact-phone.svg');
}

#page-contact .top-info .block-left .mini-title:nth-child(5)::before {
	background-image: url('../images/icon-contact-person.svg');
}

#page-contact .top-info .block-left a {
	color: inherit;
	text-decoration: none;
}

#page-contact .top-info .block-right {
	padding: 40px 24px;
	background: #fff;
	-webkit-box-shadow: 0px 13px 40px rgba(0, 0, 0, 0.07);
	-moz-box-shadow: 0px 13px 40px rgba(0, 0, 0, 0.07);
	box-shadow: 0px 13px 40px rgba(0, 0, 0, 0.07);
	-webkit-border-radius: 12px;
	-moz-border-radius: 12px;
	border-radius: 12px;
}

#page-contact .top-info .block-right .title {
	margin-bottom: 19px;
	font-size: 20px;
	line-height: 24px;
	font-family: 'Inter Semi Bold';
}

#page-contact .contact-blocks {
	margin-bottom: 48px;
}

#page-contact .contact-blocks p,
#page-contact .contact-blocks .social-links {
	padding-left: 32px;
}

#page-contact .contact-blocks p {
	font-size: 18px;
	line-height: 24px;
}

#page-contact .contact-blocks p:not(:last-child) {
	margin-bottom: 12px;
}

#page-contact .contact-blocks a {
	text-decoration: none;
	color: inherit;
}

#page-contact .contact-blocks .title {
	margin-bottom: 16px;
	font-size: 20px;
	line-height: 24px;
	font-family: 'Inter Semi Bold';
}

#page-contact .contact-blocks>.vc_column_container:first-child .title::before {
	background-image: url('../images/icon-contact-marker.svg');
}

#page-contact .contact-blocks>.vc_column_container:nth-child(2) .title::before {
	background-image: url('../images/icon-contact-bus.svg');
}

#page-contact .contact-blocks>.vc_column_container:nth-child(3) .title::before {
	background-image: url('../images/icon-contact-social.svg');
}

#page-contact .contact-blocks .social-links a:not(:last-child) {
	margin-right: 16px;
}

#page-contact .contact-blocks>.vc_column_container {
	position: relative;
}

#page-contact .contact-blocks>.vc_column_container:not(:last-child)::after {
	content: '';
	position: absolute;
	top: 0;
	right: 45px;
	width: 1px;
	height: 155px;
	background: #EFEFEF;
}

#page-contact .block-map {
	margin-bottom: 80px;
}

#page-contact .block-map .wpb_gmaps_widget .wpb_wrapper {
	background: transparent !important;
}

#page-contact .block-map iframe {
	border: 1px solid #EFEFEF !important;
	-webkit-border-radius: 12px;
	-moz-border-radius: 12px;
	border-radius: 12px;
}

#contact-departments {
    max-width: 100%;
	padding: 14px;
	margin-bottom: 33px;
	box-sizing: border-box;
	border: 1px solid #C5D1FF;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	font-size: 14px;
	line-height: 20px;
	font-family: 'Inter';
}

#contact-departments-result {
	font-size: 18px;
	line-height: 24px;
}

#contact-departments-result a {
	margin-right: 14px;
	text-decoration: none;
	color: #597EF7;
}

#contact-departments-result p:not(:last-child) {
	margin-bottom: 16px;
}

.parent-pageid-387 .top-info {
	padding: 86px 0 211px;
	background: #F0EFEC;
}

.parent-pageid-387 .top-info .wpb_text_column {
	padding-right: 100px;
}

.parent-pageid-387 .block-statistics {
	margin-bottom: 165px;
}

.parent-pageid-387 .block-statistics .general-title {
	margin-bottom: 12px;
}

.parent-pageid-387 .block-statistics .mini-title {
	margin-bottom: 40px;
	font-size: 20px;
	line-height: 30px;
	font-family: 'Inter Medium';
	letter-spacing: -0.05em;
	color: #2E2C2C;
}

.parent-pageid-387 .block-statistics .blocks>.vc_column_container>.vc_column-inner {
	padding: 0;
}

.parent-pageid-387 .block-statistics .blocks>.vc_column_container>.vc_column-inner>.wpb_wrapper {
	display: -webkit-box!important;
    display: -moz-box!important;
    display: -ms-flexbox!important;
    display: -webkit-flex!important;
    display: flex!important;
	-webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    justify-content: space-between;
}

.parent-pageid-387 .block-statistics .blocks>.vc_column_container>.vc_column-inner>.wpb_wrapper>div {
	padding: 72px 40px;
	background: #EFC991;
	-webkit-border-radius: 12px;
	-moz-border-radius: 12px;
	border-radius: 12px;
	font-size: 18px;
	line-height: 28px;
}

.parent-pageid-387 .block-statistics .blocks>.vc_column_container>.vc_column-inner>.wpb_wrapper>div:first-child {
	width: 40.13%;
	background-image: url('../images/globe.png');
	background-position: bottom 0 right 25px;
	background-repeat: no-repeat;
}

.parent-pageid-387 .block-statistics .blocks>.vc_column_container>.vc_column-inner>.wpb_wrapper>div:nth-child(2),
.parent-pageid-387 .block-statistics .blocks>.vc_column_container>.vc_column-inner>.wpb_wrapper>div:nth-child(3) {
	width: 27.3%;
}

.parent-pageid-387 .block-statistics .blocks .number {
	margin-bottom: 12px;
	font-size: 40px;
	line-height: 48px;
	font-family: 'Inter Medium';
	letter-spacing: -0.05em;
}

.parent-pageid-387 .general-text {
	margin-bottom: 74px;
	font-size: 16px;
	line-height: 24px;
	color: #4d4d4d;
}

.parent-pageid-387 .general-text p {
	margin-bottom: 12px;
}

.parent-pageid-387 .general-text ul {
	margin: 0;
	padding: 0 0 0 20px;
}

.parent-pageid-387 .general-text ul:not(:last-child) {
	margin-bottom: 4px;
}

.parent-pageid-387 .general-text .general-title {
	margin-bottom: 96px;
	color: #000;
}

.parent-pageid-387 .general-text .title {
	margin-bottom: 24px;
	font-size: 20px;
	line-height: 24px;
	font-family: 'Inter Bold';
	text-transform: uppercase;
	color: #000;
}

.parent-pageid-387 .general-text p:not(.general-title) + .title,
.parent-pageid-387 .general-text ul + .title {
	margin-top: 40px;
}

.page-id-423 .general-text .wpb_text_column {
	width: 800px;
	max-width: 100%;
	margin: 0 auto;
}

.parent-pageid-387 .block-vaccines {
	display: -webkit-box!important;
    display: -moz-box!important;
    display: -ms-flexbox!important;
    display: -webkit-flex!important;
    display: flex!important;
	padding: 0 79px 0;
	background: #FAFAFA;
	font-size: 16px;
	line-height: 24px;
}

.parent-pageid-387 .block-vaccines.block-first {
	padding-top: 80px;
	margin-top: 40px;
	-webkit-border-radius: 20px 20px 0 0;
	-moz-border-radius: 20px 20px 0 0;
	border-radius: 20px 20px 0 0;
}

.parent-pageid-387 .block-vaccines.block-last {
	padding-bottom: 82px;
	margin-bottom: 80px;
	-webkit-border-radius: 0 0 20px 20px;
	-moz-border-radius: 0 0 20px 20px;
	border-radius: 0 0 20px 20px;
}

.parent-pageid-387 .block-vaccines>.vc_column_container {
	padding-bottom: 25px;
	border-bottom: 1px solid #E1E1E1;
	border-right: 1px solid #E1E1E1;
}

.parent-pageid-387 .block-vaccines>.vc_column_container:last-child {
	border-right: 0 !important;
}

.parent-pageid-387 .block-vaccines>.vc_column_container:not(:first-child) {
	padding-left: 80px;
}

.parent-pageid-387 .block-vaccines.block-last>.vc_column_container {
	border-bottom: 0 !important;
}

.parent-pageid-387 .block-vaccines:not(.block-first)>.vc_column_container {
	padding-top: 70px;
}

.parent-pageid-387 .block-vaccines .vc_column-inner {
	padding: 0;
}

.parent-pageid-387 .block-vaccines .title {
	margin-bottom: 16px;
	font-size: 48px;
	line-height: 60px;
	font-family: 'Inter Medium';
	letter-spacing: -0.01em;
	color: #07806D;
}

.page-id-423 .info-blocks .block-1 {
	background-image: url('../images/1_3.png');
}

.page-id-423 .info-blocks .block-2 {
	background-image: url('../images/2_3.png');
}

.page-id-423 .info-blocks .block-3 {
	background-image: url('../images/3_3.png');
}

.page-id-423 .info-blocks .block-4 {
	background-image: url('../images/4_3.png');
}

.page-id-423 .info-blocks .block-4 .title+p {
	max-width: 100%;
	width: 140px;
}

#menu-patients-info-list,
#menu-about-us-page-menu {
	padding: 0;
	margin: 0;
	list-style: none;
}

#menu-about-us-page-menu {
	margin-bottom: 64px;
}

#menu-patients-info-list li,
#menu-about-us-page-menu li {
	display: block;
}

#menu-patients-info-list a,
#menu-about-us-page-menu a {
	display: block;
	position: relative;
	padding: 22px 24px;
	font-size: 20px;
	line-height: 32px;
	font-family: 'Inter Semi Bold';
	color: #000;
	text-decoration: none;
	border-bottom: 1px solid #efefef;
	border-top: 0 !important;
	-webkit-transition: all 0.15s;
	-moz-transition: all 0.15s;
	transition: all 0.15s;
}

#menu-about-us-page-menu a {
	border-left: 0;
	border-right: 0;
}

#menu-patients-info-list a:hover,
#menu-about-us-page-menu a:hover {
	color: #e5a547;
}

#menu-patients-info-list li:first-child a {
	border-top: 1px solid #EFEFEF;
	-webkit-border-radius: 12px 12px 0 0;
	-moz-border-radius: 12px 12px 0 0;
	border-radius: 12px 12px 0 0;
}

#menu-patients-info-list li:last-child a {
	-webkit-border-radius: 0 0 12px 12px;
	-moz-border-radius: 0 0 12px 12px;
	border-radius: 0 0 12px 12px;
}

#menu-patients-info-list a::after,
#menu-about-us-page-menu a::after {
	content: '';
	position: absolute;
	right: 30px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}
#menu-patients-info-list a:hover::after,
#menu-about-us-page-menu a:hover::after {
	-webkit-transform: translateY(-50%) translateX(10px);
	-moz-transform: translateY(-50%) translateX(10px);
	-ms-transform: translateY(-50%) translateX(10px);
	-o-transform: translateY(-50%) translateX(10px);
	transform: translateY(-50%) translateX(10px);
}

.parent-pageid-387 .page-benefits.general-text .general-title,
.parent-pageid-387 .page-medication-availability.general-text .general-title {
	margin-top: 0;
}

.parent-pageid-387 .page-benefits.general-text .general-title {
	margin-bottom: 40px;
}

.page-benefits .inner-text {
	padding-left: 105px;
}

.page-benefits .inner-text {
	margin-bottom: 56px;
	font-size: 16px;
	line-height: 24px;
}

.page-benefits .inner-text .title::before {
	content: '';
	position: absolute;
	width: 72px;
	height: 4px;
	top: 9px;
	left: -105px;
	background: #EFC991;
	-webkit-border-radius: 12px;
	-moz-border-radius: 12px;
	border-radius: 12px;
}

.page-benefits .inner-text ul {
	margin: 0;
	padding: 0 0 0 20px;
}

.page-benefits .inner-text li:not(:last-child) {
	margin-bottom: 12px;
}

.page-benefits .inner-text a {
	color: #000;
	text-decoration: none;
	-webkit-transition: all 0.15s;
	-moz-transition: all 0.15s;
	transition: all 0.15s;
}

.page-benefits .inner-text a:hover {
	color: #ffa622;
}

.parent-pageid-387 .general-text.page-benefits,
.parent-pageid-387 .general-text.page-medication-availability {
	margin-bottom: 0;
}

.parent-pageid-387 .page-benefits.general-text .title {
	margin-bottom: 16px;
}

.page-benefits .btn-regular,
.page-medication-availability .btn-regular {
	display: block;
	width: 100%;
	margin-bottom: 80px;
}

.parent-pageid-387 .page-medication-availability.general-text .general-title {
	margin-bottom: 16px;
}

.page-medication-availability.general-text .info-title {
	max-width: 100%;
	width: 795px;
	margin: 0 0 20px;
	font-size: 20px;
	line-height: 30px;
	font-family: 'Inter Medium';
	letter-spacing: -0.05em;
	color: #2E2C2C;
}

.page-medication-availability.general-text .updated {
	margin-bottom: 80px;
	font-size: 16px;
	line-height: 24px;
	font-family: 'Inter Bold';
	color: #2E2C2C;
}

.page-medication-availability.general-text table {
	width: 100%;
	text-align: left;
	border-collapse: separate;
    border-spacing: 0;
}

.page-medication-availability.general-text th {
	height: 70px;
	padding: 0 14px;
	background: #000;
	color: #fff;
	font-size: 20px;
	line-height: 32px;
	font-family: 'Inter Bold';
	font-weight: 700;
}

.page-medication-availability.general-text th:first-child {
	padding-left: 24px;
	border-radius: 20px 0 0 0;
}

.page-medication-availability.general-text th:last-child {
	border-radius: 0 20px 0 0;
}

.page-medication-availability.general-text td {
	height: 80px;
	padding: 0 14px;
	font-size: 18px;
	line-height: 24px;
	border: 1px solid #efefef;
}

.page-medication-availability.general-text td:first-child {
	width: 42%;
	padding-left: 24px;
}

.page-medication-availability.general-text td:nth-child(2) {
	width: 34%;
}

.page-medication-availability.general-text td:nth-child(3) {
	width: 24%;
}

.page-medication-availability.general-text tr:not(:last-child) td {
	border-bottom: 0;
}

.page-medication-availability.general-text td:not(:last-child) {
	border-right: 0 !important;
}

.page-medication-availability.general-text tr:last-child td:first-child {
	border-radius: 0 0 0 20px;
}

.page-medication-availability.general-text tr:last-child td:last-child {
	border-radius: 0 0 20px 0;
}

.page-medication-availability .block-table {
	margin-bottom: 58px;
}

.page-medication-availability .block-table {
	overflow: auto;
	-ms-touch-action: pan-y;
    touch-action: pan-y;
}

#mCSB_1_scrollbar_horizontal {
	height: 4px;
	background: #F0EFEC;
}

#mCSB_1_scrollbar_horizontal .mCSB_dragger_bar {
	margin: 0 auto;
	background: #E5AD47;
}

#header .top .left #accessibility-sheet {
	position: absolute;
	top: 100%;
	left: 0;
	padding: 20px 10px;
	background: #fff;
	border: 2px solid #000;
	z-index: 2;
}

#header .accessibility:not(.open) + #accessibility-sheet {
	display: none;
}

#header .top .left #accessibility-sheet .close {
	position: absolute;
	top: 10px;
	right: 10px;
	width: 50px;
	height: 50px;
	margin: 0;
}

#header .top .left #accessibility-sheet .close::before,
#header .top .left #accessibility-sheet .close::after {
	content: '';
	position: absolute;
	top: 4px;
	left: 22px;
	width: 4px;
	height: 40px;
	background: #000;
}

#header .top .left #accessibility-sheet .close::before {
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
}

#header .top .left #accessibility-sheet .close::after {
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

#header .top .left #accessibility-sheet label,
#header .top .left #accessibility-sheet .title {
	display: block;
	margin-bottom: 20px;
	font-family: 'Inter Bold';
	color: #000 !important;
}

#header .top .left #accessibility-sheet label {
	font-size: 30px;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	cursor: pointer;
}

#header .top .left #accessibility-sheet label input {
	display: none;
}

#header .top .left #accessibility-sheet label input + span {
	display: block;
	margin-right: 10px;
	width: 30px;
	height: 30px;
	border: 1px solid #000;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}

#header .top .left #accessibility-sheet label input:checked + span {
	background: #000;
}

#header .top .left #accessibility-sheet label input:checked + span::before {
	content: '✔';
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	color: #fff !important;
	font-size: 36px;
    line-height: 24px;
}

#header .top .left #accessibility-sheet .title {
	text-align: center;
	font-size: 26px;
}

#header .top .left #accessibility-sheet .options {
	text-transform: uppercase;
}

#header .top .left #accessibility-sheet .options a {
	display: block;
	width: 50px;
	height: 50px;
	margin-right: 0 !important;
	border: 4px solid #fff;
	font-size: 44px !important;
	line-height: 46px !important;
	text-align: center;
}

body:not([data-font="medium"]):not([data-font="big"]) #header .top .left #accessibility-sheet .font .options a.regular,
body[data-font="medium"] #header .top .left #accessibility-sheet .font .options a.medium,
body[data-font="big"] #header .top .left #accessibility-sheet .font .options a.big,
#header .top .left #accessibility-sheet .options a:hover,
#header .top .left #accessibility-sheet .options a.active {
	border: 4px solid #000;
}

#header .top .left #accessibility-sheet .color .options a[class^="black-"]:hover,
#header .top .left #accessibility-sheet .color .options a[class^="black-"].active {
	border: 4px solid red;
}

#header .top .left #accessibility-sheet .options a:not(:last-child) {
	margin-bottom: 10px;
}

#header .top .left #accessibility-sheet .options a.empty {
	opacity: 0;
	pointer-events: none;
}

#header .top .left #accessibility-sheet .font {
	margin-right: 20px;
}

#header .top .left #accessibility-sheet .font .options a {
	background: #ccc;
	color: #000 !important;
}

#header .top .left #accessibility-sheet .font .options a.regular {
	font-size: 18px !important;
}

#header .top .left #accessibility-sheet .font .options a.medium {
	font-size: 28px !important;
}

#header .top .left #accessibility-sheet .color .options:not(:last-child) {
	margin-right: 10px;
}

#header .top .left #accessibility-sheet .color .options a[class^="red-"] {
	background: red;
}

#header .top .left #accessibility-sheet .color .options a[class^="orange-"] {
	background: orange;
}

#header .top .left #accessibility-sheet .color .options a[class^="yellow-"] {
	background: yellow;
}

#header .top .left #accessibility-sheet .color .options a[class^="green-"] {
	background: green;
}

#header .top .left #accessibility-sheet .color .options a[class^="aqua-"] {
	background: #0cc;
}

#header .top .left #accessibility-sheet .color .options a[class^="blue-"] {
	background: #06f;
}

#header .top .left #accessibility-sheet .color .options a[class^="purple-"] {
	background: #309;
}

#header .top .left #accessibility-sheet .color .options a[class^="black-"] {
	background: black;
}

#header .top .left #accessibility-sheet .color .options a[class*="-red"] {
	color: red !important;
}

#header .top .left #accessibility-sheet .color .options a[class*="-orange"] {
	color: orange !important;
}

#header .top .left #accessibility-sheet .color .options a[class*="-yellow"] {
	color: yellow !important;
}

#header .top .left #accessibility-sheet .color .options a[class*="-green"] {
	color: green !important;
}

#header .top .left #accessibility-sheet .color .options a[class*="-aqua"] {
	color: #0cc !important;
}

#header .top .left #accessibility-sheet .color .options a[class*="-blue"] {
	color: #06f !important;
}

#header .top .left #accessibility-sheet .color .options a[class*="-purple"] {
	color: #309 !important;
}

#header .top .left #accessibility-sheet .color .options a[class*="-white"] {
	color: #fff !important;
}

#header .top .left #accessibility-sheet .color .options a[class*="-black"] {
	color: #000 !important;
}

.page-department .department-blocks .switches:not(.owl-carousel) .owl-stage {
	display: -webkit-box!important;
    display: -moz-box!important;
    display: -ms-flexbox!important;
    display: -webkit-flex!important;
    display: flex!important
}

.page-department .department-blocks .switches:not(.owl-carousel) .owl-item {
	width: auto !important;
}

.page-department .department-blocks .switches:not(.owl-carousel) .owl-dots {
	display: none;
}

#document-scroll-top {
	position: absolute;
	top: 82px;
	right: -33px;
	font-size: 14px;
	line-height: 20px;
	color: #F9F9F9;
	-webkit-transform: rotate(-90deg);
	-moz-transform: rotate(-90deg);
	-ms-transform: rotate(-90deg);
	-o-transform: rotate(-90deg);
	transform: rotate(-90deg);
}

#footer a#document-scroll-top:hover {
	color: #597EF7 !important;
}

#document-scroll-top span {
	display: block;
	width: 34px;
	height: 34px;
	margin-left: 15px;
	background: #fff;
	background-image: url('../images/icon-scroll-top.svg');
	background-position: center;
	background-repeat: no-repeat;
	-webkit-border-radius: 100px;
	-moz-border-radius: 100px;
	border-radius: 100px;
	-webkit-transform: rotate(90deg);
	-moz-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	-o-transform: rotate(90deg);
	transform: rotate(90deg);
}

.pagination {
	padding: 24px 0;
	margin: 0;
	list-style: none;
	border-top: 1px solid #efefef;
}

.pagination li:not(.prev):not(.next) a,
.pagination li:not(.prev):not(.next) span {
	display: block;
	width: 48px;
	height: 48px;
	text-align: center;
	font-size: 18px;
	line-height: 48px;
	color: #1A2332;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	text-decoration: none;
}

.pagination li:not(.prev):not(.next) a:hover,
.pagination li:not(.prev):not(.next) span {
	background: #fafafa;
}

.pagination .prev {
	margin-right: 24px;
}

.pagination .next {
	margin-left: 24px;
}

.pagination .prev a,
.pagination .next a {
	display: block;
	height: 48px;
	text-decoration: none;
	line-height: 48px;
	color: #1A2332;
	font-size: 18px;
}

.pagination .prev img,
.pagination .next img {
	margin-bottom: -2px;
}

.pagination .prev img {
	margin-right: 20px;
	-webkit-transform: scaleX(-1);
	-moz-transform: scaleX(-1);
	-ms-transform: scaleX(-1);
	-o-transform: scaleX(-1);
	transform: scaleX(-1);
}

.pagination .next img {
	margin-left: 20px;
}

#about-us-page-description {
	max-width: 100%;
	width: 800px;
	margin: 0 auto 64px;
}

#about-us-page-description p {
	margin-bottom: 20px;
	font-size: 16px;
	line-height: 24px;
}

#about-us-page-description img {
	display: block;
	margin: 48px auto;
	border: 1px solid rgba(39, 42, 56, 0.06);
	-webkit-border-radius: 12px;
	-moz-border-radius: 12px;
	border-radius: 12px;
}

#about-us-page-description .title {
	margin-bottom: 40px;
	font-size: 48px;
	line-height: 60px;
	letter-spacing: -0.05em;
	font-family: 'Inter Medium';
}

#about-us-page-description .sub-title {
	margin-bottom: 16px;
	font-size: 20px;
	line-height: 24px;
	font-family: 'Inter Semi Bold';
}

#block-certificates {
	padding-top: 80px;
	padding-bottom: 80px;
	background: #fafafa;
}

#block-certificates .general-title {
	margin-bottom: 56px;
}

#block-certificates .vc_btn3-container.vc_btn3-inline {
	display: block;
	margin: 0;
	text-align: center;
}

#block-certificates #latestCertificates {
	margin-bottom: 24px;
}

#about-us-page-description>.wpb_wrapper {
	overflow: hidden;
}

#about-us-page-description.locked>.wpb_wrapper {
	height: 1200px;
}

.show-more {
	display: inline-block;
	padding: 12px 25px;
	border: 1px solid #000000;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	font-size: 16px;
	line-height: 19px;
	font-family: 'Inter Medium';
}

.show-more.loading {
	pointer-events: none;
}

#about-us-page-description .show-more {
	margin-top: 40px;
}

#page-gallery,
#page-certificates {
	padding: 0 20px 80px;
}

#page-gallery h1,
#page-certificates h1 {
	margin: 0 0 48px;
}

#page-gallery .show-more,
#page-certificates .show-more {
	margin-top: 48px;
}

#page-gallery .envira-gallery-wrap,
#page-gallery .envira-gallery-wrap .envira-gallery-public,
#page-certificates .envira-gallery-wrap,
#page-certificates .envira-gallery-wrap .envira-gallery-public {
	margin: 0;
}

#page-gallery .envira-gallery-wrap .envira-gallery-public,
#page-certificates .envira-gallery-wrap .envira-gallery-public {
	display: -webkit-box!important;
    display: -moz-box!important;
    display: -ms-flexbox!important;
    display: -webkit-flex!important;
    display: flex!important;
	-webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}

#page-gallery .envira-gallery-wrap .envira-gallery-public:not(.locked),
#page-certificates .envira-gallery-wrap .envira-gallery-public:not(.locked) {
	height: auto !important;
}

#page-gallery .envira-gallery-wrap .envira-gallery-public.locked {
	height: 1584px !important;
}

#page-certificates .envira-gallery-wrap .envira-gallery-public.locked {
	height: 1485px !important;
}

#page-gallery .envira-gallery-wrap .envira-gallery-public .envira-gallery-item,
#page-certificates .envira-gallery-wrap .envira-gallery-public .envira-gallery-item,
#latestCertificates .envira-gallery-item {
	padding: 0 0 32px !important;
}

#page-gallery .envira-gallery-wrap .envira-gallery-public .envira-gallery-item,
#page-certificates .envira-gallery-wrap .envira-gallery-public .envira-gallery-item {
	width: 23%;
	width: calc(25% - 24px);
	margin-right: 32px;
	float: none;
}

#latestCertificates .envira-gallery-item {
	width: 100% !important;
}

#page-gallery .envira-gallery-wrap .envira-gallery-public .envira-gallery-item:nth-child(4n+4),
#page-certificates .envira-gallery-wrap .envira-gallery-public .envira-gallery-item:nth-child(4n+4) {
	margin-right: 0;
}

#page-gallery .envira-gallery-wrap .envira-gallery-public .envira-gallery-item-inner .envira-gallery-position-overlay.envira-gallery-top-left,
#page-gallery .envira-gallery-wrap .envira-gallery-public .envira-gallery-item-inner .envira-gallery-position-overlay.envira-gallery-top-right,
#page-gallery .envira-gallery-wrap .envira-gallery-public .envira-gallery-item-inner .envira-gallery-position-overlay.envira-gallery-bottom-left,
#page-gallery .envira-gallery-wrap .envira-gallery-public .envira-gallery-item-inner .envira-gallery-position-overlay.envira-gallery-bottom-right,
#page-gallery .envira-gallery-wrap .envira-gallery-public.envira-gallery-css-animations .envira-gallery-item img,
#page-certificates .envira-gallery-wrap .envira-gallery-public .envira-gallery-item-inner .envira-gallery-position-overlay.envira-gallery-top-left,
#page-certificates .envira-gallery-wrap .envira-gallery-public .envira-gallery-item-inner .envira-gallery-position-overlay.envira-gallery-top-right,
#page-certificates .envira-gallery-wrap .envira-gallery-public .envira-gallery-item-inner .envira-gallery-position-overlay.envira-gallery-bottom-left,
#page-certificates .envira-gallery-wrap .envira-gallery-public .envira-gallery-item-inner .envira-gallery-position-overlay.envira-gallery-bottom-right,
#page-certificates .envira-gallery-wrap .envira-gallery-public.envira-gallery-css-animations .envira-gallery-item img,
#latestCertificates .envira-gallery-item img {
	display: none !important;
}

#page-gallery .envira-gallery-public.justified-gallery .envira-gallery-item-inner,
#page-certificates .envira-gallery-public.justified-gallery .envira-gallery-item-inner {
	position: static;
	width: 100% !important;
	height: auto !important;
}

#page-gallery .envira-gallery-public.justified-gallery .envira-gallery-item-inner>a,
#page-certificates .envira-gallery-public.justified-gallery .envira-gallery-item-inner>a,
#latestCertificates .envira-gallery-item-inner>a {
	position: relative;
	display: block;
    width: 100%;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	border: 1px solid rgba(39, 42, 56, 0.06);
	-webkit-border-radius: 12px;
	-moz-border-radius: 12px;
	border-radius: 12px;
}

#page-gallery .envira-gallery-public.justified-gallery .envira-gallery-item-inner>a {
	height: 232px;
}

#page-certificates .envira-gallery-public.justified-gallery .envira-gallery-item-inner>a,
#latestCertificates .envira-gallery-item-inner>a {
	height: 397px;
}

#page-certificates .envira-gallery-public.justified-gallery .envira-gallery-item-inner>.caption {
	opacity: 1 !important;
	position: static;
	margin-top: 8px;
	padding: 0 !important;
	text-align: center;
	font-size: 16px;
	line-height: 24px;
	color: #000;
	font-family: 'Inter';
	background: transparent !important;
}

#envirabox-overlay {
	background-color: #000 !important;
}

#envirabox-outer,
#envirabox-title-float-main,
#envirabox-close {
	background: transparent !important;
}

#envirabox-content {
	border-color: transparent !important;
}

#envirabox-close::before,
#envirabox-close::after {
	content: '';
	position: absolute;
	top: 8px;
	left: 16px;
	width: 2px;
	height: 16px;
	background: #747474;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}

#envirabox-close::before,
#envirabox-close:hover::after {
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
}

#envirabox-close::after,
#envirabox-close:hover::before {
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

#envirabox-left {
	left: auto !important;
	right: 100% !important;
	-webkit-transform: translateX(70%);
	-moz-transform: translateX(70%);
	-ms-transform: translateX(70%);
	-o-transform: translateX(70%);
	transform: translateX(70%);
}

#envirabox-right {
	right: auto !important;
	left: 100% !important;
	-webkit-transform: translateX(-70%);
	-moz-transform: translateX(-70%);
	-ms-transform: translateX(-70%);
	-o-transform: translateX(-70%);
	transform: translateX(-70%);
}

#envirabox-left,
#envirabox-right {
	visibility: visible !important;
}

#envirabox-left span,
#envirabox-right span {
	background-image: url('../images/icon-gallery-arrow.svg') !important;
	background-position: center !important;
	background-repeat: no-repeat !important;
	background-size: 16px !important;
	font-family: 'Inter' !important;
}

#envirabox-left:not(:hover) span,
#envirabox-right:not(:hover) span {
	opacity: 0.5 !important;
}

#envirabox-left span {
    left: 20px !important;
    right: auto !important;
}

#envirabox-right span {
    left: auto !important;
    right: 20px !important;
	-webkit-transform: scaleX(-1);
	-moz-transform: scaleX(-1);
	-ms-transform: scaleX(-1);
	-o-transform: scaleX(-1);
	transform: scaleX(-1);
}

#envirabox-title-float-main {
	max-width: 100%;
	color: #747474 !important;
	font-size: 18px !important;
	line-height: 24px !important;
	text-shadow: none !important;
	text-align: center;
}

#envirabox-title-float-wrap {
	table-layout: fixed !important;
}

#envirabox-title-float-wrap td {
	white-space: normal !important;
	box-sizing: border-box;
}

#latestCertificates .envira-gallery-item .caption {
	display: block;
	margin-top: 8px;
	text-align: center;
	font-size: 16px;
	line-height: 24px;
	color: #000;
	text-decoration: none;
}

#page-reviews {
	padding: 0 20px;
}

#page-reviews .general-title {
	margin: 0 0 40px;
}

#page-reviews .items {
	padding-bottom: 8px;
}

#page-reviews .item {
	width: 48.5%;
	width: calc(50% - 32px);
	padding: 40px;
	margin-bottom: 32px;
	margin-right: 16px;
	border: 1px solid #efefef;
	-webkit-border-radius: 12px;
	-moz-border-radius: 12px;
	border-radius: 12px;
	-webkit-align-self: flex-start;
	align-self: flex-start;
}

#page-reviews .item:nth-child(2n+2) {
	margin-right: 0;
	margin-left: 16px;
}

#page-reviews .item .item-title {
	margin-bottom: 8px;
	font-size: 20px;
	line-height: 24px;
	font-family: 'Inter Semi Bold';
}

#page-reviews .item .rating {
	margin-bottom: 16px;
}

#page-reviews .item .rating .star {
	display: block;
	width: 23px;
	height: 24px;
	background-image: url('../images/icon-rating-star-empty.svg');
	background-position: center;
	background-repeat: no-repeat;
}

#page-reviews .item .rating-1 .star:first-child,
#page-reviews .item .rating-2 .star:first-child,
#page-reviews .item .rating-3 .star:first-child,
#page-reviews .item .rating-4 .star:first-child,
#page-reviews .item .rating-5 .star:first-child,
#page-reviews .item .rating-2 .star:nth-child(2),
#page-reviews .item .rating-3 .star:nth-child(2),
#page-reviews .item .rating-4 .star:nth-child(2),
#page-reviews .item .rating-5 .star:nth-child(2),
#page-reviews .item .rating-3 .star:nth-child(3),
#page-reviews .item .rating-4 .star:nth-child(3),
#page-reviews .item .rating-5 .star:nth-child(3),
#page-reviews .item .rating-4 .star:nth-child(4),
#page-reviews .item .rating-5 .star:nth-child(4),
#page-reviews .item .rating-5 .star:nth-child(5) {
	background-image: url('../images/icon-rating-star.svg');
}

#page-reviews .item .item-description {
	font-size: 14px;
	line-height: 20px;
	color: #54536D;
}

#page-reviews .show-more {
	margin-bottom: 54px;
}

.page-administrators-top h1{
	font-size: 48px;
	margin-bottom: 50px;
	margin-top: 0;
}
	
.page-administrators {
		margin-bottom: 50px;
	}

.page-administrators .item{
	width: calc(33.333333% - 20px);
    margin-right: 30px;
    margin-bottom: 30px;
    border-radius: 12px;
    box-shadow: 0px 12px 32px rgb(0 0 0 / 4%);
	color: unset;
    text-decoration: none;
	transition:transform 0.3s linear;
	position: relative;
}

.page-administrators .item .admin-link {
	position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}

.page-administrators .item:hover{
	transform: translate(0, -10px);
}


.page-administrators .item:nth-child(3n){
	margin-right:0;
}

.page-administrators .item img {
	width:100%;
	height:357px;
	object-fit: cover;
	object-position: center 16%;
	border-radius: 12px 12px 0 0;
}

.admin_text {
	padding: 20px;
	font-size: 14px;
}

.admin_name{
	font-weight: 600;
    font-size: 20px;
	margin-bottom: 8px;
}

.admin_position{
	font-size: 16px;
    text-transform: uppercase;
    color: #597EF7;
	min-height: 40px;
	border-bottom:1px solid rgba(0,0,0,0.8);
	padding-bottom: 8px;
    margin-bottom: 20px;
	
}

.admin_phone, 
.admin_email{
	padding: 4px 0 4px 36px;
	margin-bottom: 15px;
}

.admin_phone {
	background:url('../images/icon-contact-phone.svg') left top no-repeat;
}

.admin_email{
	background:url('../images/icon-contact-social.svg') left top no-repeat;
}

.admin_time{
	margin-bottom: 8px;
}

.admin_row{
	margin-bottom: 4px;
	display:flex;
}

.admin_row:last-child{
	margin-bottom: 0;
}

.admin_day{
	margin-right: 5px;
	min-width: 57px;
	font-weight:500;
}

@media (max-width: 1180px) {
	.page-administrators, .page-administrators-top {
    padding: 0 30px;
}
}

@media (max-width: 1024px) {
	.page-administrators, 
	.page-administrators-top {
		padding: 0 20px;
	}
	
	.page-administrators-top h1 {
		margin-bottom: 36px;
		font-size: 36px;
	}
	
	.page-administrators {
		margin-bottom: 40px;
	}
	.page-administrators .item{
		width: calc(50% - 10px);
		margin-right: 20px;
		margin-bottom: 20px;
	}
	
	.page-administrators .item:nth-child(3n) {
		margin-right: 20px;
	}
	
	.page-administrators .item:nth-child(2n) {
		margin-right: 0;
	}

	.page-administrators .item img {
		width:100%;
		height: calc((100vw - 60px) / 2 * 0.726);
	}
	
	.admin_text {
		padding: 12px;
		font-size: 14px;
	}
	
	.admin_name {
		font-weight: 600;
    font-size: 16px;
    margin-bottom: 8px;
	}
	
	.admin_position {
		font-weight: 400;
		font-size: 12px;
		margin-bottom: 16px;
		padding-bottom: 12px;
	}
	
	.admin_phone, .admin_email {
	padding: 4px 0 3px 36px;
    margin-bottom: 12px;
  
	}
	
	.admin_email{
		margin-bottom: 14px;
	}
	
	.admin_time{
		margin-bottom: 8px;
	}

}


@media (max-width: 576px) {
	.page-administrators, 
	.page-administrators-top {
		padding: 0 20px;
	}
	
	.page-administrators-top h1 {
		margin-bottom: 20px;
		font-size: 24px;
	}
	.page-administrators {
		margin-bottom: 40px;
	}
	.page-administrators .item{
		width: 100%;
		margin-right: 0;
	}
	.page-administrators .item:nth-child(3n) {
		margin-right: 0;
	}
	.page-administrators .item img {
		width:100%;
		height: calc((100vw - 40px) * 0.87);
	}
	
	.admin_text {
		padding: 12px;
		font-size: 12px;
	}
	
	.admin_name {
		font-weight: 700;
		font-size: 14px;
		margin-bottom: 6px;
	}
	
	.admin_position {
		font-weight: 400;
		font-size: 11px;
		min-height:unset;
	}
	
	.admin_phone, .admin_email {
		padding: 1px 0 1px 23px;
		margin-bottom: 8px;
		background-size: 16px 16px;
	}
	
	.admin_email{
		margin-bottom: 12px;
	}
	
	.admin_time, 
	.admin_row{
		margin-bottom: 6px;
	}
}

.page-administrator .block-top {
	padding:80px 0;
	margin-bottom: 36px;
	background: linear-gradient(101.38deg, #F3F8FF -0.32%, rgba(181, 210, 255, 0.69) 99.71%);
}

.page-administrator .admin_img {
	width: 390px;
	margin-right:32px;
}

.page-administrator .admin_img img{
	width: 390px;
	height: 462px;
	border: 6px solid #FFFFFF;
	border-radius: 12px;
	object-fit:cover;
	display: block;
}

.page-administrator .admin_text {
	padding:0;
	flex: 1;
}

.page-administrator .admin_position {
	font-size: 20px;
	color: #000000;
	opacity: 0.3;
	margin-bottom: 7px;
	margin-top: 38px;
    min-height: unset;
    border: unset;
	padding: unset;
}

.page-administrator h1 {
	font-style: normal;
	font-weight: 600;
	font-size: 48px;
	line-height: 60px;
	color: #000000;
	padding-bottom:12px;
	border-bottom: 1px solid rgba(0,0,0,0.12);
	margin-bottom: 30px;
	margin-top: 0;
}

.page-administrator .admin_phone,
.page-administrator .admin_email,
.page-administrator .admin_time {
	font-size: 18px;
	padding:0 0 0 32px;
	margin-bottom: 30px;
}

.page-administrator .admin_time {
	background:url('../images/icon-contact-clock.svg') left top no-repeat;
}

.page-administrator .admin_phone span,
.page-administrator .admin_email span,
.page-administrator .admin_time span{
	display:block;
	font-weight: 600;
	font-size: 20px;
	color: #000000;
	margin-bottom: 5px;
}

.page-administrator .admin_row {
	margin-bottom: 7px;
}

.page-administrator .admin_day {
	width: 75px;
	margin-right:4px;
	font-weight: 500;
}

.page-administrator h2 {
	font-weight: 500;
	font-size: 48px;
	line-height: 60px;
	margin-top: 0;
	margin-bottom: 20px;
}

.page-administrator .inner {
	width: 800px;
	font-size: 16px;
	line-height: 24px;
	margin-bottom:50px;
}

.page-administrator .inner p{
	margin-bottom:12px;
}
.page-administrator .inner ul {
	margin: 12px 0;
}

@media (max-width: 1024px) {
	.page-administrator .block-top {
	padding:50px 0;
	margin-bottom: 25px;
}

.page-administrator .vc_row {
	width:100%;
	padding-left:20px;
	padding-right: 20px;
}

.page-administrator .admin_img {
	width: 270px;
	margin-right:15px;
}

.page-administrator .admin_img img{
	width: 270px;
    height: 328px;
	border: 3px solid #FFFFFF;
}

.page-administrator .admin_text {
	padding:0;
}

.page-administrator .admin_position {
	font-size: 14px;
	margin-bottom: 10px;
	margin-top: 26px;
}

.page-administrator h1 {
	font-size: 32px;
	line-height: 40px;
	padding-bottom:12px;
	margin-bottom: 32px;
	letter-spacing: -0.05em;
}

.page-administrator .admin_phone,
.page-administrator .admin_email,
.page-administrator .admin_time {
	font-size: 16px;
	padding:0 0 0 27px;
	margin-bottom: 16px;
}

.page-administrator .admin_phone span,
.page-administrator .admin_email span,
.page-administrator .admin_time span{
	font-weight: 700;
	font-size: 18px;
	margin-bottom: 6px;
}

.page-administrator .admin_row {
	margin-bottom: 4px;
}

.page-administrator .admin_day {
	width: 70px;
}

.page-administrator h2 {
	font-weight: 500;
	font-size: 36px;
	line-height: 48px;
	margin-top: 0;
	margin-bottom: 12px;
}

.page-administrator .inner {
	width: 633px;
	font-size: 16px;
	line-height: 24px;
	margin-bottom:48px;
}

.page-administrator .inner p{
	margin-bottom:8px;
}
.page-administrator .inner ul {
	margin: 8px 0;
}
}

@media (max-width: 576px) {
	.page-administrator .block-top {
	padding:20px 0 20px;
	margin-bottom: 30px;
}

.page-administrator .vc_row {
	width: 100%;
    flex-wrap: wrap;
}

.page-administrator .admin_img {
	width: 100%;
	margin-right:0;
}

.page-administrator .admin_img img{
	width: 100%;
    height: calc((100vw - 40px) * 1.175);
	border: 3px solid #FFFFFF;
}

.page-administrator .admin_text {
	padding:0;
}

.page-administrator .admin_position {
	font-size: 12px;
	margin-bottom: 4px;
	margin-top: 13px;
}

.page-administrator h1 {
	font-size: 24px;
	line-height: 36px;
	padding-bottom:12px;
	margin-bottom: 20px;
}

.page-administrator .admin_phone,
.page-administrator .admin_email,
.page-administrator .admin_time {
	font-size: 12px;
	margin-bottom: 16px;
	background-size: 20px 20px;
}

.page-administrator .admin_phone span,
.page-administrator .admin_email span,
.page-administrator .admin_time span{
	font-size: 16px;
	margin-bottom: 8px;
}

.page-administrator .admin_row {
	margin-bottom: 4px;
}

.page-administrator .admin_day {
	width: 55px;
}

.page-administrator h2 {
	font-size: 24px;
	line-height: 32px;
	margin-bottom: 12px;
	font-weight: 600;
}

.page-administrator .inner {
	width: 100%;
	font-size: 16px;
	line-height: 24px;
	margin-bottom:36px;
}

.page-administrator .inner p{
	margin-bottom:8px;
}
.page-administrator .inner ul {
	padding-left:25px;
}
}

#page-personnel {
	padding: 0 20px 80px;
}

#page-personnel h1 {
	margin: 0;
}

#page-personnel .block-top {
	margin-bottom: 48px;
}

#page-personnel .items .item {
	width: 23%;
	width: calc(25% - 24px);
	margin-bottom: 55px;
	margin-right: 32px;
}

#page-personnel .items .item:nth-child(4n + 4) {
	margin-right: 0;
}

#page-personnel .items .item .img {
	height: 312px;
	margin-bottom: 12px;
	-webkit-border-radius: 12px 12px 0px 0px;
	-moz-border-radius: 12px 12px 0px 0px;
	border-radius: 12px 12px 0px 0px;
	background-size: cover;
	background-position: center;
}

#page-personnel .items .item .item-title {
	margin-bottom: 7px;
	font-size: 20px;
	line-height: 24px;
	font-family: 'Inter Semi Bold';
}

#page-personnel .items .item .item-categories {
	font-size: 16px;
	line-height: 24px;
	text-transform: uppercase;
	color: #A5A5A5;
}

#page-personnel .custom-select {
	width: 45%;
}

#page-personnel .custom-select>.custom-select__option {
	border: 1px solid #efefef !important;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}

.custom-select.custom-select--active>.custom-select__option {
	border-color: #222 !important;
}

.custom-select__option--value::after {
	width: 24px;
	height: 24px;
	right: 11px;
	top: 50%;
	background-image: url('../images/icon-select-arrow.svg');
	background-size: 12px;
	background-position: center;
	background-repeat: no-repeat;
	border: 0;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
}

.custom-select.custom-select--active>.custom-select__option--value::after {
	-webkit-transform: translateY(-50%) scaleY(-1);
	-moz-transform: translateY(-50%) scaleY(-1);
	-ms-transform: translateY(-50%) scaleY(-1);
	-o-transform: translateY(-50%) scaleY(-1);
	transform: translateY(-50%) scaleY(-1);
}

.custom-select .custom-select__option {
	padding: 12px 16px;
	font-size: 14px;
	line-height: 20px;
	color: #000;
}

#cmkl_appointment_form .custom-select .custom-select__option {
	padding: 8px 12px;
	font-size: 20px;
	line-height: 28px;
}

.custom-select__dropdown {
	top: 100%;
	height: fit-content !important;
	margin-top: 10px;
	border: 2px solid #C5D1FF;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}

.custom-select__dropdown>.custom-select__option:not(:last-child) {
	border-bottom: 1px solid #efefef;
}

#page-format-800,
#page-format-1004 {
	padding: 0 20px 80px;
}

#page-format-1004 .show-more {
	margin-top: 28px;
}

#page-format-800 .page-content {
	width: 800px;
	max-width: 100%;
}

#page-format-1004 .page-content {
	width: 1004px;
	max-width: 100%;
	overflow: hidden;
}

#page-format-800 .page-content h1,
#page-format-1004 .page-content h1 {
	margin: 0 0 16px;
}

#page-format-800 .page-content h2,
#page-format-1004 .page-content h2,
#page-format-800 .page-content h3,
#page-format-1004 .page-content h3,
#page-format-800 .page-content h4,
#page-format-1004 .page-content h4,
#page-format-800 .page-content h5,
#page-format-1004 .page-content h5,
#page-format-800 .page-content h6,
#page-format-1004 .page-content h6 {
	font-family: 'Inter Semi Bold';
	font-weight: 600;
}

#page-format-800 .page-content h3,
#page-format-1004 .page-content h3 {
	margin: 32px 0 16px;
	font-size: 28px;
	line-height: 40px;
}

#page-format-800 .page-content h6,
#page-format-1004 .page-content h6 {
	font-size: 20px;
	line-height: 24px;
}

#page-format-1004.format-documents .page-content h6 {
	margin: 40px 0 0;
}

#page-format-800 .page-content p,
#page-format-800 .page-content ul,
#page-format-800 .page-content ol,
#page-format-1004 .page-content p,
#page-format-1004 .page-content ul,
#page-format-1004 .page-content ol {
	margin: 0 0 16px;
	font-size: 16px;
	line-height: 24px;
}

#page-format-800 .page-content ul,
#page-format-800 .page-content ol,
#page-format-1004 .page-content ul,
#page-format-1004 .page-content ol {
	padding: 0 0 0 20px;
}

#page-format-800 .page-content .wp-block-pullquote,
#page-format-1004 .page-content .wp-block-pullquote {
	padding: 0;
	margin: 0;
}

#page-format-800 .page-content .wp-block-pullquote blockquote,
#page-format-1004 .page-content .wp-block-pullquote blockquote {
	margin: 0;
	text-align: left;
}

#page-format-800 .page-content .wp-block-pullquote p,
#page-format-1004 .page-content .wp-block-pullquote p {
	margin-bottom: 20px;
	font-size: 20px;
	line-height: 30px;
	font-family: 'Inter Medium';
}

#page-format-800 .page-content .wp-block-group,
#page-format-1004 .page-content .wp-block-group {
	padding: 28px 24px;
	margin-top: 32px;
	background: #FAFAFA;
	-webkit-border-radius: 12px;
	-moz-border-radius: 12px;
	border-radius: 12px;
}

#page-format-800 .page-content .wp-block-group p,
#page-format-1004 .page-content .wp-block-group p {
	margin-bottom: 20px;
	font-size: 20px;
	line-height: 30px;
	letter-spacing: -0.05em;
	color: #2E2C2C;
	font-family: 'Inter Medium';
}

#page-format-800 .page-content .wp-block-group p:last-child,
#page-format-1004 .page-content .wp-block-group p:last-child {
	margin-bottom: 0;
}

#page-format-800 .page-content .wp-block-group>.wp-block-group,
#page-format-1004 .page-content .wp-block-group>.wp-block-group {
	padding: 0;
	margin: 0;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
}

#page-format-800 .page-content .wp-block-group>.wp-block-group p,
#page-format-1004 .page-content .wp-block-group>.wp-block-group p {
	width: 100%;
	margin-bottom: 8px;
	display: -webkit-box!important;
    display: -moz-box!important;
    display: -ms-flexbox!important;
    display: -webkit-flex!important;
    display: flex!important;
	-webkit-align-items: center;
    align-items: center;
	-webkit-flex-wrap: wrap;
    flex-wrap: wrap;
	font-size: 18px;
	line-height: 24px;
	color: #040235;
	font-family: 'Inter';
}

#page-format-800 .page-content .wp-block-group>.wp-block-group p:last-child,
#page-format-1004 .page-content .wp-block-group>.wp-block-group p:last-child {
	margin-bottom: 0;
}

#page-format-800 .page-content .wp-block-group>.wp-block-group p img,
#page-format-1004 .page-content .wp-block-group>.wp-block-group p img {
	margin-right: 12px;
}

#page-format-800 .page-content .wp-block-group>.wp-block-group p a,
#page-format-1004 .page-content .wp-block-group>.wp-block-group p a {
	color: #597EF7;
	text-decoration: none;
}

#page-format-800 .page-content .wp-block-group>.wp-block-group p a[href^="mailto:"],
#page-format-1004 .page-content .wp-block-group>.wp-block-group p a[href^="mailto:"] {
	border-bottom: 1px solid #597EF7;
}

#page-format-800 .page-content .wp-block-group>.wp-block-group p a:not(:nth-child(2)),
#page-format-1004 .page-content .wp-block-group>.wp-block-group p a:not(:nth-child(2)) {
	margin-left: 10px;
}

#page-format-1004.format-documents .page-content p {
	margin: 0;
}

#page-format-1004.format-documents .page-content a[target="_blank"],
#page-format-1004.format-documents .page-content a[href*=".pdf"] {
	display: -webkit-box!important;
    display: -moz-box!important;
    display: -ms-flexbox!important;
    display: -webkit-flex!important;
    display: flex!important;
	-webkit-align-items: center;
    align-items: center;
	padding: 20px 0;
	color: #000;
	text-decoration: none;
	border-bottom: 1px solid #efefef;
}

#page-format-1004.format-documents .page-content a[target="_blank"]::after,
#page-format-1004.format-documents .page-content a[href*=".pdf"]::after {
	content: '';
	display: inline-block;
	width: 20px;
	min-width: 20px;
	height: 20px;
	margin-left: 16px;
	background-size: 20px;
	background-position: center;
	background-repeat: no-repeat;
}

#page-format-1004.format-documents .page-content a[target="_blank"]::after {
	background-image: url('../images/icon-blank-href.svg');
}

#page-format-1004.format-documents .page-content a[href*=".pdf"]::after {
	background-image: url('../images/icon-document-href.svg');
}

#page-format-1004.format-documents .page-content a[target="_blank"]:hover,
#page-format-1004.format-documents .page-content a[href*=".pdf"]:hover {
	color: #E5A547;
}

#page-prices h1 {
	margin: 0 0 16px;
}

#page-prices .block-top {
	padding: 84px 0 0;
	background: #defffd;
	background: linear-gradient(101.38deg, #E7F0FD -0.32%, #CBEEEC 99.71%);
}

#page-prices .block-top>.vc_row {
	padding: 0 20px;
}

#page-prices .archive-description {
	margin-bottom: 26px;
	font-size: 20px;
	line-height: 30px;
	font-family: 'Inter Medium';
	color: #2E2C2C;
}

#page-prices .archive-description b {
	font-family: 'Inter Bold';
	font-weight: 700;
}

#page-prices .search-prices {
	margin-bottom: 105px;
}

#page-prices .search-prices input {
	width: 384px;
	padding: 12px 10px 12px 44px;
	margin-right: 32px;
	background: #fff;
	border: 0;
	font-size: 14px;
	line-height: 20px;
	background-image: url('../images/icon-search-field.svg');
	background-position: left 18px center;
	background-repeat: no-repeat;
}

#page-prices .search-prices input,
#page-prices .search-prices .btn {
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}

#page-prices .search-prices input::-webkit-input-placeholder {
	color: #8D8D8D;
}

#page-prices .search-prices input:-ms-input-placeholder {
	color: #8D8D8D;
}

#page-prices .search-prices input::placeholder {
	color: #8D8D8D;
}

#page-prices .search-prices .btn {
	padding: 11px 60px;
	background: #000;
	font-size: 16px;
	line-height: 24px;
	color: #fff;
	font-family: 'Inter Medium';
}

#page-prices .filter-prices {
	padding: 32px 24px 20px;
	margin-bottom: 83px;
	background: #fff;
	-webkit-border-radius: 12px;
	-moz-border-radius: 12px;
	border-radius: 12px;
	-webkit-box-shadow: 0px 13px 40px rgba(0, 0, 0, 0.07);
	-moz-box-shadow: 0px 13px 40px rgba(0, 0, 0, 0.07);
	box-shadow: 0px 13px 40px rgba(0, 0, 0, 0.07);
	-webkit-transform: translateY(34px);
	-moz-transform: translateY(34px);
	-ms-transform: translateY(34px);
	-o-transform: translateY(34px);
	transform: translateY(34px);
}

#page-prices .filter-prices::before {
	content: '';
	position: absolute;
	bottom: 100%;
	right: 0;
	width: 510px;
	height: 340px;
	background-image: url('../images/bg-prices-banner.png');
	background-size: contain;
	background-position: bottom center;
	background-repeat: no-repeat;
}

#page-prices .filter-prices .title {
	margin-bottom: 36px;
	font-size: 20px;
	line-height: 24px;
	font-family: 'Inter Semi Bold';
}

#page-prices .filter-prices .items:not(.owl-carousel) .owl-stage-outer,
#page-prices .filter-prices .items:not(.owl-carousel) .owl-stage {
	width: 100% !important;
}

#page-prices .filter-prices .items:not(.owl-carousel) .owl-stage {
	-webkit-transform: none !important;
	-moz-transform: none !important;
	-ms-transform: none !important;
	-o-transform: none !important;
	transform: none !important;
	display: -webkit-box!important;
    display: -moz-box!important;
    display: -ms-flexbox!important;
    display: -webkit-flex!important;
    display: flex!important;
	-webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}

#page-prices .filter-prices .items:not(.owl-carousel) .owl-item {
	width: auto !important;
}

#page-prices .filter-prices .items .item {
	display: block;
	padding: 11px 24px;
	margin-bottom: 12px;
	border: 1px solid #efefef;
	-webkit-border-radius: 97px;
	-moz-border-radius: 97px;
	border-radius: 97px;
	color: #040235;
	font-size: 14px;
	line-height: 24px;
	text-transform: uppercase;
	font-family: 'Inter Medium';
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}

#page-prices .filter-prices .items .item:hover,
#page-prices .filter-prices .items .item.active {
	color: #fff;
	background: #000;
	border-color: #000;
}

#page-prices .prices {
	padding: 0 20px;
	margin-bottom: 144px;
}

#page-prices .prices:not(.no-results) .error-no-results,
#page-prices .prices.no-results .price-table,
#page-prices .prices .price-block:not(.active) {
	display: none !important;
}

#page-prices .prices .price-block .title {
	margin-bottom: 32px;
}

#page-prices .prices .price-table {
	width: 100%;
	table-layout: fixed;
	border-collapse: separate;
    border-spacing: 0;
}

#page-prices .prices .price-table th {
	padding: 19px 15px;
	background: #000;
	color: #fff;
	text-align: left;
	font-size: 20px;
	line-height: 32px;
	font-family: 'Inter Bold';
}

#page-prices .prices .price-table th:first-child,
#page-prices .prices .price-table td:first-child {
	padding-left: 24px;
}

#page-prices .prices .price-table th:first-child {
	-webkit-border-radius: 12px 0 0 0;
	-moz-border-radius: 12px 0 0 0;
	border-radius: 12px 0 0 0;
}

#page-prices .prices .price-table th:last-child {
	-webkit-border-radius: 0 12px 0 0;
	-moz-border-radius: 0 12px 0 0;
	border-radius: 0 12px 0 0;
}

#page-prices .prices .price-table td {
	padding: 24px 15px;
	border: 1px solid #efefef;
	font-size: 18px;
	line-height: 28px;
}

#page-prices .prices .price-table td:first-child {
	font-family: 'Inter Bold';
}

#page-prices .prices .price-table tr:last-child td:first-child {
	-webkit-border-radius: 0 0 0 12px;
	-moz-border-radius: 0 0 0 12px;
	border-radius: 0 0 0 12px;
}

#page-prices .prices .price-table tbody tr:not(.active) {
	display: none !important;
}

#page-prices .prices .price-table tr:last-child td:last-child {
	-webkit-border-radius: 0 0 12px 0;
	-moz-border-radius: 0 0 12px 0;
	border-radius: 0 0 12px 0;
}

#page-prices .prices .price-table .name {
	width: 70%;
}

#page-prices .prices .price-table .price-uah,
#page-prices .prices .price-table .duration {
	width: 15%;
	white-space: nowrap;
}

#resume-form {
	width: 487px;
	padding: 32px 28px 28px;
	margin-left: 32px;
	margin-bottom: 28px;
	background: #FAFAFA;
	-webkit-border-radius: 12px;
	-moz-border-radius: 12px;
	border-radius: 12px;
	overflow: hidden;
}

#resume-form .title {
	margin-bottom: 37px;
	font-size: 40px;
	line-height: 48px;
	letter-spacing: -0.05em;
	font-family: 'Inter Medium';
}

#resume-form label {
	display: block;
	margin-bottom: 20px;
	cursor: pointer;
}

#resume-form button,
#resume-form input[type="text"],
#resume-form .input-title,
#resume-form .input-help {
	display: block;
	width: 100%;
}

#resume-form .input-title {
	margin-bottom: 2px;
	font-size: 18px;
	line-height: 24px;
	color: #A5A5A5;
}

#resume-form input[type="text"] {
	padding: 8px 12px;
	background: #fff;
	border: 1px solid #efefef;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	font-size: 20px;
	line-height: 28px;
	color: #000;
}

#resume-form ::-webkit-input-placeholder {
	color: #8D8D8D;
}

#resume-form :-ms-input-placeholder {
	color: #8D8D8D;
}

#resume-form ::placeholder {
	color: #8D8D8D;
}

#homepage-appointment input[type="file"],
#resume-form input[type="file"] {
	display: block;
	height: 1px;
    opacity: 0;
}

#homepage-appointment .input-help,
#resume-form .input-help {
	font-size: 14px;
	line-height: 20px;
	color: #A5A5A5;
}

#homepage-appointment .input-file,
#resume-form .input-file {
	padding: 11px 12px;
	margin-bottom: 6px;
	background: #ededed;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	font-size: 16px;
	line-height: 24px;
	color: #000
}

#homepage-appointment .input-file img,
#resume-form .input-file img {
	margin-right: 8px;
}

#resume-form button {
	padding: 12px;
	margin-top: 32px;
	background: #000;
	border: 1px solid #000;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	font-size: 16px;
	line-height: 20px;
	color: #fff;
	font-family: 'Inter Medium';
	cursor: pointer;
}

#resume-form .error,
#cmkl_appointment_form .error {
    color: #df0404;
	font-family: 'Inter Medium';
}

#resume-form .error {
	margin-bottom: 12px;
}

#cmkl_appointment_form .error {
	margin-top: 12px;
}

#resume-form .error.hidden,
#cmkl_appointment_form .error.hidden {
	display: none;
}

#resume-form .success-text,
#cmkl_appointment_form .success-text {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #fafafa;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}

#resume-form:not(.success) .success-text,
#cmkl_appointment_form:not(.success) .success-text {
	-webkit-transform: translateX(100%);
	-moz-transform: translateX(100%);
	-ms-transform: translateX(100%);
	-o-transform: translateX(100%);
	transform: translateX(100%);
}

#resume-form .success-text img,
#cmkl_appointment_form .success-text img {
	display: block;
	margin: 0 auto 20px;
}

#resume-form .success-text .text,
#cmkl_appointment_form .success-text .text {
	max-width: 100%;
	width: 243px;
	font-size: 40px;
	line-height: 48px;
	letter-spacing: -0.05em;
	font-family: 'Inter Medium';
}

#page-position>.flex {
	padding: 0 20px;
}

#page-position .page-content {
	padding-bottom: 40px;
}

#page-position h1 {
	max-width: 100%;
	width: 500px;
	margin: 0 0 64px;
}

#page-position .page-content h4 {
	margin: 0 0 16px;
	font-size: 20px;
	line-height: 24px;
	font-family: 'Inter Semi Bold';
	font-weight: 600;
}

#page-position .page-content ul,
#page-position .page-content ol,
#page-position .page-content p {
	margin: 0 0 40px;
	font-size: 16px;
	line-height: 24px;
}

#page-position .page-content ul,
#page-position .page-content ol {
	padding: 0 0 0 20px;
}

#page-position .resume-description {
	width: 487px;
	padding: 28px 24px;
	margin-left: 32px;
	background: #fafafa;
	-webkit-border-radius: 12px;
	-moz-border-radius: 12px;
	border-radius: 12px;
}

#page-position .resume-description .title {
	margin-bottom: 20px;
	font-size: 18px;
	line-height: 30px;
	font-family: 'Inter Medium';
}

#page-position .resume-description .img {
	margin-right: 12px;
}

#page-position .resume-description .contact {
	font-size: 18px;
	line-height: 24px;
}

#page-position .resume-description .contact a {
	display: inline-block;
	margin-bottom: 8px;
	color: #597EF7;
	text-decoration: none;
}

#latest-positions {
	padding: 64px 20px 80px;
	background: #fafafa;
}

#latest-positions .general-title {
	margin-bottom: 64px;
	letter-spacing: -0.05em;
}

#latest-positions .items .item,
#page-positions .items .item {
	padding: 28px 20px;
	border: 1px solid #efefef;
	-webkit-border-radius: 12px;
	-moz-border-radius: 12px;
	border-radius: 12px;
	background: #fff;
	text-decoration: none;
}

#page-positions .items .item {
	width: 23%;
	width: calc(25% - 24px);
	margin-right: 32px;
	margin-bottom: 32px;
}

#page-positions .items .item:nth-child(4n+4) {
	margin-right: 0;
}

#latest-positions .items .item,
#latest-positions .items .item .tags,
#latest-positions .items .item .title,
#latest-positions .items .item .details,
#page-positions .items .item,
#page-positions .items .item .tags,
#page-positions .items .item .title,
#page-positions .items .item .details {
	display: block;
}

#latest-positions .items .item .tags,
#page-positions .items .item .tags {
	margin-bottom: 12px;
	font-size: 12px;
	line-height: 20px;
	text-transform: uppercase;
	color: #a5a5a5;
}

#latest-positions .items .item .title,
#page-positions .items .item .title {
	height: 48px;
	margin-bottom: 40px;
	font-size: 20px;
	line-height: 24px;
	color: #04192C;
	font-family: 'Inter Bold';
	overflow: hidden;
}

#latest-positions .items .item .details,
#page-positions .items .item .details {
	font-size: 16px;
	line-height: 19px;
	color: #E5A547;
	font-family: 'Inter Medium';
}

#latest-positions .items .item .details .hover::after,
#page-positions .items .item .details .hover::after {
	content: '';
	position: absolute;
	height: 1px;
	width: 0;
	bottom: -2px;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	transform: translateX(-50%);
	-webkit-transition: all 0.15s;
	-moz-transition: all 0.15s;
	transition: all 0.15s;
	background: #E5A547;
}

#latest-positions .items .item:hover .details .hover::after,
#page-positions .items .item:hover .details .hover::after {
	width: 100%;
}

#latest-positions .items .item .details img,
#page-positions .items .item .details img {
	width: 18px;
	margin-left: 4px;
}

.fbc-page .fbc-wrap .fbc-items {
	-webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}

#homepage-appointment .block-intern-info {
	width: 531px;
	padding: 73px 43px 0 53px;
	background: #EFC991;
	-webkit-border-radius: 0px 12px 12px 0px;
	-moz-border-radius: 0px 12px 12px 0px;
	border-radius: 0px 12px 12px 0px;
}

#homepage-appointment .block-intern-info .title {
	margin-bottom: 16px;
	font-size: 20px;
	line-height: 24px;
	letter-spacing: -0.005em;
	text-transform: uppercase;
	font-family: 'Inter Medium';
}

#homepage-appointment .block-intern-info .block {
	font-size: 16px;
	line-height: 24px;
}

#homepage-appointment .block-intern-info .block:not(:last-child) {
	padding-bottom: 24px;
	margin-bottom: 24px;
	border-bottom: 1px solid rgba(0, 0, 0, 0.12);
}

#homepage-appointment .block-intern-info .block ul,
#homepage-appointment .block-intern-info .block ol {
	margin: 0 0 16px 0;
	padding: 0 0 0 20px;
}

.medium {
	font-family: 'Inter Medium';
}

#page-positions + .vc_row {
	background: #fafafa;
}

#page-positions + .vc_row #homepage-appointment {
	padding: 64px 20px 150px;
}

#page-positions {
	padding: 0 20px 32px;
}

#page-positions h1 {
	margin: 0 0 48px;
}

#page-positions .no-results {
	padding: 72px 0 208px;
}

#page-positions .no-results .inner {
	padding: 56px 114px;
	font-size: 20px;
	line-height: 24px;
	color: #04192C;
	border: 1px solid #efefef;
	-webkit-border-radius: 12px;
	-moz-border-radius: 12px;
	border-radius: 12px;
}

#page-positions .no-results .inner img {
	display: block;
	margin: 0 auto 28px;
}

.lightbox .lb-image {
	border: 0 !important;
	-webkit-border-radius: 12px !important;
	-moz-border-radius: 12px !important;
	border-radius: 12px !important;
}

.lb-outerContainer {
	background-color: transparent !important;
}

.lb-dataContainer {
	padding-top: 0 !important;
}

.lb-data .lb-details {
	width: 100% !important;
	margin-top: 24px !important;
    float: none !important;
    text-align: center !important;
}

.lb-data .lb-caption,
.lb-data .lb-number {
	font-family: 'Inter' !important;
	font-weight: 400 !important;
	font-size: 18px !important;
	line-height: 24px !important;
	color: #747474 !important;
}

.lb-nav a.lb-prev,
.lb-nav a.lb-next {
	display: block !important;
	opacity: 0.5 !important;
	background: url(../images/icon-gallery-arrow.svg) left 20px center no-repeat !important;
}

.lb-nav a.lb-prev:hover,
.lb-nav a.lb-next:hover {
	opacity: 1 !important;
}

.lb-nav a.lb-prev {
	margin-left: -80px !important;
}

.lb-nav a.lb-next {
	margin-right: -80px !important;
	-webkit-transform: scaleX(-1) !important;
	-moz-transform: scaleX(-1) !important;
	-ms-transform: scaleX(-1) !important;
	-o-transform: scaleX(-1) !important;
	transform: scaleX(-1) !important;
}

.search-page-results {
	margin-bottom: 30px;
}

.search-page-results h1 {
	margin: 0 0 30px;
}

.search-page-results .item {
	margin-bottom: 15px;
}

.search-page-results .item .title {
	display: block;
	margin: 0 0 10px;
	font-family: 'Inter Bold';
    font-size: 24px;
    line-height: 28px;
	text-decoration: none;
	color: #597EF7;
}


@media (min-width: 769px) {
	.general-title,
	#page-format-800 h1,
	#page-format-1004 h1 {
		font-size: 48px;
		line-height: 60px;
	}
	
	#header .top {
		border-bottom: 1px solid #efefef;
	}
	
	#header .top .left a:not(.logo) img {
		margin-right: 9px;
	}
	
	#header > div.top.vc_row > div.left > div.phone > a:nth-child(1)
	{
		margin-right: 0;
	}
	
	
	#header .top .left a:not(.logo):not(:last-child) {
		margin-right: 38px;
	}
	
	#header > div.top.vc_row.flex.flex-ai-center.flex-jc-space-between > div.left.flex.flex-ai-center.relative > div.flex.flex-ai-center > a:nth-child(2) {
		margin-right: 15px;
	}
	
	#header .bottom {
		padding: 22px 0 0;
	}
	
	#header .menu>li {
		padding-bottom: 22px;
	}
	
	#header .bottom .address {
		margin-top: -22px;
	}
	
	#header .bottom .address a {
		text-decoration: none;
		color: #000;
	}
	
	#header .top .left a:hover,
	#header .bottom .address a:hover {
		color: #e5a547;
	}
	
	
	
	#header .menu .menu-item-has-children>.sub-menu {
		padding-top: 0;
		-webkit-box-shadow: 0 5px 5px rgba(0,0,0,0.15);
		-moz-box-shadow: 0 5px 5px rgba(0,0,0,0.15);
		box-shadow: 0 5px 5px rgba(0,0,0,0.15);
		border: 1px solid #efefef;
		border-top: 0 !important;
	}
	
	#header .bottom .address img {
		margin-right: 10px;
	}
	
	#header .menu .menu-item-has-children:not(:hover)>.sub-menu {
		opacity: 0;
		pointer-events: none;
	}
	
	#homepage-banner {
		padding: 40px 0 216px;
	}
	
	#homepage-banner .title {
		font-size: 48px;
		line-height: 60px;
	}
	
	#homepage-banner p:not(.title) {
		margin-bottom: 10px;
	}
	
	#homepage-banner img {
		margin-bottom: 11px;
	}
	
	#homepage-options .block::before {
		content: '';
		position: absolute;
		right: 0;
		bottom: 0;
		width: 182px;
		max-width: 100%;
		height: 168px;
		max-height: 100%;
		background-position: bottom right;
		background-repeat: no-repeat;
	}

	#homepage-options .block.block-1::before {
		background-image: url('../images/1_2.png');
	}

	#homepage-options .block.block-2::before {
		background-image: url('../images/2_2.png');
	}

	#homepage-options .block.block-3::before {
		background-image: url('../images/3_2.png');
	}

	#homepage-options .block.block-4::before {
		background-image: url('../images/4_2.png');
	}
	
	#menu-popular li a::before {
		width: 120px;
		height: 120px;
	}
	
	#homepage-benefits .block-1,
	#homepage-benefits .block-2 {
		padding: 48px 40px 184px;
	}
	
	#homepage-benefits {
		margin-top: 40px;
		margin-bottom: 80px;
	}
	
	#homepage-benefits .block-2::after {
		content: '';
		position: absolute;
		left: 27px;
		bottom: 15px;
		width: 204px;
		max-width: 100%;
		height: 183px;
		max-height: 100%;
		background-image: url('../images/dostupni-liky-block.png');
		background-position: center;
		background-repeat: no-repeat;
	}
	
	#homepage-benefits .block-1 .title,
	#homepage-benefits .block-2 .title {
		margin-bottom: 12px;
		font-size: 40px;
		line-height: 48px;
	}
	
	#homepage-benefits .block-1 p:not(.title),
	#homepage-counters .block-2 p:not(.title) {
		width: 310px;
	}

	#homepage-benefits .block-2 p:not(.title) {
		width: 360px;
	}
	
	#homepage-benefits .block-1 a,
	#homepage-benefits .block-2 a,
	#homepage-counters .block-2 a {
		right: 36px;
		bottom: 36px;
	}
	
	#grid-doctors .vc_custom_heading {
		font-size: 20px;
		line-height: 24px;
	}
	
	#grid-doctors .vc_custom_heading .category {
		margin-top: 7px;
		font-size: 16px;
		line-height: 24px;
	}
	
	#grid-doctors .vc_gitem-animated-block>.vc_gitem-zone {
		height: 312px;
	}
	
	#footer .bottom .copyright p {
		/*margin-right: 42px;*/
	}
	
	#news-posts .post:nth-child(3n) {
		margin-right: 0;
	}
	
	.page-departments .item:nth-child(3n) {
		margin-right: 0;
	}
	
	.page-department .doctors .owl-dots .owl-dot:not(:last-child) span,
	.page-department .reviews .owl-dots .owl-dot:not(:last-child) span{
		margin-right: 8px;
	}
	
	.parent-pageid-387 .block-vaccines>.vc_column_container:first-child {
		padding-right: 80px;
	}
	
	#latest-positions .owl-stage {
		-webkit-transform: none !important;
		-moz-transform: none !important;
		-ms-transform: none !important;
		-o-transform: none !important;
		transform: none !important;
	}
	
	#page-reviews,
	#page-personnel,
	#page-prices .block-top>.vc_row,
	#page-prices .prices,
	.fbc-page {
		padding-left: 0;
		padding-right: 0;
	}
}

@media (max-width: 768px) {
	body {
		padding-top: 61px;
	}
	
	.general-title,
	#page-format-800 h1,
	#page-format-1004 h1 {
		font-size: 36px;
		line-height: 48px;
	}
	
	.vc_column_container>.vc_column-inner {
		padding-left: 20px;
		padding-right: 20px;
	}
	
	#header .bottom .address,
	#header .top .left .phone span,
	#header .top .right,
	#header .top .right .account,
	#header .top .right .appointment,
	#footer .top .contact_info,
	#footer .bottom .copyright .site_by {
		display: none !important;
	}
	
	#header .top,
	#header .top .left,
	#footer .bottom>div,
	#footer .bottom .copyright {
		display: block !important;
	}
	
	#header {
		position: fixed;
		top: 0;
		left: 0;
		width: 100%;
		z-index: 11;
		-webkit-box-shadow: 0 0 5px rgb(0, 0, 0, 0.45);
		-moz-box-shadow: 0 0 5px rgb(0, 0, 0, 0.45);
		box-shadow: 0 0 5px rgb(0, 0, 0, 0.45);
	}
	
	#header .top .left .phone,
	#header .top .left .accessibility {
		position: absolute;
		height: 100%;
		padding: 0 22px;
	}
	
	#header .top .left .phone {
		top: 0;
		right: 49px;
		border-left: 1px solid #efefef;
		border-right: 1px solid #efefef;
	}
	
	#header .top .left .accessibility {
		top: -16px;
		right: 113px;
	}
	
	#header .top .left .accessibility img {
		margin-right: 9px;
	}
	
	#mobile-menu-toggle {
		position: absolute;
		top: 0;
		right: 0;
		width: 65px;
		height: 100%;
		z-index: 1;
	}
	
	#mobile-menu-toggle span {
		position: absolute;
		left: 22px;
		height: 2px;
		width: 24px;
		background: #000;
		-webkit-transition: all 0.3s;
		-moz-transition: all 0.3s;
		transition: all 0.3s;
		-webkit-border-radius: 33px;
		-moz-border-radius: 33px;
		border-radius: 33px;
	}
	
	#mobile-menu-toggle span:first-child {
		top: 22px;
	}
	
	#mobile-menu-toggle span:nth-child(2) {
		top: 27px;
	}
	
	#mobile-menu-toggle span:nth-child(3) {
		top: 32px;
	}
	
	#mobile-menu-toggle span:nth-child(4) {
		top: 37px;
	}
	
	#mobile-menu-toggle.open span:first-child {
		top: 29px;
		-webkit-transform: rotate(45deg);
		-moz-transform: rotate(45deg);
		-ms-transform: rotate(45deg);
		-o-transform: rotate(45deg);
		transform: rotate(45deg);
	}
	
	#mobile-menu-toggle.open span:nth-child(2),
	#mobile-menu-toggle.open span:nth-child(3) {
		opacity:0;
	}
	
	#mobile-menu-toggle.open span:nth-child(4) {
		top: 29px;
		-webkit-transform: rotate(-45deg);
		-moz-transform: rotate(-45deg);
		-ms-transform: rotate(-45deg);
		-o-transform: rotate(-45deg);
		transform: rotate(-45deg);
	}
	
	#header .menu {
		position: fixed;
		top: 0;
		right: 0;
		height: 100%;
		height: calc(100vh - 61px);
		max-width: 90%;
		margin-top: 61px;
		z-index: 11;
		background: #fff;
		-webkit-transition: all 0.3s;
		-moz-transition: all 0.3s;
		transition: all 0.3s;
		overflow: auto;
	}
	
	#header .menu .menu-item-has-children>.sub-menu a {
		white-space: normal;
	}
	
	#header .menu:not(.open) {
		-webkit-transform: translateX(100%);
		-moz-transform: translateX(100%);
		-ms-transform: translateX(100%);
		-o-transform: translateX(100%);
		transform: translateX(100%);
	}
	
	#header .menu {
		-webkit-box-orient: vertical;
		-webkit-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column
	}
	
	#header .menu>li {
		padding: 0 20px;
	}
	
	#header .menu>li:not(:last-child) {
		margin-right: 0;
	}
	
	#header .menu .menu-item-has-children>.sub-menu {
		position: static;
	}
	
	#header .menu>li>a {
		display: block;
		padding: 10px 0;
		border-bottom: 1px solid #efefef;
	}
	
	#header .menu .menu-item-has-children>.sub-menu {
		padding-top: 0;
	}
	
	#header .menu .menu-item-has-children:not(.open)>.sub-menu {
		display: none;
	}
	
	#header .top .logo {
		font-size: 14px;
		line-height: 20px;
	}
	
	#header .top .logo img {
		width: 27px;
		margin-right: 8px;
	}
	
	#homepage-banner {
		padding: 42px 0 170px;
	}
	
	#homepage-banner .title {
		width: 580px;
		font-size: 36px;
		line-height: 48px;
	}
	
	#homepage-banner p:not(.title) {
		margin-bottom: 32px;
	}
	
	#homepage-banner img {
		margin-bottom: -11px;
	}
	
	#homepage-banner .vc_wp_search input[type="text"] {
		width: 353px;
		margin-right: 20px;
	}
	
	#homepage-options {
		margin-top: -105px;
		margin-bottom: 84px;
	}
	
	#homepage-options>.vc_column_container>.vc_column-inner {
		padding-left: 10px;
		padding-right: 10px;
	}
	
	#homepage-options>.vc_column_container:first-child>.vc_column-inner {
		padding-left: 20px;
	}
	
	#homepage-options>.vc_column_container:last-child>.vc_column-inner {
		padding-right: 20px;
	}
	
	#homepage-options .block {
		padding: 24px 16px 60px;
	}
	
	#homepage-options>.vc_column_container:nth-child(3) .block {
		padding-bottom: 84px;
	}
	
	#homepage-options .block a {
		left: 16px;
		bottom: 20px;
	}
	
	#menu-popular {
		margin: 36px 0 64px;
	}
	
	#menu-popular li a {
		font-size: 12px;
	}
	
	#menu-popular li a::before {
		width: 80px;
		height: 80px;
		margin: 0 auto 14px;
	}
	
	#homepage-about {
		padding: 48px 48px 28px;
		margin-bottom: 64px;
		background-size: 50%;
	}
	
	#homepage-about .title {
		margin-bottom: 12px;
		font-size: 36px;
		line-height: 48px;
	}
	
	#homepage-about .mini-title {
		margin-bottom: 8px;
	}
	
	#homepage-about .mini-title + p {
		width: 50%;
		margin-bottom: 27px;
	}
	
	#homepage-benefits {
		margin-top: 36px;
		margin-bottom: 64px;
	}
	
	#homepage-benefits>.wpb_column:first-child>.vc_column-inner,
	#homepage-counters>.wpb_column:first-child>.vc_column-inner {
		padding-right: 10px;
		padding-left: 20px;
	}
	
	#homepage-benefits>.wpb_column:nth-child(2)>.vc_column-inner,
	#homepage-counters>.wpb_column:nth-child(2)>.vc_column-inner {
		padding-right: 20px;
		padding-left: 10px;
	}
	
	#homepage-benefits .block-1,
	#homepage-benefits .block-2 {
		padding: 32px 20px 96px;
	}
	
	#homepage-benefits .block-1 p:not(.title) {
		width: 220px;
	}
	
	#homepage-benefits .block-2 p:not(.title) {
		width: 290px;
	}
	
	#homepage-benefits .block-1 a img,
	#homepage-benefits .block-2 a img,
	#homepage-counters .block-2 a img {
		width: 56px;
	}
	
	#homepage-benefits .block-1 .title,
	#homepage-benefits .block-2 .title {
		margin-bottom: 20px;
		font-size: 24px;
		line-height: 36px;
	}
	
	#homepage-benefits .block-1 a,
	#homepage-benefits .block-2 a,
	#homepage-counters .block-2 a {
		right: 23px;
	}
	
	#homepage-benefits .block-1 a,
	#homepage-benefits .block-2 a {
		bottom: 20px;
	}
	
	#homepage-counters .block-2 a {
		bottom: 22px;
	}
	
	#homepage-counters {
		margin-bottom: 64px;
	}
	
	#homepage-counters>div {
		width: 50% !important;
	}
	
	#homepage-counters .block-1 .number {
		margin-bottom: 8px;
		font-size: 48px;
	}
	
	#homepage-counters .block-1 .counter {
		font-size: 16px;
		line-height: 20px;
	}
	
	#homepage-counters .block-1 .title {
		margin-top: 32px;
		margin-bottom: 20px;
		font-size: 24px;
		line-height: 36px;
	}
	
	#homepage-counters .block-2 {
		padding: 32px 20px 96px;
	}
	
	#homepage-counters .block-2 .title {
		font-size: 24px;
		line-height: 36px;
	}
	
	#grid-doctors .vc_gitem-animated-block>.vc_gitem-zone {
		height: 186px;
	}
	
	#grid-doctors .vc_custom_heading {
		font-size: 16px;
		line-height: 20px;
	}
	
	#grid-doctors .vc_custom_heading .category {
		margin-top: 8px;
		font-size: 12px;
		line-height: 20px;
	}
	
	#grid-doctors + .btn-regular {
		margin-bottom: 64px;
	}
	
	#grid-doctors .vc_pageable-slide-wrapper .owl-item {
		margin-bottom: 28px;
	}
	
	.general-title.title-appointment {
		padding: 40px 0 36px;
	}
	
	#homepage-appointment {
		padding: 40px 0 64px;
	}

	#homepage-appointment>.general-title {
		margin-bottom: 36px;
	}
	
	#cmkl_appointment_form {
		padding: 32px 20px 36px;
	}
	
	#cmkl_appointment_form select,
	#cmkl_appointment_form .custom-select,
	#cmkl_appointment_form input[type="text"],
	#cmkl_appointment_form input[type="date"] {
		margin-bottom: 16px;
	}
	
	#cmkl_appointment_form button[type="submit"] {
		margin-top: 20px;
	}
	
	#homepage-appointment .block-address {
		padding: 32px 40px 176px 41px;
		background-size: 50%;
	}
	
	#latest-reviews {
		padding: 36px 0 64px;
	}
	
	body.home #latest-reviews {
		margin-bottom: 64px;
	}
	
	#latest-reviews .owl-item,
	.page-department .reviews .items .item {
		padding: 36px 20px;
	}
	
	#latest-reviews .vc_gitem-post-data-source-post_title,
	.page-department .reviews .items .item .author {
		margin-bottom: 20px;
	}
	
	#latest-reviews .vc_gitem-post-data-source-post_title>p,
	.page-department .reviews .items .item .author {
		display: -webkit-box!important;
		display: -moz-box!important;
		display: -ms-flexbox!important;
		display: -webkit-flex!important;
		display: flex!important;
		-webkit-align-items: center;
		align-items: center;
		-webkit-justify-content: space-between;
		-moz-justify-content: space-between;
		justify-content: space-between;
	}
	
	#latest-reviews .rating,
	.page-department .reviews .items .item .rating {
		margin-top: 0;
	}
	
	#latest-news {
		margin-top: 36px;
		margin-bottom: 36px;
	}
	
	#latest-news + .btn-regular {
		margin-bottom: 64px;
	}
	
	#block-contact .block-map {
		margin-bottom: 36px;
	}
	
	#block-contact .block .title {
		margin-bottom: 12px;
		font-size: 18px;
	}
	
	#block-contact .block p:not(.title) {
		margin-bottom: 8px;
		font-size: 16px;
	}
	
	#block-contact .block.block-1 a {
		display: block;
	}
	
	#block-contact {
		padding: 0 20px;
		margin-bottom: 68px
	}
	
	#block-contact .block-map iframe {
		height: 324px !important;
	}
	
	#footer .top {
		padding: 40px 20px 54px;
	}
	
	#footer .top .site_info .block-1 {
		margin-bottom: 36px;
	}
	
	#footer .bottom {
		padding: 10px 20px;
	}
	
	#footer .bottom .copyright {
		margin-top: 21px;
		text-align: center;
		font-size: 14px;
		line-height: 20px;
	}
	
	#footer .bottom .menu li:not(:last-child) {
		margin-right: 10px;
	}
	
	#news-top-text {
		margin: 0 20px;
		padding: 40px 28px 46px 40px;
	}
	
	#news-top-text .wp-block-media-text .wp-block-media-text__content {
		width: 315px;
	}
	
	#news-top-text .wp-block-media-text>figure {
		padding-left: 20px;
	}
	
	#news-top-text img {
		width: 325px;
	}
	
	#news-top-text h2 {
		margin-bottom: 12px;
		font-size: 36px;
		line-height: 48px;
	}
	
	#news-top-text p:nth-child(2) {
		margin-bottom: 8px;
	}
	
	#news-posts .posts {
		padding: 0 20px;
	}
	
	#news-posts .post {
		width: calc(50% - 10px);
		margin-right: 20px;
	}
	
	#news-posts .post:nth-child(2n) {
		margin-right: 0;
	}
	
	#news-subcategories {
		padding-left: 20px;
	}
	
	.news-post-categories {
		margin-bottom: 16px;
	}
	
	.news-article {
		padding-bottom: 64px;
	}
	
	.news-article .title {
		font-size: 36px;
		line-height: 48px;
	}
	
	.news-article .date {
		margin-bottom: 24px;
	}
	
	.news-article .img {
		height: 378px;
		height: 49vw;
		margin-bottom: 24px;
	}
	
	.news-article .text {
		width: 541px;
	}
	
	.news-article .text p {
		margin-bottom: 16px;
		line-height: 24px;
	}
	
	.news-article .text blockquote {
		margin-top: 32px;
		margin-bottom: 32px;
	}
	
	.news-article .social {
		padding-right: 94px;
	}
	
	.news-related {
		padding: 40px 0 20px;
	}
	
	#news-posts.news-related .general-title {
		padding: 0 140px;
		margin-bottom: 36px;
	}
	
	#news-posts.news-related .owl-nav {
		position: absolute;
		top: -80px;
		right: 20px;
	}
	
	#news-posts.news-related .owl-nav .owl-prev,
	#news-posts.news-related .owl-nav .owl-next {
		width: 42px;
		height: 42px;
		background-color: #000;
		-webkit-border-radius: 100px;
		-moz-border-radius: 100px;
		border-radius: 100px;
		background-image: url('../images/icon-owl-nav.svg');
		background-position: center;
		background-repeat: no-repeat;
	}
	
	#news-posts.news-related .owl-nav .owl-prev {
		margin-right: 16px;
	}
	
	#news-posts.news-related .owl-nav .owl-prev:not(.disabled),
	#news-posts.news-related .owl-nav .owl-next.disabled {
		transform: scaleX(-1);
	}
	
	#news-posts.news-related .owl-nav .owl-prev.disabled,
	#news-posts.news-related .owl-nav .owl-next.disabled {
		background-color: #fff;
		background-image: url('../images/icon-owl-nav-disabled.svg');
	}
	
	#news-posts:not(.news-related) {
		padding-bottom: 76px;
	}
	
	.page-departments-top,
	.page-departments,
	.page-department .block-top,
	.page-department .contact-info,
	.page-department .department-blocks,
	.page-department .doctors,
	.page-department .gallery,
	.page-department .reviews {
		padding-left: 20px;
		padding-right: 20px;
	}
	
	.page-departments {
		padding-bottom: 47px;
	}
	
	.page-departments .item {
		min-width: 49%;
		max-width: 49%;
		width: 49%;
		margin-right: 2%;
		margin-bottom: 20px;
	}
	
	.page-departments .item:nth-child(2n) {
		margin-right: 0;
	}
	
	.page-id-55 h1 {
		color: #000;
		font-size: 36px;
		line-height: 48px;
	}
	
	.page-id-55 h1 + div {
		max-width: 70%;
	}
	
	.page-departments .item .name {
		font-size: 18px;
		line-height: 28px;
	}
	
	.page-department .block-top h1 {
		margin-bottom: 20px;
		font-size: 36px;
		line-height: 48px;
	}
	
	.page-department .block-top {
		padding-top: 40px;
		padding-bottom: 128px;
	}
	
	.page-department .block-top .services {
		max-width: 90%;
	}
	
	.page-department .block-top .services .title {
		line-height: 24px;
	}
	
	.page-department .block-top .services .items .item {
		padding: 4px 16px;
		margin-bottom: 16px;
		font-size: 12px;
	}
	
	.page-department .block-top .services .warning {
		font-size: 12px;
		line-height: 16px;
	}
	
	.page-department .block-top .head-of-department .img {
		width: 208px;
		height: 240px;
		margin-bottom: 12px;
	}
	
	.page-department .block-top .head-of-department .title {
		font-size: 16px;
		line-height: 20px;
	}
	
	.page-department .block-top .head-of-department p:not(.title) {
		line-height: 20px;
	}
	
	.page-department .contact-info {
		margin-top: -77px;
		margin-bottom: 64px;
	}
	
	.page-department .contact-info .block-left,
	.page-department .contact-info .block-right {
		width: 50%;
		padding: 24px 16px 20px 16px;
	}
	
	.page-department .contact-info .block-left {
		margin-right: 20px;
	}
	
	.page-department .contact-info img {
		width: 16px;
	}
	
	.page-department .contact-info .block-right a {
		margin-left: 0;
	}
	
	.page-department .contact-info .title {
		font-size: 14px;
		line-height: 20px;
	}
	
	.page-department .contact-info .block-left .hours span:not(.title) {
		font-size: 12px;
		line-height: 20px;
	}
	
	.page-department .contact-info .block-left,
	.page-department .contact-info .block-right {
		font-size: 12px;
		line-height: 24px;
	}
	
	.page-department .contact-info .block-left .hours {
		margin-bottom: 10px;
	}
	
	.page-department .contact-info .block-left .location img,
	.page-department .contact-info .block-right img {
		position: absolute;
		top: -2px;
		left: 0;
	}
	
	.page-department .contact-info .block-left .location .title,
	.page-department .contact-info .block-right .title {
		padding-left: 24px;
	}
	
	.page-department .contact-info .block-right .title {
		margin-bottom: 16px;
	}
	
	.page-department .contact-info .block-right>div,
	.page-department .contact-info .block-right>div>div,
	.page-department .contact-info .block-right p {
		width: 100%;
	}
	
	.page-department .department-blocks .title {
		margin-bottom: 20px;
	}
	
	.page-department .department-blocks .switches {
		margin-bottom: 28px;
	}
	
	.page-department .department-blocks .switches a {
		padding: 8px 20px;
		font-size: 14px;
		line-height: 24px;
	}
	
	.page-department .department-blocks .items .item ul li {
		padding-bottom: 16px;
	}
	
	.page-department .department-blocks .items .item ul li:not(:last-child) {
		margin-bottom: 16px;
	}
	
	.page-department .page-content {
		padding: 48px 48px 44px;
		margin-left: 20px;
		margin-right: 20px;
		margin-bottom: 66px;
		background-size: 50% ​auto;
	}
	
	.page-department .page-content .inner {
		width: 440px;
	}
	
	.page-department .doctors .title,
	.page-department .reviews .title {
		margin-bottom: 32px;
	}
	
	.page-department .doctors table {
		margin-bottom: 64px;
	}
	
	.page-department .reviews {
		padding-top: 40px;
		padding-bottom: 84px;
	}
	
	.page-department .doctors .owl-dots .owl-dot span,
	.page-department .owl-dot span {
		display:none!important;
	}
	.page-department .owl-dot {
		/*height: 4px;
		width: 10px;*/
		background-color: #E5AD47 !important;
		display: inline-block;
		opacity: 1;
	}
	.page-department .owl-dot {
	}
	
	.page-department .owl-dot.active {
	  background-color: #E5AD47 !important;
	  opacity: 1;
	  width: 20px;
		border-radius: 0 5px 5px 0;
	}
	
	.page-department .owl-dot:first-child {
		border-radius:  5px 0 0 5px;
	}
	.page-department .owl-dot.active:first-child {
		border-radius:  5px
	}
	.page-department .owl-dot:last-child {
		border-radius:  0 5px 5px 0;
	}
	

	.page-department .owl-dot.active ~ .owl-dot {
		background: #fff !important;
		opacity: 0.5;
	}
	.page-department .doctors .owl-dot.active ~ .owl-dot {
		background: #F0EFEC !important;
	}
	
	.page-department .doctors .owl-dots,
	.page-department .reviews .owl-dots,
	#latest-reviews .owl-dots {
		display: -webkit-box!important;
		display: -moz-box!important;
		display: -ms-flexbox!important;
		display: -webkit-flex!important;
		display: flex!important;
		width: calc(100% - 188px);
		left: 50%;
		-webkit-transform: translateX(-50%);
		-moz-transform: translateX(-50%);
		-ms-transform: translateX(-50%);
		-o-transform: translateX(-50%);
		transform: translateX(-50%);
	}
	
	.page-department .doctors .owl-dots .owl-dot,
	.page-department .reviews .owl-dots .owl-dot,
	#latest-reviews .owl-dots .owl-dot {
		-webkit-box-flex: 1;
		-moz-box-flex: 1;
		-webkit-flex: 1;
		-ms-flex: 1;
		flex: 1;
		height: 4px;
	}
	
	#latest-reviews .owl-dots .owl-dot:not(:last-child) {
		margin-right: 0;
	}
	
	.page-id-387 .top-info,
	.page-id-487 .top-info {
		padding-top: 40px;
		padding-bottom: 164px;
	}
	
	.page-id-387 .top-info .wpb_text_column,
	.page-id-487 .top-info .wpb_text_column {
		padding-right: 0;
	}
	
	.page-id-387 .top-info .wpb_text_column p:not(:last-child),
	.parent-pageid-387 .top-info .wpb_text_column p:not(:last-child),
	.parent-pageid-387 .top-info .wpb_text_column ul:not(:last-child),
	.page-id-487 .top-info .wpb_text_column p:not(:last-child),
	.parent-pageid-487 .top-info .wpb_text_column p:not(:last-child),
	.parent-pageid-487 .top-info .wpb_text_column ul:not(:last-child) {
		margin-bottom: 8px;
	}
	
	.page-id-387 .top-info .wpb_text_column .title,
	.parent-pageid-387 .top-info .wpb_text_column .title,
	.page-id-487 .top-info .wpb_text_column .title,
	.parent-pageid-487 .top-info .wpb_text_column .title {
		margin-bottom: 12px;
		font-size: 36px;
		line-height: 48px;
		white-space: nowrap;
	}
	
	.page-id-387 .top-info .wpb_text_column .mini-title,
	.parent-pageid-387 .top-info .wpb_text_column .mini-title,
	.page-id-487 .top-info .wpb_text_column .mini-title,
	.parent-pageid-487 .top-info .wpb_text_column .mini-title {
		font-size: 20px;
		line-height: 30px;
	}
	
	.page-id-387 .top-info img,
	.page-id-487 .top-info img {
		margin-top: 140px;
	}
	
	.page-id-387 .info-blocks,
	.page-id-487 .info-blocks {
		padding-left: 26px;
		padding-right: 26px;
	}
	
	.page-id-387 .info-blocks {
		-webkit-transform: translateY(-130px);
		-moz-transform: translateY(-130px);
		-ms-transform: translateY(-130px);
		-o-transform: translateY(-130px);
		transform: translateY(-130px);
	}
	
	.page-id-487 .info-blocks {
		margin-top: -130px;
		margin-bottom: 40px;
	}
	
	.parent-pageid-387 .info-blocks {
		-webkit-transform: translateY(-110px);
		-moz-transform: translateY(-110px);
		-ms-transform: translateY(-110px);
		-o-transform: translateY(-110px);
		transform: translateY(-110px);
	}
	
	.page-id-387 .info-blocks .vc_column_container>.vc_column-inner,
	.parent-pageid-387 .info-blocks .vc_column_container>.vc_column-inner,
	.page-id-487 .info-blocks .vc_column_container>.vc_column-inner,
	.parent-pageid-487 .info-blocks .vc_column_container>.vc_column-inner {
		padding-left: 6px;
		padding-right: 6px;
	}
	
	.page-id-387 .info-blocks .block,
	.parent-pageid-387 .info-blocks .block,
	.page-id-487 .info-blocks .block,
	.parent-pageid-487 .info-blocks .block {
		padding: 24px 16px 60px;
		background: #fff;
		line-height: 24px;
	}
	
	.page-id-387 .info-blocks .block a,
	.parent-pageid-387 .info-blocks .block a,
	.page-id-487 .info-blocks .block a,
	.parent-pageid-487 .info-blocks .block a {
		left: 16px;
		bottom: 20px;
	}
	
	.vc_tta-title-text {
		color: #040235;
	}
	
	#page-contact .top-info {
		padding-top: 40px;
		padding-bottom: 76px;
		margin-bottom: 64px;
	}
	
	#page-contact .top-info .block-left {
		font-size: 16px;
	}
	
	#page-contact .top-info .block-left .title {
		font-size: 36px;
		line-height: 48px;
	}
	
	#page-contact .top-info .block-left .mini-title {
		max-width: 100%;
		width: 221px;
		font-size: 18px;
		line-height: 24px;
	}
	
	#page-contact .top-info .block-left .mini-title.separator {
		display: block;
		padding-bottom: 16px;
		margin-bottom: 16px;
		padding-right: 0;
	}
	
	#page-contact .contact-blocks {
		display: -webkit-box!important;
		display: -moz-box!important;
		display: -ms-flexbox!important;
		display: -webkit-flex!important;
		display: flex!important;
		-webkit-flex-wrap: wrap;
		flex-wrap: wrap;
		margin-bottom: 64px;
	}
	
	#page-contact .contact-blocks>.vc_column_container {
		min-width: 50%;
		max-width: 50%;
		width: 50%;
	}
	
	#page-contact .contact-blocks>.vc_column_container:not(:nth-child(3)) {
		margin-bottom: 48px;
	}
	
	#page-contact .contact-blocks>.vc_column_container:not(:last-child)::after {
		display: none;
	}
	
	#page-contact .block-map {
		margin-bottom: 0;
	}
	
	#page-contact .block-map>.vc_column_container>.vc_column-inner,
	#page-contact .block-map .wpb_wrapper {
		padding-left: 0;
		padding-right: 0;
		padding-bottom: 0;
		padding-top: 0;
	}
	
	#page-contact .block-map iframe {
		border-radius: 0;
		height: 324px !important;
	}
	
	#contact-departments {
		margin-bottom: 20px;
	}
	
	#contact-departments-result {
		font-size: 16px;
	}
	
	#contact-departments-result a {
		display: block;
		margin-right: 0;
		margin-bottom: 2px;
	}
	
	.parent-pageid-387 .top-info {
		padding: 40px 20px 169px;
	}
	
	.parent-pageid-387 .top-info .wpb_text_column {
		padding-right: 21px;
	}
	
	.parent-pageid-387 .top-info .vc_column-inner {
		padding: 0;
	}
	
	.page-id-423 .info-blocks .block .title+p {
		min-height: 96px;
	}
	
	.parent-pageid-387 .info-blocks {
		padding-left: 26px;
		padding-right: 26px;
	}
	
	.parent-pageid-387 .block-statistics {
		margin-bottom: 64px;
	}
	
	.parent-pageid-387 .block-statistics .general-title {
		margin-bottom: 8px;
	}
	
	.parent-pageid-387 .block-statistics .mini-title {
		margin-bottom: 22px;
	}
	
	.parent-pageid-387 .block-statistics .blocks>.vc_column_container>.vc_column-inner>.wpb_wrapper>div {
		padding: 28px 16px 24px;
	}
	
	.parent-pageid-387 .block-statistics .blocks>.vc_column_container>.vc_column-inner>.wpb_wrapper>div:first-child {
		background: #EFC991;
	}
	
	.parent-pageid-387 .block-statistics .blocks>.vc_column_container>.vc_column-inner>.wpb_wrapper>div:first-child,
	.parent-pageid-387 .block-statistics .blocks>.vc_column_container>.vc_column-inner>.wpb_wrapper>div:nth-child(2) {
		width: 35.67%;
	}
	
	.parent-pageid-387 .block-statistics .blocks>.vc_column_container>.vc_column-inner>.wpb_wrapper>div:nth-child(3) {
		width: 23.14%;
	}
	
	.parent-pageid-387 .block-statistics .blocks .number {
		margin-bottom: 8px;
	}
	
	.parent-pageid-387 .general-text {
		margin-bottom: 72px;
	}
	
	.parent-pageid-387 .general-text .general-title {
		margin-bottom: 64px;
	}
	
	.parent-pageid-387 .general-text .title {
		color: #040235;
	}
	
	.parent-pageid-387 .block-vaccines {
		max-width: calc(100% - 40px);
		padding: 0 20px 0;
	}
	
	.parent-pageid-387 .block-vaccines.block-first {
		padding-top: 20px;
		margin-top: 36px;
	}
	
	.parent-pageid-387 .block-vaccines.block-last {
		margin-bottom: 80px;
		padding-bottom: 0;
	}
	
	.parent-pageid-387 .block-vaccines>.vc_column_container {
		padding-bottom: 32px;
	}
	
	.parent-pageid-387 .block-vaccines.block-last>.vc_column_container {
		padding-bottom: 20px;
	}
	
	.parent-pageid-387 .block-vaccines>.vc_column_container:not(:first-child) {
		padding-left: 13px;
	}
	
	.parent-pageid-387 .block-vaccines:not(.block-first)>.vc_column_container {
		padding-top: 32px;
	}
	
	.parent-pageid-387 .block-vaccines .title {
		font-size: 24px;
		line-height: 36px;
	}
	
	#menu-patients-info-list a,
	#menu-about-us-page-menu a {
		color: #040235;
	}
	
	.parent-pageid-387 .general-text.page-benefits {
		margin-bottom: 0;
	}
	
	.page-benefits .inner-text {
		padding-left: 92px;
		margin-bottom: 32px;
	}
	
	.page-benefits .inner-text .title::before {
		width: 74px;
		left: -94px;
	}
	
	.page-benefits .btn-regular {
		margin-bottom: 64px;
	}
	
	.parent-pageid-387 .page-medication-availability.general-text .general-title {
		margin-bottom: 12px;
	}
	
	.page-medication-availability.general-text .info-title {
		width: 540px;
	}
	
	.page-medication-availability .block-table {
		margin-bottom: 32px;
	}
	
	.page-medication-availability .btn-regular {
		margin-bottom: 64px;
	}
	
	.page-medication-availability .block-table .wpb_wrapper {
		width: 200vw;
	}
	
	#document-scroll-top,
	.pagination {
		display: none !important;
	}
	
	#news-posts .general-title {
		padding: 0 20px;
	}
	
	.page-id-487 .info-blocks .block .title {
		height: 48px;
	}
	
	.page-id-487 .info-blocks .block.block-1 p:not(.title) {
		width: 120px;
	}
	
	.page-id-487 .top-info>.wpb_column>.vc_column-inner>.wpb_wrapper>.vc_row {
		position: relative;
		display: -webkit-box!important;
		display: -moz-box!important;
		display: -ms-flexbox!important;
		display: -webkit-flex!important;
		display: flex!important;
		-webkit-box-orient: vertical;
		-webkit-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column;
	}
	
	.page-id-487 .top-info>.wpb_column>.vc_column-inner>.wpb_wrapper>.vc_row>.vc_column_container {
		width: 100%;
	}
	
	.page-id-487 .top-info>.wpb_column>.vc_column-inner>.wpb_wrapper>.vc_row>.vc_column_container:first-child {
		position: static;
		-webkit-box-ordinal-group: 2;
		-moz-box-ordinal-group: 2;
		-ms-flex-order: 2;
		-webkit-order: 2;
		order: 2;
	}
	
	.page-id-487 .top-info>.wpb_column>.vc_column-inner>.wpb_wrapper>.vc_row>.vc_column_container:nth-child(2) {
		-webkit-box-ordinal-group: 1;
		-moz-box-ordinal-group: 1;
		-ms-flex-order: 1;
		-webkit-order: 1;
		order: 1;
	}
	
	.page-id-487 .top-info>.wpb_column>.vc_column-inner>.wpb_wrapper>.vc_row>.vc_column_container:first-child>.vc_column-inner,
	.page-id-487 .top-info>.wpb_column>.vc_column-inner>.wpb_wrapper>.vc_row>.vc_column_container:nth-child(2)>.vc_column-inner {
		padding: 0;
	}
	
	.page-id-487 .top-info .wpb_single_image .vc_figure,
	.page-id-487 .top-info .wpb_single_image .vc_single_image-wrapper,
	.page-id-487 .top-info img {
		display: block;
	}
	
	.page-id-487 .top-info img {
		margin: 64px auto 28px;
	}
	
	.page-id-487 .top-info .wpb_text_column .title {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
	}
	
	#about-us-page-description .title {
		font-size: 36px;
		line-height: 48px;
	}
	
	#about-us-page-description img {
		margin: 40px auto;
	}
	
	#block-certificates {
		padding: 40px 20px 64px;
	}
	
	#block-certificates .general-title {
		margin-bottom: 40px;
	}
	
	#latestCertificates {
		margin-bottom: 8px;
	}
	
	#block-certificates .vc_column_container>.vc_column-inner {
		padding: 0;
	}

	#page-gallery,
	#page-certificates {
		padding-bottom: 64px;
	}
	
	#page-gallery h1,
	#page-certificates h1 {
		margin-bottom: 24px;
	}

	#page-gallery .envira-gallery-wrap .envira-gallery-public.locked {
		height: 790px !important;
		height: 102.85vw !important;
	}

	#page-certificates .envira-gallery-wrap .envira-gallery-public.locked {
		height: 822px !important;
		height: 110.1vw !important;
	}
	
	#page-gallery .envira-gallery-wrap .envira-gallery-public .envira-gallery-item,
	#page-certificates .envira-gallery-wrap .envira-gallery-public .envira-gallery-item {
		width: 22.75%;
		width: calc(25% - 1.95vw);
		padding-bottom: 20px !important;
		padding-bottom: 2.6vw !important;
		margin-right: 20px;
		margin-right: 2.6vw;
	}
	
	#page-gallery .envira-gallery-public.justified-gallery .envira-gallery-item-inner>a {
		height: 138px;
		height: 17.97vw;
	}
	
	#page-gallery .show-more,
	#page-certificates .show-more {
		margin-top: 28px;
	}
	
	#envirabox-left span {
		left: 30px !important;
	}

	#envirabox-right span {
		right: 30px !important;
	}
	
	#page-certificates .envira-gallery-public.justified-gallery .envira-gallery-item-inner>a,
	#latestCertificates .envira-gallery-item-inner>a {
		height: 214px;
		height: 27.86vw;
	}
	
	#page-certificates .envira-gallery-public.justified-gallery .envira-gallery-item-inner>.caption {
		margin-top: 1.04px;
		font-size: 14px;
		line-height: 20px;
		line-height: 2.6vw;
	}

	#latestCertificates .envira-gallery-item {
		padding-bottom: 20px !important;
	}
	
	#latestCertificates .envira-gallery-item .caption {
		font-size: 14px;
		line-height: 20px;
	}
	
	#page-reviews .general-title {
		margin-bottom: 28px;
	}
	
	#page-reviews .item {
		width: 48.5%;
		width: calc(50% - 10px);
		padding: 28px 20px;
		margin-right: 10px;
		margin-bottom: 20px;
	}
	
	#page-reviews .item:nth-child(2n+2) {
		margin-left: 10px;
	}
	
	#page-reviews .item .item-meta {
		display: -webkit-box!important;
		display: -moz-box!important;
		display: -ms-flexbox!important;
		display: -webkit-flex!important;
		display: flex!important;
		-webkit-justify-content: space-between;
		-moz-justify-content: space-between;
		justify-content: space-between;
		margin-bottom: 20px;
	}
	
	#page-reviews .item .item-title,
	#page-reviews .item .rating {
		margin-bottom: 0;
	}
	
	#page-reviews .item .item-title {
		font-size: 20px;
		line-height: 24px;
	}
	
	#page-personnel {
		padding-bottom: 64px;
	}
	
	#page-personnel .block-top {
		margin-bottom: 36px;
	}
	
	#page-personnel .items .item {
		width: 22.75%;
		width: calc(25% - 15px);
		margin-right: 20px;
		margin-bottom: 28px;
	}
	
	#page-personnel .items .item .img {
		height: 186px;
		height: 24.22vw;
	}
	
	#page-personnel .items .item .item-title {
		font-size: 16px;
		line-height: 20px;
		font-family: 'Inter Bold';
	}
	
	#page-personnel .items .item .item-categories {
		font-size: 12px;
		line-height: 20px;
	}
	
	#page-personnel .custom-select {
		width: 50%;
	}
	
	#page-personnel .show-more {
		margin-top: 15px;
	}
	
	#page-format-800,
	#page-format-1004 {
		padding-bottom: 64px;
	}
	
	#page-format-800 .page-content h3,
	#page-format-1004 .page-content h3 {
		margin: 20px 0 12px;
		font-size: 20px;
		line-height: 24px;
	}
	
	#page-format-800 .page-content p,
	#page-format-800 .page-content ul,
	#page-format-800 .page-content ol,
	#page-format-1004 .page-content p,
	#page-format-1004 .page-content ul,
	#page-format-1004 .page-content ol {
		margin-bottom: 12px;
	}
	
	#page-format-800 .page-content .wp-block-group,
	#page-format-1004 .page-content .wp-block-group {
		margin-top: 28px;
		padding: 28px 20px;
	}
	
	#page-format-800 .page-content .wp-block-pullquote p,
	#page-format-1004 .page-content .wp-block-pullquote p {
		margin-bottom: 16px;
		line-height: 24px;
	}
	
	#page-prices h1 {
		margin-bottom: 12px;
	}
	
	#page-prices .block-top {
		padding-top: 40px;
	}
	
	#page-prices .archive-description {
		max-width: 100%;
		width: 352px;
		margin-bottom: 21px;
	}
	
	#page-prices .search-prices {
		margin-bottom: 81px;
		margin-bottom: 10.55vw;
	}
	
	#page-prices .search-prices input {
		width: 261px;
		width: 33.98vw;
		padding-left: 38px;
		margin-right: 20px;
		font-size: 12px;
		background-position: left 14px center;
	}
	
	#page-prices .search-prices .btn {
		padding: 11px 55px;
	}
	
	#page-prices .filter-prices::before {
		width: 280px;
		width: 36.36vw;
		height: 187px;
		height: 24.35vw;
	}
	
	#page-prices .filter-prices {
		padding: 24px 20px 12px;
		margin-bottom: 118px;
		-webkit-transform: translateY(54px);
		-moz-transform: translateY(54px);
		-ms-transform: translateY(54px);
		-o-transform: translateY(54px);
		transform: translateY(54px);
	}
	
	#page-prices .filter-prices .title {
		margin-bottom: 20px;
		line-height: 30px;
	}
	
	#page-prices .filter-prices .items .item {
		padding: 8px 20px;
	}
	
	#page-prices .prices {
		margin-bottom: 64px;
	}
	
	#page-prices .prices .price-block .title {
		margin-bottom: 28px;
	}
	
	#page-prices .prices .price-table td {
		padding: 24px 12px;
	}
	
	#page-prices .prices .price-table th:first-child,
	#page-prices .prices .price-table td:first-child {
		padding-left: 14px;
	}
	
	#page-prices .prices .price-table .name {
		width: 64%;
	}
	
	#page-prices .prices .price-table .duration {
		width: 20%;
	}
	
	#page-prices .prices .price-table .price-uah {
		width: 16%;
	}
	
	#page-position>.flex {
		display: block !important;
	}

	#page-position h1 {
		margin-bottom: 36px;
	}
	
	#page-position .page-content {
		padding-bottom: 16px;
	}
	
	#page-position .page-content ul,
	#page-position .page-content ol,
	#page-position .page-content p {
		margin-bottom: 24px;
	}
	
	#resume-form {
		padding: 48px 120px 80px;
		padding: 6.25vw 15.63vw 10.42vw;
		margin-bottom: 20px;
	}
	
	#resume-form,
	#page-position .resume-description {
		margin-left: 0;
		width: 100%;
	}
	
	#resume-form .title {
		font-size: 36px;
		line-height: 48px;
	}
	
	#page-position .resume-description {
		padding: 28px 20px;
		margin-bottom: 48px;
	}
	
	#page-position .resume-description .title {
		max-width: 100%;
		width: 510px;
	}
	
	#latest-positions {
		padding: 40px 20px 30px;
	}
	
	#latest-positions .general-title {
		margin-bottom: 36px;
	}
	
	#latest-positions .items .item .title {
		margin-bottom: 32px;
	}
	
	#latest-positions .owl-dots {
		margin-top: 36px;
		display: -webkit-box!important;
		display: -moz-box!important;
		display: -ms-flexbox!important;
		display: -webkit-flex!important;
		display: flex!important;
	}
	
	#latest-positions .owl-dot {
		height: 4px;
		-webkit-box-flex: 1;
		-moz-box-flex: 1;
		-webkit-flex: 1;
		-ms-flex: 1;
		flex: 1;
		background: #fff;
	}
	
	#latest-positions .owl-dot.active {
		background: #E5AD47;
		-webkit-border-radius: 33px;
		-moz-border-radius: 33px;
		border-radius: 33px;
	}
	
	#resume-form .success-text img,
	#cmkl_appointment_form .success-text img {
		margin-bottom: 24px;
	}
	
	#resume-form .success-text .text,
	#cmkl_appointment_form .success-text .text {
		width: 219px;
		font-size: 36px;
		line-height: 48px;
	}
	
	#page-positions {
		padding-bottom: 44px;
	}
	
	#page-positions h1 {
		margin-bottom: 32px;
	}
	
	#page-positions .items .item {
		width: 48.5%;
		width: calc(50% - 10px);
		margin-right: 20px;
		margin-bottom: 20px;
	}
	
	#page-positions .items .item:nth-child(2n+2) {
		margin-right: 0;
	}
	
	#page-positions .items .item .title {
		margin-bottom: 32px;
	}
	
	#homepage-appointment .block-intern-info {
		width: 46%;
		padding: 32px 20px 38px;
	}
	
	#homepage-appointment .block-intern-info .block {
		font-size: 14px;
		line-height: 20px;
	}
	
	#cmkl_appointment_form.intern-form {
		padding-top: 58px;
	}
	
	#cmkl_appointment_form label {
		font-size: 16px;
	}
	
	#page-positions + .vc_row #homepage-appointment {
		padding: 40px 20px 52px;
	}
	
	#page-positions .show-more {
		margin-top: 20px;
	}
	
	#page-positions .no-results {
		padding: 88px 0 180px;
	}
	
	#page-positions .no-results .inner {
		padding: 43px 66px;
	}
	
	#page-format-1004.format-documents .page-content a[target="_blank"],
	#page-format-1004.format-documents .page-content a[href*=".pdf"] {
		padding: 16px 0;
	}
	
	.news-article .img {
		-webkit-border-radius: 6px;
		-moz-border-radius: 6px;
		border-radius: 6px;
	}
	
	.news-article .img-caption {
		margin-top: -18px;
		margin-bottom: 20px;
	}
	
	.news-article .text h3 {
		margin-bottom: 20px;
		font-size: 24px;
		line-height: 32px;
	}
	
	.news-article .text h4 {
		margin-bottom: 12px;
		font-size: 24px;
		line-height: 29px;
	}
	
	.news-article .text p {
		line-height: 26px;
	}
	
	.news-article .text .wp-block-image img {
		-webkit-border-radius: 6px;
		-moz-border-radius: 6px;
		border-radius: 6px;
	}
	
	.news-article .block-pdf {
		padding: 28px 24px;
	}
	
	.news-article .block-pdf p {
		line-height: 24px;
	}
	
	.news-article .block-pdf .title {
		margin-bottom: 8px;
	}
	
	.news-article .block-pdf .items {
		margin-top: 20px;
	}

	.page-id-387 .top-info>.vc_column_container>.vc_column-inner>.wpb_wrapper>.vc_row {
		position: relative;
		display: -webkit-box!important;
		display: -moz-box!important;
		display: -ms-flexbox!important;
		display: -webkit-flex!important;
		display: flex!important;
		-webkit-box-orient: vertical;
		-webkit-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column;
	}
	
	.page-id-387 .top-info>.vc_column_container>.vc_column-inner>.wpb_wrapper>.vc_row>.vc_column_container {
		width: 100%;
		position: static;
	}
	
	.page-id-387 .top-info>.vc_column_container>.vc_column-inner>.wpb_wrapper>.vc_row>.vc_column_container:first-child {
		-webkit-box-ordinal-group: 2;
		-moz-box-ordinal-group: 2;
		-ms-flex-order: 2;
		-webkit-order: 2;
		order: 2;
	}
	
	.page-id-387 .top-info>.vc_column_container>.vc_column-inner>.wpb_wrapper>.vc_row>.vc_column_container:nth-child(2) {
		-webkit-box-ordinal-group: 1;
		-moz-box-ordinal-group: 1;
		-ms-flex-order: 1;
		-webkit-order: 1;
		order: 1;
	}
	
	.page-id-387 .top-info .wpb_single_image .vc_figure,
	.page-id-387 .top-info .wpb_single_image .vc_single_image-wrapper {
		display: block;
	}
	
	.page-id-387 .top-info img {
		display: block;
		margin: 64px auto 28px;
	}
	
	.page-id-387 .top-info .wpb_text_column .title {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
	}
}

@media (min-width: 481px) and (max-width: 767px) {
	#homepage-banner .vc_wp_search input[type="text"] {
		width: 240px;
		margin-right: 10px;
	}
	
	#homepage-options>div:not(:last-child) {
		margin-bottom: 20px;
	}
	
	#homepage-benefits>.wpb_column:first-child>.vc_column-inner,
	#homepage-counters>.wpb_column:first-child>.vc_column-inner {
		padding-right: 20px;
		margin-bottom: 20px;
	}
	
	#homepage-benefits>.wpb_column:nth-child(2)>.vc_column-inner,
	#homepage-counters>.wpb_column:nth-child(2)>.vc_column-inner {
		padding-left: 20px;
	}
	
	#homepage-counters>div {
		width: 100% !important;
	}
	
	#cmkl_appointment_form {
		-webkit-border-radius: 12px 12px 0 0;
		-moz-border-radius: 12px 12px 0 0;
		border-radius: 12px 12px 0 0;
	}
	
	#homepage-appointment .block-address {
		-webkit-border-radius: 0 0 12px 12px;
		-moz-border-radius: 0 0 12px 12px;
		border-radius: 0 0 12px 12px;
	}
	
	#latest-reviews>.vc_column_container>.vc_column-inner {
		padding-left: 0;
		padding-right: 0;
	}
	
	#news-posts.news-related .general-title {
		padding: 0 140px 0 20px;
	}
	
	#header .top .left #accessibility-sheet {
		left: -13px;
	}
	
	#header .top .left #accessibility-sheet label {
		font-size: 22px;
	}
	
	#header .top .left #accessibility-sheet .title {
		font-size: 18px;
	}
	
	#header .top .left #accessibility-sheet .color .options:not(:last-child) {
		margin-right: 5px;
	}
	
	#header .top .left #accessibility-sheet .options a {
		width: 36px;
		height: 36px;
		border: 2px solid #fff;
		line-height: 32px !important;
		font-size: 34px !important;
	}
	
	#header .top .left #accessibility-sheet .font .options a.medium {
		font-size: 25px !important;
	}
	
	body:not([data-font="medium"]):not([data-font="big"]) #header .top .left #accessibility-sheet .font .options a.regular,
	body[data-font="medium"] #header .top .left #accessibility-sheet .font .options a.medium,
	body[data-font="big"] #header .top .left #accessibility-sheet .font .options a.big,
	#header .top .left #accessibility-sheet .options a:hover,
	#header .top .left #accessibility-sheet .options a.active {
		border: 2px solid #000;
	}
	
	.page-department .doctors .owl-dots, 
	.page-department .reviews .owl-dots, 
	#latest-reviews .owl-dots {
		width: 100%;
	}
}

@media (max-width: 480px) {
	.mobile-hidden,
	#homepage-options::before,
	#homepage-options::after,
	#header .top .left .accessibility,
	#footer .menu-sitemap,
	#footer .bottom nav {
		display: none !important;
	}
	
	#block-contact .flex-row,
	#footer .top {
		display: block !important;
	}
	
	.vc_row.mobile-full-width>.wpb_column>.vc_column-inner,
	#latest-reviews>.wpb_column>.vc_column-inner {
		padding-left: 0;
		padding-right: 0;
	}
	
	.general-title,
	#page-format-800 h1,
	#page-format-1004 h1 {
		font-size: 24px;
		line-height: 36px;
	}
	
	.btn-regular>a {
		padding: 8px 12px;
		font-size: 16px;
		line-height: 24px;
	}
	
	#news-posts.news-related .owl-dots,
	#news-subcategories .owl-dots,
	#menu-popular .owl-dots,
	#grid-doctors .owl-dots,
	#latestCertificates .owl-dots,
	#latest-reviews .owl-dots,
	#latest-news .owl-dots,
	#page-prices .filter-prices .owl-dots,
	.page-department .department-blocks .switches .owl-dots,
	#homepage-options,
	#homepage-counters .block-1>.vc_column-inner>.wpb_wrapper>.vc_row,
	#footer .top .site_info {
		display: -webkit-box!important;
		display: -moz-box!important;
		display: -ms-flexbox!important;
		display: -webkit-flex!important;
		display: flex!important;
	}
	
	#homepage-options,
	#footer .top .site_info {
		-webkit-justify-content: space-between;
		-moz-justify-content: space-between;
		justify-content: space-between;
	}
	
	#homepage-options,
	#footer .top .site_info {
		-webkit-flex-wrap: wrap;
		flex-wrap: wrap;
	}
	
	#homepage-banner {
		padding-bottom: 290px;
	}
	
	#homepage-banner img {
		width: 48px;
		margin-bottom: -8px;
	}
	
	#homepage-banner p:not(.title) {
		margin-bottom: 24px;
		font-size: 11px;
		line-height: 13px;
	}
	
	#homepage-banner .title {
		width: 310px;
		font-size: 24px;
		line-height: 36px;
	}
	
	#homepage-banner .vc_wp_search {
		margin-top: 24px;
	}
	
	#homepage-banner .vc_wp_search input[type="text"] {
		width: 100%;
		margin-right: 0;
		margin-bottom: 10px;
	}
	
	#homepage-banner .vc_wp_search input[type="submit"] {
		width: 100%;
	}
	
	#homepage-banner .vc_wp_search input[type="text"] {
		padding: 10px 12px 10px 32px;
		font-size: 12px;
		background-position: 8px 9px;
	}
	
	#homepage-banner .vc_wp_search input[type="submit"] {
		padding: 7px 20px;
	}
	
	#homepage-options {
		padding: 0 20px;
	}
	
	#homepage-options>.wpb_column {
		display: inline-block;
		width: 49%;
		width: calc(50% - 10px);
	}
	
	#homepage-options>.vc_column_container>.vc_column-inner {
		padding-left: 0 !important;
		padding-right: 0 !important;
	}
	
	#homepage-options {
		margin-top: -245px;
		margin-bottom: 36px;
	}
	
	#homepage-options .block {
		padding: 16px 12px 51px;
		margin-bottom: 20px;
	}
	
	#homepage-options>.vc_column_container:nth-child(3) .block {
		padding-bottom: 67px;
	}
	
	#homepage-options .block .title {
		min-height: 40px;
		margin-bottom: 12px;
		font-size: 16px;
		line-height: 20px;
	}
	
	#homepage-options .block p:not(.title) {
		width: 110px;
		font-size: 12px;
		line-height: 16px;
	}
	
	#news-posts.news-related .owl-dots,
	#news-subcategories .owl-dots,
	#menu-popular .owl-dots,
	#grid-doctors .owl-dots,
	#latestCertificates .owl-dots,
	#latest-reviews .owl-dots,
	#latest-news .owl-dots,
	#page-prices .filter-prices .owl-dots,
	.page-department .department-blocks .switches .owl-dots {
		width: 100%;
	}
	
	#news-posts.news-related .owl-dots,
	#news-subcategories .owl-dots,
	#menu-popular .owl-dots,
	#latest-reviews .owl-dots,
	#latest-news .owl-dots,
	#page-prices .filter-prices .owl-dots,
	.page-department .department-blocks .switches .owl-dots {
		margin-top: 28px;
	}
	
	#homepage-about {
		padding: 36px 20px 97px;
		margin-bottom: 65px;
		-webkit-border-radius: 0;
		-moz-border-radius: 0;
		border-radius: 0;
		background-size: 60%;
	}
	
	#homepage-about .title {
		font-size: 24px;
		line-height: 36px;
	}
	
	#homepage-about .mini-title {
		width: 230px;
		margin-bottom: 12px;
		font-size: 16px;
		line-height: 19px;
	}
	
	#homepage-about .mini-title + p {
		width: 280px;
		margin-bottom: 28px;
		font-size: 12px;
		line-height: 16px;
	}
	
	#homepage-benefits {
		margin-top: 20px;
	}
	
	#homepage-benefits .block-1 {
		margin-bottom: 20px;
	}
	
	#homepage-counters .block-1 .title {
		margin-top: 0;
		margin-bottom: 12px;
	}
	
	#homepage-counters>div {
		width: 100% !important;
	}
	
	#homepage-counters .block-1 {
		margin-bottom: 28px;
	}
	
	#homepage-benefits .block-1,
	#homepage-benefits .block-2,
	#homepage-counters .block-2 {
		padding: 28px 20px 72px;
	}
	
	#homepage-benefits .block-1 a,
	#homepage-benefits .block-2 a,
	#homepage-counters .block-2 a {
		right: 20px;
	}
	
	#homepage-benefits .block-1 a img,
	#homepage-benefits .block-2 a img,
	#homepage-counters .block-2 a img {
		width: 40px;
		margin-left: 0;
	}
	
	#homepage-benefits .block-1 .title,
	#homepage-benefits .block-2 .title,
	#homepage-counters .block-2 .title {
		margin-bottom: 12px;
		font-size: 20px;
		line-height: 24px;
	}
	
	#homepage-benefits .block-1 p:not(.title),
	#homepage-benefits .block-2 p:not(.title),
	#homepage-counters .block-2 p:not(.title) {
		font-size: 12px;
		line-height: 16px;
	}
	
	
	#homepage-benefits .block-1 p:not(.title),
	#homepage-benefits .block-2 p:not(.title) {
		width: 100%;
	}
	
	#homepage-counters .block-1 .title {
		font-size: 20px;
		line-height: 24px;
	}
	
	#homepage-counters .block-1 .number {
		margin-bottom: 4px;
		font-size: 40px;
	}
	
	#homepage-counters .block-1 .counter {
		font-size: 12px;
		line-height: 16px;
		color: #000;
	}
	
	#grid-doctors {
		margin-top: 20px;
	}
	
	#grid-doctors .vc_gitem-animated-block>.vc_gitem-zone {
		height: 146px;
		min-height: 45vw;
	}
	
	#grid-doctors .vc_custom_heading {
		font-size: 12px;
		line-height: 16px;
	}
	
	#grid-doctors .vc_custom_heading .category {
		margin-top: 6px;
		font-size: 11px;
		line-height: 16px;
	}
	
	#grid-doctors + .btn-regular>a,
	#latest-news + .btn-regular>a {
		display: block;
		width: 100%;
	}
	
	#grid-doctors .owl-dots {
		margin-bottom: 28px;
	}
	
	#news-posts.news-related .owl-dots .owl-dot,
	#news-subcategories .owl-dots .owl-dot,
	#menu-popular .owl-dots .owl-dot,
	#grid-doctors .owl-dots .owl-dot,
	#latestCertificates .owl-dots .owl-dot,
	#latest-reviews .owl-dots .owl-dot,
	#latest-news .owl-dots .owl-dot,
	#page-prices .filter-prices .owl-dots .owl-dot,
	.page-department .department-blocks .switches .owl-dots .owl-dot {
		-webkit-box-flex: 1;
		-moz-box-flex: 1;
		-webkit-flex: 1;
		-ms-flex: 1;
		flex: 1;
		height: 4px;
		-webkit-transition: all 0.3s;
		-moz-transition: all 0.3s;
		transition: all 0.3s;
	}
	
	#news-posts.news-related .owl-dots .owl-dot,
	#news-subcategories .owl-dots .owl-dot,
	#menu-popular .owl-dots .owl-dot,
	#grid-doctors .owl-dots .owl-dot,
	#latestCertificates .owl-dots .owl-dot,
	#latest-news .owl-dots .owl-dot,
	#page-prices .filter-prices .owl-dots .owl-dot,
	.page-department .department-blocks .switches .owl-dots .owl-dot {
		background: #efefef;
	}
	
	#news-posts.news-related .owl-dots .owl-dot,
	#latest-reviews .owl-dots .owl-dot {
		background: #fff;
	}
	
	#news-posts.news-related .owl-dots .owl-dot:first-child,
	#news-subcategories .owl-dots .owl-dot:first-child,
	#menu-popular .owl-dots .owl-dot:first-child,
	#grid-doctors .owl-dots .owl-dot:first-child,
	#latestCertificates .owl-dots .owl-dot:first-child,
	#latest-reviews .owl-dots .owl-dot:first-child,
	#latest-news .owl-dots .owl-dot:first-child,
	#page-prices .filter-prices .owl-dots .owl-dot:first-child,
	.page-department .department-blocks .switches .owl-dots .owl-dot:first-child {
		-webkit-border-radius: 33px 0 0 33px;
		-moz-border-radius: 33px 0 0 33px;
		border-radius: 33px 0 0 33px;
	}
	
	#news-posts.news-related .owl-dots .owl-dot:last-child,
	#news-subcategories .owl-dots .owl-dot:last-child,
	#menu-popular .owl-dots .owl-dot:last-child,
	#grid-doctors .owl-dots .owl-dot:last-child,
	#latestCertificates .owl-dots .owl-dot:last-child,
	#latest-reviews .owl-dots .owl-dot:last-child,
	#latest-news .owl-dots .owl-dot:last-child,
	#page-prices .filter-prices .owl-dots .owl-dot:last-child,
	.page-department .department-blocks .switches .owl-dots .owl-dot:last-child {
		-webkit-border-radius: 0 33px 33px 0;
		-moz-border-radius: 0 33px 33px 0;
		border-radius: 0 33px 33px 0;
	}
	
	#news-posts.news-related .owl-dots .owl-dot.active,
	#news-subcategories .owl-dots .owl-dot.active,
	#menu-popular .owl-dots .owl-dot.active,
	#grid-doctors .owl-dots .owl-dot.active,
	#latestCertificates .owl-dots .owl-dot.active,
	#latest-reviews .owl-dots .owl-dot.active,
	#latest-news .owl-dots .owl-dot.active,
	#page-prices .filter-prices .owl-dots .owl-dot.active,
	.page-department .department-blocks .switches .owl-dots .owl-dot.active {
		background: #E5AD47;
	}
	
	#homepage-benefits>.wpb_column:first-child>.vc_column-inner,
	#homepage-counters>.wpb_column:first-child>.vc_column-inner,
	#homepage-benefits>.wpb_column:nth-child(2)>.vc_column-inner,
	#homepage-counters>.wpb_column:nth-child(2)>.vc_column-inner{
		padding-left: 20px;
		padding-right: 20px;
	}
	
	.general-title.title-appointment {
		padding: 36px 20px 20px;
	}
	
	#cmkl_appointment_form {
		padding: 0 20px 36px;
		-webkit-border-radius: 0;
		-moz-border-radius: 0;
		border-radius: 0;
		background: #fafafa;
	}
	
	#cmkl_appointment_form label {
		font-size: 11px;
		line-height: 16px;
	}
	
	#cmkl_appointment_form input,
	#cmkl_appointment_form select {
		font-size: 12px;
		line-height: 20px;
	}
	
	#cmkl_appointment_form select,
	#cmkl_appointment_form .custom-select,
	#cmkl_appointment_form input[type="text"],
	#cmkl_appointment_form input[type="date"] {
		margin-top: 4px;
		margin-bottom: 12px;
	}
	
	#cmkl_appointment_form input[type="text"] {
		padding: 9px 12px;
	}
	
	#cmkl_appointment_form select {
		padding: 11px 12px;
	}
	
	#cmkl_appointment_form input[type="date"] {
		padding: 8px 12px;
	}
	
	#cmkl_appointment_form button[type="submit"] {
		padding: 8px 12px;
		margin-top: 12px;
		font-size: 16px;
		line-height: 24px;
	}
	
	#homepage-appointment .block-address {
		padding: 36px 20px 80px;
	}
	
	#homepage-appointment .block-address .title {
		margin-bottom: 24px;
		font-size: 16px;
		line-height: 24px;
	}
	
	#homepage-appointment .block-address .block {
		padding: 12px 0;
		font-size: 12px;
		line-height: 20px;
	}
	
	#homepage-appointment .block-address .block:last-child {
		border-bottom: 0;
	}
	
	#homepage-appointment .block-address .block img {
		margin-right: 10px;
	}
	
	#latest-reviews {
		padding: 20px 0 70px;
	}
	
	#latest-reviews .owl-item,
	.page-department .reviews .items .item {
		padding: 26px 20px 24px;
	}
	
	#latest-reviews .vc_gitem-post-data-source-post_title,
	.page-department .reviews .items .item .author {
		margin-bottom: 12px;
		font-size: 16px;
		line-height: 20px;
	}
	
	#latest-reviews .vc_gitem-post-data-source-post_excerpt,
	.page-department .reviews .items .item .text {
		font-size: 12px;
	}
	
	#latest-news {
		margin-top: 20px;
		margin-bottom: 0;
	}
	
	#latest-news .vc_gitem_row .vc_gitem-col {
		padding: 12px 20px 20px;
	}
	
	#latest-news .vc_gitem-zone-a {
		height: 144px;
	}
	
	#latest-news .vc_gitem-post-data-source-post_title {
		height: auto;
		margin-bottom: 12px;
		font-size: 16px;
		line-height: 20px;
	}
	
	#latest-news .vc_gitem-post-data-source-post_title .category {
		margin-bottom: 12px;
	}
	
	#latest-news .vc_gitem-post-data-source-post_excerpt {
		height: 48px;
		margin-bottom: 20px;
		font-size: 12px;
		line-height: 16px;
	}
	
	#latest-news .vc_btn3-container {
		margin-bottom: 0;
	}
	
	#latest-news .vc_btn3.vc_btn3-size-md {
		font-size: 16px;
		line-height: 19px;
	}
	
	#latest-news + .btn-regular {
		margin-top: 58px;
		margin-bottom: 72px;
	}
	
	#block-contact {
		margin-bottom: 52px;
	}
	
	#block-contact .block-map {
		margin-bottom: 20px;
	}
	
	#block-contact .block-map iframe {
		height: 162px !important;
	}
	
	#block-contact .block.block-1,
	#block-contact .block.block-2 {
		margin-bottom: 12px;
		border-bottom: 1px solid #efefef;
	}
	
	#block-contact .block .title {
		margin-bottom: 16px;
		font-size: 16px;
		line-height: 20px
	}
	
	#block-contact .block p:not(.title) {
		margin-bottom: 12px;
		font-size: 12px;
		line-height: 16px;
	}
	
	#footer .top {
		padding: 36px 20px 0;
	}
	
	#footer .top .site_info {
		width: 100%;
		padding-bottom: 16px;
		margin-bottom: 28px;
		border-bottom: 1px solid #333;
	}
	
	#footer .top .site_info .block-1 {
		width: 100%;
		padding-bottom: 28px;
		margin-bottom: 16px;
		border-bottom: 1px solid #333;
	}
	
	#footer .top .site_info .block-1 img {
		width: 28px;
		height: 32px;
		margin-top: 0;
		margin-right: 8px;
	}
	
	#footer .top .site_info .block-1 .title {
		font-size: 14px;
		line-height: 20px;
	}
	
	#footer .top .site_info .block-2 .title,
	#footer .top .site_info .block-3 .title,
	#footer .top .contact_info .phones a,
	#footer .top .contact_info .address a,
	#footer .top .contact_info .address .title {
		font-size: 16px;
		line-height: 20px;
	}
	
	#footer .top .site_info .block-2,
	#footer .top .site_info .block-3,
	#footer .top .contact_info .phones span,
	#footer .top .contact_info .address span,
	#footer .top .contact_info .address .title span,
	#footer .top .menu a {
		font-size: 12px;
		line-height: 16px;
	}
	
	#footer .top .site_info .block-2,
	#footer .top .site_info .block-3 {
		max-width: 50%;
	}
	
	#footer .top .site_info .block-2 {
		padding-bottom: 0;
		margin-bottom: 0;
		border-bottom: 0;
	}
	
	#footer .top .site_info .block-2 .title,
	#footer .top .site_info .block-3 .title {
		margin-bottom: 8px;
	}
	
	#footer .top .site_info .block-2 img,
	#footer .top .site_info .block-3 img {
		width: 17px;
		height: 17px;
		margin-top: 0;
		margin-right: 4px;
	}
	
	#footer .top .menu {
		padding-bottom: 28px;
		border-bottom: 1px solid #333;
	}
	
	#footer .top .menu .title {
		margin-bottom: 16px;
	}
	
	#footer .top .menu li:not(:last-child) {
		margin-bottom: 12px;
	}
	
	#footer .bottom {
		padding: 16px 20px;
		background: #000;
	}
	
	#footer .bottom .copyright {
		margin-top: 0;
		color: #b2b2b2;
		font-size: 16px;
		line-height: 20px;
	}
	
	#news-top-text .wp-block-media-text {
		display: block !important;
	}
	
	.fbc-items {
		padding: 16px 20px !important;
	}
	
	.page-department .doctors .owl-dots, 
	.page-department .reviews .owl-dots, 
	#latest-reviews .owl-dots {
		width: 100%;
	}
	
	#news-top-text {
		padding: 0 20px 36px;
		margin: 0;
		-webkit-border-radius: 0;
		-moz-border-radius: 0;
		border-radius: 0;
	}
	
	#news-top-text .wp-block-media-text>figure {
		padding-left: 0;
		margin-bottom: 21px;
	}
	
	#news-top-text img,
	#news-top-text .wp-block-media-text .wp-block-media-text__content {
		width: 100%;
	}
	
	#news-top-text h2 {
		font-size: 24px;
		line-height: 36px;
	}
	
	#news-top-text p:nth-child(2) {
		margin-bottom: 12px;
		font-size: 16px;
		line-height: 19px;
	}
	
	#news-top-text p:nth-child(3) {
		font-size: 12px;
		line-height: 16px;
	}
	
	#news-top-text a[role="button"] {
		display: block;
		padding: 8px 12px;
		line-height: 24px;
	}
	
	#news-subcategories {
		padding: 0;
	}
	
	#news-subcategories>.flex {
		display: block !important;
	}
	
	#news-subcategories>.flex>span {
		margin-left: 20px;
	}
	
	#news-subcategories .carousel {
		margin-left: 20px;
		margin-top: 12px;
	}
	
	#news-subcategories .owl-item a {
		padding: 8px 16px;
	}
	
	#news-posts .general-title {
		margin-bottom: 12px;
	}
	
	#news-posts .posts {
		padding-bottom: 64px;
	}
	
	#news-posts .post {
		width: 100%;
		margin-right: 0;
		margin-bottom: 20px;
	}
	
	#news-posts .post .text {
		padding: 12px 20px 20px;
	}
	
	#news-posts .post .category {
		margin-bottom: 12px;
	}
	
	#news-posts .post .title {
		height: auto;
		margin-bottom: 12px;
		font-size: 16px;
		line-height: 20px;
	}
	
	#news-posts .post .description {
		height: auto;
		margin-bottom: 20px;
		font-size: 12px;
		line-height: 16px;
	}
	
	.fbc-page {
		padding-left: 0;
		padding-right: 0;
	}
	
	#news-posts.news-related .general-title {
		padding: 0 20px;
	}
	
	.news-post-categories {
		margin-bottom: 14px;
	}
	
	.news-article {
		padding-left: 0;
		padding-right: 0;
	}
	
	.news-article .title {
		font-size: 24px;
		line-height: 32px;
	}
	
	.news-article .date {
		margin-bottom: 12px;
		font-size: 12px;
		line-height: 16px;
	}
	
	.news-article .title,
	.news-article .date,
	.news-article .text {
		padding-left: 20px;
		padding-right: 20px;
	}
	
	.news-article .img {
		height: 269px;
		height: 84vw;
		-webkit-border-radius: 0;
		-moz-border-radius: 0;
		border-radius: 0;
	}
	
	.news-article .text p {
		margin-bottom: 16px;
		font-size: 12px;
		line-height: 16px;
	}
	
	.news-article .text blockquote {
		padding-left: 12px;
		margin-top: 20px;
		margin-bottom: 20px;
	}
	
	.news-article .text blockquote::before {
		width: 4px;
	}
	
	.news-article .social {
		-webkit-justify-content: flex-start;
		-moz-justify-content: flex-start;
		justify-content: flex-start;
	}
	
	.news-article .social img {
		width: 24px;
	}
	
	.news-article .social span {
		line-height: 24px;
	}
	
	.news-article .social a:not(:last-child) {
		margin-right: 20px;
	}
	
	.news-related {
		padding: 36px 0;
	}
	
	#news-posts.news-related .posts {
		padding-bottom: 0;
	}
	
	#news-posts.news-related .general-title {
		margin-bottom: 20px;
	}
	
	#news-posts.news-related .owl-dots {
		margin-top: 12px;
	}
	
	.page-departments .item {
		min-width: 100%;
		max-width: 100%;
		width: 100%;
		margin-right: 0;
	}
	
	.page-id-55 h1 {
		margin-bottom: 8px;
		font-size: 24px;
		line-height: 36px;
		color: #040235;
	}
	
	.page-id-55 h1 + div {
		max-width: 100%;
		font-size: 12px;
		line-height: 18px;
	}
	
	.page-departments {
		padding-top: 20px;
	}
	
	.page-departments .item {
		min-height: 176px;
		padding: 12px 12px 44px;
		margin-bottom: 16px;
	}
	
	.page-departments .item .img {
		width: 40px;
		height: 40px;
		background-size: 60%;
	}
	
	.page-departments .item .name {
		font-size: 16px;
		line-height: 24px;
	}
	
	.page-departments .item .btn::after {
		margin-left: 5px;
	}
	
	.page-departments .item .btn {
		bottom: 16px;
		left: 13px;
	}
	
	.page-department .block-top>div {
		display: block !important;
	}
	
	.page-department .block-top {
		padding-top: 48px;
		padding-bottom: 354px;
	}
	
	.page-department .block-top h1 {
		margin-bottom: 20px;
		font-size: 24px;
		line-height: 32px;
	}
	
	.page-department .block-top .services {
		max-width: 100%;
	}
	
	.page-department .block-top .services .title {
		font-size: 16px;
		line-height: 24px;
	}
	
	.page-department .block-top .services .warning {
		margin-bottom: 28px;
	}
	
	.page-department .block-top .head-of-department .img {
		width: 100%;
		height: 101.56vw;
	}
	
	.page-department .block-top .head-of-department .title {
		line-height: 24px;
	}
	
	.page-department .contact-info {
		display: block !important;
		margin-top: -320px;
	}
	
	.page-department .contact-info .block-left,
	.page-department .contact-info .block-right {
		min-width: 100%;
		max-width: 100%;
		width: 100%;
	}
	
	.page-department .contact-info .block-left {
		margin-right: 0;
		margin-bottom: 20px;
	}
	
	.page-department .department-blocks {
		margin-bottom: 44px;
	}
	
	.page-department .department-blocks .switches a {
		width: 100%;
		padding: 8px 0;
		font-size: 12px;
		text-align: center;
	}
	
	.page-department .department-blocks .items .item ul li {
		padding-bottom: 12px;
	}
	
	.page-department .department-blocks .items .item ul li:not(:last-child) {
		margin-bottom: 12px;
	}
	
	.page-department .page-content {
		padding: 36px 20px 215px;
		margin-left: 0;
		margin-right: 0;
		margin-bottom: 48px;
		background-size: 100% auto;
		font-size: 12px;
		line-height: 16px;
	}
	
	.page-department .page-content h2 {
		margin-bottom: 20px;
		font-size: 24px;
		line-height: 32px;
	}
	
	.page-department .page-content .inner {
		width: 100%;
	}
	
	.page-department .doctors .title,
	.page-department .reviews .title {
		margin-bottom: 20px;
	}
	
	.page-department .doctors table {
		margin-bottom: 50px;
	}
	
	.page-department .doctors table th,
	.page-department .doctors table td {
		font-size: 16px;
		line-height: 20px;
	}
	
	.page-department .doctors table th,
	.page-department .doctors table td {
		padding: 16px 12px;
	}
	
	.page-department .doctors table th:first-child,
	.page-department .doctors table td:first-child {
		padding-left: 12px;
	}
	
	.page-department .reviews {
		padding-top: 36px;
		padding-bottom: 68px;
	}
	
	.page-department .reviews .owl-dots {
		width: 100%;
	}
	
	.page-department .reviews .owl-dots .owl-dot {
		height: 2px;
	}
	
	.page-id-387 .fbc-page {
		background: #F2AC94;
	}
	
	.page-id-387 .fbc-page .fbc-wrap .fbc-items li .fbc-separator,
	#page-contact .fbc-page .fbc-wrap .fbc-items li .fbc-separator {
		color: #54536D;
	}
	
	.page-id-387 .top-info>.vc_column_container>.vc_column-inner>.wpb_wrapper>.vc_row,
	.parent-pageid-387 .top-info>.vc_column_container>.vc_column-inner>.wpb_wrapper>.vc_row,
	.page-id-387 .info-blocks,
	.parent-pageid-387 .info-blocks,
	.page-id-487 .top-info>.vc_column_container>.vc_column-inner>.wpb_wrapper>.vc_row,
	.parent-pageid-487 .top-info>.vc_column_container>.vc_column-inner>.wpb_wrapper>.vc_row,
	.page-id-487 .info-blocks,
	.parent-pageid-487 .info-blocks {
		display: -webkit-box!important;
		display: -moz-box!important;
		display: -ms-flexbox!important;
		display: -webkit-flex!important;
		display: flex!important;
	}
	
	.page-id-387 .top-info>.vc_column_container>.vc_column-inner>.wpb_wrapper>.vc_row,
	.parent-pageid-387 .top-info>.vc_column_container>.vc_column-inner>.wpb_wrapper>.vc_row,
	.parent-pageid-387 .block-statistics .blocks>.vc_column_container>.vc_column-inner>.wpb_wrapper,
	.parent-pageid-387 .block-vaccines,
	.page-id-487 .top-info>.vc_column_container>.vc_column-inner>.wpb_wrapper>.vc_row,
	.parent-pageid-487 .top-info>.vc_column_container>.vc_column-inner>.wpb_wrapper>.vc_row,
	.parent-pageid-487 .block-statistics .blocks>.vc_column_container>.vc_column-inner>.wpb_wrapper,
	.parent-pageid-487 .block-vaccines {
		-webkit-box-orient: vertical;
		-webkit-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column;
	}
	
	.page-id-387 .top-info>.vc_column_container>.vc_column-inner>.wpb_wrapper>.vc_row>.vc_column_container:nth-child(2),
	.parent-pageid-387 .top-info>.vc_column_container>.vc_column-inner>.wpb_wrapper>.vc_row>.vc_column_container:nth-child(2),
	.page-id-487 .top-info>.vc_column_container>.vc_column-inner>.wpb_wrapper>.vc_row>.vc_column_container:nth-child(2),
	.parent-pageid-487 .top-info>.vc_column_container>.vc_column-inner>.wpb_wrapper>.vc_row>.vc_column_container:nth-child(2) {
		-webkit-box-ordinal-group: 1;
		-moz-box-ordinal-group: 1;
		-ms-flex-order: 1;
		-webkit-order: 1;
		order: 1;
	}
	
	.page-id-387 .top-info>.vc_column_container>.vc_column-inner>.wpb_wrapper>.vc_row>.vc_column_container:first-child,
	.parent-pageid-387 .top-info>.vc_column_container>.vc_column-inner>.wpb_wrapper>.vc_row>.vc_column_container:first-child,
	.page-id-487 .top-info>.vc_column_container>.vc_column-inner>.wpb_wrapper>.vc_row>.vc_column_container:first-child,
	.parent-pageid-487 .top-info>.vc_column_container>.vc_column-inner>.wpb_wrapper>.vc_row>.vc_column_container:first-child {
		-webkit-box-ordinal-group: 2;
		-moz-box-ordinal-group: 2;
		-ms-flex-order: 2;
		-webkit-order: 2;
		order: 2;
	}
	
	.page-id-387 .top-info .vc_column_container>.vc_column-inner,
	.page-id-487 .top-info .vc_column_container>.vc_column-inner,
	#page-contact .top-info .vc_column_container>.vc_column-inner {
		padding-left: 0;
		padding-right: 0;
	}
	
	.page-id-387 .top-info,
	.page-id-487 .top-info {
		position: relative;
		padding-top: 0;
		padding-left: 20px;
		padding-right: 20px;
		padding-bottom: 307px;
	}
	
	.page-id-387 .top-info .wpb_text_column p,
	.parent-pageid-387 .top-info .wpb_text_column p,
	.parent-pageid-387 .top-info .wpb_text_column li,
	.page-id-487 .top-info .wpb_text_column p,
	.parent-pageid-487 .top-info .wpb_text_column p,
	.parent-pageid-487 .top-info .wpb_text_column li {
		font-size: 12px;
		line-height: 16px;
		color: #000;
	}
	
	.page-id-387 .top-info .wpb_text_column p:not(:last-child),
	.parent-pageid-387 .top-info .wpb_text_column p:not(:last-child),
	.parent-pageid-387 .top-info .wpb_text_column ul:not(:last-child),
	.page-id-487 .top-info .wpb_text_column p:not(:last-child),
	.parent-pageid-487 .top-info .wpb_text_column p:not(:last-child),
	.parent-pageid-487 .top-info .wpb_text_column ul:not(:last-child) {
		margin-bottom: 12px;
	}
	
	.page-id-387 .top-info .wpb_text_column .title,
	.parent-pageid-387 .top-info .wpb_text_column .title,
	.page-id-487 .top-info .wpb_text_column .title,
	.parent-pageid-487 .top-info .wpb_text_column .title {
		font-size: 24px;
		line-height: 36px;
	}
	
	.page-id-387 .top-info .wpb_text_column .mini-title,
	.parent-pageid-387 .top-info .wpb_text_column .mini-title,
	.page-id-487 .top-info .wpb_text_column .mini-title,
	.parent-pageid-487 .top-info .wpb_text_column .mini-title {
		font-size: 16px;
		line-height: 19px;
	}
	
	.page-id-387 .top-info img {
		margin: 48px auto 21px;
	}
	
	.page-id-487 .top-info img {
		margin-top: 0;
		margin-bottom: 20px;
	}
	
	.page-id-387 .info-blocks,
	.parent-pageid-387 .info-blocks,
	.page-id-487 .info-blocks,
	.parent-pageid-487 .info-blocks {
		-webkit-flex-wrap: wrap;
		flex-wrap: wrap;
	}
	
	.page-id-387 .info-blocks,
	.parent-pageid-387 .info-blocks,
	.page-id-487 .info-blocks,
	.parent-pageid-487 .info-blocks {
		padding-left: 20px;
		padding-right: 20px;
	}
	
	.page-id-387 .info-blocks,
	.parent-pageid-387 .info-blocks {
		-webkit-transform: translateY(-275px);
		-moz-transform: translateY(-275px);
		-ms-transform: translateY(-275px);
		-o-transform: translateY(-275px);
		transform: translateY(-275px);
	}
	
	.page-id-487 .info-blocks,
	.parent-pageid-487 .info-blocks {
		margin-top: -275px;
	}
	
	.page-id-387 .info-blocks>.vc_column_container,
	.parent-pageid-387 .info-blocks>.vc_column_container,
	.page-id-487 .info-blocks>.vc_column_container,
	.parent-pageid-487 .info-blocks>.vc_column_container {
		min-width: 50%;
		max-width: 50%;
		width: 50%;
	}
	
	.page-id-387 .info-blocks>.vc_column_container:first-child>.vc_column-inner,
	.parent-pageid-387 .info-blocks>.vc_column_container:first-child>.vc_column-inner,
	.page-id-387 .info-blocks>.vc_column_container:nth-child(3n)>.vc_column-inner,
	.parent-pageid-387 .info-blocks>.vc_column_container:nth-child(3n)>.vc_column-inner,
	.page-id-487 .info-blocks>.vc_column_container:first-child>.vc_column-inner,
	.parent-pageid-487 .info-blocks>.vc_column_container:first-child>.vc_column-inner,
	.page-id-487 .info-blocks>.vc_column_container:nth-child(3n)>.vc_column-inner,
	.parent-pageid-487 .info-blocks>.vc_column_container:nth-child(3n)>.vc_column-inner {
		padding-left: 0;
		padding-right: 10px;
	}
	
	.page-id-387 .info-blocks>.vc_column_container:nth-child(2n)>.vc_column-inner,
	.parent-pageid-387 .info-blocks>.vc_column_container:nth-child(2n)>.vc_column-inner,
	.page-id-487 .info-blocks>.vc_column_container:nth-child(2n)>.vc_column-inner,
	.parent-pageid-487 .info-blocks>.vc_column_container:nth-child(2n)>.vc_column-inner {
		padding-left: 10px;
		padding-right: 0;
	}
	
	.page-id-387 .info-blocks>.vc_column_container:first-child>.vc_column-inner,
	.parent-pageid-387 .info-blocks>.vc_column_container:first-child>.vc_column-inner,
	.page-id-387 .info-blocks>.vc_column_container:nth-child(2)>.vc_column-inner,
	.parent-pageid-387 .info-blocks>.vc_column_container:nth-child(2)>.vc_column-inner,
	.page-id-487 .info-blocks>.vc_column_container:first-child>.vc_column-inner,
	.parent-pageid-487 .info-blocks>.vc_column_container:first-child>.vc_column-inner,
	.page-id-487 .info-blocks>.vc_column_container:nth-child(2)>.vc_column-inner,
	.parent-pageid-487 .info-blocks>.vc_column_container:nth-child(2)>.vc_column-inner {
		margin-bottom: 20px;
	}
	
	.page-id-387 .info-blocks .block,
	.parent-pageid-387 .info-blocks .block,
	.page-id-487 .info-blocks .block,
	.parent-pageid-487 .info-blocks .block {
		padding: 16px 12px 51px;
		font-size: 12px;
		line-height: 16px;
	}
	
	.page-id-387 .info-blocks .block .title,
	.parent-pageid-387 .info-blocks .block .title,
	.page-id-487 .info-blocks .block .title,
	.parent-pageid-487 .info-blocks .block .title {
		font-size: 16px;
		line-height: 20px;
	}
	
	.page-id-387 .info-blocks .block a,
	.parent-pageid-387 .info-blocks .block a,
	.page-id-487 .info-blocks .block a,
	.parent-pageid-487 .info-blocks .block a {
		left: 12px;
		bottom: 16px;
	}
	
	.page-id-387 .block-list {
		margin-top: -200px;
		margin-bottom: 64px;
	}
	
	.vc_tta.vc_tta-accordion .vc_tta-controls-icon-position-left.vc_tta-panel-title>a {
		padding: 16px 12px !important;
	}
	
	.vc_tta-title-text {
		font-size: 16px;
		line-height: 20px;
		color: #000;
	}
	
	.vc_tta .vc_tta-controls-icon.vc_tta-controls-icon-plus {
		top: 21px !important;
		right: 20px !important;
	}
	
	.vc_tta .vc_tta-controls-icon.vc_tta-controls-icon-plus::before,
	#menu-patients-info-list a::after,
	#menu-about-us-page-menu a::after {
		width: 12px;
		height: 12px;
		background-size: 12px;
	}
	
	#page-contact {
		position: relative;
	}
	
	#page-contact .fbc-page {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		z-index: 1;
	}
	
	#page-contact .top-info {
		position: relative;
		padding-left: 20px;
		padding-right: 20px;
		padding-bottom: 144px;
		margin-bottom: 240px;
	}
	
	#page-contact .top-info .block-left {
		font-size: 12px;
		line-height: 16px;
	}
	
	#page-contact .top-info .block-left .title {
		font-size: 24px;
		line-height: 36px;
	}
	
	#page-contact .top-info .block-left .mini-title {
		width: 100%;
		font-size: 16px;
		line-height: 20px;
	}
	
	#page-contact .top-info .block-left .mini-title.separator {
		padding-bottom: 20px;
		margin-bottom: 20px;
	}
	
	#page-contact .top-info .block-left .mini-title::before,
	#page-contact .contact-blocks .title::before {
		width: 20px;
		height: 20px;
		background-size: 20px;
	}
	
	#page-contact .top-info .block-right {
		position: absolute;
		width: 100%;
		min-height: 280px;
		left: 0px;
		bottom: -320px;
	}
	
	#page-contact .contact-blocks {
		margin-bottom: 56px;
	}
	
	#page-contact .contact-blocks>.vc_column_container {
		min-width: 100%;
		max-width: 100%;
		width: 100%;
	}
	
	#page-contact .contact-blocks>.vc_column_container:not(:last-child) {
		padding-bottom: 12px;
		margin-bottom: 12px;
		border-bottom: 1px solid #fafafa;
	}
	
	#page-contact .contact-blocks p {
		font-size: 12px;
		line-height: 16px;
		color: #2E2C2C;
	}
	
	#page-contact .contact-blocks .title {
		margin-bottom: 16px;
		font-size: 16px;
		line-height: 20px;
	}
	
	#page-contact .block-map iframe {
		height: 186px !important;
	}
	
	#page-contact .top-info .block-right {
		padding: 24px 12px;
	}
	
	#page-contact .top-info .block-right .title {
		font-size: 16px;
		line-height: 20px;
	}
	
	#contact-departments {
		padding: 10px 12px;
		font-size: 12px;
	}
	
	#contact-departments-result {
		font-size: 12px;
		line-height: 16px;
	}
	
	.parent-pageid-387 .fbc-page {
		background: #F0EFEC;
	}
	
	.parent-pageid-387 .top-info {
		padding: 0 20px 307px;
	}
	
	.parent-pageid-387 .top-info img {
		margin-top: 0;
		margin-bottom: 30px;
	}
	
	.page-id-423 .info-blocks {
		margin-bottom: -200px;
	}
	
	.page-id-423 .info-blocks .block .title+p {
		min-height: 64px;
	}
	
	.parent-pageid-387 .block-statistics .general-title {
		margin-bottom: 12px;
	}
	
	.parent-pageid-387 .block-statistics .mini-title {
		margin-bottom: 20px;
		font-size: 16px;
		line-height: 19px;
	}
	
	.parent-pageid-387 .block-statistics .blocks>.vc_column_container>.vc_column-inner>.wpb_wrapper>div {
		min-width: 100%;
		max-width: 100%;
		width: 100%;
		padding: 24px 20px;
		font-size: 12px;
		line-height: 16px;
	}
	
	.parent-pageid-387 .block-statistics .blocks>.vc_column_container>.vc_column-inner>.wpb_wrapper>div:not(:last-child) {
		margin-bottom: 20px;
	}
	
	.parent-pageid-387 .block-statistics .blocks .number {
		margin-bottom: 12px;
		font-size: 20px;
		line-height: 24px;
	}
	
	.parent-pageid-387 .general-text {
		font-size: 12px;
		line-height: 16px;
	}
	
	.parent-pageid-387 .general-text .general-title {
		max-width: 100%;
		width: 200px;
		margin: 0 auto 24px;
	}
	
	.parent-pageid-387 .general-text p:not(.general-title) + .title,
	.parent-pageid-387 .general-text ul + .title {
		margin-top: 32px;
	}
	
	.parent-pageid-387 .block-vaccines.block-first {
		margin-top: 32px;
	}
	
	.parent-pageid-387 .block-vaccines>.vc_column_container {
		border-right: 0;
	}
	
	.parent-pageid-387 .general-text .title {
		margin-bottom: 12px;
		font-size: 16px;
		line-height: 20px;
	}
	
	.parent-pageid-387 .block-vaccines {
		padding: 0 20px !important;
		font-size: 12px;
		line-height: 16px;
	}
	
	.parent-pageid-387 .block-vaccines>.vc_column_container {
		padding: 20px 0 !important;
	}
	
	.parent-pageid-387 .block-vaccines.block-last {
		margin-bottom: 64px;
	}
	
	.parent-pageid-387 .block-vaccines.block-last>.vc_column_container:not(:last-child) {
		border-bottom: 1px solid #E1E1E1;
	}
	
	.parent-pageid-387 .block-vaccines.block-first>.vc_column_container:first-child {
		padding-top: 24px;
	}
	
	.parent-pageid-387 .block-vaccines.block-last>.vc_column_container:last-child {
		padding-bottom: 24px;
	}
	
	.parent-pageid-387 .block-vaccines .title {
		margin-bottom: 12px;
		font-size: 20px;
		line-height: 24px;
	}
	
	#menu-patients-info-list a,
	#menu-about-us-page-menu a {
		padding: 15px 12px;
		font-size: 16px;
		line-height: 20px;
		color: #000;
	}
	
	#menu-patients-info-list a::after,
	#menu-about-us-page-menu a::after {
		right: 20px;
	}
	
	.page-benefits .inner-text {
		padding-left: 2px;
		margin-bottom: 28px;
	}
	
	.parent-pageid-387 .page-benefits.general-text .title {
		margin-bottom: 30px;
	}
	
	.page-benefits .inner-text .title::before {
		width: 15px;
		left: -22px;
	}
	
	.page-benefits .inner-text {
		font-size: 12px;
		line-height: 16px;
	}
	
	.parent-pageid-387.page-id-456 .fbc-page,
	.parent-pageid-387.page-id-469 .fbc-page {
		background: transparent;
	}
	
	.page-medication-availability.general-text .info-title {
		margin-bottom: 12px;
		font-size: 16px;
		line-height: 19px;
	}
	
	.page-medication-availability.general-text .updated {
		max-width: 100%;
		width: 160px;
		margin: 0 auto 64px;
		font-size: 14px;
		line-height: 20px;
	}
	
	.page-medication-availability.general-text th,
	.page-medication-availability.general-text td {
		height: 52px;
		padding: 0 12px;
	}
	
	.page-medication-availability.general-text th {
		font-size: 16px;
		line-height: 20px;
	}
	
	.page-medication-availability.general-text th:first-child,
	.page-medication-availability.general-text td:first-child {
		padding-left: 12px;
	}
	
	.page-medication-availability.general-text td {
		font-size: 12px;
		line-height: 16px;
	}
	
	.page-medication-availability.general-text td:first-child,
	.page-medication-availability.general-text td:nth-child(2),
	.page-medication-availability.general-text td:nth-child(3) {
		width: auto;
	}
	
	.page-medication-availability .block-table {
		margin-bottom: 28px;
	}
	
	.page-benefits .btn-regular a,
	.page-medication-availability .btn-regular a {
		display: block;
		padding: 8px 0;
		font-size: 16px;
		line-height: 24px;
	}
	
	.page-id-487 .fbc-page {
		background: #EFC991;
	}
	
	.page-id-487 .top-info img {
		margin-top: 48px;
	}
	
	.page-id-487 .info-blocks .block .title {
		height: 40px;
	}
	
	.page-id-487 .info-blocks .block.block-1 p:not(.title) {
		width: 90px;
	}
	
	#about-us-page-description p {
		font-size: 12px;
		line-height: 16px;
	}
	
	#about-us-page-description img {
		margin: 32px auto;
	}
	
	#about-us-page-description .title {
		margin-bottom: 24px;
		font-size: 24px;
		line-height: 36px;
	}
	
	#about-us-page-description .sub-title {
		font-size: 16px;
		line-height: 20px;
		color: #04192C;
		font-family: 'Inter Bold';
	}
	
	#block-certificates {
		padding: 36px 20px;
	}
	
	#block-certificates .general-title {
		margin-bottom: 20px;
	}
	
	#block-certificates #latestCertificates {
		margin-bottom: 28px;
	}
	
	#latestCertificates .owl-dots .owl-dot {
		background: #fff;
	}
	
	#block-certificates .vc_btn3-container.vc_btn3-inline .vc_btn3,
	.show-more {
		display: block;
	}
	
	#about-us-page-description .show-more {
		margin-top: 36px;
	}
	
	#page-gallery .envira-gallery-wrap .envira-gallery-public.locked {
		height: 1024px !important;
		height: 320vw !important;
	}
	
	#page-certificates .envira-gallery-wrap .envira-gallery-public.locked {
		height: 1272px !important;
		height: 412.5vw !important;
	}
	
	#page-gallery .envira-gallery-wrap .envira-gallery-public .envira-gallery-item,
	#page-certificates .envira-gallery-wrap .envira-gallery-public .envira-gallery-item {
		width: 46.25%;
		width: calc(50% - 3.125vw);
		margin-right: 6.25vw;
		padding-bottom: 6.25vw !important;
	}
	
	#page-gallery .envira-gallery-wrap .envira-gallery-public .envira-gallery-item:nth-child(2n+2),
	#page-certificates .envira-gallery-wrap .envira-gallery-public .envira-gallery-item:nth-child(2n+2) {
		margin-right: 0;
	}
	
	#page-gallery .envira-gallery-public.justified-gallery .envira-gallery-item-inner>a {
		height: 108px;
		height: 33.75vw;
	}
	
	#page-certificates .envira-gallery-public.justified-gallery .envira-gallery-item-inner>a {
		height: 168px;
		height: 52.5vw;
	}
	
	#page-certificates .envira-gallery-public.justified-gallery .envira-gallery-item-inner>.caption {
		margin-top: 2.5vw;
		font-size: 10px;
		line-height: 12px;
		line-height: 3.75vw;
	}
	
	#envirabox-wrap,
	#envirabox-content {
		width: 100% !important;
		box-sizing: border-box !important;
	}
	
	#envirabox-wrap {
		left: 0 !important;
	}
	
	#envirabox-content,
	#envirabox-img {
		height: auto !important;
	}
	
	#envirabox-title {
		width: 100% !important;
		left: 0 !important;
	}
	
	#envirabox-title-float-wrap {
		margin: 0 auto !important;
	}
	
	#envirabox-left span,
	#envirabox-right span {
		background-position: left center !important;
	}
	
	#envirabox-left span {
		left: 18px !important;
	}
	
	#envirabox-right span {
		right: 18px !important;
	}
	
	#latestCertificates .envira-gallery-item {
		padding-bottom: 28px !important;
	}
	
	#latestCertificates .envira-gallery-item-inner>a {
		height: 168px;
		height: 52.5vw;
	}
	
	#latestCertificates .envira-gallery-item .caption {
		font-size: 10px;
		line-height: 12px;
	}
	
	#page-reviews .item {
		width: 100%;
		margin-right: 0;
	}
	
	#page-reviews .general-title {
		margin-bottom: 24px;
	}
	
	#page-reviews .item:nth-child(2n+2) {
		margin-left: 0;
	}
	
	#page-reviews .item .item-meta {
		margin-bottom: 10px;
	}
	
	#page-reviews .item .item-title {
		font-size: 16px;
		line-height: 20px;
	}
	
	#page-reviews .item .item-description {
		font-size: 12px;
	}
	
	#page-reviews .show-more {
		margin-bottom: 28px;
	}
	
	#page-personnel h1 {
		margin-bottom: 16px;
	}
	
	#page-personnel .block-top {
		display: block !important;
		margin-bottom: 24px;
	}

	#page-personnel .custom-select {
		width: 100%;
	}
	
	.custom-select .custom-select__option {
		padding: 9px 12px;
		font-size: 12px;
	}
	
	#page-personnel .items .item {
		width: 46.25%;
		width: calc(50% - 10px);
	}
	
	#page-personnel .items .item:nth-child(2n + 2) {
		margin-right: 0;
	}
	
	#page-personnel .items .item .img {
		height: 146px;
		height: 45.63vw;
	}
	
	#page-personnel .items .item .item-title {
		font-size: 12px;
		line-height: 16px;
	}
	
	#page-personnel .items .item .item-categories {
		font-size: 11px;
		line-height: 16px;
	}
	
	#page-format-800,
	#page-format-1004 {
		padding-bottom: 48px;
	}
	
	#page-format-800 .page-content h1,
	#page-format-1004 .page-content h1 {
		margin-bottom: 12px;
		font-size: 24px;
		line-height: 36px;
	}
	
	#page-format-800 .page-content h3,
	#page-format-1004 .page-content h3 {
		margin: 16px 0 12px;
		font-size: 16px;
		line-height: 20px;
	}
	
	#page-format-800 .page-content .wp-block-pullquote p,
	#page-format-1004 .page-content .wp-block-pullquote p {
		margin-bottom: 12px;
		font-size: 16px;
		line-height: 20px;
	}
	
	#page-format-800 .page-content p,
	#page-format-800 .page-content ul,
	#page-format-800 .page-content ol,
	#page-format-1004 .page-content p,
	#page-format-1004 .page-content ul,
	#page-format-1004 .page-content ol {
		font-size: 12px;
		line-height: 16px;
	}
	
	#page-format-800 .page-content .wp-block-group,
	#page-format-1004 .page-content .wp-block-group {
		margin-top: 20px;
		padding: 20px;
	}
	
	#page-format-800 .page-content .wp-block-group p,
	#page-format-1004 .page-content .wp-block-group p {
		margin-bottom: 12px;
		font-size: 14px;
		line-height: 20px;
	}
	
	#page-format-800 .page-content .wp-block-group>.wp-block-group p,
	#page-format-1004 .page-content .wp-block-group>.wp-block-group p {
		font-size: 14px;
		line-height: 20px;
	}
	
	#page-format-800 .page-content .wp-block-group>.wp-block-group p a:not(:nth-child(2)),
	#page-format-1004 .page-content .wp-block-group>.wp-block-group p a:not(:nth-child(2)) {
		margin-left: 37px;
	}
	
	#page-format-800 .page-content .wp-block-group>.wp-block-group p a:not(:last-child),
	#page-format-1004 .page-content .wp-block-group>.wp-block-group p a:not(:last-child) {
		margin-bottom: 6px;
	}
	
	#homepage-appointment {
		padding: 36px 0 64px;
	}

	#homepage-appointment>.general-title {
		margin-bottom: 20px;
	}
	
	#homepage-appointment>.flex {
		display: block !important;
	}
	
	#homepage-appointment .block-address {
		-webkit-border-radius: 0px;
		-moz-border-radius: 0px;
		border-radius: 0px;
	}
	
	#page-prices .block-top {
		margin-top: -51px;
		padding-top: 48px;
	}
	
	#page-prices .block-top>.vc_row {
		padding: 0;
	}
	
	#page-prices h1,
	#page-prices .archive-description,
	#page-prices .search-prices {
		padding: 0 20px;
	}
	
	#page-prices .archive-description {
		margin-bottom: 24px;
		font-size: 16px;
		line-height: 20px;
	}
	
	#page-prices .search-prices input {
		width: 100%;
		margin-right: 0;
		margin-bottom: 10px;
	}
	
	#page-prices .search-prices .btn {
		width: 100%;
		padding: 8 10px;
	}
	
	#page-prices .filter-prices {
		margin-bottom: 230px;
		-webkit-transform: translateY(190px);
		-moz-transform: translateY(190px);
		-ms-transform: translateY(190px);
		-o-transform: translateY(190px);
		transform: translateY(190px);
		-webkit-border-radius: 0;
		-moz-border-radius: 0;
		border-radius: 0;
		-webkit-box-shadow: none;
		-moz-box-shadow: none;
		box-shadow: none;
	}
	
	#page-prices .filter-prices::before {
		width: 100%;
		height: 197px;
		height: 61.56vw;
	}
	
	#page-prices .filter-prices .title {
		margin-bottom: 18px;
		font-size: 16px;
		line-height: 20px;
	}
	
	#page-prices .filter-prices .items .item {
		margin-bottom: 0;
		padding: 7px 5px;
	}
	
	#page-prices .prices .price-table {
		table-layout: auto;
	}
	
	#page-prices .prices .price-block .title {
		margin-bottom: 24px;
	}
	
	#page-prices .prices .price-table-wrap {
		overflow: auto;
	}
	
	#page-prices .prices .price-table th {
		padding: 16px 12px;
		font-size: 16px;
		line-height: 20px;
	}
	
	#page-prices .prices .price-table .name {
		white-space: nowrap;
	}
	
	#page-prices .prices .price-table td {
		padding: 15px 12px;
		font-size: 16px;
		line-height: 20px;
	}
	
	#page-prices .prices .price-table th:first-child,
	#page-prices .prices .price-table td:first-child {
		padding-left: 12px;
	}
	
	#page-position h1 {
		margin-bottom: 24px;
		line-height: 32px;
	}
	
	#page-position .page-content {
		padding-bottom: 8px;
	}
	
	#page-position .page-content h4 {
		margin-bottom: 12px;
		font-size: 16px;
		line-height: 20px;
		font-family: 'Inter Bold';
		font-weight: 700;
	}
	
	#page-position .page-content ul,
	#page-position .page-content ol,
	#page-position .page-content p {
		margin-bottom: 20px;
		font-size: 12px;
		line-height: 16px;
	}
	
	#resume-form {
		padding: 20px;
		margin-bottom: 16px;
	}
	
	#resume-form .title {
		margin-bottom: 12px;
		font-size: 24px;
		line-height: 36px;
	}
	
	#resume-form label {
		margin-bottom: 12px;
	}
	
	#resume-form .input-title,
	#resume-form .input-help {
		font-size: 11px;
		line-height: 16px;
	}
	
	#resume-form input[type="text"] {
		padding: 9px 10px;
		font-size: 12px;
		line-height: 20px;
	}
	
	#resume-form .input-file,
	#homepage-appointment .input-file {
		padding: 10px;
		font-size: 12px;
		line-height: 20px;
	}
	
	#resume-form button {
		padding: 9px 10px;
		margin-top: 24px;
	}
	
	#page-position .resume-description {
		padding: 20px;
		margin-bottom: 64px;
	}
	
	#page-position .resume-description .title {
		margin-bottom: 12px;
		font-size: 14px;
		line-height: 20px;
	}
	
	#page-position .resume-description .img {
		margin-right: 8px;
	}
	
	#page-position .resume-description .contact {
		font-size: 14px;
		line-height: 20px;
	}
	
	#page-position .resume-description .contact a {
		margin-bottom: 4px;
	}
	
	#latest-positions {
		padding: 36px 20px;
	}
	
	#latest-positions .general-title {
		margin-bottom: 20px;
	}
	
	#latest-positions .items .item .title {
		margin-bottom: 40px;
	}
	
	#latest-positions .owl-dots {
		margin-top: 28px;
	}
	
	#resume-form .success-text img,
	#cmkl_appointment_form .success-text img {
		width: 56px;
		margin-bottom: 16px;
	}
	
	#resume-form .success-text .text,
	#cmkl_appointment_form .success-text .text {
		width: 240px;
		font-size: 24px;
		line-height: 36px;
	}
	
	#page-positions h1 {
		margin-bottom: 24px;
	}
	
	#page-positions .items .item {
		width: 100%;
		padding: 24px 16px;
		margin-right: 0;
		margin-bottom: 16px;
	}
	
	#latest-positions .items .item .tags,
	#page-positions .items .item .tags {
		margin-bottom: 8px;
	}
	
	#page-positions .items .item .title {
		height: auto;
		margin-bottom: 24px;
		font-size: 16px;
		line-height: 20px;
	}
	
	#page-positions + .vc_row #homepage-appointment {
		padding: 36px 0 0;
	}
	
	#cmkl_appointment_form.intern-form {
		padding: 0 20px 36px;
		background: transparent;
	}
	
	#homepage-appointment .block-intern-info {
		width: 100%;
		padding: 28px 20px 44px;
		-webkit-border-radius: 0;
		-moz-border-radius: 0;
		border-radius: 0;
	}
	
	#homepage-appointment .block-intern-info .title {
		margin-bottom: 18px;
		font-size: 16px;
	}
	
	#homepage-appointment .block-intern-info .block {
		font-size: 12px;
		line-height: 16px;
	}
	
	#homepage-appointment .block-intern-info .block:not(:last-child) {
		padding-bottom: 18px;
		margin-bottom: 20px;
	}
	
	#page-positions .no-results {
		padding: 16px 0 64px;
	}
	
	#page-positions .no-results .inner {
		width: 100%;
		padding: 40px 12px;
		font-size: 16px;
	}
	
	#page-positions .no-results .inner img {
		width: 40px;
		margin-bottom: 20px;
	}
	
	#page-format-1004.format-documents .page-content a[target="_blank"],
	#page-format-1004.format-documents .page-content a[href*=".pdf"] {
		padding: 12px 0;
	}
	
	#homepage-appointment>.general-title {
		line-height: 32px;
	}
	
	.news-article .title {
		margin-bottom: 16px;
		letter-spacing: -0.02em;
	}
	
	.news-article .img-caption {
		margin-bottom: 24px;
	}
	
	.news-article .text h3 {
		font-size: 18px;
		line-height: 24px;
	}
	
	.news-article .text h4 {
		margin-bottom: 8px;
		font-size: 18px;
		line-height: 24px;
	}
	
	.news-article .text blockquote p {
		color: #919191;
	}
	
	.news-article .text h6 {
		margin-bottom: 8px;
		font-size: 16px;
		line-height: 20px;
	}
	
	.news-article .text ul,
	.news-article .text ol,
	.news-article .text .wp-block-image figcaption,
	.news-article .img-caption {
		font-size: 12px;
		line-height: 16px;
	}
	
	.news-article .text .wp-block-image figcaption {
		margin: 6px 0 16px;
	}
	
	.news-article .block-pdf {
		padding: 20px 16px;
		margin-top: 24px;
	}
	
	.news-article .block-pdf p {
		padding: 0;
	}
	
	.news-article .block-pdf .title {
		margin-bottom: 12px;
	}
	
	.news-article .block-pdf .items .item:not(:last-child) {
		width: 100%;
		margin-right: 0;
		margin-bottom: 12px;
	}
	
	.news-article {
		padding-bottom: 48px;
	}
}

.wpcf7 {
	padding: 93px 101px 92px 99px;
	-webkit-border-radius: 12px 0 0 12px;
	-moz-border-radius: 12px 0 0 12px;
	border-radius: 12px 0 0 12px;
	background: #fff;
	overflow: hidden;
}

.wpcf7 br {
	display: none;
}

.wpcf7 input,
.wpcf7 select {
	width: 100%;
	margin-top: 2px;
	font-size: 20px;
	line-height: 28px;
}

.wpcf7 select,
.wpcf7 input[type="text"],
.wpcf7 input[type="date"],
.wpcf7 input[type="submit"] {
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}

.wpcf7 select,
.wpcf7 input[type="text"],
.wpcf7 input[type="date"] {
	margin-bottom: 20px;
	border: 1px solid #EFEFEF;
}

.wpcf7 .custom-select {
	margin-bottom: 20px;
}

.wpcf7 input[type="text"] {
	padding: 8px 12px;
}

.wpcf7 select {
	padding: 10px 12px;
}

.wpcf7 input[type="date"] {
	padding: 7px 12px;
}

.wpcf7 select[name^="department-"]:not(.active),
.wpcf7 select[name^="department-"]:not(.active) + .custom-select {
	display: none;
}

.wpcf7 input[type="submit"] {
	display: block;
	width: 100%;
	padding: 13px 0 14px;
	margin-top: 48px;
	background: #000;
	font-size: 16px;
	line-height: 19px;
	color: #fff;
	border: 0;
	cursor: pointer;
}

.wpcf7.intern-form input[type="submit"] {
	margin-top: 32px;
}

.wpcf7 label {
	font-size: 18px;
	line-height: 24px;
	color: #A5A5A5;
	cursor: pointer;
}

.wpcf7-form-control-wrap {
    display: block;
}

.wpcf7-not-valid-tip {
    display: block;
    position: absolute;
    top: -23px;
    right: 0;
}

@media (max-width: 576px) {
	.wpcf7 .custom-select .custom-select__option {
	padding: 8px 12px;
	font-size: 20px;
	line-height: 28px;
}

.wpcf7 .error {
    color: #df0404;
	font-family: 'Inter Medium';
}


.wpcf7 .error {
	margin-top: 12px;
}

.wpcf7 .error.hidden {
	display: none;
}

.wpcf7 .success-text {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #fafafa;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}

.wpcf7:not(.success) .success-text {
	-webkit-transform: translateX(100%);
	-moz-transform: translateX(100%);
	-ms-transform: translateX(100%);
	-o-transform: translateX(100%);
	transform: translateX(100%);
}


.wpcf7 .success-text img {
	display: block;
	margin: 0 auto 20px;
}

.wpcf7 .success-text .text {
	max-width: 100%;
	width: 243px;
	font-size: 40px;
	line-height: 48px;
	letter-spacing: -0.05em;
	font-family: 'Inter Medium';
}


}

@media (max-width: 768px) {
		.wpcf7 {
		padding: 32px 20px 36px;
	}
	
	.wpcf7 select,
	.wpcf7 .custom-select,
	.wpcf7 input[type="text"],
	.wpcf7 input[type="date"] {
		margin-bottom: 16px;
	}
	
	.wpcf7 input[type="submit"] {
		margin-top: 20px;
	}
	
	.wpcf7 .success-text img {
		margin-bottom: 24px;
	}
	
	.wpcf7 .success-text .text {
		width: 219px;
		font-size: 36px;
		line-height: 48px;
	}
	
	.wpcf7.intern-form {
		padding-top: 58px;
	}
	
	.wpcf7 label {
		font-size: 16px;
	}
	.wpcf7 {
		-webkit-border-radius: 12px 12px 0 0;
		-moz-border-radius: 12px 12px 0 0;
		border-radius: 12px 12px 0 0;
	}
	
	.wpcf7 {
		padding: 0 20px 36px;
		-webkit-border-radius: 0;
		-moz-border-radius: 0;
		border-radius: 0;
		background: #fafafa;
	}
	
	.wpcf7 label {
		font-size: 11px;
		line-height: 16px;
	}
	
	.wpcf7 input,
	.wpcf7 select {
		font-size: 12px;
		line-height: 20px;
	}
	
	.wpcf7 select,
	.wpcf7 .custom-select,
	.wpcf7 input[type="text"],
	.wpcf7 input[type="date"] {
		margin-top: 4px;
		margin-bottom: 12px;
	}
	
	.wpcf7 input[type="text"] {
		padding: 9px 12px;
	}
	
	.wpcf7 select {
		padding: 11px 12px;
	}
	
	.wpcf7 input[type="date"] {
		padding: 8px 12px;
	}
	
	.wpcf7 input[type="submit"] {
		padding: 8px 12px;
		margin-top: 12px;
		font-size: 16px;
		line-height: 24px;
	}
	
	.wpcf7 .success-text img {
		width: 56px;
		margin-bottom: 16px;
	}
	
	.wpcf7 .success-text .text {
		width: 240px;
		font-size: 24px;
		line-height: 36px;
	}
	
	.page-department .contact-info .block-alone{
		max-width:100%
	}

}

@media (min-width: 769px) {
	.wpcf7 {
		flex:1;
	}
}