.close-promo2{

    position: absolute;
    top: 10px;
    right: 10px;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    border: 1px solid #fff;
    background-image: url("/local/templates/main/img/ico/close.png");
    background-position: center center;
    background-repeat: no-repeat;
    padding: 0;

}
.promo-a-mobile{
    text-decoration: none;
    color: white;
   /*  position: relative; */
}
.promo-block-mobile {
    position: relative;
    width: 90%;
}
.promo-wrap-mobile{
    display: none;
    text-decoration: none;
    width: 100%;
    height: 65px;
    z-index: 200;
    background: none;
    background-color: #008855;
    color: white;
    text-align: center;
    bottom: 0px;
    overflow: hidden;
    position: fixed;
    /* padding-top: 15px; */
    padding: 5px 10px 0px 10px;
    /* margin: 15px 10px 0px 10px; */
    right: 0px;
    font-size: 1rem;
}
.promo-wrap-mobile-img{
    display: none;
    text-decoration: none;
    width: 100%;
    height: 65px;
    z-index: 200;
    background: none;
    color: white;
    text-align: center;
    bottom: 0px;
    overflow: hidden;
    position: fixed;
    /* padding-top: 15px; */
   /*  padding: 5px 10px 0px 10px; */
    /* margin: 15px 10px 0px 10px; */
    right: 0px;
    font-size: 1rem;
}
.promo-wrap-mobile-img a{
    position: relative;  
}
.close-promo2-mobile{
    right: -10%;
    position: absolute;
    top: 0px;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    border: 2px solid #fff;
    background-image: url(/local/templates/main/img/ico/close-mobile.png);
    background-position: center center;
    background-repeat: no-repeat;
    padding: 0;
}
.close-promo2-mobile-img{
    right: 0%;
    position: absolute;
    top: 0px;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    border: 2px solid #fff;
    background-image: url(/local/templates/main/img/ico/close-mobile.png);
    background-position: center center;
    background-repeat: no-repeat;
    padding: 0;
}

.promo-wrap-mobile div{
    
}
@media (max-width: 1190px){
    .promo-wrap-mobile {
        display: block;
    }
    .promo-block {
        display: none;
    }
    .promo-wrap-mobile-img{
        display: block;
    }

}