.footer__btn {
  display: flex;
  padding: 0 20px;
  align-items: center;
  justify-content: center;
  text-align: left;
  max-width: 330px;
  height: 50px;
  border: none;
  border-radius: 25px;
  background-color: #91CF4F;
  color: white;
  font: normal normal normal 18px / 20px Acrom !important;
  text-decoration: none !important;
  transition: all 0.3s ease;
  min-width: 220px;
  cursor: pointer;
}
.footer__btn:hover {
  color: white !important;
  background-color: #272727;
  text-decoration: none !important;
}
.footer__btn:active {
  background-color: #181818;
  color: white !important;
  text-decoration: none !important;
}

.footer {
  background-color: #111107;
}
.footer__body {
  display: flex;
  padding-top: 40px;
  padding-bottom: 30px;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}
.footer__sk svg {
  width: 170px;
}
.footer__sk .sk_l {
  stroke: #555555;
  stroke-width: 2;
  fill: transparent;
  transition: all 0.3s ease;
}
.footer__sk .sk_b {
  fill: #555555;
  transition: all 0.3s ease;
}
.footer__sk:hover .sk_l {
  fill: #b8d932;
  stroke: #b8d932;
}
.footer__sk:hover .sk_b {
  fill: #ffffff;
}
.footer__socials {
  display: flex;
  margin-left: -4px;
  margin-right: -4px;
  align-items: center;
  justify-content: flex-end;
}
.footer__socials a {
  display: block;
  margin-left: 4px;
  margin-right: 4px;
  text-decoration: none;
}
.footer__socials a svg {
  width: 30px;
  fill: #555555;
  transition: all 0.3s ease;
}
.footer__socials a:hover {
  text-decoration: none;
}
.footer__socials a:hover svg {
  fill: #ffffff;
}
.footer__cp {
  padding-top: 10px;
  padding-bottom: 10px;
  border-top: 1px solid #000000;
}
.footer__cp p {
  padding: 0;
  margin: 0;
  font: normal normal normal 12px/14px "Acrom";
  color: #555555;
  text-align: center;
}

@media (max-width: 540px) {
  .footer__body {
    padding-top: 20px;
    padding-bottom: 14px;
    flex-direction: column;
    align-items: flex-end;
  }
  .footer__sk {
    margin-bottom: 20px;
  }
  .footer__sk svg {
    width: 100px;
  }
}

.footer__privacy {
  display: flex;
  margin-top: 20px;
  flex-direction: column;
  align-items: flex-end;
}
.footer__privacy > div {
  margin-bottom: 8px;
  text-align: right;
  max-width: 280px;
}
.footer__privacy a {
  padding: 0;
  margin: 0;
  font: normal normal 300 16px/100% "Acrom";
  text-decoration: none;
  color: #7B7B7B;
  transition: color .3s ease;
}

.footer__privacy a:hover {
  color: #b8d932;
  text-decoration: none;
}

@media (max-width: 540px) {
  .footer__privacy > div {
    margin-bottom: 10px;
  }
  .footer__privacy a {
    font: normal normal 300 14px/100% "Acrom";
  }
}

.footer__cookie {
  display: none;
  position: fixed;
  left: 50%!important;
  bottom: 40px;
  align-items: center;
  padding: 20px 32px;
  max-width: 1400px;
  width: 100%;
  border-radius: 20px;
  transform: translateX(-50%);
  box-shadow: 0 0 36px 0 rgba(0, 0, 0, .05);
  background-color: white;
  z-index: 100;
}
.footer__cookie.show {
  display: flex;
}
.footer__cookie p {
  padding: 0;
  margin: 0;
  font: normal normal normal 18px/130% "Acrom";
  color: #121212;
}
.footer__cookie p a {
  padding: 0;
  margin: 0;
  font: normal normal normal 18px/130% "Acrom";
  color: #b8d932 !important;
  transition: color .3s ease;
  text-decoration: underline;
}
.footer__cookie p a:hover {
  color: #121212 !important;
}
.footer__apply {
  margin-left: 20px;
}

.footer__description {
  padding: 0;
  margin: 12px 0 0 0;
  font: normal normal normal 14px/130% "Acrom";
}
.footer__description a {
  padding: 0;
  margin: 0;
  font: normal normal normal 14px/130% "Acrom";
  color: #b8d932 !important;
  transition: color .3s ease;
  text-decoration: underline;
}
.footer__description a:hover {
  color: #121212 !important;
}

@media (max-width: 1440px) {
  .footer__cookie {
    left: 20px;
    right: 20px;
  }
}

@media (max-width: 768px) {
  .footer__cookie {
    flex-direction: column;
    transform: translateX(0);
    width: auto;
  }
  .footer__apply {
    margin-left: 0;
    margin-top: 20px;
    width: 100%;
  }
  .footer__cookie p {
    font: normal normal normal 14px/130% "Acrom";
  }
  .footer__cookie p a {
    font: normal normal normal 14px/130% "Acrom";
  }
  .footer__btn {
    width: 100%;
    max-width: none;
  }
}