body {
  color: #000;
  font-size: 16px;
  overflow-x: hidden;
  color: #475B6E;
  font-family: "Rubik";
  line-height: 1.4;
  font-weight: normal; }

img {
  max-width: 100%; }

button:focus {
  outline: none; }

.button {
  background: none;
  border: none;
  width: 190px;
  height: 56px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  font-weight: bold;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #ffffff; }
  .button.-blue {
    box-shadow: 0 8px 10px 0 rgba(0, 0, 0, 0.1), 0 2px 4px 0 rgba(71, 91, 110, 0.22);
    background-color: #475b6e; }

.title {
  letter-spacing: 2px;
  text-align: center;
  font-size: 64px;
  font-family: "AbrilFatface-Regular";
  margin: 70px 0; }

.header {
  height: 100vh;
  overflow: hidden;
  position: relative; }
  .header__left {
    padding: 48px; }
    .header__left_logo {
      font-family: "AbrilFatface-Regular";
      font-size: 24px;
      white-space: nowrap; }
      .header__left_logo img {
        margin-right: 8px;
        width: 48px; }
    .header__left_flex {
      display: flex;
      align-items: center;
      justify-content: space-between; }
    .header__left .menu {
      margin-left: 60px; }
    .header__left .navbar {
      padding: 0; }
    .header__left .nav-link {
      text-transform: uppercase;
      color: #475B6E !important;
      font-size: 16px;
      white-space: nowrap;
      font-weight: 500;
      padding: 5px 32px !important; }
    .header__left_content {
      max-width: 600px;
      width: 100%; }
      .header__left_content-flex {
        height: calc(100vh - 86px);
        display: flex;
        align-items: center;
        position: absolute;
        bottom: 0;
        left: 0;
        margin: 0 auto;
        right: 0;
        padding: 0; }
      .header__left_content-title {
        letter-spacing: 1.13px;
        font-size: 45px;
        font-family: "AbrilFatface-Regular";
        margin-bottom: 8px; }
      .header__left_content-subtitle {
        font-size: 30px;
        letter-spacing: 0.75px;
        font-family: "AbrilFatface-Regular";
        margin-bottom: 16px; }
      .header__left_content-text {
        line-height: 1.44;
        color: #868e9c;
        font-size: 18px;
        margin-bottom: 20px; }
  .header__right {
    padding: 0 0 0 40px; }
    .header__right img {
      width: 100%;
      height: 100vh;
      object-fit: cover;
      object-position: left; }

.services__item {
  position: relative;
  padding: 95px 0;
  margin-bottom: 120px; }
  .services__item:before {
    content: "";
    background: #eceded;
    height: 100%;
    width: 50%;
    display: block;
    position: absolute;
    background: #eceded;
    top: 0;
    left: 0; }
  .services__item_img img {
    box-shadow: 0 20px 40px 0 rgba(0, 0, 0, 0.1), 0 20px 20px 0 rgba(0, 0, 0, 0.15);
    border: solid 20px #ffffff;
    height: 450px;
    object-fit: cover; }
  .services__item_content-title {
    letter-spacing: 1px;
    color: #475b6e;
    font-family: "AbrilFatface-Regular";
    font-size: 36px;
    margin-bottom: 24px; }
  .services__item_content-text {
    font-size: 18px;
    font-weight: 300;
    color: #868e9c;
    margin-bottom: 24px; }
  .services__item_right:before {
    content: "";
    right: 0;
    left: auto; }

.faq {
  background: #eceded;
  padding-bottom: 70px; }
  .faq .title {
    margin: 0 0 70px 0;
    padding-top: 70px; }
  .faq__img {
    margin: 0 auto 70px;
    display: block;
    height: 418px;
    filter: drop-shadow(0 8px 10px #b7b5b5); }
  .faq .card {
    margin-bottom: 40px;
    border: solid 3px #475b6e;
    border-radius: 2px;
    box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.15);
    background-color: #eceded; }
    .faq .card-header {
      border: none;
      background: none;
      border-radius: 0;
      padding: 0; }
      .faq .card-header .btn {
        padding: 22px 24px;
        display: block;
        width: 100%;
        text-align: left;
        font-family: "AbrilFatface-Regular";
        font-size: 32px;
        line-height: 1.09;
        letter-spacing: 2px;
        color: #475b6e;
        border: none;
        background: none;
        position: relative; }
        .faq .card-header .btn .icon {
          position: absolute;
          top: 50%;
          transform: translateY(-50%) rotate(180deg);
          transition: 0.2s;
          right: 34px; }
      .faq .card-header .btn.collapsed .icon {
        transform: translateY(-50%) rotate(0deg);
        transition: 0.2s; }
    .faq .card-body {
      padding: 0 24px; }
      .faq .card-body .text {
        margin-bottom: 24px; }
        .faq .card-body .text span {
          font-family: "AbrilFatface-Regular";
          font-size: 26px;
          display: block; }
        .faq .card-body .text p {
          margin: 0;
          font-size: 22px;
          font-family: "AbrilFatface-Regular"; }
  .faq .btn.focus,
  .faq .btn:focus {
    box-shadow: none; }

.connect {
  background: #eceded;
  position: relative;
  min-height: 968px; }
  .connect .title {
    margin: 0 0 70px 0;
    padding-top: 70px; }
  .connect__map {
    position: absolute;
    left: 0;
    width: 45%;
    border-radius: 20px;
    box-shadow: 0 40px 40px 0 rgba(0, 0, 0, 0.3);
    overflow: hidden; }
  .connect__subtitle {
    margin: 50px 0 32px;
    font-family: "AbrilFatface-Regular";
    font-size: 32px;
    line-height: 1.09;
    letter-spacing: 2px;
    color: #626d7e; }
  .connect__item {
    display: flex;
    align-items: flex-start;
    margin-bottom: 50px; }
    .connect__item img {
      margin-right: 16px;
      border-radius: 50%; }
    .connect__item a,
    .connect__item span {
      opacity: 0.5;
      font-family: "AbrilFatface-Regular";
      font-size: 32px;
      line-height: 1.22;
      color: #626d7e;
      display: block; }
  .connect__social {
    display: flex;
    align-items: center; }
    .connect__social a {
      display: block;
      margin-right: 28px; }
      .connect__social a img {
        border-radius: 50%;
        filter: drop-shadow(0 2px 2px #a09f9f); }

.footer {
  background-color: #475b6e;
  color: #fff;
  padding: 60px 96px; }
  .footer__logo {
    font-family: "AbrilFatface-Regular";
    font-size: 24px;
    margin-bottom: 20px;
    white-space: nowrap; }
    .footer__logo img {
      margin-right: 8px;
      width: 48px; }
  .footer__item {
    text-align: center;
    margin-bottom: 20px; }
  .footer__menu ul {
    padding: 0;
    margin: 0;
    display: flex;
    justify-content: center; }
  .footer__menu li {
    list-style: none; }
  .footer__menu a {
    font-size: 14px;
    font-weight: 300;
    letter-spacing: 1px;
    color: #ffffff;
    text-transform: uppercase;
    padding: 5px;
    margin: 0 20px;
    white-space: nowrap; }
  .footer__copyright {
    text-align: center;
    font-size: 12px;
    font-weight: 300; }

.gallery {
  margin-bottom: 70px; }

.slide1 img {
  width: 100%;
  height: 640px;
  object-fit: contain; }
.slide1 video {
  width: 100%;
  height: 640px; }

.slick-prev:before, .slick-next:before {
  display: none !important; }

.slick-next {
  background-image: url("../img/next.svg") !important;
  background-size: 100%;
  background-position: right;
  width: 60px;
  height: 60px;
  right: 5%;
  z-index: 1;
  cursor: pointer; }

.slick-prev {
  background-image: url("../img/prev.svg") !important;
  background-size: 100%;
  background-position: left;
  width: 60px;
  height: 60px;
  left: 5%;
  z-index: 1;
  cursor: pointer; }

.slick-prev:hover, .slick-prev:focus {
  background-image: url("../img/prev.svg") !important;
  background-size: 100%;
  background-position: left; }

.slick-next:hover, .slick-next:focus {
  background-image: url("../img/next.svg") !important;
  background-size: 100%;
  background-position: right; }

.header_mb_img, .mb-block {
  display: none; }

.slick-slide:focus {
  outline: none; }

/*# sourceMappingURL=style.css.map */
