html body .bvi-body .page-header,
html body .bvi-body .page-footer,
html body .bvi-body .hero {
    margin-bottom: 0 !important;
}
html body .bvi-body .page-footer{
	margin-top: 0 !important;
}
html body .bvi-body[data-bvi-theme] *:not(ymaps):not([data-bvi-bg="no"]):not(img) .descr *{
	background: none !important;
	color: #fff !important;
}
html body .bvi-body[data-bvi-theme] *:not(ymaps):not([data-bvi-bg="no"]):not(img) button span.visually-hidden{
	background: none !important;
}
html body .bvi-body[data-bvi-theme] *:not(ymaps):not([data-bvi-bg="no"]):not(img) select {
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' version='1.1' width='32' height='24' viewBox='0 0 32 24'><polygon points='0,0 32,0 16,24' style='fill: rgb%2891, 91, 91%29'></polygon></svg>") !important;
  background-origin: content-box !important;
  background-position: right -1.5rem center !important;
  background-repeat: no-repeat !important;
  background-size: 9px 6px !important;
  padding-right: 2.25rem !important;
}

/*PICTS*/
html body .bvi-body .logo.show-for-large,
html body .bvi-body .brand{
	padding: 5px;
}

/*WHITE*/
html body .bvi-body[data-bvi-theme='white'] *:not(ymaps):not([data-bvi='not-bg']) .logo.show-for-large,
html body .bvi-body[data-bvi-theme='white'] *:not(ymaps):not([data-bvi='not-bg']) .brand{
	background: #000 !important;
}

/*BLUE*/
html body .bvi-body[data-bvi-theme='blue'] *:not(ymaps):not([data-bvi='not-bg']) .logo.show-for-large,
html body .bvi-body[data-bvi-theme='blue'] *:not(ymaps):not([data-bvi='not-bg']) .brand{
	background: #063462 !important;
}

/*BROWN*/
html body .bvi-body[data-bvi-theme='brown'] *:not(ymaps):not([data-bvi='not-bg']) .logo.show-for-large,
html body .bvi-body[data-bvi-theme='brown'] *:not(ymaps):not([data-bvi='not-bg']) .brand{
	background: #4D4B43 !important;
}

.bvi-link{
	margin-bottom: 5px;
}