.error{
    padding: 5px 0;
}
.error.red{
    color: red;
}
.error.red.big{
    font-size: 22px;
}
.name-help{
    width: 275px;
    margin-right: 0px !important;
}
.name-help span{
    color: #777;
}
.tabled-2-called td.w-3 .news-item .list-brend {
    column-count: 2;
    -moz-column-count: 2;
    -webkit-column-count: 2;
}
.tabled-2-called td.w-3 .news-item .list-brend li {
    text-align: center;
    padding: 25px 0;
}

.list-brend li{
    position: relative;
}
.news-img div{
    position: absolute;
    right: 0px;
    top: 0px;
    z-index: 20;
    width: 96px;
    color: #fff;
    opacity: 0;
    -moz-opacity: 0;
    filter: alpha(opacity=0);
    background: rgba(0,0,0,0.6);
    height: 0px;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    font-size: 9pt;
}
.list-brend a div{
    position: absolute;
    right: 25px;
    top: 15px;
    z-index: 20;
    width: 96px;
    color: #fff;
    opacity: 0;
    -moz-opacity: 0;
    filter: alpha(opacity=0);
    background: rgba(0,0,0,0.6);
    height: 0px;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    font-size: 9pt;
}
.news-img:hover div, .list-brend a:hover div{
    opacity: 1;
    -moz-opacity: 1;
    filter: alpha(opacity=100);
    height: 55px;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
}
.news-img div > span, .list-brend a div > span{
    height: 51px;
    display: table-cell;
    vertical-align: middle;
    width: 100px;
}

/*start carousel new styles*/
.news-item .modern-carousel .flipster__button{
    background: transparent;
    border: 3px solid rgba(0, 0, 0, 0.2);
    border-radius: 50%;
    content: ' ';
    display: block;
    width: 48px;
    height: 48px;
    z-index: 9;
    top: calc(50% - 24px);
}

.news-item .modern-carousel .flipster__button svg {
    display: none;
}

.news-item .modern-carousel .flipster__button.flipster__button--prev:after{
    font: normal normal normal 14px/1 FontAwesome;
    font-size: 30px;
    font-weight: bold;
    color: rgba(0, 0, 0, 0.2);
    margin-left: 4px;
    content: "\f104";
}

.news-item .modern-carousel .flipster__button.flipster__button--next:after{
    font: normal normal normal 14px/1 FontAwesome;
    font-size: 30px;
    font-weight: bold;
    color: rgba(0, 0, 0, 0.2);
    margin-right: 4px;
    content: "\f105";
}

.detail-carousel-btn {
    cursor: pointer;
    display: none;
    width: calc(100% - 96px);
    height: 100%;
    position: absolute;
    top: 0;
    left: 50px;
    z-index: 11;
}

.detail-carousel-btn span
, .detail-icon {
    display: block;
    width: 40px;
    height: 50px;
    position: relative;
    top: calc(50% - 25px);
    background: url(/images/icon_read_more_new2.png) scroll no-repeat 0 0;
}

.detail-icon {
    position: absolute;
    left: calc(50% - 20px);
    display: none;
}

.news-item .modern-carousel:hover .detail-carousel-btn
, .news-detail:hover .detail-icon {
    display: block;
}
/*end carousel new styles*/