/*footer*/
footer {
    font-family: Roboto;
    background-color: #393939;
    color: #ffffff;
    padding: 25px 0 20px;
}
.mx-menu_wrap {
    width: 10%;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: center;
    border-right: 1px solid #5D4A54;
}
.mx-menu_wrap ul {
    margin: auto;
}
.menu-list-footer li {
    text-align: right;
    padding-right: 40px;
    padding-bottom: 12px;
    padding-top: 12px;
}
.mx-menu_wrap a {
    font-size: 16px;
    line-height: 19px;
    color: #ffffff;
    -webkit-transition: 0.3s all ease;
    transition: 0.3s all ease;
}
.mx-menu_wrap a:hover {
    color: #DF1885;
    -webkit-transition: 0.3s all ease;
    transition: 0.3s all ease;
}
.mx-contact_wrap {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: space-around;
    width: 90%;
}
.mx-footer-soc-icons {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: flex-end;
    padding-right: 70px;
    width: 100%;
    margin-bottom: 50px;
}
.mx-footer-soc-icons a {
    display: block;
    margin: 0 10px auto;
    width: 30px;
    height: 30px;
    position: relative;
}
.mx-inst-footer:before,
.mx-fb-footer:before,
.mx-vk-footer:before {
    content: '';
    position: absolute;
    display: block;
    background-repeat: no-repeat;
    -webkit-background-size: 100%;
    background-size: 100%;
    width: 30px;
    height: 31px;
    -webkit-transition: 0.3s all ease;
    transition: 0.3s all ease;
}
.mx-inst-footer:before {
    background-image: url(../img/inst-footer.png);
    top: 2.5px;
}
.mx-fb-footer:before {
    background-image: url(../img/fb-footer.png);
}
.mx-vk-footer:before {
    background-image: url(../img/vk-footer.png);
    width: 16px;
    top: 12px;
}
.mx-inst-footer,
.mx-fb-footer,
.mx-vk-footer {
    -webkit-transition: 0.3s all ease;
    transition: 0.3s all ease;
}
.mx-inst-footer:hover,
.mx-fb-footer:hover,
.mx-vk-footer:hover {
    opacity: 0.7;
    -webkit-transition: 0.3s all ease;
    transition: 0.3s all ease;
}
.mx-contact-social {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 10px 0;
}
.mx-subscribe-wrap {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    flex-wrap: wrap;
    flex-flow: column;
    justify-content: flex-end;
    padding-left: 18px;
}
.mx-subscribe-wrap span {
    font-size: 14px;
    line-height: 16px;
    color: #CDCDCD;
    font-style: italic;
    margin-bottom: 14px;
}
.subscribe-mail {
    background: #575757;
    border: 1px solid #3E3E3E;
    box-sizing: border-box;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
    font-size: 16px;
    line-height: 19px;
    width: 400px;
    height: 33px;
    border-right: none;
    padding: 2px 15px;
    outline: none;
    color: #CDCDCD;
}
.subscribe-button {
    width: 60px;
    height: 31.5px;
    background: #29EECD;
    border-radius: 0px 9px 10px 0px;
    border: none;
    position: relative;
    font-size: 0;
    margin-top: 0.5px;
    outline: none;
    -webkit-transition: 0.3s all ease;
    transition: 0.3s all ease;
}
.subscribe-button:before {
    content: '';
    display: block;
    width: 18px;
    height: 6px;
    background-image: url(../img/arrow.svg);
    position: absolute;
    top: 50%;
    left: 50%;
    background-repeat: no-repeat;
    -webkit-background-size: 100%;
    background-size: 100%;
    margin-top: -3px;
    margin-left: -9px;
}
.subscribe-button:hover {
    background: #DF1885;
    -webkit-transition: 0.3s all ease;
    transition: 0.3s all ease;
}
.subscribe-form {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    flex-wrap: wrap;
}
.mx-contact-adress {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 40px 0 0 0;
}
.mx-instructions-wrap {
    text-align: center;
    width: 100%;
    margin-top: 15px;
}
.mx-contact-adress ul li,
.mx-contact-adress ul li a,
.mx-instructions-wrap a {
    font-size: 12px;
    line-height: 14px;  
    color: #CDCDCD;
    -webkit-transition: 0.3s all ease;
    transition: 0.3s all ease;
}
.mx-instructions-wrap a:last-child {
    margin-left: 15px;
}
.mx-contact-adress ul li a:hover,
.mx-instructions-wrap a:hover {
    color: #DF1885;
    -webkit-transition: 0.3s all ease;
    transition: 0.3s all ease;
}
.mx-contact-adress ul li {
    margin: 10px 0;
}
.contact-titles {
    text-align: right;
    padding-right: 15px;
    margin-bottom: 0;
    height: 100%;
    display: flex;
    flex-wrap: wrap;
    flex-flow: column;
    justify-content: space-around;
}
.mx-contacts {
    padding-left: 15px;
    margin-bottom: 0;
    height: 100%;
    display: flex;
    flex-wrap: wrap;
    flex-flow: column;
    justify-content: space-around;
}
.mx-contacts li {
    position: relative;
    padding-left: 25px;
}
.mx-contacts li:before {
    content: '';
    position: absolute;
    display: block;
    background-repeat: no-repeat;
    -webkit-background-size: 100%;
    background-size: 100%;
    width: 16px;
    height: 16px;
    top: 0;
    left: 0;
}
.mx-contacts li.mx-contacts-tel:before {
    background-image: url(../img/footer-tel.svg);
}
.mx-contacts li.mx-contacts-adr:before {
    background-image: url(../img/footer-location.svg);
    width: 11px;
    height: 16px;
}
.mx-contacts li.mx-contacts-mail:before {
    background-image: url(../img/footer-mail.svg);
    width: 16px;
    height: 12px;
    top: 1.5px;
}
.mx-new-footer {
    position: relative;
    width: 100%;
    height: auto;
    display: flex;
}
.mx-new-footer .mx-menu_wrap {
    float: left;
}

@media screen and (max-width: 768px) {
    .mx-menu_wrap {
        padding-right: 0;
        width: 100%;
        border: none;
    }
    .mx-menu_wrap ul {
        margin: auto;
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: flex;
        -webkit-flex-wrap: wrap;
        -moz-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        -o-flex-wrap: wrap;
        flex-wrap: wrap;
        justify-content: space-around;
        width: 50%;
    }
    .mx-subscribe-wrap {
        margin: auto;
    }
}