

/* Start:/local/components/custom/promo.modal/templates/.default/style.css?17660403752033*/
.promo-modal {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 10000;
}

.promo-modal__overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.7);
}

.promo-modal__content {
    position: relative;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
   max-width: 600px;
    width: 90%;
    background: #fff;
    padding: 30px;
    border-radius: 10px;
    box-shadow: 0 5px 15px rgba(0,0,0,0.3);
    z-index: 10001;
}

.promo-modal__close {
    position: absolute;
    top: 15px;
    right: 15px;
    font-size: 24px;
    cursor: pointer;
    color: #888;
}

.promo-modal__title {
    margin-top: 0;
    text-transform: uppercase;
    text-align: center;
    font-size: 30px;
    color: #333;
  margin-bottom: 40px;
    font-weight: 500;
}

.promo-modal__text {
    margin-bottom: 20px;
    line-height: 1.5;   
    color: #333;
    text-align: center;
}

.promo-modal__buttons {
    display: flex;
    justify-content: space-between;
    gap: 15px;
}

.promo-modal__btn {
    flex: 1;
    padding: 12px;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    font-weight: bold;
    transition: all 0.3s;
}

.whatsapp-btn {
        background: #000;
    color: #fff;
    border: 1px solid #000;
}

.whatsapp-btn:hover {
    color: #000;
    background: #fff;
}
.promo-modal__nums
 {
    display: flex;
     color: #000;
     /*justify-content: space-between;*/
	justify-content: center;
     margin-top: 60px;
}
.promo-modal__nums a{
  color: #000;
  display: block;
  
}

#promoModal .contact-tell{
  margin-bottom: 6px;
}.promo-modal__num-item svg{
    margin-bottom: -7px;
    width: 25px;
        height: 25px;
}
.promo-modal__nums a{
    margin-bottom: 10px;
}
@media (max-width: 767px){
    .promo-modal__nums{
        display: block;
    }
	.promo-modal__num-item{
		margin-bottom: 20px;
	}
	.promo-modal__close{
		font-size: 46px;
   		line-height: 32px;
	}
}
/* End */
/* /local/components/custom/promo.modal/templates/.default/style.css?17660403752033 */
