.product-color {
    color: #0aa0e6;
}

.faq-item button,
.product-color-dark,
.navbar-light .navbar-nav .nav-link,
.exit-popup-offer-text-1 {
    color: #004e9e;
}

.navbar-light .navbar-nav .nav-link:hover {
    color: #0aa0e6;
}

.arrow {
    border-left: 10px solid #0aa0e6;
}

.faq-item h2 {
    border-left: 3px solid #0aa0e6;
}

.product-background,
.testimonial-box {
    background: #c0e1e6;
    color: #000;
}

@media (min-width: 992px) {
    .testimonial-box {
        min-height: 335px;
    }
}

.product-color-border {
    border: 7px solid #0aa0e6;
}

.product-color-bg,
.faq-item button:hover,
.faq-item button[aria-expanded="true"] {
    background: #0aa0e6;
}

.exit-popup-corner {
    border-right-color: #004e9e !important;
}

.btn-order.btn-order-colored {
    color: #004e9e;
    border: solid 1px #fab400;
    background-color: #ffff00;
    background-image: linear-gradient(to bottom, #ffff00, #fab400);
}

.btn-order.btn-order-colored:hover,
.radio-button:checked + label {
    border: solid 1px #ffc121;
    background-color: #ffff26;
    background-image: linear-gradient(to bottom, #ffff26, #ffc121);
}

.red,
.bok-number,
.exit-popup-offer-text-2,
.navbar-light .navbar-nav .nav-link.nav-link-green {
    color: #d70050;
}

.navbar-light .navbar-nav .nav-link.nav-link-green:hover {
    color: #ff0461;
}

.product-color-icon,
.icon-check,
.list-checkbox li::before {
    /* generator: https://codepen.io/sosuke/pen/Pjoqqp */
    filter: invert(10%) sepia(99%) saturate(7355%) hue-rotate(333deg) brightness(84%) contrast(101%);
}

.what-is {
    color: #fff;
}

.customer-service {
    background-color: #d0ebeb;
}

.footer-bg {
    background-color: #00509e;
    color: #fff;
}

.copyright-bg {
    background-color: #0c2c69;
    color: #fff;
}

.exit-popup {
    background: #004e9e !important;
}

.exit-popup-inner {
    background: #fff !important;
}

.exit-popup-close {
    color: #fff;
}

.banner-background {
    background-image: url("../../assets/img/OMJ_main_photo_2460x1384.jpg");
    background-color: #0b7497;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 100% auto;
    height: 45vw;
    min-height: 250px;
    max-height: 750px;
    color: #fff;
}

.colored-list {
    padding-left: 20px;
}

.colored-list li {
    margin-bottom: 10px;
}

.colored-list li::marker {
    font-weight: bold;
    color: #0aa0e6;
}

.rating {
    width: calc(45px * 5);
    height: 45px;
    background:
            url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="45" height="45" viewBox="-40 -40 80 80"><path fill="transparent" stroke="%23fcb900" stroke-width="2"  d="M 0.000 20.000 L 23.511 32.361 L 19.021 6.180 L 38.042 -12.361 L 11.756 -16.180 L 0.000 -40.000 L -11.756 -16.180 L -38.042 -12.361 L -19.021 6.180 L -23.511 32.361 L 0.000 20.000 "/></svg>');
    position: relative;
}

.rating:before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: calc(45px * var(--r,1));
    background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="45" height="45" viewBox="-40 -40 80 80"><path fill="%23fcb900" stroke="%23fcb900" stroke-width="2"  d="M 0.000 20.000 L 23.511 32.361 L 19.021 6.180 L 38.042 -12.361 L 11.756 -16.180 L 0.000 -40.000 L -11.756 -16.180 L -38.042 -12.361 L -19.021 6.180 L -23.511 32.361 L 0.000 20.000 "/></svg>');
}


.offer-perks {
    flex-flow: column;
}

.offer-perks .col {
    display: flex;
    margin-top: 5px;
}
.offer-perks .col .icon-desc {
    max-width: 250px;
}
.offer-perks .col .icon-check {
    width: 40px;
}

.exit-popup-offer-text-1 {
    font-size: 28px !important;
}

.fira-sans {
    font-family: 'Fira Sans', sans-serif;
    font-style: italic;
}

.circle-color:before {
    background-color: #0aa0e6;
}

.border-color-product {
    border-color: #0aa0e6;
}

@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(200px + ((1vw - 3.2px) * -25));;
    min-height: 50px;
    max-height: 120px;
    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;
}

.morecontent span{display:none}
.morecontenta span{display:none}
.wpcf7-not-valid-tip,
.screen-reader-response {
    display: none;
}
.wpcf7-list-item {
    margin: 0 !important;
}
.wpcf7 .ajax-loader {
    display: none !important;
}

.wpcf7 .wpcf7-form .wpcf7-mail-sent-ok { 
    display: none !important; 
}

div.wpcf7-response-output, div.wpcf7-validation-errors { display: none !important; }
span.wpcf7-not-valid-tip { display: none; }   