/* Eric Meyer's CSS Reset */
html, body, header, main, footer{
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
} 

header {
  height: 500px;
  width: 100%;
    background: #efefef;
}


/* Middle
-----------------------------------------------------------------------------*/
main {
    z-index: 999;
    position: relative;

}
#main {

  background: #fff;
width: 75%;
    margin: 0px auto 0px;
    border-radius: 10px 10px 0px 0px;
    left: 12%;
    right: 12%;
}
#main2 {

  background: #fff;
width: 75%;
    margin: 0px auto 20px;
    border-radius: 0px 0px 10px 10px;
    left: 12%;
    right: 12%;
}
.profilelogo{
    color: #fff;
    margin: 0px 12px 5px 0;
}

.main_info{
  width: 50%;
}
@media screen and (min-width:1344px){
  #main_info0 {
    float: left;
  }
}
@media screen and (max-width:1344px){
  #main_info0,#main_info1 {
  width: 100%;
  }
}
@media screen and (min-width:683px){
  #main_info01,#main_info11 {
    float: left;
  }
}
@media screen and (max-width:683px){
  #main_info01, #main_info02, #main_info11, #main_info12 {
  width: 100%;
  }
}


.main_info h3{
  text-transform: uppercase;
  color: #000;
  margin: 15px 10px 15px 10px; 
  font-size: 16px; 
  letter-spacing: 1px;
  white-space: nowrap;
  letter-spacing: 1.6px;
}
.main_info p{
  color: #bbbac0;
}

/* Footer
-----------------------------------------------------------------------------*/
footer {
  height: 520px;
    z-index: 998;
    position: relative;
}
#footer_footer {
  height: 60px;
    background: #fff;
    top: -60px;
    position: inherit;
    width: 75%;
    margin: 0 auto;
    border-radius: 10px 10px 0px 0;
}
#copyright p {
color: #BBBAC0;
font-size: 15px;
text-align: center;
}


@media screen and (max-width:1105px){
#copyright p {
color: #BBBAC0;
font-size: 12px;
}
}




   @font-face {
    font-family: Hussar-wa-Yusha-de-Aru; /* Гарнитура шрифта */
    src: url(fonts/Hussar-wa-Yusha-de-Aru.woff); /* Путь к файлу со шрифтом */
   }
   @font-face {
    font-family: bebasneuecyrillic; /* Гарнитура шрифта */
    src: url(fonts/bebasneuecyrillic.woff); /* Путь к файлу со шрифтом */
   }



#network {
width: 60%;
}
@media screen and (min-width:873px){
#network {
    float: left;
}
}
@media screen and (max-width:872px){
#footer_footer {
    top: -120px;
    height: 120px;
}
#network {
    width: 100%;
}
}


@media screen and (max-width:522px){
  #network a {
    width: 15px;
    height: 15px;
    font-size: 10px;
    line-height: 15px;
  }
  #network a div{
    width: 15px;
    height: 15px;
  
  }
}
@media screen and (min-width:523px){
  #network a div{
    width: 30px;
    height: 30px;
  
  }
}



#logo {
    font-family: Hussar-wa-Yusha-de-Aru, 'Comic Sans MS', cursive;
    top: 10px;
    font-display: swap;
    font-size: 2.75rem;
    z-index: 999;
    margin-left: 20px;
    margin-right: 20px;
    position: absolute;
   }
#logo a {
    color: #FFF;
    text-decoration: none;
    white-space: nowrap;
}

#logo a:active, #logo a:focus, #logo a:hover {
    color: #337ab7;
}



#menu {
    font-family: bebasneuecyrillic, 'Comic Sans MS', cursive;
    top: 10px;
    font-display: swap;
    font-size: 1.75rem;
    z-index: 999;
    margin-top: 10px;
    margin-left: 20px;
    margin-right: 20px;
    position: absolute;
    right: 0px;
   }
#menu a {
    margin: 5px;
    text-decoration: none;
    color: #FFF;
}

#menu a:active, #menu a:focus, #menu a:hover {
    text-decoration: underline;
}

#menu_button {
    font-family: bebasneuecyrillic, 'Comic Sans MS', cursive;
    top: 66px;
    font-display: swap;
    font-size: 1.75rem;
    z-index: 999;
    margin-top: 10px;
    margin-left: 20px;
    margin-right: 20px;
    position: absolute;
    right: 0;

    display: none;
   }


.container {
  display: inline-block;
  cursor: pointer;
}
.profile {
  display: inline-block;
  cursor: pointer;
  font-family: bebasneuecyrillic, 'Comic Sans MS', cursive;
    top: 60px;
    font-display: swap;
    font-size: 1.75rem;
    z-index: 999;
    margin-top: 14px;
    margin-left: 20px;
    margin-right: 20px;
    right: 0;
    position: relative;
}

.change .bar1 {
  -webkit-transform: rotate(-45deg) translate(-9px, 7px);
  transform: rotate(-45deg) translate(-5px, 5px);
}

.change .bar2 {opacity: 0;}

.change .bar3 {
  -webkit-transform: rotate(45deg) translate(-8px, -8px);
  transform: rotate(45deg) translate(-8px, -8px);
}





.bar1, .bar2, .bar3 {
  width: 30px;
  height: 3px;
  background-color: #fff;
  margin: 6px 0;
  transition: 0.4s;
}



@media screen and (max-width:701px){
#menu a {
  display: block;
}
}
@media screen and (max-width:433px){
  #menu {
    top: 86px;
  }
  #menu_button {
    top: 106px;
  }
}


.icon_event{
  margin: 15px 10px 15px 10px;
  float: left;
    width: 4rem;
    height: 4rem;
    color: #bbbac0;
    font-size: 40px;
    line-height: 66px;
    text-align: center;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    border: 3px solid #bbbac0;
}

.icon_network{

  margin: 8px 10px 8px 10px;   
  float: left;
    width: 30px;
    height: 30px;
    color: #bbbac0;
    font-size: 23px;
    line-height: 30px;
    text-align: center;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    border: 3px solid #bbbac0;
}



#page{
    margin: 15px 0px 15px 0px;
}
#pageName{
    font-family: bebasneuecyrillic, 'Comic Sans MS', cursive;
    margin: 15px 0px 15px 0px;
    font-size: 40px; 
    text-align: center; 
    letter-spacing: 4px; 
    color: #00aeda;
}
#pageDescription{
    font-family: bebasneuecyrillic, 'Comic Sans MS', cursive;
    font-size: 23px; 
    text-align: center; 
    letter-spacing: 1px;
}


#pageDescriptionType{
    font-family: bebasneuecyrillic, 'Comic Sans MS', cursive;
    font-size: 23px;
    letter-spacing: 4px;
}
.page{
    margin: 15px 0px 15px 0px;
}



.accordion {
  background-color: #eee;
  color: #444;
  cursor: pointer;
  width: 100%;
  border: none;
  text-align: left;
  outline: none;
  font-size: 15px;
  transition: 0.4s;
  padding: 20px 30px;
}

.active, .accordion:hover {
  background-color: #ccc;
}

.accordion:after {
  content: '\002B';
  color: #777;
  font-weight: bold;
  float: right;
  margin-left: 5px;
}

#accordion_blok1 .active:after, #accordion_blok2 .active:after {
  content: "\2212";
}

.panel {
  padding: 0 18px;
  background-color: white;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
}
.panel p {
float: left;
}


@media screen and (min-width:1000px){
#accordion_blok1,#accordion_blok2{
  width: 47%;
  margin: 17px 17px 17px 17px;
}
#accordion_blok1{
  float: left;
}
}
#accordion_blok1,#accordion_blok2{
  margin: 0px 17px 0px 17px;
}


#display_button button{
    background-color: #00aeda;
    color: white;
    padding: 14px 20px;
    margin: 8px 0;
    border: none;
    cursor: pointer;
    width: 50%;
  float: left;
}



@media screen and (max-width:261px){
#logo{
font-size: 2.00rem;
}
}


@media screen and (max-width:507px){
  #display_button button {
  width: 100%;
  }
}

  .colorgraph {
  height: 5px;
  border: 0;
  background: #c4e17f;
  border-radius: 5px;
  background-image: -webkit-linear-gradient(left, #c4e17f, #c4e17f 12.5%, #f7fdca 12.5%, #f7fdca 25%, #fecf71 25%, #fecf71 37.5%, #f0776c 37.5%, #f0776c 50%, #db9dbe 50%, #db9dbe 62.5%, #c49cde 62.5%, #c49cde 75%, #669ae1 75%, #669ae1 87.5%, #62c2e4 87.5%, #62c2e4);
  background-image: -moz-linear-gradient(left, #c4e17f, #c4e17f 12.5%, #f7fdca 12.5%, #f7fdca 25%, #fecf71 25%, #fecf71 37.5%, #f0776c 37.5%, #f0776c 50%, #db9dbe 50%, #db9dbe 62.5%, #c49cde 62.5%, #c49cde 75%, #669ae1 75%, #669ae1 87.5%, #62c2e4 87.5%, #62c2e4);
  background-image: -o-linear-gradient(left, #c4e17f, #c4e17f 12.5%, #f7fdca 12.5%, #f7fdca 25%, #fecf71 25%, #fecf71 37.5%, #f0776c 37.5%, #f0776c 50%, #db9dbe 50%, #db9dbe 62.5%, #c49cde 62.5%, #c49cde 75%, #669ae1 75%, #669ae1 87.5%, #62c2e4 87.5%, #62c2e4);
  background-image: linear-gradient(to right, #c4e17f, #c4e17f 12.5%, #f7fdca 12.5%, #f7fdca 25%, #fecf71 25%, #fecf71 37.5%, #f0776c 37.5%, #f0776c 50%, #db9dbe 50%, #db9dbe 62.5%, #c49cde 62.5%, #c49cde 75%, #669ae1 75%, #669ae1 87.5%, #62c2e4 87.5%, #62c2e4);
}
  .separator {
    height: 5px;
    border-top: 0;
    background: #47c5e4;
    border-radius: 5px;
    margin: 21px 0px;
}

.button100{
background-color: #00aeda;
    color: white;
    width: 100%;
    display: inline-block;
    padding: 10px 0px;
    font-family: 'Montserrat', sans-serif;
    text-align: center; 
}




.divinput{
  margin: 0 auto;
  width: 95%;
}
.divinput input, .divinput select, .divinput textarea{
  border: groove;
  border-color: rgb(95%, 22%, 22%, 0.7);
  font-size: 18px;
  line-height: 1.33;
  border-radius: 10px;
  width: -webkit-fill-available;
  padding: 10px 20px;
  outline: none !important;
  margin: 0 0 20px 0px;
}
.divinput textarea{
  resize: vertical;
  min-height: 150px;
}

.divinput input:valid, .divinput select:valid , .divinput textarea:valid {
  border-color: #47c5e4!important;
}

.divinput a{
    font-size: 20px;
    line-height: 0.33;
}





.youtube{
        margin: 8px 8px;
        text-align: center;
}

.youtube iframe{
        border-radius: 10px;
        border: 3px solid;
}

.info p{
  padding: 10px 20px;
}


.info{

}

.button_da{
    background-color: #00aeda;
    color: white;
    padding: 14px 20px;
    margin: 1px 0;
    border: none;
    cursor: pointer;
    width: 100%;
}



.bars
{
/* Компенсируем отступы между float-блоками, чтобы они занимали все доступное пространство */
padding: 42px 0px 0px 0px;
margin: -3em 0 0 -2em;

/* Выравнивание по центру */
text-align: center;
}

.bar
{
/* Убираем подчеркивание у элемента ins,
который был использован для совместимости со старыми версиями Internet Explorer */
text-decoration: none;

/* Следующее правило для Firefox 2 */
display: -moz-inline-box;

/* а это для остальных */
display: inline-block;

vertical-align: top;

/* Убираем выравнивание по центру */
text-align: left;

/* Отступы между блоками */
margin: 1em 0 0 2em;
}

.bar .type
{
/* Если есть необходимость, то свойства padding, border, background и position со значением relative
лучше задавать у этого элемента -- это несколько расширит количество поддерживаемых версий браузеров */



/* Минимальная ширина в пикселях будет автоматически рассчитываться по ширине картинки */
padding: 3px 3px 3px 3px;
text-align: center;
}

.logo{
  -webkit-border-radius: 50%;
    border-radius: 50%;
}

.bars .active {
  background-color: #00aeda;
  border-radius: 5px 5px 5px 5px;
  height: 77px;
}

.link{
  color: #0037ff;
}
.link:hover {
    text-decoration: underline;
}

.regulations {
    color: #721c24;
    background-color: #f8d7da;
    border: inset;
    border-color: red!important;
    font-size: 18px;
    line-height: 1.33;
    border-radius: 10px;
    padding: 10px 20px;
    margin: 5px 0;
}

.checkbox {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 22px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* Hide the browser's default checkbox */
.checkbox input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}

/* Create a custom checkbox */
.checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 25px;
  width: 25px;
  background-color: #eee;
}

/* On mouse-over, add a grey background color */
.checkbox:hover input ~ .checkmark {
  background-color: #ccc;
}

/* When the checkbox is checked, add a blue background */
.checkbox input:checked ~ .checkmark {
  background-color: #2196F3;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the checkmark when checked */
.checkbox input:checked ~ .checkmark:after {
  display: block;
}

/* Style the checkmark/indicator */
.checkbox .checkmark:after {
  left: 9px;
  top: 5px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.party{
    font-family: bebasneuecyrillic, 'Comic Sans MS', cursive;
    font-size: 28px;
    text-align: center;
    letter-spacing: 2px;
    color: #00aeda;
}



.row a{
  display: inline-block;
    padding: 10px 10px;
    font-family: "Bebas Neue Cyrillic",Tahoma,sans-serif;
    font-size: 22px;
    text-transform: uppercase;
    color: #fff;
    border-bottom: 1px solid rgba(0,0,0,.2);
    transition: all .1s;
    -moz-transition: all .1s;
    -webkit-transition: all .1s;
    -o-transition: all .1s;
    background-color: #00aeda;
}
.image_a{
    padding: 10px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    background: rgba(0,0,0,.5);
}


.row{
  width: 100%;
  z-index: 998;
  position: absolute;
  height: 447px;
}






.bars_b
{
/* Компенсируем отступы между float-блоками, чтобы они занимали все доступное пространство */
    padding: 0px 0px 0px -9px;
    margin: 0em 0 0 0em;
    position: absolute;
    bottom: 0px;
    width: 100%;

/* Выравнивание по центру */
text-align: center;
}

.bar_b
{
/* Убираем подчеркивание у элемента ins,
который был использован для совместимости со старыми версиями Internet Explorer */
text-decoration: none;

/* Следующее правило для Firefox 2 */
display: -moz-inline-box;

/* а это для остальных */
display: inline-block;

vertical-align: top;

/* Убираем выравнивание по центру */
text-align: left;

/* Отступы между блоками */
margin: 0px 0 0 20px;
}

.bar_b .type
{
/* Если есть необходимость, то свойства padding, border, background и position со значением relative
лучше задавать у этого элемента -- это несколько расширит количество поддерживаемых версий браузеров */



/* Минимальная ширина в пикселях будет автоматически рассчитываться по ширине картинки */
padding: 3px 3px 3px 3px;
text-align: center;
}




.table_button {
    font-size: 17px;
    display: block;
    text-decoration: none;
    text-align: center;
    padding: 9px 0 8px;
    border-radius: 4px;
    -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
    box-shadow: 0 1px 2px rgb(0 0 0 / 20%);
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    margin-right: 4px;
    cursor: pointer;
    text-shadow: 1px 1px 1px rgb(0 0 0 / 20%);
    min-width: 34px;
    text-align: center;
    width: 41px;
    height: 22px;
    float: left;
}



.view {
    color: #ffe000;
    background: #FFF;
}
.view:hover {
    color: #FFF;
    background: #ffe000;
}
.edit {
    color: #FFF;
    background: #ffe000;
}



.new {
    color: #038d1a;
    background: #FFF;
}
.new_2 {
    color: #FFF;
    background: #038d1a;
}
.new:hover {
    color: #FFF;
    background: #038d1a;;
}
.old {
    color: #FFF;
    background: #038d1a;;
}

.settings {
    color: #000;
    background: #FFF;
}
.settings:hover {
    color: #FFF;
    background: #000;
}
.settings_click {
    color: #FFF;
    background: #000;
}

.transfer {
    color: #000;
    background: #FFF;
}
.transfer:hover {
    color: #FFF;
    background: #000;
}
.transfer_click {
    color: #FFF;
    background: #000;
}

.refresh {
    color: #000;
    background: #FFF;
}
.refresh:hover {
    background: #000;
    color: #fff;
}

.block_fon{
    width: 100%;
    text-align: center;
    position: absolute;
    margin: -52px 0 0 0;
    height: 600px;
}

.mySlides {display: none}
img {vertical-align: middle;}

/* Slideshow container */
.slideshow-container {

  position: relative;
  margin: auto;
}





/* The dots/bullets/indicators */
.dot {
  cursor: pointer;
  height: 15px;
  width: 15px;
  margin: 0 2px;
  background-color: #bbb;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease;
}

.active, .dot:hover {
  background-color: #717171;
}

/* Fading animation */
.fade {
  -webkit-animation-name: fade;
  -webkit-animation-duration: 1.5s;
  animation-name: fade;
  animation-duration: 1.5s;
}

@-webkit-keyframes fade {
  from {opacity: .4} 
  to {opacity: 1}
}

@keyframes fade {
  from {opacity: .4} 
  to {opacity: 1}
}

/* On smaller screens, decrease text size */
@media only screen and (max-width: 300px) {
  .prev, .next,.text {font-size: 11px}
}
.td_input{
  padding: 3px 2px 0px 2px;
  width: 14px;
}

.td_text{
  padding: 0px 2px 0px 2px;
}

.editor-preview-active p{
    font-size: 20px;
    font-family: SST Japanese RegularbyMonotype;
    color: #4a4a4a;;
}

#profile_list h2{
    font-family: bebasneuecyrillic, 'Comic Sans MS', cursive;
    margin: 15px 0px 15px 0px;
    font-size: 24px;
    text-align: center;
    letter-spacing: 4px;
    color: #00aeda;
}
#profile_list .input{
    padding: 6px 20px;
    border: inset;
}

#myBtn {
  display: none;
  position: fixed;
  bottom: 20px;
  right: 30px;
  z-index: 1000;
  font-size: 18px;
  border: none;
  outline: none;
  background-color: #00aeda;
  color: white;
  cursor: pointer;
  padding: 15px;
  border-radius: 4px;
}

#myBtn:hover {
  background-color: #555;
}



.url{
  color: #0037ff;
}


.url:hover  {
  text-decoration: underline;
}