.connect {
	position: fixed;
	bottom: 70px;
	left: 15px;
	z-index: 99999999;
}

.connect__button {
	border: 0;
	background: transparent;
	display: -webkit-box;
	display: flex;
	position: relative;
	padding: 0;
}

.connect__button-text {
	max-width: 0;
	overflow: hidden;
	display: block;
	position: absolute;
	right: 0;
	width: 280px;
	height: 52px;
	background-color: #C20016;
	box-shadow: 0 6px 5.4px .6px rgba(0,0,0,.2);
	border-radius: 25px;
	padding: 0;
	font-size: 15px;
	font-weight: 600;
	font-style: normal;
	font-stretch: normal;
	line-height: 3.4;
	letter-spacing: .3px;
	color: #fff;
	text-align: left;
	-webkit-transition: all .2s ease-out .2s;
	transition: all .2s ease-out .2s;
}

.connect__button-icon {
	width: 52px;
	height: 52px;
	background-image: -webkit-gradient(linear,left top,right top,from(#13131d),to(#333645));
	background-image: linear-gradient(90deg,#13131d,#333645);
	position: relative;
	border-radius: 50%;
	display: block;
	box-shadow: 0 5px 6.4px .6px rgba(0,0,0,.2);
}

.connect__button-icon:before {
	width: 75px;
	height: 75px;
	background-color: transparent;
	border-radius: 50%;
	box-shadow: 0 5px 6.4px .6px rgba(0,0,0,.2),inset 0 0 15.5px 2.5px rgba(254,209,23,.6);
	border: 2px solid #C20016;
}

.connect__button-icon:after,.connect__button-icon:before {
	content: "";
	position: absolute;
	-webkit-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
	top: 50%;
	left: 50%;
}

.connect__button-icon:after {
	background: url(../images/global_sprite.png) no-repeat;
	width: 22px;
	height: 20px;
	background-position: -533px -373px;
}



ul.connect__list {
	margin: 0;
	padding: 0;
	list-style: none;
}

.connect__list {
	max-height: 0;
	z-index: -1;
	right: 15px;
	padding: 0;
	width: 250px;
	overflow: hidden;
	border-radius: 10px;
	text-align: center;
	-webkit-transition: all .2s ease-out;
	transition: all .2s ease-out;
}

.connect__list,.connect__list:before {
	position: absolute;
	bottom: 0;
	background-color: #fff;
}

.connect__list:before {
	left: 0;
	box-shadow: 15px 0 30px 15px hsla(0,0%,100%,.95);
}

.connect__list:after,.connect__list:before {
	content: "";
	width: 30px;
	height: calc(100% - 44px);
	z-index: 10;
}

.connect__list:after {
	position: absolute;
	bottom: 0;
	right: 0;
	background-color: #fff;
	box-shadow: -15px 0 30px 15px hsla(0,0%,100%,.95);
}

.connect__button.x-active+.connect__list {
	max-height: 1000px;
	padding: 0 0 67px;
	box-shadow: 0 3px 5.7px .3px rgba(0,0,0,.17);
	-webkit-transition: all .2s ease-out .2s;
	transition: all .2s ease-out .2s;
}

.connect__title {
	background-color: #feecbd;
	font-size: 14px;
	font-weight: 600;
	font-style: normal;
	font-stretch: normal;
	line-height: 3.2;
	letter-spacing: .3px;
	color: #282828;
	z-index: 100;
}

.connect__item,.connect__title {
	position: relative;
}

.connect__item:after {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	height: 1px;
	width: 100%;
	background-color: #bbb;
}

.connect__item-link {
	font-size: 14px;
	font-weight: 400;
	font-style: normal;
	font-stretch: normal;
	line-height: 2.5;
	letter-spacing: .7px;
	color: #626262;
	display: block;
}



@media (min-width:1025px) {
	.connect {
		right: auto;
		left: 40px;
		bottom: 40px;
		z-index: 99999999999;
	}

	.connect__button-text {
		right: auto;
		left: 0;
		text-align: center;
		max-width: 1000px;
		padding: 0 25px;
		position: relative;
		width: 263px;
	}

	.connect__button-icon {
		display: none;
	}

	.connect__list {
		max-height: 52px;
		left: 0;
		border-radius: 25px;
		height: 52px;
		width: calc(100% + 70px);
		max-width: calc(100% + 70px);
		background-color: rgba(0,0,0,.4);
		overflow: visible;
		display: -webkit-box;
		display: flex;
		-webkit-box-pack: start;
		justify-content: flex-start;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: reverse;
		flex-direction: row-reverse;
		-webkit-box-align: center;
		align-items: center;
	}

	.connect__item:after,.connect__list:after,.connect__list:before {
		content: none;
	}

	.connect__title {
		display: none;
	}

	.connect__item {
		margin-left: 40px;
	}

	.connect__item:nth-child(n+3) .connect__item-link {
		box-shadow: none;
	}

	.connect__item:nth-child(n+3) .connect__item-link:before {
		-webkit-transform: translate(-50%,-50%) scale(0);
		transform: translate(-50%,-50%) scale(0);
	}

	.connect__item-link {
		font-size: 0;
		width: 52px;
		height: 52px;
		background-image: -webkit-gradient(linear,left top,right top,from(#13131d),to(#333645));
		background-image: linear-gradient(90deg,#13131d,#333645);
		position: relative;
		border-radius: 50%;
		display: block;
		box-shadow: 0 5px 6.4px .6px rgba(0,0,0,.2);
	}

	.connect__item-link,.connect__item:hover .connect__item-link {
		-webkit-transition: all .2s ease-out;
		transition: all .2s ease-out;
	}

	.connect__item:hover .connect__item-link {
		width: 60px;
		height: 60px;
	}

	.connect__item-link:before {
		content: "";
		position: absolute;
		-webkit-transform: translate(-50%,-50%);
		transform: translate(-50%,-50%);
		top: 50%;
		left: 50%;
		width: 75px;
		height: 75px;
		background-color: transparent;
		border-radius: 50%;
		box-shadow: 0 5px 6.4px .6px rgba(0,0,0,.2),inset 0 0 15.5px 2.5px rgba(254,209,23,.6);
		border: 2px solid #C20016;
	}

	.connect__item:nth-child(2) .connect__item-link:before {
		-webkit-animation: connect-circle 5s ease-out infinite;
		animation: connect-circle 5s ease-out infinite;
	}

	.connect__item-link:after {
		content: "";
		position: absolute;
		top: 50%;
		left: 50%;
		-webkit-transform: translate(-50%,-50%);
		transform: translate(-50%,-50%);
		background: url(../images/global_sprite.png) no-repeat;
	}

	.connect__item:nth-child(2) .connect__item-link:after {
		background-position: -533px -373px;
		width: 22px;
		height: 20px;
	}

	.connect__item:nth-child(3) .connect__item-link:after {
		background-position: -478px -426px;
		width: 19px;
		height: 11px;
	}

	.connect__item:nth-child(4) .connect__item-link:after {
		width: 17px;
		height: 14px;
		background-position: -441px -426px;
	}

	.connect__item:nth-child(5) .connect__item-link:after {
		width: 23px;
		height: 23px;
		background-position: -441px -383px;
	}

	.connect__item:nth-child(2):hover .connect__item-link:after {
		background-position: -487px -336px;
		width: 26px;
		height: 24px;
	}

	.connect__item:nth-child(3):hover .connect__item-link:after {
		width: 29px;
		height: 17px;
		background-position: -533px -337px;
	}

	.connect__item:nth-child(4):hover .connect__item-link:after {
		width: 24px;
		height: 22px;
		background-position: -484px -383px;
	}

	.connect__item:nth-child(5):hover .connect__item-link:after {
		width: 26px;
		height: 26px;
		background-position: -441px -337px;
	}

	.connect:hover .connect__list {
		-webkit-transform: translateX(210px);
		transform: translateX(210px);
		width: calc(100% + 140px);
		max-width: calc(100% + 140px);
	}

	.connect:hover .connect__item:nth-child(n+3) .connect__item-link:before {
		-webkit-transform: translate(-50%,-50%) scale(1);
		transform: translate(-50%,-50%) scale(1);
	}

	.connect:hover .connect__item:nth-child(n+3) .connect__item-link {
		box-shadow: 0 5px 6.4px .6px rgba(0,0,0,.2);
	}

	.connect:hover .connect__item:nth-child(2) .connect__item-link:before {
		-webkit-animation: none;
		animation: none;
	}
}
.ws-chat-btn-mini-round {
	display:none !important;
}
