@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
*,
::before,
::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

* {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
}

ol,
ul {
  list-style: none;
}

img,
svg,
video,
canvas,
picture {
  display: block;
  max-width: 100%;
}

input,
button,
select,
textarea {
  font: inherit;
}

p,
h1,
h2,
h3,
h4,
h5,
h6,
span {
  overflow-wrap: break-word;
}

.container {
  max-width: 1440px;
  padding: 0 50px;
  margin: 0 auto;
}
@media (max-width: 1024px) {
  .container {
    padding: 20px;
  }
}

.contacts {
  background-color: #002049;
  padding: 25px 0;
}

.contacts__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 50px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

@media (max-width: 1024px) {
  .contacts__items {
    gap: 30px;
  }
}
.contacts__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
}

.contacts__item a {
  color: white;
  text-decoration: none;
  font-family: "Poppins";
}

.first__title {
  font-size: 64px;
  color: white;
  font-weight: 700;
  margin-bottom: 30px;
  text-transform: uppercase;
}

@media (max-width: 768px) {
  .first__title {
    font-size: 40px;
  }
}
.first__title span {
  color: #2DCAF6;
}

.first__subtitle {
  font-size: 24px;
  color: white;
  text-transform: uppercase;
  margin-bottom: 40px;
}

@media (max-width: 768px) {
  .first__subtitle {
    font-size: 20px;
  }
}
.first {
  position: relative;
  padding: 130px 0 150px 0;
}

.first__video {
  position: absolute;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  top: 0;
  left: 0;
}

.first .container {
  position: relative;
  z-index: 1;
}

.first__body {
  max-width: 850px;
  margin: 0 auto;
}

.btn {
  display: inline-block;
  background-color: #2DCAF6;
  border-radius: 20px;
  font-size: 17px;
  font-family: "Poppins";
  padding: 13px 30px;
  text-decoration: none;
  color: black;
  -webkit-transition: 0.1s all linear;
  transition: 0.1s all linear;
}

.btn:hover {
  scale: 1.05;
}

.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1000;
}

.logo {
  max-width: 110px;
  display: inline-block;
}

.logo img {
  max-width: 100%;
}

.title {
  font-size: 24px;
  font-weight: 700;
  text-transform: uppercase;
  text-align: center;
}

.who {
  padding: 50px 0 20px 0;
}
.who__title {
  margin-bottom: 30px;
}
.who__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
}
@media (max-width: 1024px) {
  .who__content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.who__story {
  width: 40%;
  padding: 54px 34px;
  background-color: #002049;
  border-radius: 20px;
}
@media (max-width: 1024px) {
  .who__story {
    width: 100%;
  }
}
.who__img {
  width: 20%;
}
@media (max-width: 1024px) {
  .who__img {
    width: 100%;
    height: 500px;
  }
}
.who__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 20px;
}
.who__items {
  width: 40%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 15px;
}
@media (max-width: 1024px) {
  .who__items {
    width: 100%;
  }
}
.who .story__title {
  font-size: 24px;
  color: #2DCAF6;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 15px;
}
.who .story__text {
  color: white;
  font-size: 20px;
  font-family: "Poppins";
}

.who .item {
  padding: 15px 35px;
  background-color: #3069B2;
  border-radius: 20px;
}
.who .item__title {
  margin-bottom: 10px;
  font-style: 16px;
  font-weight: 700;
  text-transform: uppercase;
  color: white;
}
.who .item__text {
  font-size: 14px;
  font-family: "Poppins";
  color: white;
}
.who .item__text span {
  font-weight: 700;
}

* {
  font-family: "Montserrat";
}

.team {
  padding-bottom: 50px;
}
.team__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
}
@media (max-width: 1024px) {
  .team__body {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.team__left {
  width: 20%;
}
@media (max-width: 1024px) {
  .team__left {
    width: 100%;
    height: 500px;
  }
}
.team__left img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  border-radius: 20px;
}
.team__right {
  width: 80%;
  padding: 17px 24px 31px 24px;
  background-color: #002049;
  border-radius: 20px;
}
@media (max-width: 1024px) {
  .team__right {
    width: 100%;
  }
}
.team__title {
  margin-bottom: 22px;
  font-size: 24px;
  color: #2DCAF6;
  font-weight: 700;
  text-transform: uppercase;
}
.team__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 9px;
  margin-bottom: 22px;
}
@media (max-width: 768px) {
  .team__items {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.team .item {
  padding: 32px;
  background-color: #3069B2;
  border-radius: 20px;
  -webkit-transition: 0.3s all linear;
  transition: 0.3s all linear;
}
.team .item:hover {
  scale: 1.02;
}
.team .item__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 5px;
  margin-bottom: 10px;
}
.team .item__img {
  width: 92px;
  height: 92px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  border-radius: 50%;
}
.team .item__name {
  font-size: 24px;
  font-weight: 600;
  color: white;
/*   max-width: 50px; */
}
.team .item__position {
	font-size: 20px;
  font-weight: 600;
  color: white;
	margin-bottom: 25px;
}
.team .item__text {
  font-size: 16px;
  color: white;
}

.team .bottom__title {
  margin-bottom: 12px;
  font-size: 24px;
  color: #2DCAF6;
  font-weight: 700;
  text-transform: uppercase;
}
.team .bottom__text {
  font-size: 20px;
  font-family: "Poppins";
  color: white;
}

.core {
  padding-bottom: 50px;
}
.core__title {
  margin-bottom: 30px;
}
.core__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 36px;
}
@media (max-width: 1024px) {
  .core__content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.core__left {
  width: 50%;
}
@media (max-width: 1024px) {
  .core__left {
    width: 100%;
    height: 500px;
  }
}
.core__left img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  border-radius: 20px;
}
.core__right {
  width: 50%;
}
@media (max-width: 1024px) {
  .core__right {
    width: 100%;
  }
}
.core__items {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 36px 1fr;
  grid-template-columns: 1fr 1fr;
  row-gap: 18px;
  -webkit-column-gap: 36px;
     -moz-column-gap: 36px;
          column-gap: 36px;
}
@media (max-width: 768px) {
  .core__items {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}
.core .item {
  -webkit-perspective: 1000px;
          perspective: 1000px;
}
.core .item:hover .item__body {
  -webkit-transform: rotateY(180deg);
          transform: rotateY(180deg);
}
.core .item__body {
  border: 1px solid #3069B2;
  border-radius: 10px;
  min-height: 154px;
  position: relative;
  -webkit-transition: -webkit-transform 0.8s;
  transition: -webkit-transform 0.8s;
  transition: transform 0.8s;
  transition: transform 0.8s, -webkit-transform 0.8s;
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
}
.core .item__front {
  padding: 16px 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 5px;
  position: absolute;
  width: 100%;
  height: 100%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  display: flex;
  -ms-flex-direction: center;
      flex-direction: center;
  align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.core .item__title {
  text-align: center;
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
  color: #002049;
}
.core .item__back {
  background-color: #002049;
  padding: 45px 25px;
  text-align: center;
  font-size: 14px;
  font-family: "Poppins";
  color: white;
  border-radius: 10px;
  position: absolute;
  width: 100%;
  height: 100%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform: rotateY(180deg);
          transform: rotateY(180deg);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.smart {
  padding-bottom: 50px;
}
.smart__title {
  font-size: 48px;
  font-weight: 700;
  color: #2DCAF6;
  margin-bottom: 30px;
  text-transform: uppercase;
  text-align: center;
}
@media (max-width: 1024px) {
  .smart__title {
    font-size: 40px;
  }
}
.smart__title span {
  color: #002049;
}
.smart__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 38px;
  width: calc(100vw - (100vw - 100%) / 2);
  margin-left: calc(-50vw + 50%);
}
@media (max-width: 1024px) {
  .smart__content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 100%;
    margin-left: 0;
  }
}
.smart__left {
  width: calc(60% + (100vw - 100%) / 2);
}
@media (max-width: 1024px) {
  .smart__left {
    width: 100%;
  }
}
.smart__left img {
  width: 100%;
  height: 100%;
  border-radius: 20px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.smart__right {
  width: 40%;
  padding: 60px 0;
}
@media (max-width: 1024px) {
  .smart__right {
    width: 100%;
    padding: 0;
  }
}
.smart .info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 15px;
}
.smart .info:first-child {
  margin-bottom: 50px;
}
.smart .info:nth-child(2) {
  margin-bottom: 28px;
}
.smart .info__title {
  font-size: 24px;
  font-weight: 600;
  color: #002049;
  text-transform: uppercase;
}
.smart .info__subtitle {
  font-size: 14px;
  font-weight: 600;
  color: #002049;
}
.smart .info__text {
  font-size: 14px;
  font-family: "Poppins";
}

.del {
  padding-bottom: 50px;
}
.del__title {
  font-size: 48px;
  font-weight: 700;
  color: #2DCAF6;
  margin-bottom: 5px;
  text-transform: uppercase;
  text-align: center;
}
@media (max-width: 1024px) {
  .del__title {
    font-size: 40px;
  }
}
.del__subtitle {
  font-size: 20px;
  font-weight: 700;
  color: #002049;
  margin-bottom: 30px;
  text-align: center;
}
.del__items {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 30px 1fr;
  grid-template-columns: 1fr 1fr;
  max-width: 800px;
  margin: 0 auto;
  gap: 30px;
}
@media (max-width: 768px) {
  .del__items {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    gap: 20px;
  }
}
.del .item {
  background-color: #002049;
  padding: 45px 35px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 15px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: 0.3s all linear;
  transition: 0.3s all linear;
  -webkit-box-shadow: 3px 3px 5px #90BCCA;
          box-shadow: 3px 3px 5px #90BCCA;
}
.del .item:hover {
  scale: 1.05;
}
.del .item:nth-child(1) {
  border-radius: 50px 0 0 0;
}
@media (max-width: 768px) {
  .del .item:nth-child(1) {
    border-radius: 50px 50px 0 0;
  }
}
.del .item:nth-child(2) {
  border-radius: 0 50px 0 0;
}
@media (max-width: 768px) {
  .del .item:nth-child(2) {
    border-radius: 0;
  }
}
.del .item:nth-child(3) {
  border-radius: 0 0 0 50px;
}
@media (max-width: 768px) {
  .del .item:nth-child(3) {
    border-radius: 0;
  }
}
.del .item:nth-child(4) {
  border-radius: 0 0 50px 0;
}
@media (max-width: 768px) {
  .del .item:nth-child(4) {
    border-radius: 0 0 50px 50px;
  }
}
.del .item__title {
  text-align: center;
  color: white;
  font-size: 20px;
  font-family: "Poppins";
}

.reviews {
  padding-bottom: 50px;
}
.reviews__body {
  max-width: 950px;
  margin: 0 auto;
  position: relative;
}
.reviews__body::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 100vw;
  height: 50%;
  background-color: #2DCAF6;
  border-radius: 20px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  margin-left: calc(-50vw + 50%);
}
.reviews__title {
  margin-bottom: 30px;
}
.reviews__slider {
  margin-bottom: 35px;
}
.reviews__nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
}
.reviews__nav .swiper-pagination-bullet {
  width: 11px;
  height: 11px;
  background-color: #2DCAF6;
  opacity: 1;
  -webkit-transition: 0.1s scale linear;
  transition: 0.1s scale linear;
  -webkit-box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.438);
          box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.438);
}
.reviews__nav .swiper-pagination-bullet:not(.swiper-pagination-bullet-active):hover {
  scale: 1.3;
}
.reviews__nav .swiper-pagination-bullet.swiper-pagination-bullet-active {
  width: 18px;
  height: 18px;
}

.review {
  background-color: #F9F3F3;
  border-radius: 8px;
}
.review__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 5px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 7px;
  padding: 20px 18px 0 20px;
}
.review__stars {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 2px;
}
.review__stars img {
  width: 12px;
  height: 12px;
}
.review__mark {
  font-size: 10px;
  font-weight: 600;
}
.review__text {
  font-size: 12px;
  color: #1E1E1E;
  padding: 0 18px 10px 18px;
  position: relative;
}
.review__text .arc {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 50px;
  height: 50px;
  background-color: #002049;
}
.review__text .arc::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 50px;
  height: 50px;
  background-color: #F9F3F3;
  border-radius: 0 0 30px 0;
}
.review__text .text {
  position: relative;
}
.review__bottom {
  background-color: #002049;
  border-radius: 35px 0px 7px 7px;
}
.review__bwrapper {
  padding: 30px 35px 30px 35px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  gap: 15px;
}
.review__img {
  width: 50px;
  height: 50px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  border-radius: 50%;
}
.review__name {
  margin-bottom: 10px;
  font-weight: 700;
  font-size: 14px;
  color: white;
}

html, body {
  overflow-x: hidden;
}

.footer {
  background-color: #002049;
  padding: 45px 0 15px 0;
}
@media (max-width: 1100px) {
  .footer {
    padding: 20px 0;
  }
}
.footer__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 40px;
}
@media (max-width: 1100px) {
  .footer__body {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    text-align: center;
    gap: 40px;
  }
}
.footer__col {
  width: 30%;
}
@media (max-width: 1100px) {
  .footer__col {
    width: 100%;
  }
}
@media (max-width: 1100px) {
  .footer__col:nth-child(1) {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}
@media (max-width: 1100px) {
  .footer__col:nth-child(3) {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
}
.footer__col:nth-child(2) {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}
@media (max-width: 1100px) {
  .footer__col:nth-child(2) {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}
.footer__col:nth-child(2)::before {
  content: "";
  position: absolute;
  top: 0;
  left: -45px;
  height: 100%;
  width: 1px;
  background-color: white;
}
@media (max-width: 1100px) {
  .footer__col:nth-child(2)::before {
    display: none;
  }
}
.footer__col:nth-child(2)::after {
  content: "";
  position: absolute;
  top: 0;
  right: -45px;
  height: 100%;
  width: 1px;
  background-color: white;
}
@media (max-width: 1100px) {
  .footer__col:nth-child(2)::after {
    display: none;
  }
}
.footer__logo {
  margin-bottom: 20px;
}
.footer__text {
  font-size: 14px;
  color: white;
  font-family: "Poppins";
  text-align: center;
  margin-bottom: 60px;
}
@media (max-width: 1100px) {
  .footer__text {
    margin-bottom: 0px;
  }
}
.footer__ever {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.footer__ever a {
  color: #87CEEB;
  font-size: 13px;
}
@media (max-width: 768px) {
  .footer__ever a {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}
@media (max-width: 768px) {
  .footer__ever img {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}
@media (max-width: 1100px) {
  .footer__ever {
    display: none;
  }
}
@media (max-width: 768px) {
  .footer__ever {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.services__title {
  font-size: 16px;
  font-weight: 700;
  color: white;
  text-transform: uppercase;
  margin-bottom: 10px;
}
.services__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 7px;
}
.services__items a {
  font-size: 14px;
  font-family: "Poppins";
  color: white;
}

.fcontacts__title {
  font-size: 16px;
  color: white;
  text-transform: uppercase;
  margin-bottom: 10px;
  font-weight: 700;
}
.fcontacts__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10px;
  margin-bottom: 20px;
}
@media (max-width: 1100px) {
  .fcontacts__items {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.fcontacts .footer__ever {
  display: none;
}
@media (max-width: 1100px) {
  .fcontacts .footer__ever {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
}

.fcontacts .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
}
.fcontacts .item img {
  width: 21px;
}
.fcontacts .item a {
  text-decoration: none;
  font-size: 16px;
  font-family: "Poppins";
  color: white;
}

.form {
  margin-bottom: 34px;
  border-radius: 0 0 50px 50px;
  -webkit-box-shadow: 5px 20px 20px #D1D7DB;
          box-shadow: 5px 20px 20px #D1D7DB;
  position: relative;
}
.form .container {
  position: relative;
  z-index: 1;
}
.form::after {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  width: 30%;
  background-color: #3069B2;
  border-radius: 0 50px 50px 0;
}
@media (max-width: 1024px) {
  .form::after {
    display: none;
  }
}
.form__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 90px;
  padding: 33px 0;
}
@media (max-width: 1024px) {
  .form__body {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 30px;
    padding: 0;
  }
}
.form__left {
  width: 40%;
  padding: 70px 0 60px 0;
}
@media (max-width: 1024px) {
  .form__left {
    width: 100%;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    padding: 0;
  }
}
.form__right {
  width: 60%;
}
@media (max-width: 1024px) {
  .form__right {
    width: 100%;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    height: 500px;
  }
}
.form__right img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.form__title {
  font-size: 46px;
  font-weight: 600;
  margin-bottom: 38px;
}
.form__title span {
  color: #2DCAF6;
}
@media (max-width: 1024px) {
  .form__title {
    font-size: 40px;
  }
}
.form .input {
  margin-bottom: 5px;
}
.form .input input {
  width: 100%;
  border-bottom: 1px solid #737B7D;
  font-size: 16px;
  padding: 12px 16px;
}
.form .input input::-webkit-input-placeholder {
  color: #737B7D;
}
.form .input input::-moz-placeholder {
  color: #737B7D;
}
.form .input input:-ms-input-placeholder {
  color: #737B7D;
}
.form .input input::-ms-input-placeholder {
  color: #737B7D;
}
.form .input input::placeholder {
  color: #737B7D;
}
.form .input-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
}
.form .file {
  margin: 20px 0 30px 0;
}
.form .file__upload {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 10px;
  padding: 40px 0;
  border: 1px dashed #737B7D;
  cursor: pointer;
  font-size: 14px;
  color: #8E8E8E;
}
.form .file__text {
  font-size: 13px;
  color: #8E8E8E;
  margin-top: 7px;
}
.form .file input {
  display: none;
}
.form .checkbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.form .checkbox label {
  font-size: 14px;
  color: #383C3E;
}
.form button {
  margin-top: 20px;
  width: 100%;
  padding: 16px 0;
  font-size: 14px;
  color: white;
  font-weight: 700;
  text-transform: uppercase;
  background-color: #3069B2;
  border-radius: 10px;
  cursor: pointer;
  -webkit-transition: 0.3s all linear;
  transition: 0.3s all linear;
}
.form button:hover {
  scale: 1.05;
}
.form form.loading button {
  pointer-events: none;
}

.w-70 {
  width: 70%;
}

.w-30 {
  width: 30%;
}

.just-validate-error-label {
  margin-top: 5px;
}

.loading {
  position: relative;
}

.loading::before {
  content: "";
  position: absolute;
  z-index: 100000;
  top: 0;
  left: 0;
  background: -webkit-gradient(linear, left top, right bottom, color-stop(40%, #eeeeee), color-stop(50%, #dddddd), color-stop(60%, #eeeeee));
  background: linear-gradient(to bottom right, #eeeeee 40%, #dddddd 50%, #eeeeee 60%);
  background-size: 200% 200%;
  background-repeat: no-repeat;
  -webkit-animation: placeholderShimmer 2s infinite linear;
  animation: placeholderShimmer 2s infinite linear;
  height: 100%;
  width: 100%;
  opacity: 0.6;
}

@-webkit-keyframes placeholderShimmer {
  0% {
    background-position: 100% 100%;
  }
  100% {
    background-position: 0 0;
  }
}
@keyframes placeholderShimmer {
  0% {
    background-position: 100% 100%;
  }
  100% {
    background-position: 0 0;
  }
}

.core__left {
	position: relative;
}
.core__left img {
	position: absolute;
}
.smart__left {
	position: relative;
}
.smart__left img {
	position: absolute;
}
.form__right {
	position: relative;
}
.form__right img {
	position: absolute;
}