

@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;600;700;900&display=swap');

html,
body {
  width: 100%;
}

body {
  border: none;
  font: 16px 'Outfit', sans-serif;
  background: linear-gradient(180deg, #16254c 0%, #4479bd 100%);

  font-weight: 400;
  overflow-x: hidden;
}

input,
textarea,
button,
select {
  font-family: 'Inter', sans-serif;
}

button {
  cursor: pointer;
}

p {
  font-family: 'Inter', sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  display: block;
  color: #414c8f;
  font-family: 'Inter', sans-serif;
  font-weight: 900;
  text-transform: none;
}

h1 {
  font-size: 52px;
  line-height: 62px;
}

h2 {
  font-size: 40px;
  line-height: 48px;
}

h3 {
  font-size: 32px;
  line-height: 40px;
}

h4 {
  font-size: 24px;
  line-height: 32px;
  font-weight: 700;
}

h5 {
  font-size: 20px;
  line-height: 28px;
  font-weight: 700;
}

strong {
  font-weight: 700;
}

a,
button {
  text-decoration: none;
  display: inline-block;
}

ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

img {
  max-width: 100%;
  border: none;
}
select {
  cursor: pointer;
}
input::placeholder {
  color: transparent;
}
textarea::placeholder {
  color: transparent;
}
.content {
  padding: 100px 0 0;
}

.header {
  background: #16254c;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1001;
}
.wrapper {
  max-width: 1364px;
  height: 100%;
  margin: 0 auto;
  padding: 0 25px;
}
.header-wrapper {
  max-width: 1190px;
  height: 100%;
  margin: 0 auto;
  padding: 25px 25px 24px 25px;
  position: relative;

  display: flex;
  align-items: center;
  justify-content: space-between;
}
.hero-wrapper {
  max-width: 1538px;
  height: 100%;
  margin: 0 auto;
  padding: 0 25px 0 25px;
}
.footer-wrapper {
  max-width: 1160px;
  height: 100%;
  margin: 0 auto;
  padding: 0 25px 0 25px;
  position: relative;
}
.works-wrapper {
  max-width: 1570px;
  height: 100%;
  margin: 0 auto;
  padding: 0 25px 0 25px;
}
.faq-wrapper {
  max-width: 1180px;
  height: 100%;
  margin: 0 auto;
  padding: 0 25px 0 25px;
}
.copyright-additional,
.extra-logo {
  display: none;
}
/* Navigation Block */

header .navigate {
  display: flex;
  align-items: center;
}
header .navigate > li:not(:last-child) a,
.foot-nav ul li a {
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  text-align: center;
}
header .navigate > li:not(:last-child) {
  margin: 0 30px 0 0;
}
header .navigate > li:nth-child(4) {
  margin: 0 60px 0 0;
}
header .navigate + ul .get-started {
  margin: 0 40px 0 25px;
}
header .navigate + ul .get-started:hover a {
  color: #fcbc3b;
  border-color: #fcbc3b;
}
header .navigate .get-started a,
header .navigate + ul .get-started a {
  width: 173px;
  height: 60px;

  display: flex;
  justify-content: center;
  align-items: center;

  font-size: 20px;
  font-weight: 600;
  line-height: 28px;

  border-radius: 5px;
  border: 1px solid #fff;
  color: #fff;
}
header .navigate > li:not(:last-child) .need-cash,
header .navigate + ul li .need-cash {
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  line-height: 26px;
}
header .navigate > li:not(:last-child) .need-cash:hover span,
.menu .mobile-links li .need-cash:hover span {
  text-decoration: underline;
}

.need-cash p {
  color: #fff;
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
}
/* Hero */
.hero-section {
  padding: 20px 0 0 0;
  position: relative;
}
.hero-section .flex-table {
  display: flex;
  justify-content: center;
  align-items: center;
}
.hero-section .col-left {
  margin: 0 139px 0 0;
}
.hero-section .col-right-photo {
  position: relative;
}
.hero-section .col-right-photo .hero-photo-bg {
  position: absolute;
  top: 50%;
  left: 50%;
  max-width: fit-content;
  z-index: -1;
  transform: translate(-50%, -50%);
}

.hero-section .col-left .preform {
	max-width: 450px;
	margin: 0 auto;
}
.hero-section .col-left h1 {
  margin: 0 0 20px 0;
  color: #fff;
  font-size: 60px;
  font-weight: 900;
  line-height: 70px;
  text-transform: uppercase;
}
.hero-section .col-left .sub-hero-text {
  margin: 0 0 36px 0;
  width: 350px;
  color: #fff;
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
}
.hero-section .col-left select {
  margin: 0 10px 0 0;
  width: 170px;
  color: #273866;
  font-size: 20px;
  font-weight: 700;
  line-height: 24px;

  padding: 18px 15px;
  background: url(../img/arrow-select.svg) no-repeat 125px 50%, #fff;

  border-radius: 10px;
  border: 1px solid #4479bd;
}
.hero-section .col-left .preform #next-step,
.footer-section .col-left .preform #next-step-preform {
    display: flex;
    gap: 16px;
}
.hero-section .col-left .preform #next-step,
.footer-section .col-left .preform #next-step-preform {
	flex-wrap: wrap;
}
.footer-section .col-left .preform button,
.hero-section .col-left .preform button {
  transition: 0.4s all;
  width: 170px;
  padding: 16px;
  border: none;
  outline: none;

  color: #273866;
  font-size: 20px;
  font-weight: 600;
  line-height: 28px;

  border-radius: 8px;
  background: #fcbc3b;
}

.hero-section .col-left .preform #next-step button,
.footer-section .col-left .preform #next-step-preform button,
.footer-section .col-left .preform .check-email input {
	width: 100%;	
}

.footer-section .col-left .preform button:hover,
.hero-section .col-left .preform button:hover {
  background: #e79a00;
}

.footer-section .col-left .preform input,
.hero-section .col-left .preform input{
    height: 60px;
	width: 170px;
    outline: none;
    border: none;
    padding: 0 21px;
    color: #273866;
    font-size: 16px;
    font-weight: 400;
    line-height: 26px;
    border-radius: 8px;
    border: 1px solid #6f7a98;
    background: #fff;
}
.footer-section .col-left .preform input.error,
.hero-section .col-left .preform input.error{
	border-color: #b90a0f !important;
}

.footer-section .col-left .preform input.error + label,
.hero-section .col-left .preform input.error + label {
    display: none;
    position: absolute;
    bottom: -20px;
    left: 0;
    color: #b90a0f;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
}

.footer-section .col-left .preform .check-email,
.hero-section .col-left .preform .check-email { 
	position:relative ;
	width: 100%;
}

.hero-section .col-left .preform .check-email input {
	width: 100%;	
}

.footer-section .col-left .preform .field-helper,
.hero-section .col-left .preform .field-helper {
    position: absolute;
    font-size: 16px;
    font-weight: 400;
    line-height: 26px;
    color: #738182;
    left: 20px;
    top: 16px;
    transition: 0.4s all;
    pointer-events: none;
}

.footer-section .col-left .preform input.error ~ span,
.hero-section .col-left .preform input.error ~ span {
	color: #b90a0f;
	position: absolute;
    left: 0;
    width: 100%;
    top: 100%;
    font-size: 12px;
background-color: white;
    border-radius: 3px;
    padding: 2px 2px;
}

.footer-section .col-left .preform input:focus:not(.omForm-control_select) ~ .field-helper,
.footer-section .col-left .preform input:not(.omForm-control_select):not(:placeholder-shown) ~ .field-helper,
.hero-section .col-left .preform input:focus:not(.omForm-control_select) ~ .field-helper,
.hero-section .col-left .preform input:not(.omForm-control_select):not(:placeholder-shown) ~ .field-helper{
	font-size: 12px;
    font-weight: 400;
    line-height: 20px;
    top: 6px;
}

.hero-section::before {
  content: url('../img/circle-bg.svg');
  position: absolute;
  z-index: -1;
  top: 45%;
  left: 50%;
  max-width: max-content;
  transform: translate(-50%, -50%);
}
.hero-section .tips-block {
  margin: 100px 0 0 0;
}
.hero-section .tips-block ul li h3 {
  color: #fff;
  font-size: 24px;
  font-weight: 700;
  line-height: 32px;
}
.hero-section .tips-block ul {
  display: flex;
  justify-content: center;
}
.hero-section .tips-block ul li p {
  margin: 40px 0 0 0;
  color: #fff;
  font-size: 18px;
  font-weight: 400;
  line-height: 26px;
}
.hero-section .tips-block ul li:not(:last-child) {
  margin: 0 30px 0 0;
}
.hero-section .tips-block ul li {
  width: 350px;

  padding: 20px 40px 40px 40px;
  border-radius: 30px;
  background: #4479bd;
  box-shadow: 4px 8px 16px 0px rgba(70, 76, 115, 0.16);
}
.hero-section .title-block {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.hero-section .tips-block ul li .icon-bg {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 60px;
  border-radius: 10px;
  background: #273866;
}
/* Trusted section */
.trusted-source-section {
  padding: 173px 0 0 0;
}
.trusted-source-section .flex-table ul li:first-child::before {
  content: url('../img/bg-trusted1.svg');
  position: absolute;
  left: -820px;
  top: -220px;
  z-index: -1;
}
.trusted-source-section .flex-table ul li:first-child {
  position: relative;
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
  justify-content: space-around;
}
.trusted-source-section .flex-table ul li:first-child div {
  width: 540px;
}
.trusted-source-section .flex-table ul li:first-child h2 {
  margin: 0 0 20px 0;
  color: #fff;
  font-size: 42px;
  font-weight: 900;
  line-height: 50px;
}
.trusted-source-section .flex-table ul li:first-child p {
  margin: 0 0 20px 0;
  color: #fff;
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
}
.trusted-source-section .flex-table ul li:first-child span {
  color: #fff;

  font-size: 18px;
  font-weight: 700;
  line-height: 26px;
}
.trusted-source-section .flex-table ul li:last-child::before {
  content: url('../img/bg-trusted2.svg');
  position: absolute;
  right: 153px;
  top: -80px;
}
.trusted-source-section .flex-table ul li:last-child::after {
  content: url('../img/bg-trusted2-1.svg');
  position: absolute;
  right: -345px;
  z-index: -1;
  top: 230px;
}
.trusted-source-section .flex-table ul li:last-child {
  position: relative;
  display: flex;
  align-items: center;
}
.trusted-source-section .flex-table ul li:last-child h2 {
  color: #fff;
  margin: 0 0 20px 0;

  font-size: 42px;

  font-weight: 900;
  line-height: 50px;
}
.trusted-source-section .flex-table ul li:last-child p {
  color: #fff;
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
}
.trusted-source-section .flex-table ul li:last-child h3 {
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  line-height: 26px;
}
.trusted-source-section
  .flex-table
  ul
  li:last-child
  .mobile-position
  div:not(:last-child),
.trusted-source-section .flex-table ul li:last-child .mobile-position .life {
  margin: 0 0 30px 0;
}
.trusted-source-section
  .flex-table
  ul
  li:last-child
  .mobile-position
  div::before {
  content: '';
  position: absolute;
  height: 57px;
  width: 5px;
  background: #fcbc3b;
}
.trusted-source-section .flex-table ul li:last-child .mobile-position div h3,
.trusted-source-section .flex-table ul li:last-child .mobile-position div p {
  padding: 0 0 0 20px;
}
/* Information section */
.information-section {
  padding: 200px 0 0 0;
}
.information-section h2 {
  margin: 0 0 40px 370px;
  color: #fff;
  font-size: 42px;
  font-weight: 900;
  line-height: 50px;
}
.information-section .col-right li h3 {
  margin: 0 0 10px 0;
  color: #273866;
  font-size: 18px;
  font-weight: 700;
  line-height: 26px;
}
.information-section .col-right li p {
  color: #273866;
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
}
.information-section .col-right li:not(:last-child) {
  margin: 0 0 40px 0;
}
.information-section .col-right li {
  position: relative;
  width: 855px;
  border-radius: 20px;
  border: 10px solid #4479bd;
  background: #ebf2fb;
  padding: 40px 60px 40px 60px;
}
.information-section .col-right li:last-child {
  margin: 0 0 0 234px;
}
.information-section .col-right li:first-child::after {
  content: url('../img/bg-info1.svg');
  position: absolute;
  left: -87px;
  top: 40px;
  z-index: -1;
}
.information-section .col-right li:last-child::after {
  content: url('../img/bg-info2.svg');
  position: absolute;
  right: 0;
  top: -245px;
  z-index: -1;
}
/* Footer Section */
.footer-section {
  margin: 120px 0 0 0;
  background: #243e6e;
  border-radius: 40px 40px 0px 0px;
}
.footer-section .pre-footer {
  background: #243e6e;
  padding: 60px 0 0 0;
  border-radius: 40px 40px 0px 0px;
}

.footer-section .pre-footer .col-left .preform {
	max-width: 355px;
	margin: 0 auto;
}
.footer-section .pre-footer .col-left h2 {
  margin: 0 0 40px 0;
  color: #fff;
  font-size: 32px;
  font-weight: 900;
  line-height: 40px;
  text-transform: uppercase;
}
.footer-section .pre-footer .col-right {
  position: relative;
  width: 395px;
  height: 340px;
  z-index: 5;
}
.footer-section .pre-footer .col-right img {
  position: absolute;
  bottom: 0;
}
.footer-section .pre-footer form select {
  margin: 0 10px 0 0;
  width: 170px;
  color: #273866;
  font-size: 20px;
  font-weight: 700;
  line-height: 24px;
  padding: 18px 15px;
  background: url(../img/arrow-select.svg) no-repeat 90% 50%, #fff;
  border-radius: 10px;
  border: 1px solid #4479bd;
}
.footer-section .pre-footer form button {
  width: 170px;
  padding: 16px 30px;

  border: none;
  outline: none;
  color: #273866;
  font-size: 20px;
  font-weight: 600;
  line-height: 28px;
  border-radius: 8px;
  background: #fcbc3b;
}
.footer-section .preform-container {
  display: flex;
  flex-direction: row-reverse;
  justify-content: center;
  align-items: center;
}
.footer-section .pre-footer .col-left {
  margin: 0 0 0 125px;
  z-index: 50;
}
.footer-section .pre-footer .col-right::after {
  content: url('../img/preform-bg.svg');
  position: absolute;
  z-index: -1;
  top: -77px;
}
/* Footer section   */
footer {
  border-radius: 40px 40px 0px 0px;
  background: #ebf2fb;
  padding: 20px 0 40px 0;
}
footer .tablet-desktop-nav {
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between;
  align-items: center;
}
footer .tablet-desktop-nav ul li a {
  color: #273866;
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
}
footer .tablet-desktop-nav ul {
  display: flex;
}
footer .tablet-desktop-nav ul li:not(:last-child) {
  margin: 0 40px 0 0;
}
footer .material {
  margin: 20px 0 0 0;
}
footer .material h3 {
  margin: 0 0 10px 0;
  color: #273866;
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
}
footer .material p {
  color: #6f7a98;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
}
footer .material p:not(:last-child) {
  margin: 0 0 15px 0;
}
footer .material p strong {
  color: #273866;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
}
footer .copyright {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
footer .copyright p {
  color: #273866;
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
}
footer .copyright a {
  color: #273866;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 26px;
}
footer .separator {
  margin: 40px 0 20px 0;
}
/* How it works */
.works-section {
  padding: 60px 0 0 0;
}
.works-section .col-left h1 {
  color: #fff;
  margin: 0 0 20px 0;

  font-size: 60px;
  font-style: normal;
  font-weight: 900;
  line-height: 70px;
  text-transform: uppercase;
}
.works-section .flex-table {
  display: flex;
  justify-content: space-around;
}
.works-section .col-left {
  width: 540px;
}
.works-section .col-left h1 + ul {
  margin: 0 0 60px 0;
}
.works-section .col-left h1 + ul li p {
  color: #fff;
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
}
.works-section .col-left h1 + ul + ul li h3 {
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  line-height: 26px;
}
.works-section .col-left h1 + ul + ul li p {
  color: #fff;
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
}
.works-section .col-left h1 + ul + ul li {
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
  justify-content: left;
}
.works-section .col-left h1 + ul + ul li div {
  margin: 0 0 0 30px;
}
.works-section .col-left h1 + ul + ul li:not(:last-child) {
  margin: 0 0 37px 0;
}
.works-section .col-left .confirmation {
  color: #fff;
  margin: 54px 0 0 0;
  width: 540px;
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
}
.works-section .col-right {
  position: relative;
}
.works-section .col-right::after {
  content: url('../img/works-bg.svg');
  position: absolute;
  left: 50px;
  z-index: -1;
  top: -159px;
}
.requirements-section {
  padding: 317px 0 0 0;
}
.requirements-section .col-left .title {
  margin: 0 0 20px 0;
  color: #fff;

  font-size: 18px;
  font-weight: 700;
  line-height: 26px;
}
.requirements-section .col-left .works-list {
  margin: 0 0 20px 0;
  padding: 0 0 0 15px;
  list-style: circle;
  color: white;
}
.requirements-section .col-left .text {
  color: #fff;

  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
}

.requirements-section .col-left .link-faqs {
  margin: 14px 0 0 0;
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  line-height: 26px;
}
.requirements-section .col-left {
  width: 541px;
}
.requirements-section .col-right {
  position: relative;
  width: 39%;
}
.requirements-section .col-right::after {
  content: url('../img/bg-works2.svg');
  position: absolute;
  top: -500px;
  left: -195px;
  z-index: -1;
}
.requirements-section .col-right img {
  position: absolute;
  top: -440px;
}
.requirements-section .col-left .link-faqs a {
  color: #fcbc3b;
}

.requirements-section .bg-style {
  border-radius: 40px;
  border: 10px solid #4479bd;
  background: rgba(235, 242, 251, 0.1);
}
.requirements-section .flex-table {
  padding: 100px 0 126px 0;
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
  justify-content: space-around;
}
/* FAQ */
.faq-section {
  padding: 37px 0 77px 0;
  border-radius: 0 0 40px 40px;
  background: linear-gradient(180deg, #16254c 0%, #4479bd 100%);
}
.reset-bg {
  background: #ebf2fb;
}
.faq-section .flex-table .col-right {
  display: flex;
  position: relative;
  z-index: 5;
}
.faq-section .flex-table .col-right::after {
  content: url('../img/faq-bg.svg');
  position: absolute;
  left: 0%;
  z-index: -1;
}
.faq-section .flex-table .col-left h1 {
  margin: 0 0 20px 0;
  color: #fff;
  font-size: 60px;
  font-weight: 900;
  line-height: 70px;
}
.faq-section .flex-table .col-left p {
  color: #fff;
  font-size: 18px;
  font-weight: 400;
  line-height: 26px;
}
.faq-section .flex-table .col-left p a {
  color: #fcbc3b;
}
.faq-section .flex-table .col-left p a:hover {
  text-decoration: underline;
}
.faq-section .flex-table .col-left .in-touch {
  font-size: 18px;
  font-weight: 700;
  line-height: 26px;
}
.faq-section .flex-table .col-left p:not(:last-child) {
  margin: 0 0 20px 0;
}
.faq-section .flex-table {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.faq-section .flex-table .col-left {
  width: 540px;
}
.ac-head h4 {
  color: #273866;
  font-size: 18px;
  font-weight: 700;
  line-height: 26px;
  transition: 0.4s all;
}
.box-acc:not(:last-child) {
  margin: 0 0 10px 0;
}
.box-acc {
  border-radius: 8px;
  border: 1px solid var(--white, #fff);
  background: var(--white, #fff);
  box-shadow: 0px 0px 12px 0px rgba(50, 53, 126, 0.16);
}

.ac-head {
  position: relative;
  cursor: pointer;
  padding: 30px 75px 30px 30px;
  transition: 0.3s;
}
.ac-head:hover h4 {
  color: #4479bd;
}
.ac-head.in:after {
  background: url(../img/plus-open.svg) no-repeat center;
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}
.ac-head:after {
  content: '';
  display: block;
  width: 24px;
  height: 24px;
  background: url(../img/plus-icn.svg) no-repeat center;
  background-size: contain;
  position: absolute;
  top: calc(50% - 12px);
  right: 45px;
}
.ac-body {
  padding: 20px 75px 30px 40px;
}

.ac-body p {
  color: #0f4072;

  font-size: 22px;
  font-weight: 300;
  line-height: 30px;
}
.ac-body {
  display: none;
}
.ac-body p {
  color: #6f7a98;
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
}
.ac-body p a {
  color: #4479bd;
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
}
.ac-body p a:hover {
  text-decoration: underline;
}
.ac-body p:not(:last-child),
.ac-body ul li:not(:last-child) {
  margin: 0 0 15px 0;
}

.questions-section {
  padding: 100px 0 0 0;
}

/* Style errors */
p.text-req {
  font-size: 14px !important;
  line-height: 22px;
  color: #f24f4f !important;
  position: absolute;
  left: 28px;
  bottom: 11px;
  padding: 0 !important;
  margin: 0 !important;
  text-align: left;
  width: 418px;
}
.text-req > span {
  font-size: 13px;
}
.pos-rel {
  position: relative;
}
/* MODAL STYLE */
.modal {
  display: flex;
  position: fixed;
  top: -150%;
  left: 0;
  width: 100%;
  height: 100%;
  justify-content: center;
  align-items: center;
  z-index: 1007;
  overflow-y: auto;
}
.modal .window {
  padding: 0 17px 60px 43px;

  position: relative;
  display: flex;
  flex-direction: row-reverse;
  justify-content: center;
  align-items: end;
  z-index: 1008;

  width: 420px;
  height: 548px;

  background: #273866;
  border-radius: 20px;
}
.modal .window .img-block {
  position: relative;
}
.modal .window .img-block img {
  position: absolute;
  max-width: fit-content;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -100%);
  z-index: 1007;
}
.modal .window .img-block .circle {
  position: absolute;
  top: 0;
  right: 82px;
}
.modal .window .modal .window h4 {
  margin: 110px 0 0 0;
  font-weight: 700;
  font-size: 22px;
  line-height: 28px;

  text-transform: uppercase;
  color: #000000;
}
.modal .window h4 + p {
  position: relative;
}
.modal .window h4 + p img {
  right: 0;
  position: absolute;
  bottom: -37px;
}
.box-btn h4 {
  color: #fff;
  text-align: center;
  font-size: 34px;
  font-weight: 900;
  line-height: 42px;
}
.modal .window .box-btn .service {
  margin: 0 0 49px 0;
  display: flex;
  flex-direction: column;
  color: #fff;
  text-align: center;
  font-size: 18px;
  font-weight: 400;
  line-height: 26px;
}
.overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1007;
  width: 100%;
  height: 100%;
  background: rgba(235, 242, 251, 0.8);
  backdrop-filter: blur(5px);
  opacity: 0.8;
  cursor: pointer;
}
.modal .window .close-modal {
  position: absolute;
  top: 23px;
  right: 19px;
  cursor: pointer;
  z-index: 1010;
}

/* CONTACT US */
.form-section {
  padding: 160px 0 0 0;
  position: relative;
}

.first-wave,
.form-section .second-wave {
  position: absolute;
}
.form-section .second-wave {
  left: 0;
  bottom: 0;
}
.first-wave {
  top: 90px;
  z-index: 999;
  right: 0;
  z-index: 999;
}
.contact-header {
  background: none;
}
.position-bg {
  z-index: 1002;
}
.footer-wrapper {
  z-index: 1000;
}
.position-bg {
  position: absolute;
  top: -40px;
  bottom: 0;
  max-width: none;
}
.hide-block {
  display: none;
}
.hide-section {
  display: none;
}

.form-section .box-table .left {
  margin: 0 30px 0 0;
}
.form-section .contact-info .left-block,
.form-section .contact-info .right-block {
  display: flex;
  align-items: center;
}
.form-section .contact-info .left-block div:first-child,
.form-section .contact-info .right-block div:first-child {
  margin: 0 20px 0 0;
}
.form-section .contact-info {
  z-index: 5;
  margin: 20px auto 0 0;
  display: flex;
  align-items: baseline;
}
.form-section .contact-info p,
.form-section .contact-info p a,
.form-section .contact-info .right-block a {
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  line-height: 26px;
}

.form-section .contact-info .left-block {
  margin: 0 69px 0 0;
}

.form-section .box-table {
  display: flex;
}
.form-section .bg-box .box-contact {
  position: relative;
  height: 100%;
}
.form-section .flex-container {
  display: flex;
  justify-content: center;
  flex-direction: column;
}

.form-section .bg-box .box-table .box-field input,
.form-section .bg-box .box-table .field-text textarea {
  width: 445px;
  height: 60px;

  outline: none;
  border: none;
  padding: 0 21px;
  color: #273866;
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;

  border-radius: 8px;
  border: 1px solid #6f7a98;
  background: #fff;
}

.form-section .box-contact .box-table .box-field,
.form-section .box-contact .box-table .field-text {
  position: relative;
}
.form-section .bg-box .box-table .box-field:first-child {
  margin: 0 0 20px 0;
}
.first-half-form,
.second-half-form {
  display: flex;
  flex-direction: column;
}
.first-half-form {
  margin: 0 0 20px 0;
}
.form-section .box-contact .box-table label {
  display: none;
  position: absolute;
  bottom: -20px;
  left: 0;
  color: #b90a0f;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
}

.form-section .box-contact .box-table .error + label {
  display: block;
  position: absolute;
}

.box-field > #email.slice.error + label {
  bottom: -25px;
}
.box-field > .anim-place.required.subject.slice.error + label,
.box-field > .anim-place.number.slice.error + label,
.box-field > .anim-place.user-name.slice.error + label,
.field-text > .anim-place.text-field.slice.error + label {
  width: 100%;
}
.form-section .bg-box .box-table .field-text textarea {
  padding: 22px 20px;
  height: 140px;
  width: 445px;
  resize: none;
}
.form-section .bg-box .flex-table {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 30px 0 0;
}
.form-section .bg-box .flex-table button:hover {
  background: #e79a00;
}
.form-section .bg-box .flex-table button .btn-contact-sv {
  fill: #fc5b11;
}
.form-section .bg-box .flex-table button:hover .btn-contact-sv {
  fill: #ffffff;
}
.form-section .bg-box .flex-table button {
  transition: 0.3s;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 190px;
  height: 60px;
  border: none;
  outline: none;

  font-size: 20px;
  font-weight: 600;
  line-height: 28px;

  color: #273866;
  border-radius: 8px;
  background: #fcbc3b;
}

.form-section .fieldText:focus:not(.omForm-control_select) ~ .field-helper,
.form-section
  .fieldText:not(.omForm-control_select):not(:placeholder-shown)
  ~ .field-helper {
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  top: 11px;
}
.form-section .field-helper {
  position: absolute;
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
  color: #738182;

  left: 20px;

  top: 50%;
  transform: translateY(-50%);
  transition: 0.4s all;
  pointer-events: none;
}
.form-section .col-right .field-text .field-helper {
  top: 15%;
}
.feed_contact input.error,
.feed_contact textarea.error,
.error {
  border-color: #b90a0f !important;
}
.feed_contact input.error ~ span,
.feed_contact textarea.error ~ span,
.error {
  color: #b90a0f;
}
.box-support .list-contact li {
  display: flex;
  align-items: center;
}
.box-support .list-contact li .icon {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 65px;
  height: 65px;

  border-radius: 6px;
}
.form-section ul.list-contact li:first-child {
  margin: 0 0 37px 0;
}
.form-section ul.list-contact li .icon {
  margin: 0 20px 0 0;
  flex-shrink: 0;
}
.form-section h1 {
  color: #273866;
  font-size: 42px;
  font-weight: 900;
  line-height: 50px;
}
.form-section h1 + p {
  margin: 0 0 26px 0;
  color: #738182;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
}
.form-section h1 + p a {
  color: #2683e1;
}
.list-contact {
  margin: 0 0 94px 0;
}

.form-section ul.list-contact li .text p {
  width: 261px;
  font-weight: 700;
  font-size: 15px;
  line-height: 19px;
  color: #000000;
}
.form-section ul.list-contact li .text a:hover {
  color: #303d63;
}
.form-section ul.list-contact li .text a,
.form-section ul.list-contact li .text p {
  transition: 0.3s;
  font-weight: 400;
  font-size: 20px;
  line-height: 28px;
  color: #ffffff;
}
.form-section ul.list-contact li .text p + div {
  width: 200px;
}
.box-support {
  margin: 0 86px 0 0;
}
/* MENU BLOCK */
.modal-btn {
  color: #273866;
  font-size: 20px;
  font-weight: 600;
  line-height: 28px;

  margin: 23px auto 20px auto;
  letter-spacing: 0.02em;

  display: flex;
  justify-content: center;
  align-items: center;

  width: 300px;
  height: 70px;
  background: #ffffff;
  border-radius: 6px;
}

.call-btn:hover p,
.call-btn:hover p + p {
  color: #ffffff;
}

.call-btn:hover .call-us {
  background: #ffffff;
}

.call-btn {
  transition: 0.3s;
}

.back-btn p {
  margin: 0 0 0 8px;
}
.back-btn {
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
  justify-content: center;

  transition: 0.3s;

  border: none;
  outline: none;

  width: 300px;
  height: 70px;

  border-radius: 6px;
  background: #fcbc3b;
}
.back-btn p {
  font-weight: 600;
  font-size: 20px;
  line-height: 28px;

  color: #273866;
}
.back-btn img {
  margin: 0 8px 0 0;
}
.modal-btn .call-us {
  margin: 0 7px 0 0;
}
.modal-btn .call-us svg {
  margin: 0 16px 0 0;
}
.modal-btn p:first-child {
  font-weight: 400;
  font-size: 10px;
  line-height: 13px;
}
.modal-btn p:last-child {
  color: #0f4072;
  text-align: center;
  font-size: 22px;
  font-weight: 600;
  line-height: 32px;
}

.hum {
  background: #273866;
  border-radius: 6px;
  padding: 14px 10px;

  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.hum.get-close {
  background: transparent;
}
.hum span {
  width: 28px;
  height: 3px;
  background: #ffffff;
  transition: 0.3s;
}
.hum span:not(:last-child) {
  margin: 0 0 6px 0;
}
.contact-thankyou {
  position: relative;
  padding: 20px 240px 86px 195px;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.contact-thankyou img {
  z-index: 4;
}

.contact-thankyou .check-mark {
  text-align: center;
  margin: 0 0 20px 0;
}
.contact-thankyou h2 p {
  text-align: center;
  color: #273866;
  text-align: center;
  font-size: 24px;
  font-weight: 700;
  line-height: 32px;
}
.contact-thankyou h2 {
  margin: 0 0 21px 0;
  font-weight: 600;
  color: #0f4072;
  font-size: 22px;
  font-weight: 300;
  line-height: 30px;

  text-align: center;
}
.contact-thankyou p {
  font-weight: 400;
  font-size: 20px;
  line-height: 28px;
  text-align: center;
  color: #696884;
}

/* Header form */
.heder-extra {
  width: 100%;
}

.heder-extra .header-form {
  padding: 23px 0 23px 0;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
}
.heder-extra .header-form h2 {
  font-weight: 900;
  font-size: 40px;
  line-height: 48px;
  color: #ffffff;
}
.heder-extra .header-form p {
  font-weight: 400;
  font-size: 20px;
  line-height: 28px;
  text-align: center;
  color: #ffffff;
}

.menu-block {
  display: none;
}
.mobile-menu-link {
  display: none;
}

.header-main-section
  .preform
  .fieldText:focus:not(.omForm-control_select)
  ~ .placeholder,
.header-main-section
  .preform
  .fieldText:not(.omForm-control_select):not(:placeholder-shown)
  ~ .placeholder,
.footer-section
  .preform
  .fieldText:focus:not(.omForm-control_select)
  ~ .placeholder,
.footer-section
  .preform
  .fieldText:not(.omForm-control_select):not(:placeholder-shown)
  ~ .placeholder {
  font-size: 14px;
  line-height: 20px;
  top: 3px;
  color: #868686;
}

.required-contact {
  position: absolute;
  top: 38px;
}
.required-contact p {
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;

  color: #696884;
}
.terms-section .wrapper-title-policy {
  padding: 100px 0 80px 0;
  border-radius: 0 0 40px 40px;
  background: linear-gradient(180deg, #16254c 0%, #4479bd 100%);
}
.terms-section .wrapper-title-policy .wrapper,
.terms-section .wrapper-title-policy + .wrapper {
  max-width: 1155px;
}
.terms-section .wrapper-title-policy + .wrapper {
  padding: 120px 25px 0 25px;
}
.terms-section .wrapper-title-policy + .wrapper h1 {
  display: none;
}
.terms-section .wrapper-title-policy h1 {
  color: #fff;
  font-size: 60px;
  font-weight: 900;
  line-height: 70px;
  text-transform: uppercase;
}
.terms-section {
  position: relative;
}
.terms-section .text-bg {
  right: 0;
  position: absolute;
  top: -137px;
  max-width: fit-content;
  z-index: -1;
}
.terms-section strong {
  color: #273866;
  font-size: 16px;
  font-weight: 700;
  line-height: 26px;
}
.terms-section p {
  color: #273866;
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;

  margin: 20px 0 0;
}
.terms-section p span {
  text-decoration: none !important;
}
.terms-section p a {
  color: #4479bd;
  font-size: 16px;
  font-weight: 700;
  line-height: 26px;
}

.terms-section p strong {
  color: #273866;
  font-size: 16px;
  font-weight: 700;
  line-height: 26px;
}

.terms-section h1 {
  color: #0f4072;

  font-size: 70px;
  font-weight: 600;
  line-height: 84px;
}
.privacy-header {
  background: #ffffff;
}

.navigate {
  display: flex;
  align-items: center;
}

/* HOVERS */

.modal-btn .phone {
  fill: #0f4072;
  margin: 0 19px 0 0;
}

.header-main-section .flex-table form button:hover,
.trusted-source-section ul li:last-child div a:hover,
.head-works-section .flex-table .col-left ul li a:hover {
  background: #044a90;
}
.back-btn:hover p {
  color: #0f4072;
}
.back-btn:hover svg {
  fill: #0f4072;
}
.back-btn svg {
  fill: #273866;
}
.back-btn:hover {
  background: #e79a00;
}
.box-bot-form {
  z-index: 5;
}
.form-section .inline-block {
  position: relative;
  width: 1110px;
  border-radius: 40px;
  border: 10px solid #4479bd;

  box-shadow: 0px 0px 32px 0px rgba(70, 76, 115, 0.16);

  padding: 60px 95px 60px 95px;
  background: #fff;
}
.form-section .inline-block::after {
  content: url(../img/bg-info1.svg);
  position: absolute;
  z-index: -1;
  top: 35px;
  left: -275px;
}

.form-section .inline-block::before {
  content: url(../img/bg-info2.svg);
  position: absolute;
  right: -215px;
  z-index: -1;
}
.arrow-top:hover .scroll-up {
  stroke: #2683e1;
}
.arrow-top,
.header-main-section .flex-table form button,
.trusted-source-section ul li:last-child div a,
.footer-section .col-left button,
.head-works-section .flex-table .col-left ul li a {
  transition: all 0.5s ease;
}
.scroll-up {
  stroke: #000000;
  transition: all 0.5s ease;
}
.get-started .get-btn,
.menu ul li:not(:last-child) a,
.tablet-desktop-nav ul li a,
.faq-header .navigate .get-started a,
.faq-header .navigate > li:not(:last-child) a,
.terms-section p a {
  transition: all 0.5s ease;
}

.get-started:hover .get-btn {
  color: #fcbc3b;
  border-color: #fcbc3b;
}

.menu ul li:not(:last-child) .active,
.tablet-desktop-nav ul li .active {
  box-shadow: inset 0 -2px 0 0 #fcbc3b;
}

.header-cahnge .menu ul li:not(:last-child):hover a,
.faq-header .menu ul li:not(:last-child):hover a {
  color: #121818;
}
.menu ul li:not([class]):hover a {
  box-shadow: inset 0 -2px 0 0 #fff;
}

.tablet-desktop-nav ul li:hover a {
  box-shadow: inset 0 -2px 0 0 #fff;
}

.footer-section .col-left button:hover {
  background: #e79a00;
}
.link-faqs a:hover,
.ac-body p a:hover,
.form-section h1 + p a:hover {
  text-decoration-line: underline;
}
.form-section .contact-info .right-block a:hover,
.form-section .contact-info p a:hover {
  text-decoration-line: underline;
}
.faq-header .navigate .get-started a:hover {
  background: #0b3d41;
  color: #ffffff;
}

.faq-header .navigate > li:not(:last-child) a:hover {
  color: #506264;
}

.terms-section p a:hover {
  text-decoration: underline;
}

.heder-extra .wrapper {
  height: auto;
}

.menu .mobile-links {
  display: none;
}

#omForm .om_subhead {
  display: none;
}
.your-loan {
  text-align: center;
}
.your-loan h2,
.your-loan p {
  color: #ffffff;
}
.set-negativ-overflow,
#omForm .om_full_area {
  background: #16254c;
}
.page-form-section {
  background: #ffffff;
}
