footer [class*=col-] {
    padding-right: 0 !important;
    padding-left: 0 !important
}

footer .upper-footer {
    padding: 50px 0
}

footer .footer-product-logo {
    display: block
}

footer .footer-product-logo img {
    max-width: 250px;
    height: auto;
    filter: brightness(0) invert(1);
    opacity: 1;
    transition: opacity .3s ease
}

footer .footer-product-logo:hover img {
    opacity: .8
}

footer .np-row-mb {
    margin-bottom: 50px
}

footer .np-row-flex {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 80px
}

footer .np-row-flex.small-space {
    gap: 24px
}

footer .np-row-flex.big-space {
    gap: 200px
}

footer .np-row-flex.big-space .col-start {
    width: 50%
}

footer .np-row-flex.big-space .col-start .np-row-flex .np-col {
    width: calc(35.333% - 16px)
}

footer .np-row-flex.big-space .col-start .np-row-flex .np-col .footer-widget {
    list-style: none;
    padding: 0;
    margin: 0;
    width: 100%;
    height: auto
}

footer .np-row-flex.big-space .col-start .np-row-flex .np-col .footer-widget li {
    padding-bottom: 6px;
    border-bottom: 1px solid currentColor;
    font-weight: 500
}

footer .np-row-flex.big-space .col-start .np-row-flex .np-col .footer-widget li:not(:last-child) {
    margin-bottom: 6px
}

footer .np-row-flex.big-space .col-start .np-row-flex .np-col .footer-widget li .item-title {
    text-transform: uppercase
}

footer .np-row-flex.big-space .col-start .np-row-flex .np-col .footer-widget li a {
    display: block;
    width: 100%;
    height: auto;
    color: inherit;
    opacity: 1;
    transition: opacity .3s ease
}

footer .np-row-flex.big-space .col-start .np-row-flex .np-col .footer-widget li a:hover {
    opacity: .8
}

footer .np-row-flex.big-space .col-start .np-row-flex .np-col .footer-widget li img {
    width: auto;
    max-height: 16px;
    margin-left: 2px;
    user-select: none
}

footer .np-row-flex.big-space .col-end {
    width: calc(50% - 200px)
}

footer .widget-title {
    font-size: 16px !important;
    font-weight: 500 !important;
    text-transform: uppercase !important;
    padding-bottom: 6px;
    margin-bottom: 6px !important;
    border-bottom: 1px solid currentColor
}

footer .widget-desc {
    font-size: 15px;
    line-height: 1.5;
    margin-bottom: 16px
}

footer .w-full {
    width: 100%
}

footer .mb-16 {
    margin-bottom: 16px !important
}

footer form {
    width: 100%;
    height: auto
}

footer form input {
    font-size: 14px;
    line-height: 1.5;
    font-weight: 600
}

footer form input:focus {
    outline: none
}

footer form input[type=email] {
    appearance: none;
    width: calc(100% - 100px);
    height: auto;
    color: #121212;
    background: #fff;
    border: none;
    padding: 8px 12px;
    border-radius: 4px 0 0 4px;
    float: left
}

footer form input[type=submit] {
    appearance: none;
    width: 100px;
    background: #69a424;
    text-transform: uppercase;
    color: #fff;
    border: none;
    padding: 8px 15px;
    border-radius: 0 4px 4px 0;
    transition: background .3s ease;
    float: left
}

footer form input[type=submit]:hover {
    background: #ff8700
}

footer form .accept-box {
    width: 100%;
    display: flex;
    align-items: flex-start;
    margin-top: 16px
}

footer form .accept-box input[type=checkbox] {
    width: 20px;
    height: 20px;
    cursor: pointer
}

footer form .accept-box label {
    display: inline-block;
    font-size: 14px;
    line-height: 1.5;
    font-weight: 400;
    margin-left: 8px;
    cursor: pointer
}

footer .social-icons {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 16px;
    flex-wrap: wrap;
    margin-top: 24px
}

footer .social-icons a {
    display: block;
    opacity: 1;
    transition: opacity .3s ease
}

footer .social-icons a:hover {
    opacity: .8
}

footer .social-icons a img {
    width: 36px;
    height: 36px
}

footer .lower-footer {
    padding: 0 0 50px
}

footer .lower-footer .col-start {
    width: 78%
}

footer .lower-footer .col-end {
    width: calc(22% - 80px)
}

footer .logo-footer {
    max-width: 215px;
    height: auto
}

@media(max-width: 1399px) {
    footer .np-row-flex.big-space {
        gap:24px
    }

    footer .np-row-flex.big-space .col-start {
        width: 55%
    }

    footer .np-row-flex.big-space .col-end {
        width: calc(45% - 24px)
    }
}

@media(max-width: 1199px) {
    footer .np-row-flex.big-space {
        gap:50px 24px
    }

    footer .np-row-flex.big-space .col-start {
        width: 100%
    }

    footer .np-row-flex.big-space .col-end {
        width: 100%
    }

    footer .lower-footer .col-start {
        width: 70%
    }

    footer .lower-footer .col-end {
        width: calc(30% - 80px)
    }
}

@media(max-width: 960px) {
    footer .lower-footer {
        text-align:left
    }

    footer .lower-footer p {
        margin-bottom: 0 !important
    }
}

@media(max-width: 767px) {
    footer .footer-product-logo {
        text-align:center
    }

    footer .np-row-flex {
        gap: 24px
    }

    footer .np-row-flex.small-space {
        gap: 0
    }

    footer .np-row-flex.big-space .col-start .np-row-flex .np-col {
        width: 100%
    }

    footer .np-row-flex.big-space .col-start .np-row-flex .np-col .footer-widget li {
        margin-bottom: 6px
    }

    footer .lower-footer .col-start {
        width: 100%
    }

    footer .lower-footer .col-end {
        width: 100%
    }

    footer .lower-footer .footer-text {
        font-size: 14px;
        line-height: 1.5
    }
}

@media (max-width: 700px) {
    .exit-popup-bg,
    .exit-popup {
        display: none !important;
    }
}

.exit-popup-bg {
    display: none;
    background: rgba(0, 0, 0, .2);
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 99999999;
}

.exit-popup {
    display: none;
    width: 100%;
    max-width: 600px;
    min-height: 300px;
    border: 3px solid #990100;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: #fff;
    -webkit-box-shadow: 0 0 50px 15px rgba(166, 158, 166, 1);
    -moz-box-shadow: 0 0 50px 15px rgba(166, 158, 166, 1);
    box-shadow: 0 0 50px 15px rgba(166, 158, 166, 1);
    z-index: 999999999;
}

.exit-popup-close {
    position: absolute;
    top: 0;
    right: 5px;
    font-size: 32px;
    line-height: 25px;
    cursor: pointer;
    z-index: 100;
}

.exit-popup h1 {
    font-weight: bolder;
    color: #fff;
    line-height: 1.25;
    margin: 0;
    padding: 0;
}

.exit-popup-inner {
    position: relative;
    padding: 20px;
    min-height: 75%;
}

.exit-popup-corner {
    position: absolute;
    top: 0;
    right: 0;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 250px 250px 0;
    border-color: transparent #fffe01 transparent transparent;
    color: #ff0001;
    line-height: 1.1;
}

.exit-popup-corner-fullprice {
    position: relative;
    right: -75px;
    font-size: 40px;
    text-decoration: line-through;
}

.exit-popup-corner-price {
    position: relative;
    right: -140px;
    font-size: 70px;
    font-weight: bold;
}

.exit-popup-corner-price-smaller {
    right: -100px;
    font-size: 35px;
    margin-top: 10px;
}

.exit-popup-corner-price-xs {
    right: -80px !important;
    font-size: 30px !important;
    margin-top: 10px;
}

.exit-popup-corner-price-text {
    position: relative;
    right: -145px;
    width: 140px;
    font-size: 14px;
}

.exit-popup-corner-price-text-right {
    position: relative;
    right: -57px !important;
    width: 140px;
    text-align: right;
    margin-top: 10px;
}


.exit-popup-offer {
    text-align: center;
    line-height: 1;
}

.exit-popup-offer > img {
    width: auto;
    max-width: 450px;
    height: auto;
    max-height: 350px;
}

.exit-popup-offer-text-1 {
    margin-top: 10px;
    font-size: 36px;
}
.exit-popup-offer-text-2 {
    font-size: 42px;
    font-weight: bold;
}

.exit-popup-button {
    padding: 0.5em 0;
    margin: 0.2em 0;
}

.rules-list {
    list-style-type: none;
    counter-reset: item;
    margin: 0;
    padding: 0;
}

.rules-list > li {
    display: table;
    counter-increment: item;
    margin-bottom: 0.6em;
}

.rules-list > li:before {
    content: counters(item, ".") ". ";
    display: table-cell;
    padding-right: 0.6em;
}

li .rules-list > li {
    margin: 0;
}

li .rules-list > li:before {
    content: counters(item, ".") " ";
}

.rules-list ul {
    list-style-type: none;
}

.rules-list ul > li {
    text-indent: -13px;
}

.rules-list ul > li:before {
    content: "– ";
    text-indent: -14px;
}

.cookies-bar {
    display: none;
    align-items: center;
    justify-content: center;
    position: fixed;
    bottom: 0;
    width: 100vw;
    height: calc(100px + ((1vw - 3.2px) * -25));;
    min-height: 50px;
    max-height: 100px;
    font-size: 12px;
    font-weight: 300;
    line-height: 1;
    color: #525465;
    text-align: center;
    box-shadow: 0 0 10px 0 #e8e9e9;
    background: #fff;
    z-index: 1050;
}

.cookies-bar button {
    color: #000;
    font-size: 14px;
    font-weight: bold;
    line-height: 1;
    width: 52px;
    height: 30px;
    background: #e0e8e1;
    border-radius: 4px;
    margin: 0 25px;
    padding: .375rem .75rem;
}

.wpcf7-list-item {
    margin: 0 !important;
}

.wpcf7 .ajax-loader {
    display: none !important;
}


input[type="date"] {
    position: relative;
    -moz-appearance: initial !important;
}

input[type="date"]::before {
    content: attr(placeholder);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #fff;
    color: #6c757d;
    pointer-events: none;
    padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    border-radius: 0.3rem;
    word-break: break-all;
    overflow: hidden;
}

input[type="date"]::-webkit-calendar-picker-indicator {
    z-index: 1;
}

input[type="date"]:focus::before,
input[type="date"]:not([value=""])::before
{
    display: none;
}

tr.hide-border td {
    border-bottom: 0;
    padding-bottom: 0;
}

tr.hide-border + tr td {
    border-top: 0;
    padding-top: 0;
}

.morecontent span{display:none}
.morecontenta span{display:none}