.footer {
  line-height: 1;
  background-color: #304c71;
}

.footer .city-select {
  background-color: #fff0 !important;
  border-left: none !important;
  border-top: none !important;
  border-right: none !important;
  color: #fff !important;
  padding: 0px !important;
  border-bottom: solid 2px rgba(0,0,0,.42) !important;
}

.footer ul, .footer li {
  list-style-type: none;
  line-height: 1.6;
}
.footer * {
  box-sizing: border-box;
}
/* .footer * a {
  text-decoration: none !important;
  color: #a5abac  !important ;
} */
.footer * a:hover {
  text-decoration: none;
}
.footer .footer-inner {
  display: flex;
  justify-content: space-between;
  width: 90%;
  margin: 0 auto;
}
.footer .footer__item {
  display: flex;
  flex-direction: column;
}
.footer .footer-form {
  position: relative;
  max-width: 300px;
  padding-top: 42px;
  padding-bottom: 21px;
}
.footer .footer-form__input {
  background-color: white !important;
  padding: 5px 0;
  padding-left: 14px;
  width: 307px;
}
.footer .footer-form__input::placeholder {
  color: #304c71;
}
.footer .footer-form__btn {
  background-color: transparent;
  border: none;
}
.footer .footer-form__btn img {
  width: 20px;
  height: 15px;
  position: absolute;
  bottom: 0;
  right: 0;
  top: 45%;
}
.footer .text-info {
  display: block;
  font-size: 12px;
  font-weight: 400;
  font-family: Segoe UI;
  line-height: 18px;
  min-width: 285px;
  color: #a5abac !important;
}
/* .footer .footer__item-list-top__item {
  font-size: 14px;
  font-weight: 400;
  font-family: Segoe UI;
} */
/* .footer .footer__item-right__item {
  font-size: 14px;
  font-weight: 400;
  font-family: Segoe UI;
} */
/* .footer .tex-footer {
  color: white !important;
  font-size: 15px;
  font-family: Segoe UI;
  font-weight: 900;
} */
.footer .footer__item-list-top {
  padding-top: 42px;
}
.footer .tex-foote + .tex-foote {
  padding-bottom: 10px;
}
.footer .footer__social {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-end;
  margin-bottom: 140px;
}
.footer .footer__social img {
  width: 25px;
  height: 20px;
}
.footer .footer__item-list-top__item + .footer__item-list-top__item {
  padding-top: 5px;
}
.footer .footer__item-right__item + .footer__item-right__item {
  padding-top: 6px;
}
.footer .footer__item-right {
  padding-top: 42px;
}
.footer .footer__item-right-bottom__item:first-child {
  padding-top: 15px;
}
.footer .footer__item-right-bottom__item + .footer__item-right-bottom__item {
  padding-top: 30px;
  font-weight: 900;
}
.footer .footer__social-link {
  padding-top: 5px;
}
.footer .footer-mobile {
  display: none;
}
.footer .middle__footer {
  display: none;
}
.footer .footer__medium-social {
  display: none;
}
.footer .footer__mobile-social {
  display: none;
}
@media (max-width: 1060px) {
  .footer .text-info {
    display: block;
    font-size: 9px;
    font-weight: 400;
    font-family: Segoe UI;
    line-height: 18px;
    min-width: 285px;
    color: #a5abac;
  }
  .footer .footer__item-list-top__item {
    font-size: 10px;
    font-weight: 400;
    font-family: Segoe UI;
  }
  .footer .footer__item-right__item {
    font-size: 10px;
    font-weight: 400;
    font-family: Segoe UI;
  }
  /* .footer .tex-foote {
    color: white !important;
    font-size: 11px;
    font-family: Segoe UI;
    font-weight: 900;
  } */
  .footer .footer-form {
    max-width: 200px;
    padding-top: 42px;
    padding-bottom: 21px;
  }
  .footer .footer-form__input {
    background-color: white !important;
    padding: 5px 0;
    padding-left: 14px;
    width: 207px;
  }
  .footer .footer-form__input::placeholder {
    color: #304c71;
  }
  .footer .footer__social {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-end;
    margin-bottom: 155px !important;
  }
  .footer .footer__social img {
    width: 20px;
    height: 15px;
  }
}
@media (max-width: 840px) {
  .footer .footer__social {
    display: none;
  }
  .footer .footer__medium-social {
    display: inline-block;
    margin-left: 20px;
  }
  .footer .footer__medium-social .footer__item-img {
    width: 20px;
    height: 15px;
  }
  .footer .footer__medium-menu-3 {
    min-width: 330px !important;
  }
  .footer .footer__medium-menu-2 {
    min-width: 230px !important;
  }
  .footer .footer-form__input {
    background-color: white !important;
    padding: 2px 0;
    padding-left: 8px;
    width: 207px;
  }
  .footer .footer-form__input::placeholder {
    color: #304c71;
  }
  .footer .footer-form__btn {
    background-color: transparent;
    border: none;
  }
  .footer .footer-form__btn img {
    width: 20px;
    height: 15px;
    position: absolute;
    bottom: 0;
    right: 0;
  }
  .footer .footer__form-u {
    min-width: 230px;
  }
}
@media (max-width: 700px) {
  .footer .text-info {
    display: none;
  }
  .footer .footer-form {
    display: none;
  }
  .footer .footer__item-list-top__item {
    display: none;
  }
  .footer .footer__item-right__item {
    display: none;
  }
  .footer .footer__item-right-bottom {
    display: none;
  }
  .footer .footer__item {
    display: none;
  }
  .footer .footer-mobile {
    display: block;
  }
  .footer .footer-mobile__item {
    color: #A5ABAC;
    margin-top: 20px;
  }
  .footer .select_item {
    color: white !important;
  }
  .footer .theme--light.v-label {
    color: white !important;
  }
  .footer .col-12 {
    padding: 0 !important;
  }
  .footer .footer__mobile-social {
    display: inline-block;
    padding: 10px 0 30px;
  }
  .footer .footer__mobile-social img {
    width: 25px;
    height: 20px;
  }
}
.footer .theme--light.v-expansion-panels .v-expansion-panel-header .v-expansion-panel-header__icon .v-icon {
  color: white !important;
}
@media (min-width: 1900px) {
  .footer .tex-foote {
    font-size: 24px;
  }
  .footer .footer__item-list-top__item + .footer__item-list-top__item {
    font-size: 21px;
  }
  .footer .footer__item-right__item {
    font-size: 21px;
  }
  .footer .text-info {
    font-size: 18px;
  }
}


@media (max-width: 700px) {
.tex-footer{
  color: #a5abac !important;
}
.title-footer{
  color: white;
  font-size: 11px;
  font-family: Segoe UI;
  font-weight: 900;
}
.text-info{
  color: #A5ABAC;
  margin-top: 20px;
}
}
@media (min-width: 700px) {
  .tex-footer {
    font-size: 14px;
    font-weight: 400;
    font-family: Segoe UI;
    text-decoration: none !important;
    color: #a5abac !important;
    /* margin: 1em; */
  }
  .title-footer{
    color: white !important;
    font-size: 14px;
    font-family: Segoe UI;
    font-weight: 900;
  }
  .text-info{
    display: block;
    font-size: 9px;
    font-weight: 400;
    font-family: Segoe UI;
    line-height: 18px;
    min-width: 285px;
    color: #a5abac !important;
  }
}

.footer-select-city .v-select__selection{
  color: white !important;
}
.footer-select-city .v-input__control{
  color: white !important;
}
.footer-select-city .v-application .primary--text{
  color: white !important;
    caret-color: white !important;
}

.footer-select-city  {
  color: white !important;
    caret-color: white !important;
}

.footer-select-city .fa-caret-down{
  color: white !important;
}