.footer {
  padding-top: 50px;
  padding-bottom: 20px;
}
.footer-socials-list svg:hover g{
  fill: black;
}
@media screen and (min-width: 834px) {
  .footer {
    padding-top: 100px;
    padding-bottom: 40px;
  }
}
.footer-copyright_link{
  margin-top: 10px;transition-duration: .3s;
  display: inline-block;
}
.footer-copyright_link:hover{
  opacity: 0.7;transition-duration: .3s;
}
.footer-wrapper {
  display: flex;
  flex-direction: column;
  gap: 40px;
  margin-bottom: 50px;
}
@media screen and (min-width: 834px) {
  .footer-wrapper {
    flex-direction: row;
    /*-moz-column-gap: 182px;*/
    /*column-gap: 182px;*/
    justify-content: space-between;
    align-items: center;
    margin-bottom: 40px;
  }
}
@media screen and (min-width: 1440px) {
  .footer-wrapper {
    gap: 64px;
    margin-bottom: 24px;
  }
}

.footer-line {
  width: 100%;
  height: 1px;
  background-color: var(--color-accent);
  margin-bottom: 40px;
  display: none;
}
@media screen and (min-width: 340px) {
  .footer-socials-list {
    display: flex;
flex-direction: row;
    justify-content: center;
    grid-gap: 20px;
  }
}
@media screen and (max-width: 900px) {
  .callme-btn {
    right: auto;
    left: 20px;
  }
}
@media screen and (min-width: 834px) {

  .footer-line {
    display: block;
  }
  /*.footer-socials-list {*/
  /*  display: grid;*/
  /*  grid-template-columns: 1fr ;*/
  /*  grid-gap: 20px;*/
  /*}*/

}
@media screen and (min-width: 1440px) {
  .footer-line {
    margin-bottom: 24px;
  }
}

.footer-logotype {
  display: flex;
  justify-content: center;
}

.footer-nav-link {
  position: relative;
  display: block;
  font-family: var(--main-family);
  font-weight: 400;
  font-size: 18px;
  color: var(--color-dark);
}
.footer-nav-link:hover, .footer-nav-link:focus {
  color: var(--color-accent);
}
@media (min-width: 1440px) {
  .footer-nav-link {
    padding-top: 58px;
    padding-bottom: 58px;
  }
  .footer-nav-link::after {
    content: "";
    position: absolute;
    bottom: 60px;
    left: 0;
    width: 100%;
    height: 1.5px;
    background-color: var(--color-accent);
    transform: scaleX(0);
    transition: transform var(--time-function);
  }
}
.footer-nav-link:hover::after, .footer-nav-link:focus::after {
  transform: scaleX(100%);
  background-color: var(--header-hover-color);
}

.footer-icon {
  width: 24px;
  height: 24px;
  fill: var(--color-accent);
}

.footer-logotype-icon {
  width: 143px;
  height: 113px;
  fill: var(--color-accent);
}

.footer-copyright {
  font-family: var(--main-family);
  font-weight: 400;
  font-size: 16px;
  text-align: center;
  color: var(--color-dark);
}

.footer-box {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.footer-nav-list {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
}
@media screen and (min-width: 1440px) {
  .footer-nav-list {
    flex-direction: row;
    gap: 55px;
  }
  .footer-socials-list {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 20px;
  }
  .footer-socials-item:last-child{
    grid-column-end: 3;
    grid-column-start:1 ;
  }
}

.footer-nav {
  display: flex;
  justify-content: center;
}


.footer-socials-link {
  display: flex;
  -moz-column-gap: 16px;
  column-gap: 16px;
  justify-content: center;
  align-items: center;
}
.footer-socials-link:hover .footer-icon, .footer-socials-link:focus .footer-icon {
  fill: var(--header-hover-color);
}

.footer-socials-item {
  display: flex;
  justify-content: center;
}

.footer-socials-text {
  font-family: var(--second-family);
  font-weight: 300;
  font-size: 18px;
  line-height: 1.22222;
  color: var(--color-dark);
}
/*# sourceMappingURL=footer.css.map */
