::-webkit-scrollbar {
	width: 5px
}

::-webkit-scrollbar-track {
	background: #d9d9d9;
	border-radius: 5px;
	width: 5px
}

::-webkit-scrollbar-thumb {
	background-color: #EF3541;
	border-radius: 5px;
	height: auto;
	position: relative
}

::-webkit-scrollbar-thumb::before {
	content: '▲';
	display: flex;
	justify-content: center;
	align-items: center;
	color: #fff;
	font-size: 12px;
	position: absolute;
	top: 0;
	left: 50%;
	transform: translateX(-50%)
}

::-webkit-scrollbar-thumb::after {
	content: '▼';
	display: flex;
	justify-content: center;
	align-items: center;
	color: #fff;
	font-size: 12px;
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%)
}

.contact-header {
	display: flex;
	color: #000;
	text-decoration: none
}

.mobile-container {
	padding: 12px;
	border-radius: 32px;
	background: 0 0
}

.mobile-slide-menu .block {
	display: none;
	opacity: 0;
	transition: opacity .5s ease-in-out
}

.mobile-slide-menu .block.active {
	display: block;
	opacity: 1
}

.back-button,
.mobile_main_menu {
	cursor: pointer;
	margin-bottom: 10px
}

.back-link,
.nav-link-2 {
	display: inline-block;
	text-decoration: none
}

.mobile-top-menu ul {
	list-style: none;
	padding-left: 0
}

.contacts-mobile {
	display: flex;
	flex-direction: column
}

.mobile-slide-menu .divider {
	height: 1px;
	background-color: #f0f0f0;
	margin: 20px 0
}

.contacts-mobile-address .clinics.tags,
.contacts-mobile-address .time {
	display: block !important;
	width: max-content;
	align-self: flex-start
}

.contacts-mobile-address {
	display: flex;
	flex-direction: column
}

.mobile-block-container {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	height: 90vh
}

.mobile-btn {
	width: 288px
}

body.admin header {
	position: relative
}

.section-header {
	display: none
}

.landing-menu {
	position: absolute
}

.mobile-slide-menu {
	display: none
}

.mobile-slide-menu.active {
	display: flex;
	flex-direction: column;
	height: 100vh
}

.body-hidden {
	overflow-y: hidden
}

.mobile.social-links-icon {
	display: block
}

header .tags {
	background: #f0f0f0;
	flex: 0 auto;
	align-self: center;
	font-size: 18px;
	line-height: 24px;
	text-decoration: none;
	display: flex;
	font-weight: 400;
	border-radius: 60px;
	z-index: 1;
	padding: var(--dv-space-xs) var(--dv-space-s);
	gap: 8px
}

header .top .left,
header .top .right {
	display: flex;
	align-items: center;
	gap: 32px
}

header .bottom .main_menu {
	cursor: pointer
}

header .top {
	display: flex;
	justify-content: space-between
}

header .social-links-icon {
	align-self: auto
}

header .btns .desktop-btn {
	padding: 16px 48px;
	border-radius: 30px !important;
	border: 0;
	box-shadow: 0 2px 2px 0 rgb(0 0 0 / 0%), 0 3px 1px -2px rgb(0 0 0 / 0%), 0 1px 5px 0 rgb(0 0 0 / 0%) !important;
	font-size: 20px !important;
	background-color: transparent;
	font-weight: 600 !important;
	position: relative;
	transition: .3s
}

header .btns .desktop-btn span {
	color: #fff;
	transition: .3s
}

header .btns .desktop-btn:before {
	position: absolute;
	content: "";
	background-color: #fff;
	width: calc(100% - 2px);
	height: calc(100% - 2px);
	top: 1px;
	left: 1px;
	opacity: 0;
	z-index: 0;
	border-radius: 30px !important;
	transition: .3s
}

header .btns .desktop-btn:hover:before {
	opacity: 1;
	transition: .3s
}

header .btns .desktop-btn:hover span {
	background-image: linear-gradient(148grad, #EF3541 10%, #a30913 91%);
	color: transparent;
	-webkit-background-clip: text;
	position: relative;
	transition: .3s
}

.module_menu.active .right .block .info .tag-phone {
	align-self: flex-start
}

header .btns .desktop-btn:after {
	position: absolute;
	content: "";
	background-image: linear-gradient(148grad, #EF3541 10%, #a30913 91%);
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: -1;
	border-radius: 30px !important
}

header .btns .mobile-btn {
	padding: 16px 48px;
	border-radius: 30px !important;
	border: 0;
	box-shadow: 0 2px 2px 0 rgb(0 0 0 / 0%), 0 3px 1px -2px rgb(0 0 0 / 0%), 0 1px 5px 0 rgb(0 0 0 / 0%) !important;
	color: #fff !important;
	background: linear-gradient(140deg, #EF3541, #a30913) !important;
	font-size: 20px !important;
	font-weight: 600 !important
}

header .bottom .left .menu ul {
	list-style-type: none;
	display: flex;
	gap: 64px;
	align-items: center;
	margin: 0
}

header .bottom .left {
	display: flex;
	gap: 64px;
	align-items: center
}

header .bottom {
	padding: 12px 0;
	display: flex;
	justify-content: space-between
}

header .module_menu .block ul {
	list-style: none;
	margin: 0;
	padding: 0;
	display: flex;
	flex-direction: column;
	gap: 32px
}

header .module_menu .left .main_menu .post_menu .submenu.active {
	display: block
}

header .module_menu .left .main_menu .post_menu .submenu {
	display: none;
	padding: 32px;
	height: 100%;
	max-height: 490px;
	overflow-y: scroll;
	scrollbar-width: thin;
	scrollbar-color: #EF3541 #D9D9D9
}

header .module_menu .left .main_menu .post_menu .submenu::-webkit-scrollbar {
	width: 20px
}

header .module_menu .left .main_menu .post_menu .submenu::-webkit-scrollbar-track {
	background: #d9d9d9;
	border-radius: 10px
}

header .module_menu .left .main_menu .post_menu .submenu::-webkit-scrollbar-thumb {
	background-color: #EF3541;
	border-radius: 25px;
	height: 20px;
	position: relative
}

header .module_menu .left .main_menu .post_menu .submenu::-webkit-scrollbar-thumb::before {
	content: '▲';
	display: flex;
	justify-content: center;
	align-items: center;
	color: #fff;
	font-size: 12px;
	position: absolute;
	top: 0;
	left: 50%;
	transform: translateX(-50%)
}

header .module_menu .left .main_menu .post_menu .submenu::-webkit-scrollbar-thumb::after {
	content: '▼';
	display: flex;
	justify-content: center;
	align-items: center;
	color: #fff;
	font-size: 12px;
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%)
}

header .module_menu .left .main_menu .page_menu ul a,
header .module_menu .left .main_menu .post_menu ul a {
	padding: 8px 32px
}

header .module_menu .left .main_menu .page_menu ul .selected a,
header .module_menu .left .main_menu .page_menu ul li a:hover,
header .module_menu .left .main_menu .post_menu ul li a:hover {
	background: #EF3541;
	color: #fff;
	border-radius: 32px
}

header .module_menu .left .main_menu .page_menu ul,
header .module_menu .left .main_menu .post_menu ul {
	list-style: none;
	display: flex;
	flex-direction: column;
	gap: 20px;
	padding: 0
}

header .module_menu .left .main_menu .page_menu {
	padding: 32px;
	border-radius: 32px;
	background: #f0f0f0
}

header .module_menu .left .main_menu {
	display: flex;
	gap: 60px
}

header .module_menu .right .info .btns {
	display: flex
}

header .module_menu .right .info {
	display: flex;
	flex-direction: column;
	gap: 32px
}

header .module_menu .right .info .tag-big-number {
	align-self: baseline
}

header .module_menu .right {
	width: 100%;
	max-width: 488px;
	display: flex;
	flex-direction: column;
	gap: 32px
}

header.active-header {
	padding: 16px 100px 300px
}

header .module_menu.active {
	display: flex;
	height: auto
}

header .module_menu {
	padding-top: 16px;
	display: none;
	justify-content: space-between
}

header .module_menu .block {
	padding: 20px 32px;
	background: #f0f0f0;
	border-radius: 32px
}

header {
	/*position: fixed;*/
	position:sticky;
	top: 0;
	width: 100%;
	background: #fff;
	padding: 16px 100px;
	z-index: 999
}

#toggle1 {
	display: flex;
	width: 24px;
	height: 24px;
	justify-content: center;
	align-items: center
}

#toggle1 span:after,
#toggle1 span:before {
	content: "";
	position: absolute;
	left: 0;
	top: -9px
}

#toggle1 span:after {
	top: 9px
}

#toggle1 span {
	position: relative;
	display: block
}

#toggle1 span,
#toggle1 span:after,
#toggle1 span:before {
	width: 24px;
	height: 0.5px;
	background-color: #000;
	transition: .3s;
	backface-visibility: hidden
}

#toggle1.on span {
	background-color: transparent
}

#toggle1.on span:before {
	transform: rotate(45deg) translate(5px, 5px)
}

#toggle1.on span:after {
	transform: rotate(-45deg) translate(7px, -8px)
}

.image-button.pop_menu {
	display: none
}

.logo-image-dv {
	width: 180px
}

@media screen and (max-width:1600px) {

	.clinics.tags,
	.header-phone,
	.time {
		display: none !important
	}
}

@media screen and (max-width:1550px) {
	header .bottom .left{
		gap: 40px;
	}
	header .bottom .left .menu ul {
		gap: 40px;
		padding-left: 30px;
	}
}

@media screen and (max-width:1430px) {
	header .bottom .left{
		gap: 25px;
	}
	header .bottom .left .menu ul {
		gap: 25px;
		padding-left: 20px;
	}
}

@media screen and (max-width:1350px) {
	header .bottom .left{
		gap: 15px;
	}
	header .bottom .left .menu ul {
		gap: 15px;
		padding-left: 10px;
	}
}

@media screen and (max-width:1250px) {
	header .bottom .left{
		gap: 10px;
	}
	header .bottom .left .menu ul {
		gap: 10px;
		padding-left: 10px;
	}
}



@media screen and (max-width:1200px) {
	header .bottom .left .menu ul {
		display: none
	}

	header {
		padding: 16px 32px
	}
}

@media screen and (max-width:991px) {
	header {
		padding: 16px
	}

	.desktop-btn {
		display: none
	}

	.image-button.pop_menu {
		display: flex;
		background: 0 0
	}

	header .bottom {
		display: none
	}
}

@media screen and (max-width:768px) {

	header .bottom .left,
	header .top .left,
	header .top .right {
		flex-direction: row;
		align-items: center;
		gap: 16px
	}

	header .social-links-icon {
		display: none
	}

	header .btns {
		align-self: center
	}

	header .bottom .left .menu ul {
		flex-direction: column;
		gap: 16px
	}

	header {
		padding: 16px 20px
	}
}

@media screen and (max-width:480px) {
	header .btns button {
		padding: 12px 24px;
		font-size: 16px
	}

	header .btns {
		align-self: center
	}

	header .mobile-block-container .info .contacts-mobile .btns {
		align-self: flex-start
	}

	header .bottom .left .menu ul {
		gap: 8px
	}

	header {
		padding: 8px 10px
	}
}

@media screen and (max-height:667px) {
	:root {
		--s: 4px
	}
}

#scrollBtn {
	display: none;
	position: fixed;
	bottom: 131px;
	right: 53px;
	z-index: 99;
	border: none;
	outline: 0;
	background: linear-gradient(135deg, #EF3541 0, #a30913 100%);
	cursor: pointer;
	width: 48px;
	height: 48px;
	border-radius: 50%;
	box-shadow: 0 4px 8px rgba(0, 0, 0, .2);
	transition: background-color .3s, box-shadow .3s;
	padding: 0
}

#scrollBtn:hover {
	box-shadow: 0 6px 12px rgba(0, 0, 0, .3)
}

#scrollBtn img {
	width: 24px;
	height: 24px
}

@media (min-width:992px) {
	header .module_menu .left .main_menu .page_menu ul li a {
		white-space: nowrap
	}

	header .module_menu .left .main_menu .page_menu ul,
	header .module_menu .left .main_menu .post_menu {
		width: 100%
	}

	header .module_menu .left .main_menu .post_menu .submenu::-webkit-scrollbar {
		width: 0;
		height: 0;
		display: none
	}

	header .module_menu .left .main_menu .post_menu {
		position: relative
	}

	header .module_menu .left .main_menu .post_menu .submenu {
		overflow-y: auto !important;
		scrollbar-width: none;
		-ms-overflow-style: none;
		position: relative
	}

	header .module_menu .left {
		width: 100%
	}

	header .module_menu .right {
		max-width: 326px
	}

	header .module_menu .left .main_menu .post_menu.has-scroll::after {
		content: "";
		position: absolute;
		bottom: 0;
		left: 40%;
		margin: auto;
		width: 50px;
		height: 50px;
		background: url("/upload/scroll2.png") center/contain no-repeat;
		pointer-events: none;
		animation: 1s ease-in-out infinite moveUpDown
	}

	@keyframes moveUpDown {

		0%,
		100% {
			transform: translateY(0)
		}

		50% {
			transform: translateY(-10px)
		}
	}
}