#breadcrumbs {
	margin-bottom: 20px;
}

.button-wrapper {
	text-align: center;
	margin-top: 30px;
}

.button.gold {
	display: inline-block;
}

.services-swiper:not(.swiper-initialized) {
	visibility: hidden;
}

.video::after {
	-webkit-backdrop-filter: none;
	backdrop-filter: none;
}

.video+.controls {
	position: absolute;
	top: 10px;
	right: 10px;
}

.video.stopped+.controls {
	display: none;
}

video::-webkit-media-controls {
	display: none;
}

.full-screen-icon {
	background: url(/wp-content/themes/mil/images/fullscreen.svg) no-repeat;
	background-size: contain;
	width: 30px;
	height: 30px;
}

.service-text {
	width: 60%;
	margin-left: 0;
}

.service-img {
	width: 40%;
}

#first-screen {

	margin-bottom: 88px;
	position: relative;
	background: -webkit-gradient(linear, left top, left bottom, from(#FFFFFF), to(#E7E7EF));
	background: -o-linear-gradient(top, #FFFFFF 0%, #E7E7EF 100%);
	background: linear-gradient(180deg, #FFFFFF 0%, #E7E7EF 100%);
	padding: 42px 0;
}


#first-screen .container {
	position: relative;
	z-index: 1;
}

#first-screen .block-inner {
	background: url(/wp-content/uploads/2024/10/bbl.opti_.webp) no-repeat;
	background-position: right center;
	background-size: 45% auto;
	padding: 42px 0 76px;
}

@media(max-width: 1024px) {
	#first-screen .block-inner {
		background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0.7)), to(rgba(255, 255, 255, 0.7))), url(/wp-content/uploads/2024/10/bbl.opti_.webp) no-repeat;
		background: -o-linear-gradient(top, rgba(255, 255, 255, 0.7) 0%, rgba(255, 255, 255, 0.7) 100%), url(/wp-content/uploads/2024/10/bbl.opti_.webp) no-repeat;
		background: linear-gradient(180deg, rgba(255, 255, 255, 0.7) 0%, rgba(255, 255, 255, 0.7) 100%), url(/wp-content/uploads/2024/10/bbl.opti_.webp) no-repeat;
		background-position: right bottom;
		background-size: contain;
	}

	.service-text {
		width: 100%;
		margin-left: 0;
		position: relative;
		z-index: 1;
		text-align: center;
	}

	.service-img {
		position: absolute;
		z-index: 0;
		width: 100%;
		left: auto;
		right: auto;
		top: 0;
	}

	.service-img:after {
		background: -o-radial-gradient(rgba(255, 255, 255, 0.4) 16%, #fff 71%);
		background: radial-gradient(rgba(255, 255, 255, 0.4) 16%, #fff 71%);
	}
}

#first-screen img {
	border-radius: 10px;
}

#first-screen .section-title-text,
.service-text h1 {
	font-size: 36px;
	font-weight: 700;
	line-height: 120%;
	margin-bottom: 24px;
}

#first-screen .section-title-text span {
	color: #014a8d;
}

#first-screen ul,
.service-text ul {
	list-style: none;
	padding-left: 0;
	font-size: 20px
}


#first-screen-description {
	font-family: 'Berlingske Serif';
	font-size: 30px;
	line-height: 120%;
	font-weight: 600;
	margin-bottom: 50px;
}

#first-screen-description span {
	font-weight: 400;
}

#first-screen-quiz {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	gap: 5px;
	text-align: center;
}

#first-screen-quiz p {
	font-weight: 400;
	margin-bottom: 30px;
}

@media(max-width: 768px) {

	#first-screen .section-title-text,
	.service-text h1 {
		font-size: 32px;
	}

	#first-screen ul,
	.service-text ul {
		font-size: 16px;
	}

	#breadcrumbs {
		display: none;
	}

	#first-screen .section-title-text {
		font-size: 30px;
	}

	#first-screen .block-inner {
		background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0.7)), to(rgba(255, 255, 255, 0.7))), url(/wp-content/uploads/2024/10/bbl.opti_.webp) no-repeat;
		background: -o-linear-gradient(top, rgba(255, 255, 255, 0.7) 0%, rgba(255, 255, 255, 0.7) 100%), url(/wp-content/uploads/2024/10/bbl.opti_.webp) no-repeat;
		background: linear-gradient(180deg, rgba(255, 255, 255, 0.7) 0%, rgba(255, 255, 255, 0.7) 100%), url(/wp-content/uploads/2024/10/bbl.opti_.webp) no-repeat;
		background-position: center bottom;
		background-size: cover;
		margin: 0 !important;
		padding-left: 15px;
		padding-right: 15px;
	}

	#first-screen:after {
		display: none;
	}

	#first-screen-description {
		font-size: 20px;
		text-align: center;
	}

	#first-screen-quiz {
		text-align: center;
	}
}

#second-screen {
	margin-top: 100px;
}


#second-screen h2 {
	margin-bottom: 47px;
	text-align: left;
}


#second-screen .grid {
	grid-gap: 30px;
}

.second-screen-item {
	padding: 16px;
	border-radius: 10px;
	-webkit-box-shadow: -5px 5px 30px 10px rgba(0, 0, 0, 0.1);
	box-shadow: -5px 5px 30px 10px rgba(0, 0, 0, 0.1);
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s;

}

.second-screen-item div {
	width: 100%;
	height: 240px;
	overflow: hidden;
	border-radius: 10px;
	margin-bottom: 25px;
}

.second-screen-item img {
	-o-object-fit: cover;
	object-fit: cover;
	-o-object-position: center;
	object-position: center;
	width: 100%;
	height: 100%;
	-webkit-filter: grayscale(1);
	filter: grayscale(1);
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
}

.second-screen-item:active img {
	-webkit-filter: grayscale(0);
	filter: grayscale(0);
}

@media (hover: hover) {
	.second-screen-item:hover img {
		-webkit-filter: grayscale(0);
		filter: grayscale(0);
	}
}

.second-screen-item h3 {
	text-align: center;
	font-family: 'Lato';
}

@media (max-width: 460px) {
	.second-screen-item div {
		height: 150px;
	}

	#second-screen h2 {
		margin-bottom: 22px;
	}
}

#results-block {
	margin-top: 120px;
}

#results-block h2 {
	text-align: left;
	margin-bottom: 60px;
}

.services-swiper {
	overflow: hidden;
	position: relative;
}

.services-swiper-item {
	width: 100%;
	height: 100%;
	border-radius: 10px;
	overflow: hidden;
}

.services-swiper-item img {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	-o-object-position: center;
	object-position: center;
}

#third-screen {
	margin-top: 120px;
}

#third-screen h3 {
	font-size: 30px;
}

#third-screen p,
#third-screen span {
	font-weight: 400;
}

#third-screen .block-inner {
	padding: 60px;
}

#third-screen-video {
	position: relative;
}

#third-screen-video .video {
	height: 500px;
}

#third-screen-video video {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	-o-object-position: top center;
	object-position: top center;
}

video:-webkit-full-screen {
	object-fit: contain !important;
}

video:-ms-fullscreen {
	object-fit: contain !important;
}

video:fullscreen {
	-o-object-fit: contain !important;
	object-fit: contain !important;
}

#third-screen-text {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: start;
}

#third-screen-text a {
	margin-top: auto;
	margin-bottom: 0;
	display: inline-block;
}

@media(max-width: 1024px) {
	#third-screen-text a {
		margin-top: 35px;
	}

	#results-block h2 {
		margin-bottom: 22px;
	}
}

@media(max-width: 768px) {
	#results-block h2 {
		font-size: 18px;
		line-height: 150%;
	}

	#third-screen-video {
		-webkit-box-ordinal-group: 0;
		-ms-flex-order: -1;
		order: -1;
	}

	#third-screen h3 {
		font-size: 22px;
	}

	#third-screen .block-inner {
		padding: 15px;
	}
}


#prices h2 span {
	font-weight: bold;
}

#serv-services {
	max-width: 970px;
	margin-left: auto;
	margin-right: auto;
}

/* #serv-services tr:nth-child(10)~tr {
	display: none;
} */

#show-full-price {
	text-align: center;
}

#show-full-price span {
	text-decoration: underline;
	color: rgba(1, 74, 141, 1);
	font-size: 12px;
	font-weight: 700;
	cursor: pointer;
}

#show-full-price span:active {
	text-decoration: none;
}

@media (hover: hover) {
	#show-full-price span:hover {
		text-decoration: none;
	}
}

#get-test-block {
	margin-top: 120px;
}

#get-test-block .block-inner {
	background: url(https://milarclinic.ru/wp-content/uploads/2024/10/gayane.opti_-1.webp) no-repeat, -o-linear-gradient(346.94deg, rgba(1, 74, 141, 0.2) -46.6%, rgba(255, 255, 255, 0.2) 79.28%);
	background: url(https://milarclinic.ru/wp-content/uploads/2024/10/gayane.opti_-1.webp) no-repeat, linear-gradient(103.06deg, rgba(1, 74, 141, 0.2) -46.6%, rgba(255, 255, 255, 0.2) 79.28%);
	background-position: top 0 right 0;
	background-size: auto calc(100% - 66px), auto;
	padding: 120px 66px 100px;
	position: relative;
}


#get-test-left {
	width: 50%;
}

#get-test-left h2 {
	text-align: left;
}

#get-test-left h2 span {
	font-weight: 700;
}

#get-test-left-text {
	font-weight: 400;
}

#get-test-left-text p {
	font-size: 18px;
	margin-bottom: 24px;
}

#get-test-left-text ul {
	list-style: none;
	font-size: 14px;
	margin-left: 0;
	padding-left: 0;
	margin-bottom: 40px;
}

#get-test-left-text li+li {
	margin-top: 12px;
}

#get-test-right-text {
	position: absolute;
	right: 94px;
	bottom: 144px;
}

#get-test-cite {
	max-width: 420px;
	position: relative;
}

#get-test-cite .quote {
	color: rgb(174, 174, 174);
	font-size: 150px;
	font-style: italic;
	font-weight: 400;
	line-height: 120%;
	position: absolute;
	top: 0;
	left: 0;
}

#get-test-cite div {
	top: 64px;
	left: 46px;
	position: relative;
	background: #fff;
	border-radius: 10px;
	padding: 16px;
}

#get-test-cite p {
	margin-top: 10px;
	margin-bottom: 0;
}

#get-test-cite b {
	font-family: 'Berlingske Serif'
}

@media(max-width: 1024px) {
	#get-test-block .block-inner {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: reverse;
		-ms-flex-direction: column-reverse;
		flex-direction: column-reverse;
		padding: 20px;
		background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0.7)), to(rgba(255, 255, 255, 0.7))), url(https://milarclinic.ru/wp-content/uploads/2024/10/gayane.opti_-1.webp) no-repeat;
		background: -o-linear-gradient(top, rgba(255, 255, 255, 0.7) 0%, rgba(255, 255, 255, 0.7) 100%), url(https://milarclinic.ru/wp-content/uploads/2024/10/gayane.opti_-1.webp) no-repeat;
		background: linear-gradient(180deg, rgba(255, 255, 255, 0.7) 0%, rgba(255, 255, 255, 0.7) 100%), url(https://milarclinic.ru/wp-content/uploads/2024/10/gayane.opti_-1.webp) no-repeat;
		background-position: bottom -100px right;
		background-size: auto calc(100% - 66px);
	}

	#get-test-left h2 {
		margin-bottom: 200px;
	}

	#get-test-left {
		width: 100%;
	}

	#get-test-right-text {
		position: relative;
		top: 0;
		left: -45px;
		margin-bottom: 100px;
	}
}

@media(max-width:768px) {
	#get-test-left-text {
		text-align: center;
		margin-top: 50px;
	}
}

#block-reviews {
	margin-top: 100px;
}

#reviews-block {
	margin-top: 100px;
}

#reviews-block h2 span {
	font-weight: 700;
}


.archive #main-block {
	margin-bottom: 50px;
}