.phones a {
color: #000;
}

.bottom-contacts .item a.aa {
margin-left: 0px;
    color: white;
    text-decoration: none;
    border-bottom: 0px dashed #898989;
}

body .header .top-menu ul li ul {
    position: absolute;
    width: 300px;
    margin: 0 0 0 -40px;
    background: #fff;
    z-index: 10;
    box-shadow: rgba(1, 1, 1, 0.2) 2px 4px 8px;
    display: none;
}

.bottom-contacts {
    padding: 20px 0;
    background: #313131;
    color: #fff;

    width: 100%;
}


.contacts-map {
overflow: hidden;
    width: 100%;
}


.clos {
    color: #ff8a00;
    font-size: 35px;
    position: absolute;
    right: 10px;
    top: 0px;
cursor:pointer;
}

.phones a {
color:white;
}

.bottom-contacts .item a.aa {
margin-left: 0px;
    color: white;
    text-decoration: none;
    border-bottom: 0px dashed #898989;
}


.clos {
    color: #ff8a00;
    font-size: 35px;
    position: absolute;
    right: 10px;
    top: 0px;
cursor:pointer;
}

.whatsapp-button {
    position: fixed;
    right: 10px;
    bottom: 112px;
    transform: translate(-50%, -50%);
    background: #25D366; /*цвет кнопки*/
    border-radius: 50%;
    width: 55px; /*ширина кнопки*/
    height: 55px; /*высота кнопки*/
    color: #fff;
    text-align: center;
    line-height: 53px; /*центровка иконки в кнопке*/
    font-size: 35px; /*размер иконки*/
    z-index: 9999;
}
.whatsapp-button a {
    color: #fff;
}
.whatsapp-button:before,
.whatsapp-button:after {
    content: " ";
    display: block;
    position: absolute;
    border: 50%;
    border: 1px solid #25D366; /*цвет анимированных волн от кнопки*/
    left: -20px;
    right: -20px;
    top: -20px;
    bottom: -20px;
    border-radius: 50%;
    animation: animate 1.5s linear infinite;
    opacity: 0;
    backface-visibility: hidden; 
}
 
.whatsapp-button:after{
    animation-delay: .5s;
}
 
@keyframes animate
{
    0%
    {
        transform: scale(0.5);
        opacity: 0;
    }
    50%
    {
        opacity: 1;
    }
    100%
    {
        transform: scale(1.2);
        opacity: 0;
    }
}




 .clock  {
  float: right;
  background: url('clock-w.svg') no-repeat left;
  padding-left: 45px;
  padding-top: 10px;
}
 .clock div {
  font-size: 16px;
  font-weight: bold;
  padding-left: 10px;
  border-left: 1px solid #fff;
  color: #fff;
}

@media (max-width: 767px){
.header .clock{
    float: right;
    padding: 0;
    background: none;
    color: #000;
}
.header .clock div p {
    color: #000;
}
}
.mass-whatsapp{
    position: fixed;
    right: 0;
    bottom: 116px;
    transform: translate(-20%, -52%);

    color: #000;
    text-align: center;
    line-height: 111px;
    font-size: 16px;
    z-index: 9999;
    font-weight: 600;
}

@media (max-width : 800px) {  
.whatsapp-button {   
    bottom: 5px; /*отступ кнопки снизу от экрана*/
    left: 70px; /*отступ кнопки слева от экрана(right - справа)*/
  }
.mass-whatsapp{
        position: fixed;
    bottom: 5px;
    transform: translate(21%, -45%);
    color: #000;
    text-align: center;
    line-height: 111px;
    font-size: 14px;
    z-index: 9999;
    left: 0;
    right: auto;
    font-weight: 600;
}
}