.button {
  font-size: 18px;
  padding: 15px 82px;
  background-color: var(--colorPrime);
  color: #fff;
}

.button:hover {
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  background-color: #fff;
  color: var(--colorPrime);
}

.body {
  font-family: "Montserrat";
  font-size: 16px;
  line-height: 1.5;
  background-color: #eff2f1;
}

.title {
  font-size: 34px;
  font-weight: 800;
}

.title-centered {
  margin: 0 auto;
  font-size: 48px;
  max-width: 900px;
}

.subtitle-centered {
  margin: 0 auto;
  max-width: 900px;
}

[class*="__conteiner"] {
  max-width: 1340px;
  margin: 0 auto;
  padding: 80px 15px;
}

:root {
  --colorSecond: #ff6200;
  --colorPrime: #03283c;
  --colorLink: #b0bdb7;
  --colorLow: #d6effd;
}

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

*,
*::after,
*::before {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

html,
body {
  height: 100%;
  min-width: 320px;
  line-height: 1;
}

a {
  color: inherit;
  text-decoration: none;
}

ul li {
  list-style: none;
}

img {
  vertical-align: top;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: inherit;
  font-size: inherit;
}

button {
  line-height: 1;
  font-weight: inherit;
  font-size: inherit;
  cursor: pointer;
  color: inherit;
  background-color: transparent;
}

.header {
  position: relative;
  z-index: 5;
}

.header__conteiner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 20px 15px;
}

.header__menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.header__button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 25px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.header__link {
  font-size: 18px;
  font-weight: 700;
}

.header__link:hover {
  -webkit-transition: all 0.5;
  transition: all 0.5;
  text-decoration: underline;
}

.menu__body {
  margin-right: 30px;
}

.menu__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 44px;
  max-width: 670px;
  font-weight: 600;
}

.menu__item {
  font-size: 18px;
}

.menu__link:hover {
  -webkit-transition: all 0.5;
  transition: all 0.5;
  text-decoration: underline;
}

.hero {
  position: relative;
  overflow: hidden;
}

.hero__conteiner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-bottom: 250px;
}

.hero__content {
  padding: 50px 40px 0 15px;
  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: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 10px;
}

.hero__subtitle {
  color: #08699e;
}

.hero__title {
  font-size: 48px;
  line-height: 130%;
  margin-bottom: 30px;
}

.hero__foto {
  position: absolute;
  top: -115px;
  right: 0;
  z-index: -1;
}

.title span {
  color: var(--colorSecond);
}

.market {
  background: #eff2f1;
}

.market__conteiner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.market__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.market__item {
  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;
  padding: 0 50px;
  position: relative;
}

.market__title {
  font-size: 36px;
}

.item__block {
  border-left: 2px solid var(--colorPrime);
}

.current__conteiner {
  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-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.current__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.current__cards {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 30px;
  padding: 30px 0;
}

.card {
  max-width: 300px;
  max-height: 380px;
  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-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border: 2px solid #e0e5e2;
}

.card__title {
  padding: 10px 30px;
  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;
}

.card__subtitle {
  font-size: 20px;
  font-weight: 500;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 9px;
}

.card__text {
  font-size: 16px;
  line-height: 1.5;
  font-weight: 400;
}

.card__footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}

.card__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  padding: 15px;
  background: #d6effd;
}

.card__link-subtext {
  right: 60px;
  z-index: 4;
  color: #eff2f1;
  position: absolute;
}

.card__link:hover {
  -webkit-transition: all 1s ease;
  transition: all 1s ease;
  width: 100%;
}

.card__link:hover .more {
  -webkit-transition: all 1s ease;
  transition: all 1s ease;
  color: #000;
}

.card__link:hover .arrow-row {
  -webkit-transition: all 1s ease;
  transition: all 1s ease;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.vision {
  background-color: var(--colorPrime);
}

.vision__conteiner {
  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-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.vision__title {
  color: #fff;
  font-weight: 800;
}

.vision__subtitle {
  color: #fff;
  font-weight: 300;
  font-size: 24px;
  text-align: center;
}

.who-we {
  position: relative;
}

.who-we__conteiner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.who-we__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
  padding: 280px 0 200px 0;
  max-width: 600px;
}

.who-we__title {
  font-size: 48px;
  font-weight: 700;
}

.who-we__image {
  top: -80px;
  right: 0;
  position: absolute;
  z-index: -1;
}

.what-we-do {
  background-color: var(--colorPrime);
}

.what-we-do__content {
  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-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 30px;
  color: #fff;
}

.what-we-do__title {
  font-weight: 700;
}

.what-we-do__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 40px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.item {
  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-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  max-width: 380px;
  width: 100%;
  background-color: #fff;
  color: #000;
  border-top: 6px solid var(--colorSecond);
}

.item__text {
  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;
  padding: 30px;
}

.item__title {
  font-size: 20px;
  font-weight: 600;
}

.item__subtitle {
  max-width: 300px;
}

.securities {
  position: relative;
  background-color: #fff;
}

.securities__conteiner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.securities__content {
  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: start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding-top: 90px;
}

.securities__title {
  font-size: 48px;
  font-weight: 700;
}

.securities__subtitle {
  max-width: 600px;
}

.securities__btn {
  font-weight: 600;
  background-color: var(--colorSecond);
  margin-bottom: 153px;
}

.securities__image {
  position: absolute;
  right: 0;
  top: 0;
}

.benefits {
  background-color: var(--colorPrime);
}

.benefits__content {
  color: #fff;
}

.benefits__title {
  font-size: 48px;
  font-weight: 700;
}

.benefits__subtitle {
  max-width: 600px;
}

.benefits__list {
  padding: 80px 0 0 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 40px;
}

.benefits__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 35px;
}

.ready__conteiner {
  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-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.ready__title {
  font-weight: 700;
  padding-bottom: 15px;
}

.ready__subtitle {
  font-weight: 300;
  padding-bottom: 50px;
}

.team__content {
  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-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 30px;
  border: 2px solid var(--colorSecond);
}

.team__title {
  font-weight: 700;
}

.team__subtitle {
  padding-bottom: 45px;
}

.team-swiper__foto {
  width: 180px;
  height: 180px;
  border-radius: 100%;
}

.team-swiper__title {
  font-size: 18;
  font-weight: 500;
}

.team-swiper__subtitle {
  font-weight: 400;
}

.team-swiper__text {
  font-size: 14px;
}

.team-swiper__slide {
  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-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  max-width: 300px;
  gap: 15px;
}

.swiper {
  width: 100%;
  height: 100%;
}

.swiper-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 60px;
  padding-bottom: 60px;
}

.swiper-pagination {
  width: 10px;
  height: 10px;
  color: var(--colorSecond);
}

.subscribe {
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url(../image/subs1.jpg);
  color: #fff;
}

.subscribe .subscribe__content {
  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;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 202px 0;
}

.subscribe .subscribe__title {
  font-size: 32px;
  font-weight: 600;
}

.subscribe .subscribe__subtitle {
  font-size: 16px;
}

.subscribe .subscribe__mail {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 16px;
}

.subscribe .subscribe__box {
  width: 450px;
  height: 52px;
  font-size: 22px;
}

.subscribe .subscribe__box::-webkit-input-placeholder {
  font-size: 22px;
  font-weight: 200;
  padding: 5px;
}

.subscribe .subscribe__box:-ms-input-placeholder {
  font-size: 22px;
  font-weight: 200;
  padding: 5px;
}

.subscribe .subscribe__box::-ms-input-placeholder {
  font-size: 22px;
  font-weight: 200;
  padding: 5px;
}

.subscribe .subscribe__box::placeholder {
  font-size: 22px;
  font-weight: 200;
  padding: 5px;
}

.subscribe .subscribe__btn {
  background-color: var(--colorSecond);
  padding: 15px 30px;
  font-weight: 700;
}

.subscribe .subscribe__btn:hover {
  -webkit-transform: scale(0.9);
          transform: scale(0.9);
  color: var(--colorPrime);
}

.subscribe .subscribe__text {
  text-align: center;
  max-width: 450px;
  font-size: 12px;
}

.footer {
  background-color: var(--colorPrime);
  color: #fff;
}

.footer__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 85px;
  padding-bottom: 35px;
}

.footer__company {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.footer__title {
  font-size: 16px;
  font-weight: 500;
  padding-bottom: 20px;
}

.footer__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 9px;
}

.footer__list-item.last {
  margin-top: 42px;
}

.footer__list-item:hover {
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
  text-decoration: underline;
}

.footer__link {
  color: #b0bdb7;
}

.footer__link:hover {
  color: #fff;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.footer__products {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.footer__contact {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.footer__socials {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border-top: 1px solid #d3dad7;
  padding: 35px 0;
}

.footer__img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
}

.footer__copy {
  font-size: 16px;
  font-weight: 600;
}

.footer__social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 34px;
}

.footer__linked {
  width: 24px;
  height: 24px;
}
/*# sourceMappingURL=style.css.map */
