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

body * {
	font-family: Roboto !important;
}

.container-header .maincol,
.container-header .rightcol {
	box-shadow: none;
}

.specialist-headline {
	position: relative;
	padding-left: 1.5em;
}
.header-address,
.header-phone-label {
	position: relative;
	padding-left: 20px;
}
.specialist-headline:before,
.header-address:before,
.header-phone-label:before {
	content: "";
	display: block;
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
	width: 16px;
	height: 16px;
	background-repeat: no-repeat;
	background-size: 100%;
}
.specialist-headline:before {
	height: 1.2em;
	width: 1.2em;
	background-image: url(users_group_people_icon.svg);
}
.header-address:before {
	background-image: url(adress.png);
}
.header-phone-label:before {
	background-image: url(phone.png);
}
.similar-places-list {
	display: flex;
	flex-wrap: wrap;
	padding-left: 0;
	margin-left: -15px;
	margin-right: -15px;
	list-style: none;
}
.similar-places-list li {
	flex-basis: 50%;
	max-width: 50%;
	padding: 15px;
	box-sizing: border-box;
}
.--table td {
	padding: 5px 10px;
	border: 1px solid #eaebf2;
}

.social-list__item {
	display: flex;
	align-items: center;
}
.social-list__item + .social-list__item {
	margin-top: 10px;
}
.social-list__item .icon {
	margin-right: 10px;
}

@media only screen and (min-width:576px) {
	.similar-places-list li {
		flex-basis: 33.333333%;
		max-width: 33.333333%;
	}
}

@media only screen and (min-width:768px) {
	.menu-toggle {
		display: none
	}

	.logo {
		font-size: 30px;
	}
	
	.similar-places-list li {
		flex-basis: 25%;
		max-width: 25%;
	}
}

@media only screen and (min-width:992px) {
	.similar-places-list li {
		flex-basis: 20%;
		max-width: 20%;
	}
}

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