/*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 #4682B4;
}

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

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

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

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

/*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: #4682B4;
}

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

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

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

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