.footer {
  padding: 32px 0 49px;
}
@media (max-width: 1023.98px) {
  .footer {
    padding: 50px 0;
  }
}
@media (max-width: 767.98px) {
  .footer {
    padding: 40px 0;
  }
}
.footer-main {
  display: flex;
  justify-content: space-between;
  gap: 45px;
}
@media (max-width: 1023.98px) {
  .footer-main {
    gap: 25px;
  }
}
@media (max-width: 767.98px) {
  .footer-main {
    flex-direction: column;
    align-items: center;
    font: 30px;
  }
}
.footer-logo {
  margin-top: 18px;
}
@media (max-width: 1023.98px) {
  .footer-logo {
    max-width: 215px;
    margin-top: 0;
  }
}
.footer-cnt {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 3px;
  padding-top: 16px;
  padding-right: 35px;
}
@media (max-width: 1023.98px) {
  .footer-cnt {
    padding-top: 0;
    padding-right: 18px;
  }
}
@media (max-width: 767.98px) {
  .footer-cnt {
    align-items: center;
    padding-right: 0;
    text-align: center;
  }
}
.footer-scl {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-bottom: 3px;
}
.footer-scl__item {
  display: inline-flex;
  max-width: 22px;
}
.footer-scl__item:hover svg path,
.footer-scl__item.active svg path {
  fill: var(--blue);
}
.footer-phone,
.footer-locate {
  display: inline-block;
  font-size: 14px;
  line-height: 1.715;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  color: var(--seryy);
}
@media (max-width: 1023.98px) {
  .footer-brand {
    max-width: 215px;
  }
}
.footer-body {
  display: grid;
  grid-template-columns: 1fr 263px;
  grid-template-rows: auto;
  grid-column-gap: 45px;
  align-items: flex-end;
}
@media (max-width: 1023.98px) {
  .footer-body {
    grid-template-columns: 1fr 215px;
    align-items: flex-start;
    padding-top: 33px;
  }
}
@media (max-width: 767.98px) {
  .footer-body {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;
    padding-top: 20px;
  }
}
.footer-nav {
  display: flex;
  justify-content: space-between;
  gap: 45px;
  grid-column: span 2 / auto;
  max-width: calc(100% - 308px);
}
@media (max-width: 1023.98px) {
  .footer-nav {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    justify-content: space-between;
    grid-row-gap: 0;
    grid-column: auto;
    max-width: 100%;
  }
}
@media (max-width: 767.98px) {
  .footer-nav {
    display: flex;
    flex-direction: column;
    align-items: center;
    order: 2;
    text-align: center;
  }
}
.footer-menu {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
@media (max-width: 767.98px) {
  .footer-menu {
    align-items: center;
  }
}
.footer-menu li {
  font-size: 14px;
  line-height: 2;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  color: var(--seryy);
}
.footer-menu li a {
  display: inline-block;
}
.footer-menu li a:hover,
.footer-menu li a.active {
  text-shadow: 0 0 1px;
}
.footer-lang {
  position: relative;
}
.footer-lang.show ul {
  display: block;
}
.footer-lang span {
  position: relative;
  display: inline-block;
  padding-right: 18px;
}
.footer-lang span:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  width: 6px;
  height: 6px;
  margin-top: -3px;
  background-image: url(../images/icons/check.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
.footer-lang ul {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  background: var(--belyy);
}
.footer-lang ul li.selected {
  display: none;
}
.footer-lang ul li a {
  display: block;
}
.footer-btn {
  min-width: auto;
  height: 50px;
}
@media (max-width: 1023.98px) {
  .footer-btn {
    grid-row: 1/1;
    grid-column: 2/2;
    padding: 5px 10px;
  }
}
@media (max-width: 767.98px) {
  .footer-btn {
    order: 1;
    max-width: 215px;
    margin-bottom: 15px;
  }
}
.footer-link {
  display: inline-block;
  font-size: 12px;
  line-height: 1.2;
  color: var(--seryy);
}
.footer-link:hover {
  text-shadow: 0 0 1px;
}
@media (max-width: 1023.98px) {
  .footer-link {
    display: none;
  }
}
@media (max-width: 767.98px) {
  .footer-link {
    display: inline-block;
    order: 3;
    font-size: 10px;
  }
}
.footer-link_tablet {
  display: none;
}
@media (max-width: 1023.98px) {
  .footer-link_tablet {
    display: inline-block;
    margin-top: 10px;
  }
}
@media (max-width: 767.98px) {
  .footer-link_tablet {
    display: none;
  }
}
