.soc__widget-block {
	position: fixed;
	right: 20px;
	bottom: 20px;
	width: 70px;
	height: 70px;
	background: #f91800;
	border-radius: 100%;
	cursor: pointer;
	z-index: 200;
	border: 3px solid #045fb6;
	animation: shadow-pulse 2s infinite;
}

@keyframes shadow-pulse
{
  0% {
	box-shadow: 0 0 0 0px rgba(4, 95, 182, 0.2);
  }
  100% {
	box-shadow: 0 0 0 15px rgba(4, 95, 182, 0);
  }
}

.soc__widget-block .slides::after {
	content: "\0020";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}

.soc__widget-block .slides {
	margin: 0;
	padding: 0;
	list-style: none;
	width: 100%;
	height: 100%;
	display: block;
}

.soc__widget-block li {
	height: 100%;
	width: 100%;
	width: 100%;
	float: left;
	margin-right: -100%;
	position: relative;
	display: block;
}

.soc__widget-block .soc__widget {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	width: 100%;
	height: 100%;
	transition: 1s;
	opacity: 0;
}

.soc__widget-block .soc__widget.phone svg {
	color: #fff;
	width: 25px;
	height: 25px;
}

.soc__widget-block .soc__widget.whatsapp svg {
	width: 40px;
	height: 40px;
}

.soc__widget-block .soc__widget.mail svg {
	width: 40px;
	height: 40px;
	fill: #fff;
}

.soc__widget-block .soc__widget.call svg {
	width: 25px;
	height: 25px;
	color: #fff;
}

.soc__widget-block .soc__widget.text {
	color: #fff;
	text-align: center;
}

.soc__widget-block .soc__widget.active {
	opacity: 1;
}

.soc__widget-block:before {
	display: inline-block;
	position: absolute;
	width: 64px;
	height: 64px;
	background: #f91800;
	border-radius: 100%;
	background-image: url('/bitrix/templates/base/images/close.svg');
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 25%;
	z-index: 1000;
}

.soc__widget-block.open:before {
	content: "";
}

.soc__widget-block-menu {
	background: #fff;
	box-shadow: 0 0 40px rgba(0,0,0,0.2);
	width: 300px;
	background-repeat: no-repeat;
	background-position: center;
	position: fixed;
	bottom: 105px;
	right: 20px;
	box-sizing: border-box;
	border-radius: 7px;
	transform-origin: 80% 105%;
	transition: ease-out .12s all;
	z-index: 100;
	transform: scale(0);
}

.soc__widget-block-menu a:hover {
	color: black;
	text-decoration: none;
}

.soc__widget-block-menu:before {
	content: '';
	position: absolute;
	bottom: -7px;
	right: 25px;
	left: auto;
	display: inline-block !important;
	border-right: 8px solid transparent;
	border-top: 8px solid #fff;
	border-left: 8px solid transparent;
}


.soc__widget-block-menu.open {
	transform: scale(1);
	z-index: 200;
}

.soc__widget-block-menu ul {
	padding: 0;
	list-style: none;
	margin: 0;
}

.soc__widget-block-menu li {
	padding: 0;
}

.soc__widget-block-menu a {
	display: flex;
	align-items: center;
	text-decoration: none;
	color: #000;
	transition: .2s;
	padding-bottom: 5px;
	padding-top: 5px;
	cursor: pointer;
}

.soc__widget-block-menu span {
	margin-left: 10px;
}

.soc__widget-block-menu .svg-wrapper {
	background-color: #f91800;
	border-radius: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 40px;
	height: 40px;
	border: 2px solid #045fb6;
	color: #fff;
	fill: #fff;
}

.soc__widget-block-menu .svg-wrapper.whatsapp svg {
	width: 30px;
	height: 30px;
}

.soc__widget-block-menu .svg-wrapper.call svg {
	width: 19px;
	height: 19px;
}

.soc__widget-block-menu .svg-wrapper.mail svg {
	width: 28px;
	height: 28px;
}

.soc__widget-block-menu .svg-wrapper.phone svg {
	width: 20px;
	height: 20px;
}

.soc__widget-block-menu .svg-wrapper.phone:before {
	display: inline-block;
	position: absolute;
	width: 40px;
	height: 40px;
	background: #f91800;
	border-radius: 100%;
	background-image: url('/bitrix/templates/base/images/close.svg');
	background-repeat: no-repeat;
	background-position: center center;
	z-index: 1000;
}

.soc__widget-block-menu .svg-wrapper.phone.open:before {
	content: "";
}

.soc__widget-phone-info-block {
	width: 100%;
	height: 100%;
	position: absolute;
	background-color: #fff;
	top: 0;
	transition: ease-out .12s all;
	transform: scale(0);
	align-items: center;
	display: flex;
	text-align: center;
	border-radius: 7px;
	top: -30%;
}

.soc__widget-phone-info-block.open {
	transform: scale(1);
	cursor: default;
}

.soc__widget-phone-info-text {
	white-space: pre-line;
	width: 100%;
	line-height: 1.25;
	font-size: 15px;
	height: 100%;
}

.soc__widget-phone-info-text .phone {
	text-decoration-line: underline;
	font-size: 25px;
	font-weight: bold;
}

.soc__widget-phone-info-text .phone.alert {
	color: red;
}