

/* Start:/bitrix/templates/universe_s1/components/intec.universe/widget/icons/intec.universe/iblock.elements/.default/style.css?17815204702129*/
.widget-icons{
    padding-top: 20px;
}
.widget-icons .row{
    margin: -10px -5px 0;
}
.widget-icons .row .col-6{
    padding: 0 5px;
    margin-top: 10px;
}
.widget-icons .panel{
    border-radius: 8px;
    padding: 10px;
    box-shadow: 0 1px 10px 0 rgba(0, 0, 0, 0.1);
    background: #fff;
    text-align: center;
    height: 100%;
    min-height: 136px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.widget-icons .image{
    margin-bottom: 6px;
}
.widget-icons .title{
    font-weight: 500;
    font-size: 14px;
}

@media (min-width: 576px){
    .widget-icons .panel{
        text-align: left;
        flex-direction: row;
        align-items: center;
        gap: 8px;
    }
    .widget-icons .image{
        margin-bottom: 0;
        flex: 0 0 auto;
        width: 76px;
    }
    .widget-icons .title{
        font-family: "Open Sans", sans-serif;
        font-weight: 600;
        font-size: 16px;
    }
    .widget-icons .desc{
        margin-top: 3px;
        font-size: 14px;
        line-height: 1.25;
    }
    .widget-icons .panel{
        min-height: auto;
        height: auto;
    }
}
@media (min-width: 768px){
    .widget-icons .image{
        width: 50px;
    }
    .widget-icons .panel{
        height: 100%;
    }
}
@media (min-width: 992px){
    .widget-icons .panel{
        gap: 8px;
        padding: 10px;
    }
    .widget-icons .title{
        font-size: 14px;
    }
    .widget-icons .desc {
        font-size: 12px;
    }
}
@media (min-width: 1200px){
    .widget-icons .row{
        margin: -16px -8px 0;
    }
    .widget-icons .row .col-6{
        padding: 0 8px;
        margin-top: 16px;
    }
    .widget-icons .title{
        font-size: 16px;
    }
    .widget-icons .panel{
        gap: 16px;
        padding: 16px;
    }
    .widget-icons .image{
        width: 76px;
    }
    .widget-icons{
        padding-top: 32px;
    }
}
@media (min-width: 1600px){
    .widget-icons .title{
        font-size: 18px;
    }
    .widget-icons .desc{
        font-size: 16px;
    }
    .widget-icons .panel{
        padding: 16px 20px;
        margin-top: 6px;
    }
}
/* End */


/* Start:/bitrix/templates/universe_s1/components/intec.universe/main.brands/template.1/style.css?17815204698708*/
@keyframes c-brands-template-1-animate-arrow-all {
    from {
        padding-left: 0;
        padding-right: 10px;
    }
    50% {
        padding-left: 10px;
        padding-right: 0;
    }
    to {
        padding-left: 0;
        padding-right: 10px;
    }
}

.c-brands.c-brands-template-1 .owl-carousel .widget-element.grid-3,
.c-brands.c-brands-template-1 .owl-carousel .widget-element.grid-4,
.c-brands.c-brands-template-1 .owl-carousel .widget-element.grid-5 {
    display: block;
    width: initial;
    margin-right: 25px;
    margin-left: 25px;
}
.c-brands.c-brands-template-1 {
    position: relative;
}
.c-brands.c-brands-template-1.no-header {
    padding-top: 100px;
}
.c-brands.c-brands-template-1 .widget-header + .widget-content.widget-content-slider {
    margin-top: 55px;
}
.c-brands.c-brands-template-1 .widget-header .widget-title.align-left.right-button,
.c-brands.c-brands-template-1 .widget-header .widget-description.align-left.right-button,
.c-brands.c-brands-template-1 .widget-header .widget-title.align-center.right-button,
.c-brands.c-brands-template-1 .widget-header .widget-description.align-center.right-button,
.c-brands.c-brands-template-1 .widget-header .widget-title.align-right.right-button,
.c-brands.c-brands-template-1 .widget-header .widget-description.align-right.right-button {
    text-align: left;
    padding-right: 300px;
}
.c-brands.c-brands-template-1 .widget-header + .widget-content {
    margin-top: 35px;
}
.c-brands.c-brands-template-1 .widget-content {
    text-align: center;
}
.c-brands.c-brands-template-1 .widget-content.widget-content-grid {
    overflow: hidden;
}
.c-brands.c-brands-template-1 .widget-content.widget-content-grid .widget-elements-wrapper {
    margin: 0 -30px;
    min-width: 60px;
    min-height: 60px;
}
.c-brands.c-brands-template-1 .widget-content.widget-content-grid .widget-element {
    padding: 45px;
}
.c-brands.c-brands-template-1 .widget-element {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.c-brands.c-brands-template-1 .widget-element-image {
    display: block;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    filter: grayscale(1);
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    -ms-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
}
.c-brands.c-brands-template-1 .grid-3 .widget-element-image {
    padding-top: 30%;
}
.c-brands.c-brands-template-1 .grid-4 .widget-element-image {
    padding-top: 35%;
}
.c-brands.c-brands-template-1 .grid-5 .widget-element-image {
    padding-top: 50%;
}
.c-brands.c-brands-template-1 .widget-element-wrapper:hover .widget-element-image {
    filter: none;
    opacity: 1 !important;
}
.c-brands.c-brands-template-1 .widget-footer {
    padding-top: 25px;
}
.c-brands.c-brands-template-1 .widget-footer.align-top-right {
    position: absolute;
    top: 0;
    right: 0;
    padding-top: 5px;
}
.c-brands.c-brands-template-1 .widget-footer-all {
    display: inline-block;
    font-size: 13px;
    line-height: 13px;
    text-decoration: none;
    padding: 18px 30px 18px 40px;
    border: 1.5px solid #e8e8e8;
    white-space: nowrap;
    -webkit-border-radius: 27px;
    -moz-border-radius: 27px;
    border-radius: 27px;
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    -ms-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
}
.c-brands.c-brands-template-1 .widget-footer-all:hover {
    border-color: #B6B6B6;
}
.c-brands.c-brands-template-1 .widget-footer-all-text {
    display: inline-block;
    vertical-align: middle;
    margin-right: 15px;
    color: #000;
}
.c-brands.c-brands-template-1 .widget-footer-all-arrow {
    display: inline-block;
    vertical-align: middle;
    height: 13px;
    fill: #000;
    padding-right: 10px;
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    -ms-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
}
.c-brands.c-brands-template-1 .widget-footer-all:hover .widget-footer-all-arrow {
    padding-right: 0;
    padding-left: 10px;
    animation: c-brands-template-1-animate-arrow-all;
    animation-duration: 2s;
    animation-iteration-count: infinite;
}
.c-brands.c-brands-template-1 .widget-elements-wrapper.owl-carousel {
    position: relative;
}
.c-brands.c-brands-template-1 .widget-elements-wrapper.widget-elements-with-arrows.owl-carousel {
    padding-left: 50px;
    padding-right: 50px;
}
.c-brands.c-brands-template-1 .widget-elements-with-arrows .owl-nav {
    position: absolute;
    display: block;
    pointer-events: none;
    top: 50%;
    left: 0;
    right: 0;
}
.c-brands.c-brands-template-1 .widget-elements-with-arrows .owl-nav .owl-prev,
.c-brands.c-brands-template-1 .widget-elements-with-arrows .owl-nav .owl-next {
    position: absolute;
    display: inline-block;
    width: 35px;
    height: 35px;
    margin-top: -17.5px;
    pointer-events: initial;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    -webkit-transition: background-color 0.4s;
    -moz-transition: background-color 0.4s;
    -ms-transition: background-color 0.4s;
    -o-transition: background-color 0.4s;
    transition: background-color 0.4s;
}
.c-brands.c-brands-template-1 .widget-elements-with-arrows .owl-nav .owl-prev:hover,
.c-brands.c-brands-template-1 .widget-elements-with-arrows .owl-nav .owl-next:hover {
    background-color: #E3E3E3;
}
.c-brands.c-brands-template-1 .widget-elements-with-arrows .owl-nav .owl-prev {
    left: 0;
}
.c-brands.c-brands-template-1 .widget-elements-with-arrows .owl-nav .owl-next {
    right: 0;
}
.c-brands.c-brands-template-1 .widget-elements-with-arrows .owl-nav .owl-prev span,
.c-brands.c-brands-template-1 .widget-elements-with-arrows .owl-nav .owl-next span {
    font-size: 25px;
    line-height: 35px;
}
.c-brands.c-brands-template-1 .widget-elements-with-arrows .owl-nav .owl-prev span {
    padding-right: 2px;
}
.c-brands.c-brands-template-1 .widget-elements-with-arrows .owl-nav .owl-next span {
    padding-left: 2px;
}
.c-brands.c-brands-template-1 .widget-elements-wrapper.widget-elements-with-dots.owl-carousel {
    margin-bottom: 50px;
}
.c-brands.c-brands-template-1 .widget-elements-with-dots .owl-dots {
    position: absolute;
    left: 0;
    right: 0;
    bottom: -50px;
    display: block;
    font-size: 0;
    text-align: center;
    margin-top: 25px;
}
.c-brands.c-brands-template-1 .widget-elements-with-dots .owl-dots .owl-dot {
    display: inline-block;
    margin-left: 10px;
    margin-right: 10px;
    margin-bottom: 10px;
}
.c-brands.c-brands-template-1 .widget-elements-with-dots .owl-dots .owl-dot span {
    display: inline-block;
    width: 12px;
    height: 12px;
    border: 2px solid #000;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: background-color 0.4s;
    -moz-transition: background-color 0.4s;
    -ms-transition: background-color 0.4s;
    -o-transition: background-color 0.4s;
    transition: background-color 0.4s;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}
.c-brands.c-brands-template-1 .widget-elements-with-dots .owl-dots .owl-dot.active span {
    background-color: #000;
}

@media all and (max-width: 800px) {
    .c-brands.c-brands-template-1.no-header {
        padding-top: 0;
    }
    .c-brands.c-brands-template-1 .widget-header .widget-title.align-left.right-button,
    .c-brands.c-brands-template-1 .widget-header .widget-description.align-left.right-button {
        padding-right: 0;
        text-align: left;
    }
    .c-brands.c-brands-template-1 .widget-header .widget-title.align-center.right-button,
    .c-brands.c-brands-template-1 .widget-header .widget-description.align-center.right-button {
        padding-right: 0;
        text-align: center;
    }
    .c-brands.c-brands-template-1 .widget-header .widget-title.align-right.right-button,
    .c-brands.c-brands-template-1 .widget-header .widget-description.align-right.right-button {
        padding-right: 0;
        text-align: right;
    }
    .c-brands.c-brands-template-1 .widget-footer.align-top-right {
        position: relative;
        margin-top: 25px;
        text-align: right;
    }
}
@media all and (max-width: 500px) {
    .c-brands.c-brands-template-1 .widget-elements-wrapper.with-arrows.owl-carousel {
        padding-left: 35px;
        padding-right: 35px;
    }
    .c-brands.c-brands-template-1 .widget-content.widget-content-grid .widget-element {
        padding: 30px;
    }
    .c-brands.c-brands-template-1 .widget-footer.align-top-right {
        text-align: center;
    }
}
/* End */


/* Start:/bitrix/templates/universe_s1/components/intec.universe/main.gallery/template.2/style.css?17815204692262*/
.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/universe_s1/components/altasib/feedback.form/ostavit_otzyv/style.css?17815204695399*/
.alx_feed_back{
    padding:20px 40px;
}
.alx_feed_back .formTitle{
    color:#f59d00;
    font-size: 24px;
    text-align: left;
    margin:0 0 10px;
    font-weight: normal;
}
.alx_feed_back form{
    padding-top: 30px
}
.alx_feed_back form input[type="text"],
.alx_feed_back form textarea{
    width: 100%;
}
.main-user-consent-request a span{
    color:#f59d00;
}
.alx_feed_back .dop_text{
    font-size: 14px;
    color: #fff;
    text-align: left;
}
.alx_feed_back form .afbf_error_text{
    display: none;
}

.lblInp {
    position: relative;
    display: block;
    height: 48px;
    cursor: text;
}
.lblInp input {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 2px;
    padding-left: 32px;
    border: 0;
    border-radius: 2px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.3);
    transition: all 0.3s ease;
    vertical-align: bottom;
    font-size: 16px;
    background-color: #f59d00;
    color:#f59d00;
}
.lblInp input:focus,
.lblInp input.filled {
    height: 100%;
    outline: none;
    background-color: #fff;
    color:#19191f;
}
.lblInp input:focus + label,
.lblInp input.filled + label {
    position: absolute;
    transform: translateY(-34px);
    font-size: 12px;
    color: rgba(255,255,255,0.6);
    padding-left: 0;
}
.lblInp input:focus + label + i,
.lblInp input.filled + label + i {
    transform: translateY(0px);
    visibility: visible;
    transition: transform 0.3s ease;
}
.lblInp input +label {
    color: #fff;
    line-height: 48px;
    padding-left: 30px;
    transform: translateY(0);
    transition: all 0.3s ease;
    pointer-events: none;
}
.lblInp input +label + i {
    position: absolute;
    display: block;
    visibility: hidden;
    left: 10px;
    transform: translateY(10px);
    color: #d8d8d8;
    z-index: 1;
}

.lblInp .fa, .lblInp .fal, .lblInp .fas {
    font-size: 18px;
    top: 16px;
}
.m-btm-40 {
    margin-bottom: 40px;
}


.lblInp textarea {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 2px!important;
    padding-left: 32px;
    border: 0;
    border-radius: 2px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.3);
    transition: all 0.3s ease;
    vertical-align: bottom;
    font-size: 16px;
    background-color: #f59d00;
    color:#f59d00;
}
.lblInp textarea:focus,
.lblInp textarea.filled {
    height: 100%!important;
    outline: none;
    background-color: #fff;
    color:#19191f;
    padding-top:11px
}
.lblInp textarea:focus + label,
.lblInp textarea.filled + label {
    position: absolute;
    transform: translateY(-34px);
    font-size: 12px;
    color: rgba(255,255,255,0.6);
    padding-left: 0;
}
.lblInp textarea:focus + label + i,
.lblInp textarea.filled + label + i {
    transform: translateY(0px);
    visibility: visible;
    transition: transform 0.3s ease;
}
.lblInp textarea +label {
    color: #fff;
    line-height: 48px;
    padding-left: 30px;
    transform: translateY(0);
    transition: all 0.3s ease;
    pointer-events: none;
}
.lblInp textarea +label + i {
    position: absolute;
    display: block;
    visibility: hidden;
    left: 10px;
    transform: translateY(10px);
    color: #d8d8d8;
    z-index: 1;
}
.afbf_error_block{
    display:none;
}

.alx_feed_back form .error_pole .afbf_error_text{
    display: block;
    font-size: 14px;
    color: #df2209;
    margin-top: -40px;
    margin-bottom: 20px;
}
.alx_feed_back .afbf_submit_block .afbf_btn,
.alx_feed_back .afbf_submit_block .form_reset{
    color:#fff;
    border:1px solid #f59d00;
    padding: 10px 25px;
    font-size: 16px;
    border-radius: 5px;
    background-color: transparent;
    outline: none;
    transition: .5s;
    line-height: 1;
}
.alx_feed_back .afbf_submit_block .afbf_btn:hover{
    background-color: #f59d00;
}
.alx_feed_back .afbf_submit_block .form_reset{
    background-color: #f59d00;
    margin-left:15px;
}
.alx_feed_back .afbf_submit_block .form_reset:hover{
    background-color: transparent;
}
.alx_feed_back form .afbf_required_text{
    color:#f59d00;
}
@media (max-width: 450px){
    .alx_feed_back{
        padding: 20px;
    }
    .lblInp{
        height: 30px;
    }
    .lblInp.m-btm-40{
        margin-bottom: 20px;
    }
    .lblInp input +label{
        line-height: 30px;
        font-size: 14px;
        padding-left: 15px;
    }
    .lblInp input:focus + label, .lblInp input.filled + label{
        font-size: 14px;
        transform: translateY(-25px);
    }
    .lblInp .fa, .lblInp .fal, .lblInp .fas{
        display:none;
    }
    .lblInp textarea{
        padding-left: 10px;
    }
    .lblInp textarea +label{
        line-height: 30px;
        font-size: 14px;
        padding-left: 15px;
    }
    .lblInp textarea:focus + label, .lblInp textarea.filled + label{
        font-size: 14px;
        transform: translateY(-25px);
    }
    .lblInp .fa, .lblInp .fal, .lblInp .fas{
        display:none;
    }
    .lblInp textarea{
        padding-left: 10px;
    }
    .alx_feed_back form .error_pole .afbf_error_text{
        margin-top:-20px;
    }
    .lblInp input{padding-left:15px}
    .afbf_submit_block{
        text-align:center;
    }
}
#afbf_err_FID1.alx-feedb-error>div{
   padding:20px 30px;
}
/* End */
/* /bitrix/templates/universe_s1/components/intec.universe/widget/icons/intec.universe/iblock.elements/.default/style.css?17815204702129 */
/* /bitrix/templates/universe_s1/components/intec.universe/main.brands/template.1/style.css?17815204698708 */
/* /bitrix/templates/universe_s1/components/intec.universe/main.gallery/template.2/style.css?17815204692262 */
/* /bitrix/templates/universe_s1/components/altasib/feedback.form/ostavit_otzyv/style.css?17815204695399 */
