hr {
    margin-top: 10px;
    margin-bottom: 10px;
    border: 0;
    border-top: 1px solid #0000001a;
}

/* sidemenu */

.title-side {
  padding: 10px 15px;
  font-weight: 600;
  font-size: 13px; 
  margin-bottom: 5px;
  border-bottom: 1px solid #3333;
  width: -webkit-fill-available;
}

.info-item {display: block; text-align: right;}

.side-icons-text { margin-left: 10px; }
.side-icons {
    display: flex;
    padding: 15px 10px 10px 10px;
    color: #1f1f1f;
    font-size: 13px;
    position: relative;
    align-items: center;
    width: 260px;
    flex-grow: 1;
}
.side-icons:first-child:hover {
  border-radius: 10px 10px 0px 0px;
}

.side-icons:last-child:hover {
  border-radius: 0px 0px 10px 10px;
}
.side-tracks {display: flex;
      margin: 0 auto;
      justify-content: center; flex-direction: column;}
.side-section-track {display: flex;
      flex-direction: row;
      align-content: center;
      background: #fff;
      border-radius: 10px;
      justify-content: flex-start;
      flex-wrap: wrap;
      align-items: center;}
.side-icons:hover {transition: all .5s ease; background-color: #E4E5EA !important; border-radius: 3px;}


.dl-but {
    font-size: 18px;
    color: #075300;
    height: 40px;
    width: 40px;
    line-height: 40px;
    border-radius: 10px;
    background-color: #d7dfe5c9;
    border: 1px solid #16354d5d;
    margin: 0px 5px;
    text-align: center;
    padding: 0px 8px;
}

.dl-but:hover {
  color: #fff !important;
  background-color: #075300d1 !important ;

  transition: all .3s ease;
}


.sect-content {background-color: #ffffffbd; border-radius: 10px; margin-bottom: 25px;}
.button-main {display: flex;
  align-items: center;
  justify-content: center;
  padding: 5px 10px;
  max-width: 340px;
  margin: 10px auto 5px;
  background: #16354D;
  color: #fff;
  text-align: center;
  height: 40px;
  border-radius: 10px;}

.button-main:hover {background: #3b8bc9; color: #fff; transition: all .3s ease;}
.navi-but {padding: 15px 0px 10px 0px;}

  .golos-text-300 {
    font-family: "Golos Text", sans-serif;
    font-optical-sizing: auto;
    font-weight: 300;
    font-style: normal;
  }
  .golos-text-400 {
    font-family: "Golos Text", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
  }
  
  .golos-text-500 {
    font-family: "Golos Text", sans-serif;
    font-optical-sizing: auto;
    font-weight: 500;
    font-style: normal;
  }
  .golos-text-600 {
    font-family: "Golos Text", sans-serif;
    font-optical-sizing: auto;
    font-weight: 600;
    font-style: normal;
  }
  .golos-text-700 {
    font-family: "Golos Text", sans-serif;
    font-optical-sizing: auto;
    font-weight: 700;
    font-style: normal;
  }
  .golos-text-800 {
    font-family: "Golos Text", sans-serif;
    font-optical-sizing: auto;
    font-weight: 800;
    font-style: normal;
  }




  @media screen and (min-width: 1220px) {
    .show1200 {display: none;}
  }

  @media screen and (max-width: 1220px) {
    .side-tracks {flex-direction: row; justify-content: space-evenly;
      border: 1px solid #eee;
      border-radius: 3px; margin-bottom: 30px;}
    .hide960 {display: none;}
    #gotop {cursor: pointer;
      position: absolute;
      left: 50%;
      top: -130px;
      margin-left: -40px;
      color: #16354D;
      display: flex;
      justify-content: center;
      width: 80px;
      height: 37px;
      border-radius: 40px 40px 0 0;
      padding: 5px;
      font-size: 27px;}
  }

  @media (min-width: 360px) and (max-width: 1220px)  {
  .show1200 {display: flex; justify-content: center;}
}

  @media screen and (min-width: 1020px) {
    .side-icons {width: 330px;}
    
  }

  @media screen and (max-width: 590px) {
    .side-tracks {flex-direction: column; justify-content: center;}
    .side-icons {flex-grow: 1; width: -webkit-fill-available;}
  }