.footer {
  width: 100%;
  padding: 4rem 4.8rem;
  max-width: 1920px;
  margin: 0 auto;
  background: #05141f;
}
.footer-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.terms-wrap {
  margin-top: 4rem;
  display: flex;
}
.terms-list {
  margin-right: 3rem;
}
.terms-list:last-child {
  margin-right: 0rem;
}
.terms-list a {
  display: inline-block;
  color: #fff;
  font-size: 1.4rem;
  font-weight: 400;
}
.footer-right {
  display: flex;
  flex-direction: column-reverse;
}
.footer-right-bottom {
  display: flex;
  align-items: center;
  gap: 3.6rem;
  margin-top: 3.7rem;
}
.footer-right-bottom .combo-wrap .combo-input {
  border: none;
  min-width: 8rem;
}
.footer-right-bottom .combo-wrap .combo-input span {
  color: #fff;
}
.change-country {
  color: #fff;
}

.change-country a {
  color: #fff;
  font-size: 1.2rem;
  font-weight: 400;
  background: url(../img/country.png) no-repeat 3px center;
  padding-left: 2.4rem;
}
.footer-right-top {
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
  gap: 2rem;
}
.footer-copy {
  font-size: 1rem;
  color: #fff;
  font-weight: 400;
}
@media screen and (max-width: 480px) {
  .footer {
    padding: 4rem 2rem;
  }
  .footer-wrap {
    display: block;
  }
  .terms-wrap {
    display: block;
    margin: 2.8rem 0 4.6rem 0;
  }
  .terms-list {
    margin-right: 0;
    margin-bottom: 1.6rem;
  }
  .terms-list:last-child {
    margin-bottom: 0;
  }
  .footer-right {
    display: block;
  }
  .combo-wrap {
    margin-left: 0;
  }
  .footer-right-top {
    display: block;
  }
  .youtube {
    display: block;
    margin: 3.4rem 0 1.6rem;
  }
}
