.slider > .col,
.slider > .col-1,
.slider > .col-2,
.slider > .col-3,
.slider > .col-4,
.slider > .col-5,
.slider > .col-6,
.slider > .col-7,
.slider > .col-8,
.slider > .col-9,
.slider > .col-10,
.slider > .col-11,
.slider > .col-12,
.slider > .col-auto,
.slider > .col-sm,
.slider > .col-sm-1,
.slider > .col-sm-2,
.slider > .col-sm-3,
.slider > .col-sm-4,
.slider > .col-sm-5,
.slider > .col-sm-6,
.slider > .col-sm-7,
.slider > .col-sm-8,
.slider > .col-sm-9,
.slider > .col-sm-10,
.slider > .col-sm-11,
.slider > .col-sm-12,
.slider > .col-sm-auto,
.slider > .col-md,
.slider > .col-md-1,
.slider > .col-md-2,
.slider > .col-md-3,
.slider > .col-md-4,
.slider > .col-md-5,
.slider > .col-md-6,
.slider > .col-md-7,
.slider > .col-md-8,
.slider > .col-md-9,
.slider > .col-md-10,
.slider > .col-md-11,
.slider > .col-md-12,
.slider > .col-md-auto,
.slider > .col-lg,
.slider > .col-lg-1,
.slider > .col-lg-2,
.slider > .col-lg-3,
.slider > .col-lg-4,
.slider > .col-lg-5,
.slider > .col-lg-6,
.slider > .col-lg-7,
.slider > .col-lg-8,
.slider > .col-lg-9,
.slider > .col-lg-10,
.slider > .col-lg-11,
.slider > .col-lg-12,
.slider > .col-lg-auto,
.slider > .col-xl,
.slider > .col-xl-1,
.slider > .col-xl-2,
.slider > .col-xl-3,
.slider > .col-xl-4,
.slider > .col-xl-5,
.slider > .col-xl-6,
.slider > .col-xl-7,
.slider > .col-xl-8,
.slider > .col-xl-9,
.slider > .col-xl-10,
.slider > .col-xl-11,
.slider > .col-xl-12,
.slider > .col-xl-auto {
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 17px;
    padding-left: 17px;
}


.slider > .h-100 {
    height: 100% !important;
}

.slider > *, ::after, ::before {
    box-sizing: border-box;
}

.slider > .pr-0, .px-0 {
    padding-right: 0 !important;
}

.slider > .pl-0, .px-0 {
    padding-left: 0 !important;
}

.slider > .p-0 {
    padding: 0 !important;
}

.description-area, .title-area, .guide_bread_wrapper {
    color: white;
    filter: drop-shadow(2px 4px 6px black);
}

.slider > .col-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}

@media(min-width: 768px) {
    .slider > .col-md-3 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }
}

@media (min-width: 768px) {
    .slider > .col-md-6 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 55%;
        flex: 0 0 55%;
        max-width: 55%;
    }
}


.slider > .preloader {
    background-color: #fff;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 100001;
}

.slider > .preloader__loader {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%)
}



.slider > #loader-container {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 4px;
    background-color: #f0f0f0;
    z-index: 9999;
    display: none;
}

.slider > #dist-loader {
    height: 100%;
    width: 100%;
    background-color: #f0f0f0;
    position: relative;
    overflow: hidden;
}

.slider > #dist-progress {
    width: 0;
    height: 100%;
    background-color: rgba(0, 123, 255, 0.7);
    transition: all 1s;
}

.slider > .change-header-size {
    transition: 2s;
    animation: 2s;
}

#detach-button-host {
    visibility: hidden !important;
    opacity: 0 !important;
    position: absolute;
    width: 0;
    height: 0;
    overflow: hidden;
    pointer-events: none;
}

.slider > #dist-gallery picture {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    position: fixed;
}

.slider > #dist-gallery picture img {
    min-width: 100%;
    min-height: 100%;
    display: block;
    object-fit: cover;
    object-position: center;
    position: fixed;
    max-width: 100vw;
    max-height: 100vh;
}


.unselectable {
    user-select: none;
    -moz-user-select: none;
    -webkit-user-drag: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-drag: none;
    pointer-events: none;
}

#dist-gallery.unselectable picture {
    user-select: none;
    -moz-user-select: none;
    -webkit-user-drag: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-drag: none;
    pointer-events: none;
}

#dist-gallery {
    background: #232323;
    position: absolute;
    height: 100%;
    width: 100%;
    user-select: none;
    -webkit-user-drag: none;
    pointer-events: none;
}

.overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0);
    pointer-events: none;
}

.slider {
    user-select: none;
    -webkit-user-drag: none;
}


.slider > .dividing-strip {
    width: 110%;
    height: 0.5%;
    position: absolute;
    top: 50%;
    left: 50%;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 1000;
    transform: rotate(-90deg) translateX(-50%) translateY(-26%);
    transform-origin: left center;
    clip-path: inset(0 67% 0 0);
    user-select: none;
    cursor: default;
    pointer-events: none;
}


.slider > split {
    white-space: break-spaces;
}

.slider > .right-menu, .slider > .left-menu {
    max-width: 100%;
}

.slider > .progress-bar {
    height: 5px;
    background-color: var(--gold);
}

.dist-menu-title {
    border: 3px solid var(--gold);
    border-radius: 25px;
    color: #FFF;
    width: 80%;
    margin: 0 auto;
    text-align: center;
    font-size: 20px;
    padding: 10px;
    display: flex;
    align-items: center;
    align-content: center;
    justify-content: center;
    flex-wrap: wrap;
    line-height:1;
    display: none;
}
.slider > .side-menu {
    display: flex;
    align-items: center;
}

.slider > .side-menu input {
    position: absolute;
    top:0;
}

.slider > .test, .slider >  .side-menu {
    /*background: rgba(112, 66, 20, 0.82);
    background: rgba(205,133,63, 0.82);
    background: rgba(207,181,59, 0.82);
    background: rgba(212,175,55, 0.82);
    background: rgba(212,175,55, 0.82);
    background: rgba(230,190,138, 0.82);
    background: rgba(192,192,192, 0.82);
    background: rgba(184,134,11, 0.82);
    background: rgba(158,100,42, 0.75);*/
/*    background: rgba(10,20,42, 0.5);*/
    /*??? ??????? ? ??? ?? ?-? ??? ??? ???? ?? ??*/

}

.thumb {
    touch-action: none;
    -ms-touch-action: none;
    position: absolute;
    z-index: 200;
    overflow: hidden;
    justify-content: center;
    display: flex;
    align-items: center;
    color: #666666;
}
/* .thumb-collection:not(.moving) .thumb:hover .thumb-background { */
	/* transition: 0.2s; */
/* } */
/* .thumb-collection:not(.moving) .thumb:hover .thumb-background-selected { */
	/* transition: 0.2s; */
/* } */
.inner-wheel {
    touch-action: none;
    -ms-touch-action: none;
    position: absolute;
    width: 36%;
    height: 36%;
    border-radius: 50%;
    top: 32%;
    left: 32%;
    z-index: 300;
    overflow: hidden;
    border-radius: 50%;
    user-select: none;
	cursor: default; 
    draggable: false;
    background-position-y: 85%;
    background-size: 74%;
    background-color: transparent;
    background-position: 50% 55%;
    background-repeat: no-repeat;
    
}

.wheel-cover{
    touch-action: none;
    -ms-touch-action: none;
    position: absolute;
    width: 96%;
    height: 96%;
    border-radius: 50%;
    top: 2%;
    left: 2%;
    z-index: 300;
    overflow: hidden;
    border-radius: 50%;
    user-select: none;
	cursor: default; 
    draggable: false;
    background-color: #0e0d0d;

    
}
.wheel-thumb {
    touch-action: none;
    -ms-touch-action: none;
    position: absolute;
    z-index: 200;
    overflow: hidden;
    justify-content: center;
    display: flex;
    align-items: center;
    color: #666666;
    cursor: pointer;
	background: linear-gradient(45deg, rgba(0,0,0,0) 0%, rgba(0,0,0,0) 43%, rgba(255,255,255,1) 44%);
}


.thumb-collection {
    margin: auto;
    position: relative;
    width: min(80vh,80vw);
    height: min(80vh,80vw);
    border-radius: 50%;
    top: 20%;
    font-size: 30px;
}
.thumb-collection-background {
	margin: auto;
    position: relative;
    width: 116%;
    height: 116%;
    border-radius: 50%;
    top: -8%;
	left: -8%;
    font-size: 30px;
    background: radial-gradient(circle, rgba(0,0,0,1) 0%, rgba(0,0,0,0.72) 0%, rgba(112,81,41,0.4) 100%);
}
.workspace.visibleBlur .thumb,
.workspace.visibleBlur .thumb-collection {
    opacity: 1 !important;
    visibility: visible;
    transition: opacity 0.7s ease, visibility 0s linear, backdrop-filter 0.7s ease;
    pointer-events: auto;
    user-select: auto;
}

.workspace.invisibleBlur .thumb,
.workspace.invisibleBlur .thumb-collection,
.workspace.invisibleBlur .filter,
.workspace.invisibleBlur .description-area,
.workspace.invisibleBlur .guide_bread_wrapper {
    opacity: 0 !important;
    visibility: hidden;
    transition: opacity 0.7s ease, visibility 0s linear 0.7s, backdrop-filter 0.7s ease;
    pointer-events: none;
    user-select: none;
}



.inner-thumb{
    touch-action: none;
    -ms-touch-action: none;
    position: absolute;
    z-index: 200;
    -moz-user-select: none;
    -html-user-select: none;
    user-select: none; 
    font-family: "Inter", sans-serif;
	width: 100%;
	height: 100%;
	background-size:100%;
	background-repeat:no-repeat;
	background-position-y:79.3%;
}
.thumb-background{
    width: 100%;
    height: 100%;
    position: absolute;
    /* background-image: url(../src/unselected4.svg); */
    /* background-size: 100%; */
    /* background-repeat: no-repeat; */
    /* background-position-y: 79.3%; */
    opacity: 100%;
	transition: opacity 0.3s;
}
.thumb-background svg{
	position: absolute;
	bottom: 0;
}
.thumb-background g{
	transition: opacity 0.3s;
    will-change: opacity;
}
.thumb-background-selected{
    width: 100%;
    height: 100%;
    position: absolute;
    /* background-image: url(../src/selected4.svg); */
    /* background-size: 100%; */
    /* background-repeat: no-repeat; */
    /* background-position-y: 79.3%; */
    opacity: 0%;
	transition: opacity 0.3s;
}
.back-thumb-background{
	width: 100%;
    height: 100%;
    position: absolute;
	top: 29%;
    background-image: url(../src/back.svg);
    background-size: 100%;
    background-repeat: no-repeat;
    background-position-y: 79.3%;
}
/*.hover{
    touch-action: none;
    -ms-touch-action: none;
    position: fixed;
    top: 0px;*/
    /* left: 137px; */ 
    /*left: 0px;
    width: 100%;
    height: 100%;
    z-index: 200;
    background: #666;
    overflow: hidden;
    border: 1px solid #bbb;
    border-radius: 50%;
    user-select: none;*/
    /* new */
    /*-webkit-clip-path: circle(17.4%);
    clip-path: circle(17.4%);
    background-size:cover;
    background-position: center;

}*/
.central-buttons {
    touch-action: none;
    -ms-touch-action: none;
    position: absolute;
    width: 40%;
    height: 40%;
    border-radius: 50%;
    top: 30%;
    left: 30%;
    z-index: 300;
    background: #666;
    overflow: hidden;
    border-radius: 50%;
    user-select: none;
	cursor: default; 
    draggable: false;
    background-position-y: 85%;
    background-size: 74%;
    background-color: transparent;
    background-position: 50% 55%;
    background-repeat: no-repeat;
    
}

.central-buttons-back, .central-buttons-right, .central-buttons-menu, .central-buttons-left{
    position: absolute;
    width: 20%;
    height: 20%;
    top: 5%;
    left: 37.5%;
    user-select: none;
    user-drag:none;
    -webkit-user-drag: none;
    -moz-user-drag: none;
}

.central-buttons-back{
	top: 15%;
	left: 40%;
}
.central-buttons-right{
    width: 10%;
	top: 40%;
	left: 75%;
}
.central-buttons-menu{
	top: 70%;
	left: 40%;
}
.central-buttons-left{
    width: 10%;
	top: 40%;
	left: 15%;
}

.inactive-back path{
/*	fill: #333!important;*/
	stroke: #333!important;
}
@media (min-width: 748px) {
	.left-svg:hover{
		cursor: pointer;
		filter: drop-shadow(0 0 10px gold);
	}
	.menu-svg:hover{
		cursor: pointer;
		filter: drop-shadow(0 0 10px gold);
	}
	.right-svg:hover{
		cursor: pointer;
		filter: drop-shadow(0 0 10px gold);
	}

	.back-svg:not(.inactive-back):hover{
		cursor: pointer;
		filter: drop-shadow(0 0 10px gold);

	}

}
.click-button{
    touch-action: none;
    -ms-touch-action: none;
    position: fixed;
    top: 0px;
    cursor: pointer;
    /* left: 137px; */ 
    left: 0px;
    width: 100%;
    height: 100%;
    z-index: 200;
    background: rgba(0,0,0,0);
    overflow: hidden;
    border: 1px solid #bbb;
    border-radius: 50%;
    user-select: none;
    /* new */
    -webkit-clip-path: circle(17.4%);
    clip-path: circle(17.4%);
    background-size:cover;
    background-position: center;

}
.hover-cover{
    touch-action: none;
    -ms-touch-action: none;
    position: absolute;
    top: 0px;
    /* left: 137px; */ 
    left: 200px;
    width: 73px;
    height: 73px;
    z-index: 200;
    background: #666;
    overflow: hidden;
    border:  1px solid #bbb;
    border-radius: 50%;
    user-select: none;
    draggable: false;
    background-image: url(../images/icon/vg-icon-5.webp);
    background-position: center center;
    background-repeat: no-repeat;
    opacity: 0;
    }
.test{
    align-items:center;
    margin: auto;
    height:100%;
	overflow: hidden;
}
.link-arrov{
    width: 50%;
    height: auto;
    margin: auto;
    top: 20vh;
}
.link-space{
    width: available;
    height: available;

}
.circle-type-storage{
    font-family: "Inter", sans-serif;
    font-size: 30px;
}
.text-area {
    text-align: center;
    touch-action: none;
    -ms-touch-action: none;
    pointer-events: none;
    display: grid;
    align-items: center;
    white-space: normal;
    font-weight: 300;
    line-height: 1;
}
.back-button{
    position: absolute;
    z-index: 200;
    justify-content: center;
    display: flex;
    align-items: center;
}
.back-picture{
    position: absolute;
    display: block;
    width: 60px;
    height: 60px;
    background-image: url(back-arrow.webp);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 100%;
}
.back-thumb{
	width: 100%;
    height: 100%;
    position: absolute;
    justify-content: center;
    display: flex;
    align-items: center;
}
.full-height{
    height: 100%;
}
.side-menu-section {
    -webkit-user-drag: none;
    pointer-events: stroke;
    -moz-user-select: -moz-none;
    -o-user-select: none;
    -khtml-user-select: none;
    -webkit-user-select: none;
    user-select: none;

    font-family: "Inter", sans-serif;
    font-weight: 600;
    text-align: right;
    color: white;
    text-shadow: 1px 1px 1px black, 0 0 0.2em white, 0 0 0.2em black;
}
.swiper-pagination-bullet:after {
    content: '';
    height: 1vh;
    position: relative;
    width: 0.5vw;
    left: 50%;
    margin: 0 0 0 -1px;
    background-color: transparent;
    bottom: -30px;
    transition: 0.7s;
    transition-timing-function: ease-in-out;
    display: block;
}

/*
    
[class^="menu-image-"] {
    background-size: 300%;
    background-position: center;
    background-repeat: no-repeat;
    height: 3rem;
    width: auto;
    aspect-ratio: 1/1;
    border-radius: 5px;
    border: 1px solid #bbb;
    margin: auto 0;
    margin-left: 10px;
    transition: 0.5s;
    transition-delay: 20ms;
    transition-timing-function: ease-in-out;
    border: 2px solid #fff;
}
*/

.right-menu-section [class^="menu-image-"] {
    width: auto;
    aspect-ratio: 1/1;
    margin: auto 0;
    margin-left: 0.8vh;
    transition: 0.4s;
    font-family: inherit;
    font-weight: inherit;
    font-style: inherit;
    font-size: 100%;
    outline: 0;
    padding: 0;
    border-radius: 15%;
    vertical-align: middle;
    border: 0 solid transparent;
    height: 0.75vw;
    box-sizing: content-box;
    position: relative;
    opacity: 0.75;
    border: 1px solid var(--gold);
    background-size: 300%;
    background-position: center;
    background-repeat: no-repeat;
    overflow: hidden;
}

.right-menu-section [class^="menu-image-"] img {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	max-width: 300%;
	max-height: 300%;
	opacity: 0;
	transition: 0.4s;
}
.right-menu-section:not(.active):hover [class^="menu-image-"] img,.left-menu-section:not(.active):hover [class^="menu-image-"] img {
    opacity: 1;
}

.left-menu-section [class^="menu-image-"] {
    width: auto;
    aspect-ratio: 1/1;
    margin: auto 0;
    margin-right: 0.8vh;
    transition: 0.4s;
    font-family: inherit;
    font-weight: inherit;
    font-style: inherit;
    font-size: 100%;
    outline: 0;
    padding: 0;
    border-radius: 15%;
    vertical-align: middle;
    border: 0 solid transparent;
    height: 8px;
    box-sizing: content-box;
    position: relative;
    opacity: 0.75;
    border: 1px solid var(--gold);
    background-size: 300%;
    background-position: center;
    background-repeat: no-repeat;
    background-color: var(--gold);
    overflow:hidden;
}

.left-menu-section [class^="menu-image-"] img {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	max-width: 300%;
	max-height: 300%;
	opacity: 0;
	transition: 0.4s;
}
.left-menu-section:not(.active):hover [class^="menu-image-"] img {
    opacity: 1;
}

@media (min-width: 1000px) {
    .swiper-pagination-bullet:after {
        height: 1px;
        width: calc(var(--header-width)/3);
        bottom: auto;
        left: -33px;
        top: 49%;
        margin: auto 0;
    }

    .right-menu-section.active .swiper-pagination-bullet:after,.left-menu-section.active .swiper-pagination-bullet:after {
        left: 0;
        background-color: var(--gold);
    } 

    .right-menu-section.active [class^="menu-image-"], .left-menu-section.active [class^="menu-image-"]{
        height: 0.75vw;
        background-image: none !important;
        background-color: var(--gold);
        
    }

    .right-menu-section.active .menu-text {
        opacity: 1;
    }
}

.side-menu{
    -webkit-user-drag: none;
    pointer-events: stroke;
    -moz-user-select: -moz-none;
    -o-user-select: none;
    -khtml-user-select: none;
    -webkit-user-select: none;
    user-select: none;
    
    /* background-color :  rgba(216,216,216,1); 
    border: 1px solid #bbb;*/
    color: rgb(102,102,102);
    overflow-y:auto;    
}
.left-menu-square {
    position: relative;
    display: flex;
    flex-direction: column;
    z-index: 10;
    width: var(--header-width);
    overflow-y: auto;
    max-height: 100%;
    overflow: hidden;



    -webkit-user-drag: none;
    pointer-events: stroke;
    -moz-user-select: -moz-none;
    -o-user-select: none;
    -khtml-user-select: none;
    -webkit-user-select: none;
    user-select: none;
}

.right-menu-section {
    min-height: 5.5vh;
    display: flex;
    flex-wrap: nowrap;
    margin: 0 auto;
    transition: 1s;
}
.left-menu-section {
    display: flex;
    margin: 20px 17px;
}



.menu-text {
    display: none;
    align-content: center;
    flex-wrap: wrap;
    text-align: left;
    max-width: 50%;
    color: white;
    margin: 0;
    margin-left: 20px;
    min-height: 40px;
    text-shadow: 1px 1px 1px black, 0 0 0.2em white, 0 0 0.2em black;
}

.left-menu .menu-text {
    display: flex;
    align-content: center;
    flex-wrap: wrap;
    text-align: right;
    max-width: 50%;
    color: white;
    margin: 0;
    margin-right: 20px;
    min-height: 40px;
    text-shadow: 1px 1px 1px black, 0 0 0.2em white, 0 0 0.2em black;
}

.left-menu{
    -webkit-user-drag: none;
    pointer-events: stroke;
    -moz-user-select: -moz-none;
    -o-user-select: none;
    -khtml-user-select: none;
    -webkit-user-select: none;
    user-select: none;
    overflow-y:auto;
    max-height: 100%;
}

.workspace {
	height: 100%;
	width: 100%;
    position: relative;
    display: flex;
    flex-wrap: wrap;
    background-size: cover;
    user-select: none;
    -webkit-user-drag: none;
    -user-drag: none;
}
.background{
    position: absolute;
    height:100%;
    width:100%;
	background-size:cover;
    background-position: center;
}
.background-cover{
    position: absolute;
    height:100%;
    width:100%;
	background-size:cover;
    background-position: center;
}
.slideshow{
    position: absolute;
    height:100%;
    width:100%;
}
.split-slideshow{
    position: absolute;
    height:100%;
    width:100%;
}
.slider{
	min-height: 500px;
    height:100%;
    width:100%;
}
.background-item{
    height:100vh;
    width:100vw;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}
.h-10{
    height: 10%!important;
}
.h-65{
    height: 70%!important;
}
.h-20{
    height: 20%!important;
}
.h-70{
    height: 70%!important;
}

.slideshow-right {
    left: 0;
    height:100vh;
    width:100vw;
    pointer-events: none;
	clip-path: polygon(0 0,50% 0, 50% 100%, 0 100%);
	-webkit-clip-path: polygon(0 0,50% 0, 50% 100%, 0 100%);
	
  }
.slideshow-right .background-item{
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}


/*.side-menu-section:hover {
    cursor: pointer;
}

.side-menu-section:not(.active):hover [class^="menu-image-"] {
    height: 38px;
    background-color: transparent;
    transition: 0.4s;
}*/

[class^="thumb-"]:hover {
}


.back-button:hover {
    cursor: pointer;
}



@media(min-width:1000px) {
    .test{
        height:100%!important;
    }
    .side-menu{
        height:100%!important;
    }

    .col-12.col-md-3.pl-0.pr-0.side-menu.h-10 {
        direction: rtl;
    }

    .side-menu.h-20 {
        direction: rtl;
    }

    .right-menu-section {
        direction: ltr;
        overflow: hidden;
    }    
	.left-menu-section {
        direction: rtl;
        overflow: hidden;
    }

    .left-menu {
        overflow: hidden;
    }


    .hover {
        top: 0!important;
    }

    .menu-text {
        font: normal 500 1rem/1.25 "Inter", sans-serif;
        transition: 0.1s;
        opacity: 0.8;
    }

    .side-menu-section:hover .menu-text {
        opacity: 1;
    }
    
}




@media(max-width:999px){
	.left-menu .menu-text {
		max-width: 100%;
        margin-right: 0;
	}
	.right-menu-section:not(.active) [class^="menu-image-"] img {
		opacity: 1;
	}
    .menu-text {
        max-width: 100%;
        font-size: 0.86em;
        margin: 0 auto;
        line-height: 1.2;
        text-align: center;
    }

    .right-menu-section [class^="menu-image-"] {
        margin: 5px auto;
    }

    .side-menu {
        align-items: initial;
    }

    .left-menu {
        width: 100%;
        -webkit-box-align: center !important;
        -ms-flex-align: center !important;
        align-items: center !important;
        justify-content: space-between;
        /* border-radius: 90px 90px 0px 0px; */
        height: 100%;
        width: 320px;
        bottom: 0;
        position: absolute;
        left: calc(50% - 160px);
    }
    /*.left-menu:before, .left-menu:after {
        content: "";
    }*/

    .left-menu .side-menu-section {
        margin: auto 0;
    }

    .left-menu .side-menu-section{
        color: white;
        text-shadow: none;
    }

    .swiper-pagination-bullet:after {
        display: none;
        height: 2vh;
        width: 1px;
        top: -53px;
        margin: auto 0;
        margin-bottom: 5px;
    }

    .right-menu-section.active .swiper-pagination-bullet:after,.left-menu-section.active .swiper-pagination-bullet:after {
        top: -5px;
        background-color: var(--gold);
    }

    /*.right-menu-section [class^="menu-image-"] {
        height : 45%;
    }*/

    /*.right-menu-section.active [class^="menu-image-"],.left-menu-section.active [class^="menu-image-"] {
        height :10%;
		margin-top: calc(175%);

    }*/
    .right-menu-section.active [class^="menu-image-"],.left-menu-section.active [class^="menu-image-"] {
        background-color: transparent;
        border: 1px solid var(--gold);
    }

    .right-menu {
        height: 100%;
    }

    .right-menu, .left-menu {
        display: flex;
        flex-wrap: nowrap;
        margin: 0 auto;
		transition: 1s;
    }

    .right-menu-section {
        display: block;
        margin: 0 10px;
        /*overflow: hidden;*/
    }
	.h-10{
		height: 20%!important;
	}
	.h-65{
		height: 70%!important;
	}

}

/*
    @media (min-width:767px) and (max-width:1200px) {
    [class^="menu-image-"] {
        display: none;
    }
}
*/

.side-menu input {
    display: none;
}


.btn-close-icircle {
    display:none;
    position: fixed;
    top: calc(25px);
    left: 25px;
    width: 40px;
    height: 40px;
    background: url(/img/menu-burger-icon-close.webp);
    background-size: cover;
    z-index: 2003;
    padding: 5px;
}

    .btn-close-icircle:hover {
        cursor: pointer;
    }

@media(min-width:1000px) {
    .btn-close-icircle {
        right: calc(16.666% + 15px);
        top: 15px;
    }
}


/*@media(min-width:1000px) {
    .col-12.h-10.col-md-3.side-menu {
        z-index: 8;
        padding-left: 0 !important;
    }
}
*/

/*.first-block, .second-block, .main-block, */

.last-block {
    height: 70px !important;
}
	@media (max-width: 769px) {
	.last-block {
		display: none;
	}
}


.second-block {
    display: none;
}

.main-block {
	position: absolute;
	left: 0%;
	height: 100%;
	width: 100%;
}
.text-block{
	display: none;
	position: absolute;
	left: 0%;
	height: 0;
	width: 0;
}

.breadcrumbs-area {
    font-size: var(--font-text);
    text-align: center;
    margin: 0;
    padding: 0 0 0 10%;
    width: 100%;
}

.guide_bread_wrapper {
    font-size: var(--font-text);
    position: absolute;
    width: 70%;
    margin: auto;
    left: 15%;
    top: 5%;
    padding: 0;
    display: flex;
    text-align: center;
    justify-content: center;
    padding-right: 6%;
}

.breadcrumbs-aria-item:last-child .breadcrumbs-link {
    color: white;
    pointer-events: none;
}

/*.breadcrumbs-aria-item:not(:last-child):after {
    content: "";
    margin-left: 5px;
}

.breadcrumbs-item:not(:last-child)::after {
    content: "";
    margin: 0 0.5em;
}*/


.title-area {
    display: grid;
    align-items: baseline;
    flex-wrap: wrap;
    justify-content: flex-end;
    font-size: var(--font-h1);
    font-weight: 500;
    text-align: right;
    position: absolute;
    /*max-width: 70%;*/
    margin: auto;
    right: 15%;
    bottom: 5%;
    line-height: 1.15;
    cursor: pointer;
    padding: 1rem 2rem;
    border-radius: 8px;
    background: linear-gradient(135deg, rgba(var(--page-color-rgb, 217, 191, 119), 0.15), rgba(var(--page-color-rgb, 217, 191, 119), 0.05));
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.2);
    transition: all 0.3s ease;
    user-select: none;
    padding-right: 7rem;
}

.title-area::after {
    content: '→';
    position: absolute;
    right: 1rem;
    top: 50%;
    transform: translateY(-50%);
    font-size: 1.5em;
    opacity: 0.7;
    transition: all 0.3s ease;
}

.title-area--empty {
    display: none !important;
}

.title-area:hover {
    background: linear-gradient(135deg, rgba(var(--page-color-rgb, 217, 191, 119), 0.25), rgba(var(--page-color-rgb, 217, 191, 119), 0.1));
    border-color: rgba(255, 255, 255, 0.4);
    transform: translateY(-2px);
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.3);
}

.title-area:hover::after {
    right: 0.5rem;
    opacity: 1;
}

.title-area:active {
    transform: translateY(0);
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}

/* Адаптивность для мобильных устройств */
@media (max-width: 768px) {
    .title-area {
        font-size: calc(var(--font-h1) * 0.8);
        padding: 0.75rem 1.5rem;
        width: 80%;
        right: 10%;
    }

    .title-area::after {
        font-size: 1.2em;
    }
}

@media (max-width: 480px) {
    .title-area {
        font-size: calc(var(--font-h1) * 0.7);
        padding: 0.5rem 1rem;
        width: 85%;
        right: 7.5%;
    }
}

.description-area{
	padding-bottom: calc((var(--font-h1) - var(--font-text)) / 2 - 1px);
	display: flex;
	align-items: baseline;
	font-size: var(--font-text);
	overflow: hidden;
	text-align:center;
	justify-content: center;
	display: none;
    position: absolute;
    max-height: 14%;
    width: 70%;
    margin: auto;
	left: 15%;
    bottom: 5%;
}

.first-block {
    height: calc(35% - 70px) !important;
}

.guide-popup-container {
    display: none;
    position: fixed;
    z-index: 1000;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    opacity: 0;
    transition: opacity 0.6s ease;
}
    .guide-popup-container.active-popup {
        opacity: 1;
    }
.guide-popup-filter{
	z-index: 999;
    width:100%;
    height: 100%;
    background-color: rgba(0,0,0,0.8);
    overflow:hidden;
    position:fixed;
    top:0px;
}
.guide-popup-content {
    /*	padding:1.5rem;*/
    vertical-align: middle;
    text-align: center;
    z-index: 1000;
    position: absolute;
    left: 50vw;
    transform: translateX(-50%);
    aspect-ratio: 2/3;
    height: 80vh;
    top: 10vh;
    background-color: rgba(15, 21, 26, 0.8);
    border: 1px solid rgb(217, 191, 119);
    border-radius: 2rem;
    box-shadow: 0px 0px 10px #000;
    color: white;
    overflow: hidden;
}
.guide-popup-text {
    flex: 1;
    padding: 1rem 1rem 0 1rem;
    overflow-y: scroll;
    height: 100%;
    width: 100%;
    text-align: justify;
    font-size: clamp(11px, 0.9vw, 24px);
    overflow-y: scroll;
    margin-bottom: max(70px, min(45px, 5vw));
    line-height: 1.6;
}
/*.guide-popup-text::after {
    content: '';
    position: absolute;
    bottom: calc(5% + 1.3rem);
    left: 0;
    right: 0;
    height: 1px;
    background: linear-gradient(to right, rgba(15, 21, 26, 0.8), #333 15%, var(--page-color) 50%, #333 85%, rgba(15, 21, 26, 0.8));
}
*/
.guide-popup-text li {
    list-style-type: circle;
    padding: 0.2rem 0;
}

.guide-show-btn{
	width: fit-content;
	text-align:center;
	vertical-align:middle;
	color: white;
	cursor: pointer;
    min-width: 5%;
    min-height: 5%;
    aspect-ratio: 1;
}

.close-btn {
    position: absolute;
    bottom: calc(max(70px, min(45px, 5vw)) / 2);
    left: 50%;
    height: fit-content;
    min-width: 20%;
    text-align: center;
    align-content: center;
    vertical-align: middle;
    color: white;
    cursor: pointer;
    z-index: 1000;
    transform: translate(-50%, 50%);
    font-size: clamp(11px, 0.9vw, 24px);
}

@media(max-height:600px){
	.description-area{
	display: none !important;
	}
	
}
@media (min-width: 1000px) {
    .main-block{
        height: 100% !important;
		width: 50%;
    }
	.text-block{
		display: block;
		position: absolute;
		left: 50%;
		height: 100%;
		width: 50%;
	}
	.description-area{
		display: flex;
	}

    .guide-popup-content {
        position: absolute;
        aspect-ratio: 2 / 3;
        height: 80vh;
        top: 10vh;
        border-radius: 28px;
    }
	
}
@media (min-width: 1600px) {
    .guide-popup-content {
        position: absolute;
        aspect-ratio: 2 / 3;
        height: 85vh;
        top: 5vh;
        border-radius: 29px;
    }
}
@media (min-width: 2000px) {
    .guide-popup-text {
        font-size: clamp(11px, 1.05vw, 28px);
        padding: 2rem 2rem 0 2rem;
    }
    .close-btn {
        font-size: clamp(11px, 1.05vw, 28px);
    }
}

.slider .filter {
    display: none;
    position: absolute;
    width: 100%;
    height: 115%;
    left: -15%;
    top: -8%;
    background:rgba(0,0,0,0.25);
    transition: 0.7s ease;

    filter:blur(35px);
    -o-filter:blur(35px);
    -ms-filter:blur(35px);
    -moz-filter:blur(35px);
    -webkit-filter:blur(35px);
}

@media (min-width: 1000px) {
    .slider .filter {
        display: block;
    }
}





.btn-glorious{
    --bs-btn-color: #fff;
    --bs-btn-bg: rgb(217, 191, 119);
    --bs-btn-border-color: rgb(217, 191, 119);
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg:rgb(217, 191, 119);
    --bs-btn-hover-border-color: rgba(0, 0, 0, 0.8);
    --bs-btn-focus-shadow-rgb: 0, 0, 0;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: rgb(217, 191, 119);
    --bs-btn-active-border-color: rgb(0, 0, 0);
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #fff;
    --bs-btn-disabled-bg:rgb(217, 191, 119);
    --bs-btn-disabled-border-color: rgb(217, 191, 119);
}

.instruction-overlay {
	position: fixed;
	background-color: rgba(0, 0, 0, 0.5);
	top: 0; left: 0; width: 100%; height: 100%;
	z-index: 1000;
	display: none; /* ??? ? ????? */
}

.instruction-box {

	padding: 20px;
	border-radius: 8px;
	box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.3);
	max-width: 80%;
	word-wrap: break-word;
  
  
  
  	vertical-align:middle;
	text-align: center;
	z-index: 10000;
	position:absolute;

    background-color: rgba(0,0,0,0.8);
	border-width:2px;
	border-color: rgb(217, 191, 119);
	border-style: solid;
	color:white;
}

/* ??? ??? ????? */
.instruction-buttons {
	display: flex;
	justify-content: space-between;
	margin-top: 10px;
}

.instruction-buttons button {
	padding: 5px 10px;
}

/* ????? ??? */
.instruction-step-index {
	position: absolute;
	top: 10px; right: 10px;
	background: rgba(0, 0, 0, 0.7);
	color: #fff;
	padding: 5px 10px;
	border-radius: 4px;
	font-size: 14px;
	}



@media(max-width: 1000px) {

    .guide_bread_wrapper {
        top: var(--header-height);
        font-size: min(18px, 3vw);
        text-align: left;
        position: absolute;
        width: 100%;
        margin: auto;
        left: 0;
        padding: 1% 3% 1% 3%;
        background-color: rgba(15, 21, 26, 0.5);
        backdrop-filter: blur(5px);
/*        min-height: calc(1.5rem* 3);*/
        display: flex;
        gap: 0 10px;
        align-content: center;
    }
    .guide-show-btn {
        min-height: max(5vw, 28px);
        align-content: center;
    }
    .guide-popup-content {
        top: calc(5% + var(--header-height));
    }

    .breadcrumbs-area {
        top: var(--header-height);
        font-size: min(18px, 3vw);
        text-align: left;
        width: 100%;
        margin: auto;
        left: 0;
/*        min-height: calc(1.5rem * 3);*/
        display: flex;
        flex-wrap: wrap;
        gap: 0 10px;
        align-content: center;
        padding: 0 0 0 5%;
    }

    .breadcrumbs-aria-item {
        width: fit-content;
        height: fit-content;
    }
}

@media (max-width: 1000px) and (orientation: portrait) {
    .guide-show-btn {
        left: 3%;
        top: calc(1% + var(--header-height));
        min-height: max(5vw, 28px);
    }
}

@media(max-width: 768px) {
	.guide-show-btn {
		left: 3%;
		top: calc(0.8rem + var(--header-height));
		min-height: min(5vw, 24px);
	}

	.breadcrumbs-area {
		min-height: calc(1.4rem * 2);
		font-size: min(14px, 3vw);
	}

	.breadcrumbs-aria-item {
		/*        flex: 1 1 auto;*/
	}
}


.inner-thumb-substitute{
	display: none;
    touch-action: none;
    -ms-touch-action: none;
    position: absolute;
    z-index: 200;
    -moz-user-select: none;
    -html-user-select: none;
    user-select: none;
    font-family: "Inter", sans-serif;
    width: 100%;
    height: 100%;
    background-size: 100%;
    background-repeat: no-repeat;
    background-position-y: 79.3%;
}


.text-area-substitute {
    top: 65%;
    width: 50%;
    left: 25%;
    text-align: center;
    touch-action: none;
    -ms-touch-action: none;
    pointer-events: none;
    display: grid;
    align-items: center;
    white-space: normal;
    font-weight: 300;
    line-height: 1;
}

.inner-thumb-substitute-2 {
    display: none;
    touch-action: none;
    -ms-touch-action: none;
    position: absolute;
    z-index: 200;
    -moz-user-select: none;
    -html-user-select: none;
    user-select: none;
    font-family: "Inter", sans-serif;
    width: 100%;
    height: 100%;
    background-size: 100%;
    background-repeat: no-repeat;
    background-position-y: 79.3%;
}

.text-area-substitute-2 {
    top: 65%;
    width: 50%;
    left: 25%;
    text-align: center;
    touch-action: none;
    -ms-touch-action: none;
    pointer-events: none;
    display: grid;
    align-items: center;
    white-space: normal;
    font-weight: 300;
    line-height: 1;
}


/* ??? ?? Swiper */
.swiper-container {
    width: 100%;
    height: 100%;
}

.swiper-slide {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

.guide-slide-image-wrapper {
    flex: 1;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.guide-slide-image {
    width: 100%;
    height: 100%;
    max-width: 100%;
    max-height: 100%;
    opacity: 0;
    transform: scale(1);
    transition: transform 0.5s ease, opacity 0.5s ease;
    object-fit: cover;
}


    .guide-slide-image.active {
        opacity: 1;
        transform: scale(1.2);
    }

.sliderGuideN, .sliderGuideP {
    bottom: calc(max(70px, min(45px, 5vw)) / 2);
    color: var(--gold);
    top: auto !important;
    transform: translateY(50%);
    height: 2rem;
}

.swiper-button-next.sliderGuideN:after, .swiper-button-prev.sliderGuideP:after {
    font-size: calc(var(--swiper-navigation-size)* 0.7);
}

/*.swiper-horizontal > .swiper-pagination-progressbar.sliderGuide, .swiper-pagination-progressbar.sliderGuide.swiper-pagination-horizontal {
    top: 44%;
}*/

.swiper-pagination-progressbar.sliderGuide .swiper-pagination-progressbar-fill {
    background: var(--gold);
}

.swiperSlider::after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    height: 1px;
    background: linear-gradient(to right, rgba(15, 21, 26, 0.8), #333 15%, var(--page-color) 50%, #333 85%, rgba(15, 21, 26, 0.8));
    bottom: max(70px, min(45px, 5vw));
}
.guideGreen {
    color: #00FF4C
}

.guideRed {
    color: #FF0000
}

.guideGold {
    color: #FFBE0A
}

    @media (max-width: 1000px) and (orientation: portrait) {
        .guide-show-btn {
            left: 3%;
            top: calc(1% + var(--header-height));
            min-height: max(5vw, 28px);
        }
        .guide-popup-text {
            font-size: clamp(16px, 2.2vw, 24px);
        }
        .close-btn {
            font-size: clamp(16px, 2.2vw, 24px);
        }
    }

    @media(max-width: 768px) {
        .swiper-horizontal > .swiper-pagination-progressbar.sliderGuide, .swiper-pagination-progressbar.sliderGuide.swiper-pagination-horizontal {
           height: 2px;
        }
        .swiper-button-next.sliderGuideN:after, .swiper-button-prev.sliderGuideP:after {
            font-size: calc(var(--swiper-navigation-size)* 0.5);
        }
        .guide-popup-content {
            vertical-align: middle;
            text-align: center;
            z-index: 1000;
            position: absolute;
            height: fit-content;
            max-height: calc(90vh - var(--header-height));
            min-height: 300px;
            aspect-ratio: 9 / 12;
            max-width: 90vw;
            min-width: 320px;
            top: 50%;
            transform: translate(-50%, -50%);
            border-radius: 20px;
        }

        .guide-show-btn {
            min-height: min(5vw, 24px);
        }

        .breadcrumbs-area {
            font-size: min(14px, 3vw);
        }
        .guide_bread_wrapper {
            min-height: calc(1rem * 3)
        }

        .breadcrumbs-aria-item {
            /*        flex: 1 1 auto;*/
        }
        .guide-popup-text {
            margin-bottom: max(45px, max(5vh, 5vw));
            font-size: clamp(9px, 3vw, 18px);
        }
        .close-btn {
            font-size: clamp(9px, 3vw, 18px);
        }
        .swiperSlider::after {
            bottom: max(45px, max(5vh, 5vw));
        }
        .sliderGuideN, .sliderGuideP {
            bottom: calc(max(45px, max(5vh, 5vw)) / 2);
        }
        .close-btn {
            bottom: 1rem;
            transform: translate(-50%, 0);
        }

    }


