

/* Start:/local/templates/bravoff/components/bitrix/catalog/products/style.min.css?1734864600959*/
.grid .bx_content_section{margin-bottom:15px}.grid .bx_sidebar{margin-bottom:15px}.grid2x1 .bx_content_section{float:left;width:66%;margin-bottom:15px}.grid2x1 .bx_sidebar{float:right;width:33%;margin-bottom:15px;padding-left:5%;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}@media(max-width:960px){.grid2x1 .bx_sidebar{padding-left:4%}}@media(max-width:640px){.grid2x1 .bx_content_section,.grid2x1 .bx_sidebar{width:100%;float:none}.grid2x1 .bx_sidebar{padding-left:3%}}@media(max-width:479px){.grid2x1 .bx_sidebar{padding-left:1%}}.catalog-block-header{font-size:14px;font-weight:bold;text-align:left;margin:5px 0;padding:5px 15px;border-bottom:2px solid #d9dee6;color:#000}body.bx-theme-blue .catalog-block-header{border-color:#006cc0}body.bx-theme-green .catalog-block-header{border-color:#63aa28}body.bx-theme-red .catalog-block-header{border-color:#da3737}body.bx-theme-yellow .catalog-block-header{border-color:#f4b236}
/* End */


/* Start:/local/templates/bravoff/components/bitrix/breadcrumb/bkz_bread/style.css?1736857491610*/

.bx-breadcrumb{
	display: flex;
	gap: 8px;
}

.bx-breadcrumb .separator {
	color: var(--base-secoundary);
	vertical-align: middle;
}

.bx-breadcrumb .bx-breadcrumb-item {
	white-space: nowrap;
	vertical-align: middle;
}

.bx-breadcrumb-item a{
	color: var(--base-secoundary);
	text-decoration: none;
}

.bx-breadcrumb{
	font-size: 14px;
	font-weight: 400;
	line-height: 18.2px;
}

@media (max-width: 767px) {
	.bx-breadcrumb{
		color: var(--base-secoundary);
		font-size: 14px;
		font-weight: 600;
		line-height: 16.8px;
		gap: 0;
	}

	.bx-breadcrumb-item a, .bx-breadcrumb .separator{
		display: none;
	}
}


/* End */


/* Start:/local/templates/bravoff/components/bitrix/catalog.section/product_section/style.css?1734890280936*/
.product-list{
    width: 100%;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 52px;
}

.catalog-section{
    margin-top: 52px;
}

@media ((min-width: 1280px) and (max-width: 1439px)) {

}

@media ((min-width: 992px) and (max-width: 1279px)) {
    .product-list{
        gap: 24px;
    }

    .catalog-section{
        margin-top: 24px;
    }
}

@media ((min-width: 768px) and (max-width: 991px)) {
    .product-list{
        gap: 24px;
    }

    .catalog-section{
        margin-top: 24px;
    }
}

@media ((min-width: 478px) and (max-width: 767px)) {
    .product-list{
        gap: 16px;
        grid-template-columns: 1fr 1fr;
    }

    .catalog-section{
        margin-top: 24px;
    }
}

@media (max-width: 477px) {
    .product-list{
        gap: 40px;
        grid-template-columns: 1fr;
    }

    .catalog-section{
        margin-top: 24px;
    }
}
/* End */


/* Start:/local/templates/bravoff/components/bitrix/catalog.item/product_item/style.css?17370933652550*/
.product-item{
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.product-item-wrap{
    padding-bottom: 16px;
    border-bottom: 1px solid var(--base-divider);
}

.product-item-img-wrap{
    width: 100%;
    height: 400px;
    position: relative;
    overflow: hidden;
}

.product-item-img-wrap img{
    position: absolute;
    height: 100%;
    width: 100%;
    object-fit: cover;
    transition: 0.3s;
}

.product-item-img-wrap:hover img{
    transform: scale(1.1) !important;
}

.product-item-img-container{
    height: 100%;
    width: 100%;
    padding: 8px 16px;
    background: linear-gradient(1.42deg, rgba(0, 0, 0, 0) 47.84%, #000000 96.57%);
    z-index: 100;
    position: relative;
}

.product-item-img-wrap{
    border-bottom: 2px solid var(--base-text-light);
}

.product-item-info{
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.product-item-info a{
    text-decoration: none;
    color: var(--base-primary);

    min-height: 52px;
    display: flex;
    align-items: center;
}

.product-item-desc{
    color: var(--base-secoundary);
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;

    font-size: 16px;
    font-weight: 400;
    line-height: 20.8px;
}

@media ((min-width: 1280px) and (max-width: 1439px)) {
    .product-item-desc{
        font-size: 16px;
        font-weight: 400;
        line-height: 20.8px;
    }

    .product-item-img-wrap{
        height: 300px;
    }
}

@media ((min-width: 992px) and (max-width: 1279px)) {
    .product-item-img-wrap{
        height: 300px;
    }

    .product-item-desc{
        font-size: 14px;
        font-weight: 400;
        line-height: 15.6px;
    }
}

@media ((min-width: 768px) and (max-width: 991px)) {
    .product-item-img-wrap{
        height: 300px;
    }

    .product-item-desc{
        font-size: 14px;
        font-weight: 400;
        line-height: 15.6px;
    }
}

@media ((min-width: 478px) and (max-width: 767px)) {
    .product-item-img-wrap{
        height: 300px;
    }

    .product-item-desc{
        font-size: 14px;
        font-weight: 400;
        line-height: 15.6px;
    }
}

@media (max-width: 477px) {
    .product-item-img-wrap{
        height: 300px;
    }

    .product-item-desc{
        font-size: 14px;
        font-weight: 400;
        line-height: 15.6px;
    }

    .product-item-info a{
        min-height: 0px;
    }
}
/* End */


/* Start:/local/templates/bravoff/components/bitrix/catalog.section/product_section/themes/blue/style.min.css?1734866820706*/
.bx-blue .product-item-image-slider-progress-bar{background-color:#0083d1}.bx-blue .product-item-image-slider-control:hover{background-color:rgba(0,131,209,.8)}.bx-blue .product-item-image-slider-control.active,.bx-blue .product-item-image-slider-control:hover{background-color:#0083d1}.bx-blue .product-item-scu-item-text-block:hover,.bx-blue .product-item-scu-item-color-block:hover,.bx-blue .product-item-scu-item-text-container.selected .product-item-scu-item-text-block,.bx-blue .product-item-scu-item-color-container.selected .product-item-scu-item-color-block{outline-color:#006cc0}.bx-blue .product-item-amount-field:focus{border-color:#006cc0}.bx-blue .catalog-section-header{border-color:#006cc0}
/* End */


/* Start:/local/templates/bravoff/components/bitrix/news.list/uslugi_main/style.css?17352148598590*/
.uslugi-wrapper{
    display: grid;
    grid-template-columns: 342px 1fr;
    gap: 20px;
}

.uslugi-list{
    display: flex;
    flex-direction: column;
    gap: 12px;
    padding: 27px 0;
}

.uslugi-item{
    /* padding: 32px 0; */
    position: relative;
    height: 110px;
    display: flex;
    transition: 0.3s;
    background: unset;
    cursor: pointer;
}

.uslugi-item.active{
    margin-right: -58px;
    background: var(--accent-primari);
}

.uslugi-item-arrow{
    background-image: url('/local/templates/bravoff/assets/img/arrow-dark.svg');
    background-repeat: no-repeat;
    background-position: center;
    background-size: 20px;
    width: 20px;
    height: 20px;
}

.uslugi-item.active .uslugi-item-arrow{
    background-image: url('/local/templates/bravoff/assets/img/arrow-white.svg');
}

.uslugi-item-link{
    display: flex;
    padding: 16px;
    margin: auto 0;
    gap: 10px;
    text-decoration: none;
    color: var(--base-text-light);
    z-index: 100;
    position: relative;
    width: 342px;
    transition: 0.2s;
}

.uslugi-item.active .uslugi-item-link{
    color: var(--bg-light);
}

.uslugi-item-link:hover{
    color: var(--base-primary);
}

.uslugi-detail{
    background: var(--Background-Accent, #FFF);
    height: 530px;
}

.uslugi-item-detail{
    display: none;
    height: 100%;
    position: relative;
}

.uslugi-item-detail.active{
    display: grid;
    grid-template-columns: auto auto;
}



.uslugi-item-detail-img{
    width: 330px;
    position: relative;
    overflow: hidden;
}

.uslugi-item-detail-img img{
    position: absolute;
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.uslugi-item-detail-content{
    padding: 56px 80px;
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.links_col{
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.usluga_prev_text{
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    color: var(--base-secoundary);
}

.h1-title-uslugi{
    margin-top: 16px;
    margin-bottom: 48px;
}

.uslugi-item-detail-content .btn{
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
}


.uslugi-item-mobile{
    display: none;
}

@media ((min-width: 1280px) and (max-width: 1439px)) {
    .uslugi-item-detail-content{
        padding: 32px 64px;
        padding-right: 10px;
    }

    .uslugi-item-detail-img{
        width: 250px;
    }

    .uslugi-item-detail-content .btn{
        font-size: 16px !important;
        line-height: 24px !important;
    }
}

@media ((min-width: 992px) and (max-width: 1279px)) {
    .uslugi-wrapper{
        grid-template-columns: auto;
        grid-template-rows: auto auto;
        gap: 0px;
    }

    .uslugi-list {
        display: flex;
        flex-direction: row;
        gap: 4px;
        padding: 0;
        overflow: auto;
    }

    .uslugi-item.active{
        margin-right: 0;
        background: var(--bg-white);
    }

    .uslugi-item.active .uslugi-item-link {
        color: var(--accent-primari);
    }
    
    .uslugi-item-link{
        color: var(--base-secoundary);
        padding: 0 32px;
        padding-right: 8px;
        /* width: 250px; */
        gap: 0;
    }

    .uslugi-item-arrow{
        display: none;
    }

    .uslugi-item{
        height: 74px;
    }

    .uslugi-item-detail-content{
        padding: 32px;
    }

    .uslugi-item-detail-img{
        width: 330px;
    }

    .h1-title-uslugi{
        margin-top: 16px;
        margin-bottom: 24px;
    }

    .uslugi-detail{
        height: 420px;
    }

    .uslugi-item-detail-content .btn{
        font-size: 16px !important;
        line-height: 24px !important;
    }
}

@media ((min-width: 768px) and (max-width: 991px)) {
    .uslugi-wrapper{
        grid-template-columns: auto;
        grid-template-rows: auto auto;
        gap: 0px;
    }

    .uslugi-list {
        display: flex;
        flex-direction: row;
        gap: 4px;
        padding: 0;
        overflow: auto;
    }

    .uslugi-item.active{
        margin-right: 0;
        background: var(--bg-white);
    }

    .uslugi-item.active .uslugi-item-link {
        color: var(--accent-primari);
    }
    
    .uslugi-item-link{
        color: var(--base-secoundary);
        padding: 0 16px;
        padding-right: 8px;
        /* width: 230px; */
        gap: 0;
    }

    .uslugi-item-arrow{
        display: none;
    }

    .uslugi-item{
        height: 74px;
    }

    .uslugi-item-detail-content{
        padding: 32px 16px;
    }

    .uslugi-item-detail-img{
        width: 264px;
    }

    .h1-title-uslugi{
        margin-top: 16px;
        margin-bottom: 24px;
    }

    .uslugi-detail{
        height: 420px;
    }

    .uslugi-item-detail-content .btn{
        font-size: 16px !important;
        line-height: 24px !important;
    }
}

@media ((min-width: 478px) and (max-width: 767px)) {
    .h1-title-uslugi{
        margin-top: 16px;
        margin-bottom: 24px;
    }

    .uslugi-wrapper{
        display: flex;
        flex-direction: column;
        /* gap: 24px; */
    }

    .uslugi-detail{
        background: none;
        height: auto;
        display: flex;
        flex-direction: column;
        gap: 24px;
    }

    .uslugi-list{
        display: none;
    }

    .uslugi-item-detail{
        display: flex !important;
        flex-direction: column-reverse;
        background-color: var(--bg-white);
    }

    .uslugi-item-detail-content{
        min-height: 280px;
        padding: 16px;
        gap: 8px;
    }

    .uslugi-item-detail-content .h2{
        display: none;
    }
    

    .uslugi-item-detail-img {
        width: 100%;
        height: 200px;
        position: relative;
        overflow: hidden;
    }

    .uslugi-item-mobile{
        display: flex;
        flex-direction: column;
        gap: 8px;
        position: absolute;
        top: 0;
        left: 0;
        height: 100%;
        width: 100%;
        z-index: 100;
        padding: 16px;
        background: linear-gradient(0deg, rgba(0, 0, 0, 0.40) 0%, rgba(0, 0, 0, 0.40) 100%);
    }

    .uslugi-item-mobile .h2{
        color: var(--bg-white);
    }

    .uslugi-item-name-mobile{
        color: var(--bg-light);
    }

    .vh100{
        height: auto !important;
        position: relative !important;
    }

    .links_col{
        gap: 8px;
    }

    .container-uslugi {
        padding: 40px 16px !important;
    }
}

@media (max-width: 477px) {
    .h1-title-uslugi{
        margin-top: 16px;
        margin-bottom: 24px;
    }

    .h1-title-uslugi{
        margin-top: 16px;
        margin-bottom: 24px;
    }

    .uslugi-wrapper{
        display: flex;
        flex-direction: column;
        /* gap: 24px; */
    }

    .uslugi-detail{
        background: none;
        height: auto;
        display: flex;
        flex-direction: column;
        gap: 24px;
    }

    .uslugi-list{
        display: none;
    }

    .uslugi-item-detail{
        display: flex !important;
        flex-direction: column-reverse;
        background-color: var(--bg-white);
    }

    .uslugi-item-detail-content{
        min-height: 280px;
        padding: 16px;
        gap: 8px;
    }

    .uslugi-item-detail-content .h2{
        display: none;
    }
    

    .uslugi-item-detail-img {
        width: 100%;
        height: 200px;
        position: relative;
        overflow: hidden;
    }

    .uslugi-item-mobile{
        display: flex;
        flex-direction: column;
        gap: 8px;
        position: absolute;
        top: 0;
        left: 0;
        height: 100%;
        width: 100%;
        z-index: 100;
        padding: 16px;
        background: linear-gradient(0deg, rgba(0, 0, 0, 0.40) 0%, rgba(0, 0, 0, 0.40) 100%);
    }

    .uslugi-item-mobile .h2{
        color: var(--bg-white);
    }

    .uslugi-item-name-mobile{
        color: var(--bg-light);
    }

    .vh100{
        height: auto !important;
        position: relative !important;
    }

    .links_col{
        gap: 8px;
    }

    .container-uslugi {
        padding: 40px 16px !important;
    }

    .uslugi-item-detail-content .main-link a {
        white-space: unset !important;
    }
}
/* End */
/* /local/templates/bravoff/components/bitrix/catalog/products/style.min.css?1734864600959 */
/* /local/templates/bravoff/components/bitrix/breadcrumb/bkz_bread/style.css?1736857491610 */
/* /local/templates/bravoff/components/bitrix/catalog.section/product_section/style.css?1734890280936 */
/* /local/templates/bravoff/components/bitrix/catalog.item/product_item/style.css?17370933652550 */
/* /local/templates/bravoff/components/bitrix/catalog.section/product_section/themes/blue/style.min.css?1734866820706 */
/* /local/templates/bravoff/components/bitrix/news.list/uslugi_main/style.css?17352148598590 */
