

/* Start:/local/templates/iron_bet/components/bitrix/news.list/news/style.css?16897141531242*/
.newslist-container {
    margin: 10px 0;
}
.newslist-img{
    height: 150px;
    overflow: hidden;
}
.newslist-img img {
    width: 100%;
}
.newslist-title a {
    font-size: 18px;
    font-weight: 700;
    line-height: 22px;
    /*text-decoration: underline;*/
    text-decoration: none;
    color: #333;
}
.newslist-title a:hover {
    text-decoration: underline;
    color: #333;
}
.newslist-content {
    font-size: 16px;
    line-height: 20px;
    word-wrap: break-word;
}

.newslist-anhors {
    margin: 10px 10px 10px 0;
}
.newslist-anhor {
    display: inline-block;
    border-radius: 3px;
    border: solid 1px #b8b8b8;
    height: 24px;
    vertical-align: baseline;
    color: #adadad;
    font-size: 11px;
    line-height: 11px;
    padding: 6px 9px;
}

.newslist__footer{
    margin-top: 10px;
}
.newslist-date {
    font-size: 14px;
    line-height: 20px;
    color: #adadad;
}


.newslist-block .video-frame{
    margin: 0;
}

@media (min-width: 992px) {
    .newslist-container:nth-child(3n+4) {
        clear: both;
    }
}
@media (min-width: 768px) and (max-width: 991px) {
    .newslist-container:nth-child(2n+3) {
        clear: both;
    }
}

@media (max-width: 768px){
    .newslist-img{
        height: auto;
    }
}

/* End */


/* Start:/local/templates/iron_bet/components/it-traffic/subscription/main/style.css?16897141531731*/
.subscription-form__wrapper{
    padding: 20px 60px;
    background: #57a631;
    color: #fff;
    margin: 20px 0;
    background-image: url('/local/templates/iron_bet/components/it-traffic/subscription/main/images/open-envelope.png');
    background-position: 100% 0;
    background-repeat: no-repeat;
}

.subscription-form__inner{
    max-width: 600px;
}

.subscription-form__title{
    text-transform: uppercase;
    margin: 0 0 10px 0;
    font-weight: bold;
}

.subscription-form__wrapper .subscription-form-fields__wrapper{
    overflow: hidden;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    margin: 0;
}

.subscription-form__wrapper .subscription-form__input{
    border: 1px solid #fff7;
    padding: 5px 10px;
    width: 70%;
    color: #333;
}

.subscription-form__wrapper .button-confirm-news-subscribe{
    background: #468527;
    border: 1px solid #468527;
    border-radius: 0;
    text-transform: uppercase;
    width: 30%;
}
.subscription-form__wrapper .button-confirm-news-subscribe:hover{
    background: #30571d;
    border: 1px solid #30571d;
    color: #fff;
}
.subscription-form__wrapper input[type=checkbox].subscription-form__checkbox{
    margin: 0 5px 0 0;
    padding: 0;
}

.subscription-form__wrapper .rules-apply-text{
    font-size: 14px;
    margin: 10px 0 0 0;
}

@media(max-width:767px){
    .subscription-form__wrapper{
        padding-left: 20px;
    }
}
@media(max-width:600px) {
    .subscription-form__wrapper {
        padding: 20px;
    }
}
@media(max-width:500px){

    .subscription-form__wrapper .subscription-form__input{
        width: 60%;
    }

    .subscription-form__wrapper .button-confirm-news-subscribe{
        width: 40%;
    }
}
/* End */


/* Start:/local/templates/iron_bet/components/bitrix/news.list/main-last-comment/style.css?16897141531225*/
.comment {
    min-height: 50px;
    overflow: hidden;
    margin: 10px 0;
    padding: 10px 0;
    border-bottom: solid 1px #ccc;
}
.comment__new {
    background: #f9ede5;
}
.comment .user-ava {
    float: left;
    width: 50px;
    height: 50px;
    background-size: contain;
}
.comment-wrapper {

}
.comment-user-info {
    margin-bottom: 5px;
}
.comment-user-name {
    font-weight: bold;
}
.comment-date, .comment-id {
    color: #949494;
    font-size: 12px;
}
.comment-text {
    padding-bottom: 0;
}
.comment .files {
    margin-top: 10px;
}
.comment .files a {
    display: inline-block;
    border: solid 1px #e0e0e0;
    border-radius: 1px;
}
.comment .comment-item {
    margin-bottom: 10px;
}
.comment .comment-item a {
    color: #468527;
}

.list-item-bottom{
    padding: 10px 0 0 0;
}

.comment .bx-rating span > a {
    margin: 0 1px;
}

.comment .bx-rating-question {
    margin-right: 5px;
}
.comment .bx-rating-separator {
    margin: 0 5px;
}

.button__processing{
    background-color: #9dc58a;
    border-color: #9dc58a;
    cursor: no-drop;
}


.comments-count a {
    display: inline-block;
    text-decoration: none;
    font-size: 15px;
}
.comments-count a:hover {
    text-decoration: none;
}



/* End */


/* Start:/local/templates/iron_bet/components/bitrix/rating.vote/hand/style.css?16897141531899*/
/* Rating */
.fingers-buttoms .rating-vote-result {
    display: none;
}

.fingers-buttoms .rating-vote-minus,
.fingers-buttoms .rating-vote-plus {
    display: inline-block;
    text-decoration: none;
    border-radius: 2px;
    border: solid 1px #c4c4c4;
    width: 64px;
    height: 24px;
    padding: 4px 2px 4px 10px;
    font-size: 14px;
    vertical-align: top;
    cursor: pointer;
    text-align: center;
}

.fingers-buttoms .rating-vote-plus span,
.fingers-buttoms .rating-vote-plus i,
.fingers-buttoms .rating-vote-minus span,
.fingers-buttoms .rating-vote-minus i {
    vertical-align: top;
    text-align: right;
    color: #000000;
    line-height: 14px;
}

.fingers-buttoms .rating-vote-plus-active,
.fingers-buttoms .rating-vote-plus.rating-vote-hover {
    border: none;
    background: -webkit-linear-gradient(90deg, #00b333 0%, #00cc3a 100%);
    background: -moz-linear-gradient(90deg, #00b333 0%, #00cc3a 100%);
    background: -o-linear-gradient(90deg, #00b333 0%, #00cc3a 100%);
    background: -ms-linear-gradient(90deg, #00b333 0%, #00cc3a 100%);
    background: linear-gradient(0deg, #00b333 0%, #00cc3a 100%);
}

.fingers-buttoms .rating-vote-minus-active,
.fingers-buttoms .rating-vote-minus.rating-vote-hover {
    border: none;
    background: -webkit-linear-gradient(90deg, #b65048 0%, #f86962 100%);
    background: -moz-linear-gradient(90deg, #b65048 0%, #f86962 100%);
    background: -o-linear-gradient(90deg, #b65048 0%, #f86962 100%);
    background: -ms-linear-gradient(90deg, #b65048 0%, #f86962 100%);
    background: linear-gradient(0deg, #b65048 0%, #f86962 100%);
}

.fingers-buttoms .rating-vote-plus-active span,
.fingers-buttoms .rating-vote-plus-active i,
.fingers-buttoms .rating-vote-minus-active span,
.fingers-buttoms .rating-vote-minus-active i,
.fingers-buttoms .rating-vote-hover span,
.fingers-buttoms .rating-vote-hover i {
    color: #fff;
}

/* End */
/* /local/templates/iron_bet/components/bitrix/news.list/news/style.css?16897141531242 */
/* /local/templates/iron_bet/components/it-traffic/subscription/main/style.css?16897141531731 */
/* /local/templates/iron_bet/components/bitrix/news.list/main-last-comment/style.css?16897141531225 */
/* /local/templates/iron_bet/components/bitrix/rating.vote/hand/style.css?16897141531899 */
