

/* 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/catalog/products/bitrix/catalog.element/bkz_product/style.css?173704571817238*/
.product_banner{
	height: 600px;
	overflow: hidden;
	position: relative;
}

.product_banner img{
	width: 100%;
	height: 100%;
	object-fit: cover;
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
}

.bx-breadcrumb .separator {
	color: var(--base-text-light) !important;
}

.bx-breadcrumb-item a{
	color: var(--base-text-light) !important;
}

.bx-breadcrumb-item .cur-page{
	color: var(--bg-light) !important;
}

.c-flex{
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	height: 100%;

	background-image: url('/local/templates/bravoff/assets/img/MissionBackgroundLogo05.svg');
	background-repeat: no-repeat;
	background-position-y: calc(100% - 29px);
	background-position-x: 100%;
	
}

.title-col{
	display: flex;
	flex-direction: column;
	width: 540px;
	gap: 24px;
}

.title-col .main-title{
	color: var(--bg-light);
}

.title-col .sub-title{
	color: var(--base-divider);
}




/*--feedback--*/

.contacts-row{
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 0px;
}

.contacts-description{
    width: 360px;
    color: var(--Background-Dark, #00061C);

    font-size: 16px;
    font-weight: 500;
    line-height: 150%;
}

.form-contacts{
    background-color: unset !important;
    padding: 0 !important;
}

.form-contacts .bkz-input{
    color: var(--base-text-primary);
}

.form-contacts .bkz-checkbox input:checked + label .bkz-checkbox-custom {
    background-image: url('/local/templates/bravoff/assets/img/checkbox_checked.svg');
}

.form-contacts .bkz-checkbox{
    color: var(--base-text-primary) !important;
}


.feedback-bg-logo{
    background-image: url('/local/templates/bravoff/assets/img/MissionBackgroundLogo.svg');
    background-repeat: no-repeat;
    background-position-y: calc(100%);
    background-position-x: 40px;
}


@media ((min-width: 478px) and (max-width: 767px)) {
    .contacts-row{
        display: grid;
        grid-template-rows: auto auto;
        grid-template-columns: 1fr;
        gap: 0px;
    }

    .contacts-description{
        width: auto;
    }

    .title-col{
        width: 100%;
    }

    .bx-breadcrumb .bx-breadcrumb-item {
        white-space: wrap !important;
    }
}

@media (max-width: 477px) {
    .contacts-row{
        display: grid;
        grid-template-rows: auto auto;
        grid-template-columns: 1fr;
        gap: 0px;
    }

    .title-col{
        width: 100%;
    }

    .bx-breadcrumb .bx-breadcrumb-item {
        white-space: wrap !important;
    }
}

/*--feedback--*/




.char-wrapper{
    display: grid;
    grid-template-columns: 342px 1fr;
    gap: 20px;
}

.char-list{
    display: flex;
    flex-direction: column;
    gap: 12px;
    padding: 0 0;
}

.char-item{
    /* padding: 32px 0; */
    position: relative;
    height: 110px;
    display: flex;
    transition: 0.3s;
    background: unset;
    cursor: pointer;
}

.char-item.active{
    margin-right: -58px;
    background: var(--accent-primari);
}

.char-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;
}

.char-item.active .char-item-arrow{
    background-image: url('/local/templates/bravoff/assets/img/arrow-white.svg');
}

.char-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;
}

.char-item.active .char-item-link{
    color: var(--bg-light);
}

.char-item-link:hover{
    color: var(--base-primary);
}

.char-detail{
    background: var(--Background-Accent, #FFF);
    /* height: 530px; */
}

.char-item-detail{
    display: none;
    height: 100%;
    position: relative;
}

.char-item-detail.active{
    display: grid;
}

.char-item-detail{
	grid-template-rows: 1fr;
    grid-auto-rows: 1fr;
	width: 100%;
	padding: 32px 32px 32px 80px;
}

.char-row {
	display: flex;
	/* height: 58px; */
	padding: 8px 0px;
	justify-content: space-between;
	align-items: center;
	align-self: stretch;
	border-bottom: 1px solid var(--Base-Divider, #BBC2CC);
}

.char-name{
    color: var(--Base-Secondary, #595E73);
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 130%; /* 20.8px */
    max-width: 50%;
}

.char-value{
    color: var(--Base-Primary, #000);
    text-align: right;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 130%; /* 20.8px */
}



.char-item-detail-img{
    width: 330px;
    position: relative;
    overflow: hidden;
}

.char-item-detail-img img{
    position: absolute;
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.char-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-char{
    margin-top: 16px;
    margin-bottom: 48px;
}

.char-item-detail-content .btn{
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
}


.char-item-mobile{
    display: none;
}

@media ((min-width: 1280px) and (max-width: 1439px)) {
    .char-item-detail-content{
        padding: 32px 64px;
        padding-right: 10px;
    }

    .char-item-detail-img{
        width: 250px;
    }

    .char-item-detail-content .btn{
        font-size: 16px !important;
        line-height: 24px !important;
    }
}

@media ((min-width: 992px) and (max-width: 1279px)) {
    .char-wrapper{
        grid-template-columns: auto;
        grid-template-rows: auto auto;
        gap: 0px;
    }

    .char-list {
        display: flex;
        flex-direction: row;
        gap: 4px;
        padding: 0;
        overflow: auto;
    }

    .char-item-detail{
        padding: 32px;
    }

    .char-item.active{
        margin-right: 0;
        background: var(--bg-white);
    }

    .char-item.active .char-item-link {
        color: var(--accent-primari);
    }
    
    .char-item-link{
        color: var(--base-secoundary);
        padding: 0 32px;
        padding-right: 8px;
        /* width: 250px; */
        gap: 0;
    }

    .char-item-arrow{
        display: none;
    }

    .char-item{
        height: 74px;
    }

    .char-item-detail-content{
        padding: 32px;
    }

    .char-item-detail-img{
        width: 330px;
    }

    .h1-title-char{
        margin-top: 16px;
        margin-bottom: 24px;
    }



    .char-item-detail-content .btn{
        font-size: 16px !important;
        line-height: 24px !important;
    }
}

@media ((min-width: 768px) and (max-width: 991px)) {
    .char-wrapper{
        grid-template-columns: auto;
        grid-template-rows: auto auto;
        gap: 0px;
    }

    .char-list {
        display: flex;
        flex-direction: row;
        gap: 4px;
        padding: 0;
        overflow: auto;
    }

    .char-item-detail{
        padding: 16px;
    }

    .char-item.active{
        margin-right: 0;
        background: var(--bg-white);
    }

    .char-item.active .char-item-link {
        color: var(--accent-primari);
    }
    
    .char-item-link{
        color: var(--base-secoundary);
        padding: 0 16px;
        padding-right: 8px;
        /* width: 230px; */
        gap: 0;
    }

    .char-item-arrow{
        display: none;
    }

    .char-item{
        height: 74px;
    }

    .char-item-detail-content{
        padding: 32px 16px;
    }

    .char-item-detail-img{
        width: 264px;
    }

    .h1-title-char{
        margin-top: 16px;
        margin-bottom: 24px;
    }



    .char-item-detail-content .btn{
        font-size: 16px !important;
        line-height: 24px !important;
    }

    
}

@media ((min-width: 478px) and (max-width: 767px)) {
    .h1-title-char{
        margin-top: 16px;
        margin-bottom: 24px;
    }

    .char-wrapper{
        display: flex;
        flex-direction: column;
        /* gap: 24px; */
    }

    .char-detail{
        background: none;
        height: auto;
        display: flex;
        flex-direction: column;
        gap: 24px;
    }

    .char-item-detail{
        padding: 8px;
    }

    .char-list{
        display: flex;
        flex-direction: row;
        gap: 0;
    }

    .char-row{
        flex-direction: column;
        justify-content: center;
        align-items: flex-start;
        gap: 4px;
    }

    .char-name{
        max-width: 100%;
    }

    .char-item{
        margin-right: 0;
        height: auto;
        color: rgba(15, 74, 97, 1);
        bottom: 0;
    }

    .char-item.active::before{
        position: absolute;
        height: 2px;
        width: 100%;
        bottom: 0;
        background-color: rgba(15, 74, 97, 1);
        content: '';
    }


    .char-item.active{
        background-color: unset;
        margin-right: 0;
        /* border-bottom: 2px solid rgba(15, 74, 97, 1); */
        
    }

    .char-item.active .char-item-link{
        color: rgba(15, 74, 97, 1);
    }

    .char-item-link{
        margin: 0;
        padding: 8px;
        width: auto;
    }

    .char-item-detail{
        flex-direction: column-reverse;
        background-color: unset;
        grid-template-rows: auto;
        grid-auto-rows: auto;
    }

    .char-item-detail-content{
        min-height: 0;
        padding: 16px;
        gap: 8px;
    }

    .char-item-detail-content .h2{
        display: none;
    }
    

    .char-item-detail-img {
        width: 100%;
        height: 200px;
        position: relative;
        overflow: hidden;
    }

    .char-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%);
    }

    .char-item-mobile .h2{
        color: var(--bg-white);
    }

    .char-item-name-mobile{
        color: var(--bg-light);
    }

    .vh100{
        height: auto !important;
        position: relative !important;
    }

    .links_col{
        gap: 8px;
    }

    .container-char {
        padding: 40px 16px !important;
    }
}

@media (max-width: 477px) {
    .h1-title-char{
        margin-top: 16px;
        margin-bottom: 24px;
    }

    .char-wrapper{
        display: flex;
        flex-direction: column;
        /* gap: 24px; */
    }

    .char-detail{
        background: none;
        height: auto;
        display: flex;
        flex-direction: column;
        gap: 24px;
    }

    .char-item-detail{
        padding: 8px;
    }

    .char-list{
        display: flex;
        flex-direction: row;
        gap: 0;
    }

    .char-row{
        flex-direction: column;
        justify-content: center;
        align-items: flex-start;
        gap: 4px;
    }

    .char-name{
        max-width: 100%;
    }

    .char-item{
        margin-right: 0;
        height: auto;
        color: rgba(15, 74, 97, 1);
        bottom: 0;
    }

    .char-item.active::before{
        position: absolute;
        height: 2px;
        width: 100%;
        bottom: 0;
        background-color: rgba(15, 74, 97, 1);
        content: '';
    }


    .char-item.active{
        background-color: unset;
        margin-right: 0;
        /* border-bottom: 2px solid rgba(15, 74, 97, 1); */
        
    }

    .char-item.active .char-item-link{
        color: rgba(15, 74, 97, 1);
    }

    .char-item-link{
        margin: 0;
        padding: 8px;
        width: auto;
    }

    .char-item-detail{
        flex-direction: column-reverse;
        background-color: unset;
        grid-template-rows: auto;
        grid-auto-rows: auto;
    }

    .char-item-detail-content{
        min-height: 0;
        padding: 16px;
        gap: 8px;
    }

    .char-item-detail-content .h2{
        display: none;
    }
    

    .char-item-detail-img {
        width: 100%;
        height: 200px;
        position: relative;
        overflow: hidden;
    }

    .char-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%);
    }

    .char-item-mobile .h2{
        color: var(--bg-white);
    }

    .char-item-name-mobile{
        color: var(--bg-light);
    }

    .vh100{
        height: auto !important;
        position: relative !important;
    }

    .links_col{
        gap: 8px;
    }

    .container-char {
        padding: 40px 16px !important;
    }
}





.system-grid{
    display: grid;
    grid-template-columns: 760px auto;
    gap: 48px;
}

.system-img{
    display: flex;
    position: relative;
}

.system-grid img{
    width: 100%;
}

.system-points{
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.system-points-list{
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.system-point-row{
    color: var(--Background-Dark, #00061C);
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%; /* 30px */
    align-items: center;
    cursor: pointer;

    display: flex;
    gap: 16px;
    transition: 0.3s;
}

.system-point-marker{
    display: flex;
    width: 33px;
    height: 32px;
    padding: 6px;
    justify-content: center;
    align-items: center;

    background-image: url('/local/templates/bravoff/assets/img/Ellipse 5.svg');
    background-repeat: no-repeat;
    background-position: center;
    background-size: 21px;

    color: #FFF;
    text-align: center;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 120%; /* 16.8px */
    letter-spacing: 0.14px;
    text-transform: uppercase;
}

.marker{
    display: flex;
    position: absolute;
    height: 45px;
    width: 45px;
    justify-content: center;
    align-items: center;
    background-image: url('/local/templates/bravoff/assets/img/Ellipse 4.svg');
    background-repeat: no-repeat;
    background-position: center;
    background-size: 45px;
    /* transition: 0.4s; */
    /* opacity: 100%; */
}

.system-img{
    pointer-events: none;
}

.system-img > .marker {
    cursor: pointer;
    pointer-events: auto;
    transition: 300ms opacity, 300ms transform;
}

.system-img:hover > .marker {
    opacity: 0.5;
}

.system-img:hover > .marker:hover {
    opacity: 1;
}

.system-point-row.hidden{
    opacity: 0.5;
}

.marker.hidden{
    opacity: 0.5;
}


.h1-title-system{
    font-size: 32px;
    font-weight: 600;
    line-height: 38.4px;
    letter-spacing: 0.01em;
    margin-bottom: 16px;
}


@media ((min-width: 1280px) and (max-width: 1439px)) {
    .system-grid {
        grid-template-columns: 630px auto;
    }
}

@media ((min-width: 992px) and (max-width: 1279px)) {
    .system-grid {
        grid-template-columns: auto auto;
        gap: 24px;
    }

    .system-point-row {
        color: var(--Background-Dark, #00061C);
        font-size: 16px;
        font-style: normal;
        font-weight: 400;
        line-height: 130%;
    }
}

@media ((min-width: 768px) and (max-width: 991px)) {
    .system-grid {
        grid-template-columns: auto auto;
        gap: 24px;
    }

    .system-point-row {
        color: var(--Background-Dark, #00061C);
        font-size: 16px;
        font-style: normal;
        font-weight: 400;
        line-height: 130%;

        gap: 8px;
    }

    .system-points-list{
        gap: 4px;
    }

    .system-points {
        gap: 8px;
    }

    .marker{
        scale: 0.9;
    }
}

@media ((min-width: 478px) and (max-width: 767px)) {
    .system-grid {
        grid-template-rows: auto auto;
        grid-template-columns: auto;
        gap: 16px;
    }

    .system-point-row {
        color: var(--Background-Dark, #00061C);
        font-size: 16px;
        font-style: normal;
        font-weight: 400;
        line-height: 130%;

        gap: 8px;
    }

    .system-points-list{
        gap: 4px;
    }

    .system-points {
        gap: 8px;
    }

    .marker{
        scale: 0.8;
    }

    .h1-title-system{
        font-size: 24px;
        font-weight: 500;
        line-height: 31.2px;
        margin-bottom: 16px;
    }

    .contacts-description{
        width: auto;
    }
}

@media (max-width: 477px) {
    .contacts-description{
        width: auto;
    }

    .system-grid {
        grid-template-rows: auto auto;
        grid-template-columns: auto;
        gap: 16px;
    }

    .system-point-row {
        color: var(--Background-Dark, #00061C);
        font-size: 16px;
        font-style: normal;
        font-weight: 400;
        line-height: 130%;

        gap: 8px;
    }

    .system-points-list{
        gap: 4px;
    }

    .system-points {
        gap: 8px;
    }

    .marker{
        scale: 0.7;
    }

    .h1-title-system{
        font-size: 24px;
        font-weight: 500;
        line-height: 31.2px;
        margin-bottom: 16px;
    }
}
/* 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_prev_slider/style.css?17370452971917*/
.product-list{
    width: 100%;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 52px;
}

.catalog-section{
    margin-top: 48px;
}

.btn-row{
    display: flex;
    width: 100%;
    justify-content: center;
    margin-top: 48px;
}

@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;
    }

    .nav-row .btn-row{
        margin-top: 24px;
    }
}

@media (max-width: 477px) {
    .product-list{
        gap: 40px;
        grid-template-columns: 1fr;
    }

    .catalog-section{
        margin-top: 24px;
    }

    .nav-row .btn-row{
        margin-top: 24px;
    }
    
}
.swiper-button-prev{
    background-image: url('/local/templates/bravoff/assets/img/prev.svg');
}
.swiper-button-next{
    background-image: url('/local/templates/bravoff/assets/img/next.svg');

}
.swiper-button-next, .swiper-button-prev{
    background-repeat: no-repeat;
    position: relative !important;
    top: unset !important;
    right: unset !important;
    margin: auto 0 !important;
    background-size: 14px;
    background-position: center;
    width: 24px !important;
    height: 24px !important;
}
.swiper-button-next::after{
    content: '' !important;
}

.swiper-button-prev::after{
    content: '' !important;
}

.nav-row .btn-row{
    gap: 48px;
}

.nav-row .btn-blue{
    margin-right: auto;
}
/* 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_prev_slider/themes/blue/style.min.css?1734921240706*/
.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/catalog/products/bitrix/catalog.element/bkz_product/style.css?173704571817238 */
/* /local/templates/bravoff/components/bitrix/breadcrumb/bkz_bread/style.css?1736857491610 */
/* /local/templates/bravoff/components/bitrix/catalog.section/product_prev_slider/style.css?17370452971917 */
/* /local/templates/bravoff/components/bitrix/catalog.item/product_item/style.css?17370933652550 */
/* /local/templates/bravoff/components/bitrix/catalog.section/product_prev_slider/themes/blue/style.min.css?1734921240706 */
/* /local/templates/bravoff/components/bitrix/news.list/uslugi_main/style.css?17352148598590 */
