@charset "utf-8";
/* CSS Document */
.odwrotnosc {
	unicode-bidi: bidi-override;
	direction: rtl;
}
html{
scroll-behavior: smooth;	
}
body,td,th {
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 12px;
	color: #000;
}
body {
	font-family: 'Roboto Condensed', sans-serif;
	background-color: #333;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
/* sub page */
#solut{
	background-color: rgba(0, 0, 0, 0.7);
	width:100%; 
	height:auto; 
	/*padding-bottom:6.5%;*/
	overflow:hidden;
	position:relative; 
	margin-top:1%;
	font-family: 'Roboto Condensed', sans-serif;
	box-shadow: 5px 5px 5px #000;
}
#service{
	background: rgb(222,222,222);
	background: linear-gradient(90deg, rgba(222,222,222,1) 0%, rgba(198,198,198,1) 100%); 
	width:100%; 
	height:auto;
	margin-top:-3%;
	/*box-shadow: 5px 5px 5px #333;
	 min-height:500px;
	max-height:600px;*/
	padding-bottom:9.5%;
	padding-top:4.5%;	
	position:relative;
	 font-family: 'Roboto Condensed', sans-serif;
}
/* Tooltip container */
.tooltipo {
  position: relative;
  display: inline-block;
  border-bottom: 0px dotted black; /* If you want dots under the hoverable text */
}

/* Tooltip text */
.tooltipo .tooltipotext {
  visibility: hidden;
  width: 300px;
  background-color: #fff;
  border: solid 1px #039;
  color: #000;
  text-align: left;
  padding: 5px 5px;
  border-radius: 6px;
  font-family: 'Roboto Condensed', sans-serif;
  font-size:17px;
  /* Position the tooltip text - see examples below! */
  position: absolute;
  z-index: 1;
  bottom: 100%;
  left: 50%; 
  margin-left: -150px; /* Use half of the width (120/2 = 60), to center the tooltip */
}

/* Show the tooltip text when you mouse over the tooltip container */
.tooltipo:hover .tooltipotext {
  visibility: visible;
}
.tooltipo .tooltipotext::after {
  content: " ";
  position: absolute;
  top: 100%; /* At the bottom of the tooltip */
  left: 50%;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: black transparent transparent transparent;
}
.tooltipo .tooltipotext {
  opacity: 0;
  transition: opacity 1s;
}

.tooltipo:hover .tooltipotext {
  opacity: 1;
}

.tooltipo8 .tooltipo8text {
  visibility: hidden;
  width: 350px;
  background-color: #fff;
  border: solid 1px #039;
  color: #000;
  text-align: center;
  padding: 5px 0;
  border-radius: 6px;
  font-family: 'Roboto Condensed', sans-serif;
  font-size:16px;
  
  /* Position the tooltip text - see examples below! */
  position: absolute;
  z-index: 1;
  top: 85%;
  left: 50%; 
  margin-left: -175px; /* Use half of the width (120/2 = 60), to center the tooltip */
}

/* Show the tooltip text when you mouse over the tooltip container */
.tooltipo8:hover .tooltipo8text {
  visibility: visible;
}
.tooltipo8 .tooltipo8text::after {
  content: " ";
  position: absolute;
  bottom: 100%; /* At the bottom of the tooltip */
  left: 50%;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color:  transparent transparent black transparent;
}
.tooltipo8 .tooltipo8text {
  opacity: 0;
  transition: opacity 1s;
}

.tooltipo8:hover .tooltipo8text {
  opacity: 1;
}
/* Example modals */
.bs-example-modal {
  background-color: #f5f5f5;
}
.bs-example-modal .modal {
  position: relative;
  top: auto;
  right: auto;
  left: auto;
  bottom: auto;
  z-index: 1;
  display: block;
}
.bs-example-modal .modal-dialog {
  left: auto;
  margin-left: auto;
  margin-right: auto;
}
