.site-footer {
  width: 100%;
  background: #0b1221;
  color: #d1d5db;
  position: relative;
  overflow: hidden;
}

.site-footer__inner {
  padding: 64px 0px 220px;
  position: relative;
  z-index: 2;
}

.site-footer__top {
  display: grid;
  grid-template-columns: minmax(260px, 1.4fr) 2fr;
  gap: 40px;
  align-items: start;
}

.site-footer__brand {
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.site-footer__logo {
  max-width: 275px !important;
  width: 100%;
}

.site-footer__logo-text {
  font-size: 24px;
  font-weight: 700;
  color: #ffffff;
  margin: 0;
}

.site-footer__description {
  font-size: 16px;
  color: #99A1AF;
  line-height: 137.5%;
  margin: 0;
  max-width: 420px;
}

.site-footer__contact {
  display: flex;
  flex-direction: column;
  gap: 8px;
  font-size: 13px;
  margin-top: 10px;
}

.site-footer__contact a {
  color: #99A1AF;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  display: inline-flex;
  gap: 12px;
}

.site-footer__menus {
  display: grid;
  grid-template-columns: repeat(3, minmax(160px, 1fr));
  gap: 24px;
}

.footer-main-menu {
  display: contents;
}

.footer-column {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.footer-title {
  font-size: 21px;
  font-weight: 700;
  color: #ffffff;
  margin: 0 0 6px;
  line-height: 133.333%;
}
.footer-column ul.footer-group {
  padding-left: 0px;
  list-style: none;
}


.footer-subtitle {
  color: #9ca3af;
  font-size: 12px;
  margin-bottom: 6px;
}

.footer-links {
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer-link a {
  color: #99A1AF;
  font-size: 16px;
  line-height: 150%;
  font-weight: 400;
}

.footer-link {
  margin-bottom: 8px;
}


.footer-link a:hover {
  color: #ffffff;
}

.site-footer__locations {
  margin-top: 50px;
  padding-block: 40px;
  border-block: 1px solid #1E2939;
}

.site-footer__locations-title {
  display: inline-flex;
  color: #fff;
  margin-bottom: 16px;
  align-items: center;
  gap: 12px;
  font-size: 18px;
  line-height: 155.556%;
  font-weight: 700;
}

.site-footer__locations-list {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(140px, 1fr));
  gap: 12px;
}

.site-footer__location {
  padding: 9px 8px;
  border-radius: 7px 7px 19px 7px;
  background: rgba(242, 242, 242, 0.09);
}

.site-footer__location-name {
  font-size: 14px;
  color: #ffffff;
  font-weight: 500;
  line-height: 142.857%;
}

.site-footer__location-detail {
  display: block;
  font-size: 14px;
  color: #99A1AF;
  font-weight: 400;
  line-height: 142.857%;
}

.site-footer__bottom {
  margin-top: 24px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  font-size: 11px;
  color: #94a3b8;
}

.site-footer__legal {
  display: flex;
  gap: 16px;
}

.site-footer__legal a {
  color: #cbd5f5;
}

.site-footer__watermark {
  position: absolute;
  bottom: -53px;
  left: 50%;
  transform: translateX(-50%);
  font-size: clamp(80px, 17.5vw, 280px);
  font-weight: 700;
  text-align: center;
  color: rgba(255, 255, 255, 0.04);
  white-space: nowrap;
  z-index: 1;
  line-height: 1;
}

.site-footer__copyright {
  color: #99A1AF;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 142.857%;
}
.site-footer__legal a{
  color: #99A1AF;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 142.857%;
}
#scrollTopBtn {
    position: fixed;
    bottom: 10px;
    right: 10px;
    padding: 5px;
    font-size: 18px;
    cursor: pointer;
    display: none;
    background: #1f66e5;
    border: 1px solid #1f66e5;
    color: #fff;
    z-index: 9;
    width: 40px;
    height: 40px;
    border-radius: 4px;
}
#scrollTopBtn svg {
    transform: rotate(-90deg);
}

.site-footer__brand-toggle, 
.footer-title .desk-hide, 
.site-footer__locations-toggle {
  display: none;
  background: transparent;
  border: none;
  color: #ffffff;
  cursor: pointer;
  align-items: center;
  justify-content: center;
  padding: 0;
}

.site-footer__brand-toggle svg, 
.footer-title svg, 
.site-footer__locations-toggle svg {
  transition: transform 0.3s ease;
  width: 24px;
  height: 24px;
}
@media (min-width: 1800px) {
	.site-footer__inner {
		padding-bottom: 35vh;
	}
	.site-footer__watermark{
		 font-size: 17.5vw;
	 }
}

@media (max-width: 960px) {
	
  .site-footer__top {
    grid-template-columns: 1fr;
    gap: 30px;
  }
  .site-footer__menus {
    grid-template-columns: repeat(2, minmax(160px, 1fr));
  }
  .site-footer__bottom {
    flex-direction: column;
    align-items: flex-start;
  }
  
  .site-footer__brand-header,
  .site-footer__locations-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
  }

  .footer-title {
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
  }

  .site-footer__brand-toggle, 
  .footer-title .desk-hide, 
  .site-footer__locations-toggle {
    display: inline-flex;
  }
  
  .site-footer__brand-content, 
  .footer-group, 
  .site-footer__locations-list {
    display: none;
  }

  .site-footer__brand.is-open .site-footer__brand-content {
    display: flex;
    flex-direction: column;
    margin-top: 15px;
  }

  .footer-column.is-open .footer-group {
    display: block;
    margin-top: 10px;
  }

  .site-footer__locations.is-open .site-footer__locations-list {
    display: grid;
    margin-top: 20px;
  }

  .site-footer__brand.is-open .site-footer__brand-toggle svg,
  .footer-column.is-open .footer-title svg,
  .site-footer__locations.is-open .site-footer__locations-toggle {
    transform: rotate(180deg);
  }
	.site-footer__locations-title {
		margin-bottom: 0px;
	}


	
}

@media (min-width: 768px) and (max-width: 992px) {
  .site-footer__watermark{
    font-size: 17vw;
    bottom: 0px;
  }
  .site-footer__inner{
    padding-bottom: 190px;
  }
}

@media (max-width: 767px) {
  .site-footer__watermark{
    font-size: 17vw;
    bottom: 0px;
  }
  .site-footer__inner{
    padding-bottom: 150px;
  }
	
}

@media (max-width: 640px) {
  .site-footer__menus {
    grid-template-columns: 1fr;
  }
  
}
