

/* Start:/bitrix/templates/matilda_s1/components/bitrix/system.pagenavigation/.default/style.css?16853555083734*/
.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/matilda_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/matilda_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/matilda_s1/components/intec.universe/widget/slider/bitrix/news.list/.default/style.css?16853555089096*/
.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/matilda_s1/components/intec.universe/widget/icons/intec.universe/iblock.elements/.default/style.css?16853555085302*/
/* 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/matilda_s1/components/intec.universe/main.form/template.1/style.css?16853555084294*/
.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/matilda_s1/components/intec.universe/main.sections/template.2/style.css?16853555082603*/
.c-sections.c-sections-template-2 .widget-header + .widget-content {
  margin-top: 35px;
}
.c-sections.c-sections-template-2 .widget-element {
  padding-right: 30px;
  padding-bottom: 30px;
}
.c-sections.c-sections-template-2 .widget-element-wrap {
  overflow: hidden;
}
.c-sections.c-sections-template-2 .widget-element-picture {
  display: block;
  width: 120px;
  height: 120px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
.c-sections.c-sections-template-2 .widget-element-text {
  padding-left: 25px;
  overflow: hidden;
}
.c-sections.c-sections-template-2 .widget-element-name {
  display: block;
  font-size: 18px;
  line-height: 21px;
  text-decoration: none;
  overflow: hidden;
  text-overflow: ellipsis;
  color: #222222;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -ms-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.c-sections.c-sections-template-2 .widget-element-section {
  margin-top: 10px;
}
.c-sections.c-sections-template-2 .widget-element-section-element {
  font-size: 13px;
  line-height: 20px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  margin-right: 15px;
}
.c-sections.c-sections-template-2 .widget-element-section-name {
  text-decoration: none;
  color: #666666;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -ms-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.c-sections.c-sections-template-2 .widget-element-section-count {
  color: #222222;
}
.c-sections.c-sections-template-2 .intec-grid-item-2 .widget-element-section {
  font-size: 0;
}
.c-sections.c-sections-template-2 .intec-grid-item-2 .widget-element-section-element {
  display: inline-block;
  margin-right: 15px;
}
@media all and (max-width: 1000px) {
  .c-sections.c-sections-template-2 intec-grid-item-2 .widget-element-section-element {
    display: block;
  }
  .c-sections.c-sections-template-2 .widget-element-picture {
    width: 100px;
    height: 100px;
  }
}
@media all and (max-width: 768px) {
  .c-sections.c-sections-template-2 .widget-element-picture {
    width: 80px;
    height: 80px;
  }
}
@media all and (max-width: 550px) {
  .c-sections.c-sections-template-2 .widget-element {
    padding-right: 0;
  }
  .c-sections.c-sections-template-2 .widget-element-section {
    font-size: 0;
  }
  .c-sections.c-sections-template-2 .widget-element-section-element {
    display: inline-block !important;
    margin-right: 15px;
  }
  .c-sections.c-sections-template-2 .widget-element-section-element {
    line-height: 25px;
  }
}

/*# sourceMappingURL=style.css.map */

/* End */


/* Start:/bitrix/elements/intec.constructor/image/style.css?1685355434676*/
.ns-intec-constructor.block-element.block-element-image {
    display: block;
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
}
.ns-intec-constructor.block-element.block-element-image .block-element-image-border {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    -webkit-transition: 350ms;
    -moz-transition: 350ms;
    -ms-transition: 350ms;
    -o-transition: 350ms;
    transition: 350ms;
    -webkit-transition-property: border-color;
    -moz-transition-property: border-color;
    -ms-transition-property: border-color;
    -o-transition-property: border-color;
    transition-property: border-color;
}
/* End */


/* Start:/bitrix/elements/intec.constructor/text/style.css?16853554342077*/
.ns-intec-constructor.block-element.block-element-text {
    display: block;
    font-size: medium;
    line-height: normal;
    letter-spacing: normal;
}
.ns-intec-constructor.block-element.block-element-text p {
    display: block;
    margin-top: 1em;
    margin-bottom: 1em;
    margin-left: 0;
    margin-right: 0;
}
.ns-intec-constructor.block-element.block-element-text form {
    display: block;
    margin-top: 0;
}
.ns-intec-constructor.block-element.block-element-text h1 {
    display: block;
    font-size: 2em;
    margin-top: 0.67em;
    margin-bottom: 0.67em;
    margin-left: 0;
    margin-right: 0;
    font-weight: bold;
}
.ns-intec-constructor.block-element.block-element-text h2 {
    display: block;
    font-size: 1.5em;
    margin-top: 0.83em;
    margin-bottom: 0.83em;
    margin-left: 0;
    margin-right: 0;
    font-weight: bold;
}
.ns-intec-constructor.block-element.block-element-text h3 {
    display: block;
    font-size: 1.17em;
    margin-top: 1em;
    margin-bottom: 1em;
    margin-left: 0;
    margin-right: 0;
    font-weight: bold;
}
.ns-intec-constructor.block-element.block-element-text h4 {
    display: block;
    font-size: 1em;
    margin-top: 1.33em;
    margin-bottom: 1.33em;
    margin-left: 0;
    margin-right: 0;
    font-weight: bold;
}
.ns-intec-constructor.block-element.block-element-text h5 {
    display: block;
    font-size: 0.83em;
    margin-top: 1.67em;
    margin-bottom: 1.67em;
    margin-left: 0;
    margin-right: 0;
    font-weight: bold;
}
.ns-intec-constructor.block-element.block-element-text h6 {
    display: block;
    font-size: 0.67em;
    margin-top: 2.33em;
    margin-bottom: 2.33em;
    margin-left: 0;
    margin-right: 0;
    font-weight: bold;
}
.ns-intec-constructor.block-element.block-element-text pre {
    display: block;
    font-family: monospace;
    margin: 1em 0;
    white-space: pre;
}
.ns-intec-constructor.block-element.block-element-text address {
    display: block;
    font-style: italic;
}
.ns-intec-constructor.block-element.block-element-text div {
    display: block;
}
/* End */


/* Start:/bitrix/elements/intec.constructor/shape/style.css?1685355434861*/
.ns-intec-constructor.block-element.block-element-shape {
    display: block;
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
    background-position: center center;
    background-repeat: no-repeat;
}
.ns-intec-constructor.block-element.block-element-shape.block-element-shape-rectangle {}
.ns-intec-constructor.block-element.block-element-shape.block-element-shape-circle {
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}
.ns-intec-constructor.block-element.block-element-shape .block-element-shape-border {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}
.ns-intec-constructor.block-element.block-element-shape.block-element-shape-circle .block-element-shape-border {
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}
/* End */


/* Start:/bitrix/templates/matilda_s1/components/intec.universe/widget/brands/bitrix/news.list/.default/style.css?16853555082914*/
.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 */


/* Start:/bitrix/templates/matilda_s1/components/intec.universe/main.categories/template.5/style.css?16853555081488*/
.c-categories.c-categories-template-5 .widget-header + .widget-content {
    margin-top: 25px;
}
.c-categories.c-categories-template-5 .widget-content {
    margin-left: -10px;
    margin-right: -10px;
}
.c-categories.c-categories-template-5 .widget-element {
    position: relative;
    height: 300px;
}
.c-categories.c-categories-template-5 .widget-element-wrapper {
    position: absolute;
    top: 10px;
    left: 10px;
    right: 10px;
    bottom: 10px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    overflow: hidden;
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    -ms-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
}
.c-categories.c-categories-template-5 .widget-element-wrapper: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-5 .widget-element-name-wrap {
    position: absolute;
    top: 15px;
    right: 15px;
    bottom: 15px;
    left: 15px;
    font-size: 0;
    text-align: center;
}
.c-categories.c-categories-template-5 .widget-element-name {
    display: inline-block;
    vertical-align: middle;
    font-size: 14px;
    line-height: 1.5;
    color: white;
    background-color: #1f1f1f;
    padding: 8px 15px;
    opacity: 0.9;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

/* End */


/* Start:/bitrix/templates/matilda_s1/components/intec.universe/main.gallery/template.2/style.css?16853555082262*/
.c-gallery.c-gallery-template-2 .grid-4 {
    width: 25%;
}
.c-gallery.c-gallery-template-2 .grid-6 {
    width: 16.666666%;
}

.c-gallery.c-gallery-template-2 .widget-header + .widget-content {
    margin-top: 25px;
}
.c-gallery.c-gallery-template-2 .widget-content-wrapper {
    font-size: 0;
    text-align: center;
}
.c-gallery.c-gallery-template-2 .widget-element-wrap {
    display: inline-block;
    vertical-align: top;
}
.c-gallery.c-gallery-template-2 .widget-element {
    overflow: hidden;
    cursor: pointer;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.c-gallery.c-gallery-template-2 .widget-element.with-delimiter {
    margin: 3px;
}
.c-gallery.c-gallery-template-2 .widget-element .widget-picture {
    max-width: 100%;
    padding-top: 100%;
    height: 0;
    overflow: hidden;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    -ms-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
}
.c-gallery.c-gallery-template-2 .widget-element:hover .widget-picture {
    transform: scale(1.2);
}
.c-gallery.c-gallery-template-2 .widget-element img {
    display:block;
}
.c-gallery.c-gallery-template-2 .widget-footer {
    margin-top: 25px;
}
.c-gallery.c-gallery-template-2 .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-gallery.c-gallery-template-2 .widget-footer-all:hover {
    color: #FFF;
}

@media all and (max-width: 1000px) {
    .c-gallery.c-gallery-template-2 .grid-6 {
        width: 25%;
    }
}
@media all and (max-width: 720px) {
    .c-gallery.c-gallery-template-2 .grid-6,
    .c-gallery.c-gallery-template-2 .grid-4 {
        width: 33.333333%;
    }
}
@media all and (max-width: 500px) {
    .c-gallery.c-gallery-template-2 .grid-6,
    .c-gallery.c-gallery-template-2 .grid-4 {
        width: 50%;
    }
}
/* End */


/* Start:/bitrix/templates/matilda_s1/components/intec.universe/main.reviews/template.5/style.css?16853555082897*/
.c-reviews.c-reviews-template-5 .widget-header + .widget-content {
  margin-top: 25px;
}
.c-reviews.c-reviews-template-5 .widget-element {
  position: relative;
  padding-bottom: 14px;
}
.c-reviews.c-reviews-template-5 .widget-element-wrapper {
  position: relative;
  height: 100%;
  padding: 20px 20px 120px 20px;
  border: 1px solid #f1f1f1;
  background-color: #FFF;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  border-radius: 7px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -ms-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.c-reviews.c-reviews-template-5 .widget-element-wrapper:hover {
  -webkit-box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.2);
}
.c-reviews.c-reviews-template-5 .widget-element-text {
  font-size: 14px;
  line-height: 21px;
  margin-bottom: 40px;
}
.c-reviews.c-reviews-template-5 .widget-element-info {
  display: table-cell;
  vertical-align: middle;
  padding-left: 10px;
}
.c-reviews.c-reviews-template-5 .widget-element-info-wrap {
  position: absolute;
  left: 20px;
  right: 20px;
  bottom: 20px;
  height: 100px;
  padding-top: 20px;
  border-top: 1px solid #ececec;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.c-reviews.c-reviews-template-5 .widget-element-info-container {
  display: table;
  width: 100%;
  height: 100%;
}
.c-reviews.c-reviews-template-5 .widget-element-picture {
  display: table-cell;
  width: 80px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
.c-reviews.c-reviews-template-5 .widget-element-name {
  font-size: 14px;
  line-height: 20px;
  max-height: 40px;
  overflow: hidden;
  text-overflow: ellipsis;
}
.c-reviews.c-reviews-template-5 .widget-element-position {
  font-size: 12px;
  line-height: 18px;
  color: #cecece;
  margin-top: 4px;
  max-height: 36px;
  overflow: hidden;
}
.c-reviews.c-reviews-template-5 .widget-footer {
  padding-top: 16px;
}
.c-reviews.c-reviews-template-5 .widget-footer-all {
  display: inline-block;
  font-size: 14px;
  font-weight: normal;
  line-height: 25px;
  text-decoration: none;
  padding: 7px 12px;
  border: 1px solid;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -ms-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.c-reviews.c-reviews-template-5 .widget-footer-all:hover {
  color: #FFF;
}
@media all and (max-width: 720px) {
  .c-reviews.c-reviews-template-5 .widget-element-text {
    font-size: 12px;
    line-height: 18px;
  }
}

/*# sourceMappingURL=style.css.map */

/* End */


/* Start:/bitrix/templates/matilda_s1/components/intec.universe/main.widget/form.1/style.css?16853555086772*/
.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/matilda_s1/components/intec.universe/main.widget/form.1/bitrix/form.result.new/.default/style.css?1685355508216*/
.white-link a{
    color:#fff;
    text-decoration: underline;
}
.white-link .intec-contest-checkbox.checked:after{
    background-color: #fff !important;
}
.white-link .intec-contest-checkbox{
    margin-top: 4px;
}
/* End */


/* Start:/bitrix/templates/matilda_s1/components/intec.universe/widget/articles/intec.universe/iblock.elements/.default/style.css?16853555084624*/
.widget-articles-content .articles-header {
    font-size: 28px;
    font-weight: bold;
    line-height: 34px;
    color: #2c2c2d;
    margin-bottom: 5px;
}
.widget-articles-content .articles-header.text-center {
    text-align: center;
}
.widget-articles-content .articles-description {
    font-size: 13px;
    line-height: 20px;
    color: #626262;
    margin-bottom: 20px;
}
.widget-articles-content .articles-description.text-center {
    text-align: center;
}
.widget-articles-content .widget-articles {
    margin-left: -10px;
    margin-right: -10px;
}
.widget-articles-content .widget-articles .widget-element {
    display: block;
    float: left;
    width: 25%;
}
.widget-articles-content .widget-articles .widget-element.element-big {
    width: 50%;
}
.widget-articles-content .widget-articles .element-wrapper {
    position: relative;
    padding-bottom: 380px;
}
.widget-articles-content .widget-articles .element-wrapper .element {
    position: absolute;
    top: 10px;
    bottom: 10px;
    left: 10px;
    right: 10px;
    border: 1px solid #e8e8e8;
    border-radius: 5px;
    overflow: hidden;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}
.widget-articles-content .widget-articles .widget-element.element-big .element {
    border: none;
}
.widget-articles-content .widget-articles .element-wrapper .element:hover {
    -webkit-box-shadow: 2px 5px 15px rgba(0, 0, 0, 0.3);
    -moz-box-shadow:  2px 5px 15px rgba(0, 0, 0, 0.3);
    box-shadow:  2px 5px 15px rgba(0, 0, 0, 0.3);
}
.widget-articles-content .widget-articles .element-wrapper .picture {
    display: block;
    height: 180px;
    background-size: cover;
}
.widget-articles-content .widget-articles .element-big .element-wrapper .picture {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    height: initial;
	z-index: 1;
}
.widget-articles-content .widget-articles .element-wrapper .header {
    display: block;
    color: inherit;
    text-decoration: none;
    margin-top: 25px;
    padding: 0 25px;
    font-weight: bold;
    max-height: 40px;
    overflow: hidden;
    -webkit-transition: 0.4s;
    transition: 0.4s;
}
.widget-articles-content .widget-articles .element-big .element-wrapper .element .fade-bg {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	pointer-events: none;
	-webkit-transition: 0.5s;
	transition: 0.5s;
	z-index: 2;
}
.widget-articles-content .widget-articles .element-big .element-wrapper .element:hover .fade-bg {
	background: rgba(0, 0, 0, 0.5);
}
.widget-articles-content .widget-articles .element-big .element-wrapper .text-wrapper {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	padding-bottom: 25px;
	pointer-events: none;
	z-index: 5
}
.widget-articles-content .widget-articles .element-big .element-wrapper .header {
    max-width: 480px;
    max-height: initial;
    padding: 0 25px 0 25px;
    pointer-events: none;
	margin-top: 0;
}
.widget-articles-content .widget-articles .element-big .element-wrapper .header span {
    font-size: 18px;
    color: #FFF;
    line-height: 1.5;
    padding: 5px 15px;
    -webkit-box-decoration-break: clone;
    box-decoration-break: clone;
    background-color: #000;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}
.widget-articles-content .widget-articles .element-wrapper .description {
    margin-top: 15px;
    padding: 0 25px;
    max-height: 60px;
    overflow: hidden;
}
.widget-articles-content .widget-articles .element-big .description {
	display: block;
	color: #FFF;
	margin-top: 0;
	padding-top: 15px;
	max-height: 75px;
	max-height: 0;
	-webkit-transition: 0.5s;
	transition: 0.5s;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.widget-articles-content .widget-articles .element-big .element:hover .description {
	max-height: 75px;
}


@media all and (max-width: 900px) {
    .widget-articles-content .widget-articles .widget-element {
        width: 33.333333%;
    }
    .widget-articles-content .widget-articles.first-big .widget-element.element-big{
        width: 100%;
    }
    .widget-articles-content .widget-articles.first-big .widget-element {
        width: 50%;
    }
}
@media all and (max-width: 650px) {
    .widget-articles-content .articles-description {
        font-size: 14px;
    }
}
@media all and (max-width: 650px) {
    .widget-articles-content .widget-articles .widget-element {
        width: 50%;
    }
}
@media all and (max-width: 450px) {
    .widget-articles-content .widget-articles .widget-element {
        width: 100%;
    }
    .widget-articles-content .widget-articles.first-big .widget-element {
        width: 100%;
    }
}
/* End */


/* Start:/bitrix/templates/matilda_s1/components/intec.universe/widget/catalog.categories/bitrix/catalog.section/.default/style.css?168535550813207*/
.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: 600;
    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-slider-wrap .widget-catalog-categories-no-slider {
    font-size: 0;
}
.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.grid-3 {
    display: inline-block;
    width: 33.333333%;
}
.widget-catalog-categories .widget-catalog-categories-product.grid-4 {
    display: inline-block;
    width: 25%;
}
.widget-catalog-categories .widget-catalog-categories-product.grid-5 {
    display: inline-block;
    width: 20%;
}
.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: 20px;
    border-radius: 18px;
}
.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: #3eb5f1;
    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: #17ffe6;
    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 {
    display: block;
    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;
    text-decoration: line-through;
}
.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;
    z-index: 0;
}
/** /Desktop **/

/** Mobile **/
.widget-catalog-categories .widget-catalog-categories-mobile .widget-catalog-categories-product {
    margin-left: 20px;
    margin-right: 20px;
}
/** /Mobile **/

@media all and (max-width: 720px) {
    .widget-catalog-categories .widget-catalog-categories-desktop {
        display: none;
    }
    .widget-catalog-categories .widget-catalog-categories-mobile {
        display: block;
        margin: 0 -20px;
    }
    .widget-catalog-categories .widget-catalog-categories-mobile .widget-catalog-categories-product {
        padding: 0;
    }
}
/* End */
/* /bitrix/templates/matilda_s1/components/bitrix/system.pagenavigation/.default/style.css?16853555083734 */
/* /bitrix/templates/matilda_s1/components/intec.universe/widget/slider/bitrix/news.list/.default/style.css?16853555089096 */
/* /bitrix/templates/matilda_s1/components/intec.universe/widget/icons/intec.universe/iblock.elements/.default/style.css?16853555085302 */
/* /bitrix/templates/matilda_s1/components/intec.universe/main.form/template.1/style.css?16853555084294 */
/* /bitrix/templates/matilda_s1/components/intec.universe/main.sections/template.2/style.css?16853555082603 */
/* /bitrix/elements/intec.constructor/image/style.css?1685355434676 */
/* /bitrix/elements/intec.constructor/text/style.css?16853554342077 */
/* /bitrix/elements/intec.constructor/shape/style.css?1685355434861 */
/* /bitrix/templates/matilda_s1/components/intec.universe/widget/brands/bitrix/news.list/.default/style.css?16853555082914 */
/* /bitrix/templates/matilda_s1/components/intec.universe/main.categories/template.5/style.css?16853555081488 */
/* /bitrix/templates/matilda_s1/components/intec.universe/main.gallery/template.2/style.css?16853555082262 */
/* /bitrix/templates/matilda_s1/components/intec.universe/main.reviews/template.5/style.css?16853555082897 */
/* /bitrix/templates/matilda_s1/components/intec.universe/main.widget/form.1/style.css?16853555086772 */
/* /bitrix/templates/matilda_s1/components/intec.universe/main.widget/form.1/bitrix/form.result.new/.default/style.css?1685355508216 */
/* /bitrix/templates/matilda_s1/components/intec.universe/widget/articles/intec.universe/iblock.elements/.default/style.css?16853555084624 */
/* /bitrix/templates/matilda_s1/components/intec.universe/widget/catalog.categories/bitrix/catalog.section/.default/style.css?168535550813207 */
