/* 
WCAG 2.1 Accessibility Implementation © 2024, GoodWebStudio
support@goodwebstudio.com
*/

#wcag-panel{
	display: none;
	opacity: 0;
	visibility: hidden;

	position: fixed;
	top: 0;
    left: 0;
    width: 100%;
    height: auto;
	background-color: #fff;
    border: 1px solid #ccc;
    box-shadow: 0px 1px 3px 2px rgba(0, 0, 0, 0.15);
    padding: 30px 0;
	z-index: 9999;

	max-height: 100vh;
    overflow-y: scroll;
}

#wcag-panel.active{
	display: block;
	opacity: 1;
	visibility: visible;
}

.wcag-links-info{
	margin-top: 30px;
}

@media screen and (max-width: 576px) {
	.wcag-items > .item:not(:last-child){
		margin-bottom: 25px;
	}

	.wcag-items .item button:not(:last-child){
		margin-bottom: 10px;
	}
}

.wcag-items > .item .btns{
	text-align: center;
}

.wcag-items > .item button{
	display: inline-flex;
    align-items: center;
    justify-content: center;
	margin: 0 5px;
	text-decoration: none;
	border: 2px solid #B0B0B0;
	border-radius: 10px;
	padding: 9px 11px;
	color: #111;
	font-weight: 700;
	font-size: 15px!important;
	min-width: 45px;
}

.wcag-items > .item button.active{
	border-color: #0bb;
	background: #E5E5E5;
}

.wcag-items > .item button.font_serif{
	font-family: Georgia, 'Times New Roman', Times, serif;
}

.wcag-items > .item.font-size button{
	font-size: 20px!important;
	padding: 6px 11px;
}

.wcag-items > .item.colors .color_default{
	background: #00bbbb;
	color: #fff;
}

.wcag-items > .item.colors .color_b-on-w{
	background: #fff;
	color: #111;
}

.wcag-items > .item.colors .color_w-on-b{
	background: #111;
	color: #fff;
}

.wcag-items > .item button img{
	margin-right: 5px;
	display: block;
    opacity: 1;
    visibility: visible;
}

.wcag-items > .item h3{
	font-size: 1rem;
	text-align: center;
}

#hide-wcag-panel{
	position: absolute;
	top: 25px;
	right: 25px;
}

#hide-wcag-panel::before{
	background: url("imgs/close-black.svg") 50% 50% no-repeat;
}

.back-to-default-wrapper{
	margin-top: 30px;
}

@media screen and (max-width: 768px) {
	#show-wcag-panel{
		width: calc(100vw - 24px);
		margin-bottom: 10px;
	}
}

#show-wcag-panel,
#back-to-default{
	position: relative;
	display: inline-flex;
    align-items: center;
    justify-content: center;
	font-size: 14px!important;
	padding: 8px 16px 8px 46px;
	text-decoration: none;
	color: #111;
	border-radius: 30px;
}

#back-to-default{
	border: 1px solid #bbb;
}

#back-to-default:hover{
	border-color: #0bb;
}

#show-wcag-panel::before,
#back-to-default::before{
	content: ' ';
	display: block;
	position: absolute;
	top: 50%;
    margin-top: -8px;
    left: 14px;
    width: 22px;
    height: 15px;
	background: url(imgs/icon-wcag.svg);
}

body.color_b-on-w #show-wcag-panel,
body.color_b-on-w #back-to-default{
	color: #111;
	border: 2px solid #111;
}

body.color_w-on-b #show-wcag-panel,
body.color_w-on-b #back-to-default{
	color: #fff;
	border: 2px solid #fff;
}

body.color_w-on-b #show-wcag-panel::before,
body.color_w-on-b #back-to-default::before{
	background: url(imgs/icon-wcag-white.svg);
}

.wcag-panel-link button{
	min-width: 263px;
	max-width: 273px;
}

@media screen and (min-width: 992px) {
	.wcag-panel-link{
		margin-left: 30px;
	}

	.wcag-items{
		display: flex;
		justify-content: center;
		align-items: center;
		padding-bottom: 22px;
		border-bottom: 1px solid #ccc;
	}

	.wcag-items > .item{
		position: relative;
		padding: 5px 18px 20px;
		border-right: 1px solid #ccc;
	}

	.wcag-items > .item:first-child{
		padding-left: 0;
	}

	.wcag-items > .item:last-child{
		border-right: 0;
		padding-right: 0;
	}

	body.font-bigger #show-wcag-panel,
	body.font-bigger #back-to-default{
		font-size: 18px!important;
	}

	body.font-biggest #show-wcag-panel,
	body.font-biggest #back-to-default{
		font-size: 18px!important;
	}

	body.font-bigger .reviews-carousel .item,
	body.font-biggest .reviews-carousel .item{
		max-height: 435px;
		overflow-y: auto;
	}

	body.font-bigger .reviews-items .item .date,
	body.font-biggest .reviews-items .item .date{
		position: static;
	}
}

/* ~~~ FONT SIZE ~~~ */

body.font-bigger p,
body.font-bigger a,
body.font-bigger li,
body.font-bigger button,
body.font-bigger div:not(.title),
body.font-bigger input,
body.font-bigger textarea,
body.font-bigger .program-link-item h3,
body.font-bigger .page-contacts h4,
body.font-bigger .footer .shedule h4,
body.font-bigger #services .services-header h3,
body.font-bigger .news-wrapper .item h3{
	font-size: 101%!important;
	line-height: 150%;
}

body.font-biggest p,
body.font-biggest a,
body.font-biggest li,
body.font-biggest button,
body.font-biggest div:not(.title),
body.font-biggest input,
body.font-biggest textarea,
body.font-biggest .program-link-item h3,
body.font-biggest .page-contacts h4,
body.font-biggest .footer h4,
body.font-biggest #services .services-header h3,
body.font-bigger .news-wrapper .item h3{
	font-size: 102%!important;
	line-height: 160%;
}

body.font-bigger #accordion-primary .accordion-button,
body.font-biggest #accordion-primary .accordion-button{
	font-size: 19px!important;
}

body.font-bigger .navbar-nav .menu-item a{
	font-size: 18px!important;
}

body.font-biggest .navbar-nav .menu-item a{
	font-size: 19px!important;
}

body.font-bigger h3{
	font-size: 24px;
}

body.font-biggest h3{
	font-size: 26px;
}

body.font-bigger #clinic .items .item .big,
body.font-biggest #clinic .items .item .big{
	font-size: 45px!important;
}

body.font-bigger .slick-dots li button,
body.font-biggest .slick-dots li button{
    font-size: 0!important;
}

body.font-bigger .news-wrapper .item h3{
	font-size: 20px;
}

body.font-biggest .news-wrapper .item h3{
	font-size: 22px;
}

body.font-bigger .news-wrapper .item .excerpt,
body.font-bigger .news-wrapper .item .excerpt p{
	font-size: 18px!important;
}

body.font-biggest .news-wrapper .item .excerpt,
body.font-biggest .news-wrapper .item .excerpt p{
	font-size: 21px!important;
}

body.font-bigger .shedule-table .sh-row .sh-col,
body.font-biggest  .shedule-table .sh-row .sh-col{
	line-height: 135%;
}

@media screen and (max-width: 576px) {
	body.font-bigger .menu-item.custom-submenu > ul.sub-menu > .menu-item-title > a,
	body.font-biggest .menu-item.custom-submenu > ul.sub-menu > .menu-item-title > a{
		font-size: 21px !important;
		line-height: 120%;
	}

	body.font-bigger .breadcrumbs,
	body.font-biggest .breadcrumbs{
		position: static!important;
	}

	body.font-bigger .page-header,
	body.font-biggest .page-header{
		height: auto;
		min-height: 150px;
		padding: 20px 0;
	}
}

@media screen and (min-width: 992px) {
	body.font-bigger p,
	body.font-bigger a,
	body.font-bigger li,
	body.font-bigger button,
	body.font-bigger div:not(.title),
	body.font-bigger input,
	body.font-bigger textarea,
	body.font-bigger .program-link-item h3{
		font-size: 102%!important;
		line-height: 150%;
	}

	body.font-biggest p,
	body.font-biggest a,
	body.font-biggest li,
	body.font-biggest button,
	body.font-biggest div:not(.title),
	body.font-biggest input,
	body.font-biggest textarea,
	body.font-biggest .program-link-item h3{
		font-size: 105%!important;
		line-height: 160%;
	}

	body.font-bigger .header-backdrop,
	body.font-biggest .header-backdrop{
		height: 67vh; 
	}

	body.font-bigger .menu-item.custom-submenu > ul.sub-menu > .menu-item-title,
	body.font-biggest .menu-item.custom-submenu > ul.sub-menu > .menu-item-title,
	body.font-bigger .menu-item.custom-submenu > ul.sub-menu > .menu-item-title a,
	body.font-biggest .menu-item.custom-submenu > ul.sub-menu > .menu-item-title a{
		line-height: 1!important;
	}

	body.font-bigger .menu-item.custom-submenu > ul.sub-menu .sub-menu,
	body.font-biggest .menu-item.custom-submenu > ul.sub-menu .sub-menu{
		padding-top: 40px;
	}

	body.font-bigger .menu-item ul.sub-menu li.menu-item,
	body.font-biggest .menu-item ul.sub-menu li.menu-item{
		line-height: 120%;
		margin-bottom: 10px;
	}

	body.font-bigger .menu-item ul.sub-menu li.menu-item,
	body.font-bigger .menu-item ul.sub-menu li.menu-item a,
	body.font-bigger #btn-address{
		font-size: 18px!important;
	}

	body.font-biggest .menu-item ul.sub-menu li.menu-item,
	body.font-biggest .menu-item ul.sub-menu li.menu-item a,
	body.font-biggest #btn-address{
		font-size: 19px!important;
	}

	body.font-bigger .btn-primary,
	body.font-biggest .btn-primary{
		padding: 20px 40px 25px;
	}

	body.font-bigger .doctors-items .item,
	body.font-biggest .doctors-items .item{
		max-width: 30.5%;
	}

	body.font-bigger .doctors-items.doctors-items-full .item,
	body.font-biggest .doctors-items.doctors-items-full .item{
		width: calc(50% - 22px);
	}

	body.font-bigger:not(.imgs_none) .doctors-items .item .name,
	body.font-biggest:not(.imgs_none) .doctors-items .item .name{
   		margin-top: 10px;
	}

	body.font-bigger #accordion-primary .accordion-button{
		font-size: 21px!important;
	}
	
	body.font-biggest #accordion-primary .accordion-button{
		font-size: 24px!important;
	}
}

/* ~~~ FONT TYPE ~~~  */

body.font_serif{
	font-family: Georgia, 'Times New Roman', Times, serif;
}

/* ~~~ COLOR THEMES ~~~ */

/* Black on White */ 

body.color_b-on-w, 
body.color_b-on-w *{
	color: #000;
	background-color: transparent;
	box-shadow: none!important;
}

body.color_b-on-w .header-bottom,
body.color_b-on-w #dd-filter .title,
body.color_b-on-w #services .services-header h3.active,
body.color_b-on-w .side-btns a,
body.color_b-on-w .menu-item > ul.sub-menu,
body.color_b-on-w .header-backdrop,
body.color_b-on-w header,
body.color_b-on-w .doctors-items .item,
body.color_b-on-w #dd-filter .dropdown-menu,
body.color_b-on-w .select2-dropdown{
	background: #fff;
}

body.color_b-on-w #filter-loader::after{
	border: 6px solid #000000;
	border-color: #000000 transparent #000000 transparent;
}

body.color_b-on-w .doctors-items .item,
body.color_b-on-w .reviews-items .item,
body.color_b-on-w #accordion-primary .accordion-button,
body.color_b-on-w #services .services-header h3.active,
body.color_b-on-w .side-btns a{
	border: 2px solid #000;
}

body.color_b-on-w .h-contacts .phone a,
body.color_b-on-w #dd-filter .title,
body.color_b-on-w .doctors-items .item .name,
body.color_b-on-w #dd-filter ul li.active a,
body.color_b-on-w .doctors-items .item ul li::marker,
body.color_b-on-w #services .services-header h3,
body.color_b-on-w .reviews-items .item .name,
body.color_b-on-w .reviews-carousel-wrapper .readmore,
body.color_b-on-w .menu-item.custom-submenu > ul.sub-menu > .menu-item-title > a,
body.color_b-on-w .page-header .title-wrap .breadcrumbs,
body.color_b-on-w .page-header .title-wrap .breadcrumbs a,
body.color_b-on-w #dd-filter ul li a,
body.color_b-on-w .menu-item ul.sub-menu li.menu-item a:hover,
body.color_b-on-w #documents h2,
body.color_b-on-w .navbar-toggler-icon .toggler-text,
body.color_b-on-w .select2-container--default .select2-selection--single .select2-selection__placeholder{
	color: #000!important;
}

body.color_b-on-w .select2-container--default .select2-selection--single{
	border-color: #000;
}

body.color_b-on-w .doctors-items .item .name,
body.color_b-on-w .cta .cta-content,
body.color_b-on-w #services .services-body,
body.color_b-on-w .utp-slider .item > .text,
body.color_b-on-w #programs .items .item .text{
	background: #fff;
	border: 1px solid #000;
}

body.color_b-on-w .menu-item ul.sub-menu li.menu-item a:hover{
	border-bottom: 1px solid #000;
}

body.color_b-on-w .slick-dots li button:hover,
body.color_b-on-w .slick-dots li.slick-active button,
body.color_w-on-b .navbar-toggler-icon .icon-bar{ 
	background: #000;
}

body.color_w-on-b .side-btns a img{
	display: none;
}

body.color_b-on-w .btn-primary{
	background-color: #fff!important;
    border: 2px solid #000!important;
}

body.color_b-on-w .btn-primary:hover{
	background-color: #000!important;
}

body.color_b-on-w .btn-primary.disabled,
body.color_b-on-w .btn-primary:disabled{
	background-color: #fefefe!important;
}

body.color_b-on-w .slick-dots li button{
	border-color: #000;
}

body.color_b-on-w .header-bottom{
	border-top: 2px solid #000;
	border-bottom: 2px solid #000;
}

body.color_b-on-w .utp-slider,
body.color_b-on-w .header-backdrop{
	border-bottom: 2px solid #000;
}

body.color_b-on-w .slick-prev::before, 
body.color_b-on-w .slick-next::before{
	filter: grayscale(1);
}

body.color_b-on-w .utp-slider .item h2,
body.color_b-on-w .cta .contact-info,
body.color_b-on-w .cta .contact-info a,
body.color_b-on-w  #blog .readmore,
body.color_b-on-w .has-tabs-primary .nav-tabs .nav-link,
body.color_b-on-w .page-header .title-wrap .entry-title,
body.color_b-on-w .page-header .title-wrap .category-name,
body.color_b-on-w .doctors-items .item a,
body.color_b-on-w header .phones a,
body.color_b-on-w #clinic .items .item .big,
body.color_b-on-w #programs .items .item .text,
body.color_b-on-w #location-panel .item .title{
	color: #000;
}

body.color_b-on-w #accordion-primary .accordion-button::after{
	background-image: url("imgs/plus-black.svg")
}

body.color_b-on-w #accordion-primary .accordion-button:not(.collapsed)::after{
	background-image: url("imgs/minus-black.svg")
}

body.color_w-on-b #back-to-top-btn{
	background: url("imgs/to-top_white.svg") no-repeat 0 0
}

body.color_b-on-w footer{
	border-top: 2px solid #000;
}

body.color_b-on-w .slick-prev::before,
body.color_b-on-w .slick-next::before{
	background-image: url("imgs/arrow-slider_black.svg");
}

body.color_b-on-w .about-photo-slider .slick-prev::before,
body.color_b-on-w .about-photo-slider .slick-next::before{
	background-image: url("imgs/arrow-slider_white.svg");
}

body.color_b-on-w #back-to-top-btn{
	background: url("imgs/to-top_black.svg") no-repeat 0 0
}

body.color_b-on-w .news-wrapper .category-badge,
body.color_b-on-w .navbar-nav .menu-item a:hover::before,
body.color_b-on-w .navbar-nav .menu-item a:focus::before,
body.color_b-on-w .navbar-nav .menu-item a:active::before,
body.color_b-on-w .navbar-nav .menu-item a.active::before,
body.color_b-on-w .navbar-nav .current-menu-item > a::before, .navbar-nav > .current-page-ancestor a::before,
body.color_b-on-w .navbar-nav > .current-menu-parent > a::before{
	background: #000;
}

body.color_b-on-w header .btn:hover,
body.color_b-on-w input:not([type="submit"]):not([type="checkbox"]):not([type="radio"]):not([type="file"]):focus,
body.color_b-on-w textarea:focus,
body.color_b-on-w select:focus{
	border-color: #000;
}

body.color_b-on-w .shedule-table .sh-head,
body.color_b-on-w .shedule-table .sh-row:nth-child(even){
	background: #fff;
}

body.color_b-on-w a.program-link-item:hover .icon_hover{
	display: none;
}

body.color_b-on-w a.program-link-item:hover .icon{
	display: block;
}

body.color_b-on-w .has-tabs-primary .nav-tabs .nav-tabs .nav-item.show .nav-link, 
body.color_b-on-w .has-tabs-primary .nav-tabs .nav-link.active{
	background: #000;
	color: #fff;
}

body.color_b-on-w #menu-mainmenu > .menu-item.menu-item-has-children::before{
	background: url(imgs/caret-black.svg) no-repeat 0 0;
}

body.color_b-on-w .tos-close::before{
	background: url(imgs/close-white.svg) 50% 50% no-repeat;
}

body.color_b-on-w .tos-next span{
	border-top: 3px solid #fff!important;
    border-right: 3px solid #fff!important;
}

body.color_b-on-w .close::before{
	background: url(imgs/close-black.svg) 50% 50% no-repeat;
}

body.color_b-on-w #searchform input[type=submit]{
	color: #000;
	filter: grayscale(1);
}

body.color_b-on-w .navbar-toggler-icon .icon-bar{
	background: #000;
}

body.color_b-on-w .page-header .title-wrap{
	background: #fff;
	border-top: 1px solid #111;
	border-bottom: 1px solid #111;
}

body.color_b-on-w .page-header .title-wrap::before{
	content: none;
}

body.color_b-on-w .short-info ul li::before,
body.color_b-on-w .entry-content ul li::before{
	filter: grayscale(1);
}

body.color_b-on-w .page-contacts section.contacts-top .item,
body.color_b-on-w .about-wrapper,
body.color_b-on-w .has-tabs-primary .tab-content,
body.color_b-on-w #programs,
body.color_b-on-w #programs .items .item .icon{
	background: none;
	border: 1px solid #000;
}

body.color_b-on-w #programs{
	border-left: 0;
	border-right: 0;
}

body.color_b-on-w #programs::before{
	content: none;
}

body.color_b-on-w #programs .items .item .icon img.default{
	display: none;
	visibility: hidden;
}

body.color_b-on-w #programs .items .item .icon img.black{
	display: block;
	visibility: visible;
}

body.color_b-on-w .shedule-info{
	border: 1px solid #000;
}

@media screen and (max-width: 576px) {
	body.color_b-on-w .utp-slider .item > .text{
		border-bottom: 0;
	}

	body.color_b-on-w #navbarSupportedContent{
		background: #fff;
		border: 1px solid #000;
	}

	body.color_b-on-w #navbarSupportedContent .close::before{
		background: url(imgs/close-black.svg) 50% 50% no-repeat;
	}

	body.color_b-on-w .navbar-nav .menu-item a{
		color: #000;
	}

	body.color_b-on-w #menu-mainmenu > .menu-item.menu-item-has-children > a::before{
		background: url(imgs/caret-black.svg) no-repeat 0 0;
	}

	body.color_b-on-w #dd-filter .dropdown-menu{
		background: #fff;
	}
}

@media screen and (min-width: 992px) {
	body.color_b-on-w .navbar-nav .menu-item a{
		color: #000;
	}
}

/* White on Black */ 

body.color_w-on-b{
	color: #fff;
	background-color: #000;
	box-shadow: none!important;
}

body.color_w-on-b *{
	color: #fff;
	box-shadow: none!important;
}

body.color_w-on-b #hide-wcag-panel::before{
	background: url("imgs/close-white.svg") 50% 50% no-repeat;
}

body.color_w-on-b  header,
body.color_w-on-b .header-bottom,
body.color_w-on-b #dd-filter .title,
body.color_w-on-b #services .services-header h3.active,
body.color_w-on-b .side-btns a,
body.color_w-on-b .menu-item > ul.sub-menu,
body.color_w-on-b .header-backdrop,
body.color_w-on-b #wcag-panel,
body.color_w-on-b .h-right,
body.color_w-on-b .utp-slider .item > .text,
body.color_w-on-b #services .services-body,
body.color_w-on-b .about-wrapper,
body.color_w-on-b .doctors-items .item,
body.color_w-on-b .cta .cta-content,
body.color_w-on-b footer,
body.color_w-on-b .accordion-wrapper,
body.color_w-on-b header .btn,
body.color_w-on-b .infoblock-wrapper,
body.color_w-on-b .news-wrapper .category-badge,
body.color_w-on-b .doctors-items .item .name,
body.color_w-on-b input:not([type="submit"]):not([type="checkbox"]):not([type="radio"]):not([type="file"]),
body.color_w-on-b textarea,
body.color_w-on-b select,
body.color_w-on-b .page-contacts section.contacts-top .item,
body.color_w-on-b.imgs_none .utp-slider .item,
body.color_w-on-b #programs,
body.color_w-on-b #programs .items .item .text,
body.color_w-on-b #menu-mainmenu > .menu-item > ul.sub-menu,
body.color_w-on-b .page-header .title-wrap,
body.color_w-on-b .shedule-info,
body.color_w-on-b #dd-filter .dropdown-toggle,
body.color_w-on-b .dropdown-menu,
body.color_w-on-b .has-tabs-primary .tab-content,
body.color_w-on-b .select2-dropdown,
body.color_w-on-b header .mob-order-1,
body.color_w-on-b #location-panel{
	background: #000;
}

body.color_w-on-b #filter-loader::after{
	border: 6px solid #FFFFFF;
	border-color: #FFFFFF transparent #FFFFFF transparent;
}

body.color_w-on-b header .btn:hover{
	border-color: #fff;
	color: #fff;
}

body.color_w-on-b ::-webkit-input-placeholder{color: #fff;}
body.color_w-on-b ::-moz-placeholder{color: #fff;}
body.color_w-on-b :-moz-placeholder{color: #fff;}
body.color_w-on-b :-ms-input-placeholder{color: #fff;}
body.color_w-on-b .wpcf7-acceptance label a {color: #fff;}

body.color_w-on-b #services .services-header h3{
	background: transparent;
}

body.color_w-on-b input:not([type="submit"]):not([type="checkbox"]):not([type="radio"]):focus,
body.color_w-on-b textarea:focus,
body.color_w-on-b select{
	border: 1px solid #fff;
}

body.color_w-on-b .slick-dots li button:hover,
body.color_w-on-b .slick-dots li.slick-active button,
body.color_w-on-b .navbar-toggler-icon .icon-bar,
body.color_w-on-b .navbar-nav .menu-item a:hover::before,
body.color_w-on-b .navbar-nav .menu-item a:focus::before,
body.color_w-on-b .navbar-nav .menu-item a:active::before,
body.color_w-on-b .navbar-nav .menu-item a.active::before,
body.color_w-on-b .navbar-nav .current-menu-item > a::before,
body.color_w-on-b .navbar-nav > .current-page-ancestor a::before,
body.color_w-on-b .navbar-nav > .current-menu-parent > a::before{ 
	background: #fff;
}

body.color_w-on-b #dd-filter .dropdown-item.active,
body.color_w-on-b #dd-filter .dropdown-item:active{
	background: #fff!important;
}

body.color_w-on-b .doctors-items .item,
body.color_w-on-b .reviews-items .item,
body.color_w-on-b #accordion-primary .accordion-button,
body.color_w-on-b #services .services-header h3.active,
body.color_w-on-b .side-btns a{
	border: 2px solid #fff;
}

body.color_w-on-b #dd-filter .title,
body.color_w-on-b .doctors-items .item .name,
body.color_w-on-b #dd-filter ul li.active a,
body.color_w-on-b .doctors-items .item ul li::marker,
body.color_w-on-b #services .services-header h3,
body.color_w-on-b .menu-item.custom-submenu > ul.sub-menu > .menu-item-title > a,
body.color_w-on-b .page-header .title-wrap .breadcrumbs,
body.color_w-on-b .page-header .title-wrap .breadcrumbs a,
body.color_w-on-b #dd-filter ul li a,
body.color_w-on-b .menu-item ul.sub-menu li.menu-item a,
body.color_w-on-b .menu-item ul.sub-menu li.menu-item a:hover,
body.color_w-on-b #documents h2,
body.color_w-on-b header .phones a,
body.color_w-on-b #services .services-body .intro-text a,
body.color_w-on-b #clinic .items .item .big,
body.color_w-on-b .doctors-items .item a.profile-link,
body.color_w-on-b .cta .contact-info a,
body.color_w-on-b #blog .readmore,
body.color_w-on-b .news-wrapper .item h3 a,
body.color_w-on-b .footer .item a:not(.social-link),
body.color_w-on-b .navbar-nav .menu-item a,
body.color_w-on-b #programs .items .item .text,
body.color_w-on-b #dd-filter .dropdown-toggle,
body.color_w-on-b .has-tabs-primary .tab-content .item a,
body.color_w-on-b .select2-container--default .select2-selection--single .select2-selection__rendered,
body.error404.color_w-on-b h1.entry-title,
body.color_w-on-b .navbar-toggler-icon .toggler-text,
body.color_w-on-b #location-panel .item .title{
	color: #fff!important;
}

body.color_w-on-b .menu-item ul.sub-menu li.menu-item a:hover{
	border-bottom: 1px solid #fff;
}

body.color_w-on-b .btn-primary{
	background-color: #000!important;
    border: 2px solid #fff!important;
	color: #fff!important;
}

body.color_w-on-b .btn-primary.disabled,
body.color_w-on-b .btn-primary:disabled{
	background-color: #010101!important;
	color: #fefefe!important;
}

body.color_w-on-b .wpcf7-acceptance label::before,
body.color_w-on-b .utp-slider .item > .text,
body.color_w-on-b #services .services-body,
body.color_w-on-b .about-wrapper,
body.color_w-on-b .doctors-items .item,
body.color_w-on-b .cta .cta-content,
body.color_w-on-b footer,
body.color_w-on-b .news-wrapper .category-badge,
body.color_w-on-b .doctors-items .item .name,
body.color_w-on-b .page-contacts section.contacts-top .item,
body.color_w-on-b #programs,
body.color_w-on-b #programs .items .item .text,
body.color_w-on-b .shedule-info,
body.color_w-on-b .has-tabs-primary .tab-content{
	border: 1px solid #fff;
}

body.color_w-on-b .slick-dots li button{
	border-color: #fff;
}

body.color_w-on-b .header-bottom{
	border-top: 2px solid #fff;
	border-bottom: 2px solid #fff;
}

body.color_w-on-b .page-header .title-wrap,
body.color_w-on-b .header-backdrop{
	border-bottom: 2px solid #fff;
}

body.color_w-on-b .page-header .title-wrap,
body.color_w-on-b footer{
	border-top: 2px solid #fff;
}

body.color_w-on-b .utp-slider .item h2,
body.imgs_none .utp-slider .item .subtitle,
#accordion-primary .accordion-item .readmore{
	color: #fff!important;
}

body.color_w-on-b #accordion-primary .accordion-button,
body.color_w-on-b .has-tabs-primary .nav-tabs .nav-link{
	background: #000;
	color: #fff;
}

body.color_w-on-b .has-tabs-primary .nav-tabs .nav-link.active{
	border: 2px solid #fff;
}

body.color_w-on-b .accordion-item{
	background: #000;
}

body.color_w-on-b #accordion-primary .accordion-button::after{
	background-image: url("imgs/plus-white.svg");
}

body.color_w-on-b #accordion-primary .accordion-button:not(.collapsed)::after{
	background-image: url("imgs/minus-white.svg");
}

body.color_w-on-b .slick-prev::before,
body.color_w-on-b .slick-next::before{
	background-image: url("imgs/arrow-slider_white.svg");
}

body.color_w-on-b #btn-address::before{
	background-image: url("imgs/icon-address_white.svg");
}

body.color_w-on-b .btn.search::before{
	background: url(imgs/icon-search_white.svg) no-repeat 0 0;
}

body.color_w-on-b .shedule-table .sh-head,
body.color_w-on-b .shedule-table .sh-row:nth-child(even){
	background: #000;
}

body.color_w-on-b.imgs_none h1.entry-title,
body.color_w-on-b.imgs_none .page-header .title-wrap .breadcrumbs,
body.color_w-on-b.imgs_none .page-header .title-wrap .breadcrumbs a,
body.color_w-on-b .reviews-items .item .date{
	color: #fff;
}

body.color_w-on-b .social a.facebook::before{
	background-image: url(imgs/icon-facebook_white.svg);
}

body.color_w-on-b .search.search-mobile #searchform input[type=submit]{
	background: url(../imgs/icon-search.svg) no-repeat 0 0;
}

body.color_w-on-b #searchform input[type=submit]{
	color: #000;
}

body.color_w-on-b #dd-filter .dropdown-item.active a,
body.color_w-on-b #dd-filter .dropdown-item:hover a{
	color: #000!important;
}

body.color_w-on-b #searchform input[type=submit]{
	color: #fff;
	border-bottom: 1px solid #fff!important;
}

body.color_w-on-b #search-form-container .close:before{
	background: url(imgs/close-white.svg) 50% 50% no-repeat;
}

body.color_w-on-b .reading-time::before{
	border-radius: 50%;
}

body.color_w-on-b #programs::before,
body.color_w-on-b .page-header .title-wrap::before{
	content: none;
}

body.color_w-on-b #menu-mainmenu > .menu-item.menu-item-has-children::after{
	background: url(imgs/caret-white.svg) no-repeat 0 0;
}

body.color_w-on-b .select2-container--default .select2-selection--single{
	background: #000000;
	border: 1px solid #fff;
}

body.color_w-on-b .close::before{
	background: url(imgs/close_white.svg) 50% 50% no-repeat;
}

body.color_w-on-b .short-info ul li::before, 
body.color_w-on-b .entry-content ul li::before{
	filter: grayscale(1);
}

@media screen and (max-width: 576px) {
	body.color_w-on-b #dd-filter .dropdown-menu{
		background: #000; 
	}

	body.color_w-on-b #dd-filter .dropdown-item.active,
	body.color_w-on-b #dd-filter .dropdown-item:active{
		background: #000!important;
		border: 1px solid #fff;
	}

	body.color_w-on-b #navbarSupportedContent{
		background: #000;
		border: 1px solid #fff;
	}

	body.color_w-on-b .navbar-nav .menu-item a{
		color: #fff;
	}

	body.color_w-on-b #menu-mainmenu > .menu-item.menu-item-has-children > a::before{
		background: url(imgs/caret-white.svg) no-repeat 0 0;
	}
}

/* ~~~ IMAGES ~~~ */

/* Images Black and White */

body.imgs_bw img,
body.imgs_bw iframe,
body.imgs_bw .slick-slide,
body.imgs_bw .page-header,
body.imgs_bw a.program-link-item .icon,
body.imgs_bw a.program-link-item .icon_hover,
body.imgs_bw *::before,
body.imgs_bw *::after{
	filter: grayscale(1);
}

body.imgs_bw .utp-slider .item::before{
	background: rgba(0, 0, 0, 0.5);
}

/* No images */

body.imgs_none img,
body.imgs_none .wp-video,
body.imgs_none .gallery,
body.imgs_none a.program-link-item .icon,
body.imgs_none a.program-link-item .icon_hover,
body.imgs_none .about-photo-slider,
body.imgs_none #clinic .items .item .big::before,
body.imgs_none .about-docs,
body.imgs_none .page-header .title-wrap::before,
body.imgs_none .cta .cta-content::before,
body.imgs_none .cta .cta-content::after,
body.imgs_none #programs::before,
body.imgs_none #programs .items .item .icon{
	display: none;
	opacity: 0;
	visibility: hidden;
}

body.imgs_none .utp-slider .item{
	background: #cbf0f0;
}

body.imgs_none .doctors-items .item{
	min-height: inherit;
}

body.imgs_none .doctors-items .item .name,
body.imgs_none #programs .items .item .text{
	margin-top: 0;
}

body.imgs_none .search img{
	display: block;
	opacity: 1;
	visibility: visible;
}

body.imgs_none .about-wrapper{
	max-width: inherit;
}

body.imgs_none .about-wrapper .about-entry,
body.imgs_none .about-wrapper .short-info{
	max-width: 80%;
}

body.imgs_none #clinic .items .item .big{
	padding-left: 0;
}

body.imgs_none iframe{
	filter: grayscale(1);
}

body.imgs_none .docs-carousel .item img{
	display: block;
	opacity: 1;
	visibility: visible;
}

body.imgs_none .logo img{
	display: block;
	opacity: 1;
	visibility: visible;
	filter: grayscale(1);
}

body.imgs_none .slick-slide,
body.imgs_none .page-header{
	background-image: none!important;
}

body.imgs_none #services .services-header h3{
	padding: 15px 20px;
}

body.imgs_none #services .services-header h3::before{
	content: none;
}

body.imgs_none .utp-slider .item::before{
	background-color: rgba(0,0,0, .45);
	width: 100%;
}

body.imgs_none .page-header::before{
	background-color: transparent;
	width: 100%;
}

body.imgs_none #about .col-lg-6:has(.about-entry){
	width: 100%!important;
}

body.imgs_none .photocarousel,
body.imgs_none .docs-items{
	display: none;
}

body.imgs_none .utp-slider::before{
	content: none;
}

body.imgs_none .utp-slider .item h2,
body.imgs_none .utp-slider .item .subtitle{
	color: #000;
}

body.imgs_none .dep-gallery,
body.imgs_none .doctors-department-section{
	margin-bottom: 0;
}

body:not(.home).imgs_none .doctors-items{
	margin-bottom: 0;
	padding-bottom: 0;
}

body.imgs_none h1.entry-title,
body.imgs_none .page-header .title-wrap .breadcrumbs,
body.imgs_none .page-header .title-wrap .breadcrumbs a{
	color: #000;
}

@media screen and (max-width: 576px) {
	body.imgs_none .cta-content{
		padding-bottom: 50px;
	}
}

@media screen and (min-width: 992px) {
	body.imgs_none .side-btns{
		right: -148px;
	}

	body.imgs_none .btn-show-all-doctors{
		margin-top: -100px;
	}

	body.imgs_none.font-bigger .btn-show-all-doctors,
	body.imgs_none.font-biggest .btn-show-all-doctors{
		margin-top: 0;
	}

	body.imgs_none .about-docs-section,
	body.imgs_none .about-text-section{
		margin-bottom: 0;
	}

	body.imgs_none header .search{
		filter: grayscale(1);
	}
}