@charset "utf-8";
/* контакты на шапке */
.container {
    position: relative;
    text-align: center;
    color: white;
    font-size:1.8vw

}/* Top right text */
.top-right {
    position: absolute;
    top: 8px;
    right: 16px;
}
/* бегущая строка */
.vanaudie-ncesacos {
  max-width: 100%;
  margin: auto;
  display: flex;
  align-items: center;
  height: 100%;
}

.kobndam-eneaks {
   display: grid;
    grid-template-columns: 1fr 10fr;
    grid-gap:0px;
    align-items: center;
    font-size: 22px;
     width: 100%; 
     background: #de5bde;
   background: -webkit-gradient(linear, left top, left bottom, from(#25057d), to(#de5bde));
   background: -webkit-linear-gradient(top, #25057d, #de5bde);
   background: -moz-linear-gradient(top, #25057d, #de5bde);
   background: -ms-linear-gradient(top, #25057d, #de5bde);
   background: -o-linear-gradient(top, #25057d, #de5bde);
    box-shadow: 4px 8px 5px 0 rgba(0, 0, 0, .5);
}

.sonstan-cemaben {
   padding: 5px 5px;
    color: white;
}

.cesempa-vadekob {
    text-align: center;
    text-transform: uppercase;
    padding: 0px;
    background-color: #48036F;
    color: white;
}
/* меню */
/* Оформление панели */
#side-checkbox {
    display: none;
}
.side-panel {
    position: fixed;
    z-index: 999999;
    top: 0;
    left: -360px;
    background: #6495ED;/* цвет выдвигающего окна */
    transition: all 0.5s;   
    width: 180px;
    height: 100vh;
    box-shadow:5px 0 5px rgba(0,0,0,0.4);
    color: #FFF;
    padding: 5px 5px;
    text-align: left;
}
.side-title {
    font-size: 20px;
    padding-bottom: 10px;
    margin-bottom: 10px;
    border-bottom: 2px solid #BFE2FF;/* линия выдвигающего окна */
}
/* Оформление кнопки на странице */
.side-button-1-wr {
    text-align: center; /* Контейнер для кнопки, чтобы было удобнее ее разместить */
}
.side-button-1 {
    display: inline-block;
}
.side-button-1 .side-b {
    margin: 5px;
    text-decoration: none;
    position: relative;
    font-size: 15px;
    line-height: 15px;
    padding: 3px 15px;
    color: #FFF;
    font-weight: bold;
    text-transform: uppercase; 
    font-family: 'Roboto', Тahoma, sans-serif;
    background-color: #48036F;
    cursor: pointer; 
    border: 2px solid #FF00FF;
    
}
.side-button-1 .side-b:hover,
.side-button-1 .side-b:active,
.side-button-1 .side-b:focus {
    color: #FFF;
}
.side-button-1 .side-b:after,
.side-button-1 .side-b:before {
    position: absolute;
    height: 4px;
    left: 50%;
    bottom: -6px;
    content: "";
    transition: all 280ms ease-in-out;
    width: 0;
}
.side-button-1 .side-open:after,
.side-button-1 .side-open:before {
    background: #FFFFFF	;
}
.side-button-1 .side-close:after,
.side-button-1 .side-close:before {
    background: red;
}
.side-button-1 .side-b:before {
    top: -6px;
}
.side-button-1 .side-b:hover:after,
.side-button-1 .side-b:hover:before {
    width: 100%;
    left: 0;
}
/* Переключатели кнопки 1 */
.side-button-1 .side-close {
    display: none;
}
#side-checkbox:checked + .side-panel + .side-button-1-wr .side-button-1 .side-open {
    display: none;
}
#side-checkbox:checked + .side-panel + .side-button-1-wr .side-button-1 .side-close {
    display: block;
}
#side-checkbox:checked + .side-panel {
    left: 0;
}
/* Оформление кнопки на панеле */
.side-button-2 {
    font-size: 30px;
    border-radius: 20px;
    position: absolute;
    z-index: 1;
    top: 8px;
    right: 8px;
    cursor: pointer;
    transform: rotate(45deg);
    color: #FFFFFF;  /* цвет крестика */  
    transition: all 280ms ease-in-out;    
}
.side-button-2:hover {
    transform: rotate(45deg) scale(1.1);    
    color: #FFF;
}
.button {
   border-top: 1px solid #01020d;
   background: #de5bde;
   background: -webkit-gradient(linear, left top, left bottom, from(#25057d), to(#de5bde));
   background: -webkit-linear-gradient(top, #25057d, #de5bde);
   background: -moz-linear-gradient(top, #25057d, #de5bde);
   background: -ms-linear-gradient(top, #25057d, #de5bde);
   background: -o-linear-gradient(top, #25057d, #de5bde);
   padding: 5.5px 11px;
   -webkit-border-radius: 3px;
   -moz-border-radius: 3px;
   border-radius: 3px;
   -webkit-box-shadow: rgba(0,0,0,1) 0 1px 0;
   -moz-box-shadow: rgba(0,0,0,1) 0 1px 0;
   box-shadow: rgba(0,0,0,1) 0 1px 0;
   text-shadow: rgba(0,0,0,.4) 0 1px 0;
   color: #ffffff;
   font-size: 15px;
   font-family: 'Lucida Grande', Helvetica, Arial, Sans-Serif;
   text-decoration: none;
   vertical-align: middle;
   display: block;
   }
.button:hover {
   margin-left: 5px;
   border-top-color: #75107a;
   background: #75107a;
   color: #ffffff;
   }
.button:active {
   border-top-color: #e030ff;
   background: #e030ff;
   }
  * {
    box-sizing: border-box;
    padding: 0;
    margin: 0;
}
