

@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%;
  overflow-x: hidden;
}

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;
  background: linear-gradient(180deg, #e9f5f4 0%, #fff 48.38%);
}

.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1060;
  box-shadow: 0px 4px 8px 0px rgba(190, 197, 214, 0.25);
  background: #fff;
}
.wrapper {
  max-width: 1160px;
  height: 100%;
  margin: 0 auto;
  padding: 0 25px;
}
.header-wrapper {
  max-width: 1162px;
  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: 1230px;
  height: 100%;
  margin: 0 auto;
  padding: 0 25px 0 25px;
}
.footer-wrapper {
  max-width: 1168px;
  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 .navigate {
  display: flex;
  align-items: center;
}
header .navigate > li:not(:last-child) a,
.foot-nav ul li a {
  color: #33373e;
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: 24px;
}
header .navigate > li:not(:last-child) {
  margin: 0 40px 0 0;
}
header .navigate > li.phone-numb {
  visibility: hidden;
}
header .navigate > li.phone-numb a p,
header .navigate > li.phone-numb svg {
  transition: 0.3s;
}
header .navigate > li.phone-numb:hover a p {
  color: #ff622a;
}
header .navigate > li.phone-numb:hover svg {
  stroke: #ff622a;
}
header .navigate .get-started a,
.menu .btn-mob .get-btn {
  width: 148px;
  height: 56px;

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

  color: #ff622a;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 24px;

  border-radius: 30px;
  border: 1px solid #ff622a;
  background: #fff;
}
/*Hero section */

.header-main-section {
  padding: 43px 0 0 0;
}

.header-main-section .flex-table {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.header-main-section .flex-table .col-left {
  padding: 15px 0 0 0;
}
.header-main-section h1 {
  width: 580px;
  color: #33373e;
  font-size: 52px;
  font-weight: 600;
  line-height: 60px;
}
.header-main-section h1 + p {
  margin: 20px 0 40px 0;
  width: 546px;

  color: #33373e;
  font-size: 20px;
  font-weight: 400;
  line-height: 28px;
}
.phone-nav {
  visibility: hidden;
  fill: #ffffff;
  stroke: #33373e;
}
.phone-numb a {
  color: #33373e;
  font-size: 16px;
  font-weight: 300;
  line-height: 24px;
}
.phone-numb span {
  color: #ff622a;
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
}
.header-main-section .flex-table form input {
  width: 540px;
  height: 68px;
  padding: 20px 30px;
  margin: 0 0 20px 0;

  color: #33373e;
  font-size: 16px;
  font-weight: 300;
  line-height: 24px;

  border-radius: 64px;
  border: 1px solid #bec5d6;
  background: #fff;
}
.header-main-section .flex-table form input::placeholder {
  color: #33373e;
  font-size: 20px;
  font-weight: 400;
  line-height: 28px;
}
.header-main-section .flex-table form select {
  width: 260px;
  height: 68px;
  margin: 0 20px 0 0;
  background: url('../img/select-arrow.svg') no-repeat 211px 50%, #ffffff;
  padding: 0 0 0 30px;

  color: #33373e;
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 32px;

  border-radius: 64px;
  border: 1px solid #bec5d6;
}

.header-main-section .flex-table form button {
  width: 260px;
  height: 68px;

  color: #fff;
  font-size: 24px;
  font-weight: 600;
  line-height: 32px;

  border: none;
  outline: none;

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

  border-radius: 64px;
  background: #ff622a;
}
.header-main-section .flex-table form .section {
  display: flex;
}
.header-main-section .col-right-photo,
.header-main-section .col-left {
  position: relative;
}
.header-main-section .col-right-photo .dots-bg {
  position: absolute;
  left: 0;
  bottom: 0;
}

/* Tips section */
.tips-section {
  padding: 120px 0 120px 0;
}
.tips-section ul {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.tips-section ul li {
  position: relative;
  text-align: left;

  width: 330px;
  padding: 75px 40px 40px 40px;

  border-radius: 20px;
  border-bottom: 4px solid #508a88;
  background: #fff;
  box-shadow: 0px 4px 15px 0px rgba(80, 138, 136, 0.2);
}
.tips-section ul li div {
  position: absolute;
  top: -45px;
  width: 90px;
  height: 90px;
  display: flex;
  align-items: center;
  justify-content: center;

  border-radius: 15px;
  background: #508a88;
}

.tips-section ul li h3 {
  margin: 0 0 15px 0;
  color: #33373e;

  font-size: 24px;
  font-weight: 600;
  line-height: 32px;
}
.tips-section ul li p {
  color: #33373e;
  font-size: 16px;
  font-weight: 300;
  line-height: 24px;
}
/* Trusted Source */
.trusted-source-section {
  padding: 0 0 170px 0;
}
.trusted-source-section h2 {
  color: #33373e;

  font-size: 32px;
  font-weight: 600;
  line-height: 40px;
}
.trusted-source-section p {
  color: #33373e;
  font-size: 16px;
  font-weight: 300;
  line-height: 24px;
}
.trusted-source-section ul li:first-child {
  display: flex;
  align-items: center;
  justify-content: space-around;
  flex-direction: row-reverse;
}
.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: 30px 0 0 0;
  display: flex;
  align-items: center;
  justify-content: space-around;
  /* flex-direction: row-reverse; */
}
.trusted-source-section ul li:last-child div {
  width: 420px;
}

.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: 91px 0 0 0;

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

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

  color: #ffffff;

  background: #fc5b11;
  border-radius: 35px;
}
/* Here to Help */
.here-to-help {
  background: url(../img/waves.svg) no-repeat 100% 100%, #fff1d8;
  position: relative;
  padding: 120px 0 161px 0;
}

.here-to-help .list-container {
  z-index: 5;
}
.here-to-help .left-column .help-main {
  z-index: 5;
}
.here-to-help .title-container h2 {
  font-family: 'Source Serif Pro';
  margin: 0 0 18px 0;
  font-weight: 600;
  font-size: 48px;
  line-height: 56px;

  color: #00181a;
}
.here-to-help .title-container p {
  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: #00181a;
}
.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 .left-column .bg-help {
  position: absolute;
  left: -109px;
  bottom: -11px;
}
.here-to-help .title-container {
  margin: 0 0 202px 0;
  width: 845px;

  display: flex;
  flex-direction: column;
}
.here-to-help .flex-container {
  background: url('../img/arrow-help.svg') no-repeat 34% 98%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.here-to-help .flex-container .left-column {
  width: 445px;
}
.here-to-help .flex-container .left-column h2 {
  margin: 0 0 20px 0;
  color: #33373e;
  font-size: 52px;
  font-weight: 600;
  line-height: 60px;
}
.here-to-help .flex-container .left-column p {
  color: #33373e;
  font-size: 20px;
  font-weight: 400;
  line-height: 28px;
}
.here-to-help .flex-container .left-column a {
  width: 260px;
  padding: 18px 20px;
  text-align: center;
  margin: 140px 0 0 0;

  color: #fff;
  font-size: 24px;
  font-weight: 600;
  line-height: 32px;

  border-radius: 64px;
  background: #ff622a;
}

.here-to-help .flex-container .right-column h3 {
  margin: 0 0 5px 0;

  color: #33373e;
  font-size: 20px;
  font-weight: 600;
  line-height: 28px;
}
.here-to-help .flex-container .right-column p {
  color: #33373e;

  font-size: 16px;
  font-weight: 300;
  line-height: 24px;
}

.here-to-help .flex-container .right-column li {
  display: flex;
  align-items: center;
  width: 540px;
  padding: 20px 25px;

  border-radius: 20px;
  border-bottom: 4px solid #508a88;
  background: #fff;
}
.here-to-help .flex-container .right-column li:not(:last-child) {
  margin: 0 0 20px 0;
}
.here-to-help .flex-container .right-column li div:first-child {
  margin: 0 20px 0 0;
  width: 80px;
  height: 80px;
  padding: 15px 20.516px 15px 20.52px;

  border-radius: 15px;
  background: #508a88;
}
/* Source */
.source {
  background: linear-gradient(290deg, #e9f5f4 0%, #fff 48.55%);
  padding: 100px 0 0 0;
}
.source .flex-container {
  display: flex;
  align-items: center;
}
.source .flex-container .left-column {
  display: flex;
}

.source .flex-container .right-column {
  width: 540px;
  margin: 0 0 0 51px;
}
.source .flex-container .right-column h2 {
  margin: 0 0 20px 0;
  color: #33373e;
  font-size: 32px;
  font-weight: 600;
  line-height: 40px;
}
.source .flex-container .right-column p {
  color: #33373e;

  font-size: 16px;
  font-weight: 300;
  line-height: 24px;
}
.source .flex-container .right-column .space-margin {
  margin: 0 0 15px 0;
}
/* Footer Section */
.footer-section {
  position: relative;
}

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

  font-size: 24px;
  font-weight: 600;
  line-height: 32px;
  color: #33373e;

  border-radius: 64px;
  border: 1px solid #bec5d6;
  border: none;
  outline: none;
}
.footer-section .col-left button {
  width: 240px;
  height: 68px;
  margin: 0 0 0 20px;

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

  border: none;
  outline: none;

  letter-spacing: 0.02em;
  color: #ffffff;

  border-radius: 64px;
  background: #ff622a;
}
.footer-section .col-right .img-title-container p {
  color: #fff;
  font-size: 32px;
  font-weight: 600;
  line-height: 40px;
}
.footer-section .col-left {
  z-index: 5;
}

/* Footer section   */
.material p:not(:last-child) {
  margin: 0 0 30px 0;
}
.material h3 {
  margin: 0 0 20px 0;
  color: #33373e;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 28px;
}

.material p {
  color: #33373e;
  font-size: 14px;
  font-weight: 300;
  line-height: 20px;
}
.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: #33373e;
}
.tablet-desktop-nav {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.tablet-desktop-nav ul li:not(:last-child) {
  margin: 0 40px 0 0;
}
.footer-nav-box {
  padding: 40px 0 0 0;
  margin: 60px 0 0 0;
  box-shadow: 0px -4px 8px 0px rgba(190, 197, 214, 0.25);
}
.tablet-desktop-nav ul li a {
  color: #33373e;
  font-size: 16px;
  font-weight: 300;
  line-height: 24px;
}
footer hr {
  margin: 33px 0 0 0;
  opacity: 0.3;
  border: 1px solid #33373e;
}
.copyright {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  margin: 20px 0 0 0;
  padding: 0 0 30px 0;
}
.copyright p {
  color: #33373e;
  font-size: 16px;
  font-weight: 300;
  line-height: 24px;
}
.copyright a {
  color: #33373e;
  font-size: 16px;
  font-weight: 300;
  line-height: 24px;
}
.bg-footer-dark {
  position: absolute;
  bottom: 0;
  z-index: -2;
  max-width: none;
}
/* How it works */
.head-works-section {
  padding: 100px 0 0 0;
}
.head-works-section .col-left,
.head-works-section .col-right {
  z-index: 5;
}

.works {
  background: linear-gradient(180deg, #fff7e9 0%, #fff 61.71%);
}
.header-cahnge a .extra-logo {
  display: flex;
}
.head-works-section .flex-table {
  display: flex;
  align-items: center;
  justify-content: space-around;
}
.head-works-section .flex-table .col-left {
  width: 405px;
}
.head-works-section .flex-table .col-left ul li a {
  display: flex;
  justify-content: center;
  align-items: center;

  width: 260px;
  height: 68px;
  border: none;
  outline: none;
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 32px;

  text-align: center;

  color: #ffffff;

  background: #ff622a;
  border-radius: 35px;
}
.head-works-section .flex-table .col-left h1 {
  margin: 0 0 15px 0;
  color: #33373e;
  font-size: 52px;
  font-weight: 600;
  line-height: 60px;
}
.head-works-section .flex-table .col-left ul li p {
  margin: 0 0 40px 0;
  color: #33373e;
  font-size: 20px;
  font-weight: 300;
  line-height: 28px;
}
.how-it-works ul {
  list-style: initial;
  padding: 0 0 0 17px;
}
.how-it-works ul li::marker {
  font-size: 25px;
}
.how-it-works .flex-table h2 {
  margin: 0 0 18px 0;
  color: #33373e;
  font-size: 32px;
  font-weight: 600;
  line-height: 40px;
}
.how-it-works .flex-table h2 + p {
  margin: 0 0 20px 0;

  color: #33373e;

  font-size: 16px;
  font-weight: 300;
  line-height: 24px;
}
.how-it-works ul li p {
  color: #33373e;

  font-size: 16px;
  font-weight: 300;
  line-height: 24px;
}
.how-it-works .link-faqs .link-faqs {
  margin: 18px 0 0 0;

  color: #33373e;

  font-size: 16px;
  font-weight: 300;
  line-height: 24px;
}
.how-it-works {
  padding: 105px 0 131px 0;
}
.how-it-works .flex-table {
  display: flex;
  justify-content: space-between;
}
.how-it-works .flex-table .link-faqs {
  z-index: 5;
  width: 546px;
}
.head-works-section {
  position: relative;
}

.link-faqs a {
  color: #ff622a;

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

.register-online {
  padding: 120px 0 105px 0;
}
.register-online .col-left {
  width: 920px;
  padding: 40px 100px;
  border-radius: 20px;
  border-left: 4px solid #508a88;
  background: #fff;
  box-shadow: 0px 4px 15px 0px rgba(80, 138, 136, 0.2);
}
.register-online .col-left h2 {
  margin: 0 0 20px 0;
  color: #33373e;
  font-size: 32px;
  font-weight: 600;
  line-height: 40px;
}
.register-online .col-left p {
  color: #33373e;
  font-size: 16px;
  font-weight: 300;
  line-height: 24px;
}
.register-online .flex-table {
  display: flex;
  justify-content: center;
}
/* Work-Items */
.work-items {
  padding: 0 0 120px 0;
}
.work-items .quick-decision {
  width: 150px;
}
.work-items ul li {
  padding: 75px 40px 30px 40px;
  background: #fff1d8;
  height: 222px;
}
/* FAQ */
.faq-head-section {
  padding: 99px 0 80px 0;
}
.faq-head-section .flex-table {
  display: flex;
  justify-content: center;
  align-items: center;
}
.faq-head-section .col-left h1 {
  font-size: 52px;
  font-weight: 600;
  line-height: 60px;

  color: #33373e;
}

.faq-header .extra-logo {
  display: flex;
}

.faq-head-section {
  position: relative;
}
.faq-head-section .faq-header-bg {
  position: absolute;
  top: -150px;
  max-width: none;
}
.faq-head-section .col-right {
  z-index: 2;
}
.box-acc {
  position: relative;
  margin: 0 0 30px;
  border-bottom: 1px solid #33373e;
}
.ac-head h4 {
  color: #33373e;
  font-size: 20px;
  font-weight: 600;
  line-height: 28px;
}

.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,
.ac-body ul li {
  color: #33373e;

  font-size: 16px;
  font-weight: 300;
  line-height: 24px;
}
.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 {
  color: #ff622a;
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
}
.questions-section {
  padding: 0 0 120px 0;
}

/* Style errors */
p.text-req {
  font-size: 12px !important;
  line-height: 16px;
  color: #ff622a !important;
  position: absolute;
  left: 28px;
  bottom: 5px;
  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 70px;

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

  z-index: 1008;

  width: 952px;
  height: 548px;

  border-radius: 40px;
  border-top: 4px solid #508a88;
  background: #fff;
  box-shadow: 0px 4px 15px 0px rgba(80, 138, 136, 0.2);
}
.modal .window .img-block img {
  position: absolute;
  bottom: -36px;
  right: 30px;
}
.modal .window .img-block {
  position: relative;
  width: 394px;
  height: 500px;
}

.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 {
  color: #33373e;
  font-size: 40px;
  font-style: normal;
  font-weight: 600;
  line-height: 48px;
}
.modal .window .box-btn .service {
  margin: 0 0 99px 0;
  display: flex;
  flex-direction: column;
  color: #33373e;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
}
.overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1007;
  width: 100%;
  height: 100%;
  background: rgba(51, 55, 62, 0.7);

  backdrop-filter: blur(2.5px);
  cursor: pointer;
}
.modal .window .close-modal {
  position: absolute;
  top: 23px;
  right: 19px;
  cursor: pointer;
}

/* CONTACT US */
.form-section {
  background: linear-gradient(180deg, #e9f5f4 0%, #fff 48.38%);
  padding: 80px 0 80px 0;
  position: relative;
}

.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: #ffffff;
}
.position-bg {
  z-index: 1002;
}
.footer-wrapper .material {
  padding: 60px 0 0 0;
}
.footer-wrapper {
  z-index: 1003;
}
.position-bg {
  position: absolute;
  top: -40px;
  bottom: 0;
  max-width: none;
}

.hide-block {
  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: 40px auto 0 0;
}
.contact-ph,
.contact-email,
.contact-loc {
  transition: 0.3s;
  fill: none;
  stroke: #33373e;
}
.form-section .contact-info li div:hover .contact-ph,
.form-section .contact-info li div:hover .contact-email {
  stroke: #ff622a;
}
.form-section .contact-info li div a,
.form-section .contact-info li div a {
  transition: 0.3s;
}
.form-section .contact-info li div:hover a,
.form-section .contact-info li div:hover a {
  color: #ff622a;
}
.form-section .contact-info li div a,
.form-section .contact-info li div a {
  color: #ff622a;
}
.contact-ph,
.contact-email {
  stroke: #ff622a;
}
.contact-clock {
  fill: #33373e;
}
.form-section .contact-info a,
.form-section .contact-info span {
  color: #33373e;

  font-size: 16px;
  font-weight: 300;
  line-height: 24px;
}
.form-section .contact-info ul {
  display: flex;
}
.form-section .contact-info li:not(:last-child) {
  margin: 0 50px 0 0;
}
.form-section .contact-info li div {
  display: flex;
  align-items: center;
  margin: 0 0 10px 0;
  align-items: flex-start;
}
.form-section .contact-info p a {
  color: #fc5b11;
}
.form-section .box-table {
  display: flex;
}
.form-section .bg-box .box-contact {
  padding: 70px 95px 111px 95px;
  border-radius: 40px;
  border-top: 4px solid #508a88;
  background: #fff;
  box-shadow: 0px 4px 15px 0px rgba(80, 138, 136, 0.2);

  position: relative;
  width: 1110px;
  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: 445px;
  height: 54px;

  outline: none;
  padding: 15px 30px;
  color: #33373e;
  font-size: 16px;
  font-weight: 300;
  line-height: 24px;

  border-radius: 64px;
  border: 1px solid #bec5d6;
  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 26px 0;
}
.first-half-form,
.second-half-form {
  display: flex;
  flex-direction: column;
}
.first-half-form {
  margin: 0 0 26px 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: #ff622a;
}
.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: 134px;
  border-radius: 27px;
  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,
.form-section .bg-box .flex-table button:active {
  color: #ffffff;
  background: #ff622a;
}
.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: 255px;
  height: 56px;
  border: none;
  outline: none;

  color: #ff622a;
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;

  border-radius: 30px;
  border: 1px solid #ff622a;
  background: #fff;
}

.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: #ff622a !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 {
  margin: 0 0 20px 0;
  color: #33373e;
  font-size: 52px;
  font-weight: 600;
  line-height: 60px;
}
.form-section h1 + p {
  margin: 0 0 40px 0;
  color: #33373e;
  font-size: 20px;
  font-weight: 300;
  line-height: 28px;
}
.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;

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

  color: #ff622a;
  text-align: center;

  width: 350px;
  height: 70px;

  border-radius: 57px;
  border: 1px solid #ff622a;
  background: #fff;
}
.modal-btn:active,
.modal-btn:active svg {
  background: #fc5b11;
  fill: #fff;
}
.call-btn:hover p,
.call-btn:hover p + p,
.call-btn:active p,
.call-btn:active 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-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 32px;

  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: #ff622a;
  border-radius: 35px;
}
.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-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 32px;
}

.hum {
  border-radius: 30px;
  border: 1px solid #ff622a;
  background: #fff;

  width: 48px;
  height: 48px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.hum span {
  width: 15px;
  height: 2px;
  transition: 0.3s;
  border-radius: 1px;
  background: #ff622a;
}
.hum span:not(:last-child) {
  margin: 0 0 3px 0;
}
.contact-thankyou {
  padding: 110px 0 62px 95px;

  justify-content: flex-end;
  align-items: center;
  position: relative;
  flex-direction: row-reverse;
  height: 100%;
  display: flex;
}

.contact-thankyou .check-mark {
  right: 0;
  bottom: -115px;
  position: absolute;
  margin: 0 0 0 123px;
}
.contact-thankyou h2 {
  margin: 0 0 21px 0;
  color: #33373e;

  font-size: 32px;
  font-style: normal;
  font-weight: 600;
  line-height: 40px;
}
.contact-thankyou p {
  width: 335px;

  color: #33373e;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
}

/* Header form */
.heder-extra {
  width: 100%;
  box-shadow: 0px 11px 60px rgba(153, 153, 153, 0.5);
}
.heder-extra .header-form a {
  margin: 0 0 34px 0;
}
.heder-extra .header-form {
  padding: 77px 0 0 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 60px 0;
}
.terms-section p,
.terms-section ul li {
  color: #33373e;

  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: 24px;

  margin: 20px 0 0;
}
.terms-section ol a {
  color: #33373e;
  text-decoration: underline;
}
.terms-section ol {
  margin: 20px 0 0 0;
}
.terms-section ol li:not(:last-child) {
  margin: 0 0 15px 0;
}
.terms-section p a {
  color: #ff622a;

  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 24px;
}

.terms-section h1 {
  margin: 0 0 40px 0;
  color: #33373e;
  font-size: 52px;
  font-style: normal;
  font-weight: 600;
  line-height: 60px;
}
.privacy-header {
  background: #ffffff;
}
.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,
.here-to-help .flex-container .left-column a:hover,
.here-to-help .flex-container .left-column a:active,
.head-works-section .flex-table .col-left ul li a:active,
.trusted-source-section ul li:last-child div a:active,
.header-main-section .flex-table form button:active,
.back-btn:active {
  border-radius: 64px;
  background: #ff622a;
  box-shadow: 0px 6px 8px 0px rgba(0, 0, 0, 0.25) inset;
}
.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,
.here-to-help .flex-container .left-column a {
  transition: all 0.5s ease;
}
.scroll-up {
  stroke: white;
  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,
.get-started:active .get-btn {
  color: #fff;
  background: #ff622a;
}

.menu ul li .active,
.tablet-desktop-nav ul li .active {
  box-shadow: inset 0 -2px 0 0 #ff622a;
}
/* ============= */
header .navigate > li:nth-child(-n + 3):hover a {
  box-shadow: inset 0 -2px 0 0 #33373e;
}
.tablet-desktop-nav ul li:hover a {
  box-shadow: inset 0 -2px 0 0 #33373e;
}
.footer-section .col-left button:hover,
.footer-section .col-left button:active {
  background: #ff622a;
  box-shadow: 0px 6px 8px 0px rgba(0, 0, 0, 0.25) inset;
}
.link-faqs a:hover,
.ac-body p a:hover,
.form-section h1 + p a:hover {
  text-decoration: underline;
}

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

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

.show-footer {
  display: block;
}

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

.heder-extra .your-loan {
  padding: 88px;
  text-align: center;
  background: #c5e8e2;
}
.heder-extra .your-loan h2 {
  font-weight: 600;
  font-size: 36px;
  line-height: 42px;

  color: #00181a;
}
.heder-extra .your-loan p {
  font-weight: 300;
  font-size: 22px;
  line-height: 32px;
  color: #506264;
}

.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: 50px 0;
}
.grecaptcha-badge {
  z-index: 1002;
}

.set-negativ-overflow {
  overflow: hidden;
}
.contact-scroll {
  overflow-y: hidden;
}
.layer {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  width: 100%;
  height: 100%;

  background: rgba(51, 55, 62, 0.3);
  backdrop-filter: blur(2.5px);

  cursor: pointer;
}
.layer,
#omForm.omForm-lg .omForm-header {
  display: none;
}
#omForm .omForm-body {
  background: #fff;
}
.privacy-block-form {
  display: none;
}
#omForm.omForm-md .omForm-header,
#omForm .omForm-header {
  display: none;
}
