ul.menu {
 
  padding: 0;
}
ul.menu li {
  display: inline-block;
  margin: 10px;
}



ul.menu li a i.fa {
  display: inline-block;
  height: 30px;
  width: 30px;
  text-align: center;
  line-height: 30px;
  padding: 10px;
  border-radius: 60px;
  color: #000;
  position: relative;
  transition: all ease 0.2s;
}
ul.menu li a i.fa::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  height: 100%;
  width: 100%;
  z-index: -1;
  border-radius: 40px;
  background-color: #9E9E9E;
}
ul.menu li a i.fa:hover {
  color: #fff;
  
}
ul.menu li a i.fa:hover::after {
  animation: animate ease 0.6s forwards;
}
ul.menu li a i.fa-facebook:hover::after {
  background-color: #3b5998;
}
ul.menu li a i.fa-twitter:hover::after {
  background-color: #00aced;
}
ul.menu li a i.fa-instagram:hover::after {
  background-color: #8a3ab9;
}
ul.menu li a i.fa-youtube-play:hover::after {
  background-color: #ff0000;
}

@keyframes animate {
  0%,20% {
    transform: scale(1);
    border-radius: 40px;
    background-color: #9E9E9E;
  }
  30% {
    transform: scale(1.2);
  }
  40% {
    transform: scale(1.1);
  }
  50% {
    transform: scale(1);
    border-radius: 10px;
  }
  60%,100% {
    transform: scale(1);
    border-radius: 5px;
  }
}
.seehere {
  font-size: 50px;
  position: absolute;
  bottom: 20px;
  right: 20px;
  color: #ff0000;
}

* {
	box-sizing: border-box;
}

body {
	margin: 0;
	padding: 0;
	background-color: #ffffff;
}

/* 9. Звонок
--------------------------------------*/
.callback-widget-desc {
    display:block;
    width:70px;
    height:70px;
    background-image: url(/webpimg/telefon.webp);
    background-size:cover;
    position:fixed;
    bottom:60%;
    right:30px;
    border-radius: 50%;
    cursor:pointer;
    -webkit-animation-name: 'play_down';
    -moz-animation-name: 'play_up';
    animation-duration: 1.5s;
    animation-iteration-count: infinite;
    box-shadow: 0 0 0 3px rgba(22, 160, 133,.5);}
    #content > div.callback-widget-desc > span > i, body > div.body > div.main.banner-AUTO > div.callback-widget-desc > span > i {height: 70px;width: 70px;line-height: 55px;padding-top:7px;font-size: 45px!important;}
    #content > div.callback-widget-desc > span, div.main.banner-AUTO > div.callback-widget-desc > span {font-size: 45px!important;}
    .callback-widget-mob {display:none;}
    .phonewebp {width:70px;height:70px;margin:0!important;}

@keyframes  play_up {    0% 
    {
        -webkit-box-shadow: 0 0 rgba(22,160,133,.6);
        -moz-box-shadow: 0 0 rgba(22,160,133,.6);
        box-shadow: 0 0 rgba(22,160,133,.6);
    }    to     {
        -webkit-box-shadow: 0 0 0 20px rgba(22,160,133,0);
        -moz-box-shadow: 0 0 0 20px rgba(22,160,133,0);
        box-shadow: 0 0 0 20px rgba(22,160,133,0);
    }   }
@keyframes  play_down {    0% 
    {
        -webkit-box-shadow: 0 0 rgba(22,160,133,.6);
        -moz-box-shadow: 0 0 rgba(22,160,133,.6);
        box-shadow: 0 0 rgba(22,160,133,.6); 
    }    to     {
        -webkit-box-shadow: 0 0 0 20px rgba(22,160,133,0);
        -moz-box-shadow: 0 0 0 20px rgba(22,160,133,0);
        box-shadow: 0 0 0 20px rgba(22,160,133,0);  
    }    }
    
@media only screen and (min-width: 320px) and (max-width: 600px) {
.callback-widget-desc {display:none;}
    .callback-widget-mob {
        display: block;
        width: 56px;
        height: 56px;
        position: fixed;
        bottom: 50%;
        right: 43px;
        border-radius: 50%;
        z-index: 10000;
        border: 0px cursor: pointer;
        -webkit-animation-name: 'play_down';
        -moz-animation-name: 'play_up';
        animation-duration: 1.5s;
        animation-iteration-count: infinite;
        box-shadow: 0 0 0 3px rgba(22, 160, 133, .5);}
    .phonewebp {width:56px;height:56px;margin:0!important;}
#content > div.callback-widget-mob > span {font-size: 35px!important;overflow-x:hidden!important;}
#content > div.callback-widget-mob > a > i {height: 56px;width: 56px;line-height: 55px;padding-top:0px;font-size: 35px!important;overflow-x:hidden!important;}
}