

/* Start:/local/templates/bravoff/components/bitrix/news.list/slider_main/style.css?17349661803570*/
.swiper-slide{
    /* background-color: rgb(247, 94, 28); */
}

.mainSwiper{
    margin-top: 16px;
}

.swiper-pagination{
    display: block;
    position: relative !important;
    bottom: unset !important;
    top: unset !important;
    display: flex !important;
    margin-top: 20px;
    height: 4px;
    align-items: end;
}

.slide-wrap{
    height: 416px;
    position: relative;
    /* overflow: hidden; */
    display: flex;
    justify-content: flex-end;
}

.slide-bg-img{
    position: absolute;
    /* width: fit-content; */
    /* top: -40%; */
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 100%);
}

.slide-bg-img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.slide-content{
    z-index: 100;
    width: 476px;
    backdrop-filter: blur(20px);
    background-color: rgb(0, 0, 0, 0.2);
    display: flex;
    flex-direction: column;
    padding: 32px;
    color: var(--bg-white);
    justify-content: space-between;
}

.slide-bg-img .mob{
    display: none;
}


@media ((min-width: 768px) and (max-width: 991px)) {
    .slide-content{
        width: 364px;
    }

    .slide-links{
        gap: 4px;
    }
}

@media ((min-width: 478px) and (max-width: 767px)) {
    .slide-content{
        width: 364px;
    }

    .slide-links{
        gap: 4px;
    }
}

@media (max-width: 477px) {
    .slide-content{
        width: 100%;
        backdrop-filter: blur(5px);
    }

    .slide-bg-img .desc{
        display: none;
    }

    .slide-bg-img .mob{
        display: block;
    }

    .slide-links{
        gap: 4px;
    }

    .mainSwiper{
        margin-right: -16px !important;
        margin-left: -16px !important;
    }

    .swiper-pagination{
        display: none !important;
    }
}

.slide-name{
    text-align: end;
}

.slide-links{
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.slide-links a{
    color: var(--bg-white);
    text-decoration: none;
    padding: 12px 0 10px 0;
    display: flex;
    justify-content: space-between;
    align-items: baseline;
}

.slide-links a::after{
	background: var(--base-text-light);
}

.slide-links a::before{
	background: var(--accent-hover);
}

.slide-links .link_point{
    display: block;
    width: 10px;
    height: 10px;
    background-color: var(--base-divider);
    border-radius: 5px;
    transition: 0.3s;
    /* margin: auto; */
}

.slide-links a:hover .link_point{
    background: var(--accent-hover);
}

.slide-text{
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.slide-text .slider-title{
    text-transform: uppercase;
}




.swiper-pagination-bullet{
    width: 100% !important;
    height: 2px !important;
    border-radius: 0 !important;
    background-color: var(--base-divider) !important;
    transition: 0.2s;
    margin: 0 !important;
}

.swiper-pagination-bullet-active{
    height: 4px !important;
    background-color: var(--base-primary) !important;
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill{
    height: 4px !important;
    top: -2px !important;
    background-color: var(--base-primary) !important;
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill:hover{
    background-color: #6494A7 !important;
}

.swiper-pagination-progressbar{
    height: 2px !important;
    background-color: var(--base-divider) !important;
}

/* End */


/* Start:/local/templates/bravoff/components/bitrix/catalog.section/product_prev_list/style.css?17349339601043*/
.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;
    }
}

@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_prev_list/themes/blue/style.min.css?1734932040706*/
.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/news.list/slider_main/style.css?17349661803570 */
/* /local/templates/bravoff/components/bitrix/catalog.section/product_prev_list/style.css?17349339601043 */
/* /local/templates/bravoff/components/bitrix/catalog.item/product_item/style.css?17370933652550 */
/* /local/templates/bravoff/components/bitrix/catalog.section/product_prev_list/themes/blue/style.min.css?1734932040706 */
/* /local/templates/bravoff/components/bitrix/news.list/uslugi_main/style.css?17352148598590 */
