/*
* Prefixed by https://autoprefixer.github.io
* PostCSS: v8.4.12,
* Autoprefixer: v10.4.4
* Browsers: last 4 version
*/

*{-webkit-box-sizing: border-box;box-sizing: border-box;}
body {
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 14px;
	margin: 0;
}
ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
a {text-decoration: none;}
.top-menu {
  background: white;
  position: relative;
}
.top-menu:after, .submenu:after {
  content: "";
  display: table;
  clear: both;
}
.top-menu > li {
  float: left;
  font-weight: 600;
}
.top-menu > li > a {
  display: block;
  padding: 18px;
  font-size: 16px;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #000;
  -webkit-transition: .2s linear;
  -o-transition: .2s linear;
  transition: .2s linear;
}
.top-menu > li > a:hover {color: #B03062;}
.dropdown:after {
  content: "\f107";
  font-family: FontAwesome;
  margin-left: 4px;
  vertical-align: top;
}
.submenu, .submenu-standart {
  border-top: 1px solid #e5e5e5;
  -webkit-box-shadow: 0 3px 5px 0 rgba(0,0,0,.07);
          box-shadow: 0 3px 5px 0 rgba(0,0,0,.07);
  background: white;
  padding: 25px 0;
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 5;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translate3d(0,30px,0);
          transform: translate3d(0,30px,0);
  -webkit-transition: .5s ease-out;
  -o-transition: .5s ease-out;
  transition: .5s ease-out;
  -webkit-transform-origin: 0% 0%;
      -ms-transform-origin: 0% 0%;
          transform-origin: 0% 0%;
}
.submenu {width: 100%;}
.submenu-standart {
  min-width: 200px;
  padding: 10px 0;
}
.dropdown-standart {position: relative;}
.top-menu > li:hover .submenu, .top-menu > li:hover .submenu-standart {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translate3d(0,0,0);
          transform: translate3d(0,0,0);
}
.submenu > li {
  float: left;
  width: calc(100% / 3);
  padding: 0 18px;
  border-right: 1px solid #e5e5e5;
}
.submenu-standart li {padding: 0 18px;}
.submenu > li:last-child {border-right: none;}
.submenu img {
  display: block;
  width: 100%;
}
.submenu li a, .submenu-standart li a {
  display: block;
  padding: 5px 0;
  color: #666;
  font-size: 13px;
}
.submenu li .link-image {padding: 0;}
.submenu li a:hover {color: #B03062;}
.submenu h3 {
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 20px;
  font-weight: 400;
  margin: 10px 0;
}
.container {
  max-width: 90%;
  margin: 0 auto;
  font-weight: 200;
}


table {
    overflow:hidden;
    border:1px solid #d3d3d3;
    background:#fefefe;
    width: 90%;
    margin: 10px auto 0; /* FF1+ */ /* Saf3-4 */
    border-radius:5px;
    -moz-box-shadow: 0 0 4px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0 0 4px rgba(0, 0, 0, 0.2);
}
 
th, td {
    padding:2px 2px 2px; 
    text-align:center; 
}
 
th {
    padding-top:10px; 
    text-shadow: 1px 1px 1px #fff;
    background:#e8eaeb;
}
 
td {
    border-top:1px solid #e0e0e0; 
    border-right:1px solid #e0e0e0;
}
 
tr.odd-row td {
    background:#f6f6f6;
}
 
td.first, th.first {
    text-align:left
}
 
td.last {
    border-right:none;
}
 
td {
    background: -moz-linear-gradient(100% 25% 90deg, #fefefe, #fff);
    background: -webkit-gradient(linear, 0% 0%, 0% 25%, from(#fff), to(#fefefe));
}
 
tr.odd-row td {
    background: -moz-linear-gradient(100% 25% 90deg, #f6f6f6, #f1f1f1);
    background: -webkit-gradient(linear, 0% 0%, 0% 25%, from(#f1f1f1), to(#f6f6f6));
}
 
th {
    background: -moz-linear-gradient(100% 20% 90deg, #e8eaeb, #ededed);
    background: -webkit-gradient(linear, 0% 0%, 0% 20%, from(#ededed), to(#e8eaeb));
}
 
tr:first-child th.first {
    -moz-border-radius-topleft:5px;
    -webkit-border-top-left-radius:5px; /* Saf3-4 */
}
 
tr:first-child th.last {
    -moz-border-radius-topright:5px;
    -webkit-border-top-right-radius:5px; /* Saf3-4 */
}
 
tr:last-child td.first {
    -moz-border-radius-bottomleft:5px;
    -webkit-border-bottom-left-radius:5px; /* Saf3-4 */
}
 
tr:last-child td.last {
    -moz-border-radius-bottomright:5px;
    -webkit-border-bottom-right-radius:5px; /* Saf3-4 */
}

.logo {


margin-top: -12px;
margin-right: 10px;

}

.button {
    display: inline-block; 
    -webkit-box-sizing: border-box; 
            box-sizing: border-box;
    padding: 0 30px;
    margin: 0 5 5 0;
    outline: none;
    border: none; 
    border-radius: 4px;
    height: 32px;
    line-height: 32px;
    font-size: 14px;
    font-weight: 500;
    text-decoration: none;
    color: #fff;
    background-color: #4CAF50;
    -webkit-box-shadow: 0 2px #28992c;
            box-shadow: 0 2px #28992c;
    cursor: pointer;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    -ms-touch-action: manipulation;
        touch-action: manipulation; 
    vertical-align: top;
}
.button:hover {
    background-color: #245726;
}
.button:active {
    background-color: #2f599e !important;
}
.button:focus-visible {
    -webkit-box-shadow: 0 0 0 3px lightskyblue;
            box-shadow: 0 0 0 3px lightskyblue;
}
.button:disabled {
    background-color: #6c87b5;
    pointer-events: none;
}

ol {
   padding-left: 40px;
   margin-top: 1em;
   margin-bottom: 1em;
}


.mtex {
    margin-top: 50px;
	margin-bottom: 0px;
	color: #2d2d2d;
	font-size: 8vw;
	line-height: 0.8;
	font-weight: 700;
	background-position: center center;
}

.op {
    color: #2d2d2d;
	font-size: 5vw;
	font-weight: 700;
	margin: 0;
}
a {
	color: #666;
}
.fondata {
	z-index: -3;
	position: absolute;
	left: 0;
	right: 0;
	margin-bottom: 100px;
}

.podzag {
max-width: 90%;
font-weight: 600;
color: #2d2d2d;
}

.decor {
width: 300px;
height: 15px;
background: #c5ee00;
margin-left: 5%;
margin-bottom: -20px;
margin-top: 30px;
}

@import url ("/style.css");
@media screen and (max-width:800px) {
  .top-menu li {
    width: 100%;
    height: auto!important;
  }
  .top-menu > li {border-bottom: 1px solid #e5e5e5;}
  .top-menu > li > a {padding: 18px}
  .submenu,
  .submenu-standart {
    position: relative;
    display: none;
    -webkit-box-shadow: none;
            box-shadow: none;
    padding: 0;
    background: rgba(0,0,0,.02);
  }
  .submenu-standart {padding: 10px 0;}
  .submenu > li {
    border-right: none;
    border-bottom: 1px solid #e5e5e5;
    padding: 18px;
  }
  .submenu h3 {margin: 0 0 10px}
  .submenu .image-header {margin: 10px 0}
  .submenu li:last-of-type {border-bottom: none}
  .top-menu > li:hover .submenu,
  .top-menu > li:hover .submenu-standart {display: block;}
  .logo {
	width: 20%;
	margin-left: 40%;
	margin-right: 40%;
	}
}



.table-responsive {
  overflow-x: auto;
}

.tg-wrap {
  width: 100%;
  overflow-x: auto;
}

.tg {
  min-width: 800px; /* Adjust this width according to your table's content */
}

@media screen and (max-width: 800px) {
  .tg-wrap table {
    min-width: 800px; /* Ensure the table can be scrolled horizontally */
  }
}



