.sliza_widget_btn_back,
.sliza_widget_btn_ovr,
/*#sliza-wgt-button,*/
#turboparser_widget_button,
.bestsp_widget__action__button,
#vz-widget-btn,
#cp_btn.cp_btn
{
	display:none !important;
	visibility: hidden;
	transform: scale(0); 
}
#sliza-wgt-button.opened
{
	visibility: visible;
	transform: scale(1); 
}
#sliza-wgt-button
{
	left: 370px !important;
}
body #sliza_widget_btn,
#vz-widget-preview,
#cp_widget,
#sliza-wgt-opened,
.bestsp_widget__content.bestsp_widget__content__visible{
	left:0 !important;
	bottom:0 !important;
	top: auto !important;
	z-index: 1000!important;
}
body #sliza_widget_btn
{
	bottom:-100px !important;
}
.bestsp_widget__content{
	bottom: 0 !important;
	left: 0 !important;
	top: auto;
}
#sliza-wgt-button.sliza-btn-top-left, #sliza-wgt-button.sliza-btn-top-right
{
	top: auto !important;
	bottom:0;
}
#sliza-wgt-button.opened{
	margin-bottom:0!important;
}
/*#turboparser_widget_holder
{
	width:0;
	transform: scaleX(0);
	opacity: 0;
	-webkit-transition: all 1s ease-out 0.5s;
	-moz-transition: all 1s ease-out 0.5s;
	-o-transition: all 1s ease-out 0.5s;
	transition: all 1s ease-out 0.5s;
}
#turboparser_widget_holder.show-turboparser
{
	width:320px;
	transform: scaleX(1);
	opacity: 1;
	overflow-x:hidden;
	-webkit-transition: all 1s ease-out 0.5s;
	-moz-transition: all 1s ease-out 0.5s;
	-o-transition: all 1s ease-out 0.5s;
	transition: all 1s ease-out 0.5s;
}*/
#vz-widget-wrapper.bottom-left{
	left: 0 !important;
}
#sp-main-wrapper{
	position: fixed;
	bottom: 0;
	left: 250px;
	z-index: 1500;
	background: #ffffff;
}
#sp-list-parsers
{
	opacity:0;
	position: fixed;
	bottom:60px;
}
#sp-button{
	border-radius: 4px 4px 0 0;
	cursor:pointer;
	position: fixed;
	bottom:0;
	width: 200px;
	height: 50px;
	background-color: #27c148!important;
	color: white!important;
	cursor: pointer;
    margin-left: 20px;
}
#sp-button .sp-button-inner{
	border-width: 1px 1px 0 1px;
	border-radius: 4px 4px 0 0;
	margin: 2px 2px 0 2px;
	border-style: dashed;
	font-size: 16px!important;
	line-height: 47px!important;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif!important;
	color: white!important;
	text-align: center;
}
#sp-list-parsers{
	opacity:0;
	max-height: 0;
	transform: scaleY(0) translateY(150px);
	-webkit-transition: all 0.8s ease-out 0.5s;
	-moz-transition: all 0.8s ease-out 0.5s;
	-o-transition: all 0.8s ease-out 0.5s;
	transition: all 0.8s ease-out 0.5s;
}
.sp-button-liston + #sp-list-parsers
{
	opacity:1;
	max-height: 100%;
	-webkit-transition: all 0.8s ease-out 0.5s;
	-moz-transition: all 0.8s ease-out 0.5s;
	-o-transition: all 0.8s ease-out 0.5s;
	transition: all 0.8s ease-out 0.5s;
	transform: scaleY(1) translateY(0px);;
}
#sp-main-wrapper #sp_butoon
{
	font-family: "PT Sans Narrow",calibri,arial,sans-serif;
	font-size: 16px;
	line-height: 22px;
	font-weight: 400;
	position: fixed;
	right: 150px;
	bottom: 0;
	width: 230px;
	height: 47px;
	cursor: pointer;
	z-index: 9999;
	opacity: 0.9;
}
.sp-element-button{
	width: 100%;
	cursor:pointer;
    height: 30px;
    background: #27c148;
    color: #fff;
    opacity: 0.82;
    border-radius: 2px;
    padding: 5px 5px;
    border: 1px solid #ffffff;
    vertical-align: middle;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}
.sp-element-button:hover{
	opacity:1;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}
.sp-element-button img
{
    position: relative;
    top: 3px;
	width: 20px;
    height: 20px;
    margin: 0 5px;
    display: inline-block;
}