.footer {
  background-color: #0b0f14;
  padding: 53px 0px 0px 0px;
  font-family: "Century Gothic", sans-serif;
  position: relative;
  z-index: 2;
}

.footer__top__wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 75px;
}
.footer__top__wrap__line {
  border-top: 1px solid #373f48;
  flex: 1 0 auto;
}
.footer__mobile-logo,
.footer__title.footer__title--mobile {
  display: none;
}

.footer__row__bottom__logo {
  padding: 0;
  text-align: center;
}
.footer__row__bottom__logo__wrap {
  position: relative;
}
.footer__row__bottom__logo__wrap::before {
  content: "";
  position: absolute;
  border-top: 1px solid #373f48;
  left: 0;
  width: calc(50% - 135px);
  height: 1px;
  bottom: 30px;
}
.footer__row__bottom__logo__wrap::after {
  content: "";
  position: absolute;
  border-top: 1px solid #373f48;
  right: 0;
  width: calc(50% - 135px);
  height: 1px;
  bottom: 30px;
}
.footer__row__bottom__logo figure {
  margin-bottom: 0;
}
.footer__row__bottom__logo img {
  height: auto;
  object-fit: contain;
  max-width: 240px;
  width: 100%;
}

@media only screen and (max-width: 1280px) {
  .footer__top__wrap {
    margin-bottom: 60px;
  }
}
@media only screen and (max-width: 991px) {
  .footer__row__bottom__logo img {
    max-width: 220px;
  }
}
@media only screen and (max-width: 767px) {
  .footer__row__bottom__logo,
  .footer__title,
  .footer__top__wrap__line {
    display: none;
  }
  .footer__title.footer__title--mobile,
  .footer__mobile-logo {
    display: block;
  }
  .footer__top__wrap {
    flex-direction: column;
    padding-bottom: 20px;
    position: relative;
    margin-bottom: 60px;
  }
  .footer__top__wrap::after {
    content: "";
    width: calc(100vw - 48px);
    height: 1px;
    position: absolute;
    display: block;
    left: 50%;
    transform: translateX(-50%);
    bottom: 0;
    border-bottom: 1px solid #373f48;
  }
  .footer__title.footer__title--mobile {
    padding-right: 0;
  }
  .footer__mobile-logo {
    width: 100%;
    max-width: 240px;
    text-align: center;
  }
  .footer__sm {
    padding-left: 0;
  }
  .footer__mobile-logo {
    padding: 20px 0px;
  }
  .footer {
    padding-top: 40px;
  }
}
@media only screen and (max-width: 575px) {
  .footer__top__wrap {
    margin-bottom: 35px;
  }
  .footer__top__wrap::after {
    width: 100vw;
  }
  .footer {
    padding-left: 12px;
    padding-right: 12px;
  }
}
.footer__sm {
  display: flex;
  flex-wrap: wrap;
  margin: 0;
  padding: 0px 0px 0px 30px;
  list-style: none;
}
.footer__sm__list {
  display: inline-block;
  margin: 6px 10px;
}
.footer__sm__list a {
  display: block;
  line-height: 1;
}
.footer__sm__list a img {
  opacity: 0.25;
  transition: all 0.3s ease-out;
  width: 32px;
  height: 32px;
  object-fit: contain;
}
.footer__sm__list a:hover img {
  opacity: 1;
  filter: invert(63%) sepia(6%) saturate(4914%) hue-rotate(70deg)
    brightness(86%) contrast(86%);
}

@media only screen and (max-width: 991px) {
  .footer__sm__list {
    margin: 6px;
  }
}
@media only screen and (max-width: 767px) {
  .footer__sm {
    padding: 17px 0px 10px 0px;
    justify-content: center;
  }
  .footer__sm__list {
    margin: 6px 10px;
  }
}
@media only screen and (max-width: 575px) {
  .footer__sm__list {
    margin: 6px 9px;
  }
  .footer__sm__list a img {
    width: 28px;
    height: auto;
    object-fit: contain;
  }
}

@media only screen and (max-width: 575px) {
  .footer__sm__list {
    margin: 6px 8px;
  }
}
.footer__row__top {
  display: flex;
  flex-wrap: wrap;
  padding-bottom: 34px;
  justify-content: space-between;
}

.footer__row__top__col {
  width: calc(50% - 80px);
  display: flex;
  justify-content: space-between;
}

.footer__row__top__col--info {
  width: calc(50% + 20px);
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
.footer__row__top__col--info .footer__info {
  max-width: 232px;
}

.footer__menu ul {
  list-style: none;
  margin: 0;
  padding-left: 0;
}
.footer__menu ul li {
  padding: 10px 0px;
}
.footer__menu ul li a {
  text-decoration: none;
  color: #fff;
  transition: all 0.4s ease;
  font-size: 21px;
  line-height: 26px;
}
.footer__menu ul li a:hover {
  color: #3aaa35;
}

.footer__info {
  margin: 0;
  padding-left: 0;
  list-style: none;
  color: #fff;
}
.footer__info__item {
  margin-bottom: 7px;
}
.footer__info__item__location {
  display: inline-block;
  width: 100%;
  margin-bottom: 4px;
  text-transform: uppercase;
  font-size: 14px;
  line-height: 1.74;
  color: #3aaa35;
  letter-spacing: 0.285em;
}
.footer__info__item__title {
  font-size: 21px;
  line-height: 1.51;
  display: inline-block;
  width: 100%;
}
.footer__info__item__address {
  color: #fff;
  margin: 0;
  font-size: 21px;
  line-height: 1.51;
  text-decoration: none;
  transition: all 0.4s ease;
}
.footer__info__item__address:hover {
  color: rgba(255, 255, 255, 0.8);
}
.footer__info__item__link {
  color: #3aaa35;
  font-size: 21px;
  line-height: 1.51;
  text-decoration: none;
  transition: all 0.4s ease;
}
.footer__info__item__link:hover {
  color: #1d7f35;
}
.footer__info--top .footer__info__item {
  margin-bottom: 18px;
}

.footer__menu.footer__menu--copyright ul {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  flex-wrap: wrap;
}
.footer__menu.footer__menu--copyright ul li a {
  font-size: 16px;
  line-height: 1.25;
  color: #484b4f;
  transition: all 0.4s ease;
}
.footer__menu.footer__menu--copyright ul li a:hover {
  color: #fff;
}

.menu-arrow-anim a {
  position: relative;
  padding-right: 13px;
}
.menu-arrow-anim a::before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  right: -10px;
  width: 10px;
  height: 10px;
  background-image: url("../img/arrow-gray.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  transition: all 0.3s linear;
}
.menu-arrow-anim a:hover::before {
  transform: translate(100%, -130%);
  opacity: 0;
}
.menu-arrow-anim a:hover::after {
  transform: translate(0%, -50%);
  opacity: 1;
}
.menu-arrow-anim a::after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translate(-100%, 100%);
  right: -10px;
  width: 10px;
  height: 10px;
  background-image: url("../img/arrow-gray.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  transition: all 0.3s linear;
  opacity: 0;
  filter: brightness(0) invert(1);
}

@media only screen and (max-width: 1536px) {
  .footer__menu ul li a,
  .footer__info__item__address,
  .footer__info__item__title,
  .footer__info__item__link {
    font-size: 18px;
    line-height: 22px;
  }
}
@media only screen and (max-width: 1199px) {
  .footer__menu {
    padding-left: 0;
    padding-right: 30px;
  }
  .footer__row__top__col .footer__menu ul li {
    padding: 10px 0px;
  }
  .footer__row__top__col {
    width: 60%;
  }
  .footer__row__top__col--info {
    width: 40%;
  }
}
@media only screen and (max-width: 991px) {
  .footer__row__top__col {
    width: 62%;
  }
  .footer__row__top__col--info {
    width: 38%;
  }
}
@media only screen and (max-width: 767px) {
  .footer__row__top__col,
  .footer__row__top__col--info {
    width: 100%;
  }
  .footer__row__top__col {
    flex-direction: column;
    text-align: center;
  }
  .footer__row__top__col .footer__menu {
    width: 100%;
    padding: 0 0 63px 0;
  }
  #nav_menu-3 {
    display: none;
  }
  .footer__row__top__col--info {
    align-items: center;
    text-align: center;
  }
  .footer__info--top .footer__info__item {
    margin-bottom: 47px;
  }
  .footer__info--top .footer__info__item:last-of-type {
    margin-bottom: 0;
  }
  .footer__info.footer__info--top {
    margin-bottom: 37px;
  }
  .footer__row__top {
    padding-bottom: 80px;
  }
}
@media only screen and (max-width: 575px) {
  .footer__info__item a,
  .footer__info__item__title {
    font-size: 16px;
    line-height: 1.51;
  }
  .footer__info__item__location {
    font-size: 12px;
    line-height: 1.2;
    margin-bottom: 0;
  }
}
.footer__title {
  padding-right: 35px;
}
.footer__title h2 {
  color: #fff;
  font-weight: 400;
  font-size: 30px;
  line-height: 37px;
  margin: 0;
}

.footer__logotypes {
  max-width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 48px 60px 30px 60px;
}
.footer__logotypes img {
  max-width: 100%;
  height: auto;
  transition: all 0.4s ease;
}
.footer__logotypes img:hover {
  transform: scale(0.95);
}
.footer__logotypes__infostud {
  width: 50%;
  padding-right: 60px;
  position: relative;
}
.footer__logotypes__infostud__top {
  padding: 7px 10px 16px 10px;
  text-align: center;
}
.footer__logotypes__infostud__bottom {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  padding: 20px 0px 15px 0px;
  text-align: center;

  /*Logo Biznis*/
  flex-wrap: wrap;
  gap: 24px 0px;
}

.footer__logotypes__infostud__bottom__item {
  width: 33.333%;
}

.footer__logotypes__inspira {
  width: 50%;
  padding-left: 28px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
.footer__logotypes__inspira__row {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  padding: 8px 0px 16px 0px;
}
.footer__logotypes__inspira__row__item {
  width: 25%;
  text-align: center;
  padding: 0px 10px;
}

*,
::after,
::before {
  box-sizing: border-box;
}

.footer__logotypes__inspira--mobile {
  display: none;
}

@media only screen and (max-width: 1536px) {
  .footer__title h2 {
    font-size: 28px;
    line-height: 1.22;
  }
  .footer__logotypes__infostud__top___item {
    max-width: fit-content;
    margin: 0 auto;
  }
  .footer__logotypes__infostud__top___item img {
    width: 80%;
  }
}
@media only screen and (max-width: 1399px) {
  .footer__logotypes {
    padding: 40px 30px 30px 30px;
  }
  .footer__logotypes__infostud {
    padding-right: 65px;
  }
  .footer__logotypes__inspira {
    padding-left: 35px;
  }
}
@media only screen and (max-width: 1199px) {
  .footer__logotypes__infostud__bottom__item {
    width: 33.333%;
    padding: 0px 10px;
  }
  .footer__logotypes__infostud {
    padding-right: 45px;
  }
  .footer__logotypes__inspira__row__item {
    padding: 0px 10px;
  }
  .footer__logotypes {
    padding: 40px 0px 30px 0px;
  }
}
@media only screen and (max-width: 991px) {
  .footer__title {
    text-align: center;
  }
  .footer__logotypes {
    flex-direction: column;
  }
  .footer__logotypes__infostud,
  .footer__logotypes__inspira {
    width: 100%;
  }
  .footer__logotypes__infostud {
    padding-right: 0;
  }
  .footer__logotypes__inspira {
    display: none;
    padding-left: 0;
  }
  .footer__logotypes__inspira.footer__logotypes__inspira--mobile {
    display: block;
    padding-top: 10px;
  }
  .footer__logotypes__inspira.footer__logotypes__inspira--mobile
    .footer__logotypes__inspira__row {
    justify-content: center;
  }
  .footer__logotypes__infostud::after {
    content: none;
  }
  .footer__logotypes__infostud__bottom__item {
    text-align: center;
  }
  .footer__logotypes__infostud__top___item img {
    width: auto;
  }
  .footer__logotypes__inspira__row__item {
    width: 33.33%;
    padding: 15px 10px;
  }
  .footer__logotypes__infostud {
    border-bottom: 1px solid rgba(55, 63, 72, 0.4);
  }
  .footer__logotypes__infostud__bottom {
    padding-bottom: 28px;
  }
}
@media only screen and (max-width: 767px) {
  .footer__title h2 {
    font-size: 24px;
  }
}
@media only screen and (max-width: 575px) {
  .footer__row__bottom {
    margin-top: 18px;
  }
  .footer__logotypes__infostud__top___item img {
    max-width: 109px;
    height: auto;
  }
  .footer__logotypes__infostud__bottom__item {
    padding: 7px 5px;
  }
  .footer__logotypes__infostud__bottom__item img {
    width: 92%;
    /* max-height: 22px; */
    max-height: 28px;
    object-fit: contain;
  }
  .footer__logotypes__infostud__top {
    padding-bottom: 0;
  }
  .footer__logotypes__infostud__bottom {
    padding-bottom: 20px;
  }
  .footer__logotypes__inspira__row__item img {
    max-width: 90%;
  }
}
.footer__copyright {
  padding-top: 19px;
  padding-bottom: 19px;
  color: rgba(255, 255, 255, 0.25);
  position: relative;
}
.footer__copyright__company {
  font-size: 16px;
  line-height: 1.25;
  font-weight: 400;
  margin: 10px 0 10px 0;
  color: rgba(255, 255, 255, 0.25);
}
.footer__copyright__desc {
  font-size: 12px;
  line-height: 1.25;
  margin: 0;
}
.footer__copyright__desc p {
  font-size: 12px;
  line-height: 1.25;
  margin: 0;
  color: rgba(255, 255, 255, 0.25);
}
.footer__copyright__desc a {
  text-decoration: none;
  color: rgba(255, 255, 255, 0.25);
  transition: all 0.4s ease;
}
.footer__copyright__desc a:hover {
  color: white;
}

.footer__copyright__row {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 11px;
}
.footer__copyright__row .footer__menu ul li {
  padding: 10px;
}

@media only screen and (max-width: 1024px) {
  .footer__copyright__row {
    flex-direction: column;
    align-items: center;
  }
  .menu-arrow-anim a::before,
  .menu-arrow-anim a::after {
    content: none;
  }
  .footer__menu.footer__menu--copyright ul li a {
    padding-right: 0;
  }
  .footer__copyright__row .footer__menu {
    padding-right: 0;
  }
  .footer__copyright {
    text-align: center;
  }
}
@media only screen and (max-width: 991px) {
  .footer__copyright::before {
    content: "";
    position: absolute;
    top: -1px;
    left: 50%;
    transform: translateX(-50%);
    border-top: 1px solid #373f48;
    width: calc(100% - 24px);
    height: 1px;
  }
}
@media only screen and (max-width: 767px) {
  .footer__menu.footer__menu--copyright ul {
    justify-content: center;
  }
  .footer__menu.footer__menu--copyright ul li a,
  .footer__copyright__company {
    font-size: 14px;
  }
}
@media only screen and (max-width: 575px) {
  .footer__copyright__desc p,
  .footer__copyright__company,
  .footer__menu.footer__menu--copyright ul li a {
    font-size: 12px;
    line-height: 1.22;
  }
  .footer__copyright {
    padding: 12px 15px 18px 15px;
  }
  .footer__copyright__company {
    margin: 0;
  }
  .footer__menu.footer__menu--copyright ul li {
    padding: 5px;
  }
  .footer__copyright__row {
    margin-bottom: 5px;
  }
  .footer__menu.footer__menu--copyright ul {
    margin: 3px 0px 13px 0px;
    padding-bottom: 13px;
    justify-content: center;
    position: relative;
  }
  .footer__menu.footer__menu--copyright ul::after {
    content: "";
    border-top: 1px solid #373f48;
    left: 50%;
    transform: translateX(-50%);
    bottom: 0;
    position: absolute;
    height: 1px;
    width: calc(100vw - 60px);
  }
  .footer__copyright {
    border: 0;
    position: relative;
  }
  .footer__copyright::before {
    content: "";
    border-top: 1px solid #373f48;
    left: 50%;
    transform: translateX(-50%);
    top: 0;
    position: absolute;
    height: 1px;
    width: calc(100% + 24px);
  }
}

/*# sourceMappingURL=footer.css.map */
