.abz_footer_cms {
    width: 100%;
    float: left;
    margin-top: 0px;
    margin-bottom: 60px;
    font-size: 12px;
}
section.abz_blockcmsfooter .fa {
    color: #fff;
    background: #111;
    padding: 7px 0px 5px 2px;
    border-radius: 50%;
    margin-right: 7px;
    width: 25px;
    height: 25px;
    text-align: center;
}
img.img_art_room {
    margin-top: 30px;
}
#newsletter_block_left_ {
    float: left;
    width: 100%
}
#newsletter_block_left_ .form-group {
    margin: 0;
}
.content_footer_cms {
    padding-top: 5px;
    text-align: center;
}
.content_footer_cms_with_border {
    border-right: 1px solid #000;
}
.content_footer_cms a {
    font-weight: 400;
}

.letter_rotate {
    transform: rotateY(0deg) !important;
    
}
.letter {
    transform: rotateY(-90deg);
    display: inline-block;
    line-height: 1em;
    transform-origin: 0 0;
    -webkit-transition: all 0.5s 0s ease;
    -moz-transition: all 0.5s 0s ease;
    -o-transition: all 0.5s 0s ease;
    transition: all 0.5s 0s ease;
    color: #000 !important;
}
 

@media (min-width: 0px) and (max-width: 500px) {
    .content_footer_cms {
        margin-top: 40px;
        padding: 5px;
    }
}