html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline; }

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
    display: block; }

body {
    line-height: 1; }

ol, ul {
    list-style: none; }

blockquote, q {
    quotes: none; }

blockquote:before, blockquote:after,
q:before, q:after {
    content: '';
    content: none; }

table {
    border-collapse: collapse;
    border-spacing: 0; }

a {
    text-decoration: none; }

.clearfix::after {
    content: "";
    display: table;
    clear: both; }

@font-face {
    font-family: 'RobotoBold';
    src: url('fonts/Roboto-Bold.woff2') format('woff2'),
    url('fonts/Roboto-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'RobotoLight';
    src: url('fonts/Roboto-Light.woff2') format('woff2'),
    url('fonts/Roboto-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'RobotoMedium';
    src: url('fonts/Roboto-Medium.woff2') format('woff2'),
    url('fonts/Roboto-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'Roboto';
    src: url('fonts/Roboto-Regular.woff2') format('woff2'),
    url('fonts/Roboto-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'ysans';
    src: url('fonts/YSText-Regular.eot');
    src: url('fonts/YSText-Regular.eot?#iefix')
    format('embedded-opentype'), url('fonts/YSText-Regular.woff2')
    format('woff2'), url('fonts/YSText-Regular.woff')
    format('woff'), url('fonts/YSText-Regular.ttf')
    format('truetype'), url('fonts/YSText-Regular.svg#ysans')
    format('svg');
}

.container {
    position: relative;
    max-width: 1024px;
    margin: 0 auto;
}

.header {
    position: relative;
    margin-bottom: 15px;
}

.header__container {
    display: flex;
    align-items: center;
}

.header__logo {
    width: 72px;
    height: 40px;
    margin-right: 15px;
}

.header__icon {
    position: relative;
    width: 32px;
    min-width: 32px;
    height: 32px;
    border-radius: 50%;
    box-sizing: border-box;
    background: #0000cc;
    background-size: 19px;
    margin-right: 10px;
}
.header__icon img {
    display: inline-block;
    width: 20px;
    height: 20px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.header__info {
    width: 100%;
    display: flex;
    align-items: center;
    background-color: #EEEEF1;
    border-radius: 100px 0 0 100px;
    padding: 12px 0 12px 14px;
    box-sizing: border-box;
    z-index: 1;
}

.header__text {
    font-family: "RobotoLight", Arial, sans-serif;
    font-size: 14px;
    line-height: 1.2;
}

.header__text_medium {
    font-family: "RobotoMedium", Arial, sans-serif;
}

.block_left {
    width: 500px;
    margin-right: 20px;
    float: left;
}

.news__item {
    margin-bottom: 8px;
    box-sizing: border-box;
    overflow: hidden;
}
.news__item:nth-child(3) {
    margin-top: 30px;
}
.news__item:last-child {
    display: none;
}
.news__item:first-child {
    display: block;
}

.news__item_big {
    position: relative;
    width: 680px;
    height: 280px;
    padding-right: 0;
    border-radius: 3px;
}

.news__item_big:first-child {
    height: 310px;
    margin-right: 8px;
}

.news__image {
    overflow: hidden;
    position: relative;
    width: 100%;
    height: 100%;
}
.news__image_big {
    display: none;
    width: 100%;
}

.news__item .news__image_big img {
    height: 100%;
    width: auto;
    display: block;
}

.news__link {
    width: 100%;
    color: #ffffff;
    height: 100%;
}

.news__title {
    position: absolute;
    top: auto;
    bottom: 0;
    left: 0;
    right: 0;
    font-family: "ysans", Arial, sans-serif;
    font-size: 23px;
    color: #ffffff;
    line-height: 1.3;
    padding: 10px;
    z-index: 8;
    max-height: 106px;
    box-sizing: border-box;
}
.news__title_big {
    position: absolute;
    width: 291px;
    max-height: 100%;
    padding: 35px 10px 50px 0;
    left: auto;
    right: 0;
    top: 0;
    bottom: 0;
    font-family: "ysans", Arial, sans-serif;
    font-size: 35px;
    z-index: 8;
    border-radius: 3px;
}
.news__link_full__item {
    width: 100%;
    display: inline-block;
    vertical-align: top;
}
.news__text {
    display: inline-block;
    font-size: 30px;
    line-height: 32px;
    letter-spacing: .3px;
    font-weight: 700;
}
.news__item_small {
    width: 336px;
    height: 280px;
    border-radius: 3px;
}
.news__item_big__inner {
    position: relative;
    display: inline-block;
    width: 100%;
    height: 100%;
    vertical-align: top;
}
.news__item_small__inner {
    position: relative;
    width: 100%;
    height: 100%;
}

.news__button {
    width: 165px;
    line-height: 56px;
    background-color: #332AE3;
    color: #fff;
    font-family: "RobotoBold", Arial, sans-serif;
    font-size: 22px;
    text-align: center;
    text-transform: uppercase;
    border-radius: 15px;
}

.news__button_mob {
    color: #fff;
    display: none;
}

.arrow_mob {
    width: 95px;
    height: 100%;
    float: right;
    background-color: #0F18C6;
    display: none;
    align-items: center;
    justify-content: center;
}

.news__heading {
    width: 336px;
    position: absolute;
    top: 0;
    right: 0;
    background-color: #000;
    color: #fff;
    font-family: "RobotoBold", Arial, sans-serif;
    font-size: 13px;
    text-transform: uppercase;
    text-align: center;
    line-height: 23px;
    padding-bottom: 0;
    margin-bottom: 8px;
    border-radius: 3px;
}
.news__heading:before {
    display: none;
}

.pagination {
    position: absolute;
    bottom: 35px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    justify-content: center;
    align-items: center;
    width: 180px;
    height: 38px;
    background-color: #F2F2FF;
    z-index: 3;
}

.pagination__icon {
    width: 14px;
    height: 20px;
    fill: #666666;
    cursor: pointer;
    transition: all 0.2s;
}

.pagination__icon:hover {
    fill: #2e33da;
}

.pagination-list {
    margin: 0 30px;
    display: flex;
}

.pagination-list__item {
    margin-right: 7px;
    font-family: "Roboto", Arial, sans-serif;
    font-size: 18px;
    color:#666666;
    cursor: pointer;
}

.pagination-list__item:hover {
    color: #2e33da;
}

.pagination-list__item:last-child {
    margin-right: 0;
}

.news {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.news__domain {
    position: absolute;
    bottom: 15px;
    left: 0;
    max-width: 160px;
    font-size: 18px;
    text-overflow: ellipsis;
    white-space: nowrap;
    box-sizing: border-box;
    overflow: hidden;
}
.news__item_small .news__domain {
    position: static;
    display: inline-block;
    max-width: 100%;
    font-size: 14px;
    line-height: 23px;
    margin-top: 5px;
    vertical-align: top;
}

.blur-image,
.blur-image__wrap {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}
.blur-image__fade,
.blur-image__image {
    position: absolute;
    width: 73%;
    height: 100%;
    z-index: 1;
    border-radius: 3px;
}

.blur-image__fade {
    z-index: 2;
}
.news__image img {
    display: block;
    width: 100%;
    height: auto;
}
.news__item_small .news__text{
    font-size: 20px;
    line-height: 22px;
    max-height: 44px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.news__item.news__item_big .news__text {
    max-height: 140px;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.news__item.news__item_big .news__descr {
    font-size: 20px;
    line-height: 22px;
    font-weight: 400;
    margin-top: 7px;
    max-height: 72px;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.view-desktop {
    display: block;
}
.news__image news__image_big {
    display: block;
}

/* ----- news bottom arrow -----*/
.news__btn {
    display: inline-block;
    position: absolute;
    right: 10px;
    bottom: 15px;
    width: 110px;
    height: 23px;
    border: 1px solid #fff;
    border-radius: 3px;
    transition: border-color .3s ease;
}
.dark-blur .news__btn {
    border-color: #000;
}
.news__btn:hover,
.dark-blur .news__btn:hover {
    border-color: #332ae3;
}
.svg-arrow {
    display: block;
    width: 100%;
    height: 100%;
}
.svg-arrow__left {
    fill: #fff;
    opacity: 0.4;
}
.svg-arrow__right {
    fill: #fff;
    opacity: 1;
}
.dark-blur .svg-arrow__left,
.dark-blur .svg-arrow__right {
    fill: #000;
}
.news__btn:hover .svg-arrow__left,
.news__btn:hover .svg-arrow__right {
    fill: #332ae3;
}

.new-price,
.old-price {
    font-size: 24px;
    line-height: 26px;
}
/* ---- news__hover -----*/
.news__hover {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 6;
    opacity: 0;
    transition: .3s opacity ease;
}
.news__item:hover .news__hover {
    opacity: .5;
}
/* ---- /news__hover -----*/

/* ----- /news bottom arrow -----*/
@media screen and (max-width: 1024px) {
    .container {
        max-width: 800px;
    }
    .news__heading {
        display: none;
    }
    .news__item.news__item_big {
        width: 100%;
        margin-right: 0;
    }
    .news__item:nth-child(3) {
        margin-top: 0;
    }
    .news__item.news__item_small {
        width: 49.5%;
    }
    .news__item:last-child {
        display: block;
    }
    .news__item_small:nth-child(10n-1),
    .news__item_small:nth-child(10n+3){
        display: none;
    }
}

@media screen and (max-width: 800px) {
    .container {
        max-width: 396px;
        box-sizing: border-box;
    }

    .news__item {
        display: flex;
        width: 100%;
        height: auto;
        max-width: 100%;
        max-height: none;
        margin-bottom: 0;
        padding-bottom: 0;
    }

    .news__item:before {
        display: none;
    }

    .news__item_small + .news__item_big,
    .news__item_small {
        margin-bottom: 15px;
    }
    .news__item_small .news__image {
        height: 280px;
    }

    .news__heading {
        position: static;
        display: block;
        width: 100%;
        max-width: 100%;
        text-align: left;
        font-size: 20px;
        padding-left: 7px;
        box-sizing: border-box;
        line-height: 50px;
        margin-top: 8px;
    }

    .news__title_big::after {
        display: none;
    }

    .news__image {
        max-height: none;
        margin-bottom: 0;
    }

    .news__image_big {
        width: auto;
    }

    .news__link_full {
        display: block;
        height: 100%;
        box-sizing: border-box;
    }

    .news__text {
        display: block;
        box-sizing: border-box;
        max-height: 108px;
        font-size: 26px;
        line-height: 28px;
        overflow: hidden;
    }

    .news__item.news__item_big .news__text {
        max-height: 108px;
        display: -webkit-box;
        -webkit-line-clamp: 3;
        -webkit-box-orient: vertical;
    }

    .news__button_mob {
        display: block;
    }

    .arrow_mob {
        display: flex;
        margin-left: 15px;
    }

    .pagination {
        display: none;
    }

    .news__title_big .news__link_full {
        padding: 0 50px 0 15px;
    }
    .news__title_big .news__link_full:after {
        display: block;
        content: '';
        width: 40px;
        height: 100%;
        position: absolute;
        right: 0;
        top: 0;
        bottom: 0;
        background: url('../../../../images/tranzit/goods/mgid/mobile_arrow.png') #0F18C5 50% no-repeat;
    }
    .news__item_small {
        width: 100%;
    }

    .news__item.news__item_big {
        height: 280px;
    }

    .blur-image__fade {
        background: unset;
        width: 100%;
    }
    .news__item.news__item_small {
        width: 100%;
    }
    .view-desktop {
        display: none;
    }
    .news__image news__image_big {
        display: none;
    }
    .news__title_big {
        width: 100%;
        top: auto;
        padding: 35px 10px;
    }
    .news__image_big {
        display: block;
    }
    .news__item_small:nth-child(10n-1),
    .news__item_small:nth-child(10n+3){
        display: block;
    }
    .news__domain {
        left: 10px;
        max-width: calc(100% - 10px);
    }
    .news__item_small .news__domain {
        max-width: 220px;
    }
    .news__item.news__item_big .news__descr {
        margin-top: 3px;
        max-height: 45px;
        -webkit-line-clamp: 2;
        margin-bottom: 10px;
    }
}
