@font-face {
    font-family: 'VivlRail';
    src: url('/assets/fonts/vivlrail/vivl-rail.otf') format('opentype'),
	     url('/assets/fonts/vivlrail/vivl-rail.woff2') format('woff2');
}
/** Montserrat Thin **/
@font-face {
    font-family: "Montserrat";
    font-weight: 100;
    font-style: normal;
    src: url("../fonts/montserrat/-Thin.woff2") format("woff2"),
         url("../fonts/montserrat/-Thin.woff") format("woff");
}


/** Montserrat ExtraLight **/
@font-face {
    font-family: "Montserrat";
    font-weight: 200;
    font-style: normal;
    src: url("../fonts/montserrat/-ExtraLight.woff2") format("woff2"),
         url("../fonts/montserrat/-ExtraLight.woff") format("woff");
}


/** Montserrat Light **/
@font-face {
    font-family: "Montserrat";
    font-weight: 300;
    font-style: normal;
    src: url("../fonts/montserrat/-Light.woff2") format("woff2"),
         url("../fonts/montserrat/-Light.woff") format("woff");
}



/** Montserrat Regular **/
@font-face {
    font-family: "Montserrat";
    font-weight: 400;
    font-style: normal;
    src: url("../fonts/montserrat/-Regular.woff2") format("woff2"),
         url("../fonts/montserrat/-Regular.woff") format("woff");
}



/** Montserrat Medium **/
@font-face {
    font-family: "Montserrat";
    font-weight: 500;
    font-style: normal;
    src: url("../fonts/montserrat/-Medium.woff2") format("woff2"),
         url("../fonts/montserrat/-Medium.woff") format("woff");
}



/** Montserrat SemiBold **/
@font-face {
    font-family: "Montserrat";
    font-weight: 600;
    font-style: normal;
    src: url("../fonts/montserrat/-SemiBold.woff2") format("woff2"),
         url("../fonts/montserrat/-SemiBold.woff") format("woff");
}



/** Montserrat Bold **/
@font-face {
    font-family: "Montserrat";
    font-weight: 700;
    font-style: normal;
    src: url("../fonts/montserrat/-Bold.woff2") format("woff2"),
         url("../fonts/montserrat/-Bold.woff") format("woff");
}


/** Montserrat ExtraBold **/
@font-face {
    font-family: "Montserrat";
    font-weight: 800;
    font-style: normal;
    src: url("../fonts/montserrat/-ExtraBold.woff2") format("woff2"),
         url("../fonts/montserrat/-ExtraBold.woff") format("woff");
}


/** Montserrat Black **/
@font-face {
    font-family: "Montserrat";
    font-weight: 900;
    font-style: normal;
    src: url("../fonts/montserrat/-Black.woff2") format("woff2"),
         url("../fonts/montserrat/-Black.woff") format("woff");
}


.slick-wrapper, .slick-track, .fura-2 {
    height: 100vh;
}

body.scroll-blocked {
    overflow-y: hidden;
}
 body.no-scroll {
            overflow: hidden;
        }

.slick-list {
    position: relative;
    display: block;
    overflow: visible !important; /* Установите overflow как visible */
    margin: 0;
    padding: 0;
}

body.scroll-enabled {
    overflow-y: hidden;
}

.swiper {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
}

.page-desktop {
	display: none;
}


.swiper {
 overflow: unset !important;
}

.title-snvs {
    height: 100vh;
    overflow-y: auto; /* Разрешаем прокрутку внутри контейнера */
}

html, body {
    height: 100vh;
    margin: 0;
    padding: 0;

}
body.lock-scroll {
    overflow: hidden;
}

.page-snvs {
    color: #ffffff;
}

#tdvb3DViewerBlock-999999 .tdvb3DViewerBlock model-viewer {
    width: 450px;
    height: 450px;
}
#tdvb3DViewerBlock-4729a1c4-b .tdvb3DViewerBlock model-viewer {
	width: 300px;
    height: 300px;
}

.wp-block-tdvb-td-viewer .tdvb3DViewerBlock model-viewer::part(default-progress-bar) {
	display: none !important;
}

body {
    /* cursor: url('/img/svg/cursor.svg'), auto; */

}
.container img {

        width: 150px;
        aspect-ratio: auto 150 / 150;
        height: 150px;
    }
.save-snvs {
    opacity: 0;
}
/* Стили для основного курсора */
.custom-cursor {
    position: fixed;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-color: transparent;
    pointer-events: none;
    z-index: 9999;
    /* mix-blend-mode: difference;*/
    background-image: url('/img/svg/cursor.svg');
}

Стили для курсора контейнера .slider-snvs
.custom-cursor-left-right {
    position: fixed;
    width: 124px;
    height: 54px;
    background-color: transparent;
    pointer-events: none;
    z-index: 9999;
    background-image: url('/img/svg/cursor-left-right.svg');
}

.custom-cursor-preloader {
    position: fixed;
    width: 54px;
    height: 89px;
    background-color: transparent;
    pointer-events: none;
    z-index: 9999;
    background-image: url('/img/svg/cursor-down.svg');
}

.custom-cursor-up {
    position: fixed;
    width: 54px;
    height: 89px;
    background-color: transparent;
    pointer-events: none;
    z-index: 9999;
    background-image: url('/img/svg/cursor-up.svg');
}

.preloader {
    background-image: url("/img/preloader.webp");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    height: 100vh;
    width: 100%;
    font-family: 'Montserrat', sans-serif;
    display: block;
    position: fixed;
    z-index: 10000000;
}

.preloader-img {
    background-image: url("/img/svg/preloader-img.svg");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.loader {
    width: 195px;
}

.page-desktop {
    background-image: url("/img/desktop.webp");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    height: 500vh;
    width: 100%;
    font-family: 'Montserrat', sans-serif;
    overflow: hidden;
}
.title-snvs, .slider-snvs, .menu-2-snvs {
    height: 100vh;
}
.menu-1-snvs {
    height: 76vh;
}

.footer-snvs {
    height: 100vh;
}

.g-15, .gy-15 {
    --bs-gutter-y: 15rem !important;
}
.g-23, .gx-23 {
    --bs-gutter-x: 23rem !important;
}
.preloader-img {
    width: 650px;
    height: 650px;
}
.preloader-sphere {
    width: 300px;
    height: 300px;
}
.loader-button {
    display: none;
}
.loader-button img{
    width: 70px;
    height: 70px
}
.menu-2-snvs {
    position: relative;
}
.menu-sphere-radius{
    width: 650px;
    height: 650px;
}
.menu-shpere {
    width: 450px;
    height: 450px;
}
.text-white {
    position: absolute;
    width: 140vh;
    left: 15%;
    top: 23%;
}

.menu-text-1 {
    opacity: 0;
    transition: opacity 0.3s ease;
    position: absolute;
    right: 28%;
    width: 100%;
    top: 105px;
}

.menu-title-1:hover + .menu-text-1 {
    opacity: 1;
}

.menu-text-2 {
    opacity: 0;
    transition: opacity 0.3s ease;
    position: absolute;
    left: 28%;
    width: 100%;
    top: 105px;
}

.menu-title-2:hover + .menu-text-2 {
    opacity: 1;
}


.menu-text-3 {
    opacity: 0;
    transition: opacity 0.3s ease;
    position: absolute;
    right: 28%;
    width: 100%;
    top: 105px;
}

.menu-title-3:hover + .menu-text-3 {
    opacity: 1;
}

.menu-text-4 {
    opacity: 0;
    transition: opacity 0.3s ease;
    position: absolute;
    left: 28%;
    width: 100%;
    top: 105px;
}

.menu-title-4:hover + .menu-text-4 {
    opacity: 1;
}

.menu-1, .menu-2, .menu-3, .menu-4 {
    position: relative;
}
.swiper {
    height: 100vh;
}
.swiper-slide {
    position: relative;
}
.fura-1 {
    position: relative;
    height: 100vh;
}
.fura-1 > img {
    position: relative;
    transform: translate(0rem, -48rem);
    max-width: 104%;
    height: auto;
}

.video-snvs {
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 48.25%; /* 16:9 aspect ratio */
}

.video-snvs video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover; /* Ensures the video covers the container */
}

.vivl {
    font-family: 'VivlRail', sans-serif;
}
.green-text {
    color: #00c6ba;
}

.red-text {
    color: #ff4747;
}


.fura-text-red-title {
    font-family: 'VivlRail', sans-serif;
    font-size: 75px;
    color: #ff4747;
}
.fura-text-red {
    position: relative;
    transform: translateY(-100rem);
}
.fura-text-green-title {
    font-family: 'VivlRail', sans-serif;
    font-size: 230px;
    color: #00c6ba;
    line-height: 10rem;
	
	transform: translate(-18px, 6px);
}

.fura-text-green-title-1 {
    font-family: 'VivlRail', sans-serif;
    font-size: 230px;
    color: #00c6ba;
    line-height: 10rem;
}

.snvs-not {
    font-size: 220px;
    line-height: 10rem;
}
.fura-text-green {
    position: relative;
    transform: translate(5rem, -54rem);
}

.w-40 {
    width: 40%!important;
}
.w-85 {
    width: 85%!important;
}
.w-46 {
    width: 46%;
}

.start-15 {
    left: 15%;
}

.top-23 {
    top: 8%;
}

.title-snvs-title {
    font-family: 'VivlRail', sans-serif;
    font-size: 85px;
    color: #ffffff;
}

.slider-snvs {
    display: flex;
    height: 100vh;

}

.slide {
    flex: 0 0 100%;
    height: 100vh;
}

.footer-snvs-mob{
    display: none;
}

.menu-2-snvs-mob{
    display: none;
}

.accordion {
    --bs-accordion-color: #ffffff !important;
    --bs-accordion-bg: none  !important;
    --bs-accordion-border-color: none  !important;
    --bs-accordion-btn-color: #ffffff  !important;
}

.accordion-button:not(.collapsed) {
    color: white !important;
    background-color: transparent !important;
}

.accordion-button > img {
    width: 75px;
}

.fura-1-mob{
    display: none;

}
.fura-2-mob{
    display: none;

}

/* Desktop 2560 x 1440 */
@media (max-width: 2560px) {
 
}

/* Desktop 1920 x 1080 */
@media (max-width: 1920px) {
 
}

/* Desktop 1600 x 900 */
@media (max-width: 1600px) {
    .start-15 {
        left: 6%;
    }
    .fura-1 > img {
    transform: translate(0rem, -38rem);
}
.w-46 {
    width: 53%;
}
.fura-text-red {
    position: relative;
    transform: translateY(-87rem);
}
.fura-text-green {

    transform: translate(2rem, -47rem);
}

.start-15 {
    left: 8%;
}

.top-23 {
    top: 7%;
}

}

/* Desktop 1536 x 864, iMac 21.5" */
@media (max-width: 1536px) {
 .w-46 {
    width: 54%;
}
.top-23 {
    top: 12%;
}

.fura-text-green {
    position: relative;
    transform: translate(3rem, -50rem);
}
.fura-2 > img {
        transform: translateY(-2rem);
    }
    .fura-1 > img {
    transform: translate(0rem, -41rem);
}
.fura-text-red {
    transform: translateY(-87rem);
}

#tdvb3DViewerBlock-999999 .tdvb3DViewerBlock model-viewer {
    width: 300px;
    height: 300px;
}

.menu-shpere {
    width: 300px;
    height: 300px;
}

.g-23, .gx-23 {
    --bs-gutter-x: 17rem !important;
}
.g-15, .gy-15 {
    --bs-gutter-y: 12rem !important;
}

.menu-text-1,  .menu-text-2, .menu-text-3,  .menu-text-4 {
    width: 85%;
}

}

/* Laptop 1440 x 900 */
@media (max-width: 1440px) {
    .start-15 {
        left: 4%;
    }
    .top-23 {
        top: 10%;
    }

    .fura-text-red {
        transform: translateY(-78rem);
    }
    .fura-1 > img {
        transform: translate(0rem, -30rem);
    }
    .w-46 {
        width: 56%;
    }
    .video-snvs video {
        top: 6rem;
    }

.fura-2 > img {
    transform: translateY(5rem);
}
    .fura-text-green {
        transform: translate(2rem, -46rem);
    }
    .fura-text-green-title {
        font-size: 230px;
    }

    #textfs2 {
        font-size: 1.8rem !important;
    }
    #tdvb3DViewerBlock-999999 .tdvb3DViewerBlock model-viewer {
    width: 300px;
    height: 300px;
}

.menu-shpere {
    width: 300px;
    height: 300px;
}

.g-23, .gx-23 {
    --bs-gutter-x: 17rem !important;
}
.g-15, .gy-15 {
    --bs-gutter-y: 12rem !important;
}

.menu-text-1,  .menu-text-2, .menu-text-3,  .menu-text-4 {
    width: 80%;
}
}

/* Laptop, MacBook Air 13, Pro 15 1366 x 768 */
@media (max-width: 1366px) {
    .w-46 {
        width: 56%;
    }
    .fura-text-red {
        transform: translateY(-78rem);
    }
    .fura-text-green {
    transform: translate(2rem, -45rem);
    }
    .fura-2 > img {
    transform: translateY(2rem);
}
.fura-1 > img {
    transform: translate(0rem, -33rem);
}

#tdvb3DViewerBlock-999999 .tdvb3DViewerBlock model-viewer {
    width: 300px;
    height: 300px;
}

.menu-shpere {
    width: 300px;
    height: 300px;
}

.g-23, .gx-23 {
    --bs-gutter-x: 17rem !important;
}
.g-15, .gy-15 {
    --bs-gutter-y: 16rem !important;
}

.menu-text-1,  .menu-text-2, .menu-text-3,  .menu-text-4 {
    width: 85%;
}

.start-15 {
    left: 9%;
}

.top-23 {
    top: 12%;
}

}
/* Desktop 1280 x 1024, iMac 27" */
@media (max-width: 1280px) and (max-height: 1024px){
     .title-snvs-title {
        font-size: 78px;
    }
    .w-46 {
        width: 59%;
    }
    .fura-text-red {
        transform: translateY(-59rem);
    }
    .fura-1 > img {
    transform: translate(0rem, -15rem);
}
.fura-2 > img {
    transform: translateY(19rem);
}
.fura-text-green {
    transform: translate(2rem, -29rem);
}

#tdvb3DViewerBlock-999999 .tdvb3DViewerBlock model-viewer {
    width: 300px;
    height: 300px;
}

.menu-shpere {
    width: 300px;
    height: 300px;
}

.g-23, .gx-23 {
    --bs-gutter-x: 17rem !important;
}
.g-15, .gy-15 {
    --bs-gutter-y: 16rem !important;
}

.menu-text-1,  .menu-text-2, .menu-text-3,  .menu-text-4 {
    width: 85%;
}

.start-15 {
    left: 6%;
}

.top-23 {
    top: 9%;
}

}
/* Laptop 1280 x 800 */
@media (max-width: 1280px) and (max-height: 800px) {
    .title-snvs-title {
        font-size: 78px;
    }
    .w-46 {
        width: 59%;
    }
    .fura-text-red {
        transform: translateY(-72rem);
    }
    .fura-1 > img {
    transform: translate(0rem, -26rem);
}
.fura-2 > img {
    transform: translateY(3rem);
}
.fura-text-green {
    transform: translate(2rem, -42rem);
}

#tdvb3DViewerBlock-999999 .tdvb3DViewerBlock model-viewer {
    width: 300px;
    height: 300px;
}

.menu-shpere {
    width: 300px;
    height: 300px;
}

.g-23, .gx-23 {
    --bs-gutter-x: 17rem !important;
}
.g-15, .gy-15 {
    --bs-gutter-y: 16rem !important;
}

.menu-text-1,  .menu-text-2, .menu-text-3,  .menu-text-4 {
    width: 85%;
}

.start-15 {
    left: 6%;
}

.top-23 {
    top: 9%;
}


}



/* Laptop, MacBook Air 11 1024 x 768 */
@media (max-width: 1024px) and (max-height: 768px){
 .title-snvs-title {
    font-size: 63px;
}
.fura-1 > img {
    transform: translate(0rem, -14rem);
}
.w-46 {
    width: 75%;
}
.fura-text-red {
    transform: translateY(-57rem);
}
.fura-2 > img {
    transform: translateY(10rem);
}
.fura-text-green {
    transform: translate(2rem, -33rem);
}

#tdvb3DViewerBlock-999999 .tdvb3DViewerBlock model-viewer {
    width: 250px;
    height: 250px;
}

.menu-shpere {
    width: 250px;
    height: 250px;
}

.g-23, .gx-23 {
    --bs-gutter-x: 6rem !important;
}
.g-15, .gy-15 {
    --bs-gutter-y: 17rem !important;
}

.menu-text-1,  .menu-text-2, .menu-text-3,  .menu-text-4 {
    width: 84%;
}

.start-15 {
    left: 4%;
}

.top-23 {
    top: 8%;
}


}

/* iPhone 12 Pro Max 428 x 926 */
@media (max-width: 428px) and (max-height: 926px) {

    #menu-1-snvs{display:none;}
    
  .preloader-img {
    width: 100%;
    height: 500px;
  }

  #tdvb3DViewerBlock-4729a1c4-b .tdvb3DViewerBlock model-viewer {
    width: 230px;
    height: 230px;
  }

  .preloader-sphere {
    width: 230px;
    height: 230px;
  }

  #progressloader {
    justify-content: center !important;
  }
  .title-snvs-title {
    font-size: 40px;
}

.footer-snvs {
    display: none;
}

.footer-snvs-mob{
    display: block !important;
    height: 100vh;
}

.menu-2-snvs {
    display: none;
}

.menu-2-snvs-mob{
    display: contents  !important;
    height: 100vh;
}

.menu-sphere-radius {
    width: 100%;
    height: 100%;
}

.fura-1 {
   display: none; 
}

.fura-1-mob{
    display: block !important;
    height: 100vh;
}

.fura-1-mob > div > img {
    width: 97vh;
    transform: translate(-24rem, -32rem);
}

.fura-text-red-title {
    font-family: 'VivlRail', sans-serif;
    font-size: 35px;
    color: #ff4747;
}

.slide {
    width: 100%
}

.mt-x {
    margin-top: -35.75rem!important;
}

.fura-2 {
   display: none; 
}

.fura-2-mob{
    display: block !important;
    height: 100vh;
}

.fura-2-mob > div > img {
    width: 95vh;
    transform: translate(-28rem, -9rem);
}
.mt-x-2 {
    margin-top: -10.75rem!important;
}

.fura-text-green-title {
    font-size: 100px;
    line-height: 4rem;
}

.snvs-not {
    font-size: 90px;
    line-height: 2rem;
}

#tdvb3DViewerBlock-999998 .tdvb3DViewerBlock model-viewer {
    width: 350px;
    height: 350px;
}

.menu-shpere {
    width: 350px;
    height: 350px;
}

}

/* iPhone 12 Mini 414 x 896 */
@media (max-width: 414px) and (max-height: 896px) {
    #menu-1-snvs{display:none;}
  .preloader-img {
    width: 100%;
    height: 500px;
  }

  #tdvb3DViewerBlock-4729a1c4-b .tdvb3DViewerBlock model-viewer {
    width: 230px;
    height: 230px;
  }

  .preloader-sphere {
    width: 230px;
    height: 230px;
  }

  #progressloader {
    justify-content: center !important;
  }
    .title-snvs-title {
    font-size: 40px;
}

.footer-snvs {
    display: none;
}

.footer-snvs-mob{
    display: block !important;
    height: 100vh;
}

.menu-2-snvs {
    display: none;
}

.menu-2-snvs-mob{
    display: contents  !important;
    height: 100vh;
}

.menu-sphere-radius {
    width: 100%;
    height: 100%;
}

.fura-1 {
   display: none; 
}

.fura-1-mob{
    display: block !important;
    height: 100vh;
}

.fura-1-mob > div > img {
    width: 97vh;
    transform: translate(-23rem, -32rem);
}

.fura-text-red-title {
    font-family: 'VivlRail', sans-serif;
    font-size: 35px;
    color: #ff4747;
}

.slide {
    width: 100%
}

.mt-x {
    margin-top: -35.75rem!important;
}

.fura-2 {
   display: none; 
}

.fura-2-mob{
    display: block !important;
    height: 100vh;
}

.fura-2-mob > div > img {
    width: 95vh;
    transform: translate(-27rem, -9rem);
}
.mt-x-2 {
    margin-top: -10.75rem!important;
}

.fura-text-green-title {
    font-size: 100px;
    line-height: 4rem;
}

.snvs-not {
    font-size: 90px;
    line-height: 2rem;
}

#tdvb3DViewerBlock-999998 .tdvb3DViewerBlock model-viewer {
    width: 300px;
    height: 300px;
}

.menu-shpere {
    width: 300px;
    height: 300px;
}

}

/* iPhone 11 Pro, Xs, X 414 x 736 */
@media (max-width: 414px) and (max-height: 736px) {
    #menu-1-snvs{display:none;}
  .preloader-img {
    width: 100%;
    height: 500px;
  }

  #tdvb3DViewerBlock-4729a1c4-b .tdvb3DViewerBlock model-viewer {
    width: 230px;
    height: 230px;
  }

  .preloader-sphere {
    width: 230px;
    height: 230px;
  }

  #progressloader {
    justify-content: center !important;
  }
    .title-snvs-title {
    font-size: 32px;
}

.footer-snvs {
    display: none;
}

.footer-snvs-mob{
    display: block !important;
    height: 100vh;
}

.menu-2-snvs {
    display: none;
}

.menu-2-snvs-mob{
    display: contents  !important;
    height: 100vh;
}



.menu-sphere-radius {
    width: 100%;
    height: 100%;
}

.fura-1 {
   display: none; 
}

.fura-1-mob{
    display: block !important;
    height: 100vh;
}

.fura-1-mob > div > img {
    width: 97vh;
    transform: translate(-16rem, -33rem);
}

.fura-text-red-title {
    font-family: 'VivlRail', sans-serif;
    font-size: 35px;
    color: #ff4747;
}

.slide {
    width: 100%
}

.mt-x {
    margin-top: -36.75rem!important;
}

.fura-2 {
   display: none; 
}

.fura-2-mob{
    display: block !important;
    height: 100vh;
}

.fura-2-mob > div > img {
    width: 95vh;
    transform: translate(-20rem, -9rem);
}
.mt-x-2 {
    margin-top: -10.75rem!important;
}

.fura-text-green-title {
    font-size: 100px;
    line-height: 4rem;
}

.snvs-not {
    font-size: 90px;
    line-height: 2rem;
}
#tdvb3DViewerBlock-999998 .tdvb3DViewerBlock model-viewer {
    width: 300px;
    height: 300px;
}

.menu-shpere {
    width: 300px;
    height: 300px;
}
}

/* iPhone 12, 12 Pro 390 x 844 */
@media (max-width: 390px) and (max-height: 844px) {
    #menu-1-snvs{display:none;}
  .preloader-img {
    width: 100%;
    height: 450px;
  }

  #tdvb3DViewerBlock-4729a1c4-b .tdvb3DViewerBlock model-viewer {
    width: 230px;
    height: 230px;
  }

  .preloader-sphere {
    width: 230px;
    height: 230px;
  }

  #progressloader {
    justify-content: center !important;
  }
    .title-snvs-title {
    font-size: 32px;
}

.footer-snvs {
    display: none;
}

.footer-snvs-mob{
    display: block !important;
    height: 100vh;
}

.menu-2-snvs {
    display: none;
}

.menu-2-snvs-mob{
    display: contents  !important;
    height: 100vh;
}

.menu-sphere-radius {
    width: 100%;
    height: 100%;
}

.fura-1 {
   display: none; 
}

.fura-1-mob{
    display: block !important;
    height: 100vh;
}

.fura-1-mob > div > img {
    width: 97vh;
    transform: translate(-22.5rem, -33rem);
}

.fura-text-red-title {
    font-family: 'VivlRail', sans-serif;
    font-size: 33px;
    color: #ff4747;
}

.slide {
    width: 100%
}

.mt-x {
    margin-top: -36.75rem!important;
}

.fura-2 {
   display: none; 
}

.fura-2-mob{
    display: block !important;
    height: 100vh;
}

.fura-2-mob > div > img {
    width: 95vh;
    transform: translate(-25.5rem, -9rem);
}
.mt-x-2 {
    margin-top: -10.75rem!important;
}

.fura-text-green-title {
    font-size: 100px;
    line-height: 4rem;
}

.snvs-not {
    font-size: 90px;
    line-height: 2rem;
}
#tdvb3DViewerBlock-999998 .tdvb3DViewerBlock model-viewer {
    width: 300px;
    height: 300px;
}

.menu-shpere {
    width: 300px;
    height: 300px;
}
}

/* iPhone 11, Xr 375 x 812 */
@media (max-width: 375px) and (max-height: 812px) {
    #menu-1-snvs{display:none;}
  .preloader-img {
    width: 100%;
    height: 440px;
  }

  #tdvb3DViewerBlock-4729a1c4-b .tdvb3DViewerBlock model-viewer {
    width: 200px;
    height: 200px;
  }

  .preloader-sphere {
    width: 200px;
    height: 200px;
  }

  #progressloader {
    justify-content: center !important;
  }
      .title-snvs-title {
    font-size: 32px;
}

.footer-snvs {
    display: none;
}

.footer-snvs-mob{
    display: block !important;
    height: 100vh;
}

.menu-2-snvs {
    display: none;
}

.menu-2-snvs-mob{
    display: contents  !important;
    height: 100vh;
}

.menu-sphere-radius {
    width: 100%;
    height: 100%;
}

.fura-1 {
   display: none; 
}

.fura-1-mob{
    display: block !important;
    height: 100vh;
}

.fura-1-mob > div > img {
    width: 97vh;
    transform: translate(-21.5rem, -33rem);
}

.fura-text-red-title {
    font-family: 'VivlRail', sans-serif;
    font-size: 32px;
    color: #ff4747;
}

.slide {
    width: 100%
}

.mt-x {
    margin-top: -36.75rem!important;
}

.fura-2 {
   display: none; 
}

.fura-2-mob{
    display: block !important;
    height: 100vh;
}

.fura-2-mob > div > img {
    width: 95vh;
    transform: translate(-24.5rem, -9rem);
}
.mt-x-2 {
    margin-top: -10.75rem!important;
}

.fura-text-green-title {
    font-size: 100px;
    line-height: 4rem;
}

.snvs-not {
    font-size: 90px;
    line-height: 2rem;
}
#tdvb3DViewerBlock-999998 .tdvb3DViewerBlock model-viewer {
    width: 300px;
    height: 300px;
}

.menu-shpere {
    width: 300px;
    height: 300px;
}
}

/* iPhone 8+, 7+, 6+ 375 x 667 */
@media (max-width: 375px) and (max-height: 667px) {
    #menu-1-snvs{display:none;}
   .preloader-img {
    width: 100%;
    height: 440px;
  }

  #tdvb3DViewerBlock-4729a1c4-b .tdvb3DViewerBlock model-viewer {
    width: 200px;
    height: 200px;
  }

  .preloader-sphere {
    width: 200px;
    height: 200px;
  }

  #progressloader {
    justify-content: center !important;
  }
        .title-snvs-title {
    font-size: 32px;
}

.footer-snvs {
    display: none;
}

.footer-snvs-mob{
    display: block !important;
    height: 100vh;
}

.menu-2-snvs {
    display: none;
}

.menu-2-snvs-mob{
    display: contents  !important;
    height: 100vh;
}

.menu-sphere-radius {
    width: 100%;
    height: 100%;
}

.fura-1 {
   display: none; 
}

.fura-1-mob{
    display: block !important;
    height: 100vh;
}

.fura-1-mob > div > img {
    width: 97vh;
    transform: translate(-15.5rem, -33rem);
}

.fura-text-red-title {
    font-family: 'VivlRail', sans-serif;
    font-size: 32px;
    color: #ff4747;
}

.slide {
    width: 100%
}

.mt-x {
    margin-top: -36.75rem!important;
}

.fura-2 {
   display: none; 
}

.fura-2-mob{
    display: block !important;
    height: 100vh;
}

.fura-2-mob > div > img {
    width: 95vh;
    transform: translate(-18.5rem, -9rem);
}
.mt-x-2 {
    margin-top: -10.75rem!important;
}

.fura-text-green-title {
    font-size: 100px;
    line-height: 4rem;
}

.snvs-not {
    font-size: 90px;
    line-height: 2rem;
}
#tdvb3DViewerBlock-999998 .tdvb3DViewerBlock model-viewer {
    width: 300px;
    height: 300px;
}

.menu-shpere {
    width: 300px;
    height: 300px;
}
}

/* iPhone SE 2, 8, 7, 6 320 x 568 */
@media (max-width: 320px) and (max-height: 568px) {
    #menu-1-snvs{display:none;}
   .preloader-img {
    width: 100%;
    height: 350px;
  }

  #tdvb3DViewerBlock-4729a1c4-b .tdvb3DViewerBlock model-viewer {
    width: 150px;
    height: 150px;
  }

  .preloader-sphere {
    width: 150px;
    height: 150px;
  }

  #progressloader {
    justify-content: center !important;
  }
          .title-snvs-title {
    font-size: 24px;
}

.footer-snvs {
    display: none;
}

.footer-snvs-mob{
    display: block !important;
    height: 100vh;
}

.menu-2-snvs {
    display: none;
}

.menu-2-snvs-mob{
    display: contents  !important;
    height: 100vh;
}

.menu-sphere-radius {
    width: 100%;
    height: 100%;
}

.fura-1 {
   display: none; 
}

.fura-1-mob{
    display: block !important;
    height: 100vh;
}

.fura-1-mob > div > img {
    width: 97vh;
    transform: translate(-13.5rem, -32rem);
}

.fura-text-red-title {
    font-family: 'VivlRail', sans-serif;
    font-size: 26px;
    color: #ff4747;
}
#textugle {
    font-size: 0.75rem!important;
}
#texredslide {
	font-size: 1.75rem !important;
}
/* #textugle .fs-5 { */
    /* font-size: 1.75rem!important; */
/* } */

#fs5{
    font-size: 1rem!important;
}

.slide {
    width: 100%
}

.mt-x {
    margin-top: -33.75rem!important;
}

.fura-2 {
   display: none; 
}

.fura-2-mob{
    display: block !important;
    height: 100vh;
}

.fura-2-mob > div > img {
    width: 95vh;
    transform: translate(-16rem, -9rem);
}
.mt-x-2 {
    margin-top: -9.75rem!important;
}

.fura-text-green-title {
    font-size: 80px;
    line-height: 2rem;
}

.snvs-not {
    font-size: 90px;
    line-height: 2rem;
}

#textfs2 {
    font-size: 1.4rem !important;
}

#tdvb3DViewerBlock-999998 .tdvb3DViewerBlock model-viewer {
    width: 200px;
    height: 200px;
}

.menu-shpere {
    width: 200px;
    height: 200px;
}
}

/* iPhone SE, 5 320 x 480 */
@media (max-width: 320px) and (max-height: 480px) {
    #menu-1-snvs{display:none;}
     .preloader-img {
    width: 100%;
    height: 350px;
  }

  #tdvb3DViewerBlock-4729a1c4-b .tdvb3DViewerBlock model-viewer {
    width: 150px;
    height: 150px;
  }

  .preloader-sphere {
    width: 150px;
    height: 150px;
  }

  #progressloader {
    justify-content: center !important;
  }
            .title-snvs-title {
    font-size: 24px;
}

.footer-snvs {
    display: none;
}

.footer-snvs-mob{
    display: block !important;
    height: 100vh;
    margin-top: 10rem;
}



.menu-2-snvs {
    display: none;
}

.menu-2-snvs-mob{
    display: contents  !important;
    height: 100vh;
}

.menu-sphere-radius {
    width: 100%;
    height: 100%;
}

.fura-1 {
   display: none; 
}

.fura-1-mob{
    display: block !important;
    height: 100vh;
}

.fura-1-mob > div > img {
    width: 97vh;
    transform: translate(-9.5rem, -32rem);
}

.fura-text-red-title {
    font-family: 'VivlRail', sans-serif;
    font-size: 26px;
    color: #ff4747;
}
#textugle {
    font-size: 0.75rem!important;
}

#fs5{
    font-size: 1rem!important;
}

.slide {
    width: 100%
}

.mt-x {
    margin-top: -33.75rem!important;
}

.fura-2 {
   display: none; 
}

.fura-2-mob{
    display: block !important;
    height: 100vh;
}

.fura-2-mob > div > img {
    width: 95vh;
    transform: translate(-12rem, -9rem);
}
.mt-x-2 {
    margin-top: -9.75rem!important;
}

.fura-text-green-title {
    font-size: 80px;
    line-height: 2rem;
}

.snvs-not {
    font-size: 90px;
    line-height: 2rem;
}

#textfs2 {
    font-size: 1.4rem !important;
}

#tdvb3DViewerBlock-999998 .tdvb3DViewerBlock model-viewer {
    width: 200px;
    height: 200px;
}

.menu-shpere {
    width: 200px;
    height: 200px;
}

}


   
   
   


