

@import url('https://fonts.googleapis.com/css2?family=Outfit:wght@300;400;600&family=Source+Serif+Pro:wght@600&display=swap');

html,
body {
  width: 100%;
}

body {
  border: none;
  font: 16px 'Outfit', sans-serif;

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

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

button {
  cursor: pointer;
}

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

h1,
h2,
h3,
h4,
h5,
h6 {
  display: block;
  color: #414c8f;
  font-family: 'Outfit', 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;
}
.content {
  padding: 100px 0 0;
}

.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1006;
}
.wrapper {
  max-width: 1364px;
  height: 100%;
  margin: 0 auto;
  padding: 0 25px;
}
.header-wrapper {
  max-width: 1639px;
  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: 1570px;
  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: 1171px;
  height: 100%;
  margin: 0 auto;
  padding: 0 25px 0 25px;
}
.copyright-additional,
.extra-logo {
  display: none;
}
/* Navigation Block */
header {
  background: #ffffff;
}
header .navigate {
  display: flex;
  align-items: center;
}
header .navigate > li:not(:last-child) a,
.foot-nav ul li a {
  font-weight: 400;
  font-size: 20px;
  line-height: 24px;
  text-align: center;
  color: #00171f;
}
header .navigate > li:not(:last-child) {
  margin: 0 64px 0 0;
}
header .navigate .get-started a {
  width: 210px;
  height: 62px;

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

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

  background: #ffffff;
  border: 1px solid #00171f;
  border-radius: 6px;
  color: #00171f;
}
/*Hero section */
.bg-hr {
  background: url('../img/bg-hero.svg') 50% 0% no-repeat;
}
.header-main-section {
  padding: 125px 0 0 0;
}

.header-main-section .flex-table {
  display: flex;
  justify-content: space-between;
}
.header-main-section .flex-table .col-left {
  padding: 15px 0 0 0;
}
.header-main-section h1 {
  width: 590px;
  font-weight: 600;
  font-size: 70px;
  line-height: 84px;
  color: #004e98;
}
.header-main-section h1 + p {
  margin: 0 0 46px 0;
  width: 546px;
  font-weight: 300;
  font-size: 24px;
  line-height: 32px;
  color: #00171f;
}

.header-main-section .flex-table form input {
  width: 560px;
  height: 70px;
  padding: 25px 0 25px 30px;
  margin: 0 0 32px 0;

  font-weight: 300;
  font-size: 20px;
  line-height: 20px;
  letter-spacing: 0.01em;
  color: #00171f;
  caret-color: #fc5b11;

  background: #ffffff;
  border: 1px solid #8290a2;
  border-radius: 6px;
}
.header-main-section .flex-table form input::placeholder {
  font-weight: 300;
  font-size: 20px;
  line-height: 20px;

  letter-spacing: 0.01em;

  color: #677586;
}
.header-main-section .flex-table form select {
  width: 270px;
  height: 70px;
  margin: 0 20px 0 0;
  background: url('../img/select-arrow.svg') no-repeat 211px 50%, #ffffff;
  padding: 0 0 0 30px;

  font-weight: 600;
  font-size: 24px;
  line-height: 24px;
  letter-spacing: 0.02em;

  border: 1px solid #8290a2;
  border-radius: 6px;
}
.header-main-section .flex-table form button {
  width: 270px;
  height: 70px;

  font-weight: 600;
  font-size: 24px;
  line-height: 24px;

  color: #ffffff;

  border: none;
  outline: none;

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

  color: #ffffff;
  background: #fe6f20;
  border-radius: 6px;
}
.header-main-section .flex-table form .section {
  display: flex;
}
.header-main-section .col-right-photo,
.header-main-section .col-left {
  position: relative;
}

/* Tips section */
.tips-section {
  padding: 286px 0 110px 0;
}
.tips-section ul {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.tips-section ul li {
  padding: 40px 0 48px 0;
  background: #ffffff;
  box-shadow: 0px 0px 30px rgba(8, 76, 159, 0.1);
  text-align: center;
  width: 372px;

  border-radius: 8px;
}

.tips-section ul li h3 {
  font-weight: 600;
  font-size: 24px;
  line-height: 32px;
  color: #004e98;
}
.tips-section ul li p {
  font-weight: 300;
  font-size: 22px;
  line-height: 32px;
  color: #506264;
}
.tips-section ul li img {
  margin: 0 0 40px 0;
}

/* Trusted Source */
.trusted-source-section h2 {
  font-weight: 600;
  font-size: 36px;
  line-height: 42px;
  color: #00171f;
}
.trusted-source-section p {
  font-weight: 300;
  font-size: 22px;
  line-height: 32px;
  color: #506264;
}
.trusted-source-section ul li:first-child {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.trusted-source-section ul li:first-child div {
  width: 476px;
}
.trusted-source-section ul li:first-child div h2 {
  margin: 0 0 18px 0;
}
.trusted-source-section ul li:last-child {
  position: relative;
  margin: 154px 0 0 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-direction: row-reverse;
}
.trusted-source-section ul li:last-child div {
  width: 565px;
}
.trusted-source-section ul li:last-child img {
  position: absolute;
  left: -97px;
  top: -90px;
}
.trusted-source-section ul li:last-child h2 {
  margin: 0 0 18px 0;
}
.trusted-source-section ul li:last-child a {
  width: 270px;
  height: 70px;
  margin: 60px 0 0 0;

  font-weight: 600;
  font-size: 24px;
  line-height: 24px;

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

  color: #ffffff;
  background: #fe6f20;
  border-radius: 6px;
}
/* Here to Help */
.bg-help-main {
  display: none;
}
.show-block {
  display: block;
}
.here-to-help {
  position: relative;
  padding: 244px 0 161px 0;
}
.here-to-help .bg-help.add-top {
  top: -143px;
}
.here-to-help .bg-help {
  position: absolute;
  top: 88px;
  left: -44%;
  z-index: 1;
}
.here-to-help .bg-help-main {
  position: absolute;
  top: -411px;
  max-width: -webkit-fill-available;
}
.here-to-help .list-container {
  z-index: 5;
}
.here-to-help .left-column .help-main {
  z-index: 5;
}
.here-to-help .title-container h2 {
  z-index: 5;
  margin: 0 0 18px 0;
  font-weight: 600;
  font-size: 48px;
  line-height: 56px;
  color: #00171f;
}
.here-to-help .title-container p {
  z-index: 5;
  font-weight: 300;
  font-size: 22px;
  line-height: 32px;
  color: #506264;
}
.here-to-help .left-column li h3 {
  margin: 0 0 6px 0;

  font-weight: 600;
  font-size: 24px;
  line-height: 32px;
  color: #004e98;
}
.here-to-help .left-column li p {
  font-weight: 300;
  font-size: 22px;
  line-height: 32px;
  color: #506264;
}
.here-to-help .left-column li {
  width: 206px;
}
.here-to-help .left-column li:not(:last-child) {
  margin: 0 0 58px 0;
}

.here-to-help .left-column ul {
  position: relative;
  display: flex;
  align-items: center;
}

.here-to-help .title-container {
  margin: 0 0 148px 0;
  width: 845px;

  display: flex;
  flex-direction: column;
}
.here-to-help .flex-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.here-to-help .flex-container .left-column {
  width: 900px;
}
.here-to-help .flex-container .right-column {
  width: 440px;
  z-index: 2;
}
.here-to-help .flex-container .right-column h3 {
  margin: 0 0 18px 0;
  font-weight: 600;
  font-size: 36px;
  line-height: 42px;
  color: #00171f;
}
.here-to-help .flex-container .right-column p {
  font-weight: 300;
  font-size: 22px;
  line-height: 32px;
  color: #506264;
}
.here-to-help .flex-container .right-column h3 + p {
  margin: 0 0 20px 0;
}
/* Footer Section */
.footer-section {
  position: relative;
}

.footer-section .pre-footer {
  position: relative;
  padding: 74px 0 30px 0;
}
.footer-section .pre-footer .preform-bg-long {
  z-index: 3;
  position: absolute;
  top: -240px;
  max-width: none;
}
.footer-section .preform-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.footer-section .col-left select {
  width: 270px;
  height: 70px;
  padding: 0 0 0 30px;
  background: url(../img/select-arrow.svg) no-repeat 87% 50%, #ffffff;

  font-weight: 600;
  font-size: 24px;
  line-height: 24px;
  letter-spacing: 0.02em;
  color: #00171f;

  border-radius: 6px;
  border: none;
  outline: none;
}
.footer-section .col-left button {
  width: 270px;
  height: 70px;
  margin: 0 0 0 24px;

  font-weight: 600;
  font-size: 24px;
  line-height: 24px;
  border: none;
  outline: none;

  letter-spacing: 0.02em;

  color: #ffffff;

  background: #fe6f20;
  border-radius: 6px;
}
.footer-section .col-left .img-title-container p {
  margin: 0 0 30px 0;
  font-weight: 600;
  font-size: 36px;
  line-height: 42px;
  color: #ffffff;
}
.footer-section .col-left {
  z-index: 5;
}
.footer-section .col-right {
  position: relative;
  z-index: 5;
  width: 610px;
  height: 480px;
}
.footer-section .col-right img {
  top: -9px;
}

/* Footer section   */
.material p:not(:last-child) {
  margin: 0 0 30px 0;
}
.material h3 {
  margin: 0 0 20px 0;
  font-weight: 600;
  font-size: 21px;
  line-height: 24px;
  letter-spacing: 0.01em;
  color: #ffffff;
}

.material p {
  font-weight: 300;
  font-size: 14px;
  line-height: 24px;
  color: #ffffff;
}
.tablet-desktop-nav ul {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.arrow-top {
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50px;
  cursor: pointer;
  background: #ffffff;
}
.tablet-desktop-nav {
  margin: 79px 0 0 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.tablet-desktop-nav ul li:not(:last-child) {
  margin: 0 100px 0 0;
}
.tablet-desktop-nav ul li a {
  font-weight: 400;
  font-size: 20px;
  line-height: 24px;

  letter-spacing: 0.02em;

  color: #ffffff;
}
footer hr {
  margin: 34px 0 0 0;
  opacity: 0.3;
  border: 1px solid #ffffff;
}
.copyright {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  margin: 33px 0 0 0;
  padding: 0 0 30px 0;
}
.copyright p {
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.02em;

  color: #ffffff;
}
.copyright a {
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  text-transform: capitalize;

  color: rgba(255, 255, 255, 0.3);
}
.bg-footer-dark {
  position: absolute;
  bottom: 0;
  z-index: -2;
  max-width: none;
}

/* How it works */
.hide-img {
  display: none;
}
.head-works-section {
  padding: 140px 0 0 0;
}
.delet-top-padding {
  padding: 0 0 161px 0;
}
.head-works-section .col-left,
.head-works-section .col-right {
  z-index: 5;
}
.header-cahnge .navigate > li:not(:last-child) a,
.foot-nav ul li a {
  font-weight: 400;
  font-size: 20px;
  line-height: 24px;
  color: #00171f;
}
.header-cahnge .navigate .get-started a {
  border: 1px solid #00181a;
  color: #00181a;
  background: rgba(255, 255, 255, 0.5);
}

.header-cahnge a .extra-logo {
  display: flex;
}
.head-works-section .flex-table {
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
  justify-content: space-between;
}
.head-works-section .flex-table .col-left {
  width: 584px;
}
.head-works-section .flex-table .col-left ul li a {
  display: flex;
  justify-content: center;
  align-items: center;

  width: 270px;
  height: 70px;
  border: none;
  outline: none;
  font-weight: 600;
  font-size: 24px;
  line-height: 24px;

  text-align: center;

  color: #ffffff;

  background: #fe6f20;
  border-radius: 6px;
}
.head-works-section .flex-table .col-left h1 {
  margin: 0 0 15px 0;
  font-weight: 600;
  font-size: 70px;
  line-height: 84px;
  color: #004e98;
}
.head-works-section .flex-table .col-left ul li p {
  margin: 0 0 68px 0;
  font-weight: 300;
  font-size: 24px;
  line-height: 32px;
  color: #00171f;
}
.how-it-works ul {
  list-style: initial;
  padding: 0 0 0 17px;
}

.here-to-help {
  display: none;
}
.here-to-help.display-block {
  display: block;
}
.how-it-works .flex-table h2 {
  margin: 0 0 18px 0;
  font-weight: 600;
  font-size: 36px;
  line-height: 42px;
  color: #00171f;
}
.how-it-works .flex-table h2 + p {
  margin: 0 0 50px 0;
  font-weight: 300;
  font-size: 22px;
  line-height: 32px;
  color: #506264;
}
.how-it-works ul li p {
  font-weight: 300;
  font-size: 22px;
  line-height: 32px;
  color: #506264;
}
.how-it-works .link-faqs .link-faqs {
  margin: 18px 0 0 0;
  font-weight: 300;
  font-size: 22px;
  line-height: 32px;
  color: #506264;
}
.how-it-works {
  padding: 320px 0 380px 0;
  background: #fef9f6;
}
.how-it-works .flex-table {
  display: flex;
}
.how-it-works .flex-table .link-faqs {
  z-index: 5;
}
.head-works-section {
  position: relative;
}
.head-works-section .bg-how-it-works {
  position: absolute;
  top: -18px;
  max-width: none;
}

.help-section .flex-container .right-column {
  z-index: 3;
}
.help-section .title-container h2,
.help-section .title-container p {
  z-index: 3;
}

.help-section {
  padding: 100px 0 161px 0;
}
.link-faqs a {
  font-weight: 300;
  font-size: 22px;
  line-height: 32px;
  color: #fc5b11;
}

/* FAQ */
.faq-head-section {
  padding: 43px 0 45px 0;
}
.faq-head-section .flex-table {
  display: flex;
  justify-content: center;
  align-items: center;
}
.faq-head-section .col-left h1 {
  width: 90%;
  font-weight: 600;
  font-size: 70px;
  line-height: 84px;
  color: #004e98;
}
.faq-header {
  background: #e7f8f4;
}
.faq-header .extra-logo {
  display: flex;
}
.faq-header a img:first-child {
  display: none;
}

.faq-header .navigate > li:not(:last-child) a {
  font-weight: 400;
  font-size: 20px;
  line-height: 24px;
  color: #00171f;
}
.faq-header .navigate .get-started a {
  border: 1px solid #00181a;
  color: #00181a;
  background: rgba(255, 255, 255, 0.5);
}
.faq-head-section {
  position: relative;
}
.faq-head-section .faq-header-bg {
  position: absolute;
  top: -75px;
  max-width: none;
}
.faq-head-section .col-right img {
  max-width: 528px;
}
.faq-head-section .col-right {
  z-index: 2;
}
.box-acc {
  position: relative;
  z-index: 8;
  margin: 0 0 30px;
  border-bottom: 1px solid #00181a;
}
.ac-head h4 {
  font-weight: 600;
  font-size: 28px;
  line-height: 36px;
  color: #00171f;
}

.ac-head {
  position: relative;
  cursor: pointer;
  padding: 20px 75px 30px 0px;
}
.ac-head.in:after {
  background: url(../img/arrow-open-faq.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/arrow-open-faq.svg) no-repeat center;
  background-size: contain;
  position: absolute;
  top: calc(50% - 12px);
  right: 45px;
}
.ac-body {
  padding: 20px 75px 20px 20px;
}

.ac-body p {
  font-weight: 300;
  font-size: 22px;
  line-height: 32px;
  color: #506264;
}
.ac-body {
  display: none;
}
.ac-body p:not(:last-child),
.ac-body ul li:not(:last-child) {
  margin: 0 0 15px 0;
}
.ac-body p a {
  font-weight: 300;
  font-size: 22px;
  line-height: 32px;
  color: #fc5b11;
}
.questions-section {
  padding: 0 0 120px 0;
}

/* Style errors */

p.text-req {
  font-size: 14px !important;
  line-height: 22px;
  color: #ff1f1f !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 28px 43px;

  position: relative;
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between;
  align-items: center;
  z-index: 1074;

  width: 952px;
  height: 548px;

  background: #004e98;
  border-radius: 20px;
}
.modal .window .img-block {
  position: relative;
}
.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;
}
.box-btn h4 {
  font-weight: 600;
  font-size: 36px;
  line-height: 42px;
  color: #ffffff;
}
.modal .window .box-btn .service {
  margin: 0 0 99px 0;
  display: flex;
  flex-direction: column;
  font-weight: 300;
  font-size: 22px;
  line-height: 32px;
  color: #ffffff;
}
.overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1074;
  width: 100%;
  height: 100%;
  background: #ffffff;
  opacity: 0.8;
  cursor: pointer;
}
.modal .window .close-modal {
  position: absolute;
  top: 23px;
  right: 19px;
  cursor: pointer;
}

/* CONTACT US */
.form-section {
  padding: 80px 0 80px 0;
  position: relative;
}
.contact-page {
  background: #f0f7fe;
}
.first-wave,
.form-section .second-wave {
  position: absolute;
}
.form-section .second-wave {
  right: 0;
  bottom: 0;
}
.first-wave {
  top: -20px;
  z-index: 999;
}
.contact-header {
  background: none;
}
.position-bg {
  z-index: 1002;
}

.footer-wrapper {
  z-index: 1003;
}
.position-bg {
  position: absolute;
  top: -40px;
  bottom: 0;
  max-width: none;
}
.hide-block {
  display: none;
}
.hide-section {
  display: none;
}
.new-bg {
  background: url('../img/footer-bg.svg') 50% 50% no-repeat;
}
.form-section .box-table .left {
  margin: 0 30px 0 0;
}
.form-section .contact-info {
  width: 417px;
  margin: 0 auto 0 0;
}
.form-section .contact-info p {
  font-weight: 300;
  font-size: 14px;
  line-height: 22px;
  color: #00171f;
}
.form-section .contact-info p a {
  color: #fc5b11;
}
.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;
}

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

  outline: none;
  padding: 0 21px;
  font-weight: 300;
  font-size: 20px;
  line-height: 20px;
  letter-spacing: 0.01em;

  color: #506264;

  background: #ffffff;
  border: 1px solid #8290a1;
  border-radius: 6px;
}

.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 22px 0;
}
.first-half-form,
.second-half-form {
  display: flex;
  flex-direction: column;
}
.first-half-form {
  margin: 0 0 22px 0;
}
.form-section .box-contact .box-table label {
  display: none;
  position: absolute;
  bottom: -20px;
  left: 0;
  font-weight: 300;
  font-size: 14px;
  line-height: 22px;
  color: #ff1f1f;
}
.form-section .box-contact .box-table .error + label {
  display: block;
  position: static;
}

.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: 346px;
  width: 100%;
  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: #d1490a;
  color: #ffffff;
}
.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: 130px;
  height: 78px;
  border: none;
  outline: none;

  background: #ffffff;
  border: 1px solid #fe6f20;
  border-radius: 6px;
}

.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;
  line-height: 19px;
  top: 3px;
}
.form-section .field-helper {
  font-weight: 400;
  font-size: 16px;
  line-height: 26px;
  color: #868686;
  position: absolute;
  top: 16px;
  left: 21px;
  transition: 0.4s all;
  pointer-events: none;
}
.feed_contact input.error,
.feed_contact textarea.error,
.error {
  border-color: #ff1f1f !important;
}

.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 {
  font-weight: 600;
  font-size: 64px;
  line-height: 78px;
  color: #004e98;
}
.form-section h1 + p {
  margin: 0 0 26px 0;
  font-weight: 300;
  font-size: 22px;
  line-height: 32px;
  color: #00171f;
}
.form-section h1 + p a {
  color: #fc5b11;
}
.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 {
  margin: 23px 0 15px 0;
  letter-spacing: 0.02em;
  color: #fc5b11;

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

  width: 350px;
  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 {
  font-weight: 600;
  font-size: 24px;
  line-height: 24px;
  letter-spacing: 0.02em;

  color: #ffffff;
  transition: 0.3s;
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
  justify-content: center;

  border: none;
  outline: none;

  width: 350px;
  height: 70px;

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

  color: #ffffff;
}
.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 {
  font-weight: 600;
  font-size: 24px;
  line-height: 24px;
  letter-spacing: 0.02em;

  color: #fc5b11;
}

.hum {
  width: 40px;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.hum span {
  width: 32px;
  height: 5px;
  background: #00171f;
  transition: 0.3s;
}
.hum span:not(:last-child) {
  margin: 0 0 10px 0;
}
.contact-thankyou {
  position: relative;
  padding: 20px 0 90px 0;
  height: 100%;
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
}
.contact-thankyou img {
  z-index: 4;
}

.contact-thankyou .check-mark {
  text-align: center;
  margin: 0 0 40px 0;
}
.contact-thankyou h2 {
  margin: 0 100px 21px 0;
  font-weight: 600;
  font-size: 28px;
  line-height: 36px;
  color: #00181a;
}
.contact-thankyou p {
  font-weight: 400;
  font-size: 20px;
  line-height: 28px;
  text-align: center;
  color: #696884;
}

/* Header form */
.heder-extra {
  width: 100%;
  box-shadow: 0px 11px 60px rgba(153, 153, 153, 0.5);
}

.heder-extra .header-form {
  padding: 27px 0 27px 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 {
  padding: 60px 0 100px 0;
}
.terms-section strong {
  font-weight: 300;
  font-size: 22px;
  line-height: 32px;
  color: #506264;
}
.terms-section p,
.terms-section ul {
  font-weight: 300;
  font-size: 22px;
  line-height: 32px;
  color: #506264;
  margin: 20px 0 0;
}
.terms-section p span {
  text-decoration: none !important;
}
.terms-section p a {
  font-weight: 300;
  font-size: 22px;
  line-height: 32px;
  color: #fc5b11;
}

.set-bg-footer {
  background: url(../img/bg-for-contact.svg) 50% 50% no-repeat;
  background-size: cover;
  padding: 85px 0 0 0;
}
.terms-section h1 {
  font-weight: 600;
  font-size: 36px;
  line-height: 42px;
  color: #004e98;
}
.privacy-header {
  background: #ffffff;
}

.set-new-color span {
  background: #00181a;
}
.navigate {
  display: flex;
  align-items: center;
}

/* HOVERS */
.modal-btn:hover div p {
  color: #ffffff;
}
.modal-btn:hover {
  background: #fc5b11;
}

.modal-btn .phone {
  fill: #fc5b11;
  margin: 0 19px 0 0;
}
.modal-btn:hover .phone {
  fill: #ffffff;
}
.back-btn:hover,
.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: #d1490a;
}
.box-bot-form {
  z-index: 5;
}
.form-section .inline-block {
  z-index: 1000;
}

.arrow-top:hover {
  background: #fc5b11;
}

.arrow-top:hover .scroll-up {
  stroke: #ffffff;
}
.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: #ffffff;
  background: #04315b;
}

.menu ul li:not(:last-child) .active {
  font-weight: 600;
  font-size: 20px;
  line-height: 24px;
  letter-spacing: 0.02em;
  color: #000000;
}

.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(:last-child):hover a {
  color: #506264;
}
.tablet-desktop-nav ul li:hover a {
  color: #506264;
}
.footer-section .col-left button:hover {
  background: #d0500a;
}
.link-faqs a:hover,
.ac-body p a:hover,
.form-section h1 + p a:hover {
  font-weight: 500;
  font-size: 22px;
  line-height: 32px;
}

.form-section .contact-info p a:hover {
  text-decoration-line: underline;

  color: #fc5b11;
}
.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 {
  font-weight: 500;
  font-size: 22px;
  line-height: 32px;
}

.show-footer {
  display: block;
}

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

.heder-extra .your-loan {
  padding: 46px 88px 44px 88px;
  text-align: center;
  background: #fef9f6;
}
.heder-extra .your-loan h2 {
  font-weight: 600;
  font-size: 36px;
  line-height: 44px;
  text-align: center;
  color: #004e98;
}
.heder-extra .your-loan p {
  font-weight: 300;
  font-size: 22px;
  line-height: 32px;
  text-align: center;
  color: #506264;
}

.header-cahnge .navigate .get-started a:hover {
  background: #0b3d41;
  color: #ffffff;
}

.ac-body .list-gap li:before {
  content: '';
  display: block;
  width: 8px;
  height: 8px;
  background: #e5e5e5;
  border-radius: 50%;
  position: absolute;
  left: 6px;
  top: 9px;
}
.ac-body ul li {
  padding: 0 0 0 25px;
  position: relative;
}

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

.form-stepped {
   padding: 47px 0 0 0;
}
.zpflPostToServerAnimation + #omReApplyPage {
  padding: 0 10px 100px 10px;
}
#omReApplyPage + #omForm .om_full_area {
  padding: 8px 0 80px 0;
  background: #fff;
}
.grecaptcha-badge {
  z-index: 1002;
}


#omForm .om_subhead {
  display: none;
}
.wrapper-title-policy {
  display: none;
}
