.footer {
  width: 100%;
  padding: 70px 0 85px;
  background: #fff;
}
@media only screen and (min-width: 1200px) {
  .footer {
    padding: 50px 0 50px;
  }
}
.footer-novica {
  width: 100%;
  padding: 20px 0 22px;
  background: rgba(252,101,76,0.08);
  margin-bottom: 35px;
}
@media only screen and (min-width: 760px) {
  .footer-novica {
    padding: 19px 0 25px;
    margin-bottom: 45px;
  }
}
@media only screen and (min-width: 1200px) {
  .footer-novica {
    padding: 34px 0 40px;
    margin-bottom: 69px;
  }
}
.footer-novica-block {
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media only screen and (min-width: 760px) {
  .footer-novica-block {
    flex-direction: row;
    justify-content: space-between;
  }
}
.footer-novica-block-logos {
  display: flex;
  margin-bottom: 34px;
}
@media only screen and (min-width: 760px) {
  .footer-novica-block-logos {
    margin-bottom: 8px;
  }
}
@media only screen and (min-width: 1200px) {
  .footer-novica-block-logos {
    margin: -4px 0 0;
  }
}
.footer-novica-block-logos__item img {
  display: block;
  width: 100%;
}
.footer-novica-block-logos__item.globein {
  width: 84px;
  margin-top: 24px;
}
.footer-novica-block-logos__item.novica {
  width: 88px;
  margin: 9px 0 0 -9px;
}
@media only screen and (min-width: 1200px) {
  .footer-novica-block-logos__item.globein {
    width: 108px;
    margin-top: 24px;
  }
  .footer-novica-block-logos__item.novica {
    width: 113px;
    margin: 8px 0 0 -11px;
  }
}
.footer-novica-block-logos__line {
  width: 61.44px;
  height: 1px;
  opacity: 0.2;
  background: #0C0C0C;
  transform: rotate(102.45deg) translateX(30px) translateY(-2px);
}
@media only screen and (min-width: 1200px) {
  .footer-novica-block-logos__line {
    width: 78.86px;
    transform: rotate(102.45deg) translateX(30px) translateY(-1px);
  }
}
.footer-novica-block__quote {
  width: 100%;
  font-family: 'Quiza Pro', sans-serif;
  font-weight: 500;
  font-size: 28px;
  line-height: 33px;
  letter-spacing: -0.015em;
  color: #FC654C;
}
@media only screen and (min-width: 760px) {
  .footer-novica-block__quote {
    text-align: right;
    max-width: 60%;
  }
}
@media only screen and (min-width: 1200px) {
  .footer-novica-block__quote {
    max-width: 760px;
    font-size: 38px;
    line-height: 45px;
  }
}
.footer-block {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-wrap: wrap;
}
.footer-sub-title {
  font-family: 'TT Commons', sans-serif !important;
  font-weight: 500;
  font-size: 18px;
  line-height: 21px;
  color: #282828;
}
.footer-nav-block {
  width: 100%;
  display: flex;
  flex-direction: column;
}
@media only screen and (min-width: 760px) {
  .footer-nav-block {
    flex-direction: row;
    align-items: flex-start;
    justify-content: space-between;
  }
}
@media only screen and (min-width: 1200px) {
  .footer-nav-block {
    width: 700px;
  }
}
.footer-nav-item {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding-bottom: 19px;
  border-bottom: 1px solid #D8D8D8;
  margin-bottom: 20px;
}
.footer-nav-item:last-child {
  padding-bottom: 0;
  border-bottom: none;
  margin-bottom: 0;
}
@media only screen and (min-width: 760px) {
  .footer-nav-item {
    width: auto;
    padding-bottom: 0;
    border-bottom: none;
    margin-bottom: 0;
  }
}
.footer-nav-item__list {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  margin-top: 15px;
}
.footer-nav-item__list-link {
  font-family: 'TT Commons', sans-serif !important;
  font-weight: 400;
  font-size: 16px;
  line-height: 21px;
  text-decoration: none;
  color: #555555;
  margin-bottom: 10px;
  -webkit-tap-highlight-color: transparent;
  transition: all, .25s;
}
.footer-nav-item__list-link:last-child {
  margin-bottom: 0;
}
.footer-nav-item__list-link:hover {
  color: #FC654C;
}
.footer-subscribe-block {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 100px;
}
@media only screen and (min-width: 760px) {
  .footer-subscribe-block {
    flex-direction: row;
    justify-content: center;
  }
}
@media only screen and (min-width: 1200px) {
  .footer-subscribe-block {
    width: 298px;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-top: 0;
  }
}
.footer-subscribe-top {
  width: 100%;
  max-width: 360px;
  display: flex;
  flex-direction: column;
  margin: 0 0 35px;
}
@media only screen and (min-width: 760px) {
  .footer-subscribe-top {
    margin: 0 35px 0 0;
  }
}
@media only screen and (min-width: 1200px) {
  .footer-subscribe-top {
    margin: 0 0 35px;
  }
}
.footer-subscribe__description {
  font-family: 'TT Commons', sans-serif !important;
  font-weight: 400;
  font-size: 16px;
  line-height: 18px;
  color: #555555;
  margin-top: 6px;
}
@media only screen and (min-width: 1200px) {
  .footer-subscribe__description {
    margin-top: 10px;
  }
}
.footer-subscribe__form {
  width: 100%;
  position: relative;
  margin-top: 10px;
}
.footer-subscribe__form.disabled {
  pointer-events: none;
}
.footer-subscribe__form-input {
  width: 100%;
  height: 50px;
  display: flex;
  align-items: center;
  padding: 3px 80px 0 19px;
  background: #FFFFFF;
  border: 1px solid #D8D8D8;
  box-sizing: border-box;
  border-radius: 4px;
  font-family: 'TT Commons', sans-serif !important;
  font-size: 16px;
  color: #555555;
}
.footer-subscribe__form-input::placeholder {
  font-family: 'TT Commons', sans-serif !important;
  font-size: 16px;
  color: #555555;
}
.footer-subscribe__form-input:focus {
  border-color: #555555;
}
.footer-subscribe__form-btn {
  width: 85px;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: transparent;
  outline: none;
  border: none;
  padding: 0;
  cursor: pointer;
  position: absolute;
  right: 0;
  top: 0;
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
  color: #FF6333;
  -webkit-tap-highlight-color: transparent;
  transition: all, .25s;
}
.footer-subscribe__form-btn:hover {
  color: #ff480f;
}
.footer-subscribe__form-btn svg {
  display: block;
  margin-right: 5px;
}
.footer-subscribe__form-btn.hidden {
  display: none;
}
.footer-subscribe__form-success {
  display: none;
}
.footer-subscribe-join {
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media only screen and (min-width: 760px) {
  .footer-subscribe-join {
    align-items: flex-start;
  }
}
.footer-subscribe-join__button {
  width: 170px;
  height: 35px;
  background: #FC654C;
  border-radius: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  margin-top: 10px;
  text-decoration: none;
  font-family: 'TT Commons', sans-serif !important;
  font-weight: 500;
  font-size: 16px;
  line-height: 18px;
  text-align: center;
  color: #FFFFFF;
  -webkit-tap-highlight-color: transparent;
  transition: all, .25s;
}
.footer-subscribe-join__button:hover {
  background: #fb4729;
}
@media only screen and (min-width: 760px) {
  .footer-subscribe-join__button {
    width: 131px;
  }
}
.footer-bottom-block {
  width: 100%;
  display: flex;
  flex-direction: column;
  margin-top: 100px;
}
@media only screen and (min-width: 1200px) {
  .footer-bottom-block {
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    margin-top: 80px;
  }
}
.footer-logo-and-app {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 10px;
}
@media only screen and (min-width: 760px) {
  .footer-logo-and-app {
    align-items: flex-start;
  }
}
@media only screen and (min-width: 1200px) {
  .footer-logo-and-app {
    width: 700px;
    align-items: center;
    margin-bottom: 0;
  }
}
.footer-logo {
  width: 85px;
  -webkit-tap-highlight-color: transparent;
}
.footer-logo svg {
  display: block;
  width: 100%;
  height: auto;
}
.footer-logo svg path {
  -webkit-tap-highlight-color: transparent;
  transition: all, .25s;
}
.footer-logo:hover svg path {
  fill: #fb4729;
}
.footer-fb-and-apple-wrapper {
  display: flex;
  align-items: center;
}
.footer-subscribe__facebook {
  width: 120px;
  height: 30px;
  background: #1261BD;
  border-radius: 4px;
  display: flex;
  align-items: center;
  padding-left: 50px;
  position: relative;
  cursor: pointer;
  text-decoration: none !important;
  transition: all, .3s;
}
.footer-subscribe__facebook:hover {
  background: #1055a6;
}
.footer-subscribe__facebook-icon {
  display: block;
  position: absolute;
  top: 6px;
  left: 22px;
  width: 16px;
  height: auto;
}
.footer-subscribe__facebook-text {
  font-family: 'TT Commons', sans-serif !important;
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
  letter-spacing: -0.078px;
  color: #FFFFFF;
}
.footer-copyright-wrapper {
  display: none;
  flex-direction: column;
  align-items: flex-end;
  justify-content: flex-start;
}
.footer-copyright-wrapper.mobile {
  display: flex;
}
@media only screen and (min-width: 760px) {
  .footer-copyright-wrapper {
    flex-direction: row;
  }
}
@media only screen and (min-width: 1200px) {
  .footer-copyright-wrapper.mobile {
    display: none;
  }
  .footer-copyright-wrapper.desktop {
    display: flex;
  }
}
.footer-copyright {
  font-family: 'TT Commons', sans-serif !important;
  font-weight: 400;
  font-size: 13px;
  line-height: 16px;
  text-decoration: none;
  color: #898989;
  margin-bottom: 10px;
}
@media only screen and (min-width: 760px) {
  .footer-copyright {
    padding-right: 10px;
    margin: 0 10px 0 0;
    border-right: 1px solid #CCCCCC;
  }
}
.footer-privacy-terms-links {
  display: flex;
}
.footer-privacy {
  font-family: 'TT Commons', sans-serif !important;
  font-weight: 400;
  font-size: 13px;
  line-height: 16px;
  text-decoration: none;
  color: #898989;
  -webkit-tap-highlight-color: transparent;
  transition: all, .25s;
}
.footer-privacy:last-child {
  margin-left: 10px;
}
.footer-privacy:hover {
  color: #FC654C;
}
