/************************************************************************************/
/* Footer */
/************************************************************************************/

.flex-row {
  display: flex;
  flex-direction: row;
}

.footer {
  background-color: #ededed;
  font-weight: 500;
}

.footer .container {
  max-width: 1250px !important;
}

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

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

.footer p {
  color: #14171c;
  font-size: 14px;
}

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

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

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

.footer__col {
  flex-basis: 0;
  flex-grow: 1;
  padding: 0 40px;
  border-right: 1px solid #e6e6e6;
}

.footer__col:last-child {
  border-right: none;
}

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

.footer__contacts {
  display: flex;
  flex-direction: column;
}

.footer__contacts .flex-row {
  margin-bottom: 16px;
}

.footer__contacts__box {
  display: flex;
  flex-direction: column;
  margin: 0 12px 0 0;
  text-align: left;
}

.footer__contacts__element {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 8px
}

.footer__contacts__box strong {
  font-size: 16px;
  line-height: 30px;
  color: #14171c;
}

.footer__contacts__box a {
  color: #14171c;
  text-decoration: none;
}

.footer__contacts__box p {
  color: #14171c;
  text-align: left;
  margin-top: 13px;
  margin-bottom: unset;
}

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

.footer__col h5 {
  text-transform: none;
  margin: unset;
}

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

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

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

.footer__col a:hover, .footer__col ul li a:hover {
  text-decoration: none;
  color: #1b9dd9;
}

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

.footer-socials a {
  text-decoration: none;
  margin: 0 8px 0 0;
}

.feedback-button {
  background-color: #1b9dd9;
  border-radius: 8px;
  color: #fff;
  padding: 6px 25px;
  text-decoration: none;
}

a.feedback-button:hover {
  opacity: .9;
  color: #fff !important;
}

.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 (min-width: 1200px) {
  .container {
    width: 1170px;
  }
}

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

@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;
  }
}