<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">

/* Start:/bitrix/templates/.default/components/bitrix/system.pagenavigation/news/style.css?1634634705425*/
.pager_b .active {
    background: none;
    border: solid 1px grey;
    border-radius: 50%;
}
.pager_b a {
    display: inline-block;
    height: 22px;
    margin-right: 5px;
    min-width: 15px;
    padding: 6px 7px 0;
    text-align: center;
    text-decoration: none !important;
    color: #000 !important;
    line-height: 50%;
}
.pager_b {
    text-align: center;
    float: none;
    clear: both;
}
/* End */


/* Start:/bitrix/templates/template.rimeks/components/bitrix/catalog/brand-models/bitrix/catalog.section/.default/style.css?16590096775610*/
.models{
    background-color: #f6f6f6;
    padding-top: 60px;
    padding-bottom: 20px;
    margin-bottom: -20px;
}
/* .models:last-child{
    padding-bottom: 120px;
} */

.models__season{
    font-family: 'Inter';
    font-style: normal;
    font-weight: 600;
    font-size: 26px;
    line-height: 115%;
    color: var(--site-dark-color);
    margin-bottom: 0px;
    position: relative;
    top: -20px;
}
/* .models__season + .models__holder,
.models__header + .models__holder{
    margin-bottom: 120px;
} */
.models__holder{
    display: flex;
    flex-wrap: wrap;
    /* margin-bottom: 120px; */
}

.models__item{
    width: calc(100% / 6 - 10px * 5 / 6);
    background-color: var(--site-light-color);
    border-radius: 8px;
    /* padding: 20px; */
    margin-bottom: 10px;
    font-family: 'Inter';
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 125%;
    color: var(--site-dark-color);
}

.models__item:not(:nth-child(6n)){
    margin-right: 10px;
}

.models__item-wrapper{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    position: relative;
    height: 100%;
    color: var(--site-dark-color) !important;
    padding: 20px;
}
.models__item-wrapper:hover{
    color: var(--site-default-color) !important;
}
.models-item__season{
    position: absolute;
    left: 20px;
    top: 20px;
    width: 24px;
    height: 24px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 24px;
}
.models-item-season--summer{
    background-image: url("/bitrix/templates/template.rimeks/images/svg/summer-tyre-icon.svg");
}
.models-item-season--winter{
    background-image: url("/bitrix/templates/template.rimeks/images/svg/winter-tyre-icon.svg");
}
.models__item-picture{
    margin-bottom: 20px;
    display: flex;
    justify-content: center;
}
.models__item-picture img{

}
/* .models__item-name{
    margin-bottom: 10px;
} */
.models__item-price{
    margin-top: 10px;
    font-weight: 600;
    font-size: 18px;
    color: var(--site-dark-color) !important;
}
.models__detail-text {
    padding: 135px 0 100px 0;
}
.models__detail-text,
.models__detail-text p{
    font-family: 'Inter';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 145%;
    margin-top: 120px;
    margin: 0;
}
.models__detail-text h2{
    font-weight: 600;
    font-size: 18px;
    line-height: 125%;
    margin-bottom: 10px;
}
.models__detail-text ul{
    list-style: unset !important;
    padding-left: 17px;
}
.models__detail-text ul li::marker{
    color: var(--site-default-color);
}

.models__header{
    background-color: var(--site-light-color);
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-family: 'Inter';
    font-style: normal;
    color: var(--site-dark-color);
    font-weight: 400;
    font-size: 16px;
    line-height: 125%;
    padding-bottom: 40px;
    /* margin-bottom: 40px; */
}

.models__header-title{
    font-weight: 600;
    font-size: 42px;
    line-height: 115%;
    letter-spacing: -0.01em;
    margin-bottom: 10px;
}

.models__header-found span.models__header-grey{
    color: var(--site-label-tetriary-color);
}
@media(max-width: 1140px){
    .models__item{
        width: calc(100% / 5 - 10px * 4 / 5);
    }

    .models__item:not(:nth-child(6n)){
        margin-right: 0px;
    }
    .models__item:not(:nth-child(5n)){
        margin-right: 10px;
    }
}
@media(max-width: 1050px){
    .models__item{
        max-width: 215px;
        width: 100%;
        min-width: 215px;
        margin-bottom: 0;
    }
    .models__item:not(:nth-child(5n)){
        margin-right: 0px;
    }
    .models__item:not(:last-child){
        margin-right: 10px;
    }
    .models__holder{
        padding: 0 40px;
        flex-wrap: nowrap;
    }
    .models__season{
        padding: 0 40px;
    }
    .models__holder{
		overflow-x: scroll;
		overflow: -moz-scrollbars-none;
        scrollbar-width: none;
		padding-top: 0;
		padding-bottom: 0 !important;
		-ms-overflow-style: none;
	}

	.models__holder::-webkit-scrollbar{
        display: none;
        -webkit-appearance: none;
        width: 0;
        height: 0;
	}
}
@media(max-width: 860px){
    .models__holder{
        padding: 0 25px;
    }
    .models__season{
        padding: 0 25px;
    }
}
@media(max-width: 620px){
    .models__header{
        flex-direction: column;
        justify-content: flex-start;
    }
    .models__header-left,
    .models__header-right{
        width: 100%;
    }
    .models__header-left{
        margin-bottom: 20px;
    }
    .models__header-logo{
        display: flex;
        justify-content: center;
    }
    .models__header{
        font-size: 14px;
        line-height: 145%;
        padding-bottom: 20px;
        margin-bottom: 0px;
    }

    .models__header-title{
        font-size: 30px;
    }
    .models{
        padding-top: 65px;
        padding-bottom: 80px;
    }
    .models__season{
        font-size: 20px;
        line-height: 115%;
    }
    .models__detail-text{
        padding: 100px 0;
    }
    .models__detail-text h2{
        font-size: 16px;
    }
    .models__detail-text ul{
        padding-left: 12px;
    }
}
@media (max-width: 450px){
    .models__holder{
        padding: 0 15px;
    }
    .models__season{
        padding: 0 15px;
    }
}

/* End */
/* /bitrix/templates/.default/components/bitrix/system.pagenavigation/news/style.css?1634634705425 */
/* /bitrix/templates/template.rimeks/components/bitrix/catalog/brand-models/bitrix/catalog.section/.default/style.css?16590096775610 */
</pre></body></html>