/* Shared footer layout extracted from app.css and scoped to footer.app-footer. */
footer.app-footer {
    -ms-flex: none;
    flex: none;
}

footer.app-footer .app-footer__section {
    border-top: 1px solid rgba(0, 0, 0, 0.12);
    border-bottom: 1px solid rgba(0, 0, 0, 0.12);
}

footer.app-footer .app-footer__inner {
    display: -ms-flexbox;
    display: flex;
}

footer.app-footer .app-footer__menu {
    -ms-flex: 0 0 585px;
    flex: 0 0 585px;
    width: 585px;
    max-width: 585px;
    margin-right: 20px;
    padding-top: 50px;
}

footer.app-footer .app-footer__contacts {
    padding-top: 50px;
}

footer.app-footer .app-footer__phone {
    text-align: right;
    margin-bottom: 5px;
}

footer.app-footer .app-footer__phone a {
    font-size: 21px;
    color: #3f4653;
    line-height: 24px;
    font-weight: bold;
}

footer.app-footer .app-footer__phone a:hover {
    text-decoration: none;
}

footer.app-footer .app-footer__phone span {
    font-size: 13px;
    color: #888f9c;
    line-height: 18px;
    display: block;
}

footer.app-footer .app-footer__btn-call-back {
    margin-top: 20px;
}

footer.app-footer .app-footer__btn-call-back.btn-extra {
    min-width: 195px;
}

footer.app-footer .app-footer__privacy-policy {
    margin-top: 50px;
}

footer.app-footer .app-footer__privacy-policy a {
    font-size: 13px;
    line-height: 16px;
    color: #43B02A;
    border-bottom: 1px dashed #43B02A !important;
}

footer.app-footer .app-footer__privacy-policy a:hover {
    text-decoration: none;
    border: none !important;
}

footer.app-footer .app-footer__copy {
    font-size: 13px;
    color: #828589;
    line-height: 18px;
    padding-top: 20px;
    padding-bottom: 25px;
}

footer.app-footer .social-links {
    margin-top: 20px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

footer.app-footer .social-links__link {
    margin-right: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    border-bottom: none;
}

footer.app-footer .social-links__link:last-child {
    margin-right: 0;
}

footer.app-footer .social-links__icon {
    position: relative;
    width: 45px;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
}

footer.app-footer .social-links__link.rt .social-links__icon {
    width: 40px;
    min-width: 40px;
    height: 40px;
    border-radius: 50%;
    overflow: hidden;
}

footer.app-footer .social-links__icon img,
footer.app-footer .social-links__icon svg {
    display: inline-block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

footer.app-footer .contain {
    max-width: 1265px;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin: 0 auto;
}

footer.app-footer .btn-general {
    font-size: 12px;
    color: #fff;
    line-height: 16px;
    letter-spacing: 0.16em;
    text-align: center;
    text-transform: uppercase;
    padding: 22px 20px 18px;
    background-color: #43B02A;
    border: none;
    border-radius: 3px;
    min-width: 280px;
    display: inline-block;
    vertical-align: top;
    transition: background-color 0.3s, color 0.3s;
}

footer.app-footer .btn-general:hover {
    text-decoration: none;
    background-color: #378F23;
}

footer.app-footer .btn-general.btn-general:active {
    background-color: #2F7A1E;
}

footer.app-footer .btn-general.btn-extra {
    color: #43B02A;
    font-weight: 900;
    background-color: transparent;
    border: 2px solid #43B02A;
}

footer.app-footer .btn-general.btn-extra:hover {
    color: #fff;
    text-decoration: none;
    background-color: #43B02A;
}

footer.app-footer .footer-menu {
    display: -ms-flexbox;
    display: flex;
}

.contacts footer.app-footer .footer-menu {
    display: block;
}

footer.app-footer .footer-menu__title {
    font-size: 14px;
    color: #111010;
    font-weight: 600;
    line-height: 31px;
    letter-spacing: 0.005em;
    margin-bottom: 20px;
    position: relative;
}

footer.app-footer .footer-menu__title:after {
    content: '';
    position: absolute;
    top: 50%;
    right: 25px;
    width: 10px;
    height: 10px;
    background: url("../img/arr2-icon.svg") 0 0 no-repeat;
    transition: -webkit-transform 0.3s;
    transition: transform 0.3s;
    transition: transform 0.3s, -webkit-transform 0.3s;
}

footer.app-footer .footer-menu__title.is-active-title:after {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}

footer.app-footer .footer-menu__nav {
    margin-right: 25px;
}

footer.app-footer .footer-menu__nav:last-child {
    margin-right: 0;
}

footer.app-footer .footer-menu__nav ul {
    list-style-type: none;
    padding-left: 0;
    margin-bottom: 0;
}

footer.app-footer .footer-menu__nav ul li {
    line-height: 17px;
    margin-bottom: 15px;
}

footer.app-footer .footer-menu__nav ul li a {
    font-size: 14px;
    color: #454545;
    font-weight: 400;
    line-height: 17px;
    letter-spacing: 0.005em;
    margin-bottom: 20px;
}

.popup-form-call__btn-backfooter.app-footer .btn-extra {
    color: #fff;
    font-weight: normal;
    border-color: #fff;
    min-width: 250px;
    padding-right: 20px;
    padding-left: 50px;
}

.popup-form-call__btn-backfooter.app-footer .btn-extra:hover {
    background-color: transparent;
}

.popup-form-call__btn-submitfooter.app-footer .btn-general {
    min-width: 320px;
}

.popup-form-message__btn-submitfooter.app-footer .btn-general {
    min-width: 100%;
}

footer.app-footer .subscribe-newsletter {
    width: 375px;
    max-width: 100%;
    padding-top: 50px;
    padding-right: 50px;
    padding-bottom: 45px;
    margin-right: 55px;
    border-right: 1px solid rgba(0, 0, 0, 0.12);
}

footer.app-footer .subscribe-newsletter__title {
    font-size: 21px;
    line-height: 34px;
    color: #3c424f;
    margin-bottom: 25px;
}

footer.app-footer .subscribe-newsletter__input {
    margin-bottom: 20px;
}

footer.app-footer .subscribe-newsletter__input input {
    width: 100%;
}

footer.app-footer .subscribe-newsletter__btn-subscribe {
    margin-bottom: 20px;
}

footer.app-footer .subscribe-newsletter__btn-subscribe:hover input {
    background-color: #43B02A;
    color: #fff;
}

footer.app-footer .subscribe-newsletter__btn-subscribe input {
    width: 100%;
    min-width: auto;
}

footer.app-footer .subscribe-newsletter__label {
    font-size: 13px;
    line-height: 21px;
    color: #3f4653;
    display: -ms-flexbox;
    display: flex;
}

footer.app-footer .subscribe-newsletter__label a {
    color: #43B02A;
    border-bottom: 1px dashed #43B02A !important;
}

footer.app-footer .subscribe-newsletter__label a:hover {
    text-decoration: none;
    border: none !important;
}

.ui-filter footer.app-footer .btn-general {
    margin-bottom: 15px;
    display: none;
}

.ui-filter footer.app-footer .btn-general.btn-extra {
    color: #3f4653;
    min-width: auto;
    width: 100%;
    border: 2px solid #dedede;
    transition: border-color 0.3s;
    display: block;
}

.ui-filter footer.app-footer .btn-general.btn-extra:hover {
    color: #f00;
    border-color: #f00;
    background-color: transparent;
}

.card-product__btn-orederfooter.app-footer .btn-general {
    min-width: 250px;
}

.card-product__btn-orederfooter.app-footer .btn-general.button {
    font-size: 12px;
    line-height: 16px;
    padding: 22px 20px 18px;
    border-radius: 3px;
    font-weight: 500;
}

.card-product__btn-calculatefooter.app-footer .btn-general {
    width: 310px;
    padding-top: 18px;
    margin-bottom: 19px;
}

.first-step__btn-downloadfooter.app-footer .btn-general:hover {
    color: #fff;
}

.first-step__btn-callfooter.app-footer .btn-extra {
    color: #fff;
    border: 1px solid rgba(255, 255, 255, 0.28);
}

.ui-filter--docs .ui-filter__inner footer.app-footer .btn-general.btn-show {
    margin-top: 15px;
}

.ui-filter--docs footer.app-footer .btn-general.btn-extra.btn-reset {
    display: block !important;
    margin-top: 35px;
}

.popup-video__btn-backfooter.app-footer .btn-extra {
    color: #fff;
    font-weight: normal;
    border-color: #fff;
    min-width: 250px;
    padding-right: 20px;
    padding-left: 50px;
}

.popup-video__btn-backfooter.app-footer .btn-extra:hover {
    background-color: transparent;
}

@media (min-width: 1280px) {
footer.app-footer .app-footer__contacts {
        -webkit-flex: 0 0 235px;
        -moz-flex: 0 0 235px;
        -ms-flex: 0 0 235px;
        -o-flex: 0 0 235px;
        flex: 0 0 235px;
        width: 235px;
        max-width: 235px;
    }
}

@media (min-width: 1024px) {
footer.app-footer .footer-menu__title:after {
        display: none;
    }
}

@media (max-width: 1279px) {
footer.app-footer .app-footer__inner {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

footer.app-footer .app-footer__menu {
        -ms-flex: 0 0 540px;
        flex: 0 0 540px;
        width: 540px;
        max-width: 540px;
        margin-right: 0;
    }

footer.app-footer .app-footer__contacts {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -ms-flex-align: center;
        align-items: center;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        width: 100%;
        padding-bottom: 50px;
    }

.card-product__btn-calculatefooter.app-footer .btn-general {
        width: auto;
    }
}

@media (max-width: 1183px) {
.card-product__btn-orederfooter.app-footer .btn-general {
        min-width: 280px;
        margin-bottom: 15px;
    }
}

@media (max-width: 1024px) {
.ui-filter footer.app-footer .btn-general {
        display: block;
        min-width: 264px;
    }
}

@media (max-width: 1023px) {
footer.app-footer .app-footer__menu {
        -ms-flex: none;
        flex: none;
        width: 100%;
        max-width: 100%;
        padding-top: 25px;
    }

footer.app-footer .footer-menu {
        -ms-flex-pack: distribute;
        justify-content: space-around;
    }

footer.app-footer .footer-menu__title {
        font-size: 20px;
        margin-bottom: 0;
    }

footer.app-footer .footer-menu__nav {
        width: 100%;
        border-bottom: 1px solid rgba(0, 0, 0, 0.12);
        padding-bottom: 20px;
    }

footer.app-footer .footer-menu__nav ul {
        display: none;
        margin-top: 20px;
    }

footer.app-footer .subscribe-newsletter {
        margin-right: 0;
        border-right: none;
        border-bottom: 1px solid rgba(0, 0, 0, 0.12);
    }
}

@media (max-width: 959px) {
.ui-filter footer.app-footer .btn-general {
        min-width: 100%;
    }
}

@media (max-width: 639px) {
footer.app-footer .app-footer__subscribe {
        margin-right: -15px;
        margin-left: -15px;
    }

footer.app-footer .app-footer__contacts {
        padding-top: 15px;
    }

footer.app-footer .footer-menu {
        display: block;
        width: auto;
        margin-right: -15px;
        margin-left: -15px;
    }

footer.app-footer .footer-menu__title:after {
        right: 5px;
    }

footer.app-footer .footer-menu__nav {
        margin-bottom: 20px;
        padding-right: 15px;
        padding-left: 15px;
    }

footer.app-footer .subscribe-newsletter {
        padding: 25px 15px 20px 15px;
        padding-right: 15px;
        padding-left: 15px;
        padding-bottom: 20px;
        width: 100%;
    }

footer.app-footer .subscribe-newsletter__title {
        font-size: 20px;
        line-height: 30px;
    }

.card-product__btn-orederfooter.app-footer .btn-general {
        min-width: 100%;
    }

.card-product__btn-calculatefooter.app-footer .btn-general {
        min-width: 100%;
    }
}

@media (max-width: 580px) {
.popup-form-call__btn-submitfooter.app-footer .btn-general {
        min-width: 100%;
    }
}

@media (max-width: 480px) {
.first-step__btn-downloadfooter.app-footer .btn-general {
        min-width: 100%;
    }

.first-step__btn-callfooter.app-footer .btn-extra {
        min-width: 100%;
    }
}

@media (max-width: 479px) {
footer.app-footer .app-footer__contacts {
        display: block;
        padding-bottom: 25px;
    }

footer.app-footer .app-footer__phone {
        text-align: left;
    }

footer.app-footer .app-footer__privacy-policy {
        margin-top: 20px;
    }

footer.app-footer .social-links {
        -ms-flex-pack: start;
        justify-content: flex-start;
    }
}

@media print {
footer.app-footer {
        display: none;
    }
}

footer.app-footer a {
    border-bottom: none;
}

footer.app-footer .app-footer__phone a span {
    font-size: 21px;
    color: #3f4653;
    line-height: 24px;
    display: inline-block;
}

footer.app-footer .app-footer__phone a b {
    font-weight: normal;
}

footer.app-footer .app-footer__phone a span b span {
    font-size: 21px;
    color: #3f4653;
    line-height: 24px;
    display: inline-block;
}

footer.app-footer .app-footer__contacts {
    text-align: right;
}

form#footer-form-subscrfooter.app-footer .subscribe-newsletter__form .subscribe-newsletter__privacy-policy>.subscribe-newsletter__label {
    position: static;
    top: auto;
    right: auto;
    font-size: 13px;
    line-height: 21px;
    color: #3f4653;
    display: -ms-flexbox;
    display: flex;
}

/* ECONEX shared footer palette and layout overrides */
footer.app-footer {
  margin-top: 0 !important;
  padding-top: 0 !important;
  color: #B9C3CE;
  background-color: #1F2F43;
}
footer.app-footer .app-footer__section {
  color: #B9C3CE;
  border-color: #405064;
  background-color: #1F2F43;
}
footer.app-footer .app-footer__copy {
  color: #B9C3CE;
  border-color: #405064;
  background-color: #192738;
}
footer.app-footer .footer-menu__title,
footer.app-footer .subscribe-newsletter__title,
footer.app-footer .app-footer__phone a { color: #FFFFFF; }
footer.app-footer a { color: #B9C3CE; }
footer.app-footer a:hover,
footer.app-footer a:focus { color: #43B02A; }
footer.app-footer .btn-general,
footer.app-footer .btn-extra,
footer.app-footer .app-footer__btn-call-back,
footer.app-footer input[type="submit"] {
  color: #43B02A;
  border-color: #43B02A;
  background-color: transparent;
}
footer.app-footer .btn-general:hover,
footer.app-footer .btn-general:focus,
footer.app-footer .btn-extra:hover,
footer.app-footer .btn-extra:focus,
footer.app-footer .app-footer__btn-call-back:hover,
footer.app-footer .app-footer__btn-call-back:focus,
footer.app-footer input[type="submit"]:hover,
footer.app-footer input[type="submit"]:focus {
  color: #FFFFFF;
  border-color: #378F23;
  background-color: #378F23;
}
footer.app-footer input[type="text"],
footer.app-footer input[type="email"],
footer.app-footer input[type="mail"] {
  color: #1F2F43;
  border-color: #DDE2E7;
  background-color: #FFFFFF;
}
footer.app-footer input[type="checkbox"] { accent-color: #43B02A; }
footer.app-footer .app-footer__inner,
footer.app-footer .app-footer__menu,
footer.app-footer .app-footer__contacts,
footer.app-footer .app-footer__copy,
footer.app-footer .footer-menu__nav,
footer.app-footer .subscribe-newsletter { border-color: #405064; }


/* Normalize legacy-page form styles inside the shared footer */
footer.app-footer,
footer.app-footer * {
  box-sizing: border-box;
  min-width: 0;
  min-height: 0;
}
footer.app-footer {
  font-size: 14px;
  line-height: 21px;
}
footer.app-footer input[name="EMAIL"] {
  display: inline-block;
  width: 100%;
  height: 56px;
  padding: 1px 20px;
  font-size: 17px;
  line-height: 27px;
  border: 1px solid #DDE2E7;
  border-radius: 3px;
  color: #1F2F43;
  background: #FFFFFF;
}
footer.app-footer .subscribe-newsletter__privacy-policy {
  position: static;
  display: block;
  width: 100%;
  height: auto;
  min-height: 0;
  margin: 0;
  padding: 0;
}
footer.app-footer .subscribe-newsletter__label {
  position: static !important;
  display: flex;
  align-items: flex-start;
  width: 100% !important;
  height: auto !important;
  margin: 0 0 8px;
  padding: 0;
  font-size: 13px;
  line-height: 21px !important;
  color: #B9C3CE;
}
footer.app-footer .subscribe-newsletter__label > input[type="checkbox"] {
  position: static !important;
  flex: 0 0 20px;
  width: 20px !important;
  height: 20px !important;
  margin: 1px 10px 0 0 !important;
}
footer.app-footer .subscribe-newsletter__label > .jq-checkbox {
  flex: 0 0 20px;
  width: 20px;
  height: 20px;
  margin: 1px 10px 0 0;
}
footer.app-footer .subscribe-newsletter__label > span {
  display: block;
  flex: 1 1 auto;
  line-height: 21px;
}
