.fx {
  display: flex;
}
header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  padding-top: 15px;
  padding-bottom: 15px;
  z-index: 9999;
  transition: transform 0.4s ease, background 0.4s ease, all 0.4s;
  transform: translateY(0);
  animation: slide-down 1s;
}
header.fixed {
  /* background: linear-gradient(180deg, #000 0%, rgba(0, 0, 0, 0) 100%); */
  /* background: rgba(0, 0, 0, 0.8); */
  animation: slide-down 0.5s;
}
header::before{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 222px;
  background: linear-gradient(180deg, #000 0%, rgba(0, 0, 0, 0) 100%);
  content: '';
  z-index: 8;
}
header>.container{
  position: relative;
  z-index: 22;
}
.top-header {
  display: flex;
  justify-content: space-between;
}
.top-header > div {
  width: 33%;
}
.br-menu{
  display: flex;
  align-items: flex-start;
  gap: 40px;
}
.dropdown-menu.dropdown-menu-language{
    background: linear-gradient(180deg, #181818 0%, #191919 100%);
    padding: 0;
    border: none;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    min-width: 1px;
    width: max-content;
}
.dropdown-menu.dropdown-menu-language button{
  padding: 15px !important;
  color: #fff !important;
}
.btn.btn-link.btn-link-language{
  display: flex;
  padding: 0;
  margin: 0;
  background-color: transparent;
  border: none;
  outline: none;
  height: 44px;
  align-items: center;
  gap: 5px;
  font-weight: 600 !important;
  font-size: 14px !important;
  line-height: 1 !important;
  text-transform: uppercase !important;
  color: #fff !important;
}
.logo {
  justify-content: center;
}
.logo img{
  max-width: 135px;
}
.logo-menu img,
.footer__logo img{
  max-width: 116px;
}
.btn-none {
  background: none !important;
  box-shadow: none !important;
  border: none !important;
}
.make_quote {
  width: 182px;
  height: 44px;
  border-radius: 10px;
  background: radial-gradient(86.38% 136.93% at 104.12% 30.42%, #fee49a 0%, #bb8d37 100%);
  font-family: var(--second-family);
  font-weight: 300;
  font-size: 16px;
  text-transform: uppercase;
  color: #fff;
  border: none;
  font-family: "Cormorant Garamond", serif;
}
.contact-location {
  justify-content: flex-end;
  gap: 20px;
}
.mfp-bg{
  z-index: 10010;
}
.mfp-wrap{
  z-index: 10011;
}
.group-contact {
  display: flex;
  align-items: flex-start;
}
.group-contact a {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 44px;
}
.br-menu button{
  display: flex;
  height: 44px;
  align-items: center;
  justify-content: center;
}
@keyframes jump-arrow {
  0%,
  20%,
  55%,
  80%,
  100% {
    transform: translate3d(0, 0, 0);
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
  }

  40% {
    transform: translate3d(0, -10px, 0);
    -webkit-transform: translate3d(0, -10px, 0);
    -moz-transform: translate3d(0, -10px, 0);
    -ms-transform: translate3d(0, -10px, 0);
    -o-transform: translate3d(0, -10px, 0);
  }

  70% {
    transform: translate3d(0, -10px, 0);
    -webkit-transform: translate3d(0, -10px, 0);
    -moz-transform: translate3d(0, -10px, 0);
    -ms-transform: translate3d(0, -10px, 0);
    -o-transform: translate3d(0, -10px, 0);
  }

  90% {
    transform: translate3d(0, -5px, 0);
    -webkit-transform: translate3d(0, -5px, 0);
    -moz-transform: translate3d(0, -5px, 0);
    -ms-transform: translate3d(0, -5px, 0);
    -o-transform: translate3d(0, -5px, 0);
  }
}
body{
   font-family: 'Bahnschrift', sans-serif;
   line-height: 1;
}
.footer__logo,
.footer__logo a {
  display: flex;
  align-items: center;
  justify-content: center;
}
.footer__col--title {
  font-weight: 300;
  font-size: 24px;
  line-height: 221%;
  text-align: center;
  color: #fff;
  font-family: "Cormorant Garamond", serif;
}
.footer__col--list {
  margin: 0;
  padding: 0;
  list-style: none;
}
.footer__col--list li {
  margin-bottom: 5px;
  display: flex;
  justify-content: center;
}
.footer__col--list a {
  font-weight: 300;
  font-size: 16px;
  line-height: 150%;
  letter-spacing: -0.02em;
  text-align: center;
  color: #9b9b9b;
}
.footer__wrapper {
  margin-top: 32px;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  gap: 200px;
}
.footer-socials {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 20px;
  margin-top: 25px;
  justify-content: center;
}
.creator {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 10px;
}
.creator a {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-weight: 300;
  font-size: 12px;
  line-height: 200%;
  letter-spacing: -0.02em;
  text-align: center;
  color: #9b9b9b;
  gap: 5px;
}
@keyframes slide-down {
  0% {
    transform: translateY(-100%);
  }
  100% {
    transform: translateY(0);
  }
}
.content-faq{
  width: 100%;
}
.footer-item,
.group-contact a{
  transition: .6s;
  -webkit-transition: .6s;
  -moz-transition: .6s;
  -ms-transition: .6s;
  -o-transition: .6s;
}
.contact__phone a:hover,
footer a:hover{
  color: #fff;
}
.footer-item:hover,
.group-contact a:hover{
  transform: rotate(360deg);
  -webkit-transform: rotate(360deg);
  -moz-transform: rotate(360deg);
  -ms-transform: rotate(360deg);
  -o-transform: rotate(360deg);
}
.make_quote,
.html_studio--text a{
  position: relative;
  overflow: hidden;
}

.make_quote:hover::before,
.html_studio--text a:hover::before {
  content: "";
  position: absolute;
  top: 0;
  left: -150%;
  width: 50%;
  height: 100%;
  background: linear-gradient(    120deg,    rgba(255, 255, 255, 0) 0%,    rgba(255, 255, 255, 0.6) 50%,    rgba(255, 255, 255, 0) 100%  );
  transform: skewX(-20deg);
  animation: shine 2s infinite;
  -webkit-animation: shine 2s infinite;
}
@keyframes shine {
  0% {
    left: -100%;
  }
  100% {
    left: 200%;
  }
}
@keyframes pulse {
  0%, 100% {
    background-size: 100% 100%;
  }
  50% {
    background-size: 120% 120%;
  }
}
@media (max-width: 991px) {
  header .make_quote {
    display: none;
  }
}

@media (max-width: 767px) {
  .footer__wrapper {
    flex-direction: column;
    gap: 16px;
    justify-content: center;
    align-items: center;
  }
  .br-menu{
    gap: 10px;
  }
}