.governor
{
	position: fixed;
	bottom: 3px;
	right: 58px;
	cursor: pointer;
	z-index: 10000002;
}

.governor-toggle
{
	width: 50px;
	height: 50px;
	/*border-radius: 50%;*/
	/*background-color: #1ef0a0;*/
	/*box-shadow: 4px 4px 2px 1px rgba(0, 0, 0, 0.2);*/
	position: absolute;
	z-index: 10000002;
	bottom: 0;
	right: 0;
	display: table;
	text-align: center;
}

.governor-toggle
{
	/*color: #fff;*/
	font-size: 2em;
	display: table-cell;
	vertical-align: middle;
	transition: 0.4s;
}

.governor-toggle.governor-open img
{
	display: block;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	background: url(//droblozhko1.s3.amazonaws.com/asset/image/circle-button-close.svg) no-repeat;
	width: 100%;
	height: 100%;
	padding-left: 100%;
}

.governor-button
{
	width: 40px;
	height: 40px;
	/*border-radius: 50%;*/
	position: absolute;
	/*background-color: #4644fd;*/
	color: #fff;
	text-align: center;
}

.governor-button
{
	line-height: 2.5em;
}

.governor-open .governor-button
{
	/*box-shadow: 4px 4px 2px 1px rgba(0, 0, 0, 0.2);*/
}

.governor-round
{
	position: absolute;
	bottom: 0;
	right: 0;
	z-index: 1000;
}

.governor-round .governor-button
{
	bottom: 0px;
	right: 0px;
	transition: 0.4s;
}

.governor-round.governor-open .governor-button:nth-of-type(1)
{
	right: 0.5em;
	bottom: 4.25em;
	transition-delay: 0.2s;
}

.governor-round.governor-open .governor-button:nth-of-type(2)
{
	right: 3.5em;
	bottom: 3.5em;
	transition-delay: 0.1s;
}

.governor-round.governor-open .governor-button:nth-of-type(3)
{
	right: 4.25em;
	bottom: 0.5em;
}

.governor-vline
{
	position: absolute;
	z-index: 999;
}

.governor-vline .governor-button
{
	bottom: 0px;
	right: 0px;
	transition: 0.3s;
	transition-delay: 0.5s;
}

.governor-vline.governor-open .governor-button:nth-of-type(1)
{
	bottom: 0px;
}

.governor-vline.governor-open .governor-button:nth-of-type(1)
{
	bottom: 50px;
}

.governor-vline.governor-open .governor-button:nth-of-type(2)
{
	bottom: 100px;
}

.governor-vline.governor-open .governor-button:nth-of-type(3)
{
	bottom: 150px;
}

.governor-hline
{
	position: absolute;
	z-index: 999;
}

.governor-hline .governor-button
{
	bottom: 5px;
	right: 0px;
	transition: 0.3s;
	transition-delay: 0.5s;
}

.governor-hline.governor-open .governor-button:nth-of-type(1)
{
	right: 5px;
}

.governor-hline.governor-open .governor-button:nth-of-type(1)
{
	right: 64px;
}

.governor-hline.governor-open .governor-button:nth-of-type(2)
{
	right: 108px;
}

.governor-hline.governor-open .governor-button:nth-of-type(3)
{
	right: 150px;
}
