.header {
  color: #22dcff;
  position: relative;
  width: 100%;
  z-index: 10;
}

.header a {
  color: #22dcff;
  text-decoration: none;
  -webkit-transition: color .1s ease-in-out;
  transition: color .1s ease-in-out;
}

.header a:hover {
  color: rgba(38, 50, 56, 0.7);
}

.header .logo {
  display: block;
  width: 100px;
}

@media (min-width: 992px) {
  .header .logo {
    width: auto;
    height: auto;
  }
}

.header .logo-dark {
  display: block;
}

.header .logo-light {
  display: none;
}

.header .social-menu a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 20px;
  height: 20px;
  margin-right: 10px;
  background-color: transparent;
  border: 2px solid transparent;
  border-radius: 50%;
  color: #22dcff!important;
  font-size: 10px;
  text-align: center;
  -webkit-transition: all .1s ease-in-out;
  transition: all .1s ease-in-out;
}

.header .social-menu a svg {
  margin: auto;
}

.header .social-menu a:hover {
  opacity: 0.5;
  border-color: #22dcff;
  background-color: #22dcff;
  color: #ccc;
}

.header--top-wrapper {
  background: linear-gradient(180deg, rgba(0,0,0,1) 0%, rgba(67,67,67,1) 100%);
  border-bottom: 1px solid #22dcff;
}

.header--top-wrapper .region-header-secondary-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.header--top-wrapper .region-header-secondary-menu > * {
  border-left: 1px solid #cfd8dc;
  margin-left: .75rem;
  padding-left: .75rem;
}

.header--top-wrapper .region-header-secondary-menu > *:first-child {
  border-left: none;
  margin-left: 0;
  padding-left: 0;
}

.header--top-wrapper ul.menu, .header--top-wrapper ul.links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  list-style: none;
  margin: 0;
  padding: 0;
}

.header--top-wrapper ul.menu > li, .header--top-wrapper ul.links > li {
  margin-left: .75rem;
}

.header--top-wrapper ul.menu > li:first-child, .header--top-wrapper ul.links > li:first-child {
  margin-left: 0;
}

.header-top {
  padding: 8px 0;
  color: #22dcff;
  font-size: 80%;
}

.header-top a {
  color: #22dcff;
}

.header-top a:hover {
  color: rgba(38, 50, 56, 0.7);
}

.header--bottom-wrapper {
  background: linear-gradient(180deg, rgba(0,0,0,1) 0%, rgba(67,67,67,1) 100%);
  padding: 15px 0 15px;
  border-top: none;
  border-bottom: 0px solid #22dcff;
}

.header--action-menu li {
  border-left: 1px solid #b0bec5;
  font-size: 1.333rem;
}

.header--action-menu li:first-child {
  border-left: none;
}

.header--action-menu li:first-child button {
  padding-left: 0;
}

.header--action-menu button {
  background: transparent;
  padding: 0 1rem;
  border: none;
  color: #22dcff;
  cursor: pointer;
}

.header--action-menu button:hover {
  color: rgba(38, 50, 56, 0.7);
}
.page-footer__top-wrapper {
  background-color: #11171a;
  padding: 2rem 0;
  color: rgba(255, 255, 255, 0.3);
  text-align: center;
}

.page-footer__top-wrapper a {
  color: #FFF;
}

.page-footer__top-wrapper a:hover {
  opacity: .7;
}

.page-footer__top-wrapper .logo {
  display: inline-block;
  margin-bottom: 1.5rem;
}

.page-footer__top-wrapper .logo-dark {
  display: none;
}

.page-footer__top-wrapper .social-menu {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 1.5rem;
}

.page-footer__top-wrapper .social-menu a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 40px;
  height: 40px;
  margin-right: 15px;
  border: 2px solid #FFF;
  border-radius: 50%;
  -webkit-transition: background-color .2s ease-in-out, color .2s ease-in-out;
  transition: background-color .2s ease-in-out, color .2s ease-in-out;
}

.page-footer__top-wrapper .social-menu a:last-child {
  margin-right: 0;
}

.page-footer__top-wrapper .social-menu a svg {
  margin: auto;
}

.page-footer__top-wrapper .social-menu a:hover {
  opacity: 1;
  background-color: #FFF;
  color: #000;
}

.page-footer__top-wrapper .social-menu .social-menu--link-title {
  margin-left: -10px;
  margin-right: 15px;
}

.page-footer__top-wrapper .block {
  margin-bottom: 1.5rem;
}

.page-footer__top-wrapper .block:last-child {
  margin-bottom: 0;
}

.page-footer__top-wrapper .block-menu {
  margin-left: -9999rem;
  margin-right: -9999rem;
  padding-left: 9999rem;
  padding-right: 9999rem;
  position: static;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

.page-footer__top-wrapper .block-menu ul {
  display: block;
  list-style: none;
  margin: 0;
  padding: 0;
}

@media (min-width: 768px) {
  .page-footer__top-wrapper .block-menu ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.page-footer__top-wrapper .block-menu ul li a {
  display: block;
  padding: 1rem .8rem 1.1rem .8rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  line-height: 1rem;
}

@media (min-width: 768px) {
  .page-footer__top-wrapper .block-menu ul li a {
    border-bottom: none;
  }
}

.page-footer__bottom-wrapper {
  background-color: #0a1013;
  color: rgba(255, 255, 255, 0.4);
  text-align: center;
}

.page-footer__bottom-wrapper a {
  color: rgba(255, 255, 255, 0.6);
  text-decoration: underline;
}
