


/* Start:/bitrix/components/katya/stati.last/templates/one-new/style.css*/
.last{
    width: 740px;
    height: 300px;
    /*background-color: #e5e5e5;*/
    border: 1px solid #e5e5e5;
    overflow: hidden;
    text-align: center;
    position: relative;
}

.last img{
    /*width: 100%;*/
    /*position: absolute;*/
    /*left: 0px;*/
    top:0px;
}

.last-article-name{
    position:absolute;
    bottom:0px;
    width:100%;
    background-color: rgba(0,0,0,0.8);
    line-height:1.2;
}

.last-article-name a{
    color: #FFFFFF;
    padding: 6px 40px;
    display: block;
    text-decoration: none;
    font-size: 1.4rem;
}

.last-article-name a:hover, .last-article-name a.active{
    color: #00aeb9;
}
/* End */



/* Start:/bitrix/components/katya/stati.last/templates/new/style.css*/
.article{
    width: 47%;
    margin-right: 6%;
    /*height: 360px;*/
    float: left;
    /*background-color: #e5e5e5;*/
    margin-bottom: 15px;
}

.article-pict{
    width: 100%;
    height: 210px;
    /*background-color: #e5e5e5;*/
    /*border: 1px solid #e5e5e5;*/
    overflow: hidden;
    text-align: center;
    position: relative;
    margin-bottom: 10px;
}

.article-pict img{
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
}

.article-info{
    background-color: rgba(0,174,185, 0.8);
    height: 35px;
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 100%;
    color: #FFFFFF;
    font-size: 0.9rem;
    opacity: 0;
}

.article-section{
    float: left;
    /*margin-left: 25px;*/
    margin-top: 9px;
}

.article-section a{
    color: #FFFFFF;
    text-decoration: none;
    background-image: url(/images/q.png);
    background-repeat: no-repeat;
    background-position: 18px 9px;
    background-color: rgba(1,106,113,0.4);
    padding: 9px 22px 10px 45px;
}

.article-section a:hover{
    background-position: 18px -17px;
    color: #000000 !important;
}

.article-date{
    float: right;
    margin-right: 25px;
    margin-top: 9px;
}

.article-name:hover{
    color: #00aeb9;
}

.article-desc{
    color:#666666;
    font-size: 0.9rem;
}
/* End */
/* /bitrix/components/katya/stati.last/templates/one-new/style.css */
/* /bitrix/components/katya/stati.last/templates/new/style.css */
