@import url("https://fonts.googleapis.com/css?family=PT+Sans:400,400i,700&display=swap");
@import url("https://fonts.googleapis.com/css?family=Open+Sans:700%7CRaleway:400,500%7CRoboto:400,900&display=swap");
@font-face {
  font-family: ProximaNova;
  src: url(https://d25purrcgqtc5w.cloudfront.net/dist/fonts/proximanova/302D42_1_0.eot);
  src: url(https://d25purrcgqtc5w.cloudfront.net/dist/fonts/proximanova/302D42_1_0.eot?#iefix) format("embedded-opentype"), url(https://d25purrcgqtc5w.cloudfront.net/dist/fonts/proximanova/302D42_1_0.woff2) format("woff2"), url(https://d25purrcgqtc5w.cloudfront.net/dist/fonts/proximanova/302D42_1_0.woff) format("woff"), url(https://d25purrcgqtc5w.cloudfront.net/dist/fonts/proximanova/302D42_1_0.ttf) format("truetype"), url(https://d25purrcgqtc5w.cloudfront.net/dist/fonts/proximanova/302D42_1_0.svg#wf) format("svg");
  font-weight: 300;
  font-style: normal; }

@font-face {
  font-family: ProximaNova;
  src: url(https://d25purrcgqtc5w.cloudfront.net/dist/fonts/proximanova/302D42_4_0.eot);
  src: url(https://d25purrcgqtc5w.cloudfront.net/dist/fonts/proximanova/302D42_4_0.eot?#iefix) format("embedded-opentype"), url(https://d25purrcgqtc5w.cloudfront.net/dist/fonts/proximanova/302D42_4_0.woff2) format("woff2"), url(https://d25purrcgqtc5w.cloudfront.net/dist/fonts/proximanova/302D42_4_0.woff) format("woff"), url(https://d25purrcgqtc5w.cloudfront.net/dist/fonts/proximanova/302D42_4_0.ttf) format("truetype"), url(https://d25purrcgqtc5w.cloudfront.net/dist/fonts/proximanova/302D42_4_0.svg#wf) format("svg");
  font-weight: 400;
  font-style: normal; }

@font-face {
  font-family: ProximaNova;
  src: url(https://d25purrcgqtc5w.cloudfront.net/dist/fonts/proximanova/302D42_5_0.eot);
  src: url(https://d25purrcgqtc5w.cloudfront.net/dist/fonts/proximanova/302D42_5_0.eot?#iefix) format("embedded-opentype"), url(https://d25purrcgqtc5w.cloudfront.net/dist/fonts/proximanova/302D42_5_0.woff2) format("woff2"), url(https://d25purrcgqtc5w.cloudfront.net/dist/fonts/proximanova/302D42_5_0.woff) format("woff"), url(https://d25purrcgqtc5w.cloudfront.net/dist/fonts/proximanova/302D42_5_0.ttf) format("truetype"), url(https://d25purrcgqtc5w.cloudfront.net/dist/fonts/proximanova/302D42_5_0.svg#wf) format("svg");
  font-weight: 700;
  font-style: normal; }

* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

html {
  height: 100%;
  font-size: 10px;
  font-family: ProximaNova;
  scroll-behavior: smooth; }

body {
  min-height: 100%;
  position: relative;
  margin: 0;
  padding: 0;
  color: #fff; }

header {
  padding-top: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-flex: 2;
  -ms-flex-positive: 2;
  flex-grow: 2;
  flex-grow: 0;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 3; }

.container {
  margin: 0 auto;
  max-width: 1120px;
  width: 96%; }

.headroom {
  will-change: transform;
  -webkit-transition: -webkit-transform 200ms linear;
  transition: -webkit-transform 200ms linear;
  -o-transition: -o-transform 200ms linear;
  transition: transform 200ms linear;
  transition: transform 200ms linear, -webkit-transform 200ms linear, -o-transform 200ms linear; }

.headroom--pinned {
  -webkit-transform: translateY(0%);
  -ms-transform: translateY(0%);
  -o-transform: translateY(0%);
  transform: translateY(0%); }

.headroom--unpinned {
  -webkit-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  -o-transform: translateY(-100%);
  transform: translateY(-100%); }

.headroom--top {
  background-color: transparent; }

.headroom--unpinned {
  display: none; }

.logo {
  display: block;
  margin: 0 20px; }

.logo:hover {
  opacity: .5;
  -webkit-transition: all .4s ease-in;
  -o-transition: all .4s ease-in;
  transition: all .4s ease-in; }

.menu {
  text-align: right; }
  .menu__icon {
    display: none;
    width: 45px;
    height: 35px;
    position: relative;
    cursor: pointer; }
  .menu__icon span {
    display: block;
    position: absolute;
    height: 9px;
    width: 100%;
    background: #fff;
    border-radius: 9px;
    opacity: 1;
    right: 50%;
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .25s ease-in-out;
    -o-transition: .25s ease-in-out;
    transition: .25s ease-in-out;
    z-index: 3; }
    .menu__icon span__icon span:nth-child(1) {
      top: 0px; }
  .menu__links {
    display: inline-block; }
    .menu__links--item {
      display: inline-block;
      color: #fff;
      font-family: Arial;
      font-size: 14px;
      line-height: 30px;
      padding: 0 10px;
      text-transform: uppercase;
      text-decoration: none;
      cursor: pointer; }

.menu__icon:hover span {
  background-color: #4144f3; }

.menu__icon span:nth-child(2), .menu__icon span:nth-child(3) {
  top: 13px; }

.menu__icon span:nth-child(4) {
  top: 26px; }

.menu__icon span:hover {
  color: #4144f3; }

.menu__links--item:hover {
  border: 1px solid #fff;
  -webkit-box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
  box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22); }

@media screen and (min-width: 999px) {
  .menu__links--item:hover {
    padding: 0 9px; } }

.menu.menu_state_open .menu__icon span:nth-child(1) {
  top: 18px;
  width: 0%;
  left: 50%; }

.menu.menu_state_open .menu__icon span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg); }

.menu.menu_state_open .menu__icon span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg); }

.menu.menu_state_open .menu__icon span:nth-child(4) {
  top: 18px;
  width: 0%;
  left: 50%; }

.menu.menu_state_open .menu__links {
  display: block; }

@media screen and (max-width: 999px) {
  .menu__icon {
    display: inline-block; }
  .menu__links {
    position: fixed;
    display: none;
    top: 0;
    right: 0;
    left: 0;
    background-color: #9f9acf;
    opacity: .9;
    z-index: 2;
    overflow: auto; }
    .menu__links--item {
      display: block;
      padding: 20px 0;
      text-align: center;
      color: #fff; } }

.home {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
  height: 100vh;
  background-color: #9f9acf;
  background-size: cover;
  background-position: center; }

.introduction {
  text-align: center;
  padding: 20px; }
  .introduction__title {
    font-size: 7.2rem;
    margin: 30px;
    text-transform: uppercase; }
    @media screen and (max-width: 768px) {
      .introduction__title {
        font-size: 4.8rem; } }
  .introduction__subtitle {
    font-family: "PT Sans", sans-serif;
    font-style: italic;
    font-size: 3rem;
    margin: 0;
    max-height: 8rem;
    overflow: hidden;
    opacity: .8; }
    @media screen and (max-width: 768px) {
      .introduction__subtitle {
        font-size: 2rem; } }

.about {
  background-color: #ebebeb;
  color: #000; }

.block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 120px 0; }
  @media screen and (max-width: 896px) {
    .block {
      -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;
      padding: 30px; } }
  .block__text {
    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;
    max-width: 640px;
    overflow: hidden;
    font-size: 2rem;
    color: #665f60;
    margin: 80px 0;
    padding: 0 20px; }
    @media screen and (max-width: 896px) {
      .block__text {
        margin: 20px 0;
        text-align: center; } }
    .block__text--par {
      margin-bottom: 50px; }
      @media screen and (max-width: 896px) {
        .block__text--par {
          margin: 0; } }
  .block__link {
    text-decoration: none;
    display: inline-block;
    overflow: hidden;
    position: relative; }
    .block__link--logo {
      position: absolute;
      top: 20%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
      -o-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%); }
    .block__link--info {
      color: #665f60;
      font-size: 2.4rem;
      font-weight: bold;
      text-transform: uppercase;
      text-align: center;
      position: absolute;
      margin: 0;
      top: 40%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
      -o-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%); }
    .block__link--text {
      position: absolute;
      top: 57%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
      -o-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
      font-family: "PT Sans", sans-serif;
      font-style: italic;
      font-size: 1.7rem; }
  .block__link:hover {
    opacity: .7; }

.block-cards {
  color: #665f60;
  text-align: center;
  display: grid;
  grid-template-columns: 33.3% 33.3% 33.3%; }
  @media screen and (max-width: 896px) {
    .block-cards {
      grid-template-columns: 50% 50%; } }
  @media screen and (max-width: 576px) {
    .block-cards {
      grid-template-columns: 100%; } }
  .block-cards__link {
    color: #665f60; }

.btn {
  width: 190px;
  height: 50px;
  border: 1px solid #665f60;
  background-color: transparent;
  cursor: pointer;
  color: #665f60;
  font-size: 2rem;
  margin: 20px 0;
  font-family: "PT Sans", sans-serif;
  font-style: italic; }
  .btn:hover {
    opacity: 0.5; }

.card {
  padding: 20px;
  width: 100%;
  max-width: 380px;
  height: 402px;
  color: #665f60; }

.block__img1 {
  background-color: #dbdbdb; }
  .block__img1--back {
    background-color: #fff; }

.block__img2 {
  background-color: #ebebeb; }

.block__img4 {
  background-color: #ebebeb; }

.block__img5 {
  background-color: #dbdbdb; }

.block__img3 {
  background-color: #c1bfd9; }
  .block__img3--text {
    padding: 20px;
    color: #fff;
    width: 100%; }
  .block__img3--title {
    font-size: 3.6rem;
    font-weight: bold;
    color: #fff;
    position: absolute;
    margin: 0;
    top: 35%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%); }

.ung {
  width: 100%;
  height: 797px; }

.bh:hover {
  color: #4144f3; }

@media screen and (max-width: 896px) {
  .block__img3 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1; }
  .row-1 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2; }
  .row-2 {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
    display: grid;
    grid-template-columns: 100% 100%; } }

@media screen and (max-width: 576px) {
  .block__img4 {
    background-color: #dbdbdb; }
  .block__img5 {
    background-color: #ebebeb; }
  .row-2 {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
    display: grid;
    grid-template-columns: 100%; } }

.flip-container {
  -webkit-perspective: 1500;
  perspective: 1500; }

.flip-container:hover .flipper, .flip-container.hover .flipper {
  -webkit-transform: rotateY(180deg);
  transform: rotateY(180deg); }

.flip-container, .front, .back {
  width: 100%;
  height: 402px; }

.flipper {
  -webkit-transition: 0.6s;
  -o-transition: 0.6s;
  transition: 0.6s;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  position: relative; }

.front, .back {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  position: absolute;
  top: 0;
  left: 0; }

.front {
  z-index: 2; }

.back {
  -webkit-transform: rotateY(180deg);
  transform: rotateY(180deg);
  background-color: #c1bed9; }

.troll {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 100%; }

.back-text {
  max-width: 402px; }

.works {
  padding: 50px 0;
  background-size: cover;
  background-position: center;
  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; }
  .works__title {
    color: #fff; }

.slide__img {
  width: 100%; }

.work-btn {
  border: 1px solid #fff;
  background-color: transparent;
  cursor: pointer;
  color: #fff;
  font-size: 2rem;
  margin: 20px 0;
  font-family: "PT Sans", sans-serif;
  font-style: italic; }

.slider-block {
  width: 100%;
  max-width: 730px;
  padding-bottom: 50px;
  margin: 20px auto;
  position: relative; }
  @media screen and (max-width: 948px) {
    .slider-block {
      width: 90%; } }

.slick-dots {
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  transform: rotate(-90deg);
  position: absolute;
  left: 45%;
  bottom: -23%; }
  @media screen and (max-width: 648px) {
    .slick-dots {
      padding: 10px;
      margin: 0 auto; } }

.prev {
  position: absolute;
  top: 40%;
  left: -30%;
  z-index: 2;
  cursor: pointer; }
  .prev:hover {
    -webkit-transform: scale(1.5);
    -ms-transform: scale(1.5);
    -o-transform: scale(1.5);
    transform: scale(1.5); }
  @media screen and (max-width: 1198px) {
    .prev {
      left: -13%;
      top: 35%; } }
  @media screen and (max-width: 948px) {
    .prev {
      left: -3%;
      top: 35%; } }

.next {
  position: absolute;
  top: 40%;
  right: -30%;
  z-index: 2;
  cursor: pointer; }
  .next:hover {
    -webkit-transform: scale(1.5);
    -ms-transform: scale(1.5);
    -o-transform: scale(1.5);
    transform: scale(1.5); }
  @media screen and (max-width: 1198px) {
    .next {
      right: -13%;
      top: 35%; } }
  @media screen and (max-width: 948px) {
    .next {
      right: -3%;
      top: 35%; } }

.team {
  background-color: #ebebeb;
  padding-top: 50px;
  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;
  -ms-flex-pack: distribute;
  justify-content: space-around; }
  .team__title {
    color: #665f60; }

.titles {
  font-size: 3.6rem;
  font-weight: bold;
  padding: 0 20px;
  margin: 20px 0; }

.blog {
  width: 340px;
  height: 345px;
  margin: 160px 15px 50px 15px;
  -webkit-transition: all .4s ease-in;
  -o-transition: all .4s ease-in;
  transition: all .4s ease-in; }
  .blog:hover, .blog:focus, .blog:active {
    -webkit-transform: scale(0.95);
    -ms-transform: scale(0.95);
    -o-transform: scale(0.95);
    transform: scale(0.95);
    -webkit-box-shadow: 13px 15px 10px 0 rgba(0, 0, 0, 0.3);
    box-shadow: 13px 15px 10px 0 rgba(0, 0, 0, 0.3); }
  .blog__link {
    text-decoration: none; }
  .blog__info {
    background-color: #fff;
    min-height: 285px;
    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;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    position: relative; }
    .blog__info--img {
      position: absolute;
      bottom: 50%; }
    .blog__info--name {
      color: #9f9acf;
      font-size: 2.4rem;
      font-weight: bold;
      text-transform: uppercase;
      padding: 20px; }
    .blog__info--prof {
      font-family: "PT Sans", sans-serif;
      font-style: italic;
      font-size: 2.4rem;
      color: #665f60;
      margin-bottom: 40px;
      text-align: center;
      padding: 0 10px;
      overflow: hidden;
      max-height: 7rem; }
  .blog__socials {
    background-color: #9f9acf;
    margin: 0;
    padding: 0;
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }
    .blog__socials--item {
      font-size: 20px;
      margin: 15px 10px;
      text-align: center; }
    .blog__socials--link {
      width: 32px;
      height: 32px;
      display: inline-block;
      color: #9f9acf;
      background-color: #ebebeb;
      border-radius: 50%;
      line-height: 32px;
      -webkit-transition: all .4s ease-in;
      -o-transition: all .4s ease-in;
      transition: all .4s ease-in; }
      .blog__socials--link:hover, .blog__socials--link:focus, .blog__socials--link:active {
        -webkit-transform: scale(1.3);
        -ms-transform: scale(1.3);
        -o-transform: scale(1.3);
        transform: scale(1.3); }

.slider-block2 {
  width: 100%;
  max-width: 1130px;
  margin: 20px;
  position: relative; }
  .slider-block2 .slick-dots {
    display: none; }
  @media screen and (max-width: 1264px) {
    .slider-block2 {
      width: 80%; } }

.prev2 {
  position: absolute;
  top: 40%;
  left: -5%;
  z-index: 2;
  cursor: pointer; }
  .prev2:hover {
    -webkit-transform: scale(1.5);
    -ms-transform: scale(1.5);
    -o-transform: scale(1.5);
    transform: scale(1.5); }

.next2 {
  position: absolute;
  top: 40%;
  right: -5%;
  z-index: 2;
  cursor: pointer; }
  .next2:hover {
    -webkit-transform: scale(1.5);
    -ms-transform: scale(1.5);
    -o-transform: scale(1.5);
    transform: scale(1.5); }

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px; }
  @media screen and (max-width: 1264px) {
    .slick-slide {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center; } }

.slick-initialized .slick-slide {
  display: block; }
  @media screen and (max-width: 1264px) {
    .slick-initialized .slick-slide {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center; } }

.map {
  background-color: #9f9acf;
  height: 100%;
  width: 100%;
  position: relative; }
  .map__google {
    opacity: .7; }
  .map__title {
    position: absolute;
    top: 10%;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    -o-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    z-index: 5;
    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; }
    .map__title--words {
      white-space: nowrap; }

.form {
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  z-index: 1;
  width: 100%;
  max-width: 865px;
  padding: 10px;
  height: auto;
  color: white;
  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; }
  .form__input {
    display: inline-block;
    width: 100%;
    border: none;
    border-radius: 3px;
    padding: 15px;
    font-size: 1.6rem;
    font-family: "PT Sans", sans-serif;
    font-style: italic;
    opacity: .6; }
  .form__btn {
    width: 295px;
    height: 70px;
    background-color: #9f9acf;
    font-size: 2rem;
    font-weight: bold;
    text-transform: uppercase;
    color: #fff;
    padding: 0 10px;
    margin: 50px 0;
    border: none;
    border-radius: 3px;
    border-bottom: 3px solid #8783b0;
    -webkit-transition: all .4s ease-in;
    -o-transition: all .4s ease-in;
    transition: all .4s ease-in; }
    .form__btn:hover, .form__btn:focus, .form__btn:active {
      color: #9f9acf;
      background-color: #fff;
      border: 3px solid #8783b0;
      cursor: pointer; }

.form__input + .form__input {
  margin-left: 32px; }

.row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  margin-top: 20px;
  width: 100%; }

.firstHeading {
  color: red; }

.up {
  width: 85px;
  height: 85px;
  background-color: #9f9acf;
  opacity: .6;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: absolute;
  bottom: 50px;
  right: 130px;
  z-index: 9;
  -webkit-transition: all .4s ease-in;
  -o-transition: all .4s ease-in;
  transition: all .4s ease-in; }
  .up:hover, .up:focus, .up:active {
    opacity: 1;
    border-radius: 50%;
    cursor: pointer; }
  @media screen and (max-width: 765px) {
    .up {
      right: 0;
      bottom: 0;
      width: 50px;
      height: 50px; } }

.touch {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-transition: all .4s ease-in;
  -o-transition: all .4s ease-in;
  transition: all .4s ease-in; }
  .touch:hover .touch__text, .touch:focus .touch__text, .touch:active .touch__text {
    display: table;
    -webkit-transition: all 2s ease-in;
    -o-transition: all 2s ease-in;
    transition: all 2s ease-in; }
  .touch__img {
    width: 90px;
    height: 90px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background-color: #9f9acf; }
  .touch__text {
    font-size: 1.8rem;
    font-family: "PT Sans", sans-serif;
    color: #665f60;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    max-width: 260px;
    padding: 11px 45px;
    background-color: #fff;
    opacity: 0.6;
    text-align: center;
    display: none;
    max-height: 90px;
    white-space: nowrap; }

.house {
  position: absolute;
  right: 0;
  top: 25%; }

.mobile {
  position: absolute;
  right: 0;
  top: 35%; }

.footer {
  height: 180px;
  background-color: #9f9acf;
  display: grid;
  grid-template-columns: 50% 50%;
  text-align: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }
  @media screen and (max-width: 624px) {
    .footer {
      grid-template-columns: 100%; } }
  .footer__rights {
    display: inline-block; }
    .footer__rights span {
      font-size: 1.8rem;
      font-family: "PT Sans", sans-serif; }
  .footer__socials {
    display: inline-block; }

.author {
  text-decoration: none;
  color: inherit; }
  .author:hover {
    color: #4144f3; }
