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

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

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

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

/*background colors of odd and even card at inner page managment */

.managment__item {
    background-color: #f8f8f8;
    border: 1px solid white; }

/*nechetnoe*/
.managment__item:nth-child(even) {
    background-color: #ededed; }

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

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

/*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: #716f6f;
}

/*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: #483D8B;
}

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

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

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

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

/*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: #483D8B;
}
.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; 
}

    /*just color*/
.theme__text--menu {
    color: white;
}

.theme__bg--textline { background: #313131; }

.theme-text__color--textinline { color: #87CEEB; }

.theme__bg--important-news { background: #f2f2f2; }

.nav__link:after{
        content: '\007C'; /*don't forget to use backslash*/
        color: #ffffff;
    }

.express-new .theme__bg--textline {
    background: #0000004a;
    border-top: 1px solid #87CEEB;
}
.navbar {
    border-bottom: 3.5px solid #87CEEB;
}
.navbar button {
    border-color: #fff;
}  
.navbar button span {
    background-color: #fff;
}
.nav-dropdown__button {
    color: #483D8B;
}
.news__card .news__data {
    background: #ccc;
}
.news .button-url {
    background: #483D8B;
}
.reset-link:hover, .reset-link:active, .reset-link:focus {
    color: #727272;
}
.news__card .news__data small {
    color: #fff;
}
.one-block h2:before {
    color: #87CEEB;
}
.one-block h2:after {
    border-top: 2px dotted #87CEEB;
}
.one-block img, .two-block img {
    border-bottom: 10px solid #87CEEB;
}
.two-block h2::first-letter {
    color: #483D8B;
}
.two-block:before {
    background: #87CEEB;
}
.two-block h2:before {
    background: #87CEEB;
}
ul li::marker {
    color: #87CEEB;
}
.soc a {
    color: #87CEEB;
}
.important-sections__card:hover {
    -webkit-box-shadow: 0 4px 50px #87CEEB;
    box-shadow: 0 4px 50px #87CEEB;
}
.one-block h2 svg path, .news h2 svg path {
    fill: #87CEEB;
}
.one-block h2 svg path.line, .news h2 svg path.line {
    stroke: #87CEEB;
}
.news .button-all a:before, .news .button-all a:after {
    background: #483D8B;
}