/* common border radius */
/* disable text selection */
@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@400;500;700&display=swap");
@import url("https://use.typekit.net/wka2cdd.css");
/*	Defined widths
--------------------------------------- */
/* common border radius */
/* disable text selection */
.page-home {
  overflow: hidden;
}
.page-home .text {
  padding: 3.5rem 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  max-width: 107.4rem;
  margin: 0 auto;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
}
.page-home .text p {
  margin-top: 1.5rem;
  margin-bottom: 3rem;
}
.page-home .text__inner {
  max-width: 65.7rem;
}
.page-home .text__inner img {
  max-width: 100%;
  height: auto;
}
.page-home .text__name {
  font-size: 1.6rem;
  line-height: 1.5;
  font-weight: 600;
  font-family: "helvetica";
  margin-bottom: 1.5rem;
  text-transform: uppercase;
}
.page-home .image--large {
  width: calc(100vw - 9.2rem);
  aspect-ratio: 2.8;
  background-size: cover;
  background-repeat: no-repeat;
}
@media (max-width: 640px) {
  .page-home .image--large {
    width: calc(100vw - 2.2rem);
  }
}
.page-home .image--fullwidth {
  width: 100vw;
  margin-left: -9.2rem;
  aspect-ratio: 2.8;
  background-size: cover;
  background-repeat: no-repeat;
}
@media (max-width: 640px) {
  .page-home .image--fullwidth {
    margin-left: -2.2rem;
  }
}
.page-home .graphic {
  margin-left: 3rem;
}
.page-home .section {
  margin-top: -9rem;
  padding-top: 9rem;
  margin-bottom: 7rem;
  padding-left: 9.2rem;
  padding-right: 9.2rem;
}
@media (max-width: 640px) {
  .page-home .section {
    padding-left: 2.2rem;
    padding-right: 2.2rem;
  }
}
.page-home .section__hero .inner__left {
  max-width: 609px;
}
.page-home .section__hero .inner .buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 32px;
}
.page-home .section__hero h1 {
  color: #000;
  font-family: "helvetica";
  font-size: 59.4px;
  font-style: normal;
  font-weight: 700;
  line-height: 66.82px; /* 112.492% */
}
.page-home .section__hero p {
  color: #000;
  font-family: Roboto;
  font-size: 14.8px;
  font-style: normal;
  font-weight: 400;
  line-height: 22.27px; /* 150.473% */
}
.page-home .section__hero .text {
  padding-top: 5.5rem;
  padding-bottom: 5.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.page-home .section__hero .text__inner {
  margin-left: 9.2rem;
  max-width: 65.7rem;
}
@media (max-width: 640px) {
  .page-home .section__hero .text__inner {
    margin-left: 2.2rem;
  }
}
.page-home .section__hero .graphic {
  min-height: 16.4rem;
  min-width: 11.2rem;
  background-size: contain;
  background-repeat: no-repeat;
}
.page-home .section__about .tiles {
  max-width: 128rem;
  margin: 0 auto;
  padding: 4.2rem 0;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(32rem, -webkit-max-content));
  grid-template-columns: repeat(auto-fit, minmax(32rem, max-content));
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.page-home .section__about .tiles p {
  margin-top: 1.5rem;
  font-size: 1.2rem;
}
.page-home .section__about .tile {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 29.6rem;
  margin: 1.2rem;
  background: #ffffff;
  -webkit-box-shadow: 0px 84px 136px rgba(0, 51, 102, 0.04), 0px 18.7625px 30.3774px rgba(0, 51, 102, 0.0238443), 0px 5.58609px 9.04414px rgba(0, 51, 102, 0.0161557);
          box-shadow: 0px 84px 136px rgba(0, 51, 102, 0.04), 0px 18.7625px 30.3774px rgba(0, 51, 102, 0.0238443), 0px 5.58609px 9.04414px rgba(0, 51, 102, 0.0161557);
  padding: 2.5rem 4rem;
}
.page-home .section__about .tile__large {
  height: 28.9rem;
}
.page-home .section__about .tile__medium {
  height: 17.6rem;
}
.page-home .section__about .tile__small {
  height: 13.25rem;
}
.page-home .section__about .tile__small p {
  font-family: "helvetica";
  font-size: 2rem;
  font-weight: 600;
  line-height: 1;
  color: #346834;
  margin: 0;
}
.page-home .section__about .tile__small strong {
  color: #5B9C32;
  font-size: 4.8rem;
  font-weight: 700;
}
.page-home .section__about .tile__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: space-between;
      -ms-flex-align: space-between;
          align-items: space-between;
}
.page-home .section__about .tile__icon {
  position: absolute;
  right: 2rem;
  top: 1.2rem;
  height: 3rem;
  width: 3rem;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
.page-home .section__about .tile__image {
  height: 12.2rem;
  width: 12.2rem;
  border-radius: 50%;
  margin: 0 auto;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.page-home .section__footprint .strong {
  font-family: "helvetica";
  font-size: 4rem;
  line-height: 1.2;
  font-weight: 700;
  max-width: 80rem;
}
.page-home .section__footprint .graphic {
  min-height: 30.2rem;
  min-width: 20.6rem;
  background-size: contain;
  background-repeat: no-repeat;
}
@media (max-width: 640px) {
  .page-home .section__footprint .graphic {
    margin: 3rem auto 0;
  }
}
@media (max-width: 640px) {
  .page-home .section__footprint .text {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.page-home .section__footprint .bloc {
  padding: 5.3rem 0 0;
}
.page-home .section__footprint .bloc h3 {
  font-size: 2rem;
}
.page-home .section__footprint .bloc p {
  margin-top: 1.5rem;
}
.page-home .section__footprint .bloc__item {
  width: 88.9rem;
  max-width: 100%;
  padding: 6.6rem 3.9rem;
  margin: 1rem auto;
  background: #D8E0D5;
}
.page-home .section__gallery-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  padding: 7rem 0 0;
  flex-direction: column;
  gap: 20px;
}
.page-home .section__gallery-title {
  font-family: "helvetica";
  font-size: 4rem;
  line-height: 1.2;
  font-weight: 700;
}
.page-home .section__gallery-link {
  font-size: 1.6rem;
  line-height: 1.23;
  font-weight: 600;
  font-family: "helvetica";
  color: #2A6543;
}
.page-home .section__gallery-link::after {
  content: url("../../images/green_arrow.svg");
  margin-left: 1.6rem;
  width: 0.5rem;
  height: 1rem;
}
.page-home .section__collect .belongs {
  padding: 3.5rem 0;
}
.page-home .section__collect .belongs__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -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;
  max-width: 107.4rem;
  margin: 0 auto;
  margin-bottom: 13.2rem;
}
.page-home .section__collect .belongs__item ul {
  margin-left: 2.5rem;
  margin-top: 2.5rem;
}
.page-home .section__collect .belongs__top {
  padding: 2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.page-home .section__collect .belongs__icon {
  margin-right: 2rem;
}
.page-home .section__collect .belongs__listing {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #ffffff;
  width: 100%;
}
@media screen and (max-width: 1024px) {
  .page-home .section__collect .belongs__listing {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.page-home .section__collect .belongs__yes, .page-home .section__collect .belongs__no {
  padding: 5.5rem;
  margin: 1.2rem;
  width: 50%;
}
@media screen and (max-width: 1024px) {
  .page-home .section__collect .belongs__yes, .page-home .section__collect .belongs__no {
    width: calc(100% - 2.4rem);
  }
}
.page-home .section__collect .belongs__yes {
  background-color: #5B9C32;
}
.page-home .section__collect .belongs__no {
  background-color: #000000;
}
.page-home .section__collect .belongs__more {
  padding: 7rem 13.8rem;
  margin: 1.2rem;
  background-color: #ffffff;
  text-align: center;
  margin-bottom: -6rem;
}
@media (max-width: 1024px) {
  .page-home .section__collect .belongs__more {
    padding-left: 4rem;
    padding-right: 4rem;
  }
}
.page-home .section__collect .belongs__more-inner {
  -webkit-transition: all 1s ease;
  transition: all 1s ease;
  opacity: 1;
}
.page-home .section__collect .belongs__more-opaque {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  opacity: 0;
}
.page-home .section__collect .belongs__button {
  font-size: 1.6rem;
  line-height: 1.23;
  font-weight: 600;
  font-family: "helvetica";
  z-index: 5;
  bottom: -4.8rem;
  margin: 0 auto;
  position: absolute;
  left: 0;
  right: 0;
  color: #000000;
  text-align: center;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
}
.page-home .section__collect .belongs__button::after {
  content: "";
  background-image: url("../../images/black-arrow.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  display: block;
  width: 1.5rem;
  height: 2rem;
  margin-left: 1.7rem;
}
.page-home .section__collect .graphic {
  min-height: 35.5rem;
  min-width: 34.2rem;
  background-size: contain;
  background-repeat: no-repeat;
}
@media (max-width: 640px) {
  .page-home .section__collect .graphic {
    margin: 3rem auto 0;
  }
}
@media (max-width: 640px) {
  .page-home .section__collect .text {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.page-home .section__sorter .text__inner {
  max-width: unset;
}
@media (max-width: 1024px) {
  .page-home .section__se3vec .text {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.page-home .section__se3vec .graphic {
  min-height: 52.8rem;
  min-width: 52.8rem;
  background-size: contain;
  background-repeat: no-repeat;
}
@media (max-width: 640px) {
  .page-home .section__se3vec .graphic {
    margin: 3rem auto 0;
  }
}
.page-home .section__se3vec .claim {
  background-image: url("../../images/se3vec.svg");
  background-repeat: no-repeat;
  background-size: contain;
  margin-top: 3rem;
  margin-bottom: 3rem;
  aspect-ratio: 2.92;
  width: calc(100% - 2 * 9.2rem);
}
@media (max-width: 640px) {
  .page-home .section__se3vec .claim {
    width: calc(100% - 2 * 2.2rem);
  }
}
.page-home .section__se3vec .claim__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #fcc80a;
  padding: 1rem;
}
.page-home .section__form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -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;
}
.page-home .section__form .text {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media (max-width: 640px) {
  .page-home .section__form {
    padding-left: 0;
    padding-right: 0;
  }
}
.page-home .video-popup {
  display: none;
  position: fixed;
  z-index: 9999;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.page-home .video-popup-content {
  position: relative;
  width: 80%;
  max-width: 800px;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .page-home .video-popup-content {
    width: 95%;
  }
}
.page-home .video-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
}
.page-home .video-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none;
}
.page-home .close-popup {
  position: absolute;
  right: -40px;
  top: -40px;
  color: #fff;
  font-size: 36px;
  font-weight: bold;
  cursor: pointer;
  z-index: 1000;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
}
@media (max-width: 768px) {
  .page-home .close-popup {
    right: 0;
    top: -50px;
  }
}
.page-home .button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-top: 2.4rem;
}
.page-home .button .button-green {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.page-home .button .button-green:hover {
  background-color: #4c924c;
}

.chart-inner {
  position: relative;
  max-width: 310px;
}
@media only screen and (max-width: 768px) {
  .chart-inner {
    margin: 0 auto;
  }
}

.chart-inner svg.first-chart {
  position: relative;
  z-index: 2;
}

.chart-inner svg.second-chart {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateY(-50%) translateX(-50%);
  transform: translateY(-50%) translateX(-50%);
  z-index: 1;
}

.rozbor-heading {
  padding-bottom: 2.4rem;
}

.rozbor-obsah {
  padding-bottom: 8rem;
  max-width: 70.2rem;
  margin: 0 auto;
}
@media screen and (max-width: 600px) {
  .rozbor-obsah {
    padding-bottom: 4rem;
  }
}
.rozbor-obsah p {
  font-size: 2.4rem;
  font-style: normal;
  font-weight: 400;
  line-height: 3.6rem;
}
@media screen and (max-width: 600px) {
  .rozbor-obsah p {
    font-size: 2rem;
    line-height: normal;
  }
}
.rozbor-obsah p strong {
  color: #777B7E;
}

.rozbor-title {
  font-size: 2rem;
  line-height: 1.2;
  font-weight: 600;
  line-height: 2.2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  padding-bottom: 3.2rem;
}
.rozbor-title.green {
  color: #1A7233;
}
.rozbor-title.red {
  color: #DA1E28;
}
@media screen and (max-width: 768px) {
  .rozbor-title.red {
    padding-top: 4rem;
  }
}

.rozbor-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 1.2rem 1.6rem 0.8rem 0.8rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.8rem;
  -ms-flex-item-align: stretch;
      align-self: stretch;
  border-top: 1px solid var(--grey-grey-100, #C0C2C3);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.rozbor-item:hover {
  cursor: pointer;
}
.rozbor-item.active {
  background: rgba(255, 255, 255, 0.5882352941);
}
@media screen and (max-width: 400px) {
  .rozbor-item {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.rozbor-item .content {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.rozbor-item .ricon {
  width: 4rem;
  height: 4rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 4rem;
          flex: 0 0 4rem;
  height: auto;
  aspect-ratio: 1/1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.rozbor-item .ricon img, .rozbor-item .ricon svg {
  -o-object-fit: contain;
     object-fit: contain;
  max-width: 100%;
}
.rozbor-item .rtitle {
  font-size: 1.4rem;
  font-style: normal;
  font-weight: 600;
  line-height: 2.2rem;
  font-weight: 600;
  max-width: 13.5rem;
}
@media screen and (max-width: 400px) {
  .rozbor-item .rtitle {
    max-width: unset;
  }
}
.rozbor-item .rpodil {
  font-size: 12px;
  line-height: 1.8333333333;
  color: #777B7E;
}
.rozbor-item .rbutton {
  margin-left: auto;
}
@media screen and (max-width: 400px) {
  .rozbor-item .rbutton {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    text-align: left;
    padding-left: 4.8rem;
  }
}
.rozbor-item .rbutton .link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 113px;
  height: 3.2rem;
  padding: 4px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  font-size: 14px;
  line-height: 1.6rem;
  font-weight: 600;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  width: auto;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  padding: 0 1.75rem;
  color: #346834;
}
.rozbor-item .rbutton .link:hover {
  
}
.rozbor-item .rbutton .link img, .rozbor-item .rbutton .link svg {
  width: 11px;
  height: 10.695px;
}
.chart-inner svg path {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  stroke: transparent;
}
.chart-inner svg path.active {
  -webkit-transform: scale(1.06) translateX(-10px) translateY(-10px);
          transform: scale(1.06) translateX(-10px) translateY(-10px);
  z-index: 99;
}
.chart-inner svg path:hover {
  -webkit-transform: scale(1.06) translateX(-10px) translateY(-10px);
          transform: scale(1.06) translateX(-10px) translateY(-10px);
  z-index: 99;
}
.odpady-postup {
  box-shadow: 0 84px 136px 0 rgba(0, 51, 102, 0.04), 0 18.762px 30.377px 0 rgba(0, 51, 102, 0.02), 0 5.586px 9.044px 0 rgba(0, 51, 102, 0.02);
  background: #fff;
  width: var(--100);
  padding: 36px 29px;
  font-style: normal;
  font-weight: 400;
  height: 100%;
}
@media only screen and (max-width: 1000px) {
  .odpady-postup {
    padding: 1.6rem;
  }
}
.odpady-postup .number {
  color: #fff;
  padding-bottom: 1.6rem;
  font-size: 0;
}
.odpady-postup .number svg, .odpady-postup .number img {
  -o-object-fit: contain;
     object-fit: contain;
}
.odpady-postup .content h3 {
  font-size: 2rem;
  line-height: 1.2;
  font-weight: 600;
}
.odpady-postup .content p {
  font-size: 14px;
  line-height: 1.5714285714;
  color: #343A3F;
  padding: 8px 0;
}

.odpady-postup-green {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: var(--100);
  min-height: 196px;
  padding: 36px 29px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 2.4rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  background: #346834;
  height: 100%;
}
.odpady-postup-green h3 {
  max-width: 15.8rem;
  color: #fff;
  font-size: 2rem;
  line-height: 1.2;
}
.odpady-postup-green .play-button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 56px;
  height: 56px;
  padding: 4px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  border-radius: 10000px;
  background: #fff;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.odpady-postup-green .play-button:hover {
  background: #cacaca;
  cursor: pointer;
}
.photo__wrapper {
      margin-top: 20px;
}
/*# sourceMappingURL=homepage.css.map */
