@charset "utf-8";
@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@400;500;700&amp;display=swap");

* {
  margin: 0;
  padding: 0;
  outline: 0;
  border: 0;
  border-color: transparent;
  outline-color: #fff;
  font-style: normal;
  text-decoration: none;
}
html {
  font-size: 15px;
  font-family: "Roboto", Arial, Helvetica, sans-serif;
  background-color: #fff;
  color: #444743;
  line-height: 20px;
  height: 100%;
}
body {
  display: grid;
  grid-template-areas:
    "nav"
    "breadcrumb"
    "main"
    "aside"
    "footer";
  grid-template-columns: 1fr;
  grid-template-rows: auto auto auto 1fr auto;
  height: calc(100% - 48px);
  width: 100%;
  max-width: 1250px;
  margin: 10px auto 0 auto;
  position: relative;
}
#page {
  margin-top: 10px !important;
}
/* ХЛЕБНЫЕ КРОШКИ */
#breadcrumb {
  grid-area: breadcrumb;
  display: block;
  list-style-type: none;
  font-size: 14px;
  margin: 10px 0 5px 0;
  position: relative;
}
#breadcrumb li {
  display: inline-block;
  color: #999;
}
#breadcrumb a {
  display: inline-block;
  padding: 0 7px;
  line-height: 28px;
  color: #444743;
}
#breadcrumb li:nth-last-child(n + 2):after {
  content: ">";
  font-family: "Comic Sans MS";
  font-size: 16px;
}
#breadcrumb a.active,
#nav_catalog_chapter .active,
#nav_catalog_chapter .active:hover {
  color: #fe0a4d !important;
  background-color: #fff0f4 !important;
  font-weight: 500 !important;
}
#breadcrumb .edit {
  position: absolute;
  top: 0;
  right: 0;
  padding: 4px 9px 0 9px;
}

main,
aside {
  display: block;
  padding: 0 0.5%;
}
main {
  grid-area: main;
  position: relative;
}
aside {
  grid-area: aside;
}
/* ПОДВАЛ */
footer {
  grid-area: footer;
  position: relative;
  margin-top: 10px;
  clear: both;
  color: #acacac;
  background-color: #333;
  text-align: center;
  padding: 10px 0 20px 0;
}
footer a[rel="nofollow"] {
  position: absolute;
  left: 0;
  bottom: 0;
  text-align: left;
}
footer a {
  color: #aeaeae;
  display: block;
}
footer a:hover {
  color: #fff;
}
footer img {
  opacity: 0.6;
}
footer a:hover img {
  opacity: 1;
}
footer div {
  display: inline-block;
  width: 16%;
  height: 90%;
  vertical-align: top;
}
footer div b {
  display: block;
  line-height: 28px;
  text-transform: uppercase;
  font-size: 14px;
}
footer div i {
  font-size: 12px;
  font-style: normal;
}

h1 {
  font-size: 32px;
  line-height: 38px;
  font-weight: 400;
  margin: 0 0 10px 0;
}
p {
  padding: 5px 0;
}
h2 {
  font-size: 24px;
  line-height: 32px;
  font-weight: 400;
  margin: 16px 0 4px 0;
}
#breadcrumb a:hover,
#header_ss a:hover,
#nav_catalog_chapter li a:hover,
.catalog p a:hover {
  background-color: #f3f5fe !important;
  color: #0071fb !important;
}
#rkpk {
  background-color: #000;
  position: fixed;
  top: 72px;
  margin: auto;
  left: 0;
  right: 0;
  z-index: 77777;
  width: 100%;
  max-width: 1200px;
  height: auto;
}
#zkpk {
  color: #fff;
  font-size: 42px;
  text-align: right;
  padding: 10px;
  cursor: pointer;
}
#zkpk:hover {
  color: #0096ff;
}
#kpk {
  cursor: pointer;
}
#popular a {
  width: 140px;
  display: inline-block;
  height: 100px;
  margin: 8px 0;
  text-align: center;
  font-weight: 500;
  color: #666;
  line-height: 16px;
  font-size: 16px;
}
#popular a:hover {
  box-shadow: 0 0 5px #aaa;
  color: #2b82d0;
}
.choice_auto,
.choice_auto_1,
.choice_auto_2 {
  font-weight: 500;
  border-width: 2px !important;
}
.choice_auto {
  border-color: #0096ff !important;
}
.choice_auto_1 {
  border-color: #f90 !important;
}
.choice_auto_2 {
  border-color: #00b33f !important;
}
#company_descript {
  min-height: 85px;
  margin-bottom: 10px;
}
#company_descript img {
  float: left;
  margin: 0 10px 10px 0;
}
#map_footer.active {
  z-index: 7775;
  position: absolute;
  left: 3.5%;
  top: 5px;
  padding: 5px;
  box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.4);
}
#map_footer.active {
  background-color: #ddd !important;
  color: #0096ff !important;
}
#map {
  display: none;
  position: fixed;
  top: 72px;
  height: calc(100% - 78px);
  width: 100%;
  max-width: 1250px;
  z-index: 779;
  background-color: #fff;
  box-shadow: 1px 1px 7px rgba(0, 0, 0, 0.2);
}
sup {
  line-height: 0;
  font-size: 12px;
  vertical-align: super;
}
a:hover {
  color: #009b9f;
}
.phone b {
  font-size: 19px;
  color: #0096ff;
  font-weight: 400;
}
.selector {
  padding: 0;
}
.selector a {
  display: inline-block;
  color: #444743;
  border: solid 1px #e6e6e6;
  padding: 3px 0.7%;
  margin: 0.2%;
}
.selector a:hover {
  color: #2b82d0;
  border-color: #bbbeb8;
}
.selector .active {
  background-color: #eee;
  font-weight: 500;
}
.attention {
  font-size: 13px;
  padding: 0 0 15px 0;
  line-height: 18px;
}
.attention b {
  color: #ff7300;
}
option[selected] {
  background-color: #ddd;
  font-weight: bold;
}
input[type="submit"] {
  color: #fff;
  background-color: #5186d7;
  padding: 7px 10px;
  cursor: pointer;
}
input[type="text"],
input[type="password"] {
  padding: 4px;
}
aside h2 {
  margin: 5px;
}
#banner {
  line-height: 0;
  position: relative;
}
#banner img {
  width: 100%;
  max-width: 1250px;
  height: auto;
}
#intro {
  background-color: #f1f2f3;
  font-size: 13px;
  padding: 4px 9px;
  margin: 0 0 10px 0;
}
#debug {
  z-index: 777770;
  max-width: 96%;
  box-shadow: 1px 1px 7px rgba(0, 0, 0, 0.3);
  position: fixed;
  right: 0;
  bottom: -1px;
  font-size: 13px;
  background-color: #fff;
}
#debug div {
  max-height: 860px;
  overflow-y: auto;
  padding: 10px;
}
#debug h3 {
  margin: 0;
  padding: 4px;
  cursor: pointer;
  font-size: 13px;
  line-height: 24px;
  color: #fff;
  background-color: #54535b;
  font-weight: 400;
  border-bottom: 1px solid #fff;
}
.accordion div {
  display: none;
}
.accordion h3 {
  cursor: pointer;
}
.accordion h3:before {
  content: " + ";
}
.accordion .active:before {
  content: " - ";
}
.active_2 {
  color: #0096ff !important;
}
.sdem b {
  font-size: 16px;
  font-weight: 500;
}
.button {
  box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.21);
  cursor: pointer;
  display: inline-block;
  padding: 4px 14px;
  margin: 2px;
  color: #fff;
  background-color: #0096ff;
  font-weight: 400;
  text-align: center;
}
.button:not(.active):hover {
  background-color: #009295;
}
.button:hover {
  color: #fff;
}
.button.active {
  background-color: #0096ff;
}
.check {
  background-color: #0096ff;
}
hr {
  height: 1px;
  border: none;
  color: #eee;
  background-color: #e1e2e0;
  clear: both;
  margin-top: 0 !important;
}
ul {
  margin: 5px 0;
  list-style-position: inside;
}
/* ТАБЛИЦА */
table {
  background-color: #fff;
  width: 100%;
  border-collapse: collapse;
  margin: 10px 0;
}
tr {
  border: 1px solid #e7ebf5;
}
tr:nth-child(odd) {
  background-color: #f1f1f1;
}
tr:hover {
  background-color: #e7ebf5 !important;
}
tr.highlight {
  background-color: #d3ebe6 !important;
}
th {
  text-align: left;
  background-color: #e7ebf5;
}
td,
th {
  vertical-align: middle !important;
  border: none;
  padding: 3px 5px;
  line-height: normal;
}
td a,
th a {
  display: block;
  padding: 2px;
  margin: -2px;
}
td img {
  vertical-align: middle;
}
.small {
  font-size: 13px;
}
.red {
  color: #0096ff;
}
.relative {
  position: relative;
}
.nowrap {
  white-space: nowrap;
}
.clear {
  clear: both;
}
.hidden {
  overflow: hidden;
}
.right {
  text-align: right;
}
.right_fl {
  float: right;
}
.inline {
  display: inline;
}
.none {
  display: none !important;
}
.left {
  text-align: left !important;
}
.cent {
  text-align: center !important;
}
#errors {
  max-height: 140px;
  overflow-y: auto;
}
.footer_contact img {
  filter: grayscale(1);
}
.footer_contact:hover img {
  filter: grayscale(0);
}
