#blockCopyRightWM{
    position: absolute;
    bottom: 0;
    right: 0;
    display: table;
    width: 210px;
    height: 40px;
    font: 13px "Segoe UI", Arial, Tahoma, sans-serif;
    color: #fff;
	text-decoration: none;
    margin: 20px 0px 0px 0px;
}
#blockCopyRightWM[data-align="right"] span.styleTextWM{
    display:  block;
    float: left;
    width: 150px;
    height: 35px;
    margin: 6px 5px 0px 0px;
    text-align: right;
    overflow: hidden;
}
#blockCopyRightWM[data-align="left"] span.styleTextWM{
    float: right;
    margin: 2px 0px 0px 0px;
    text-align: left;
}
#blockCopyRightWM[data-align="right"] span.styleLogoWM{
    position: relative;
    display: block;
    float: left;
    width: 50px;
    height: 50px;
    text-indent: -999999px;
    background: url('../img/iconLogoWM.png') no-repeat center center;
}
#blockCopyRightWM[data-align="left"] span.styleLogoWM{
    position: relative;
    display: block;
    float: left;
    width: 50px;
    height: 40px;
    text-indent: -999999px;
    background: url('../img/iconLogoWM.png') no-repeat center center;
}
#blockCopyRightWM[data-align="right"] > div#blockContactWM{
    position: absolute;
    z-index: 9;
    top: 2px;
    right: 60px;
    width: 170px;
    height: 45px;
    border-left: 3px solid #00ea27;
    background-color: #000;
    font: 15px Arial, Tahoma, sans-serif;
    color: #fff;
    opacity: 0.0;
    filter:progid:DXImageTransform.Microsoft.Alpha(opacity=0);
    transition: opacity 0.2s;
    -webkit-transition: opacity 0.2s;
    -moz-transition: opacity 0.2s;
    -o-transition: opacity 0.2s;
}
#blockCopyRightWM[data-align="left"] > div#blockContactWM{
    position: absolute;
    top: -4px;
    right: -46px;
    width: 170px;
    height: 45px;
    border-right: 3px solid #00ea27;
    background-color: #000;
    font: 15px Arial, Tahoma, sans-serif;
    color: #fff;
    opacity: 0;
    filter:progid:DXImageTransform.Microsoft.Alpha(opacity=0);
    transition: opacity 0.2s;
    -webkit-transition: opacity 0.2s;
    -moz-transition: opacity 0.2s;
    -o-transition: opacity 0.2s;
}
#blockCopyRightWM:hover > div#blockContactWM{
    opacity: 0.85;
    filter:progid:DXImageTransform.Microsoft.Alpha(opacity=85);
    transition: opacity 0.2s;
    -webkit-transition: opacity 0.2s;
    -moz-transition: opacity 0.2s;
    -o-transition: opacity 0.2s;
}
#blockCopyRightWM[data-align="right"] > div#blockContactWM:after{
    position: absolute;
    top: 14px;
    right: -7px;
    display: block;
    content: '';
    width: auto;
    height: auto;
    border-top: 8px solid transparent;
    border-left: 8px solid #000;
    border-bottom: 8px solid transparent;
}
#blockCopyRightWM[data-align="left"] > div#blockContactWM:after{
    position: absolute;
    top: 14px;
    left: -7px;
    display: block;
    content: '';
    width: auto;
    height: auto;
    border-top: 8px solid transparent;
    border-right: 8px solid #000;
    border-bottom: 8px solid transparent;
}
#blockCopyRightWM > div#blockContactWM span.stylePhoneWM{
    display: block;
    width: 100%;
    margin: 5px 0px 2px 0px;
    font: 15px Arial, Tahoma, sans-serif;
    color: #fff;
    text-align: center;
}
#blockCopyRightWM > div#blockContactWM span.styleUrlWM{
    display: block;
    font: 13px Arial, Tahoma, sans-serif;
    color: #fff;
    text-align: center;
    text-decoration: none;
}
.footer__wm {
    -webkit-box-flex: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: end;
    -webkit-box-pack: end;
        justify-content: flex-end;
    padding-top: 20px;
    padding-bottom: 20px;
    position: absolute;
    right: 0;
    bottom: 0;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4;
    margin-top: 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
}
.footer__wm a::before {
    content: "";
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: absolute;
}
.footer__wm a {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	text-decoration: none;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    color: #fff;
}
.footer__wm img {
    height: 23px;
    max-width: 100%;
}

@media screen and (max-width: 767px) {
    .footer__wm {
        right: 50%;
        -webkit-transform: translateX(50%);
            -ms-transform: translateX(50%);
                transform: translateX(50%);
    }
}