.blog_block-square__wrapper {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: -30px; }
  .blog_block-square__wrapper .slick-slide > div:not([clsss]) {
    max-width: 100%; }

.blog_block-square__block-big {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  width: calc(100% / 2 - 30px);
  margin-left: 30px; }
  .blog_block-square__block-big .blog_block-square__item {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
       -moz-box-orient: horizontal;
       -moz-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    max-width: 100%; }

.blog_block-square__block {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  width: calc(100% / 4 - 30px);
  margin-left: 30px; }

.blog_block-square__item {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: relative;
  width: 100%;
  border: 1px solid #ededed; }
  .blog_block-square__item:hover {
    -webkit-box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
            box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1); }

.blog_block-square__content_dig {
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 2.3rem 2.7rem; }

.blog_block-square__content_dig_title {
  color: #fff; }
  .blog_block-square__content_dig_title:hover {
    color: #fff; }

.blog_block-square__content_dig_comment {
  color: #fff; }

.blog_block-square__content_dig_data {
  color: #fff; }

.blog_block-square__item_link {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  height: 175px;
  overflow: hidden; }
  .blog_block-square__item_link img {
    height: 100%;
    width: auto; }

.blog_block-square__img-link {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  overflow: hidden;
  max-width: 100%;
  width: 100%;
  -webkit-box-pack: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }
  .blog_block-square__img-link img {
    height: 100%;
    width: auto;
    -ms-flex-negative: 0;
        flex-shrink: 0; }

.blog_block-square__img-link::after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(200%, #050505), to(#050505));
  background: linear-gradient(to bottom, transparent 0%, #050505 200%, #050505 100%); }

.blog_block-square__img-big {
  position: relative;
  width: 100%; }
  .blog_block-square__img-big img {
    max-width: none; }

.blog_block-square__content {
  padding: 1.25rem 1.25rem 2.5rem 1.25rem; }
  .blog_block-square__content .main_url.main_btn.sweep-to-right {
    display: none; }

.blog_block-square__content_dig_title,
.blog_block-square__content_title {
  display: block;
  margin-bottom: 1rem; }

.blog_block-square__content_dig_comment,
.blog_block-square__content_comment {
  display: block;
  margin-bottom: 1rem; }

.blog_block-square__content_data {
  color: #807f7f; }

@media (max-width: 1024px) {
  .blog_block-square__block-big {
    display: none; }
  .blog_block-square__block {
    width: calc(100% / 2 - 30px); }
  .blog_block-square__item_link {
    height: 270px; } }

@media (max-width: 768px) {
  .blog_block-square .slick-slide {
    display: -webkit-box !important;
    display: -moz-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    width: 290px;
    margin-right: 20px; }
    .blog_block-square .slick-slide > div {
      height: auto !important; }
  .blog_block-square__block-big .blog_block-square__item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; }
  .blog_block-square__item-wrapper {
    margin-left: 0; }
  .blog_block-square__wrapper {
    margin: 0; }
  .blog_block-square__block-big,
  .blog_block-square__block {
    display: -webkit-box !important;
    display: -moz-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    margin-left: 0; }
  .blog_block-square__content_dig_title,
  .blog_block-square__content_dig_comment {
    color: #000; }
  .blog_block-square__content_dig_data {
    color: #807f7f; }
  .blog_block-square__content_dig_title:hover {
    color: #fb0040; }
  .blog_block-square__content_dig {
    padding: 1.25rem 1.25rem 2.5rem 1.25rem;
    position: static; }
  .blog_block-square__img-link {
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    height: 164px; }
  .blog_block-square__img-big img {
    height: 100%;
    width: auto;
    max-width: 100%; }
  .blog_block-square__item_link {
    height: 164px; } }

@media (max-width: 576px) {
  .blog_block-square__wrapper .slick-slide {
    width: 260px;
    margin-right: 20px; }
  .blog_block-square__item {
    height: 100%; } }
