﻿.header-menu li:hover .header-menu-list-mask,
.header-menu li.active .header-menu-list-mask{
    transform: scale(1, 1);
}
.header-menu li:hover a,
.header-menu li.active a{
    color: #FFF;
}
.header-menu li:hover,
.header-menu li.active {
    border: 1px solid #ed7102;
    transition-delay: 0.3s;
    border-top: 0;
}

.slick-prev:hover{
    animation: InRight 1s ease 0s infinite alternate;
}

.slick-next:hover{
    animation: InLeft 1s ease 0s infinite alternate;
}
.header-phone a:hover{
    color: #cd2828;
    /* font-size: 35px; */
    /* letter-spacing: 2px; */
    font-weight: bold;
}

.button input:hover{
    background-color:#cd2828;
    font-weight: bold;
    letter-spacing: 2px;
}
#name:focus + label,
#phone:focus + label,
#add:focus + label,
#other:focus + label{
  color: #ed7102;

}

.footer-list a:hover,
.footer-menu:hover{
    color: #ff0000;
}