/* Bootstrap manual */

.example .top-line{
	position: relative;
    left: 0;
    height: 60px;
    width: 100%;
    background: #e2e3eb;
	min-width: 100%;
    padding: 0;
}
.example .top-line .navbar-form{
	padding: 0 20px;
    margin: 18px 0;
    height: 26px;
	float: left !important;
}

.example .top-line .navbar-form .input-group{
	margin-top: 0px;
}

.example .top-line .btn {
    padding: 1px 10px;
}
.example .input-group-btn.open .caret:after {
    content: "\f106";
}
.example .caret:after {
    content: "\f107";
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    padding: 0;
    color: #000;
    margin-left: 5px;
    vertical-align: 0;
    border-top: 0;
    border-right: 0;
    border-bottom: 0;
    border-left: 0;
}
.example .top-line .find-text-input{
	margin-top:2px;
}

.m {
    margin: 0;
	padding: 20px;
    background: #e2e3eb;
}
.m li {
    list-style-type: none;
}
.m li a {
    text-decoration: none;
    padding: 0 0 10px 0;
    display: block;
}
.nazvanie {
    padding: 0;
    width: 100%;
    margin: 40px 0;
    display: flex;
    font-size: 60px;
    font-weight: 700;
    color: #cfcfd8;
    text-transform: uppercase;
    line-height: 46px;
    word-wrap: normal;
}
.nazvanie span {
    background: #fff url(/images/pattern_grey.jpg) top left repeat;
    content: " ";
    width: 100%;
    margin-left: 30px;
}
.prim{
    color: #d44950;
    padding: 10px;
    /* background: #ccc; */
    border: 1px solid #d44950;
	margin-bottom:20px;
}
.prim ul li{
	padding:5px;
}
.bs-example>.dropdown>.dropdown-menu{
	position: static;
    display: block;
    margin-bottom: 5px;
}

.just_pro__auto-pre{
    white-space: pre-line;
}





  


















































