

/* Start:/local/templates/bravoff/components/bitrix/breadcrumb/.default/style.css?17835493631205*/
.bx-breadcrumb {
	margin-top: 30px;
	margin-bottom: 30px;
}
.bx-breadcrumb i {
	color: #b5bdc2;
	line-height: 13px;
	font-size: 12px;
	vertical-align: middle;
	margin-right: 5px;
}
.bx-breadcrumb .bx-breadcrumb-item {
	float: left;
	display: flex;
	gap: 10px;
	white-space: nowrap;
	line-height: 12px;
	vertical-align: middle;
	margin-right: 10px;
	/*margin-bottom: 10px;*/
}
.bx-breadcrumb .bx-breadcrumb-item span {
	font-family: "Open Sans", Arial, "Helvetica Neue", Helvetica, sans-serif;
	font-size: 13px;
	white-space: normal;
}
.bx-breadcrumb .bx-breadcrumb-item a {border-bottom: none;}
.bx-breadcrumb .bx-breadcrumb-item a:hover {}


.fa_right{
	background: url("/local/templates/bravoff/components/bitrix/breadcrumb/.default/images/Arrow.svg");
	display: inline-flex;
	width: 12px;
	height: 11px;
	background-size: 12px;
	background-position: center;
	background-repeat: no-repeat;
}

.bx-breadcrumb-item{
	vertical-align: center !important;
	display: flex;
}

.bx-breadcrumb-item a{
	font-weight: 600;
	font-size: 10px;
	line-height: 12px;
	color: #707C8B;
	text-decoration: none;
}

.bx-breadcrumb-item.active{
	font-weight: 600;
	font-size: 10px;
	line-height: 12px;
	color: #3F3F3F;
}

@media (max-width: 1024px) {
	.bx-breadcrumb{
		display: none;
	}
}

/* End */


/* Start:/local/templates/bravoff/components/viksan/___faq/faq1/style.css?17835493632403*/
.tabs_btn {
    display: flex;
    flex-direction: row;
    gap: 15px;
    margin-top: 30px;
}

.tabs_btn_name {
    background: none;
    border-radius: 50px;
    border: 2px solid #4350F6;
    padding: 10px 37px;
    box-sizing: border-box;
    text-transform: uppercase;
    color: #4350F6;
    font-weight: 700;
    font-size: 14px;
    line-height: 17px;
    transition: 0.2s;
}

.tabs_btn_name:hover, .tabs_btn_name.active {
    background-color: #4350F6;
    color: #FFFFFF;
    cursor: pointer;
}
@media (max-width: 1024px) {
    .tabs_btn_name {
        white-space: nowrap;
    }

    .tabs_btn{
        overflow-x: scroll;
        margin: 15px -15px;
        padding: 0 15px 15px 15px;
    }
}


.faq_tab.active{
    display: flex;
}

.faq_tab{
    display: none;

    flex-direction: column;
    gap: 20px;
    margin-top: 30px;
    margin-bottom: 30px;
}

.accordion__item{
    background: #F3F7FF;
    border-radius: 30px;
    padding: 20px;
}

.accordion__head{
    display: flex;
    font-weight: 700;
    font-size: 26px;
    line-height: 32px;
    color: #000000;
    margin: 0;
    width: 80%;
}

.accordion__body{
    display: none;
    font-weight: 400;
    font-size: 18px;
    line-height: 24px;
    padding-left: 90px;
    margin: 20px 0;
}

.accordion__body p{
    margin: 0;
}

.faq_icon{
    display: inline-block;
    width: 64px;
    height: 64px;
    background-size: 64px;
    background-repeat: no-repeat;
    background-image: url('/local/templates/bravoff/img/faq2.svg');
    transition: 0.2s;
}

.faq_icon.open{
    background-image: url('/local/templates/bravoff/img/faq_open.svg');
}

.row{
    display: flex;
    align-items: center;
    gap: 26px;
}

@media (max-width: 1024px) {
    .accordion__head{
        font-weight: 700;
        font-size: 15px;
        line-height: 18px;
    }

    .accordion__item{
        padding: 10px;
        border-radius: 20px;
    }

    .faq_icon {
        width: 30px;
        height: 30px;
        background-size: 30px;
    }

    .faq_tab{
        gap: 10px;
        margin-top: 20px;
    }

    .accordion__body {
        padding-left: 47px;
        font-weight: 400;
        font-size: 15px;
        line-height: 18px;
        margin: 10px 0;
    }

    .row{
        gap: 18px;
    }
}

/* End */
/* /local/templates/bravoff/components/bitrix/breadcrumb/.default/style.css?17835493631205 */
/* /local/templates/bravoff/components/viksan/___faq/faq1/style.css?17835493632403 */
