.page-template-blog::before {
    content: '';
    width: 620px;
    max-width: 30%;
    height: 730px;
    background-image: url('../img/logo_shape.png');
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    top: 380px;
    left: 50px;
    z-index: -3;
  }

  .page-template-blog .blog-content .blog-post__info, .archive .blog-content .blog-post__info {
      background: #fff;
  }

  .single-post .s-text-img::before {
      display: none;
  }

  .single-post::before  {
    content: '';
    width: 620px;
    max-width: 30%;
    height: 730px;
    background-image: url('../img/logo_shape.png');
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    top: 380px;
    left: 50px;
    z-index: -3;
  }

  .header-desktop .btn--calendar:hover {
      color: #fff!important;
  }

@media screen and (max-width:1360px) {
    .page-template-blog::before, .single-post::before {
        display: none;
    }
  }

  @media screen and (max-width: 767.98px) {
	.footer__icons {
		display: none;
	}
	.footer__copyright {
		padding-top: 40px;
	}
}

.owl-carousel .owl-nav.disabled, .owl-carousel .owl-dots.disabled {
	display:none!important;
}

.owl-carousel .owl-stage {
  margin: 0 auto;
}