footer {
  padding: 14px 0;
  background-color: #dbdbdb;
}

.footer-wrapper {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}

.footer-wrapper::after {
  content: "";
  clear: both;
  display: table;
}

.footer--logo {
  float: left;
  width: 100%;
  max-width: 350px;
  font-size: 0;
}

.footer--logo .footer--logo-svg {
  display: inline-block;
  vertical-align: middle;
  max-width: 49px;
  height: 49px;
  margin-right: 18px;
}

.footer--logo .footer--logo-svg-2 {
  display: none;
}

.footer-copy {
  display: inline-block;
  max-width: 260px;
  vertical-align: middle;
  margin: 0;
  font-size: 12px;
  color: black;
  line-height: 1.2;
}

.footer-copy br:first-child {
  display: none;
}

.footer--partners {
  float: left;
  width: 100%;
  max-width: 450px;
  margin: 5px 0 5px 130px;
}
.footer--partners form {
  margin: 0;
}

.footer--partners select::-ms-expand {
  display: none;
}

.footer--partners select {
  display: block;
  width: 100%;
  height: 40px;
  padding: 0 10px;
  background: white url("../../images/select-arr.png") 98% 50% no-repeat;
  font-family: 'Proxima', sans-serif;
  font-size: 15px;
  font-weight: normal;
  color: black;
  border: 1px solid #b0b0b0;
  border-radius: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
}

.footer--partners select option {
  padding: 10px 0;
}

.footer--partners select:focus {
  outline: none;
}

.footer--partners select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #000;
}

.footer--contact {
  float: right;
  width: 140px;
  margin-top: 7px;
}

.footer--contact--link {
  display: inline-block;
  vertical-align: bottom;
  margin-right: 15px;
}

.footer--contact--link:last-child {
  margin-right: 0;
}

.footer-i-mail {
  width: 100%;
  max-width: 35px;
  height: 27px;
}

.footer-i-call {
  width: 100%;
  max-width: 29px;
  height: 35px;
}

.footer-i-home {
  width: 100%;
  max-width: 35px;
  height: 35px;
}

.footer-signature {
  width: 100%;
  max-width: 1200px;
  text-align: right;
  margin: 10px auto;
}

.footer-signature a {
  display: inline-block;
  vertical-align: middle;
  font-size: 12px;
  color: black;
  line-height: 1;
  text-decoration: none;
  transition: color 0.3s ease;
}

.footer-signature a:hover {
  color: #e30613;
}

.full-site--btn {
  display: none;
  float: right;
  vertical-align: middle;
  font-size: 14px;
  font-weight: normal;
  color: #e30613;
  border: 0;
  background: none;
  outline: none;
  cursor: pointer;
}

.full-site--btn:hover {
  text-decoration: underline;
}

.q-footer {
    padding: 20px 0;
}
.q-footer__inner {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
  display: flex;
    align-items: center;
  justify-content: space-between;
  font-size: 13px;
  color: #000000;
}
.q-footer a {
    color: #000000;
    text-decoration: none;
}
.q-footer a:hover {
    text-decoration: underline;
}
.q-footer .footer--logo-svg {
    width: 32px;
    height: 32px;
}
.q-footer__copyright,
.q-footer__follow-us,
.q-footer__contacts-item {
    display: flex;
    align-items: center; 
}
.q-footer__contacts-item {
    display: inline-flex;
}
.q-footer__copyright > a {
  display: flex;
}
.q-footer__copyright p {
    font-size: 13px;
    line-height: 15px;
    letter-spacing: -0.5px;
  color: #000000; 
    text-align: left;
    margin: 0;
}
.q-footer__copyright-info,
.q-footer__contacts-item-text {
    padding-left: 10px; 
}

.q-footer__contacts-item {
    margin-right: 25px;
    cursor: default;
}
.q-footer__contacts {
  display: inline-flex;
}
.q-footer__contacts-item svg {
    position: relative;
}
.q-footer__contacts-item > * {
    cursor: pointer;
}
.q-footer__contacts-item > a {
  display: flex;
}
.q-footer .q-footer__contacts-item:hover,
.q-footer__contacts-item:hover {
    text-decoration: none;
}
.q-footer__contacts-item a:hover,
.q-footer__contacts-item-text._link:hover,
.q-footer__contacts-item svg:hover + .q-footer__contacts-item-text {
    text-decoration: underline;
}
.q-footer__contacts-item:last-child {
    margin-right: 0;
}


.q-footer__follow-us-list {
    font-size: 0;
    list-style: none;
    margin: 0;
    padding: 0 0 0 10px;
    position: relative;
}
.q-footer__follow-us-list li {
    display: inline-block;
    margin-right: 10px;
}
.q-footer__follow-us-list li:last-child {
    margin-right: 0;
}
.footer-signature {
    display: none;
}

.q-footer a.underline-link,
.underline-link {
    text-decoration: underline;
}
.q-footer a.underline-link:hover,
.underline-link:hover {
    text-decoration: none;
}

@media screen and (max-width: 1200px) {
    .q-footer__inner {
        padding: 0 20px;
    }
    .q-footer__contacts-item {
        display: flex;
        margin: 5px 0;
    }
    .q-footer__contacts {
      display: block;
    }
}

@media screen and (max-width: 992px) {
    .q-footer__contacts-item svg {
        top: 0;
    }
    /* .q-footer {
        padding: 16px 0 13px;
    } */
    .q-footer__inner {
        align-items: flex-start;
        flex-direction: column;
        /* margin: -8px 0; */
    }
    .q-footer__follow-us-title {
        display: none;
    }
    .q-footer__follow-us-list {
        top: 0;
    }
    .q-footer__copyright {
        order: 10;
    }
    .q-footer__copyright,
    .q-footer__contacts,
    .q-footer__follow-us {
        /* padding: 8px 0; */
    }
    .q-footer__contacts {
      margin-bottom: 20px;
    }
    .q-footer__follow-us {
      margin-bottom: 20px;
    }
    .q-footer__follow-us-list {
        padding-left: 0;
    }
    .q-footer__contacts-item {
        margin: 0 0 20px;
    }
    .q-footer__contacts-item:last-child {
        margin-bottom: 0;
    }
    .q-footer__copyright p {
        font-size: 12px;
        line-height: 14px;
        letter-spacing: 0;
    }
    .q-footer__inner {
        /* padding: 0 16px; */
    }
    .footer--partners select {
      padding: 0 7px;
    }

    .q-footer__copyright-info {
      padding-left: 10px;
    }
}

