@charset "UTF-8";
/* НАСЫЩЕННОСТЬ|ЯРКОСТЬ VIOLET */
/* НАСЫЩЕННОСТЬ|ЯРКОСТЬ ORANGE */
/* НАСЫЩЕННОСТЬ|ЯРКОСТЬ RED */
/* НАСЫЩЕННОСТЬ|ЯРКОСТЬ GREEN */
/* НАСЫЩЕННОСТЬ|ЯРКОСТЬ ORANGE */
/* ОТСТУПЫ ДЛЯ ТАБЛИЦ */
body div#footer {
  background-color: #F5F7FF;
  color: #3C4475;
  margin-top: 56px;
}
body div#footer > div {
  max-width: 1050px;
  margin: 0 auto;
  padding: 26px 38px 16px 38px;
}
body div#footer > div > a.logo {
  width: 180px;
  height: 52px;
  background-image: url("logo/full.svg");
  background-size: 180px 52px;
  background-position: center;
  background-repeat: no-repeat;
  display: inline-block;
}
body div#footer > div > hr {
  height: 1px;
  background-color: #D2D2D2;
  margin-top: 8px;
  margin-bottom: 20px;
}
body div#footer > div > div.info {
  margin-bottom: 24px;
  display: grid;
  justify-content: space-between;
  column-gap: 24px;
  grid-template-areas: "copyright documents support" "proprietor documents support" "proprietor documents support";
}
body div#footer > div > div.info > div.hor-nav-menu {
  display: inline-block;
  grid-area: documents;
}
body div#footer > div > div.info > div.hor-nav-menu > div {
  margin-bottom: 6px;
}
body div#footer > div > div.info > div.hor-nav-menu > div > a {
  display: inline-block;
  color: #3C4475;
}
body div#footer > div > div.info > div.hor-nav-menu > div > a:hover {
  color: #2B43E3;
}
body div#footer > div > div.info > div.hor-nav-menu > div > a:active {
  color: #0A155C;
}
body div#footer > div > div.info > div.copyright {
  grid-area: copyright;
  margin-bottom: 10px;
}
body div#footer > div > div.info > div.contacts {
  display: inline-block;
  grid-area: proprietor;
  line-height: 23px;
}
body div#footer > div > div.info > div.support {
  grid-area: support;
  line-height: 22px;
}
body div#footer > div > div.info > div.support > p {
  margin-bottom: 2px;
}
body div#footer > div > div.info > div.support > p.titled {
  font-weight: 600;
}
body div#footer > div > div.info > div.support span {
  text-decoration: underline 1px solid;
}

/*# sourceMappingURL=footer.css.map */
