.popup_calc {
  position: relative;
  padding: 3em 8.5em;
  color: #FFF;
  display: flex;
  gap: 8.5em;
  background-color: var(--color_0);
  margin: auto;
}
@media screen and (max-width: 1023px) {
  .popup_calc {
    padding: 3em;
    flex-direction: column;
    font-size: 5px;
    overflow: hidden;
    max-height: calc(100dvh - 6em);
    overflow-y: auto;
  }
}
.popup_calc .form {
  position: relative;
}
@media screen and (min-width: 1024px) {
  .popup_calc .form {
    max-width: 60%;
  }
}
.popup_calc .form .form_title {
  font-family: var(--font-family);
  font-weight: 700;
  font-size: 9em;
  line-height: 111%;
  text-transform: uppercase;
  color: #000;
  margin-bottom: 45px;
}
.popup_calc .form .form_item {
  position: relative;
  display: flex;
  margin-bottom: 5.5em;
  gap: 2.5em;
}
@media screen and (max-width: 1023px) {
  .popup_calc .form .form_item {
    flex-direction: column;
  }
}
.popup_calc .form .form_item:nth-last-child {
  margin-bottom: 0;
}
.popup_calc .form .form_item .form_label {
  position: relative;
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 4em;
  color: #000;
  margin: auto 25px auto 0;
}
.popup_calc .form .form_item .form_control {
  position: relative;
  display: flex;
}
.popup_calc .form .form_item .form_control select,
.popup_calc .form .form_item .form_control input,
.popup_calc .form .form_item .form_control button {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  position: relative;
  font-family: var(--font-family);
  font-weight: 400;
  border: 1px solid var(--color_2);
  border-radius: 1em;
  height: 100%;
}
@media screen and (max-width: 1023px) {
  .popup_calc .form .form_item .form_control select,
  .popup_calc .form .form_item .form_control input,
  .popup_calc .form .form_item .form_control button {
    width: 100%;
  }
}
.popup_calc .form .form_item .form_control select {
  position: relative;
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='13' viewBox='0 0 32 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0.707153 0.707031L15.8059 15.8058L30.9047 0.707031' stroke='%2306584F' stroke-width='2'/%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  background-position: right 12px center;
  font-size: 2.5em;
  background-color: var(--color_0);
  color: var(--color_2);
  white-space: break-spaces;
  max-width: 60em;
  padding: 22px 55px 22px 2.5em;
}
.popup_calc .form .form_item .form_control select:hover {
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='13' viewBox='0 0 32 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0.707153 0.707031L15.8059 15.8058L30.9047 0.707031' stroke='%23FFF' stroke-width='2'/%3E%3C/svg%3E%0A");
  background-color: var(--color_2);
  color: var(--color_0);
}
.popup_calc .form .form_item .form_control select:focus {
  outline: none;
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='13' viewBox='0 0 32 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0.707153 0.707031L15.8059 15.8058L30.9047 0.707031' stroke='%23FFF' stroke-width='2'/%3E%3C/svg%3E%0A");
  background-color: var(--color_2);
  color: var(--color_0);
}
.popup_calc .form .form_item .form_control select:disabled {
  background-color: #f5f5f5;
  cursor: not-allowed;
  opacity: 0.7;
}
.popup_calc .form .form_item .form_control select option {
  border-bottom: 1px solid var(--color_2);
  background-color: #FFF;
  color: var(--color_2);
}
.popup_calc .form .form_item .form_control select option:checked {
  background-color: var(--color_2);
  color: #FFF;
}
.popup_calc .form .form_item .form_control input {
  position: relative;
  padding: 5.5px 35px;
  font-size: 4em;
  color: #000;
}
@media screen and (max-width: 1023px) {
  .popup_calc .form .form_item .form_control input {
    padding: 15px 35px;
    text-align: center;
  }
}
.popup_calc .form .form_item .form_control input:hover {
  border-color: var(--color_2);
}
.popup_calc .form .form_item .form_control input:focus {
  outline: none;
  border-color: var(--color_2);
}
.popup_calc .form .form_item .form_control button {
  position: relative;
  background-color: #FFF;
  font-size: 3.5em;
  color: #000;
  padding: 15px 75px;
  cursor: pointer;
}
.popup_calc .form .form_item .form_control button:hover {
  background-color: var(--color_2);
  color: #FFF;
}
.popup_calc .border {
  width: 0.2em;
  border-left: 2px solid var(--color_2);
}
@media screen and (max-width: 1023px) {
  .popup_calc .border {
    width: 100%;
    height: 0.2em;
    border-left: none;
    border-bottom: 2px solid var(--color_2);
  }
}
.popup_calc .profit {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
@media screen and (min-width: 1024px) {
  .popup_calc .profit {
    max-width: 40%;
  }
}
.popup_calc .profit .profit_title {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 5em;
  line-height: 200%;
  text-transform: uppercase;
  color: #000;
  margin-top: auto;
}
.popup_calc .profit .profit_calc {
  position: relative;
  display: flex;
  gap: 4em;
  text-align: center;
}
.popup_calc .profit .profit_calc .title {
  font-family: var(--font-family);
  font-weight: 500;
  font-size: 2.5em;
  line-height: 400%;
  text-transform: uppercase;
  color: #000;
}
.popup_calc .profit .profit_calc .subtitle {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 2em;
  line-height: 500%;
  text-transform: uppercase;
  color: #000;
}
.popup_calc .profit .profit_calc .num {
  font-family: var(--font-family);
  font-weight: 600;
  font-size: 5.5em;
  line-height: 182%;
  text-transform: uppercase;
  color: #000;
}
.popup_calc .profit .profit_more {
  margin: auto;
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 3.5em;
  color: #000;
}
@media screen and (max-width: 1023px) {
  .popup_calc .profit .profit_more {
    font-size: 7em;
    margin: 1.25em 0;
  }
}
