/*circleMenu*/
.circleMenu {
	bottom: 20px;
	height: 60px;
	position: fixed;
	right: 20px;
	width: 60px;
	z-index: 10
}
.circleMenu__button {
	background: #e31235 url(../svg/icon-chat.svg) no-repeat 50%;
	border: none;
	border-radius: 50%;
	cursor: pointer;
	height: 60px;
	outline: none;
	position: relative;
	width: 60px;
	z-index: 2;
	transition: all .3s ease-in-out
}
.circleMenu__button:hover {
		background-color: #bd0f2c
}
.circleMenu__button_active {
	background: #9c0c24 url(../svg/icon-close.svg) no-repeat 50%
}
.circleMenu__item {
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	align-items: center;
	border-radius: 50%;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	height: 0;
	justify-content: center;
	left: 30px;
	position: absolute;
	top: -30px;
	-webkit-transition: all .5s ease 0s;
	transition: all .5s ease 0s;
	width: 0;
	z-index: 1
}
.circleMenu__item_telegram {
	background: #039be5 url(../svg/icon-telegram2.svg) no-repeat 50%
}
.circleMenu__item_telegram:hover {
	background-color: #0087d1
}
.circleMenu__item_whatsapp {
	background: #00e676 url(../svg/icon-whatsapp2.svg) no-repeat 50%
}
.circleMenu__item_whatsapp:hover {
	background-color: #00d262
}
.circleMenu__item_vkontakte {
	background: #07f url(../svg/icon-vkontakte2.svg) no-repeat 50%
}
.circleMenu__item_vkontakte:hover {
	background-color: #0050ff
}
.circleMenu__item_viber {
	background: #6146bc url(../svg/icon-viber2.svg) no-repeat 50%
}
.circleMenu__item_viber:hover {
	background-color: #4d32a8
}
.circleMenu__item_instagram {
	background: #fd217a url(../svg/icon-instagram2.svg) no-repeat 50%
}
.circleMenu__item_instagram:hover {
	background-color: #fc0362
}
.circleMenu__item_chat {
	background: #42ab44 url(../svg/icon-chat2.svg) no-repeat 50%
}
.circleMenu__item_chat:hover {
	background-color: #248341
}
.circleMenu__item_call {
	background: #42ab44 url(../svg/icon-call2.svg) no-repeat 50%
}
.circleMenu__item_call:hover {
	background-color: #248341
}
.circleMenu__item_loading {
	-webkit-animation: spinnerRotation--ksYkq 5s linear 0s infinite normal none running;
	animation: spinnerRotation--ksYkq 5s linear 0s infinite normal none running;
	background-color: unset;
	background-image: unset;
	cursor: default;
	opacity: .6
}
.circleMenu__item_loading:hover {background-color: unset}
.circleMenu__itemLink {
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	align-items: center;
	color: transparent;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	font-size: 0;
	height: 100%;
	justify-content: center;
	width: 100%
}
.circleMenu__itemLink_loading {
	cursor: default
}
.circleMenu__list {
	list-style: none;
	margin-bottom: 0;
	position: relative
}
.circleMenu__list_opened {background: transparent}
.circleMenu__list_opened .circleMenu__item {
	height: 40px;
	width: 40px
}
.circleMenu__list_opened.circleMenu__listTemplate_number5 .circleMenu__item_slot1 {
	left: 35px;
	top: -157px
}						
.circleMenu__list_opened.circleMenu__listTemplate_number5 .circleMenu__item_slot2 {
	left: -10px;
	top: -150px
}						
.circleMenu__list_opened.circleMenu__listTemplate_number5 .circleMenu__item_slot3 {
	left: -50px;
	top: -127px
}						
.circleMenu__list_opened.circleMenu__listTemplate_number5 .circleMenu__item_slot4 {
	left: -70px;
	top: -86px
}
.circleMenu__list_opened.circleMenu__listTemplate_number5 .circleMenu__item_slot5 {
	left: -74px;
	top: -42px
}						
.circleMenu__list_opened.circleMenu__listTemplate_number4 .circleMenu__item_slot1 {
	left: 10px;
	top: -148px
}						
.circleMenu__list_opened.circleMenu__listTemplate_number4 .circleMenu__item_slot2 {
	left: -37px;
	top: -135px
}						
.circleMenu__list_opened.circleMenu__listTemplate_number4 .circleMenu__item_slot3 {
	left: -75px;
	top: -100px
}						
.circleMenu__list_opened.circleMenu__listTemplate_number4 .circleMenu__item_slot4 {
	left: -88px;
	top: -50px
}						
.circleMenu__list_opened.circleMenu__listTemplate_number3 .circleMenu__item_slot1 {
	left: -10px;
	top: -132px
}						
.circleMenu__list_opened.circleMenu__listTemplate_number3 .circleMenu__item_slot2 {
	left: -59px;
	top: -99px
}
.circleMenu__list_opened.circleMenu__listTemplate_number3 .circleMenu__item_slot3 {
	left: -72px;
	top: -44px
}						
.circleMenu__list_opened.circleMenu__listTemplate_number2 .circleMenu__item_slot1 {
	left: -19px;
	top: -131px
}
.circleMenu__list_opened.circleMenu__listTemplate_number2 .circleMenu__item_slot2 {
	left: -67px;
	top: -82px
}
@-webkit-keyframes spinnerRotation--ksYkq {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg)
	}						
	to {
		-webkit-transform: rotate(1turn);
		transform: rotate(1turn)
	}
}
@keyframes spinnerRotation--ksYkq {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg)
	}					
	to {
		-webkit-transform: rotate(1turn);
		transform: rotate(1turn)
	}
}
.webchat {margin-bottom: 76px}						
.webchat-icon {
	-webkit-animation: none;
	animation: none;
	background: #245f34 url(../svg/chat.svg) no-repeat 50%;
	bottom: 20px;
	height: 60px;
	position: fixed;
	right: 20px;
	width: 60px;
	z-index: 20
}
.webchat-icon .webchat-logo, .webchat-icon .webchat-ring-one, .webchat-icon .webchat-ring-two {display: none}
@media screen and (max-width: 767px) {
	.circleMenu {bottom: 72px}
}
