/* Залипание кнопок вверху*/
.uc-button-sticky-up {
	position: sticky;
	position: -webkit-sticky;
	z-index: 1999;
	top: 0px;
}
@media screen and (min-width: 640px) {
    .uc-button-sticky-up2 {
	position: sticky;
	position: -webkit-sticky;
	z-index: 1999;
	top: 0px;
}}

/* Залипание кнопок внизу*/
.uc-button-sticky-mob {
 width: 300px;
 position: fixed;
 bottom: 0px;
 left: 0px;
 z-index: 1000;
}

/* Залипание кнопоки оглавление*/
.uc-button-oglav-mob {
 width: 60px;
 position: fixed;
 bottom: 0px;
 left: 0px;
 z-index: 900;
}

@media screen and (max-width: 1500px) {.uc-button-sticky-mob {
 width: 310px;
 position: fixed;
 bottom: 0px;
 left: 0px;
 z-index: 1000;
}}

@media screen and (min-width: 1500px) {.uc-button-sticky-mob {
 width: 600px;
 position: fixed;
 bottom: 0px;
 left: 0px;
 z-index: 1000;
}}
