#hero .left-block {
  height: 500px;
  /*margin: 1rem;*/
  box-shadow: 0 1px 10px #555;
  background-image: url(../image/it-uzemelteto.webp);
}

#hero .tile img {
  width: 100%;
}

#hero .tile {
	border:1px solid #0d0;
	background: rgba(0, 0, 0, 0.5);
	overflow: hidden;
	border-radius: 5px;
	text-align: center;
	font-size: 1.5em;
  color: #fff;
}

#hero .right-block .title1 {
  font-size: 1.5em;
  display:block;
}

#hero .right-block .title2 {
  font-size: 1em;
  display:block;
}

/*
#hero .right-block select {
  padding: 3px 30px;
  width: 100%;
  background-color: orange;
  border: 1px solid orange;
  border-radius: 5px;
  color: #fff;
  font-family: inherit;
  font-weight: 500;
  font-size: 1.2rem;
  -webkit-appearance: none;
}

#hero .right-block select option {
  padding: 0.5rem;
}
*/

 /* The container must be positioned relative: */
.custom-select {
  position: relative;
  font-family: inherit;
  color: #fff;
  font-weight: 500;
  font-size: 1.5rem;
}

.custom-select select {
  display: none; /*hide original SELECT element: */
}

.select-selected {
  background-color: var(--basecolor1);
  color: #fff !important;
  border-radius: 3px;
}

/* Style the arrow inside the select element: */
/*
.select-selected:after {
  position: absolute;
  content: "";
  top: 30px;
  right: 1rem;
  width: 0;
  height: 0;
  border: 10px solid transparent;
  border-color: #fff transparent transparent transparent;
}
*/
/* Point the arrow upwards when the select box is open (active): */
.select-selected.select-arrow-active:after {
  border-color: transparent transparent #fff transparent;
  top: 20px;
}

/* style the items (options), including the selected item: */
.select-items div,.select-selected {
  color: orange;
  padding: 8px 16px;
  border: 1px solid transparent;
  border-color: transparent transparent rgba(0, 0, 0, 0.1) transparent;
  cursor: pointer;
}

/* Style items (options): */
.select-items {
  position: absolute;
  background-color: white;
  border:1px solid rgba(0, 0, 0, 0.1);
  top: 100%;
  left: 0;
  right: 0;
  z-index: 99;
}

/* Hide the items when the select box is closed: */
.select-hide {
  display: none;
}

.select-items div:hover, .same-as-selected {
  background-color: rgba(0, 0, 0, 0.1);
}


.block01 ul {
	list-style-type: none;
	width: 90%;
	margin-left: auto;
	margin-right: auto;
	margin-top: 60px;
	padding: 0px;
	float:none;
	clear: both;
	background: #BAFF00;

}
.block01 li {
	margin: 0px;
	padding: 0px;
	width: 49%;
	height: 200px;
	line-height: 200px;
	float:left;
	border:1px solid #0d0;
	background: rgba(0, 0, 0, 0.5);
	overflow: hidden;
	margin: 4px 2px;
	border-radius: 5px;
	text-align: center;
	font-size: 2em;
	color: #fff;
}
