

/* Start:/bitrix/templates/pop-music/components/bitrix/catalog.element/product/style.css?171679949616432*/
.form-result.error {
    color: red;
}

.ui-menu {
    background-color: #fff;
    padding-left: 10px;
}
.ui-menu .ui-menu-item {
    position: relative;
    margin: 0;
    padding: 3px 1em 3px 0.4em;
    cursor: pointer;
    min-height: 0;
    list-style-image: url(data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7);
}

.productfull__reviews_more {
    text-align: center;
}
.js_reviews_list.hide {
    display: none;
}

.productfull__features-i {
    cursor: pointer;
}

.has-video .productfull__bigslider-i img {
    max-height: 350px;
}

@media only screen and (max-width:599px) { 
    .has-video .productfull__bigslider-i img {
        max-height: 300px;
    }
}

.hintbox.hintbox--wait .hintbox__toggle {
    line-height: 14px;
}

.hintbox.hintbox--wait .hintbox__text {
    line-height: 17px;
    left: 0;
    right: auto;
    font-size: 12px;
    width: 330px;
    padding: 7px 18px;
    color: #000;
    font-weight: 500;
    box-shadow: 0 0 16px #00000033;
}

@media screen and (max-width: 480px) {
    .hintbox.hintbox--wait .hintbox__text {
        left: -54px;
        width: 300px;
    }
}

.productfull__notification {
    position: relative;
    padding-left: 25px;
    font-size: 14px;
    line-height: 19px;
    color: #000000;
}

.productfull__notification:before {
    content: '';
    position: absolute;
    width: 15px;
    height: 24px;
    background-image: url(/bitrix/templates/pop-music/images/notice-arrow.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    left: 0;
    top: -2px;
}

.whatsapp {
    margin-top: 100px;
    position: relative;
    background: #f3f3f3;
    padding: 35px 0 25px;
    text-align: center;
}

@media screen and (max-width: 991px) {
    .whatsapp {
        text-align: left !important;
        padding: 35px 0;
        margin: 58px 0;
    }
}

.whatsapp:before {
    content: '';
    position: absolute;
    width: 1000%;
    height: 100%;
    background: #f3f3f3;
    left: 50%;
    top: 0;
    transform: translate(-50%, 0);
    z-index: -1;
}

.whatsapp__title {
    margin-bottom: 10px !important;
    text-align: center !important;
}

.whatsapp__title span:nth-of-type(2) {
    display: block;
    font-weight: 400;
}

.whatsapp__title-img {
    display: none;
}

@media screen and (max-width: 991px) {
    .whatsapp__title {
        text-align: left !important;
    }

    .whatsapp__title {
        display: flex;
        align-items: center;
        font-size: 18px !important;
    }

    .whatsapp__title--wrap{
        flex-wrap: wrap;
    }

    .whatsapp__title-img {
        display: block;
        margin-right: 7px;
    }
}
.whatsapp__form {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 27px;
}

@media screen and (max-width: 991px) {
    .whatsapp__form {
        display: none;
    }
}

.whatsapp__form-input {
    background: #fff;
    border-radius: 6px;
    border: unset;
    font-size: 16px;
    line-height: 20px;
    padding: 20px 16px;
    max-width: 320px;
    width: 100%;
    margin-right: 8px;
    outline: none;
}

.whatsapp__btn {
    margin-left: 0;
    font-size: 16px;
    line-height: 20px;
    padding: 20px 16px;
    border-radius: 6px;
    border: unset;
    max-width: 290px;
    width: 100%;
    color: #fff;
    background: #00bfa5;
    font-weight: bold;
    text-decoration: unset;
    cursor: pointer;
    text-align: center;
}

.whatsapp__btn--mobile {
    display: none;
}

@media screen and (max-width: 991px) {
    .whatsapp__btn--mobile {
        display: block;
        margin: 0;
        margin-top: 18px;
    }
}

.whatsapp__form-thanks {
    display: none;
}

@media screen and (max-width: 991px) {
    .whatsapp__form-thanks {
        display: none !important;
    }
}

.whatsapp__row {
    max-width: 880px;
    width: 100%;
    margin: 42px auto;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 50px;
    text-align: left;
}

@media screen and (max-width: 767px) {
    .whatsapp__row {
        grid-template-columns: repeat(1, 1fr);
        grid-gap: 20px;
        margin: 27px auto;
    }
}
.whatsapp__col {
    display: grid;
    grid-template-columns: 150px 1fr;
    grid-gap: 15px;
    align-items: center;
    font-weight: 300;
    font-size: 16px;
    line-height: 150%;
    letter-spacing: 0;
}

@media screen and (max-width: 991px) {
    .whatsapp__col {
        grid-template-columns: 100px 1fr;
    }
}

@media screen and (max-width: 767px) {
    .whatsapp__col {
        font-size: 14px;
        line-height: 150%;
    }
}

.whatsapp__col-image{
    padding-bottom: 100%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}

.productfull__outstock-title {
    line-height: 125%;
    letter-spacing: 1px;
}

.productfull__outstock-price {
    font-weight: 600;
    font-size: 14px;
    line-height: 19px;
    letter-spacing: 1px;
    color: #646464;
    margin-bottom: 36px;
}

@media screen and (max-width: 991px) {
    .productfull__outstock-price {
        margin-bottom: 22px;
    }
}

.productfull__outstock-text {
    font-weight: 600;
    font-size: 14px;
    line-height: 19px;
    letter-spacing: 1px;
    margin: 22px 0;
}

/* добавление фото */
@media only screen and (min-width: 600px){
    .productfull__thumbslider .swiper-container {
        position: static;
    }
}
@media only screen and (max-width: 599px){
    .productfull__thumbslider {
        display: flex;
        align-items: center;
        gap: 10px;
    }

    .productfull__thumbslider .swiper-container{
        margin: 0;
        max-width: calc(100% - 84px);
        width: fit-content;
        min-width: 79px;
        padding-right: 8px;
        margin-right: -4px;
    }
}
.user-photo-button {
    background: #f4f4f4;
    border-radius: 5px;
    display: block;
    font-weight: 400;
    font-size: 10px;
    line-height: 130%;
    color: #b0b0b0;
    text-align: center;
    text-decoration: unset;
    padding: 36px 4px 13px;
    letter-spacing: 0;
    position: relative;
    margin-top: 6px;
}

@media only screen and (max-width: 599px){
    .user-photo-button{
        width: 62px;
        padding: 29px 4px 7px;  
        margin: 0;     
    }
}

.user-photo-button:before,
.user-photo-button:after {
    content: '';
    position: absolute;
    width: 1px;
    height: 18px;
    background: #b0b0b0;
    top: 13px;
    left: 50%;
    transform: translate(-50%, 0);
}

@media only screen and (max-width: 599px){
    .user-photo-button:before,
    .user-photo-button:after{
        top: 6px;
    }
}

.user-photo-button:after {
    transform: translate(-50%, 0) rotate(90deg);
}

.popup__close.popup__close--new {
    top: 10px;
    right: 10px;
}
.popup__container.popup__container--new {
    letter-spacing: 0;
    padding: 40px;
}
@media screen and (max-width: 575px) {
    .popup__container.popup__container--new {
        padding: 48px 10px 30px;
    }
}
.popup__new-title {
    font-weight: 600;
    font-size: 35px;
    line-height: 126%;
    letter-spacing: 0.1px;
    color: #111111;
    margin-bottom: 20px;
}
@media screen and (max-width: 575px) {
    .popup__new-title {
        font-weight: 700;
        font-size: 18px;
        line-height: 126%;
    }
}
.popup__text {
    margin-bottom: 30px;
    font-weight: 400;
    font-size: 14px;
    line-height: 150%;
}
@media screen and (max-width: 575px) {
    .popup__text {
        margin-bottom: 20px;
    }
}

.popup__text--mb-20 {
    margin-bottom: 20px;
}

.popup__text:last-child{
    margin-bottom: 0;
}

.popup__text p {
    margin-bottom: 10px;
}

.popup__text p:first-child {
    margin-top: 0;
}
.popup__text p:last-child {
    margin-bottom: 0;
}

.user-photo {
    display: block;
    position: relative;
    border-radius: 10px;
    overflow: hidden;
    margin: 0 10px;
    height: 0;
    padding-bottom: 110.62%;
}

.user-photo__image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    position: absolute;
    left: 0;
    top: 0;
}

.user-photo-carousel {
    margin-bottom: 40px;
}

@media only screen and (max-width: 767px) {
    .user-photo-carousel {
        margin-bottom: 20px;
    }
}

.swiper-slide.user-photo-slide {
    width: 226px;
}

.swiper-slide.user-photo-slide:first-child {
    margin-left: 10px;
}

@media only screen and (max-width: 1250px) {
    .swiper-slide.user-photo-slide:first-child {
        margin-left: 0;
    }
}

.user-photo:before,
.user-photo:after {
    content: '';
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 1;
    opacity: 0;
    transition: 0.3s ease;
    pointer-events: none;
}

.user-photo:before {
    width: 100%;
    height: 100%;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2));
}

.user-photo:after {
    width: 70px;
    height: 70px;
    background-color: rgba(245, 245, 245, 0.5);
    background-image: url(/bitrix/templates/pop-music/images/fancy-icon.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 32px;
    border-radius: 100%;
}

@media (any-hover: hover) {
    .user-photo:hover:before,
    .user-photo:hover:after {
        opacity: 1;
    }
}

.btn._medium.user-photo__upload-btn {
    margin-top: 10px;
    border-radius: 5px;
    padding: 0 9px;
    letter-spacing: 0;
}

.btn._medium.popup__new-btn {
    border-radius: 5px;
    min-width: 168px;
    padding: 0 14px;
}

.upload-btn {
    margin-top: 20px;
}

.fileupload {
    display: grid;
    grid-template-columns: 170px 1fr;
    grid-gap: 10px 20px;
}
.fileupload__input {
    display: none;
}
.fileupload__list {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 10px;
    grid-column: 1 / -1;
}
.fileupload__error {
    grid-column-start: 2;
    grid-row-start: 1;
    font-weight: 400;
    font-size: 11px;
    line-height: 150%;
    letter-spacing: 0.03em;
    color: #c43e40;
    display: flex;
    align-items: center;
}
@media screen and (max-width: 575px) {
    .fileupload__error {
        grid-column: 1 / -1;
        grid-row-start: 2;
    }
}
.fileupload__item {
    position: relative;
    padding-right: 16px;
}

.fileupload__item-delete {
    width: 11px;
    height: 11px;
    position: absolute;
    top: 5px;
    right: 0;
    cursor: pointer;
}
.fileupload__item-delete::before,
.fileupload__item-delete::after {
    position: absolute;
    content: '';
    width: 11px;
    height: 1px;
    background-color: #c43e40;
    top: 50%;
    left: 50%;
    -webkit-transition: 0.3s ease;
    -o-transition: 0.3s ease;
    transition: 0.3s ease;
}
.fileupload__item-delete:before {
    -webkit-transform: translate(-50%, -50%) rotate(45deg);
    -ms-transform: translate(-50%, -50%) rotate(45deg);
    transform: translate(-50%, -50%) rotate(45deg);
}
.fileupload__item-delete:after {
    -webkit-transform: translate(-50%, -50%) rotate(-45deg);
    -ms-transform: translate(-50%, -50%) rotate(-45deg);
    transform: translate(-50%, -50%) rotate(-45deg);
}

.fileupload__item-title {
    max-width: 224px;
    text-overflow: ellipsis;
    display: block;
    white-space: nowrap;
    overflow: hidden;
}

.btn._medium.fileupload__button {
    padding: 0 10px;
}

.fileupload__button--max{
    pointer-events: none;
}

.popup__new-btn-hidden {
    display: none !important;
}

.popup__thanks{
    display: none;
}
.popup__thanks--upload{
    padding-bottom: 6px;
}

@media screen and (max-width:575px) {
    .popup__thanks--upload{
        padding-bottom: 50px;
    }
}

.popup__thanks--upload:before {
    content: '';
    position: absolute;
    width: 242px;
    height: 126px;
    background-image: url(/bitrix/templates/pop-music/images/upload-thanks.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    right: 63px;
    bottom: 0px;
    z-index: -1;
}

@media screen and (max-width:575px) {
    .popup__thanks--upload:before{
        width: 180px;
        height: 117px;
        right: 10px;
        bottom: -26px;
    }
}

/* добавление фото конец */

.productfull__thumbslider-i.productfull__video-preview{
    z-index: 3;
}

.productfull__reviews-total-num--new {
    display: flex;
    align-items: center;
    gap: 5px;
    margin-right: 10px;
    min-width: 83px;
    justify-content: flex-end;
}

.productfull__reviews-total-num span {
    color: #111;
    opacity: 0.3;
}

.productfull__reviews-total-num b{
    font-weight: 600;
}

/* product compare */
.page-compare {
    display: flex;
    align-items: flex-start;
    padding: 0 70px;
    position: relative;
}

@media screen and (max-width: 767px) {
    .page-compare {
        display: grid;
        grid-template-columns: repeat(2, 50%);
        padding: 0;
        margin: 0 -15px;
    }
}

.page-compare__side {
    display: grid;
    grid-template-columns: 272px 265px;
    align-items: end;
}

@media screen and (max-width: 1000px) {
    .page-compare__side {
        grid-template-columns: 265px;
    }
}

@media screen and (max-width: 767px) {
    .page-compare__side {
        display: block;
    }
}
.page-compare__main {
    overflow: hidden;
}

.compare-list {
    border-right: 1px solid #F0F0F0;
}

@media screen and (max-width: 1000px) {
    .compare-list--desc {
        display: none;
    }
}

.compare-list__item {
    padding: 13px 25px;
    color: #111;
    font-size: 14px;
    font-weight: 400;
    line-height: normal;
}

@media screen and (max-width: 767px) {
    .compare-list__item {
        padding: 13px 12px;
        font-size: 13px;
    }
}

.compare-list__item:nth-child(even) {
    background: #F7F7F7;
}

.compare-product--main .compare-list__item:nth-child(even) {
    background:rgba(196, 62, 64, 0.10);
}

.compare-product--main .product-card,
.compare-product--main .product-card a,
.compare-product--main .product-card span {
    color: #C43E40;
}

.compare-product .compare-list__item-char {
    display: none;
}

@media screen and (max-width: 1000px) {
    .compare-product .compare-list__item-char {
        display: block;
        color: #999;
        margin-bottom: 6px;
    }
}

.compare-product,
.swiper-slide.compare-product {
    width: 265px;
}

@media screen and (max-width: 767px) {
    .compare-product,
    .swiper-slide.compare-product {
        width: 100%;
    }
}

.page-compare .swiper-arrows {
    visibility: visible;
    display: flex;
}

@media screen and (max-width: 1000px) {
    .page-compare .swiper-arrows._next {
        right: 0;
    }
    .page-compare .swiper-arrows._prev {
        left: 0;
    }
}

@media screen and (max-width: 767px) {
    .page-compare .swiper-arrows {
        display: none;
    }
}

.page-compare__captions {
    display: none;
}

@media screen and (max-width: 767px) {
    .page-compare__captions {
        display: grid;
        grid-template-columns: repeat(2, 50%);
        grid-column: 1 / -1;
        color: #111;
        font-size: 13px;
        font-weight: 400;
        line-height: 123.077%;
        letter-spacing: 0.42px;
        text-align: center;
    }
}

.page-compare__counter {
    margin-bottom: 12px;
}

.page-compare .swiper-pagination {
    position: relative;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 6px;  
}

.page-compare .swiper-pagination-bullet {
    width: 6px;
    height: 6px;
    background-color: #EDEDED;
    opacity: 1;
}

.page-compare .swiper-pagination-bullet-active {
    background-color: #8D8D8D;
}

/* product compare end */
/* End */
/* /bitrix/templates/pop-music/components/bitrix/catalog.element/product/style.css?171679949616432 */
