.cost {
    position: relative;
    color: #fff;
    background-color: var(--primary-color);
    height: 251px;
}
.cost__content {
    z-index: 1;
    position: relative;
    padding-top: 54px;
    padding-bottom: 60px;
    width: 100%;
    max-width: 450px;
}
.cost.cost_rassrochka .cost__content {
	 max-width: 500px;
}
.cost__title {
    font-weight: 700;
    margin-bottom: 18px;
}
.cost__title_yellow {
	color: #ffd200;
}
.cost__img-wrap {
    position: absolute;
    top: -15px;
    left: calc(50% - (395px / 2) - 68px);
}
.cost.cost_rassrochka .cost__img-wrap {
    top: -15px;
    left: calc(50% - (422px / 2) + 110px);
}
.cost__img img {
	width: 395px;
	height: 266px;
}
.cost.cost_rassrochka .cost__img img {
	width: 422px;
	height: 266px;
}
.cost__img-icon {
    position: absolute;
    right: -15px;
    top: 70px;
}
.cost__form {
    z-index: 1;
    position: relative;
    width: 100%;
    max-width: 405px;
    margin-left: auto;
    padding-top: 50px;
}
.cost__form-title {
    margin-bottom: 25px;
}
.cost__form-input {
    width: 215px;
}
.cost__form-btn {
    width: calc(100% - 215px - 20px);
    margin-left: auto;
}
.cost__form-policy {
    font-size: 12px;
    margin-top: 20px;
    max-width: 320px;
}
.cost__form-policy a {
    color: #fff;
    border-color: #fff;
}
.cost__form-policy a:hover {
    border-color: transparent;
}
@media screen and (min-width: 1576px) {
	.cost__img-icon {
		right: -75px;
	}
	body.pBesedki .cost__content, 
	body.pKrylco .cost__content {
		 max-width: 500px;
	}
	body.pBesedki .cost__img-wrap, 
	body.pKrylco .cost__img-wrap {
		left: calc(50% - (395px / 2) - 10px);
	}
	body.pBesedki .cost__img-icon, 
	body.pKrylco .cost__img-icon {
		right: -35px;
	}
}
@media screen and (min-width: 1221px) and (max-width: 1575px) {
	.cost.cost_rassrochka .cost__img-wrap {
		left: calc(50% - (422px / 2) + 120px);
	}
}
@media screen and (min-width: 993px) and (max-width: 1575px) {
	.cost .case {
		height: inherit;
	}
	.cost__wrap {
		align-items: center;
		height: 100%;
	}
	.cost__content {
		padding-top: 0px;
		padding-bottom: 0px;
	}
	.cost__title {
		margin-top: -6px;
	}
	.cost__form {
		padding-top: 0px;
	}
	.cost__form-title {
		margin-top: -6px;
	}
}
@media screen and (max-width: 1220px) {
	.cost__content, 
	.cost.cost_rassrochka .cost__content {
		max-width: 450px;
	}
	.cost__img-wrap {
        display: none;
    }
}
@media screen and (min-width: 993px) {
	.cost__title {
		margin-bottom: 24px;
	}
	.cost__text.t2 {
		line-height: 24px;
	}
}
@media screen and (max-width: 992px) {
    .cost {
        height: auto;
        padding-top: 40px;
        padding-bottom: calc(40px + 5px);
    }
    .cost__content {
        padding-top: 0;
        padding-bottom: 0;
        text-align: center;
        max-width: 100% !important;
    }
    .cost__title {
        line-height: 30px;
    }
    .cost__form {
        margin-right: auto;
        padding-top: 30px;
    }
    .cost__form-title {
        display: none;
    }
    .cost__form-policy {
        text-align: center;
        margin-left: auto;
        margin-right: auto;
        max-width: 280px;
    }
}
@media screen and (max-width: 480px) {
    .cost__content {
        text-align: left;
    }
	.cost__title br {
		display: none;
	}
    .cost__form {
        max-width: 100%;
    }
    .cost__form-input {
        width: 100%;
        margin-bottom: 10px;
    }
    .cost__form-btn {
        width: 100%;
    }
    .cost__form-policy {
        text-align: left;
        margin-left: 0px;
        margin-right: 0px;
        max-width: 100%;
    }
}