.calculator .calculator__container{
	padding-top: 80px; 
	padding-bottom: 80px;
	display: flex; 
	flex-direction: column;
	align-items: center;
	justify-content: center;
	gap: 76px;
}
@media (max-width: 991px) {
	.calculator .calculator__container{
		gap: 48px;
	}
}
.calculator__form{
	max-width: 600px;
  	width: 100%; 
	display: flex;
	flex-direction: column;
}
.calculator__form .form__row{
	display: flex;
	flex-direction: column;
	width: 100%;
}
.calculator__form .form__row + .form__row{
	margin-top: 38px;
}
.calculator__form .form__row input{
	width: 100%;
	padding: 15px 16px;
    border: 1px solid #002527;
    background-color: #fff;
    border-radius: 8px;
    height: 52px;
    font-size: 18px;
    line-height: 100%;
    font-weight: 500;
    color: #000000;
    font-family: "Work Sans", sans-serif;
}
.calculator__form .form__row label{
	margin-bottom: 12px;
	padding-left: 16px;
	font-weight: 600;
    color: #000000;
    font-family: "Work Sans", sans-serif;
	font-size: 16px;
}
.calculator__form .form__row .form__hint-wrapper{
	display: flex;
	flex-direction: column;
	width: 100%;
}
.calculator__form .form__row .form__hint{
	align-self: flex-end;
	font-size: 16px;
	margin-top: 16px;
    line-height: 100%;
    font-weight: 800;
    color: #004C51;
	text-decoration: underline;
    font-family: "Work Sans", sans-serif;
	cursor: pointer;
}
.calculator__form .form__row .form__hint-text{ 
	display: none;
	margin-top: 8px;
	font-size: 16px;
    line-height: 100%;
    font-weight: 500;
    color: #004C51;
    font-family: "Karla", sans-serif;
	max-width: 526px;
}
.calculator__form .btn-buy{
	display: flex;
    align-items: center;
    justify-content: center;
    padding: 16px 24px;
    border-radius: 1000px;
    color: #fff;
    font-size: 16px;
    line-height: normal;
    font-weight: 800;
    background-color: #df240c;
    font-family: "Work Sans", sans-serif;
    text-align: center;
	width: 100%;
	margin-top: 68px;
}
@media (max-width: 991px) {
  .text-cta__cta{ 
		max-width: 100%;
	  min-height: 445px;
	  gap: 31px;
	}
}

.calculator__heading{
	max-width: 600px;
	width: 100%;
}

.calculator__title {
  font-family: "Antonio", sans-serif;
  font-weight: 700;
  font-size: 32px;
  line-height: 120%;
  text-transform: uppercase;
  color: #012527;
  margin-bottom: 19px;
}
@media (max-width: 991px) {
  .text-cta__title {
    font-size: 32px;
    line-height: 125%;
    margin-bottom: 32px;
  }
}
.calculator__description {
  font-family: "Karla", sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 178%;
  max-width: 547px;
  color: #012527;
}
/*# sourceMappingURL=style.css.map */