

/* Start:/bitrix/templates/pop-music/components/bquadro/articles/blog/bitrix/news.detail/.default/style.css?175739908223200*/
.page__content--article .breadcrumbs {
    padding: 0 0 90px 0;
}

.page__row.page__row--article {
    margin: 0 auto;
    width: 1380px;
    max-width: 100%;
}

.page__content--article .page__main {
    padding: 0 23px 0 0;
    width: calc(100% - 322px);
}

.page__content--article .page__rightside {
    width: 322px;
}

@media screen and (max-width: 1200px) {
    .page__row.page__row--article {
        flex-direction: column;
    }

    .page__content--article .page__main {
        width: 100%;
        padding: 0 0 40px 0;
    }
}

.article__banner {
    margin: 0 0 30px 0;
}

@media screen and (max-width: 575px) {
    .article__banner {
        margin: 0 0 20px 0;
    }
}

.banner-article {
    padding: 60px;
    background-color: #F9F9F9;
}

.banner-article__title {
    margin: 0 0 20px 0;
    width: 100%;
    font-weight: bold;
    font-size: 50px;
    line-height: 110%;
    color: #1D1D1D;
}

@media screen and (max-width: 575px) {
    .banner-article {
        padding: 16px;
    }

    .banner-article__title {
        margin: 0 0 8px 0;
        font-size: 36px;
    }
}

.banner-article__date {
    display: flex;
    font-weight: normal;
    font-size: 14px;
    line-height: 150%;
    color: #1D1D1D;
}

.banner-article__counter {
    display: flex;
    align-items: center;
    margin-left: 20px;
}

.article-content {
    font-weight: normal;
    font-size: 14px;
    line-height: 150%;
    color: #1D1D1D;
}

.article-section {
    position: relative;
    margin: 0 0 30px 0;
    padding: 0 125px 0 119px;
}

.article-section.article-section--color-red {
    color: #C43E40;
}

.article-section.article-section--padd-right-none {
    padding: 0 0 0 119px;
}

.article-section.article-section--bg-grey {
    /* overflow: hidden; */
    padding: 30px 125px 30px 119px;
    background-color: #F9F9F9;
}

@media screen and (max-width: 1280px) {
    .article-section {
        padding: 0 0 0 119px;
    }

    .article-section.article-section--bg-grey {
        padding: 30px 30px 30px 119px;
    }

    .article-section.article-section--padd-right-none {
        padding: 0;
    }
}

@media screen and (max-width: 1200px) {
    .article-section {
        padding: 0;
    }

    .article-section.article-section--bg-grey {
        padding: 30px;
    }
}

@media screen and (max-width: 575px) {
    .article-section {
        margin: 0 0 20px 0;
    }

    .article-section.article-section--bg-grey {
        padding: 16px;
    }
}

.textblock .article-section img {
    display: block;
    width: 100%;
    margin: 0 0 30px 0;
}

@media screen and (max-width: 575px) {
    .textblock .article-section img {
        margin: 0 0 20px 0;
    }
}

.textblock .article-section img:last-child {
    margin: 0;
}

.textblock .article-section p {
    margin: 0 0 20px 0;
}

.textblock .article-section p:last-child {
    margin: 0;
}

.textblock .article-section a {
    color: #C43E40;
    text-decoration: underline;
}

.textblock .article-section a:hover {
    color: #1D1D1D;
}

.textblock .article-section h1 {
    margin: 0 0 20px 0;
    font-weight: bold;
    font-size: 50px;
    line-height: 110%;
}

.textblock .article-section h1:last-child {
    margin: 0;
}

.textblock .article-section h2 {
    margin: 0 0 20px 0;
    font-weight: bold;
    font-size: 30px;
    line-height: 110%;
}

.textblock .article-section h2:last-child {
    margin: 0;
}

.textblock .article-section h3 {
    margin: 0 0 20px 0;
    font-weight: 600;
    font-size: 20px;
    line-height: 150%;
}

.textblock .article-section h3:last-child {
    margin: 0;
}

.textblock .article-section h4 {
    margin: 0 0 20px 0;
    font-weight: normal;
    font-size: 14px;
    line-height: 150%;
}

.textblock .article-section h4:last-child {
    margin: 0;
}

.textblock .article-section h5 {
    margin: 0 0 20px 0;
    font-weight: normal;
    font-size: 14px;
    line-height: 150%;
}

.textblock .article-section h5:last-child {
    margin: 0;
}

.textblock .article-section h6 {
    margin: 0 0 20px 0;
    font-weight: normal;
    font-size: 14px;
    line-height: 150%;
}

.textblock .article-section h6:last-child {
    margin: 0;
}

.textblock .article-section {
    display: block;
    width: 100%;
}

@media screen and (max-width: 575px) {
    .textblock .article-section h1 {
        font-size: 36px;
    }

    .textblock .article-section h2 {
        font-size: 24px;
    }

    .textblock .article-section h3 {
        font-size: 16px;
    }
}

.text-large {
    margin: 0 0 30px 0;
    font-weight: 600;
    font-size: 20px;
    line-height: 150%;
}

.text-large:last-child {
    margin: 0;
}

@media screen and (max-width: 575px) {
    .text-large {
        margin: 0 0 20px 0;
        font-size: 16px;
    }
}

.article-flex {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    margin: 0 0 30px 0;
}

.article-flex:last-child {
    margin: 0;
}

.article-flex__left {
    margin: 0 30px 0 0;
    width: calc(45% - 30px);
}

.article-flex--large .article-flex__left {
    margin: 0 30px 0 0;
    width: calc(65% - 30px);
}

.article-flex--large .article-flex__right {
    width: 35%;
}

.article-flex__right {
    width: 55%;
}

@media screen and (max-width: 1200px) {
    .article-flex__left {
        margin: 0 30px 0 0;
        width: calc(50% - 15px);
    }

    .article-flex__right {
        width: calc(50% - 15px);
    }
}

@media screen and (max-width: 767px) {
    .article-flex {
        flex-direction: column;
    }

    .article-flex__left {
        margin: 0 0 30px 0;
        width: 100%;
    }

    .article-flex--large .article-flex__left {
        margin: 0 0 30px 0;
        width: 100%;
    }

    .article-flex--large .article-flex__right {
        width: 100%;
    }

    .article-flex__right {
        width: 100%;
    }
}

@media screen and (max-width: 575px) {
    .article-flex {
        margin: 0 0 20px 0;
    }

    .article-flex__left {
        margin: 0 0 16px 0;
    }

    .article-flex--large .article-flex__left {
        margin: 0 0 16px 0;
    }
}

.article-content__list ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.article-content__list ul li {
    margin: 0 0 16px 0;
}

.article-content__list ul li:last-child {
    margin: 0;
}

.article-content__list.article-content__list--arrow ul li {
    position: relative;
    padding: 0 0 0 44px;
}

.article-content__list.article-content__list--arrow ul li::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 24px;
    height: 24px;
    background-image: url('/bitrix/templates/pop-music/images/article-list-arrow.svg');
    background-repeat: no-repeat;
    background-size: cover;
}

.article-content__list.article-content__list--dot ul li {
    position: relative;
    padding: 0 0 0 44px;
}

.article-content__list.article-content__list--dot ul li::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 24px;
    height: 24px;
    background-image: url('/bitrix/templates/pop-music/images/article-list-dot.svg');
    background-repeat: no-repeat;
    background-size: cover;
}

@media screen and (max-width: 575px) {
    .article-content__list.article-content__list--dot ul li {
        padding: 0 0 0 30px;
    }
}

.textblock .article-section ol {
    list-style-position: inside;
    margin: 0;
    padding: 0;
}

.textblock .article-section ol li {
    margin: 0 0 16px 0;
    font-weight: 600;
    font-size: 14px;
    line-height: 150%;
}

.textblock .article-section ol li:last-child {
    margin: 0;
}

.textblock .article-section ol li p {
    padding: 4px 0 0 0;
    font-weight: normal;
}

.textblock .article-section .article-application h2 {
    margin: 0 0 60px 0;
    font-weight: bold;
    font-size: 30px;
    line-height: 110%;
    color: #000000;
}

@media screen and (max-width: 575px) {
    .textblock .article-section .article-application h2 {
        margin: 0 0 16px 0;
        font-size: 24px;
    }
}

.article-form {
    width: 100%;
    max-width: 440px;
}

.article-application.animation .article-form__input-wrapper {
    transform: translate(0, 0);
    opacity: 1;
}

.article-application.animation .article-form__btn {
    opacity: 1;
    margin: 0 0 0 auto;
    transform: translate(0, 0);
}

.article-application.animation img.article-application__img {
    opacity: 1;
    transform: translate(0, 0);
}

.article-form__input-wrapper {
    margin: 0 0 16px 0;
    transform: translate(-150%, 0);
    opacity: 0;
    transition: .4s ease-in-out;
}

.article-form__input-wrapper:last-child {
    margin: 0;
}

.article-form__input {
    border: 1px solid #BDBDBD;
    border-radius: 6px;
    padding: 10px;
    width: 100%;
    font-family: inherit;
    font-weight: normal;
    font-size: 14px;
    line-height: 150%;
    color: #1D1D1D;
    background-color: #FFFFFF;
}

.article-form__input::placeholder {
    font-family: inherit;
    font-weight: normal;
    font-size: 14px;
    line-height: 150%;
    color: #BDBDBD;
}

.article-form__input:focus-visible {
    outline: none;
}

.article-form__btn {
    display: flex;
    justify-content: center;
    align-items: center;
    border: none;
    border-radius: 6px;
    padding: 13px;
    width: 100%;
    max-width: 285px;
    font-family: inherit;
    font-weight: 800;
    font-size: 14px;
    line-height: 150%;
    color: #F9F9F9;
    background-color: #C43E40;
    cursor: pointer;
    transition: background-color .3s ease-in-out;
    transition: transform .6s ease-in-out;
    opacity: 0;
    transform: translate(-300%, 0);
}

.article-form__btn:hover {
    background-color: #1D1D1D;
}

.article-form__btn:disabled {
    background-color: #EBEBEB;
    pointer-events: none;
}


.article-application img.article-application__img {
    position: absolute;
    right: 30px;
    top: 120px;
    width: 279px;
    height: 138px;
    object-fit: cover;
    transition: .4s ease-in-out;
    transform: translate(-150%, 0);
    opacity: 0;
}

@media screen and (max-width: 1300px) {
    /* .article-application img.article-application__img {
      position: relative;
      right: auto;
      top: auto;
      margin: 0 auto;
    } */
    .article-application img.article-application__img {
        /* right: 30px;
        top: 70px;
        width: 230px;
        height: 230px; */
    }
}

@media screen and (max-width: 1280px) {
    .article-form {
        max-width: 360px;
    }
}

@media screen and (max-width: 1200px) {
    .article-form {
        max-width: 440px;
    }
}

@media screen and (max-width: 991px) {
    .article-form {
        max-width: 280px;
    }
}

@media screen and (max-width: 675px) {
    .article-form {
        max-width: none;
    }
}


@media screen and (max-width: 575px) {
    .article-form__btn {
        width: 100%;
        max-width: none;
    }

    .article-application img.article-application__img {
        width: 100%;
        height: auto;
    }
}

@media screen and (max-width: 675px) {
    .article-application__inner {
        display: flex;
        flex-direction: column;
    }

    .article-application img.article-application__img {
        position: relative;
        right: auto;
        top: auto;
    }

    .article-form {
        margin: 0 0 16px 0;
    }
}

.article-container {
    margin: 0 auto;
    width: 1380px;
    max-width: 100%;
}

.article-share .article__share {
    margin: 0;
}

.article-share .article__comments {
    margin: 0;
}

.article-share {
    display: flex;
    justify-content: space-between;
}

.article-share__left {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 66%;
}

.article-share__right {
    width: 24%;
}

.article-share .vk-widget {
    margin: 0 0 30px 0;
}

@media screen and (max-width: 991px) {
    .article-share {
        flex-direction: column;
    }

    .article-share__left {
        margin: 0 0 30px 0;
        width: 100%;
    }

    .article-share .article__share {
        margin: 0 0 50px 0;
    }

    .article-share__right {
        width: 100%;
    }
}

.article-aside .aside-box__title {
    display: none;
}

@media screen and (max-width: 1200px) {
    .article-aside .aside-box__title {
        display: block;
    }
}

/* @media screen and (min-width: 1199px) {
  .article-aside .aside-products__i {
    margin: 0 0 20px 0;
  }
  
  .article-aside .aside-products__i:last-child {
    margin: 0;
  }
  
  .article-aside .product-card {
    border-radius: 8px;
    background-color: #fff;
    box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.04), 0px 2px 6px rgba(0, 0, 0, 0.04), 0px 0px 1px rgba(0, 0, 0, 0.04);
  }

  .article-aside .aside-products {
    padding: 10px;
    margin: -10px;
  }
} */
@media screen and (min-width: 1199px) {
    .article-aside .aside-products__i {
        transform: translate(0, 100%);
        opacity: 0;
        margin: 0 0 20px 0;
        transition: .3s ease-in-out;
    }

    .article-aside .aside-products__i:last-child {
        margin: 0;
    }

    .article-aside .aside-products__i.animation {
        opacity: 1;
        transform: translate(0, 0);
    }

    .article-aside .product-card__img {
        height: 270px;
    }
}

.article-aside .product-card {
    border-radius: 8px;
    background-color: #fff;
    box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.04), 0px 2px 6px rgba(0, 0, 0, 0.04), 0px 0px 1px rgba(0, 0, 0, 0.04);
}

.article-aside .aside-products {
    padding: 10px;
    margin: -10px;
}

.article-aside .product-card {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 20px;
}

.article-aside .product-card__sale {
    order: 1;
    position: absolute;
    left: 20px;
    top: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 0 0 6px 0;
    margin: 0;
    width: 48px;
    height: 48px;
    background-color: #fff;
}

@media screen and (max-width: 1200px) {
    .article-aside .product-card__sale {
        display: none;
    }
}

.article-aside .product-card__sale span {
    padding: 0;
    background-color: transparent;
    font-weight: 600;
    font-size: 18px;
    line-height: 150%;
    color: #1D1D1D;
}

.article-aside .product-card__price {
    order: 3;
    margin: 0 0 30px 0;
}

.article-aside .product-card__img {
    order: 1;
}

.article-aside .product-card__img a {
    text-align: center;
}

.article-aside .product-card__name {
    order: 2;
    margin: 0 0 15px 0;
    height: auto;
}

.article-aside .product-card__btn {
    order: 4;
    min-height: 47px;
    transition: .3s ease-in-out;
}

.article-aside .product-card__btn:hover .btn._red {
    background-color: #1D1D1D;
}

.article-aside .product-card__btn .btn:hover span {
    transform: translate(300%, 0);
}

.article-aside .product-card__btn .btn {
    padding: 13px 0;
    width: 100%;
    height: 100%;
    font-weight: 800;
    font-size: 14px;
    line-height: 150%;
    color: #FFFFFF;
}

.article-aside .product-card__instock {
    order: 5;
}


@media screen and (max-width: 1200px) {
    .article-aside .aside-products__i {
        display: flex;
        height: auto;
    }

    .article-aside.page__rightside {
        width: 100%;
    }

    .article-aside .aside-box__title {
        text-align: left;
    }

    .article-aside .aside-products__list {
        display: flex;
    }

    .article-aside .aside-products {
        margin: -20px -10px;
        padding: 20px 10px;
    }

    .article-aside .product-card__instock {
        display: none;
    }

    .article-aside .product-card {
        padding: 16px;
        width: 100%;
        background-color: #fff;
    }

    .article-aside .product-card .product-card__btn .btn {
        width: 100%;
    }
}

.article__more.article-more .blog__grid {
    margin: -15px;
}

.article__more.article-more .blog__grid-i {
    width: calc(100% / 4);
    padding: 15px;
    height: auto;
}

.article__more.article-more .blog-item__date {
    margin: 0 0 4px 0;
    font-weight: normal;
    font-size: 14px;
    line-height: 150%;
    color: #1D1D1D;
}

.article__more.article-more .blog__grid-i:nth-child(n+5) {
    display: block;
}

.article__more.article-more .blog__grid-i:nth-child(n+3) {
    display: block;
}

@media screen and (max-width: 1200px) {
    .article__more.article-more .blog__grid-i {
        width: calc(100% / 3);
    }
}

@media screen and (max-width: 767px) {
    .article__more.article-more .blog__grid {
        margin: 0;
    }

    .article__more.article-more .blog__grid-i {
        padding: 0;
    }

    .article__more.article-more .blog__grid-i {
        width: 100%;
        height: auto;
    }

    .article-more .swiper-wrapper {
        flex-wrap: nowrap;
    }

    .article-more .blog-item {
        border: none;
        box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.04), 0px 2px 6px rgba(0, 0, 0, 0.04), 0px 0px 1px rgba(0, 0, 0, 0.04);
        border-radius: 8px;
    }

    .article-more .swiper-container {
        margin: -20px;
        padding: 20px;
    }
}

.article-more__btn {
    margin: 60px auto 0 auto;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid #000000;
    border-radius: 6px;
    padding: 13px 0;
    width: 100%;
    max-width: 177px;
    font-weight: 800;
    font-size: 14px;
    line-height: 150%;
    color: #1D1D1D;
    text-decoration: none;
    transition: .3s ease-in-out
}

.article-more__btn:hover {
    background-color: #1D1D1D;
    color: #fff;
}

@media screen and (max-width: 768px) {
    .article-more__btn {
        margin: 15px auto 0 auto;
    }
}

@media screen and (max-width: 480px) {
    .article-more__btn {
        max-width: none;
    }

    .article-more .article__more-title {
        margin: 0 0 16px 0;
    }
}

@media screen and (max-width: 1200px) {
    .related-products-btn {
        position: fixed;
        bottom: 0;
        left: 0;
        border-radius: 16px 16px 0px 0px;
        padding: 16px;
        width: 100%;
        font-weight: normal;
        font-size: 14px;
        line-height: 150%;
        color: #1D1D1D;
        background-color: #fff;
        text-decoration: none;
        transition: .3s ease-in-out;
        box-shadow: 0px -10px 20px rgba(0, 0, 0, 0.04), 0px 2px 6px rgba(0, 0, 0, 0.04), 0px 0px 1px rgba(0, 0, 0, 0.04);
        z-index: 10;
    }

    .related-products-btn::before {
        content: '';
        position: absolute;
        right: 16px;
        top: 16px;
        width: 24px;
        height: 24px;
        background-image: url('/bitrix/templates/pop-music/images/chevron-up.svg');
        background-repeat: no-repeat;
        background-size: cover;
    }
}

.popup-article .popup__close {
    position: relative;
    right: auto;
    top: auto;
    margin: 0 0 0 auto;
}

.popup-article .popup__container {
    display: inline-flex;
    flex-direction: column;
    margin: 0;
    padding: 20px 0 40px 0;
    width: 100%;
    max-width: 430px;
    height: 95%;
    max-height: 660px;
}

.popup-article__top {
    padding: 0 40px 40px 40px;
}

.popup-article__wrapper {
    display: flex;
    flex-direction: column;
    max-height: 600px;
    height: 100%;
}

.popup-article__inner {
    display: flex;
    flex-direction: column;
    height: auto;
    overflow: hidden;
    margin: 0;
    padding: 0 40px;
}

.popup-article__content {
    height: max-content;
    overflow-y: scroll;
    padding: 0 20px 20px 20px;
}

.popup-article__content::-webkit-scrollbar {
    width: 6px;
    background-color: #f8f6f6;
    border-radius: 3px;
}

.popup-article__content::-webkit-scrollbar-thumb {
    background-color: #c43e40;
    border-radius: 3px;
}

@media screen and (max-width: 575px) {
    .popup-article__top {
        padding: 0 10px 20px 10px;
    }

    .popup-article .popup__container {
        border-radius: 0;
        max-width: none;
        height: 100%;
        max-height: 100%;
    }

    .popup-article .popup__inner {
        padding: 0;
    }

    .popup-article__wrapper {
        max-height: 100%;
    }

    .popup-article__inner {
        padding: 0 10px;
    }

}

.popup-article .product-card {
    display: flex;
    flex-direction: column;
    margin: 0 0 20px 0;
    background-color: #fff;
    box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.04), 0px 2px 6px rgba(0, 0, 0, 0.04), 0px 0px 1px rgba(0, 0, 0, 0.04);
    border-radius: 8px;
}

.popup-article .product-card:last-child {
    margin: 0;
}

.popup-article .product-card .product-card__img {
    order: 1;
}

.popup-article .product-card .product-card__sale {
    display: none;
}

.popup-article .product-card .product-card__price {
    margin: 0 0 30px 0;
    order: 3;
}

.popup-article .product-card .product-card__newprice {
    font-weight: bold;
    font-size: 24px;
    line-height: 150%;
    color: #1D1D1D;
}

.popup-article .product-card .product-card__name {
    order: 2;
    margin: 0 0 15px 0;
    height: auto;
    font-weight: bold;
    font-size: 14px;
    line-height: 150%;
    color: #1D1D1D;
}

.popup-article .product-card .product-card__name::after {
    display: none;
}

.popup-article .product-card .product-card__btn {
    order: 4;
}

.popup-article .product-card .product-card__instock {
    display: none;
}

.article-application__thanks {
    display: none;
    width: 100%;
    max-width: 440px;
}

.article-application__thanks-text {
    display: flex;
    flex-direction: column;
    justify-content: center;
    min-height: 165px;
    font-weight: bold;
    font-size: 25px;
    line-height: 110%;
    color: #000000;
}

@media screen and (max-width: 575px) {
    .article-application__thanks-text {
        font-size: 20px;
    }
}

.article-links {
    margin-bottom: 60px;
}

.article-links__title {
    font-size: 26px;
    line-height: 1.3;
    font-weight: bold;
    margin-bottom: .8em;
}

.article-links__list {
    margin: 0;
    padding: 0;
    list-style: none;
}

.article-links__item {
    position: relative;
    font-weight: 500;
    padding-left: 2em;
    font-size: 16px;
    line-height: 1.3;
}

.article-links__item:not(:last-child) {
    margin-bottom: 0.8em;
}

.article-links__item::before {
    content: '';
    position: absolute;
    width: 1em;
    top: 0.6em;
    left: 0;
    height: 2px;
    background: #c43e40;
}

.article-links__link {
    text-align: left;
    padding: 0;
    font-weight: inherit;
    border: 0;
    cursor: pointer;
    background: transparent;
    display: inline-block;
    -webkit-transition: all .2s ease;
    -o-transition: all .2s ease;
    transition: all .2s ease;
}

.article-links__link:hover {
    color: #c43e40;
}

@media only screen and (max-width: 1400px) {
    .article-links__title {
        font-size: 24px;
    }
}

@media only screen and (max-width: 1000px) {
    .article-links__title {
        font-size: 21px;
    }
}

@media only screen and (max-width: 750px) {
    .article-links__title {
        font-size: 18px;
    }
}

@media only screen and (max-width: 599px) {
    .article-links__title {
        font-size: 16px;
    }

    .article-links__item {
        font-size: 14px;
    }

    .article-links__item::before {
        height: 1px;
    }
}

@media only screen and (max-width: 575px) {
    .article-links {
        margin-bottom: 40px;
    }
}
/* End */
/* /bitrix/templates/pop-music/components/bquadro/articles/blog/bitrix/news.detail/.default/style.css?175739908223200 */
