.select-spares__find {
    display: flex;
    gap: 10px;
}

.select-spares__find .btn {
    height: 100%;
    padding: 12px 30px 11px;
    font-size: 14px;
}

.select-spares__item select {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.select-spares__item--long {
    max-width: 630px;
    width: 100%;
}

@media screen and (max-width: 1024px){
    .select-spares__find {
        flex-wrap: wrap;
    }

    .select-spares__item {
        width: 100%;
        flex: 1 1 auto;
    }

    .select-spares__item--long {
        max-width: none;
    }
}

.js-product-picture {
    max-width: 400px;
    width: 100%;
}

.select-spare__description {
    margin: 28px 0px;
    color: #000000;
    font-size: 15px;
}

.select-spare__container {
    display: flex;
    gap: 48px;
}

.select-spare__left {
    flex: 0 0 auto;
    width: 256px;
    /*width: 100%;*/
}

.select-spare__right {
    flex: 1 1 auto;
}

.select-spares__find {
    flex-direction: column;
    border: 1px solid rgba(0, 0, 0, 0.1);
    padding: 12px 18px;
    margin-bottom: 24px;
}

.select-spare__subtitle {
    font-size: 10px;
    text-transform: uppercase;
    margin-bottom: 6px;
}

.select-spare__title {
    font-size: 10px;
    text-transform: uppercase;
    margin-bottom: 24px;
}

.select-spare__left .select-spares__item .btn {
    width: 100%;
}

.select-spare__product {
    margin-top: 32px;
}

.select-spare__product .js-product-name {
    margin-top: 12px;
}

.section-compact-list__item--active {
    background-color: rgba(255, 184, 28, 0.05);
}

.section-compact-list__item--active:hover {
    background-color: rgba(255, 184, 28, 0.05) !important;
}

.select-spares__product .image_wrapper_block {
    position: relative;
    margin-bottom: 20px;
}

.select-spare__img {
    display: flex;
    align-items: center;
    justify-content: center;
}

.select-spare__img img{
    max-width: 657px;
    width: 100%;
    height: auto;
}

@media screen and (max-width: 768px){
    .select-spare__container {
        flex-direction: column;
    }
}

@media (min-width: 992px) {
    .col-md-4 {
        width: 33.33333333333333% !important;
    }
}

.select-spare__right .section-compact-list:not(:last-child){
    margin-bottom: 24px;
}

.select-spare__right--hidden {
    display: none;
}

.select-spare__sticky {
    position: sticky;
    top: 10px;
}

.select-spare__loader {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    opacity: 0;
    visibility: hidden;
    width: 100px;
    height: 100px;
    z-index: 4;
}

.select-spare__right--loading {
    position: relative;
}

.select-spare__right--loading .select-spare__loader{
    opacity: 1 !important;
    visibility: visible !important;
}

.select-spare__right--loading::before{
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    left: -1px;
    background-color: #ffffff;
    opacity: 0.6;
    z-index: 3;
}

.select-spare__right--loading::after{
    position: absolute;
    content: '';
    width: 100px;
    height: 100px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 4;
    background-image: url("/local/templates/aspro_max/images/loaders/double_ring.svg");
    background-repeat: no-repeat;
    background-size: 100%;
}

.select-spare__container {
    padding-bottom: 20px;
}