

/* Start:/bitrix/templates/kamfs_2021/components/bitrix/sale.basket.basket.line/123/style.css?16231105784718*/
.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/templates/kamfs_2021/components/bitrix/sale.basket.basket.line/123/images/profile.svg); }

.basket-line-block-icon-cart:after { background: no-repeat center url(/bitrix/templates/kamfs_2021/components/bitrix/sale.basket.basket.line/123/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-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:/bitrix/templates/kamfs_2021/components/bitrix/search.form/suggest/style.css?1624905213330*/
div.search-form-top { padding-left: 0px; }
div.search-form-top input { border: 2px solid #0038a6; padding: 2px 6px 3px 6px; }
div.search-form-top input#search_button_top { background: #0038a6; color: #ffffff; }
div.search-form-top input#search_button_top:hover { background: #ff4f00; border: 2px solid #ff4f00; cursor: pointer; }

/* End */


/* Start:/bitrix/components/bitrix/search.suggest.input/templates/.default/style.css?1314675408501*/
input.search-suggest {}
div.search-popup{border: 1px solid #333333;background: #FFFFFF;padding: 2px;margin: 0px;}
div.search-popup-row, div.search-popup-row-active{position: relative; padding: 2px 4px;margin: 0px;cursor: hand;cursor: pointer;}
div.search-popup-row{background:#FFFFFF;}
div.search-popup-row-active{background:#EEEEEE;}
div.search-popup-el-name, div.search-popup-el-cnt{position: relative; margin:0px;padding:0px;text-align:left;}
div.search-popup-el-cnt{text-align:right; float:right;}
/* End */


/* Start:/bitrix/templates/kamfs_2021/components/bitrix/menu/catalog_horizontal/style.css?162355330310781*/
.bx-top-nav-container {
	margin-top: 0px;
	padding: 0 10px;
	/*background: #0083d1;/* COLOR */
	color: #fff;
	position: relative;
}
/* 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;
	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;
}
.bx-top-nav-container .bx-nav-2-lvl {
	display: block;
	min-width: 300px;
	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;
	line-height: 16px;
	text-decoration: none;
	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: 300px;
	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;
	line-height: 16px;
	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: 320px
}
.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: 320px;
	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: 640px
}
.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: 320px;
	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: 640px
}
.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: 320px;
	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: 14px;
}
.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: 46px;
	height: 45px;
	top: 5px;
	left: 5px;
	line-height: 40px;
	cursor: pointer;
	z-index: 1750;
	color: #fff;
	text-align: center;
	background: #4c5c65;
}
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: 16px;}
	.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: 16px;}
	.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: 13px;}
	.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:/bitrix/templates/kamfs_2021/components/bitrix/menu/catalog_horizontal/themes/blue/colors.css?16249032471029*/
.bx-blue.bx-top-nav .bx-top-nav-container {
	background: #0038a6;

}
.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;*/
	color: #c0c0c0;
	border-bottom: none;
}
.bx-blue.bx-top-nav .bx-top-nav-container .bx-nav-1-lvl.bx-active>a {
/*	text-decoration: underline;*/
}
.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: #0038a6;
	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: #0038a6;
	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: #0038a6;
	background: #f0f6f8;
}

/* End */


/* Start:/bitrix/templates/kamfs_2021/components/bitrix/breadcrumb/default/style.css?1623107105248*/
.bx-breadcrumb {
	margin: 17px 15px 0px 15px;
}
.bx-breadcrumb i {
	color: #b5bdc2;
	vertical-align: middle;
	margin-right: 5px;
}
.bx-breadcrumb .bx-breadcrumb-item {
	float: left;
	white-space: nowrap;
	margin-right: 10px;
	margin-bottom: 5px;
}

/* End */


/* Start:/bitrix/templates/kamfs_2021/styles.css?177633651416405*/
/* ������ ������� */
/* Generated by ParaType (http://www.paratype.com)*/

/* Font PT Root UI: Copyright ? ParaType, 2018. All rights reserved.*/
@font-face { font-family: 'PTRootUIWebVF'; src: url('/images/fonts/ptrootui/PT-Root-UI_VF.woff2') format('woff2'); font-display: swap; }
/* font-weight: 300-700; Regular: 400; */

/* Font Golos Text: Copyright ? ParaType, 2018. All rights reserved.*/
@font-face { font-family: 'GolosTextWebVF'; src: url('/images/fonts/golos/Golos%20Text_VF.woff2') format('woff2'); font-display: swap; }
/* font-weight: 400-900; Regular: 400; Medium: 500; DemiBold: 600; Bold: 700; Black: 900; */

/* Font Golos UI: Copyright ? ParaType, 2018. All rights reserved.*/
@font-face { font-family: 'GolosUIWebVF'; src: url('/images/fonts/golos-ui/Golos-UI_VF.woff2') format('woff2'); font-display: swap; }
/* font-weight: 400-700; Regular: 400; */

/* �������� �������� �������� */
html			{ font-size: 16px; font-family: 'GolosUIWebVF', sans-serif; font-kerning: normal; font-weight: 400; font-variation-settings: "wght" 400; }
body			{ font-size: 16px; font-family: 'GolosUIWebVF', sans-serif; font-kerning: normal; font-weight: 400; font-variation-settings: "wght" 400; margin: 0px auto 0px; padding: 0px 0px 0px 0px; color: #424242; background-color: #ffffff; background-repeat: no-repeat; background-position: top center; background-image: url("/images/bg/bg1.jpg"); background-attachment: fixed; background-size: 100% auto; }
img			{ border: 0px; }
a			{ color: #0038a6; text-decoration: none; }
a:hover, a:active	{ text-decoration: underline; color: #ff4f00; }
h1, h2			{ text-align: left; color: #757575; overflow: hidden; font-weight: 400; font-variation-settings: "wght" 400; }
h1			{ clear: left; margin-top: 0px; padding-top: 0px; }
h3, h4, h5, h6		{ text-align: left; color: #424242; font-weight: 500; font-variation-settings: "wght" 500; }
hr, .hr			{ height: 0px; margin: 24px 0px 13px; border: none; border-bottom: 1px solid #ccc; clear: left; }
b, strong 		{ font-weight: 550; font-variation-settings: "wght" 550; }
ul			{ list-style-image: url('/bitrix/templates/kamfs_2021/images/arrow_red.svg'); }
cite			{ border: 1px solid #bdbdbd; display: block; overflow: hidden; padding: 0px 20px; margin: 20px 0px; background-color: #f0f0f0; font-size: 13px; font-kerning: normal; font-style: normal; }
em, i			{ font-style: normal; }

cite p.right {
	text-align: right;
}

a#logoimg, a#renewalimg, a#offersimg {
	display: block;
	background-repeat: no-repeat;
	text-align: center;
}

a#logoimg img, a#renewalimg img, a#offersimg img {
	width: 100%;
	height: auto;
}

a#renewalimg, a#offersimg {
	margin: 12px 0px 0px 0px;
}

div#wrapper_top {
	padding: 17px 0px 12px 0px;

	background-repeat: no-repeat;
	background-position: top center;
	background-color: #fff;

	margin: 0px auto;
	max-width: 1280px;

	overflow: hidden;
	border: 0px solid red;
}

div#wrapper_top_menu {
/*	background-color: #007ad7;*/
/*	background: linear-gradient(to bottom, #9dd4ff 0px, #007ad7 10%, #007ad7 90%, #01467c 100%);*/
/*	background: linear-gradient(to bottom, #9dd4ff 0px, #007ad7 5%, #007ad7 95%, #01467c 100%); */
	border: 0px solid red;
	clear: both;
	margin: 0px auto;
	max-width: 1280px;
}

div#wrapper_middle {
	border: 0px solid red;
	margin: 0px auto;
	max-width: 1280px;
	clear: both;
	background-color: #fff;
	overflow: hidden;
}

div#wrapper_bottom {
	border-top: 10px solid #ccc;
	background-color: #0038a6;
	margin: 0px auto;
	max-width: 1280px;
	clear: both;
	padding: 30px 0px 30px 0px;
}

div.top-links-container {
	margin: 0px auto;
	max-width: 1300px;
	
	padding: 0px 0px 0px 0px;
	border: 0px solid red;
}

div#bottom-bg {
	border: 0px solid red;
	margin: 0px auto;
	max-width: 1280px;
	padding: 0px;
	color: #e6e6e6;
	overflow: hidden;
}

div#bottom_copy {
	padding-top: 10px;
}


img#logo {
	border: 0px solid red;
}

div#main_page_header {
	margin: 0px 0px 0px 0px;
	min-height: 450px;
	overflow: hidden;
	border: 0px solid red;
}

div#old_browser {
	margin: 0px;
	padding: 36px 36px;
	border: 5px solid green;
	font-size: 150%;
	min-height: 196px;
}

div#old_browser img {
	float: left;
	margin-right: 36px;
}

div#top_alert {
	margin: -17px 0px 17px 0px;
	padding: 6px 48px;
	background-color: red;
	color: white;
	font-size: 115%;
}

div#top_area {
	font-size: 100%;
	padding: 0px 10px 6px 20px;
	border: 0px solid red;
	text-align: right;
	overflow: hidden;
}

div#top_area a, div#bottom_area a {
	white-space: nowrap;
	margin: 0px 0px 0px 0px;
	padding: 0px 10px;
}

div#top_area a, div#top_area a:active, div#top_area a:visited {
	color: #0038a6;
}

div#header {
	border-bottom: 2px solid #e0e0e0;
}

div#twitter {
	text-align: right;
}

div#twitter a {
	background-image: url('/images/button/twitter.png');
	background-repeat: no-repeat;
	background-position: left 0px;
	padding-left: 28px;
	height: 19px;
}

div#bottom-bg a {
	color: #f6f6f6;
}

div#bottom-bg a:hover {
	color: #c8c8c8;
}

div#bottom-bg {
	text-align: center;
}

div#top_banner { border: 2px solid #0038a6; border-radius: 0px; margin-top: 25px; margin-bottom: 60px; }

table.files img {
	margin: 20px 16px 0px 0px;
}

table.two_rows, table.two_rows1 {
	width: 100%;
}

table.two_rows td {
	vertical-align: bottom;
	text-align: center;
	font-size: 120%;
	width: 50%;
	padding: 36px;
}

table.two_rows1 td {
	vertical-align: top;
}

table.two_rows td img, table.two_rows1 td img {
	width: 220px;
	height: auto;
}

div#menu-container {
	float: right;
}

div.menu {
	width: 184px;
	border: 1px solid #d0d0d0;
	border-radius: 5px;
	padding: 5px;
}

div#top_area a:hover {
	background-color: #f0f6f8;
	text-decoration: none;
}

a:hover, a:active {
	text-decoration: underline;
}

a.logo_small {
	border: 2px solid #ffffff;
	border-radius: 0px;
	float: left;
	display: block;
	margin: 8px 16px 5px 0px;
	padding: 5px 5px 0px 5px;
}

a.logo_small img {
	width: 128px;
	height: auto;
}

a.logo_small:hover {
	border: 2px solid #9dd4ff;
}

h2 a.news {
	float: left;
	margin-right: 18px;
}

div.errortext {
	font-size: 200%;
	text-align: left;
	background: #ffd296;
	color: #c16e00;
	padding-left: 10px;
	overflow: hidden;
	clear: left; 
	margin: 22px 0px;
}

b.red, p.red {
	color: red;
}

div.main-text		{ overflow: hidden; line-height: 1.5; margin-top: 5px; padding-bottom: 150px; }
div.main-text p, div#main-text ul li, div#main-text ol li {
	text-align: justify;
	-webkit-hyphens: auto; -webkit-hyphenate-limit-before: 3; -webkit-hyphenate-limit-after: 3; -webkit-hyphenate-limit-chars: 6 3 3; -webkit-hyphenate-limit-lines: 2; -webkit-hyphenate-limit-last: always; -webkit-hyphenate-limit-zone: 8%;
	-moz-hyphens: auto; -moz-hyphenate-limit-chars: 6 3 3; -moz-hyphenate-limit-lines: 2; -moz-hyphenate-limit-last: always; -moz-hyphenate-limit-zone: 8%;
	-ms-hyphens: auto; -ms-hyphenate-limit-chars: 6 3 3; -ms-hyphenate-limit-lines: 2; -ms-hyphenate-limit-last: always; -ms-hyphenate-limit-zone: 8%;
	hyphens: auto; hyphenate-limit-chars: 6 3 3; hyphenate-limit-lines: 2; hyphenate-limit-last: always; hyphenate-limit-zone: 8%;
}

ul.download {
	padding-bottom: 30px;
}

ul.download li {
	padding: 2px 0px 3px;
	list-style-image: url('/bitrix/templates/kamfs_2021/images/arrow_red.svg');
}

ul.download a {
	font-size: 115%;
}

div.download-file-container {
	float: left;
	margin-top: 8px;
	padding: 0px 40px 0px 0px;
}

div.download-file {
	padding: 0px 0px 0px 12px;
	margin: 0px 0px 18px 0px;
	display: block;
	background-color: #007ad7;
	border-radius: 0px;
	border: 0px solid #2a506d;
}
div.download-file-container-section {
	border: 0px solid red;
	float: right;
	padding: 23px 0px 0px 48px;
}

div.download-file-container-element {
	border: 0px solid red;
	float: right;
	padding: 0px 0px 0px 48px;
}

div.download-file a.user {
	padding: 5px 18px 6px 24px;
	color: #ffffff;
	display: block;
	background-image: url('/images/button/download-arrow.svg');
	background-repeat: no-repeat;
	background-position: left;
	white-space: nowrap;
}

@keyframes arrow_movie {
	from {background-position: left -16px;}
	to {background-position: left 32px;}
}

div.download-file:hover {
	background-color: #ff4f00;
}

div.download-file a:hover {
	animation: arrow_movie 1500ms infinite linear;
	text-decoration: none;
}

td.first {
	padding: 0px 15px 0px 0px;
	text-align: right;
	vertical-align: top;
	color: #000000;
}

img.logo_big		{ margin: 7px 0px 16px 32px; float: right; width: 250px; height: auto; }
img.logo_big_left	{ margin: 7px 32px 16px 0px; float: left; width: 150px; height: auto; }

.center {
	text-align: center;
}

div.banner {
/*	margin: 100px 0px 20px 0px;*/
}

div.center img {
	width: 100%;
	height: auto;
}

div.right {
	text-align: right;
}

a.ext_link {
	background-image: url(/bitrix/templates/kamfs_2021/images/ext_link.svg);
	background-repeat: no-repeat;
	background-position: right;
	padding-right: 15px;
}

a.ext_link:hover {
	background-image: url(/bitrix/templates/kamfs_2021/images/ext_link_red.svg);
}

div#pay_system {
	text-align: center;
}

div#pay_system img {
	padding: 5px 10px;
	border: 1px solid #fbfbfb;
	border-radius: 5px;
}

div#pay_system img:hover {
	border: 1px solid #d0c0c0;
}


blockquote {
	color: #363636;
}

div#catalog-item-cards-container {
	border: 0px solid;
	margin: 0px 200px 50px 0px;
	overflow: hidden;
}

div#left-nav-panel-container {
	max-width: 300px;
	float: right;
	border: 0px solid red;
}

div#left-nav-panel-container div.center {
	margin: 0px 0px 14px 0px;
	border: 0px solid red;
}

div#left-nav-panel {
	position: fixed;
	bottom: 20px;
}


.left-news-line {
	border: 0px solid;
	padding: 12px 0px 0px 0px;
	margin: 0px;
	font-size: 14px;
	overflow: hidden;
}

.left-news-line span.h1 {
	display: block;
	font-size: 120%;
}

.left-news-line a {
	text-decoration: none;
}

.left-news-line a:hover {
	text-decoration: underline;
}

.left-news-line .news-date-time {
	display: block;
	color: #000000;
	margin-top: 12px;
}

.left-news-line .news-link {
	display: block;
}

.left-news-line .news-desc {
	display: block;
	color: #808080;
	padding-left: 15px;
	margin-bottom: 12px;
}


div#search input, div#search textarea { border: 1px solid; }
div#search input { padding: 1px 5px; }
div#search input.submit { padding: 0px 5px; background-color: #e5f1fb; }
div#search input.submit:hover {  }
ul.map-level-0 li { margin-top: 24px; }
ul.map-level-1 li, ul.map-level-2 li, map-level-3 { margin-top: 0px; }

div.soft_list {
	clear: left;
	padding-bottom: 20px;
}

div.soft_list p {
	border: 0px solid red;
	min-height: 66px;
	overflow: hidden;
}

div.button_container {
	border: 1px solid #ffffff;
	border-radius: 3px;
	display: block;
}

div.button_container:hover {
	border: 1px solid #d3d3d3;
/*	background-color: #f0f0f0;*/
	box-shadow: 0px 0px 5px rgba(0,0,0,0.3);


}

div.red_element {
	border-color: #ff4f00;
}

div.green_element {
/*	border-color: green;*/
}

div.blue_element {
	border-color: #ff4f00;
}

div.button_container a {
	padding: 20px 10px;
	display: block;
	border: 0px solid;
	text-decoration: none;
}

h2.favorites, h1.favorites {
	background-image: url('/images/logo/smile.svg');
	background-repeat: no-repeat;
	background-position: right top;
	background-size: contain;
}

table.product_selector {
	width: 100%;
	border: 0px solid;
	border-spacing: 0px;
	padding-bottom: 36px;
}

table.product_selector td {
	text-align: center;
	border-bottom: 1px solid #01467c;
	border-bottom: 1px solid #9dd4ff;
}

table.product_selector td.left {
	text-align: left;
}

table.product_selector td.right {
	text-align: right;
}

td.right {
	text-align: right;
}

table.product_selector tr.caption td {
	background: #9dd4ff;
	color: #01467c;
	border: 0px solid;
}

table.contact {
	width: 100%;
	margin-bottom: 40px;
}

table#test_table td {
	border: 1px solid;
}

tr.row1 { background: #fafafa; }
tr.row1 td, td.col0, div.col0 { border-top: 1px solid #e6e6e6; border-bottom: 1px solid #e6e6e6; background: #fafafa; }
tr.row2 td, td.col2, div.col2 { border-bottom: 1px solid #e6e6e6; }
td.col1 { text-align: right; }

table.main_table td {
	vertical-align: top;
}

table.main_table td.main_table_td_left {
	padding: 0px 30px 50px 0px;
}

table.main_table td.main_table_td_right {
	padding: 0px 0px 50px 30px;
}

div.servicemenu {
	overflow: hidden;
	margin-bottom: 10px;
}

div.servicemenu a {
	border: 1px solid #757575;
	background-color: #e6e6e6;
	color: #000000;
	padding: 4px 10px;
	margin-right: 8px;
	margin-bottom: 10px;
	float: left;
}

div.servicemenu a.servicemenu_active {
	background-color: #fbed9e;
}

div.servicemenu a:hover {
	background-color: #fce116;
	text-decoration: none;
}

div.serviceform input {
	border: 1px solid #757575;
	padding: 4px 10px;
	font-size: 96%;
}

div.serviceform table td {
}

div.serviceform input.button {
	background-color: #fbed9e;
}

div.serviceform input.button:hover {
	background-color: #fce116;
	cursor: pointer;
}

div#s_result {
	border: 0px solid;
}

div#s_result a {
/*	overflow: hidden;*/
	border: 0px solid red;
	padding: 5px 15px;
	display: block;
	float: left;
	text-decoration: none;
}

div#s_result a:hover {
	background-color: #a4d7fe;
	color: #02477c;
}

div#s_result div.s_current_page {
/*	overflow: hidden;*/
	border: 0px solid red;
	font-weight: 550; font-variation-settings: "wght" 550;
	font-size: 1.4em;
	padding: 0px 12px;
	display: block;
	float: left;
}


@media (min-width:1px) {
	body {
/*
		background-size: 1920px auto;
		background-image: url('/images/canvas4.png');
*/


/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#9dd4ff+0,007ad7+100 */
/*background: #9dd4ff; /* Old browsers */
/*background: -moz-linear-gradient(top, #9dd4ff 0%, #007ad7 100%); /* FF3.6-15 */
/*background: -webkit-linear-gradient(top, #9dd4ff 0%,#007ad7 100%); /* Chrome10-25,Safari5.1-6 */
/*background: linear-gradient(to bottom, #9dd4ff 0%,#007ad7 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
/*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#9dd4ff', endColorstr='#007ad7',GradientType=0 ); /* IE6-9 */

	}
	div#left-nav-panel-container {
		font-size: 125%;
		padding: 14px 10px 50px 50px;
	}
	div#wrapper_middle {
		border-left: 0px solid #9dd4ff;
		border-right: 0px solid #9dd4ff;
		box-shadow: 0px 16px 12px rgba(0,0,0,0.3);
	}
	img#logo {
		float: left;
		margin: 0px 30px 0px 30px;
		height: 100px;
		width: auto;
	}
div#top_banner { padding: 40px 50px 50px 50px; }
	div.main-text { padding-top: 20px; padding-left: 50px; padding-right: 50px; }
	#search_area {
		float: left;
	}
	div#main_page_header {
		padding: 0px;
	}
	div#old_browser {
		display: none;
	}
	div#search {
		border: 0px solid green;
		margin: -10px 0px 34px 0px;
		padding: 0px;
		text-align: right;
	}
	#search_top {
		width: 223px;
	}
}
@media (max-width:1320px) {
	body {
		background-image: none;
	}
	div#left-nav-panel-container {
		width: 240px;
		font-size: 100%;
		padding: 14px 10px 20px 20px;
	}
	div#wrapper_middle {
		border-left: 0px solid #9dd4ff;
		border-right: 0px solid #9dd4ff;
		box-shadow: none;
	}
	img#logo {
		float: left;
		margin: -5px 20px 0px 10px;
		height: 100px;
		width: auto;
	}
	div.main-text { padding-top: 20px; padding-left: 20px; padding-right: 20px; }
	#search_area {
		float: left;
	}
	div#bottom_area p {
		text-align: center;
	}
	div#wrapper {
	}
	div#main_page_header {
		padding: 0px;
	}
	div#search {
		border: 0px solid green;
		margin: -6px 0px 34px 0px;
		padding: 0px;
		text-align: right;
	}
	#search_top {
		width: 164px;
	}
}

@media (max-width: 767px) {
	body {
		background-size: 1920px auto;
	}
	div#left-nav-panel-container {
		display: none;
	}
	div#logo {
		text-align: center;
		width: 100%;
		border: 0px solid red;
	}
	div#logo_txt {
		text-align: center;
		width: 100%;
		border: 0px solid red;
	}
	img#logo {
		margin: 5px 0px 10px 0px;
		float: none;
		height: 100px;
		width: auto;
	}
	div.main-text { padding-top: 20px; padding-left: 5px; padding-right: 5px; }
img.logo_big_left { display: none; }
div#top_banner { padding: 10px 10px 10px 10px; }
	#search_area {
		margin-left: 0px;
		margin-right: 0px;
		margin-bottom: 10px;
		float: none;
		text-align: center;
		width: 100%;
	}
	#top_area, #bottom_area {
		clear: both;
	}
	div#top_area {
		font-size: 100%;
		padding: 0px 10px 6px 20px;
		border: 0px solid red;
		text-align: center;
		overflow: hidden;
		border-bottom: 2px solid #0038a6;
	}
	.catalog-section-image {
		display: none;
	}
	div#main_page_header {
		padding: 0px;
	}
}



/* End */


/* Start:/bitrix/templates/kamfs_2021/template_styles.css?177633651412082*/
/*Catalog Item Card */
div.catalog-item-cards { display: block; overflow: hidden; margin: 0px 2% 20px 0px; padding: 15px 2%; min-width: 220px; float: left; border: 1px solid #d0d0d0; border-radius: 5px; box-shadow: #e8e8e8 5px 5px 3px; }
div.catalog-item-cards img { float: right; }
div.catalog-item-cards p { margin: 0px; }
div.catalog-item-cards p.item-title { font-size: 100%; }
div.catalog-item-cards p.item-desc { max-height: 5.8em; overflow: hidden; position: relative; font-size: 80%; }
div.catalog-item-cards p.item-price { padding-top: 0.5em; margin-bottom: 0.3em; float: left; }
div.catalog-item-cards p.item-price span { background-color: #e0e0e0; padding: 0.4em 0.8em 0.3em; border-radius: 5px; }
div.catalog-item-cards .item-desc-overlay { top: 4em; display: block; height: 3em; position: absolute; right: 0px; width: 165px; background: url(/bitrix/templates/kamfs_2021/images/fader.png) repeat scroll right center transparent; }

/* Catalog Section List */
div.catalog-section { padding: 25px 0px; border-bottom: 1px solid #e0e0e0; }
div.catalog-section-list {  }
div.catalog-section-list hr { margin-bottom: 30px;}
div.catalog-section-hover div.catalog-admin-links { display: block; }
div.catalog-section-image {float:left; margin-right:10px; overflow:hidden; text-align:center; }
div.catalog-section-info { overflow: hidden; }
div.catalog-section-info p { text-align: justify; }
div.no-picture-mode div.catalog-section-info { margin-left: 0px; }
div.catalog-section-title a { font-size: 150%; }
div.catalog-section-childs a { font-size: 150%; }
div.catalog-section-childs ul { font-size: 1.2em; }
div.catalog-section-childs ul li { margin-bottom: 10px; }

/*Catalog Item List*/
div.catalog-item-list {  }
div.catalog-item  { overflow: hidden; padding: 25px 0px; position:static; border: 0px solid; border-bottom: 1px solid #e0e0e0; border-radius: 0px; }
div.catalog-item-image { float:left; margin: 4px 20px 0px 0px; overflow: hidden; text-align:center; width: 220px; }
div.catalog-item-desc { margin-left: 250px; }
div.no-picture-mode div.catalog-item-desc { margin-left: 0;}
div.catalog-item-title a { font-size: 150%; margin-top: -4px;}

div.catalog-item-sorting a.selected { background-color: #e6e6e6; color: #000;}
div.catalog-item-sorting a.desc { background-image: url(/bitrix/templates/kamfs_2021/images/icons-sprite.gif); background-repeat: no-repeat; background-position: right -185px;}
div.catalog-item-sorting a.asc {  background-image: url(/bitrix/templates/kamfs_2021/images/icons-sprite.gif); background-repeat: no-repeat; background-position: right -228px;}
div.catalog-item-sorting { padding: 0.5em 0em 2em; width: 500px;}
div.catalog-item-sorting a { margin:0 0.3em;}
div.catalog-item-sorting a.selected {padding:0.4em 0.6em 0.6em; }
div.catalog-item-sorting a.desc {padding-right: 1.3em; }
div.catalog-item-sorting a.asc {padding-right: 1.3em; }

div.catalog-item-title span.sticker,  h1 span.sticker { color: red;  padding-right: 0.5em; padding-right: 0.2em; white-space: nowrap; vertical-align:top; }
div.catalog-item-title span.sticker { font-size: 1em;}
h1 span.sticker { font-size: 0.6em; }


dl.product-item-detail-properties { font-size: 120%; }
dl.product-item-detail-properties dt { color: #606060; }
dl.product-item-detail-properties dd { color: red; }

div.catalog-item-price {
	float: left;
/*	border: 1px solid; */
}

div.catalog-item-price span {
	border-radius: 5px;
	font-size: 150%;
	color: #808080;
}


div.catalog-item-links {
	margin-bottom: 1em;
	float: right;
}


div.catalog-item-links a, div.catalog-detail-buttons a {
	border-radius: 0px;
	border: 0px solid #2a506d;
	padding: 5px 20px 6px;
	color: #ffffff;
	background-color: #007ad7;
	white-space: nowrap;
}

div.catalog-detail-buttons a {
	display: block;
}

div.catalog-item-links a:hover, div.catalog-detail-buttons a:hover {
	background-color: #ff4f00;
	text-decoration: none;
}

div.catalog-detail-buttons a.disabled {
	text-decoration: none;
}

div.catalog-item-links a.catalog-item-in-the-cart {
	border-radius: 0px;
	padding: 5px 20px 6px;
	color: #ffffff;
	background-color: #ff4f00;
	text-decoration: none;
}

div.table-offers h3, div.catalog-item-offers h3 {
	margin: 0px;
}


/* Catalog Detail Item */
div.catalog-detail { }
div.catalog-detail-hover div.catalog-admin-links  { display: block; }
div.catalog-detail-hover { position: relative;}

table.catalog-detail td { padding:0; vertical-align: top; }
td.catalog-detail-image { width: 130px;}
div.catalog-detail-line { font-size:1px; height:1px; line-height:1px; margin:12px 0; overflow:hidden; padding:0; background: url(/bitrix/templates/kamfs_2021/images/title-line.gif) no-repeat; }

div.catalog-detail-image { margin: 20px 25px 0 0; border: 0px solid #d0d0d0; padding: 0px; }
div.catalog-detail-images { overflow: hidden;  margin: 10px 25px 0 0; }
div.catalog-detail-images div.catalog-detail-image { position: relative; float: left; margin: 0px 9px 0 0; width:50px; height:50px; overflow:hidden; padding: 0px; text-align:center; }
div.catalog-detail-images div.catalog-detail-image a { width: 100%; height: 100%; display: block;}
div.catalog-detail-images div.catalog-detail-image img { vertical-align: middle;}

div.catalog-detail-price label { font-size: 1.5em; }
div.catalog-detail-price p { font-size: 1.5em; margin: 0.5em 0 0;}

div.catalog-detail-buttons { overflow: hidden; margin-top: 1.5em;}
div.catalog-detail div.catalog-item-links { }

div.catalog-detail-properties {  padding: 1em 0 0;  overflow: hidden; }
div.catalog-detail-property { padding: 5px 0px 3px; border-bottom: 1px dashed #e0e0e0; float: left; width: 100%;}
div.catalog-detail-property b { float: right; position: relative; top: 0.31em; padding-left: 3px;  font-weight:normal; }
div.catalog-detail-property span { float: left; position: relative; top: 0.31em; padding-right: 3px; }
div.catalog-detail-properties-title { font-size: 1em; margin: 2em 0 1em; }

div.catalog-detail-recommends { clear: both; padding: 1em 0 0;  overflow: hidden; width: 100%; }
div.catalog-detail-recommend { margin-top: 15px;}

div.catalog-detail-full-desc { width: 100%; text-align: justify; }





/* Cart Item List */
div#id-cart-list {  overflow: hidden; text-align: left;}
div.cart-filter { padding: 0.5em 0em 2em; }
div.cart-filter a { margin:0 0.3em;}
div.cart-items {  }
table.cart-items { width: 100%; }
table.cart-items td { border-bottom: 1px solid; white-space: nowrap; text-align:center; padding: 0.5em;}
table.cart-items td p { margin: 0 0 0.3em;}
table.cart-items td.cart-item-name p { text-align: right;}
table.cart-items td.cart-item-name { width: 100%; white-space: normal; text-align: left;}
table.cart-items td.cart-item-price {  text-align: right;}
table.cart-items thead td.cart-item-price { text-align: center;}
td.cart-item-quantity input { width: 40px; text-align: center;}
div.cart-ordering { overflow: hidden; margin-top: 1em; }
div.cart-code { float: left; }
div.cart-code input { width: 240px;}
div.cart-buttons { float: right; }
div.cart-buttons input { padding-left: 0.5em; padding-right: 0.5em; overflow: visible;}
td.cart-item-actions a.cart-delete-item { width: 16px; height: 16px;  display: inline-block; } 
td.cart-item-actions a.cart-shelve-item, td.cart-item-actions a.cart-unshelve-item { font-size: 0.85em; display: inline-block;  vertical-align: top;}
td.cart-item-actions a.cart-shelve-item { margin-left: 1em; } 

/* Cart Item List */
table.cart-items thead td { color: #808080;}
table.cart-items td { border-color: #E5E5E5; }
td.cart-item-actions a.cart-delete-item { background: url(/bitrix/templates/kamfs_2021/images/icons-sprite.gif) no-repeat 0 -83px; } 


/* Order List */
div.order-filter { padding: 0.5em 0em 2em;}
div.order-item { margin: 0 0 2em 0; }
div.order-title-inner span { font-size: 1.3em; color: #e3641d;} 
div.order-info { overflow: hidden; padding: 1em 11px 1em 11px; }
div.order-buttons {text-align: center;}
div.order-checkout table.cart-items tfoot td, div.order-full-summary table.cart-items tfoot td { border: none;}
div.order-checkout div.order-title-inner, div.order-full-summary div.order-title-inner { padding: 2px 12px 4px; }
div.order-checkout div.order-item, div.order-full-summary div.order-item { margin: 0 0 1.2em 0;}
div.order-status-links { margin: 1em 0px 1px 0em; }
div.order-status-links a { margin-left: 2em; }
.field-title { margin-top: 1em; }

.notetext { font-size: 120%; color: green; }
div.order-checkout .notetext { width: 660px; border: 1px solid #d0d0d0; padding: 10px; border-radius: 5px; font-size: 120%; color: black; }






/* Content Forms: commons styles */
div.content-form
{
	border: 1px solid #d0d0d0;
	border-radius: 5px;
	position:relative; 
	padding-left: 2.5em;
	margin-bottom: 2em;
}

div.content-form div.form-input span {font-size: 1.2em;}
div.content-form div.form-input input, div.content-form div.form-input textarea, div.content-form div.form-input select
{	
	margin: 0px;
	border:1px solid #808080;
	font-size: 1.2em; 
	margin-bottom: 8px;
	
}

div.content-form div.form-input input, div.content-form div.form-input textarea { padding: 0.3em; }

div.content-form div.legend
{
	left: -1em; 
	top:-0.7em; 
	float:left; 
	padding: 0 3px; 
	position:relative; 
	z-index:10; 
	background-color: #ffffff;
	font-size: 1.3em; 
}

div.content-form div.form-input input, div.content-form div.form-input textarea {width:75%;}
div.content-form div.fields {  }
div.content-form div.fields form { border: 0px solid red; width: 100%;  }
div.content-form input.input-submit { overflow:visible; padding:0 0.5em;}
div.content-form div.field { padding:0; margin: 0 0 0.8em 0; display: block; }
div.content-form div.field label.field-title
{
	display: block;
	font-size: 1.3em;
	margin-bottom: 3px;
	white-space: nowrap;
}

div.content-form div.description {font-size: 0.9em; }
div.content-form div.field-checkbox { margin: 0.3em 0; font-size: 1.3em;}



#right-menu { margin: 7px 0px 40px 48px; padding: 0px 0px 0px 30px; list-style: none; float: right; max-width: 280px; border-left: 1px dashed #c0c0c0; }
#right-menu a { font-size: 1.5em;  text-decoration: none; padding: 0px 0px 0px 0px;}
#right-menu ul a { font-size: 1.2em; }
#right-menu li.current { }
#right-menu li.current ul { }
#right-menu .current a  { }
#right-menu .current ul a { }
#right-menu ul { font-weight: normal; padding: 0px 0px 0px 13px; margin: 10px 0px 0px 0px; list-style: none; }
#right-menu ul ul { }
#right-menu li li { text-indent: 0; background: none;}
#right-menu li { margin: 0px 0px 10px 0px; }
#right-menu li li li {  }

#right-menu a { color: #000000; }
#right-menu a:visited { color: #000000; }
#right-menu a:hover { color: red; }
#right-menu a:active { color: red; }
#right-menu .selected, #right-menu a.selected { color: #e3641d; }
#right-menu .selected, #right-menu a.selected { color: #e3641d; }
#right-menu a.selected:hover { color: red; }



/* News List */
div.news-list { margin: 0px; padding: 0px; }
div.news-item { margin: 0 0 2em; padding: 0 0 2em; border-bottom: 5px solid #e0e0e0; }
div.news-date { margin: 0px 0px 0.5em 1em; text-align: right;
	color: #01467c;
 }
div.news-detail { text-align: justify; }
div.news-title { font-size: 1.5em; margin: 0px 0px 1em 0px; }
a.news-detail-link { display: block; margin: 1em 0 0; outline: none;}

div.news-item-hover div.catalog-admin-links { display: block; }


/* News List Right */
div.news-list-right { margin: 1.3em 0 2em; padding: 0; }
dl.block-news-list-right dt { margin: 0; padding: 0; }
dl.block-news-list-right dd { margin: 0; padding: 0; }

/*FAQ List */
div.faq-list { margin: 1.3em 0 2em; }
div.faq-item {position:relative; border: 1px solid #d0d0d0; border-radius: 5px; margin: 30px 0px 0px 0px; padding: 0px 20px; }
div.faq-item-answer {  }
div.faq-item-hover div.catalog-admin-links { display: block; }

table.data-table { padding: 0px 0px 20px 0px; border-bottom: 1px dashed #d0d0d0; margin-bottom: 30px; overflow: hidden; display: inline-block; }
table.data-table p { text-align: justify; }
table.data-table li { margin: 1em 0em; }
table.data-table th { color: #000000; font-weight: normal; font-size: 1.5em; text-align: left; }

div.menu table.data-table { padding: 0px; border: 1px solid; }
table.map-columns { font-size: 1.2em; }

/* End */
/* /bitrix/templates/kamfs_2021/components/bitrix/sale.basket.basket.line/123/style.css?16231105784718 */
/* /bitrix/templates/kamfs_2021/components/bitrix/search.form/suggest/style.css?1624905213330 */
/* /bitrix/components/bitrix/search.suggest.input/templates/.default/style.css?1314675408501 */
/* /bitrix/templates/kamfs_2021/components/bitrix/menu/catalog_horizontal/style.css?162355330310781 */
/* /bitrix/templates/kamfs_2021/components/bitrix/menu/catalog_horizontal/themes/blue/colors.css?16249032471029 */
/* /bitrix/templates/kamfs_2021/components/bitrix/breadcrumb/default/style.css?1623107105248 */
/* /bitrix/templates/kamfs_2021/styles.css?177633651416405 */
/* /bitrix/templates/kamfs_2021/template_styles.css?177633651412082 */
