.new_listing_page .block_news > a img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0; }

.new_listing_page .top_block {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 40px;
  margin-top: 20px; }
.new_listing_page .block_calendar {
  position: relative;
  max-width: 280px;
  width: 100%; }
  @media (max-width: 575px) {
    .new_listing_page .block_calendar {
      max-width: 190px; } }
  .new_listing_page .block_calendar:before {
    position: absolute;
    right: 10px;
    height: 100%;
    top: 50%;
    margin-top: -8px;
    font-size: 160%; }
.new_listing_page .news_calendar {
  height: 40px;
  width: 100%;
  border: 1px solid #E6E6E6;
  background-color: #ffffff;
  color: #333333;
  font-size: 12px;
  line-height: 15px;
  padding: 7px 11px;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none; }
.new_listing_page .news_blocks {
  margin: 0 -15px;
  padding: 0;
  list-style-type: none;
  display: flex;
  flex-wrap: wrap; }
  .new_listing_page .news_blocks > li {
    margin-bottom: 40px; }
.new_listing_page .block_news > a {
  position: relative;
  overflow: hidden;
  display: block; }
  .new_listing_page .block_news > a:before {
    display: block;
    content: "";
    padding-bottom: 100%; }
  .new_listing_page .block_news > a img {
    object-fit: cover;
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    transform-style: preserve-3d;
    -webkit-transform-style: preserve-3d;
    -o-transition: transform 0.5s;
    -ms-transition: transform 0.5s;
    -moz-transition: transform 0.5s;
    -webkit-transition: transform 0.5s;
    transition: transform 0.5s; }
.new_listing_page .data_news {
  color: #666666;
  font-size: 120%;
  line-height: 15px;
  margin-bottom: 3px;
  margin-top: 20px; }
.new_listing_page .title_news {
  color: #000000;
  font-size: 200%;
  line-height: 27px;
  font-family: "playfair-regular", "sylfaen-regular";
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis; }
  @media (max-width: 1024px) {
    .new_listing_page .title_news {
      font-size: 180%;
      line-height: 21px; } }
  @media (max-width: 767px) {
    .new_listing_page .title_news {
      font-size: 160%;
      line-height: 19px; } }
@media (max-width: 399px) {
  .new_listing_page .top_block {
    margin-bottom: 20px;
    flex-direction: column; }
  .new_listing_page .block_calendar {
    margin-top: 10px;
    max-width: 280px; } }

@media (max-width: 991px) {
  .header .logos_all {
    display: none; } }
.web .new_listing_page .block_news > a {
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  transition: all 0.5s; }
  .web .new_listing_page .block_news > a:hover {
    opacity: 0.8; }
    .web .new_listing_page .block_news > a:hover img {
      transform: scale(1.3);
      -moz-transform: scale(1.3);
      -ms-transform: scale(1.3);
      -webkit-transform: scale(1.3);
      -o-transform: scale(1.3); }
.web .title_news {
  -o-transition: opacity 0.5s;
  -ms-transition: opacity 0.5s;
  -moz-transition: opacity 0.5s;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s; }
  .web .title_news:hover {
    opacity: 0.5; }

.touch .new_listing_page .block_news > a {
  -o-transition: all 0.25s;
  -ms-transition: all 0.25s;
  -moz-transition: all 0.25s;
  -webkit-transition: all 0.25s;
  transition: all 0.25s; }
  .touch .new_listing_page .block_news > a:active {
    opacity: 0.7; }
    .touch .new_listing_page .block_news > a:active img {
      transform: scale(1.3);
      -moz-transform: scale(1.3);
      -ms-transform: scale(1.3);
      -webkit-transform: scale(1.3);
      -o-transform: scale(1.3); }
.touch .title_news {
  -o-transition: opacity 0.25s;
  -ms-transition: opacity 0.25s;
  -moz-transition: opacity 0.25s;
  -webkit-transition: opacity 0.25s;
  transition: opacity 0.25s; }
  .touch .title_news:active {
    opacity: 0.5; }

.inner_news {
  margin-top: 50px; }
  .inner_news .inner_block {
    max-width: 500px;
    width: 40%;
    display: flex;
    justify-content: end;
    flex-direction: column; }
  .inner_news .data_news {
    margin-bottom: 10px;
    margin-top: 0; }
  .inner_news .page_title {
    padding-bottom: 25px; }
  .inner_news .info_block {
    margin-top: 20px; }
    .inner_news .info_block img {
      max-width: 480px;
      width: 100%;
      margin: 40px 0; }
    .inner_news .info_block span {
      margin-bottom: 25px;
      color: #333333;
      font-size: 140%;
      line-height: 18px;
      display: flex; }
      .inner_news .info_block span:first-child {
        font-size: 160%;
        line-height: 22px;
        color: #000000; }
  @media (max-width: 767px) {
    .inner_news .inner_news .info_block img {
      margin: 15px 0; }
    .inner_news .inner_news .info_block span {
      margin-bottom: 15px; }
    .inner_news .page_title {
      padding-bottom: 15px; } }

.news_inner_img {
  position: absolute;
  right: 0;
  top: 0;
  width: 53%;
  display: flex;
  justify-content: flex-end;
  padding-left: 20px; }
  .news_inner_img img {
    max-width: 710px;
    width: 100%;
    object-fit: cover; }

.at-style-responsive .at-share-btn {
  border-radius: 13px !important; }

@media (max-width: 991px) {
  .header .logos_all {
    display: none; }

  .news_inner_img {
    display: none; }

  .inner_news .inner_block {
    max-width: 100%;
    width: 100%; } }

/*# sourceMappingURL=news.css.map */
