

/* Start:/local/templates/rsci_main/styles.css?16379456601999*/
.top-header-nav{
	position: relative;
	z-index: 1;
}
#bx-admin-prefix select{ display: block !important;}

#simple-news-contayner .block_links { border: none !important; background-color: transparent !important; }
/*
nav {
	position: relative;
	z-index: 1;
}
*/
.parallax-container {
	position: relative;
	z-index: 0;
}
.banner-content {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  background-color: white;
  color: #666;
}
.banner-content:before {
  content: "";
  display: block;
  width: 140px;
  height: 500px;
  position: absolute;
  background-color: white;
  box-shadow: inset 17px 0px 20px -10px rgb(0 0 0 / 30%);
  top: -60px;
  left: -63px;
  transform: rotate(20deg);
}
.banner-text {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-around;
  height: 100%;
  width: 360px;
  max-width: 60vw;
  text-align: center;
}

.banner-main-title {
  color: black;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 21px;
  line-height: 1.2;
  margin-top: 55px;
  margin-bottom: 5px;
}
.banner-subtitle {
  margin-top: 0;
  margin-bottom: 8px;
  background-color: black;
  text-transform: uppercase;
  color: white;
  font-size: 14px;
  line-height: 1.2;
  padding: 6px 4px;
}

.banner-link {
  margin-left: -20px;
  margin-right: 20px;
}
.losev-logo {
  width: 355px;
  height: auto;
}

@media (max-width: 900px) {
	.banner-text {
	  width: 300px;
	  margin-left: 16px;
	  justify-content: flex-start;
	}
	.banner-main-title {
	  margin-top: 30px;
	  font-size: 21px;
	}
	.banner-subtitle {
	  font-size: 14px;
	}
	
	.losev-logo {
	  width: 275px;
	  margin-top: -10px;
	}
}
@media (max-width: 600px){
	.header-display {
	  min-height: 210px;
	}
	.banner-text {
	  width: 240px;
	  margin-left: 16px;
	  justify-content: flex-start;
	}
	.banner-main-title {
	  margin-top: 30px;
	  font-size: 14px;
	}
	.banner-subtitle {
	  font-size: 8px;
	}
	
	.losev-logo {
	  width: 200px;
	  margin-top: -10px;
	}
}
/* End */
/* /local/templates/rsci_main/styles.css?16379456601999 */
