@charset "utf-8";
.linmodel {
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
	margin-right: 5px;
	margin-left: 5px;
	margin-top: 10px;
	margin-bottom: 10px;
	background-color: #FFF;
}
.slimzag {
	font-size: 1.5em;
	width: 95%;
	background-color: #333;
	color: #FFF;
	padding-top: 15px;
	padding-right: 5px;
	padding-bottom: 15px;
	padding-left: 5px;
	margin-top: 15px;
	margin-right: 5px;
	margin-bottom: 15px;
	margin-left: 5px;
}
.modelid {
	float: left;
	font-size: 14px;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
	margin-right: 5px;
	margin-left: 5px;
	color: #999;
	width: 95%;
}
.inptlin {
	width: 40%;
	float: left;
}
.stacktick {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	width: 100%;
	padding-top: 20px;
	padding-bottom: 20px;
}
.editmodel {
	display: flex;
	justify-content: center;
	align-items: center;
	background-color: #FFF;
	width: 95%;
	height: 50px;
	margin-bottom: 5px;
}
.editmodelnew {
	display: flex;
	justify-content: center;
	align-items: center;
	background-color: #060;
	width: 95%;
	height: 50px;
	margin-bottom: 5px;
	border: 1px solid #0C0;
}
.kolomirk {
	width: 96%;
	border: 1px solid #5454A9;
	display: inline-block;
	margin-top: 5px;
	margin-bottom: 5px;
	padding-bottom: 5px;
	background-color: #FFF;
}
.binmodel {
align-self: center;
	font-size: 14px;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
	margin-right: 5px;
	margin-left: 5px;
}
.inptmodel {
	width: 85%;
	padding: 2px;
	border-radius: 5px;
	margin: 5px;
	background-color: #CCC;
	display: inline-block;
}
.kjadd {
	background-color: #3C0;
	width: 98%;
	padding: 15px;
	margin-top: 10px;
	margin-bottom: 10px;
	opacity: 0.8;
}
.bnmsil {
	font-size: 1em;
	color: #FFF;
	background-color: #060;
	margin-top: 5px;
	margin-right: 15px;
	margin-bottom: 5px;
	margin-left: 15px;
	padding-top: 5px;
	padding-right: 15px;
	padding-bottom: 5px;
	padding-left: 15px;
	border: 1px solid #0C0;
}
.renamemenu_abs {
	float: left;
	width: 90%;
	position: absolute;
	z-index: 1000;
	margin-left: 5%;
	height: 0px;
}
.renamemenu {
	background-color: #FFF;
	border: 1px solid #060;
	position: relative;
	left: 0%;
	top: 0px;
	right: 0%;
	bottom: 0px;
}
.renameitem {
	margin: 5px;
	padding: 5px;
	font-size: 12px;
	color: #FFF;
	background-color: #030;
	border: 1px solid #007900;
	display: inline-block;
}
.rocketbutton {
	color: #FFF;
	font-size: 0.8em;
	left: 60px;
	position: fixed;
	top: 0px;
	padding-top: 0em;
	padding-right: 0.5em;
	padding-bottom: 0.4em;
	padding-left: 0.5em;
	margin-top: 0.1em;
}
.rocketbutton2 {
	display: none;
	color: #FFF;
	font-size: 0.8em;
	left: 60px;
	position: fixed;
	top: 0px;
	padding-top: 0em;
	padding-right: 0.5em;
	padding-bottom: 0.4em;
	padding-left: 0.5em;
	margin-top: 0.1em;
}
.rocketmenuclose {
  position: fixed;
  left: 0px;
  z-index: 1000 !important;
  overflow-y: auto !important;
  overflow-x: hidden;
  /* background-color: #4A4233; */
  background-color: rgba(74, 66, 51, 0.4); /* Цвет с прозрачностью */
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  padding-top: 15px;
  width: 25%;
  top: 52px;
  bottom: 0px;
}
.tyresmenu {
	position: fixed;
	left: 0px;
	z-index: 1000 !important;
	overflow-y: auto !important;
	overflow-x: hidden;
	background-color: #4A4233;
	padding-top: 70px;
	width: 25%;
	top: 0px;
	bottom: 0px;
	min-height: 1000px !important;
}
@media only screen and (max-width:1024px) {


}

.gofilter{
	display: none;
}

@media only screen and (max-width:1050px) {
	.gofilter{
	display: block;
	}
.noremenu {
	display: none;
}
.noremenu_set {
	display: block;
}
.rocketmenuclose {
	width: 75%;
}
}
/*loading*/
.lpd40cnt {
	display: flex;
	justify-content: center;
	align-items: center;
	height: 100%;
}


.lpd40 {
  width: 48px;
  height: 48px;
  border-width: 3px;
  border-style: dashed solid  solid dotted;
  border-color: #FC0 #FC0 transparent #FC0;
  border-radius: 50%;
  display: inline-block;
  position: relative;
  box-sizing: border-box;
  animation: rotation 1s linear infinite;
}
.lpd40::after {
  content: '';  
  box-sizing: border-box;
  position: absolute;
  left: 20px;
  top: 31px;
  border: 10px solid transparent;
  border-right-color: #FC0;
  transform: rotate(-40deg);
}

@keyframes rotation {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
} 
/*loading*/