.white-filter {
  filter: invert(100%) sepia(0%) saturate(0%) hue-rotate(93deg) brightness(103%) contrast(103%);
}

.black-filter {
  filter: invert(0%) sepia(0%) saturate(16%) hue-rotate(309deg) brightness(93%) contrast(107%);
}

.citrus-filter {
  filter: invert(75%) sepia(56%) saturate(3300%) hue-rotate(29deg) brightness(94%) contrast(92%);
}

.fiji-green-filter {
  filter: invert(29%) sepia(47%) saturate(2232%) hue-rotate(49deg) brightness(93%) contrast(87%);
}

.red-filter {
  filter: invert(24%) sepia(100%) saturate(7493%) hue-rotate(6deg) brightness(96%) contrast(106%);
}

.footer {
  position: relative;
  flex-shrink: 0;
  margin: auto auto 0;
  background: #1A1A1A;
}
.footer-center-col {
  border-right: 2px solid #212121;
  padding-top: 50px;
  padding-bottom: 50px;
}
.footer-center-col:last-child {
  border: none;
}
.footer-bottom {
  background: #000;
  padding: 28px 0;
}
.footer-bottom__wrap {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  flex-wrap: nowrap;
  display: -ms-flexbox;
  justify-content: space-between;
}
.footer-contacts {
  border-top: 2px solid #212121;
  padding: 46px 0 36px 0;
}
.footer-contacts__title {
  font-weight: 500;
  font-size: 12px;
  color: #707070;
  margin: 0 0 12px;
}
.footer-contacts__item {
  position: relative;
  padding-left: 30px;
}
.footer-contacts__item::before {
  content: "";
  position: absolute;
  left: 1px;
  top: 2px;
  width: 20px;
  height: 20px;
  background: url("../../i/container.svg?v=0#icon-5") no-repeat;
}
.footer-contacts__time {
  font-size: 12px;
  color: #8F8F8F;
  font-weight: 500;
}
.footer-contacts__name {
  font-size: 14px;
  color: #fff;
  margin-bottom: 6px;
}
.footer-contacts__addr {
  font-weight: 600;
  font-size: 14px;
  color: #fff;
  margin-bottom: 8px;
}
.footer-contacts p {
  margin: 0 0 6px;
}
.footer-rate {
  margin: 0 0 38px;
}
.footer-emails {
  border-top: 2px solid #212121;
  padding: 30px 0 1px;
  color: #707070;
}
.footer-emails__item {
  margin: 0 0 24px;
  font-weight: 500;
  font-size: 12px;
}
.footer-emails p {
  margin: 0 0 1px;
}
.footer-emails__link {
  font-size: 14px;
  font-weight: 500;
  color: #fff;
  line-height: 1.2;
}
.footer-btn-configurator {
  margin: 0 0 0 40px;
  font-size: 12px !important;
  padding: 12px 57px !important;
}
.footer-navi {
  padding: 0 0 0 50px;
  margin-bottom: 36px;
}
.footer-navi__title {
  color: #707070;
  margin: 0 0 11px;
  font-size: 12px;
  font-weight: 500;
}
.footer-navi__wrap {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  flex-wrap: nowrap;
  display: -ms-flexbox;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: flex-start;
}
.footer-navi__column:first-child {
  margin-right: 36px;
}
.footer-navi__list li {
  margin: 0 0 13px;
}
.footer-navi__link {
  font-size: 14px;
  line-height: 1.35;
  color: #fff;
}
.footer-social {
  padding: 20px 20px 1px;
}
.footer-social__title {
  font-size: 16px;
  font-weight: 600;
  color: #fff;
  margin: 0 0 20px;
}
.footer-social .row {
  margin-left: -10px;
  margin-right: -10px;
}
.footer-social [class^=col-] {
  padding-bottom: 20px;
  padding-right: 10px;
  padding-left: 10px;
}
.footer-social__item {
  display: flex;
  flex-direction: column;
  height: 100%;
  background: #212121;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  position: relative;
  padding: 70px 20px 20px;
  text-align: center;
  width: 100%;
}
.footer-social__item::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 20px;
  width: 40px;
  height: 40px;
  margin-left: -20px;
}
.footer-social__item_fb::before {
  background: url("../../i/container.svg?v=0#icon-6") center no-repeat;
  background-size: cover;
}
.footer-social__item_in::before {
  background: url("../../i/container.svg?v=0#icon-7") center no-repeat;
  background-size: cover;
}
.footer-social__item_youtube::before {
  background: url("../../i/container.svg?v=0#icon-8") center no-repeat;
  background-size: cover;
}
.footer-social__item_tg::before {
  background: url("../../i/container.svg?v=0#icon-9") center no-repeat;
  background-size: cover;
}
.footer-social__item-name {
  display: block;
  font-size: 14px;
  font-weight: 500;
  color: #fff;
  line-height: 1.3;
}
.footer-social__item-text {
  font-size: 12px;
  color: #707070;
  font-size: 12px;
}
.footer__copyright {
  font-size: 14px;
  font-weight: 500;
  color: #707070;
}
.footer__design {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  flex-wrap: nowrap;
  display: -ms-flexbox;
  font-size: 14px;
  line-height: 1.35;
  color: #707070;
}
.footer__design img {
  margin-left: 6px;
}
.footer-contacts__item {
  margin-bottom: 16px;
}
.footer-contacts__section {
  padding-bottom: 16px;
}
.footer__systems {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  flex-wrap: nowrap;
  display: -ms-flexbox;
}
.footer__systems img {
  margin-left: 25px;
}
.footer__systems img:first-child {
  margin-left: 0;
}

/* media */
@media (max-width: 1440px) {
  .footer-navi {
    padding-left: 20px;
  }
  .footer-btn-configurator {
    margin-left: 20px;
  }
  .footer-social {
    padding-left: 0;
  }
}
@media (max-width: 992px) {
  .footer-center-col {
    padding-top: 30px;
    padding-bottom: 20px;
  }
  .footer-center-col:nth-child(2) {
    border-right: none;
  }
  .footer-center-col:last-child {
    border-top: 2px solid #212121;
  }
  .footer-contacts__item {
    margin-bottom: 16px;
  }
  .footer-contacts__section {
    padding-bottom: 20px;
  }
}
@media (max-width: 768px) {
  .footer-rate {
    margin-bottom: 28px;
  }
  .footer-navi {
    padding-left: 0;
    position: relative;
    margin: 0 -15px 30px;
    border-top: 2px solid #212121;
  }
  .footer-navi__wrap {
    flex-direction: column;
  }
  .footer-navi__column {
    margin: 0;
    width: 100%;
    border-bottom: 2px solid #212121;
  }
  .footer-navi__title {
    font-size: 14px;
    font-weight: 500;
    color: #fff;
    line-height: 1.3;
    position: relative;
    margin: 0;
    padding: 19px 15px;
  }
  .footer-navi__title::before {
    content: "";
    position: absolute;
    right: 15px;
    width: 20px;
    height: 20px;
    top: 50%;
    margin-top: -10px;
    background: url("../../i/container.svg?v=0#icon-1") center no-repeat;
  }
  .footer-navi__column_opened .footer-navi__title::before {
    background: url("../../i/container.svg?v=0#icon-2") center no-repeat;
  }
  .footer-navi__list {
    display: none;
    padding: 3px 15px;
  }
  .footer-navi__list li {
    margin: 0 0 21px;
  }
  .footer-navi__list li:last-child {
    margin-bottom: 15px;
  }
  .footer-navi__column_opened .footer-navi__list {
    display: block;
  }
  .footer-navi__link {
    color: #e3e3e3;
  }
  .footer-btn-configurator {
    margin-left: 0;
    width: 100%;
  }
  .footer-center-col {
    border: none;
  }
  .footer-center-col:nth-child(1) {
    padding-bottom: 0;
  }
  .footer-center-col:nth-child(2) {
    padding-top: 0;
    padding-bottom: 30px;
  }
  .footer-emails {
    position: relative;
  }
  .footer-social {
    padding-top: 0;
  }
  .footer-social .row {
    margin-left: -5px;
    margin-right: -5px;
  }
  .footer-social [class^=col-] {
    padding-bottom: 10px;
    padding-right: 5px;
    padding-left: 5px;
  }
  .footer-contacts {
    padding: 28px 0 10px;
  }
  .footer-bottom {
    padding-bottom: 90px;
  }
  .footer-bottom__wrap {
    flex-wrap: wrap;
  }
  .footer__copyright, .footer__systems {
    order: 0;
  }
  .footer__systems img {
    max-height: 17px;
  }
  .footer__design {
    order: 1;
    margin-top: 14px;
    width: 100%;
    justify-content: flex-start;
  }
  .footer__design img {
    max-height: 17px;
  }
}

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