.certificates .title-wrap .valentine-day{
    color: #FFF;
}
.certificates .title-wrap.black span{
    background: #FF00EA;
}
.certificates .sign{
    background: #FF00EA;
}
.certificates .sign .valentine-day{
    color: #000;
}
.info-wrap .container .relax-page-text{
    color: #FFF;
}

.page-booking,
.page-order{
    background: #000000;
}
.steps-item__number,
.steps-item .steps-item__title{
    color: #ff00ea;
}
.steps-item.active:before{
    background: linear-gradient(90deg,rgba(0,85,102,0),#ff00ea);
}

footer .container .left-info > div.address.green-text p,
.links.green-text .graphic {
    font-size: 14px;
    color: #FF00EA;
}
footer .container .left-info > div.phone .phone-links.black a, 
header .container .contact-info div.phone .phone-links.black a,
footer .container .left-info > div.email.green-text a,
footer .container .right-info .links.green-text a,
footer .container .left-info > div.phone .phone-links.green-text a,
header .container .contact-info div.phone .phone-links.green-text a {
    color: #FF00EA;
}

.info-wrap{
    background: #FF00EA;
}
.info-wrap .container .relax-page-text{
    color: #000;
}
@media(max-width: 450px){
    .info-wrap .container .relax-page-text{
        text-align: justify;
    }
}
/* Sertificate */
.certificates-items .certificates-item span{
    color: #000;
    z-index: 1;
}
.certificates-items .certificates-item span.price{
    border-bottom: 2px solid #000;
}
.certificates-items .certificates-item span.old_price:before,
.certificates-items .certificates-item span.old_price:after{
    border-color: #000;
}
.certificates-items .certificates-item:hover span,
.certificates-items .certificates-item:hover span.price{
    color: #FFF;
    z-index: 3;
}
.certificates-items .certificates-item:hover  span.price{
    border-bottom: 2px solid #FFF;
    z-index: 3;
}
.certificates-items .certificates-item:hover span.old_price:before,
.certificates-items .certificates-item:hover span.old_price:after{
    border-color: #FFF;
    z-index: 3;
}
.certificates-items .certificates-item:hover:after{
    background-color: #FF00EA !important;
    z-index: 2;
}

/* Timer */
.timer__item.color_green{
    color: #FF00EA;
}
.timer.modal .timer__item.color_green{
    color: #a1ff00;
}