html body .decor-wrap .decor-frm-block {
  background-color: rgb(1, 142, 224);
  color: rgb(255, 255, 255);
}

html body .decor-wrap .decor-frm-btn {
  background-color: rgb(201, 36, 41);
  box-shadow: rgb(0, 0, 0) 0px 1px 2px;
}

html body .decor-wrap .decor-frm-btn:hover {
  box-shadow: rgb(0, 0, 0) 0px 1px 2px;
}

html body .decor-cont-tit {
  background-color: rgb(1, 142, 224);
  color: rgb(255, 255, 255);
}

html body .decor-board-in {
  border-top-color: rgb(1, 142, 224);
  border-right-color: rgb(1, 142, 224);
  border-bottom-color: rgb(1, 142, 224);
  border-left-color: rgb(1, 142, 224);
}

html body .decor-characters__title {
  background-color: rgb(1, 142, 224);
  color: rgb(255, 255, 255);
}

html body .decor-characters__body table td {
  border-top-color: rgb(1, 142, 224);
  border-right-color: rgb(1, 142, 224);
  border-bottom-color: rgb(1, 142, 224);
  border-left-color: rgb(1, 142, 224);
}

html body .seocategory__prodblock-title__inner {
  background-color: rgb(1, 142, 224);
}

html body .seocategory__button {
  background-color: rgb(201, 36, 41);
  box-shadow: rgb(0, 0, 0) 0px 1px 2px;
}

html body .seocategory__button:hover {
  background-color: rgb(255, 55, 55);
  box-shadow: rgb(0, 0, 0) 0px 1px 2px;
}

html body .keymoments__title {
  background-color: rgb(1, 142, 224);
}

html body .keymoments__list-num {
  background-color: rgb(145, 145, 145);
  color: rgb(255, 255, 255);
}

html body .localconsult {
  background-color: rgb(55, 99, 126);
}

html body .decor-wrap .localconsult__inner-frm button[type="submit"] {
  background-color: rgb(201, 36, 41);
  box-shadow: rgb(0, 0, 0) 0px 1px 2px;
}

html body .decor-wrap .localconsult__inner-frm button[type="submit"]:hover {
  background-color: rgb(255, 55, 55);
  box-shadow: rgb(0, 0, 0) 0px 1px 2px;
}

html body .seocontactblock {
  background-color: rgb(55, 99, 126);
}

html body .seocontactblock__address {
  color: rgb(193, 193, 193);
}

