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%
}

.faq-list {
	width: 800px;
	max-width: 100%;
}

.faq-list__acc {
	align-items: flex-start;
	background-color: #fff;
	border: none;
	display: flex;
	justify-content: space-between;
	width: 100%;
}

.faq-list__acc.opened {
	border-color: #0000;
}

.faq-list__acc.opened+.faq-list__panel {
	display: block;
}

.faq-list__acc.opened+.faq-list__panel {
	margin: 12px 20px 8px 0;
}

.faq-list__panel {
	padding-left: 34px;
	font-size: 14px;
	line-height: 20px;
	margin: 0;
	overflow: hidden;
}

.faq-list__panel span {
	display: inline-block;
}

.faq-list .faq-list__item {
	border-bottom: 1px solid #eaebf2;
	margin-top: 16px;
	padding-bottom: 12px;
}

.faq-list .faq-list__item:before {
	content: "";
}

.faq-list .faq-list__item:first-of-type {
	margin-top: 0;
}

.mobile_layout .faq-list {
	margin-bottom: 16px;
}

.faq-acc-btn__icon svg {
	height: 20px;
	position: relative;
	top: 2px;
	width: 20px;
	fill: #e0e2e8;
}

.faq-acc-btn__txt {
	margin-right: auto;
	margin-left: 14px;
	padding-right: 12px;
	font-size: 18px;
	font-weight: 700;
	line-height: 24px;
}

.copyright {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 5px;
}

@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;
	}
}