@media (min-width: 992px){
  .author .shop-tabs .tab-content{
    width: 100%;

  }
  .author  .blog-tabs .tab-item{
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
  }
  .author  .blog-tabs .item-blog{
    width: calc(33.33% - 20px);
    margin-right: 30px;
  }
  .author  .blog-tabs .item-blog:nth-child(3n){
    margin-right: 0;
  }
}

@media (min-width: 2000px) {
  .home-banner .content-width {
    height: 36vw; } }
@media (max-width: 1350px) {
  .content-width {
    width: 960px; }
  .top-line .top-menu ul li {
    margin-right: 24px;
  }
.top-line .top-menu .search-btn {
    margin-left: 11px;
}
  .shop-tabs .tabs>div:first-child {
    width: 250px;
  }

  .blog-banner .text .date-block{
    left: -72px;
  }

  .search-results .blog-tabs .tab-item{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .search-results .blog-tabs .item-blog {
    width: calc(50% - 10px)!important;
  }
  .search-results .blog-tabs .tab-item{
    grid-gap: 30px 0 ;
  }

  .top-line .top-menu {
    width: calc(100% - 200px); }

  .block-2n h2 {
    min-height: 63px; }

  .follow-50 .item-follow {
    padding-top: 110px; }

  .title-img-text .title-wrap {
    width: 20%; }

  .title-img-text figure {
    width: 250px; }

  .title-img-text .text {
    width: calc(80% - 250px);
    padding-left: 50px; }

  .episode .title-wrap {
    width: 25%; }

  .episode .content {
    width: 75%; }

  .episode .content .item {
    width: calc(50% - 15px);
    margin-bottom: 30px; }

  .title-img-buy .title-wrap {
    width: 20%; }

  .title-img-buy .text {
    width: calc(80% - 215px); }

  .shop-tabs .tab-content {
    width: calc(100% - 270px); }

  .shop-tabs .tab-content .item {
    width: calc(33.33% - 40px);
    margin-right: 60px;
    margin-bottom: 40px; }

  .shop-tabs .tab-content .item figure {
    height: 290px; }

  .author .text p {
    padding: 0; }

  .shop-tabs .pagination-wrap {
    margin-top: 20px; }

  .info-text .content {
    padding: 0; }

  .blog-banner .right {
    width: calc(100% - 250px); }

  .blog-banner figure {
    width: 100%; }

  .blog-banner .text {
    padding: 35px 35px;
    margin-left: 70px;
    margin-top: -45px; }

  .blog-tabs .item-blog .text-event .date-block {
    width: 65px;
    height: 70px; }

  .blog-tabs .item-blog .text-event .wrap-text {
    width: calc(100% - 80px); }

  .blog-tabs .item-blog .text .wrap {
    padding: 20px 20px 10px; }

  .default-page .aside {
    width: 300px; }

  .default-page h1 {
    font-size: 36px; }

  .default-page .main {
    width: calc(100% - 350px); }

  .default-page .aside .item a figure {
    width: 70px;
    height: 65px; }

  .default-page .aside .item a .text {
    width: calc(100% - 85px); }

  .default-page .wrap p {
    font-size: 16px; }

  .default-page .wrap blockquote {
    margin: 20px 15px 20px;
    font-size: 18px; }

  .default-page ol li {
    font-size: 16px; }

  .default-page ul li {
    font-size: 16px; }
  .block-2n .iframe-wrap{
    display: block;
  }

  .block-2n .iframe-wrap figure{
    width: 150px;
    display: inline-block;
    float: left;
    margin: 0 20px 20px 0;
  }
  .block-2n .iframe-wrap .text {
    width: 100%;
  }
  .blog-banner .text .date-block{
    left: -70px;
  }
	.default-page .info li {
		margin-right: 20px;}
  .default-page ul li:before {
    top: 9px; } }
@media (max-width: 991px) {
  .content-width {
    width: 720px; }
  .episode .title-wrap{
    width: 100%;
    margin-bottom: 20px;
  }
  .shop-tabs .tabs>div:first-child{
    width: 100%;
  }

  .block-2n .iframe-wrap{
    display: block;
  }
  .block-2n .iframe-wrap figure{
    width: 120px;
    display: inline-block;
    float: left;
    margin: 0 20px 20px 0;
  }
  .block-2n .iframe-wrap .text {
    width: 100%;
  }

  .episode .content{
    width: 100%;
  }
  .top-line .top-menu {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end; }
    .top-line .top-menu ul {
      display: none; }

  .menu-responsive {
    width: 100%;
    background: #5A293F;
    background-size: cover;
    padding: 0;
    overflow: hidden;
    margin: 0;
    vertical-align: top;
    position: absolute;
    height: auto;
    max-height: 100%;
    right: -100vw;
    top: 0;
    -webkit-transition: all .4s ease;
    transition: all .4s ease; }
    .menu-responsive .wrap {
      padding: 75px 0 65px;
      width: 300px;
      margin: auto; }
    .menu-responsive .close-menu {
      position: absolute;
      top: 20px;
      right: 20px;
      width: 40px;
      height: 40px; }
      .menu-responsive .close-menu img {
        vertical-align: top;
        width: 100%; }
      .menu-responsive .close-menu a {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        width: 40px;
        height: 40px; }
    .menu-responsive .fancybox-close-small {
      display: none; }
    .menu-responsive .btn-wrap {
      text-align: center;
      display: none; }
    .menu-responsive .mob-menu {
      margin-bottom: 34px; }
      .menu-responsive .mob-menu > ul > li {
        margin-bottom: 18px;
        text-align: center; }
        .menu-responsive .mob-menu > ul > li > a {
          font-size: 20px;
          font-style: normal;
          font-weight: 400;
          line-height: 150%;
          color: #fff;
          text-align: center; }
      .menu-responsive .mob-menu > ul li:last-child {
        margin-bottom: 0; }
    .menu-responsive .logo-wrap {
      width: 100px;
      margin: 0 auto 30px; }
      .menu-responsive .logo-wrap img {
        vertical-align: top;
        width: 100%; }

  .is-menu .menu-responsive {
    right: 0; }

  .open-menu {
    display: inline-block;
    margin: 14px 0 0 30px; }
    .open-menu a {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      width: 36px;
      height: 36px; }
      .open-menu a span {
        display: block;
        width: 100%;
        height: 3px;
        background: #fff; }
      .open-menu a span + span {
        margin-top: 6px; }

  .top-line .logo-wrap {
    width: 100px; }

  .top-line {
    padding: 15px 0; }

  footer .right {
    width: calc(100% - 150px); }

  .title-img-text .title-wrap {
    width: 100%;
    margin-bottom: 30px; }

  .title-img-text .text {
    width: calc(100% - 250px);
    padding-left: 50px; }

  .title-img-buy .title-wrap {
    width: 100%; }

  .title-img-buy .text {
    width: calc(100% - 215px); }

  .shop-tabs .tab-content .item {
    margin-right: 0;
    width: calc(50% - 15px); }

  .shop-tabs .tab-item {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; }

  .shop-tabs .tab-content .item figure {
    height: 320px; }

  .author figure {
    width: 180px; }

  .author .text {
    width: calc(100% - 220px); }

  .info-text .img-wrap {
    width: 200px; }

  .info-text .text {
    width: calc(100% - 250px); }

  .blog-banner .right {
    width: 100%;
    margin-top: 30px; }

  .blog-banner .title {
    width: 100%; }

  .blog-tabs .tab-content {
    width: 100%;
    margin-top: 20px; }

  .blog-tabs .item-blog figure {
    height: 220px; }

  .default-page .aside {
    display: none; }

  .page-template-default .default-page .aside{
    display: block;
    margin-top: 30px;
    width: 100%;
    position: relative!important;
    float: inherit;
  }
  .block-2n .iframe-wrap .text {
    min-height: 360px;
  }
	
	.shop-tabs .tabs-menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
		width: 100%;
    margin-bottom: 30px;
}

	.shop-tabs .tabs-menu li{
		margin: 0 5px;
	}
  .default-page .main {
    width: 100%; } }
@media (max-width: 767px) {
  .content-width {
    width: 540px; }
  .block-2n .iframe-wrap .text {
    min-height: 10px;
  }
  .block-2n .item + .item{
    margin-top: 40px;
  }
  .home-banner h1 {
    font-size: 34px; }

  .follow .content-width {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }

  .follow .title {
    margin: 0 0 25px; }

  h2 {
    font-size: 24px; }

  .slider-4n-block h2 {
    margin-bottom: 30px; }
	
	.blog-banner ul{
		justify-content: space-between;
	}
	.blog-banner ul li{
		margin-right:5px
	}
	.blog-banner ul li:last-chield{
		margin-right:0;
	}

  .block-2n h2 {
    margin-bottom: 30px; }

  .block-2n .iframe-wrap {
    margin-bottom: 20px; }

  footer .logo-wrap {
    margin: 0 auto 30px;
    width: 90px; }

  footer .right {
    width: 100%; }

  .footer-menu ul {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
    .footer-menu ul li {
      margin: 0 10px 10px; }

  .soc-list-btn {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }

  .follow-50 .item-follow .wrap .soc li {
    margin-right: 20px; }

  .follow-50 .item-follow .wrap .soc li:last-child {
    margin-right: 0; }

  .block-2n h2 {
    min-height: 51px; }

  .follow-50 .item-follow {
    padding-top: 82px; }

  .title-img-text .text {
    width: 100%;
    padding: 30px 0 0; }

  .episode .title-wrap {
    width: 100%;
    margin-bottom: 30px; }

  .episode .content {
    width: 100%;
    padding: 0; }

  .title-img-buy figure {
    width: 170px; }

  .title-img-buy .text {
    width: calc(100% - 170px); }

  .title-img-buy h1 {
    font-size: 34px; }

  .shop-tabs .tabs-menu {
    width: 100%;
    margin-bottom: 30px; }

  .shop-tabs .tab-content {
    width: 100%;
    padding: 0; }

  .shop-tabs .tab-content .item figure {
    height: 405px; }

  .author .text {
    width: 100%;
    margin-top: 30px; }
    .author .text p {
      text-align: center; }
    .author .text .btn-wrap {
      text-align: center; }

  .author figure {
    margin: auto; }

  .info-text .text {
    width: 100%;
    margin-top: 30px; }

  .info-text .img-wrap {
    margin: auto; }

  .info-text .img-wrap ul li {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }

  .info-text h1 {
    font-size: 34px; }

  .shop-tabs .tabs-menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
    .shop-tabs .tabs-menu li {
      margin: 0 5px; }

  .blog-tabs .item-blog {
    width: calc(50% - 10px);
    margin-bottom: 20px; }

  .blog-tabs .item-blog .text-event .wrap-text {
    width: 100%;
    margin-top: 15px; }

  .blog-tabs .item-blog .text .bottom {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
    .blog-tabs .item-blog .text .bottom p:first-child {
      margin-bottom: 10px;
      width: 100%;
      text-align: center; }

  .blog-tabs .item-blog figure {
    height: 180px; }

  .blog-tabs .item-blog .text-event .wrap {
    display: block; }

  .blog-tabs .item-blog .text-event .date-block {
    float: left;
    margin: 0 15px 5px 0; }

  .blog-tabs .item-blog .text-event .wrap-text {
    margin: 0; }

  .block-2n .item{
    width: 100%;
  }

  .blog-tabs .item-blog .text .wrap {
    min-height: 235px; } }
@media (max-width: 575px) {
  .content-width {
    width: 100%;
    padding: 0 10px; }

  .search-form-wrap .content-width {
    padding: 0 10px; }

  .search-form-wrap .form-search {
    width: calc(100% - 60px); }

  .home-banner .content-width {
    padding-left: 10px;
    padding-right: 10px; }

  .block-2n .item {
    width: 100%; }

  .block-2n .item + .item {
    margin-top: 40px; }

  .block-2n {
    padding: 70px 0; }

  .slider-4-5n-block {
    padding: 70px 0; }

  .nav-wrap {
    right: 10px; }

  .slider-4n-block {
    padding: 70px 0; }

  .soc-list-btn {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
    .soc-list-btn li {
      margin: 0 0 20px; }
    .soc-list-btn li:last-child {
      margin-bottom: 0; }

  .follow-50 .item-follow {
    padding-top: 0; }

  .follow-50 .item-follow .wrap {
    padding: 40px 20px; }

  .block-2n:first-child {
    padding-top: 70px; }

  .episode {
    padding: 70px 0; }

  .episode .content .item {
    width: 100%;
    margin-bottom: 15px; }

  .title-img-buy {
    padding: 20px 0 0; }

  .title-img-buy .text {
    width: 100%;
    padding-top: 30px; }

  .shop-tabs .tab-content .item figure {
    height: 230px;
    width: 150px; }

  .pagination .arrow-right {
    margin-left: 10px; }

  .pagination .arrow-left {
    margin-right: 10px; }

  .title-img-buy .btn-wrap a + a {
    margin-left: 15px; }

  .info-text .btn-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; }
    .info-text .btn-wrap a {
      margin: 0 0 20px;
      width: 100%; }

  .info-text .nice-select {
    width: 100%; }

  .blog-banner {
    padding: 20px 0 0; }

  .blog-banner figure {
    height: 50vw; }

  .blog-banner .text {
    margin: 0;
    padding: 15px 0; }

  .blog-banner h1 {
    font-size: 30px; }

  .blog-banner ul li:first-child {
    
    margin-bottom: 10px; }
    .blog-banner ul li:first-child p {
      width: -webkit-fit-content;
      width: -moz-fit-content;
      width: fit-content; }

  .shop-tabs .tabs-menu li a, .shop-tabs .tabs-menu li {
    font-size: 20px; }

  .shop-tabs {
    padding: 70px 0; }

  .blog-tabs .item-blog {
    width: 100%; }

  .blog-tabs .item-blog .text .wrap {
    min-height: inherit; }

  .author .content {
    padding: 30px; }

  .blog-banner h2 {
    font-size: 22px;
    margin-bottom: 5px; }

  .default-page h6 {
    font-size: 18px;
    margin: 20px 0 20px; }
  .default-page h5 {
    font-size: 19px;
    margin: 20px 0 20px; }
  .default-page h4 {
    font-size: 20px;
    margin: 20px 0 20px; }
  .default-page h3 {
    font-size: 22px;
    margin: 20px 0 20px; }
  .search-results .blog-tabs .item-blog {
    width: 100%!important;
  }
  .block-2n .iframe-wrap{
    padding-top: 20px;
    padding-left: 15px;
    padding-right: 15px;
  }
  .title-img-buy .text{
    padding-left: 0;
  }
  .comment-form{
    width: 100%;
    border-radius: 5px;
    padding: 20px 15px;
  }
  .default-page .commentlist{
    border-radius: 5px;
    padding: 20px 15px;
  }
  .info-text .img-wrap ul li{
    justify-content: flex-start;
  }
  .default-page h1 {
    font-size: 30px; }
  .blog-banner .text .date-block{
    position: relative;
    top: 15px;
    left: 0;
    margin: 0 15px 15px 0;
    float: left;
  }
  .blog-banner .text .date-block{
    position: relative;
    top: 15px;
    left: 0;
    float: left;
    margin: 0 20px 10px 0;
  }
  .default-page .info li:first-child {
    width: 50%;
    margin: 0 0 10px; }
	
	  .default-page .info li:nth-child(2) {
    width: 50%;
		  margin-right: 0;
		  text-align: right;
	}
	.footer-menu ul li a:after{
		bottom: -5px;
	}
    .default-page .info li:first-child p {
      width: -webkit-fit-content;
      width: -moz-fit-content;
      width: fit-content; } }

@media (max-width: 450px){
	.blog-banner ul li:first-child{
		width: calc(100% - 15px);
		margin-bottom: 15px;
	}
}

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