body {
  margin: 0;
  padding: 0;
  background: #ffffff;
  font-family: 'DM Sans';
}

.header-desktop {
  width: 100%;
  position: fixed;
  top: 0;
  z-index: 1;
  background: #ffffff;
}

.header-container {
  max-width: 1320px;
  margin: 0 auto;
  padding: 0 60px 10px 60px;
  height: 80px;
  align-items: flex-end;
  display: flex;
  justify-content: space-between;
  background: #ffffff;
  z-index: 1;
}

.header-container a {
  text-decoration: none;
  margin-left: 35px;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 16px;
  color: #373B48;
}

.header-container a:hover {
  color: #3E64FF;
}

.header-logo img {
  width: 138px;
}

a.sign-up-button {
  width: 120px;
  color: #ffffff;
  padding: 15px 0;
  display: inline-block;
  text-align: center;
  background: #3E64FF;
  border-radius: 8px;
}

a.sign-up-button:hover {
  color: #ffffff;
  background: #375ae5;
}

.header.mobile-navigation {
  display: none;
}

.footer-desktop {
  border-top: 1px solid #E3E4E8;
}

.footer-container {
  max-width: 1180px;
  padding: 60px 130px 60px 130px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 0 auto;
}

.footer-copyrights img {
  width: 138px;
  margin-bottom: 24px;
}

.footer-copyrights p {
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 24px;
  color: #6A6E7C;
}

.footer-links {
  display: flex;
}

.footer-links a {
  display: block;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 32px;
  color: #6A6E7C;
  text-decoration: none;
  margin-left: 55px;
}

.footer-links a:hover {
  color: #3E64FF;
}

.footer-mobile {
  display: none;
}


@media all and (max-width: 992px) {
  header {
    display: none;
  }

  .header-links-container {
    display: none;
  }

  .header.mobile-navigation {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    padding: 20px 60px;
  }

  .header {
    background-color: #fff;
    z-index: 3;
  }

  .header ul {
    margin: 0;
    padding: 0;
    list-style: none;
    overflow: hidden;
    background-color: #fff;
  }

  .header li a {
    display: block;
    padding: 10px 0;
    text-decoration: none;
    text-align: left;
    color: #373B48;
  }

  .header li a.sign-up-link {
    color: #3E64FF;
  }

  .header li a:hover,
  .header .menu-btn:hover {
    background-color: #f4f4f4;
  }

  .header li a:hover {
    color: #3E64FF;
  }

  .header li a.sign-up-link:hover {
    color: #375ae5;
  }

  .header .menu {
    text-align: center;
    clear: both;
    max-height: 0;
    transition: max-height .2s ease-out;
    width: 100%;
    margin-top: 40px;
  }

  .header .menu-icon {
    cursor: pointer;
    display: inline-block;
    float: right;
    padding: 28px 20px;
    position: relative;
    user-select: none;
  }

  .header .menu-icon .navicon {
    background: #333;
    display: block;
    height: 2px;
    position: relative;
    transition: background .2s ease-out;
    width: 18px;
  }

  .header .menu-icon .navicon:before,
  .header .menu-icon .navicon:after {
    background: #333;
    content: '';
    display: block;
    height: 100%;
    position: absolute;
    transition: all .2s ease-out;
    width: 130%;
  }

  .header .menu-icon .navicon:before {
    top: 8px;
  }

  .header .menu-icon .navicon:after {
    top: -8px;
  }

  .header .menu-btn {
    display: none;
  }

  .header .menu-btn:checked ~ .menu {
    max-height: 240px;
    width: 100%;
    margin-top: 40px;
  }

  .header .menu-btn:checked ~ .menu-icon .navicon {
    background: transparent;
  }

  .header .menu-btn:checked ~ .menu-icon .navicon:before {
    transform: rotate(-45deg);
  }

  .header .menu-btn:checked ~ .menu-icon .navicon:after {
    transform: rotate(45deg);
  }

  .header .menu-btn:checked ~ .menu-icon:not(.steps) .navicon:before,
  .header .menu-btn:checked ~ .menu-icon:not(.steps) .navicon:after {
    top: 0;
  }

  .footer-mobile {
    display: block;
  }

  .footer-desktop {
    display: none;
  }

  .footer_menu {
    width: 100%;
  }

  .footer_menu a {
    display: block;
    padding: 10px 15px;
  }

  .drop-down a {
    min-width: 90px;
  }

  .drop-down-menu {
    display: block;
  }

  .menu-title {
    display: block;
    padding: 25px 15px;
    background: #ffffff;
    color: #373B48;
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 16px;
    cursor: pointer;
    border-bottom: 1px solid #E3E4E8;
  }

  .activate {
    display: none;
    position: absolute;
    cursor: pointer;
    width: 100%;
    height: 40px;
    margin: 0 0 0 -15px;
    opacity: 0;
  }

  .drop-down {
    max-height: 0;
    overflow: hidden;
  }

  .drop-down a {
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 40px;
    color: #6A6E7C;
    text-decoration: none;
  }

  .drop-down a:hover {
    color: #3E64FF;
  }

  .activate:checked ~ .drop-down {
    max-height: 250px;
  }

  .footer_menu img.opened {
    display: none;
  }

  .activate:checked ~ img.closed {
    display: none;
  }

  .activate:checked ~ img.opened {
    display: inline-block;
  }

  .drop-down, .footer_menu a, .drop-down-menu {
    -webkit-transform: translateZ(0);
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
  }

  .drop-down-menu img {
    position: absolute;
    top: 30px;
    color: #fff;
    right: 14px;
    font-size: 1.5em;
    width: 13px;
  }

  .footer-container {
    padding: 60px 20px 20px 20px;
    display: block;
  }

  .footer-copyrights {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 20px;
  }

  .footer-copyrights p {
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 24px;
    text-align: right;
    color: #6A6E7C;
  }

  .footer-copyrights img {
    width: 42px;
  }
}

@media all and (max-width: 768px) {
  .header.mobile-navigation {
    padding: 20px;
  }
}
