

/* Start:/blog/css/style.css?17476676199401*/
.is-hidden {
    display: none;
}
.blog {
    font-size: 24px;
}
.blog.blog-detail {
    font-size: 20px;
}
.blog .btn {
    font-size: 24px;
	padding: 9px 30px;
}
.blog-group {
    position: relative;
}
.blog-group_bg::after {
    position: absolute;
    top: 50px;
    bottom: 50px;
    left: 0;
    right: 0;
    background: #F5F5F5;
    z-index: 1;
    content: '';
}
.blog-group_main {
    padding-bottom: 50px;
}
.blog-group_main::after {
    position: absolute;
    top: 50px;
    bottom: 0;
    left: 0;
    right: 0;
    background: #E5DDEB;
    z-index: 1;
    content: '';
}
.blog-group_main .blog-group__content {
    padding-bottom: 30px;
}
.blog-group .container {
    position: relative;
    z-index: 5;
}
.blog-group__row {
    display: flex;
    flex-wrap: wrap;
    margin-left: -15px;
    margin-right: -15px;
}
.blog-group__row_reverse {
    flex-direction: row-reverse;
}
.blog-group__row:not(:first-child) {
    margin-top: 40px;
}
.blog-group__row_bottom {
    align-items: flex-end;
}
.blog-group__col {
    padding-left: 15px;
    padding-right: 15px;
    width: 50%;
    min-width: 50%;
}
.blog-group__content {
    padding: 70px 0;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.blog-group__content p:last-child {
    margin-bottom: 0;
}
.blog-group_bg .blog-group__row:first-child:not(:last-child) .blog-group__content {
    padding-top: 100px;
}
.blog-group__image {
    width: 100%;
}
.blog-group__image img {
    display: block;
}
.blog__main-title {
    font-size: 48px;
    font-weight: 400;
    line-height: 1.4;
}
.blog__title {
    display: block;
    font-size: 34px;
    font-weight: 400;
    line-height: 1.4;
}
.blog__subtitle {
    font-size: 30px;
    font-weight: 400;
    line-height: 1.4;
}
.blog__uppercase {
    text-transform: uppercase;
}
.blog__regular {
    font-weight: 400;
}
.blog__purple {
    color: #592C82;
}
.blog__light-purple {
    color: #9A79B9;
}
.blog-group__list {
    list-style: none;
    padding: 0;
    margin: 20px 0 0;
}
.blog-group__list li {
    padding-left: 45px;
    min-height: 28px;
    position: relative;
}
.blog-group__list li::after {
    content: '';
    position: absolute;
    width: 25px;
    height: 26px;
    left: 0;
    top: 2px;
    background-image: url('/blog/css/img/list-icon.svg');
    background-repeat: no-repeat;
    background-size: 100%;
}
.blog__text {
    padding: 50px 0;
}
.blog-catalog {
    margin-left: -15px;
    margin-right: -15px;
}
.blog-catalog .owl-carousel .owl-stage {
    display: flex;
}
.blog-catalog__item {
    padding: 0 15px 50px;
    height: 100%;
}
.blog-catalog .catalog-item {
	width: 100%;
    height: 100%;
}
.blog-catalog .goods-item-basket {
	bottom: 25px;
	right: 15px;
}
.blog .goods {
    padding: 30px 15px 50px 15px;
}
.blog-news-group {
    margin-left: -15px;
    margin-right: -15px;
}
.blog-news-group .owl-carousel .owl-stage {
    display: flex;
}
.blog-news-group__item {
    padding: 0 15px 50px;
    height: 100%;
}
.blog-news {
    height: 100%;
    display: flex;
    flex-direction: column;
}
.blog-news__image {
    position: relative;
}
.blog-news__image img {
    position: relative;
    z-index: 1;
    display: block;
    width: 100%;
}
.blog-news__time {
    position: absolute;
    font-size: 20px;
    top: auto;
    left: 15px;
    right: 15px;
    bottom: 15px;
    padding-left: 30px;
    font-size: 20px;
    background-image: url('/blog/css/img/time-icon.svg');
    background-repeat: no-repeat;
    background-position: 0 5px;
    z-index: 5;
    min-height: 24px;
}
.blog-news__text {
    flex-grow: 1;
    min-height: 0;
    font-size: 20px;
}
.blog-banner {
    display: block;
}
.blog-banner img {
    display: block;
    max-height: 400px;
    width: auto;
    margin: 0 auto;
}
.blog-expert {
    position: relative;
    padding-top: 30px;
}
.blog-expert::after {
    position: absolute;
    top: 0;
    bottom: 20px;
    left: 0;
    right: 0;
    background: #F5F5F5;
    z-index: 1;
    content: '';
}
.blog-expert.blog-expert__wo_picture::after {
    bottom: 0;
}
.blog-expert .container {
    position: relative;
    z-index: 5;
}
.blog-expert__row {
    display: flex;
    align-items: center;
}
.blog-expert__image {
    width: 167px;
    min-width: 167px;
    margin-right: 40px;
}
.blog-expert__text {
    flex-grow: 1;
    min-width: 0;
    padding: 40px 0;
}
.blog__list {
    list-style: none;
    padding: 0;
    margin: 20px 0 0;
}
.blog__list li {
    padding-left: 65px;
    min-height: 18px;
    position: relative;
}
.blog__list li::after {
    content: '';
    position: absolute;
    width: 16px;
    height: 16px;
    left: 0;
    top: 9px;
    background: #592C82;
}
.blog-menu {
    padding: 70px 0 20px;
    background-image: url('/blog/css/img/menu-bg.jpg');
    background-color: #9A79B9;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50% 50%;
}
.blog-menu__row {
    display: flex;
    margin-left: -10px;
    margin-right: -10px;
    justify-content: space-between;
}
.blog-menu__item {
    padding: 24px 10px 0;
}
.blog-menu__link {
    display: inline-flex;
    align-items: center;
    cursor: pointer;
}
.blog-menu__icon {
    transition: 0.3s;
    width: 75px;
    height: 75px;
    margin-right: 20px;
    background: #D5C6E3;
    color:  #592C82;
    border-radius: 50%;
}
.blog-menu__text {
    transition: 0.3s;
    white-space: nowrap;
}
.blog-menu__link:hover .blog-menu__text {
    color: #592C82;
}
.blog-menu__link:hover .blog-menu__icon {
    background: #592C82;
    color:  #ffffff;
}
.blog-menu__link.is-active .blog-menu__text {
    color: #592C82;
}
.blog-menu__link.is-active .blog-menu__icon {
    background: #592C82;
    color:  #ffffff;
}
.blog-news-group__button {
    padding-bottom: 50px;
}
.blog-news-group__button a {
    text-decoration: underline;
}
.blog-news-group__button a:hover {
    text-decoration: none;
}

@media screen and (max-width: 1199px) {
    .blog-group::after {
        top: 20px;
        bottom: 20px;
    }
    .blog-group__content {
        padding: 40px 0;
    }
    .blog-group_bg .blog-group__row:first-child:not(:last-child) .blog-group__content {
        padding-top: 40px;
    }
    .blog-menu__row {
        flex-wrap: wrap;
    }
    .blog-menu__item {
        width: 50%;
        min-width: 50%;
    }
}
@media screen and (max-width: 991px) {
    .blog-group__col {
        width: 100%;
        min-width: 100%;
    }
    .blog-group__image {
        height: auto;
    }
    .blog-group::after {
        bottom: 0;
        top: 40px;
    }
    .blog-catalog__item {
        padding-bottom: 40px;
    }
    .blog-news-group__item {
        padding-bottom: 40px;
    }
    .blog__text {
        padding: 40px 0;
    }
    .blog-group__row:not(:first-child) {
        margin-top: 0;
    }
    .blog-expert {
        padding-bottom: 30px;
    }
    .blog-expert__text {
        padding: 0;
    }
    .blog-expert::after {
        bottom: 0;
    }
    .blog-expert__row {
        align-items: flex-start;
    }
}

@media screen and (max-width: 767px) {
    .blog-group_bg .blog-group__row:first-child:not(:last-child) .blog-group__content {
        padding-top: 20px;
    }
    .blog-group__content {
        padding-top: 20px;
    }
    .blog-expert__row {
        flex-wrap: wrap;
    }
    .blog-expert__image {
        margin: 0 0 12px;
    }
    .blog-menu__item {
        width: 100%;
        min-width: 100%;
    }
    
}
@media screen and (max-width: 575px) {
    .blog {
        font-size: 18px;
    }
    .blog__title {
        font-size: 30px;
    }
    .blog__title {
        font-size: 24px;
    }
    .blog__subtitle {
        font-size: 26px;
    }
    .blog__main-title {
        font-size: 40px;
    }
    .blog-news__text {
        font-size: 16px;
    }
    .blog-news__time {
        padding-left: 26px;
        font-size: 16px;
        background-image: url('/blog/css/img/time-icon.svg');
        background-position: 0 2px;
    }
    .blog-catalog {
        margin-left: 0;
        margin-right: 0;
    }
    .blog-news-group {
        margin-left: 0;
        margin-right: 0;
    } 
}
.blog__text h3 {
    margin-bottom: 0.5rem;
    font-size: 26px;
    font-weight: 400;
    line-height: 1.4;
    color: #592C82;
}
.blog__text h2 {
    margin-bottom: 0.5rem;
    font-size: 30px;
    font-weight: 400;
    line-height: 1.4;
    text-transform: uppercase;
    color: #592C82;
}
.blog__text a:not(.btn) {
    color: #592C82;
    text-decoration: underline;
}
.blog__text > img {
    display: block;
    max-width: 100%;
}
.blog__text ul {
    list-style: none;
    padding: 0;
    margin: 20px 0 0;
}
.blog__text ul li {
    padding-left: 34px;
    min-height: 18px;
    position: relative;
}
.blog__text ul li::after {
    content: '';
    position: absolute;
    width: 16px;
    height: 16px;
    left: 0;
    top: 5px;
    background: #592C82;
}
.blog-group__row.article-anchors {
    margin-top: 24px;
}
.blog-group + p {
    margin-top: 48px;
}
.blog__text p:last-child {
    margin-bottom: 0;
}
.blog__text .blog-group__row:last-child .blog-group__content {
    padding-bottom: 0;
}
.blog-expert__personal {
    margin-top: 12px;
    font-size: 16px;
}
@media screen and (max-width: 991px) {
    .blog-group__row.article-anchors {
        margin-top: 0;
    }
    .blog-group + p {
        margin-top: 16px;
    }
    .blog-banner {
        margin: 12px 0;
    }
}

/* End */


/* Start:/local/templates/main/layout/bx-styles/subscribe.css?17476676191766*/
.subscribe {
  padding: 40px 0 50px;
  background: url(/local/templates/main/layout/bx-styles/../img/backgrounds/subscribe.webp);
  background-size: cover
}
.subscribe-subtitle {
  margin-top: 30px;
  font-weight: 300
}
.subscribe-form {
  margin-top: 50px
}
.subscribe-form-wrapper {
  display: flex;
  justify-content: center
}
.subscribe-form-wrapper-left,
.subscribe-form-wrapper-right {
  display: flex
}
.subscribe-form-wrapper-left {
  width: 72%
}
.subscribe-form-wrapper-left input:not(:last-child) {
  margin-right: 20px
}
.subscribe-form-wrapper-right {
  width: 26%
}
.subscribe .form-date {
  position: relative;
  width: 100%
}
.subscribe-agree-block {
  margin-top: 30px;
  cursor: pointer
}
.subscribe-agree-block__wrap {
  text-align: center
}
.subscribe-agree-block a {
  text-decoration: underline
}
.subscribe button[type=submit] {
  margin-top: 30px
}
@media (max-width:991px) {
  .subscribe-form-wrapper {
    display: block
  }
  .subscribe-form-wrapper-left,
  .subscribe-form-wrapper-right {
    width: 100%
  }
  .subscribe input {
    width: 100%;
    display: block;
    max-width: none;
    margin-top: 30px
  }
  .subscribe {
    background-position: 30% 50%
  }
  .subscribe-agree-block,
  .subscribe-form {
    margin-top: 0
  }
  .subscribe button[type=submit] {
    margin-top: 20px
  }
  .subscribe input[type=email],
  .subscribe input[type=text] {
    max-width: none
  }
}
@media (max-width:768px) {
  .subscribe-form-wrapper-left,
  .subscribe-form-wrapper-right {
    display: block
  }
}
@media only screen and (-webkit-min-device-pixel-ratio:1.3),
only screen and (min-device-pixel-ratio:1.3),
only screen and (min-resolution:124.8dpi),
only screen and (min-resolution:1.3dppx) {
  .subscribe {
    background-image: url(/local/templates/main/layout/bx-styles/../img/backgrounds/subscribe2x.webp)
  }
}
/* End */
/* /blog/css/style.css?17476676199401 */
/* /local/templates/main/layout/bx-styles/subscribe.css?17476676191766 */
