/*!
Theme Name: Cyberloop
Theme URI: https://kozlov.io
Author: Ivan_Ko2lov
Author URI: https://kozlov.io
Description: Cyberloop WordPress theme
Version: 1.0.0
Requires at least: 6.0
Tested up to: 6.7
Requires PHP: 8.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: cl
Tags: custom-menu, custom-logo, featured-images, translation-ready
*/
.footer {
  padding-top: 5.2083333333vw;
  padding-bottom: 5.2083333333vw;
  color: var(--Text-1);
  background: #101523;
}
@media (max-width: 767.99px) {
  .footer {
    padding-top: 6.6666666667vw;
    padding-bottom: 6.6666666667vw;
  }
}
.footer__top {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 1.6666666667vw;
}
@media (max-width: 767.99px) {
  .footer__top {
    justify-content: center;
    flex-wrap: wrap;
    column-gap: 4.4444444444vw;
    row-gap: 8.8888888889vw;
  }
}
@media (max-width: 767.99px) {
  .footer__col--logo {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
  }
}
@media (max-width: 767.99px) {
  .footer__col--nav-1, .footer__col--nav-2 {
    width: calc(50% - 2.2222222222vw);
  }
}
.footer__col--social {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 767.99px) {
  .footer__col--social {
    justify-content: center;
  }
}
.footer__logo {
  display: inline-flex;
  align-items: center;
  text-decoration: none;
  color: inherit;
}
.footer__logo-img {
  display: block;
  height: 1.0416666667vw;
  width: auto;
}
@media (max-width: 767.99px) {
  .footer__logo-img {
    height: 5vw;
  }
}
.footer__heading {
  margin: 0;
  color: var(--Text-1, #F1F2F4);
  font-size: 1.0416666667vw;
  font-weight: 700;
  line-height: 1.3;
  text-transform: uppercase;
}
@media (max-width: 767.99px) {
  .footer__heading {
    font-size: 4.1666666667vw;
  }
}
.footer__nav {
  margin-top: 1.5625vw;
}
@media (max-width: 767.99px) {
  .footer__nav {
    margin-top: 4.4444444444vw;
  }
}
.footer__menu {
  display: flex;
  flex-direction: column;
  gap: 0.8333333333vw;
  margin: 0;
  padding: 0;
  list-style: none;
}
@media (max-width: 767.99px) {
  .footer__menu {
    gap: 2.2222222222vw;
  }
}
.footer__menu a {
  color: #555D68;
  font-size: 0.9375vw;
  font-weight: 400;
  line-height: 130%;
  text-decoration: none;
  transition: color var(--transition-base);
}
@media (max-width: 767.99px) {
  .footer__menu a {
    font-size: 3.8888888889vw;
  }
}
.footer__menu a:hover {
  color: var(--Text-1);
}
.footer__contacts {
  display: flex;
  flex-direction: column;
  gap: 1.25vw;
  margin: 1.5625vw 0 0;
  padding: 0;
  list-style: none;
}
@media (max-width: 767.99px) {
  .footer__contacts {
    gap: 2.2222222222vw;
    margin-top: 4.4444444444vw;
    align-items: stretch;
  }
}
.footer__contact {
  display: flex;
  align-items: center;
  gap: 0.8333333333vw;
}
@media (max-width: 767.99px) {
  .footer__contact {
    gap: 4.4444444444vw;
  }
}
.footer__contact-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 2.0833333333vw;
  height: 2.0833333333vw;
  flex-shrink: 0;
  border-radius: 0.4166666667vw;
  background: rgba(255, 255, 255, 0.05);
}
@media (max-width: 767.99px) {
  .footer__contact-icon {
    width: 11.1111111111vw;
    height: 11.1111111111vw;
    border-radius: 2.2222222222vw;
  }
}
.footer__contact-icon-img {
  display: block;
  width: 100%;
  height: auto;
}
.footer__contact-text {
  color: #555D68;
  font-size: 0.9375vw;
  font-weight: 400;
  line-height: 130%;
}
@media (max-width: 767.99px) {
  .footer__contact-text {
    font-size: 3.8888888889vw;
  }
}
.footer__contact-text a {
  color: inherit;
  text-decoration: none;
  transition: color var(--transition-base);
}
.footer__contact-text a:hover {
  color: var(--Text-1);
}
.footer__social {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 0.5208333333vw;
  margin: 0;
  padding: 0;
  list-style: none;
}
@media (max-width: 767.99px) {
  .footer__social {
    justify-content: center;
    gap: 2.7777777778vw;
  }
}
.footer__social-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2.8125vw;
  height: 2.8125vw;
  border-radius: 0.8333333333vw;
  border: 1px solid transparent;
  background: radial-gradient(243.8% 141.42% at 0% 0%, #0C1222 0%, #0C1222 71.15%, rgba(12, 18, 34, 0.5) 100%) padding-box, var(--Radial-Border-gradient, linear-gradient(160deg, #323D57 8.65%, rgba(50, 61, 87, 0.4) 43.26%, rgba(50, 61, 87, 0.2) 86.9%)) border-box;
  transition: background-color var(--transition-base);
}
@media (max-width: 767.99px) {
  .footer__social-link {
    width: 12.2222222222vw;
    height: 12.2222222222vw;
    border-radius: 2.2222222222vw;
  }
}
.footer__social-link:hover {
  border: 1px solid transparent;
  background: var(--Radius-Border, #27354A) padding-box, var(--Radial-Border-gradient, linear-gradient(160deg, #323D57 8.65%, rgba(50, 61, 87, 0.4) 43.26%, rgba(50, 61, 87, 0.2) 86.9%)) border-box;
}
.footer__social-icon {
  display: block;
  width: 1.25vw;
  height: auto;
}
@media (max-width: 767.99px) {
  .footer__social-icon {
    width: 6.6666666667vw;
  }
}
.footer__bottom {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 5.2083333333vw;
}
@media (max-width: 767.99px) {
  .footer__bottom {
    margin-top: 4.4444444444vw;
  }
}
.footer__copyright {
  color: #555D68;
  font-size: 0.9375vw;
  font-weight: 400;
  line-height: 130%;
  text-align: center;
}
@media (max-width: 767.99px) {
  .footer__copyright {
    font-size: 3.8888888889vw;
  }
}

.scroll-top {
  position: fixed;
  right: 1.6666666667vw;
  bottom: 1.6666666667vw;
  z-index: 1500;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2.5vw;
  height: 2.5vw;
  padding: 0;
  background: transparent;
  cursor: pointer;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  border-radius: 0.8333333333vw;
  border: 1px solid transparent;
  background: radial-gradient(243.8% 141.42% at 0% 0%, #0C1222 0%, #0C1222 71.15%, rgba(12, 18, 34, 0.5) 100%) padding-box, var(--Radial-Border-gradient, linear-gradient(160deg, #323D57 8.65%, rgba(50, 61, 87, 0.4) 43.26%, rgba(50, 61, 87, 0.2) 86.9%)) border-box;
  transform: translateY(0.4166666667vw);
  transition: opacity var(--transition-base), visibility var(--transition-base), transform var(--transition-base);
}
@media (max-width: 767.99px) {
  .scroll-top {
    width: 13.3333333333vw;
    height: 13.3333333333vw;
    border-radius: 4.4444444444vw;
    right: 4.4444444444vw;
    bottom: 4.4444444444vw;
  }
}
.scroll-top:not([hidden]) {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transform: translateY(0);
}
.scroll-top__icon {
  display: block;
  width: 100%;
  height: 100%;
}
.scroll-top:hover {
  opacity: 0.9;
}

/*# sourceMappingURL=style.css.map */
