.footerNew {
    padding: 40px 0;
    background-color: #3A5072;
    float: none;
    margin-top: 0 !important;
    font-family: "Exo 2", sans-serif !important;
}
.footerNew .footerNew__container {
    max-width: 1240px !important;
    margin: 0 auto;
    
}
.footerNew__top {
    display: flex;
    justify-content: space-between;
    column-gap: 30px;
    padding-bottom: 40px;
    border-bottom: 1px solid #B0B9C7;
    margin-bottom: 25px;    
}
.footerNew__payment {
  display: flex;
  align-items: center;
  column-gap: 12px;
}
.footerNew__payment img {
  width: 58px;
  object-fit: contain;
}
.footerNew__logo-soc {
    width: 180px;
    flex-shrink: 0;
}
.footerNew__logo img {
  width: 100%;
  object-fit: contain;
}
.footerNew__logo {
    display: block;
    margin-bottom: 10px;
}
.footerNew__soc {
    display: flex;
    align-items: center;
    margin-bottom: 24px;
}
.footerNew__soc a:not(:last-child) {
    margin-right: 10px;
}
.footerNew__nav {
    display: grid;
    grid-template-columns: repeat(6, minmax(min-content, max-content));
    justify-items: end;
    column-gap: 30px;
}
.footerNew__nav--desk {
    max-width: 940px;
}
.footerNew__nav--desk ul:first-child {
    min-width: 130px;
}
    
.footerNew__nav--mobile {
    display: none;
}
.footerNew__nav ul li {
    display: inline-block;
    width: 100%;
    font-weight: 700;
    font-size: 16px;
    line-height: 19px;
    text-transform: uppercase;
    color: #FFFFFF;
    line-height: 118%;
    margin-bottom: 7px;
}
.footerNew__nav ul li a{
    text-transform: none;
    font-weight: 500;
    font-size: 14px;
    line-height: 118%;
    color: #CCCCCC;
    transition: color 0.3s;

}
.footerNew__nav ul li:first-child {
    margin-bottom: 15px;
}

.footerNew__bottom {
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: #fff;
}
.footerNew__bottom p {
    color: #fff;
    font-size: 14px;
    line-height: 118%;
    margin: 0;
}
.footerNew__bottom ul {
    display: flex;
    align-items: center;
}
.footerNew__bottom ul li:not(:last-child) {
    margin-right: 45px;
}
.footerNew__bottom ul li a {
    font-size: 12px;
    color: #fff;
}
.footerNew-app__link {
    font-size: 14px;
    font-weight: 700;
    padding: 8px 16px;
    border-radius: 5px;
    color: #fff !important;
    background-color: #EA5400;
    cursor: pointer;
}

.footerNew-app__img:not(:last-child) {
    margin-right: 5px;
}
.footerNew-app__img img{
    width: 100%;
    height: 29px;
    object-fit: cover;
}
.footerNew-spollers__wrapper {   
    border-bottom: 1px solid #75849C;
}
.footerNew-spollers__title {
    position: relative;
    width: 100%;
    text-align: left;
    padding: 15px 20px 15px 0;
    font-size: 16px;
    font-weight: 700;
    line-height: 120%;
    color: #fff;
    border: none;
    background-color: inherit;
    cursor: pointer;
    text-transform: uppercase;
}
.footerNew-spollers__title:before {
    content: '';
    position: absolute;
    width: 12px;
    height: 7px;
    top: 50%;
    right: 5px;
    transform: translateY(-50%);
    background-image: url("https://smsactivate.s3.eu-central-1.amazonaws.com/assets/img/arrow-down-white.svg");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: 0 0;
    transition: transform 0.3s;
}
.footerNew-spollers__title._active:before {
    transform: translateY(-50%) scale(-1);
}
.footerNew-spollers__title:focus {
  outline: none;
}
.footerNew-spollers__body {    
    height: 0;
    opacity: 0;
    pointer-events: none;
    transition: height 0.3s, opacity 0.3s;
    overflow: hidden;


}
.footerNew-spollers__body._active {
    opacity: 1;
    pointer-events: auto;
    padding-bottom: 15px;
}
@media(any-hover: hover) {
  .footerNew__soc a svg {
    transition: transform 0.3s;
  }
  .footerNew__soc a path {
    transition: fill 0.3s;

  }
  .footerNew__soc a:hover svg {
    transform: scale(1.3);
  }
  .footerNew__soc a:hover path {
    fill: #ea5400;
  }
  .footerNew__nav ul li a:hover {
    color: #fff !important;
  }
  .footerNew-app__link {
    transition: all 0.3s;
  }
  .footerNew-app__link:hover {
    background-color: #D62A05;
  }
}
@media (max-width: 80em) {
  .footerNew {
    position: relative;
   } 
    .footerNew__container {
        width: 100%;
        padding: 0 30px;
    }
    .footerNew-app {
      position: absolute;
      top: 91px;
      right: 30px;
     }
    .footerNew__nav {
        width: 100%;
        max-width:100%;
        margin-top: 45px;   
        justify-content: space-between;
    }
    .footerNew__nav ul li {
        display: block;
    }
    .footerNew__top {
        flex-wrap: wrap;
    }
}
@media (max-width: 62em) {   
   .footerNew__nav {
    display: flex;
    flex-wrap: wrap;
    row-gap: 30px;
    margin-top: 35px;
   }
   .footerNew__nav--mobile {
    display: none;
   }
   .footerNew__nav ul {
    width: 29%;    
   }
   .footerNew__nav ul:not(:last-child) {
    margin-right: 0;
   }   
   .footerNew__bottom ul li:not(:last-child) {
    margin-right: 15px;
   }
}
@media (max-width: 48em) {
    .footerNew__bottom {
        flex-direction: column-reverse;
    }
    .footerNew__bottom ul {
        margin-bottom: 10px;
    }
}
@media (max-width: 35em) {
    .footerNew__nav--desk {
        display: none;
    }
    .footerNew__bottom {
        flex-direction: column;
        align-items: flex-start;
    }
    .footerNew__bottom ul {
        flex-direction: column;
        align-items: flex-start;
        margin-bottom: 35px;
    }
    .footerNew__bottom ul li a {
        font-size: 14px;
        color: #cccccc;
    }
    .footerNew__bottom ul li:not(:last-child) {
        margin-bottom: 5px;
    }
    .footerNew__bottom p {
        margin-bottom: 20px;
    }
    .footerNew__top {
        padding-bottom: 0;
        border-bottom: none;
    }
    .footerNew-app {
        position: static;
        order: 2;
        justify-content: space-between;
        width: 100%;
    }

    .footerNew-app__link {
      text-align: center;
      display: block;
      width: 100%;
    }
    .footerNew__nav--mobile {
        display: block;
    }
    .footerNew__tabs {
        width: 100%;
    }
    .footerNew__nav ul {
        width: 100%;
    }
    .footerNew__nav ul li:first-child {
        margin-bottom: 7px;
    }
}