@media screen and (max-width: 1200px) {
  footer ul {
    padding-top: 35px;
    padding-left: 35px;
    margin-bottom:70px;
  }
}
@media screen and (max-width: 880px) {
  header img {
    left: 30px;
  }
  header .title {
    padding-left: 25px;
  }
  header .switcher {
    right: 30px;
  }
  #movies .carousel .item {
    flex-wrap: wrap;
    justify-content: center;
  }
  #movies .details {
    padding: 0 20px;
  }
  #movies .poster {
    display: none;
  }
  #movies .poster-mobile {
    display: block;
    margin-bottom: 35px;
  }
  #movies .buttons {
    text-align: center;
  }
}
@media screen and (max-width: 768px) {
  #about {
    padding: 70px 30px;
  }
  #about .wrapper {
    flex-wrap: wrap;
    justify-content: center;
  }
  #about .wrapper .text {
    padding: 0;
  }
  #about .wrapper img {
    margin-bottom: 35px;
  }
}
@media screen and (max-width: 500px) {
  header section .wrapper {
    align-items: center;
    flex-direction: column;
  }
  header section .wrapper .links {
    margin-top: 25px;
  }
  header .title p {
    font-size: 70px;
  }
  footer {
    height: 410px;
    background: none;
  }
}
/*# sourceMappingURL=responsive.css.map */