/*Всплывающий DIV*/
.overlay {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 10;
    display: none;
    background-color: rgba(0, 0, 0, 0.65);
    position: fixed;
    cursor: default;
}
.overlay:target {
    display: block;
}
.popupdiv {
    top: -100%;
    right: 0;
    left: 50%;
    font-size: 14px;
    z-index: 20;
    margin: 0;
    width: 85%;
    min-width: 320px;
    max-width: 600px;
    position: fixed;
    padding: 15px;
    border: 1px solid #383838;
    background: #fefefe;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    border-radius: 4px;
    font: 14px/18px 'Tahoma', Arial, sans-serif;
    -webkit-box-shadow: 0 15px 20px rgba(0,0,0,.22),0 19px 60px rgba(0,0,0,.3);
    -moz-box-shadow: 0 15px 20px rgba(0,0,0,.22),0 19px 60px rgba(0,0,0,.3);
    -ms-box-shadow: 0 15px 20px rgba(0,0,0,.22),0 19px 60px rgba(0,0,0,.3);
    box-shadow: 0 15px 20px rgba(0,0,0,.22),0 19px 60px rgba(0,0,0,.3);
    -webkit-transform: translate(-50%, -500%);
    -ms-transform: translate(-50%, -500%);
    -o-transform: translate(-50%, -500%);
    transform: translate(-50%, -500%);
    -webkit-transition: -webkit-transform 0.6s ease-out;
    -moz-transition: -moz-transform 0.6s ease-out;
    -o-transition: -o-transform 0.6s ease-out;
    transition: transform 0.6s ease-out;
}
.overlay:target+.popupdiv {
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    -o-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    top: 20%;
}
.closediv {
    top: -10px;
    right: -10px;
    width: 20px;
    height: 20px;
    position: absolute;
    padding: 0;
    border: 2px solid #ccc;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    -ms-border-radius: 15px;
    -o-border-radius: 15px;
    border-radius: 15px;
    background-color: #000;
    -webkit-box-shadow: 0px 0px 10px #000;
    -moz-box-shadow: 0px 0px 10px #000;
    box-shadow: 0px 0px 10px #000;
    text-align: center;
    text-decoration: none;
    font: 13px/20px 'Tahoma', Arial, sans-serif;
    font-weight: bold;
    -webkit-transition: all ease .8s;
    -moz-transition: all ease .8s;
    -ms-transition: all ease .8s;
    -o-transition: all ease .8s;
    transition: all ease .8s;
}
.closediv:before {
    color: rgba(255, 255, 255, 0.9);
    content: "X";
    text-shadow: 0 -1px rgba(0, 0, 0, 0.9);
    font-size: 12px;
}

/*Конец Всплывающий DIV*/

   .zen {
    display: inline; /* Блочный элемент */
    margin-top: -10px;
   }

.tooltip-2 {
    position: relative;
    display: inline-block;
}

.zoom-in  {
cursor: zoom-in;
}
.tb-scroll {
    overflow-x: auto;
    width: 100%;
}

.tooltip-2text {
    visibility: hidden;
    width: 380px;
    background-color: #fff;
	border: 1px solid #868d95;
    /*color: #fff;*/
    text-align: justify;
    border-radius: 4px;
	-moz-border-radius: 4px 4px 4px 4px;
-webkit-border-radius: 4px 4px 4px 4px;
    padding: 5px;

    /* Position the tooltip */
    position: absolute;
left: 110%;
    top: -1px;
    margin-top: 0px;
z-index: 500; 
}

.tooltip-2:hover .tooltip-2text {
    visibility: visible;
}

.tooltip-2text::after {
    content: " ";
    position: absolute;
    top: 5%;
    right: 100%; /* To the left of the tooltip */
    margin-top: -5px;
    border-width: 15px;
    border-style: solid;
    border-color: transparent #868d95 transparent transparent;
}

.nline {
color: #1b5c79;
    text-decoration: none;
padding-right:8px;
}
.nline:before {
font-family: 'FontAwesome';
    padding-right:5px;
    font-weight: bold;
   color: #f91c1c;
    content: "\f101";
}

*#nav{
 height: 100px;

}
#nav ul{
 list-style: none;
  margin: 0;
 padding: 0;
}

#nav > ul > li{
 float: left;
 width: 180px;
 position: relative;
}
#nav li a{
 display: block;

 /*background: #fff;
 border: 1px solid #060A13;
 color: #060A13;

 text-align: center;*/
 padding: 3px;
 text-decoration: none;
}
#nav li a:hover{
 background: #f5f5f5;
}
#nav li .second{
 display: none;
position: absolute;
/*border: 1px solid #576e75;*/
background: #f5f5f5;
 padding: 10px 8px;
 left: 100%;
 top: 0;
}
#nav li:hover .second{

 display: block;
width: 230px;
z-index: 2000;
}

.btn-yellow, .btn-yellow:hover{
    background-color: #f9a91d;
    border-color: #f9a91d;
}


.fa-whatsapp {
    padding-right: 10px;
    font-weight: bold;
    color: #84c134;
}

.col2 {display: block; float:left; width: 100%;}

.li-tags {
padding-left:0;
    list-style: none;
font-size: 12px;
}

.li-tags a {
text-decoration: none; /* Убираем подчёркивание */
font-size: 13px;
 font-weight: 500;
   }

.li-tags a:hover{
font-size: 12px;
    color: #f7941d; /* Цвет ссылок */
    font-weight: bold;
   }

.li-tags a:before {
font-family: 'FontAwesome';
    padding-right:5px;
font-size: 13px;
 font-weight: bold;
    content: "\f101";
}

.bx-section-tegs {
    padding-left: 10px;
    border-left: 3px solid #1b5c79;
}

.slam-easyform-btn {
    display: inline-block;
    margin-bottom: 0;
    font-weight: 400;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    white-space: nowrap;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    border-radius: 4px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.btn-primary-orange {
    color: #fff;
    background-color: #F95C18;
    border-color: #F95C18;
}

.btn-primary-orange:hover {
    color: #fff;
    background-color: #f78a5a;
    border-color: #f78a5a;
}
/* Нумерованный список */
ol {
list-style:none;
margin-left: 10px;
counter-reset: li;
padding:0;
}
 
ol li {
margin-bottom: 5px;
text-align: justify;
}
 
ol li:before {
margin-right: 7px;
text-align: center;
font-size: 16px;
display:inline-block;
width: 22px;
height: 22px;
content:counter(li);
line-height: 22px;
font-weight: bold;
border-radius: 50%;
border-right: 1px solid;
color: #f57426;
counter-increment:li;
}
 
ol ol li {
margin-left: 20px;
}
 
ol ol li:before {
background: #f57426;
}

.whywe {

 color: #ee9200;
  
}
div .whywe {
width: 80px;
    height: 80px;
  border: 3px solid #ee9200;
  border-top-left-radius: 50%;
  border-top-right-radius: 50%;
  border-bottom-left-radius: 50%;
  border-bottom-right-radius: 50%;

font-size: 50px;
 }

.action-15 {
float: center;
background: url(/Images/15-uni.jpg) no-repeat;
background-size: contain;
height: 280px;
}

.layer1 {
    background: #fc0; 
    margin: 20% 0 0 70%;
padding-bottom: 3px;
   }



.blockinfo {
    border-left: 6px solid #f57426;
    background-color: #eee;
    padding: 10px 20px;
    margin: 0 0 20px;
 border-radius: 8px !important;
    font-style: italic;
    font-size: 15px;
clear: both;
}

 .blockinfo i {
    color: #f57426;
}

.block-contakt {
    border-left: 6px solid #f57426;
border-right: 6px solid #f57426;
    background-color: #eee;
    padding: 10px 20px;
    margin: 10px 0 20px 0;
 border-radius: 8px !important;
    font-style: italic;
    font-size: 15px;
clear: both;
}



.vopros {
font-weight: bold;
font-style: italic;
}

.vopros:before {
font-family: 'FontAwesome';
    padding-right:5px;
font-size: 20px;
font-style: normal;
   color: #f57426;
    content: "\f059";
}

.messengers {
    display: inline-block;
    vertical-align: middle;
}
.messengers {display: none;} @media only screen and (min-device-width : 320px)
and (max-device-width : 1200px) {.messengers { display: inline-block;
    vertical-align: middle;}}

/*Заголовки акций*/
.head_sell {
   /* overflow: hidden;
    border-radius: 12px;*/
}
.sell-title {
    border-top-left-radius: 12px;
    border-top-right-radius: 12px;
    padding: 0 7.5px 0 16px;
    /*height: 56px;*/
    color: #fff;
vertical-align: middle;
font: normal 900 20px/56px OpenSans,Open Sans,Arial,Helvetica,sans-serif;
}

.view-more {
    position: absolute;
    right: 13px;
    padding-right: 13px;
padding-top: 16px;
    color: #fff;
    font: normal 400 14px/56px OpenSans,Open Sans,Arial,Helvetica,sans-serif;
}
.view-more-2 {
    position: absolute;
    right: 13px;
    padding-right: 13px;
margin-top: -40px;
margin-right: 20px;

}
/*Конец Заголовки акций*/

.section_title {
    border-top: 1px #f7941d solid;
    height: 15px;
    text-align: center;
    position: relative;
    margin: 20px 0 10px 0;
    display: block;
}
.section_title h1, .section_title h2, .section_title h3, .section_title h4, .section_title h5 {
    position: relative;
    display: inline-block;
    padding: 0 10px;
    text-align: center;
    color: #f7941d;
    background: #fff;
    top: -10px;
    margin-top: 0px;
    margin-bottom: 0px;
}
.section_title h1 {
    font-size: 20px;
    font-family: 'Source Sans Pro',arial,sans-serif!important;
    font-weight: 500;
}
.section_title h2 {
    font-size: 18px;
    font-family: 'Source Sans Pro',arial,sans-serif!important;
    font-weight: 500;
}
.section_title h3 {
    font-size: 16px;
    font-family: 'Source Sans Pro',arial,sans-serif!important;
    font-weight: 500;
}
.section_title h4, .section_title h5 {
    font-size: 14px;
    font-family: 'Source Sans Pro',arial,sans-serif!important;
    font-weight: 500;
}
.section_title_green {
    border-top: 1px #008000 solid;
    height: 25px;
    text-align: center;
    position: relative;
    margin: 20px 0 10px 0;
    display: block;
}
.section_title_green h5 {
    position: relative;
    display: inline-block;
    padding: 0 10px;
    text-align: center;
    font-size: 18px;
    font-family: 'Source Sans Pro',arial,sans-serif!important;
    font-weight: 500;
    font-color: #008000;
    background: #fff;
    top: -20px;
}

.headline {
    display: block;
    margin: 10px 15px 10px 15px;
    border-bottom: 1px dotted #f7941d;
}
@media (max-width:640px) {
.headline
{
    font-size: 14px;
}
}

.headline h2 {
    font-size: 18px;
    font-family: 'Source Sans Pro',arial,sans-serif!important;
    font-weight: 500;
}

.headline p, .headline h2, .headline h3, .headline h4, .headline h5 {
margin: 0 0 2px 0;
    display: inline-block;
/*color: #f7941d;*/
}



.faq-item
{
    
    font-size:12px;
font-weight:bold;
color: #cc6600;

}

.faq-item
{
    
    font-size:12px;
    font-weight:bold;
    text-decoration:none;
    color: #cc6600;
}

.faq-item a:hover
{
    
font-size:12px;
    font-weight:bold;
    text-decoration:none;
    color: #cc6600;

}

.bx_catalog_line_ul
{

    padding: 0;

}

.li-check {
    padding:0;
    list-style: none;
}

.li-check li:before {
    padding-right:5px;
    font-weight: bold;
   color: #f57426;
    content: "\2714";
}

.li-hight {
    padding:0;
    list-style: none;
}

.li-hight li:after {
font-family: 'FontAwesome';
    padding-left:8px;
    font-weight: bold;
   color: red;
    content: "\f062";
}


.li-minus {
    padding:0;
    list-style: none;
}

.li-minus li:before {
font-family: 'FontAwesome';
    padding-right:5px;
    font-weight: bold;
   color: #f91c1c;
    content: "\f068";
}

.li-check-line li {
    list-style: none;
	float: left;
   margin: 0 5px 10px 0;

}

.li-check-line li:before {
    padding-right:3px;
    font-weight: bold;
   color: #f57426;
    content: "\2714";
}

.li-hand-o-right li:before {
font-family: 'FontAwesome';
    padding-right:5px;
    font-weight: bold;
   color: #f57426;
    content: "\f0a4";
}
.check {
    text-align: center;
}

.check:before {
    padding-right:5px;
    font-weight: bold;
   color: #008000;
    content: "\2714";
}


.minus {
    text-align: center;

}

.minus:before {
font-family: 'FontAwesome';
    padding-right:5px;
    font-weight: bold;
   color: #f91c1c;
    content: "\f068";
}

blockquote .fa {
    color: #f57426;
}

blockquote {
    border: 1px solid #f57426;
    background-color: #eee;
    border-radius: 8px !important;
    font-style: italic;
    font-size: 15px;
}


.pozvoni {
   font-size: 15px;
    font-weight:bold;
    color: #f57426;

}


.celltd {margin-top:15px; margin-bottom:15px; font-size:12px}
.celltd td, th { border-right:1px solid #FFFFFF; padding:3px 4px 3px 4px;}
.tabhead {background-color:#f7941d; color:#FFFFFF; font-size: 12px; text-align: center; border-bottom:1px solid #FFFFFF;}
.tabhead th {font-size: 12px; text-align: center; padding:3px 0}
.celltd {margin-top:15px; font-size:12px}
.mmkg {color:#ffffff; text-align:center; background-color:#999999}
.tabtr {background: linear-gradient(#e7ebec, #FFFFFF, #FFFFFF, #e7ebec); border-bottom:2px solid #b1b9bb;}
.tabtrlch {background: linear-gradient(#e7ebec, #FFFFFF, #FFFFFF, #e7ebec); border-bottom:2px solid #b1b9bb;}
.pointtd { text-align:center; font-size:18px}
.td-text-center { text-align:center}
.pointtd:after {
    text-align: center;
    font-size: 18px;
    content: "\2714";
}
.tabtrcenter {text-align: center; background: linear-gradient(#e7ebec, #FFFFFF, #FFFFFF, #e7ebec); border-bottom:2px solid #b1b9bb;}
.trakcia {color:#ffffff; background-color:red; text-align: center;  font-size: 18px;}
.tabhead2 {font-size: 11px; text-align: center;}
tfoot {background-color:#eae9e3; text-align: justify;}
/*tbody tr:nth-child(even) {
  background-color:#b1b9bb;
}*/

.price_rub {
    text-align: center;
white-space: nowrap;
}
.price_rub:after {
font-family: 'FontAwesome';
    padding-left:2px;
color: #f57426;
    content: "\f158";
}

.price_euro {
    text-align: center;
white-space: nowrap;
}
.price_euro:after {
font-family: 'FontAwesome';
    padding-left:2px;
color: #f57426;
    content: "\f153";
}




.links {
    text-decoration: none; /* Убираем подчёркивание */
    /*color: #f7941d; /* Цвет ссылок */
   font-weight: bold;
   }

.links a:hover {
    text-decoration: underline; /* подчёркивание */
 /*color: #f7941d; /* Цвет ссылок */
      font-weight: bold;
   }

.links::after {
font-family: 'FontAwesome';
padding-left:5px;

content: "\f101";
}

.li-menu3 {

list-style: none;

}

.li-menu3 li {
 display: inline-block;
  margin: 0 5px;

    }

.li-menu3 a {
/*color: #1b5c79;*/
    text-decoration: none; /* Убираем подчёркивание */
    font-weight: bold;
   }

.li-menu3 a:hover {
    text-decoration: underline; /* подчёркивание */
 /*color: #f7941d; /* Цвет ссылок */
    font-weight: bold;
   }

.li-menu3 a:after {
font-family: 'FontAwesome';
padding-left:5px;
font-size: 13px;
content: "\f101";
}

/*Облако тегов*/
.tags {

list-style: none;
padding: 0px;

}

.tags li {
 display: inline-block;
  margin: 0 5px;

    }

.tags li a {
color: #1b5c79;
font-size: 12px;
    text-decoration: none; /* Убираем подчёркивание */

   }

.tags a:hover {
	font-size: 12px;
    text-decoration: underline; /* подчёркивание */
 color: #f57426; /* Цвет ссылок */
   }

.tags a:before {
font-family: 'FontAwesome';
padding-right:3px;
font-size: 11px;
content: "\f002";
}

/*конец облако тэков*/


	/* Icons Color
------------------------------------*/ 
.dw-icon::before {
font-family: 'FontAwesome';
font-size: 18px;
padding-right:3px;
padding-left:8px;
display: inline-block;
content: "\f1c1";
}
.dw-icon-dwg::before {
font-family: 'FontAwesome';
font-size: 18px;
padding-right:3px;
padding-left:8px;
display: inline-block;
content: "\f1cb";
}


.dp-block { display: block;}
.clear-both { clear: both;}
.rounded {
    border-radius: 4px !important;
}

i.icon-custom {
  color: #f7941d;
 width: 40px;
line-height: 40px;
  height: 40px;
  font-size: 25px;

  margin-bottom: 5px;
margin-right: 10px;
  text-align: center;
  display: inline-block;   
  border: solid 1px #f7941d;
}
i.icon-color-u {
  color: #f7941d;
  border: solid 1px #f7941d;
}
i.icon-bg-u {
  background: #FFF;
}
i.icon-bg-u-yel {
  background: #FDC82F;
    color: #fff;
    border-color: transparent;
}
i.icon-bg-u-gray {
  background: #666;
    color: #fff;
    border-color: transparent;
}
i.icon-bg-u-gdark {
  background: #353536;
    color: #fff;
    border-color: transparent;
}
i.icon-bg-u-bordo {
  background: #b32727;
    color: #fff;
    border-color: transparent;
}

.bx-section-desc {
    padding-left: 15px;
    border-left: 3px solid #ee9200;
}
.rasp {
    background-color: #137899;
    width: 80px;
    height: 30px;
    color: white;
    text-align: center;
    border-radius: 10px!important;
    padding-top: 4px;
    font-weight: bold;
    margin-top: 3px;
    margin-left: 10px;
}

.rasp-c {
    width: 120px;
    height: 30px;
    color: black;
    text-align: center;
    padding-top: 4px;
    font-weight: bold;
    margin-top: 3px;
    font-size: 14px;
}
.rasp-h {
    background-color: #137899;
    width: 200px;
    height: 60px;
    color: white;
    text-align: center;
    border-radius: 10px!important;
    padding-top: 4px;
    font-weight: bold;
    margin-top: 3px;
    margin-left: 10px;
}

.copyright{
	color: #fff;
	/*opacity: .6;*/
	font-size: 13px;
	/*text-align: right;*/
	padding-top: 10px;
	/*padding-bottom: 10px;*/

}
.liveinternet{

	height:31px;
	width: 132px;
	
	text-align: center;
	

}

.fb a{text-decoration: none; color: #292eb5;}
.inst a{text-decoration: none; color: #d42020;}
.telegram a{text-decoration: none; color: #15aabf;}
i.fb {color: #292eb5; padding-right: 10px;}
i.inst {color: #d42020; padding-right: 10px;}
i.telegram {color: #15aabf; padding-right: 10px;}

.tab1{
	height: 86px;
	
}



.zag1
{
    
    font-size:18px;
    
}

.zag2
{
    
    font-size:12px;
font-weight:bold;
color: #cc6600;
    
}

.zag2 a
{
    
    font-size:12px;
    font-weight:bold;
    text-decoration:none;
    color: #cc6600;
}

.zag2 a:hover
{
    
font-size:12px;
    font-weight:bold;
    text-decoration:none;
    color: #cc6600;

}


.zag3
{
    
font: bold 12px/28px Verdana, Arial;
  color: #f7941d;

}
.zag3 a
{
    
    font-size:12px;
    font-weight:bold;
    text-decoration:none;
    color: #f7941d;
}

.zag3 a:hover
{
    
font-size:12px;
    font-weight:bold;
    text-decoration:none;
    color: #cc6600;

}


.zag4 a
{

    font-size:14px;
    font-weight:bold;
    text-decoration:underline;
    color: #f7941d;
}

.zag4 a:hover
{
    
font-size:14px;
    font-weight:bold;
    text-decoration:underline;
    color: #cc6600;

}

.zag5
{

font-size:18px;
    font-weight:bold;
    text-decoration:none;
    color: #cc6600;

}
.zag6 a
{

    font-size:14px;
    font-weight:bold;
    text-decoration:underline;
    color: #f7941d;
}

.zag6 a:hover
{
    
font-size:14px;
    font-weight:bold;
    text-decoration:underline;
    color: #cc6600;

}

.akc5
{
    
    width: 200px;
    
}

@media (max-width:900px) {

.akc5
{
    
    width: 150px;
    
}

}


@media (max-width:690px) {

.akc5
{
    
    width: 130px;
    
}

}

@media (max-width:640px) {

.akc5
{
    
    width: 250px;
    
}

}

.fotoname {
    position: relative;
    width: 100%;
    text-align: center;
    font-size: 14px;
    font-weight: bold;
    padding-top: 10px;
    padding-bottom: 10px;
    background: #fbf7db;
}


.fotogal{
position: relative;
	width: 100%;


}

@media (max-width:640px) {

.fotogal
{

display: none;   
    
}
}


.stat
{
    
    font-size:11px;
    
}

.stat a
{
    
    font-size:11px;
    
    text-decoration:none;
    color: #cc6600;
}



.other1_1 {
    animation-duration: 0.15s;
    animation-iteration-count: infinite;
    animation-name: hvr-icon-buzz;
    animation-timing-function: linear;
}
@keyframes hvr-icon-buzz {
50% {
    transform: translateX(3px) rotate(-10deg);
}
100% {
    transform: translateX(-3px) rotate(10deg);
}
}


/*кнопка звонка*/

.callback-bt {
        background:#38a3fd;
        border:2px solid #38a3fd;
        border-radius:50%;
        box-shadow:0 8px 10px rgba(56,163,253,0.3);
        cursor:pointer;
        height:68px;
        text-align:center;
        width:68px;
        position: fixed;
        right: 8%;
        bottom: 25%;
        z-index:999;
        transition:.3s;
        -webkit-animation:hWave linear 1s infinite;
        animation:hWave linear 1s infinite;
}

@media only screen 
and (min-device-width : 320px)
and (max-device-width : 960px){ .callback-bt { display: none; }}

.callback-bt .text-call{
        height:68px;
        width:68px;        
        border-radius:50%;
        position:relative;
        overflow:hidden;
}

.callback-bt .text-call span {
    text-align: center;
    color:#38a3fd;
    opacity: 0;
    font-size: 0;
        position:absolute;
        right: 6px;
        top: 22px;
    line-height: 14px;
        font-weight: 600;
    text-transform: uppercase;
    transition: opacity .3s linear;
    font-family: 'montserrat', Arial, Helvetica, sans-serif;
}

.callback-bt .text-call:hover span {
    opacity: 1;
        font-size: 11px;
}
.callback-bt:hover i {
    display:none;
}

.callback-bt:hover {
        z-index:1;
        background:#fff;
        color:transparent;
        transition:.3s;
}
.callback-bt:hover i {
        color:#38a3fd;
        font-size:40px;
        transition:.3s;
}
.callback-bt i {
        color:#fff;
        font-size:34px;
        transition:.3s;
        line-height: 66px;transition: .5s ease-in-out;
}

/*.callback-bt i  {
    animation: 1200ms ease 0s normal none 1 running shake;
        animation-iteration-count: infinite;
        -webkit-animation: 1200ms ease 0s normal none 1 running shake;
        -webkit-animation-iteration-count: infinite;
}*/

@-webkit-keyframes hWave {
        0% {
        box-shadow:0 8px 10px rgba(56,163,253,0.3),0 0 0 0 rgba(56,163,253,0.2),0 0 0 0 rgba(56,163,253,0.2)
}
40% {
        box-shadow:0 8px 10px rgba(56,163,253,0.3),0 0 0 15px rgba(56,163,253,0.2),0 0 0 0 rgba(56,163,253,0.2)
}
80% {
        box-shadow:0 8px 10px rgba(56,163,253,0.3),0 0 0 30px rgba(56,163,253,0),0 0 0 26.7px rgba(56,163,253,0.067)
}
100% {
        box-shadow:0 8px 10px rgba(56,163,253,0.3),0 0 0 30px rgba(56,163,253,0),0 0 0 40px rgba(56,163,253,0.0)
}
}@keyframes hWave {
        0% {
        box-shadow:0 8px 10px rgba(56,163,253,0.3),0 0 0 0 rgba(56,163,253,0.2),0 0 0 0 rgba(56,163,253,0.2)
}
40% {
        box-shadow:0 8px 10px rgba(56,163,253,0.3),0 0 0 15px rgba(56,163,253,0.2),0 0 0 0 rgba(56,163,253,0.2)
}
80% {
        box-shadow:0 8px 10px rgba(56,163,253,0.3),0 0 0 30px rgba(56,163,253,0),0 0 0 26.7px rgba(56,163,253,0.067)
}
100% {
        box-shadow:0 8px 10px rgba(56,163,253,0.3),0 0 0 30px rgba(56,163,253,0),0 0 0 40px rgba(56,163,253,0.0)
}
}

/* animations icon */

@keyframes shake {
0% {
    transform: rotateZ(0deg);
        -ms-transform: rotateZ(0deg);
        -webkit-transform: rotateZ(0deg);
}
10% {
    transform: rotateZ(-30deg);
        -ms-transform: rotateZ(-30deg);
        -webkit-transform: rotateZ(-30deg);
}
20% {
    transform: rotateZ(15deg);
        -ms-transform: rotateZ(15deg);
        -webkit-transform: rotateZ(15deg);
}
30% {
    transform: rotateZ(-10deg);
        -ms-transform: rotateZ(-10deg);
        -webkit-transform: rotateZ(-10deg);
}
40% {
    transform: rotateZ(7.5deg);
        -ms-transform: rotateZ(7.5deg);
        -webkit-transform: rotateZ(7.5deg);
}
50% {
    transform: rotateZ(-6deg);
        -ms-transform: rotateZ(-6deg);
        -webkit-transform: rotateZ(-6deg);
}
60% {
    transform: rotateZ(5deg);
        -ms-transform: rotateZ(5deg);
        -webkit-transform: rotateZ(5deg);
}
70% {
    transform: rotateZ(-4.28571deg);
        -ms-transform: rotateZ(-4.28571deg);
        -webkit-transform: rotateZ(-4.28571deg);
}
80% {
    transform: rotateZ(3.75deg);
        -ms-transform: rotateZ(3.75deg);
        -webkit-transform: rotateZ(3.75deg);
}
90% {
    transform: rotateZ(-3.33333deg);
        -ms-transform: rotateZ(-3.33333deg);
        -webkit-transform: rotateZ(-3.33333deg);
}
100% {
    transform: rotateZ(0deg);
        -ms-transform: rotateZ(0deg);
        -webkit-transform: rotateZ(0deg);
}
}

@-webkit-keyframes shake {
0% {
    transform: rotateZ(0deg);
        -ms-transform: rotateZ(0deg);
        -webkit-transform: rotateZ(0deg);
}
10% {
    transform: rotateZ(-30deg);
        -ms-transform: rotateZ(-30deg);
        -webkit-transform: rotateZ(-30deg);
}
20% {
    transform: rotateZ(15deg);
        -ms-transform: rotateZ(15deg);
        -webkit-transform: rotateZ(15deg);
}
30% {
    transform: rotateZ(-10deg);
        -ms-transform: rotateZ(-10deg);
        -webkit-transform: rotateZ(-10deg);
}
40% {
    transform: rotateZ(7.5deg);
        -ms-transform: rotateZ(7.5deg);
        -webkit-transform: rotateZ(7.5deg);
}
50% {
    transform: rotateZ(-6deg);
        -ms-transform: rotateZ(-6deg);
        -webkit-transform: rotateZ(-6deg);
}
60% {
    transform: rotateZ(5deg);
        -ms-transform: rotateZ(5deg);
        -webkit-transform: rotateZ(5deg);
}
70% {
    transform: rotateZ(-4.28571deg);
        -ms-transform: rotateZ(-4.28571deg);
        -webkit-transform: rotateZ(-4.28571deg);
}
80% {
    transform: rotateZ(3.75deg);
        -ms-transform: rotateZ(3.75deg);
        -webkit-transform: rotateZ(3.75deg);
}
90% {
    transform: rotateZ(-3.33333deg);
        -ms-transform: rotateZ(-3.33333deg);
        -webkit-transform: rotateZ(-3.33333deg);
}
100% {
    transform: rotateZ(0deg);
        -ms-transform: rotateZ(0deg);
        -webkit-transform: rotateZ(0deg);
}
}
/* конец кнопки звонка */

/*кнопка калькулятор*/

.calc-bt {
        background:#F95C18;
        border:2px solid #F95C18;
        border-radius:50%;
        box-shadow:0 8px 10px rgba(56,163,253,0.3);
        cursor:pointer;
        height:68px;
        text-align:center;

        width:68px;
        position: fixed;
        right: 8%;
        bottom: 35%;
        z-index:999;
        transition:.3s;
        -webkit-animation:hoverWave linear 1s infinite;
        animation:hoverWave linear 1s infinite;
}
@media only screen and (min-device-width : 320px)
and (max-device-width : 960px){ .calc-bt { display: none; }}

.calc-bt .text-call{
        height:64px;
        width:64px;        
        border-radius:50%;
        position:relative;
        overflow:hidden;
}

.calc-bt .text-call span {
    text-align: center;
    color:#F95C18;
    opacity: 0;
    font-size: 0;
        position:absolute;
        right: 4px;
        top: 22px;
    line-height: 14px;
        font-weight: 600;
    text-transform: uppercase;
    transition: opacity .3s linear;
    font-family: 'montserrat', Arial, Helvetica, sans-serif;
}

.calc-bt .text-call:hover span {
    opacity: 1;
        font-size: 11px;
}
.calc-bt:hover i {
    display:none;
}

.calc-bt:hover {
        z-index:1;
        background:#fff;
        color:transparent;
        transition:.3s;
}
.calc-bt:hover i {
        color:#F95C18;
        font-size:40px;
        transition:.3s;
}
.calc-bt i {
        color:#fff;
        font-size:34px;
        transition:.3s;
        line-height: 60px;transition: .5s ease-in-out;
}

@media only screen and (max-width: 920px) {.calc-bt {display: none;}}


@-webkit-keyframes hoverWave {
        0%  {
        box-shadow:0 8px 10px rgba(249,92,24,0.3),0 0 0 0 rgba(249,92,24,0.2),0 0 0 0 rgba(249,92,24,0.2)
}
40% {
        box-shadow:0 8px 10px rgba(249,92,24,0.3),0 0 0 15px rgba(249,92,24,0.2),0 0 0 0 rgba(249,92,24,0.2)
}
80% {
        box-shadow:0 8px 10px rgba(249,92,24,0.3),0 0 0 30px rgba(249,92,24,0),0 0 0 26.7px rgba(249,92,24,0.067)
}
100% {
        box-shadow:0 8px 10px rgba(249,92,24,0.3),0 0 0 30px rgba(249,92,24,0),0 0 0 40px rgba(249,92,24,0.0)
}
}@keyframes hoverWave {
        0%  {
        box-shadow:0 8px 10px rgba(249,92,24,0.3),0 0 0 0 rgba(249,92,24,0.2),0 0 0 0 rgba(249,92,24,0.2)
}
40% {
        box-shadow:0 8px 10px rgba(249,92,24,0.3),0 0 0 15px rgba(249,92,24,0.2),0 0 0 0 rgba(249,92,24,0.2)
}
80% {
        box-shadow:0 8px 10px rgba(249,92,24,0.3),0 0 0 30px rgba(249,92,24,0),0 0 0 26.7px rgba(249,92,24,0.067)
}
100% {
        box-shadow:0 8px 10px rgba(249,92,24,0.3),0 0 0 30px rgba(249,92,24,0),0 0 0 40px rgba(249,92,24,0.0)
}
}


/* конец кнопки калькулятора */

/* Rotate In */
.right1_7{
color: #1b5c79;
    /*text-decoration: none;*/
}

.right1_7:after {
  transform: rotate(-90deg) translateX(-1em) translateY(-1em);
  opacity: 0;
  content: '\f064';
  font-family: 'FontAwesome';
  display: inline-block;
  margin-left: 8px;
}


.right1_7:hover:after {
  transition: opacity .25s, transform .5s;
  transform: rotate(0) translateX(0) translateY(0);
  opacity: 1;
}

/* Rotate In end*/

/* Gift In*/
.gift1_6{

    text-decoration: none;

}

.gift1_6:after {
  transition: margin 0s;
  margin-left: -0em;
  opacity: 0;
  content: '\f06b';
  font-family: 'FontAwesome';
  display: inline-block;
}


.gift1_6:hover:after {
  transition: margin .35s, opacity .1s;
  margin-left: .5em;
  opacity: 1;
}

/* Gift In end*/

/* Shoot In*/
.right1_6{
color: #1b5c79;
    text-decoration: none;

}

.right1_6:before {
font-family: 'FontAwesome';
    padding-right:5px;
font-size: 12px;
 font-weight: bold;
    content: "\f101";
}

.right1_6:after {
  transition: margin 0s;
  margin-left: -5em;
  opacity: 0;
  content: '\f101';
  font-family: 'FontAwesome';
font-size: 12px;
 font-weight: bold;
  display: inline-block;
}
.right1_6:hover {
margin-left: 6px;

}
.right1_6:hover:before {
font-size: 12px;
 font-weight: bold;
    content: '';
}

.right1_6:hover:after {
  transition: margin .35s, opacity .1s;
  margin-left: .5em;
  opacity: 1;
}

/* Shoot In end*/

/* Shoot In SEE*/
.right2_6{
color: #1b5c79;
    text-decoration: none;

}

.right2_6:before {
font-family: 'FontAwesome';
    padding-right:5px;
font-size: 15px;
 font-weight: bold;
    content: "\f06e";
}

.right2_6:after {
  transition: margin 0s;
  margin-left: -10em;
  opacity: 0;
  content: '\f101';
  font-family: 'FontAwesome';
font-size: 12px;
 font-weight: bold;
  display: inline-block;
}
.right2_6:hover {
margin-left: 0px;

}
.right2_6:hover:before {
font-size: 15px;
 font-weight: bold;
    content: '\f06e';
}

.right2_6:hover:after {
  transition: margin .35s, opacity .1s;
  margin-left: .5em;
  opacity: 1;
}

/* Shoot In SEE end*/


/* Take Off */
.right1_8{

    text-decoration: none;
        font:500 19px arial;
        display: table;
}

.right1_8:after {
  transform: rotate(30deg) skew(-15deg);
  margin: 0;
  transform: scale(2) rotate(0) skew(0) translateX(-2em) translateY(1em);
  opacity: 1;
  /*visibility: hidden;*/
  content: '\f1d8';
  font-family: 'FontAwesome';
  display: inline-block;
}

/*.right1_8:hover{color:#9D1396;}*/
.right1_8:hover:after {
  margin-left: 1em;
  transform: rotate(30deg) translateX(8em) translateY(-20em);
  opacity: 0;
  visibility: visible;
  transition: transform 2s, opacity 1.8s, visibility .15s;
}
/* Take Off end*/

/* Scale # end*/
.right1_5{
        color: #ee9200;
    text-decoration: none;
        font:500 16px arial;
        display: table;
        transform: translateY(1px);
}

.right1_5:after {
  margin: 0;
  transform: scale(0.6) translateX(0.3em) translateY(2px);
  transition: transform .25s;
  content: '+7 495 648 678 5';
  display: inline-block;
}

.right1_5:hover{color:#ee9200;}
.right1_5:hover:after {
   transform: scale(1.5) translateX(40px) translateY(1px);
}

/* Scale # end*/

/* Shoot In*/
.right1_9{

    text-decoration: none;

}

.right1_9:after {
  transition: margin 0s;
  margin-left: -10em;
  opacity: 0;
color:#ee9200;
  content: 'читать статью ''\f101';
  font-family: 'FontAwesome';
  display: inline-block;
}


.right1_9:hover:after {
  transition: margin .35s, opacity .1s;
  margin-left: .5em;
  opacity: 1;
}

/* Shoot In end*/

/*самолетик*/


.right1_8{
    text-decoration: none;
        font: 18px arial;
        display: table;
}

.right1_8:after {
  transform: rotate(30deg) skew(-15deg);
padding-left: 8px;
  margin: 0;
  transform: scale(1.5) rotate(0) skew(0) translateX(-0.5em) translateY(0em);
  opacity: 1;
  /*visibility: hidden;*/
  content: '\f1d8';
  font-family: 'FontAwesome';
  display: inline-block;
}

.right1_8:hover:after {
color: #ef9f4b;
  margin-left: 0em;
 transform: rotate(30deg) translateX(8em) translateY(-20em);
  opacity: 0;
  visibility: visible;
  transition: transform 2s, opacity 4s, visibility .15s;

}
.right1_8:hover:before {
color: #fff;
  margin-left: 0em;
  visibility: visible;
 content: '\Отправить';
}
/*конец самолетик*/


/*машинка*/
/* CAR In*/
.right2_8{

    text-decoration: none;

}

.right2_8:before {
font-family: 'FontAwesome';
    padding-right:5px;
font-size: 15px;
 font-weight: bold;
    content: "\f48b";
}

.right2_8:after {
  transition: margin 0s;
  margin-left: 0em;
  opacity: 0;
  content: '\f48b';
  font-family: 'FontAwesome';
font-size: 15px;
 font-weight: bold;
  display: inline-block;
}
.right2_8:hover {
margin-left: 0px;

}
.right2_8:hover:before {
font-size: 15px;
 font-weight: bold;
    content: '\f48b';
}

.right2_8:hover:after {
  transition: margin .35s, opacity .1s;
  margin-left: .5em;
  opacity: 1;
}

/* CAR In end*/
/*конец машинка*/

/*Бегущая строка*/
/* @keyframes marquee {
    from { text-indent: 100%; }
    to { text-indent: 0; }
   }*/

.marquee {
overflow: hidden;
    white-space: nowrap; /* Запрещаем переносы слов */
    animation: marquee 10s linear infinite alternate;
    background: #ffcc00;
    padding: 5px;
background-color: #fff;
border: 0.5px solid #98969652;
 padding: 5px;
color: red;
text-align: center;
font-weight: bold;
font-family: 'Arial';
    display: block;
    width: 100%;
    white-space: nowrap;
    overflow: hidden;

}

.marquee  span {
/*text-transform: uppercase;

   display: inline-block;
  padding-left: 100%;
   -webkit-animation: scroll 30s linear infinite alternate;
    -moz-animation: scroll 30s linear infinite alternate;
    animation: scroll 30s linear infinite alternate;*/


}
/*.marquee:hover {
    -webkit-animation-play-state: paused;
    animation-play-state: paused; /* Пауза */
   }*/

/*.marquee span:before {
font-size: 18px;
text-transform: uppercase;
font-family: 'FontAwesome';
color: #0d0f1099;
    content: '\f2dc';
 padding-right:5px;
}

.marquee span:after {
font-size: 18px;
 font-weight: bold;
font-family: 'FontAwesome';
color: #0d0f1099;
    content: '\f2dc';
 padding-left:5px;
}*/
/*Конец Бегущая строка*/

.imgtrans{
overflow:hidden;
transition: 1s;
}
.imgtrans:hover{
	transform: scale(1.5, 1.5);
}

.imgtrans-full{
overflow:hidden;
transition: 1s;
}
.imgtrans-full:hover{
	transform: scale(4, 4);
}

/*Всплывающий скриншот*/
.popup-1, .popup-2, .popup-3{  
position: relative;  
z-index: 0;  
}  

.popup-1:hover{  
background-color: transparent;  
z-index: 500;
cursor: zoom-in;  
}  

.popup-2:hover, .popup-3:hover{  
background-color: transparent;  
z-index: 500; 
}  

.popup-1  span, .popup-2 span, .popup-3 span{ /*CSS for enlarged image*/  
position: absolute;  
background-color: #fff;
padding: 5px;  
left: -1000px;  
width: 370px;
border: 1px solid #868d95;  
visibility: hidden;  
color: #000;  
text-decoration: none;  
border-radius: 4px 4px 4px 4px;
-moz-border-radius: 4px 4px 4px 4px;
-webkit-border-radius: 4px 4px 4px 4px;
}  
.popup-1 span img{ /*CSS for enlarged image*/  
border-width: 0;  
padding: 2px;  
}  
.popup-1:hover span{ /*CSS for enlarged image on hover*/  
visibility: visible;  
top: 0;  
left: 150px; /*position where enlarged image should offset horizontally */  
top: 5px;
}  

.popup-2:hover span{ /*CSS for enlarged image on hover*/  
visibility: visible;  
top: 0;  
left: 100px; /*position where enlarged image should offset horizontally */  
top: 5px;
}  
.popup-3:hover span{ /*CSS for enlarged image on hover*/  
visibility: visible;  
top: 0;  
left: 80px; /*position where enlarged image should offset horizontally */  
top: 5px;
}  

/*---------------------*/

/* Нумерованный список в строку*/
ol.s-line {
    margin: 5px 0; /* Обнуляем значение отступов */
   
   }
ol.s-line li{
	display: inline; /* Отображать как строчный элемент */
margin-right: 5px;
}

 
ol.s-line li:before {
margin-right: 5px;
text-align: center;
display:inline-block;
width: 20px;
height: 20px;
background: #fff;
 color: #f57426;
content:counter(li);
line-height: 20px;
font-weight: bold;
border-radius: 50%;
border-right: 1px solid #f57426;
counter-increment:li;
}



/*---------------------*/


/*  Поворотный DIV  */
.wrapper-r {
  position: relative;
  width: auto;
  height: auto;
margin: 70px 0;
 background-color: #fff;
  /*display: flex;*/
  justify-content: center;
  align-items: center;
}
.card-r {
  width: auto;
  height: auto;
  position: relative;
 perspective: 1000px;
  /*border: 1px solid #ea851a;*/
}
.front-r, .back-r {
  position: absolute;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
color: #f57426;
  transition: 1s;
  backface-visibility: hidden;
  background-color: #fff;
 }


/*.front-r img {
    max-width: 100%;
    min-width: 100%;
    height: auto;
}*/
.back-r {
  transform: rotateY(180deg);
}
.card-r:hover .front-r {
    transform: rotateY(180deg);}
.card-r:hover .back-r {
    transform: rotateY(360deg);}
	
	/*  Конец Поворотный DIV  */

.whatsapp-button {
       background: #25D366;
       border: 3px solid #1cc15a;
       border-radius: 50%;
       box-shadow: 0 8px 8px rgba(7, 206, 112, 0.6);
       cursor: pointer;
       height: 50px;
       text-align: center;
       width: 50px;
       position: fixed;
       right: 8%;
       bottom: 8%;
       z-index: 999;
       transition: .3s;
       /*-webkit-animation: hoverWave linear 1s infinite;
       animation: hoverWave linear 1s infinite;*/
}

@media only screen and (min-device-width : 320px)
and (max-device-width : 960px){ .whatsapp-button { bottom: 4%; right: 50%;}}

.whatsapp-button .text-button {
        height:50px;
        width:50px;        
        border-radius:50%;
        position:relative;
        overflow:hidden;
}
.whatsapp-button .text-button span {
    text-align: center;
    color:#23a455;
    opacity: 0;
    font-size: 0;
        position:absolute;
        right: 7px;
        top: 16px;
    line-height: 14px;
        font-weight: 600;
    transition: opacity .3s linear;
    font-family: 'montserrat', Arial, Helvetica, sans-serif;
}
.whatsapp-button .text-button:hover span {
    opacity: 1;
        font-size: 9px;
}
.whatsapp-button:hover i {
        display:none;
}
.whatsapp-button:hover {
        z-index:999;
        background:#fff;
        color:transparent;
        transition:.3s;
}
.whatsapp-button:hover i {
        color:#25D366;
        font-size:32px;
        transition:.3s;
}
.whatsapp-button i {
        color:#fff;
        font-size:32px;
padding-left: 5px;
        transition:.3s;
        line-height: 48px;
		/*transition: .5s ease-in-out;
        animation: 1200ms ease 0s normal none 1 running shake;
        animation-iteration-count: infinite;
        -webkit-animation: 1200ms ease 0s normal none 1 running shake;
        -webkit-animation-iteration-count: infinite;*/
}
@-webkit-keyframes hoverWave {
        0% {
        box-shadow:0 8px 10px rgba(7,206,112,0.3),0 0 0 0 rgba(7,206,112,0.2),0 0 0 0 rgba(7,206,112,0.2)
}
40% {
        box-shadow:0 8px 10px rgba(7,206,112,0.3),0 0 0 15px rgba(7,206,112,0.2),0 0 0 0 rgba(7,206,112,0.2)
}
80% {
        box-shadow:0 8px 10px rgba(7,206,112,0.3),0 0 0 30px rgba(7,206,112,0),0 0 0 26.7px rgba(7,206,112,0.067)
}
100% {
        box-shadow:0 8px 10px rgba(7,206,112,0.3),0 0 0 30px rgba(7,206,112,0),0 0 0 40px rgba(7,206,112,0.0)
}
}@keyframes hoverWave {
        0% {
        box-shadow:0 8px 10px rgba(7,206,112,0.3),0 0 0 0 rgba(7,206,112,0.2),0 0 0 0 rgba(7,206,112,0.2)
}
40% {
        box-shadow:0 8px 10px rgba(7,206,112,0.3),0 0 0 15px rgba(7,206,112,0.2),0 0 0 0 rgba(7,206,112,0.2)
}
80% {
        box-shadow:0 8px 10px rgba(7,206,112,0.3),0 0 0 30px rgba(7,206,112,0),0 0 0 26.7px rgba(7,206,112,0.067)
}
100% {
        box-shadow:0 8px 10px rgba(7,206,112,0.3),0 0 0 30px rgba(7,206,112,0),0 0 0 40px rgba(7,206,112,0.0)
}
}
@keyframes shake {
0% {
    transform: rotateZ(0deg);
        -ms-transform: rotateZ(0deg);
        -webkit-transform: rotateZ(0deg);
}
10% {
    transform: rotateZ(-30deg);
        -ms-transform: rotateZ(-30deg);
        -webkit-transform: rotateZ(-30deg);
}
20% {
    transform: rotateZ(15deg);
        -ms-transform: rotateZ(15deg);
        -webkit-transform: rotateZ(15deg);
}
30% {
    transform: rotateZ(-10deg);
        -ms-transform: rotateZ(-10deg);
        -webkit-transform: rotateZ(-10deg);
}
40% {
    transform: rotateZ(7.5deg);
        -ms-transform: rotateZ(7.5deg);
        -webkit-transform: rotateZ(7.5deg);
}
50% {
    transform: rotateZ(-6deg);
        -ms-transform: rotateZ(-6deg);
        -webkit-transform: rotateZ(-6deg);
}
60% {
    transform: rotateZ(5deg);
        -ms-transform: rotateZ(5deg);
        -webkit-transform: rotateZ(5deg);
}
70% {
    transform: rotateZ(-4.28571deg);
        -ms-transform: rotateZ(-4.28571deg);
        -webkit-transform: rotateZ(-4.28571deg);
}
80% {
    transform: rotateZ(3.75deg);
        -ms-transform: rotateZ(3.75deg);
        -webkit-transform: rotateZ(3.75deg);
}
90% {
    transform: rotateZ(-3.33333deg);
        -ms-transform: rotateZ(-3.33333deg);
        -webkit-transform: rotateZ(-3.33333deg);
}
100% {
    transform: rotateZ(0deg);
        -ms-transform: rotateZ(0deg);
        -webkit-transform: rotateZ(0deg);
}
}
@-webkit-keyframes shake {
0% {
    transform: rotateZ(0deg);
        -ms-transform: rotateZ(0deg);
        -webkit-transform: rotateZ(0deg);
}
10% {
    transform: rotateZ(-30deg);
        -ms-transform: rotateZ(-30deg);
        -webkit-transform: rotateZ(-30deg);
}
20% {
    transform: rotateZ(15deg);
        -ms-transform: rotateZ(15deg);
        -webkit-transform: rotateZ(15deg);
}
30% {
    transform: rotateZ(-10deg);
        -ms-transform: rotateZ(-10deg);
        -webkit-transform: rotateZ(-10deg);
}
40% {
    transform: rotateZ(7.5deg);
        -ms-transform: rotateZ(7.5deg);
        -webkit-transform: rotateZ(7.5deg);
}
50% {
    transform: rotateZ(-6deg);
        -ms-transform: rotateZ(-6deg);
        -webkit-transform: rotateZ(-6deg);
}
60% {
    transform: rotateZ(5deg);
        -ms-transform: rotateZ(5deg);
        -webkit-transform: rotateZ(5deg);
}
70% {
    transform: rotateZ(-4.28571deg);
        -ms-transform: rotateZ(-4.28571deg);
        -webkit-transform: rotateZ(-4.28571deg);
}
80% {
    transform: rotateZ(3.75deg);
        -ms-transform: rotateZ(3.75deg);
        -webkit-transform: rotateZ(3.75deg);
}
90% {
    transform: rotateZ(-3.33333deg);
        -ms-transform: rotateZ(-3.33333deg);
        -webkit-transform: rotateZ(-3.33333deg);
}
100% {
    transform: rotateZ(0deg);
        -ms-transform: rotateZ(0deg);
        -webkit-transform: rotateZ(0deg);
}
}