.advantages-alutech .title {
	margin-bottom: 20px;
}
.advantages-alutech .content__advantages {
    display: grid;
    gap: 15px;
	margin-bottom: 20px;	
}
.advantages-alutech .advantages__list {
    display: grid;
    gap: 15px;
	line-height: 125%;
}
.advantages-alutech .advantages__item {
    display: flex;
    gap: 10px;
    padding: 15px 10px;
    border-radius: 6px;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.15);
    background: #fff;
	align-items: center;
}
.advantages-alutech .advantages.first .advantages__item:nth-child(3) {
	align-items: start;
}
.advantages-alutech .advantages__item svg {
    flex-shrink: 0;
    width: 30px;
    height: 30px;	
}
.advantages-alutech .content__action {
    display: grid;
    gap: 25px;	
}
.advantages-alutech .action__offer-inner {
	border: 2px solid #f26422;
	border-radius: 6px;	
	padding: 20px 40px;
}
.advantages-alutech .action__offer-title {
	font-size: 18px;
	line-height: 130%;
	text-transform: uppercase;
	text-decoration: underline;	
	margin-bottom: 15px;
}
.advantages-alutech .action__offer-cost {
	display: flex;
    justify-content: space-between;	
}
.advantages-alutech .action__offer-price {
    display: grid;
    align-items: end;
    gap: 6px;
}
.advantages-alutech .action__offer-price .currency,
.advantages-alutech .action__offer-price .word {
	font-size: 14px;
	line-height: 100%;
}
.advantages-alutech .action__offer-price .currency {
	margin-left: 4px;
}
.advantages-alutech .action__offer-price .word {
	text-transform: uppercase;
	margin-right: 4px;
}
.advantages-alutech .action__offer-price .caption {
	font-size: 16px;
	line-height: 100%;	
}
.advantages-alutech .action__offer-price.--current .price {
	font-size: 28px;
	line-height: 100%;	
}
.advantages-alutech .action__offer-price.--old {
	color: #979797;
}
.advantages-alutech .action__offer-price.--old .price {
	font-size: 26px;
	line-height: 100%;
	position: relative;	
}
.advantages-alutech .action__offer-price.--old .price:before {
    content: '';
    display: inline-block;
	width: 100%;
    height: 1px;
    transform: rotate(7deg);
	background: #f26422;
    position: absolute;
	top: calc( 50% - 1px );
    z-index: 1;	
}
.advantages-alutech .action__form-title {
	font-size: 20px;
	line-height: 100%;
	text-transform: uppercase;	
	margin-bottom: 15px;
}
.advantages-alutech .form__contacts {

}
.advantages-alutech .form__field {
    margin-bottom: 10px;
}
.advantages-alutech .form__field-input {
	padding: 9px 10px 12px;
	font-weight: 700;
	border-radius: 0;
	border-top: 0;
	border-left: 0;
	border-right: 0;
	border-bottom: 3px solid #c9c9c9;
	text-align: center;
	width: 100%;
}
.advantages-alutech .action__form__agreement {
	font-size: 14px;
	line-height: 121%;	
	 margin-top: 20px;
}
@media (max-width: 1199px) {
	.advantages__box.image {
		display: none;
	}
}
@media (min-width: 768px) {
	.advantages-alutech .title {
		margin-bottom: 30px;
	}
	.advantages-alutech .title .display {
		display: block;
	}
	.advantages-alutech .content__advantages {
		grid-template-columns: 1fr 1fr;
	margin-bottom: 30px;		
	}	
	.advantages-alutech .advantages__list {
		font-size: 18px;
		line-height: 122%;		
	}
	.advantages-alutech .advantages__item {
		padding: 15px;
		gap: 20px;
	}
	.advantages-alutech .advantages.last .advantages__item:nth-child(3) {
		align-items: start;
	}	
	.advantages-alutech .advantages__item svg {
		width: 40px;
		height: 40px;	
	}
	.advantages-alutech .content__action {
		grid-template-columns: 286px 1fr;
		gap: 15px;
	}
	.advantages-alutech .action__offer-inner {
		padding: 20px 15px;
	}
	.advantages-alutech .action__form-title {
		font-size: 24px;
		margin-bottom: 10px;
	}
	.advantages-alutech .action__form__agreement {
		margin-top: 12px;
	}	
}
@media (min-width: 1200px) {
	.advantages-alutech .content__advantages {
		grid-template-columns: 307px 1fr 307px;
	}
	.advantages__box.image {
		display: flex;
		align-items: center;
		justify-content: center;
	}
	.advantages__box.image img {
		width: 268px;
		height: 390px;
	}	
	.advantages-alutech .advantages__list {
		gap: 30px;
	}
	.advantages-alutech .content__action {
		grid-template-columns: 320px 1fr;
		padding-top: 30px;
		border-top: 1px solid #c9c9c9;
	}
	.advantages-alutech .action__offer-title {
		font-size: 20px;
		line-height: 130%;
	}
	.advantages-alutech .action__offer-price.--current .caption {
		font-size: 18px;
	}	
	.advantages-alutech .action__offer-price.--current .price {
		font-size: 30px;
	}
	.advantages-alutech .action__offer-price.--old .price {
		font-size: 30px;
	}
	.advantages-alutech .action__offer-price .currency,
	.advantages-alutech .action__offer-price .word {
		font-size: 16px;
	}
	.advantages-alutech .action__offer-price .word {
		margin-right: 6px;
	}
	.advantages-alutech .action__offer-price .currency {
		margin-left: 6px;
	}
	.advantages-alutech .action__form {
		display: flex;
		flex-direction: column;
	}	
	.advantages-alutech .action__form-title {
		font-size: 20px;
		margin-bottom: 18px;
	}	
	.advantages-alutech .form__contacts {
		display: grid;
		grid-template-columns: 1fr 304px;
		gap: 15px;
	}
	.advantages-alutech .form__field {
		margin-bottom: 0;
	}
	.advantages-alutech .action__form__agreement {
		margin-top: auto;
	}	
}