

/* 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/bitrix/news.list/nashe-predlozhenie/style.css?17835493632643*/
.about__offers{
	padding: 78px 55px;
}

.name_list{
	width: 100%;
	position: relative;
}

.desc{
	width: 49%;
	position: absolute;
	display: none;
	top: 0;
	right: 0;
	bottom: 0;
}

.active + .desc{
	display: block;
}

.desc p{
	text-align: center;
}

.desc img{
	max-width: 454px;
}

.ellipse{
	position: absolute !important;
	width: 324px;
	height: 324px;
	left: 185px;
	top: 83px;
	background: #FFCE00;
	opacity: 0.5;
	filter: blur(150px);
}

.row{
	display: flex;
}

.f_dir_row{
	flex-direction: row;
	display: flex;
}

.f_dir_col{
	flex-direction: column;
	display: flex;
	align-items: center;
	position: relative;
	height: 100%;
}

.name_list{
	display: block;
	flex-direction: column;
/*	gap: 27px;*/
	margin-top: 40px;

}

/*.name_list h3{
	margin: 27px 0;
	color: #707C8B;
	font-size: 26px;
	line-height: 32px;
}*/

.name_list .hr_title{
	transition-duration: 0.2s;
	font-weight: 700;
	margin: 27px 0;
	color: #707C8B;
	font-size: 26px;
	line-height: 32px;
	text-decoration: none;
}


.hr_block:hover .hr_title{
	color: #4350F6;
}
.hr_block:hover .hr_line hr{
	background-color: #4350F6;
}
.hr_block:hover .hr_line span{
	color: #4350F6;
}


.hr_block.active .hr_title{
	color: #4350F6;
}
.hr_block.active .hr_title .hr_line hr{
	background-color: #4350F6;
}
.hr_block.active .hr_title .hr_line span{
	color: #4350F6;
}


.hr_block{
	width: 49%;
	display: flex;
   flex-direction: column-reverse;
   cursor: pointer;
}

.hr_line{
	display: flex;
	flex-direction: row;
}
.hr_line hr{
	transition-duration: 0.2s;
	width: 100%;
   border-style: none;
   height: 1px;
   background-color: #707C8B;
   margin: auto;
}
.hr_line span{
	transition-duration: 0.2s;
	margin-left: 15px;
	color: #707C8B;
}


@media (min-width: 1200px) and (max-width: 1440px) {
	.ellipse{
		left: 82px;
    	top: 34px;
	}
}


@media (min-width: 1024px) and (max-width: 1199px) {
	.ellipse{
		left: 41px;
    	top: 22px;
	}
}


@media (max-width: 1023px) {

	.h1{
		font-weight: 800;
		font-size: 26px;
		line-height: 32px;
		color: #3F3F3F;
	}

	.h3{
		font-weight: 800;
		font-size: 24px;
		line-height: 29px;
		color: #FFFFFF;
		margin: 0;
	}

	.desc{
		position: relative;
		width: 100%;
	}
	.desc p{
		text-align: start;
	}
	.hr_block{
		width: 100%;
	}
	.ellipse{
		left: 20px;
    	top: 13%;
	}

	.about__offers{
		padding: 0;
		padding-top: 29px;
	}

	.about__offers .h1{
		font-weight: 800;
		font-size: 24px;
		line-height: 29px;
	}

	.about__offers .hr_title{
		font-weight: 700;
		font-size: 15px;
		line-height: 18px;
		margin: 15px 0;
	}

	.name_list{
		margin-top: 10px;
		margin-bottom: 5px;
	}

	.name_list img{
		height: 190px;
	}

	

}









/* End */


/* Start:/local/templates/bravoff/components/bitrix/news.list/our_clients/style.css?17835493631202*/
.clients__list {
	/*overflow-x: scroll;
	*/
}

.clients{
    background: #FFFFFF;
    border: 1px solid #000000;
    border-radius: 50px;
    padding: 40px;
    z-index: 1000;
    display: flex;
    flex-direction: column;
    gap: 40px;
    margin-top: 50px;
    margin-bottom: 50px;
    position: relative;
}

.clients__list{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.clients__title.h1{
    font-weight: 800;
    font-size: 42px;
    line-height: 51px;
    color: #3F3F3F;
    margin: 0;
}

.clients__item{
    filter: grayscale(100%);
    padding: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: 0.3s;
}

.clients__item:hover{
    filter: grayscale(0%);
}


@media (min-width: 1024px) and (max-width: 1200px) {
    .clients__item{
        width: 100px;
    }
    .clients__item img{
        width: 100%;
    }
}

@media (max-width: 1024px){
    .clients__title.h1{
        font-weight: 700;
        font-size: 20px;
        line-height: 24px;
    }

    .clients{
        border: none;
        background: none;
        padding: 0;
    }

    .clients__list{
        overflow: auto;
        gap: 100px;
    }
}
/* End */


/* Start:/local/templates/bravoff/components/viksan/form.add/help_sale/style.css?17835493631272*/
table.form-table
{
	width:100%;
	background-color:white;
	border-collapse:collapse;
	font-size:100%;
	font-weight:normal;
	line-height:160%;
}

table.form-table th, table.form-table td
{
	border:1px solid #ADC3D5;
	padding: 5px 5px;
	vertical-align:top;
}

table.form-table th
{
	background-image:url(/local/templates/bravoff/components/viksan/form.add/help_sale/images/table_head.gif);
	background-repeat:repeat-x;
	text-align: left;
	color:#25639A;
}


table.form-table td
{
	padding: 15px 5px;
}

.form-required 
{
	color: red;
}

.error-fld {
	display: block;
	float: left;
	height: 13px;
	width: 15px;
	background-repeat: no-repeat;
	background-image: url(/local/templates/bravoff/components/viksan/form.add/help_sale/images/icon_warn.gif);
}
textarea {
	width: 100%;
	height: 140px;
	border: 1px solid #e5e5e5;
	padding: 10px 14px;
    background-color: #fff;
}
input {
font-family: 'Montserrat', sans-serif;
	font-weight: 300;
    font-size: 16px;
    line-height: 1.4;
    color: #6A6A6A;
}
*::placeholder {
	font-family: 'Montserrat', sans-serif;
	font-weight: 300;
    font-size: 14px;
    line-height: 1.4;
    color: #6A6A6A;
}

.distributor-contact__form .form-review__fieldset {
	margin-top: 0px;
}
.invalid-feedback {
	color: #FF0000;
	
}
.form_in_index>div{
	width: 100%;
}

#site{
	display: none;
}

/* End */
/* /local/templates/bravoff/components/bitrix/breadcrumb/.default/style.css?17835493631205 */
/* /local/templates/bravoff/components/bitrix/news.list/nashe-predlozhenie/style.css?17835493632643 */
/* /local/templates/bravoff/components/bitrix/news.list/our_clients/style.css?17835493631202 */
/* /local/templates/bravoff/components/viksan/form.add/help_sale/style.css?17835493631272 */
