.catalog-mk {
  margin-top: 40px;
  padding: 12px 0;
  box-shadow: 0 0 15px #b4b4b6;
  border: 1px solid #b4b4b6;
  color: black;
}
.flex-catalog-mk {
  display: flex;
  flex-direction: row;
  width: 100%;
}
.catalogProductListRight {
  box-shadow: 0 0 15px #b4b4b6;
  border: 1px solid #b4b4b6;
  border-radius: 5px;
  padding: 20px;
  width: 50%;
  background-color: white;
}
.catalogProductListLeft {
  vertical-align: top;
  box-shadow: 0 0 15px #b4b4b6;
  border: 1px solid #b4b4b6;
  border-radius: 5px;
  padding: 20px;
  width: 50%;
  background-color: white;
}
.catalogProductItem {
  margin-bottom: 5px;
  transition: 0.8s;
  padding: 5px;
  border: 1px solid white;
  box-shadow: 0 0 15px white;
  height: 95px;
  display: flex;
  align-items: center;
  list-style: none;
}
.catalogProductItem a {
  text-decoration: none;
}
.catalogProductItem:before {
  display: none;
}
.catalogProductItem:hover {
  border: 1px solid #111942;
  box-shadow: 0 0 15px #111942;
  border-radius: 5px;
  transition: 0.8s;
  padding: 5px 20px;
}
.catalogProductItemImg {
  width: 50px;
  margin-right: 12px;
}
.catalogProductListCels {
  display: block;
  display: flex;
  align-items: center;
  font-size: 16px;
  font-weight: bold;
  color: black;
  width: 100%;
  height: 100%;
}
.catalogUmas {
  margin-top: 40px;
}
.catalogUmasList {
  box-shadow: 0 0 15px #b4b4b6;
  border: 1px solid #b4b4b6;
  border-radius: 5px;
  padding: 20px;
  background-color: white;
}
.catalogUmasImg {
  width: 50px;
  margin-right: 12px;
}
.sketchfab-embed-wrapper iframe {
  width: 341px;
}
.tab button {
  text-align: center;
}
.tab {
  display: flex;
  align-items: center;
}
.catalog-mk-list {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  padding: 0;
  justify-content: center;
}
.catalog-mk-list-item {
  width: calc(33.33% - 20px);
  box-shadow: 0 0 15px white;
  padding: 10px;
  background: #1E2BA6;
  transition: 0.37s;
  margin: 0 10px 20px;
  text-align: center;
}
.catalog-mk-list-item img {
  width: 100% !important;
  height: 175px !important;
  object-fit: contain;
  background: white;
}
.catalog-mk-list-item:hover {
  background: #091147;
}
.catalog-mk-item-header a {
  text-decoration: none;
}
@media screen and (max-width: 1200px) {
  .catalog-mk-list-item {
    width: calc(33.33% - 20px);
  }
}
@media screen and (max-width: 768px) {
  .catalog-mk-list-item {
    width: calc(50% - 20px);
  }
}
@media screen and (max-width: 500px) {
  .catalog-mk-list-item {
    width: 100%;
  }
}
.sketchfab-embed-wrapper {
  position: relative;
}
.sketchfab-embed-wrapper:before {
  content: "";
  width: 341px;
  height: 34px;
  background: #fff;
  left: calc(50% - 10px);
  position: absolute;
  top: 8px;
  transform: translateX(-152px);
}
.opn_ul_list {
  list-style: none;
  padding: 0;
}
.opn_ul_list__item {
  margin: 0 0 50px;
  display: flex;
  background: #1E2BA6;
  color: #fff;
  padding: 10px;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .opn_ul_list__item {
    flex-direction: column;
  }
}
.opn_ul_list__item > a {
  font-size: 0;
  line-height: 0;
}
.opn_ul_list__item > a > img {
  background: white;
  width: 240px;
  margin-right: 30px;
  height: 230px;
  object-fit: contain;
}
.sketchfab-embed-wrapper:after {
  content: "";
  width: 341px;
  height: 34px;
  background: #fff;
  left: calc(50% - 10px);
  position: absolute;
  bottom: 18px;
  transform: translateX(-152px);
}
.hor-menu--u-igko16aj0 .hor-menu__link {
  background-size: 133px auto !important;
  height: 50px;
  width: auto;
  min-width: 120px;
  padding: 0 !important;
}
.hor-menu--u-igko16aj0 {
  margin-top: -10px;
}
