/**********************************
RESET
**********************************/
@media screen and (-webkit-min-device-pixel-ratio: 0) and (-webkit-min-device-pixel-ratio: 0), screen and (-webkit-min-device-pixel-ratio: 0) and (min-resolution: 0.001dpcm) {
  img {
    image-rendering: -webkit-optimize-contrast !important;
  }
}
@media not all and (-webkit-min-device-pixel-ratio: 0), not all and (min-resolution: 0.001dpcm) {
  @supports (-webkit-appearance: none) and (stroke-color: transparent) {
    img {
      image-rendering: unset !important;
    }
  }
}
*, *::before, *::after {
  box-sizing: border-box;
}

body {
  line-height: 1;
}

html, body, button, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, ol, ul, li, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, tt, var, b, u, i, center, dl, dt, dd, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  background: transparent;
}

ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
  content: "";
  content: none;
}

:focus {
  outline: 0;
}

ins {
  text-decoration: none;
}

del {
  text-decoration: line-through;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

img {
  max-width: 100%;
}

table img {
  max-width: none;
}

textarea, input, select {
  font-size: inherit;
  font-family: inherit;
  border-radius: 0;
}

/**********************************
MY CLASSES
**********************************/
.overflow {
  overflow: auto;
}

.overflow-x {
  overflow-x: auto;
}

.overflow-y {
  overflow-y: auto;
}

.nowrap {
  white-space: nowrap !important;
}

.break-word {
  word-break: break-word !important;
}

.pointer {
  cursor: pointer !important;
}

.rotate-180 {
  transform: rotate(180deg);
}

.no-bord {
  border: 0 !important;
}

.relative {
  position: relative !important;
}

.absolute {
  position: absolute !important;
}

.static {
  position: static !important;
}

.fixed {
  position: fixed !important;
}

.sticky {
  position: sticky !important;
}

.top {
  top: 0 !important;
}

.right {
  right: 0 !important;
}

.bottom {
  bottom: 0 !important;
}

.left {
  left: 0 !important;
}

.z-index-0 {
  z-index: 0 !important;
}

.z-index-1 {
  z-index: 1 !important;
}

.z-index-2 {
  z-index: 2 !important;
}

.z-index-3 {
  z-index: 3 !important;
}

.z-index-4 {
  z-index: 4 !important;
}

.z-index-5 {
  z-index: 5 !important;
}

.z-index-99 {
  z-index: 99 !important;
}

.z-index-999 {
  z-index: 999 !important;
}

.z-index-9999 {
  z-index: 9999 !important;
}

.z-index-99999 {
  z-index: 99999 !important;
}

.sticky-top {
  position: sticky !important;
  top: calc(60px + 5.5em);
  z-index: 1;
}

.cols:after, .clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

* html .cols {
  height: 1%;
}

.f-left {
  float: left !important;
}

.f-right {
  float: right !important;
}

.format-text .f-left {
  margin-bottom: 1em;
  float: none !important;
}
@media (min-width: calc(767px + 1px)) {
  .format-text .f-left {
    margin-right: 3em;
    float: left !important;
  }
}

.format-text .f-right {
  margin-bottom: 1em;
  float: none !important;
}
@media (min-width: calc(767px + 1px)) {
  .format-text .f-right {
    margin-left: 3em;
    float: right !important;
  }
}

.format-text code {
  background-color: #bbbbbb;
  padding: 0.1em 0.8em;
  display: inline-block;
  border-radius: 0.15em;
}

.format-text pre {
  border: 1px solid #757575;
  background-color: #bbbbbb;
  padding: 0.8em;
  line-height: 1.8;
  display: inline-block;
  border-radius: 0.15em;
}

.format-text {
  line-height: 1.3;
}

.t-left {
  text-align: left !important;
}

.t-center {
  text-align: center !important;
}

.t-right {
  text-align: right !important;
}
@media (min-width: calc(575px + 1px)) {
  .t-right--s {
    text-align: right !important;
  }
}
@media (min-width: calc(767px + 1px)) {
  .t-right--m {
    text-align: right !important;
  }
}
@media (min-width: calc(1119px + 1px)) {
  .t-right--l {
    text-align: right !important;
  }
}
@media (min-width: calc(1279px + 1px)) {
  .t-right--xl {
    text-align: right !important;
  }
}
@media (min-width: calc(1579px + 1px)) {
  .t-right--xxl {
    text-align: right !important;
  }
}

.t-justify {
  text-align: justify !important;
}

.v-top, tr.v-top th, tr.v-top td {
  vertical-align: top !important;
}

.v-center, tr.v-center th, tr.v-center td {
  vertical-align: middle !important;
}

.v-bott, tr.v-bott th, tr.v-bott td {
  vertical-align: bottom !important;
}

hr {
  border: none;
  border-bottom: 1px solid #757575;
}

pre {
  background-color: #ffffff;
  color: #313131;
}

/**********************************
BORDER
**********************************/
.border1 {
  border-width: 1px;
  border-style: solid;
}

.border2 {
  border-width: 2px;
  border-style: solid;
}

.border3 {
  border-width: 3px;
  border-style: solid;
}

.border4 {
  border-width: 4px;
  border-style: solid;
}

.border5 {
  border-width: 5px;
  border-style: solid;
}

/**********************************
RADIUS
**********************************/
.radius1 {
  border-radius: 0.15em;
}

.radius-1em {
  border-radius: 1em;
}

.radius-2em {
  border-radius: 2em;
}

.radius-full {
  border-radius: 100vw;
}

.circle {
  border-radius: 50%;
}

.circle-img {
  display: inline-block;
  background-position: center center;
  background-size: cover;
  border-radius: 50%;
}

/**********************************
SIRKY
**********************************/
.w1 {
  width: 10px !important;
}

.w2 {
  width: 20px !important;
}

.w3 {
  width: 30px !important;
}

.w4 {
  width: 40px !important;
}

.w5 {
  width: 50px !important;
}

.w6 {
  width: 60px !important;
}

.w7 {
  width: 70px !important;
}

.w8 {
  width: 80px !important;
}

.w9 {
  width: 90px !important;
}

.w10 {
  width: 100px !important;
}

.w20 {
  width: 200px !important;
}

.w30 {
  width: 300px !important;
}

.w40 {
  width: 400px !important;
}

.w50 {
  width: 500px !important;
}

.wauto {
  width: auto !important;
}

.full {
  width: 100% !important;
}

.extratiny, .w-ico {
  width: 10px;
}

/**********************************
VYSKY
**********************************/
.hgt-auto {
  height: auto !important;
}

.hgt1 {
  height: 10px !important;
}

.hgt2 {
  height: 20px !important;
}

.hgt3 {
  height: 30px !important;
}

.hgt4 {
  height: 40px !important;
}

.hgt5 {
  height: 50px !important;
}

.hgt6 {
  height: 60px !important;
}

.hgt7 {
  height: 70px !important;
}

.hgt8 {
  height: 80px !important;
}

.hgt9 {
  height: 90px !important;
}

.hgt10 {
  height: 100px !important;
}

.hgt20 {
  height: 200px !important;
}

.hgt30 {
  height: 300px !important;
}

.hgt40 {
  height: 400px !important;
}

.hgt50 {
  height: 500px !important;
}

/**********************************
COLORS
**********************************/
.black {
  color: #000 !important;
}

.white {
  color: #ffffff !important;
}

.blue {
  color: #5a94c6 !important;
}

.darkblue {
  color: #507b94 !important;
}

.green {
  color: #79B634 !important;
}

.yellow {
  color: #F2C94C !important;
}

.red {
  color: #bf2b2a !important;
}

.orange {
  color: #e98e4b !important;
}

.darkorange {
  color: #7a6149 !important;
}

.lightorange {
  color: #ebe5de !important;
}

.dark {
  color: #313131 !important;
}

.light {
  color: #ededed !important;
}

.light {
  color: #bbbbbb !important;
}

.darkgrey {
  color: #535353 !important;
}

/**********************************
BG
**********************************/
.black-bg {
  background-color: #000 !important;
}

.dark-bg {
  background-color: #313131 !important;
}

.lightgrey-bg {
  background-color: #bbbbbb !important;
}

.lightgrey-bg2 {
  background-color: #e4e4e4 !important;
}

.white-bg {
  background-color: #ffffff !important;
}

.blue-bg {
  background-color: #5a94c6 !important;
}

.lightblue-bg {
  background-color: #eff4f9 !important;
}

.green-bg {
  background-color: #79B634 !important;
}

.yellow-bg {
  background-color: #F2C94C !important;
}

.red-bg {
  background-color: #bf2b2a !important;
}

.orange-bg {
  background-color: #e98e4b !important;
}

.transparent-bg-light-30 {
  background-color: rgba(255, 255, 255, 0.3) !important;
}

/**********************************
BORDER
**********************************/
.black-border {
  border-color: #000 !important;
}

.white-border {
  border-color: #ffffff !important;
}

.blue-border {
  border-color: #5a94c6 !important;
}

.green-border {
  border-color: #79B634 !important;
}

.darkgreen-border {
  border-color: #3d5b1a !important;
}

.yellow-border {
  border-color: #F2C94C !important;
}

.red-border {
  border-color: #bf2b2a !important;
}

.orange-border {
  border-color: #e98e4b !important;
}

/**********************************
SHADOW
**********************************/
.shadow {
  box-shadow: rgba(49, 49, 49, 0.05) 0 0 15px !important;
}

/**********************************
LINKS
**********************************/
a {
  text-decoration: none;
  color: #79B634;
}

a:hover {
  text-decoration: underline;
}

/**********************************
P
**********************************/
p {
  line-height: 1.6;
  padding-bottom: 1em;
}
p:last-child {
  padding-bottom: 0;
}

/**********************************
LINE HEIGHT
**********************************/
.line-height-1 {
  line-height: 1 !important;
}

.line-height-1-1 {
  line-height: 1.1 !important;
}

.line-height-1-2 {
  line-height: 1.2 !important;
}

.line-height-1-3 {
  line-height: 1.3 !important;
}

.line-height-1-4 {
  line-height: 1.4 !important;
}

.line-height-1-5 {
  line-height: 1.5 !important;
}

/**********************************
UL, OL
**********************************/
ul.def, ol.def,
.format-text ul, .format-text ol {
  margin-bottom: 2em;
  text-align: left;
  display: flex;
  flex-direction: column;
  gap: 0.5em;
}
@media (min-width: calc(1119px + 1px)) {
  ul.def.col-2, ol.def.col-2,
  .format-text ul.col-2, .format-text ol.col-2 {
    flex-direction: row;
    flex-wrap: wrap;
  }
  ul.def.col-2 > *, ol.def.col-2 > *,
  .format-text ul.col-2 > *, .format-text ol.col-2 > * {
    width: calc(50% - 0.5em);
  }
}
ul.def:last-child, ol.def:last-child,
.format-text ul:last-child, .format-text ol:last-child {
  margin-bottom: 0;
}

ul.def li, ol.def li,
.format-text ul li, .format-text ol li {
  padding-left: 1em;
  position: relative;
  line-height: 1.5;
}

ul.def li::before,
.format-text ul li::before {
  content: "";
  width: 0.3em;
  height: 0.3em;
  background-color: #79B634;
  position: absolute;
  top: 0.6em;
  left: 0.2em;
}

ul.def--ok li {
  padding-left: 26px;
}

ul.def--ok li::before {
  background-color: transparent;
  width: auto;
  height: auto;
  line-height: 20px;
  color: #79B634;
  content: "done";
  top: 0;
  left: -3px;
  font-family: "Material Symbols Outlined";
  font-weight: bold;
  font-style: normal;
  font-size: 20px;
  letter-spacing: normal;
  text-transform: none;
  display: inline-block;
  white-space: nowrap;
  word-wrap: normal;
  direction: ltr;
}

ol.def,
.format-text ol {
  margin-left: 2em;
}
ol.def li,
.format-text ol li {
  padding-left: 0;
}
ol.def ol,
.format-text ol ol {
  margin: 1em 0 1em 2em;
}

/**********************************
TEXT DECORATION
**********************************/
.underline {
  text-decoration: underline !important;
}

.no-underline {
  text-decoration: none !important;
}

.line-through {
  text-decoration: line-through !important;
}

:hover.hover-underline, :hover > .hover-underline {
  text-decoration: underline !important;
}

:hover.hover-no-underline, :hover > .hover-no-underline {
  text-decoration: none !important;
}

/**********************************
FONT WEIGHT
**********************************/
strong {
  font-weight: 700;
}

b {
  font-weight: 900;
}

.no-bold {
  font-weight: 400 !important;
}

.semibold {
  font-weight: 500 !important;
}

.bold {
  font-weight: 700 !important;
}

.extrabold {
  font-weight: 900 !important;
}

.italic {
  font-style: italic !important;
}

/**********************************
UPPER/LOWER
**********************************/
.upper {
  text-transform: uppercase !important;
}

.lower {
  text-transform: lowercase !important;
}

.no-transform {
  text-transform: none !important;
}

/**********************************
FONT SIZE
**********************************/
.small-font {
  font-size: 90%;
}

.small-font2 {
  font-size: 80%;
}

.small-font3 {
  font-size: 70%;
}

.small-font4 {
  font-size: 60%;
}

.big-font {
  font-size: 110%;
}

.big-font2 {
  font-size: 120%;
}

.big-font3 {
  font-size: 130%;
}

.big-font4 {
  font-size: 140%;
}

.big-font5 {
  font-size: 150%;
}

.big-font6 {
  font-size: 160%;
}

.big-font7 {
  font-size: 170%;
}

.big-font8 {
  font-size: 180%;
}

.big-font9 {
  font-size: 190%;
}

.big-font10 {
  font-size: 200%;
}

.font-1em {
  font-size: 1em;
}

.font-2em {
  font-size: 2em;
}

.font-3em {
  font-size: 3em;
}

.font-4em {
  font-size: 4em;
}

.font-5em {
  font-size: 5em;
}

.font-6em {
  font-size: 6em;
}

.font-7em {
  font-size: 7em;
}

.font-8em {
  font-size: 8em;
}

.font-9em {
  font-size: 9em;
}

.font-10em {
  font-size: 10em;
}

/**********************************
HEADINGS
**********************************/
h1, h2, h3, h4, h5, h6 {
  font-weight: 600;
  margin-bottom: 1rem;
  margin-top: 1rem;
  line-height: 1.2;
  color: #313131;
}
h1:first-child, h2:first-child, h3:first-child, h4:first-child, h5:first-child, h6:first-child {
  margin-top: 0;
}

h1 {
  font-size: 1.5em;
}

h2 {
  font-size: 1.3em;
  font-weight: 700;
  position: relative;
}
@media (min-width: calc(1119px + 1px)) {
  h2 {
    font-size: 1.6em;
  }
}
h2.small-font {
  font-size: 1em;
}
h2.small-font2 {
  font-size: 0.9em;
}

h3 {
  font-size: 1.2em;
}
@media (min-width: calc(1119px + 1px)) {
  h3 {
    font-size: 1.4em;
  }
}

h4 {
  font-size: 1em;
}
@media (min-width: calc(1119px + 1px)) {
  h4 {
    font-size: 1.15em;
  }
}

h5 {
  font-size: 1em;
}
@media (min-width: calc(1119px + 1px)) {
  h5 {
    font-size: 1.15em;
  }
}

h6 {
  font-size: 1em;
}
@media (min-width: calc(1119px + 1px)) {
  h6 {
    font-size: 1.15em;
  }
}

.h-ico {
  display: flex;
  align-items: center;
}
.h-ico .h-ico-ico {
  margin-right: 0.3em;
  font-size: 1.4em;
}

.h-lbord {
  position: relative;
}

.h-lbord-title {
  padding-right: 0.5em;
  display: inline-block;
  position: relative;
  padding-left: 0.5em;
  border-left: 3px solid #79B634;
}

/**********************************
FORMS
**********************************/
::-moz-placeholder {
  color: #757575;
  opacity: 1;
  font-size: 0.8em;
  font-weight: 400;
}
::placeholder, .select-placeholder {
  color: #757575;
  opacity: 1;
  font-size: 0.8em;
  font-weight: 400;
}

label, .label {
  font-weight: 400;
  padding: 0 0 0.4rem 0;
  display: block;
  line-height: 1.3;
  font-size: 0.8em;
  color: #313131;
}

input, textarea, select {
  background-color: #ffffff;
  border: 1px solid #b2b2b2;
  color: #313131;
  min-height: 2.5rem;
  display: inline-block;
  padding: 0 0.75rem;
  line-height: 1;
  transition: box-shadow 0.2s;
  font-weight: 600;
}
input:focus, textarea:focus, select:focus {
  box-shadow: rgba(0, 0, 0, 0.2) 0 0 10px;
}

.input-flat {
  min-height: 2rem;
}

textarea {
  padding: 0.75rem !important;
}

.check {
  width: auto;
  border: 0;
  margin: 0 0 -1px 0;
  padding: 0;
  background: none;
}

textarea {
  overflow: auto;
  height: auto;
}

select {
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding-right: 2.5rem;
  outline: 0;
  line-height: 2.5rem;
  position: relative;
  width: auto;
  background: url(../img/icons/arr_down.svg) no-repeat right 0.5rem center #ffffff;
}

select:required:invalid {
  color: gray;
}

option[value=""][disabled] {
  display: none;
}

option {
  color: black;
}

select::-ms-expand { /* for IE 11 */
  display: none;
}

option {
  color: #000;
}

input[type=checkbox], input[type=radio] {
  visibility: hidden;
  display: none;
}

label.checkbox {
  cursor: pointer;
  padding: 0 0 0 30px;
  overflow: visible;
  display: inline-block !important;
  position: relative;
  line-height: 20px;
  text-transform: none;
  font-size: 1em;
}

label.checkbox:before {
  background-color: #ffffff;
  border: 2px solid #919191;
  color: #666;
  content: "";
  position: absolute;
  top: -1px;
  left: 0;
  width: 20px;
  height: 20px;
  font-size: 15px !important;
  border-radius: 3px;
}

label.checkbox:after {
  opacity: 0;
  content: "";
  position: absolute;
  width: 0.7em;
  height: 0.4em;
  background: transparent;
  top: 4px;
  left: 4.5px;
  border: 3px solid #79B634;
  border-top: none;
  border-right: none;
  transform: rotate(-45deg);
  font-size: 15px !important;
}

input[type=checkbox]:checked + label:after,
input[type=radio]:checked + label:after {
  opacity: 1;
}

.input-ico-out {
  position: relative;
}
.input-ico-out input, .input-ico-out select {
  padding-left: 3rem;
}
.input-ico-out--suffix input, .input-ico-out--suffix select {
  padding-left: 1.5rem;
  padding-right: 3rem;
}
.input-ico-out--prefix-suffix input, .input-ico-out--prefix-suffix select {
  padding-left: 3rem;
  padding-right: 3rem;
}

.input-ico-ico {
  position: absolute;
  left: 0.7rem;
  top: 50%;
  transform: translateY(-50%);
}

.input-ico-ico--suffix {
  right: 0.7rem;
  left: auto;
}

.input-txt-ico {
  color: #79B634;
  padding-right: 0.5rem;
}

.input-group {
  border: 1px solid #ededed;
  display: inline-flex;
}

.input-group-unit {
  background-color: #c5c5c5;
  display: flex;
  align-items: center;
  padding: 0 1em;
}

/**********************************
BUTTONS
**********************************/
.button {
  max-width: 100%;
  cursor: pointer;
  color: #ffffff;
  padding: 0.5rem 1.3rem;
  min-height: 2.5rem;
  line-height: 1.3;
  display: inline-flex !important;
  align-items: center;
  text-align: center;
  justify-content: center;
  font-weight: 600;
  background-color: #5a94c6;
  gap: 0.5em;
  font-size: 0.9em;
  text-transform: uppercase;
  border-radius: 100vw;
}
@media (min-width: calc(1119px + 1px)) {
  .button {
    min-height: 3rem;
  }
}
@media (min-width: calc(1279px + 1px)) {
  .button {
    min-height: 3.5rem;
  }
}
.button:hover {
  background-color: #48769e;
  text-decoration: none;
}

.button.button--big {
  font-size: 1em;
  font-weight: 600;
  padding: 1rem 1.8rem;
}

.button.button--small {
  padding: 0.2em 0.5em;
  font-size: 0.8em;
  min-height: 0;
}

.button.button--short {
  padding-inline: 0.5rem;
}

.button-multiple {
  max-width: 100%;
  cursor: pointer;
  display: inline-flex !important;
  border-radius: 100vw;
  overflow: hidden;
  border: 1px solid #5a94c6;
}

.button-multiple-item {
  cursor: pointer;
  padding: 0.5rem;
  display: inline-flex !important;
  align-items: center;
  text-align: center;
  justify-content: center;
  font-weight: 400;
  gap: 0.5em;
  font-size: 0.9rem;
}
.button-multiple-item:first-child {
  padding-left: 1.3rem;
}
.button-multiple-item:last-child {
  padding-right: 1.3rem;
}
.button-multiple-item:hover {
  text-decoration: none;
  background-color: #bbbbbb;
}

.button--colored {
  opacity: 0.8;
  transition: opacity 0.3s;
}
.button--colored:hover {
  opacity: 1;
}

.button--green {
  background-color: #79B634;
}
.button--green:hover {
  background-color: #5a94c6;
}

.button--blue {
  background-color: #5a94c6;
  color: #ffffff;
}
.button--blue:hover {
  background-color: #3d7bb0;
}

.button--white-blue {
  background-color: #ffffff;
  color: #507b94;
  border: 1px solid #5a94c6;
}
.button--white-blue:hover {
  background-color: #5a94c6;
  color: #ffffff;
}

.button--white-orange {
  background-color: #ffffff;
  color: #7a6149;
  border: 1px solid #e98e4b;
}
.button--white-orange:hover {
  background-color: #e98e4b;
  color: #ffffff;
}

.button--transparent-blue {
  background-color: transparent;
  color: #507b94;
  border: 1px solid #5a94c6;
}
.button--transparent-blue:hover {
  background-color: #5a94c6;
  color: #ffffff;
}

.button--transparent-orange {
  background-color: transparent;
  color: #7a6149;
  border: 1px solid #e98e4b;
}
.button--transparent-orange:hover {
  background-color: #e98e4b;
  color: #ffffff;
}

.button--white-grey {
  background-color: #ffffff;
  color: #757575;
  border: 1px solid #bbbbbb;
}
.button--white-grey:hover {
  background-color: #bbbbbb;
  color: #757575;
}

.button--dark {
  background-color: #000;
}
.button--dark:hover {
  background-color: black;
}

.button--grey {
  background-color: #a6a6a6;
}
.button--grey:hover {
  background-color: #999999;
}

.button--orange {
  background-color: #5d391e;
}
.button--orange:hover {
  background-color: #2f1c0f;
}

.button--red {
  background-color: #bf2b2a;
}
.button--red:hover {
  background-color: #952221;
}

/**********************************
REPORTS
**********************************/
.report {
  margin-bottom: 1em;
}

.report-in {
  padding: 1em;
  margin-bottom: 0.5em;
  font-weight: 600;
  display: flex;
  gap: 0.5em;
  align-items: center;
  line-height: 1.3;
}
.report-in.err {
  background-color: #ecbfbf;
  color: #bf2b2a;
  border-bottom: 3px solid #bf2b2a;
}
.report-in.ok {
  background-color: #d7e9c2;
  color: #61922a;
  border-bottom: 3px solid #79B634;
}
.report-in.info {
  background-color: #fcf4db;
  color: #c2a13d;
  border-bottom: 3px solid #F2C94C;
}
.report-in.wrn {
  background-color: #fbefc9;
  color: #c2a13d;
  border-bottom: 3px solid #F2C94C;
}

.formerror,
.form-err {
  color: #bf2b2a;
}
.formerror input, .formerror select, .formerror textarea,
.form-err input,
.form-err select,
.form-err textarea {
  border-color: #bf2b2a;
  color: #bf2b2a;
}

input.formerror, select.formerror, textarea.formerror,
input.form-err, select.form-err, textarea.form-err {
  border-color: #bf2b2a;
}

/**********************************
ICONS
**********************************/
.material-icons, .material-icons-outlined, .material-icons-round {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  position: relative;
}

.material-icons img, .material-icons-outlined img, .material-icons-round img {
  max-height: 24px;
}

.text-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  width: 1em;
  height: 1em;
  min-width: 24px;
  min-height: 24px;
  border-radius: 0.15em;
}

.text-icon-in {
  width: 100%;
  overflow: hidden;
  font-family: "Roboto Slab", sans-serif;
  font-size: max(0.8em, 18px);
  font-weight: 400;
  color: #313131;
  margin-bottom: -0.1em;
}

.md-text-icon {
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-transform: uppercase;
  font-family: "Roboto Slab", sans-serif;
  font-size: max(0.3em, 9px);
  font-weight: 600;
  color: #ffffff;
  background-color: #313131;
  border-radius: 0.15em;
}

.md-text-icon--top {
  top: 0;
  transform: translate(-50%, 0);
}

.md-text-icon--bottom {
  top: auto;
  bottom: 0;
  transform: translate(-50%, 0);
}

.md-text-icon--left {
  left: 0;
  transform: translate(0, -50%);
}
.md-text-icon--left.md-text-icon--top, .md-text-icon--left.md-text-icon--bottom {
  transform: translate(0, 0);
}

.md-text-icon--right {
  left: auto;
  right: 0;
  transform: translate(0, -50%);
}
.md-text-icon--right.md-text-icon--top, .md-text-icon--right.md-text-icon--bottom {
  transform: translate(0, 0);
}

.transform-icons {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
}

.transform-icons .transform-ico {
  position: absolute !important;
  top: 0;
  left: 0;
  display: block;
}

.transform-icons .transform-ico--default {
  transition: opacity 0.2s ease-in-out, transform 0.2s ease-in-out;
}

.transform-icons .transform-ico--transformed {
  transition: opacity 0.2s ease-in-out, transform 0.2s ease-in-out;
  transform: rotate(-180deg) scale(0.5);
  opacity: 0;
}

.transform-icons.act .transform-ico--default {
  transform: rotate(180deg) scale(0.5);
  opacity: 0;
}

.transform-icons.act .transform-ico--transformed {
  transform: rotate(0deg) scale(1);
  opacity: 1;
}

/**********************************
HIDDEN
**********************************/
@media (max-width: 399px) {
  .hidden-xs-smaller {
    display: none !important;
  }
}

@media (max-width: 575px) {
  .hidden-s-smaller {
    display: none !important;
  }
}

@media (max-width: 767px) {
  .hidden-m-smaller {
    display: none !important;
  }
}

@media (max-width: 1119px) {
  .hidden-l-smaller {
    display: none !important;
  }
}

@media (max-width: 1279px) {
  .hidden-xl-smaller {
    display: none !important;
  }
}

@media (max-width: 1579px) {
  .hidden-xxl-smaller {
    display: none !important;
  }
}

@media (min-width: calc(575px + 1px)) {
  .hidden-xs-bigger {
    display: none !important;
  }
}

@media (min-width: calc(767px + 1px)) {
  .hidden-s-bigger {
    display: none !important;
  }
}

@media (min-width: calc(1119px + 1px)) {
  .hidden-m-bigger {
    display: none !important;
  }
}

@media (min-width: calc(1279px + 1px)) {
  .hidden-l-bigger {
    display: none !important;
  }
}

@media (min-width: calc(1579px + 1px)) {
  .hidden-xl-bigger {
    display: none !important;
  }
}

/**********************************
FLEX
**********************************/
.flex {
  display: flex;
}
@media (max-width: 399px) {
  .flex--xs {
    flex-direction: column;
  }
  .flex--xs > * {
    flex: 1 !important;
  }
  .flex--xs .order-1 {
    order: -1;
  }
}
@media (max-width: 575px) {
  .flex--s {
    flex-direction: column;
  }
  .flex--s > * {
    flex: 1 !important;
  }
  .flex--s .order-1 {
    order: -1;
  }
}
@media (max-width: 767px) {
  .flex--m {
    flex-direction: column;
  }
  .flex--m > * {
    flex: 1 !important;
  }
  .flex--m .order-1 {
    order: -1;
  }
}
@media (max-width: 1119px) {
  .flex--l {
    flex-direction: column;
  }
  .flex--l > * {
    flex: 1 !important;
  }
  .flex--l .order-1 {
    order: -1;
  }
}
@media (max-width: 1279px) {
  .flex--xl {
    flex-direction: column;
  }
  .flex--xl > * {
    flex: 1 !important;
  }
  .flex--xl .order-1 {
    order: -1;
  }
}
@media (max-width: 1579px) {
  .flex--xxl {
    flex-direction: column;
  }
  .flex--xxl > * {
    flex: 1 !important;
  }
}
.flex > .col-1 {
  flex: 1;
}
.flex > .col-2 {
  flex: 2;
}
.flex > .col-3 {
  flex: 3;
}
.flex > .col-4 {
  flex: 4;
}
.flex > .col-5 {
  flex: 5;
}
.flex > .col-6 {
  flex: 6;
}
.flex > .col-7 {
  flex: 7;
}
.flex > .col-8 {
  flex: 8;
}
.flex > .col-9 {
  flex: 9;
}
.flex > .col-10 {
  flex: 10;
}

.inline-flex {
  display: inline-flex !important;
}

.flex-column {
  flex-direction: column !important;
}

.flex-row {
  flex-direction: row !important;
}

.a-stretch {
  align-items: stretch !important;
}

.a-start {
  align-items: flex-start !important;
}

.a-center {
  align-items: center !important;
}

.a-end {
  align-items: flex-end !important;
}

.as-end {
  align-self: flex-end !important;
}

.j-start {
  justify-content: flex-start !important;
}

.j-center {
  justify-content: center !important;
}

.j-end {
  justify-content: flex-end !important;
}

.space-between {
  justify-content: space-between !important;
}

.space-around {
  justify-content: space-around !important;
}

.flex-true {
  flex: 1 1 auto !important;
}

.flex-false {
  flex: 0 0 auto !important;
}

.no-grow {
  flex-grow: 0 !important;
}

.no-shrink {
  flex-shrink: 0 !important;
}

.flex-wrap {
  flex-wrap: wrap !important;
}

.flex-nowrap {
  flex-wrap: nowrap !important;
}

/**********************************
SPACING
**********************************/
/*** gap ***/
.gap-0 {
  gap: 0px !important;
}

.gap-1 {
  gap: 1px !important;
}

.gap-2 {
  gap: 2px !important;
}

.gap-3 {
  gap: 3px !important;
}

.gap-4 {
  gap: 4px !important;
}

.gap-5 {
  gap: 5px !important;
}

.gap-10 {
  gap: 10px !important;
}

.gap-15 {
  gap: 15px !important;
}

.gap-20 {
  gap: 20px !important;
}

.gap-25 {
  gap: 25px !important;
}

.gap-30 {
  gap: 30px !important;
}

.gap-40 {
  gap: 40px !important;
}

.gap-50 {
  gap: 50px !important;
}

.gap-01em {
  gap: 0.1em !important;
}

.gap-02em {
  gap: 0.2em !important;
}

.gap-03em {
  gap: 0.3em !important;
}

.gap-04em {
  gap: 0.4em !important;
}

.gap-05em {
  gap: 0.5em !important;
}

.gap-06em {
  gap: 0.6em !important;
}

.gap-07em {
  gap: 0.7em !important;
}

.gap-08em {
  gap: 0.8em !important;
}

.gap-09em {
  gap: 0.9em !important;
}

.gap-1em {
  gap: 1em !important;
}

.gap-2em {
  gap: 2em !important;
}

.gap-3em {
  gap: 3em !important;
}

.gap-4em {
  gap: 4em !important;
}

.gap-5em {
  gap: 5em !important;
}

.gap-6em {
  gap: 6em !important;
}

.gap-7em {
  gap: 7em !important;
}

.gap-8em {
  gap: 8em !important;
}

.gap-9em {
  gap: 9em !important;
}

.gap-10em {
  gap: 10em !important;
}

/*** xgap ***/
.xgap-0 {
  -moz-column-gap: 0px !important;
       column-gap: 0px !important;
}

.xgap-1 {
  -moz-column-gap: 1px !important;
       column-gap: 1px !important;
}

.xgap-2 {
  -moz-column-gap: 2px !important;
       column-gap: 2px !important;
}

.xgap-3 {
  -moz-column-gap: 3px !important;
       column-gap: 3px !important;
}

.xgap-4 {
  -moz-column-gap: 4px !important;
       column-gap: 4px !important;
}

.xgap-5 {
  -moz-column-gap: 5px !important;
       column-gap: 5px !important;
}

.xgap-10 {
  -moz-column-gap: 10px !important;
       column-gap: 10px !important;
}

.xgap-15 {
  -moz-column-gap: 15px !important;
       column-gap: 15px !important;
}

.xgap-20 {
  -moz-column-gap: 20px !important;
       column-gap: 20px !important;
}

.xgap-25 {
  -moz-column-gap: 25px !important;
       column-gap: 25px !important;
}

.xgap-30 {
  -moz-column-gap: 30px !important;
       column-gap: 30px !important;
}

.xgap-40 {
  -moz-column-gap: 40px !important;
       column-gap: 40px !important;
}

.xgap-50 {
  -moz-column-gap: 50px !important;
       column-gap: 50px !important;
}

.xgap-01em {
  -moz-column-gap: 0.1em !important;
       column-gap: 0.1em !important;
}

.xgap-02em {
  -moz-column-gap: 0.2em !important;
       column-gap: 0.2em !important;
}

.xgap-03em {
  -moz-column-gap: 0.3em !important;
       column-gap: 0.3em !important;
}

.xgap-04em {
  -moz-column-gap: 0.4em !important;
       column-gap: 0.4em !important;
}

.xgap-05em {
  -moz-column-gap: 0.5em !important;
       column-gap: 0.5em !important;
}

.xgap-06em {
  -moz-column-gap: 0.6em !important;
       column-gap: 0.6em !important;
}

.xgap-07em {
  -moz-column-gap: 0.7em !important;
       column-gap: 0.7em !important;
}

.xgap-08em {
  -moz-column-gap: 0.8em !important;
       column-gap: 0.8em !important;
}

.xgap-09em {
  -moz-column-gap: 0.9em !important;
       column-gap: 0.9em !important;
}

.xgap-1em {
  -moz-column-gap: 1em !important;
       column-gap: 1em !important;
}

.xgap-2em {
  -moz-column-gap: 2em !important;
       column-gap: 2em !important;
}

.xgap-3em {
  -moz-column-gap: 3em !important;
       column-gap: 3em !important;
}

.xgap-4em {
  -moz-column-gap: 4em !important;
       column-gap: 4em !important;
}

.xgap-5em {
  -moz-column-gap: 5em !important;
       column-gap: 5em !important;
}

.xgap-6em {
  -moz-column-gap: 6em !important;
       column-gap: 6em !important;
}

.xgap-7em {
  -moz-column-gap: 7em !important;
       column-gap: 7em !important;
}

.xgap-8em {
  -moz-column-gap: 8em !important;
       column-gap: 8em !important;
}

.xgap-9em {
  -moz-column-gap: 9em !important;
       column-gap: 9em !important;
}

.xgap-10em {
  -moz-column-gap: 10em !important;
       column-gap: 10em !important;
}

/*** ygap ***/
.ygap-0 {
  row-gap: 0px !important;
}

.ygap-1 {
  row-gap: 1px !important;
}

.ygap-2 {
  row-gap: 2px !important;
}

.ygap-3 {
  row-gap: 3px !important;
}

.ygap-4 {
  row-gap: 4px !important;
}

.ygap-5 {
  row-gap: 5px !important;
}

.ygap-10 {
  row-gap: 10px !important;
}

.ygap-15 {
  row-gap: 15px !important;
}

.ygap-20 {
  row-gap: 20px !important;
}

.ygap-25 {
  row-gap: 25px !important;
}

.ygap-30 {
  row-gap: 30px !important;
}

.ygap-40 {
  row-gap: 40px !important;
}

.ygap-50 {
  row-gap: 50px !important;
}

.ygap-01em {
  row-gap: 0.1em !important;
}

.ygap-02em {
  row-gap: 0.2em !important;
}

.ygap-03em {
  row-gap: 0.3em !important;
}

.ygap-04em {
  row-gap: 0.4em !important;
}

.ygap-05em {
  row-gap: 0.5em !important;
}

.ygap-06em {
  row-gap: 0.6em !important;
}

.ygap-07em {
  row-gap: 0.7em !important;
}

.ygap-08em {
  row-gap: 0.8em !important;
}

.ygap-09em {
  row-gap: 0.9em !important;
}

.ygap-1em {
  row-gap: 1em !important;
}

.ygap-2em {
  row-gap: 2em !important;
}

.ygap-3em {
  row-gap: 3em !important;
}

.ygap-4em {
  row-gap: 4em !important;
}

.ygap-5em {
  row-gap: 5em !important;
}

.ygap-6em {
  row-gap: 6em !important;
}

.ygap-7em {
  row-gap: 7em !important;
}

.ygap-8em {
  row-gap: 8em !important;
}

.ygap-9em {
  row-gap: 9em !important;
}

.ygap-10em {
  row-gap: 10em !important;
}

.mg-inline-auto {
  margin-inline: auto !important;
}

.mg-block-auto {
  margin-block: auto !important;
}

/*** tmg ***/
.tmg-big {
  margin-top: 2rem !important;
}
@media (min-width: calc(767px + 1px)) {
  .tmg-big {
    margin-top: 3rem !important;
  }
}
@media (min-width: calc(1119px + 1px)) {
  .tmg-big {
    margin-top: 4rem !important;
  }
}
@media (min-width: calc(1279px + 1px)) {
  .tmg-big {
    margin-top: 6rem !important;
  }
}

.tmg-auto {
  margin-top: auto !important;
}

.tmg--1 {
  margin-top: -3px !important;
}

.tmg--2 {
  margin-top: -2px !important;
}

.tmg--3 {
  margin-top: -1px !important;
}

.tmg-0 {
  margin-top: 0px !important;
}

.tmg-1 {
  margin-top: 1px !important;
}

.tmg-2 {
  margin-top: 2px !important;
}

.tmg-3 {
  margin-top: 3px !important;
}

.tmg-4 {
  margin-top: 4px !important;
}

.tmg-5 {
  margin-top: 5px !important;
}

.tmg-10 {
  margin-top: 10px !important;
}

.tmg-15 {
  margin-top: 15px !important;
}

.tmg-20 {
  margin-top: 20px !important;
}

.tmg-25 {
  margin-top: 25px !important;
}

.tmg-30 {
  margin-top: 30px !important;
}

.tmg-40 {
  margin-top: 40px !important;
}

.tmg-50 {
  margin-top: 50px !important;
}

.tmg-60 {
  margin-top: 60px !important;
}

.tmg-70 {
  margin-top: 70px !important;
}

.tmg-80 {
  margin-top: 80px !important;
}

.tmg-90 {
  margin-top: 90px !important;
}

.tmg-100 {
  margin-top: 100px !important;
}

.tmg-01em {
  margin-top: 0.1em !important;
}

.tmg-02em {
  margin-top: 0.2em !important;
}

.tmg-03em {
  margin-top: 0.3em !important;
}

.tmg-04em {
  margin-top: 0.4em !important;
}

.tmg-05em {
  margin-top: 0.5em !important;
}

.tmg-06em {
  margin-top: 0.6em !important;
}

.tmg-07em {
  margin-top: 0.7em !important;
}

.tmg-08em {
  margin-top: 0.8em !important;
}

.tmg-09em {
  margin-top: 0.9em !important;
}

.tmg-1em {
  margin-top: 1em !important;
}

.tmg-2em {
  margin-top: 2em !important;
}

.tmg-3em {
  margin-top: 3em !important;
}

.tmg-4em {
  margin-top: 4em !important;
}

.tmg-5em {
  margin-top: 5em !important;
}

.tmg-6em {
  margin-top: 6em !important;
}

.tmg-7em {
  margin-top: 7em !important;
}

.tmg-8em {
  margin-top: 8em !important;
}

.tmg-9em {
  margin-top: 9em !important;
}

.tmg-10em {
  margin-top: 10em !important;
}

/*** rmg ***/
.rmg-auto {
  margin-right: auto !important;
}

.rmg-0 {
  margin-right: 0px !important;
}

.rmg-1 {
  margin-right: 1px !important;
}

.rmg-2 {
  margin-right: 2px !important;
}

.rmg-3 {
  margin-right: 3px !important;
}

.rmg-4 {
  margin-right: 4px !important;
}

.rmg-5 {
  margin-right: 5px !important;
}

.rmg-10 {
  margin-right: 10px !important;
}

.rmg-15 {
  margin-right: 15px !important;
}

.rmg-20 {
  margin-right: 20px !important;
}

.rmg-25 {
  margin-right: 25px !important;
}

.rmg-30 {
  margin-right: 30px !important;
}

.rmg-40 {
  margin-right: 40px !important;
}

.rmg-50 {
  margin-right: 50px !important;
}

.rmg-60 {
  margin-right: 60px !important;
}

.rmg-70 {
  margin-right: 70px !important;
}

.rmg-80 {
  margin-right: 80px !important;
}

.rmg-90 {
  margin-right: 90px !important;
}

.rmg-100 {
  margin-right: 100px !important;
}

.rmg-01em {
  margin-right: 0.1em !important;
}

.rmg-02em {
  margin-right: 0.2em !important;
}

.rmg-03em {
  margin-right: 0.3em !important;
}

.rmg-04em {
  margin-right: 0.4em !important;
}

.rmg-05em {
  margin-right: 0.5em !important;
}

.rmg-06em {
  margin-right: 0.6em !important;
}

.rmg-07em {
  margin-right: 0.7em !important;
}

.rmg-08em {
  margin-right: 0.8em !important;
}

.rmg-09em {
  margin-right: 0.9em !important;
}

.rmg-1em {
  margin-right: 1em !important;
}

.rmg-2em {
  margin-right: 2em !important;
}

.rmg-3em {
  margin-right: 3em !important;
}

.rmg-4em {
  margin-right: 4em !important;
}

.rmg-5em {
  margin-right: 5em !important;
}

.rmg-6em {
  margin-right: 6em !important;
}

.rmg-7em {
  margin-right: 7em !important;
}

.rmg-8em {
  margin-right: 8em !important;
}

.rmg-9em {
  margin-right: 9em !important;
}

.rmg-10em {
  margin-right: 10em !important;
}

/*** bmg ***/
.bmg-auto {
  margin-bottom: auto !important;
}

.bmg-0 {
  margin-bottom: 0px !important;
}

.bmg-1 {
  margin-bottom: 1px !important;
}

.bmg-2 {
  margin-bottom: 2px !important;
}

.bmg-3 {
  margin-bottom: 3px !important;
}

.bmg-4 {
  margin-bottom: 4px !important;
}

.bmg-5 {
  margin-bottom: 5px !important;
}

.bmg-6 {
  margin-bottom: 6px !important;
}

.bmg-7 {
  margin-bottom: 7px !important;
}

.bmg-8 {
  margin-bottom: 8px !important;
}

.bmg-9 {
  margin-bottom: 9px !important;
}

.bmg-10 {
  margin-bottom: 10px !important;
}

.bmg-15 {
  margin-bottom: 15px !important;
}

.bmg-20 {
  margin-bottom: 20px !important;
}

.bmg-25 {
  margin-bottom: 25px !important;
}

.bmg-30 {
  margin-bottom: 30px !important;
}

.bmg-40 {
  margin-bottom: 40px !important;
}

.bmg-50 {
  margin-bottom: 50px !important;
}

.bmg-60 {
  margin-bottom: 60px !important;
}

.bmg-70 {
  margin-bottom: 70px !important;
}

.bmg-80 {
  margin-bottom: 80px !important;
}

.bmg-90 {
  margin-bottom: 90px !important;
}

.bmg-100 {
  margin-bottom: 100px !important;
}

.bmg-01em {
  margin-bottom: 0.1em !important;
}

.bmg-02em {
  margin-bottom: 0.2em !important;
}

.bmg-03em {
  margin-bottom: 0.3em !important;
}

.bmg-04em {
  margin-bottom: 0.4em !important;
}

.bmg-05em {
  margin-bottom: 0.5em !important;
}

.bmg-06em {
  margin-bottom: 0.6em !important;
}

.bmg-07em {
  margin-bottom: 0.7em !important;
}

.bmg-08em {
  margin-bottom: 0.8em !important;
}

.bmg-09em {
  margin-bottom: 0.9em !important;
}

.bmg-1em {
  margin-bottom: 1em !important;
}

.bmg-2em {
  margin-bottom: 2em !important;
}

.bmg-3em {
  margin-bottom: 3em !important;
}

.bmg-4em {
  margin-bottom: 4em !important;
}

.bmg-5em {
  margin-bottom: 5em !important;
}

.bmg-6em {
  margin-bottom: 6em !important;
}

.bmg-7em {
  margin-bottom: 7em !important;
}

.bmg-8em {
  margin-bottom: 8em !important;
}

.bmg-9em {
  margin-bottom: 9em !important;
}

.bmg-10em {
  margin-bottom: 10em !important;
}

/*** lmg ***/
.lmg-auto {
  margin-left: auto !important;
}

.lmg-0 {
  margin-left: 0px !important;
}

.lmg-1 {
  margin-left: 1px !important;
}

.lmg-2 {
  margin-left: 2px !important;
}

.lmg-3 {
  margin-left: 3px !important;
}

.lmg-4 {
  margin-left: 4px !important;
}

.lmg-5 {
  margin-left: 5px !important;
}

.lmg-10 {
  margin-left: 10px !important;
}

.lmg-15 {
  margin-left: 15px !important;
}

.lmg-20 {
  margin-left: 20px !important;
}

.lmg-25 {
  margin-left: 25px !important;
}

.lmg-30 {
  margin-left: 30px !important;
}

.lmg-40 {
  margin-left: 40px !important;
}

.lmg-50 {
  margin-left: 50px !important;
}

.lmg-60 {
  margin-left: 60px !important;
}

.lmg-70 {
  margin-left: 70px !important;
}

.lmg-80 {
  margin-left: 80px !important;
}

.lmg-90 {
  margin-left: 90px !important;
}

.lmg-100 {
  margin-left: 100px !important;
}

.lmg-01em {
  margin-left: 0.1em !important;
}

.lmg-02em {
  margin-left: 0.2em !important;
}

.lmg-03em {
  margin-left: 0.3em !important;
}

.lmg-04em {
  margin-left: 0.4em !important;
}

.lmg-05em {
  margin-left: 0.5em !important;
}

.lmg-06em {
  margin-left: 0.6em !important;
}

.lmg-07em {
  margin-left: 0.7em !important;
}

.lmg-08em {
  margin-left: 0.8em !important;
}

.lmg-09em {
  margin-left: 0.9em !important;
}

.lmg-1em {
  margin-left: 1em !important;
}

.lmg-2em {
  margin-left: 2em !important;
}

.lmg-3em {
  margin-left: 3em !important;
}

.lmg-4em {
  margin-left: 4em !important;
}

.lmg-5em {
  margin-left: 5em !important;
}

.lmg-6em {
  margin-left: 6em !important;
}

.lmg-7em {
  margin-left: 7em !important;
}

.lmg-8em {
  margin-left: 8em !important;
}

.lmg-9em {
  margin-left: 9em !important;
}

.lmg-10em {
  margin-left: 10em !important;
}

/*** tpd ***/
.tpd-0 {
  padding-top: 0px !important;
}

.tpd-5 {
  padding-top: 5px !important;
}

.tpd-10 {
  padding-top: 10px !important;
}

.tpd-20 {
  padding-top: 20px !important;
}

.tpd-30 {
  padding-top: 30px !important;
}

.tpd-40 {
  padding-top: 40px !important;
}

.tpd-50 {
  padding-top: 50px !important;
}

.tpd-01em {
  padding-top: 0.1em !important;
}

.tpd-02em {
  padding-top: 0.2em !important;
}

.tpd-03em {
  padding-top: 0.3em !important;
}

.tpd-04em {
  padding-top: 0.4em !important;
}

.tpd-05em {
  padding-top: 0.5em !important;
}

.tpd-06em {
  padding-top: 0.6em !important;
}

.tpd-07em {
  padding-top: 0.7em !important;
}

.tpd-08em {
  padding-top: 0.8em !important;
}

.tpd-09em {
  padding-top: 0.9em !important;
}

.tpd-1em {
  padding-top: 1em !important;
}

/*** rpd ***/
.rpd-0 {
  padding-right: 0px !important;
}

.rpd-5 {
  padding-right: 5px !important;
}

.rpd-10 {
  padding-right: 10px !important;
}

.rpd-20 {
  padding-right: 20px !important;
}

.rpd-30 {
  padding-right: 30px !important;
}

.rpd-40 {
  padding-right: 40px !important;
}

.rpd-50 {
  padding-right: 50px !important;
}

.rpd-60 {
  padding-right: 60px !important;
}

.rpd-70 {
  padding-right: 70px !important;
}

.rpd-80 {
  padding-right: 80px !important;
}

.rpd-90 {
  padding-right: 90px !important;
}

.rpd-100 {
  padding-right: 100px !important;
}

.rpd-01em {
  padding-right: 0.1em !important;
}

.rpd-02em {
  padding-right: 0.2em !important;
}

.rpd-03em {
  padding-right: 0.3em !important;
}

.rpd-04em {
  padding-right: 0.4em !important;
}

.rpd-05em {
  padding-right: 0.5em !important;
}

.rpd-06em {
  padding-right: 0.6em !important;
}

.rpd-07em {
  padding-right: 0.7em !important;
}

.rpd-08em {
  padding-right: 0.8em !important;
}

.rpd-09em {
  padding-right: 0.9em !important;
}

.rpd-1em {
  padding-right: 1em !important;
}

/*** bpd ***/
.bpd-0 {
  padding-bottom: 0px !important;
}

.bpd-5 {
  padding-bottom: 5px !important;
}

.bpd-10 {
  padding-bottom: 10px !important;
}

.bpd-20 {
  padding-bottom: 20px !important;
}

.bpd-30 {
  padding-bottom: 30px !important;
}

.bpd-40 {
  padding-bottom: 40px !important;
}

.bpd-50 {
  padding-bottom: 50px !important;
}

.bpd-01em {
  padding-bottom: 0.1em !important;
}

.bpd-02em {
  padding-bottom: 0.2em !important;
}

.bpd-03em {
  padding-bottom: 0.3em !important;
}

.bpd-04em {
  padding-bottom: 0.4em !important;
}

.bpd-05em {
  padding-bottom: 0.5em !important;
}

.bpd-06em {
  padding-bottom: 0.6em !important;
}

.bpd-07em {
  padding-bottom: 0.7em !important;
}

.bpd-08em {
  padding-bottom: 0.8em !important;
}

.bpd-09em {
  padding-bottom: 0.9em !important;
}

.bpd-1em {
  padding-bottom: 1em !important;
}

.bpd-2em {
  padding-bottom: 2em !important;
}

.bpd-3em {
  padding-bottom: 3em !important;
}

/*** lpd ***/
.lpd-0 {
  padding-left: 0px !important;
}

.lpd-5 {
  padding-left: 5px !important;
}

.lpd-10 {
  padding-left: 10px !important;
}

.lpd-20 {
  padding-left: 20px !important;
}

.lpd-30 {
  padding-left: 30px !important;
}

.lpd-40 {
  padding-left: 40px !important;
}

.lpd-50 {
  padding-left: 50px !important;
}

.lpd-60 {
  padding-left: 60px !important;
}

.lpd-70 {
  padding-left: 70px !important;
}

.lpd-80 {
  padding-left: 80px !important;
}

.lpd-90 {
  padding-left: 90px !important;
}

.lpd-100 {
  padding-left: 100px !important;
}

.lpd-01em {
  padding-left: 0.1em !important;
}

.lpd-02em {
  padding-left: 0.2em !important;
}

.lpd-03em {
  padding-left: 0.3em !important;
}

.lpd-04em {
  padding-left: 0.4em !important;
}

.lpd-05em {
  padding-left: 0.5em !important;
}

.lpd-06em {
  padding-left: 0.6em !important;
}

.lpd-07em {
  padding-left: 0.7em !important;
}

.lpd-08em {
  padding-left: 0.8em !important;
}

.lpd-09em {
  padding-left: 0.9em !important;
}

.lpd-1em {
  padding-left: 1em !important;
}

/*** padding ***/
.padd-0 {
  padding: 0px !important;
}

.padd-1 {
  padding: 1px !important;
}

.padd-2 {
  padding: 2px !important;
}

.padd-3 {
  padding: 3px !important;
}

.padd-4 {
  padding: 4px !important;
}

.padd-5 {
  padding: 5px !important;
}

.padd-10 {
  padding: 10px !important;
}

.padd-20 {
  padding: 20px !important;
}

.padd-30 {
  padding: 30px !important;
}

.padd-40 {
  padding: 40px !important;
}

.padd-50 {
  padding: 50px !important;
}

.padd-01em {
  padding: 0.1em !important;
}

.padd-02em {
  padding: 0.2em !important;
}

.padd-03em {
  padding: 0.3em !important;
}

.padd-04em {
  padding: 0.4em !important;
}

.padd-05em {
  padding: 0.5em !important;
}

.padd-06em {
  padding: 0.6em !important;
}

.padd-07em {
  padding: 0.7em !important;
}

.padd-08em {
  padding: 0.8em !important;
}

.padd-09em {
  padding: 0.9em !important;
}

.padd-1em {
  padding: 1em !important;
}

.padd-2em {
  padding: 2em !important;
}

/**********************************
LAYOUT
**********************************/
* {
  transition: background-color 0.3s, border-color 0.3s, color 0.3s, box-shadow 0.3s;
}

html {
  height: 100%;
}

body {
  font-family: "Open Sans", sans-serif;
  color: #313131;
  background-color: #ebe5de;
  background-image: url(../img/texture/bg_light.jpg);
  background-position: center top;
  font-size: 0.85em;
  font-weight: 400;
  height: 100%;
}
@media (min-width: calc(1119px + 1px)) {
  body {
    font-size: 0.9em;
  }
}
@media (min-width: calc(1279px + 1px)) {
  body {
    font-size: 1em;
  }
}

.screen {
  display: flex;
  flex-direction: column;
  min-height: 100%;
}

.content-width {
  margin-inline: auto;
  position: relative;
  width: 90%;
}
@media (min-width: calc(767px + 1px)) {
  .content-width {
    width: 717px;
  }
}
@media (min-width: calc(1119px + 1px)) {
  .content-width {
    width: 1069px;
  }
}
@media (min-width: calc(1279px + 1px)) {
  .content-width {
    width: 1179px;
  }
}
@media (min-width: calc(1579px + 1px)) {
  .content-width {
    width: 1479px;
  }
}

.section-content-in {
  padding: 2em 0 2em 0;
}
@media (min-width: calc(767px + 1px)) {
  .section-content-in {
    padding: 3rem 0 3rem 0;
  }
}
@media (min-width: calc(1579px + 1px)) {
  .section-content-in {
    padding: 4rem 0 4rem 0;
  }
}

@media (min-width: calc(767px + 1px)) {
  .section-content.flex-true {
    display: flex;
    align-items: center;
  }
}

/**********************************
TOPBAR
**********************************/
.topbar {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
}

.logo {
  display: flex;
  padding: 1em;
  align-items: flex-end;
  justify-content: center;
  width: 160px;
  height: 99px;
  background-color: #313131;
  background-image: url(../img/texture/dark.jpg);
  border-radius: 0 0 15px 15px;
}
.logo img {
  width: 94%;
  display: block;
}
@media (min-width: calc(575px + 1px)) {
  .logo {
    width: 180px;
    height: 112px;
  }
}
@media (min-width: calc(767px + 1px)) {
  .logo {
    width: 210px;
    height: 130px;
    padding: 1.5em;
  }
}
@media (min-width: calc(1279px + 1px)) {
  .logo {
    width: 240px;
    height: 149px;
  }
}
@media (min-width: calc(1579px + 1px)) {
  .logo {
    width: 290px;
    height: 180px;
    padding: 2em;
  }
}

.topbar-content {
  display: flex;
  gap: 1.5em;
}
@media (min-width: calc(575px + 1px)) {
  .topbar-content {
    padding-bottom: 0.5em;
  }
}
@media (min-width: calc(767px + 1px)) {
  .topbar-content {
    padding-bottom: 1em;
  }
}
@media (max-width: 575px) {
  .topbar-content {
    display: none;
  }
}

/**********************************
HEADER
**********************************/
/**********************************
MENU
**********************************/
/**********************************
MAIN
**********************************/
/**********************************
FOOTER
**********************************/
.foot {
  margin-top: auto;
}

.foot-in {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  padding: 0.5rem 2rem 0.5rem 2rem;
  color: #bbbbbb;
  background-color: #313131;
  border-radius: 20px 20px 0 0;
  gap: 0.4rem;
  font-size: 0.8em;
}
@media (min-width: calc(575px + 1px)) {
  .foot-in {
    flex-direction: row;
  }
}
@media (min-width: calc(1119px + 1px)) {
  .foot-in {
    padding: 1rem 2rem 1rem 2rem;
  }
}
.foot-in a {
  color: #bbbbbb;
}

/**********************************
ZINDEXY
**********************************/
#popup {
  z-index: 119;
}

#canvas {
  z-index: 109;
}

.head {
  z-index: 99;
}

.canvas {
  z-index: 89;
}

.objednavka-cena-out {
  z-index: 79;
}

@media (min-width: calc(1119px + 1px)) {
  .slider-arrows a {
    z-index: 5;
  }
}

.rozcestnik-item h2 {
  z-index: 2;
}

.form-dropdown {
  z-index: 1;
}

/**********************************
TABLES
**********************************/
.table-fixed {
  table-layout: fixed;
}

.min-content {
  width: -moz-min-content;
  width: min-content;
}
@media (min-width: calc(767px + 1px)) {
  .min-content {
    width: 1px;
    white-space: nowrap;
  }
}

.table1 {
  width: 100%;
}

.table1 td,
.table1 th {
  padding: 0.8em 0.8em;
  vertical-align: top;
  text-align: left;
  background-color: rgba(255, 255, 255, 0.5);
}

.table1 tr:nth-child(even) td,
.table1 tr:nth-child(even) th {
  background-color: rgba(49, 49, 49, 0.05);
}

.table1 thead th {
  background-color: #313131;
  color: #ffffff;
}

section.dark-bg .table1 td,
section.dark-bg .table1 th {
  border-bottom: 1px solid #313131;
  background-color: #464646;
}
section.dark-bg .table1 tr:nth-child(even) td,
section.dark-bg .table1 tr:nth-child(even) th {
  background-color: #5a5a5a;
}
section.dark-bg .table1 thead th {
  background-color: #313131;
  color: #ffffff;
}

.table-overflow {
  overflow: auto;
  max-width: 100%;
}

/**********************************
OTHERS
**********************************/
.line {
  height: 0;
  line-height: 0;
  font-size: 1em;
  border-bottom: 1px solid #bbbbbb;
  width: 100%;
  display: block;
}

.blok {
  padding: 2em;
  border: 1px solid #ededed;
}

.infobox {
  padding: 2.5rem;
  border-left: 5px solid #79B634;
  background-color: #ededed;
  color: #79B634;
  font-size: 1.5em;
  line-height: 1.3;
  text-align: center;
}

/**********************************
ROZCESTNIK
**********************************/
.rozcestnik {
  display: flex;
}
@media (max-width: 1119px) {
  .rozcestnik {
    flex-direction: column;
  }
}

.rozcestnik-item {
  flex: 0 0 auto;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  position: relative;
  padding-top: 40px;
}
@media (min-width: calc(575px + 1px)) {
  .rozcestnik-item {
    padding-top: 60px;
  }
}
@media (min-width: calc(1119px + 1px)) {
  .rozcestnik-item {
    padding-top: 80px;
    width: calc(50% + 14px);
  }
}
@media (min-width: calc(1279px + 1px)) {
  .rozcestnik-item {
    padding-top: 80px;
    width: calc(50% + 28px);
  }
}
@media (min-width: calc(1579px + 1px)) {
  .rozcestnik-item {
    padding-top: 110px;
  }
}
.rozcestnik-item h2 {
  position: absolute;
  top: 0;
  font-family: "Roboto Slab", sans-serif;
  font-size: 1.8em;
  line-height: 1;
  background-repeat: no-repeat;
  background-position: top left;
  background-size: cover;
  color: #ffffff;
  width: 200px;
  height: 105px;
  line-height: 1.05;
  transition: all 0.2s ease-in-out;
}
@media (min-width: calc(575px + 1px)) {
  .rozcestnik-item h2 {
    width: 280px;
    height: 147px;
    font-size: 2.3em;
  }
}
@media (min-width: calc(1279px + 1px)) {
  .rozcestnik-item h2 {
    width: 330px;
    height: 174px;
    font-size: 2.5em;
  }
}
@media (min-width: calc(1579px + 1px)) {
  .rozcestnik-item h2 {
    width: 376px;
    height: 198px;
    font-size: 2.8em;
  }
}
.rozcestnik-item h2 span {
  opacity: 0.8;
}
.rozcestnik-item img {
  display: block;
  width: 100%;
  border-radius: 15px;
  transition: all 0.2s ease-in-out;
}
.rozcestnik-item .rozcestnik-button {
  display: block;
  align-self: stretch;
  transform: translateY(-50%);
  transition: all 0.2s ease-in-out;
}
.rozcestnik-item--drevo {
  z-index: 2;
}
.rozcestnik-item--drevo h2 {
  background-image: url(../img/orange_paper.png);
  padding: 30px 0 0 40px;
  left: 15px;
}
@media (min-width: calc(575px + 1px)) {
  .rozcestnik-item--drevo h2 {
    left: 40px;
    padding: 45px 0 0 60px;
  }
}
@media (min-width: calc(1279px + 1px)) {
  .rozcestnik-item--drevo h2 {
    left: 60px;
    padding: 50px 0 0 70px;
  }
}
@media (min-width: calc(1579px + 1px)) {
  .rozcestnik-item--drevo h2 {
    left: 80px;
    padding: 60px 0 0 70px;
  }
}
.rozcestnik-item--drevo .rozcestnik-button {
  display: block;
  padding-left: 15px;
}
@media (min-width: calc(575px + 1px)) {
  .rozcestnik-item--drevo .rozcestnik-button {
    padding-left: 40px;
  }
}
@media (min-width: calc(1279px + 1px)) {
  .rozcestnik-item--drevo .rozcestnik-button {
    padding-left: 60px;
  }
}
@media (min-width: calc(1579px + 1px)) {
  .rozcestnik-item--drevo .rozcestnik-button {
    padding-left: 80px;
  }
}
@media (min-width: calc(1119px + 1px)) {
  .rozcestnik-item--sacky {
    margin-left: -28px;
    margin-top: 80px;
  }
}
@media (min-width: calc(1279px + 1px)) {
  .rozcestnik-item--sacky {
    margin-left: -56px;
    margin-top: 120px;
  }
}
.rozcestnik-item--sacky h2 {
  background-image: url(../img/blue_paper.png);
  padding: 35px 0 0 0;
  text-align: center;
  right: 15px;
}
@media (min-width: calc(575px + 1px)) {
  .rozcestnik-item--sacky h2 {
    right: 40px;
    padding: 50px 0 0 0;
  }
}
@media (min-width: calc(1279px + 1px)) {
  .rozcestnik-item--sacky h2 {
    right: 60px;
    padding: 60px 0 0 0;
  }
}
@media (min-width: calc(1579px + 1px)) {
  .rozcestnik-item--sacky h2 {
    right: 80px;
    padding: 70px 0 0 0;
  }
}
.rozcestnik-item--sacky .rozcestnik-button {
  display: block;
  padding-left: 15px;
}
@media (min-width: calc(575px + 1px)) {
  .rozcestnik-item--sacky .rozcestnik-button {
    padding-left: 40px;
  }
}
@media (min-width: calc(1119px + 1px)) {
  .rozcestnik-item--sacky .rozcestnik-button {
    text-align: right;
    padding-left: 0;
    padding-right: 40px;
  }
}
@media (min-width: calc(1279px + 1px)) {
  .rozcestnik-item--sacky .rozcestnik-button {
    padding-right: 60px;
  }
}
@media (min-width: calc(1579px + 1px)) {
  .rozcestnik-item--sacky .rozcestnik-button {
    padding-right: 80px;
  }
}

@media (min-width: calc(1119px + 1px)) {
  .rozcestnik-item:hover h2 {
    transform: translateY(30px);
  }
}
.rozcestnik-item--drevo:hover .button {
  background-color: #e98e4b;
  color: #ffffff;
}
.rozcestnik-item--sacky:hover .button {
  background-color: #5a94c6;
  color: #ffffff;
}

/**********************************
ENDCLASSES
**********************************/
.hidden, .submithidden {
  display: none;
}

.block {
  display: block !important;
}

.inline-block {
  display: inline-block !important;
}

.inline {
  display: inline !important;
}/*# sourceMappingURL=style.css.map */