a {
  color: inherit;
}
a:hover {
  color: inherit;
  text-decoration: none;
}

img {
  max-width: 100%;
}

footer {
  position: relative;
  background-color: #000000;
  z-index: 1;
}
footer .main-block {
  padding: 110px 0;
  width: 100%;
}
footer .main-block .block {
  width: 33.39%;
  flex-direction: column;
  justify-content: space-between;
}
footer .main-block .block .btn-icon {
  display: flex;
  justify-content: center;
  align-items: center;
}
footer .main-block .first-block .logo {
  height: 71px;
  width: -webkit-min-content;
  width: -moz-min-content;
  width: min-content;
}
footer .main-block .first-block .social-media {
  margin-top: 40px;
}
footer .main-block .first-block .social-media .btn-icon {
  margin-right: 12px;
  padding-bottom: 3px;
}
footer .main-block .second-block {
  align-items: center;
}
footer .main-block .second-block p {
  width: 367px;
}
footer .main-block .second-block .text1 {
  font-size: 25px;
  margin-bottom: 25px;
  font-weight: 600;
}
footer .main-block .second-block .text2 {
  margin-bottom: 0;
}
footer .main-block .second-block .text2 a {
  text-decoration: underline;
  color: #CCFF00;
}
footer .main-block .third-block {
  align-items: flex-end;
}
footer .main-block .third-block .text2 {
  width: 277px;
}
footer .main-block .third-block .contact {
  color: #000000;
  margin-top: 15px;
}
footer .main-block .third-block .contact .btn-icon {
  margin-right: 1px;
}
footer .main-block .third-block .contact .btn-animation-2 {
  width: 225px;
  padding: 15px 25px 12px;
  font-weight: 600;
}
footer .background-shape {
  position: absolute;
  bottom: 0;
  right: 21%;
  z-index: -1;
}
footer .last-block {
  justify-content: space-between;
}
footer .last-block .text3 {
  font-size: 13px;
  color: #959BA4;
}
@media screen and (max-width: 991px) {
  footer .main-block {
    padding: 70px 0;
    align-items: center;
    flex-direction: column;
  }
  footer .main-block .block {
    align-items: flex-start !important;
    margin-bottom: 65px;
    width: 335px;
  }
  footer .main-block .third-block {
    margin-bottom: 0;
  }
  footer .last-block {
    flex-direction: column;
    align-items: center;
    padding-bottom: 10px;
  }
  footer .last-block .text3 {
    margin-bottom: 0;
    text-align: center;
  }
  footer .last-block a {
    text-decoration: underline;
  }
}
@media screen and (max-width: 767px) {
  footer .background-shape {
    width: 100%;
    right: 0;
  }
}
@media screen and (max-width: 590px) {
  footer .main-block .first-block .logo {
    max-width: 100%;
    width: auto;
  }
}
@media screen and (max-width: 426px) {
  footer .main-block .block {
    width: 100%;
  }
  footer .main-block .second-block p {
    width: 100%;
  }
  footer .background-shape {
    width: unset;
  }
}
