.footer-titles, .footer-middle > div .block-footer-office-block .node--type-office .node__content > span, .footer-middle > div .navigation > ul > li > span {
  display: block;
  margin-bottom: 10px;
  font-size: 14px;
  font-weight: 600;
  color: #fff;
  line-height: 24px;
}

.footer {
  padding: 20px 0;
  background: #202020;
}
@media (max-width: 992px) {
  .footer {
    padding-bottom: 70px;
  }
}

.footer-top,
.footer-middle,
.footer-bottom {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 15px;
}

.footer-top {
  margin-top: 30px;
  margin-bottom: 30px;
}
.footer-top .footer-logo {
  width: 120px;
  filter: brightness(0) invert(1);
}
.footer-top .footer-social-icons a {
  display: inline-block;
  margin-right: 10px;
}
.footer-top .footer-social-icons a:last-child {
  margin-right: 0;
}
.footer-top .footer-social-icons a img {
  width: 36px;
  height: 36px;
}
@media (min-width: 768px) {
  .footer-top .footer-social-icons {
    width: 25%;
  }
}
@media (max-width: 992px) {
  .footer-top .footer-social-icons a {
    margin-right: 8px;
  }
}
.footer-top .config_pages--type--footer {
  display: flex;
  justify-content: space-between;
}

.footer-middle > div span,
.footer-middle > div a {
  text-decoration: none;
}
.footer-middle > div a:hover {
  text-decoration: underline;
}
.footer-middle > div .block-footer-office-block {
  width: 75%;
}
@media (min-width: 768px) {
  .footer-middle > div .block-footer-office-block {
    width: 25%;
  }
}
.footer-middle > div .navigation {
  width: 100%;
}
.footer-middle > div .navigation > ul > li {
  border-bottom: 1px solid #fff;
  padding-bottom: 20px;
}
@media (max-width: 767px) {
  .footer-middle > div .navigation > ul > li > span {
    position: relative;
    margin-top: 20px;
    margin-bottom: 0;
  }
  .footer-middle > div .navigation > ul > li > span:after {
    display: block;
    content: "";
    position: absolute;
    top: 2px;
    right: 0;
    width: 20px;
    height: 20px;
    background: url("../../../images/icon/line-plus-bold.svg") center no-repeat;
  }
}
.footer-middle > div .navigation > ul > li.open ul {
  display: block;
}
.footer-middle > div .navigation > ul > li ul {
  display: none;
}
.footer-middle > div .navigation > ul > li ul li {
  margin-bottom: 5px;
}
.footer-middle > div .navigation > ul > li ul li:last-child {
  margin-bottom: 0;
}
.footer-middle > div .navigation > ul > li ul li a {
  color: #fff;
  font-size: 13px;
  line-height: 18px;
}
@media (min-width: 768px) {
  .footer-middle > div .navigation {
    width: 75%;
  }
  .footer-middle > div .navigation > ul {
    display: flex;
  }
  .footer-middle > div .navigation > ul > li {
    width: 33.3%;
    padding-bottom: 0;
    border-bottom: 0;
  }
  .footer-middle > div .navigation > ul > li ul {
    display: block;
  }
}
.footer-middle > div .block-footer-office-block .node--type-office > span {
  display: none;
}
@media (max-width: 767px) {
  .footer-middle > div .block-footer-office-block .node--type-office .node__content > span {
    margin-top: 20px;
    margin-bottom: 10px;
  }
}
.footer-middle > div .block-footer-office-block .node--type-office .address,
.footer-middle > div .block-footer-office-block .node--type-office .footer-phones-container,
.footer-middle > div .block-footer-office-block .node--type-office .footer-phones-btn-container {
  display: inline-block;
  font-size: 13px;
  font-weight: 600;
  color: #fff;
}
.footer-middle > div .block-footer-office-block .node--type-office .footer-phones-btn-container a .flag {
  display: none;
}
.footer-middle > div .block-footer-office-block .node--type-office .node-office-footer__field-email a,
.footer-middle > div .block-footer-office-block .node--type-office .node-office-footer__field-telephone a {
  position: relative;
  padding-left: 30px;
  font-size: 14px;
  font-weight: 600;
  color: #fff;
}
.footer-middle > div .block-footer-office-block .node--type-office .node-office-footer__field-email a:before,
.footer-middle > div .block-footer-office-block .node--type-office .node-office-footer__field-telephone a:before {
  content: "";
  display: block;
  width: 20px;
  height: 19px;
  position: absolute;
  left: 0;
  top: 0;
  background: url("../../../images/icon/solid-email.svg") center no-repeat;
}
.footer-middle > div .block-footer-office-block .node--type-office .node-office-footer__field-email .node-office-footer__field-email-label,
.footer-middle > div .block-footer-office-block .node--type-office .node-office-footer__field-email .node-office-footer__field-telephone-label,
.footer-middle > div .block-footer-office-block .node--type-office .node-office-footer__field-telephone .node-office-footer__field-email-label,
.footer-middle > div .block-footer-office-block .node--type-office .node-office-footer__field-telephone .node-office-footer__field-telephone-label {
  display: none;
}
.footer-middle > div .block-footer-office-block .node--type-office .node-office-footer__field-telephone {
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .footer-middle > div {
    display: flex;
    justify-content: space-between;
  }
}
.footer-middle .footer-phone-switcher {
  display: inline-block;
  position: relative;
  margin-bottom: 20px;
}
.footer-middle .footer-phone-switcher .footer-phones-container {
  position: absolute;
  right: 0;
  bottom: 32px;
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #F8F8F8;
  z-index: 1;
  box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.1607843137);
  transition: all 0.3s ease;
  visibility: hidden;
  opacity: 0;
}
@media (max-width: 767px) {
  .footer-middle .footer-phone-switcher .footer-phones-container {
    right: auto;
    left: 0;
  }
}
.footer-middle .footer-phone-switcher .footer-phones-container:before {
  content: "";
  position: absolute;
  top: auto;
  bottom: -10px;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 5px 0 5px;
  border-color: #F8F8F8 transparent transparent transparent;
}
.footer-middle .footer-phone-switcher:not(.hide).active .footer-phones-container {
  opacity: 1;
  visibility: visible;
}
.footer-middle .footer-phone-switcher:not(.hide).active .phone-btn {
  pointer-events: inherit;
}
.footer-middle .footer-phone-switcher:not(.hide).active .footer-phones-btn-container:before {
  transform: translateY(-50%) rotate(180deg);
}
@media (min-width: 992px) {
  .footer-middle .footer-phone-switcher:not(.hide):hover .footer-phones-container {
    opacity: 1;
    visibility: visible;
  }
  .footer-middle .footer-phone-switcher:not(.hide):hover .footer-phones-btn-container:before {
    transform: translateY(-50%) rotate(180deg);
  }
}
.footer-middle .footer-phones-container,
.footer-middle .footer-phones-btn-container {
  position: relative;
  padding-right: 20px;
}
.footer-middle .footer-phones-container:before,
.footer-middle .footer-phones-btn-container:before {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%) rotate(0deg);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 4px 8px 4px;
  border-color: transparent transparent #F8F8F8 transparent;
}
.footer-middle .footer-phones-container .phone-btn-holder,
.footer-middle .footer-phones-btn-container .phone-btn-holder {
  position: relative;
  padding-left: 25px;
  cursor: pointer;
}
.footer-middle .footer-phones-container .phone-btn-holder:before,
.footer-middle .footer-phones-btn-container .phone-btn-holder:before {
  content: "";
  display: block;
  width: 20px;
  height: 19px;
  position: absolute;
  left: 0;
  top: 0;
  background: url("../../../images/icon/solid-call.svg") center no-repeat;
}
.footer-middle .footer-phones-container .phone-btn-holder:after,
.footer-middle .footer-phones-btn-container .phone-btn-holder:after {
  content: "";
  width: 100%;
  height: 10px;
  position: absolute;
  left: 0;
  top: -10px;
}
.footer-middle .footer-phones-container .phone-btn-holder:hover a,
.footer-middle .footer-phones-btn-container .phone-btn-holder:hover a {
  text-decoration: underline;
}
.footer-middle .footer-phones-container > a,
.footer-middle .footer-phones-container .phone-btn,
.footer-middle .footer-phones-btn-container > a,
.footer-middle .footer-phones-btn-container .phone-btn {
  display: flex;
  align-items: center;
  font-size: 14px;
  font-weight: 600;
  color: #fff;
}
.footer-middle .footer-phones-container > a .flag,
.footer-middle .footer-phones-container .phone-btn .flag,
.footer-middle .footer-phones-btn-container > a .flag,
.footer-middle .footer-phones-btn-container .phone-btn .flag {
  width: 21px;
  height: 14px;
  margin-right: 5px;
}
@media (max-width: 992px) {
  .footer-middle .footer-phones-container .phone-btn,
.footer-middle .footer-phones-btn-container .phone-btn {
    pointer-events: none;
  }
}
.footer-middle .footer-phones-container > a,
.footer-middle .footer-phones-btn-container > a {
  padding: 10px 25px;
  color: #606060;
  white-space: nowrap;
}
.footer-middle .current-phone-holder {
  display: none;
}
@media (max-width: 992px) {
  .footer-middle .current-phone-holder {
    display: flex;
    align-items: center;
    justify-content: center;
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 50px;
    background-color: #EC0928;
    z-index: 2;
  }
  .footer-middle .current-phone-holder a {
    display: flex;
    position: relative;
    padding: 10px;
    color: #fff;
  }
  .footer-middle .current-phone-holder a:before {
    content: "";
    display: block;
    width: 20px;
    height: 19px;
    margin-right: 10px;
    background: url("../../../images/icon/solid-call.svg") center no-repeat;
  }
}

.footer-bottom .config_pages--footer--bottom-links {
  margin-top: 40px;
  padding-top: 20px;
  color: #aaa;
  font-size: 12px;
  border-top: 1px solid #aaa;
}
.footer-bottom .config_pages--footer--bottom-links .footer-bottom-text-link .field--name-field-links {
  margin-bottom: 20px;
}
.footer-bottom .config_pages--footer--bottom-links .config-pages-footer-bottom-links__field-bottom-text {
  margin-bottom: 10px;
  color: #aaa;
  font-size: 13px;
}
.footer-bottom .config_pages--footer--bottom-links .config-pages-footer-bottom-links__field-links a {
  color: #ccc;
  font-size: 13px;
}
@media (min-width: 768px) {
  .footer-bottom .config_pages--footer--bottom-links {
    display: flex;
    justify-content: space-between;
  }
  .footer-bottom .config_pages--footer--bottom-links .footer-bottom-text-link {
    width: 65%;
  }
  .footer-bottom .config_pages--footer--bottom-links .footer-bottom-text-link .field--name-field-links {
    margin-bottom: 0;
  }
}
@media (min-width: 992px) {
  .footer-bottom {
    margin-bottom: 45px;
  }
}

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