@keyframes slide-from-right {
  0% {
    opacity: 0;
    -webkit-transform: translateX(5rem);
    transform: translateX(5rem) translate3d(0, 0, 0) translateZ(0); }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0) translate3d(0, 0, 0) translateZ(0); } }

@keyframes fade-in {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@keyframes fade-out {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }

@keyframes fade-from-left {
  0% {
    opacity: 0;
    transform: translateX(-10rem); }
  100% {
    opacity: 1;
    transform: translateX(0); } }

@keyframes fade-to-left {
  0% {
    opacity: 1;
    transform: translateX(0rem); }
  100% {
    opacity: 0;
    transform: translateX(-10rem); } }

@keyframes fade-from-right {
  0% {
    opacity: 0;
    transform: translateX(10rem); }
  100% {
    opacity: 1;
    transform: translateX(0); } }

@keyframes fade-to-right {
  0% {
    opacity: 1;
    transform: translateX(0); }
  100% {
    opacity: 0;
    transform: translateX(10rem); } }

@keyframes fade-from-top {
  0% {
    opacity: 0;
    transform: translateY(-10rem); }
  100% {
    opacity: 1;
    transform: translateY(0); } }

@keyframes fade-to-top {
  0% {
    opacity: 1;
    transform: translateY(0); }
  100% {
    opacity: 0;
    transform: translateY(-10rem); } }

@keyframes fade-from-bottom {
  0% {
    opacity: 0;
    transform: translateY(10rem); }
  100% {
    opacity: 1;
    transform: translateY(0); } }

@keyframes fade-to-bottom {
  0% {
    opacity: 1;
    transform: translateY(0); }
  100% {
    opacity: 0;
    transform: translateY(10rem); } }

@keyframes height-grow {
  0% {
    height: 0; }
  100% {
    height: 100%; } }

/* ----------------------------------------------------------------
 * -------------------------------------------------
 * Animation classes ------------------
 * ---------------------
 * --------- */
.animation__fade-from-left {
  animation: fade-from-left 300ms 100ms ease both; }

.animation__fade-to-left {
  animation: fade-to-left 300ms 100ms ease both; }

.animation__fade-from-bottom {
  animation: fade-from-bottom 300ms 100ms ease both; }

.animation__fade-to-bottom {
  animation: fade-to-bottom 300ms 100ms ease both; }

.animation__fade-from-right {
  animation: fade-from-right 300ms 100ms ease both; }

.animation__fade-to-right {
  animation: fade-to-right 300ms 100ms ease both; }

.animation__fade-from-top {
  animation: fade-from-top 300ms 100ms ease both; }

.animation__fade-to-top {
  animation: fade-to-top 300ms 100ms ease both; }

.animation__fade-in {
  animation: fade-in 300ms 100ms ease both; }

.animation__fade-out {
  animation: fade-out 300ms 100ms ease both; }

*,
*::before,
*::after {
  padding: 0;
  margin: 0;
  -webkit-box-sizing: inherit;
  -moz-box-sizing: inherit;
  box-sizing: inherit; }

html {
  font-size: 62.5%;
  box-sizing: border-box; }
  @media only screen and (max-width: 37.5em) {
    html {
      font-size: 55%; } }

body {
  font-size: 1.6rem;
  font-family: "PT Sans", sans-serif;
  color: #323031;
  background-color: #ffffff;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='40' height='40' viewBox='0 0 40 40'%3E%3Cg fill-rule='evenodd'%3E%3Cg fill='%23e63946' fill-opacity='0.08'%3E%3Cpath d='M0 38.59l2.83-2.83 1.41 1.41L1.41 40H0v-1.41zM0 1.4l2.83 2.83 1.41-1.41L1.41 0H0v1.41zM38.59 40l-2.83-2.83 1.41-1.41L40 38.59V40h-1.41zM40 1.41l-2.83 2.83-1.41-1.41L38.59 0H40v1.41zM20 18.6l2.83-2.83 1.41 1.41L21.41 20l2.83 2.83-1.41 1.41L20 21.41l-2.83 2.83-1.41-1.41L18.59 20l-2.83-2.83 1.41-1.41L20 18.59z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E"); }

a:link,
a:visited {
  text-decoration: none;
  font-family: "Jura", sans-serif;
  font-weight: 600;
  color: #323031;
  position: relative;
  transition: all 150ms ease-in; }

ul,
li {
  list-style: none; }

.header {
  min-height: 100vh;
  position: relative;
  overflow: hidden; }

.hero {
  position: absolute;
  width: 100%;
  height: 100%;
  background-image: url("../../img/hero-v2.jpg");
  background-size: cover;
  -webkit-clip-path: polygon(0 0, 15% 0, 45% 35%, 100% 35%, 100% 100%, 0 100%);
  clip-path: polygon(0 0, 15% 0, 45% 35%, 100% 35%, 100% 100%, 0 100%);
  animation: fade-in 500ms 750ms ease-in forwards;
  opacity: 0;
  background-attachment: fixed; }
  @media only screen and (max-width: 37.5em) {
    .hero {
      background-image: url("../../img/hero-v2-mobile.jpg"); } }
  @media screen and (max-height: 700px) {
    .hero {
      -webkit-clip-path: polygon(0 0, 15% 0, 45% 60%, 100% 60%, 100% 100%, 0 100%);
      clip-path: polygon(0 0, 15% 0, 45% 60%, 100% 60%, 100% 100%, 0 100%); } }
  @media only screen and (max-width: 56.25em) {
    .hero {
      -webkit-clip-path: polygon(0% 50%, 15% 55%, 85% 55%, 100% 50%, 100% 100%, 0 100%);
      clip-path: polygon(0% 50%, 15% 55%, 85% 55%, 100% 50%, 100% 100%, 0 100%); } }
  @media only screen and (max-width: 37.5em) {
    .hero {
      -webkit-clip-path: polygon(0% 50%, 15% 55%, 85% 55%, 100% 50%, 100% 100%, 0 100%);
      clip-path: polygon(0% 50%, 15% 55%, 85% 55%, 100% 50%, 100% 100%, 0 100%); } }

.logo-box {
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 0 0 0 4.1rem;
  will-change: left; }
  @media only screen and (max-width: 45.625em) {
    .logo-box {
      left: 12%; } }
  @media only screen and (max-width: 37.5em) {
    .logo-box {
      bottom: 0vh;
      left: 50%;
      transform: translateX(-54%); } }

@media only screen and (max-width: 45.625em) {
  .logo-img {
    max-width: 40rem; } }

@media only screen and (max-width: 34.375em) {
  .logo-img {
    max-width: 30rem; } }

.nav {
  display: flex;
  justify-content: flex-end;
  height: 7.5rem;
  padding: 0 2rem;
  animation: slide-from-right 1000ms ease-in; }
  @media only screen and (max-width: 56.25em) {
    .nav {
      justify-content: center; } }
  @media only screen and (max-width: 50em) {
    .nav {
      padding: 0; } }
  @media only screen and (max-width: 730px) {
    .nav {
      display: none; } }
  .nav__link {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    z-index: 1; }
    .nav__link > a {
      padding: 2rem; }
      .nav__link > a:hover {
        cursor: point; }
  .nav__link::before {
    content: '';
    position: absolute;
    top: 0;
    width: 100%;
    height: 0;
    background-color: #97423b;
    transition: all 200ms ease-in;
    z-index: 0; }
  .nav__link:hover::before {
    height: 100%;
    -webkit-box-shadow: 0px 0.5rem 1rem rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px 0.5rem 1rem rgba(0, 0, 0, 0.1);
    box-shadow: 0px 0.5rem 1rem rgba(0, 0, 0, 0.1);
    border-bottom-left-radius: .5rem;
    border-bottom-right-radius: .5rem; }
  .nav__link:hover a {
    color: #e6e6e6; }

.header-content {
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: flex-start; }
  @media only screen and (max-width: 50em) {
    .header-content {
      height: 50vh;
      justify-content: center; } }
  @media only screen and (max-width: 56.25em) {
    .header-content {
      top: 5rem; } }
  .header-content__title {
    text-align: right;
    padding: 4rem;
    font-family: "Jura", sans-serif;
    font-weight: 700;
    font-size: 4rem;
    display: flex;
    align-items: flex-start;
    justify-content: flex-end;
    animation: slide-from-right 500ms 500ms ease-in forwards;
    opacity: 0; }
    @media only screen and (max-width: 1275px) {
      .header-content__title {
        font-size: 3.5rem; } }
    @media only screen and (max-width: 75em) {
      .header-content__title {
        font-size: 3rem; } }
    @media only screen and (max-width: 62.5em) {
      .header-content__title {
        font-size: 2.6rem; } }
    @media only screen and (max-width: 56.25em) {
      .header-content__title {
        text-align: center;
        justify-content: center; } }
    @media only screen and (max-width: 37.5em) {
      .header-content__title {
        padding: 3rem;
        margin-top: 0; } }
    @media (max-height: 740px) {
      .header-content__title {
        font-size: 3rem; } }
  .header-content__btn-wrap {
    display: flex;
    justify-content: flex-end;
    padding-right: 4rem;
    animation: slide-from-right 500ms 750ms ease-in forwards;
    opacity: 0; }
    @media only screen and (max-width: 56.25em) {
      .header-content__btn-wrap {
        padding-right: 0;
        justify-content: center; } }
    @media only screen and (max-width: 37.5em) {
      .header-content__btn-wrap {
        padding: 0; } }
  .header-content__btn-link {
    padding: 1.5rem 3rem;
    border: 2px solid #97423b; }
    .header-content__btn-link:hover {
      transform: translateY(-0.7rem);
      -webkit-box-shadow: 0px 1rem 2rem rgba(0, 0, 0, 0.12);
      -moz-box-shadow: 0px 1rem 2rem rgba(0, 0, 0, 0.12);
      box-shadow: 0px 1rem 2rem rgba(0, 0, 0, 0.12);
      background-color: rgba(255, 255, 255, 0.9); }
      @media (max-height: 740px) {
        .header-content__btn-link:hover {
          -webkit-box-shadow: 0px 1rem 2rem rgba(255, 255, 255, 0.42);
          -moz-box-shadow: 0px 1rem 2rem rgba(255, 255, 255, 0.42);
          box-shadow: 0px 1rem 2rem rgba(255, 255, 255, 0.42); } }
    .header-content__btn-link:active {
      transform: translateY(-0.4rem);
      -webkit-box-shadow: 0px 0.7rem 2rem rgba(0, 0, 0, 0.2);
      -moz-box-shadow: 0px 0.7rem 2rem rgba(0, 0, 0, 0.2);
      box-shadow: 0px 0.7rem 2rem rgba(0, 0, 0, 0.2); }
    @media (max-height: 740px) {
      .header-content__btn-link {
        background-color: rgba(255, 254, 254, 0.9); } }

/* -----------------------------------------------------------------------
------------------------- Body Sections ----------------------------------
----------------------------------------------------------------------- */
section {
  overflow: hidden; }

.section__header {
  text-align: center;
  padding: 5rem;
  font-size: 4rem;
  font-family: "Jura", sans-serif; }
  @media only screen and (max-width: 380px) {
    .section__header {
      font-size: 2.4rem; } }

.how-it-works {
  overflow: hidden;
  padding: 10rem 5rem; }
  @media only screen and (max-width: 56.25em) {
    .how-it-works {
      padding: 10rem 3rem; } }
  @media only screen and (max-width: 31.25em) {
    .how-it-works {
      padding: 7rem 0rem; } }
  .how-it-works__container {
    display: flex;
    flex-direction: row; }
    @media only screen and (max-width: 56.25em) {
      .how-it-works__container {
        flex-direction: column; } }
    .how-it-works__container > div {
      flex: 1; }
  .how-it-works__header {
    border-bottom: 1px solid rgba(151, 66, 59, 0.5);
    padding-bottom: 3rem; }
    @media only screen and (max-width: 56.25em) {
      .how-it-works__header {
        padding-top: 0; } }
    @media only screen and (max-width: 34.375em) {
      .how-it-works__header {
        font-size: 2.5rem; } }
  .how-it-works__paragraph {
    padding-top: 3rem;
    text-align: center; }
    @media only screen and (max-width: 56.25em) {
      .how-it-works__paragraph {
        padding-bottom: 5rem; } }
    @media only screen and (max-width: 34.375em) {
      .how-it-works__paragraph {
        font-size: 1.6rem; } }
  .how-it-works__left {
    display: flex;
    flex-direction: column;
    flex: 1; }
    @media only screen and (max-width: 37.5em) {
      .how-it-works__left {
        margin-bottom: 5rem; } }
    .how-it-works__left-top {
      flex: 1;
      display: flex;
      justify-content: center;
      align-items: center;
      flex-direction: column;
      padding: 2rem 10rem;
      max-width: 80rem;
      margin: 0 auto; }
      @media only screen and (max-width: 50em) {
        .how-it-works__left-top {
          padding: 2rem 4rem; } }
      @media only screen and (max-width: 31.25em) {
        .how-it-works__left-top {
          padding: 2rem; } }
    .how-it-works__left-bottom {
      flex: 1;
      padding: 3rem; }
      @media only screen and (max-width: 31.25em) {
        .how-it-works__left-bottom {
          padding: 2rem 0; } }
    .how-it-works__left-imgwrap {
      position: relative;
      display: flex;
      justify-content: center;
      align-items: center;
      flex-direction: column; }
      @media only screen and (max-width: 56.25em) {
        .how-it-works__left-imgwrap {
          flex-direction: column-reverse; } }
    .how-it-works__left-img {
      border-radius: .5rem;
      box-shadow: 0 4rem 5rem rgba(0, 0, 0, 0.2);
      width: 100%; }
    .how-it-works__left-caption {
      position: absolute;
      top: 0;
      right: 0;
      padding: 1.5rem 2.2rem;
      background-color: #177e89;
      color: #fff;
      font-size: 1.6rem;
      box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.3);
      border-radius: .5rem; }
      @media only screen and (max-width: 56.25em) {
        .how-it-works__left-caption {
          left: 0;
          text-align: center;
          position: static;
          width: 100%; } }
  .how-it-works__right {
    display: flex;
    justify-content: center;
    align-items: center; }
    @media only screen and (max-width: 56.25em) {
      .how-it-works__right {
        margin-top: 3rem; } }
    .how-it-works__right-imgwrap {
      position: relative; }
      @media only screen and (max-width: 56.25em) {
        .how-it-works__right-imgwrap {
          display: flex;
          flex-direction: column-reverse; } }
    .how-it-works__right-img {
      height: 90rem;
      box-shadow: 0 4rem 5rem rgba(0, 0, 0, 0.2);
      display: block; }
      @media only screen and (max-width: 56.25em) {
        .how-it-works__right-img {
          height: unset;
          width: 100%; } }
      @media only screen and (max-width: 37.5em) {
        .how-it-works__right-img {
          width: 100%; } }
    .how-it-works__right-caption {
      position: absolute;
      bottom: 0;
      left: 0;
      padding: 1.5rem 2.2rem;
      background-color: #177e89;
      color: #fff;
      font-size: 1.6rem;
      box-shadow: 0 -1rem 3rem rgba(0, 0, 0, 0.3);
      border-radius: .5rem; }
      @media only screen and (max-width: 56.25em) {
        .how-it-works__right-caption {
          bottom: unset;
          top: 0;
          left: 0;
          right: 0;
          text-align: center;
          position: static;
          box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.3); } }

.window-wrap {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 1; }

.what-we-do {
  overflow: hidden;
  margin-bottom: 0;
  padding-bottom: 55rem;
  display: grid;
  grid-template-rows: auto;
  grid-template-columns: 2fr 5fr;
  width: 100%;
  background-color: #EEEFF1;
  position: relative; }
  .what-we-do__heading {
    margin-top: 6rem;
    text-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.05); }
    @media only screen and (max-width: 37.5em) {
      .what-we-do__heading {
        margin-top: 3rem;
        font-size: 3rem;
        padding: 3rem; } }
  @media only screen and (max-width: 62.5em) {
    .what-we-do {
      grid-template-areas: 'vkTopbarSearch' 'vkHeader' 'vkBody';
      grid-template-columns: unset;
      padding: 0 3rem 50rem 3rem; } }
  @media only screen and (max-width: 50em) {
    .what-we-do {
      padding: 0 0 50rem 0; } }
  @media only screen and (max-width: 43.125em) {
    .what-we-do {
      padding: 0 0 80rem 0; } }
  .what-we-do img {
    transition: all .3s ease;
    z-index: 0;
    position: relative; }
  .what-we-do__vkTopbarVK {
    grid-area: 1 / 1 / 2 / 2;
    background-color: #4A76A8;
    display: flex;
    justify-content: flex-end;
    padding-right: 1rem; }
    @media only screen and (max-width: 62.5em) {
      .what-we-do__vkTopbarVK {
        display: none; } }
  .what-we-do__vkTopbarSearch {
    grid-area: 1 / 2 / 2 / 3;
    background-color: #4A76A8;
    display: flex;
    align-items: center; }
    @media only screen and (max-width: 62.5em) {
      .what-we-do__vkTopbarSearch {
        grid-area: 1 / 1 / 2 / 2;
        width: 100%; } }
    @media only screen and (max-width: 45.625em) {
      .what-we-do__vkTopbarSearch-img {
        width: 100%; } }
  .what-we-do__vkUsernav {
    grid-area: 2 / 1 / 3 / 2;
    display: flex;
    justify-content: flex-end; }
    @media only screen and (max-width: 62.5em) {
      .what-we-do__vkUsernav {
        display: none; } }
  .what-we-do__vkHeader {
    grid-area: 2 / 2 / 3 / 3;
    position: relative;
    width: 100%; }
    @media only screen and (max-width: 62.5em) {
      .what-we-do__vkHeader {
        grid-area: 2 / 1 / 3 / 2;
        margin-bottom: 10rem; } }
    @media only screen and (max-width: 37.5em) {
      .what-we-do__vkHeader {
        margin-bottom: 20rem; } }
    @media only screen and (max-width: 62.5em) {
      .what-we-do__vkHeader-img {
        width: 100%; } }
    .what-we-do__vkHeader-text {
      left: -30rem;
      top: 10rem;
      width: 25rem;
      transform: translate(-10rem, 0);
      padding: 1.5rem 3rem 1.5rem 2rem;
      -webkit-clip-path: polygon(0% 0%, 90% 0%, 90% 40%, 100% 50%, 90% 60%, 90% 100%, 0% 100%);
      clip-path: polygon(0% 0%, 90% 0%, 90% 40%, 100% 50%, 90% 60%, 90% 100%, 0% 100%); }
      @media only screen and (max-width: 75em) {
        .what-we-do__vkHeader-text {
          left: -28rem; } }
      @media only screen and (max-width: 62.5em) {
        .what-we-do__vkHeader-text {
          left: unset;
          top: unset;
          width: 100%;
          -webkit-clip-path: polygon(0% 10%, 48% 10%, 50% 0%, 52% 10%, 100% 10%, 100% 100%, 0% 100%);
          clip-path: polygon(0% 10%, 48% 10%, 50% 0%, 52% 10%, 100% 10%, 100% 100%, 0% 100%);
          text-align: center;
          bottom: -7rem;
          transform: translate(0, -10rem); } }
      @media only screen and (max-width: 31.25em) {
        .what-we-do__vkHeader-text {
          bottom: -9rem; } }
  .what-we-do__vkMessage {
    position: absolute;
    bottom: 0rem;
    right: 10rem;
    visibility: hidden;
    z-index: 2; }
    @media only screen and (max-width: 50em) {
      .what-we-do__vkMessage {
        right: 1rem; } }
    @media only screen and (max-width: 43.125em) {
      .what-we-do__vkMessage {
        right: unset;
        display: flex;
        justify-content: center;
        align-items: flex-end;
        width: 100%;
        height: 70rem; } }
    .what-we-do__vkMessage-text {
      position: fixed;
      bottom: 12%;
      left: -186%;
      width: 50rem;
      display: none;
      z-index: 1; }
      @media only screen and (max-width: 56.25em) {
        .what-we-do__vkMessage-text {
          left: -145%;
          width: 40rem; } }
      @media only screen and (max-width: 50em) {
        .what-we-do__vkMessage-text {
          width: 40rem;
          left: -135%;
          bottom: 5%; } }
      @media only screen and (max-width: 45.625em) {
        .what-we-do__vkMessage-text {
          left: -135%; } }
      @media only screen and (max-width: 43.125em) {
        .what-we-do__vkMessage-text {
          top: 0rem;
          left: unset;
          right: unset;
          font-size: 2rem;
          text-align: center; } }
      @media only screen and (max-width: 28.125em) {
        .what-we-do__vkMessage-text {
          width: 100%; } }
    .what-we-do__vkMessage img {
      display: block;
      margin-left: auto; }
      @media only screen and (max-width: 50em) {
        .what-we-do__vkMessage img {
          width: 90%; } }
      @media only screen and (max-width: 43.125em) {
        .what-we-do__vkMessage img {
          width: unset;
          margin-left: unset; } }
  .what-we-do__vkPipka {
    position: fixed;
    bottom: -.5rem;
    right: 1rem;
    z-index: 3;
    display: none; }
    @media only screen and (max-width: 50em) {
      .what-we-do__vkPipka {
        visibility: hidden; } }
  .what-we-do__vkBody {
    grid-area: 3 / 2 / 4 / 3;
    display: grid;
    grid-template-columns: min-content min-content;
    grid-template-rows: min-content;
    grid-gap: .65rem; }
    @media only screen and (max-width: 62.5em) {
      .what-we-do__vkBody {
        grid-area: 3 / 1 / 4 / 2;
        grid-template-columns: 3fr 2fr; } }
    @media only screen and (max-width: 37.5em) {
      .what-we-do__vkBody {
        grid-template-columns: 1fr; } }
  .what-we-do__vkPinned {
    grid-area: 1 / 1 / 2 / 2;
    position: relative; }
    @media only screen and (max-width: 37.5em) {
      .what-we-do__vkPinned {
        margin-bottom: 20rem; } }
    .what-we-do__vkPinned-text {
      left: -30rem;
      top: 35%;
      width: 25rem;
      transform: translate(-10rem, 0);
      padding: 1.5rem 3rem 1.5rem 2rem;
      -webkit-clip-path: polygon(0% 0%, 90% 0%, 90% 40%, 100% 50%, 90% 60%, 90% 100%, 0% 100%);
      clip-path: polygon(0% 0%, 90% 0%, 90% 40%, 100% 50%, 90% 60%, 90% 100%, 0% 100%); }
      @media only screen and (max-width: 75em) {
        .what-we-do__vkPinned-text {
          left: -28rem; } }
      @media only screen and (max-width: 62.5em) {
        .what-we-do__vkPinned-text {
          -webkit-clip-path: polygon(0% 50%, 10% 40%, 10% 0%, 100% 0%, 100% 100%, 10% 100%, 10% 60%);
          clip-path: polygon(0% 50%, 10% 40%, 10% 0%, 100% 0%, 100% 100%, 10% 100%, 10% 60%);
          top: 10%;
          left: unset;
          padding: 2rem 1.5rem 2rem 4rem;
          text-align: center;
          right: -27.5rem;
          transform: translate(10rem, 0); } }
      @media only screen and (max-width: 50em) {
        .what-we-do__vkPinned-text {
          right: -22.5rem;
          width: 20rem; } }
      @media only screen and (max-width: 37.5em) {
        .what-we-do__vkPinned-text {
          -webkit-clip-path: polygon(0% 0%, 100% 0%, 100% 90%, 52% 90%, 50% 100%, 48% 90%, 0% 90%);
          clip-path: polygon(0% 0%, 100% 0%, 100% 90%, 52% 90%, 50% 100%, 48% 90%, 0% 90%);
          transform: translate(0, 10rem);
          top: -10rem;
          left: 5%;
          right: unset;
          width: 90%;
          padding: 1rem .5rem 2rem .5rem; } }
    @media only screen and (max-width: 45.625em) {
      .what-we-do__vkPinned-img {
        max-width: 100%; } }
    @media only screen and (max-width: 37.5em) {
      .what-we-do__vkPinned-img {
        display: block;
        margin: 0 auto; } }
  .what-we-do__RS {
    grid-area: 1 / 2 / 6/ 3; }
    @media only screen and (max-width: 62.5em) {
      .what-we-do__RS {
        display: flex;
        justify-content: flex-start;
        align-items: center;
        flex-direction: column;
        width: 100%; } }
    @media only screen and (max-width: 37.5em) {
      .what-we-do__RS {
        grid-area: 2 / 1 / 3 / 2; } }
  .what-we-do__vkRSTop {
    grid-area: 1 / 2 / 2 / 3; }
    @media only screen and (max-width: 62.5em) {
      .what-we-do__vkRSTop-img {
        width: 100%; } }
    @media only screen and (max-width: 37.5em) {
      .what-we-do__vkRSTop {
        display: none; } }
  .what-we-do__vkRSMed {
    grid-area: 2 / 2 / 3 / 3;
    position: relative; }
    @media only screen and (max-width: 37.5em) {
      .what-we-do__vkRSMed {
        margin-bottom: 20rem; } }
    @media only screen and (max-width: 62.5em) {
      .what-we-do__vkRSMed-img {
        width: 100%; } }
    .what-we-do__vkRSMed-text {
      position: absolute;
      left: 27rem;
      top: 5.5rem;
      width: 25rem;
      transform: translate(10rem, 0);
      text-align: right;
      padding: 1.5rem 2rem 1.5rem 3rem;
      -webkit-clip-path: polygon(0% 50%, 10% 40%, 10% 0%, 100% 0%, 100% 100%, 10% 100%, 10% 60%);
      clip-path: polygon(0% 50%, 10% 40%, 10% 0%, 100% 0%, 100% 100%, 10% 100%, 10% 60%); }
      @media only screen and (max-width: 1440px) {
        .what-we-do__vkRSMed-text {
          -webkit-clip-path: polygon(0% 0%, 100% 0%, 100% 90%, 52% 90%, 50% 100%, 48% 90%, 0% 90%);
          clip-path: polygon(0% 0%, 100% 0%, 100% 90%, 52% 90%, 50% 100%, 48% 90%, 0% 90%);
          left: 0rem;
          top: -10.5rem;
          text-align: center;
          padding: 1rem 1rem 2rem 1rem;
          width: 100%; } }
      @media only screen and (max-width: 75em) {
        .what-we-do__vkRSMed-text {
          right: 11rem;
          bottom: unset;
          top: -10.5rem;
          transform: translate(0, 10rem);
          padding: 1rem 1rem 2rem 1rem;
          -webkit-clip-path: polygon(0% 0%, 100% 0%, 100% 90%, 52% 90%, 50% 100%, 48% 90%, 0% 90%);
          clip-path: polygon(0% 0%, 100% 0%, 100% 90%, 52% 90%, 50% 100%, 48% 90%, 0% 90%);
          text-align: center; } }
      @media only screen and (max-width: 37.5em) {
        .what-we-do__vkRSMed-text {
          top: -12rem;
          left: 0;
          right: 0;
          bottom: unset;
          width: 100%;
          -webkit-clip-path: polygon(0% 0%, 100% 0%, 100% 90%, 52% 90%, 50% 100%, 48% 90%, 0% 90%);
          clip-path: polygon(0% 0%, 100% 0%, 100% 90%, 52% 90%, 50% 100%, 48% 90%, 0% 90%);
          padding: 1rem .5rem 2rem .5rem; } }
  .what-we-do__vkRSBot {
    grid-area: 3 / 2 / 4 / 3;
    display: flex;
    align-items: flex-start; }
    @media only screen and (max-width: 62.5em) {
      .what-we-do__vkRSBot-img {
        width: 100%; } }
    @media only screen and (max-width: 37.5em) {
      .what-we-do__vkRSBot {
        display: none; } }
  .what-we-do__vkWidget {
    grid-area: 2 / 1 / 3 / 2;
    position: relative; }
    @media only screen and (max-width: 37.5em) {
      .what-we-do__vkWidget {
        grid-area: 3 / 1 / 4 / 2;
        margin-bottom: 20rem; } }
    .what-we-do__vkWidget-text {
      left: -30rem;
      top: 10rem;
      width: 25rem;
      transform: translate(-10rem, 0);
      padding: 1.5rem 3rem 1.5rem 2rem;
      -webkit-clip-path: polygon(0% 0%, 90% 0%, 90% 40%, 100% 50%, 90% 60%, 90% 100%, 0% 100%);
      clip-path: polygon(0% 0%, 90% 0%, 90% 40%, 100% 50%, 90% 60%, 90% 100%, 0% 100%); }
      @media only screen and (max-width: 75em) {
        .what-we-do__vkWidget-text {
          left: -27rem; } }
      @media only screen and (max-width: 62.5em) {
        .what-we-do__vkWidget-text {
          -webkit-clip-path: polygon(0% 50%, 10% 40%, 10% 0%, 100% 0%, 100% 100%, 10% 100%, 10% 60%);
          clip-path: polygon(0% 50%, 10% 40%, 10% 0%, 100% 0%, 100% 100%, 10% 100%, 10% 60%);
          top: 35%;
          left: unset;
          padding: 2rem 1.5rem 2rem 4rem;
          text-align: center;
          right: -27.5rem;
          transform: translate(10rem, 0); } }
      @media only screen and (max-width: 50em) {
        .what-we-do__vkWidget-text {
          right: -22.5rem;
          top: 45%;
          width: 20rem; } }
      @media only screen and (max-width: 45.625em) {
        .what-we-do__vkWidget-text {
          transform: translate(0, -10rem);
          top: unset;
          left: unset;
          bottom: -7rem;
          right: unset;
          width: 100%;
          -webkit-clip-path: polygon(0% 10%, 45% 10%, 50% 0%, 55% 10%, 100% 10%, 100% 100%, 0% 100%);
          clip-path: polygon(0% 10%, 45% 10%, 50% 0%, 55% 10%, 100% 10%, 100% 100%, 0% 100%); } }
      @media only screen and (max-width: 37.5em) {
        .what-we-do__vkWidget-text {
          top: -7rem;
          left: 5%;
          right: unset;
          bottom: unset;
          width: 90%;
          -webkit-clip-path: polygon(0% 0%, 100% 0%, 100% 90%, 52% 90%, 50% 100%, 48% 90%, 0% 90%);
          clip-path: polygon(0% 0%, 100% 0%, 100% 90%, 52% 90%, 50% 100%, 48% 90%, 0% 90%);
          padding: 1rem .5rem 2rem .5rem;
          transform: translate(0, 10rem); } }
      @media only screen and (max-width: 31.25em) {
        .what-we-do__vkWidget-text {
          top: -10rem; } }
    @media only screen and (max-width: 45.625em) {
      .what-we-do__vkWidget-img {
        max-width: 100%; } }
    @media only screen and (max-width: 37.5em) {
      .what-we-do__vkWidget-img {
        display: block;
        margin: 0 auto; } }
  .what-we-do__vkGoods {
    grid-area: 3 / 1 / 4 / 2;
    position: relative; }
    @media only screen and (max-width: 37.5em) {
      .what-we-do__vkGoods {
        grid-area: 4 / 1 / 5 / 2;
        margin-bottom: 20rem; } }
    .what-we-do__vkGoods-text {
      right: -30rem;
      top: 9rem;
      width: 25rem;
      transform: translate(10rem, 0);
      text-align: right;
      padding: 1.5rem 2rem 1.5rem 3rem;
      -webkit-clip-path: polygon(0% 50%, 10% 40%, 10% 0%, 100% 0%, 100% 100%, 10% 100%, 10% 60%);
      clip-path: polygon(0% 50%, 10% 40%, 10% 0%, 100% 0%, 100% 100%, 10% 100%, 10% 60%); }
      @media only screen and (max-width: 1440px) {
        .what-we-do__vkGoods-text {
          -webkit-clip-path: polygon(0% 10%, 45% 10%, 50% 0%, 55% 10%, 100% 10%, 100% 100%, 0% 100%);
          clip-path: polygon(0% 10%, 45% 10%, 50% 0%, 55% 10%, 100% 10%, 100% 100%, 0% 100%);
          left: 0rem;
          top: unset;
          bottom: -9.5rem;
          text-align: center;
          padding: 2rem 1rem 1.5rem 1rem;
          width: 100%; } }
      @media only screen and (max-width: 75em) {
        .what-we-do__vkGoods-text {
          right: 11rem;
          top: unset;
          bottom: -9.5rem;
          transform: translate(0, 10rem);
          padding: 2rem 1rem 1rem 1rem;
          -webkit-clip-path: polygon(0% 10%, 45% 10%, 50% 0%, 55% 10%, 100% 10%, 100% 100%, 0% 100%);
          clip-path: polygon(0% 10%, 45% 10%, 50% 0%, 55% 10%, 100% 10%, 100% 100%, 0% 100%);
          text-align: center; } }
      @media only screen and (max-width: 50em) {
        .what-we-do__vkGoods-text {
          right: -22.5rem;
          width: 23rem; } }
      @media only screen and (max-width: 37.5em) {
        .what-we-do__vkGoods-text {
          top: -13rem;
          left: 5%;
          right: unset;
          bottom: unset;
          width: 90%;
          -webkit-clip-path: polygon(0% 0%, 100% 0%, 100% 90%, 52% 90%, 50% 100%, 48% 90%, 0% 90%);
          clip-path: polygon(0% 0%, 100% 0%, 100% 90%, 52% 90%, 50% 100%, 48% 90%, 0% 90%);
          padding: 1rem .5rem 2rem .5rem;
          transform: translate(0, 10rem); } }
      @media only screen and (max-width: 31.25em) {
        .what-we-do__vkGoods-text {
          top: -13rem; } }
    @media only screen and (max-width: 45.625em) {
      .what-we-do__vkGoods-img {
        max-width: 100%;
        text-align: center; } }
    @media only screen and (max-width: 37.5em) {
      .what-we-do__vkGoods-img {
        display: block;
        margin: 0 auto; } }
  .what-we-do__vkPostHd {
    grid-area: 4 / 1 / 5 / 2; }
    @media only screen and (max-width: 37.5em) {
      .what-we-do__vkPostHd {
        display: none; } }
    @media only screen and (max-width: 45.625em) {
      .what-we-do__vkPostHd-img {
        max-width: 100%; } }
  .what-we-do__vkPostBd {
    grid-area: 5 / 1 / 6 / 2;
    position: relative; }
    .what-we-do__vkPostBd-text {
      left: -30rem;
      top: 40%;
      width: 25rem;
      transform: translate(-10rem, 0);
      padding: 1.5rem 4rem 1.5rem 2rem;
      -webkit-clip-path: polygon(0% 0%, 90% 0%, 90% 40%, 100% 50%, 90% 60%, 90% 100%, 0% 100%);
      clip-path: polygon(0% 0%, 90% 0%, 90% 40%, 100% 50%, 90% 60%, 90% 100%, 0% 100%); }
      @media only screen and (max-width: 75em) {
        .what-we-do__vkPostBd-text {
          right: -32rem; } }
      @media only screen and (max-width: 62.5em) {
        .what-we-do__vkPostBd-text {
          -webkit-clip-path: polygon(0% 50%, 10% 40%, 10% 0%, 100% 0%, 100% 100%, 10% 100%, 10% 60%);
          clip-path: polygon(0% 50%, 10% 40%, 10% 0%, 100% 0%, 100% 100%, 10% 100%, 10% 60%);
          top: 35%;
          left: unset;
          padding: 2rem 1.5rem 2rem 4rem;
          text-align: center;
          right: -27.5rem;
          transform: translate(10rem, 0); } }
      @media only screen and (max-width: 50em) {
        .what-we-do__vkPostBd-text {
          right: -22.5rem;
          width: 20rem; } }
      @media only screen and (max-width: 37.5em) {
        .what-we-do__vkPostBd-text {
          top: -10rem;
          left: 5%;
          right: unset;
          bottom: unset;
          width: 90%;
          -webkit-clip-path: polygon(0% 0%, 100% 0%, 100% 90%, 52% 90%, 50% 100%, 48% 90%, 0% 90%);
          clip-path: polygon(0% 0%, 100% 0%, 100% 90%, 52% 90%, 50% 100%, 48% 90%, 0% 90%);
          padding: 1rem .5rem 2rem .5rem;
          transform: translate(0, 10rem); } }
    @media only screen and (max-width: 45.625em) {
      .what-we-do__vkPostBd-img {
        max-width: 100%; } }
    @media only screen and (max-width: 37.5em) {
      .what-we-do__vkPostBd-img {
        display: block;
        margin: 0 auto; } }

.message-text {
  background-color: #4a76a7;
  padding: 2rem 2.5rem;
  color: #f8f8f8;
  border-radius: .5rem;
  padding: 1.5rem 3rem 1.5rem 2rem;
  -webkit-clip-path: polygon(0% 0%, 95% 0%, 100% 50%, 95% 100%, 0% 100%);
  clip-path: polygon(0% 0%, 95% 0%, 100% 50%, 95% 100%, 0% 100%); }
  .message-text:not(:last-child) {
    margin-bottom: 1.5rem; }
  @media only screen and (max-width: 43.125em) {
    .message-text:nth-child(2n), .message-text:last-child {
      display: none; } }
  @media only screen and (max-width: 43.125em) {
    .message-text {
      -webkit-clip-path: none;
      clip-path: none; } }

.inner-text {
  position: absolute;
  z-index: 0;
  background-color: #ee7d31;
  border-radius: .5rem;
  color: #f8f8f8;
  transition: transform 300ms ease-out, opacity 300ms ease-out, z-index 300ms ease-out;
  opacity: 0; }
  @media only screen and (max-width: 37.5em) {
    .inner-text {
      font-size: 2.2rem; } }

.image-show img {
  position: relative;
  z-index: 5;
  box-shadow: 0 0 5rem rgba(255, 255, 255, 0.5);
  transform: scale(1);
  border-radius: .5rem; }
  @media only screen and (max-width: 50em) {
    .image-show img {
      transform: scale(1); } }

.image-show div {
  backface-visibility: hidden;
  z-index: 3;
  opacity: 1;
  transform: translate(0, 0); }

.social {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-height: 100vh;
  padding: 10rem 3rem;
  background-image: linear-gradient(to top right, #97423b54, #ef958e); }
  @media only screen and (max-width: 380px) {
    .social {
      padding: 3rem 1rem; } }
  .social__header {
    border-bottom: 1px solid rgba(151, 66, 59, 0.5);
    margin-bottom: 3rem;
    padding-top: 0;
    padding-bottom: 3rem; }
    @media only screen and (max-width: 823px) {
      .social__header {
        padding: 0 0 2rem; } }
  .social__subtext {
    margin-bottom: 3rem;
    text-align: center;
    font-size: 1.8rem;
    color: #5d5d5d; }
  .social__top {
    background-color: #fff;
    border-radius: 5px;
    margin-bottom: 3rem;
    padding: 9rem 7rem;
    box-shadow: 0 0 15px 5px rgba(0, 0, 0, 0.2);
    background-image: linear-gradient(to top, transparent 0%, transparent 33%, rgba(151, 66, 59, 0.5) 33%, rgba(151, 66, 59, 0.5) 33.1%, transparent 33.2%); }
    @media only screen and (max-width: 863px) {
      .social__top {
        background-image: none;
        padding: 4rem 5rem; } }
    @media only screen and (max-width: 320px) {
      .social__top {
        padding: 3rem; } }
  .social__net-wrap {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    grid-gap: 3.2rem; }
    @media only screen and (max-width: 823px) {
      .social__net-wrap {
        grid-gap: 1.6rem; } }
    @media only screen and (max-width: 500px) {
      .social__net-wrap {
        grid-template-columns: 1fr 1fr; } }
  .social__net-entry {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 4.2rem;
    background-color: #FFF;
    border-radius: 5px; }
    @media only screen and (max-width: 791px) {
      .social__net-entry:last-child {
        grid-column: span 2; } }
    @media only screen and (max-width: 631px) {
      .social__net-entry {
        padding: 1.6rem; } }
  .social__img {
    margin-bottom: 1.6rem;
    filter: drop-shadow(0 0 0.75rem rgba(0, 0, 0, 0.4)); }
    @media only screen and (max-width: 823px) {
      .social__img {
        width: 64px; } }
  .social__net-name {
    margin-bottom: 1.6rem;
    font-size: 2rem;
    font-weight: 600;
    color: #3d3d3d; }
  .social__net-desc {
    text-align: center;
    color: #5d5d5d; }
    .social__net-desc__em {
      font-size: 2rem;
      color: #97423b; }

.what-you-get {
  padding-bottom: 10rem;
  padding-top: 10rem; }
  @media only screen and (max-width: 56.25em) {
    .what-you-get {
      padding-top: 4rem; } }
  .what-you-get__container {
    max-width: 80rem;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    margin: 0 auto; }
  .what-you-get__item {
    flex-basis: 50%;
    padding: 5rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center; }
    @media only screen and (max-width: 50em) {
      .what-you-get__item {
        padding: 2.5rem; } }
    .what-you-get__item i {
      font-size: 10rem;
      color: #97423b; }
    .what-you-get__item p {
      padding: 2rem 0;
      text-align: center;
      font-size: 1.6rem; }

.modal {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgba(255, 255, 255, 0.75);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 12;
  overflow: hidden;
  display: none; }
  .modal__container {
    max-width: 50rem;
    background-color: #fff;
    padding: 3.5rem 5rem;
    border-radius: .5rem;
    border: 1.5rem solid rgba(151, 66, 59, 0.3);
    background-clip: padding-box;
    position: relative;
    box-shadow: 0 0 5rem rgba(0, 0, 0, 0.3);
    flex: 1; }
    @media only screen and (max-width: 28.125em) {
      .modal__container {
        max-width: 100%;
        padding: 1.5rem 2.5rem; } }
  .modal__header {
    font-family: "Jura", sans-serif;
    text-align: center;
    font-size: 2.2rem; }
  .modal__title {
    padding: 2rem;
    border-bottom: 1px solid rgba(198, 198, 198, 0.3); }
  .modal__close {
    position: absolute;
    top: .7rem;
    right: 1.5rem;
    font-style: normal;
    cursor: pointer;
    padding: 2rem; }
    @media only screen and (max-width: 28.125em) {
      .modal__close {
        padding: .5rem; } }
  .modal__message {
    max-width: 50rem;
    background-color: #fff;
    padding: 3.5rem 5rem;
    border-radius: .5rem;
    border: 1.5rem solid rgba(115, 192, 105, 0.3);
    background-clip: padding-box;
    position: relative;
    box-shadow: 0 0 5rem rgba(0, 0, 0, 0.3);
    display: none; }

.form {
  padding-top: 2rem;
  display: flex;
  flex-direction: column; }
  .form__confirm__container {
    display: flex;
    margin-top: 1.5rem;
    font-size: 1.4rem;
    align-items: center; }
  .form__confirm__checkbox {
    margin: 1rem 1rem 1rem 0;
    border-radius: 3px;
    border: 1px solid rgba(151, 66, 59, 0.4);
    height: 1.5rem;
    width: 1.5rem;
    background-color: #e6e6e6;
    display: flex;
    justify-content: center;
    align-items: center; }
    .form__confirm__checkbox__tick {
      background-color: rgba(151, 66, 59, 0.9);
      border-radius: 3px;
      width: 1.1rem;
      height: 1.1rem;
      display: none; }
  .form__confirm__show-deal {
    color: #97423b; }
    .form__confirm__show-deal:hover {
      text-decoration: underline;
      cursor: pointer; }
  .form__group {
    display: flex;
    flex-direction: column; }
  .form__input {
    outline: none;
    padding: 1rem 1.2rem;
    font-family: inherit;
    border: none;
    background-color: #e6e6e6;
    border-radius: .5rem;
    border-bottom: .3rem solid transparent;
    transition: transform 300ms ease, box-shadow 300ms ease-in, border-bottom 300ms ease-out; }
    .form__input:focus {
      transform: translateY(-0.2rem);
      box-shadow: 0 1rem 2rem rgba(0, 0, 0, 0.05);
      border-bottom: 0.3rem solid #73c069; }
    .form__input:focus:invalid {
      border-bottom: 0.3rem solid #97423b; }
  .form__input:placeholder-shown ~ .form__label {
    opacity: 0;
    visibility: hidden;
    transform: translateY(-4rem); }
  .form__label {
    padding: .5rem 1.2rem 1rem .5rem;
    font-size: 1.4rem;
    transition: opacity 300ms ease, transform 350ms cubic-bezier(0.075, 0.82, 0.165, 1);
    font-weight: 500; }
  .form__warning {
    background-color: rgba(199, 197, 107, 0.5);
    color: #363636;
    padding: 1rem 1.2rem;
    border-radius: .5rem;
    margin-top: 2rem; }
  .form__submit {
    font-family: inherit;
    padding: 1rem 1.2rem;
    border: none;
    cursor: pointer;
    background-color: #97423b;
    border-radius: .5rem;
    color: white;
    margin-bottom: 2rem;
    font-size: 1.6rem;
    font-weight: 500;
    transition: transform 0.3s ease, box-shadow 300ms cubic-bezier(0.165, 0.84, 0.44, 1);
    outline: none;
    margin-top: 2rem;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none; }
    .form__submit:hover {
      transform: translateY(-0.4rem);
      box-shadow: 0 0.8rem 5rem rgba(0, 0, 0, 0.2); }
    .form__submit:active {
      transform: translateY(-0.2rem);
      box-shadow: 0 0.6rem 5rem rgba(0, 0, 0, 0.2); }
    .form__submit:disabled {
      background-color: #d69a95; }
      .form__submit:disabled:hover {
        transform: translateY(0);
        box-shadow: none; }

#g-recaptcha {
  transform-origin: left;
  transition: transform 0.3s cubic-bezier(0.075, 0.82, 0.165, 1); }
  @media only screen and (max-width: 28.125em) {
    #g-recaptcha {
      transform: scale(0.82); } }

.floating-nav {
  opacity: 0;
  transition: 0.3s opacity cubic-bezier(0.175, 0.885, 0.32, 1.275); }
  .floating-nav__checkbox {
    display: none; }
  .floating-nav__checkbox:checked ~ .floating-nav__background {
    transform: scale(70); }
  .floating-nav__checkbox:checked + .floating-nav__button > .floating-nav__hamburger {
    background-color: transparent; }
    .floating-nav__checkbox:checked + .floating-nav__button > .floating-nav__hamburger::before {
      transform: rotate(-135deg); }
    .floating-nav__checkbox:checked + .floating-nav__button > .floating-nav__hamburger::after {
      transform: rotate(135deg); }
  .floating-nav__checkbox:checked ~ .floating-nav__nav {
    width: 100%;
    opacity: 1; }
  .floating-nav__checkbox:checked ~ .floating-nav__nav > .floating-nav__btn-wrap {
    visibility: visible; }
  .floating-nav__button {
    position: fixed;
    top: 0rem;
    right: 0rem;
    background-color: #fff;
    height: 8rem;
    width: 8rem;
    z-index: 11;
    box-shadow: 0 0rem 7rem 2rem rgba(0, 0, 0, 0.1); }
    @media only screen and (max-width: 37.5em) {
      .floating-nav__button {
        height: 6rem;
        width: 6rem; } }
    .floating-nav__button:hover {
      cursor: pointer; }
  .floating-nav__button:hover > .floating-nav__hamburger::before {
    transform: rotate(0) translate(0, -1.4rem); }
    @media only screen and (max-width: 37.5em) {
      .floating-nav__button:hover > .floating-nav__hamburger::before {
        transform: rotate(0) translate(0, -1rem); } }
  .floating-nav__button:hover > .floating-nav__hamburger::after {
    transform: rotate(0) translate(0, 1.4rem); }
    @media only screen and (max-width: 37.5em) {
      .floating-nav__button:hover > .floating-nav__hamburger::after {
        transform: rotate(0) translate(0, 1rem); } }
  .floating-nav__hamburger {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%); }
    .floating-nav__hamburger, .floating-nav__hamburger::before, .floating-nav__hamburger::after {
      display: inline-block;
      position: absolute;
      height: .2rem;
      width: 4rem;
      background-color: #97423b;
      z-index: 11;
      transition: transform 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275), opacity 300ms cubic-bezier(0.19, 1, 0.22, 1); }
      @media only screen and (max-width: 37.5em) {
        .floating-nav__hamburger, .floating-nav__hamburger::before, .floating-nav__hamburger::after {
          width: 3rem; } }
    .floating-nav__hamburger::before {
      content: '';
      transform: rotate(0) translate(0rem, -1rem); }
    .floating-nav__hamburger::after {
      content: '';
      transform: rotate(0) translate(0, 1rem); }
  .floating-nav__background {
    position: fixed;
    top: 0;
    right: 0;
    height: 8rem;
    width: 8rem;
    z-index: 10;
    background-color: transparent;
    transition: transform 0.7s cubic-bezier(0.86, 0, 0.07, 1);
    background-image: radial-gradient(#97423b, black); }
    @media only screen and (max-width: 37.5em) {
      .floating-nav__background {
        height: 4rem;
        width: 4rem; } }
  .floating-nav__nav {
    position: fixed;
    top: 0;
    right: 0;
    height: 100vh;
    width: 0;
    z-index: 10;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    opacity: 0;
    transition: width 0.6s cubic-bezier(0.86, 0, 0.07, 1), opacity 0.6s cubic-bezier(0.86, 0, 0.07, 1);
    text-align: center; }
    @media only screen and (max-height: 450px) {
      .floating-nav__nav {
        align-items: flex-start;
        text-align: left; } }
    .floating-nav__nav-item > a {
      display: inline-block;
      padding: 2rem 4rem;
      color: #F0F0F0;
      font-size: 2rem;
      font-weight: 600;
      white-space: nowrap;
      background-image: linear-gradient(45deg, transparent 0%, transparent 50%, #f0f0f0 50%, #f0f0f0 100%);
      background-size: 280%;
      transition: transform 0.3s ease, color 250ms cubic-bezier(0.175, 0.885, 0.32, 1.275), background-position 300ms ease-out; }
      .floating-nav__nav-item > a:hover, .floating-nav__nav-item > a:active {
        background-position: 99%;
        color: #363636;
        transform: translateX(1rem); }
  .floating-nav__btn-wrap {
    position: absolute;
    bottom: 10rem;
    left: 50%;
    transform: translateX(-50%);
    visibility: hidden;
    transition: left 300ms ease-in-out, transform 300ms ease-in-out; }
    @media only screen and (max-height: 480px) {
      .floating-nav__btn-wrap {
        left: unset;
        right: 2rem;
        transform: translateX(0);
        bottom: 2rem; } }
    @media only screen and (max-width: 800px) and (min-height: 480px) {
      .floating-nav__btn-wrap {
        bottom: 7.5rem; } }
    @media only screen and (max-width: 550px) and (min-height: 480px) {
      .floating-nav__btn-wrap {
        bottom: 4rem; } }
  .floating-nav__btn-link {
    display: inline-block;
    padding: 2rem 3rem;
    background-color: transparent;
    border: 2px solid #fff;
    font-family: "Jura", sans-serif;
    font-size: 1.8rem;
    font-weight: 600;
    outline: none;
    white-space: nowrap;
    cursor: pointer;
    color: #fff;
    transition: box-shadow 300ms ease, transform 300ms cubic-bezier(0.075, 0.82, 0.165, 1); }
    @media only screen and (max-width: 37.5em) {
      .floating-nav__btn-link {
        padding: 1rem 1.5rem; } }
    .floating-nav__btn-link:hover {
      box-shadow: 0 2rem 5rem rgba(255, 255, 255, 0.1);
      transform: translateY(-1.4rem); }

#vk-logo-1 {
  color: #97423b; }

#vk-logo-2 {
  color: #177e89; }

.footer {
  background-color: black;
  color: #eee;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  box-shadow: 0 -5rem 5rem rgba(0, 0, 0, 0.1);
  padding: 5rem;
  position: relative;
  z-index: 4; }
  @media only screen and (max-width: 50em) {
    .footer {
      padding: 2rem; } }
  .footer__info {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    border-bottom: 1px solid rgba(151, 66, 59, 0.5);
    padding-bottom: 2rem; }
    @media only screen and (max-width: 45.625em) {
      .footer__info {
        flex-direction: row;
        flex-wrap: wrap; } }
  .footer__social {
    display: flex;
    justify-content: flex-start;
    flex: 1; }
    @media only screen and (max-width: 75em) {
      .footer__social {
        flex-direction: column;
        align-items: flex-start; } }
    @media only screen and (max-width: 45.625em) {
      .footer__social {
        padding-right: 2rem;
        flex-basis: 50%; } }
    @media only screen and (max-width: 430px) {
      .footer__social {
        align-items: flex-start;
        padding-right: 0;
        align-self: flex-end; } }
    .footer__social-group-1 {
      display: flex;
      align-items: center;
      justify-content: start;
      margin-right: 3rem;
      color: #97423b; }
      @media only screen and (max-width: 75em) {
        .footer__social-group-1 {
          margin-bottom: .5rem; } }
      @media only screen and (max-width: 45.625em) {
        .footer__social-group-1 {
          margin-right: 1rem; } }
      @media only screen and (max-width: 430px) {
        .footer__social-group-1 {
          flex-basis: 100%;
          margin-right: 0; } }
    .footer__social-group-2 {
      display: flex;
      align-items: center;
      justify-content: center;
      margin-right: 3rem; }
      .footer__social-group-2 > p {
        color: #177e89; }
      @media only screen and (max-width: 430px) {
        .footer__social-group-2 {
          flex-basis: 100%;
          margin-right: 0; } }
    .footer__social-vk {
      height: 5rem;
      padding-right: 2rem; }
      .footer__social-vk:hover {
        filter: drop-shadow(0 0 5rem rgba(151, 66, 59, 0.5)); }
  .footer__logo {
    display: flex;
    justify-content: center;
    flex: 1; }
    @media only screen and (max-width: 45.625em) {
      .footer__logo {
        order: -1;
        flex-basis: 100%;
        padding: 5rem; } }
    .footer__logo-img {
      height: 15rem;
      display: block;
      transition: filter .3s ease; }
      @media only screen and (max-width: 56.25em) {
        .footer__logo-img {
          height: 10rem; } }
      @media only screen and (max-width: 45.625em) {
        .footer__logo-img {
          width: 50%;
          height: 50%; } }
      @media only screen and (max-width: 34.375em) {
        .footer__logo-img {
          width: 70%;
          height: 70%; } }
  .footer__contacts {
    flex: 1;
    text-align: right;
    font-size: 1.4rem; }
    @media only screen and (max-width: 45.625em) {
      .footer__contacts {
        flex-basis: 50%; } }
    @media only screen and (max-width: 28.125em) {
      .footer__contacts {
        text-align: center; } }
    .footer__contacts-header {
      color: #97423b;
      font-size: 2rem;
      padding-bottom: 1rem;
      border-bottom: 1px solid rgba(151, 66, 59, 0.5);
      margin-bottom: 1rem;
      padding-left: 5rem;
      display: inline-block; }
      @media only screen and (max-width: 28.125em) {
        .footer__contacts-header {
          padding-left: 0; } }
    .footer__contacts-info a {
      color: #97423b; }
  .footer__copy {
    display: flex;
    justify-content: space-between;
    width: 100%;
    padding-top: 4rem; }
    @media only screen and (max-width: 56.25em) {
      .footer__copy {
        flex-direction: column;
        align-items: center; } }
    .footer__copy-text {
      display: flex;
      justify-content: center;
      align-items: center;
      font-family: "Jura", sans-serif; }
      @media only screen and (max-width: 56.25em) {
        .footer__copy-text {
          margin-top: 1rem; } }
    .footer__copy__cta {
      display: flex;
      justify-content: center;
      align-items: center; }
      .footer__copy__cta > button {
        border: 2px solid #97423b;
        padding: 1.5rem 2.5rem;
        color: #97423b;
        outline: none;
        background-color: transparent;
        font-family: "Jura", sans-serif; }
        .footer__copy__cta > button:hover {
          box-shadow: 0 0 4rem rgba(151, 66, 59, 0.3);
          cursor: pointer; }
      @media only screen and (max-width: 25em) {
        .footer__copy__cta {
          padding-bottom: 4rem; } }
    .footer__copy-links {
      display: flex;
      justify-content: center;
      align-items: center; }
      @media only screen and (max-width: 56.25em) {
        .footer__copy-links {
          text-align: center; } }
      @media only screen and (max-width: 25em) {
        .footer__copy-links {
          flex-direction: column;
          padding-bottom: 4rem; } }
    .footer__copy-links > a {
      padding: 1rem 1.5rem;
      color: rgba(151, 66, 59, 0.8);
      transition: color .3s ease; }
      .footer__copy-links > a:first-child {
        padding: 1rem 1.5rem 1rem 0; }
      .footer__copy-links > a:hover {
        color: #97423b; }
      @media only screen and (max-width: 56.25em) {
        .footer__copy-links > a {
          font-size: 1.4rem; } }

.go-back {
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 10%;
  background-color: rgba(151, 66, 59, 0.05);
  transition: background-color 300ms ease;
  display: flex;
  justify-content: center;
  align-items: center; }
  .go-back:hover {
    background-color: rgba(151, 66, 59, 0.15); }
  .go-back__btn {
    display: block;
    width: 30%;
    filter: drop-shadow(0 0 2rem rgba(0, 0, 0, 0.2)); }
  @media only screen and (max-width: 56.25em) {
    .go-back {
      display: none; } }

.header-license {
  min-height: 10vh; }

.license {
  max-width: 90rem;
  margin: 10rem auto 10rem auto;
  padding: 0 3rem; }
  .license__heading {
    font-family: "Jura", sans-serif;
    margin-bottom: 2rem; }
  .license__heading-secondary {
    font-family: "Jura", sans-serif;
    margin-bottom: 1.5rem; }
  .license__heading-tertiary {
    font-family: "Jura", sans-serif;
    margin-bottom: 1.2rem; }
  .license__para {
    margin-bottom: 2.5rem;
    line-height: 2.2rem; }

.agreement, .oferta {
  max-width: 90rem;
  margin: 8rem auto 8rem auto;
  padding: 0 3rem; }
  .agreement__heading, .oferta__heading {
    font-family: "Jura", sans-serif;
    margin-bottom: 2rem; }
  .agreement__para, .oferta__para {
    margin-bottom: 2.5rem;
    line-height: 2.2rem; }
    .agreement__para::selection, .oferta__para::selection {
      background: #97423b;
      color: white; }
    .agreement__para > a:active,
    .agreement__para > a:visited, .oferta__para > a:active,
    .oferta__para > a:visited {
      color: #97423b;
      font-weight: 500; }
    .agreement__para > span, .oferta__para > span {
      font-weight: 600; }

.scroll-home {
  position: fixed;
  z-index: 9;
  height: 8rem;
  width: 8rem;
  bottom: 2rem;
  left: 2rem;
  opacity: .3;
  display: none;
  cursor: pointer;
  transition: opacity 0.3s ease, transform 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275); }
  .scroll-home:hover {
    opacity: 1; }
  .scroll-home__btn {
    width: 100%;
    display: block; }
  @media only screen and (max-width: 37.5em) {
    .scroll-home {
      right: .5rem;
      bottom: .5rem;
      height: 5rem;
      width: 5rem;
      left: unset; } }

.floating-btns-animations {
  transform: translateY(-40rem); }

.phone {
  position: fixed;
  z-index: 9;
  height: 8rem;
  width: 8rem;
  bottom: 12rem;
  left: 2rem;
  opacity: .3;
  display: none;
  cursor: pointer;
  transition: opacity 0.3s ease, transform 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275); }
  .phone:hover {
    opacity: 1; }
  .phone__btn {
    width: 100%;
    display: block; }
  @media only screen and (max-width: 37.5em) {
    .phone {
      right: .5rem;
      left: unset;
      bottom: 5.7rem;
      height: 5rem;
      width: 5rem; } }

.extra-logo {
  position: absolute;
  left: 12%;
  top: 2rem; }
  @media only screen and (max-width: 62.5em) {
    .extra-logo {
      left: 50%;
      top: 9rem;
      transform: translateX(-50%);
      text-align: center; } }
  @media only screen and (max-width: 45.625em) {
    .extra-logo {
      top: 4.5rem; } }
  .extra-logo__img {
    width: 25%;
    display: block; }
    @media only screen and (max-width: 62.5em) {
      .extra-logo__img {
        margin: 0 auto; } }
    @media only screen and (max-width: 45.625em) {
      .extra-logo__img {
        width: 50%; } }
    @media only screen and (max-width: 28.125em) {
      .extra-logo__img {
        width: 75%; } }

@media only screen and (max-width: 45.625em) {
  .extra-footer-logo {
    width: 100%;
    height: 100%; } }

.overflow-hidden {
  overflow: hidden;
  padding-right: 15px; }

.scrollbar-measure {
  width: 100px;
  height: 100px;
  overflow: scroll;
  position: absolute;
  top: -100rem; }

#leads {
  position: absolute; }

.hover-white-shadow:hover {
  filter: drop-shadow(0 0 4rem rgba(255, 255, 255, 0.5)); }
