@charset "UTF-8";

.news-aq {
    margin: auto;
    max-width: 1400px;
    padding: 60px 0;
    font-family: var(--font-family-rg), serif ;
}

@media (min-width: 768px) {
    .news-aq {
        padding:64px 0
    }
}

.news-aq-h2 {
    color: #2b1b35;
    display: block;
    font-weight: 700;
    font-size: 28px;
    line-height: 32px;
    margin: 0 0 24px;
    text-align: center;
    font-family: var(--font-family-b), serif;
}

@media (min-width: 560px) {
    .news-aq-h2 {
        font-weight:800;
        margin: 0 0 48px
    }
}

@media (min-width: 1360px) {
    .news-aq-h2 {
        font-size:40px;
        line-height: 48px;
        margin: 0 0 40px
    }
}

.news-aq-h3 {
    display: block;
    font-size: 20px;
    font-weight: 700;
    line-height: 24px;
    margin: 0 0 20px
}

@media (min-width: 560px) {
    .news-aq-h3 {
        margin:0 0 12px
    }
}

@media (min-width: 1600px) {
    .news-aq-h3 {
        line-height:26px
    }
}

@media (min-width: 560px) {
    .news-aq-list {
        display:-webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        padding: 0 28px
    }
}

@media (min-width: 768px) {
    .news-aq-list {
        padding:0 44px
    }
}

@media (min-width: 1024px) {
    .news-aq-list {
        display:-ms-grid;
        display: grid;
        grid-gap: 24px;
        -ms-grid-columns: (1fr)[3];
        grid-template-columns: repeat(3,1fr);
        -ms-grid-rows: (1fr)[2];
        grid-template-rows: repeat(2,1fr)
    }
}

@media (min-width: 1360px) {
    .news-aq-list {
        grid-gap:30px;
        padding: 0 72px
    }
}

@media (min-width: 1600px) {
    .news-aq-list {
        grid-gap:40px;
        padding: 0
    }
}

.news-aq-item {
    background: #f5f6f8;
    -webkit-box-shadow: 0 0 0 rgba(0,0,0,.25);
    box-shadow: 0 0 0 rgba(0,0,0,.25);
    display: block;
    height: 254px;
    position: relative;
    overflow: hidden;
    text-decoration: none;
    -webkit-transition: all .45s ease;
    transition: all .45s ease
}

.news-aq-item:hover {
    -webkit-box-shadow: 0 20px 50px rgba(0,0,0,.25);
    box-shadow: 0 20px 50px rgba(0,0,0,.25)
}

.news-aq-item img {
    display: block;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: top;
    object-position: top;
    width: 100%
}

.news-aq-item-overlay {
    bottom: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    left: 0;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    padding: 32px 12px 20px;
    position: absolute;
    right: 0;
    top: 0;
    -webkit-transition: all .25s ease;
    transition: all .25s ease
}

@media (min-width: 560px) {
    .news-aq-item-overlay {
        padding-left:20px;
        padding-right: 20px
    }
}

@media (min-width: 1360px) {
    .news-aq-item-overlay {
        padding-left:24px;
        padding-right: 24px;
        padding-bottom: 32px
    }
}

.news-aq-item-overlay::before {
    background: -webkit-gradient(linear,left top,left bottom,from(rgba(0,0,0,0)),color-stop(36.98%,#000));
    background: linear-gradient(180deg,rgba(0,0,0,0) 0,#000 36.98%);
    bottom: 0;
    content: '';
    height: 160px;
    left: 0;
    position: absolute;
    opacity: .5;
    right: 0;
    -webkit-transition: all .25s ease;
    transition: all .25s ease
}

.news-aq-item-overlay * {
    position: relative;
    z-index: 9
}

.news-aq-item:nth-child(1) {
    height: 254px
}

@media (min-width: 560px) {
    .news-aq-item:nth-child(1) {
        -ms-grid-column:1;
        grid-column: 1;
        -ms-grid-row: 1;
        -ms-grid-row-span: 2;
        grid-row: 1/3;
        height: 420px;
        -webkit-box-ordinal-group: -2;
        -ms-flex-order: -3;
        order: -3;
        width: calc(50% - 12px);
        z-index: 1;
    }
}

@media (min-width: 768px) {
    .news-aq-item:nth-child(1) {
        height:510px
    }
}

@media (min-width: 1024px) {
    .news-aq-item:nth-child(1) {
        -ms-grid-column:1;
        grid-column: 1;
        -ms-grid-row: 1;
        -ms-grid-row-span: 2;
        grid-row: 1/3;
        height: 420px;
        -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
        order: 0;
        width: auto
    }
}

@media (min-width: 1360px) {
    .news-aq-item:nth-child(1) {
        height:510px
    }
}

@media (min-width: 1600px) {
    .news-aq-item:nth-child(1) {
        height:600px
    }
}

.news-aq-item:nth-child(1) .news-aq-h3 {
    color: #fff;
    position: relative
}

.news-aq-item:nth-child(1) .news-aq-h3::after {
    -ms-flex-item-align: start;
    align-self: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background: url(/resources/components/news_type_3/img/icon-arrow.svg) no-repeat right center;
    color: #fff;
    content: attr(data-read);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-weight: 700;
    font-size: 12px;
    line-height: 15px;
    letter-spacing: 1.35px;
    padding: 0 7px 0 0;
    position: absolute;
    opacity: 0;
    text-transform: uppercase;
    top: calc(100% + 13px);
    -webkit-transition: all .25s ease;
    transition: all .25s ease
}

@media (min-width: 1360px) {
    .news-aq-item:nth-child(1) .news-aq-h3::after {
        opacity:1
    }
}

@media (min-width: 1600px) {
    .news-aq-item:nth-child(1) .news-aq-h3::after {
        opacity:0
    }
}

.news-aq-item:nth-child(1) .news-aq-date {
    color: rgba(255,255,255,.5)
}

.news-aq-item:nth-child(1) .news-aq-hidden {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    position: static;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    height: 100%;
    width: auto
}

@media (min-width: 1360px) {
    .news-aq-item:nth-child(1) .news-aq-hidden {
        height:205px;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        position: absolute;
        width: calc(100% - 48px)
    }
}

.news-aq-item:nth-child(1) .news-aq-text {
    color: #fff;
    display: none
}

@media (min-width: 1360px) {
    .news-aq-item:nth-child(1) .news-aq-text {
        display:block
    }
}

.news-aq-item:nth-child(1) .news-aq-read {
    color: #fff;
    opacity: 1
}

@media (min-width: 1360px) {
    .news-aq-item:nth-child(1) .news-aq-read {
        margin-top:auto;
        opacity: 0
    }
}

.news-aq-item:nth-child(1) .news-aq-read path {
    stroke: #fff
}

@media (min-width: 1360px) {
    .news-aq-item:nth-child(1):hover .news-aq-item-overlay::before {
        height:342px;
        opacity: .6
    }

    .news-aq-item:nth-child(1):hover .news-aq-item-overlay .news-aq-hidden {
        opacity: 1;
        top: calc(100% - 236px)
    }

    .news-aq-item:nth-child(1):hover .news-aq-item-overlay .news-aq-read,.news-aq-item:nth-child(1):hover .news-aq-item-overlay .news-aq-text {
        opacity: 1
    }

    .news-aq-item:nth-child(1):hover .news-aq-h3::after {
        opacity: 0
    }
}

@media (min-width: 560px) {
    .news-aq-item:nth-child(2),.news-aq-item:nth-child(3) {
        height:240px;
        margin-top: 24px;
        width: calc(50% - 12px)
    }
}

@media (min-width: 1024px) {
    .news-aq-item:nth-child(2),.news-aq-item:nth-child(3) {
        height:auto;
        margin-top: 0;
        width: auto
    }
}

.news-aq-item:nth-child(2) img,.news-aq-item:nth-child(3) img {
    display: none
}

.news-aq-item:nth-child(2) .news-aq-item-overlay::before,.news-aq-item:nth-child(3) .news-aq-item-overlay::before {
    display: none
}

.news-aq-item:nth-child(2) .news-aq-date,.news-aq-item:nth-child(3) .news-aq-date {
    color: rgba(43,27,53,.5)
}

.news-aq-item:nth-child(2) .news-aq-h3,.news-aq-item:nth-child(3) .news-aq-h3 {
    color: #2b1b35
}

@media (min-width: 560px) {
    .news-aq-item:nth-child(2) .news-aq-h3,.news-aq-item:nth-child(3) .news-aq-h3 {
       /* margin:0 0 auto */
    }
}

@media (max-width: 559px) {
    .news-aq-item:hover {
        -webkit-box-shadow: none;
        box-shadow: none;
    }
    .news-aq-item.gray .news-aq-date {
        color: rgba(43,27,53,.5);
    }

    .news-aq-item.gray .news-aq-h3 {
        color: #2b1b35;
    }
    .news-aq-item.gray .news-aq-read {
        color: #164cb5;
    }
    .news-aq-item.gray .news-aq-read path {
        stroke: #164cb5;;
    }
    .news-aq-item.gray .news-aq-item-overlay::before {
        display: none;
    }

}

@media (min-width: 768px) {
    .news-aq-item:nth-child(2) .news-aq-h3,.news-aq-item:nth-child(3) .news-aq-h3 {
        margin:0 0 12px;
        min-height: 72px
    }
}

@media (min-width: 1024px) {
    .news-aq-item:nth-child(2) .news-aq-h3,.news-aq-item:nth-child(3) .news-aq-h3 {
        min-height:initial
    }
}

.news-aq-item:nth-child(2) .news-aq-text,.news-aq-item:nth-child(3) .news-aq-text {
    color: #2b1b35;
    display: none;
    -webkit-transition: opacity .25s ease;
    transition: opacity .25s ease
}

@media (min-width: 1600px) {
    .news-aq-item:nth-child(2) .news-aq-text,.news-aq-item:nth-child(3) .news-aq-text {
        display:block
    }
}

.news-aq-item:nth-child(2) .news-aq-hidden,.news-aq-item:nth-child(3) .news-aq-hidden {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    position: static;
    width: 100%
}

@media (min-width: 560px) {
    .news-aq-item:nth-child(2) .news-aq-hidden,.news-aq-item:nth-child(3) .news-aq-hidden {
        height:100%
    }
}

@media (min-width: 768px) {
    .news-aq-item:nth-child(2) .news-aq-hidden,.news-aq-item:nth-child(3) .news-aq-hidden {
        height:initial
    }
}

@media (min-width: 1360px) {
    .news-aq-item:nth-child(2) .news-aq-hidden,.news-aq-item:nth-child(3) .news-aq-hidden {
        height:100%;
        margin-top: auto;
        top: 0
    }
}

@media (min-width: 1600px) {
    .news-aq-item:nth-child(2) .news-aq-hidden,.news-aq-item:nth-child(3) .news-aq-hidden {
        -webkit-box-pack:start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        height: 211px;
        position: absolute;
        margin-top: 0;
        top: calc(100% - 128px);
        width: calc(100% - 48px)
    }
}

.news-aq-item:nth-child(2) .news-aq-hidden .news-aq-read,.news-aq-item:nth-child(3) .news-aq-hidden .news-aq-read {
    opacity: 1
}

@media (min-width: 1600px) {
    .news-aq-item:nth-child(2) .news-aq-hidden .news-aq-read,.news-aq-item:nth-child(3) .news-aq-hidden .news-aq-read {
        margin-top:auto;
        opacity: 0
    }
}

@media (min-width: 1360px) {
    .news-aq-item:nth-child(2):hover .news-aq-hidden,.news-aq-item:nth-child(3):hover .news-aq-hidden {
        opacity:1;
        top: calc(100% - 242px)
    }
}

@media (min-width: 1360px) and (min-width:1360px) {
    .news-aq-item:nth-child(2):hover .news-aq-hidden,.news-aq-item:nth-child(3):hover .news-aq-hidden {
        top:calc(100% - 210px)
    }
}

@media (min-width: 1360px) and (min-width:1600px) {
    .news-aq-item:nth-child(2):hover .news-aq-hidden,.news-aq-item:nth-child(3):hover .news-aq-hidden {
        top:calc(100% - 242px)
    }
}

@media (min-width: 1360px) {
    .news-aq-item:nth-child(2):hover .news-aq-read,.news-aq-item:nth-child(2):hover .news-aq-text,.news-aq-item:nth-child(3):hover .news-aq-read,.news-aq-item:nth-child(3):hover .news-aq-text {
        opacity:1
    }
}

.news-aq-item:nth-child(4) {
    height: 254px
}

@media (min-width: 560px) {
    .news-aq-item:nth-child(4) {
        -webkit-box-ordinal-group:0;
        -ms-flex-order: -1;
        order: -1;
        height: 420px;
        width: calc(50% - 12px)
    }
}

@media (min-width: 768px) {
    .news-aq-item:nth-child(4) {
        height:510px
    }
}

@media (min-width: 1024px) {
    .news-aq-item:nth-child(4) {
        -ms-grid-column:3;
        grid-column: 3;
        -ms-grid-row: 1;
        -ms-grid-row-span: 2;
        grid-row: 1/3;
        height: 420px;
        -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
        order: 4;
        width: auto
    }
}

@media (min-width: 1360px) {
    .news-aq-item:nth-child(4) {
        height:510px
    }
}

@media (min-width: 1600px) {
    .news-aq-item:nth-child(4) {
        height:600px
    }
}

.news-aq-item:nth-child(4) .news-aq-h3 {
    color: #fff
}

.news-aq-item:nth-child(4) .news-aq-h3::after {
    -ms-flex-item-align: start;
    align-self: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background: url(/resources/components/news_type_3/img/icon-arrow.svg) no-repeat right center;
    color: #fff;
    content: attr(data-read);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-weight: 700;
    font-size: 12px;
    line-height: 15px;
    letter-spacing: 1.35px;
    padding: 0 7px 0 0;
    position: absolute;
    opacity: 0;
    text-transform: uppercase;
    top: calc(100% + 13px);
    -webkit-transition: all .25s ease;
    transition: all .25s ease
}

@media (min-width: 1360px) {
    .news-aq-item:nth-child(4) .news-aq-h3::after {
        opacity:1
    }
}

@media (min-width: 1600px) {
    .news-aq-item:nth-child(4) .news-aq-h3::after {
        opacity:0
    }
}

.news-aq-item:nth-child(4) .news-aq-date {
    color: rgba(255,255,255,.5)
}

.news-aq-item:nth-child(4) .news-aq-hidden {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    position: static;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    height: 100%;
    width: auto
}

@media (min-width: 1360px) {
    .news-aq-item:nth-child(4) .news-aq-hidden {
        height:205px;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        position: absolute;
        width: calc(100% - 48px)
    }
}

.news-aq-item:nth-child(4) .news-aq-text {
    color: #fff;
    display: none
}

@media (min-width: 1360px) {
    .news-aq-item:nth-child(4) .news-aq-text {
        display:block
    }
}

.news-aq-item:nth-child(4) .news-aq-read {
    color: #fff;
    opacity: 1
}

@media (min-width: 1360px) {
    .news-aq-item:nth-child(4) .news-aq-read {
        margin-top:auto;
        opacity: 0
    }
}

.news-aq-item:nth-child(4) .news-aq-read path {
    stroke: #fff
}

@media (min-width: 1360px) {
    .news-aq-item:nth-child(4):hover .news-aq-item-overlay::before {
        height:342px;
        opacity: .6
    }

    .news-aq-item:nth-child(4):hover .news-aq-item-overlay .news-aq-hidden {
        opacity: 1;
        top: calc(100% - 236px)
    }

    .news-aq-item:nth-child(4):hover .news-aq-item-overlay .news-aq-read,.news-aq-item:nth-child(4):hover .news-aq-item-overlay .news-aq-text {
        opacity: 1
    }

    .news-aq-item:nth-child(4):hover .news-aq-h3::after {
        opacity: 0
    }
}

.news-aq-hidden {
    position: absolute;
    top: calc(100% - 135px);
    -webkit-transition: .45s ease;
    transition: .45s ease;
    width: calc(100% - 48px)
}

@media (min-width: 1600px) {
    .news-aq-hidden {
        top:calc(100% - 128px)
    }
}

.news-aq-date {
    display: block;
    font-weight: 300;
    font-size: 12px;
    line-height: 16px;
    margin: 0 0 12px
}

.news-aq-text {
    font-weight: 300;
    font-size: 16px;
    line-height: 20px;
    opacity: 0;
    overflow: hidden;
    -webkit-transition: all .25s ease;
    transition: all .25s ease
}

.news-aq-read {
    -ms-flex-item-align: start;
    align-self: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #164cb5;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-weight: 700;
    font-size: 12px;
    line-height: 15px;
    letter-spacing: 1.35px;
    text-transform: uppercase;
    opacity: 0;
    -webkit-transition: all .25s ease;
    transition: all .25s ease
}

.news-aq-read span {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 0 0 0 4px
}

.news-aq-read:hover {
    opacity: .5!important
}

.news-aq-more {
    padding: 48px 0 0;
    text-align: center
}

.news-aq-more a {
    color: #164cb5;
    font-weight: 700;
    font-size: 12px;
    line-height: 15px;
    text-align: center;
    letter-spacing: 1.35px;
    text-decoration: none;
    text-transform: uppercase;
    -webkit-transition: opacity .25s ease;
    transition: opacity .25s ease
}

.news-aq-more a:hover {
    opacity: .5
}

.dots-news {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    list-style: none;
    margin: 0;
    padding: 8px 0 0
}

.dots-news li {
    padding: 0 5px
}

.dots-news li button {
    background: #164cb5;
    border: none;
    border-radius: 8px;
    font-size: 0;
    height: 8px;
    opacity: .2;
    padding: 0;
    -webkit-transition: all .25s ease;
    transition: all .25s ease;
    width: 8px
}

.dots-news li.slick-active button {
    opacity: 1
}
