.timer{
position: absolute;
    right: -30px;
    width: 20px;
    top: 15px;
    font-family: _900;
    font-size: 2em;
    color: #0ba5df;
}
#obs{
	font-size: 100%;
    animation: myani2 3s infinite linear;
    display: none;
    position: fixed;
    right: 2em;
    bottom: 5em;
    border-radius: 3em;
    background-color: #5dba06;
    width: 80px;
    height: 80px;
    cursor: pointer;
    z-index: 5;
    transition: background-color .3s ease 0s;
}
#obs:hover{
	background-color: #F00;
	animation: myani2h 3s infinite linear;
	transition: background-color .3s ease 0s;
}
#obs .trub {
    position: absolute;
    animation: myani1 9s infinite ease;
    display: block;
    width: 67px;
    height: 67px;
    left: .4em;
    top: .4em;
}
#obs .domik {
    position: absolute;
    animation: myani4 9s infinite ease;
    display: block;
    width: 80px;
    height: 80px;
    opacity: 0;
    left: 0;
    top: 0;
	text-align: center;
	font-family: Microsoft Sans Serif;
}
#obs .zakaz {
    position: absolute;
    animation: myani3 9s infinite ease;
    display: block;
    width: 80px;
    height: 80px;
    opacity: 0;
    left: 0;
    top: 0;
	    font-family: Microsoft Sans Serif;
    text-align: center;
}
@keyframes myani2{
	10% {
		box-shadow: 0 0 0 0px rgba(93,186,6,.7);
	}
	30% {
		box-shadow: 0 0 0 12px rgba(93,186,6,.5);
	}
	50% {
		box-shadow: 0 0 0 24px rgba(93,186,6,.1);
	}
	51% {
		box-shadow: 0 0 0 24px rgba(93,186,6,0);
	}
}
@keyframes myani2h{
	10% {
		box-shadow: 0 0 0 0px rgba(255,0,0,.7);
	}
	30% {
		box-shadow: 0 0 0 12px rgba(255,0,0,.5);
	}
	50% {
		box-shadow: 0 0 0 24px rgba(255,0,0,.1);
	}
	51% {
		box-shadow: 0 0 0 24px rgba(255,0,0,0);
	}
}
@keyframes myani1{
	0% {
		opacity: 0;
		transform: rotate(15deg);
	}
	3% {
		opacity: 1;
		width: 67px;
		left: .4em;
	}
	18% {
		transform: rotate(15deg);
	}
	20% {
		transform: rotate(-10deg);
	}
	21% {
		transform: rotate(15deg);
	}
	22% {
		transform: rotate(-10deg);
	}
	24% {
		transform: rotate(15deg);
	}
	32% {
		opacity: 1;
		width: 67px;
		left: .4em;
	}
	35% {
		opacity: 0;
		width: .2em;
		left: 2.4em;
	}
	100% {
		opacity: 0;
		transform: rotate(15deg);
	}
}
@keyframes myani4{
	0% {
		opacity: 0;
		
	}
	67% {
		opacity: 0;
		width: 73px;
		left: .2em;
	}
	70% {
		opacity: 1;
		width: 73px;
		left: .2em;
	}
	97% {
		opacity: 1;
		width: 73px;
		left: .2em;
	}
	100% {
		/*width: .2em;*/
		/*left: 2.4em;*/
		opacity: 0;
		
		
	}
}
@keyframes myani3{
	0% {
		opacity: 0;
	}
	35% {
		opacity: 0;
		width: 80px;
		/*left: 2.4em;*/
	}
	38% {
		opacity: 1;
		width: 80px;
		left: 0;
	}
	64% {
		opacity: 1;
		width: 80px;
		left: 0;
	}
	67% {
		width: 80px;
		/*left: 2.4em;*/
		opacity: 0;
		
	}
}
.bigcif{
	coloR: #fff;
    font-size: 50px;
}
.mincif{
	color: #fff;
	clear:both;
	    margin-top: -8px;
}
.mincif2{
	color: #fff;
	clear:both;
	font-size: 20px;
    text-transform: uppercase;
    margin-top: 20px;
    margin-bottom: 8px;
}
.mincif3{
	color: #fff;
	clear:both;
	    font-size: 16px;
    text-transform: uppercase;
	    margin-top: -8px;
}


/*#calc .block .border:after {
    content: '';
    width: 0%;
    height: 5px;
    background: #fc0;
    display: block;
    position: absolute;
    top: 0px;
    left: 0;
    z-index: -1;
}
#calc .block .border.animate:after {
    width: 100%;
    animation: border_animate 1.5s ease-in-out;
}*/
@media (max-width: 767px){
#calc .block .border.animate:before{
    width:0px;
    height:0px;
}
#calc .block .border{
    border-bottom: 4px solid #fc0;
}
}
.scrollup{
z-index:1000;
}