
.visually-hidden {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    border: 0;
    padding: 0;
    white-space: nowrap;
    -webkit-clip-path: inset(100%);
    clip-path: inset(100%);
    clip: rect(0 0 0 0);
    overflow: hidden;
}

.page-body {
    height: 100%;
    min-width: 320px;
    font-size: 14px;
    font-family: 'Montserrat', sans-serif; 
    line-height: 24px;
}

.page-body {
    margin: 0;
    padding: 0;
}

a {
    text-decoration: none;
    color: black;
}


* {
    box-sizing: border-box;
}

.admin__wrapper {
    width: 1080px;
    margin: 0 auto;
    padding-top: 50px;
}
.admin__title {
    text-align: center;
    font-style: normal;
    font-weight: bold;
    font-size: 35px;
    line-height: 43px;
    letter-spacing: -0.02em;
}
.admin__minititle {
    text-align: center;
}
.button__wrapper-one {
    width: 300px;
    margin: 0 auto;
    display: flex;
    margin-top: 10px;
    justify-content: center;
    flex-direction: column;
}
.navButtons{  
      border:1px gray solid;
      position:absolute;
      overflow: hidden;
      display:block;  
      height:50px;  
      width:50px;  
      margin:10px;
      -moz-box-shadow:5px 5px 7px rgba(3,33,33,.7);  
      -webkit-box-shadow: 5px 5px 7px rgba(3,33,33,.7);  
      box-shadow: 5px 5px 7px rgba(3,33,33,.7);  
      -moz-border-radius:4px;
      -webkit-border-radius:4px;
      border-radius:4px;
          top: 600px;
  }

.navButtons:hover
{
  border:2px solid black;
  background-color:#fff;
}

.hiddenInput{  
      position:absolute;
      overflow: hidden;
      display:block;  
      height:0px;  
      width:0px;  
  }
.button_zgruz {
    border: 1px solid #E5DDD5;
    box-sizing: border-box;
    font-style: normal;
    font-weight: 600;
    font-size: 15px;
    line-height: 94.4%;
    cursor: pointer;
    width: 116px;
    margin: 0 auto;
    padding: 10px 15px;
    background: transparent;
}
.admin__linkwrap {
    width: 400px;
    margin: 0 auto;
    text-align: center;
}

.button__wrapper-two {
    width: 300px;
    margin: 0 auto;
    margin-top: 20px;
    display: flex;
        flex-direction: column;
    text-align: center;
}

.btn-wrap {
        display: flex;
    justify-content: center;
    margin-top: 30px;
}

.btn-wrap button {
        height: 40px;
    background: transparent;
    border: 1px solid #E5DDD5;
    box-sizing: border-box;
    font-style: normal;
    font-weight: 600;
    font-size: 15px;
    cursor: pointer;
}

.button_skachat {
        border: 4px solid #000;
    box-sizing: border-box;
    font-style: normal;
    font-weight: 600;
    font-size: 15px;
    line-height: 94.4%;
    cursor: pointer;
    width: 316px;
    margin: 0 auto;
    padding: 10px 15px;
    background: transparent;
}
.inpt__form {
    width: 800px;
    display: flex;
}
.navButtonstext {
        border: 4px solid #000;
    box-sizing: border-box;
    font-style: normal;
    font-weight: 600;
    font-size: 15px;
    line-height: 94.4%;
    cursor: pointer;
    width: 316px;
    margin: 0 auto;
    padding: 10px 10px;
    background: transparent;
}
.navButtonstextwrap {
        width: 300px;
    margin: 0 auto;
    text-align: center;
    margin-top: 20px;
}

.poyasnenie {
          font-size: 10px;
    line-height: 12px;
    padding-top: 10px; 
    padding-bottom: 20px;
}

.btn-wrap a {
        border: 4px solid #000;
    box-sizing: border-box;
    font-style: normal;
    font-weight: 600;
    font-size: 15px;
    line-height: 94.4%;
    cursor: pointer;
    width: 316px;
    margin: 0 auto;
    padding: 10px 15px;
    background: transparent;
}
.button__wrapper-two span {
        font-size: 10px;
    line-height: 12px;
    padding-top: 10px;
}