* {
  text-wrap: nowrap;
}

input:-webkit-autofill, input:-webkit-autofill:hover, input:-webkit-autofill:focus, input:-webkit-autofill:active {
  -webkit-text-fill-color: #000;
  box-shadow: 0 0 0px 1000px #fff inset;
  -webkit-transition: background-color 5000s ease-in-out 0s;
  transition: background-color 5000s ease-in-out 0s;
}

input:autofill,
input:autofill:hover,
input:autofill:focus,
input:autofill:active {
  -webkit-text-fill-color: #000;
  box-shadow: 0 0 0px 1000px #fff inset;
  transition: background-color 5000s ease-in-out 0s;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
  -webkit-text-fill-color: #000;
  box-shadow: 0 0 0px 1000px #fff inset;
  -webkit-transition: background-color 5000s ease-in-out 0s;
  transition: background-color 5000s ease-in-out 0s;
}

input::-ms-clear,
input::-ms-reveal {
  width: 0;
  height: 0;
  display: none;
}

input::-webkit-search-decoration,
input::-webkit-search-cancel-button,
input::-webkit-search-results-button,
input::-webkit-search-results-decoration {
  display: none;
}

.hidden {
  display: none !important;
}

[type=text]:focus,
[type=email]:focus,
[type=url]:focus,
[type=password]:focus,
[type=number]:focus,
[type=date]:focus,
[type=datetime-local]:focus,
[type=month]:focus,
[type=search]:focus,
[type=tel]:focus,
[type=time]:focus,
[type=week]:focus,
[multiple]:focus,
textarea:focus,
select:focus {
  --tw-ring-color: none;
}

header aside .snb-block-main ul.snb-ul-block li.calculator {
  background-color: #4759ca;
}
header aside .snb-block-main ul.snb-ul-block li.calculator p {
  color: #fff;
}

.wrap.enter-detail {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0;
  max-width: 60rem;
  width: 100%;
  margin: 0 auto;
  padding-top: 5rem;
  padding-bottom: 8rem;
  flex-direction: column;
  gap: 2rem;
}
.wrap.enter-detail .enter-detail-title-block {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0;
  flex-direction: column;
  gap: 1.2rem;
}
.wrap.enter-detail .enter-detail-title-block .title-desc {
  color: #4759ca;
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 100%;
  letter-spacing: 0.025rem;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0;
  gap: 1rem;
}
.wrap.enter-detail .enter-detail-title-block .title-desc .title-img {
  width: 3.2rem;
  height: 3.2rem;
}
.wrap.enter-detail .enter-detail-title-block .enter-detail-title {
  color: #1e2229;
  font-size: 4rem;
  font-weight: 600;
  line-height: 100%;
}
.wrap.enter-detail .form-section {
  border: none;
  border-radius: 2rem;
  background: #f9f9fa;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0;
  padding: 3rem;
  width: 100%;
}
.wrap.enter-detail .form-section .calculator-form {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 4rem;
  flex-direction: column;
  width: 100%;
}
.wrap.enter-detail .form-section .calculator-form .form-group {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 0;
  flex-direction: column;
  width: 100%;
}
.wrap.enter-detail .form-section .calculator-form .form-group label.label {
  color: #1e2229;
  font-size: 2rem;
  font-weight: 600;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  gap: 0.6rem;
  flex-direction: column;
}
.wrap.enter-detail .form-section .calculator-form .form-group label.label + small {
  color: #1e2229;
  font-size: 1.3rem;
  font-weight: 400;
}
.wrap.enter-detail .form-section .calculator-form .form-group .input-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0;
  gap: 0.6rem;
  width: 100%;
  margin-top: 1rem;
}
.wrap.enter-detail .form-section .calculator-form .form-group .input-wrapper .input-field {
  color: #1e2229;
  font-size: 1.6rem;
  font-weight: 400;
  border: 1px solid #d7dce5;
  border-radius: 0.8rem;
  background: #fff;
  width: 100%;
  padding: 1rme 1.6rem;
  height: 4.5rem;
}
.wrap.enter-detail .form-section .calculator-form .form-group .input-wrapper .input-field::-moz-placeholder {
  color: #858a93;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 100%;
}
.wrap.enter-detail .form-section .calculator-form .form-group .input-wrapper .input-field::placeholder {
  color: #858a93;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 100%;
}
.wrap.enter-detail .form-section .calculator-form .form-group .input-wrapper .unit {
  color: #495364;
  font-size: 1.6rem;
  font-weight: 600;
  line-height: 100%;
}
.wrap.enter-detail .form-section .calculator-form .form-group.select {
  position: relative;
}
.wrap.enter-detail .form-section .calculator-form .form-group.select::after {
  content: "\f077";
  font-family: "FontAwesome";
  position: absolute;
  color: #858a93;
  bottom: 1rem;
  right: 1rem;
  font-size: 1.6rem;
}
.wrap.enter-detail .form-section .calculator-form .form-group.select .select-field:active ::after {
  border: 1px solid #000;
}
.wrap.enter-detail .form-section .calculator-form .form-group.select .select-field {
  width: 100%;
  height: 4.5rem;
  border: 1px solid #d7dce5;
  border-radius: 0.8rem;
  background: #fff;
  color: #1e2229;
  font-size: 1.6rem;
  font-weight: 400;
  cursor: pointer;
}
.wrap.enter-detail .form-section .calculator-form .form-group .radio-group {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 1rem;
  flex-direction: column;
  width: 100%;
}
.wrap.enter-detail .form-section .calculator-form .form-group .radio-group .radio-label {
  border: 1px solid #d7dce5;
  border-radius: 0.8rem;
  background: #fff;
  color: #858a93;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 0;
  width: 100%;
  padding: 0 1.6rem;
  height: 4.2rem;
  cursor: pointer;
}
.wrap.enter-detail .form-section .calculator-form .form-group .radio-group .radio-label:hover {
  border: 1px solid #858a93;
}
.wrap.enter-detail .form-section .calculator-form .form-group .radio-group input {
  display: none;
}
.wrap.enter-detail .form-section .calculator-form .form-group .radio-group input:checked + label {
  border: 1px solid #4759ca;
  border-radius: 0.8rem;
  background: #ecebfe;
  color: #5313bb;
}
.wrap.enter-detail .form-section .calculator-form .form-group .checkbox-group {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 1rem;
  flex-direction: column;
  width: 100%;
}
.wrap.enter-detail .form-section .calculator-form .form-group .checkbox-group input {
  display: none;
}
.wrap.enter-detail .form-section .calculator-form .form-group .checkbox-group label {
  border: 1px solid #d7dce5;
  border-radius: 0.8rem;
  background: #fff;
  color: #858a93;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 0;
  width: 100%;
  padding: 0 1.6rem;
  height: 4.2rem;
  cursor: pointer;
}
.wrap.enter-detail .form-section .calculator-form .form-group .checkbox-group label:hover {
  border: 1px solid #858a93;
}
.wrap.enter-detail .form-section .calculator-form .form-group .checkbox-group input:checked + label {
  border: 1px solid #4759ca;
  border-radius: 0.8rem;
  background: #ecebfe;
  color: #5313bb;
}
.wrap.enter-detail .form-section .calculator-form .button-section {
  width: 100%;
}
.wrap.enter-detail .form-section .calculator-form .button-section .start-calculator {
  border: none;
  border-radius: 6rem;
  background: linear-gradient(85deg, #b187f4 -20.54%, #5c92d2 95.73%);
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0;
  color: #fff;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 100%;
  width: 100%;
  padding: 0 1.8rem;
  height: 6rem;
  transition: 0.2s ease-in-out;
}
.wrap.enter-detail .form-section .calculator-form .button-section .start-calculator:hover {
  transform: scale(1.02);
}

@media (max-width: 500px) {
  .wrap.enter-detail {
    padding: 0 2rem;
    padding-bottom: 8rem;
    gap: 4rem;
  }
  .wrap.enter-detail .enter-detail-title-block {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 1rem;
    width: 100%;
  }
  .wrap.enter-detail .enter-detail-title-block .title-desc {
    color: #fff;
    flex-direction: row-reverse;
  }
  .wrap.enter-detail .enter-detail-title-block .title-desc .title-img {
    width: 3rem;
    height: 3rem;
  }
  .wrap.enter-detail .enter-detail-title-block .enter-detail-title {
    font-size: 2.5rem;
  }
  .wrap.enter-detail .form-section {
    background-color: #fff;
    padding: 0;
  }
}