#footer-main {
  background-color: #01142f;
  color: #FFFFFF;
  position: relative;
  z-index: 10;
}
#footer-main b {
  font-weight: 600;
}
#footer-main h4 {
  color: #FFFFFF;
  font-size: 1rem;
  margin-bottom: 1rem;
}
#footer-main .footer-main {
  line-height: 2rem;
  overflow: hidden;
  position: relative;
  z-index: 20;
}
#footer-main .footer-main a {
  color: #FFFFFF;
  text-decoration: none;
}
#footer-main .footer-main .footer-text img {
  width: auto;
  height: 5rem;
}
#footer-main .footer-main .text {
  color: #FFFFFF;
  font-size: 0.9rem;
  line-height: 1.4rem;
  font-weight: 100;
}
#footer-main .footer-main .text > span {
  color: #1ca8fc;
}
#footer-main .footer-main .text ul {
  padding: 0;
  list-style-type: none;
}
#footer-main .footer-main .text ul > li {
  line-height: 1.4rem;
}
#footer-main .footer-main .text ul > li a {
  color: #FFFFFF;
  font-weight: 600;
}
#footer-main .footer-main .text ul > li a.first {
  font-size: 1.4rem;
  line-height: 2.4rem;
}
#footer-main .footer-main .text ul > li a:before {
  text-align: center;
  content: "\f0da";
  display: inline-block;
  font-weight: 900;
  font-family: Font Awesome\ 5 Free;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  margin-right: 0.5rem;
  width: 24px;
  height: 24px;
  position: relative;
  bottom: 0;
  margin-top: auto;
  margin-bottom: auto;
  line-height: 2rem;
}
#footer-main .footer-main .text ul > li a:hover {
  color: #1ca8fc;
}
#footer-main .footer-main .text .social-icon {
  font-size: 2rem;
  margin-right: 10px;
}
#footer-main .footer-main .text .social-icon:hover {
  color: #1ca8fc;
}
#footer-main .footer-main p {
  font-size: 0.8rem;
}
#footer-main .footer-main .copyright {
  color: #1ca8fc;
}
#footer-main a {
  font-weight: 400;
}
#footer-main a:hover {
  font-weight: 400;
}
#footer-main a.list {
  display: block;
}
#footer-main .copyright {
  background-color: #01142f;
}
#footer-main .copyright div, #footer-main .copyright a {
  color: #FFFFFF;
  font-size: 0.8rem;
}
#footer-main .copyright div h6, #footer-main .copyright a h6 {
  font-weight: 300;
  font-size: 0.8rem;
}
#footer-main .copyright h5 {
  color: #FFFFFF;
  display: inline-block;
  font-weight: 300;
  font-size: 0.8rem;
}

#footer-more {
  position: fixed;
  top: 30vh;
  right: -9px;
  background: rgba(255, 255, 255, 0.1490196078);
  border-radius: 15px;
  padding: 19px 0;
  display: flex;
  height: 340px;
  width: 93px;
  align-items: center;
  justify-content: center;
  z-index: 30;
}
@media (max-width: 767px) {
  #footer-more {
    position: absolute;
  }
}
#footer-more.reliable-company {
  flex-direction: column-reverse;
  justify-content: space-around;
}
#footer-more.reliable-company img {
  transform: rotate(90deg);
}

#cookie {
  color: black;
  background-color: white;
  position: fixed;
  bottom: 2rem;
  left: 5%;
  right: 5%;
  padding: 0.5rem 2rem;
  box-shadow: 0 1px 6px 1px rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(110, 110, 152, 0.1);
  z-index: 999;
}
#cookie > button {
  float: right;
}

.inv {
  display: none;
}
