footer{
    display: block;
    font-size: 16px;
    min-width: 320px;
    line-height: 19px;
    font-family: "RalewayRegular", sans-serif;
    -webkit-text-size-adjust: 100%;
    background-color: #F4F4F4;
    padding-top: 52px;
    padding-bottom: 30px;
}

footer .conteiner{
    height: 100%;
    margin-right: auto;
    margin-left: auto;
}

footer img{
    width: auto;
}

:before, :after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

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

footer a:-webkit-any-link {
    cursor: pointer;
    text-decoration: none;
}

footer li{
    text-align: -webkit-match-parent;
}
footer .bottom-links li {
  font-family: "RalewayRegular", sans-serif;
}
footer .bottom-links li:last-child {
  white-space: nowrap;
}
footer .footer-list-wrapper ul li a {
  font-family: "RalewayRegular", sans-serif;
  font-weight: 300;
}
footer .footer-list-wrapper ul li:first-child {
  font-family: "RalewayMedium", sans-serif;
  font-weight: 600;
}
footer {
  background-color: #F4F4F4;
  padding-top: 52px;
  padding-bottom: 30px;
}
footer .footer-list-wrapper {
  display: flex;
  align-items: flex-start;
  width: 100%;
}
footer .footer-list-wrapper ul {
  margin: 0;
  padding-left: 20px;
  max-width: 225px;
  width: 100%;
}
footer .footer-list-wrapper ul li {
  list-style: none;
  font-size: 12px;
  line-height: 14px;
  color: #222;
  margin-bottom: 15px;
  font-family: "RalewayLight";
}
footer .footer-list-wrapper ul li:first-child {
  font-family: "RalewayMedium", sans-serif;
  text-transform: uppercase;
}
footer .line {
  margin-top: 55px;
  width: 89.3%;
  height: 1px;
  background-color: #B0B0B0;
  margin-bottom: 24px;
}
footer .bottom-links {
  display: flex;
  padding: 0;
  margin: 0;
}
footer .bottom-links li {
  padding-left: 20px;
  width: 225px;
  list-style: none;
  font-size: 12px;
  line-height: 14px;
  margin: 0;
  font-family: "RalewayRegular";
}
footer .social-icons {
  display: flex;
  align-items: center;
  margin-left: 130px;
}
footer .social-icons a:nth-child(1) {
  margin-right: 12px;
}
footer .social-icons a:nth-child(2) {
  margin-right: 13px;
}
footer .social-icons a:nth-child(3) {
  margin-right: 15px;
}

@media screen and (max-width: 1400px) {
footer .container {
    padding: 0 22px;
    width: 992px;
    box-sizing: border-box;
  }
}


@media only screen and (max-width: 1200px) {
  footer .container {
    width: auto;
    padding: 0 22px;
    box-sizing: border-box;
  }
}

@media only screen and (max-width: 1080px) {
  footer .container {
    width: 740px;
  }
}

@media only screen and (max-width: 1050px) {
  footer .bottom-links {
    flex-direction: column;
  }
  footer .bottom-links li {
    margin-bottom: 10px;
  }
  footer .social-icons {
    margin-left: 25px;
  }
  
}
@media only screen and (max-width: 768px) {
  footer {
    padding-top: 18px;
    background-color: #F4F4F4;
    padding-bottom: 70px;
  }
  footer .line {
    display: none;
  }
  footer .social-icons {
    margin-left: 0;
    margin-top: 34px;
    margin-bottom: 34px;
  }
  footer .footer-list-wrapper {
    flex-direction: column;
  }
  footer .footer-list-wrapper ul {
    border-bottom: 1px solid #B1B1B1;
    width: 100%;
    max-width: 100%;
    padding-left: 0;
    padding-bottom: 5px;
    padding-top: 13px;
  }
  footer .footer-list-wrapper ul li {
    margin-bottom: 12px;
  }
  footer .footer-list-wrapper ul li:first-child {
    text-transform: none;
  }
  footer .bottom-links {
    border-top: 1px solid #B1B1B1;
    padding-top: 26px;
  }
  footer .bottom-links li {
    padding-left: 0;
    font-family: "RalewayLight";
    margin-bottom: 12px;
  }
  footer .bottom-links li:last-child {
    white-space: normal;
  }
  
}

@media screen and (max-width: 767px) {
    footer .container {
    width: auto;
  }
}