.product {
    padding-bottom: calc(60px + 10px);
}
.product__text {
    margin-bottom: 40px;
}
.product__wrap {
    grid: none/3fr 5.4fr;
    gap: 30px;
}
.product__wrap + .product__wrap {
	margin-top: 50px;
}
.product__img-wrap {
    position: relative;
}
.product__img,
.product__scheme {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
}
.product__img {
    z-index: 1;
    top: 27px;
    width: 506px;
}
.product.--cold .product__img {
	top: 0px;
	left: 0px;
	transform: none;
	width: auto;
	border-radius: 4px;
}
.product.--cold .product__img img {
	border-radius: inherit;
}
.product__scheme {
    top: 83px;
    margin-left: 55px;
    width: 292px;
}
.product__content {
    z-index: 1;
    position: relative;
}
.product__advantages {
    margin-bottom: 40px;
}
.product__control {
    align-items: center;
    margin-bottom: 30px;
}
.product__btns {
    margin-left: auto;
}
.product__btn {
    margin-right: 20px;
}
.product__btn:last-of-type {
    margin-right: 0;
}
.product__data {
    grid: none/repeat(2, 1fr);
    gap: 30px;
}
.product__status {
    margin-top: 25px;
    margin-bottom: 0px;
}
.product__docs {
	margin-top: 35px;
}
.p-advantages {
    border-radius: 4px;
    padding: 20px 30px;
    background-color: var(--secondary-color);
}
.p-advantages__list {
    grid: none/repeat(3, 1fr);
}
.p-advantages__item {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.p-advantages__icon {
    width: 42px;
    height: 46px;
}
.p-advantages__text {
    font-weight: 500;
    line-height: 22px;
    width: calc(100% - 42px);
    padding-left: 18px;
}
@media screen and (min-width: 1576px) {
	.product.--cold .product__wrap {
		grid: none/2.3fr 5.4fr;
	}
}
@media screen and (min-width: 1221px) and (max-width: 1575px) {
	.product.--cold .product__wrap {
		grid: none/2.8fr 5.4fr;
	}
}
@media screen and (max-width: 1220px) {
	.product.--cold .product__img img {
		width: auto !important;
		height: auto !important;
	}
	.product__scheme {
		top: 43px;
		margin-left: 0px;
	}
	.p-advantages__text {
		padding-left: 15px;
	}
}
@media screen and (min-width: 768px) and (max-width: 1220px) {
	.product__btn:nth-child(n+2) {
		display: none;
	}
	.product__btn {
		margin-right: 0px;
	}
}
@media screen and (max-width: 992px) {
	.product {
		padding-bottom: calc(50px + 10px);
	}
	.product__text {
		margin-bottom: 35px;
	}
	.product__img {
		position: relative;
		top: 0px;
		left: 0px;
		width: auto;
		max-width: 100%;
		transform: none;
	}
	.product__img img {
		width: auto !important;
		height: auto !important;
	}
	.product__scheme {
		display: none;
	}
	.p-advantages {
		padding: 20px 25px;
	}
	.p-advantages__list {
		grid: none/repeat(1, 1fr);
		gap: 10px;
	}
	.product__wrap {
		grid: none/1fr;
		gap: 10px;
	}
	.product.--cold .product__wrap {
		gap: 30px;
	}
	.product__advantages {
		margin-bottom: 25px;
	}
    .product__btns {
        margin-left: 0;
        margin-top: 25px;
    }
    .product__data {
        display: flex;
        flex-direction: column;
		gap: 0px;
    }
	.product__data-col {
		padding-top: 10px;
		border-top: 1px solid #e6e6e6;
	}
	.product__data-col:first-child {
		padding-top: 0px;
		border-top: none;
	}
	.product__control {
		flex-direction: column;
		align-items: flex-start;
		margin-bottom: 25px;
	}
	.product__status {
		margin-top: 15px;
	}
	.product__docs {
		margin-top: 30px;
	}
}
@media screen and (max-width: 640px) {
	.product {
		padding-bottom: calc(40px + 10px);
	}
	.product__text {
		margin-bottom: 25px;
	}
}
@media screen and (max-width: 450px) {
	.p-advantages {
		padding: 20px 20px;
	}
	.product__wrap + .product__wrap {
		margin-top: 35px;
	}
	.product__btns {
        flex-direction: column;
		width: 100%;
    }
    .product__btn {
        margin-right: 0;
        margin-bottom: 10px;
    }
    .product__btn:last-of-type {
        margin-bottom: 0;
    }
	.docs__item {
		margin-bottom: 12px;
	}
	.docs__title {
		line-height: 21px;
	}
	.docs__title var {
		display: none;
	}
	.price__item .price__name {
		font-size: 15px;
	}
	.price__item .price__count {
		font-size: 23px;
	}
}