

/* Start:/local/templates/templ_shop202409/jscss/blog.css?17465462453885*/
.blog-wrap {
  padding-top: 30px;
  padding-bottom: 30px;
}

.blog-wrap_list {
  padding-top: 10px;
}

.blog-main {
  width: 100%;
  float: left;
}

.blog-aside {
  width: 20%;
  float: right;
}

.blog-articles-section {
  padding-bottom: 30px;
  margin-bottom: 20px;
}

.blog-articles-section-wrap {
  overflow: hidden;
}

.blog-articles-list {
  overflow: hidden;
  margin-bottom: 10px;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-content: flex-start;
  align-items: stretch;
}

.blog-article-brief {
  height: auto;
  margin: 0 6px 12px 6px;
  padding: 20px;
  vertical-align: top;
  flex: 1 0 450px;
  background: #fff;
  display: inline-block;
  border-bottom: solid 2px #e6e3e3;
}

.blog-article-brief a {
  text-decoration: none;
}

.blog-article-brief__image {
  width: 100%;
  margin-bottom: 15px;
  position: relative;
  text-align: center;
  display: block;
}

.blog-article-brief__image img {
  max-width: 100%;
  min-height: 100px;
  background: #f3f7fb;
  color: #9a9b9c;
  text-align: left;
  font-size: 14px;
  border-radius: 4px;
  transition: all 0.3s ease-out;
}

.blog-article-brief__text {
  display: block;
  font-size: 15px;
  margin-bottom: 10px;
  line-height: 1.4;
}

.blog-article-brief__date {
  color: #a7a7a7;
  font-size: 12px;
  margin-bottom: 5px;
}

.blog-article-brief__title {
  color: #33424b;
  display: block;
  transition: all 0.2s ease-out;
  font-size: 24px;
  margin-bottom: 20px;
  line-height: 1.2;
  min-height: 56px;
}

.blog-article-brief__title:hover {
  color: var(--nPrimaryColor-900);
}

.blog-article-brief__content {
  line-height: 1.4;
  padding-bottom: 30px;
}

.blog-article {
  width: 100%;
}

.blog-article__info {
  position: relative;
}

.blog-article__date {
  color: #a7a7a7;
  margin-right: 15px;
}

.blog-article__info .blog-article__date {
  display: inline-block;
  margin-bottom: 0;
}

.blog-article p {
  margin-bottom: 25px;
  line-height: 1.4;
}

.blog-article__body p {
  margin-bottom: 0;
}

.blog-article__body img {
  border: 1px solid #fff;
  width: 100%;
  height: auto;
  margin-bottom: 20px;
}

.blog-article-brief__image:hover img {
  opacity: 0.85;
  transform: scale(1.025);
}

.blog-article-detail .blog-main {
  width: 80%;
  background-color: #fff;
  padding: 20px;
  border-radius: 4px;
  margin-bottom: 40px;
  border-bottom: solid 2px #e6e3e3;
}

.blog-article__share {
  width: 100%;
  padding: 70px 0 50px 0;
}

.blog-article .blog-article__share-title {
  width: 100%;
  margin-bottom: 10px;
}

.banner-aside {
  text-align: center;
  margin-bottom: 40px;
}

@media screen and (min-width: 1024px) {
  .blog-wrap {
    animation-fill-mode: both;
    animation-name: fadeIn;
    animation-duration: 1s;
  }
  .blog-article__body img {
    animation-fill-mode: both;
    animation-name: slideUpMini;
    animation-duration: 0.7s;
    animation-delay: 0.3s;
  }
  .blog-article-brief {
    animation-fill-mode: both;
    animation-name: slideUpMini;
    animation-duration: 0.7s;
  }
  .blog-article-brief__image {
    animation-fill-mode: both;
    animation-name: zoomIn;
    animation-duration: 1s;
  }
}
@media screen and (max-width: 1100px) {
  .blog-articles-section {
    padding-left: 0;
    padding-right: 0;
  }
  .blog-aside,
.blog-main,
.blog-article-detail .blog-main {
    width: 100%;
  }
  .blog-aside {
    padding: 0 15px;
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .blog-article-brief {
    width: 100%;
    flex: auto;
  }
  .blog-article-brief__image {
    text-align: center;
  }
  .blog-article__info {
    margin-bottom: 25px;
  }
  .blog-article__info .blog-article__date {
    display: block;
    margin-bottom: 15px;
    padding-left: 5px;
  }
}
@media screen and (max-width: 370px) {
  .blog-article-brief__image {
    float: none;
    width: 100%;
  }
}

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

/* End */


/* Start:/local/templates/templ_shop202409/sections_inc/pagination.css?17326191461070*/
.pag {
    width: 100%;
    margin: 20px 0 0 0;
    text-align: center;
    display: inline-block
}

.pag__list {
    display: inline-block
}

.pag__list-item {
    margin: 0 3px;
    border-bottom: 2px solid #e0e0e0;
    background-color: #fff;
    border-radius: 4px;
    color: #1b232b;
    transition: background-color .2s ease-out, color .2s ease-out;
    display: inline-block
}

.pag__list-item--active, .pag__list-item:hover {
    background: var(--nPrimaryColor-900);
    border-color: var(--nPrimaryColor-900);
    color: #fff
}

.pag__list-item-link,.txt-style a.pag__list-item-link {
    padding: 0 16px;
    line-height: 34px;
    text-decoration: none;
    text-align: center;
    font-size: 16px;
    display: block;
  color: #1b232b;
}

a.pag__list-item-link:hover {
  color: #fff;
}
.pag__list-item--active .pag__list-item-link, .pag__list-item-link:hover {
  color: #fff;
}


@media screen and (max-width: 768px) {
    .pag__list-item--next, .pag__list-item--prev {
        width: 130px
    }

    .pag__list-item--count {
        display: none
    }
}
/* End */


/* Start:/local/templates/templ_shop202409/sections_inc/blog.css?17326180094727*/
.blog-wrap {
    padding-top: 30px;
    padding-bottom: 30px
}

.blog-wrap_list {
    padding-top: 10px
}

.blog-main {
    width: 100%;
/*    float: left*/
}

.blog-main a, .txt-style .blog-main a, .blog-article__body a {
	border-bottom: 0px var(--color-accent) solid;
}

.blog-article__body a,.txt-style .blog-article__body a{
  color: var(--nPrimaryColor-900);
  border-bottom: solid 1px #6a7073;
  border-bottom: solid 0px #355fb5;
  cursor: pointer;
}


.blog-article__body a:hover {
  color: var(--nPrimaryColor-700);
  border-bottom: solid 1px var(--nPrimaryColor-700);
  border-bottom-color: var(--nPrimaryColor-700);
}
.blog-article__body a:hover {
  color: var(--nPrimaryColor-700);
  border-bottom-color: var(--nPrimaryColor-700);
}


.blog-aside {
    width: 20%;
    float: right
}

.blog-articles-section {
    padding-bottom: 30px;
    margin-bottom: 20px
}

.blog-articles-section-wrap {
    overflow: hidden
}

.blog-articles-list {
    overflow: hidden;
    margin-bottom: 10px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-content: flex-start;
    align-items: stretch
}

.blog-article-brief {
    height: auto;
    margin: 0 6px 12px 6px;
    padding: 20px;
    vertical-align: top;
    flex: 1 0 450px;
    background: #fff;
    display: inline-block;
    border-bottom: solid 2px #e6e3e3
}

.blog-article-brief a {
    text-decoration: none
}

.blog-article-brief__image {
    width: 100%;
    margin-bottom: 15px;
    position: relative;
    text-align: center;
    display: block
}

.blog-article-brief__image img {
    max-width: 100%;
    min-height: 100px;
    background: #f3f7fb;
    color: #9a9b9c;
    text-align: left;
    font-size: 14px;
    border-radius: 4px;
    transition: all .3s ease-out
}

.blog-article-brief__text {
    display: block;
    font-size: 15px;
    margin-bottom: 10px;
    line-height: 1.4
}

.blog-article-brief__date {
    color: #a7a7a7;
    font-size: 12px;
    margin-bottom: 5px
}

.blog-article-brief__title {
    color: #33424b;
    display: block;
    transition: all .2s ease-out;
    font-size: 24px;
    margin-bottom: 20px;
    line-height: 1.2;
    min-height: 56px
}

.blog-article-brief__title:hover {
    color: var(--nPrimaryColor-900)
}

.blog-article-brief__content {
    line-height: 1.4;
    padding-bottom: 30px
}

.blog-article {
    width: 100%
}

.blog-article__info {
    position: relative
}

.blog-article__date {
    color: #a7a7a7;
    margin-right: 15px
}

.blog-article__info .blog-article__date {
    display: inline-block;
    margin-bottom: 0
}

.blog-article p {
    margin-bottom: 25px;
    line-height: 1.4
}

.blog-article__body p {
    margin-bottom: 0
}

.blog-article__body img {
    border: 1px solid #fff;
    width: 100%;
    height: auto;
    margin-bottom: 20px
}

.blog-article-brief__image:hover img {
    opacity: .85;
    transform: scale(1.025)
}

.blog-article-detail .blog-main {
    width: 80%;
    background-color: #fff;
    padding: 20px;
    border-radius: 4px;
    margin-bottom: 40px;
    border-bottom: solid 2px #e6e3e3
}

.blog-article__share {
    width: 100%;
    padding: 70px 0 50px 0
}

.blog-article .blog-article__share-title {
    width: 100%;
    margin-bottom: 10px
}

.banner-aside {
    text-align: center;
    margin-bottom: 40px
}

@media screen and (min-width: 1024px) {
    .blog-wrap {
        animation-fill-mode: both;
        animation-name: fadeIn;
        animation-duration: 1s
    }

    .blog-article__body img {
        animation-fill-mode: both;
        animation-name: slideUpMini;
        animation-duration: .7s;
        animation-delay: .3s
    }

    .blog-article-brief {
        animation-fill-mode: both;
        animation-name: slideUpMini;
        animation-duration: .7s
    }

    .blog-article-brief__image {
        animation-fill-mode: both;
        animation-name: zoomIn;
        animation-duration: 1s
    }
}

@media screen and (max-width: 1100px) {
    .blog-articles-section {
        padding-left: 0;
        padding-right: 0
    }

    .blog-article-detail .blog-main, .blog-aside, .blog-main {
        width: 100%
    }

    .blog-aside {
        padding: 0 15px;
        display: none
    }
}

@media screen and (max-width: 768px) {
    .blog-article-brief {
        width: 100%;
        flex: auto
    }

    .blog-article-brief__image {
        text-align: center
    }

    .blog-article__info {
        margin-bottom: 25px
    }

    .blog-article__info .blog-article__date {
        display: block;
        margin-bottom: 15px;
        padding-left: 5px
    }
}

@media screen and (max-width: 370px) {
    .blog-article-brief__image {
        float: none;
        width: 100%
    }
}


/* End */
/* /local/templates/templ_shop202409/jscss/blog.css?17465462453885 */
/* /local/templates/templ_shop202409/sections_inc/pagination.css?17326191461070 */
/* /local/templates/templ_shop202409/sections_inc/blog.css?17326180094727 */
