/* Floating «Подбор станка» — 1:1 from stankoteka.ru (.c_stanok*) */

@-webkit-keyframes impulse {
	0% {
		opacity: 1;
		-webkit-transform: scale(1);
		transform: scale(1);
	}
	100% {
		opacity: 0;
		-webkit-transform: scale(1.5);
		transform: scale(1.5);
	}
}

@keyframes impulse {
	0% {
		opacity: 1;
		-webkit-transform: scale(1);
		transform: scale(1);
	}
	100% {
		opacity: 0;
		-webkit-transform: scale(1.5);
		transform: scale(1.5);
	}
}

.btn_reset.c_stanok {
	padding: 0;
	border: none;
	cursor: pointer;
	display: block;
	text-decoration: none !important;
	color: inherit;
	box-sizing: border-box;
	width: 90px;
	border-radius: 14px;
	background: #2497dc;
	z-index: 1;
	position: relative;
}

.c_stanok {
	width: 90px;
	border-radius: 14px;
	background: #2497dc;
	z-index: 1;
	position: relative;
}

.c_stanok-wrapper {
	position: fixed;
	z-index: 9985;
	top: auto;
	right: 40px;
	bottom: 110px;
}

.c_stanok-impulse {
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
	background: #2497dc;
	border-radius: 14px;
	pointer-events: none;
	-webkit-animation: impulse 2s linear 0s infinite;
	animation: impulse 2s linear 0s infinite;
}

.c_stanok-impulse:nth-child(2) {
	-webkit-animation-delay: 1s;
	animation-delay: 1s;
}

.c_stanok-img {
	height: 55px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	padding: 4px 6px 0;
}

.c_stanok-img .img-fluid {
	max-width: 72px;
	max-height: 48px;
	width: auto;
	height: auto;
	display: block;
}

.c_stanok-text {
	font-family: Circe, TildaSans, Arial, sans-serif;
	line-height: 25px;
	text-align: center;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 11px;
	background: #66bbf0;
	color: #fff;
	white-space: nowrap;
	border-bottom-left-radius: 14px;
	border-bottom-right-radius: 14px;
	letter-spacing: -1px;
}

@media screen and (max-width: 767px) {
	.c_stanok-wrapper {
		/* Keep above the scroll-to-top button (bottom: 16px, 44px tall) */
		bottom: 72px;
		zoom: 0.7;
		right: 20px;
	}
}

@media screen and (max-height: 600px) {
	.c_stanok-wrapper {
		display: none;
	}
}
