.top-line{
	background:#595960;
}
.slider-wrap{
	
}
.top-menu{
	
}
.main-slider{
	
}
/* Битрикс-специфичная оптимизация анимаций */
.bx-catalog-item.animated,
.bx-newslist-item.animated,
.bx-filter.animated {
    -webkit-animation-duration: 0.15s !important;
    animation-duration: 0.15s !important;
}

/* Отключение анимаций в административной части */
.adm-workarea .animated {
    -webkit-animation: none !important;
    animation: none !important;
}


.animated,
.wow {
    -webkit-animation-duration: 0.15s !important; /* Вместо 1s */
    animation-duration: 0.15s !important;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

.animated.hinge {
    -webkit-animation-duration: 0.3s !important; /* Вместо 2s */
    animation-duration: 0.3s !important;
}

.loader {
    display: none !important;
}

