@font-face {
    font-family: 'Luga';
    src: url('../fonts/Luga.woff2') format('woff2'),
        url('../fonts/Luga.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
  }

.body_hide {
	opacity: 0;
	transition: .9s opacity ease-in-out;
}

.body_visible {
	opacity: 1;
}

  .h5, .h4, .h3, h1, h5, h2 {
    font-family: 'Luga';
}

.home-icon {
    color: #ffffff;
    text-decoration: none;
    cursor: pointer;
  }
  
  .home-icon:hover {
    color: rgba(255, 255, 255, .2) !important;
  }

.example_c_old {
    color: #ffffff !important;
    font-size: 28px;
    width:100%;
    text-transform: uppercase;
    text-decoration: none;
    background: rgba(0, 0, 0, 0.5);
    padding: 20px;
    margin-bottom: 16px;
    border: 4px solid rgba(255, 255, 255, .5) !important;
    display: inline-block;
    transition: all 0.4s ease 0s;
    }

.example_c {
    width:100%;
    text-decoration: none;
    text-transform: uppercase;
    padding: 28px;
    border: 4px solid #ffffff;
    display: inline-block;
    transition: all 0.4s ease 0s;
    }

.example_c:hover {
    text-decoration: none;
    color: #ffffff !important;
    /*background: #511363;*/
    background: rgba(0, 0, 0, 0.7);
    border-color: #ffffff !important;
    transition: all 0.4s ease 0s;
    }

.circles{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.circles li{
    position: absolute;
    display: block;
    list-style: none;
    width: 20px;
    height: 20px;
    /*background: rgba(255, 255, 255, 0.2);*/
    background-image: url('/themes/frontend/assets/images/book.png');
    background-size: cover;
    opacity: .5;
    animation: animate 25s linear infinite;
    bottom: -130px;
    will-change: transform; /* оптимизация производительности */
    backface-visibility: hidden;
    
}

.circles li:nth-child(1){
    left: 25%;
    width: 80px;
    height: 80px;
    animation-delay: 0s;
}


.circles li:nth-child(2){
    left: 10%;
    width: 150px;
    height: 150px;
    animation-delay: 2s;
    animation-duration: 12s;
}

.circles li:nth-child(3){
    left: 70%;
    width: 40px;
    height: 40px;
    animation-delay: 4s;
}

.circles li:nth-child(4){
    left: 40%;
    width: 60px;
    height: 60px;
    animation-delay: 0s;
    animation-duration: 18s;
}

.circles li:nth-child(5){
    left: 65%;
    width: 40px;
    height: 40px;
    animation-delay: 0s;
}

.circles li:nth-child(6){
    left: 75%;
    width: 110px;
    height: 110px;
    animation-delay: 3s;
}

.circles li:nth-child(7){
    left: 35%;
    width: 150px;
    height: 150px;
    animation-delay: 7s;
}

.circles li:nth-child(8){
    left: 50%;
    width: 35px;
    height: 35px;
    animation-delay: 15s;
    animation-duration: 45s;
}

.circles li:nth-child(9){
    left: 20%;
    width: 35px;
    height: 35px;
    animation-delay: 2s;
    animation-duration: 35s;
}

.circles li:nth-child(10){
    left: 85%;
    width: 220px;
    height: 220px;
    animation-delay: 0s;
    animation-duration: 45s;
}


@keyframes animate {

    0%{
        transform: translateY(0) rotate(0deg);
        opacity: 1;
        border-radius: 0;
    }

    100%{
        transform: translateY(-110vh) rotate(720deg);
        opacity: 0;
        border-radius: 0%;
    }

}

.bg {
    background: linear-gradient(271deg, #102143, #451054, #091b3f);
    background-size: 600% 600%;
    
    -webkit-animation: bg 30s ease infinite;
    -moz-animation: bg 30s ease infinite;
    animation: bg 30s ease infinite;
}

@-webkit-keyframes bg {
    0%{background-position:0% 51%}
    50%{background-position:100% 50%}
    100%{background-position:0% 51%}
}
@-moz-keyframes bg {
    0%{background-position:0% 51%}
    50%{background-position:100% 50%}
    100%{background-position:0% 51%}
}
@keyframes bg {
    0%{background-position:0% 51%}
    50%{background-position:100% 50%}
    100%{background-position:0% 51%}
}

::-webkit-scrollbar {
    width: 10px;
  }
  ::-webkit-scrollbar-track{
    background: #EBF8FF;
  }
  ::-webkit-scrollbar-thumb{
    background: #646ed9;
  }
  ::-webkit-scrollbar-thumb:hover{
    background: #646ed9;
  }

  .outer-border {
    border: #646ed9 3px solid;
}

.bg-top-menu {
    background: rgba(0, 0, 0, 0.5);
}

.vegas-timer {
    top: auto;
    bottom: 0;
    height: 4px;
}

.vegas-timer-progress {
    width: 0%;
    height: 100%;
    background: rgba(255, 255, 255, .5) !important;
    transition: width ease-out;
}

.banner-main {
    /* border: 4px solid rgba(255, 255, 255, .5); */
    width: 255px;
}

.scale {
    transition: 1s;
}
.scale:hover {
    transform: scale(1.08);
}

.modal-header {
    display: flex;
    flex-shrink: 0;
    align-items: center;
    justify-content: space-between;
    padding: 1rem 1rem;
    border-bottom: 1px solid #dee2e6;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
}

.modal-footer {
    display: flex;
    flex-wrap: wrap;
    flex-shrink: 0;
    align-items: center;
    justify-content: flex-end;
    padding: 0.75rem;
    border-top: 1px solid #dee2e6;
    border-bottom-right-radius: 0px;
    border-bottom-left-radius: 0px;
}

.modal-content {
    font-size: 1.2rem;
    position: relative;
    display: flex;
    flex-direction: column;
    width: 100%;
    pointer-events: auto;
    background-color: rgba(255, 255, 255, .9);
    background-clip: padding-box;
    border: 4px solid rgba(255, 255, 255, .5);
    border-radius: 0rem;
    outline: 0;
}

.modal-body {
    position: relative;
    flex: 1 1 auto;
    padding: 1rem;
}

.page-content {
    font-size: 1.2rem;
    background-color: rgba(255, 255, 255, .9);
    background-clip: padding-box;
    border: 4px solid rgba(255, 255, 255, .5);
    outline: 0;
}

.pulse {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 30px;
    height: 30px;
    color: #3e3e54;
    font-weight: bold;
    border: 2.3px solid #2c2c2c;
    background: #a406cc;
    border-radius: 20px;
    animation: radial-pulse 1s infinite;
    font-size: 20px;
}
@keyframes radial-pulse {
  0% {
    box-shadow: 0 0 0 0px rgba(23, 22, 22, 0.5);
  }

  100% {
    box-shadow: 0 0 0 20px rgba(255, 255, 255, 0);
  }
}

.screen-icon-1 {
    position: absolute;
    left:700px;
    top: 100px;
}

.screen-icon-2 {
    position: absolute;
    left:150px;
    top: 100px;
}

.screen-icon-3 {
    position: absolute;
    left:640px;
    top: 310px;
}

.screen-icon-4 {
    position: absolute;
    left:330px;
    top: 270px;
}

.screen-icon-5 {
    position: absolute;
    left:470px;
    top: 140px;
}

.screen-icon-6 {
    position: absolute;
    left:100px;
    top: 320px;
}

.screen-icon-7 {
    position: absolute;
    left:740px;
    top: 310px;
}

img.oc-img-left {
    float: left;
    margin: 5px 16px 5px 0;
    max-width: calc(100% - 5px);
}

img.oc-img-center {
    display: block;
    margin-left: auto;
    margin-right: auto;
}