#html-body .page-footer > .footer.content {
    border: none;
    padding-bottom: 0;
    padding-top: 10px;
    margin-top: 0;
    border-top: 1px solid #EFEFEF;;
}

#html-body .subscribe .actions {
    align-self: flex-end;
    order: 2;
    margin-left: 0;
    width: 1% !important;
}

#html-body .footer-links-block {
    background-image: url("../images/footer_background-opt-350.png");
}

#html-body .footer-links-block-inner {
    max-width: 1280px;
    margin: auto;
}

#html-body .footer-links-wrapper {
    display: flex;
    margin: auto;
    padding: 40px 20px 15px;
}

@media screen and (max-width: 899px) {
    #html-body .footer-links-wrapper {
        padding: 40px 15px 25px;
        display: flex;
        flex-direction: column;
    }
}

#html-body .footer-links-wrapper .logo img {
    display: none;
}

#html-body .footer-links-wrapper .logo {
    display: block;
    background-image: url('../images/footer_logo.png');
    height: 66px;
    background-size: cover;
}

#html-body .footer-links-inner {
    display: flex;
    margin-left: auto;
}

#html-body .footer-links-inner .footer-links:not(:last-child) {
    margin-right: 80px;
}

#html-body .footer-links-inner .footer-links:last-child {
    padding-right: 130px;
}

@media screen and (max-width: 899px) {
    #html-body .footer-links-inner {
        display: flex;
        flex-direction: column;
        margin: 0 0 0 0;
    }

    #html-body .footer.links {
        margin-bottom: 15px;
    }
}

#html-body .footer.links {
    padding: 0;
}

@media screen and (max-width: 1140px) {
    #html-body .footer-links-inner .footer-links:last-child {
        margin-right: 0;
    }
}

#html-body .footer.content .block {
    float: none;
    padding-top: 15px;
}

@media screen and (max-width: 899px) {
    #html-body .footer.content .block {
        padding-top: 0;
    }
}

#html-body #newsletter {
    height: 27px;
    padding-bottom: 13px;
    border-radius: 0;
}

#html-body #newsletter.mage-error {
    border-bottom: 1px solid #e02b27;
    border-radius: 0;
}

#html-body #newsletter .actions {
    padding-top: 10px;
}

#html-body #newsletter-error {
    font-size: 12px;
    line-height: 12px;
    margin-top: 4px;
}

#html-body .block.newsletter {
    margin-bottom: 0;
    width: 52%;
}

@media screen and (max-width: 899px) {
    #html-body .block.newsletter {
        width: 100%;
    }
}

#html-body .block.newsletter .action.subscribe {
    background: #9F91BB;
    border: none;
    border-radius: 0;
    width: 105px;
    height: 40px;
}

#html-body .block.newsletter .action.subscribe {
    font-family: 'CeraPro', sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 16px;
    color: #FFFFFF;
    margin-top: 10px;
}

#html-body .block.newsletter .action.subscribe:hover {
    background: #9381B7;
}

#html-body .subscription-wrapper .newsletter input {
    border: none;
    border-bottom: 1px solid #C2C2C2;;
    padding-left: 0;
    height: 40px;
}

#html-body .newsletter input:focus {
    box-shadow: none;
    border-bottom: 1px solid #9F91BB;
}

#html-body .newsletter {
    max-width: none;
}

#html-body .subscription-wrapper .newsletter input {
    width: 99%;
    margin-right: 8px;
    padding: 0 15px 0 0;
}

@media screen and (max-width: 899px) {
    #html-body .subscription-wrapper .newsletter input {
        width: 95%;
    }
}

#html-body .block.newsletter .field .control:before {
    content: '';
}

#html-body .block.newsletter .field .control {
    padding-top: 23px;
}

#html-body .subscription-wrapper {
    display: flex;
    align-items: flex-start;
}

@media screen and (max-width: 899px) {
    #html-body .subscription-wrapper {
        display: flex;
        flex-direction: column;
        padding-bottom: 24px;
    }
}

#html-body .subscription-wrapper .post-image {
    margin-left: auto;
    padding-right: 15px;
}

@media screen and (max-width: 899px) {
    #html-body .subscription-wrapper .post-image {
        display: none;
    }
}

#html-body .subscription {
    display: flex;
    align-items: center;
    padding-top: 15px;
}

@media screen and (max-width: 899px) {
    #html-body .subscription {
        width: 100%;
    }
}

#html-body .subscription-discount {
    font-size: 42px;
    line-height: 60px;
    margin-right: 14px;
}

#html-body .subscription-title {
    font-size: 14px;
    line-height: 20px;
    max-width: 230px;
    font-weight: 500;
    margin-right: 36px;
}

#html-body .logo-wrapper {
    display: flex;
    flex-direction: column;
    width: 305px;
}

@media screen and (max-width: 899px) {
    #html-body .logo-wrapper {
        margin-bottom: 20px;
    }
}

#html-body .logo-title {
    line-height: 18px;
    color: #ffffff;
}

#html-body .footer-links {
    color: #ffffff;
}

#html-body .footer-links-title {
    font-weight: 600;
    line-height: 20px;
    margin-bottom: 16px;
}

#html-body .footer-links-inner .footer-links {
    padding-top: 2px;
    padding-left: 0;
    color: #ffffff;
}

@media screen and (max-width: 1160px) {
    #html-body .footer-links-inner .footer-links {
        padding-left: 0;
    }

    #html-body .footer-links-inner .footer-links:last-child {
        padding-right: 0px;
    }
}

@media screen and (max-width: 999px) {
    #html-body .footer-links-inner .footer-links:not(:last-child) {
        margin-right: 20px;
        padding-left: 0;
    }
}

@media screen and (max-width: 899px) {
    #html-body .footer-links-inner .footer-links {
        margin-left: 0;
    }
}

#html-body .footer.links li {
    list-style-type: none;
    margin-bottom: 15px;
}

#html-body .footer.links li:last-child {
    margin-bottom: 0;
}

#html-body .footer.links a {
    margin-bottom: 14px;
    text-decoration: none;
    color: #ffffff;
    transition: 200ms;
}

#html-body .footer.links a:hover {

    box-shadow: inset 0 -11px 0 -10px #ffffff;
}

#html-body .footer.links li .item {
    margin-bottom: 15px;
}

#html-body .footer-contacts {
    display: block;
    width: 100%;
    background-color: #4B4B4C;
}

#html-body .footer-contacts a {
    transition: 200ms;
}

#html-body .footer-contacts .footer.content {
    display: flex;
    justify-content: space-between;
    border-top: none;
    margin-top: 0;
    padding-top: 20px;
    padding-bottom: 20px;
}

@media screen and (max-width: 899px) {
    #html-body .footer-contacts .footer.content {
        flex-direction: column;
        align-items: center;
        padding-top: 20px;
    }
}

#html-body .footer-contacts .social-link:not(:last-child) {
    margin-right: 11px;
}

#html-body .contacts-copyright {
    color: #FFFFFF;
}

#html-body .contacts-intensa {
    font-weight: 500;
    line-height: 16px;
    color: #FFFFFF;
}

@media screen and (max-width: 899px) {
    #html-body .footer .social-links {
        order: 0;
        margin-bottom: 20px;
    }

    #html-body .footer .contacts-copyright {
        order: 1;
        margin-bottom: 20px;
    }

    #html-body .footer .contacts-intensa {
        order: 2;
    }
}

.newsletter-term {
    display: flex;
    margin: 5px 0;
}

#html-body #newsletter-term {
    width: 13px;
    height: 16px;
}

#html-body .newsletter .label {
    position: initial;
    display: inline;
    opacity: 1;
    visibility: visible;
    width: auto;
    overflow: visible;
}

#html-body .newsletter .mage-error + .label {
    color: red;
}

/****Whatsapp_plugin****/
.floating-wpp {
    position: fixed;
    bottom: 15px;
    left: 15px;
    font-size: 14px;
    transition: bottom 0.2s;
	z-index:10;
}

.floating-wpp .floating-wpp-button {
    position: relative;
    border-radius: 50%;
    box-shadow: 1px 1px 4px rgba(60, 60, 60, 0.4);
    transition: box-shadow 0.2s;
    cursor: pointer;
    overflow: hidden;
}

.floating-wpp .floating-wpp-button img,
.floating-wpp .floating-wpp-button svg {
    position: absolute;
    width: 100%;
    height: auto;
    object-fit: cover;
    top: 50%;
    left: 50%;
    transform: translate3d(-50%, -50%, 0);
    border-radius: 50%;
}

.floating-wpp:hover {
    bottom: 17px;
}

.floating-wpp:hover .floating-wpp-button {
    box-shadow: 1px 2px 8px rgba(60, 60, 60, 0.4);
}

.floating-wpp .floating-wpp-popup {
    /*border: 2px solid white;*/
    border-radius: 6px;
    background-color: #E5DDD5;
    position: absolute;
    overflow: hidden;
    padding: 0;
    box-shadow: 1px 2px 8px rgba(60, 60, 60, 0.25);
    width: 0px;
    height: 0px;
    bottom: 0;
    opacity: 0;
    transition: bottom 0.1s ease-out, opacity 0.2s ease-out;
    transform-origin: bottom;
}

.floating-wpp .floating-wpp-popup.active {
    padding: 0 12px 12px 12px;
    width: 260px;
    height: auto;
    bottom: 82px;
    opacity: 1;
}

.floating-wpp .floating-wpp-popup .floating-wpp-message {
    background-color: white;
    padding: 8px;
    border-radius: 0px 5px 5px 5px;
    box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.15);
    opacity: 0;
    transition: opacity 0.2s;
}

.floating-wpp .floating-wpp-popup.active .floating-wpp-message {
    opacity: 1;
    transition-delay: 0.2s;
}

.floating-wpp .floating-wpp-popup .floating-wpp-head {
    text-align: right;
    color: white;
    margin: 0 -15px 10px -15px;
    padding: 6px 12px;
    display: flex;
    justify-content: space-between;
    cursor: pointer;
}

.floating-wpp .floating-wpp-input-message {
    background-color: white;
    margin: 10px -15px -15px -15px;
    padding: 0 15px;
    display: flex;
    align-items: center;
}

.floating-wpp .floating-wpp-input-message textarea {
    border: 1px solid #ccc;
    border-radius: 4px;
    box-shadow: none;
    padding: 8px;
    margin: 10px 0;
    width: 100%;
    max-width: 100%;
    font-family: inherit;
    font-size: inherit;
    resize: none;
}

.floating-wpp .floating-wpp-btn-send {
    margin-left: 12px;
    font-size: 0;
    cursor: pointer;
}

