html {
  scroll-behavior: smooth;
}

*,
*::before,
*::after {
  box-sizing: border-box;
  font-family: barlow;
  list-style: none;
  padding: 0;
  margin: 0;
}

ul {
  padding: 0;
  margin: 0;
}

a,
a:link,
a:visited,
a:hover {
  text-decoration: none;
  cursor: pointer;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: playfair display;
}

p,
span {
  font-family: barlow;
  color: rgb(0, 0, 0);
}

button {
  border: none;
  cursor: pointer;
}

form,
input,
textarea,
button,
select,
label {
  all: unset;
  box-sizing: border-box;
}

body {
  background-image: linear-gradient(190deg, rgba(232, 219, 226, 0.37), #ffffff);
  background-repeat: no-repeat;
  background-size: cover;
  overflow-x: hidden;
}

.placeholder {
  color: #818181;
}

.gradients {
  background-color: rgba(129, 173, 253, 0.1);
  position: absolute;
  top: 30px;
  height: 21px;
  width: 386px;
}

.h1-title {
  font-family: playfair display;
  font-size: 63px;
  line-height: 76px;
  font-weight: 400;
}

.h2-title {
  font-family: playfair display;
  font-weight: 400;
  font-size: 40px;
  line-height: 48px;
}

.h3-title {
  font-size: 35px;
  font-weight: 400;
  line-height: 42px;
  margin-bottom: 18px;
}

.h4-title {
  font-family: playfair display;
  font-size: 20px;
  line-height: 32px;
  font-weight: 400;
}

header {
  position: relative;
  z-index: 10;
  top: 0;
  left: 0;
  width: 100%;
  overflow: hidden;
}

.header-logo-wrapper {
  padding: 0 10px 10px 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}

.header-burger-btn {
  display: none;
  width: 50px;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  z-index: 1;
}

.header-burger-btn img {
  width: 40px;
  height: 40px;
  position: absolute;
  z-index: 5;
}

.header-burger-btn {
  display: none;
}

.header-burger-btn img:last-child {
  display: none;
}

.header-burger-btn.active img:last-child {
  display: unset;
}

.header-burger-btn.active img:first-child {
  display: none;
}

.container {
  margin: auto;
  display: block;
  width: 1200px;
  position: relative;
}

.header-section {
  margin-bottom: 20px;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 95px;
}

.logo {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 20px;
}

.logo span {
  font-family: playfair display;
  font-size: 42px;
  font-weight: 400;
  line-height: 54px;
}

.logo-img {
  position: relative;
}

.logo-img img {
  width: 70px;
}

.logo-img span {
  color: rgb(255, 255, 255);
  position: absolute;
  font-family: barlow;
  font-size: 34px;
  line-height: 44px;
  font-weight: 700;
  top: 15px;
  left: 17px;
  z-index: 3;
}

.header-menu {
  display: flex;
}

.header-menu ul {
  display: flex;
  justify-content: center;
  align-items: center;
}

.header-menu ul li {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-right: 40px;
}

.header-menu ul li:last-child {
  margin-right: 0;

}

.header-menu-link {
  color: rgb(58, 58, 58);
  font-size: 17px;
  line-height: 27px;
  font-weight: 400;
}

.link-active {
  color: rgb(58, 58, 58);
  font-size: 17px;
  line-height: 27px;
}

.blue-item {
  color: rgb(255, 255, 255);
  font-size: 18px;
  padding: 9px 30px;
  font-weight: 700;
  border-radius: 30px;
  background-color: rgb(33, 33, 79);
}

.header-title {
  font-size: 10px;
  font-weight: 400;
  color: rgb(33, 33, 79);
  margin-left: 5px;
  position: relative;
  background-color: rgb(191, 191, 213);
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 10px;
  z-index: 4;
  padding: 1px 5px;
  width: auto;
  height: auto;
  min-width: 20px;
  min-height: 20px;
}

.hero-title {
  font-size: 38px;
  font-weight: 400;
  line-height: 46px;
  margin-left: 20px;
}

.slogan-title {
  width: 250px;
  height: 33px;
  font-size: 15px;
  line-height: 23px;
  font-weight: 700;
  color: rgb(33, 33, 79);
  margin-left: 5px;
  position: relative;
  background-color: rgba(191, 191, 213, 0.3);
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 22px;
  z-index: 4;
}

.hero {
  padding: 37px 0 95px 0;
}

.hero-easy-loans {
  width: 612px;
  margin-top: 24px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
}

.hero-main-title {
  width: 560px;
  margin-bottom: 25px;
}

.hero-main-title .gradients {
  top: 173px;
  height: 31px;
  width: 311px;
}

.hero-easy-loans .slogan-title {
  margin-bottom: 20px;
}

.easy-loans-banks {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
}

.easy-loans-title {
  color: rgb(113, 113, 113);
  font-size: 18px;
  line-height: 28px;
  margin-bottom: 80px;
  order: 1;
}

.easy-loans-title span {
  color: rgb(113, 113, 113);
  font-weight: 700;

}

.grey-line {
  border-top: 1px solid rgb(227, 227, 227);
  width: 320px;
  margin-bottom: 36px;
  order: 2;
}

.grey-line p {
  color: rgb(113, 113, 113);
  font-size: 12px;
  line-height: 19px;
  margin-top: 15px;
}

.easy-loans-banks-photo {
  order: 3;
  width: 400px;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
  gap: 20px;
}

.easy-loans-banks-photo img {
  width: 80px;
  height: 26px;
}

.hero-wrapper {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: flex-start;
}


.hero-form-wrapepr {
  width: 500px;
  background-color: #ffffff;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  padding-top: 24px;
  border-radius: 8px;
  box-shadow: 0 0 12px rgba(4, 4, 4, 0.13);
  user-select: none;
  position: relative;
  z-index: 4;
}

.hero-range-wrapper {
  z-index: 4;
}

.hero-form-wrapepr-top-border {
  background-color: transparent;
  background-image: linear-gradient(180deg, #e5e5e5, #ffffff);
  background-size: auto !important;
  height: 53px;
  width: 500px;
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
}

.hero-range-title {
  display: flex;
  justify-content: space-between;
}

.hero-range {
  width: 460px;
  background-color: #f8fbff;
  padding: 4px 15px;
  border-radius: 8px;
  margin: 20px 0;
}

.hero-range-title {
  width: 100%;
  display: flex;
  margin: 19px 0 14px 0;
}

.hero-range-title p {
  font-size: 36px;
  line-height: 43px;
  gap: 8px;
  display: flex;
}

.hero-range-item {
  color: rgb(113, 113, 113);
  font-size: 12px;
  line-height: 14px;
  margin: 9px 0;
  display: flex;
  justify-content: space-between;

}

.hero-range-title .slogan-title {
  font-weight: 400;
  border-radius: 10px;
  width: 140px;
}

.range {
  width: 100%;
  height: 10px;
  appearance: none;
  border-radius: 10px;
  background-color: #fff;
  border: 1px solid #dadbe3;
}

.range::-webkit-slider-thumb {
  appearance: none;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background-image: linear-gradient(175deg, #323271, #21214f);
  cursor: pointer;

}

.hero-range-button {
  display: flex;
  justify-content: flex-end;
  gap: 8px;
  align-items: center;
}

#decrement {
  width: 30px;
  height: 30px;
  background-color: rgb(33, 33, 79);
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  cursor: pointer;
}

#decrement span {
  transform: translateY(-2px);
  color: #ffffff;
  font-size: 28px;
}

#increment {
  width: 30px;
  height: 30px;
  background-color: rgb(33, 33, 79);
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  cursor: pointer;
}

#increment span {
  transform: translateY(-2px);
  color: #ffffff;
  font-size: 28px;
}

#range-value-input {
  visibility: hidden;
  width: 0;
  height: 0;
}

.range-button-wrapper {
  width: 74px;
  height: 48px;
  border-radius: 8px;
  border: 1px solid rgb(213, 214, 223);
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #fff;
  gap: 3px;
}

.range-button-wrapper span {
  font-size: 22px;
  line-height: 26px;
}

.payment {
  width: 100%;
  background-image: linear-gradient(190deg, rgba(232, 219, 226, 0.37), #ffffff);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  padding: 22px 45px 19px 45px;
}

.payment-title {
  font-size: 16px;
  line-height: 24px;
  color: rgb(33, 33, 79)
}

.payment-value-wrapper span {
  color: rgb(33, 33, 79);
  font-size: 20px;
  line-height: 30px;
}

.payment-info,
.payment-info span {
  color: rgb(144, 144, 144);
  font-size: 11px;
  line-height: 14px;
}

.input-confirm {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  box-shadow: rgba(0, 0, 0, 0.29) 0px 0px 3px 0px;
  background-color: #fff;
  border-radius: 12px;
  height: 45px;
  font-size: 14px;
  padding-left: 10px;
  cursor: pointer;
  width: 100%;
  position: relative;
}

.input-confirm input {
  width: 100%;

}

.input-confirm .error-message {
  position: absolute;
  bottom: -15px;
  margin-left: -5px;
}

#opt2,
#opt1 {
  /* display: none; */
  visibility: hidden;
  width: 0;
  height: 0;
  position: absolute;
}

.ja,
.nej {
  width: 92px;
  height: 34px;
  border: 1px solid #d5d6df;
  border-radius: 8px;
  background-color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 5px;
  right: 5px;
  z-index: 10;
  cursor: pointer;
}

.ja {
  right: 105px;
}
.checkbox {
  margin-top: 18px;
}
.checkbox-option .checkbox-hidden {
  visibility: hidden;
  padding: 0;
  width: 0;
  height: 0;
  padding-left: 0;
  display: none;
}

.fake-checkbox {
  display: flex;
  width: 20px;
  height: 20px;
  background: #fff;
  border-radius: 8px;
  margin-right: 10px;

}

.checkbox-hidden:checked ~.fake-checkbox {
  background: url("assets/green.svg");
}

.checkbox-text {
  color: rgb(232, 232, 232);
  font-size: 11px;
  line-height: 14px;
  width: 383px;
}
.checkbox-text-item {
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin-bottom: 10px;
}

.terms {
  color: rgb(232, 232, 232);
  font-size: 11px;
  line-height: 14px;
}

.terms a {
  color: rgb(232, 232, 232);
  font-size: 11px;
  line-height: 14px;
  text-decoration: underline;
}

.monthly-payment {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.hero-form-item {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  border-bottom-right-radius: 8px;
  border-bottom-left-radius: 8px;
  padding: 29px 40px;
  background-color: rgb(24, 34, 55);
}

.hero-form {
  display: flex;
  flex-direction: column;
  user-select: none;
}

.hero-form input {
  box-shadow: rgba(0, 0, 0, 0.29) 0px 0px 3px 0px;
  background-color: #fff;
  border-radius: 12px;
  height: 45px;
  font-size: 14px;
  padding-left: 10px;
  cursor: pointer;
}


.checkbox-option {
  display: flex;
  width: 100%;
  justify-content: space-between;
  align-items: flex-start;
  cursor: pointer;
  margin-top: 5px;
  margin-bottom: 10px;
  position: relative;
}

.checkbox-option .error-message {
  position: absolute;
  bottom: -4px;
}

.hero-form-item h2 {
  font-size: 28px;
  line-height: 34px;
  color: #ffffff;
  margin-bottom: 15px;
  text-align: left;
 font-weight: 400;
}

.hero-form-button {
  height: 50px;
  width: 100%;
  font-size: 20px;
  line-height: 32px;
  border-radius: 10px;
  background-color: rgb(37, 213, 144);
  box-shadow: 2px 3px 0 rgba(37, 213, 144, 0.5);
  color: #ffffff;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  margin-top: 10px
}
/* .hero-form-button:disabled {
  opacity: .7;
  cursor: unset;
} */

.banks-logos-mob {
  display: none;
}

.credit-guide {
  background-color: #ffffff;
  padding: 50px 0 43px 0;
}

.credit-guide-title {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;

}

.credit-guide-title .h2-title {
  margin: auto;
  text-align: center;
  position: relative;
  margin-bottom: 70px;
}

.credit-process {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 95px;
  padding: 0 95px;
  flex-wrap: wrap;
}

.credit-process-item {
  width: 285px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.credit-process-item-gradients {
  position: relative;
}

.credit-item-1 .gradients {
  width: 195px;
  top: 23px
}

.credit-item-2 .gradients {
  width: 205px;
  top: 23px
}

.credit-item-3 .gradients {
  width: 190px;
  top: 23px
}

.credit-text {
  text-align: center;
  color: rgb(113, 113, 113);
  font-size: 15px;
  font-weight: 400;
  line-height: 26px;

}

.credit-advantages {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
}

.credit-advantages-item {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 65px;
  flex-wrap: wrap-reverse;
}

.credit-advantages-item:last-child {
  flex-wrap: wrap-reverse;
}

.credit-advantages-item-block {
  width: 680px;
}

.credit-advantages-item-block .credit-text {
  text-align: left;
}

.credit-photo {
  width: 450px;
  height: 200px;
  box-shadow: 0 0 400px rgba(35, 0, 255, 0.25);
}

.credit-advantages-gradients {
  position: relative;
}

.block-1 .gradients {
  width: 444px;
}

.block-2 .gradients {
  width: 497px;
}

.banks {
  padding-bottom: 100px;
  background-color: #ffffff;
}

.banks-section {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.banks .slogan-title {
  width: 250px;
  height: 33px;
  font-size: 15px;
  line-height: 23px;
  font-weight: 700;
  color: rgb(33, 33, 79);
  margin-left: 5px;
  position: relative;
  background-color: rgba(191, 191, 213, 0.3);
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 22px;
  z-index: 4;
  margin-bottom: 23px;
}

.banks-title {
  position: relative;
  margin-bottom: 55px;
}

.banks-title .gradients {
  width: 572px;
}

.banks-logos {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  flex-wrap: wrap;
}

.banks-logos-top {
  width: 100%;
  padding: 0 80px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 42px;
}

.banks-logos-bottom {
  width: 100%;
  padding: 0 165px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 42px;
}

.banks-photo {
  width: 150px;
  height: 50px;
}

.banks-feature {
  width: 651px;
  text-align: center;
}

.banks-feature-title {
  font-size: 12px;
  line-height: 24px;
  font-weight: 400;
  color: rgb(113, 113, 113);
  margin-top: 10px;
}

.banks-feature-title span {
  font-weight: 700;
  color: #737373;
}

.loan {
  background-color: #ffffff;
  padding-bottom: 100px;
  overflow: hidden;
}

.loan-options {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.loan-options-title {
  position: relative;
}

.loan-options-title .gradients {
  width: 525px;
}

.loan-options-block {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

.loan-options-item {
  width: 300px;
  height: 300px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
}

.loan-options-item-photo {
  width: 250px;
  height: 250px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  position: relative;
  z-index: 4;
}

.yellow img {
  height: 224px;
  width: 270px;
  position: relative;
  z-index: 5;
}

.color-circl {
  position: absolute;
  top: 60px;
  left: 65px;
  background-color: rgba(255, 176, 0, 0.37);
  width: 150px;
  height: 150px;
  border-radius: 400px;
  box-shadow: 0 0 100px #ffb000;
  z-index: 1;
}

.purple .color-circl {
  position: absolute;
  background-color: rgba(205, 0, 255, 0.36);
  box-shadow: 0 0 100px #cd00ff;
  z-index: 1;
}

.purple img {
  width: 270px;
  height: 116px;
  position: relative;
  z-index: 5;
}

.green .color-circl {
  position: absolute;
  background-color: rgba(0, 251, 89, 0.4);
  box-shadow: 0 0 100px #00fb59;
  z-index: 1;
}

.green img {
  width: 270px;
  height: 147px;
  position: relative;
  z-index: 5;
}

.blue .color-circl {
  position: absolute;
  background-color: rgba(0, 86, 255, 0.36);
  box-shadow: 0 0 100px #0056ff;
  z-index: 1;
}

.blue img {
  width: 270px;
  height: 224px;
  position: relative;
  z-index: 5;
}

.loan-options-item .slogan-title {
  border-radius: 10px;
  font-weight: 400;
  margin-top: 20px;

}

.benefits {
  background-color: #ffffff;
  padding-bottom: 20px;
}

.credit-benefits {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}

.credit-benefits-advantages {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;

}

.benefits-description-title {
  margin-bottom: 30px;
}

.benefits-description-title .gradients {
  width: 442px;
}

.credit-benefits-description .credit-text {
  width: 680px;
  text-align: left;
  line-height: 30px;
  margin-bottom: 20px;

}

.advantages-list {
  padding: 12px;
  margin-top: 6px;
  margin-bottom: 20px;
}

.advantages-list-item {
  color: rgb(113, 113, 113);
  font-size: 15px;
  line-height: 30px;
  font-weight: 400;
  position: relative;
  margin-bottom: 8px;
  margin-left: 20px;
}

.advantages-list-item::before {
  content: "•";
  position: absolute;
  left: -25px;

}

.benefits-photo {
  width: 450px;
  height: 200px;
  border-radius: 10px;
}

/* privacy*/

.privacy-header {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
  margin-top: -23px;
  margin-bottom: 30px;
}

.privacy-header .credit-text {
  order: 1;
  text-align: left;
}

.privacy-header-title {
  position: relative;
  order: 2;
}

.privacy-header-title .gradients {
  height: 32px;
  width: 452px;
  top: 45px;
}

.privacy {
  background-color: #ffffff;
  padding-top: 80px;
  padding-bottom: 60px;
  width: 100%;
}

.privacy-policy {
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: flex-start;
}

.data-protection-block-1,
.data-protection-block-2 {
  width: 680px;
  display: flex;
  flex-direction: column;
}

.data-protection-block-1 {
  order: 1
}

.data-protection-block-2 {
  order: 3;
  margin-top: -30px;
}

.data-protection-block-1 span,
.data-protection-block-2 span {
  font-weight: 700;
  color: rgb(113, 113, 113);
  font-size: 15px;
  line-height: 30px;
}

a.data-protection-link {
  color: rgb(113, 113, 113);
  text-decoration: underline;
  text-underline-offset: 4px;
}

.data-protection-block-1 .credit-text,
.data-protection-block-2 .credit-text {
  text-align: left;
  line-height: 30px;
  margin-bottom: 30px;
}

.data-protection-title {
  margin-bottom: 25px;
}

.data-protection-title .gradients {
  width: 406px;
}

.support {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  box-shadow: 0 0 50px rgba(35, 0, 255, 0.04);
  padding: 30px;
}

.support .section-title {
  margin-bottom: 30px;
}

.support .credit-text {
  text-align-last: left;
  font-family: 700px;
}

.support .blue-item {
  padding: 12px 52px;
  box-shadow: 0 0 10px rgba(15, 66, 171, 0.5);
}

.support-title {
  color: rgb(33, 33, 79);
  font-size: 15px;
  line-height: 30px;
  font-weight: 700;
}

.lending-conditions {
  order: 2;
  padding: 23px 25px;
  width: 450px;
  height: fit-content;
  box-shadow: 0 0 50px rgba(35, 0, 255, 0.04);
}

.h2-title-shadow {
  font-size: 30px;
  font-weight: 400;
  line-height: 36px;
  text-shadow: 1px 1px 3px #ffffff;
  margin-bottom: 20px;
}

.lending-conditions p:last-child {
  margin-top: 20px;
}

.lending-conditions .credit-text {
  text-align: left;
  line-height: 30px;
}

.lending-conditions-list {
  margin: 15px 0;
  padding: 10px 30px;
  background-color: rgba(212, 224, 250, 0.15);
}

.lending-conditions .advantages-list-item {
  margin-bottom: 8px;
}

.lending-conditions .advantages-list-item::before {
  left: -20px;
}

/*kundeservice*/

.contact {
  margin-top: 100px;
}

.contact-block {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
}

.contact-description-title {
  position: relative;
}

.contact-description-title .gradients {
  width: 390px;
  height: 32px;
  top: 45px;
}

.contact-description {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  width: 540px;
}

.contact-description .credit-text {
  text-align: left;
  font-size: 18px;
  line-height: 28px;
  margin-bottom: 30px;
}

.contact-description .slogan-title {
  margin-bottom: 20px;
}

.contact-description .h1-title {
  margin-bottom: 25px;
}

.contact-description .blue-item {
  box-shadow: 0 0 20px rgba(15, 66, 171, 0.5);
  padding-top: 11px;
  padding-bottom: 11px;
}

.contact-form-item {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 450px;
  box-shadow: 0 0 200px rgba(0, 91, 255, 0.2);
  border-radius: 10px;
  padding: 65px 30px 50px 30px;
  margin-bottom: 50px;
}

.contact-form-item .credit-text {
  text-align: left;
  line-height: 30px;
  margin-bottom: 20px;
}

.contact-form {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  gap: 5px;

}

.contact-form input {
  width: 392px;
  height: 40px;
  border: 1px solid rgb(214, 212, 212);
  border-radius: 4px;
  color: black;
  font-size: 14px;
  padding-left: 7px;
}

.input-wrapper {
  display: flex;
  flex-direction: column;
  gap: 5px;
}

.error-message {
  color: red;
  font-size: 8px;
  height: 12px;
  visibility: hidden;
  margin-left: 5px;
}

.error-message.visible {
  visibility: visible;
}

.contact-form input::placeholder,
.contact-form textarea::placeholder {
  font-style: 14px;
}

.contact-form textarea {
  width: 392px;
  border: 1px solid rgb(214, 212, 212);
  border-radius: 4px;
  height: 150px;
  color: black;
  font-size: 14px;
  padding-left: 7px;
  padding-top: 7px;
}

.contact-form-button {
  background-color: rgb(33, 33, 79);
  color: #ffffff;
  width: 100%;
  height: 55px;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  transition: all 0.3s ease;
  font-size: 20px;
  font-weight: 700;
  border-radius: 4px;
  cursor: pointer;
}

.contact-form-button:hover {
  background-color: #4d4d72;
  cursor: pointer;
}

.questions {
  background-color: #ffffff;
  padding: 80px 0;
}

.questions-wrapper {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;

}

.faq-section {
  width: 680px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 35px;
}

.faq-item {
  border-left: 6px solid rgba(129, 173, 253, 0.1);
  padding-left: 25px;
}

.faq-item ul li {
  font-size: 15px;
  line-height: 30px;
  color: rgb(113, 113, 113);
  font-weight: 400;

}

.section-title {
  font-size: 15px;
  line-height: 30px;
  color: rgb(113, 113, 113);
  font-weight: 400;
}

.section-title span {
  font-weight: 700;
  color: rgb(33, 33, 79)
}


/*footer*/


footer {
  background-color: rgb(244, 244, 244);
  padding: 60px 0 45px 0;
}

.footer-section {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
}

.footer-logo {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  margin-top: 25px;
}

.footer-copyright {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: 18px;
  flex-wrap: wrap;
}

.footer-copyright p {
  color: rgb(58, 58, 58);
  font-size: 9px;
  line-height: 18px;
  font-weight: 400;
}

.footer-copyright-photo {
  position: relative;
  margin-top: 15px;
}

.footer-copyright-photo img {
  width: 12px;
  height: 12px;
  position: absolute;
  top: 3px;
  right: -15px;
}

.footer-navigation {
  display: flex;
  gap: 90px;
  margin-left: 80px;
  margin-top: 15px;
  flex-wrap: wrap;
}

.footer-navigation h4 {
  margin-bottom: 20px;
}

.Lånetyper a,
.Låneformål a,
.Ressourcer a {
  color: rgb(58, 58, 58);
  font-size: 15px;
  line-height: 24px;
}

.Lånetyper li,
.Låneformål li,
.Ressourcer li {
  margin-bottom: 12px;
}

.Lånetyper ul,
.Låneformål ul,
.Ressourcer ul {
  margin-bottom: 12px;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;

}

.Lånetyper-navigation {
  display: flex;
  gap: 75px
}


@media (max-width: 1200px) {
  .container {
    width: 768px;
    padding: 15px;
  }

  .h3-title {
    text-align: center;
  }

  .h4-title {
    font-weight: 700;

  }

  /* header */
  .header-section {
    margin-top: 10px;
    flex-direction: column;
    height: auto;

  }

  .header-logo-wrapper {
    justify-content: space-between;
    width: 100%;
  }

  .logo-img {
    width: 50px;
    height: 50px;
  }

  .logo-img img {
    width: 50px;
    height: 50px;
  }

  .logo-img span {
    top: 11px;
    left: 13px;
    font-size: 23px;
    line-height: 30px;
  }

  .header-burger-btn {
    display: flex;
  }

  .header-menu {
    background-color: #ffffff;
    box-shadow: 0 0 200px rgba(35, 0, 255, 0.1);
    opacity: 0;
    height: 0;
    transition: all .3s ease;
  }

  .header-menu.active {
    border-radius: 8px;
    height: 260px;
    opacity: 1;
  }

  .header-menu.active ul li {
    margin-left: 30px;
    margin-bottom: 10px;
  }

  .header-menu.active ul li:last-child {
    margin-left: 15px;

  }

  .header-menu ul {
    display: block;
    padding: 50px;
  }

  /* hero */
  .hero {
    padding: 0 0 350px 0;
  }


  .hero-title {
    text-align: center;
    margin-left: 0;
  }

  .hero-easy-loans .slogan-title {
    display: none;
  }


  .hero-easy-loans {
    width: 550px;
  }

  .hero-wrapper {
    justify-content: center;
    align-items: center;
  }

  .hero-form-wrapepr {
    justify-content: center;

  }

  .hero-main-title {
    text-align: center;
  }

  .hero-main-title .gradients {
    top: 165px;
    left: 230px;
  }

  .easy-loans-banks {
    position: absolute;
    bottom: -333px;
    left: 40px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .grey-line {
    width: 100%;
    order: 1;
  }

  .easy-loans-title {
    order: 3;
  }

  .easy-loans-banks-photo {
    width: 100%;
    order: 2;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    margin-bottom: 30px;
  }

  .grey-line p {
    margin-top: 30px;
    ;
    text-align: center;
  }

  .easy-loans-title {
    text-align: center;
  }

  .credit-process {
    justify-content: center;
    align-items: center;
    padding: 10px;
    margin-bottom: 25px;
  }

  .credit-process-item {
    margin-bottom: 20px;
  }

  .credit-guide-title .gradients {
    top: 45px;
  }

  .credit-advantages-item {
    justify-content: center;
    margin-bottom: 0;
  }

  .credit-advantages-item img {
    order: 1;
  }

  .credit-advantages-item credit-text {
    order: 2;
  }

  .credit-advantages-item-block {
    width: 100%;
    padding: 20px;
  }

  .banks {
    padding-bottom: 0;
  }

  .block-1 .gradients {
    left: 102px;
  }

  .block-2 .gradients {
    left: 127px;

  }

  .loan {
    display: none;
  }

  .benefits {
    padding-bottom: 0;
  }

  .credit-benefits {
    justify-content: center;
    align-items: center;
  }

  .credit-benefits-advantages {
    justify-content: center;
    align-items: center;

  }

  .benefits-description-title .gradients {
    left: 168px;
    top: 38px;
  }

  .privacy-header {
    justify-content: center;
    align-items: center;
    flex-wrap: wrap-reverse;

  }

  .privacy-header .credit-text {
    order: 2;
  }

  .privacy-header-title {
    order: 1;
    margin-bottom: 15px;
  }

  .data-protection-title .gradients {
    top: 40px;
    left: 182px;

  }

  .privacy-policy {
    justify-content: center;
    align-items: center;
  }

  .data-protection-block-1,
  .data-protection-block-2 {
    width: 500px;
  }

  .lending-conditions {
    margin-bottom: 50px;
  }

  .support {
    justify-content: center;
    align-items: center;
  }

  /*contact*/
  .contact {
    margin-top: 20px;

  }

  .contact-block {
    justify-content: center;
    align-items: center;
  }

  .contact-description {
    justify-content: center;
    align-items: center;
    width: 400px;
  }

  .contact-description-title {
    left: 8px;
  }

  .contact-description .slogan-title {
    display: none;
  }

  .contact-description .credit-text {
    display: none;
  }

  .contact-description .blue-item {
    display: none;
  }

  .contact-form-item {
    width: 550px;
    align-items: center;
  }

  .contact-form input {
    width: 100%;
  }

  .contact-form textarea {
    width: 100%;
    margin-bottom: 40px;
  }

  .questions-wrapper {
    align-items: center;
    justify-content: center;
  }

  .questions-wrapper .lending-conditions {
    width: 100%;
  }

  .footer-section {
    justify-content: center;
    align-items: center;
  }

  .footer-section .blue-item {
    display: none;
  }

  .footer-navigation {
    margin-left: 0;
    padding: 20px;
    position: relative;
  }

  .footer-copyright {
    position: absolute;
    bottom: -25px;
    left: 265px;
    width: 250px;
    text-align: center;
    flex-direction: row;
  }

  .Lånetyper a,
  .Låneformål a,
  .Ressourcer a {
    color: rgb(58, 58, 58);
    font-size: 20px;
    line-height: 34px;
  }


}

@media (max-width: 763px) {
  .container {
    width: 320px;
    padding: 0;
  }

  .h1-title {
    font-size: 24px;
    line-height: 29px;
  }

  .h3-title {
    font-size: 24px;
    line-height: 29px;
  }

  .credit-text {
    font-size: 15px;
    line-height: 28px;
  }

  /*hero (main-page)*/

  .hero {
    padding: 0 0 450px 0;
  }

  .hero-easy-loans {
    width: 320px;
  }

  .hero-main-title {
    width: 320px;
  }

  .hero-main-title .gradients {
    width: 135px;
    top: 70px;
    height: 17px;
    left: 90px;
  }

  .easy-loans-banks {
    width: 320px;
    left: 0;
    bottom: -480px;

  }

  .resurs-laan {
    display: none;
  }

  .hero-form-wrapepr {
    width: 320px;
  }

  .hero-form-wrapepr-top-border {
    width: 100%;

  }

  .hero-range-wrapper {
    padding: 10px;
    width: 100%;
  }

  .hero-range {
    width: 100%;
  }

  .hero-range-title .slogan-title {
    width: 100px;
  }

  .hero-range-title p {
    font-size: 25px;
    line-height: 25px;
  }

  #decrement,
  #increment {
    width: 25px;
    height: 25px;
  }

  #decrement span,
  #increment span {
    font-size: 23px;
  }


  .data-protection-title .gradients {
    width: 290px;
    top: 14px;
    left: 20px;
  }

  .range-button-wrapper {
    height: 33px;
    width: 60px;

  }

  .range-button-wrapper span {
    font-size: 23px;
    line-height: 26px;
  }

  .payment {
    padding: 20px;

  }

  .hero-form-item {
    width: 100%;
    padding: 10px;
  }

  .hero-form {
    width: 100%;


  }

  .ja,
  .nej {
    width: 65px;
  }

  .ja {
    right: 85px;
  }

  .checkbox-text {
    width: 265px;
  }
  .checkbox-text-item{
    width: 265px;

  }

  .credit-guide-title .gradients {
    top: 75px;
    width: 160px;
  }

  .credit-item-1 .gradients {
    width: 140px;
    top: 12px;
  }

  .credit-item-2 .gradients {
    width: 140px;
    top: 12px;

  }

  .credit-item-3 .gradients {
    width: 137px;
    top: 12px;

  }

  .block-1 .gradients {
    left: 0;
    width: 295px;
    top: 11px;
  }

  .block-1 .h3-title {
    font-size: 22px;
  }

  .credit-photo {
    width: 320px;
    height: 142px;
  }

  .block-2 .h3-title {
    font-size: 22px;
  }

  .block-2 .gradients {
    width: 70px;
    top: 38px;
    left: 106px;

  }

  .banks-section {
    padding-bottom: 30px;
  }

  .banks-title .h2-title {
    text-align: center;
  }

  .banks-title .gradients {
    width: 270px;
    top: 75px;
    left: 26px;
  }

  .banks-photo {
    width: 140px;
    height: 46px;
  }

  .banks-logos-top {
    padding: 0;
  }

  .banks-logos {
    display: none;
  }

  .banks-logos-mob {
    display: flex;
    width: 320px;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
  }

  .banks-logos-mob img {
    width: 140px;
    height: 40px;
    margin-bottom: 20px;
  }

  .banks-feature {
    width: 320px;
  }

  .benefits-description-title .gradients {
    left: 7px;
    top: 12px;
    width: 310px;
  }

  .credit-benefits-description {
    width: 320px;
  }

  .credit-benefits-description .credit-text {
    width: 320px;
  }

  .benefits-photo {
    width: 320px;
    height: 142px;
  }



  .privacy-header {
    justify-content: center;
    align-items: center;
    flex-wrap: wrap-reverse;

  }

  .privacy-header .credit-text {
    order: 2;
  }

  .privacy-header-title {
    order: 1;
    margin-bottom: 15px;
  }

  .privacy-header-title .gradients {
    width: 173px;
    top: 15px;
    height: 20px;
  }


  .privacy-header .credit-text {
    font-size: 12px;
    line-height: 24px;
  }

  .lending-conditions {
    width: 320px;
  }

  .h2-title-shadow {
    font-size: 25px;
    line-height: 30px;
  }

  .contact-description {
    width: 100%;
  }

  .contact-description-title {
    left: 0;
    text-align: center;
  }

  .contact-description-title .gradients {
    width: 160px;
    height: 15px;
    top: 15px;
  }

  .contact-form-item {
    width: 320px;
    padding: 30px 20px;
  }

  .contact-form-button {
    width: 280px;
  }

  .faq-section {
    gap: 20px;

  }

  .faq-section-title .gradients {
    width: 255px;
    top: 12px;

  }

  .lending-conditions-list {
    padding: 0;
  }

  .advantages-list {
    padding-right: 0px;
    padding-left: 5px;
  }

  .advantages-list-item {
    font-size: 14px;
    line-height: 28px;

  }

  .lending-conditions .credit-text {
    line-height: 28px;
  }

  .support-title {
    font-size: 14px;
    line-height: 28px;
    margin-left: -12px;
  }

  .support {
    padding: 20px;
  }


  .footer-section {
    justify-content: flex-start;
    margin-left: 30px;
  }

  .footer-navigation {
    padding: 0;
    gap: 20px;
  }

  .Låneformål,
  .Ressourcer {
    width: 100%;
  }

  .Låneformål ul,
  .Ressourcer ul {
    height: 100px;
  }

  .footer-copyright {
    left: 30px;
  }
}
