  .grecaptcha-badge,
  .grecaptcha-logo {
      visibility: hidden !important;
  }

  .footer-menu li.menu-item-has-children>a:after {
      background-image: url(https://spdload.com/wp-content/themes/SPDLoad/img/menu-chidpren-arrow.svg);
      width: 7px;
      height: 5px;
  }

  .footer_sitemap-copy {
      text-align: center;
      opacity: .4;
      font-size: 16px;
  }

  .footer_sitemap-copy small {
      font-size: 70%;
  }

  .footer a:hover {
      color: #ff2c55;
  }

  .footer h3,
  .footer-menu a,
  .footer_sitemap-link {
      text-transform: uppercase;
  }

  @media (min-width: 1024px) {
      .footer-menu .menu-custom_menu-container {
          width: 45%;
      }
  }

  .back-to-top,
  .footer-menu .menu>.menu-item>.sub-menu>li>a:before,
  .footer-menu ul li.contact_btn {
      display: none;
  }

  .footer {
      background: #fff;
      box-shadow: 0 5px 15px #212121;
      padding: 2rem 1rem 1rem;
      overflow: hidden;
      position: relative;
      flex-shrink: 0;
  }

  .footer a.btn {
      color: #fff;
      width: 200px;
      margin-left: 40px;
      margin-top: 30px;
  }

  .footer_contact a.btn.contact_btn {
      display: flex;
      align-items: center;
      justify-content: center;
      margin-left: 0;
      padding: .5em 1em;
      text-align: center;
  }

  @media (max-width: 768px) {
        .footer_contact a.btn.contact_btn {
          margin-left: auto;
      }
  }

  .back-to-top {
      background: #ff2d55;
      border-radius: 100%;
      width: 40px;
      height: 40px;
      color: #fff;
      font-size: 1.5rem;
      position: fixed;
      bottom: 55px;
      right: 1.25rem;
      cursor: pointer;
      z-index: 222;
      align-items: center;
      justify-content: center;
  }

  .back-to-top-arrow {
      width: 2.4062rem;
      height: 2.4062rem;
      display: flex;
      align-items: center;
      justify-content: center;
  }

  .back-to-top-arrow svg {
      width: 40%;
      height: 40%;
  }

  .flex-block {
      display: flex;
      justify-content: space-between;
      flex-wrap: wrap;
  }

  .w25,
  .w50 {
      display: inline-block;
      width: 100%;
      font-size: 0;
  }

  .footer-menu {
      padding-bottom: 1rem;
  }

  .footer-menu .contact_btn {
      display: none !important;
  }

  .footer-menu a {
      font-size: .875rem;
      line-height: 1.5;
      font-weight: 400;
      letter-spacing: normal;
      position: relative;
  }

  .footer-menu ul {
      list-style-type: none;
      padding: 0;
  }

  .footer-menu ul li {
      position: relative;
      width: 100%;
  }

  .footer a {
      margin: 0;
      text-decoration: none;
      line-height: 2;
  }

  .footer-menu .menu-item-has-children>a {
      position: relative;
      padding-right: 2rem;
      white-space: nowrap;
  }

  .footer-menu li.menu-item-has-children:hover>a {
      z-index: 11;
  }

  .footer-menu li.menu-item-has-children>a:after {
      position: absolute;
      content: "";
      top: 50%;
      right: 1rem;
      -webkit-transform: translateY(-50%) rotate(90deg);
      transform: translateY(-50%) rotate(90deg);
      opacity: .5;
      transition: transform .3s, opacity .3s, -webkit-transform .3s;
      left: auto;
      bottom: auto;
      background-color: transparent;
  }

  @media (max-width: 1023px) {
      .footer-menu ul li .sub-menu {
          display: none;
          padding-left: 17px;
      }
  }

  @media (max-width: 767px) {
      .footer .footer_contact a {
          margin-left: auto;
          margin-right: auto;
      }

      .footer {
          text-align: center;
      }

      .footer-menu li>a {
          width: 100%;
          display: block;
          padding-right: 32px;
          text-align: center;
      }
  }

  @media (min-width: 1024px) {
      .footer-menu ul li .sub-menu {
          visibility: hidden;
          width: 100%;
          position: absolute;
          top: 0;
          left: 100%;
          display: flex;
          margin: 0;
          padding: 0 8px 8px;
          background-color: #fff;
      }

      .footer-menu ul li:hover>.sub-menu {
          visibility: visible;
          z-index: 11;
      }

      .footer-menu .menu>.menu-item-has-children>.sub-menu {
          padding-right: 0;
      }
  }

  .footer h3 {
      position: relative;
      padding: 0 0 0 4.625rem;
      margin: 0 0 1.25rem;
      font-size: 1.125rem;
      display: inline-block;
  }

  .footer h3::after {
      content: "";
      background: #ff2d55;
      width: 3.875rem;
      height: .0625rem;
      position: absolute;
      top: 50%;
      left: 0;
      -webkit-transform: translateY(-50%);
      transform: translateY(-50%);
  }

  .footer_social-list {
      padding: 0;
      margin: 0 0 1.25rem;
      list-style-type: none;
  }

  .footer_social-list li {
      margin-right: .625rem;
      margin-bottom: .625rem;
      display: inline-block;
      text-align: center;
  }

  .footer_social-list li img {
      width: 1.875rem;
  }

  .footer_skype {
      margin-bottom: 1.25rem;
  }

  .footer_skype a {
      background-image: url(https://spdload.com/wp-content/themes/SPDLoad/img/phone.svg);
  }

  .footer_mail a,
  .footer_skype a {
      display: inline-block;
      position: relative;
      padding: 0 0 0 3.125rem;
      line-height: 1.875rem;
      font-size: 1rem;
      font-weight: 400;
      background-size: contain;
      background-repeat: no-repeat;
      background-position: left center;
  }

  .footer_mail a {
      background-image: url(https://spdload.com/wp-content/themes/SPDLoad/img/email.svg);
  }

  .footer_sitemap-link {
      font-size: .75rem;
      margin-bottom: .625rem;
      text-align: center;
      display: flex;
      align-items: center;
      justify-content: center;
      flex-direction: column;
  }

  .footer_sitemap-link a {
      padding: .625rem;
      position: relative;
  }

  .footer .container {
      width: 90%;
  }

  .footer {
      z-index: 5;
  }

  .footer,
  .footer a,
  .footer h3 {
      color: #212121;
      font-weight: 400;
      transition-duration: .25s;
      transition-property: color;
  }

  @media (min-width: 768px) {
      .flex-block {
          text-align: left;
      }

      .w25 {
          width: 25%;
      }

      .w50 {
          width: 50%;
      }

      .footer-menu ul {
          padding-left: 40px;
      }

      .footer a {
          line-height: 1.7;
      }

      .footer-menu .menu>.menu-item>.sub-menu>li>a {
          display: inline-flex;
      }

      .footer-menu .menu-item-has-children>a {
          padding-left: 0;
      }

      .footer-menu li.menu-item-has-children:hover>a:after {
          -webkit-transform: translateY(-50%) rotate(-90deg);
          transform: translateY(-50%) rotate(-90deg);
          opacity: 1;
      }

      .footer_sitemap-link {
          flex-direction: row;
      }

      .footer .container {
          width: inherit;
      }
  }

  @media (min-width: 1280px) {
      .footer-menu ul .menu-item-has-children {
          padding-right: 140px;
      }
  }

  .footer .btn.contact_btn {
      width: 200px;
      margin-left: 40px;
      margin-top: 20px;
      color: #fff;
  }