.scrolled .wrapper__servise{background-color: #f3f4f8}
.services-list__table{border-collapse: collapse; width: 100%; padding: 20px; background-color: transparent; box-shadow: 0 28px 30px -15px rgb(22 29 45 / .2)}
.services-list__table td{border-collapse: collapse; padding: 10px; color: #212121; font-size: 18px; border-radius: 0}
.services-list__table tr:first-child{border:none}
.services-list__table tr{border-bottom: 1px solid #ededef; background-color: #fff}
.services-list__table tr:nth-child(even){background-color: #f7f7f8}
.services-list__table thead tr{background-color: #aeb9d4}
.services-list__table thead td{color: #fff; font-size: 18px; font-weight: 700}
.services-list__table tr:first-child td:first-child{padding-left: 35px; padding-right: 0; border-top-left-radius: 10px; border-bottom-left-radius: 10px}
.services-list__table tr:first-child td:last-child{padding-left: 20px; padding-right: 35px; border-top-right-radius: 10px; border-bottom-right-radius: 10px}
.services-list__table tbody tr:nth-child(2) td:first-child{border-top-left-radius: 10px}
.services-list__table tbody tr:nth-child(2) td:last-child{border-top-right-radius: 10px}
.services-list__table tbody tr:last-child td:first-child{border-bottom-left-radius: 10px}
.services-list__table tbody tr:last-child td:last-child{border-bottom-right-radius: 10px}
.services-list__table tbody tr:last-child{border-bottom: none}
.services-list__table td:first-child{padding-left: 35px}
.services-list__table thead td{text-align: center}
.services-list__table thead td:first-child{text-align: left}
.services-list__table>tbody>tr:nth-child(1){height: 10px; background-color: transparent}
.services-list__yes{background-image: url(/templates/stroitelstvo/images/remont/ico-daw.png); background-repeat: no-repeat; background-position: center}
.services-list__no{background-image: url(/templates/stroitelstvo/images/remont/ico-daw-gray.png); background-repeat: no-repeat; background-position: center}

@media(min-width:768px){
   .scrolled .wrapper__servise{background:url(/templates/stroitelstvo/images/remont/bg-table.jpg) no-repeat top center / cover}
}


@media(max-width:1229px){
	.services-list__table td{font-size: 16px}
	.services-list__table thead td{font-size: 16px}
	.services-list__table tr:first-child td:first-child{padding-left: 25px}
	.services-list__table tr:first-child td:last-child{padding-left: 15px; padding-right: 25px}
	.services-list__table td:first-child{padding-left: 25px}
}
@media(max-width:991px){
	.services-list__table td{font-size: 14px}
	.services-list__table thead td{font-size: 14px}
	.services-list__table tr:first-child td:first-child{padding-left: 15px}
	.services-list__table tr:first-child td:last-child{padding-left: 15px; padding-right: 15px}
	.services-list__table td:first-child{padding-left:15px}
}
@media(max-width:767px){
	.services-list__table td{font-size: 13px}
	.services-list__table thead td{font-size: 13px}
	.services-list__table tr:first-child td:first-child{padding-left: 10px}
	.services-list__table tr:first-child td:last-child{padding-left: 10px; padding-right: 10px}
	.services-list__table td:first-child{padding-left:10px}
}
@media(max-width:575px){
	.services-list__table td{padding:10px; font-size: 12px}
	.services-list__table thead td{font-size: 12px; width:33.333%}
	.services-list__table tbody tr{display:flex; flex-wrap:wrap}
	.services-list__table tbody td:nth-child(1){display:block; width:100%; text-align:center}
	.services-list__table tbody td:nth-child(1) ~ td{width:33.333%; min-height:35px}
	.services-list__no, .services-list__yes{background-size:15px 15px}
	.heading-tabs{display:none}
}
@media(max-width:350px){
	.services-list__table td{padding:5px; font-size: 11px}
	.services-list__table thead td{font-size: 11px; width:33.333%}
	.services-list__table tbody td:nth-child(1) ~ td{width:33.333%; min-height:35px}
	.heading-tabs{display:none}
}