.comments {
    margin-top:20px;
}
.commentsHeader{
    background:#fff;
    margin:0;
    width:100%;
    margin-bottom: 25px;
    padding: 8px 30px;
    box-sizing: border-box;
    border: 1px solid rgba(21, 37, 49, 0.3);
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-radius: 4px;
}
.comments h4.commentCountList{
    font-size: 26px;
    text-transform: uppercase;
    line-height: 35px;
    color:#0A1B47;
    margin: 0;
    display: table;
    float: left;
    font-weight: 700;
}
.comments h4.commentCountList span{
    background:url('/assets/img/front/comments_icon.svg') left bottom -1px no-repeat;
    text-align: center;
    vertical-align: middle;
    color: #0A1B47;
    font-size: 18px;
    padding-left: 32px;
    line-height: 31px;
    font-weight: 400;
    margin-left: 20px;
}
.comments a.button{
    background: #E30613;
    margin:0;
    padding: 10px 20px;
    border-radius: 2rem;
}
.comments a.button span{
    color:#fff;
    font-size: 14px;
    padding:0;
    display: block;
}
.comments a.button:hover{
    text-decoration: none;
    background: #0A1B47;
    transition: all 0.3s ease-in-out;
}
.commentsHolder {
    margin:0
}
.commentsHolder p{
    padding:0 0 3px 0;
    color:#000;
    font-size:15px;
    line-height:150%;
}
.commentsBrowser{
    background:none;
    margin:0 0 4px;
    width: 100%;
}

.commentsBrowserLeft{
    width:50px;
}
.commentsBrowserLeft .commentDateDay{
    width:50px;
    height:20px;
    background:url('/assets/img/front/commentDateDayBg.png') no-repeat left top;
    margin-bottom:1px;
    text-align:center
}
.commentsBrowserLeft .commentDateDay span{
    font-size:12px;
    color:#FFFFFF
}

.commentsBrowserLeft .commentDateDate{
    width:40px;
    height:35px;
    background:url('/assets/img/front/commentDateDateBg.png') no-repeat left top;
    text-align:center;
    padding:3px 5px 0 5px;
}
.commentsBrowserLeft .commentDateDate p{
    margin:0;
    padding:0;
    font-size:12px;
    color:#000000;
    line-height:105%
}
.commentsBrowserLeft .commentDateDate p.year{
    font-size:16px;
}
.commentsBrowserRight{
    width:560px;
}

.commentsBrowserHead{
    padding:0px 0px 4px 0;
    margin-bottom: 5px;
    width: 100%;
    display: block;
}
.commentsBrowserHead .commentName{
    color:#0A1B47;
    display:block;
    font-size:12px;
    font-weight:600;
}
.commentsBrowserHead .commentDate{
    color:#0A1B47;
    display:block;
    font-size:16px;
    padding:0;
    line-height: 150%;
    padding-right:10px;
    font-weight: 700;
    float: left;
}
.commentsBrowserHead .commentDate p {
    color:#0A1B47;
    font-size: 12px;
    line-height: 20px;
}
/*.commentsBrowserHead .commentDate p{color:#CC0000;display:block;float:left;font-size:11px;padding:0;}*/

.commentsBrowserEntry h4 {
    margin-bottom: 15px;
    font-size: 16px;
}
.commentsBrowserEntry a.button{
    background: none;
    margin: 0;
    height: 20px;
    color: #0A1B47;
    font-size: 13px;
    line-height: 20px;
    padding: 0 10px;
}
.commentsBrowserEntry a.button span{
    padding: 0;
    color: #0A1B47;
    text-transform: uppercase;
    font-size: 13px;
    line-height: 20px;
    font-weight: 500;
}
.commentsBrowserEntry a.button:hover span{
    color: #fff;
}

.commentsBrowserEntry{
    padding:0;
    padding-bottom: 4px;
    margin-bottom: 0;
    width: 100%;
    border-bottom: 1px solid #DBDBDB;
}
.commentsBrowserEntry .commentTitle{
    font-size:16px;
    color:#333;
}

.commentsBrowserEntry p {
    margin-bottom: 20px;
}

#sendCommentForm {
    margin-bottom: 20px;
    width: 100%
}
#sendCommentForm h3{
    font-weight: bold;
    text-transform: uppercase;
    font-size: 22px;
}
#sendCommentForm .holder1, #sendCommentForm .holder2{
    width: 49%;
}
#sendCommentForm .holder {
    width: 100%;
    clear: both
}
#sendCommentForm .holder .holderInner {
    display: block;
    width: 100%;
    padding: 10px;
    background-color: #fff;
    margin-bottom: 10px;
    border: 1px solid #DBDBDB;
    box-sizing: border-box;
}
#sendCommentForm .holder1 .holderInner, #sendCommentForm .holder2 .holderInner {
    display: block;
    width: 100%;
    padding: 10px;
    background-color: #fff;
    margin-bottom: 10px;
    box-sizing: border-box;
    border: 1px solid #DBDBDB;
}
#sendCommentForm label{
    color: #0A1B47;
    display: block;
    margin-bottom: 5px;
    font-size: 15px;
}

#sendCommentForm .holderInner input {
    padding: 0;
    width: 100%;
    color: #0A1B47;
    display: block;
    border: none;
}
#sendCommentForm .holderInner textarea {
    padding:0;
    width: 100%;
    height: 150px;
    ;
    color: #0A1B47;
    display: block;
    border: none;
    font-size: 13px;
}
#sendCommentForm button{
    background: #E30613;
    color: #fff;
    padding: 10px 20px;
    display: block;
    cursor: pointer;
    text-transform: capitalize;
    border-radius: 20px;
}
#sendCommentForm button:hover{
    background: #0A1B47;
}
#formMessage{
    text-align: center;
    color: #E30613;
    line-height: 170%;
    font-size: 15px;
    font-weight: bold;
}
p.noComment{
    font-size: 15px;
    font-weight: bold;
}



p.pravila {
    color: #0A1B47;
    font-size:  15px;
}
.voting ul {
    margin: 0;
}
.voting ul li {
    list-style: none;
    float: left;
    height: 20px;
    margin: 0;
    margin-right: 20px;
    padding-left: 0;
}
.voting ul li:before {
    display: none;
}
.voting ul li a.yes {
    background-image: url('/assets/img/front/comm-up.png');
}
.voting ul li a.no {
    background-image: url('/assets/img/front/comm-down.png');
}
.voting ul li a {
    background-repeat: no-repeat;
    background-position: center center;
    display: block;
    width: 16px;
    height: 20px;
    text-indent: -5000px;
    margin-right: 0px;
    float: left;
}
.voting ul li span {
    display: block;
    height: 20px;
    vertical-align: middle;
    margin-left: 12px;
    color: #0A1B47;
    float: right;
    font-weight: 600;
}
.voting h3 {
    font-size: 12px;
    font-weight: bold;
    margin-bottom: 0;
    text-align: left;
}
.loginBrowser {
    background-color: #E9EAEE;
    padding: 10px 15px 10px 15px;
    color: #0A1B47;
    text-align: center;
    margin-bottom: 20px;
    width: 100%;
    border-radius: 4px;
    box-sizing: border-box;
    margin-top: 5px;
}
.loginBrowser p {
    font-size: 13px;
    padding-bottom: 5px;
}
.loginBrowser a.buttonCenter {
    background: #E30613;
    color: #FFFFFF;
    cursor: pointer;
    display: block;
    padding: 10px;
    width: fit-content;
    text-align: center;
    padding: 10px 20px;
    margin: 0 auto;
    border-radius: 2rem;
    font-size: 16px;
    line-height: 1;
}
.loginBrowser a.buttonCenter:hover {
    text-decoration: none;
    background: #0A1B47;
    transition: all 0.2s ease-in-out;
}

input:focus, textarea:focus, select:focus {
    outline: none;
}

#sendCommentForm .holderInner input.disabledInput {
    color: #a6a6a6;
}

.pravila{
    color:#0A1B47;
    margin-bottom: 15px;
}
.pravila_details{
    color:#0A1B47;
    display: none;
    line-height: 1.5;
}
.pravila_more,
.pravila_less{
    color: #E30613;
    cursor: pointer;
    margin-left: 5px;
    text-transform: uppercase;
    font-weight: 600;
}
.pravila_more i,
.pravila_less i{
    margin-left: 5px;
}
.pravila_holder{
    margin-bottom: 10px;
}