#act-popup {   
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, .6);
    z-index: 1001;
}


  #popup___ {
    width: 85%;
    max-width: 500px;
    height: auto;
    /* background: #FFFFFF; */
    /* border: 1px solid #000; */
    /* border-radius: 25px;
    -moz-border-radius: 25px;
    -webkit-border-radius: 25px; */
    box-shadow: #00000021 0px 0px 1px 1px;
    /* -moz-box-shadow: #64686e 0px 0px 3px 3px;
    -webkit-box-shadow: #64686e 0px 0px 3px 3px; */
    position: relative;
    margin: 200px auto;
}



  #popup {
    width: 85%;
    /* max-width: 500px; */
    height: auto;
    /* background: #FFFFFF; */
    /* border: 1px solid #000; */
    /* border-radius: 25px;
    -moz-border-radius: 25px;
    -webkit-border-radius: 25px; */
    box-shadow: #00000021 0px 0px 1px 1px;
    /* -moz-box-shadow: #64686e 0px 0px 3px 3px;
    -webkit-box-shadow: #64686e 0px 0px 3px 3px; */
    /* position: relative; */
    margin: 70px auto;
    /* position: absolute; */
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.btn-close-popup {
    position: absolute;
    top: 10px;
    right: 10px;
    z-index: 9999;
    cursor: pointer;
}

.banner-desktop{
   
    display: block !important;
}
.banner-mobile{
    display: none !important;
}

@media (max-width: 1080px){

	.banner-desktop{
		display: none !important;
	}

	.banner-mobile{
		display: block !important;
	}
       
}

@media only screen and (max-width: 767px) {
    .promo {
        display: block;
    }
    
    .promo-m {
        display: none;
    }
}