.sliza_widget_btn_back,
.sliza_widget_btn_ovr,
#turboparser_widget_button,
.bestsp_widget__action__button,
#vz-widget-btn,
#cp_btn.cp_btn,
#parser-plus-widget-btn,
#grably-parse-button
{
	display:none !important;
	visibility: hidden!important;
	transform: scale(0)!important; 
}
#sliza-wgt-button.opened
{
	visibility: visible;
	transform: scale(1)!important; 
}
#sliza-wgt-button
{
		left: -30070px !important;
		right: auto !important;
}
body #sliza_widget_btn,
#sliza-wgt-opened,*
#vz-widget-preview,
#cp_widget,
.bestsp_widget__content.bestsp_widget__content__visible{
	left:0 !important;
	bottom:0 !important;
	top: auto !important;
	z-index: 1000!important;
}
#cp_widget {
	margin-left: 10px !important;
}

body #sliza_widget_btn
{
	bottom:-100px !important;
}
.bestsp_widget__content{
	bottom: 0 !important;
	left: 0 !important;
	top: auto;
}
/*#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:50px;
}
#sp-button{
	border-radius: 4px 4px 0 0;
	cursor:pointer;
	position: fixed;
	bottom:0;
	width: 200px;
	height: 50px;
	background-color: #01aae3!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-button .sp-button-inner > * {
	line-height: 47px!important;
}
#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: 40px;
    background:  #01aae3;
    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;
	display: grid;
    grid-template-columns: auto 1fr;
    align-items: center;
}
.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;
	width: 20px;
    height: 20px;
    margin: 0 5px;
    display: inline-block;
}

.sp-button-close {
	position: absolute;
	left: 100%;
	bottom: 100%;
	margin-left: 10px;
	height: 20px; width: 20px;
	border-radius: 100%;
	border: 2px solid #01aae3;
	cursor: pointer;
}
.sp-button-close:after, 
.sp-button-close:before {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 2px;
    height: 15px;
    background: #01aae3;
    content: '';
    transition: 300ms background-color ease;
}
.sp-button-close:before {
    transform: translate3d(-50%, -50%, 0) rotate(-45deg);
}
.sp-button-close:after {
    transform: translate3d(-50%, -50%, 0) rotate(45deg);
}
.sp-button-close:hover:after,
.sp-button-close:hover:before {
	background: #01aae3;
}

@media all and (max-width: 767px) {
    /* #sp-button {
    	width: 50px;
    	font-size: 20px;
    } */
    #sp-list-parsers {
    	right: 100px;
        bottom: 10px;
    }
}	
@media all and (max-width: 480px) {
	#sp-main-wrapper {
		width: 100%; left: 0;
	}
	/* #sp-button {
		height: 40px;
		z-index: 10;
	    	font-size: 18px;
		left: 15px !important; width: 45px !important;
	} */
	#sp-button .sp-button-inner {
		/*line-height: 37px  !important;*/
	}
	#sp-button .sp-button-inner > * {
	    /*line-height: 37px !important;*/
	}
	#sp-list-parsers {
		/* left: 50%;
			    -webkit-transform:  translateX(-50%) !important;
			    -moz-transform:  translateX(-50%) !important;
			    -ms-transform:  translateX(-50%) !important;
			    -o-transform:  translateX(-50%) !important;
		transform: translateX(-50%)  !important; */
		width: 100%;
		max-width: 250px
	}
	.sp-element-button span {

	}

	.sp-button-close {
		margin-left: -20px; margin-bottom: 10px;
	}
}
@media all and (max-width: 380px) {
    #sp-list-parsers {
    	right: 80px;
    	max-width: 230px;
    }
}