/* Подвал сайта */
.footer {
  position: relative;
  min-width: 1440px;
  flex-shrink: 0;
  margin: 0;
  bottom: 0;
}

.footer__link {
  display: inline-block;
  color: inherit;
  text-decoration: inherit;
  text-align: center;
}

.footer__button {
  -webkit-appearance: none;
  border: 0;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  position: relative;
  -webkit-transition: all 0.12s ease-out;
  -o-transition: all 0.12s ease-out;
  -moz-transition: all 0.12s ease-out;
  transition: all 0.12s ease-out;
  background-color: #e8e8e8;
}

.footer__button .footer__app-download_icon {
  vertical-align: middle;
}

.footer__button:active {
  -webkit-transform: scale(0.97);
  -moz-transform: scale(0.97);
  -o-transform: scale(0.97);
  transform: scale(0.97);
}

.footer__button:focus {
  outline: 0;
}

.footer__button:hover {
  background-color: #dcdcdc;
}

.footer__button:active {
  background-color: #ccc;
}

.footer__badge {
  -webkit-appearance: none;
  border: 0;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  position: relative;
  line-height: 36px;
  height: 36px;
  padding: 0 16px;
}

.footer__badge .footer__app-download_icon {
  vertical-align: middle;
}

.footer__badge:focus {
  outline: 0;
}

.footer__badge .footer__app-download_icon {
  font-weight: 400;
  font-style: normal;
  font-stretch: normal;
  font-size: 0.875rem;
  line-height: 20px;
}

.footer__app {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -moz-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  min-width: 1000px;
  height: 225px;
  margin: 0 auto -1px;
  padding: 0 24px;
  background-color: #f5f6f7;
}

.footer__app-wrapper,
.footer__app {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}

.footer__app-wrapper {
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -moz-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 100%;
  width: 100%;
  max-width: 1000px;
  padding-left: 22px;
}

.footer__app-download {
  margin-right: 104px;
}

.footer__app-download-title {
  margin-bottom: 24px;
  font-size: 22px;
  font-style: normal;
  font-weight: 500;
  line-height: 28px;
}

.footer__app-download-ios {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}

.footer__app-qr {
  -webkit-align-self: flex-end;
  -ms-flex-item-align: end;
  align-self: flex-end;
  width: 220px;
  height: 206px;
  padding-left: 56px;
  padding-top: 71px;
  margin-right: 56px;
  background: url(../../../img/device.png) no-repeat 50%;
  -webkit-background-size: contain;
  -moz-background-size: contain;
  background-size: contain;
}

.footer__app-qr_code {
  width: 108px;
  height: 108px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
}

.footer__app-qr_text {
  font-size: 1rem;
  line-height: 20px;
  font-style: normal;
  font-weight: 400;
  color: #7c7c7c;
  white-space: pre;
}

.footer__app-download_googleplay {
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50%;
  margin-right: 8px;
  background-image: url(../../../img/googleplay.svg);
}

.footer__app-download_appstore {
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50%;
  margin-right: 8px;
  background-image: url(../../../img/appstore.svg);
}

@media (min-width: 1230px) {
  .footer__app {
    padding: 0 130px 0 117px;
  }

  .footer__app-wrapper {
    max-width: 1180px;
    padding-left: 13px;
  }

  .footer__app-download {
    margin-right: 128px;
  }

  .footer__app-qr {
    margin-right: 90px;
  }
}

.footer__list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}

.footer__list,
.footer__item {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.footer__item-link {
  font-weight: 400;
  font-size: 0.875rem;
  line-height: 20px;
  padding: 0 0 8px;
  color: #7c7c7c;
  display: block;
  text-decoration: none;
}

.footer__item-link,
.footer__item-title {
  font-style: normal;
  font-stretch: normal;
}

.footer__item-title {
  font-weight: 700;
  font-size: 1rem;
  line-height: 24px;
  line-height: 20px;
  margin: 0 0 16px;
  color: #181725;
}

.footer__social {
  margin-top: 20px;
}

.footer__social-link {
  -webkit-transition: opacity 0.2s ease-out;
  -o-transition: opacity 0.2s ease-out;
  -moz-transition: opacity 0.2s ease-out;
  transition: opacity 0.2s ease-out;
  opacity: 1;
  margin: 0 12px 0 0;
  width: 24px;
  height: 26px;
  background-repeat: no-repeat;
  display: inline-block;
}

.footer__social-link:hover {
  opacity: 0.4;
}

.footer__social-fb {
  background-image: url(../../../img/social/fb.svg);
}

.footer__social-ig {
  background-image: url(../../../img/social/ig.svg);
}

.footer__social-tg {
  background-image: url(../../../img/social/tg.svg);
}

.footer__social-wa {
  background-image: url(../../../img/social/wa.svg);
}

.footer__copyright {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  padding: 18px 24px;

  font-weight: 400;
  font-style: normal;
  font-stretch: normal;
  font-size: 0.875rem;
  line-height: 16px;
  line-height: 20px;
  color: #999;
  border-top: 1px solid #e8e8e8;
}

.footer__copyrigt-term {
  margin-left: 28px;
  color: #999;
}

.footer__copyrigt-company {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  color: #999;
  text-align: right;
}

.footer__content {
  padding: 1px 0;
  background: #fff;
}

.footer__content a:hover {
  color: #64b704 !important;
}

.footer__container {
  padding: 48px 25px 40px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin: auto;
  width: 1440px;
}

@media (min-width: 1230px) {
  .footer__container {
    margin: 0 auto;
    width: 100%;
    max-width: 1280px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding-right: 16px;
    padding-left: 16px;
  }
}

.footer__info {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}

.footer__info-wrapper {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -moz-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -moz-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  margin-left: auto;
}

.footer__info-store {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-decoration: none;
}

.footer__info-store_logo {
  width: 40px;
  height: 40px;
  background: no-repeat 50% url(../../../img/footer-logo.png);
}

.footer__info-store_text {
  margin: 0 1px 0 12px;
  white-space: normal;
  color: #181725;
  font-weight: 600;
  font-style: normal;
  font-stretch: normal;
  font-size: 1rem;
  line-height: 24px;
  line-height: 20px;
}

.footer__info-store_text span {
  display: block;
  font-size: 0.875rem;
  font-weight: 500;
}

.footer__info-store_contacts {
  font-weight: 400;
  font-style: normal;
  font-stretch: normal;
  font-size: 0.75rem;
  line-height: 16px;
  color: #999;
  margin: 20px 0 0;
}

.footer__info-store_contacts b {
  font-weight: 600;
}

.footer__info-store_contacts a {
  color: inherit;
}

.footer__schedule {
  font-weight: 400;
  font-style: normal;
  font-stretch: normal;
  font-size: 0.75rem;
  line-height: 16px;
  color: #999;
  margin: 20px 0 0;
}
/* END Подвал сайта */