@charset "utf-8";
header {
  height: auto;
  font-weight: 400;
  white-space: nowrap;
  position: relative;
  line-height: 0;
  margin-top: 0 !important;
  padding-top: 0 !important;
}
#panorama {
  line-height: 0;
  position: relative;
  opacity: 1;
  float: right;
}
header a {
  margin: 4px 0;
  border-bottom: solid 1px #ddd;
  height: 100%;
  display: block;
}
header img {
  width: 60%;
  height: auto;
}
#header_ss {
  text-align: left;
  margin: 3.5% 0 0 0;
}
#header_ss a {
  color: #444743;
  font-size: 16px;
  padding: 0.45% 0 0.45% 12%;
  margin: 0;
  border: none;
  font-weight: 500;
}
header h1 {
  text-align: center;
  position: absolute;
  left: 0.7%;
  top: 1em;
  font-size: 18px;
  transform: scale(1, 0.9);
  color: #0096ff;
  font-weight: 500;
  text-transform: uppercase;
  margin: 0 0 10px 0;
  line-height: 34px;
}
header h1 i {
  padding: 2px 0 0 0;
  font-family: "Arial Black", Gadget, sans-serif;
  font-size: calc(11px + 3.6vw);
  letter-spacing: -2px;
  display: block;
}
header h1:hover {
  color: #0096ff;
}
#index h2 a:hover,
.catalog a:hover,
#header_ss a:hover {
  color: #0096ff !important;
}
#header_address {
  margin-top: 22px;
  font-size: 18px !important;
  font-weight: 500;
  line-height: 18px !important;
}
#header_address span {
  font-size: 18px !important;
}
#header_img {
  width: 60%;
  height: 100%;
  position: absolute;
  right: 0px;
  overflow: hidden;
  z-index: -1;
}
#header_img img {
  position: relative;
  width: 100%;
  height: auto;
}
#header {
  color: #444743;
  width: 40%;
  height: 80%;
  position: absolute;
  left: 0%;
  bottom: 0;
  overflow: hidden;
  text-align: center;
  line-height: normal;
  z-index: -2;
}
#header b {
  font-size: 18px;
  display: block;
  margin: 3% 0 0 0%;
  background-color: #fff;
  position: relative;
  z-index: 7777;
  line-height: 28px;
}
#header p {
  font-size: 14px;
  line-height: 16px;
}
#header i {
  font-size: 15px;
  position: relative;
  top: -10%;
  font-weight: 400;
}
#header_p p {
  color: #777;
  opacity: 0;
  white-space: normal;
  padding: 3px;
  text-align: left;
}
#index {
  display: grid;
  grid-template-areas:
    "h2 news_home"
    "catalog_home news_home";
  grid-template-columns: 1fr 360px;
  grid-template-rows: auto 1fr;
  margin-top: 0 !important;
  padding-top: 0 !important;
}
#index h2 a {
  color: #444743;
  grid-area: h2;
  font-size: 32px;
}
#catalog_home {
  grid-area: catalog_home;
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(210px, 1fr));
  grid-gap: 1rem;
  vertical-align: top;
  text-align: center;
  margin: 0 3.5% 0 0;
}
.catalog {
  position: relative;
  padding: 5px 0;
  border: 1px solid #e6e6e6;
  background-color: #fff;
  transition: all 0.3s ease-in-out;
}
.catalog:hover {
  z-index: 777;
  transform: scale(1.03, 1.03);
}
.catalog::after {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: all 0.7s;
  box-shadow: 8px -8px 3px -4px rgba(21, 0, 38, 0.14);
}
.catalog p {
  box-shadow: 7px 14px 3px -4px rgba(21, 0, 38, 0.14);
  margin: 0;
  padding: 5px 0;
  border-bottom: 1px solid #999;
  border-right: 1px solid #b8b8b8;
  border-left: 1px solid #e6e6e6;
  text-align: left;
  display: none;
  position: absolute;
  left: -1px;
  width: 100%;
  background-color: #fff;
}
.catalog:hover::after {
  opacity: 1;
}
.catalog img {
  width: 100%;
  height: auto;
  margin-bottom: 5px;
}
.catalog a:first-child:not(p a) {
  padding: 0;
  line-height: 16px;
  font-size: 16px;
  font-weight: 500;
}
.catalog a {
  color: #444743;
  display: block;
  line-height: 16px;
  padding: 3px 0 3px 4px;
}
#news_home {
  grid-area: news_home;
  padding: 10px 0 0 0;
  margin: 0;
}
#news_home h2 {
  margin: 5px 0;
}
.news img,
#kpk {
  width: 100%;
  height: auto;
}
#index h1 {
  margin-top: 0 !important;
  padding-top: 0 !important;
}
