input[type=checkbox] {display:none; }
input[type=checkbox] + label:before {
    width: 15px; height: 15px;
    content: '';
    border: 1px solid #07B4F2;
    cursor:pointer;
    left: 0;
}
input[type=checkbox]:checked + label:before {
    content: '\2714';
    font-size: 15px;
    color: #07B4F2;
    text-align: center;
}
.pol_konf{
    position:relative;
    width: 100%;
    margin: 1% auto;
    display: flex; 
    justify-content: center; 
}
input[type=checkbox] + label {
    
    position:relative;
    display: flex;
    cursor: pointer;
     font-weight: 100;
     align-items: center;

}


.agree a{color: #FFFFFF; }

.agree a:hover{color: #07B4F2;}

@media screen and (max-width: 8500px) {
    input[type=checkbox] + label:before  { width: 44px; height: 44px; }
    .label_pad{padding-left: 42px;}
    input[type=checkbox]:checked + label:before  { font-size: 44px; line-height: 44px;}
}
@media screen and (max-width: 7500px) {
    input[type=checkbox] + label:before  { width: 40px; height: 40px; }
    .label_pad{padding-left: 38px;}
    input[type=checkbox]:checked + label:before  { font-size: 40px; line-height: 40px;}
}
@media screen and (max-width: 6500px) {
    input[type=checkbox] + label:before  { width: 36px; height: 36px; }
    .label_pad{padding-left: 34px;}
    input[type=checkbox]:checked + label:before  { font-size: 36px; line-height: 36px;}
}
@media screen and (max-width: 5500px) {
    input[type=checkbox] + label:before  { width: 32px; height: 32px; }
    .label_pad{padding-left: 30px;}
    input[type=checkbox]:checked + label:before  { font-size: 32px; line-height: 32px;}
}
@media screen and (max-width: 4500px) {
    input[type=checkbox] + label:before  { width: 28px; height: 28px; }
    .label_pad{padding-left: 26px;}
    input[type=checkbox]:checked + label:before  { font-size: 28px; line-height: 28px;}
}
@media screen and (max-width: 3500px) {
    input[type=checkbox] + label:before  { width: 24px; height: 24px; }
    .label_pad{padding-left: 22px;}
    input[type=checkbox]:checked + label:before  { font-size: 24px; line-height: 24px;}
}
@media screen and (max-width: 2500px) {
    input[type=checkbox] + label:before  { width: 20px; height: 20px; }
    .label_pad{padding-left: 18px;}
    input[type=checkbox]:checked + label:before  { font-size: 20px; line-height: 20px;}
}
@media screen and (max-width: 2000px) {
    input[type=checkbox] + label:before  { width: 18px; height: 18px; }
    .label_pad{padding-left: 16px;}
    input[type=checkbox]:checked + label:before  { font-size: 18px; line-height: 18px;}
} 
@media screen and (max-width: 1600px) {
	input[type=checkbox] + label:before  { width: 16px; height: 16px; }
    .label_pad{padding-left: 14px;}
    input[type=checkbox]:checked + label:before  { font-size: 16px; line-height: 16px;}
}

@media screen and (max-width: 1400px) {
	input[type=checkbox] + label:before  { width: 14px; height: 14px; }
    .label_pad{padding-left: 12px;}
    input[type=checkbox]:checked + label:before  { font-size: 14px; line-height: 14px;}
}

@media screen and (max-width: 1200px) {
	input[type=checkbox] + label:before  { width: 7px; height: 7px; }
    .label_pad{padding-left: 5px;}
    input[type=checkbox]:checked + label:before  { font-size: 7px; line-height: 7px;}
}



