/************************************************************************************/
/* Footer */
/************************************************************************************/
.footer {
  background-color: #02273e;
}

.footer-head {
  padding: 20px 0;
}

.footer-head .container {
  border-bottom: 3px solid #015d97;
}

.footer-head img {
  height: 79px;
}

.footer-head a {
  background-color: #ab3275;
  color: white;
  margin: 5px;
  font-size: 14px;
  padding: 2px 11px;
}

.footer__copyright {
  background-color: #0099d2;
  color: #fff;
  padding: 20px 0;
  text-align: center;
}

.footer__content {
  display: flex;
  width: 100%;
  justify-content: space-between;
}

.footer__col {
  width: 19%;
  padding-left: 10px;
  padding-right: 10px;
}

.footer__col > h5 {
  font-size: 20px;
  font-weight: 600;
  line-height: 30px;
  color: #fff;
  min-height: 65px;
  align-items: center;
  justify-content: left;
  text-align: left;
}

.footer__contacts__box {
  display: flex;
  flex-direction: column;
  margin-bottom: 3px;
}

.footer__contacts__box strong {
  font-size: 16px;
  line-height: 30px;
  color: #fff;
  text-align: left;
}

.footer__contacts__box a {
  color: #fff;
  text-decoration: none;
  text-align: left;
}
.footer__contacts__box p {
  color: white;
  text-align: left;
  margin-top: 13px;
}

.footer__contacts__box a:hover {
  text-decoration: underline;
}

.footer__col ul {
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: left;
}

.footer__col ul li {
  padding: 10px 0 0;
  margin: 0;
}

.footer__col ul li a {
  color: #fff;
  text-decoration: none;
  font-size: 14px;
}

.footer__col ul li a:hover {
  text-decoration: underline;
}

.footer-socials {
  margin-bottom: 20px;
}

.footer-socials h5 {
 margin-bottom: 0;
  min-height: initial;
}

.footer-socials img {
  margin: 10px
}

.footer-socials p {
  color: #979797;
  font-weight: bold;
}

.footer-socials a {
  text-decoration: none;
}

.footer-socials img:first-child {
  margin-left: 0;
}

.copyright {
  background-color: #015d97;
  width: 100%;
  padding: 7px;
}

@media screen and (max-width: 992px) {
  .footer__content {
    flex-flow: row wrap;
    padding-bottom: 0;
  }

  .footer__col {
    margin-bottom: 45px;
    width: 33.3%;
  }

  .footer__col h5 {
    min-height: 40px;
  }

  .footer__socials {
    justify-content: center;
  }

  .footer__socials a {
    margin: auto 10px;
  }

  .play {
    bottom: 70px;
    left: 145px;
  }
}

@media screen and (max-width: 768px) {
  .footer__col {
    width: 50%;
  }
}

@media screen and (max-width: 575px) {
  .footer__col {
    width: 100%;
    margin-bottom: 25px;
    text-align: center;
    border-bottom: solid 1px #015d97;
    padding-bottom: 20px;
  }

  .footer__col h5 {
    justify-content: center;
    text-align: center;
  }

  .footer-socials,
  .footer__col ul li,
  .footer__contacts__box strong,
  .footer__contacts__box a,
  .footer__contacts__box p {
    text-align: center;
  }

  footer .blue-btn {
    font-size: 18px;
  }

  .footer-socials img {
    margin: 0;
  }
}