.card-short {
  position: relative;
  aspect-ratio: 0.5658914729;
  overflow: hidden;
  width: 100%;
  height: 100%;
}
.card-short__link {
  display: contents;
}
.card-short__preview {
  position: absolute;
  width: 100%;
  height: 100%;
  inset: 0;
  object-fit: cover;
  background-color: #F9F8F7;
  transition: 0.3s ease-in-out;
  transition-property: transform, opacity;
  cursor: pointer;
}
.card-short.played .card-short__preview {
  opacity: 0;
}
.card-short:hover .card-short__preview {
  transform: scale(1.1);
}
.card-short__play {
  position: absolute;
  top: 50%;
  left: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  transform: translate(-50%, -50%);
  background-color: #FFFFFF;
  height: 40px;
  width: 40px;
  border-radius: 50%;
  transition: opacity 0.3s ease-in-out;
}
.card-short.played .card-short__play {
  opacity: 0;
}
.card-short__video {
  position: absolute;
  width: 100%;
  height: 100%;
  inset: 0;
  object-fit: cover;
  background-color: #F9F8F7;
}
.page-calculator {
  padding-bottom: 50px;
}
@media (max-width: 767.98px) {
  .page-calculator {
    padding-bottom: 50px;
  }
}
.page-calculator__container {
  display: grid;
  grid-template-columns: 2fr 1fr;
  gap: 50px;
}
@media (max-width: 1023.98px) {
  .page-calculator__container {
    grid-template-columns: 1fr;
  }
}
.page-calculator__videos {
  position: relative;
}
.page-calculator-videos {
  position: absolute;
  inset: 0;
}
@media (max-width: 1023.98px) {
  .page-calculator-videos {
    position: static;
  }
}
.page-calculator-videos__item {
  max-width: 292px;
}
.page-calculator-videos__item:not(:last-child) {
  margin-right: 10px;
}
.page-calculator-form {
  display: flex;
  flex-direction: column;
  gap: 40px;
  padding-right: 80px;
}
@media (max-width: 1023.98px) {
  .page-calculator-form {
    padding-right: 0px;
  }
}
.page-calculator-form__title {
  font-family: "TenorSans";
  font-style: normal;
  font-weight: 400;
  font-size: 26px;
  line-height: 100%;
}
@media (max-width: 1439.98px) {
  .page-calculator-form__title {
    font-family: "TenorSans";
    font-style: normal;
    font-weight: 400;
    font-size: 20.8px;
    line-height: 100%;
  }
}
@media (max-width: 767.98px) {
  .page-calculator-form__title {
    font-family: "TenorSans";
    font-style: normal;
    font-weight: 400;
    font-size: 18.2px;
    line-height: 100%;
  }
}
.page-calculator-form__area {
  max-width: 120px;
}
.page-calculator-form__area span {
  display: block;
  margin-bottom: 20px;
  font-family: "TildaSans";
  font-style: normal;
  font-weight: 500;
  font-size: 17px;
  line-height: 120%;
}
@media (max-width: 1439.98px) {
  .page-calculator-form__area span {
    font-family: "TildaSans";
    font-style: normal;
    font-weight: 500;
    font-size: 17px;
    line-height: 120%;
  }
}
@media (max-width: 767.98px) {
  .page-calculator-form__area span {
    font-family: "TildaSans";
    font-style: normal;
    font-weight: 500;
    font-size: 17px;
    line-height: 120%;
  }
}
.page-calculator-form__results {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.page-calculator-form__result {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  font-family: "TildaSans";
  font-style: normal;
  font-weight: 500;
  font-size: 17px;
  line-height: 120%;
}
@media (max-width: 1439.98px) {
  .page-calculator-form__result {
    font-family: "TildaSans";
    font-style: normal;
    font-weight: 500;
    font-size: 17px;
    line-height: 120%;
  }
}
@media (max-width: 767.98px) {
  .page-calculator-form__result {
    font-family: "TildaSans";
    font-style: normal;
    font-weight: 500;
    font-size: 17px;
    line-height: 120%;
  }
}
.page-calculator-form__result span {
  display: block;
  width: 150px;
  border-bottom: 1px solid #D9D9D9;
  text-align: end;
  font-family: "TildaSans";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 100%;
}
@media (max-width: 1439.98px) {
  .page-calculator-form__result span {
    font-family: "TildaSans";
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 100%;
  }
}
@media (max-width: 767.98px) {
  .page-calculator-form__result span {
    font-family: "TildaSans";
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 100%;
  }
}
