.footer {
    flex-shrink: 0;
    position: relative;
    z-index: 1;
    font-size: 14px;
    line-height: 17px;
    color: #fff;
    text-align: right;
     background:  linear-gradient(90deg, 
            rgba(128, 0, 32, 1) 0%,      
            rgba(183, 28, 28, 1) 25%,     
            rgba(220, 20, 60, 1) 50%,     
            rgba(255, 69, 0, 0.98) 75%,   
            rgba(255, 140, 0, 0.95) 90%,  
            rgba(255, 165, 0, 0.9) 100%   
        ),
       
        linear-gradient(135deg, 
            rgba(255,255,255,0.25) 0%, 
            rgba(255,255,255,0.08) 50%, 
            transparent 80%
        ),
       
        rgba(200, 30, 40, 0.97);
    padding: 46px 0;
  padding: 22px 0;
  color: #fff;
  text-decoration: none;
}

.footer__copy a {
    color: #fff !important;
}

.footer__box {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.footer__logo{
    height: 18px;
    max-width: 159px;
    width: 100%;
}
.footer__logo IMG {
      max-height: 18px;
      max-width: 159px;
    width: 100%;
}
.footer__policy {
  font-size: 18px;
}
.footer__policy A {
  text-decoration: underline;
}
.footer__social {
  display: flex;
  align-items: center;
  gap: 0 60px;
}
.version-dubai2023 .footer__social {
  display: none;
}
.footer__social-link {
  width: 16px;
  height: 16px;
}

.footer__social-button {
  font-family: Arial;
  display: flex;
  align-items: center;
  font-size: 28px;
  font-weight: 700;
  height: 52px;
  background: #fff;
  color: #282828;
  padding: 0 12px 0 22px;
  border-radius: 14px;
  outline: none;
  text-decoration: none;
  border: none;
}
.footer__social-button--mobile {
  display: none;
}
.footer__social-button:hover {
  background: #fff;
  color: #282828;
  border: none;
  opacity: 1;
}
.footer__social-button-icon {
  width: 15px;
  height: 15px;
  margin-left: 5px;
}
.footer__copy {
  display: flex;
  flex-direction: column;
  align-items: end;
  gap: 10px 0;
  font-size: 18px;
  text-align: end;
  text-decoration: none;
}
.footer__copy A {
  text-decoration: underline;
  align-self: end;
  justify-self: end;
}

@media (max-width: 768px) {
  .footer {
    padding: 0;
  }
  .footer__box {
    gap: 0 10px;
  }
  .footer__logo IMG {
    height: 18px;
  }
  .footer__policy {
    font-size: 11px;
  }
  .footer__copy{
      font-size: 8px;
  }
  .footer__copy a{
      font-size: 8px;
  }
  .footer__social {
    gap: 0 10px;
  }
  .footer__social-link {
    width: 15px;
    height: 15px;
  }
  
  .footer__social-button-icon {
    width: 14vw;
    height: 6vw;
    margin-left: 0;
  }
}


@media (max-width: 360px) {
  .footer__box {
    gap: 0 10px;
  }
  .footer__logo IMG {
    height: 18px;
  }
  .footer__policy {
    font-size: 11px;
  }
  .footer__copy{
      font-size: 8px;
  }
  .footer__copy a{
      font-size: 8px;
  }
  .footer__social {
    gap: 0 10px;
  }
  .footer__social-link {
    width: 15px;
    height: 15px;
  }
  
  .footer__social-button-icon {
    width: 14vw;
    height: 6vw;
    margin-left: 0;
  }
}


@media (max-width: 360px) {
  .footer__box {
    flex-direction: row;
    flex-wrap: wrap;
    align-items: flex-start;
    gap: 16px 0;
    padding: 18px 12px;
  }

  .footer__social {
    order: 1;
    width: 100%;
    justify-content: space-between;
    padding-bottom: 18px;
    margin-bottom: 18px;
  }
  
  .footer__social-link_img{
      height: 28px;
      width: 28px;
  }

  .footer__logo {
    order: 2;
    flex: 0 0 50%;
    max-width: 50%;
  }

  .footer__copy {
    order: 3;
    flex: 0 0 50%;
    max-width: 50%;
    align-items: flex-end;
    text-align: left;
    white-space: normal;
    overflow-wrap: break-word;
    min-width: 0;
    line-height: 1.3;
  }
  .footer__copy a{
      margin-top: 8px;
  }
}
