.contacts-button-wrap{
    display: flex;
    justify-content: space-around;
    padding-top: 10px;
}
.butt{
    color: #0d0d0d;
    font-family: "Gotham Pro";
    font-size: 11px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.55px;
    border: 1px solid #0d0d0d;
    padding: 15px 59px;
    display: inline-block;
    transition: 0.2s all;
}
.butt:hover{
    text-decoration: none;
    color: #0d0d0d;
}
.contacts-button--active{
    background: #0d0d0d;
    color: #fff;
}
.contacts-button--active:hover{
    color: #fff;
}
.contacts-content{
    padding-top: 60px;
}
.contacts .ha3 img{
    padding-right: 15px;
    display: inline-block;
}
.contacts .ha3{
    font-family: "Gotham Pro";
    font-size: 12px;
    font-weight: 400;
    line-height: 30px;
    text-transform: uppercase;
    color: #eb000d;
    letter-spacing: 2.4px;
}
.contact-text{
    color: #0e0e0e;
    font-family: "Gotham Pro";
    font-size: 16px;
    font-weight: 900;
    line-height: 34px;
    text-transform: uppercase;
}
.contact-text--tel{
    font-size: 22px;
}
.social-mnu-contact-page{
    padding-bottom: 100px;
}
.maps-ua{
    width: 100%;
    height: 100%;         
}
.contacts-content{
    display: none;
}
.contacts-content-active{
    display: block;
}

#form-popup2 .wpcf7 p span{
    width: 100% !important;
}
#form-popup2 input{
    margin-bottom: 20px;
    padding: 10px 5px;
    border: none;
    border-bottom: 1px solid #7c7c7c;
    background: transparent;
    border-radius: 0;
}
#form-popup2 textarea{
    margin-bottom: 10px;
    padding: 10px 5px;
    border: none;
    border-bottom: 1px solid #7c7c7c;
    background: transparent;
    border-radius: 0;
    height: 80px;
}
#form-popup2 input[type=submit]{
    display: inline-block;
    margin-left: auto;
    margin-right: auto;
    margin-top: 20px;
    width: auto;
    color: #ffffff;
    font-family: "Gotham Pro";
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.7px;
    background-color: #eb000d;
    padding: 22px 85px;
    border: none;
}