.blog_block-square__wrapper {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: -30px;
}
.blog_block-square__wrapper.swiper-wrapper {
  width: auto;
}

.blog_block-square__block-big {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  width: calc(50% - 30px);
  margin-left: 30px;
}
.blog_block-square__block-big.swiper-slide {
  width: calc(50% - 30px);
  height: auto;
}
.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-big.swiper-slide {
  height: auto;
}

.blog_block-square__block {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  width: calc(25% - 30px);
  margin-left: 30px;
}
.blog_block-square__block.swiper-slide {
  width: calc(25% - 30px);
  height: auto;
}

.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: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.blog_block-square__img-link {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  overflow: hidden;
  max-width: 100%;
  height: 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: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -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(50% - 30px);
  }
  .blog_block-square__block.swiper-slide {
    width: calc(50% - 30px);
  }

  .blog_block-square__item_link {
    height: 270px;
  }
}
@media (max-width: 768px) {
  .blog_block-square .swiper-slide {
    width: 290px;
  }

  .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__wrapper.swiper-wrapper {
    width: auto;
  }

  .blog_block-square__block-big,
.blog_block-square__block {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    margin-left: 0;
  }
  .blog_block-square__block-big.swiper-slide,
.blog_block-square__block.swiper-slide {
    height: auto;
  }

  .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__item_link {
    height: 164px;
  }
}
@media (max-width: 576px) {
  .blog_block-square__wrapper .swiper-slide {
    width: 260px;
  }

  .blog_block-square__item {
    height: 100%;
  }
}
.main_btn.main_url {
  font-weight: 400;
  border: 1px solid #ced2d5;
  background: transparent;
  color: #060606;
  text-transform: none;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.main_btn.main_url:hover {
  background: var(--main-color);
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  color: #ffffff;
}