/* main-add */

.main-add {
  padding: 205px 0 106px;
  background-image: url("./images/add/main-add-bg.png");
  background-position: center;
  background-size: cover;
}

.main-add {
  position: relative;
}

.main-add:before {
  content: "";
  position: absolute;
  z-index: -1;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: #e5f9ff;
  background: linear-gradient(
    168deg,
    rgba(229, 249, 255, 1) 0%,
    rgba(227, 244, 247, 0.61) 52%,
    rgba(227, 240, 247, 1) 100%
  );
}

.main-add__title {
  font-size: 50px;
  font-weight: 400;
  line-height: 130%;
  color: #143861;
  max-width: 811px;
}

.main-add__name {
  display: inline-block;
  padding: 8px 20px;
  background-color: #01a2bb;
  border-radius: 24px 3px;
  font-size: 24px;
  line-height: 140%;
  font-weight: 600;
  color: #fff;
  margin-bottom: 50px;
}

@media (min-width: 768px) and (max-width: 1199px) {
  .main-add__name {
    font-size: 20px;
    margin-left: 20px;
  }

  .main-add__title {
    max-width: 580px;
    font-size: 38px;
    margin-left: 20px;
  }
}

@media (max-width: 767px) {
  .main-add__name {
    font-size: 20px;
    margin-left: 20px;
  }

  .main-add__title {
    font-size: 38px;
    margin-left: 20px;
  }
}

/**/

.hero {
  padding: 73px 0;
}

.hero__wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
}

.hero__info {
  flex: 0 0 50%;
}

.hero__img {
  flex: 0 0 50%;
  display: flex;
  justify-content: end;
}

.hero__title {
  font-size: 28px;
  line-height: 140%;
  font-weight: 600;
  color: #000;
  margin-bottom: 28px;
}

.hero__text {
  font-size: 20px;
  line-height: 160%;
  color: #000;
}

@media (min-width: 768px) and (max-width: 1199px) {
  .hero {
    padding: 40px 0;
  }

  .hero__wrapper {
    flex-direction: column-reverse;
  }

  .hero__info {
    padding: 0 25px;
  }

  .hero__img {
    justify-content: center;
    margin-bottom: 30px;
  }
}

@media (max-width: 767px) {
  .hero {
    padding: 30px 25px 40px;
  }

  .hero__wrapper {
    flex-direction: column-reverse;
  }

  .hero__img img {
    width: 100%;
    margin-bottom: 25px;
  }

  .hero__title {
    font-size: 22px;
  }

  .hero__text {
    font-size: 17px;
  }
}

/**/

.hero-2 {
  padding: 73px 0;
  background-image: url("./images/add/hero-2-bg.png");
  background-size: cover;
  background-position: center;
}

.hero-2__wrapper {
  display: flex;
  justify-content: center;
}

.hero-2__info {
  flex: 0 0 50%;
}

.hero-2__img {
  flex: 0 0 50%;
  display: flex;
  justify-content: start;
}

.hero-2__title {
  font-size: 28px;
  line-height: 140%;
  font-weight: 600;
  color: #26decb;
  margin-bottom: 28px;
}

.hero-2__text {
  font-size: 20px;
  line-height: 160%;
  color: #fff;
}

.hero-2__text span {
  color: #b1d9ff;
  font-weight: 600;
}

@media (min-width: 768px) and (max-width: 1199px) {
  .hero-2 {
    padding: 40px 0;
  }

  .hero-2__wrapper {
    flex-direction: column;
  }

  .hero-2__info {
    padding: 0 25px;
  }

  .hero-2__img {
    justify-content: center;
    margin-bottom: 30px;
  }
}

@media (max-width: 767px) {
  .hero-2 {
    padding: 30px 25px 40px;
  }

  .hero-2__wrapper {
    flex-direction: column;
  }

  .hero-2__img img {
    width: 100%;
    margin-bottom: 25px;
  }

  .hero-2__title {
    font-size: 22px;
  }

  .hero-2__text {
    font-size: 17px;
  }
}

/**/

.here {
  padding: 82px 0 110px;
}

.here__wrapper {
  display: flex;
  flex-wrap: wrap;
}

.here__title {
  font-family: "Poppins";
  color: #143861;
  font-weight: 600;
  margin-bottom: 78px;
}

.here__item {
  display: flex;
  align-items: center;
  flex: 0 0 50%;
  margin-bottom: 54px;
}

.here__item-2 .here__text {
  flex: 0 0 80%;
}

.here__item-extra {
  display: block !important;
}

.here__img {
  flex: 0 0 110px;
  margin-right: 30px;
  height: 110px;
  background-size: cover;
  background-position: center;
}

.here__text {
  flex: 0 0 60%;
  font-size: 18px;
  line-height: 160%;
  color: #000;
}

.here__text span {
  font-weight: 600;
}

.here__extra {
  padding: 20px 40px;
  background-color: #f0fdfd;
  border: 1px solid #a8dfdf;
  border-radius: 42px;
  font-size: 26px;
  line-height: 140%;
  font-weight: 600;
  color: #1e979c;
  text-align: center;
}

@media (min-width: 768px) and (max-width: 1199px) {
  .here {
    padding: 80px 0;
  }

  .here__title {
    margin-bottom: 25px;
  }

  .here__wrapper {
    padding: 0 25px;
  }

  .here__item {
    flex: 0 0 100%;
    margin-bottom: 30px;
  }

  .here__item-extra {
    display: flex !important;
    justify-content: center;
    margin-bottom: 0;
  }

  .here__extra {
    width: 400px;
    padding: 15px 25px;
    font-size: 20px;
  }
}

@media (max-width: 767px) {
  .here {
    padding: 40px 25px 55px;
  }

  .here__title {
    font-size: 30px;
    margin-bottom: 10px;
  }

  .here__item {
    flex-direction: column;
    flex: 0 0 100%;
  }

  .here__img {
    width: 110px;
    margin-right: 0;
    margin-bottom: 12px;
  }

  .here__text {
    text-align: center;
  }

  .here__item-extra {
    margin-bottom: 0;
  }

  .here__extra {
    padding: 12px 20px;
    font-size: 18px;
  }
}

/**/

.our-mission {
  padding: 80px 0 108px;
  background-color: #e3f0f7;
  background-image: url("./images/waves.png");
  background-size: cover;
}

.our-mission__title {
  margin-bottom: 48px;
  color: #143861;
}

.our-mission__title span {
  font-weight: 600;
}

.our-mission__wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}

.our-mission__item {
  padding: 37.5px 32px 27.5px;
  flex: 1 1 calc(50% - 10px);
  background-color: #fff;
  border-radius: 12px;
}

.our-mission__item:first-child {
  margin-right: 10px;
}

.our-mission__item:last-child {
  margin-left: 10px;
}

.our-mission__item p {
  margin-top: 0;
  font-size: 20px;
  line-height: 160%;
  color: #000;
}

.our-mission__item span {
  color: #0099b0;
  font-weight: 600;
}

@media (min-width: 768px) and (max-width: 1199px) {
  .our-mission {
    padding: 40px 0 60px;
  }

  .our-mission__wrapper {
    flex-direction: column;
  }

  .our-mission__item {
    width: 500px;
  }

  .our-mission__item:first-child {
    margin-right: 0;
    margin-bottom: 20px;
  }

  .our-mission__item:last-child {
    margin-left: 0;
  }
}

@media (max-width: 767px) {
  .our-mission {
    padding: 40px 25px 50px;
  }

  .our-mission__title {
    font-size: 30px;
    margin-bottom: 21px;
  }

  .our-mission__wrapper {
    flex-direction: column;
  }

  .our-mission__item {
    padding: 22px 32px;
  }

  .our-mission__item:first-child {
    margin-right: 0;
    margin-bottom: 26px;
  }

  .our-mission__item:last-child {
    margin-left: 0px;
  }

  .our-mission__item p:last-child {
    margin-bottom: 0;
  }

  .our-mission__item p {
    font-size: 16px;
  }
}

/**/

.different {
  position: relative;
  padding: 90px 0 58px;
  overflow: hidden;
}

.different:before {
  content: "";
  position: absolute;
  z-index: -1;
  width: 800px;
  height: 800px;
  top: 0;
  left: 0;
  transform: translateX(-70%);
  background-image: url("./images/add/how_bg.png");
  background-repeat: no-repeat;
  background-size: cover;
}

.different:after {
  content: "";
  position: absolute;
  z-index: -1;
  width: 800px;
  height: 800px;
  top: 0;
  right: 0;
  transform: translateX(70%);
  background-image: url("./images/add/how_bg-2.png");
  background-repeat: no-repeat;
  background-size: cover;
}

.different__title {
  font-size: 50px;
  font-weight: 600;
  text-align: center;
  margin-bottom: 75px;
  color: #143861;
}

.different__wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 32px;
}

.different__item {
  padding: 40px;
  background: #fff;
  background: linear-gradient(
    181deg,
    rgba(255, 255, 255, 1) 0%,
    rgba(243, 249, 251, 1) 100%
  );
  border: 1px solid #cfe6ed;
  border-radius: 8px;
}

.different__img {
  width: 64px;
  height: 64px;
  margin-bottom: 32px;
  background-size: cover;
  background-position: center;
}

.different__text {
  font-size: 18px;
  line-height: 140%;
  color: #2f2828;
  font-weight: 500;
}

.different__text span {
  font-weight: 700;
  color: #284e79;
}

@media (min-width: 768px) and (max-width: 1199px) {
  .different__wrapper {
    grid-template-columns: 1fr 1fr;
    padding: 0 25px;
  }
}

@media (max-width: 767px) {
  .different {
    padding: 40px 25px 70px;
  }

  .different__title {
    font-size: 32px;
    margin-bottom: 32px;
  }

  .different__wrapper {
    grid-template-columns: 1fr;
  }

  .different__item {
    padding: 30px;
  }

  .different__img {
    margin-bottom: 16px;
  }

  body .different:before {
    width: 1447px;
    height: 1447px;
    background-image: url("./images/add/different-mob-bg-min.png");
  }

  .different:after {
    display: none;
  }
}

/**/

.no-results-main {
  position: relative;
  padding: 210px 0 125px;
  overflow: hidden;
}

.no-results-main::before {
  content: "";
  width: 783px;
  height: 783px;
  position: absolute;
  right: -20%;
  top: 150px;
  background-image: url("./images/no-results-main-bg.png");
  background-size: cover;
  background-position: center;
  z-index: -1;
}

.no-results__title {
  max-width: 640px;
  font-size: 40px;
  line-height: 130%;
  font-weight: 500;
  margin-bottom: 15px;
}

.no-results__subtitle {
  max-width: 750px;
  font-size: 22px;
  line-height: 36px;
  color: #4f5355;
}

.no-results__subtitle span {
  font-weight: 600;
}

.standard__wrapper {
  padding: 32px;
  border-radius: 10px;
  background-color: #ebedf9;
}

.standard__title {
  margin-bottom: 24px;
  font-size: 28px;
  line-height: 130%;
  font-weight: 500s;
}

.standard__item-wrapper {
  display: flex;
}

.standard__item {
  flex: 0 0 calc(100% / 3 - 24px);
  margin-right: 24px;
  background-color: #fff;
  border-radius: 8px;
  padding: 24px;
}

.standard__item:last-child {
  margin-right: 0;
}

.standard__item-img {
  height: 200px;
  width: 100%;
  background-size: cover;
  background-position: center;
  margin-bottom: 24px;
  border-radius: 6px;
}

.standard__item-title {
  font-size: 20px;
  line-height: 24px;
  font-weight: 500;
  margin-bottom: 8px;
  color: #1b2428;
}

.standard__item-price {
  color: #1c5c6c;
  font-size: 20px;
  line-height: 24px;
  margin-bottom: 8px;
}

.standard__item-price span {
  color: #33a8c5;
  font-size: 36px;
  line-height: 52px;
  font-weight: 600;
}

.standard__item-tarif {
  font-size: 14px;
  line-height: 16px;
  font-family: 600;
  margin-bottom: 24px;
}

.standard__item-btn {
  width: 100%;
  background-color: transparent;
}

.standard__item-pros-ul {
  padding-left: 36px;
  margin-bottom: 24px;
}

.standard__item-pros-li {
  position: relative;
  list-style: none;
  padding-left: 10px;
  margin-bottom: 8px;
}

.standard__item-pros-li:last-child {
  margin-bottom: 0;
}

.standard__item-pros-li::before {
  content: "";
  width: 24px;
  height: 24px;
  position: absolute;
  top: 50%;
  left: -24px;
  transform: translateY(-50%);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='25' viewBox='0 0 24 25' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M3 12.9463L9.00043 18.9463L21 6.94629' stroke='%2333A8C5' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
}

.standard__item-logo {
  width: 100%;
  height: 50px;
  background-size: contain;
  background-position: 24px center;
  background-repeat: no-repeat;
}

/**/

/* main-add */

.page-not-found {
  position: relative;
  padding: 205px 0 242px;
  background-image: url("./images/add/main-add-bg.png");
  background-position: center;
  background-size: cover;
}

.page-not-found__wrapper {
  display: flex;
}

.page-not-found__info {
  flex: 0 0 50%;
}

.page-not-found__img {
  margin-top: 100px;
  content: '';
  height: 264px;
  width: 90%;
  background-image: url('./images/add/404-img.png');
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}

.page-not-found {
  position: relative;
}

.page-not-found:before {
  content: "";
  position: absolute;
  z-index: -1;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: #e5f9ff;
  background: linear-gradient(
    168deg,
    rgba(229, 249, 255, 1) 0%,
    rgba(227, 244, 247, 0.61) 52%,
    rgba(227, 240, 247, 1) 100%
  );
}

.page-not-found__title {
  font-size: 50px;
  font-weight: 400;
  line-height: 130%;
  color: #143861;
  max-width: 811px;
  margin-bottom: 11px;
}

.page-not-found__name {
  display: inline-block;
  padding: 8px 20px;
  background-color: #01a2bb;
  border-radius: 24px 3px;
  font-size: 24px;
  line-height: 140%;
  font-weight: 600;
  color: #fff;
  margin-bottom: 50px;
}

.page-not-found__text {
  max-width: 503px;
  font-weight: 500;
  font-size: 20px;
  line-height: 150%;
  color: #5f6f82;
  margin-bottom: 45px;
}

.page-not-found__btn {
  box-sizing: border-box;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 13px 32px;
  width: 229px;
  height: 48px;

  /* Main blue */
  border: 2px solid #4886c7;
  border-radius: 32px;

  font-style: normal;
  font-weight: 600;
  font-size: 17px;
  line-height: 130%;

  color: #4886c7;
  text-decoration: none;
}

@media (min-width: 768px) and (max-width: 1199px) {
  .page-not-found__name {
    font-size: 20px;
    margin-left: 20px;
  }

  .page-not-found__title {
    max-width: 580px;
    font-size: 38px;
    margin-left: 20px;
  }

  .page-not-found__text  {
    margin-left: 20px;
  }

  .page-not-found__btn {
    margin-left: 20px;
  }
}

@media (max-width: 767px) {

  .page-not-found {
    padding: 150px 0 50px;
  }

  .page-not-found__wrapper {
    flex-direction: column;
  }

  .page-not-found__img {
    width: 100%;
    margin-top: 0;
  }

  .page-not-found__info {
    margin-bottom: 40px;
  }

  .page-not-found__name {
    font-size: 20px;
    margin-left: 20px;
  }

  .page-not-found__title {
    font-size: 38px;
    margin-left: 20px;
  }

    .page-not-found__text  {
    margin-left: 20px;
  }

  .page-not-found__btn {
    margin-left: 20px;
  }
}

/**/

.news-main {
  position: relative;
  overflow: hidden;
  padding-top: 174px;
  padding-bottom: 75px;
}

.news-main::before {
  content: "";
  width: 819px;
  height: 100%;
  background-position: center;
  background-size: cover;
  background-image: url('./images/add/built-for-purpose/main-built/main-built-bg.png');
  top: 0;
  right: -315px;
  position: absolute;
  z-index: -1;
}

.news-main__title {
  font-size: 44px;
  font-weight: 500;
  line-height: 130%;
  color: #0d1c2b;
  margin-bottom: 5px;
  margin-top: 0;
}

.news-main__subtitle {
  font-size: 20px;
  font-weight: 500;
  line-height: 130%;
  color: #3269a4;
  margin-bottom: 21px;
  margin-top: 0;
}

.news-main__text {
  font-size: 16px;
  font-weight: 400;
  line-height: 146%;
  color: #193552;
  margin-bottom: 19px;
  max-width: 680px;
}

.news-main__text-second {
  font-size: 16px;
  font-weight: 500;
  line-height: 146%;
  color: #193552;
  margin-bottom: 51px;
  max-width: 680px;
}

.news-main__wrapper {
  display: flex;
  justify-content: space-between;
  max-width: 695px;
  margin-bottom: 83px;
}

.news-main__item {
  box-sizing: border-box;
  padding: 20px 16px;
  flex: 0 0 calc(100% / 3 - 21px);
  background: linear-gradient(180deg, #ffffff 0%, #f3f9fb 100%);
  border: 1px solid rgba(207, 230, 237, 1);
  border-radius: 8px;
  box-shadow: 1px 4px 12px 0px rgba(24, 53, 105, 0.05);
}

.news-main__item:first-child {
  border-radius: 32px 8px 8px 8px;
}

.news-main__item:last-child {
  margin-right: 0;
  border-radius: 8px 8px 32px 8px;
}

.news-main__item-icon {
  width: 80px;
  height: 80px;
  margin: 0 auto 10px;
}

.news-main__item-title {
  font-weight: 600;
  font-size: 16px;
  line-height: 130%;
  text-align: center;
  color: rgba(39, 130, 153, 1);
  margin-bottom: 10px;
}

.news-main__item-text {
  font-weight: 400;
  font-size: 12px;
  line-height: 140%;
  text-align: center;
  color: rgba(25, 53, 82, 1);
}

@media (min-width: 768px) and (max-width: 1199px) {
  .news-main {
    padding: 144px 20px 0;
  }
}

@media (max-width: 767px) {
  .news-main {
    padding: 144px 20px 0;
  }

  .news-main::before {
    height: 100%;
    opacity: 0.2;
  }

  .news-main__wrapper {
    flex-direction: column;
    align-items: center;
    margin-bottom: 40px;
  }

  .news-main__item {
    width: 60%;
    margin-right: 0;
    margin-bottom: 20px;
  }
}

/**/

.what-expect {
  position: relative;
  padding: 100px 0;
  background-image: url('./images/add/waves-bg.png');
  background-size: cover;
  background-position: center;
}



.what-expect__wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.what-expect-info {
  flex: 0 0 60%;
}

.what-expect-img {
  width: 372px;
  height: 262px;
  background-image: url("./images/add/news/what-expect__img.png");
  background-size: contain;
  background-position: center;
  background-position: center;
  background-repeat: no-repeat;
}

.what-expect__title {
  font-weight: 500;
  font-style: Medium;
  font-size: 30px;
  line-height: 130%;
  color: rgba(20, 56, 97, 1);
  margin-bottom: 12px;
}

.what-expect__ul {
  padding-left: 0;
}

.what-expect__li {
  position: relative;
  list-style: none;
  padding-left: 32px;
  font-weight: 400;
  font-size: 16px;
  line-height: 120%;
  color: rgba(25, 53, 82, 1);
  margin-bottom: 18px;
}

.what-expect__li::before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  width: 22px;
  height: 22px;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M3 12L9.00043 18L21 6' stroke='%2333A8C5' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
}

.what-expect__li span {
  font-weight: bold;
}

@media (min-width: 768px) and (max-width: 1200px) {
  .what-expect {
    padding: 100px 20px;
  }
}

@media (max-width: 767px) {
  .what-expect {
    padding: 50px 20px;
  }

  .what-expect__wrapper {
    flex-direction: column;
  }
}

/**/

.updates {
  position: relative;
  padding: 100px 0;
  background-color: #0a9f90;
}

.updates::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0.4;
  background-image: url("./images/add/news/updates-bg.png");
  background-position: center;
  background-size: cover;
}

.updates__title {
  font-size: 34px;
  font-weight: 500;
  line-height: 130%;
  color: #fff;
  margin-bottom: 20px;
  text-align: center;
}

.updates__text {
  margin: 0 auto;
  max-width: 580px;
  font-family: "Plus Jakarta Sans";
  font-size: 16px;
  line-height: 146%;
  color: #d9f2ef;
  text-align: center;
}

.updates__text span {
  display: block;
  color: #fff;
  font-weight: 500;
}

@media (max-width: 767px) {
  .updates {
    padding: 50px 20px;
  }
}

/**/

.email {
  overflow: hidden;
  position: relative;
  padding: 100px 0;
  background-color: #fff;
}

/* .email::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 630px;
  height: 630px;
  background-image: url("./images/add/news/email-bg.png");
  background-position: center;
  background-size: cover;
  opacity: 0.6;
}
.email::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 630px;
  height: 630px;
  background-image: url("./images/add/news/email-bg.png");
  background-position: center;
  background-size: cover;
  opacity: 0.6;

  background: #ffffff;
  background: linear-gradient(
    90deg,
    rgba(255, 255, 255, 0.01) 0%,
    rgba(255, 255, 255, 1) 100%
  );
} */

.email::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 630px;
  height: 630px;
  background-image: url("./images/add/email-bg.png");
  background-position: center;
  background-size: cover;
  opacity: 0.6;
}


.email__wrapper {
  display: flex;
  flex-direction: row-reverse;
}

.email__left,
.email__right {
  flex: 0 0 50%;
}

.email__title {
  position: relative;
  z-index: 100;
  font-size: 34px;
  font-weight: 400;
  line-height: 130%;
  color: #193552;
  margin-bottom: 20px;
  text-align: left;
}

.email__text {
  position: relative;
  z-index: 100;
  margin: 0 auto 36px;
  max-width: 464px;
  font-family: "Plus Jakarta Sans";
  font-size: 16px;
  line-height: 146%;
  color: #193552;
  text-align: left;
}

.email-form__input {
  position: relative;
  z-index: 100;
  box-sizing: border-box;
  padding: 14px 18px;

  width: 297px;
  height: 48px;

  background: #ffffff;
  border: 1px solid #a3a3a3;
  border-radius: 40px;
  margin-right: 16px;
}

.email-form--btn {
  position: relative;
  z-index: 100;
  padding: 13px 36px;
  border-radius: 32px;
  background-color: #4886c7;
  font-size: 17px;
  line-height: 130%;
  border: none;
  outline: none;
  color: #fff;
}

@media (min-width: 768px) and (max-width: 1200px) {
    .email {
    padding: 50px 20px;
  }
}

@media (max-width: 767px) {
  .email {
    padding: 50px 20px;
  }

  .email__wrapper {
    justify-content: center;
  }

  .email__title {
    text-align: center;
    font-size: 28px;
  }

  .email__text {
    text-align: center;
    font-size: 15px;
  }

  .email-form__input {
    width: 100%;
    margin-bottom: 20px;
    margin-right: 0;
  }

  .email-form__wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
}

/**/

.advice-main {
  position: relative;
  overflow: hidden;
  padding-top: 174px;
  padding-bottom: 100px;
}

.advice-main-outer {
  max-width: 1160px;
  margin: 0 auto;
}

.advice-main .container {
  max-width: 896px;
  margin: 0;
}

.advice-main::before {
  content: "";
  width: 819px;
  height: 819px;
  background-position: center;
  background-size: cover;
  background-image: url("./images/add/built-for-purpose/main-built/main-built-bg.png");
  top: 0;
  right: -315px;
  position: absolute;
  z-index: -1;
}

.advice-main__title {
  font-size: 44px;
  font-weight: 500;
  line-height: 130%;
  color: #0d1c2b;
  margin-bottom: 5px;
  margin-top: 0;
}

.advice-main__subtitle {
  font-size: 20px;
  font-weight: 500;
  line-height: 130%;
  color: #3269a4;
  margin-bottom: 21px;
  margin-top: 0;
}

.advice-main__text {
  font-size: 16px;
  font-weight: 400;
  line-height: 146%;
  color: #193552;
  margin-bottom: 19px;
  max-width: 680px;
}

.advice-main__text-second {
  font-size: 16px;
  font-weight: 500;
  line-height: 146%;
  color: #193552;
  margin-bottom: 51px;
  max-width: 680px;
}

.advice-main__wrapper {
  display: flex;
  justify-content: space-between;
  max-width: 896px;
  margin-bottom: 83px;
}

.advice-main__item {
  box-sizing: border-box;
  padding: 20px 16px;
  flex: 0 0 calc(100% / 3 - 21px);
  background: linear-gradient(180deg, #ffffff 0%, #f3f9fb 100%);
  border: 1px solid rgba(207, 230, 237, 1);
  box-shadow: 1px 4px 12px 0px rgba(24, 53, 105, 0.05);
}

.advice-main__item:last-child {
  margin-right: 0;
}

.advice-main__item-icon {
  width: 64px;
  height: 64px;
  margin: 0 0 10px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

.advice-main__item-title {
  font-weight: 600;
  font-size: 16px;
  line-height: 130%;
  color: rgba(39, 130, 153, 1);
  margin-bottom: 10px;
}

.advice-main__item-text {
  font-weight: 400;
  font-size: 12px;
  line-height: 140%;
  color: rgba(25, 53, 82, 1);
}

.advice-blue__wrapper {
  max-width: 896px;
  position: relative;
  padding: 48px 0 0 58px ;
  border-radius: 8px;
  background-color: rgba(50, 101, 157, 1);
  margin-bottom: 40px;
}

.advice-blue__wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  background-image: url('./images/add/advice/advice-blue-bg.png');
  z-index: 0;
  border-radius: 8px;
}

.advice-blue__title {
  font-size: 30px;
  line-height: 130%;
  color: #fff;
  margin-bottom: 17px;
}

.advice-blue__text {
  max-width: 595px;
  font-size: 18px;
  line-height: 130%;
  color: #D0EDFC;
  margin-bottom: 27px;
}

.advice-blue__text span {
  color: #81F3F7;
  font-weight: 600;
}

.advice-green__wrapper {
  display: flex;
  align-items: center;
  padding: 16px 32px;
  border-radius: 32px 0 0 0;
  background-color: rgba(8, 181, 163, 0.83);
  position: relative;
  z-index: 2;
}

.advice-blue__title {
  position: relative;
  z-index: 2;
}
.advice-blue__text {
  position: relative;
  z-index: 2;
}

.advice-green__icon {
  width: 38px;
  height: 48px;
  margin-right: 24px;
  background-repeat: no-repeat;
  background-image: url("data:image/svg+xml,%3Csvg width='38' height='47' viewBox='0 0 38 47' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_3101_12089)'%3E%3Cpath d='M37.8397 7.09931V10.2164C32.7399 14.4049 18.1594 26.3794 15.2017 28.8084C11.9231 26.2782 0.981045 17.8344 0 17.0773V7.09931C0 7.09931 7.34388 4 18.92 4C30.4961 4 37.84 7.09931 37.84 7.09931H37.8397Z' fill='white'/%3E%3Cpath d='M15.2035 37.7302C15.5193 37.4037 30.7051 21.846 37.8398 14.5342V19.8333C37.8398 42.6523 18.9198 47 18.9198 47C18.9198 47 0.761095 42.8272 0.0230713 21.2018C4.45275 26.0255 14.6396 37.111 15.2035 37.7302Z' fill='%23B9F1DD'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_3101_12089'%3E%3Crect width='37.84' height='43' fill='white' transform='translate(0 4)'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A");
  background-size: contain;
  background-position: center;
}

.advice-green__text {
  font-size: 16px;
  line-height: 140%;
  color: #B9F1DD;
}

.advice-green__text span {
  color: #fff;
  font-weight: 500;
}

.advice-contact-wrapper {
  padding: 24px;
  background-color: rgba(209, 231, 235, 0.41);
  border-radius: 8px;
}


.advice-form {
  display: flex;
  flex-wrap: wrap;
  padding: 26px 32px;
  flex: 0 0 602px;
  background-color: rgba(255, 255, 255, 1);
  border-radius: 8px;
}

.contact-info {
  align-self: baseline;
  border-radius: 8px;
  padding: 24px;
  background-color: #fff;
}

.contact-info__item-first {
  font-family: "Plus Jakarta Sans";
  font-size: 16px;
  line-height: 146%;
  color: #193552;
  margin-bottom: 16px;
}

.contact-info__item-second {
  font-family: "Plus Jakarta Sans";
  font-size: 16px;
  font-weight: 600;
  line-height: 146%;
  color: #193552;
  margin-bottom: 16px;
}

.advice-form-control {
  display: flex;
  flex-direction: column;
  margin-bottom: 20px;
  width: 100%;
}

.advice-form-control.advice-form-control-2-col {
  flex-direction: row;
  justify-content: space-between;
}

.advice-form-50 {
  display: flex;
  flex-direction: column;
  width: calc(50% - 20px);
}

.advice-form-50:first-child {
margin-right: 10px;
}

.advice-form-50:last-child {
  margin-left: 10px;
}

.advice-form-control label {
  margin-bottom: 6px;
  font-weight: 600;
  font-size: 16px;
  line-height: 120%;
  color: #121313;
}

.advice-form-control input {
  padding: 0 20px;
  min-height: 48px;
  border-radius: 40px;
  border: 1px solid #a3a3a3;
}

.advice-form-control textarea {
  padding: 10px 20px;
  min-height: 140px;
  border-radius: 8px;
  border: 1px solid #a3a3a3;
}

.advice-form__btn-wrapper {
  width: 100%;
  display: flex;
  justify-content: center;
}

.advice-form__btn {
  width: 283px;
  height: 43px;
  border-radius: 32px;
  background-color: #4886c7;
  font-size: 17px;
  line-height: 130%;
  font-weight: 600;
  color: #fff;
  outline: none;
  border: none;
  margin-bottom: 15px;
}

.advice-form__under-btn-text {
  width: 100%;
  padding: 0 20px;
  text-align: center;
  font-size: 12px;
  color: #1e2020;
}

@media (min-width: 768px) and (max-width: 1199px) {
  .contact {
    padding: 150px 20px 50px;
  }

  .contact__wrapper {
    box-sizing: border-box;
    flex-direction: column;
    width: 100%;
    max-width: 100%;
  }

  .advice-form {
    flex: 0 0 100%;
    margin-right: 0;
    margin-bottom: 30px;
  }
}


@media (max-width: 767px) {
  .contact {
    padding: 150px 20px 50px;
  }

  .contact__title {
    font-size: 32px;
  }

  .contact__wrapper {
    box-sizing: border-box;
    flex-direction: column;
    width: 100%;
    max-width: 100%;
  }

  .advice-form {
    flex: 0 0 100%;
    margin-right: 0;
    margin-bottom: 30px;
  }

  .advice-green__wrapper {
    flex-direction: column;
  }

  .advice-green__icon {
    margin-right: 0;
    margin-bottom: 10px;
  }

  .advice-form-control.advice-form-control-2-col {
    flex-direction: column;
  }

  .advice-form-50 {
    width: 100%;
    margin-right: 0;
    margin-left: 0;
    margin-bottom: 20px;
  }

  .advice-form-50:last-child {
    margin-left: 0;
    margin-bottom: 0;
  }
}

@media (min-width: 768px) and (max-width: 1199px) {
  .advice-main {
    padding: 144px 20px 50px;
  }
}

@media (max-width: 767px) {
  .advice-main {
    padding: 144px 20px 50px;
  }

  .advice-main::before {
    height: 100%;
    opacity: 0.2;
  }

  .advice-main__wrapper {
    flex-direction: column;
    align-items: center;
    margin-bottom: 40px;
  }

  .advice-main__item {
    width: 60%;
    margin-right: 0;
    margin-bottom: 20px;
  }
}
