@font-face {
  font-family: 'SBSansTextSansTextMedium';
  src: url('fonts/SBSansTextSansTextMedium/SBSansText-Medium.woff2') format('woff2'),
       url('fonts/SBSansTextSansTextMedium/SBSansText-Medium.woff') format('woff'),
       url('fonts/SBSansTextSansTextMedium/SBSansText-Medium.ttf') format('truetype');
}

@font-face {
  font-family: 'SBSansSansDisplaySemibold';
  src: url('fonts/SBSansSansDisplaySemibold/SBSansDisplay-SemiBold.woff2') format('woff2'),
       url('fonts/SBSansSansDisplaySemibold/SBSansDisplay-SemiBold.woff') format('woff'),
       url('fonts/SBSansSansDisplaySemibold/SBSansDisplay-SemiBold.ttf') format('truetype');
}

@font-face {
  font-family: 'SBSansSansTextRegular';
  src: url('fonts/SBSansSansTextRegular/SBSansText-Regular.woff2') format('woff2'),
       url('fonts/SBSansSansTextRegular/SBSansText-Regular.woff') format('woff'),
       url('fonts/SBSansSansTextRegular/SBSansText-Regular.ttf') format('truetype');
}

@font-face {
  font-family: 'SBSansSansDisplayRegular';
  src: url('fonts/SBSansSansDisplayRegular/SBSansDisplay-Regular.woff2') format('woff2'),
       url('fonts/SBSansSansDisplayRegular/SBSansDisplay-Regular.woff') format('woff'),
       url('fonts/SBSansSansDisplayRegular/SBSansDisplay-Regular.ttf') format('truetype');
}




body, section, h1, h2, h3, h4, h5, ul, ul li{
    padding: 0;
    margin: 0;
    list-style: none;
    border: none;
    font-weight: normal;
    -webkit-appearance: none;

}


html, body {
    scrollbar-width: none;
    -ms-overflow-style: none;
  -webkit-appearance: none;
}

html::-webkit-scrollbar, .caselist::-webkit-scrollbar {
    width: 0;
    height: 0;
}


html {
    overflow-x: hidden;
  -webkit-appearance: none;
}



::selection {
    background: #000;
    color: #fff;
}
::-moz-selection {
    background: #000;
    color: #fff;
}



body {
    overflow-x: hidden;
    -webkit-appearance: none;
      font-family: SBSansSansTextRegular, Arial, sans-serif;
  font-style: normal;
  background:  #11111C url(img/bg1.jpg) top center no-repeat;
}


.clear {
    clear: both;
}

/* ----- Display ----- */


.wrap {
    display: block;
    margin: 0 auto;
    width:  90%;
    max-width: 1250px;
    min-width: 980px;
}


header {
  display:  block;
  padding:  30px 0;
}

header .wrap {
    display: flex;
    align-items: center;
    justify-content: space-between;
}


.logo img {
    display:  block;
    height:  40px;
    width:  auto;
}

.login {
    display: flex;
    border: 1px #51ECA2 solid;
    border-radius: 30px;
    text-decoration: none;
    padding: 8px 20px;
    grid-gap: 10px;
    max-width: 100px;
    justify-content: center;
}

.login:hover {
    background:  rgba(81,236,162,0.3);
}

.login span {
    color:  #fff;
    font-size:  18px;
    font-family:  SBSansTextSansTextMedium;
}

.login img {
    height: 19px;
    width:  auto;
}

a {
     transition: all 0.2s;
    -ms-transition: all 0.2s;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -o-transition: all 0.2s;
}

h1 {
    display:  block;
    color:  #fff;
    font-size:  74px;
    line-height:  75px;
    font-family:  SBSansSansDisplaySemibold;
}

h2 {
    display:  block;
    color:  #fff;
    font-size:  54px;
    line-height:  55px;
    font-family:  SBSansSansDisplaySemibold;
}

h1 span, h2 span {
background: linear-gradient(88.71deg, #65CCD0 -1.51%, #65CFBE 25.01%, #65D3AA 53.66%);
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
background-clip: text;
text-fill-color: transparent;
}

p {
    display:  block;
    padding:  10px 0;
    color:  #fff;
    font-size:  18px;
    line-height:  26px;
    font-family: SBSansSansTextRegular;
}

.hometext {
    display: block;
    padding: 70px 0 70px 0;
    text-align: center;
}

.hometext h1, .hometext p {
    width:  65%;
    margin: 0 auto 20px auto;
}

footer {
    display; block;
    padding:  40px 0;
    border-top:  1px rgba(255,255,255,0.1) solid;
}

footer .wrap {
    display: flex;
    justify-content: space-between;

}

.copybox span {
    display:  block;
    color:  rgba(255,255,255,0.5);
    font-size:  16px;
    line-height:  26px;
    font-family:  SBSansSansTextRegular;
}

.copybox {
    display: flex;
    grid-gap: 20px;
    flex-direction: column;
}



.fcont {
    display: flex;
    grid-gap: 8px;
    flex-direction: column;
}

.fcont span {
   color:  rgba(255,255,255,0.5);
   font-size:  16px;
}


.fcont a {
  color:  #fff;
  font-size:  22px;
  line-height:  26px;
  text-decoration:  none;
}

.footer-contacts {
    display: flex;
    flex-direction: row;
    grid-gap: 70px;
}

.nominator {
    display:  block;
     transition: all 0.2s;
    -ms-transition: all 0.2s;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -o-transition: all 0.2s;
    border:  1px rgba(255,255,255,0.1) solid;
    border-radius:  35px;
    width: 30%;
}

.nomination-image {
    display:  block;
    width:  100%;
    height:  auto;
}

.nomination-image img {
    display:  block;
    width:  100%;
    height:  auto;
    border-radius:  35px;
}


.nominator:hover  {
    display:  block;
    border:  1px #51ECA2 solid;
}

.catalog .wrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    grid-gap: 50px;
    align-items: stretch;
}


.catalog {
    display:  block;
    padding:  20px 0 40px 0;
}


.nomination-text {
    display: flex;
    color: #fff;
    flex-direction: column;
    align-content: space-between;
    align-items: center;
    grid-gap:  20px;
    padding:  20px 0;
}

.nomanation-name {
    display: block;
    font-size: 18px;
    text-align: center;
    padding: 0 20px;
    font-family: SBSansSansDisplayRegular;
}


.button {
    display: flex;
    border: 1px #51ECA2 solid;
    border-radius: 30px;
    text-decoration: none;
    padding: 8px 20px;
    grid-gap: 10px;
    max-width: 100px;
    justify-content: center;
    color:  #fff;
}

.button:hover {
    background:  rgba(81,236,162,0.3);
}

.inline {
    display:  block;
    margin:  0 auto;
    width:  219px;
    height:  2px;
    background:  url(img/line.png) center center no-repeat;
    background-size:  cover;
}

.button-create {
    max-width:  160px;
}

.table {
    display:  block;
    background:  #fff;
    border-radius:  30px;
    padding:  30px;
}
.tabline {
    display: block;
    border-bottom: 1px #E5E5E5 solid;
    padding: 15px 0;
    font-size: 15px;
    line-height: 18px;
    color: #333;
}

.tabhead {
    font-size:  16px;
    font-family:  SBSansSansDisplaySemibold;
    color:  #000;
}


.tabline a {
    color: #333;
    text-decoration: none;
}





   .loginwrap {
         display: block;
         width: 25%;
         padding: 100px 0;
     }
     
         .loginwrap input[type=text], .loginwrap input[type=password] {
             border: none;
             background: none;
             outline: none;
             border-radius: 10px;
             border: 1px rgba(255,255,255,0.3) solid;
             font-size: 18px;
             color: #fff;
             padding: 10px 20px;
             margin: 12px 0;
             width: 100%;
         }
         .loginwrap button {
             background: none;
             cursor: pointer;
             min-width: 130px;
             margin: 12px 0;
         }
         
         .loginwrap form {
             display: block;
             padding: 30px 0;
         }
         
         .disabled {
             cursor: not-allowed;
    border: 1px #ffffff solid;
    opacity: 0.3;
         }
         
.warning1 {
    display: block;
    background: #cf153d;
    color: #fff;
    font-size: 16px;
    padding: 10px;
    width: 250px;
    border-radius: 10px;
    position: absolute;
    top: 10px;
    left: 42%;
}

         
  .addzx {
        background: #fff;
        border-radius: 10px;
        padding: 20px;
    }   
    
    
    .paginator {
        display: flex;
        padding: 20px 0;
        grid-gap: 10px;
    }
    
    .pagin {
        text-decoration: none;
        display: block;
        font-size: 17px;
        padding: 10px 15px;
        border: 1px #E5E5E5 solid;
        color: #333;
        border-radius: 4px;
    }
    
     .pagin:hover {
        border: 1px #C8C5C5 solid;
    }
    
    .tekus {
        background: #36B176;
        border: 1px #36B176 solid;
        color: #fff;
    }
    
   .pagination {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
        
.zayavinfo {
    display: flex;
    flex-direction: column;
}     
        
.stroker {
    display: block;
    font-size: 16px;
    border-bottom: 1px rgba(0, 0, 0, 0.08) solid;
    padding: 17px 0;
}  
        
.stroker a {
    text-decoration: none;
    color: #3a976a;
    background: url(img/file.svg) center left no-repeat;
    background-size: 20px;
    padding: 0 0 0 30px;
}     

.stroker ul li {
    display: block;
    padding: 5px 0;
}
        
    .tabs {
    display: flex;
    gap: 0;
    margin-right: 20px;
    font-family: 'SBSansSansDisplaySemibold';
    margin-bottom: 15px;
    justify-content: flex-end;
    margin: 0 40px 0 0;
}

    .tabs button {
      background: #D9D9D9;
     color: #333;
    font-size: 16px;
    padding: 15px 30px;
    border: none;
    border-radius: 20px 20px 0 0;
    font-family: 'SBSansSansDisplaySemibold';
    cursor: pointer;
    }

.tabs button.active {
    background: #fff;
}

    .tab-content {
      display: none;
    }

    .tab-content.active {
      display: block;
    }
  
  
  .adminbar {
      display: block;
      width: 100%;
      color: #fff;
      background: linear-gradient(88.71deg, #65CCD0 -1.51%, #65CFBE 25.01%, #65D3AA 53.66%);
      padding: 10px 0;
  }  
  
  .adminbar ul li {
      display: inline-block;
      margin-right: 20px;
  }
  
    .adminbar ul li a {
      display: block;
      color: #fff;
      font-size: 15px;
      text-decoration: none;
  }
    
    
    /* Стили для подсказки */
.tooltip {
  display: none;
  position: absolute; /* Абсолютное позиционирование относительно родительского элемента */
  background-color: black;
  color: white;
  padding: 5px;
  border-radius: 5px;
  font-size: 14px;
  z-index: 1000;
  white-space: nowrap;
}

/* Стили для ссылки, чтобы выделить ее */
a {
  position: relative; /* Убедитесь, что ссылка имеет relative позиционирование */
}

/* Для отображения подсказки */
a:hover .tooltip {
  display: block;
}

.page-adminer {
     display: block;
     margin: 20px 0;
     background: #fff;
     color: #000;
     border-radius: 10px;
     padding: 25px;
}

.nomitext {
    display: block;
    color: #fff;
    font-size: 39px;
    text-align: center;
    margin: 30px 0;
    line-height: 39px;
    font-family: SBSansSansDisplaySemibold;
}


    [data-tooltip] {
    position: relative; /* Относительное позиционирование */ 
   }
   [data-tooltip]::after {
    content: attr(data-tooltip); /* Выводим текст */
    position: absolute; /* Абсолютное позиционирование */
    width: 300px; /* Ширина подсказки */
    left: 0; top: 0; /* Положение подсказки */
    background: #36B176; /* Синий цвет фона */
    color: #fff; /* Цвет текста */
    padding: 0.5em; /* Поля вокруг текста */
    box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.3); /* Параметры тени */
    pointer-events: none; /* Подсказка */
    opacity: 0; /* Подсказка невидима */
    transition: 1s; /* Время появления подсказки */
   } 
   [data-tooltip]:hover::after {
    opacity: 1; /* Показываем подсказку */
    top: 2em; /* Положение подсказки */
   }

.inpagetext h2, .inpagetext p {
    text-align: left;
    width:  100%;
}

.inpagetext form {
    text-align: left;
}


.td-no {
    display: inline-block;
    width: 3%;
    vertical-align: top;
}

.td-id {
    display: inline-block;
    width: 10%;
    vertical-align: top;
}

.td-name {
    display: inline-block;
        width: 31%;
    padding-right: 2%;
    vertical-align: top;
}

.td-author {
    display: inline-block;
    width: 12%;
    vertical-align: top;
}

.td-nominator {
    display: inline-block;
    width: 25%;
    vertical-align: top;
}

.td-status {
    display: inline-block;
    width: 15%;
    vertical-align: top;
}


.tabline2 .td-no {
    width: 2.5%;
}

.tabline2 .td-id {
    width: 7%;
}

.tabline2 .td-name {
    width: 25%;
}

.tabline2 .td-author {
    width: 10%;
}

.tabline2 .td-nominator {
    width: 15%;
}

.tabline2 .td-status {
    width: 7%;
}

.tdm {
    width: 20%;
}





/* -- */