.product-color,
.exit-popup-offer-text-2-stress {
    color: #04b3be;
}

.faq-item button,
.product-color-dark {
    color: #166778;
}

.arrow {
    border-left: 10px solid #04b3be;
}

.faq-item h2 {
    border-left: 3px solid #04b3be;
}

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

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

.product-color-border {
    border: 7px solid #04b3be;
}

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

.exit-popup-corner {
    border-right-color: #04b3be !important;
}

.btn-order {
    border: solid 1px #b9138a;
    background-color: #ff62c2;
    background-image: linear-gradient(to bottom, #ff62c2, #b9138a);
}

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

.red,
.bok-number,
.navbar-light .navbar-nav .nav-link.nav-link-green {
    color: #b9138a;
}

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

.product-color-icon,
.icon-check,
.list-checkbox li::before {
    /* generator: https://codepen.io/sosuke/pen/Pjoqqp */
    filter: invert(15%) sepia(95%) saturate(2906%) hue-rotate(301deg) brightness(101%) contrast(102%);
}

.what-is {
    color: #fff;
}

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

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

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

.exit-popup {
    background: #04b3be !important;
}

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

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

/* test */
.radio-button {
    opacity: 0;
    position: fixed;
    width: 0;
}

.radio-button + label {
    width: 65px;
    line-height: 50px;
    padding: 0;
    margin: 0;
    color: #fff;
    font-weight: bold;
    border: solid 1px #d3d7d6;
    border-radius: 10px;
    background-color: #d3d7d6;
    background-image: linear-gradient(to bottom, #d3d7d6, #666);
}

.banner-background {
    background-image: url("../../assets/img/FM_main_photo_2460x1384.jpg");
    background-repeat: no-repeat;
    background-position: center top;
    background-size: 100% auto;
    height: 65vw;
    max-height: 750px;
    color: #fff;
}

@media (max-width: 768px) {
    .product-background-color {
        background-color: #11b5bf;
    }
}

.banner-background-2 {
    background-image: url("../../assets/img/FM_main_knee_2460x1100.png");
}

@media (max-width: 768px) {
    .banner-background-2 {
        background-size: auto;
    }
}

@media (min-width: 769px) and (max-width: 992px) {
    .banner-background-2 > .row > div > div:first-child {
        max-width: 65%;
    }
}
.colored-list {
    padding-left: 20px;
}

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

.colored-list li::marker {
    font-weight: bold;
    color: #04b3be;
}

.circle-color:before {
    background-color: #04b3be;
}

.border-color-product {
    border-color: #04b3be;
}
