.compatibility_title {
    font-family: 'Helvetica', sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 24px;
    line-height: 28px;
    color: #000000;
}

.compatibility_form {
    display: flex;
}

.compatibility_subtitle {
    font-family: 'Helvetica', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 23px;
    color: #000000;
    padding: 13px 20px;
    background: #F4E9DF;

}

.compatibility_block {
    flex: 50%;
    display: flex;
    flex-direction: column;
}

.compatibility_left {
    border-right: 1px solid #000;
}

.compatibility_right label {
    padding-left: 30px !important;
    margin: 0 !important;
}

.compatibility_right.main-filter [type="checkbox"]:not(:checked)+label:not(.strict-label)::after,
.compatibility_right.main-filter [type="checkbox"]:checked+label:not(.strict-label)::after {
    top: 16px;
    left: 5px;
}

.compatibility_block label {
    font-family: 'Helvetica';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 18px;
    display: flex;
    align-items: center;
    color: #000000;
    padding: 13px 20px;
    border-top: 1px solid #000;
    cursor: pointer;
}

.compatibility_left label:last-child {
    border-bottom: 1px solid #000;
}

.form-wrapper {
    display: flex;
    flex-direction: column;
    height: calc(78vh - 80px);
}

.input-submit:after {
    content: "";
    border: solid #000000;
    border-width: 0 1px 1px 0;
    display: inline-block;
    padding: 3px;
    position: absolute;
    top: calc(50% + 5px);
    margin-top: -4px;
    right: 13px;
    transform: rotate(-45deg);
    transition: right 0.3s, width 0.3s ease;
}

.input-submit:before {
    content: "";
    width: 40px;
    height: 1px;
    background: black;
    position: absolute;
    top: calc(50% + 5px);
    margin-top: -1px;
    right: 13px;
    transition: right 0.3s, width 0.3s ease;
}

.input-submit:hover:after {
    right: 27px;
    padding: 5px;
    margin-top: -6px;
}

.input-submit:hover:before {
    right: 27px;
    width: 0px;
}

.checked::before {
    content: "\2713";
    display: block;
    position: absolute;
    top: 50%;
    right: 15px;
    transform: translate(-50%, -50%);
    font-size: 25px;
    color: #000;
}

.checked {
    background-color: #F4E9DF;
    position: relative;
}

.form_block__step-2 {
    padding-top: 47px;
}

.compatibility_type_form label {
    height: 352px;
    width: 256px;
    border: 1px solid black;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
}

.compatibility_type_form label span {
    display: block;
}

.compatibility_type_form {
    display: flex;
    justify-content: center;
    max-width: 766px;
    width: 100%;
    justify-content: space-between;
}

.review_choose_wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.step_3-choose-form:first-child {
    padding-top: 24px;
    margin-bottom: 16px;
}

.review-choose-window {
    width: 100%;
    height: auto;
    min-height: 30px;
    border: 1px solid #000000;
    position: relative;
    padding-right: 33px;
    cursor: pointer;
}

.step_3_form {
    /*max-width: 466px;*/
    width: 100%;
}

.mw466 {
    max-width: 466px;
}

.step_3-choose-form p {
    margin-bottom: 5px;
    text-transform: uppercase;
}

.step_3-choose-form .review-choose-action {
    position: absolute;
    top: calc(50% - 22px/2);
    right: 8px;
    font-size: 26px;
    cursor: pointer;
    font-weight: 200;
}

.step_3-choose-form .review-choose-input {
    width: 100%;
    height: 100%;
    text-transform: uppercase;
    line-height: 30px;
    padding-left: 10px;
}

.compatibility-result-filter-breadcrumb {
    justify-content: flex-start;
    gap: 15px;
}

.compare-help-icon {
    cursor: pointer;
}

.compare-help-modal {
    top: 0;
    position: absolute;
    z-index: 100;
    background: #fff;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

@media (max-width: 768px) {
    .compare-help-modal {
        height: 60vh;
        left: 0;
    }
    .compatibility_form.modal-active .compatibility_block{
        display:none;
    }
}

.compare-help-inner {
    text-transform: uppercase;
}

.compare-help-title {
    font-weight: bold;
    font-size: 20px;
    margin-bottom: 20px;
}

.compare-help-item {
    display: flex;
    gap: 12px;
}

.compare-help-item-icon-time {
    display: flex;
    align-items: center;
    position: relative;
}

.compare-help-item-icon-time img:last-child {
    position: absolute;
    left: -6px;
}

.compare-help-list {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.compare-help-info-icon {
    position: absolute;
    left: 10px;
    top: 20px;
}

.compare-help-close-icon {
    position: absolute;
    right: 10px;
    top: 20px;
    cursor: pointer;
}

.compatibility_form-compare-results {
    height: 100%;
    position: relative;
}

@media (max-width: 800px) {
    .mobile-hide {
        display: none !important;
    }

    .compare-help-inner {
        padding: 0 15px;
    }

    .compare-help-close-icon {
        top: auto;
        bottom: 20px;
        left: auto;
        right: 30px;
        transform: scale(.7);
    }
}

@media (min-width: 801px) {
    .compare-help-inactive {
        display: none !important;
    }
}

@media (max-width: 768px) {
    .compatibility_form {
        flex-direction: column;
    }

    .form-wrapper {
        justify-content: space-between;
    }

    .compatibility_type_form {
        flex-direction: column;
        max-width: unset;
        gap: 10px;
        align-items: center;
        justify-content: center;
    }

    .compatibility_type_form label {
        height: 100px;
        width: 100%;
        /* border: 1px solid black;
        cursor: pointer;
        display: flex;
        justify-content: center;
        align-items: center; */
    }

    .form_block__step-2 {
        padding-top: 10px;
    }
}

@media (max-width: 428px) {
    .compatibility_form {
        flex-direction: column;
    }

    .form-wrapper {
        justify-content: space-between;
    }

    .compatibility_type_form {
        flex-direction: column;
        max-width: unset;
        gap: 10px;
        align-items: center;
        justify-content: center;
    }

    .form_block__step-2 {
        padding-top: 10px;
    }
}

.care_compatibility_container {
    display: flex;
}

.care_compatibility_container .compatibility_subtitle {
    border-bottom: 1px solid #000;
    /* margin-bottom: 20px; */
}

.care_comp_items_block {
    padding: 0 20px;
}

.care_compatibility_container .step_3-choose-form {
    margin-bottom: 11px;
}

.care_compatibility_container .profile-buttons {
    align-self: flex-end;
    margin-bottom: 12px;
}

.care_compatibility_block {
    height: calc(100vh - 22vh - 62px);
    overflow-y: auto;
}

.care_comp_items_right_block {
    padding-right: 0;
}

.care_comp_items_right_block, .care_comp_items_left_block {
    display: flex;
    flex-direction: column;
    height: 100%;
    justify-content: space-between;
}

.care_compatibility_container .input-submit:after {
    top: calc(50%);
}

.care_compatibility_container .input-submit:before {
    top: calc(50%);
}

@media (max-width: 768px) {
    .care_compatibility_container {
        flex-direction: column;
    }

    .care_compatibility_block {
        height: 100%;
    }

    .compatibility_left {
        border: none;
    }

    /* .form-wrapper {
        height: 100%;
    } */

    .care_comp_items_right_block {
        padding: 0 20px;
    }
}

.result-choise-pair p {
    margin-bottom: 5px;
    text-transform: uppercase;
    position: relative;

}

.result-choise-pair.check_mark p:before {
    content: "\2713";
    position: absolute;
    top: 0;
    left: -25px;
    color: #000;
}

.result-choise-pair.circle_mark-blue p:before {
    content: url(/images/blue.svg);
    position: absolute;
    top: 0;
    left: -25px;
    color: #4563FF;
}

.result-choise-pair.circle_mark-orange p:before {
    content: url(/images/orange.svg);
    color: #FFAA05;
    position: absolute;
    top: 0;
    left: -25px;
}

.result-choise-pair.circle_mark p:before {
    content: "\25CB";
    position: absolute;
    top: 0;
    left: -25px;
    color: #000;
}

.result-choise-pair.mark-red p:before {
    content: "\00D7";
    color: #BE0202;
    position: absolute;
    top: 0;
    left: -25px;
}

.result_choose_pair_wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-top: 36px;
    font-family: 'Helvetica', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 18px;
    text-transform: uppercase;
    color: #000000;
}

.result-choce-items {
    margin-bottom: 40px;
}

.verdict_line {
    max-width: 489px;
    width: 100%;
    border-bottom: 1px solid #000;
    margin-bottom: 12px;
}

.verdikt_about_pair {
    margin-bottom: 40px;

}

.compatibility-submit_back-link {
    padding: 9px 18px;
    width: 169px;
    border: 1px solid black;
    text-align: end;
    align-self: flex-start;
    color: #000;
}

.compatibility-submit_back-link:hover {
    color: #000;
}

.compatibility-submit_back-link:before {
    content: "";
    width: 40px;
    height: 1px;
    background: black;
    position: absolute;
    top: calc(50% + 5px);
    margin-top: -4px;
    left: 20px;
    transition: right 0.3s, width 0.3s ease;
}

.compatibility-submit_back-link:after {
    content: "";
    border: solid #000000;
    border-width: 0 1px 1px 0;
    display: inline-block;
    padding: 3px;
    position: absolute;
    top: calc(50% + 5px);
    margin-top: -7px;
    left: 21px;
    transform: rotate(130deg);
    transition: right 0.3s, width 0.3s ease;
}

@media(max-width: 428px) {
    .verdikt_about_pair {
        padding: 10px;
        text-align: center;
    }
}

@media(max-width: 320px) {
    /* .result-choise-pair p {
        padding: 10px;
        padding-left: 30px;
    } */

    .result-choise-pair p:before {
        top: 11px;
        left: 5px;
    }
}

.care_result_undertitle,
.care_comp_result-p {
    text-transform: uppercase;
}

.care_comp_result-p {
    margin-bottom: 28px;
    position: relative;
}

.care_comp_result-p:last-child {
    margin-bottom: 0;
}

.care_result_items_block {
    padding: 27px 46px 32px;
    overflow: auto;
}

.care_result_undertitle {
    padding: 23px 0 0 20px;
    text-align: center;

}

.care_result_block {
    height: calc(100vh - 22vh - 98px);
    overflow-y: auto;
}

/* .check_mark:before {
    content: "\2713";
    display: block;
    position: absolute;
    top: 4px;
    left: -22px;
    font-size: 16px;
    line-height: .8;
    transition: all .2s;
    color: #000;
} */

.circle_mark:before {
    content: "\25CB";
    display: block;
    position: absolute;
    top: 4px;
    left: -22px;
    font-size: 16px;
    line-height: .8;
    transition: all .2s;
    color: #000;
}

.circle_mark-blue:before {
    content: url(/images/blue.svg);
    display: block;
    position: absolute;
    top: 4px;
    left: -22px;
    font-size: 16px;
    line-height: .8;
    transition: all .2s;
    color: #4563FF;
}

.circle_mark-orange:before {
    content: url(/images/orange.svg);
    color: #FFAA05;
    display: block;
    position: absolute;
    top: 4px;
    left: -22px;
    font-size: 16px;
    line-height: .8;
    transition: all .2s;
}

.mark-red:before {
    content: "\00D7";
    color: #BE0202;
    display: block;
    position: absolute;
    top: 3px;
    left: -22px;
    font-size: 22px;
    line-height: .8;
    transition: all .2s;
}

.care_result_underline {
    border-bottom: 1px solid black;
    margin-left: 20px;
    box-sizing: border-box;
}

.care_result_undertitle a {
    text-decoration: underline;
}

@media(max-width: 768px) {
    .compatibility_left.care_result_block {
        order: 2;
    }

    .care_result_undertitle {
        padding: 20px;
    }
}

/*Samsonov*/
.compatibility_title {
    font-family: 'Helvetica', sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 24px;
    line-height: 28px;
    color: #000000;
}

.compatibility_form {
    display: flex;
}

.compatibility_subtitle {
    font-family: 'Helvetica', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 23px;
    color: #000000;
    padding: 13px 20px;
    background: #F4E9DF;

}

.compatibility_block {
    flex: 50%;
    display: flex;
    flex-direction: column;
}

.compatibility_left {
    border-right: 1px solid #000;
}

.compatibility_right label {
    padding-left: 30px !important;
    margin: 0 !important;
}

.compatibility_right.main-filter [type="checkbox"]:not(:checked)+label:not(.strict-label)::after,
.compatibility_right.main-filter [type="checkbox"]:checked+label:not(.strict-label)::after {
    top: 16px;
    left: 5px;
}

.compatibility_block label {
    font-family: 'Helvetica';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 18px;
    display: flex;
    align-items: center;
    color: #000000;
    padding: 13px 20px;
    border-top: 1px solid #000;
    cursor: pointer;
}

.compatibility_left label:last-child {
    border-bottom: 1px solid #000;
}

.form-wrapper {
    display: flex;
    flex-direction: column;
    height: calc(78vh - 80px);
}

.input-submit:after {
    content: "";
    border: solid #000000;
    border-width: 0 1px 1px 0;
    display: inline-block;
    padding: 3px;
    position: absolute;
    top: calc(50% + 5px);
    margin-top: -4px;
    right: 13px;
    transform: rotate(-45deg);
    transition: right 0.3s, width 0.3s ease;
}

.input-submit:before {
    content: "";
    width: 40px;
    height: 1px;
    background: black;
    position: absolute;
    top: calc(50% + 5px);
    margin-top: -1px;
    right: 13px;
    transition: right 0.3s, width 0.3s ease;
}

.input-submit:hover:after {
    right: 27px;
    padding: 5px;
    margin-top: -6px;
}

.input-submit:hover:before {
    right: 27px;
    width: 0px;
}

.checked::before {
    content: "\2713";
    display: block;
    position: absolute;
    top: 50%;
    right: 15px;
    transform: translate(-50%, -50%);
    font-size: 25px;
    color: #000;
}

.checked {
    background-color: #F4E9DF;
    position: relative;
}

.form_block__step-2 {
    padding-top: 47px;
}

/* .compatibility_type_form label {
    height: 352px;
    width: 256px;
    border: 1px solid black;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
} */

.compatibility_type_form label span {
    display: block;
}

.compatibility_type_form {
    display: flex;
    justify-content: center;
    max-width: 766px;
    width: 100%;
    justify-content: space-between;
}

.review_choose_wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.step_3-choose-form:first-child {
    padding-top: 24px;
    margin-bottom: 16px;
}

.review-choose-window {
    max-width: 466px;
    width: 100%;
    height: auto;
    min-height: 30px;
    border: 1px solid #000000;
    position: relative;
    padding-right: 33px;
}

.step_3-choose-form p {
    margin-bottom: 5px;
    text-transform: uppercase;
}

.step_3-choose-form .review-choose-action {
    position: absolute;
    top: calc(50% - 22px/2);
    right: 8px;
    font-size: 26px;
    cursor: pointer;
    font-weight: 200;
}

.step_3-choose-form .review-choose-input {
    width: 100%;
    height: 100%;
    text-transform: uppercase;
    line-height: 30px;
    padding-left: 10px;
}

.search-mobile-subtitle {
    display: none;
}

.night-day-subtitle {
    text-transform: uppercase;
}

.compatibility_right .back-arrow-arrow {
    display: none;
}

.mobile-shevrone-img {
    display: none;
}

.compatibility-only-subscriber-info+.mobile-shevrone-img {
    display: none;
}

@media (max-width: 768px) {
    .mobile-shevrone-img {
        display: block;
    }

    .compatibility_form {
        flex-direction: column;
    }

    .form-wrapper {
        justify-content: space-between;
    }

    /* .compatibility_type_form {
        flex-direction: column;
        max-width: unset;
        gap: 10px;
        align-items: center;
        justify-content: center;
    } */

    .compatibility_type_form {
        flex-direction: column;
        max-width: unset;
        gap: 0;
        align-items: center;
        justify-content: flex-start;
        align-items: flex-start;
        padding: 0 22px;
    }

    .compatibility_type_form label {
        height: auto;
        width: 100%;
        border: none;
        border-bottom: 1px solid #000;
        padding: 22px 0;
        justify-content: space-between;
        /* border: 1px solid black; */
        /* cursor: pointer; */
        /* display: flex; */
        /* justify-content: center; */
        /* align-items: center; */
    }

    .form_block__step-2 {
        padding-top: 10px;
    }

    .container.profile-buttons {
        padding-right: 22px;
    }

    .step_3-choose-form {
        padding-right: 22px;
        padding-left: 22px;
    }

    #search-mobile-subtitle {
        display: block;
        font-size: 12px;
        margin: 10px 0;
        font-weight: Helvetica;
    }

    .night-care {
        border-top: 1px solid #000;
        margin-top: 25px;
    }

    .compatibility_form-compare-results .night-day-subtitle {
        font-size: 20px !important;
        /* text-transform: uppercase; */
    }

    .compatibility_left .night-day-subtitle {
        border-bottom: 1px solid #000;
    }

    .compatibility_right .night-day-subtitle {
        border-top: 1px solid #000;
        border-bottom: 1px solid #000;
    }

    .compatibility_left .back-arrow-arrow {
        display: none;
    }

    .compatibility_right .back-arrow-arrow {
        display: flex;
    }

    .result-choise-pair {
        max-width: 300px;
    }

    #choise-skin-title {
        color: #000;
        font-size: 12px;
        font-family: Helvetica;
        font-weight: 700;
    }

    /* #first-screen-care-form-wrapper {
        height: calc(100vh - 227px);
    } */

    /* .container.profile-buttons {
        position: absolute;
        bottom: 90px;
        right: 0;
    } */
    .form-wrapper {
        /* position: absolute; */
        /* padding-bottom: 100px;
        margin-bottom: 0; */
    }
    .care_comp_items_block .step_3-choose-form {
        padding-right: 0;
        padding-left: 0;
    }

}

@media (max-width: 428px) {
    .compatibility_form {
        flex-direction: column;
    }

    .form-wrapper {
        justify-content: space-between;
    }

    .form_block__step-2 {
        padding-top: 10px;
    }

    .product-item-list-col-2 {
        padding-right: 10px;
        padding-left: 10px;
    }

    .step_3-choose-form .review-choose-input {
        line-height: 29px;
        font-size: 12px;
    }

    .step_3-choose-form p {
        font-size: 12px;
    }

    .btn.btn-filter-submit {
        font-size: 12px;
    }

    .compatibility_form-compare-results {
        padding-right: 22px;
        padding-left: 22px;
    }

    .result-choce-items {
        padding-left: 20px;
        font-size: 12px;
    }

    .compatibility_form-compare-results * {
        font-size: 12px !important;
    }

    .compare-help-modal {
        margin-left: -22px;
    }

    .care-result .compare-help-modal {
        margin-left: 0;
    }

    .compare-help-close-icon {
        bottom: 5px;
    }

    .care-help-icon,
    .compare-help-icon {
        height: 24px;
        width: 24px;
    }
}

/*end Samsonov*/
.compatibility_content {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.product-compare-item {
    display: flex;
    align-items: center;
    position: relative;
    text-transform: uppercase;
}

.product-compare-type {
    padding-left: 25px;
    background-position: center center;
}

.product-compare-type:before {
    content: '';
    position: absolute;
    left: 0;
    top: 5px;
    display: block;
    width: 12px;
    height: 12px;
    background-size: contain;
    background-repeat: no-repeat;
}

.product-compare-type.product-compare-no:before {
    background-image: url("/compatibility/icons/no.svg");
}

.product-compare-type.product-compare-yes:before {
    background-image: url("/compatibility/icons/yes.svg");
}

.product-compare-type.product-compare-days:before {
    background-image: url("/compatibility/icons/days.svg");
}

.product-compare-type.product-compare-only-day:before {
    background-image: url("/compatibility/icons/day.svg");
}

.product-compare-type.product-compare-only-night:before {
    background-image: url("/compatibility/icons/night.svg");
}

.compatibility_content-compare {
    padding: 25px;
}

.compatibility_content-night {
    padding-left: 15px;
}

.compatibility_content-day {
    padding-right: 40px;
}

/* .compatibility_form-compare-results {
    height: 100%;
    position: relative;
} */

.compare-section-last-line {
    height: 1px;
    background: #000;
    width: 90%;
    margin: 30px 0;
}

.compare-section-results {
    text-transform: uppercase;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.compare-attention a {
    color: #ff0000;
}

.compare-section-results a {
    text-decoration: underline;
}

.care_compatibility_container {
    display: flex;
}

.care_compatibility_container .compatibility_subtitle {
    border-bottom: 1px solid #000;
    /* margin-bottom: 20px; */
}

.care_comp_items_block {
    padding: 0 20px;
}

.care_compatibility_container .step_3-choose-form {
    margin-bottom: 11px;
}

.care_compatibility_container .profile-buttons {
    align-self: flex-end;
    margin-bottom: 12px;
}

.care_compatibility_block {
    height: calc(100vh - 22vh - 62px);
    overflow-y: auto;
}

.care_comp_items_right_block {
    display: flex;
    flex-direction: column;
    height: 100%;
    justify-content: space-between;
    padding-right: 20px;
}

.care_compatibility_container .input-submit:after {
    top: calc(50%);
}

.care_compatibility_container .input-submit:before {
    top: calc(50%);
}

/* .smart-filter-checkbox-text::after {
    display: none;
} */
label.smart-filter-checkbox-text.form-check-label {
    padding: 10px !important;
    padding-right: 0 !important;
}

label.smart-filter-checkbox-text {
    min-height: 40px;
}

.main-filter .strict-group input+label.smart-filter-checkbox-text.form-check-label:after {
    top: 15px;
    left: 13px;
}

.main-filter .strict-group input:checked+label.smart-filter-checkbox-text.form-check-label:after {
    left: 28px;
}

@media (max-width: 768px) {
    .care_compatibility_container {
        flex-direction: column;
    }

    .care_compatibility_block {
        height: 100%;
    }

    .compatibility_left {
        border: none;
    }

    .form-wrapper {
        height: 100%;
    }

    .care_comp_items_right_block {
        padding: 0 20px;
    }

    .compatibility_content-compare {
        padding-right: unset;
        padding: 20px;
    }
}

.result-choise-pair p {
    margin-bottom: 5px;
    text-transform: uppercase;
    position: relative;

}

.result-choise-pair p:before {
    content: "\2713";
    position: absolute;
    top: 0;
    left: -25px;
    color: #000;
}

.result_choose_pair_wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-top: 36px;
    font-family: 'Helvetica', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 18px;
    text-transform: uppercase;
    color: #000000;
}

.result-choce-items {
    margin-bottom: 40px;
}

.verdict_line {
    max-width: 489px;
    width: 100%;
    border-bottom: 1px solid #000;
    margin-bottom: 12px;
}

.verdikt_about_pair {
    margin-bottom: 40px;

}

.compatibility-submit_back-link {
    padding: 9px 18px;
    width: 169px;
    border: 1px solid black;
    text-align: end;
    align-self: flex-start;
    color: #000;
}

.compatibility-submit_back-link:hover {
    color: #000;
}

.compatibility-submit_back-link:before {
    content: "";
    width: 40px;
    height: 1px;
    background: black;
    position: absolute;
    top: calc(50% + 5px);
    margin-top: -4px;
    left: 20px;
    transition: right 0.3s, width 0.3s ease;
}

.compatibility-submit_back-link:after {
    content: "";
    border: solid #000000;
    border-width: 0 1px 1px 0;
    display: inline-block;
    padding: 3px;
    position: absolute;
    top: calc(50% + 5px);
    margin-top: -7px;
    left: 21px;
    transform: rotate(130deg);
    transition: right 0.3s, width 0.3s ease;
}

@media(max-width: 428px) {
    .verdikt_about_pair {
        padding: 10px;
        text-align: center;
    }
}

@media(max-width: 320px) {
    /* .result-choise-pair p {
        padding: 10px;
        padding-left: 30px;
    } */

    .result-choise-pair p:before {
        top: 11px;
        left: 5px;
    }
}

.care_result_undertitle,
.care_comp_result-p {
    text-transform: uppercase;
}

.care_comp_result-p {
    margin-bottom: 28px;
    position: relative;
}

.care_comp_result-p:last-child {
    margin-bottom: 0;
}

.care_result_items_block {
    padding: 27px 46px 32px;
    overflow: auto;
}

.care_result_undertitle {
    padding: 23px 0 0 20px;
    text-align: center;

}

.care_result_block {
    height: calc(100vh - 22vh - 98px);
    overflow-y: auto;
}

/* .check_mark:before {
    content: "\2713";
    display: block;
    position: absolute;
    top: 4px;
    left: -22px;
    font-size: 16px;
    line-height: .8;
    transition: all .2s;
    color: #000;
} */

.circle_mark:before {
    content: "\25CB";
    display: block;
    position: absolute;
    top: 4px;
    left: -22px;
    font-size: 16px;
    line-height: .8;
    transition: all .2s;
    color: #000;
}

.circle_mark-blue:before {
    content: url(/images/blue.svg);
    display: block;
    position: absolute;
    top: 4px;
    left: -22px;
    font-size: 16px;
    line-height: .8;
    transition: all .2s;
    color: #4563FF;
}

.circle_mark-orange:before {
    content: url(/images/orange.svg);
    color: #FFAA05;
    display: block;
    position: absolute;
    top: 4px;
    left: -22px;
    font-size: 16px;
    line-height: .8;
    transition: all .2s;
}

.mark-red:before {
    content: "\00D7";
    color: #BE0202;
    display: block;
    position: absolute;
    top: 3;
    left: -22px;
    font-size: 22px;
    line-height: .8;
    transition: all .2s;
}

.care_result_underline {
    border-bottom: 1px solid black;
    margin-left: 20px;
    box-sizing: border-box;
}

.care_result_undertitle a {
    text-decoration: underline;
}

@media(max-width: 768px) {
    .compatibility_left.care_result_block {
        order: 2;
    }

    .care_result_undertitle {
        padding: 20px;
    }
}

.rewievs-wrap .container.row.bx-blue {
    position: relative;
}

.search-preloader {
    position: absolute;
    z-index: 1000;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(150, 150, 150, .5);
    background-image: url("/images/search-preloader.svg");
    background-repeat: no-repeat;
    background-position: center 100px;
}

.disabled-form label {
    color: silver;
    border-color: silver;
    position: relative;
    background: #fff !important;
    cursor: not-allowed;
    flex-direction: column;
}

.disabled-form label:after {
    content: '\e80d';
    font-family: 'Helvetica';
    position: absolute;
    bottom: 10px;
    right: 10px;
    font-size: 22px;
}

.compatibility-send-form-button.disabled::after,
.compatibility-send-form-button.disabled::before {
    content: none;
}

.compatibility-send-form-button.disabled {
    cursor: not-allowed;
}

.compatibility-send-form-button input:disabled {
    border-color: silver;
}

.compatibility-only-subscriber-info {
    padding: 10px;
    text-align: center;
}

.compatibility-only-subscriber-info u {
    cursor: pointer;
}

.product-item-modal {
    cursor: pointer;
}

.step_3-choose-form > p {
    display: inline-block;
}
.modal-wrapper .modal-select .reviews > div{
    padding-bottom: 100px;
}

.favorite-list-block {
    padding: 0 0 25px;
}

.favorite-list-title {
    padding: 0;
    margin-bottom: 15px;
    font-size: 20px;
    display: flex;
    gap: 10px;
    cursor: pointer;
}

.favorite-list-show-tumbler {
    display: block;
}

.favorite-list-title:not(.collapsed) .favorite-list-show-tumbler {
    transform: rotate(180deg);
}

.must-hidden {
    display: none !important;
}

.align-self-start {
    align-self: flex-start;
}

.compatibility-attention {
    position: absolute;
    left: 0;
    color: red;
    font-size: 20px;
    font-weight: bold;
}

#compatibility-footer-arrow {
    position: relative;
}

.compatibility-attention-2 {
    align-self: flex-end;
    color: red;
}

.compat-warning{
    margin: 50px 22px;
}
.compat-warning-b{
    font-weight: bold;
    margin-bottom: 50px;
}
@media screen and (min-width:768px){
    #search-mobile-subtitle{
        display:none;
    }
}


.nosub-form {
    width: 100%;
}
.nosub-choose-form:first-child {
    padding-top: 24px;
    margin-bottom: 16px;
}
.nosub-choose-form > p {
    display: inline-block;
    margin-bottom: 5px;
    text-transform: uppercase;
}
.nosub-choose-window {
    max-width: 466px;
    width: 100%;
    height: auto;
    min-height: 30px;
    border: 1px solid #000000;
    position: relative;
    padding-right: 33px;
    cursor: pointer;
}
.nosub-form .review-choose-input {
    width: 100%;
    height: 100%;
    text-transform: uppercase;
    line-height: 30px;
    padding-left: 10px;
}
.nosub-form .review-choose-action {
    position: absolute;
    top: calc(50% - 22px/2);
    right: 8px;
    font-size: 26px;
    cursor: pointer;
    font-weight: 200;
}
.subscribe-alert {
    padding: 0;
    opacity: 0;
    max-height: 0;
    visibility: hidden;
    transition: .2s ease-out;
}
.subscribe-alert a {
    transition: .2s ease-out;
}
.subscribe-alert.active {
    padding: 2rem;
    opacity: 1;
    max-height: 100%;
    visibility: visible;
}
@media (max-width: 768px) {
    .nosub-choose-form {
        padding-right: 22px;
        padding-left: 22px;
    }
}
.care_compatibility_container .nosub-choose-form {
    padding-top: 24px;
    margin-bottom: 11px;
}
@media (min-width: 769px) {
    .care_compatibility_block.fill {
        height: calc(100vh - 12vh);
    }
    .care_compatibility_block.fill .care_comp_items_right_block {
        justify-content: flex-start;
    }
}