.main-wrap__content .title {
    color: #0070B4;
}

.main-wrap__content ul li {
    max-width: 100%;
    width: 48%;
    margin-right: 0;
}

.main-wrap__content ul li:nth-child(1) {
    width: 100%;
    display: flex;
    align-items: flex-end;
    position: relative;
}

.main-wrap__content ul li:nth-child(1)::before {
    position: absolute;
    left: 0;
    top: 0;
}

.main-wrap__content ul li .price_regular {
    padding: 0 10px;
}

.main-wrap__content ul li .price_sale {
    font-size: 36px;
}

.btn {
    font-size: 18px;
    padding: 16px 15px;
    background-color: #8FBF21;
}


.btn:hover {
    background-color: #78a01b;
}

.btn-white {
    background-color: #fff;
}

.btn-white:hover {
    background-color: #dadada;
}

.main-wrap__content {
    max-width: 500px;
}

.request-wrap .right {
    max-width: 257px;
}

.request-wrap .left {
    max-width: 569px;
}

.request-wrap .left form {
    max-width: 500px;
}

.ttl {
    color: #0070B4;
}

.tech,
.make {
    background: #fff !important;
}

.why-wrap .left {
    max-width: 563px;
    color: #0070B4;
}

.why-wrap .left .text,
.why-wrap .left .alert {
    max-width: 430px;
}

.why-wrap .left .alert-icon {
    background-color: #0070B4;
}

.why-wrap .right .count {
    margin: 15px 0;
    color: #8C8C8C;
}

.why-wrap .right .btn {
    background-color: #0070B4;
}

.give-wrap__list .right .btn {
    background-color: #0070B4;
}

.give-wrap__list .right .btn:hover {
    background-color: #0063a0;
}

.reviews-wrap__more .btn {
    padding: 16px 30px;
    background-color: #59a5ff;
}

.reviews-wrap__more .btn:hover {
    background-color: #59A5FF;
}

.quiz-wrap__title {
    max-width: 640px;
}

.quiz-wrap__more {
    margin-top: 48px;
}

.quiz-wrap__more .btn {
    padding: 16px 30px;
}

.make-wrap .left .text ul li {
    margin-bottom: 10px;
    color: #5C5C5C;
}

.make-wrap .left .text ul {
    padding-left: 15px;
}

.make-wrap .left .more,
.make-wrap .left .flex-text {
    color: #0070B4;
}

.make-wrap .left .flex-text {
    max-width: 348px;
}

.make-wrap .left {
    max-width: 562px;
}

/* .circles-wrap .icon .icon-text {
    opacity: 1;
    visibility: visible;
    font-size: 14px;
}

.circles-wrap .icon-svg {
    background-color: #0070B4 !important;
}

.circles-wrap .icon-svg svg * {
    stroke: #fff;
}

.circles-wrap .text {
    color: #0070B4;
} */


.terms-wrap .btn {
    background-color: #0070B4;
    padding: 16px 30px;
}

.terms-wrap .btn:hover {
    background-color: #0063a0;
}

.doctor-wrap .right .more {
    color: #0070B4;
}

.doctor-wrap .right .btn {
    padding: 16px 30px;
}

.modal-wrap__title {
    max-width: 100%;
    color: #0070B4;
}

.footer {
    background-color: #0070B4;
}

.types-wrap__list .right ul .active {
    color: #0070B4;
}

@media (max-width: 768px) {
    .footer-wrap__meta--by {
        display: block !important;
        position: absolute;
        left: 0;
        bottom: 50px;
    }

    .footer-wrap {
        position: relative
    }
}