.hide-pre-footer .pre-footer {
  display: none !important;
}

.pre-footer {
}

@media only screen and (max-width: 1399px) {
  .pre-footer {
    overflow: hidden;
  }
}

.pre-footer__bottom-box-wrap {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
}

.pre-footer__bottom-box {
  display: flex;
}

.pre-footer__top {
  text-align: center;
}

.pre-footer__top .bs-heading {
  max-width: 760px;
  margin: auto;
  padding-bottom: 32px;
  padding-top: 90px;
}

.pre-footer__top .pre-footer__text {
  margin: auto;
  padding: 0;
}

.pre-footer__inner {
  max-width: 1100px;
  margin: auto;
  background-image: url("../../img/pre-footer-img.webp");
  background-position: center center;
  background-size: cover;
  position: relative;
  height: 100%;
  border-radius: 12px;
  position: relative;
  bottom: -25px;
  z-index: 2O;
}
.pre-footer__inner:before {
  content: "";
  position: absolute;
  left: -180px;
  width: 280px;
  height: 280px;
  z-index: 1;
  top: 80px;
  background: url("../../img/cube-c.png");
  background-repeat: no-repeat;
  background-size: contain;
}
.cube-left-hidden .pre-footer__inner:before {
  display: none;
  background: none;
}
.pre-footer__inner:after {
  content: "";
  position: absolute;
  right: -210px;
  width: 280px;
  height: 300px;
  z-index: 1;
  background: url("../../img/cube-b.png");
  background-repeat: no-repeat;
  top: 60px;
  bottom: 0;
  margin: auto;
  background-size: contain;
}
.cube-right-hidden .pre-footer__inner:after {
  display: none;
  background: none;
}
.pre-footer__bottom {
  background: rgba(0, 0, 0, 0.2);
  padding: 40px 25px 40px 40px;
  color: white;
}
.pre-footer__btn {
  max-width: 217px;
  padding-top: 32px;
  padding-bottom: 42px;
  margin: auto;
  display: block;
}
.pre-footer__btn a {
  margin: 0;
}

.pre-footer__bottom-content {
  width: 200px;
}

.pre-footer__bottom-img {
  width: 45px;
}
.pre-footer__bottom-box {
  display: flex;
  flex-flow: wrap;
  gap: 16px;
}

.pre-footer__bottom-content h5 {
  color: white;
  font-weight: 700;
  font-size: 18px;
  line-height: 160%;
  margin-top: 10px;
  margin-bottom: 8px;
}

.pre-footer__bottom-content p {
  color: white;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  margin: 0;
}

.bs-page-footer {
  color: #c2c3d7;
  position: relative;
  z-index: 102;
}

.hide-header-footer .bs-page-footer {
  display: none !important;
}

.bs-page-top-footer {
  background: #111019;
  padding: 0;
}

.bs-page-footer-inner {
  max-width: 1400px;
  margin: 0 auto;
  z-index: 20;
  padding: 0 32px;
  display: flex;
  flex-direction: column;
}

@media only screen and (max-width: 1399px) {
  .bs-page-footer-inner {
    padding: 0 25px;
  }
}

@media only screen and (max-width: 1024px) {
  .bs-page-footer-inner {
    max-width: 100%;
    padding: 0 16px;
  }
}

.bs-page-footer-partners-grid {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 40px;
  padding: 60px 0;
  border-bottom: 1px solid #535259;
}

@media only screen and (max-width: 899px) {
  .bs-page-footer-partners-grid {
    gap: 30px;
    justify-content: center;
    flex-wrap: wrap;
    padding: 50px 0;
  }
}

@media only screen and (max-width: 899px) {
  .bs-page-footer-partners-grid {
    padding: 30px 0;
  }
}

.bs-page-footer-partners-grid > a {
  display: flex;
  align-items: center;
  max-width: 120px;
  height: 50px;
}

@media only screen and (max-width: 899px) {
  .bs-page-footer-partners-grid > a {
    max-width: 100px;
    height: 36px;
  }
}

@media only screen and (max-width: 599px) {
  .bs-page-footer-partners-grid > a {
    max-width: 80px;
    height: 28px;
  }
}

.bs-page-footer-partners-grid > a > img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  transition: all 0.3s ease;
  opacity: 0.75;
}

.bs-page-footer-partners-grid > a:hover > img {
  opacity: 1;
}

.bs-page-footer-navigation-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  grid-row-gap: 50px;
  grid-column-gap: 40px;
}

@media only screen and (max-width: 1199px) {
  .bs-page-footer-navigation-grid {
    grid-column-gap: 25px;
  }
}

@media only screen and (max-width: 899px) {
  .bs-page-footer-navigation-grid {
    padding-top: 60px;
    padding-bottom: 60px;
    grid-template-columns: repeat(3, 1fr);
  }
}

@media only screen and (max-width: 599px) {
  .bs-page-footer-navigation-grid {
    grid-template-columns: repeat(2, 1fr);
    grid-row-gap: 40px;
  }
}

@media only screen and (max-width: 399px) {
  .bs-page-footer-navigation-grid {
    grid-template-columns: repeat(1, 1fr);
    padding-top: 30px;
    padding-bottom: 30px;
  }
}

@media only screen and (max-width: 899px) {
  .bs-page-footer-navigation-grid {
    order: 2;
  }
}

.bs-page-footer-navigation-grid-links {
  border-bottom: 1px solid #535259;
  align-items: flex-end;
  grid-row-gap: 8px;
}

@media only screen and (max-width: 899px) {
  .bs-page-footer-navigation-grid-links {
    border-top: 1px solid #535259;
    border-bottom: none;
    order: 9999;
  }
}

.bs-page-footer-navigation-col {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 16px;
}

.bs-page-footer-navigation-heading {
  font-size: 16px;
  font-weight: 700;
  line-height: 1.2;
  text-transform: none;
  color: #c2c3d7;
  margin: 0;
  display: inline-block;
}

@media only screen and (max-width: 1199px) {
  .bs-page-footer-navigation-heading {
    font-size: 14px;
  }
}

a.bs-page-footer-navigation-heading {
  color: #c2c3d7;
}

.bs-page-footer-navigation-grid-links .bs-page-footer-navigation-heading {
  color: #8e8e8e;
}

ul.bs-page-footer-navigation {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 8px;
  line-height: 1;
  margin: 0;
}

ul.bs-page-footer-navigation:not(:last-child) {
  margin-bottom: 30px;
}

@media only screen and (max-width: 899px) {
  ul.bs-page-footer-navigation:not(:last-child) {
    margin-bottom: 0px;
  }
}

.bs-page-footer-navigation li {
  list-style: none;
}

.bs-page-footer-tag,
.bs-page-footer-coming-soon,
.bs-page-footer-scale,
.bs-page-footer-new,
.bs-page-footer-popular {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 6px;
}

.bs-page-footer-coming-soon a {
  pointer-events: none;
  opacity: 0.4;
}

.bs-page-footer-tag span,
.bs-page-footer-coming-soon span,
.bs-page-footer-scale span,
.bs-page-footer-new span,
.bs-page-footer-popular span {
  font-size: 8px;
  background: rgba(255, 255, 255, 0.1);
  color: #dadada;
  border-radius: 2px;
  padding: 3px 4px;
  line-height: 1;
  opacity: 0.5;
}

.bs-page-footer-new span,
.bs-page-footer-popular span {
  background: rgb(9, 18, 81);
  background: linear-gradient(
    45deg,
    rgba(9, 18, 81, 1) 5%,
    rgba(51, 40, 160, 1) 25%,
    rgba(179, 63, 220, 1) 45%,
    rgba(180, 65, 217, 1) 55%,
    rgba(205, 77, 156, 1) 75%,
    rgba(222, 85, 114, 1) 100%
  );
  color: #fff;
  opacity: 1;
  font-weight: 500;
}

.bs-page-footer-popular span {
  background: linear-gradient(269.92deg, #e0546b -2.94%, #eca73d 107.98%);
}

.bs-page-footer-navigation li a,
.bs-page-sub-footer-col a {
  font-size: 15px;
  font-weight: 300;
  line-height: 1.3;
  color: #c2c3d7;
  display: flex;
  align-items: center;
  gap: 4px;
}

@media only screen and (max-width: 1199px) {
  .bs-page-footer-navigation li a,
  .bs-page-sub-footer-col a {
    font-size: 14px;
  }
}

.bs-page-footer-navigation-grid-links .bs-page-footer-navigation li a,
.bs-page-footer-navigation-grid-links .bs-page-sub-footer-col a {
  color: #8e8e8e;
}

.bs-page-footer-navigation li a.bs-modules-link {
  color: #fff;
}

.bs-page-footer-navigation li a.bs-modules-link .bs-modules-link-title {
  color: #c2c3d7;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}

.bs-page-footer-navigation li a:hover,
a.bs-page-footer-navigation-heading:hover,
.bs-page-footer-navigation li a.bs-modules-link:hover .bs-modules-link-title,
.bs-page-sub-footer-col a:hover {
  color: #af15f1;
}

.bs-page-footer-navigation li a.bs-modules-link:hover {
  color: #fff;
}

.bs-page-footer-navigation li a > i {
  font-size: 12px;
  color: #8d8ea4;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}

.bs-page-footer-navigation li a:hover > i {
  color: #af15f1;
}

.bs-page-sub-footer {
  background: #050409;
  padding: 40px 0 40px;
}

@media only screen and (max-width: 899px) {
  .bs-page-sub-footer {
    padding: 35px 0 30px;
  }
}

.bs-page-sub-footer-grid {
  display: grid;
  gap: 20px;
  grid-template-columns: 3fr 6fr 3fr 2fr;
  align-items: center;
  padding: 0 0 60px 0;
  border-bottom: 1px solid #2a292e;
}

@media only screen and (max-width: 899px) {
  .bs-page-sub-footer-grid {
    grid-template-columns: 1fr 1fr;
    padding: 0 0 40px 0;
  }
}

@media only screen and (max-width: 599px) {
  .bs-page-sub-footer-grid {
    display: flex;
    flex-direction: column;
    gap: 40px;
    align-items: flex-start;
  }
}

.bs-page-sub-footer-grid-3 {
  grid-template-columns: 5fr 5fr 2fr;
}

@media only screen and (max-width: 599px) {
  .bs-page-sub-footer-grid-3 {
    grid-template-columns: 1fr 1fr;
  }
}

.bs-page-sub-footer-grid-4 {
  grid-template-columns: 8fr 2fr 2fr 2fr;
}

@media only screen and (max-width: 1199px) {
  .bs-page-sub-footer-grid-4 {
    grid-template-columns: 8fr 4fr 4fr 4fr;
  }
}

@media only screen and (max-width: 899px) {
  .bs-page-sub-footer-grid-4 {
    grid-template-columns: 1fr;
    gap: 0.25rem;
  }
}

@media only screen and (max-width: 599px) {
  .bs-page-sub-footer-grid-4 {
    align-items: center;
  }
}

.bs-page-sub-footer-col {
}

.bs-page-sub-footer-col {
}

@media only screen and (max-width: 899px) {
  .bs-page-sub-footer-col:first-child {
    grid-column: 1 / -1;
  }
}

@media only screen and (max-width: 899px) {
  .bs-page-sub-footer-col:nth-child(3) {
    text-align: start;
  }
}

@media only screen and (max-width: 599px) {
  .bs-page-sub-footer-col:nth-child(3) {
    text-align: left;
  }
}

@media only screen and (max-width: 899px) {
  .bs-page-sub-footer-col:nth-child(4) {
    grid-column: 2;
    align-items: flex-start;
    order: 5;
  }
  .bs-page-sub-footer-grid-4 .bs-page-sub-footer-col:nth-child(4) {
    grid-column: auto;
  }
}

@media only screen and (max-width: 599px) {
  .bs-page-sub-footer-col:nth-child(4) {
    grid-column: auto;
    order: 4;
  }
}

@media only screen and (max-width: 899px) {
  .bs-page-sub-footer-col:nth-child(5) {
    grid-column: 1;
    order: 4;
  }
}

@media only screen and (max-width: 599px) {
  .bs-page-sub-footer-col:nth-child(5) {
    order: 5;
  }
}

@media only screen and (max-width: 899px) {
  .bs-page-sub-footer-grid-4 .bs-page-sub-footer-col {
    align-items: center;
    text-align: center;
    justify-content: center;
  }
}

.bs-page-sub-footer-col-logo {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  gap: 10px;
}

.bs-page-sub-footer-col-logo a {
  line-height: 1;
}

.bs-page-sub-footer-col-logo img {
  width: 100%;
  max-width: 175px;
}

.bs-page-sub-footer-col-logo span {
  font-size: 16px;
  line-height: 1.3;
}

@media only screen and (max-width: 1199px) {
  .bs-page-sub-footer-col-logo span {
    font-size: 14px;
  }
}

.bs-page-sub-footer-col-eu {
}

.bs-page-sub-footer-col-eu div {
  display: block;
  margin-bottom: 4px;
}

.bs-page-sub-footer-col-eu a {
  display: inline-block;
}

.bs-page-sub-footer-col-eu a:first-of-type {
  margin-right: 2px;
}

.bs-page-sub-footer-col-eu img {
  display: inline-block;
  width: auto;
  max-height: 45px;
  object-fit: contain;
}

.bs-page-sub-footer-col-make a {
  line-height: 1;
  display: inline-block;
}

.bs-page-sub-footer-col-make img {
  width: 125px;
  object-fit: contain;
  height: 90px;
}

.bs-page-sub-footer-col-tel {
  display: flex;
  flex-direction: column;
  gap: 5px;
  align-items: flex-end;
  justify-content: flex-end;
  padding-right: 25px;
}

@media only screen and (max-width: 899px) {
  .bs-page-sub-footer-col-tel {
    gap: 4px;
    flex-direction: column;
    align-items: start;
    justify-content: flex-start;
    padding-right: 0;
  }
}

@media only screen and (max-width: 599px) {
  .bs-page-sub-footer-col-tel {
    align-items: flex-start;
  }
}

.bs-page-sub-footer-col-tel a {
  display: flex;
  gap: 10px;
  align-items: center;
  line-height: 1;
}

.bs-page-sub-footer-col-tel a i {
  color: #56545b;
  font-size: 23px;
}

.bs-page-sub-footer-col-social {
  display: flex;
  gap: 15px;
  align-items: center;
  justify-content: flex-end;
  margin-top: 5px;
}

@media only screen and (max-width: 899px) {
  .bs-page-sub-footer-col-social {
    gap: 10px;
    justify-content: flex-start;
  }
}

@media only screen and (max-width: 599px) {
  .bs-page-sub-footer-col-social {
    justify-content: flex-start;
  }
}

.bs-page-sub-footer-col-social a {
  line-height: 1;
}

.bs-page-sub-footer-col-social i {
  font-size: 42px;
}

@media only screen and (max-width: 899px) {
  .bs-page-sub-footer-col-social i {
    font-size: 32px;
  }
}

@media only screen and (max-width: 599px) {
  .bs-page-sub-footer-col-social i {
    font-size: 26px;
  }
}

ul.bs-page-sub-footer-navigation {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 12px;
  padding-top: 40px;
}

@media only screen and (max-width: 899px) {
  ul.bs-page-sub-footer-navigation {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 8px;
    padding-top: 30px;
  }
}

@media only screen and (max-width: 899px) {
  ul.bs-page-sub-footer-navigation-centered {
    align-items: center;
  }
}

.bs-page-sub-footer-navigation li {
  display: flex;
  gap: 12px;
  align-items: center;
}

@media only screen and (max-width: 899px) {
  .bs-page-sub-footer-navigation li {
    gap: 8px;
  }
}

.bs-page-sub-footer-navigation li::before {
  position: relative;
  content: "";
  width: 5px;
  height: 5px;
  background-color: #fff;
  opacity: 0.22;
  display: inline-flex;
  border-radius: 100%;
}

@media only screen and (max-width: 899px) {
  .bs-page-sub-footer-navigation li::before {
    content: none;
  }
}

.bs-page-sub-footer-navigation li:first-child::before {
  content: none;
}

.bs-page-sub-footer-navigation li a {
}

@media only screen and (max-width: 899px) {
  .pre-footer__bottom-content {
    width: 100%;
  }
  .pre-footer__inner {
    bottom: 0;
    border-radius: 0px;
  }
  .pre-footer__inner:after {
    display: none;
  }
  .pre-footer__inner:before {
    display: none;
  }
}
@media only screen and (max-width: 799px) {
  .pre-footer__bottom-box-wrap {
    grid-template-columns: 1fr;
  }
  .pre-footer__bottom-box {
    gap: 0;
    margin-bottom: 40px;
  }
  .pre-footer__top {
    padding: 0 15px;
  }
}
