/*Версия для слабовидящих*/
#mobile-indicator {
    display: none;
}

@media (max-width: 1060px) {
    #mobile-indicator {
        display: block;
    }
}
.panel-assets {
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    background-color:#f2f2f2;
    z-index: 99999;
    box-shadow: 0 3px 6px #b4b4b4;
}
.panel-assets > .uk-container{
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    margin-left: auto;
    margin-right: auto;
    max-width: 1060px;
    padding: 0 10px;
    box-sizing: border-box;
    position: relative;
    justify-content: center;
}
.panel-assets > .uk-container .assets-block:last-child {
    margin-right: 0;
}
.assets .uk-sticky-placeholder {
    height: auto !important;
}
.assets #tm-fullscreen-i,
.assets #tm-fullscreen-i * {
    background: transparent !important;
}
.assets .uk-container-logo a:hover,
.assets .uk-container-logo a:hover .logo-text-1, 
.assets .uk-container-logo a:hover .logo-text-2,
.assets .uk-text-primary,
.assets .uk-text-success,
.assets .uk-text-warning,
.assets .uk-text-danger {
    color: inherit !important; 
}
.assets.a-images-adjust img{
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    filter: grayscale(100%);
    filter: gray;
}
.assets .header {
    padding-top: 85px;
}
.assets .uk-scroll-menu {
    position: static !important;
}
.assets-block {
    padding-top: 10px;
    padding-bottom: 10px;
    padding-right: 10px;
    margin-right: 10px;
    border-right: 2px solid #c4c4c4;
    margin-right: 10px;
}
.assets-legend {
    display: inline-block;
    position: relative;
    margin-left: 5px;
}
.assets-legend:after {
    content: "";
    position: absolute;
    left: -5px;
    top: -5px;
    bottom: -5px;
    right: -5px;
    z-index: -1;
    border: 1px solid #b2b2b2;
    background: #fff;
}

.assets #offcanvas {
	background: transparent !important;
}
.assets .uk-offcanvas-bar  {
	border-right: 1px solid #ddd !important;
}

.assets .navbar-toggle span {
	background: #000 !important;
}

.m-l-10 {
    margin-left: 10px !important;
}
.a-show {
    padding: 12px 20px;
    position: fixed;
    background-color: #f3f3f3;
    color: #000;
    font-size: 50px;
    line-height: 1;
    z-index: 9999999;
    border: 1px solid #ddd;
    -webkit-transition: .2s;
    -o-transition: .2s;
    transition: .2s;
}
.a-show [class*='uk-icon-'] {
	color: #000;
}
.a-show:hover {
    background-color: #fff;
}
.assets-title {
    font-weight: bold;
    font-size: 14px;
    margin-bottom: 10px;
}
.a-fontsize,
.a-body-color,
.a-images,
.a-dop {
    text-align: center;
}
.a-fontsize a,
.a-body-color a,
.a-images a,
.a-dop a {
    -webkit-transition: .2s;
    -o-transition: .2s;
    transition: .2s;
    font-size: 17px;
    padding: 2px 5px;
    background-color: #fff;
    color: #000 !important;
    text-decoration: none;
    text-transform: uppercase;
    border: 1px solid #000;
    display: inline-block;
    -webkit-transition: .2s;
    -o-transition: .2s;
    transition: .2s;
}
.a-fontsize a:hover,
.a-images a:hover,
.a-dop a:hover {
    background-color: #ddd;
    color: inherit;
}
/*панель для цвета сайта*/
.a-body-color a.color-body-black,
.a-body-color a.color-body-black [class*='uk-icon-'] {
    background-color: #000;
    color: #fff;
}
.a-body-color a.color-body-blue,
.a-body-color a.color-body-blue [class*='uk-icon-'] {
    color: #063462;
    background-color: #9dd1ff;
}
.a-body-color a.color-body-brown,
.a-body-color a.color-body-brown [class*='uk-icon-'] {
   color: #4d4b43;
    background-color: #f7f3d6;
}
.a-body-color a.color-body-green,
.a-body-color a.color-body-green [class*='uk-icon-'] {
    color: #a9e44d;
    background-color: #3b2716;
}
/*панель для изображений*/
.a-images a.a-images-on {
    color: green;
}
.a-images a.a-images-off {
    color: red;
}
.a-images a.a-images-adjust {
    color: #000;
}
.assets [class*='uk-icon-'] {
    font-family: FontAwesome !important; 
}

.panel-assets [class*='uk-icon-'] {
	color: #000;
}






















/*Preloader*/
.preloader {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    background-color:#fff;
    z-index: 99999999;
}
.windows8 {
    position: relative;
    width: 78px;
    height:78px;
    margin:auto;
}

.windows8 .wBall {
    position: absolute;
    width: 74px;
    height: 74px;
    opacity: 0;
    transform: rotate(225deg);
        -o-transform: rotate(225deg);
        -ms-transform: rotate(225deg);
        -webkit-transform: rotate(225deg);
        -moz-transform: rotate(225deg);
    animation: orbit 6.96s infinite;
        -o-animation: orbit 6.96s infinite;
        -ms-animation: orbit 6.96s infinite;
        -webkit-animation: orbit 6.96s infinite;
        -moz-animation: orbit 6.96s infinite;
}

.windows8 .wBall .wInnerBall{
    position: absolute;
    width: 10px;
    height: 10px;
    background: rgb(0,0,0);
    left:0px;
    top:0px;
    border-radius: 10px;
}

.windows8 #wBall_1 {
    animation-delay: 1.52s;
        -o-animation-delay: 1.52s;
        -ms-animation-delay: 1.52s;
        -webkit-animation-delay: 1.52s;
        -moz-animation-delay: 1.52s;
}

.windows8 #wBall_2 {
    animation-delay: 0.3s;
        -o-animation-delay: 0.3s;
        -ms-animation-delay: 0.3s;
        -webkit-animation-delay: 0.3s;
        -moz-animation-delay: 0.3s;
}

.windows8 #wBall_3 {
    animation-delay: 0.61s;
        -o-animation-delay: 0.61s;
        -ms-animation-delay: 0.61s;
        -webkit-animation-delay: 0.61s;
        -moz-animation-delay: 0.61s;
}

.windows8 #wBall_4 {
    animation-delay: 0.91s;
        -o-animation-delay: 0.91s;
        -ms-animation-delay: 0.91s;
        -webkit-animation-delay: 0.91s;
        -moz-animation-delay: 0.91s;
}

.windows8 #wBall_5 {
    animation-delay: 1.22s;
        -o-animation-delay: 1.22s;
        -ms-animation-delay: 1.22s;
        -webkit-animation-delay: 1.22s;
        -moz-animation-delay: 1.22s;
}



@keyframes orbit {
    0% {
        opacity: 1;
        z-index:99;
        transform: rotate(180deg);
        animation-timing-function: ease-out;
    }

    7% {
        opacity: 1;
        transform: rotate(300deg);
        animation-timing-function: linear;
        origin:0%;
    }

    30% {
        opacity: 1;
        transform:rotate(410deg);
        animation-timing-function: ease-in-out;
        origin:7%;
    }

    39% {
        opacity: 1;
        transform: rotate(645deg);
        animation-timing-function: linear;
        origin:30%;
    }

    70% {
        opacity: 1;
        transform: rotate(770deg);
        animation-timing-function: ease-out;
        origin:39%;
    }

    75% {
        opacity: 1;
        transform: rotate(900deg);
        animation-timing-function: ease-out;
        origin:70%;
    }

    76% {
    opacity: 0;
        transform:rotate(900deg);
    }

    100% {
    opacity: 0;
        transform: rotate(900deg);
    }
}

@-o-keyframes orbit {
    0% {
        opacity: 1;
        z-index:99;
        -o-transform: rotate(180deg);
        -o-animation-timing-function: ease-out;
    }

    7% {
        opacity: 1;
        -o-transform: rotate(300deg);
        -o-animation-timing-function: linear;
        -o-origin:0%;
    }

    30% {
        opacity: 1;
        -o-transform:rotate(410deg);
        -o-animation-timing-function: ease-in-out;
        -o-origin:7%;
    }

    39% {
        opacity: 1;
        -o-transform: rotate(645deg);
        -o-animation-timing-function: linear;
        -o-origin:30%;
    }

    70% {
        opacity: 1;
        -o-transform: rotate(770deg);
        -o-animation-timing-function: ease-out;
        -o-origin:39%;
    }

    75% {
        opacity: 1;
        -o-transform: rotate(900deg);
        -o-animation-timing-function: ease-out;
        -o-origin:70%;
    }

    76% {
    opacity: 0;
        -o-transform:rotate(900deg);
    }

    100% {
    opacity: 0;
        -o-transform: rotate(900deg);
    }
}

@-ms-keyframes orbit {
    0% {
        opacity: 1;
        z-index:99;
        -ms-transform: rotate(180deg);
        -ms-animation-timing-function: ease-out;
    }

    7% {
        opacity: 1;
        -ms-transform: rotate(300deg);
        -ms-animation-timing-function: linear;
        -ms-origin:0%;
    }

    30% {
        opacity: 1;
        -ms-transform:rotate(410deg);
        -ms-animation-timing-function: ease-in-out;
        -ms-origin:7%;
    }

    39% {
        opacity: 1;
        -ms-transform: rotate(645deg);
        -ms-animation-timing-function: linear;
        -ms-origin:30%;
    }

    70% {
        opacity: 1;
        -ms-transform: rotate(770deg);
        -ms-animation-timing-function: ease-out;
        -ms-origin:39%;
    }

    75% {
        opacity: 1;
        -ms-transform: rotate(900deg);
        -ms-animation-timing-function: ease-out;
        -ms-origin:70%;
    }

    76% {
    opacity: 0;
        -ms-transform:rotate(900deg);
    }

    100% {
    opacity: 0;
        -ms-transform: rotate(900deg);
    }
}

@-webkit-keyframes orbit {
    0% {
        opacity: 1;
        z-index:99;
        -webkit-transform: rotate(180deg);
        -webkit-animation-timing-function: ease-out;
    }

    7% {
        opacity: 1;
        -webkit-transform: rotate(300deg);
        -webkit-animation-timing-function: linear;
        -webkit-origin:0%;
    }

    30% {
        opacity: 1;
        -webkit-transform:rotate(410deg);
        -webkit-animation-timing-function: ease-in-out;
        -webkit-origin:7%;
    }

    39% {
        opacity: 1;
        -webkit-transform: rotate(645deg);
        -webkit-animation-timing-function: linear;
        -webkit-origin:30%;
    }

    70% {
        opacity: 1;
        -webkit-transform: rotate(770deg);
        -webkit-animation-timing-function: ease-out;
        -webkit-origin:39%;
    }

    75% {
        opacity: 1;
        -webkit-transform: rotate(900deg);
        -webkit-animation-timing-function: ease-out;
        -webkit-origin:70%;
    }

    76% {
    opacity: 0;
        -webkit-transform:rotate(900deg);
    }

    100% {
    opacity: 0;
        -webkit-transform: rotate(900deg);
    }
}

@-moz-keyframes orbit {
    0% {
        opacity: 1;
        z-index:99;
        -moz-transform: rotate(180deg);
        -moz-animation-timing-function: ease-out;
    }

    7% {
        opacity: 1;
        -moz-transform: rotate(300deg);
        -moz-animation-timing-function: linear;
        -moz-origin:0%;
    }

    30% {
        opacity: 1;
        -moz-transform:rotate(410deg);
        -moz-animation-timing-function: ease-in-out;
        -moz-origin:7%;
    }

    39% {
        opacity: 1;
        -moz-transform: rotate(645deg);
        -moz-animation-timing-function: linear;
        -moz-origin:30%;
    }

    70% {
        opacity: 1;
        -moz-transform: rotate(770deg);
        -moz-animation-timing-function: ease-out;
        -moz-origin:39%;
    }

    75% {
        opacity: 1;
        -moz-transform: rotate(900deg);
        -moz-animation-timing-function: ease-out;
        -moz-origin:70%;
    }

    76% {
    opacity: 0;
        -moz-transform:rotate(900deg);
    }

    100% {
    opacity: 0;
        -moz-transform: rotate(900deg);
    }
}