

/* Start:/local/templates/bravoff/plugins/owl-carousel/css/owl.theme.about-company-banner.css?17835493634388*/
/**
 * Owl Carousel v2.3.4
 * Copyright 2013-2018 David Deutsch
 * Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE
 */
/*
 * 	Green theme - Owl Carousel CSS File
 */

.owl-theme{
  margin-top: 0;
}
.owl-theme .owl-nav {
  display: flex;
  position: absolute;
    bottom: 25px;
    right: 25px;
  margin-top: 10px;
  text-align: center;
  -webkit-tap-highlight-color: transparent;
/*  background-color: rgba(255, 255, 255, 0.2);*/
}


  .owl-theme .owl-nav [class*='owl-'] {
    background-color: rgba(255, 255, 255, 0.2);
    color: #FFF;
    font-size: 14px;
    margin: 5px;
    padding: 4px 7px;
    background: #D6D6D6;
    display: inline-block;
    cursor: pointer;
    border-radius: 3px; }


    .owl-theme .owl-nav [class*='owl-']:hover {
      background: #4350F6;
      color: #FFF;
      text-decoration: none; }


  .owl-theme .owl-nav .disabled {
    opacity: 0.5;
    cursor: default; }

.owl-theme .owl-nav.disabled + .owl-dots {
  margin-top: 10px; }


  .owl-carousel .owl-nav button.owl-prev{
    background-color: rgba(255, 255, 255, 0.2) !important;
    height: 64px;
    width: 64px;
    border-radius: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition-duration: 0.2s;
  }

  .owl-carousel .owl-nav button.owl-prev:hover{
    background-color: white !important;
  }

  .owl-carousel .owl-nav button.owl-prev:hover .prev_but{
    background-image: url(/local/templates/bravoff/img/Vector_but_hover.svg) !important;
  }

  /*.owl-carousel .owl-nav button.owl-prev span{
    size: 20px;
  }*/

  .prev_but{
    background-image: url(/local/templates/bravoff/img/Vector_but.svg);
    background-size: 10px;
    background-repeat: no-repeat;
    background-position-x: center;
    background-position-y: center;
    padding-right: 18px;
    height: 18px;
    display: inline;
  }
  .prev_but svg{
    fill: #4350F6 !important;
    color: #4350F6;
  }

  .owl-carousel .owl-nav button.owl-next{
    background-color: rgba(255, 255, 255, 0.2) !important;
    height: 64px;
    width: 64px;
    border-radius: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition-duration: 0.2s;
  }

  .owl-carousel .owl-nav button.owl-next:hover{
    background-color: white !important;
  }

  .owl-carousel .owl-nav button.owl-next:hover .next_but{
    background-image: url(/local/templates/bravoff/img/Vector_but_hover.svg) !important;
  }

  .next_but{
    background-image: url(/local/templates/bravoff/img/Vector_but.svg);
    background-size: 10px;
    background-repeat: no-repeat;
    background-position-x: center;
    background-position-y: center;
    padding-right: 18px;
    height: 18px;
    display: inline;
    transform: rotate(180deg);
  }  

.owl-theme .owl-dots {
  text-align: center;
  -webkit-tap-highlight-color: transparent; }

  .owl-theme .owl-dots .owl-dot {
    
    display: inline-block;
    zoom: 1;
    *display: inline; }
    .owl-theme .owl-dots .owl-dot span {
      width: 8px;
      height: 8px;
      margin: 0;
/*      background: white;*/
border: 1px;
  border-color: white;
  border-style: solid;
      transform: matrix(1, 0, 0, -1, 0, 0);
      display: block;
      -webkit-backface-visibility: visible;
/*      transition: opacity 200ms ease;*/
transition-duration: 0.2s;
      border-radius: 30px; }


.owl-theme .owl-dots{
  transition-duration: 0.2s;
  display: flex;
  position: absolute;
  top: 42px;
  right: 41px;
  gap: 20px;
  justify-content: center;
  align-items: center;
}
.owl-theme .owl-dots .owl-dot.active span {
  width: 8px;
  height: 8px;
  border: 1px;
  border-color: white;
  border-style: solid;
  background-color: white;
}

.owl-theme .owl-dots .owl-dot.active + .owl-dot span{
  width: 8px;
  height: 8px;
  border: 1px;
  border-color: white;
  border-style: solid;
}

/*.owl-theme .owl-dots .owl-dot:first-child + .owl-dot:not(.active) span{*/
/*  width: 15px;*/
/*  height: 16px;*/
/*  background: rgba(67, 80, 246, 0.5);*/
/*}*/


.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
  background: white; }


.owl-theme .owl-dots .owl-dot.neighbour span{
  width: 15px;
  height: 16px;
  background: rgba(67, 80, 246, 0.5);
}


@media (max-width: 1023px) {
.owl-theme .owl-nav{
  display: none;
}

.owl-theme .owl-dots{
  display: none;
}


}



/* End */


/* 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-preimushestvo/style.css?17835493632667*/


.text_up{
	box-sizing:border-box;
}

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

.h3{
	font-weight: 700;
	font-size: 26px;
	line-height: 32px;
	color: #FFFFFF;
	margin: 0px;
}

.text_up{
	width: 563px;
	max-width: 100%;
	z-index: 100;
}

.text_up p{
	font-weight: 400;
	font-size: 18px;
	line-height: 24px;
	color: #3F3F3F;
}

.text_down{
	width: 509px;
	max-width: 100%;
	display: flex;
    flex-direction: column;
    z-index: 100;
}

.text_down p{
	font-weight: 400;
	font-size: 18px;
	line-height: 24px;
	color: #FFFFFF;
	margin: 20px 0;
}

.ban_up{
	background: #E7EEFD;
	border-radius: 50px;
	padding: 55px 55px;
	height: 250px;

	margin-bottom: -300px
}

.ban_down{
	background: linear-gradient(108.24deg, #4250F6 37.61%, #1724C2 77.92%);
	border-radius: 50px;
	padding: 40px 55px;
	min-height: 280px;
	display: flex;
    flex-direction: row;
}

.im{
	position: absolute;
	bottom: 0;
	right: 0;
}
.ban_img{
	height: 550px;
	/*right: 50px;*/
    width: auto !important;
    /*bottom: 0px;*/
    /*position: absolute;*/
}

#owl_ban{
	position: relative;
}

#owl_ban.owl-carousel .owl-stage-outer{
	/*position: static;*/
}
#owl_ban.owl-carousel .owl-stage{
	padding-top: 300px;
	/*position: static;*/
}
#owl_ban.owl-carousel.owl-drag .owl-item{
	/*position: static;*/
}
#owl_ban.owl-carousel .ban_down{
	/*position: static;*/
}

.owl-theme .owl-dots{
	top: 342px;
}


.banner{
	display: flex;
	flex-direction: column;
}

.btn_1{

    align-self: flex-start;
	background: #FFCE00;
	border-radius: 50px;
	padding: 16px 20px;
	display: flex;
	align-items: center;
	text-align: center;
	border: none;
/*	height: 29px;*/
	width: 230px;
	margin-top: auto;
}

.btn_1 {
	font-weight: 700;
	font-size: 17px;
	line-height: 21px;
/*	text-decoration: none;*/
	text-transform: uppercase;
	color: #3F3F3F;
	cursor: pointer;
	text-align: center;
    display: block;
}

@media (min-width: 1200px) and (max-width: 1440px) {
	

}


@media (min-width: 1024px) and (max-width: 1199px) {
	
}


@media (max-width: 1023px) {

	.ban_up{
		padding: 22px 17px;
		min-height: 400px;
	}

	.ban_down{
		display: flex;
		min-height: 400px;
		padding: 22px 17px;
	}

	.text_up p{
		font-weight: 400;
		font-size: 14px;
		line-height: 17px;
		color: #3F3F3F;
	}

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

	.text_down p{
		font-weight: 400;
		font-size: 14px;
		line-height: 130%;
		color: #FFFFFF;
	}

	.text_down{
		margin-top: auto;
		z-index: 100;
	}

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

/**{
	box-sizing: border-box;
}*/
/* 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/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/plugins/owl-carousel/css/owl.theme.about-company-banner.css?17835493634388 */
/* /local/templates/bravoff/components/bitrix/breadcrumb/.default/style.css?17835493631205 */
/* /local/templates/bravoff/components/bitrix/news.list/nashe-preimushestvo/style.css?17835493632667 */
/* /local/templates/bravoff/components/bitrix/news.list/nashe-predlozhenie/style.css?17835493632643 */
/* /local/templates/bravoff/components/viksan/form.add/help_sale/style.css?17835493631272 */
