

/* Start:/local/templates/main/components/bitrix/news.detail/article/style.css?16881360586805*/
/* QUIZ STYLES */
/* Styles to prettify the quiz page */
.quizArea_container{
    padding: 30px;
    margin: 0 auto;
    max-width: 700px;
	background: url(/upload/iblock/590/590e04a9d028e72ac872a5ca3b28bd93.png) no-repeat 50% 50% #f4f3f1;
	background-size: cover;
}
.quizArea_container.white_text{
	color:#fff
}
.quizArea_container.white_text .responses{
	color: #000
}
.quizResults h3.quizLevel{margin-top:20px}
.quizLevel strong+span{
display:block;
font-size: 20px;
margin-top:10px;
line-height: 1.5em;
}
.quizArea_container .page-title{
    text-transform: none;
    letter-spacing: 0;
	line-height:1.2em;
}
.quizArea_container input[type=checkbox],
.quizArea_container input[type=radio]{
	position: absolute;
	left: 0;
	top: 16px;

}
.incorrect input:disabled:checked+label{
color:#B5121B
}
.correct input:checked:disabled+label{
color:#0c9f11
}
.white_text .correct input:checked:disabled+label{
	color: #03e00a;
}
.white_text .incorrect input:disabled:checked+label{
	color: #ff8c92;
}
.answers > li input:disabled{
	opacity: 0
}
.answers > li.incorrect input:checked+label:before{
	content: "";
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='10' height='11' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='%23B32D2D'%3E%3Cpath d='M.335 2.11a1 1 0 1 1 1.43-1.4l7.757 7.935a1 1 0 1 1-1.43 1.398L.335 2.109z'/%3E%3Cpath d='M9.522 2.11a1 1 0 1 0-1.43-1.4L.335 8.646a1 1 0 1 0 1.43 1.398L9.522 2.11z'/%3E%3C/g%3E%3C/svg%3E");
	background-position: 0 0;
	background-repeat: no-repeat;
	width: 11px;
	height: 12px;
	position: absolute;
	display: block;
	top: 5px;
	left: 0;
}
.answers > li.correct input+label:before{
	content: "";
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='13' height='11' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M11.202.397a1 1 0 1 1 1.596 1.206l-6.796 9a1 1 0 0 1-1.485.123L.312 6.743A1 1 0 1 1 1.688 5.29L5.08 8.505 11.202.397z' fill='%234EB454'/%3E%3C/svg%3E");
	background-position: 0 0;
	background-repeat: no-repeat;
	width: 13px;
	height: 12px;
	position: absolute;
	display: block;
	top: 3px;
	left: 0;
}
.white_text .answers > li.correct input+label:before{
background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='13' height='11' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M11.202.397a1 1 0 1 1 1.596 1.206l-6.796 9a1 1 0 0 1-1.485.123L.312 6.743A1 1 0 1 1 1.688 5.29L5.08 8.505 11.202.397z' fill='%2303e00a'/%3E%3C/svg%3E");
}
.answers > li.incorrect input:checked+label:before{
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='10' height='11' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='%23ff8c92'%3E%3Cpath d='M.335 2.11a1 1 0 1 1 1.43-1.4l7.757 7.935a1 1 0 1 1-1.43 1.398L.335 2.109z'/%3E%3Cpath d='M9.522 2.11a1 1 0 1 0-1.43-1.4L.335 8.646a1 1 0 1 0 1.43 1.398L9.522 2.11z'/%3E%3C/g%3E%3C/svg%3E");
}
.answers > li.correct input:disabled:not(:checked)+label{

}
.tryAgain {
    float: none;
    margin: 20px 0;
}
.quizDescription{
    margin-bottom: 40px;
}
/* clearfix */
.quizArea, .quizResults {
    zoom: 1;
}
.quizArea:before, .quizArea:after, .quizResults:before, .quizResults:after {
    content: "\0020";
    display: block;
    height: 0;
    visibility: hidden;
    font-size: 0;
}
.quizArea:after, .quizResults:after {
    clear: both;
}
.questionCount{
    text-align: center;
	padding-bottom: 10px;
}
.questionCount span {
    font-weight: bold;
}
ol.questions {
    margin-top: 20px;
    margin-left: 0;
    padding-left: 0;
}
ol.questions li {
    margin-left: 0;
}
li.question img{
    margin-bottom: 20px;
}

ul.answers {
    margin-left: 0;
    padding-left: 0;
    margin-bottom: 20px;
}
ul.answers li{
    padding: 12px 0;
	position: relative;
}
ul.answers li:hover{

}
ul.responses a,
.quizLevel a{
	color: #007bff
}
.white_text ul.responses a, .white_text .quizLevel a{
	color: #76b7ff;
}
.white_text ul.responses a:hover, .white_text .quizLevel a:hover{
	color: #76b7ff;
}
ul.responses li p span {
    display: block;
    font-weight: bold;
    font-size: 18px;
}
ul.responses li.correct p span {
    color: #0c9f11;
}
ul.responses li .wrong_answer  {
    color: #ff0f1d;
	font-weight: bold;
}
ul.responses li .right_answer {
    color: #0c9f11;
	font-weight: bold;
}
.answers label{
	padding-left:25px;
	position: relative;
	display: block;
	margin-bottom: 0;
}
.quizResults h3 {
    margin: 0;
}

.quizResultsCopy {
    clear: both;
    margin-top: 20px;
}
/* BASE QUIZ STYLES */
/* These styles ensure that the necessary elements are hidden for toggling */

/* DO NOT EDIT UNLESS YOU KNOW WHAT YOU ARE DOING!! */

.startQuiz,
.btn.nextQuestion,
.backToQuestion,
.questions li.question,
.questions li.question .responses,
.questions li.question .responses .correct,
.questions li.question .responses .incorrect,
.quizResults {
    display: none;
}

/* If response messages are disabled or only shown on quiz completion,
   nextQuestion button IS checkAnswer button - so it must be displayed */
.nextQuestion.checkAnswer {
    margin: 0 auto;
    display: block;
    width: 120px;
}
.nextQuestion,
a.btn.button.checkAnswer,
a.btn.button.startQuiz{
    margin: 0 auto;
    display: block;
    width: 120px;
}
ol.questions,
ul.answers,
ul.responses,
ol.questions li,
ul.answers li,
ul.responses li {
    list-style-type: none;
}
ol.questions > li{
    padding-left: 0;
}
ul.responses{
    padding: 20px;
    margin-bottom: 40px;
	background: #fff;
}
.quizResults .shared_results{
    text-align: center;
    padding-top: 20px;
    border-top: 1px solid #fff;
}
.quizResults .social li a{
    color: #fff;
}

/* Accessibility */
.quizName span:first-child {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

.heading-social{
    text-align: right;
    margin-bottom: 20px;
}
.heading-social .icon{
    color: #0c339f;
}
@media (max-width: 400px){
	.quizArea_container{padding:30px 20px;}
	.question>h3{font-size:1.5em}
}
.simple-list .simple-list__title,
.simple-list__title{
    display: inline-block;
    margin-right: 14px;
    line-height: 25px;
    vertical-align: middle;
    position: relative;
    top: 1px;
}
.news-bottom-info .simple-list ul li{
    margin-right: 14px;
}
.news-bottom-info .simple-list ul li a{
    color: #0c339f;
    text-decoration: none!important;
}
.news-bottom-info .simple-list ul li a:hover{
    color: #000;
}
.social li a .icon{
    width: 24px;
    height: 24px;
}
body .social li{
    margin: 0 8px;
}
.social .icon-ok-new{
    margin-right: -7px;
    margin-left: -6px;
}
@media only screen and (max-width: 767px){
    .container .social{
        display: inline-flex;
        width: auto;
        -webkit-justify-content: flex-start;
        justify-content: flex-start;
        margin: 0;
    }
}
/* End */


/* Start:/local/components/rskapp/subscribe/templates/side_subscribe_fixed/style.css?167810697854*/
.is-invalid {
    border-color: #0c339f !important;
}

/* End */
/* /local/templates/main/components/bitrix/news.detail/article/style.css?16881360586805 */
/* /local/components/rskapp/subscribe/templates/side_subscribe_fixed/style.css?167810697854 */
