

/* Start:/local/templates/souz-region/components/bitrix/system.pagenavigation/avtotekhnika/style.css?1739175825572*/
.load_more {
    margin: 20px auto;
    padding: 10px 40px;
    width: max-content;
    cursor: pointer;
    font-size: 18px;
    font-weight: 400;
    line-height: 36px;
    text-align: center;
    color: #2d4191;
    border: 2px solid #2d4191;
    border-radius: 5px;
    background-color: #ffffff;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

.load_more:hover{
    color: #ffffff;
    background-color: #2d4191;
}
/* End */


/* Start:/local/templates/souz-region/components/bitrix/news/avto/bitrix/news.list/avto/style.css?17631213162819*/
.avtotekhnika{
    margin: 40px 0;
}

.avtotekhnika .container {
    padding: 0 var(--container-offset);
}

.avtotekhnika h1{
    color: var(--first);
}

.avtotekhnika-cards{
    display: flex;
    flex-direction: column;
    gap: 30px;
}

.avtotekhnika-card{
    display: flex;
    flex-wrap: wrap;
    box-shadow: 2px 2px 15px rgba(0, 0, 0, 0.2);
    gap: 30px;
    padding: 20px;
    border-radius: 6px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.avtotekhnika-card:hover{
    box-shadow: 2px 2px 15px rgba(0, 0, 0, 0.4);
}

.avtotekhnika-card .card-img{
    max-width: 375px;
    width: 100%;
    max-height: 270px;
}

.avtotekhnika-card .card-img img{
    object-fit: cover;
    width: 100%;
    height: 100%;
}

.card-info{
    flex: 1;
    min-width: 300px;
    max-width: 400px;
    display: flex;
    flex-direction: column;
    gap: 50px;
    padding: 20px 0;
}

.characteristics{
    flex: 1;
    min-width: 300px;
    display: flex;
    flex-direction: column;
    gap: 10px;
    justify-content: center;
    padding: 20px 0;
}

.card-info .card-info__title{
    color: var(--first);
    font-size: 28px;
    font-weight: 500;
}

.card-info .card-info__price{
    color: var(--second);
    font-size: 22px;
    font-weight: 700;
}

.card-info .card-btns{
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
}

.card-btns .buy-btn{
    font-size: 16px;
    font-weight: 400;
    line-height: 36px;
    padding: 5px 30px;
    text-align: center;
    color: #fefefe;
    border-radius: 5px;
    z-index: 2;
    background-color: var(--first);
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

.card-btns .buy-btn:hover{
    background-color: var(--second);
}

.card-btns .lizing-btn{
    font-size: 16px;
    font-weight: 400;
    line-height: 36px;
    padding: 5px 30px;
    text-align: center;
    color: #7b7b7b;
    border-radius: 5px;
    z-index: 2;
    background-color: #e2e2e2;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

.card-btns .lizing-btn:hover{
    background-color: #d2d2d2;
}

.characteristic-item{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 10px;
}

.characteristic-item .characteristic-name{
    flex: 1 1 calc(50% - 5px);
    box-sizing: border-box;
    color: #979797;
    font-size: 16px;
}

.characteristic-item .characteristic-value{
    flex: 1 1 calc(50% - 5px);
    box-sizing: border-box;
    color: #000000;
    font-size: 16px;
    width: 200px;
}
/* End */
/* /local/templates/souz-region/components/bitrix/system.pagenavigation/avtotekhnika/style.css?1739175825572 */
/* /local/templates/souz-region/components/bitrix/news/avto/bitrix/news.list/avto/style.css?17631213162819 */
