/*полоса прокрутки*/

::-webkit-scrollbar-track {
background-color:#E5EDF4;
}

::-webkit-scrollbar-thumb {
-webkit-border-radius: 0px;
border-radius: 0px;
background-color:#757575;
}

::-webkit-scrollbar-thumb:hover{
background-color:#FF4800;
}

::-webkit-scrollbar{
width: 6px;
}

/*анимация заголовка*/

.animated-heading .headline-wrapper > * > span > span:after {
    text-shadow: 16px 0px 16px rgba(0, 0, 0, 0.15);
    color: #ff4800;
}
 
.animated-heading .headline-wrapper > * > span > span {
    display: inline-block;
    position: relative;
    transform-style: preserve-3d;
    perspective: 550px;
    z-index: 1;
    opacity: 1;
    white-space: pre-wrap;
}
 
.animated-heading .headline-wrapper > * > span {
    white-space: normal;
}
 
.animated-heading .headline-wrapper > * > span > span:before,
.animated-heading .headline-wrapper > * > span > span:after {
    position: absolute;
    content: attr(data-letter);
    line-height: inherit;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 2;
    transition: all 0.3s;
}
 
.animated-heading .headline-wrapper > * > span > span:before {
    color: rgba(0, 0, 0, 0.12);
}
 
.animated-heading .headline-wrapper > * > span > span:before,
.animated-heading .headline-wrapper > * > span > span:after {
    transform-origin: var(--origin);
}
 
.animated-heading .headline-wrapper > * > span > span:hover:before {
    transform: var(--hover-before);
}
 
.animated-heading .headline-wrapper > * > span > span:hover:after {
    transform: var(--hover-after);
}

/*иконки fa*/
.fa{
color: #ff4800;
font-size:16px;
}
.fa-off{
color: #6E8B98;
font-size:16px;
}
.fa-pre{
color: #6E8B98;
font-size:20px;
}
.fa-main{
color: #FF4808;
font-size:30px;
}
.fa-inclus{
color: #000;
font-size: 20px;
}
.index998{
z-index:8;!important
}
.index999{
z-index:999;!important
}