@charset "UTF-8";
@font-face {font-family:'CavB';src:url(fonts/CavB.woff2);}
@font-face {font-family:'Play-regmenuar';src:url(fonts/Play-regmenuar.woff2);}
@font-face {font-family: 'comfortaa';font-style: normal;font-weight: 400;src:url(fonts/comfortaa.woff2);}
*{text-decoration: none;margin: 0;padding: 0;}
body{-moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
  }
h1{font-size: 1.3em;text-align: center;}
h3{text-align: center;}
h4{line-height:1;} 
b{font-size: 1.1em;}
.toggle b{font-size:1.3em;}
.new b {color:#2d1f47;}
i{font-size: 1.05em;}
    header{background:url(images/head.png)no-repeat top;justify-content: center; text-align: center;align-items: center;background-size: cover;}
    header>h1{font-family:'CavB';font-size:2em;letter-spacing:0.1em;
      margin: .4em 0;text-shadow: -2px -1px #000,0 1px 0 #fff;color: #cefffc;}
      header>h2{font-size:1.1em;letter-spacing:0.3em;color: #FFF;}
/* grid */
.container {
    display: grid;
    grid-template-columns: 1fr;
    grid-gap: 0;
grid-template-rows: 250px 1fr;height: 100vh;
font-family:'Play-regmenuar';font-size:1em; padding:.2em;
  }
  section{display: grid;grid-template-columns: repeat(auto-fill, minmax(340px, 1fr));
    grid-template-rows: 1fr;
      grid-gap:.1vw;
    font-size:1.1em;}
  .center,.menu a, h4{display: grid;
      justify-content: center; text-align: center;
      align-items: center;}
      #new{background:#e7e7e7; color:#000000;align-items: center;text-align: left;margin: .5vh;padding: 1vh;border: 1px inset rgb(102, 112, 113);}
      #newsities{background:#ffe2ce;color:#000000;align-items: center;text-align:center;margin: .5vh;padding: 1vh;border: 1px inset rgb(102, 112, 113);}
      .new{background:#cdc7c7;color:#000000;align-items: center;text-align: center;margin: .5vh;padding: 1vh;border: 1px inset rgb(102, 112, 113);}
  /* nav styles */
  nav .menu {display:grid;grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));  grid-gap: 0.3vw;word-wrap:break-word;text-align:center;font-weight:500; list-style: none; 
  }
  nav .menu a,.new a,#new a,#newsities a{height:auto;background:#a7bdba;color: rgb(0, 0, 0);padding:.3em;border: 1px  inset rgb(251, 227, 227);border-radius: 5px;}
  .toggle >.open,.close,span{
    background: #af6954;height: em;padding: .3em;color: #ffffff;font-size:1.1em;letter-spacing:.4em;}
  .new a,#new a,#newsities a{margin:.4em 15%;padding:.3em;width:70%;}
  .menu a,.new a,#new a,#newsities a{display:grid;text-align: center;align-items: center;background:#a7bdba;word-wrap:break-word;font-weight:500;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    transition: all 0.5s ease;}
    .menu a:hover,.new a:hover,#new a:hover,#newsities a:hover{background:#3f5763fa;color:rgb(255, 255, 255);
      -webkit-transition: all 0.5s ease;
      -moz-transition: all 0.5s ease;
      transition: all 0.5s ease;
      }
      #info{text-align: start;line-height:1.1;}
  /* media query for grid layout */
  @media only screen and (min-width: 600px) {
    /* specific item styles */
    .container header,
    .container nav,
    .container footer {
      grid-column: span 1;
    }
     /* grid */
     .container {
      grid-template-columns: repeat(1, 1fr);
    }
    .container section {
      grid-column: span 1;
    }
    /* nav styles */
    nav .menu a {
      display: inline-block;
    }
    .menu a{padding:.1em;line-height:1.0;}
    /* hide toggle */
    .toggle {
      display: none;
    }
  }
  /* media query for nav styles */
  @media only screen and (max-width: 599px) {
    .container {font-size:1.0em;}
    nav .menu {grid-gap: 2vw;}
    nav .menu a {height:60px;}
      #nav {z-index: 1;  background: #ffffff;
        transition: transform .3s ease-in-out;
        top: 0;
        bottom: 0; 
       height: 200vh; /* override Safari bug */
        position: absolute; /* or choose `absolute` depending on desired behavior*/
        width: 440px;
        left: -440px; padding:1em .9;
      }
      section>#nav{display: none;}
      #nav:target {     
        transform: translateX(440px); 
      } 
      .close {
        margin:.2em 0; padding: .5em 0;
        display: block;
        font-size:1em;
        position: relative;
        top: -1px;
      } 
  }    
 hr{margin:.5em auto;width:80%;height:1px;text-align: center;border:0; background: -webkit-linear-gradient(left, rgba(150,0,0,0) 0%,#FFF 50%,rgba(150,0,0,0) 100%);}
 .new h4,#new h4{margin: 1vh;color: #f87400d4;letter-spacing:0.1em;font-size: 1.33em;text-shadow: -1px -0px #000;}
.title{color: #ffffff;}
          /*ВИДЕО*/
.video-wrapper{
  width: 440px;
  max-width: 100%;margin: .1em auto;text-align: center;
  }
  .video-responsive { 
    position: relative; 
    padding-bottom: 56.25%; 
    height: 0; 
    overflow:hidden; 
  } 
  .video-responsive iframe,.video-responsive object,.video-responsive embed,.video-responsive video {
    position: absolute; top: 0; left: 0;  width: 100%; height: 100%;}
   /*ГАЛЕРЕЯ*/
.gal{
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(420px, 1fr));
  grid-gap:1vw;
  align-items: stretch;}
.figure{padding:.3vw .3vw;}
/*МЕРЦАНИЕ*/
  .area,#area {
    text-transform: uppercase;
    animation: blur 1s ease-out infinite;
    text-shadow: 0px 0px 3px rgb(255, 3, 3), 0px 0px 5px #fff;
  }
  @keyframes blur {
    from {
      text-shadow:0px 0px 10px #fff,
      0px 0px 10px #fff, 
      0px 0px 25px #fff,
      0px 0px 25px #fff,
      0px 0px 50px #fff,
      0px 0px 50px #fff,
      0px 10px 100px #011e42,
      0px -10px 100px #011e42;
    }}
   /*ГАМБУРГЕР*/ .namigazugtum {
      position: relative;
      display: inline-block;
      width: 0.5em;
      height: 0.1em;
      margin-right: 1em;
      border-top: 0.1em solid #fff;
      border-bottom: 0.1em solid #fffcfc; 
    }
    .namigazugtum:before {
      content: "";
      position: absolute;
      top: 0.3em;
      left: 0px;
      width: 100%;
      border-top: 0.1em solid #fff;
    }
   .fig img { 
      width: 100%; 
      height:auto; 
      object-fit: cover; 
      object-position: bottom; 
      }     