.porfolio23_anounce {
    width: 100%;
    padding-bottom: 60px;
    margin-top:-60px;
}

.porfolio23_anounce h2 {
    font-family: skodapro_bold;
    text-transform: uppercase;
    margin-bottom: 40px;
    font-size: 32px;
    line-height: 36px;
    color:#4D4D4D;
}

.porfolio23_anounce .blockswr {
    width: 100%;
    display: flex;
    flex-wrap:wrap;
    margin-bottom:50px;
}
.portf23_an {
    flex-basis: 100%;
    margin-bottom:30px;
}

.portf23_an .in {
    width: 100%;
    height: 100%;
    position:relative;
    border: 1px solid #979797;
    border-radius: 10px;
    transition: 0.5s;
    padding: 15px 15px 50px 15px;
}
.portf23_an .in:after {
    display:block;
    content:"";
    position:absolute;
    right:20px;
    bottom: 20px;
    width:25px;
    height: 25px;
    background: url(/template/img/portf23/portan23_arr.svg) no-repeat;
    background-size:contain;
}
.portf23_an a {
    display: block;
    position:absolute;
    left:0;
    top:0;
    width: 100%;
    height: 100%;
    opacity: 0;
    z-index:5;
}
.portf23_an .img {
    width: 100%;
    margin-bottom:15px;
    overflow:hidden;
    background-position:center center;
    background-repeat: no-repeat;
    background-size: cover;
}
.portf23_an .img:before {
    width: 100%;
    display: block;
    content:"";
    padding-top: 67.037037%;
}
.portf23_an .txt {
    width: 100%;
}
.portf23_an p.dt {
    width: 100%;
    position:relative;
    margin-bottom:10px;
    padding-left: 25px;
    display: flex;
    justify-content: space-between;
}
.portf23_an p.dt:before {
    display:block;
    content:"";
    position:absolute;
    left:0;
    top:0;
    width: 17px;
    height: 17px;
    background:url(/template/img/portf23/portan23_date.svg) no-repeat;
    background-size:contain;
}
.portf23_an p.dt span {
    font-family: skodapro_regular;
    color:#4C4C4C;
}
.portf23_an p.dt span:nth-child(1) {
    font-size:14px;
    line-height: 1em;
    text-transform:uppercase;
}
.portf23_an p.dt:nth-child(2) {
    font-size: 18px;
    line-height: 1em;
    text-align: right;
}

.portf23_an p.nm {
    font-family: skodapro_bold;
    font-size: 20px;
    line-height:22px;
    color:#4C4C4C;
    transition: 0.5s;
}

.portf23_an p.cnt {
    font-family: skodapro_regular;
    font-size: 18px;
    line-height: 1em;
    color:#4C4C4C;
    position:absolute;
    left:20px;
    bottom: 20px;
}

.whitebtn {
    margin: 0 auto;
    text-transform: uppercase;
    letter-spacing: 1px;
}



@media only screen and (min-width: 768px) {
    .porfolio23_anounce h2 {
        font-size: 36px;
    }
    .portf23_an {
        flex-basis: 50%;
    }
    .portf23_an:nth-child(2n+1) {
        padding-right: 20px;
    }
    .portf23_an:nth-child(2n+2) {
        padding-left: 20px;
    }
    .portf23_an .in {
        height: 390px;
        padding: 20px;
    }
    .portf23_an .img {
        margin-bottom: 10px;
    }
    .portf23_an .img:before {
        padding-top:66.6666667%;
    }
    
    .whitebtn {
        width: 340px;
    }
}
@media only screen and (min-width: 1200px) {
    .portf23_an {
        flex-basis: 33.33333333%;
    }
    .portf23_an:nth-child(2n+1),
    .portf23_an:nth-child(2n+2) {
        padding: 0;
    }
    
    .portf23_an:nth-child(3n+1) {
        padding-right: 20px;
    }
    .portf23_an:nth-child(3n+2) {
        padding-left:10px;
        padding-right: 10px;
    }
    .portf23_an:nth-child(3n+3) {
        padding-left: 20px;
    }
    .portf23_an:hover .in {
        border-color: #51B4C1;
    }
    .portf23_an:hover p.nm {
         color:#51B4C1;
    }
}

/* --------------- */



