.news-list-courses-wrapper {

}

.news-list-courses-wrapper .left-block,
.news-list-courses-wrapper .right-block {
    width: 50%;
}

.news-list-courses-wrapper .left-block {
    float: left;
    background: url(/local/templates/addamant/images/bg_fil.jpg) repeat;
}
.news-list-courses-wrapper .right-block {
    float: right;
    background: url(/local/templates/addamant/images/bg_blue.jpg) repeat;
}

.news-list-courses-wrapper .image-block-wrapper {
    height: 430px;
    background-size: cover;
}

.news-list-courses-wrapper .left-block .image-block-wrapper{
    width: calc( 100% + 50px );
    position: relative;
}
.news-list-courses-wrapper .left-block, .news-list-courses-wrapper .right-block {
    min-height: 490px;
    padding: 30px 0;
}
.news-list-courses-wrapper:first-of-type .left-block,
.news-list-courses-wrapper:first-of-type .right-block{
    padding-top: 60px;
    min-height: 520px;
}
.news-list-courses-wrapper:last-of-type .left-block,
.news-list-courses-wrapper:last-of-type .right-block{
    padding-bottom: 60px;
    min-height: 520px;
}
.news-list-courses-wrapper .text-block {
    position: relative;
}
.news-list-courses-wrapper .text-block-wrapper {
    position: absolute;
    border-image: url(/local/templates/addamant/images/bg_gold.jpg) 4 round round;
    border-bottom: 4px solid;
    border-top: 4px solid;
    background: #fff;
    height: 430px;
    z-index: 2;
    width: 600px;
    box-sizing: border-box;
    padding: 60px 50px;
}
.news-list-courses-wrapper .left-block .text-block-wrapper {
    border-left: 4px solid;
    right: -20px;
}

.news-list-courses-wrapper .right-block .text-block-wrapper {
    border-right: 4px solid;
    left: -20px;
}
.news-list-courses-wrapper .extension{
    height: 421px;
    width: 50px;
    position: absolute;
    border: 1px solid #fff;
    box-sizing: border-box;
    top: 0;
}
.news-list-courses-wrapper .right-extension{
    right: -50px;
    padding: 30px 30px 30px 0;
}
.news-list-courses-wrapper .left-extension {
    left: -50px;
    padding: 30px 0 30px 30px;
}
.news-list-courses-wrapper .extension-block{
    height: 100%;
    background: #fff;
    box-shadow: inset 2px 0px 6px 0px rgba(0, 0, 0, 0.14);
}

.news-list-courses-wrapper .right-extension .extension-block{
    box-shadow: inset 2px 0px 6px 0px rgba(0, 0, 0, 0.14);
}

.news-list-courses-wrapper .left-extension .extension-block{
    box-shadow: inset -2px 0px 6px 0px rgba(0, 0, 0, 0.14);
}
.news-list-courses-wrapper .name-block{
    margin-bottom: 20px;
}
.news-list-courses-wrapper .name-block span{
    font-weight: bold;
    font-size: 20px;
    line-height: 28px;
    margin-bottom: 30px;
    color: #341e34;
}
.news-list-courses-wrapper .preview-text{
    color: #341e34;
    font-weight: 300;
    font-size: 14px;
    line-height: 22px;
    margin-bottom: 40px;
    max-height: 88px;
    overflow: hidden;
}

.infoblock{}
.infoblock>div{
    position: relative;
    display: inline-block;
    margin-bottom: 43px;
}
.infoblock .duration{
    padding-left: 50px;
}
.infoblock .duration .icon{
    width: 40px;
    height: 40px;
    background: url(/local/templates/addamant/images/sprite.png) -152px 0 no-repeat;
    position: absolute;
    left: 0px;
    top: -12px;
}
.infoblock .cost{
    padding-left: 57px;
    margin-left: 50px;
}
.infoblock .cost .icon{
    width: 47px;
    height: 39px;
    background: url(/local/templates/addamant/images/sprite.png) -192px 0 no-repeat;
    position: absolute;
    left: 0;
    top: -11px;
}
.text-block-wrapper .link{
    background: url(/local/templates/addamant/images/bg_gold.jpg) repeat-x center center;
    box-sizing: border-box;
    border-radius: 2px;
    color: #fff;
    font-weight: 500;
    padding: 16px 47px;
    border: none;
}
.text-block-wrapper .link:hover{
    text-decoration: none;
    opacity: 0.8;
}