

/* Start:/bitrix/templates/universesite_s1/components/bitrix/system.pagenavigation/.default/style.css?15450493943734*/
.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/universesite_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/universesite_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/universesite_s1/components/intec.universe/widget/slider/bitrix/news.list/.default/style.css?15450493949096*/
.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:hover .slider-wrapper .owl-nav .owl-prev span,
.news-list-slider:hover .slider-wrapper .owl-nav .owl-next span {
    line-height: 40px;
}
.news-list-slider:hover .slider-wrapper .owl-nav .owl-prev span {
    padding-right: 2px;
}
.news-list-slider:hover .slider-wrapper .owl-nav .owl-next span {
    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: 100px;
    margin-right: 100px;
    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,
.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;
}
.news-list-slider .slider-item .slider-title {
    font-size: 42px;
    line-height: 48px;
    font-weight: bold;
    color: #fff;
    text-align: center;
    white-space: normal;
}
.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: 50px;
}
.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: 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: 50px;
        margin-right: 50px;
    }
    .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/universesite_s1/components/intec.universe/widget/icons/intec.universe/iblock.elements/.default/style.css?15450493945302*/
/* 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/universesite_s1/components/intec.universe/main.categories/template.8/style.css?15450493946021*/
.c-categories.c-categories-template-8 .widget-header + .widget-content {
    margin-top: 25px;
}
.c-categories.c-categories-template-8 .widget-content {
    font-size: 0;
    text-align: left;
    margin: -2px;
}
.c-categories.c-categories-template-8 .widget-element-wrap {
    position: relative;
    display: block;
    vertical-align: top;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 25%;
    float: left;
    padding: 2px;
}
.c-categories.c-categories-template-8 .widget-element-wrap.big-item {
    width: 50%;
}
.c-categories.c-categories-template-8 .widget-element-wrap.grid-item-3 {
    width: 33.333333%
}
.c-categories.c-categories-template-8 .widget-element-wrap.grid-item-3.big-item {
    width: 66.666666%
}
.c-categories.c-categories-template-8 .widget-element {
    display: block;
    padding-top: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-color: #000;
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    -ms-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
    position: relative;
    overflow: hidden;
}
.c-categories.c-categories-template-8 .widget-element-sticker-wrap {
     position: absolute;
     top: 0;
     bottom: 0;
     left: 0;
     right: 0;
}
.c-categories.c-categories-template-8 .widget-element-sticker {
    display: inline-block;
    padding: 5px;
    overflow: hidden;
    text-align: center;
    font-size: 13px;
    font-weight: 600;
    color: #fff;
    background-color: rgba(0, 0, 0, 0.6);
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    padding: 7px 14px 7px 14px;
    margin: 20px;
    height: auto;
    width: auto;
    line-height: 1;
}
.c-categories.c-categories-template-8 .widget-element:hover {
    -webkit-box-shadow: 2px 6px 20px 4px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 2px 6px 20px 4px rgba(0, 0, 0, 0.3);
    box-shadow: 2px 6px 20px 4px rgba(0, 0, 0, 0.3);
}
.c-categories.c-categories-template-8 .widget-element-picture {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-color: #000;
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    -ms-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
    width: 100%;
    height: 100%;
    position: absolute;
    display: block;
    top: 0;
    left: 0;
}
.c-categories.c-categories-template-8 .widget-element:hover .widget-element-picture.zoom {
    transform: scale(1.1);
}
.c-categories.c-categories-template-8 .widget-element-name-wrap {
    display: block;
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
}
.c-categories.c-categories-template-8 .widget-element-name {
    display: inline-block;
    max-width: 90%;
    max-height: 90%;
    margin: 15px;
    padding: 6px 11px;
    font-size: 16px;
    color: #2a2c2f;
    background-color: #fff;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    -ms-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
    vertical-align: bottom;
}
.c-categories.c-categories-template-8 .widget-element:hover .widget-element-name {
    color: #fff;
}
.c-categories.c-categories-template-8 .widget-element .widget-element-fade {
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    -ms-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
}
.c-categories.c-categories-template-8 .widget-element:hover .widget-element-fade {
    background: rgba(0,0,0,0.5);
}

.c-categories.c-categories-template-8 .widget-footer {
    margin-top: 25px;
}
.c-categories.c-categories-template-8 .widget-footer-all {
    display: inline-block;
    font-size: 14px;
    line-height: 1;
    text-decoration: none;
    padding: 15px;
    border: 2px solid;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -ms-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
}
.c-categories.c-categories-template-8 .widget-footer-all:hover {
    color: #FFF;
}

@media all and (max-width: 900px) {
    .c-categories.c-categories-template-8 .widget-element-wrap,
    .c-categories.c-categories-template-8 .widget-element-wrap.big-item {
        width: 33.333333%;
    }
    .c-categories.c-categories-template-8 .widget-element-wrap.grid-item-3,
    .c-categories.c-categories-template-8 .widget-element-wrap.grid-item-3.big-item {
        width: 33.333333%;
    }
}
@media all and (max-width: 768px) {
    .c-categories.c-categories-template-8 .widget-element-wrap,
    .c-categories.c-categories-template-8 .widget-element-wrap.big-item {
        width: 50%;
    }
    .c-categories.c-categories-template-8 .widget-element-wrap.grid-item-3,
    .c-categories.c-categories-template-8 .widget-element-wrap.grid-item-3.big-item {
        width: 50%;
    }
    .c-categories.c-categories-template-8 .widget-content {
        margin: -5px;
    }
    .c-categories.c-categories-template-8 .widget-element-wrap {
        padding: 5px;
    }
    .c-categories.c-categories-template-8 .widget-element-name {
        font-weight: 700;
        font-size: 18px;
    }
}
@media all and (max-width: 500px) {
    .c-categories.c-categories-template-8 .widget-element-wrap,
    .c-categories.c-categories-template-8 .widget-element-wrap.big-item {
        width: 100%;
    }
    .c-categories.c-categories-template-8 .widget-element-wrap.grid-item-3,
    .c-categories.c-categories-template-8 .widget-element-wrap.grid-item-3.big-item {
        width: 100%;
    }
    .c-categories.c-categories-template-8 .widget-content {
        margin: -10px;
    }
    .c-categories.c-categories-template-8 .widget-element-wrap {
        padding: 10px;
    }
}
/* End */


/* Start:/bitrix/templates/universesite_s1/components/intec.universe/main.form/template.1/style.css?15450493944294*/
.c-form.c-form-template-1 .intec-content-wrapper {
    padding: 50px 0;
}
.c-form.c-form-template-1 .widget-content {
    position: relative;
    display: table;
    width: 100%;
}
.c-form.c-form-template-1 .widget-form-text,
.c-form.c-form-template-1 .widget-form-action {
    display: table-cell;
    vertical-align: middle;
}
.c-form.c-form-template-1 .widget-form-text {
    width: auto;
}
.c-form.c-form-template-1 .widget-form-action {
    width: 350px;
    text-align: center;
    font-size: 0;
}
.c-form.c-form-template-1 .widget-form-title {
    font-size: 30px;
    line-height: 1.2;
    font-weight: 900;
    max-width: 600px;
}
.c-form.c-form-template-1 .widget-form-description {
    font-size: 14px;
    line-height: 21px;
    max-width: 650px;
    margin-top: 25px;
}
.c-form.c-form-template-1 .widget-form-button {
    display: inline-block;
    font-size: 16px;
    line-height: 1;
    color: #FFF;
    padding: 20px 60px;
    cursor: pointer;
    -webkit-box-shadow: 0 5px 20px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 5px 20px rgba(0, 0, 0, 0.2);
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.2);
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -ms-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 25px;
}
.c-form.c-form-template-1 .widget-form-button:hover {
    -webkit-box-shadow: 0 5px 20px rgba(0, 0, 0, 0.4);
    -moz-box-shadow: 0 5px 20px rgba(0, 0, 0, 0.4);
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.4);
}
.c-form.c-form-template-1 .view-left .widget-form-title,
.c-form.c-form-template-1 .view-left .widget-form-description {
    float: left;
    text-align: left;
    clear: both;
}
.c-form.c-form-template-1 .view-right .widget-form-title,
.c-form.c-form-template-1 .view-right .widget-form-description {
    float: right;
    text-align: right;
    clear: both;
}
.c-form.c-form-template-1 .widget-content.view-center {
    display: block;
}
.c-form.c-form-template-1 .widget-content.view-center .widget-form-text,
.c-form.c-form-template-1 .widget-content.view-center .widget-form-action {
    display: block;
    width: initial;
}
.c-form.c-form-template-1 .widget-content.view-center .widget-form-action {
    margin-top: 35px;
}
.c-form.c-form-template-1 .widget-content.view-center .widget-form-title,
.c-form.c-form-template-1 .widget-content.view-center .widget-form-description {
    text-align: center;
}
.c-form.c-form-template-1 .widget-content.view-center .widget-form-title {
    margin: auto;
}
.c-form.c-form-template-1 .widget-content.view-center .widget-form-description {
    margin: 25px auto auto auto;
}
.c-form.c-form-template-1 .theme-light .widget-form-title,
.c-form.c-form-template-1 .theme-light .widget-form-description {
    color: #FFF;
}
.c-form.c-form-template-1 .theme-dark .widget-form-title,
.c-form.c-form-template-1 .theme-dark .widget-form-description {
    color: #000;
}

@media all and (max-width: 720px) {
    .c-form.c-form-template-1 .widget-content {
        display: block;
    }
    .c-form.c-form-template-1 .view-left .widget-form-text,
    .c-form.c-form-template-1 .view-left .widget-form-action,
    .c-form.c-form-template-1 .view-right .widget-form-text,
    .c-form.c-form-template-1 .view-right .widget-form-action {
        display: block;
        width: initial;
    }
    .c-form.c-form-template-1 .view-right .widget-form-text {
        padding-bottom: 95px;
    }
    .c-form.c-form-template-1 .view-left .widget-form-action {
        margin-top: 35px;
    }
    .c-form.c-form-template-1 .view-right .widget-form-action {
        position: absolute;
        bottom: 0;
        width: 100%;
    }
    .c-form.c-form-template-1 .view-left .widget-form-title,
    .c-form.c-form-template-1 .view-left .widget-form-description,
    .c-form.c-form-template-1 .view-right .widget-form-title,
    .c-form.c-form-template-1 .view-right .widget-form-description {
        text-align: center;
        margin-left: auto;
        margin-right: auto;
        float: none;
    }
}
@media all and (max-width: 600px) {
    .c-form.c-form-template-1 .widget-form-title {
        font-size: 21px;
    }
    .c-form.c-form-template-1 .widget-form-button {
        font-size: 13px;
    }
}
/* End */


/* Start:/bitrix/templates/universesite_s1/components/intec.universe/main.widget/form.1/style.css?15450493946772*/
.c-form-result-new.c-form-result-new-form-1 .intec-content-wrapper {
    position: relative;
}
.c-form-result-new.c-form-result-new-form-1 .form-result-new-block-bg {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.c-form-result-new.c-form-result-new-form-1 .form-result-new-additional-picture {
    position: absolute;
    top: 0;
    bottom: 0;
    width: 50%;
    background-repeat: no-repeat;
}
.c-form-result-new.c-form-result-new-form-1 .position-left .form-result-new-additional-picture {
    right: 0;
}
.c-form-result-new.c-form-result-new-form-1 .position-right .form-result-new-additional-picture {
    left: 0;
}
.c-form-result-new.c-form-result-new-form-1 .form-result-new-form-wrap {
    position: relative;
    width: 50%;
}
.c-form-result-new.c-form-result-new-form-1 .position-left .form-result-new-form-wrap {
    float: left;
}
.c-form-result-new.c-form-result-new-form-1 .position-right .form-result-new-form-wrap {
    float: right;
}
.c-form-result-new.c-form-result-new-form-1 .position-center .form-result-new-form-wrap {
    margin-left: auto;
    margin-right: auto;
}
.c-form-result-new.c-form-result-new-form-1 .form-result-new-form-background {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
}
.c-form-result-new.c-form-result-new-form-1 .form-result-new-form-content {
    position: relative;
    padding: 80px;
    z-index: 2;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.c-form-result-new.c-form-result-new-form-1 .form-result-new-form-header {
    margin-bottom: 50px;
}
.c-form-result-new.c-form-result-new-form-1 .form-result-new-title {
    font-size: 48px;
    line-height: 54px;
    font-weight: bold;
    text-align: center;
}
.c-form-result-new.c-form-result-new-form-1 .form-result-new-description {
    font-size: 18px;
    line-height: 24px;
    text-align: center;
    margin-top: 15px;
}

.c-form-result-new.c-form-result-new-form-1 .form-result-new-element {
    margin-bottom: 25px;
}
.c-form-result-new.c-form-result-new-form-1 .form-result-new-element-input-wrap {
    position: relative;
}
.c-form-result-new.c-form-result-new-form-1 .form-result-new-input {
    display: block;
    width: 100%;
    min-width: 100%;
    max-width: 100%;
    background-color: transparent;
    border-right: none;
    border-left: none;
    border-top: none;
    border-bottom: 1px solid;
    outline: none;
}
.c-form-result-new.c-form-result-new-form-1 .form-result-new-input::placeholder {
    font-size: 19px;
    color: inherit;
    opacity: 0.5;
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    -ms-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
}
.c-form-result-new.c-form-result-new-form-1 .form-result-new-input:focus::placeholder {
    opacity: 1;
}
.c-form-result-new.c-form-result-new-form-1 .form-result-new-input.type-text,
.c-form-result-new.c-form-result-new-form-1 .form-result-new-input.type-email {
    font-size: 19px;
    line-height: 19px;
    padding: 15px 25px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.c-form-result-new.c-form-result-new-form-1 .form-result-new-input.type-textarea {
    font-size: 14px;
    line-height: 21px;
    padding: 10px 25px;
    max-height: 100px;
    min-height: 100px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.c-form-result-new.c-form-result-new-form-1 .form-result-new-input.type-text.type-captcha {
    min-width: initial;
    max-width: initial;
    width: 180px;
    padding-right: 0;
    margin-top: 10px;
}
.c-form-result-new.c-form-result-new-form-1 .form-result-new-element-input-caption {
    font-size: 19px;
}

.c-form-result-new.c-form-result-new-form-1 .form-result-new-submit {
    font-size: 0;
    text-align: center;
    padding-top: 50px;
}
.c-form-result-new.c-form-result-new-form-1 .form-result-new-submit input {
    display: inline-block;
    font-size: 16px;
    font-weight: bold;
    line-height: 16px;
    padding: 30px 45px;
    border: none;
    outline: none;
    -webkit-border-radius: 38px;
    -moz-border-radius: 38px;
    border-radius: 38px;
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    -ms-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
}
.c-form-result-new.c-form-result-new-form-1 .form-result-new-captcha-title {
    margin-bottom: 10px;
}
.c-form-result-new.c-form-result-new-form-1 .form-result-new-captcha {
    padding-top: 20px;
}
.c-form-result-new.c-form-result-new-form-1 .form-result-new-error,
.c-form-result-new.c-form-result-new-form-1 .form-result-new-captcha-error {
    margin-top: 10px;
}

.c-form-result-new.c-form-result-new-form-1 .form-result-new-sent,
.c-form-result-new.c-form-result-new-form-1 .form-result-new-message {
    min-height: 350px;
    font-size: 25px;
    text-align: center;
}

.c-form-result-new.c-form-result-new-form-1 .theme-light .form-result-new-error .errortext,
.c-form-result-new.c-form-result-new-form-1 .form-result-new-form-wrap.theme-light,
.c-form-result-new.c-form-result-new-form-1 .theme-light .form-result-new-input {
    color: #FFF!important;
    border-color: #FFF;
}
.c-form-result-new.c-form-result-new-form-1 .theme-light .form-result-new-submit input {
    background-color: #FFF;
    color: #333;
}
.c-form-result-new.c-form-result-new-form-1 .theme-light .form-result-new-submit input:hover {
    background-color: #333;
    color: #FFF;
}

.c-form-result-new.c-form-result-new-form-1 .theme-dark .form-result-new-error .errortext,
.c-form-result-new.c-form-result-new-form-1 .form-result-new-form-wrap.theme-dark,
.c-form-result-new.c-form-result-new-form-1 .theme-dark .form-result-new-input {
    color: #333!important;
    border-color: #333;
}
.c-form-result-new.c-form-result-new-form-1 .theme-dark .form-result-new-submit input {
    background-color: #333;
    color: #FFF;
}
.c-form-result-new.c-form-result-new-form-1 .theme-dark .form-result-new-submit input:hover {
    background-color: #FFF;
    color: #333;
}

@media all and (max-width: 1000px) {
    .c-form-result-new.c-form-result-new-form-1 .form-result-new-form-wrap {
        float: none!important;
        margin: auto;
        width: initial;
        max-width: 720px;
    }
    .c-form-result-new.c-form-result-new-form-1 .form-result-new-additional-picture {
        display: none;
    }
}
@media all and (max-width: 720px) {
    .c-form-result-new.c-form-result-new-form-1 .form-result-new-form-content {
        padding: 80px 30px;
    }
    .c-form-result-new.c-form-result-new-form-1 .form-result-new-title {
        font-size: 35px;
        line-height: 40px;
    }
}
/* End */


/* Start:/bitrix/templates/universesite_s1/components/intec.universe/widget/brands/bitrix/news.list/.default/style.css?15450493942914*/
.widget-brands {
    position:relative;
}
.widget-brands .title {
    font-size: 28px;
    font-weight: bold;
    line-height: 34px;
    color: #2c2c2d;
    margin-bottom: 5px;
}
.widget-brands .title.text-center {
    text-align:center;
}
.widget-brands .title + .widget-brands-wrapper {
    margin-top: 20px;
}
.widget-brands .description {
    font-size: 13px;
    line-height: 17px;
    color: #626262;
    margin-bottom: 20px;
}
.widget-brands .description.text-center {
    text-align:center;
}
.widget-brands .widget-brands-navigation .widget-brands-navigation-wrapper {
    display: inline-block;
    vertical-align: middle;
    width: 100%;
}
.widget-brands .widget-brands-navigation {
    display: block;
    position: absolute;
    top: 0;
    right: -10px;
    left: -10px;
    height: 100%;
    font-size: 0;
    white-space: nowrap;
}
.widget-brands .widget-brands-navigation .widget-brands-navigation-next,
.widget-brands .widget-brands-navigation .widget-brands-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;
}
.owl-carousel.widget-brands-slider .owl-item img {
    width: auto;
    max-width: 150px;
    text-align: center;
    margin: 0 auto;
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    filter: grayscale(100%);
    filter: gray;
}
.owl-carousel.widget-brands-slider .owl-item img:hover {
    transform: scale(1.1);
    -webkit-transition-property: -webkit-transform,-webkit-filter;
    transition-property: transform, filter;
    transition-property: transform,-webkit-transform,filter,-webkit-filter;
    -webkit-transition-duration: .1s;
    transition-duration: .1s;
    -webkit-transition-timing-function: linear;
    transition-timing-function: linear;

    -webkit-filter: none;
    -moz-filter: none;
    -ms-filter: none;
    -o-filter: none;
    filter: none;
    filter: none;

}
.widget-brands-wrapper {
    display: block;
    position: relative;
    margin: 0 10px;
}
.widget-brands .widget-brands-navigation .widget-brands-navigation-next {
    float: right;
}
.widget-brands .widget-brands-navigation .widget-brands-navigation-previous {
    float: left;
}
.widget-brands .fa-arrow-left,.widget-brands .fa-arrow-right {
    font-size: 12px;
    color: #abaaaa;
}
.owl-centered.owl-carousel .owl-wrapper {
    display: table !important;
}
.owl-centered.owl-carousel .owl-item {
    display: table-cell;
    float: none;
    padding: 5px;
    vertical-align: middle;
}
.owl-centered.owl-carousel .owl-item > div {
    text-align: center;
}
/* End */
/* /bitrix/templates/universesite_s1/components/bitrix/system.pagenavigation/.default/style.css?15450493943734 */
/* /bitrix/templates/universesite_s1/components/intec.universe/widget/slider/bitrix/news.list/.default/style.css?15450493949096 */
/* /bitrix/templates/universesite_s1/components/intec.universe/widget/icons/intec.universe/iblock.elements/.default/style.css?15450493945302 */
/* /bitrix/templates/universesite_s1/components/intec.universe/main.categories/template.8/style.css?15450493946021 */
/* /bitrix/templates/universesite_s1/components/intec.universe/main.form/template.1/style.css?15450493944294 */
/* /bitrix/templates/universesite_s1/components/intec.universe/main.widget/form.1/style.css?15450493946772 */
/* /bitrix/templates/universesite_s1/components/intec.universe/widget/brands/bitrix/news.list/.default/style.css?15450493942914 */
