

/* Start:/local/templates/versal_sw/components/bitrix/news.list/contact_phones_header/style.css?1765372069150*/
div.news-list
{
	word-wrap: break-word;
}
div.news-list img.preview_picture
{
	float:left;
	margin:0 4px 6px 0;
}
.news-date-time {
	color:#486DAA;
}

/* End */


/* Start:/local/templates/versal_sw/components/bitrix/sale.basket.basket.line/versal/style.css?17767662428660*/
.bx-basket {
	--basket-accent: #ffffff;
	--basket-muted-opacity: 0.75;
	--basket-divider-opacity: 0.35;
	--basket-count-bg-opacity: 0.18;
	position: relative;
	font-size: 14px;
	line-height: 1.2;
}

.bx-basket.bx-opener {
	display: flex;
	align-items: center;
}

.bx-hdr-profile--versal {
	display: flex;
	align-items: center;
	justify-content: flex-end;
	flex-wrap: wrap;
	gap: 10px 16px;
	width: 100%;
}

.bx-basket-block {
	margin: 0;
	position: relative;
	white-space: nowrap;
}

.bx-basket-block--author {
	display: inline-flex;
	align-items: center;
	gap: 10px;
	font-size: 13px;
}

.bx-basket-link-text {
	color: inherit;
	opacity: 0.9;
	text-decoration: none;
	transition: opacity 0.2s ease;
}

.bx-basket-link-text:hover {
	opacity: 1;
}

.bx-basket-block--main {
	display: flex;
	align-items: center;
	position: relative;
	padding-left: 18px;
	min-height: 34px;
}

.bx-basket-block--main::before {
	content: "";
	position: absolute;
	left: 0;
	top: 50%;
	width: 1px;
	height: 24px;
	background: currentColor;
	opacity: var(--basket-divider-opacity);
	transform: translateY(-50%);
}

.bx-basket-link {
	display: inline-flex;
	align-items: center;
	gap: 10px;
	color: inherit;
	text-decoration: none;
	transition: opacity 0.2s ease;
}

.bx-basket-link:hover {
	opacity: 1;
}

.bx-basket-link__icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 18px;
	height: 18px;
	flex-shrink: 0;
	opacity: var(--basket-muted-opacity);
}

.bx-basket-link__icon svg {
	width: 100%;
	height: 100%;
	display: block;
}

.bx-basket-link__text {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	gap: 2px;
	line-height: 1;
}

.bx-basket-link__title {
	font-size: 14px;
	line-height: 18px;
	font-weight: 500;
	color: #ac9c8d;
}

.bx-basket-link__status {
	font-size: 16px;
	line-height: 20px;
	font-weight: 500;
	color: #4d654d;
	transition: 0.4s;
}

.bx-basket-link:hover .bx-basket-link__status {
	color: #d18e2c;
}

.bx-basket-link__sum {
	font-size: 12px;
	line-height: 16px;
	font-weight: 500;
	color: #ac9c8d;
}

.bx-basket-link__count {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 20px;
	height: 20px;
	padding: 0 5px;
	margin-left: 4px;
	border: 1px solid currentColor;
	border-radius: 999px;
	background: rgba(255, 255, 255, var(--basket-count-bg-opacity));
	font-size: 11px;
	font-weight: 700;
	line-height: 1;
}

.bx-basket-meta {
	margin-left: 10px;
	font-size: 12px;
	opacity: var(--basket-muted-opacity);
	line-height: 1.2;
}

.bx-basket-meta strong {
	font-weight: 700;
}

.bx-basket-personal-link {
	margin-left: 10px;
	color: inherit;
	font-size: 13px;
	text-decoration: none;
	opacity: var(--basket-muted-opacity);
	transition: opacity 0.2s ease;
}

.bx-basket-personal-link:hover {
	opacity: 1;
}

/* FIXED BASKET */

@media (min-width: 768px) {
	.bx-basket-fixed {
		position: fixed;
		z-index: 100;
		overflow: hidden;
		padding-top: 10px;
		width: 240px;
		border: 1px solid #e4e6de;
		border-radius: 14px;
		background: #ffffff;
		box-shadow: 0 15px 36px rgba(29, 33, 20, 0.12);
		color: #43502c;
	}

	.bx-basket-fixed .bx-hdr-profile--versal {
		justify-content: flex-start;
		gap: 8px;
		padding: 0 10px 10px;
	}

	.bx-basket-fixed .bx-basket-block--main {
		padding-left: 0;
	}

	.bx-basket-fixed .bx-basket-block--main::before {
		display: none;
	}

	.bx-basket-fixed.top { top: 10px; }

	.bx-basket-fixed.right { right: 10px; }

	.bx-basket-fixed.bottom { bottom: 10px; }

	.bx-basket-fixed.left { left: 10px; }

	.bx-basket-fixed.bx-max-height {
		top: 10px;
		bottom: 10px;
	}

	.block-store-catalog-list .bx-basket-fixed.bottom { bottom: 140px; }
	.block-store-catalog-list .bx-basket-fixed.left { left: 30px; }
}

@media (min-width: 768px) and (width <= 992px) {
	.block-store-catalog-list .bx-basket-fixed.bottom { bottom: 140px; }
	.block-store-catalog-list .bx-basket-fixed.left { left: 30px; }
}

@media (max-width: 767px) {
	.bx-basket-fixed {
		position: fixed;
		right: 0;
		bottom: 0;
		left: 0;
		z-index: 100;
		overflow: hidden;
		padding-top: 10px;
		border: 1px solid #e4e6de;
		border-radius: 14px 14px 0 0;
		background: #ffffff;
		box-shadow: 0 -12px 32px rgba(29, 33, 20, 0.12);
	}

	.bx-basket-item-list { display: none; }

	.block-wrapper .bx-basket-fixed {
		padding-top: 0;
	}

	.block-wrapper .bx-basket-fixed .bx-hdr-profile {
		display: flex;
		justify-content: space-between;
	}

	.block-wrapper .bx-basket-fixed .bx-hdr-profile .bx-basket-block {
		padding-bottom: 0;
	}
}

.bx-basket-item-list {
	position: relative;
	overflow: hidden;
	padding-bottom: 20px;
	border-top: 1px solid #eceee7;
}

.bx-opener .bx-basket-item-list { padding-bottom: 75px; }

.bx-max-height .bx-basket-item-list {
	position: absolute;
	right: 0;
	bottom: 0;
	left: 0;
}

.bx-closed .bx-basket-item-list {
	overflow: hidden;
	height: 20px;
}

.bx-basket-item-list-action {
	position: absolute;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 120;
	padding: 3px 0;
	height: 20px;
	background: #f7f7f4;
	color: #4f4f4f;
	vertical-align: middle;
	text-align: center;
	font-size: 12px;
	line-height: 14px;
	cursor: pointer;
}

.bx-basket-item-list-button-container {
	position: absolute;
	right: 0;
	bottom: 20px;
	left: 0;
	padding: 10px 0;
	border-top: 1px solid #eceee7;
	background: #ffffff;
	text-align: center;
}

.bx-basket-item-list-container {
	overflow-y: auto;
	max-height: 100%;
}

.bx-basket-item-list-item {
	position: relative;
	margin-bottom: 15px;
	padding: 15px 12px 0;
	border-bottom: 1px solid #eceee7;
}

.bx-basket-item-list-container .bx-basket-item-list-item:last-child {
	margin-bottom: 0;
	border-bottom: none;
}

.bx-basket-item-list-item-status {
	margin: 0 10px 20px;
	padding: 3px;
	border-radius: 3px;
	background: #f2f2ef;
	text-align: center;
	white-space: normal;
	font-weight: 700;
	font-size: 12px;
	line-height: 16px;
}

.bx-basket-item-list-item-img {
	position: relative;
	padding-bottom: 5px;
	text-align: center;
}

.bx-basket-item-list-item-img img {
	max-width: 90px;
	height: auto;
	border: 1px solid #e6e6e6;
}

.bx-basket-item-list-item-name { padding-bottom: 5px; }

.bx-basket-item-list-item-name a {
	color: #43502c;
	font-size: 13px;
	line-height: 16px;
	text-decoration: none;
}

.bx-basket-item-list-item-name a:hover {
	color: #d18e2c;
}

.bx-basket-item-list-item-remove {
	position: absolute;
	top: -7px;
	right: 10px;
	width: 20px;
	height: 20px;
	opacity: 0.5;
	cursor: pointer;
	transition: 250ms linear all;
}

.bx-basket-item-list-item-remove:after,
.bx-basket-item-list-item-remove:before {
	position: absolute;
	top: 50%;
	left: 50%;
	display: block;
	width: 10px;
	height: 2px;
	border-radius: 1px;
	background-color: #333;
	content: '';
	transform: translate(-50%, -50%);
}

.bx-basket-item-list-item-remove:after {
	-webkit-transform: translate(-50%, -50%) rotate(45deg);
	-moz-transform: translate(-50%, -50%) rotate(45deg);
	-ms-transform: translate(-50%, -50%) rotate(45deg);
	-o-transform: translate(-50%, -50%) rotate(45deg);
	transform: translate(-50%, -50%) rotate(45deg);
}

.bx-basket-item-list-item-remove:before {
	-webkit-transform: translate(-50%, -50%) rotate(135deg);
	-moz-transform: translate(-50%, -50%) rotate(135deg);
	-ms-transform: translate(-50%, -50%) rotate(135deg);
	-o-transform: translate(-50%, -50%) rotate(135deg);
	transform: translate(-50%, -50%) rotate(135deg);
}

.bx-basket-item-list-item-remove:hover { opacity: 0.7; }

.bx-basket-item-list-item-price-block {
	padding-bottom: 5px;
	font-size: 12px;
}

.bx-basket-item-list-item-price {
	display: inline-block;
	margin-right: 5px;
}

.bx-basket-item-list-item-price-old {
	display: inline-block;
	margin-right: 5px;
	color: #b0b0b0;
	text-decoration: line-through;
}

.bx_cart_login_top .bx-hdr-profile { line-height: 1.44em; }

@media (max-width: 991.98px) {
	.bx-basket.bx-opener {
		justify-content: flex-start;
	}

	.bx-hdr-profile--versal {
		justify-content: flex-start;
		gap: 8px 10px;
	}

	.bx-basket-block--main {
		padding-left: 14px;
	}

	.bx-basket-link__title {
		font-size: 14px;
	}

	.bx-basket-link__status,
	.bx-basket-link__sum,
	.bx-basket-meta {
		font-size: 12px;
	}
}

@media (max-width: 575.98px) {
	.bx-hdr-profile--versal {
		gap: 6px 8px;
	}

	.bx-basket-block--main {
		padding-left: 12px;
	}

	.bx-basket-block--main::before {
		height: 20px;
	}

	.bx-basket-link {
		gap: 8px;
	}

	.bx-basket-link__title {
		font-size: 12px;
		line-height: 16px;
	}

	.bx-basket-link__status {
		font-size: 13px;
		line-height: 16px;
	}

	.bx-basket-link__sum {
		font-size: 11px;
		line-height: 14px;
	}

	.bx-basket-link__count {
		min-width: 20px;
		height: 20px;
		font-size: 11px;
	}
}

/* End */


/* Start:/local/templates/versal_sw/components/bitrix/menu/header_menu/style.min.css?1765372069490*/
ul.left-menu{list-style:none;margin:0;padding:0;margin-bottom:8px;position:relative}ul.left-menu li{padding:10px 16px;background:#f5f5f5 url(/local/templates/versal_sw/components/bitrix/menu/header_menu/images/left_menu_bg.gif) top repeat-x}ul.left-menu li a{font-size:100%;color:#bc262c;font-weight:bold;text-decoration:none}ul.left-menu li a:visited{color:#bc262c}ul.left-menu li a:hover{color:#bc262c}ul.left-menu li a.selected:link,ul.left-menu li a.selected:visited,ul.left-menu li a.selected:active,ul.left-menu li a.selected:hover{color:#fc8d3d}
/* End */


/* Start:/local/templates/versal_sw/components/bitrix/breadcrumb/breadcrumb/style.min.css?1765372069467*/
.bx-breadcrumb{margin:10px 0}.bx-breadcrumb i{color:#b5bdc2;line-height:13px;font-size:12px;vertical-align:middle;margin-right:5px}.bx-breadcrumb .bx-breadcrumb-item{float:left;margin-bottom:10px;white-space:nowrap;line-height:13px;vertical-align:middle;margin-right:10px}.bx-breadcrumb .bx-breadcrumb-item span{font-family:"Open Sans",Arial,"Helvetica Neue",Helvetica,sans-serif;font-size:13px;white-space:normal}.bx-breadcrumb .bx-breadcrumb-item a{border-bottom:0}
/* End */


/* Start:/local/templates/versal_sw/components/bitrix/menu/footer_menu/style.min.css?1765372069490*/
ul.left-menu{list-style:none;margin:0;padding:0;margin-bottom:8px;position:relative}ul.left-menu li{padding:10px 16px;background:#f5f5f5 url(/local/templates/versal_sw/components/bitrix/menu/footer_menu/images/left_menu_bg.gif) top repeat-x}ul.left-menu li a{font-size:100%;color:#bc262c;font-weight:bold;text-decoration:none}ul.left-menu li a:visited{color:#bc262c}ul.left-menu li a:hover{color:#bc262c}ul.left-menu li a.selected:link,ul.left-menu li a.selected:visited,ul.left-menu li a.selected:active,ul.left-menu li a.selected:hover{color:#fc8d3d}
/* End */


/* Start:/local/templates/versal_sw/components/bitrix/news.list/contact_phones/style.css?1765372069150*/
div.news-list
{
	word-wrap: break-word;
}
div.news-list img.preview_picture
{
	float:left;
	margin:0 4px 6px 0;
}
.news-date-time {
	color:#486DAA;
}

/* End */


/* Start:/local/templates/versal_sw/components/bitrix/news.list/addresses/style.css?1765372069150*/
div.news-list
{
	word-wrap: break-word;
}
div.news-list img.preview_picture
{
	float:left;
	margin:0 4px 6px 0;
}
.news-date-time {
	color:#486DAA;
}

/* End */


/* Start:/local/templates/versal_sw/components/bitrix/form.result.new/callback/style.css?1765372069666*/
table.form-table
{
	width:100%;
	background-color:white;
	border-collapse:collapse;
	font-size:100%;
	font-weight:normal;
	line-height:160%;
}

table.form-table th, table.form-table td
{
	border:1px solid #ADC3D5;
	padding: 5px 5px;
	vertical-align:top;
}

table.form-table th
{
	background-image:url(/local/templates/versal_sw/components/bitrix/form.result.new/callback/images/table_head.gif);
	background-repeat:repeat-x;
	text-align: left;
	color:#25639A;
}


table.form-table td
{
	padding: 15px 5px;
}

.form-required 
{
	color: red;
}

.error-fld {
	display: block;
	float: left;
	height: 13px;
	width: 15px;
	background-repeat: no-repeat;
	background-image: url(/local/templates/versal_sw/components/bitrix/form.result.new/callback/images/icon_warn.gif);
}
/* End */
/* /local/templates/versal_sw/components/bitrix/news.list/contact_phones_header/style.css?1765372069150 */
/* /local/templates/versal_sw/components/bitrix/sale.basket.basket.line/versal/style.css?17767662428660 */
/* /local/templates/versal_sw/components/bitrix/menu/header_menu/style.min.css?1765372069490 */
/* /local/templates/versal_sw/components/bitrix/breadcrumb/breadcrumb/style.min.css?1765372069467 */
/* /local/templates/versal_sw/components/bitrix/menu/footer_menu/style.min.css?1765372069490 */
/* /local/templates/versal_sw/components/bitrix/news.list/contact_phones/style.css?1765372069150 */
/* /local/templates/versal_sw/components/bitrix/news.list/addresses/style.css?1765372069150 */
/* /local/templates/versal_sw/components/bitrix/form.result.new/callback/style.css?1765372069666 */
