@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;
}

[data-name="agree-thp"] .wpcf7-list-item {
    margin-bottom: 12px !important;
}

.thp-too span {
    font-size: 1.15em;
}

.thp-too-content {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100dvh;
    background: rgba(0, 0, 0, 0.3);
    z-index: 999999999;
    visibility: hidden;
    opacity: 0;
    transition: all 0.3s;
}

.thp-too-content.active {
    visibility: visible;
    opacity: 1;
}

.thp-too-content .thp-too-content-inner {
    position: absolute;
    top: 50%;
    left: 50%;
    width: calc(100% - 40px);
    max-width: 600px;
    text-align: center;
    border-radius: 5px;
    background: #fff;
    transform: translate(-50%, -50%);
    padding: 20px;
}

.thp-too-content .thp-too-content-inner .thp-too-content-inner-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid #cdcdcd;
    padding-bottom: 12px;
    margin-bottom: 12px;
}

.thp-too-content .thp-too-content-inner .thp-too-content-inner-header .thp-too-content-inner-header--heading {
    margin: 0;
}

.thp-too-content .thp-too-content-inner .thp-too-content-inner-header button {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    font-size: 20px;
    color: #000;
    background: none;
    border: 0;
    cursor: pointer;
    padding: 0;
    transition: color .3s ease !important;
}

.thp-too-content .thp-too-content-inner .thp-too-content-inner-header button:hover,
.thp-too-content .thp-too-content-inner .thp-too-content-inner-header button:focus {
    color: #ff0000;
    outline: none;
}

.thp-too-content .thp-too-content-inner .thp-too-content-inner-body {
    text-align: left;
}