.g-copyright {
  display: flex;
  flex-wrap: wrap;
  margin-left: auto;
  margin-right: 0;
  align-self: flex-end;
}

.g-copyright-text {
  font-size: 16px;
  color: #f6f6f6;
  opacity: 0.3;
}

.g-copyright-text div:nth-child(1) {
  margin-bottom: 0.5rem;
}

.footer {
  width: 100%;
  background: #25252e;
}

.footer__wrapper {
  max-width: 1160px;
  width: 100%;
  margin: 0 auto;
  padding: 0 30px;
}

.footer__row1 {
  display: flex;
  flex-direction: column;
  gap: 20px;
  padding: 85px 0 0;
}

.footer__row1 img {
  width: 81px;
  height: 34px;
}

.footer__row2 {
  display: flex;
  justify-content: space-between;
  gap: 3%;
  margin: 40px 0 65px 0;
}

.footer__row2 .title {
  margin: 0 0 40px 0;
  color: #F6F6F6;
  font-size: 26px;
  line-height: 1.2;
  font-weight: 700;
}

.footer__row2--item:nth-child(1) {
  width: 450px;
  font-size: 14px;
  line-height: 1.3;
  color: #F6F6F6;
  opacity: 0.9;
}
@media (max-width: 768px) {
  .footer__row2--item:nth-child(1) {
    width: 100%;
  }
}

.footer__row2--item:nth-child(1) span {
  font-weight: 600;
  color: #ff3850;
}

.footer__row2--item:nth-child(2),
.footer__row2--item:nth-child(3) {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-direction: column;
  gap: 20px;
}

.footer__row2--item:nth-child(2) a {
  font-size: 18px;
}
.footer__row2--item:nth-child(2) a:nth-child(4) {
  color: #ff3850;
  font-weight: 600;
}

.footer__row2--item:nth-child(3) a {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 20px;
  font-size: 14px;
}

.footer__row2--item:nth-child(3) a .image {
  width: 24px;
}

.footer__row2--item:nth-child(2) a,
.footer__row2--item:nth-child(3) a {
  line-height: 1.5;
  color: #F6F6F6;
}

.footer__row2--item:nth-child(2) a:hover,
.footer__row2--item:nth-child(3) a:hover {
  opacity: 0.3;
}

.footer__row3 {
  display: flex;
  padding: 0 0 86px 0;
}

.footer__row3--item {
  display: flex;
  border: 1px solid transparent;
  align-self: flex-end;
}

.footer__row3 a:nth-child(1) {
  margin: 0 40px 0 0;
}

.footer__row3 a:nth-child(2) {
  margin: 0 40px 0 0;
}

.footer__row3 a:nth-child(3) {
  margin: 0 40px 0 0;
}

.footer__row3 a:nth-child(1) img {
  height: 72px;
}

.footer__row3 a:nth-child(2) img {
  height: 37px;
}

.footer__row3 a:nth-child(3) img {
  height: 34px;
}

@media (max-width: 1100px) {
  .footer__wrapper {
    padding: 0 35px;
  }
  .footer__row2--item:nth-child(2) {
    flex-direction: column;
    gap: 0;
  }
}
@media (max-width: 1000px) {
  .footer__row2--item:nth-child(2),
  .footer__row2--item:nth-child(3) {
    display: none;
  }
  .footer__row2--item:nth-child(2) a {
    font-size: 18px;
  }
}
@media (max-width: 767px) {
  .footer__wrapper {
    padding: 0 20px;
  }
  .footer__row3 {
    flex-wrap: wrap;
    justify-content: space-around;
    padding: 0 0 40px 0;
  }
  .footer__row3--item:nth-child(3) {
    margin: 27px 0 0;
  }
  .footer__row3 a {
    width: 100%;
    justify-content: center;
  }
  .footer__row3 a:nth-child(1) {
    margin: 0;
    order: 2;
  }
  .footer__row3 a:nth-child(2) {
    margin: 40px 0 0 0;
    order: 3;
  }
  .footer__row3 a:nth-child(3) {
    margin: 40px 0 0 0;
    order: 4;
  }
  .g-copyright {
    width: 100%;
    margin: 0;
  }
  .g-copyright-text {
    font-size: 14px;
    padding-bottom: 25px;
  }
  .footer__wrapper {
    text-align: center;
  }
  .footer__row1 {
    justify-content: center;
    padding: 40px 0 0;
  }
  .footer__row2 {
    flex-direction: column;
    margin: 30px 0 15px 0;
  }
  .footer__row2 .title {
    margin: 0 0 30px;
    font-size: 20px;
    line-height: 1.1;
    text-align: left;
  }
  .footer__row2 .description a {
    line-height: 30px;
  }
  .footer__row2--item {
    text-align: left;
  }
  .footer__row2--item:nth-child(2) {
    display: none;
  }
  .footer__row3 a:nth-child(3) img {
    height: auto;
  }
}
@media (max-width: 400px) {
  .footer__row2--item:nth-child(1) {
    width: 260px;
    font-size: 13px;
  }
  .footer__row2--item:nth-child(2) a {
    font-size: 13px;
  }
  .footer__row3--item:nth-child(3) {
    margin: 0;
  }
  .footer__row3 a {
    width: 70%;
    justify-content: center;
  }
  .footer__row3 a:nth-child(2) {
    margin: 0;
  }
  .footer__row3 a:nth-child(1) {
    margin: 0;
  }
  .footer__row3 a:nth-child(2) {
    margin: 30px 0 0;
  }
  .footer__row3 a:nth-child(4) {
    margin: 30px 0 0;
  }
}
@media (max-width: 350px) {
  .footer__row3 a:nth-child(2) {
    margin: 30px 0 0;
  }
}
/*# sourceMappingURL=footer.css.map */