/*$red: #D71C39;*/
.footer {
  color: #202A32;
  background-color: #EFF0F0;
}
.footer:not(:first-child) {
  border-top: 1px solid #D7D9DA;
}
.footer_container {
  display: flex;
  justify-content: space-between;
  padding: 64px 0;
}
.footer_bottom {
  padding: 38px 0 33px;
  display: flex;
  justify-content: space-between;
}
.footer_name {
  padding-top: 47px;
  font-size: 18px;
  line-height: 140%;
  opacity: 0.7;
}
.footer_name .name {
  font-weight: bold;
}
.footer_company-mark {
  font-size: 12px;
  line-height: 144%;
  opacity: 0.7;
}
.footer_security-policy {
  font-size: 12px;
  line-height: 144%;
  text-align: right;
  opacity: 0.7;
}
.footer_security-policy a {
  color: #202A32;
  text-decoration: none;
}
.footer_security-policy a:hover {
  text-decoration: none;
}
.footer_contacts {
  padding-left: 25px;
}
.footer_contacts .name {
  font-weight: bold;
  font-size: 16px;
  line-height: 20px;
  max-width: 224px;
}
.footer_contacts .phone {
  padding-top: 25px;
  font-weight: 600;
  font-size: 16px;
  line-height: 144%;
  opacity: 0.7;
  max-width: 224px;
}
.footer_contacts .address {
  padding-top: 16px;
  font-weight: 300;
  font-size: 16px;
  line-height: 18px;
  opacity: 0.7;
  max-width: 224px;
}
.footer_contacts .email {
  padding-top: 16px;
  font-weight: 300;
  font-size: 16px;
  line-height: 18px;
  opacity: 0.7;
  max-width: 224px;
}
.footer_contacts .social {
  padding-top: 25px;
  font-weight: 300;
  font-size: 16px;
  line-height: 18px;
  max-width: 224px;
  display: flex;
}
.footer-menu_logo {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 38px;
  height: 38px;
  border: 1px solid #CACDCE;
  border-radius: 100%;
  margin-left: 18px;
}
.footer-menu_logo.first-child {
  margin-left: 0;
}
.footer_menu {
  width: 70%;
  display: flex;
  justify-content: space-between;
}
.footer_menu_row {
  padding-bottom: 10px;
  max-width: 190px;
  font-weight: normal;
  font-size: 16px;
  opacity: 0.7;
}
.footer_menu_row a {
  color: #202A32;
  text-decoration: none;
}
.footer_menu_row:first-child {
  opacity: 1;
  font-weight: bold;
  font-size: 16px;
  line-height: 20px;
  padding-bottom: 25px;
}

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