/*slider*/
/*slide bg colors*/
.slide__overlay-path{
    fill: #B22222;
}
/*pagination*/
.slick-dots li button:before {
    background-color: #ffffff;
}
.slick-dots li.slick-active button:before {
    box-shadow: 0px 0px 0px 4px #B8860B;
}

.-aside-lines span:before, .-aside-lines span:after{
    background-color: #B22222;
}

/*nav divider symbols*/
.nav__link:after{
    color: #B22222;
}

/*icons size*/
.fa{
    font-size: 20px;
}
/*.theme-colors*/
/*--------text color--------*/

/*accent color. icons and heading in news*/
.theme__text--accent {
    color: #B8860B;
}

/*emergency text, icon and content of important-sections__card*/
.theme__text--danger {
    color: #eace33;
}

/*can set as defaul text color, but not now*/
.theme__text--normal {
    color: white;
}

/*color of nav text first level button and block heading*/
.theme__text--dark {
    color: #716f6f;
}

/*color of nav text first level button in example-3*/
.theme__text--black {
    color: #000000;
}

/*light color of text in header, footer and nav second level */
.theme__text--light {
    color: #ffffff;
}

/*--------background-colors--------*/

/*accent color. lines in hamburger and bg color in direction card at example-3*/
.theme__bg--accent {
    background-color: #B22222;
}

/*bg-color of logo-company section in header*/
.theme__bg--transparent {
    background-color: transparent;
}

/*free var*/
.theme__bg--danger {
    background-color: #B8860B;
}

/*bg color of news card and direction card*/
.theme__bg--normal {
    background-color: #bebebe;
}

/*bg color of header, footer and mobile nav*/
.theme__bg--dark {
    background-color: #353535;
}

/*also bg color of mobile nav at example-3*/
.theme__bg--black {
    background-color: #000000;
}

/*bg color of logo-company shape, nav first level, mobile dropdown second level, news block background, direction card and modal bg color*/
.theme__bg--light {
    background-color: #ffffff;
}

/*hamburger border-color*/

.theme__rad--accent {
    border-color: #B22222;
}
.theme__rad--danger {
    border-color: #f33924;
}
.theme__rad--normal {
    border-color: #cecece;
}
.theme__rad--dark {
    border-color: #555555;
}
.theme__rad--light {
    border-color: #ffffff;
}
.theme__text--hnews { 
    color: #343434; 
}

.slide__content h1, .slide__content h2 {
    background: #B22222;
    color: #fff;
}
.navbar .book, .navbar .cabinet {
    background: #B22222;
}
.navbar .book:hover, .navbar .cabinet:hover {
    background: #621313;
}
.inf > div > div {
    border-left: 9px solid #B22222;
}
.news__description {
    color: #808080;
}
.news .news__title {
    border-left: 3px solid #B22222;
}
.inform h2 span:last-child:before {
    background: #B22222;
}
.inf .news__attribute {
    background: #B22222;
    color: #ffffff;
}
.inf > div > div:before {
    border-left: 2px dotted #B22222;
}
.inf > div > div:after {
    border-bottom: 2px dotted #B22222;
}
footer #menu-footer .sub-menu li:before {
    background-color: #B22222;
}
footer #menu-footer .sub-menu li a:hover, ul li::marker, .card-body a:hover {
    color: #B22222;
}
.one-block > div img, .two-block > div img {
    border: 2px dotted #B22222;
}
.one-block:before, .one-block:after, footer .book {
    background: #B22222;
}
footer .book {
    color: #fff;
}
@media screen and (min-width: 320px) and (max-width: 667px) {
    .navbar .book {
        background:transparent;
        color: #B22222;
    }
}