body {
	background-color: #e1ebfa;
}
body.desktop_layout {
	min-width:unset;
}
#footer {
	min-height: unset;
}
#navigation {
	position: static !important;
}
._header-social {
	display: flex;
	gap: 3px;
	margin-top: 5px;
}
.header-phone {
	margin-bottom: 0;
}
.nav-block {
	padding: 1px 0;
}
ul.specialists,
ul.certificates {
	display: flex;
	flex-wrap: wrap;
	gap: 24px;
}
.specialist-item,
.certificate-item {
	flex-basis: 302px;
	max-width: 302px;
}
.specialist-item__name {
	font-weight: 700;
}
.specialist-item__desc {
	margin: 0;
}
img {
	max-width: 100%;
	height: auto;
}

.menu-toggle {
	width: 30px;
	height: 25px;
	transform: rotate(0);
	transition: .5s ease-in-out;
	padding: 0;
	background: 0 0;
	border: none;
	cursor: pointer;
	position: absolute;
	top: 30px;
	right: 20px
}
.menu-toggle span {
	display: block;
	position: absolute;
	height: 5px;
	width: 100%;
	background: #000;
	border-radius: 5px;
	opacity: 1;
	left: 0;
	transform: rotate(0);
	transition: .25s ease-in-out
}
.menu-toggle span:nth-child(1) {
	top: 0
}
.menu-toggle span:nth-child(2),
.menu-toggle span:nth-child(3) {
	top: 10px
}
.menu-toggle span:nth-child(4) {
	top: 20px
}
.menu-toggle.open span:nth-child(1) {
	top: 10px;
	width: 0;
	left: 50%
}
.menu-toggle.open span:nth-child(2) {
	transform: rotate(45deg)
}
.menu-toggle.open span:nth-child(3) {
	transform: rotate(-45deg)
}
.menu-toggle.open span:nth-child(4) {
	top: 10px;
	width: 0;
	left: 50%
}
@media only screen and (min-width:768px) {
	.menu-toggle {
		display: none
	}
	.logo {
		font-size: 30px;
	}
}
@media only screen and (max-width:767px) {
	.site-header__main-nav.nav {
		position: static
	}
	.site-header__main-menu {
		display: none
	}
	.open + .site-header__main-menu {
		display: block
	}
	.open + .site-header__main-menu .sub-menu {
		padding-left: 20px;
		font-size: 90%
	}
	.main-box {
		padding-top: 0
	}
	#main .container-header {
		padding-left: 20px;
		padding-right: 20px
	}
	#main .container-header .container-offset-m {
		margin-top: 5px;
		margin-bottom: 0
	}
	#main .container-header .maincol {
		padding-right: 35px
	}
	#main .container-header .maincol .logo {
		display: block;
		width: 100%;
		margin-bottom: 0;
		font-size: 20px;
		line-height: normal
	}
	#main .container-header .maincol .mg-top-s {
		margin-top: 0
	}
	#main .container-header .header-phone {
		min-height: 0;
		margin-bottom: 5px
	}
	#main .container-header .tel-phone {
		line-height: normal;
		font-size: 16px
	}
	#main .container-header .showPhoneNumber {
		display: none
	}
	#navigation .nav-block .container {
		padding-left: 20px;
		padding-right: 20px
	}
	#navigation .nav-block .container .nav-item {
		margin-right: 20px
	}
	#navigation .nav-block .container .item-link {
		padding: 0
	}
	.container-offset-m,
	.container-offset-xl {
		margin-top: 20px;
		margin-bottom: 20px;
	}
	.container {
		padding-left: 20px;
		padding-right: 20px;
	}
	.grid-item-3 {
		width: 100%;
	}
	.header-phone {
		min-height: unset;
	}
	.logo {
		display: block;
		padding-right: 40px;
		font-size: 20px;
		line-height: normal;
	}
}