@font-face {
 font-family: "CeraPro";
 src: url("CeraPro-Black.ttf") format("truetype") ,
 url("CeraPro-Light.woff") format("woff");
}
@font-face {
 font-family: "CeraProlight";
 src: url("CeraPro-Light.ttf") format("truetype") ,
 url("CeraPro-Black.woff") format("woff");
}
@font-face {
 font-family: "CeraProMedium";
 src: url("Cera Pro Medium.otf")
}
h1{
    color: #2d61d7;
    display: block;
    width: 100%;
    text-align: center;
}
.element::-webkit-scrollbar {
    width : 0 !important /* Webkit */
}
.element {
    -ms-overflow-style : none; /* IE10+ */
    overflow           : -moz-scrollbars-none; /* FireFox, но может не работать */
}
::-webkit-scrollbar { /* Webkit */
    width      : 0;  /* ширина scrollbar'a */
    background : transparent  /* опционально */
}

::-webkit-scrollbar {
  display: none;
}
html,#content,
.all-images,
.all-artists,
#content-1,
#content-2,
#content-3,
#content
.about {
    -ms-overflow-style : none;  /* IE 10+ */
    scrollbar-width    : none /* Firefox */
}

html, body {
    overflow: hidden;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    position: relative;
    font-family: CeraPro;
    color: #2d61d7;
}
#chartdiv {
  width: 2000px;
  height: 500px;
  position: absolute;
  z-index: -11;
}
.strong {
    font-weight: 500;
}
#renderCanvas {
    width: 100%;
    height: 100%;
    touch-action: none;
    position: absolute;
    left: 0px;
    top: 0px;
    user-select: none;

}
#customLoadingScreenDiv{
    position: absolute;
    width: 100%;
    height: 100%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    z-index: 10;
    flex-direction: column;
    background-color: #2d61d7;
    opacity: 0;
    transition: opacity , .7s;
    box-sizing: border-box;
}
#customLoadingScreenDiv.active{
  opacity: 1;
}
#customLoadingScreenDiv .preload-circle.preload-circle-svg{
    height: 75%;
    top: 12%;
    transform: rotateY(190deg);
}
#customLoadingScreenDiv .preload-circle{
  height: 100%;
  width: 100%;
  object-fit: contain;
  position: absolute;
  left: 0px;
  top: 0px;
}
.preload-circle-container{
    height: 60%;
    width: 90%;
    position: relative;
}
.preload-circle-anim{
  animation: rotatepreloader 7s  infinite linear;
}
.wrapper-preload{
  height: 5%;
}
.preload-text{
  padding-top: 20px;
  height: 20%;
  object-fit: contain;
}

@keyframes rotatepreloader {
  0%{
    transform: rotate(0deg);
  }
  100%{
    transform: rotate(360deg);
  }
}
#load-container{
    margin-top: 50px;
    width: 80%;
    display:flex;
    border: 1px solid #fff;
    height: 30px;
}
#load-progress{
    height: 30px;
    width: 0px;
    background: #fff;
}
#load-text{
    font-size: 16px;
    display: block;
    color: #fff;
}
#babylonjsLoadingDiv{
    display: none;
}
.event-block{
    position: absolute;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    transition: right, 1.2s;
    transition-timing-function: ease;
    right: -100%;
    width: 100%;
    height: 100vh;
    z-index: 4;
}
.event-block.active{
    z-index: 11;
    right: 0%;
}
 @media(max-width: 767px){
    .event-block{
        transition: right, 1.7s;
    }
 }
.blue {
    width: 25%;
    height: 25vh;
    position: relative;
}
@media(max-width: 567px){
    .blue {
        width: 25%;
        height: 25vh;
    }
}
.blue-color{
    width: 100%;
    height: 100%;
    transition: all, 0.7s;
    transition-timing-function: ease;

}

.blue-1{
    background: #3eadf2;
}
.blue-2{
    background: #1f75fe;
}
.blue-3{
    background: #0654f4;
}
.blue-4{
    background: #2f42de;
}
.blue-5{
    background: #031da8;
}
.blue-6{
    background: #1618dd;
}
.blue-7{
    background: #1617ff;
}
.blue-8{
    background: #2e61d6;
}
.blue-9{
    background: #0c2e87;
}
.blue-10{
    background: #065ba9;
}
.blue-11{
    background: #114473;
}
.blue-12{
    background: #2f4da7;
}
.blue-13{
    background: #3d58bc;
}
.blue-14{
    background: #1266e9;
}
.blue-15{
    background: #102b65;
}
.blue-16{
    background: #12204d;
}
.like-blue{
    position: absolute;
    width: 100%;
    height: 100%;
    display: none;
    opacity: 0;
    transition: all, 0.5s;
    transition-timing-function: ease;
    background-color: #1617ff;
    color: #fff;
}
.like-blue.active{
    display: flex;
    justify-content: center;
    align-items: center;
    opacity: 1;
}
.event-exit{
    z-index: 11;
    position: absolute;
    right: 30px;
    top: 20px;
    width: 50px;
    height: 50px;
    cursor: pointer;
}
.description .event-exit{
    right: 13px;
}
.js-history .event-exit{
    right: 30px;
}
.exit-line{
    left: 25px;
    top: 10px;
    position: absolute;
    background: #2d61d7;
    height: 30px;
    width: 2px;
}

.js-best-blue .exit-line,
.js-event-date .exit-line,
.inverse .exit-line,
.inverse #scrollbar-container{
    background: #fff;
}
.inverse #scrollbar{
    background: #2d61d7;
    border: 2px solid rgb(255, 255, 255);
}
.exit-line--1{
    transform: rotateZ(45deg);
}
.exit-line--2{
    transform: rotateZ(-45deg);
}
.description{
    position: absolute;
    height: 100vh;
    width: 40%;
    right: -100%;
    margin-right: -16px;
    overflow-y: scroll;
    transition: all, 0.7s;
    transition-timing-function: ease;
    max-width: 720px;
    background-color: rgba(255, 255, 255,0.95);
    z-index: 15;
}

.description #content {
    position: absolute;
    right: -200%;
    transition: all, 1.4s;
    transition-timing-function: ease;
}

@media(max-width: 767px){
    .description{
    transition: all, 1.4s;
    }

.description #content {
        position: absolute;
        right: 0%;
    }
}

.active.description #content{
    right: 0%;
    top: 0px;
}
@media(max-width: 767px){
    .description{
        width: calc(100% + 16px);
    }
}
.description.active{
     right: 0%;
}
.description img{
    width: calc(100% - 35px);
}
.js-best-blue{
    display: flex;
}
.event-block.js-event-date{
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    right: -100%;
    width: 100%;
    height: 100%;
    background-color: rgba(54, 103, 208,0.8);
    color: #fff;
    align-items: center;
    justify-content: center;
    z-index: 204;
    min-height: 550px;
 }
 .js-event-date.active{
    right: 0%;
 }
 @media(max-width: 576px){
    .event-block.js-event-date{
         width: 100%;
     }

}
.js-event-date button{
    font-size: 16px;
    background: none;
    border: 2px solid #fff;
    margin-top: 24px;
    color: #fff;
    padding: 4px 12px;
    border-radius: 23px;
    height: 36px;
    padding: 0px 16px;
    cursor: pointer;
}
.js-blue-date{
    height: 30px;
    background: rgba(54, 103, 208,0);
    border: 2px solid #fff;
    font-size: 16px;
    border-radius: 17px;
    text-align: center;
    color: #fff;
}
.js-blue-date::placeholder{
    color: #fff;
}

#content-1,
#content-2,
#content-3,
#content {
  height:100%;
  width: 100%;
  overflow-y: auto;
}
#content-1{
    width: 100%;
    box-sizing: border-box;
    padding-left: 24px;
    padding-right: 24px;
}
@media(max-width: 576px){
    #content-1{
        width: 100%;
    }
}
#scrollbar-container,
#scrollbar-container-1,
#scrollbar-container-2,
#scrollbar-container-3,
#scrollbar-container-4,
#scrollbar-container-5{
    position: absolute;
    right: 35px;
    bottom: 10%;
    top: 10%;
    width: 2px;
    transition: none;
    background: rgb(54, 103, 208);
    display: none;
}
#scrollbar-container-5,
#scrollbar-container-4{
        right: 51px;
        bottom: 10%;
        top: 10%;
}
@media(max-width: 767px){
    #scrollbar-container-5,
    #scrollbar-container-4{
        right: 23px;
    }
}

#scrollbar,
#scrollbar-1,
#scrollbar-2,
#scrollbar-3,
#scrollbar-4,
#scrollbar-5{
    position: absolute;
    right: -9px;
    height: 20px;
    width: 20px;
    border-radius: 24px;
    background: #fff;
    transition: none;
    border: 2px solid rgb(54, 103, 208);
    box-sizing: border-box;
}
.yourblue{
    font-size: 16px;
    margin-top: 24px;
    font-family: CeraProlight;
}
.js-event-date p{
    font-size: 16px;
}

.menu{
    position: absolute;
    width: 40%;
    height: 100%;
    left: 0%;
    top: -100%;
    background-color: rgba(255,255,255,.95);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    transition: all, .7s;
    transition-timing-function: ease;
}
.menu.active{
    top: 0px;
}
@media (max-width: 576px){
    .menu{
        width: 100%;
    }
}
.gamb.active{
    left: 66%;
    z-index: 11;
}
@media(max-width: 576px){
    .gamb.active{
        left: calc(100% - 55px);
        top: 15px;
    }
}

.all-artists,.all-images{
    position: relative;
}
.about{
    position: relative;
}
.images-image-container{
    width: 33.333%;
    box-sizing: border-box;
    padding: 6px;
    padding-top: 6px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-content: center;
    padding-top: 40px;
}
@media(max-width: 991px){
    .images-image-container{
        width: 50%;
    }
}
.image-author{
    padding-top: 12px;
    font-family: CeraProlight;
}
.image-author,.image-name{
    text-align: center;
    color: #2d61d7;
    height: 32px;
}

.artists-image-container{
    width: 50%;
    box-sizing: border-box;
    padding: 6px;
}
@media(max-width: 576px){
    .artists-image-container,.images-image-container{
        width: calc(100% - 50px);
        padding-left: 12px;
    }
}

.all-images{
    width: 100%;
    height: 100vh;
    position: absolute;
    top: -400%;
    left: 0%;
    transition:  1.4s;
    transition-timing-function: ease;
    background-color: rgba(255,255,255,.95);
    z-index: 10;
}
@media (min-width: 1600px){
    .all-images,.all-artists,.about{
        width: 50%;
    }
}
@media (min-width: 991px){
    .all-images,.all-artists,.about{
        width: 65%;
    }
}
.all-images.active,.all-artists.active,.about.active{
    top: 0%;
}
.all-images .scroll-block,.all-artists .scroll-block,.about .scroll-block{
    overflow-y: auto;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}
.menu-line{
    text-transform: uppercase;
    padding: 12px;
    font-size: 16px;
}
.images-image{
    height: 260px;
    object-fit: contain;
    cursor: pointer;
}
@media(max-width: 1600px){
    .images-image{
        height: 180px;
    }
}
.bottom-spacer{
    height: 100px;
    width: 100%;
}

.event-block.js-assoc{
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    width: 70%;
    background: #fff;
    opacity: 0.9;
}
.b-assoc-name{
    width: max-content;
    padding: 6px;
}

.b-assoc{
    width: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    box-sizing: border-box;
    padding: 60px;
    justify-content: center;
    height: 100%;
    overflow-y: scroll;
}
@media(max-width: 767px){
    .b-assoc{
        padding: 32px;
        padding-bottom: 120px;
    }
}
.b-assoc-name span {
    border: 1px solid rgb(44,88,197);
    color: #2d61d7;
    background: #fff;
    padding: 5px 51px;
    border-radius: 21px;
    display: block;
    transition: all, 0.7s;
    cursor: pointer;
    font-weight: 100;
    font-family: CeraProlight;
    height: 23px;
}
.b-assoc-name span:hover{
    background: rgb(44,88,197);
    color: #fff;
}
.js-assoc-submit {
    cursor: pointer;
    padding: 6px 12px;
    border: 1px solid rgb(44,88,197);
    color: #2d61d7;
    text-transform: uppercase;
    transition: all, 0.7s;
    border-radius: 17px;
    width: fit-content;
}

.b-assoc-name span.js-assoc-submit:hover{
    background: green;
    border: 1px solid green;
}
.js-assoc-submit.active {
    background: green;
    color: #fff;
}
.js-assoc-name.active span{
    background: rgb(44,88,197);
    color: #fff;
}
@media(max-width: 767px){
    .b-assoc-name span {
        padding: 5px 12px;
    }
    .event-block.js-assoc{
        width: 100%;
        overflow: auto;
    }
}
.b-assoc-name--submit{
    width: 100%;
    display: flex;
    justify-content: center;
    padding-top: 24px;
}
.scene {
  height: 320px;
  margin: 20px;
  perspective: 600px;
}
@media(max-width: 767px){
    .scene {
        height: 275px;;
        perspective: 600px;
    }
    .scene.scene--card-5{
        height: 338px;
        }
    .scene.scene--card-3{
        height: 188px;
    }
    .scene.scene--card-3{
        height: 368px;
    }
    .scene.scene--card-13{
        height: 353px;
    }
    .scene.scene--card-23,
    .scene.scene--card-29,
    .scene.scene--card-25,
    .scene.scene--card-27 {
        height: 24vh;
    }
}
.card {
  width: 100%;
  height: 100%;
  transition: transform 1s;
  transform-style: preserve-3d;
  position: relative;
}

.card.is-flipped {
  transform: rotateY(180deg);
}

.card__face {
  position: absolute;
  width: 100%;
  height: 100%;
  -webkit-backface-visibility: hidden;
  backface-visibility: initial;
}
.card__face img{
    height: 100%;
    width: 100%;
    object-fit: contain;
    backface-visibility: hidden;
}
.js-card div{
    cursor: pointer;
}
.scene--card-1 {
    width: 338px;
}
.scene--card-3 {
    width: 490px;
}
.scene--card-5 {
    width: 316px;
}
.scene--card-7{
    width: 316px;
}
.scene--card-9{
    width: 316px;
}
.scene--card-11{
    width: 238px;
}
.scene--card-13{
   width: 247px;
}
.scene--card-15{
  width: 385px;
}
.scene--card-17{
    width: 320px;
}
.scene--card-19{
    width: 318px;
}
.scene--card-23{
    width: 513px;
}
.scene--card-21{
    width: 316px;
}
.scene--card-25{
    width: 570px;
}
.scene--card-27{
    width: 570px;
}
.scene--card-29{
    width: 570px;
}
.scene--card-31{
    width: 210px;
}
.scene--card-33{
    width: 514px;
}
.scene--card-35{
        width: 326px;
}
.scene--card-37{
        width: 554px;
        padding-bottom: 100px;
}
.event-block.js-history{
    justify-content: space-around;
    background: rgba(255,255,255,0.9);
    box-sizing: border-box;
}
.card__face--back {
    transform-style:preserve-3d;
    transform: rotateY(180deg);
}
.card__face--front {
    backface-visibility: hidden;
}
.hot{
    background-image: url('../images/hot.png');
    width: 100px;
    height: 100px;
    position: absolute;
    z-index: 10;
    left: calc(50% - 50px);
    top: calc(50% - 50px);
    cursor: pointer;
    background-size: cover;
}

input:focus,button:focus,button:active {
    outline: none;
}
#content-4 {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: center;
    overflow-y: scroll;
    height: 100%;
    padding-top: 42px;
    box-sizing: border-box;
    padding-bottom: 40px;
    width: calc(100% - 80px);
}
@media(max-width: 576px){
    #content-4 {
        width: 100% ;
    }
}
.gamb-line{
    background-color: rgb(54, 103, 208);
    height: 3px;
    width: 40px;
    position: absolute;
    transition: all, .7s;
}

.gamb{
    position: absolute;
    left: 45px;
    top: 45px;
    width: 40px;
    height: 40px;
    transition: all, 0.35s;
    transition-timing-function: ease;
    z-index: 10;
    transition: all, .7s;
    cursor: pointer;
}
@media(max-width: 767px){
    .event-block .event-exit{
        top: 40px;
    }
    .event-block .event-exit{
        right: 0px;
        top: 15px;
    }
    .event-exit{
        z-index: 11;
        position: absolute;
        right: 11px;
        top: 0px;
        width: 50px;
        height: 50px;
        cursor: pointer;
    }
}
.gamb-line-1{
}
.gamb-line-2{
    top: 13.5px;
}
.gamb-line-3{
    top: 26px;
}

    .active .gamb-line-2{
        transform: rotateY(90deg);
    }
    .active .gamb-line-1{
        top: 20px;
        transform: rotateZ(45deg);
    }
    .active .gamb-line-3{
        top: 20px;
        transform: rotateZ(-45deg);
    }

.sroll-box{
    overflow-x: scroll;
}
@media(max-width: 767px){
    .scene.scene--card{
        width: 75%;
    }
    .scene.scene--card-5{
      height: 58%;
      width: 100%;
    }
    .scene.scene--card-25,
    .scene.scene--card-25,
    .scene.scene--card-25{
      height: 27%;
    }
    .js-card-btn {
        height: 80px;
        width: 80px;
    }
    .b-assoc-name span:hover {
     background: #fff;
     color: #2d61d7;
    }
    span.active.js-assoc-name:hover {
     background: rgb(44,88,197);
     color: #fff;
    }
    span.active.js-assoc-name {
     background: rgb(44,88,197);
     color: #fff;
    }
}
.thx{
    text-transform: uppercase;
    font-size: 24px;
    font-weight: 700;
}
@media(min-width: 767px){
    #content1{
        box-sizing: border-box;
        padding-right: 36px;
    }
}

.js-assoc-name.active{
    background: rgb(44,88,197);
    color: #fff;
}
.js-description{
    display: none;
}
.js-description.active{
    display: block;
}
.yourblue.active{
    display: flex;
    align-items: center;
    justify-content: center;
    height: 450px;
    width: 450px;
    border: 1.5px solid #fff;
    border-radius: 50%;
    font-size: 21px;
}

.yourblue span{
    text-align: center;
}
.yourRGB{
    text-transform: uppercase;
    font-family: CeraPro;
}
.how-text{
    background: url(https://gpbkrug.ru/images/heart.png);
    background-size: contain;
    text-align: center;
    font-family: CeraProlight;
    font-size: 21px;
    height: 450px;
    width: 450px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-repeat: no-repeat;
    background-position: center;
}
.how span{
    font-family: CeraPro;
}
@media(max-width: 767px){
    .yourblue.active{
        height: 250px;
        width: 250px;
        font-size: 16px;
        margin-bottom: 20%;
    }
    .how-text{
        font-size: 16px;
        height: 250px;
        width: 250px;
        margin-bottom: 15%;
    }
}
.learn{
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 99;
  transition: opacity, 1.2s;
  left: 0%;
  opacity: 0;
  background: rgb(44,88,197);
  background: linear-gradient(0deg, rgba(44,88,197,1) 0%, rgba(44,88,197,0.8) 50%, rgba(44,88,197,1) 100%);
  display: flex;
  justify-content: space-around;
  align-items: center;
  flex-wrap: wrap;
  flex-direction: column;
  padding-top: 10vh;
  padding-bottom: 10vh;
  box-sizing: border-box;
}
.learn.learn-4{
    padding-top: 0px;
    padding-bottom: 0px;
}

.learn-5 img{
  height: 20%;
  width: 90%;
  object-fit: contain;
}
.learn-4 img{
    height: 25%;
    width: 50%;
    object-fit: contain;
}


.learn-3 img,
.learn-1 img{
  height: 28%;
  object-fit: contain;
  object-position: 50.7%;
}
.learn-1 img{
    height: 42%;
}

.learn-3 img{
    object-position: 52%;
}
.learn-2 img{
  height: 20%;
  object-fit: contain;
  object-position: 51.5%;
}

@media(max-width: 767px){
  .learn-4 img{
    height: 20%;
    object-fit: contain;
  }
  .learn-3 img,.learn-1 img,.learn-2 img{
    height: 40%;
    object-fit: contain;
  }
  .learn-2 img{
    height: 20%;
  }

}
.learn.active{
  left: 0%;
  opacity: 1;
}
.learn.invisible{
  opacity: 0;
}
.learn button{
    left: calc(50% - 45px);
    bottom: 40px;
    font-size: 19px;
    background: none;
    border: 2px solid #fff;
    color: #fff;
    padding: 4px 12px;
    border-radius: 30px;
    padding: 13px 62px;
    cursor: pointer;
    font-family: CeraProMedium;
}
.single-picture{
    width: 100%;
    display: flex;
    justify-content: flex-start;
    flex-direction: row;
}
.line-blue{
    height: 3px;
    background: rgb(44,88,197);
    width: 100%;
}
h3{
    width: 100%;
}
.author-btn{
  font-size: 16px;
  background: none;
  border: 2px solid #2d61d7;
  margin-top: 24px;
  color: #2d61d7;
  padding: 4px 12px;
  border-radius: 23px;
  height: 36px;
  padding: 0px 16px;
  cursor: pointer;
  display: none;
  margin-left: 24px;
  margin-top: 24px;
  margin-bottom: 48px;
}
.author-btn.active{
    display: block;
}
.author-btn.inverse{
    border: 2px solid rgb(255,255,255);
    color: rgb(255,255,255);
}
.learn-4 h1{
    color: #fff;
    text-align: center;
    width: 60%;
    font-family: CeraProlight;
    font-size: 21px;
}
@media(max-width: 767px){
    .learn-4 h1{
        width: 80%;
    }
}
.js-preload-circle{
    stroke-dasharray: 600;
}
.about-rgb{
    text-align: center;
    padding-top: 12px;
    font-family: CeraProlight;
    width: 60%;
    font-weight: 700;
}
@media(max-width: 576px){
    .about-rgb{
         width: 80%;
    }
    #customLoadingScreenDiv .preload-circle.preload-circle-svg {
        height: 56%;
        top: 22%;
        transform: rotateY(190deg);
    }
}
@media(min-width: 991px){
    .d-desc-none{
        display: none;
    }
}
@media(max-width: 991px){
    .d-mobile-none{
        display: none;
    }
}
.audio{
    position: absolute;
    z-index: -1;
}
.btn-wrapper{
  width: 100%;
  height: 48px;
}
#content-5 h1{
  font-family: CeraProlight;
}
.learn-p{
    color: #fff;
    text-align: center;
    font-size: 19px;
    font-family: CeraProMedium;
}


.learn-4 h1.hello{
    font-size: 64px;
    text-transform: uppercase;
    font-weight: bold;
}
@media(max-width: 1200px){
  .learn-4 h1.hello{
      font-size: 42px;
  }
}
@media (max-width: 576px){
    .learn-4 h1.hello {
        font-size: 34px;
    }
}
.learn.learn-1,
.learn.learn-2,
.learn.learn-3{
    justify-content: space-between;
}