@import "nullstyle.css";
@import "variables.css";



body {
  background-color: var(--light-gray);
}

.white{
  background-color: white;
}
.title {
  /* height: 100px; */
  display: flex;
  justify-content: center;
  align-items: center;
}

.name {
  width: 50%;
  /* font-size: calc(2rem + 0.390625vw);
  color: var(--body-color);
  line-height: 3rem;
  font-weight: 600; */
}

.content {
  padding: 2rem 4rem;
}

.welcome {
  background-color: var(--main-color);
  background-position: center;
  background-size: cover;
}

.first {
  height: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 6rem;
  margin-top: 3rem;
}

.second {
  margin-bottom: -1.5rem;
}

.graphic {
  padding: 20px 0;
  display: flex;
  text-align: justify;
  font-size: 17px;
}
.grapImg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

h2 {
  font-size: 26px;
  margin: 20px 0;
  text-align: center;
}
h2 small {
  font-size: 0.5em;
}
.responsive-table li {
  border-radius: 3px;
  padding: 25px 30px;
  display: flex;
  justify-content: space-between;
  margin-bottom: 25px;
}
.responsive-table .table-header {
  background-color: #95a5a6;
  font-size: 14px;
  color: white;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.03em;
}
.responsive-table .table-row {
  background-color: #fff;
  box-shadow: 0px 0px 9px 0px rgba(0, 0, 0, 0.1);
}
.responsive-table .col-1 {
  flex-basis: 10%;
}
.responsive-table .col-2 {
  flex-basis: 40%;
}
.responsive-table .col-3 {
  flex-basis: 35%;
}
.responsive-table .col-4 {
  flex-basis: 25%;
}
.responsive-table .col-5 {
  flex-basis: 20%;
}
.responsive-table .col-6 {
  flex-basis: 40%;
}
.responsive-table .col-7 {
  flex-basis: 35%;
}
.col {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  text-align: center;
}
.colMain {
  justify-content: center;
  align-items: center;
}

@media all and (max-width: 767px) {
  .responsive-table .table-header {
    display: none;
  }
  .responsive-table li {
    display: block;
  }
  .responsive-table .col {
    flex-basis: 100%;
  }
  .responsive-table .col {
    display: flex;
    padding: 10px 0;
  }
  .responsive-table .col:before {
    color: #6c7a89;
    padding-right: 10px;
    content: attr(data-label);
    flex-basis: 50%;
    text-align: right;
  }
}

@media (max-width: 991.98px) {
}



table {
  border-collapse: collapse;
  width: 100%;
}
.table-default th {
  color: #003c83;
  font-size: 14px;
  border: 1px solid #c1c1c1;
  padding: 10px;
  text-align: center;
  border: 2px solid;
}
.table-default td {
  border: 2px solid #003c83;
  /* color: #003c83; */
}

.border {
  margin: 0 1rem;
  border: 2px solid #003c83;
  border-radius: 1rem;
}

.vyplata a{
  text-decoration: none;
 color: #003c83;
}

@media (max-width: 420px) {

    .content {
        margin: 0;
        padding: 0 0;
    }

}
