/*todo promaznout*/
.indent_top {
  padding-top: 40px;
}
@media only screen and (min-width: 1400px) {
  .indent_top {
    padding-top: 100px;
  }
}
.indent_bottom {
  padding-bottom: 40px;
}
@media only screen and (min-width: 1400px) {
  .indent_bottom {
    padding-bottom: 160px;
  }
}
@media only screen and (min-width: 1400px) {
  .indent_bottom.indent_bottom--100 {
    padding-bottom: 100px;
  }
}
.bcg-secondary {
  background-color: var(--colorSecondary);
}
.bcg-lines {
  position: absolute;
  top: 0;
  z-index: -1;
  display: flex;
  width: 100%;
  height: 100%;
}
.bcg-lines span {
  display: none;
  height: 100%;
  border-right: 1px solid var(--colorLine);
}
@media only screen and (min-width: 560px) and (max-width: 839px) {
  .bcg-lines span {
    width: 50%;
  }
  .bcg-lines span:nth-child(-n + 2) {
    display: block;
  }
  .bcg-lines span:nth-child(2) {
    border: none;
  }
}
@media only screen and (min-width: 840px) and (max-width: 1119px) {
  .bcg-lines span {
    width: calc(100% / 3);
  }
  .bcg-lines span:nth-child(-n + 3) {
    display: block;
  }
  .bcg-lines span:nth-child(3) {
    border: none;
  }
}
@media only screen and (min-width: 1120px) and (max-width: 1399px) {
  .bcg-lines span {
    width: 25%;
  }
  .bcg-lines span:nth-child(-n + 4) {
    display: block;
  }
  .bcg-lines span:nth-child(4) {
    border: none;
  }
}
@media only screen and (min-width: 1400px) and (max-width: 1679px) {
  .bcg-lines span {
    width: 20%;
  }
  .bcg-lines span:nth-child(-n + 5) {
    display: block;
  }
  .bcg-lines span:nth-child(5) {
    border: none;
  }
}
@media only screen and (min-width: 1680px) {
  .bcg-lines span {
    display: block;
    width: calc(100% / 6);
  }
  .bcg-lines span:nth-child(6) {
    border: none;
  }
}
@media only screen and (min-width: 1700px) {
  .bcg-lines span:nth-child(6) {
    border-right: 1px solid var(--colorLine);
  }
  .bcg-lines span:first-child {
    border-left: 1px solid var(--colorLine);
  }
}
.bcg-lines.bcg-lines--nozindex {
  z-index: unset;
}
.shadow {
  box-shadow: 0 10px 26px 0 rgba(0, 0, 0, 0.75);
}
.title-arrow {
  position: relative;
  padding-left: 63px;
  color: #a3a3a3 !important;
  font-size: 18px;
  text-transform: uppercase;
  font-family: montserrat, arial, Helvetica, sans-serif;
  font-weight: 600;
}
.title-arrow:before {
  position: absolute;
  top: -10px;
  left: 0;
  width: 40px;
  height: 40px;
  background: url('/images/svg/arrow-down.svg') no-repeat center center #da0d21;
  border-radius: 50%;
  content: '';
}
.subtitle {
  font-size: 18px;
  text-transform: uppercase;
  font-family: montserrat, arial, Helvetica, sans-serif;
  font-weight: 600;
}
/*.content_indent {
  padding-top: 20px;
  padding-bottom: 20px;

  @media only screen and (min-width: 1000px) {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}

.tablebreak500 {
  @media only screen and (max-width: 499px) {
    td {
      display: block;
    }
  }
}

.tablebreak600 {
  @media only screen and (max-width: 599px) {
    td {
      display: block;
    }
  }
}*/
/*.content_shadow {
  background: url("/images/content/content_shadow.webp") no-repeat top right;
}*/
.no-webp {
  /* postcss-bem-linter: ignore */
  /*.content_shadow {
    background: url("/images/content/content_shadow.jpg") no-repeat top right;
  }*/
}
.sprite_svg {
  display: none;
  width: 0;
  height: 0;
}
.icon_svg {
  position: relative;
  display: inline-block;
  font-size: 1rem;
  text-align: center;
  vertical-align: middle;
  transition: color 0.4s ease-in-out;
  stroke-width: 0;
  fill: currentColor;
}
/*.title {
  font-size: 28px;
  line-height: 1.1;
  .fontsemibold;

  @media only screen and (min-width: 600px) {
    font-size: 32px;
  }

  &.underline {
    span {
      position: relative;

      display: inline-block;
      padding: 0 20px 20px 20px;
      //padding-bottom: 20px;

      &:after {
        position: absolute;
        bottom: 0;
        left: 50%;

        width: 90px;
        height: 2px;
        margin-left: -45px;

        background-color: @green;

        content: '';
      }
    }
  }

  &.underlinesmall {
    span {
      &:after {
        width: 40px;
        margin-left: -20px;
      }
    }
  }

  &.underlineleft {
    span {
      padding: 0 0 20px 0;
      &:after {
        left: 0;

        margin-left: 0;
      }
    }
  }

  &.lineright {
    margin-bottom: 20px;

    span {
      padding-left: 0;

      &:before {
        display: none;
      }

      &:after {
        background-color: #d8d8d8;
      }
    }
  }

  &.linewhite {
    margin-bottom: 12px;

    span {
      background-color: transparent;
    }

    span:after,
    span:before {
      @media only screen and (max-width: 900px) {
        display: none;
      }

      z-index: auto;

      @media only screen and (min-width: 1030px) {
        max-width: 260px;
      }

      background-color: @white;
    }
  }
}*/
.semibold {
  font-weight: 600;
  font-family: montserrat, arial, Helvetica, sans-serif;
}
strong,
.bold {
  font-weight: 800;
  font-family: montserrat, arial, Helvetica, sans-serif;
}
.bigger {
  font-size: 22px;
  line-height: 1.2;
}
.big {
  font-size: 26px;
  line-height: 1.2;
}
.uppercase {
  text-transform: uppercase;
}
.nodecoration {
  text-decoration: none;
}
.defaultcolorlinks a {
  color: unset;
}
.red {
  color: #da0d21;
}
.grey-1 {
  color: #444;
}
.grey-2 {
  color: #555;
}
.grey-3 {
  color: #666;
}
.grey-4 {
  color: #888;
}
.grey-5 {
  color: #bebebe;
}
.grey-6 {
  color: #ddd;
}
.grey-7 {
  color: #e5e5e5;
}
.grey-8 {
  color: #f5f5f5;
}
.black {
  color: #000000;
}
.white {
  color: #ffffff;
}
.green {
  color: #638b1f;
}
.button {
  display: inline-block;
  padding: 12px 30px;
  font-size: 16px;
  text-transform: uppercase;
  text-decoration: none !important;
  font-family: montserrat, arial, Helvetica, sans-serif;
  font-weight: 600;
  border-radius: 50px;
  cursor: pointer;
  transition: background-color 0.4s ease-in-out, color 0.4s ease-in-out, border-color 0.4s ease-in-out;
}
@media only screen and (max-width: 449px) {
  .button {
    padding: 12px 20px;
  }
}
.button_greydark {
  color: #ffffff;
  background-color: #273341;
}
.button_greydark:hover {
  color: #000000;
  background-color: #e75505;
}
.button_orange {
  color: #ffffff;
  background-color: #e75505;
}
.button_orange:hover {
  color: #ffffff;
  background-color: #da0d21;
}
.button_shadow {
  box-shadow: 0 12px 20px 0 rgba(0, 0, 0, 0.16);
}
/*.button_green {
  color: @white;

  background-color: @green;

  &:hover {
    color: @white;

    background-color: @greydark;
  }
}

.button_greendark {
  color: @white;

  background-color: #264844;

  &:hover {
    color: @white;

    background-color: @red;
  }
}

.button_grey {
  color: @black;

  background-color: #f2f2f2;

  border: 1px solid @grey-5;

  &:hover {
    color: @white;

    background-color: @red;
  }
}*/
.floatleft {
  float: left;
}
.floatright {
  float: right;
}
.floatend {
  clear: both;
}
.clearfix:after,
.clearfix:before {
  display: table;
  clear: both;
  content: ' ';
}
.aligncenter {
  text-align: center;
}
.alignleft {
  text-align: left;
}
.alignright {
  text-align: right;
}
.uppercase {
  text-transform: uppercase;
}
/*.hidden {
  opacity: 0;
}

.visible,
.show {
  opacity: 1;
}

.notshow {
  display: none;
}*/
.notdisplay {
  display: none;
}
.overhidden {
  overflow: hidden;
}
.overhiddenx {
  overflow-x: hidden;
}
.block {
  display: block;
}
.blockin {
  display: inline-block;
}
.imgnormalize {
  line-height: 1;
  vertical-align: middle;
}
.imgresponzive {
  max-width: 100%;
  height: auto;
}
/*.selectstyle__input {
  position: relative;

  display: inline-block;
  width: 170px;
  height:  34px;
  overflow: hidden;

  background: url('/images/select_button.jpg') no-repeat right 13px center
    @white;

  border: 1px solid @grey-5;

  select {
    width: 200px;
    height: 34px;
    padding: 10px 60px 10px 20px;

    color: @black;
    font-size: 14px;

    background: transparent;

    border: none;

    border-radius: 0;

    -webkit-appearance: none;

    &:hover {
      cursor: pointer;
    }

    option {
      color: @black;
      font-size: 16px;

      background-color: @white;
    }
  }
}*/
/*.checkbox {
  position: relative;

  display: block;
  padding-left: 45px;

  font-size: 16px;

  cursor: pointer;
  user-select: none;

  &:hover {
    .checkbox__input {
      ~ .checkmark {
        background-color: #ccc;
      }

      &:checked {
        !* stylelint-disable *!

        ~ .checkmark {
          background-color: @red;
        }

        !* stylelint-enable *!
      }
    }
  }
}*/
/*.checkbox--pink {
  &:hover {
    .checkbox__input {
      &:checked {
        !* stylelint-disable *!

        ~ .checkmark {
          background-color: @pink;
        }

        !* stylelint-enable *!
      }
    }
  }
}*/
/*.checkbox__input {
  position: absolute;

  cursor: pointer;

  opacity: 0;

  transition: all 0.4s ease-in-out;

  &:checked {
    ~ .checkmark:after {
      display: block;
    }

    ~ .checkmark {
      background-color: @green;
    }
  }
}*/
/*.checkbox__input--pink {
  &:checked {
    ~ .checkmark {
      background-color: @pink;
    }
  }
}*/
/*.checkmark {
  position: absolute;
  top: 0;
  left: 0;

  width: 25px;
  height: 25px;

  background-color: @white;

  border: 1px solid @black;
  //border-radius: 5px;

  transition: all 0.4s ease-in-out;

  &:after {
    position: absolute;
    top: 5px;
    left: 9px;

    display: none;
    width: 5px;
    height: 10px;

    border: solid white;
    border-width: 0 3px 3px 0;
    //-webkit-transform: rotate(45deg);
    //-ms-transform: rotate(45deg);

    transform: rotate(45deg);

    content: '';
  }
}*/
/*.radio {
  display: grid;
  //grid-gap: 20px;
  grid-template-columns: min-content auto;
  margin: 0 10px;

  &:focus-within {
    .radio__label {
      //transform: scale(1.05);
      opacity: 1;
    }
  }
}

.radio__label {
  line-height: 1;

  opacity: 0.8;

  transition: 0.4s all ease-in-out;
}

.radio__input {
  display: flex;

  font-size: 28px;

  input {
    position: absolute;

    width: 0;
    height: 0;

    opacity: 0;

    !*&:focus + .radio__control {
      box-shadow: 0 0 0 0.05em @red, 0 0 0.15em 0.1em @red;
    }*!
  }
}

!*.radio-gradient input:checked + .radio__control {
  background: radial-gradient(@red 50%, rgba(255, 0, 0, 0) 51%);
}*!

.radio-before {
  .radio__control {
    display: grid;
    place-items: center;
  }

  input + .radio__control:before {
    position: absolute;
    top: 50%;
    left: 50%;

    width: 1.4em;
    height: 1.4em;
    margin-top: -0.7em;
    margin-left: -0.7em;

    border-radius: 50%;
    //box-shadow: inset 0.5em 0.5em @red;
    //background-color: @red;

    transform: scale(0);

    transition: 0.4s transform ease-in-out;

    content: '';
  }

  !* stylelint-disable *!
  input:checked + .radio__control:before {
    transform: scale(1);
  }
  !* stylelint-enable *!
}

.radio__control {
  display: block;
  width: 1em;
  height: 1em;

  //border: 2px solid red;

  border-radius: 50%;

  transform: translateY(-0.05em);
}*/
/*.video {
  position: relative;

  width: 100%;
  max-width: 1400px;
  height: 0;
  padding-bottom: 56.25%; !* Udává poměr stran 16:9 *!
}

.videofull {
  width: 100%;
}

.video__iframe {
  position: absolute;

  width: 100%;
  height: 100%;
}*/
.mb0 {
  margin-bottom: 0 !important;
}
.mb5 {
  margin-bottom: 5px;
}
.mb10 {
  margin-bottom: 10px;
}
.mb15 {
  margin-bottom: 15px;
}
.mb20 {
  margin-bottom: 20px;
}
.mb25 {
  margin-bottom: 25px;
}
.mb30 {
  margin-bottom: 30px;
}
.mb35 {
  margin-bottom: 35px;
}
.mb40 {
  margin-bottom: 40px;
}
.mb45 {
  margin-bottom: 45px;
}
.mb50 {
  margin-bottom: 50px;
}
.mb55 {
  margin-bottom: 55px;
}
.mb60 {
  margin-bottom: 60px;
}
.mt0 {
  margin-top: 0;
}
.mt5 {
  margin-top: 5px;
}
.mt10 {
  margin-top: 10px;
}
.mt15 {
  margin-top: 15px;
}
.mt20 {
  margin-top: 20px;
}
.mt25 {
  margin-top: 25px;
}
.mt30 {
  margin-top: 30px;
}
.mt35 {
  margin-top: 35px;
}
.mt40 {
  margin-top: 40px;
}
.mt45 {
  margin-top: 45px;
}
.mt60 {
  margin-top: 60px;
}
.mt100 {
  margin-top: 100px;
}
.ml0 {
  margin-left: 0;
}
.ml5 {
  margin-left: 5px;
}
.ml10 {
  margin-left: 10px;
}
.ml15 {
  margin-left: 15px;
}
.ml20 {
  margin-left: 20px;
}
.ml25 {
  margin-left: 25px;
}
.ml30 {
  margin-left: 30px;
}
.ml35 {
  margin-left: 35px;
}
.ml40 {
  margin-left: 40px;
}
.ml45 {
  margin-left: 45px;
}
.mr0 {
  margin-right: 0;
}
.mr5 {
  margin-right: 5px;
}
.mr10 {
  margin-right: 10px;
}
.mr15 {
  margin-right: 15px;
}
.mr20 {
  margin-right: 20px;
}
.mr25 {
  margin-right: 25px;
}
.mr30 {
  margin-right: 30px;
}
.mr35 {
  margin-right: 35px;
}
.mr40 {
  margin-right: 40px;
}
.mr45 {
  margin-right: 45px;
}
.pt0 {
  padding-top: 0;
}
.pt5 {
  padding-top: 5px;
}
.pt10 {
  padding-top: 10px;
}
.pt15 {
  padding-top: 15px;
}
.pt20 {
  padding-top: 20px;
}
.pt30 {
  padding-top: 30px;
}
.pt35 {
  padding-top: 35px;
}
.pt40 {
  padding-top: 40px;
}
.pt45 {
  padding-top: 45px;
}
.pt50 {
  padding-top: 50px;
}
.pt60 {
  padding-top: 60px;
}
.pt80 {
  padding-top: 80px;
}
.pb0 {
  padding-bottom: 0;
}
.pb5 {
  padding-bottom: 5px;
}
.pb10 {
  padding-bottom: 10px;
}
.pb15 {
  padding-bottom: 15px;
}
.pb20 {
  padding-bottom: 20px;
}
.pb30 {
  padding-bottom: 30px;
}
.pb35 {
  padding-bottom: 35px;
}
.pb40 {
  padding-bottom: 40px;
}
.pb45 {
  padding-bottom: 45px;
}
.pb50 {
  padding-bottom: 50px;
}
.pb60 {
  padding-bottom: 60px;
}
/*# sourceMappingURL=css/helpers.css.map */