#services {
	padding-bottom: 20px;
}
#services .container-grid {
	display: grid;
	grid-template-columns: 1fr 350px;
	grid-gap: 40px;
}
#services h2{
	font-weight: bold;
	font-size: 30px;
	line-height: 43px;
	text-transform: uppercase;
	color: #455B7B;
	margin-bottom: 10px;
}
aside {
	padding-top: 200px;
}
.image-services {
	width: 100%;
	height: 217px;
	margin-bottom: 20px;
	border-radius: 5px;
	overflow: hidden;
}
.service-item {
	border-bottom: 1px solid #D3D3D3;
}
.service-item__head {
	display: flex;
	padding-bottom: 20px;
	padding-top: 20px;
	cursor: pointer;
}
.service-item__head h3{
	font-weight: bold;
	font-size: 20px;
	line-height: 32px;
	text-transform: uppercase;
	color: #455B7B;
	position: relative;
	padding-right: 31px;
}
.service-item__head h3:after {
	content: '';
	position: absolute;
	right: 0;
	top: calc(50% - 4.5px);
	width: 16px;
	height: 9px;
	background: url(../image/icon/arrow-vacancy.png);
	transform: rotate(-90deg);
	transition: 200ms linear;
}
.service-item__head.active h3:after {
	transform: rotate(0deg);
}
.service-item__description {
	display: none;
}
.service-item__description p {
	font-weight: normal;
	font-size: 14px;
	line-height: 26px;
	color: #494949;
	max-width: 610px;
}
.service-item__description h4 {
	font-weight: 500;
	font-size: 18px;
	line-height: 26px;
	color: #455B7B;
	margin-top: 18px;
}
.service-item__services {
	display: grid;
	grid-template-columns: repeat(4,1fr);
	grid-gap: 34px 10px;
	margin-top: 20px;
}
.service-item__services li {
	display: grid;
	grid-template-columns: 45px 1fr;
	align-items: center;
	justify-content: flex-start;
	grid-gap: 10px;
}
.service-item__services span {
	font-weight: bold;
	font-size: 40px;
	line-height: 20px;
	color: #F8DB48;

	text-align: right;
}
.service-item__services p {
	font-weight: normal;
	font-size: 12px;
	line-height: 18px;
	color: #494949;
}
.services-items .images-services {
	display: none;
	grid-template-columns: 1fr 1fr;
	grid-gap: 20px;
	margin-top: 26px;
}
.services-items .image-services {
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 5px;
	height: 206px;
	margin-bottom: 0;
}
.services-items .image-services img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.price-list__head {
	display: flex;
	align-items: flex-start;
	cursor: pointer;
	margin-bottom: 26px;
	margin-top: 12px;
}
.price-list__head h4 {
	position: relative;
	padding-right: 31px;
}
.price-list__head h4:after {
	content: '';
	position: absolute;
	right: 0;
	top: calc(50% - 4.5px);
	width: 16px;
	height: 9px;
	background: url(../image/icon/arrow-vacancy.png);
	transform: rotate(-90deg);
	transition: 200ms linear;
}
.price-list__head.active h4:after {
	transform: rotate(0deg);
}
.price-list {
	display: none;
	margin-bottom: 52px;
}
.price-list__line {
	background: #fff;
	display: grid;
	grid-template-columns: 70% 30%;
	padding: 20px 30px;
}
.price-list__line:nth-child(odd){
	background: #F7F7F7;
}
.price-list__line p{
	font-weight: normal;
	font-size: 14px;
	line-height: 26px;
	color: #494949;
}
.addresses-item {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
}
.addresses-grid {
	display: grid;
	grid-template-columns: 1fr 1fr;
}
.service-item__addresses iframe {
	width: 100%;
	height: 256px;
	border:none;
	margin-bottom: 69px;
	margin-top: 40px;
}
.service-item__addresses h4{
	margin-bottom: 20px;
}
.addresses-item__email {
	font-weight: normal;
	font-size: 14px;
	line-height: 21px;
	text-decoration: underline;
	color: #507FC6;
}
.service-item .addresses-item__area {
	font-weight: 500;
	font-size: 14px;
	line-height: 26px;
	color: #494949;
	padding-right: 20px;
	position: relative;
}
.service-item .addresses-item__area span {
	display: block;
	position: absolute;
	right: 0;
	top: calc(50% - 5px);
	width: 10px;
	height: 10px;
	border-radius: 50%;
}
.service-item .addresses-item__adress {
	font-weight: normal;
	font-size: 12px;
	line-height: 21px;
	color: #494949;
	max-width: 212px;
	margin-bottom: 4px;
}
.service-item .addresses-item__work {
	font-weight: 600;
	font-size: 12px;
	line-height: 21px;
	color: #B9B9B9;
	margin-bottom: 10px;
}
.addresses-item__phone {
	font-weight: normal;
	font-size: 14px;
	line-height: 26px;
	color: #494949;
}
.address-grid {
	display: grid;
	grid-template-columns: 1fr 210px;
	grid-gap: 30px;
	align-items: center;
	margin-bottom: 68px;
	margin-top: 25px;
}
.address-grid iframe {
	width: 100%;
	height: 170px;
	border:none;
}
.logo-service {
	max-width: 160px;
	margin-top: -30px;
	float: right;
}
.service-item__address {
	margin-top: 30px;
}
@media (max-width: 991px){
	#services {
		padding: 0 40px 0 40px;
	}
	.question {
		margin-top: 220px;
	}
	#services .container-grid {
		grid-template-columns: 1fr;
	}
	.service-item__description p {
		max-width: 100%;
	}
	.services-items .images-services {
		display: grid;
	}
	aside {
		display: none;
	}
}
@media (max-width: 767px){
	#services {
	    padding: 0;
	}
	#services h2 {
		padding: 0 20px;
		margin: 26px 0 6px 0;
		font-size: 20px;
		line-height: 32px;
	}
	#services .container-grid {
		padding: 0 20px;
	}
	.services-items .images-services {
		grid-template-columns: 1fr;
	}
	.service-item__services {
		grid-template-columns: 1fr;
		grid-gap: 10px;
	}
	.service-item__services span {
		text-align: left;
		font-size: 30px;
		line-height: 30px;
	}
	.addresses-grid {
		grid-template-columns: 1fr;
		grid-gap: 20px;
	}
	.price-list__line {
		grid-template-columns: 1fr;
	}
	.price-list__line p:nth-child(1){
		font-weight: 600;
	}
	.service-item__head h3 {
		font-size: 16px;
	}
	.question {
		margin-top: 170px;
	}
	.address-grid {
		display: flex;
		flex-direction: column-reverse;
		justify-content: flex-start;
    	align-items: flex-start;
	}
	.address-grid .address-item {
		margin-bottom: 20px;
	}
	.logo-service {
		float: none;
		margin-top: 0;
		margin-bottom: 20px;
	}
}

