.service-page {
	width: 840px;
	color: #6b6b6b;
	padding-bottom: 50px;
	font-family: Inter;
}

.service-page__text,
.service-page__list {
	margin-bottom: 50px;
}

.service-page__text img {
	border-radius: 12px;
	margin: 25px 0 15px;
}

.service-page__images {
	margin: 20px 0 50px;
}

.service-page__sections {
	margin-bottom: 90px;
}

.service-page__sections-title {
	font-size: 24px;
	color: #000;
	margin-bottom: 25px;
	font-family: Inter;
}

.service-page__sections-items {
	display: grid;
	grid-template-columns: repeat(2, 48%);
	grid-gap: 60px;
	font-family: Inter;	
	font-size: 16px;
	font-weight: 400;
}

.service-sub-descr {
	margin-bottom: 30px;
}

.service-page__sections-items-column {}

.service-page__section-item {
	padding: 10px 0;
	border-bottom: 1px solid #eee;
	margin-bottom: 4px;
}

.service-page__section-item a {
	display: grid;
	grid-template-columns: 16px 1fr;
	grid-gap: 10px;
	align-items: center;
	font-size: 18px;
	color: #0202b3;
	text-decoration: none;
}

.service-page__section-item-icon {
	width: 10px;
	height: 10px;
	background: #e3e3f7;
	border-radius: 50%;
}


.service-page__section-item_with-icon a {
	grid-template-columns: 36px 1fr;
	color: #000;
	font-size: 16px;
}

.service-page__section-item_with-icon a:hover {
	font-size: 18px;
	font-weight: 500;
}

.service-page__section-item_with-icon .service-page__section-item-icon {
    display: flex;
    align-items: center;
    justify-content: center;
	width: 36px;
	height: 36px;
}

.service-page__section-item-icon svg {
	fill: #0202b3;
}

.service-page__extra-services {
	padding-top: 100px;
}

.service-page__extra-section-item {
	padding: 10px 0;
}

.service-page__extra-section-item a {
	display: flex;
	align-items: center;
	font-size: 18px;
	color: #0202b3;
	text-decoration: none;
}

.service-page__extra-section-item a:before {
	display: inline-block;
	content: '';
	margin-right: 15px;
	width: 10px;
    height: 10px;
    background: #e3e3f7;
    border-radius: 50%;
}

.service-page__avantages {
	margin-bottom: 50px;
}

.service-page__av-block {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	grid-gap: 30px;
}

.service-page__av-block-item {
	position: relative;
	padding-left: 30px;
}

.service-page__av-block-item:before {
	display: block;
	position: absolute;
	top: 7px;
	left: 2px;
	content: '';
	width: 11px;
	height: 11px;
	background: url("/images/sprite.png") -249px -40px no-repeat;
}

.service-page__list-item-title {
	font-weight: 500;
	margin: 0;
    padding-bottom: 10px;
    color: #000;
}

.service-page__examples {
	margin-bottom: 70px;
}

.service-page__examples-title {
	font-size: 24px;
	color: #000;
	margin-bottom: 30px;
}

.service-page__examples-items {}

.service-page__examples-item {
	margin-bottom: 30px;
}

.service-page__examples-item-title {
	font-weight: 500;
    color: #000;
    margin-bottom: 15px;
}

.service-page__examples-item-text {
	margin-bottom: 15px;
}

.service-page__examples-item-images {
	display: flex;
	justify-content: space-between;
}

.service-page__examples-item-image {
	width: 380px;
}


.service-page__specs {
	margin-bottom: 100px;
}

.service-page__specs-title {
	font-size: 24px;
	color: #000;
	margin-bottom: 30px;
}

.service-page__specs-items {
	display: grid;
	grid-template-columns: repeat(auto-fill, minmax(192px, 1fr));
	grid-gap: 15px;
}

.service-page__specs-item-wrapper {
	position: relative;
	padding-bottom: 15px;
	background: #fff;
	border: 1px solid #dadada;
	box-shadow: 0px 16px 35px rgba(44, 39, 56, 0.16);
	border-radius: 12px;
}

.service-page__specs-item-wrapper a {
	color: #1f1446;
	text-decoration: none;
}

.service-page__specs-item-image {
	text-align: center;
	border-radius: 12px;
	overflow: hidden;
	margin-bottom: 10px;
	padding-top: 100%;
	background-size: cover;
	background-position: center;
}

.service-page__specs-item-name {
	font-family: Roboto;
	font-size: 14px;
	font-weight: 500;
	line-height: 1.2;
	padding: 0 15px;
	margin-bottom: 5px;
}

.service-page__specs-item-spc {
	font-family: Roboto;
	font-size: 13px;
	font-weight: 300;
	line-height: 1.3;
	padding: 0 15px;
	margin-bottom: 5px;
	color: #1f1446;
}

.service-page__specs-item .button {
	display: none;
}

.service-page__specs-item-hover {
	position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    width: 100%;
    display: none;
    flex-direction: column;
    justify-content: flex-end;
    padding: 0 15px 15px;	
}

.service-page__specs-item:hover .service-page__specs-item-hover {
	display: flex;
}

.service-page__specs-item:hover {
	padding-bottom: 64px;
}

.service-page__specs-item:hover .button {
	display: block;
	font-size: 13px;
}

.service-page__block-title {
	font-size: 24px;
	margin-bottom: 15px;
	color: #000;
}

.service-page__icons-block {
	display: grid;
    grid-template-columns: repeat(3, 212px);
    grid-gap: 34px 80px;
    padding-top: 22px;
}

.service-page__icons-block-item {
	display: flex;
	align-items: center;
}

.service-page__icons-block-image {
	margin-right: 14px;
}

.service-page__icons-block-text {
	font-size: 15px;
    color: #1f1446;
    line-height: 18px;
    margin-top: -9px;
}

.service-page__table-title {
	display: flex;
	align-items: center;
	justify-content: space-between;
	background: #f7f7f7;
	border-radius: 9px;
	margin-bottom: 18px;
	padding: 14px 18px;
	font-weight: 500;
	font-size: 18px;
	color: #000;
	cursor: pointer;
}

.service-page__table-title:after {
	display: inline-block;
	content: '';
	flex-shrink: 0;
	width: 10px;
	height: 10px;
	background: url("/images/sprite.png") -249px -41px;
}

.service-page__table-title_active:after {
	transform: rotate(45deg);
}

.service-page__table-title + table {
	display: none;
	width: 100%;
	border-collapse: collapse;
	border: 1px solid #b3b3f0;
	margin-bottom: 18px;
}

.service-page__table-title + table tr:nth-child(odd) {
	background: #f7f7f7;
}

.service-page__table-title + table td {
	border: 0;
	border-right: 1px solid #b3b3f0;
	color: #4d4c4c;
	font-weight: 300;
	font-size: 15px;
	padding: 20px;
}

.service-page__table-title + table tr:first-child {
	background: #e3e3f7;
}

.service-page__table-title_active + table {
	display: table;
}

.service-page__prices {}

.service-page__prices-title {
	margin-bottom: 40px;
	font-weight: 500;
	font-size: 24px;
	color: #000;
}

.service-page__prices-items .common-table {
	width: 100%;
}

.service-page__prices-full-link {
	padding: 40px 0 0 18px;
}
