

/* Start:/bitrix/templates/pop-music/styles.css?164813391918534*/
.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__contact-links {
    font-weight: 300;
	font-size: 11px;
    line-height: 16px;
    color: #111111;
    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 #111111;
    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: #FFFFFF;
    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: transparent;
		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: 9px;
		line-height: 14px;
	}
}
.topline__contact-shop {
    display: block;
    text-decoration: unset;
    position: relative;
    padding-right: 15px;
	color: #111111;
	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;
        margin-bottom: 20px;  
    }
}

.shop-new h2 {
    font-weight: bold;
    font-size: 26px;
    line-height: 160%;
    color: #000000;
    margin: 0;
    margin-bottom: 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: #111111;
	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 0;
    padding-bottom: 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: #000000;
}
@media screen and (max-width:991px) {
    .shop-new__route-fold-item{
        max-height: unset;
        padding-right: 0;
    }
}

.shop-new__route-fold-item--active {
    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;
    height: 450px;
}

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

    .shop-new .video_block iframe{
        height: 300px;
    }
}

@media screen and (max-width:575px) {
    .shop-new .shop__tour,
    .shop-new .video_block{
        height: 197px;
    }
    .shop-new .video_block iframe{
        height: 197px;
    }
}
.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;
    }
}

@media only screen and (max-width: 767px){
    .video-slider__item{
        max-width: 260px;
    }
}

.video-slider__item a{
    display: block;
}

.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{
    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;
    }
}

.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: bold;
    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: #999999;
}

.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-checkout .is-error +  .inputbox__error {
    display: block;
}

.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: #000000;
}

.order-radio__btn:after {
    content: '';
    position: absolute;
    width: 16px;
    height: 16px;
    background: #111111;
    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: bold;
    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: bold;
    font-size: 18px;
    line-height: 18px;
    margin-bottom: 20px;
    display: block;
    padding: 0 10px;
}

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

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

.new-checkout__products-item a{ 
    color: #000000;
}

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


.new-checkout__result {
    padding: 0 10px;
}

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

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

.new-checkout__result-final-price {
    font-weight: bold;
    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;
    }
    
    /* .inputbox--grid-full{
        grid-column: 1 / -1;  
    } */

}

.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: bold;
    font-size: 18px;
    line-height: 18px;
    color: #000000;
    transition: .3s ease;
    cursor: pointer;
}

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

.radio-holder{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin-right: -20px;
}

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

.new-btn--red {
    background: #E31E24;
    color: #FFFFFF;
}

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

.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;
}

.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{
        padding: 30px 0;
        position: relative;
        padding: 30px 15px;
        background: #F8F7F7;
    }

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

    .new-checkout__make-order{
        margin: 30px auto 0 auto;
    }
    
    .new-checkout__make-order--not-open {
        max-width: 156px;
        font-weight: bold;
        font-size: 14px;
        line-height: 19px;
        padding: 15px;
        margin-top: 0;
        margin-right: 0;
    }
    
    .new-checkout__toggle {
        font-size: 14px;
        line-height: 19px;
        color: #999999;
        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: 0px 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__group{
    margin: 30px 0; 
}

.new-checkout .checkout__fieldset{
    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;
}
/* End */
/* /bitrix/templates/pop-music/styles.css?164813391918534 */
