/*footer*/

.contactUs{
    width: 100%;
    display: flex;
    align-items: center;
    flex-flow: column;
    margin-bottom: 50px;
}

.contactUs div{
    padding-top: 30px;
}

.contactUs div p{
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 40px;
    font-size: 24px;
}

.contactUs div .footer--phone a,
.contactUs div .footer--email a {
    font-weight: 700;
    text-decoration: none;
    color: black;
}
.contactUs div .footer--phone {
    margin-bottom: 5px;
}
.contactUs div .footer--email a {
    font-size: 20px;
    color: #444;
}

.btn_contactUs{
    border: 1px solid #fff952;
    background-color: #fff952;
    border-radius: 20px;
    padding: 10px 5px;
    width: 212px;
    text-decoration: none;
    text-align: center;
    padding-top: 20px;
    height: 30px;
}

.btn_contactUs span{
    font-family: 'Lato', sans-serif;
    font-weight: 700;
    font-size: 16px;
    letter-spacing: 0.7px;
    text-transform: uppercase;
    color:#000;  
}

.m-footer {
    display: none;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
}

.m-footer--container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    max-width: 100%;
}

.m-footer--item {
    flex: 1 0 0%;
    text-align: center;
}

.m-footer--text {
    display: block;
    font-weight: bold;
    font-size: 9px;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: -.2px;
}

.m-footer--link {
    padding: 10px 0;
    display: block;
    height: 100%;
    text-decoration: none;
    background-color: rgba(0,0,0,.5);
    font-size: 32px;
    color: #fff;
}

.m-footer--icon {
    height: 40px;
    margin-bottom: 5px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.m-footer--call {
    background-color: rgba(50, 50, 50, .8)
}

.m-footer--viber {
    font-size: 40px;
    /*background-color: #6d3a97;*/
    background-color: rgba(109, 58, 151, .8);
}

.m-footer--whatsapp {
    font-size: 40px;
    /*background-color: #07a723;*/
    background-color: rgba(7, 167, 35, .8);
}

.m-footer--telegram {
    /*background-color: #2da5d8;*/
    background-color: rgba(45, 165, 216, .8);
}

.m-footer--item img {
    max-width: 100%;
    height: auto;
}

@media (max-width: 767.98px) {
    .m-footer {
        display: block
    }
}