/* РОЗМІРИ ЕКРАНІВ */
@media screen and (max-width: 1921px) {
  #Sidebar {
    width: 290px;
    z-index: 3;
  }

  #header-large {
    margin-left: 290px;
  }

  .main {
    margin-left: 290px;
  }

  .tag-l {
    font-size: 18px;
  }

}

@media screen and (max-width: 1025px) {
  #Sidebar {
    width: 250px;
    z-index: 3;
  }

  #header-large {
    margin-left: 250px;
  }

  .main {
    margin-left: 250px;
  }
}

@media screen and (max-width: 769px) {
  #Sidebar {
    width: 45%;
    z-index: 3;
  }

  .tag-l {
    font-size: 14px;
  }
}

@media screen and (max-width: 601px) {
  #Sidebar {
    width: 45%;
    z-index: 3;
  }

  .tag-l {
    font-size: 32px;
  }
}

@media screen and (max-width: 481px) {
  #Sidebar {
    width: 80%;
    z-index: 3;
  }

  .tag-l {
    font-size: 24px;
  }

}

@media screen and (max-width: 321px) {
  #Sidebar {
    width: 100%;
    z-index: 3;
  }
}

/* HIDDEN SMALL -------------------------------- HIDDEN SMALL  */
#header-s {
  background-image: linear-gradient(#002244, #000a14, #002244, #000a14);
  text-shadow: black 1px 1px 1px;
}

/* кнопка меню */
#header-s a.btn {
  padding-left: 10px;
  padding-right: 14px;
}

/* TOP */
.bar1-s {
  color: #ccc;
  /* background: #000a14; */
  background-image: linear-gradient(#002244, #000a14);
  font-size: 20px;
}

.bar1-s span.col {
  padding: 8px 0;
}

.bar2-s {
  /* margin-top: 46px; */
  padding-top: 46px;
}

/* телефон */
.tel-s {
  font-size: 16px;
  padding: 11px 6px 11px 0;
}


/* LOGO */
.img-s {
  padding: 4px;
  height: 32px;
  filter: drop-shadow(2px 2px 4px black);
}


/* системи електронної безпеки */
.title-s {
  color: #007399;
  text-align: center;
  padding: 6px 0 4px 0;
}

/* icons */

.bar3-s {
  padding-top: 2px;
  color: #ccc;
  font-size: large;
}

.bar3-s i {
  padding: 8px 12px;
}

.day-s {
  padding-right: 4px;
  padding-top: 4px;
  font-size: 8px;
  text-align: right;
  color: #ccc;
}



/* HIDDEN MIDLE -------------------------------- HIDDEN MIDLE  */

#header-m {
  background-image: linear-gradient(#004466, #001133);
  color: #ccc;
  text-shadow: black 1px 1px 1px;
}

#header-m a {
  text-decoration: none;
}

#header-m .top {
  background-image: linear-gradient(#002244, #000a14);
}

.bttn-m {
  padding: 8px 0;
  background-image: linear-gradient(#002244, #000a14);
  font-size: 18px;
}

.ltd-m {
  padding: 10px 0;
}

.tel-m {
  padding: 10px 0;
}

.icons-m {
  padding: 6px 0;

}

/* НИЗ */

.bott-m {
  margin-top: 42.5px;
  background-image: linear-gradient(#000a14, #002244, #000a14);
  color: #0088AA;
}

.bott-m img {
  height: 42px;
  padding: 6px;
  filter: drop-shadow(2px 2px 4px black);
}

.titl-m {
  padding: 10px 0;
}

#day-m {
  font-size: 11px;
  text-align: right;

}

/* HIDDEN LARGE -------------------------------- HIDDEN LARGE  */
/* 1920 */
@media screen and (max-width: 1921px) {
  #header-large {
    text-shadow: black 1px 1px 1px;
  }

  .top-l {
    /* background: #000a14; */
    background-image: linear-gradient(#000a14, #002244, #000a14);
    border-left: #ccc 4px solid;
    border-right: #ccc 4px solid;
  }

  /* системи електронної безпеки */
  .top-l .title-l {
    font-size: 18px;
    padding: 11px 0;
    color: #0084a4;
    text-align: center;
  }

  .top-l img {
    height: 48px;
    padding: 4px;
    display: block;
    outline: 0;
    filter: drop-shadow(2px 2px 4px black);
  }

  .bottom-l {
    color: #ccc;
    background-image: linear-gradient(#000a14, #001133);
    border-left: #ccc 4px solid;
    border-right: #ccc 4px solid;
  }

  .bottom-l .btn {
    padding: 8px 24px;
    font-size: 24px;
  }

  /* ніжній бар  */
  .head-ltd {
    font-size: 18px;
    padding: 7px 0;
    text-align: center;
  }

  .head-phone {
    font-size: 16px;
    padding: 8px 0 8px 0;
    text-decoration: none;
  }

  #day-l {
    text-align: right;
    padding-bottom: 4px;
    color: #0088aa;
  }

}