.news-block {}
.news-block__list {
    margin: 0 -10px;
}
.news-block__item-wrapper {
    padding: 0 10px;
    margin-bottom: 20px;
}
.news-block__item {
    display: block;
    height: 100%;
    background: #FFFFFF;
    box-shadow: 0px 2px 16px rgba(0, 0, 0, 0.04), 0px 0px 2px rgba(0, 0, 0, 0.04);
    border-radius: 2px;
    padding: 20px 30px;
    overflow: hidden;
    position: relative;
}
.news-block__desc {
    position: relative;
    z-index: 5;
}
.news-block__date {
    font-weight: 500;
    font-size: 13px;
    text-transform: lowercase;
    color: rgba(43,43,43,0.4);
    line-height: 1.69;
    margin-bottom: 13px;
}
.news-block__name {
    font-weight: 600;
    font-size: 14px;
    color: #2B2B2B;
    line-height: 1.71;
    border-bottom: 1px solid rgba(43, 43, 43, 0.2);
    display: inline;
    transition: border-color 0.2s ease;
}
.news-block__text {
    margin-top: 16px;
    font-weight: 500;
    font-size: 13px;
    color: rgba(43,43,43,0.6);
    line-height: 1.69;
}
.news-block__text p {
    color: rgba(43,43,43,0.6);
}
.news-block__item:hover .news-block__name {
    border-color: transparent;
}

.news-block__item_inverse:hover .news-block__link-fake__inner {
    border-color: transparent;
}
.news-block__item_inverse .news-block__date {
    color: #fff;
    opacity: 0.6;
}
.news-block__item_inverse .news-block__title {
    font-weight: 700;
    font-size: 18px;
    color: #FFFFFF;
    line-height: 1.27;
    border: none;
}
.news-block__item_inverse.add_sale .news-block__title {
    font-weight: 600;
    font-size: 14px;
    line-height: 24px;
}
.news-block__item_inverse .news-block__title-wrapper {
    height: auto;
}
.news-block__item_inverse .news-block__text {
    color: rgba(255,255,255,0.8);
    margin-bottom: 24px;
}
.news-block__item_inverse .news-block__link-fake {
    color: #fff;
    font-weight: 500;
    font-size: 12px;
}
.news-block__item_inverse .news-block__link-fake__inner {
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    transition: border-color 0.3s ease;
    display: inline;
}
.news-block__item_inverse .news-block__link-fake__inner:hover {
    color: #fff;
}
.news-block__item_inverse .news-block__link-fake__inner:focus {
    color: #fff;
}

.news-block__item_sale {
    background-color: #95C518;
    /*box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.06), 0 14px 31px 0 rgba(65, 117, 5, 0.66);*/
    box-shadow: 0px 2px 16px rgba(0, 0, 0, 0.04), 0px 0px 2px rgba(0, 0, 0, 0.04);
}
.news-block__item_sale .news-block__desc {
    justify-content: flex-start;
    position: relative;
    padding-top: 90px;
}
.news-block__item_sale .news-block__desc:before {
    content: "\e93d";
    font-size: 60px;
    line-height: 1;
    font-weight: normal;
    font-family: "baikal-icons";
    color: #fff;
    position: absolute;
    top: 0;
    left: 0;
    /*width: 60px;
    height: 60px;
    background: url("images/icon-percent.svg") no-repeat;*/
    
}
.news-block__item_sale .news-block__text,
.news-block__item_sale .news-block__text p {
    font-weight: 500;
    font-size: 13px;
    color: #FFFFFF;
    line-height: 24px;
    opacity: 1;
}
.news-block__item_sale .news-block__text {
    max-height: 92px;
    overflow: hidden;
}
.news-block__item_sale .news-block__img-circle {
    width: 210px;
    height: 210px;
    border-radius: 50%;
    overflow: hidden;
    background-size: cover !important;
    position: absolute;
    z-index: 1;
    right: -55px;
    bottom: -13px;
}

.news-block__item_column {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.news-block__item_first {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.news-block__dots {
    margin-bottom: 12px;
}
.news-block__dots-svg {}


.news-block__other {
    margin-top: 32px;
}
.news-block__other-title {
    margin: 0 0 24px;
}


.news-block__img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-size: cover !important;
    z-index: 1;
}
.news-block__img:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-image: linear-gradient(-180deg, rgba(0, 0, 0, 0.21) 2%, rgba(0, 0, 0, 0.64) 98%);
    z-index: 2;
}
.news-block__img.no_image {
    background: #02abf2;
}
.news-block__img.no_image:before {
    background-image: linear-gradient(-180deg, rgba(0, 0, 0, 0) 2%, rgba(0, 0, 0, 0.14) 98%);
}

.news-block__img-circle {
    display: none;
}


.news-block_mt {
    margin-top: 40px;
}
.news-block_mb {
    margin-bottom: 20px;
}

.news-block_fixed {}
.news-block_fixed .news-block__desc {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    height: 100%;
}
.news-block_fixed .news-block__name-wrapper {
    flex: 1 1 auto;
}
.news-block_fixed .news-block__text {
    max-height: 110px;
    overflow: hidden;
    position: relative;
}
.news-block_fixed .news-block__text:after {
    content: "";
    position: absolute;
    pointer-events: none;
    left: 0;
    right: 0;
    bottom: -15px;
    height: 50%;
    background: -moz-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 80%);
    background: -webkit-linear-gradient(top, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 80%);
    background: linear-gradient(to bottom, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 80%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=0 );
    z-index: 2;
}

.news-block_float .news-block__list {
    display: block;
}

.news-block_float .news-block__list:before,
.news-block_float .news-block__list:after {
    display: table;
    content: " ";
    clear: both;
}
.news-block_float .news-block__item-wrapper {
    float: left;
    max-width: 100%;
    width: 33.33333333%;
    margin-bottom: 0;
}
.news-block_float .news-block__item {
    height: 200px;
    margin-bottom: 20px;
}
.news-block_float .news-block__item_lg {
    height: 420px;
    min-height: 0;
}
.news-block_float .news-block__item_sale:not(.news-block__item_lg) .news-block__desc {
    padding-top: 0;
}
.news-block_float .news-block__item_sale:not(.news-block__item_lg) .news-block__desc:before {
    top: 0;
    left: auto;
    right: -10px;
    opacity: 0.3;
}
.news-block_float {}
@media screen and (max-width: 1199px) {
    .news-block_float .news-block__item-wrapper {
        width: 50%;
    }
}
@media screen and (max-width: 991px) {
    .news-block_float .news-block__item-wrapper {
        width: 33.33333333%;
    }
    .news-block_float .news-block__item {
        padding: 20px;
    }
}

@media screen and (max-width: 767px) {
    .news-block__item-wrapper {
        margin-bottom: 8px;
    }
    .news-block__item {
        padding: 20px;
    }
    .news-block_float .news-block__item-wrapper {
        width: 50%;
    }
}
@media screen and (max-width: 575px) {
    .news-block_float .news-block__item-wrapper {
        width: 100%;
    }
    .news-block_float .news-block__item {
       height: auto;
    }
    .news-block_float .news-block__link-fake {
        display: none;
    }
    .news-block_float .news-block__text {
        max-height: none;
        margin-bottom: 0;
    }
    .news-block_float .news-block__text p {
        margin: 0;
    }
}

@media screen and (min-width: 576px) {
    .news-block_float .news-block__img-circle {
        display: block;
    }
    .news-block_float .news-block__item:not(.news-block__item_inverse):after {
        content: "";
        position: absolute;
        pointer-events: none;
        left: 0;
        right: 0;
        bottom: 0;
        height: 25%;
        background: -moz-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 80%);
        background: -webkit-linear-gradient(top, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 80%);
        background: linear-gradient(to bottom, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 80%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=0 );
        z-index: 7;
    }
    .news-block_float .news-block__item_sale:not(.news-block__item_lg):after {
        content: "";
        position: absolute;
        pointer-events: none;
        left: 0;
        right: 0;
        bottom: 0;
        height: 35%;
        background: -moz-linear-gradient(top,  rgba(149,197,24,0) 0%, rgba(149,197,24,1) 100%);
        background: -webkit-linear-gradient(top,  rgba(149,197,24,0) 0%,rgba(149,197,24,1) 100%);
        background: linear-gradient(to bottom,  rgba(149,197,24,0) 0%,rgba(149,197,24,1) 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0095c518', endColorstr='#95c518',GradientType=0 );
        z-index: 7;
    }
}
@media screen and (min-width: 768px) {
    .news-block__item_lg {
        min-height: 440px;
    }
    .news-block__img-circle {
        display: block;
    }
}
@media screen and (min-width: 992px) {
    .news-block_index .news-block__list {
        flex-direction: column;
        flex-wrap: wrap;
        height: 440px;
        justify-content: space-between;
    }
    .news-block_index .news-block__item-wrapper {
        flex: 0 0 50%;
        max-height: calc(50% - 10px);
        margin: 0;
    }
    .news-block_index .news-block__item-wrapper_lg {
        flex: 0 0 100%;
        max-height: 100%;
    }
    
}

.subscribe-block {
    margin-top: 40px;
}
.subscribe-block form {
    position: relative;
}
.subscribe-block button {
    position: absolute;
    top: 0;
    right: 0;
}