

/* Start:/local/templates/roso/components/bitrix/news/news/bitrix/news.detail/.default/style.css?15452950702194*/
.news-detail .date{font-size:16px;line-height:1;color:#959595;margin-bottom:30px;margin-top:-15px}.news-detail .intro{max-width:1090px}.news-detail .intro .left{float:left;width:715px}@media screen and (max-width: 1023.98px){.news-detail .intro .left{float:none;max-width:100%}}.news-detail .intro .right{float:right;width:23%;min-width:226px;max-width:250px;margin-left:20px}@media screen and (max-width: 1023.98px){.news-detail .intro .right{float:none;max-width:100%;width:226px;margin-left:0}.news-detail .intro .right img{margin-bottom:30px}}.news-detail .intro+div{margin-top:50px}.news-detail .outro{width:715px}@media screen and (max-width: 1023.98px){.news-detail .outro{max-width:100%}}.news-detail .outro+div{margin-top:50px}.news-detail .slider-section+div{margin-top:50px}.news-detail .slider-section .nav-wrapper{position:absolute;left:30px;right:30px;margin:0 auto;max-width:1030px;top:50%;margin-top:-79px}.news-detail .slider-section .nav-wrapper div{top:0;margin-top:0}.news-detail .slider-section .slider .slide{padding:0 30px;max-height:999px;min-height:600px;max-height:657px;padding-bottom:63.2%;overflow:hidden}@media screen and (min-width: 1150px){.news-detail .slider-section .slider .slide{padding-bottom:0;height:657px}}@media screen and (max-width: 1023.98px){.news-detail .slider-section .slider .slide{padding-left:0;padding-right:0;padding-bottom:66.4%;min-height:1px}}@media screen and (max-width: 575.98px){.news-detail .slider-section .slider .slide{padding-bottom:93.75%}}.news-detail .slider-section .slider .slide:after{display:none}.news-detail .slider-section .slider .slide .img{max-width:1030px;margin:0 auto;position:absolute;left:30px;right:30px;height:100%;background-color:#e9e9e9;background-size:contain;background-position:center center;background-repeat:no-repeat}@media screen and (max-width: 1023.98px){.news-detail .slider-section .slider .slide .img{left:0;right:0;background-size:cover}}.news-detail .slider-section .thumbs-wrapper{padding-left:30px;padding-right:30px;max-width:1090px;margin-left:auto;margin-right:auto}@media screen and (max-width: 1023.98px){.news-detail .slider-section .thumbs-wrapper{padding-left:0;padding-right:0}}

/* End */


/* Start:/bitrix/components/bitrix/voting.current/templates/.default/style.css?154529503246*/
.vote-form-box-button-last {margin-left: 1em;}
/* End */


/* Start:/local/templates/roso/components/bitrix/voting.form/.default/style.css?16473394603439*/
ol.vote-items-list, ol.vote-items-list li {
	margin: 0; padding:0; border: none; font-size: 100%; list-style-type: none;}
ol.vote-answers-list {
	padding: 20px 0
}
div.vote-item-links{
	float:right;}
div.vote-item-date{
	font-style: italic;}
div.vote-item-image{
	float:left;
	padding-right:0.55em;}
div.vote-item-lamp{
	display:none;}
.vote-item-lamp-green span {
	color:green;}
.vote-item-lamp-red span {
	color:red;}
div.vote-clear-float { 
	clear: both;}

.starrequired {
    color:red; }
.vote-reply-field-captcha-label {
    margin-bottom:6px;}
.vote-vote-footer {
    margin-top:6px;}
.vote-reply-field-captcha-image {
    margin-bottom:6px;}
.vote-form-captcha {
	margin-left:0.55em;}
	
main .voting-form-box ol>li:before {
	display: none;
}
.voting-form-box
{
	background: #FFFFFF;
	border: 2px solid #F2F2F2;
	margin-top: 40px;
	max-width: 715px;
	width: 100%;
}
form.vote-form {
    padding: 19px 24px;
}
ol.vote-answers-list li {
    vertical-align: top;
	padding-top: 0px;
}
ol.vote-answers-list label {
	position: relative;
	display: block;
    vertical-align: top;
    position: relative;
    padding-left: 27px;
    font-size: 16px;
    line-height: 20px;
    color: #191919;
    cursor: pointer;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}
input[type="radio"] + label::before {
	border: 2px solid #cacaca;
	width: 20px;
	height: 20px;
	display: block;
    position: absolute;
	top: 0;
	left: 0;
    content: " ";
    border-radius: 50%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
input[type="radio"] + label::after {
	width: 8px;
    height: 8px;
    background-color: #cacaca;
    top: 6px;
    left: 6px;
	display: block;
    position: absolute;
    content: " ";
    border-radius: 50%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
input[type="radio"]:checked+label:after {
	background-color: #1c2854;
}
input[type="radio"]:checked+label:before {
	border: 2px solid #bf8034;
}

input[type="checkbox"] + label::before {
	border: 2px solid #cacaca;
	width: 20px;
	height: 20px;
	display: block;
    position: absolute;
	top: 0;
	left: 0;
    content: " ";
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
input[type="checkbox"] + label:hover:before {
	border-color: #d2a670;
}
input[type="checkbox"]:checked + label:before {
	border-color: #bf8034;
}
input[type="checkbox"] + label::after {
	content: " ";
    display: block;
    position: absolute;
	left: -2px;
    top: -2px;
    width: 25px;
    height: 25px;
    background-image: url(/local/templates/roso/img/check.svg);
    background-position: 50% 47%;
    background-repeat: no-repeat;
    opacity: 0;
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
input[type="checkbox"]:checked + label:after {
    opacity: 1;
}
input[type="submit"] {
	width: 140px;
    height: 40px;
    border: 2px solid #bf8034;
    background-color: #fff;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    text-align: center;
    letter-spacing: 0.02em;
    font-size: 14px !important;
    font-weight: bold !important;
    color: #191919;
    line-height: 56px;
    cursor: pointer;
    text-transform: uppercase;

}
input[type="submit"]:hover {
	background-color: #bf8034;
    color: #fff;
}
.vote-item-title {
	font-weight: bold;
	font-size: 12px;
	line-height: 16px;
	letter-spacing: 0.02em;
	text-transform: uppercase;
}
/* End */
/* /local/templates/roso/components/bitrix/news/news/bitrix/news.detail/.default/style.css?15452950702194 */
/* /bitrix/components/bitrix/voting.current/templates/.default/style.css?154529503246 */
/* /local/templates/roso/components/bitrix/voting.form/.default/style.css?16473394603439 */
