

/* 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/return/style.css?17835493633951*/
 .h1{
	font-weight: 800;
	font-size: 46px;
	line-height: 56px;
	color: #3F3F3F;
}

.h2{
	font-weight: 800;
	font-size: 42px;
	line-height: 51px;
	color: #3F3F3F;
}

.h3{
	font-weight: 700;
	font-size: 17px;
	line-height: 21px;
}

.h4{
	font-weight: 700;
	font-size: 22px;
	line-height: 28px;
	color: #3F3F3F;
	margin: 0;
	height: 58px;
}

.usl{
	text-decoration: none;
	font-weight: 700;
	font-size: 14px;
	line-height: 17px;
	text-transform: uppercase;
	color: #4350F6;
	display: flex;
	cursor: pointer;
}

.usl_p{
	display: none;
	font-weight: 400;
    font-size: 14px;
    line-height: 17px;
}

.usl_p.active{
	display: block;
}

.usl.active{
	color: #1724C2;
}

.usl span{
	background-image: url(/local/templates/bravoff/img/Vector.svg);
	width: 20px;
    background-repeat: no-repeat;
    background-position: center;
    margin-left: 10px;
    cursor: pointer;
}

.usl.active span{
	background-image: url(/local/templates/bravoff/img/Vector_active.svg);
}

.row{
	display: flex;
	column-gap: 20px;
}

.intro_ban{
	background-color: #FFF2BB;
	border-radius: 50px;
	display: flex;
	position: relative;
	overflow: hidden;
}

.img_ban{
	position: absolute;
}

.img_ban.i1{
	bottom: -4px;
	left: 0;
}

.img_ban.i2{
	top: 0;
	right: 0;
}

.img_ban.i3{
	top: 154px;
	right: 220px;
}

.p_text{
	margin-top: 40px;
	font-weight: 400;
	font-size: 14px;
	line-height: 17px;
}




/*.img_ban{
	height: 406px;
	margin-right: 164px;
width: 50%;
}
*/
/*
.img_ban img{
	width: auto;
	max-height: 100%;
}*/

.text_ban{
	margin: 111px auto 74px;
	text-align: center;
	max-width: 466px;
	z-index: 1;
}

html {
	scroll-behavior: smooth;
}

.body18{
	font-weight: 400;
	font-size: 18px;
	line-height: 24px;
}

.a1{
/*	width: 100%;*/
}

.a2{
	width: 300px;
}


.var{
	border: 1px solid #3F3F3F;
	border-radius: 50px;
	padding: 41px;
}

.content{
	border: 1px solid #E3415C;
	border-radius: 50px;
	padding: 20px 40px 20px 20px;
	width: 455px;
}

.usl_p li{
	margin: 10px;
}

@media (min-width: 1200px) and (max-width: 1440px) {
	.img_ban.i1{
		bottom: -4px;
		left: -125px;
	}

	.img_ban.i2{
		top: 0;
		right: 0;
	}

	.img_ban.i3{
		top: 154px;
		right: 90px;
	}

	.content .h4{
		height: 90px;
	}

}

@media (min-width: 1024px) and (max-width: 1199px) {
	.img_ban.i1{
		bottom: -4px;
		left: -204px;
	}

	.img_ban.i2{
		top: 0;
		right: 0;
	}

	.img_ban.i3{
		top: 154px;
		right: 13px;
	}

	.content .h4{
		height: 130px;
	}
}

@media (max-width: 1023px) {


	.content{
		width: auto;
		padding: 19px 25px;
		height: auto;
		border-radius: 20px;
		/*display: flex;
	    flex-direction: column;
	    justify-content: space-between;*/
	}

	.var{

		margin-top: 44px;
		padding: 0;
		border: none;
	}

	.var .a2{
		text-align: start;
		margin: 0 0 20px 0;
	}

	.a2 .h4{
		height: 48px;
	}

	.a2{
		margin: auto;
		text-align: center;

	}

	.a2 ol{
		text-align: left;
	}
	

	.row{
		display: flex;
		flex-direction: column-reverse;
		row-gap: 0px;
	}

	.row.rev{
		flex-direction: column;
	}

	.h1{
		font-weight: 800;
		font-size: 20px;
		line-height: 24px;
		color: #3F3F3F;
	}

	.h2{
		font-weight: 800;
		font-size: 20px;
		line-height: 24px;
		color: #3F3F3F;
	}

	.h4{
		font-weight: 700;
		font-size: 22px;
		line-height: 28px;
	}

	.body18{
		font-weight: 400;
		font-size: 18px;
		line-height: 24px;
	}

	.text_ban{
		margin: auto;
	}

	.intro_ban{
		padding: 20px;
		padding-bottom: 0;
		text-align: center;
		display: flex;
		flex-direction: column-reverse;
	}

	.img_ban.i3, .img_ban.i2{
		display: none;
	}

	.img_ban.i1{
		display: flex;
		position: relative;
		align-items: center;
	}

	.img_ban.i1 img{
		max-width: 302px;
		margin: auto;
	}
}
/* End */
/* /local/templates/bravoff/components/bitrix/breadcrumb/.default/style.css?17835493631205 */
/* /local/templates/bravoff/components/viksan/___faq/return/style.css?17835493633951 */
