.top-block-product .left-column,
.top-block-product .right-column {
    position: relative;
    z-index: 10;
}

.top-block-product .right-column {
    text-align: right;
}

.top-block-product .info-column {
    margin-bottom: 1rem;
}

.top-block-product .item-price {
    font-family: 'Inter';
    font-size: 1.2em;
    font-weight: 700;
    line-height: 1.2;
    margin-bottom: 1rem;

    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 5px 20px;
    position: relative;
}

.top-block-product .item-price .item-price__popup-title {
    font-family: 'Montserrat', sans-serif;
    text-transform: initial;
    font-weight: 400;
    font-size: 16px;
    line-height: 1.5;
    color: #111;

    display: flex;
    align-items: center;
    gap: 5px;
}

.top-block-product .item-price .item-price__popup-title .icon {
    display: block;
    min-width: 22px;
    width: 22px;
    height: 22px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    transition: 0.1s ease;
    filter: brightness(0);
}

@media screen and (min-width: 991.98px) {
    .top-block-product .item-price .item-price__popup-title {
        font-size: 18px;
    }

    /*.top-block-product .item-price .item-price__popup-title:hover {*/
    /*    color: #3339D6;*/
    /*}*/

    /*.top-block-product .item-price .item-price__popup-title:hover .icon {*/
    /*    filter: initial;*/
    /*}*/
}


.top-block-product .item-price .item-price__popup-balloon-item:not(:last-child) {
    margin-bottom: 20px;
}

.top-block-product .item-price .item-price__popup-balloon h4 {
    font-family: 'Montserrat', sans-serif;
    text-transform: initial;
    font-weight: 700;
    font-size: 16px;
    line-height: 1.5;
    color: #111;
}

.top-block-product .item-price .item-price__popup-balloon {
    font-family: 'Montserrat', sans-serif;
    text-transform: initial;
    font-weight: 400;
    font-size: 14px;
    line-height: 1.5;
    color: #111;

    display: none;
    position: absolute;
    left: 0;
    z-index: 10;

    max-width: 480px;
    background: #FFF;
    box-shadow: rgba(100, 100, 111, 0.2) 0 10px 30px 0;
    padding: 15px;
}

.top-block-product .item-price .item-price__popup:hover .item-price__popup-balloon {
    display: block;
    animation: transform-in .5s forwards;
}

.top-block-product .item-price .item-price__popup-balloon h4 {
    margin-bottom: 10px;
}

.top-block-product .item-price .item-price__popup-balloon p:not(:last-child) {
    margin-bottom: 5px;
}

.top-block-product .price-info {
    font-size: max(.7em, 10px);
    margin-bottom: 1rem;
}

@media screen and (max-width: 576px) {
    .top-block-product .price-info {
        font-size: 14px;
    }
}

.top-block-product .price-info-link {
    margin-bottom: 1rem;
}

.top-block-product .price-info-link a {
    color: #0009D9;
}

.top-block-product .item-btn {
    margin-top: 1rem;
}

.top-block-product .item-btn .btn {
    width: 100%;
}

.btn-icon.like-prod.active {
    background-color: #fff;
    color: #111;
    border-color: #ddd;
}

.btn-icon.like-prod.active > span > svg path {
    stroke: #777;
}

.btn-icon.like-prod > span > svg path {
    stroke: #D90009;
}

.btn-icon.btn-compare > span > svg path {
    stroke: #19C134;
}

.btn-icon.btn-compare > input:checked + span > svg path {
    stroke: #777;
}

.btn-icon.btn-compare input {
    display: none;
}

.catalog-compare-list {
    display: none !important;
}

.btn-icon.btn-compare > input:not(:checked) + span .remove,
.btn-icon.like-prod:not(.active) .remove,
.btn-icon.btn-compare > input:checked + span .add,
.btn-icon.like-prod.active .add {
    display: none;
}

.viewer-panel .bg-circle {
    position: relative;
    bottom: 1rem;
}

.viewer-panel .bg-circle img {
    width: 100%;
}

.viewer-panel .bg-circle .manipulator {
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translate(-50%, 50%);
    background-color: #fff;
    display: flex;
    flex-direction: row;
    align-items: center;
}

.viewer-panel .bg-circle .manipulator .arrow-left,
.viewer-panel .bg-circle .manipulator .arrow-right {
    width: 2rem;
    height: 2rem;
    background-image: url("/images/site/arrow-left-slider.svg");
    background-repeat: no-repeat;
    background-position: center;
    border: 1px solid #fff;
    transition: .2s;
}

.viewer-panel .bg-circle .manipulator .arrow-right {
    background-image: url("/images/site/arrow-right-slider.svg");
}

.viewer-panel .bg-circle .manipulator .arrow-left:hover,
.viewer-panel .bg-circle .manipulator .arrow-right:hover {
    border-color: #0009D9;
    cursor: pointer;
}

.viewer-panel .bg-circle .manipulator .text-360 {
    font-weight: 700;
    line-height: 1.7;
    padding: 0 .5rem;
}

.viewer-panel .panorama {
    position: relative;
    /*! bottom: -12%; */
    z-index: 5;
    text-align: center;
}

.line-complectation.row,
.list-btn-fotogallery,
.parametrs.row,
.complectation-group,
.contact-block-product,
.video-product,
.car-used,
.other-cars {
    margin-top: 2.5rem;
}

.line-complectation .name-sel {
    display: inline-block;
    padding-right: .7rem;
}

.line-complectation .select-style {
    flex: 1 0 0%;
}

.line-complectation .select-style select {
    width: 100%;
    background-color: #FAFAFA;
    padding: .5rem 2.5rem .5rem .5rem;
}

.line-complectation .select-style:after {
    height: 1.3rem;
    width: 1.3rem;
    margin-top: -.65rem;
    right: .8rem;
}

.line-complectation .color-full-block > .d-flex {
    align-items: center;
    margin-bottom: -14px;
    flex-wrap: wrap;
}

.line-complectation .color-block {
    display: flex;
    flex-direction: row;
}

.line-complectation .color-full-block .name-sel {
    padding-right: 7px;
}

@media screen and (max-width: 576px) {
    .line-complectation .color-full-block .name-sel {
        font-size: 14px;
        margin-bottom: 8px;
    }
}

.line-complectation .color-full-block .color-item {
    padding: 0 7px;
    margin-bottom: 14px;
}

.line-complectation .color-full-block .color-item label input {
    display: none;
}

.line-complectation .color-full-block .color-item label > span {
    border-radius: 50%;
    border: 1px solid #DDD;
    background: #fff;
    width: 2.5rem;
    height: 2.5rem;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: .2s;
}

.line-complectation .color-full-block .color-item label > span:hover {
    opacity: .7;
}

.line-complectation .color-full-block .color-item label > input:checked + span {
    border: 3px solid #0009D9;
}

.line-complectation .color-full-block .color-item label > span > span {
    display: block;
    height: 1.8rem;
    width: 1.8rem;
    border-radius: 50%;
    border: 1px solid #F3F3F3;
}

.list-btn-fotogallery > .row {
    --bs-gutter-y: 1.5rem;
}

.list-btn-fotogallery .btn-next {
    padding: .75rem 3rem .75rem 1rem;
    position: relative;
    display: block;
    border: 1px solid #DDD;
    transition: .2s;
}

.list-btn-fotogallery .btn-next:hover {
    color: #fff;
}

.list-btn-fotogallery .btn-next .top-text {
    display: block;
    position: relative;
    line-height: 1.2;
}

.list-btn-fotogallery .btn-next .bottom-text {
    margin-top: .5rem;
    font-size: .7rem;
    position: relative;
    line-height: 1.2;
}

.list-btn-fotogallery .btn-next:before {
    content: '';
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    background-color: #0009D9;
    width: 3rem;
    transition: .2s;
}

.list-btn-fotogallery .btn-next:hover:before {
    width: 100%;
}

.list-btn-fotogallery .btn-next.active {
    color: #fff;
}

.list-btn-fotogallery .btn-next.active:before {
    width: 100%;
}

.list-btn-fotogallery .btn-next:after {
    content: '';
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    background-image: url("/images/site/arrow-detail.svg");
    background-repeat: no-repeat;
    background-position: center;
    width: 3rem;
}

.parametrs .line-parametrs .items-parametrs {
    --bs-gutter-x: 0;
}

.parametrs .items-parametrs .item {
    position: relative;
}

.parametrs .items-parametrs .panel {
    position: relative;
    height: 100%;
    padding: 1.5rem 1rem;
    text-align: center;
    border: 1px solid #DDD;
}

.parametrs .items-parametrs .image {
    margin-bottom: 1rem;
}

.parametrs .items-parametrs .title {
    line-height: 1.5;
    text-transform: uppercase;
}

.parametrs .items-parametrs .value {
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1.5;
}

.parametrs .title-block {
    margin-bottom: 1rem;
    padding-right: 3rem;
}

.parametrs .link-block {
    margin-bottom: 1rem;
}

.parametrs .link-block a {
    color: #0009D9;
}

.complectation-group .group-btn {
    margin: 0 -.5rem;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}

.complectation-group .group-btn .item-btn {
    padding: 0 .5rem;
    margin-bottom: 1.5rem;
}

.complectation-group .group-btn .item-delitel {
    padding: 0 .5rem;
    margin-bottom: 1.5rem;
    position: relative;
}

.complectation-group .group-btn .item-delitel:before {
    content: '';
    display: block;
    height: 100%;
    width: 1px;
    background-color: #DDD;
}

.complectation-group .title-block {
    margin-bottom: 1.5rem;
}

.complectation-group .group-btn .btn-white {
    border: 1px solid #DDD;
    --bs-btn-hover-color: #111;
    --bs-btn-hover-bg: #fff;
    --bs-btn-hover-border-color: #0009D9;
    box-shadow: none;
}

.complectation-group .group-btn .btn-white:hover {
    border-color: #0009D9;
}

.complectation-group .group-btn .item-btn input {
    display: none;
}

.complectation-group .group-btn .item-btn input:checked + .btn-white {
    background-color: #0009D9;
    border-color: #0009D9;
    color: #fff;
}

.complectation-group .item-complectation {
    border: 1px solid #DDD;
    margin-top: 1.5rem;
}

.complectation-group .item-complectation:first-child {
    margin-top: 0;
}

.complectation-group .item-complectation .title-line {
    background-color: #FAFAFA;
    padding: 1rem 1.5rem 0;
}

.complectation-group .item-complectation .title-line .title {
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1.5;
    margin-bottom: 1rem;
}

.complectation-group .item-complectation .title-line .price {
    line-height: 100%;
    text-transform: uppercase;
    font-size: 1.5rem;
    font-family: 'Days One', sans-serif;
    text-align: right;
    margin-bottom: 1rem;
}

.complectation-group .item-complectation .title-line .btn {
    font-weight: 400;
}

.complectation-group .item-complectation .title-line .btn-order {
    margin-bottom: 1rem;
}

.complectation-group .item-complectation .options-block {
    padding: 1.5rem;
}

.complectation-group .item-complectation .options-block .items-param.row {
    --bs-gutter-y: .5rem;
    margin-bottom: 1rem;
}

.complectation-group .item-complectation .options-block .line-btn.row {
    --bs-gutter-x: 1rem;
}

.complectation-group .btn-icon.btn-all-options > span:before {
    background-image: url("/images/site/icon-settings.svg");
}

.complectation-group .btn-icon.btn-all-options:hover > span:before {
    /*background-image: url("/images/site/icon-settings-hover.svg");*/
}

.complectation-group .btn-icon.btn-compare > span:before {
    background-image: url("/images/site/compare-btn-active.svg");
}

.complectation-group .btn-icon.btn-compare:hover > span:before {
    /*  background-image: url("/images/site/compare-btn-hover.svg");*/
}

.complectation-group .btn-icon.btn-compare.active > span:before {
    background-image: url("/images/site/compare-btn.svg");
}

.block-showing .btn-full {
    background-color: #FAFAFA;
    border: 1px solid #FAFAFA;
    text-align: center;
    margin-top: 1.5rem;
    padding: .25rem;
    line-height: 1.5;
    transition: .2s;
}

.block-showing .btn-full:hover {
    background-color: #fff;
    cursor: pointer;
}

.block-showing .btn-full span {
    padding-right: 1.8rem;
    position: relative;
}

.block-showing .btn-full span:after {
    content: '';
    display: block;
    right: 0;
    width: 1.3rem;
    height: 1.3rem;
    background-image: url("/images/site/arrow-bottom-tel.svg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    position: absolute;
    top: 50%;
    margin-top: -.65rem;
}

.block-showing .btn-full span.small:after {
    transform: rotate(180deg);
}

.block-showing.full .all,
.block-showing:not(.full) .small,
.complectation-group .list-complectation:not(.full) .item-complectation:nth-child(n+4),
.video-product .block-showing:not(.full) .video-item:nth-child(n+3) {
    display: none;
}

.block-showing.full .small {
    display: inline-block;
}

.video-product .title-block {
    margin-bottom: 1.5rem;
}

.car-used .title-line .row {
    --bs-gutter-y: 1.5rem;
}

.car-used .title-line .title-block {
    margin-bottom: 0;
}

.car-used .title-line .link-block a {
    color: #0009D9;
}

.car-used .title-line {
    margin-bottom: 1.5rem;
}

.contact-block-product .title-block,
.other-cars .title-block,
.contact-block-product .info-text {
    margin-bottom: 1.5rem;
}

.contact-block-product .btn-line {
    margin-top: 1.5rem;
}

@media (min-width: 1200px) {
    .top-block-product .viewer-panel {
        width: auto;
        flex: 1 0 0%;
    }

    .parametrs .items-parametrs .item:not(:first-child) .panel {
        border-left-color: transparent;
    }
}

@media (min-width: 1400px) {
    /*.top-block-product .left-column,*/
    /*.top-block-product .right-column {*/
    /*    width: 330px;*/
    /*}*/
    .top-block-product .viewer-panel {
        padding-top: 0%;
    }

    .contact-block-page {
        display: none;
    }
}

@media (min-width: 1600px) {
    .top-block-product .viewer-panel {
        padding-top: 0%;
    }
}

@media (min-width: 1800px) {
    .list-btn-fotogallery .item-btn {
        width: 20%;
    }

    .complectation-group .item-complectation .options-block .items-param.row,
    .catalog-element .column-product-options {
        --bs-gutter-x: 2.5rem;
    }

    .car-used .title-line .title-block {
        padding-right: 45px;
    }

    .catalog-element .column-product-options .left-column {
        width: 57.6%;
    }

    .catalog-element .column-product-options .right-column {
        width: 42.4%;
    }
}

@media (max-width: 3799.98px) {
    .parametrs .items-parametrs .value {
        font-size: 1.2rem;
    }

    .parametrs .items-parametrs .title {
        font-size: .8em;
    }

    .complectation-group .item-complectation .title-line .title,
    .complectation-group .item-complectation .title-line .price {
        font-size: 1rem;
    }
}

@media (max-width: 1599.98px) {
    .parametrs .items-parametrs .value {
        font-size: 1rem;
    }

    .parametrs .items-parametrs .title {
        font-size: .7em;
    }

    .parametrs .items-parametrs .panel {
        padding: 15px;
    }
}

@media (max-width: 1399.98px) {
    .parametrs .items-parametrs .title {
        font-size: .6em;
    }

    .parametrs .items-parametrs .panel {
        padding: 13px;
    }

    .contact-block-product {
        display: none;
    }

    .complectation-group .item-complectation .title-line .title,
    .complectation-group .item-complectation .title-line .price {
        font-size: 1.3rem;
    }

    .contact-block-page {
        margin-top: 2.5rem;
    }

    body.other-page #footer {
        margin-top: 0 !important;
    }
}

@media (max-width: 1199.98px) and (min-width: 768px) {
    .parametrs .items-parametrs .item:nth-child(2) .panel,
    .parametrs .items-parametrs .item:nth-child(3) .panel,
    .parametrs .items-parametrs .item:nth-child(5) .panel,
    .parametrs .items-parametrs .item:nth-child(6) .panel {
        border-left-color: transparent;
    }

    .parametrs .items-parametrs .item:nth-child(4) .panel,
    .parametrs .items-parametrs .item:nth-child(5) .panel,
    .parametrs .items-parametrs .item:nth-child(6) .panel {
        border-top-color: transparent;
    }
}

@media (max-width: 1199.98px) {
    .top-block-product .left-column,
    .top-block-product .right-column {
        order: 1;
    }

    .top-block-product .viewer-panel {
        order: 2;
    }

    .viewer-panel .bg-circle {
        margin: 0;
    }

    .parametrs .items-parametrs .title {
        font-size: 14px;
    }

    .parametrs .items-parametrs .value {
        font-size: 18px;
    }

    .parametrs .items-parametrs .image {
        margin-bottom: 10px;
    }

    .parametrs .items-parametrs .panel {
        padding: 10px;
    }
}

@media (max-width: 991.98px) {
    .top-block-product .item-price {
        font-size: 1.4em;
    }

    .complectation-group .item-complectation .title-line .title {
        font-size: 1.1rem;
    }

    .complectation-group .item-complectation .title-line .price {
        font-size: 1.1rem;
    }
}

@media (max-width: 767.98px) {
    .line-complectation .color-full-block {
        margin-top: 20px;
    }

    .line-complectation .name-sel {
        flex: 0 0 auto;
        width: 100%;
        margin-bottom: 5px;
        display: block;
    }

    .line-complectation .complectation-block {
        flex-wrap: wrap;
    }

    .line-complectation .select-style {
        width: 100%;
    }

    .line-complectation .color-full-block .color-item label > span {
        width: 30px;
        height: 30px;
        border: none !important;
    }

    .line-complectation .color-full-block .color-item label > span > span {
        height: 30px;
        width: 30px;
        border: 1px solid #ddd;
    }

    .line-complectation .color-full-block .color-item label > input:checked + span > span {
        border: 3px solid #0009d9;
    }

    .line-complectation .color-full-block .color-item {
        padding: 0 4px;
        margin-bottom: 8px;
    }

    .line-complectation .color-full-block > .d-flex {
        margin-left: -4px;
        margin-right: -4px;
        margin-bottom: -8px;
    }

    .car-used, .complectation-group, .contact-block-product, .line-complectation.row, .list-btn-fotogallery, .other-cars, .parametrs.row, .video-product {
        margin-top: 30px;
    }

    .parametrs .title-block, .parametrs .link-block {
        margin-bottom: 20px;
    }

    .parametrs .items-parametrs .item:nth-child(even) .panel {
        border-left-color: transparent;
    }

    .parametrs .items-parametrs .item:nth-child(n+3) .panel {
        border-top-color: transparent;
    }

    .complectation-group .group-btn {
        margin: 0 -5px;
    }

    .complectation-group .group-btn .item-btn {
        margin-bottom: 10px;
        padding: 0 5px;
    }

    .complectation-group .title-block {
        margin-bottom: 30px;
    }

    .column-product-options .list-complectation {
        margin-top: 20px;
    }

    .complectation-group .item-complectation .title-line {
        padding: 10px 10px 0;
    }

    .complectation-group .item-complectation .options-block {
        padding: 10px;
    }

    .complectation-group .item-complectation .title-line .price, .complectation-group .item-complectation .title-line .title {
        margin-bottom: 10px;
        font-size: 16px;
    }

    .complectation-group .item-complectation .title-line .price {
        text-align: left;
    }

    .complectation-group .item-complectation .options-block .line-btn.row {
        --bs-gutter-y: 10px;
    }

    .car-used {
        margin-top: 50px;
    }

    .car-used .title-line .row {
        --bs-gutter-y: 20px;
    }
}

@media (max-width: 575.98px) {
    .list-btn-fotogallery > .row {
        --bs-gutter-y: 10px;
    }

    .complectation-group .group-btn .item-delitel {
        width: 100%;
        flex: 0 0 auto;
        height: 0;
        margin: 0;
    }

    .complectation-group .group-btn .item-delitel:before {
        display: none;
    }

    .complectation-group .item-complectation {
        margin-top: 20px;
    }

    .complectation-group .item-complectation .options-block .items-param.row .item {
        width: 100%;
    }

    .complectation-group .item-complectation .options-block .items-param.row {
        --bs-gutter-y: 5px;
        margin-bottom: 10px;
    }

    .complectation-group .item-complectation .options-block .line-btn .btn-icon > span {
        font-size: 0;
        color: transparent;
        display: block;
        width: 28px;
        height: 28px;
        padding: 0;
    }

    .complectation-group .item-complectation .options-block .line-btn .btn-icon > span:before {
        left: 50%;
        margin-left: -8px;
    }

    .complectation-group .item-complectation .options-block .line-btn .btn-icon {
        padding: 0;
        width: 30px;
        height: 30px;
    }

    .complectation-group .btn-icon.btn-compare > span:before {
        background-image: url(/images/site/compare-active-mobi.svg);
    }

    .complectation-group .item-complectation .options-block .line-btn.row {
        --bs-gutter-x: 10px;
    }

    .block-showing .btn-full {
        margin-top: 20px;
    }

    .contact-block-product .info-text, .contact-block-product .title-block, .other-cars .title-block, .video-product .title-block {
        margin-bottom: 30px;
    }

    .car-used .title-line {
        margin-bottom: 20px;
    }

    .block-showing .btn-full span:after {
        width: 16px;
        height: 16px;
        margin-top: -8px;
    }

    .block-showing .btn-full span {
        padding-right: 20px;
    }

    .line-complectation .name-sel {
        font-size: 14px;
        margin-bottom: 8px;
    }

    .top-block-product .item-btn .btn {
        padding: 9px 0;
    }

}


/*addition styles*/

.top-block-product {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}

@media screen and (max-width: 991.98px) {
    .top-block-product {
        flex-direction: column;
    }
}

.catalog-img__wrapper {
    flex: 0 0 46%;
}

.catalog-img__wrapper .panorama {
    max-width: 800px;
    max-height: 600px;
}


.catalog-characteristic__wrapper {
    flex: 0 1 50%;
}

.catalog-characteristic__btn-wrapper {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    align-items: center;
    gap: 20px;
}

.complectation-block {
    display: flex;
    align-items: center;
}

@media screen and (min-width: 991.98px) {
    .complectation-block {
        max-width: 80%;
    }
}

.video-list {

}

.viewer-panel-360 {
    opacity: 1;
    overflow: visible;
    height: 100%;
}

.viewer-panel-360 .bg-circle {
    width: 100%;
}

.viewer-panel-360.show {
    opacity: 0;
    overflow: hidden;
    height: 0;
}

.viewer-panel-360.show .bg-circle {
    width: 0;
}

.btn-360 {
    cursor: pointer;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #DEDEDE;
    padding: 9px 0;
    transition: .3s ease;
}

.btn-360 button {
    border: none;
    background: none;
    padding: 0;
    color: #121212;
    cursor: pointer;
    font-weight: 500;
    font-size: 20px;
}

@media screen and (max-width: 576px) {
    .btn-360 button {
        font-size: 14px;
    }
}

.btn-360:hover {
    border: 1px solid #19C134;
    background: #FFF;
    box-shadow: 0 0 10px 0 #19C134;
}

.btn-360:hover button {
    color: #19C134;

}

.line-complectation {
    display: flex;
    flex-direction: column;
    gap: 12px;
    margin-top: 12px;
}

.panorama img {
    width: 100%;
}

.catalog-list .title-block {
    margin-top: 2.5rem;
}

.complectation-table {
    overflow-x: auto;
    height: calc(90vh - 100px);
    overscroll-behavior: contain;
}

.complectation-table table {
    width: 100%;
    overflow: visible;
    /*overflow-x: auto;*/
    border-collapse: collapse;
    -webkit-appearance-scrollbar-width: thin !important;
    -webkit-appearance-scrollbar-color: #0008DA;
    /*border-left: 1px solid #DEDEDE;*/
    /*border-right: 1px solid #DEDEDE;*/
    margin: -1px;

}

.complectation-table table::-webkit-scrollbar {
    display: block;
    width: 100%;
    max-width: 400px;
    height: 6px;

}

.complectation-table table::-webkit-scrollbar-thumb {
    background-color: #0008DA;
}

.complectation-table table::-webkit-scrollbar-track {
    background-color: #0008DA;
}

.complectation-table table td {
    padding: 4px;
    text-align: left;
    vertical-align: middle;
    font-size: 12px;
    font-weight: 400;
    line-height: 140%;
    color: rgb(0, 0, 0);
    border: 1px solid #DEDEDE;
    margin: -1px;
    user-select: none;
}

/*.complectation-table table tr td:first-child {*/
/*    border-left: none;*/
/*}*/

/*.complectation-table table tr td:last-child {*/
/*    border-right: none;*/
/*}*/

.complectation-table table thead tr td {
    background: #0008DA;
    font-weight: 700;
    color: #FFF;
}

.complectation-table table tr.imp {
    background: #FAFAFA;
}

.complectation-table table tr:hover {
    background: rgba(0, 8, 218, 0.05);
}

.product-items-small-cards {
    display: grid !important;
    grid-template-columns: repeat(3, 1fr);
    gap: 32px;
}

@media screen and (max-width: 991.98px) {
    .product-items-small-cards {
        grid-template-columns: repeat(2, 1fr);
        gap: 16px;
    }
}

@media screen and (max-width: 575.98px) {
    .product-items-small-cards {
        grid-template-columns: repeat(1, 1fr);
    }
}

/*.complectation-table table tr:first-child {*/
/*    position: sticky;*/
/*    top: 0;*/
/*    z-index: 2;*/
/*}*/

.complectation-table table thead {
    position: sticky;
    top: 0;
    left: 0;
    z-index: 2;
}

@media screen and (max-width: 992px) {
    .complectation-table table thead {
        top: 60px;
    }
}

/*.complectation-table table tbody {*/
/*    display: block;*/
/*    width: 100%;*/
/*    overflow-x: auto;*/
/*    max-height: 420px;*/
/*}*/

.complectation-table table tr td:not(:first-child) {
    text-align: center;
}

.complectation-table table tr td:first-child {
    position: sticky;
    left: 0;
    z-index: 1;
    background: #FFF;
}

.complectation-table table thead tr:first-child td:first-child {
    background: #0008DA;
}

.complectation-table table {
    cursor: grab;
}

.scroll-image {
    position: fixed;
    z-index: 2;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: none;
    animation: moveMouse 2s infinite alternate;
    pointer-events: none;
}

@keyframes moveMouse {
    0% {
        left: 50%;
    }
    50% {
        left: 49%;
    }
    100% {
        left: 50%;
    }
}

.catalog-list__heading {
    position: relative;

    display: flex;
    align-items: center;
    gap: 20px;
    margin-top: 2.5rem;
    margin-bottom: 1rem;
}

.catalog-list__heading .title-block {
    margin-top: 0;
    margin-bottom: 0;
}

.catalog-list__heading .btn-screen {
    border: none;
    background: none;
    cursor: pointer;

    /*display: flex;*/
    /*margin-left: auto;*/
}

.catalog-list__heading .btn-screen .icon {
    display: block;
    min-width: 28px;
    width: 28px;
    height: 28px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    transition: 0.1s ease;
    margin-top: -1px;
    filter: brightness(0);
}

@media screen and (min-width: 767.98px) {
    /*.catalog-list__heading {*/
    /*    width: fit-content;*/
    /*}*/

    /*.catalog-list__heading .btn-screen {*/

    /*    position: absolute;*/
    /*    top: 50%;*/
    /*    right: -60px;*/
    /*    transform: translate(0, -50%);*/
    /*}*/

    .catalog-list__heading .btn-screen .icon {
        min-width: 36px;
        width: 36px;
        height: 36px;
    }
}

@media screen and (min-width: 991.98px) {
    .catalog-list__heading .btn-screen:hover .icon {
        filter: initial;
    }
}

body.hidden,
.modal-overlay.hidden {
    display: none;
}

.modal-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    z-index: 1000;
    display: flex;
    align-items: center;
    justify-content: center;
}

.modal-window {
    width: 100%;
    height: 100%;

    background: #FFF;
    overflow: auto;
}

.modal-copy {
    width: 100%;
    height: 100%;
}

.modal-copy .complectation-table {
    width: 100%;
    height: 100%;
}

.modal-close {
    font-size: 24px;
    line-height: 1;

    display: flex;
    align-items: center;
    justify-content: center;
    margin: 5px 10px 10px auto;

    background: none;
    border: none;
    cursor: pointer;
}


