@import url("https://fonts.googleapis.com/css2?family=Cabin:wght@400;500;600;700&amp;display=swap");
.container {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  box-sizing: border-box;
  padding: 0 30px;
}

@media (min-width: 300px) {
  .container {
    max-width: 333px;
    padding: 0;
  }
}
@media (min-width: 576px) {
  .container {
    max-width: 500px;
  }
}
@media (min-width: 768px) {
  .container {
    padding: 0;
    max-width: 720px;
  }
  .footer .call_block > .container .section__title::after {
    width: 154px !important;
    height: 123.2%;
    top: 3px;
    left: -65px;
  }
}

@media (min-width: 992px) {
  .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .container {
    max-width: 1140px;
  }
}
@media (min-width: 1400px) {
  .container {
    max-width: 1140px;
  }
}
@media (min-width: 1560px) {
  .container {
    max-width: 1446px;
  }
}
html,
body,
div,
span,
object,
iframe,
h1,
h2,
div,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

ul,
ol {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  text-decoration: none;
  display: inline-block;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type="number"] {
  -moz-appearance: textfield;
}

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title],
dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input,
select,
button {
  vertical-align: middle;
  border: none;
  background-color: transparent;
}
input:focus,
select:focus,
button:focus {
  outline: none;
}

button {
  cursor: pointer;
  border: none;
  background-color: transparent;
}

html {
  scroll-behavior: smooth;
}
html::-webkit-scrollbar {
  background-color: transparent;
  width: 5px;
}
html::-webkit-scrollbar-thumb {
  background: var(--22, linear-gradient(268deg, #235ab8 4.41%, #4e94ff 98.68%));
  width: 3px;
}

* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  position: relative;
}

body {
  font-family: "Cabin", sans-serif;
  line-height: 1;
  height: 100%;
}
body.ovhidden {
  overflow: hidden;
}
body.shadow {
  position: relative;
  overflow: hidden;
  max-height: 100%;
}
body.shadow .wrapper {
  height: 100%;
  overflow: hidden;
}
body.shadow .wrapper.show {
  display: block;
}
body.shadow::after {
  content: "";
  background: #000;
  opacity: 0.155555;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.button_blue {
  color: #fff;
  font-size: 34.141px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  border-radius: 20.503px;
  background: var(--22, linear-gradient(268deg, #235ab8 4.41%, #4e94ff 98.68%));
  display: inline-flex;
  gap: 10px;
  padding: 12px;
  transition: 0.4s all ease;
}
@media (max-width: 1520px) {
  .button_blue {
    font-size: 24px;
  }
}
.button_blue a {
  color: #fff;
}

.wrapper {
  min-height: 100%;
  display: flex;
  flex-direction: column;
}

.subtitle {
  color: #2b2b2b;
  text-align: center;
  font-family: Cabin;
  font-size: 28px;
  font-style: normal;
  font-weight: 500;
  line-height: 34.976px; /* 124.54% */
  display: flex;
  align-items: center;
  gap: 5px;
}
@media (max-width: 1520px) {
  .subtitle {
    font-size: 22px;
  }
}

.section__title {
  color: #2b2b2b;
  font-family: Cabin;
  font-size: 79.825px;
  font-style: normal;
  font-weight: 600;
  line-height: 104.229px; /* 130.571% */
}
@media (max-width: 1520px) {
  .section__title {
    font-size: 48px;
    line-height: normal;
  }
}
@media (max-width: 1025px) {
  .section__title {
    font-size: 60px;
  }
}
.section__title .red-notice {
  color: #2b2b2b;
  background: var(--2, linear-gradient(95deg, #ff5761 -0.86%, #ae2a35 92.59%));
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-family: Cabin;
  font-size: 79px;
  font-style: normal;
  font-weight: 600;
  line-height: 104.229px;
}
@media (min-width: 1536px) {
  .section__title .red-notice.fzm_sm {
    font-size: 55px;
  }
}
@media (max-width: 1520px) {
  .section__title .red-notice {
    font-size: 48px;
    line-height: normal;
  }
}
@media (max-width: 1025px) {
  .section__title .red-notice {
    font-size: 60px;
  }
}
@media (max-width: 600px) {
  .section__title .red-notice {
    font-size: 55px;
  }
}
@media (max-width: 480px) {
  .section__title .red-notice {
    font-size: 36px;
  }
}
.section__title .tousa {
  border-radius: 19.255px;
  background: var(--2, linear-gradient(95deg, #ff5761 -0.86%, #ae2a35 92.59%));
  box-shadow: 0px 0px 41.00663px 0px rgba(216, 66, 76, 0.4);
  margin-left: 15px;
  display: inline-block;
  padding-left: 75px;
  color: #fff;
  height: 90px;
  width: 340px;
  display: inline-flex;
  align-items: center;
}
.section__title .tousa.hindi {
  width: auto;
}
@media (max-width: 1520px) {
  .section__title .tousa {
    height: auto;
    width: 250px;
  }
}
@media (max-width: 1025px) {
  .section__title .tousa {
    width: auto;
    height: 80px;
    margin-top: 5px;
    padding: 0 35px 0 50px;
  }
}
@media (max-width: 600px) {
  .section__title .tousa {
    padding: 0 15px 0 50px;
    height: 65px;
  }
}
@media (max-width: 480px) {
  .section__title .tousa {
    font-size: 33px;
    padding: 0 15px 0 40px;
    height: 52px;
  }
}
.section__title .tousa::after {
  content: "";
  position: absolute;
  background-image: url(../images/stat.png);
  height: 105px;
  width: 76px;
  left: -10px;
  top: -15px;
}
@media (max-width: 1520px) {
  .section__title .tousa::after {
    height: 85px;
    width: 76px;
    left: 0;
    top: -13px;
    background-size: contain;
    background-repeat: no-repeat;
  }
}
@media (max-width: 1025px) {
  .section__title .tousa::after {
    height: 95px;
    width: 76px;
    left: -10px;
    top: -13px;
    background-size: contain;
    background-repeat: no-repeat;
  }
}
@media (max-width: 480px) {
  .section__title .tousa::after {
    height: 65px;
    width: 66px;
  }
}

.mb {
  display: none;
}
@media (max-width: 1025px) {
  .mb {
    display: block;
  }
}

header {
  background-image: url(../images/main-bg.png);
  background-repeat: no-repeat;
  background-size: cover;
}
@media (max-width: 1025px) {
  header {
    background-image: url(../images/main-bg-mob.png);
  }
}
@media (max-width: 600px) {
  header {
    background-position: 0 0;
  }
}
@media (max-width: 480px) {
  header {
    background-position: 0px 0px;
    background-size: 100% 150%;
  }
}
header .header_nav_inner {
  padding: 23px 52px;
  display: flex;
  align-items: center;
  gap: 70px;
  border-radius: 0px 0px 27.429px 27.429px;
  background: #fff;
  box-shadow: 0px 41.48551px 292.91284px 0px rgba(179, 184, 209, 0.33);
  z-index: 999;
  -webkit-transition: 0.6s;
  transition: 0.6s;
  position: fixed;
  width: 90%;
}
header .header_nav_inner.stiky {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999;
  -webkit-box-shadow: 0 2px 28px 0 rgba(0, 0, 0, 0.09);
  box-shadow: 0 2px 28px 0 rgba(0, 0, 0, 0.09);
  background-color: #ffffff !important;
  -webkit-animation: 500ms ease-in-out 0s normal none 1 running fadeInDown;
  animation: 500ms ease-in-out 0s normal none 1 running fadeInDown;
  justify-content: center;
}
header .header_nav_inner.stiky .header_list_block {
  left: -20px;
}
@media (max-width: 1025px) {
  header .header_nav_inner.stiky {
    padding-left: 0;
  }
}
@media (max-width: 480px) {
  header .header_nav_inner.stiky {
    padding-bottom: 20px;
    position: fixed;
  }
}
@media (max-width: 1025px) {
  header .header_nav_inner {
    box-shadow: none;
    background-color: transparent;
    gap: 17px;
    padding-top: 45px;
    padding-left: 200px;
    box-shadow: none;
    background-color: transparent;
    justify-content: flex-start;
    gap: 25px;
    position: fixed;
  }
}
@media (max-width: 600px) {
  header .header_nav_inner {
    padding-left: 0;
    justify-content: center;
    padding-right: 45px;
    padding-top: 31px;
  }
}
@media (max-width: 480px) {
  header .header_nav_inner {
    padding-bottom: 0;
    position: fixed;
    width: 90%;
  }
}
header .mobile_btn {
  font-size: 30px;
  padding: 14px 46.5px;
}
@media (max-width: 480px) {
  header .mobile_btn {
    font-size: 16px;
    padding: 10px 30px;
    border-radius: 8px;
  }
  header .mobile_btn img {
    width: 20px;
    height: 20px;
  }
}
@media (max-width: 1025px) {
  header .logo {
    display: none;
  }
}
header .header_list_block {
  transition: 0.4s all ease;
}
@media (max-width: 1025px) {
  header .header_list_block {
    position: absolute;
    background-color: white;
    z-index: 999;
    top: 0;
    max-width: 430px;
    width: 430px;
    left: -25px;
    padding: 44px 41px;
    border-radius: 0px 0px 44.079px 0px;
    background: #fff;
    box-shadow: 0px 38.09647px 268.98413px 0px rgba(179, 184, 209, 0.33);
    opacity: 0;
    visibility: hidden;
  }
}
@media (max-width: 600px) {
  header .header_list_block {
    max-width: 320px;
    left: -55px;
  }
}
header .header_list_block.active {
  opacity: 1;
  visibility: visible;
}
@media (max-width: 1520px) {
  header .header_mob_title {
    display: none;
  }
}
@media (max-width: 1025px) {
  header .header_mob_title {
    display: flex;
    justify-content: space-between;
    color: #2b2b2b;
    font-size: 45px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-transform: uppercase;
    margin-bottom: 55px;
  }
  header .header_mob_title > div {
    display: inline-flex;
    gap: 30px;
    align-items: center;
  }
}
@media (max-width: 600px) {
  header .header_mob_title {
    font-size: 30px;
  }
}
@media (max-width: 600px) {
  header .header_mob_title img {
    width: 25px;
    height: 25px;
  }
}
@media (max-width: 600px) {
  header .header_mob_title .close-tog svg {
    width: 30px;
    height: 30px;
  }
}
header .header_mob_contacts {
  display: none;
}
@media (max-width: 1025px) {
  header .header_mob_contacts {
    display: flex;
    flex-direction: column;
    margin-top: 45px;
  }
}
header .header_mob_contacts a {
  color: #2b2b2b;
  display: flex;
  gap: 15px;
  font-size: 28px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 6px;
}
header .header_mob_contacts a span {
  border-bottom: 1px solid #2b2b2b;
}
@media (max-width: 480px) {
  header .header_mob_contacts a {
    font-size: 18.667px;
  }
}
@media (max-width: 480px) {
  header .header_mob_contacts a img {
    width: 24px;
    object-fit: cover;
  }
}
header .header_list {
  display: flex;
  gap: 120px;
}
@media (max-width: 1520px) {
  header .header_list {
    gap: 60px;
  }
}
@media (max-width: 1025px) {
  header .header_list {
    flex-direction: column;
  }
}
@media (max-width: 600px) {
  header .header_list {
    gap: 40px;
  }
}
@media (max-width: 480px) {
  header .header_list {
    gap: 20px;
  }
}
header .header_list a {
  color: #2b2b2b;
  font-size: 27px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  text-transform: uppercase;
  transition: 0.4s all ease;
}
header .header_list a:hover {
  background: var(
    --Linear,
    linear-gradient(268deg, #235ab8 4.41%, #4e94ff 98.68%)
  );
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  text-decoration-line: underline;
}
@media (max-width: 1520px) {
  header .header_list a {
    font-size: 20px;
  }
}
@media (max-width: 1025px) {
  header .header_list a {
    font-family: Cabin;
    font-size: 35px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
  }
}
@media (max-width: 480px) {
  header .header_list a {
    font-size: 23.333px;
  }
}
@media (max-width: 1025px) {
  header .language.button_blue {
    background: transparent;
    padding: 0;
  }
}
header .language.button_blue .active {
  color: #fff;
}
@media (max-width: 1025px) {
  header .language.button_blue .active {
    background: transparent;
    background: var(
      --22,
      linear-gradient(268deg, #235ab8 4.41%, #4e94ff 98.68%)
    );
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
  }
}
header .language.button_blue a,
header .language.button_blue span {
  color: #96b3e3;
  font-size: 27px;
}
@media (max-width: 1025px) {
  header .language.button_blue a,
  header .language.button_blue span {
    color: #2d2d2d;
    font-weight: 400;
  }
}
@media (max-width: 480px) {
  header .language.button_blue a,
  header .language.button_blue span {
    font-size: 22px;
  }
}

.section-header {
  overflow: hidden;
  padding-bottom: 50px;
}
@media (max-width: 1025px) {
  .section-header {
    padding-top: 132px;
  }
}
@media (max-width: 600px) {
  .section-header {
    padding-top: 118px;
  }
}
@media (max-width: 480px) {
  .section-header {
    padding-top: 71px;
  }
}
.section-header::after {
  content: "";
  position: absolute;
  bottom: -100px;
  right: -40px;
  background-image: url(../images/plane.png);
  width: 1400px;
  height: 450px;
  background-size: cover;
  background-repeat: no-repeat;
}
@media (max-width: 1520px) {
  .section-header::after {
    width: 900px;
    height: 330px;
  }
}
@media (max-width: 1025px) {
  .section-header::after {
    width: 990px;
    height: 540px;
    bottom: -100px;
    right: -130px;
  }
}
@media (max-width: 600px) {
  .section-header::after {
    width: 820px;
    height: 320px;
    bottom: -20px;
    right: -150px;
  }
}
@media (max-width: 480px) {
  .section-header::after {
    width: 600px;
    height: 400px;
    bottom: -120px;
  }
}
.section-header .block__inner {
  display: flex;
  align-items: center;
}
@media (max-width: 1025px) {
  .section-header .block__inner {
    flex-direction: column;
    align-items: center;
  }
}
.section-header .block__inner > div {
  flex: 0 0 50%;
}
@media (max-width: 1025px) {
  .section-header .block__inner > div {
    text-align: center;
  }
  .section-header .block__inner > div:first-of-type {
    width: 100%;
  }
}
.section-header .block__inner > div .button_blue {
  padding: 17.5px 62.5px;
  display: inline-flex;
  align-items: center;
  box-shadow: 0 8px #2e4e83;
  padding: 35px 160px;
  font-size: 34px;
}
.section-header .block__inner > div .button_blue:active {
  box-shadow: none;
  transform: translateY(15px);
}
.section-header .block__inner .section__title {
  margin-bottom: 28px;
}
@media (max-width: 1025px) {
  .section-header .block__inner .section__title {
    font-size: 60px;
    max-width: 580px;
    margin: 0 auto;
  }
}
@media (max-width: 600px) {
  .section-header .block__inner .section__title {
    font-size: 55px;
  }
}
@media (max-width: 480px) {
  .section-header .block__inner .section__title {
    font-size: 36px;
    max-width: 350px;
  }
}
.section-header .block__inner .section_apply_text {
  color: #2b2b2b;
  font-family: Cabin;
  font-size: 30.914px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
  display: flex;
  gap: 20px;
  margin-bottom: 42px;
}
.section-header .block__inner .section_apply_text div::after {
  content: "";
  position: absolute;
  top: 50px;
  right: 90px;
  background-image: url(../images/arrow.png);
  width: 40px;
  height: 115px;
}
@media (max-width: 1025px) {
  .section-header .block__inner .section_apply_text div::after {
    display: none;
  }
}
.section-header .block__inner .section_apply_text span {
  font-weight: 500;
  text-transform: capitalize;
}
@media (max-width: 1520px) {
  .section-header .block__inner .section_apply_text {
    font-size: 25px;
  }
}
@media (max-width: 1025px) {
  .section-header .block__inner .section_apply_text {
    margin-top: 20px;
    font-size: 28px;
    padding-left: 30px;
  }
  .section-header .block__inner .section_apply_text svg {
    display: none;
  }
}
@media (max-width: 600px) {
  .section-header .block__inner .section_apply_text {
    font-size: 25px;
    margin-top: 20px;
    padding-left: 0;
  }
}
@media (max-width: 480px) {
  .section-header .block__inner .section_apply_text {
    font-size: 16px;
    margin-top: 15px;
  }
}
.section-header .block__inner .section_apply_text .button_blue {
  box-shadow: 0 8px #2e4e83;
  padding: 35px 125px;
  font-size: 25px;
}
.section-header .block__inner .section_apply_text .button_blue:active {
  box-shadow: none;
  transform: translateY(15px);
}
.section-header .block__inner .mob_img img {
  width: 100%;
}
@media (max-width: 1025px) {
  .section-header .block__inner .mob_img img {
    width: 900px;
    height: 960px;
    position: relative;
    left: -120px;
    top: 60px;
  }
}
@media (max-width: 600px) {
  .section-header .block__inner .mob_img img {
    width: 650px;
    height: 720px;
    position: relative;
    left: -100px;
    top: 60px;
  }
}
@media (max-width: 480px) {
  .section-header .block__inner .mob_img img {
    width: 440px;
    height: 440px;
    position: relative;
    left: -100px;
    top: 0;
    object-fit: cover;
  }
}
.section-header .block__inner .block_img {
  position: relative;
  margin-top: 74px;
}
@media (max-width: 1025px) {
  .section-header .block__inner .block_img {
    display: none;
  }
}
@media (max-width: 1520px) {
  .section-header .block__inner .block_img img {
    width: 100%;
  }
  .section-header .block__inner > div .button_blue {
    padding: 15px 122px;
    font-size: 31px;
  }
}
@media (max-width: 1025px) {
  .section-header .block__inner .subtitle {
    justify-content: center;
    font-size: 30px;
  }
}
@media (max-width: 480px) {
  .section-header .block__inner .subtitle {
    font-size: 16px;
  }
  .section-header .block__inner .subtitle img {
    width: 20px;
    height: 20px;
  }
}
@media (max-width: 1025px) {
  .section-header .block__inner .section_action {
    position: relative;
    z-index: 3;
    width: 100%;
  }
}
@media (max-width: 1025px) {
  .section-header .block__inner .section_action a {
    width: 91%;
    text-align: center;
    margin: 0 auto;
    justify-content: center;
    padding: 50px 130px;
  }
}
@media (max-width: 600px) {
  .section-header .block__inner .section_action a {
    padding-left: 0;
    padding-right: 0;
    width: 100%;
    padding: 28px 130px;
  }
}
@media (max-width: 480px) {
  .section-header .block__inner .section_action a {
    padding: 20px 0;
    width: 100%;
    font-size: 20.942px;
  }
}

.main .section_steps {
  padding-bottom: 125px;
}
.main .section_steps::after {
  content: "";
  position: absolute;
  width: 100%;
  background-image: url(../images/bg-2.png);
  height: calc(100% + 85px);
  top: -85px;
  background-repeat: no-repeat;
  background-size: cover;
}
@media (max-width: 600px) {
  .main .section_steps::after {
    background-size: contain;
  }
}
@media (max-width: 1025px) {
  .main .section_steps {
    padding-bottom: 25px;
  }
}
@media (min-width: 1536px) {
  .main .section_steps .container {
    max-width: 1651px;
  }
}
.main .section_steps > div {
  position: relative;
  z-index: 1;
}
.main .section_steps .section__title {
  padding-top: 55px;
  margin-bottom: 17px;
  text-align: center;
}
@media (max-width: 1025px) {
  .main .section_steps .section__title {
    max-width: 400px;
    margin: 0 auto;
    margin-bottom: 25px;
    padding-top: 0;
  }
}
@media (max-width: 480px) {
  .main .section_steps .section__title {
    font-size: 36px;
    line-height: normal;
    max-width: 250px;
    margin-bottom: 0;
  }
}
.main .section_steps .subtitle {
  justify-content: center;
  margin-bottom: 60px;
}
@media (max-width: 1025px) {
  .main .section_steps .subtitle {
    font-size: 30px;
    padding-left: 12px;
  }
}
@media (max-width: 480px) {
  .main .section_steps .subtitle {
    font-size: 16px;
    margin-bottom: 22px;
  }
}
.main .section_steps .steps_block {
  display: flex;
  gap: 62px 42px;
  flex-wrap: wrap;
  justify-content: center;
}
@media (max-width: 1025px) {
  .main .section_steps .steps_block {
    gap: 40px 20px;
  }
}
@media (max-width: 600px) {
  .main .section_steps .steps_block {
    flex-direction: column;
  }
}
.main .section_steps .steps_block .step_item {
  flex: 0 0 calc(32% - 20px);
  height: 300px;
}
@media (max-width: 480px) {
  .main .section_steps .steps_block .step_item {
    height: 240px;
  }
}
.main .section_steps .steps_block .step_item:first-child {
  position: relative;
  z-index: 5;
}
.main .section_steps .steps_block .step_item:nth-child(2) {
  position: relative;
  z-index: 4;
}
.main .section_steps .steps_block .step_item:nth-child(3) {
  position: relative;
  z-index: 3;
}
.main .section_steps .steps_block .step_item:nth-child(4) {
  position: relative;
  z-index: 2;
}
.main .section_steps .steps_block .step_item:last-child {
  position: relative;
  z-index: 1;
}
.main .section_steps .steps_block .step_item:not(:nth-child(3))::before {
  content: "";
  position: absolute;
  right: -50px;
  top: calc(50% - 28px);
  width: 66px;
  height: 66px;
  background-image: url(../images/step-dot.png);
  z-index: 11;
}
@media (max-width: 1025px) {
  .main .section_steps .steps_block .step_item:not(:nth-child(3))::before {
    display: none;
  }
}
.main
  .section_steps
  .steps_block
  .step_item:not(:nth-child(3)):last-of-type::before {
  content: none;
}
@media (max-width: 1025px) {
  .main .section_steps .steps_block .step_item {
    flex: 0 0 calc(46% - 10px);
    text-align: center;
  }
}
@media (max-width: 600px) {
  .main .section_steps .steps_block .step_item {
    flex: 0 0 100%;
  }
}
.main .section_steps .steps_block .step_item .step_img {
  box-shadow: 0px 5.46755px 95.68212px 0px rgba(79, 127, 203, 0.8);
  display: inline-block;
  height: 68px;
  border-radius: 22px;
}
@media (max-width: 480px) {
  .main .section_steps .steps_block .step_item .step_img {
    height: 43px;
  }
  .main .section_steps .steps_block .step_item .step_img img {
    height: 100%;
  }
}
.main .section_steps .steps_block .step_item .item_inner {
  padding: 42px;
  border-radius: 20.571px;
  background: #fff;
  box-shadow: 0px 41.48551px 292.91284px 0px rgba(179, 184, 209, 0.33);
  position: relative;
  z-index: 1;
  height: 100%;
}
@media (max-width: 1520px) {
  .main .section_steps .steps_block .step_item .item_inner {
    padding: 21px;
  }
}
@media (max-width: 480px) {
  .main .section_steps .steps_block .step_item .item_inner {
    padding: 23px;
  }
}
@media (max-width: 1025px) {
  .main .section_steps .steps_block .step_item .item_inner {
    flex-direction: column;
    align-items: center;
    justify-content: center;
    display: flex;
    gap: 15px;
  }
}
@media (max-width: 480px) {
  .main .section_steps .steps_block .step_item .item_inner {
    gap: 0;
  }
}
.main .section_steps .steps_block .step_item .item_inner .step_number {
  order: 3;
}
.main .section_steps .steps_block .step_item .item_inner .step_title {
  order: 2;
}
.main .section_steps .steps_block .step_item .item_inner .step_img {
  order: 1;
}
@media (max-width: 600px) {
  .main .section_steps .steps_block .step_item .step_number {
    order: 3;
  }
  .main .section_steps .steps_block .step_item .step_title {
    order: 1;
  }
  .main .section_steps .steps_block .step_item .step_img {
    order: 2;
  }
}
.main .section_steps .steps_block .step_item::after {
  position: absolute;
  width: 100%;
  content: "";
  border-radius: 20.571px;
  background: var(--22, linear-gradient(268deg, #235ab8 4.41%, #4e94ff 98.68%));
  box-shadow: 0px 41.48551px 292.91284px 0px rgba(179, 184, 209, 0.33);
  width: calc(100% - 45px);
  height: calc(100% + 20px);
  top: -10px;
  left: calc(50% - 235px);
}
@media (max-width: 1520px) {
  .main .section_steps .steps_block .step_item::after {
    left: calc(50% - 151px);
  }
}
@media (max-width: 1025px) {
  .main .section_steps .steps_block .step_item::after {
    left: calc(50% - 143px);
  }
}
@media (max-width: 600px) {
  .main .section_steps .steps_block .step_item::after {
    left: calc(50% - 222px);
  }
}
@media (max-width: 480px) {
  .main .section_steps .steps_block .step_item::after {
    left: calc(50% - 145px);
  }
}
.main .section_steps .steps_block .step_number {
  text-align: end;
  background: var(--22, linear-gradient(268deg, #235ab8 4.41%, #4e94ff 98.68%));
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-family: Cabin;
  font-size: 27px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
@media (max-width: 1520px) {
  .main .section_steps .steps_block .step_number {
    font-size: 21px;
  }
}
@media (max-width: 480px) {
  .main .section_steps .steps_block .step_number {
    font-size: 13px;
  }
}
.main .section_steps .steps_block .step_title {
  color: #2b2b2b;
  font-family: Cabin;
  font-size: 32px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  margin-top: 12px;
}
.main .section_steps .steps_block .step_title .mb {
  display: none;
}
@media (max-width: 1025px) {
  .main .section_steps .steps_block .step_title .mb {
    display: block;
  }
}
@media (max-width: 600px) {
  .main .section_steps .steps_block .step_title .mb {
    display: none;
  }
}
@media (max-width: 1520px) {
  .main .section_steps .steps_block .step_title {
    font-size: 22px;
  }
}
@media (max-width: 1025px) {
  .main .section_steps .steps_block .step_title {
    font-size: 31px;
  }
}
@media (max-width: 600px) {
  .main .section_steps .steps_block .step_title {
    font-size: 26px;
  }
}
@media (max-width: 480px) {
  .main .section_steps .steps_block .step_title {
    font-size: 17.385px;
  }
}
@media (max-width: 1025px) {
  .main .section-apply {
    overflow: hidden;
  }
}
.main .section-apply::after {
  content: "";
  position: absolute;
  width: 100%;
  background-image: url(../images/bg-3.png);
  height: 200%;
  top: -350px;
  background-repeat: no-repeat;
  background-size: cover;
}
@media (max-width: 1025px) {
  .main .section-apply::after {
    background-image: url(https://relocato.us/assets/images/bg-3-mob.png);
    top: auto;
    bottom: -400px;
    height: 100%;
  }
}
.main .section-apply::before {
  content: "";
  display: none;
}
@media (max-width: 1025px) {
  .main .section-apply::before {
    display: block;
    position: absolute;
    background-image: url(https://relocato.us/assets/images/usa-flag.png);
    left: 0;
    bottom: -550px;
    z-index: 2;
    width: 90%;
    height: 80%;
    background-repeat: no-repeat;
    background-size: contain;
  }
}
@media (max-width: 1025px) and (max-width: 480px) {
  .main .section-apply::before {
    bottom: -330px;
  }
}
.main .section-apply .container {
  position: relative;
  z-index: 1;
}
.main .section-apply .apply_inner {
  display: flex;
  align-items: center;
}
@media (max-width: 1025px) {
  .main .section-apply .apply_inner {
    flex-direction: column-reverse;
  }
}
@media (max-width: 600px) {
  .main .section-apply .apply_inner {
    text-align: center;
  }
}
.main .section-apply .apply_inner .section__title {
  color: #2b2b2b;
  font-family: Cabin;
  font-size: 75.649px;
  font-style: normal;
  font-weight: 600;
  line-height: 89.143px; /* 117.837% */
  margin-bottom: 22px;
}
@media (max-width: 1520px) {
  .main .section-apply .apply_inner .section__title {
    font-size: 48px;
    line-height: normal;
  }
}
@media (max-width: 1025px) {
  .main .section-apply .apply_inner .section__title {
    font-size: 60px;
    line-height: normal;
    text-align: center;
  }
}
@media (max-width: 600px) {
  .main .section-apply .apply_inner .section__title {
    font-size: 56px;
  }
}
@media (max-width: 480px) {
  .main .section-apply .apply_inner .section__title {
    font-size: 41px;
  }
}
.main .section-apply .apply_inner > div {
  flex: 0 0 46%;
}
.main .section-apply .apply_inner .aplly_img {
  flex: 0 0 54%;
  z-index: 1;
  left: -50px;
}
.main .section-apply .apply_inner .aplly_img img {
  width: 120%;
}
.main .section-apply .apply_inner .apply_info_box {
  border-radius: 19.495px;
  background: #f4f5f9;
  padding: 32px 37px 20px;
  color: #2b2b2b;
  font-family: Cabin;
  font-size: 33px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  display: flex;
  flex-direction: column;
  gap: 30px;
  max-width: 551.314px;
  margin-bottom: 32px;
}
@media (max-width: 1520px) {
  .main .section-apply .apply_inner .apply_info_box {
    margin-bottom: 15px;
    max-width: 416px;
    font-size: 22px;
    gap: 15px;
  }
}
@media (max-width: 1025px) {
  .main .section-apply .apply_inner .apply_info_box {
    width: 100%;
    max-width: 100%;
    text-align: left;
    font-size: 28px;
    padding: 22px 87px 20px;
  }
}
@media (max-width: 600px) {
  .main .section-apply .apply_inner .apply_info_box {
    padding: 20px;
    font-size: 24.565px;
  }
}
@media (max-width: 480px) {
  .main .section-apply .apply_inner .apply_info_box {
    font-size: 16px;
    padding: 18px 25px;
  }
}
.main .section-apply .apply_inner .info_item {
  display: flex;
  align-items: center;
  gap: 30px;
}
@media (max-width: 480px) {
  .main .section-apply .apply_inner .info_item {
    gap: 10px;
  }
}
@media (max-width: 480px) {
  .main .section-apply .apply_inner .info_item img {
    width: 30px;
    height: 30px;
    object-fit: cover;
  }
}
.main .section-apply .apply_inner .apply_action {
  z-index: 2;
}
@media (max-width: 1025px) {
  .main .section-apply .apply_inner .apply_action {
    display: none;
  }
}
.main .section-apply .apply_inner .apply_action .button_blue {
  box-shadow: 0 8px #2e4e83;
  padding: 35px 56px;
  border-radius: 14.297px;
}
@media (max-width: 1520px) {
  .main .section-apply .apply_inner .apply_action .button_blue {
    display: inline-flex;
    align-items: center;
    padding: 17.5px 28px;
  }
}
.main .section-apply .apply_inner .apply_action .button_blue:active {
  box-shadow: none;
  transform: translateY(15px);
}

.form_item {
  border-radius: 13.36px;
  border: 2.743px solid #e7eef5;
  background: #f6f9fc;
}
@media (max-width: 480px) {
  .form_item .ds {
    font-size: 15px;
    top: 10px;
  }
}
.form_item input,
.form_item select {
  padding: 47px 32px 20px;
  width: 100%;
  background-color: transparent;
  height: 100%;
  color: #00183a;
  font-size: 26.444px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  appearance: none;
}
.form_item input::placeholder,
.form_item select::placeholder {
  opacity: 0.4;
  color: #00183a;
}
@media (max-width: 1520px) {
  .form_item input,
  .form_item select {
    padding: 30px 32px 10px;
    font-size: 18px;
  }
}
@media (max-width: 1025px) {
  .form_item input,
  .form_item select {
    font-size: 31.442px;
    padding: 61px 32px 21px;
  }
}
@media (max-width: 600px) {
  .form_item input,
  .form_item select {
    font-size: 31.442px;
  }
}
@media (max-width: 480px) {
  .form_item input,
  .form_item select {
    font-size: 22px;
  }
}
.form_item sub {
  color: #f00;
}
.form_item select {
  opacity: 0.4;
}
.form_item select.selected {
  opacity: 1;
}
.form_item .input_num_wrapper input {
  padding-left: 70px;
}
@media (max-width: 1520px) {
  .form_item .input_num_wrapper input {
    padding-left: 55px;
  }
}
@media (max-width: 1025px) {
  .form_item .input_num_wrapper input {
    padding-left: 75px;
  }
}
.form_item .input_num_wrapper .nine {
  position: absolute;
  left: 32px;
  color: var(--, #00183a);
  font-size: 26.444px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  opacity: 1;
  top: 47px;
}
@media (max-width: 1520px) {
  .form_item .input_num_wrapper .nine {
    top: 30px;
    font-size: 18px;
  }
}
.form_item .selet_nine {
  padding: 0;
  color: var(--, #00183a);
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  /* opacity: 1; */
  font-size: 26px !important;
  position: absolute;
  z-index: 11;
  padding: 0;
  left: 30px;
  height: fit-content;
  top: 64px;
  width: 45px;
  padding-left: 0 !important;
}

.form_item .input_num_wrapper sub {
  top: 76px;
  left: 10px;
  font-size: 35px;
  color: #00183a !important;
}
.form_item .selet_nine::placeholder {
  color: #00183a !important;
  font-size: 26.444px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  opacity: 0.4;
}
@media (max-width: 1520px) {
  .form_item .selet_nine {
    top: 45px;
    left: 32px;
    font-size: 18px !important;
  }
  .form_item .selet_nine::placeholder {
    font-size: 18px;
  }
  .form_item .input_num_wrapper sub {
    top: 52px;
    left: 18px;
    font-size: 25px;
    color: #00183a !important;
  }
}
@media (max-width: 1025px) {
  .form_item .selet_nine {
    font-size: 31px;
    top: 84px;
    height: 33px;
  }
  .form_item .selet_nine::placeholder {
    font-size: 31px;
  }
  .form_item .input_num_wrapper sub {
    top: 90px;
    font-size: 30px;
  }
}
@media (max-width: 601x) {
  .form_item .selet_nine {
    top: 84px;
  }
}
@media (max-width: 480px) {
  .form_item .selet_nine {
    height: 40px;
    top: 72px;
    left: 45px;
  }
  .form_item .selet_nine::placeholder {
    font-size: 22px;
  }
  .form_item .input_num_wrapper sub {
    top: 85px;
    left: 28px;
  }
}
.form_item span {
  position: absolute;
  top: 20px;
  left: 32px;
  color: #00183a;
  font-size: 16.457px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  opacity: 0.4;
}
@media (max-width: 1520px) {
  .form_item span {
    top: 5px;
    font-size: 14px;
  }
}
@media (max-width: 1025px) {
  .form_item span {
    font-size: 19.568px;
    top: 25px;
  }
}

.footer::after {
  content: "";
  position: absolute;
  width: 100%;
  background-image: url(https://relocato.us/assets/images/4-bg.png);
  height: calc(100% + 285px);
  top: -285px;
  background-repeat: no-repeat;
  background-size: cover;
}
@media (max-width: 1025px) {
  .footer::after {
    background-image: url(https://relocato.us/assets/images/4-bg-mob.png);
    top: -110px;
    z-index: 9;
  }
}
@media (max-width: 480px) {
  .footer::after {
    background-size: contain;
    top: -90px;
  }
}
.footer .call_block {
  margin-bottom: 75px;
  position: relative;
  z-index: 10;
  transform: translateY(-20px);
}
@media (max-width: 600px) {
  .footer .call_block {
    margin-bottom: 45px;
  }
}
.footer .call_block > .container {
  display: flex;
  border-radius: 48px;
  background: #fff;
  box-shadow: 0px 41.48551px 292.91284px 0px rgba(179, 184, 209, 0.33);
  padding: 43px 54px;
  overflow: visible;
  gap: 40px;
}
@media (max-width: 1025px) {
  .footer .call_block > .container {
    padding-top: 0;
    gap: 0;
  }
}
@media (max-width: 600px) {
  .footer .call_block > .container {
    padding: 35px 30px;
    max-width: 540px;
  }
}
@media (max-width: 480px) {
  .footer .call_block > .container {
    max-width: 330px;
  }
}
.footer .call_block > .container::after {
  content: "";
  position: absolute;
  width: calc(100% + 40px);
  height: calc(100% - 20px);
  border-radius: 48px;
  opacity: 0.5;
  background: #fff;
  box-shadow: 0px 41.48551px 292.91284px 0px rgba(179, 184, 209, 0.33);
  left: -20px;
  top: 10px;
  z-index: -1;
}
@media (max-width: 1025px) {
  .footer .call_block > .container {
    flex-direction: column;
  }
}
@media (max-width: 480px) {
  .footer .call_block > .container {
    padding: 23px 20px;
  }
}
@media (max-width: 480px) {
  .footer .call_block > .container {
    border-radius: 23px;
  }
}
.footer .call_block > .container > div {
  flex: 0 0 50%;
}
.footer .call_block > .container > div:last-of-type {
  flex: 0 0 calc(50% - 42px);
}
.footer .call_block > .container .button_blue {
  top: -12px;
  padding: 12px 72px;
  margin-left: 5px;
}
@media (max-width: 1520px) {
  .footer .call_block > .container .button_blue {
    top: -7px;
    padding: 12px 20px;
    font-size: 22px;
  }
}
@media (max-width: 1025px) {
  .footer .call_block > .container .button_blue {
    top: -12px;
    padding: 12px 45px;
    font-size: 35px;
    border-radius: 8.405px;
  }
}
@media (max-width: 600px) {
  .footer .call_block > .container .button_blue {
    font-size: 27px;
    top: -5px;
    padding: 4px 35px 10px;
  }
}
@media (max-width: 480px) {
  .footer .call_block > .container .button_blue {
    padding: 4px 25px 6px;
    font-size: 18px;
    border-radius: 4.472px;
    top: -8px;
    left: -8px;
  }
}
.footer .call_block > .container .call_subtitle {
  color: #2b2b2b;
  font-family: Cabin;
  font-size: 32.914px;
  font-style: normal;
  font-weight: 600;
  line-height: 41.143px; /* 125% */
  display: flex;
  gap: 15px;
}
@media (max-width: 1520px) {
  .footer .call_block > .container .call_subtitle {
    line-height: normal;
    font-size: 24px;
  }
}
@media (max-width: 1025px) {
  .footer .call_block > .container .call_subtitle {
    display: none;
  }
}
.footer .call_block > .container .section__title {
  padding-left: 120px;
  margin-bottom: 20px;
}
@media (max-width: 1025px) {
  .footer .call_block > .container .section__title {
    padding-top: 10px;
    padding-left: 130px;
  }
}
@media (max-width: 600px) {
  .footer .call_block > .container .section__title {
    padding-left: 100px;
  }
}
@media (max-width: 480px) {
  .footer .call_block > .container .section__title {
    line-height: normal;
  }
}
.footer .call_block > .container .section__title::after {
  content: "";
  position: absolute;
  left: -75px;
  width: 180px;
  height: 120%;
  background-image: url(https://relocato.us/assets/images/phone.png);
  top: 0;
  background-repeat: no-repeat;
  background-size: cover;
}
@media (max-width: 1520px) {
  .footer .call_block > .container .section__title::after {
    width: 170px !important;
    height: 147%;
    left: -58px;
  }
}
@media (max-width: 1025px) {
  .footer .call_block > .container .section__title::after {
    width: 145px;
    height: 123.2%;
    top: 3px;
    left: -65px;
  }
}
@media (max-width: 600px) {
  .footer .call_block > .container .section__title::after {
    width: 145px;
    height: 130.2%;
    top: 3px;
    left: -65px;
  }
}
@media (max-width: 480px) {
  .footer .call_block > .container .section__title::after {
    background-image: url(https://relocato.us/assets/images/phone-mob.png);
    width: 96px !important;
    height: 113%;
    top: 0;
    left: -72px;
  }
}
@media (max-width: 480px) {
  .footer .call_block > .container .section__title.hin_call {
    font-size: 27px !important;
  }
}
@media (max-width: 480px) {
  .footer .call_block > .container .section__title.hin_call .red-notice {
    font-size: 27px !important;
  }
}
.footer .call_block > .container .section__title.hin_call::after {
  content: "";
  position: absolute;
  left: -135px;
  width: 260px !important;
  height: 100%;
  background-image: url(https://relocato.us/assets/images/phone.png);
  top: 0;
  background-repeat: no-repeat;
  background-size: cover;
  transform: scale(0.8);
}
@media (max-width: 1520px) {
  .footer .call_block > .container .section__title.hin_call::after {
    width: 170px;
    height: 110%;
    transform: scale(1);
  }
}
@media (max-width: 1520px) {
  .footer .call_block > .container .section__title.hin_call::after {
    width: 199px !important;
    height: 120%;
    top: -20px;
    left: -94px;
    transform: scale(1);
  }
}
@media (max-width: 480px) {
  .footer .call_block > .container .section__title.hin_call::after {
    background-image: url(https://relocato.us/assets/images/phone-mob.png);
    transform: scale(1);
    width: 100px;
    height: 100%;
    top: 0;
    left: -75px;
  }
}
.footer .call_block > .container .call_text .section__title,
.footer .call_block > .container .call_text .red-notice {
  line-height: 87px;
}
@media (max-width: 1520px) {
  .footer .call_block > .container .call_text .section__title,
  .footer .call_block > .container .call_text .red-notice {
    line-height: normal;
    font-size: 48px;
  }
}
@media (max-width: 1025px) {
  .footer .call_block > .container .call_text .section__title,
  .footer .call_block > .container .call_text .red-notice {
    line-height: 84px;
    font-size: 73px;
  }
}
@media (max-width: 600px) {
  .footer .call_block > .container .call_text .section__title,
  .footer .call_block > .container .call_text .red-notice {
    line-height: normal;
    font-size: 42px;
    font-size: 57px;
    line-height: 61.907px;
  }
}
@media (max-width: 480px) {
  .footer .call_block > .container .call_text .section__title,
  .footer .call_block > .container .call_text .red-notice {
    font-size: 34px;
    padding-left: 30px;
    line-height: normal;
  }
}
@media (max-width: 1025px) {
  .footer .call_block > .container .call_text .red-notice {
    padding: 0;
  }
}
@media (max-width: 480px) {
  .footer .call_block > .container .call_text .red-notice {
    padding-left: 0;
  }
}
.footer .call_block > .container .call_form .form_item {
  margin-bottom: 15px;
}
.footer .call_block > .container .call_form .form_item_action .button_blue {
  width: 100%;
  justify-content: center;
  padding: 30px 0;
  top: 0;
}
@media (max-width: 1520px) {
  .footer .call_block > .container .call_form .form_item_action .button_blue {
    padding: 20px 0;
    display: flex;
    align-items: center;
  }
}
@media (max-width: 600px) {
  .footer .call_block > .container .call_form .form_item_action .button_blue {
    margin: 0;
  }
}
@media (max-width: 480px) {
  .footer .call_block > .container .call_form .form_item_action .button_blue {
    font-size: 16px;
    border-radius: 7.524px;
  }
}
.footer .list_block {
  position: relative;
  z-index: 10;
}
.footer .list_block > .container {
  display: flex;
  justify-content: space-between;
  padding-bottom: 100px;
}
@media (max-width: 1025px) {
  .footer .list_block > .container {
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 40px;
  }
  .footer .list_block > .container > div {
    flex: 0 0 calc(50% - 40px);
  }
}
@media (max-width: 480px) {
  .footer .list_block > .container > div {
    flex: 0 0 calc(50% - 20px);
  }
}
@media (max-width: 600px) {
  .footer .list_block > .container {
    padding-bottom: 10px;
  }
}
.footer .list_block > .container .list_socials {
  order: 3;
}
@media (max-width: 1025px) {
  .footer .list_block > .container .list_rights {
    order: 4;
  }
}
.footer .list_block > .container .list_contacts {
  order: 4;
}
@media (max-width: 1025px) {
  .footer .list_block > .container .list_contacts {
    order: 2;
  }
}
.footer .list_block > .container .footer_list_title {
  background: var(--22, linear-gradient(268deg, #235ab8 4.41%, #4e94ff 98.68%));
  justify-content: center;
  padding: 10px 30px;
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  text-align: center;
  border-radius: 13.714px;
  box-shadow: 0px 41.48551px 292.91284px 0px rgba(179, 184, 209, 0.22);
  font-size: 41.143px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}
@media (max-width: 1520px) {
  .footer .list_block > .container .footer_list_title {
    font-size: 28px;
  }
}
@media (max-width: 480px) {
  .footer .list_block > .container .footer_list_title {
    margin-bottom: 22px;
  }
}
@media (max-width: 480px) {
  .footer .list_block > .container .footer_list_title {
    font-size: 24px;
    padding: 10px;
  }
}
.footer .list_block > .container .footer_list_title::after {
  content: "";
  position: absolute;
  background-color: #fff;
  z-index: -1;
  width: 100%;
  left: 0px;
  height: 100%;
  border-radius: 13.714px;
  box-shadow: 0px 41.48551px 292.91284px 0px rgba(179, 184, 209, 0.22);
}
.footer .list_block > .container a {
  display: block;
  color: #2b2b2b;
  font-size: 35.549px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  padding-left: 40px;
  display: flex;
  align-items: center;
  background-color: #2b2b2b;
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  transition: 0.4s all ease;
}
.footer .list_block > .container a:hover {
  background: var(
    --Linear,
    linear-gradient(268deg, #235ab8 4.41%, #4e94ff 98.68%)
  );
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 1520px) {
  .footer .list_block > .container a {
    font-size: 22px;
  }
}
@media (max-width: 1025px) {
  .footer .list_block > .container a {
    font-size: 33px;
  }
}
@media (max-width: 600px) {
  .footer .list_block > .container a {
    padding-left: 0;
    font-size: 30px;
  }
}
@media (max-width: 480px) {
  .footer .list_block > .container a {
    font-size: 20px;
  }
}
.footer .list_block > .container a::after {
  content: "";
  position: absolute;
  left: 0;
  width: 10px;
  height: 10px;
  border-radius: 100px;
  background-color: #2b2b2b;
}
@media (max-width: 1025px) {
  .footer .list_block > .container a::after {
    display: none;
  }
}
.footer .list_block > .container .list_socials .soc_wr {
  display: flex;
  flex-wrap: wrap;
  max-width: 180px;
  gap: 15px;
  justify-content: center;
}
@media (max-width: 1025px) {
  .footer .list_block > .container .list_socials .soc_wr {
    margin: 0 auto;
    justify-content: center;
  }
}
@media (max-width: 1520px) {
  .footer .list_block > .container .list_socials .soc_wr img {
    width: 40px;
    height: 40px;
  }
}
@media (max-width: 1025px) {
  .footer .list_block > .container .list_socials .soc_wr img {
    width: 75px;
    height: 75px;
  }
}
@media (max-width: 480px) {
  .footer .list_block > .container .list_socials .soc_wr img {
    width: 45px;
    height: 45px;
  }
}
.footer .list_block > .container .list_socials a {
  flex: 0 0 calc(50% - 35px);
  padding: 0;
}
@media (max-width: 1024px) {
  .footer .list_block > .container .list_socials .soc_wr {
    gap: 25px;
  }
}
@media (max-width: 600px) {
  .footer .list_block > .container .list_socials .soc_wr {
    gap: 15px;
  }
}
@media (max-width: 480px) {
  .footer .list_block > .container .list_socials a {
    flex: 0 0 auto;
    padding: 0;
  }
}
.footer .list_block > .container .list_socials a::after {
  content: none;
}

@keyframes fadeInDown {
  0% {
    -webkit-transform: translate3d(0, -100%, 0);
    opacity: 0;
    transform: translate3d(0, -100%, 0);
  }
  100% {
    -webkit-transform: translateZ(0);
    opacity: 1;
    transform: translateZ(0);
  }
}
.quizz_step {
  display: none;
}

.quizz_step.active {
  display: block;
}

.modal .indikator {
  display: flex;
  align-items: center;
  flex: 0 0 100%;
  justify-content: center;
  margin: 20px 0;
  font-family: Cabin;
  font-size: 35.888px;
  font-style: normal;
  font-weight: 700;
  line-height: 54.549px; /* 152% */
  color: #cacaca;
  gap: 15px;
}
.modal .indikator .active {
  background: var(--22, linear-gradient(268deg, #235ab8 4.41%, #4e94ff 98.68%));
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.modal .indikator div:nth-child(2) {
  display: flex;
}
.modal#form1 .modal-content::after {
  content: "";
  position: absolute;
  height: calc(100% + 20px);
  top: -20px;
  width: calc(100% - 80px);
  left: calc(50% - 740px);
  z-index: -1;
  border-radius: 44.079px;
  background: var(--22, linear-gradient(268deg, #235ab8 4.41%, #4e94ff 98.68%));
  box-shadow: 0px 38.09647px 268.98413px 0px rgba(179, 184, 209, 0.33);
}
@media (max-width: 1520px) {
  .modal#form1 .modal-content::after {
    left: calc(50% - 515px);
  }
}
.modal#form2 .form_item_action {
  flex: 0 0 100%;
}
.modal#form2 .step_2 .form_item_action {
  display: flex;
  flex: 0 0 calc(50% - 7.5px);
  gap: 7px;
}
@media (max-width: 480px) {
  .modal#form2 .step_2 .form_item_action {
    flex-direction: column;
  }
}
.modal#form2 .step_2 .button_back {
  flex: 0 0 17%;
  border-radius: 14.121px;
  border: 3px solid #cacaca;
  color: #cacaca;
  font-family: Cabin;
  font-size: 30.283px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  display: flex;
  align-items: center;
  justify-content: center;
}
.modal#form2 .step_2 .button_back.hindi_back {
  font-size: 25px;
}
@media (max-width: 480px) {
  .modal#form2 .step_2 .button_back {
    flex: 0 0 100%;
    padding: 7.5px;
  }
}
.modal#thnk1 .modal-body,
.modal#thnk1 .modal-header,
.modal#thnk2 .modal-body,
.modal#thnk2 .modal-header {
  max-width: 540px;
  margin: 0 auto;
}
@media (max-width: 1520px) {
  .modal#thnk1 .modal-body,
  .modal#thnk1 .modal-header,
  .modal#thnk2 .modal-body,
  .modal#thnk2 .modal-header {
    max-width: 660px;
  }
}
.modal#thnk1 .modal-body .btn-close,
.modal#thnk1 .modal-header .btn-close,
.modal#thnk2 .modal-body .btn-close,
.modal#thnk2 .modal-header .btn-close {
  position: absolute;
  /* left: 0; */
  right: 0;
  right: 0px;
  top: 0;
}
.modal#thnk1 .text,
.modal#thnk2 .text {
  padding-left: 120px;
}
@media (max-width: 1520px) {
  .modal#thnk1 .text,
  .modal#thnk2 .text {
    padding-left: 170px;
  }
}
@media (max-width: 1025px) {
  .modal#thnk1 .text,
  .modal#thnk2 .text {
    padding-left: 110px;
  }
}
@media (max-width: 480px) {
  .modal#thnk1 .text,
  .modal#thnk2 .text {
    padding-left: 0;
  }
}
.modal#thnk1 .text.hind::after,
.modal#thnk2 .text.hind::after {
  left: -48px;
  top: -30px;
  width: 160px;
  height: 128%;
}
@media (max-width: 600px) {
  .modal#thnk1 .text.hind::after,
  .modal#thnk2 .text.hind::after {
    left: -48px;
    top: -17px;
    width: 155px;
    height: 116%;
  }
}
@media (max-width: 480px) {
  .modal#thnk1 .text.hind::after,
  .modal#thnk2 .text.hind::after {
    top: -160px;
    left: calc(50% - 60px);
    width: 130px;
    height: 90%;
  }
}
.modal#thnk1 .text::after,
.modal#thnk2 .text::after {
  content: "";
  position: absolute;
  left: -40px;
  top: -10px;
  width: 120px;
  height: 128%;
  background-image: url(https://relocato.us/assets/images/phone-mob.png);
  background-repeat: no-repeat;
  background-size: cover;
}
@media (max-width: 1520px) {
  .modal#thnk1 .text::after,
  .modal#thnk2 .text::after {
    height: 130%;
  }
}
@media (max-width: 480px) {
  .modal#thnk1 .text::after,
  .modal#thnk2 .text::after {
    top: -27px;
  }
}
@media (max-width: 480px) {
  .modal#thnk1 .text::after,
  .modal#thnk2 .text::after {
    top: -140px;
    left: calc(50% - 20px);
    width: 130px;
    height: 150%;
    transform: scale(0.7);
  }
}
.modal#thnk1 img,
.modal#thnk2 img {
  width: 100%;
}
.modal#thnk1 .thnk,
.modal#thnk2 .thnk {
  color: #fff;
  font-size: 61px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  border-radius: 14px;
  background: var(--2, linear-gradient(95deg, #ff5761 -0.86%, #ae2a35 92.59%));
  box-shadow: 0px 0px 41.00663px 0px rgba(216, 66, 76, 0.4);
  padding: 5px;
  flex: unset;
  margin-bottom: 0;
}
@media (max-width: 1520px) {
  .modal#thnk1 .thnk,
  .modal#thnk2 .thnk {
    font-size: 40px;
  }
}
.modal#thnk1 .thnk_text,
.modal#thnk2 .thnk_text {
  color: #161616;
  font-family: Cabin;
  font-size: 61px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}
@media (max-width: 1520px) {
  .modal#thnk1 .thnk_text,
  .modal#thnk2 .thnk_text {
    font-size: 36px;
    margin-bottom: 30px;
  }
}
.modal#thnk1 .thnk_small_text,
.modal#thnk2 .thnk_small_text {
  color: #2b2b2b;
  text-align: start;
  font-family: Cabin;
  font-size: 32.914px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
@media (max-width: 1520px) {
  .modal#thnk1 .thnk_small_text,
  .modal#thnk2 .thnk_small_text {
    font-size: 22px;
  }
}
.modal#thnk1 .text {
  padding-left: 220px;
}
@media (max-width: 600px) {
  .modal#thnk1 .text {
    padding-left: 0;
  }
}
.modal#thnk1 .text.hind {
  padding-left: 150px;
}
@media (max-width: 480px) {
  .modal#thnk1 .text.hind {
    padding-left: 0;
  }
}
.modal#thnk1 .text.hind::after {
  height: 56%;
  background-size: contain;
  top: calc(50% - 67px);
}
@media (max-width: 480px) {
  .modal#thnk1 .text.hind::after {
    height: 50%;
    top: -100px;
    left: calc(50% - 80px);
    width: 160px;
  }
}
.modal#thnk1 .text::after {
  content: "";
  position: absolute;
  left: -37px;
  top: 0;
  width: 250px;
  height: 96%;
  background-image: url(https://relocato.us/assets/images/letter.png);
  background-repeat: no-repeat;
  background-size: cover;
}
@media (max-width: 1520px) {
  .modal#thnk1 .text::after {
    content: "";
    position: absolute;
    left: -35px;
    top: 0;
    width: 200px;
    height: 95%;
    background-image: url(https://relocato.us/assets/images/letter.png);
    background-repeat: no-repeat;
    background-size: cover;
  }
}
@media (max-width: 1025px) {
  .modal#thnk1 .text::after {
    content: "";
    position: absolute;
    left: calc(50% - 60px);
    top: -98px;
    width: 126px;
    height: 60%;
    background-image: url(https://relocato.us/assets/images/letter.png);
    background-repeat: no-repeat;
    background-size: cover;
  }
}
@media (max-width: 480px) {
  .modal#thnk1 .text::after {
    height: 60%;
    top: -100px;
    left: calc(50% - 63px);
  }
}
.modal#thnk1 .modal-lg {
  --bs-modal-width: 650px;
}
@media (min-width: 1536px) {
  .modal#thnk1 .modal-lg {
    --bs-modal-width: 850px;
    padding-right: 0;
  }
}
@media (max-width: 600px) {
  .modal#thnk1 .modal-lg {
    --bs-modal-width: 620px;
  }
}
.modal#professions .modal-content {
  background: transparent;
}
@media (max-width: 1025px) {
  .modal#professions .modal-content {
    background-color: #fff;
  }
}
.modal#professions .arrows {
  position: absolute;
  width: calc(100% + 90px);
  left: -40px;
  display: flex;
  justify-content: space-between;
  top: calc(50% - 56px);
  align-items: center;
}
.modal#professions .arrows .arrow-right {
  transform: rotate(180deg);
}
@media (max-width: 1025px) {
  .modal#professions .arrows {
    display: none;
  }
}
.modal#professions .arrows.hind {
  top: calc(50% - 56px);
}
@media (min-width: 1536px) {
  .modal .modal-xl {
    max-width: 1660px;
  }
}
.modal .modal-content {
  padding: 46px 50px 46px 50px;
  border-radius: 44.079px;
  background: #fff;
  box-shadow: 0px 38.09647px 268.98413px 0px rgba(179, 184, 209, 0.33);
  border: none;
}
@media (max-width: 1025px) {
  .modal .modal-content {
    padding: 20px;
    border-radius: 20.079px;
  }
}
.modal .modal-content.sl::before {
  content: "";
  content: "";
  position: absolute;
  left: -61px;
  top: 42%;
  width: 122px;
  height: 141px;
  border-radius: 44.079px 0 0 44.079px;
  z-index: 999;
  left: 0px;
  right: 0;
  bottom: 0;
  top: 0;
  width: 60%;
  height: 100%;
  background-image: radial-gradient(
    circle at 1% 435px,
    transparent 70px,
    #fff 31px
  );
  z-index: -1;
}
@media (max-width: 1520px) {
  .modal .modal-content.sl::before {
    background-image: radial-gradient(
      circle at 1% 310px,
      transparent 70px,
      #fff 31px
    );
  }
}
@media (max-width: 1025px) {
  .modal .modal-content.sl::before {
    display: none;
  }
}
.modal .modal-content.sl::after {
  content: "";
  content: "";
  position: absolute;
  left: -61px;
  top: 42%;
  width: 122px;
  height: 141px;
  border-radius: 0 44.079px 44.079px 0;
  z-index: 999;
  left: auto;
  right: 0;
  bottom: 0;
  top: 0;
  width: 60%;
  height: 100%;
  background-image: radial-gradient(
    circle at 100% 435px,
    transparent 70px,
    #fff 31px
  );
  z-index: -1;
}
@media (max-width: 1520px) {
  .modal .modal-content.sl::after {
    background-image: radial-gradient(
      circle at 100% 310px,
      transparent 70px,
      #fff 31px
    );
  }
}
@media (max-width: 1025px) {
  .modal .modal-content.sl::after {
    display: none;
  }
}
.modal .modal-header,
.modal .modal-body {
  padding: 0;
}
.modal #extab1 .tab-pane {
  align-items: center;
}
@media (min-width: 1536px) {
  .modal #extab1 .tab-pane {
    min-height: 745px;
    height: 745px;
  }
}
.modal #extab1 .tab-pane.fz {
  font-size: 24px;
}
.modal #extab1 .tab-pane .tab-pane {
  min-height: auto;
  height: auto;
  align-items: flex-start;
}
.modal .tab-pane {
  align-items: flex-start;
  gap: 45px;
}
.modal .tab-pane.active {
  display: flex;
}
@media (max-width: 1025px) {
  .modal .tab-pane.active {
    flex-direction: column;
  }
}
.modal .tab_title {
  color: #161616;
  font-family: Cabin;
  font-size: 62.97px;
  font-style: normal;
  font-weight: 600;
  line-height: 95.714px; /* 152% */
  margin-bottom: 6px;
}
@media (max-width: 1520px) {
  .modal .tab_title {
    font-size: 36px;
    line-height: normal;
  }
}
.modal .modal-body {
  gap: 40px;
}
.modal .modal-body .tab_img {
  flex: 0 0 33%;
  text-align: center;
}
@media (max-width: 1520px) {
  .modal .modal-body .tab_img {
    flex: 0 0 40%;
  }
}
@media (max-width: 1520px) {
  .modal .modal-body .tab_img .img {
    height: 300px;
  }
}
@media (max-width: 1520px) {
  .modal .modal-body .tab_img .img img {
    width: 70%;
  }
}
@media (max-width: 1025px) {
  .modal .modal-body .tab_img .img img {
    width: 100%;
  }
}
.modal .modal-body .tab_text {
  flex: 0 0 calc(67% - 40px);
}
@media (max-width: 1520px) {
  .modal .modal-body .tab_text {
    flex: 0 0 calc(55% - 40px);
  }
}
.modal .modal-body .nav-link {
  border-radius: 13.853px;
  border: 1.371px solid #dfdfdf;
  background: #f6f7f8;
  color: #828282;
  font-family: Cabin;
  font-size: 30.225px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  padding: 10px 45px;
  margin-right: 15px;
  transition: 0.3s all ease;
}
.modal .modal-body .nav-link:hover,
.modal .modal-body .nav-link.active {
  border-radius: 13.853px;
  border: 1.371px solid var(--2, #ff5761);
  background: #f6f7f8;
  background: var(--2, linear-gradient(95deg, #ff5761 -0.86%, #ae2a35 92.59%));
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 1520px) {
  .modal .modal-body .nav-link {
    font-size: 22px;
  }
}
@media (max-width: 1025px) {
  .modal .modal-body .tab_text_info .nav-pills {
    gap: 20px;
  }
  .modal .modal-body .tab_text_info .nav-pills li {
    flex: 0 0 100%;
  }
  .modal .modal-body .tab_text_info .nav-pills li button {
    width: 100%;
  }
}
.modal .modal-body .tab_text_info .tab-pane {
  display: none;
  border-radius: 13.853px;
  background: #f6f7f8;
  padding: 31px 28px 27px 70px;
  flex-direction: column;
  gap: 10px;
  color: #2b2b2b;
  font-family: Cabin;
  font-size: 26.435px;
  font-style: normal;
  font-weight: 400;
  line-height: 42.056px; /* 159.091% */
  position: relative;
}
.modal .modal-body .tab_text_info .tab-pane.active {
  display: flex;
}
@media (max-width: 1520px) {
  .modal .modal-body .tab_text_info .tab-pane {
    font-size: 16px;
    line-height: normal;
  }
}
.modal .modal-body .tab_text_info .tab-pane > div::after {
  content: "";
  content: "";
  position: absolute;
  height: 40px;
  width: 30px;
  left: -40px;
  background-image: url(https://relocato.us/assets/images/dot.svg);
  z-index: 1;
  background-repeat: no-repeat;
  top: calc(50% - 10px);
}
.modal .modal-body .tab_money {
  display: flex;
  margin: 20px 0;
  gap: 10px;
}
@media (max-width: 1025px) {
  .modal .modal-body .tab_money {
    flex-direction: column;
  }
}
.modal .modal-body .tab_money .salary {
  color: #2b2b2b;
  font-family: Cabin;
  font-size: 66.814px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
@media (max-width: 1520px) {
  .modal .modal-body .tab_money .salary {
    font-size: 46px;
  }
}
@media (max-width: 1025px) {
  .modal .modal-body .tab_money .salary {
    font-size: 28px;
  }
}
.modal .modal-body .tab_money .salary_info {
  border-radius: 6.297px;
  background: #f6f7f8;
  color: #2b2b2b;
  font-family: Cabin;
  font-size: 17.442px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  display: flex;
  align-items: center;
  gap: 15px;
  padding: 15px 15px 15px 15px;
}
@media (max-width: 1025px) {
  .modal .modal-body .tab_money .salary_info br {
    display: none;
  }
}
.modal .modal-body form {
  display: flex;
  align-items: stretch;
  flex-wrap: wrap;
  gap: 15px;
}
.modal .modal-body form > div {
  flex: 0 0 calc(50% - 7.5px);
}
@media (max-width: 1025px) {
  .modal .modal-body form {
    flex-direction: column;
  }
  .modal .modal-body form > div {
    flex: 0 0 100%;
    width: 100%;
  }
  /* .modal .modal-body form > div input {
    width: 100%;
  } */
}
.modal .modal-body form.quizz_block {
  display: block;
}
.modal .modal-body form.quizz_block .quizz_step {
  align-items: center;
  flex-wrap: wrap;
  gap: 15px;
}
.modal .modal-body form.quizz_block .quizz_step.active {
  display: flex;
}
.modal .modal-body form.quizz_block .quizz_step > div {
  flex: 0 0 calc(50% - 7.5px);
}
@media (max-width: 1025px) {
  .modal .modal-body form.quizz_block .quizz_step {
    flex-direction: column;
  }
  .modal .modal-body form.quizz_block .quizz_step > div {
    flex: 0 0 100%;
    width: 100%;
  }
  /* .modal .modal-body form.quizz_block .quizz_step > div input {
    width: 100%;
  } */
}

@media (max-width: 769px) {
  .footer .call_block > .container .section__title.hin_call::after {
    width: 154px !important;
  }
  .footer .call_block > .container .section__title.hin_call::after {
    width: 160px !important;
    height: 57%;
    left: -52px;
    top: 213px;
  }
}
.modal .tab_action {
  background-color: transparent;
  border-radius: 14.297px;
  text-align: center;
}
.modal .button_blue {
  box-shadow: 0 8px #2e4e83;
  padding: 30px 0;
  border-radius: 14.297px;
  width: 100%;
  text-align: center;
  justify-content: center;
}
@media (max-width: 1520px) {
  .modal .button_blue {
    display: inline-flex;
    align-items: center;
    padding: 12.5px 28px;
  }
}
.modal .button_blue:active {
  box-shadow: none;
  transform: translateY(15px);
}
.modal .form_item_action .button_blue {
  box-shadow: none;
}
.modal .modal-header {
  border: none;
}
.modal .modal-header .modal-title {
  color: #161616;
  font-family: Cabin;
  font-size: 62.97px;
  font-style: normal;
  font-weight: 600;
  line-height: 95.714px; /* 152% */
  flex: 1 1 auto;
  text-align: center;
  margin-bottom: 25px;
}
@media (max-width: 1025px) {
  .modal .modal-header .modal-title {
    font-size: 28px;
    line-height: normal;
    margin-bottom: 12.5px;
  }
}
.modal .modal-header .btn-close {
  margin: 0;
  transform: scale(2.5);
  opacity: 0.2;
}
@media (max-width: 1520px) {
  .modal .modal-header .btn-close {
    transform: scale(1.5);
  }
}
@media (max-width: 1025px) {
  .modal .modal-header .nav-pills {
    flex-direction: column;
  }
}
.modal .modal-header .swiper-pagination-bullets.swiper-pagination-horizontal {
  bottom: var(--swiper-pagination-bottom, 0px);
  width: 110%;
}
@media (max-width: 1025px) {
  .modal .modal-header .swiper-pagination-bullets.swiper-pagination-horizontal {
    position: relative;
    display: flex;
    flex-direction: column;
    width: 180%;
    align-items: flex-start;
  }
}
.modal .modal-header .nav-pills {
  flex: 0 0 50%;
}
.modal .modal-header .nav-pills .nav-link,
.modal .modal-header .nav-pills .swiper-pagination-bullet {
  margin-right: 20px;
  color: #cacaca;
  border-radius: none;
  font-size: 27.707px;
  font-style: normal;
  font-weight: 400;
  line-height: normal; /* 159.091% */
  text-transform: uppercase;
  background-color: transparent;
  transition: 0.4s all ease;
  border-bottom: 1px solid transparent;
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  padding-bottom: 0;
  background-color: #cacaca;
  padding: 0;
  transition: 0.4s all ease;
  opacity: 1;
  display: unset;
  border-radius: 0;
  width: var(
    --swiper-pagination-bullet-width,
    var(--swiper-pagination-bullet-size, auto)
  );
  height: var(
    --swiper-pagination-bullet-height,
    var(--swiper-pagination-bullet-size, auto)
  );
  margin: 0;
  margin-right: 20px;
}
@media (max-width: 1520px) {
  .modal .modal-header .nav-pills .nav-link,
  .modal .modal-header .nav-pills .swiper-pagination-bullet {
    font-size: 18px;
  }
}
.modal .modal-header .nav-pills .nav-link.active,
.modal .modal-header .nav-pills .nav-link:hover,
.modal .modal-header .nav-pills .nav-link.swiper-pagination-bullet-active,
.modal .modal-header .nav-pills .swiper-pagination-bullet.active,
.modal .modal-header .nav-pills .swiper-pagination-bullet:hover,
.modal
  .modal-header
  .nav-pills
  .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: var(--22, linear-gradient(268deg, #235ab8 4.41%, #4e94ff 98.68%));
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  border-radius: 0px;
  border-bottom: 1px solid #235ab8;
}

.preloader {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  width: 100%;
  height: 120vh;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 9999;
  background: #fff;
  transition: 0.4s all ease;
}
.preloader.hide {
  opacity: 0;
  visibility: hidden;
}

.loader {
  display: inline-block;
  position: relative;
  width: 80px;
  height: 80px;
}

.loader div {
  box-sizing: border-box;
  display: block;
  position: absolute;
  width: 64px;
  height: 64px;
  margin: 8px;
  border: 8px solid #f96703;
  border-radius: 50%;
  animation: loader 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
  border-color: #235ab8 transparent transparent transparent;
}

.loader div:nth-child(1) {
  animation-delay: -0.45s;
}

.loader div:nth-child(2) {
  animation-delay: -0.3s;
}

.loader div:nth-child(3) {
  animation-delay: -0.15s;
}

@keyframes loader {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.modal-backdrop {
  height: 150vh;
} /*# sourceMappingURL=index.css.map */

@media (max-width: 480px) {
  .footer .call_block > .container .section__title.hin_call::after {
    width: 111px !important;
    height: 85% !important;
    top: 35px !important;
    left: -85px !important;
  }
}






#form1 .form_item.select{
  display: none;
}
