

/* Start:/bitrix/components/bitrix/system.pagenavigation/templates/round/style.min.css?16719233302530*/
.bx-pagination{margin:10px 0}.bx-pagination .bx-pagination-container{text-align:center;position:relative}.bx-pagination .bx-pagination-container ul{padding:0;margin:0;list-style:none;display:inline-block}.bx-pagination .bx-pagination-container ul li{display:inline-block;margin:0 2px 15px 2px}.bx-pagination .bx-pagination-container ul li span{-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;background:#eff0f1;padding:0 8px;display:block;height:32px;min-width:32px;line-height:32px;color:#444;font-size:14px;border-radius:16px;vertical-align:middle;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.bx-pagination .bx-pagination-container ul li a{text-decoration:none;display:block;border-radius:16px;height:32px;min-width:32px;line-height:32px;color:#444;vertical-align:middle}.bx-pagination .bx-pagination-container ul li a:hover span{background:#dadada}.bx-pagination .bx-pagination-container ul li.bx-active span{background:#0083d1;color:#fff}.bx-pagination .bx-pagination-container ul li.bx-pag-all a span,.bx-pagination .bx-pagination-container ul li.bx-pag-prev a span,.bx-pagination .bx-pagination-container ul li.bx-pag-next a span{background:#fff;border:2px solid #eff0f1;line-height:28px;padding:0 18px;color:#444}.bx-pagination .bx-pagination-container ul li.bx-pag-all span,.bx-pagination .bx-pagination-container ul li.bx-pag-prev span,.bx-pagination .bx-pagination-container ul li.bx-pag-next span{color:#aab1b4;background:#fff;border:2px solid #eff0f1;line-height:28px;padding:0 18px}.bx-pagination .bx-pagination-container ul li.bx-pag-all a:hover span,.bx-pagination .bx-pagination-container ul li.bx-pag-prev a:hover span,.bx-pagination .bx-pagination-container ul li.bx-pag-next a:hover span{background:#fff;border-color:#dadada;color:#000}.bx-pagination.bx-green .bx-pagination-container ul li.bx-active span{background:#3bc915;color:#fff}.bx-pagination.bx-yellow .bx-pagination-container ul li.bx-active span{background:#f9a91d;color:#fff}.bx-pagination.bx-red .bx-pagination-container ul li.bx-active span{background:#e22b2b;color:#fff}.bx-pagination.bx-blue .bx-pagination-container ul li.bx-active span{background:#0083d1;color:#fff}
/* End */


/* Start:/local/templates/kosmomebel/components/bitrix/catalog.section/slider/style.css?16719232535858*/
.catalog_content {
	padding: 20px;
	padding-top: 0;
	padding-left: 0;
}
.product__list {
    height: auto !important;
}
.product__head {
	background-color: #282828;
	color: #fff;
	display: table-row;
}
.product__head .col {
	display: table-cell;
	text-align: center;
	font-size: 14px;
	padding: 10px 5px;
	border: 1px solid #282828;
	vertical-align: middle;
}
.product__list .col {
	padding: 10px 5px;
}
.product__head .col.col-1,
.product__item .col.col-1 {
	width: 8%;
	text-align: center;
	position: relative;
}
.product__head .col.col-2,
.product__item .col.col-2 {
	width: 15%;
	text-align: center;
}
.product__head .col.col-4,
.product__item .col.col-4 {
	text-align: center;
}
.product__head .col.col-5,
.product__item .col.col-5 {
	width: 10%;
	text-align: center;
}
.product__head .col.col-6,
.product__item .col.col-6 {
	text-align: center;
}
.product__head .col.col-7,
.product__item .col.col-7 {
	width: 12%;
}

.product__table-nouser .product__head .col.col-1,
.product__table-nouser .product__item .col.col-1 {
	width: 15%;
}
.product__table-nouser .product__head .col.col-2,
.product__table-nouser .product__item .col.col-2 {
	width: 20%;
}
.product__table-nouser .product__head .col.col-3,
.product__table-nouser .product__item .col.col-3 {
	width: 40%;
}
.product__table-nouser .product__head .col.col-4,
.product__table-nouser .product__item .col.col-4 {
	width: 25%;
}

.product__item {
	border-top: 1px solid #dcdcdc;
	border-left: 1px solid #dcdcdc;
	display: table-row;
}
.product__item .col {
	border-right: 1px solid #dcdcdc;
	border-bottom: 1px solid #bbb;
	display: table-cell;
	vertical-align: middle;
	padding: 3px 10px;
}
.product__item .col.col-7 {
	border-right: none;
}
.product__img-zoom {
	position: absolute;
	top: 0;
	left: -300px;
	border-right: 1px solid #dcdcdc;
	box-shadow: 1px 0px 5px 0px rgba(0, 0, 0, 0.3);
	width: 300px;
	z-index: 100;
	padding: 20px;
	background-color: #fff;
	display: none;
}
.product__img-zoom img {
	max-width: 100%;
	max-height: 100%;
}
.product__img img {
	max-width: 100%;
	max-height: 50px;
}
.product__article {
	text-transform: uppercase;
	color: #0a0a0a;
	font-size: 12px;
}
.product__name a {
	font-size: 14px;
	font-weight: bold;
	color: #0a0a0a;
	line-height: 18px;
	display: inline-block;
}
.product__text {
	font-size: 12px;
	color: #8d8d8d;
	padding-top: 5px;
}
.product__quntity {
	color: #0a0a0a;
	font-size: 12px;
}
.product__quntity a {
	color: #0a0a0a;
}
.product__quntity i {
	margin-right: 3px;
}
.product__quntity .fa.fa-check {
	color: #54a42c;
}
.product__quntity .fa.fa-spinner {
	color: #c81414;
}
.product__price .value {
	font-size: 14px;
	font-weight: bold;
	color: #0a0a0a;
}
.product__item .controls {
	float: left;
}
.product__item .btn-buy {
	background-color: #e34949;
	color: #fff;
	font-size: 22px;
	display: inline-block;
	border-radius: 2px;
	margin-top: 11px;
	padding: 0px 10px;
	margin-left: 9px;
}
.product__item .btn-buy:hover {
	background-color: #E92E2E;
}
.product__item .controls span {
	background: #f0f0f0;
	width: 25px;
	height: 25px;
	line-height: 25px;
}
.product__item .controls input {
	width: 40px;
	line-height: 21px;
}
.product__item .controls span:hover {
	background: #e8e8e8;
}
.product__item:hover {
	box-shadow: 1px 0px 5px 0px rgba(0, 0, 0, 0.2);
}
.product__item .btn-buy {
	font-size: 17.5px;
	padding: 0px 7px;
	line-height: 25px;
}
.product__btn-box {
	margin-top: 10px;
}
.product__btn-box a {
	font-size: 22px;
	color: #616161;
	background-color: #e9e9e9;
	border-radius: 3px;
	display: inline-block;
	width: 45px;
	height: 30px;
	line-height: 30px;
}
.product__btn-box a:first-child {
	margin-right: 10px;
}
.product__btn-box a i.la.la-exchange {
	position: relative;
	top: 3px;
}
.product__btn-box a:hover {
	color: #fff;
	background-color: #7e7e7e;
}
.product__item .col.col-1:hover .product__img-zoom {
	display: block;
}
.product__head a {
	border-bottom: 1px solid #fff;
	color: #fff;
	position: relative;
}
.product__head a:hover {
	border-bottom-color: transparent;
}

.product__head a.active:after {
    background-image: url(/bitrix/templates/maxima/img/arrow-sort3.png);
}
          
.product__head a.active.filter-price-desc:after,
.product__head a.active.filter-name-desc:after {
	background-image: url(/bitrix/templates/maxima/img/arrow-sort3.png);
	-webkit-transform: rotate(180deg);
	-ms-transform: rotate(180deg); 
	transform: rotate(180deg);
}
.product__head a:after {
	content: '';
	display: block;
    background-image: url(/bitrix/templates/maxima/img/arrow-sort3.png);
    width: 7px;
    height: 12px;
    background-repeat: no-repeat;
    position: absolute;
    top: 5px;
    right: -15px;
}
.product__head .sort-label-availability {
	margin-left: 0;
}
.product__item {
	width: 100%;
}
.product__btn-box a:hover, .product__btn-box a.active {
	color: #fff;
	background-color: #7e7e7e;
}
.row__item {
	font-size: 13px;
	line-height: 38px;
	height: 38px;
}
.row__item:first-child {
	border-bottom: 1px solid #ddd;
}
.row__item span {
	color: #777;
	font-size: 11px;
}
.btn_manager {
	font-size: 11px;
	color: #e34949;
	text-decoration: underline;
}
.btn_manager:hover {
	text-decoration: none;
}
.row__item_btn {
	width: 130px;
	margin: 0 auto;
}
.row__item_order-text {
	font-size: 12px;
	color: #777;
}
.product__item-row {
    height: 72px;
}
.product__item .col.col-6,
.product__item .col.col-5 {
	padding: 0;
}
.product__item-value.count-box .row__item {
	margin: 0px -10px;
}
.controls.disableds,
.info.disableds,
.row__item_btn.disableds {
	position: relative;
}
.controls.disableds:before,
.info.disableds:before,
.row__item_btn.disableds:before {
	position: absolute;
	top: 0;
	left: 0;
	background-color: rgba(255, 255, 255, 0.4);
	content: '';
	width: 100%;
	height: 95%;
}
.product__table {
	display: table;
	width: 100%;
	border-right: 1px solid #dcdcdc;
	border-left: 1px solid #dcdcdc;
}
/* End */


/* Start:/local/templates/kosmomebel/components/bitrix/catalog.section/slider/themes/blue/style.min.css?16719232534634*/
.bx_blue.bx-section-desc{border-left-color:#0083d1}.bx_catalog_list_home.bx_blue .bx_bt_button{background:#00a2df;background:url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwYTJkZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMDZmY2IiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);background:-webkit-gradient(linear,left top,left bottom,color-stop(0%,#00a2df),color-stop(100%,#006fcb));background:-webkit-linear-gradient(top,#00a2df 0,#006fcb 100%);background:-moz-linear-gradient(top,#00a2df 0,#006fcb 100%);background:-ms-linear-gradient(top,#00a2df 0,#006fcb 100%);background:-o-linear-gradient(top,#00a2df 0,#006fcb 100%);background:linear-gradient(to bottom,#00a2df 0,#006fcb 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#00a2df',endColorstr='#006fcb',GradientType=0);color:#fff;text-shadow:0 1px 0 #165c99;display:inline-block;border-radius:3px;text-align:center;text-decoration:none;font-size:14px;cursor:pointer}.bx_catalog_list_home.bx_blue .bx_bt_button:hover{background:#26b0e4;background:url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzI2YjBlNCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMyNjg0ZDMiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);background:-webkit-gradient(linear,left top,left bottom,color-stop(0%,#26b0e4),color-stop(100%,#2684d3));background:-webkit-linear-gradient(top,#26b0e4 0,#2684d3 100%);background:-moz-linear-gradient(top,#26b0e4 0,#2684d3 100%);background:-ms-linear-gradient(top,#26b0e4 0,#2684d3 100%);background:-o-linear-gradient(top,#26b0e4 0,#2684d3 100%);background:linear-gradient(to bottom,#26b0e4 0,#2684d3 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#26b0e4',endColorstr='#2684d3',GradientType=0)}.bx_catalog_list_home.bx_blue .bx_bt_button:active{background:#0052bf;background:url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwNTJiZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMDg1ZDMiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);background:-webkit-gradient(linear,left top,left bottom,color-stop(0%,#0052bf),color-stop(100%,#0085d3));background:-webkit-linear-gradient(top,#0052bf 0,#0085d3 100%);background:-moz-linear-gradient(top,#0052bf 0,#0085d3 100%);background:-ms-linear-gradient(top,#0052bf 0,#0085d3 100%);background:-o-linear-gradient(top,#0052bf 0,#0085d3 100%);background:linear-gradient(to bottom,#0052bf 0,#0085d3 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#0052bf',endColorstr='#0085d3',GradientType=0)}.bx-retina .bx_catalog_list_home.bx_blue .bx_item_detail_size ul li.bx_active .cnt{-webkit-border-image:url(/local/templates/kosmomebel/components/bitrix/catalog.section/slider/themes/blue/images/x2border_active.png) 2 stretch;-moz-border-image:url(/local/templates/kosmomebel/components/bitrix/catalog.section/slider/themes/blue/images/x2border_active.png) 2 stretch;-o-border-image:url(/local/templates/kosmomebel/components/bitrix/catalog.section/slider/themes/blue/images/x2border_active.png) 2 stretch;border-image:url(/local/templates/kosmomebel/components/bitrix/catalog.section/slider/themes/blue/images/x2border_active.png) 2 fill stretch}.bx-retina .bx_catalog_list_home.bx_blue .bx_item_detail_scu .bx_scu ul li.bx_active .cnt{-webkit-border-image:url(/local/templates/kosmomebel/components/bitrix/catalog.section/slider/themes/blue/images/x2border_active.png) 2 stretch;-moz-border-image:url(/local/templates/kosmomebel/components/bitrix/catalog.section/slider/themes/blue/images/x2border_active.png) 2 stretch;-o-border-image:url(/local/templates/kosmomebel/components/bitrix/catalog.section/slider/themes/blue/images/x2border_active.png) 2 stretch;border-image:url(/local/templates/kosmomebel/components/bitrix/catalog.section/slider/themes/blue/images/x2border_active.png) 2 fill stretch}
/* End */
/* /bitrix/components/bitrix/system.pagenavigation/templates/round/style.min.css?16719233302530 */
/* /local/templates/kosmomebel/components/bitrix/catalog.section/slider/style.css?16719232535858 */
/* /local/templates/kosmomebel/components/bitrix/catalog.section/slider/themes/blue/style.min.css?16719232534634 */
