.PRVUniversalFeedback .error_text {
    font:16px sans-serif;
    color:red;
}
.PRVUniversalFeedback .error_text {
    font:16px sans-serif;
    color:red;
}
.g-recaptcha{
    display: flex;
    justify-content: center;
    margin-top: 15px;
}
.agreement-label{
	display: flex;
    align-items: center;
	margin-left: 0!important;
}
.agreement-label span{
	font-size: 1.2rem;
}
@media(min-width: 786px){
	.agreement-label span{
		font-size: 0.73vw;
	}
}

.checkbox_block{
    margin-right: 10px;
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    -ms-align-items: center;
    align-items: center;
    justify-content: center;
}
.checkbox_block input[type='checkbox']{
    margin: 0;
}
.cheсkbox_visual {
    display: block;
    height: 1.6rem;
    width: 3rem;
    background: #dbe0e6;
    border-radius: 9px;
    position: relative;
    cursor: pointer;
    transition: background .1s ease-in;
    margin-right: 1rem;
    flex-shrink: 0;
}
.cheсkbox_visual:before {
    content: " ";
    width: 1.2rem;
    height: 1.2rem;
    margin: 0.2rem;
    position: absolute;
    display: block;
    top: 0;
    bottom: 0;
    right: 1.5rem;
    background: #fff;
    border-radius: 20px;
    transition: right .1s ease-in;
}
.checkbox_hidden {
    position: absolute;
    z-index: -1;
    left: -9999px;
}
.checkbox_cnt {
    width: 100%;
    display: flex;
    align-items: center;
    margin-top: 1rem;
    font-family: "GothamProLight";
    font-size: 1.2rem;
}
.checkbox_cnt a{
    color: #D83142;
}
.checkbox_hidden:checked + .cheсkbox_visual:before {
    right: 0;
}
.checkbox_hidden:checked + .cheсkbox_visual {
    background: #D83142;
}
@media(min-width: 768px){
    .cheсkbox_visual {
        height: 0.9333vw;
        width: 1.71vw;
        border-radius: 0.468;
        margin-right: 0.52vw;
    }
    .cheсkbox_visual:before {
        width: 0.733333vw;
        height: 0.733333vw;
        margin: 0.1vw;
        right: 0.7833;
        border-radius: 1.04vw;
    }
    .checkbox_cnt {
        margin-top: 0.52vw;
        font-size: 0.7333vw;
    }
}