body {
    background-color: #17181c;
}
.footer {
  background-color: #080A10; 
  color: #f1f1f1;          
  padding: 40px 20px;
}

.footer__container {
  max-width: 1290px;
  margin: 0 auto;
}

.footer__main {
    width: 70%;
}
.backArrow{
  display: none;
}

.footer__top {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  margin-bottom: 30px;
}

.footer__brand {
  flex: 1 1 200px;
}

.footer__logo img {
  max-width: 220px;
  height: auto;
  display: block;
}

.footer__disclaimer {
  font-family: 'Museo Sans Cyrl 300',sans-serif;
    margin-top: 10px;
    font-weight: 400;
    font-size: 15px;
    line-height: 160%;
    color: #fce690;
}

.footer__mobile-p {
  display: none;
}

@media (max-width: 767px) {
  .footer__mobile-p {
    display: block;
  }
  .footer__desktop-p {
    display: none;
  }
}

.footer__menu {
  display: flex;
  flex: 2 1 400px;
  gap: 40px;
  justify-content: space-evenly;
}

.footer__column {
  flex: 1 1 auto;
  min-width: 135px;
}

.footer__column-title {
  font-family: 'Museo Sans Cyrl 500',sans-serif;
    font-weight: 600;
    font-size: 18px;
    text-transform: capitalize;
    color: #d8d8d8;
    margin-bottom: 10px;
}

.footer__links {
  list-style: none;
  margin: 0;
  padding: 0;
}

.footer__links li {
  margin-bottom: 6px;
}

.footer__links a {
  font-family: 'Museo Sans Cyrl 300',sans-serif;
    font-weight: 400;
    font-size: 17px;
    color: #d8d8d8;
    text-decoration: none;
    transition: color 0.3s;
}

.footer__links a:hover {
  color: #FCE690;
}

.footer__address {
  margin-bottom: 15px;
  color: #ccc;
  font-family: 'Museo Sans Cyrl 300',sans-serif;
  font-weight: 400;
  font-size: 17px;
  color: #d8d8d8;
}

.footer__contact {
  display: flex;
  gap: 10px;
  align-items: center;
}

.footer__icon {
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #FCE690;
  border-radius: 4px;
  cursor: pointer;
}

.footer__icon:hover {
    background-color: #FFD635;
}

.footer__bottom {
  width: 100%;
  /* border-top: 1px solid #333; */
  padding-top: 20px;
  text-align: center;
  font-family: 'Museo Sans Cyrl 500',sans-serif;
  font-weight: 500;
  font-size: 15px;
  line-height: 160%;
  color: #d8d8d8;
}

.footer__bottom p {
    font-family:  "Museo Sans Cyrl 300", sans-serif;
    font-weight: 500;
    font-size: 15px;
    line-height: 160%;
    text-align: center;
    color: #d8d8d8;
}



@media (max-width: 1380px) {
  .footer__main {
    width: 77%;
  }
}

@media (min-width: 940px) {
  .edm-footer .container {
    justify-content: space-between;
  }
  .footer__info-item:nth-last-of-type(1) {
    margin-left: auto;
    /* transform: translateX(-75px); */
  }
  .footer__nav {
    justify-content: space-between;
  }
}

@media (max-width: 1024px) {
  .footer__top {
    gap: 15px;
  }
}

@media (max-width: 767px) {
  .footer {
    padding: 10px;
  }
  .footer__top {
    flex-direction: column;
  }
  .footer__brand {
    flex: 1;
  }
  .footer__menu {
    flex-direction: row;
    gap: 20px;
    align-items: flex-start;
    flex: 1;
  }
  
}

@media (max-width: 480px) {
  .footer {
    padding: 10px;
  }
  .footer__top{
    max-width: 298px;
    margin: 0 auto;
  }
  .footer__logo img {
    max-width: 100px;
  }
  .footer__column-title {
    font-size: 15px;
  }
  /* .footer__links a {
    font-size: 13px;
  } */
  .footer__disclaimer {
    font-size: 15px;
  }
  .footer__column {
    min-width: 0;
    max-width: 128px;
    width: 50%;
  }
  .footer__brand {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    flex: 0;
  }
  .footer__column:last-child {
    display: flex;
    max-width: 90%;
    column-gap: 20px;
    justify-content: space-between;
  }
  
  .footer__menu {
    flex-direction: row;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 20px;
    flex: 1 1 0;
  }
  .footer__column-address {
    max-width: 50%;
  }
}







/* new footer  */


.edm-footer {
    background: #1e1f23;
    color: #fff;
    padding: 73px 0 70px 0;
}

.edm-footer .container {
  display: flex;
  column-gap: 4.47vw;
}

.footer__header {
  display: flex;
  flex-direction: column;
  row-gap: 39.73px;
}
.footer__logo-inner {

}
.footer-logo {
    width: 74px;
    height: 74px;
}
.footer__description-desctop-inner {

}

.footer__description-desctop {
    font-family: var(--second-family);
    font-weight: 400;
    font-size: 12px;
    line-height: 167%;
    color: var(--txt);
    max-width: 200px;
}

.footer__main {
  display: flex;
  flex-direction: column;
  row-gap: 34px;
}

.footer__info {
  display: flex;
  column-gap: 5.25vw;
}

.footer__info-item {
  
}

.footer__info-link {
  width: 100%;
  height: 100%;
  text-transform: none;
  text-decoration: none;
  display: flex;
  flex-direction: column;
  row-gap: 15px;
  transition: all 300ms ease-in-out;
}

.footer__info-key, .footer__nav-title {
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 14px;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    color: var(--txt);
}

.footer__info-value {
    font-family: var(--second-family);
    font-weight: 400;
    font-size: 24px;
    color: var(--text-h);
}

.footer__socials-inner {
  display: flex;
  column-gap: 10px;
}

.footer__social {
    border-radius: 14px;
    width: 60px;
    height: 60px;
    transition: all 300ms ease-in-out;
    background: #17181c;
    cursor: pointer;
}

.footer__social:hover {
    background: #17181ca5;
}

.footer__social-link {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.footer__nav {
  display: flex;
  column-gap: 70px;
}

.footer__pages {

}

.footer__nav-title-inner {

}

.footer__nav-title {

}

.footer__nav-list {
  display: flex;
  flex-wrap: wrap;
  row-gap: 10px;
  column-gap: 40px;
}

.pages__nav-list {
  max-width: 500px;
}

.policies__nav-list {
  width: 267px;
}

.footer__nav-item {
  min-width: 93px;
  width: max-content;
}

.footer__nav-link {
    font-family: var(--second-family);
    font-weight: 400;
    font-size: 18px;
    color: var(--text-h);
    text-decoration: none;
    text-transform: none;
    transition: all 300ms ease-in-out;
    width: max-content;
    height: 100%;
    display: block;
}


.footer__nav-link:hover, .footer__info-link:hover .footer__info-value {
  color: #E5A938;
}

.footer__pages, .footer__policies {
  display: flex;
  flex-direction: column;
  row-gap: 15px;
}

.footer-mobile__logo, .footer-mobile__decription {
  display: none;
}




.footer__actions-inner {
  display: none;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
}
.footer__actions {
  padding: 10px 15px;
  /* max-width: 320px; */
  width: 100%;
  min-height: 70px;
  background: #292526;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  column-gap: 30px;
  border-top: 1px solid #E5A938;
}
.footer__action {
  border-radius: 14px 6px;
  width: 50px;
  height: 50px;
  background: rgba(255, 255, 255, 0.06);
  transition: all 300ms ease-in-out;
  display: flex;
  align-items: center;
  justify-content: center;
}
.footer__action:hover {
  background: #17181c;
}
.footer__action-icon {
}
.link {
}

@media (max-width:1380px) {
  .edm-footer {
    padding: 53px 20px 50px 20px;
  }
  .edm-footer .container {
    column-gap: 20px;
    max-width: max-content;
  }
  .footer__header {
    row-gap: 30px;
  }
  .footer__main {
    row-gap: 40px;
  }
  .footer__info {
    column-gap: 3.90vw;
  }
  .footer__nav {
    column-gap: 50px;
  }
  .footer__nav-list {
    column-gap: 20px;
  }
}

@media (max-width:998px) {
  .edm-footer {
    padding: 40px 20px 30px 20px;
  }
  .footer__description-desctop-inner {
    display: none;
  }
  .edm-footer .container {
    column-gap: 3.85vw;
  }

  .footer__main{
    row-gap: 30px;
  }
  .footer__info-item:nth-last-of-type(1) {
    margin-left: auto;
    /* transform: translateX(-100px); */
  }

  .footer__info {
    column-gap: 2.86vw;
  }
  .footer__info-value {
    font-size: 20px;
  }

  .footer__pages, .footer__policies {
    row-gap: 18px;
  }

  .footer__nav-link {
    font-size: 16px;
  }
  .footer__nav {
    column-gap: 34px;
  }
  .footer__nav-list {
    column-gap: 3.125vw;
  }
  .pages__nav-list {
    min-width: 365px;
  }
  .policies__nav-list {
    width: 100%;
  }
  .footer-mobile__decription {
    display: block;
  }
  .footer__description-desctop {
    max-width: 624px;
  }

  .footer__main {
    width: 81%;
  }
  .footer__info-item:nth-last-of-type(1) {
    /* transform: translateX(-120px); */
    align-self: center;
    justify-self: flex-end;
    margin-left: auto;
  }
}

@media (max-width:940px) {
  .footer__info-item:nth-last-of-type(1) {
    /* transform: translateX(-80px); */
  }
}

@media (max-width:860px) {
  .footer__info-item:nth-last-of-type(1) {
    transform: translateX(0px);
  }
}

@media (max-width: 767px) {
  .edm-footer{
    padding: 20px 15px;
  }
  .footer__header {
    display: none;
  }
  .footer-mobile__logo, .footer-mobile__decription {
    display: block;
    order: 1;
  }
  .footer__info-item:nth-of-type(3) {
    order: 3;
  }
  .footer__info-item:nth-of-type(4) {
    order: 2;
  }
  .footer__info-item:nth-of-type(2) {
    order: 3;
  }
  .footer-mobile__decription {
    margin-top: 6px;
  }
  .footer__socials-inner {
    margin-left: 13px;
  }
  .footer__info {
    flex-wrap: wrap;
    max-width: 320px;
    row-gap: 19px;
    column-gap: 14px;
    justify-content: space-between;
  }
  .footer__info-key {
    font-size: 12px;
  }
  .footer__info-value {
    font-size: 16px;
  }
  .footer__nav {
    flex-direction: column;
    row-gap: 15.5px;
    column-gap: 0;
  }
  .footer__nav-title {
    font-size: 12px;
  }
  .footer__nav-link {
    font-size: 15px;
  }
  .pages__nav-list {
    min-width: auto;
    column-gap: 5px;
  }
  .footer-mobile__logo .footer-logo {
    width: 50px;
    height: 50px;
  }
  .footer__info-link {
    row-gap: 5px;
    justify-content: center;
  }
  .footer__social {
    width: 50px;
    height: 50px;
  }

  /* .footer__info .footer__info-item:nth-of-type(2) {
    margin-right: 20px;
  } */
  .footer__main {
    row-gap: 18px;
    max-width: 320px;
  }
  .pages__nav-list .footer__nav-item{
    width: 27%!important;
  }
  .policies__nav-list {
    column-gap: 19px;
  }
  .footer__description-desctop {
    max-width: 278px;
  }

  .footer__pages, .footer__policies {
    row-gap: 8px;
  }

  .footer__main {
    width: 100%;
  }
}

@media (max-width: 480px) {
  .footer__actions-inner {
    display: flex;
    z-index: 777;
  }
  .edm-footer {
    padding: 20px 15px 80px 15px;
  }
  .footer__socials-inner {
    column-gap: 6px;
  }
}

.footer__action .footer__social-link {
    width: max-content;
}