

/* Start:/local/components/rarus/universal.list/templates/.default/style.css?14679839009381*/
/*
 * Страница списка
 */
.universal-list-wrap .text p a.more-btn {
    float:right;
}
.universal-list-wrap .article-text {
    margin-bottom: 4px;
}
.universal-list-wrap .sef-link {
    float: right;
    padding-top: 15px;
}
.universal-list-wrap .sef-link a {
    color: #2871AA;
}
/* Картинка */
.universal-list-wrap .visual-whit-box {
    display: inline-block;
    position: relative;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    padding: 0;
    margin: 0 20px 0 -10px;
    z-index: 1;
    float: left;
}
.universal-list-wrap .visual-whit-box:before,
.universal-list-wrap .visual-whit-box:after {
    content: "";
    position: absolute;
    z-index: -2;
    bottom: 15px;
    left: 10px;
    width: 50%;
    height: 20%;
    max-width: 300px;
    -webkit-box-shadow: 0 18px 10px #9DACBA;
    box-shadow: 0 18px 10px #9DACBA;
    -webkit-transform: rotate(-4deg);
    -ms-transform: rotate(-4deg);
    -o-transform: rotate(-4deg);
    transform: rotate(-4deg);
}
.universal-list-wrap .visual-whit-box:after {
    right:10px;
    left:auto;
    -webkit-transform:rotate(4deg);
    -ms-transform:rotate(4deg);
    -o-transform:rotate(4deg);
    transform:rotate(4deg);
}
.universal-list-wrap .visual-whit-box .image-box {
    vertical-align: top;
    position: relative;
    padding: 4px;
    z-index: 2;
    background: #FFF;
    border: 1px solid #DAEEF0;
    align-content: center;
    text-align: center;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    margin-left: 3px;
    overflow: hidden;
}
.universal-list-wrap .visual-whit-box .image-box > * {
    overflow: hidden;
    height: 90px;
    width: 130px;
}
.universal-list-wrap .visual-whit-box .image-box img {
    min-height: 90px;
    min-width: 130px;
    max-width: 180px;
    max-height: 180px;
    height: auto;
    width: auto;
}
/* Поиск */
.universal-list-wrap .search-wrap {
    margin-bottom: 45px;
}
.universal-list-wrap .search-wrap .search-title {
    color: #808080;
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 7px;
}
.universal-list-wrap .search-wrap .search-content {
    position: relative;
}
.universal-list-wrap .search-wrap input {
    width: 100%;
}
.universal-list-wrap .search-wrap .date-box  {
    margin-top: 10px;
}
.universal-list-wrap .search-wrap .date-box .input-holder {
    width: 140px;
    float: left;
    margin-right: 10px;
}
.universal-list-wrap .search-wrap .date-box input {
    width: 118px;
}
.universal-list-wrap .search-wrap .control-box {
    position: absolute;
    right: 0;
    bottom: 0;
}
.universal-list-wrap .search-wrap .control-box .button-box {
    margin-left: 5px;
}

/* Кнопки */
.universal-list-wrap .button-box {
    -moz-box-shadow:inset 0px 1px 0px 0px #54a3f7;
    -webkit-box-shadow:inset 0px 1px 0px 0px #54a3f7;
    box-shadow:inset 0px 1px 0px 0px #54a3f7;
    background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #007dc1), color-stop(1, #0061a7));
    background:-moz-linear-gradient(top, #007dc1 5%, #0061a7 100%);
    background:-webkit-linear-gradient(top, #007dc1 5%, #0061a7 100%);
    background:-o-linear-gradient(top, #007dc1 5%, #0061a7 100%);
    background:-ms-linear-gradient(top, #007dc1 5%, #0061a7 100%);
    background:linear-gradient(to bottom, #007dc1 5%, #0061a7 100%);
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#007dc1', endColorstr='#0061a7',GradientType=0);
    background-color:#007dc1;
    -moz-border-radius:3px;
    -webkit-border-radius:3px;
    border-radius:3px;
    border:1px solid #124d77;
    display:inline-block;
    cursor:pointer;
    color:#ffffff;
    font-family:arial;
    font-size:13px;
    padding:6px 24px;
    text-decoration:none;
    text-shadow:0px 1px 0px #154682;
}
.universal-list-wrap .button-box:hover {
    background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #0061a7), color-stop(1, #007dc1));
    background:-moz-linear-gradient(top, #0061a7 5%, #007dc1 100%);
    background:-webkit-linear-gradient(top, #0061a7 5%, #007dc1 100%);
    background:-o-linear-gradient(top, #0061a7 5%, #007dc1 100%);
    background:-ms-linear-gradient(top, #0061a7 5%, #007dc1 100%);
    background:linear-gradient(to bottom, #0061a7 5%, #007dc1 100%);
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#0061a7', endColorstr='#007dc1',GradientType=0);
    background-color:#0061a7;
}
.universal-list-wrap .button-box:active {
    position:relative;
    top:1px;
}
.universal-list-wrap .button-box.red {
    -moz-box-shadow:inset 0px 1px 0px 0px #cf866c;
    -webkit-box-shadow:inset 0px 1px 0px 0px #cf866c;
    box-shadow:inset 0px 1px 0px 0px #cf866c;
    background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #d0451b), color-stop(1, #bc3315));
    background:-moz-linear-gradient(top, #d0451b 5%, #bc3315 100%);
    background:-webkit-linear-gradient(top, #d0451b 5%, #bc3315 100%);
    background:-o-linear-gradient(top, #d0451b 5%, #bc3315 100%);
    background:-ms-linear-gradient(top, #d0451b 5%, #bc3315 100%);
    background:linear-gradient(to bottom, #d0451b 5%, #bc3315 100%);
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#d0451b', endColorstr='#bc3315',GradientType=0);
    background-color:#d0451b;
    border:1px solid #942911;
    color:#ffffff;
    text-shadow:0px 1px 0px #854629;
}
.universal-list-wrap .button-box.red:hover {
    background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #bc3315), color-stop(1, #d0451b));
    background:-moz-linear-gradient(top, #bc3315 5%, #d0451b 100%);
    background:-webkit-linear-gradient(top, #bc3315 5%, #d0451b 100%);
    background:-o-linear-gradient(top, #bc3315 5%, #d0451b 100%);
    background:-ms-linear-gradient(top, #bc3315 5%, #d0451b 100%);
    background:linear-gradient(to bottom, #bc3315 5%, #d0451b 100%);
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#bc3315', endColorstr='#d0451b',GradientType=0);
    background-color:#bc3315;
}



/*
 * Детальная страница
 */
.universal-detail-wrap {
    margin-bottom: 20px;
}
.universal-detail-wrap .article-box {
    min-height: 130px;
    margin-top: 3px;
}
.universal-detail-wrap .article-box .left-article-column-wrap {
    min-height: 10px;
    min-width: 100px;
    max-width: 130px;
    position: relative;
    text-align: center;
    float: left;
    padding-right: 25px;
}
.universal-detail-wrap .article-box .left-article-column-wrap .image-box {
    margin-bottom: 5px;
}
.universal-detail-wrap .article-box .left-article-column-wrap  .adds-info {
    margin-bottom: 11px;
}
.universal-detail-wrap .article-box .left-article-column-wrap  .adds-info a {
    font-size: 12px;
    color: #0085b9;
}
.universal-detail-wrap .article-box .left-article-column-wrap  .adds-info .css-button {
    box-sizing: border-box;
    padding: 7px 6px;
    width: 100%;
}
.universal-list-content-wrap .more {
    text-align: right;
    padding-top: 20px;
}
#main .universal-list-content-wrap .more .css-button {
    text-decoration: none;
    padding: 4px 20px 4px 24px;
    color: #fff;
}
.universal-list-content-wrap .more .css-button .fa{
    padding-left: 5px;
}
.universal-detail-wrap .article-contents .title-box {
    margin:20px 0px 10px 0px;
}


/* галерея */
.universal-detail-wrap .photo-album-wrap .title-box .text {
    padding-right: 60px;
}
.universal-detail-wrap .photo-album-wrap .rpg_default_style {
    position: relative;
}
.universal-detail-wrap .photo-album-wrap .rpg_default_style .rpg_mode_box {
    position: absolute;
    top: -38px;
    right: 0px;
}


/* файлы */
.universal-detail-wrap .article-file {
	background: #EDF5F7;
	margin-top: 10px;
	margin-bottom: 4px;
	border-radius: 7px;
	padding: 16px 0px 16px 24px;
	min-height: 35px;
	position: relative;
}
.universal-detail-wrap .article-file > div.clear-both {
    clear: both;
}

.universal-detail-wrap .article-file-title {
    margin-bottom: 13px;
}

.universal-detail-wrap .article-file-icon {
	position: absolute;
	top: 14px;
	left: 20px;
	margin-top: 3px;
}
.universal-detail-wrap .article-file-description {
	margin: 0px 16px 0px 45px;
	display: block;
	padding-top: 0;
}
.universal-list-wrap .section-box {
    padding: 10px 0px;
}
.universal-list-wrap .section-box label {
    color: #808080;
    margin-bottom: 7px;
    display: block;
}

.universal-detail-wrap .section {
    font-size: 20px;
    background-color: #8FCBDF;
    margin: 0 -47px 15px;
    padding: 10px 47px;
}

.universal-detail-wrap .section i {
    padding-right: 9px;
    color: #266CA7;
}

.universal-detail-wrap .section a {
    padding-right: 7px;
    color: #fff;
    text-decoration: none !important;
}
.universal-list-wrap .chosen-container {
    width: 100% !important;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    display: block;
}
.universal-list-wrap .chosen-container .chosen-single{
    display: block;
    margin: 0;
    height: auto;
    padding: 3.5px 12px;
    position: relative;
    text-decoration: none;
    border: 1px solid #b3c9dd;
    background: #fff !important;
    border-radius: 0;
    width: 100%;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    box-sizing: border-box;
}
.universal-list-wrap .chosen-container-single .chosen-single div {
    top: 5px;
}
/* End */
/* /local/components/rarus/universal.list/templates/.default/style.css?14679839009381 */
