.full-const {
    padding-top: 55px;
    padding-bottom: 25px;
}
.full-const.--pt0 {
	padding-top: 0px !important;
}
.full-const__group {
    margin-bottom: 27px;
}
.full-const__text {
    margin-bottom: 35px;
}
.full-const__content {
    width: 100%;
    max-width: 355px;
}
.full-const__subtitle {
    margin-bottom: 30px;
}
.full-const__price {
    margin-bottom: 30px;
}
.full-const__gift {
    display: flex;
    align-items: center;
    position: relative;
    border: 2px dashed #b7b7b7;
    border-radius: 10px;
    padding: 13.5px 80px 13.5px 24px;
    margin-bottom: 30px;
}
.full-const__gift-icon {
    position: absolute;
    top: -11px;
    right: 96px;
    background-color: #fff;
}
.full-const__gift-text {
    line-height: 24px;
    max-width: 225px;
}
.full-const__gift-img {
    position: absolute;
    top: 50%;
    right: 26px;
    transform: translateY(-50%);
}
.full-const__btn {
    display: inline-flex;
}
.full-const__img-wrap {
    padding-top: 6px;
    margin-left: auto;
    margin-right: auto;
}
.full-const__data {
    width: 100%;
    max-width: 355px;
    padding-left: 35px;
    padding-top: 2px;
}
@media screen and (min-width: 1576px) {
	.full-const__wrap {
		display: flex;
		flex-direction: row;
		flex-wrap: nowrap;
		justify-content: space-between;
		align-items: flex-start;
	}
	.full-const__img-wrap {
		margin-left: 0px;
		margin-right: 0px;
	}
	.full-const__content {
		padding-right: 35px;
	}
	.full-const__content, 
	.full-const__data {
		max-width: 435px;
	}
}
@media screen and (max-width: 1220px) {
	.full-const__img img {
		width: auto !important;
		height: auto !important;
		image-rendering: -moz-crisp-edges;
		image-rendering: -o-crisp-edges;
		image-rendering: -webkit-optimize-contrast;
		image-rendering: crisp-edges;
		-ms-interpolation-mode: nearest-neighbor;
	}
    .full-const__content {
        max-width: 300px;
    }
    .full-const__gift {
        padding-right: 50px;
    }
    .full-const__gift-img {
        right: -10px;
    }
    .full-const__img-wrap {
        display: flex;
        align-items: center;
        justify-content: center;
        max-width: 300px;
    }
    .full-const__data {
        max-width: 255px;
        padding-left: 0;
    }
}
@media screen and (max-width: 992px) {
    .full-const {
        padding-top: 40px;
    }
    .full-const__img-wrap {
        display: none;
    }
    .full-const__data {
        padding-left: 35px;
        max-width: calc(100% - 300px);
    }
}
@media screen and (max-width: 767px) {
    .full-const__group {
        margin-bottom: 17px;
    }
    .full-const__text {
        margin-bottom: 23px;
    }
    .full-const__content {
        max-width: 100%;
    }
    .full-const__subtitle {
        margin-bottom: 16px;
    }
    .full-const__gift {
        padding-left: 16px;
    }
    .full-const__btn {
        display: flex;
        margin-left: 0px;
        margin-right: 0px;
        max-width: 200px;
    }
    .full-const__data {
        max-width: 100%;
        padding-left: 0;
        margin-top: 25px;
		padding-top: 0px;
    }
	.full-const__data .data__title {
		margin-bottom: 20px;
	}
}
@media screen and (max-width: 400px) {
    .full-const {
        padding-top: 35px;
    }
    .full-const__btn {
        max-width: 100%;
    }
}