.price-container{
	min-height: 140px;
}
.price-container__content {
    padding: 14px 20px 14px 0;
}
.price-container__location {
    padding-left:50px;
	display: flex;
	flex-direction: column;
	justify-content: center;
}
.price-container__location img{
	min-width: 18px;
}
.price-container__location > div{
	align-items: flex-start;
}
.project__label {
    font-size: 16px;
    font-weight: 300;
    line-height: 18.78px;
}
.project__title {
    font-size: 26px;
    font-weight: 800;
    line-height: 27px;
}
.project__discount {
    padding: 5px 10px;
    border-radius: 4px;
    font-size: 12px;
    font-weight: 400;
    line-height: 14.09px;
}
.project__installments-from-label {
    font-size: 16px;
    font-weight: 400;
    line-height: 18.78px;
    text-align: right;
}
.project__installments-from {
    font-family: var(--main-font);
    font-size: 48px;
    font-weight: 400;
	line-height: normal;
    text-align: right;
}
.project__installments-from.until {
	display: flex;
	justify-content: flex-end;
	gap: 10px;
	font-size: 63px;
}
.project__installments-from.until .text-price-before {
	font-size: 16px;
	text-decoration: underline;
	line-height: normal;
}
.project__installments-from.until .text-price-after {
	font-size: 16px;
    text-align: left;
    display: flex;
    align-items: flex-end;
    margin-bottom: 10px;
	line-height: normal;
}
.project__installments-before {
    font-size: 14px;
    font-weight: 500;
    text-align: right;
}
sup{
	top: 0;
}
@media (max-width: 768px) {
	.price-container {
        margin-top: -80px;
		margin-bottom: 30px;
    }
    .price-container > div {
        flex-direction: column;
        width: 100%;
    }
    .price-container__content {
        border-radius: 0 0 12px 12px;
        padding: 12px 15px 32px;
        width: 100%;
        order: 1;
    }
    .price-container__content > div {
        width: 50%;
    }
    .price-container__location {
        padding: 7px;
        width: 100%;
        display: flex;
        flex-direction: row;
        border-radius: 12px 12px 0 0;
        gap: 20px;
    }
    .price-container__location > div {
        margin: 0;
        width: 50%;
	align-items: center;
    }
    .price-container__location div:first-child {
        order: 1;
	justify-content: flex-end;
    }

    .price-container__location div:first-child svg{
	min-width: 18px;
	height: 18px;
    }
    .price-container__location > div span {
        font-size: 13px;
        line-height: 15.26px;
	font-weight: 600;
    }
    .price-container__location > div span:not(.text-red) {
	font-weight: 700;
	}
    .project__label {
        font-size: 14px;
        font-weight: 300;
        line-height: 16.44px;
        letter-spacing: -0.01em;
    }
    .project__title {
        font-size: 18px;
        font-weight: 800;
        line-height: 21.13px;
    }
    .project__installments-from-label {
        font-size: 13px;
        font-weight: 300;
        line-height: 12.91px;
    }
    .project__installments-from {
        font-size: 48px;
        font-weight: 400;
        line-height: 64.8px;
    }
    .project__installments-before {
        font-size: 13px;
        line-height: 16.44px;
    }
    .project__discount {
        padding: 6px 10px;
        font-size: 11px;
        line-height: 13px;
        text-align: left;
    }
    /* END PRICE */
    .social-media {
        padding: 6px 16px;
        position: absolute;
        bottom: -15px;
        left: 50%;
        transform: translateX(-50%);
        border-radius: 10px;
        box-shadow: 0px 9px 15px 0px rgba(0, 0, 0, 0.03);
    }
    .social-media__label {
        font-size: 12px;
        font-weight: 500;
        line-height: 14.09px;
        letter-spacing: -0.01em;
        color: #2d3843;
    }
    .social-media__icon {
        width: 23px;
        height: 23px;
    }
	.project__installments-from.until {
		font-size: 41px;
	}
	.project__installments-from.until .text-price-before {
		font-size: 11px;
		margin-top: 0.8rem;
	}
	.project__installments-from.until .text-price-after {
		font-size: 13px;
	}
}
