.accordion.fix {
	z-index: 1000 !important;
}

body,
html {
	height: 100% !important;
}

h1 {
	font-family: 'RalewayBold', sans-serif;
	font-size: 40px;
	color: #f190a4;
	line-height: 50px;
	margin: 40px 0 40px 0;
}

h2 {
	font-family: 'RalewayBold', sans-serif;
	font-size: 36px;
	color: #f190a4;
	line-height: 42px;
	margin: 40px 0 40px 0;
}

h3,
.post-artj h3,
.news-posts .news-detail .detail h3 {
	text-transform: none;
	font-family: 'RalewayBold', sans-serif;
	font-size: 32px;
	color: rgb(241, 144, 164);
	line-height: 38px;
	margin: 40px 0 40px 0;
}

h4 {
	font-family: 'RalewayBold', sans-serif;
	font-size: 28px;
	color: #222;
	line-height: 34px;
	margin: 30px 0 30px 0;
}

h5 {
	font-family: 'RalewayBold', sans-serif;
	font-size: 24px;
	color: #222;
	line-height: 28px;
	margin: 30px 0 30px 0;
}

h6,
.uzi-work h6 {
	font-family: 'RalewayBold', sans-serif;
	font-size: 20px;
	color: #222;
	line-height: 24px;
	margin: 30px 0 30px 0;
}

.all-team-members .detail h6 {
	height: 54px;
	margin-bottom: 10px;
}

.endok-banner-first-text h1 {
	color: #fff;
}

.paging h2 {
	margin: 0;
}

.news-sec h3 {
	margin: 0;
	height: 93px !important;
}

.member-detail .team-detail .name h6 {
	margin: 0 0 10px 0;
}

p {
	font-family: 'RalewayRegular', sans-serif !important;
	font-size: 20px;
}

.news-posts .news-detail .detail p,
.procedures p {
	margin: 30px 0;
}

.news-detail ul {
	font-family: 'RalewayRegular', sans-serif !important;
}

.uzi-work {
	margin-top: 0 !important;
}

.member-detail {
	font-family: 'RalewayRegular', sans-serif !important;
	line-height: 27px;
}

#procedures-links li {
	margin: 0;
}

.post-artj ul,
.uzi-work ul,
.news-detail ul {
	margin: 30px 0;
}

.post-artj ul li,
.uzi-work ul li,
.news-detail ul li,
.procedures ul li,
.procedures ol li {
	font-family: 'RalewayRegular', sans-serif !important;
	list-style-type: disc;
	font-size: 20px;
	line-height: 26px;
	margin-top: 15px;
}

.procedures ul li {
	list-style: outside;
	margin-left: 50px;
}

.procedures ol li {
	margin-left: 50px;
	list-style-type: decimal;
}

.procedures {
	padding: 40px 0 !important;
}

.procedures-links ul li {
	list-style: none !important;
}

.mob-header-btn {
	position: absolute;
	left: 0;
	right: 0;
	margin: auto;
	background: #525866;
	color: #fff;
	padding: 12px 15px;
	display: inline-block;
	text-transform: uppercase;
	font-weight: 700;
	cursor: pointer;
	transition: background 0.5s ease-in-out;
	max-width: 200px;
	text-align: center;
	top: 20px;
	z-index: 10;
	/* animation-name: headerBtnShow;
    animation-duration: .2s;
    animation-delay: 2s;
    animation-fill-mode: forwards; */
}

/* @keyframes headerBtnShow {
    from {visibility: hidden;}
    to {visibility: visible;}
} */
.appointment {
	display: none;
}

.mm-menu.mm-hasheader>.mm-panel {
	padding-top: 160px !important;
}

a.mob-header-btn {
	top: 80px;
}

span.appointment-header {
	margin: 0;
}

a.appointment-header {
	display: block;
	color: #fff !important;
	text-align: center;
}

.ap-header-form {
	position: fixed;
	overflow: hidden;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	display: none;
	background: rgba(180, 180, 180, 0.8) !important;
	z-index: 999 !important;
}

.ap-header-form .wpcf7 {
	position: relative;
	max-width: 380px;
	margin: 150px auto;
	background-color: #fff;
	padding: 32px 24px;
}

.ap-header-form .wpcf7 .wpcf7-form {
	padding-top: 28px;
}

.ap-header-form .wpcf7 .close {
	position: absolute;
	top: -32px;
	right: -16px;
	width: 24px;
	height: 32px;
	opacity: 1;
}

.ap-header-form .wpcf7 .close span {
	position: absolute;
	width: 24px;
	height: 2px;
	background-color: #444;
	top: 20px;
}

.ap-header-form .wpcf7 .cf7sg-response-output {
	font-size: 14px;
	margin: 12px 0 0;
	text-align: center;
}

.ap-header-form .wpcf7 .close span:first-child {
	transform: rotate(-45deg);
}

.ap-header-form .wpcf7 .close span:last-child {
	transform: rotate(45deg);
}

.ap-header-form .wpcf7 .form-header {
	font-size: 34px;
	color: #444444 !important;
}

.ap-header-form .wpcf7 h3 {
	margin: 0 0 20px 0;
	text-transform: none;
}

.ap-header-form .wpcf7 p {
	display: block;
	margin-top: 24px;
}

.ap-header-form .wpcf7 .close+p {
	width: auto;
	margin: 0 0;
	position: absolute;
	left: 0;
	top: 0;
	font-size: sans-serif !important;
}

.ap-header-form .wpcf7 .wpcf7-form-control.wpcf7-submit {
	padding: 10px 20px;
	background-color: #f190a4;
	color: #fff;
	width: 200px;
	margin: 0 auto;
	text-transform: none;
	border-bottom: none !important;
	width: 100%;
	margin-top: 24px;
}

.ap-header-form .wpcf7 p:nth-child(7) {
	width: 100%;
}

.ap-header-form .wpcf7 p:nth-child(8) {
	width: 100%;
	margin: 0;
}

.ap-header-form .wpcf7 textarea {
	width: 100%;
	height: 30px;
	color: #444444 !important;
	resize: none;
}

.ap-header-form .wpcf7 textarea::placeholder {
	color: #444444 !important;
}

.ap-header-form .wpcf7 input,
.ap-header-form .wpcf7 textarea {
	width: 100%;
	outline: none;
	font-size: 16px;
	border: none;
	border-bottom: 2px solid #444;
	padding-bottom: 5px;
}

span.wpcf7-not-valid-tip {
	display: block;
	font-size: 12px !important;
	margin-top: 6px;
}

.mob-tell li {
	margin-bottom: 5px;
}

span.wpcf7-not-valid-tip {
	line-height: 1;
}

body div.wpcf7-response-output {
	left: 53.5% !important;
	top: auto !important;
	margin-top: 0 !important;
	right: -54px !important;
	padding-left: 20px !important;
}

.services-content {
	padding-top: 40px;
}

.services-content h2 {
	font-size: 25px;
	margin: 20px 0;
}

.services-content h3 {
	font-size: 20px;
	margin: 15px 0;
}

#appointment-btn {
	position: fixed;
	transform: rotate(90deg);
	top: 110%;
	right: -70px;
	cursor: pointer;
	padding: 8px 18px;
	background-color: #525866;
	color: #fff;
	border-radius: 6px;
	font-family: 'Source Sans Pro', sans-serif;
	text-transform: uppercase;
	letter-spacing: 0.5px;
	transition: top 0.4s ease;
	z-index: 10000;
}

#appointment-btn.to-top {
	top: 35%;
}

@media screen and (max-width: 768px) {
	.mob-tell {
		position: absolute !important;
		top: 5px !important;
		width: 300px !important;
		right: -5 !important;
	}

	.mob-tell a {
		width: auto !important;
		margin-left: 10px !important;
		border-bottom: 1px solid red !important;
		line-height: 1.2 !important;
		float: left !important;
	}

	.mob-tell .icon-phone4 {
		margin-left: 15px !important;
		margin-right: 0 !important;
		margin-top: 3px !important;
	}

	a.logo {
		width: 100% !important;
		margin-top: 29px !important;
	}

	.mobMenu,
	.mapIcon {
		margin-top: 20px;
	}

	.appointment {
		position: absolute;
		top: 20px;
		right: 104px;
		width: 41px;
		height: 41px;
		display: block;
		background: url(../images/entry-icon.png) no-repeat center;
		z-index: 1000;
		background-size: cover;
		border-radius: 6px;
	}

	#page header.sticky .mobMenu {
		top: 0px !important;
	}

	.sticky a.logo {
		margin-top: 0 !important;
	}

	.tell-wrapper {
		margin: 0;
		position: relative;
	}

	.header .col-md-5 {
		left: auto !important;
		right: 0 !important;
	}

	#page .header {
		position: absolute !important;
		top: -81px !important;
	}
}

@media screen and (max-width: 480px) {
	.mob-tell {
		width: 275px !important;
	}

	.ap-header-form .wpcf7 .form-header {
		font-size: 20px;
		line-height: 1.5;
	}

	.ap-header-form .wpcf7 p {
		width: 100% !important;
		margin: 15px 5% 15px 0;
	}

	.ap-header-form .wpcf7 {
		margin: 70px 12px;
	}

	.ap-header-form {
		padding: 15px 0 0 0 !important;
	}

	h3,
	.post-artj h3,
	.news-posts .news-detail .detail h3 {
		font-size: 24px;
		line-height: 1.5;
	}

	h4,
	.post-artj h4,
	.news-posts .news-detail .detail h4 {
		font-size: 20px;
		line-height: 1.5;
	}

	.endok-banner-first-text h1 {
		line-height: 1.5;
	}

	.services-content {
		padding-top: 20px;
	}

	.services-content h2 {
		font-size: 20px;
		line-height: 34px;
	}

	.services-content h3 {
		font-size: 20px;
		line-height: 34px;
	}

	.services-content h5 {
		font-size: 16px;
		line-height: 25px;
	}
}

/* @media screen and (max-width: 430px) {
    body #page .header{
        position: absolute;
        top: -81px;
    }
  } */
@media screen and (max-width: 320px) {
	.mob-tell {
		width: 245px !important;
	}

	.logo img {
		max-width: 122px !important;
		margin-top: 5px !important;
	}

	.mammografiya-banner-first h1 {
		font-size: 17px !important;
		line-height: 1.5 !important;
	}

	.mammografiya-banner-first p {
		font-size: 16px !important;
		line-height: 1.3 !important;
	}
}

.header .nav li.language,
.header .nav li.current-menu-item.language,
.mobile_lang-switch .language {
	margin: 0;
	padding: 10px 0;
	border: 1px solid #f190a4;
	border-radius: 0;
}

.header .nav li.language:hover,
.mobile_lang-switch .language:hover {
	padding: 10px 0;
}

.header .nav li.language.first,
.mobile_lang-switch .language.first {
	border-radius: 5px 0 0 5px;
}

.header .nav li.language.last,
.mobile_lang-switch .language.last {
	border-radius: 0 5px 5px 0;
}

.header .menu-2 .nav li.language a,
.mobile_lang-switch .language {
	padding: 13px 10px !important;
}

.news-posts .news-sec .detail .h3 {
	display: block;
	line-height: normal;
	color: #222;
	font-weight: 600;
	text-transform: none;
	margin: 0 0;
	height: 93px;
	overflow: hidden;
	float: none;
	padding: 15px 0;
	font-size: 20px;
	background: 0 0;
	font-family: 'RalewayBold', sans-serif;
}

.news-posts .news-sec .detail a.h3:hover {
	color: #f190a4;
	transition: 0.5s;
}

.links_block {
	overflow: auto;
}

@media screen and (max-width: 500px) {
	.content table {
		display: block;
		overflow: auto;
	}
}

.content ul {
	margin: 0 0 0 20px;
}

p.answer {
	margin: 0;
}

p.answer:before {
	content: ' ';
	display: inline-block;
	width: 40px;
	height: 20px;
	margin: -20px 12px 6px 6px;
	border-left: 3px solid #f190a4;
	border-bottom: 3px solid #f190a4;
}

.cases h1 {
	text-align: center;
}

.cases #filters-container {
	text-align: center;
}

.cases .cbp-panel {
	margin: 0 auto;
	background-color: #eee;
	border-radius: 20px;
	padding: 5px 0;
}

.cases .cbp-filter-item {
	display: inline-block;
	cursor: pointer;
	font: 500 18px/35px 'Open Sans', sans-serif;
	margin: 10px 35px 5px 35px;
	overflow: visible;
	font-family: 'Raleway', sans-serif;
	padding: 15px 0;
}

.cases .cbp-filter-item {
	margin-bottom: 0;
}

.cases .cbp-l-filters-list .cbp-filter-item.cbp-filter-item-active {
	position: relative;
}

.cases .cbp-l-filters-list .cbp-filter-item.cbp-filter-item-active:before {
	content: ' ';
	position: absolute;
	top: 20px;
	left: -35px;
	width: 20px;
	height: 15px;
	border-left: 3px solid #f98bb0;
	border-top: 3px solid #f98bb0;
	transform: rotate(225deg);
}

.cases .cbp .cbp-item {
	display: none;
}

.cases .cbp .cbp-item.active {
	display: block;
}

.cases #grid-container {
	width: fit-content;
	margin: auto;
}

.cases .cbp-caption-defaultWrap {
	width: fit-content;
	margin: 0 auto;
	position: relative;
	white-space: nowrap;
}

.cases .cbp-caption-defaultWrap:before,
.cases .cbp-caption-defaultWrap:after {
	top: 0;
	position: absolute;
	padding: 10px;
	font-size: 16px;
	font-weight: bold;
	color: #fff;
	text-shadow: -1px -1px black, 1px -1px black, 1px 1px black, -1px 1px black;
}

.cases .cbp-caption-defaultWrap.before:before,
.cases .cbp-caption-defaultWrap.beforeafter:before {
	display: block;
	content: attr(data-before);
	left: 0;
}

.cases .cbp-caption-defaultWrap.after:after,
.cases .cbp-caption-defaultWrap.beforeafter:after {
	display: block;
	content: attr(data-after);
	right: 0;
}

.cases img {
	display: inline-block;
}

.cases .cbp-caption-defaultWrap img {
	width: 360px;
	height: auto;
}

.cases .cbp-caption-defaultWrap.before img,
.cases .cbp-caption-defaultWrap.after img {
	width: 720px;
}

.cases .gallery {
	padding: 4px 0;
	text-align: center;
}

.cases .gallery img {
	width: 100px;
	height: 100px;
	margin: 4px;
	cursor: pointer;
	box-sizing: content-box;
}

.cases .gallery img:hover,
.cases .gallery img.active {
	margin: 0;
	border: 4px solid #f190a4;
}

.cases .gallery img.active {
	cursor: auto;
}

.cases .detail {
	padding: 10px 20px;
}

.cases #pagination {
	display: block;
	width: fit-content;
	margin: 10px auto;
	text-align: center;
}

.cases #pagination>div {
	content: ' ';
	display: inline-block;
	width: 32px;
	height: 32px;
	margin: 2px;
	border: 4px solid #f190a4;
	border-radius: 50%;
	cursor: pointer;
}

.cases #pagination>div.active {
	background-color: #f190a4;
	cursor: auto;
}

.cases .cbp-caption {
	position: relative;
	width: fit-content;
	margin: auto;
}

.cases .previous,
.cases .next {
	position: absolute;
	top: 50%;
	margin-top: -79px;
	display: inline-block;
	width: 79px;
	height: 158px;
	overflow: hidden;
	vertical-align: bottom;
}

.cases .previous {
	left: -79px;
}

.cases .next {
	right: -79px;
}

.cases .previous:before,
.cases .next:before,
.cases .previous:after,
.cases .next:after {
	content: ' ';
	position: absolute;
	width: 50px;
	height: 50px;
	top: 50px;
}

.cases .previous:before,
.cases .next:before {
	border-top: 6px solid #fff;
	border-right: 6px solid #fff;
}

.cases .previous:after,
.cases .next:after {
	border-top: 4px solid #f98bb0;
	border-right: 4px solid #f98bb0;
}

.cases .previous:before,
.cases .previous:after {
	left: 25px;
	transform: rotate(225deg);
}

.cases .next:before,
.cases .next:after {
	right: 25px;
	transform: rotate(45deg);
}

.light {
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(255, 255, 255, 0.8);
	z-index: 9999;
}

.disclaimer {
	position: fixed;
	left: 50%;
	top: 50%;
	width: 300px;
	height: 200px;
	margin: -100px -150px;
	text-align: center;
	font-size: 20px;
	color: #fff;
	background-color: #f190a4;
	border-radius: 20px;
	z-index: 9999;
}

.disclaimer>span {
	display: block;
	font-size: 50px;
	padding: 20px 0 10px 0;
}

.disclaimer a {
	display: inline-block;
	width: 100px;
	margin: 20px;
	padding: 10px;
	color: #fff;
	border: 2px solid #fff;
	border-radius: 10px;
}

.disclaimer a:hover {
	background-color: #fff;
	color: #f190a4;
}

.cases .cf7sg-container:before {
	content: ' ';
	position: absolute;
	top: 10px;
	display: block;
	width: 511px;
	height: 492px;
	background-image: url(/wp-content/themes/medicalguide/images/flower1.png);
	z-index: -1;
}

.cases .cf7sg-container:after {
	content: ' ';
	position: absolute;
	right: 15px;
	top: 50px;
	display: block;
	width: 239px;
	height: 230px;
	background-image: url(/wp-content/themes/medicalguide/images/flower2.png);
	z-index: -1;
}

.cases .cf7sg-container>div {
	width: fit-content;
	margin: 100px auto 100px;
	padding: 0 0 0 100px;
}

.cases .cf7sg-container>div>div {
	width: 960px;
	height: 320px;
	padding: 50px 150px;
	background-color: rgba(232, 91, 129, 0.6);
	border: 1px solid #ffe7ed;
	border-radius: 160px;
	backdrop-filter: blur(7px);
}

.cases .cf7sg-container>div>div .h3header {
	display: none;
}

.cases .cf7sg-container input,
.cases .cf7sg-container textarea {
	color: #fff;
	background: 0 0;
	border: none;
	border-bottom: 2px solid #fff;
}

.cases .cf7sg-container input::placeholder,
.cases .cf7sg-container textarea::placeholder {
	color: #fff;
}

.cases .cf7sg-container input:focus,
.cases .cf7sg-container textarea:focus {
	background-color: rgba(255, 255, 255, 0.5);
	outline: none !important;
	border-radius: 9px 9px 0 0;
}

.cases .cf7sg-container>div>div>form>p {
	display: inline;
}

.cases .cf7sg-container>div>div>form>p>span {
	position: relative;
}

.cases .cf7sg-container>div>div>form>p>span>.wpcf7-not-valid-tip {
	display: block;
	position: absolute;
	top: 35px;
	left: 5px;
	color: #fff;
}

.cases .cf7sg-container>div>div.wpcf7>form.invalid .wpcf7-response-output {
	position: absolute;
	bottom: -20px !important;
	left: -65px !important;
	height: fit-content;
	border: 1px solid #ffe7ed;
	border-radius: 16px;
}

.cases .cf7sg-container input {
	display: inline-block;
	width: 30%;
	margin: 0 5px;
	padding: 5px 0;
}

.cases .cf7sg-container textarea {
	width: 95%;
	margin: 30px 5px;
	height: 36px;
	resize: none;
}

.cases .cf7sg-container input[type='submit'] {
	display: block;
	height: 40px;
	margin: 10px auto 0;
	font-weight: bold;
	color: #ef859e;
	border: none;
	background-color: #fff;
	border-radius: 20px;
}

@media (max-width: 1229px) {
	.cases .cf7sg-container>div {
		padding: 0;
	}
}

@media (max-width: 991px) {
	.cases .cf7sg-container>div {
		margin: 0 0 50px 0;
	}

	.cases .cf7sg-container>div>div {
		width: 100%;
	}

	.cases .cf7sg-container>div>div.wpcf7>form.invalid .wpcf7-response-output {
		bottom: -45px !important;
	}
}

@media (max-width: 750px) {
	.cases .cf7sg-container input {
		width: 45%;
		margin: 5px;
	}
}

@media (max-width: 630px) {
	.cases .cf7sg-container input {
		width: 100%;
		margin: 5px 0;
	}

	.cases .cf7sg-container>div>div {
		padding: 20px 40px;
		border-radius: 40px;
		height: auto;
	}
}

@media (max-width: 599px) {
	.cases .cbp-panel {
		border-radius: 0;
	}

	.cases .cbp-l-filters-list .cbp-filter-item.cbp-filter-item-active:before {
		left: 20px;
	}

	.cases .previous,
	.cases .next {
		z-index: 1;
		margin-top: -79px;
		opacity: 0.7;
	}

	.cases .previous {
		left: 0;
	}

	.cases .next {
		right: 0;
	}

	.cases .cbp-caption-defaultWrap {
		width: 100%;
		white-space: normal;
	}

	.cases .cbp-caption-defaultWrap img {
		width: 100%;
	}

	.cases .cbp-caption-defaultWrap.after:after,
	.cases .cbp-caption-defaultWrap.beforeafter:after {
		top: auto;
		bottom: 0;
	}

	.cases .gallery {
		padding: 2px 0;
	}

	.cases .gallery img {
		width: 75px;
		height: 75px;
		margin: 2px;
	}

	.cases .gallery img:hover,
	.cases .gallery img.active {
		border-width: 2px;
	}

	.cases .cf7sg-container>div>div.wpcf7>form.invalid .wpcf7-response-output {
		bottom: -60px !important;
		top: auto !important;
	}
}

@media (max-width: 991px) {
	.payment-button .button-text {
		white-space: unset;
	}
}