

/* Start:/local/templates/.default/css/ui_style.css?146616815714745*/
/* Ширина слайдера */
#slider, #slidersum, #slidermount, #slidersum2 {
	width: 290px;
}
/* Контейнер слайдера */
.ui-slider {
	position: relative;
}

#ui-datepicker-div table th{
	color: #808080;
	text-transform:
	uppercase; font-weight: 400;
}
#ui-datepicker-div table tr:nth-child(2n+1){background: transparent; }
/* Ползунок */
.ui-slider .ui-slider-handle {
	position: absolute;
	z-index: 2;
	width: 21px;   /* Задаем нужную ширину */
	height: 21px;  /* и высоту */
	background: url(/local/templates/.default/css/../images/corner.png) no-repeat; /* картинка изображающая ползунок. Или можно залить цветом, задать бордюр и скругления */
	cursor: pointer;
    outline: none;
}
#slider .ui-slider-range, #slidermount .ui-slider-range{
	position: absolute;
	z-index: 1;
	font-size: .7em;
	display: block;
	border: 0;
	overflow: hidden;
    background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #f7baa5), color-stop(1, #dc5423) );
	background:-moz-linear-gradient( center top, #f7baa5 5%, #dc5423 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#f7baa5', endColorstr='#dc5423');
	background-color:#dc5423;
}
#slidersum .ui-slider-range, #slidersum2 .ui-slider-range {
	position: absolute;
	z-index: 1;
	font-size: .7em;
	display: block;
	border: 0;
	overflow: hidden;
    background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #ebf7b2), color-stop(1, #9cc842) );
	background:-moz-linear-gradient( center top, #ebf7b2 5%, #9cc842 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ebf7b2', endColorstr='#9cc842');
	background-color:#9cc842;
}
/* горизонтальный слайдер (сама полоса по которой бегает ползунок) */
.ui-slider-horizontal {
	 height: 7px; /* задаем высоту согласно дизайна */
}
/* позиционируем ползунки */
.ui-slider-horizontal .ui-slider-handle {
	top: -8px;
	margin-left: -10px;
}
.ui-slider-horizontal .ui-slider-range {
	top: 0;
	height: 100%;
}
.ui-slider-horizontal .ui-slider-range-min {
	left: 0;
}
.ui-slider-horizontal .ui-slider-range-max {
	right: 0;
}
/* оформление полосы по которой ходит ползунок */
.ui-widget-content {
	border: 1px solid #fff;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #373737), color-stop(1, #666666) );
	background:-moz-linear-gradient( center top, #373737 5%, #666666 100% );
	/*filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#373737', endColorstr='#666666');*/
	background-color:#373737;
     -moz-box-shadow: 0 0 10px rgba(0,0,0,0.5); /* Для Firefox */
    -webkit-box-shadow: 0 0 10px rgba(0,0,0,0.5); /* Для Safari и Chrome */
    box-shadow: 0 0 10px rgba(0,0,0,0.5); /* Параметры тени */
}
/* оформление активного участка (между двумя ползунками) */
.ui-widget-header {
	border: 1px solid #D4D4D4;
	background: #f00;
}
/* скругление для полосы слайдера */
.ui-corner-all {
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;

}
.ui-widget {
border: 1px solid #D4D4D4;
/*background: #F00;*/
}

.ui-tabs {
	position: relative;
}
#tabs-vopros .ui-tabs-nav {
	margin: 0;
    padding: 0;
    overflow: hidden;
    background: #e8e9ea;
}
#tabs-vopros .ui-tabs-nav li {
	list-style: none;
	float: left;
    height: 84px;
    border-right: 1px solid #d7d9dc;
    border-left: 1px solid #fff;
	padding: 0;
	white-space: nowrap;

}
#tabs-vopros .ui-tabs-nav li a {
	float: left;
	padding: 1em;
	text-decoration: none;
    outline: none;
    font-family: "Roboto",Verdana, Arial, Helvetica, sans-serif;
    font-size: 15px;
    color: #0177AE;
    text-align: center;
}
/*#tabs-vopros .ui-tabs-nav li a.chactie{
    padding: 1em 1em 1em 55px;
    background: url(/local/templates/.default/css/images/icons.png) 10px 0 no-repeat;
}
#tabs-vopros .ui-tabs-nav li a.dopol{
    padding: 1em 1em 1em 55px;
    background: url(/local/templates/.default/css/images/icons.png) 10px -70px no-repeat;
}
#tabs-vopros .ui-tabs-nav li a.oplata{
    padding: 1em 1em 1em 55px;
    background: url(/local/templates/.default/css/images/icons.png) 10px -140px no-repeat;
}
#tabs-vopros .ui-tabs-nav li a.perevodi{
    padding: 1em 1em 1em 55px;
    background: url(/local/templates/.default/css/images/icons.png) 10px -210px no-repeat;
}*/

#tabs-vopros .ui-tabs-nav li.ui-tabs-active {
	margin-bottom: -1px;
	padding-bottom: 1px;
    background: #fff; /*url(/local/templates/.default/css/images/lishadow.png) top left no-repeat;*/
    border-left: none;
}
#tabs-vopros .ui-tabs-nav li.ui-tabs-active a,
#tabs-vopros .ui-tabs-nav li.ui-state-disabled a,
#tabs-vopros .ui-tabs-nav li.ui-tabs-loading a {
	cursor: text;
}
#tabs-vopros .ui-tabs-nav li a, /* first selector in group seems obsolete, but required to overcome bug in Opera applying cursor: text overall if defined elsewhere... */
#tabs-vopros .ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-active a {
	cursor: pointer;
}
#tabs-vopros .ui-tabs-panel {
	display: block;
	border-width: 0;
	background: none;
}
#tabs-vopros.ui-widget-content {
	border: 1px solid #e6e6e6;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #e6e6e6), color-stop(1, #fff) );
	background:-moz-linear-gradient( center top, #e6e6e6 5%, #fff 100% );
	/*filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#e6e6e6', endColorstr='#fff');*/
	background-color:#FFFFFF;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow:none;

}
#tabs-vopros .ui-widget-content {
	border: 1px solid #fff;
    padding: 10px 20px;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #fff), color-stop(1, #fff) );
	background:-moz-linear-gradient( center top, #fff 5%, #fff 100% );
	/*filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff', endColorstr='#fff');  */
	background-color:#FFFFFF;
    -moz-box-shadow:none;
    -webkit-box-shadow: none;
    box-shadow: none;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 14px;

}
/* оформление активного участка (между двумя ползунками) */
#tabs-vopros .ui-widget-header {
	border: none;
	/*background: #f00; */
}
/* скругление для полосы слайдера */
#tabs-vopros .ui-corner-all {
	-moz-border-radius: none;
	-webkit-border-radius: none;

}
#tabs-vopros .ui-widget {
border: none;
/*background: #F00;*/
}

/**/
.ui-datepicker {
	width: 17em;
	padding: .2em .2em 0;
	display: none;
}
.ui-datepicker .ui-datepicker-header {
	position: relative;
	padding: .2em 0;
}
.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next {
	position: absolute;
	top: 2px;
	width: 1.8em;
	height: 1.8em;
	cursor: pointer;
}
.ui-datepicker .ui-datepicker-prev-hover,
.ui-datepicker .ui-datepicker-next-hover {
	top: 1px;
}
.ui-datepicker .ui-datepicker-prev {
	left: 2px;
}
.ui-datepicker .ui-datepicker-next {
	right: 2px;
}
.ui-datepicker .ui-datepicker-prev-hover {
	left: 1px;
}
.ui-datepicker .ui-datepicker-next-hover {
	right: 1px;
}
.ui-datepicker .ui-datepicker-prev span,
.ui-datepicker .ui-datepicker-next span {
	display: block;
	position: absolute;
	left: 50%;
	margin-left: -8px;
	top: 50%;
	margin-top: -8px;
}
.ui-datepicker .ui-datepicker-title {
	margin: 0 2.3em;
	line-height: 1.8em;
	text-align: center;
}
.ui-datepicker .ui-datepicker-title select {
	font-size: 1em;
	margin: 1px 0;
}
.ui-datepicker select.ui-datepicker-month-year {
	width: 100%;
}
.ui-widget-header .ui-icon {
	background-image: url(/local/templates/.default/css/images/ui-icons_222222_256x240.png);
}
/*.ui-state-default,
.ui-widget-header {
	border: 1px solid #d3d3d3;
	background: #e6e6e6 url(/local/templates/.default/css/images/ui-bg_glass_75_e6e6e6_1x400.png) 50% 50% repeat-x;
	font-weight: normal;
	color: #555555;
}
.ui-state-default a,
.ui-state-default a:link,
.ui-state-default a:visited {
	color: #555555;
	text-decoration: none;
}
.ui-state-hover,
.ui-widget-content .ui-state-hover,
.ui-widget-header .ui-state-hover,
.ui-state-focus,
.ui-widget-content .ui-state-focus,
.ui-widget-header .ui-state-focus {
	border: 1px solid #999999;
	background: #dadada url(/local/templates/.default/css/images/ui-bg_glass_75_dadada_1x400.png) 50% 50% repeat-x;
	font-weight: normal;
	color: #212121;
}
.ui-state-hover a,
.ui-state-hover a:hover,
.ui-state-hover a:link,
.ui-state-hover a:visited {
	color: #212121;
	text-decoration: none;
}
.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active {
	border: 1px solid #aaaaaa;
	background: #ffffff url(/local/templates/.default/css/images/ui-bg_glass_65_ffffff_1x400.png) 50% 50% repeat-x;
	font-weight: normal;
	color: #212121;
}
.ui-state-active a,
.ui-state-active a:link,
.ui-state-active a:visited {
	color: #212121;
	text-decoration: none;
}
*/
.ui-state-highlight,
.ui-widget-content .ui-state-highlight,
.ui-widget-header .ui-state-highlight {
	border: 1px solid #b2d4d7;
	border-radius: 3px;
	background: #fff;
	color: #00717b;
}
.ui-state-highlight a,
.ui-widget-content .ui-state-highlight a,
.ui-widget-header .ui-state-highlight a {
	color: #363636;
}
.ui-state-error,
.ui-widget-content .ui-state-error,
.ui-widget-header .ui-state-error {
	border: 1px solid #cd0a0a;
	background: #fef1ec url(/local/templates/.default/css/images/ui-bg_glass_95_fef1ec_1x400.png) 50% 50% repeat-x;
	color: #cd0a0a;
}
.ui-state-error a,
.ui-widget-content .ui-state-error a,
.ui-widget-header .ui-state-error a {
	color: #cd0a0a;
}
.ui-state-error-text,
.ui-widget-content .ui-state-error-text,
.ui-widget-header .ui-state-error-text {
	color: #cd0a0a;
}
.ui-priority-primary,
.ui-widget-content .ui-priority-primary,
.ui-widget-header .ui-priority-primary {
	font-weight: bold;
}
.ui-priority-secondary,
.ui-widget-content .ui-priority-secondary,
.ui-widget-header .ui-priority-secondary {
	opacity: .7;
	filter:Alpha(Opacity=70);
	font-weight: normal;
}
.ui-state-disabled,
.ui-widget-content .ui-state-disabled,
.ui-widget-header .ui-state-disabled {
	opacity: .35;
	filter:Alpha(Opacity=35);
	background-image: none;
}
.ui-state-disabled .ui-icon {
	filter:Alpha(Opacity=35); /* For IE8 - See #6059 */
}

/* Icons
----------------------------------*/

/* states and images */
.ui-icon {
	width: 16px;
	height: 16px;
}
.ui-icon,
.ui-widget-content .ui-icon {
	background-image: url(/local/templates/.default/css/images/ui-icons_222222_256x240.png);
}
.ui-widget-header .ui-icon {
	background-image: url(/local/templates/.default/css/images/ui-icons_222222_256x240.png);
}
.ui-state-default .ui-icon {
	background-image: url(/local/templates/.default/css/images/ui-icons_888888_256x240.png);
}
.ui-state-hover .ui-icon,
.ui-state-focus .ui-icon {
	background-image: url(/local/templates/.default/css/images/ui-icons_454545_256x240.png);
}
.ui-state-active .ui-icon {
	background-image: url(/local/templates/.default/css/images/ui-icons_454545_256x240.png);
}
.ui-state-highlight .ui-icon {
	background-image: url(/local/templates/.default/css/images/ui-icons_2e83ff_256x240.png);
}
.ui-state-error .ui-icon,
.ui-state-error-text .ui-icon {
	background-image: url(/local/templates/.default/css/images/ui-icons_cd0a0a_256x240.png);
}

/* Corner radius */
.ui-corner-all,
.ui-corner-top,
.ui-corner-left,
.ui-corner-tl {
	border-top-left-radius: 4px;
}
.ui-corner-all,
.ui-corner-top,
.ui-corner-right,
.ui-corner-tr {
	border-top-right-radius: 4px;
}
.ui-corner-all,
.ui-corner-bottom,
.ui-corner-left,
.ui-corner-bl {
	border-bottom-left-radius: 4px;
}
.ui-corner-all,
.ui-corner-bottom,
.ui-corner-right,
.ui-corner-br {
	border-bottom-right-radius: 4px;
}

.ui-datepicker select.ui-datepicker-month,
.ui-datepicker select.ui-datepicker-year {
	width: 49%;
}
.ui-datepicker table {
	width: 100%;
	font-size: .9em;
	border-collapse: collapse;
	margin: 0 0 .4em;
}
.ui-datepicker th {
	padding: .7em .3em;
	text-align: center;
	font-weight: bold;
	border: 0;
}
.ui-datepicker td {
	border: 0;
	padding: 1px;
}
.ui-datepicker td span,
.ui-datepicker td a {
	display: block;
	padding: 0em;
	text-align: right;
	text-decoration: none;
	text-align: center;
	font-size: 12px;
}
.ui-datepicker .ui-datepicker-buttonpane {
	background-image: none;
	margin: .7em 0 0 0;
	padding: 0 .2em;
	border-left: 0;
	border-right: 0;
	border-bottom: 0;
}
.ui-datepicker .ui-datepicker-buttonpane button {
	float: right;
	margin: .5em .2em .4em;
	cursor: pointer;
	padding: .2em .6em .3em .6em;
	width: auto;
	overflow: visible;
}
.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current {
	float: left;
}

/* with multiple calendars */
.ui-datepicker.ui-datepicker-multi {
	width: auto;
}
.ui-datepicker-multi .ui-datepicker-group {
	float: left;
}
.ui-datepicker-multi .ui-datepicker-group table {
	width: 95%;
	margin: 0 auto .4em;
}
.ui-datepicker-multi-2 .ui-datepicker-group {
	width: 50%;
}
.ui-datepicker-multi-3 .ui-datepicker-group {
	width: 33.3%;
}
.ui-datepicker-multi-4 .ui-datepicker-group {
	width: 25%;
}
.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header {
	border-left-width: 0;
}
.ui-datepicker-multi .ui-datepicker-buttonpane {
	clear: left;
}
.ui-datepicker-row-break {
	clear: both;
	width: 100%;
	font-size: 0;
}

/* RTL support */
.ui-datepicker-rtl {
	direction: rtl;
}
.ui-datepicker-rtl .ui-datepicker-prev {
	right: 2px;
	left: auto;
}
.ui-datepicker-rtl .ui-datepicker-next {
	left: 2px;
	right: auto;
}
.ui-datepicker-rtl .ui-datepicker-prev:hover {
	right: 1px;
	left: auto;
}
.ui-datepicker-rtl .ui-datepicker-next:hover {
	left: 1px;
	right: auto;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane {
	clear: right;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane button {
	float: left;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current,
.ui-datepicker-rtl .ui-datepicker-group {
	float: right;
}
.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header {
	border-right-width: 0;
	border-left-width: 1px;
}
.ui-widget-content {
	border: 1px solid #aaaaaa;
	background: #ffffff url(/local/templates/.default/css/images/ui-bg_flat_75_ffffff_40x100.png) 50% 50% repeat-x;
	color: #222222;
}
.ui-widget-content a {
	/*color: #222222;*/
}
.ui-widget-header {
	border: none;
	background: #fff;
	color: #4e4e4e;
	font-weight: bold;
}
.ui-widget-header a {
	color: #222222;
}
.ui-icon-circle-triangle-e { background-position: -48px -192px; }
.ui-icon-circle-triangle-w { background-position: -80px -192px; }
/* states and images */
.ui-icon {
	display: block;
	text-indent: -99999px;
	overflow: hidden;
	background-repeat: no-repeat;
}
.ui-icon-closethick {
	background-position: -32px -192px;
	cursor: pointer;
}
.ui-icon-closethick + .ui-button-text {
	display: none;
}
#dialog-confirm img {
	width: 100%;
}
#ui-id-6 {
	font-size: 20px;
	margin: 10px;
	display: inline-block;
}
.ui-dialog-titlebar-close {
	float: right;
	margin: 10px;
}
/* End */


/* Start:/resources/css/feedback__new.css?15384598797513*/
.b-callbackform {
  max-width: 610px;
  width: 100%;
  background: #fff;
  box-sizing: border-box;
  position: relative;
}
.b-callbackform * {
  box-sizing: border-box;
}
.b-callbackform__list {
  padding: 30px 30px 40px;
}
.b-callbackform__inputwarp {
  position: relative;
}
.b-callbackform__input {
  border: 1px solid rgba(0, 0, 0, 0.1);
  box-sizing: border-box;
  font-size:16px;
  border-radius: 2px;
  width: 100%;
  padding: 0 15px;
  outline: none;
  height: 60px;
}
.b-callbackform__input--time {
  background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIHZpZXdCb3g9IjAgMCAyNCAyNCIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayI+PHRpdGxlPmNhbGVuZGFyIDE8L3RpdGxlPjxkZXNjPkNyZWF0ZWQgdXNpbmcgRmlnbWE8L2Rlc2M+PHVzZSB4bGluazpocmVmPSIjYSIgZmlsbD0iIzIzMjMyMyIvPjx1c2UgeGxpbms6aHJlZj0iI2IiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDUuMiA5KSIgZmlsbD0iIzIzMjMyMyIvPjx1c2UgeGxpbms6aHJlZj0iI2IiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDUuMiAxMi43NSkiIGZpbGw9IiMyMzIzMjMiLz48dXNlIHhsaW5rOmhyZWY9IiNiIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSg1LjIgMTYuNSkiIGZpbGw9IiMyMzIzMjMiLz48dXNlIHhsaW5rOmhyZWY9IiNiIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgxMC41IDE2LjUpIiBmaWxsPSIjMjMyMzIzIi8+PHVzZSB4bGluazpocmVmPSIjYiIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoMTAuNSAxMi43NSkiIGZpbGw9IiMyMzIzMjMiLz48dXNlIHhsaW5rOmhyZWY9IiNiIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgxMC41IDkpIiBmaWxsPSIjMjMyMzIzIi8+PHVzZSB4bGluazpocmVmPSIjYiIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoMTUuOCAxNi41KSIgZmlsbD0iIzIzMjMyMyIvPjx1c2UgeGxpbms6aHJlZj0iI2IiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDE1LjggMTIuNzUpIiBmaWxsPSIjMjMyMzIzIi8+PHVzZSB4bGluazpocmVmPSIjYiIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoMTUuOCA5KSIgZmlsbD0iIzIzMjMyMyIvPjxkZWZzPjxwYXRoIGlkPSJhIiBkPSJNMjIgMi4yNWgtMy4yNVYuNzVhLjc1Ljc1IDAgMSAwLTEuNSAwdjEuNWgtNC41Vi43NWEuNzUuNzUgMCAxIDAtMS41IDB2MS41aC00LjVWLjc1YS43NS43NSAwIDEgMC0xLjUgMHYxLjVIMmEyIDIgMCAwIDAtMiAyVjIyYTIgMiAwIDAgMCAyIDJoMjBhMiAyIDAgMCAwIDItMlY0LjI1YzAtMS4xMDUtLjg5NS0yLTItMnpNMjIuNSAyMmEuNS41IDAgMCAxLS41LjVIMmEuNS41IDAgMCAxLS41LS41VjQuMjVhLjUuNSAwIDAgMSAuNS0uNWgzLjI1djEuNWEuNzUuNzUgMCAxIDAgMS41IDB2LTEuNWg0LjV2MS41YS43NS43NSAwIDEgMCAxLjUgMHYtMS41aDQuNXYxLjVhLjc1Ljc1IDAgMSAwIDEuNSAwdi0xLjVIMjJhLjUuNSAwIDAgMSAuNS41VjIyeiIvPjxwYXRoIGlkPSJiIiBkPSJNMyAwSDB2Mi4yNWgzVjB6Ii8+PC9kZWZzPjwvc3ZnPg==)no-repeat 94% 50%;;
  padding-right: 50px;
}
.b-callbackform__capcha{

  box-sizing: border-box;
  border-radius: 2px;
  margin-bottom: 30px;
}
.b-callbackform__title {
  font-family: Roboto;
  font-size: 16px;
  color: #232323;
  line-height: 16px;
  position: absolute;
  transition: .3s;
  left: 15px;
  top: 50%;
  margin-top: -8px;
  pointer-events: none;
}
.b-callbackform__input:focus + .b-callbackform__title,
.b-callbackform__input--done + .b-callbackform__title,
.b-callbackform__input.notEmpty + .b-callbackform__title {
  font-weight: 300;
  line-height: 10px;
  font-size: 10px;
  top: 15px;
  color: rgba(35, 35, 35, 0.56);
}
.b-callbackform__input--active,
.b-callbackform__input:focus {
  border: 1px solid #00090A;
}
.b-callbackform__input--done {
  border: 1px solid rgba(0, 114, 124, 0.7);
}
.b-callbackform__line {
  margin-bottom: 30px;
}
.b-callbackform__text {
  font-family: 'Roboto';
  font-weight: 300;
  padding-top: 0px;
  padding-bottom: 9px;
  font-size: 12px;
  color: rgba(35, 35, 35, 0.56);
}
.b-callbackform__checkbox {
  margin-bottom: 30px;
  display: block;
}
.b-callbackform__submit {
  background: #E75121;
  border-radius: 2px;
  width: 100%;
  border: 0px;
  height: 60px;
  text-align: center;
  box-sizing: border-box;
  font-family: Roboto;
  font-size: 20px;

  color: #FFFFFF;
  transition: .3s;
  cursor: pointer;
}
.b-callbackform__submit--link{
  display: block;    padding: 16px 0;
}
.b-callbackform__submit:hover {
  background: #e96d45;
  color: #fff;
}
.b-callbackform__ruleswrap {
  padding: 8px 0 50px;
}
.b-callbackform__rules {
  font-size: 18px;
  padding-top: 0px;
  padding-bottom: 20px;
  font-family: 'Roboto';
}
.b-callbackform__submit:disabled {
  background: #B0B0B0;
}
.b-callbackform-done {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background-color: #fff;
  z-index: -1;
  opacity: 0;
  pointer-events: none;
}
.b-callbackform-done--active {
  opacity: 1;
  pointer-events: all;
  z-index: 999;
}
.b-callbackform-done__icon {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNjQiIGhlaWdodD0iNDgiIHZpZXdCb3g9IjAgMCA2NCA0OCIgdmVyc2lvbj0iMS4xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIj48dGl0bGU+VmVjdG9yPC90aXRsZT48ZGVzYz5DcmVhdGVkIHVzaW5nIEZpZ21hPC9kZXNjPjxnIGlkPSJDYW52YXMiIHRyYW5zZm9ybT0idHJhbnNsYXRlKC05NDcxIDI3MzIpIj48ZyBpZD0iVmVjdG9yIj48dXNlIHhsaW5rOmhyZWY9IiNwYXRoMF9maWxsIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSg5NDcxIC0yNzMyKSIgZmlsbD0iI0U3NTEyMSIvPjwvZz48L2c+PGRlZnM+PHBhdGggaWQ9InBhdGgwX2ZpbGwiIGQ9Ik0gMTUuNzc3NyA0Ni44MDVDIDE2LjE0NjcgNDcuMzM5IDE2Ljc1MjggNDcuNjQzIDE3LjM5MjcgNDcuNjQzQyAxNy41MjU3IDQ3LjY0MyAxNy42NjE4IDQ3LjU5NCAxNy43OTY4IDQ3LjU2N0MgMTcuODk0OCA0Ny41ODMgMTcuOTg5NyA0Ny42MzEgMTguMDg4OCA0Ny42MzFDIDE4LjY2MzggNDcuNjMxIDE5LjIyMjcgNDcuMzgyIDE5LjYxNDcgNDYuOTVMIDYzLjEyODcgMy40MjlDIDYzLjkxMzcgMi42NDUgNjMuOTEzNyAxLjM3MyA2My4xMjg3IDAuNTg4QyA2Mi4zNDQ3IC0wLjE5NiA2MS4wNzI4IC0wLjE5NiA2MC4yODg3IDAuNTg4TCAxNy43Njg4IDQzLjExNEwgMy40Mjg3NSAyOC43NzdDIDIuNjQ0NzUgMjcuOTkyIDEuMzcyNzUgMjcuOTkyIDAuNTg4NzUgMjguNzc3QyAtMC4xOTYyNSAyOS41NjEgLTAuMTk2MjUgMzAuODMzIDAuNTg4NzUgMzEuNjE4TCAxNS43Nzc3IDQ2LjgwNVoiLz48L2RlZnM+PC9zdmc+);
  width: 63.72px;
  height: 47.64px;
  background-position: 50%;
  background-repeat: no-repeat;
  margin: auto;
  margin-bottom: 25px;
}
.b-callbackform-done__title {
  font-family: 'Roboto';
  font-weight: 300;
  font-size: 24px;
  margin: auto;
  color: #aaa;
  max-width: 210px;
}
.b-callbackform-done__textblock {
  margin: auto;
  margin-top: 30%;
}
.b-callbackform-checkbox {
  cursor: pointer;
  position: relative;
  padding-left: 40px;
}
.b-callbackform-checkbox__input {
  display: none;
}
.b-callbackform-checkbox__label {
  width: 21px;
  height: 20px;
  border: 1px solid rgba(0, 0, 0, 0.15);
  box-sizing: border-box;
  border-radius: 2px;
  display: inline-block;
  position: absolute;
  left: 0px;
  top: 0px;
  text-align: center;
}
.b-callbackform-checkbox__label .b-callbackform-checkbox__done {
  fill-opacity: 0;
  transition: .3s;
}
.b-callbackform-checkbox__input:checked + .b-callbackform-checkbox__label .b-callbackform-checkbox__done {
  fill-opacity: 1;
}
.b-callbackform-checkbox__name {
  display: inline;
  font-family: 'Roboto';
  font-weight: 300;
  font-size: 14px;
  color: #aaa;
}
.b-callbackform-checkbox__link {
  text-decoration: underline;
}
.b-callbackform-tabs {
  font-family: Cuprum;
  font-size: 18px;
}
.b-callbackform-tabs:after {
  content: '';
  display: block;
  clear: both;
}
.b-callbackform-tabs__element {
  width: 50%;
  float: left;
}
.b-callbackform-tabs__link {
  padding: 16px 0;
  text-align: center;
  background: #F5F8F8;
  transition: .3s;
  outline: none;
  display: block;
  color: #7D7D7D;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  text-decoration: none;
}
.b-callbackform-tabs__link--active {
  background: #fff;
  color: #00727C;
}
.row {
  margin-left: -15px;
  margin-right: -15px;
}
.row::after {
  content: '';
  display: block;
  clear: both;
}
.col-xs-12 {
  width: 100%;
  padding: 0 15px;
  float: left;
}
@media (min-width: 768px) {
  .col-sm-6 {
    padding: 0 15px;
    float: left;
    width: 50%;
  }
  .b-callbackform-tabs {
    font-size: 28px;
  }
}

/* End */


/* Start:/local/templates/.default/css/forms.css?149699465734101*/
.step-tabs input.tab-nav.tab-nav-submit.send{
	background-image: url('/local/templates/.default/images/reg.png');
	background-position:0 -55px; 
	background-repeat:no-repeat;
	width: 267px;
	height: 55px;
	cursor:pointer;
}
.step-tabs input.tab-nav.tab-nav-submit.send.unactive{
	background-position:0px 0px;
	cursor:default;
}
.step-tabs input.tab-nav.tab-nav-submit.send.unactive:hover{
	background-position:0px 0px;
	cursor:default;
}
.step-tabs input.tab-nav.tab-nav-submit.send:hover{
	background-position:0px -110px;
}
form input.form-trap-field {
    display: none;
}

form fieldset .control-group {
    margin: 1.29em 0 0;
}
form fieldset .control-group:first-child {
    margin-top: 0;
}
form fieldset .control-group .control-label {
    float: left;
   /* width: 33%;*/
    width: 20%; 
    margin: 0 2% 0 0;
    text-align: right;
	/*font-size:16px;*/
	font-size:14px;
}
form fieldset .control-group .controls {
    float: left;
    width: 65%;
}

form fieldset select,
form fieldset input[type=text],
form fieldset input[type=number],
form fieldset input[type=tel],
form fieldset input[type=email],
form fieldset textarea {
    margin: 0;
    padding: 0 0.2em;
    height: 1.85em;
    border: 2px solid #f7f7f7;
    border-top: 1px solid #7d7d7d;
    border-radius: 3px;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    /*width: 70%;*/
    width: 50%;
}
form fieldset textarea {
	height: 50px;
}
form fieldset select {
    padding-right: 0;
}

form fieldset .fieldradio .controls input {
    margin: 0 0.5em 0 0;
    padding: 0;
    vertical-align: middle;
}
form fieldset .fieldradio .controls label {
    display: inline-block;
    margin: 0 1em 0 0;
}
form fieldset .fieldradio .controls label:last-child {
    margin-right: 0;
}

form fieldset .fieldradio .controls input[type=checkbox].error + label{color:red}

.field-slider:after {
    content: '';
    display: block;
    width: 100%;
    height: 0;
    visibility: hidden;
    clear: both;
}
.field-slider .slider-holder {
    float: right;
    width: 65%;
    padding: 0;
}
.field-slider .slider-holder .min-sign,
.field-slider .slider-holder .max-sign {
    font-size: 0.71em;
    margin: 0.8em 0 0;
    color: #676767;
    font-style: italic;
    line-height: 1;
}
.field-slider .slider-holder .min-sign {
    float: left;
}
.field-slider .slider-holder .max-sign {
    float: right;
}
.field-slider input[type=text] {
    float: left;
    width: 30%;    
}
.field-slider .ui-slider-range-min {
    background: #f7baa5; /* Old browsers */
    background: -moz-linear-gradient(top, #f7baa5 0%, #ef8964 17%, #e96c3f 33%, #dc5423 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f7baa5), color-stop(17%,#ef8964), color-stop(33%,#e96c3f), color-stop(100%,#dc5423)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #f7baa5 0%,#ef8964 17%,#e96c3f 33%,#dc5423 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #f7baa5 0%,#ef8964 17%,#e96c3f 33%,#dc5423 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #f7baa5 0%,#ef8964 17%,#e96c3f 33%,#dc5423 100%); /* IE10+ */
    background: linear-gradient(to bottom, #f7baa5 0%,#ef8964 17%,#e96c3f 33%,#dc5423 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f7baa5', endColorstr='#dc5423',GradientType=0 ); /* IE6-9 */
}

form fieldset .fielddate select {
    width: auto;
    margin: 0 0 0 0.35em;
}
form fieldset .fielddate select:first-child {
    margin-left: 0;
}

form fieldset .fieldcheckbox label {
    display: block;
    /*padding: 0 0 0 35%;*/
    padding: 0 0 0 22%;
    font-size: 0.88em;
	
	width: 50%;
}
.mystery-shoper-error-city, .mystery-shoper-error, form fieldset .help-inline {
    font-size: 0.8em;
    margin: 0.2em 0 0;
    color: red;
    /*padding: 0 0 0 35%;*/
    padding: 0 0 0 22%;
	display: block;
}


.calc .title {
    font-size: 2.14em;
    color: #00747c;
    font-family: 'officinaextra';
    margin: 0 0 0.8em;
}
.calc .calc-left {
    width: 60%;
    float: left;
}
.calc .calc-right {
    width: 37%;
    float: right
}
.calc .show-results {
    background: #ececeb;
    border-radius: 2px;
    padding: 1.75em;
    position: relative;
}
.calc .show-results:after {
    content: '';
    display: block;
    width: 80%;
    position: absolute;
    bottom: 0;
    left: 10%;
    box-shadow: 0 0 20px 2px rgba(0, 0, 0, 0.5);
    z-index: -1;
    border-radius: 18px;
}
.calc .show-results .label {
    float: left;
    width: 57%;
    text-align: right;
}
.calc .show-results .value {
    width: 36%;
    float: right;
    font-weight: bold;
}
.calc .total-summ {
    margin-top: 1em;
}
.calc .total-summ:first-child {
    margin-top: 0;
}


.step-tabs.ui-widget {
    background: none;
    border: none;
    box-shadow: none;
    border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
}
.step-tabs > .ui-widget-header {
    background: none;
    border: none;
    box-shadow: none;
    border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
}
.step-tabs > .ui-widget-content {
    background: none;
    border: none;
    box-shadow: none;
    border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
}

.step-tabs ul.ui-tabs-nav li,
.step-tabs ul.ui-tabs-nav {
    margin: 0;
    padding: 0;
    list-style-type: none;
}
.step-tabs ul.ui-tabs-nav {
    border-radius: 3px;
    border: 1px solid #e6e5e5;
    
    padding: 0.56em 0 0.56em 1em;
    
    line-height: 1;
    overflow: hidden;
    
    background: #fbf9f9; /* Old browsers */
    background: -moz-linear-gradient(top, #fbf9f9 0%, #f5f3f3 23%, #dddbdb 84%, #d9d8d8 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fbf9f9), color-stop(23%,#f5f3f3), color-stop(84%,#dddbdb), color-stop(100%,#d9d8d8)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #fbf9f9 0%,#f5f3f3 23%,#dddbdb 84%,#d9d8d8 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #fbf9f9 0%,#f5f3f3 23%,#dddbdb 84%,#d9d8d8 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #fbf9f9 0%,#f5f3f3 23%,#dddbdb 84%,#d9d8d8 100%); /* IE10+ */
    background: linear-gradient(to bottom, #fbf9f9 0%,#f5f3f3 23%,#dddbdb 84%,#d9d8d8 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fbf9f9', endColorstr='#d9d8d8',GradientType=0 ); /* IE6-9 */
}
.step-tabs ul.ui-tabs-nav li {
    float: left;
    margin: 0 1.5em 0 0;
    outline: none;
}
.step-tabs ul.ui-tabs-nav li a {
    text-decoration: none;
    color: #7d7d7d;
    font-family: Arial;
    font-weight: bold;
    outline: none;
}
.step-tabs ul.ui-tabs-nav li.ui-tabs-active a {
    color: #00747c;
}
.step-tabs ul.ui-tabs-nav li a span {
    font-size: 1.5em;
    display: inline-block;
    width: 1.67em;
    height: 1.67em;
    line-height: 1.67em;
    text-align: center;
    
    margin: 0 0.33em 0 0;
    
    border: 3px solid #fff;
    -moz-border-radius: 1.67em;
    border-radius: 1.67em;
    
    background: #ffffff; /* Old browsers */
    background: -moz-linear-gradient(top, #ffffff 0%, #fdfdfd 13%, #e3e3e3 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(13%,#fdfdfd), color-stop(100%,#e3e3e3)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #ffffff 0%,#fdfdfd 13%,#e3e3e3 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #ffffff 0%,#fdfdfd 13%,#e3e3e3 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #ffffff 0%,#fdfdfd 13%,#e3e3e3 100%); /* IE10+ */
    background: linear-gradient(to bottom, #ffffff 0%,#fdfdfd 13%,#e3e3e3 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e3e3e3',GradientType=0 ); /* IE6-9 */
}

.step-tabs .ui-tabs-panel {
    border-radius: 3px;
    border: 1px solid #e6e5e5;
    background: #f6f6f6;
    margin: 2px 0 0;
    padding: 1.88em;
    color: #666666;
}
.step-tabs .tab-fields {
/*    width: 70%;*/
}

.step-tabs .tabs-nav {
    margin: 1em 0 0;
    text-align: right;
	/*margin-right: 9%;*/
	margin-right: 45%;
}
.step-tabs .description {
    border-top: 1px solid #7d7d7d;
    padding: 1em 1em 0;
    font-size: 0.8em;
    margin: 3em 0 0;
	color:#000000;
}
.step-tabs a.tab-nav,.step-tabs input.tab-nav {
    display: inline-block;
    text-decoration: none;
    width: 122px;
    text-align: center;
    /*background: url('/local/templates/.default/css/../images/step_tabs_nav.png') left top no-repeat;*/
    height: 59px;
    line-height: 47px;
    vertical-align: top;
    font-size: 1.25em;
}
.step-tabs a.tab-nav.tab-nav-prev {
    color: #7d7d7d;
    text-shadow: 1px 1px 1px #ffffff;
	background-image: url('/local/templates/.default/images/nazad.png');
	background-position:0 -60px;
	background-repeat:no-repeat;
}
.step-tabs a.tab-nav.tab-nav-prev:hover {
	background-position:0px -120px;
}
.step-tabs a.tab-nav.tab-nav-next{
    height: 60px;
    /*background: url(/local/templates/.default/css/../images/dalee.png)0 -60px no-repeat;	*/
	background-image: url('/local/templates/.default/images/dalee.png');
	background-position:0 -60px;
	background-repeat:no-repeat;
    margin: 0 0 0 7px;
    color: #fff;
    text-shadow: 1px 1px 1px #00747c;
}
.step-tabs a.tab-nav.tab-nav-next:hover{
	background-position:0px -120px;
}
.step-tabs input.tab-nav.tab-nav-submit:hover{
	background-position:0px -120px;
}
.step-tabs input.tab-nav.tab-nav-submit{
	border: none;
	height: 60px;
	background: url(/local/templates/.default/css/../images/send.png) 0 -60px no-repeat;
	margin: 0 0 0 7px;
	cursor: pointer;
}
.control-group.clearfix.fieldcheckboxgroup.vklad .controls {
	float: right;
	margin-right: 10%;
}
.bold-name-table {
	font-weight: bold;
	text-align: center;
}
.center-text-table {
	text-align: center;
}
.link{
	cursor:pointer;
	color:#00747C;
	text-decoration:underline;
}
.link:hover{
	text-decoration:none;
}
.hint {
	text-align: left;
	font-size: 13px;
	margin: 20px 0px;
	color:#000000;
	width: 430px;
	margin-top: 0px;
}
.label {
	width: 30%;
	text-align: right;
	display:inline-block;
}
.after {
	margin-left: 15px;
	color: #1a1a1a;
}
.mather_card p {
	font-weight: bold;
	margin: 15px 35px;
	
}
.mather_card {
	margin: 35px 0px;
}
input, select {
	color: #2a2a2a;
}
.form-aswer {
	border: 1px solid #d65c28;
	padding: 25px;
	width: 600px;
	font-size: 16px;
}
.form-aswer-title {
	font-weight: bold;
	margin-bottom: 15px;
}
.form-aswer-thanks {
	margin-top: 15px;
}
.line {
	height: 1px;
	width: inherit;
	margin: 10px;
}
.example {
	color: #b0b0b0;
	font-style: italic;
	font-size: 12px;
	display: inline-block;
	width: 45%;
	vertical-align: text-top;
}
.error{
	border: 1px solid #ff0000;
	box-shadow: inset 0 0 8px rgba(255,0,0,0.5);
	color: #ff0000;
}
.hidden{
	display:none;
}
.title {
	font-size: 16px;
	font-weight: bold;
	color: #1a1a1a;
	margin: 25px 10%;
}
.hidden{
	/*font-style:italic;*/
}
.des {
	width: 80%;
	margin: 25px 10% 10px 10%;
}
.soglasie{
	font-weight:bold;
}
.title_info {
	width: 90%;
	margin-left: 5%;
}
.step-tabs a.tab-nav.tab-nav-next.unactive {
	background-position: 0 0;
	cursor: default;
}
.step-tabs input.tab-nav.tab-nav-submit.unactive{
	background-position: 0px 0px;
	cursor: auto;
}
.double {
	width: 100%;
}
.control-group.clearfix.fieldselect.time_call_from {
	width: 310px;
	display: inline-block;
}
.control-group.clearfix.fieldselect.time_call_from .control-label {
	width: 222px;
	float: left;
}
.control-group.clearfix.fieldselect.time_call_from .controls {
	width: 22%;
	display: inline-block;
}
.control-group.clearfix.fieldselect.time_call_to {
	display: inline-block;
	width: 110px;
	/*margin: 0px;*/
}
.control-group.clearfix.fieldselect.time_call_to .control-label {
	margin: 0px;
	padding: 0px;
	width: 25px;
	text-align: center;
}
.control-group.clearfix.fieldselect.time_call_to .controls {
	width: 60%;
	display: inline-block;
}
.infobox:before {
	content: "";
	display: block;
	position: absolute;
	top: -15px;
	left: 45px;
	width: 0;
	height: 0;
	border-left: 15px solid transparent;
	border-bottom: 15px solid #e6e6e6;
	border-right: 15px solid transparent;
	-webkit-transition: all 0.5s linear;
	transition: all 0.5s linear;
}
.show-box1:before {
    left: 45px;
}
.show-box2:before {
    left: 170px;
}
.show-box3:before {
    left: 290px;
}
.infobox > div {
	display: none;
}
.show-box1 .innerbox1 {
    display: block;
}
.show-box2 .innerbox2 {
    display: block;
}
.show-box3 .innerbox3 {
    display: block;
}
.infobox {
    background: none repeat scroll 0 0 #E6E6E6;
	margin-top: 25px;
	margin-bottom: 60px;
	padding: 36px 15px 1px;
	position: relative;
	transition: all 0.5s linear 0s;
	width: 450px;
	left: 200px;
}
form fieldset .fieldradio.special_version .controls label {
	display: block;
}
.design-terms .body {
	padding: 0 11px 8px 11px;
	background: #E6E6E6;
}
.design-terms .body p {
	padding: 11px 0;
}
em {
	font-weight: bold;
	font-style: normal;
}
.design-terms .body ul {
	list-style: none;
	margin: 0 0 0 49px;
	padding: 0;
}
.im-html .im-controls ul li a {
	display: block;
	position: absolute;
	background: url(/local/templates/.default/css/../images/im-controls.png) no-repeat;
}
.im-html .im-controls ul li a#move-top {
	width: 26px;
	height: 16px;
	top: 8px;
	left: 116px;
}
.im-html .im-controls ul li {
	float: left;
	width: 206px;
	height: 86px;
	position: relative;
}
 .im-html { width: 800px; height: 780px; overflow: hidden; }
 .im-html .choose-image { padding: 35px 0 0 0; height: 120px; width: 800px; overflow: hidden; }
 .im-html .choose-image .albums { overflow: hidden; height: 35px; list-style: none; padding: 0px; margin: 0px; }
 .im-html .choose-image .albums ul { list-style: none; padding: 0px; margin: 0px; }
 .im-html .choose-image .albums ul li { float: left; margin: 0 5px 0 0; }
 .im-html .choose-image .albums ul li a { font-size: 12px; color: white; background: url(/local/templates/.default/css/../images/album-button.png) no-repeat 0 -25px; width: 93px; height: 25px; line-height: 25px; display: block; text-decoration: none; text-align: center; }
 .im-html .choose-image .albums ul li.active a { background-position: 0 0; }
 .im-html .choose-image .albums ul li.active a:hover { background-position: 0 0; }
 .im-html .choose-image .albums ul li a:hover { background-position: 0 -50px; }
 .im-html .choose-image .photos { position: relative; height: 83px; background: #e6e6e6; overflow: hidden; }
 .im-html .image-area { width: 800px; height: 442px; position: relative; }
 .im-html .image-area .borders-alert { font-size: 16px; position: absolute; bottom: 30px; left: 170px; color: red; padding: 10px; background: white; border-radius: 5px; -moz-border-radius: 5px; display: none; }
 .im-html .choose-logo { height: 84px; overflow: hidden; border-top: 2px #00616e solid; }
 .im-html .choose-logo ul { list-style: none; padding: 0; margin: 0; overflow: hidden; }
 .im-html .choose-logo ul li { float: left; }
 .im-html .choose-logo ul a { display: block; height: 84px; width: 266px; }
 .im-html .choose-logo ul a i { display: block; width: 196px; height: 42px; margin: 20px auto; background: url(/local/templates/.default/css/../images/logos.png) no-repeat; }
 .im-html .choose-logo ul a#logo-1 i { background-position: 0 -42px; }
 .im-html .choose-logo ul a#logo-2 i { background-position: 0 -84px; }
 .im-html .im-controls { height: 86px; overflow: hidden; background: #e6e6e6; }
 .im-html .im-controls ul { list-style: none; padding: 0; margin: 0; overflow: hidden; }
 .im-html .im-controls ul li { float: left; width: 206px; height: 86px; position: relative; }
 .im-html .im-controls ul li a { display: block; position: absolute; background: url(/local/templates/.default/css/../images/im-controls.png) no-repeat; }
 .im-html .im-controls ul li a#move-top { width: 26px; height: 16px; top: 8px; left: 116px; }
 .im-html .im-controls ul li a#move-left { width: 16px; height: 26px; top: 28px; left: 97px; background-position: 0 -15px; }
 .im-html .im-controls ul li a#move-bottom { width: 26px; height: 16px; top: 59px; left: 116px; background-position: 0 -42px; }
 .im-html .im-controls ul li a#move-right { width: 16px; height: 26px; top: 28px; left: 146px; background-position: 0 -59px; }
 .im-html .im-controls ul li a#move-center { width: 19px; height: 19px; top: 32px; left: 119px; background-position: 0 -85px; }
 .im-html .im-controls ul li a#zoom-in { width: 28px; height: 27px; top: 28px; left: 47px; background-position: 0 -105px; }
 .im-html .im-controls ul li a#zoom-out { width: 30px; height: 27px; top: 28px; left: 93px; background: none}
 .im-html .im-controls ul li a#zoom-out i { width: 30px; height: 7px; position: absolute; top: 10px; display: block; background: url(/local/templates/.default/css/../images/im-controls.png) no-repeat; background-position: 0 -133px; }
 .im-html .im-controls ul li a#rotate-right { width: 39px; height: 32px; top: 24px; left: 5px; background-position: 0 -142px; }
 .im-html .im-controls ul li a#rotate-left { width: 40px; height: 34px; top: 24px; left: 62px; background-position: 0 -175px; }
 .im-html .im-controls ul .small { width: 162px; padding: 20px 0 0 0; }
 .im-html .im-controls ul .small a { top: 15px; display: block; width: 100px; height: 25px; margin: 0 0 10px 0; background: url(/local/templates/.default/css/../images/logo_buttons.png) no-repeat; }
 .im-html .im-controls ul .small #logo_right { top: 45px; background-position: 0 -25px; }
 .im-html .choose-image .photos .control-prev { display: block; position: absolute; width: 18px; height: 30px; background: url(/local/templates/.default/css/../images/album-controls.png) no-repeat; top: 28px; left: 13px; }
 .im-html .choose-image .photos .control-next { display: block; position: absolute; width: 18px; height: 30px; background: url(/local/templates/.default/css/../images/album-controls.png) no-repeat -18px 0; top: 28px; right: 13px; }
 .im-html .choose-image .photos .disabled { display: none !important; }
 .im-html .choose-image .photos ul { height: 74px; width: 695px; position: relative; left: 51px; top: 6px; margin: 0; padding: 0; list-style: none; }
 .im-html .choose-image .photos ul li { float: left; margin: 0 12px 0 0; }
 .im-html .choose-image .photos ul li a { display: block; padding: 4px; border: 2px transparent solid; }
 .im-html .choose-image .photos ul li.active a { background: white; border: 2px #0a6774 solid; border-radius: 2px; -moz-border-radius: 2px; }

.image-processing .image-upload-link { overflow:hidden;display: block; height: 22px; line-height: 22px; color: #fff !important; text-decoration: none; text-transform: uppercase; border-radius: 3px; -moz-border-radius: 3px; text-align: center; width: 230px; position: absolute; top: 0; right:0; z-index: 100; background: #fb9503;background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZiOTUwMyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNkZDUzMWYiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);background: -moz-linear-gradient(top, #fb9503 0%, #dd531f 100%);background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fb9503), color-stop(100%,#dd531f));background: -webkit-linear-gradient(top, #fb9503 0%,#dd531f 100%);background: -o-linear-gradient(top, #fb9503 0%,#dd531f 100%);background: -ms-linear-gradient(top, #fb9503 0%,#dd531f 100%);background: linear-gradient(top, #fb9503 0%,#dd531f 100%);filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fb9503', endColorstr='#dd531f',GradientType=0 );}
.qq-upload-list { display: none; }
.image-processing input { height: 22px; display: block; }
.rate{
	background-color: rgba(240,213,204,1);
	text-align: center;
	font-size: 20px;
	margin-top: 15px;
    font-family: Roboto;
    font-weight: lighter;
}
#cr_lemit{
	color: #00777d;
	font-size: 44px;
	margin-bottom: 0px;
}
.need{
	color: #00777d;
	font-size: 12px;
	margin: 0;
	font-style: italic;
}
#res {
	text-align: center;
	background-color: #f9f9f9;
	width: 75%;
	margin: 30px auto 30px auto;
	padding-bottom: 15px;
	box-shadow: 0px 0px 30px rgba(0,0,0,0.5);
}
.cr_lemit{
	color: #000000;
	font-weight: bold;
	margin-bottom: 0px;
	padding-top: 25px;
}
#btn_culc {
	width: 238px;
	height: 55px;
	background-image: url('/local/templates/.default/images/culc.png');
	background-position:0 0;
	background-repeat:no-repeat;
	display: block;
	margin: auto;
	cursor: pointer;
}
#btn_culc:hover {
	background-position: 0px -109px;
}
#table table {
	width: 75%;
	text-align: center;
	line-height: 40px;
	background-color: #f9f9f9;
	border: 1px solid #d3d3d3;
	/*border-collapse: separate;*/
	border-radius: 5px;
}
#table table .title_table {
	background-color: #f7f7f7;
}
#table table tr {
	background-color: #fff;
	border-bottom: 1px solid #d3d3d3;
}
#culculate_grafic {
	background: url('/local/templates/.default/images/form_dates.png')0 -2px no-repeat;
	display: inline-block;
	width: 253px;
	height: 60px;
	color: white;
	font-weight: bold;
	padding-left: 15px;
	cursor: pointer;
	margin:0 15px;
}
#culculate_grafic:hover {
	background-position: 0 -112px;
}
#send_mail {
background: url('/local/templates/.default/images/send_post.png')0px -31px no-repeat;
display: inline-block;
width: 95px;
height: 22px;
font-weight: bold;
cursor: pointer;
position: absolute;
right: 50%;
padding-top: 10px;
z-index: 999;
}
#send_mail.active{
	background-position: 0 8px;
}
#send_mail.active:hover{
	background-position: 0 -71px;
}
#request_deposit-message {
	height: 200px;
	width: 100%;
}
#request_deposit-message+label {
	width: 100%;
}
.create-docx {
	display: inline-block;
	width: 237px;
	height: 55px;
	background-image: url('/images/createAnket.png');
	cursor:pointer;
}
.create-docx:hover {
	background-position:0 55px;
}
.stars_rate {
	list-style: none;
	margin: 0;
	padding: 0;
	width: 80px;
	height: 16px;
	position: relative;
	background: url(/images/stars.gif) bottom left repeat-x;
	display: inline-block;
}
.stars_rate li a {
	outline: none;
	display: block;
	width: 16px;
	height: 16px;
	text-decoration: none;
	text-indent: -9000px;
	z-index: 20;
	position: absolute;
	margin: 0;
	padding: 0;
}
.stars_rate li a:hover {
	background: url(/images/stars.gif) top left repeat-x;
	z-index: 2;
	left: 0px;
}
.stars_rate a.r1-unit{left: 0px;}
.stars_rate a.r1-unit:hover{width:16px;height:16px}
.stars_rate a.r2-unit{left:16px;}
.stars_rate a.r2-unit:hover{width: 32px;height:16px}
.stars_rate a.r3-unit{left: 32px;}
.stars_rate a.r3-unit:hover{width: 48px;height:16px}
.stars_rate a.r4-unit{left: 48px;}
.stars_rate a.r4-unit:hover{width: 64px;height:16px}
.stars_rate a.r5-unit{left: 64px;}
.stars_rate a.r5-unit:hover{width: 80px;height:16px}

.stars_rate li.current_rating {
	background: url(/images/stars.gif) top left repeat-x;
	position: absolute;
	height: 16px;
	display: block;
	text-indent: -9000px;
	z-index: 1;
	margin: 0px;
	padding: 0px;
}

.result {
    padding: 18px 30px 24px 26px;
    font-size: 16px;
    width: 70%;
    margin-left: 2px;
}
.result h3 { margin: 0 0 7px 0 !important;}
.result .income {
	margin: 0 0 25px 0;
	border: 1px solid #db5220;
	border-radius: 5px;
	padding: 10px;
}
.result .income h3 { color: #db5220; }
.result .outcome { color: #222; margin-bottom: 25px;}
.result .outcome h3 { color: #222; }
.result span { font-weight: normal; font-size: 0.8em;
color: #920000;}
.result .item { overflow: hidden; }
.result .item .left { float: left; }
.result .outcome .item .right {color: #111;}
.result .item .right { float: right; font-weight: bold; color: #db5220; font-style:italic;}
.dopblock .controls .controll-item {
	width: 45%;
	display: inline-block;
}
.dopblock .controls {
	width: 75%;
}
.culc-phis.order-form {
	border-radius: 3px;
	border: 1px solid #e6e5e5;
	background: #f6f6f6;
	margin: 2px 0 0;
	padding: 1.88em;
	color: #666666;
}
.dop,.dopest {
	padding-left: 30px;
}
.one-line a {
	display: block;
	margin-left: 10px;
	color: #00616E;
	font-size: 0.95em;
}
.two-line a {
	color: #00616E;
	font-size: 0.95em;
}
.one-line a:hover,.two-line a:hover {
	text-decoration:none;
	color: #da511f;
}
.two-line img {
	float: left;
	margin-left: 10px;
	margin-right: 10px;
}

.two-line {
	padding-bottom:15px;
	padding-top:15px;
	padding-left: 6px;
}
.gold {
	font-size: .84em;
	font-weight: bold;
	padding: 5px 0 0 54px;
	background: url(/images/gold.png) -5px 0 no-repeat;
	margin: 0;
}
.wraper {
	width: 60%;
	float: left;
}
form fieldset .wraper .fieldradio .controls label{
	display: block;
}
.label-one {
	float: left;
	width: 50%;
	margin: 0 2% 0 0;
	text-align: right;
	font-size: 15px;
}
.label-two{
	float: left;
	margin: 0 2% 0 0;
	font-size: 15px;
	text-align: left;
}
#result {
	background-color: #eaeaea;
	display: block;
	margin: 20px auto;
	padding-top: 10px;
	padding-bottom: 20px;
	box-shadow: 0 10px 10px -5px #ccc;
	width: 95%;
}
form fieldset .wraper .control-group .control-label{
	float: left;
    width: 30%;
    margin: 0 2% 0 0;
    text-align: right;
	/*font-size:16px;*/
	font-size:13px;
}
.alert {
	background-color: #f0d5cb;
	padding: 15px 0px;
	margin-top: 15px;
}
.alert .title {
	color: #181818;
	margin: 0;
	padding-left: 50px;
}
.right-side {
	float: right;
	width: 40%;
}
.money {
	background: url('/images/money.png')0 0 no-repeat;
	width: 100%;
	height: 300px;
	background-position: 50% 50px;
}
.res-4 {
	position: absolute;
	top: 230px;
	text-align: right;
	width: 130px;
}
.res-5 {
	position: absolute;
	top: 115px;
	text-align: left;
	width: 130px;
	margin-left: 290px;
}
.oformit {
	display: inline-block;
	width: 237px;
	height: 55px;
	background: url(/images/button_zayavka.png) 0 0 no-repeat;
	margin-left: 20%;
	background-position: 0 -55px;
	margin-top: 10px;
}
.oformit:hover {
	background-position: 0 -110px;
}
img.ruble-img { 
	height: 1.5ex; 	
}
.tab-fields.tab-body.select {
	margin-bottom: 15px;
}
.control-group.clearfix.fieldselect.required.select-dep {
	margin-bottom: 20px;
}
.tab-fields.tab-body .oformit-zayavku{
	vertical-align: baseline;
}
.result .item{
	min-height:10px;
}
.control-group.clearfix.fieldtext.card.required .controls {
	background-image: url(/images/card2.png);
	background-position:0 0;
	background-repeat:no-repeat;
	height: 105px;
	padding-top: 120px;
}
.append_in,.append_out {
	text-decoration: none;
	border-bottom: 1px dotted;
	font-size: 0.9em;
}
.append_in:hover,.append_out:hover{
	border-bottom:none;
}
.dopblock-control {
	width: 20%;
	text-align: right;
	display: inline-block;
}
.dopblock-controls {
	width: 70%;
	display: inline-block;
	vertical-align: top;
	margin-left: 25px;
	padding-top: 25px;
}
.controll-item {
	display: inline-block;
	padding: 0 20px;
}
.controls-string label {
	padding-right: 10px;
}
.controls-string {
	margin-top: 5px;
}
.close-string {
	display: inline-block;
	width: 10px;
	height: 10px;
	cursor: pointer;
	background-image: url(/images/close_string.png);
	background-position: 0 0;
	background-repeat: no-repeat;
}
.prew {
	margin-left: 23%;
	width: 35%;
}
.custom_design{
	display: none;
	position: absolute;
	margin-top: -1100px;
	width: 800px;
	left: 50px;
}
a.oformit-zayavku.threed_step {
	float: right;
	margin-top: -50px;
	margin-right: 255px;
}
a.download-table{
	position: relative;
	left: 575px;
	top: -100px;
}
.oformit_top{
	position: absolute;
	top: 100px;
	left: 25%;
}
div.control-group.clearfix.fieldtext.e-mail.required input {
	width: 35%;
}
div.control-group.clearfix.fieldtext.e-mail.required {
	position: relative;
	left: -60px;
}
label.all_time {
	width: 50%;
	display: inline-block;
}
label.all_time + div.controls {
	display: inline-block;
	vertical-align: top;
	width: 40%;
	float: none;
}
label.all_time + div.controls label {
	font-size: 16px;
}
.step-tabs ul.ui-tabs-nav li a:hover {
	color: #00747c;
}
#send_mail + .e-mail .controls {
	width: 45%;
	height: 25px;
}
#send_mail + .e-mail .control-label {
	width: 50%;
}
#send_mail + .e-mail {
	width: 45%;
}
#send_mail + .e-mail .controls input {
	width: 100%;
}
.res-1 {
	white-space: pre;
}
.no_office {
	color: red;
}
input.captcha {
    width: 15% !important;
    margin-right: 10px !important;
}
@media screen and (max-width: 900px) {
	.step-tabs .tabs-nav{text-align: center; width: 100%;}
	.form-aswer{
		width: auto;
	}
	form fieldset .control-group .control-label{width: 30%;}
	form fieldset .help-inline{padding: 0; font-size: 16px;}
	/***********����������� �������***************************/
	.culc-phis.order-form{padding-left: 10px;padding-right: 10px;}
	.culc-phis .wraper .control-group .control-label{width: 100%; text-align: left; font-size: 16px;}
	.culc-phis .right-side,.culc-phis .wraper{width: 50%;}
	form fieldset.culc-phis .control-group .controls{width: 100%;}
	.field-slider .slider-holder{float: none; width: 100%; margin-bottom: 30px;}
	.culc-phis .alert{padding: 5px 0px; width: 96%; position: absolute; bottom: 10px;}
	.culc-phis .alert .title{padding-left: 10px; font-size: 12px;}
	.culc-phis .oformit{margin-left: 5px;}
	.culc-phis .res-4{top: 140px;}
	.culc-phis .res-5{top: 50px; margin-left: 25%;}
	.culc-phis #result{text-align: center;}
	.culc-phis .label-one{width: 100%; float: none;}
	.culc-phis .label-two{float: none; white-space: pre;}
	form fieldset.culc-phis .control-group:last-child .controls{margin-bottom: 20px;}
	/***************����������� ���������**********************/
	.culc_deposity .dopblock-control{width: 100%; text-align: left;}
	.culc_deposity .dopblock-controls{width: 100%; margin-left: 0;}
	.culc_deposity .controll-item{padding: 0 20px 0 0;}
	.culc_deposity form fieldset select,
	.culc_deposity form fieldset input[type=text],
	.culc_deposity form fieldset input[type=number],
	.culc_deposity form fieldset input[type=tel],
	.culc_deposity form fieldset input[type=email],
	.culc_deposity form fieldset textarea{width: 70%;}
	.culc_deposity .result{width: 96%; padding-left: 0; padding-right: 0;}
	/**************����������� ��������*******************/
	#cr_lemit{white-space: pre; }
	#res{width: 100%;}
	.oformit_top{position: inherit;}
	#table table{width: 100%;}
	a.oformit-zayavku.threed_step{float: none; margin: 0;}
	div.control-group.clearfix.fieldtext.e-mail.required{position: inherit;}
	#send_mail + .e-mail{width: 60%;}
	#send_mail{right: 20%;}
	
}
@media screen and (max-width: 840px) {
	/**************����������� ��������*******************/
	.step-tabs ul.ui-tabs-nav li{width: 29%;}
	.step-tabs ul.ui-tabs-nav li a span{float: left;}
	.step-tabs ul.ui-tabs-nav li a{vertical-align: middle; vertical-align: -webkit-baseline-middle;}
}

@media screen and (max-width: 570px) {
	
	.form-aswer{
		padding: 10px 0 10px 5px;
	}
	form fieldset select{border-bottom-width: 0px;}
	form fieldset select, form fieldset input[type=tel], form fieldset input[type=email], form fieldset input[type=text], form fieldset input[type=number], form fieldset textarea, form fieldset .control-group .controls, .example{width: 100%;}
	form fieldset .control-group .control-label{width: 100%; text-align: left; font-size: 16px;}
	.clearfix:after{content: none;}
	
	.control-group.clearfix.fieldselect.time_call_to, .control-group.clearfix.fieldselect.time_call_from{width: 100%; display: block;}
	.control-group.clearfix.fieldselect.time_call_to .control-label, .control-group.clearfix.fieldselect.time_call_from .control-label{width: 100%; text-align: left;}
	.control-group.clearfix.fieldselect.time_call_to .controls, .control-group.clearfix.fieldselect.time_call_from .controls{width: 100%; display: block;}
	.chosen-container, .chosen-container-active{width: 100% !important;}
	/***********����������� �������***************************/
	.culc-phis .right-side,.culc-phis .wraper{width: 100%; }
	.culc-phis .res-4{top: 230px; position: relative}
	.culc-phis .res-5 {top: 100px;position: relative;margin-left: 0;display: inline-block;float: right;text-align: left;width: 85px;}
	.culc-phis .wraper .deposit-item .control-group:last-child .control-label {padding-top: 10px;}
	/***************����������� ���������**********************/
	.culc_deposity form fieldset .control-group .control-label{margin-top: 10px;}
	.culc_deposity label.all_time{width: 100%}
	.culc_deposity label.all_time + div.controls label{font-weight: bold;}
	.culc_deposity form fieldset select,
	.culc_deposity form fieldset input[type=text],
	.culc_deposity form fieldset input[type=number],
	.culc_deposity form fieldset input[type=tel],
	.culc_deposity form fieldset input[type=email],
	.culc_deposity form fieldset textarea{width: 100%;}
	/**************����������� ��������*******************/
	.step-tabs ul.ui-tabs-nav li{width: 100%;}
	.control-group.clearfix{display: inline-block; width: 100%;}
    .control-group.hidden{display: none}
	#cr_lemit{font-size: 26px;}
	.step-tabs .tabs-nav{margin-right: 0;}
	.step-tabs a.tab-nav.tab-nav-next{margin: 0;}
	img#loadImg {left: 0 !important; width: 100%;}
	.hint{width: 100%;}
	a.download-table{position: inherit;}
	#send_mail + .e-mail{width: 100%;}
	#send_mail + .e-mail .control-label, #send_mail + .e-mail .controls{width: 100%;}
	#send_mail{position: relative; right: 0; top: 90px;}
	div.control-group.clearfix.fieldtext.e-mail.required{float: left;}
	a.oformit-zayavku.threed_step{margin-top: 40px;}
	
}

.new-res {
    font-family: 'Cuprum', sans-serif;
    font-size: 30px !important;
    line-height: 30px !important;
    margin: 10px 0;
}

.depo-results {
    border: 1px solid #e75121;
    border-radius: 6px;
    padding: 0 10px;
}
.depo-res {
    color: #e75121 !important;
    font-family: 'Cuprum', sans-serif;
    font-size: 24px !important;
    line-height: 28px !important;
    margin: 12px 0;
}
/* End */


/* Start:/local/templates/.default/js/smartbanner/jquery.smartbanner.css?14661681583936*/
#smartbanner { position:absolute; left:0; top:-82px; border-bottom:1px solid #e8e8e8; width:100%; height:78px; font-family:'Helvetica Neue',sans-serif; background:-webkit-linear-gradient(top, #f4f4f4 0%,#cdcdcd 100%); background-image: -ms-linear-gradient(top, #F4F4F4 0%, #CDCDCD 100%); background-image: -moz-linear-gradient(top, #F4F4F4 0%, #CDCDCD 100%); box-shadow:0 1px 2px rgba(0,0,0,0.5); z-index:9998; -webkit-font-smoothing:antialiased; overflow:hidden; -webkit-text-size-adjust:none; }
#smartbanner .sb-container { margin: 0 auto; }
#smartbanner .sb-close { position:absolute; left:5px; top:5px; display:block; border:2px solid #fff; width:14px; height:14px; font-family:'ArialRoundedMTBold',Arial; font-size:15px; line-height:15px; text-align:center; color:#fff; background:#070707; text-decoration:none; text-shadow:none; border-radius:14px; box-shadow:0 2px 3px rgba(0,0,0,0.4); -webkit-font-smoothing:subpixel-antialiased; }
#smartbanner .sb-close:active { font-size:13px; color:#aaa; }
#smartbanner .sb-icon { position:absolute; left:30px; top:10px; display:block; width:57px; height:57px; background:rgba(0,0,0,0.6); background-size:cover; border-radius:10px; box-shadow:0 1px 3px rgba(0,0,0,0.3); }
#smartbanner.no-icon .sb-icon { display:none; }
#smartbanner .sb-info { position:absolute; left:98px; top:18px; width:44%; font-size:11px; line-height:1.2em; font-weight:bold; color:#6a6a6a; text-shadow:0 1px 0 rgba(255,255,255,0.8); }
#smartbanner #smartbanner.no-icon .sb-info { left:34px; }
#smartbanner .sb-info strong { display:block; font-size:13px; color:#4d4d4d; line-height: 18px; }
#smartbanner .sb-info > span { display:block; }
#smartbanner .sb-info em { font-style:normal; text-transform:uppercase; }
#smartbanner .sb-button { position:absolute; right:20px; top:24px; border:1px solid #bfbfbf; padding: 0 10px; min-width: 10%; height:24px; font-size:14px; line-height:24px; text-align:center; font-weight:bold; color:#6a6a6a; background:-webkit-linear-gradient(top, #efefef 0%,#dcdcdc 100%); text-transform:uppercase; text-decoration:none; text-shadow:0 1px 0 rgba(255,255,255,0.8); border-radius:3px; box-shadow:0 1px 0 rgba(255,255,255,0.6),0 1px 0 rgba(255,255,255,0.7) inset; }
#smartbanner .sb-button:active, #smartbanner .sb-button:hover { background:-webkit-linear-gradient(top, #dcdcdc 0%,#efefef 100%); }

#smartbanner .sb-icon.gloss:after { content:''; position:absolute; left:0; top:-1px; border-top:1px solid rgba(255,255,255,0.8); width:100%; height:50%; background:-webkit-linear-gradient(top, rgba(255,255,255,0.7) 0%,rgba(255,255,255,0.2) 100%); border-radius:10px 10px 12px 12px; }

#smartbanner.android { border-color:#212228; background: #3d3d3d url('/local/templates/.default/js/smartbanner/dark_background_stripes.gif'); border-top: 5px solid #88B131; box-shadow: none; }
#smartbanner.android .sb-close { border:0; width:17px; height:17px; line-height:17px; color:#b1b1b3; background:#1c1e21; text-shadow:0 1px 1px #000; box-shadow:0 1px 2px rgba(0,0,0,0.8) inset,0 1px 1px rgba(255,255,255,0.3); }
#smartbanner.android .sb-close:active { color:#eee; }
#smartbanner.android .sb-info { color:#ccc; text-shadow:0 1px 2px #000; }
#smartbanner.android .sb-info strong { color:#fff; }
#smartbanner.android .sb-button { min-width: 12%; border:1px solid #DDDCDC; padding:1px; color:#d1d1d1; background: none; border-radius: 0; box-shadow: none; }
#smartbanner.android .sb-button span { text-align: center; display: block; padding: 0 10px; background-color: #42B6C9; background-image: -webkit-gradient(linear,0 0,0 100%,from(#42B6C9),to(#39A9BB)); background-image: -moz-linear-gradient(top,#42B6C9,#39A9BB); text-transform:none; text-shadow:none; box-shadow:none; }
#smartbanner.android .sb-button:active, #smartbanner.android .sb-button:hover { background: none; }
#smartbanner.android .sb-button:active span, #smartbanner.android .sb-button:hover span { background:#2AC7E1; }

#smartbanner.windows .sb-icon { border-radius: 0px; }

/* End */


/* Start:/images/action-milion/style.css?14661680775652*/
div.action-apartment{
	background: #e2f6f8;
	width: 100%;
	-moz-border-radius:7px;
	-webkit-border-radius:7px;
	border-radius:7px;
	margin: 30px 0 0;
}
div.action-apartment .action-heder{
	height: 99px;
	overflow: hidden;
	background: #006471;
	-moz-border-radius:7px;
	-webkit-border-radius:7px;
	border-radius:7px;
}
div.action-apartment .action-heder div{float: left;}
div.action-apartment .action-heder .aktion-ok{
	background: url(/images/action-milion/action_fon.png) repeat-x;
	width: 169px;
	line-height: 99px;
	text-align: center;
	font-family: 'Cuprum';
	font-weight: bold;
	font-size: 36px;
	text-transform: uppercase;
	color: #FFFFFF;
	-moz-border-radius:7px 0 0 7px;
	-webkit-border-radius:7px 0 0 7px;
	border-radius:7px 0 0 7px;
}
div.action-apartment .action-heder .aktion-brif{
	line-height: 99px;
	text-align: center;
	font-family: 'Cuprum';
	font-weight: bold;
	font-size: 28px;
	text-transform: uppercase;
	color: #FFFFFF;
	padding: 0 25px;
}
div.action-apartment .action-heder .collapse{
	line-height: 99px;
	padding: 0 25px;
	text-align: right;
}
div.action-apartment .collapse a,
div.action-apartment #collapse-link{
	line-height: normal;
	display: inline-block;
	font-family: Arial, Helvetica, sans-serif;
	color: #fff;
	font-size: 1em;
	text-align: right;
	border-bottom: 1px dashed #fff;
	cursor: pointer;
}
div.action-apartment .collapse a{text-decoration: none !important;}
div.action-apartment .action-description{
    padding-right: 40% !important;
    display: none;
    background: #e6e6e6 url(/images/action-milion/akcia.png) top right no-repeat;
}
div.action-apartment .action-desc-zag{
	font-family: 'Cuprum';
	font-weight: bold;
	font-size: 30px;
	margin: 20px 0;
	color: #006471;
}
div.action-apartment .action-description table{
    width: 70%;
	border-collapse: collapse;
	border: none;
	margin: 0; padding: 0;
}
div.action-apartment .action-description p.action-pod-zag{
	color: #006471;
	font-family: 'Cuprum';
	font-weight: bold;
	font-size: 18px;
    margin: 0 !important; padding: 0 !important;
}
div.action-apartment .action-description p.action-pod-comment{
	margin-top: 5px !important;  padding: 0 0 17px 0 !important;
	color: #666;
	font-size: 0.83em;
	font-family: Arial, Helvetica, sans-serif; 
}
div.action-apartment table td{
	vertical-align: top;  
}
div.action-apartment table td a{
	color: #666;  
}
div.action-apartment .action-description .icon-book{
	display: inline-block;
	width: 68px; height: 80px;
	background: url(/images/action-milion/iconfile.png) 0px 13px no-repeat;
	vertical-align: top;
}
div.action-apartment .action-description .icon-pensil{
	display: inline-block;
	width: 68px; height: 90px;
	background: url(/images/action-milion/iconfile.png) 0px -80px no-repeat;
	vertical-align: top;
}
div.action-apartment .action-description .icon-lock{
	display: inline-block;
	width: 68px; height: 100px;
	background: url(/images/action-milion/iconfile.png) 0px -175px no-repeat;
	vertical-align: top;
}
div.action-apartment .action-description .icon-calendar{
	display: inline-block;
	width: 68px; height: 90px;
	background: url(/images/action-milion/iconfile.png) 0px -270px no-repeat;
	vertical-align: top;
}
div.action-apartment a.v_ofice{
	display: inline-block;
	width:306px; height: 56px;
	background: url(/images/action-milion/v_ofice.png) 0 0 no-repeat;
}
div.action-apartment a.v_ofice:hover{background: url(/images/action-milion/v_ofice.png) 0 -56px no-repeat;}
div.action-apartment a.v_internet_banke{
	display: inline-block;
	width:306px; height: 56px;
	background: url(/images/action-milion/v_internet_banke.png) 0 0 no-repeat;
}
div.action-apartment a.v_internet_banke:hover{background: url(/images/action-milion/v_internet_banke.png) 0 -56px no-repeat;}
div.action-apartment a.v_ofice, div.action-apartment a.v_internet_banke{
    margin-left: 60px;
}
@media screen and (max-width: 950px) {
    div.action-apartment .action-heder .aktion-brif{font-size: 24px;}
}
@media screen and (max-width: 850px) {
    div.action-apartment .action-heder .aktion-brif{font-size: 20px;}
}
@media screen and (max-width: 750px) {
    div.action-apartment .action-heder .aktion-brif{font-size: 1em;}
}
@media screen and (max-width: 680px) {
    div.action-apartment .action-heder .aktion-brif{line-height: normal; /*margin-top: 3%;*/}
    div.action-apartment .action-heder .collapse{line-height: normal; margin-top: 36px;}
}
@media screen and (max-width: 570px) {
    div.action-apartment .action-heder .aktion-ok{width: 40%;font-size: 24px;}
    div.action-apartment .action-heder .aktion-brif{width: 50%; font-size: 14px; padding: 10px 0 0 10px; line-height: normal; text-align: left;}
    div.action-apartment .action-heder .collapse{line-height: normal; margin-top: 10px;}
    div.action-apartment a.v_ofice, div.action-apartment a.v_internet_banke{
        position: relative;
        left: -28px;
        margin: 0 auto;
        display: block;
    }
}
.action-description .button{
    margin-right: 40px;
}
@media screen and (max-width: 1055px){
	div.action-apartment .action-heder .aktion-brif{
		font-size: 25px;
	}
	div.action-apartment .action-heder .collapse{
		font-size: 14px;
	}
}
@media screen and (max-width: 979px){
	div.action-apartment .action-heder .aktion-ok{
		font-size: 28px;
	}
	div.action-apartment .action-heder .aktion-brif {
		font-size: 20px;
		padding: 0 10px;
		padding-right: 0;
		padding-top: 35px;
		width: 44% !important;
		line-height: normal;
	}
	div.action-apartment .action-heder .collapse {
		font-size: 12px;
		padding: 0;
		float: right;
		margin-right: 2%;
	}
}
@media screen and (max-width: 767px){
	div.action-apartment .action-heder .aktion-brif{
		font-size: 18px;
	}
}
/* End */


/* Start:/local/templates/.default/include_areas/dream_quest/css/popup.css?155316622926598*/
.zskb-modal {
    color: #000;
    line-height: normal;
    font-weight: 400;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9;
    visibility: hidden;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    filter: alpha(opacity=0);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    -webkit-opacity: 0;
    -khtml-opacity: 0;
    -moz-opacity: 0;
    -ms-opacity: 0;
    -o-opacity: 0;
    opacity: 0;
    -webkit-transition: all 0.225s ease-in-out;
    -khtml-transition: all 0.225s ease-in-out;
    transition: all 0.225s ease-in-out
}

.zskb-modal *,
.zskb-modal *::after,
.zskb-modal *::before {
    box-sizing: border-box
}

.zskb-modal.is-visible {
    visibility: visible;
    filter: alpha(opacity=100);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    -webkit-opacity: 1;
    -khtml-opacity: 1;
    -moz-opacity: 1;
    -ms-opacity: 1;
    -o-opacity: 1;
    opacity: 1
}

.zskb-modal.is-visible .zskb-popup {
    -webkit-transform: scale(1);
    -khtml-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    filter: alpha(opacity=100);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    -webkit-opacity: 1;
    -khtml-opacity: 1;
    -moz-opacity: 1;
    -ms-opacity: 1;
    -o-opacity: 1;
    opacity: 1
}

.zskb-modal__inner {
    display: table;
    width: 100%;
    height: 100%;
    position: relative;
    padding: 10px
}

.zskb-modal__inner>div {
    display: table-cell;
    width: 100%;
    height: 100%;
    vertical-align: middle
}

.zskb-modal__backdrop {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    background-color: #000;
    opacity: 0.65
}

.zskb-popup {
    width: 100%;
    position: relative;
    max-width: 800px;
    margin: auto;
    background-color: #fff;
    position: relative;
    z-index: 2;
    -webkit-transform: scale(1.18);
    -khtml-transform: scale(1.18);
    -ms-transform: scale(1.18);
    transform: scale(1.18);
    filter: alpha(opacity=0);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    -webkit-opacity: 0;
    -khtml-opacity: 0;
    -moz-opacity: 0;
    -ms-opacity: 0;
    -o-opacity: 0;
    opacity: 0;
    -webkit-transition: all 0.225s ease-in-out;
    -khtml-transition: all 0.225s ease-in-out;
    transition: all 0.225s ease-in-out
}

.zskb-sidebar {
    background-color: #8bb8bc;
    padding: 18px 15px;
    position: fixed;
    right: 0;
    top: 50%;
    -webkit-transform:  translateX(100%) translateX(-50px);
    -khtml-transform:  translateX(100%) translateX(-50px);
    -ms-transform:  translateX(100%) translateX(-50px);
    transform:  translateX(100%) translateX(-50px);
    will-change: transform;
    -webkit-transition: -webkit-transform 0.225s ease-in-out;
    -khtml-transition: transform 0.225s ease-in-out;
    transition: transform 0.225s ease-in-out;
    -webkit-user-select: none;
    -webkit-touch-callout: none;
    z-index: 50;
}

.zskb-sidebar:hover,
.zskb-sidebar.is-hover {
    -webkit-transform:  translateX(0);
    -khtml-transform: translateX(0);
    -ms-transform:  translateX(0);
    transform:  translateX(0)
}

.zskb-sidebar:hover ul a span,
.zskb-sidebar.is-hover ul a span {
    opacity: 1
}

.zskb-sidebar *,
.zskb-sidebar *::after,
.zskb-sidebar *::before {
    box-sizing: border-box
}

.zskb-sidebar ul {
    list-style: none;
    padding: 0;
    margin: 0
}

.zskb-sidebar ul li:not(:last-child) {
    margin-bottom: 15px
}

.zskb-sidebar ul a {
    display: block;
    color: #fff;
    text-decoration: none;
    font-family: 'Cuprum', 'Roboto', sans-serif;
    font-size: 15px;
    font-weight: 400;
    -webkit-transition: color 0.225s ease-in-out;
    -khtml-transition: color 0.225s ease-in-out;
    transition: color 0.225s ease-in-out
}

@media screen and (min-width: 321px) {
    .zskb-sidebar ul a {
        font-size: 13px
    }
}

@media screen and (min-width: 481px) {
    .zskb-sidebar ul a {
        font-size: 15px
    }
    .zskb-sidebar ul a:hover {
        color: #277f88
    }
    .zskb-sidebar ul a:hover svg {
        fill: #277f88;
        stroke: #277f88
    }
}

.zskb-sidebar ul a svg {
    fill: white;
    stroke: white;
    vertical-align: middle;
    margin-right: 10px;
    -webkit-transition: all 0.225s ease-in-out;
    -khtml-transition: all 0.225s ease-in-out;
    transition: all 0.225s ease-in-out
}

.zskb-sidebar ul a span {
    opacity: 0;
    -webkit-transition: 0.225s opacity 0.225s ease-in-out;
    -khtml-transition: 0.225s opacity 0.225s ease-in-out;
    transition: 0.225s opacity 0.225s ease-in-out
}

@media screen and (min-width: 481px) {
    .zskb-wizard {
        height: 500px
    }
}

.zskb-wizard__step {
    display: none;
    height: 100%
}

.zskb-wizard__step.is-active {
    display: block
}

.zskb-ndc {
    background-color: #fff;
    position: relative
}

.zskb-ndc__close {
    position: absolute;
    top: 10px;
    right: 10px;
    z-index: 5
}

@media screen and (min-width: 481px) {
    .zskb-ndc__close {
        top: 20px;
        right: 20px
    }
}

.zskb-ndc__close svg {
    stroke: #979797;
    -webkit-transition: all 0.225s ease-in-out;
    -khtml-transition: all 0.225s ease-in-out;
    transition: all 0.225s ease-in-out
}

.zskb-ndc__close:hover svg {
    stroke: #5F5F5F
}

.zskb-ndc__start {
    padding: 40px 20px 20px 20px;
    text-align: center;
    font-size: 17px;
    font-weight: 400;
    color: #000
}

@media screen and (min-width: 481px) {
    .zskb-ndc__start {
        padding: 50px 95px 35px
    }
}

.zskb-ndc__start button {
    border: none;
    border-radius: 6px;
    background-color: #ff5116;
    color: #fff;
    font-weight: 500;
    font-size: 17px;
    height: 48px;
    padding: 0 3.5em;
    margin-top: 50px;
    margin-bottom: 5px;
    cursor: pointer;
    -webkit-transition: all 0.225s ease-in-out;
    -khtml-transition: all 0.225s ease-in-out;
    transition: all 0.225s ease-in-out
}

.zskb-ndc__start button:active,
.zskb-ndc__start button:focus {
    outline: none
}

.zskb-ndc__start button:hover:not(:disabled) {
    background-color: #df4713
}

@media screen and (min-width: 481px) {
    .zskb-ndc__start button {
        margin-top: 6em;
        margin-bottom: 10px
    }
}

.zskb-ndc__start a {
    color: #04777D;
    font-size: 13px
}

.zskb-ndc__finish {
    text-align: center;
    position: relative;
    padding: 40px
}

@media screen and (min-width: 481px) {
    .zskb-ndc__finish {
        padding: 0 90px
    }
}

.zskb-ndc__finish .zskb-ndc__title {
    font-size: 36px;
    line-height: normal;
    margin-bottom: 0
}

@media screen and (min-width: 481px) {
    .zskb-ndc__finish .zskb-ndc__title {
        font-size: 50px;
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        -webkit-align-items: center;
        -moz-align-items: center;
        align-items: center;
        margin-bottom: 0;
        height: 100%
    }
}

.zskb-ndc__title {
    font-size: 26px;
    line-height: 30px;
    font-weight: bold;
    font-family: "Cuprum", sans-serif;
    color: #04777D;
    margin-bottom: 20px
}

@media screen and (min-width: 481px) {
    .zskb-ndc__title {
        font-size: 40px;
        line-height: 48px;
        margin-bottom: 30px
    }
}

.zskb-ndc__ind {
    filter: alpha(opacity=50);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
    -webkit-opacity: 0.5;
    -khtml-opacity: 0.5;
    -moz-opacity: 0.5;
    -ms-opacity: 0.5;
    -o-opacity: 0.5;
    opacity: 0.5;
    margin-bottom: 15px
}

.zskb-ndc__navs::after {
    content: '';
    display: table;
    clear: both
}

.zskb-ndc__nav {
    width: 46px;
    height: 46px;
    background: none;
    border: none;
    cursor: pointer;
    float: left;
    filter: alpha(opacity=100);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    -webkit-opacity: 1;
    -khtml-opacity: 1;
    -moz-opacity: 1;
    -ms-opacity: 1;
    -o-opacity: 1;
    opacity: 1;
    -webkit-transition: opacity 0.225s ease-in-out;
    -khtml-transition: opacity 0.225s ease-in-out;
    transition: opacity 0.225s ease-in-out
}

.zskb-ndc__nav svg {
    width: 100%;
    height: 100%;
    fill: #ff5116;
    -webkit-transition: all 0.225s ease-in-out;
    -khtml-transition: all 0.225s ease-in-out;
    transition: all 0.225s ease-in-out
}

.zskb-ndc__nav:focus {
    outline: none
}

.zskb-ndc__nav:disabled {
    filter: alpha(opacity=40);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";
    -webkit-opacity: 0.4;
    -khtml-opacity: 0.4;
    -moz-opacity: 0.4;
    -ms-opacity: 0.4;
    -o-opacity: 0.4;
    opacity: 0.4;
    cursor: not-allowed
}

.zskb-ndc__nav:hover:not(:disabled) svg {
    fill: #df4713
}

@media screen and (min-width: 481px) {
    .zskb-ndc__nav {
        float: none;
        position: absolute;
        bottom: 20px;
        left: 35px
    }
}

.zskb-ndc__nav.is-next {
    float: right
}

@media screen and (min-width: 481px) {
    .zskb-ndc__nav.is-next {
        float: none;
        left: auto;
        right: 50px
    }
}

.zskb-ndc__step {
    font-size: 14px
}

@media screen and (min-width: 481px) {
    .zskb-ndc__step>div {
        display: table;
        height: 100%;
        width: 100%
    }
}

.zskb-ndc__step>div>div {
    padding: 20px;
    background-color: #fff
}

@media screen and (min-width: 481px) {
    .zskb-ndc__step>div>div {
        display: table-cell;
        vertical-align: top
    }
}

.zskb-ndc__step>div>div:first-child {
    background-color: #f8f8f8
}

@media screen and (min-width: 481px) {
    .zskb-ndc__step>div>div:first-child {
        width: 338px;
        padding: 35px 55px 35px 40px
    }
}

@media screen and (min-width: 481px) {
    .zskb-ndc__step>div>div:last-child {
        padding: 35px 60px 35px 45px
    }
}

.zskb-ndc__step .zskb-ndc__title {
    font-size: 25px;
    line-height: normal
}

.zskb-ndc__step .zskb-ndc__title:last-child {
    margin-bottom: 0
}

.zskb-ndc__form-group>label {
    display: block;
    margin-bottom: 10px
}

@media screen and (min-width: 481px) {
    .zskb-ndc__form-group>label {
        margin-bottom: 15px
    }
}

.zskb-ndc__form-group:not(:last-child) {
    margin-bottom: 20px
}

@media screen and (min-width: 481px) {
    .zskb-ndc__form-group:not(:last-child) {
        margin-bottom: 30px
    }
}

.zskb-ndc__cards>div {
    width: 100%;
    text-align: center;
    margin-bottom: 5px
}

@media screen and (min-width: 481px) {
    .zskb-ndc__cards>div {
        float: left;
        width: 47%
    }
    .zskb-ndc__cards>div:nth-child(odd) {
        margin-right: 6%
    }
}

.zskb-ndc__cards>div input {
    display: none
}

.zskb-ndc__cards>div input:checked+span {
    -webkit-transform: scale(1.025);
    -khtml-transform: scale(1.025);
    -ms-transform: scale(1.025);
    transform: scale(1.025)
}

.zskb-ndc__cards>div input:checked+span+label::after {
    filter: alpha(opacity=100);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    -webkit-opacity: 1;
    -khtml-opacity: 1;
    -moz-opacity: 1;
    -ms-opacity: 1;
    -o-opacity: 1;
    opacity: 1;
    -webkit-transform: scale(1);
    -khtml-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1)
}

.zskb-ndc__card {
    display: block;
    width: 100%;
    cursor: pointer;
    -webkit-transform-origin: center center;
    -khtml-transform-origin: center center;
    -ms-transform-origin: center center;
    transform-origin: center center;
    -webkit-transform: scale(1);
    -khtml-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    -webkit-transition: -webkit-transform 0.225s ease-in-out;
    -khtml-transition: transform 0.225s ease-in-out;
    transition: transform 0.225s ease-in-out
}

.zskb-ndc__card:hover {
    -webkit-transform: scale(1.025);
    -khtml-transform: scale(1.025);
    -ms-transform: scale(1.025);
    transform: scale(1.025)
}

.zskb-ndc__card img {
    max-width: 100%
}

.zskb-ndc__card-control {
    position: relative;
    cursor: pointer
}

.zskb-ndc__card-control::before,
.zskb-ndc__card-control::after {
    content: '';
    display: inline-block;
    -khtml-border-radius: 50%;
    border-radius: 50%
}

.zskb-ndc__card-control::before {
    border: 1px solid #04777D;
    width: 10px;
    height: 10px;
    vertical-align: middle
}

.zskb-ndc__card-control::after {
    position: absolute;
    background: #04777D;
    top: 7px;
    left: 3px;
    width: 4px;
    height: 4px;
    filter: alpha(opacity=0);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    -webkit-opacity: 0;
    -khtml-opacity: 0;
    -moz-opacity: 0;
    -ms-opacity: 0;
    -o-opacity: 0;
    opacity: 0;
    -webkit-transform: scale(0);
    -khtml-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    -webkit-transition: all 0.225s ease-in-out;
    -khtml-transition: all 0.225s ease-in-out;
    transition: all 0.225s ease-in-out
}

.zskb-dream {
    background-color: #fffdf7
}

.zskb-dream__bubble {
    display: none;
    position: relative
}

@media screen and (min-width: 481px) {
    .zskb-dream__bubble {
        position: absolute;
        right: 0;
        top: 0;
        height: 100%;
        width: 50%;
        display: block
    }
}

.zskb-dream__bubble img {
    position: absolute
}

.zskb-dream__bubble img:nth-child(1) {
    top: 31px;
    right: 57px;
    width: 200px;
    height: 200px
}

.zskb-dream__bubble img:nth-child(2) {
    top: 124px;
    right: 273px;
    width: 74px;
    height: 74px
}

.zskb-dream__bubble img:nth-child(3) {
    top: 209px;
    right: 207px;
    width: 145px;
    height: 145px
}

.zskb-dream__bubble img:nth-child(4) {
    top: 217px;
    right: 19px;
    width: 117px;
    height: 117px
}

.zskb-dream__bubble img:nth-child(5) {
    bottom: 44px;
    right: 105px;
    width: 132px;
    height: 132px
}

@media screen and (min-width: 481px) {
    .zskb-dream__content {
        width: 70%;
        position: relative;
        z-index: 1
    }
}

.zskb-dream__btn {
    background-color: #ff5116;
    border: none;
    color: #fff;
    font-weight: bold;
    font-size: 14px;
    border-radius: 30px;
    height: 60px;
    padding: 0 10px;
    cursor: pointer;
    text-transform: uppercase;
    -webkit-transition: background-color 0.225s ease-in-out;
    -khtml-transition: background-color 0.225s ease-in-out;
    transition: background-color 0.225s ease-in-out
}

.zskb-dream__btn:focus {
    outline: none
}

.zskb-dream__btn:hover {
    background-color: #df4713
}

.zskb-dream__title {
    font-family: "Cuprum", sans-serif;
    font-weight: bold;
    font-size: 25px;
    color: #ff5116;
    line-height: normal;
    margin-bottom: 42px;
    text-align: center
}

@media screen and (min-width: 481px) {
    .zskb-dream__title {
        font-size: 35px;
        text-align: left
    }
}

.zskb-dream__start {
    padding: 25px
}

@media screen and (min-width: 481px) {
    .zskb-dream__start {
        padding: 45px
    }
    .zskb-dream__start>img {
        display: none
    }
}

@media screen and (min-width: 481px) {
    .zskb-dream__start .zskb-dream__content {
        width: 60%
    }
}

.zskb-dream__start .zskb-dream__btn {
    width: 100%;
    max-width: 305px;
    margin-top: 35px
}

.zskb-dream__start .zskb-dream__title {
    color: #1ba8b6;
    font-size: 40px;
    margin-top: 20px;
    margin-bottom: 15px
}

@media screen and (min-width: 481px) {
    .zskb-dream__start .zskb-dream__title {
        font-size: 80px;
        line-height: 72px;
        letter-spacing: -.6px;
        margin-bottom: 20px;
        margin-top: 0
    }
}

.zskb-dream__start .zskb-dream__text {
    font-size: 22px;
    line-height: normal;
    color: #000;
    font-weight: 400;
    padding: 0 1.5rem 0 0;
    font-family: "Cuprum", sans-serif
}

@media screen and (min-width: 481px) {
    .zskb-dream__start .zskb-dream__text {
        font-size: 27px;
        line-height: 32px;
        padding: 0 1.5rem 0 0;
    }
}

.zskb-dream__step {
    position: relative;
    padding: 25px
}

@media screen and (min-width: 481px) {
    .zskb-dream__step {
        padding: 35px 55px 80px
    }
}

.zskb-dream__step>img {
    width: 60%;
    margin: 0 auto;
    display: block
}

@media screen and (min-width: 481px) {
    .zskb-dream__step>img {
        position: absolute;
        bottom: 0;
        right: 50px;
        width: auto
    }
}

.zskb-dream__step .zskb-dream__content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    height: 100%
}

.zskb-dream__ind {
    border-top: 1px solid #d2d2d2;
    padding-top: 30px;
    text-align: center;
    font-family: "Cuprum", sans-serif;
    font-weight: bold;
    color: #000;
    filter: alpha(opacity=50);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
    -webkit-opacity: 0.5;
    -khtml-opacity: 0.5;
    -moz-opacity: 0.5;
    -ms-opacity: 0.5;
    -o-opacity: 0.5;
    opacity: 0.5;
    font-size: 17px;
    margin-bottom: 5px
}

@media screen and (min-width: 481px) {
    .zskb-dream__ind {
        text-align: left;
        padding-top: 0;
        border-top: none
    }
}

.zskb-dream__answers {
    margin: 0;
    padding: 0;
    list-style: none;
    max-width: 380px;
    margin-top: auto
}

.zskb-dream__answers li:not(:last-child) {
    margin-bottom: 20px
}

.zskb-dream__answers li a {
    display: table;
    border-radius: 40px;
    background-color: #277f88;
    padding: 9px;
    color: #000;
    white-space: nowrap;
    width: 100%;
    -webkit-transition: background-color 0.225s ease-in-out;
    -khtml-transition: background-color 0.225s ease-in-out;
    transition: background-color 0.225s ease-in-out
}

.zskb-dream__answers li a:hover {
    background-color: #1f656c
}

.zskb-dream__answers li a span {
    display: table-cell;
    vertical-align: middle;
    font-family: 'Cuprum', 'Roboto', sans-serif
}

.zskb-dream__answers li a span:first-child {
    width: 42px
}

@media screen and (min-width: 481px) {
    .zskb-dream__answers li a span:first-child {
        width: 62px
    }
}

.zskb-dream__answers li a span:first-child i {
    display: block;
    font-style: normal;
    font-size: 18px;
    font-weight: bold;
    border-radius: 50%;
    background-color: #fff;
    text-align: center;
    height: 50px;
    width: 50px;
    line-height: 50px
}

@media screen and (min-width: 481px) {
    .zskb-dream__answers li a span:first-child i {
        width: 62px;
        height: 62px;
        line-height: 62px;
        font-size: 25px
    }
}

.zskb-dream__answers li a span:last-child {
    font-size: 14px;
    color: #fff;
    line-height: normal;
    white-space: initial;
    padding-left: 10px
}

@media screen and (min-width: 481px) {
    .zskb-dream__answers li a span:last-child {
        font-size: 17px;
        padding-left: 20px
    }
}

@media screen and (min-width: 481px) {
    .zskb-dream__final>div {
        display: block;
        width: 100%;
        height: 100%;
    }
}

@media screen and (min-width: 481px) {
    .zskb-dream__final>div>div {
        width:50%;
        vertical-align: top;
        float: left;
        height: 100%;
        vertical-align: top
    }
}

.zskb-dream__f-left {
    background-color: #277f88;
    color: #fff;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    height: 100%;
    padding: 25px
}

@media screen and (min-width: 481px) {
    .zskb-dream__f-left {
        padding: 70px 60px 90px 45px
    }
}

.zskb-dream__f-left a {
    color: #fff;
    font-size: 16px;
    font-family: 'Roboto Condensed', 'Roboto', sans-serif;
    display: inline-block;
    margin-top: 30px;
    border-bottom: 2px solid rgba(255, 255, 255, 0.7);
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
    opacity: 1;
    -webkit-transition: opacity 0.225s ease-in-out;
    -khtml-transition: opacity 0.225s ease-in-out;
    transition: opacity 0.225s ease-in-out;

    position: absolute;
    bottom:45px;left:45px;
}

@media screen and (min-width: 481px) {
    .zskb-dream__f-left a {
        margin-top: auto
    }
    .zskb-dream__f-left a:hover {
        opacity: .7
    }
}

.zskb-dream__f-left .zskb-dream__title {
    color: #fff;
    font-size: 35px;
    margin-bottom: 15px;
    text-align: left
}

@media screen and (min-width: 481px) {
    .zskb-dream__f-left .zskb-dream__title {
        font-size: 55px;
        line-height: 50px;
        margin-bottom: 30px
    }
}

.zskb-dream__f-left .zskb-dream__text {
    color: #fff;
    font-size: 18px;
    line-height: normal;
    font-family: "Cuprum", sans-serif
}

@media screen and (min-width: 481px) {
    .zskb-dream__f-left .zskb-dream__text {
        font-size: 20px
    }
}

.zskb-dream__f-right {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    position: relative;
    height: 100%;
    padding: 25px
}

@media screen and (min-width: 481px) {
    .zskb-dream__f-right {
        padding: 70px 48px 90px 48px
    }
}

.zskb-dream__f-right svg {
    margin: 0 auto 20px;
    display: block;
}

.zskb-dream__f-right p {
    color: #000;
    font-family: "Cuprum", sans-serif;
    font-weight: bold;
    margin-bottom: 10px;
    text-align: center;
    font-size: 18px
}

@media screen and (min-width: 481px) {
    .zskb-dream__f-right p {
        font-size: 21px;
        line-height: 25px
    }
}

.zskb-dream__f-right button {
    width: 100%;
    margin-top: 30px
}

@media screen and (min-width: 481px) {
    .zskb-dream__f-right button {
        margin-top: auto;
        position: absolute;
        bottom: 20px;
        width: 300px;
        left: 0px;
        left: 50%;
        margin-left: -150px;
    }
}

.zskb-dream__price {
    color: #ff5116;
    font-family: "Cuprum", sans-serif;
    font-style: italic;
    font-weight: bold;
    text-align: center;
    font-size: 28px
}

@media screen and (min-width: 481px) {
    .zskb-dream__price {
        font-size: 33px;
        line-height: 30px
    }
}

.c-radio {
    display: inline-block;
    vertical-align: middle
}

.c-radio:not(:last-child) {
    margin-right: 20px
}

.c-radio label {
    font-size: 14px;
    position: relative;
    color: black;
    cursor: pointer
}

.c-radio label::before,
.c-radio label::after {
    content: '';
    display: inline-block;
    -khtml-border-radius: 50%;
    border-radius: 50%
}

.c-radio label::before {
    border: 1px solid #dedede;
    width: 16px;
    height: 16px;
    vertical-align: middle;
    margin-right: 5px;
    margin-bottom: 2px
}

.c-radio label::after {
    position: absolute;
    background: #04777D;
    top: 5px;
    left: 5px;
    width: 6px;
    height: 6px;
    filter: alpha(opacity=0);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    -webkit-opacity: 0;
    -khtml-opacity: 0;
    -moz-opacity: 0;
    -ms-opacity: 0;
    -o-opacity: 0;
    opacity: 0;
    -webkit-transform: scale(0);
    -khtml-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    -webkit-transition: all 0.225s ease-in-out;
    -khtml-transition: all 0.225s ease-in-out;
    transition: all 0.225s ease-in-out
}

.c-radio input {
    display: none
}

.c-radio input:checked+label::after {
    filter: alpha(opacity=100);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    -webkit-opacity: 1;
    -khtml-opacity: 1;
    -moz-opacity: 1;
    -ms-opacity: 1;
    -o-opacity: 1;
    opacity: 1;
    -webkit-transform: scale(1);
    -khtml-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1)
}

.c-input label {
    display: block;
    margin-bottom: 6px
}

/*.c-input input {
    width: 100%;
    height: 38px;
    padding: 0 12px;
    font-size: 13px;
    background-color: #fdfbfb;
    border: 1px solid #c1d8da;
    border-radius: 3px;
    box-shadow: inset 0 0 3px 0 rgba(179, 179, 179, 0.5);
    -webkit-transition: border-color 0.225s ease-in-out;
    -khtml-transition: border-color 0.225s ease-in-out;
    transition: border-color 0.225s ease-in-out
}*/

.c-input input:focus {
    outline: none;
    border-color: #277f88
}

.c-input input::-webkit-input-placeholder {
    color: #000;
    filter: alpha(opacity=30);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
    -webkit-opacity: 0.3;
    -khtml-opacity: 0.3;
    -moz-opacity: 0.3;
    -ms-opacity: 0.3;
    -o-opacity: 0.3;
    opacity: 0.3;
    font-size: 13px;
    font-style: italic
}

.c-input input::-moz-placeholder {
    color: #000;
    filter: alpha(opacity=30);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
    -webkit-opacity: 0.3;
    -khtml-opacity: 0.3;
    -moz-opacity: 0.3;
    -ms-opacity: 0.3;
    -o-opacity: 0.3;
    opacity: 0.3;
    font-size: 13px;
    font-style: italic
}

.c-input input:-moz-placeholder {
    color: #000;
    filter: alpha(opacity=30);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
    -webkit-opacity: 0.3;
    -khtml-opacity: 0.3;
    -moz-opacity: 0.3;
    -ms-opacity: 0.3;
    -o-opacity: 0.3;
    opacity: 0.3;
    font-size: 13px;
    font-style: italic
}

.c-input input:-ms-input-placeholder {
    color: #000;
    filter: alpha(opacity=30);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
    -webkit-opacity: 0.3;
    -khtml-opacity: 0.3;
    -moz-opacity: 0.3;
    -ms-opacity: 0.3;
    -o-opacity: 0.3;
    opacity: 0.3;
    font-size: 13px;
    font-style: italic
}

.c-input__err {
    font-size: 13px;
    color: #ff0000;
    font-style: italic
}
/* End */


/* Start:/local/templates/.default/js/bvi/css/bvi.min.css?1569477748129232*/
html:not(.bvi-panel){font-size:16px!important}html body a.bvi-link{padding:10px 10px;font-size:12px;border-color:transparent}html body .bvi{font-family:Arial,sans-serif!important}html body .bvi .bvi-btn{font-weight:bold!important}html body .bvi .bvi-eye-link{position:fixed;top:1rem;right:1rem;opacity:.75;z-index:999999!important}html body .bvi .bvi-container{width:100%;padding-right:0;padding-left:0;margin-right:auto;margin-left:auto}@media (min-width:576px){html body .bvi .bvi-container{max-width:540px}}@media (min-width:768px){html body .bvi .bvi-container{max-width:720px}}@media (min-width:992px){html body .bvi .bvi-container{max-width:960px}}@media (min-width:1200px){html body .bvi .bvi-container{max-width:1140px}}html body .bvi .bvi-container-fluid{width:100%;padding-right:0;padding-left:0;margin-right:auto;margin-left:auto}html body .bvi .bvi-row{display:flex;flex-wrap:wrap;margin-right:0;margin-left:0}html body .bvi .bvi-no-gutters{margin-right:0;margin-left:0}html body .bvi .bvi-no-gutters>.bvi-col,html body .bvi .bvi-no-gutters>[class*="bvi-col-"]{padding-right:0;padding-left:0}html body .bvi .bvi-col-1,html body .bvi .bvi-col-2,html body .bvi .bvi-col-3,html body .bvi .bvi-col-4,html body .bvi .bvi-col-5,html body .bvi .bvi-col-6,html body .bvi .bvi-col-7,html body .bvi .bvi-col-8,html body .bvi .bvi-col-9,html body .bvi .bvi-col-10,html body .bvi .bvi-col-11,html body .bvi .bvi-col-12,html body .bvi .bvi-col,html body .bvi .bvi-col-auto,html body .bvi .bvi-col-sm-1,html body .bvi .bvi-col-sm-2,html body .bvi .bvi-col-sm-3,html body .bvi .bvi-col-sm-4,html body .bvi .bvi-col-sm-5,html body .bvi .bvi-col-sm-6,html body .bvi .bvi-col-sm-7,html body .bvi .bvi-col-sm-8,html body .bvi .bvi-col-sm-9,html body .bvi .bvi-col-sm-10,html body .bvi .bvi-col-sm-11,html body .bvi .bvi-col-sm-12,html body .bvi .bvi-col-sm,html body .bvi .bvi-col-sm-auto,html body .bvi .bvi-col-md-1,html body .bvi .bvi-col-md-2,html body .bvi .bvi-col-md-3,html body .bvi .bvi-col-md-4,html body .bvi .bvi-col-md-5,html body .bvi .bvi-col-md-6,html body .bvi .bvi-col-md-7,html body .bvi .bvi-col-md-8,html body .bvi .bvi-col-md-9,html body .bvi .bvi-col-md-10,html body .bvi .bvi-col-md-11,html body .bvi .bvi-col-md-12,html body .bvi .bvi-col-md,html body .bvi .bvi-col-md-auto,html body .bvi .bvi-col-lg-1,html body .bvi .bvi-col-lg-2,html body .bvi .bvi-col-lg-3,html body .bvi .bvi-col-lg-4,html body .bvi .bvi-col-lg-5,html body .bvi .bvi-col-lg-6,html body .bvi .bvi-col-lg-7,html body .bvi .bvi-col-lg-8,html body .bvi .bvi-col-lg-9,html body .bvi .bvi-col-lg-10,html body .bvi .bvi-col-lg-11,html body .bvi .bvi-col-lg-12,html body .bvi .bvi-col-lg,html body .bvi .bvi-col-lg-auto,html body .bvi .bvi-col-xl-1,html body .bvi .bvi-col-xl-2,html body .bvi .bvi-col-xl-3,html body .bvi .bvi-col-xl-4,html body .bvi .bvi-col-xl-5,html body .bvi .bvi-col-xl-6,html body .bvi .bvi-col-xl-7,html body .bvi .bvi-col-xl-8,html body .bvi .bvi-col-xl-9,html body .bvi .bvi-col-xl-10,html body .bvi .bvi-col-xl-11,html body .bvi .bvi-col-xl-12,html body .bvi .bvi-col-xl,html body .bvi .bvi-col-xl-auto{position:relative;width:100%;min-height:1px;padding-right:0;padding-left:0}html body .bvi .bvi-col{flex-basis:0%;flex-grow:1;max-width:100%}html body .bvi .bvi-col-auto{flex:0 0 auto;width:auto;max-width:none}html body .bvi .bvi-col-1{flex:0 0 8.33333%;max-width:8.33333%}html body .bvi .bvi-col-2{flex:0 0 16.66667%;max-width:16.66667%}html body .bvi .bvi-col-3{flex:0 0 25%;max-width:25%}html body .bvi .bvi-col-4{flex:0 0 33.33333%;max-width:33.33333%}html body .bvi .bvi-col-5{flex:0 0 41.66667%;max-width:41.66667%}html body .bvi .bvi-col-6{flex:0 0 50%;max-width:50%}html body .bvi .bvi-col-7{flex:0 0 58.33333%;max-width:58.33333%}html body .bvi .bvi-col-8{flex:0 0 66.66667%;max-width:66.66667%}html body .bvi .bvi-col-9{flex:0 0 75%;max-width:75%}html body .bvi .bvi-col-10{flex:0 0 83.33333%;max-width:83.33333%}html body .bvi .bvi-col-11{flex:0 0 91.66667%;max-width:91.66667%}html body .bvi .bvi-col-12{flex:0 0 100%;max-width:100%}html body .bvi .order-first{order:-1}html body .bvi .order-last{order:13}html body .bvi .order-0{order:0}html body .bvi .order-1{order:1}html body .bvi .order-2{order:2}html body .bvi .order-3{order:3}html body .bvi .order-4{order:4}html body .bvi .order-5{order:5}html body .bvi .order-6{order:6}html body .bvi .order-7{order:7}html body .bvi .order-8{order:8}html body .bvi .order-9{order:9}html body .bvi .order-10{order:10}html body .bvi .order-11{order:11}html body .bvi .order-12{order:12}html body .bvi .offset-1{margin-left:8.33333%}html body .bvi .offset-2{margin-left:16.66667%}html body .bvi .offset-3{margin-left:25%}html body .bvi .offset-4{margin-left:33.33333%}html body .bvi .offset-5{margin-left:41.66667%}html body .bvi .offset-6{margin-left:50%}html body .bvi .offset-7{margin-left:58.33333%}html body .bvi .offset-8{margin-left:66.66667%}html body .bvi .offset-9{margin-left:75%}html body .bvi .offset-10{margin-left:83.33333%}html body .bvi .offset-11{margin-left:91.66667%}@media (min-width:576px){html body .bvi .bvi-col-sm{flex-basis:0%;flex-grow:1;max-width:100%}html body .bvi .bvi-col-sm-auto{flex:0 0 auto;width:auto;max-width:none}html body .bvi .bvi-col-sm-1{flex:0 0 8.33333%;max-width:8.33333%}html body .bvi .bvi-col-sm-2{flex:0 0 16.66667%;max-width:16.66667%}html body .bvi .bvi-col-sm-3{flex:0 0 25%;max-width:25%}html body .bvi .bvi-col-sm-4{flex:0 0 33.33333%;max-width:33.33333%}html body .bvi .bvi-col-sm-5{flex:0 0 41.66667%;max-width:41.66667%}html body .bvi .bvi-col-sm-6{flex:0 0 50%;max-width:50%}html body .bvi .bvi-col-sm-7{flex:0 0 58.33333%;max-width:58.33333%}html body .bvi .bvi-col-sm-8{flex:0 0 66.66667%;max-width:66.66667%}html body .bvi .bvi-col-sm-9{flex:0 0 75%;max-width:75%}html body .bvi .bvi-col-sm-10{flex:0 0 83.33333%;max-width:83.33333%}html body .bvi .bvi-col-sm-11{flex:0 0 91.66667%;max-width:91.66667%}html body .bvi .bvi-col-sm-12{flex:0 0 100%;max-width:100%}html body .bvi .order-sm-first{order:-1}html body .bvi .order-sm-last{order:13}html body .bvi .order-sm-0{order:0}html body .bvi .order-sm-1{order:1}html body .bvi .order-sm-2{order:2}html body .bvi .order-sm-3{order:3}html body .bvi .order-sm-4{order:4}html body .bvi .order-sm-5{order:5}html body .bvi .order-sm-6{order:6}html body .bvi .order-sm-7{order:7}html body .bvi .order-sm-8{order:8}html body .bvi .order-sm-9{order:9}html body .bvi .order-sm-10{order:10}html body .bvi .order-sm-11{order:11}html body .bvi .order-sm-12{order:12}html body .bvi .offset-sm-0{margin-left:0}html body .bvi .offset-sm-1{margin-left:8.33333%}html body .bvi .offset-sm-2{margin-left:16.66667%}html body .bvi .offset-sm-3{margin-left:25%}html body .bvi .offset-sm-4{margin-left:33.33333%}html body .bvi .offset-sm-5{margin-left:41.66667%}html body .bvi .offset-sm-6{margin-left:50%}html body .bvi .offset-sm-7{margin-left:58.33333%}html body .bvi .offset-sm-8{margin-left:66.66667%}html body .bvi .offset-sm-9{margin-left:75%}html body .bvi .offset-sm-10{margin-left:83.33333%}html body .bvi .offset-sm-11{margin-left:91.66667%}}@media (min-width:768px){html body .bvi .bvi-col-md{flex-basis:0%;flex-grow:1;max-width:100%}html body .bvi .bvi-col-md-auto{flex:0 0 auto;width:auto;max-width:none}html body .bvi .bvi-col-md-1{flex:0 0 8.33333%;max-width:8.33333%}html body .bvi .bvi-col-md-2{flex:0 0 16.66667%;max-width:16.66667%}html body .bvi .bvi-col-md-3{flex:0 0 25%;max-width:25%}html body .bvi .bvi-col-md-4{flex:0 0 33.33333%;max-width:33.33333%}html body .bvi .bvi-col-md-5{flex:0 0 41.66667%;max-width:41.66667%}html body .bvi .bvi-col-md-6{flex:0 0 50%;max-width:50%}html body .bvi .bvi-col-md-7{flex:0 0 58.33333%;max-width:58.33333%}html body .bvi .bvi-col-md-8{flex:0 0 66.66667%;max-width:66.66667%}html body .bvi .bvi-col-md-9{flex:0 0 75%;max-width:75%}html body .bvi .bvi-col-md-10{flex:0 0 83.33333%;max-width:83.33333%}html body .bvi .bvi-col-md-11{flex:0 0 91.66667%;max-width:91.66667%}html body .bvi .bvi-col-md-12{flex:0 0 100%;max-width:100%}html body .bvi .order-md-first{order:-1}html body .bvi .order-md-last{order:13}html body .bvi .order-md-0{order:0}html body .bvi .order-md-1{order:1}html body .bvi .order-md-2{order:2}html body .bvi .order-md-3{order:3}html body .bvi .order-md-4{order:4}html body .bvi .order-md-5{order:5}html body .bvi .order-md-6{order:6}html body .bvi .order-md-7{order:7}html body .bvi .order-md-8{order:8}html body .bvi .order-md-9{order:9}html body .bvi .order-md-10{order:10}html body .bvi .order-md-11{order:11}html body .bvi .order-md-12{order:12}html body .bvi .offset-md-0{margin-left:0}html body .bvi .offset-md-1{margin-left:8.33333%}html body .bvi .offset-md-2{margin-left:16.66667%}html body .bvi .offset-md-3{margin-left:25%}html body .bvi .offset-md-4{margin-left:33.33333%}html body .bvi .offset-md-5{margin-left:41.66667%}html body .bvi .offset-md-6{margin-left:50%}html body .bvi .offset-md-7{margin-left:58.33333%}html body .bvi .offset-md-8{margin-left:66.66667%}html body .bvi .offset-md-9{margin-left:75%}html body .bvi .offset-md-10{margin-left:83.33333%}html body .bvi .offset-md-11{margin-left:91.66667%}}@media (min-width:992px){html body .bvi .bvi-col-lg{flex-basis:0%;flex-grow:1;max-width:100%}html body .bvi .bvi-col-lg-auto{flex:0 0 auto;width:auto;max-width:none}html body .bvi .bvi-col-lg-1{flex:0 0 8.33333%;max-width:8.33333%}html body .bvi .bvi-col-lg-2{flex:0 0 16.66667%;max-width:16.66667%}html body .bvi .bvi-col-lg-3{flex:0 0 25%;max-width:25%}html body .bvi .bvi-col-lg-4{flex:0 0 33.33333%;max-width:33.33333%}html body .bvi .bvi-col-lg-5{flex:0 0 41.66667%;max-width:41.66667%}html body .bvi .bvi-col-lg-6{flex:0 0 50%;max-width:50%}html body .bvi .bvi-col-lg-7{flex:0 0 58.33333%;max-width:58.33333%}html body .bvi .bvi-col-lg-8{flex:0 0 66.66667%;max-width:66.66667%}html body .bvi .bvi-col-lg-9{flex:0 0 75%;max-width:75%}html body .bvi .bvi-col-lg-10{flex:0 0 83.33333%;max-width:83.33333%}html body .bvi .bvi-col-lg-11{flex:0 0 91.66667%;max-width:91.66667%}html body .bvi .bvi-col-lg-12{flex:0 0 100%;max-width:100%}html body .bvi .order-lg-first{order:-1}html body .bvi .order-lg-last{order:13}html body .bvi .order-lg-0{order:0}html body .bvi .order-lg-1{order:1}html body .bvi .order-lg-2{order:2}html body .bvi .order-lg-3{order:3}html body .bvi .order-lg-4{order:4}html body .bvi .order-lg-5{order:5}html body .bvi .order-lg-6{order:6}html body .bvi .order-lg-7{order:7}html body .bvi .order-lg-8{order:8}html body .bvi .order-lg-9{order:9}html body .bvi .order-lg-10{order:10}html body .bvi .order-lg-11{order:11}html body .bvi .order-lg-12{order:12}html body .bvi .offset-lg-0{margin-left:0}html body .bvi .offset-lg-1{margin-left:8.33333%}html body .bvi .offset-lg-2{margin-left:16.66667%}html body .bvi .offset-lg-3{margin-left:25%}html body .bvi .offset-lg-4{margin-left:33.33333%}html body .bvi .offset-lg-5{margin-left:41.66667%}html body .bvi .offset-lg-6{margin-left:50%}html body .bvi .offset-lg-7{margin-left:58.33333%}html body .bvi .offset-lg-8{margin-left:66.66667%}html body .bvi .offset-lg-9{margin-left:75%}html body .bvi .offset-lg-10{margin-left:83.33333%}html body .bvi .offset-lg-11{margin-left:91.66667%}}@media (min-width:1200px){html body .bvi .bvi-col-xl{flex-basis:0%;flex-grow:1;max-width:100%}html body .bvi .bvi-col-xl-auto{flex:0 0 auto;width:auto;max-width:none}html body .bvi .bvi-col-xl-1{flex:0 0 8.33333%;max-width:8.33333%}html body .bvi .bvi-col-xl-2{flex:0 0 16.66667%;max-width:16.66667%}html body .bvi .bvi-col-xl-3{flex:0 0 25%;max-width:25%}html body .bvi .bvi-col-xl-4{flex:0 0 33.33333%;max-width:33.33333%}html body .bvi .bvi-col-xl-5{flex:0 0 41.66667%;max-width:41.66667%}html body .bvi .bvi-col-xl-6{flex:0 0 50%;max-width:50%}html body .bvi .bvi-col-xl-7{flex:0 0 58.33333%;max-width:58.33333%}html body .bvi .bvi-col-xl-8{flex:0 0 66.66667%;max-width:66.66667%}html body .bvi .bvi-col-xl-9{flex:0 0 75%;max-width:75%}html body .bvi .bvi-col-xl-10{flex:0 0 83.33333%;max-width:83.33333%}html body .bvi .bvi-col-xl-11{flex:0 0 91.66667%;max-width:91.66667%}html body .bvi .bvi-col-xl-12{flex:0 0 100%;max-width:100%}html body .bvi .order-xl-first{order:-1}html body .bvi .order-xl-last{order:13}html body .bvi .order-xl-0{order:0}html body .bvi .order-xl-1{order:1}html body .bvi .order-xl-2{order:2}html body .bvi .order-xl-3{order:3}html body .bvi .order-xl-4{order:4}html body .bvi .order-xl-5{order:5}html body .bvi .order-xl-6{order:6}html body .bvi .order-xl-7{order:7}html body .bvi .order-xl-8{order:8}html body .bvi .order-xl-9{order:9}html body .bvi .order-xl-10{order:10}html body .bvi .order-xl-11{order:11}html body .bvi .order-xl-12{order:12}html body .bvi .offset-xl-0{margin-left:0}html body .bvi .offset-xl-1{margin-left:8.33333%}html body .bvi .offset-xl-2{margin-left:16.66667%}html body .bvi .offset-xl-3{margin-left:25%}html body .bvi .offset-xl-4{margin-left:33.33333%}html body .bvi .offset-xl-5{margin-left:41.66667%}html body .bvi .offset-xl-6{margin-left:50%}html body .bvi .offset-xl-7{margin-left:58.33333%}html body .bvi .offset-xl-8{margin-left:66.66667%}html body .bvi .offset-xl-9{margin-left:75%}html body .bvi .offset-xl-10{margin-left:83.33333%}html body .bvi .offset-xl-11{margin-left:91.66667%}}html body .bvi .bvi-btn{display:inline-block;font-weight:400;text-align:center;white-space:nowrap;vertical-align:middle;user-select:none;border:1px solid transparent;padding:.375rem .75rem;font-size:1rem;line-height:1.5;border-radius:0;transition:color 0.15s ease-in-out,background-color 0.15s ease-in-out,border-color 0.15s ease-in-out,box-shadow 0.15s ease-in-out}@media screen and (prefers-reduced-motion:reduce){html body .bvi .bvi-btn{transition:none}}html body .bvi .bvi-btn:hover,html body .bvi .bvi-btn:focus{text-decoration:none}html body .bvi .bvi-btn:focus,html body .bvi .bvi-btn.focus{outline:0;box-shadow:0 0 0 .2rem rgba(0,123,255,.25)}html body .bvi .bvi-btn.disabled,html body .bvi .bvi-btn:disabled{opacity:.65}html body .bvi .bvi-btn:not(:disabled):not(.disabled){cursor:pointer}html body .bvi a.bvi-btn.disabled,html body .bvi fieldset:disabled a.bvi-btn{pointer-events:none}html body .bvi .bvi-btn-primary{color:#fff;background-color:#007bff;border-color:#007bff}html body .bvi .bvi-btn-primary:hover{color:#fff;background-color:#0069d9;border-color:#0062cc}html body .bvi .bvi-btn-primary:focus,html body .bvi .bvi-btn-primary.focus{box-shadow:0 0 0 .2rem rgba(0,123,255,.5)}html body .bvi .bvi-btn-primary.disabled,html body .bvi .bvi-btn-primary:disabled{color:#fff;background-color:#007bff;border-color:#007bff}html body .bvi .bvi-btn-primary:not(:disabled):not(.disabled):active,html body .bvi .bvi-btn-primary:not(:disabled):not(.disabled).active,.show>html body .bvi .bvi-btn-primary.dropdown-toggle{color:#fff;background-color:#0062cc;border-color:#005cbf}html body .bvi .bvi-btn-primary:not(:disabled):not(.disabled):active:focus,html body .bvi .bvi-btn-primary:not(:disabled):not(.disabled).active:focus,.show>html body .bvi .bvi-btn-primary.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(0,123,255,.5)}html body .bvi .bvi-btn-secondary{color:#fff;background-color:#6c757d;border-color:#6c757d}html body .bvi .bvi-btn-secondary:hover{color:#fff;background-color:#5a6268;border-color:#545b62}html body .bvi .bvi-btn-secondary:focus,html body .bvi .bvi-btn-secondary.focus{box-shadow:0 0 0 .2rem rgba(108,117,125,.5)}html body .bvi .bvi-btn-secondary.disabled,html body .bvi .bvi-btn-secondary:disabled{color:#fff;background-color:#6c757d;border-color:#6c757d}html body .bvi .bvi-btn-secondary:not(:disabled):not(.disabled):active,html body .bvi .bvi-btn-secondary:not(:disabled):not(.disabled).active,.show>html body .bvi .bvi-btn-secondary.dropdown-toggle{color:#fff;background-color:#545b62;border-color:#4e555b}html body .bvi .bvi-btn-secondary:not(:disabled):not(.disabled):active:focus,html body .bvi .bvi-btn-secondary:not(:disabled):not(.disabled).active:focus,.show>html body .bvi .bvi-btn-secondary.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(108,117,125,.5)}html body .bvi .bvi-btn-success{color:#fff;background-color:#28a745;border-color:#28a745}html body .bvi .bvi-btn-success:hover{color:#fff;background-color:#218838;border-color:#1e7e34}html body .bvi .bvi-btn-success:focus,html body .bvi .bvi-btn-success.focus{box-shadow:0 0 0 .2rem rgba(40,167,69,.5)}html body .bvi .bvi-btn-success.disabled,html body .bvi .bvi-btn-success:disabled{color:#fff;background-color:#28a745;border-color:#28a745}html body .bvi .bvi-btn-success:not(:disabled):not(.disabled):active,html body .bvi .bvi-btn-success:not(:disabled):not(.disabled).active,.show>html body .bvi .bvi-btn-success.dropdown-toggle{color:#fff;background-color:#1e7e34;border-color:#1c7430}html body .bvi .bvi-btn-success:not(:disabled):not(.disabled):active:focus,html body .bvi .bvi-btn-success:not(:disabled):not(.disabled).active:focus,.show>html body .bvi .bvi-btn-success.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(40,167,69,.5)}html body .bvi .bvi-btn-info{color:#fff;background-color:#17a2b8;border-color:#17a2b8}html body .bvi .bvi-btn-info:hover{color:#fff;background-color:#138496;border-color:#117a8b}html body .bvi .bvi-btn-info:focus,html body .bvi .bvi-btn-info.focus{box-shadow:0 0 0 .2rem rgba(23,162,184,.5)}html body .bvi .bvi-btn-info.disabled,html body .bvi .bvi-btn-info:disabled{color:#fff;background-color:#17a2b8;border-color:#17a2b8}html body .bvi .bvi-btn-info:not(:disabled):not(.disabled):active,html body .bvi .bvi-btn-info:not(:disabled):not(.disabled).active,.show>html body .bvi .bvi-btn-info.dropdown-toggle{color:#fff;background-color:#117a8b;border-color:#10707f}html body .bvi .bvi-btn-info:not(:disabled):not(.disabled):active:focus,html body .bvi .bvi-btn-info:not(:disabled):not(.disabled).active:focus,.show>html body .bvi .bvi-btn-info.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(23,162,184,.5)}html body .bvi .bvi-btn-warning{color:#212529;background-color:#ffc107;border-color:#ffc107}html body .bvi .bvi-btn-warning:hover{color:#212529;background-color:#e0a800;border-color:#d39e00}html body .bvi .bvi-btn-warning:focus,html body .bvi .bvi-btn-warning.focus{box-shadow:0 0 0 .2rem rgba(255,193,7,.5)}html body .bvi .bvi-btn-warning.disabled,html body .bvi .bvi-btn-warning:disabled{color:#212529;background-color:#ffc107;border-color:#ffc107}html body .bvi .bvi-btn-warning:not(:disabled):not(.disabled):active,html body .bvi .bvi-btn-warning:not(:disabled):not(.disabled).active,.show>html body .bvi .bvi-btn-warning.dropdown-toggle{color:#212529;background-color:#d39e00;border-color:#c69500}html body .bvi .bvi-btn-warning:not(:disabled):not(.disabled):active:focus,html body .bvi .bvi-btn-warning:not(:disabled):not(.disabled).active:focus,.show>html body .bvi .bvi-btn-warning.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(255,193,7,.5)}html body .bvi .bvi-btn-danger{color:#fff;background-color:#dc3545;border-color:#dc3545}html body .bvi .bvi-btn-danger:hover{color:#fff;background-color:#c82333;border-color:#bd2130}html body .bvi .bvi-btn-danger:focus,html body .bvi .bvi-btn-danger.focus{box-shadow:0 0 0 .2rem rgba(220,53,69,.5)}html body .bvi .bvi-btn-danger.disabled,html body .bvi .bvi-btn-danger:disabled{color:#fff;background-color:#dc3545;border-color:#dc3545}html body .bvi .bvi-btn-danger:not(:disabled):not(.disabled):active,html body .bvi .bvi-btn-danger:not(:disabled):not(.disabled).active,.show>html body .bvi .bvi-btn-danger.dropdown-toggle{color:#fff;background-color:#bd2130;border-color:#b21f2d}html body .bvi .bvi-btn-danger:not(:disabled):not(.disabled):active:focus,html body .bvi .bvi-btn-danger:not(:disabled):not(.disabled).active:focus,.show>html body .bvi .bvi-btn-danger.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(220,53,69,.5)}html body .bvi .bvi-btn-light{color:#212529;background-color:#f8f9fa;border-color:#f8f9fa}html body .bvi .bvi-btn-light:hover{color:#212529;background-color:#e2e6ea;border-color:#dae0e5}html body .bvi .bvi-btn-light:focus,html body .bvi .bvi-btn-light.focus{box-shadow:0 0 0 .2rem rgba(248,249,250,.5)}html body .bvi .bvi-btn-light.disabled,html body .bvi .bvi-btn-light:disabled{color:#212529;background-color:#f8f9fa;border-color:#f8f9fa}html body .bvi .bvi-btn-light:not(:disabled):not(.disabled):active,html body .bvi .bvi-btn-light:not(:disabled):not(.disabled).active,.show>html body .bvi .bvi-btn-light.dropdown-toggle{color:#212529;background-color:#dae0e5;border-color:#d3d9df}html body .bvi .bvi-btn-light:not(:disabled):not(.disabled):active:focus,html body .bvi .bvi-btn-light:not(:disabled):not(.disabled).active:focus,.show>html body .bvi .bvi-btn-light.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(248,249,250,.5)}html body .bvi .bvi-btn-dark{color:#fff;background-color:#343a40;border-color:#343a40}html body .bvi .bvi-btn-dark:hover{color:#fff;background-color:#23272b;border-color:#1d2124}html body .bvi .bvi-btn-dark:focus,html body .bvi .bvi-btn-dark.focus{box-shadow:0 0 0 .2rem rgba(52,58,64,.5)}html body .bvi .bvi-btn-dark.disabled,html body .bvi .bvi-btn-dark:disabled{color:#fff;background-color:#343a40;border-color:#343a40}html body .bvi .bvi-btn-dark:not(:disabled):not(.disabled):active,html body .bvi .bvi-btn-dark:not(:disabled):not(.disabled).active,.show>html body .bvi .bvi-btn-dark.dropdown-toggle{color:#fff;background-color:#1d2124;border-color:#171a1d}html body .bvi .bvi-btn-dark:not(:disabled):not(.disabled):active:focus,html body .bvi .bvi-btn-dark:not(:disabled):not(.disabled).active:focus,.show>html body .bvi .bvi-btn-dark.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(52,58,64,.5)}html body .bvi .bvi-btn-bvi-white{color:#212529;background-color:#fff;border-color:#fff}html body .bvi .bvi-btn-bvi-white:hover{color:#212529;background-color:#ececec;border-color:#e6e6e6}html body .bvi .bvi-btn-bvi-white:focus,html body .bvi .bvi-btn-bvi-white.focus{box-shadow:0 0 0 .2rem rgba(255,255,255,.5)}html body .bvi .bvi-btn-bvi-white.disabled,html body .bvi .bvi-btn-bvi-white:disabled{color:#212529;background-color:#fff;border-color:#fff}html body .bvi .bvi-btn-bvi-white:not(:disabled):not(.disabled):active,html body .bvi .bvi-btn-bvi-white:not(:disabled):not(.disabled).active,.show>html body .bvi .bvi-btn-bvi-white.dropdown-toggle{color:#212529;background-color:#e6e6e6;border-color:#dfdfdf}html body .bvi .bvi-btn-bvi-white:not(:disabled):not(.disabled):active:focus,html body .bvi .bvi-btn-bvi-white:not(:disabled):not(.disabled).active:focus,.show>html body .bvi .bvi-btn-bvi-white.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(255,255,255,.5)}html body .bvi .bvi-btn-bvi-black{color:#fff;background-color:#000;border-color:#000}html body .bvi .bvi-btn-bvi-black:hover{color:#fff;background-color:black;border-color:black}html body .bvi .bvi-btn-bvi-black:focus,html body .bvi .bvi-btn-bvi-black.focus{box-shadow:0 0 0 .2rem rgba(0,0,0,.5)}html body .bvi .bvi-btn-bvi-black.disabled,html body .bvi .bvi-btn-bvi-black:disabled{color:#fff;background-color:#000;border-color:#000}html body .bvi .bvi-btn-bvi-black:not(:disabled):not(.disabled):active,html body .bvi .bvi-btn-bvi-black:not(:disabled):not(.disabled).active,.show>html body .bvi .bvi-btn-bvi-black.dropdown-toggle{color:#fff;background-color:black;border-color:black}html body .bvi .bvi-btn-bvi-black:not(:disabled):not(.disabled):active:focus,html body .bvi .bvi-btn-bvi-black:not(:disabled):not(.disabled).active:focus,.show>html body .bvi .bvi-btn-bvi-black.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(0,0,0,.5)}html body .bvi .bvi-btn-bvi-blue{color:#fff;background-color:#063462;border-color:#063462}html body .bvi .bvi-btn-bvi-blue:hover{color:#fff;background-color:#04213e;border-color:#031b32}html body .bvi .bvi-btn-bvi-blue:focus,html body .bvi .bvi-btn-bvi-blue.focus{box-shadow:0 0 0 .2rem rgba(6,52,98,.5)}html body .bvi .bvi-btn-bvi-blue.disabled,html body .bvi .bvi-btn-bvi-blue:disabled{color:#fff;background-color:#063462;border-color:#063462}html body .bvi .bvi-btn-bvi-blue:not(:disabled):not(.disabled):active,html body .bvi .bvi-btn-bvi-blue:not(:disabled):not(.disabled).active,.show>html body .bvi .bvi-btn-bvi-blue.dropdown-toggle{color:#fff;background-color:#031b32;border-color:#021426}html body .bvi .bvi-btn-bvi-blue:not(:disabled):not(.disabled):active:focus,html body .bvi .bvi-btn-bvi-blue:not(:disabled):not(.disabled).active:focus,.show>html body .bvi .bvi-btn-bvi-blue.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(6,52,98,.5)}html body .bvi .bvi-btn-bvi-brown{color:#fff;background-color:#4D4B43;border-color:#4D4B43}html body .bvi .bvi-btn-bvi-brown:hover{color:#fff;background-color:#393731;border-color:#32302b}html body .bvi .bvi-btn-bvi-brown:focus,html body .bvi .bvi-btn-bvi-brown.focus{box-shadow:0 0 0 .2rem rgba(77,75,67,.5)}html body .bvi .bvi-btn-bvi-brown.disabled,html body .bvi .bvi-btn-bvi-brown:disabled{color:#fff;background-color:#4D4B43;border-color:#4D4B43}html body .bvi .bvi-btn-bvi-brown:not(:disabled):not(.disabled):active,html body .bvi .bvi-btn-bvi-brown:not(:disabled):not(.disabled).active,.show>html body .bvi .bvi-btn-bvi-brown.dropdown-toggle{color:#fff;background-color:#32302b;border-color:#2b2a25}html body .bvi .bvi-btn-bvi-brown:not(:disabled):not(.disabled):active:focus,html body .bvi .bvi-btn-bvi-brown:not(:disabled):not(.disabled).active:focus,.show>html body .bvi .bvi-btn-bvi-brown.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(77,75,67,.5)}html body .bvi .bvi-btn-bvi-green{color:#212529;background-color:#A9E44D;border-color:#A9E44D}html body .bvi .bvi-btn-bvi-green:hover{color:#212529;background-color:#99df2c;border-color:#93dd21}html body .bvi .bvi-btn-bvi-green:focus,html body .bvi .bvi-btn-bvi-green.focus{box-shadow:0 0 0 .2rem rgba(169,228,77,.5)}html body .bvi .bvi-btn-bvi-green.disabled,html body .bvi .bvi-btn-bvi-green:disabled{color:#212529;background-color:#A9E44D;border-color:#A9E44D}html body .bvi .bvi-btn-bvi-green:not(:disabled):not(.disabled):active,html body .bvi .bvi-btn-bvi-green:not(:disabled):not(.disabled).active,.show>html body .bvi .bvi-btn-bvi-green.dropdown-toggle{color:#212529;background-color:#93dd21;border-color:#8cd120}html body .bvi .bvi-btn-bvi-green:not(:disabled):not(.disabled):active:focus,html body .bvi .bvi-btn-bvi-green:not(:disabled):not(.disabled).active:focus,.show>html body .bvi .bvi-btn-bvi-green.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(169,228,77,.5)}html body .bvi .bvi-btn-outline-primary{color:#007bff;background-color:transparent;background-image:none;border-color:#007bff}html body .bvi .bvi-btn-outline-primary:hover{color:#fff;background-color:#007bff;border-color:#007bff}html body .bvi .bvi-btn-outline-primary:focus,html body .bvi .bvi-btn-outline-primary.focus{box-shadow:0 0 0 .2rem rgba(0,123,255,.5)}html body .bvi .bvi-btn-outline-primary.disabled,html body .bvi .bvi-btn-outline-primary:disabled{color:#007bff;background-color:transparent}html body .bvi .bvi-btn-outline-primary:not(:disabled):not(.disabled):active,html body .bvi .bvi-btn-outline-primary:not(:disabled):not(.disabled).active,.show>html body .bvi .bvi-btn-outline-primary.dropdown-toggle{color:#fff;background-color:#007bff;border-color:#007bff}html body .bvi .bvi-btn-outline-primary:not(:disabled):not(.disabled):active:focus,html body .bvi .bvi-btn-outline-primary:not(:disabled):not(.disabled).active:focus,.show>html body .bvi .bvi-btn-outline-primary.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(0,123,255,.5)}html body .bvi .bvi-btn-outline-secondary{color:#6c757d;background-color:transparent;background-image:none;border-color:#6c757d}html body .bvi .bvi-btn-outline-secondary:hover{color:#fff;background-color:#6c757d;border-color:#6c757d}html body .bvi .bvi-btn-outline-secondary:focus,html body .bvi .bvi-btn-outline-secondary.focus{box-shadow:0 0 0 .2rem rgba(108,117,125,.5)}html body .bvi .bvi-btn-outline-secondary.disabled,html body .bvi .bvi-btn-outline-secondary:disabled{color:#6c757d;background-color:transparent}html body .bvi .bvi-btn-outline-secondary:not(:disabled):not(.disabled):active,html body .bvi .bvi-btn-outline-secondary:not(:disabled):not(.disabled).active,.show>html body .bvi .bvi-btn-outline-secondary.dropdown-toggle{color:#fff;background-color:#6c757d;border-color:#6c757d}html body .bvi .bvi-btn-outline-secondary:not(:disabled):not(.disabled):active:focus,html body .bvi .bvi-btn-outline-secondary:not(:disabled):not(.disabled).active:focus,.show>html body .bvi .bvi-btn-outline-secondary.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(108,117,125,.5)}html body .bvi .bvi-btn-outline-success{color:#28a745;background-color:transparent;background-image:none;border-color:#28a745}html body .bvi .bvi-btn-outline-success:hover{color:#fff;background-color:#28a745;border-color:#28a745}html body .bvi .bvi-btn-outline-success:focus,html body .bvi .bvi-btn-outline-success.focus{box-shadow:0 0 0 .2rem rgba(40,167,69,.5)}html body .bvi .bvi-btn-outline-success.disabled,html body .bvi .bvi-btn-outline-success:disabled{color:#28a745;background-color:transparent}html body .bvi .bvi-btn-outline-success:not(:disabled):not(.disabled):active,html body .bvi .bvi-btn-outline-success:not(:disabled):not(.disabled).active,.show>html body .bvi .bvi-btn-outline-success.dropdown-toggle{color:#fff;background-color:#28a745;border-color:#28a745}html body .bvi .bvi-btn-outline-success:not(:disabled):not(.disabled):active:focus,html body .bvi .bvi-btn-outline-success:not(:disabled):not(.disabled).active:focus,.show>html body .bvi .bvi-btn-outline-success.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(40,167,69,.5)}html body .bvi .bvi-btn-outline-info{color:#17a2b8;background-color:transparent;background-image:none;border-color:#17a2b8}html body .bvi .bvi-btn-outline-info:hover{color:#fff;background-color:#17a2b8;border-color:#17a2b8}html body .bvi .bvi-btn-outline-info:focus,html body .bvi .bvi-btn-outline-info.focus{box-shadow:0 0 0 .2rem rgba(23,162,184,.5)}html body .bvi .bvi-btn-outline-info.disabled,html body .bvi .bvi-btn-outline-info:disabled{color:#17a2b8;background-color:transparent}html body .bvi .bvi-btn-outline-info:not(:disabled):not(.disabled):active,html body .bvi .bvi-btn-outline-info:not(:disabled):not(.disabled).active,.show>html body .bvi .bvi-btn-outline-info.dropdown-toggle{color:#fff;background-color:#17a2b8;border-color:#17a2b8}html body .bvi .bvi-btn-outline-info:not(:disabled):not(.disabled):active:focus,html body .bvi .bvi-btn-outline-info:not(:disabled):not(.disabled).active:focus,.show>html body .bvi .bvi-btn-outline-info.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(23,162,184,.5)}html body .bvi .bvi-btn-outline-warning{color:#ffc107;background-color:transparent;background-image:none;border-color:#ffc107}html body .bvi .bvi-btn-outline-warning:hover{color:#212529;background-color:#ffc107;border-color:#ffc107}html body .bvi .bvi-btn-outline-warning:focus,html body .bvi .bvi-btn-outline-warning.focus{box-shadow:0 0 0 .2rem rgba(255,193,7,.5)}html body .bvi .bvi-btn-outline-warning.disabled,html body .bvi .bvi-btn-outline-warning:disabled{color:#ffc107;background-color:transparent}html body .bvi .bvi-btn-outline-warning:not(:disabled):not(.disabled):active,html body .bvi .bvi-btn-outline-warning:not(:disabled):not(.disabled).active,.show>html body .bvi .bvi-btn-outline-warning.dropdown-toggle{color:#212529;background-color:#ffc107;border-color:#ffc107}html body .bvi .bvi-btn-outline-warning:not(:disabled):not(.disabled):active:focus,html body .bvi .bvi-btn-outline-warning:not(:disabled):not(.disabled).active:focus,.show>html body .bvi .bvi-btn-outline-warning.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(255,193,7,.5)}html body .bvi .bvi-btn-outline-danger{color:#dc3545;background-color:transparent;background-image:none;border-color:#dc3545}html body .bvi .bvi-btn-outline-danger:hover{color:#fff;background-color:#dc3545;border-color:#dc3545}html body .bvi .bvi-btn-outline-danger:focus,html body .bvi .bvi-btn-outline-danger.focus{box-shadow:0 0 0 .2rem rgba(220,53,69,.5)}html body .bvi .bvi-btn-outline-danger.disabled,html body .bvi .bvi-btn-outline-danger:disabled{color:#dc3545;background-color:transparent}html body .bvi .bvi-btn-outline-danger:not(:disabled):not(.disabled):active,html body .bvi .bvi-btn-outline-danger:not(:disabled):not(.disabled).active,.show>html body .bvi .bvi-btn-outline-danger.dropdown-toggle{color:#fff;background-color:#dc3545;border-color:#dc3545}html body .bvi .bvi-btn-outline-danger:not(:disabled):not(.disabled):active:focus,html body .bvi .bvi-btn-outline-danger:not(:disabled):not(.disabled).active:focus,.show>html body .bvi .bvi-btn-outline-danger.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(220,53,69,.5)}html body .bvi .bvi-btn-outline-light{color:#f8f9fa;background-color:transparent;background-image:none;border-color:#f8f9fa}html body .bvi .bvi-btn-outline-light:hover{color:#212529;background-color:#f8f9fa;border-color:#f8f9fa}html body .bvi .bvi-btn-outline-light:focus,html body .bvi .bvi-btn-outline-light.focus{box-shadow:0 0 0 .2rem rgba(248,249,250,.5)}html body .bvi .bvi-btn-outline-light.disabled,html body .bvi .bvi-btn-outline-light:disabled{color:#f8f9fa;background-color:transparent}html body .bvi .bvi-btn-outline-light:not(:disabled):not(.disabled):active,html body .bvi .bvi-btn-outline-light:not(:disabled):not(.disabled).active,.show>html body .bvi .bvi-btn-outline-light.dropdown-toggle{color:#212529;background-color:#f8f9fa;border-color:#f8f9fa}html body .bvi .bvi-btn-outline-light:not(:disabled):not(.disabled):active:focus,html body .bvi .bvi-btn-outline-light:not(:disabled):not(.disabled).active:focus,.show>html body .bvi .bvi-btn-outline-light.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(248,249,250,.5)}html body .bvi .bvi-btn-outline-dark{color:#343a40;background-color:transparent;background-image:none;border-color:#343a40}html body .bvi .bvi-btn-outline-dark:hover{color:#fff;background-color:#343a40;border-color:#343a40}html body .bvi .bvi-btn-outline-dark:focus,html body .bvi .bvi-btn-outline-dark.focus{box-shadow:0 0 0 .2rem rgba(52,58,64,.5)}html body .bvi .bvi-btn-outline-dark.disabled,html body .bvi .bvi-btn-outline-dark:disabled{color:#343a40;background-color:transparent}html body .bvi .bvi-btn-outline-dark:not(:disabled):not(.disabled):active,html body .bvi .bvi-btn-outline-dark:not(:disabled):not(.disabled).active,.show>html body .bvi .bvi-btn-outline-dark.dropdown-toggle{color:#fff;background-color:#343a40;border-color:#343a40}html body .bvi .bvi-btn-outline-dark:not(:disabled):not(.disabled):active:focus,html body .bvi .bvi-btn-outline-dark:not(:disabled):not(.disabled).active:focus,.show>html body .bvi .bvi-btn-outline-dark.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(52,58,64,.5)}html body .bvi .bvi-btn-outline-bvi-white{color:#fff;background-color:transparent;background-image:none;border-color:#fff}html body .bvi .bvi-btn-outline-bvi-white:hover{color:#212529;background-color:#fff;border-color:#fff}html body .bvi .bvi-btn-outline-bvi-white:focus,html body .bvi .bvi-btn-outline-bvi-white.focus{box-shadow:0 0 0 .2rem rgba(255,255,255,.5)}html body .bvi .bvi-btn-outline-bvi-white.disabled,html body .bvi .bvi-btn-outline-bvi-white:disabled{color:#fff;background-color:transparent}html body .bvi .bvi-btn-outline-bvi-white:not(:disabled):not(.disabled):active,html body .bvi .bvi-btn-outline-bvi-white:not(:disabled):not(.disabled).active,.show>html body .bvi .bvi-btn-outline-bvi-white.dropdown-toggle{color:#212529;background-color:#fff;border-color:#fff}html body .bvi .bvi-btn-outline-bvi-white:not(:disabled):not(.disabled):active:focus,html body .bvi .bvi-btn-outline-bvi-white:not(:disabled):not(.disabled).active:focus,.show>html body .bvi .bvi-btn-outline-bvi-white.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(255,255,255,.5)}html body .bvi .bvi-btn-outline-bvi-black{color:#000;background-color:transparent;background-image:none;border-color:#000}html body .bvi .bvi-btn-outline-bvi-black:hover{color:#fff;background-color:#000;border-color:#000}html body .bvi .bvi-btn-outline-bvi-black:focus,html body .bvi .bvi-btn-outline-bvi-black.focus{box-shadow:0 0 0 .2rem rgba(0,0,0,.5)}html body .bvi .bvi-btn-outline-bvi-black.disabled,html body .bvi .bvi-btn-outline-bvi-black:disabled{color:#000;background-color:transparent}html body .bvi .bvi-btn-outline-bvi-black:not(:disabled):not(.disabled):active,html body .bvi .bvi-btn-outline-bvi-black:not(:disabled):not(.disabled).active,.show>html body .bvi .bvi-btn-outline-bvi-black.dropdown-toggle{color:#fff;background-color:#000;border-color:#000}html body .bvi .bvi-btn-outline-bvi-black:not(:disabled):not(.disabled):active:focus,html body .bvi .bvi-btn-outline-bvi-black:not(:disabled):not(.disabled).active:focus,.show>html body .bvi .bvi-btn-outline-bvi-black.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(0,0,0,.5)}html body .bvi .bvi-btn-outline-bvi-blue{color:#063462;background-color:transparent;background-image:none;border-color:#063462}html body .bvi .bvi-btn-outline-bvi-blue:hover{color:#fff;background-color:#063462;border-color:#063462}html body .bvi .bvi-btn-outline-bvi-blue:focus,html body .bvi .bvi-btn-outline-bvi-blue.focus{box-shadow:0 0 0 .2rem rgba(6,52,98,.5)}html body .bvi .bvi-btn-outline-bvi-blue.disabled,html body .bvi .bvi-btn-outline-bvi-blue:disabled{color:#063462;background-color:transparent}html body .bvi .bvi-btn-outline-bvi-blue:not(:disabled):not(.disabled):active,html body .bvi .bvi-btn-outline-bvi-blue:not(:disabled):not(.disabled).active,.show>html body .bvi .bvi-btn-outline-bvi-blue.dropdown-toggle{color:#fff;background-color:#063462;border-color:#063462}html body .bvi .bvi-btn-outline-bvi-blue:not(:disabled):not(.disabled):active:focus,html body .bvi .bvi-btn-outline-bvi-blue:not(:disabled):not(.disabled).active:focus,.show>html body .bvi .bvi-btn-outline-bvi-blue.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(6,52,98,.5)}html body .bvi .bvi-btn-outline-bvi-brown{color:#4D4B43;background-color:transparent;background-image:none;border-color:#4D4B43}html body .bvi .bvi-btn-outline-bvi-brown:hover{color:#fff;background-color:#4D4B43;border-color:#4D4B43}html body .bvi .bvi-btn-outline-bvi-brown:focus,html body .bvi .bvi-btn-outline-bvi-brown.focus{box-shadow:0 0 0 .2rem rgba(77,75,67,.5)}html body .bvi .bvi-btn-outline-bvi-brown.disabled,html body .bvi .bvi-btn-outline-bvi-brown:disabled{color:#4D4B43;background-color:transparent}html body .bvi .bvi-btn-outline-bvi-brown:not(:disabled):not(.disabled):active,html body .bvi .bvi-btn-outline-bvi-brown:not(:disabled):not(.disabled).active,.show>html body .bvi .bvi-btn-outline-bvi-brown.dropdown-toggle{color:#fff;background-color:#4D4B43;border-color:#4D4B43}html body .bvi .bvi-btn-outline-bvi-brown:not(:disabled):not(.disabled):active:focus,html body .bvi .bvi-btn-outline-bvi-brown:not(:disabled):not(.disabled).active:focus,.show>html body .bvi .bvi-btn-outline-bvi-brown.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(77,75,67,.5)}html body .bvi .bvi-btn-outline-bvi-green{color:#A9E44D;background-color:transparent;background-image:none;border-color:#A9E44D}html body .bvi .bvi-btn-outline-bvi-green:hover{color:#212529;background-color:#A9E44D;border-color:#A9E44D}html body .bvi .bvi-btn-outline-bvi-green:focus,html body .bvi .bvi-btn-outline-bvi-green.focus{box-shadow:0 0 0 .2rem rgba(169,228,77,.5)}html body .bvi .bvi-btn-outline-bvi-green.disabled,html body .bvi .bvi-btn-outline-bvi-green:disabled{color:#A9E44D;background-color:transparent}html body .bvi .bvi-btn-outline-bvi-green:not(:disabled):not(.disabled):active,html body .bvi .bvi-btn-outline-bvi-green:not(:disabled):not(.disabled).active,.show>html body .bvi .bvi-btn-outline-bvi-green.dropdown-toggle{color:#212529;background-color:#A9E44D;border-color:#A9E44D}html body .bvi .bvi-btn-outline-bvi-green:not(:disabled):not(.disabled):active:focus,html body .bvi .bvi-btn-outline-bvi-green:not(:disabled):not(.disabled).active:focus,.show>html body .bvi .bvi-btn-outline-bvi-green.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(169,228,77,.5)}html body .bvi .bvi-btn-link{font-weight:400;color:#007bff;background-color:transparent}html body .bvi .bvi-btn-link:hover{color:#0056b3;text-decoration:underline;background-color:transparent;border-color:transparent}html body .bvi .bvi-btn-link:focus,html body .bvi .bvi-btn-link.focus{text-decoration:underline;border-color:transparent;box-shadow:none}html body .bvi .bvi-btn-link:disabled,html body .bvi .bvi-btn-link.disabled{color:#6c757d;pointer-events:none}html body .bvi .bvi-btn-lg,html body .bvi .bvi-btn-group-lg>.bvi-btn{padding:.5rem 1rem;font-size:1.25rem;line-height:1.5;border-radius:0}html body .bvi .bvi-btn-sm,html body .bvi .bvi-btn-group-sm>.bvi-btn{padding:.25rem .5rem;font-size:.875rem;line-height:1.5;border-radius:0}html body .bvi .bvi-btn-block{display:block;width:100%}html body .bvi .bvi-btn-block + .bvi-btn-block{margin-top:.5rem}html body .bvi input[type="submit"].bvi-btn-block,html body .bvi input[type="reset"].bvi-btn-block,html body .bvi input[type="button"].bvi-btn-block{width:100%}html body .bvi .bvi-btn-group,html body .bvi .bvi-btn-group-vertical{position:relative;display:inline-flex;vertical-align:middle}html body .bvi .bvi-btn-group>.bvi-btn,html body .bvi .bvi-btn-group-vertical>.bvi-btn{position:relative;flex:0 1 auto}html body .bvi .bvi-btn-group>.bvi-btn:hover,html body .bvi .bvi-btn-group-vertical>.bvi-btn:hover{z-index:1}html body .bvi .bvi-btn-group>.bvi-btn:focus,html body .bvi .bvi-btn-group>.bvi-btn:active,html body .bvi .bvi-btn-group>.bvi-btn.active,html body .bvi .bvi-btn-group-vertical>.bvi-btn:focus,html body .bvi .bvi-btn-group-vertical>.bvi-btn:active,html body .bvi .bvi-btn-group-vertical>.bvi-btn.active{z-index:1}html body .bvi .bvi-btn-group .bvi-btn + .bvi-btn,html body .bvi .bvi-btn-group .bvi-btn + .bvi-btn-group,html body .bvi .bvi-btn-group .bvi-btn-group + .bvi-btn,html body .bvi .bvi-btn-group .bvi-btn-group + .bvi-btn-group,html body .bvi .bvi-btn-group-vertical .bvi-btn + .bvi-btn,html body .bvi .bvi-btn-group-vertical .bvi-btn + .bvi-btn-group,html body .bvi .bvi-btn-group-vertical .bvi-btn-group + .bvi-btn,html body .bvi .bvi-btn-group-vertical .bvi-btn-group + .bvi-btn-group{margin-left:-1px}html body .bvi .bvi-btn-toolbar{display:flex;flex-wrap:wrap;justify-content:flex-start}html body .bvi .bvi-btn-toolbar .input-group{width:auto}html body .bvi .bvi-btn-group>.bvi-btn:first-child{margin-left:0}html body .bvi .bvi-btn-group>.bvi-btn:not(:last-child):not(.dropdown-toggle),html body .bvi .bvi-btn-group>.bvi-btn-group:not(:last-child)>.bvi-btn{border-top-right-radius:0;border-bottom-right-radius:0}html body .bvi .bvi-btn-group>.bvi-btn:not(:first-child),html body .bvi .bvi-btn-group>.bvi-btn-group:not(:first-child)>.bvi-btn{border-top-left-radius:0;border-bottom-left-radius:0}html body .bvi .dropdown-toggle-split{padding-right:.5625rem;padding-left:.5625rem}html body .bvi .dropdown-toggle-split::after,.dropup html body .bvi .dropdown-toggle-split::after,.dropright html body .bvi .dropdown-toggle-split::after{margin-left:0}.dropleft html body .bvi .dropdown-toggle-split::before{margin-right:0}html body .bvi .bvi-btn-sm + .dropdown-toggle-split,html body .bvi .bvi-btn-group-sm>.bvi-btn + .dropdown-toggle-split{padding-right:.375rem;padding-left:.375rem}html body .bvi .bvi-btn-lg + .dropdown-toggle-split,html body .bvi .bvi-btn-group-lg>.bvi-btn + .dropdown-toggle-split{padding-right:.75rem;padding-left:.75rem}html body .bvi .bvi-btn-group-vertical{flex-direction:column;align-items:flex-start;justify-content:center}html body .bvi .bvi-btn-group-vertical .bvi-btn,html body .bvi .bvi-btn-group-vertical .bvi-btn-group{width:100%}html body .bvi .bvi-btn-group-vertical>.bvi-btn + .bvi-btn,html body .bvi .bvi-btn-group-vertical>.bvi-btn + .bvi-btn-group,html body .bvi .bvi-btn-group-vertical>.bvi-btn-group + .bvi-btn,html body .bvi .bvi-btn-group-vertical>.bvi-btn-group + .bvi-btn-group{margin-top:-1px;margin-left:0}html body .bvi .bvi-btn-group-vertical>.bvi-btn:not(:last-child):not(.dropdown-toggle),html body .bvi .bvi-btn-group-vertical>.bvi-btn-group:not(:last-child)>.bvi-btn{border-bottom-right-radius:0;border-bottom-left-radius:0}html body .bvi .bvi-btn-group-vertical>.bvi-btn:not(:first-child),html body .bvi .bvi-btn-group-vertical>.bvi-btn-group:not(:first-child)>.bvi-btn{border-top-left-radius:0;border-top-right-radius:0}html body .bvi .bvi-btn-group-toggle>.bvi-btn,html body .bvi .bvi-btn-group-toggle>.bvi-btn-group>.bvi-btn{margin-bottom:0}html body .bvi .bvi-btn-group-toggle>.bvi-btn input[type="radio"],html body .bvi .bvi-btn-group-toggle>.bvi-btn input[type="checkbox"],html body .bvi .bvi-btn-group-toggle>.bvi-btn-group>.bvi-btn input[type="radio"],html body .bvi .bvi-btn-group-toggle>.bvi-btn-group>.bvi-btn input[type="checkbox"]{position:absolute;clip:rect(0,0,0,0);pointer-events:none}html body .bvi .bvi-border{border:1px solid #dee2e6!important}html body .bvi .bvi-border-top{border-top:1px solid #dee2e6!important}html body .bvi .bvi-border-right{border-right:1px solid #dee2e6!important}html body .bvi .bvi-border-bottom{border-bottom:1px solid #dee2e6!important}html body .bvi .bvi-border-left{border-left:1px solid #dee2e6!important}html body .bvi .bvi-border-0{border:0!important}html body .bvi .bvi-border-top-0{border-top:0!important}html body .bvi .bvi-border-right-0{border-right:0!important}html body .bvi .bvi-border-bottom-0{border-bottom:0!important}html body .bvi .bvi-border-left-0{border-left:0!important}html body .bvi .bvi-border-primary{border-color:#007bff!important}html body .bvi .bvi-border-secondary{border-color:#6c757d!important}html body .bvi .bvi-border-success{border-color:#28a745!important}html body .bvi .bvi-border-info{border-color:#17a2b8!important}html body .bvi .bvi-border-warning{border-color:#ffc107!important}html body .bvi .bvi-border-danger{border-color:#dc3545!important}html body .bvi .bvi-border-light{border-color:#f8f9fa!important}html body .bvi .bvi-border-dark{border-color:#343a40!important}html body .bvi .bvi-border-bvi-white{border-color:#ffffff!important}html body .bvi .bvi-border-bvi-black{border-color:#000000!important}html body .bvi .bvi-border-bvi-blue{border-color:#063462!important}html body .bvi .bvi-border-bvi-brown{border-color:#4D4B43!important}html body .bvi .bvi-border-bvi-green{border-color:#A9E44D!important}html body .bvi .bvi-border-white{border-color:#fff!important}html body .bvi .bvi-rounded{border-radius:0!important}html body .bvi .bvi-rounded-top{border-top-left-radius:0!important;border-top-right-radius:0!important}html body .bvi .bvi-rounded-right{border-top-right-radius:0!important;border-bottom-right-radius:0!important}html body .bvi .bvi-rounded-bottom{border-bottom-right-radius:0!important;border-bottom-left-radius:0!important}html body .bvi .bvi-rounded-left{border-top-left-radius:0!important;border-bottom-left-radius:0!important}html body .bvi .bvi-rounded-circle{border-radius:50%!important}html body .bvi .bvi-rounded-0{border-radius:0!important}html body .bvi .bvi-m-0{margin:0!important}html body .bvi .bvi-mt-0,html body .bvi .bvi-my-0{margin-top:0!important}html body .bvi .bvi-mr-0,html body .bvi .bvi-mx-0{margin-right:0!important}html body .bvi .bvi-mb-0,html body .bvi .bvi-my-0{margin-bottom:0!important}html body .bvi .bvi-ml-0,html body .bvi .bvi-mx-0{margin-left:0!important}html body .bvi .bvi-m-1{margin:0.25rem!important}html body .bvi .bvi-mt-1,html body .bvi .bvi-my-1{margin-top:0.25rem!important}html body .bvi .bvi-mr-1,html body .bvi .bvi-mx-1{margin-right:0.25rem!important}html body .bvi .bvi-mb-1,html body .bvi .bvi-my-1{margin-bottom:0.25rem!important}html body .bvi .bvi-ml-1,html body .bvi .bvi-mx-1{margin-left:0.25rem!important}html body .bvi .bvi-m-2{margin:0.5rem!important}html body .bvi .bvi-mt-2,html body .bvi .bvi-my-2{margin-top:0.5rem!important}html body .bvi .bvi-mr-2,html body .bvi .bvi-mx-2{margin-right:0.5rem!important}html body .bvi .bvi-mb-2,html body .bvi .bvi-my-2{margin-bottom:0.5rem!important}html body .bvi .bvi-ml-2,html body .bvi .bvi-mx-2{margin-left:0.5rem!important}html body .bvi .bvi-m-3{margin:1rem!important}html body .bvi .bvi-mt-3,html body .bvi .bvi-my-3{margin-top:1rem!important}html body .bvi .bvi-mr-3,html body .bvi .bvi-mx-3{margin-right:1rem!important}html body .bvi .bvi-mb-3,html body .bvi .bvi-my-3{margin-bottom:1rem!important}html body .bvi .bvi-ml-3,html body .bvi .bvi-mx-3{margin-left:1rem!important}html body .bvi .bvi-m-4{margin:1.5rem!important}html body .bvi .bvi-mt-4,html body .bvi .bvi-my-4{margin-top:1.5rem!important}html body .bvi .bvi-mr-4,html body .bvi .bvi-mx-4{margin-right:1.5rem!important}html body .bvi .bvi-mb-4,html body .bvi .bvi-my-4{margin-bottom:1.5rem!important}html body .bvi .bvi-ml-4,html body .bvi .bvi-mx-4{margin-left:1.5rem!important}html body .bvi .bvi-m-5{margin:3rem!important}html body .bvi .bvi-mt-5,html body .bvi .bvi-my-5{margin-top:3rem!important}html body .bvi .bvi-mr-5,html body .bvi .bvi-mx-5{margin-right:3rem!important}html body .bvi .bvi-mb-5,html body .bvi .bvi-my-5{margin-bottom:3rem!important}html body .bvi .bvi-ml-5,html body .bvi .bvi-mx-5{margin-left:3rem!important}html body .bvi .bvi-p-0{padding:0!important}html body .bvi .bvi-pt-0,html body .bvi .bvi-py-0{padding-top:0!important}html body .bvi .bvi-pr-0,html body .bvi .bvi-px-0{padding-right:0!important}html body .bvi .bvi-pb-0,html body .bvi .bvi-py-0{padding-bottom:0!important}html body .bvi .bvi-pl-0,html body .bvi .bvi-px-0{padding-left:0!important}html body .bvi .bvi-p-1{padding:0.25rem!important}html body .bvi .bvi-pt-1,html body .bvi .bvi-py-1{padding-top:0.25rem!important}html body .bvi .bvi-pr-1,html body .bvi .bvi-px-1{padding-right:0.25rem!important}html body .bvi .bvi-pb-1,html body .bvi .bvi-py-1{padding-bottom:0.25rem!important}html body .bvi .bvi-pl-1,html body .bvi .bvi-px-1{padding-left:0.25rem!important}html body .bvi .bvi-p-2{padding:0.5rem!important}html body .bvi .bvi-pt-2,html body .bvi .bvi-py-2{padding-top:0.5rem!important}html body .bvi .bvi-pr-2,html body .bvi .bvi-px-2{padding-right:0.5rem!important}html body .bvi .bvi-pb-2,html body .bvi .bvi-py-2{padding-bottom:0.5rem!important}html body .bvi .bvi-pl-2,html body .bvi .bvi-px-2{padding-left:0.5rem!important}html body .bvi .bvi-p-3{padding:1rem!important}html body .bvi .bvi-pt-3,html body .bvi .bvi-py-3{padding-top:1rem!important}html body .bvi .bvi-pr-3,html body .bvi .bvi-px-3{padding-right:1rem!important}html body .bvi .bvi-pb-3,html body .bvi .bvi-py-3{padding-bottom:1rem!important}html body .bvi .bvi-pl-3,html body .bvi .bvi-px-3{padding-left:1rem!important}html body .bvi .bvi-p-4{padding:1.5rem!important}html body .bvi .bvi-pt-4,html body .bvi .bvi-py-4{padding-top:1.5rem!important}html body .bvi .bvi-pr-4,html body .bvi .bvi-px-4{padding-right:1.5rem!important}html body .bvi .bvi-pb-4,html body .bvi .bvi-py-4{padding-bottom:1.5rem!important}html body .bvi .bvi-pl-4,html body .bvi .bvi-px-4{padding-left:1.5rem!important}html body .bvi .bvi-p-5{padding:3rem!important}html body .bvi .bvi-pt-5,html body .bvi .bvi-py-5{padding-top:3rem!important}html body .bvi .bvi-pr-5,html body .bvi .bvi-px-5{padding-right:3rem!important}html body .bvi .bvi-pb-5,html body .bvi .bvi-py-5{padding-bottom:3rem!important}html body .bvi .bvi-pl-5,html body .bvi .bvi-px-5{padding-left:3rem!important}html body .bvi .bvi-m-auto{margin:auto!important}html body .bvi .bvi-mt-auto,html body .bvi .bvi-my-auto{margin-top:auto!important}html body .bvi .bvi-mr-auto,html body .bvi .bvi-mx-auto{margin-right:auto!important}html body .bvi .bvi-mb-auto,html body .bvi .bvi-my-auto{margin-bottom:auto!important}html body .bvi .bvi-ml-auto,html body .bvi .bvi-mx-auto{margin-left:auto!important}@media (min-width:576px){html body .bvi .bvi-m-sm-0{margin:0!important}html body .bvi .bvi-mt-sm-0,html body .bvi .bvi-my-sm-0{margin-top:0!important}html body .bvi .bvi-mr-sm-0,html body .bvi .bvi-mx-sm-0{margin-right:0!important}html body .bvi .bvi-mb-sm-0,html body .bvi .bvi-my-sm-0{margin-bottom:0!important}html body .bvi .bvi-ml-sm-0,html body .bvi .bvi-mx-sm-0{margin-left:0!important}html body .bvi .bvi-m-sm-1{margin:0.25rem!important}html body .bvi .bvi-mt-sm-1,html body .bvi .bvi-my-sm-1{margin-top:0.25rem!important}html body .bvi .bvi-mr-sm-1,html body .bvi .bvi-mx-sm-1{margin-right:0.25rem!important}html body .bvi .bvi-mb-sm-1,html body .bvi .bvi-my-sm-1{margin-bottom:0.25rem!important}html body .bvi .bvi-ml-sm-1,html body .bvi .bvi-mx-sm-1{margin-left:0.25rem!important}html body .bvi .bvi-m-sm-2{margin:0.5rem!important}html body .bvi .bvi-mt-sm-2,html body .bvi .bvi-my-sm-2{margin-top:0.5rem!important}html body .bvi .bvi-mr-sm-2,html body .bvi .bvi-mx-sm-2{margin-right:0.5rem!important}html body .bvi .bvi-mb-sm-2,html body .bvi .bvi-my-sm-2{margin-bottom:0.5rem!important}html body .bvi .bvi-ml-sm-2,html body .bvi .bvi-mx-sm-2{margin-left:0.5rem!important}html body .bvi .bvi-m-sm-3{margin:1rem!important}html body .bvi .bvi-mt-sm-3,html body .bvi .bvi-my-sm-3{margin-top:1rem!important}html body .bvi .bvi-mr-sm-3,html body .bvi .bvi-mx-sm-3{margin-right:1rem!important}html body .bvi .bvi-mb-sm-3,html body .bvi .bvi-my-sm-3{margin-bottom:1rem!important}html body .bvi .bvi-ml-sm-3,html body .bvi .bvi-mx-sm-3{margin-left:1rem!important}html body .bvi .bvi-m-sm-4{margin:1.5rem!important}html body .bvi .bvi-mt-sm-4,html body .bvi .bvi-my-sm-4{margin-top:1.5rem!important}html body .bvi .bvi-mr-sm-4,html body .bvi .bvi-mx-sm-4{margin-right:1.5rem!important}html body .bvi .bvi-mb-sm-4,html body .bvi .bvi-my-sm-4{margin-bottom:1.5rem!important}html body .bvi .bvi-ml-sm-4,html body .bvi .bvi-mx-sm-4{margin-left:1.5rem!important}html body .bvi .bvi-m-sm-5{margin:3rem!important}html body .bvi .bvi-mt-sm-5,html body .bvi .bvi-my-sm-5{margin-top:3rem!important}html body .bvi .bvi-mr-sm-5,html body .bvi .bvi-mx-sm-5{margin-right:3rem!important}html body .bvi .bvi-mb-sm-5,html body .bvi .bvi-my-sm-5{margin-bottom:3rem!important}html body .bvi .bvi-ml-sm-5,html body .bvi .bvi-mx-sm-5{margin-left:3rem!important}html body .bvi .bvi-p-sm-0{padding:0!important}html body .bvi .bvi-pt-sm-0,html body .bvi .bvi-py-sm-0{padding-top:0!important}html body .bvi .bvi-pr-sm-0,html body .bvi .bvi-px-sm-0{padding-right:0!important}html body .bvi .bvi-pb-sm-0,html body .bvi .bvi-py-sm-0{padding-bottom:0!important}html body .bvi .bvi-pl-sm-0,html body .bvi .bvi-px-sm-0{padding-left:0!important}html body .bvi .bvi-p-sm-1{padding:0.25rem!important}html body .bvi .bvi-pt-sm-1,html body .bvi .bvi-py-sm-1{padding-top:0.25rem!important}html body .bvi .bvi-pr-sm-1,html body .bvi .bvi-px-sm-1{padding-right:0.25rem!important}html body .bvi .bvi-pb-sm-1,html body .bvi .bvi-py-sm-1{padding-bottom:0.25rem!important}html body .bvi .bvi-pl-sm-1,html body .bvi .bvi-px-sm-1{padding-left:0.25rem!important}html body .bvi .bvi-p-sm-2{padding:0.5rem!important}html body .bvi .bvi-pt-sm-2,html body .bvi .bvi-py-sm-2{padding-top:0.5rem!important}html body .bvi .bvi-pr-sm-2,html body .bvi .bvi-px-sm-2{padding-right:0.5rem!important}html body .bvi .bvi-pb-sm-2,html body .bvi .bvi-py-sm-2{padding-bottom:0.5rem!important}html body .bvi .bvi-pl-sm-2,html body .bvi .bvi-px-sm-2{padding-left:0.5rem!important}html body .bvi .bvi-p-sm-3{padding:1rem!important}html body .bvi .bvi-pt-sm-3,html body .bvi .bvi-py-sm-3{padding-top:1rem!important}html body .bvi .bvi-pr-sm-3,html body .bvi .bvi-px-sm-3{padding-right:1rem!important}html body .bvi .bvi-pb-sm-3,html body .bvi .bvi-py-sm-3{padding-bottom:1rem!important}html body .bvi .bvi-pl-sm-3,html body .bvi .bvi-px-sm-3{padding-left:1rem!important}html body .bvi .bvi-p-sm-4{padding:1.5rem!important}html body .bvi .bvi-pt-sm-4,html body .bvi .bvi-py-sm-4{padding-top:1.5rem!important}html body .bvi .bvi-pr-sm-4,html body .bvi .bvi-px-sm-4{padding-right:1.5rem!important}html body .bvi .bvi-pb-sm-4,html body .bvi .bvi-py-sm-4{padding-bottom:1.5rem!important}html body .bvi .bvi-pl-sm-4,html body .bvi .bvi-px-sm-4{padding-left:1.5rem!important}html body .bvi .bvi-p-sm-5{padding:3rem!important}html body .bvi .bvi-pt-sm-5,html body .bvi .bvi-py-sm-5{padding-top:3rem!important}html body .bvi .bvi-pr-sm-5,html body .bvi .bvi-px-sm-5{padding-right:3rem!important}html body .bvi .bvi-pb-sm-5,html body .bvi .bvi-py-sm-5{padding-bottom:3rem!important}html body .bvi .bvi-pl-sm-5,html body .bvi .bvi-px-sm-5{padding-left:3rem!important}html body .bvi .bvi-m-sm-auto{margin:auto!important}html body .bvi .bvi-mt-sm-auto,html body .bvi .bvi-my-sm-auto{margin-top:auto!important}html body .bvi .bvi-mr-sm-auto,html body .bvi .bvi-mx-sm-auto{margin-right:auto!important}html body .bvi .bvi-mb-sm-auto,html body .bvi .bvi-my-sm-auto{margin-bottom:auto!important}html body .bvi .bvi-ml-sm-auto,html body .bvi .bvi-mx-sm-auto{margin-left:auto!important}}@media (min-width:768px){html body .bvi .bvi-m-md-0{margin:0!important}html body .bvi .bvi-mt-md-0,html body .bvi .bvi-my-md-0{margin-top:0!important}html body .bvi .bvi-mr-md-0,html body .bvi .bvi-mx-md-0{margin-right:0!important}html body .bvi .bvi-mb-md-0,html body .bvi .bvi-my-md-0{margin-bottom:0!important}html body .bvi .bvi-ml-md-0,html body .bvi .bvi-mx-md-0{margin-left:0!important}html body .bvi .bvi-m-md-1{margin:0.25rem!important}html body .bvi .bvi-mt-md-1,html body .bvi .bvi-my-md-1{margin-top:0.25rem!important}html body .bvi .bvi-mr-md-1,html body .bvi .bvi-mx-md-1{margin-right:0.25rem!important}html body .bvi .bvi-mb-md-1,html body .bvi .bvi-my-md-1{margin-bottom:0.25rem!important}html body .bvi .bvi-ml-md-1,html body .bvi .bvi-mx-md-1{margin-left:0.25rem!important}html body .bvi .bvi-m-md-2{margin:0.5rem!important}html body .bvi .bvi-mt-md-2,html body .bvi .bvi-my-md-2{margin-top:0.5rem!important}html body .bvi .bvi-mr-md-2,html body .bvi .bvi-mx-md-2{margin-right:0.5rem!important}html body .bvi .bvi-mb-md-2,html body .bvi .bvi-my-md-2{margin-bottom:0.5rem!important}html body .bvi .bvi-ml-md-2,html body .bvi .bvi-mx-md-2{margin-left:0.5rem!important}html body .bvi .bvi-m-md-3{margin:1rem!important}html body .bvi .bvi-mt-md-3,html body .bvi .bvi-my-md-3{margin-top:1rem!important}html body .bvi .bvi-mr-md-3,html body .bvi .bvi-mx-md-3{margin-right:1rem!important}html body .bvi .bvi-mb-md-3,html body .bvi .bvi-my-md-3{margin-bottom:1rem!important}html body .bvi .bvi-ml-md-3,html body .bvi .bvi-mx-md-3{margin-left:1rem!important}html body .bvi .bvi-m-md-4{margin:1.5rem!important}html body .bvi .bvi-mt-md-4,html body .bvi .bvi-my-md-4{margin-top:1.5rem!important}html body .bvi .bvi-mr-md-4,html body .bvi .bvi-mx-md-4{margin-right:1.5rem!important}html body .bvi .bvi-mb-md-4,html body .bvi .bvi-my-md-4{margin-bottom:1.5rem!important}html body .bvi .bvi-ml-md-4,html body .bvi .bvi-mx-md-4{margin-left:1.5rem!important}html body .bvi .bvi-m-md-5{margin:3rem!important}html body .bvi .bvi-mt-md-5,html body .bvi .bvi-my-md-5{margin-top:3rem!important}html body .bvi .bvi-mr-md-5,html body .bvi .bvi-mx-md-5{margin-right:3rem!important}html body .bvi .bvi-mb-md-5,html body .bvi .bvi-my-md-5{margin-bottom:3rem!important}html body .bvi .bvi-ml-md-5,html body .bvi .bvi-mx-md-5{margin-left:3rem!important}html body .bvi .bvi-p-md-0{padding:0!important}html body .bvi .bvi-pt-md-0,html body .bvi .bvi-py-md-0{padding-top:0!important}html body .bvi .bvi-pr-md-0,html body .bvi .bvi-px-md-0{padding-right:0!important}html body .bvi .bvi-pb-md-0,html body .bvi .bvi-py-md-0{padding-bottom:0!important}html body .bvi .bvi-pl-md-0,html body .bvi .bvi-px-md-0{padding-left:0!important}html body .bvi .bvi-p-md-1{padding:0.25rem!important}html body .bvi .bvi-pt-md-1,html body .bvi .bvi-py-md-1{padding-top:0.25rem!important}html body .bvi .bvi-pr-md-1,html body .bvi .bvi-px-md-1{padding-right:0.25rem!important}html body .bvi .bvi-pb-md-1,html body .bvi .bvi-py-md-1{padding-bottom:0.25rem!important}html body .bvi .bvi-pl-md-1,html body .bvi .bvi-px-md-1{padding-left:0.25rem!important}html body .bvi .bvi-p-md-2{padding:0.5rem!important}html body .bvi .bvi-pt-md-2,html body .bvi .bvi-py-md-2{padding-top:0.5rem!important}html body .bvi .bvi-pr-md-2,html body .bvi .bvi-px-md-2{padding-right:0.5rem!important}html body .bvi .bvi-pb-md-2,html body .bvi .bvi-py-md-2{padding-bottom:0.5rem!important}html body .bvi .bvi-pl-md-2,html body .bvi .bvi-px-md-2{padding-left:0.5rem!important}html body .bvi .bvi-p-md-3{padding:1rem!important}html body .bvi .bvi-pt-md-3,html body .bvi .bvi-py-md-3{padding-top:1rem!important}html body .bvi .bvi-pr-md-3,html body .bvi .bvi-px-md-3{padding-right:1rem!important}html body .bvi .bvi-pb-md-3,html body .bvi .bvi-py-md-3{padding-bottom:1rem!important}html body .bvi .bvi-pl-md-3,html body .bvi .bvi-px-md-3{padding-left:1rem!important}html body .bvi .bvi-p-md-4{padding:1.5rem!important}html body .bvi .bvi-pt-md-4,html body .bvi .bvi-py-md-4{padding-top:1.5rem!important}html body .bvi .bvi-pr-md-4,html body .bvi .bvi-px-md-4{padding-right:1.5rem!important}html body .bvi .bvi-pb-md-4,html body .bvi .bvi-py-md-4{padding-bottom:1.5rem!important}html body .bvi .bvi-pl-md-4,html body .bvi .bvi-px-md-4{padding-left:1.5rem!important}html body .bvi .bvi-p-md-5{padding:3rem!important}html body .bvi .bvi-pt-md-5,html body .bvi .bvi-py-md-5{padding-top:3rem!important}html body .bvi .bvi-pr-md-5,html body .bvi .bvi-px-md-5{padding-right:3rem!important}html body .bvi .bvi-pb-md-5,html body .bvi .bvi-py-md-5{padding-bottom:3rem!important}html body .bvi .bvi-pl-md-5,html body .bvi .bvi-px-md-5{padding-left:3rem!important}html body .bvi .bvi-m-md-auto{margin:auto!important}html body .bvi .bvi-mt-md-auto,html body .bvi .bvi-my-md-auto{margin-top:auto!important}html body .bvi .bvi-mr-md-auto,html body .bvi .bvi-mx-md-auto{margin-right:auto!important}html body .bvi .bvi-mb-md-auto,html body .bvi .bvi-my-md-auto{margin-bottom:auto!important}html body .bvi .bvi-ml-md-auto,html body .bvi .bvi-mx-md-auto{margin-left:auto!important}}@media (min-width:992px){html body .bvi .bvi-m-lg-0{margin:0!important}html body .bvi .bvi-mt-lg-0,html body .bvi .bvi-my-lg-0{margin-top:0!important}html body .bvi .bvi-mr-lg-0,html body .bvi .bvi-mx-lg-0{margin-right:0!important}html body .bvi .bvi-mb-lg-0,html body .bvi .bvi-my-lg-0{margin-bottom:0!important}html body .bvi .bvi-ml-lg-0,html body .bvi .bvi-mx-lg-0{margin-left:0!important}html body .bvi .bvi-m-lg-1{margin:0.25rem!important}html body .bvi .bvi-mt-lg-1,html body .bvi .bvi-my-lg-1{margin-top:0.25rem!important}html body .bvi .bvi-mr-lg-1,html body .bvi .bvi-mx-lg-1{margin-right:0.25rem!important}html body .bvi .bvi-mb-lg-1,html body .bvi .bvi-my-lg-1{margin-bottom:0.25rem!important}html body .bvi .bvi-ml-lg-1,html body .bvi .bvi-mx-lg-1{margin-left:0.25rem!important}html body .bvi .bvi-m-lg-2{margin:0.5rem!important}html body .bvi .bvi-mt-lg-2,html body .bvi .bvi-my-lg-2{margin-top:0.5rem!important}html body .bvi .bvi-mr-lg-2,html body .bvi .bvi-mx-lg-2{margin-right:0.5rem!important}html body .bvi .bvi-mb-lg-2,html body .bvi .bvi-my-lg-2{margin-bottom:0.5rem!important}html body .bvi .bvi-ml-lg-2,html body .bvi .bvi-mx-lg-2{margin-left:0.5rem!important}html body .bvi .bvi-m-lg-3{margin:1rem!important}html body .bvi .bvi-mt-lg-3,html body .bvi .bvi-my-lg-3{margin-top:1rem!important}html body .bvi .bvi-mr-lg-3,html body .bvi .bvi-mx-lg-3{margin-right:1rem!important}html body .bvi .bvi-mb-lg-3,html body .bvi .bvi-my-lg-3{margin-bottom:1rem!important}html body .bvi .bvi-ml-lg-3,html body .bvi .bvi-mx-lg-3{margin-left:1rem!important}html body .bvi .bvi-m-lg-4{margin:1.5rem!important}html body .bvi .bvi-mt-lg-4,html body .bvi .bvi-my-lg-4{margin-top:1.5rem!important}html body .bvi .bvi-mr-lg-4,html body .bvi .bvi-mx-lg-4{margin-right:1.5rem!important}html body .bvi .bvi-mb-lg-4,html body .bvi .bvi-my-lg-4{margin-bottom:1.5rem!important}html body .bvi .bvi-ml-lg-4,html body .bvi .bvi-mx-lg-4{margin-left:1.5rem!important}html body .bvi .bvi-m-lg-5{margin:3rem!important}html body .bvi .bvi-mt-lg-5,html body .bvi .bvi-my-lg-5{margin-top:3rem!important}html body .bvi .bvi-mr-lg-5,html body .bvi .bvi-mx-lg-5{margin-right:3rem!important}html body .bvi .bvi-mb-lg-5,html body .bvi .bvi-my-lg-5{margin-bottom:3rem!important}html body .bvi .bvi-ml-lg-5,html body .bvi .bvi-mx-lg-5{margin-left:3rem!important}html body .bvi .bvi-p-lg-0{padding:0!important}html body .bvi .bvi-pt-lg-0,html body .bvi .bvi-py-lg-0{padding-top:0!important}html body .bvi .bvi-pr-lg-0,html body .bvi .bvi-px-lg-0{padding-right:0!important}html body .bvi .bvi-pb-lg-0,html body .bvi .bvi-py-lg-0{padding-bottom:0!important}html body .bvi .bvi-pl-lg-0,html body .bvi .bvi-px-lg-0{padding-left:0!important}html body .bvi .bvi-p-lg-1{padding:0.25rem!important}html body .bvi .bvi-pt-lg-1,html body .bvi .bvi-py-lg-1{padding-top:0.25rem!important}html body .bvi .bvi-pr-lg-1,html body .bvi .bvi-px-lg-1{padding-right:0.25rem!important}html body .bvi .bvi-pb-lg-1,html body .bvi .bvi-py-lg-1{padding-bottom:0.25rem!important}html body .bvi .bvi-pl-lg-1,html body .bvi .bvi-px-lg-1{padding-left:0.25rem!important}html body .bvi .bvi-p-lg-2{padding:0.5rem!important}html body .bvi .bvi-pt-lg-2,html body .bvi .bvi-py-lg-2{padding-top:0.5rem!important}html body .bvi .bvi-pr-lg-2,html body .bvi .bvi-px-lg-2{padding-right:0.5rem!important}html body .bvi .bvi-pb-lg-2,html body .bvi .bvi-py-lg-2{padding-bottom:0.5rem!important}html body .bvi .bvi-pl-lg-2,html body .bvi .bvi-px-lg-2{padding-left:0.5rem!important}html body .bvi .bvi-p-lg-3{padding:1rem!important}html body .bvi .bvi-pt-lg-3,html body .bvi .bvi-py-lg-3{padding-top:1rem!important}html body .bvi .bvi-pr-lg-3,html body .bvi .bvi-px-lg-3{padding-right:1rem!important}html body .bvi .bvi-pb-lg-3,html body .bvi .bvi-py-lg-3{padding-bottom:1rem!important}html body .bvi .bvi-pl-lg-3,html body .bvi .bvi-px-lg-3{padding-left:1rem!important}html body .bvi .bvi-p-lg-4{padding:1.5rem!important}html body .bvi .bvi-pt-lg-4,html body .bvi .bvi-py-lg-4{padding-top:1.5rem!important}html body .bvi .bvi-pr-lg-4,html body .bvi .bvi-px-lg-4{padding-right:1.5rem!important}html body .bvi .bvi-pb-lg-4,html body .bvi .bvi-py-lg-4{padding-bottom:1.5rem!important}html body .bvi .bvi-pl-lg-4,html body .bvi .bvi-px-lg-4{padding-left:1.5rem!important}html body .bvi .bvi-p-lg-5{padding:3rem!important}html body .bvi .bvi-pt-lg-5,html body .bvi .bvi-py-lg-5{padding-top:3rem!important}html body .bvi .bvi-pr-lg-5,html body .bvi .bvi-px-lg-5{padding-right:3rem!important}html body .bvi .bvi-pb-lg-5,html body .bvi .bvi-py-lg-5{padding-bottom:3rem!important}html body .bvi .bvi-pl-lg-5,html body .bvi .bvi-px-lg-5{padding-left:3rem!important}html body .bvi .bvi-m-lg-auto{margin:auto!important}html body .bvi .bvi-mt-lg-auto,html body .bvi .bvi-my-lg-auto{margin-top:auto!important}html body .bvi .bvi-mr-lg-auto,html body .bvi .bvi-mx-lg-auto{margin-right:auto!important}html body .bvi .bvi-mb-lg-auto,html body .bvi .bvi-my-lg-auto{margin-bottom:auto!important}html body .bvi .bvi-ml-lg-auto,html body .bvi .bvi-mx-lg-auto{margin-left:auto!important}}@media (min-width:1200px){html body .bvi .bvi-m-xl-0{margin:0!important}html body .bvi .bvi-mt-xl-0,html body .bvi .bvi-my-xl-0{margin-top:0!important}html body .bvi .bvi-mr-xl-0,html body .bvi .bvi-mx-xl-0{margin-right:0!important}html body .bvi .bvi-mb-xl-0,html body .bvi .bvi-my-xl-0{margin-bottom:0!important}html body .bvi .bvi-ml-xl-0,html body .bvi .bvi-mx-xl-0{margin-left:0!important}html body .bvi .bvi-m-xl-1{margin:0.25rem!important}html body .bvi .bvi-mt-xl-1,html body .bvi .bvi-my-xl-1{margin-top:0.25rem!important}html body .bvi .bvi-mr-xl-1,html body .bvi .bvi-mx-xl-1{margin-right:0.25rem!important}html body .bvi .bvi-mb-xl-1,html body .bvi .bvi-my-xl-1{margin-bottom:0.25rem!important}html body .bvi .bvi-ml-xl-1,html body .bvi .bvi-mx-xl-1{margin-left:0.25rem!important}html body .bvi .bvi-m-xl-2{margin:0.5rem!important}html body .bvi .bvi-mt-xl-2,html body .bvi .bvi-my-xl-2{margin-top:0.5rem!important}html body .bvi .bvi-mr-xl-2,html body .bvi .bvi-mx-xl-2{margin-right:0.5rem!important}html body .bvi .bvi-mb-xl-2,html body .bvi .bvi-my-xl-2{margin-bottom:0.5rem!important}html body .bvi .bvi-ml-xl-2,html body .bvi .bvi-mx-xl-2{margin-left:0.5rem!important}html body .bvi .bvi-m-xl-3{margin:1rem!important}html body .bvi .bvi-mt-xl-3,html body .bvi .bvi-my-xl-3{margin-top:1rem!important}html body .bvi .bvi-mr-xl-3,html body .bvi .bvi-mx-xl-3{margin-right:1rem!important}html body .bvi .bvi-mb-xl-3,html body .bvi .bvi-my-xl-3{margin-bottom:1rem!important}html body .bvi .bvi-ml-xl-3,html body .bvi .bvi-mx-xl-3{margin-left:1rem!important}html body .bvi .bvi-m-xl-4{margin:1.5rem!important}html body .bvi .bvi-mt-xl-4,html body .bvi .bvi-my-xl-4{margin-top:1.5rem!important}html body .bvi .bvi-mr-xl-4,html body .bvi .bvi-mx-xl-4{margin-right:1.5rem!important}html body .bvi .bvi-mb-xl-4,html body .bvi .bvi-my-xl-4{margin-bottom:1.5rem!important}html body .bvi .bvi-ml-xl-4,html body .bvi .bvi-mx-xl-4{margin-left:1.5rem!important}html body .bvi .bvi-m-xl-5{margin:3rem!important}html body .bvi .bvi-mt-xl-5,html body .bvi .bvi-my-xl-5{margin-top:3rem!important}html body .bvi .bvi-mr-xl-5,html body .bvi .bvi-mx-xl-5{margin-right:3rem!important}html body .bvi .bvi-mb-xl-5,html body .bvi .bvi-my-xl-5{margin-bottom:3rem!important}html body .bvi .bvi-ml-xl-5,html body .bvi .bvi-mx-xl-5{margin-left:3rem!important}html body .bvi .bvi-p-xl-0{padding:0!important}html body .bvi .bvi-pt-xl-0,html body .bvi .bvi-py-xl-0{padding-top:0!important}html body .bvi .bvi-pr-xl-0,html body .bvi .bvi-px-xl-0{padding-right:0!important}html body .bvi .bvi-pb-xl-0,html body .bvi .bvi-py-xl-0{padding-bottom:0!important}html body .bvi .bvi-pl-xl-0,html body .bvi .bvi-px-xl-0{padding-left:0!important}html body .bvi .bvi-p-xl-1{padding:0.25rem!important}html body .bvi .bvi-pt-xl-1,html body .bvi .bvi-py-xl-1{padding-top:0.25rem!important}html body .bvi .bvi-pr-xl-1,html body .bvi .bvi-px-xl-1{padding-right:0.25rem!important}html body .bvi .bvi-pb-xl-1,html body .bvi .bvi-py-xl-1{padding-bottom:0.25rem!important}html body .bvi .bvi-pl-xl-1,html body .bvi .bvi-px-xl-1{padding-left:0.25rem!important}html body .bvi .bvi-p-xl-2{padding:0.5rem!important}html body .bvi .bvi-pt-xl-2,html body .bvi .bvi-py-xl-2{padding-top:0.5rem!important}html body .bvi .bvi-pr-xl-2,html body .bvi .bvi-px-xl-2{padding-right:0.5rem!important}html body .bvi .bvi-pb-xl-2,html body .bvi .bvi-py-xl-2{padding-bottom:0.5rem!important}html body .bvi .bvi-pl-xl-2,html body .bvi .bvi-px-xl-2{padding-left:0.5rem!important}html body .bvi .bvi-p-xl-3{padding:1rem!important}html body .bvi .bvi-pt-xl-3,html body .bvi .bvi-py-xl-3{padding-top:1rem!important}html body .bvi .bvi-pr-xl-3,html body .bvi .bvi-px-xl-3{padding-right:1rem!important}html body .bvi .bvi-pb-xl-3,html body .bvi .bvi-py-xl-3{padding-bottom:1rem!important}html body .bvi .bvi-pl-xl-3,html body .bvi .bvi-px-xl-3{padding-left:1rem!important}html body .bvi .bvi-p-xl-4{padding:1.5rem!important}html body .bvi .bvi-pt-xl-4,html body .bvi .bvi-py-xl-4{padding-top:1.5rem!important}html body .bvi .bvi-pr-xl-4,html body .bvi .bvi-px-xl-4{padding-right:1.5rem!important}html body .bvi .bvi-pb-xl-4,html body .bvi .bvi-py-xl-4{padding-bottom:1.5rem!important}html body .bvi .bvi-pl-xl-4,html body .bvi .bvi-px-xl-4{padding-left:1.5rem!important}html body .bvi .bvi-p-xl-5{padding:3rem!important}html body .bvi .bvi-pt-xl-5,html body .bvi .bvi-py-xl-5{padding-top:3rem!important}html body .bvi .bvi-pr-xl-5,html body .bvi .bvi-px-xl-5{padding-right:3rem!important}html body .bvi .bvi-pb-xl-5,html body .bvi .bvi-py-xl-5{padding-bottom:3rem!important}html body .bvi .bvi-pl-xl-5,html body .bvi .bvi-px-xl-5{padding-left:3rem!important}html body .bvi .bvi-m-xl-auto{margin:auto!important}html body .bvi .bvi-mt-xl-auto,html body .bvi .bvi-my-xl-auto{margin-top:auto!important}html body .bvi .bvi-mr-xl-auto,html body .bvi .bvi-mx-xl-auto{margin-right:auto!important}html body .bvi .bvi-mb-xl-auto,html body .bvi .bvi-my-xl-auto{margin-bottom:auto!important}html body .bvi .bvi-ml-xl-auto,html body .bvi .bvi-mx-xl-auto{margin-left:auto!important}}html body .bvi.bvi-panel{padding:15px 20px!important;color:black!important;background-color:#f8f8f8;top:0!important;left:0!important;right:0!important;letter-spacing:0!important;position:relative!important;text-shadow:none!important;line-height:normal!important;border:0!important;font-size:16px!important;z-index:99999!important;moz-box-shadow:0 1px 3px 0 rgba(0,0,0,.23);webkit-box-shadow:0 1px 3px 0 rgba(0,0,0,.23);box-shadow:0 1px 3px 0 rgba(0,0,0,.23)}html body .bvi.bvi-panel[data-bvi-panel='true']{display:block!important}html body .bvi.bvi-panel[data-bvi-panel='false']{display:none!important}html body .bvi.bvi-panel.bvi-fixed-top{position:fixed!important;top:0!important;right:0!important;left:0!important;z-index:999999!important}html body .bvi.bvi-panel .bvi-title{margin-top:5px;font-size:18px;font-weight:700}html body .bvi.bvi-panel .bvi-text-center{text-align:center}html body .bvi.bvi-panel .bvi-text-right{text-align:right}html body .bvi.bvi-panel .bvi-setting-menu{display:none}html body .bvi.bvi-panel a{text-decoration:none}html body .bvi.bvi-panel .bvi-hr{background-color:#ccc!important;border:0!important;height:1px!important;margin-top:1.5em!important;margin-bottom:1.5em!important}html body .bvi.bvi-panel .bvi-copy{font-size:12px;color:gray}html body .bvi.bvi-panel .bvi-copy a{font-size:13px;color:gray;text-decoration:underline}html body .bvi.bvi-panel .bvi-copy a:hover{color:#000;text-decoration:underline}@media (max-width:575.98px){html body .bvi.bvi-panel .bvi-title{font-size:12px}html body .bvi.bvi-panel .bvi-btn{font-size:12px;padding:.20rem .35rem}html body .bvi.bvi-panel .bvi-btn-sm,html body .bvi.bvi-panel .bvi-btn-group-sm>.bvi-btn{font-size:10px;padding:.10rem .25rem}}@media (min-width:576px) and (max-width:767.98px){html body .bvi.bvi-panel .bvi-title{font-size:14px}html body .bvi.bvi-panel .bvi-btn{font-size:14px;padding:.25rem .45rem}html body .bvi.bvi-panel .bvi-btn-sm,html body .bvi.bvi-panel .bvi-btn-group-sm>.bvi-btn{font-size:12px;padding:.15rem .35rem}}@media (min-width:768px) and (max-width:991.98px){html body .bvi.bvi-panel .bvi-title{font-size:16px}html body .bvi.bvi-panel .bvi-btn{font-size:16px;padding:.30rem .55rem}html body .bvi.bvi-panel .bvi-btn-sm,html body .bvi.bvi-panel .bvi-btn-group-sm>.bvi-btn{font-size:14px;padding:.20rem .4rem}}html body .bvi-body[data-bvi-theme='white']{background-color:#ffffff!important;fill:#000000!important}html body .bvi-body[data-bvi-theme='white'] *{background-color:#ffffff!important;background:#ffffff!important;background-image:none!important;box-shadow:none!important;text-shadow:none!important;border-color:#000000!important;color:#000000!important;fill:#000000!important}html body .bvi-body[data-bvi-theme='white'] * .bvi-hide{display:none!important}html body .bvi-body[data-bvi-theme='white'] * .bvi-show-block{display:block!important}html body .bvi-body[data-bvi-theme='white'] * .bvi-show-inline-block{display:inline-block!important}html body .bvi-body[data-bvi-theme='white'] *:after{background-color:#ffffff!important;background:#ffffff!important;background-image:none!important;color:#000000!important;box-shadow:none!important;text-shadow:none!important;border-color:#000000!important}html body .bvi-body[data-bvi-theme='white'] *:before{color:#000000!important;box-shadow:none!important;text-shadow:none!important;border-color:#000000!important}html body .bvi-body[data-bvi-theme='white'] *::selection{background-color:#000;color:#fff}html body .bvi-body[data-bvi-theme='white'] * a,html body .bvi-body[data-bvi-theme='white'] * label{color:#000000!important;text-decoration:underline!important}html body .bvi-body[data-bvi-theme='white'] * a.active,html body .bvi-body[data-bvi-theme='white'] * label.active{color:#ffffff!important;background-color:#000000!important;text-decoration:underline!important}html body .bvi-body[data-bvi-theme='white'] * a:hover,html body .bvi-body[data-bvi-theme='white'] * label:hover{color:#ffffff!important;background-color:#000000!important;text-decoration:underline!important}html body .bvi-body[data-bvi-theme='white'] * a:hover *,html body .bvi-body[data-bvi-theme='white'] * label:hover *{color:#ffffff!important;background-color:#000000!important;text-decoration:underline!important}html body .bvi-body[data-bvi-theme='white'] * button,html body .bvi-body[data-bvi-theme='white'] * input[type="submit"],html body .bvi-body[data-bvi-theme='white'] * input[type="button"],html body .bvi-body[data-bvi-theme='white'] * button[type="submit"],html body .bvi-body[data-bvi-theme='white'] * button[type="button"]{color:#ffffff!important;background:#000000!important;background-color:#000000!important;text-decoration:underline!important}html body .bvi-body[data-bvi-theme='white'] * button:hover.active,html body .bvi-body[data-bvi-theme='white'] * input[type="button"]:hover.active,html body .bvi-body[data-bvi-theme='white'] * input[type="submit"]:hover.active,html body .bvi-body[data-bvi-theme='white'] * button[type="submit"]:hover.active,html body .bvi-body[data-bvi-theme='white'] * button[type="button"]:hover.active{color:#ffffff!important;background:#000000!important;background-color:#000000!important;text-decoration:underline!important}html body .bvi-body[data-bvi-theme='white'] * button:hover:hover,html body .bvi-body[data-bvi-theme='white'] * input[type="button"]:hover:hover,html body .bvi-body[data-bvi-theme='white'] * input[type="submit"]:hover:hover,html body .bvi-body[data-bvi-theme='white'] * button[type="submit"]:hover:hover,html body .bvi-body[data-bvi-theme='white'] * button[type="button"]:hover:hover{color:#ffffff!important;background:#000000!important;background-color:#000000!important;text-decoration:underline!important}html body .bvi-body[data-bvi-theme='white'] * button:hover:hover *,html body .bvi-body[data-bvi-theme='white'] * input[type="button"]:hover:hover *,html body .bvi-body[data-bvi-theme='white'] * input[type="submit"]:hover:hover *,html body .bvi-body[data-bvi-theme='white'] * button[type="submit"]:hover:hover *,html body .bvi-body[data-bvi-theme='white'] * button[type="button"]:hover:hover *{color:#ffffff!important;background:#000000!important;background-color:#000000!important;text-decoration:underline!important}html body .bvi-body[data-bvi-theme='black']{background-color:#000000!important;fill:#ffffff!important}html body .bvi-body[data-bvi-theme='black'] *{background-color:#000000!important;background:#000000!important;background-image:none!important;box-shadow:none!important;text-shadow:none!important;border-color:#ffffff!important;color:#ffffff!important;fill:#ffffff!important}html body .bvi-body[data-bvi-theme='black'] * .bvi-hide{display:none!important}html body .bvi-body[data-bvi-theme='black'] * .bvi-show-block{display:block!important}html body .bvi-body[data-bvi-theme='black'] * .bvi-show-inline-block{display:inline-block!important}html body .bvi-body[data-bvi-theme='black'] *:after{background-color:#000000!important;background:#000000!important;background-image:none!important;color:#ffffff!important;box-shadow:none!important;text-shadow:none!important;border-color:#ffffff!important}html body .bvi-body[data-bvi-theme='black'] *:before{background-color:#000000!important;background:#000000!important;background-image:none!important;color:#ffffff!important;box-shadow:none!important;text-shadow:none!important;border-color:#ffffff!important}html body .bvi-body[data-bvi-theme='black'] *::selection{background-color:#fff;color:#000}html body .bvi-body[data-bvi-theme='black'] * a,html body .bvi-body[data-bvi-theme='black'] * label{color:#ffffff!important;text-decoration:underline!important}html body .bvi-body[data-bvi-theme='black'] * a.active,html body .bvi-body[data-bvi-theme='black'] * label.active{color:#000000!important;background-color:#ffffff!important;text-decoration:underline!important}html body .bvi-body[data-bvi-theme='black'] * a:hover,html body .bvi-body[data-bvi-theme='black'] * label:hover{color:#000000!important;background-color:#ffffff!important;text-decoration:underline!important}html body .bvi-body[data-bvi-theme='black'] * a:hover *,html body .bvi-body[data-bvi-theme='black'] * label:hover *{color:#000000!important;background-color:#ffffff!important;text-decoration:underline!important}html body .bvi-body[data-bvi-theme='black'] * button,html body .bvi-body[data-bvi-theme='black'] * input[type="submit"],html body .bvi-body[data-bvi-theme='black'] * input[type="button"],html body .bvi-body[data-bvi-theme='black'] * button[type="submit"],html body .bvi-body[data-bvi-theme='black'] * button[type="button"]{color:#000000!important;background:#ffffff!important;background-color:#ffffff!important;text-decoration:underline!important}html body .bvi-body[data-bvi-theme='black'] * button:hover.active,html body .bvi-body[data-bvi-theme='black'] * input[type="button"]:hover.active,html body .bvi-body[data-bvi-theme='black'] * input[type="submit"]:hover.active,html body .bvi-body[data-bvi-theme='black'] * button[type="submit"]:hover.active,html body .bvi-body[data-bvi-theme='black'] * button[type="button"]:hover.active{color:#000000!important;background:#ffffff!important;background-color:#ffffff!important;text-decoration:underline!important}html body .bvi-body[data-bvi-theme='black'] * button:hover:hover,html body .bvi-body[data-bvi-theme='black'] * input[type="button"]:hover:hover,html body .bvi-body[data-bvi-theme='black'] * input[type="submit"]:hover:hover,html body .bvi-body[data-bvi-theme='black'] * button[type="submit"]:hover:hover,html body .bvi-body[data-bvi-theme='black'] * button[type="button"]:hover:hover{color:#000000!important;background:#ffffff!important;background-color:#ffffff!important;text-decoration:underline!important}html body .bvi-body[data-bvi-theme='black'] * button:hover:hover *,html body .bvi-body[data-bvi-theme='black'] * input[type="button"]:hover:hover *,html body .bvi-body[data-bvi-theme='black'] * input[type="submit"]:hover:hover *,html body .bvi-body[data-bvi-theme='black'] * button[type="submit"]:hover:hover *,html body .bvi-body[data-bvi-theme='black'] * button[type="button"]:hover:hover *{color:#000000!important;background:#ffffff!important;background-color:#ffffff!important;text-decoration:underline!important}html body .bvi-body[data-bvi-theme='blue']{background-color:#9DD1FF!important;fill:#063462!important}html body .bvi-body[data-bvi-theme='blue'] *{background-color:#9DD1FF!important;background:#9DD1FF!important;background-image:none!important;box-shadow:none!important;text-shadow:none!important;border-color:#063462!important;color:#063462!important;fill:#063462!important}html body .bvi-body[data-bvi-theme='blue'] * .bvi-hide{display:none!important}html body .bvi-body[data-bvi-theme='blue'] * .bvi-show-block{display:block!important}html body .bvi-body[data-bvi-theme='blue'] * .bvi-show-inline-block{display:inline-block!important}html body .bvi-body[data-bvi-theme='blue'] *:after{background-color:#9DD1FF!important;background:#9DD1FF!important;background-image:none!important;color:#063462!important;box-shadow:none!important;text-shadow:none!important;border-color:#063462!important}html body .bvi-body[data-bvi-theme='blue'] *:before{background-color:#9DD1FF!important;background:#9DD1FF!important;background-image:none!important;color:#063462!important;box-shadow:none!important;text-shadow:none!important;border-color:#063462!important}html body .bvi-body[data-bvi-theme='blue'] *::selection{background-color:#063462;color:#9DD1FF}html body .bvi-body[data-bvi-theme='blue'] * a,html body .bvi-body[data-bvi-theme='blue'] * label{color:#063462!important;text-decoration:underline!important}html body .bvi-body[data-bvi-theme='blue'] * a.active,html body .bvi-body[data-bvi-theme='blue'] * label.active{color:#9DD1FF!important;background-color:#063462!important;text-decoration:underline!important}html body .bvi-body[data-bvi-theme='blue'] * a:hover,html body .bvi-body[data-bvi-theme='blue'] * label:hover{color:#9DD1FF!important;background-color:#063462!important;text-decoration:underline!important}html body .bvi-body[data-bvi-theme='blue'] * a:hover *,html body .bvi-body[data-bvi-theme='blue'] * label:hover *{color:#9DD1FF!important;background-color:#063462!important;text-decoration:underline!important}html body .bvi-body[data-bvi-theme='blue'] * button,html body .bvi-body[data-bvi-theme='blue'] * input[type="submit"],html body .bvi-body[data-bvi-theme='blue'] * input[type="button"],html body .bvi-body[data-bvi-theme='blue'] * button[type="submit"],html body .bvi-body[data-bvi-theme='blue'] * button[type="button"]{color:#9DD1FF!important;background:#063462!important;background-color:#063462!important;text-decoration:underline!important}html body .bvi-body[data-bvi-theme='blue'] * button:hover.active,html body .bvi-body[data-bvi-theme='blue'] * input[type="button"]:hover.active,html body .bvi-body[data-bvi-theme='blue'] * input[type="submit"]:hover.active,html body .bvi-body[data-bvi-theme='blue'] * button[type="submit"]:hover.active,html body .bvi-body[data-bvi-theme='blue'] * button[type="button"]:hover.active{color:#9DD1FF!important;background:#063462!important;background-color:#063462!important;text-decoration:underline!important}html body .bvi-body[data-bvi-theme='blue'] * button:hover:hover,html body .bvi-body[data-bvi-theme='blue'] * input[type="button"]:hover:hover,html body .bvi-body[data-bvi-theme='blue'] * input[type="submit"]:hover:hover,html body .bvi-body[data-bvi-theme='blue'] * button[type="submit"]:hover:hover,html body .bvi-body[data-bvi-theme='blue'] * button[type="button"]:hover:hover{color:#9DD1FF!important;background:#063462!important;background-color:#063462!important;text-decoration:underline!important}html body .bvi-body[data-bvi-theme='blue'] * button:hover:hover *,html body .bvi-body[data-bvi-theme='blue'] * input[type="button"]:hover:hover *,html body .bvi-body[data-bvi-theme='blue'] * input[type="submit"]:hover:hover *,html body .bvi-body[data-bvi-theme='blue'] * button[type="submit"]:hover:hover *,html body .bvi-body[data-bvi-theme='blue'] * button[type="button"]:hover:hover *{color:#9DD1FF!important;background:#063462!important;background-color:#063462!important;text-decoration:underline!important}html body .bvi-body[data-bvi-theme='brown']{background-color:#F7F3D6!important;fill:#4D4B43!important}html body .bvi-body[data-bvi-theme='brown'] *{background-color:#F7F3D6!important;background:#F7F3D6!important;background-image:none!important;box-shadow:none!important;text-shadow:none!important;border-color:#4D4B43!important;color:#4D4B43!important;fill:#4D4B43!important}html body .bvi-body[data-bvi-theme='brown'] * .bvi-hide{display:none!important}html body .bvi-body[data-bvi-theme='brown'] * .bvi-show-block{display:block!important}html body .bvi-body[data-bvi-theme='brown'] * .bvi-show-inline-block{display:inline-block!important}html body .bvi-body[data-bvi-theme='brown'] *:after{background-color:#F7F3D6!important;background:#F7F3D6!important;background-image:none!important;color:#4D4B43!important;box-shadow:none!important;text-shadow:none!important;border-color:#4D4B43!important}html body .bvi-body[data-bvi-theme='brown'] *:before{background-color:#F7F3D6!important;background:#F7F3D6!important;background-image:none!important;color:#4D4B43!important;box-shadow:none!important;text-shadow:none!important;border-color:#4D4B43!important}html body .bvi-body[data-bvi-theme='brown'] *::selection{background-color:#4D4B43;color:#F7F3D6}html body .bvi-body[data-bvi-theme='brown'] * a,html body .bvi-body[data-bvi-theme='brown'] * label{color:#4D4B43!important;text-decoration:underline!important}html body .bvi-body[data-bvi-theme='brown'] * a.active,html body .bvi-body[data-bvi-theme='brown'] * label.active{color:#F7F3D6!important;background-color:#4D4B43!important;text-decoration:underline!important}html body .bvi-body[data-bvi-theme='brown'] * a:hover,html body .bvi-body[data-bvi-theme='brown'] * label:hover{color:#F7F3D6!important;background-color:#4D4B43!important;text-decoration:underline!important}html body .bvi-body[data-bvi-theme='brown'] * a:hover *,html body .bvi-body[data-bvi-theme='brown'] * label:hover *{color:#F7F3D6!important;background-color:#4D4B43!important;text-decoration:underline!important}html body .bvi-body[data-bvi-theme='brown'] * button,html body .bvi-body[data-bvi-theme='brown'] * input[type="submit"],html body .bvi-body[data-bvi-theme='brown'] * input[type="button"],html body .bvi-body[data-bvi-theme='brown'] * button[type="submit"],html body .bvi-body[data-bvi-theme='brown'] * button[type="button"]{color:#F7F3D6!important;background:#4D4B43!important;background-color:#4D4B43!important;text-decoration:underline!important}html body .bvi-body[data-bvi-theme='brown'] * button:hover.active,html body .bvi-body[data-bvi-theme='brown'] * input[type="button"]:hover.active,html body .bvi-body[data-bvi-theme='brown'] * input[type="submit"]:hover.active,html body .bvi-body[data-bvi-theme='brown'] * button[type="submit"]:hover.active,html body .bvi-body[data-bvi-theme='brown'] * button[type="button"]:hover.active{color:#F7F3D6!important;background:#4D4B43!important;background-color:#4D4B43!important;text-decoration:underline!important}html body .bvi-body[data-bvi-theme='brown'] * button:hover:hover,html body .bvi-body[data-bvi-theme='brown'] * input[type="button"]:hover:hover,html body .bvi-body[data-bvi-theme='brown'] * input[type="submit"]:hover:hover,html body .bvi-body[data-bvi-theme='brown'] * button[type="submit"]:hover:hover,html body .bvi-body[data-bvi-theme='brown'] * button[type="button"]:hover:hover{color:#F7F3D6!important;background:#4D4B43!important;background-color:#4D4B43!important;text-decoration:underline!important}html body .bvi-body[data-bvi-theme='brown'] * button:hover:hover *,html body .bvi-body[data-bvi-theme='brown'] * input[type="button"]:hover:hover *,html body .bvi-body[data-bvi-theme='brown'] * input[type="submit"]:hover:hover *,html body .bvi-body[data-bvi-theme='brown'] * button[type="submit"]:hover:hover *,html body .bvi-body[data-bvi-theme='brown'] * button[type="button"]:hover:hover *{color:#F7F3D6!important;background:#4D4B43!important;background-color:#4D4B43!important;text-decoration:underline!important}html body .bvi-body[data-bvi-theme='green']{background-color:#3B2716!important;fill:#A9E44D!important}html body .bvi-body[data-bvi-theme='green'] *{background-color:#3B2716!important;background:#3B2716!important;background-image:none!important;box-shadow:none!important;text-shadow:none!important;border-color:#A9E44D!important;color:#A9E44D!important;fill:#A9E44D!important}html body .bvi-body[data-bvi-theme='green'] * .bvi-hide{display:none!important}html body .bvi-body[data-bvi-theme='green'] * .bvi-show-block{display:block!important}html body .bvi-body[data-bvi-theme='green'] * .bvi-show-inline-block{display:inline-block!important}html body .bvi-body[data-bvi-theme='green'] *:after{background-color:#3B2716!important;background:#3B2716!important;background-image:none!important;color:#A9E44D!important;box-shadow:none!important;text-shadow:none!important;border-color:#A9E44D!important}html body .bvi-body[data-bvi-theme='green'] *:before{background-color:#3B2716!important;background:#3B2716!important;background-image:none!important;color:#A9E44D!important;box-shadow:none!important;text-shadow:none!important;border-color:#A9E44D!important}html body .bvi-body[data-bvi-theme='green'] *::selection{background-color:#A9E44D;color:#3B2716}html body .bvi-body[data-bvi-theme='green'] * a,html body .bvi-body[data-bvi-theme='green'] * label{color:#A9E44D!important;text-decoration:underline!important}html body .bvi-body[data-bvi-theme='green'] * a.active,html body .bvi-body[data-bvi-theme='green'] * label.active{color:#3B2716!important;background-color:#A9E44D!important;text-decoration:underline!important}html body .bvi-body[data-bvi-theme='green'] * a:hover,html body .bvi-body[data-bvi-theme='green'] * label:hover{color:#3B2716!important;background-color:#A9E44D!important;text-decoration:underline!important}html body .bvi-body[data-bvi-theme='green'] * a:hover *,html body .bvi-body[data-bvi-theme='green'] * label:hover *{color:#3B2716!important;background-color:#A9E44D!important;text-decoration:underline!important}html body .bvi-body[data-bvi-theme='green'] * button,html body .bvi-body[data-bvi-theme='green'] * input[type="submit"],html body .bvi-body[data-bvi-theme='green'] * input[type="button"],html body .bvi-body[data-bvi-theme='green'] * button[type="submit"],html body .bvi-body[data-bvi-theme='green'] * button[type="button"]{color:#3B2716!important;background:#A9E44D!important;background-color:#A9E44D!important;text-decoration:underline!important}html body .bvi-body[data-bvi-theme='green'] * button:hover.active,html body .bvi-body[data-bvi-theme='green'] * input[type="button"]:hover.active,html body .bvi-body[data-bvi-theme='green'] * input[type="submit"]:hover.active,html body .bvi-body[data-bvi-theme='green'] * button[type="submit"]:hover.active,html body .bvi-body[data-bvi-theme='green'] * button[type="button"]:hover.active{color:#3B2716!important;background:#A9E44D!important;background-color:#A9E44D!important;text-decoration:underline!important}html body .bvi-body[data-bvi-theme='green'] * button:hover:hover,html body .bvi-body[data-bvi-theme='green'] * input[type="button"]:hover:hover,html body .bvi-body[data-bvi-theme='green'] * input[type="submit"]:hover:hover,html body .bvi-body[data-bvi-theme='green'] * button[type="submit"]:hover:hover,html body .bvi-body[data-bvi-theme='green'] * button[type="button"]:hover:hover{color:#3B2716!important;background:#A9E44D!important;background-color:#A9E44D!important;text-decoration:underline!important}html body .bvi-body[data-bvi-theme='green'] * button:hover:hover *,html body .bvi-body[data-bvi-theme='green'] * input[type="button"]:hover:hover *,html body .bvi-body[data-bvi-theme='green'] * input[type="submit"]:hover:hover *,html body .bvi-body[data-bvi-theme='green'] * button[type="submit"]:hover:hover *,html body .bvi-body[data-bvi-theme='green'] * button[type="button"]:hover:hover *{color:#3B2716!important;background:#A9E44D!important;background-color:#A9E44D!important;text-decoration:underline!important}html body .bvi-body[data-bvi-size='40'] *{font-size:40px!important}html body .bvi-body[data-bvi-size='40'] * h1,html body .bvi-body[data-bvi-size='40'] * h1 *{font-size:47px!important}html body .bvi-body[data-bvi-size='40'] * h2,html body .bvi-body[data-bvi-size='40'] * h2 *{font-size:46px!important}html body .bvi-body[data-bvi-size='40'] * h3,html body .bvi-body[data-bvi-size='40'] * h3 *{font-size:45px!important}html body .bvi-body[data-bvi-size='40'] * h4,html body .bvi-body[data-bvi-size='40'] * h4 *{font-size:44px!important}html body .bvi-body[data-bvi-size='40'] * h5,html body .bvi-body[data-bvi-size='40'] * h5 *{font-size:43px!important}html body .bvi-body[data-bvi-size='40'] * h6,html body .bvi-body[data-bvi-size='40'] * h6 *{font-size:42px!important}html body .bvi-body[data-bvi-size='39'] *{font-size:39px!important}html body .bvi-body[data-bvi-size='39'] * h1,html body .bvi-body[data-bvi-size='39'] * h1 *{font-size:46px!important}html body .bvi-body[data-bvi-size='39'] * h2,html body .bvi-body[data-bvi-size='39'] * h2 *{font-size:45px!important}html body .bvi-body[data-bvi-size='39'] * h3,html body .bvi-body[data-bvi-size='39'] * h3 *{font-size:44px!important}html body .bvi-body[data-bvi-size='39'] * h4,html body .bvi-body[data-bvi-size='39'] * h4 *{font-size:43px!important}html body .bvi-body[data-bvi-size='39'] * h5,html body .bvi-body[data-bvi-size='39'] * h5 *{font-size:42px!important}html body .bvi-body[data-bvi-size='39'] * h6,html body .bvi-body[data-bvi-size='39'] * h6 *{font-size:41px!important}html body .bvi-body[data-bvi-size='38'] *{font-size:38px!important}html body .bvi-body[data-bvi-size='38'] * h1,html body .bvi-body[data-bvi-size='38'] * h1 *{font-size:45px!important}html body .bvi-body[data-bvi-size='38'] * h2,html body .bvi-body[data-bvi-size='38'] * h2 *{font-size:44px!important}html body .bvi-body[data-bvi-size='38'] * h3,html body .bvi-body[data-bvi-size='38'] * h3 *{font-size:43px!important}html body .bvi-body[data-bvi-size='38'] * h4,html body .bvi-body[data-bvi-size='38'] * h4 *{font-size:42px!important}html body .bvi-body[data-bvi-size='38'] * h5,html body .bvi-body[data-bvi-size='38'] * h5 *{font-size:41px!important}html body .bvi-body[data-bvi-size='38'] * h6,html body .bvi-body[data-bvi-size='38'] * h6 *{font-size:40px!important}html body .bvi-body[data-bvi-size='37'] *{font-size:37px!important}html body .bvi-body[data-bvi-size='37'] * h1,html body .bvi-body[data-bvi-size='37'] * h1 *{font-size:44px!important}html body .bvi-body[data-bvi-size='37'] * h2,html body .bvi-body[data-bvi-size='37'] * h2 *{font-size:43px!important}html body .bvi-body[data-bvi-size='37'] * h3,html body .bvi-body[data-bvi-size='37'] * h3 *{font-size:42px!important}html body .bvi-body[data-bvi-size='37'] * h4,html body .bvi-body[data-bvi-size='37'] * h4 *{font-size:41px!important}html body .bvi-body[data-bvi-size='37'] * h5,html body .bvi-body[data-bvi-size='37'] * h5 *{font-size:40px!important}html body .bvi-body[data-bvi-size='37'] * h6,html body .bvi-body[data-bvi-size='37'] * h6 *{font-size:39px!important}html body .bvi-body[data-bvi-size='36'] *{font-size:36px!important}html body .bvi-body[data-bvi-size='36'] * h1,html body .bvi-body[data-bvi-size='36'] * h1 *{font-size:43px!important}html body .bvi-body[data-bvi-size='36'] * h2,html body .bvi-body[data-bvi-size='36'] * h2 *{font-size:42px!important}html body .bvi-body[data-bvi-size='36'] * h3,html body .bvi-body[data-bvi-size='36'] * h3 *{font-size:41px!important}html body .bvi-body[data-bvi-size='36'] * h4,html body .bvi-body[data-bvi-size='36'] * h4 *{font-size:40px!important}html body .bvi-body[data-bvi-size='36'] * h5,html body .bvi-body[data-bvi-size='36'] * h5 *{font-size:39px!important}html body .bvi-body[data-bvi-size='36'] * h6,html body .bvi-body[data-bvi-size='36'] * h6 *{font-size:38px!important}html body .bvi-body[data-bvi-size='35'] *{font-size:35px!important}html body .bvi-body[data-bvi-size='35'] * h1,html body .bvi-body[data-bvi-size='35'] * h1 *{font-size:42px!important}html body .bvi-body[data-bvi-size='35'] * h2,html body .bvi-body[data-bvi-size='35'] * h2 *{font-size:41px!important}html body .bvi-body[data-bvi-size='35'] * h3,html body .bvi-body[data-bvi-size='35'] * h3 *{font-size:40px!important}html body .bvi-body[data-bvi-size='35'] * h4,html body .bvi-body[data-bvi-size='35'] * h4 *{font-size:39px!important}html body .bvi-body[data-bvi-size='35'] * h5,html body .bvi-body[data-bvi-size='35'] * h5 *{font-size:38px!important}html body .bvi-body[data-bvi-size='35'] * h6,html body .bvi-body[data-bvi-size='35'] * h6 *{font-size:37px!important}html body .bvi-body[data-bvi-size='34'] *{font-size:34px!important}html body .bvi-body[data-bvi-size='34'] * h1,html body .bvi-body[data-bvi-size='34'] * h1 *{font-size:41px!important}html body .bvi-body[data-bvi-size='34'] * h2,html body .bvi-body[data-bvi-size='34'] * h2 *{font-size:40px!important}html body .bvi-body[data-bvi-size='34'] * h3,html body .bvi-body[data-bvi-size='34'] * h3 *{font-size:39px!important}html body .bvi-body[data-bvi-size='34'] * h4,html body .bvi-body[data-bvi-size='34'] * h4 *{font-size:38px!important}html body .bvi-body[data-bvi-size='34'] * h5,html body .bvi-body[data-bvi-size='34'] * h5 *{font-size:37px!important}html body .bvi-body[data-bvi-size='34'] * h6,html body .bvi-body[data-bvi-size='34'] * h6 *{font-size:36px!important}html body .bvi-body[data-bvi-size='33'] *{font-size:33px!important}html body .bvi-body[data-bvi-size='33'] * h1,html body .bvi-body[data-bvi-size='33'] * h1 *{font-size:40px!important}html body .bvi-body[data-bvi-size='33'] * h2,html body .bvi-body[data-bvi-size='33'] * h2 *{font-size:39px!important}html body .bvi-body[data-bvi-size='33'] * h3,html body .bvi-body[data-bvi-size='33'] * h3 *{font-size:38px!important}html body .bvi-body[data-bvi-size='33'] * h4,html body .bvi-body[data-bvi-size='33'] * h4 *{font-size:37px!important}html body .bvi-body[data-bvi-size='33'] * h5,html body .bvi-body[data-bvi-size='33'] * h5 *{font-size:36px!important}html body .bvi-body[data-bvi-size='33'] * h6,html body .bvi-body[data-bvi-size='33'] * h6 *{font-size:35px!important}html body .bvi-body[data-bvi-size='32'] *{font-size:32px!important}html body .bvi-body[data-bvi-size='32'] * h1,html body .bvi-body[data-bvi-size='32'] * h1 *{font-size:39px!important}html body .bvi-body[data-bvi-size='32'] * h2,html body .bvi-body[data-bvi-size='32'] * h2 *{font-size:38px!important}html body .bvi-body[data-bvi-size='32'] * h3,html body .bvi-body[data-bvi-size='32'] * h3 *{font-size:37px!important}html body .bvi-body[data-bvi-size='32'] * h4,html body .bvi-body[data-bvi-size='32'] * h4 *{font-size:36px!important}html body .bvi-body[data-bvi-size='32'] * h5,html body .bvi-body[data-bvi-size='32'] * h5 *{font-size:35px!important}html body .bvi-body[data-bvi-size='32'] * h6,html body .bvi-body[data-bvi-size='32'] * h6 *{font-size:34px!important}html body .bvi-body[data-bvi-size='31'] *{font-size:31px!important}html body .bvi-body[data-bvi-size='31'] * h1,html body .bvi-body[data-bvi-size='31'] * h1 *{font-size:38px!important}html body .bvi-body[data-bvi-size='31'] * h2,html body .bvi-body[data-bvi-size='31'] * h2 *{font-size:37px!important}html body .bvi-body[data-bvi-size='31'] * h3,html body .bvi-body[data-bvi-size='31'] * h3 *{font-size:36px!important}html body .bvi-body[data-bvi-size='31'] * h4,html body .bvi-body[data-bvi-size='31'] * h4 *{font-size:35px!important}html body .bvi-body[data-bvi-size='31'] * h5,html body .bvi-body[data-bvi-size='31'] * h5 *{font-size:34px!important}html body .bvi-body[data-bvi-size='31'] * h6,html body .bvi-body[data-bvi-size='31'] * h6 *{font-size:33px!important}html body .bvi-body[data-bvi-size='30'] *{font-size:30px!important}html body .bvi-body[data-bvi-size='30'] * h1,html body .bvi-body[data-bvi-size='30'] * h1 *{font-size:37px!important}html body .bvi-body[data-bvi-size='30'] * h2,html body .bvi-body[data-bvi-size='30'] * h2 *{font-size:36px!important}html body .bvi-body[data-bvi-size='30'] * h3,html body .bvi-body[data-bvi-size='30'] * h3 *{font-size:35px!important}html body .bvi-body[data-bvi-size='30'] * h4,html body .bvi-body[data-bvi-size='30'] * h4 *{font-size:34px!important}html body .bvi-body[data-bvi-size='30'] * h5,html body .bvi-body[data-bvi-size='30'] * h5 *{font-size:33px!important}html body .bvi-body[data-bvi-size='30'] * h6,html body .bvi-body[data-bvi-size='30'] * h6 *{font-size:32px!important}html body .bvi-body[data-bvi-size='29'] *{font-size:29px!important}html body .bvi-body[data-bvi-size='29'] * h1,html body .bvi-body[data-bvi-size='29'] * h1 *{font-size:36px!important}html body .bvi-body[data-bvi-size='29'] * h2,html body .bvi-body[data-bvi-size='29'] * h2 *{font-size:35px!important}html body .bvi-body[data-bvi-size='29'] * h3,html body .bvi-body[data-bvi-size='29'] * h3 *{font-size:34px!important}html body .bvi-body[data-bvi-size='29'] * h4,html body .bvi-body[data-bvi-size='29'] * h4 *{font-size:33px!important}html body .bvi-body[data-bvi-size='29'] * h5,html body .bvi-body[data-bvi-size='29'] * h5 *{font-size:32px!important}html body .bvi-body[data-bvi-size='29'] * h6,html body .bvi-body[data-bvi-size='29'] * h6 *{font-size:31px!important}html body .bvi-body[data-bvi-size='28'] *{font-size:28px!important}html body .bvi-body[data-bvi-size='28'] * h1,html body .bvi-body[data-bvi-size='28'] * h1 *{font-size:35px!important}html body .bvi-body[data-bvi-size='28'] * h2,html body .bvi-body[data-bvi-size='28'] * h2 *{font-size:34px!important}html body .bvi-body[data-bvi-size='28'] * h3,html body .bvi-body[data-bvi-size='28'] * h3 *{font-size:33px!important}html body .bvi-body[data-bvi-size='28'] * h4,html body .bvi-body[data-bvi-size='28'] * h4 *{font-size:32px!important}html body .bvi-body[data-bvi-size='28'] * h5,html body .bvi-body[data-bvi-size='28'] * h5 *{font-size:31px!important}html body .bvi-body[data-bvi-size='28'] * h6,html body .bvi-body[data-bvi-size='28'] * h6 *{font-size:30px!important}html body .bvi-body[data-bvi-size='27'] *{font-size:27px!important}html body .bvi-body[data-bvi-size='27'] * h1,html body .bvi-body[data-bvi-size='27'] * h1 *{font-size:34px!important}html body .bvi-body[data-bvi-size='27'] * h2,html body .bvi-body[data-bvi-size='27'] * h2 *{font-size:33px!important}html body .bvi-body[data-bvi-size='27'] * h3,html body .bvi-body[data-bvi-size='27'] * h3 *{font-size:32px!important}html body .bvi-body[data-bvi-size='27'] * h4,html body .bvi-body[data-bvi-size='27'] * h4 *{font-size:31px!important}html body .bvi-body[data-bvi-size='27'] * h5,html body .bvi-body[data-bvi-size='27'] * h5 *{font-size:30px!important}html body .bvi-body[data-bvi-size='27'] * h6,html body .bvi-body[data-bvi-size='27'] * h6 *{font-size:29px!important}html body .bvi-body[data-bvi-size='26'] *{font-size:26px!important}html body .bvi-body[data-bvi-size='26'] * h1,html body .bvi-body[data-bvi-size='26'] * h1 *{font-size:33px!important}html body .bvi-body[data-bvi-size='26'] * h2,html body .bvi-body[data-bvi-size='26'] * h2 *{font-size:32px!important}html body .bvi-body[data-bvi-size='26'] * h3,html body .bvi-body[data-bvi-size='26'] * h3 *{font-size:31px!important}html body .bvi-body[data-bvi-size='26'] * h4,html body .bvi-body[data-bvi-size='26'] * h4 *{font-size:30px!important}html body .bvi-body[data-bvi-size='26'] * h5,html body .bvi-body[data-bvi-size='26'] * h5 *{font-size:29px!important}html body .bvi-body[data-bvi-size='26'] * h6,html body .bvi-body[data-bvi-size='26'] * h6 *{font-size:28px!important}html body .bvi-body[data-bvi-size='25'] *{font-size:25px!important}html body .bvi-body[data-bvi-size='25'] * h1,html body .bvi-body[data-bvi-size='25'] * h1 *{font-size:32px!important}html body .bvi-body[data-bvi-size='25'] * h2,html body .bvi-body[data-bvi-size='25'] * h2 *{font-size:31px!important}html body .bvi-body[data-bvi-size='25'] * h3,html body .bvi-body[data-bvi-size='25'] * h3 *{font-size:30px!important}html body .bvi-body[data-bvi-size='25'] * h4,html body .bvi-body[data-bvi-size='25'] * h4 *{font-size:29px!important}html body .bvi-body[data-bvi-size='25'] * h5,html body .bvi-body[data-bvi-size='25'] * h5 *{font-size:28px!important}html body .bvi-body[data-bvi-size='25'] * h6,html body .bvi-body[data-bvi-size='25'] * h6 *{font-size:27px!important}html body .bvi-body[data-bvi-size='24'] *{font-size:24px!important}html body .bvi-body[data-bvi-size='24'] * h1,html body .bvi-body[data-bvi-size='24'] * h1 *{font-size:31px!important}html body .bvi-body[data-bvi-size='24'] * h2,html body .bvi-body[data-bvi-size='24'] * h2 *{font-size:30px!important}html body .bvi-body[data-bvi-size='24'] * h3,html body .bvi-body[data-bvi-size='24'] * h3 *{font-size:29px!important}html body .bvi-body[data-bvi-size='24'] * h4,html body .bvi-body[data-bvi-size='24'] * h4 *{font-size:28px!important}html body .bvi-body[data-bvi-size='24'] * h5,html body .bvi-body[data-bvi-size='24'] * h5 *{font-size:27px!important}html body .bvi-body[data-bvi-size='24'] * h6,html body .bvi-body[data-bvi-size='24'] * h6 *{font-size:26px!important}html body .bvi-body[data-bvi-size='23'] *{font-size:23px!important}html body .bvi-body[data-bvi-size='23'] * h1,html body .bvi-body[data-bvi-size='23'] * h1 *{font-size:30px!important}html body .bvi-body[data-bvi-size='23'] * h2,html body .bvi-body[data-bvi-size='23'] * h2 *{font-size:29px!important}html body .bvi-body[data-bvi-size='23'] * h3,html body .bvi-body[data-bvi-size='23'] * h3 *{font-size:28px!important}html body .bvi-body[data-bvi-size='23'] * h4,html body .bvi-body[data-bvi-size='23'] * h4 *{font-size:27px!important}html body .bvi-body[data-bvi-size='23'] * h5,html body .bvi-body[data-bvi-size='23'] * h5 *{font-size:26px!important}html body .bvi-body[data-bvi-size='23'] * h6,html body .bvi-body[data-bvi-size='23'] * h6 *{font-size:25px!important}html body .bvi-body[data-bvi-size='22'] *{font-size:22px!important}html body .bvi-body[data-bvi-size='22'] * h1,html body .bvi-body[data-bvi-size='22'] * h1 *{font-size:29px!important}html body .bvi-body[data-bvi-size='22'] * h2,html body .bvi-body[data-bvi-size='22'] * h2 *{font-size:28px!important}html body .bvi-body[data-bvi-size='22'] * h3,html body .bvi-body[data-bvi-size='22'] * h3 *{font-size:27px!important}html body .bvi-body[data-bvi-size='22'] * h4,html body .bvi-body[data-bvi-size='22'] * h4 *{font-size:26px!important}html body .bvi-body[data-bvi-size='22'] * h5,html body .bvi-body[data-bvi-size='22'] * h5 *{font-size:25px!important}html body .bvi-body[data-bvi-size='22'] * h6,html body .bvi-body[data-bvi-size='22'] * h6 *{font-size:24px!important}html body .bvi-body[data-bvi-size='21'] *{font-size:21px!important}html body .bvi-body[data-bvi-size='21'] * h1,html body .bvi-body[data-bvi-size='21'] * h1 *{font-size:28px!important}html body .bvi-body[data-bvi-size='21'] * h2,html body .bvi-body[data-bvi-size='21'] * h2 *{font-size:27px!important}html body .bvi-body[data-bvi-size='21'] * h3,html body .bvi-body[data-bvi-size='21'] * h3 *{font-size:26px!important}html body .bvi-body[data-bvi-size='21'] * h4,html body .bvi-body[data-bvi-size='21'] * h4 *{font-size:25px!important}html body .bvi-body[data-bvi-size='21'] * h5,html body .bvi-body[data-bvi-size='21'] * h5 *{font-size:24px!important}html body .bvi-body[data-bvi-size='21'] * h6,html body .bvi-body[data-bvi-size='21'] * h6 *{font-size:23px!important}html body .bvi-body[data-bvi-size='20'] *{font-size:20px!important}html body .bvi-body[data-bvi-size='20'] * h1,html body .bvi-body[data-bvi-size='20'] * h1 *{font-size:27px!important}html body .bvi-body[data-bvi-size='20'] * h2,html body .bvi-body[data-bvi-size='20'] * h2 *{font-size:26px!important}html body .bvi-body[data-bvi-size='20'] * h3,html body .bvi-body[data-bvi-size='20'] * h3 *{font-size:25px!important}html body .bvi-body[data-bvi-size='20'] * h4,html body .bvi-body[data-bvi-size='20'] * h4 *{font-size:24px!important}html body .bvi-body[data-bvi-size='20'] * h5,html body .bvi-body[data-bvi-size='20'] * h5 *{font-size:23px!important}html body .bvi-body[data-bvi-size='20'] * h6,html body .bvi-body[data-bvi-size='20'] * h6 *{font-size:22px!important}html body .bvi-body[data-bvi-size='19'] *{font-size:19px!important}html body .bvi-body[data-bvi-size='19'] * h1,html body .bvi-body[data-bvi-size='19'] * h1 *{font-size:26px!important}html body .bvi-body[data-bvi-size='19'] * h2,html body .bvi-body[data-bvi-size='19'] * h2 *{font-size:25px!important}html body .bvi-body[data-bvi-size='19'] * h3,html body .bvi-body[data-bvi-size='19'] * h3 *{font-size:24px!important}html body .bvi-body[data-bvi-size='19'] * h4,html body .bvi-body[data-bvi-size='19'] * h4 *{font-size:23px!important}html body .bvi-body[data-bvi-size='19'] * h5,html body .bvi-body[data-bvi-size='19'] * h5 *{font-size:22px!important}html body .bvi-body[data-bvi-size='19'] * h6,html body .bvi-body[data-bvi-size='19'] * h6 *{font-size:21px!important}html body .bvi-body[data-bvi-size='18'] *{font-size:18px!important}html body .bvi-body[data-bvi-size='18'] * h1,html body .bvi-body[data-bvi-size='18'] * h1 *{font-size:25px!important}html body .bvi-body[data-bvi-size='18'] * h2,html body .bvi-body[data-bvi-size='18'] * h2 *{font-size:24px!important}html body .bvi-body[data-bvi-size='18'] * h3,html body .bvi-body[data-bvi-size='18'] * h3 *{font-size:23px!important}html body .bvi-body[data-bvi-size='18'] * h4,html body .bvi-body[data-bvi-size='18'] * h4 *{font-size:22px!important}html body .bvi-body[data-bvi-size='18'] * h5,html body .bvi-body[data-bvi-size='18'] * h5 *{font-size:21px!important}html body .bvi-body[data-bvi-size='18'] * h6,html body .bvi-body[data-bvi-size='18'] * h6 *{font-size:20px!important}html body .bvi-body[data-bvi-size='17'] *{font-size:17px!important}html body .bvi-body[data-bvi-size='17'] * h1,html body .bvi-body[data-bvi-size='17'] * h1 *{font-size:24px!important}html body .bvi-body[data-bvi-size='17'] * h2,html body .bvi-body[data-bvi-size='17'] * h2 *{font-size:23px!important}html body .bvi-body[data-bvi-size='17'] * h3,html body .bvi-body[data-bvi-size='17'] * h3 *{font-size:22px!important}html body .bvi-body[data-bvi-size='17'] * h4,html body .bvi-body[data-bvi-size='17'] * h4 *{font-size:21px!important}html body .bvi-body[data-bvi-size='17'] * h5,html body .bvi-body[data-bvi-size='17'] * h5 *{font-size:20px!important}html body .bvi-body[data-bvi-size='17'] * h6,html body .bvi-body[data-bvi-size='17'] * h6 *{font-size:19px!important}html body .bvi-body[data-bvi-size='16'] *{font-size:16px!important}html body .bvi-body[data-bvi-size='16'] * h1,html body .bvi-body[data-bvi-size='16'] * h1 *{font-size:23px!important}html body .bvi-body[data-bvi-size='16'] * h2,html body .bvi-body[data-bvi-size='16'] * h2 *{font-size:22px!important}html body .bvi-body[data-bvi-size='16'] * h3,html body .bvi-body[data-bvi-size='16'] * h3 *{font-size:21px!important}html body .bvi-body[data-bvi-size='16'] * h4,html body .bvi-body[data-bvi-size='16'] * h4 *{font-size:20px!important}html body .bvi-body[data-bvi-size='16'] * h5,html body .bvi-body[data-bvi-size='16'] * h5 *{font-size:19px!important}html body .bvi-body[data-bvi-size='16'] * h6,html body .bvi-body[data-bvi-size='16'] * h6 *{font-size:18px!important}html body .bvi-body[data-bvi-size='15'] *{font-size:15px!important}html body .bvi-body[data-bvi-size='15'] * h1,html body .bvi-body[data-bvi-size='15'] * h1 *{font-size:22px!important}html body .bvi-body[data-bvi-size='15'] * h2,html body .bvi-body[data-bvi-size='15'] * h2 *{font-size:21px!important}html body .bvi-body[data-bvi-size='15'] * h3,html body .bvi-body[data-bvi-size='15'] * h3 *{font-size:20px!important}html body .bvi-body[data-bvi-size='15'] * h4,html body .bvi-body[data-bvi-size='15'] * h4 *{font-size:19px!important}html body .bvi-body[data-bvi-size='15'] * h5,html body .bvi-body[data-bvi-size='15'] * h5 *{font-size:18px!important}html body .bvi-body[data-bvi-size='15'] * h6,html body .bvi-body[data-bvi-size='15'] * h6 *{font-size:17px!important}html body .bvi-body[data-bvi-size='14'] *{font-size:14px!important}html body .bvi-body[data-bvi-size='14'] * h1,html body .bvi-body[data-bvi-size='14'] * h1 *{font-size:21px!important}html body .bvi-body[data-bvi-size='14'] * h2,html body .bvi-body[data-bvi-size='14'] * h2 *{font-size:20px!important}html body .bvi-body[data-bvi-size='14'] * h3,html body .bvi-body[data-bvi-size='14'] * h3 *{font-size:19px!important}html body .bvi-body[data-bvi-size='14'] * h4,html body .bvi-body[data-bvi-size='14'] * h4 *{font-size:18px!important}html body .bvi-body[data-bvi-size='14'] * h5,html body .bvi-body[data-bvi-size='14'] * h5 *{font-size:17px!important}html body .bvi-body[data-bvi-size='14'] * h6,html body .bvi-body[data-bvi-size='14'] * h6 *{font-size:16px!important}html body .bvi-body[data-bvi-size='13'] *{font-size:13px!important}html body .bvi-body[data-bvi-size='13'] * h1,html body .bvi-body[data-bvi-size='13'] * h1 *{font-size:20px!important}html body .bvi-body[data-bvi-size='13'] * h2,html body .bvi-body[data-bvi-size='13'] * h2 *{font-size:19px!important}html body .bvi-body[data-bvi-size='13'] * h3,html body .bvi-body[data-bvi-size='13'] * h3 *{font-size:18px!important}html body .bvi-body[data-bvi-size='13'] * h4,html body .bvi-body[data-bvi-size='13'] * h4 *{font-size:17px!important}html body .bvi-body[data-bvi-size='13'] * h5,html body .bvi-body[data-bvi-size='13'] * h5 *{font-size:16px!important}html body .bvi-body[data-bvi-size='13'] * h6,html body .bvi-body[data-bvi-size='13'] * h6 *{font-size:15px!important}html body .bvi-body[data-bvi-size='12'] *{font-size:12px!important}html body .bvi-body[data-bvi-size='12'] * h1,html body .bvi-body[data-bvi-size='12'] * h1 *{font-size:19px!important}html body .bvi-body[data-bvi-size='12'] * h2,html body .bvi-body[data-bvi-size='12'] * h2 *{font-size:18px!important}html body .bvi-body[data-bvi-size='12'] * h3,html body .bvi-body[data-bvi-size='12'] * h3 *{font-size:17px!important}html body .bvi-body[data-bvi-size='12'] * h4,html body .bvi-body[data-bvi-size='12'] * h4 *{font-size:16px!important}html body .bvi-body[data-bvi-size='12'] * h5,html body .bvi-body[data-bvi-size='12'] * h5 *{font-size:15px!important}html body .bvi-body[data-bvi-size='12'] * h6,html body .bvi-body[data-bvi-size='12'] * h6 *{font-size:14px!important}html body .bvi-body[data-bvi-size='11'] *{font-size:11px!important}html body .bvi-body[data-bvi-size='11'] * h1,html body .bvi-body[data-bvi-size='11'] * h1 *{font-size:18px!important}html body .bvi-body[data-bvi-size='11'] * h2,html body .bvi-body[data-bvi-size='11'] * h2 *{font-size:17px!important}html body .bvi-body[data-bvi-size='11'] * h3,html body .bvi-body[data-bvi-size='11'] * h3 *{font-size:16px!important}html body .bvi-body[data-bvi-size='11'] * h4,html body .bvi-body[data-bvi-size='11'] * h4 *{font-size:15px!important}html body .bvi-body[data-bvi-size='11'] * h5,html body .bvi-body[data-bvi-size='11'] * h5 *{font-size:14px!important}html body .bvi-body[data-bvi-size='11'] * h6,html body .bvi-body[data-bvi-size='11'] * h6 *{font-size:13px!important}html body .bvi-body[data-bvi-size='10'] *{font-size:10px!important}html body .bvi-body[data-bvi-size='10'] * h1,html body .bvi-body[data-bvi-size='10'] * h1 *{font-size:17px!important}html body .bvi-body[data-bvi-size='10'] * h2,html body .bvi-body[data-bvi-size='10'] * h2 *{font-size:16px!important}html body .bvi-body[data-bvi-size='10'] * h3,html body .bvi-body[data-bvi-size='10'] * h3 *{font-size:15px!important}html body .bvi-body[data-bvi-size='10'] * h4,html body .bvi-body[data-bvi-size='10'] * h4 *{font-size:14px!important}html body .bvi-body[data-bvi-size='10'] * h5,html body .bvi-body[data-bvi-size='10'] * h5 *{font-size:13px!important}html body .bvi-body[data-bvi-size='10'] * h6,html body .bvi-body[data-bvi-size='10'] * h6 *{font-size:12px!important}html body .bvi-body[data-bvi-size='9'] *{font-size:9px!important}html body .bvi-body[data-bvi-size='9'] * h1,html body .bvi-body[data-bvi-size='9'] * h1 *{font-size:16px!important}html body .bvi-body[data-bvi-size='9'] * h2,html body .bvi-body[data-bvi-size='9'] * h2 *{font-size:15px!important}html body .bvi-body[data-bvi-size='9'] * h3,html body .bvi-body[data-bvi-size='9'] * h3 *{font-size:14px!important}html body .bvi-body[data-bvi-size='9'] * h4,html body .bvi-body[data-bvi-size='9'] * h4 *{font-size:13px!important}html body .bvi-body[data-bvi-size='9'] * h5,html body .bvi-body[data-bvi-size='9'] * h5 *{font-size:12px!important}html body .bvi-body[data-bvi-size='9'] * h6,html body .bvi-body[data-bvi-size='9'] * h6 *{font-size:11px!important}html body .bvi-body[data-bvi-size='8'] *{font-size:8px!important}html body .bvi-body[data-bvi-size='8'] * h1,html body .bvi-body[data-bvi-size='8'] * h1 *{font-size:15px!important}html body .bvi-body[data-bvi-size='8'] * h2,html body .bvi-body[data-bvi-size='8'] * h2 *{font-size:14px!important}html body .bvi-body[data-bvi-size='8'] * h3,html body .bvi-body[data-bvi-size='8'] * h3 *{font-size:13px!important}html body .bvi-body[data-bvi-size='8'] * h4,html body .bvi-body[data-bvi-size='8'] * h4 *{font-size:12px!important}html body .bvi-body[data-bvi-size='8'] * h5,html body .bvi-body[data-bvi-size='8'] * h5 *{font-size:11px!important}html body .bvi-body[data-bvi-size='8'] * h6,html body .bvi-body[data-bvi-size='8'] * h6 *{font-size:10px!important}html body .bvi-body[data-bvi-size='7'] *{font-size:7px!important}html body .bvi-body[data-bvi-size='7'] * h1,html body .bvi-body[data-bvi-size='7'] * h1 *{font-size:14px!important}html body .bvi-body[data-bvi-size='7'] * h2,html body .bvi-body[data-bvi-size='7'] * h2 *{font-size:13px!important}html body .bvi-body[data-bvi-size='7'] * h3,html body .bvi-body[data-bvi-size='7'] * h3 *{font-size:12px!important}html body .bvi-body[data-bvi-size='7'] * h4,html body .bvi-body[data-bvi-size='7'] * h4 *{font-size:11px!important}html body .bvi-body[data-bvi-size='7'] * h5,html body .bvi-body[data-bvi-size='7'] * h5 *{font-size:10px!important}html body .bvi-body[data-bvi-size='7'] * h6,html body .bvi-body[data-bvi-size='7'] * h6 *{font-size:9px!important}html body .bvi-body[data-bvi-size='6'] *{font-size:6px!important}html body .bvi-body[data-bvi-size='6'] * h1,html body .bvi-body[data-bvi-size='6'] * h1 *{font-size:13px!important}html body .bvi-body[data-bvi-size='6'] * h2,html body .bvi-body[data-bvi-size='6'] * h2 *{font-size:12px!important}html body .bvi-body[data-bvi-size='6'] * h3,html body .bvi-body[data-bvi-size='6'] * h3 *{font-size:11px!important}html body .bvi-body[data-bvi-size='6'] * h4,html body .bvi-body[data-bvi-size='6'] * h4 *{font-size:10px!important}html body .bvi-body[data-bvi-size='6'] * h5,html body .bvi-body[data-bvi-size='6'] * h5 *{font-size:9px!important}html body .bvi-body[data-bvi-size='6'] * h6,html body .bvi-body[data-bvi-size='6'] * h6 *{font-size:8px!important}html body .bvi-body[data-bvi-size='5'] *{font-size:5px!important}html body .bvi-body[data-bvi-size='5'] * h1,html body .bvi-body[data-bvi-size='5'] * h1 *{font-size:12px!important}html body .bvi-body[data-bvi-size='5'] * h2,html body .bvi-body[data-bvi-size='5'] * h2 *{font-size:11px!important}html body .bvi-body[data-bvi-size='5'] * h3,html body .bvi-body[data-bvi-size='5'] * h3 *{font-size:10px!important}html body .bvi-body[data-bvi-size='5'] * h4,html body .bvi-body[data-bvi-size='5'] * h4 *{font-size:9px!important}html body .bvi-body[data-bvi-size='5'] * h5,html body .bvi-body[data-bvi-size='5'] * h5 *{font-size:8px!important}html body .bvi-body[data-bvi-size='5'] * h6,html body .bvi-body[data-bvi-size='5'] * h6 *{font-size:7px!important}html body .bvi-body[data-bvi-size='4'] *{font-size:4px!important}html body .bvi-body[data-bvi-size='4'] * h1,html body .bvi-body[data-bvi-size='4'] * h1 *{font-size:11px!important}html body .bvi-body[data-bvi-size='4'] * h2,html body .bvi-body[data-bvi-size='4'] * h2 *{font-size:10px!important}html body .bvi-body[data-bvi-size='4'] * h3,html body .bvi-body[data-bvi-size='4'] * h3 *{font-size:9px!important}html body .bvi-body[data-bvi-size='4'] * h4,html body .bvi-body[data-bvi-size='4'] * h4 *{font-size:8px!important}html body .bvi-body[data-bvi-size='4'] * h5,html body .bvi-body[data-bvi-size='4'] * h5 *{font-size:7px!important}html body .bvi-body[data-bvi-size='4'] * h6,html body .bvi-body[data-bvi-size='4'] * h6 *{font-size:6px!important}html body .bvi-body[data-bvi-size='3'] *{font-size:3px!important}html body .bvi-body[data-bvi-size='3'] * h1,html body .bvi-body[data-bvi-size='3'] * h1 *{font-size:10px!important}html body .bvi-body[data-bvi-size='3'] * h2,html body .bvi-body[data-bvi-size='3'] * h2 *{font-size:9px!important}html body .bvi-body[data-bvi-size='3'] * h3,html body .bvi-body[data-bvi-size='3'] * h3 *{font-size:8px!important}html body .bvi-body[data-bvi-size='3'] * h4,html body .bvi-body[data-bvi-size='3'] * h4 *{font-size:7px!important}html body .bvi-body[data-bvi-size='3'] * h5,html body .bvi-body[data-bvi-size='3'] * h5 *{font-size:6px!important}html body .bvi-body[data-bvi-size='3'] * h6,html body .bvi-body[data-bvi-size='3'] * h6 *{font-size:5px!important}html body .bvi-body[data-bvi-size='2'] *{font-size:2px!important}html body .bvi-body[data-bvi-size='2'] * h1,html body .bvi-body[data-bvi-size='2'] * h1 *{font-size:9px!important}html body .bvi-body[data-bvi-size='2'] * h2,html body .bvi-body[data-bvi-size='2'] * h2 *{font-size:8px!important}html body .bvi-body[data-bvi-size='2'] * h3,html body .bvi-body[data-bvi-size='2'] * h3 *{font-size:7px!important}html body .bvi-body[data-bvi-size='2'] * h4,html body .bvi-body[data-bvi-size='2'] * h4 *{font-size:6px!important}html body .bvi-body[data-bvi-size='2'] * h5,html body .bvi-body[data-bvi-size='2'] * h5 *{font-size:5px!important}html body .bvi-body[data-bvi-size='2'] * h6,html body .bvi-body[data-bvi-size='2'] * h6 *{font-size:4px!important}html body .bvi-body[data-bvi-size='1'] *{font-size:1px!important}html body .bvi-body[data-bvi-size='1'] * h1,html body .bvi-body[data-bvi-size='1'] * h1 *{font-size:8px!important}html body .bvi-body[data-bvi-size='1'] * h2,html body .bvi-body[data-bvi-size='1'] * h2 *{font-size:7px!important}html body .bvi-body[data-bvi-size='1'] * h3,html body .bvi-body[data-bvi-size='1'] * h3 *{font-size:6px!important}html body .bvi-body[data-bvi-size='1'] * h4,html body .bvi-body[data-bvi-size='1'] * h4 *{font-size:5px!important}html body .bvi-body[data-bvi-size='1'] * h5,html body .bvi-body[data-bvi-size='1'] * h5 *{font-size:4px!important}html body .bvi-body[data-bvi-size='1'] * h6,html body .bvi-body[data-bvi-size='1'] * h6 *{font-size:3px!important}html body .bvi-body[data-bvi-images='true'] img{-webkit-filter:grayscale(0);filter:grayscale(0)}html body .bvi-body[data-bvi-images='false'] .bvi-img-off{border:2px dashed!important;box-sizing:border-box!important;overflow:hidden!important;max-width:100%!important;max-height:100%!important;word-wrap:break-word!important;text-align:center!important;display:flex!important;align-items:center!important;justify-content:center!important}html body .bvi-body[data-bvi-images='grayscale'] img.grayscale{filter:url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg'><filter id='grayscale'><feColorMatrix type='saturate' values='0'/></filter></svg>#grayscale");-webkit-filter:grayscale(1);filter:grayscale(1);filter:gray}html body .bvi-body[data-bvi-images='grayscale'] .bvi-div-grayscale{position:relative;display:block}html body .bvi-body[data-bvi-line-height='normal'] *{line-height:1.5!important}html body .bvi-body[data-bvi-line-height='average'] *{line-height:2!important}html body .bvi-body[data-bvi-line-height='big'] *{line-height:2.5!important}html body .bvi-body[data-bvi-letter-spacing='normal'] *{letter-spacing:0px!important}html body .bvi-body[data-bvi-letter-spacing='average'] *{letter-spacing:2px!important}html body .bvi-body[data-bvi-letter-spacing='big'] *{letter-spacing:4px!important}html body .bvi-body[data-bvi-font-family='arial'] *:not(i):not(span){font-family:Arial,sans-serif}html body .bvi-body[data-bvi-font-family='times'] *:not(i):not(span){font-family:"Times New roman"}html body .bvi-body[data-bvi-flash-iframe='true'] iframe,html body .bvi-body[data-bvi-flash-iframe='true'] video,html body .bvi-body[data-bvi-flash-iframe='true'] figure{display:block}html body .bvi-body[data-bvi-flash-iframe='false'] iframe,html body .bvi-body[data-bvi-flash-iframe='false'] video,html body .bvi-body[data-bvi-flash-iframe='false'] figure{display:none}#pagewrap>header>hgroup>div.up>div.logo_vtb>svg>rect{fill:rgb(10,41,115)!important}#pagewrap>header>hgroup>div.up>div.logo_vtb>svg>g>path{fill:#ffffff!important}#pagewrap>header>hgroup>div.down>nav:nth-child(3)>div>div:nth-child(1)>div.logo_vtb_mb>svg>rect{fill:rgb(10,41,115)!important}#pagewrap>header>hgroup>div.down>nav:nth-child(3)>div>div:nth-child(1)>div.logo_vtb_mb>svg>g>path{fill:#ffffff!important}.bvi-body #pagewrap>header>hgroup>div.up>div.leng_n_inet>a:before{left:60px}.bvi-body #pagewrap #contents>div>section.blocks-slider-section>div>div.blocks-slider.slick-initialized.slick-slider>button.slick-prev.slick-arrow.slick-disabled{background:unset!important;background-image:url(/small-business/images/icons/disabled-left.svg)!important;color:transparent!important}.bvi-body #pagewrap #contents>div>section.blocks-slider-section>div>div.blocks-slider.slick-initialized.slick-slider>button.slick-prev.slick-arrow{background:unset!important;background-image:url(/small-business/images/icons/active-left.svg)!important;color:transparent!important}.bvi-body #pagewrap #contents>div>section.blocks-slider-section>div>div.blocks-slider.slick-initialized.slick-slider>button.slick-next.slick-arrow.slick-disabled{background:unset!important;background-image:url(/small-business/images/icons/disabled-right.svg)!important;color:transparent!important}.bvi-body #pagewrap #contents>div>section.blocks-slider-section>div>div.blocks-slider.slick-initialized.slick-slider>button.slick-next.slick-arrow{background:unset!important;background-image:url(/small-business/images/icons/active-right.svg)!important;color:transparent!important}.bvi-body .container-sm-item-container .container-sm a:hover{background-color:none!important}.bvi-body .container-sm-item-container:hover{background-color:none!important;fill:none!important}.bvi-body .container-sm-item{overflow:hidden}html body .bvi-body[data-bvi-theme='white'] * a:hover,html body .bvi-body[data-bvi-theme='white'] * label:hover{background-color:unset!important;color:black!important}html body .bvi-body[data-bvi-theme='white'] * a:hover *,html body .bvi-body[data-bvi-theme='white'] * label:hover *{background-color:unset!important;color:black!important}
/* End */


/* Start:/local/templates/.default/js/bvi/css/bvi-font.min.css?15628354561612*/
.bvi-icon{-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;display:inline-block;font-style:normal;font-variant:normal;text-rendering:auto;line-height:1}.bvi-lg{font-size:1.33333em;line-height:.75em;vertical-align:-.0667em}.bvi-xs{font-size:.75em !important}.bvi-sm{font-size:.875em !important}.bvi-1x{font-size:1em !important}.bvi-2x{font-size:2em !important}.bvi-3x{font-size:3em !important}.bvi-4x{font-size:4em !important}.bvi-5x{font-size:5em !important}.bvi-6x{font-size:6em !important}.bvi-7x{font-size:7em !important}.bvi-8x{font-size:8em !important}.bvi-9x{font-size:9em !important}.bvi-10x{font-size:10em !important}.bvi-font:before{content:"\f031"}.bvi-plus:before{content:"\f067"}.bvi-minus:before{content:"\f068"}.bvi-circle:before{content:"\f111"}.bvi-circle-notch:before{content:"\f1ce"}.bvi-adjust:before{content:"\f042"}.bvi-volume-up:before{content:"\f028"}.bvi-volume-off:before{content:"\f026"}.bvi-cogs:before{content:"\f085"}.bvi-low-vision:before{content:"\f2a8"}.bvi-chevron-circle-up:before{content:"\f139"}.bvi-eye:before{content:"\f06e"}.bvi-sync-alt:before{content:"\f2f1"}.bvi-times-circle:before{content:"\f057"}.bvi-bolt:before{content:"\f0e7"}@font-face{font-family:'Font Awesome 5 Free';font-style:normal;font-weight:900;font-display:auto;src:url("/local/templates/.default/js/bvi/css/../fonts/fa-solid-900.eot");src:url("/local/templates/.default/js/bvi/css/../fonts/fa-solid-900.eot?#iefix") format("embedded-opentype"),url("/local/templates/.default/js/bvi/css/../fonts/fa-solid-900.woff2") format("woff2"),url("/local/templates/.default/js/bvi/css/../fonts/fa-solid-900.woff") format("woff"),url("/local/templates/.default/js/bvi/css/../fonts/fa-solid-900.ttf") format("truetype")}.bvi-icon{font-family:'Font Awesome 5 Free';font-weight:900}
/* End */


/* Start:/local/templates/.default/components/bitrix/menu/top_submenu_new/style.css?155920638325660*/

.flex-between {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.flex-center {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.padding {
    padding: 2.8125rem 3.4375rem;
}
.cube > div {
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
}
.footer-wraper {
    position: relative !important;
}
.clear-footer-wraper {
    clear: none;
    height: 30px !important;
    margin-top: 0;
}
#contents .site-container.main-container a {
    text-decoration: none;
}

#top-menu {
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
}
.site-container {
    max-width: 1100px;
    width: 100%;
    min-width: 300px;
    margin: 0 auto;
}
.main-container {
    background-color: #fff;
    padding-bottom: 0rem;
}









/*****/

.logo_vtb_mb {
    float: left;
    width: 95px;
    position: relative;
    margin-top: -41px;
    /*padding-right: 20px;*/
}

.logo_vtb_img_mb {
    height: 100%;
    width: 75px;
    margin-top: 5px;
}


.b-navigation {
    display: table;
    width: 100%;
    position: relative;
    -webkit-column-count: auto;
    column-count: auto;
}
.b-navigation__element {
    display: table-cell;
    padding: 0.625rem 0rem;
    text-align: center;
    background-color: #04777d;
}
.b-navigation__element:first-child{
    padding-left: 15px;
    border-bottom-left-radius: 3px
}
.b-navigation__element--campaign{
    background-color: #e75121;
    border-bottom-right-radius: 3px}
.b-navigation__link {
    display: block;
    border-right: 1px solid #3e8c8f;
    font-size: 1rem;
    text-decoration: none;
    color: #fff;
}
.b-navigation__link:hover,
.b-navigation__link:focus,
.b-navigation__link:active {
    color: #fff;
}
.b-navigation__element:hover .b-navigation-submenu {
    display: block;
}.b-navigation__element--notChild:hover .b-navigation-submenu {
     display: none;
 }
.b-navigation-submenu {
    position: absolute;
    z-index: 999;
    background-color: #fff;
    border: 1px solid #148785;
    text-align: left;
    left: 0px;
    margin-top: 10px;
    border-radius: 5px;
    display: none;
    width: 100%;
    padding: 1.2375rem 1.6rem;
}
.b-navigation-submenu:before{
    display: block;
    width: 100%;
    left:0px;
    top:-10px;
    height: 10px;
    position: absolute;
    content: '';

}
.b-navigation-submenu__col {
    width: 33%;
    float: left;
}
.b-navigation-submenu:after {
    display: block;
    clear: both;
    content: "";
}
.b-navigation-submenu__title {
    color: #353535;
    display: block;
    font-weight: 400;
    font-size: 1rem;

}
.b-navigation-submenu__title.new:after {
    content: ' ';
    display: inline-block;
    position: relative;
    background-image: url(/local/templates/.default/css/images/new.png);
    width: 31px;
    height: 10px;
    top: -3px;
    left: 3px;
}
.b-navigation-submenu__link.new:after {
    content: ' ';
    display: inline-block;
    position: relative;
    background-image: url(/local/templates/.default/css/images/new.png);
    width: 31px;
    height: 10px;
    top: -3px;
    left: 3px;
}
.b-navigation-submenu__item {
    padding-top: .3rem;
    padding-bottom: .5rem;
}
.b-navigation-submenu__link {
    margin-bottom: .1rem;
    display: block;
    font-size: .88em;
}
.b-navigation-submenu__element {
    margin-bottom: .5rem;
    padding-right: 5px;
}
/******/

hgroup .down{
    font-weight: 300;
}
.b-navigation__element:hover .b-navigation-submenu{
    box-sizing: border-box;
}

/*mobile styles*/

.flex-between {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.flex-center {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
@font-face {
    font-family: 'FontAwesome';
    src: url('/local/templates/.default/css/fontAwesome/fontawesome-webfont.eot?v=4.7.0');
    src: url('/local/templates/.default/css/fontAwesome/fontawesome-webfont.eot?#iefix&v=4.7.0') format('embedded-opentype'), url('/local/templates/.default/css/fontAwesome/fontawesome-webfont.woff2?v=4.7.0') format('woff2'), url('/local/templates/.default/css/fontAwesome/fontawesome-webfont.woff?v=4.7.0') format('woff'), url('/local/templates/.default/css/fontAwesome/fontawesome-webfont.ttf?v=4.7.0') format('truetype'), url('/local/templates/.default/css/fontAwesome/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular') format('svg');
    font-weight: normal;
    font-style: normal;
}
html {
    font-size: 16px;
    font-family: 'Roboto', sans-serif;
}
.b-hamburger {
    background: #fff;
    padding: 8px 8px;
    display: inline-block;
    cursor: pointer;
    -webkit-transition-property: opacity, -webkit-filter;
    transition-property: opacity, -webkit-filter;
    transition-property: opacity, filter;
    transition-property: opacity, filter, -webkit-filter;
    -webkit-transition-duration: 0.15s;
    transition-duration: 0.15s;
    -webkit-transition-timing-function: linear;
    transition-timing-function: linear;
    font: inherit;
    color: inherit;
    text-transform: none;
    border: 0;
    margin: 0;
    overflow: visible;
}
.hamburger:hover {
    opacity: 0.7;
}
.b-hamburger__box {
    width: 22px;
    height: 14px;
    display: inline-block;
    position: relative;
}
.b-hamburger__inner {
    display: block;
    top: 50%;
    margin-top: -2px;
}
.b-hamburger__inner,
.b-hamburger__inner::before,
.b-hamburger__inner::after {
    width: 22px;
    height: 2px;
    background-color: #00717b;
    border-radius: 4px;
    position: absolute;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    -webkit-transition-duration: 0.15s;
    transition-duration: 0.15s;
    -webkit-transition-timing-function: ease;
    transition-timing-function: ease;
}
.b-hamburger__inner::before,
.b-hamburger__inner::after {
    content: "";
    display: block;
}
.b-hamburger__inner::before {
    top: -5px;
    -webkit-transition: background-color 0s 0.13s linear;
    transition: background-color 0s 0.13s linear;
}
.b-hamburger__inner::after {
    bottom: -5px;
    -webkit-transition: background-color 0s 0.13s linear;
    transition: background-color 0s 0.13s linear;
}
.b-hamburger--spring .b-hamburger__inner {
    top: 2px;
    -webkit-transition: background-color 0s 0.13s linear;
    transition: background-color 0s 0.13s linear;
}
.b-hamburger--spring .b-hamburger__inner::before {
    top: 8px;
    -webkit-transition: top 0.1s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), -webkit-transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
    transition: top 0.1s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), -webkit-transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
    transition: top 0.1s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
    transition: top 0.1s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19), -webkit-transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.b-hamburger--spring .b-hamburger__inner::after {
    top: 16px;
    -webkit-transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), -webkit-transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
    transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), -webkit-transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
    transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
    transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19), -webkit-transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.b-hamburger--spring.is-active .b-hamburger__inner {
    -webkit-transition-delay: 0.22s;
    transition-delay: 0.22s;
    background-color: transparent;
}
.b-hamburger--spring.is-active .b-hamburger__inner::before {
    top: 0;
    -webkit-transition: top 0.1s 0.15s cubic-bezier(0.33333, 0, 0.66667, 0.33333), -webkit-transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: top 0.1s 0.15s cubic-bezier(0.33333, 0, 0.66667, 0.33333), -webkit-transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: top 0.1s 0.15s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: top 0.1s 0.15s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(0, 7px, 0) rotate(45deg);
    transform: translate3d(0, 7px, 0) rotate(45deg);
    background: #fff;
}
.b-hamburger--spring.is-active .b-hamburger__inner::after {
    top: 0;
    -webkit-transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), -webkit-transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), -webkit-transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(0, 7px, 0) rotate(-45deg);
    transform: translate3d(0, 7px, 0) rotate(-45deg);
    background: #fff;
}
.b-mheader {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    color: #0e717a;
    font-family: 'Roboto', sans-serif;
    font-size: 0.75rem;
    font-weight: 300;
    line-height: 1.125rem;
    padding: 0 15px;
}
.b-mheader__wrapper {
    padding: .5rem 1rem;
    position: relative;
    width: auto;
    background: #f7f7f7;
}
.b-mheader__container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: auto;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.b-mheader__container--right {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.hidden-xxs {
    display: none;
}
.b-mheader-city {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
    margin-bottom: 18px;
}
.b-mheader-city__link {
    color: #e75121;
    /*border-bottom: 1px dotted #e75121;*/
}
.b-mheader-logo {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    margin-right: 0.75rem;
    margin-bottom: 20px;
}
.b-mheader-logo__pix {
    width: 136px;
}
.b-mheader-lang {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4;
}
.b-mheader-lang__icon {
    margin-left: 0.5rem;
}
.b-mheader-bar {
    -webkit-box-flex: 2;
    -ms-flex: 2 0 auto;
    flex: 2 0 auto;
    margin-bottom: 20px;
    width: calc(100% + 50px);
    display: flex;
}
.b-mheader-bar__link {
    color: #0e717a;
    font-family: 'Roboto', sans-serif;
    font-size: 0.875rem;
    font-weight: 300;
    line-height: 1.125rem;
    margin-right: 1rem;
}
.b-mheader-menu {
    margin-bottom: 15px;
}
.b-mheader-phone {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5;
    white-space: nowrap;
    vertical-align: middle;
}
.b-mheader-phone__icon {
    margin-right: 10px;
    vertical-align: middle;
}
.b-mmenu__link {
    position: relative;
    z-index: 1010;
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease;
}
.b-mmenu__link.is-active {
    background-color: #00717b;
    position: fixed;
    right: 15px;
    top: 10px;
}
.b-dropMenu {
    position: fixed;
    top: 0px;
    left: 0px;
    -webkit-transition: .4s ease;
    transition: .4s ease;
    background: #f7f7f7;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    height: 100vh;
    z-index: 100;
    -webkit-transform: translate(-100%);
    transform: translate(-100%);
}
.b-dropMenu__wrapper {
    background-color: #fff;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
}
.b-dropMenu__content {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 50%;
    flex: 1 0 50%;
    overflow: hidden;
    overflow-y: auto;
}
.b-dropMenu__icon {
    display: block;
}
.b-dropMenu__icon svg {
    width: 36px;
    height: 36px;
}
.b-dropMenu__icon path {
    -webkit-transition: .3s ease;
    transition: .3s ease;
    fill: #00717b;
}
.b-dropMenu__element--active path {
    fill: #fff;
}
.b-dropMenu__col {
    width: 7.375rem;
    border-right: 1px solid #f1f1f1;
    overflow-y: auto;
    min-width: 7.375rem;
    padding-bottom: 60px;
}
.b-dropMenu__element {
    padding: 0.875rem 0.625rem;
    -webkit-transition: .3s ease;
    transition: .3s ease;
    background-color: #fff;
}
.b-dropMenu__element--active {
    background-color: #ff5116;
}
.b-dropMenu__link {
    color: #0e717a;
    font-family: 'Roboto', sans-serif;
    font-size: 0.688rem;
    font-weight: 400;
}
.b-dropMenu__element--active .b-dropMenu__link {
    color: #fff;
}
.b-dropMenu--open {
    -webkit-transform: translate(0%);
    transform: translate(0%);
}
.b-dropMenu__isParent:after {
    content: '';
    display: block;
    min-width: .5rem;
    width: .5rem;
    height: .5rem;
    border-top: 1px solid;
    border-right: 1px solid;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
.b-dropMenu-search {
    padding: 0.625rem 3.75rem 0.625rem 0.75rem;
}
.b-dropMenu-search__input {
    padding: 0.5rem 0.5rem 0.5rem 1.5625rem;
    width: 100%;
    border: 0px;
    background-color: transparent;
    outline: none;
    color: #0e717a;
    font-size: 0.75rem;
    font-weight: 400;
    line-height: 1.125rem;
    background: url(/local/templates/.default/images/serach-icon.png) no-repeat 0% 50%;
}
.b-dropMenu-search__input::-webkit-input-placeholder {
    color: #00717b;
}
.b-dropMenu-search__input:-ms-input-placeholder {
    color: #00717b;
}
.b-dropMenu-search__input::-ms-input-placeholder {
    color: #00717b;
}
.b-dropMenu-search__input::placeholder {
    color: #00717b;
}
.b-secondMenu {
    -webkit-perspective: 10px;
    perspective: 10px;
    position: relative;
    width: 100%;
    display: none;
    -webkit-transition: .3s ease;
    transition: .3s ease;
    -webkit-animation-duration: .3s;
    animation-duration: .3s;
}
.b-secondMenu__item {
    display: block;
    border: 1px solid #f1f1f1;
}

.b-secondMenu__link {
    padding: 1rem;
    display: block;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.b-secondMenu__link--enter {
    display: flex;
    align-items: center;
    justify-content: flex-start;
}
.b-secondMenu__link--enter:before {
    display: inline-block;
    content: "";
    margin-right: 10px;
    width: 20px;
    height: 20px;
    background: url(/local/templates/.default/images/arrow.svg) no-repeat 50% / cover;
}
.b-secondMenu--active {
    display: block;
    -webkit-animation-name: flip;
    animation-name: flip;
}
.b-secondMenu--slide {
    -webkit-transform: translate(-100%);
    transform: translate(-100%);
}
.b-lastMenu {
    position: absolute;
    left: 100%;
    width: 100%;
    display: none;
    top: 0;
}
.b-lastMenu--active {
    display: block;
}
.b-lastMenu__item {
    display: block;
    border: 1px solid #f1f1f1;
    width: auto;
}
.b-lastMenu__link {
    padding: 1rem;
    display: block;
}
.b-lastMenu__link--back {
    font-weight: 500;
    font-size: 0.8rem;
}
.b-lastMenu__link--back:before {
    content: '';
    display: inline-block;
    vertical-align: middle;
    margin-right: .5rem;
    width: .4rem;
    height: .4rem;
    border-top: 1px solid;
    border-left: 1px solid;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
.b-dropMenu-footer {
    padding: 1rem;
    padding-bottom: 60px;
}
.b-dropMenu-footer__phonelink {
    color: #e5522d;
    font-weight: 300;
    line-height: 1.125rem;
    vertical-align: middle;
    margin-left: .7rem;
    font-size: 0.875rem;
    font-weight: 400;
}
.b-dropMenu-footer__phone {
    margin-bottom: .6rem;
}
.b-dropMenu-footer__link {
    margin-bottom: .6rem;
    color: #0e717a;
    display: block;
    text-decoration: none;
    font-weight: 300;
}
.b-dropMenu-footer__linkgray {
    color: #898989;
}
.b-footer {
    background-color: #00717b;
    padding: 1.1875rem;
    font-size: 0.75rem;
    font-weight: 300;
    line-height: 1.125rem;
    color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.b-footer .b-footer__infolink {
    color: #fff;
    display: inline-block;
    border-bottom: 1px dotted;
    margin: 1.625rem 0 1.2rem;
}
.b-footer__line--links {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.b-footer__cont {
    margin-right: 1.6875rem;
}
.b-footer__subtitle {
    margin-bottom: 0.625rem;
}
.b-footer__container--right {
    display: none;
}
.b-footer-spoiler {
    padding-bottom: 1rem;
}
.b-footer-spoiler__list {
    display: none;
}
.b-footer-spoiler__link {
    color: #fff;
    display: block;
    margin-bottom: .6rem;
}
.b-footer-img__img {
    width: 4.125rem;
    min-width: 4.125rem;
}
.b-footer-copy {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.b-footer-copy__img {
    margin-left: 1rem;
    text-align: right;
}
.b-footer-social {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.b-footer-social__link {
    color: #00717b;
    display: inline-block;
    background-color: #fff;
    line-height: 1.73rem;
    font-size: 0.625rem;
    margin-right: 5px;
    height: 1.75rem;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 3px;
    width: 1.75rem;
    text-align: center;
    font-weight: 400;
}
.b-footer-social__link:before {
    display: inline-block;
    font-size: .7rem;
    display: inline;
    font-family: FontAwesome;
}
.b-footer-social__link--vk:before {
    content: "\f189";
}
.b-footer-social__link--fb:before {
    content: "\f09a";
}
.b-footer-social__link--ok:before {
    content: "\f263";
}
.b-footer-download {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.b-footer-download__link {
    color: #00717b;
    display: inline-block;
    padding: 0 0.6875rem;
    background-color: #fff;
    line-height: 1.73rem;
    font-size: 0.625rem;
    height: 1.75rem;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 3px;
    margin-right: 5px;
    font-weight: 400;
}
.b-footer-download__link:before {
    display: inline-block;
    font-size: .7rem;
    display: inline;
    margin-right: .3rem;
    font-family: FontAwesome;
}
.b-footer-download__link:hover,
.b-footer-download__link:active,
.b-footer-download__link:focus {
    color: #00717b;
}
.b-footer-download__link--apple:before {
    content: "\f179";
}
.b-footer-download__link--google:before {
    content: "\f04b";
}
@-webkit-keyframes flip {
    0% {
        opacity: 0;
        -webkit-transform: rotateX(0deg);
        transform: rotateX(0deg);
    }
    50% {
        -webkit-transform: rotateX(90deg);
        transform: rotateX(90deg);
    }
    100% {
        -webkit-transform: rotateX(0deg);
        transform: rotateX(0deg);
        opacity: 1;
    }
}
@keyframes flip {
    0% {
        opacity: 0;
        -webkit-transform: rotateX(0deg);
        transform: rotateX(0deg);
    }
    50% {
        -webkit-transform: rotateX(90deg);
        transform: rotateX(90deg);
    }
    100% {
        -webkit-transform: rotateX(0deg);
        transform: rotateX(0deg);
        opacity: 1;
    }
}
@media (min-width: 480px) {
    .b-footer__container--right {
        display: block;
    }
    .b-footer-copy__img {
        display: none;
    }
    .b-dropMenu__col {
        width: 9.563rem;
        min-width: 9.563rem;
    }
    .b-dropMenu__element {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
    .b-dropMenu__icon {
        margin-right: .8rem;
    }
    .hidden-xxs {
        display: block;
    }
    .hidden-xs {
        display: none;
    }
    .b-mheader__container--right {
        -webkit-box-align: baseline;
        -ms-flex-align: baseline;
        align-items: baseline;
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
    }
    .b-mheader-lang {
        -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
        order: 0;
        -webkit-box-flex: 1;
        -ms-flex: 1 0 auto;
        flex: 1 0 auto;
    }
    .b-mheader-phone {
        -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
        order: 5;
        width: 100%;
        text-align: right;
    }
}
@media (min-width: 720px) {
    .b-dropMenu__col {
        width: 10.5rem;
        min-width: 10.5rem;
    }
    .b-mheader__container {
        -webkit-box-flex: 1;
        -ms-flex: 1 0 auto;
        flex: 1 0 auto;
    }
    .hidden-sm {
        display: none;
    }
    .visible-sm {
        display: block;
    }
    .b-mheader-phone {
        width: auto;
        -webkit-box-flex: 1;
        -ms-flex: 1 0 auto;
        flex: 1 0 auto;
        -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
        order: 0;
        text-align: left;
    }
}
.b-hellobar {
    max-width: 1100px;
    margin: auto;
    color: #fff;
    padding: 0 .5rem;
}
.b-hellobar__wrapper {
    width: 100%;
    background-color: #00717b;
}
.b-hellobar-city {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.b-hellobar-city__title {
    margin-right: 1.5rem;
    font-size: 0.8rem;
}
.b-hellobar-city__link {
    color: #fff;
    margin: .5rem;
    font-size: .6rem;
    padding: .1rem .5rem;
    -webkit-transition: .3s;
    transition: .3s;
    border: 1px solid transparent;
    white-space: nowrap;
    display: inline-block;
}
.b-hellobar-city__link--active {
    border: 1px solid #fff;
}
.b-hellobar-city__link:hover {
    border: 1px solid #fff;
    color: #00717b;
    background-color: #fff;
}
.b-hellobar-city__list {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
}
@media (min-width: 1001px) {
    .b-mheader {
        display: none;
    }
    .b-footer {
        display: none;
    }
}
@media (max-width: 1001px) {
    hgroup .up, #dsct_menu, .b-navigation{
        display: none !important;
    }
}
.select-city{
    border-bottom: 1px dotted #e75121 !important;
}
#sel-city{
    z-index: 1020 !important;
}
.cc-select-field {
    z-index: 51 !important;/**не надо так**/
}
.calc-section__column{
    z-index: 2;
}
.b-navigation-submenu{
    /*z-index: 7 !important;*/
}
.icon-phone{
    box-sizing: content-box !important;
}
.action-reg__menu{
    font-size: 14px !important;
    font-weight: 700;
    color: #00717b;
    border: 2px dashed #e75121;
    padding: 5px;
    display: inline-block !important;
    margin-top: 30px;
    width: 45%;
    position: relative;
    text-align: center;
}
.b-hellobar__wrapper {
    width: 100%;
    background-color: #00717b;
}
.b-hellobar {
    max-width: 1100px;
    margin: auto;
    color: #fff;
    padding: 0 .5rem;
}
.b-hellobar-city {
    display: flex;
    align-items: center;
}
.b-hellobar-city__title {
    margin-right: 1.5rem;
    font-size: 0.8rem;
}
.b-hellobar-city__list {
    flex: 1 0 auto;
}
.b-hellobar-city__link {
    color: #fff;
    margin: .5rem;
    font-size: .6rem;
    padding: .1rem .5rem;
    transition: .3s;
    border: 1px solid transparent;
    white-space: nowrap;
    display: inline-block;
}
.b-hellobar-city__link--active {
    border: 1px solid #fff;
}
.b-hellobar-city__link {
    color: #fff;
    margin: .5rem;
    font-size: .6rem;
    padding: .1rem .5rem;
    transition: .3s;
    border: 1px solid transparent;
    white-space: nowrap;
    display: inline-block;
    cursor: pointer;
}
.b-hellobar-city__link.select-city{
    border-bottom: none !important;
    
}
/* End */


/* Start:/local/templates/.default/components/bitrix/menu/mtopmenu/style.css?14661681541404*/
.bottom-menu{
    margin:0;
    padding: 0px 35px 0px 35px;
    list-style:none;
    text-align: justify;
/* Обнуляем для родителя*/
    line-height: 0;
    font-size: 1px; /* 1px для Opera */
/* Лекарство для IE6-7*/
    text-justify: newspaper;
    zoom:1;
/* Включаем в работу последнюю строку*/
    text-align-last: justify;
    background-color: #148785;
    border-bottom: 3px solid #175c5f;
    border-radius: 0 0 10px 10px;
    -moz-border-radius: 0 0 10px 10px;
    -webkit-border-radius: 0 0 10px 10px;
    behavior: url(/local/templates/.default/components/bitrix/menu/mtopmenu/border-radius.htc);
    font-weight: 400;
}
.bottom-menu:after{
    width: 100%;
    height: 0px;
    visibility: hidden;
    overflow: hidden;
    content: '';
    display: inline-block;
}
.bottom-menu > li{
    display: inline-block;
    line-height: normal;
    vertical-align: top;
    border-right: 1px solid #175c5f;
    padding: 10px 30px 10px 0;
    font-size: 16px;
}
.bottom-menu > li:last-child{
    border-right: none;
}
.bottom-menu > li a{
    font-size: 1em;
    text-decoration: none;
    color: #fff;
}
@media screen and (max-width: 980px){
    .bottom-menu > li{
        font-size: 12px;
    }
}
@media screen and (max-width: 767px) {
    .bottom-menu{
        padding: 0px 10px 0px 10px;
        text-align: center;
    }
    .bottom-menu > li{
        padding: 10px 15px 10px 15px;
    }
}
/* End */


/* Start:/local/templates/.default/components/bitrix/menu/mtopmenu_new/style.css?15628354568295*/
.b-footer {
    background-color: #00717b;
    padding: 1.1875rem;
    font-size: 0.75rem;
    font-weight: 300;
    line-height: 1.125rem;
    color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.b-footer .b-footer__infolink {
    color: #fff;
    display: inline-block;
    border-bottom: 1px dotted;
    margin: 1.625rem 0 1.2rem;
}
.b-footer__line--links {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.b-footer__cont {
    margin-right: 0.6875rem;
}
.b-footer__subtitle {
    margin-bottom: 0.625rem;
}
.b-footer__container--right {
    display: none;
}
.b-footer-spoiler {
    padding-bottom: 1rem;
}
.b-footer-spoiler__list {
    display: none;
}
.b-footer-spoiler__link {
    color: #fff;
    display: block;
    margin-bottom: .6rem;
}
.b-footer-img__img {
    width: 4.125rem;
    min-width: 4.125rem;
}
.b-footer-copy {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.b-footer-copy__img {
    margin-left: 1rem;
    text-align: right;
}
.b-footer-social {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.b-footer-social__link {
    color: #00717b;
    display: inline-block;
    background-color: #fff;
    line-height: 1.73rem;
    font-size: 0.625rem;
    margin-right: 5px;
    height: 1.75rem;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 3px;
    width: 1.75rem;
    text-align: center;
    font-weight: 400;
}
.b-footer-social__link:before {
    display: inline-block;
    font-size: .7rem;
    display: inline;
    font-family: FontAwesome;
}
.b-footer-social__link--vk:before {
    content: "\f189";
}
.b-footer-social__link--fb:before {
    content: "\f09a";
}
.b-footer-social__link--ok:before {
    content: "\f263";
}
.b-footer-social__link--inst:before {
    content: "\f16d";
}
.b-footer-download {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.b-footer-download__link {
    color: #00717b;
    display: inline-block;
    padding: 0 0.6875rem;
    background-color: #fff;
    line-height: 1.73rem;
    font-size: 0.625rem;
    height: 1.75rem;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 3px;
    margin-right: 5px;
    font-weight: 400;
}
.b-footer-download__link:before {
    display: inline-block;
    font-size: .7rem;
    display: inline;
    margin-right: .3rem;
    font-family: FontAwesome;
}
.b-footer-download__link:hover,
.b-footer-download__link:active,
.b-footer-download__link:focus {
    color: #00717b;
}
.b-footer-download__link--apple:before {
    content: "\f179";
}
.b-footer-download__link--google:before {
    content: "\f04b";
}
@-webkit-keyframes flip {
    0% {
        opacity: 0;
        -webkit-transform: rotateX(0deg);
        transform: rotateX(0deg);
    }
    50% {
        -webkit-transform: rotateX(90deg);
        transform: rotateX(90deg);
    }
    100% {
        -webkit-transform: rotateX(0deg);
        transform: rotateX(0deg);
        opacity: 1;
    }
}
@keyframes flip {
    0% {
        opacity: 0;
        -webkit-transform: rotateX(0deg);
        transform: rotateX(0deg);
    }
    50% {
        -webkit-transform: rotateX(90deg);
        transform: rotateX(90deg);
    }
    100% {
        -webkit-transform: rotateX(0deg);
        transform: rotateX(0deg);
        opacity: 1;
    }
}
@media (min-width: 480px) {
    .b-footer__container--right {
        display: block;
    }
    .b-footer-copy__img {
        display: none;
    }
    .b-dropMenu__col {
        width: 9.563rem;
        min-width: 9.563rem;
    }
    .b-dropMenu__element {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
    .b-dropMenu__icon {
        margin-right: .8rem;
    }
    .hidden-xxs {
        display: block;
    }
    .hidden-xs {
        display: none;
    }
    .b-mheader__container--right {
        -webkit-box-align: baseline;
        -ms-flex-align: baseline;
        align-items: baseline;
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
        max-width: 500px !important;
    }
    .b-mheader-lang {
        -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
        order: 0;
        -webkit-box-flex: 1;
        -ms-flex: 1 0 auto;
        flex: 1 0 auto;
    }
    .b-mheader-phone {
        -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
        order: 5;
        width: 100%;
        text-align: right;
    }
}

@media (min-width: 720px) {
    .b-dropMenu__col {
        width: 10.5rem;
        min-width: 10.5rem;
    }
    .b-mheader__container {
        -webkit-box-flex: 1;
        -ms-flex: 1 0 auto;
        flex: 1 0 auto;
        max-width: 400px;
    }
    .hidden-sm {
        display: none;
    }
    .visible-sm {
        display: block;
    }
    .b-mheader-phone {
        width: auto;
        -webkit-box-flex: 1;
        -ms-flex: 1 0 auto;
        flex: 1 0 auto;
        -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
        order: 0;
        text-align: left;
    }
}
.b-hellobar {
    max-width: 1100px;
    margin: auto;
    color: #fff;
    padding: 0 .5rem;
}
.b-hellobar__wrapper {
    width: 100%;
    background-color: #00717b;
}
.b-hellobar-city {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.b-hellobar-city__title {
    margin-right: 1.5rem;
    font-size: 0.8rem;
}
.b-hellobar-city__link {
    color: #fff;
    margin: .5rem;
    font-size: .6rem;
    padding: .1rem .5rem;
    -webkit-transition: .3s;
    transition: .3s;
    border: 1px solid transparent;
    white-space: nowrap;
    display: inline-block;
}
.b-hellobar-city__link--active {
    border: 1px solid #fff;
}
.b-hellobar-city__link:hover {
    border: 1px solid #fff;
    color: #00717b;
    background-color: #fff;
}
.b-hellobar-city__list {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
}
@media (min-width: 1001px) {
    .b-mheader {
        display: none;
    }
    .b-footer {
        display: none;
    }
}
@media (max-width: 1001px) {
    .bottom-menu {
        background-color: #FFFFFF !important;
    }

    .vert-line {
    display: none !important;
    }

    .bottom-menu > li a {
        color: #00717b !important;
    }

    .footer-content {
        display: none;
    }

    .nadfooter {
        display: none;
    }
    .bottom-menu-wraper, .footer-content{
        /*display: none;*/
    }
    #footer {
        padding-bottom: 0px !important;
        margin-bottom: -22px;
    }
}

@media (max-width: 720px) {
    .bottom-menu{
        background-color: #ffffff !important;
    }

    .bottom-menu > li a {
        color: #00717b;
    }

    #footer #mbottom .bottom-menu-wraper {
        padding: 0;
    }

    #footer #mbottom .bottom-menu-wraper ul.bottom-menu > li {
        text-align-last: center;
        text-align: center;
        height: 40px;
        line-height: 40px;
        font-size: 14px;
        width: 50%;
        padding: 0 !important;
    }
    #footer #mbottom .bottom-menu-wraper ul.bottom-menu > li:first-child {
        border-top: 1px solid #fff;
    }
}

@media (max-width: 510px) {
    .info-nav-item-right p {
        display: none;
    }
    .info-nav-item-right h3 {
        font: 500 18px/18px 'Roboto', sans-serif;
    }

    #contents .info-contact-nav-item {
        display: flex;
    }

    .icni-left {
        width: 15%;
        text-align: left;
    }

    .icni-left img {
        margin-left: unset;
    }

    .icni-right {
        text-align: left;
        width: 85%;
    }

    .icni-right h3 {
        font: 300 16px/16px 'Roboto', sans-serif;
        padding-left: 20px;
    }

    .icni-right p {
        display: none;
    }
}


/* End */


/* Start:/local/templates/.default/components/custom/currency.rates/footer_curse/style.css?1466168157502*/
table.footer_curse td {
	padding: 0px 10px 0 0px;
	font-size: 0.85em;
	color: #a1a1a1;
}
table.footer_curse td .black {
	color: #2D2D2D;
}
table.footer_curse td .bold {
	font-weight: bold;
}
table.footer_curse td a{
	color: #a1a1a1;
}
table.footer_curse td a:hover{
	text-decoration: none;
	color: #da511f;
}
table.footer_curse {
	position: relative;
	top: 10px;
	margin-bottom: 5px;
}

@media screen and (max-width:570px) {
    table.footer_curse{
        width: 100%;
        font-size: 10px;
    }
}
/* End */


/* Start:/local/templates/.default/components/custom/formsCombainer/online_consultation/css/chosen_for_form.css?149492141412865*/
#succefull .chosen-container {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  font: 100%/100% 'Roboto', sans-serif;
  font-size: 14px;
  font-weight: 300;
  color: #808080;
  zoom: 1;
  *display: inline;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  background: none;
  text-align: left;
  border: none;
  box-shadow: none;
  border-radius: none;
}
#succefull .chosen-container .chosen-drop {
  position: absolute;
  top: 100%;
  left: -9999px;
  z-index: 1010;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  border: none;
  border-top: 0;
  background: #fff;
  box-shadow: none;
}
#succefull .chosen-container.chosen-with-drop .chosen-drop {
  left: 0;
}
#succefull .chosen-container a {
  cursor: pointer;
}

/* @end */
/* @group Single Chosen */
#succefull .chosen-container-single .chosen-single {
  position: relative;
  display: block;
  overflow: hidden;
  padding: 0 0 0 18px;
  height: 46px;
  background-color: none;
  background: none;
  background-clip: none;
  white-space: nowrap;
  line-height: 24px;
  text-decoration: none !important;
  color: #808080;
  border: 1px solid #dcdcdc;
  box-shadow: inset 0 0 8px rgba(0, 0, 0, 0.1);
  border-radius: 3px;
}
#succefull .chosen-container-single .chosen-default {
  text-decoration: none !important;
  color: #808080;
  border: 1px solid #dcdcdc;
  box-shadow: inset 0 0 8px rgba(0, 0, 0, 0.1);
  border-radius: 3px;
}
#succefull .chosen-container-single .chosen-single span {
  line-height: 46px;
  display: block;
  overflow: hidden;
  margin-right: 26px;
  text-overflow: ellipsis;
  white-space: nowrap;
}
#succefull .this_complete .chosen-container-single .chosen-single span{
  margin-right: 60px;
}
#succefull .chosen-container-single .chosen-single-with-deselect span {
  margin-right: 38px;
}
#succefull .chosen-container-single .chosen-single abbr {
  position: absolute;
  top: 6px;
  right: 26px;
  display: block;
  width: 12px;
  height: 12px;
  background: url('/local/templates/.default/components/custom/formsCombainer/online_consultation/css/chosen-sprite.png') -42px 1px no-repeat;
  font-size: 1px;
}
#succefull .chosen-container-single .chosen-single abbr:hover {
  background-position: -42px -10px;
}
#succefull .chosen-container-single.chosen-disabled .chosen-single abbr:hover {
  background-position: -42px -10px;
}
#succefull .chosen-container-single .chosen-single div {
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  width: 18px;
  height: 100%;
}
#succefull .chosen-container-single .chosen-single div b {
  display: block;
  width: 100%;
  height: 100%;
  background: url('/local/templates/.default/components/custom/formsCombainer/online_consultation/css/chosen-sprite.png') no-repeat 0px 2px;
}
#succefull .chosen-container-single .chosen-search {
  position: relative;
  z-index: 1010;
  margin: 0;
  padding: 0;
  white-space: nowrap;
  height: 32px;
}
#succefull .chosen-container-single .chosen-search input[type="text"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  padding: 0px 18px 0px 18px;
  width: 100%;
  height: 32px;
  outline: 0;
  border: none;
  background:url("/local/templates/.default/components/custom/formsCombainer/online_consultation/css/img/find_icon.png") no-repeat 100% 50% #fafafa;
  font: 100%/100% 'Roboto', sans-serif;
  font-size: 14px;
  font-weight: 300;
  line-height: normal;
  border-radius: 0;
  color:#898989;
}
#succefull .chosen-container-single .chosen-drop {
  margin-top: -1px;
  border-radius: 0 0 3px 3px;
  color: #323232;
  border: 1px solid #323232;
  box-shadow: inset 0 0 8px rgba(0, 0, 0, 0.1);
}
#succefull .chosen-container-single.chosen-container-single-nosearch .chosen-search {
  position: absolute;
  left: -9999px;
}

/* @end */
/* @group Results */
#succefull .chosen-container .chosen-results {
  position: relative;
  overflow-x: hidden;
  overflow-y: auto;
  margin: 0 9px 4px 0;
  padding: 0 0 0 9px;
  max-height: 85px;
  -webkit-overflow-scrolling: touch;
}
#succefull .chosen-container .chosen-results li {
  display: none;
  margin: 0;
  padding: 0px 8px;
  list-style: none;
  line-height: 32px;
  height: 32px;
  -webkit-touch-callout: none;
}
#succefull .chosen-container .chosen-results li.active-result {
  display: list-item;
  cursor: pointer;
}
#succefull .chosen-container .chosen-results li.disabled-result {
  display: list-item;
  color: #ccc;
  cursor: default;
}
#succefull .chosen-container .chosen-results li.highlighted {
  background-image: none;
  background-color: #fafafa;
  color: #898989;
}
#succefull .chosen-container .chosen-results li.no-results {
  display: list-item;
  background: #f4f4f4;
}
#succefull .chosen-container .chosen-results li.group-result {
  display: list-item;
  font-weight: bold;
  cursor: default;
}
#succefull .chosen-container .chosen-results li.group-option {
  padding-left: 15px;
}
#succefull .chosen-container .chosen-results li em {
  font-style: normal;
  text-decoration: underline;
}

/* @end */
/* @group Multi Chosen */
#succefull .chosen-container-multi .chosen-choices {
  position: relative;
  overflow: hidden;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  width: 100%;
  height: auto !important;
  height: 1%;
  border: 1px solid #aaa;
  background-color: #fff;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(1%, #eeeeee), color-stop(15%, #ffffff));
  background-image: -webkit-linear-gradient(#eeeeee 1%, #ffffff 15%);
  background-image: -moz-linear-gradient(#eeeeee 1%, #ffffff 15%);
  background-image: -o-linear-gradient(#eeeeee 1%, #ffffff 15%);
  background-image: linear-gradient(#eeeeee 1%, #ffffff 15%);
  cursor: text;
}
#succefull .chosen-container-multi .chosen-choices li {
  float: left;
  list-style: none;
}
#succefull .chosen-container-multi .chosen-choices li.search-field {
  margin: 0;
  padding: 0;
  white-space: nowrap;
}
#succefull .chosen-container-multi .chosen-choices li.search-field input[type="text"] {
  margin: 1px 0;
  padding: 5px;
  height: 15px;
  outline: 0;
  border: 0 !important;
  background: transparent !important;
  box-shadow: none;
  color: #666;
  font-size: 100%;
  font-family: sans-serif;
  line-height: normal;
  border-radius: 0;
}
#succefull .chosen-container-multi .chosen-choices li.search-field .default {
  color: #999;
}
#succefull .chosen-container-multi .chosen-choices li.search-choice {
  position: relative;
  margin: 3px 0 3px 5px;
  padding: 3px 20px 3px 5px;
  border: 1px solid #aaa;
  border-radius: 3px;
  background-color: #e4e4e4;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(20%, #f4f4f4), color-stop(50%, #f0f0f0), color-stop(52%, #e8e8e8), color-stop(100%, #eeeeee));
  background-image: -webkit-linear-gradient(#f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
  background-image: -moz-linear-gradient(#f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
  background-image: -o-linear-gradient(#f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
  background-image: linear-gradient(#f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
  background-clip: padding-box;
  box-shadow: 0 0 2px white inset, 0 1px 0 rgba(0, 0, 0, 0.05);
  color: #333;
  line-height: 13px;
  cursor: default;
}
#succefull .chosen-container-multi .chosen-choices li.search-choice .search-choice-close {
  position: absolute;
  top: 4px;
  right: 3px;
  display: block;
  width: 12px;
  height: 12px;
  background: url('/local/templates/.default/components/custom/formsCombainer/online_consultation/css/chosen-sprite.png') -42px 1px no-repeat;
  font-size: 1px;
}
#succefull .chosen-container-multi .chosen-choices li.search-choice .search-choice-close:hover {
  background-position: -42px -10px;
}
#succefull .chosen-container-multi .chosen-choices li.search-choice-disabled {
  padding-right: 5px;
  border: 1px solid #ccc;
  background-color: #e4e4e4;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(20%, #f4f4f4), color-stop(50%, #f0f0f0), color-stop(52%, #e8e8e8), color-stop(100%, #eeeeee));
  background-image: -webkit-linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
  background-image: -moz-linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
  background-image: -o-linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
  background-image: linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
  color: #666;
}
#succefull .chosen-container-multi .chosen-choices li.search-choice-focus {
  background: #d4d4d4;
}
#succefull .chosen-container-multi .chosen-choices li.search-choice-focus .search-choice-close {
  background-position: -42px -10px;
}
#succefull .chosen-container-multi .chosen-results {
  margin: 0;
  padding: 0;
}
#succefull .chosen-container-multi .chosen-drop .result-selected {
  display: list-item;
  color: #ccc;
  cursor: default;
}

/* @end */
/* @group Active  */
#succefull .chosen-container-active .chosen-single {
  color: #808080;
  border: 1px solid #dcdcdc;
  box-shadow: inset 0 0 8px rgba(0, 0, 0, 0.1);
  border-radius: 3px;
}
#succefull .chosen-container-active.chosen-with-drop .chosen-single {
  text-decoration: none !important;
  border-radius: 3px;
  color: #323232;
  border: 1px solid #323232;
  box-shadow: inset 0 0 8px rgba(0, 0, 0, 0.1);
}
#succefull .chosen-container-active.chosen-with-drop .chosen-single div {
  border-left: none;
  background: transparent;
}
#succefull .chosen-container-active.chosen-with-drop .chosen-single div b {
  background-position: -18px 2px;
}
#succefull .chosen-container-active .chosen-choices {
  border: 1px solid #dcdcdc;
  box-shadow: none;
  border-radius: 3px;
}
#succefull .chosen-container-active .chosen-choices li.search-field input[type="text"] {
  color: #111 !important;
}

/* @end */
/* @group Disabled Support */
#succefull .chosen-disabled {
  opacity: 0.5 !important;
  cursor: default;
}
#succefull .chosen-disabled .chosen-single {
  cursor: default;
}
#succefull .chosen-disabled .chosen-choices .search-choice .search-choice-close {
  cursor: default;
}

/* @end */
/* @group Right to Left */
#succefull .chosen-rtl {
  text-align: right;
}
#succefull .chosen-rtl .chosen-single {
  overflow: visible;
  padding: 0 8px 0 0;
}
#succefull .chosen-rtl .chosen-single span {
  margin-right: 0;
  margin-left: 26px;
  direction: rtl;
}
#succefull .chosen-rtl .chosen-single-with-deselect span {
  margin-left: 38px;
}
#succefull .chosen-rtl .chosen-single div {
  right: auto;
  left: 3px;
}
#succefull .chosen-rtl .chosen-single abbr {
  right: auto;
  left: 26px;
}
#succefull .chosen-rtl .chosen-choices li {
  float: right;
}
#succefull .chosen-rtl .chosen-choices li.search-field input[type="text"] {
  direction: rtl;
}
#succefull .chosen-rtl .chosen-choices li.search-choice {
  margin: 3px 5px 3px 0;
  padding: 3px 5px 3px 19px;
}
#succefull .chosen-rtl .chosen-choices li.search-choice .search-choice-close {
  right: auto;
  left: 4px;
}
#succefull .chosen-rtl.chosen-container-single-nosearch .chosen-search,
#succefull .chosen-rtl .chosen-drop {
  left: 9999px;
}
#succefull .chosen-rtl.chosen-container-single .chosen-results {
  margin: 0 0 4px 4px;
  padding: 0 4px 0 0;
}
#succefull .chosen-rtl .chosen-results li.group-option {
  padding-right: 15px;
  padding-left: 0;
}
#succefull .chosen-rtl.chosen-container-active.chosen-with-drop .chosen-single div {
  border-right: none;
}
#succefull .chosen-rtl .chosen-search input[type="text"] {
  padding: 4px 5px 4px 20px;
  background: white url('/local/templates/.default/components/custom/formsCombainer/online_consultation/css/chosen-sprite.png') no-repeat -30px -20px;
  background: url('/local/templates/.default/components/custom/formsCombainer/online_consultation/css/chosen-sprite.png') no-repeat -30px -20px;
  direction: rtl;
}
#succefull .chosen-rtl.chosen-container-single .chosen-single div b {
  background-position: 6px 2px;
}
#succefull .chosen-rtl.chosen-container-single.chosen-with-drop .chosen-single div b {
  background-position: -12px 2px;
}

#succefull .item_input.this_complete .chosen-container .chosen-single{color:#00717b;background-position:100% -46px;border:1px solid #00717b;box-shadow:none}
#succefull .item_input.this_error .chosen-container .chosen-single{color:#e82e2e;background-position:100% -92px;border:1px solid #e82e2e;box-shadow:none}
/* @end */
/* @group Retina compatibility */
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-resolution: 144dpi) {
  #succefull .chosen-rtl .chosen-search input[type="text"],
  #succefull .chosen-container-single .chosen-single abbr,
  #succefull .chosen-container-single .chosen-single div b,
  #succefull .chosen-container-single .chosen-search input[type="text"],
  #succefull .chosen-container-multi .chosen-choices .search-choice .search-choice-close,
  #succefull .chosen-container .chosen-results-scroll-down span,
  #succefull .chosen-container .chosen-results-scroll-up span {
    background-image: url('/local/templates/.default/components/custom/formsCombainer/online_consultation/css/chosen-sprite@2x.png') !important;
    background-size: 52px 37px !important;
    background-repeat: no-repeat !important;
  }
}
/* @end */

/* End */


/* Start:/local/templates/.default/components/custom/formsCombainer/online_consultation/css/style.css?152386516012670*/
.online-consultation-ztm{display:none;cursor:pointer;position:fixed;left:-1000px;top:-1000px;width:10000px;height:10000px;background:rgba(247,247,247,0.8);z-index:1075;-moz-transition:background-color 0.5s linear;-webkit-transition:background-color 0.5s linear;-o-transition:background-color 0.5s linear;transition:background-color 0.5s linear}
.online-consultation-ztm:hover{background:rgba(247,247,247,0.4)}
.online-consultation-btm,.online-consultation-position{z-index:1050;}
/*form.online_consultation_form{background:#fff;width:570px;z-index:1100;box-shadow:0 0 54px rgba(114,114,114,0.31);display:none;position:fixed;top:0;-moz-transition:opacity 0.5s linear;-webkit-transition:opacity 0.5s linear;-o-transition:opacity 0.5s linear;transition:opacity 0.5s linear}*/
form.online_consultation_form{background:#fff;width:570px;max-height:100%;z-index:1100;box-shadow:0 0 54px rgba(114,114,114,0.31);display:none;position:fixed;top:10%;left:0;right:0;margin:auto;-moz-transition:opacity 0.5s linear;-webkit-transition:opacity 0.5s linear;-o-transition:opacity 0.5s linear;transition:opacity 0.5s linear}
form.online_consultation_form.mobile{top:0px !important;left:0 !important;width:100% !important;overflow-y:scroll;overflow-x:hidden}
form.online_consultation_form.height_litl{top:0px !important;overflow-y:scroll;overflow-x:hidden}
/*.online-consultation-ztm:hover + form.online_consultation_form{opacity:0.7}*/
form.online_consultation_form .online_text_ok{font-family:"Roboto";font-size:22px;color:#353535}
form.online_consultation_form .online_ok{margin-top:188px;text-align:center;padding-top:91px;background:url("/local/templates/.default/components/custom/formsCombainer/online_consultation/css/img/online_img_ok.png") no-repeat 52% 0}
.online_consultation_form .online_block{text-align:left;width:100%}
.online_consultation_form .online_block1{height:78px}
.online_consultation_form .online_title{padding:26px 0 0 38px}
.online_consultation_form .mobile .online_title{padding:26px 0 0 30px}
.online_consultation_form .online_title span{font-family:"Cuprum";font-size:30px;color:#353535}
.online_consultation_form .online_btm_close_form{width:66px;height:66px;background:url("/local/templates/.default/components/custom/formsCombainer/online_consultation/css/img/online_btn_close_form.png") no-repeat 50% 50%;position:absolute;top:5px;right:18px;cursor:pointer}
.online_consultation_form .online_btm_close_form{-ms-transform:rotate(0deg);-webkit-transform:rotate(0deg);transform:rotate(0deg);-webkit-transition:-webkit-transform 0.75s ease;transition:transform 0.5s ease-in-out;}
/*.online-consultation-ztm:hover + form.online_consultation_form .online_btm_close_form,*/.online_btm_close_form:hover{-ms-transform: rotate(270deg);-webkit-transform: rotate(270deg);transform: rotate(270deg)}
.online_consultation_form .online_block2{padding-top:21px;padding-bottom:21px;background:url("/local/templates/.default/components/custom/formsCombainer/online_consultation/css/img/online_box_shadow_bottom.png") repeat-x}
.online_consultation_form .online_block2 p{font-family:"Roboto";padding-left:39px}
.online_consultation_form .mobile .online_block2 p{padding-left:30px;padding-right:30px}
.online_consultation_form .online_block2 p.p1{color:#df500b;font-size:18px;letter-spacing:0.1px}
.online_consultation_form .online_block2 p.p2{color:#353535;font-size:16px;letter-spacing:-0.2px}
.online_consultation_form .online_block3{padding:0 40px;width:490px;height:64px}
.online_consultation_form .mobile .online_block3{padding:0 30px;height:auto;width:-webkit-calc(100% - 60px);width:-moz-calc(100% - 60px);width:calc(100% - 60px)}
.online_consultation_form .online_block3 .item_input{float:left;margin:0;padding:0}
.online_consultation_form .online_block3 .item_input:nth-child(2n+2){float:right}
.online_consultation_form #online_offices_this_city{float:right}
.online_consultation_form .mobile .online_block3 .item_input,.mobile #online_offices_this_city{float:none;margin-bottom:22px;width:100%}
.online_consultation_form .check_box_div{padding:0 40px;height:100px;width:490px}
.online_consultation_form .mobile .check_box_div{padding:0 30px;height:auto;padding-bottom:22px;width:-webkit-calc(100% - 60px);width:-moz-calc(100% - 60px);width:calc(100% - 60px)}
.online_consultation_form .check_box_div_item{width:232px;float:left;padding-top:6px}
.online_consultation_form .check_box_div_item:nth-child(2n+2){float:right}
.online_consultation_form .check_box_div_item input{float:left}
.online_consultation_form .online_consultation_form .check_box_div_item label{display:table;font-size:14px;font-family:"Roboto";color:#5e5e5e}
.online_consultation_form .mobile .check_box_div_item{float:none;width:100%}
.online_consultation_form .check_box_label{padding:17px 40px 7px 40px;text-align:left;color:#808080;font-size:14px;font-family:"Roboto"}
.online_consultation_form .mobile .check_box_label{padding:17px 30px 7px 30px;}
.online_consultation_form .online_block_border{height:78px}
.online_consultation_form .online_bottom_fon{background:#f8f8f8;height:92px}
.online_consultation_form .mobile .online_bottom_fon{height:145px}
.online_consultation_form .online_block_end{margin:0 40px;border-top:1px solid #e6e6e6}
.online_consultation_form .mobile .online_block_end{margin:0 30px}
.online_consultation_form .online_conditions{float:left;text-align:left;width:232px;font-size:14px;font-family:"Roboto";color:#808080;padding-top:25px}
.online_consultation_form .mobile .online_conditions{width:100%;display:inline-block}
.online_consultation_form .online_form_submit{-moz-transition:background-color 0.3s linear;-webkit-transition:background-color 0.3s linear;-o-transition:background-color 0.3s linear;transition:background-color 0.3s linear;float:right;width:232px;height:47px;background:#df500b;border-radius:3px;color:#fff;margin-top:20px;font-family:"Roboto";font-size:22px;text-align:center;line-height:47px;cursor:pointer}
.online_consultation_form .mobile .online_form_submit{float:none;display:inline-block}
@media screen and (max-width:400px){
.mobile .online_form_submit{margin-top:35px}
.mobile .online_bottom_fon{height:160px}
}
.online_consultation_form .online_form_submit:hover{background:#e96d45}
.online_consultation_form .chosen-container .chosen-results li{padding:8.5px 8px !important;line-height:15px !important;height:auto !important}
.online_consultation_form .check_box_div_item label,.online_conditions label{background-image:url("/local/templates/.default/components/custom/formsCombainer/online_consultation/css/img/castom_checkbox.png");-webkit-touch-callout:none;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}
.online_consultation_form .check_box_div_item input[type=checkbox],.online_conditions input[type=checkbox]{position:absolute;z-index:-1000;left:-1000px;overflow:hidden;clip:rect(0 0 0 0);height:1px;width:1px;margin:-1px;padding:0;border:0}
.online_consultation_form .check_box_div_item input[type=checkbox] + label,.online_conditions input[type=checkbox] + label{padding-left:22px;height:16px;display:inline-block;line-height:16px;background-repeat:no-repeat;background-position:0 0;vertical-align:middle;cursor:pointer}
.online_consultation_form .online_conditions input[type=checkbox] + label{line-height:16px}
.online_consultation_form .check_box_div_item input[type=checkbox]:checked + label{background-position:0 -17px;color:#00717b}
.online_consultation_form .online_conditions input[type=checkbox]:checked + label{background-position:0 -34px}
.online_consultation_form .this_error .check_box_div_item input[type=checkbox] + label,.this_error .online_conditions input[type=checkbox] + label{background-position:0 -51px}
.online_consultation_form .input_all{width:452px;height:46px;padding:0 18px;font:100%/100% 'Roboto',sans-serif;font-size:14px;font-weight:300;color:#808080;border:1px solid #dcdcdc;box-shadow:inset 0 0 8px rgba(0,0,0,0.1);border-radius:3px}
.online_consultation_form .mobile .input_all{width:-webkit-calc(100% - 38px);width:-moz-calc(100% - 38px);width:calc(100% - 38px)}
.online_consultation_form textarea.input_all{height:68px;padding:18px}
.online_consultation_form .input_all.text,#request_deposit-captcha_v2{background:url("/local/templates/.default/components/custom/formsCombainer/online_consultation/css/img/sprite-input-text_new.png") no-repeat 100% -0px #fff}
.online_consultation_form .input_all.check-list{background:url("/local/templates/.default/components/custom/formsCombainer/online_consultation/css/img/sprite_input_check_list.png") no-repeat 100% -0px #fff}
.online_consultation_form .item_input .chosen-container .chosen-single{background:url("/local/templates/.default/components/custom/formsCombainer/online_consultation/css/img/sprite_input_check_list.png") no-repeat 100% -0px #fff}
.online_consultation_form .item_input{margin:15px 0;position:relative}
.online_consultation_form .item_input label,.cpacha label.info,.casom_radio label.status,.cpacha label.status{position:absolute;vertical-align:middle}
.online_consultation_form .casom_radio label.status,.cpacha label.status{top:0;left:0}
.online_consultation_form .item_input label.info{left:0 !important;cursor:text;width:490px;font:100%/100% 'Roboto',sans-serif;font-size:14px;font-weight:300;color:#808080;top:18px;margin-left:19px;margin-right:19px;text-align:left}
.online_consultation_form .cpacha label.info{left:223px}
.online_consultation_form .item_input.this_input label.info,.cpacha label.info{display:none}
.online_consultation_form .item_input.this_complete label.info{display:none}
.online_consultation_form .item_input.this_error label.info{color:#e82e2e}
.online_consultation_form .item_input.this_error.input_error label.info{display:none}
.online_consultation_form .item_input.this_input .input_all,.cpacha.this_input #request_deposit-captcha_v2{color:#323232;border:1px solid #323232;box-shadow:inset 0 0 8px rgba(0,0,0,0.1)}
.online_consultation_form .item_input.this_complete .input_all,.item_input.this_complete .chosen-container .chosen-single,
.online_consultation_form .cpacha.this_complete #request_deposit-captcha_v2{color:#00717b;background-position:100% -46px;border:1px solid #00717b;box-shadow:none}
.online_consultation_form .cpacha.this_complete #request_deposit-captcha_v2{cursor:default}
.online_consultation_form .item_input.this_complete .chosen-container .chosen-single{color:#00717b}
.online_consultation_form .item_input.this_error .input_all,.item_input.this_error .chosen-container .chosen-single,
.online_consultation_form .cpacha.this_error #request_deposit-captcha_v2{color:#e82e2e;background-position:100% -92px;border:1px solid #e82e2e;box-shadow:none}
.online_consultation_form .item_input.this_error .chosen-container .chosen-single{color:#e82e2e}
.online_consultation_form .item_input.this_complete textarea.input_all{background:url("/local/templates/.default/components/custom/formsCombainer/online_consultation/css/img/textarea_complete.png") no-repeat 100% -0px #fff}
.online_consultation_form .item_input.this_error textarea.input_all{background:url("/local/templates/.default/components/custom/formsCombainer/online_consultation/css/img/textarea_error.png") no-repeat 100% -0px #fff}
.online_consultation_form .font14px{font:100%/100% 'Roboto',sans-serif;font-size:14px;font-weight:300;color:#808080}
.online_consultation_form .for_radio_error{position:relative;width:550px;margin:0 auto}
.online_consultation_hiiden-desc{display:none;position:fixed;z-index:9999;border:1px solid #ddd;background-color:#fff;padding:10px;border-radius:5px;/*max-width:600px*/box-sizing:border-box}
.online_consultation_form .item_input select{width:232px;height:46px;padding:0 18px;font:100%/100% 'Roboto',sans-serif;font-size:14px;font-weight:300;color:#808080;border:1px solid #dcdcdc;box-shadow:none;border-radius:3px}
.online_consultation_form .mobile .item_input select{width:100%}
.online_consultation_form .item_input.this_complete select{color:#00717b;border:1px solid #00717b;box-shadow:none}
.online_consultation_form .item_input.this_error select{color:#e82e2e;border:1px solid #e82e2e;box-shadow:none}
.online_consultation_form .news-list.block .check_box_div{padding: 0; height: auto; width: auto;}
.online_consultation_form .news-list.block .check_box_div_item{padding: 0; width: auto; float: none;}
.online_consultation_form input:checked:not(#call-consent)+label{border-radius: 0; border-bottom: none; background-color: transparent; color: gray;}
.online_consultation_form .online_block,.online_consultation_form .input_all{box-sizing: content-box;}
@media screen and (max-width:560px){

    .online_consultation_form .online_block3,
    .online_consultation_form .input_all,
    .online_consultation_form .check_box_div,
    .online_consultation_form .online_form_submit{
        width: 90%;
    }
    .online_consultation_form .item_input select,
    .online_consultation_form .check_box_div_item{
        width: 100%;
    }
    .online_consultation_form .online_block3 .item_input{
        float: none;
    }
    .online_consultation_form .check_box_div, .online_consultation_form .online_block_border{
        height: 150px;
    }
    .online_consultation_form .mobile .online_block3 .item_input,
    .mobile #online_offices_this_city{
        margin-top: 15px;
    }
    .online_consultation_form .online_bottom_fon{
        height: 150px;
    }
}
/* End */


/* Start:/local/templates/home/styles.css?1538459879108*/

.table-title{
    color: #00717b;
    font-weight: 300;
    white-space: normal;
    vertical-align: top;
}
/* End */
/* /local/templates/.default/css/ui_style.css?146616815714745 */
/* /resources/css/feedback__new.css?15384598797513 */
/* /local/templates/.default/css/forms.css?149699465734101 */
/* /local/templates/.default/js/smartbanner/jquery.smartbanner.css?14661681583936 */
/* /images/action-milion/style.css?14661680775652 */
/* /local/templates/.default/include_areas/dream_quest/css/popup.css?155316622926598 */
/* /local/templates/.default/js/bvi/css/bvi.min.css?1569477748129232 */
/* /local/templates/.default/js/bvi/css/bvi-font.min.css?15628354561612 */
/* /local/templates/.default/components/bitrix/menu/top_submenu_new/style.css?155920638325660 */
/* /local/templates/.default/components/bitrix/menu/mtopmenu/style.css?14661681541404 */
/* /local/templates/.default/components/bitrix/menu/mtopmenu_new/style.css?15628354568295 */
/* /local/templates/.default/components/custom/currency.rates/footer_curse/style.css?1466168157502 */
/* /local/templates/.default/components/custom/formsCombainer/online_consultation/css/chosen_for_form.css?149492141412865 */
/* /local/templates/.default/components/custom/formsCombainer/online_consultation/css/style.css?152386516012670 */
/* /local/templates/home/styles.css?1538459879108 */
