

/* Start:/bitrix/components/nrj/respirators/templates/.default/style.css?17155137007662*/
/************************section***********************************/
.box-image-1 img,
.box-image-2 img{
    width: 100%;
    height: auto;
}
.design-box{
    min-height: 630px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}
.icon-box{
    height: 100px;
    margin-bottom: 1rem;
}
.icon-box img{
    max-height: 100px;
    width: auto;
}

.design-box .popover-class{
    position: absolute;
    margin-left: -11px;
    margin-top: -11px;

}
.pulse {
    display: block;
    width: 22px;
    height: 22px;
    border-radius: 50%;
    background: #0a71b7;
    cursor: pointer;
    box-shadow: 0 0 0 rgba(13,143,232, 0.6);
    animation: pulse 2s infinite;


}
.pulse:hover {
    animation: none;
}

@-webkit-keyframes pulse {
    0% {
        -webkit-box-shadow: 0 0 0 0 rgba(13,143,232, 0.6);
    }
    70% {
        -webkit-box-shadow: 0 0 0 10px rgba(13,143,232, 0);
    }
    100% {
        -webkit-box-shadow: 0 0 0 0 rgba(13,143,232, 0);
    }
}
@keyframes pulse {
    0% {
        -moz-box-shadow: 0 0 0 0 rgba(13,143,232, 0.6);
        box-shadow: 0 0 0 0 rgba(13,143,232, 0.4);
    }
    70% {
        -moz-box-shadow: 0 0 0 10px rgba(13,143,232, 0);
        box-shadow: 0 0 0 10px rgba(13,143,232, 0);
    }
    100% {
        -moz-box-shadow: 0 0 0 0 rgba(13,143,232, 0);
        box-shadow: 0 0 0 0 rgba(13,143,232, 0);
    }
}

/************************list***********************************/
.element-box{
    margin-bottom: 2rem;
}
.element-box a{
    display: block;
    text-decoration: none;
    color: #000000;
    border: 1px solid #f3f3f3;
    -webkit-transition:.5s;
    -o-transition:.5s;
    transition:.5s;

}
.element-box a:hover{
    -webkit-box-shadow:0 0 45px #ccc;
    box-shadow:0 0 45px #ccc;
    -webkit-transition:.5s;
    -o-transition:.5s;
    transition:.5s;
}
.element-box .h5{

}
.element-box a .container .col-lg-6{
    height: 300px;
    background-repeat: no-repeat;
    background-position: top center;
    background-size: 100% auto;
    -webkit-transition:.5s;
    -o-transition:.5s;
    transition:.5s;
}
.element-box a:hover .container .col-lg-6{
    background-size: 103% auto;
    -webkit-transition:.5s;
    -o-transition:.5s;
    transition:.5s;
}
.element-box a .element-box-picture{

}
.element-box a .element-box-text{
    padding: 1rem;
}
.element-box a .element-box-text .h5,
.element-box a .element-box-text .h5 *{
    margin-bottom: 1rem;
    font-family: 'Montserrat', Arial, Tahoma;
    font-weight: 700;
    font-size: 1.2rem;
}




/************************element***********************************/




.popover{
    font-family: 'Montserrat', Arial, Tahoma;
    font-weight: 500;
    font-size: 0.8rem;
}
.property-price span{
    display: block;
    margin-bottom: 2rem;
}
.property-price span,
.property-price span a{
    font-family: 'Montserrat', Arial, Tahoma;
    font-weight: 500;
    font-size: 1.2rem;
    line-height: 150%;
}

.property-1 span{
    border-bottom: 1px dashed #ed7f2c;
    cursor: pointer;
}
.property-1 span a{
    color: #ed7f2c !important;
}

.carousel-box{
    padding-bottom: 50px;

}

.property-photo .carousel-cell,
.property-photo .carousel-cell a{
    width: 100%;
    height: 500px;
}
.property-photo .carousel-cell a{
    display: block;
    background-position: top;
    background-repeat: no-repeat;
    background-size: cover;
}
.property-photo .flickity-page-dots{
    bottom: -45px;
}
.property-photo .flickity-prev-next-button{
    display: none;
}
.property-photo .flickity-page-dots .dot{
    width: 15px;
    height: 15px;
    background-color: #ffffff;
    border: 2px solid #212529;
}
.property-photo .flickity-page-dots .dot.is-selected{
    background-color: #ed7f2c;
    border: 2px solid #ed7f2c;
}



.property-doc{
    margin-top: 3rem;
    padding-bottom: 6rem;
}

.property-doc .carousel-cell{
    width: 25%;
    height: 280px;

}
.property-doc .carousel-cell a{
    width: 100%;
    height: 280px;
    display: block;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}
.property-doc .flickity-page-dots{
    bottom: -45px;
}
.property-doc .flickity-prev-next-button{
    display: none;
}
.property-doc .flickity-page-dots .dot{
    width: 15px;
    height: 15px;
    background-color: #ffffff;
    border: 2px solid #212529;
}
.property-doc .flickity-page-dots .dot.is-selected{
    background-color: #212529;
}
.respirators-element-box .left-box a{
    color: #212529;
    text-decoration: underline;
}

.respirators-element-box .h5{
    font-size: 1.4rem;
}

.respirators-element-box .video-box{

}

.respirators-element-box .video-box div img{
    width: 100%;
    height: auto;
}


.rub {
    line-height: 1.3rem;
    width: 0.6em;
    border-bottom: 4px solid #ed6e2b;
    display: inline-block;
}
.price-box{
    text-align: center;
}
.price-box,
.price-box > span{
    color: #ed6e2b;
    font-family: 'Montserrat', Arial, Tahoma;
    font-weight: 500;
    font-size: 3.5rem;
}
.price-box > div{
    color: #ed6e2b;
    font-family: 'Montserrat', Arial, Tahoma;
    font-weight: 500;
    font-size: 2.5rem;
}

.feedback-link{
    text-align: center;
    margin-top: 2rem;
}
.feedback-link a{
    color: #fff;
    padding: 1rem 3rem;
    border: 2px solid #ed7f2c;
    background-color: #ed7f2c;
    -webkit-border-radius: 10rem;
    -moz-border-radius: 10rem;
    border-radius: 10rem;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    font-size: 16px;
    font-family: 'Montserrat', Arial, Tahoma;
    font-weight: 500;
    text-transform: uppercase;
    line-height: 0%;
}
.feedback-link a:hover,
.feedback-link a:focus,
.feedback-link a:active{
    text-decoration: none;
    color: #fff;
    background-color: #ed6e2b;
    border-color: #ed6e2b;
}
.feedback-text,
.feedback-text p{
    margin-top: 3rem;
    text-align: center;
    font-size: 20px;
}
.feedback-text p{
    margin-top: 0.5rem;
}
.feedback-text a{
    font-weight: 500;
    font-size: 20px;
}
.feedback-link-mob{
    display: none;
}
.feedback-text a.tel,
.feedback-text a.tel:hover{
    white-space: nowrap;
}
@media (max-width: 992px) {
    .property-doc .carousel-cell{
        width: 50%;
        height: 280px;

    }
    .element-box a .container .col-lg-6{
        background-position: center center;
        height: auto;
    }
    .element-box a .container .col-lg-6.element-box-picture{
        height: 260px;
    }
    .design-box{
        background-size: cover;
    }
}
@media (max-width: 768px) {
    .respirators-element-box .h5{
        font-size: 17px;
    }
    .respirators-element-mb-2{
        margin-bottom: 2rem;
    }
    .feedback-link{
        margin-top: 0rem;
    }
    .price-box{
        margin-bottom: 2rem;
    }
    .price-box,
    .price-box > span{
        font-size: 2.5rem;
    }
    .price-box > div{
        font-size: 1.5rem;
    }
    .rub {
        line-height: 01rem;
        width: 0.5em;
        border-bottom: 3px solid #ed6e2b;
    }

    .feedback-text,
    .feedback-text p,
    .feedback-text a{
        font-size: 17px;
        text-align: left;
    }
    .feedback-link-mob{
        display: block;
    }
    .feedback-link-desk{
        display: none;
    }
    .property-doc .carousel-cell{
        width: 100%;
        height: 280px;
    }
    .element-section-box a{
        height: auto;
    }
    .design-box{
        background-size: contain;
        min-height: 380px;
        margin-bottom: 2rem;
        position: relative;
    }
    .design-box-text{
        -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
        order: -1;
        padding-bottom: 2rem;
    }
}
/* End */
/* /bitrix/components/nrj/respirators/templates/.default/style.css?17155137007662 */
