

/* .shadow {
    width: 75%;
    margin: -17% auto 0 auto; 
    overflow: hidden;
    position: relative; 
    z-index: 0;
} */



.flex{
    display: flex;
}

.shadow {
    width: 100%; 
    margin: -45px auto 0px auto; 
    overflow: hidden;
    position: relative; 
    z-index: 0;
    object-fit: cover;
}

.infoafterclick {
    margin-bottom: 15px; 
    overflow: hidden;
    
}
.infoafterclick__wrapper{
    display: flex;
    max-width: 280px;
    width: 100%;
    margin: 0 auto;
    background: #F7F7F7;
    height: 101px;
    justify-content: space-around;
    align-items: center;
    position: relative; 
    overflow: hidden; 
    z-index: 3;
    
}
.shadow img {
    width: calc(100% + 45px);
    height: 100%; 
    position: relative;
    top: 0;
    left: 0;
    z-index: -1; 
    filter: blur(5px);
    margin-left: -29px;
}


.interactivewindow {
    position: absolute;
    width: 310px;
    height: 310px;
    border-radius: 5px;
    background: #FFF;
    box-shadow: 0px 4px 6px 0px rgba(79, 79, 79, 0.25);
    display: none;
    z-index: 3;
    flex-direction: column;
    align-items: center;
    
}

.infologo{
    object-fit: cover;
    margin-left: 20px;
    margin: 0 auto;
    width: 30%;
    height: 80%;
}

.infologo img{
    width: 100%;
    height: 100%;
    max-height: 82px;
}


.nameandtime{
    display: flex;
    flex-direction: column;
    gap: 7px;
    
    text-align: center;
    margin: 0 auto;
}

.magazinename{
    font-family: 'Systopie';
    font-style: normal;
    font-weight: 400;
    font-size: 13px;
    line-height: 26px;
    color: #000000;
}

.zeroarea{
    width: 10%;
 }

.magazineworktime{  
    font-style: italic;
    font-weight: 300;
    font-size: 16px;
    line-height: 19px;
    color: #000000;

}
.horlineMap{
    width: 290px;
    margin: 0 auto;
    height: 1px;
    background: rgba(112, 129, 146, 0.50);
}

.interactivewindow__info {
    font-size: 17px;
    font-weight: 400;
    line-height: normal;
    text-align: center;
    margin-top: 27px;
    margin-bottom: 27px;
}
.interactivewindow__logo{
    display: flex;
    justify-content: center;
    align-items: center;
    height: calc(100% - 84px);
    object-fit: cover
}

.interactivewindow__logo img{
    height: 65%;
    width: 90%;
    margin: auto 0;
}
.textlogo{
    width: 250px;
    height: 40px;
}

.textlogoTabac{
    width: 250px;
    height: 80px;
}

.withoutback img{
    height: 100%;
    width: 100%;
}

.withoutback{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    opacity: 1;
    visibility: visible;
    transition: opacity 0.1s ease-in-out, visibility 0.7s ease-in-out, transform 0.7s ease-in-out;
}

.magazine__card .withoutback {
    opacity: 0;
    visibility: hidden;
}

.magazine__card:hover .withoutback {
    opacity: 1;
    visibility: visible;
}

.circles{
    display: flex;
    gap: 30px;
    justify-content: right;
    margin-right: 10%;
}

.circleitem{
    display: flex;
    justify-content: center;
    align-items: center;
    color: #000;
    height: 30px;
    width: 30px;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    border-radius: 50%;
    border: 2px solid black;
    -ms-user-select: none; 
    -moz-user-select: none; 
    -webkit-user-select: none; 
    user-select: none;
    
}

.current{
    background: #032846;
    color: #FFF;
    border: 0px;
    height: 32px;
    width: 32px;
}

.map__area{
    margin-top: 41px;
    
}
.map1{
    display: flex;
}

.map2{
    display: none;
}

.map3{
    display: none;
    
}

.map1, .map2, .map3{
    justify-content: space-between;
    align-items: center;
    margin-top: 53px;
}

#detskymirmap{
    cursor: pointer;
}

.mapsvg{
    object-fit: cover;
    width: 65%;
    height: 60vh;
    margin: 0 auto;
}

.mapsvg3{
    padding-right: 30px;
    margin: 0 auto;
    width: 100%;
    height: 60vh;

}

.thirdsbuttons{
    margin-top: 23px;
    padding-left: 30px;
}

nulltobtn{
    width: 73px;
}

.nullarea{
    height: 20vh;
}
.rightside{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    gap: 30px;
}

.icons{
    display: flex;
    justify-content: center;
    gap: 20px;
    margin-top: 40px;
}
.icon{
    width: 50px;
    height: 50px;
}

/* .plusminusbtns__item{
    height: 72px;
    width: 73px;
    border: 1px solid #000;
    justify-content: center;
    align-items: center;
    font-size: 40px;
    -ms-user-select: none; 
    -moz-user-select: none; 
    -webkit-user-select: none; 
    user-select: none;
} */

.low{
    border-top: none;
}

.swiper-wrapper {
    display: flex;
    
    /* margin: 0 auto; */
}

.swiper-slide {
    background: #f2f2f2;
    border-radius: 5px;
    max-width: 260px;
}

/* Края слайдов будут немного выступать за пределы контейнера */


    .swiper-slide table tr:nth-child(even) {
        background-color: #f2f2f2; /* Фон четных строк */
        
    }

    .swiper-slide table tr:nth-child(odd) {
        background-color: #e8e8e8; /* Фон нечетных строк */
        
    }

    
    .row{
        display: flex;
        flex-direction: column;
        padding-left: 10px;
        padding-right: 10px;
        padding-top: 5px;
        padding-bottom: 5px;
        text-align: center;
        font-size: 16px;
/* width: 100%; */
    }

    .consthead{
        font-weight: 700;
    }













.map__area{
    margin-top: 41px;
    width: 93%;
    margin: 0 auto;
    margin-bottom: 60px;
}


.map1{
    display: flex;
}

.map2{
    display: none;
}

.map3{
    display: none;
    
}

.map1, .map2, .map3{
    justify-content: space-between;
    /* align-items: center; */
    margin-top: 53px;
}

.mapsvg{
    object-fit: cover;
    width: 100%;
    height: 100%;
    margin:  auto 0;
}

.mapcode{
    width: 100%;
    height: 100%;
}

.mapsvg3{
    object-fit: cover;
    width: 100%;
    height: 100%;
    margin:  auto 0;

}


.plusminusbtns__item{
    height: 32px;
    width: 33px;
    border: 1px solid #000;
    justify-content: center;
    align-items: center;
    font-size: 30px;
    -ms-user-select: none; 
    -moz-user-select: none; 
    -webkit-user-select: none; 
    user-select: none;
}

.circles{
    display: flex;
    gap: 15px;
    justify-content: left;
    
}



#scene, #scene2, #scene3 {
    cursor: auto !important;
   width: 100%;
   height: 100%;
}

.catalog{
    background: rgba(254, 240, 211, 0.21);
    width: 100%;
    margin-top: 126px;
}

.catalog__wrapper{
    width: 90%;
    margin: 0 auto;
    padding-top: 73px;
    padding-bottom: 84px;
    flex-direction: column;
    
}

.catalog__names{
    width: 80%;
    margin: 0 auto;
    justify-content: space-between;
    margin-bottom: 126px;
}

.catalogname{
    display: flex;
    gap: 5px;
    align-items: center;
    

}

.catalog-item{
    
    
    display: flex;
    flex-direction: column;
    gap: 14px;
    cursor: pointer;
}
.catalogicon{
    height: 28px;
}

.linec{
    width: 100%;
    height: 1.5px;
    background: rgba(71, 71, 71, 0.7);
    transition: background 0.1s ease;
    margin-top: -30px;
}

.search__area{
    justify-content: space-between;
    gap: 40px;
    padding-bottom: 40px;
    flex-direction: column;
    
}


.nameblack{
    color: #000;
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    transition: color 0.1s ease;
}





.catalogicon {
    display: flex;
    justify-content: right;
}

.nm,
.count {
    color: #fff;
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    transition: color 0.1s ease;
}

.count {
    font-size: 13px;
}






.cataloginput, .catalogicon{
   background: transparent;
   border: none;
   outline: none;
   
}

input[type='text'] { font-size: 23px;
width: 70%; }

.cataloginput:hover{
   border: none;

}


.none {
    display: none;
}





.catalogcards__wrapper{
    
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 126px;
}
.catalog__area {
    display: grid;
    max-width: 350px;
    width: 100%;
    grid-template-columns: repeat(2, 1fr);
    grid-row-gap: 30px;
    /* grid-column-gap: 30px; */
    justify-content: space-between;
}

.magazine__card {
    border-radius: 5px;
    background: #FFF;
    box-shadow: 0px 4px 6px 0px rgba(79, 79, 79, 0.25);
    width: 150px;
    height: 150px;
    
    position: relative;
    overflow: hidden;
    gap: 10px;
    cursor: pointer;
}

.logos {
    height: 63%;
    width: 100%;
    object-fit: fill;
    position: relative;
}

.logosecond img {
    width: 178px;
    height: 130px;
}





.logofirst{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    opacity: 1;
    visibility: visible;
    object-fit: cover;
    transition: opacity 0.7s ease-in-out, visibility 0.7s ease-in-out, transform 0.7s ease-in-out;
    width: 130px;
    height: 80px;

}
.logofirst img{
    height: 100%;
    width: 100%;
}

.logosecond {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    opacity: 1;
    visibility: visible;
    transition: opacity 0.1s ease-in-out, visibility 0.7s ease-in-out, transform 0.7s ease-in-out;
}


.logofirst {
    z-index: 3;
}

.magazine__card:hover .logofirst {
    opacity: 0;
    visibility: hidden;
    transform: translate(-50%, -50%) scale(0.2); 
}

.magazine__card .logosecond {
    opacity: 0;
    visibility: hidden;
}

.magazine__card:hover .logosecond {
    opacity: 1;
    visibility: visible;
}

.information {
    transition: opacity 0.2s ease-in-out;
}

.magazine__card:hover .information {
    opacity: 0;
}

.informationhover {
    opacity: 0;
    position: absolute;
    bottom: -32.5%;
    left: 0;
    width: 100%;
    /* height: 32.5%; */
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    transition: opacity 0.3s ease-in-out, bottom 0.7s ease-in-out;
    background: white;
}

.magazine__card:hover .informationhover {
    opacity: 1;
    bottom: 0;
}

.magazin__name {
    text-align: center;
    margin-top: 15px;
    font-size: 13px;
    font-weight: 500;
    line-height: normal;
    color: #000;
}

.smallhorizontalline {
    width: 80%;
    margin: 0 auto;
    background-color: rgba(112, 129, 146, 0.50);
    height: 1.5px;
    z-index: 2;
}



.magazin__name__hover {
    
    color: #753E7F;
    font-size: 13px;
    font-weight: 500;
    line-height: normal;
    padding-bottom: 10px;
}

.bighorizontalline {
    width: 100%;
    height: 1px;
    background-color: rgba(112, 129, 146, 0.50);
}

.vertlinehover {
    height: 40px;
    width: 1.5px;
    background-color: rgba(112, 129, 146, 0.50);
}

.informationbolck {
    
    align-items: center;
}

.onmap,
.nameonmap {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 85.5px;
    height: 40px;
    margin: 0 auto;
    
    color: #fff; 

    font-size: 12px;
    color: #000; 
    transition: background 0.7s ease, color 0.3s ease;
}

.onmap{
    color: #A5A6A7;
}




.nameonmap:hover {
    background: linear-gradient(180deg, #743D7E 23.3%, #502E75 100%);
    color: #FFF;
}

.moreBtn:hover{
    filter: brightness(1.1);
}
.moreBtn:hover .arrow{
    transform: translateX(10px);
}

.arrow {
    transition: transform 0.5s ease;
    margin-top: -4px;
}

.moreBtn {
    width: 167px;
    height: 37px;
    border-radius: 5px;
    background: linear-gradient(180deg, #743D7E 23.3%, #502E75 100%);
    margin: 0 auto;
    cursor: pointer;
    align-items: center;
    justify-content: center;
    gap: 10px;
    transition: filter 0.3s ease; 
    
    
}

.whitetext{
    color: white;
    font-style: normal;
}

.morebtntext{
    font-size: 13px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}


.magazines_burger {
    padding-bottom: 40px;
    position: relative;
}

.magazines_burgerwrapper {
    width: 93%;
    margin: 0 auto;
    display: flex;
    align-items: center;
    gap: 15px;
}

.currentcat {
    display: flex;
    gap: 10px;
    align-items: center;
}

.iconc {
    display: flex;
    flex-direction: column;
    justify-content: start;
}

.magazines_categories_onclick {
    display: none;
    width: 100%;
    background: url('./assets/desktopimages/purpleback.png');
    background-repeat: no-repeat;
    background-size: cover;
    
   margin-top: -20px;
    box-sizing: border-box; /* Учитываем отступы в общей ширине элемента */
}

.magazines_categories_onclick_wrapper{
    width: 93%;
    margin: 0 auto;
    padding-top: 20px;
    padding-bottom: 40px;
    display: flex;
    gap: 20px;
}
.cats{
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 10px;
    
}

.swiper__mobile {
    width: 100%;
    overflow: hidden;
    display: flex;
    align-items: center;
    position: relative; 
    
    }
    
    .swiper-wrapper {
        
        padding-top: 40px;
        
    }

    .swiper-slide {
        object-fit: cover;
        background: transparent;
    }
    .swiper-slide img{
        width: 100%;
        height: 100%;
        
    }

    .black{
        color: black;
    }


    .button-prev,
    .button-next {
    z-index: 3;
    position: absolute; 
    top: 50%; 
    width: 30px;
    height: 30px;
    
    margin-right: 5%;
    object-fit: cover;
}

.button-next{
    right: 0;
}
.button-prev {
    left: 0; 
    margin-left: 5%;
    z-index: 3;
    position: absolute; 
    top: 50%; 
    
    
    
}

.button-prevdialog,
    .button-nextdialog {
    z-index: 3;
    position: absolute; 
    top: 50%; 
    transform: translateY(-50%);
    right: 0;
    margin-right: 5%;
    object-fit: cover;
}

.button-prevdialog {
    left: 0; 
    margin-left: 5%;
    z-index: 3;
    position: absolute; 
    top: 50%; 
    transform: translateY(-50%);
    
}

.dialog{
    position: fixed;
    z-index: 99999;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.9);
    display: none;
    justify-content: center;
    align-items: center;
    overflow-y: hidden;
}

.dialog-content{
    
    width: 95%;
    margin: 0 auto;
    display: flex;
    align-items: center;
    
    
}

#dialogImage {
    user-select: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
}
.dialog-image-container{
    
    width: 70%;
    object-fit: cover;
    margin: 0 auto;
}
.dialog-content img{
    height: 100%;
    width: 100%;
}
    

@media screen and (min-width: 768px) {
   
}