.si_container{overflow:hidden;width:260px}
.si_box{white-space:nowrap}
.si_box div{width:120px;display:inline-block; text-align: center; }

.cookie_notice {
    display: none;
    position: fixed;
    z-index: 99;
    bottom: 0;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
    text-align: center;
    font-size: 12px;
    color: #FFF;
background: #5a3663c7;
    padding: 10px 20px;
    border-top: 4px solid #52bb09;
}
/* Оформление кнопок */
.cookie_btn {
    display: inline-block;
    margin: 10px 6px 4px 6px;
    text-decoration: none;
    position: relative;
    font-size: 13px;
    padding: 4px 12px;
    color: #FFF;
    font-weight: bold;
    text-transform: uppercase; 
    background: #337AB7aa;
    border: 2px solid #BFE2FF;
}
.cookie_btn:hover {
    color: #FFF;
}
.cookie_btn:after,
.cookie_btn:before {
    position: absolute;
    height: 2px;
    left: 50%;
    background: #FFF;
    bottom: -6px;
    content: "";
    transition: all 280ms ease-in-out;
    width: 0;
}
.cookie_btn:before {
    top: -6px;
}
.cookie_btn:hover:after,
.cookie_btn:hover:before {
    width: 100%;
    left: 0;
}

.fa-check-square-o {
	color: #52bb09 !important;
}

#si_mail {
	visibility: hidden;
}
#si_mail:checked ~ #si_popup form {
	visibility: visible;
}
#si_mail:checked + si_label {
	position: fixed;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	z-index: 99;
	color: rgba(0,0,0,0);
	background: rgba(180,180,180,.9);
	cursor: pointer;
}
#si_popup {
	visibility: hidden;
	position: fixed;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	z-index: 9999;
}

form input {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}

#si_popup form {
	position: absolute;
	bottom: 40px;
	right: 40px;
	width: 300px;
	padding: 20px;
	border: 1px solid rgb(255,255,255);
		-moz-box-shadow:0 0 4px #fff;
-webkit-box-shadow:0 0 4px #fff;
box-shadow:0 0 4px #fff;
	font-size: 100%;
	font-weight: 600;
	text-align: right;
	
    z-index: 9999;
    color: #337ab7;
    background: #97a6e7 /*#220c24*/;
}
#si_popup div:nth-of-type(1) {
	padding-top: 0px;
}
#si_popup div:nth-last-of-type(1) {
	padding: 10px 0px 0px 0px;
}
#si_popup div:after {
	content: attr(data-title);
	display: block;
	font-size: 70%;
	font-weight: normal;
	text-shadow: none;
}
#si_popup input {
	font-size: 90%;
}
#si_popup [type='submit'] {
	cursor: pointer;
}
#si_popup label:hover {
	color: #dbeaf9;
	cursor: pointer;
}
#si_popup__toggle {
	bottom: 25px;
	right: 10px;
}
.si_img-circle {
	background-color: #52bb09;
	box-sizing: content-box;
	-webkit-box-sizing: content-box;
	z-index: 8888;
}
.si_circlephone {
	z-index: 8888;
	box-sizing: content-box;
	-webkit-box-sizing: content-box;
	border: 2px solid #44aafe;
	width: 150px;
	height: 150px;
	bottom: 11px;
	right: 11px;
	position: fixed;
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	border-radius: 100%;
	opacity: .5;
	-webkit-animation: circle-anim 1s infinite ease-in-out !important;
	-moz-animation: circle-anim 1s infinite ease-in-out !important;
	-ms-animation: circle-anim 1s infinite ease-in-out !important;
	-o-animation: circle-anim 1s infinite ease-in-out !important;
	animation: circle-anim 1s infinite ease-in-out !important;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-o-transition: all .5s;
	transition: all 0.5s;
}
.si_circle-fill {
	z-index: 8888;
	box-sizing: content-box;
	-webkit-box-sizing: content-box;
	background-color: #fff;
	width: 100px;
	height: 100px;
	bottom: 36px;
	right: 36px;
	position: fixed;
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	border-radius: 100%;
	border: 2px solid transparent;
	-webkit-animation: circle-fill-anim 1s infinite ease-in-out;
	-moz-animation: circle-fill-anim 1s infinite ease-in-out;
	-ms-animation: circle-fill-anim 1s infinite ease-in-out;
	-o-animation: circle-fill-anim 1s infinite ease-in-out;
	animation: circle-fill-anim 1s infinite ease-in-out;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-o-transition: all .5s;
	transition: all 0.5s;
}
.si_img-circle {
	z-index: 8888;
	box-sizing: content-box;
	-webkit-box-sizing: content-box;
	width: 72px;
	height: 72px;
	bottom: 50px;
	right: 50px;
	position: fixed;
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	border-radius: 100%;
	border: 2px solid transparent;
	opacity: 1;
}
.si_img-circleblock {
	z-index: 8888;
	box-sizing: content-box;
	-webkit-box-sizing: content-box;
	width: 72px;
	height: 72px;
	background-image: url(../images/tel.png);
	background-position: center center;
	background-repeat: no-repeat;
	animation-name: tossing;
	-webkit-animation-name: tossing;
	animation-duration: 1.5s;
	-webkit-animation-duration: 1.5s;
	animation-iteration-count: infinite;
	-webkit-animation-iteration-count: infinite;
}
.si_img-circle:hover {
	opacity: 1;
	background-color: #46cc66;
	cursor: pointer;
}
@keyframes pulse {
0% {
transform: scale(0.9);
opacity: 1;
}
 50% {
transform: scale(1);
opacity: 1;
}
 100% {
transform: scale(0.9);
opacity: 1;
}
}
 @-webkit-keyframes pulse {
0% {
-webkit-transform: scale(0.95);
opacity: 1;

}
 50% {
-webkit-transform: scale(1);
opacity: 1;
}
 100% {
-webkit-transform: scale(0.95);
opacity: 1;
}
}
@keyframes tossing {
 0% {
transform: rotate(-8deg);
}
 50% {
transform: rotate(8deg);
}
 100% {
transform: rotate(-8deg);
}
}
@-webkit-keyframes tossing {
 0% {
-webkit-transform: rotate(-8deg);
}
 50% {
-webkit-transform: rotate(8deg);
}
 100% {
-webkit-transform: rotate(-8deg);
}
}
@-moz-keyframes circle-anim {
 0% {
-moz-transform: rotate(0deg) scale(0.1) skew(1deg);
opacity: .1;
-moz-opacity: .1;
-webkit-opacity: .1;
-o-opacity: .1;
}
 30% {
-moz-transform: rotate(0deg) scale(0.2) skew(1deg);
opacity: .5;
-moz-opacity: .5;
-webkit-opacity: .5;
-o-opacity: .5;
}
 100% {
-moz-transform: rotate(0deg) scale(0.5) skew(1deg);
opacity: .6;
-moz-opacity: .6;
-webkit-opacity: .6;
-o-opacity: .1;
}
}
@-webkit-keyframes circle-anim {
 0% {
-webkit-transform: rotate(0deg) scale(0.1) skew(1deg);
-webkit-opacity: .1;
}
 30% {
-webkit-transform: rotate(0deg) scale(0.2) skew(1deg);
-webkit-opacity: .5;
}
 100% {
-webkit-transform: rotate(0deg) scale(0.5) skew(1deg);
-webkit-opacity: .1;
}
}
@-o-keyframes circle-anim {
 0% {
-o-transform: rotate(0deg) kscale(0.1) skew(1deg);
-o-opacity: .1;
}
 30% {
-o-transform: rotate(0deg) scale(0.2) skew(1deg);
-o-opacity: .5;
}
 100% {
-o-transform: rotate(0deg) scale(0.2) skew(1deg);
-o-opacity: .1;
}
}
@keyframes circle-anim {
 0% {
transform: rotate(0deg) scale(0.5) skew(1deg);
opacity: .1;
}
 30% {
transform: rotate(0deg) scale(0.7) skew(1deg);
opacity: .5;
}
 100% {
transform: rotate(0deg) scale(0.2) skew(1deg);
opacity: .1;
}
}
@-moz-keyframes circle-fill-anim {
 0% {
-moz-transform: rotate(0deg) scale(0.7) skew(1deg);
opacity: .2;
}
 50% {
-moz-transform: rotate(0deg) -moz-scale(1) skew(1deg);
opacity: .2;
}
 100% {
-moz-transform: rotate(0deg) scale(0.7) skew(1deg);
opacity: .2;
}
}
@-webkit-keyframes circle-fill-anim {
 0% {
-webkit-transform: rotate(0deg) scale(0.7) skew(1deg);
opacity: .2;
}
 50% {
-webkit-transform: rotate(0deg) scale(1) skew(1deg);
opacity: .2;
}
 100% {
-webkit-transform: rotate(0deg) scale(0.7) skew(1deg);
opacity: .2;
}
}
@-o-keyframes circle-fill-anim {
 0% {
-o-transform: rotate(0deg) scale(0.7) skew(1deg);
opacity: .2;
}
 50% {
-o-transform: rotate(0deg) scale(1) skew(1deg);
opacity: .2;
}
 100% {
-o-transform: rotate(0deg) scale(0.7) skew(1deg);
opacity: .2;
}
}
@keyframes circle-fill-anim {
 0% {
transform: rotate(0deg) scale(0.7) skew(1deg);
opacity: .2;
}
 50% {
transform: rotate(0deg) scale(1) skew(1deg);
opacity: .2;
}
 100% {
transform: rotate(0deg) scale(0.7) skew(1deg);
opacity: .2;
}
}
