

/* Start:/local/templates/cor/components/bitrix/catalog.section/corp/style.css?17564636172024*/
.notmain:has(.products.detail-list.showcase){
    display: grid;
    grid-template-columns: 320px 1fr;
    gap:32px;
}


.products.detail-list.showcase .item .pic img {
	aspect-ratio: 180 / 120;
}

.row {
    margin-left: 0;
    margin-right: 0;
}



.notmain .maincontent{
    order: 1;
}

.products.detail-list.showcase{
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(230px, 1fr));
    gap: 32px;
}

.products.detail-list.showcase .item .pic img{
    width: 100%;
    object-fit: cover;
}

.product-detail-card{
    background: white;
    border-radius: 10px;
    box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.05);
}

.product-detail-card .data{
    padding: 24px;
}

.products .item{
    display: flex;
    margin-bottom: 0 !important;
    flex-direction: column;
    justify-content: space-between;
}

.product-detail-card .name{
    margin-bottom: 24px;
}
.product-detail-card .name .aprimary{
    font-weight: 700;
    font-size: 16px;
    line-height: 120%;
    color: black;
    
}

.product-detail-card .btns{
    display: flex;
    justify-content: space-between;
    gap:20px;
    flex-wrap: wrap;
}

.btns .btn-callback a{
    border: 1px solid rgba(0, 70, 150, 1);
    border-radius: 4px;
    padding: 9px 16px;
    color: rgba(0, 70, 150, 1);
    font-size: 14px;
    display: block;
}

.btns .btn-link-to-detail-page a{
    border-radius: 4px;
    padding: 10px 16px;
    color: white;
    background-color: rgba(0, 70, 150, 1);
    font-size: 14px;
    display: block;
}

.btn-link-to-detail-page a:hover,
.btn-callback a:hover{
    text-decoration: none !important;
}

.products.detail-list.showcase + nav{
    text-align: center !important;
}



@media(max-width: 1124px){
    .notmain:has(.products.detail-list.showcase){
        grid-template-columns: 1fr;
    }
}

@media(max-width: 530px){
    .maincontent .content-wrap {
        padding: 0px !important;
    }
}





/* End */
/* /local/templates/cor/components/bitrix/catalog.section/corp/style.css?17564636172024 */
