html{
    display:block;
    min-height: 100%;
    background-color:#fff;
    font-family: 'font','font2';
}

.space{
    display:block;
    margin-top:80px;
}

.group{
    display: grid;
    grid-template-areas:
      "profile"
      "links"
      "links2"
      "g_tor"
      "counter";
}

.group2{
    display: grid;
    grid-template-areas:
        "news"
        "fav"
        "slinks"
        "empty";
}

.g_links{
    grid-area: links;
}

.g_links2{
    grid-area: links2;
}

.g_counter{
    grid-area: counter;
}

.g_tor{
    grid-area: g_tor;
}

.g_news{
    grid-area: news;
}

.g_fav{
    grid-area: fav;
}

.g_slinks{
    grid-area: slinks;
}

.g_empty{
    grid-area: empty;
}

@font-face {
	font-family: 'gsi';
	src: url(GSIfont.woff2);
}

@font-face {
	font-family: 'font';
	src: url(font.woff2);
}

.header{
    display:block;
    padding:10px;
    width:98%;
    height:100px;
    background:#E1EAE3;
    float:left;
    box-shadow: 0px 4px 3px #727C74;
    margin-bottom:40px;
}

.topic_font{
    padding-left:20px;
    color:#004A93
}

.counter-2x{
    display:block;
    margin:auto;
    width:70%;
    margin-bottom:-93px;
    margin-top:50px;
}

.trdlink{
    display:block;
    width:99%;
    margin:auto;
}

.header-text{
    font-size:70px;
    color:#594C5A;
    vertical-align: -60px;
}

.header-img{
    height:100px;
    vertical-align: top;
}

.pr_name{
    font-size:60px;
    padding-left:10px
}

.pr_icon{
    position: absolute;
    width:230px;
    margin-top:10px;
    margin-left:10px;
}

.pr_icon_bg{
    position: absolute;
    bottom:0;
    left:0;
    margin-left:10px;
    border-radius: 50%;
    background: #fff;
    width:250px;
    height:250px;
}

.topic{
    display:block;
    width:100%;
    margin:auto;
    border-left:7px solid #2DCDE4;
    background-color:#81F0FF;
    font-size:60px;
    color:#81F0FF;
    padding-bottom:10px;
    padding-top:10px;
    margin-bottom:20px;
    box-shadow: 0px 0px 3px 1px #1A73E8;
}

.topic95{
    display:block;
    width:95%;
    margin:auto;
    border-left:7px solid #2DCDE4;
    background-color:#81F0FF;
    font-size:60px;
    color:#81F0FF;
    padding-bottom:10px;
    padding-top:10px;
    margin-bottom:20px;
    box-shadow: 0px 0px 3px 1px #1A73E8;
}

.profile{
    clear: both;
    display:block;
    padding-top:10px;
    margin:auto;
    width:95%;
    grid-area: profile;
}

.pr_info{
    font-size:37px;
    padding-left:10px;
}

.pr_pictures{
    position: relative;
    padding-bottom:123px;
}

hr{
    margin:auto;
}

.tor_info{
    float:left;
}

.tor_info_ic{
    width:30px;
    margin-bottom:-2.4px;
    padding-left:1px;
    filter: invert(300%) sepia(20%) saturate(1000%) hue-rotate(190deg) brightness(90%);
}

.tor_link{
    width:38px;
    margin-bottom:-5px;
    margin-right:5px;
}

.tor_link_2{
    width:38px;
    margin-bottom:-4px;
}

.tor_info_txt{
    font-size:35px;
}

.time_title{
    width:80%;
    border: 3px solid #999;
    background-color:#FFFFF3;
    font-size:50px;
    padding:25px;
    margin:auto;
    text-align:center;
    margin-bottom:-3px;
    margin-top:90px;
}

.time{
    display:flex;
    padding: 25px;
    margin-bottom: 10px;
    border: 3px solid #999;
    background-color:#FFFFF3;
    color:#0C1A46;
    font-size:68px;
    width:80%;
    margin:auto;
    margin-bottom:100px;
}

#mc_watch{
    height:175px;
    image-rendering: pixelated;
    margin:auto;
    
}

.counter{
    image-rendering: pixelated;
    width:100%;
}

.twv{
    display:block;
    text-align:center;
    font-family: gsi;
    font-size: 360%;
    text-decoration: none;
    color:#fafafa;
    margin-top:60px;
}

a{
    color:#0DADC4;
}

font{
    font-family: font;
    color:#0C1A46;
}

.font2{
    color:#4C5A86;
}

.guide {
    width: 100%;
    height: auto;
}

.buttonmedia{
    background: #3CAAFF;
    display:block;
    width: 87%;
    text-align: center;
    font-size: 40px;
    color: #fff;
    margin: 20px auto;
    text-decoration:none;
    transition: .1s;
    padding: 27px;
    border: 3px solid #368ABA;
}
 
.buttonmedia:hover{
    box-shadow:0px 0px 5px 3px #2DCDE4;
    border: 3px solid #2DCDE4;
    text-shadow: 0px 0px 7px #50E5F9;
}

.ymm{
    transform:scale(1.6);
    margin-bottom:150px;
    margin-left:180px;
    margin-top:50px;
}

.krukru{
    position:fixed;
    height:180px;
    bottom:0;
    right:0;
    z-index:100;
}

.ev-sui{
    position:fixed;
    height:210px;
    margin-bottom:70px;
    margin-right:38px;
    bottom:0;
    right:0;
    z-index:99;
}

.krukru_move{
    position:fixed;
    height:180px;
    bottom:0;
    right:0;
    animation: krs 3s forwards;
    z-index:100;
}

@keyframes krs {
    0% { transform: translateX(0px); }
    100% { transform: translateX(-105vw); }
} 



.krukru_end{
    position:fixed;
    height:180px;
    bottom:0;
    right:0;
    animation: kre 0.9s forwards;
    z-index:100;
}

@keyframes kre {
    0% { transform: translateX(85%); }
    100% { transform: translateX(0px); }
} 

.down{
    position:fixed;
    height:180px;
    bottom:0;
    right:0;
    animation: down 3s forwards;
}

    @keyframes down {
        0% { transform: translateX(0px); }
        100% { transform: translatey(190px); }
    }


.ymm{
    transform:scale(1.6);
    margin-left:180px;
    margin-top:50px;
}

.full{
    animation: spin 0.3s linear infinite;
    width: 100vw;
    height: 100vh;
    position:fixed;
}

.ifdiv{
    margin-left:auto;
    padding: 10px;
    margin-bottom: 20px;
    border: 5px solid #999;
}

@keyframes spin {
    0% {transform: rotate(0deg);}
    100% {transform: rotate(360deg);}
}

.nlink{
        text-decoration: none;
        color:#0C1A46;
        font-size:35px;
    }
    
.nws{
         margin-left:auto;
         padding: 10px;
         margin-bottom: 20px;
         border: 5px solid #999;
         width: 96.5%;
         height: 700px;
         margin-left:10px;
         overflow-y:scroll;
      }

.if{
    height:700px;
    width:100%;
}

.ft{
    touch-action: manipulation;
    padding: 30px;
    border-top: 2px solid #999;
    background-color:#DCFFFF;
    font-size:30px;    
}

.video{
    width:100%;
}

.hr{
    margin-top:50px;
    margin-bottom:20px;
}

.landhide{}

.contact{
    float:left;
    height:80px;
}

.contact_div{
    display:block;
    margin:0 0 0 auto;
    width:510px;
    margin-top:30px
}

.contact_img{
    margin-right:20px;
    filter: invert(65%);
}

@media screen and (orientation:landscape) {
    
    .ev-sui{
        height:115px;
        margin-bottom:40px;
        margin-right:23px;
    }
    
    .contact_img{
        margin-right:5px
    }
    
    .contact{
        height:45px;
    }
    .space{
        margin-top:0px;
    }
    
    .contact_div{
        width:290px;
    }
    
    .group {
        grid-template-columns: 1fr 1fr;
        grid-template-rows: auto auto;
        grid-template-areas:
        "profile counter"
        "links links2"
        "g_tor g_tor";
  }
  
  .landhide{
      opacity: 0;
      visibility: hidden;
      height:0px;
      width:0px;
  }
  
      .group2 {
        grid-template-columns: 1fr 1fr;
        grid-template-rows: auto auto;
        grid-template-areas:
        "news fav"
        "slinks empty";
  }
  
  .g_news{width:98%}
  
  .hr{
        margin-top:10px;
        margin-bottom:10px;
    }
  
    .video{
        width:98.6%;
        height:200px;
        object-fit: cover; 
        object-position: 50% 100%; 
        margin-left:4px
    }
    
    .header{
        height:36px;
        margin-bottom:15px;
    }
    
    .header-text{
        position:absolute;
        font-size:32px;
        top:8px;
        margin-left:4px;
    }
    
    .header-img{
        height:44px;
        margin-top:-5px;
    }
    
    .counter-2x{
        margin-bottom:-53px;
        margin-top:1px;
        width:80%
    }

    .pr_name{
        font-size:32px;
    }
    
    .pr_info{
        font-size:20px;
    }
    
    .pr_icon{
        width:120px;
        margin-top:4px;
        margin-left:4px;
    }
    
    .pr_icon_bg{
        position: absolute;
        bottom:-10px;
        left:0;
        margin-left:10px;
        border-radius: 50%;
        width:128px;
        height:128px;
    }
    
    .pr_pictures{
        padding-bottom:48px;
    }
    
    .topic{
        width:98%;
        font-size:30px;
        padding-top:5px;
        padding-bottom:5px;
        margin-bottom:12px;
        margin-left:2px
    }
    
    .topic_font{
        padding-left:10px;
    }
    
    .topic95{
        font-size:30px;
        padding-top:5px;
        padding-bottom:5px;
        margin-bottom:12px
    }
    
    .profile{
        padding-top:0px;
    }
    
    .buttonmedia{
        font-size:20px;
        padding:10px;
        margin:7px auto;
    }
    
    .ifdiv{
        margin-left:3px;
        padding: 0px;
        margin-bottom: 0px;
        height:460px;
        width:97%
    }
    
    .tor_link{
    width:20px;
    margin-bottom:-3.5px;
    margin-right:5px;
    }

    .tor_link_2{
        width:20px;
        margin-bottom:-2.5px;
    }

    .tor_info_txt{
        font-size:18px;
    }

    .tor_info_ic{
        width:17px;
        margin-bottom:-2px;
    }

    .time_title{
        font-size:28px;
        padding:11px;
        width:80%;
        margin-top:50px
    }
    
    .time{
        font-size:33px;
        padding:20px;
        width:76.55%;
        margin-bottom:70px;
    }
    
    #mc_watch{
        height:100px;
    }

    .if{
        height:430px;
    }
    
    .nws{
        height:440px;
        margin-left:auto;
         padding: 10px;
         margin-bottom: 20px;
         border: 5px solid #999;
         width: 93%;
         margin-left:0px;
    }
    
    .nlink{
        font-size:17px;
    }
    
    .ft{
        padding:10px;
        font-size:18px;
    }
    
    .ymm{
        transform:scale(1.582);
        margin-left:146.3px;
        margin-top:50px;
    }

    .twv{
    font-size:310%;
    }

  .krukru{height:100px;}
    .krukru_move{height:100px;}
    .krukru_end{height:100px;}
    .down{height:100px;}
    .ymm{margin-bottom:70px;}


    @keyframes down {
        0% { transform: translateX(0px); }
        100% { transform: translatey(110px); }
    }
    
    
}

@media (prefers-color-scheme: dark) {
    html{
        background-color:#0C0D0F;
    }
    
    .pr_icon_bg{
        background-color:#0C0D0F;
    }
    
    .header{
        background:#112973;
        box-shadow: 0px 4px 3px #ccc;
    }

    .header-text{
        color:#fff;
    }

    .topic{
        border-left:7px solid #ccc;
        border-bottom:3px solid #ccc;
        background-color:#161D5C;
        color:#fafafa;
        box-shadow: 0px 0px 0px 0px #1A73E8;
    }

    .topic95{
        border-left:7px solid #ccc;
        border-bottom:3px solid #ccc;
        background-color:#161D5C;
        color:#fafafa;
        box-shadow: 0px 0px 0px 0px #1A73E8;
    }

    .time_title{
        border: 3px solid #999;
        background-color:#070E26;
    }

    .time{
        border: 3px solid #999;
        background-color:#070E26;
        color:#fafafa;
    }

    .twv{
        color:#fafafa;
    }

    a{
        color:#00C8FF;
    }

    font{
        color:#fafafa;
    }

    .buttonmedia{
        background: #070E26;
        color: #fafafa;
        border: 3px solid #999;
    }
 
    .buttonmedia:hover{
        box-shadow:0px 0px 5px 3px #fafafa;
        border: 3px solid #fafafa;
        text-shadow: 0px 0px 5px #fafafa;
    }

    .ifdiv{
        border: 5px solid #999;
        
    }

    .nlink{
        color:#fafafa;
    }

    .ft{
        border-top: 2px solid #999;
        background-color:#070E26;
    }
    
    .font2{
        color:#ddd;
    }
    
    .topic_font{
        color:#fafafa
    }
    
    .tor_info_ic{
        filter:brightness(100%);
    }
    
    .contact_img{
        filter: invert(0%);
    }

}