@import url('https://fonts.googleapis.com/css?family=Montserrat:400,400i,  700,700i&display=swap');
@import url('https://fonts.googleapis.com/css?family=Roboto:400,100,100italic,300,300italic,400italic,500,500italic,700,700italic,900italic,900');
.snow-layer {
    background: transparent url("/themes/points/assets/images/monitor/snow-layer.png") repeat-x scroll center top / auto 20px;
    bottom: 0;
    display: block;
    height: 20px;
    position: fixed;
    width: 100%;
    z-index: 1;
}
.snowman {
    background: transparent url("/themes/points/assets/images/monitor/snowman.png") no-repeat scroll right top / 80px auto;
    bottom: 0;
    display: block;
    height: 110px;
    position: fixed;
    right: 25%;
    width: 100px;
    z-index: 1006;
}
#snow {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    pointer-events: none;
    z-index: 1000;
}
.monitor-dash-coworking,
.monitor-dash_qr-min,
.monitor-dash_qr{
    z-index: 1005;
}

html{
    background: linear-gradient(90deg, #3874B8 31.74%, #2EA9B3 100%);
    background-size: 100%;
    overflow: hidden;
}
body{
    margin: 0;
    padding: 0;
    font-family: "Montserrat", "Arial", sans-serif;
}

.monitor-qr-min {
    background-color: white;
    border: 1px;
    border-radius: 3em 3em 0 0;
    box-shadow: 0px -5px 5px rgb(0 0 0 / 30%);
    margin-top: 64%;
    padding-bottom: 7%;
    height: 47%;
    display: block;
}

body::after{
    position:absolute; width:0; height:0; overflow:hidden; z-index:-1;
    content:url("/themes/points/assets/images/monitor/no-wifi.svg");
}

.monitor-events{
    display: block;
    width: 76%;
    height: 100%;
}
.no-connect{
    display: flex;
    opacity: 0;
    width: 30%;
    height: 10%;
    position: absolute;
    left: 40%;
    bottom: 0;
}
.no-connect > img{
    display: flex;
}
.no-connect > span{
    display: flex;
    align-content: space-around;
    align-items: center;
    font-family: 'Roboto', serif;
    font-style: normal;
    font-weight: 600;
    font-size: calc(0.5vw + 1vh + 0.5vmin);
    color: #ffffff;
    text-align: center;
    margin-left: 2%;
}

.monitor-dash_inform-min {
    display: flex;
    align-items: center;
    text-align: center;
    height: 12%;
    width: 90%;
    padding-left: 5%;
    padding-right: 5%;
    margin-top: -3%;
    border-radius: 0 0 50px 50px;
}

.monitor-dash_qr-coworking {
    display: inline-block;
    vertical-align: top;
    background-color: white;
    border-radius: 50px;
    text-align: center;
    margin: 0% 2% 0%;
    height: 100%;
    background-size: 100%;
    background-repeat: no-repeat;
}

.monitor-dash_qr-events-min {
    width: 21%;
}

.monitor-dash_qr-min {
    display: block;
    background-color: white;
    border-radius: 50px 50px 50px 50px;
    text-align: center;
    margin: 0% 0.6% 0%;
    background-size: 100%;
    background-position-y: top;
    background-repeat: no-repeat;
    box-shadow: 0px 2px 9px 4px #3333333b;
    height: 49%;
    overflow: hidden;
    border: 0;

}

.monitor-dash_inform {
    display: block;
    align-items: center;
    text-align: center;
    height: 23.9%;
    margin-top: -7%;
    width: 95%;
    padding-top: 7%;
    padding-left: 2.5%;
    padding-right: 2.5%;
    background-color: white;
    border: 1px;
    border-radius: 0 0 50px 50px;
}
.line-bottom{
position: relative;
width: 30%;
left: 35%;
margin-top: 10%;
border: 2px solid #444444;
}

.monitor-header{
background-color: white;
width: 100%;
height: 20%;
font-size: 170%;
}
.coworking-image{
margin-top: 20%;
margin-bottom: 10%;
}

.coworking-text-div{
    display: flex;
    align-items: center;
    text-align: center;
    height: 21%;
}
.monitor-dash-events{
    padding-right: 31.9%;
    margin-bottom: 0.4%;
    overflow: hidden;
    flex-basis: content;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-content: flex-start;
    height: 100%;
    overflow: hidden;
    flex-direction: column;
    width: 75%;
}

.coworking-image>img{
width: 80%;
}

.coworking-title{
font-size: calc(1vw + 1vh + 1vmin);
margin-top: 10%;
font-family: 'Roboto';
font-style: normal;
font-weight: 400;
display: flex;
align-items: baseline;
justify-content: center;
}

.coworking-text{
font-family: 'Roboto';
font-style: normal;
font-weight: 200;
font-size: calc(0.5vw + 0.7vh + 0.5vmin);
color: #000000;
text-align: center;
width: 100%;
height: 100%;
vertical-align: middle;
justify-content: center;
align-content: center;
flex-direction: column;
display: flex;
}

.author-text{
font-family: 'Roboto';
font-style: normal;
font-weight: 200;
font-size: calc(1vw + 0.5vh + 1vmin);
display: flex;
align-items: center;
color: #FFFFFF;
}
.author-logo{
margin-left: 3%;
width: 35%;
}
.no-sound-background{
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.81);
    z-index: 2000;
    display: none;
    opacity: 0;
}
.no-sound-background > img{
    position: absolute;
    top: 15%;
    left: 25%;
    width: 50%;
    height: 50%;
}
.no-sound-text {
    position: absolute;
    width: 100%;
    bottom: 20%;
    font-family: 'Roboto', serif;
    font-style: normal;
    font-weight: 900;
    line-height: 56px;
    font-size: calc(1vw + 1vh + 1vmin);
    color: white;
    text-align: center;
}
.author{
display: flex;
position: fixed;
bottom: 2%;
right: -4%;
justify-content: center;
width: 30%;
align-items: center;
}
.partners{
display: flex;
position: fixed;
bottom: -3%;
left: 1%;
justify-content: center;
width: 30%;
align-items: center;
}
.tinkoff {
width: 40%;
}
.point-sfedu{
width: 40%;
}

.leader{
width: 40%;
margin-left: 2%;
margin-bottom: 2%;
}

.point-sfedu>img,
.leader>img,
.author-logo>img,
.tinkoff>img{
    width: 100%;
}

.ellipse-1{
    z-index: -20;
    position: absolute;
    width: calc(15vw + 10vh + 10vmin);
    height: calc(15vw + 10vh + 10vmin);
    right: 20%;
    top: -25%;
    background: rgba(226, 226, 226, 0.12);
    border-radius: 50%;
}

.ellipse-2{
    z-index: -20;
    position: absolute;
    width: calc(50vw + 100vh + 50vmin);
    height: calc(50vw + 100vh + 50vmin);
    right: -75%;
    bottom: -220%;
    background: rgba(0, 0, 0, 0.43);
    backdrop-filter: blur(39px);
    border-radius: 50%;
}

.ellipse-3{
    z-index: -20;
    position: absolute;
    width: calc(20vw + 30vh + 20vmin);
    height: calc(20vw + 30vh + 20vmin);
    left: -13%;
    bottom: -55%;
    background: rgba(0, 66, 132, 0.49);
    border-radius: 50%;
}

.monitor-img_tochka{
    float: right;
    position: absolute;
    top: 0;
    right: 0;
    height: 20%;
    display: block;
}

.monitor-date_time{
    position: fixed;
    bottom: 1%;
    border-style: solid;
    float: left;
    left: 1%;
    border-radius: 50%;
    color: white;
    padding: calc(0.5vw + 0.5vh + 0.5vmin);
    font-size: calc(1vw + 0.5vh + 0.5vmin);
}

.monitor-tm{
    padding-top: 2px;
    text-align: center;
}

.monitor-dt{
    padding-bottom: 2px;
    padding-right: 20px;
    padding-left: 20px;
}

.monitor-dash-coworking{
    display: block;
    width: 23.5%;
}

.monitor-Text_QR{
    color: white;
    position: fixed;
    bottom: 2%;
    width: 100%;
    text-align: center;
    margin-left: 1%;
    font-size: calc(1vw + 0.5vh + 1vmin);
}

.monitor-main_text
{
    padding-left: 3%;
    box-shadow: 2px 2px 10px rgb(0 0 0 / 30%);
    height: 100%;
}
.error-div-image
{
    display: flex;
    margin-top: 15%;
    scale: 1.9;
    padding-bottom: 16%;
    justify-content: center;
}

#monitor-title {
    padding-top: 1%;
    font-size: calc(1vw + 2vh + 1vmin);
}

h1{
    margin: 0;
    padding-top: 15px;
    font-size: 50px;
    font-weight: lighter;
}

h2{
    margin: 0;
    font-size: calc(1vw + 2vh + 1vmin);
    padding-top: 1%;
    padding-left: 5%;
}
.monitor-dash_qr-events{
width: 42%;
}

.monitor-dash_activity{
    display: flex;
    padding-left: 4%;
    font-size: calc(0.5vw + 0.3vh + 0.5vmin);
    padding-top: 6%;
    height: 80%;
}

.monitor-information_activity{
    padding-top: 40px;
    padding-bottom: 30px;
    padding-left: 10px;
    font-size: 21px;
}

.monitor-dash_qr{
    display: block;
    background-color: white;
    border-radius: 50px 50px 50px 50px;
    text-align: center;
    margin: 0% 0.6% 0%;
    background-size: 100%;
    background-position-y: top;
    background-repeat: no-repeat;
    box-shadow: 0px 2px 9px 4px #3333333b;
    height: 100%;
    overflow: hidden;
    border: 0;
}

.monitor-dash_inform-text{
    font-family: 'Roboto', serif;
    font-style: normal;
    font-weight: 200;
    font-size: calc(0.5vw + 0.7vh + 0.5vmin);
    color: #000000;
    text-align: center;
    width: 100%;
    height: 102%;
    padding-bottom: 5%;
    vertical-align: middle;
    justify-content: center;
    align-content: center;
    flex-direction: column;
    display: flex;
}

.monitor-dash_inform-text-min{
    font-family: 'Roboto', serif;
    font-style: normal;
    font-weight: 200;
    font-size: calc(0.5vw + 0.2vh + 0.5vmin);
    color: #000000;
    text-align: center;
    width: 100%;
    vertical-align: middle;
    justify-content: center;
    align-content: center;
    flex-direction: column;
    display: flex;
    height: 100%;
}

.monitor-dash_inform{
    display: flex;
    align-items: center;
    text-align: center;
    height: 12%;
    width: 90%;
    padding-left: 5%;
    padding-right: 5%;
    border-radius: 0 0 50px 50px;
}

.monitor-qr{
    background-color: white;
    border: 1px;
    border-radius: 3em 3em 0 0;
    box-shadow: 0px -5px 5px rgb(0 0 0 / 30%);
    margin-top: 64%;
    padding-bottom: 7%;
    height: 49%;
    display: block;
}
.monitor-display_off{
    display: none;
}
.monitor-display_on{
    display: block;
}

.monitor-qr>img{
    padding-top: 6%;
    width: 90%;
    padding-bottom: 3%;
}

.monitor-qr-min>img{
    padding-top: 7%;
    width: 84%;
}

.content{
    min-height: calc(100vh - 80px);
}

.footer{
background-color: white;
min-height: 76px;
padding-top: 3px;
}






.loader {
filter: url(#goo);
position: absolute;
top: 40%;
left: 20%;
scale: 2;
}

.loader::after {
content: '';
display: block;
width: 50px;
height: 50px;
border-radius: 50%;
background: #ffffff;
margin: 0 auto;
position: absolute;
top: 25px;
left: 225px;
animation: scale 2.5s ease-in-out infinite;
}

.loader div {
position: absolute;
width: 30px;
height: 30px;
border-radius: 50%;
background: #ffffff;
top: 35px;
left: 235px;
animation: move 2.5s ease-in-out infinite alternate;
}

.loader div::after, .loader div::before {
content: '';
display: block;
position: absolute;
width: 30px;
height: 30px;
border-radius: 50%;
background: #ffffff;
}

.loader div::before {
left: -75px;
}

.loader div::after {
left: 75px;
}

@keyframes move {
0% {
    transform: translateX(-150px);
}

100% {
    transform: translateX(150px);
}
}

@keyframes scale {
10% {
    transform: scale(1);
}

50% {
    transform: scale(1.25);
}

90% {
    transform: scale(1);
}
}

svg {
position: absolute;
z-index: -100;
pointer-events: none;
}


svg { //Firefox bug fix
position:absolute;
z-index:-100;
pointer-events:none;
}

@media  (max-height: 1000px) {
.monitor-dash_activity {
    padding-top: 2%;
    display: flex;
    padding-left: 4%;
    font-size: calc(0.5vw + 0.3vh + 0.5vmin);
    height: 85%;
}
}
