/**** /content/css/survey.css ****/
@CHARSET "UTF-8";
.survey-init { display: none; }
.pop-wrap.survey { width: 600px; background: #eee; }
.pop-wrap.survey .s-inp { width: 100%; border-radius: 12px; }
.pop-wrap.survey h2 { text-align: center; }
.survey-bl { width: 100%; }
.survey-bl .impor { text-align: center; margin-bottom: 20px; color: #08868f; }
.survey-bl .survey-desc { margin-bottom: 20px; font-size: 16px; color: #333; line-height: 23px; }
.survey-bl .bot-acts { margin-top: 26px; padding-top: 20px; border-top: dashed 1px #ddd; text-align: center; }
.survey-bl .bot-acts .bt { padding: 16px 20px; }
.survey-bl .s-answer { padding: 8px 20px; border-radius: 12px; color: #3b5998; font-size: 18px; font-weight: 600; margin-bottom: 10px; cursor: pointer; user-select: none; display: flex; align-items: center; position: relative; }
.survey-bl .s-answer:hover { background-color: rgba(43, 126, 223, 0.1); }
.survey-bl .s-answer:before { background: #0000001a; content: ""; display: block; flex-shrink: 0; height: 20px; margin-right: 10px; width: 20px; border-radius: 50%; }
.survey-bl .s-answer:after { background: #fff; content: ""; position: absolute; border: 0; height: 6px; left: 27px; border-radius: 100%; opacity: 0; top: 50%; transform: translateY(-50%) scale(0); width: 6px; }
.survey-bl .s-answer.active:before,
.survey-bl .s-answer:hover:before { background: #009be3; }
.survey-bl .s-answer.active:after,
.survey-bl .s-answer:hover:after { transform: translateY(-50%) scale(1); opacity: 1; }
@media screen and (max-width: 800px) { .pop-wrap.survey { width: 98%; box-sizing: border-box; }
}
@media screen and (max-width: 500px) { .pop-wrap.survey { padding: 30px 20px 20px; }
}


/**** /content/css/person.css ****/
@CHARSET "UTF-8";
.persons-main .pop-pers .pers { display: block; float: left; width: 23%; box-sizing: border-box; margin: 0 1% 10px 1%; padding: 6px 6px; text-align: center; text-decoration: none; overflow: hidden; border-radius: 12px; }
.persons-main .pop-pers .pers h3 { display: block; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.persons-main .subcats { margin-bottom: 30px; }
.persons-main .pop-pers .pers img { max-width: 100%; display: block; margin: 0 auto 6px; height: auto; border-radius: 12px; }
.one-person .short-desc { background: #eaf4fd; padding: 20px !important; margin: 10px 0 20px; border-radius: 3px; border: solid 1px #cfdeec; }
.one-person .adv-hor { margin-bottom: 20px; }
.one-person .short-desc h3 { margin-top: 20px; margin-bottom: 12px; color: #888; }
.one-person .cnt.main img { max-width: 100%; }
.persons-list li a.img { height: 150px; width: 150px; }
.persons-list li a.img img { border-radius: 10px; max-width: 150px; }
.persons-list li .info { margin-left: 166px; }
.persons-list li h2 { margin-bottom: 8px; }
.persons-list li h3 { margin-top: 16px; margin-bottom: 10px; color: #888; }
.persons-list li .title { font-size: 20px; padding-right: 0; }
@media screen and (max-width: 940px) { .persons-main .pop-pers .pers { width: 31%; }
}
@media screen and (max-width: 760px) { .persons-list li .info { margin-left: 0; }
.persons-list li a.img { float: none; margin: 0 auto 16px; }
.persons-list li h2 { text-align: center; }
}
@media screen and (max-width: 510px) { .persons-main .pop-pers .pers { width: 48%; }
}

