

/* Start:/local/templates/blog/css/slick.css?17180878791961*/
/* Slider */
.slick-slider
{
    position: relative;

    display: block;
    box-sizing: border-box;

    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;

    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;

    display: block;
    overflow: hidden;

    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;

    display: block;
    margin-left: auto;
    margin-right: auto;
}
.slick-track:before,
.slick-track:after
{
    display: table;

    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;

    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
    padding: 0 10px;
}


.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;

    height: auto;

    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}

.slick-list {
    margin: 0 -10px;
}
/* End */


/* Start:/local/templates/blog/css/slick-theme.css?17180878793217*/
@charset 'UTF-8';
/* Arrows */
.slick-prev,
.slick-next
{
    font-size: 0;
    line-height: 0;

    position: absolute;
    top: 50%;

    display: block;

    width: 60px;
    height: 100%;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);

    cursor: pointer;

    color: transparent;
    border: none;
    outline: none;
    background: rgba(255, 255, 255, 0.4);
    z-index: 100;
}
.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus
{
    color: transparent;
    outline: none;
    background: rgba(255, 255, 255, 0.6);
}
.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before
{
    opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before
{
    opacity: .25;
}

.slick-prev:before,
.slick-next:before
{
    font-family: 'slick';
    font-size: 20px;
    line-height: 1;

    opacity: .75;
    color: white;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.slick-prev
{
    left: 0px;
}
[dir='rtl'] .slick-prev
{
    right: -25px;
    left: auto;
}
.slick-prev:before
{
    content: '';
    display: inline-block;
    background-repeat: no-repeat;
    background: url('/local/templates/blog/css/imgs/left-arrow-slider.png');
    width: 14px;
    height: 24px;
}
[dir='rtl'] .slick-prev:before
{
    content: '→';
}

.slick-next
{
    right: -1px;
}
[dir='rtl'] .slick-next
{
    right: auto;
    left: -25px;
}
.slick-next:before
{
    content: '';
    display: inline-block;
    background-repeat: no-repeat;
    background: url('/local/templates/blog/css/imgs/right-arrow-slider.png');
    width: 14px;
    height: 24px;
}
[dir='rtl'] .slick-next:before
{
    content: '←';
}

/* Dots */
.slick-dotted.slick-slider
{
    margin-bottom: 30px;
}

.slick-dots
{
    position: absolute;
    bottom: -25px;

    display: block;

    width: 100%;
    padding: 0;
    margin: 0;

    list-style: none;

    text-align: center;
}
.slick-dots li
{
    position: relative;

    display: inline-block;

    width: 20px;
    height: 20px;
    margin: 0 5px;
    padding: 0;

    cursor: pointer;
}
.slick-dots li button
{
    font-size: 0;
    line-height: 0;

    display: block;

    width: 20px;
    height: 20px;
    padding: 5px;

    cursor: pointer;

    color: transparent;
    border: 0;
    outline: none;
    background: transparent;
}
.slick-dots li button:hover,
.slick-dots li button:focus
{
    outline: none;
}
.slick-dots li button:hover:before,
.slick-dots li button:focus:before
{
    opacity: 1;
}
.slick-dots li button:before
{
    font-family: 'slick';
    font-size: 6px;
    line-height: 20px;

    position: absolute;
    top: 0;
    left: 0;

    width: 20px;
    height: 20px;

    content: '•';
    text-align: center;

    opacity: .25;
    color: black;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before
{
    opacity: .75;
    color: black;
}

/* End */


/* Start:/local/templates/blog/components/bitrix/news/journal/bitrix/news.detail/test-article/style.css?1757574546953*/
div.news-detail
{
	word-wrap: break-word;
}
div.news-detail img.detail_picture
{
	float:left;
	margin:0 8px 6px 1px;
}
.news-date-time
{
	color:#486DAA;
}
.article-test .article-container {
	margin-top: 84px;
}
.article-test .article-preview {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
}
.article-test .article-title {
	margin-bottom: 50px;
	position: relative;
	z-index: 1;
}
.prev-next-elements {
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: 100%;
	margin-top: 20px;
	box-sizing: border-box;
}

.prev-next-elements .prev,
.prev-next-elements .next {
	position: relative;
	font-size: 18px;
	border-bottom: unset;
	color: #F00;
}

@media (max-width: 600px) {
	.prev-next-elements .prev,
	.prev-next-elements .next {
		font-size: 18px;
		width: 100%;
		text-align: center;
	}

	.prev-next-elements .prev::before,
	.prev-next-elements .next::after {
		font-size: 16px;
		text-decoration: none !important;
	}
}
/* End */


/* Start:/local/templates/blog/components/bitrix/voting.form/page.test/style.css?16606474956478*/
.test-error {
    color: #dc3545;
    font-size: 18px;
    margin-bottom: 30px;
}
.test-item {
    border-top: 1px solid #ECECEF;
    padding: 40px 0;
}
.test-item-num {
    color: #1B1B1D;
    font-weight: 700;
    font-size: 32px;
    margin-bottom: 30px;
    line-height: 1.05;
}
.test-item-question {
    background: #F2F2F2;
    border-radius: 20px;
    cursor: pointer;
    color: #030303;
    display: flex;
    align-items: center;
    min-height: 72px;
    margin-bottom: 10px;
    padding: 20px 30px;
    transition: ease 300ms;
}
/*.test-item-question b {
    font-weight: 700;
    font-size: 24px;
    display: block;
}*/
.test-item-question.-success {
    background: #00B841;
    color: #fff;
}
.test-item-question.-error {
    background: #F51D1A;
    color: #fff;
}
.test-item-question.-success,
.test-item-question.-error {
    font-size: 16px;
}
.test-item-title {
    color: #000000;
    font-size: 24px;
    line-height: 1.4;
    margin-bottom: 30px;
}

.test-item-question input {
    display: none;
}
.test-item-question span {
    font-size: 20px;
    line-height: 1.4;
    padding-left: 52px;
    position: relative;
}
.test-item-question span i {
    font-weight: 700;
    display: block;
}
.test-item-question span:before {
    border: 2px solid #9F9F9F;
    border-radius: 100px;
    content: '';
    display: block;
    margin-top: -16px;
    position: absolute;
    top: 50%;
    left: 0;
    transition: ease 300ms;
    height: 32px;
    width: 32px;
}
.test-item-question.-error span:before,
.test-item-question.-success span:before {
    border: 2px solid #fff;
}
.test-item-question span:after {
    background: #030303;
    border-radius: 22px;
    content: '';
    display: block;
    opacity: 0;
    margin-top: -11px;
    position: absolute;
    top: 50%;
    left: 5px;
    transition: ease 300ms;
    height: 22px;
    width: 22px;
}
.test-item-question.-error span:after,
.test-item-question.-success span:after {
    background: #fff;
    opacity: 1;
}
.test-item-question input:checked ~ span:before {
    border-color: #030303;
}
.test-item-question.-error input:checked ~ span:before,
.test-item-question.-success input:checked ~ span:before {
    border-color: #fff;
}
.test-item-question  input:checked ~ span:after {
    opacity: 1;
}

.test-result {
    background: linear-gradient(180deg, #0E0F10 0%, #242A2C 100%);
    border-radius: 20px;
    color: #fff;
    padding: 0 33px 50px 60px;
    position: relative;
}
.test-result:before {
    background: #FEC664;
    content: '';
    opacity: 0.8;
    filter: blur(400px);
    position: absolute;
    right: 0;
    top: 0;
    width: 300px;
    height: 300px;
}
.test-result-content {
    padding-top: 50px;
    padding-right: 40px;
    max-width: 390px;
    width: 100%;
}
.test-result-title {
    color: #FFFFFF;
    font-weight: 700;
    font-size: 32px;
    line-height: 1.1;
    margin-bottom: 20px;
}
.test-result-dsc {
    font-size: 24px;
    line-height: 1.05;
    margin-bottom: 20px;
}
.test-result-value {
    font-weight: 600;
    font-size: 96px;
    line-height: 1.1;
    white-space: nowrap;
}
.test-result-row {
    border-bottom: 1px solid rgba(196, 196, 196, .2);
    display: flex;
    justify-content: space-between;
}
.test-result-action {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-top: 40px;
}
.test-result-button.button {
    display: inline-flex;
    align-items: center;
}
.test-result-button img {
    margin-right: 10px;
}
.test-result-share {
    display: flex;
    align-items: center;
}
.test-result-share ul {
    display: flex;
    margin-left: -10px;
    margin-right: -10px;
}
.test-result-share ul li {
    margin: 0 10px;
}
.test-result-share span {
    color: #A2A2A2;
    font-size: 20px;
    line-height: 1.3;
    margin-right: 20px;
    max-width: 122px;
}
@media screen and (max-width: 991px) {
    .test-item-num {
        font-size: 26px;
    }
    .test-item-title {
        font-size: 20px;
    }
    .test-item-question span {
        font-size: 18px;
    }
    /*.test-item-question b {
        font-size: 20px;
    }*/
    .test-result {
        padding: 0 20px 40px 30px;
    }
    .test-result-row img {
        max-width: 250px;
    }
    .test-result-value {
        font-size: 80px;
    }
    .test-result-action {
        flex-direction: column;
        align-items: flex-start;
    }
    .test-result-share {
        margin-top: 30px;
        width: 100%;
    }
}
@media screen and (max-width: 767px) {
    .test-item-num {
        font-size: 24px;
        margin-bottom: 20px;
    }
    .test-item-title {
        margin-bottom: 20px;
    }
    .test-item-question span {
        font-size: 16px;
        padding-left: 40px;
    }
    .test-item-question {
        padding: 15px;
    }
    .test-item-question span:before {
        margin-top: -12.5px;
        height: 25px;
        width: 25px;
    }
    .test-item-question span:after {
        margin-top: -8.5px;
        left: 4px;
        height: 17px;
        width: 17px;
    }
    .test-result {
        overflow: hidden;
        padding: 20px;
    }
    .test-result-content {
        padding: 0;
        position: relative;
    }
    .test-result-title {
        font-size: 24px;
        margin-bottom: 15px;
    }
    .test-result-dsc {
        font-size: 16px;
        margin-bottom: 30px;
    }
    .test-result-value {
        font-size: 48px;
        margin-bottom: 60px;
    }
    .test-result-row img {
        max-width: 141px;
        position: absolute;
        top: 80px;
        right: 8px;
    }
    .test-result-row {
        border-bottom: none;
    }
    .test-result-action {
        padding: 0;
    }
    .test-result-button.button {
        padding-left: 45px;
        padding-right: 45px;
    }
    .test-result-share {
        border-top: 1px solid rgba(196, 196, 196, .2);
        padding-top: 30px;
        flex-direction: column;
        align-items: flex-start;
    }
    .test-result-share span {
        margin-bottom: 16px;
        margin-right: 0;
        max-width: 100%;
    }
    .test-result:before {
        filter: blur(160px);
        right: -70px;
        top: -100px;
    }
}
/* End */
/* /local/templates/blog/css/slick.css?17180878791961 */
/* /local/templates/blog/css/slick-theme.css?17180878793217 */
/* /local/templates/blog/components/bitrix/news/journal/bitrix/news.detail/test-article/style.css?1757574546953 */
/* /local/templates/blog/components/bitrix/voting.form/page.test/style.css?16606474956478 */
