.select_text {
    background-color: #f6f6f6;
    padding: 20px 20px 20px 25px;
    position: relative;
    margin: 15px 0;
}
.select_text:before {
    content: " ";
    display: block;
    width: 4px;
    background-color: #cacaca;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}
.select_text_green {
    background-color: #fbdfee;
    padding: 20px 20px 20px 25px;
    position: relative;
    margin: 15px 0;
}
.select_text_green:before {
    content: " ";
    display: block;
    width: 4px;
    background-color: #ff1493;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}
.static_page ol {
    counter-reset:myCounter;
    margin-left:0;
    padding-left:5px;
    color: rgb(100,100,100);
}

.static_page ul, ul.line {
    line-height: 2;
}

.static_page li, ul.line li, .bx_page ul li, .promo-detail-content ul li {
    margin-bottom: 15px;
    position: relative;
    padding-left: 50px;
    list-style: none;
    break-inside: avoid-column;
}
.static_page ul li:before, ul.line li:before, .bx_page ul li:before, .promo-detail-content ul li:before {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    top: 15px;
    width: 30px;
    height: 3px;
    background-color: #ff1493;
}
.footer-item-copy{
    margin-top: 22px;
}
.footer-item-copy-item a,
.footer-item-copy-item span{
    display: inline-block;
    vertical-align: middle;
    font-size: 14px;
    color: #000;
    -webkit-transition: color .2s ease-out;
    transition: color .2s ease-out;
}
.modal-form-bitrix24{
    display: none;
    position: fixed;
    top:0;
    left: 0;
    width: 100%;
    background-color:  rgba(0,0,0,0.4);
    height: 100%;
    z-index: 100000;
}
.modal-form-bitrix24.open{
    display: block;
}
.modal-form-bitrix24-content{
    width: 40%;
    margin: auto;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    height: 512px;
}
.modal-form-bitrix24-close{
    position: absolute;
    right: 10px;
    top: 10px;
    background-image: url(http://webkrayt.ru/close.svg);
    width: 20px;
    height: 20px;
    background-position: center;
    background-size: 20px;

}

.cpr--mobile-icon{
    padding-top: 0px !important;
}
.pozvonim-mobile-hide-button{
    left: 75% !important;  
}


@media (min-width: 1200px) {
    .bx-nav-1-lvl > a .bx-nav-1-lvl-link-text, nav ul li span.more_dot {
       
        font-size: 12px!important;
        
    }
}