

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


html,
body {
  width: 100%;
}

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

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

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

button {
  cursor: pointer;
}

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

h1,
h2,
h3,
h4,
h5,
h6 {
  display: block;
  color: #414c8f;
  font-family: 'Sora', 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;
}

.content {
  padding: 100px 0 0;
}
.header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1001;
  width: 100%;
}
.wrapper {
  max-width: 1167px;
  height: 100%;
  margin: 0 auto;
  padding: 0 25px;
}
.header-wrapper {
  max-width: 1407px;
  height: 100%;
  margin: 0 auto;
  padding: 0 25px;
  position: relative;

  display: flex;
  align-items: center;
  justify-content: space-around;
}
.arrow-block {
  display: none;
}
.preform .circle-btn,
.footer-section .preform-container .footer-preform.circle-btn {
  border-radius: 25px;
  width: 50px;
}

/* Navigation Block */
.header {
  height: 100px;
}
.main-cahnge {
  background: rgba(246, 246, 246, 1);
}
.navigate {
  display: flex;
  align-items: center;
}

.header-wrapper nav {
  display: flex;
}

.navigate li:nth-child(-n + 5) {
  margin-right: 20px;
}
.navigate li:not(:last-child) a {
  transition: 0.3s;
}
.navigate li:not(:last-child) a:hover p,
.navigate li:not(:last-child) a:hover span {
  color: #2439d7;
}

.cont-tel {
  transition: 0.3s;
  margin: 0 24px 0 153px;
}
.cont-tel a span {
  font-weight: 700;
  font-size: 11px;
  line-height: 14px;
  text-transform: uppercase;
  color: #000000;
}
.cont-tel a p {
  letter-spacing: -0.4px;
  font-weight: 400;
  font-size: 10px;
  line-height: 13px;
  text-transform: uppercase;
  color: #000000;
}
.get-started:hover a {
  background: #2439d7;
  opacity: 0.8;
  color: #ffffff;
}
.get-started a {
  transition: 0.3s;
  display: flex;
  align-items: center;
  justify-content: center;

  width: 120px;
  height: 28px;

  border: 1px solid #2439d7;
  border-radius: 33px;

  font-weight: 700;
  font-size: 10px;
  line-height: 13px;

  text-transform: uppercase;
  color: #2439d7;
}
.navigate li:not(:last-child) a {
  transition: 0.3s;
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
  text-align: center;
  text-transform: capitalize;

  color: #000000;
}

.navigate li:nth-child(-n + 6) a {
  font-family: 'Roboto', sans-serif;
}

.navigate li:not(.cont-tel):not(:last-child) .active {
  border-bottom: 2px solid #2439d7;
}
.navigate li:not(.cont-tel):not(.cont-tel-menu):not(:last-child) a:hover {
  text-decoration: underline #868686;
}
/*Hero section */
.header-main-section {
  padding: 95px 0 100px 0;
  background: url('../img/circle-right.svg') 85% 6% no-repeat,
    url('../img/circle-bottom.svg') 3% 50% no-repeat,
    url('../img/half-circle-left.svg') top left no-repeat,
    url('../img/half-circle-right.svg') 101% 86% no-repeat,
    url('../img/top-right-gray.svg') top right no-repeat,
    url('../img/bottom-left-gray.svg') bottom left no-repeat,
    rgba(246, 246, 246, 1);
}

.header-main-section .wrapper {
  position: relative;
}

.col-left h1 {
  text-align: center;

  margin-bottom: 25px;
  font-weight: 300;
  font-size: 48px;
  line-height: 60px;
  text-align: center;

  color: #000000;
}
.col-left h1 + p {
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 21px;
  text-align: center;
  color: #000000;
  margin: auto;
}
.preform {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 101px auto 0px auto;

  min-width: 720px;
  width: 720px;

  height: 90px;
  background: #ffffff;
  box-shadow: 0px 11px 60px rgba(153, 153, 153, 0.5);
  border-radius: 45px;
}
.section {
  display: flex;
  align-items: center;
}
.section select,
.preform select {
  width: 170px;
  height: 50px;

  border: 1px solid #cfcfcf;
  outline: none;
  border: none;
  border-radius: 25px;
  padding: 0 0 0 20px;

  font-weight: 700;
  font-size: 15px;
  line-height: 19px;
  text-transform: uppercase;
  color: #292929;
  margin: 0 0 0 20px;
}
.section select,
.preform select {
  cursor: pointer;
  background: url('../img/select-arrow.svg') no-repeat 139px 50%, #fede2a;
}
.pos-rel input,
.pos-rel input {
  -webkit-box-shadow: inset 0 0 0 50px #fff;
  height: 63px;
  width: 239px;
  border: none;
  border-left: 1px solid rgba(134, 134, 134, 0.5);
  padding: 0 0 0 14px;
  font-size: 16px;
  margin: 0 0 0 14px;
}

.pos-rel input::placeholder {
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 26px;
  color: #868686;
  padding: 0 0 0 14px;
}
.req-btn:hover {
  opacity: 0.8;
}
.req-btn,
.btn {
  transition: 0.3s;
  width: 170px;
  height: 50px;

  margin: 0 20px 0 0;
  overflow: hidden;

  background: #2439d7;
  border-radius: 25px;
  border-style: none;

  font-weight: 700;
  font-size: 15px;
  line-height: 19px;
  text-transform: uppercase;
  letter-spacing: 0.15em;
  color: #ffffff;
}
.arrow {
  background: url('../img/arrow-hero-down.svg') no-repeat center;
}
.col-right-photo {
  display: flex;
  justify-content: center;
}
.col-left-photo {
  position: absolute;
  bottom: 0;
  right: -305px;
}

/* Helping Section */
.helping-section {
  padding: 110px 0 172px 0;
  background: url(../img/helping-img.svg) 82% -3% no-repeat, #ffffff;
}
.helping-section h2 {
  font-weight: 300;
  font-size: 48px;
  line-height: 60px;
  margin: 0 0 25px 0;

  color: #000000;
}
.helping-section p {
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 26px;

  color: #000000;
}
.helping-section .straight-line {
  width: 3px;
  height: 158px;
  margin: 0 32px 0 0;

  background: #fede2a;
}
.helping-section .text-wrapper {
  display: flex;
  flex-flow: row-reverse;
  justify-content: flex-end;
  align-items: center;
}
.helping-section .text-wrapper div:first-child {
  width: 400px;
}
.help-circle {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 20px 0 0;

  width: 65px;
  height: 65px;

  background: #fede2a;
  border-radius: 6px;
}
.helping-section ul {
  margin: 110px 0 0 0;
  display: flex;
  justify-content: space-around;
}
.helping-section ul li {
  display: flex;
  justify-content: center;
  align-items: center;
}
.helping-section ul li p {
  font-weight: 700;
  font-size: 15px;
  line-height: 19px;
  text-transform: uppercase;
  width: 189px;

  color: #000000;
}

/* Trusted Source */
.trusted-source-section {
  padding: 0 0 155px 0;
  background: #ffffff;
}
.trusted-source-section h2 {
  margin: 0 0 25px 0;
  font-weight: 300;
  font-size: 48px;
  line-height: 60px;

  color: #000000;
}
.trusted-source-section .col-left .our-service {
  margin: 0 0 35px 0;
}
.trusted-source-section .col-left {
  display: flex;
  flex-flow: row-reverse;
  justify-content: flex-end;

  margin: 50px 0 0 0;
}
.trusted-source-section .col-right {
  display: flex;
  justify-content: flex-end;
  flex-direction: column;
}
.trusted-source-section .col-left div:first-child {
  width: 505px;
}
.trusted-source-section .col-left div:first-child p {
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 26px;

  color: #000000;
}

.trusted-line {
  width: 3px;
  margin: 0 32px 0 0;

  background: #2439d7;
}
.trusted-source-section .flex-table {
  display: flex;
  justify-content: space-between;
}

.extra-img {
  display: none;
}

/* Payday Loan Section */
.payday-loan-section {
  padding: 0 0 156px 0;
  background: #ffffff;
}
.payday-loan-section ul li h3 {
  font-weight: 700;
  font-size: 15px;
  line-height: 19px;
  text-transform: uppercase;
  color: #000000;
}
.payday-loan-section ul li {
  display: flex;
  flex-direction: column;
}
.payday-loan-section ul li .yellow-circle {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 30px 0 0;

  width: 65px;
  height: 65px;
  border-radius: 50px;

  background: #fede2a;
}

.payday-loan-section ul li .block-container {
  display: flex;
  align-items: center;
}
.payday-loan-section ul li div p {
  font-family: 'Roboto', sans-serif;
  width: 445px;
  font-weight: 400;
  font-size: 16px;
  line-height: 26px;

  color: #000000;
}
.payday-loan-section ul li div:last-child {
  margin: 0 0 0 95px;
}
.payday-loan-section ul {
  display: flex;
  justify-content: space-between;
}

/* How it works */
.head-works-section {
  padding: 84px 0 80px 0;
}
.header-cahnge {
  background: #ffffff;
}
.head-works-section {
  position: relative;
}
.works-bg {
  position: absolute;
  top: -100px;
  z-index: 10001;
}
.head-works-section h1 {
  margin: 0 0 75px 0;

  font-weight: 300;
  font-size: 48px;
  line-height: 60px;
  text-align: left;
  color: #000000;
}
.head-works-section .works-circle {
  display: flex;
  justify-content: center;
  align-items: center;

  margin: 0 20px 0 0;

  width: 65px;
  height: 65px;
  background: #fede2a;
  border-radius: 6px;
}
.head-works-section ul li div h3 {
  margin: 0 0 10px 0;
  font-weight: 700;
  font-size: 15px;
  line-height: 19px;
  text-transform: uppercase;

  color: #292929;
}
.head-works-section ul li div p {
  width: 200px;
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
  text-transform: capitalize;

  color: #292929;
}
.head-works-section ul li {
  display: flex;
  align-items: center;
}
.head-works-section ul {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.head-works-section ul li .title-container {
  position: relative;
}
.head-works-section ul li .title-container img {
  position: absolute;
  top: 50%;
  left: 250px;
}
.head-works-section ul li .title-container .first-item {
  left: 275px;
}

.how-it-works {
  padding: 71px 0 0 0;
  background: #e5e5e5;
}
.how-it-works .requirements-text {
  width: 440px;
  margin: 0 0 50px 0;
  font-weight: 700;
  font-size: 15px;
  line-height: 19px;
  text-transform: uppercase;

  color: #292929;
}
.how-it-works .flex-table {
  display: flex;
  align-items: center;
  flex-direction: row-reverse;
  justify-content: space-between;
}
.how-it-works .flex-table .col-right {
  width: 490px;
  margin: 0 0 55px 0;
}
.how-it-works .flex-table .col-right ul li:not(:last-child) {
  margin: 0 0 40px 0;
}
.how-it-works .flex-table .col-right ul li:last-child p {
  margin: 0 0 0 34px;
}
.how-it-works .flex-table .col-right ul li img {
  margin: 0 12px 0 0;
}
.how-it-works .flex-table .col-right ul li {
  display: flex;
  align-items: baseline;
}
.how-it-works .flex-table .col-right ul li p {
  font-family: 'Roboto', sans-serif;

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

.loan-service {
  padding: 104px 0 60px 0;
}
.loan-service .flex-table .col-right ul {
  display: flex;
  align-items: center;
}
.loan-service .flex-table .col-right ul li:first-child {
  flex-shrink: 0;

  margin: 0 35px 0 0;
}
.loan-service .flex-table .col-right ul li p {
  font-family: 'Roboto', sans-serif;

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

  color: #000000;
}
.loan-service .flex-table .col-right ul li p:not(:last-child) {
  margin: 0 0 40px 0;
}
/* Preform footer section  */
.pre-footer {
  border-top: 10px solid #fede2a;
  background: #f7f7f7;
  padding: 80px 0 90px 0;
}
.footer-section .list-advantages ul {
  display: flex;
  justify-content: space-around;
}
.footer-section .list-advantages li {
  display: flex;
  flex-direction: row-reverse;
  justify-content: flex-end;
}

.footer-section .list-advantages div h3 {
  font-weight: 700;
  font-size: 15px;
  line-height: 19px;
  text-transform: uppercase;

  color: #000000;
}

.footer-section .list-advantages .star-container {
  display: flex;
  align-items: center;
  margin: 0 0 10px 0;
}
.footer-section .list-advantages .star-container img {
  margin: 0 10px 0 0;
}
.footer-section .list-advantages .star-container + p {
  font-family: 'Roboto', sans-serif;
  width: 290px;
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
  text-transform: capitalize;

  color: #000000;
}

.footer-section .footer-preform {
  width: 825px;
  margin: 0;
  justify-content: space-between;
}
.footer-section .preform-container {
  display: flex;
  align-items: center;
  margin: 80px 0 0 0;
}
.footer-section .preform-container .footer-preform select {
  width: 196px;
  margin: 0 0 0 20px;
}
.footer-section .preform-container .footer-preform select {
  background: url(../img/select-arrow.svg) no-repeat 160px 50%, #fede2a;
}
.footer-preform button {
  width: 196px;
  margin: 0 20px 0 auto;
}
.footer-section .preform-container div:first-child p {
  width: 162px;
  font-weight: 700;
  font-size: 15px;
  line-height: 19px;
  text-transform: uppercase;

  color: #000000;
}
.footer-section .preform-container div:first-child {
  margin: 0 35px 0 0;
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
}
.footer-section .preform-container div:first-child img {
  margin: 0 0 0 18px;
}

.line-preform {
  height: 59px;
  width: 2px;
  background: #fede2a;
  margin: 0 10px 0 0;
}
.foot-nav {
  margin: 34px 0 70px 0;
}
.foot-nav ul {
  display: flex;
  justify-content: space-between;
}

.foot-nav ul li:not(:last-child):hover a {
  text-decoration: underline #868686;
}

.foot-nav ul li:not(:last-child) .active {
  border-bottom: 2px solid #2439d7;
}
.foot-nav ul li a {
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
  text-transform: capitalize;

  color: #292929;
}
.material p {
  font-family: 'Roboto', sans-serif;

  font-weight: 300;
  font-size: 14px;
  line-height: 18px;
  text-transform: capitalize;

  color: #000000;
}

.material p:not(:last-child) {
  margin: 0 0 15px 0;
}
.copyright {
  margin: 37px 0 36px 0;
  display: flex;
  align-items: center;
}
.copyright a {
  margin: 0 10px 0 0;
}
.copyright p span {
  font-family: 'Roboto', sans-serif;

  font-weight: 700;
  font-size: 14px;
  line-height: 18px;

  color: #000000;
}

/* FAQ */
.faq-head-section {
  padding: 84px 0 71px 0;
  position: relative;
}
.circle-faq {
  position: absolute;
  right: 0;
  top: 296px;
}
.faq-head-section h1 {
  font-weight: 300;
  font-size: 48px;
  line-height: 60px;
  text-align: left;

  color: #000000;
}
.faq-head-section .line-faq {
  width: 12px;
  height: 158px;
  margin: 0 27px 0 0;
  background: #fede2a;
}
.faq-head-section .col-left {
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between;
}
.faq-head-section .col-left p {
  font-family: 'Roboto', sans-serif;

  font-weight: 400;
  font-size: 18px;
  line-height: 21px;
  color: #292929;
}
.faq-head-section .col-left .line-container {
  margin: 50px 0 0 0;
  width: 584px;
  display: flex;
  flex-direction: row-reverse;
  justify-content: center;
  align-items: center;
}
.ac-body p a:hover {
  text-decoration: underline #2439d7;
}
.ac-body p a {
  font-weight: 400;
  font-size: 16px;
  line-height: 26px;
  color: #2439d7;
}

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

.ac-body {
  display: none;
  padding: 30px 40px 35px;
}
.ac-body p:not(:last-child) {
  margin: 0 0 15px 0;
}
.ac-body p {
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 26px;

  color: #292929;
}
.ac-head {
  position: relative;
  cursor: pointer;
  padding: 39px 75px 39px 65px;
}

.box-acc {
  position: relative;
  margin: 0 0 20px;
  background: #ffffff;
  box-shadow: 0px 11px 22px rgba(85, 92, 91, 0.1);
  border-radius: 48.5px;
}
.ac-head h4 {
  font-weight: 700;
  font-size: 15px;
  line-height: 19px;

  text-transform: uppercase;
  color: #000000;
}

.ac-head:after {
  content: '';
  display: block;
  width: 16px;
  height: 16px;
  background: url('../img/faq-arrow.svg') no-repeat center;
  background-size: contain;
  position: absolute;
  top: calc(50% - 8px);
  right: 42px;
}
.ac-head.in:after {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(360deg);
  background: url('../img/faq-img-black.svg') no-repeat center;
}
.faq-head-section .works-bg {
  top: 9px;
}
.faq {
  background: url(../img/top-right-gray.svg) 100% 0% no-repeat;
}
.ac-head {
  transition: 0.3s linear;
}
.ac-head:hover {
  background: #fede2a;
  border-radius: 48.5px;
}
.ac-head.in {
  background: rgba(254, 222, 42, 0.3);
  border-radius: 48.5px;
}
.questions-section {
  padding: 0 0 110px 0;
}

/* Terms privacy and policy */
.how-it-works .faqs,
.faq-head-section .faqs {
  color: #2439d7;
}

.how-it-works .faqs:hover,
.faq-head-section .faqs:hover {
  text-decoration: underline #2439d7;
}
.terms-section div p a {
  font-weight: 400;
  font-size: 16px;
  line-height: 26px;

  color: #2439d7;
}
.terms-section div p a:hover {
  text-decoration: underline #2439d7;
}
.terms-section p {
  font-weight: 400;
  font-size: 16px;
  line-height: 26px;

  color: #000000;

  margin: 20px 0 0;
}
.terms-section {
  padding: 80px 0 100px 0;
}
.terms-section h1 {
  font-weight: 300;
  font-size: 48px;
  line-height: 60px;
   margin: 0 0 40px 0;
  color: #000000;
}
/* Style errors */
p.text-req {
  font-family: 'Roboto', sans-serif;

  font-size: 14px !important;
  line-height: 19px;
  color: #f33838 !important;
  position: absolute;
  left: 28px;
  bottom: -9px;
  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 {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;

  z-index: 1008;

  width: 502px;
  height: 502px;
  border-radius: 50%;

  background: #fede2a;
}
.modal .window .head-phons {
  position: absolute;
  top: -26px;
}
.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 img {
  width: 25px;
  height: 25px;
  margin: 18px 0 0 0;
}

.modal .window h4 + p {
  margin: 0 0 18px 0;
}
.modal .window h4 + p {
  font-family: 'Roboto', sans-serif;
  display: flex;
  flex-direction: column;
  align-items: center;

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

  color: #000000;
}
.overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1007;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  cursor: pointer;
}
.modal .window .close-modal {
  position: absolute;
  top: 64px;
  right: 32px;
  cursor: pointer;
}

/* CONTACT US */
.form-section {
  padding: 84px 0 110px 0;
}

.form-section .bg-box .box-contact {
  position: relative;
  padding: 60px 42px 80px 42px;
  width: 720px;
  background: #f6f6f6;
  box-shadow: 0px 11px 60px rgba(0, 0, 0, 0.2);
  border-radius: 4px;
}

.form-section .bg-box .box-table .box-field input,
.form-section .bg-box .box-table .field-text textarea {
  -webkit-box-shadow: inset 0 0 0 50px #fff;

  width: 311px;
  height: 60px;
  border-radius: 4px;
  outline: none;
  padding: 0 21px;
  font-weight: 400;
  font-size: 16px;
  line-height: 26px;
  color: #292929;
  border-color: transparent;
  background: #ffffff;
}

.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 {
  margin: 0 0 20px 0;
}
.form-section .bg-box .box-table .box-field:first-child {
  margin: 0 20px 20px 0;
}

.first-half-form,
.second-half-form {
  display: flex;
}

.form-section .box-contact .box-table label {
  display: none;
  position: absolute;
  bottom: -20px;
  left: 0;

  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  font-size: 10px;
  line-height: 12px;

  color: #f33838;
}
.form-section .box-contact .box-table label p {
 font-family: 'Roboto', sans-serif;
  width: 242px;
  padding: 5px 0 5px 25px;
}
/* ============================ */

.form-section
  .box-contact
  .box-table
  .first-half-form
  .box-field:first-child
  label {
  background: #ffffff;
  position: absolute;
  width: 100%;
  top: 41px;
  height: 56%;
}
.form-section
  .box-contact
  .box-table
  .first-half-form
  .box-field:last-child
  label,
.form-section
  .box-contact
  .box-table
  .second-half-form
  .box-field:first-child
  label {
  background: #ffffff;
  position: absolute;
  width: 100%;
  top: 41px;
  height: 58%;
}

.form-section
  .box-contact
  .box-table
  .second-half-form
  .box-field:last-child
  label {
  background: #ffffff;
  position: absolute;
  width: 100%;
  top: 41px;
  height: 58%;
}

/* ========================= */
.form-section .box-contact .box-table .error + label {
  display: block;
  position: static;
}
.box-field > .anim-place.required.email.slice.error + label,
.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 {
  bottom: -38px;
  border: 1px solid #f33838;
  border-radius: 4px;
}
.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: 130px;
  width: 642px;
  resize: none;
}
.form-section .bg-box .flex-table {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 40px 0 0;
}
.form-section .bg-box .flex-table button:hover {
  background: #2439d7;
  opacity: 0.8;
  color: #ffffff;
}
.form-section .bg-box .flex-table button {
  transition: 0.3s;
  width: 285px;
  height: 78px;
  font-weight: 400;
  font-size: 24px;
  line-height: 28px;
  background: none;
  color: #2439d7;

  border: 1px solid #2439d7;
  border-radius: 39px;
}
.form-section
  .col-right
  .field-text
  > .anim-place.text-field.slice.error
  + label {
  position: absolute;
  bottom: 5px;
  width: 642px;
}

.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: 9px;
}
.form-section .field-helper {
   display: none;

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

  color: #868686;
  position: absolute;
  top: 19px;
  left: 21px;
  transition: 0.4s all;
  pointer-events: none;
}
input::placeholder,
textarea::placeholder {
  font-weight: 400;
  font-size: 16px;
  line-height: 26px;
  color: #868686;
}
.feed_contact input.error,
.feed_contact textarea.error {
   border: #f33838 1px solid !important;
}
.form-section .bg-box {
  display: flex;
  flex-flow: row-reverse;
  justify-content: space-around;
  position: relative;
}
.box-support .list-contact li {
  display: flex;
}
.box-support .list-contact li .icon {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 65px;
  height: 65px;

  background: #fede2a;
  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;
}

.form-section h1 {
  margin: 0 0 75px 0;

  font-weight: 300;
  font-size: 48px;
  line-height: 60px;

  color: #000000;
}
.list-contact {
  margin: 0 0 94px 0;
}

.form-section ul.list-contact li .text p {
  width: 200px;
  font-weight: 700;
  font-size: 15px;
  line-height: 19px;
  color: #000000;
}
.form-section ul.list-contact li .text a {
  font-weight: 700;
  font-size: 15px;
  line-height: 19px;
  text-transform: uppercase;
  color: #2439d7;
}
.form-section ul.list-contact li .text p + div {
  width: 200px;
}
.box-support {
  margin: 0 86px 0 0;
}

.contact-page {
  background: url(../img/top-right-gray.svg) 100% 0% no-repeat;
}
/* MENU BLOCK */

.modal-btn {

  margin: 0 0 15px 0;
  font-size: 10px;
  line-height: 13px;

  display: flex;
  justify-content: center;
  align-items: center;
  width: 255px;
  height: 74px;
  border: 1px solid #2439d7;
  border-radius: 37px;
}

.call-us {
  width: 28px;
  height: 28px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  background: #2439d7;
}
.call-btn:hover p,
.call-btn:hover p + p {
  color: #ffffff;
}
.form-section ul.list-contact li .text p + div span {
  font-family: 'Roboto', sans-serif;
  font-size: 14px;
  line-height: 16px;
}
.call-btn:hover {
  background: #2439d7;
}
.call-btn:hover .call-us {
  background: #ffffff;
}
.call-btn:hover path {
  fill: #2439d7;
}

.call-btn {
  transition: 0.3s;
}
.back-btn:hover {
  background: none;
  color: #2439d7;
  border: 1px solid #2439d7;
}
.back-btn:hover path {
  stroke: #2439d7;
}
.back-btn p {
  margin: 0 0 0 8px;
}
.back-btn {
  transition: 0.3s;
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
  justify-content: center;
  width: 255px;
  height: 74px;

  background: #2439d7;
  border: none;
  outline: none;
  border-radius: 37px;

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

  color: #ffffff;
}
.back-btn img {
  margin: 0 8px 0 0;
}
.modal-btn .call-us {
  margin: 0 7px 0 0;
}
.back-btn p:first-child {
  font-family: 'Roboto', sans-serif;

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

.modal-btn p:last-child {
  font-weight: 700;
  font-size: 11px;
  line-height: 14px;
  color: #2439d7;
}

.hum {
  transition: 2s;
}
.hum:hover span {
  background: #2439d7;
  transition: 0.3s;
}
.contact-thankyou .check-mark {
  text-align: center;
  margin: 0 0 40px 0;
}
.contact-thankyou h2 {
  margin: 0 0 25px 0;
  font-weight: 300;
  font-size: 30px;
  line-height: 38px;
  text-align: center;

  color: #000000;
}
.contact-thankyou p {
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 26px;
  text-align: center;
  color: #000000;
}

/* Header form */
.heder-extra {
  height: 225px;
  width: 100%;
  background: #ffffff;
  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: 35px 0 0 0;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
}
.heder-extra .header-form h2 {
  font-weight: 300;
  font-size: 30px;
  line-height: 38px;
  color: #000000;
}
.heder-extra .header-form p {
  font-weight: 400;
  font-size: 16px;
  line-height: 26px;
  text-align: center;
  color: #000000;
}

.faq-space{
  margin: 15px 0 0 0;
}
