.footer {
  padding: 39px 0 20px;
  color: #fff;
  font-size: 20px;
  font-weight: normal;
  font-stretch: condensed;
  font-style: normal;
  line-height: 1.1;
  background-color: #16294d;
  overflow: hidden;
}

.footer .container > nav {
  margin-bottom: 24px;
  padding-bottom: 24px;
  border-bottom: 1px solid #696e78;
}

.footer .container .footer-item {
  max-width: 356px;
}

.footer .container .footer-item-address {
  line-height: 1.6;
}

.footer .container .footer-item:last-child {
}

.footer .container .footer-item > a {
  color: inherit;
}

.footer .container .footer-item > svg {
  margin-bottom: 16px;
  height: 50px;
  width: 256px;
}

.footer .container .footer-item > * {
  margin-bottom: 8px;
  display: block;
}

.footer .container .footer-item > *:last-child {
  margin-bottom: 0;
}

.footer .container .footer-item-address > a {
  color: inherit;
}

.footer .container .footer-item-right {
  max-width: 240px;
}
.footer .container .footer-item-right .footer-icon {
  width: 34px;
  padding-bottom: 10px;
  align-items: center;
}

.footer .container .footer-item-right .footer-icon .footer-icon-phone {
  display: inline-block;
  width: 24px;
  height: 24px;
}

/* .footer .container .footer-item-right .footer-icon .footer-icon-phone > path {
  fill: #fff !important;
  stroke: #fff !important;
} */

.footer .container .footer-item-right > * {
  margin-bottom: 13px;
}

.footer .container .footer-item-right .footer-item-time .footer-icon > svg {
  width: 34px;
}

.footer .container .footer-item-right .footer-item-time > span {
  margin-bottom: 8px;
  font-size: 18px;
  line-height: 1.1;
}

.footer .container .footer-item-right .footer-item-time > span:first-child {
  font-family: "Roboto", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell,
    "Open Sans", "Helvetica Neue", sans-serif;
}

.footer .container .footer-item-right .footer-item-time > span:last-child {
  margin-bottom: 0;
  font-size: 20px;
}

.footer .container .footer-item-right .footer-contact-phone {
  margin-bottom: 12px;
}

.footer .container .footer-item-right .footer-contact-phone .contact-phone-number > * {
  display: block;
  margin-bottom: 8px;
}

.footer .container .footer-item-right .footer-contact-phone .contact-phone-number > a {
  font-size: 18px;
  color: inherit;
  font-family: "Roboto", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell,
    "Open Sans", "Helvetica Neue", sans-serif;
}

.footer .container .footer-item-right .footer-contact-phone .contact-phone-number > span {
  margin-bottom: 0;
  position: relative;
  font-size: 22px;
}

.footer .container .footer-item-right .footer-contact-phone .contact-phone-number > span::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 3px;
  width: 100%;
  height: 1px;
  background-color: #fff;
}

.footer .container .footer-item-right .footer-contact-email > a {
  color: inherit;
}
.footer .container .footer-item-right .footer-contact-email > svg {
  margin-right: 8px;
  width: 26px;
  height: 22px;
}

.footer .container .footer-item-right .footer-contact-icon {
  fill: #fff;
  stroke: #fff;
}

.footer .container .footer-item-right .footer-socials > a {
  height: 60px;
}

.footer .container .footer-item-right .footer-socials > a > svg {
  width: 100%;
  height: 100%;
}

/*.footer .container .footer-item-right .footer-socials .social-icon-ok,
.footer .container .footer-item-right .footer-socials .social-icon-vk {
  width: 80px;
}*/
.footer .container .footer-item-right .footer-socials .social-icon-ok {
  width: 80px;
}
.footer .container .footer-item-right .footer-socials .social-icon-vk {
  width: 60px;
}
.footer .container .footer-bottom {
  font-size: 14px;
  color: #696e78;
}

.footer .container .footer-bottom > p {
  margin-bottom: 24px;
}

.footer .container .footer-bottom > span {
  font-size: inherit;
  color: #a1a6af;
}

@media (max-width: 1280px) {
  .footer .container .footer-page-links {
    display: none;
  }
}

@media (max-width: 768px) {
  .footer .container .footer-item > svg {
    margin-bottom: 24px;
  }

  .footer .container > nav {
    margin: 0 auto;
    margin-bottom: 24px;
    max-width: 350px;
  }

  .footer .container .footer-item {
    margin-bottom: 20px;
  }
  .footer .container .footer-item .footer-socials .social-icon {
    width: 70px;
    height: 70px;
  }
  .footer .container .footer-item .footer-socials .social-icon-vk {
	width: 60px;
    height: 60px;
    /*width: 120px;
    height: 120px;*/
  }

  .footer .container .footer-item:last-child {
  }
}

@media (max-width: 480px) {
  .footer .container > nav {
    margin: 0 auto;
    margin-bottom: 24px;
    max-width: 250px;
  }
}

.contact-phone-number a {
    color: #FFF !IMPORTANT;
    text-decoration: none;
}
.contact-phone-number a:hover {
    color: #44B4ED !IMPORTANT;
}
footer a:hover {
    color: #44B4ED !IMPORTANT;
	transition: color 0.2s;
}
