.site-footer {
  margin-top: 40px;
  padding-top: 50px;
  padding-bottom: 50px;
  background-color: #5c707c;
  z-index: 100;
  position: fixed;
  bottom: 0;
  transition: transform 0.5s ease-out;
  width: 100%;
  transform: translateY(100%);
  max-height: calc(100vh - 120px);
}

.site-footer .container {
  max-height: calc(100vh - 250px);
  overflow: auto;
}

.site-footer--show {
  transform: translateY(0);
}

.site-footer__show-button {
  position: absolute;
  top: -29px;
  right: calc(50% - 50px);
  border: none;
  background-color: #5c707c;
  width: 100px;
}

@media (min-width: 1023px) {
  .site-footer__show-button {
    right: 100px;
  }
}

.site-footer__show-button::before {
  content: '';
  display: block;
  width: 24px;
  height: 24px;
  margin: 5px auto;
  background-image: url("../images/chevron-up.8cb569fe45bf.svg");
  background-repeat: no-repeat;
}

.site-footer--show .site-footer__show-button::before {
  background-image: url("../images/chevron-down.ce80e5441e37.svg");
}

@media (max-width: 1199px) {
  .site-footer__logo-item {
    text-align: center;
  }
}

.tagline {
  display: inline-block;
  color: #bcbfce;
  font-size: 13px;
  font-weight: 400;
  letter-spacing: 0.5px;
}

.social-box {
  display: -ms-flexbox;
  display: flex;
  margin-top: 20px;
}

@media (max-width: 1199px) {
  .social-box {
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 30px;
  }
}

.social-box__item {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  margin-right: 10px;
  border: 1px solid #a7b6bf;
  border-radius: 50%;
}

.social-box__item:hover {
  border-color: #f26922;
}

.social-box__item:hover .social-icon {
  fill: #f26922;
}

.social-icon {
  fill: #a7b6bf;
}

.site-footer__nav {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-direction: column;
  flex-direction: column;
}

.site-footer__nav a {
  color: #fff;
  font-size: 14px;
  letter-spacing: 0.5px;
}

.site-footer__nav a:hover {
  color: #ff9e6b;
}

.site-footer__nav a + a {
  margin-top: 15px;
}

@media (max-width: 767px) {
  .site-footer__nav {
    margin-bottom: 30px;
  }
}

@media (max-width: 575px) {
  .site-footer__nav {
    -ms-flex-align: center;
    align-items: center;
  }
}

.contacts__item {
  margin-bottom: 30px;
}

.contacts__item:first-child .contacts__text {
  font-size: 18px;
}

@media (max-width: 767px) {
  .contacts__item {
    text-align: center;
  }
}

.contacts__title {
  display: block;
  margin-bottom: 10px;
  color: #99b8ca;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.7px;
}

.contacts__text {
  color: #fff;
  font-size: 15px;
}

.site-footer__bottom {
  color: #bcbfce;
  font-size: 13px;
}

.site-footer__bottom a {
  text-decoration: underline;
}

@media (min-width: 768px) {
  .site-footer__bottom {
    margin-top: 45px;
  }
}

@media (max-width: 767px) {
  .site-footer__bottom {
    text-align: center;
  }

  .site-footer__bottom span + span {
    margin-top: 15px;
  }
}

.developers-cpr {
  color: #fff;
}
