.idea-section__block-title h4 strong {
    color: #ef8f1c;
}

.header-right__menu ul li.current-menu-item  a {
    color: #ef8f1c;
    border-bottom: 2px solid #ef8f1c;
}

.wcl-page{
	margin-top: 100px;
	margin-bottom: 30px;
}

.wcl-page li{
	list-style: auto;
	padding: 10px 0;
    margin-left: 40px;
}
.header li{
	list-style: none;
}
.wcl-page p, .wcl-page li{
	color: var(--blue);
    font-size: calc(14px + 10*(100vw - 320px)/1600);
    line-height: 1.5;
    padding-bottom: 10px;
}
.wcl-page h1{	
	text-align: center;
    padding: 15px 0;
}
.wcl-page h4{	
	color: var(--blue);
    padding: 15px 0;
}
.stat_p{
    font-size: 18px;
}
.back-overview__block{
    display: flex;
    justify-content: center;
}
.back-overview__block a{
    margin: 0 10px;
}
@media (max-width: 600px){
    .back-overview__block{
        flex-direction: column;
        align-items: center;
    }
    .back-overview__block a{ 
        margin-top: 15px;
    }
}

	

.wpcf7-list-item-label{

    cursor: pointer;
    padding-left: 15px;
}

.custom-checkbox__field.wpcf7-not-valid .wpcf7-list-item  input[type="checkbox"] + .wpcf7-list-item-label:before{

    background-color: red;

}

.custom-checkbox__field .wpcf7-list-item  input[type="checkbox"] + .wpcf7-list-item-label:before{

    content: "";
    display: inline-block;
    position: absolute;
    left: 0;
    top: 2px;
    width: 16px;
    height: 16px;
    background: #fff;
    border: 1px solid rgba(51,51,51,.2);
    border-radius: 2px;

}

.custom-checkbox__field .wpcf7-list-item  input[type="checkbox"]:checked + .wpcf7-list-item-label:after{

    display: block;

}

.custom-checkbox__field .wpcf7-list-item  input[type="checkbox"] + .wpcf7-list-item-label:after{

    content: "";
    display: none;
    position: absolute;
    left: 4px;
    top: 6px;
    width: 8px;
    height: 8px;
    background-color: orange;

}
.wpcf7-not-valid-tip{

    display: none !important;

}

.custom-checkbox label:before {
    display: none;
}
.custom-checkbox__field input{
    display: none;
}
input.wpcf7-not-valid{
    border-color: #ff0404;
}
.daily_img, .weekly_img{
    display: flex;
}

.newsletter_inner{
    min-height: 70vh;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}
.newsletter_inner p{
    margin-bottom: 20px;
    font-size: 25px;
    font-weight: bold;
}

.thank{
    background: var(--white);
    border-radius: 10px;
    width: 120px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--blue);
    font-family: Roboto-f,sans-serif;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.9;
    text-transform: uppercase;
}
.error-message {
    color: red;
    font-weight: 600;
}

.custom-checkbox label:before{
	content: "";
    display: inline-block;
    position: absolute;
    left: 0;
    top: 0;
    width: 16px;
    height: 16px;
    background: #fff;
    border: 1px solid rgba(51,51,51,.2);
    border-radius: 2px
}