/* utils */
/*@function mobileLess($min, $max) {
  @return clamp($min * 1px, calc(($max - $min) * ((100vw - 375px) / (1280 - 375)) + $min * 1px), $max * 1px);
}

@function mobileMore($min, $max) {
  @return clamp($min * 1px, calc($max * 1px - ($max - $min) * ((100vw - 375px) / (1280 - 375))), $max * 1px);
}*/
footer.footer {
  background-color: #0A2240;
  padding: 30px 0;
  color: white;
}
footer.footer .container.container-small {
  width: 1024px;
  max-width: 100%;
  position: relative;
}
footer.footer .container.container-small .footer-to-top {
  position: absolute;
  width: 60px;
  height: 80px;
  right: 0;
  top: calc(50% - 50px);
  background-color: white;
  cursor: pointer;
}
footer.footer .container.container-small .footer-to-top svg {
  position: relative;
  top: 27px;
  left: 17px;
  animation: upDown 1.25s ease-in-out infinite;
}
footer.footer a {
  color: white;
}
footer.footer .footer-logo {
  padding-bottom: 16px;
  margin-bottom: 44px;
  text-align: center;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}
footer.footer .footer-logo a {
  display: inline-block;
  margin-left: auto;
  margin-right: auto;
}
footer.footer .footer-phone {
  margin-bottom: 24px;
}
footer.footer .footer-phone a {
  color: rgb(255, 255, 255);
  font-size: clamp(16px, 4 * (100vw - 375px) / 905 + 16px, 20px);
  line-height: 100%;
}
footer.footer .footer-social a {
  display: inline-block;
  margin-right: 12px;
  padding: 10px;
  text-align: center;
}
footer.footer a.social-block-ins svg path {
  stroke: white;
}
footer.footer a.social-block-tg svg path {
  fill: white;
}
footer.footer .footer-row {
  margin-bottom: 32px;
}
footer.footer .footer-block-title {
  color: rgba(255, 255, 255, 0.8);
  font-size: 12px;
  line-height: 100%;
  margin-bottom: clamp(8px, 8 * (100vw - 375px) / 905 + 8px, 16px);
}
footer.footer .footer-block-content {
  font-size: 14px;
  line-height: 100%;
}
footer.footer .footer-block-schedule {
  font-size: clamp(16px, 4 * (100vw - 375px) / 905 + 16px, 20px);
  line-height: 100%;
}
footer.footer .footer-menu li {
  margin-bottom: 12px;
}
footer.footer .footer-menu li a {
  font-size: 14px;
  line-height: 100%;
}
footer.footer .footer-menu li:last-child {
  margin-bottom: 0;
}
footer.footer .footer-copy-wrap {
  margin-top: 12px;
  padding-top: 16px;
  border-top: 1px solid rgba(255, 255, 255, 0.3);
  text-align: center;
  font-size: 12px;
  line-height: 100%;
}
footer.footer .footer-block {
  min-height: 135px;
}

@keyframes upDown {
  0% {
    transform: translateY(-5px);
  }
  50% {
    transform: translateY(5px);
  }
  100% {
    transform: translateY(-5px);
  }
}
@media all and (max-width: 767px) {
  footer.footer .container.container-small .footer-to-top {
    top: -10px;
  }
  footer.footer .container.container-small .footer-row {
    margin-bottom: 0;
  }
  footer.footer .footer-logo {
    padding-bottom: 16px;
    margin-bottom: 32px;
  }
  footer.footer .footer-row > div {
    margin-bottom: 44px;
  }
  footer.footer .footer-row > div:nth-child(2) {
    margin-bottom: 20px;
  }
  footer.footer .footer-row > div:first-child .footer-block {
    margin-bottom: 32px;
  }
  footer.footer .footer-block {
    min-height: auto;
  }
  footer.footer .footer-phone {
    margin-bottom: 0;
    height: 100%;
  }
  footer.footer .footer-block-content {
    margin-bottom: 24px;
  }
}
/*# sourceMappingURL=footer.css.map */
