/* 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
--------------------------------------- */
@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@400;500;700&display=swap");
@import url("https://use.typekit.net/wka2cdd.css");
/* PLUGINS */
@import url(../js/library/slick/slick.scss);
/* MAIN DESIGN */
/* common border radius */
/* disable text selection */
/*
FONT WEIGHTS:
    black:    900;
    heavy:    800;
    bold:     700;
    semiBold: 600;
    medium:   500;
    regular:  400;
    light:    300;
    thin:     100;
*/
/* temporary WPML settings ============================================================= */
@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@400;500;700&display=swap");
@import url("https://use.typekit.net/wka2cdd.css");
@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@400;500;700&display=swap");
@import url("https://use.typekit.net/wka2cdd.css");
@import "components/glide.core.css";
@import "components/glide.theme.css";
@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@400;500;700&display=swap");
@import url("https://use.typekit.net/wka2cdd.css");
@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@400;500;700&display=swap");
@import url("https://use.typekit.net/wka2cdd.css");
@import url("../js/library/fancybox/jquery.fancybox.less");
.wpml-ls-statics-footer,
.otgs-development-site-front-end {
  display: none;
}

/* #endregion */
/* #region GENERAL SETTINGS ============================================================= */
html,
body {
  background: #ffffff;
  color: black;
  font-family: "Open Sans", Arial, sans-serif;
  font-size: 62.5%;
}
@media screen and (max-width: 1500px) {
  html,
  body {
    font-size: 58%;
  }
}
@media screen and (max-width: 1240px) {
  html,
  body {
    font-size: 55%;
  }
}

body {
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(rgb(235, 239, 243)));
  background: linear-gradient(180deg, rgba(0, 0, 0, 0), rgb(235, 239, 243));
}

html.withMenu,
body.withMenu {
  overflow: hidden;
}

* {
  margin: 0;
  padding: 0;
  border: none;
  outline: none;
  -webkit-tap-highlight-color: transparent;
  -webkit-box-sizing: border-box;
  /* Safari 3.0 - 5.0, Chrome 1 - 9, Android 2.1 - 3.x */
  /* Firefox 1 - 28 */
  box-sizing: border-box;
  /* Safari 5.1+, Chrome 10+, Firefox 29+, Opera 7+, IE 8+, Android 4.0+, iOS any */
}
*:focus {
  outline: none;
  -webkit-tap-highlight-color: transparent;
}

input,
textarea,
select {
  color: black;
  font-size: 1.4rem;
  font-family: "Open Sans", Arial, sans-serif;
}

textarea {
  resize: vertical;
}

a {
  color: black;
  text-decoration: none;
}
a:hover {
  text-decoration: none;
}

a,
label,
input[type=button],
input[type=submit] {
  cursor: pointer;
}

.clear,
.clearfix:after {
  content: " ";
  width: 100%;
  height: 0px;
  display: block;
  overflow: hidden;
  clear: both;
}

.hidden {
  display: none !important;
}

.fullwidth {
  width: 100vw;
  margin-left: -9.2rem;
}
@media (max-width: 640px) {
  .fullwidth {
    margin-left: -2.2rem;
  }
}

.center {
  width: 1140px;
  margin: 0 auto;
  position: relative;
}
@media screen and (max-width: 1200px) {
  .center {
    width: auto;
    margin: 0 30px;
  }
}

.common-padding {
  padding-left: 9.2rem;
  padding-right: 9.2rem;
}
@media (max-width: 640px) {
  .common-padding {
    padding-left: 2.2rem;
    padding-right: 2.2rem;
  }
}

.centered {
  margin-left: auto;
  margin-right: auto;
}

.my-page {
  overflow: hidden;
}

h1 {
  font-size: 6.4rem;
  line-height: 1.125;
  font-weight: 700;
  font-family: "helvetica";
}
@media screen and (max-width: 1400px) {
  h1 {
    font-size: 6rem;
  }
}
@media screen and (max-width: 1000px) {
  h1 {
    font-size: 4.5rem;
  }
}
@media screen and (max-width: 650px) {
  h1 {
    font-size: 3.5rem;
  }
}

h2 {
  font-size: 4rem;
  line-height: 1.2;
  font-weight: 700;
  font-family: "helvetica";
}
@media screen and (max-width: 1400px) {
  h2 {
    font-size: 3.5rem;
  }
}
@media screen and (max-width: 1000px) {
  h2 {
    font-size: 2.8rem;
  }
}
@media screen and (max-width: 650px) {
  h2 {
    font-size: 2.4rem;
  }
}

h3 {
  font-size: 2.4rem;
  font-family: "helvetica";
  line-height: 1;
  font-weight: 700;
}
@media screen and (max-width: 1400px) {
  h3 {
    font-size: 2rem;
  }
}
@media screen and (max-width: 1000px) {
  h3 {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 650px) {
  h3 {
    font-size: 1.4rem;
  }
}

p,
li {
  font-size: 1.6rem;
  line-height: 1.5;
  font-weight: 400;
  font-family: "roboto";
}

/* #endregion */
/* #region MOBILE MENU ICON ============================================================= */
.hamburger {
  width: 20px;
  height: 20px;
  display: block;
  position: relative;
  margin: 0;
  padding: 0;
  font-size: 0;
  text-indent: -9999px;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  border-radius: none;
  border: none;
  cursor: pointer;
  /* active state, i.e. menu opened */
}
.hamburger:before {
  content: " ";
  width: 40px;
  height: 40px;
  position: absolute;
  left: -10px;
  top: -10px;
  z-index: 0;
  display: block;
  background: red;
  position: absolute;
  border-radius: 4px;
}
.hamburger:focus {
  outline: none;
}
.hamburger span {
  height: 3px;
  position: absolute;
  top: 9px;
  left: 0px;
  right: 0px;
  display: block;
  background: #ffffff;
  border-radius: 1.5px;
}
.hamburger span:before, .hamburger span:after {
  content: "";
  position: absolute;
  display: block;
  left: 0;
  width: 100%;
  height: 3px;
  background-color: #ffffff;
  border-radius: 1.5px;
}
.hamburger span:before {
  top: -6px;
}
.hamburger span:after {
  bottom: -6px;
}
.hamburger--htx {
  background: transparent;
}
.hamburger--htx span:before, .hamburger--htx span:after {
  -webkit-transition-duration: 0.3s, 0.3s;
          transition-duration: 0.3s, 0.3s;
  -webkit-transition-delay: 0.3s, 0s;
          transition-delay: 0.3s, 0s;
}
.hamburger--htx span:before {
  -webkit-transition-property: top, -webkit-transform;
  transition-property: top, -webkit-transform;
  transition-property: top, transform;
  transition-property: top, transform, -webkit-transform;
}
.hamburger--htx span:after {
  -webkit-transition-property: bottom, -webkit-transform;
  transition-property: bottom, -webkit-transform;
  transition-property: bottom, transform;
  transition-property: bottom, transform, -webkit-transform;
}
.hamburger--htx.is-active {
  background: transparent;
}
.hamburger--htx.is-active span {
  background: none;
}
.hamburger--htx.is-active span:before {
  top: 0;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.hamburger--htx.is-active span:after {
  bottom: 0;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.hamburger--htx.is-active span:before, .hamburger--htx.is-active span:after {
  -webkit-transition-delay: 0s, 0.3s;
          transition-delay: 0s, 0.3s;
}

/* #endregion */
/* #region HEADER ======================================================================= */
.to-the-top {
  width: 5rem;
  height: 5rem;
  position: fixed;
  right: 0;
  bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 2.6rem auto;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  margin-right: 9.2rem;
  margin-bottom: 9.2rem;
  z-index: 20;
  background-color: #346834;
  font-size: 0;
  -webkit-filter: drop-shadow(0px 4px 14px rgba(0, 0, 0, 0.16));
          filter: drop-shadow(0px 4px 14px rgba(0, 0, 0, 0.16));
  cursor: pointer;
}
.to-the-top::after {
  content: "";
  display: block;
  -webkit-transform: rotate(270deg);
          transform: rotate(270deg);
  background-image: url("../images/white-arrow.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  height: 2rem;
  width: 2rem;
}
.to-the-top:hover {
  background-color: #cacaca;
}
@media (max-width: 640px) {
  .to-the-top {
    margin-right: 2.2rem;
    margin-bottom: 2.2rem;
  }
}

.site-header {
  width: 100%;
  position: sticky;
  left: 0;
  top: 0;
  z-index: 500;
  background: #ffffff;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.site-header.scrolled {
  -webkit-box-shadow: 0px 25px 37px rgba(0, 0, 0, 0.05);
  box-shadow: 0px 25px 37px rgba(0, 0, 0, 0.05);
}
.site-header .logo {
  font-family: "helvetica";
  font-weight: 600;
  font-size: 1.4rem;
  color: rgba(0, 0, 0, 0.64);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 20rem;
  height: 7.5rem;
  position: relative;
  left: 0px;
  bottom: 0px;
  background: url(../images/Praha-logo.svg) no-repeat 0 center;
  background-size: contain;
  text-indent: 7.5rem;
  white-space: nowrap;
  overflow: hidden;
  text-transform: uppercase;
}
.site-header #mobileMenu {
  margin-right: 2rem;
}
.site-header ul {
  list-style: none;
  text-align: right;
}
.site-header ul li {
  display: inline-block;
  vertical-align: top;
}
.site-header__common {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: #F6F6F6;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  font-size: 1.6rem;
}
.site-header__common .language-menu {
  margin-top: 2rem;
  margin-bottom: 1.5rem;
}
@media (max-width: 1060px) {
  .site-header__common {
    display: none;
  }
}
.site-header__lang-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 2.5rem;
}
.site-header__lang, .site-header__link {
  margin: 1.288rem;
  text-transform: uppercase;
  margin-top: 2rem;
  margin-bottom: 1.5rem;
}
.site-header__link {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  font-size: 1.6rem;
  line-height: 1.5;
  font-weight: 600;
  font-family: "helvetica";
  padding: 1rem;
  -webkit-filter: none;
          filter: none;
  background-color: #113362;
  border-radius: 3px;
  color: #ffffff;
  height: -webkit-max-content;
  height: -moz-max-content;
  height: max-content;
}
.site-header__link:hover {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
          filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
}
.site-header__internal {
  margin: 0 1.6rem;
}
.site-header__web {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: #ffffff;
  padding: 1.8rem 2.6rem 1.1rem;
  padding-right: 0;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.site-header__web .nav-wrapper {
  font-family: "roboto";
  font-weight: 500;
  line-height: 2;
  font-size: 1.4rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-transform: uppercase;
}
.site-header__web .nav-wrapper li {
  font-family: "roboto";
  font-weight: 500;
  line-height: 2;
  font-size: 1.4rem;
}
@media (max-width: 1060px) {
  .site-header__web .nav-wrapper nav {
    display: none;
  }
}
@media (max-width: 1060px) {
  .site-header__web .nav-wrapper {
    margin-right: 6rem;
  }
}
.site-header__web .main-menu li {
  margin: 1.5rem;
}
.site-header__search {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 1.5rem;
  position: relative;
  cursor: pointer;
}
.site-header__search::before {
  content: url("../images/lupa.svg");
  height: 2.1rem;
  width: 2.1rem;
  margin-right: 1rem;
}
.site-header__search .input-wrapper {
  position: absolute;
  left: 0;
  top: 6.2rem;
  z-index: 20;
}
@media (max-width: 1265px) {
  .site-header__search .input-wrapper {
    left: unset;
    right: 0;
  }
}
.site-header__search .input-wrapper input {
  background-color: #DAE1E3;
  padding: 1.5rem;
  padding-left: 2.3rem;
  border-radius: 4px;
  padding-right: 5rem;
}
@media (max-width: 640px) {
  .site-header__search .input-wrapper input {
    min-width: 30rem;
  }
}
@media (max-width: 640px) {
  .site-header__search-label {
    display: none;
  }
}
.site-header__special {
  font-size: 1.6rem;
  line-height: 1.5;
  font-weight: 600;
  font-family: "helvetica";
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #113362;
  color: #ffffff;
  padding: 10px 29px 10px 10px;
  border-radius: 3px 0 0 3px;
}
.site-header__special .title {
  position: relative;
  top: 0.3rem;
}
@media (max-width: 1265px) {
  .site-header__special {
    display: none;
  }
}
.site-header .hamburger {
  background-color: #183A26;
  color: #ffffff;
}
@media (min-width: 1060px) {
  .site-header .hamburger {
    display: none;
  }
}
.site-header .mobile-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100vw;
  position: absolute;
  left: 0;
  top: 10rem;
  background-color: #ffffff;
  -webkit-box-shadow: 0px 25px 37px rgba(0, 0, 0, 0.05);
  box-shadow: 0px 25px 37px rgba(0, 0, 0, 0.05);
}
.site-header .mobile-menu .site-header__internal {
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.site-header .mobile-menu .site-header__special {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-radius: 3px;
}
.site-header .mobile-menu .site-header__special,
.site-header .mobile-menu .site-header__link {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  min-width: 25rem;
  text-align: center;
  margin: 1.288rem;
}
@media (min-width: 1060px) {
  .site-header .mobile-menu {
    display: none;
  }
}
.site-header .hamburger {
  -webkit-transform: translateY(4px);
          transform: translateY(4px);
}
.site-header .hamburger::before {
  background: #163624;
}

.language-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 1.2rem;
  text-transform: uppercase;
  margin: 1.288rem;
}
.language-menu__switch {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0.4rem;
  width: 3.2rem;
  height: 2.4rem;
  border-radius: 5px;
  background-color: #003366;
  margin: 0.8rem;
}
.language-menu__switch.cs {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.language-menu__switch.en {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.language-menu__switch-inner {
  width: 1.2rem;
  height: 1.6rem;
  border-radius: 3px;
  background-color: #ffffff;
}
.language-menu__item {
  font-weight: 500;
  line-height: 1.25;
  color: rgba(0, 0, 0, 0.6);
}
.language-menu__item--active {
  font-weight: 700;
  color: #000000;
}

#breadcrumbs {
  display: none;
}

/* MOBILE VERSION */
@media screen and (max-width: 1060px) {
  header #mobileMenu {
    margin-top: -10px;
    position: absolute;
    right: 0;
    top: 50%;
    display: block;
  }
  header nav {
    max-height: 0px;
    position: fixed;
    left: 0;
    right: 0;
    top: 60px;
    bottom: 0;
    display: block;
    overflow: hidden;
    background: #ffffff;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  header.withMenu nav {
    max-height: 100vh;
    overflow: auto;
  }
}
/* #endregion */
/* #region FOOTER ======================================================================= */
.site-footer {
  width: calc(100% - 8.6rem);
  background-color: #ffffff;
}
.site-footer .logo {
  font-family: "helvetica";
  font-weight: 600;
  font-size: 1.4rem;
  color: rgba(0, 0, 0, 0.64);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 20rem;
  height: 7.5rem;
  position: relative;
  left: 0px;
  bottom: 0px;
  background: url(../images/Praha-logo.svg) no-repeat 0 center;
  background-size: contain;
  text-indent: 7.5rem;
  white-space: nowrap;
  overflow: hidden;
  text-transform: uppercase;
}
@media (max-width: 640px) {
  .site-footer__section {
    padding: 0 2.2rem;
  }
}
.site-footer__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-top: 9rem;
  padding-bottom: 8rem;
  border-bottom: 1px solid rgba(0, 51, 102, 0.1);
}
.site-footer__social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.site-footer__social-link {
  margin: 0 1.2rem;
  height: 4.8rem;
  border-radius: 50%;
  display: block;
  overflow: hidden;
  width: 4.8rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.site-footer__social-link svg path {
  -webkit-transition: all 0.1s ease;
  transition: all 0.1s ease;
}
.site-footer__social-link.facebook:hover svg path {
  fill: #4267B2;
  fill-opacity: 1;
  -webkit-transition: all 0.1s ease;
  transition: all 0.1s ease;
}
.site-footer__social-link.instagram {
  position: relative;
  background: white;
  z-index: 1;
}
.site-footer__social-link.instagram::before {
  position: absolute;
  content: "";
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: radial-gradient(circle farthest-corner at 35% 90%, #fec564, transparent 50%), radial-gradient(circle farthest-corner at 0 140%, #fec564, transparent 50%), radial-gradient(ellipse farthest-corner at 0 -25%, #5258cf, transparent 50%), radial-gradient(ellipse farthest-corner at 20% -50%, #5258cf, transparent 50%), radial-gradient(ellipse farthest-corner at 100% 0, #893dc2, transparent 50%), radial-gradient(ellipse farthest-corner at 60% -20%, #893dc2, transparent 50%), radial-gradient(ellipse farthest-corner at 100% 100%, #d9317a, transparent), -webkit-gradient(linear, left top, left bottom, from(#6559ca), color-stop(30%, #bc318f), color-stop(50%, #e33f5f), color-stop(70%, #f77638), to(#fec66d));
  background: radial-gradient(circle farthest-corner at 35% 90%, #fec564, transparent 50%), radial-gradient(circle farthest-corner at 0 140%, #fec564, transparent 50%), radial-gradient(ellipse farthest-corner at 0 -25%, #5258cf, transparent 50%), radial-gradient(ellipse farthest-corner at 20% -50%, #5258cf, transparent 50%), radial-gradient(ellipse farthest-corner at 100% 0, #893dc2, transparent 50%), radial-gradient(ellipse farthest-corner at 60% -20%, #893dc2, transparent 50%), radial-gradient(ellipse farthest-corner at 100% 100%, #d9317a, transparent), linear-gradient(#6559ca, #bc318f 30%, #e33f5f 50%, #f77638 70%, #fec66d 100%);
  z-index: -1;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  opacity: 0;
}
.site-footer__social-link.instagram:hover svg path:first-child {
  fill-opacity: 0;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.site-footer__social-link.instagram:hover::before {
  opacity: 1;
}
.site-footer__social-link.twitter:hover svg path:first-child {
  fill: #1DA1F2;
  fill-opacity: 1;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.site-footer__social-link.youtube:hover svg path:first-child {
  fill: #FF0000;
  fill-opacity: 1;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.site-footer__main {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  margin-bottom: 1rem;
  padding-top: 4.8rem;
  padding-bottom: 4.8rem;
}
@media (max-width: 1060px) {
  .site-footer__main {
    grid-template-columns: 1fr;
  }
}
.site-footer__box {
  padding: 3rem 3rem 1.5rem 3rem;
}
.site-footer__box-title {
  font-size: 2.4rem;
  font-family: "helvetica";
  line-height: 1;
  font-weight: 600;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-style: normal;
  color: #1A1A1A;
  border-bottom: 1px solid rgba(0, 51, 102, 0.1);
  margin-right: 5.6rem;
  padding-bottom: 3.2rem;
  margin-bottom: 3.2rem;
}
@media (max-width: 640px) {
  .site-footer__box-title {
    margin-right: 0;
  }
}
.site-footer__box-content {
  font-size: 1.6rem;
  line-height: 1.5;
  font-weight: 400;
  font-family: "roboto";
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  font-style: normal;
  color: #000000;
}
.site-footer__box-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0.8rem 0;
  position: relative;
  max-width: 26.7rem;
  padding-right: 2rem;
}
.site-footer__box-link::after {
  content: url("../images/arrow.png");
  position: absolute;
  right: 0;
}
@media (max-width: 1060px) {
  .site-footer__box-link {
    max-width: unset;
  }
}
.site-footer__icon {
  margin-right: 2.4rem;
}
.site-footer__top-main-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media (max-width: 640px) {
  .site-footer__top-main-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}
.site-footer__common {
  padding: 4.8rem 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (max-width: 640px) {
  .site-footer__common {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}
.site-footer__lang-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 1060px) {
  .site-footer__lang-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
@media (max-width: 640px) {
  .site-footer__lang-wrap {
    border-bottom: 1px solid rgba(0, 51, 102, 0.1);
    margin-bottom: 3.2rem;
    padding-bottom: 4.8rem;
  }
}
.site-footer__link {
  font-size: 1.6rem;
  line-height: 1.25;
  font-weight: 400;
  font-family: "roboto";
  display: block;
  font-style: normal;
  color: rgba(0, 0, 0, 0.8);
  padding-left: 1.288rem;
  padding-right: 6.4rem;
  width: 100%;
}
@media (max-width: 1060px) {
  .site-footer__link {
    margin-top: 1.288rem;
  }
}
@media (max-width: 640px) {
  .site-footer__link {
    padding: 0 6.4rem;
    text-align: center;
  }
}
@media (max-width: 640px) {
  .site-footer__logo-wrapper {
    margin: 0 5rem;
  }
}
@media (max-width: 640px) {
  .site-footer {
    width: 100%;
    padding: 0;
  }
}

/* #endregion */
/* #region SEARCH ======================================================================= */
.page-search {
  margin-top: 7.2rem;
  margin-bottom: 14.5rem;
}
.page-search__header {
  margin-bottom: 11.6rem;
}
.page-search__header h1 {
  font-size: 6.4rem;
  line-height: 1.125;
  font-weight: 700;
  font-family: "helvetica";
}
@media screen and (max-width: 1400px) {
  .page-search__header h1 {
    font-size: 6rem;
  }
}
@media screen and (max-width: 1000px) {
  .page-search__header h1 {
    font-size: 4.5rem;
  }
}
@media screen and (max-width: 650px) {
  .page-search__header h1 {
    font-size: 3.5rem;
  }
}
.page-search__header strong {
  font-family: "helvetica";
  font-weight: 700;
  font-size: 3.6rem;
  line-height: 1.95;
  font-style: normal;
}
.page-search__header h1,
.page-search__header strong {
  color: #000000;
  margin-left: 9.2rem;
}
@media (max-width: 640px) {
  .page-search__header h1,
  .page-search__header strong {
    margin-left: 2.2rem;
  }
}

.search-confirm {
  width: 4rem;
  height: 4rem;
  border-radius: 2px;
  position: absolute;
  right: 0;
  bottom: 0;
  margin: 0.45rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: grey;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 2.6rem auto;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  z-index: 20;
  background-color: #163624 !important;
  font-size: 0;
  -webkit-filter: drop-shadow(0px 4px 14px rgba(0, 0, 0, 0.16));
          filter: drop-shadow(0px 4px 14px rgba(0, 0, 0, 0.16));
  cursor: pointer;
}
.search-confirm::after {
  content: "";
  display: block;
  background-image: url("../images/white-arrow.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  height: 2rem;
  width: 2rem;
  margin-left: 0.4rem;
}
.search-confirm:hover {
  background-color: grey;
}

/* #endregion */
/* #region post list ======================================================================= */
.post-list {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(42.6rem, -webkit-max-content));
  grid-template-columns: repeat(auto-fit, minmax(42.6rem, max-content));
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

/* #endregion */
/* #region tile slider ======================================================================= */
.tile-slider {
  width: calc(100vw - 9.2rem);
  overflow: visible;
}
.tile-slider .slick-arrow {
  margin: 0 4rem;
}
.tile-slider .slick-prev {
  left: -9.2rem;
}
@media (max-width: 640px) {
  .tile-slider .slick-prev {
    left: -2.2rem;
  }
}
@media (max-width: 640px) {
  .tile-slider .slick-next {
    right: -2.2rem;
  }
}
.tile-slider__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  padding: 7rem 0;
}
.tile-slider__title {
  font-size: 4rem;
  line-height: 1.2;
  font-weight: 700;
  font-family: "helvetica";
}
@media screen and (max-width: 1400px) {
  .tile-slider__title {
    font-size: 3.5rem;
  }
}
@media screen and (max-width: 1000px) {
  .tile-slider__title {
    font-size: 2.8rem;
  }
}
@media screen and (max-width: 650px) {
  .tile-slider__title {
    font-size: 2.4rem;
  }
}
.tile-slider__archive-link {
  font-size: 1.6rem;
  line-height: 1.23;
  font-weight: 600;
  font-family: "helvetica";
  color: #2A6543;
}
.tile-slider__archive-link::after {
  content: url("../images/green_arrow.svg");
  margin-left: 1.6rem;
  width: 0.5rem;
  height: 1rem;
}
.tile-slider .slick-list {
  overflow: visible;
  overflow-x: clip;
}
@media (max-width: 640px) {
  .tile-slider {
    margin: 0 auto;
    width: 100%;
  }
}

/* #endregion */
/* #region slick ======================================================================= */
.slick-initialized {
  position: relative;
}

.slick-prev {
  left: 0;
}
.slick-prev::after {
  display: block;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.slick-next {
  right: 0;
}

.slick-track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  list-style: none;
}

.slick-slide {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}

/* #endregion */
/* #region gallery slider ======================================================================= */
.photo {
  list-style: none;
  width: calc(100vw - 9.2rem);
  overflow: visible;
}
.photo__item {
  z-index: 1;
  margin: 0 1.2rem;
  position: relative;
}
.photo__item img {
  width: auto;
  height: 100%;
}
.photo__item--wider {
  width: 46rem !important;
  -webkit-transform-origin: left;
          transform-origin: left;
}
.photo__item--video .photo__link,
.photo__item--video .photo__link-wrapper {
  max-width: 100%;
}
.photo__item--video iframe {
  height: 100%;
  max-width: 100%;
  aspect-ratio: 16/9;
}
.photo__item:hover .photo__overlay {
  height: 50%;
}
.photo__item:hover .photo__description {
  opacity: 1;
}
.photo__wrapper {
  margin-top: 3.7rem;
  margin-bottom: 3.7rem;
}
@media (max-width: 640px) {
  .photo__wrapper {
    width: 100%;
    margin: 0;
  }
}
.photo__link-wrapper {
  position: relative;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  height: 32rem;
  margin: 0 auto;
}
.photo__description {
  font-family: "roboto";
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 1.6;
  color: #ffffff;
  z-index: 3;
  position: absolute;
  bottom: 0;
  left: 0;
  margin: 2.4rem;
  opacity: 0;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.photo__overlay {
  z-index: 2;
  position: absolute;
  left: 0;
  bottom: 0;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(73, 73, 73, 0)), color-stop(68.75%, #1C1C1C));
  background: linear-gradient(180deg, rgba(73, 73, 73, 0) 0%, #1C1C1C 68.75%);
  opacity: 0.78;
  width: 100%;
  height: 100%;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.photo .slick-slide {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  overflow: hidden;
  height: 32rem;
  position: relative;
}
.photo .slick-current:not(.slick-cloned) {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.photo .slick-current:not(.slick-cloned) .photo__overlay {
  height: 50%;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.photo .slick-current:not(.slick-cloned) .photo__description {
  opacity: 1;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.photo .slick-arrow {
  margin: 0 4rem;
}
.photo .slick-prev {
  left: -9.2rem;
}
@media (max-width: 640px) {
  .photo .slick-prev {
    left: -2.2rem;
  }
}
@media (max-width: 640px) {
  .photo .slick-next {
    right: -2.2rem;
  }
}
.photo .slick-list {
  overflow: hidden;
}
.photo .slick-list--left {
  padding: 0 20% 0 13% !important;
}
.photo .slick-list--right {
  padding: 0 20% 0 28% !important;
}
@media (max-width: 640px) {
  .photo {
    width: 100%;
  }
}

/* #endregion */
/* #region page 404 ======================================================================= */
.page-404 {
  margin-top: 15rem;
  margin-bottom: 18rem;
  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-404 .center {
  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-404__button {
  margin-top: 2.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.page-404__button::after {
  content: "";
  background-image: url("../images/white-arrow.svg");
  background-repeat: no-repeat;
  background-size: contain;
  display: block;
  width: 1rem;
  height: 1.5rem;
  margin-left: 1.8rem;
}
.page-404__link-title {
  font-size: 2.4rem;
  font-family: "helvetica";
  line-height: 1;
  font-weight: 600;
  margin: 13.7rem 2rem 5.5rem 2rem;
}
.page-404__link {
  font-size: 1.6rem;
  line-height: 1.25;
  font-weight: 400;
  font-family: "roboto";
  margin: 0.8rem 2rem;
  color: rgba(0, 0, 0, 0.8);
}

/* #endregion */
/*Grids*/
.center1100 {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media screen and (max-width: 1000px) {
  .row.row-download {
    gap: 0.8rem;
  }
}

.row {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 1.6rem;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.row.content-center {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 1000px) {
  .row.gap1000 {
    gap: 1rem;
  }
}
@media screen and (max-width: 940px) {
  .row.footer {
    gap: 2.4rem;
  }
}

.row-links {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 4rem;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 768px) {
  .row-links {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    justify-content: center;
  }
}

.jc-right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
@media screen and (max-width: 992px) {
  .jc-right {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.mx-left {
  margin-left: auto;
}

.mx-right {
  margin-right: auto;
}

.mx-auto {
  margin: 0 auto;
}

.text-center {
  text-align: center;
}

.dblock {
  display: block;
}

.col-12 {
  width: 100%;
  height: auto;
  margin: 0 auto;
  position: relative;
}

.col-5 {
  width: calc(41.67% - 16px);
  height: auto;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 31rem;
          flex: 0 0 31rem;
  width: 31rem;
}
@media screen and (max-width: 1500px) {
  .col-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 34rem;
            flex: 0 0 34rem;
    width: 34rem;
  }
}
@media screen and (max-width: 1240px) {
  .col-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 36rem;
            flex: 0 0 36rem;
    width: 36rem;
  }
}
@media only screen and (max-width: 768px) {
  .col-5 {
    width: 100%;
  }
}
@media screen and (max-width: 730px) {
  .col-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 var(--100);
            flex: 0 0 var(--100);
  }
}

.col-7 {
  width: calc(58.33% - 16px);
  height: auto;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding-left: 6rem;
}
@media screen and (max-width: 1110px) {
  .col-7 {
    padding-left: 2rem;
    max-width: 40rem;
  }
}
@media only screen and (max-width: 768px) {
  .col-7 {
    width: 100%;
  }
}

.col-7-graph {
  width: calc(58.33% - 16px);
  height: auto;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding-left: 6rem;
}
@media only screen and (max-width: 768px) {
  .col-7-graph {
    width: 100%;
  }
}
@media screen and (max-width: 730px) {
  .col-7-graph {
    padding-left: 0;
    max-width: 45rem;
    margin: 0 auto;
  }
}

.col-6 {
  width: calc(50% - 16px);
  height: auto;
}
@media only screen and (max-width: 768px) {
  .col-6 {
    width: 100%;
  }
}

.col-file {
  width: calc(50% - 8px);
  height: auto;
}
@media screen and (max-width: 1000px) {
  .col-file {
    width: calc(50% - 4px);
  }
}
@media only screen and (max-width: 500px) {
  .col-file {
    width: 100%;
  }
}

.col-rozbor {
  width: calc(50% - 16px);
  height: auto;
}
@media only screen and (max-width: 1100px) {
  .col-rozbor {
    width: 100%;
  }
}

.col-files-download {
  width: 100%;
  height: auto;
  max-width: 75.3rem;
}
@media only screen and (max-width: 768px) {
  .col-files-download {
    width: 100%;
  }
}

.col-4 {
  width: calc(33.333% - 16px);
  height: auto;
}
@media only screen and (max-width: 768px) {
  .col-4 {
    width: 100%;
  }
}

.col-8 {
  width: calc(66.666% - 16px);
  height: auto;
}
@media only screen and (max-width: 768px) {
  .col-8 {
    width: 100%;
  }
}

.col-3 {
  width: calc(25% - 16px);
}
@media only screen and (max-width: 768px) {
  .col-3 {
    width: 100%;
  }
}

.col-3-people {
  width: calc(25% - 16px);
}
@media only screen and (max-width: 992px) {
  .col-3-people {
    width: calc(33.3% - 16px);
  }
}
@media only screen and (max-width: 700px) {
  .col-3-people {
    width: calc(50% - 16px);
  }
}
@media only screen and (max-width: 440px) {
  .col-3-people {
    width: 100%;
    margin: 0 auto;
    max-width: 30rem;
  }
}

.col-3 {
  width: calc(25% - 16px);
}
@media only screen and (max-width: 768px) {
  .col-3 {
    width: 100%;
  }
}

.col-3-footer {
  width: calc(25% - 16px);
}
@media only screen and (max-width: 940px) {
  .col-3-footer {
    width: calc(50% - 16px);
  }
}
@media screen and (max-width: 550px) {
  .col-3-footer {
    width: 100%;
  }
}

.col-links-head {
  width: calc(100% - 47rem - 1.6rem);
  height: auto;
  margin-left: auto;
}
@media only screen and (max-width: 768px) {
  .col-links-head {
    width: 100%;
  }
}

.col-links {
  width: calc(47rem - 16px);
  height: auto;
  margin-left: auto;
}
@media only screen and (max-width: 768px) {
  .col-links {
    width: 100%;
  }
}

.col-links-item {
  width: auto;
  height: auto;
}

.row-grid-cosodpady {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 26px;
}
@media screen and (max-width: 1000px) {
  .row-grid-cosodpady {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 800px) {
  .row-grid-cosodpady {
    grid-template-columns: 1fr;
  }
}

.cards {
  margin-top: 32px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 26px;
}
@media screen and (max-width: 1170px) {
  .cards {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 800px) {
  .cards {
    grid-template-columns: 1fr;
  }
}
.cards__full {
  grid-template-columns: 1fr !important;
}
.cards__full .card {
  padding: 24px;
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: normal !important;
      -ms-flex-direction: row !important;
          flex-direction: row !important;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.cards .card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 36px 18px;
  padding: 24px;
  background: #FFF;
  -webkit-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);
          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);
}
.cards .card .content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 16px;
  color: var(--Black, #000);
  font-family: Roboto;
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 700;
  line-height: 2.4rem;
  /* 150% */
  letter-spacing: 0.01rem;
}
.cards .card .icon .tile-slider__archive-link {
  color: #346834;
  text-align: right;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 15px;
  /* 81.25% */
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  padding-right: 35px;
}
.cards .card .icon .tile-slider__archive-link::after {
  position: absolute;
  right: 12px;
  top: 40%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.cards .card .number {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.section__news .slick-list {
  overflow: visible;
}

.links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 28px;
}
@media screen and (max-width: 900px) {
  .links {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 30px;
  }
}
.links .links-item img,
.links .links-item svg {
  max-height: 75px;
  width: auto;
}

.page-home .section__hero, .page-home .section__news {
  margin-bottom: 156px !important;
}
.page-home .rozbor-heading {
  color: #000;
  text-align: center;
  font-size: 37.1px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
.page-home .rozbor-obsah {
  padding-bottom: 32px;
}
.page-home .rozbor-obsah p {
  color: #000;
  text-align: center;
  font-family: Roboto;
  font-size: 14.8px;
  font-style: normal;
  font-weight: 400;
  line-height: 22.27px; /* 150.473% */
}
.page-home .rozbor-item .rbutton {
  margin-left: auto;
  margin-bottom: auto !important;
  margin-top: 2px !important;
}
.page-home .rozbor-item .rbutton .link {
  line-height: 100% !important;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
}

.section__hero {
  margin-top: 0 !important;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
}
.section__hero .inner__right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 900px) {
  .section__hero {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    grid-template-columns: 1fr;
  }
}

.section__hero--video {
  padding-right: 0 !important;
  padding-top: 0 !important;
}
@media screen and (max-width: 1000px) {
  .section__hero--video {
    display: block;
    padding: 0 !important;
    position: relative;
    overflow: hidden;
  }
  .section__hero--video .inner__left {
    position: relative;
    z-index: 10;
    padding: 9rem;
    background: rgba(255, 255, 255, 0.6705882353);
    max-width: unset !important;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    text-align: center;
  }
  .section__hero--video .inner__right {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
  }
  .section__hero--video .inner__right .video-container {
    height: 100%;
    padding-bottom: 0 !important;
  }
  .section__hero--video .inner__right .play-button {
    display: none !important;
  }
}
.section__hero--video .inner__left {
  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;
}
.section__hero--video .video-container {
  position: relative;
}
.section__hero--video .video-container img {
  width: 100%;
  height: auto;
}
@media screen and (max-width: 600px) {
  .section__hero--video .video-container img {
    width: auto;
    height: 100%;
    -o-object-fit: contain;
       object-fit: contain;
  }
}
.section__hero--video .video-container .play-button {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 56px;
  height: 56px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
  border-radius: 9999px;
  background: #FDFDFE;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.section__hero--video .video-container .play-button:hover {
  background-color: #346834;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.section__hero--video .video-container .play-button:hover svg {
  fill: white !important;
}
.section__hero--video .video-container .play-button svg {
  width: 24px;
  height: 24px;
  fill: #96AAB7;
}

.button-video {
  font-size: 1.6rem;
  line-height: 1.23;
  font-weight: 600;
  font-family: "helvetica";
  padding: 2rem 6rem 2rem 0;
  border-radius: 6px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #346834;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}
.button-video::after {
  content: url("../images/green_arrow.svg");
  margin-left: 1.6rem;
  width: 0.5rem;
  height: 14px;
}

@media screen and (max-width: 600px) {
  .buttons {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
    gap: 0px !important;
  }
  .buttons .button-video {
    padding: 2rem 6rem !important;
  }
}

@media screen and (max-width: 600px) {
  h1 {
    font-size: 48px !important;
  }
}

.modal.playing {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  z-index: 25;
  padding: 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.75);
  text-align: center;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  max-width: unset;
  border-radius: 0;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.modal.playing iframe {
  max-width: 850px;
  width: 100%;
  aspect-ratio: 16/9;
  border: none;
}

.page-jak-tridit .section {
  margin-top: -9rem;
  padding-top: 9rem;
  margin-bottom: 7rem;
  padding-left: 9.2rem;
  padding-right: 9.2rem;
}

.section__odpadovamapa {
  max-width: 986px;
  margin: 0 auto !important;
  padding: 0px !important;
  padding-bottom: 180px !important;
}
@media screen and (max-width: 1170px) {
  .section__odpadovamapa {
    padding-left: 9.2rem !important;
    padding-right: 9.2rem !important;
  }
}
.section__odpadovamapa iframe {
  max-height: 469px;
  margin-top: 28px;
  -webkit-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);
          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);
}

.section__collect .belongs {
  padding: 3.5rem 0;
}
.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;
}
.section__collect .belongs__item ul {
  margin-left: 2.5rem;
  margin-top: 2.5rem;
}
.section__collect .belongs__top {
  padding: 2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 19px;
}
.section__collect .belongs__icon {
  margin-right: 2rem;
}
.section__collect .belongs__listing {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #ffffff;
  width: 100%;
}
@media screen and (max-width: 1060px) {
  .section__collect .belongs__listing {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.section__collect .belongs__yes, .section__collect .belongs__no {
  padding: 5.5rem;
  margin: 1.2rem;
  width: 50%;
}
.section__collect .belongs__yes p, .section__collect .belongs__no p {
  color: #FFF;
  font-size: 22.3px;
  font-style: normal;
  font-weight: 700;
  line-height: 22.27px;
  /* 99.865% */
}
@media screen and (max-width: 1060px) {
  .section__collect .belongs__yes, .section__collect .belongs__no {
    width: calc(100% - 2.4rem);
  }
}
.section__collect .belongs__yes {
  background-color: #346834;
}
.section__collect .belongs__no {
  background-color: #000000;
}
.section__collect .belongs__more {
  margin: 1.2rem;
  background-color: #ffffff;
  text-align: center;
  margin-bottom: -6rem;
  -webkit-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);
          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);
  width: 100%;
  padding: 63px 20px 20px 20px;
}
.section__collect .belongs__more .glide {
  margin-left: 49px;
  margin-top: 30px !important;
}
.section__collect .belongs__more .photo {
  width: 100%;
}
@media (max-width: 1060px) {
  .section__collect .belongs__more {
    padding-left: 4rem;
    padding-right: 4rem;
    overflow: hidden;
  }
}
@media (max-width: 640px) {
  .section__collect .belongs__more {
    width: 100vw !important;
  }
  .section__collect .belongs__more .glide {
    margin-left: -34px;
    margin-top: 30px !important;
    width: 100vw;
  }
}
.section__collect .belongs__more-inner {
  -webkit-transition: all 1s ease;
  transition: all 1s ease;
  opacity: 1;
  text-align: left;
}
.section__collect .belongs__more-inner h3 {
  color: #000;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 28px; /* 140% */
}
.section__collect .belongs__more-inner p {
  color: black;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 20px; /* 142.857% */
  opacity: 0.7;
}
.section__collect .belongs__more-opaque {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  opacity: 0;
}
.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;
}
.section__collect .belongs__button span {
  margin-right: 15px;
}
.section__collect .belongs__button::after {
  content: "";
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  display: block;
  width: 1.5rem;
  height: 2rem;
  margin-left: 1.7rem;
}
.section__collect .graphic {
  min-height: 35.5rem;
  min-width: 34.2rem;
  background-size: contain;
  background-repeat: no-repeat;
}
@media (max-width: 640px) {
  .section__collect .graphic {
    margin: 3rem auto 0;
  }
}
@media (max-width: 640px) {
  .section__collect .text {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.section__sorter .text__inner {
  max-width: unset;
}

.page-jak-tridit .section, .page-jak-tridit .belongs__item, .page-jak-tridit #mapa {
  position: relative;
  padding-top: 200px;
  margin-top: -200px;
}
.page-jak-tridit .glide {
  margin-top: 0 !important;
}
.page-jak-tridit .section__collect {
  margin-bottom: 0 !important;
}
.page-jak-tridit .section__hero {
  max-width: 105rem !important;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 0 !important;
  padding-top: 100px !important;
  padding-bottom: 100px !important;
}
@media screen and (max-width: 600px) {
  .page-jak-tridit .section__hero h1 {
    font-size: 30px !important;
  }
}
@media screen and (max-width: 1170px) {
  .page-jak-tridit .section__hero {
    padding-top: 80px !important;
    margin-bottom: 0 !important;
    padding-bottom: 50px !important;
    padding-left: 9.2rem !important;
    padding-right: 9.2rem !important;
  }
}
@media screen and (max-width: 768px) {
  .page-jak-tridit .section__hero, .page-jak-tridit .section__collect, .page-jak-tridit .section__sorter, .page-jak-tridit .section__desatero, .page-jak-tridit .section__odpadovamapa {
    padding-left: 4.1rem !important;
    padding-right: 4.1rem !important;
  }
}
.page-jak-tridit .section__desatero .container-inner {
  max-width: 117.4rem !important;
  margin-left: auto;
  margin-right: auto;
  display: grid;
  grid-template-columns: 1fr 2fr;
  gap: 24px;
}
@media screen and (max-width: 1000px) {
  .page-jak-tridit .section__desatero .container-inner {
    grid-template-columns: 1fr;
  }
}
.page-jak-tridit .section__desatero p {
  margin-top: 10px;
}
.page-jak-tridit .section__desatero .col-desatero__list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 24px;
}
@media screen and (max-width: 750px) {
  .page-jak-tridit .section__desatero .col-desatero__list {
    grid-template-columns: 1fr;
  }
}
.page-jak-tridit .section__desatero .col-desatero__list .col-desatero__item {
  width: 100%;
  background: white;
}
.page-jak-tridit .section__desatero .col-desatero__list .col-desatero__item-inner {
  width: 100%;
  max-height: 534px;
  min-height: 534px;
  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: start;
      -ms-flex-pack: start;
          justify-content: start;
  overflow: hidden;
  position: relative;
}
.page-jak-tridit .section__desatero .col-desatero__list .col-desatero__item-icon {
  max-height: 250px;
  min-height: 250px;
  width: 100%;
}
.page-jak-tridit .section__desatero .col-desatero__list .col-desatero__item-icon img {
  width: 100%;
  max-height: 250px;
  -o-object-fit: cover;
     object-fit: cover;
}
.page-jak-tridit .section__desatero .col-desatero__list .col-desatero__item-text {
  padding: 36px 18px;
  max-height: 284px;
  min-height: 284px;
  position: relative;
  -webkit-transition: max-height 0.5s ease;
  transition: max-height 0.5s ease;
  position: absolute;
  background: white;
  bottom: 0;
}
.page-jak-tridit .section__desatero .col-desatero__list .col-desatero__item-text:hover {
  max-height: 500px;
}
.page-jak-tridit .section__desatero .col-desatero__list .col-desatero__item-text::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 45px;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), color-stop(25%, rgba(255, 255, 255, 0.8784313725)), color-stop(50%, rgba(255, 255, 255, 0.9882352941)), to(white));
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.8784313725) 25%, rgba(255, 255, 255, 0.9882352941) 50%, white 100%);
  pointer-events: none;
}
.page-jak-tridit .section__desatero .col-desatero__list .col-desatero__item-text h3 {
  color: #000;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 28px;
  /* 140% */
}
.page-jak-tridit .section__desatero .col-desatero__list .col-desatero__item-text p {
  overflow: hidden;
  color: black;
  margin-top: 16px;
  font-family: Roboto;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 20px;
  /* 142.857% */
  opacity: 0.7;
  margin-top: 0px;
}
.page-jak-tridit .section__sorter {
  margin-bottom: 148px !important;
}
.page-jak-tridit .text__name {
  color: #000;
  font-size: 37.1px !important;
  font-style: normal;
  font-weight: 700 !important;
  line-height: 44.54px !important;
  /* 120.054% */
}
.page-jak-tridit .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-jak-tridit .text p {
  margin-top: 1.5rem;
  margin-bottom: 3rem;
}
.page-jak-tridit .text__inner img {
  max-width: 100%;
  height: auto;
}
.page-jak-tridit .text__name {
  font-size: 1.6rem;
  line-height: 1.5;
  font-weight: 600;
  font-family: "helvetica";
  margin-bottom: 1.5rem;
}
.page-jak-tridit .section__sorter .text {
  max-width: 107.4rem;
  margin-left: auto;
  margin-right: auto;
}
.page-jak-tridit .section__sorter .photo__wrapper {
  max-width: 117.4rem !important;
  margin-left: auto;
  margin-right: auto;
}
.page-jak-tridit .section__sorter .slick-list.draggable::before {
  content: " ";
  position: absolute;
  left: -1000px;
  width: 1000px;
  height: 102%;
  background: #f6f7f9;
  z-index: 1;
}
.page-jak-tridit .section__sorter .photo .slick-list {
  overflow: visible;
}
.page-jak-tridit .section__sorter .photo {
  width: 100% !important;
}

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

.page-submenu {
  width: 100%;
  background: #346834;
  padding: 21px 10px;
  overflow-x: auto;
  white-space: nowrap;
  -webkit-overflow-scrolling: touch;
}
.page-submenu.scrolled {
  position: sticky;
  left: 0;
  top: 95px;
  z-index: 499;
}
@media (max-width: 1240px) {
  .page-submenu.scrolled {
    top: 90px;
  }
}
.page-submenu ul {
  -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;
  gap: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  margin: 0 auto;
  list-style: none;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}
.page-submenu ul li {
  marker: none;
  list-style: none;
}
.page-submenu ul li a {
  color: white;
  font-size: 13px;
  font-style: normal;
  font-weight: 500;
  line-height: 25.98px; /* 199.846% */
  text-transform: uppercase;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.page-submenu ul li a:hover {
  color: #cecece;
}

.mt-10px {
  margin-top: 10px;
}

.page-download .section__text {
  padding-top: 130px !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10px;
}
.page-download .section {
  margin-top: -9rem;
  padding-top: 9rem;
  margin-bottom: 7rem;
  padding-left: 9.2rem;
  padding-right: 9.2rem;
}
@media (max-width: 640px) {
  .page-download .section {
    padding-left: 2.2rem;
    padding-right: 2.2rem;
  }
}

.rozbor-item.active, .rozbor-item:hover {
  background: #ede8e8 !important;
}

.row-grid-cosodpady {
  margin-top: 32px !important;
}

.site-header__special:hover {
  webkit-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
  filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
}

.sendBtn.button-green {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.sendBtn.button-green:hover {
  background-color: #cacaca;
}

.container {
  max-width: 1187px !important;
  margin-left: auto;
  margin-right: auto;
}

.section__links .title,
.section__downloads .title,
.section__gallery .section__gallery-top,
.section__gallery .photo__wrapper,
.section__news .tile-slider__top,
.section__news .tile-slider {
  max-width: 1269px !important;
  margin-left: auto;
  margin-right: auto;
}

.section__links .links,
.section__downloads .cards,
.site-footer__top-main-wrapper {
  max-width: 1188px !important;
  margin-left: auto;
  margin-right: auto;
}

.section__hero {
  max-width: 1470px !important;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.section__gallery .slick-list.draggable::before {
  content: " ";
  position: absolute;
  left: -1000px;
  width: 1000px;
  height: 100%;
  background: #f0f2f5;
  z-index: 1;
}
.section__gallery .photo .slick-list {
  overflow: visible;
}
.section__gallery .photo {
  width: 100% !important;
}

.page-home .section {
  margin-top: -14rem !important;
  padding-top: 14rem !important;
}

.section__text {
  max-width: 1269px !important;
  margin: 0 auto;
  padding: 0 !important;
  padding-top: 150px !important;
  padding-bottom: 50px !important;
}

/* COMPONENTS */
/* common border radius */
/* disable text selection */
/* common border radius */
/* disable text selection */
/*	Defined widths
--------------------------------------- */
a.btn,
.editor-styles-wrapper .gt-block a.btn {
  min-width: 180px;
  padding: 11px 14px;
  margin: 0 8px 12px 0;
  display: inline-block;
  vertical-align: top;
  border-radius: 9px;
  background: red;
  color: white;
  font-size: 14px;
  line-height: 20px;
  font-weight: bold;
  text-transform: uppercase;
  text-align: center;
  text-decoration: none !important;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
a.btn:hover,
.editor-styles-wrapper .gt-block a.btn:hover {
  background: white;
  color: red;
  -webkit-box-shadow: 0px 15px 20px rgba(0, 0, 0, 0.16);
          box-shadow: 0px 15px 20px rgba(0, 0, 0, 0.16);
}

.button-green {
  font-size: 1.6rem;
  line-height: 1.23;
  font-weight: 600;
  font-family: "helvetica";
  padding: 2rem 6rem;
  border-radius: 6px;
  background-color: #346834;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #ffffff;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}
.button-green p {
  font-size: 1.6rem;
  line-height: 1.23;
  font-weight: 600;
  font-family: "helvetica";
}

.button-blue {
  font-family: "roboto";
  font-size: 1.2rem;
  font-weight: 500;
  line-height: 1.3;
  padding: 0.4rem 0.8rem;
  border-radius: 3px;
  background-color: #003366;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #ffffff;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  text-transform: uppercase;
}
@media screen and (max-width: 1000px) {
  .button-blue {
    font-size: 2rem;
  }
}
@media screen and (max-width: 650px) {
  .button-blue {
    font-size: 2.5rem;
  }
}

/* #endregion */
/* common border radius */
/* disable text selection */
.icheckbox {
  width: 60px;
  height: 60px;
  margin: 0 30px 0 0;
  display: inline-block;
  vertical-align: top;
  background: white;
  border: 1px solid #D3D0D0;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.icheckbox:after {
  content: " ";
  background-repeat: no-repeat;
  background-position: center center;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18.385' height='18.385' viewBox='0 0 18.385 18.385'%3E%3Cg id='Group_349' data-name='Group 349' transform='translate(9.087 -33.129) rotate(45)'%3E%3Cg id='Group_27' data-name='Group 27' transform='translate(17.955 17.955)'%3E%3Crect id='Rectangle_20' data-name='Rectangle 20' width='24' height='2' rx='1' transform='translate(11.045 23.896) rotate(-90)' fill='%23fff'/%3E%3Crect id='Rectangle_27' data-name='Rectangle 27' width='24' height='2' rx='1' transform='translate(0.045 10.896)' fill='%23fff'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E%0A");
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  overflow: hidden;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  opacity: 0;
}
.icheckbox.hover {
  border-color: black;
}
.icheckbox.checked {
  background: red;
  border-color: red;
}
.icheckbox.checked:after {
  opacity: 1;
}

/* common border radius */
/* disable text selection */
/* common border radius */
/* disable text selection */
/*	Defined widths
--------------------------------------- */
.slick-arrow {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: absolute;
  top: 50%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 2.6rem auto;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  position: absolute;
  z-index: 10;
  height: 5rem;
  width: 5rem;
  background-color: #346834;
  font-size: 0;
  -webkit-transform: translateY(-2.1rem);
          transform: translateY(-2.1rem);
  cursor: pointer;
}
.slick-arrow::after {
  content: "";
  display: block;
  background-image: url("../images/white-arrow.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  height: 2rem;
  width: 2rem;
}
.slick-arrow:hover {
  background-color: #cacaca;
}
.slick-arrow.slick-prev::after {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
.slick-arrow.slick-next::after {
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
}
.slick-arrow.slick-hidden, .slick-arrow.slick-disabled {
  display: none;
}

.slick-dots {
  width: 100%;
  list-style: none;
  text-align: center;
}
.slick-dots li {
  padding: 0 1.4rem;
  display: inline-block;
  vertical-align: top;
}
.slick-dots li button {
  width: 1.2rem;
  height: 1.2rem;
  display: block;
  overflow: hidden;
  white-space: nowrap;
  text-indent: 50px;
  border-radius: 50%;
  background: #C4C6CF;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  cursor: pointer;
}
.slick-dots li button:hover {
  background: black;
}
.slick-dots li.slick-active button {
  background: black;
}

/* common border radius */
/* disable text selection */
/*	Defined widths
--------------------------------------- */
.single-tile {
  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: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  background-color: #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);
  width: 40.4rem;
  height: 57.3rem;
  margin: 1.2rem;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.single-tile__top {
  padding: 4rem;
}
.single-tile__author {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 2.8rem;
}
.single-tile__author img {
  width: 4.8rem;
  height: 4.8rem;
  border-radius: 50%;
  margin-right: 1.2rem;
}
.single-tile__name {
  font-family: "helvetica";
  font-size: 2rem;
  font-weight: 600;
  line-height: 1.4;
  font-style: normal;
}
.single-tile__time {
  font-family: "roboto";
  font-weight: 500;
  line-height: 1.4;
  font-size: 1.4rem;
  letter-spacing: 0.4px;
  font-style: normal;
}
.single-tile__title {
  font-family: "helvetica";
  font-size: 2rem;
  font-weight: 600;
  line-height: 1.4;
  font-style: normal;
  margin-bottom: 1.6rem;
}
.single-tile__excerpt {
  font-family: "roboto";
  font-weight: 400;
  font-size: 1.4rem;
  line-height: 1.4;
  font-style: normal;
  margin-bottom: 1.6rem;
}
.single-tile__bottom {
  position: relative;
  background-size: cover;
  background-repeat: no-repeat;
  height: 25rem;
}
.single-tile__thumbnail {
  width: 100%;
  height: auto;
}
.single-tile__tags {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 2.4rem;
}
.single-tile__tag {
  font-family: "roboto";
  font-weight: 500;
  line-height: 1.4;
  font-size: 1.4rem;
  letter-spacing: 0.4px;
  padding: 0.4rem 1.6rem;
  background: #ffffff;
  border-radius: 32px;
  font-style: normal;
  color: #003366;
  margin-right: 0.8rem;
}
.single-tile:hover {
  -webkit-transform: translateY(-1rem);
          transform: translateY(-1rem);
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
@media (max-width: 640px) {
  .single-tile:hover {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

/* common border radius */
/* disable text selection */
/*	Defined widths
--------------------------------------- */
.form-hp {
  background-color: #ffffff;
  padding: 4.8rem;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  max-width: 100vw;
  /* loading */
}
.form-hp__top {
  padding: 5rem 0;
  width: 100%;
}
@media (max-width: 640px) {
  .form-hp__top {
    padding-left: 2.2rem;
    padding-right: 2.2rem;
  }
}
.form-hp .inputs {
  display: grid;
  grid-template-columns: 50% 50%;
}
@media (max-width: 1060px) {
  .form-hp .inputs {
    grid-template-columns: 100%;
  }
}
.form-hp .input {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.form-hp .input::-webkit-input-placeholder {
  font-family: "roboto";
  font-weight: 400;
  font-size: 1.4rem;
  line-height: 1.4;
  color: #666666;
}
.form-hp .input::-moz-placeholder {
  font-family: "roboto";
  font-weight: 400;
  font-size: 1.4rem;
  line-height: 1.4;
  color: #666666;
}
.form-hp .input:-ms-input-placeholder {
  font-family: "roboto";
  font-weight: 400;
  font-size: 1.4rem;
  line-height: 1.4;
  color: #666666;
}
.form-hp .input::-ms-input-placeholder {
  font-family: "roboto";
  font-weight: 400;
  font-size: 1.4rem;
  line-height: 1.4;
  color: #666666;
}
.form-hp .input::placeholder {
  font-family: "roboto";
  font-weight: 400;
  font-size: 1.4rem;
  line-height: 1.4;
  color: #666666;
}
.form-hp .input input,
.form-hp .input select,
.form-hp .input textarea {
  background-color: rgba(110, 140, 184, 0.04);
  border: 1px solid #6E8CB8;
  padding: 1.4rem 2.2rem;
  width: 100%;
}
.form-hp .input input {
  height: 4.8rem;
}
.form-hp .input select {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
}
.form-hp .input textarea {
  height: 16.7rem;
}
.form-hp .input label {
  font-family: "roboto";
  font-weight: 400;
  font-size: 1.4rem;
  line-height: 1.7;
  color: #000000;
  margin-bottom: 0.7rem;
}
.form-hp .input:not(:last-of-type) {
  margin-bottom: 4rem;
}
.form-hp .input__topic {
  position: relative;
}
.form-hp .select-wrapper {
  position: relative;
}
.form-hp .select-wrapper::after {
  content: "";
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-image: url("../images/black-arrow.svg");
  height: 5rem;
  width: 1.5rem;
  position: absolute;
  right: 1rem;
  bottom: 0;
  background-repeat: no-repeat;
  z-index: 40;
  background-size: contain;
  background-position: center;
  pointer-events: none;
}
.form-hp .column {
  width: 33.2rem;
}
.form-hp .column__first {
  margin-right: 2rem;
}
.form-hp .column__second {
  margin-left: 2rem;
  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: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (max-width: 1060px) {
  .form-hp .column__second {
    margin-top: 4rem;
  }
}
@media (max-width: 1060px) {
  .form-hp .column {
    margin-left: 0;
    margin-right: 0;
  }
}
.form-hp .gdpr {
  font-family: "roboto";
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 1.3;
  cursor: default;
}
.form-hp .gdpr a {
  cursor: pointer;
  text-decoration: underline;
}
.form-hp .errorEmpty,
.form-hp .errorFormat {
  font-family: "roboto";
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 1.3;
  margin-top: 1rem;
}
.form-hp .button__send {
  text-transform: uppercase;
}
.form-hp .button__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  margin-top: 2rem;
}
.form-hp span.errorEmpty,
.form-hp span.errorFormat,
.form-hp span.errorData {
  display: block;
  overflow: hidden;
  color: red;
  font-size: 14px;
  line-height: 16px;
  font-weight: bold;
  opacity: 1;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  max-height: 0px;
  padding: 0;
  opacity: 0;
}
.form-hp .hasErrorEmpty span.errorEmpty,
.form-hp .hasErrorFormat span.errorFormat,
.form-hp .hasErrorData span.errorData {
  max-height: 40px;
  padding: 4px 0 6px 0;
  opacity: 1;
}
.form-hp:before {
  content: " ";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  overflow: hidden;
  height: 0px;
  z-index: 100;
  opacity: 0;
  background: rgba(0, 0, 0, 0.6);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.form-hp.loading:before {
  height: 100%;
  opacity: 1;
}
.form-hp .sent {
  margin-top: 5rem;
  margin-bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: #2A6543;
  padding: 2rem;
  color: #ffffff;
  border-radius: 6px;
}
.form-hp .sent .iconOk {
  margin: 0;
}

/* PAGES (better to include direct CSS file on the page) */
/*@import url(pages/XXX.scss);*/
/* BLOCKS  (better to include direct CSS file with the block) */
/* common border radius */
/* disable text selection */
section.gt-block,
.editor-styles-wrapper section.gt-block {
  position: relative;
}
section.gt-block .center,
.editor-styles-wrapper section.gt-block .center {
  width: 1140px;
  margin: 0 auto;
  position: relative;
}
@media screen and (max-width: 1200px) {
  section.gt-block .center,
  .editor-styles-wrapper section.gt-block .center {
    width: auto;
    margin: 0 30px;
  }
}

/*@import url(blocks/XXX.scss);*/