footer{
  display: flex;
  margin-top: auto;
  background-color: rgb(243, 244, 245);
  color: rgb(139, 149, 158);
  text-align: left;
  font-weight: 500;
  padding: 4rem 1rem 0 5rem;
  max-height: 100%;
}

.footer_block{
  display: flex;
  justify-content: space-between;
}

.footer_logo_block{
  display: flex;
  color: rgb(25, 28, 31);
}

.footer_logo {
  height: 1.5rem;
  width: 1.5em;
}

.footer_logo_links{
  text-transform: uppercase;
}

.footer_logo_link{
  margin: 0px 0.8rem;
  display: inline-block;
  text-decoration: none;
  transition: color 0.2s ease 0s;
  color: rgb(139, 149, 158);
}

.active{
  color: black!important;
}

.footer_links_block{
  box-sizing: border-box;
  line-height: 1.65;
  outline: none;
  color: rgb(139, 149, 158);
  text-align: left;
  font-family: "Basier Circle", sans-serif;
  font-weight: 500;
}

.footer_links_wrapper{
  display: inline-block;
  min-width: 10.25rem;
  padding-right: 2rem;
  -webkit-box-pack: justify;
  justify-content: space-between;
}

.footer_title{
  margin-bottom: 1.25rem;
  color: rgb(25, 28, 31);
  text-transform: uppercase;
  letter-spacing: -0.025em;
}

.footer_link{
  display: block;
  margin-top: 1rem;
  white-space: nowrap;
  text-decoration: none;
  transition: color 0.2s ease 0s;
}

.footer_link:hover{
  text-decoration: none;
}

.copyright_block{
  display: flex;
  margin-top: 100px;
  flex-direction: column;
}

.copyright_block form p select{
  background: transparent;
  border: none;
  color: gray;
  margin-left: 50px;
}

.copyright_flag_options{
  display: flex;
}

.copyright_flag{
  content: "";
  width: 3rem;
  height: 3rem;
  transform: scale(0.5);
  transform-origin: left top;
  background-image: url(https://assets.revolut.com/media/roundFlag/sprite.png);
  background-position: 0px -3456px;
  box-shadow: rgba(25, 28, 31, 0.06) 0px 3px 6px, rgba(25, 28, 31, 0.06) 0px 1px 2px, rgba(25, 28, 31, 0.04) 0px -1px 0px;
  background-repeat: no-repeat;
  border-radius: 50%;
}

.copyright_options{
  color: #8f9193;
}

.copyright_info_menu{
  display: flex;
}

.copyright_info_menu div{
  font-size: 12px;
  margin: 20px 30px 0 0;
}

.copyright_bottom_text{
  margin-top: 20px;
  font-size: 12px;
}

.footerStatusory{
  font-size: 0.75rem;
  line-height: 1.3;
  color: rgb(139, 149, 158);
  text-align: left;
  font-weight: 500;
}

.footerStatusoryLTD{
  margin-right: 2rem;
  line-height: 1.65;
}

.footerCopyrightMenu a{
  color: rgb(139, 149, 158);
  font-size: 0.75rem;
  margin-right: 1.5rem;
  display: inline-block;;
  text-decoration: none;
  transition: color 0.2s ease 0s;
}


@media (max-width: 995px) {
  .footer_block{
    margin: 0!important;
  }
}
