

/* Start:/local/templates/is_digital/old/css/news.css?17633513896224*/
.content_grey{
    background-color: #F5F7F9;
    padding: 31px 0 31px 50px;
    background-repeat: no-repeat;
    background-position: 100%;
    background-size: auto;
}
.price_head h1{
    background: url("/local/templates/is_digital/old/css/../img/ico/line_404.svg") 0 0 no-repeat;
    font-family: 'Cormorant', serif;
    font-weight: bold;
    font-size: 4rem;
    line-height: 120%;
    color: #222222;
    margin: 59px 0 0 0;
    padding: 30px 0 0 0;
}
.price_head{
    background-image: url("/local/templates/is_digital/old/css/../img/tpl/blog_bg-min.jpg");
    background-repeat: no-repeat;
    background-position: 100% 50%;
    height: 296px;
    box-sizing: border-box;
}
.content_white{
    padding: 0 50px 0 50px;
}
.news_filters{
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}
.select_box {
    width: 350px;
    height: 50px;
    overflow: hidden;
    background-image: url("/local/templates/is_digital/old/css/../img/ico/select_arrow.svg");
    background-repeat: no-repeat;
    background-position: calc(100% - 17px) 50%;
    display: inline-block;
    position: relative;
    cursor: pointer;
    background-color: #F5F7F9;
}

.select_box select {
    background: transparent;
    -webkit-appearance: none;
    width: 350px;
    border: 0;
    height: 50px;
    position: absolute;
    left: 0;
    top: 0;
    color: rgba(0, 0, 0, 0.5);
    padding: 15px 0 14px 17px;
}
.filters a{
    font-size: 18px;
    line-height: 120%;
    color: #000000;
    padding: 15px 21px 18px 17px;
    box-sizing: border-box;
    margin: 25px 23px;
    display: inline-block;
}
.filters a:nth-of-type(1){
    margin-left: 0;
}
.filters a:hover{
    color: #C6AE71;
}
.filters .active{
    border: 1px solid #C6AE71;
}

.news_list{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.news_item{
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.05);
    margin-bottom: 60px;
    width: calc(50% - 40px);
}
.news_item .news_item_inner{
    display: flex;
}
.news_item .text{
    padding: 19px 26px;
}
.news_item .date{
    padding-top: 19px;
    font-weight: 300;
    font-size: 1rem;
    line-height: 110%;
    color: #C4C4C4;
}
.news_item .img {
    flex-shrink: 0;
    text-align: center;
    line-height: 0;
}
.news_item .name{
    font-family: 'Cormorant', serif;
    padding-top: 20px;
    font-weight: bold;
    font-size: 1.3rem;
    line-height: 110%;
    color: #000000;

}
.news_item .more{
    width: 41px;
    height: 8px;
    background-image: url("/local/templates/is_digital/old/css/../img/ico/news_more.svg");
    display: block;
    bottom: 30px;
    position: absolute;
}
.news_item .info{
    display: flex;
    flex-direction: column;
    padding-left: 26px;
    position: relative;
    height: auto;
}
.news_list_3{
    margin-top: 50px;
    display: flex;
    justify-content: space-between;
}
.news_list_3 > div{
    width: calc(50% - 40px);
    align-items: stretch;
}

.news_list_3 .info{
    height: 100%;
}
.news_list_big{
    display: flex;
    flex-direction: column;
}
.news_list_big .news_item_inner{
    display: flex;
    flex-direction: column;
    height: 100%;
}
.news_list_big .img{
    flex-shrink: 0;
    text-align: center;
}
.news_list_big .news_item{
    width: 100%;
    height: 100%;
}
.news_list_big .news_item .text:not(.text-bottom){
    padding-left: 0;
}
.news_list_big .news_item .text.text-bottom{
    display: none;
}
.news_list_2 .news_item{
    width: 100%;
}
.news_list_2 .info {
    height: auto;
}

.sale_item .info{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.sale_item .sale{
    font-weight: bold;
    font-size: 16px;
    line-height: 110%;
    color: #C6AE71;
    padding-top: 19px;
    padding-bottom: 20px;
    display: block;
}
.sale_item .name{
    font-family: 'Cormorant', serif;
    font-weight: bold;
    font-size: 26px;
    line-height: 110%;
    color: #000000;
    padding-bottom: 16px;
    display: block;
}
.sale_item .txt{
    font-weight: 300;
    font-size: 14px;
    line-height: 150%;
    color: #000000;
    display: block;
}
.sale_item .txt a{
    text-decoration-line: underline;
    color: #4985DF;
}
.sale_item .footnote{
    font-weight: 300;
    font-size: 14px;
    line-height: 150%;
    color: #777F8F;
    padding-bottom: 19px;
}
.content_grey2 .sub_title{
    padding-top: 12px;
    font-weight: 300;
    font-size: 15px;
    line-height: 140%;
    color: #222222;
}
.content_grey.content_grey2 {
    background-color: #EAEAEC;
    height: 334px;
}

@media (max-width:1500px){

    .content_white {
        padding: 0 30px 0 30px;
    }

}
@media (max-width:1800px){
    .news_item .name {
        font-size: 1.5rem;
    }

}
@media (max-width:1600px){

    .news_item {
        width: calc(50% - 20px);
    }
    .news_list_3 > div {
        width: calc(50% - 20px);
    }
}
@media (max-width:1500px){

    .news_list_3 {
        flex-direction: column;
    }
    .news_item .img img{
        max-width: 330px;
    }
    .news_list_big .news_item_inner{
        flex-direction: row;
    }
    .news_list_big .news_item_inner .info {
        height: auto;
    }

    .news_list_big .news_item .text:not(.text-bottom){
        display: none;
    }
    .news_list_big .news_item .text.text-bottom{
        display: block;
    }
    .news_item {
        width: 100%;
    }
    .news_list_3 > div {
        width: 100%;
    }
}
@media (max-width:600px){
    .news_item .news_item_inner{
        flex-direction: column;
    }
    .news_list_big .news_item .news_item_inner{
        flex-direction: column;
    }
    .news_item .more {
        position: unset;
        margin: 15px 0;
    }
    .news_item .img {
        text-align: center;
    }
    .select_box,.select_box select {
        width: 260px;
    }
    .news_item .img img {
        max-width: 100%;
    }
    .content_white {
        padding: 0 15px 0 15px;
    }

    .sale_item .footnote {
        padding-top: 16px;
    }
    .content_grey.content_grey2 {
        background-position: 100px 50%;
    }

    .price_head h1{
        font-weight: bold;
        font-size: 48px;
        line-height: 120%;
        color: #222222;
    }
    .content_grey {
        background-color: #F5F7F9;
        padding: 31px 20px 25px 20px;
    }
    .content_grey.content_grey2{
        height: 370px;
    }
}
/* End */
/* /local/templates/is_digital/old/css/news.css?17633513896224 */
