.setup-head {
	overflow: hidden;
	position: relative;
	height: 400px;
	margin-bottom: 30px;
	background: #f4cb01;
}
.setup-head__img {
	position: absolute;
	top: 0;
	left: -8%;	
	z-index: 1;
}
.setup-head__lines {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 37.5%;
	padding-top: 40px;
}
.setup-head__line1 {
    font-weight: 900;
    font-size: 58px;
    line-height: 63px;
    letter-spacing: 4px;
    color: #323232;
}
.setup-head__line2 {
    margin: 22px 0 0;
    font-size: 50px;
    line-height: 60px;
    font-weight: 900;
    color: #fff;
    text-transform: uppercase;
}
.setup-head__line3 {
	font-size: 23px;
	font-weight: 300;
	color: #fff;
	background: #ed1b24;
	margin: 30px -10px 0 -15px;
	padding: 1px 0 3px 12px;
	transform: skew(162deg);
}
.setup-head__line3 span {
    display: block;
    transform: skew(-162deg);
}
.al1-title-line {
	margin: -10px 0 32px 13px;
    font-size: 24px;
}
div.al1-site__cont {
	padding-left: 15px;
	padding-right: 15px;
}
.setup-title4 {
	margin: 10px 0 55px;
    line-height: 30px;	
}	

/*table*/
.service-table {
	display: table;
}
.service-table-th {
	font-size: 24px;
	font-weight: bold;
}
.service-table-th .service-table-td {
	padding-bottom: 17px;
}
.service-table-tr {
	display:  flex;
	justify-content: space-between;
}
.service-table-tr:nth-child(even) {
	background: #fafafa;
}
.service-table-td {
	min-height: 16px;
	padding: 11px 10px 16px;
	line-height: 24px;
}
.service-table-tr .service-table-td:first-child {
	width: 45%;
	padding-left: 30px;
	text-align: left;
}
.service-table-tr .service-table-td:nth-child(2) {
	width: 24%;
	text-align: right;
}
.service-table-tr .service-table-td:nth-child(3) {
	width: 23%;
	padding-right: 25px;
	text-align: right;
}

.setup-page-cont {
	padding: 5px 30px 0;
	line-height: 23px; 
}
.setup-page-cont p {
	margin: 13px 0;
}

.setup-list {
	display: flex;
	flex-wrap: wrap;
	list-style: none;
	margin: 0;
	padding: 0;
}
.setup-list li {
	width: 33.33%;
    max-width: 240px;
    padding-right: 65px;
    margin-bottom: 10px;
}
.setup-list li .setup-list__title {
	position: relative;
	padding-left: 35px;
	margin-bottom: 20px;
	font-size: 13px;
	line-height: 18px;
}
.setup-list li .setup-list__title span {
	position: absolute;
	top: 0;
	left: 0;
	display: inline-block;
	width: 21px;
	height: 21px;
	font-size: 13px;
	line-height: 21px;
	font-weight: bold;
	text-align: center;
	color: #fff;
	border-radius: 100%;
	background: #f00;
}
.setup-list img {
	max-width: none;
}
.setup-step5 img {
	margin-left: -50px;
}
.setub-bottom-text p {
	margin: 15px 0 25px;
}
.setub-bottom-text .setup-step6 {
	margin: 50px 0 15px;
}
@media (max-width: 1200px) {
	.service-page {
		font-size: 19px;
		margin-left: -29px;
		margin-right: -29px;
	}
	h1.al1-title-main {
		margin-right: 0
	}
	.setup-head {
		margin: 0 -29px 17px;
	}
	div.al1-site__cont {
		padding-left: 29px;
		padding-right: 29px;
	}
	.setup-head__img {
		left: -300px;
		min-width: 668px;
	}
	.setup-head__lines {
		max-width: 580px;
		padding: 48px 35px 0 0;
		left: auto;
		text-align: right;
	}
	.setup-list li {
		box-sizing: border-box;
		width: 50%;
		max-width: 100%;
		padding: 0 10px 0 30px;
		margin-bottom: 30px;
	}
	.setup-head__line1 {
		width: 100%;
		max-width: 100%;
		font-size: 40px;
		letter-spacing: 4px;
		line-height: 50px;
	}
	.setup-head__line2 {
		margin: 15px 0 0;
		font-size: 51px;
		line-height: 62px;	
	}
	.setup-head__line3 {
		margin-top: 30px;
		margin-right: -40px;
		padding-right: 45px;
		font-size: 16px;
	}
	.setup-head__line1{
		letter-spacing: 0;
	}
	.setup-list {
		margin-top: 70px;
		justify-content: center;
	}
	.setup-sep {
		display: block;
		font-size: 0;
		line-height: 0;
	}
	.setup-step5 img {
		margin-left: -20px;
	}
}
@media (max-width: 640px) {
	.al1-title-line {
		margin-bottom: 25px;
		font-size: 24px;
	}
	.al1-site__cont {
	    padding-left: 0;
	    padding-right: 0;
	}
}
@media (max-width: 639px) {
	.setup-head__img {
		z-index: 0;
	}

	.service-table-tr {
		flex-wrap: wrap;
	}
	.service-table-tr:first-child {
		display: none
	}
	.service-table-tr:nth-child(2) {
		border-top: solid 1px #333;
	}
	.service-table-td {
		border-left: solid 1px #333;
		width: 100% !important;
	}
	.service-table-tr .service-table-td:first-child {
		text-align: center;
		background: #eee;
	}
	.service-table-tr .service-table-td:nth-child(2)::before { content: "Установка на складе: "; }
	.service-table-tr .service-table-td:nth-child(3)::before { content: "Выездная установка:  "; }
}
@media (max-width: 500px) {
	.setup-head {
		height: auto;
		padding-bottom: 20px;
	}
	.setup-head__img {
		display: none;
	}
	.setup-head__lines {
		position: relative;
		top: auto;
		left: auto;
		right: auto;
		bottom: auto;
		padding-top: 10px
	}
	.setup-head__line1 {
		font-size: 24px;
		line-height: 120%;
		margin-bottom: 15px;
	}
	.setup-head__line2 {
	    margin: 0;
	    font-size: 24px;
	    line-height: 120%;
	}
	.setup-head__line3  {
		margin-top: 30px;
	}

	.setup-list li {
		width: 100%;
		text-align: center;
	}
	.setup-list li .setup-list__title {
		text-align: left
	}
	.setup-step5 img {
		max-width: 100%;
	}
}