@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,200;0,400;0,700;1,500&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Imbue:wght@700&display=swap");
@import url("https://fonts.googleapis.com/icon?family=Material+Icons");
@font-face {
  font-family: "Material Icons";
  font-style: normal;
  font-weight: 400;
  src: url(https://example.com/MaterialIcons-Regular.eot);
  /* For IE6-8 */
  src: local("Material Icons"), local("MaterialIcons-Regular"), url(https://example.com/MaterialIcons-Regular.woff2) format("woff2"), url(https://example.com/MaterialIcons-Regular.woff) format("woff"), url(https://example.com/MaterialIcons-Regular.ttf) format("truetype");
}

.material-icons {
  font-family: "Material Icons";
  font-weight: normal;
  font-style: normal;
  font-size: 24px;
  /* Preferred icon size */
  display: inline-block;
  line-height: 1;
  text-transform: none;
  letter-spacing: normal;
  word-wrap: normal;
  white-space: nowrap;
  direction: ltr;
  /* Support for all WebKit browsers. */
  -webkit-font-smoothing: antialiased;
  /* Support for Safari and Chrome. */
  text-rendering: optimizeLegibility;
  /* Support for Firefox. */
  -moz-osx-font-smoothing: grayscale;
  /* Support for IE. */
  -webkit-font-feature-settings: "liga";
          font-feature-settings: "liga";
}

.page-wrapper {
  max-width: 1200px;
  margin: 0 auto;
  background: #fff;
}

.main-layout {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

.main-aside {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 300px;
  background: #37474a;
  color: #fff;
}

.main-aside p {
  padding: 0 20px;
  font-size: 0.8;
}

.main-aside .main-flag {
  width: 50px;
  height: 70px;
  margin-bottom: 70px;
  margin-left: 20px;
  background-color: #ffff66;
  position: relative;
}

.main-aside .main-flag::before, .main-aside .main-flag::after {
  content: "";
  position: absolute;
  height: 100%;
}

.main-aside .main-flag::before {
  border-left: 10px solid #37474a;
  left: 13px;
}

.main-aside .main-flag::after {
  border-left: 5px solid #37474a;
  left: 25px;
}

.main-aside .main-brand {
  font-family: Imbue;
  color: #fff;
  width: 100px;
  margin: 20px;
  font-weight: 700;
  font-size: 2.5em;
  line-height: 1em;
}

.main-aside .main-email {
  background: #ffff66;
  color: #37474a;
  font-weight: 400;
  text-align: center;
}

.main-content-wrapper {
  padding: 40px;
  width: 100%;
  background: #dfdfe1;
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.main-content {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[2];
      grid-template-columns: repeat(2, 1fr);
  -ms-grid-rows: (400px)[3];
      grid-template-rows: repeat(3, 400px);
  -webkit-column-gap: 30px;
          column-gap: 30px;
  row-gap: 30px;
}

.promo-section-hover {
  height: 100%;
  position: relative;
  display: block;
  text-decoration: none;
}

.promo-section-hover:hover {
  cursor: pointer;
}

.promo-section-hover:hover .promo-section {
  -webkit-transform: scale(0.9);
          transform: scale(0.9);
}

.promo-section-hover .shadow {
  position: absolute;
  top: 20px;
  bottom: 20px;
  left: 40px;
  right: 40px;
  -webkit-box-shadow: 0px 0px 50px 4px rgba(119, 119, 119, 0.6);
          box-shadow: 0px 0px 50px 4px rgba(119, 119, 119, 0.6);
}

.promo-section {
  background: #fff;
  -ms-flex-item-align: stretch;
      -ms-grid-row-align: stretch;
      align-self: stretch;
  -ms-grid-column-align: stretch;
      justify-self: stretch;
  -webkit-transition: -webkit-transform 0.5s ease;
  transition: -webkit-transform 0.5s ease;
  transition: transform 0.5s ease;
  transition: transform 0.5s ease, -webkit-transform 0.5s ease;
  position: relative;
  height: 100%;
}

.promo-section .content {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 20px;
  z-index: 100;
  color: #fff;
}

.promo-section .promo-content {
  padding: 20px;
  z-index: 100;
}

.promo-section h3 {
  font-family: Imbue;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 40px;
  margin: 0;
  color: #ffff66;
}

.promo-section .h3-separator {
  border-top: 1px solid #fff;
}

.promo-section p {
  font-size: 0.8em;
}

.promo-section .p-separator {
  border-top: 1px solid #fff;
}

.promo-section ul {
  text-align: left;
  font-weight: 200;
  font-size: 0.8em;
  list-style-type: none;
  padding-left: 0;
}

.promo-section ul li:before {
  content: "\2714";
  color: rgba(255, 255, 102, 0.8);
  margin-right: 10px;
}

.promo-section .not-ready {
  background: #e42b1b;
  color: #fff;
  padding: 5px 20px;
  border-radius: 50px 0 0 50px;
  position: absolute;
  z-index: 1100;
  right: 0;
  top: 10px;
}

.promo-section.zeleznice {
  position: relative;
}

.promo-section.zeleznice .zeleznice-image {
  height: 170px;
  background: url("../img/section_bg_zeleznice.jpg") no-repeat;
  background-size: 100%;
}

.promo-section.zeleznice .zeleznice-content {
  position: absolute;
  left: 20px;
  right: 20px;
  top: 100px;
  bottom: 65px;
  text-align: center;
  color: #fff;
  background: #37474a;
}

.promo-section.zeleznice .zeleznice-footer {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 65px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  font-size: 0.8em;
  background: #edeef0;
  color: #37474a;
}

.promo-section.zeleznice .zeleznice-footer .left,
.promo-section.zeleznice .zeleznice-footer .right {
  padding: 10px 30px;
}

.promo-section.zeleznice .zeleznice-footer .left {
  background: rgba(255, 255, 102, 0.8);
  color: #37474a;
}

.promo-section.zeleznice .zeleznice-footer .emph {
  font-size: 1.5em;
  font-weight: 700;
}

.promo-section.tlac {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  text-align: center;
}

.promo-section.tlac .tlac-image {
  width: 50%;
  border: 20px solid #fff;
  border-right: none;
  background: url("../img/section_bg_cannon.jpg") no-repeat;
  background-size: 200%;
}

.promo-section.tlac .tlac-content-wrapper {
  width: 50%;
  color: #fff;
  background: #37474a;
  position: relative;
}

.promo-section.tlac .tlac-footer {
  position: absolute;
  bottom: 0;
  margin: 10px 0;
  width: 100%;
}

.promo-section.tlac .tlac-footer .row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 0.8em;
  margin: 10px 20px;
}

.promo-section.tlac .tlac-footer .row .left,
.promo-section.tlac .tlac-footer .row .right {
  width: 50%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 10px 20px;
  font-weight: 700;
}

.promo-section.tlac .tlac-footer .row .left {
  background: #ffff66;
  color: #37474a;
}

.promo-section.tlac .tlac-footer .row .right {
  background: #edeef0;
  color: #37474a;
}

.section3 {
  background: url("../img/section3_bg.jpg") no-repeat;
  overflow: hidden;
  position: relative;
}

.section3 .main-1 {
  position: absolute;
  top: -85px;
  left: 0px;
  width: 220px;
  height: 200px;
  -webkit-transform: rotate(15deg);
  transform: rotate(15deg);
  background-color: rgba(255, 255, 102, 0.8);
}

.section3 .main-2 {
  position: absolute;
  top: -20px;
  left: -50px;
  width: 300px;
  height: 200%;
  background: #37474a;
  -webkit-transform: rotate(-15deg);
  transform: rotate(-15deg);
  z-index: 50;
}

.section3 .main-3 {
  position: absolute;
  top: -50px;
  left: -15px;
  width: 200px;
  height: 100px;
  -webkit-transform: rotate(15deg);
  transform: rotate(12deg);
  background: #ffc589;
  z-index: 70;
}

.section3 h3 {
  position: absolute;
  bottom: 20px;
}

.section4 {
  background: url("../img/section4_bg_2.jpg") no-repeat;
  background-size: 600px;
  overflow: hidden;
  position: relative;
}

.section4 .main-0 {
  margin-top: 20px;
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.section4 .main-1 {
  position: absolute;
  top: -20px;
  left: -50px;
  width: 300px;
  height: 200%;
  background: #37474a;
  -webkit-transform: rotate(-15deg);
  transform: rotate(-15deg);
  z-index: 50;
  border-right: 5px solid #fff;
}

.section4 .main-2 {
  position: absolute;
  bottom: 0;
  height: 50px;
  width: 100%;
  background: #fff;
  z-index: 70;
}

.section5 {
  background: url("../img/section5_bg_2.jpg") no-repeat;
  overflow: hidden;
  position: relative;
  background-size: 500px;
}

.section5 .main-1 {
  position: absolute;
  top: -70px;
  left: -70px;
  width: 400px;
  height: 400px;
  border-radius: 50%;
  background: #37474a;
  z-index: 50;
  border: 5px solid #fff;
}

.section5 .icons {
  width: 65%;
  margin: 20px 0;
  text-align: center;
  font-size: 0.8em;
}

.section5 .icons div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 5px 0;
}

.section5 .icons .text {
  padding-left: 10px;
}

@media (max-width: 1200px) {
  .main-layout {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .main-aside {
    width: 100%;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .main-aside .main-brand {
    margin: 10px 20px;
    width: auto;
  }
  .main-aside .main-flag {
    margin-bottom: 0;
    margin-left: 20px;
  }
  .main-aside .main-email {
    padding: 10px;
    -ms-flex-item-align: center;
        -ms-grid-row-align: center;
        align-self: center;
    position: absolute;
    right: 0;
  }
  .main-aside p {
    display: none;
  }
}

@media screen and (max-width: 768px) {
  .main-content-wrapper {
    padding: 20px;
  }
  .main-content {
    -ms-grid-columns: (1fr)[1];
        grid-template-columns: repeat(1, 1fr);
    -ms-grid-rows: (400px)[5];
        grid-template-rows: repeat(5, 400px);
  }
  .section4,
  .section5 {
    background-size: 100%;
  }
}
/*# sourceMappingURL=styles.css.map */