footer{
  background-color: #303030;
  padding: 32px 0px 0px 0px;
}
.footer-navBlock{
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-align-items: flex-start;
  align-items: flex-start;
}
.footer-navBlock__caption{
  display: block;
  font-size: 18px;
  line-height: 21px;
  font-weight: 500;
  letter-spacing: -0.0015em;
  color: #FFFFFF;
}
.footer-navBlock__list-links{
  margin-top: 12px;
}
.footer-navBlock__list-item {
  display: block;
  font-size: 13px;
  line-height: 15px;
  letter-spacing: -0.0015em;
  color: #FFFFFF;
}
.footer-navBlock__new-str {
  display: none;
  width: 100%;
}
.footer-navBlock__list-item .br {
  display: block;
  height: 0px;
  line-height: 0px;
}
.footer-navBlock__list-item + .footer-navBlock__list-item{
  margin-top: 5px;
}
.footer-navBlock__link{
  display: inline-block;
  padding: 2px 0px;
  font-size: inherit;
  line-height: inherit;
  color: inherit;
}
.footer-navBlock__link:hover,
.footer-contentBlock__worktime-link:hover {
  color: #ff2c2c;
}
.footer-contentBlock{
  margin-top: 32px;
}
.footer-contentBlock__social,
.footer-contentBlock__copyright {
  margin-top: 24px;
}
.footer-contentBlock{
  text-align: center;
}
.footer-contentBlock p{
   margin: 0px;
}
.footer-contentBlock__worktime-item{
  font-size: 13px;
  line-height: 17px;
  letter-spacing: -0.0015em;
  color: #878787;
}
.footer-contentBlock__worktime-white {
  font-weight: 500;
  color: #ffffff;
  white-space: nowrap;
}
.footer-contentBlock__copyright {
  border-top: 1px solid #444444;
  padding: 16px 0px;
  text-align: center;
}
.footer-contentBlock__copyright-item{
  font-weight: 500;
  font-size: 13px;
  line-height: 16px;
  letter-spacing: -0.0015em;
  color: #878787;
}
.footer-contentBlock__social{
  text-align: center;
}
.footer-contentBlock__social p {
  display: block;
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
  letter-spacing: -0.0015em;
  color: #FFFFFF;
}
.footer-contentBlock__social-links{
  margin-top: 8px;
}
.footer-contentBlock__social-links a{
  display: inline-block;
  vertical-align: middle;
  width: 33px;
  height: 33px;
}
.footer-contentBlock__social-links a + a{
  margin-left: 5px;
}

@media (max-width: 959px) {
  .footer-navBlock {
    margin: -12px 0px;
  }
  .footer-navBlock__item {
    padding: 12px 0px;
    min-width: 145px;
    max-width: 145px;
  }
  .footer-navBlock__new-str {
    display: block;
  }
}
@media (max-width: 767px) {
  footer .container-block{
    width: 100%;
  }
}
@media (max-width: 639px) {
  .footer-navBlock__item {
    max-width: 135px;
    min-width: 135px;
  }
}
@media (max-width: 479px) {
  .footer-navBlock__new-str {
    display: none;
  }
}