.top-footer {
  display: block;
}
.top-footer .podpiska {
  text-align: center;
  min-height: 50px;
  height: auto;
  padding: 30px 0;
  box-sizing: border-box;
}
@media screen and (min-width: 1024px) {
  .top-footer .podpiska {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: nowrap;
    text-align: left;
    padding: 10px;
  }
}
.top-footer .podpiska .text {
  font-family: "OpenSansBold", "Open Sans", sans-serif;
  font-style: normal;
  font-weight: normal;
}
.top-footer .podpiska .email {
  margin: 20px 0;
}
@media screen and (min-width: 1024px) {
  .top-footer .podpiska .email {
    margin: 0 40px;
  }
}
.top-footer .podpiska .email .email-input {
  border: none;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-radius: 0;
  background: transparent;
  font-size: 16px;
  width: 270px;
}
.top-footer .podpiska .button {
  border-width: 1px;
  border-style: solid;
  border-radius: 5px;
  padding: 5px 10px;
  font-family: "OpenSansBold", "Open Sans", sans-serif;
  font-style: normal;
  font-weight: normal;
  max-width: 131px;
  margin: 0 auto;
  cursor: pointer;
}
@media screen and (min-width: 1024px) {
  .top-footer .podpiska .button {
    margin: 0;
  }
}

.bottom-footer {
  min-height: 245px;
  padding-bottom: 100px;
  height: auto;
  background: url("../../images/oigr/foot-bg.png") bottom center repeat-x;
}
.bottom-footer .footer-row {
  padding: 30px 0;
  display: grid;
  grid-gap: 30px;
  grid-template-columns: repeat(1, 1fr);
}
@media only screen and (min-width: 560px) {
  .bottom-footer .footer-row {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media only screen and (min-width: 1024px) {
  .bottom-footer .footer-row {
    grid-template-columns: repeat(4, 1fr);
  }
}
.bottom-footer .footer-row .footer-col .about ul {
  list-style: none;
}
.bottom-footer .footer-row .footer-col .about ul li {
  margin-bottom: 5px;
}
.bottom-footer .footer-row .footer-col .about ul li a {
  text-decoration: none;
}
.bottom-footer .footer-row .col1 .logo img {
  max-width: 170px;
  min-height: 54px;
}
.bottom-footer .footer-row .col1 .phone {
  margin-top: 10px;
  display: flex;
}
.bottom-footer .footer-row .col1 .phone .icon {
  margin-right: 5px;
}
.bottom-footer .footer-row .col1 .phone .text a {
  text-decoration: none;
}
.bottom-footer .footer-row .col1 .email {
  margin-top: 10px;
  display: flex;
}
.bottom-footer .footer-row .col1 .email .icon {
  margin-right: 5px;
}
.bottom-footer .footer-row .col1 .email .email-link {
  text-decoration: none;
}
.bottom-footer .footer-row .col1 .adress {
  margin-top: 10px;
  display: flex;
}
.bottom-footer .footer-row .col1 .adress .icon {
  margin-right: 5px;
}
.bottom-footer .footer-row .col1 .messager {
  margin-top: 10px;
  display: flex;
}
.bottom-footer .footer-row .col1 .messager .icon {
  margin-right: 5px;
  width: 24px;
  height: 24px;
}
.bottom-footer .footer-row .col1 .messager .icon img {
  width: 24px;
  height: 24px;
}
.bottom-footer .footer-row .col4 .social .social-title {
  margin-bottom: 10px;
  font-family: "OpenSansBold", "Open Sans", sans-serif;
  font-style: normal;
  font-weight: normal;
}
.bottom-footer .footer-row .col4 .social .social-links {
  display: flex;
}
.bottom-footer .footer-row .col4 .social .social-links .icon {
  margin-right: 10px;
  width: 32px;
  height: 32px;
}
.bottom-footer .footer-row .col4 .social .social-links .icon img {
  width: 32px;
  height: 32px;
}
.bottom-footer .footer-row .col4 .action-button {
  margin-top: 20px;
}
.bottom-footer .footer-row .col4 .action-button .call-modal {
  border-width: 1px;
  border-style: solid;
  border-radius: 5px;
  text-align: center;
  padding: 5px 0;
  margin-bottom: 10px;
  cursor: pointer;
  width: 200px;
}
.bottom-footer .footer-row .col4 .action-button .askQuestion {
  display: block;
  text-decoration: none;
  border-width: 1px;
  border-style: solid;
  border-radius: 5px;
  text-align: center;
  padding: 5px 0;
  cursor: pointer;
  width: 200px;
}

.copyright-footer .text {
  min-height: 50px;
  height: auto;
  padding: 10px;
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}

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