

/* Start:/local/templates/bk/vendor/normalize.css?17425520166487*/
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
   ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */

/**
 * Remove the margin in all browsers.
 */

body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */

main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */

img {
  border-style: none;
}

/* Forms
   ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
  display: list-item;
}

/* Misc
   ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */

template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
  display: none;
}

/* End */


/* Start:/local/templates/bk/css/autoload/_style.css?1742552016982*/
body {
	font-family:Roboto,Arial,sans-serif;
	font-size:18px;
	line-height:1.2;
	color:#292C2E;
	font-weight:300;
	-webkit-appearance: none;
}
img {
	vertical-align:top;
	max-width:100%;
}

.h2,h2 {
	text-align:center;
	text-transform:uppercase;
	font-size: 32px;
	margin:80px auto 40px;
	font-family: 'Montserrat',Arial,sans-serif;
	font-weight:700;
}

.h2_chto {
	max-width:100%;
	width:570px;
	margin-bottom:70px;
}

code {
	white-space: pre;
	font-weight:700;
	font-family:monospace;
	padding:24px;
	box-sizing:border-box;
	border:2px solid #ccc;
	display:block;
	margin:32px auto;
	width:1280px;
	max-width:100%;
}
p {
	
}
a {
	color:#b51c21;
	text-decoration:none;
}

.detail a:hover {
	text-decoration:underline;
}


@media screen and (max-width:1000px){
	body {
		
	}
}

@media screen and (max-width:768px){


	.h2,h2 {
		font-size:20px;
		text-align:left;
	}
}

@media screen and (max-width:480px){

}

/* End */


/* Start:/local/templates/bk/css/autoload/action.css?17425520161105*/
.action {
	display:flex;
	justify-content:space-between;
	font-size:16px;
	margin:32px 0 74px;
}

.action__item {
	width:calc(33.33% - 32px);
	flex-shrink:0;
	box-sizing:border-box;
	display:flex;
	align-items:center;
}

.action__icon {
	width:54px;
	height:54px;
	background-position:center;
	background-size:contain;
	background-repeat:no-repeat;	
	flex-shrink:0;
	margin-right:16px;
}

.action__item_person .action__icon {
	background-image:url(/local/templates/bk/css/autoload/assets/action/person.svg?2);
}

.action__item_docs .action__icon {
	background-image:url(/local/templates/bk/css/autoload/assets/action/docs.svg?2);
}

.action__item_call .action__icon {
	background-image:url(/local/templates/bk/css/autoload/assets/action/call.svg?2);
}

.action__text {
	width:245px;
	max-width:100%;
}

@media screen and (max-width:1000px){

}

@media screen and (max-width:768px){
	.action {
		flex-direction:column;
	}
	.action__item {
		width:100%;
		flex-direction:column;
		margin-bottom:24px;
	}
	.action__icon{
		margin-right:0;
		margin-bottom:4px;
	}
	.action__text{
		width:384px;
	}
}

@media screen and (max-width:480px){

}

/* End */


/* Start:/local/templates/bk/css/autoload/allowance.css?17425520161134*/
.allowance {
	width:100%;
	overflow-x:auto;
	margin-bottom:128px;
	
}


.allowance table {
    border-spacing: 0;
    border-collapse: collapse;
	
}

.allowance td {
	padding:8px 16px;
	width:33.33%;
	font-size: 16px;
	text-align:center;
}
.allowance thead td {
	text-align:center;

	font-weight: 500;
	line-height: 19px;
	text-align: center;
	text-transform: uppercase;
	
	color:#b51c21;
}
.allowance_digit {
	font-weight:500;
	font-size:20px;
}

.allowance tbody td {
	border-left: 2px solid #b51c21;
}
.allowance tbody tr td:first-child {
	text-align:left;
}

.allowance tbody tr:nth-child(2n+1) td {
	background-color:#F2F4F5;
}

@media screen and (max-width:1000px){
	.allowance {
		padding-bottom:8px;
	}
}

@media screen and (max-width:768px){
	.allowance {
		width:calc(100% + 32px);
		margin:0 -16px;
	}
	.allowance table {
		margin:0 16px;
	}
	
	.allowance thead td {
		font-size: 16px;
		line-height: 19px;
		text-transform: uppercase;
		min-width:280px;
	}

	.allowance tbody td {
		font-size:14px;
	}	
}

@media screen and (max-width:480px){

}

/* End */


/* Start:/local/templates/bk/css/autoload/block.css?17425520161479*/
.block {
	width:100%;
	max-width:1280px;
	padding:0 16px;
	margin:32px auto;
	box-sizing:border-box;	
	
	display:flex;
}
.block_reverse {
	flex-direction:row-reverse;
}
.block h2 {
	margin:24px 0 0 0;
	font-size:24px;
	text-align:left;
}
.block h2 + p{
	
} 

.block__text {
	flex-grow:1;
	margin-right:32px;
	padding:32px 5%;
	background:#fff;
	box-sizing:border-box;
	border: 2px solid #CDCFD0;
	border-left: 2px solid #b51c21;
}

.block_reverse .block__text{
	margin-right:0px;
	margin-left:32px;
}


.block_transparent .block__text{
	background:transparent;
	border:0;
	padding:0;
}


.block > :not(.block__text) {
	flex-shrink:0;
	width:53.7%;
	background-position:center;
	background-size:cover;
	background-repeat:no-repeat;
}


.block_half > :not(.block__text) {
	width:calc(50% - 32px);
}

.block_short > :not(.block__text) {
	width:40%;
}

.block_23 > :not(.block__text) {
	width:33%;
}
@media screen and (max-width:1000px){

}

@media screen and (max-width:768px){
	.block {
		flex-direction:column-reverse;
	}

	.block__text {
		margin-right:0;
		padding:16px 0;
		background:transparent;
		border:0;
		
	}

	.block_transparent .block__text{
		padding:16px 0;
	}

	.block_reverse .block__text{
		margin-right:0px;
		margin-left:0;
	}	
	
	.block > :not(.block__text) {
		width:100%;
		height:0;
		padding-bottom:53.43%;
	}
	
}

@media screen and (max-width:480px){

}

/* End */


/* Start:/local/templates/bk/css/autoload/btn.css?1742552016292*/
.btn {
	background:#b51c21;
	display:flex;
	align-items:center;
	height:40px;
	padding:8px 32px;
	box-sizing:border-box;
	color:#fff;
	border:0;
	border-radius:0;
	justify-content:center;
	font-family: 'Montserrat',Arial,sans-serif;
	text-transform:uppercase;
	cursor:pointer;
}
/* End */


/* Start:/local/templates/bk/css/autoload/col.css?1742552016164*/
.col {
	display:flex;
}

@media screen and (max-width:1000px){

}

@media screen and (max-width:768px){
	
}

@media screen and (max-width:480px){

}

/* End */


/* Start:/local/templates/bk/css/autoload/contact.css?1742552016995*/
.contact {
	margin-top:32px;
}


.contact__item {
	display:flex;
	align-items:flex-start;
	margin:16px 0;
}

.contact__view  {
	width:24px;
	height:24px;
	flex-shrink:0;
	
	background-position:center;
	background-size:contain;
	background-repeat:no-repeat;	
	margin-right:8px;
}
.contact__label{
	font-size:12px;
	font-weight:400;
	color:#7a7e80;
}
.contact__value,
.contact__value a{
	font-size:16px;
	color:#292c2e;
	font-family: 'Montserrat';
}
.contact__value > p:first-child {
	margin-top:0;
}
.contact__value {
	margin-top:4px;
}
.contact__view_phone {
	background-image:url(/local/templates/bk/css/autoload/assets/contact/phone.svg?2);	
}
.contact__view_point {
	background-image:url(/local/templates/bk/css/autoload/assets/contact/point.svg?2);	
}
.contact__view_worktime {
	background-image:url(/local/templates/bk/css/autoload/assets/contact/calendar.svg?2);	
}
.contact .btn {
	min-width:220px;
}

@media screen and (max-width:1000px){

}

@media screen and (max-width:768px){

}

@media screen and (max-width:480px){

}

/* End */


/* Start:/local/templates/bk/css/autoload/container.css?1742552016276*/
.container {
	width:100%;
	max-width:1280px;
	padding:0 16px;
	margin:0 auto;
	box-sizing:border-box;	
}
.container_np  {
	padding:0;
}

.container_short {
	max-width:980px;
}

.container_1000 {
	max-width:1000px;
}

.container_1170 {
	max-width:1170px;
}
/* End */


/* Start:/local/templates/bk/css/autoload/detail.css?1742552016422*/

.detail >  p,
.detail >  ul,
.detail >  ol,
.detail >  h3,
.detail > table {
	width:1280px;
	padding-left: 16px !important;
	padding-right: 16px !important;
	box-sizing:border-box;
	max-width:100%;
	margin-left:auto !important;
	margin-right:auto !important;
} 

.detail > h2 {
	width:1280px;
	padding-left: 16px !important;
	padding-right: 16px !important;
	box-sizing:border-box;
	max-width:100%;
}
/* End */


/* Start:/local/templates/bk/css/autoload/drop-btn.css?17425520162861*/
.drop-btn {
	background:#fff;
	border: 1px solid #C7D4E3;
	border-left: 2px solid #b51c21;
	box-sizing:border-box;
	position:relative;
	
}

.drop-btn__arrow {
	content:"";
	position:absolute;
	right:32px;
	bottom:24px;
	width:24px;
	height:24px;
	background-image:url(/local/templates/bk/css/autoload/assets/drop-btn/arrow.svg?2);
	background-position:center;
	background-size:contain;
	background-repeat:no-repeat;
	
}
.drop-btn_open .drop-btn__arrow {
	transform:scale(1,-1);
	bottom:24px;	
}

.drop-btn__header {
	padding:16px 32px;
	box-sizing:border-box;
	display:flex;
	align-items:center;
	
	min-height:92px;
}

.drop-btn__view {
	height:40px; 
	margin-right:32px;
}

.drop-btn__view_burial {
	
}
.drop-btn__view_burial img {
	max-width:none;
	height:100%;
}

.drop-btn__title {
	max-width:218px;

	font-family: 'Roboto',Arial,sans-serif;
	font-weight: 600;
	font-size: 14px;
	line-height: 20px;
	text-transform: uppercase;

	padding-right: 32px;
	box-sizing: border-box;
	
	color:#464A4D;
}
.drop-btn__title-mobile {
	display:none;
}

.drop-btn__title b{ 
	font-weight:600;
	color:#b51c21;
}
.drop-btn__content {
	padding:16px 64px 40px 32px;
	box-sizing:border-box;
	display:none;
}
.drop-btn_open .drop-btn__content {
	display:block;
}

.drop-btn__item {
	margin-bottom:12px;
}

.drop-btn__item-title {
	font-size:16px;
	font-weight: 700;
	color:#b51c21;
}

.drop-btn__item-desc {
	font-size:15px;
	margin-top:4px;
}

.drop-btn__more {
	font-size: 14px;
	line-height: 20px;
	text-transform: uppercase;
	color:#464A4D;
	font-weight: 600;
	margin-top:16px;
}

.drop-btn__item-icon {
	display:flex;
	margin:16px 0;
}
.drop-btn__item-icon-view {
	width:18px;
	height:18px;
	flex-shrink:0;
	margin-right:20px;
	background-position:center;
	background-size:contain;
	background-repeat:no-repeat;	
	margin-top:2px;
}


.drop-btn__item-icon_hall .drop-btn__item-icon-view {
	background-image:url(/local/templates/bk/css/autoload/assets/drop-btn/hall.svg?2);
}

.drop-btn__item-icon_radio .drop-btn__item-icon-view {
	background-image:url(/local/templates/bk/css/autoload/assets/drop-btn/radio.svg?2);
}

.drop-btn__item-icon_music .drop-btn__item-icon-view {
	background-image:url(/local/templates/bk/css/autoload/assets/drop-btn/music.svg?2);
}

.drop-btn__item-icon-desc{
	font-size:15px;
}

@media screen and (max-width:1000px){

}

@media screen and (max-width:768px){
	
	.drop-btn {
		background:transparent;
		border:none;
	}
		
	.drop-btn__header {
		display:none;
	}
	.drop-btn__title-mobile {
		display:block;
		margin-bottom:16px;
		color:#464A4D;
		font-size:14px;
		text-transform:uppercase;
	}
	.drop-btn__title-mobile b{
		font-weight:600;
		color:#b51c21;		
	}
	.drop-btn__arrow {
		display:none;
	}
	.drop-btn__content {
		padding:16px 0;
		display:block;
	}
}

@media screen and (max-width:480px){

}

/* End */


/* Start:/local/templates/bk/css/autoload/fix-footer.css?1744266230908*/
.fix-footer {
	display:none;
	position:fixed;
	bottom:0;
	left:0;
	width:100%;
	height:48px;
	background:#b51c21;
	color:#fff;
	box-sizing:border-box;
	padding:4px 16px;
	align-items:center;
	transition:all 0.4s ease;
	opacity:0.96;
}
.fix-footer_hidden {
	transform:translateY(100%);
	opacity:0.48;
}

.fix-footer a{
	color:#fff;
}

.fix-footer a:hover{
	color:#fff;
}

.fix-footer__phone {
	flex-grow:1;
	text-align:center;
	font-weight:700;
	font-size:24px;
	padding-left:8px;
	box-sizing:border-box;
}
.fix-footer__label {
	font-size:15px;
	width:96px;
	
}

@media screen and (max-width:1000px){

}

@media screen and (max-width:768px){

}

@media screen and (max-width:480px){
	.fix-footer {
		display:flex;
	}
}

@media screen and (max-width:360px){
	.fix-footer__label {
		font-size:14px;	
	}
	.fix-footer__phone {
		font-size:22px;	
	}
}
/* End */


/* Start:/local/templates/bk/css/autoload/footer.css?17425565671437*/
.footer {
	padding:32px 0;
}

.footer a{
	color:#F7F9FA;
	text-decoration:none;	
}
.footer__group {
	display:flex;
}

.footer__logo {
	width:20%;
	flex-shrink:0;
	padding-right: 16px;
	box-sizing: border-box;	
}
.footer__menu {
	display:flex;
	width:80%;
	justify-content:space-between;
}

.footer__menu a {
	margin:12px 0;
}
.footer__menu-header a {
	font-size:14px;
	font-weight:700;
	text-transform: uppercase;
	font-family: 'Montserrat',Arial,sans-serif;
}

.footer__menu-content a{
	display:block;
	font-size: 13px;
	font-weight:300;
}
.footer__menu-content a:hover{
	color:#b51c21;
}

.footer__bottom {
	border-top:1px solid #464A4D;
	padding:16px 0 0;
	margin-top:32px;
}

.footer__contact-label {
	color:#F7F9FA;
	font-weight: 500;
	font-size: 14px;
	text-align: right;
	text-transform: uppercase;	
}
.footer__contact-phone {
	text-align:right;	
}
.footer__contact-phone a{
	color:#b51c21;
	font-weight: 700;
	font-size: 24px;
	line-height: 29px;
	text-align: right;
	font-family: 'Montserrat';
}

@media screen and (max-width:1000px){

}

@media screen and (max-width:768px){

}

@media screen and (max-width:480px){
	.footer__group {
		flex-direction:column;
		width:100%;
	}
	.footer__logo{
		width:100%;
	}
	
	.footer__menu {
		flex-direction:column;
		width:100%;
		margin-top:32px;
	}
	
	.footer__section {
		margin:8px 0;
	}
}

/* End */


/* Start:/local/templates/bk/css/autoload/form.css?1742552016996*/
.form {
		margin:16px 0;
}

.form__form {
	
}

.form__item {
	margin:16px 0;
}


.form input[type=text],
.form textarea {
	background: #F7F9FA;
	border: 1px solid #292C2E;
	width:100%;
	box-sizing:border-box;
	border-radius:0;
}

.form input:focus,
.form textarea:focus,
.form input:active,
.form textarea:active {
	outline:none;
}

.form input[type=text]{
	height:48px;
	line-height:48px;
	padding:0 16px;
}
.form textarea{
	height:128px;
	padding:16px 16px;
	resize:vertical;
}


.form input::placeholder {
	font-size:12px;
	font-weight:300;
}
.form textarea::placeholder {
	font-size:12px;
	font-weight:300;
}

.form__error {
	color:#b51c21;
}


.form__title {
	font-size:28px;
	font-weight:700;
}

#feedback-form .form {
	max-width:100%;
	width:512px;
}

@media screen and (max-width:1000px){

}

@media screen and (max-width:768px){

}

@media screen and (max-width:480px){
	#feedback-form {
		padding:16px;
	}
}

/* End */


/* Start:/local/templates/bk/css/autoload/full-banner-btn.css?17425520162279*/
.full-banner-btn {
	background-position:center;
	background-size:cover;
	background-repeat:no-repeat;		
	padding:32px 0;
	font-weight:300;
	margin:64px 0 80px;
}

.full-banner-btn__title {
	margin-top:24px;
	color:#fff;
}

.full-banner-btn__content-wrap {
	background: linear-gradient(-90deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.8) 59.3%, rgba(0, 0, 0, 0.9) 99.93%);
	backdrop-filter: blur(5px);

	/* Note: backdrop-filter has minimal browser support */
}

.full-banner-btn__content {
	display:flex;
	position:relative;
	align-items:center;
}

.full-banner-btn__text {
	flex-grow:1;
	width:470px;
	padding-right:32px;
	box-sizing:border-box;
	max-width:calc(100% - 370px);
	color:#fff;
}

.full-banner-btn__action {
	display:flex;
	flex-direction:column;
	margin:32px;
}

.full-banner-btn__btn {
	width:370px;
	min-height:60px;
	display:flex;
	align-items:center;
	max-width:100%;
	padding:8px 48px 8px 24px;
	background: rgba(255, 255, 255, 0.8);
	backdrop-filter: blur(5px);	
	margin:16px 0px;
	box-sizing: border-box;
	color:#292C2E;
	position:relative;
	transition:all 0.2s ease;
}

.full-banner-btn__btn:after {
	content:"";
	position:absolute;
	display:block;
	right:16px;
	top:50%;
	width:24px;
	height:32px;
	transform:translateY(-50%);
	background-image:url(/local/templates/bk/css/autoload/assets/full-banner-btn/right-arrow_red.svg?2);
	background-position:center;
	background-size:contain;
	background-repeat:no-repeat;
	transition:all 0.2s ease;
}

.full-banner-btn__btn:hover {
	text-decoration:none !important;
	background: rgba(255, 255, 255, 0.9);
}
.full-banner-btn__btn:hover:after {
	transform:translateY(-50%) translateX(4px);
}


@media screen and (max-width:1000px){
	
}

@media screen and (max-width:768px){
	.full-banner-btn__content {
		flex-direction:column;
	}
	.full-banner-btn__text {
		width:100%;
		max-width:100%;
		padding-right:0;
	}
	.full-banner-btn__action {
		margin:16px auto;
		padding:0 16px;
		box-sizing:border-box;
	}
	.full-banner-btn__title {
		margin:16px 16px 0;
	}
	.full-banner-btn__btn {
		width:auto;
		max-width:100%;
		font-size:0.8em;
		min-height:48px;
		align-items:center;
		display:flex;
	}
}

@media screen and (max-width:480px){

}

/* End */


/* Start:/local/templates/bk/css/autoload/full-banner.css?17425520162257*/
.full-banner {
	background-image:url(/local/templates/bk/css/autoload/assets/full-banner/bg.png);
	background-size:cover;
	background-repeat:no-repeat;
	background-position:center;
	padding:32px 0;
}

.full-banner__title {
	text-align:center;	

	font-family: 'Montserrat';
	font-style: normal;
	font-weight: 700;
	font-size: 24px;
	line-height: 30px;

	/* or 125% */
	text-align: center;
	text-transform: uppercase;

	color: #000000;
	
	max-width:512px;
	margin:0 auto 32px auto;


}

.full-banner__icons-wrapper {
	background: rgba(255, 255, 255, 0.9);
	backdrop-filter: blur(5px);		
	padding:32px 0;
}
.full-banner__icons {
	display:flex;
	justify-content:space-around;	
}
.full-banner__icon {
	margin:0 24px; 
}

.full-banner__icon-view {
	width:48px;
	height:48px;
	margin:0 auto;
	background-size:contain;
	background-repeat:no-repeat;
	background-position:center;
	box-sizing:border-box;
	transition:all 0.1s ease;
}

.full-banner__icon:hover .full-banner__icon-view {
	transform:scale(1.08);
}
.full-banner__icon-view_1 {
	background-image:url(/local/templates/bk/css/autoload/assets/full-banner/1.svg?2);
}
.full-banner__icon-view_2 {
	background-image:url(/local/templates/bk/css/autoload/assets/full-banner/2.svg?2);
}
.full-banner__icon-view_3 {
	background-image:url(/local/templates/bk/css/autoload/assets/full-banner/3.svg?2);
}
.full-banner__icon-view_4 {
	background-image:url(/local/templates/bk/css/autoload/assets/full-banner/4.svg?2);
}
.full-banner__icon-view_5 {
	background-image:url(/local/templates/bk/css/autoload/assets/full-banner/5.svg?2);
}
.full-banner__icon-view_6 {
	background-image:url(/local/templates/bk/css/autoload/assets/full-banner/6.svg?2);
}
.full-banner__icon-label {
	margin-top:8px;
	text-align:center;
}


@media screen and (max-width:1000px){

	.full-banner__icon {
		margin: 0;
	}
	.full-banner__icon-view {
		width:32px;
		height:32px;
	}
	.full-banner__icon-label{
		font-size:0.8em;
	}
}

@media screen and (max-width:768px){
	.full-banner__title {
		display:none;
	}
	
	.full-banner__icons {
		display:block;
		overflow-x:scroll;
		overflow-y:hidden;
		white-space:nowrap;
	}
	.full-banner__icon {
		margin:24px 12px;
		display:inline-block;
	}
	.full-banner__icon-view{
		width:48px;
		height:48px;
	}
	.full-banner__icon-label{
		white-space:normal;
		width:128px;
	}
}

@media screen and (max-width:480px){

}

/* End */


/* Start:/local/templates/bk/css/autoload/header.css?17425566672069*/
.header {
	display:flex;
	box-sizing:border-box;
}


.header__logo {
	padding:8px 0;
	height:65px;
	box-sizing:border-box;
}
.header__logo img{
	max-height:100%;
}
.header__menu {
	flex-grow:1;
	padding:0 16px;
}

.header__contacts {
	display:flex;
	flex-direction:column;
	justify-content:center;
}

.header__contacts-label {
	font-weight: 500;
	font-size: 10px;
	text-align: right;
	text-transform: uppercase;	
	color: #464A4D;
	margin-bottom:2px;
}

.header__contacts-value{
	
}
.header__contacts-value a{
	font-family: 'Montserrat',Arial,sans-serif;
	font-weight: 700;
	text-align: right;
	color: #b51c21;
	text-decoration:none;
}

.header__burger {
	display:none;
}
.header__menu-close {
	display:none;
}
@media screen and (max-width:1000px){
	.header{
		height:50px;
		align-items:center;
	}
	.header__menu {
		transform:translateX(-100%);
		position:fixed;
		width:300px;
		height:100%;
		background:#fff;
		top:0;
		left:0;
		padding:32px 0;
		box-sizing:border-box;
		transition:all 0.2s ease;
	}
	.header__burger {
		display:block;
		width:36px;
		height:36px;
		background-image:url(/local/templates/bk/css/autoload/assets/header/burger.svg?2);
		background-position:center;
		background-size:contain;
		background-repeat:no-repeat;
		margin-right:16px;
	}
	.header__logo {
		height:36px;
		padding:0;
		flex-grow:1;
	}
	.header__contacts-label {
	}
	.header__menu_active {
		display:block;
		transform:translateX(0);
	}
	.header__menu-close {
		display:block;
		width:36px;
		height:36px;
		background-image:url(/local/templates/bk/css/autoload/assets/header/close.svg?2);
		background-position:center;
		background-size:contain;
		background-repeat:no-repeat;
		margin-left:32px;
	}
	

}

@media screen and (max-width:768px){

}

@media screen and (max-width:480px){

}
@media screen and (max-width:360px){
	.header__contacts {
		font-size:13px;
		text-align:right;
	}
	.header__contacts-label{
		font-size:8px;
	}
	.header__contacts-value {
		
	}
	.header__burger {
		margin-right:8px;
	}
	

}

/* End */


/* Start:/local/templates/bk/css/autoload/info-banner.css?17425520164644*/
.info-banner {
	color:#fff;
	margin:32px 0;
	padding:32px 0;

	background-position:center;
	background-size:cover;
	background-repeat:no-repeat;	
	
	position:relative;
	
	font-weight:300;
}

.info-banner_btn{
	margin-bottom:0;
}
.info-banner_short{
	max-width:1248px;
	margin:32px auto;
}
.info-banner:before {
	content:"";
	display:block;
	pointer-events:none;
	width:100%;
	height:100%;
	left:0;
	top:0;
	background: linear-gradient(0deg, rgba(0,0,0,1) 0%, rgba(0,0,0,0) 50%);
	position:absolute;
}

.info-banner__title {
	text-align:center;
	width:770px;
	margin:24px auto 0; 
	max-width:100%;
}

.info-banner__list{
	display:flex;
	justify-content:space-between;
	margin:48px 0; 
}

.info-banner__blur {
	background-color:rgba(13, 13, 13, 0.6);
	backdrop-filter: blur(5px);
	-webkit-backdrop-filter: blur(5px);
}
.info-banner__item{
	background-color:rgba(13, 13, 13, 0.6);
	backdrop-filter: blur(5px);
	-webkit-backdrop-filter: blur(5px);
	width:calc(33.33% - 32px);
	padding:48px 48px;
	box-sizing:border-box;
	position:relative;
}
.info-banner_btn .info-banner__item{ 
	padding-bottom:64px;
}

.info-banner__list_short .info-banner__item{
	background-color:transparent;
	backdrop-filter: none;
	-webkit-backdrop-filter: none;
	text-align:center;
}

.info-banner__item-icon {
	width:48px;
	height:48px;
	background-position:center;
	background-size:contain;
	background-repeat:no-repeat;
	margin: 0 auto 16px;
}

.info-banner__item-icon_warn {
	background-image:url(/local/templates/bk/css/autoload/assets/info-banner/warn.svg?2);
}

.info-banner__item-icon_guard {
	background-image:url(/local/templates/bk/css/autoload/assets/info-banner/guard.svg?2);
}

.info-banner__item-icon_info {
	background-image:url(/local/templates/bk/css/autoload/assets/info-banner/info.svg?2);
}

.info-banner__item-title{
	font-family: 'Montserrat',Arial,sans-serif;
	font-size:20px;
	font-weight:500;
	text-transform:uppercase;
}

.info-banner__list_short {
	width:640px;
	margin-left:auto;
	margin-right:auto;
}	
.info-banner__list_short .info-banner__item{ 
	width:33.33%;
	padding-left:16px;
	padding-right:16px;
}
.info-banner__list_short .info-banner__item-title{
	font-size:18px;
	
}

.info-banner__item-desc{
	font-size:16px;
	margin-top:16px;
}


.info-banner__phone {
	text-align:center;
	position:relative;
}
.info-banner__phone a{
	font-family: 'Montserrat',Arial,sans-serif;
	font-style: normal;
	font-weight: 700;
	font-size: 32px;
	line-height: 40px;
	text-align: center;
	text-transform: uppercase;
	color: #F7F9FA;
	text-decoration:none;
}


.info-banner__more {
	position:absolute;
	bottom:0;
	left:0;
	width:100%;
	height:48px;
	display:flex;
	align-items:center;
	justify-content:center;
	color:#fff;
	background:#838383;	
	border:1px solid #838383;
	cursor:pointer;
	text-decoration:none;
	box-sizing:border-box;
}

.info-banner__more:hover {
	color:#b51c21;
	background:#fff;	
	border:1px solid #b51c21;
}

.info-banner__more span{
	position:relative;
}
.info-banner__more span:after{
	content:"";
	display:block;
	position:absolute;
	right:-24px;
	top:50%;
	transform:translateY(-50%);
	width:16px;
	height:16px;
	background-image:url(/local/templates/bk/css/autoload/assets/info-banner/right-arrow.svg?2);
	background-position:center;
	background-size:contain;
	background-repeat:no-repeat;	
}
.info-banner__more:hover span:after{
	background-image:url(/local/templates/bk/css/autoload/assets/info-banner/right-arrow_red.svg?2);
}

.info-banner__btn {
	position:relative;
	background:#fff;
	border:1px solid #b51c21;
	color:#b51c21;

	font-family: 'Montserrat';
	font-weight: 600;
	font-size: 16px;
	text-align: center;
	text-transform: uppercase;
	text-decoration:none;
	margin:16px auto;
	padding:16px 32px;
	box-sizing:border-box;
	
	width:31%;
	min-width:284px;
	display:block;
	
	
	
}
	
@media screen and (max-width:1000px){

	.info-banner__item{
		padding:16px 24px;
		
	}
	.info-banner__item-title{
		font-size:18px;
	}
}

@media screen and (max-width:768px){
	
	.info-banner__list{
		flex-direction:column;
	}
	.info-banner__item {
		width:calc(100% + 32px);
		margin:8px -16px;
	}
	.info-banner_btn .info-banner__item {
		width:90%;
		margin:16px auto;
	}
	.info-banner__item-title{
		font-size:16px;
	}
	.info-banner__item-desc{
		font-size:14px;
	}
	
	
	.info-banner__phone a{
		font-size:25px;
	}
	.info-banner__list_short {
		align-items:center;
		width:100%;
	}
}

@media screen and (max-width:480px){
	.info-banner__more {
		font-size:14px;
	}
	.info-banner__more span:after {
		width:12px;
		height:12px;
		right:-20px;
	}
}

/* End */


/* Start:/local/templates/bk/css/autoload/item.css?17425520161898*/
.item {	
	position:relative;
	display:flex;
	background-position:center;
	background-size:cover;
	background-repeat:no-repeat;
	color:#fff;
	text-decoration:none;
	padding:16px 20px;
	box-sizing:border-box;
	width:100%;
	height:100%;
}
.item:after {
	content:"";
	display:block;
	position:absolute;
	left:0;
	top:0;
	width:100%;
	height:100%;
	
	background: -webkit-linear-gradient(180deg, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.3));
	background: -moz-linear-gradient(180deg, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.3));
	background: linear-gradient(180deg, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.3));
	transition:all 0.2s ease;
}
.item:hover {
	text-decoration:none;
}
.item:hover:after {	
	background: -webkit-linear-gradient(180deg, rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0.35));
	background: -moz-linear-gradient(180deg, rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0.35));
	background: linear-gradient(180deg, rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0.35));
}

.item__content {
	position:relative;
	z-index:10;
	flex-grow:1;
}
.item__title {
	font-weight:700;
	text-transform:uppercase;
	font-size:20px;	
}
.item_news .item__title {
	font-weight:400;
	text-transform:none;
	font-size:18px;		
}
.l-item_three .item__content {
	display:flex;
	flex-direction:column;
}
.item__desc {
	display:flex;
	line-height:1.15;
	margin-top:4px;
	font-weight:300;
	flex-grow:1;
}
.item__desc-label {
	border-right:1px solid #009fe3;
	padding-right:8px;
	margin-right:8px;
}
.item__desc-label:last-of-type {
	border-right:none;
	padding-right:0;
	margin-right:0;
}
.item__action {
	margin-top:24px;
	
}


.item__action .btn {
	display:inline-flex;
	font-size:15px;
	height:32px;
}

@media screen and (max-width:1000px){

}

@media screen and (max-width:768px){

}

@media screen and (max-width:480px){
	.item__title {
		font-size:18px;
	}
}

/* End */


/* Start:/local/templates/bk/css/autoload/l-drop-btn.css?1742552016902*/
.l-drop-btn {
	
}

.l-drop-btn__tabs {
	display:none;
}

.l-drop-btn__tab {
	height:42px; 
	width:50%;
	border-bottom:1px solid #B4B6B8;
	position:relative;
	padding:16px 32px;
	text-align:center;
	cursor:pointer;
	
}

.l-drop-btn__tab_active:after {
	content:"";
	display:block;
	position:absolute;
	bottom:-0.75px;
	left:0;
	width:100%;
	height:2px; 
	background:#b51c21;
}

.l-drop-btn__tab img {
	max-width:none;
	height:100%;
}


.l-drop-btn__cols {
	display:flex;
	justify-content:space-between;
}

.l-drop-btn__item {
	flex-shrink:0;
	width:calc(50% - 16px);
}

@media screen and (max-width:1000px){

}

@media screen and (max-width:768px){

	.l-drop-btn__tabs {
		display:flex;
	}	
	.l-drop-btn__item {
		width:100%;
		display:none;
	}
	.l-drop-btn__item_active {
		display:block;
	}
}

@media screen and (max-width:480px){

}

/* End */


/* Start:/local/templates/bk/css/autoload/l-item.css?1742552016693*/
.l-item__items {
	display:flex;
	flex-wrap:wrap;
	justify-content:space-between;	
	margin:0 -6px;
}

.l-item_three .l-item__items {
	justify-content:flex-start;
}

.l-item__item {
	margin:6px 6px;
	width:calc(50% - 12px);
	display:flex;
}
.l-item_three .l-item__item {
	width:calc(100% / 3 - 12px);
}

@media screen and (max-width:1000px) {
	.l-item__items {
		display:block;
		margin:0;
	}
	.l-item__item{
		margin:12px 0;
		width:100%;
	}
	.l-item_three .l-item__item {
		width:100%;
	}
}
@media screen and (max-width: 768px) {
}

@media screen and (max-width: 480px) {

}
@media screen and (max-width: 360px) {
	.l-item__item{
		margin:6px 0;
	}
}
/* End */


/* Start:/local/templates/bk/css/autoload/l-product.css?1742552016895*/
.l-product {
	
}
.l-product__items{
	display:flex;
	flex-wrap:wrap;
	justify-content:space-between;
}

.l-product__item {
	width:calc(25% - 24px);
	padding-bottom:24px;
	display:none;
}
.l-product__item_active{
	display:block;
}
.l-product__item_empty {
	display:block;
	background-color:transparent;
	
}
.l-product__more{
	text-transform:uppercase;
	display:flex;
	cursor:pointer;
}

.l-product__btn{
	justify-content:center;
	width:calc(50% - 12px);
	margin:0 auto;
	position:relative;
}

@media screen and (max-width:1000px){
	.l-product__item {
		width:calc(50% - 12px);
		padding-bottom:24px;
	}
	.l-product__item_empty {
		display:none;
	}	
	.l-product__btn{
		width:100%;
	}
}

@media screen and (max-width:768px){

}

@media screen and (max-width:480px){

	.l-product__item {
		width:calc(50% - 4px);
		padding-bottom:8px;
	}
}

/* End */


/* Start:/local/templates/bk/css/autoload/logo.css?174255201642*/
.logo {
	display:block;
	height:100%;
}
/* End */


/* Start:/local/templates/bk/css/autoload/main-banner.css?17425520161994*/
.main-banner {
	height: 594px;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;	
	color:#F7F9FA;
	display:flex;
	align-items:center;
	position:relative;
	font-weight:300;
}
.page_inner .main-banner {
	height:420px;
}
.main-banner:after {
	content:"";
	position:absolute;
	left:0;
	top:0;
	width:100%;
	height:100%;
	pointer-events:none;
	background:linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.6) 73.89%, rgba(0, 0, 0, 0.9) 98.37%);
}

.main-banner__content { 
	padding-left:96px;
	position:relative;
	z-index:10;
}
.main-banner__online {
	position:absolute;
	right:0;
	bottom:0;
	width:250px;
	height:50px;
	background:#b51c21;
	color:#fff;
	display:flex;
	align-items:center;

	padding:0 16px;	
	box-sizing:border-box;
	
	font-family:Montserrat,Arial,sans-serif;
	text-transform:uppercase;
	font-size:12px;
	font-weight:600;
	
	transform:translateY(100%);
}
.main-banner__online-icon {
	width:32px;
	height:32px;
	flex-shrink:0;
	margin-right:16px;
	background-image:url(/local/templates/bk/css/autoload/assets/main-banner/where.svg?2);
	background-position:center;
	background-size:contain;
	background-repeat:no-repeat;	
}
.main-banner__title { 
	font-family:Montserrat,Arial,sans-serif;
	font-size:40px;
	max-width:100%;
	text-transform:uppercase;
}
.main-banner__desc{
	max-width:100%;
}

.page_board .main-banner__desc {
	width:480px;	
}
.page_board .main-banner__title {
	width:480px;
}
.page_inner .main-banner__desc {
	width:480px;	
}

.main-banner__desc ul{
	margin-top:40px !important;
}

@media screen and (max-width:1000px){
	.main-banner__online {
		position:static;
		transform:none;
		margin:24px auto 0 0;
	}
}

@media screen and (max-width:768px){
	.main-banner {
		background-position:38% 50%;
		font-size:16px;
	}
	.main-banner__content { 
		padding:0;
	}
	.main-banner__title {
		font-size:30px;
	}	
}

@media screen and (max-width:480px){

}

/* End */


/* Start:/local/templates/bk/css/autoload/map-js.css?1742552016673*/
.map-js {
	height:100%;
	position:relative;
	background:#f9f9f9;
	cursor: pointer;
}
.map-js:before {
	background-image:url('/local/templates/bk/css/autoload/assets/map-js/bg.svg?2');
	background-repeat:no-repeat;
	background-size:contain;
	background-position:center center;
	height:64%;
	width:64%;
	position:absolute;
	content:"";
	display:block;
	top:18%;
	left:18%;
}

.map-js:after {
	content:"";
	display: block;
	position: absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	transition:all 0.2s ease;
}

.map-js_unlock {
	cursor: default;
}
.map-js_unlock:after {
	display: none;
}

.map-js:not(.map-js_unlock):hover:after{
	background: rgba(0,0,0,0.4);
}
/* End */


/* Start:/local/templates/bk/css/autoload/map.css?17425520161160*/
.map {
	width:100%;
	height:700px;	
	position:relative;
}

.map:after {
	content:"";
	display: block;
	position: absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	transition:all 0.2s ease;
}

.map_unlock {
	cursor: default;
}
.map_unlock:after {
	display: none;
}

.map:not(.map_unlock):hover:after{
	background: rgba(0,0,0,0.4);
}



.map__bg {
	width:100%;
	height:100%;
}

.map__content {
	position:absolute;
	width:500px;
	top:50px;
	left:50%;
	transform:translateX(-100%);
	background:#fff;
	padding:32px 32px 16px 32px;
	box-sizing:border-box;
	border:2px solid #CDCFD0;
	border-left:2px solid #b51c21;
	z-index:10;
}

.map h2 {
	margin:0;
	text-align:left;
	
}


.map_org h2 {
	font-size:24px;
}
.map_org .contact {
	margin:16px 0 32px;
}
@media screen and (max-width:1000px){

}

@media screen and (max-width:768px){
	.map {
		height:auto;
	}
	.map__content{
		position:relative;
		width:100%;
		top:auto;
		left:auto;
		transform:none;
		background:#F5F5F5;
		padding:0;
		box-sizing:border-box;
		border:0;
		padding:16px;
	}
	.map__bg {
		height:300px;
	}
}

/* End */


/* Start:/local/templates/bk/css/autoload/pack.css?17425520161719*/
.pack {
	margin: 32px 0;	
}

.pack__list {
	display: flex;
	justify-content: space-between;
	font-size: 16px;
}

.pack__item {
	width: calc(33.33% - 32px);
	flex-shrink: 0;
	box-sizing: border-box;
	display: flex;
	flex-direction:column;
	
	
	background:#fff;
	border: 1px solid #CDCFD0;
	border-left: 2px solid #b51c21;
	
	padding: 32px 16px 32px 3%;
}

.pack__title {
	font-size: 14px;
	text-transform: uppercase;
	padding-left:8px;
}

.pack__price {
	font-family: 'Montserrat',Arial,sans-serif;
	font-weight: 700;
	font-size: 36px;
	color: #b51c21;
	padding-left:8px;
	margin-top:16px;
}

.pack__desc {
	margin-top:24px;
}
.page__content .pack__desc li {
	margin:12px 0;
	font-size:15px;
}
.page__content .pack__desc li:after {
	background-image:url(/local/templates/bk/css/autoload/assets/pack/arrow.svg?2);
}

.pack__action {
	display:none;
}

@media screen and (max-width:1000px){

}

@media screen and (max-width:768px){
	.pack__item {
		width:100%;
		display:none;
	}
	.pack__item_active {
		display:flex;
	}
	
	.pack__action {
		display:flex;
		justify-content:space-between;

		font-size: 22px;
		line-height: 26px;
		color: #B4B6B8;
		margin-top:16px;
		align-items:center;
		user-select:none;
	}
	.pack__status {
		flex-grow:1;
		text-align:center;
	}
	.pack__btn {
		width:40px;
		height:40px;
		border:1px solid #B4B6B8;
		background-color:#fff;
		background-position:center;
		background-size:20%;
		background-repeat:no-repeat;
		cursor:pointer;
	}
	.pack__btn_prev {
		background-image:url(/local/templates/bk/css/autoload/assets/pack/prev.svg?2);
	}
	.pack__btn_next {
		background-image:url(/local/templates/bk/css/autoload/assets/pack/next.svg?2);
	}
}

@media screen and (max-width:480px){

}

/* End */


/* Start:/local/templates/bk/css/autoload/page.css?17442661101107*/
.page {
	background:#FBFBFB;
}
#bx-panel + .page .page__header{
	top:39px;
}
.page__header {
	height:65px;
	background:#fff;
	border-bottom:1px solid #E3E5E6;
	left:0;
	right:0;
	top:0;
	position:fixed;
	z-index:20;
}
.page__content {
	padding-top:65px;
}

.page__content ul {
	padding:0 0 0 8px;
	margin:16px 0;
}
.page__content li {
	list-style:none;
	padding:0 0 0 28px;
	margin:8px 0;
	position:relative;
}
.page__content li:after {
	content:"";
	display:block;
	position:absolute;
	top:0;
	left:0;
	width:16px;
	height:16px;
	background-image:url(/local/templates/bk/css/autoload/assets/page/arrow.svg?2);
	background-position:center;
	background-size:contain;
	background-repeat:no-repeat;	
}

.page__footer {
	background: #292C2E;
}

@media screen and (max-width:1000px){
	.page__header {
		height:50px;
		border-bottom:1px solid #ccc;
	}
	.page__content {
		padding-top:50px;
	}
}

@media screen and (max-width:768px){

}

@media screen and (max-width:480px){
	.page__header .container {
		padding:0 8px;
	}
	
	.page__footer {
		padding-bottom:48px;
	}
}




/* End */


/* Start:/local/templates/bk/css/autoload/prices.css?17425520161109*/
.prices {
	width:100%;
	overflow-x:auto;
	margin-bottom:80px;
	
}


.prices table {
    border-spacing: 0;
    /* border-collapse: collapse; */
	width:100%;
	
}

.prices td {
	padding:8px 16px;
	font-size: 16px;
	text-align:center;
}
.prices thead td {
	text-align:center;

	font-weight: 500;
	line-height: 19px;
	text-align: center;
	text-transform: uppercase;
	
	color:#b51c21;
}
.prices_digit, .prices b {
	font-weight:500;
	font-size:20px;
}

.prices tbody td {
	border-left: 2px solid #b51c21;
}
.prices tbody tr td:first-child {
	text-align:left;
}

.prices tbody tr:nth-child(2n+1) td {
	background-color:#F2F4F5;
}

@media screen and (max-width:1000px){
	.prices {
		padding-bottom:8px;
	}
}

@media screen and (max-width:768px){
	.prices {
		width:calc(100% + 32px);
		margin:0 -16px;
	}
	.prices table {
		margin:0 16px;
	}
	
	.prices thead td {
		font-size: 16px;
		line-height: 19px;
		text-transform: uppercase;
		min-width:280px;
	}

	.prices tbody td {
		font-size:14px;
	}	
}

@media screen and (max-width:480px){

}

/* End */


/* Start:/local/templates/bk/css/autoload/product.css?1742552016765*/
.product{
	background-color:#fff;
	border-left:3px solid #b51c21;
	height:100%;
}

.product__view {
	position:relative;
}
.product__view:after {
  content: '';
  display: block;
  padding-top: 80%;
}
.product__view-content {
  position: absolute;
  top: 16px;
  left: 16px;
  width: calc(100% - 32px);
  height: calc(100% - 32px);

	display:flex;
	align-items:center;
	justify-content:center;
}
.product__view-content a{
	display:flex;
	align-items:center;
	justify-content:center;
	height:100%;
	width:100%;
}
.product__view-content img{
  max-height:100%;
}

.product__content {
	padding:0 16px 16px;
}
.product__price{
	margin-top:4px;
}
.product__price span{
	font-weight:900;
}
.product__galley {
	display:none;
}
/* End */


/* Start:/local/templates/bk/css/autoload/text-image.css?1742552016740*/
.text-image {
	display:flex;
}

.text-image__text {
	flex-grow:1;
	margin-right:32px;
	padding:32px 5%;
	background:#fff;
	box-sizing:border-box;
	border: 2px solid #CDCFD0;
	border-left: 2px solid #b51c21;


}
.text-image__image {
	flex-shrink:0;
	width:55%;
	background-position:center;
	background-size:cover;
	background-repeat:no-repeat;	
}

@media screen and (max-width:1000px){

}

@media screen and (max-width:768px){
	.text-image{
		flex-direction:column-reverse;
	}

	.text-image__text {
		margin-right:0;
		padding:0;
		background:transparent;
		border:0;
	}
	.text-image__image {
		width:100%;
		height:0;
		padding-bottom:53.43%;
	}
	
}

@media screen and (max-width:480px){

}

/* End */


/* Start:/local/templates/bk/css/autoload/top-menu.css?17508395234739*/
.top-menu{
	display:flex;
	justify-content:space-around;
	height:100%;
	font-size:16px;
	position: relative;
	margin:0;
	padding:0;
	font-weight:400;
}

.top-menu ul {
    margin:0;
	padding:0;
}
.top-menu li {
	list-style:none;
}
.top-menu b {
    font-weight:700;
}
.top-menu li:before {
    display:none;
}

.top-menu__item{
	display:flex;
	height:100%;
	flex-grow:1;
	
	margin:0;	
	padding:0;
}

.top-menu__item:hover{
	
}

.top-menu__item:hover .top-menu__submenu {
	opacity:1;
	visibility: visible;
}

.top-menu__link {
	display:flex;
	height:100%;
	flex-grow:1;
	text-decoration:none;
	position:relative;
}
.top-menu__item:hover .top-menu__link:after {
	content:""; 
	display:block;
	position:absolute;
	left:0;
	bottom:-1px;
	width:100%;
	height:2px;
	background-color:#b51c21;
}
.top-menu__text{
	display:flex;
	width:100%;
	text-align:center;
	padding:0 8px;
	box-sizing:border-box;

	align-items:center;
	justify-content:center;	
	
	color:#616974;
	
	font-weight:400;
	
	line-height:1; 
}

.top-menu__item:hover .top-menu__text{
	color:#b51c21;
}
.top-menu__submenu{
	visibility: hidden;
	opacity:0;
	position:absolute;
	top:66.55px;
	background:#fff;
	transition: all .2s ease .2s;
	z-index:20;
	display:flex;
	box-sizing:border-box;
	border:1px solid #E3E5E6;
	border-top:0;
	font-size:14px;
	max-width:100%;
}

.top-menu__group{
	box-sizing:border-box;
	width:272px;
	padding:12px 0;
	margin:0;
}

/* .top-menu__group:after{
	content:"";
	display:block;
	height:calc(100% - 24px);
	width:2px;
	background:#1c6992;
	position:absolute;
	top:12px;
	right:2px;
	
}
.top-menu__group:last-child:after{
	display:none;
}
 */
.top-menu__sub-item{
	line-height:1.15;
	text-align:left;
	margin:0;
	padding:0;
}

.top-menu__sub-link{
	color:#000;
	text-decoration:none;
	padding:10px 32px;
	box-sizing:border-box;
	display:inline-block;
	width:100%;
	height:100%;
	transition:all 0.2s ease;

	
}

span.top-menu__sub-item{
	cursor: default;
}

a.top-menu__sub-link:hover{
	background:#F2F4F5;
}



@media screen and (max-width: 1000px) {
	.top-menu{
		display:block;
		padding:8px 0 8px;
		box-sizing:border-box;
		height:auto;
		margin-bottom:8px;
		max-height:calc(100dvh - 64px);
		overflow:auto;
	}
	.top-menu__item{
		padding:8px 0 7px;
		height:auto;
		border-bottom:1px solid #f2f3f6;
		position: relative;
	}
	
	.top-menu__item_mobile{
		display:block;
	}

	.top-menu__item:hover{
		background:transparent;
	}
	
	.top-menu__item:after {
		display:none;
	}
	
	.top-menu__link{
		height:auto;
	}
	.top-menu__text{
		justify-content:flex-start;
		font-size:14px;
	}
	.top-menu__view{
		display:flex;
	}
		
	.top-menu__submenu{
		visibility: hidden;
		opacity: 0;
		position: relative;
		top: 0;
		background: transparent;
		transition: none;
		z-index: 20;
		padding: 0 !important;
		margin:16px 0 !important;
		box-shadow: none;
		display:none;
		transform: translateX(0);
		border:0;
	}

	.top-menu__item_open .top-menu__submenu {
		visibility: visible;
		opacity:1;
	}


	.top-menu__item_multi {
		position:relative;
		display:block;
	}
	.top-menu__item_multi .top-menu__link:before {
		background-image:url('/local/templates/bk/css/autoload/assets/top-menu/arrow.svg?2');
		background-repeat:no-repeat;
		background-position:center;
		width:24px;
		height:24px;
		content:"";
		display:block;
		clear:both;
		position:absolute;
		right:0;
		top:50%;
		transition: all 0.2s;
		pointer-events:none;
		background-color:transparent;
		transform:translateY(-50%) rotate(-90deg);
		transform-origin:center;
	}
	.top-menu__item_open .top-menu__link:before{
		transform:translateY(-50%) rotate(0);
	}
	.top-menu__sub-item{
	}
	
	.top-menu__group{
		width:100%;
		box-sizing:border-box;
		padding:0;
		margin:0;
	}
	.top-menu__group:after{
		display:none;
	}
	.top-menu__sub-link{
		color:#616974;
		line-height:1.4;
		font-size:13px;
	}


	.top-menu__sub-link b{
		position: relative;
		padding-left:10px;
		margin-left:-24px;
		margin-top:8px;
	}
	
	.top-menu__group:not(:first-child) .top-menu__sub-link b{
		margin-top:16px;
	}
	
	.top-menu__sub-link b:before{
		content:"";
		display: block;
		position: absolute;
		left:0;
		top:0;
		width:2px;
		height:16px;
		background:#c30d14;
	}
	
	.top-menu__item{
		border-bottom:0;

		padding:8px 24px;	
		margin:8px 0;			
	}
	.top-menu__item:hover{
		background:#F7F9FA;
	}
	.top-menu__item:hover .top-menu__link:after {
		display:none;
	}
	.top-menu__text {
		font-size:18px;
	}
}


@media screen and (max-width: 768px) {
	
}
/* End */


/* Start:/local/templates/bk/css/autoload/warning.css?17425520161637*/
.warning {
	margin:32px 0;
	background-color:#F2F4F5;
	display:flex;
	align-items:center;
	padding:24px 4%;
}

.warning__view {
	width:6%;
	height:70px;
	background-image:url(/local/templates/bk/css/autoload/assets/warning/icon.svg?2);
	background-position:center;
	background-size:contain;
	background-repeat:no-repeat;
	flex-shrink:0;
	margin-right:7%;
}

.warning__header{
	width:300px;
	margin-right:4%
}
.warning__title {
	font-weight: 800;
	font-size: 24px;
	line-height: 1.25;
	text-transform: uppercase;

	color: #b51c21;
}
.warning__desc {
	font-weight: 500;
	font-size: 20px;
	color: #464A4D;
}
.warning__content{
	font-size:16px;
	color:#464A4D;
}

.warning__content-full {
	
}
.warning__number{
	text-transform:uppercase;
	font-size:18px;
	font-weight:500;
}

.warning__content-half {
	width:56%;
}

.warning__content-scammer{
	text-transform:uppercase;
	margin-top:16px;
	font-size:18px;
	font-weight:500;
}


@media screen and (max-width:1000px){

}

@media screen and (max-width:768px){
	.warning {
		flex-direction:column;
	}
	.warning__view {
		display:none;
	}
	.warning__header {
		width:512px;
		max-width:100%;
		text-align:center;
	}
	.warning__title {
		font-size:24px;
	}
	.warning__desc {
		margin-top:16px;
		font-size:16px;
	}
	.warning__content {
		width:512px;
		max-width:100%;
		text-align:center;
		margin-top:16px;
		font-size:16px;
	}

	.warning__content-half {
		width:100%;
	}
	.warning__number{
		display:block;
		font-size:20px;
	}
	.warning__content-scammer{
		font-size:16px;
	}
}

@media screen and (max-width:480px){

}

/* End */


/* Start:/local/templates/bk/vendor/fancybox/jquery.fancybox.min.css?174255201612795*/
body.compensate-for-scrollbar{overflow:hidden}.fancybox-active{height:auto}.fancybox-is-hidden{left:-9999px;margin:0;position:absolute!important;top:-9999px;visibility:hidden}.fancybox-container{-webkit-backface-visibility:hidden;height:100%;left:0;outline:none;position:fixed;-webkit-tap-highlight-color:transparent;top:0;-ms-touch-action:manipulation;touch-action:manipulation;transform:translateZ(0);width:100%;z-index:99992}.fancybox-container *{box-sizing:border-box}.fancybox-bg,.fancybox-inner,.fancybox-outer,.fancybox-stage{bottom:0;left:0;position:absolute;right:0;top:0}.fancybox-outer{-webkit-overflow-scrolling:touch;overflow-y:auto}.fancybox-bg{background:#1e1e1e;opacity:0;transition-duration:inherit;transition-property:opacity;transition-timing-function:cubic-bezier(.47,0,.74,.71)}.fancybox-is-open .fancybox-bg{opacity:.9;transition-timing-function:cubic-bezier(.22,.61,.36,1)}.fancybox-caption,.fancybox-infobar,.fancybox-navigation .fancybox-button,.fancybox-toolbar{direction:ltr;opacity:0;position:absolute;transition:opacity .25s ease,visibility 0s ease .25s;visibility:hidden;z-index:99997}.fancybox-show-caption .fancybox-caption,.fancybox-show-infobar .fancybox-infobar,.fancybox-show-nav .fancybox-navigation .fancybox-button,.fancybox-show-toolbar .fancybox-toolbar{opacity:1;transition:opacity .25s ease 0s,visibility 0s ease 0s;visibility:visible}.fancybox-infobar{color:#ccc;font-size:13px;-webkit-font-smoothing:subpixel-antialiased;height:44px;left:0;line-height:44px;min-width:44px;mix-blend-mode:difference;padding:0 10px;pointer-events:none;top:0;-webkit-touch-callout:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.fancybox-toolbar{right:0;top:0}.fancybox-stage{direction:ltr;overflow:visible;transform:translateZ(0);z-index:99994}.fancybox-is-open .fancybox-stage{overflow:hidden}.fancybox-slide{-webkit-backface-visibility:hidden;display:none;height:100%;left:0;outline:none;overflow:auto;-webkit-overflow-scrolling:touch;padding:44px;position:absolute;text-align:center;top:0;transition-property:transform,opacity;white-space:normal;width:100%;z-index:99994}.fancybox-slide:before{content:"";display:inline-block;font-size:0;height:100%;vertical-align:middle;width:0}.fancybox-is-sliding .fancybox-slide,.fancybox-slide--current,.fancybox-slide--next,.fancybox-slide--previous{display:block}.fancybox-slide--image{overflow:hidden;padding:44px 0}.fancybox-slide--image:before{display:none}.fancybox-slide--html{padding:6px}.fancybox-content{background:#fff;display:inline-block;margin:0;max-width:100%;overflow:auto;-webkit-overflow-scrolling:touch;padding:44px;position:relative;text-align:left;vertical-align:middle}.fancybox-slide--image .fancybox-content{animation-timing-function:cubic-bezier(.5,0,.14,1);-webkit-backface-visibility:hidden;background:transparent;background-repeat:no-repeat;background-size:100% 100%;left:0;max-width:none;overflow:visible;padding:0;position:absolute;top:0;transform-origin:top left;transition-property:transform,opacity;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;z-index:99995}.fancybox-can-zoomOut .fancybox-content{cursor:zoom-out}.fancybox-can-zoomIn .fancybox-content{cursor:zoom-in}.fancybox-can-pan .fancybox-content,.fancybox-can-swipe .fancybox-content{cursor:grab}.fancybox-is-grabbing .fancybox-content{cursor:grabbing}.fancybox-container [data-selectable=true]{cursor:text}.fancybox-image,.fancybox-spaceball{background:transparent;border:0;height:100%;left:0;margin:0;max-height:none;max-width:none;padding:0;position:absolute;top:0;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;width:100%}.fancybox-spaceball{z-index:1}.fancybox-slide--iframe .fancybox-content,.fancybox-slide--map .fancybox-content,.fancybox-slide--pdf .fancybox-content,.fancybox-slide--video .fancybox-content{height:100%;overflow:visible;padding:0;width:100%}.fancybox-slide--video .fancybox-content{background:#000}.fancybox-slide--map .fancybox-content{background:#e5e3df}.fancybox-slide--iframe .fancybox-content{background:#fff}.fancybox-iframe,.fancybox-video{background:transparent;border:0;display:block;height:100%;margin:0;overflow:hidden;padding:0;width:100%}.fancybox-iframe{left:0;position:absolute;top:0}.fancybox-error{background:#fff;cursor:default;max-width:400px;padding:40px;width:100%}.fancybox-error p{color:#444;font-size:16px;line-height:20px;margin:0;padding:0}.fancybox-button{background:rgba(30,30,30,.6);border:0;border-radius:0;box-shadow:none;cursor:pointer;display:inline-block;height:44px;margin:0;padding:10px;position:relative;transition:color .2s;vertical-align:top;visibility:inherit;width:44px}.fancybox-button,.fancybox-button:link,.fancybox-button:visited{color:#ccc}.fancybox-button:hover{color:#fff}.fancybox-button:focus{outline:none}.fancybox-button.fancybox-focus{outline:1px dotted}.fancybox-button[disabled],.fancybox-button[disabled]:hover{color:#888;cursor:default;outline:none}.fancybox-button div{height:100%}.fancybox-button svg{display:block;height:100%;overflow:visible;position:relative;width:100%}.fancybox-button svg path{fill:currentColor;stroke-width:0}.fancybox-button--fsenter svg:nth-child(2),.fancybox-button--fsexit svg:first-child,.fancybox-button--pause svg:first-child,.fancybox-button--play svg:nth-child(2){display:none}.fancybox-progress{background:#ff5268;height:2px;left:0;position:absolute;right:0;top:0;transform:scaleX(0);transform-origin:0;transition-property:transform;transition-timing-function:linear;z-index:99998}.fancybox-close-small{background:transparent;border:0;border-radius:0;color:#ccc;cursor:pointer;opacity:.8;padding:8px;position:absolute;right:-12px;top:-44px;z-index:401}.fancybox-close-small:hover{color:#fff;opacity:1}.fancybox-slide--html .fancybox-close-small{color:currentColor;padding:10px;right:0;top:0}.fancybox-slide--image.fancybox-is-scaling .fancybox-content{overflow:hidden}.fancybox-is-scaling .fancybox-close-small,.fancybox-is-zoomable.fancybox-can-pan .fancybox-close-small{display:none}.fancybox-navigation .fancybox-button{background-clip:content-box;height:100px;opacity:0;position:absolute;top:calc(50% - 50px);width:70px}.fancybox-navigation .fancybox-button div{padding:7px}.fancybox-navigation .fancybox-button--arrow_left{left:0;left:env(safe-area-inset-left);padding:31px 26px 31px 6px}.fancybox-navigation .fancybox-button--arrow_right{padding:31px 6px 31px 26px;right:0;right:env(safe-area-inset-right)}.fancybox-caption{background:linear-gradient(0deg,rgba(0,0,0,.85) 0,rgba(0,0,0,.3) 50%,rgba(0,0,0,.15) 65%,rgba(0,0,0,.075) 75.5%,rgba(0,0,0,.037) 82.85%,rgba(0,0,0,.019) 88%,transparent);bottom:0;color:#eee;font-size:14px;font-weight:400;left:0;line-height:1.5;padding:75px 44px 25px;pointer-events:none;right:0;text-align:center;z-index:99996}@supports (padding:max(0px)){.fancybox-caption{padding:75px max(44px,env(safe-area-inset-right)) max(25px,env(safe-area-inset-bottom)) max(44px,env(safe-area-inset-left))}}.fancybox-caption--separate{margin-top:-50px}.fancybox-caption__body{max-height:50vh;overflow:auto;pointer-events:all}.fancybox-caption a,.fancybox-caption a:link,.fancybox-caption a:visited{color:#ccc;text-decoration:none}.fancybox-caption a:hover{color:#fff;text-decoration:underline}.fancybox-loading{animation:a 1s linear infinite;background:transparent;border:4px solid #888;border-bottom-color:#fff;border-radius:50%;height:50px;left:50%;margin:-25px 0 0 -25px;opacity:.7;padding:0;position:absolute;top:50%;width:50px;z-index:99999}@keyframes a{to{transform:rotate(1turn)}}.fancybox-animated{transition-timing-function:cubic-bezier(0,0,.25,1)}.fancybox-fx-slide.fancybox-slide--previous{opacity:0;transform:translate3d(-100%,0,0)}.fancybox-fx-slide.fancybox-slide--next{opacity:0;transform:translate3d(100%,0,0)}.fancybox-fx-slide.fancybox-slide--current{opacity:1;transform:translateZ(0)}.fancybox-fx-fade.fancybox-slide--next,.fancybox-fx-fade.fancybox-slide--previous{opacity:0;transition-timing-function:cubic-bezier(.19,1,.22,1)}.fancybox-fx-fade.fancybox-slide--current{opacity:1}.fancybox-fx-zoom-in-out.fancybox-slide--previous{opacity:0;transform:scale3d(1.5,1.5,1.5)}.fancybox-fx-zoom-in-out.fancybox-slide--next{opacity:0;transform:scale3d(.5,.5,.5)}.fancybox-fx-zoom-in-out.fancybox-slide--current{opacity:1;transform:scaleX(1)}.fancybox-fx-rotate.fancybox-slide--previous{opacity:0;transform:rotate(-1turn)}.fancybox-fx-rotate.fancybox-slide--next{opacity:0;transform:rotate(1turn)}.fancybox-fx-rotate.fancybox-slide--current{opacity:1;transform:rotate(0deg)}.fancybox-fx-circular.fancybox-slide--previous{opacity:0;transform:scale3d(0,0,0) translate3d(-100%,0,0)}.fancybox-fx-circular.fancybox-slide--next{opacity:0;transform:scale3d(0,0,0) translate3d(100%,0,0)}.fancybox-fx-circular.fancybox-slide--current{opacity:1;transform:scaleX(1) translateZ(0)}.fancybox-fx-tube.fancybox-slide--previous{transform:translate3d(-100%,0,0) scale(.1) skew(-10deg)}.fancybox-fx-tube.fancybox-slide--next{transform:translate3d(100%,0,0) scale(.1) skew(10deg)}.fancybox-fx-tube.fancybox-slide--current{transform:translateZ(0) scale(1)}@media (max-height:576px){.fancybox-slide{padding-left:6px;padding-right:6px}.fancybox-slide--image{padding:6px 0}.fancybox-close-small{right:-6px}.fancybox-slide--image .fancybox-close-small{background:#4e4e4e;color:#f2f4f6;height:36px;opacity:1;padding:6px;right:0;top:0;width:36px}.fancybox-caption{padding-left:12px;padding-right:12px}@supports (padding:max(0px)){.fancybox-caption{padding-left:max(12px,env(safe-area-inset-left));padding-right:max(12px,env(safe-area-inset-right))}}}.fancybox-share{background:#f4f4f4;border-radius:3px;max-width:90%;padding:30px;text-align:center}.fancybox-share h1{color:#222;font-size:35px;font-weight:700;margin:0 0 20px}.fancybox-share p{margin:0;padding:0}.fancybox-share__button{border:0;border-radius:3px;display:inline-block;font-size:14px;font-weight:700;line-height:40px;margin:0 5px 10px;min-width:130px;padding:0 15px;text-decoration:none;transition:all .2s;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;white-space:nowrap}.fancybox-share__button:link,.fancybox-share__button:visited{color:#fff}.fancybox-share__button:hover{text-decoration:none}.fancybox-share__button--fb{background:#3b5998}.fancybox-share__button--fb:hover{background:#344e86}.fancybox-share__button--pt{background:#bd081d}.fancybox-share__button--pt:hover{background:#aa0719}.fancybox-share__button--tw{background:#1da1f2}.fancybox-share__button--tw:hover{background:#0d95e8}.fancybox-share__button svg{height:25px;margin-right:7px;position:relative;top:-1px;vertical-align:middle;width:25px}.fancybox-share__button svg path{fill:#fff}.fancybox-share__input{background:transparent;border:0;border-bottom:1px solid #d7d7d7;border-radius:0;color:#5d5b5b;font-size:14px;margin:10px 0 0;outline:none;padding:10px 15px;width:100%}.fancybox-thumbs{background:#ddd;bottom:0;display:none;margin:0;-webkit-overflow-scrolling:touch;-ms-overflow-style:-ms-autohiding-scrollbar;padding:2px 2px 4px;position:absolute;right:0;-webkit-tap-highlight-color:rgba(0,0,0,0);top:0;width:212px;z-index:99995}.fancybox-thumbs-x{overflow-x:auto;overflow-y:hidden}.fancybox-show-thumbs .fancybox-thumbs{display:block}.fancybox-show-thumbs .fancybox-inner{right:212px}.fancybox-thumbs__list{font-size:0;height:100%;list-style:none;margin:0;overflow-x:hidden;overflow-y:auto;padding:0;position:absolute;position:relative;white-space:nowrap;width:100%}.fancybox-thumbs-x .fancybox-thumbs__list{overflow:hidden}.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar{width:7px}.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-track{background:#fff;border-radius:10px;box-shadow:inset 0 0 6px rgba(0,0,0,.3)}.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-thumb{background:#2a2a2a;border-radius:10px}.fancybox-thumbs__list a{-webkit-backface-visibility:hidden;backface-visibility:hidden;background-color:rgba(0,0,0,.1);background-position:50%;background-repeat:no-repeat;background-size:cover;cursor:pointer;float:left;height:75px;margin:2px;max-height:calc(100% - 8px);max-width:calc(50% - 4px);outline:none;overflow:hidden;padding:0;position:relative;-webkit-tap-highlight-color:transparent;width:100px}.fancybox-thumbs__list a:before{border:6px solid #ff5268;bottom:0;content:"";left:0;opacity:0;position:absolute;right:0;top:0;transition:all .2s cubic-bezier(.25,.46,.45,.94);z-index:99991}.fancybox-thumbs__list a:focus:before{opacity:.5}.fancybox-thumbs__list a.fancybox-thumbs-active:before{opacity:1}@media (max-width:576px){.fancybox-thumbs{width:110px}.fancybox-show-thumbs .fancybox-inner{right:110px}.fancybox-thumbs__list a{max-width:calc(100% - 10px)}}
/* End */
/* /local/templates/bk/vendor/normalize.css?17425520166487 */
/* /local/templates/bk/css/autoload/_style.css?1742552016982 */
/* /local/templates/bk/css/autoload/action.css?17425520161105 */
/* /local/templates/bk/css/autoload/allowance.css?17425520161134 */
/* /local/templates/bk/css/autoload/block.css?17425520161479 */
/* /local/templates/bk/css/autoload/btn.css?1742552016292 */
/* /local/templates/bk/css/autoload/col.css?1742552016164 */
/* /local/templates/bk/css/autoload/contact.css?1742552016995 */
/* /local/templates/bk/css/autoload/container.css?1742552016276 */
/* /local/templates/bk/css/autoload/detail.css?1742552016422 */
/* /local/templates/bk/css/autoload/drop-btn.css?17425520162861 */
/* /local/templates/bk/css/autoload/fix-footer.css?1744266230908 */
/* /local/templates/bk/css/autoload/footer.css?17425565671437 */
/* /local/templates/bk/css/autoload/form.css?1742552016996 */
/* /local/templates/bk/css/autoload/full-banner-btn.css?17425520162279 */
/* /local/templates/bk/css/autoload/full-banner.css?17425520162257 */
/* /local/templates/bk/css/autoload/header.css?17425566672069 */
/* /local/templates/bk/css/autoload/info-banner.css?17425520164644 */
/* /local/templates/bk/css/autoload/item.css?17425520161898 */
/* /local/templates/bk/css/autoload/l-drop-btn.css?1742552016902 */
/* /local/templates/bk/css/autoload/l-item.css?1742552016693 */
/* /local/templates/bk/css/autoload/l-product.css?1742552016895 */
/* /local/templates/bk/css/autoload/logo.css?174255201642 */
/* /local/templates/bk/css/autoload/main-banner.css?17425520161994 */
/* /local/templates/bk/css/autoload/map-js.css?1742552016673 */
/* /local/templates/bk/css/autoload/map.css?17425520161160 */
/* /local/templates/bk/css/autoload/pack.css?17425520161719 */
/* /local/templates/bk/css/autoload/page.css?17442661101107 */
/* /local/templates/bk/css/autoload/prices.css?17425520161109 */
/* /local/templates/bk/css/autoload/product.css?1742552016765 */
/* /local/templates/bk/css/autoload/text-image.css?1742552016740 */
/* /local/templates/bk/css/autoload/top-menu.css?17508395234739 */
/* /local/templates/bk/css/autoload/warning.css?17425520161637 */
/* /local/templates/bk/vendor/fancybox/jquery.fancybox.min.css?174255201612795 */
