@media only screen and (max-width: 768px) {
  /* For mobile phones and tablets: */
  .sidebar.active {
    left: 0; }
  header {
    padding: 15px 0;
    font-size: 0;
    position: fixed;
    z-index: 11; }
    header .logo,
    header .logo-white {
      margin-left: 5px;
      transform: scale(0.7); }
    header .logo.active {
      filter: invert(1) grayscale(1) brightness(100) contrast(1); }
    header .menu {
      display: none; }
    header .menu-icon {
      display: block;
      margin-right: 15px; }
    header .menu-icon.active {
      background: #212121; }
    header .menu-icon.active:before,
    header .menu-icon.active:after {
      background: #fff;
      top: 0;
      border-radius: 18px; }
    header .menu-icon.active:before {
      transform: rotate(45deg) scale(1.1); }
    header .menu-icon.active:after {
      transform: rotate(135deg) scale(1.1); }
  .btn-hire {
    display: none;
    display: inline-block;
    position: absolute;
    left: -100vw;
    transition: all 0.3s; }
  .v-title-sm {
    font-size: 16px;
    line-height: 20px; }
  .v-title-md {
    font-size: 16px;
    line-height: 20px;
    font-weight: normal; }
  .v-title-lg {
    font-size: 18px;
    line-height: 22px; }
  .v-title-xl {
    font-size: 24px;
    line-height: 1.4; }
  .v-text {
    font-size: 14px;
    line-height: 17px; }
  .v-text-promo {
    font-weight: bold; } }

@media only screen and (min-width: 500px) and (max-width: 768px) {
  /* For tablets: */
  .sidebar ul {
    margin-left: 130px;
    margin-top: 210px; }
    .sidebar ul li {
      margin-bottom: 40px; }
  .btn-hire {
    top: 700px; }
  .btn-hire.active {
    left: 130px; }
  .footer {
    padding: 50px;
    margin-top: 100px; }
    .footer .content {
      display: grid;
      grid-template: repeat(2, 1fr)/2fr 1fr;
      justify-content: space-between;
      align-items: center;
      grid-row-gap: 50px; }
    .footer .site-policy {
      grid-row: 1/2;
      grid-column: 2/3;
      display: flex;
      white-space: nowrap; }
    .footer .btn-footer {
      grid-row: 2/3;
      grid-column: 2/3;
      justify-self: flex-end;
      margin: 0; }
    .footer .social-media {
      justify-self: flex-start; }
    .footer .rights-reserved {
      color: #76D9C1;
      justify-self: flex-start; }
    .footer .site-policy li {
      display: block; }
    .footer .social-media,
    .footer .site-policy {
      font-size: 0;
      justify-self: flex-start; }
    .footer .social-media li {
      margin-right: 0; }
    .footer .social-media li:not(:first-child) {
      margin-left: 20px; } }
