@font-face {
  font-family: 'Circe';
  src: url('/fonts/Circe-Regular.eot');
  src: url('/fonts/Circe-Regular.eot?#iefix') format('embedded-opentype'),
    url('/fonts/Circe-Regular.woff2') format('woff2'), url('/fonts/Circe-Regular.woff') format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

/**
    common
    **************/

.title-gray {
  font-weight: 350;
  font-size: 32px;
  line-height: 1.46875;
  color: #8f9da5;
  margin: 0 0 35px;
}
.two-columns {
  display: flex;
  justify-content: space-between;
}
.two-columns__left {
  width: 566px;
  flex-shrink: 0;
  margin-right: 130px;
}

.title b,
.title-small b {
  font-weight: 700;
}

.title {
  font-weight: 400;
  font-size: 50px;
  line-height: 1.2;
  margin: 0 0 45px;
  word-wrap: normal;
}
.title-small {
  display: block;
  font-weight: 400;
  font-size: 32px;
  line-height: 1.25;
  flex-shrink: 0;
  margin: 0 0 45px;
}
.subtitle {
  font-size: 24px;
  line-height: 1.67;

  text-align: center;

  color: #8f9da5;
  margin: 0 0 50px;
}
.text {
  font-weight: 400;
  font-size: 24px;
  line-height: 1.666666667;
  color: #8f9da5;
}
.block {
  overflow: hidden;
  padding: 0 0 220px;
}
.row {
  display: flex;
  margin: 0 -15px 30px;
}

/**
    fixed
    **************/
.header-fixed {
  padding-top: 170px;
}

/**
    footer
    **************/
.footer {
  text-align: center;
  padding: 50px 50px 30px;
  background: linear-gradient(90deg, rgba(120, 135, 165, 0.09) 0%, rgba(120, 135, 165, 0.04) 100%);
}
.footer__logo {
  margin-bottom: 60px;
}
.footer .mobile-links {
  margin: 0 auto 50px;
  justify-content: center;
}
.copyright {
  font-size: 14px;
  line-height: 2.14;
  color: #a9b3b8;
}

@media screen and (max-width: 1469px) {
  .two-columns__left {
    width: 50%;
    margin-right: 20px;
  }
  .title-gray {
    font-size: 27px;
  }
  .title {
    font-size: 40px;
  }
}

@media screen and (max-width: 991px) {
  body.menu-active {
    overflow: hidden;
  }
  .subtitle {
    font-size: 20px;
    margin: 0 0 40px;
  }
  .two-columns {
    display: block;
  }
  .block {
    padding: 0 0 120px;
  }
  .two-columns__left {
    width: auto;
    margin: 0 0 50px;
  }
  .row {
    display: block;
    margin: 0 -15px 15px;
    padding: 0;
  }
  .title-gray {
    font-size: 28px;
  }
  .title {
    font-size: 32px;
    margin: 0 0 40px;
  }
  .text {
    font-size: 18px;
  }

  .footer {
    padding: 50px 15px 30px;
  }
}
