

/* Start:/bitrix/templates/universe_template_s1/components//bitrix/system.pagenavigation/.default/style.css?15828372003734*/
.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{
	padding: 0 8px;
	display: block;
	height: 32px;
	min-width: 32px;
	line-height: 32px;
	font-weight:bold;
	color: #000;
	font-size: 14px;
	border-radius: 4px;
	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;
	height: 32px;
	min-width: 32px;
	line-height: 32px;
	color: #444;
	vertical-align: middle;
	border:1px  solid transparent;
}
.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;
	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{
	line-height: 28px;
	padding: 0 18px;
}
.bx-pagination .bx-pagination-container ul li.bx-pag-next,
.bx-pagination .bx-pagination-container ul li.bx-pag-prev {
	vertical-align:bottom;
}
.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 {
	opacity:1;
}
.bx-pagination .bx-pagination-container ul li.bx-pag-prev a:hover,
.bx-pagination .bx-pagination-container ul li.bx-pag-next a:hover {
	border:1px solid #ccc;
	border-radius: 3px;
}
/*color schemes*/
.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;
}

.bx-pagination .bx-pagination-container ul li.bx-pag-next a span {
	border:0;
	padding: 0 18px;
	color: #444;
	display: block;
	width: 15px;
	opacity:0.4;
	height: 31px;
	background: url(/bitrix/templates/universe_template_s1/components//bitrix/system.pagenavigation/.default/image/arrow_right.png) no-repeat center;
}
.bx-pagination .bx-pagination-container ul li.bx-pag-prev a span {
	border:0;
	padding: 0 18px;
	color: #444;
	display: block;
	width: 15px;
	height: 31px;
	opacity:0.4;
	background: url(/bitrix/templates/universe_template_s1/components//bitrix/system.pagenavigation/.default/image/arrow_left.png) no-repeat center;
}
.show-more.show-more-btn {
	display:block;
	position:relative;
	cursor:pointer;
	width: 150px;
	margin: 20px auto;
	text-align: center;
	color: #0a56d3;
	font-size:14px;
	font-weight: bold;
}
.show-more.show-more-btn i {
	background: #0a56d3;
	border-radius: 100%;
	padding: 6px;
	color: #fff;
	margin-right: 7px;
	font-size: 16px;
	line-height: 0;
	display: inline-block;
	width: 28px;
}
.show-more-btn:hover i:before {
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
	-ms-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
	-webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	-o-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg);
}
/* End */


/* Start:/bitrix/templates/universe_template_s1/components/intec.universe/widget/slider/bitrix/news.list/.default/style.css?17696080209389*/
.news-list-slider {
    display: block;
    position: relative;
    height: 550px;
    overflow: hidden;
}
.news-list-slider .slider-wrapper {
    display: block;
    position: relative;
    z-index: 0;
}
.news-list-slider .slider-wrapper .owl-nav {
    position: absolute;
    top: 50%;
    margin-top: -20px;
    left: 0;
    right: 0;
    font: normal normal normal 14px/1 FontAwesome;;
}
.news-list-slider .slider-wrapper .owl-nav .owl-prev,
.news-list-slider .slider-wrapper .owl-nav .owl-next {
    position: absolute;
    width: 40px;
    height: 40px;
    background-color: transparent;
    border-radius: 50%;
    line-height: 40px;
    text-align: center;
    color: #969696;
    opacity: 0;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -ms-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}
.news-list-slider .slider-wrapper .owl-nav .owl-prev {
    left: 0;
}
.news-list-slider .slider-wrapper .owl-nav .owl-next {
    right: 0;
}
.news-list-slider:hover .slider-wrapper .owl-nav .owl-prev {
    left: 30px;
}
.news-list-slider:hover .slider-wrapper .owl-nav .owl-next {
    right: 30px;
}
.news-list-slider:hover .slider-wrapper .owl-nav .owl-prev,
.news-list-slider:hover .slider-wrapper .owl-nav .owl-next {
    opacity: 1;
    background-color: rgba(255,255,255, 0.25);
}
.news-list-slider:hover .slider-wrapper .owl-nav .owl-prev:hover,
.news-list-slider:hover .slider-wrapper .owl-nav .owl-next:hover {
    background-color: #127cf5;
    color: #FFF;
}
.news-list-slider .slider-wrapper .owl-nav .owl-prev::before {
    content: "\f053";
    padding-right: 2px;
}
.news-list-slider .slider-wrapper .owl-nav .owl-next::before {
    content: "\f054";
    padding-left: 2px;
}
.news-list-slider .slider-item {
    display: block;
    height: 550px;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    text-decoration: none;
    text-align: center;
}
.news-list-slider .slider-item .slider-item-wrapper {
    position: relative;
    margin-left: 0;
    margin-right: 0;
    font-size: 0;
    height:100%;
    white-space: nowrap;
}
.news-list-slider .slider-item .slider-item-wrapper .intec-content {
    height: 100%;
}
.news-list-slider .slider-item .slider-item-wrapper .intec-content::after {
    content: "";
    display: inline-block;
    height: 100%;
    vertical-align: middle;
}
.news-list-slider .slider-item .slider-item-wrapper.left .slider-text-wrapper,
.news-list-slider .slider-item .slider-item-wrapper.right .slider-text-wrapper {
    display: inline-block;
    width:50%;
}
.news-list-slider .slider-item .slider-item-wrapper .slider-image-wrapper {
    height: 100%;
    vertical-align: middle;
    background-repeat: no-repeat;
    background-size: contain;
}
.news-list-slider .slider-item .slider-item-wrapper.left .slider-image-wrapper {
    display: inline-block;
    width: 50%;
}
.news-list-slider .slider-item .slider-item-wrapper.right .slider-image-wrapper {
    display: inline-block;
    width: 50%;
}
/*.news-list-slider .slider-item .slider-item-wrapper.left .slider-image-wrapper img,
.news-list-slider .slider-item .slider-item-wrapper.right .slider-image-wrapper img {
    display: inline-block;
    max-width: 100%;
    width:initial;
}*/
.news-list-slider .slider-item .slider-item-wrapper.left .slider-image-wrapper,
.news-list-slider .slider-item .slider-item-wrapper.right .slider-image-wrapper {
    text-align: center;
}
.news-list-slider .slider-item .slider-item-wrapper.left .slider-text-wrapper .slider-title,
.news-list-slider .slider-item .slider-item-wrapper.left .slider-text-wrapper .slider-description,
.news-list-slider .slider-item .slider-item-wrapper.left .slider-text-wrapper .slider-buttons {
    text-align: left;
}
.news-list-slider .slider-item .slider-item-wrapper.right .slider-text-wrapper .slider-title,
.news-list-slider .slider-item .slider-item-wrapper.right .slider-text-wrapper .slider-description,
.news-list-slider .slider-item .slider-item-wrapper.right .slider-text-wrapper .slider-buttons {
    text-align: right;
}
.news-list-slider .slider-item .slider-item-wrapper .slider-text-wrapper {
    display: inline-block;
    vertical-align: middle;
    min-width:350px;
}
.news-list-slider .slider-item .slider-title {
    font-size: 35px;
    line-height: 1;
    font-weight: 600;
    color: #fff;
    text-align: center;
    white-space: normal;
    font-family: Inter;
}
.news-list-slider .slider-item .slider-description {
    padding-top: 15px;
    font-size: 14px;
    line-height: 17px;
    color: #fff;
    text-align: center;
    white-space: normal;
}
.news-list-slider .slider-item .slider-buttons {
    display: block;
    text-align: center;
    padding-top: 30px;
}
.news-list-slider .slider-dots-wrap {
    display: block;
    position: absolute;
    width: 100%;
    margin-bottom: 22px;
    bottom: 0;
    overflow: visible;
    text-align: center;
    font-size: 0;
}
.news-list-slider .slider-dots {
    display: inline-block;
}
.news-list-slider .slider-dots .owl-dot {
    display: inline-block;
    vertical-align: middle;
    padding: 8px 16px;
}
.news-list-slider .slider-dots .owl-dot .slider-dot {
    display: block;
    width: 11px;
    height: 11px;
    cursor: pointer;
    border: 2px solid #fff;
    border-radius: 50%;

    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;

    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;

    -webkit-transition-property: border, background;
    -moz-transition-property: border, background;
    -ms-transition-property: border, background;
    -o-transition-property: border, background;
    transition-property: border, background;
}
.news-list-slider .slider-dots .owl-dot .slider-dot:hover,
.news-list-slider .slider-dots .owl-dot.active .slider-dot {
    background: #127cf5;
    border-color: #127cf5;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}

@media all and (max-width: 1500px) {
    .news-list-slider{max-height:480px;}
    .news-list-slider .slider-item{max-height:480px;}
}

@media all and (max-width: 850px) {
    .news-list-slider .slider-item .slider-item-wrapper.left .slider-image-wrapper,
    .news-list-slider .slider-item .slider-item-wrapper.right .slider-image-wrapper {
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        width: initial;
        z-index: 1;
        margin-left: 0;
        margin-right: 0;
    }
    .news-list-slider .slider-item .slider-item-wrapper.left .slider-image-wrapper::before,
    .news-list-slider .slider-item .slider-item-wrapper.right .slider-image-wrapper::before {
        content: "";
        display: inline-block;
        height: 100%;
    }
    .news-list-slider .slider-item .slider-item-wrapper.left .slider-text-wrapper,
    .news-list-slider .slider-item .slider-item-wrapper.right .slider-text-wrapper {
        position: relative;
        width: 100%;
        z-index: 2;
    }
    .news-list-slider .slider-item .slider-item-wrapper.right .slider-text-wrapper .slider-title,
    .news-list-slider .slider-item .slider-item-wrapper.right .slider-text-wrapper .slider-description,
    .news-list-slider .slider-item .slider-item-wrapper.right .slider-text-wrapper .slider-buttons,
    .news-list-slider .slider-item .slider-item-wrapper.left .slider-text-wrapper .slider-title,
    .news-list-slider .slider-item .slider-item-wrapper.left .slider-text-wrapper .slider-description,
    .news-list-slider .slider-item .slider-item-wrapper.left .slider-text-wrapper .slider-buttons{
        text-align: center;
    }
}
@media all and (max-width: 720px) {
    .news-list-slider .slider-item .slider-item-wrapper.left .slider-text-wrapper .slider-title,
    .news-list-slider .slider-item .slider-item-wrapper.left .slider-text-wrapper .slider-description,
    .news-list-slider .slider-item .slider-item-wrapper.left .slider-text-wrapper .slider-buttons,
    .news-list-slider .slider-item .slider-item-wrapper.right .slider-text-wrapper .slider-title,
    .news-list-slider .slider-item .slider-item-wrapper.right .slider-text-wrapper .slider-description,
    .news-list-slider .slider-item .slider-item-wrapper.right .slider-text-wrapper .slider-buttons {
        text-align: center;
    }
    .news-list-slider .slider-item .slider-item-wrapper {
        margin-left: 30px;
        margin-right: 30px;
    }
    .news-list-slider .slider-wrapper .owl-nav .owl-prev {
        left: 10px;
    }
    .news-list-slider .slider-wrapper .owl-nav .owl-next {
        right: 10px;
    }
    .news-list-slider .slider-wrapper .owl-nav .owl-prev {
        left: 30px;
    }
    .news-list-slider .slider-wrapper .owl-nav .owl-next {
        right: 30px;
    }
    .news-list-slider .slider-wrapper .owl-nav .owl-prev,
    .news-list-slider .slider-wrapper .owl-nav .owl-next {
        opacity: 1;
        background-color: rgba(255,255,255, 0.25);
    }
}
@media all and (max-width: 600px) {
    .news-list-slider .slider-item .slider-item-wrapper.left .slider-image-wrapper,
    .news-list-slider .slider-item .slider-item-wrapper.right .slider-image-wrapper {
        display: none;
    }
    .news-list-slider .slider-item .slider-title {
        font-size: 25px;
        line-height: 1.5;
    }
}
/* End */


/* Start:/bitrix/templates/universe_template_s1/components/intec.universe/widget/icons/intec.universe/iblock.elements/.default/style.css?15828372005302*/
/* Grid */
.widget-icons .icons-3 {
    width: 33.333333%;
}
.widget-icons .icons-4 {
    width: 25%;
}
.widget-icons .icons-5 {
    width: 20%;
}
.widget-icons .icons-3, .widget-icons .icons-4, .widget-icons .icons-5 {
    padding-left: 30px;
    padding-right: 30px;
    margin-bottom: 30px;
    display: inline-block;
    vertical-align: top;
}

/* Header */
.widget-icons .widget-icons-header {
    font-size: 28px;
    font-weight: bold;
    line-height: 34px;
    color: #2c2c2d;
    padding-bottom: 5px;
}
.widget-icons .widget-icons-header + .widget-icons-content {
    margin-top: 15px;
}

/* Common */
.widget-icons .widget-icons-content {
    margin-left: -30px;
    margin-right: -30px;
    font-size: 0;
}

/* Default view */
/*.widget-icons .widget-icons-content .icons-default {
    dis
}*/
.widget-icons .widget-icons-content .icons-default .icons-default-wrapper {
    display: block;
}
.widget-icons .widget-icons-content .icons-default .icons-picture-wrapper {
    position: relative;
    display: block;
    width: 50px;
    height: 50px;
    margin-bottom: 10px;
}
.widget-icons .widget-icons-content .icons-default .icon-picture-bg {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    display: block;
}
.widget-icons .widget-icons-content .icons-default .icons-picture {
    position: absolute;
    top: 5px;
    bottom: 5px;
    left: 5px;
    right: 5px;
    display: block;
    text-decoration: none;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
}
.widget-icons .widget-icons-content .icons-default .icons-name-text,
.widget-icons .widget-icons-content .icons-default .icons-name-link {
    display: block;
    text-decoration: none;
    -webkit-transition: 0.4s;
    transition: 0.4s;
}

/* Centered */
.widget-icons .widget-icons-content .icons-default .icons-picture-wrapper.icon-center {
    margin-right: auto;
    margin-left: auto;
}

/* Float-left */
/*.widget-icons .widget-icons-content .icons-left-float,*/
.widget-icons .widget-icons-content .icons-left-float .icons-left-float-wrapper {
    display: block;
}
.widget-icons .widget-icons-content .icons-left-float .icons-picture-wrapper {
    position: relative;
    display: block;
    width: 50px;
    height: 50px;
    float: left;
}
.widget-icons .widget-icons-content .icons-left-float .icon-picture-bg {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    display: block;
}
.widget-icons .widget-icons-content .icons-left-float .icons-picture {
    position: absolute;
    top: 5px;
    bottom: 5px;
    left: 5px;
    right: 5px;
    display: block;
    text-decoration: none;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
}
.widget-icons .widget-icons-content .icons-left-float .icons-name-wrapper {
    display: table;
    margin-left: 65px;
    text-decoration: none;
    min-height: 50px;
    height: 100%;
}
.widget-icons .widget-icons-content .icons-left-float .icons-name-text,
.widget-icons .widget-icons-content .icons-left-float .icons-name-link {
    display: table-cell;
    vertical-align: middle;
    -webkit-transition: 0.4s;
    transition: 0.4s;
}

/* With-description */
.widget-icons .widget-icons-content .icons-left-float .icons-name-wrapper .icons-with-description {
    display: table-cell;
    vertical-align: middle;
}
.widget-icons .widget-icons-content .icons-left-float .icons-name-wrapper .icons-with-description .icons-name-link,
.widget-icons .widget-icons-content .icons-left-float .icons-name-wrapper .icons-with-description .icons-name-text {
    display: block;
    vertical-align: initial;
    -webkit-transition: 0.4s;
    transition: 0.4s;
}
.widget-icons .widget-icons-content .icons-left-float .icons-name-wrapper .icons-with-description .icons-description-text {
    display: block;
    padding-top: 10px;
}

/* Error */
.widget-icons .no-elements {
    font-size: 15px;
    color: red;
}

@media all and (max-width: 900px) {
    .widget-icons .icons-left-float.icons-3,
    .widget-icons .icons-left-float.icons-4,
    .widget-icons .icons-left-float.icons-5 {
        width: 50%;
    }
    /*.widget-icons .icons-left-float.icons-3:nth-child(3n+1),
    .widget-icons .icons-left-float.icons-4:nth-child(4n+1),
    .widget-icons .icons-left-float.icons-5:nth-child(5n+1) {
        clear: none;
    }
    .widget-icons .icons-left-float.icons-3:nth-child(2n+1),
    .widget-icons .icons-left-float.icons-4:nth-child(2n+1),
    .widget-icons .icons-left-float.icons-5:nth-child(2n+1) {
        clear: left;
    }*/
}
@media all and (max-width: 720px) {
    .widget-icons .icons-3,
    .widget-icons .icons-4,
    .widget-icons .icons-5 {
        width: 50%;
    }
    /*.widget-icons .icons-3:nth-child(3n+1),
    .widget-icons .icons-4:nth-child(4n+1),
    .widget-icons .icons-5:nth-child(5n+1) {
        clear: none;
    }
    .widget-icons .icons-3:nth-child(2n+1),
    .widget-icons .icons-4:nth-child(2n+1),
    .widget-icons .icons-5:nth-child(2n+1) {
        clear: left;
    }*/
}
@media all and (max-width: 500px) {
    .widget-icons .icons-left-float.icons-3,
    .widget-icons .icons-left-float.icons-4,
    .widget-icons .icons-left-float.icons-5 {
        width: 100%;
    }
}
/* End */


/* Start:/bitrix/templates/universe_template_s1/components/intec.universe/widget/categories/style.css?1765823450987*/
.widget-categories .title {
    font-size: 28px;
    font-weight: bold;
    line-height: 34px;
    color: #2c2c2d;
    margin-bottom: 5px;
}
.widget-categories .title.text-center {
    text-align:center;
}
.widget-categories .title + .intec-sections-tile-1 {
    margin-top: 20px;
}
.widget-categories .description {
    font-size: 13px;
    line-height: 17px;
    color: #626262;
    margin-bottom: 20px;
}
.widget-categories .description.text-center {
    text-align:center;
}
.popular_category_wrap .popular_category_item{width:32%;}
.popular_category_wrap .popular_category_item h4 a{font-size:16px;}
.popular_category_wrap .popular_category_item .popular_category_item_image img{border-radius:8px;}
.popular_category_wrap .popular_category_item .popular_category_item_descr{padding:5px 15px 5px 0;}
@media (max-width: 900px) {
    .popular_category_wrap .popular_category_item{width:32%;}
}
@media (max-width: 640px) {
    .popular_category_wrap .popular_category_item{width:49%;}
}
/* End */


/* Start:/bitrix/templates/universe_template_s1/components/intec.universe/catalog.customsection.list/new/style.css?15828372002818*/
.intec-sections-tile-1 {
	display: block;
	font-size: 0;
	box-sizing: border-box;
}
.intec-sections-list-1 {
	display: block;
	width: 100%;
	margin: 0 0 15px 0;
	font-size: 0;
	box-sizing: border-box;
}
.intec-sections-list-1 .col {
	display: inline-block;
	vertical-align: top;
}
.intec-sections-list-1 .col-2 { width: 50%; }
.intec-sections-list-1 .col-3 { width: 33.33%; }
.intec-sections-list-1 .col-4 { width: 25%; }
.intec-sections-list-1 .col-5 { width: 20%; }
.intec-sections-list-1 .col-6 { width: 16.66%; }

.intec-sections-list-1 > div {
	padding: 0;
	margin: 0;
	transition: 0.5s;
}

.intec-sections-list-1 .element {
	position: relative;
	height: auto;
	padding: 0 30px 30px 0;
	box-sizing: border-box;
	overflow: hidden;
}

.intec-sections-list-1 .image {
	display: block;
	float: left;
	width: 120px;
	height: 120px;
	text-align: center;
}

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

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

.intec-sections-list-1 .image img {
	display: inline-block;
	max-width: 120px;
	max-height: 120px;
	vertical-align: middle;
}

.intec-sections-list-1 .intec-section-info {
	box-sizing: border-box;
	margin-left: 120px;
	padding: 0 10px 0 25px;
	overflow: hidden;
}
.intec-sections-list-1 .intec-section-name {
	display: inline-block;
	margin-bottom: 8px;
	font-size: 18px;
	font-weight: 500;
	color: #222222;
	cursor: pointer;
    text-decoration: none;
}
.intec-sections-list-1 .intec-section-name:hover {
	text-decoration: none;
}

.intec-sections-list-1 .intec-subsections {
	display: block;
	font-size: 0;
}
.intec-sections-list-1 .intec-subsection {
	display: inline-block;
	padding: 0 12px 0 0;
	text-decoration: none;
	line-height: 20px;
	font-size: 13px;
	color: #666666;
}

.intec-sections-list-1 .intec-section-name:hover,
.intec-sections-list-1 .intec-subsection:hover,
.intec-sections-list-1 .intec-subsection:hover span {}
.intec-sections-list-1 .intec-subsection span {
	color: #222222;
}

.intec-sections-list-1 .intec-section-description {
	display: block;
	max-height: 65px;
	margin-top: 10px;
	font-size: 13px;
	line-height: 21px;
	color: #888888;
	overflow: hidden;
}

@media (max-width:767px) {
	.intec-sections-list-1 .col {
		width: 50%
	}
	.intec-sections-list-1 .col.col-2 {
		width: 100%;
	}
	.intec-sections-list-1 .intec-section-description {
		font-size: 12px;
		line-height: 18px;
	}
	.intec-sections-list-1 .image img {
		max-width: 80px;
		max-height: 80px;
	}
	.intec-sections-list-1 .image {
		width: 80px;
		height: 80px;
	}
	.intec-sections-list-1 .intec-section-info {
		margin-left: 80px;
	}
}
@media (max-width:450px) {
	.intec-sections-list-1 .element {
		height: auto;
		margin-bottom: 20px;
	}
	.intec-sections-list-1 .col {
		width: 100%
	}
}

/* End */


/* Start:/bitrix/templates/universe_template_s1/components/intec.universe/widget/catalog.categories/bitrix/catalog.section/.default/style.css?176786586712323*/
.widget-catalog-categories .title {
    font-size: 28px;
    font-weight: bold;
    line-height: 34px;
    color: #2c2c2d;
    margin-bottom: 5px;
}
.widget-catalog-categories .title.text-center {
    text-align:center;
}
.widget-catalog-categories .title + .widget-catalog-categories {
    margin-top: 20px;
}
.widget-catalog-categories .description {
    font-size: 13px;
    line-height: 17px;
    color: #626262;
    margin-bottom: 20px;
}
.widget-catalog-categories .description.text-center {
    text-align:center;
}
.widget-catalog-categories .fa-arrow-left,
.widget-catalog-categories .fa-arrow-right {
    font-size:12px;
    color: #abaaaa;
}
.widget-catalog-categories {
    display: block;
}
.widget-catalog-categories .widget-catalog-categories-desktop {
    display: block;
}
.widget-catalog-categories .widget-catalog-categories-mobile {
    display: none;
}

/** Common **/
.widget-catalog-categories .widget-catalog-categories-view {
    display: block;
}
.widget-catalog-categories .widget-catalog-categories-tabs {
    display: block;
    text-align: center;
    font-size: 0;
    border-bottom: none;
    margin-bottom: 20px;
}
.widget-catalog-categories .widget-catalog-categories-tabs .widget-catalog-categories-tab {
    display: inline-block;
    vertical-align: middle;
    margin-bottom: 0;
    border: none;
    float: none;
}
.widget-catalog-categories .widget-catalog-categories-tabs .widget-catalog-categories-tab a {
    display: block;
    border: none !important;
    border-bottom: 2px solid transparent !important;
    color: #363532 !important;;
    text-decoration: none;
    font-size: 16px;
    font-weight: 500;
    background: transparent !important;
    padding: 4px 0;
    margin: 0 20px;
}
.widget-catalog-categories .widget-catalog-categories-tabs .widget-catalog-categories-tab a:hover,
.widget-catalog-categories .widget-catalog-categories-tabs .widget-catalog-categories-tab.active a {
    border-color: #3e6af8 !important;;
    color: #3e6af8 !important;;
}
.widget-catalog-categories .widget-catalog-categories-tabs-content {
    display: block;
    position: relative;
}
.widget-catalog-categories .widget-catalog-categories-slider-wrap {
    display: block;
    position: relative;
}
.widget-catalog-categories .widget-catalog-categories-product {
    display: block;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0 6px;
    margin-top: 10px;
    margin-bottom: 30px;
}
.widget-catalog-categories .widget-catalog-categories-product .widget-catalog-categories-product-wrapper {
    display: block;
    position: relative;
    padding: 25px;
}
.widget-catalog-categories .widget-catalog-categories-product .widget-catalog-categories-product-substrate {
    display: block;
    position: absolute;
    background: #fff;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    border-radius: 5px;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    -webkit-transition-property: top, right, bottom, left, box-shadow;
    -moz-transition-property: top, right, bottom, left, box-shadow;
    -ms-transition-property: top, right, bottom, left, box-shadow;
    -o-transition-property: top, right, bottom, left, box-shadow;
    transition-property: top, right, bottom, left, box-shadow;
}
.widget-catalog-categories .widget-catalog-categories-product:hover .widget-catalog-categories-product-substrate {
    top: -10px;
    right: -10px;
    bottom: -10px;
    left: -10px;
    -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);
}
.widget-catalog-categories .widget-catalog-categories-product:hover {
    z-index: 1;
}
.widget-catalog-categories .widget-catalog-categories-product .widget-catalog-categories-product-image {
    display: block;
    position: relative;
    height: 250px;
    margin-bottom: 30px;
}
.widget-catalog-categories .widget-catalog-categories-product .widget-catalog-categories-product-image .widget-catalog-categories-product-image-wrapper {
    display: block;
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat;
    height: 100%;
}
.widget-catalog-categories .widget-catalog-categories-product .widget-catalog-categories-product-image .widget-catalog-categories-product-button {
    display: none;
    position: absolute;
    top: 110px;
    right: 20px;
    left: 0;
    border-radius: 4px;
}
.widget-catalog-categories .widget-catalog-categories-product:hover .widget-catalog-categories-product-image .widget-catalog-categories-product-button {
    display: block;
}
.widget-catalog-categories .widget-catalog-categories-product .widget-catalog-categories-product-image .widget-catalog-categories-product-button[data-basket-add][data-basket-in=true],
.widget-catalog-categories .widget-catalog-categories-product .widget-catalog-categories-product-image .widget-catalog-categories-product-button[data-basket-added][data-basket-in=false] {
    display: none;
}
.widget-catalog-categories .widget-catalog-categories-product .widget-catalog-categories-product-image .widget-catalog-categories-product-button.loading-container {
    font-size: 0;
}

.widget-catalog-categories .widget-catalog-categories-product .widget-catalog-categories-product-image .widget-catalog-categories-product-labels {
    display: block;
    overflow: hidden;
}
.widget-catalog-categories .widget-catalog-categories-product .widget-catalog-categories-product-image .widget-catalog-categories-product-labels .widget-catalog-categories-product-labels-wrapper {
    display: block;
    margin: -2px;
    overflow: hidden;
    font-size: 0;
    text-decoration: none;
}
.widget-catalog-categories .widget-catalog-categories-product .widget-catalog-categories-product-image .widget-catalog-categories-product-labels .widget-catalog-categories-product-label {
    display: inline-block;
    padding: 2px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.widget-catalog-categories .widget-catalog-categories-product .widget-catalog-categories-product-image .widget-catalog-categories-product-labels .widget-catalog-categories-product-label .widget-catalog-categories-product-label-wrapper {
    display: block;
    border-radius: 14px;
    padding: 5px 10px 4px 10px;
    text-decoration: none;
    font-size: 12px;
    line-height: 16px;
}
.widget-catalog-categories .widget-catalog-categories-product .widget-catalog-categories-product-image .widget-catalog-categories-product-labels .widget-catalog-categories-product-label.widget-catalog-categories-product-label-discount .widget-catalog-categories-product-label-wrapper {
    background: #e82a49;
    color: #ffffff;
}
.widget-catalog-categories .widget-catalog-categories-product .widget-catalog-categories-product-image .widget-catalog-categories-product-labels .widget-catalog-categories-product-label.widget-catalog-categories-product-label-new .widget-catalog-categories-product-label-wrapper {
    background: #ff4f00;
    color: #ffffff;
}
.widget-catalog-categories .widget-catalog-categories-product .widget-catalog-categories-product-image .widget-catalog-categories-product-labels .widget-catalog-categories-product-label.widget-catalog-categories-product-label-recommend .widget-catalog-categories-product-label-wrapper {
    background: #5775d2;
    color: #ffffff;
}
.widget-catalog-categories .widget-catalog-categories-product .widget-catalog-categories-product-image .widget-catalog-categories-product-labels .widget-catalog-categories-product-label.widget-catalog-categories-product-label-hit .widget-catalog-categories-product-label-wrapper {
    background: #3392c4;
    color: #ffffff;
}
.widget-catalog-categories .widget-catalog-categories-product .widget-catalog-categories-product-name {
    display: block;
    position: relative;
    height: 40px;
    overflow: hidden;
    margin-bottom: 10px;
}
.widget-catalog-categories .widget-catalog-categories-product .widget-catalog-categories-product-name .widget-catalog-categories-product-name-wrapper {
    color: #363532;
    font-size: 16px;
    line-height: 20px;
    text-decoration: none;
}
.widget-catalog-categories .widget-catalog-categories-product .widget-catalog-categories-product-section {
    display: block;
    position: relative;
    height: 17px;
    overflow: hidden;
    margin-bottom: 12px;
}
.widget-catalog-categories .widget-catalog-categories-product .widget-catalog-categories-product-section .widget-catalog-categories-product-section-wrapper {
    color: #888b92;
    font-size: 13px;
    line-height: 17px;
    text-decoration: none;
}
.widget-catalog-categories .widget-catalog-categories-product .widget-catalog-categories-product-price {
    display: block;
    position: relative;
    height: 21px;
    line-height: 1;
    overflow: hidden;
}
.widget-catalog-categories .widget-catalog-categories-product .widget-catalog-categories-product-price .widget-catalog-categories-product-price-new {
    color: #363532;
    vertical-align: middle;
    font-size: 18px;
    line-height: 21px;
    margin-right: 10px;
}
.widget-catalog-categories .widget-catalog-categories-product .widget-catalog-categories-product-price .widget-catalog-categories-product-price-old {
    color: #f00;
    vertical-align: middle;
    font-size: 12px;
    line-height: 16px;
}
.widget-catalog-categories .widget-catalog-categories-dots {
    display: block;
    font-size: 0;
    text-align: center;
}
.widget-catalog-categories .widget-catalog-categories-dots.disabled {
    opacity: 0;
}
.widget-catalog-categories .widget-catalog-categories-dots .owl-dot {
    display: inline-block;
    vertical-align: middle;
    width: 10px;
    height: 10px;
    border: 1px solid #bcbcbc;
    border-radius: 50%;
    cursor: pointer;
    margin: 10px;
}
.widget-catalog-categories .widget-catalog-categories-dots .owl-dot.active {
    background: #3e6af8;
    border-color: #3e6af8;
}
/** /Common **/

/** Desktop **/
.widget-catalog-categories .widget-catalog-categories-desktop .widget-catalog-categories-navigation {
    display: block;
    position: absolute;
    top: 0;
    right: -40px;
    left: -40px;
    height: 100%;
    font-size: 0;
    white-space: nowrap;
}
.widget-catalog-categories .widget-catalog-categories-desktop .widget-catalog-categories-navigation .widget-catalog-categories-navigation-wrapper {
    display: inline-block;
    vertical-align: middle;
    width: 100%;
}
.widget-catalog-categories .widget-catalog-categories-desktop .widget-catalog-categories-navigation .widget-catalog-categories-navigation-next,
.widget-catalog-categories .widget-catalog-categories-desktop .widget-catalog-categories-navigation .widget-catalog-categories-navigation-previous {
    display: block;
    font-size: 20px;
    cursor: pointer;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    -webkit-transition-property: color;
    -moz-transition-property: color;
    -ms-transition-property: color;
    -o-transition-property: color;
    transition-property: color;
}
.widget-catalog-categories .widget-catalog-categories-desktop .widget-catalog-categories-navigation .widget-catalog-categories-navigation-next {
    float: right;
}
.widget-catalog-categories .widget-catalog-categories-desktop .widget-catalog-categories-navigation .widget-catalog-categories-navigation-previous {
    float: left;
}
.widget-catalog-categories .widget-catalog-categories-desktop .widget-catalog-categories-navigation .widget-catalog-categories-navigation-next:hover,
.widget-catalog-categories .widget-catalog-categories-desktop .widget-catalog-categories-navigation .widget-catalog-categories-navigation-previous:hover {
    color: #116afc;
}
.widget-catalog-categories .widget-catalog-categories-desktop .widget-catalog-categories-slider-wrap {
    margin: 0 40px;
}
/** /Desktop **/

@media all and (max-width: 720px) {
    .widget-catalog-categories .widget-catalog-categories-desktop {
        display: none;
    }
    .widget-catalog-categories .widget-catalog-categories-mobile {
        display: block;
    }
}
/* End */
/* /bitrix/templates/universe_template_s1/components//bitrix/system.pagenavigation/.default/style.css?15828372003734 */
/* /bitrix/templates/universe_template_s1/components/intec.universe/widget/slider/bitrix/news.list/.default/style.css?17696080209389 */
/* /bitrix/templates/universe_template_s1/components/intec.universe/widget/icons/intec.universe/iblock.elements/.default/style.css?15828372005302 */
/* /bitrix/templates/universe_template_s1/components/intec.universe/widget/categories/style.css?1765823450987 */
/* /bitrix/templates/universe_template_s1/components/intec.universe/catalog.customsection.list/new/style.css?15828372002818 */
/* /bitrix/templates/universe_template_s1/components/intec.universe/widget/catalog.categories/bitrix/catalog.section/.default/style.css?176786586712323 */
