.top_detailed {
    display: flex;
    flex-direction: column;
    row-gap: 20px;
    margin-bottom: 30px;
}

.top_detailed .top_list_datailed_content.is-sticky {
    position: sticky;
}

.top_detailed .top_list_detailed_item {
    display: flex;
    flex-direction: column;
    gap: 30px;
}

.top_detailed .top_list_datailed_content {
    display: flex;
    padding: 30px 25px 10px 25px;
    position: relative;
}

.top_list_detailed_item:has(.open) .top_list_datailed_content {
    top: 0px;
    background-color: white;
    border-radius: 20px;
    box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.12);
    z-index: 2;
}

.top_detailed .top_list_detailed_item {
    width: 100%;
    display: flex;
    gap: 5px 45px;
    box-shadow: 0 0 13px 0 rgba(97, 169, 234, 0.5);
    border-radius: 20px;
    background-color: #ffffff;
    position: relative;
    column-gap: 33px;
}

.top_detailed .left_part {
    flex: 1.2857 1 0;
    display: flex;
    gap: 5px 33px;
    align-items: center;
}

.top_detailed .right_part {
    flex: 1 1 0;
    display: flex;
}

.top_detailed .top_list_tab_content_item_count {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    font-weight: 700;
    position: absolute;
    border-radius: 20px 0 20px 0;
    top: 0;
    left: 0;
    background-color: #ecf6ff;
    width: 55px;
    height: 28px;
    color: #003668;
}

.top_detailed .top_list_tab_content_item_label {
    color: #61a9ea;
    font-size: 12px;
    line-height: 16px;
    font-weight: 400;
}

.top_detailed .top_list_tab_content_item_rating_wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.top_detailed .top_list_tab_content_item_rating {
    background-color: #ecf6ff;
    padding: 5px 10px;
    border-radius: 12px;
    color: #000000;
    font-size: 14px;
    font-weight: 700;
    margin-bottom: 10px;
}

.top_detailed .top_list_features {
    display: flex;
    flex-direction: column;
    font-size: 15px;
    font-weight: 400;
    color: #000000;
    margin-left: 30px;
}

.top_detailed .top_list_features > li {
    list-style: disc;
    font-size: 15px;
    font-weight: 400;
}

.top_detailed .top_list_tabs {
    display: flex;
    gap: 15px;
    margin-bottom: 20px;
}

.top_detailed .top_list_button {
    background-color: #ecf6ff;
    padding: 6px 30px;
    color: #000000;
    font-size: 14px;
    font-weight: 400;
    cursor: pointer;
    border-radius: 25px 0 25px 0;
}

.top_detailed .top_list_content {
    display: flex;
    flex-direction: column;
}

.top_detailed .top_list_tab_content_item_button {
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 12px;
    align-items: center;
    margin-left: auto;
}

.top_detailed .top_list_tab_item_image {
    max-width: 100px;
    display: flex;
    align-items: center;
    flex-shrink: 0;
}

.top_detailed .top_list_tab_item_image img {
    width: 100%;
    height: auto;
}

.top_detailed .top_list_short-desc {
    font-weight: 400;
    font-style: italic;
    font-size: 12px;
    line-height: 18px;
    text-align: center;
}

.top_detailed .top_list_tab_content_item_button > span {
    font-size: 18px;
    font-weight: 800;
    line-height: 14px;
}

.top_detailed .rating-component,
.top_detailed .rating-component .rating-stars {
    display: flex;
    align-items: center;
    gap: 3px;
}

.top_detailed .top_list_tab_item_rating_block_price {
    display: none;
}

.top_detailed .top_list_tab_content_item_rating_block {
    display: flex;
    margin-left: auto;
}

.top_list_detailed_item {
    display: flex;
    flex-direction: column;
}

.detailed_full.open {
    padding: 0 36px 50px 22px;
}

.top_list_detailed_item .top_list_tab_content_item_label {
    color: #61a9ea;
    font-size: 14px;
    text-decoration: none;
    transition: color 0.2s ease;
}

.top_list_detailed_item .top_list_tab_content_item_label:hover {
    color: #033c70;
}

.top_list_detailed_item .top_list_item_title {
    margin-top: 5px;
    font-size: 14px;
    text-decoration: none;
    color: #61a9ea;
    font-weight: 700;
    display: inline-block;
    transition: color 0.2s ease;
}

.top_list_detailed_item .top_list_item_title:hover {
    color: #033c70;
}

/* Detailed list inner */
.detailed_inner {
    background-color: #ecf6ff;
    border-radius: 20px;
    overflow: hidden;
    margin-bottom: 30px;
}

.detailed_inner .detailed_head-title {
    background-color: #38a0ff;
    color: #ffffff;
    padding: 14px;
    font-size: 18px;
    line-height: 12px;
    font-weight: 700;
    text-align: center;
}

.detailed_inner .detailed_head-title h3 {
    margin: 0;
    text-align: center;
}

.detailed_inner .detailed_main {
    display: flex;
    gap: 20px 60px;
    padding: 25px;
    padding-bottom: 5px;
    align-items: center;
}

.detailed_inner .detailed_visit {
    flex: 1 1 0;
    min-width: 0;
}

.detailed_inner .detailed_img {
    flex: 1 1 0;
    min-width: 0;
}

.detailed_inner .detailed_img img {
    padding-right: 20px;
    display: block;
    margin: 0 auto;
}

.detailed_inner .detailed_img .top_list_logo {
    margin-bottom: 15px;
    max-width: 200px;
    height: auto;
    width: 100%;
}

.detailed_inner .detailed_img .detailed_big_img {
    max-width: 267px;
    height: auto;
    width: 100%;
}

.global_rating {
    display: flex;
    margin-bottom: 30px;
    align-items: center;
    justify-content: center;
}

.global_rating .global_rating_score {
    color: #a7a7a7;
    font-size: 20px;
    line-height: 16px;
    font-weight: 400;
    margin-left: 10px;
}

.global_rating .global_rating_score .our {
    color: #ff9900;
    font-weight: 900;
}

.global_rating .global_rating_svg {
    margin-right: 3px;
}

.global_rating .global_rating_name {
    font-size: 12px;
    line-height: 16px;
}

/* Detailed lins inner end */

.detailed_inner .detailed_sale {
    color: #38a0ff;
    font-size: 8px;
    line-height: 1;
    font-weight: 400;
    text-align: center;
    margin-top: 10px;
}

/* Detailed rating */
.rating_small {
    color: #000000;
    font-weight: 700;
    font-size: 12px;
    line-height: 16px;
}

.rating_small .rating_small_top {
    display: flex;
    gap: 5px;
    white-space: nowrap;
    align-items: center;
    margin-bottom: 8px;
}
/* Detailed rating end */

.detailed_inner .detailed_ratings {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 10px 27px;
    padding: 15px;
    padding-bottom: 20px;
    border-top: 1px solid #38a0ff;
    min-width: 0;
}

/* Detailed lis cells start */
.rating_block .header-row,
.rating_block .row {
    display: grid;
    grid-template-columns: 1fr 2fr 1fr;
    align-items: center;
    gap: 20px;
    padding-bottom: 10px;
    font-size: 13px;
    font-weight: 400;
}

.rating_block .header-row {
    font-weight: bold;
}

.rating_block .col {
    padding: 0 0.5em;
    min-width: 160px;
}

.rating_block .check-cell {
    font-size: 0.95em;
    color: #333;
}

.rating_block .rating-component {
    justify-content: center;
}

.rating_block .score-header {
    text-align: center;
}

/* Detailed lis cells end */

/* Read more */
.top_list_detailed_item .item_footer {
    background-color: #ecf6ff;
    border-radius: 20px;
    display: flex;
    justify-content: flex-end;
    padding: 15px 60px;
}

.top_list_detailed_item .top_list_more {
    display: flex;
    align-items: center;
    gap: 5px;
    font-weight: 700;
    font-size: 12px;
    line-height: 16px;
    user-select: none;
    cursor: pointer;
    transition: transform 0.2s ease;
}

.top_list_detailed_item .top_list_more:hover {
    transform: scale(1.05);
}

.top_list_detailed_item .top_list_more .toggle-arrow {
    line-height: 1;
    display: inline-block;
    margin-top: 1px;
    transition: transform 0.3s ease;
    transform: rotate(0deg);
}

.top_list_detailed_item .top_list_more[aria-expanded="true"] .toggle-arrow {
    transform: rotate(180deg);
}

.top_list_detailed_item .top_list_tab_content_after_text {
    font-size: 10px;
    line-height: 16px;
    font-weight: 400;
    color: #b5b5b5;
    margin-top: 5px;
}

.top_list_detailed_item .after_price_text {
    font-weight: 400;
    font-size: 10px;
    line-height: 10px;
}

.top_list_detailed_item .after_price_text span {
    background-color: #00c714;
    color: white;
    padding: 2px;
    border-radius: 5px;
    font-weight: 700;
}

.top_list_detailed_item .detailed_button {
    font-size: 10px;
    line-height: 14px;
}

.top_detailed .top_list_tab_content_item_button span {
    display: inline-block;
}

.top_detailed .pros_cons .pros_cons_double {
    display: flex;
    column-gap: 30px;
}

.top_detailed .pros_cons .pros {
    flex: 1 1 0;
    min-width: 0;
}

.top_detailed .pros_cons .cons {
    flex: 1 1 0;
    min-width: 0;
}

.top_detailed .pros_cons_title {
    padding: 15px 20px;
    font-size: 20px;
    line-height: 1;
    font-weight: 900;
    text-align: center;
    margin-bottom: 20px;
}

.top_detailed .pros_title {
    background-color: #ccf4d0;
    color: #00c714;
}

.top_detailed .cons_title {
    background-color: #f4cccc;
    color: #c70000;
}

.top_detailed .pros_cons .pros_cons_item {
    display: flex;
    gap: 10px;
}

.top_detailed .pros_cons .pros_cons_item svg {
    flex-shrink: 0;
}

.top_detailed .pros_cons_list {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.top_detailed .pros_cons_item {
    font-size: 16px;
    line-height: 28px;
}

.top_detailed .pros_cons {
    margin-bottom: 60px;
}

.top_detailed .rating_block_wrap {
    margin-bottom: 32px;
}

.top_detailed .rating_desc img {
    margin-top: 54px;
}

@media (max-width: 768px) {
    .detailed_inner {
        margin-bottom: 20px;
    }

    .top_detailed .top_list_datailed_content {
        flex-direction: column;
        align-items: stretch;
        gap: 20px;
        padding: 30px 25px;
    }

    .top_detailed .top_list_short-desc {
        max-width: 240px;
    }

    .detailed_full.open {
        padding: 15px;
        padding-top: 0;
    }

    .detailed_full .detailed_inner .detailed_head-title {
        display: none;
    }

    .detailed_inner .detailed_visit {
        display: none;
    }

    .detailed_inner .detailed_ratings {
        grid-template-columns: repeat(2, 1fr);
        justify-items: center;
        border-top: none;
    }

    .detailed_inner .detailed_ratings .rating_small:last-child:nth-child(odd) {
        grid-column: 1 / -1;
        justify-self: center;
    }

    .top_detailed .pros_cons .pros_cons_double {
        flex-direction: column;
        row-gap: 24px;
    }

    .top_detailed .pros_cons_title {
        text-align: left;
    }

    .top_detailed .pros_cons_title {
        margin-bottom: 10px;
    }

    .top_detailed .pros_cons {
        margin-bottom: 24px;
    }

    .top_detailed .rating_block_wrap {
        overflow-x: scroll;
        border: 1px solid #daeafa;
        padding-top: 20px;
        padding-inline: 15px;
        border-radius: 10px;
    }

    .top_detailed .rating_block_wrap::-webkit-scrollbar {
        height: 8px;
    }

    .top_detailed .rating_block_wrap::-webkit-scrollbar-track {
        background: #f1f1f1;
        border-radius: 4px;
    }

    .top_detailed .rating_block_wrap::-webkit-scrollbar-thumb {
        background: linear-gradient(180deg, #38a0ff 0%, #003668 100%);

        border-radius: 4px;
    }

    .top_detailed .rating_block_wrap::-webkit-scrollbar-thumb:hover {
        background: #0056b3;
    }

    .top_detailed .rating_block_wrap {
        margin-bottom: 16px;
    }

    .top_detailed .rating_desc img {
        margin-top: 40px;
    }

    .top_detailed .pros_cons_list {
        gap: 5px;
    }

    .top_detailed {
        margin-bottom: 40px;
    }

    .top_list_datailed_content {
        position: sticky;
        top: 10px;
        position: relative;
        padding-top: var(--short-desc-h);
        transition: padding-top 0.3s ease;
    }

    .top_list_main {
        margin-top: var(--short-desc-h);
    }
}

@media (max-width: 580px) {
    .top_detailed .left_part {
        gap: 20px;
        flex-direction: column;
    }

    .top_detailed .is-sticky .right_part {
        flex-direction: row !important;
    }

    .top_detailed .right_part {
        flex-direction: column;
        gap: 20px;
    }

    .top_detailed .top_list_tab_content {
        align-items: center;
        gap: 25px;
    }

    .top_detailed .top_list_tab_content_item_button {
        flex-direction: column;
    }

    .top_detailed .top_list_tab_content_item {
        display: grid;
        grid-template-columns: 1fr;
        padding: 42px 15px 20px 15px;
        gap: 20px;
    }

    .top_detailed .top_list_features > li {
        font-size: 12px;
    }

    .top_detailed .top_list_tab_content_item_label {
        font-size: 14px;
    }

    .top_detailed .top_list_tab_content_item_rating {
        padding: 10px 20px;
    }

    .top_detailed .top_list_tab_content_item_rating_wrapper {
        gap: 0;
    }

    .top_detailed .top_list_features {
        gap: 15px;
    }

    .top_detailed .top_list_tab_content_item_rating_block {
        margin: 0 auto;
        display: flex;
        gap: 20px;
        align-items: center;
        flex-direction: column;
    }

    .top_detailed .top_list_tab_item_rating_block_price {
        display: block;
        font-size: 20px;
        font-weight: 700;
    }

    .top_detailed .top_list_tab_content_item_button {
        width: 100%;
        margin-left: 0;
        margin-right: auto;
    }
}