  .news-popup .subtitle:after, .lead-page .subtitle:after{
        content:url(../img/popup/title-leaf-left.png);
        margin-right: 9px;
    }
    .news-popup .subtitle:before, .lead-page .subtitle:before{
        content:url(../img/popup/title-leaf.png);
        margin-left: 8px;
    }
    .news-popup {
    background: rgba(0, 0, 0, 0.5);
    position: fixed;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 99999;
}
.news-popup .popup-box {
    max-width: 854px;
    width: 100%;
    min-height: 502px;
    margin: 0 auto;
    margin-top: 5%;
    background: url(../img/popup/1.jpg) center center no-repeat white;
    background-size: cover;
    border: 3px solid #a4792e;
    border-radius: 13px;
    position: relative;
    padding: 20px;
    max-height: 100%;
    overflow-y: auto;
}

.news-popup .close-pp {
    position: absolute;
    left: 0;
    top: -2px;
    padding: 15px;
    cursor: pointer;
    background: transparent; 
    border: none;
}
.news-popup .close-pp img {
    width: 19px;
    height: auto;
}

.news-popup .content .subtitle, .lead-page .content .subtitle{
    font-weight: bold;
    font-size: 40px;
    margin: 14px;
    line-height: 1.3;
    margin-bottom: -4px;
    text-align: center;
    color: #a4792e;
}
.news-popup .content .subtitle_span, .lead-page .content .subtitle_span{
   font-size: 28px;
    color: #a4792e;
    text-align: center;
    line-height: 32px;
    padding-top: 5px;
}
.cf-lead-pp .form-footer p, .cf-lead-pp .form-footer .newsletter, 
.lead-page .form-footer .newsletter, .lead-page .form-footer p {
    color: #545454;
}
.cf-lead-pp .form-wrapper p{
   text-align: center;
    font-size: 20px;
    padding: 20px 0 30px 0;
 }
.cf-lead-pp .form-footer p{
    text-align: right;
    font-weight: 300;
    font-size: 16px;
    padding: 0;
}
.cf-lead-pp .form-footer .wpcf7-submit {
    width: 53%;
}
.cf-lead .subtitle{
    text-align: center;
    font-size: 30px;
    font-weight: 700;
}
.cf-lead .subtitle_span{
    text-align: center;
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 0.5em;
}
.lead-page-bg {
    min-height: 502px;
    background: url(../img/popup/1.jpg) center center no-repeat white;
    background-size: cover;
    position: relative;
}

.cf-color .form-footer p {
    font-size: 17px;
    color: #404040 !important;
    font-weight: 300;
    text-align: right;
}
@media (max-width: 1366px) {
    .news-popup .popup-box{max-width: 80%;}
}
@media (max-width: 767.98px){
.posts-slider .slick-slide .slider-info .excerpt {
    font-size: 17px;
    color: #ffffff;
}
.cf-lead .subtitle_span{font-size:18px;line-height: 1.2;}
.cf-lead.contact-form .form-footer p, .cf-color.contact-form .form-footer .newsletter{
    color: #ffffff;
    font-weight: 400;
    text-align: right;
    padding: 0;
}
.cf-lead p{
    padding: 20px  0;
}
.cf-lead .form-footer .wpcf7-submit{
    width: 100%;
}
.lead-page .form-footer p,
 .lead-page .contact-form .form-footer p,
  .lead-page .contact-form .form-footer .approve
  {
    color: #545454 !important;
}
.news-popup .popup-box{
    max-width: 95%;
    height: 100%;
    overflow-y: auto;
    min-height: unset;
}
.news-popup .content .subtitle, .lead-page .content .subtitle{font-size: 25px;}
.news-popup .subtitle:before,.news-popup .subtitle:after{display: none;}
.news-popup .content .subtitle_span, .lead-page .content .subtitle_span{font-size: 16px;line-height: 1;}


}