

/* Start:/local/components/tsvostok/compare/templates/.default/style.css?17838651807195*/
.compare-header,
.compare-table{
    gap: 24px;
}

@media(min-width: 768px){
    .compare-settings{
        min-width: 207px;
        width: 207px;
    }
}

@media(min-width: 991px){
    .compare-settings{
        min-width: 277px;
        width: 277px;
    }
}

@media(min-width: 768px){    
    .compare-header,
    .compare-table{
        overflow: hidden;
    }
}

.property-name{
    font-weight: 400;
    font-size: 16px;
    color: #9CA3AF;
}

@media(min-width: 768px){
    .property-name{
        min-width: 231px;
        width: 231px;
    }
}

@media(min-width: 991px){
    .property-name{
        min-width: 301px;
        width: 301px;
    }
}

.property-name-difference{
    position: relative;
    padding-top: 15px !important;
}

.property-name-difference:before{
    content: '';
    position: absolute;
    top: 0;
    left: 10px;
    display: inline-block;
    width: 10px;
    height: 10px;
    background: var(--primary-color);
    border-radius: 50%;
}

@media(min-width: 768px){
    .property-name-difference{
        padding-left: 35px !important;
    }
    .property-name-difference:before{
        top: calc(50% - 5px);
    }
}

.compare-settings{
    gap: 24px;
}

.compare-settings .radio-list{
    display: flex;
    flex-direction: column;
    max-height: 385px;
    border: 1px solid var(--background-color);
    overflow-y: auto;
}

.compare-settings .radio.is-checked{
    order: -1;
}

@media(min-width: 768px){
    .compare-settings .radio{
        order: 0 !important;
    }
}

.compare-settings .radio:not(.is-checked) {
    display: none;
}

@media(min-width: 768px){
    .compare-settings .radio:not(.is-checked) {
        display: block;
    }
}

.compare-settings .radio-list.is-active .radio:not(.is-checked) {
    display: inline-block;
}

.compare-settings .radio-list .radio input{
    display: none;
}

.compare-settings .radio-list .radio input:not(:checked) + label svg{
    display: none;
}

.compare-settings .radio-list .radio label{
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 8px;
    font-size: 16px;
    line-height: 1;
    color: #0F1523;
    cursor: pointer;
    padding: 0 24px 12px;
}

@media(min-width: 991px){
    .compare-settings .radio-list .radio label{
        justify-content: flex-start;
    }
}

.compare-settings .radio-list .radio input:checked + label{
    font-weight: 600;
    padding: 24px;
}

@media(min-width: 768px){
    .compare-settings .radio-list .radio label,
    .compare-settings .radio-list .radio input:checked + label{
        padding: 12px 24px 12px;
    }

    .compare-settings .radio-list .radio input:checked + label svg{
        display: none;
    }
}

.radio-list{
    cursor: pointer;
}

.compare-table{
    margin-top: 20px;
}

@media(min-width: 768px){
    .compare-table{
        margin-top: 40px;
    }
}

.property-group{
    margin-bottom: 20px;
}

@media(min-width: 768px){
    .property-group{
        margin-bottom: 32px;
    }
}

.property-group-title{
    font-weight: 500;
    font-size: 24px;
    line-height: 1;
    color: #0F1523;
    margin-bottom: 20px;
}

.is-show .property-group-title svg{
    transform: rotate(180deg);
}

.property-group-content{
    display: none;
}

.is-show .property-group-content{
    display: block;
}

@media (min-width: 576px) {
    .is-show .property-group-content{
        border-top: 1px solid var(--background-color);
        border-bottom: 1px solid var(--background-color);
    }
}

.compare-products-list{
    width: 100%;
}

@media (min-width: 768px) {
    .compare-products-list{
        width: calc(100% - 231px);
    }
}

@media (min-width: 991px) {
    .compare-products-list{
        width: calc(100% - 301px);
    }
}

.compare-products-list .owl-stage {
    display: flex;
    align-items: stretch;
}

.compare-products-list .owl-carousel .owl-stage-outer{
    overflow: visible;
}

@media (min-width: 576px) {
    .compare-products-list .owl-carousel .owl-stage-outer{
        overflow: hidden;
    }
}

.compare-products-list .owl-carousel .owl-stage-outer,
.compare-products-list .owl-carousel .owl-stage{
    height: 100%;
}

.property-name{
    padding: 8px 10px;
}

.property-value{
    padding: 8px 0;
}

@media (min-width: 768px) {
    .property-name,
    .property-value{
        padding-top: 15px;
        padding-bottom: 15px;
    }
}

.property-row:nth-child(even) .property-value{
    height: 100%;
    background: var(--background-color);
}

@media (min-width: 991px) {
    .property-row:nth-child(even){
        background: var(--background-color);
    }
}

.carousel-global-btns{
    height: 0;
    margin-top: -40px;
    margin-bottom: 40px;
}

.carousel-global-btn{
    display: flex;
    align-items: center;
    width: 24px;
    height: 24px;
    background-color: transparent;
    border: 0;
    box-shadow: none;
    padding: 0;
}

.carousel-global-btn svg{
    height: 100%;
}

.carousel-global-btn:hover svg path{
    stroke: #0F1523;
}

.compare-item{
    position: relative;
    min-width: 230px;
    width: 230px;
    height: 100%;
    
}

.compare-header .compare-item{
    border: 2px solid var(--background-color);
    border-radius: 2px;
}

@media (min-width: 375px) {
    .compare-item{
        min-width: 300px;
        width: 300px;
    }
}

@media (min-width: 576px) {
    .compare-item{
        min-width: auto;
        width: 100%;
    }
}

.compare-item button{
    position: absolute;
    top: 15px;
    right: 15px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 32px;
    height: 32px;
    background: #fff;
    border-radius: 2px;
    border: 0;
    cursor: pointer;
}

.property-value-content{
    padding: 0 10px;
}

.compare-filters .checkbox input {
    display: none;
}


.compare-filters .checkbox input + label {
    position: relative;
    display: inline-block;
    width: 100%;
    padding-left: 30px;
}

.compare-filters .checkbox input + label:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    display: inline-block;
    width: 18px;
    height: 18px;
    border: 2px solid var(--background-color);
    border-radius: var(--border-radius);
    box-sizing: border-box;
}

.compare-filters .checkbox input:checked + label:before {
    border-color: var(--primary-color);
    background: var(--primary-color);
    border-radius: var(--border-radius);
}

.compare-filters .checkbox input:checked + label:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 18px;
    height: 18px;
    background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTAiIGhlaWdodD0iOCIgdmlld0JveD0iMCAwIDEwIDgiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjxwYXRoIGQ9Ik0xLjUgMy41TDQgNkw5IDEiIHN0cm9rZT0id2hpdGUiIHN0cm9rZS13aWR0aD0iMiIvPgo8L3N2Zz4K) no-repeat center;
}
/* End */


/* Start:/local/templates/tsvostok_v2/components/bitrix/breadcrumb/.default/style.min.css?1762822687341*/
.breadcrumb{display:flex;align-items:center;justify-content:flex-start;gap:8px;margin-bottom:10px}.breadcrumb-item,.breadcrumb-item a,.breadcrumb-item span{display:inline-block;font-size:14px;font-weight:400;line-height:16px;color:var(--secondary-color)}.breadcrumb-item a{text-decoration:none}.breadcrumb-item>span{color:var(--ghost-color)}
/* End */
/* /local/components/tsvostok/compare/templates/.default/style.css?17838651807195 */
/* /local/templates/tsvostok_v2/components/bitrix/breadcrumb/.default/style.min.css?1762822687341 */
