.footer {
  background: #464646;
  color: white;
  position: relative;
  z-index: 2;
}
.footer .container-fluid {
  padding-top: 3rem;
}
.footer__top {
  display: flex;
  align-items: center;
}
.footer__top .btn_border {
  font-size: 12px;
  background: #808080;
  margin-right: 45px;
}
.footer__top__logo {
  display: flex;
  flex-direction: column;
  font-weight: bold;
  font-family: "StyreneAWeb";
  font-size: 14px;
  color: white;
  min-width: 185px;
  align-items: center;
  margin-right: 53px;
}
.footer__top__route {
  display: flex;
  align-items: center;
  color: white;
  column-gap: 1rem;
  font-size: 16px;
  margin-right: 70px;
  transition: all 0.2s 0s;
}
.footer__top__route .icon {
  background: #96D9FE;
}
.footer__top__route:hover {
  color: #E0F3FD;
  transition: all 0.2s 0s;
}
.footer__top .footer__social {
  margin-right: 1.25rem;
}
.footer__top .footer__messengers {
  gap: 1.25rem;
  margin-right: 27px;
}
.footer__top__address {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  text-align: end;
  font-weight: 500;
  font-size: 16px;
  line-height: 1.4;
}
.footer__top_phone {
  color: #ffffff;
  font-weight: bold;
  font-size: 28px;
  transition: all 0.2s 0s;
}
.footer__top_phone:hover {
  color: #E0F3FD;
  transition: all 0.2s 0s;
}
.footer__top__social {
  display: flex;
}
.footer__middle {
  margin-top: 5rem;
  border-bottom: 1px solid #7A7A7A;
  padding-bottom: 3.15rem;
}
.footer__middle .row {
  column-gap: 4.5rem;
}
.footer__middle .footer__menu_1 .items {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  padding-top: 1.75rem;
}
.footer__menu .h2 {
  font-family: "StyreneAWeb";
  font-size: 22px;
  font-weight: bold;
  border-bottom: 1px solid #7A7A7A;
  padding-bottom: 1.8rem;
  text-transform: uppercase;
  letter-spacing: 0.02em;
}
.footer__menu .items {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1.25rem 0.75rem;
  padding-top: 1.75rem;
}
.footer__menu .items a {
  font-size: 16px;
  color: #ffffff;
  transition: all 0.2s;
  border-bottom: solid 1px transparent;
  width: fit-content;
}
.footer__menu .items a:hover {
  border-bottom: solid 1px #FFFFFF;
  transition: all 0.2s;
}
.footer__bottom {
  margin-top: 2.2rem;
  margin-bottom: 4.2rem;
}
.footer__bottom .row {
  justify-content: space-between;
}
.footer__bottom .consult_specialist {
  color: #BCBCBC;
  font-weight: 900;
  font-size: 16px;
  margin-bottom: 1rem;
}
.footer__bottom_text {
  color: #BCBCBC;
  font-size: 14px;
}
.footer__bottom .licenses {
  color: #BCBCBC;
  font-size: 14px;
  margin-top: 1rem;
}
.footer__bottom .licenses p {
  text-align: start;
}
.footer__bottom a, .footer__bottom p {
  color: #BCBCBC;
  font-size: 14px;
  text-align: end;
  margin-bottom: 0.25rem;
}
.footer__bottom a {
  display: block;
}
.footer__bottom a:hover {
  color: #E0F3FD;
}
.footer__bottom .text-creator {
  display: unset;
  text-decoration: underline;
}
.footer__big-text {
  padding-bottom: 2rem;
}
@media (max-width: 1440px) {
  .footer__top__logo {
    margin-right: 25px;
  }
  .footer__top__route {
    margin-right: 20px;
    column-gap: 0.5rem;
    white-space: nowrap;
  }
  .footer__top .btn_border {
    line-height: 17px;
    margin-right: 15px;
    height: 43px;
  }
  .footer__top .footer__social {
    margin-right: 0.75rem;
  }
  .footer__top .footer__messengers {
    gap: 0.75rem;
    margin-right: 15px;
  }
  .footer__top_phone {
    font-size: 24px;
  }
}
@media (max-width: 1200px) {
  .footer .container-fluid {
    padding-top: 1rem;
  }
  .footer__top__route {
    display: none;
  }
  .footer__top__address a {
    font-size: 20px;
  }
  .footer__top__address p {
    font-size: 14px;
  }
  .footer__top .btn_border {
    margin-right: 30px;
  }
  .footer__top .footer__messengers {
    margin-right: 55px;
  }
  .footer__middle .row {
    column-gap: 0;
  }
  .footer__middle .footer__menu_1 .items {
    grid-template-columns: repeat(4, 1fr);
  }
  .footer .items {
    gap: 1rem;
  }
  .footer .items a {
    font-size: 14px;
  }
}
@media (max-width: 992px) {
  .footer__top {
    justify-content: space-between;
  }
  .footer__top__logo {
    margin-right: 20px;
    min-width: 160px;
    font-size: 12px;
  }
  .footer__top .btn_border {
    margin-right: 15px;
  }
  .footer__top .footer__messengers {
    margin-right: 20px;
  }
  .footer__top__address {
    display: none;
  }
  .footer__middle {
    margin-top: 3rem;
  }
  .footer__middle .footer__menu_1 .items {
    grid-template-columns: repeat(3, 1fr);
  }
  .footer__middle .items {
    padding-top: 1.25rem;
  }
  .footer__menu h2 {
    font-size: 18px;
    padding-bottom: 1.25rem;
  }
  .footer__bottom {
    margin-top: 2rem;
    margin-bottom: 4rem;
  }
  .footer__bottom .consult_specialist {
    font-size: 14px;
  }
  .footer__bottom_text {
    font-size: 12px;
  }
  .footer__bottom a, .footer__bottom p {
    font-size: 12px;
  }
}
@media (max-width: 768px) {
  .footer__big-text {
    padding-bottom: 0;
  }
  .footer__bottom p, .footer__bottom a {
    text-align: start;
  }
}
@media (max-width: 576px) {
  .footer iframe {
    height: 340px;
  }
  .footer .container {
    padding-top: 0;
    padding-bottom: 0;
  }
  .footer__top {
    display: grid;
    grid-template-areas: "a c" "b b";
    gap: 1.25rem;
    margin-top: 2rem;
  }
  .footer__top__logo {
    grid-area: a;
    margin-right: 0;
    min-width: 136px;
    width: 136px;
  }
  .footer__top__logo span {
    font-size: 10px;
  }
  .footer__top__url-site {
    grid-area: b;
  }
  .footer__top__url-site .btn_border {
    margin-right: 0;
  }
  .footer__top__url-site a {
    width: 100%;
    margin-right: 0;
  }
  .footer__top__social {
    grid-area: c;
    margin-right: 0.5rem;
  }
  .footer__top .footer__messengers {
    margin-right: 0;
    gap: 0.5rem;
  }
  .footer__middle {
    margin-top: 1.5rem;
    padding-bottom: 2rem;
  }
  .footer__middle .items {
    padding-top: 1rem;
    grid-template-columns: repeat(1, 1fr);
    gap: 0.5rem;
  }
  .footer__middle .items a {
    font-size: 16px;
  }
  .footer__middle .footer__menu_1 .items {
    grid-template-columns: repeat(2, 1fr);
    padding-top: 1rem;
  }
  .footer__menu h2 {
    padding-bottom: 1rem;
    margin-bottom: 0;
  }
  .footer__bottom a, .footer__bottom p {
    font-size: 11px;
  }
  .footer__bottom_text {
    font-size: 11px;
  }
  .footer__bottom .consult_specialist {
    font-size: 13px;
  }
  .footer__big-text {
    padding-bottom: 2rem;
  }
}
@media (max-width: 360px) {
  .footer__top {
    margin-top: 0;
  }
}

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