

/* Start:/bitrix/components/nrj/psiz.products.index/templates/.default/style.css?17167234152757*/
.products-box{
    margin-top: 5rem;
    margin-bottom: 3rem;
}
.products .carousel-cell{
    width: 33.333333%;
}
.products .carousel-cell a,
.products .carousel-cell a:hover{
    text-decoration: none;
}
.products .carousel-cell .respirator-box{
    margin: 1rem;
    background-color: #fff;
    text-decoration: none;
    display: block;
    position: relative;
    border: 1px solid #f3f3f3;
    -webkit-transition:.5s;
    -o-transition:.5s;
    transition:.5s;
}
.products .carousel-cell .respirator-box:hover{
    -webkit-box-shadow:0 0 45px #ccc;
    box-shadow:0 0 15px #ccc;
    -webkit-transition:.5s;
    -o-transition:.5s;
    transition:.5s;
}
.products .carousel-cell .respirator-box .img{
    background-position: center;
    background-repeat: no-repeat;
    background-size: auto 90%;
    height: 15rem;
    -webkit-transition:.5s;
    -o-transition:.5s;
    transition:.5s;
}
.products .carousel-cell .respirator-box:hover .img{
    background-size: auto 95%;
    -webkit-transition:.5s;
    -o-transition:.5s;
    transition:.5s;
}
.products .carousel-cell .respirator-box .text-box{
    /*height: 14rem;*/
}
.products .carousel-cell .respirator-box .text-box .name{
    text-align: center;
}
.products .carousel-cell .respirator-box .text-box .text{
    padding: 1rem;
    font-size: 90%;

}
.products .carousel-cell .respirator-box .text-box .text > div{
    margin-bottom: 1rem;
    line-height: 120%;
}
.products .carousel-cell .respirator-box .text-box .text table{
    margin-bottom: 0.4rem;
}
.products .carousel-cell .respirator-box .text-box .text table td,
.products .carousel-cell .respirator-box .text-box .text table th{
    vertical-align: top;
    padding-bottom: 0.6rem;
}
.products .carousel-cell .respirator-box .text-box .text table th{
    font-family: 'montserratbold';
    font-weight: normal;
}
.products .flickity-prev-next-button.previous{
    left: -50px;
}
.products .flickity-prev-next-button.next{
    right: -50px;
}
.products .flickity-prev-next-button .arrow{
    fill: #005392;
}
.products .flickity-prev-next-button{
    transition: all 0.3s ease;
}
.products .flickity-prev-next-button:hover{
    transition: all 0.3s ease;
}
.products .flickity-prev-next-button{
    display: none;
}

@media (max-width: 768px) {
    .products .carousel-cell{
        width: 100%;
    }
    .products .carousel-cell .respirator-box .text-box .text{
        font-size: 100%;
    }

    .products .flickity-prev-next-button{
        display: block;
        width: 30px;
        height: 30px;
    }
    .products .flickity-prev-next-button.previous{
        margin-left: 0;
        left: -15px;
    }
    .products .flickity-prev-next-button.next{
        margin-left: 0;
        right: -15px;
        left: auto;
    }
}
/* End */


/* Start:/bitrix/components/nrj/psiz.partners.list/templates/index/style.css?17167234152244*/
.partners-box,
.partners-stat-box{
    padding-top: 3rem;
    padding-bottom: 3rem;
}
.partners-box .carousel-cell{
    width: 25%;
}
.partners-box .carousel-cell a,
.partners-box .carousel-cell a:hover,
.partners-stat-box .carousel-cell a,
.partners-stat-box .carousel-cell a:hover{
    text-decoration: none;
}
.partners-box .carousel-cell .partner,
.partners-stat-box .carousel-cell .partner{
    border: 1px solid #f3f3f3;
    -webkit-transition:.3s;
    -o-transition:.3s;
    transition:.3s;
    margin: 1rem;
    padding: 1rem;
    display: block;
}
.partners-box .carousel-cell .partner:hover,
.partners-stat-box .carousel-cell .partner:hover{
    -webkit-box-shadow:0 0 45px #ccc;
    box-shadow:0 0 15px #ccc;
    -webkit-transition:.3s;
    -o-transition:.3s;
    transition:.3s;
}
.partners-box .carousel-cell .partner .img,
.partners-stat-box .carousel-cell .partner .img{
    height: 7rem;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 95% auto;
    background-repeat: no-repeat;
    -webkit-transition:.3s;
    -o-transition:.3s;
    transition:.3s;
}
.partners-box .carousel-cell .partner:hover .img,
.partners-stat-box .carousel-cell .partner:hover .img{
    background-size: 100% auto;
    -webkit-transition:.3s;
    -o-transition:.3s;
    transition:.3s;
}



@media (max-width: 768px) {
    .partners-box .carousel-cell{
        width: 100%;
    }
    .partners-stat-box{
        padding-top: 2rem;
        padding-bottom: 1rem;
    }
    .partners-stat-box .carousel-cell .partner{
        padding: 0;
        padding-left: 0.3rem;
        padding-right: 0.3rem;
        margin: 0.5rem;
    }
    .partners-stat-box .carousel-cell .partner .img{
        height: 6rem;
    }
    .partners-stat-box .justify-content-center{
        margin: 0;
    }

    .partners-box .flickity-prev-next-button{
        display: block;
        width: 30px;
        height: 30px;
    }
    .partners-box .flickity-prev-next-button.previous{
        margin-left: 0;
        left: -15px;
    }
    .partners-box .flickity-prev-next-button.next{
        margin-left: 0;
        right: -15px;
        left: auto;
    }
    .partners-box .flickity-prev-next-button .arrow {
        fill: #005392;
    }
}
/* End */


/* Start:/bitrix/components/nrj/psiz.feedback/templates/index/style.css?17167234152320*/
.index-form .container{
    padding-right: 0px;
    padding-left: 0px;
}
.index-form .container .col-md-6,
.index-form .container .col-12{
    margin-bottom: 30px;
}

.index-form .container input[type='text']{
    width: 100%;
    padding: 0.5rem;
    font-weight: 500;
    font-size: 1.2rem;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    border: 1px solid #ccc;
    box-shadow: inset 0 1px 3px #ddd;
}

.index-form .container input[type='text']::-moz-placeholder {color: #ccc;}
.index-form .container input[type='text']::-webkit-input-placeholder { color: #ccc; }
.index-form .container input[type='text']:-ms-input-placeholder { color: #ccc; }
.index-form .container input[type='text']::-ms-input-placeholder { color: #ccc; }
.index-form .container input[type='text']::placeholder { color: #ccc; }

.index-form .container textarea{
    width: 100%;
    height: 10rem;
    padding: 0.5rem;
    font-weight: 500;
    font-size: 1.2rem;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    border: 1px solid #ccc;
    box-shadow: inset 0 1px 3px #ddd;
}

.index-form .container textarea::-moz-placeholder {color: #ccc;}
.index-form .container textarea::-webkit-input-placeholder { color: #ccc; }
.index-form .container textarea:-ms-input-placeholder { color: #ccc; }
.index-form .container textarea::-ms-input-placeholder { color: #ccc; }
.index-form .container textarea::placeholder { color: #ccc; }
.grecaptcha-badge {
    visibility: hidden;
}
.index-form .container .error-box input[type="text"],
.index-form .container .error-box textarea{
    border-color: red;
}
.error-text{
    font-size: 0.7rem;
    color: red;
    display: none;
    position: absolute;

}
.success-box{
    display: none;
    margin-top: -1rem;
    margin-bottom: 2rem;
}
.success-box .h5{
    color: #015493;
    font-weight: 500;
}
.success-box .h5 span{
    color: red;
    font-weight: 500;
}
@media (max-width: 768px) {
    .success-box{
        margin-top: 1rem;
        margin-bottom: 1rem;
    }
    .feedback-box .h3{
        text-align: center;
    }
    .feedback-box .h5{
        line-height: 1.5;
        font-size: 1rem;
        text-align: center;
        margin-bottom: 2rem;
    }
    .feedback-box .line-box span{
        margin: 0 auto;
    }
}
/* End */
/* /bitrix/components/nrj/psiz.products.index/templates/.default/style.css?17167234152757 */
/* /bitrix/components/nrj/psiz.partners.list/templates/index/style.css?17167234152244 */
/* /bitrix/components/nrj/psiz.feedback/templates/index/style.css?17167234152320 */
