.kk-container {
    max-width: 1295px;
    margin: 42px auto 0;
}
.kk-container .highlight-head {
    background-color: #006fcf;
    font-size: 40px;
    font-weight: 700;
    line-height: 48px;
    text-align: left;
    padding: 25px 52px;
    color:white;
}

.kk-container .list-wrapper{
    display: flex;
    position: relative;
    min-height: 100vh;
}

.kk-container .list-wrapper .detail {
    width: 45%;
    position: absolute;
    left: 0;
    top: 30px;
    background-color: #F8F9FA;
    z-index: 1;
    padding: 27px 32px;
    display: none;
    max-height: calc(100% - 30px);
    overflow-y: auto;
}
body.kk_detail_open .kk-container .list-wrapper .detail {
    display: block;
}

.kk-container .list-wrapper .detail .close-detail {
    width: 24px;
    height: 24px;
    position: absolute;
    left: 0;
    top: 0;
    background-color: #1B2536;
    border-radius: 50%;
}

.kk-container .list-wrapper .detail .close-detail svg {
    width: 100%;
    height: 100%;
    fill: white;
}

.kk-container .list-wrapper .detail .pass_info {
    font-size: 20px;
    color: #008C1F;
    font-weight: 500;
    line-height: 24px;
    margin-bottom: 18px;
}
.kk-container .list-wrapper .detail .pass_text {
    display: none;
    font-weight: 500;
    font-size: 12px;
    line-height: 14px;
    color: #88898C;
    margin-bottom: 18px;
}
.kk-container .list-wrapper .detail .img-content {
    width: 277px;
    max-width: 50%;
    float: left;
}
.kk-container .list-wrapper .detail .img-content img {
    width: 100%;
}
.kk-container .list-wrapper .detail .text-content {
    float: right;
    width: calc(100% - 278px);
    min-width: 50%;
    padding-left: 20px;
}
.kk-container .list-wrapper .detail .text-content .title {
    font-size: 20px;
    font-weight: 700;
    line-height: 24px;
    color: #1B2536;
    margin: 0;
}
.kk-container .list-wrapper .detail .text-content .credit_info {
    font-size: 12px;
    font-weight: 700;
    line-height: 14px;
    color: #1274B8;
    margin-bottom: 10px;
    margin-top: 5px;
}
.kk-container .list-wrapper .detail .text-content .price {
    font-size: 12px;
    font-weight: 500;
    line-height: 14px;
    color: #1B2536;
    margin: 0;
}
.kk-container .list-wrapper .detail .text-content .price span {
    font-size: 16px;
    font-weight: 700;
    line-height: 36px;
}
.kk-container .list-wrapper .detail .text-content table {
    font-size: 12px;
    font-weight: 500;
    line-height: 14px;
    text-align: left;
    color: #88898C;
    margin: 0 auto !important;
}

.kk-container .list-wrapper .detail .text-content table tr {
    border: none !important;
    background-color: transparent !important;
}

.kk-container .list-wrapper .detail .text-content table tr th {
    font-weight: 700;
    color: #1B2536;
    padding: 0 10px 4px 0;
}
.kk-container .list-wrapper .detail .text-content table tr td {
    padding:0!important;
    font-size: 12px !important;
    font-weight: 500;
}

.kk-container .list-wrapper .detail .info_list {
    clear: left;
    display: flex;
    align-items: stretch;
    padding-top: 40px;
    width: 100%;
}
.kk-container .list-wrapper .detail .info_list .info {
    flex: 0 0 auto;
    width: 33.333%;
    color: #1B2536;
    padding: 0 16px 0 16px;
}
.kk-container .list-wrapper .detail .info_list .info + .info {
    border-left: 1px solid rgb(0 0 0 / 10%);
}
.kk-container .list-wrapper .detail .info_list .info h5 {
    font-size: 14px;
    font-weight: 700;
    line-height: 16px;
    margin-bottom: 12px;
}
.kk-container .list-wrapper .detail .info_list .info p {
    font-size: 12px;
    font-weight: 500;
    line-height: 14px;
    margin-bottom: 14px;
    color: #88898C;
    position: relative;
    padding-left: 16px;
}

.kk-container .list-wrapper .detail .info_list .info p:before {
    content: '';
    position: absolute;
    width: 9px;
    height: 4px;
    border: solid #1274B8;
    border-width: 0 0 1px 1px;
    transform: rotate(-45deg);
    left: 0;
    top: 3px;
}

.kk-container .list-wrapper .detail-buttons {
    display: none;
    padding: 15px;
    background: #006fcf;
    flex-direction: column;
    position: relative;
    align-items: flex-end;
}

.kk-container .list-wrapper .list-buttons {
    display: none;
    padding: 15px;
    background: #006fcf;
    text-align: center;
}

.kk-container .list-wrapper .detail-buttons button + button,
.kk-container .list-wrapper .list-buttons button + button
{
    margin-top: 10px;
}

.kk-container .list-wrapper .detail-buttons .btn-detail {
    padding: 8px 16px;
    border: 1px solid #006fcf;
    color: #006fcf;
    font-weight: 500;
    font-size: 15px;
    line-height: 18px;
    cursor: pointer;
}

.kk-container .list-wrapper .detail-buttons .btn-detail-highlight,
.kk-container .list-wrapper .list-buttons .btn-detail-highlight
{
    padding: 8px 16px;
    font-weight: 500;
    font-size: 15px;
    line-height: 18px;
    color: #006fcf;
    background: #ffffff;
    border: #ffffff;
    cursor: pointer;
    text-align: center;
}

.kk-container .list-wrapper .list-buttons .btn-detail-pass {
    color: #ffffff;
    border:1px solid #ffffff;
    background: #006fcf;
    padding: 8px 16px;
    font-weight: 500;
    font-size: 15px;
    line-height: 18px;
    cursor: pointer;
}

.kk-container .list-wrapper .detail-buttons .btn-detail-close {
    border: none;
    background: none;
    color: #88898C;
    cursor: pointer;
}

.kk-container .list{
    flex: 0 0 auto;
    width: 55%;
    padding: 16px;
}

.kk-container .list .info-text{
    font-size: 15px;
    line-height: 18px;
    color: #88898C;
    display: flex;
    justify-content: space-between;
    margin: 0 0 15px 0;
}

.kk-container .list .info-text p:first-child{
    font-size: 20px;
    font-weight: 700;
    line-height: 22px;
    color: #1b2536;
}

.kk-container .list  template {
    display: none;
}

.kk-container .card-list {
    counter-reset: section;
}

.kk-container .card-list .card {
    padding: 23px 0 13px;
    display: flex;
    margin-bottom: 10px;
    position: relative;
}

.kk-container .card-list .card:before {
    counter-increment: section;
    content: counter(section);
    background-color: #006fcf;
    width: 24px;
    height: 24px;
    border-radius: 50%;
    font-size: 15px;
    font-weight: 700;
    line-height: 24px;
    text-align: center;
    color:white;
    position: absolute;
    top: 0;
    left: 0;
}

.kk-container .card-list .card:hover {
    background-color: #F8F9FA;
}

.kk-container .card-list .card .img-content {
    padding: 0 16px
}

.kk-container .card-list .card .img-content img {
    width: 264px;
    /*max-height: 168px;*/
}

.kk-container .card-list .card .text-content {
    padding: 0 16px;
    flex: auto;
}

.kk-container .card-list .card .text-content .title {
    font-size: 18px;
    font-weight: 700;
    line-height: 22px;
    color: #1B2536;
    margin: 17px auto auto;
    width: 210px;
    max-width: 100%;
    text-align: center;
}

.kk-container .card-list .card .text-content .credit-info {
    font-size: 16px;
    font-weight: 700;
    line-height: 20px;
    color: #1274B8;
    margin: 10px 0 0;
    text-align: center;
}

.kk-container .card-list .card .text-content .buttons {
    margin-top: 55px;
    display: flex;
    justify-content: space-between;
}

.kk-container .card-list .card .text-content .buttons .fits-avg {
    cursor: pointer;
    padding: 8px 16px;
    border: 1px solid #006fcf;
    color: #08AB36;
    font-weight: 500;
    font-size: 15px;
    line-height: 18px;
    position: relative;
}

.kk-container .card-list .card .text-content .buttons .fits-avg:before {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    left: 0;
    top:0;
}

.kk-container .card-list .card .text-content .buttons .fits-avg svg,
.kk-container .list-wrapper .list-buttons .btn-detail-pass svg
{
    vertical-align: top;
}

.kk-container .card-list .card .text-content .buttons .btn-apply {
    padding: 8px 16px;
    font-weight: 500;
    font-size: 15px;
    line-height: 18px;
    color: #FFFFFF;
    background: #006fcf;
    border: 1px solid #006fcf;
    cursor: pointer;
    margin-left: 15px;
}

.kk-container .filter{
    flex: 0 0 auto;
    width: 45%;
    padding-top: 44px;
}

.kk-container .filter .collapsable {
    background-color: #EFF0F1;
}

.kk-container .filter .collapsable .head {
    background-color: #D7D8D9;
    font-size: 28px;
    font-weight: 700;
    line-height: 34px;
    padding: 16px 32px;
    position: relative;
    color: #1B2536;
    border: 1px solid #EFF0F1;
}

.kk-container .filter .collapsable .head:before {
    content: '';
    width: 18px;
    height: 2px;
    display: block;
    position: absolute;
    background: #1B2536;
    right: 32px;
    top: calc(50% - 1px);
}

.kk-container .filter .collapsable:not(.open) .head:after {
    content: '';
    width: 2px;
    height: 18px;
    display: block;
    position: absolute;
    background: #1B2536;
    right: calc(32px + 8px);
    top: calc(50% - 9px);
}

.kk-container .filter .collapsable .content {
    padding: 0 32px;
    max-height: 0;
    overflow: hidden;
    transition: all 0.5s ease-in-out;
}

.kk-container .filter .collapsable.open .content {
    padding: 32px;
    max-height: 10000px;
}

.kk-container .filter .collapsable .content .item {}

.kk-container .filter .collapsable .content .item p b {
    font-size: 21px;
    font-weight: 700;
    line-height: 25px;
    color: #1B2536;
    margin-bottom: 8px;
}

.kk-container .filter .collapsable .content .item span {

}

.kk-container .filter .collapsable .content .item span + span.more {
    font-weight: 700;
    position: absolute;
    bottom: 0;
    right: 0;
    background: #eff0f1;
    padding-left: 5px;
}

.kk-container .filter .collapsable .content .item span + span.more small {
    font-weight: inherit;
    font-size: inherit;
}

.kk-container .filter .collapsable .content .item span + span.more small:not(:first-of-type) {
    display: initial;
}

.kk-container .filter .collapsable .content .item span + span.more small:first-of-type {
    display: none;
}

.kk-container .filter .collapsable .content .item p + p {
    font-size: 12px;
    font-weight: 400;
    line-height: 15px;
    margin-top: 8px;
    max-height: 15px;
    overflow: hidden;
    position: relative;
}

.kk-container .filter .collapsable .content .item p + p.show {
    max-height: none;
    overflow: unset;
}

.kk-container .filter .collapsable .content .item p + p.show span + span.more {
    position: relative;
}

.kk-container .filter .collapsable .content .item p + p.show span + span.more small:not(:first-of-type) {
    display: none;
}

.kk-container .filter .collapsable .content .item p + p.show span + span.more small:first-of-type {
    display: initial;
}

.kk-container .filter .collapsable .content .item a {
    font-size: 12px;
    font-weight: 600;
    line-height: 15px;
    color: inherit;
}

.kk-container .filter .collapsable .content .item .range {
    margin: 15px 0;
}

.kk-container .filter .collapsable .content .item .range input {
    width: 100%;
}

.kk-container .filter .collapsable .content .item .range .context {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}

.kk-container .filter .collapsable .content .item .range .context span {
    font-size: 15px;
    font-weight: 400;
    line-height: 18px;
    color:#1B2536;
    text-align: center;
    min-width: 30%;
}
.kk-container .filter .collapsable .content .item .range .context span:first-child {
    text-align: left;
}
.kk-container .filter .collapsable .content .item .range .context span:last-child {
    text-align: right;
}


.kk-container .card-list.owl-theme .owl-dots {
    counter-reset: dots;
}

.kk-container .card-list.owl-theme .owl-dots .owl-dot>span {
    width: 16px;
    height: 16px;
    color: #006fcf;
    font-size: 10px;
    font-weight: 700;
    line-height: 15px;
    text-align: center;
}

.kk-container .card-list.owl-theme .owl-dots .owl-dot.active>span {
    background-color: #006fcf;
    color: white;
}

.kk-container .card-list.owl-theme .owl-dots .owl-dot>span:before {
    counter-increment:dots;
    content: counter(dots);
}

.kk-container .reset-filter {
    cursor: pointer;
    margin: 0;
}

.kk-container .list-wrapper .detail > .detail-buttons {
    display: flex;
    background: none;
    padding-bottom: 0;
}

.kk-container .list-wrapper .detail > .detail-buttons .btn-detail-highlight {
    color: #ffffff;
    background: #006fcf;
    border: #006fcf;
}

/*.list-wrapper .detail > .button-content {
    display: none;
    z-index: 2;
    position: sticky;
    top: 0;
    right: 0;
    font-size: 10px;
    line-height: 12px;
    color: #1B2536;
    font-weight: 700;
    text-decoration: underline;
    text-align: right;
}*/
/*.list-wrapper .detail > .button-content .btn-detail-close {
    position: absolute;
    right: -20px;
    z-index: 2;
    top: -35px;
}*/

.kk-container .list-wrapper .detail .sup-info,
.kk-container .list-wrapper .detail .sup-info > * {
    color: #88898C;
    font-size: 12px;
    line-height: 14px;
    margin-top: 25px;
}

@media (max-width: 768px) {
    body.kk_detail_open {
        max-height: 100vh;
        /*overflow: hidden;*/
    }

    .kk-container {
        margin-top:0;
    }

    .kk-container .highlight-head {
        text-align: center;
        background-color: #88898C;
        font-size: 20px;
        line-height: 24px;
        padding: 25px;
        height: 77px;
    }

    .kk-container .card-list.without-filter {
        display: none;
    }

    .kk-container .card-list .card .text-content .credit-info {
        font-size: 13px;
        line-height: 16px;
    }

    .kk-container .list-wrapper {
        justify-content: flex-end;
        flex-direction: column-reverse;
        min-height: auto;
        height: calc(120vh - 77px);
    }

    .kk-container .filter {
        padding-top: 10px;
        flex: auto !important;
        overflow: auto;
    }

    .kk-container .filter, .kk-container .list {
        width: 100%;
        flex: 0 0 auto;
        padding: 0;
    }

    .kk-container .list {
        padding-top: 16px;
    }

    .kk-container .card-list .card {
        flex-direction: column;
        margin-bottom: 0;
        align-items: center;
        padding: 0;
        max-width: 70vw;
    }

    .kk-container .list .info-text {
        justify-content: center;
    }

    .kk-container .list .info-text .result-count {
        display: none;
    }

    .kk-container .card-list .card:before {
        display: none;
    }

    .kk-container .card-list .card .img-content {
        padding: 0;
    }

    .kk-container .card-list .card .img-content img {
        width: 45vw;
        /*max-width: 220px;*/
        /*max-height: 142px;*/
    }

    .kk-container .card-list .card .text-content .buttons .btn-apply {
        display: none;
    }

    .kk-container .card-list .card .text-content .buttons {
        justify-content: center;
        margin-top: 0;
    }

    body.kk_detail_open .kk-container .list-wrapper .filter {
        display: none;
    }

    body.kk_detail_open .kk-container .list-wrapper .detail-buttons {
        display: flex;
        align-items: center;
    }

    .kk-container .list-wrapper .list-buttons
    {
        display: block;
    }

    body.kk_detail_open .kk-container .list-wrapper .list-buttons
    {
        display: none;
    }

    .kk-container .card-list .card .text-content .buttons .fits-avg {
        border: none;
        /*font-family: 'Inter';*/
        font-style: normal;
        font-weight: 600;
        font-size: 18px;
        line-height: 20px;
        text-align: center;
        text-decoration-line: underline;
        /*max-width: 116px;*/
        color: #008C1F;

    }
    .kk-container .card-list .card .text-content .buttons .fits-avg svg {
        display: none;
    }

    .kk-container .list-wrapper .detail {
        position: relative;
        width: 100%;
        box-shadow: 0px -4px 5px rgba(0, 0, 0, 0.1);
        border-radius: 0px;
        z-index: 5;
        top: auto;
        bottom: auto;
        overflow: auto;
        padding: 0;
        flex: auto;
    }

    .kk-container .list-wrapper .detail .close-detail svg {
        display: none;
    }

    /*.list-wrapper .detail:before {
        content: '';
        position: absolute;
        width: 50px;
        height: 4px;
        border-radius: 2px;
        left: calc(50% - 25px);
        top: 20px;
        background: #000000;
    }*/

    .kk-container .list-wrapper .detail .info_list {
        flex-direction: column;
        box-shadow: 0px -4px 5px rgba(0, 0, 0, 0.1);
    }

    .kk-container .list-wrapper .detail .info_list .info{
        width: 100%;
    }

    .kk-container .list-wrapper .detail .info_list .info + .info{
        border-left: none;
        padding-top: 30px;
    }
    .kk-container .list-wrapper .detail .info_list .info h5 {
        text-align: center;
    }
    /*.list-wrapper .detail .info_list .info p {
        width: 48%;
        display: inline-block;
        vertical-align: top;
    }*/
    .kk-container .list-wrapper .detail .info-content,
    .kk-container .list-wrapper .detail .text-content .title,
    .kk-container .list-wrapper .detail .text-content .credit_info
    {
        display: none;
    }
    .kk-container .list-wrapper .detail .info-content{
        float: left;
        width: 40%;
    }
    .kk-container .list-wrapper .detail .text-content
    {
        padding-left: 12px;
        width: 100%;
        min-width: 100%;
        float: none;
        text-align: center;
        margin: 0 auto;
    }
    .kk-container .list-wrapper .detail .text-content .price span {
        /*font-size: 24px;*/
        line-height: 28px;
        white-space: nowrap;
    }
    .kk-container .list-wrapper .detail > .detail-buttons {
        display: none !important;
    }

    .kk-container .list-wrapper .detail .text-content table {
        font-size: 12px;
        line-height: 12px;
    }
    .kk-container .list-wrapper .detail .pass_info {
        font-size: 16px;
        line-height: 19px;
    }

    /*.list-wrapper .detail > .button-content {
        display: block;
    }*/

    .kk-container .list-wrapper .detail-buttons .btn-detail-highlight {
        min-width: 60%;
        margin-top: 21px;
    }

    .kk-container .list-wrapper .detail .info_list .info p {
        font-size: 12px !important;
    }

    .kk-container .list-wrapper .detail .text-content .price {
        margin: 0 15px;
    }
    .kk-container .list-wrapper .detail .text-content,
    .kk-container .list-wrapper .detail .info_list {
        padding: 20px 37px;
    }

    .kk-container .list-wrapper .detail-buttons .btn-detail-close {
        text-decoration: underline;
        text-align: right;
        cursor: pointer;
        color: #FFFFFF;
        background: transparent !important;
        padding: 9px 18px;
        position: absolute;
        left: 0;
        top: 0;
        font-style: normal;
        font-weight: 400;
        font-size: 12px;
        line-height: 14px;
        text-transform: none;
        letter-spacing: normal;
        margin-top: 0;
    }

    .kk-container .list-wrapper .detail .sup-info {
        padding: 0 37px;
    }
}


.kk-container input[type="range"] {
    -webkit-appearance: none;
    width: 100%;
    height: 5px;
    background: white;
    box-shadow: inset 0px 4px 4px rgba(0, 0, 0, 0.1);
    outline: none;
    -webkit-transition: .2s;
    transition: opacity .2s;
    padding: 6px 0 0 0;
    margin-bottom: 20px;
    opacity: 1;
}

.kk-container input[type="range"]::-webkit-slider-thumb {
    -webkit-appearance: none;
    appearance: none;
    width: 29px;
    height: 39px;
    background:url("https://amex.up.insights.amex.cntflt.dev/images/kk/range-dot.png") no-repeat center;
    background-size: cover;
    cursor: pointer;
    border:none;
    outline: none;
}

.kk-container input[type="range"]::-moz-range-thumb {
    width: 29px;
    height: 39px;
    background:url("https://amex.up.insights.amex.cntflt.dev/images/kk/range-dot.png") no-repeat center;
    background-size: cover;
    cursor: pointer;
    border:none;
    outline: none;
}