@import url("reset.min.css");
@font-face {
  font-family: "Tilda";
  src: url("../fonts/TildaSans-VF.ttf");
  font-display: swap;
}
body {
  font-family: "Tilda";
}

img {
  display: block;
  width: 100%;
}

b {
  font-weight: 700;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  line-height: 1.2;
}

p,
ul li,
ol li {
  line-height: 1.5;
}

form label {
  display: block;
  position: relative;
  width: 100%;
}
form label.invalid .error {
  display: block;
}
form input {
  width: 100%;
  padding: 20px 24px;
  border-radius: 10px;
  border: none;
}
form .error {
  display: none;
  color: #f40;
  white-space: nowrap;
  font-size: 14px;
}
form .consent {
  display: block;
  color: #6c6f7c;
  font-size: 14px;
}

.btn {
  padding: 20px;
  background: #3e53d8;
  border: none;
  border-radius: 8px;
  text-transform: uppercase;
  color: #fff;
  cursor: pointer;
  transition: 0.3s;
}
.btn:hover {
  background: #26977c;
}

.slider__btns {
  display: flex;
  align-items: center;
  gap: 24px;
}
.slider__btns-btn {
  width: 50px;
  height: 50px;
  background: center/contain no-repeat url("../img/slider-arrow.svg");
  cursor: pointer;
  border-radius: 50%;
  border: none;
}
.slider__btns-btn.next-btn {
  rotate: 180deg;
}

.wrapper {
  position: relative;
  overflow: hidden;
  background: linear-gradient(#f9f9f9, #f4f4f4);
}

.container {
  padding: 0 16px;
  max-width: 1232px;
  margin: 0 auto;
}

.title {
  font-size: 50px;
  font-weight: 600;
  letter-spacing: -1px;
  text-transform: uppercase;
}

.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  padding: 16px 0;
  z-index: 100;
  transition: 0.3s;
}
.header.scroll {
  background: #fff;
  box-shadow: -15px -10px 76px rgba(98, 109, 128, 0.14);
}
.header__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
}
.header__logo {
  width: 60px;
}
.header__nav-close, .header__nav-logo, .header__nav-btn {
  display: none;
}
.header__nav-list {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 24px;
}
.header__nav-list li button {
  font-weight: 300;
  color: #6c6f7c;
  cursor: pointer;
  background: transparent;
  border: none;
  font-size: 20px;
}
.header__btn {
  display: none;
}

.hero {
  background: center/cover no-repeat url("../img/hero/bg.jpg");
  position: relative;
  padding-top: 92px;
}
.hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(255, 255, 255, 0.95);
}
.hero__inner {
  position: relative;
  z-index: 5;
  padding: 96px 0;
}
.hero__box {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 40px;
  margin-bottom: 40px;
}
.hero__title {
  font-size: 55px;
  max-width: 600px;
  width: 100%;
}
.hero__img {
  max-width: 350px;
  border-radius: 8px;
}
.hero__form {
  border-radius: 12px 0 12px 12px;
  background: center/cover no-repeat url("../img/hero/form-bg.jpg");
  padding: 24px 24px 8px;
}
.hero__form-box {
  border: none;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 12px;
}
.hero__form-item {
  flex: 1;
}
.hero__form-btn {
  flex: 1.2;
}
.hero__form-consent {
  display: block;
  text-align: right;
  margin-top: 4px;
}

.about__inner {
  padding-bottom: 96px;
}
.about__title {
  margin-bottom: 40px;
}
.about__box {
  display: flex;
  justify-content: space-between;
  gap: 24px;
}
.about__item {
  flex: 1.5;
  box-shadow: 0px 0px 34px 0px rgba(184, 184, 184, 0.1);
  background: #fff;
  border-radius: 12px;
  padding: 24px;
  display: flex;
  gap: 12px;
  align-items: flex-end;
  justify-content: space-between;
}
.about__item:nth-child(1) {
  flex: 2.2;
}
.about__item:nth-child(2) .about__item-icon {
  width: 50px;
}
.about__item-text {
  font-size: 20px;
}
.about__item-icon {
  width: 35px;
}
.about__item-box {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
}
.about__item-img {
  flex: 1;
  padding: 0;
  overflow: hidden;
}
.about__item-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.about__item-num {
  font-size: 60px;
  color: #3e53d8;
  white-space: nowrap;
  font-weight: 700;
  line-height: 1;
}

.reviews__inner {
  padding-bottom: 96px;
}
.reviews__top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  margin-bottom: 40px;
}
.reviews__box {
  padding-left: 16px;
}
.reviews__item {
  max-width: 420px;
  width: 100%;
  padding: 24px;
  border-radius: 16px;
  position: relative !important;
  margin-right: 24px;
}
.reviews__item::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  height: calc(100% - 100px);
  width: 100%;
  border-radius: inherit;
  background: #fff;
  z-index: -1;
}
.reviews__item-img {
  border-radius: 16px;
  margin-bottom: 24px;
}
.reviews__item-name {
  font-size: 25px;
  font-weight: 700;
  text-transform: uppercase;
}
.reviews__item-broker {
  font-size: 20px;
  color: #3b3c3e;
}
.reviews__item-box {
  display: flex;
  gap: 12px;
  margin: 24px 0;
}
.reviews__item-card {
  box-shadow: 0px 0px 15px 0px rgba(209, 217, 228, 0.3);
  padding: 12px;
  border-radius: 12px;
}
.reviews__item-card:nth-child(1) {
  background: #3e53d8;
  color: #fff;
  flex: 1.5;
}
.reviews__item-card:nth-child(2) {
  flex: 2;
}
.reviews__item-card:nth-child(3) {
  flex: 1.5;
}
.reviews__item-card .text {
  font-size: 18px;
  line-height: 1;
  margin-bottom: 8px;
}
.reviews__item-card .icon {
  width: 30px;
  margin-bottom: 8px;
}
.reviews__item-card .num {
  font-size: 18px;
  font-weight: 600;
}

.cases {
  margin-bottom: 96px;
}
.cases__top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  margin-bottom: 40px;
}
.cases__box {
  padding-left: 16px;
}
.cases__item {
  background: #fff;
  padding: 40px 34px;
  position: relative;
  border-radius: 16px;
  max-width: 480px;
  margin-right: 24px;
}
.cases__item-icon {
  position: absolute;
  top: 16px;
  right: 16px;
  width: 50px;
}
.cases__item-title {
  font-size: 35px;
  font-weight: 700;
  margin-bottom: 24px;
  line-height: 1.1;
}
.cases__item-text {
  font-size: 17px;
  color: #3b3c3e;
}

.process__inner {
  padding-bottom: 96px;
}
.process__title {
  margin-bottom: 40px;
}
.process__box {
  display: flex;
  justify-content: space-between;
  gap: 24px;
}
.process__item {
  flex: 1;
  background: #fff;
  border-radius: 16px;
  padding: 24px;
}
.process__item:last-child {
  background: #2132a1;
  color: #fff;
}
.process__item:last-child .process__item-text {
  color: #fff;
}
.process__item-box {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 16px;
}
.process__item-icon {
  width: 90px;
}
.process__item-num {
  font-size: 18px;
  color: #afafaf;
  line-height: 1;
}
.process__item-title {
  font-size: 22px;
  line-height: 1.2;
  font-weight: 700;
  margin-bottom: 16px;
  text-transform: uppercase;
}
.process__item-text {
  font-size: 18px;
  color: #6c6f7c;
}

.official {
  margin-bottom: 96px;
}
.official__inner {
  border-radius: 16px;
  padding: 64px 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 64px;
  background: #fff;
}
.official__info {
  max-width: 500px;
  width: 100%;
}
.official__title {
  margin-bottom: 24px;
  font-weight: 600;
}
.official__title b {
  color: #3e53d8;
}
.official__item {
  display: flex;
  align-items: center;
  gap: 12px;
  max-width: 470px;
  margin-bottom: 24px;
}
.official__item:last-child {
  margin: 0;
}
.official__item-icon {
  width: 50px;
}
.official__item-text {
  font-size: 20px;
  color: #6c6f7c;
}
.official__img {
  max-width: 400px;
  border-radius: 12px;
}

.advantages__inner {
  padding-bottom: 96px;
}
.advantages__title {
  margin-bottom: 40px;
}
.advantages__title b {
  color: #3e53d8;
}
.advantages__board {
  padding: 64px;
  border-radius: 16px;
  background: #fff;
}
.advantages__table {
  border-collapse: collapse;
}
.advantages__table tr {
  border-bottom: 1px solid #eee;
}
.advantages__table tr td {
  padding: 24px;
  width: 33.33%;
  font-size: 19px;
  border-right: 1px solid #eee;
}
.advantages__table tr td img {
  width: 24px;
  margin: auto;
}
.advantages__table tr td:nth-child(1) {
  padding-left: 0;
}
.advantages__table tr td:last-child {
  border-right: none;
}
.advantages__table tr:nth-child(1) td {
  font-size: 20px;
  font-weight: 600;
  text-align: center;
  border-right: none;
}
.advantages__table tr:last-child {
  border: none;
}

.contact__inner {
  display: flex;
  justify-content: space-between;
  gap: 40px;
  padding-bottom: 96px;
}
.contact__title {
  margin-bottom: 24px;
}
.contact__box {
  flex: 1;
}
.contact__video {
  width: 100%;
  height: 220px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  border-radius: 24px;
}
.contact__form {
  flex: 1;
  background: #fff;
  padding: 34px;
  border-radius: 12px;
  box-shadow: 0px 0px 34px 0px rgba(184, 184, 184, 0.1);
}
.contact__form label {
  margin-bottom: 24px;
}
.contact__form input {
  background: rgb(244, 244, 244);
}
.contact__form button {
  width: 100%;
  margin-bottom: 4px;
}
.contact__form .consent {
  text-align: center;
}
.wrppolicy {
  display: flex;
}
.terms {
  margin-left: 10px;
}
@media screen and ( max-width: 500px ) {
  .wrppolicy {
  display: flex;
  flex-direction: column;
}
.terms {
  margin-left: 0px;
  margin-top: 20px;
}
}
.footer {
  background: #fff;
}
.footer__inner {
  padding: 24px 0;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 40px;
}
.footer__logo {
  width: 60px;
}

.info {
  padding-top: 132px;
  padding-bottom: 40px;
}
.info__title {
  margin-bottom: 40px;
  font-size: 50px;
}
.info__content h2 {
  font-size: 30px;
  margin-top: 20px;
}
.info__content p {
  margin-top: 16px;
}
.info__content ul,
.info__content ol {
  list-style: none;
  margin-top: 12px;
}
.info__content li {
  margin-top: 4px;
}

@media (max-width: 1023px) {
  .header__btn {
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    background: transparent;
    border: none;
    padding: 0;
    cursor: pointer;
  }
  .header__btn:hover {
    background: transparent;
  }
  .header__btn span {
    display: block;
    width: 30px;
    height: 4px;
    background: #3e53d8;
    position: relative;
  }
  .header__btn span::before, .header__btn span::after {
    content: "";
    position: absolute;
    width: 40px;
    right: 0;
    top: -12px;
    height: 4px;
    background: #3e53d8;
  }
  .header__btn span::after {
    top: auto;
    bottom: -12px;
  }
  .header__nav {
    position: fixed;
    top: 0;
    right: -100%;
    height: 100%;
    width: 100%;
    background: #fff;
    padding: 24px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 40px;
    justify-content: center;
    transition: 0.3s;
  }
  .header__nav.active {
    right: 0;
  }
  .header__nav-close {
    display: block;
    position: absolute;
    top: 30px;
    right: 20px;
    width: 35px;
    cursor: pointer;
  }
  .header__nav-logo {
    display: block;
    width: 50px;
    margin: 0;
  }
  .header__nav-list {
    flex-direction: column;
  }
  .header__nav-list li button {
    font-weight: 500;
    color: #222;
  }
  .header__nav-btn {
    display: block;
    padding: 20px 40px;
  }
  .hero__inner {
    padding: 56px 0;
  }
  .hero__box {
    flex-direction: column-reverse;
  }
  .hero__title {
    text-align: center;
  }
  .hero__img {
    max-width: 250px;
  }
  .hero__form-box {
    flex-direction: column;
  }
  .hero__form-btn {
    width: 100%;
    margin: 0 auto;
  }
  .about__inner {
    padding-bottom: 64px;
  }
  .about__box {
    flex-wrap: wrap;
    max-width: 600px;
    margin: 0 auto;
  }
  .about__item {
    width: calc(50% - 12px);
    max-height: 150px;
  }
  .about__item-img {
    width: 150px;
    height: 150px;
    flex: unset;
  }
  .reviews__inner {
    padding-bottom: 64px;
  }
  .cases {
    margin-bottom: 64px;
  }
  .process__inner {
    padding-bottom: 64px;
  }
  .process__box {
    flex-wrap: wrap;
  }
  .process__item {
    flex: unset;
    max-width: calc(50% - 12px);
  }
  .official {
    margin-bottom: 64px;
  }
  .official__inner {
    flex-direction: column;
  }
  .advantages__inner {
    padding-bottom: 64px;
  }
  .advantages__title b {
    display: block;
  }
  .advantages__board-wrap {
    overflow: auto;
    position: relative;
  }
  .advantages__table {
    min-width: 800px;
  }
  .contact__inner {
    flex-direction: column;
    padding-bottom: 64px;
  }
  .contact__video {
    width: 175px;
    height: 175px;
  }
  .contact__box {
    display: flex;
  }
  .footer__inner {
    justify-content: center;
  }
}
@media (max-width: 767px) {
  .title {
    font-size: 36px;
  }
  .hero__inner {
    padding: 40px 0;
  }
  .hero__img {
    max-width: 200px;
  }
  .about__item {
    gap: 40px;
  }
  .about__item:nth-child(1n) {
    max-width: 100%;
    width: 100%;
    flex: unset;
  }
  .about__item-img {
    display: none;
  }
  .about__item-text {
    flex: 1;
    font-size: 18px;
  }
  .about__item-box {
    flex: 1;
  }
  .reviews__top {
    flex-direction: column;
    align-items: flex-start;
  }
  .reviews__item {
    padding: 24px 12px;
  }
  .reviews__item-card {
    flex: 1;
  }
  .reviews__item-card .text, .reviews__item-card .num {
    font-size: 16px;
  }
  .reviews__item-card .icon {
    width: 20px;
  }
  .cases__top {
    flex-direction: column;
    align-items: flex-start;
  }
  .cases__slider .slick-track {
    display: flex !important;
  }
  .cases__item {
    height: inherit;
  }
  .cases__item-icon {
    width: 35px;
  }
  .cases__item-title {
    font-size: 24px;
  }
  .process__box {
    flex-direction: column;
  }
  .process__item {
    max-width: 100%;
  }
  .official__inner {
    padding: 34px 24px;
  }
  .official__title {
    font-size: 30px;
    text-align: center;
  }
  .official__item {
    align-items: flex-start;
  }
  .official__item-icon {
    width: 30px;
  }
  .official__item-text {
    font-size: 18px;
  }
  .advantages__board {
    padding: 0;
    background: transparent;
  }
  .advantages__table {
    min-width: 550px;
  }
  .contact__box {
    flex-direction: column;
  }
  .contact__video {
    width: 100%;
  }
}/*# sourceMappingURL=style.css.map */