

/* Start:/local/templates/universelite_s1/components/bitrix/catalog/catalog/style.css?17205033654579*/
.catalog {}
.catalog .catalog-description {
	margin-top: 20px;
	font-size: 14px;
	line-height: 1.5;
	color: #6b6b6b;
}

.intec-section-filter-left {
	margin-bottom: 60px;
}

.intec-section-filter-mobile-wrap {
	display: none;
	position: relative;
}
.intec-section-filter-mobile {
	display: none;
	vertical-align: middle;
}

.intec-section-filter-mobile {
	display: none;
	position: absolute;
	width: 100%;
	margin-top: 10px;
	z-index: 10000;
	background: #ffffff;
	border-radius: 3px;
	-webkit-box-shadow: 0px 4px 16px 0px rgba(0,0,0,0.2);
	-moz-box-shadow: 0px 4px 16px 0px rgba(0,0,0,0.2);
	box-shadow: 0px 4px 16px 0px rgba(0,0,0,0.2);
}

.intec-section-list {

}
.intec-section-list .intec-sections-tile,
.intec-section-list .intec-sections-list,
body .intec-section-list .intec-sections-tile {
	margin-bottom:30px;
}
.intec-sections-tile {
	margin-bottom:30px;
}

.intec-panel-sort {
	display: block;
	position: relative;
	width: 100%;
	box-sizing: border-box;
	margin-bottom: 10px;
}

.intec-panel-sort .intec-sort {
	display: block;
	margin: 0 30px 10px 0;
	float: left;
}

.intec-panel-sort .sort-value {
	display: inline-block;
	margin-right: 22px;
	opacity: 0.5
}

.intec-panel-sort .sort-value a {
	display: inline-block;
	color: #444444;
	font-size: 0;
	text-decoration: none;
}
.intec-panel-sort .sort-value a:hover {
	color: #000000;
}
.intec-panel-sort .sort-value.sort-state-active {
	opacity: 1;
}

.intec-panel-sort .sort-value.sort-state-active a {
	color: #000000;
}

.intec-panel-sort .sort-value-desktop {
	display: inline-block;
	vertical-align: middle;
	font-size: 13px;
}
.intec-panel-sort .sort-value-mobile {
	display: none;
	font-size: 17px;
	vertical-align: middle;
}
.intec-panel-sort .sort-value-arrow {
	display: inline-block;
	vertical-align: middle;
	font-size: 13px;
	margin-left: 7px;
}

.intec-panel-sort .sort-value .sort-value-arrow {
	display: inline-block;
}

.intec-panel-view {
	float: right;
}

.intec-panel-view .intec-views {
	display: inline-block;
	vertical-align: middle;
}

.intec-panel-view .intec-views a {
	display: inline-block;
	vertical-align: middle;
	margin-left: 20px;
}.intec-panel-view .intec-views a:first-child {
	 margin-left: 0;
 }

.intec-panel-view a.view-active i {
	color: #000000;
}

.intec-panel-view i {
	color: #bababa;
}.intec-panel-view i:hover {
	 color: #4d4d4d;
 }

.intec-section-description {
	display: block;
	width: 100%;
	box-sizing: border-box;
	color: #4c4b4b;
	font-size: 13px;
	line-height: 23px;
}

.intec-catalog-section + .intec-section-description {
	margin-top: 20px;
}

.intec-panel-sort .intec-section-filter-mobile {
	display: none;
}

@media all and (max-width: 830px) and (min-width: 720px) {
	.intec-panel-sort .sort-value {
		margin-right: 5px;
	}
	.intec-panel-sort .intec-sort {
		margin: 0 10px 10px 0;
	}
	.intec-panel-view .intec-views a {
		margin-left: 10px;
	}
}

@media all and (max-width: 720px) {
	.intec-content {
		overflow: visible !important;
	}
	.intec-section-filter-left {
		display: none;
	}
	.intec-panel-sort .intec-section-filter-mobile .bx-filter {
		display: block;
	}
	.intec-section-filter-mobile-wrap {
		display: block;
		float: left;
		margin-right: 20px;
	}
	.intec-section-filter-mobile-button {
		display: inline-block;
	}
	.intec-section-menu {
		display: none;
	}
	.intec-panel-sort .sort-value-desktop {
		display: none;
	}
	.intec-panel-sort .sort-value-mobile {
		display: inline-block;
	}
	.intec-panel-sort {
		padding: 10px 0;
	}
	.intec-panel-sort .intec-panel-view,
	.intec-panel-sort .sort-values {
		margin-top: 3px;
	}
	.intec-panel-sort .sort-value {
		margin-right: 10px;
	}
	.intec-panel-sort .intec-sort {
		margin: 0 10px 0 0;
	}
	.intec-panel-view .intec-views a {
		margin-left: 10px;
	}
	.intec-panel-sort .sort-value a {
		vertical-align: top;
	}
}

/*--hide left--*/ 
.intec-content .intec-content-right.hide_left {
	margin-left: unset;
}


/*tags*/
.tag-list {
	display: flex;
	flex-wrap: wrap;/*nowrap*/
	justify-content: flex-start;
	align-items: flex-start;
	margin: 8px 0;
}
.tag-list__title {
	display: block;
	padding-top: 4px;
	margin-top: 7px;
	font-size: 13px;
	line-height: 13px;
	color: #000;
	white-space: nowrap;
}

.tag-list__tag {
	display: block;
	padding: 4px 11px 5px;
	margin: 6px 0 6px 12px;
	font-size: 13px;
	line-height: 13px;
	color: #666;
	white-space: nowrap;
	text-decoration: none;
	border: 1px solid #ccc;
	border-radius: 12px;
	background: #f4f4f4;
	transition: all .2s ease-in-out;
}

.tag-list__tag:hover {
	color: #0065ff;
	border-color: #0065ff;
	background: #fff;
	text-decoration: none;
}
/* End */


/* Start:/local/templates/universelite_s1/components/bitrix/catalog.section.list/tile/style.css?178302451712790*/
.intec-sections-tile {
	display: block;
	box-sizing: border-box;
	font-size: 0;
}
.intec-sections-tile.row{
	margin-right: -10px;
	margin-left: -10px;
}
.intec-sections-tile > div{
	padding-left: 10px;
	padding-right: 10px;
}

.intec-sections-tile .element {
	position: relative;
	margin: 0 0 20px 0;
	box-sizing: border-box;
}
.intec-sections-tile .element-shadow{
	transition: .5s;
}
.intec-sections-tile .image-wrap {
	display: block;
	position: relative;
	width: 100%;
	padding-top: 80%;
	text-align: center;
	font-size: 0;
}

.intec-sections-tile .image {
	display: block;
	position: absolute;
	padding: 20px 20px 0 20px;
	box-sizing: border-box;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
}

.intec-sections-tile .intec-section-name {
	color: #116afc;
}
.intec-sections-tile .intec-section-name:hover {
	color: #116afc;
}

.intec-sections-tile .image .valign {
	display: inline-block;
	height: 100%;
	vertical-align: middle;
}

.intec-sections-tile .image img {
	display: inline-block;
	max-width: 100%;
	max-height: 100%;
	vertical-align: middle;
}

.intec-sections-tile .intec-section-info {
	box-sizing: border-box;
	padding: 20px 0;
	overflow: hidden;
}
.intec-sections-tile .intec-section-info.without_submenu {
	padding: 0;
	margin: 20px 10px;
	height: 35px;
	overflow: hidden;
	text-align: center;
}

.intec-sections-tile .intec-section-subsections {
	display: block;
	width: 100%;
	margin-top: 10px;
	box-sizing: border-box;
}

.intec-sections-tile .intec-section-subsection {
	display: block;
	box-sizing: border-box;
	font-size: 13px;
	color: #6b6b6b;
	line-height: 18px;
	padding: 2px 0;
	text-decoration: none;
}

.intec-sections-tile .intec-section-name {
	display: block;
	font-size: 16px;
	line-height: 18px;
	cursor: pointer;
	text-decoration: none;
}
.intec-sections-tile .intec-section-name:hover {
	text-decoration: none;
}

@media (max-width:800px) {
	.intec-sections-tile .intec-section-name {
		font-size: 13px;
	}
	.intec-sections-tile .intec-section-info.without_submenu {
		margin: 10px 5px;
	}
}
@media (max-width:450px) {
	.intec-sections-tile .image-wrap {
		padding-top: 70%;
	}
	.intec-sections-tile .intec-section-info.without_submenu {
		height: 33px;
	}
}











.row {
  margin-right: -15px;
  margin-left: -15px;
}
.row-no-gutters {
  margin-right: 0;
  margin-left: 0;
}
.row-no-gutters [class*="col-"] {
  padding-right: 0;
  padding-left: 0;
}
.col-xs-1,
.col-sm-1,
.col-md-1,
.col-lg-1,
.col-xs-2,
.col-sm-2,
.col-md-2,
.col-lg-2,
.col-xs-3,
.col-sm-3,
.col-md-3,
.col-lg-3,
.col-xs-4,
.col-sm-4,
.col-md-4,
.col-lg-4,
.col-xs-5,
.col-sm-5,
.col-md-5,
.col-lg-5,
.col-xs-6,
.col-sm-6,
.col-md-6,
.col-lg-6,
.col-xs-7,
.col-sm-7,
.col-md-7,
.col-lg-7,
.col-xs-8,
.col-sm-8,
.col-md-8,
.col-lg-8,
.col-xs-9,
.col-sm-9,
.col-md-9,
.col-lg-9,
.col-xs-10,
.col-sm-10,
.col-md-10,
.col-lg-10,
.col-xs-11,
.col-sm-11,
.col-md-11,
.col-lg-11,
.col-xs-12,
.col-sm-12,
.col-md-12,
.col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
.col-xs-1,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9,
.col-xs-10,
.col-xs-11,
.col-xs-12 {
  float: left;
}
.col-xs-12 {
  width: 100%;
}
.col-xs-11 {
  width: 91.66666667%;
}
.col-xs-10 {
  width: 83.33333333%;
}
.col-xs-9 {
  width: 75%;
}
.col-xs-8 {
  width: 66.66666667%;
}
.col-xs-7 {
  width: 58.33333333%;
}
.col-xs-6 {
  width: 50%;
}
.col-xs-5 {
  width: 41.66666667%;
}
.col-xs-4 {
  width: 33.33333333%;
}
.col-xs-3 {
  width: 25%;
}
.col-xs-2 {
  width: 16.66666667%;
}
.col-xs-1 {
  width: 8.33333333%;
}
.col-xs-pull-12 {
  right: 100%;
}
.col-xs-pull-11 {
  right: 91.66666667%;
}
.col-xs-pull-10 {
  right: 83.33333333%;
}
.col-xs-pull-9 {
  right: 75%;
}
.col-xs-pull-8 {
  right: 66.66666667%;
}
.col-xs-pull-7 {
  right: 58.33333333%;
}
.col-xs-pull-6 {
  right: 50%;
}
.col-xs-pull-5 {
  right: 41.66666667%;
}
.col-xs-pull-4 {
  right: 33.33333333%;
}
.col-xs-pull-3 {
  right: 25%;
}
.col-xs-pull-2 {
  right: 16.66666667%;
}
.col-xs-pull-1 {
  right: 8.33333333%;
}
.col-xs-pull-0 {
  right: auto;
}
.col-xs-push-12 {
  left: 100%;
}
.col-xs-push-11 {
  left: 91.66666667%;
}
.col-xs-push-10 {
  left: 83.33333333%;
}
.col-xs-push-9 {
  left: 75%;
}
.col-xs-push-8 {
  left: 66.66666667%;
}
.col-xs-push-7 {
  left: 58.33333333%;
}
.col-xs-push-6 {
  left: 50%;
}
.col-xs-push-5 {
  left: 41.66666667%;
}
.col-xs-push-4 {
  left: 33.33333333%;
}
.col-xs-push-3 {
  left: 25%;
}
.col-xs-push-2 {
  left: 16.66666667%;
}
.col-xs-push-1 {
  left: 8.33333333%;
}
.col-xs-push-0 {
  left: auto;
}
.col-xs-offset-12 {
  margin-left: 100%;
}
.col-xs-offset-11 {
  margin-left: 91.66666667%;
}
.col-xs-offset-10 {
  margin-left: 83.33333333%;
}
.col-xs-offset-9 {
  margin-left: 75%;
}
.col-xs-offset-8 {
  margin-left: 66.66666667%;
}
.col-xs-offset-7 {
  margin-left: 58.33333333%;
}
.col-xs-offset-6 {
  margin-left: 50%;
}
.col-xs-offset-5 {
  margin-left: 41.66666667%;
}
.col-xs-offset-4 {
  margin-left: 33.33333333%;
}
.col-xs-offset-3 {
  margin-left: 25%;
}
.col-xs-offset-2 {
  margin-left: 16.66666667%;
}
.col-xs-offset-1 {
  margin-left: 8.33333333%;
}
.col-xs-offset-0 {
  margin-left: 0%;
}
@media (min-width: 768px) {
  .col-sm-1,
  .col-sm-2,
  .col-sm-3,
  .col-sm-4,
  .col-sm-5,
  .col-sm-6,
  .col-sm-7,
  .col-sm-8,
  .col-sm-9,
  .col-sm-10,
  .col-sm-11,
  .col-sm-12 {
    float: left;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-11 {
    width: 91.66666667%;
  }
  .col-sm-10 {
    width: 83.33333333%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-8 {
    width: 66.66666667%;
  }
  .col-sm-7 {
    width: 58.33333333%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-5 {
    width: 41.66666667%;
  }
  .col-sm-4 {
    width: 33.33333333%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-2 {
    width: 16.66666667%;
  }
  .col-sm-1 {
    width: 8.33333333%;
  }
  .col-sm-pull-12 {
    right: 100%;
  }
  .col-sm-pull-11 {
    right: 91.66666667%;
  }
  .col-sm-pull-10 {
    right: 83.33333333%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-pull-8 {
    right: 66.66666667%;
  }
  .col-sm-pull-7 {
    right: 58.33333333%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-pull-5 {
    right: 41.66666667%;
  }
  .col-sm-pull-4 {
    right: 33.33333333%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-pull-2 {
    right: 16.66666667%;
  }
  .col-sm-pull-1 {
    right: 8.33333333%;
  }
  .col-sm-pull-0 {
    right: auto;
  }
  .col-sm-push-12 {
    left: 100%;
  }
  .col-sm-push-11 {
    left: 91.66666667%;
  }
  .col-sm-push-10 {
    left: 83.33333333%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-push-8 {
    left: 66.66666667%;
  }
  .col-sm-push-7 {
    left: 58.33333333%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-push-5 {
    left: 41.66666667%;
  }
  .col-sm-push-4 {
    left: 33.33333333%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-push-2 {
    left: 16.66666667%;
  }
  .col-sm-push-1 {
    left: 8.33333333%;
  }
  .col-sm-push-0 {
    left: auto;
  }
  .col-sm-offset-12 {
    margin-left: 100%;
  }
  .col-sm-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-sm-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-sm-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-sm-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-sm-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-sm-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 992px) {
  .col-md-1,
  .col-md-2,
  .col-md-3,
  .col-md-4,
  .col-md-5,
  .col-md-6,
  .col-md-7,
  .col-md-8,
  .col-md-9,
  .col-md-10,
  .col-md-11,
  .col-md-12 {
    float: left;
  }
  .col-md-12 {
    width: 100%;
  }
  .col-md-11 {
    width: 91.66666667%;
  }
  .col-md-10 {
    width: 83.33333333%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-8 {
    width: 66.66666667%;
  }
  .col-md-7 {
    width: 58.33333333%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-5 {
    width: 41.66666667%;
  }
  .col-md-4 {
    width: 33.33333333%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-2 {
    width: 16.66666667%;
  }
  .col-md-1 {
    width: 8.33333333%;
  }
  .col-md-pull-12 {
    right: 100%;
  }
  .col-md-pull-11 {
    right: 91.66666667%;
  }
  .col-md-pull-10 {
    right: 83.33333333%;
  }
  .col-md-pull-9 {
    right: 75%;
  }
  .col-md-pull-8 {
    right: 66.66666667%;
  }
  .col-md-pull-7 {
    right: 58.33333333%;
  }
  .col-md-pull-6 {
    right: 50%;
  }
  .col-md-pull-5 {
    right: 41.66666667%;
  }
  .col-md-pull-4 {
    right: 33.33333333%;
  }
  .col-md-pull-3 {
    right: 25%;
  }
  .col-md-pull-2 {
    right: 16.66666667%;
  }
  .col-md-pull-1 {
    right: 8.33333333%;
  }
  .col-md-pull-0 {
    right: auto;
  }
  .col-md-push-12 {
    left: 100%;
  }
  .col-md-push-11 {
    left: 91.66666667%;
  }
  .col-md-push-10 {
    left: 83.33333333%;
  }
  .col-md-push-9 {
    left: 75%;
  }
  .col-md-push-8 {
    left: 66.66666667%;
  }
  .col-md-push-7 {
    left: 58.33333333%;
  }
  .col-md-push-6 {
    left: 50%;
  }
  .col-md-push-5 {
    left: 41.66666667%;
  }
  .col-md-push-4 {
    left: 33.33333333%;
  }
  .col-md-push-3 {
    left: 25%;
  }
  .col-md-push-2 {
    left: 16.66666667%;
  }
  .col-md-push-1 {
    left: 8.33333333%;
  }
  .col-md-push-0 {
    left: auto;
  }
  .col-md-offset-12 {
    margin-left: 100%;
  }
  .col-md-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-md-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-md-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-md-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-md-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-md-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 1200px) {
  .col-lg-1,
  .col-lg-2,
  .col-lg-3,
  .col-lg-4,
  .col-lg-5,
  .col-lg-6,
  .col-lg-7,
  .col-lg-8,
  .col-lg-9,
  .col-lg-10,
  .col-lg-11,
  .col-lg-12 {
    float: left;
  }
  .col-lg-12 {
    width: 100%;
  }
  .col-lg-11 {
    width: 91.66666667%;
  }
  .col-lg-10 {
    width: 83.33333333%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-8 {
    width: 66.66666667%;
  }
  .col-lg-7 {
    width: 58.33333333%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-5 {
    width: 41.66666667%;
  }
  .col-lg-4 {
    width: 33.33333333%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-2 {
    width: 16.66666667%;
  }
  .col-lg-1 {
    width: 8.33333333%;
  }
  .col-lg-pull-12 {
    right: 100%;
  }
  .col-lg-pull-11 {
    right: 91.66666667%;
  }
  .col-lg-pull-10 {
    right: 83.33333333%;
  }
  .col-lg-pull-9 {
    right: 75%;
  }
  .col-lg-pull-8 {
    right: 66.66666667%;
  }
  .col-lg-pull-7 {
    right: 58.33333333%;
  }
  .col-lg-pull-6 {
    right: 50%;
  }
  .col-lg-pull-5 {
    right: 41.66666667%;
  }
  .col-lg-pull-4 {
    right: 33.33333333%;
  }
  .col-lg-pull-3 {
    right: 25%;
  }
  .col-lg-pull-2 {
    right: 16.66666667%;
  }
  .col-lg-pull-1 {
    right: 8.33333333%;
  }
  .col-lg-pull-0 {
    right: auto;
  }
  .col-lg-push-12 {
    left: 100%;
  }
  .col-lg-push-11 {
    left: 91.66666667%;
  }
  .col-lg-push-10 {
    left: 83.33333333%;
  }
  .col-lg-push-9 {
    left: 75%;
  }
  .col-lg-push-8 {
    left: 66.66666667%;
  }
  .col-lg-push-7 {
    left: 58.33333333%;
  }
  .col-lg-push-6 {
    left: 50%;
  }
  .col-lg-push-5 {
    left: 41.66666667%;
  }
  .col-lg-push-4 {
    left: 33.33333333%;
  }
  .col-lg-push-3 {
    left: 25%;
  }
  .col-lg-push-2 {
    left: 16.66666667%;
  }
  .col-lg-push-1 {
    left: 8.33333333%;
  }
  .col-lg-push-0 {
    left: auto;
  }
  .col-lg-offset-12 {
    margin-left: 100%;
  }
  .col-lg-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-lg-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-lg-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-lg-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-lg-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-lg-offset-0 {
    margin-left: 0%;
  }
}
/* End */


/* Start:/local/templates/universelite_s1/components/bitrix/system.pagenavigation/.default/style.css?17205033652556*/
.ns-bitrix.c-system-pagenavigation.c-system-pagenavigation-default {
  display: block;
  margin: 10px 0;
}
.ns-bitrix.c-system-pagenavigation.c-system-pagenavigation-default .system-pagenavigation-items {
  display: block;
  position: relative;
  text-align: center;
  overflow: hidden;
  font-size: 0;
}
.ns-bitrix.c-system-pagenavigation.c-system-pagenavigation-default .system-pagenavigation-items-wrapper {
  display: inline-block;
  vertical-align: top;
  margin: -4px;
}
.ns-bitrix.c-system-pagenavigation.c-system-pagenavigation-default .system-pagenavigation-item {
  display: inline-block;
  vertical-align: middle;
  padding: 4px;
}
.ns-bitrix.c-system-pagenavigation.c-system-pagenavigation-default .system-pagenavigation-item.system-pagenavigation-item-active .system-pagenavigation-item-wrapper {
  background-color: #0065ff;
  border-color: #0065ff;
  color: #fff;
}
.ns-bitrix.c-system-pagenavigation.c-system-pagenavigation-default .system-pagenavigation-item.system-pagenavigation-item-disabled .system-pagenavigation-item-wrapper {
  display: none;
}
.ns-bitrix.c-system-pagenavigation.c-system-pagenavigation-default .system-pagenavigation-item.system-pagenavigation-item-all .system-pagenavigation-item-wrapper {
  width: auto;
  text-align: left;
}
.ns-bitrix.c-system-pagenavigation.c-system-pagenavigation-default .system-pagenavigation-item-wrapper {
  display: block;
  background-color: transparent;
  font-size: 14px;
  font-style: normal;
  font-weight: bold;
  line-height: 1.42857143;
  text-align: center;
  padding: 6px;
  border-radius: 4px;
  width: 32px;
  height: 32px;
  overflow: hidden;
  text-decoration: none;
  cursor: pointer;
  color: #2d2d2d;
  -webkit-transition-duration: 350ms;
  -moz-transition-duration: 350ms;
  -ms-transition-duration: 350ms;
  -o-transition-duration: 350ms;
  transition-duration: 350ms;
  -webkit-transition-property: color, background-color, border-color;
  -moz-transition-property: color, background-color, border-color;
  -ms-transition-property: color, background-color, border-color;
  -o-transition-property: color, background-color, border-color;
  transition-property: color, background-color, border-color;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.ns-bitrix.c-system-pagenavigation.c-system-pagenavigation-default .system-pagenavigation-item-wrapper:hover {
  background-color: #f7f7f7;
  border-color: #f7f7f7;
}

/*# sourceMappingURL=style.css.map */

/* End */


/* Start:/local/templates/universelite_s1/components/bitrix/catalog.section/tile/style.css?172050336615162*/
.element-wrap .quick-view {
	display: none;
	position: absolute;
	top:0;
	right:0;
	bottom:0;
	left:0;
	margin:auto;
	line-height: 38px;
	height: 38px;
	width: 175px;
	background: #fff;
	border: 1px solid #ccc;
	border-radius: 18px;
	color: #434343;
	font-size: 12px;
	text-align: center;
	cursor:pointer;
	opacity: 0.9;
}
.element-wrap .quick-view i {
	vertical-align: top;
	padding-right: 3px;
}
.intec-catalog-section-tile .element-wrap:hover .quick-view {
	display: block;
}
.intec-catalog-section-tile {
	display: block;
	box-sizing: border-box;
}
.intec-catalog-section-tile.row {
	margin: 0 0 20px 0;
}

.intec-catalog-section-tile .catalog-section-element {
	display: block;
	position: relative;
	padding: 0 5px;
	box-sizing: border-box;
}.intec-catalog-section-tile .catalog-section-element:hover {
	 z-index: 1;
 }
.intec-catalog-section-tile.intec-catalog-section-tile-del .catalog-section-element {
	padding: 0;
}

.intec-catalog-section-tile .element-container {
	display: block;
	position: relative;
	width: 100%;
}

.intec-catalog-section-tile .element-wrap {
	display: block;
	width: 100%;
	margin: 0;
	padding: 25px;
	box-sizing: border-box;
	transition: 0.5s;
	background: #ffffff;
}.intec-catalog-section-tile .element-wrap:hover{
	 -moz-box-shadow: 0 0 20px rgba(0,0,0,0.15);
	 -o-box-shadow: 0 0 20px rgba(0,0,0,0.15);
	 -webkit-box-shadow: 0 0 20px rgba(0,0,0,0.15);
	 box-shadow: 0 0 20px rgba(0,0,0,0.15);
 }
.intec-catalog-section-tile.intec-catalog-section-tile-del .element-wrap {
	border: 1px solid #e8e8e8;
}
.intec-catalog-section-tile.intec-catalog-section-tile-del .element-wrap:hover {
	-moz-box-shadow: 0 0 20px rgba(0,0,0,0.15);
	-o-box-shadow: 0 0 20px rgba(0,0,0,0.15);
	-webkit-box-shadow: 0 0 20px rgba(0,0,0,0.15);
	box-shadow: 0 0 20px rgba(0,0,0,0.15);
}

.intec-catalog-section-tile .element-img-wrap {
	display: block;
	position: relative;
	width: 100%;
	padding-top: 100%;
	box-sizing: border-box;
	text-align: center;
	z-index: 0;
}
.intec-catalog-section-tile .intec-catalog-section-wrapper {
	padding-right: 1px;
	padding-bottom: 1px;

	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.intec-catalog-section-tile .catalog-section-element {
	display: block;
	margin-right: -1px;
	margin-bottom: -1px;
}
.intec-catalog-section-tile .catalog-section-element .min-button-block {
	display: block;
	position: absolute;
	top: 10px;
	right: 5px;
	width: 27px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	text-align: center;
	font-size: 0;
}
.intec-catalog-section-tile .catalog-section-element .intec-min-button {
	opacity: 0;
	display: none;
	margin-bottom: 10px;
	background: #fff;
	border-radius: 3px;
}
.intec-catalog-section-tile .catalog-section-element .intec-min-button:hover {
	color: #116afc ;
}

.intec-catalog-section-tile .catalog-section-element .intec-min-button.add[data-basket-delay][data-basket-in=false],
.intec-catalog-section-tile .catalog-section-element .intec-min-button.added[data-basket-delayed][data-basket-in=true],
.intec-catalog-section-tile .catalog-section-element .intec-min-button.add[data-compare-add][data-compare-in=false],
.intec-catalog-section-tile .catalog-section-element .intec-min-button.added[data-compare-added][data-compare-in=true]{
	display: block;
	opacity: 0;
}

.intec-catalog-section-tile .catalog-section-element:hover .intec-min-button.add[data-basket-delay][data-basket-in=false],
.intec-catalog-section-tile .catalog-section-element:hover .intec-min-button.added[data-basket-delayed][data-basket-in=true],
.intec-catalog-section-tile .catalog-section-element:hover .intec-min-button.add[data-compare-add][data-compare-in=false],
.intec-catalog-section-tile .catalog-section-element:hover .intec-min-button.added[data-compare-added][data-compare-in=true]{
	display: block;
	opacity: 0.8;
}

.intec-catalog-section-tile .catalog-section-element .intec-min-button.added[data-basket-delayed][data-basket-in=true],
.intec-catalog-section-tile .catalog-section-element .intec-min-button.added[data-compare-added][data-compare-in=true]{
	display: block;
	opacity: 1;
}

.intec-catalog-section-tile .element-img {
	display: block;
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	box-sizing: border-box;
	text-align: center;
	font-size: 0;
	text-decoration: none;
}

.intec-catalog-section-tile img {
	display: inline-block;
	vertical-align: middle;
	max-height: 100%;
	max-width: 100%;
}

.intec-catalog-section-tile .catalog-section-element .intec-marks {
	margin: -4px -4px;
}

.intec-catalog-section-tile .element-name {
	display: block;
	height: 44px;
	margin-top: 20px;
	box-sizing: border-box;
	font-size: 16px;
	color: #33312e;
	text-decoration: none;
	overflow: hidden;
	text-align: left;
	-webkit-transition: 0.4s;
	transition: 0.4s;
}

.intec-catalog-section-tile .price-block {
	display: block;
	margin-top: 10px;
    text-align: center;
}

.intec-catalog-section-tile .price-block .price-value {
	display: block;
	float: left;
}

.intec-catalog-section-tile .price-block .newprice {
	display: block;
	vertical-align: top;
	color: #33312e;
	font-size: 18px;
	margin-right: 15px;
	margin-top: 10px;
}
.intec-catalog-section-tile .price-block .oldprice {
	display: block;
	vertical-align: top;
	color: #e50f30;
	font-size: 13px;
	text-decoration: line-through;
	margin-top: 5px;
}

.intec-catalog-section-tile .element-buys-block {
	display: none;
	width: 100%;
	height: 40px;
	margin-top: 15px;
	box-sizing: border-box;
}.intec-catalog-section-tile .element-wrap:hover .element-buys-block {
	 display: block;
 }

.intec-catalog-section-tile .price-block .element-buys {
	float: right;
	display: inline-block;
	padding: 0;
	line-height: 16px;
	width: 40px;
	height: 40px;
	border-radius: 3px;
	text-decoration: none;
	font-size: 0;
	text-align: center;
	cursor: pointer;
}
.intec-catalog-section-tile .price-block .element-buys span{
	display: inline-block;
	vertical-align: middle;
	width: 20px;
	height: 20px;
	font-size: 20px;
}

.intec-catalog-section-tile .price-block .element-buys.add[data-basket-add][data-basket-in=true],
.intec-catalog-section-tile .price-block .element-buys.added[data-basket-added][data-basket-in=false] {
	display: none;
}
.intec-catalog-section-tile .price-block .element-buys.active,
.intec-catalog-section-tile .price-block .element-buys.added,
.intec-catalog-section-tile .buttons-block .element-buys.active,
.intec-catalog-section-tile .buttons-block .element-buys.added {
	color: #fff !important;
	background-color: #116afc;
}
.to-cart {
	float: right;
}

.intec-catalog-section-tile .buys_not_have,
.intec-catalog-section-tile .buys_more{
	display: block;
	text-align: center;
}

.element-buys-block .quantity-wrap {
	display: inline-block;
	float: left;
	vertical-align: top;
	margin-right: 10px;
	font-size: 0;
}
.element-buys-block .quantity-wrap > * {
	display: inline-block;
	vertical-align: middle;
	font-size: 14px;
	color: #848484;
}
.element-buys-block .quantity-input {
	width: 42px;
	border: none;
	background: none;
	font-weight: bold;
	text-align: center;
	outline: none;
}
.element-buys-block .quantity-input,
.element-buys-block .quantity-down,
.element-buys-block .quantity-up {
	height: 30px;
}
.element-buys-block .quantity-down,
.element-buys-block .quantity-up {
	padding: 0 12px;
	line-height: 30px;
	font-weight: bold;
	text-decoration: none;
	border: 0 solid #ececec;

	-webkit-transition: 0.4s;
	-moz-transition: 0.4s;
	-ms-transition: 0.4s;
	-o-transition: 0.4s;
	transition: 0.4s;
}
.element-buys-block .quantity-down:hover,
.element-buys-block .quantity-up:hover {
	background-color: #d2d2d2;
}
.element-buys-block .quantity-down {
	border-right-width: 1px;
}
.element-buys-block .quantity-up {
	border-left-width: 1px;
}
.element-buys-block .quantity-measure {
	margin-left: 6px;
}
.element-buys-block .quantity {
	margin-top: 10px;
	font-size: 12px;
}

.catalog-section-element.element-with-count {
	height: 455px;

}
.catalog-section-element.element-with-count .element-wrap:hover {
	position: absolute;
	z-index: 100;
	width: 100%;
	top: 0;
	left: 0;
}

/*with counter*/

.intec-catalog-section-tile .element-wrap.extended {
	position: absolute;
	top: 0;
	left: 0;
}

.intec-catalog-section-tile .element-buys {
	display: inline-block;
	padding: 9px;
	line-height: 16px;
	width: 40px;
	height: 40px;
	border-radius: 3px;
	text-decoration: none;
	font-size: 0;
	text-align: center;
	cursor: pointer;
}
.intec-catalog-section-tile .element-buys span{
	display: inline-block;
	width: 20px;
	height: 20px;
	font-size: 20px;
}
.intec-catalog-section-tile .element-buys.add[data-basket-add][data-basket-in=true],
.intec-catalog-section-tile .element-buys.added[data-basket-added][data-basket-in=false] {
	display: none;
}
.intec-catalog-section-tile .buttons-block .element-buys.active,
.intec-catalog-section-tile .buttons-block .element-buys.added {
	color: #fff !important;
	background-color: #116afc;
}

.intec-catalog-section-tile .element-description-with-counter .element-price {
	color: #33312e;
	font-size: 18px;
	line-height: 25px;
	padding-top: 15px;
	height: 25px;

	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
}
.intec-catalog-section-tile .element-description-with-counter .element-old-price {
	color: #e50f30;
	font-size: 13px;
	line-height: 18px;
	text-decoration: line-through;
	margin-top: 5px;
	height: 18px;
}
.intec-catalog-section-tile .counter-wrapper {
	height: 0;
	overflow: hidden;
}
.intec-catalog-section-tile .counter-wrapper.empty-counter {
	height: 0!important;
}
.intec-catalog-section-tile .counter-block {
	display: table;
	width: 100%;
	margin-top: 15px;
}
.intec-catalog-section-tile .counter-block .item-quantity {
	display: table-cell;
	vertical-align: middle;
	font-size: 0;
	white-space: nowrap;
}
.intec-catalog-section-tile .counter-block .buttons-block {
	display: table-cell;
	text-align: right;
}
.intec-catalog-section-tile .counter-block .item-quantity .quantity-button {
	display: inline-block;
	vertical-align: top;
	font-size: 14px;
	line-height: 35px;
	padding: 0 13px;
	color: #848484;
	font-weight: bold;
	text-decoration: none;
	-webkit-transition: 0.4s;
	transition: 0.4s;
}
.intec-catalog-section-tile .counter-block .item-quantity .quantity-input {
	display: inline-block;
	vertical-align: top;
	font-size: 14px;
	text-align: center;
	font-weight: bold;
	color: #848484;
	height: 35px;
	width: 40px;
	border-left: 1px solid #e8e8e8;
	border-right: 1px solid #e8e8e8;
	border-top: none;
	border-bottom: none;
}
.intec-catalog-section-tile .counter-block .buttons-block .more-info {
	font-size: 12px;
	text-decoration: none;
}

/*------------*/

@media (max-width:1050px) {
	.intec-catalog-section-tile .element-wrap .quick-view {
		display:none!important;
	}
	.intec-catalog-section-tile .price-block .newprice {
		font-size: 15px;
	}
}

@media (max-width:850px) and (min-width: 720px) {
	.intec-catalog-section-tile .catalog-section-element .intec-min-button {
		opacity: 1;
	}

	.intec-catalog-section-tile .catalog-section-element .intec-min-button.add[data-basket-delay][data-basket-in=false],
	.intec-catalog-section-tile .catalog-section-element .intec-min-button.added[data-basket-delayed][data-basket-in=true],
	.intec-catalog-section-tile .catalog-section-element .intec-min-button.add[data-compare-add][data-compare-in=false],
	.intec-catalog-section-tile .catalog-section-element .intec-min-button.added[data-compare-added][data-compare-in=true]{
		display: block;
		opacity: 1;
	}

	.intec-catalog-section-tile .element-wrap:hover {
		box-shadow: none;
		-moz-box-shadow: none;
		-o-box-shadow: none;
		-webkit-box-shadow: none;
	}
	.intec-catalog-section-tile .price-block .price-value {
		float: none;
	}
	.intec-catalog-section-tile .price-block .element-buys {
		float: none;
		margin-top: 5px;
	}
	.intec-catalog-section-tile .price-block {
		height: 90px;
	}
}
@media (max-width:720px) {
	.intec-catalog-section-tile .price-block {
		height: 31px;
	}
	.intec-catalog-section-tile .catalog-section-element .intec-min-button {
		opacity: 1;
	}
	.intec-catalog-section-tile .counter-wrapper,
	.intec-catalog-section-tile .counter-wrapper.empty-counter {
		height: 60px!important;
	}
	.intec-catalog-section-tile .catalog-section-element .intec-min-button.add[data-basket-delay][data-basket-in=false],
	.intec-catalog-section-tile .catalog-section-element .intec-min-button.added[data-basket-delayed][data-basket-in=true],
	.intec-catalog-section-tile .catalog-section-element .intec-min-button.add[data-compare-add][data-compare-in=false],
	.intec-catalog-section-tile .catalog-section-element .intec-min-button.added[data-compare-added][data-compare-in=true]{
		display: block;
		opacity: 1;
	}
}

@media (max-width:470px) {
	.intec-catalog-section-tile .element-wrap {
		padding: 25px;
	}
}



@media all and (max-width: 450px){
	.intec-catalog-section-tile[data-line-count="4"] .element-wrap {
		padding: 10px;
	}
	.intec-catalog-section-tile[data-line-count="4"] .min-button-block {
		display: none;
	}
	.intec-catalog-section-tile[data-line-count="4"] .element-name {
		font-size: 12px;
		line-height: 18px;
		height: 54px;
		text-align: center;
		margin-top: 10px;
	}
	.intec-catalog-section-tile[data-line-count="4"] .price-block {
		height: auto;
		text-align: center;
		margin-bottom: 20px;
	}
	.intec-catalog-section-tile[data-line-count="4"] .price-value {
		float: none;
	}
	.intec-catalog-section-tile[data-line-count="4"] .element-description-with-counter .element-price {
		font-size: 14px;
		line-height: 21px;
		height: 21px;
		text-align: center;
	}
	.intec-catalog-section-tile[data-line-count="4"] .element-description-with-counter .element-old-price {
		font-size: 10px;
		line-height: 15px;
		height: 15px;
		text-align: center;
	}
	.intec-catalog-section-tile[data-line-count="4"] .element-buys {
		display: none;
		float: none;
		margin-top: 5px;
		margin-bottom: 5px;
	}
	.intec-catalog-section-tile[data-line-count="4"] .counter-wrapper {
		display: none;
		height: auto !important;
	}
	.intec-catalog-section-tile[data-line-count="4"] .counter-wrapper .counter-block {
		display: none;
	}
	.intec-catalog-section-tile[data-line-count="4"] .counter-wrapper .item-quantity {
		display: none;
		text-align: center;
		margin-bottom: 10px;
	}
	.intec-catalog-section-tile[data-line-count="4"] .counter-wrapper .buttons-block {
		display: none;
		text-align: center;
		margin-bottom: 10px;
	}
}

.element-wrap .quantity-block {
    position: absolute;
    top: 10px;
    left: 10px;
}
/* End */


/* Start:/local/templates/universelite_s1/components/intec.universe/widget/markers/style.css?17205033641721*/
.intec-marks {
    display: block;
    position: absolute;
    z-index: 10;
    top: 0;
    left: 0;
}
.intec-marks .intec-mark {
    display: block;
    margin: 6px 4px;
    padding: 6px 5px;
    font-size: 12px;
    line-height: 1;
    text-align: center;
    background: #fff;
    border-radius: 15px;
}
.intec-marks .intec-mark.hit {
    width: 39px;
    color: #ffffff;
}
.intec-marks .intec-mark.recommend {
    width: 70px;
    color: #ffffff;
}
.intec-marks .intec-mark.new {
    width: 63px;
    color: #ffffff;
}
.intec-marks .intec-mark.share {
    width: 63px;
    color: #ffffff;
}
.intec-marks .intec-mark.action {
    width: 50px;
    background: #d02a45;
    color: #ffffff;
}
.intec-marks .intec-mark.new {
    background: #0a71ff;
    background: -moz-linear-gradient(top, #0a71ff 0%, #0478ff 50%, #017cff 100%);
    background: -webkit-linear-gradient(top, #0a71ff 0%,#0478ff 50%,#017cff 100%);
    background: linear-gradient(to bottom, #0a71ff 0%,#0478ff 50%,#017cff 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0a71ff', endColorstr='#017cff',GradientType=0 );
}
.intec-marks .intec-mark.hit {
    background: #1bcda1;
}
.intec-marks .intec-mark.hit {
    background: #e1c954;
}
.intec-marks .intec-mark.recommend {
    background: #f8862a;
    background: -moz-linear-gradient(top, #f8862a 0%, #f85954 50%, #f82880 100%);
    background: -webkit-linear-gradient(top, #f8862a 0%,#f85954 50%,#f82880 100%);
    background: linear-gradient(to bottom, #f8862a 0%,#f85954 50%,#f82880 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f8862a', endColorstr='#f82880',GradientType=0 );
}
/* End */
/* /local/templates/universelite_s1/components/bitrix/catalog/catalog/style.css?17205033654579 */
/* /local/templates/universelite_s1/components/bitrix/catalog.section.list/tile/style.css?178302451712790 */
/* /local/templates/universelite_s1/components/bitrix/system.pagenavigation/.default/style.css?17205033652556 */
/* /local/templates/universelite_s1/components/bitrix/catalog.section/tile/style.css?172050336615162 */
/* /local/templates/universelite_s1/components/intec.universe/widget/markers/style.css?17205033641721 */
