

/* Start:/bitrix/templates/eshop_bootstrap_v4/template_styles.css?16095722068872*/
.bx-yellow,
.bx-theme-yellow {
	--primary: #f9a91d;
	--theme-color-primary: #f9a91d;
	--theme-color-second: #faba4a;
	--theme-color-light: #f0f0f0;
	--theme-b-link: #f9a91d;
	--theme-b-link-hover: #faba4a;
	--theme-b-tx-primary: #fff;
	--theme-b-bg-primary: #f9a91d;
	--theme-b-bd-primary: #f9a91d;
	--theme-b-sd-primary: rgba(249, 169, 29, 0.5);
	--theme-b-tx-primary-hover: #fff;
	--theme-b-bg-primary-hover: #faba4a;
	--theme-b-bd-primary-hover: #daa53e;
	--theme-b-tx-primary-active: #fff;
	--theme-b-bg-primary-active: #faba4a;
	--theme-b-bd-primary-active: #daa53e;
	--theme-b-tx-primary-disabled: #fff;
	--theme-b-bg-primary-disabled: #daa53e;
	--theme-b-bd-primary-disabled: #b7853b;
}

.bx-blue,
.bx-theme-blue {
	--primary: #0083d1;
	--theme-color-primary: #0083d1;
	--theme-color-second: #5ca6e4;
	--theme-color-light: #f0f6f8;
	--theme-b-link: #44b1c9;
	--theme-b-link-hover: #5cc3d1;
	--theme-b-tx-primary: #fff;
	--theme-b-bg-primary: #0083d1;
	--theme-b-bd-primary: #0083d1;
	--theme-b-sd-primary: rgba(0, 131, 209, 0.5);
	--theme-b-tx-primary-hover: #fff;
	--theme-b-bg-primary-hover: #5ca6e4;
	--theme-b-bd-primary-hover: #5599d2;
	--theme-b-tx-primary-active: #fff;
	--theme-b-bg-primary-active: #5ca6e4;
	--theme-b-bd-primary-active: #5599d2;
	--theme-b-tx-primary-disabled: #fff;
	--theme-b-bg-primary-disabled: #5599d2;
	--theme-b-bd-primary-disabled: #4d8bbf;
}

.bx-red,
.bx-theme-red {
	--primary: #e22b2b;
	--theme-color-primary: #e22b2b;
	--theme-color-second: #e95c5c;
	--theme-color-light: #f0f0f0;
	--theme-b-link: #e22b2b;
	--theme-b-link-hover: #e95c5c;
	--theme-b-tx-primary: #fff;
	--theme-b-bg-primary: #e22b2b;
	--theme-b-bd-primary: #e22b2b;
	--theme-b-sd-primary: rgba(226, 43, 43, 0.5);
	--theme-b-tx-primary-hover: #fff;
	--theme-b-bg-primary-hover: #e95c5c;
	--theme-b-bd-primary-hover: #d05454;
	--theme-b-tx-primary-active: #fff;
	--theme-b-bg-primary-active: #e95c5c;
	--theme-b-bd-primary-active: #d05454;
	--theme-b-tx-primary-disabled: #fff;
	--theme-b-bg-primary-disabled: #d05454;
	--theme-b-bd-primary-disabled: #c04e4e;
}

.bx-green,
.bx-theme-green {
	--primary: #63aa28;
	--theme-color-primary: #63aa28;
	--theme-color-second: #5b9f0b;
	--theme-color-light: #a8d95b;
	--theme-b-link: #44b1c9;
	--theme-b-link-hover: #5cc3d1;
	--theme-b-tx-primary: #fff;
	--theme-b-bg-primary: #63aa28;
	--theme-b-bd-primary: #63aa28;
	--theme-b-sd-primary: rgba(99, 170, 40, 0.5);
	--theme-b-tx-primary-hover: #fff;
	--theme-b-bg-primary-hover: #5b9f0b;
	--theme-b-bd-primary-hover: #56940b;
	--theme-b-tx-primary-active: #fff;
	--theme-b-bg-primary-active: #5b9f0b;
	--theme-b-bd-primary-active: #56940b;
	--theme-b-tx-primary-disabled: #fff;
	--theme-b-bg-primary-disabled: #56940b;
	--theme-b-bd-primary-disabled: #497c09;
}

body {
	background-attachment: fixed;
	background-size: cover;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

#pagetitle { margin-bottom: 35px; }

h1,h2,h3,h4,h5 {
	font-family: "OpenSans-Regular", "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: normal;
}

.bx-content-section,
.bx-header-section {
	padding-bottom: 2px;
	background-color: rgba(255, 255, 255, .95);
}

.bx-wrapper { }

/*region HEADER*/
.bx-header { }

.bx-header-section { }

.bx-header-logo { order: 1 }

.bx-header-personal { order: 3 }

.bx-header-contact { order: 2 }

/*region Logo*/
.bx-logo-block {
	display: block;
	height: 50px;
	border-bottom: none;
}

.bx-logo-block img {
	max-height: 50px;
	width: auto;
}

@media (max-width: 767px) {
	.bx-logo-block img {
		max-width: 100%;
		max-height: 45px;
		width: auto;
		height: auto;
	}

	.bx-header-logo {
		padding: 5px 50px;
		height: 55px;
		background-color: var(--theme-color-primary);
	}

	.bx-logo-block { height: auto; }

	body.bx-theme-green .bx-store-logo { background: #33b111; }
}

/*endregion*/

/*region included Phone*/
.bx-header-phone-block {
	display: flex;
	align-items: center;
}

.bx-header-phone-number {
	color: #000;
	white-space: nowrap;
	font: 700 21px/28px "Open Sans", "Helvetica Neue", Arial, Helvetica, sans-serif;
	transition: 250ms linear all;
}

.bx-header-phone-icon {
	display: block;
	margin-right: 10px;
	width: 26px;
	height: 26px;
	background: no-repeat center url(/bitrix/templates/eshop_bootstrap_v4/images/phone.svg);
}

@media (max-width: 991px) {
	.bx-header-phone-number { font: 600 15px/18px "Open Sans", "Helvetica Neue", Arial, Helvetica, sans-serif; }
}

/*endregion*/

/*region included Worktime*/
.bx-header-worktime {
	color: #000;
	font: 600 16px/22px "Open Sans", "Helvetica Neue", Arial, Helvetica, sans-serif;
	transition: 250ms linear all;
}

.bx-worktime-title {
	color: #adadad;
	font: 12px "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.bx-worktime-schedule {
	color: #000;
	font: 12px "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

@media (max-width: 991px) {
	.bx-header-worktime { font: 500 15px/18px "Open Sans", "Helvetica Neue", Arial, Helvetica, sans-serif; }
}

/*endregion*/

/*endregion*/

.sidebar-block-title {
	color: #343434;
	text-transform: uppercase;
	font-weight: 600;
	font-size: 14px;
	font-family: "Open Sans", Arial, "Helvetica Neue", Helvetica, sans-serif;
}

/*region FOOTER*/
.bx-footer { }

.bx-footer-section { }

.bx-footer-section .bx-block-title { }

.bx-footer-bg { background-color: #1f496a; }

.bx-footer-logo {
	border-bottom: none !important;
	text-decoration: none !important;
}

.bx-footer-logo img {
	max-width: 100%;
	height: auto;
}

/*endregion*/

.bx-inclinkspersonal-item.bx-theme-blue:hover { background: #0083d1; }

.bx-theme-blue.bx-inclinkspersonal-selected { background: #3398d7; }

.bx-inclinkspersonal-item.bx-theme-black:hover { background: #303030; }

.bx-theme-black.bx-inclinkspersonal-selected { background: #484848; }

.bx-inclinkspersonal-item.bx-theme-green:hover { background: #44b1c9; }

.bx-theme-green.bx-inclinkspersonal-selected { background: #5cc3d1; }

.bx-inclinkspersonal-item.bx-theme-red:hover { background: #e63c3c; }

.bx-theme-red.bx-inclinkspersonal-selected { background: #e95c5c; }

.bx-inclinkspersonal-item.bx-theme-yellow:hover { background: #f4a52e; }

.bx-theme-yellow.bx-inclinkspersonal-selected { background: #fbb859; }

/*region Bootstrap modified*/
.btn-primary,
.list-group-item.active {
	border-color: var(--theme-b-bd-primary);
	background-color: var(--theme-b-bg-primary);
	color: var(--theme-b-tx-primary);
}

.btn-primary:hover {
	border-color: var(--theme-b-bd-primary-hover);
	background-color: var(--theme-b-bg-primary-hover);
	color: var(--theme-b-tx-primary-hover);
}

.btn-primary:focus,
.btn-primary.focus {
	box-shadow: 0 0 0 0.2rem var(--theme-b-sd-primary);
}

.btn-primary.disabled,
.btn-primary:disabled {
	border-color: var(--theme-b-bg-primary);
	background-color: var(--theme-b-bg-primary);
	color: var(--theme-b-tx-primary);
}

.btn-primary:not(:disabled):not(.disabled):active,
.btn-primary:not(:disabled):not(.disabled).active,
.show > .btn-primary.dropdown-toggle {
	border-color: var(--theme-b-bd-primary-active);
	background-color: var(--theme-b-bg-primary-active);
	color: var(--theme-b-tx-primary-active);
}

.btn-primary:not(:disabled):not(.disabled):active:focus,
.btn-primary:not(:disabled):not(.disabled).active:focus,
.show > .btn-primary.dropdown-toggle:focus {
	box-shadow: 0 0 0 0.2rem var(--theme-b-sd-primary);
}

.form-control:focus {
	border-color: var(--theme-color-primary);
	box-shadow: 0 0 0 0.2rem var(--theme-b-sd-primary);
}

a,
.btn-link { color: var(--theme-b-link); }

a:hover,
.btn-link:hover { color: var(--theme-b-link-hover); }

.g-font-size-15 { font-size: 15px; }

.g-font-size-17 { font-size: 17px; }

.g-font-size-20 { font-size: 20px; }

.text-primary { color: var(--primary) !important }

.bg-primary { background: var(--primary) !important }

.border-primary { border-color: var(--primary) !important }

/*endregion*/

.bx-sidebar-block { }

.sidebar h2,
.sidebar h3,
.sidebar h4,
.sidebar h5 {
	text-transform: uppercase;
	font-size: 14px;
	font-family: "OpenSans-SemiBold", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.sidebar li {
	font-size: 12px;
	font-family: "OpenSans-SemiBold", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.sidebar-icon {
	width: 27px;
	height: 27px;
	margin-right: 5px;
	border-radius:50%;
	background-color: var(--theme-color-primary);
	background-repeat: no-repeat;
	background-position: center;
}

.sidebar-icon-label {
	background-image:  url(/bitrix/templates/eshop_bootstrap_v4/images/label.svg);
	background-size: 19px auto;
}

.sidebar-icon-delivery {
	background-image: url(/bitrix/templates/eshop_bootstrap_v4/images/delivery.svg);
	background-size: 17px auto;
}

.sidebar-icon-sale {
	background-image: url(/bitrix/templates/eshop_bootstrap_v4/images/sale.svg);
	background-size: auto 17px ;
}

.sidebar-icon-self {
	background-image: url(/bitrix/templates/eshop_bootstrap_v4/images/self.svg);
	background-size: auto 17px ;
}

.sidebar-icon-phone {
	background-image: url(/bitrix/templates/eshop_bootstrap_v4/images/phone_white.svg);
	background-size: auto 21px ;
}
/* End */


/* Start:/bitrix/components/bitrix/sale.basket.basket.line/templates/bootstrap_v4/style.css?17199804934790*/
.bx-basket { }

.basket-line-block {
	position: relative;
	padding-left: 25px;
	white-space: nowrap;
	font-size: 13px;
}

.basket-line-block-icon-cart,
.basket-line-block-icon-profile {
	position: relative;
	margin-right: 10px;
}

.basket-line-block-icon-cart:after,
.basket-line-block-icon-profile:after {
	position: absolute;
	top: -1px;
	left: -25px;
	display: block;
	width: 20px;
	height: 20px;
	content: '';
}

.basket-line-block-icon-profile:after { background: no-repeat center url(/bitrix/components/bitrix/sale.basket.basket.line/templates/bootstrap_v4/images/profile.svg); }

.basket-line-block-icon-cart:after { background: no-repeat center url(/bitrix/components/bitrix/sale.basket.basket.line/templates/bootstrap_v4/images/cart.svg); }

/*FIXED BASKET*/

@media (min-width: 768px) {
	.bx-basket-fixed {
		position: fixed;
		z-index: 998;
		overflow: hidden;
		padding-top: 10px;
		width: 200px;
		border: 1px solid #f0f0f0;
		border-radius: 1px;
		background: #fff;
		box-shadow: 0 7px 10px rgba(0, 0, 0, 0.15);
	}

	.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; }
}

@media (max-width: 767px) {
	.bx-basket-fixed {
		position: fixed;
		right: 0;
		bottom: 0;
		left: 0;
		z-index: 998;
		overflow: hidden;
		padding-top: 10px;
		border: 1px solid #f0f0f0;
		border-radius: 1px;
		background: #fff;
		box-shadow: 0 7px 10px rgba(0, 0, 0, 0.15);
	}

	.bx-basket-fixed.vcenter {
		bottom: 10px;
		top: auto !important;
	}

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

	/*.bx-basket-fixed */
}

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

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

.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: #f7f7f7;
	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 #f7f7f7;
	background: #fff;
	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-top: 15px;
	padding-right: 10px;
	padding-left: 10px;
	border-bottom: 1px solid #f7f7f7;
}

.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: #ebebeb;
	text-align: center;
	white-space: normal;
	font-weight: bold;
	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 {
	font-size: 13px;
	line-height: 16px;
}

.bx-basket-item-list-item-remove {
	position: absolute;
	top: -7px;
	right: 10px;
	width: 20px;
	height: 20px;
	opacity: .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: .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 .basket-line { line-height: 1.44em; }
/* End */


/* Start:/local/templates/carum1_v1/components/bitrix/menu/catalog_horizontal/style.css?151900755510938*/
.bx-top-nav-container {
	margin-top: 15px;
	padding: 0 10px;
	/*background: #0083d1;/* COLOR */
	color: #fff;
	border-radius: 2px;
	position: relative;
	font-family:  "Helvetica Neue", Arial, Helvetica, sans-serif;
}
/* 1 lvl*/

.bx-top-nav-container .bx-nav-list-1-lvl {
	margin: 0;
	padding: 0;
	list-style: none;
}
.bx-top-nav-container .bx-nav-1-lvl {
	float: left;
	position: relative;
}
.bx-top-nav-container .bx-nav-1-lvl>a {
	color: #fff;
	font-weight: 700;
	display: block;
	text-decoration: none;
	text-transform: uppercase;
	border-radius: 1px;
	padding-top: 6px;
	padding-bottom: 2px;
	border-bottom: none;
}
.bx-top-nav-container .bx-nav-1-lvl>a span {
	padding: 10px 14px 14px;
	display: block;
}
.bx-top-nav-container .bx-nav-1-lvl.bx-hover {}

.bx-top-nav-container .bx-nav-1-lvl.bx-nav-parent.bx-hover>a,
.bx-top-nav-container .bx-nav-1-lvl.bx-nav-parent.hover>a {
	z-index: 250;
	box-shadow: 0 6px 13px 0 rgba(0, 0, 0, .13)
}
.bx-top-nav-container .bx-nav-1-lvl.bx-nav-parent.bx-hover>a span,
.bx-top-nav-container .bx-nav-1-lvl.bx-nav-parent.hover>a span {
	background: #fff;
}
.bx-top-nav-container .bx-nav-parent-arrow{
	display: none;
}
/*2 lvl*/

.bx-top-nav-container .bx-nav-2-lvl-container-advanced,
.bx-top-nav-container .bx-nav-2-lvl-container {
	z-index: 999;
	display: none;
	opacity: 0;
	padding: 9px 0 5px;
	box-shadow: 0 6px 13px 0 rgba(0, 0, 0, .13);
	border-top: none;
	min-width: 100%;
	color: #000;
}
.bx-top-nav-container .bx-nav-2-lvl-container-advanced:before,
.bx-top-nav-container .bx-nav-2-lvl-container:before {
	position: absolute;
	content: " ";
	display: block;
	height: 5px;
	background: #fff;
	top: -5px;
	left: 0;
	right: 0;
}
.bx-top-nav-container .bx-nav-1-lvl.bx-hover .bx-nav-2-lvl-container-advanced,
.bx-top-nav-container .bx-nav-1-lvl.hover .bx-nav-2-lvl-container-advanced,
.bx-top-nav-container .bx-nav-1-lvl.bx-hover .bx-nav-2-lvl-container,
.bx-top-nav-container .bx-nav-1-lvl.hover .bx-nav-2-lvl-container {
	opacity: 1;
	display: block;
	position: absolute;
	top: 100%;
	z-index: 999;
	background: #fff;
}

.bx-top-nav-container>ul{
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.bx-top-nav-container .bx-nav-list-2-lvl {
	margin: 0;
	padding: 5px 0 12px;
	text-align: left;
}
.bx-top-nav-container .bx-nav-2-lvl {
	display: block;
	min-width: 180px;
	padding: 0 10px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.bx-top-nav-container .bx-nav-2-lvl>a {
	padding: 5px 15px 5px;
	color: #20394c;
	font-size: 13px;
	line-height: 16px;
	text-decoration: none;
	font-weight: bold;
	border-bottom: none;
	display: block;
}

.bx-top-nav-container .bx-nav-list-2-lvl .bx-nav-2-lvl:first-child a{
	border-top: none;
	margin-top: 0;
}

/*3 lvl*/

.bx-top-nav-container .bx-nav-3-lvl {
	padding: 5px 0;
	margin: 0;
}
.bx-top-nav-container .bx-nav-3-lvl-container-advanced:before,
.bx-top-nav-container .bx-nav-3-lvl-container:before {
	position: absolute;
	content: " ";
	display: block;
	height: 5px;
	background: #fff;
	top: -5px;
	left: 0;
	right: 0;
}
.bx-top-nav-container .bx-nav-list-3-lvl {
	margin: 0;
	padding: 0px 0 14px 7px;
}
.bx-top-nav-container .bx-nav-3-lvl {
	display: block;
	min-width: 180px;
	padding: 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.bx-top-nav-container .bx-nav-3-lvl a {
	padding: 3px 15px;
	color: #555;
	font-size: 13px;
	line-height: 14px;
	text-decoration: none;
	border-bottom: none;
	display: block;
}





/* col 1 */
.bx-top-nav-container .bx-nav-1-lvl.bx-nav-list-1-col .bx-nav-2-lvl-container-advanced,
.bx-top-nav-container .bx-nav-1-lvl.bx-nav-list-1-col .bx-nav-2-lvl-container {
	min-width: 200px
}
.bx-top-nav-container .bx-nav-1-lvl.bx-nav-list-1-col .bx-nav-2-lvl-container-advanced .bx-nav-list-2-lvl,
.bx-top-nav-container .bx-nav-1-lvl.bx-nav-list-1-col .bx-nav-2-lvl-container .bx-nav-list-2-lvl {
	display: block;
	min-width: 200px;
	width: 100%;
}
.bx-top-nav-container .bx-nav-1-lvl.bx-nav-list-1-col .bx-nav-catinfo-back{
	width: 100%;
	background: #fff;
}
/* col 2 */
.bx-top-nav-container .bx-nav-1-lvl.bx-nav-list-2-col .bx-nav-2-lvl-container-advanced,
.bx-top-nav-container .bx-nav-1-lvl.bx-nav-list-2-col .bx-nav-2-lvl-container {
	min-width: 400px
}
.bx-top-nav-container .bx-nav-1-lvl.bx-nav-list-2-col .bx-nav-2-lvl-container-advanced .bx-nav-list-2-lvl,
.bx-top-nav-container .bx-nav-1-lvl.bx-nav-list-2-col .bx-nav-2-lvl-container .bx-nav-list-2-lvl {
	display: block;
	min-width: 200px;
	width: 50%;
	float: left;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.bx-top-nav-container .bx-nav-1-lvl.bx-nav-list-2-col .bx-nav-catinfo-back{
	width: 50%;
}
/* col 3 */
.bx-top-nav-container .bx-nav-1-lvl.bx-nav-list-3-col .bx-nav-2-lvl-container-advanced,
.bx-top-nav-container .bx-nav-1-lvl.bx-nav-list-3-col .bx-nav-2-lvl-container {
	min-width: 600px
}
.bx-top-nav-container .bx-nav-1-lvl.bx-nav-list-3-col .bx-nav-2-lvl-container-advanced .bx-nav-list-2-lvl,
.bx-top-nav-container .bx-nav-1-lvl.bx-nav-list-3-col .bx-nav-2-lvl-container .bx-nav-list-2-lvl {
	display: block;
	min-width: 200px;
	width: 33.33333%;
	float: left;
}
.bx-top-nav-container .bx-nav-1-lvl.bx-nav-list-3-col .bx-nav-catinfo-back{
	width: 33.33333%;
}
/* col 4 */
.bx-top-nav-container .bx-nav-1-lvl.bx-nav-list-4-col {position: static;}
.bx-top-nav-container .bx-nav-1-lvl.bx-nav-list-4-col .bx-nav-2-lvl-container-advanced{
	top: 100%;
	left: 0;
	right: 0;
}
.bx-top-nav-container .bx-nav-1-lvl.bx-nav-list-4-col .bx-nav-2-lvl-container-advanced,
.bx-top-nav-container .bx-nav-1-lvl.bx-nav-list-4-col .bx-nav-2-lvl-container{
	min-width: 100%
}
.bx-top-nav-container .bx-nav-1-lvl.bx-nav-list-4-col .bx-nav-2-lvl-container-advanced .bx-nav-list-2-lvl,
.bx-top-nav-container .bx-nav-1-lvl.bx-nav-list-4-col .bx-nav-2-lvl-container .bx-nav-list-2-lvl {
	display: block;
	width: 25%;
	float: left;
}
.bx-top-nav-container .bx-nav-1-lvl.bx-nav-list-4-col .bx-nav-catinfo-back{
	width: 25%;
}

.bx-top-nav-container .bx-nav-catinfo{
	padding: 5px 15px 5px;
	z-index: 120;
	position: relative;
}
.bx-top-nav-container .bx-nav-catinfo img{
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	border: 1px solid #e7e9ea;
	width: auto;
	max-width: 100%;
	height: auto;
	max-height: 100%;
}
.bx-top-nav-container .bx-nav-catinfo p{
	padding: 20px 5px 0;
	font-size: 13px;
}
.bx-top-nav-container .bx-nav-catinfo-back{
	position: absolute;
	display: block;
	content: ' ';
	top: -5px;
	right: 0px;
	bottom: 0px;
	background: #f7fafb;
	z-index: 100;
	border-left: 1px solid #ecefef;
}
/* ASIDE */
/*body>.bx-aside-nav-control.bx-opened{left: 85%;}*/

.bx-aside-nav-control {
	font-size: 28px;
	position: fixed;
	width: 40px;
	height: 40px;
	top: 5px;
	left: 5px;
	line-height: 40px;
	cursor: pointer;
	z-index: 1750;
	color: #fff;
	text-align: center;
}
body>.bx-aside-nav-control{
	-webkit-transition: left .15s linear;
	-moz-transition: left .15s linear;
	-ms-transition: left .15s linear;
	-o-transition: left .15s linear;
	transition: left .15s linear;
}
.bx-aside-nav-control .fa{
	line-height: 40px;
	vertical-align: middle;
}

.bx-wrapper,
.bx-aside-nav {
	-webkit-transition: -webkit-transform .15s linear;
	-moz-transition: -moz-transform .15s linear;
	-ms-transition: -ms-transform .15s linear;
	-o-transition: -o-transform .15s linear;
	transition: transform .15s linear;
}
.bx-logo {
	z-index: 1700 !important
}
/**/
.bx-opened .bx-footer,
.bx-opened .workarea{display:none !important}
/**/
.bx-aside-nav {
	display: none;
	padding-top: 50px;
	-webkit-transform: translateX(-100%);
	-moz-transform: translateX(-100%);
	-ms-transform: translateX(-100%);
	-o-transform: translateX(-100%);
	transform: translateX(-100%);
	width: 100%;
	background: #4c5c65;
	position: fixed;
	top: 0;
	bottom: 0;
	left: 0;
	z-index: 1600;
}
.bx-aside-nav.bx-opened {
	-webkit-transform: translateX(0);
	-moz-transform: translateX(0);
	-ms-transform: translateX(0);
	-o-transform: translateX(0);
	transform: translateX(0);
	overflow-y: scroll;

}
.bx-aside-nav ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
.bx-aside-nav a {
	color: #fff;
	vertical-align: middle;
	line-height: 48px;
	height: 48px;
	font-size: 16px;
	display: block;
	border-bottom: 1px solid #3d4b53;
	padding-left: 15px;
	max-width: 100%;
	overflow: hidden;
	white-space: nowrap;
	-ms-text-overflow: ellipsis;
	text-overflow: ellipsis;
}
.bx-aside-nav a {
	text-decoration: none;
}
.bx-aside-nav .bx-nav-1-lvl {}
.bx-aside-nav .bx-nav-1-lvl>a {}
.bx-nav-1-lvl.bx-opened,
.bx-aside-nav .bx-nav-1-lvl:hover>a,
.bx-aside-nav .bx-nav-1-lvl.bx-hover>a {
	background: #44535c;
}
.bx-aside-nav .bx-nav-list-2-lvl {
	background: #44535c;
}
.bx-aside-nav .bx-nav-2-lvl>a {
	padding-left: 30px;
}
.bx-aside-nav .bx-nav-3-lvl>a {
	padding-left: 45px;
}
.bx-aside-nav .bx-nav-4-lvl a {
	padding-left: 60px;
}
.bx-aside-nav .bx-nav-parent {
	position: relative;
}
.bx-aside-nav .bx-nav-parent-arrow {
	position: absolute;
	right: 0;
	top: 0;
	margin-top: 6px;
	width: 46px;
	height: 34px;
	text-align: center;
	border-left:1px solid #5a6971;
	z-index: 200;
}
.bx-aside-nav .bx-nav-parent-arrow i {
	line-height: 34px;
	font-size: 17px;
	font-style: normal;
	color: #fff;
}
.bx-aside-nav .bx-nav-parent.bx-opened .bx-nav-parent-arrow i {
	-webkit-transition: all .15s linear;
	-moz-transition: all .15s linear;
	-ms-transition: all .15s linear;
	-o-transition: all .15s linear;
	transition: all .15s linear;
}
.bx-aside-nav .bx-nav-parent .bx-nav-2-lvl-container-advanced,
.bx-aside-nav .bx-nav-parent .bx-nav-2-lvl-container,
.bx-aside-nav .bx-nav-parent>ul {
	overflow: hidden;
	height: 0;
}
.bx-aside-nav .bx-nav-parent.bx-opened .bx-nav-2-lvl-container-advanced,
.bx-aside-nav .bx-nav-parent.bx-opened .bx-nav-2-lvl-container,
.bx-aside-nav .bx-nav-parent.bx-opened>ul {
	height: auto;
}

.bx-aside-nav .bx-nav-catinfo{display: none;}
.bx-aside-nav .bx-nav-catinfo-back{display: none;}

@media (min-width: 1200px) {
	.bx-top-nav-container .bx-nav-1-lvl>a {font-size: 15px;}
	.bx-top-nav-container .bx-nav-1-lvl>a span {padding: 12px 14px 15px}
}
@media (min-width: 992px) and (max-width: 1199px) {
	.bx-top-nav-container .bx-nav-1-lvl>a {font-size: 13px;}
	.bx-top-nav-container .bx-nav-1-lvl>a span {padding: 9px 11px 12px}
}

@media (min-width: 768px) and (max-width: 991px) {
	.bx-top-nav-container .bx-nav-1-lvl>a {font-size: 11px;}
	.bx-top-nav-container .bx-nav-1-lvl>a span {padding: 5px 6px 9px}
}
@media (min-width: 768px){
	.bx-aside-nav-control,
	.bx-aside-nav{display: none;}
	.bx-top-nav-container{display: block;}
}
@media (max-width: 767px) {
	.bx-aside-nav-control,
	.bx-aside-nav{display: block;}
	.bx-top-nav-container{display: none;}
	.bx-aside-nav .bx-nav-parent-arrow{display: block;}
	.bx-aside-nav .bx-nav-1-lvl.bx-nav-parent>a>span>.fa{display: none;}
}
/* End */


/* Start:/local/templates/carum1_v1/components/bitrix/menu/catalog_horizontal/themes/blue/colors.css?1519007555902*/
.bx-blue.bx-top-nav .bx-top-nav-container {
	background: #0083d1;
}
.bx-blue.bx-top-nav .bx-top-nav-container .bx-nav-1-lvl.bx-hover>a,
.bx-blue.bx-top-nav .bx-top-nav-container .bx-nav-1-lvl.bx-active>a,
.bx-blue.bx-top-nav .bx-top-nav-container .bx-nav-1-lvl:hover>a {
	background: #5ca6e4;
	border-bottom: none;
}
.bx-blue.bx-top-nav .bx-top-nav-container .bx-nav-1-lvl.bx-nav-parent.bx-hover>a,
.bx-blue.bx-top-nav .bx-top-nav-container .bx-nav-1-lvl.bx-nav-parent:hover>a {
	color: #0083d1;
	background-color: transparent;
}
/*2 lvl*/
.bx-blue.bx-top-nav .bx-top-nav-container .bx-nav-2-lvl>a.bx-active,
.bx-blue.bx-top-nav .bx-top-nav-container .bx-nav-2-lvl>a:hover {
	color: #0083D1;
	background: #f0f6f8;
}
/*3 lvl*/
.bx-blue.bx-top-nav .bx-top-nav-container .bx-nav-3-lvl a.bx-active,
.bx-blue.bx-top-nav .bx-top-nav-container .bx-nav-3-lvl a:hover {
	color: #0083D1;
	background: #f0f6f8;
}

/* End */


/* Start:/local/templates/carum1_v1/components/bitrix/menu/bottom_menu/style.css?1779376317544*/
.bx-inclinksfooter a{border-bottom: none;}
.bx-inclinksfooter .bx-block-title{
	margin: 0;
	padding: 0;
	font-size: 17px;
	font-family: "Open Sans", "Helvetica Neue", Arial, Helvetica, sans-serif;
	color: #fff;
	font-weight: 600;
}
.bx-inclinksfooter-container {
    margin-top: 15px;
    padding: 0;
    color: #fff;
    border-radius: 2px;
    font-family: "Open Sans", Arial, "Helvetica Neue", Helvetica, sans-serif;
}

.bx-inclinksfooter-list{
	list-style: none;
	margin: 0;
	padding: 0;
}
.bx-inclinksfooter-item{
	padding: 0 5px 5px 0;
}

/* End */


/* Start:/bitrix/components/bitrix/sale.basket.basket.line/templates/.default/style.css?16125236864470*/
.bx-basket { }

.bx-basket-block {
	position: relative;
	padding-bottom: 5px;
	padding-left: 20px;
	white-space: nowrap;
	font-size: 12px;
}

.bx-basket-block > .fa {
	position: absolute;
	top: 3px;
	left: 0;
	width: 12px;
	color: #97a1ab;
}

.bx-basket-block a { margin-right: 10px; }

/*FIXED BASKET*/

@media (min-width: 768px) {
	.bx-basket-fixed {
		position: fixed;
		z-index: 998;
		overflow: hidden;
		padding-top: 10px;
		width: 200px;
		border: 1px solid #f0f0f0;
		border-radius: 1px;
		background: #fff;
		box-shadow: 0 7px 10px rgba(0, 0, 0, 0.15);
	}

	.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: 70px }
}

@media (max-width: 767px) {
	.bx-basket-fixed {
		position: fixed;
		right: 0;
		bottom: 0;
		left: 0;
		z-index: 998;
		overflow: hidden;
		padding-top: 10px;
		border: 1px solid #f0f0f0;
		border-radius: 1px;
		background: #fff;
		box-shadow: 0 7px 10px rgba(0, 0, 0, 0.15);
	}

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

	/*.bx-basket-fixed */
}

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

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

.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: #f7f7f7;
	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 #f7f7f7;
	background: #fff;
	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-top: 15px;
	padding-right: 10px;
	padding-left: 10px;
	border-bottom: 1px solid #f7f7f7;
}

.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: #ebebeb;
	text-align: center;
	white-space: normal;
	font-weight: bold;
	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 {
	font-size: 13px;
	line-height: 16px;
}

.bx-basket-item-list-item-remove {
	position: absolute;
	top: -7px;
	right: 10px;
	width: 20px;
	height: 20px;
	opacity: .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: .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; }
/* End */


/* Start:/bitrix/components/ktoto/message/templates/.default/style.css?17479084142421*/
.modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(0,0,0,0.5);
  z-index: 1050;
  opacity: 0;
  -webkit-transition: opacity 200ms ease-in; 
  -moz-transition: opacity 200ms ease-in;
  transition: opacity 200ms ease-in;
  pointer-events: none;
  margin: 0;
  padding: 0;
}

.modal:target {
  opacity: 1; 
  pointer-events: auto;
  overflow-y: auto;
}

.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px;
top: 50%;

  transform: translate(0, -50%)!important;
  max-width: 600px;
  margin: 30px auto;
  padding: 0px 20px 0px 20px;
}

.modal-content {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  background-color: #fff;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border: 1px solid rgba(0,0,0,.2);
  border-radius: .3rem;
  outline: 0;
  width: 100%;
}

.modal-header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 15px;
  border-bottom: 1px solid #eceeef;
}
.modal-title {
  margin-top: 0;
  margin-bottom: 0;
  line-height: 1.5;
  font-size: 1.25rem;
  font-weight: 500;
}

.close {
  float: right;
  font-family: sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: .5;
  text-decoration: none;
}

.close:focus, .close:hover {
  color: #000;
  text-decoration: none;
  cursor: pointer;
  opacity: .75;
}

.modal-body {
position: relative;
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 15px;
  overflow: auto;
}

#messageModal.show{
    display: block;
  opacity: 1;
}

.closeModalButton {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: #39434e;
  border: none;
  color: #ededed;
  text-decoration: none;
  padding: 5px 40px;
  white-space: nowrap;
  cursor: pointer;
  border-radius: 4px;
  max-width: 100%;
  transition: all .1s linear;
}

/* End */


/* Start:/local/templates/carum1_v1/styles.css?177945658944798*/
.ng {
position: absolute;
z-index: 1;
top: 0px;
left: 0px;
}

h1,h2,h3,h4,h5,h6{font-family: "Open Sans", "Helvetica Neue", Arial, Helvetica, sans-serif;font-weight: 500;}
p{
	font-family: "Helvetica Neue", Arial, Helvetica, sans-serif;
	font-size: 14px;
}
h1 {
	font-size:28px;
}
#form .true {
	color:#262626!important;
}

#go-top {
  position: fixed; 
  justify-content:center;
  align-items:center;
  bottom: 25px; 
  right: 25px; 
  cursor:pointer; 
  display:none;
  padding: 15px 17px;
  background: #404040;
  color:#fff;
}
 
#go-top:hover {
  background: #333;
}
p.bxe-first-letter:first-letter, .bxe-first-letter-s{
	font-weight: bold;
	font-size: 56px;
	line-height: 56px;
	margin-right: 10px;
	float: left;
	vertical-align: top;

}
:focus::-webkit-input-placeholder {color: transparent}
:focus::-moz-placeholder          {color: transparent}
:focus:-moz-placeholder           {color: transparent}
:focus:-ms-input-placeholder      {color: transparent}
.lead {
	color: #757575;
  	margin-left: 40px;
  		padding:0 0 0 15px;
  	font-size: 13px;
  	font-weight: 300;
  	line-height: 1.4;
  	border-left: 3px solid #99cded;
}
@media (min-width: 768px){
	.lead {
	  	font-size: 16px;
  		margin-left: 20px;
	}
}

blockquote {
  	padding:0 0 0 15px;
  	margin: 0 0 20px 20px;
	border-left: 3px solid #c2c2c2;
}
blockquote p{
  	font-size: 20px;
  	font-style: italic;
	color: #757575;
  	font-family: Georgia, "Helvetica Neue", Arial,  Helvetica, sans-serif;
}
@media (max-width: 768px){
	blockquote p {
	  	font-size: 16px;
	}
}

blockquote.bxe-quote {
	position: relative;
	padding-left: 70px;
	padding-top: 8px;
	min-height: 50px;
	border-left: none;
}
blockquote.bxe-quote:after{
	content: "";
	background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iaXNvLTg4NTktMSI/PjxzdmcgdmVyc2lvbj0iMS4xIiBpZD0iTGF5ZXJfMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgeD0iMHB4IiB5PSIwcHgiIHZpZXdCb3g9IjAgMCAzOS45OTYgMzcuOTk1IiBzdHlsZT0iZW5hYmxlLWJhY2tncm91bmQ6bmV3IDAgMCAzOS45OTYgMzcuOTk1OyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+PHBhdGggc3R5bGU9ImZpbGw6I0Q2RDdENjsiIGQ9Ik0wLjAxLDM3Ljk5NXYtMTguMTFjLTAuMDc5LTIuNjA0LDAuMjk0LTUuMDQ5LDEuMTE4LTcuMzM4YzAuODI0LTIuMjg4LDEuOTgxLTQuMywzLjQ3Mi02LjAzNmMxLjQ5LTEuNzM1LDMuMjc2LTMuMTc2LDUuMzU2LTQuMzIxYzIuMDc4LTEuMTQzLDQuMzM1LTEuODczLDYuNzY4LTIuMTl2Ny44MTJjLTIuOTgzLDEuMDI3LTUuMDIzLDIuNTQ1LTYuMTIxLDQuNTU3Yy0xLjEsMi4wMTItMS42NDgsNC40NzktMS42NDgsNy4zOThoNy43Njl2MTguMjI4SDAuMDF6IE0yMy4yODEsMzcuOTk1di0xOC4xMWMtMC4wNzktMi42MDQsMC4yOTQtNS4wNDksMS4xMTgtNy4zMzhjMC44MjQtMi4yODgsMS45ODEtNC4zLDMuNDcyLTYuMDM2YzEuNDktMS43MzUsMy4yNzYtMy4xNzYsNS4zNTYtNC4zMjFjMi4wNzgtMS4xNDMsNC4zMzUtMS44NzMsNi43NjgtMi4xOXY3LjgxMmMtMi45ODMsMS4wMjctNS4wMjMsMi41NDUtNi4xMjEsNC41NTdjLTEuMSwyLjAxMi0xLjY0OCw0LjQ3OS0xLjY0OCw3LjM5OGg3Ljc2OXYxOC4yMjhIMjMuMjgxeiIvPjwvc3ZnPg==);
	background-repeat: no-repeat;
	background-position: top left;
	position: absolute;
	left: 10px;
	top: 10px;
	-webkit-background-size: 40px;
			background-size: 40px;
	width: 40px;
	height:40px;
}

hr{
	border: none;
	border-bottom: 1px solid #ccc;
}
hr.bxe-bolder{
	border-bottom-width: 5px;
}
hr.bxe-dashed{
	border-bottom-style: dashed;
	border-bottom-width: 2px;
}
hr.bxe-normal{}
hr.bxe-light{
	border-bottom-color: #e5e5e5

}
hr.bxe-dotted{
	border-bottom-width: 2px;
	border-bottom-style: dotted;
}

/**/
.bg-primary	{background: #60aadb!important;color: #fff;}
.bg-success	{background: #64ba4e!important;color: #fff;}
.bg-info	{background: #9bc6dd!important;color: #fff;}
.bg-warning	{background: #fec139!important;color: #fff;}
.bg-danger{}
/**/
img.pull-left{
	padding: 5px 15px 5px 0;
}
img.pull-right{
	padding: 5px 0 5px 15px;
}
/**/
.alert{
	border: none;
	border-radius: 1px;
	font-size: 14px;
}
.alert.alert-note{
	background: #f2f2f3;
}
.alert.alert-sys{
	background: #f5f2ec;
	color: #81641F;
}
.alert.bxe-icon{
	padding-left: 90px;
	min-height: 100px;
	position: relative;
}
.alert.bxe-icon:after{
	left:22px;
	top: 20px;
	position: absolute;
	content: " ";
	width:48px;
	height: 48px;
	background-repeat: no-repeat;
	background-position: center;
	background-image:url(/local/templates/carum1_v1/images/editor_sprite.png);
	background-repeat: no-repeat;
}
.alert.bxe-icon.alert-success:after	{background-position:0 0}
.alert.bxe-icon.alert-info:after	{background-position:0 -50px}
.alert.bxe-icon.alert-warning:after	{background-position:0 -100px}
.alert.bxe-icon.alert-danger:after	{background-position:0 -200px}
.alert.bxe-icon.alert-note:after	{background-position:0 -150px}
.alert.bxe-icon.alert-sys:after		{background-position:0 -250px}

.bxe-aleft-title{
	font-weight: bold;
	padding-bottom: 5px;
}

.bx-panel-tooltip {
  z-index: 2210 !important;
  overflow: hidden !important;
  position: absolute !important;
  letter-spacing: normal !important;
  list-style: none !important;
  text-align: left !important;
  text-indent: 0 !important;
  text-transform: none !important;
  visibility: visible !important;
  white-space: normal !important;
  word-spacing: normal !important;
  vertical-align: baseline !important;
  margin: 0 !important;
  padding: 15px !important;
  float: none !important;
  text-decoration: none !important;
  -webkit-border-radius: 1px !important;
  -moz-border-radius: 1px !important;
  border-radius: 1px !important;
  -webkit-box-shadow: 0 12px 10px rgba(0, 0, 0, 0.25) !important;
  -moz-box-shadow: 0 12px 10px rgba(0,0,0,.25) !important;
  box-shadow: 0 12px 10px rgba(0, 0, 0, 0.25) !important;
  border: 1px solid;
  border-color: #f0f0f0;
  background: #fff;
  color: #35414e;
  font-size: 14px;
}

/**/
tab,
tabsection,
.bxe-tab-title{
	display: block;
	padding: 5px;
	border: 1px dashed #ccc;
}
/**/
.bxe-list,
.bxe-list ul{
	list-style: none;
	margin: 5px 0;
	padding-left: 15px;
}
.bxe-list-default,
.bxe-list-default ul{

 }
.bxe-list .fa{
	color: #9fb2bd;
	margin-right: 6px;
}
.bxe-lis-blue .fa{
	color: #0083d1;
}
.modal_div {
	width: 400px; 
	height: 400px; /* Рaзмеры дoлжны быть фиксирoвaны */
	border-radius: 5px;
	border: 3px #000 solid;
	background: #fff;
	position: fixed; /* чтoбы oкнo былo в видимoй зoне в любoм месте */
	top: 45%; /* oтступaем сверху 45%, oстaльные 5% пoдвинет скрипт */
	left: 50%; /* пoлoвинa экрaнa слевa */
	margin-top: -200px;
	margin-left: -200px; /* тут вся мaгия центрoвки css, oтступaем влевo и вверх минус пoлoвину ширины и высoты сooтветственнo =) */
	display: none; /* в oбычнoм сoстoянии oкнa не дoлжнo быть */
	opacity: 0; /* пoлнoстью прoзрaчнo для aнимирoвaния */
	z-index: 50000000; /* oкнo дoлжнo быть нaибoлее бoльшем слoе */
	padding: 20px 10px;
}
/* Кнoпкa зaкрыть для тех ктo в тaнке) */
.modal_div #modal_close {
	width: 21px;
	height: 21px;
	position: absolute;
	top: 10px;
	right: 10px;
	cursor: pointer;
	display: block;
}
#modal1Title {
	font-size:25px;
	text-align:center;
}
.phone_form {
	padding:2em;
}
.phone_form input {
	margin:1em 0;
}
.btn {
	cursor:pointer;
	background:#0D50E9!important;
	color:#fff;
	width:100%;
	padding:10px 0;
	font-weight:600;
}
.btn:hover {
	background:#202020!important;
	color:#fff;
	padding:10px 0;
}
/* Пoдлoжкa */
#overlay {
	z-index: 40000000; /* пoдлoжкa дoлжнa быть выше слoев элементoв сaйтa, нo ниже слoя мoдaльнoгo oкнa */
	position:fixed; /* всегдa перекрывaет весь сaйт */
	background-color:#000; /* чернaя */
	opacity:0.8; /* нo немнoгo прoзрaчнa */
	-moz-opacity:0.8; /* фикс прозрачности для старых браузеров */
	filter:alpha(opacity=80);
	width:100%; 
	height:100%; /* рaзмерoм вo весь экрaн */
	top:0; /* сверху и слевa 0, oбязaтельные свoйствa! */
	left:0;
	cursor:pointer;
	display:none; /* в oбычнoм сoстoянии её нет) */
}
.top-bar {
	min-height:40px;
	border-bottom:1px solid #e5e5e5;
}
.top-bar ul,.block-2 ul,.banneri ul {
	margin:0;
	padding:0;
	list-style:none;
}
.top-bar li {
	float:left;
	display:block;
}
.top-bar li:nth-child(1) {
	width:20%;
}
.top-bar li:nth-child(2) {
	width:20%;
}
.top-bar li:nth-child(3) {
	width:20%;
}
.top-bar li:nth-child(4) {
	width:26%;
}
.top-bar li:nth-child(5) {
	width:14%;
}
.conteiner {
	font-family: 'Ubuntu', sans-serif!important;
	color:#272727;
	max-width:1170px;
	margin:0 auto;
	width:97%;
}
.adress {
	font-size:12px;
	padding:.9em 0;
}
.email {
	font-size:12px;
	padding:.9em 0 .9em 0;
}
.price-top {
	font-size:12px;
	color:#0d50e9;
	font-weight:700;
	text-align:center;
	padding:.9em 0 .9em 2em;
	background:url(/local/templates/carum1_v1/images/dld.png) 9% center no-repeat;
}
.price-top a, .top-call a {
	color:#0d50e9;
}
.top-tel {
	font-size:12px;
	padding:.9em 0 .9em 0;
	float:right;
}
.top-call {
	font-size:12px;
	padding:.9em 0 .9em 1.5em;
	float:right;
	/*background:url(/local/templates/carum1_v1/images/top-call3.png) 0% center no-repeat;*/
}
.block-2 li {
  display:block;
}
.block-2 li:nth-child(1) {
	width:30%;
	float:left;
}
.block-2 li:nth-child(2) {
	width:40%;
	float:left;
	
}
.block-2 li:nth-child(3) {
	width:30%;
	float:right;
}
.block-22 li:nth-child(4) {
	width:25%;
	float:left;
}
.logo {
	padding:30px 0;
}
.logo-text {
	font-size:1.5em;
	padding:30px 0 30px 20px;
	float:left;
	margin:0;
}
.verh {
	font-size:1.2em;
        float: right;
	
}
.search-form {
	position:relative;
}
.top-search {
padding:35px 0 35px 50px;
        font-size:14px;
        text-align:center;
}
.top-search table {
	margin:0!important;
	width:100%;
}
.top-search input[type=text] {
	width:100%;
	height:40px;
	border:1px solid #e5e5e5!important;
	outline:none;
	border-radius:0px!important;
	padding:0 1em;
	font-size:12px;
	background:#fff;
}
.top-search input[type="submit"] {
	width:40px;
	height:38px;
	position:absolute;
	right:1px;
	top:1px;
	border:0px;
	background:url(/local/templates/carum1_v1/images/lupa.png) center center no-repeat #fff;
	text-indent: -9999px;
}
.top-cart {
	float:right;
	padding:35px 20px 35px 0;

}
.top-cart .bx-basket-block>.fa {
	text-indent: -9999px;
	background:url(/local/templates/carum1_v1/images/top-cart.png) center center no-repeat #0d50e9;
    color: #97a1ab;
    width: 40px;
	height:40px;
    position: absolute;
    left: -40px;
    top: 0;
font-size:14px;
}
.bx-basket-block strong {
	font-size:14px;
}
.bx-basket-block a {
	color:#272727;
font-size:14px;
}
.bx-top-nav-container {
    margin: 0 0 25px 0;
}
.bx-blue.bx-top-nav .bx-top-nav-container {
    background: #2c2c2c;
}
.bx-top-nav-container .bx-nav-1-lvl {
	width:16.65%;
    float: left;
    position: relative;
	text-align:center;
	border-right:1px solid #414141;
}
.bx-top-nav-container .bx-nav-1-lvl a:hover,.bx-top-nav-container .bx-nav-1-lvl:hover,.bx-focus,.bx-blue.bx-top-nav .bx-top-nav-container .bx-nav-1-lvl.bx-hover>a,
.bx-blue.bx-top-nav .bx-top-nav-container .bx-nav-1-lvl.bx-active>a,
.bx-blue.bx-top-nav .bx-top-nav-container .bx-nav-1-lvl:hover>a,.b-s-b a:hover,.f-s-b a:hover,.f-b-b-but input:hover {
	background:#444!important;
}
.bx-blue.bx-top-nav .bx-top-nav-container .bx-nav-1-lvl.bx-nav-parent.bx-hover>a,
.bx-blue.bx-top-nav .bx-top-nav-container .bx-nav-1-lvl.bx-nav-parent:hover>a {
	color: #272727;
	background-color: transparent;
}
.bx-top-nav-container .bx-nav-1-lvl.bx-nav-list-1-col .bx-nav-2-lvl-container-advanced, .bx-top-nav-container .bx-nav-1-lvl.bx-nav-list-1-col .bx-nav-2-lvl-container {
    min-width: inherit;
	width:100%!important;
}
.bx-blue.bx-top-nav .bx-top-nav-container .bx-nav-2-lvl>a.bx-active,
.bx-blue.bx-top-nav .bx-top-nav-container .bx-nav-2-lvl>a:hover {
	color: #272727;
	background: #f8f8f8!important;
}
.bx-top-nav-container .bx-nav-2-lvl {
    display: block;
    width: 100%!important;
    padding: 0!important;
	min-width:inherit;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.bx-top-nav-container .bx-nav-1-lvl.bx-nav-list-1-col .bx-nav-2-lvl-container-advanced .bx-nav-list-2-lvl, .bx-top-nav-container .bx-nav-1-lvl.bx-nav-list-1-col .bx-nav-2-lvl-container .bx-nav-list-2-lvl {
    display: block;
	font-size:14px;
	font-weight: 700;
    min-width: 233px;
    width: 100%;
}
.bx-top-nav-container {
	padding:0;
}
.bx-top-nav-container .bx-nav-1-lvl>a {
	font-size:14px;
    color: #fff;
    font-weight: 700;
    display: block;
    text-decoration: none;
    text-transform: none;
    border-radius: 0px;
    padding:2px 0;
    border-bottom: 0;
}
.bx-top-nav-container li:nth-child(1) {

}
.bx-top-nav-container li:nth-child(6) {
	border-right:0px;
}
.fa-angle-down {
	font-size:16px;
	position:relative;
	top:2px;
	left:10px;
}
.banneri li:nth-child(1) {
	width:79.2%;
	float:left;
}
.banneri li:nth-child(2) {
	width:20.7%;
	float:left;
}
.slider {
	width:100%;
	min-height:319px;
	background-size:cover;
}
.slider p {
	padding:2em;
}
.banner-search {
	padding-left:25px;
}
.banner-search h3 {
	margin:0;
	font-size:22px;
	padding:25px 20px;
	background:url(/local/templates/carum1_v1/images/line-bg.png) 20px bottom no-repeat #fbfbfb;
}
.b-d {
	outline:1px solid #e5e5e5;
	position:relative;
	min-height:370px;
}
.banner-search p {
	font-size:18px;
	padding:25px 20px;
	background:#fbfbfb;
}
.b-s-b {
	padding:1.5em 0;
	width:100%;
	position:absolute;
	bottom:0;
	left:0;
	background:#f3f3f3;
	border-top:1px solid #e5e5e5;
}
.b-s-b a {
	width:85%;
	display:block;
	margin:0 auto;
	padding:.7em 0;
	text-align:center;
	border-radius:25px;
	background:#1960eb;
	font-size:14px;
	font-weight:700;
	color:#fff;
}
.owl-carousel__item-descr {
	font-size:14px;
	width:61%;
	background:none;
	top:0;
	padding:50px;
	color:#272727;
}
.owl-carousel__item-descr b {
	display:block;
	font-size:28px;
	font-weight:400!important;
}
.owl-dev-link,.owl-prev,.owl-next {
	display:none!important;
}
.owl-theme .owl-controls {
    margin:0;
	position:absolute;
	bottom:10px;
	left:20px;
    text-align: center;
}
.cat-banner ul {
	margin:0;
	list-style:none;
	padding:0;
}
.cat-banner li {
	display:block;
	float:left;
	width:31.66%;
	margin:20px 2.5% 0 0;
	
}
.cat-banner li:nth-child(1) {
	background:url(/local/templates/carum1_v1/images/cat-1.png) right bottom no-repeat #f8f8f8;
	min-height:240px;
	outline:1px solid #e5e5e5;
}
.cat-banner li:nth-child(2) {
	background:url(/local/templates/carum1_v1/images/cat-2.png) right bottom no-repeat #f8f8f8;
	min-height:240px;
	outline:1px solid #e5e5e5;
}
.cat-banner li:nth-child(3) {
	background:url(/local/templates/carum1_v1/images/cat-3.png) right bottom no-repeat #f8f8f8;
	min-height:240px;
	margin:20px 0 0 0!important;
	outline:1px solid #e5e5e5;
}
.cat-banner li:nth-child(4) {
	background:url(/local/templates/carum1_v1/images/cat-4.png) 150% bottom no-repeat #f8f8f8;
	min-height:240px;
	margin:30px 2.5% 0 0!important;
	outline:1px solid #e5e5e5;
}
.cat-banner li:nth-child(5) {
	background:url(/local/templates/carum1_v1/images/cat-5.png) right bottom no-repeat #f8f8f8;
	min-height:240px;
	margin:30px 2.5% 0 0!important;
	outline:1px solid #e5e5e5;
}
.cat-banner li:nth-child(6) {
	background:url(/local/templates/carum1_v1/images/cat-6.png) right bottom no-repeat #f8f8f8;
	min-height:240px;
	margin:30px 0 0 0!important;
	outline:1px solid #e5e5e5;
}
.cat-banner a {
	display:block;
	padding:25px;
	font-size:24px;
	background:url(/local/templates/carum1_v1/images/line-bg.png) 25px bottom no-repeat;
	color:#272727;
	width:70%;
	transition: 0.3s all ease;
	-webkit-transition: 0.3s all ease;
	-moz-transition: 0.3s all ease;
	-o-transition: 0.3s all ease;
	-ms-transition: 0.3s all ease;
}
.cat-banner a:hover,.cat-auto a:hover {
	color:#444;
	background:url(/local/templates/carum1_v1/images/line-bg.png) 50px bottom no-repeat;
}
.info {
	padding:65px 0 60px 0;
	border-bottom:1px solid #e5e5e5;
}
.info h2,.accordion h2,.callback h2 {
	font-size:32px;
	margin:0;
	padding:15px 0;
	background:url(/local/templates/carum1_v1/images/line-bg.png) 0px bottom no-repeat;
}
.info ul {
	margin:0;
	padding:60px 0 0 0;
	list-style:none;
}
.info li {
	width:25%;
	display:block;
	float:left;
}
.info li:nth-child(1) {
	background:url(/local/templates/carum1_v1/images/info-1.png) left top no-repeat;
}
.info li:nth-child(2) {
	background:url(/local/templates/carum1_v1/images/info-2.png) left top no-repeat;
}
.info li:nth-child(3) {
	background:url(/local/templates/carum1_v1/images/info-3.png) left top no-repeat;
}
.info li:nth-child(4) {
	background:url(/local/templates/carum1_v1/images/info-4.png) left top no-repeat;
}
.info h3 {
	font-size:20px;
	font-weight:700;
	margin:0;
	padding:125px 2em 0 0;
}
.info p {
	font-size:14px;
	margin:0;
	padding:20px 0 0 0;
	width:70%;
}
.accordion {
	/*padding:*/
}
.accordion-container{
position: relative;
width: 100%;
height: auto;
margin:0;
border: 1px solid #e5e5e5;
border-bottom:0px;
}
.set{
position: relative;
width: 100%;
height: auto;
}
.set > span{
cursor:pointer;
display: block;
padding: 25px;
font-size:18px;
font-weight:500;
border-bottom: 1px solid #e5e5e5;
-webkit-transition:all 0.3s linear;
-moz-transition:all 0.3s linear;
transition:all 0.3s linear;
}
.set > span i{
position:relative;
float: right;
margin-top:4px;
color: #0d50e9;
font-size:16px;
}
.set > span.active{
color: #272727;
}
.set > span.active i{
color: #272727;
}
.content{
position:relative;
width: 100%;
height: auto;
background-color: #fcfcfc;
border-bottom: 1px solid #e5e5e5;
display:none;
padding:10px 0;
}
.content p{
padding: 1em 25px;
margin: 0;
}
.accordion h2 {
	margin:30px 0 45px 0;
}
.bx-footer {
	border-bottom:1px solid #181818;
}
.pre-copy {
	background: #202020;
	border-top:1px solid #262626;
}
.copy {
    font-size: 12px!important;
	color:#555;
    padding: 1em 0!important;
}
.button-up {
	color:#555;
}
.foot-menu {
	padding:40px 0;
	margin:0;
	list-style:none;
}
.f-m-1,.f-m-2 {
	width:25%;
	float:left;
	font-size:12px;
}
.f-m-1 ul {
	margin-top:15px;
	padding:0;
}
.f-m-1 a,.f-m-2 a {
	font-weight:500;
	color:#fff!important;
}
.f-m-1 ul li:nth-child(1) {
	padding-bottom:1.5em!important;
	font-size:14px;
}
.f-m-1 ul li:nth-child(2),.f-m-1 ul li:nth-child(3),.f-m-1 ul li:nth-child(4),.f-m-1 ul li:nth-child(5),.f-m-1 ul li:nth-child(6),.f-m-1 ul li:nth-child(7) {
	padding-bottom:.9em!important;
}
.f-m-1 ul li:nth-child(1)>a {
	font-weight:600;
	font-size:14px;
}
.f-m-2 ul li {
	padding-bottom:1em!important;
	width:50%;
	float:left;
	font-size:14px;
}
.f-m-2 ul li>a {
	font-weight:600;
}
.bx-footer {
    background: #202020!important;
    color: #fff;
}
.f-m-3 {
	position:relative;
	width:30%;
	float:left;
}
.f-s-b {
	position:absolute;
	top:15px;
	right:10px;
}
.f-s-b a,.but-c-2 {
	display:block;
	text-align:center;
	padding:.8em 0;
	border-radius:25px!important;
	border:0px!important;
	color:#fff!important;
	background:#0d50e9!important;
	width:250px;
}
.f-s-b i,.foot-call i {
	margin-right:7px;
	font-size:13px;
}
.foot-call i {
	font-size:11px!important;
}
.foot-tel {
	font-size:16px;
	color:#fff;
	text-align:right;
	margin-top:15px;
}
.foot-call {
	text-align:right;
	margin-top:5px;
}
.foot-call a {
	color:#fff!important;
	font-size:12px;
}
.callback {
	margin:45px 0 70px 0;
	min-height:195px;
	background-size:cover;
	background:url(/local/templates/carum1_v1/images/call-bg.png) center center no-repeat;
}
.callback h2 {
	padding:40px 40px 15px 40px!important;
	background:url(/local/templates/carum1_v1/images/line-bg.png) 40px bottom no-repeat!important;
	color:#fff;
}
.true {
	font-family: 'Ubuntu', sans-serif!important;
	color:#fff;
	font-size:18px;
	font-weight:500;
	margin:0;
	padding:0;
}
.f-b-b,.f-b-b-but {
	width:25%;
	float:left;
}
.f-b-b input {
	display:block;
	width:95%;
	padding:10px 15px!important;
	margin:0 auto!important;
	border:none!important;
	border-radius:0px!important;
	background:#fff!important;
	outline:none!important;
}
.f-b-b-but input {
	display:block;
	color:#fff!important;
	font-weight:600;
	width:90%;
	padding:10px 15px!important;
	margin:0 auto!important;
	border-radius:25px;
	border:0px;
	background:#1960EB;
}
.form-2 {
	padding:2em 40px!important;
}
.brandblock-container {
    width: 31.33%;
	float:left;
	height:70px;
	padding:0;
    position: inherit;
    border-radius: 0px;
    margin:1% 0 1% 2%;
}
.brandblock-wrap {
    vertical-align: inherit;
    text-align: inherit;
    height: auto;
	display:block;
	width:100%;
}
.brandblock-block {
    position: relative;
    text-decoration: none;
    display: block;
    text-align: left;
    color: #585858;
    font-size: 13px;
    line-height: normal;
    box-sizing: border-box;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    width: 100%;
    padding: 0px;
    height: auto;
    margin: 10px 5px 10px 5px;
    border:1px solid #e5e5e5;
	border-radius:0px;
	border-left:0px;
}
.brandblock-wrap a:hover {
	border:1px solid #e5e5e5;
	border-left:0px;
}
.brandblock-block.icon {
    background: no-repeat 0px center;
    padding: 0 7px 0 35px;
    height: 70px;
}
.brandblock-text {
    display: block;
    position: absolute;
    top: 50%;
    left: 35%!important;
	font-size:18px;
	font-weight:500;
    right: 0;
}
.side,.wrap {
	float:left;
}
.side {
	width:25%;
}
.side-inner {
	padding-right:1em;
}
.wrap {
	width:75%;
}
.wrap-inner {
	padding-left:2em;
} 
.c-b-li {
	min-height:180px!important;
}

.cat-banner-2 li:nth-child(1) {
	background:url(/local/templates/carum1_v1/images/cat-1.png) right bottom no-repeat #f8f8f8;
	outline:1px solid #e5e5e5;
	background-size:150px;
}
.cat-banner-2 li:nth-child(2) {
	background:url(/local/templates/carum1_v1/images/cat-2.png) right bottom no-repeat #f8f8f8;
	outline:1px solid #e5e5e5;
	background-size:150px;
}
.cat-banner-2 li:nth-child(3) {
	background:url(/local/templates/carum1_v1/images/cat-3.png) right bottom no-repeat #f8f8f8;
	margin:20px 0 0 0!important;
	outline:1px solid #e5e5e5;
	background-size:100px;
}
.cat-h2 {
	font-size:22px;
	padding:2em 0 0 2.7%;
	border-top:1px solid #e5e5e5;
}
.bx-top-nav-container .bx-nav-2-lvl>a {
    padding: 15px 15px 15px;
    color: #20394c;
    font-size: 13px;
    line-height: 16px;
    text-decoration: none;
    font-weight: bold;
    border-bottom: 0;
    display: block;
}
.bx-top-nav-container .bx-nav-catinfo-back {
    position: absolute;
    display: block;
    content: ' ';
    top: -5px;
    right: 0;
    bottom: 0;
    background: #f7fafb;
    z-index: 100;
    border-left: 1px solid #ededed;
}
.contacts {
	list-style:none;
	margin:0;
	padding:1em 0;
}
.contacts li {
	width:50%;
	float:left;
	border-left:2px solid #0D50E9;
}
.contacts p {
	padding:0 2em;
}
.contacts li:nth-child(1),.contacts li:nth-child(2) {
	padding-bottom:2em;
}
.map {
	min-height:425px;
	margin:3em 0 2em 0;
        width:50%;
        left: 50%

}
.putName,.putPhone {
	width:100%;
	padding:10px 15px!important;
	border:1px solid #e5e5e5!important;
	background:#fff!important;
	outline:none;
}
.bx-newslist {
	padding:0;
}
.bx-newslist-container {
	width:100%!important;
	padding:30px 0;
	border-bottom:1px solid #e5e5e5;
}
.bx-newslist-block {
	padding:0;
	height:160px;
	overflow:hidden;
	margin:0;
}
.bx-newslist-img,.bx-newslist-slider {
	height:160px!important;
	width:auto;
	margin:0 2em 0 0;
	float:left;
}
.btn-primary {
	position:absolute;
	left:42%;
	bottom:5px;
	background:none!important;
	border:0px!important;
	color:#0D50E9!important;
	text-decoration:underline;
	font-weight:400;
	font-size:14px;
}
.btn-primary:hover {
	background:none!important;
	color:#202020!important;
}
.row {
    margin:0!important;
}
.navigation-title {
	display:none!important;
}
.navigation-arrows {
	display:none!important;
}
.navigation-pages {
	width:30%;
	margin:30px auto;
	font-weight:500;
}
.navigation-pages .nav-current-page,.navigation-pages a {
	border:1px solid #e5e5e5;
	padding: 12px 17px;
}
.navigation-pages .nav-current-page,.navigation-pages .nav-current-page:hover,.navigation-pages a:hover {
	color:#0D50E9;
	border:1px solid #0D50E9!important;
}
.navigation-pages a {
	color:#272727;
}
#basket_form_container {
	padding-top:1em;
}
.bx_ordercart .bx_sort_container {
	display:none;
}
.bx_ordercart .bx_ordercart_order_table_container {
    overflow-x: auto;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    width: 100%;
    border: 0px;
    border-radius:0px;
    font-size: 14px;
}
#basket_items td {
	text-align:center;
	font-size:12px;
}
#basket_items thead {
	border-bottom: 1px solid #e5e5e5;
}
.bx_ordercart .bx_ordercart_order_table_container table {
	border:1px solid #e5e5e5;
}
.bx_ordercart .bx_ordercart_photo_container {
    position: relative;
    padding-top: 100%;
    min-width: 50px;
    max-width: 100%;
    height: 0;
    border: 0px;
    border-radius: 0px;
}
.bx_ordercart .bx_ordercart_order_table_container .bx_ordercart_photo {
    position: absolute;
    top: 10%;
    right: 10%;
    bottom: 10%;
    left: 10%;
    background-position: center;
    -webkit-background-size: auto 100%;
    background-size: auto 100%;
    background-repeat: no-repeat;
}
.bx_ordercart .bx_ordercart_order_table_container table tbody td {
    padding: 0% 0px;
    border-bottom: 1px solid #e5e5e5;
    vertical-align: top;
}
.bx_ordercart_photo_container {
	padding:2px;
}
.bx_ordercart .bx_ordercart_order_table_container table td.margin {
	width:0.2%;
}
.bx_ordercart .bx_ordercart_order_table_container tbody td.item {
    width: 70%;
	border-left: 1px solid #e5e5e5;
}
.bx_ordercart .bx_ordercart_order_table_container table tbody td {
    vertical-align: middle;
}
.bx_ordercart .bx_ordercart_order_table_container .bx_ordercart_itemtitle a {
	color:#2963FF;
    font-weight: 600;
    font-size: 14px;
}
.bx_ordercart .bx_ordercart_order_table_container tbody td.custom {
	padding:0 4em 0 0;
}
.bx_ordercart .bx_ordercart_order_table_container tbody td.price {

	padding:0 5em 0 0;
}
.bx_ordercart .bx_ordercart_order_table_container tbody td.control a {
	width:15px;
	display:block;
	height:15px;
	background:url(/local/templates/carum1_v1/images/cart-x.png) center 60% no-repeat;
	text-indent: -9999px;
	position:relative;
	top:10px;
	right:10px;
}
.fwb {
	font-size:16px!important;
}
.fwb-1 {
	font-weight:400!important;
}
.fwb-2 {
	font-weight:600;
}
.bx_ordercart_itemart {
	margin:0!important;
}
.centered table,.centered tr {
	border:0px!important;
}
.basket_quantity_control a.plus,.basket_quantity_control a.minus {
	border-radius:0;
	color:#fff!important;
}
.basket_quantity_control a.plus:hover,.basket_quantity_control a.minus:hover {
	border:1px solid#e5e5e5!important;
}
.basket_quantity_control .plus {
	display:block;
	position:relative;
	width:30px;
	height:40px;
	right:3px;
	top:23px;
	background:url(/local/templates/carum1_v1/images/quant-2.png) center center no-repeat!important;
}
.basket_quantity_control .minus {
	display:block;
	position:relative;
	width:30px;
	height:40px;
	right:81px;
	bottom:16px;
	background:url(/local/templates/carum1_v1/images/quant-1.png) 50% 50% no-repeat!important;
}
.product-item-amount-field-btn-minus,.product-item-amount-field-btn-plus,.product-item-amount-field-btn-minus:hover,.product-item-amount-field-btn-plus:hover {
	width:30px;
	height:40px;
	background:url(/local/templates/carum1_v1/images/quant-1.png) 50% 50% no-repeat!important;
	border:1px solid #e5e5e5;
	border-radius:0px;
}
.product-item-amount-field-btn-minus {
	position:relative;
	left:5px;
}
.product-item-amount-field-btn-plus {
	position:relative;
	right:5px;
}
.product-item-amount-field {
	border-top:1px solid #e5e5e5;
	border-bottom:1px solid #e5e5e5;
	outline:0px!important;
}
.bx-blue .product-item-amount-field:focus {
    border-color: #e5e5e5;
}
#basket_items input,.product-item-amount-field-container input {
	height:40px!important;
	border-radius:0px;
	text-align:center;
	background:#f9f9f9!important;
	font-weight:600;
	font-size:14px;
}
.but-c-2 {
	margin:2em 0 1em 0;
}
.bx_ordercart_order_pay_right {
	margin: 1em 0;
}

.product-item {
	padding:0 1em;
	border:1px solid #e5e5e5;
	border-radius:0px;
}
.bx-no-touch .product-item-container.hover .product-item {
	border:1px solid #e5e5e5;
}
.product-item-big-card .product-item-title a {
	font-size:15px;
	font-weight:700;
}
.product-item-image-wrapper {
    display: block;
    padding-top: 100%;
    width: 100%;
    margin-bottom: 10px;
    position: relative;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}
.product-item-big-card .product-item-image-wrapper {
    margin-bottom: 0px;
}
.product-item-big-card .product-item-price-container {
    margin: 0 0 15px;
	border-top:1px solid #e5e5e5;
	text-align:right;
	padding:15px 0 0 0;
}
.product-item-big-card .product-item-price-current {
    font-size: 20px;
	color:#1960EB!important;
}
.product-item-big-card .product-item-amount-field-container {
    text-align: center;
	margin-bottom:10px;
}
.bx-blue .btn.btn-default,.product-item-button-container .btn {
	border:0px;
	border-radius:25px;
	margin-bottom:15px;
}
.catalog-top {
	padding-top:2em;
}
.container-fluid {
	padding:0;
}
.container-fluid h1 {
	font-size:28px;
}
.product-item-detail-slider-block {
    position: relative;
    box-sizing: border-box;
    padding-top: 66.25%;
    height: 0;
}
.tov-top {
	padding-bottom:3em;
}
.tov-pics {
	width:48%;
	margin-right:2%;
	float:left;
}
.tov-cen {
	width:48%;
	margin-left:2%;
	float:left;
}
.product-item-list-col-3 {
	padding-bottom:3em;
}
.bx_catalog_tile_ul {
padding:2em 0!important;
}
.bx_catalog_tile {
	border-bottom:1px solid #e5e5e5;
}
.bx_catalog_tile a {
	margin:.5em;
}
.bx_catalog_tile .bx_catalog_tile_img {
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0 auto;
    width: 78px;
    height: 78px;
    border: 0px solid #ccc;
    border-radius: 0px;
    background-color: #fff;
    background-position: center;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
}
.bx_catalog_tile .bx_catalog_tile_title a {
    color: #272727;
    font-size: 12px;
}
.bx_vertical_menu_advanced {
    background: #fff;
    border-radius:0px;
    position: relative;
    box-shadow:none;
	margin: 10px 0 25px 0;
	border:1px solid #e5e5e5;
	border-bottom:0px;
}
.bx_vertical_menu_advanced.bx_blue {
    border-left: 1px solid #e5e5e5;
    background: #fff;
}
.bx_vertical_menu_advanced .bx_hma_one_lvl>a {
    position: relative;
    z-index: 105;
    display: block;
    padding: 15px 20px;
    border-bottom: 1px solid #e5e5e5;
    color: #272727;
    vertical-align: middle;
    text-align: left;
    text-decoration: none;
    text-shadow: none;
    font-size: 14px;
	font-weight: 700;
    line-height: 1.4;
	box-sizing: content-box;
}
.bx_vertical_menu_advanced .bx_hma_one_lvl.hover {
    padding: 0;
    border: 0;
}
.bx_vertical_menu_advanced .bx_hma_one_lvl.hover>a {
    margin-left: 0px;
    padding: 15px 20px;
    width: inherit;
	vertical-align: middle;
    border-bottom: 1px solid #e5e5e5;
    border-right: 0px;
    background: #fff;
    box-shadow:none;
    font-weight: 700;
    line-height: 1.4;
    box-sizing: content-box;
}
.bx_vertical_menu_advanced .bx_hma_one_lvl:last-child, .bx_vertical_menu_advanced .bx_hma_one_lvl:last-child>a {
    border-radius: 0px;
}
.bx_vertical_menu_advanced .bx_hma_one_lvl>a:hover {
	color:#0D50E9;
}
.bx-filter {
    width: 100%;
    min-width: 220px;
    font-family: 'Ubuntu', sans-serif!important;
    margin-bottom: 20px;
}
.bx-filter.bx-blue .bx-filter-section {
    background: #fff;
	border:1px solid #e5e5e5;
}
.bx-filter .bx-filter-title {
    font-size: 16px;
	font-weight:700;
	text-align:center;
    margin-bottom: 0px;
	background:#2c2c2c;
	border-bottom:1px solid #e5e5e5;
    color: #fff;
	padding:15px;
}
.bx-filter .bx-filter-section {
    position: relative;
    padding-top: 0px;
}
.bx-filter-section .row {
	padding:0!important;
}
.bx-filter-parameters-box {
	padding:0!important;
	border-bottom:1px solid #e5e5e5;
}
.bx-filter .bx-filter-parameters-box-title {
    font-size: 14px;
	color:#272727!important;
    padding: 15px 20px;
	font-weight:700;
	cursor:pointer;
}
.bx-filter .bx-filter-parameters-box-title span {
    color: #0D50E9;
    border-bottom: 0px;
    cursor: pointer;
}
.bx-filter-block {
	padding:15px 5px!important;
}
.fa-angle-down,.fa-angle-up {
    font-size: 16px;
    position: absolute;
    top: 17px;
    left: 90%;
}
.btn-link {
    color: #fff!important;
}
.bx-filter .bx-filter-input-container input {
    display: block;
    width: 100%;
    font-size: 14px;
    height: 30px;
    margin: 0;
    padding: 0 4px;
    border: 1px solid #e5e5e5;
    border-radius: 0px;
    background: #fff;
    outline: 0;
}
.bx-filter-parameters-box-container .btn {
	width:46%;
	float:left;
	margin:2%;
	border-radius:25px;
	border:0px;
}
.bx-filter-button-box {
	padding:0 10px 15px 10px!important;
}
.bx-filter .bx-filter-select-container {
    display: block;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    height: 35px;
    border-radius: 0px;
    border: 1px solid #e5e5e5;
}
.bx-filter .bx-ui-slider-part {
    position: absolute;
    top: -6px;
    width: 1px;
    height: 17px;
    background: #272727;
}
.bx-filter.bx-blue .bx-ui-slider-pricebar-v {
    background: #e5e5e5;
}
.bx-filter.bx-blue .bx-ui-slider-pricebar-vn {
    background: #272727;
}
.bx-filter.bx-blue .bx-ui-slider-handle.right {
    background: url(/local/templates/carum1_v1/images/right-filtr.png) no-repeat left 5px;
	background-size:18px;
}
.bx-filter.bx-blue .bx-ui-slider-handle.left {
    background: url(/local/templates/carum1_v1/images/left-filtr.png) no-repeat right 5px;
	background-size:18px;
}
.product-item-detail-pay-block {
    border: 0px;
    padding: 15px 0 0 0;
    border-radius: 0px;
    background-color: #fff;
    position: relative;
    margin-bottom: 15px;
}
.pre-cennik {
	clear:both;
	margin:0;
	padding:0 0 30px 0;
	border-bottom:1px solid #e5e5e5;
}
.vnal,.cennik {
	width:50%;
	float:left;
}
.vnal {
	padding:5px 0 0 70px;
	background:url(/local/templates/carum1_v1/images/22347.png) 50px center no-repeat;
}
.vnal .product-item-detail-info-container-title {
	font-weight:400!important;
}
.cennik {
	border-right:1px solid #e5e5e5;
}
.product-item-detail-price-current {
	font-size:28px!important;
	color:#272727;
	font-weight:500;
	position:relative;
}
.sale_order_full_table {
	text-align:center;
	width:100%;
}
.product-item-detail-price-current:before {
	content:"Цена";
	position:absolute;
	bottom:25px;
	left:0;
	font-size:13px;
	color:#0D50E9;
	font-weight:600;
}
.product-item-detail-info-container {
    margin-bottom:0px;
    font-family: 'Ubuntu', sans-serif!important;
}
.pre-buttons {
	padding:30px 0 0 0;
}
.number {
	width:35%;
	float:left;
}
.num-but {
	width:65%;
	float:left;
}
.but-50 {
	width:50%;
	float:left;
}
.btn.product-item-detail-buy-button {
    width: 90%;
    max-width: 250px;
    display: block;
    font-weight: 800;
    font-family: 'Ubuntu', sans-serif!important;
    font-size: 12px;
    height: 40px;
    text-transform: uppercase;
    position: relative;
    margin: 0 auto;
	border-radius:25px;
}
#bx_117848907_19_quant_measure {
	display:none;
}
.product-item-detail-info-container-title {
    font-weight: bold;
    color: #000;
    font-size: 13px;
    margin-bottom: 0px;
}
.product-item-detail-tab-link {
    height: 60px;
    display: inline-block;
    position: relative;
    box-sizing: border-box;
    padding: 10px 25px;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
    line-height: 45px;
    font-weight: bold;
    font-size: 13px;
    text-transform: uppercase;
    color: #0D50E9;
    vertical-align: middle;
    -webkit-transition: all 250ms ease;
    -moz-transition: all 250ms ease;
    -ms-transition: all 250ms ease;
    -o-transition: all 250ms ease;
    transition: all 250ms ease;
}

.product-item-detail-tab-link2 {
    content: "";
    height: 0;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    background: #0D50E9;
    -webkit-transition: all 250ms ease;
    -moz-transition: all 250ms ease;
    -ms-transition: all 250ms ease;
    -o-transition: all 250ms ease;
    transition: all 250ms ease;
}
.product-item-detail-tab-link:after {
    content: "";
    height: 0;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    background: #0D50E9;
    -webkit-transition: all 250ms ease;
    -moz-transition: all 250ms ease;
    -ms-transition: all 250ms ease;
    -o-transition: all 250ms ease;
    transition: all 250ms ease;
}
.tabbs {
	margin-top:50px;
}
.product-item-detail-properties {
    color: #272727;
    font-size: 14px;
    margin: 0;
    display: block;
    overflow: hidden;
    max-width: 100%;
}
dt,dd {
	position:relative;
	background:#fff;
	z-index:5;
	padding:0 10px;
}
dt:after {
	/*content:"...........................................................................................................................................................................................................................................................................";*/
	position:absolute;
	bottom:0;
	left:auto;
	z-index:3;
	font-size:13px;
	font-weight:300;
}
.catalog-block-header {
    font-size: 14px;
    font-weight: bold;
    text-align: left;
    margin:30px 0;
    padding: 5px 15px;
    border-bottom: 1px solid #e5e5e5;
    color: #272727;
}
.product-item-properties {
	/*display:none!important;*/
    color: #272727;
    font-size: 12px;
    margin: 0;
    display: block;
    overflow: hidden;
	padding-top: 10px;
}
.product-item-price-container {
    margin: 5px 0 10px;
	text-align:right;
}
.product-item-price-current {
    color: #0D50E9;
    font-size: 18px;
    font-weight: bold;
    white-space: nowrap;
}
.product-item-amount-description-container {
	display:none;
    color: #a5a5a5;
    font-size: 12px;
    white-space: nowrap;
}
.product-item-detail-tabs-container-fixed,.product-item-detail-short-card-fixed {
	display:none;
    min-height: 45px;
    background: #fff;
}
.bx-top-nav-container .bx-nav-1-lvl.bx-nav-list-2-col .bx-nav-2-lvl-container {
    min-width: 500px;
}
.bx-blue.bx-top-nav .bx-top-nav-container .bx-nav-2-lvl>a:hover {
    color: #272727;
    background: #f8f8f8!important;
}
.bx-top-nav-container .bx-nav-catinfo-back {
    position: absolute;
    display: block;
    content: ' ';
    top: -5px;
    right: 0;
    bottom: 0;
    background:#F8F8F8;
    z-index: 100;
    border-left: 1px solid #e5e5e5;
}
.cat-banner-2 a,.cat-auto a {
    display: block;
    padding: 25px;
    font-size: 18px!important;
	font-weight:500;
    background: url(/bitrix/templates/eshop_bootstrap_blue/images/line-bg.png) 25px bottom no-repeat;
    color: #272727;
    width: 70%;
    transition: 0.3s all ease;
    -webkit-transition: 0.3s all ease;
    -moz-transition: 0.3s all ease;
    -o-transition: 0.3s all ease;
    -ms-transition: 0.3s all ease;
}
.cat-auto ul,.ugol ul,.dlina ul,.diametr ul,.brands {
    margin: 0;
    list-style: none;
    padding: 0 0 2em 0;
}
.cat-auto li {
    display: block;
    float: left;
    width: 31.66%;
    margin: 20px 2.5% 0 0;
	outline: 1px solid #e5e5e5;
	min-height: 180px;
}
.cat-auto li:nth-child(3),.cat-auto li:nth-child(6) {
    margin: 20px 0 0 0!important;
}
.cat-auto li:nth-child(1) {
	background: url(/bitrix/templates/eshop_bootstrap_blue/images/cat-auto-1.png) 220% bottom no-repeat #fff;
    background-size: 230px;
}
.cat-auto li:nth-child(2) {
	background: url(/bitrix/templates/eshop_bootstrap_blue/images/cat-auto-2.png) 130% 80% no-repeat #fff;
    background-size: 150px;
}
.cat-auto li:nth-child(3) {
	background: url(/bitrix/templates/eshop_bootstrap_blue/images/cat-auto-3.png) 120% bottom no-repeat #fff;
    background-size: 160px;
}
.cat-auto li:nth-child(4) {
	background: url(/bitrix/templates/eshop_bootstrap_blue/images/cat-auto-4.png) 120% bottom no-repeat #fff;
    background-size: 160px;
}
.cat-auto li:nth-child(5) {
	background: url(/bitrix/templates/eshop_bootstrap_blue/images/cat-auto-5.png) 190% 80% no-repeat #fff;
    background-size: 220px;
}
.cat-auto li:nth-child(6) {
	background: url(/bitrix/templates/eshop_bootstrap_blue/images/cat-auto-6.png) 140% 80% no-repeat #fff;
    background-size: 200px;
}
.cat-auto li:nth-child(7) {
	background: url(/bitrix/templates/eshop_bootstrap_blue/images/cat-auto-7.png) 230% 80% no-repeat #fff;
    background-size: 220px;
}
.cat-auto li:nth-child(8) {
	background: url(/bitrix/templates/eshop_bootstrap_blue/images/cat-auto-8.png) 170% 80% no-repeat #fff;
    background-size: 200px;
}
.ugol li,.dlina li,.diametr li {
	width:10.5%;
	margin:40px 0 0 2%;
	float:left;
	border:1px solid #e5e5e5;
}
.ugol a,.dlina a,.diametr a {
	padding:20px 30px;
	display:block;
	font-size:18px;
	font-weight:500;
	color:#272727;
	text-align:center;
}
.ugol a:hover,.dlina a:hover,.diametr a:hover {
	background:#fcfcfc;
	text-decoration:none;
}
.bx-soa-coupon,#bx-soa-region {
	display:none;
}














@media screen and (min-width: 100px) and (max-width: 768px) {

.f-b-b, .f-b-b-but {
    width: 100%;
    float: none;
	margin-bottom:15px;
}
.callback {
    background-size: cover;
}
.accordion{
	padding:0 2em;
}
.set > span {
    padding: 25px 10px;
    font-size: 16px;
}
.info {
    padding: 65px 2em 60px 2em;
}
.info li {
    width: 100%;
    display: block;
    float: none;
	background-position:center top!important;
	margin-bottom:30px;
	text-align:center;
}
.info h3 {
    padding: 125px 0 0 0;
}
.info p {
    width: 100%;
}
.cat-banner {
	padding:0 2em;
}
.cat-banner li {
    float: none;
    width: 100%;
    margin: 30px 0!important;
}
.banneri li {
	width:100%!important;
}
.banner-search {
    padding: 2em!important;
}
.owl-main-wrap .owl-theme--responsive .adaptive-img {
    display: block;
    max-width: inherit;
	width:auto;
    height: 100%;
}
.owl-carousel__item-descr {
    display: block!important;
}
.owl-carousel__item-descr {
    font-size: 14px;
    width: 100%;
    background: none;
    top: 0;
    padding: 2em;
    color: #272727;
}
.block-2 {
	padding:0 2em 2em 2em;
}
.block-2 li:nth-child(1) {
    width: 20%;
}
.block-2 li:nth-child(2) {
    width: 80%;
}
.logo-text {
    padding: 33px 0 0 25px;
	font-size:18px;
}
.block-2 li:nth-child(1) {
    width: 40%;
    float: left;
}
.top-search {
    padding: 15px 0 15px 0px;
}
.block-2 li:nth-child(3) {
    width: 60%;
    float: left;
}
.logo {
    padding: 37px 0 0 0;
}
.top-cart {
    float: right;
    padding: 15px 0 15px 0;

}
.top-bar {
	padding:1em 2em .5em 2em;
}
.top-bar li:nth-child(1) {
    width: 100%;
}
.top-bar li:nth-child(2) {
	display:none;
    width: 50%;
}
.top-bar li:nth-child(3) {
	display:none;
    width: 50%;
}
.top-bar li:nth-child(4) {
	text-align:center;
    width: 50%;
}
.top-bar li:nth-child(5) {
    width: 50%;
}
.adress {
    font-size: 12px;
    padding: .5em 0;
	text-align:center;
}
.top-tel {
    font-size: 12px;
    padding: .9em 0 .9em 0;
    float: none;
}
.bx-aside-nav-control {
    font-size: 28px;
    position: fixed;
    width: 40px;
    height: 40px;
    top: 5px;
    left: 5px;
    line-height: 40px;
    cursor: pointer;
    z-index: 1750;
    color: #272727;
    text-align: center;
}
.cat-banner-2 {
	padding:0!important;
}
.wrap {
    width: 100%;
}
.wrap-inner {
    padding: 0 2em!important;
}
.bx_item_detail_inc_two {
    display: block!important;
}
.brandblock-container {
	width:100%;
}
.side {
    width: 100%;
	padding:0 2em!important;
}
.side-inner {
    padding: 0!important;
}
.product-item-container {
	margin-bottom:30px;
}
.bx-touch .product-item {
    background: #fff;
    padding: 15px;
    width: auto;
}
.product-item-small-card {
	padding:0;
}
.tov-pics {
    width: 100%;
    margin-right: 0;
}
.tov-cen {
    width: 100%;
    margin-left: 0;
	padding-top:2em;
}
.cennik {
    border-right: 0px solid #e5e5e5;
}
.number {
    width: 100%;
}
.num-but {
    width: 100%;
	padding-top:2em;
}
.product-item-small-card .row .col-xs-6 {
	width:100%!important;
}
.basket_quantity_control .plus {
    display: block;
    position: relative;
    width: 30px;
    height: 40px;
    left: 17px;
    top: 4px;
}
.basket_quantity_control .minus {
    display: block;
    position: relative;
    width: 30px;
    height: 40px;
    right: 17px;
    bottom: 35px;
    background: url(/bitrix/templates/eshop_bootstrap_blue/images/quant-1.png) 50% 50% no-repeat!important;
}
.f-m-1, .f-m-2 {
    width: 50%;
}
.f-m-3,.f-m-4 {
	width:100%;
}
.f-s-b {
    position: absolute;
    top: inherit;
	bottom:250px;
    right: 50%;
	margin-right:-125px;
}
.foot-menu {
    padding:80px 2em 60px 2em;
}
.bx-newslist-img, .bx-newslist-slider {
    height: 160px!important;
    width: auto;
    margin: 0;
    float: left;
}
.contacts li {
    width: 100%;

}
.top-bar ul li:nth-child(4),.top-bar ul li:nth-child(5){
	display:flex;
	align-items:center;
	height:56px;
	justify-content:center;
}
.cat-auto li {
    display:block;
    float:none;
    width:100%;
    margin:20px 0 0 0;
    outline:0px solid #e5e5e5;
	border:1px solid #e5e5e5;
    min-height: 180px;
	box-sizing:border-box;
}
.ugol li, .dlina li, .diametr li {
    width: 25%;
    margin: 40px 0 0 2%;
    float: left;
    border: 1px solid #e5e5e5;
}
}


/* End */


/* Start:/local/templates/carum1_v1/template_styles.css?177945658917285*/
@import url(https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css);

.fa-imo:before {
    content: "\f0e0"
}

.top-tel {
    margin-left: -20px;
	margin-top: 5px;
	 font-size: 14px;

}

@media (max-width:800px){

.logo-carum {
    margin-top: -30px;
	display: block;
}


}


@media (max-width:767px){#bx-panel{display:none !important}}
body {
	background: #fff;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	overflow-x: hidden;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale
}

body.bx-opened {
	overflow: hidden;
}

.true {
	color:#838383;
}

.wrap,
.bx-wrap,
.bx-wrapper{
	position: relative;
}

body.bx-background-image{
	position: relative;
	background-repeat: no-repeat;
	background-position: top center;
	background-color: #fff;
	background-image: url("/local/templates/carum1_v1/images/bg.jpg");
}




@media (min-width: 992px) and (max-width:1199px){
	body.bx-background-image{
		-webkit-background-size:1600px auto;
		background-size:1600px auto;
	}
}
@media (min-width: 768px) and (max-width: 991px){
	body.bx-background-image{
		-webkit-background-size:1280px auto;
		background-size:1280px auto;
	}
	img.logo {
    margin-top: -130px;
	display: block;
}


}


@media screen and (min-width: 100px) and (max-width: 768px){
.logo-text {
    padding: 0 0;
    font-size: 1px;
	visibility: hidden;
	margin-top: -100px;

}
h5 {

    font-size: 12px;
}

.top-tel {
    margin-left: -20px;
	margin-top: 35px;
	 font-size: 12px;
	width: 400px;

}

.logo {
	padding: 0;
    position: absolute;
    margin-top: -130px;
    margin-left: 10px;
    width: 40%;
	display: block;
}

img.logo {
    margin-top: -130px;
	display: block;
}


.top-call {
        margin-top: -15px;

}



.top-bar li:nth-child(3) {
    float: right;
    width: 100%;
    margin-top: -10px;
	display: block;
	font-size: 16px;
}

h4 {
	font-size: 16px;
}

}

@media (max-width: 767px) {
	body.bx-background-image {
		background: none;
	}
}

body.bx-background-gradient{
	background: rgb(246,247,251);
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2Y2ZjdmYiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmZmZmZmYiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top, rgba(246,247,251,1) 0%, rgba(255,255,255,1) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(246,247,251,1)), color-stop(100%,rgba(255,255,255,1)));
	background: -webkit-linear-gradient(top, rgba(246,247,251,1) 0%,rgba(255,255,255,1) 100%);
	background: -o-linear-gradient(top, rgba(246,247,251,1) 0%,rgba(255,255,255,1) 100%);
	background: -ms-linear-gradient(top, rgba(246,247,251,1) 0%,rgba(255,255,255,1) 100%);
	background: linear-gradient(to bottom, rgba(246,247,251,1) 0%,rgba(255,255,255,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f6f7fb', endColorstr='#ffffff',GradientType=0 );
	background-attachment: fixed;
}

.icon-empty {
	opacity: 0;
}

a {
	text-decoration: none;
}

a:active,
a:hover {
	border-color: transparent;
	text-decoration: none;
}

a,
.container {
	-webkit-transition: color .3s ease, background-color .3s ease, border-color .3s ease;
	-moz-transition: color .3s ease, background-color .3s ease, border-color .3s ease;
	-ms-transition: color .3s ease, background-color .3s ease, border-color .3s ease;
	-o-transition: color .3s ease, background-color .3s ease, border-color .3s ease;
	transition: color .3s ease, background-color .3s ease, border-color .3s ease;
}

img {
	width: auto;
	max-width: 100%;
	height: auto;
}


.pervaya-search  button[type="submit"] {
background:rgb(13, 80, 233);
border-radius: 15px;
color: white;
margin: 5px;
left: 15;

}

.pervaya-search  input[type="text"] {
background:#d7d8ec;
border-radius: 15px;
color: #646466;
border-color: 646466;
margin: 5px;

}

.bx-header {}
/*Logo*/

.bx-logo {
	padding-left: 17px;
	padding-bottom: 19px;
}

.bx-logo .bx-logo-block {
	display: block;
	height: 50px;
	border-bottom: none;
}

.bx-logo-text,
.bx-logo-text:hover,
.bx-logo-text:active {
	font-size: 32px;
	font-weight: 700;
	font-family: "Open Sans", "Helvetica Neue", Arial, Helvetica, sans-serif;
	color: #000;
	line-height: 37px;
	text-decoration: none;
	border: none;
	vertical-align: bottom;
}

.bx-logo-text small {
	font-size: 37px;
}

.bx-logo-desc {
	text-transform: uppercase;
	display: block;
	font-weight: 700;
	font-size: 13px;
	line-height: 10px;
	color: #b8b8b8;
}

@media (max-width: 767px) {
	.bx-logo {
		background: #1484ce;
		position: fixed;
		left: 0;
		right: 0;
		top: 0;
		z-index: 1400;
		padding: 10px 60px;
	}
	.bx-logo .bx-logo-block {
		text-align: center;
		height: 30px;
	}
	.bx-logo-text {
		font-size: 24px;
		color: #fff;
		line-height: 30px;
		vertical-align: middle;
	}
	.bx-logo-text:hover,
	.bx-logo-text:active {
		color: #fff;
	}
	.bx-logo-text small {
		font-size: 24px;
		color: #fff;
	}
	.bx-logo-desc {
		display: none;
	}
}
/* Sections */

.bx-header-section {
	border-left: 1px solid #eaebec;
	border-right: 1px solid #eaebec;
	padding: 28px 45px 10px;
	background: #fff;
}

.bx-content-seection {
	padding: 0 45px 5px;
	background: #fff;
	border-left: 1px solid #eaebec;
	border-right: 1px solid #eaebec;
}

@media (min-width: 1200px) {
	.bx-header-section {
		padding: 31px 45px 10px;
	}
	.bx-content-seection {
		padding: 0 45px 5px;
	}
}

@media (min-width: 992px) and (max-width: 1199px) {
	.bx-header-section {
		padding: 31px 30px 10px;
	}
	.bx-content-seection {
		padding: 0 30px 5px;
	}
}

@media (min-width: 768px) and (max-width: 991px) {
	.bx-header-section {
		padding: 31px 15px 10px;
	}
	.bx-content-seection {
		padding: 0 15px 5px;
	}
}

@media (max-width: 767px) {
	.bx-header-section {
		padding: 60px 15px 10px
	}
	.bx-content-seection {
		padding: 0 15px 10px
	}
}
/* header / phone */

.bx-inc-orginfo {
	padding-left: 28px;
}

@media (max-width: 767px) {
	.bx-inc-orginfo {
		text-align: center;
		padding-bottom: 10px;
	}
}

.bx-inc-orginfo-phone {
	color: #000;
	font-size: 21px;
	font-weight: 700;
	white-space: nowrap;
	font-family: "Open Sans", "Helvetica Neue", Arial, Helvetica, sans-serif;
}

.bx-inc-orginfo-phone i {
	color: #97a1ab;
	position: relative;
	margin-left: -23px;
}

.bx-inc-orginfo-recall {}

.bx-inc-orginfo-recall a {
	color: #039be5;
	border-bottom: 1px dashed;
	font-size: 12px;
	margin-left: 2px;
}

.bx-inc-orginfo-recall a:hover {
	text-decoration: none;
	border-bottom-color: transparent;
}
/* header / worktime */

.bx-worktime {}

@media (max-width: 767px) {
	.bx-worktime {
		text-align: center;
	}
}

.bx-worktime-title {
	color: #8d8d8d;
	font-size: 12px;
}

.bx-worktime-prop {
	font-size: 13px;
	color: #000;
}

.bx-worktime-prop>span {
	white-space: nowrap;
}
/*sidebar*/

.bx-sidebar-block {
	margin-bottom: 40px;
}
.bx-block-title {
	font-family: "Open Sans", Arial, "Helvetica Neue", Helvetica, sans-serif;
	color: #343434;
	text-transform: uppercase;
	font-size: 12px;
	margin-bottom: 9px;
	font-weight: 600;
}
.bx-footer .bx-block-title{
	margin: 0;
	padding: 0;
	font-size: 17px;
	font-family: "Open Sans", "Helvetica Neue", Arial, Helvetica, sans-serif;
	color: #fff;
	font-weight: 600;
}
/* Breadcrumb Custom*/

.bx-breadcrumb-item a {
	color: #757575;
}

.bx-breadcrumb-item a:hover {
	color: #2d2d2d;
}
/* workarea */

/*TITLE*/

h1.bx-title,
h2.bx-title,
h3.bx-title,
h4.bx-title,
h5.bx-title,
h6.bx-title {
	font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: 500;
}

h1.bx-title,
h2.bx-title,
h3.bx-title {
	padding-bottom: 15px;
}

h4.bx-title,
h5.bx-title,
h6.bx-title {}

h1.bx-title {
	margin-top: 0;
	padding-bottom: 10px;
}
h2.bx-title {font-size: 25px}
h3.bx-title {}
h4.bx-title {}
h5.bx-title {}
h6.bx-title {}

/* FORMS */
input[type=text],
input[type=password] {
	margin: inherit 4px;
	padding: 0 4px;
	border: 1px solid #CCD5DB;
	border-radius: 2px;
	background: #f8fafc;
	outline: none;
}

textarea {
	display: block;
	width: 100%;
	max-width: 100%;
	min-width: 100%;
	font-size: 18px;
	min-height: 150px;
	max-height: 450px;
	margin: 0;
	padding: 0 4px;
	border: 1px solid #CCD5DB;
	border-radius: 2px;
	background: #f8fafc;
	outline: none;
}
/* INC.banners */

.bx-incbanners {
	margin: 10px 0 25px;
	text-align: center;
}
/* INC.links.footer */

.bx-inclinksfooter a {
	border-bottom: none;
}

.bx-inclinksfooter .bx-block-title {
	margin: 0;
	padding: 0;
	font-size: 17px;
	font-family: "Open Sans", "Helvetica Neue", Arial, Helvetica, sans-serif;
	color: #fff;
	font-weight: 600;
}

.bx-inclinksfooter-container {
	margin-top: 15px;
	padding: 0;
	color: #fff;
	border-radius: 2px;
	font-family: "Open Sans", "Helvetica Neue", Arial, Helvetica, sans-serif;
}

.bx-inclinksfooter-list {
	list-style: none;
	margin: 0;
	padding: 0;
}

.bx-inclinksfooter-item {
	padding: 0 0 5px 0;
}
/* INC.logo.footer */

.bx-inclogofooter {
	color: #fff;
}

.bx-inclogofooter a.bx-inclogofooter-logo:hover,
.bx-inclogofooter a.bx-inclogofooter-logo {
	border-bottom: none;
}

.bx-inclogofooter-logo img {
	max-width: 180px;
	height: auto;
}

.bx-inclogofooter-block {
	padding-bottom: 20px;
}

.bx-inclogofooter-tel {
	color: #cfd0d0;
	font-family: "Open Sans", "Helvetica Neue", Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	padding-bottom: 5px;
}

.bx-inclogofooter-worktime {
	color: #cfd0d0;
	font-family: "Open Sans", "Helvetica Neue", Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	text-transform: uppercase;
}
/* INC.social.widget */

.bx-banners {
	margin: 10px 0;
}

.bx-banners .bx-block-title {
	font-family: "Open Sans", Arial, "Helvetica Neue", Helvetica, sans-serif;
	color: #343434;
	text-transform: uppercase;
	font-size: 12px;
	margin-bottom: 9px;
	font-weight: 600;
}
/* INC.wt */

.bx-wt-block {
	color: #fff;
	padding: 5px 15px;
	background: url(/local/templates/carum1_v1/images/wt.png) no-repeat center top;
	-webkit-background-size: cover;
	background-size: cover;
	border-radius: 3px;
}

.bx-wt .bx-block-title {
	font-family: "Open Sans", "Helvetica Neue", Arial, Helvetica, sans-serif;
	font-size: 25px;
	font-weight: 600;
	text-transform: uppercase;
	margin-bottom: 14px;
	color: #fff;
}

.bx-wt-block ul {
	margin: 0;
	padding: 0;
	list-style: none;
	font-size: 12px;
}

.bx-wt-block ul li {
	padding-bottom: 7px;
}

.bx-wt-others-block {
	text-transform: uppercase;
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 7px;
	margin-top: 4px;
}
/* news.list.sidebar */
.bx-s-info {
	margin: 10px 0;
	padding-top: 5px;
}
.bx-s-info-block {
	display: block;
	margin-bottom: 25px;
}
.bx-s-info-title {
	display: block;
	min-height: 29px;
	padding-left: 36px;
	margin-bottom: 5px;
	position: relative;
}
.bx-s-info-titleicon{
	display: block;
	background: #007FCA;
	border-radius: 50%;
	width: 30px;
	height: 30px;
	position: absolute;
	left: 0;
	top: 50%;
	margin-top: -15px;
	line-height: 30px;
	color: #fff;
	text-align: center;
	font-weight: bold;
}
.bx-s-info-titleicon i{
	line-height: 30px;
	vertical-align: middle;
	font-style: normal;
}
.bx-s-info-titletext {
	display: block;
	padding: 6px 0;
	font-family: "Open Sans", Arial, "Helvetica Neue", Helvetica, sans-serif;
	color: #343434;
	text-transform: uppercase;
	font-size: 12px;
	font-weight: 600;
}
.bx-s-info-content {
	display: block;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 13px;
	color: #3e454c;
	padding-left: 36px;
}

/* FOOTER */

.bx-footer {
	background: #292d2e;
	color: #c8cece;
}

.bx-footer-section.bx-center-section {
	padding-top: 40px;
	padding-bottom: 40px;
}

.bx-footer-section.bx-center-section>div {
	margin-bottom: 20px;
}

.bx-footer a {
	color: #c8cece;
}

.bx-footer a:hover {
	color: #fff;
	border-bottom: 1px solid;
	text-decoration: none;
}

.bx-footer-line {
	background: #1f496a;
}

.bx-footer-bottomline {
	background: #222425;
	font-size: 14px;
	padding: 22px 0;
}

.bx-up {
	text-align: right;
}

.bx-up a,
.bx-up a:hover {
	border-bottom: none;
}

@media (min-width: 1200px) {}

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

@media (min-width: 768px) and (max-width: 991px) {}

@media (max-width: 767px) {
	.bx-footer {
		text-align: center;
	}
	.bx-up {
		text-align: center;
	}
}
/**/

.btn,
.btn:hover,
.btn:active,
.btn:focus{
	text-shadow: none !important;
	-webkit-box-shadow:none !important;
	   -moz-box-shadow:none !important;
			box-shadow:none !important;
	outline:none !important;
}

.btn-primary {
	background-color: #1485ce;
	border-color: #1485ce;
}

.btn-primary.active,
.btn-primary.focus,
.btn-primary:active,
.btn-primary:focus,
.btn-primary:hover,
.open>.dropdown-toggle.btn-primary {
	background-color: #53a4d8;
	border-color: #53a4d8;
}

.btn-link {
	color: #1485ce;
}

.btn-link:focus,
.btn-link:hover {
	color: #53a4d8;
	text-decoration: none;
}
/*404*/

.bx-404-container {
	width: 100%;
	margin: 0 auto;
	text-align: center;
}

.bx-404-block {
	margin-top: 100px;
	margin-bottom: 66px;
}

@media (max-width: 768px) {
	.bx-404-block {
		margin-top: 50px;
		margin-bottom: 33px;
	}
}

.bx-404-text-block {
	font-size: 20px;
	font-family: "Open Sans", "Helvetica Neue", Arial, Helvetica, sans-serif;
	padding-bottom: 20px;
}

.bx-maps-title {
	color: #8f8f8f;
	font-size: 16px;
	font-family: "Open Sans", "Helvetica Neue", Arial, Helvetica, sans-serif;
	padding-bottom: 20px;
	padding-top: 10px;
	border-bottom: 1px solid #e9eaea;
}

.map-columns {
	padding-top: 20px;
}

.bx-map-title {
	font-weight: bold;
	font-size: 14px;
	font-family: "Open Sans", "Helvetica Neue", Arial, Helvetica, sans-serif;
	position: relative;
	min-height: 20px;
	padding-left: 25px;
	margin-bottom: 20px;
}

.bx-map-title .fa {
	color: #0083d1;
	position: absolute;
	left: 0;
	top: 2px;
	font-size: 15px;
}

.map-columns ul {
	list-style: none;
	margin-bottom: 5px;
}

.map-level-0 {
	margin-left: 0;
	padding-left: 25px;
	margin-bottom: 20px;
}

.map-level-0 li {
	margin-left: 0;
	padding-left: 0;
}

.map-level-0 ul {
	padding-left: 15px;
}

ul.map-level-1 {
	margin-bottom: 30px;
}
/*ABOUT*/

.bxd-block {
	width: 100%;
	border: 1px solid #e3e6e7;
	display: block;
	background: #fff;
	padding: 15px;
	min-height: 210px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

a.bxd-block:hover {}

.bxd-icon {
	display: block;
	border-radius: 50%;
	height: 68px;
	width: 68px;
	margin: 0 auto;
	-webkit-transition: color .3s ease, background-color .3s ease, border-color .3s ease;
	-moz-transition: color .3s ease, background-color .3s ease, border-color .3s ease;
	-ms-transition: color .3s ease, background-color .3s ease, border-color .3s ease;
	-o-transition: color .3s ease, background-color .3s ease, border-color .3s ease;
	transition: color .3s ease, background-color .3s ease, border-color .3s ease;
}

.bxd-block:hover .bxd-icon {}

.bxd-icon .fa {
	margin-left: -1px;
	position: relative;
	font-size: 35px;
	height: 68px;
	width: 68px;
	text-align: center;
	line-height: 68px;
	vertical-align: middle;
	-webkit-transition: color .3s ease, background-color .3s ease, border-color .3s ease;
	-moz-transition: color .3s ease, background-color .3s ease, border-color .3s ease;
	-ms-transition: color .3s ease, background-color .3s ease, border-color .3s ease;
	-o-transition: color .3s ease, background-color .3s ease, border-color .3s ease;
	transition: color .3s ease, background-color .3s ease, border-color .3s ease;
}

.bxd-link:hover .bxd-icon .fa {}

.bxd-title {
	display: block;
	padding-top: 10px;
	padding-bottom: 10px;
	font-weight: bold;
	text-align: center;
	color: #000;
	font-size: 15px;
	font-family: "Open Sans", "Helvetica Neue", Arial, Helvetica, sans-serif;
	white-space: nowrap;
	-ms-text-overflow: ellipsis;
	text-overflow: ellipsis;
	overflow: hidden;
	text-transform: uppercase;
}

.bxd-desc {
	display: block;
	text-align: center;
	color: #737373;
	font-size: 12px;
}


.bx-up-button {
	border-radius: 2px;
	color: #fff;
	position: fixed;
	right: 30px;
	bottom: 30px;
	font-size: 12px;
	line-height: 20px;
	cursor: pointer;
	vertical-align: middle;
	padding: 9px 18px 7px 38px;
	-webkit-transition: background-color .3s ease, opacity .3s ease;
	-moz-transition: background-color .3s ease, opacity .3s ease;
	-ms-transition: background-color .3s ease, opacity .3s ease;
	-o-transition: background-color .3s ease, opacity .3s ease;
	transition: background-color .3s ease, opacity .3s ease;
	background: #c2c4c7 url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAALCAMAAAB1RTwXAAAACVBMVEX///////////+OSuX+AAAAAnRSTlMAf7YpoZUAAAAfSURBVHgBYwACRkYgAaKZmBihNJAFpaFiTExAgjwGAA1BAD3lDqDYAAAAAElFTkSuQmCC) 18px 13px no-repeat;
}
.bx-up-button:hover{
	background-color: #9fa0a3;
}

.top-bar li:nth-child(1) {
    width: 40%;
}

.top-bar li:nth-child(2) {
    width: 10%;
}


.top-bar li:nth-child(3) {
    width: 50%;
}
/* End */


/* Start:/local/templates/carum1_v1/colors.css?15190075552146*/
body.bx-background-gradient{
	background: rgb(246,247,251);
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2Y2ZjdmYiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmZmZmZmYiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top, rgba(246,247,251,1) 0%, rgba(255,255,255,1) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(246,247,251,1)), color-stop(100%,rgba(255,255,255,1)));
	background: -webkit-linear-gradient(top, rgba(246,247,251,1) 0%,rgba(255,255,255,1) 100%);
	background: -o-linear-gradient(top, rgba(246,247,251,1) 0%,rgba(255,255,255,1) 100%);
	background: -ms-linear-gradient(top, rgba(246,247,251,1) 0%,rgba(255,255,255,1) 100%);
	background: linear-gradient(to bottom, rgba(246,247,251,1) 0%,rgba(255,255,255,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f6f7fb', endColorstr='#ffffff',GradientType=0 );
	background-attachment: fixed;
}
.bx-logo-text small {color: #0083D1;}
/*ABOUT*/

a.bxd-block:hover {border-color: #0083d1;}
.bxd-icon {border: 1px solid #0083d1;}
a.bxd-block:hover .bxd-icon {background: #0083d1;}
.bxd-icon .fa {color: #0083d1;}
a.bxd-block:hover .bxd-icon .fa {color: #fff;}

/* BTN */
.bx-theme-blue .btn.btn-default {
	outline: none;
	background-color: #1485CE;
	border-color: #1485CE;
	color: #FFF;
}
.bx-theme-blue .btn.btn-default:hover {
	outline: none;
	background-color: #53A4D8;
	border-color: #53A4D8;
	color: #FFF;
}
.bx-theme-blue .btn.btn-default:active {
	outline: none;
	-webkit-box-shadow: inset 0 3px 5px rgba(0,0,0,.125);
	box-shadow: inset 0 3px 5px rgba(0,0,0,.125);
}
/* End */
/* /bitrix/templates/eshop_bootstrap_v4/template_styles.css?16095722068872 */
/* /bitrix/components/bitrix/sale.basket.basket.line/templates/bootstrap_v4/style.css?17199804934790 */
/* /local/templates/carum1_v1/components/bitrix/menu/catalog_horizontal/style.css?151900755510938 */
/* /local/templates/carum1_v1/components/bitrix/menu/catalog_horizontal/themes/blue/colors.css?1519007555902 */
/* /local/templates/carum1_v1/components/bitrix/menu/bottom_menu/style.css?1779376317544 */
/* /bitrix/components/bitrix/sale.basket.basket.line/templates/.default/style.css?16125236864470 */
/* /bitrix/components/ktoto/message/templates/.default/style.css?17479084142421 */
/* /local/templates/carum1_v1/styles.css?177945658944798 */
/* /local/templates/carum1_v1/template_styles.css?177945658917285 */
/* /local/templates/carum1_v1/colors.css?15190075552146 */
