.footer-new {
  background-color: #ededee;
  padding: 56px 0 64px;
  margin: 50px 0 0;
  min-height: 296px;
  position: relative;
  border: none;
}
.footer__layout {
  margin: 0 auto;
  max-width: 1176px;
}
.footer__row {
  display: flex;
}
.footer__col:nth-child(1),
.footer__col:nth-child(2) {
  width: 200px;
}
.footer__col:nth-child(2) {
  margin-right: 88px;
}
.footer__col a:hover {
  text-decoration: none;
}
.footer__logo {
  width: 120px;
  height: 48px;
  display: inline-block;
  background: url(../img/header/otpusk-logo-black.svg) no-repeat center / contain;
}
[lang="lv"] .footer__logo,
[lang="lt"] .footer__logo {
  background-image: url(../img/header/logo-white-dot.svg);
}
.footer-new .footer__button-link {
  display: flex;
  align-items: center;
  width: 200px;
  height: 48px;
  border-radius: 5px;
  background: #fff;
  text-decoration: none;
  font-size: 16px;
  font-weight: 600;
  color: #404a51;
  padding-left: 48px;
  transition: background-color .2s;
  position: relative;
}

.footer__button-link:not(:last-child) {
  margin-bottom: 16px;
}
.footer__button-link i {
  position: absolute;
  left: 15px;
}
.footer__button-link .i16-location-2 {
  left: 16px;
  opacity: .5;
}
.footer__button-link .i16-social-5 {
  left: 16px;
  filter: grayscale(100%);
  opacity: .45;
}
.footer__col:nth-child(n+3) a {
  text-decoration: none;
  color: #404a51;
}
.footer__col:nth-child(n+3) .footer__link {
  font-size: 15px;
  font-weight: 600;
  line-height: 1;
  color: #404a51;
  white-space: nowrap;
  height: 40px;
  border-radius: 5px;
  padding: 0 12px;
  display: inline-flex;
  align-items: center;
  transition: background-color .2s;
  text-decoration: none;
}
.footer__col:nth-child(n+3):not(:last-child) {
  padding-top: 4px;
  margin-right: 70px;
}
.footerCol:last-child {
  margin-right: 0;
}
.footer__col:nth-child(n+3) .footer__link:hover,
.footer__button-link:hover {
  background-color: #dedfe1;
}

/*desktop*/
@media (min-width: 768px) {

}

/*tablet*/
@media (max-width: 1176px) and (min-width: 768px) {
  .footer-new {
    padding-left: 24px;
    padding-right: 24px;
  }
}
@media (min-width: 768px) and (max-width: 980px) {
  .footer__col:nth-child(1) {
    width: 180px;
  }
  .footer__col:nth-child(2) {
    width: 250px;
    margin-right: 0;
  }
  .footer__col:nth-child(n+3) {
    width: calc((100% - 430px)/2);
    margin-right: 0;
  }
}
@media (min-width: 768px) and (max-width: 840px) {
  .footer__col:nth-child(1) {
    width: 150px;
  }
  .footer__col:nth-child(2) {
    width: 220px;
  }
  .footer__col:nth-child(n+3) {
    width: calc((100% - 380px)/2);
  }
}

/*mobile*/
@media (max-width: 767px) {
  .footer-new {
    padding: 25px 20px;
    min-height: 82px;
  }
  .footer__row {
    justify-content: center;
    flex-wrap: wrap;
  }
  .footer__col {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
  .footer__col:nth-child(1),
  .footer__col:nth-child(2) {
    width: 100% !important;
  }
  .footer__col:nth-child(2) {
    text-align: center;
  }
  .footer__col:nth-child(2) {
    margin: 20px 0 15px;
  }
  .footer__col:nth-child(n+3) {
    width: 50% !important;
  }
  .footer__col:nth-child(n+3) .footer__link {
    padding: 0;
  }
  .footer__button-link {
    width: 100%;
    justify-content: center;
    padding-left: 0;
  }
  .footer__button-link i {
    position: static;
    margin-right: 8px;
  }
  .footer-new .footer__button-link {
    width: 100%;
    padding-left: 0;
  }
}
@media (max-width: 320px) {
  .footer__col:nth-child(n+3) {
    width: 100% !important;
  }
  .footer__col:nth-child(n+3) .footer__link {
    width: 100%;
    justify-content: center;
    height: 30px;
  }
  [lang="lv"] .footer__logo,
  [lang="lt"] .footer__logo {
    width: 100px;
  }
}
/*MEDIA DONE*/
