/*
Theme Name: knp2mp
Author: support@goodwebstudio.com
Author URI: https://goodwebstudio.com/
Description: Wordpress Theme for 2 міська поліклініка м. Львова
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: knp2mp
*/

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

body{
	color: #111;
	font-family: 'Montserrat Alternates', 'Montserrat', sans-serif;
	font-weight: 400;
	font-feature-settings: 'pnum' on, 'lnum' on;
	overflow-x: hidden;
}

@media screen and (min-width: 576px) and (max-width: 1365px){
	.container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl{
		max-width: 96%;
	}
}

@media screen and (min-width: 1366px){
	.container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl{
		max-width: 1300px;
	}
}

object{
	pointer-events: none;
}

h1, .h1, h2, .h2{
	font-size: 28px;
	font-weight: 600;
	line-height: 120%;
	color: #006072;
}

body.single article h2{
	margin: 35px 0 25px;
}

h1.entry-title{
	text-align: center;
	color: #fff;
}

h3, .h3{
	font-size: 18px;
	font-weight: 600;
}

h4, .h4{
	font-weight: 600;
	font-size: 16px;
	line-height: 120%;
}

h5, .h5,
h6, .h6{
	font-weight: 600;
	font-size: 15px;
	line-height: 20px;
}

a, a:link, a:visited, a:active{
	text-decoration: underline;
	color: #006072;
	font-weight: 600;
}

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

p{
	margin-bottom: 1.2em;
	line-height: 150%;
}

strong{
	font-weight: 600;
}

@media screen and (min-width: 992px) {
	h1, .h1{
		font-size: 32px;
	}

	h2, .h2{
		font-size: 26px;
		margin-bottom: 35px;
	}

	body.single article h2{
		margin: 45px 0 35px;
	}

	body.home h2,
	body.home .h2{
		font-size: 32px;
	}

	h3, .h3{
		font-size: 22px;
		line-height: 120%;
	}
}

@media screen and (max-width: 768px) {
	.mob-order-1{
		order: 1;
	}

	.mob-order-2{
		order: 2;
		padding: 10px 0;
	}

	.mob-order-3{
		order: 3;
	}

	header .mob-order-1{
		background: #CBF0F0;
		text-align: center;
		padding: 10px 0 14px;
	}

	header .btn.search,
	header .social{
		display: none;
	}
}

/* ~~~~~~~~~~~~~~~~ HEADER ~~~~~~~~~~~~~~~~~ */

header{
	width: 100%;
	padding: 0;
	z-index: 3;
	background: #fff;
	transition: all .3s ease;
}

.header-top{
	padding: 12px 0 0;
	transition: all ease .3s;
}

header .logo{
	width: 141px;
	margin-left: 15px;
	transition: all ease .3s;
}

.header-bottom{
	position: relative;
	z-index: 2;
}

.header-bottom .logo-crost{
	opacity: 0;
	transition: all .3s ease;
	position: absolute;
	top: 7px;
	left: calc(var(--bs-gutter-x)/ 2);
	z-index: 10;
}

header .search{
    display: none;
}

#search-form-container .close{
	top: 45px;
}

#search-form-container .dropdown-content{
	padding-top: 90px;
	position: relative;
}

#searchform{
    display: flex;
    align-items: flex-end;
    width: 100%;
	border-bottom: 1px solid #D9D9D9;
}

#searchform input[type=text],
#searchform input[type=text]:focus,
#searchform input[type=text]:focus-visible{
	border: 0;
	margin: 0;
	padding-left: 0;
	border-radius: 0;
	outline: none;
}

#searchform input[type=submit] {
    background: none;
    color: #006072;
    font-size: 15px;
	line-height: 20px;
    border: 0;
    border-bottom: 1px solid #006072!important;
    border-radius: 0;
    padding: 0;
    line-height: 1.1em;
    margin-bottom: 10px;
	font-weight: 700;
}

.search.search-mobile{
	display: block;
	opacity: 1;
	margin: 2rem 1.5rem 0;
}

.search.search-mobile #searchform input[type=submit]{
	color: transparent;
	border-bottom: none!important;
	width: 27px;
    height: 27px;
	background: url(imgs/icon-search-black.svg) no-repeat 0 0;
}

.header-backdrop{
	display: none;
	background-color: #fff;
    width: 100%;
    height: 100vh;
    position: absolute;
    top: 123px;
    left: 0;
    z-index: 1;
	box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.15);
}

.header-backdrop .dropdown-content{
	position: relative;
	max-width: 960px;
	height: 100%;
	margin: 0 auto;
}

#submenu-backdrop,
#departments-menu,
#services-menu{
	display: none;
}

#submenu-backdrop.active,
#departments-menu.active,
#services-menu.active{
	display: block;
}

#services .accordion-body tr td:not(:first-child),
.service-content .accordion-body tr td:not(:first-child){
	text-align: center;
}

#services .accordion-body .thead{
	color: #006072;
}

header .header-bottom .col-12{
	position: relative;
}

header.sticky .header-bottom .logo-crost{
	opacity: 1;
}

header.sticky .logo{
    width: 220px;
}

.social a{
    display: inline-block;
    position: relative;
    width: 25px;
    height: 25px;
    margin-right: 30px;
}

.social a:last-child{
	margin-right: 0;
}

.social a::before{
    content: '';
    display: block;
	width: auto;
	height: 15px;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    background-repeat: no-repeat;
    background-position: 50% 50%;

	filter: grayscale(1);
	opacity: .85;
	transition: all .3s ease;
}

.social a:hover::before{
	filter: grayscale(0);
	opacity: 1;
}

.social a.facebook::before {
    background-image: url(imgs/icon-facebook.svg);
}

.social a.telegram::before {
    background-image: url(imgs/icon-telegram.svg);
}

.social a.viber::before {
    background-image: url(imgs/icon-viber.svg);
}

header .phones{
	margin-top: 10px;
}

header .phones a{
	color: #006072;
	font-weight: 500;
	display: inline-block;
	padding: 0 10px;
	font-size: 15px;
}

header .phones a:not(:last-child){
	border-right: 1px solid #777;
}

#btn-address{
	padding-left: 37px;
}

#btn-address::before{
	content: ' ';
	display: block;
	position: absolute;
	top: 50%;
    margin-top: -8px;
    left: 13px;
    width: 14px;
    height: 15px;
	background: url(imgs/icon-address.svg) no-repeat 0 0;
}

.header-rows .row{
	max-width: 100vw;
}

@media screen and (min-width: 768px){
	header .btn-wrapper{
		text-align: center;
	}
	
	.header-action{
		justify-content: flex-end;
	}

	.header-rows .row > *{
		display: flex;
		align-items: center;
		justify-content: flex-end;
	}

	.header-rows .row > * > *:not(:last-child){
		margin-right: 20px;
	}

	header .phones{
		text-align: right;
	}
}

@media screen and (min-width: 768px) {
	header{
		padding: 16px 0 15px;
		position: fixed;
		top: 0;
		left: 0;
		z-index: 9999;
		width: 100%;
	}

	header .search{
		position: relative;
		display: inline-block;
		cursor: pointer;
	}
	
	.header-backdrop{
		width: 100vw;
		height: auto;
		min-height: 350px;
	}

	header .logo{
		width: 215px;
		margin: 0;
	}

	header .phones{
		margin: 0;
	}

	header .phones a{
		display: block;
		margin: 0;
		font-size: 16px;
	}

	header .phones a:not(:last-child){
		border-right: 0;
	}

	header.sticky .header-top{
		display: none;
	}

	.search.search-mobile{
		display: none;
		opacity: 0;
	}
}

/* ~~~ NAV ~~~ */

.navbar{
	padding: 0;
	position: relative;
	z-index: 2;
}

.navbar-nav .menu-item{
	margin: .7em 1.5em;
	position: relative;
	text-align: left;
}

.navbar-nav .menu-item a{
	color: #111;
	text-decoration: none;
	font-weight: 500;
	font-size: 16px;
	line-height: 22px;
	display: block;
	position: relative;
}

#navbarSupportedContent{
	position: fixed;
	top: 145px;
	left: 0;
	width: 100%;
	height: 100%;
	background: #fff;
	padding-top: 75px;
	padding-bottom: 14rem;
	z-index: 10;
}

#navbarSupportedContent .social{
	position: absolute;
    top: 25px;
    left: 23px;
}

#navbarSupportedContent .close{
	top: 32px; 
    right: 20px;
}

#navbarSupportedContent .search-form{
	margin: 10px 25px 0;
}

#navbarSupportedContent .search-form #searchform input[type=submit]{
	width: 40px;
    height: 40px;
	display: flex;
    align-items: center;
    justify-content: center;
	border: 1px solid #bbb!important;
    border-radius: 30px;
	color: transparent;
	background: url(imgs/icon-search.svg) 50% 50% no-repeat #F6F6F6;
}

.navbar-toggler{
	padding: 0;
	border: 0;
    border-radius: 0!important;
    text-align: center;
    position: absolute;
	top: 39px;
    right: 3px;
    z-index: 9;
}

.navbar-toggler::before{
	content: ' ';
	display: block;
	position: absolute;
	top: -15px;
    left: -14px;
    width: 62px;
    height: 62px;
	border: 1px solid #bbb;
	border-radius: 50%;
}

.navbar-toggler:focus{
	box-shadow: none;
}

.navbar-toggler-icon{
	background: none!important;
	width: auto;
	height: auto;
}

.navbar-toggler-icon .icon-bar{
	display: block;
    width: 27px;
    height: 3px;
    margin: 0 auto 4px;
    background: #006072;
    border-radius: 2px;
}

.navbar-toggler-icon .icon-bar:last-child{
	margin-bottom: 0;
}

.navbar-toggler-icon .toggler-text{
	color: #006072;
	font-size: 12px;
	font-weight: 600;
	display: block;
}

.navbar-collapse.collapsing {
    -webkit-transition: none;
    transition: none;
    display: none;
}

.close{
	width: 20px;
	height: 20px;
	text-align: center;
	position: absolute;
	top: 15px;
    right: 15px;
	z-index: 9999;
	cursor: pointer;
	opacity: 1;
}

.close::before{
	content: '';
	position: absolute;
	width: 20px;
	height: 20px;
	top: 0;
    left: 0;
	background: url(imgs/close-color.svg) 50% 50% no-repeat;
	border: 0;
	outline: none;
	box-shadow: none;
	z-index: 9999;
	opacity: 1;
}

/* ~~~ SUB MENU ~~~ */

#menu-mainmenu > .menu-item.menu-item-has-children{
	padding-right: 15px;
}

#menu-mainmenu > .menu-item.menu-item-has-children > a{
	position: relative;
	width: max-content;
}

.menu-item > ul.sub-menu{
	display: none;
	position: static;
	min-width: 300px;
	list-style: disc;
	margin: 0 0 0 20px;
	padding: 0;
	background: none;
	border: 1px solid transparent;
}

.menu-item ul.sub-menu li.menu-item{
	padding: 0;
	margin-left: 0;
	margin-right: 0;
	line-height: 100%;
	max-width: 300px;
}

.menu-item ul.sub-menu li.menu-item a:hover{
	color: #006072;
}

.menu-item ul.sub-menu li.menu-item a{
	border-bottom: 1px solid transparent;
	display: inline;
	font-weight: 500;
	font-size: 14px;
	color: #111;
}

ul.sub-menu.active{
	display: block;
}

.menu-item.custom-submenu > ul.sub-menu .sub-menu{
	display: block;
}

.menu-item.custom-submenu > ul.sub-menu > .menu-item-title > a{ 
	display: inline-block;
	font-weight: 600!important;
	font-size: 15px!important;
	line-height: 180%;
	color: #006072;
}

#menu-mainmenu > .menu-item.menu-item-has-children::after{
	content: '';
	display: block;
	position: absolute;
	top: 9px;
	right: 55%;
	width: 10px;
	height: 6px;
	background-size: inherit;
	margin-top: -1px;
	background: url(imgs/caret.svg) no-repeat 0 0; 
}

@media screen and (max-width: 576px) {
	#navbarSupportedContent{
		overflow: auto;
	}

	.navbar-nav > .menu-item > a{
		color: #006072;
		font-weight: 600;
	}
}

@media screen and (min-width: 992px) and (max-width: 1199px) {
	.navbar-nav .menu-item{
		margin: 19px 9px 0;
	}
	
	.navbar-nav .menu-item a{
		font-size: 13px;
	}
}

@media screen and (min-width: 992px){	
	#navbarSupportedContent{
		position: static;
		background: transparent;
		padding-top: 0;
		padding-bottom: 0;
		justify-content: center;
	}

	.navbar-nav .menu-item:last-child{
		margin-right: 0;
	}

	.navbar-nav .sub-menu > .menu-item{
		margin: 0;
	}

	.navbar-nav .menu-item a{
		color: #111;
		padding-bottom: 4px;
	}

	.navbar-nav .menu-item a:hover::before,
	.navbar-nav .menu-item a:focus::before,
	.navbar-nav .menu-item a:active::before,
	.navbar-nav .menu-item a.active::before,
	.navbar-nav .current-menu-item > a::before,
	.navbar-nav > .current-page-ancestor a::before,
	.navbar-nav > .current-menu-parent > a::before{
		content: '';
		display: block;
		position: absolute;
		bottom: 0;
		left: 0;
		width: 40px;
		height: 3px;
		background: #F32735;
	}
	
	.navbar-nav .menu-item:first-child a{
		padding-left: 0;
	}
	
	#navbarSupportedContent .close{
		display: none;
	}

	.menu-item > ul.sub-menu{
		list-style: none;
		margin: 0;
	}

	#menu-mainmenu > .menu-item > ul.sub-menu{
		position: absolute;
		top: 24px;
		left:  -50px;
		z-index: 2;
		padding: 30px 43px;
		border-radius: 30px;
		background: #fff;
		border: 1px solid #bbb;
	}

	.menu-item ul.sub-menu li.menu-item{
		padding: 3px 12px;
	}

	#menu-mainmenu > .menu-item ul.sub-menu li.menu-item{
		padding: 0 0 10px 0;
		min-width: 200px;
	}

	#menu-mainmenu > .menu-item.menu-item-has-children > a::after{
		content: none;
	}

	#menu-mainmenu > .menu-item.menu-item-has-children::after{
		top: 35%;
		right: 0;
	}

	.menu-item.custom-submenu:hover > .sub-menu{
		display: flex;
		gap: 20px;
	}

	#menu-item-147:hover > .sub-menu{
		justify-content: space-between;
	}

	.menu-item.custom-submenu > ul.sub-menu > .menu-item-title > a{ 
		font-weight: 700!important;
		font-size: 17px!important;
	}

	.close::before{
		background: url(imgs/close.svg) 50% 50% no-repeat;
	}
}

@media screen and (min-width: 1200px) {
	.navbar-nav .menu-item{
		margin: 19px 12px 0;
		width: auto;
	}
}

/* ~~~~~~~~~~~~~~~~ END OF HEADER ~~~~~~~~~~~~~~~~~ */

/* ~~~~~~~~~~~~~~~~ CONTENT ~~~~~~~~~~~~~~~~~ */

.page-header{
	height: auto;
	background-size: cover;
	background-position: 0 0;
	position: relative;
	margin-bottom: 20px;
}

.page-header::before{
	content: '';
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0, .2);
	backdrop-filter: blur(2.5px);
}

.page-header .title-wrap{
	position: relative;
	height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
	z-index: 0;
	padding: 15px;
	background-color: #099;
}

.page-header .title-wrap::before{
	content: ' ';
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-image: url(imgs/logo-pattern.svg);
	background-repeat: repeat-x;
	background-position: 50% 50%;
	background-size: 150px 150px;
	opacity: .2;
}

.page-header .title-wrap .entry-title,
.page-header .title-wrap .category-name{
	position: relative;
	z-index: 1;
	font-size: 32px;
	font-weight: 600;
	color: #fff;
	line-height: 1;
}

.page-header .title-wrap .breadcrumbs{
	position: relative;
	z-index: 1;
	color: #fff;
	font-weight: 500;
	font-size: 14px;
	line-height: 120%;
	max-width: 1100px;
	margin: 0 auto;
	text-align: center;
}

.page-header .title-wrap .breadcrumbs a{
	color: #fff;
}

.page-body #about .about-entry{
	font-size: 16px;
}

#about .entry-content{
	max-width: 856px;
	margin: 0 auto;
	font-size: 15px;
}

#about .entry-content p{
	font-size: 15px;
}

.entry-content *:last-child{
	margin-bottom: 0;
}

.entry-content ul,
.entry-content ol{
	padding-left: 25px;
}

.entry-content ul li,
.entry-content ol li{
	margin-bottom: 5px;
}

.page-body h3{
	margin-top: 2rem;
    color: #006072;
    margin-bottom: 1.2rem;
}

#accordion-primary .accordion-header{
	margin-bottom: 0;
}

#accordion-primary .accordion-button{
	background: #fff;
	padding: 16px 24px;
	font-weight: 500;
	font-size: 16px;
	line-height: 110%;
	min-height: 70px;
	color: #111;
	outline: none;
    box-shadow: none;
	border: 0;
	border-radius: 10px;
}

#accordion-primary .accordion-item{
	border: 0;
	box-shadow: 0px 1px 5px 2px rgba(0, 0, 0, 0.15);
	margin-bottom: 17px;
	border-radius: 10px;
}

#accordion-primary .accordion-body{
	margin: 0;
    border-top: 1px solid #D9D9D9;
	padding: 25px 0;
	color: #111;
}

#accordion-primary .accordion-button::after{
	width: 17px;
	height: 18px;
	background-image: url(imgs/plus.svg);
	background-size: auto;
	transition: none;
}

#accordion-primary .accordion-button:not(.collapsed)::after{
	width: 11px;
	height: 3px;
	background-image: url(imgs/minus.svg);
	margin-right: 3px;
}

#accordion-primary .accordion-item .readmore{
	color: #0aa;
	font-weight: 600;
}

.photocarousel{
	padding-bottom: 65px;
}

.photocarousel .item .photo img{
	border-radius: 15px;
}

.photocarousel .item .text{
	margin-top: 15px;
	color: #444;
	font-weight: 400;
	font-size: 13px;
	line-height: 140%;
}

.tos-caption,
.tos-close span{
	display: none;
}

.tos-close{
	width: 21px!important;
	height: 21px!important;
	background: none!important;;
	text-align: center;
	position: absolute;
	top: 25px!important;
    right: 30px!important;
	z-index: 9999;
	cursor: pointer;
	opacity: 1!important;;
}

.tos-close::before{
	content: '';
	position: absolute;
	width: 21px!important;
	height: 21px!important;
	top: 0;
    left: 0;
	background: url(imgs/close.svg) 50% 50% no-repeat;
	border: 0;
	outline: none;
	box-shadow: none;
	z-index: 9999;
	opacity: 1!important;;
}

.tos-close::after{
	content: none;
}

.tos-next span{
	border-top: 3px solid #0bb!important;
    border-right: 3px solid #0bb!important;
}

.tos-prev span{
	border-bottom: 3px solid #0bb!important;
    border-left: 3px solid #0bb!important;
}

.side-btns{
	position: fixed;
	bottom: 0;
	left: 0;
	z-index: 1;
	text-align: center;
	width: 100%;
}

.side-btns a{
	display: inline-block;
	color: #fff;
	border-radius: 20px 20px 0 0;
	padding: 13px 24px 14px;
	text-decoration: none;
	font-weight: 600;
	font-size: 14px;
	line-height: 20px;
}

.side-btns a:not(:last-child){
	margin-right: 10px;
}

.side-btns a:nth-child(1){
	background: #F32735;
}

.side-btns a:nth-child(2){
	background: #00BBBB;
}

.side-btns a img{
	transform: rotate(-90deg);
	margin-right: 10px;
}

.side-btns a:last-child{
	margin-right: 0;
}

@media screen and (min-width: 768px) {
	.page-header{
		height: 125px;
		margin-bottom: 70px;
	}

	.page-template-page-about .page-header,
	.single-department .page-header,
	.page-template-page-contacts .page-header{
		margin-bottom: 20px;
	}

	.page-template-page-administration .page-header{
		margin-bottom: 40px;
	}

	.page-header .title-wrap{
		padding: 0 15px;
	}

	.page-header .title-wrap .entry-title,
	.page-header .title-wrap .category-name{
		position: relative;
		z-index: 1;
		font-size: 32px;
		font-weight: 600;
		color: #fff;
		line-height: 1.2;
	}

	.page-header::before{
		backdrop-filter: none;
	}

	#content{
		padding-top: 124px;
	}

	.photocarousel{
		margin-left: -15px;
		margin-right: -15px;
	}
	
	.photocarousel .item{
		margin: 0 15px;
	}

	#accordion-primary .accordion-body{
		padding: 25px 15px 30px;
		margin: 0 25px;
	}

	.side-btns{
		left: 65px;
		text-align: left;
	}

	#accordion-primary .accordion-item{
		break-inside: avoid-column;
	}

	.page-header .title-wrap .breadcrumbs{
		position: absolute;
		bottom: 8px;
	}
}

/* ~~~ BTNS ~~~ */

.btn-wrapper{
	position: relative;
}

.btn, a.btn,
.btn:visited, a.btn:visited{
	position: relative;
	z-index: 1;
	display: inline-block;
	text-decoration: none;
	outline: none;
	transition: all .3s ease;
}

.btn-primary,
a.btn-primary{
	font-weight: 600;
	font-size: 18px;
	line-height: 20px;
	color: #fff;
	background: #0aa;
	border-radius: 30px 0 30px 0;
	padding: 18px 28px;
	border: 0;
}

.btn-primary.disabled,
.btn-primary:disabled{
	color: #444;
	background: #ccc;
	filter: grayscale(.4);
}

.btn-primary:hover,
.btn-primary:active,
.btn-primary.active,
.btn-primary:focus{
	border: 0;
	background: #0cc;
}

.brn-wrapper{
	position: relative;
	display: inline-block;
}

header .btn{
	border: 1px solid #bbb;
	background-color: #F6F6F6;
	border-radius: 30px;
	font-size: 14px;
	padding: 8px 16px 8px 16px;
	color: #111;
}

header .btn:hover{
	border-color: #0bb;
}

.btn.search,
.social a.btn{
	position: relative;
	width: 40px;
	height: 40px;
	padding: 0;
	display: flex;
	align-items: center;
	justify-content: center;
}

.btn.search::before{
	content: ' ';
	display: block;
	position: absolute;
	top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
	width: 16px;
	height: 15px;
	background: url(imgs/icon-search.svg) no-repeat 0 0;
}

/* ~~~ */

section, 
.section{
	position: relative;
	margin-bottom: 20px;
}

section h2, 
.section h2{
	text-align: center;
	margin-bottom: 30px;
}

@media screen and (min-width: 992px){
	body.home section h2, 
	body.home .section h2{
		margin-bottom: 40px;
	}

	.btn-primary{
		padding: 18px 34px;
	}	
}

/* ~~~ UTP ~~~ */

#utp{
	margin-bottom: 0;
}

.utp-slider{
	position: relative;
	margin-bottom: 0;
	background-color: #CBF0F0;
	padding-bottom: 60px;
}

.utp-slider .item .container,
.utp-slider .item .row,
.utp-slider .item .row > *{
	height: 100%;
}

.utp-slider .item{
	position: relative;
	background-position: 80% 0;
	background-size: cover;
	background-repeat: no-repeat;
	color: #111;
}

.utp-slider .item .btns-wrapper{
	text-align: center;
}

.utp-slider .item img{
	border-radius: 0 80px 0 0;
}

.utp-slider .item > .text{
	padding: 25px 15px;
}

.utp-slider .item-entry{
	position: relative;
	z-index: 2;
	height: 100%;
	display: flex;
	flex-direction: column;
	align-items: self-start;
	justify-content: center;
}

.utp-slider .item h2{
	text-align: left;
	margin-bottom: 15px;
	font-size: 30px;
	color: #006072;
}

.utp-slider .item .subtitle{
	margin-bottom: 30px;
}

.utp-slider .item .photo{
	background-size: cover;
	background-position: 0 50%;
	background-repeat: no-repeat;
	border-radius: 0 80px 0 0;
}

.utp-slider .slick-dots{
	bottom: 36px;
}

.utp-slider .slick-dots li{
	margin: 0 10px;
}

.utp-slider .slick-dots li button{
	border: 1px solid #ccc;
}

.utp-slider .btn{
	margin-top: 10px;
}

@media screen and (min-width: 768px){
	#utp{
		margin-bottom: 20px;
	}

	.utp-slider{
		background-color: transparent;
		padding-bottom: 0;
		margin-bottom: 20px;
	}

	.utp-slider .item{
		height: calc(100vh - 124px);
	}

	.utp-slider .item .btns-wrapper{
		text-align: left;
	}

	.utp-slider .slick-prev,
	.utp-slider .slick-next{
		bottom: 20px;
	}

	.utp-slider .slick-prev{
		left: calc(50% + 82px);
	}

	.utp-slider .slick-next{
		left: calc(50% + 256px);
	}

	.utp-slider .slick-dots{
		width: 120px;
		text-align: center;
		left: calc(50% + 128px);
		bottom: 55px;
	}

	.utp-slider .slick-dots li{
		margin: 0 18px 0 0;
	}

	.utp-slider .slick-dots li:last-child{
		margin: 0;
	}

	.utp-slider .item{
		display: flex!important;
		justify-content: space-between;
		align-items: center;
	}

	.utp-slider .item > *{
		min-width: calc(50% - 10px);
   	 	width: calc(50% - 10px);
		height: 100%;
	}

	.utp-slider .item img{
		width: 100%;
		border-radius: 0 80px 0 0;
	}

	.utp-slider .item > .text{
		background: #CBF0F0;
		border-radius: 80px 0 0 0;
		padding: 0 70px;
		display: flex;
		flex-direction: column;
		align-items: flex-start;
		justify-content: center;
		font-size: 18px;
   		font-weight: 500;
	}

	.utp-slider .item h2{
		font-size: 48px;
	}
}

@media screen and (min-width: 1200px) {
	.utp-slider .item{
		max-height: 615px;
	}
}

@media screen and (min-width: 1600px) {
	.utp-slider .item{
		max-height: 693px;
	}
}

@media screen and (min-width: 1920px) {
	.utp-slider .item{
		max-height: 800px;
	}
}

/* ~~~ PROGRAM ~~~ */

#programs{
	position: relative;
	background-color: #099;
	padding: 35px 0;
}

#programs .items{
	position: relative;
	z-index: 1;
}

#programs .items .item{
	text-align: center;
	margin-bottom: 25px;
}

#programs .items .item .icon{
	display: flex;
    align-items: flex-start;
    justify-content: center;
	width: 140px;
	height: 140px;
	border-radius: 50%;
	border: 1px solid #fff;
	padding-top: 26px;
	margin: 0 auto;
}

#programs .items .item .icon img.black{
	display: none;
	visibility: hidden;
}

#programs .items .item .text{
	background: #D4F6F6;
	font-size: 16px;
	font-weight: 600;
	line-height: 120%;
	color: #006072;
	border-radius: 30px;
	padding: 10px 25px;
    margin-top: -40px;
	display: inline-block;
}

#programs .items .item a{
	text-decoration: none;
}

@media screen and (min-width: 992px) {
	#programs::before{
		content: ' ';
		display: block;
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		background-image: url(imgs/logo-pattern.svg);
		background-repeat: repeat-x;
		background-position: 50% 50%;
		opacity: .2;
	}

	#programs .items{
		display: flex;
		justify-content: space-evenly;
	}

	#programs .items .item{
		margin-bottom: 0;
	}
}

/* ~~~ SERVICES ~~~ */

#services{
	margin-top: 35px;
	margin-bottom: 35px;
}

.spec-file{
	display: flex;
	align-items: center;
	padding: 18px 30px;
	border-radius: 0px 0px 10px 10px;
	margin: 45px auto 0;
	max-width: 1100px;
	border: 1px solid #bbb;
	border-radius: 15px;
	justify-content: center;
}

.spec-file img{
	margin-right: 20px;
}

.spec-file a{
	font-weight: 600;
	color: #00AAAA;
}

.spec-file a:hover{
	text-decoration: none;
}

.accordion-wrapper{
	background: #CBF0F0;
	padding: 25px 15px 40px;
}

.service-content .intro-text{
	max-width: 1100px;
	margin: 0 auto;
	margin-bottom: 45px;
}

.service-content .accordion-body .btn-primary{
	margin-top: 25px;
}

.accordion-body .table{
	margin-top: 20px;
	font-size: 13px;
}

.accordion-body .table > :not(caption) > tr > td:first-child{
	width: 76%;
}

.table > :not(caption) > * > *{
	padding: 10px 17px;
	max-width: 150px;
}

.table tr.thead td{
	font-weight: 700;
}

#services .services-header{
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 15px;
    padding: 0 15px;
}

#services .services-header h3{
	position: relative;
	cursor: pointer;
	padding: 10px 24px 9px;
	font-size: 16px;
	line-height: 20px;
	color: rgba(0, 96, 114, .5);
	background: #FFFFFF;
	border-radius: 25px 25px 0 0;
	border: 1px solid #bbb;
	text-align: center;
	margin-bottom: 0;
	transition: all .3s ease;
}

#services .services-header h3:hover{
	color: rgba(0, 96, 114, 1);
}

#services .services-header h3.active{
	background: #F32735;
	box-shadow: none;
	color: #fff;
}

#services .services-header h3::before{
	content: '';
	position: absolute;
	top: 12px;
	left: 17px;
	width: 24px;
	height: 24px;
	background-size: 100%;
}

#services .services-body{
	font-size: 15px;
	background: #CBF0F0;
}

#services .services-body .intro-text{
	max-width: 775px;
	margin: 0 auto;
	text-align: center;
	margin-bottom: 30px;
	padding: 30px 15px 0;
}

#services .services-body .intro-text a{
	color: #111;
}

#services .service-entry{
	display: none;
}

#services .service-entry.active{
	display: block;
}

#services .accordion-wrapper .btn-wrapper{
	margin-top: 40px;
}

.service-content h2{
	font-size: 26px;
	margin-bottom: 45px;
}

#services .services-wrapper{
	margin-left: -12px;
    margin-right: -12px;
}

body:not(.home) .service-content .accordion-wrapper{
	margin-bottom: 35px;
}

@media screen and (max-width: 576px) {
	#accordion-primary .accordion-button{
		padding: 16px 20px;
	}

	#services .services-body .entry{
		padding: 0 20px;
	}
}

@media screen and (min-width: 992px){
	#services{
		margin-top: 50px;
		margin-bottom: 50px;
	}

	#services .se-1 .accordion{
		columns: 2;
		gap: 25px;
	}

	#services .services-body{
		border-radius: 80px;
		padding: 45px 110px 55px;
	}

	#services .services-body .intro-text{
		font-size: 18px;
		padding: 0;
	}

	#services .services-header{
		gap: 0;
		padding: 0;
	}

	#services .services-header h3{
		margin: 0 15px;
		border-radius: 25px 25px 0 0;
		text-align: left;
		padding: 16px 24px 14px;
	}

	.service-content .table tr.thead td{
		color: #006072;
	}

	body:not(.home) .service-content .accordion-wrapper,
	.accordion-wrapper{
		border-radius: 80px;
		padding: 4% 0;
		margin-bottom: 70px;
	}

	body.home .accordion-wrapper{
		padding: 0;
		margin-bottom: 0;
	}

	.accordion-wrapper .accordion{
		max-width: 1100px;
		margin: 0 auto;
	}

	.service-content .accordion > h2{
		color: #006072;
		text-align: center;
		font-size: 26px;
		margin-bottom: 45px;
	}

	.accordion-body .table{
		font-size: 15px;
	}

	.table > :not(caption) > * > *{
		min-width: 90px;
		max-width: inherit;
	}
}

/* ~~~ ABOUT CLINIC ~~~ */

#clinic .items .item{
	margin-bottom: 20px;
}

#clinic .items .item .big{
	position: relative;
	color: #006072;
	font-size: 36px;
	font-weight: 600;
	padding-left: 62px;
	margin-bottom: 10px;
}

#clinic .items .item .big::before{
	content: ' ';
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 50px;
	height: 50px;
	background: url(imgs/logo-element.svg) 0 0 no-repeat;
}

#clinic .items .item .info{
	font-size: 18px;
	font-weight: 500;
}

body.home #about{
	margin-bottom: 20px;
}

#about h2{
	font-size: 22px;
	text-align: left;
}

.about-wrapper{
	padding-top: 40px;
	padding-bottom: 35px;
}

.about-wrapper .about-entry,
.about-wrapper .short-info{
	max-width: 525px;
	padding: 0 15px;
}

.about-wrapper{
	background: #CBF0F0;
	border-radius: 0 80px 0 0;
}

.about-slider-icons{
	position: absolute;
	z-index: 1;
	bottom: 166px;
	left: 15px;
}

.about-slider-icons img{
	height: 80px;
}

.about-slider-icons > img:not(:last-child){
	margin-right: 25px;
}

.about-photo-slider::before{
	content: ' ';
	display: block;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 30%;
	background: linear-gradient(rgba(0,0,0,0), rgba(0,0,0,.6));
	z-index: 1;
}

.about-photo-slider .slick-track{
	height: 261px;
}

.about-photo-slider .slick-next,
.about-photo-slider .slick-prev{
	z-index: 2;
}

.about-photo-slider .slick-dots{
	text-align: center;
	left: 0;
	bottom: 34px;
	z-index: 1;
}

.about-photo-slider .slick-dots li button{
	border: 1px solid #fff;
	background: #fff;
}

.about-photo-slider .item{
	background-size: cover;
	background-position: 50% 50%;
}

@media screen and (min-width: 992px) {
	body.home #clinic{
		margin-bottom: 50px;
	}

	#clinic .items{
		display: flex;
		justify-content: space-between;
		margin-bottom: 70px;
	}

	#clinic .items .item{
		padding: 0 15px;
		flex-grow: 1;
		flex-basis: 0;
		margin-bottom: 0;
	}

	#clinic .items .item .big{
		margin-bottom: 20px;
	}

	#clinic .items .item:not(:last-child){
		border-right: 1px solid #ccc;
	}

	#about{
		display: flex;
		align-items: stretch;
		justify-content: space-between;
	}

	#about h2{
		font-size: 26px;
		text-align: left;
	}

	.about-entry{
		text-align: left;
	}

	.about-entry h2{
		font-size: 28px;
		text-align: left;
		margin-bottom: 40px;
	}

	.about-wrapper{
		display: flex;
		flex-direction: column;
		justify-content: center;
		align-items: flex-start;
		padding-left: calc(((100% - 1300px) / 2) + 20px);
		padding-top: 75px;
		padding-bottom: 75px;
		border-radius: 0 80px 80px 0;
		flex: 1;
		max-width: calc((100% / 2) - 10px);
	}

	.about-photo-slider{
		position: relative;
		flex: 1;
		max-width: calc((100% / 2) - 10px);
	}

	.about-photo-slider,
	.about-photo-slider .item{
		border-radius: 80px 0 0 80px;
	}

	.about-photo-slider::before{
		border-radius: 0 0 0 80px;
	}

	.about-slider-icons{
		bottom: inherit;
		top: 28px;
		left: inherit;
		right: calc(50% - 290px);
	}

	.about-slider-icons img{
		height: 100px;
	}

	.about-photo-slider .slick-list,
	.about-photo-slider .slick-track{
		height: 100%;
	}

	.about-photo-slider .slick-prev,
	.about-photo-slider .slick-next{
		bottom: 22px;
		z-index: 1;
	}

	.about-photo-slider .slick-prev{
		left: 74px;
	}

	.about-photo-slider .slick-next{
		left: 248px;
	}

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

	.about-photo-slider .slick-dots{
		width: 120px;
		left: 120px;
		bottom: 56px;
	}

	.about-photo-slider .slick-dots li{
		margin: 0 15px 0 0;
	}

	.about-photo-slider .slick-dots li:last-child{
		margin: 0;
	}
}

@media screen and (width: 1366px) {
	.about-wrapper{
		padding-left: calc(((100% - 1300px) / 2) + 20px);
	}
}

.docs-items{
	text-align: center;
	padding: 16px 24px;
}

.docs-items .item{
	margin: 0 15px;
}

.docs-items .item img{
	height: 335px;
}

.has-tabs-primary .nav-tabs{
	justify-content: center;
	border: 0;
}

.has-tabs-primary .nav-tabs .nav-link{
	font-size: 16px;
    line-height: 20px;
    color: rgba(0, 96, 114, .5);
    background: #fff;
	position: relative;
    cursor: pointer;
    padding: 15px 20px 15px;
	font-weight: 500;
	margin: 0;
	border-radius: 0;
    border: 1px solid #bbb;
	box-shadow: none;
	width: 100%;
	transition: all .3s ease;
}

.has-tabs-primary .nav-tabs .nav-link:hover{
	color: rgba(0, 96, 114, 1);
}

.has-tabs-primary .nav-tabs .nav-tabs .nav-item.show .nav-link,
.has-tabs-primary .nav-tabs .nav-link.active{
	color: #fff;
	font-weight: 700;
    background: #F32735;
    box-shadow: none;
	border: 0;
}

.has-tabs-primary .tab-content{
	background: #CBF0F0;
}

.has-tabs-primary .tab-content .item{
	display: flex;
    align-items: center;
    margin-bottom: 15px;
}

.has-tabs-primary .tab-content .item a{
	color: #111;
}

.has-tabs-primary .tab-content .item:last-child{
	margin-bottom: 0;
}

.has-tabs-primary .tab-content .item img{
	width: 38px;
	margin-right: 17px;
	margin-top: 6px;
}

#about .img-wrapper{
	margin-bottom: 20px;
}

.tab-content > .tab-pane{
	padding: 20px 15px 35px;
}

@media screen and (min-width: 576px) and (max-width: 991px){
	#about .img-wrapper{
		padding: 15px;
		margin-bottom: 0;
	}

	#about .digits .item{
		width: 30%;
	}
}

@media screen and (min-width: 992px){
	body.home #about,
	#about{
		margin-bottom: 70px;
	}

	#about .col-md-3{
		display: flex;
		flex-direction: column;
		justify-content: space-between;
	}

	#about .about-entry{
		font-size: 13px;
	}

	#about .img-wrapper{
		margin-bottom: 0;
	}

	#about .digits .item{
		width: 33.3333%;
		margin-bottom: 0;
	}

	#about .digits .item div:first-child{
		font-size: 26px;
	}

	#about .digits .item div:last-child{
		font-size: 16px;
	}

	.about-btn-wrapper{
		margin-top: 40px;
	}

	.text-half{
		padding-left: 24px;
	}

	.docs-items{
		display: flex;
		justify-content: center;
	}

	.has-tabs-primary{
		padding: 0 0 62px;
	}

	.has-tabs-primary .tab-content{
		border-radius: 80px;
		padding: 45px 110px 55px;
		background: #CBF0F0;
	}

	.has-tabs-primary .nav-tabs .nav-link{
		width: auto;
		border-radius: 25px 25px 0 0;
		margin: 0 10px;
	}

	.has-tabs-primary .tab-content .item img{
		margin-top: 0;
	}

	.tab-content > .tab-pane{
		padding: 0;
	}
}

@media screen and (min-width: 1366px) {
	#about .about-entry{
		font-size: 16px;
	}
	
	#about .digits .item div:first-child{
		font-size: 36px;
	}

	#about .digits .item div:last-child{
		font-size: 20px;
	}
	
	#about .bgradient{
		padding: 48px 80px;
	}
}

/* ~~~ DOCTORS ~~~ */

#doctors{
	margin-bottom: 40px;
}

.doctors-entry{
	margin-bottom: 20px;

}

.doctors-items .item{
	border: 1px solid #ccc;
	border-radius: 30px;
	margin: 0 15px;
	padding: 20px 20px 25px;
	background: linear-gradient(180deg, #fff 0%, #cbf0f0 100%);
}

.doctors-carousel{
	padding-bottom: 90px;
}

.doctors-items .item .photo{
	display: flex;
	justify-content: center;
}

.doctors-items .item .photo img{
	width: 220px;
	height: 220px;
	border-radius: 50%;
}

.doctors-items .item .name{
	display: flex;
    align-items: center;
	justify-content: center;
	margin-top: -28px;
	margin-bottom: 20px;
	position: relative;
    z-index: 1;
	font-weight: 600;
    font-size: 16px;
    line-height: 120%;
	min-height: 54px;
    background: #0bb;
	border: #ccc;
    border-radius: 30px;
    text-align: center;
	padding: 0 16px;
    color: #fff;
}

.doctors-items .item .name a{
	display: flex;
	align-items: center;
	min-height: 54px;
	border-radius: 30px;
}

.doctors-items.administration-items .item .name{
	margin-bottom: 20px;
}

.doctors-items .item ul{
	list-style: none;
	padding-left: 0;
	margin-bottom: 0;
	text-align: center;
}

.doctors-items .item ul li{
	font-size: 14px;
	line-height: 120%;
	margin-bottom: 16px;
	padding-left: 0;
	padding-bottom: 0;
}

.doctors-items .item ul li::before{
	content: none;
}

.doctors-items .item .description{
	padding: 0 6px;
	font-size: 14px;
	line-height: 120%;
}

.doctors-items .item a{
	text-decoration: none;
	display: block;
	text-align: center;
	font-size: 14px;
	font-weight: 600;
	color: #fff;
}

.doctors-items .item a.profile-link{
	display: block;
	width: 100%;
	text-align: center;
	color: #006072;
}

@media screen and (max-width: 576px) {
	.doctors-items .item a{
		display: flex;
	}
}

.doctors-items.one-item{
	display: block;
}

#dd-filter{
	margin-bottom: 25px;
}

#dd-filter .title{
	background: linear-gradient(90deg, #4D5ACD -1.25%, #48B7D5 100%);
	border-radius: 0px 13px 0px 0px;
	color: #fff;
	text-align: center;
	font-weight: 700;
	font-size: 20px;
	line-height: 120%;
	padding: 18px 0;
}

#dd-filter ul{
	margin: 0 0 0 18px;
	padding: 28px 18px 40px;
}

#dd-filter ul li{
	margin-bottom: 12px;
	font-size: 14px;
	line-height: 140%;
}

#dd-filter ul li a{
	font-size: 13px;
	line-height: 140%;
	text-decoration: none;
	color: #444444;
}

#dd-filter ul li.active a{
	color: #006072;
	text-decoration-line: underline;
	font-weight: 700;
}

#dd-filter .dropdown-menu{
	border: 0;
	padding: 1rem 0;
}

#dd-filter .dropdown-toggle{
	width: 100%;
	max-width: 410px;
	height: 48px;
    border-radius: 15px;
    background: #fff;
    color: #555;
	outline: none;
	box-shadow: none;
	border-color: #ccc;
	text-align: left;
	padding: 0 16px;
}

#dd-filter .dropdown-item{
	padding: 0.6rem 1rem;
	margin-bottom: 0;
}
 
#dd-filter .dropdown-item.active,
#dd-filter .dropdown-item:active{
	background: #e9ecef!important;
	color: #006072!important;
    font-weight: 700;
}

#dd-filter .dropdown-toggle::after{
	position: absolute;
    top: 21px;
    right: 15px;
}

#filter-loader{
	display: block;
	width: 80px;
	height: 80px;
	position: absolute;
    z-index: 1;
	top: 200px;
    left: 50%;
    margin-left: -40px;
}

#filter-loader::after {
	content: " ";
	display: block;
	width: 64px;
	height: 64px;
	border-radius: 50%;
	border: 6px solid #00BBBB;
	border-color: #00BBBB transparent #00BBBB transparent;
	animation: filter-loader 1.2s linear infinite;
 }
  
@keyframes filter-loader {
	0% {
	  transform: rotate(0deg);
	}
	100% {
	  transform: rotate(360deg);
	}
}

.shedule-text{
	font-size: 18px;
	margin-bottom: 45px;
}

.shedule-text > *:last-child{
	margin-bottom: 0;
}

.shedule-info{
	background: #CBF0F0;
	margin-bottom: 45px;
	padding: 25px 15px;
}

.shedule-table .sh-row{
	padding: 20px 18px 10px;
	border-bottom: 1px solid #D9D9D9;
}

.shedule-table .sh-head{
	border-top: 1px solid #D9D9D9;
	font-weight: 700;
	background: #F5F5F5;
	color: #006072;
	padding: 10px 18px;
}

.shedule-table .sh-row:nth-child(even){
	background: #F5F5F5;
}

.shedule-table .sh-row .sh-col{
	font-size: 14px;
	line-height: 19px;
	padding-right: 5%;
	margin-bottom: 15px;
	display: flex;
	gap: 10px;
}

.shedule-table .sh-row .sh-col.d-name a{
	text-decoration: none;
}

.shedule-table .sh-row .sh-col:last-child{
	margin-bottom: 0;
}

.sh-col.d-name{
	font-weight: 700;
}

.shedule-table .sh-row .sh-col > span{
	display: inline-block;
    min-width: 84px;
    max-width: 84px;
    font-weight: 700;
}

.doctors-items .item a.profile-link:hover{
	text-decoration: underline;
}

.shedule-items a{
	color: #111;
}

.back-to{
	margin-top: 20px;
	text-align: center;
}

.back-to a{
	color: #006072;
	font-weight: 500;
}

@media screen and (max-width: 576px){
	.page-template-page-doctors .doctors-items .item{
		width: 315px;
		margin: 10px auto 25px;
	}

	.shedule-table .sh-row.sh-head{
		display: none;
	}
}

.filters .select2-container{
	margin-bottom: 15px;
}

.filters{
	margin-bottom: 25px;
}

.filters .select2-container--default .select2-selection--single .select2-selection__arrow,
.filters .select2-container--default .select2-selection--single .select2-selection__rendered{
	z-index: 1;
}

.cancel-filters{
	background: transparent;
	border: 0;
	padding: 0;
	width: 100%;
	text-align: center;
}

.no-doctors-found{
	width: 100%;
	text-align: center;
	font-size: 21px;
	font-weight: 600;
	margin-top: 30px;
	color: #006072;
}

@media screen and (min-width: 992px) {
	#doctors{
		margin-bottom: 60px;
	}

	.doctors-entry{
		font-size: 18px;
		margin-bottom: 45px;
	}

	#doctors .filters{
		display: flex;
		gap: 25px;
		margin-bottom: 25px;
		padding: 0 14px;
	}

	#doctors .filters > *{
		flex: 1;
		max-width: 23.45%;
	}

	#doctors h2{
		margin-bottom: 40px;
	}

	.cancel-filters{
		width: auto;
		text-align: left;
	}

	aside.sticky{
		position: sticky;
		position: -webkit-sticky;
		top: 80px;
	}

	.doctors-items{
		display: flex;
		justify-content: flex-start;
		flex-wrap: wrap;
		min-height: 520px;
	}

	.doctors-carousel{
		margin-bottom: 20px;
	}

	.doctors-items.one-item .item{
		width: 100%;
		max-width: 300px;
		margin-right: 0;
		margin-bottom: 0;
	}

	.doctors-items .item{
		min-height: 440px;
		max-width: 22.6%;
		position: relative;
		flex-grow: 1;
		margin-bottom: 30px;
	}

	.doctors-items.administration-items .item{
		min-height: 400px;
	}

	.doctors-items.doctors-carousel .item{
		flex-basis: 0;
		margin-bottom: 0;
	}

	.doctors-items .item a.profile-link{
		position: absolute;
		bottom: 24px;
		left: 0;
	}

	.filters{
		margin-bottom: 0;
	}

	.filters .select2-container{
		margin-bottom: 0;
	}

	.single-doctor .shedule-wrapper{
		margin-left: 30px;
	}

	.shedule-info{
		border-radius: 80px;
		margin-bottom: 45px;
		padding: 4% 8%;
	}

	.shedule-table .sh-row{
		display: flex;
		align-items: center;
		border-bottom: 1px solid #D9D9D9;
	}

	.sh-col.d-name{
		font-weight: 700;
		width: 45%;
	}

	.single-doctor .sh-col.d-name{
		width: 55%;
	}

	.sh-col.d-speciality{
		width: 28%;
	}
	
	.sh-col.d-cabinet{
		width: 10%;
	}

	.single-doctor .d-cabinet{
		width: 17%;
	}
	
	.sh-col.d-shedule{
		width: 28%;
	}

	.sh-col.d-shedule p{
		margin-bottom: 0;
	}

	.shedule-table .sh-row .sh-col{
		margin-bottom: 0;
		display: block;
		gap: 0;
	}

	.shedule-table .sh-row .sh-col > span{
		display: none;
	}

	.back-to{
		text-align: right;
	}
}

/* ~~~ DEPARTMENTS ~~~ */

.dep-body .row{
	margin-bottom: 60px;
}

.dep-body .row h2{
	margin-bottom: 35px;
	font-size: 26px;
}

.entry-content ul,
.dep-body ul,
.service-content ul{
	padding-left: 0;
	list-style: none;
}

.short-info ul li,
.entry-content ul li{
	position: relative;
	padding-left: 33px;
}

.short-info ul li:not(:last-child),
.entry-content ul li:not(:last-child){
	margin-bottom: 15px;
}

.short-info ul li::before,
.entry-content ul li::before{
	content: ' ';
	display: block;
	position: absolute;
	top: 1px;
	left: 0;
	width: 21px;
	height: 21px;
	background: url(imgs/ul-marker.svg) 0 0 no-repeat;
}

.dep-body .about-wrapper .short-info{
	font-weight: 500;
    padding: 0 40px 15px;
    border-bottom: 1px solid #bbb;
    margin-bottom: 30px;
}

.dep-body .descr-full{
	margin-top: 40px;
}

.dep-body .about-entry h2{
	font-size: 26px;
	margin-bottom: 28px;
}

.spec-table{
	font-size: 14px;
}

.spec-table .item-row.header-row{
	border-top: 1px solid #D9D9D9;
	font-weight: 700;
	color: #006072;
	padding: 10px 18px;
}

.spec-table .item-row{
	display: flex;
	align-items: center;
	background: #f5f5f5;
	padding: 10px 25px;
	padding: 20px 18px;
	border-bottom: 1px solid #D9D9D9;
}

.spec-table .item-row > .item-col:first-child{
	min-width: 60%;
	max-width: 60%;
	padding-right: 40px;
}

.spec-table .item-row:nth-child(even){
	background: #fff;
}

@media screen and (min-width: 992px){
	.dep-body .about-wrapper{
		font-size: 18px;
	}

	h2.dep-doctors-title{
		margin-bottom: 50px!important;
	}

	.dep-body .about-wrapper .short-info{
		padding: 0 0 15px 0;
	}

	.dep-body .descr-full{
		margin-top: 0;
	}
}

/* ~~~ CTA ~~~ */

.cta .cta-content{
	background: #CBF0F0;
	text-align: center;
	font-size: 18px;
	font-weight: 500;
	position: relative;
	border-radius: 80px;
	padding: 60px 35px 200px;
}

.cta .cta-content::before{
	content: ' ';
	display: block;
	position: absolute;
	bottom: 40px;
	left: 50%;
	margin-left: -70px;
	width: 140px;
	height: 140px;
	background: url(imgs/logo-element.svg) no-repeat 0 0;
	background-size: cover;
}

.cta .cta-content h2{
	margin-bottom: 30px;
	font-size: 22px;
}

.cta .contact-info,
.cta .contact-info a{
	font-size: 26px;
	font-weight: 600;
	color: #006072;
}

body:not(.home) .cta{
	margin-top: 40px;
}

@media screen and (min-width: 992px) {
	.cta .cta-content{
		padding: 60px 0;
	}
	
	.cta .cta-content::after{
		content: ' ';
		display: block;
		position: absolute;
		width: 140px;
		height: 140px;
		background: url(imgs/logo-element.svg) no-repeat 0 0;
		background-size: cover;
	}	

	.cta .cta-content::before{
		bottom: 25px;
		left: 32px;
		margin-left: 0;
	}
	
	.cta .cta-content::after{
		top: 25px;
		right: 32px;
	}

	.cta .cta-content h2{
		font-size: 28px;
	}

	body:not(.home) .cta{
		margin: 55px auto 0;
		max-width: 1300px;
	}

	body:not(.home) .cta-content > *{
		max-width: 780px;
		margin: 0 auto;
		color: #006072;
		font-size: 26px;
		font-weight: 600;
	}
}

/* ~~~ BLOG ~~~ */

#blog{
	margin-top: 40px;
}

#blog h2{
	text-align: left;
	margin-bottom: 10px;
}

#blog .news-wrapper{
	margin-top: 30px;
}

body.single-post .page-header h1.entry-title{
	display: none;
}

h1.single-title{
	font-weight: 700;
	font-size: 20px;
	line-height: 120%;
	margin-top: 10px;
	margin-bottom: 30px;
}

.news-wrapper .row > .col-md-4{
	margin-bottom: 45px;
}

.news-wrapper .category-badge{
	display: inline-block;
	background: #0bb;
	border-radius: 15px;
	color: #fff;
	font-weight: 600;
	font-size: 14px;
	padding: 2px 8px;
}

.news-wrapper .item .thumb img{
	border-radius: 15px;
}

.news-wrapper .item h3{
	font-size: 22px;
    line-height: 120%;
    color: #111;
    margin: 15px 0 20px;
}

.news-wrapper .item h3 a{
	text-decoration: none;
	color: #111;
}

.news-wrapper .item .excerpt{
	font-size: 16px;
	line-height: 120%;
	color: #666;
	margin-bottom: 25px;
}

.date{
	font-size: 14px;
	line-height: 120%;
}

.reading-time{
	font-size: 12px;
	line-height: 120%;
	position: relative;
	padding-left: 20px;
}

.reading-time::before{
	content: ' ';
	display: block;
	position: absolute;
	top: -2px;
	left: 0;
	width: 17px;
	height: 17px;
	background: url(imgs/icon-reading-clock.svg) 0 0 no-repeat;
}

#blog .readmore{
    color: #006072;
    font-weight: 600;
    font-size: 16px;
    display: block;
}

.news-carousel{
	padding-bottom: 80px;
}

.news-carousel .item{
	padding: 0 15px;
}

@media screen and (min-width: 992px) {
	#blog{
		margin-top: 70px;
	}

	#blog h2{
		margin-bottom: 30px;
	}

	#blog .readmore{
		font-size: 18px;
		margin-top: 10px;
		text-align: right;
	}

	#blog .news-wrapper{
		margin-top: 0;
	}
	
	.news-wrapper .row > .col-md-4:not(:nth-child(3n)){
		border-right: 1px solid #ccc;
	}
	
	.news-wrapper .item{
		padding: 0 15px;
	}
	#blog .news-wrapper .col-md-4:nth-child(1) .item{
		padding-left: 0;
	}
}

/* ~~~ ABOUT PAGE ~~~ */

#infoblock{
	margin-top: 50px;
}

#history .entry-content{
	line-height: 140%;
}

#history .entry-content .btns-wrapper{
	text-align: center;
	margin-top: 30px;
}

.infoblock-wrapper{
	background: #CBF0F0;
	padding: 20px;
}

.about-docs{
	margin-top: 25px;
	border: 1px solid #ccc;
	padding: 20px 0;
}

@media screen and (min-width: 992px) {
	.text-18{
		line-height: 140%;
		font-size: 18px;
		margin-bottom: 30px;
		font-weight: 600;
	}

	#history .entry-content .btns-wrapper{
		margin-top: 45px;
	}

	.infoblock-wrapper{
		padding: 75px 40px;
		border-radius: 80px;
	}

	.about-docs{
		border-radius: 80px;
		padding: 30px 60px;
	}
	
}

/* ~~~ CONTACTS ~~~ */

.page-contacts h4{
	margin-bottom: 20px;
}

.page-contacts ul{
	margin-bottom: 40px;
}

.page-template-page-contacts footer{
	margin-top: 80px;
}

.page-contacts section.contacts-top{
	margin-bottom: 40px;
}

.page-contacts section.contacts-top .item{
	background: #CBF0F0;
	padding: 25px 15px;
}

section.maps{
	display: none;
}

@media screen and (min-width: 992px) {
	.page-contacts section.contacts-top{
		margin-bottom: 20px;
	}

	.page-contacts section:not(.cta){
		display: flex;
		align-items: stretch;
		justify-content: space-between;
	}

	.page-contacts section .item{
		flex: 1;
		max-width: calc((100% / 2) - 10px); 
	}

	.page-contacts section.contacts-top .item{
		padding: 65px 0 30px;
	}

	section.maps{
		margin-bottom: 65px;
		display: flex;
		align-items: stretch;
		justify-content: space-between;
	}

	.page-contacts section .item:first-child,
	.page-contacts section .item:first-child iframe{
		border-radius: 0 80px 80px 0;
	}

	.page-contacts section .item:last-child,
	.page-contacts section .item:last-child iframe{
		border-radius: 80px 0 0 80px;
	}

	.page-contacts section.contacts-top .item:first-child{
		padding-left: calc(((100% - 1300px) / 2) + 20px);
		padding-right: 10%;
	}

	.page-contacts section.contacts-top .item:last-child{
		padding-left: 3.5%;
		padding-right: calc((100% - 1300px) / 2);
	}

	.page-contacts section .item h2{
		text-align: left;
	}

	.contact-form{
		margin-top: 65px;
	}
}

body.error404 #searchform{
	margin-top: 40px;
	margin-bottom: 50px;
}

body.error404 .widgettitle,
body.error404 .widget-title{
	font-size: 22px;
}

body.error404 h1.entry-title{
	margin-top: 80px;
	color: #111;
}

#back-to-top-btn {
    display: none;
    position: fixed;
    bottom: 20px;
    right: 20px;
    width: 35px;
    height: 35px;
    padding: 0;
    border: none;
    background: url(imgs/to-top.svg) no-repeat 0 0;
    cursor: pointer;
    border-radius: 50%;
    z-index: 9999;
    opacity: .8;
}

#location-panel{
	display: none;
	position: absolute;
	z-index: 2;
	top: 145px;
	left: 0;
	right: 0;
	background: #fff;
	border: 1px solid #bbb;
	padding: 13% 4% 12%;
}

#location-panel .item{
	max-width: 220px;
}

#location-panel .wrapper .item:not(:last-child){
	margin-bottom: 35px;
}

#location-panel .item .title{
	color: #006072;
	font-size: 16px;
	font-weight: 600;
	margin-bottom: 10px;
}

#location-panel .item .address{
	font-size: 14px;
	font-weight: 500;
	margin-bottom: 15px;
}

#location-panel .item a{
	display: block;
	position: relative;
	font-weight: 600;
	font-size: 14px;
	line-height: 150%;
	padding-left: 25px;
}

#location-panel .item a::before{
	content: ' ';
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 20px;
	height: 20px;
	background: url(imgs/icon-location.svg) 0 0 no-repeat;
}

#location-panel .close{
	top: 18px;
    right: 16px;
}

@media screen and (min-width: 992px){
	#location-panel{
		top: 70px;
		left: auto;
		right: calc((100% - 1300px) / 2);
		border-radius: 30px;
		padding: 3% 4% 2.5%;
	}
	
	#location-panel .wrapper{
		display: flex;
		align-items: flex-start;
		justify-content: space-between; 
		gap: 30px;
	}

	#location-panel .item .address{
		margin-bottom: 20px;
	}

	#location-panel .close{
		right: 22px;
	}
}

/* ~~~ FOOTER ~~~ */

footer{
	font-size: 14px;
	background: #CBF0F0;
	border-radius: 80px 80px 0 0;
	margin-top: 60px;
	padding-top: 40px;
	padding-bottom: 64px;
}

.footer{
	text-align: center;
}

.footer .logo{
	margin-bottom: 30px;
	text-align: center;
}

.footer .logo img{
	width: 140px;
}

.footer h3{
	color: #006072;
	font-weight: 600;
	font-size: 16px;
	line-height: 140%;
	margin-bottom: 10px;
}

footer a{
	color: #006072;
}

.footer-text{
	display: none;
	opacity: 0;
}

.footer-phones{
	font-weight: 600;
}

.footer .item{
	margin-bottom: 20px;
}

.footer .item p{
	margin-bottom: 6px;
}

.footer .item a:not(.social-link){
	color: #111;
	text-decoration: none;
}

.footer .item a{
	font-weight: 600;
}

.footer .item a.social-link{
	color: #006072;
}

.copyright{
	font-weight: 500;
	font-size: 13px;
	line-height: 140%;
	margin-bottom: 10px;
}

.gws-copyright{
	font-size: 13px;
}

@media screen and (min-width: 992px){
	footer{
		margin-top: 80px;
		padding-bottom: 0;
	}

	.footer{
		padding-bottom: 64px;
		text-align: left;
	}

	.footer .logo{
		text-align: left;
		margin-bottom: 20px;
	}

	.footer .logo img{
		width: 171px;
	}

	.footer-text{
		display: block;
		opacity: 1;
		font-size: 12px;
		line-height: 140%;
		margin-bottom: 15px;
	}

	.footer-text,
	.copyright{
		width: 265px;
	}
}

/* TABLET */

@media screen and (min-width: 576px) and (max-width: 991px){
	header.sticky .h-left,
	header.sticky .h-center{
		display: none;
	}

	header.sticky .header-top{
		padding: 0;
	}

	header.sticky .h-right{
		margin: 0;
	}

	#navbarSupportedContent{
		overflow-y: auto;
	}

	header.sticky #navbarSupportedContent{
		top: 55px;
	}

	.header-top .container{
		max-width: 100%;
	}

	.header-top .social{
		position: absolute;
		top: 22px;
	}

	#navbarSupportedContent .close{
		right: 54px;
	}

	.h-right{
		padding: 7px 20px 7px 100px;
	}

	.header-bottom .logo-crost{
		top: -51px;
	}

	.doctors-items{
		display: flex;
		flex-wrap: wrap;
	}

	.doctors-items .item{
		min-width: 46%;
		width: 46%;
		margin-right: 20px;
		margin-bottom: 20px;
	}

	.doctors-items .item:nth-child(2n){
		margin-right: 0;
	}

	.photocarousel .item{
		margin: 0 10px;
	}

	.shedule-table .sh-head{
		display: none;
	}
}

@media screen and (min-width: 992px) and (max-width: 1320px){
	.doctors-items .item{
		min-width: 28%;
		width: 28%;
		margin-right: 20px;
		margin-bottom: 20px;
		padding-bottom: 30px;
	}
}

#documents{
	margin-top: 45px;
}

#documents h2{
	text-align: center;
    color: #006072;
    margin-bottom: 1em;
}

.docs-carousel{
	border: 1px solid #ccc;
	padding: 25px 0 75px;
}

.docs-carousel .item a{
	position: relative;
}

.docs-carousel .item a::after{
	content: ' ';
	display: block;
	position: absolute;
	top: -40px;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto;
	width: 60px;
	height: 60px;
	border-radius: 50%;
	background: url(imgs/icon-zoom.svg) no-repeat 50% 50% #0bb;
}

.docs-carousel .item img{
	max-width: 70%;
	margin: 0 auto;
	border: 1px solid #ccc;
	position: relative;
}

.docs-carousel .slick-prev{
	bottom: -4px;
	left: calc(50% - 120px);
}

.docs-carousel .slick-next{
	bottom: -4px;
	right: calc(50% - 120px);
}

.docs-carousel .slick-dots{
	bottom: 30px;
}

@media screen and (min-width: 992px) {
	#documents{
		margin-top: 65px;
	}

	.docs-carousel{
		border-radius: 80px;
		padding: 40px 0 80px;
	}

	.docs-carousel .item{
		margin: 0 10px;
		padding: 1px 0;
	}

	.docs-carousel .item img{
		max-width: 100%;
		height: 380px;
	}
}

/* ~~~ TABLET ~~~ */

@media screen and (min-width: 768px) and (max-width: 991px) {
	.btn.search{
		display: none;
	}
}
 
/* ~~~ FORM STYLES ~~~ */

input:not([type="submit"]):not([type="checkbox"]):not([type="radio"]):not([type="file"]), textarea, select{
	font-size: 14px;
	padding: 8px 20px 6px;
	box-shadow: none;
	display: inline-block;
	margin-bottom: 12px;
	width: 100%;
	background: rgba(255,255,255,.7);
	border: 1px solid #ccc;
	border-radius: 15px;
}

select{
	height: 52px;
	appearance: none;
	outline: none;
	cursor: pointer;
	position: relative;
	z-index: 1;
}

select::-ms-expand {
	display: none;
}

.custom-select{
	position: relative;
}

.custom-select::before{
	content: '';
	display: block;
	width: 10px;
	height: 6px;
	background: url('imgs/caret.svg') no-repeat 0 0;
	position: absolute;
	top: 40%;
	right: 30px;
	z-index: 2;
}

input:not([type="submit"]):not([type="checkbox"]):not([type="radio"]):focus, textarea:focus{
	background: #fff;
	border: 1px solid #006072;
	outline: none;
	box-shadow: none;
}

input[type="submit"]{
	border: 0!important;
}

textarea{
	min-width: 100%;
	width: 100%;
	max-width: 100%;
	min-height: 110px;
	height: 110px;
	max-height: 150px;
	margin-bottom: 20px;
}

::-webkit-input-placeholder{color: #111;}
::-moz-placeholder{color: #111;}
:-moz-placeholder{color: #111;}
:-ms-input-placeholder{color: #111;}

:focus::-webkit-input-placeholder{color: transparent}
:focus::-moz-placeholder {color: transparent}
:focus:-moz-placeholder{color: transparent}
:focus:-ms-input-placeholder{color: transparent}

.form-title{
	color: #006072;
	text-align: center;
	font-weight: 700;
	font-size: 20px;
	line-height: 120%;
	margin-bottom: 30px;
}

@media screen and (min-width: 992px) {
	.inputs-row{
		display: flex;
		justify-content: space-between;
	}
	
	.inputs-row .item{
		padding: 0 10px;
		width: 100%!important;
		max-width: 100%!important;
	}
	
	.inputs-row .item:first-child{
		padding-left: 0;
	}
	
	.inputs-row .item:last-child{
		padding-right: 0;
	}

	.item-acceptance{
		max-width: 200px;
	}

	.item-submit{
		text-align: left;
		padding-left: 100px !important;
	}
}

/* ~~~ CUSTOM ACCEPTANCE ~~~ */

.wpcf7-acceptance{
	display: inline-block;
	text-align: left;
}

.wpcf7-acceptance span.wpcf7-list-item{
	margin: 0;
}

.custom-checkbox {
	position: absolute;
	z-index: -1;
	opacity: 0;
}

.wpcf7-acceptance label{
	font-size: 12px;
	line-height: 1.2em;
	color: #111;
	display: inline-flex;
	align-items: flex-start;
	user-select: none;
}

.wpcf7-acceptance label a{
	color: #111;
}

.wpcf7-acceptance label::before{
	content: '';
	display: inline-block;
	width: 20px;
	height: 20px;
	flex-shrink: 0;
	flex-grow: 0;
	border: 1px solid #bbb;
	background: #f0f0f0;
	border-radius: 5px;
    margin-right: 12px;
	background-repeat: no-repeat;
	background-position: 100% 50%;
	background-size: 84% 84%;
	cursor: pointer;
}

.wpcf7-acceptance label a{
	text-decoration: underline!important;
}

label.has-cheked-input::before{
	background-image: url("imgs/accept-check.svg");
}

/* ~~~ SOME CF7 STYLES HERE ~~~ */

div.wpcf7-response-output {
	margin: 1em 0.5em 1em;
	padding: 0.2em 1em;
	font-size: 12px;
	line-height: 1.2em;
	text-align: center;
	clear: both;
}

div.wpcf7 .screen-reader-response {
	position: absolute;
	overflow: hidden;
	clip: rect(1px, 1px, 1px, 1px);
	height: 1px;
	width: 1px;
	margin: 0;
	padding: 0;
	border: 0;
}

.wpcf7-form-control-wrap {
	position: relative;
}

span.wpcf7-not-valid-tip {
	color: #f00;
    font-size: 11px;
    font-weight: normal;
    display: block;
    position: absolute;
    top: -12px;
    right: 7px;
}

.use-floating-validation-tip span.wpcf7-not-valid-tip {
	position: absolute;
	top: 20%;
	left: 20%;
	z-index: 100;
	border: 1px solid #ff0000;
	background: #fff;
	padding: .2em .8em;
}

.grecaptcha-badge{
	opacity: 0;
}

.wpcf7 input[name="order-item"],
.wpcf7-spinner{
	display: none !important;
}

.wpcf7 p{
	margin-bottom: 0;
}

/* ~~~ SLICK THEME.CSS HERE ~~~ */

/* Arrows */
.slick-prev,
.slick-next{
	font-size: 0;
    line-height: 0;
    position: absolute;
    top: inherit;
	bottom: 0;
    width: 42px;
	height: 42px;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    cursor: pointer;
    color: transparent;
    border: none;
    outline: none;
    background: transparent;
	z-index: 1;
}

.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus{
    color: transparent;
    outline: none;
    background: transparent;
}

.slick-prev:hover::before,
.slick-prev:focus::before,
.slick-next:hover::before,
.slick-next:focus::before{
    opacity: 1;
}

.slick-prev.slick-disabled::before,
.slick-next.slick-disabled::before{
    opacity: .8;
	filter: grayscale(1);
}

.slick-prev::before,
.slick-next::before{
    content: '';
	display: block;
	position: absolute;
	width: 42px;
	height: 42px;
	top: 0;
	left: 0;
	background-image: url(imgs/arrow-slider.svg);
	background-repeat: no-repeat;
	background-position: 0 0;
	background-size: cover;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.slick-prev::before{
	transform: scale(-1,1);
}

.slick-prev{
	left: 30px;
}

.slick-next{
    right: 30px;
}

.slick-slide img{
	margin: 0 auto;
}

@media screen and (min-width: 992px){	
	.slick-prev,
	.slick-next{
		bottom: -4px;
	}

	.slick-prev{
		left: 41%;
	}
	
	.slick-next{
		right: 41%;
	}
}

/* Dots */
.slick-dots{
    position: absolute;
    bottom: 30px;
    display: block;
    width: 100%;
    padding: 0;
    list-style: none;
    text-align: center;
	margin-bottom: 0;
}

.slick-dots li{
    position: relative;
    display: inline-block;
    width: 8px;
    height: 8px;
    margin: 0 10px;
    padding: 0!important;
    cursor: pointer;
}

.slick-dots li::before{
	content: none!important;
}

.slick-dots li button{
    font-size: 0;
    line-height: 0;
    display: block;
    width: 8px;
    height: 8px;
	border-radius: 50%;
	padding: 5px;
    cursor: pointer;
    border: 0;
    outline: none;
	border: 1px solid #ccc;
    background: #ccc;
}

.slick-dots li button:hover,
.slick-dots li.slick-active button{
	border: 1px solid transparent;
	background: #00AAAA;
}

@media screen and (min-width: 992px){

}

/* ~~~ MODAL STYLES ~~~ */

body.modal-open{
	overflow: visible!important;
	padding-right: 0!important;
}

.modal-body form{
	text-align: center;
}

.modal-dialog{
	width: 90%;
	max-width: 400px;
	border: 1px solid #fff;
	border-radius: 5px;
	box-shadow: none;
	margin: 5% auto;
	background: #0071ce;
	color: #fff;
}

.modal-dialog.modal-text{
	max-width: 800px;
}

.modal-dialog a{
	color: #fff;
}

.modal-content{
	border: none;
	box-shadow: none;
	background: transparent;
}

.modal-content .btn{
	margin-top: 10px;
}

.modal-header{
	border: none;
}

.modal-body{
	margin: 0 15px;
	padding: 0 1rem;
}

.modal-content .form-title{
	font-size: 21px;
    margin-bottom: 20px;
    text-transform: uppercase;
}

.modal input, .modal textarea{
	margin-bottom: 15px!important;
}

.modal div.wpcf7-response-output{
	text-align: center;
}

.modal-full{
	width: 100%!important;
	max-width: 100%;
	height: 100%;
	background: rgba(255,255,255,1);
	top: 0;
	left: 0;
}

/* ~~~ WP DEFAULT STYLES ~~~ */

img.size-full, img{
	width: auto;
	height: auto;
	max-width: 100%;
}

.alignnone {
    margin: 5px 20px 20px 0;
}

.alignright,
.alignleft,
.aligncenter, div.aligncenter {
    margin: auto;
}

.aligncenter{
    display: block;
    margin: 5px auto 5px auto;
}

a img.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}

a img.alignnone {
    margin: 5px 20px 20px 0;
}

a img.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto
}

.pagination h2.screen-reader-text{
	display: none;
}

.nav-links .page-numbers{
	font-size: 17px;
	display: inline-block;
	background: #0099cc;
	color: #fff;
	text-decoration: none;
	padding: 5px 10px;
}

.nav-links .page-numbers:hover{
	background: #f7941c;
}

.nav-links .current,
.nav-links .current:hover{
	background: none;
	color: #323232;
}

@media screen and (min-width: 992px) {
	.alignright {
		float: right;
		margin: 5px 0 20px 20px;
	}
	.alignleft {
		float: left;
		margin: 5px 20px 20px 0;
	}
}

/* ~~~ WP DEFAULT GALLERY ~~~ */

.gallery {
	margin-bottom: 1.5em;
}

.gallery-item {
	display: inline-block;
	text-align: center;
	vertical-align: top;
	width: 100%;
}

.gallery-columns-2 .gallery-item {
	max-width: 50%;
}

.gallery-columns-3 .gallery-item {
	max-width: 33.33%;
}

.gallery-columns-4 .gallery-item {
	max-width: 25%;
}

.gallery-columns-5 .gallery-item {
	max-width: 20%;
}

.gallery-columns-6 .gallery-item {
	max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
	max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
	max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
	max-width: 11.11%;
}

.gallery-caption {
	display: block;
}