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

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

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

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

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

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

/*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: white;
}

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

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

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

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

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

.navbar {
    border-left: 12px solid #FF6347;
}
body.page .navbar {
    border-left: 5px solid #FF6347;
}
.slide__content h1::first-letter {
  color: #FF6347;
}
.nav-dropdown__item:before {
    background-color: #FF6347;
}
body.page .nav-dropdown__content, .cabinet a {
    background-color: #8c3526;
}
.reset-link:hover, .reset-link:active {
    color: #FF6347;
}
.block-heading--aside-lines span:before, .block-heading--aside-lines span:after {
    background-color: #FF6347;
}
.news-block .news__title {
    border-left: 3px solid #FF6347;
}
.one-block > div > div:last-child {
    background: linear-gradient(to right, #a7412fbd 0%, #0000009e 100%);
}
.one-block > div > div:first-child h2:before, .two-block > div > div:last-child h2:before, body.page h2:before {
    background-color: #FF6347;
}
li::marker {
    color: #FF6347;
}
.two-block > div > div:last-child {
    border-left: 10px solid #FF6347;
}
.content-two {
    border-left: 2px dotted #FF6347;
}
.contacts a:hover {
    color: #000;
}
.cabinet a:hover {
    color: yellow;
}
@media screen and (min-width: 320px) and (max-width: 667px) {
    .nav-dropdown__content {
        background-color: #FF6347;
    }
    .nav-dropdown__item:before {
        left: 8px;
    }
}