@keyframes drumstickAnimate {
    0% {
        transform: rotate(2.76deg) translate(0, -3px)
    }

    25% {
        transform: rotate(-10.71deg) translate(0, 12px)
    }

    50% {
        transform: rotate(0deg) translate(0, 12px)
    }

    75% {
        transform: rotate(6.16deg) translate(0, 4px)
    }

    to {
        transform: rotate(6.16deg) translate(0, -3px)
    }
}

@keyframes drumstickAnimateMobile {
    0% {
        transform: rotate(2.76deg) translate(0, -3px)
    }

    25% {
        transform: rotate(-10.71deg) translate(0, 7px)
    }

    50% {
        transform: rotate(0deg) translate(0, 7px)
    }

    75% {
        transform: rotate(6.16deg) translate(0, 4px)
    }

    to {
        transform: rotate(6.16deg) translate(0, -3px)
    }
}

@keyframes drumAnimate {
    0% {
        transform: translate(0, 1px)
    }

    33%,
    66% {
        transform: translate(0, 48%)
    }

    to {
        transform: rotate(2.46deg) translate(0, 1px)
    }
}

@font-face {
    font-display: swap;
    font-family: Manrope;
    src: url(../pop-music/fonts/Manrope-Semibold.eot);
    src: local("Manrope"), url(../pop-music/fonts/Manrope-Semibold.eot?#iefix) format("embedded-opentype"), url(../pop-music/fonts/Manrope-Semibold.woff2) format("woff2"), url(../pop-music/fonts/Manrope-Semibold.woff) format("woff");
    font-weight: 600;
    font-style: normal
}

.complect__result:has(.complect__sum:nth-of-type(2)):not(:has(.complect__sum:nth-of-type(3))) .complect__sum:nth-child(1) {
    color: #c43e40;
}

.complect__result:has(.complect__sum:nth-of-type(2)):not(:has(.complect__sum:nth-of-type(3))) .complect__sum:nth-child(2) {
    text-decoration: line-through;
    font-size: 20px;
    color: #bcbbbb;
    font-weight: 700;
}

.city-approve {
    position: absolute;
    top: 100%;
    left: 0;
    padding: 16px;
    background: #fff;
    -webkit-filter: drop-shadow(0px 0px 32px rgba(35, 35, 35, 0.1)) drop-shadow(0px 4px 16px rgba(35, 35, 35, 0.1));
    filter: drop-shadow(0px 0px 32px rgba(35, 35, 35, 0.1)) drop-shadow(0px 4px 16px rgba(35, 35, 35, 0.1));
    border-radius: 6px;
    width: 246px;
    z-index: 5;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    -webkit-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    transform: translateY(-10px);
    opacity: 0;
    pointer-events: none;
    visibility: hidden;
    -webkit-transition: opacity .35s ease, visibility .35s ease, -webkit-transform .5s ease;
    -o-transition: opacity .35s ease, visibility .35s ease, -o-transform .5s ease;
    transition: opacity .35s ease, visibility .35s ease, -webkit-transform .5s ease;
    -o-transition: transform .5s ease, opacity .35s ease, visibility .35s ease;
    transition: transform .5s ease, opacity .35s ease, visibility .35s ease;
    transition: transform .5s ease, opacity .35s ease, visibility .35s ease, -webkit-transform .5s ease;
}

.city-approve.is-active {
    pointer-events: all;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
    visibility: visible;
}

.city-approve__title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    font-weight: 500;
    font-size: 14px;
    line-height: 1.25;
    letter-spacing: 0.03em;
    text-align: center;
    margin-bottom: 12px;
}

.city-approve__title span {
    font-weight: 700;
    margin-left: 0.3em;
}

.city-approve__btns {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: -4px;
}

.city-approve__btn {
    font-weight: 700;
    font-size: 14px;
    line-height: 1;
    text-align: center;
    letter-spacing: 0.03em;
    color: #FFFFFF;
    text-align: center;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    width: 81px;
    max-width: calc(50% - 8px);
    margin: 4px;
    border-radius: 4px;
    padding: 8px;
    background: #C43E40;
    -webkit-transition: background 0.3s ease;
    -o-transition: background 0.3s ease;
    transition: background 0.3s ease;
}

.city-approve__btn:hover {
    background: #BB022D;
}

.city-dd {
    top: 100%;
    width: 290px;
    -webkit-box-shadow: unset;
    box-shadow: unset;
    -webkit-filter: drop-shadow(0px 0px 32px rgba(35, 35, 35, 0.1)) drop-shadow(0px 4px 16px rgba(35, 35, 35, 0.1));
    filter: drop-shadow(0px 0px 32px rgba(35, 35, 35, 0.1)) drop-shadow(0px 4px 16px rgba(35, 35, 35, 0.1));
    border-radius: 6px;
    padding: 16px;
    pointer-events: none;
}

.city-dd.is-active {
    pointer-events: all;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
    visibility: visible;
}

.city-dd__title {
    font-weight: 700;
    font-size: 14px;
    line-height: 1.25;
    letter-spacing: 0.03em;
    text-align: center;
    margin-bottom: 12px;
}

.city-dd__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: -5px;
}

.city-dd__list li {
    margin: 5px;
}

.city-dd__list li a {
    padding: 8px 12px;
    font-size: 12px;
    line-height: 1.166;
    font-weight: 500;
    letter-spacing: 0.035em;
    border-radius: 32px;
    border: 1px solid #F1F1F1;
}

.city-dd__list li a:hover {
    background: #C43E40;
    color: #fff;
}

.city-dd__list li.is-active a {
    background-image: none;
    background: #C43E40;
    color: #fff;
}

@media only screen and (max-width: 1250px) {
    .city-approve {
        position: fixed;
        display: none;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
        opacity: 1;
        visibility: visible;
        pointer-events: all;
        -webkit-filter: none;
        filter: none;
        background-color: #fff;
        border-radius: 0;
        padding: 7px 15px;
        position: fixed;
        top: 0;
        left: 0;
        width: 100vw;
        z-index: 5;
    }

    .city-approve.is-active {
        display: block;
    }

    .city-approve__inner {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .city-approve__title {
        font-size: 12px;
        text-align: left;
        margin-bottom: 0;
        margin-right: 10px;
    }

    .city-approve__title span {
        margin-left: 0;
        width: 100%;
        display: block;
    }

    .city-approve__btns {
        -ms-flex-negative: 0;
        flex-shrink: 0;
        margin-left: auto;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }

    .city-approve__btn {
        font-size: 12px;
        width: 70px;
        border-radius: 2px;
        padding: 6px;
    }

    .city-dd {
        width: 100%;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
        opacity: 1;
        visibility: visible;
        pointer-events: all;
        -webkit-filter: none;
        filter: none;
        background-color: #f4f4f4;
        padding: 10px;
    }

    .city-dd__title {
        text-align: left;
        font-size: 12px;
    }

    .city-dd__list {
        margin: -4px;
    }

    .city-dd__list li {
        margin: 4px;
    }

    .city-dd__list li a {
        padding: 6px 10px;
        font-size: 12px;
        border-radius: 28px;
    }
}

.fancybox-iframe[src^="https://vk.com"],
.fancybox-iframe[src^="https://rutube.ru"] {
    position: absolute !important;
    top: 50% !important;
    -webkit-transform: translateY(-50%) !important;
    -ms-transform: translateY(-50%) !important;
    transform: translateY(-50%) !important;
    width: 100% !important;
    height: auto !important;
    aspect-ratio: 16/9 !important;
}

.popup__descr {
    font-style: normal;
    font-weight: 300;
    font-size: 16px;
    line-height: 1.4;
    letter-spacing: 0.026em;
    color: #111111;
    opacity: 0.6;
    margin-bottom: 16px;
}

.popup-offer__order-product,
.popup-offer__order-product:hover,
.popup-offer__order-product:focus {
    color: currentColor;
    text-decoration: none;
}

@media only screen and (max-width: 750px) {
    .popup-offer__order-img img {
        max-height: 100px;
    }
}

.mainmenu__list .mainmenu-dd {
    z-index: 4
}

.topline__contact {
    align-items: flex-start
}

.topline__contact-i {
    padding-top: 12px;
    padding-bottom: 16px
}

@media screen and (max-width: 1250px) {
    .topline__contact-i {
        margin-bottom: 26px !important
    }

    .topline {
        z-index: 5;
    }
}

.topline__contact-links {
    font-weight: 300;
    font-size: 12px;
    line-height: 16px;
    color: #111;
    display: flex;
    align-items: center;
    margin-top: 10px
}

@media screen and (max-width: 1250px) {
    .topline__contact-links {
        justify-content: space-between;
        align-items: flex-start
    }
}

.topline__contact-shedule {
    position: relative
}

.topline__contact-shedule-title {
    display: block;
    border-bottom: 1px dashed #111;
    margin-right: 18px;
    transition: .3s;
    cursor: pointer
}

.topline__contact-shedule-title:hover {
    color: #c43e40;
    border-bottom: 1px dashed transparent
}

@media screen and (max-width: 1250px) {
    .topline__contact-shedule-title {
        display: none
    }
}

.topline__contact-shedule-pp {
    position: absolute;
    background: #fff;
    border: 1px solid #e0e0e0;
    border-radius: 7px;
    width: 188px;
    z-index: 9;
    padding: 12px 7px 15px 11px;
    left: 0;
    top: 27px;
    display: none
}

@media screen and (max-width: 1250px) {
    .topline__contact-shedule-pp {
        position: unset;
        background: 0 0;
        border: unset;
        padding: 0;
        width: auto;
        max-width: 167px;
        display: block !important
    }
}

.topline__contact-shedule-pp span {
    font-weight: 300;
    font-size: 12px;
    line-height: 160%;
    display: block
}

@media screen and (max-width: 1250px) {
    .topline__contact-shedule-pp span {
        font-size: 12px;
        line-height: 14px
    }
}

.topline__contact-shop {
    display: block;
    text-decoration: unset;
    position: relative;
    padding-right: 15px;
    color: #111;
    transition: .3s
}

.topline__contact-shop:before {
    content: "";
    position: absolute;
    background-image: url(/bitrix/templates/pop-music/images/header-arrow.svg);
    width: 10px;
    height: 9px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    right: 0;
    top: 50%;
    transform: translate(0, -50%);
    filter: brightness(0);
    transition: .3s
}

@media screen and (max-width: 1250px) {
    .topline__contact-shop:before {
        right: 4px
    }
}

.topline__contact-shop:hover {
    color: #c43e40
}

.topline__contact-shop:hover:before {
    filter: brightness(1)
}

.shop__info.shop-new__info {
    margin: 38px 0 70px
}

@media only screen and (max-width: 991px) {
    .shop__info.shop-new__info {
        margin: 43px 0 45px
    }
}

@media only screen and (min-width: 1600px) {
    .shop-new__info .shop__info-main {
        padding-right: 0;
        width: 43%
    }
}

.shop-new__info .shop__info-time {
    padding-left: 3%;
    line-height: 150%
}

@media only screen and (max-width: 750px) {
    .shop-new__info .shop__info-main {
        padding: 0;
        flex-direction: column
    }

    .shop-new__info .shop__info-contact {
        padding-left: 0;
        width: 100%
    }

    .shop-new__info .shop__info-time {
        padding-left: 0
    }

    .shop-new__info .shop__info-img {
        margin: 0 0 20px
    }
}

.shop-new h2 {
    font-weight: 700;
    font-size: 26px;
    line-height: 160%;
    color: #000;
    margin: 0 0 30px;
    flex: 0 0 100%
}

.mb-40 {
    margin-bottom: 40px
}

@media screen and (max-width: 1199px) {
    .shop-new h2 {
        font-size: 20px;
        line-height: 160%;
        margin-bottom: 20px
    }
}

@media screen and (max-width: 767px) {
    .shop-new h2 {
        font-size: 15px;
        line-height: 160%
    }
}

.shop-new__wrapper {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 70px
}

@media screen and (max-width: 767px) {
    .shop-new__wrapper {
        margin-bottom: 45px
    }
}

.shop-new__col {
    flex: 0 0 48%;
    max-width: 660px;
    margin-right: 4%
}

.shop-new__col:last-child {
    margin-right: 0
}

@media screen and (max-width: 991px) {
    .shop-new__col {
        flex: 0 0 100%;
        margin-right: 0;
        max-width: unset
    }
}

.shop-new__route-tabs {
    display: flex;
    font-weight: 100;
    font-size: 12px;
    line-height: 16px;
    color: #111;
    border-bottom: 4px solid #f8f6f6;
    width: fit-content;
    margin-bottom: 30px
}

@media screen and (max-width: 991px) {
    .shop-new__route-tabs {
        margin-bottom: 20px
    }
}

.shop-new__route-tabs-item {
    display: block;
    padding: 5px 18px 10px;
    position: relative;
    cursor: pointer
}

.shop-new__route-tabs-item--active:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 4px;
    background: #c43e40;
    left: 0;
    bottom: -4px
}

.shop-new__route-fold-item {
    display: none;
    max-height: 381px;
    overflow: auto;
    padding-right: 59px;
    font-size: 14px;
    line-height: 24px;
    color: #000
}

@media screen and (max-width: 991px) {
    .shop-new__route-fold-item {
        max-height: unset;
        padding-right: 0
    }
}

.new-checkout .is-error+.inputbox__error,
.shop-new__route-fold-item--active,
.video-slider__item a {
    display: block
}

.shop-new__route-fold-item p {
    margin-top: 0
}

.shop-new__route-fold-item::-webkit-scrollbar {
    width: 4px
}

.shop-new__route-fold-item::-webkit-scrollbar-track {
    background: #f8f6f6
}

.shop-new__route-fold-item::-webkit-scrollbar-thumb {
    background: #c43e40
}

.shop-new .shop__tour,
.shop-new .video_block {
    width: 100%;
    margin: 0
}

@media screen and (max-width: 991px) {
    .shop-new .shop__tour {
        margin-bottom: 45px
    }
}

.shop-new__about-wrapper {
    max-width: 800px;
    width: 100%
}

@media screen and (max-width: 991px) {
    .shop-new__about-wrapper {
        max-width: unset
    }
}

.shop-new__about {
    position: relative
}

.shop-new__about:before {
    content: "";
    position: absolute;
    background-image: url(/bitrix/templates/pop-music/images/shop-logo.svg);
    width: 515px;
    height: 513px;
    right: 5px;
    top: 72px;
    z-index: -1
}

@media screen and (max-width: 991px) {
    .shop-new__about:before {
        display: none
    }
}

.shop-new .shop__map {
    height: auto;
    margin: 0
}

@media screen and (max-width: 991px) {
    .shop-new .shop__map {
        margin-bottom: 45px
    }
}

.shop-new .shop__map iframe {
    height: 660px
}

@media screen and (max-width: 991px) {
    .shop-new .shop__map iframe {
        height: 422px
    }
}

.shop-new__about-wrapper .textblock {
    font-size: 14px;
    line-height: 24px
}

@media screen and (min-width: 1001px) {
    .category__filter-open.btn._grey.category__filter-fixed-btn {
        display: none !important
    }
}

.category__filter-open.btn._grey.category__filter-fixed-btn {
    display: none;
    position: fixed;
    top: 48px;
    z-index: 9;
    background-color: rgb(41 41 41/75%);
    color: #fff;
    padding: 15px 47px;
    width: 165px;
    border-radius: 50px;
    min-width: unset
}

.category__filter-open.btn._grey.category__filter-fixed-btn svg {
    display: none
}

.category__filter-open.btn._grey.category__filter-fixed-btn.fixed {
    display: flex
}

.is-hidden {
    max-height: 0;
    opacity: 0;
    visibility: hidden;
    margin: 0
}

.video-slider {
    padding: 0;
    position: relative;
    -webkit-transition: opacity .4s ease;
    -o-transition: opacity .4s ease;
    -moz-transition: opacity .4s ease;
    transition: opacity .4s ease
}

@media only screen and (max-width: 767px) {
    .video-slider {
        margin-right: -15px
    }

    .video-slider__item {
        max-width: 260px
    }
}

.video-slider__item img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 10px
}

.swiper-arrows.js-video-carousel-next,
.swiper-arrows.js-video-carousel-prev {
    background-color: #f3f3f3
}

.new-checkout__section {
    margin: 60px 0;
    padding-left: 40px
}

.new-checkout__section:last-child {
    margin-bottom: 0
}

.new-checkout__section:first-child,
.product-caption-text p:first-child {
    margin-top: 0
}

@media screen and (max-width: 767px) {
    .new-checkout__section {
        margin: 50px 0;
        padding-left: 0
    }
}

.grid-list {
    display: grid;
    grid-gap: 30px
}

@media screen and (max-width: 767px) {
    .grid-list {
        grid-gap: 10px
    }
}

.grid-list--two {
    grid-template-columns: repeat(2, 1fr)
}

@media screen and (max-width: 575px) {
    .grid-list--two {
        grid-template-columns: 1fr
    }
}

.grid-list--three {
    grid-template-columns: repeat(3, 1fr)
}

@media screen and (max-width: 991px) {
    .grid-list--three {
        grid-template-columns: repeat(2, 1fr)
    }
}

@media screen and (max-width: 575px) {
    .grid-list--three {
        grid-template-columns: 1fr
    }
}

.new-checkout__row {
    display: grid;
    grid-template-columns: 57% 33%;
    grid-gap: 10%
}

@media screen and (max-width: 1199px) {
    .new-checkout__row {
        grid-template-columns: 65% 30%;
        grid-gap: 5%
    }
}

@media screen and (max-width: 991px) {
    .new-checkout__row {
        grid-template-columns: 1fr;
        grid-gap: 60px
    }
}

.new-checkout__title {
    margin-bottom: 40px;
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: center
}

@media screen and (max-width: 767px) {
    .new-checkout__title {
        padding-left: 40px;
        margin-bottom: 30px
    }
}

.new-checkout__title-name {
    font-weight: 700;
    font-size: 20px;
    line-height: 27px
}

.new-checkout__title-name:not(:last-child) {
    margin-right: 20px
}

.new-checkout__title-link {
    font-weight: 300;
    font-size: 12px;
    line-height: 16px;
    text-decoration-line: underline;
    color: #999
}

.new-checkout__title-img {
    width: 30px;
    height: 30px;
    position: absolute;
    left: -40px;
    object-fit: contain
}

@media screen and (max-width: 767px) {
    .new-checkout__title-img {
        left: 0
    }
}

.new-checkout__subsection {
    margin: 40px 0
}

@media screen and (max-width: 767px) {
    .new-checkout__subsection {
        margin: 30px 0
    }
}

.new-checkout__subsection--mb-30 {
    margin-bottom: 30px
}

@media screen and (max-width: 767px) {
    .new-checkout__subsection--mb-30 {
        margin-bottom: 10px
    }
}

.new-checkout__text {
    margin: 30px 0
}

@media screen and (max-width: 767px) {
    .new-checkout__text {
        margin: 10px 0
    }
}

.new-checkout .inputbox__error {
    display: none
}

.new-checkout .inputbox {
    margin-bottom: 0
}

.new-small-checkbox {
    margin-top: 8px
}

.new-small-checkbox .checkstyled+span {
    font-weight: 300;
    font-size: 12px;
    line-height: 16px
}

.new-checkout .inputbox__label {
    line-height: 22px;
    margin-bottom: 15px
}

.inputbox__label-caption {
    font-size: 12px;
    margin-left: 10px;
    font-weight: 100
}

.order-radio {
    position: relative;
    display: block
}

.order-radio--mb-20 {
    margin-bottom: 20px
}

@media screen and (max-width: 767px) {
    .order-radio--mb-20 {
        margin-bottom: 10px
    }
}

.order-radio__input {
    display: none
}

.order-radio__btn {
    border: 1px solid #e4e2e2;
    background-color: #fff;
    border-radius: 10px;
    padding: 20px 35px 20px 88px;
    display: flex;
    align-items: center;
    min-height: 90px;
    position: relative;
    cursor: pointer;
    transition: .3s ease
}

@media screen and (max-width: 767px) {
    .order-radio__btn {
        padding: 10px 10px 10px 60px;
        min-height: 70px
    }
}

.order-radio__input:checked+.order-radio__btn {
    background: #f8f7f7
}

.order-radio__btn:before {
    content: "";
    position: absolute;
    width: 30px;
    height: 30px;
    border: 1px solid #bababa;
    border-radius: 100%;
    top: 50%;
    transform: translate(0, -50%);
    left: 35px;
    transition: .3s ease
}

@media screen and (max-width: 767px) {
    .order-radio__btn:before {
        left: 15px
    }
}

.order-radio__input:checked+.order-radio__btn:before {
    border-color: #000
}

.order-radio__btn:after {
    content: "";
    position: absolute;
    width: 16px;
    height: 16px;
    background: #111;
    border-radius: 100%;
    top: 50%;
    transform: translate(0, -50%);
    left: 42px;
    opacity: 0;
    transition: .3s ease
}

@media screen and (max-width: 767px) {
    .order-radio__btn:after {
        left: 22px
    }
}

.order-radio__input:checked+.order-radio__btn:after {
    opacity: 1
}

.order-radio__title {
    font-weight: 700;
    font-size: 16px;
    line-height: 22px;
    display: block
}

.order-radio__title:not(:last-child) {
    margin-bottom: 8px
}

.order-radio__caption {
    font-weight: 300;
    font-size: 12px;
    line-height: 16px
}

.new-checkout__items {
    background: #f8f7f7;
    border-radius: 8px;
    padding: 40px;
    margin-bottom: 85px
}

@media screen and (max-width: 991px) {
    .new-checkout__items {
        margin-bottom: 0
    }
}

.new-checkout__items-all {
    font-weight: 700;
    font-size: 18px;
    line-height: 18px;
    margin-bottom: 20px;
    display: block;
    padding: 0 10px
}

.new-checkout__products-item {
    display: block;
    margin-bottom: 15px;
    color: #000;
    line-height: 21px
}

.new-checkout__products-item:last-child {
    margin-bottom: 0
}

.new-checkout__products-item a {
    color: #000
}

.new-checkout__products {
    max-width: 290px;
    width: 100%;
    padding: 0 10px;
    max-height: 300px;
    overflow: auto
}

.new-checkout__result {
    border-top: 1px solid #000;
    margin-top: 22px;
    padding: 22px 10px 0
}

.new-checkout__result-item {
    display: block;
    font-weight: 700;
    font-size: 18px;
    line-height: 18px;
    margin-bottom: 22px
}

.new-checkout__result-final-price {
    font-weight: 700;
    font-size: 26px;
    line-height: 36px;
    margin-top: 30px;
    display: block
}

.input-address-group {
    display: grid;
    grid-gap: 20px;
    grid-template-columns: calc(100% - 455px) repeat(3, 1fr);
    margin: 30px 0
}

@media screen and (max-width: 767px) {
    .input-address-group {
        grid-template-columns: repeat(2, 1fr);
        grid-gap: 20px
    }
}

.new-checkout {
    letter-spacing: 0
}

.pickup-radio {
    position: relative;
    margin-right: 20px
}

.pickup-radio__input {
    display: none
}

.pickup-radio__btn {
    background: #fff;
    border-radius: 23px;
    display: block;
    width: fit-content;
    padding: 10px 15px;
    font-weight: 700;
    font-size: 18px;
    line-height: 18px;
    color: #000;
    transition: .3s ease;
    cursor: pointer
}

.pickup-radio__input:checked+.pickup-radio__btn {
    color: #fff;
    background: #e31e24
}

.new-btn,
.radio-holder {
    display: flex;
    align-items: center
}

.radio-holder {
    flex-wrap: wrap;
    margin-right: -20px
}

.new-btn {
    padding: 20px;
    border: 0;
    justify-content: center;
    width: fit-content;
    text-decoration: none;
    cursor: pointer;
    font-weight: 700;
    font-size: 18px;
    line-height: 25px;
    border-radius: 6px;
    transition: .3s ease
}

.new-btn--red {
    background: #e31e24;
    color: #fff
}

.pvz-btn {
    padding: 12px 14px;
    margin-top: 30px;
    margin-bottom: 10px
}

.inputbox .inputbox__input.inputbox__input--search-icon {
    padding-left: 49px;
    background-image: url(/bitrix/templates/pop-music/images/search-icon.svg);
    background-repeat: no-repeat;
    background-size: 20px;
    background-position: 14px center
}

.new-checkout__col--side {
    display: flex;
    flex-direction: column
}

.makeOrderBtn,
.new-checkout__make-order {
    margin: auto auto 0;
    max-width: 360px;
    width: 100%
}

.new-checkout__toggle {
    display: none
}

@media screen and (max-width: 991px) {
    .new-checkout__products {
        max-width: unset
    }

    .new-checkout__col--fixed {
        max-height: 84vh;
        overflow: auto
    }

    .new-checkout__col--fixed .new-checkout__products {
        max-height: 101px;
        overflow: auto
    }

    .new-checkout__col--side {
        position: relative;
        padding: 30px 15px;
        background: #f8f7f7
    }

    .new-checkout__col--fixed {
        position: fixed;
        bottom: 0;
        width: 100%;
        left: 0;
        box-shadow: 0 -2px 7px rgb(0 0 0/15%);
        border-radius: 8px 8px 0 0;
        padding: 15px 15px 20px;
        display: flex;
        align-items: center;
        justify-content: center;
        flex-wrap: wrap;
        flex-direction: unset;
        z-index: 5
    }

    .makeOrderBtn,
    .new-checkout__make-order {
        margin: 30px auto 0
    }

    .makeOrderBtn,
    .new-checkout__make-order--not-open {
        max-width: 156px;
        font-weight: 700;
        font-size: 14px;
        line-height: 19px;
        padding: 15px;
        margin-top: 0;
        margin-right: 0
    }

    .new-checkout__toggle {
        font-size: 14px;
        line-height: 19px;
        color: #999;
        position: relative;
        padding-right: 18px;
        display: block;
        width: fit-content;
        margin-right: 14px
    }

    .new-checkout__toggle:before {
        content: "";
        position: absolute;
        border-top: 2px solid;
        border-right: 2px solid;
        width: 8px;
        height: 8px;
        right: 1px;
        top: 8px;
        transform: rotate(-45deg);
        transition: .3s ease
    }

    .new-checkout__col--opened .new-checkout__toggle {
        margin: 0 auto 20px
    }

    .new-checkout__col--opened .new-checkout__toggle:before {
        top: 4px;
        transform: rotate(135deg)
    }

    .new-checkout__items {
        display: none;
        width: 100%;
        padding: 0
    }
}

.new-checkout .checkout__fieldset,
.new-checkout__group {
    margin: 30px 0
}

@media screen and (max-width: 575px) {
    .new-checkout__col--side:not(.new-checkout__col--fixed) {
        width: calc(100% + 30px);
        left: -15px
    }
}

.soc-list__i .icon-zen {
    fill: #fff;
    width: 30px;
    height: 30px
}

.soc-share__link .icon-zen {
    fill: #111;
    width: 30px;
    height: 30px
}

.productfull__deliverycost {
    width: -webkit-calc(100% / 3);
    width: -moz-calc(100% / 3);
    width: calc(100% / 3)
}

@media only screen and (max-width: 1400px) {
    .productfull__deliverycost {
        -webkit-box-ordinal-group: 4;
        -webkit-order: 3;
        -moz-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3;
        width: 100%
    }
}

@media only screen and (max-width: 1000px) {
    .productfull__deliverycost {
        margin-top: 35px
    }
}

.productfull__deliverycost-title {
    font-weight: 800;
    font-size: 19px;
    line-height: 125%;
    color: #111;
    margin-bottom: 30px;
    display: block
}

.productfull__deliverycost-line {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
    flex-wrap: wrap
}

@media screen and (max-width: 575px) {
    .productfull__deliverycost-line {
        margin-bottom: 30px
    }
}

.productfull__deliverycost-logo {
    width: 70px
}

@media screen and (max-width: 575px) {
    .productfull__deliverycost-logo {
        width: 100%;
        margin-bottom: 10px
    }
}

.productfull__deliverycost-logo img {
    max-width: 100%;
    width: auto
}

.productfull__deliverycost-caption {
    margin-left: 15px;
    font-size: 12px;
    line-height: 125%;
    color: #111;
    width: 41%
}

@media screen and (max-width: 575px) {
    .productfull__deliverycost-caption {
        width: fit-content;
        margin: 0 20px 0 0;
        max-width: 40%
    }
}

.productfull__deliverycost-caption:nth-child(2) {
    width: 36%
}

@media screen and (max-width: 575px) {
    .productfull__deliverycost-caption:nth-child(2) {
        width: fit-content
    }
}

.productfull__deliverycost-type {
    font-weight: 300
}

@media screen and (max-width: 575px) {
    .productfull__deliverycost-type {
        display: block;
        margin-bottom: 5px
    }
}

.productfull__deliverycost-price {
    font-weight: 700
}

.productfull__deliverycost-days {
    color: #999;
    font-weight: 300
}

.productfull__deliverycost-choose {
    display: flex;
    align-items: center;
    flex-wrap: wrap
}

.productfull__deliverycost-choose-city {
    font-weight: 300;
    font-size: 14px;
    line-height: 125%;
    color: #646464;
    margin-right: 15px;
    margin-bottom: 5px
}

.productfull__deliverycost-choose-btn {
    font-weight: 300;
    font-size: 14px;
    line-height: 125%;
    color: #999;
    text-decoration: unset;
    border: 0;
    background: unset;
    border-bottom: 1px dashed #999;
    padding: 0;
    cursor: pointer;
    margin-bottom: 5px
}

.inputbox__field .bx-sls .dropdown-block {
    border: 1px solid #d0d0d0;
    padding: 8px 15px 13px 50px;
    border-radius: 6px
}

.inputbox__field .bx-sls .dropdown-icon {
    background-image: url(/bitrix/templates/pop-music/images/search-icon.svg);
    top: 50%;
    transform: translate(0, -50%);
    left: 15px;
    width: 20px;
    height: 20px
}

.inputbox__field .bx-sls .bx-ui-sls-clear {
    top: 50%;
    transform: translate(0, -50%)
}

.popup-video__buy .btn._red._incart {
    height: 48px;
    width: 100%
}

.header__result {
    padding: 0 75px 50px;
    display: none;
    z-index: 2;
    background: #fff;
    box-shadow: 0 4px 4px rgb(0 0 0/25%);
    position: absolute;
    width: 100%;
    left: 0;
    overflow-y: auto;
    max-height: 70vh;
    overflow-x: hidden
}

@media screen and (max-width: 1280px) {
    .header__result {
        padding: 0 30px 30px
    }
}

@media screen and (max-width: 767px) {
    .header__result {
        padding: 0 15px 40px;
        max-height: 76vh
    }
}

.header__result--load {
    overflow: hidden
}

.header__result--load:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 106%;
    background: rgba(255, 255, 255, .9);
    z-index: 3;
    left: 0;
    top: 10px
}

@media screen and (max-width: 991px) {
    .header__result--load:before {
        display: none
    }
}

.header__result-info {
    flex-wrap: nowrap;
    display: flex;
    padding-top: 50px
}

@media screen and (max-width: 1280px) {
    .header__result-info {
        padding-top: 30px
    }
}

@media screen and (max-width: 991px) {
    .header__result-info {
        flex-wrap: wrap
    }
}

@media screen and (max-width: 767px) {
    .header__result-info {
        padding-top: 40px;
        gap: 35px;
        flex-direction: column
    }
}

.header__result-items {
    width: 57%
}

@media screen and (max-width: 991px) {
    .header__result-items {
        width: 100%;
        margin-bottom: 35px
    }
}

@media screen and (max-width: 767px) {
    .header__result-items {
        margin-bottom: 0
    }

    .header__result-items .product-card__btn .btn {
        width: auto;
        min-width: 138px
    }
}

.header__result-title {
    display: block;
    font-weight: 700;
    font-size: 18px;
    line-height: 25px;
    margin-bottom: 35px;
    letter-spacing: 0
}

@media screen and (max-width: 767px) {
    .header__result-title {
        margin-bottom: 22px
    }
}

.header__result-title-wrapper {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between
}

@media screen and (max-width: 767px) {
    .header__result-title-wrapper {
        margin-bottom: 22px
    }
}

@media screen and (max-width: 575px) {
    .header__result-title-wrapper {
        display: flex;
        flex-wrap: wrap;
        align-items: flex-start;
        gap: 10px
    }
}

.header__result-title-wrapper .header__result-title {
    margin-bottom: 0
}

.products-grid.products-grid--header {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 30px;
    margin: 23px 0 0
}

.header__result-slider {
    margin-top: 23px
}

@media screen and (max-width: 991px) {
    .swiper-container.header__result-slider {
        max-width: 100vw;
        padding-right: 30px;
        margin-right: -30px
    }
}

.header__result-slider .products-grid__i,
.products-grid.products-grid--header .products-grid__i {
    width: 100%;
    margin: 0
}

@media screen and (max-width: 767px) {
    .header__result-slider .products-grid__i {
        width: 215px
    }
}

.header__result-slider .products-grid__i .product-card,
.products-grid.products-grid--header .product-card {
    padding: 0
}

.header__result-slider .product-card__img img,
.products-grid.products-grid--header .product-card__img img {
    max-width: 100%;
    max-height: 250px
}

.header__result-slider .product-card__img,
.products-grid.products-grid--header .product-card__img {
    height: 250px
}

.header__result-text {
    margin-right: 50px;
    margin-left: auto;
    width: 17%
}

.header__result-text:last-child {
    margin: 0
}

@media screen and (max-width: 991px) {
    .header__result-text {
        width: 45%;
        margin: 0
    }
}

@media screen and (max-width: 767px) {
    .header__result-text {
        margin: 0;
        width: 100%
    }

    .header__result-text:last-child {
        margin: 0
    }
}

.header__result-list {
    margin: 0;
    padding: 0;
    list-style-type: none;
    letter-spacing: 0
}

@media screen and (max-width: 991px) {
    .header__result-list--tag {
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        gap: 10px
    }
}

.header__result-list-item {
    margin-bottom: 15px
}

.header__result-list-item:last-child {
    margin-bottom: 0
}

@media screen and (max-width: 991px) {
    .header__result-list--tag .header__result-list-item {
        margin: 0
    }
}

.header__result-list-link {
    display: block;
    font-weight: 700;
    font-size: 14px;
    line-height: 19px;
    color: #6b6b6b;
    text-decoration: unset
}

.header__result-list-link--tag {
    font-weight: 400
}

.header__result-list-link:hover {
    text-decoration: underline
}

@media screen and (max-width: 991px) {
    .header__result-list--tag .header__result-list-item {
        margin: 0
    }

    .header__result-list-link--tag {
        background: #eee;
        border-radius: 12px;
        padding: 2px 7px
    }
}

.header__result-more {
    font-weight: 300;
    font-size: 12px;
    line-height: 16px;
    color: #111;
    display: block
}

.header__row {
    position: relative
}

.header.is-fixed .header__search.header__search--full-width,
.header__search.header__search--full-width {
    position: absolute;
    width: calc(100% + 50px);
    background: #fff;
    z-index: 4;
    top: 0;
    padding: 25px 25px 0;
    left: 50%;
    transform: translate(-50%, 0);
    margin: 0;
    border: 0;
    box-shadow: 0 4px 4px rgb(0 0 0/25%);
    height: auto
}

@media screen and (max-width: 767px) {
    .header__result {
        box-shadow: unset
    }

    .header.is-fixed .header__search.header__search--full-width,
    .header__search.header__search--full-width {
        position: fixed;
        width: 100%;
        height: 100vh;
        padding: 25px 15px 0
    }
}

.searchform.searchform--pos-unset {
    position: unset
}

.header__search-holder {
    position: relative
}

.header.is-fixed .header__search--full-width .searchform__input,
.header__search--full-width .searchform__input {
    border: 1px solid #dcdbdb;
    border-radius: 30px;
    padding: 18px 80px 18px 35px
}

.header__search--full-width .header__search-top {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start
}

@media screen and (max-width: 991px) {
    .header__search--full-width .header__search-top {
        flex-direction: column-reverse;
        align-items: flex-end
    }
}

.header__search-close {
    font-weight: 300;
    font-size: 12px;
    line-height: 16px;
    color: #111;
    display: none;
    margin-left: 22px;
    cursor: pointer;
    transition: .3s ease
}

@media screen and (max-width: 991px) {
    .header__search-close {
        margin-bottom: 23px
    }
}

.header__result-empty a:hover,
.header__search-close:hover {
    color: #c43e40
}

.header__search--full-width .header__search-holder {
    margin: 0 auto;
    width: 50%
}

@media screen and (max-width: 991px) {
    .header__search--full-width .header__search-holder {
        width: 100%
    }
}

.header__result-empty {
    text-align: center;
    font-weight: 400;
    font-size: 14px;
    line-height: 19px;
    margin: 20px 60px 0 0
}

@media screen and (max-width: 991px) {
    .header__result-empty {
        text-align: left;
        margin: 30px 0 0
    }
}

.header__result-empty p,
.shop-information__text p {
    margin: 0
}

.header__result-empty a {
    color: #999;
    text-decoration: unset
}

.searchform__icon {
    position: absolute;
    width: 70px;
    height: 100%;
    top: 0;
    right: 0;
    display: flex;
    align-items: center;
    justify-content: center
}

.searchform__icon svg {
    transition: .3s ease;
    width: 20px;
    fill: #c43e40
}

.header__search--full-width .searchform__icon--search svg {
    fill: #e4e2e2
}

.searchform__icon--close {
    display: none;
    cursor: pointer
}

.searchform__icon--close svg {
    width: 14px;
    fill: #c43e40
}

.drum-preload {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 220px;
    height: 104px;
    z-index: 4;
    display: none
}

@media screen and (max-width: 767px) {
    .drum-preload {
        width: 110px;
        height: 52px
    }
}

.drum-preload__img {
    position: absolute;
    max-width: 100%
}

.drum-preload__img--animate {
    left: 0;
    top: 0;
    transform: translate(0, 1px);
    animation: drumAnimate .5s ease infinite
}

.drum-preload__img--drumstick {
    right: 4px;
    top: 0;
    transform: rotate(2.76deg) translate(0, -3px);
    z-index: 2;
    max-width: 80%;
    animation: drumstickAnimate .5s ease infinite
}

@media screen and (max-width: 767px) {
    .drum-preload__img--drumstick {
        animation: drumstickAnimateMobile .5s ease infinite
    }
}

.header__result-block {
    min-height: 200px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center
}

@media screen and (max-width: 991px) {
    .header__result--load .header__result-block {
        opacity: .2;
        pointer-events: none
    }
}

.lock-scroll {
    overflow: hidden
}

.productfull__reviews {
    display: flex;
    flex-wrap: wrap;
    gap: 0 40px
}

.productfull__add-review,
.productfull__reviews-list,
.productfull__reviews_more {
    width: 100%
}

.productfull__reviews-info {
    width: 53%
}

@media screen and (max-width: 991px) {
    .productfull__reviews-info {
        width: 100%
    }
}

.productfull__reviews-smart {
    width: 40%;
    margin-bottom: 63px
}

@media screen and (max-width: 991px) {
    .productfull__reviews-smart {
        width: 100%;
        order: -1;
        margin-bottom: 50px
    }
}

.smart-navigator__title {
    font-size: 30px;
    font-weight: 900;
    margin: 0 0 30px
}

@media screen and (max-width: 599px) {
    .smart-navigator__title {
        font-size: 24px;
        margin: 0 0 20px
    }
}

.smart-navigator__list {
    padding: 0;
    margin: 0;
    list-style-type: none
}

.smart-navigator__item {
    margin-bottom: 15px
}

.smart-navigator__item:last-child {
    margin-bottom: 0
}

.markdown-link {
    text-decoration: unset
}

.smart-navigator__link {
    font-weight: 700;
    font-size: 14px;
    line-height: 19px;
    color: #111;
    text-decoration: unset
}

.smart-navigator__link:hover {
    color: #c43e40
}

.markdown-link {
    display: block;
    margin-top: 17px;
    font-weight: 600;
    font-size: 16px;
    line-height: 125%;
    color: #00b33c;
    padding-left: 25px;
    position: relative;
    letter-spacing: 0
}

@media screen and (max-width: 575px) {
    .markdown-link {
        font-size: 14px
    }
}

.markdown-link:before {
    content: "";
    position: absolute;
    width: 15px;
    height: 24px;
    background-image: url(/bitrix/templates/pop-music/images/markdown-image.png);
    background-repeat: no-repeat;
    background-size: contain;
    left: 0;
    top: 50%;
    transform: translate(0, -50%)
}

.mainmenu .mainmenu-dd__list {
    -webkit-column-fill: balance;
    -moz-column-fill: balance;
    column-fill: balance
}

.grid-list--five {
    grid-template-columns: repeat(5, 1fr)
}

@media screen and (max-width: 1199px) {
    .grid-list--five {
        grid-template-columns: repeat(4, 1fr)
    }
}

@media screen and (max-width: 991px) {
    .grid-list--five {
        grid-template-columns: repeat(3, 1fr)
    }
}

@media screen and (max-width: 767px) {
    .grid-list--five {
        grid-template-columns: repeat(2, 1fr)
    }
}

@media screen and (max-width: 575px) {
    .grid-list--five {
        grid-template-columns: repeat(1, 1fr)
    }
}

.grid-list--big-gap {
    grid-gap: 40px
}

@media screen and (max-width: 991px) {
    .grid-list--big-gap {
        grid-gap: 20px
    }
}

.grid-list .category__pagination {
    grid-column: 1/-1;
    margin: 0
}

.museum-item {
    border: 1px solid #e1e1e1;
    border-radius: 20px;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    letter-spacing: 0
}

.museum-item__top {
    padding: 22px;
    position: relative
}

.museum-item__img {
    position: relative;
    padding-bottom: 100%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain
}

.museum-item__label {
    border-radius: 11px;
    font-weight: 600;
    font-size: 13px;
    line-height: 18px;
    letter-spacing: .5px;
    padding: 7px 10px;
    width: fit-content;
    position: absolute;
    top: 22px;
    left: 22px;
    z-index: 1;
    height: 34px
}

.museum-item__label--rare {
    background: #ffc700;
    border: 1px solid #c99d00;
    color: #111
}

.museum-item__label--unique {
    color: #fff;
    background: #ff00d6;
    border: 1px solid #ad0091
}

.museum-item__label--star {
    padding-left: 31px;
    background-image: url(/bitrix/templates/pop-music/images/white-star-icon.svg);
    background-repeat: no-repeat;
    background-size: 15px;
    background-position: 6px center
}

.museum-item__info {
    display: flex;
    flex-direction: column;
    margin: 21px 24px 0;
    padding-bottom: 24px;
    border-bottom: 1px solid #e1e1e1;
    flex: 1 1 auto
}

.museum-item__title {
    font-weight: 900;
    font-size: 14px;
    line-height: 19px;
    color: #111;
    letter-spacing: -.41px;
    margin-top: auto
}

.museum-item__title:not(:last-child) {
    margin-bottom: 8px
}

.museum-item__caption {
    font-weight: 400;
    font-size: 13px;
    line-height: 18px;
    color: #8d8d8d
}

.museum-item__link {
    padding: 24px;
    display: block;
    font-weight: 900;
    font-size: 14px;
    line-height: 19px;
    color: #000;
    text-decoration: unset;
    transition: .3s ease
}

@media (any-hover: hover) {
    .museum-item__link:hover {
        background: #f1f1f1
    }
}

.category-list {
    padding: 0;
    list-style-type: none;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 24px;
    margin: -20px 0 40px
}

@media screen and (max-width: 1000px) {
    .category-list {
        margin-top: 0;
        gap: 15px
    }
}

.category-list__link {
    text-decoration: unset;
    font-weight: 300;
    font-size: 14px;
    line-height: 19px;
    letter-spacing: .025px;
    color: #111
}

@media (any-hover: hover) {
    .category-list__link:hover {
        color: #c43e40
    }
}

.new-section {
    margin: 60px 0
}

.new-section:first-of-type {
    margin-top: 0
}

.new-section:last-child,
.product-caption-text p:last-child {
    margin-bottom: 0
}

.small-container {
    max-width: 980px;
    width: 100%;
    margin: 0 auto;
    position: relative
}

.info-tile {
    background: #f4f4f4;
    border: 1px solid #f1f1f1;
    border-radius: 10px;
    padding: 32px;
    letter-spacing: 0
}

.info-tile:not(:last-child) {
    margin-bottom: 16px
}

.info-tile__title {
    font-weight: 600;
    font-size: 24px;
    line-height: 33px;
    padding-bottom: 22px;
    margin-bottom: 22px;
    position: relative
}

.info-tile__title:before {
    content: "";
    position: absolute;
    width: 50px;
    height: 3px;
    background-color: #e31e24;
    left: 0;
    bottom: 0
}

.product-caption-text {
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    letter-spacing: 0
}

.specifications-table {
    overflow: auto
}

.specifications-table table {
    width: 100%;
    border-collapse: collapse;
    font-size: 14px;
    line-height: 19px
}

.specifications-table td {
    width: 50%;
    background: #f4f4f4;
    padding: 13px 40px;
    letter-spacing: 0;
    vertical-align: top
}

@media screen and (max-width: 575px) {
    .specifications-table td {
        padding: 10px
    }
}

.specifications-table tr:nth-child(odd) td:last-child {
    background: #fff
}

.museum-download {
    display: grid;
    grid-template-columns: repeat(2, 236px);
    gap: 14px
}

@media screen and (max-width: 575px) {
    .museum-download {
        grid-template-columns: 1fr
    }
}

.museum-download__text {
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    color: #111
}

.btn.museum-download__btn {
    height: 48px;
    font-weight: 600;
    font-size: 16px;
    line-height: 20px;
    color: #fff;
    padding: 14px 36px 14px 22px;
    background-image: url(/bitrix/templates/pop-music/images/download-arrow.png);
    background-repeat: no-repeat;
    background-size: 16px;
    background-position: 90% center;
    justify-content: flex-start;
    letter-spacing: -.5px;
    width: 236px
}

.museum-product {
    display: grid;
    grid-gap: 26px;
    grid-template-columns: calc(47% - 26px) 53%;
    align-items: center
}

@media screen and (max-width: 1000px) {
    .museum-product {
        grid-template-columns: 100%
    }
}

.museum-product .museum-item__label {
    position: static
}

.museum-product__list {
    display: grid;
    grid-gap: 14px;
    grid-template-columns: repeat(3, 1fr)
}

@media screen and (max-width: 767px) {
    .museum-product__list {
        grid-template-columns: repeat(2, 1fr)
    }
}

@media screen and (max-width: 575px) {
    .museum-product__list {
        grid-template-columns: 1fr
    }
}

.museum-product__tile {
    background: #f4f4f4;
    border-radius: 10px;
    padding: 16px;
    letter-spacing: 0;
    display: flex;
    flex-direction: column;
    justify-content: center
}

.museum-product__tile-small {
    font-weight: 700;
    font-size: 12px;
    line-height: 16px;
    color: #8d8d8d
}

.museum-product__tile-small:not(:last-child) {
    margin-bottom: 4px
}

.museum-product__tile-caption {
    font-weight: 600;
    font-size: 16px;
    line-height: 22px
}

.museum-product__sliders {
    display: flex;
    flex-direction: row-reverse;
    gap: 20px
}

@media screen and (max-width: 1000px) {
    .museum-product__sliders {
        order: 2
    }
}

@media screen and (max-width: 575px) {
    .museum-product__sliders {
        flex-direction: column;
        align-items: center
    }
}

.museum-product__thumb {
    width: 60px
}

@media screen and (max-width: 575px) {
    .museum-product__thumb {
        width: 100%
    }
}

.museum-product__thumb-slider {
    height: 100%
}

.museum-product__main {
    width: calc(100% - 80px)
}

@media screen and (max-width: 575px) {
    .museum-product__main {
        width: 100%
    }
}

.museum-product__main-slide-link {
    display: block;
    width: 100%;
    height: 0;
    padding-bottom: 100%;
    position: relative
}

.swiper-slide.museum-product__main-slide {
    padding: 32px
}

@media screen and (max-width: 575px) {
    .swiper-slide.museum-product__main-slide {
        padding: 0
    }
}

.museum-product__main-slide-image {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%)
}

.swiper-slide.museum-product__thumb-slide {
    padding: 4px;
    border: 1px solid #dcdcdc;
    border-radius: 5px;
    height: 75px;
    cursor: pointer
}

@media screen and (max-width: 575px) {
    .swiper-slide.museum-product__thumb-slide {
        width: 60px;
        height: 60px
    }
}

.museum-product__thumb-slide.thumb-active {
    border-color: #c43e40
}

.museum-product__main-slide-image,
.museum-product__thumb-slide-image {
    width: 100%;
    height: 100%;
    object-fit: contain
}

.museum-product__text {
    font-weight: 400;
    font-size: 20px;
    line-height: 27px;
    width: 87%
}

@media screen and (max-width: 1000px) {
    .museum-product__text {
        font-size: 16px;
        line-height: 130%;
        width: 100%
    }
}

.museum-product__text p:first-child {
    margin-top: 0
}

.museum-product__text p:last-child {
    margin-bottom: 0
}

.museum-product__about {
    display: grid;
    grid-gap: 40px;
    letter-spacing: 0
}

@media screen and (max-width: 1000px) {
    .museum-product__about {
        order: 1;
        grid-gap: 20px
    }
}

.museum-product__title.page-section__title {
    letter-spacing: .05px;
    margin: 0 0 8px
}

.museum-product__caption {
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    color: #8d8d8d
}

.museum-product__label {
    height: 38px;
    font-size: 16px;
    line-height: 22px;
    margin-bottom: 16px
}

.swiper-slide.museum-video__thumbs-slide {
    width: 134px;
    border: 1px solid #ededed;
    border-radius: 5px;
    position: relative;
    overflow: hidden;
    height: 75px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    cursor: pointer
}

@media screen and (max-width: 575px) {
    .swiper-slide.museum-video__thumbs-slide {
        width: 95px;
        height: 55px
    }
}

.swiper-slide.museum-video__thumbs-slide:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: linear-gradient(0deg, rgba(0, 0, 0, .3), rgba(0, 0, 0, .3));
    z-index: 1
}

.museum-video__thumbs-slide.thumb-active {
    border-color: #c43e40
}

.museum-video__thumbs-slide.thumb-active:before {
    display: none
}

.museum-video__main {
    margin-bottom: 24px
}

.museum-video__main-slide-link {
    display: block;
    width: 100%;
    height: 0;
    padding-bottom: 56.225%;
    position: relative;
    border-radius: 10px;
    overflow: hidden;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover
}

.museum-video__main-slide-link:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: linear-gradient(0deg, rgba(0, 0, 0, .2), rgba(0, 0, 0, .2));
    z-index: 1
}

.museum-video__main-slide-link:after {
    content: "";
    position: absolute;
    width: 100px;
    height: 70px;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    background-image: url(/bitrix/templates/pop-music/images/youtube-btn.svg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    z-index: 2
}

@media screen and (max-width: 575px) {
    .museum-video__main-slide-link:after {
        width: 70px
    }
}

.hintbox.hintbox--wait .hintbox__text {
    z-index: 1
}

.museum-video__thumbs-wrapper {
    justify-content: center
}

.whatsapp {
    margin-top: 60px;
    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: 40px 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-img {
    display: none
}

@media screen and (max-width: 991px) {
    .whatsapp__title {
        text-align: left !important;
        display: flex;
        align-items: center;
        font-size: 18px !important
    }

    .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__btn,
.whatsapp__form-input {
    font-size: 16px;
    line-height: 20px;
    padding: 20px 16px;
    border-radius: 6px;
    border: unset;
    width: 100%
}

.whatsapp__form-input {
    background: #fff;
    max-width: 320px;
    margin-right: 8px;
    outline: 0
}

.whatsapp__btn {
    margin-left: 6px;
    max-width: 290px;
    color: #fff;
    background: #00bfa5;
    font-weight: 700;
    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: 18px 0 0
    }
}

.whatsapp--in-container:before,
.whatsapp__form-thanks {
    display: none
}

@media screen and (max-width: 991px) {
    .whatsapp__form-thanks {
        display: none !important
    }
}

.whatsapp--in-container {
    margin: 0;
    padding: 32px;
    border-radius: 10px
}

.productfull__label {
    position: relative
}

.productfull__label-tip {
    opacity: 0;
    visibility: hidden;
    background: #c43e40;
    border-radius: 6px;
    white-space: nowrap;
    font-weight: 500;
    font-size: 12px;
    line-height: 16px;
    color: #fff;
    position: absolute;
    top: 6px;
    right: 45px;
    padding: 5px 15px;
    letter-spacing: 0;
    transition: .3s ease
}

.productfull__label-tip:before {
    content: "";
    position: absolute;
    width: 10px;
    height: 10px;
    border-style: solid;
    border-width: 12px 10px 0;
    border-color: #c43e40 transparent transparent;
    right: -13px;
    transform: rotate(-90deg);
    top: 7px
}

@media (any-hover: hover) {
    .productfull__label:hover .productfull__label-tip {
        opacity: 1;
        visibility: visible
    }
}

@media screen and (max-width: 991px) {
    .whatsapp__form--all-screen {
        display: flex;
        justify-content: flex-start
    }
}

.shop-information {
    background: #c43e40;
    padding: 30px 30px 30px 25px;
    display: grid;
    grid-template-columns: 90px 1fr;
    grid-gap: 30px;
    font-weight: 400;
    font-size: 16px;
    line-height: 180%;
    color: #fff;
    letter-spacing: 0
}

@media screen and (max-width: 767px) {
    .shop-information {
        font-size: 14px;
        line-height: 180%
    }
}

@media screen and (max-width: 575px) {
    .shop-information {
        padding: 20px 15px;
        grid-template-columns: 1fr;
        grid-gap: 10px
    }
}

.shop-information__icon {
    height: 90px;
    background-image: url(../pop-music/images/shop-information-icon.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain
}

@media screen and (max-width: 575px) {
    .shop-information__icon {
        width: 40px;
        height: 40px
    }
}

.shop-information__text span {
    font-weight: 500;
    font-size: 24px;
    line-height: 180%;
    display: block;
    margin-bottom: 5px
}

@media screen and (max-width: 767px) {
    .shop-information__text span {
        font-size: 18px;
        line-height: 180%
    }
}

.popup__close.popup__close--round-new {
    width: 30px;
    height: 30px;
    padding: 0;
    top: 15px;
    right: 15px;
    display: flex;
    align-items: center;
    justify-content: center
}

.popup__close.popup__close--round-new .icon {
    margin: 0
}

.popup-to-cart__title {
    line-height: 125%;
    letter-spacing: -.013em;
    color: #111
}

.popup__container.popup-to-cart__container {
    padding: 50px
}

@media screen and (max-width: 767px) {
    .popup__container.popup-to-cart__container {
        padding: 50px 12px 35px
    }
}

.popup-to-cart__row {
    display: grid;
    grid-gap: 20px;
    grid-template-columns: 11fr 8fr
}

@media screen and (max-width: 575px) {
    .popup-to-cart__row {
        grid-template-columns: 1fr
    }
}

.popup-to-cart__product {
    display: grid;
    grid-template-columns: 70px 1fr;
    grid-gap: 35px;
    padding-left: 10px
}

@media screen and (max-width: 575px) {
    .popup-to-cart__product {
        grid-gap: 45px;
        padding-left: 0
    }
}

.popup-to-cart__product-info {
    padding-top: 11px
}

.popup-to-cart__product-img {
    height: 70px
}

.popup-to-cart__product-img img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: center;
    display: block
}

.popup-to-cart__product-price {
    font-weight: 700;
    font-size: 18px;
    line-height: 125%;
    letter-spacing: .013em;
    color: #111;
    display: block;
    margin-bottom: 6px
}

.popup-to-cart__link,
.popup-to-cart__product-title {
    font-weight: 300;
    color: #111;
    display: block
}

.popup-to-cart__product-title {
    font-size: 14px;
    line-height: 125%;
    letter-spacing: .019em
}

.popup-to-cart__link {
    font-size: 12px;
    line-height: 15px;
    text-align: center;
    letter-spacing: 0;
    margin: 10px auto 0;
    border-bottom: 1px solid #999;
    width: fit-content;
    cursor: pointer
}

@media screen and (max-width: 575px) {
    .popup-to-cart__link {
        margin-top: 15px
    }
}

.popup-to-cart__slider-section {
    padding-top: 40px;
    margin-top: 40px;
    position: relative
}

@media screen and (max-width: 575px) {
    .popup-to-cart__slider-section {
        padding-top: 30px;
        margin-top: 30px
    }
}

.popup-to-cart__slider-section:before {
    content: "";
    position: absolute;
    width: calc(100% + 100px);
    height: 1px;
    background: #e5e5e5;
    top: 0;
    left: -50px
}

.popup__subtitle {
    margin-bottom: 20px;
    font-size: 20px;
    font-weight: 900;
    line-height: 125%;
    letter-spacing: -.013em;
    color: #111
}

@media only screen and (max-width: 1250px) {
    .popup__subtitle {
        font-size: 18px
    }
}

@media only screen and (max-width: 750px) {
    .popup__subtitle {
        font-size: 16px
    }
}

.to-cart-slider__slide .product-card {
    padding: 0
}

.to-cart-slider__slide .product-card__img {
    height: 150px;
    margin-bottom: 11px
}

.to-cart-slider__slide .product-card__img img {
    width: 100%;
    height: 100%;
    max-width: 100%;
    max-height: 150px;
    display: block
}

.popup-to-cart__slider-section .to-cart-slider__slide .product-card__img img {
    margin: auto;
    width: auto;
    height: auto;
    max-width: 80%;
    max-height: 80%;
}

.to-cart-slider__slide .product-card__newprice {
    font-size: 20px;
    line-height: 125%
}

.to-cart-slider__slide .product-card__name {
    font-weight: 300;
    font-size: 12px;
    line-height: 125%;
    letter-spacing: .013em;
    text-transform: uppercase;
    color: #999;
    margin-bottom: 11px;
    height: 40px
}

.to-cart-slider__slide .product-card__price {
    margin-bottom: 5px
}

.to-cart-slider__slide .product-card__btn .btn {
    padding: 0 24px
}

@media only screen and (max-width: 1000px) {
    .to-cart-slider__slide .product-card__btn .btn {
        width: fit-content
    }
}

.to-cart-slider .swiper-arrows {
    display: inline-flex
}

@media only screen and (max-width: 575px) {
    .to-cart-slider .swiper-arrows {
        display: none
    }
}

.to-cart-slider .swiper-arrows._next {
    right: -35px
}

@media only screen and (max-width: 767px) {
    .to-cart-slider .swiper-arrows._next {
        right: -5px
    }
}

.to-cart-slider .swiper-arrows._prev {
    left: -35px
}

@media only screen and (max-width: 767px) {
    .to-cart-slider .swiper-arrows._prev {
        left: -5px
    }
}

@media only screen and (max-width: 575px) {
    .popup-to-cart__slider {
        width: calc(100% + 12px)
    }

    .swiper-slide.to-cart-slider__slide {
        width: 180px
    }
}

.grid-list--four {
    grid-template-columns: repeat(4, 1fr)
}

@media screen and (max-width: 1190px) {
    .grid-list--four {
        grid-template-columns: repeat(2, 1fr)
    }
}

@media screen and (max-width: 575px) {
    .grid-list--four {
        grid-template-columns: 1fr
    }
}

.grid-list--gap-20 {
    grid-gap: 20px
}

.tool-item {
    display: block;
    border-radius: 10px;
    background: #f4f4f4;
    padding: 30px;
    color: #111;
    text-decoration: unset;
    min-height: 250px;
    background-repeat: no-repeat;
    background-position: bottom right;
    background-size: 180px 170px;
    letter-spacing: 0
}

@media screen and (max-width: 575px) {
    .tool-item {
        min-height: 230px;
        padding-right: 60px
    }
}

@media (any-hover: hover) {
    .tool-item:hover {
        -webkit-transform: scale(.97, .97);
        -moz-transform: scale(.97, .97);
        -ms-transform: scale(.97, .97);
        -o-transform: scale(.97, .97);
        transform: scale(.97, .97)
    }
}

.tool-item__title {
    font-size: 21px;
    font-weight: 700;
    line-height: normal
}

.tool-item__text {
    color: #999;
    font-size: 16px;
    font-weight: 300;
    line-height: 150%
}

.personal-history-links {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-end;
    gap: 20px;
    letter-spacing: -.8px
}

@media only screen and (max-width: 767px) {
    .personal-history-links {
        gap: 5px;
        flex-direction: column;
        align-items: flex-start
    }
}

.personal-history-links h1 {
    margin: 0;
    line-height: 1.1
}

.personal-history-links__link {
    font-size: 18px;
    font-weight: 400;
    line-height: 125%
}

@media only screen and (max-width: 599px) {
    .personal-history-links__link {
        font-size: 14px;
        font-weight: 400;
        line-height: 125%
    }
}

.personal-history-links__link--gray {
    color: #6b6b6b;
    text-decoration: unset;
    margin-left: auto
}

@media only screen and (max-width: 767px) {
    .personal-history-links__link--gray {
        margin-left: 0;
        margin-top: 20px
    }
}

.personal-history-links__link--gray:hover {
    text-decoration: underline
}

@media only screen and (max-width: 1000px) {
    .filter__header {
        z-index: 101;
        position: relative;
        background: #fff
    }

    body.is-filter-open .filter__main {
        padding-top: 64px
    }
}

.productfull__offer--rassrochka .icon-24 {
    width: 24px;
    height: 24px
}

.productfull__flex-links {
    display: flex;
    align-items: initial;
    flex-wrap: wrap;
    gap: 33px
}

@media screen and (max-width: 575px) {
    .productfull__flex-links {
        gap: 20px;
        font-size: 12px;
        letter-spacing: 0
    }
}

.product-card__rate {
    margin: 0 0 16px;
    display: flex;
    flex-wrap: wrap;
    gap: 10px 10px
}

.product-card__rate .rate__star {
    margin: 0 4px 0 0
}

.product-card__rate .rate__star:last-child {
    margin-right: 0
}

.info-text,
.product-card__rate-rating {
    color: #999;
    font-size: 12px;
    font-weight: 300
}

.product-card__rate-rating {
    font-style: normal;
    line-height: 15px;
    letter-spacing: .42px
}

@media screen and (max-width: 575px) {
    .product-card__rate-rating:last-child {
        width: 100%;
        font-size: 12px
    }
}

.info-text {
    display: block;
    line-height: 125%;
    margin-top: 15px;
    max-width: 299px
}

@media screen and (max-width: 599px) {
    .info-text {
        font-size: 12px;
        margin-top: 10px
    }
}

.info-text--slider {
    position: absolute;
    bottom: 0;
    left: 25px;
    width: 100%
}

@media screen and (max-width: 599px) {
    .info-text--slider {
        background: rgba(255, 255, 255, .8);
        padding: 3px 5px;
        left: calc(50% + 28px);
        transform: translate(-50%, 0);
        text-align: right;
        max-width: 238px
    }
}

.articles-slider {
    position: relative
}

.articles-slider .swiper-arrows {
    background-color: #f3f3f3
}

@media only screen and (max-width: 767px) {
    .articles-slider {
        margin-right: -15px
    }

    .articles-slider .swiper-slide {
        max-width: 260px
    }
}

.articles-slider .swiper-slide,
.blog__grid-i.swiper-slide {
    height: auto
}

.productfull__features-list {
    max-width: unset;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 10px
}

.shop-item {
    aspect-ratio: 1/.608;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    border-radius: 10px;
    display: flex;
    align-items: flex-end;
    overflow: hidden
}

.shop-item__title {
    padding: 30px 35px;
    font-size: 21px;
    font-style: normal;
    font-weight: 700;
    line-height: 26.25px;
    letter-spacing: .42px;
    color: #fff;
    background: linear-gradient(0deg, #000 0, transparent 100%);
    width: 100%;
    transition: .3s ease
}

@media (any-hover: hover) {
    .shop-item__title {
        opacity: 0
    }

    .shop-item:hover .shop-item__title {
        opacity: 1
    }
}

.shop-slider {
    padding: 0 70px;
    position: relative
}

@media only screen and (max-width: 1400px) {
    .shop-slider {
        padding: 0 56px
    }
}

@media only screen and (max-width: 1250px) {
    .shop-slider {
        padding: 0
    }

    .shop-slider .swiper-arrows {
        display: flex
    }
}

@media only screen and (max-width: 767px) {
    .shop-slider .swiper-arrows {
        display: none
    }

    .shop-slider {
        margin-right: -15px
    }

    .shop-slider .swiper-slide {
        width: 250px
    }

    .shop-item__title {
        padding: 15px;
        font-size: 18px;
        line-height: 22.25px
    }
}

.contacts-item {
    border-radius: 10px;
    background: #f4f4f4;
    padding: 35px 30px
}

.contacts-item__content,
.contacts-item__title {
    font-style: normal;
    font-weight: 800;
    letter-spacing: .42px
}

.contacts-item__title {
    color: #c43e40;
    font-size: 20px;
    line-height: 24px;
    margin-bottom: 10px
}

.contacts-item__content {
    color: #111;
    font-size: 16px;
    line-height: 170%
}

.contacts-item__content a {
    color: #111;
    text-decoration: unset
}

.contacts-item__content>* {
    display: block
}

.soc-promo._vk._record {
    background: #f1f1f1 url(/bitrix/templates/pop-music/images/record-bg.png) no-repeat right bottom
}

.soc-promo._vk._lab {
    background: #f1f1f1 url(/bitrix/templates/pop-music/images/lab-bg.png) no-repeat right bottom
}

.grid-list .soc-promo._vk {
    background-size: contain
}

.soc-promo._zen {
    background: #f1f1f1
}

.map-tabs {
    display: grid;
    grid-template-columns: 320px 1fr;
    grid-gap: 24px;
    align-items: start
}

@media screen and (max-width: 991px) {
    .map-tabs {
        grid-template-columns: 1fr
    }
}

.map-tabs__list {
    display: grid;
    grid-gap: 10px
}

@media screen and (max-width: 991px) {
    .map-tabs__list {
        display: flex;
        align-items: center;
        gap: 10px;
        overflow: auto;
        white-space: nowrap;
        margin-right: -15px;
        padding-right: 15px
    }
}

.map-tabs__item {
    padding: 20px 24px;
    border-radius: 6px;
    background: #f4f4f4;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 22.5px;
    letter-spacing: .42px;
    color: #111;
    cursor: pointer;
    transition: .3s ease
}

@media screen and (max-width: 991px) {
    .map-tabs__item {
        padding: 15px;
        font-size: 16px;
        white-space: nowrap
    }
}

.map-tabs__item.active {
    color: #c43e40
}

.map-tabs__map {
    height: 560px
}

@media screen and (max-width: 991px) {
    .map-tabs__map {
        height: 400px
    }
}

.page-section .shops__i-img img {
    border-radius: 50px
}

@media only screen and (max-width: 1250px) {
    .topline__delivery-link:not(:last-child) {
        margin-bottom: 5px
    }
}

@media only screen and (min-width: 1251px) {
    .topline__delivery-link:not(:first-child) {
        border-left: 1px solid #e0e0e0;
        height: 61px;
        margin-left: 35px
    }

    .topline .topline__r {
        border: 0
    }
}

.search-results {
    max-width: 1200px;
    width: 100%
}

.search-item {
    border-radius: 10px;
    background: #f3f3f3;
    padding: 24px;
    text-decoration: unset;
    margin-bottom: 15px;
    display: grid;
    grid-template-columns: 1fr 46px;
    grid-gap: 35px;
    align-items: center
}

@media screen and (max-width: 575px) {
    .search-item {
        grid-template-columns: 1fr
    }
}

@media (hover: hover) and (pointer: fine) {
    .search-item:hover .search-item__title {
        color: #c43e40
    }
}

.search-item:last-of-type {
    margin-bottom: 0
}

.search-item__title {
    color: #111;
    font-size: 18px;
    font-weight: 800;
    line-height: 172.222%;
    letter-spacing: .42px;
    margin-bottom: 8px;
    transition: .3s ease
}

.search-item__content {
    color: #6b6b6b;
    font-size: 14px;
    font-style: normal;
    font-weight: 300;
    line-height: 171.429%;
    letter-spacing: .42px
}

.search-item__content b {
    color: #000;
    font-weight: 700
}

.search-item__btn {
    display: flex;
    align-items: center;
    justify-content: center;
    aspect-ratio: 1;
    border-radius: 35px;
    background: rgba(229, 229, 229, .8)
}

@media screen and (max-width: 575px) {
    .search-item__btn {
        display: none
    }
}

.icon.search-item__icon {
    width: 18px;
    height: 12px;
    fill: #111
}

.popup-password .popup__container {
    max-width: 960px;
    padding: 0
}

.popup-password__tab {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex
}

.popup-password__main {
    width: -webkit-calc(100% - 360px);
    width: -moz-calc(100% - 360px);
    width: calc(100% - 360px);
    padding: 50px
}

.popup-password__main-content {
    max-width: 420px;
    margin: 0 auto
}

.popup-password__title {
    font-size: 38px;
    font-weight: 900;
    margin-bottom: 30px
}

.popup-password__form-bottom,
.popup-password__nav {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex
}

.popup-password__form-bottom {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 25px
}

.popup-password__nav {
    background-color: #ebebeb;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -moz-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    width: 360px;
    padding: 50px
}

.popup-password__nav p {
    font-size: 14px;
    font-weight: 400;
    line-height: 1.7;
    margin: 0 0 20px
}

.popup-password__nav-title {
    font-size: 24px;
    font-weight: 900;
    margin-bottom: 7px
}

.popup-password__nav-btn {
    border: 0;
    background-color: #fff;
    color: #111;
    box-shadow: 0 0 10px rgba(0, 0, 0, .05)
}

.popup-password__nav-btn:hover {
    box-shadow: 0 0 20px rgba(0, 0, 0, .1)
}

@media only screen and (max-width: 1000px) {
    .popup-password__title {
        font-size: 26px
    }
}

@media only screen and (max-width: 750px) {

    .popup-password__main,
    .popup-password__nav {
        width: 50%;
        padding: 50px 25px 30px
    }
}

@media only screen and (max-width: 599px) {
    .popup-password__tab {
        display: block
    }

    .popup-password__form-bottom .btn {
        width: 100%
    }

    .popup-password__main {
        width: auto;
        padding: 50px 25px 30px
    }

    .popup-password__nav {
        width: auto;
        padding: 30px 25px
    }

    .popup-password__nav p {
        font-size: 12px
    }
}

.auth-form-page {
    max-width: 550px;
    width: 100%
}

.auth-form-info,
.auth-form-page .checkstyled+span,
.auth-form-password {
    color: #999;
    font-weight: 300;
    letter-spacing: .1px;
    font-size: 14px;
    line-height: 128.571%
}

.auth-form-page .checkstyled+span {
    font-size: 13px;
    line-height: 130%
}

.auth-form-info {
    margin: 40px 0
}

.auth-form-password {
    cursor: pointer
}

.auth-form-info:last-child {
    margin-bottom: 0
}

.auth-form-info p {
    margin: 0
}

.auth-form-info a {
    color: #999;
    text-decoration: underline
}

.auth-form-bottom {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: space-between;
    gap: 15px
}

.iv-embed {
    max-width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.iv-embed .iv-v {
    position: relative
}

.iv-embed .iv-i,
.iv-embed .iv-v {
    width: 100%;
    height: 100% !important
}

.iv-embed .iv-b {
    -ms-flex-negative: 0;
    flex-shrink: 0
}

.visually-hidden {
    position: absolute !important;
    height: 1px;
    width: 1px;
    overflow: hidden;
    clip: rect(1px 1px 1px 1px);
    clip: rect(1px, 1px, 1px, 1px)
}

.productfull__reviews-header .h2 {
    font-size: 30px;
    font-weight: 900;
    margin: 0
}

.productfull__reviews-header .h2 span {
    font-size: 18px;
    font-weight: 400;
    opacity: .35;
    display: inline-block;
    -webkit-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    transform: translateY(-20px)
}

@media only screen and (max-width: 599px) {
    .productfull__reviews-header .h2 {
        font-size: 24px
    }

    .productfull__reviews-header .h2 span {
        font-size: 16px;
        -webkit-transform: translateY(-15px);
        -ms-transform: translateY(-15px);
        transform: translateY(-15px)
    }
}

.people__profile-desc h1 {
    font-size: 48px;
    margin: 0 0 15px
}

@media only screen and (max-width: 1400px) {
    .people__profile-desc h1 {
        font-size: 36px
    }
}

@media only screen and (max-width: 1000px) {
    .people__profile-desc h1 {
        font-size: 28px
    }
}

@media only screen and (max-width: 750px) {
    .people__profile-desc h1 {
        font-size: 22px
    }
}

.footer__sitemap {
    color: #999;
    text-decoration: none
}

.footer__sitemap:hover {
    color: #fff
}

.product-card__newprice--discount {
    font-size: 18px;
    text-decoration: line-through;
}

.product-card__sale-title {
    color: #111;
    display: block;
    font-size: 12px;
    margin-bottom: 5px;
    color: rgba(5, 132, 18, 1);
}

.product-card__sale-title+.product-card__newprice {
    color: rgba(5, 132, 18, 1);
}

.product-card__sale-price {
    display: block;
    font-size: 24px;
    font-weight: 900;
}

@media only screen and (max-width: 1000px) {
    .product-card__newprice--discount {
        font-size: 14px;
    }

    .product-card__sale-title {
        margin-bottom: 4px;
    }

    .product-card__sale-price {
        font-size: 18px;
    }
}

.product-card__img {
    margin-bottom: 14px;
}

.product-card__price {
    position: relative;
    height: 50px;
}


.product-card__price .product-card__sale {
    margin-bottom: 5px;
    margin-left: 5px;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.product-card__sale-title {
    line-height: 18px;
    height: 18px;
}

.madeinru {
    height: 18px;
}

.productfull__imgbox .madeinru {
    position: absolute;
    right: 0;
    bottom: 0;
    height: auto;
    width: 100px;
}

@media only screen and (max-width: 599px) {
    .productfull__imgbox .madeinru {
        width: 75px;
        margin-bottom: 80px;
    }
}


.product-card__name {
    margin-bottom: 8px;
}

@media only screen and (max-width: 1000px) {
    .product-card__img {
        margin-bottom: 5px;
    }

    .product-card__price {
        height: 45px;
    }

    .product-card__sale-title {
        font-size: 12px;
        margin-bottom: 5px;
    }

    .product-card__rate {
        gap: 8px 8px;
        margin-bottom: 10px;
    }
}

/**/
.cart__checkout-sum {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-end;
}

.cart__checkout {
    width: 750px;
}

.cart__checkout-delivery {
    width: 370px;
    margin-left: auto;
    font-family: Manrope, Arial, Helvetica, sans-serif;
    font-size: 14px;
    font-weight: 300;
    line-height: 18.7px;
    letter-spacing: 0.41999998688697815px;
    text-align: left;
}

@media only screen and (max-width: 1000px) {
    .cart__checkout {
        width: -webkit-calc(100% - 370px);
        width: -moz-calc(100% - 370px);
        width: calc(100% - 370px);
    }

    .cart__checkout-delivery {
        width: 100%;
        margin-top: 20px;
    }
}

@media only screen and (max-width: 750px) {
    .cart__checkout {
        width: auto;
    }
}

.page-section__top {
    position: relative;
}

.page-section__top .carousel-nav__more {
    top: auto;
    bottom: 0;
}

.brands-card {
    background: #F7F7F7;
    display: block;
    color: currentColor;
    position: relative;
    margin: 0 25px;
}

.brands-card::after {
    content: '';
    display: block;
    width: 100%;
    padding-bottom: 67.073%;
}

.brands-card img {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -o-object-fit: contain;
    object-fit: contain;
    width: 65.04%;
    height: 60.606%;
    mix-blend-mode: multiply;
    -webkit-transition: opacity 0.3s ease-in-out;
    -o-transition: opacity 0.3s ease-in-out;
    transition: opacity 0.3s ease-in-out;
}

.brands-card:hover img {
    opacity: 0.6;
}

@media only screen and (max-width: 1250px) {
    .brands-card {
        margin: 0 20px;
    }
}

@media only screen and (max-width: 1000px) {
    .brands-card {
        margin: 0 15px;
    }
}

@media only screen and (max-width: 599px) {
    .page-section__top .carousel-nav__more {
        position: static;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
        text-align: center;
        margin-bottom: 20px;
    }

    .brands-card {
        margin: 0 12px;
    }
}

.products-grid__i {
    transition: .3s;
}

@media (any-hover: hover),
(hover: hover) and (pointer: fine) {
    .products-grid__i:hover {
        -webkit-box-shadow: 0 15px 25px 0 rgba(0, 0, 0, .15);
        -moz-box-shadow: 0 15px 25px 0 rgba(0, 0, 0, .15);
        box-shadow: 0 15px 25px 0 rgba(0, 0, 0, .15);
    }
}


.clipboard {
    position: relative;
    padding-left: 50px;
    padding-right: 10px;
    height: 40px;
    border-radius: 5px;
    display: inline-block;
    font-size: 14px;
    line-height: 40px;
    font-weight: 700;
    color: #fff;
    text-decoration: none;
    background-color: #C43E40;
    margin: 15px 0;
}

.product-card__fav {
    position: absolute;
    top: 20px;
    left: 20px;
    z-index: 1;
    cursor: pointer;
}

.product-card__fav--active svg path {
    fill: #c43e40;
}

@media (any-hover: hover),
(hover: hover) and (pointer: fine) {
    .clipboard:hover {
        background-color: #ca5253;
    }
}

.product-card__img {
    position: relative;
    flex-wrap: wrap;
    height: auto !important;
    padding-bottom: 26px;
}

.product-card__img-overlay {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    display: flex;
    flex-wrap: wrap;
}

.product-card__img-overlay-item {
    flex-grow: 1;
}

.product-card__img a {
    position: relative;
    display: block;
    overflow: hidden;
    width: 100%;
}

.product-card__img a:before {
    content: '';
    display: block;
    padding-top: 115%;
}

.product-card__img a img {
    display: block;
    position: absolute;
    inset: 0;
    margin: auto;
    width: auto;
    height: auto;
    max-width: 80%;
    max-height: 80%;
    transform: translateX(100%);
    opacity: 0;
}

.product-card__img a img:first-child {
    transform: translateX(0px);
    opacity: 1;
}

@media not all and (hover: hover) {
    .product-card__img a img {
        transition: .3s;
    }
}

.clipboard svg {
    position: absolute;
    left: 15px;
    top: 10px;
    width: 20px;
}

.product-card__img-dots {
    position: absolute;
    bottom: 0;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    padding-top: 10px;
    padding-bottom: 10px;
}

.product-card__img-dots-item {
    border-radius: 4px;
    background-color: rgba(95, 95, 95, 0.20);
    width: 6px;
    height: 6px;
    margin-left: 4px;
    margin-right: 4px;
    display: none;
}

.product-card__img-dots-item:not(:only-child) {
    display: block;
}

.product-card__img-dots-item--active {
    background-color: #5F5F5F;
}


@media (hover: none) {

    [class*="swiper"] .product-card__img-dots,
    [class*="swiper"] .product-card__img-overlay,
    [class*="swiper"] .product-card__img img {
        display: none !important;
    }

    [class*="swiper"] .product-card__img a img:first-child {
        display: block !important;
        transform: translateX(0px) !important;
        opacity: 1 !important;
    }
}


@media (any-hover: hover),
(hover: hover) and (pointer: fine) {
    .product-card__fav:hover svg path {
        fill: #c43e40;
    }
}

@media only screen and (max-width: 599px) {
    .product-card__fav {
        left: 10px;
        top: 10px;
    }
}

.popup__container .credit-cities__letter {
    width: 50%;
}


.header__cart {
    position: relative;
    z-index: 4;
    text-align: left;
    font-family: Manrope, Arial, Helvetica, sans-serif;
}


.header-cart-popup__main-title {
    margin-bottom: 25px;
    font-size: 20px;
    font-weight: 800;
    line-height: 37.5px;
    letter-spacing: 0.41999998688697815px;
    text-align: left;
}

.header-cart-popup__wrap {
    max-height: calc(100vh - 400px);
    min-height: 200px;
    overflow: auto;
    overscroll-behavior: none;
    scrollbar-color: #C43E40 #fff;
    scrollbar-width: thin;
    padding-right: 5px;
}

.header-cart-popup__item {
    display: flex;
    padding-bottom: 15px;
    margin-bottom: 15px;
    border-bottom: 1px solid #F4F4F4;
    align-items: center;
}

.header-cart-popup__item:last-child {
    border-bottom: none;
}

.header-cart-popup__img {
    width: 60px;
}

.header-cart-popup__img img {
    max-width: 100%;
    max-height: 80px;
    width: auto;
    margin: auto;
    display: block;
}

.header-cart-popup {
    position: absolute;
    right: 0;
    width: 470px;
    top: calc(100% + 12px);
    box-shadow: 0px 4px 20px 0px #0000000D;
    background-color: #fff;
    border-radius: 10px;
    padding: 20px 20px 20px;
    display: none;
    z-index: 99;
}

.header-cart-popup:after {
    content: '';
    left: 0;
    height: 30px;
    top: -30px;
    width: 100%;
    position: absolute;
}

.header-cart-popup:before {
    content: '';
    position: absolute;
    display: block;
    right: 32px;
    bottom: 100%;
    width: 0px;
    height: 0px;
    border-bottom: 10px solid #ffffff;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
}

.header-cart-popup__bottom {
    display: flex;
    align-items: flex-start;
}

.header-cart-popup__info {
    padding-left: 9px;
    width: calc(100% - 60px);
}

.header-cart-popup__title {
    font-size: 14px;
    font-weight: 700;
    line-height: 16px;
    text-align: left;
    margin-bottom: 12px;
}

.header-cart-popup__price-count {
    text-align: left;
    font-size: 12px;
    font-weight: 300;
    line-height: 15px;
    letter-spacing: 0.41999998688697815px;
    color: #999999;
    margin-bottom: 8px;

}

.header-cart-popup__count .qty-box._big .qty-box__action {
    width: 21px;
    height: 21px;
    font-size: 12px;
    line-height: 21px;
}

.header-cart-popup__count .qty-box._big .qty-box__action.js-qty-minus {
    border-radius: 3px 0 0 3px;
}

.header-cart-popup__count .qty-box._big .qty-box__action.js-qty-plus {
    border-radius: 0 3px 3px 0;
}

.header-cart-popup__count .qty-box._big .qty-box__input {
    width: 21px;
    height: 21px;
    font-size: 12px;
    line-height: 21px;
}

.header-cart-popup__cost {

    font-size: 16px;
    font-weight: 800;
    line-height: 1;
    letter-spacing: 0.41999998688697815px;
    text-align: left;
    margin-left: auto;
}

.header-cart-popup__del {
    width: 13px;
    height: 14px;
    background-image: url("/bitrix/templates/pop-music/images/trash.svg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    margin-left: 55px;
    cursor: pointer;
}

.header-cart-popup__total {
    display: flex;
    padding-top: 10px;
}

.header-cart-popup__total .btn {
    margin-left: auto;
    height: 48px;
}

.header-cart-popup-total__oldprice {
    font-size: 14px;
    font-weight: 700;
    line-height: 25px;
    text-align: left;
    display: block;
    text-decoration: line-through;
}

.header-cart-popup__price .red+span,
.header-cart-popup-total__price .red+span {
    color: #c43e40;
}

.header-cart-popup-total__price {
    display: flex;
    font-size: 24px;
    font-weight: 700;
    line-height: 30px;
    letter-spacing: 0.41999998688697815px;
    text-align: left;

}

.header-cart-popup-total__price span,
.header-cart-popup-total__oldprice span {
    display: inline;
}

.header-cart-popup__oldprice {
    font-size: 12px;
    text-decoration: line-through;
    text-align: right;
    margin-top: 5px;
}

@media (any-hover: hover),
(hover: hover) and (pointer: fine) {
    .header__cart:hover .header-cart-popup {
        display: block;
    }
}

.repair-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    justify-content: center;
    width: calc(100% + 400px);
    height: 527px;
    border-radius: 10px;
    background: url("./images/repair-header.jpg") no-repeat;
    background-position: 50% 50%;
    background-size: cover;
    text-align: center;
    -ms-flex-align: center;
    -ms-flex-pack: center;
    -webkit-box-align: center;
    -webkit-box-pack: center;
}

.repair-header h2 {
    margin: 0 0 25px;
    font-size: 36px;
    line-height: 1.1;
}

.repair-header p {
    margin: 0 0 25px 0;
    font-size: 18px;
}

.repair-header__in {
    max-width: 690px;
    margin: 0 auto;
    padding: 30px;
    color: #fff;
}

.repair-tabs {
    width: calc(100% + 400px);
}

.repair-tabs__tab {
    display: none;
    padding-top: 30px;
    padding-bottom: 30px;
}

.repair-tabs__nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 -25px;
    padding: 0 25px;
    overflow-x: auto;
    overflow-y: hidden;
    background: #fff;
    scrollbar-color: transparent transparent;
    scrollbar-width: thin;
}

.repair-tabs__nav::-webkit-scrollbar {
    display: none;
}

.repair-tabs__link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    flex-shrink: 0;
    align-items: center;
    padding: 16px 22.4px;
    border: 0;
    background: #fff;
    color: #111111;
    font-style: normal;
    font-weight: 700;
    font-size: 14px;
    line-height: 1.25;
    letter-spacing: 0.03em;
    text-decoration: none;
    cursor: pointer;
    -webkit-transition: color 0.3s ease, background 0.3s ease, border-color 0.3s ease;
    -o-transition: color 0.3s ease, background 0.3s ease, border-color 0.3s ease;
    transition: color 0.3s ease, background 0.3s ease, border-color 0.3s ease;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -ms-flex-negative: 0;
    -webkit-box-align: center;
    -ms-flex-align: center;
}

.repair-tabs__link:hover {
    text-decoration: none !important;
}

.repair-tabs__link:not(.active):hover {
    color: #C43E40;
}

.repair-tabs__link::after {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 4px;
    background: #F8F6F6;
    content: '';
    -webkit-transition: background 0.3s ease;
    -o-transition: background 0.3s ease;
    transition: background 0.3s ease;
}

.repair-tabs__link.active::after {
    background: #C43E40;
}

.repair-tabs__header {
    display: none;
    position: relative;
    align-items: center;
    width: calc(100% + 30px);
    margin-right: -15px;
    margin-left: -15px;
    padding: 16px 15px;
    padding-right: 47px;
    border: 0;
    background: #fff;
    color: #111111;
    font-style: normal;
    font-weight: 800;
    font-size: 19px;
    line-height: 1.2;
    letter-spacing: 0.022em;
    cursor: pointer;
    -webkit-transition: color 0.3s ease;
    -o-transition: color 0.3s ease;
    transition: color 0.3s ease;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-box-align: center;
    -ms-flex-align: center;
}

.repair-tabs__header:not(.active):hover {
    color: #C43E40;
}

.repair-tabs__header::after {
    display: block;
    position: absolute;
    top: 20px;
    right: 15px;
    width: 17px;
    height: 16px;
    background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxOCIgaGVpZ2h0PSIxNiIgZmlsbD0ibm9uZSIgdmlld0JveD0iMCAwIDE4IDE2Ij4KICA8cGF0aCBmaWxsPSIjRDBEMEQwIiBkPSJtOS4xNDMgMTMuMDAxLTcuMjYtNy4yNTljLS42NDQtLjY0NS0uNjQ0LTEuNjEzIDAtMi4yNTguNjQ2LS42NDUgMS42MTQtLjY0NSAyLjI2IDBsNSA1IDUtNWMuNjQ2LS42NDUgMS42MTMtLjY0NSAyLjI1OSAwIC42NDUuNjQ1LjY0NSAxLjYxMyAwIDIuMjU4bC03LjI2IDcuMjZaIi8+Cjwvc3ZnPgo=);
    background-position: 50% 50%;
    background-size: contain;
    background-repeat: no-repeat;
    content: '';
    -webkit-transition: -webkit-transform 0.3s ease;
    transition: -webkit-transform 0.3s ease;
    -o-transition: transform 0.3s ease;
    transition: transform 0.3s ease;
    transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}

.repair-tabs__header.active::after {
    -webkit-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    transform: rotate(-180deg);
}

.repair-price {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    max-width: 690px;
    margin: 0 auto 30px;
    padding: 30px;
    border-radius: 10px;
    background: #f4f4f4;
    -ms-flex-align: center;
    -ms-flex-pack: center;
    -webkit-box-align: center;
    -webkit-box-pack: center;
}

.repair-price__num {
    margin-right: 30px;
    font-weight: 900;
    font-size: 36px;
}

.repair-price__num--has-desc {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    width: 100%;
    margin-right: 0;
    margin-bottom: 20px;
    -ms-flex-align: center;
    -ms-flex-pack: center;
    -webkit-box-align: center;
    -webkit-box-pack: center;
}

.repair-price__num-1 {
    position: relative;
    margin-right: 20px;
    padding-right: 20px;
}

.repair-price__num-1:after {
    position: absolute;
    top: 18px;
    right: 0;
    height: 25px;
    border-left: 1px solid #111;
    content: "";
}

.repair-price__num-2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    -ms-flex-align: center;
    -webkit-box-align: center;
}

.repair-price__btn .btn:hover {
    text-decoration: none !important;
}

.repair-price__num-desc {
    max-width: 150px;
    margin-left: 15px;
    font-size: 14px;
    line-height: 1.2;
}

.repair-common {
    width: calc(100% + 400px);
    padding: 30px;
    border-radius: 10px;
    background-color: #f4f4f4;
}

.repair-common__btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
}

.repair-common__btn .btn:hover {
    text-decoration: none !important;
}

@media only screen and (max-width: 1400px) {
    .repair-header {
        width: calc(100% + 370px);
    }

    .repair-tabs {
        width: calc(100% + 370px);
    }

    .repair-common {
        width: calc(100% + 370px);
    }

    .page__row._no-aside .page__main .repair-header,
    .page__row._no-aside .page__main .repair-tabs,
    .page__row._no-aside .page__main .repair-common {
        width: 100%;
    }
}

@media only screen and (max-width: 1250px) {
    .repair-header {
        width: calc(100% + 320px);
    }

    .repair-tabs {
        width: calc(100% + 320px);
    }

    .repair-common {
        width: calc(100% + 320px);
    }
}

@media only screen and (max-width: 1000px) {
    .repair-header {
        width: 100%;
    }

    .repair-header__in {
        padding: 20px;
    }

    .repair-tabs {
        width: 100%;
        margin-top: 20px;
        margin-bottom: 20px;
    }

    .repair-tabs__tab {
        padding-top: 0;
        padding-bottom: 0;
    }

    .repair-tabs__nav {
        display: none;
    }

    .repair-tabs__header {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }

    .repair-common {
        width: 100%;
        padding: 20px;
    }

    .repair-price {
        margin: 0 auto 20px;
        padding: 20px;
    }

    .repair-price__num {
        margin-right: 15px;
        font-size: 24px;
    }

    .repair-price__num-1 {
        margin-right: 15px;
        padding-right: 15px;
    }

    .repair-price__num-desc {
        max-width: 130px;
        margin-left: 15px;
        font-size: 12px;
    }

    .repair-price__num-1:after {
        display: none;
    }

    .repair-price__num--has-desc {
        justify-content: flex-start;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
    }
}

@media only screen and (max-width: 375px) {
    .repair-header h2 {
        font-size: 28px;
    }
}


.soc-promo__in img {
    max-width: 80%;
}

.shop-new__wrapper iframe {
    width: 100%;
    aspect-ratio: 16 / 9;
}


.footer-bottom__counters a {
    text-decoration: none;
    display: inline-block;
}

.footer__contact {
    display: flex;
    align-items: center;
    font-size: 16px;
}

.footer__contact-link {
    display: inline-flex;
    align-items: center;
    text-decoration: none;
    color: inherit;
    gap: 8px;
}

.footer__contact-icon {
    width: 24px;
    height: 24px;
    flex-shrink: 0;
}

.footer__contact-text {
    font-weight: 500;
}