.registration-section {
  background-color: #FFF;
  padding: 48px 0 0 0;
  position: relative;
}
.registration-section::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #F3F3F3;
  border-radius: 170px 170px 0 0;
  z-index: 1;
}
.registration-section .registration-wrapper {
  display: flex;
  align-items: center;
  max-width: 1567px;
  width: 100%;
  margin: 0 auto;
  gap: 107px;
  overflow: hidden;
  padding: 0 20px;
  position: relative;
  z-index: 3;
}
.registration-section .registration-media {
  width: 49.08%;
  height: auto;
  overflow: hidden;
}
.registration-section .registration-media .registration-desktop-image {
  display: flex;
}
.registration-section .registration-media .registration-mobile-image {
  display: none;
}
.registration-section .registration-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.registration-section .registration-form {
  display: flex;
  flex-direction: column;
  gap: 40px;
  align-items: center;
  justify-content: flex-start;
  width: 50.92%;
}
.registration-section .registration-title {
  color: #2c2c2c;
  text-align: right;
  font-size: 56px;
  line-height: 100%;
  font-weight: 900;
  width: 100%;
  display: flex;
  align-items: center;
}
.registration-section .registration-form-box {
  width: 100%;
}
.registration-section .registration-form-box form {
  width: 100%;
  direction: rtl;
}
.registration-section .registration-fields {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.registration-section .registration-row {
  display: flex;
  flex-direction: row;
  gap: 24px;
  align-items: flex-start;
  width: 100%;
}
.registration-section .registration-field {
  display: flex;
  flex-direction: column;
  gap: 8px;
  align-items: flex-end;
  width: calc(50% - 12px);
}
.registration-section .registration-label {
  color: #3f3f3a;
  text-align: right;
  font-size: 14px;
  line-height: 142.857%;
  letter-spacing: -0.006em;
  font-weight: 700;
  width: 100%;
}
.registration-section .registration-input-wrap {
  position: relative;
  width: 100%;
}
.registration-section .registration-input, .registration-section .phone_mask {
  width: 100%;
  min-height: 48px;
  color: #8e8e93;
  text-align: right;
  font-size: 16px;
  line-height: 137.5%;
  letter-spacing: -0.007em;
  font-weight: 500;
  outline: none;
  background: #ffffff;
  border-radius: 123px;
  border: 1px solid #cbd5e1;
  padding: 12px 44px 12px 12px;
  display: flex;
  align-items: center;
  overflow: hidden;
  position: relative;
}
.registration-section .registration-input::placeholder, .registration-section .phone_mask::placeholder {
  color: #8e8e93;
}
.registration-section .registration-input-wrap--phone .iti {
  width: 100%;
}
.registration-section .registration-input-wrap--phone .iti--allow-dropdown .iti__flag-container:hover .iti__selected-dial-code {
  color: #3E52B2;
}
.registration-section .registration-input-wrap--phone .iti--allow-dropdown .iti__flag-container:hover .iti__arrow {
  background: url("../img/arrow_grey.svg") no-repeat center center;
  background-size: contain;
}
.registration-section .registration-input-wrap--phone .iti__arrow {
  width: 18px;
  height: 18px;
  background: url("../img/arrow_grey.svg") no-repeat center center;
  background-size: contain;
  transition: 0.3s;
  margin-right: 9px;
}
.registration-section .registration-input-wrap--phone .iti__arrow--up {
  transform: rotate(-180deg);
}
.registration-section .registration-input-wrap--phone .iti__dial-code {
  display: none;
}
.registration-section .registration-input-icon {
  position: absolute;
  right: 12px;
  top: 50%;
  transform: translateY(-50%);
  width: 24px;
  height: 24px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  pointer-events: none;
}
.registration-section .registration-input-wrap--phone {
  border-radius: 196.52px;
  padding: 0;
  gap: 0;
  height: 48px;
}
.registration-section .registration-input-wrap--phone .registration-input {
  padding: 12px 16px;
}
.registration-section .registration-input-icon.registration-input-icon--user {
  background-image: url("/wp-content/themes/credit-360/assets/images/user.svg");
}
.registration-section .registration-input-icon.registration-input-icon--email {
  background-image: url("/wp-content/themes/credit-360/assets/images/email.svg");
}
.registration-section .registration-input-icon.registration-input-icon--location {
  background-image: url("/wp-content/themes/credit-360/assets/images/location.svg");
}
.registration-section .registration-input-icon.registration-input-icon--calendar {
  background-image: url("/wp-content/themes/credit-360/assets/images/calendar.svg");
}
.registration-section .registration-input-icon.registration-input-icon--phone {
  background-image: url("/wp-content/themes/credit-360/assets/images/phone_form.svg");
  width: 20px;
  height: 20px;
  right: 16px;
}
.registration-section .registration-phone-prefix {
  background: #f8fafc;
  border-right: 1.6px solid #cbd5e1;
  padding: 12px 19.17px;
  display: inline-flex;
  gap: 9.59px;
  align-items: center;
  height: 100%;
}
.registration-section .registration-phone-icon {
  width: 18px;
  height: 18px;
}
.registration-section .registration-phone-code {
  color: #475569;
  text-align: left;
  font-size: 16px;
  line-height: 120%;
  letter-spacing: -0.007em;
  font-weight: 400;
}
.registration-section .registration-phone-flag {
  width: 22px;
  height: 22px;
  position: relative;
  overflow: hidden;
}
.registration-section .registration-submit {
  background: #47a6ee;
  border-radius: 37.4px;
  width: 100%;
  height: 57.34px;
  position: relative;
  cursor: pointer;
  border: none;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
}
.registration-section .registration-submit:hover {
  background: #226996;
}
.registration-section .registration-submit-text {
  color: #ffffff;
  text-align: center;
  font-size: 18.28px;
  font-weight: 700;
  line-height: normal;
  display: flex;
  align-items: center;
  justify-content: center;
}
.registration-section .registration-submit-icon-box {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  left: 31px;
  top: 50%;
  transform: translateY(-50%);
}
.registration-section .registration-submit-icon {
  background-image: url("/wp-content/themes/credit-360/assets/images/section_contact_arrow_white.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  width: 18px;
  height: 18px;
}
.registration-section .iti {
  width: 100%;
}
.registration-section .iti__selected-flag {
  padding-left: 19px;
  padding-right: 19px;
  border: 1.598px solid #CBD5E1;
  background: #F8FAFC;
  border-radius: 0 196.523px 196.523px 0;
}
.registration-section .iti__selected-dial-code {
  display: inline-block !important;
  margin-left: 8px;
  font-size: 16px;
  line-height: 120%;
  color: #475569;
  letter-spacing: -0.112px;
  margin-right: 9px;
}
.registration-section .iti__country .iti__dial-code {
  display: none !important;
}
.registration-section .phone-field {
  position: relative;
}
.registration-section .iti__dropdown-content {
  position: absolute !important;
  z-index: 10;
}
.registration-section .iti--inline-dropdown .iti__dropdown-content {
  background: #FFF;
  border: 1px solid #F4F4F4;
  top: auto;
  bottom: calc(100% + 5px);
  padding: 12px 4px 12px 12px;
  max-height: 157px;
  box-shadow: 0 -8px 40px 0 rgba(161, 167, 178, 0.15);
  border-radius: 12px;
}
.registration-section .iti--inline-dropdown .iti__dropdown-content .iti__country-list li {
  padding: 8px 16px;
}
.registration-section .iti--inline-dropdown .iti__dropdown-content .iti__country-list li:hover {
  border-radius: 8px;
  background: #F7F7F7;
}
.registration-section .iti--inline-dropdown .iti__dropdown-content .iti__country-list li.iti__active {
  background: #F4F4F4;
}
.registration-section .iti--inline-dropdown .iti__dropdown-content .iti__country-name {
  color: #17171A;
  font-size: 15px;
  line-height: 140%;
  font-weight: 400;
  letter-spacing: -0.01em;
}

@media all and (max-width: 1440px) and (min-width: 769px) {
  .registration-section {
    padding: clamp(28px, 3.3333333333vw, 48px) 0 0 0;
  }
  .registration-section::after {
    border-radius: clamp(80px, 11.8055555556vw, 170px) clamp(80px, 11.8055555556vw, 170px) 0 0;
  }
  .registration-section .registration-wrapper {
    gap: clamp(40px, 7.4305555556vw, 107px);
  }
  .registration-section .registration-form {
    gap: clamp(20px, 2.7777777778vw, 40px);
  }
  .registration-section .registration-title {
    font-size: clamp(32px, 3.8888888889vw, 56px);
  }
  .registration-section .registration-fields {
    gap: clamp(14px, 1.6666666667vw, 24px);
  }
  .registration-section .registration-row {
    gap: clamp(14px, 1.6666666667vw, 24px);
  }
  .registration-section .registration-field {
    gap: clamp(6px, 0.5555555556vw, 8px);
  }
  .registration-section .registration-label {
    font-size: clamp(12px, 0.9722222222vw, 14px);
    letter-spacing: clamp(-0.004em, -0.0004166667vw, -0.006em);
  }
  .registration-section .registration-input, .registration-section .phone_mask {
    min-height: clamp(44px, 3.3333333333vw, 48px);
    font-size: clamp(14px, 1.1111111111vw, 16px);
    letter-spacing: clamp(-0.005em, -0.0004861111vw, -0.007em);
    border-radius: clamp(80px, 8.5416666667vw, 123px);
    padding: clamp(10px, 0.8333333333vw, 12px) clamp(28px, 3.0555555556vw, 44px) clamp(10px, 0.8333333333vw, 12px) clamp(10px, 0.8333333333vw, 12px);
  }
  .registration-section .registration-input-icon {
    right: clamp(10px, 0.8333333333vw, 12px);
    width: clamp(18px, 1.6666666667vw, 24px);
    height: clamp(18px, 1.6666666667vw, 24px);
  }
  .registration-section .registration-input-icon.registration-input-icon--phone {
    width: clamp(16px, 1.3888888889vw, 20px);
    height: clamp(16px, 1.3888888889vw, 20px);
    right: clamp(14px, 1.1111111111vw, 16px);
  }
  .registration-section .registration-input-wrap--phone {
    border-radius: clamp(120px, 13.6472222222vw, 196.52px);
    height: clamp(44px, 3.3333333333vw, 48px);
  }
  .registration-section .registration-phone-prefix {
    border-right: clamp(1px, 0.1111111111vw, 1.6px) solid;
    padding: clamp(10px, 0.8333333333vw, 12px) clamp(12px, 1.33125vw, 19.17px);
    gap: clamp(6px, 0.6659722222vw, 9.59px);
  }
  .registration-section .registration-phone-icon {
    width: clamp(14px, 1.25vw, 18px);
    height: clamp(14px, 1.25vw, 18px);
  }
  .registration-section .registration-phone-code {
    font-size: clamp(14px, 1.1111111111vw, 16px);
    letter-spacing: clamp(-0.005em, -0.0004861111vw, -0.007em);
  }
  .registration-section .registration-phone-flag {
    width: clamp(18px, 1.5277777778vw, 22px);
    height: clamp(18px, 1.5277777778vw, 22px);
  }
  .registration-section .registration-submit {
    border-radius: clamp(24px, 2.5972222222vw, 37.4px);
    height: clamp(44px, 3.9819444444vw, 57.34px);
  }
  .registration-section .registration-submit-text {
    font-size: clamp(16px, 1.2694444444vw, 18.28px);
  }
  .registration-section .registration-submit-icon-box {
    left: clamp(18px, 2.1527777778vw, 31px);
  }
  .registration-section .registration-submit-icon {
    width: clamp(14px, 1.25vw, 18px);
    height: clamp(14px, 1.25vw, 18px);
  }
  .registration-section .iti__selected-flag {
    padding-left: clamp(14px, 1.3194444444vw, 19px);
    padding-right: clamp(14px, 1.3194444444vw, 19px);
  }
  .registration-section .iti__flag {
    width: clamp(20px, 1.6666666667vw, 24px);
    min-width: clamp(20px, 1.6666666667vw, 24px);
    height: clamp(20px, 1.6666666667vw, 24px) !important;
  }
  .registration-section .iti__selected-dial-code {
    font-size: clamp(14px, 1.1111111111vw, 16px);
  }
  .registration-section .registration-input-wrap--phone .iti__arrow {
    width: clamp(14px, 1.25vw, 18px);
    height: clamp(14px, 1.25vw, 18px);
  }
}
@media all and (max-width: 1024px) and (min-width: 769px) {
  .registration-section .registration-wrapper {
    flex-direction: column;
  }
  .registration-section .registration-form {
    width: 100%;
  }
  .registration-section .registration-media {
    width: 100%;
  }
}
@media all and (max-width: 768px) {
  .registration-section {
    padding: 28px 0 0 0;
    background: #F3F3F3;
  }
  .registration-section::after {
    display: none;
  }
  .registration-section .registration-wrapper {
    flex-direction: column-reverse;
    gap: 38px;
    padding: 0 28px;
  }
  .registration-section .registration-form {
    width: 100%;
    gap: 24px;
    align-items: stretch;
  }
  .registration-section .registration-title {
    font-size: 24px;
    line-height: 110%;
    text-align: center;
    justify-content: center;
  }
  .registration-section .registration-form-box {
    width: 100%;
  }
  .registration-section .registration-form-box form {
    width: 100%;
  }
  .registration-section .registration-fields {
    gap: 14px;
  }
  .registration-section .registration-row {
    flex-direction: column-reverse;
    gap: 12px;
  }
  .registration-section .registration-field {
    width: 100%;
    gap: 8px;
  }
  .registration-section .registration-label {
    font-size: 14px;
    line-height: 142.857%;
    letter-spacing: -0.004em;
  }
  .registration-section .registration-input, .registration-section .phone_mask {
    min-height: 48px;
    font-size: 16px;
    padding: 13px 44px 13px 13px;
  }
  .registration-section .registration-input-icon {
    right: 12px;
    width: 24px;
    height: 24px;
  }
  .registration-section .registration-input-icon.registration-input-icon--phone {
    width: 20px;
    height: 20px;
    right: 16px;
  }
  .registration-section .registration-input-wrap--phone {
    height: 48px;
  }
  .registration-section .registration-input-wrap--phone .iti {
    width: 100%;
  }
  .registration-section .registration-input-wrap--phone .registration-input {
    padding: 10px 14px;
  }
  .registration-section .registration-submit {
    height: 60px;
    padding: 0;
    background-color: transparent;
    gap: 12px;
  }
  .registration-section .registration-submit:hover {
    background-color: inherit;
  }
  .registration-section .registration-submit:hover .registration-submit-text, .registration-section .registration-submit:hover .registration-submit-icon-box {
    background-color: #226996;
  }
  .registration-section .registration-submit-text {
    font-size: 18px;
    padding: 12px 48px;
    background-color: #47A6EE;
    border-radius: 38px;
    width: 100%;
    height: 100%;
    transition: all 0.3s ease;
  }
  .registration-section .registration-submit-icon-box {
    background-color: #47A6EE;
    position: relative;
    left: auto;
    width: 60px;
    min-width: 60px;
    height: 100%;
    border-radius: 38px;
    transition: all 0.3s ease;
  }
  .registration-section .registration-media {
    width: 73%;
  }
  .registration-section .registration-media .registration-desktop-image {
    display: none;
  }
  .registration-section .registration-media .registration-mobile-image {
    display: flex;
  }
}

/*# sourceMappingURL=section-registration.css.map */
