#rate-single-block {
    margin: 28px 0px 0px 0px;
    padding: 0;
    background-color: #f4f4f4;
    height: 65px;
    overflow: hidden;
    position:relative;
    cursor: pointer;
}
#rate-single-block a.name {
    font: bold 17px/20px "PT Sans", Arial, "Helvetica Neue", Helvetica, sans-serif;
    color: #0090ff;
    text-decoration: none;
    border-bottom: 1px solid;
    border-color: rgba(0, 144, 255, 0.5);
    margin-top: 10px;
}
#rate-single-block .rate-info {
    position: absolute;
    top: 0px;
    left: 200px;
    height: 65px;
    padding-top: 10px;
    font: normal 13px/25px "PT Sans", Arial, "Helvetica Neue", Helvetica, sans-serif;
}
#rate-single-block .rate-logo {
    position: absolute;
    top: -20px;
    left: 0px;
    width: 183px;
    height: 105px;
    -webkit-border-radius: 0px 50px 50px 0px;
    -moz-border-radius: 0px 50px 50px 0px;
    border-radius: 0px 50px 50px 0px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}
#rate-single-block .rate-logo:hover {
    -moz-opacity: 0.70;
    opacity: 0.70;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha"(Opacity=70);
    filter: progid:DXImageTransform.Microsoft.Alpha(opacity=70);

}
#rate-single-block .rate-logo img {
    margin-top: -55px;
}
#rate-single-block .blur {
    width: 665px;
    white-space: nowrap;
    overflow: hidden;
    position: relative;
}
#main-part .not-right #rate-block {
    margin-right: 19px;
}
#rate-block {
    overflow: hidden;
    padding: 17px 15px;
    margin-bottom: 30px;
    color: #434c53;
    font: normal 13px/20px "PT Sans", Arial, Helvetica, sans-serif;
    background-color: #f2f9fc;
}
#rate-block .vote-widget {
    clear: both;
    padding-top: 7px;
    display: none;
}
#rate-block div.block-title ,
#rate-block div.block-title a{
    margin: 0 0 9px;
    color: #041727;
    letter-spacing: -0.4px;
    text-transform: uppercase;
    font: bold 14px/19px "PT Sans", Arial, Helvetica, sans-serif;
    text-decoration: none;
    border-bottom: none;
}

#rate-block div.block-title a:hover{
    opacity: 0.8;
}

#rate-block ul {
    overflow: hidden;

    padding: 0;
    margin: 0;

    list-style: none;
}
#rate-block a {
    color: #0090ff;
    text-decoration: none;
    font: normal 13px/19px "PT Sans", Arial, Helvetica, sans-serif;

    border-bottom: 1px solid rgba(0, 144, 255, 0.5);
}
#rate-block .rate-list {
    float: left;

    margin-right: 15px;
}
#rate-block .rate-list > li {
    width: 198px;
    float: left;

    margin-right: 20px;
}
#rate-block .rate-list > li:last-of-type {
    margin-right: 0;
}
#rate-block .item-wrapper {
    margin-bottom: 27px;
}
#rate-block .else-rate {

    margin-bottom: 19px;
    float: left;
    margin-top: 28px;

}
#rate-block img:hover {
    -moz-opacity: 0.70;
    opacity: 0.70;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha"(Opacity=70);
    filter: progid:DXImageTransform.Microsoft.Alpha(opacity=70);
}
#rate-block .else-rate li {
    overflow: hidden;
    margin-bottom: 15px;
    max-height: 44px;
}
#rate-block .else-rate li:last-of-type {
    margin-bottom: 0;
}
#rate-block .item-wrapper .img {
    display: block;
    width: 198px;
    height: 140px;
    overflow: hidden;

    margin-bottom: 8px;

    line-height: 140px;

    border-bottom: none;
    position: relative;
}
#rate-block .item-wrapper .img .count {
    padding: 4px 4px 3px 24px;
    position: absolute;
    top: 5px;
    left: 6px;
    z-index: 2;
    color: #fff;
    font: bold 11px/11px "PT Sans", Arial, Helvetica, sans-serif;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    background-color: rgba(130, 180, 196, 0.9);
    background-repeat: no-repeat;
    background-position: 5px 3px;
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA8AAAAKCAQAAADBEsxyAAAAwUlEQVQYGQXBsUoUAACA4b9r04h8gQNt1MUGk9vtoDdobQgcfAMRJXqBcGhpcbgbeoTgolV8B+OWgrO7RYeQ4+v7kiRvTM39Mzf1VpKSDM38dubQttdOLfzwUkoO3PlsQ5LkhUt/jZRdKx8kA2MfPZHkvaW93PgkyRV4ZyDJhetB6x6rqv2qJq17XtXTyq6VY8kzX9376ZXkxMpecuDOpU1Jki1fLB0qydB3f5wb2TFyZmFmKCVJjnxz68EvE2NJ+g/ZH7PPF+x/JAAAAABJRU5ErkJggg==);
}
#rate-block .else-rate .img {
    display: block;
    width: 50px;
    height: 44px;
    float: left;
    overflow: hidden;
    margin-right: 10px;
    line-height: 44px;
    border-bottom: none;

    text-align: center;
    background-color: #fff;
    -webkit-box-shadow: inset 0 0 0 1px #e2eaec;
    -moz-box-shadow: inset 0 0 0 1px #e2eaec;
    box-shadow: inset 0 0 0 1px #e2eaec;

}

#rate-block .else-rate .img img{
    min-width: 100%;
    min-height: 100%;
}

#rate-block .else-rate .img.noimg:before{
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    background: url('/regions/img/no-img-new.png') center center no-repeat;
}

#rate-block .item-wrapper .name {
    color: #0090ff;
    white-space: nowrap;
    text-decoration: none;
    font: normal 15px/20px "PT Sans", Arial, Helvetica, sans-serif;

    border-bottom: 1px solid rgba(0, 144, 255, 0.5);
}
#rate-block .else-rate .desc {
    width: 136px;
    float: left;
    overflow: hidden;

    margin-top: -5px;

    position: relative;
}

#rate-block .item-wrapper .data {
    width: 198px;
    float: left;
    overflow: hidden;

    position: relative;
}
  #rate-block .else-rate .desc:after, #rate-block .item-wrapper .data:after {
    content: '';

    display: block;
    width: 20px;
    height: 100%;

    position: absolute;
    top: 0;
    right: 0;
    z-index: 2;

    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,f2f9fc+100&0+0,1+100 */
    background: -moz-linear-gradient(left,  rgba(255,255,255,0) 0%, rgba(242,249,252,1) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(left,  rgba(255,255,255,0) 0%,rgba(242,249,252,1) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right,  rgba(255,255,255,0) 0%,rgba(242,249,252,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#f2f9fc',GradientType=1 ); /* IE6-9 */


}
#rate-block .else-rate .name {
    color: #0090ff;
    white-space: nowrap;
    text-decoration: none;
    font: normal 13px/13px "PT Sans", Arial, Helvetica, sans-serif;

    border-bottom: 1px solid rgba(0, 144, 255, 0.5);
}
/* ===== */
#rate-block .evals-container span.title {
    display: none;
}
#rate-block .else-rate .desc .evals-container {
    height: 22px;

    padding: 3px;
    margin-top: 2px;

    border-radius: 5px;
}
#rate-block .else-rate .desc .evals-container .eval {
    display: inline-block;
    width: 20px;
    height: 22px;
    float: left;

    margin: 0 1px 0 0;

    font-size: 0;

    border-bottom: none;

    background: url(/regions/img/evals.png) no-repeat transparent;
}
#rate-block .else-rate .desc .evals-container .rate-a {
    background-position: left top ;
}
#rate-block .else-rate .desc .evals-container .rate-b {
    background-position: -20px top ;
}
#rate-block .else-rate .desc .evals-container .rate-c {
    background-position: -40px top ;
}
#rate-block .else-rate .desc .evals-container .rate-null {
    background-position: -60px top ;
}
#rate-block .else-rate .desc .evals-container .rate-a-plus {
    background-position: -80px top ;
}
#rate-block .else-rate .desc .evals-container .rate-b-plus {
    background-position: -100px top ;
}
#rate-block .else-rate .desc .evals-container .rate-c-plus {
    background-position: -120px top ;
}
#rate-block .else-rate .desc .evals-container .rate-a-minus {
    background-position: -140px top ;
}
#rate-block .else-rate .desc .evals-container .rate-b-minus {
    background-position: -160px top ;
}
#rate-block .else-rate .desc .evals-container .rate-c-minus {
    background-position: -180px top ;
}
.abs-mini-popup_pos_top .abs-mini-popup__content {
    max-width: 300px;
}
#rate-block .links-list {
    width: 180px;
    float: left;
}
#rate-block .links-list li {
    margin-bottom: 10px;
}

#rate-block .more-link {
    float: none;
    text-decoration: none;
    font: normal 13px/20px "PT Sans", Arial, Helvetica, sans-serif !important;
    border-bottom: none !important;
}

#rate-block .more-link:after {
    content: '→';
    position: relative;
    top: 1px;
    color: #01a7ca;
    font: normal 18px/20px Arial, Helvetica, sans-serif;
}

#rate-block .more-link .txt {
    color: #01a7ca;
    border-bottom: 1px solid rgba(1, 167, 202, 0.5);
}

#rate-block .more-link .count {
    margin: 0 5px;
    color: #91a2a8;
}

/* rating-list */
#rating-list a:hover {
    color: #005ea6 !important;
    border-color: rgba(0, 94, 166, 0.5) !important;
    opacity: 1;
}
#rating-list .items {
    padding: 0;
    margin: 10px 0 0;

    list-style: none;
}
#rating-list .item {
    overflow: hidden;

    margin-bottom: 20px;

    background-color: #f2f9fc;
}
#rating-list .item:hover {
    background: #edfbff;
}
#rating-list .image {
    display: block;
    width: 300px;
    height: 245px;
    float: left;

    position: relative;

    line-height: 245px;
    text-align: center;
    text-decoration: none;

    background: #ffffff;
}
#rating-list .image:after {
    content: '';

    display: block;
    width: 100%;
    height: 100%;

    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;

    -webkit-box-shadow: inset 0 0 0 1px rgba(161, 172, 174, 0.2);
    -moz-box-shadow: inset 0 0 0 1px rgba(161, 172, 174, 0.2);
    box-shadow: inset 0 0 0 1px rgba(161, 172, 174, 0.2);
}
#rating-list .items .image img {
    vertical-align: middle;
    max-width: 100%;
    max-height: 100%;
}
#rating-list .image:hover {
    opacity: 0.8;
}
#rating-list .items .desc {
    width: 548px;
    height: 217px;
    float: left;

    padding: 14px 5px 14px 25px;
}
#rating-list .items .title {
    margin: 5px 0 19px;
}
#rating-list .items .title .name {
    color: #0090ff;
    text-decoration: none;
    font: bold 18px/24px "PT Sans", Arial, Helvetica, sans-serif;

    border-bottom: 1px solid rgba(0, 144, 255, 0.5);
}
#rating-list .counters {
    float: right;
    overflow: hidden;

    margin: 0;
}
#rating-list .comment_count {
    float: left;

    padding-left: 20px;
    margin-right: 10px;
    margin-top: 6px;

    font: 11px/16px "PT Sans", Arial, "Helvetica Neue", Helvetica, sans-serif;

    background: url('/regions/img/ico_news.png') left -19px no-repeat;
}
#rating-list .comment_count span {
    color: #0090ff;

    border-bottom: 1px solid rgba(0, 144, 255, 0.5);
}
#rating-list .view_count {
    float: left;

    margin-top: 6px;
    margin-right: 10px;
    padding-left: 20px;

    color: #434c53;
    font: 11px/16px "PT Sans", Arial, "Helvetica Neue", Helvetica, sans-serif;

    background: url('/regions/img/ico_news.png') left 2px no-repeat;
}
#rating-list .left-side {
    width: 217px;
    float: left;
}
#rating-list .right-side {
    width: 300px;
    height: 158px;
    float: left;
    overflow: hidden;

    padding: 4px 0 0;

    color: #434c53;
    font: normal 13px/20px "PT Sans", Arial, Helvetica, sans-serif;
}
#rating-list .left-side {
    padding-right: 20px;
}
#rating-list .left-side ul {
    padding: 0;
    margin: 0;

    list-style: none;
}
#rating-list .left-side li {
    overflow: hidden;
    clear: both;

    margin-bottom: 16px;
}
#rating-list .left-side .num-block {
    width: 38px;
    height: 38px;
    float: left;

    margin: 4px 10px 0 0;

    color: #041727;
    text-align: center;
    font: bold 18px/38px "PT Sans", Arial, Helvetica, sans-serif;

    border: 1px solid #dce4e7;
    border-radius: 12px;
}
#rating-list .left-side .text-block {
    width: 166px;
    float: left;

    color: #041727;
    font: normal 15px/22px "PT Sans", Arial, Helvetica, sans-serif;
}
#rating-list .left-side .text-block a {
    color: #0090ff;
    text-decoration: none;
    font: normal 15px/22px "PT Sans", Arial, Helvetica, sans-serif;

    border-bottom: 1px solid rgba(0, 144, 255, 0.5);
}
#rating-list .right-side .hdr {
    overflow: hidden;

    margin-bottom: 15px;
}
#rating-list .right-side .img {
    display: block;
    width: 50px;
    height: 44px;
    float: left;

    margin-right: 14px;

    position: relative;

    line-height: 44px;
    text-align: center;
    text-decoration: none;

    background: #ffffff;
}
#rating-list .right-side .img:after {
    content: '';

    display: block;
    width: 100%;
    height: 100%;

    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;

    -webkit-box-shadow: inset 0 0 0 1px rgba(161, 172, 174, 0.2);
    -moz-box-shadow: inset 0 0 0 1px rgba(161, 172, 174, 0.2);
    box-shadow: inset 0 0 0 1px rgba(161, 172, 174, 0.2);
}
#rating-list .right-side .img img {
    vertical-align: middle;
    max-width: 100%;
    max-height: 100%;
}
#rating-list .right-side .img:hover {
    opacity: 0.8;
}
#rating-list .right-side  .info {
    float: left;

    margin-top: -6px;
}
#rating-list .right-side .name {
    color: #0090ff;
    text-decoration: none;
    font: normal 15px/23px "PT Sans", Arial, Helvetica, sans-serif;

    border-bottom: 1px solid rgba(0, 144, 255, 0.5);
}
#rating-list .right-side .about {
    color: #434c53;
    font: normal 13px/25px "PT Sans", Arial, Helvetica, sans-serif;
    width: 230px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}
#rating-list .right-side .about a {
    color: #0090ff;
    text-decoration: none;
    font: normal 13px/23px "PT Sans", Arial, Helvetica, sans-serif;

    border-bottom: 1px solid rgba(0, 144, 255, 0.5);
}
#rating-list .right-side .more {
    margin-left: 4px;

    color: #0090ff;
    text-decoration: none;
    font: normal 17px/20px Arial, Helvetica, sans-serif;
}
/* EOF rating-list */





/* rating-card */
.rating-card {

}
.rating-card h2,
.rating-card h1 {
    margin: 7px 0 5px;

    color: #041727;
    letter-spacing: -0.4px;
    font: bold 24px/32px "PT Sans", Arial, "Helvetica Neue", Helvetica, sans-serif;
}
.rating-card h3 {
    margin: 20px 0 10px;

    color: #041727;
    font: bold 17px/24px "PT Sans", Arial, "Helvetica Neue", Helvetica, sans-serif;
}
.rating-card .header {
    overflow: hidden;

    margin-top: 5px;
    margin-bottom: 14px;
}

.rating-card .header .comment_count {
    float: right;
    padding-left: 20px;
    margin-right: 10px;
    margin-top: 6px;
    color: #434c53;
    font: 11px/16px "PT Sans", Arial, "Helvetica Neue", Helvetica, sans-serif;
    background: url('/regions/img/ico_news.png') left -19px no-repeat;
}
.rating-card .header .view_count {
    float: right;
    margin-top: 6px;
    margin-right: 10px;
    padding-left: 20px;
    color: #434c53;
    font: 11px/16px "PT Sans", Arial, "Helvetica Neue", Helvetica, sans-serif;
    background: url('/regions/img/ico_news.png') left 2px no-repeat;
}

.rating-card .header .publication ,
.rating-card .header .date {
    color: #95a4a9;
    font: 14px/25px "PT Sans", Arial, "Helvetica Neue", Helvetica, sans-serif;
}
.rating-card .header .publication:before ,
.rating-card .header .date:after {
    content: '·';
    margin: 0 9px;
    color: #cbcbcb;
    font: 14px/25px "PT Sans", Arial, "Helvetica Neue", Helvetica, sans-serif;
}

.rating-card .header .expert-count {
    color: #434c53;
    font: 14px/25px "PT Sans", Arial, "Helvetica Neue", Helvetica, sans-serif;
}
.rating-card .short-text {
    margin-bottom: 10px;

    color: #041727;
    font: bold 17px/28px "PT Sans", Arial, "Helvetica Neue", Helvetica, sans-serif;
}
.rating-card .rating-parent{
	margin-bottom: 30px;
	}
	.rating-card .rating-parent h3{
		margin: 20px 0;
	}
.HTML p {
    margin: 16px 0 16px 100px;

    color: #434c53;
    font: 15px/24px "PT Sans", Arial, "Helvetica Neue", Helvetica, sans-serif;
}
.HTML .about-link {
    margin: 20px 0 20px 100px;
}
#cross-links {
    margin-bottom: 30px;
}
#cross-links ul {
    padding: 0;
    list-style: none;
}
#cross-links li {
    padding-left: 12px;
    position: relative;
}

#cross-links li:before{
    content: '\2015';
    color: #01a7ca;
    font: bold 15px/24px "PT Sans", Arial, "Helvetica Neue", Helvetica, sans-serif;
    position: absolute;
    left: 0;
    top: 0;
}
#cross-links li a{
    margin-left: 12px;
    position: relative;
    color: #01a7ca;
    font: normal 15px/24px "PT Sans", Arial, "Helvetica Neue", Helvetica, sans-serif;

    border-bottom: 1px solid rgba(1, 167, 202, 0.5);
}
.rating-card .about-link a {
    border-bottom: none;
}
.rating-card .about-link a span {
    color: rgb(1, 167, 202);
    font: bold 17px/24px "PT Sans", Arial, "Helvetica Neue", Helvetica, sans-serif;

    border-bottom: 1px solid rgba(1, 167, 202, 0.5);
}
.rating-card .about-link a:after {
    content: '→';

    margin-left: 5px;

    color: rgb(1, 167, 202);
    font: normal 21px/24px Arial, "Helvetica Neue", Helvetica, sans-serif;
}
.rating-card .tags_widget {
    display: block;
    clear: left;
    overflow: hidden;
}
.rating-card .tags_widget.wide {
    margin: 24px 0 25px;
    padding: 12px 26px;

    border-left: 4px solid #01a7ca;

    background-color: #f6f9fa;
}
.rating-card .tags_widget.wide .header {
    margin: 0;

    color: #041727;
    font: bold 17px/24px "PT Sans",Arial,"Helvetica Neue",Helvetica,sans-serif;
}
.rating-card .tags_widget.wide .text {
    padding-bottom: 12px;
    margin: 0;

    color: #434c53;
    font: 15px/24px "PT Sans",Arial,"Helvetica Neue",Helvetica,sans-serif;
}
.rating-card .tags_widget a {
    color: rgb(1, 167, 202);
    font: 15px/24px "PT Sans",Arial,"Helvetica Neue",Helvetica,sans-serif;

    border-bottom: 1px solid rgba(1, 167, 202, 0.5);
}
.rating-card .wide-share {
    margin: 10px 0 50px;
}
.rating-card .tags {
    font: 13px/20px "PT Sans", Arial, "Helvetica Neue", Helvetica, sans-serif;
    color: #9fc5cc;
    margin-top: 3px;
    margin-bottom: 50px;
}
.rating-card .tags a {
    font: 13px/20px "PT Sans", Arial, "Helvetica Neue", Helvetica, sans-serif;
    color: #89aeb5;
    border-bottom: 1px solid rgba(159,197,204,0.5);
}
.rating-card .tags span:not(:first-of-type) {
    margin-left: 5px;
}
.rating-card .expert-comm {
    margin: 20px 0 20px 100px;
}
.rating-card .expert-comm h3 {
    margin: 20px 0;
}
.rating-card .expert-comm ul {
    padding: 0;
    margin: 0;

    list-style: none;
}
.rating-card .expert-comm li {
    display: inline-block;
    vertical-align: top;
    width: 230px;
    height: 86px;
    overflow: hidden;
    margin: 0 30px 24px 0;
}
.rating-card .expert-comm li:nth-of-type(3n+3) {
    margin-right: 0;
}
.rating-card .expert-comm .img {
    display: block;
    width: 68px;
    height: 68px;
    float: left;

    margin-right: 19px;

    position: relative;

    line-height: 68px;
    text-align: center;
    text-decoration: none;
}
.rating-card .expert-comm .img:hover {
    opacity: 0.8;
}
.rating-card .expert-comm .img:after {
    content: '';

    display: block;
    width: 100%;
    height: 100%;

    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;

    -webkit-box-shadow: inset 0 0 0 1px #e2eaec;
    -moz-box-shadow: inset 0 0 0 1px #e2eaec;
    box-shadow: inset 0 0 0 1px #e2eaec;
}
.rating-card .expert-comm img {
    max-width: 100%;
    max-height: 100%;
}
.rating-card .expert-comm .desc {
    margin-left: 87px;
}
.rating-card .expert-comm .name {
    color: rgb(1, 167, 202);
    font: normal 14px/20px "PT Sans", Arial, "Helvetica Neue", Helvetica, sans-serif;

    border-bottom: 1px solid rgba(1, 167, 202, 0.5);
}
.rating-card .expert-comm .post {
    margin-top: 6px;

    color: rgb(149, 164, 169);
    font: normal 13px/20px "PT Sans", Arial, "Helvetica Neue", Helvetica, sans-serif;
}
.rating-card .expert-comm .post.cut{
	max-height: 60px;
	overflow: hidden;
	position: relative;
	cursor: help;
}
.rating-card .expert-comm .post.cut .blur {
	background: rgba(0, 0, 0, 0) linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.46) 17%, rgba(255, 255, 255, 1) 100%) repeat scroll 0 0;
	bottom: 0;
	content: "";
	height: 20px;
	pointer-events: none;
	position: absolute;
	right: 0;
	width: 100px;
}






#rating-table {
    width: 100%;

    margin-top: 14px;

    border-collapse: collapse;
    border: 1px solid #eceeef;

    background: #fff;
}
#rating-table thead {
    border-bottom: 1px solid #eceeef;
}
#rating-table th {
    padding: 10px;

    color: rgb(137, 146, 156);
    text-transform: uppercase;
    font: bold 12px/20px "PT Sans", Arial, "Helvetica Neue", Helvetica, sans-serif;

    background-color: #f6f9fa !important;
}
#rating-table th:first-of-type {
    padding-left: 30px;

    text-align: left;
}
#rating-table th.sortable {
    cursor: pointer;
}
#rating-table th.small-row {
    min-width: 60px;
}
#rating-table th.sortable div {
    display: inline-block;

    position: relative;
}
#rating-table th.sortable span {
    border-bottom: 1px dotted rgba(137, 146, 156, 0.5);
}
#rating-table th.sortable div:after {
    content: '';

    display: none;
    width: 6px;
    height: 11px;

    position: absolute;
    top: 6px;
    left: -13px;

    background-repeat: no-repeat;
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAYAAAALCAMAAABrjAykAAAAHlBMVEUBp8oBp8oBp8oBp8oBp8oBp8oBp8oBp8oBp8oBp8pjJni9AAAACXRSTlMAFcPExcbLzNQ5a1wFAAAAJ0lEQVQI143FwQEAIAjEsJ6o0P0XdgXzCaRvIKMTWrU5qhtQ+KsWPC60AQTpABHQAAAAAElFTkSuQmCC);
}
#rating-table th.sort-desc div:after {
    display: block;

    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    transform: rotate(180deg);
}
#rating-table th.sort-asc div:after {
    display: block;
}
#rating-table.rating-object-reviews th {
    min-width: 40px;
}
#rating-table th.sortable:hover span {
    border-bottom: none;
}
#rating-table tr:nth-child(even) {
    background: #edfbff;
}
#rating-table td {
    min-width: 60px;
    vertical-align: top;

    padding: 8px 10px 9px;

    color: #434c53;
    font: normal 15px/17px "PT Sans", Arial, "Helvetica Neue", Helvetica, sans-serif;
}
#rating-table td.name > div {
    min-height: 37px;
}
#rating-table td:first-of-type {
    width: 214px;

    padding-left: 30px;

    text-align: left;
}
#rating-table td.code {
    text-align: center;
}
#rating-table td a:not(.fa) {
    color: rgb(1, 167, 202);
    font: normal 15px/20px "PT Sans", Arial, "Helvetica Neue", Helvetica, sans-serif;
}
#rating-table td.name a, #rating-table td.vote a {
    border-bottom: 1px solid rgba(1, 167, 202, 0.5);
}
#rating-table td.code a:not(.eval):not(.common-link):not(.tab) {
    border-bottom: 1px dotted rgba(1, 167, 202, 0.5);
    font-size: 	14px;
}
#rating-table td a.rating-builder-link {
    display: block;

    margin-top: 5px;

    color: #95a4a9;
    text-transform: uppercase;
    font: normal 10px/12px "PT Sans", Arial, "Helvetica Neue", Helvetica, sans-serif;

    border: none;
}
#rating-table td.vote{
    text-align: center;
}
	#rating-table td.vote .change{
		display: inline-block;
		font: bold 15px/17px "PT Sans",Arial,"Helvetica Neue",Helvetica,sans-serif;
		margin-left: 3px;
		}
		#rating-table td.vote.increase .change{
			color: #449933;
		}
		#rating-table td.vote.decrease .change{
			color: #993433;
		}
#rating-table td.comments_count{
	text-align: center;
	font-weight: bold;
}
#rating-table .vote-button:nth-child(2n+1) {
    margin-right: 3px;
}
.rating-card #experts-link {
    overflow: hidden;
    background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAACAQMAAACjTyRkAAAAA1BMVEXo8PXZ4FvsAAAACklEQVQI12MAAgAABAABINItbwAAAABJRU5ErkJggg==') left center repeat-x transparent;
    margin: 24px 0;
    color: #0099cc;
    font: normal 19px Arial;
}
.rating-card #experts-link a,
.rating-card #experts-link i {
    margin-left: 0;
    font: normal 19px Arial;
    color: #0099cc;
    background-color: #FFFFFF;
    padding: 0 3px;
}
/* EOF rating-card */

/* rating cabinet */
#rating-cabinet {
}
#rating-cabinet .header{
    color: #01a7ca;
    font-family: "Myriad Pro", "Gill Sans", "Gill Sans MT", Calibri, sans-serif;
    font-size: 18px;
    font-weight: bold;
    border-bottom: 2px solid #01a7ca;
    padding-bottom: 3px;
}
#rating-cabinet h2{
    font: 18px Arial;
    margin-top: 20px;
}
#rating-cabinet h4 {
    color: #666666;
    font: 17px Arial;
    margin: 10px 0 10px 0;
}
#rating-cabinet h4 .stat {
    color: #767676;
    font: 12px Arial;
}

#rating-cabinet .toggle-block {
    overflow: hidden;
    height: 125px;
}
#rating-cabinet .objects-table{
    border-collapse: collapse;
}
#rating-cabinet .objects-table tr.odd {
    background-color: #ecf4f7;
}
#rating-cabinet .objects-table tr.even {
    background-color: #ffffff;
}
#rating-cabinet .objects-table tr.hidden{
    display: none;
}
#rating-cabinet .objects-table tr.visible{
    display: table-row;
}

#rating-cabinet .objects-table td.switcher a{
    cursor: pointer;
    border-bottom: 1px dotted #0f7ba0;
}

#rating-cabinet .objects-table tr td {
    padding-top: 5px;
    padding-bottom: 5px;
}
#rating-cabinet .objects-table tr td.votes {
    padding: 0;
}
#rating-cabinet .objects-table tr td:nth-child(1) {
    padding-left: 5px;
    padding-right: 2px;
}
#rating-cabinet .objects-table.vote tr td:nth-child(2) {
    min-width: 400px;
}
#rating-cabinet .objects-table.vote tr td:nth-child(3){
    padding-left: 12px;
    padding-right: 16px;
}
#rating-cabinet .objects-table.vote tr td:nth-child(4){
    padding-left: 12px;
    padding-right: 16px;
}
#rating-cabinet .objects-table.voted {
    border: solid 1px #e7ebed;
}
#rating-cabinet .objects-table.voted {
    width: 100%;
}
#rating-cabinet .objects-table.voted th {
    background-color: #01a7ca;
    color: #FFFFFF;
    padding: 10px 5px;
    border-right: solid 1px #FFFFFF;
}
#rating-cabinet .objects-table.voted th:last-child {
    border: none;
}
#rating-cabinet .objects-table.voted .object-column {
    width: 76px;
}
#rating-cabinet .objects-table.voted .count-column {
    width: 55px;
}
#rating-cabinet .objects-table.voted .vote-column {
    width: 220px;
}
#rating-cabinet .objects-table.voted .comment-column {
    width: 260px;
}
#rating-cabinet .objects-table.voted td.comment-column {
    text-align: justify;
    padding: 5px 10px;
}
#rating-cabinet .objects-table.voted td.comment-column div{
    padding: 5px 10px;
    text-align: right;
}
#rating-cabinet .objects-table.voted td{
    text-align: center;
    border: solid 1px #e7ebed;
}
#rating-cabinet .objects-table.voted td:last-child {
    border: none;
}

#rating-cabinet .objects-table.vote-table{
    width: 100%;
}
#rating-cabinet .objects-table.vote-table tr {
    background: none;
}
#rating-cabinet .objects-table.vote-table td {
    width: 50%;
    border: none;
    text-align: left;
}
#rating-cabinet .objects-table.vote-table tr td:first-child {
    text-align: left;
    width: 90%;
}
#rating-cabinet .objects-table.vote-table tr td:last-child {
    text-align: left;
}
/* EOF rating cabinet */

/* _vote_form */
#vote-data {
    width: 555px;
    overflow: hidden;

    margin: 20px;
}
#vote-data .vote-success{
    display: none;
}
#vote-data .error {
    color: #f71029;
    border-color: #f71029;
}
#vote-data ul {
    margin: 0;
    padding: 0;

    list-style: none;
}
#vote-data #logo {
    margin: 0;
}
#vote-data .vote-header {
    font: normal 20px Arial;
    color: #000;
    margin: 15px 0 40px;
    clear: left;
}
#vote-data span.builder {
    font: normal 16px Arial;
    color: #000;
    margin: 15px 0 40px;
    clear: left;
}
#vote-data li {
    font-size: 12px;
}
#vote-data li .name {
    width: 228px;
    display: inline-block;

    font-weight: bold;
}
#vote-data li .name.anonym-name {
    width: 143px;
}
#vote-data li p {
    color: #666;
    font-size: 12px;
}
#vote-data li p span {
    font-weight: bold;
}
#vote-data li select {
    width: 280px;
}
#vote-data .eval-1 {
    margin-bottom: 45px;
}
#vote-data .eval-1 span,
#vote-data .eval-6 span {
    display: inline-block;
    width: 135px;
}
#vote-data .eval-1 input,
#vote-data .eval-6 input {
    vertical-align: middle;
}
#vote-data .eval {
    margin-bottom: 30px;
}
#vote-data .eval-5 .name {
    width: 143px;
    vertical-align: top;

    margin-top: 15px;
}
#vote-data .eval-5 {
    margin-bottom: 25px;
}
#vote-data textarea {
    width: 401px;
    height: 112px;
}
#vote-data .eval-6 {
    margin-bottom: 20px;
}
#vote-data .buttons input {     /*---styles.css:6480---*/
    width: 211px;
    height: 36px;
    float: right;

    padding: 0;
    border: 0;

    color: #fff;
    text-align: center;
    font: bold 15px Arial;
    text-transform: uppercase;

    background: url(/regions/img/mortgage/submit_back.gif) left top no-repeat;

    cursor: pointer;
}
#vote-data #form-error{
    display: none;
}
/* EOF _vote_form */
/* rating-object-reviews */
.rating-object-reviews td .non-publish{
    color: #767676;
}
/* EOF rating-object-reviews */
/* universal toggle-text-container */
.toggle-text-container {
    position: relative;
    height: 55px;
    overflow: hidden;
}
.toggle-text-container .toggle-gradient-block {
    background-image: -webkit-linear-gradient(bottom,rgba(255, 255, 255,0),rgba(255, 255, 255, 0.9),#FFFFFF);
    background-image: linear-gradient(to bottom,rgba(255, 255, 255,0),rgba(255, 255, 255, 0.9),#FFFFFF);
    width: 100%;
    height: 30px;
    position: absolute;
    z-index: 2;
    left: 0;
    bottom: 0;
}
.toggle-text-container.blue .toggle-gradient-block {
    background-image: -webkit-linear-gradient(bottom,rgba(236,244,247,0),rgba(236,244,247, 0.9),#ecf4f7);
    background-image: linear-gradient(to bottom,rgba(236,244,247,0),rgba(236,244,247, 0.9),#ecf4f7);
    width: 100%;
    height: 30px;
    position: absolute;
    z-index: 2;
    left: 0;
    bottom: 0;
}
.toggle-text-switcher {
    color: #0099cc;
}
.toggle-text-switcher span {
    font-size: 13px;
}
.toggle-text-switcher a {
    text-decoration: none;
    border-bottom: 1px dotted;
}
.toggle-text-switcher a:hover {
    border: none;
}

/* EOF universal toggle-text-block */


/* ================================ POPUP ===================================== */
#rating-table .publish {
    display: inline-block;

    position: relative;
}
#rating-table .publish > span {
    color: rgb(1, 167, 202);
    font: normal 13px/32px "PT Sans", Arial, Helvetica, sans-serif;

    border-bottom: 1px dotted rgba(1, 167, 202, 0.5);
}
#rating-table .publish > span:hover {
    opacity: 0.8;

    border-bottom: none;

    cursor: pointer;
}
#rating-table .publish-options {
    display: none;
    width: 485px;
    min-height: 306px;

    padding: 18px 18px 20px;
    margin-top: 4px;

    position: absolute;
    top: 23px;
    left: -65px;
    z-index: 10;

    white-space: normal;
    font-weight: normal;

    background-color: #fff;

    -webkit-box-shadow: 0px 0px 30px 10px rgba(181,194,199,0.33);
    -moz-box-shadow: 0px 0px 30px 10px rgba(181,194,199,0.33);
    box-shadow: 0px 0px 30px 10px rgba(181,194,199,0.33);
}
#rating-table .publish-options:before {
    content: '';

    display: block;

    position: absolute;
    top: -9px;
    left: 80px;

    border: 4px solid transparent;
    border-bottom: 5px solid #fff;
}
#rating-table .publish-options .close {
    display: block;
    width: 10px;
    height: 10px;

    position: absolute;
    top: 10px;
    right: 9px;

    border-bottom: none !important;

    background-repeat: no-repeat;
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAkAAAAJCAMAAADXT/YiAAAAJ1BMVEWVpKmVpKmVpKmVpKmVpKmVpKmVpKmVpKmVpKmVpKmVpKmVpKmVpKkRAGIFAAAADHRSTlMADx4yM7a4ucjJyvkuk35MAAAAPElEQVR42hWKQQIAIAjCwMq0+P97C04DhpkEwJxINcFWgqWOdjVew09c3TCw/3Z8HlWUcatod2MsWlnjAUvaAawnkBVsAAAAAElFTkSuQmCC);
}
#rating-table .publish-options h2 {
    margin: 0 0 9px;

    color: #041727;
    text-align: left;
    font: bold 13px/13px "PT Sans", Arial, Helvetica, sans-serif;
}
#rating-table .publish-options .tabs {
    overflow: hidden;

    padding: 0;
    margin: 0 0 11px;

    list-style: none;
}
#rating-table .publish-options .tabs.main {
    margin-bottom: 28px;
}
#rating-table .publish-options .tabs li {
    float: left;

    background-color: #fff;
}
#rating-table .publish-options .main li:not(:first-of-type) {
    margin-left: -1px;
}
#rating-table .publish-options .main li a {
    display: block;

    padding: 9px 14px;

    position: relative;
    z-index: 1;

    color: #434c53;
    letter-spacing: -0.3px;
    font: normal 13px/13px 'PT Sans', Arial, "Helvetica Neue", Helvetica, sans-serif;

    -webkit-box-shadow: inset 0 2px 0 0 #f8f8f8;
    -moz-box-shadow: inset 0 2px 0 0 #f8f8f8;
    box-shadow: inset 0 2px 0 0 #f8f8f8;

    border: 1px solid #dbdde0;
}
#rating-table .publish-options .main li.current a,
#rating-table .publish-options .main li a:hover {
    z-index: 2;

    background-color: #c8f5fd;

    border: 1px solid #9bdeeb !important;

    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}
#rating-table .publish-options .main li:hover a {
    background-color: #c8f5fd;

    cursor: pointer;
}
#rating-table .publish-options .size {
    margin-bottom: 18px;
}
#rating-table .publish-options .size li:not(:first-of-type) {
    margin-left: -1px;
}
#rating-table .publish-options .size li {
    margin-right: 29px;
}
#rating-table .publish-options .size li a {
    display: block;

    position: relative;
    z-index: 1;

    color: #434c53;
    letter-spacing: -0.3px;
    font: normal 14px/14px 'PT Sans', Arial, "Helvetica Neue", Helvetica, sans-serif;

    border: none !important;
}
#rating-table .publish-options .size li a:before {
    content: '';

    display: block;
    width: 13px;
    height: 13px;
    float: left;

    margin-right: 4px;

    border: 1px solid #dfe1e3;
    border-radius: 3px;

    background-color: #fff;
    background-repeat: no-repeat;
    background-position: center;
}
#rating-table .publish-options .size li.current a:before {
    background-color: #ccf6ff;
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAkAAAAKCAMAAABR24SMAAAAVFBMVEUAoscAoscAoscAoscAoscAoscAoscAosf///////8AoscAoscAoseH0+WL1eYAosf////////////////y+vz0+/0AoscAoscAosfm9vrr+Pv///8rmE7IAAAAGHRSTlMAAQMEBjY3OEhJZWZrlZXV4ePk5e/y+/zqPURTAAAAQklEQVQIHQXBAQoCMRAEsMxW0NX/P1Woh20vie5mfmd5Nl6t8gHvVACpAFJ+4FKugz2NLHXWnDsZ45H93yuScM65AdJWFhy8CAhTAAAAAElFTkSuQmCC);
}
#rating-table .publish-options .size li.current a:before,
#rating-table .publish-options .size li a:hover:before {
    border-color: #80d3e5;
}
#rating-table .publish-options .size li:hover a {
    cursor: pointer;
}
#rating-table .publish-options .blocks > .block {
    display: none;
}
#rating-table .publish-options .blocks .block {
    overflow: hidden;
}
#rating-table .publish-options .blocks .block.current {
    display: block;
}
#rating-table .publish-options .block .view,
#rating-table .publish-options .block .code {
    float: left;
}
#rating-table .publish-options .block .view {
    width: 191px;

    margin-right: 20px;
}
#rating-table .publish-options .block .view h2 {
    margin-bottom: 10px;
}
#rating-table .publish-options .block .code {
    width: 273px;
}
#rating-table .publish-options .block .code .textarea-wrapper {
    width: 216px;
    height: 201px;

    padding: 6px 0 0 56px;

    position: relative;

    border: 1px solid #dfe1e3;

    -webkit-box-shadow: inset 0 2px 0 0 #f8f8f8;
    -moz-box-shadow: inset 0 2px 0 0 #f8f8f8;
    box-shadow: inset 0 2px 0 0 #f8f8f8;
}
#rating-table .publish-options .block .code .textarea-wrapper:before {
    content: '';

    display: block;
    width: 34px;
    height: 23px;

    position: absolute;
    top: 7px;
    left: 9px;

    -webkit-box-shadow: inset -1px 0 0 0 #dfe1e3;
    -moz-box-shadow: inset -1px 0 0 0 #dfe1e3;
    box-shadow: inset -1px 0 0 #dfe1e3;

    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABoAAAARCAMAAAD0U0w/AAAAeFBMVEXztADztADztADztADztADztADztADztADztADztADztADztADztADztADztADztADztADztADztADztADztADztADztADztADztADztADztADztADztADztADztADztADztADztADztADztADztADztADztADztADA+cHpAAAAJ3RSTlMAAQ8UHB4mJyorLzJRVl5ncHGBmKGpsLGys73Fxtfa29zd4+vx+/54n0hIAAAAp0lEQVR42l1Q1xKDMAwzuyWMltECZY/o//+wF3LUSfUSyY5tncjGp6M/RL04X082RKKPuOMOeJ0kxYPojcG9Ok6DSYsSMZE7oXVIo8B+02zcVO2+o9A6kTLRzEfNFesPZcjNPWLhzRXC3/VF0IwjuPys68WCA6M5FaIiY8q8lSOzPbPDGj57tv4420jEns00YpRKcRqc4ROpEpwhJ99KT3FOntH1tv4CucoPUDf6u0AAAAAASUVORK5CYII=) 0px 2px no-repeat;
}
#rating-table .publish-options .block .code .textarea-wrapper textarea {
    width: 204px;
    height: 192px;

    color: #89929c;
    font: normal 11px/20px Verdana, Geneva, sans-serif;

    border: none;

    resize: none;
}
#rating-table .publish-options .block .code .textarea-wrapper textarea:hover,
#rating-table .publish-options .block .code .textarea-wrapper textarea:focus {
    outline: 0 none;
}
#rating-table .publish-options .block .code .textarea-wrapper textarea::-webkit-scrollbar-track {
    -webkit-border-radius: 2px !important;
    border-radius: 2px !important;
    background-color: #ebeeef !important;
}
#rating-table .publish-options .block .code .textarea-wrapper textarea::-webkit-scrollbar {
    width: 4px !important;
    height: 4px !important;
    margin-right: 10px;
}
#rating-table .publish-options .block .code .textarea-wrapper textarea::-webkit-scrollbar-thumb {
    -webkit-border-radius: 2px !important;
    border-radius: 2px !important;
    background: #dadfe2 !important;
}
.in_rating_listing_banner {
    margin-bottom: 20px;
}
.abs-mini-popup__content .s-button-conatiner{
    margin: 0px;
    padding: 0px;
    outline: none;
    border: none;
    border-radius: 0px;
    cursor: default;
    float: none;
    position: relative;
    display: inline-block;
    width: 105px;
    height: 16px;
    left: 0px;
    top: 0px;
    box-sizing: content-box;
    max-width: 100%;
    vertical-align: top;
    line-height: 0;
}
.abs-mini-popup__content .s-button-conatiner .s-button{
    margin: 0px 5px 5px 0px;
    padding: 0px;
    outline: none;
    border: none;
    border-radius: 0px;
    cursor: pointer;
    float: left;
    position: relative;
    display: inherit;
    width: 16px;
    height: 16px;
    left: 0px;
    top: 0px;
    box-sizing: content-box;
    background: url(/regions/img/providers-16.png) no-repeat;
}
.abs-mini-popup__content .s-button-conatiner .s-button.s-button-vkontakte{
    background-position: 0px -18px!important;
}

.abs-mini-popup__content .s-button-conatiner .s-button.s-button-odnoklassniki{
    background-position: 0px -35px!important;
}
.abs-mini-popup__content .s-button-conatiner .s-button.s-button-mailru{
    background-position: 0px -52px!important;
}
.abs-mini-popup__content .s-button-conatiner .s-button.s-button-facebook{
    background-position: 0px -69px!important;
}