.search-label {
	margin-bottom: 0rem;
    color: #ccc;
    font-size: 14px;
}
.input-test-full {
	margin: 0px;
	background-color: var(--bs-gray-100);
	border: 2px solid #3f5088!important;
	padding-left: 10px!important;
    padding-right: 10px!important;
}
.input-test-full:hover, .input-test-full:focus{
	margin: 0px;
	background-color: var(--bs-gray-100);
	border: 2px solid #3f5088!important;
	padding-left: 10px!important;
    padding-right: 10px!important;
}
.header-option {
    position: absolute;
    top: 45px;
    left: 0px;
    z-index: 3;
    display: none;
	border-radius: 10px;
	margin-left: 10px;
    margin-right: 10px;
}
.header-card {
	background-color: #262a37!important;
}

.dropdown-content li > a, .dropdown-content li > span {
    color: #eeeeee!important;
    background: #262a37!important;
}
.select-wrapper input.select-dropdown {
	margin: 0px!important;
}
.mdb-select-auto {
	margin: 0px!important;
	margin-right: 10px!important;
}
.btn-group-search {
	display: flex;
	justify-content: flex-end;
	flex-wrap: nowrap;
}
.btn-search {
	margin: 0px;
	padding: 0px!important;
	background-color: var(--bs-gray-100);
	border: 0px;
	border-radius: 50%;
	box-shadow: none;
	transition: none;
	width: 40px;
    height: 40px;
	margin-right: 10px;
}
.rounded {
	border-radius: 50%!important;
}

.input-test-full > option:hover {
	border: 0px;
}
.input-test-full > option:checked {
	background-color: #262a37;
	color: #ccc;
}
@media (max-width: 768px) {
  .mdb-select-auto {
    margin-top: 10px!important;
  }
  .btn-search {
    margin-top: 10px;
  }
  .btn-group-search {
    margin-top: 10px!important;
	justify-content: center;
  }
}
.btn-search:hover {
    background-color: #2f395b;
	color: #ccc;
}

.input-test {
	margin: 0px;
	background-color: var(--bs-gray-100);
	border: 0px;
	border-top: 2px solid #3f5088!important;
	border-bottom: 2px solid #3f5088!important;
	padding-left: 10px!important;
    padding-right: 10px!important;
}
.input-test:hover, .input-test:focus{
	margin: 0px;
	background-color: var(--bs-gray-100);
	border: 0px;
	border-top: 2px solid #3f5088!important;
	border-bottom: 2px solid #3f5088!important;
	padding-left: 10px!important;
    padding-right: 10px!important;
}
.btn-auto-clear {
	margin: 0px;
	padding: 0px!important;
	background-color: var(--bs-gray-100);
	border: 0px;
	border-top: 2px solid #3f5088!important;
	border-bottom: 2px solid #3f5088!important;
	border-radius: 0px;
	padding-left: 5px!important;
    padding-right: 5px!important;
	box-shadow: none;
	transition: none;
}
.btn-auto-left {
	margin: 0px;
	padding: 0px!important;
	background-color: var(--bs-gray-100);
	border: 0px;
	border-left: 2px solid #3f5088!important;
	border-top: 2px solid #3f5088!important;
	border-bottom: 2px solid #3f5088!important;
	border-radius: 5px 0px 0px 5px;
	padding-left: 20px!important;
    padding-right: 10px!important;
	box-shadow: none;
	transition: none;
}
.btn-auto-right {
	margin: 0px;
	padding: 0px!important;
	background-color: var(--bs-gray-100);
	border: 0px;
	border-right: 2px solid #3f5088!important;
	border-top: 2px solid #3f5088!important;
	border-bottom: 2px solid #3f5088!important;
	border-radius: 0px 5px 5px 0px;
	padding-left: 10px!important;
    padding-right: 20px!important;
	box-shadow: none;
	transition: none;
}
.btn-auto-left:hover {
	color: #ffffff;
	background-color: var(--bs-gray-200);
}
.btn-auto-right:hover {
	color: #ffffff;
	background-color: var(--bs-gray-200);
}
.btn-auto-clear:hover {
	color: #ffffff;
	background-color: var(--bs-gray-200);
}

/*1e1e2c
.modal_content {
    background-color: #2D2D2D;
    border-radius: 20px!important;
	padding: 10px;
}
.modal_header {
    background-color: #4C4A4D!important;
    padding: 15px 4px 15px 18px!important;
}
.modal_btn {
    padding: 0px;
    padding-right: 0px;
    margin-top: 0px;
    font-size: 30px;
}
.modal_body {
    background-color: #4C4A4D!important;
    padding: 15px 4px 15px 18px!important;
}*/
.common-card {
    width: 100%;
    padding: 30px 30px;
    margin-bottom: 30px;
    border-radius: 8px;
    background: #262A37;
}

.center-cropped {
  width: 415px;
  height: 115px;
  background-position: center center;
  background-repeat: no-repeat;
  overflow: hidden;
}
.center-cropped img {
  min-height: 100%;
  min-width: 100%;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  opacity: 0;
}
.card-info-auto {
  overflow-x: hidden;
  height: calc(100vh - 343px);
  min-height: 450px;
}
@media (max-width: 900px) {
  .card-info-auto {
    overflow-x: hidden;
    height: auto;
    min-height: auto;
	display: none;
  }
}
.card-info-auto-text {
  overflow-x: hidden;
  height: calc(100vh - 343px);
  min-height: 450px;
}
@media (max-width: 900px) {
  .card-info-auto-text {
    overflow-x: hidden;
    height: auto;
    min-height: auto;
	background-color: #363947;
    box-shadow: none;
    border: none;
  }
  .card-title-auto {
    box-shadow: none;
    border: none;
	margin: -15px;
  }
}


.mw-body {
    color: rgb(255, 255, 255);
    font-size: 1.7em;
    font-weight: normal;
    line-height: 1.25;
    margin: 1.0em 0 0.5em;
    border-bottom: 3px solid rgb(40, 96, 144);
    padding-bottom: 5px;
}
.table-rd {
    background: rgba(38,42,55,0.5);
    border-radius: 5px;
    padding: 0.5em 35px 0.5em 35px;
}
@media (max-width: 740px) {
    .table-rd {
		padding: 0.5em 15px 0.5em 15px;
	}
}
table.wikitable {
    border-radius: 5px;
    width: 100%;
    border-width: 1px 1px 0.2em;
    padding: 1.25em 1.75em;
    margin: 1em 0;
	border: none;
    color: #fff;
    background: none;
    box-shadow: none;
}
table.wikitable > tr > th, table.wikitable > * > tr > th {
    border-bottom: 1px solid rgba(136 140 152 / 70%) !important;
    border: none;
    color: #DCDCDC;
	background: none;
    text-align: left;
	padding: 0.5em;
}
table.wikitable > tr > th, table.wikitable > tr > td, table.wikitable > * > tr > th, table.wikitable > * > tr > td {
    border-bottom: 1px solid rgba(136 140 152 / 70%) !important;
    border: none;
    color: #DCDCDC;
	padding: 0.5em;
}
.galfix {
 display: none;
}

.mw-doby {
	color: #cccc;
	font-size: 1.5em;
	font-weight: normal;
    line-height: 1.25;
}


	  .mw-body {
		color: rgb(255, 255, 255);
		font-size: 1.5em;
		font-weight: normal;
		line-height: 1.25;
		margin: 1.0em 0 0.5em;
		border-bottom: 3px solid rgb(40, 96, 144);
		padding-bottom: 5px;
	  }
	  .mw-level {
		font-size: 16px;  
	  }
	  .table-rd {
		background: rgba(38,42,55,0.5);
		border-radius: 5px;
		padding: 0.5em 35px 0.5em 35px;
	}
	@media (max-width: 740px) {
		.table-rd {
			padding: 0.5em 15px 0.5em 15px;
		}
	}
	table.wikitable {
		border-radius: 5px;
		width: 100%;
		border-width: 1px 1px 0.2em;
		padding: 1.25em 1.75em;
		margin: 1em 0;
		border: none;
		color: #fff;
		background: none;
		box-shadow: none;
	}
	table.wikitable > tr > th, table.wikitable > * > tr > th {
		border-bottom: 1px solid rgba(136 140 152 / 70%) !important;
		border: none;
		color: #DCDCDC;
		background: none;
		text-align: left;
		padding: 0.5em;
	}
	table.wikitable > tr > th, table.wikitable > tr > td, table.wikitable > * > tr > th, table.wikitable > * > tr > td {
		border-bottom: 1px solid rgba(136 140 152 / 70%) !important;
		border: none;
		color: #DCDCDC;
		padding: 0.5em;
	}
	.galfix {
	 display: none;
	}
	.thumb img {
	  background-color: unset!important;
	  border: unset!important;
	  padding: 0px; 
	}
	.text-center.head.h3 {
		color: rgb(255, 255, 255)!important;
		font-size: 1.5em;
		font-weight: normal;
		line-height: 1.25;
		margin: 1.0em 0 0.5em;
		border-bottom: 3px solid rgb(40, 96, 144);
		padding-bottom: 5px;
		text-align: left!important;
	}
	.b-goods-descrip__wrap i {
		color: var(--bs-text-info) !important;
    font-size: 24px;
	}
	
	/* AUTO */
	.b-goods-descrip__item {
	  color: #ccc;
	  font-size: 15px;
	}
	.b-goods__title {
	  color: #2e80fd;
	  min-height: 30px;
	  font-size: 1.5rem;
	  font-family: Rubik,sans-serif;
	}
	.b-goods-descrip {
	  /*margin-top: 10px;
	  padding-top: 10px;
	  border-top: 1px solid #ddd;*/
	  text-align: center;
	}
	
	.b-goods__price {
	  font: 700 17px Arial;
	}
	
	.no-gutters {
    margin-right: 0;
    margin-left: 0;
}


.custom-select {
  display: inline-block;
  width: 100%;
  font-size: 1.3rem;
  font-weight: 400;
  line-height: 1.5;
  color: #ffffff;
  vertical-align: middle;
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right 0.75rem center/14px 14px;
  background-color: #fff;	
  border-radius: 0.25rem;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.custom-select option {
  color: #cccccc;
  background-color: #347e62;
}

.custom-select:focus {
  border-color: #80bdff;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.custom-select:focus::-ms-value {
  color: #ffffff;
  background-color: #fff;
}

.custom-select[multiple], .custom-select[size]:not([size="1"]) {
  height: auto;
  padding-right: 0.75rem;
  background-image: none;
}

.custom-select:disabled {
  color: #6c757d;
  background-color: #e9ecef;
}

.custom-select::-ms-expand {
  display: none;
}