@import url("https://fonts.googleapis.com/css?family=Poppins:300,400,500,700&display=swap");
#IMG_PREVIEW {
  position: absolute;
  width: 100%;
  top: 0;
  left: 50%;
  z-index: 999999;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  opacity: 0.88;
}

#IMG_PREVIEW:hover {
  opacity: 0.16;
}

#DEBUG_BUTTON {
  width: 120px;
  height: 50px;
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.6);
  color: #fff;
  z-index: 999999;
  position: fixed;
  left: calc(50% - 25px);
  top: calc(50% - 25px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  cursor: pointer;
}

#DEBUG_BUTTON.B2 {
  top: calc(55% - 25px);
}

.NO_OVERFLOW {
  overflow: hidden;
}

body {
  margin: 0;
  padding: 0;
  font-family: Poppins;
  color: #363636;
}

a {
  text-decoration: none;
  cursor: pointer;
}

figure {
  margin: 0;
}

button:focus {
  outline: none;
}

.hidden {
  display: none !important;
}

.logolink {
  cursor: pointer;
}

.top-logo {
  width: 13vw;
  padding: 1.2vw 2vw;
  position: fixed;
  top: 0.64vw;
  left: 15.2vw;
  -webkit-transition: 0.6s;
  transition: 0.6s;
  z-index: 800;
}

.top-logo img {
  width: 100%;
}

@media all and (max-width: 949px) {
  .top-logo img {
    width: 86%;
    padding: 10% 4%;
  }
}

@media all and (max-width: 1099px) {
  .top-logo {
    top: 1.64vw;
  }
}

@media all and (max-width: 949px) {
  .top-logo {
    width: 24%;
    height: 10vw;
    padding: 0;
    top: 0;
    left: 0;
  }
}

@media all and (max-width: 799px) {
  .top-logo {
    display: none;
  }
}

.top-logo.bordered {
  background: rgba(255, 255, 255, 0.88);
  border-radius: 2vw;
}

@media all and (max-width: 949px) {
  .top-logo.bordered {
    background: #fff;
    border-radius: 0;
    border-bottom: 1px solid #eaeaea;
  }
}

nav.top-bar {
  width: 41.4vw;
  height: 4.6vw;
  border-radius: 0 0 0.8vw 0.8vw;
  padding: 0 2vw 2vw;
  position: fixed;
  left: 40.7vw;
  -webkit-transition: 0.6s;
  transition: 0.6s;
  z-index: 800;
}

@media all and (max-width: 1099px) {
  nav.top-bar {
    width: 43vw;
    height: 6vw;
    padding: 0 1.2vw 1.2vw;
    left: 43vw;
  }
}

@media all and (max-width: 949px) {
  nav.top-bar {
    width: 72%;
    height: 8vw;
    padding: 0 4% 2vw 0;
    left: 24%;
    border-radius: 0;
  }
}

@media all and (max-width: 799px) {
  nav.top-bar {
    display: none;
  }
}

nav.top-bar.bordered {
  background: #fff;
  border: 1px solid #eaeaea;
  border-top: 0;
}

@media all and (max-width: 949px) {
  nav.top-bar.bordered {
    border-left: 0;
  }
}

nav.top-bar .top {
  width: 40vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

@media all and (max-width: 949px) {
  nav.top-bar .top {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}

nav.top-bar .top a {
  width: 1.22vw;
  height: 1.22vw;
  color: #fff;
  background: #8ea930;
  font-size: 0.7vw;
  margin: 0.4vw 0 0 0.4vw;
  border-radius: 50%;
  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;
}

@media all and (max-width: 1099px) {
  nav.top-bar .top a {
    width: 2vw;
    height: 2vw;
    font-size: 1.12vw;
  }
}

@media all and (max-width: 949px) {
  nav.top-bar .top a {
    width: 26px;
    height: 26px;
    font-size: 14px;
    margin: 3px 6px 3px 0;
  }
}

nav.top-bar .bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 0.66vw;
}

nav.top-bar .bottom a {
  color: #2f6fa9;
  background: transparent;
  font-size: 0.8vw;
  font-weight: 600;
  padding: 0.6vw 1.5vw;
  border-radius: 1.033vw;
  -webkit-transition: 0.6s;
  transition: 0.6s;
}

@media all and (max-width: 1099px) {
  nav.top-bar .bottom a {
    font-size: 1vw;
    padding: 0.6vw 0.86vw;
  }
}

@media all and (max-width: 949px) {
  nav.top-bar .bottom a {
    font-size: 14px;
    padding: 6px 16px;
  }
}

@media all and (max-width: 899px) {
  nav.top-bar .bottom a {
    font-size: 12px;
  }
}

nav.top-bar .bottom a:hover {
  background: #8ea930;
}

nav.top-bar .bottom a.active {
  color: #fff;
  background: #8ea930;
  font-weight: 400;
}

nav.top-bar-mobile {
  width: 100%;
  height: 48px;
  background: #fff;
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  border-bottom: 1px solid #8ea930;
  z-index: 800;
}

nav.top-bar-mobile img {
  height: 78%;
  padding: 6px 8px;
}

nav.top-bar-mobile .hamburger {
  padding: 12px 5px;
  float: right;
}

nav.top-bar-mobile .hamburger .hamburger-inner, nav.top-bar-mobile .hamburger .hamburger-inner::before, nav.top-bar-mobile .hamburger .hamburger-inner:after {
  background: #8ea930;
}

@media all and (max-width: 799px) {
  nav.top-bar-mobile {
    display: block;
  }
}

nav.mobile-menu {
  width: calc(250px - 2 * 18px);
  height: 100%;
  background: #fff;
  position: fixed;
  top: 0;
  left: 0;
  border-right: 1px dotted #8ea930;
  font-size: 14px;
  padding: 0 18px;
  -webkit-transition: 0.8s;
  transition: 0.8s;
  z-index: 801;
  overflow-y: scroll;
}

nav.mobile-menu a {
  color: #8ea930;
}

nav.mobile-menu a.smaller {
  font-size: 13px;
}

nav.mobile-menu img {
  height: 56px;
  padding: 10px 0 8px 0;
  margin-left: -8px;
}

nav.mobile-menu ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

nav.mobile-menu ul li a {
  font-size: 16px;
  padding: 2px 0;
}

nav.mobile-menu.lefted {
  left: -400px;
}

.page-section {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  position: relative;
}

@media all and (max-width: 949px) {
  .page-section {
    margin-top: 40px;
  }
  .page-section:nth-child(1) {
    margin: 0;
    padding-top: 2vw;
  }
}

@media all and (max-width: 799px) {
  .page-section:nth-child(1) {
    margin: 0;
    padding-top: 0;
  }
}

.page-section .dividing-line {
  border-left: 1px solid #edf1e3;
}

.page-section .dividing-line.wysiwyg-container {
  padding-left: 1.7vw;
}

@media all and (max-width: 949px) {
  .page-section .dividing-line.wysiwyg-container {
    padding-left: 16px;
  }
}

@media all and (max-width: 799px) {
  .page-section .dividing-line.wysiwyg-container {
    border-left: 0;
    padding-left: 0;
  }
}

@media all and (max-width: 799px) {
  .page-section .dividing-line {
    border-left: 0;
    padding-left: 0;
  }
}

.page-section .bg-image {
  background-size: 100% auto;
  background-repeat: no-repeat;
  position: absolute;
  z-index: -6;
}

@media all and (max-width: 799px) {
  .page-section .bg-image {
    display: none;
  }
}

.page-section .gizmo-bar {
  width: 100%;
  height: 38px;
  background: url("../img/gizmo.png") no-repeat;
  background-size: 38px;
  background-position: center;
}

.page-section .flex-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.page-section .circle {
  position: absolute;
}

.page-section .circle.fat:after {
  content: '';
  width: calc(100% + 2vw);
  height: calc(100% + 2vw);
  position: absolute;
  top: -2.32vw;
  left: -2.32vw;
  display: block;
  border: 1.3vw solid #fff;
  border-radius: 50%;
}

.page-section .circle.thin:after {
  content: '';
  width: calc(100% + 1.7vw);
  height: calc(100% + 1.7vw);
  position: absolute;
  top: -1.48vw;
  left: -1.48vw;
  display: block;
  border: 0.7vw solid #fff;
  border-radius: 50%;
}

.page-section .circle .img-container {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  border-radius: 50%;
  -webkit-box-shadow: 0 0 5.5vw #b8b8b8;
          box-shadow: 0 0 5.5vw #b8b8b8;
}

.page-section .circle .img-container img {
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
}

.page-section .wysiwyg {
  font-size: 0.8vw;
  text-align: justify;
}

@media all and (max-width: 1099px) {
  .page-section .wysiwyg {
    font-size: 1vw;
  }
}

@media all and (max-width: 949px) {
  .page-section .wysiwyg {
    font-size: 12px;
  }
}

.page-section .wysiwyg h2, .page-section .wysiwyg h3 {
  text-transform: uppercase;
  margin: 0;
}

.page-section .wysiwyg h2 {
  font-size: 2.04vw;
  margin-top: -0.6vw;
  color: #8ea930;
}

@media all and (max-width: 949px) {
  .page-section .wysiwyg h2 {
    font-size: 22px;
  }
}

.page-section .wysiwyg h3 {
  margin-top: 0.2vw;
  margin-bottom: 1.4vw;
  font-weight: 400;
  color: #2f6fa9;
}

@media all and (max-width: 949px) {
  .page-section .wysiwyg h3 {
    font-size: 16px;
  }
}

.page-section .wysiwyg p {
  margin: 0;
  margin-bottom: 1vw;
}

.page-section .wysiwyg ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.page-section .wysiwyg ul li {
  width: 96%;
  position: relative;
  left: 0.6vw;
}

.page-section .wysiwyg ul li:before {
  content: '\f054';
  font: normal normal normal 0.5vw FontAwesome;
  color: #8ea930;
  position: absolute;
  top: 0.4vw;
  left: -0.48vw;
}

@media all and (max-width: 1099px) {
  .page-section .wysiwyg ul li:before {
    font: normal normal normal 0.66vw FontAwesome;
    top: 0.3vw;
  }
}

@media all and (max-width: 1099px) {
  .page-section .wysiwyg ul li:before {
    font: normal normal normal 8px FontAwesome;
    top: 5px;
    left: -6px;
  }
}

.page-section .wysiwyg i.fa {
  color: #8ea930;
}

.page-section .vertical-title {
  position: absolute;
  color: #e7efda;
  font-size: 3.8vw;
  font-weight: 600;
  text-transform: uppercase;
  text-align: right;
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
}

@media all and (max-width: 799px) {
  .page-section .vertical-title {
    display: none;
  }
}

.page-section.first .flex-images {
  width: 41.5vw;
  position: relative;
}

@media all and (max-width: 949px) {
  .page-section.first .flex-images {
    display: none;
  }
}

.page-section.first .flex-images .circle.c1 {
  width: 50vw;
  height: 50vw;
  top: -11vw;
  left: -11vw;
}

.page-section.first .flex-images .circle.c1 img {
  width: auto;
  height: 80%;
  top: 10.8vw;
  left: 10.8vw;
}

.page-section.first .flex-text {
  width: calc(58.5vw - 17px);
  height: 90%;
  padding-top: 9vw;
}

@media all and (max-width: 949px) {
  .page-section.first .flex-text {
    width: 80%;
    padding-left: 2.5%;
  }
}

@media all and (max-width: 799px) {
  .page-section.first .flex-text {
    width: calc(100% - 32px);
    margin: 0 auto;
    padding-top: 56px;
    padding-left: 0;
  }
}

.page-section.first .flex-text .advantage-icons {
  width: 18%;
  min-height: 30vw;
  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;
  margin-top: -1vw;
}

@media all and (max-width: 1099px) {
  .page-section.first .flex-text .advantage-icons {
    width: 20%;
    margin-left: -1.5%;
  }
}

@media all and (max-width: 799px) {
  .page-section.first .flex-text .advantage-icons {
    width: 80%;
    margin: 0 auto;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    margin-bottom: 20px;
  }
}

@media all and (max-width: 599px) {
  .page-section.first .flex-text .advantage-icons {
    width: 100%;
  }
}

@media all and (max-width: 449px) {
  .page-section.first .flex-text .advantage-icons {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.page-section.first .flex-text .advantage-icons .icon {
  height: 33%;
  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;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media all and (max-width: 1099px) {
  .page-section.first .flex-text .advantage-icons .icon {
    height: 30%;
  }
}

@media all and (max-width: 799px) {
  .page-section.first .flex-text .advantage-icons .icon {
    width: 26%;
    height: 30%;
    padding-top: 26px;
  }
}

@media all and (max-width: 599px) {
  .page-section.first .flex-text .advantage-icons .icon {
    width: 118px;
  }
}

.page-section.first .flex-text .advantage-icons .icon figure.svg {
  width: 5vw;
  height: 5vw;
  border: 0.4vw solid #8ea930;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media all and (max-width: 799px) {
  .page-section.first .flex-text .advantage-icons .icon figure.svg {
    width: 100px;
    height: 100px;
    border-width: 5px;
  }
}

.page-section.first .flex-text .advantage-icons .icon figure.svg:before {
  content: '';
  width: 6.4vw;
  height: 6.4vw;
  border: 0.08vw solid #8ea930;
  border-radius: 50%;
  position: absolute;
}

@media all and (max-width: 799px) {
  .page-section.first .flex-text .advantage-icons .icon figure.svg:before {
    width: 120px;
    height: 120px;
    border-width: 2px;
  }
}

.page-section.first .flex-text .advantage-icons .icon figure.svg.svg-1 svg {
  width: 68%;
}

.page-section.first .flex-text .advantage-icons .icon figure.svg svg {
  width: 56%;
  fill: #8ea930;
}

@media all and (max-width: 799px) {
  .page-section.first .flex-text .advantage-icons .icon figure.svg svg {
    width: 62%;
  }
}

.page-section.first .flex-text .advantage-icons .icon figcaption {
  font-size: 0.72vw;
  font-weight: 600;
  text-align: center;
}

@media all and (max-width: 1099px) {
  .page-section.first .flex-text .advantage-icons .icon figcaption {
    font-size: 1vw;
    font-weight: 500;
  }
}

@media all and (max-width: 949px) {
  .page-section.first .flex-text .advantage-icons .icon figcaption {
    font-size: 12px;
    font-weight: 500;
  }
}

@media all and (max-width: 799px) {
  .page-section.first .flex-text .advantage-icons .icon figcaption {
    padding-top: 14px;
    font-size: 14px;
  }
}

.page-section.first .flex-text .wysiwyg-container {
  width: 49.5%;
  position: relative;
}

@media all and (max-width: 949px) {
  .page-section.first .flex-text .wysiwyg-container {
    width: 77%;
  }
}

@media all and (max-width: 799px) {
  .page-section.first .flex-text .wysiwyg-container {
    width: 100%;
    padding-left: 0;
  }
}

.page-section.first .flex-text .vertical-title {
  top: 10.74vw;
  right: -10.5vw;
}

.page-section.first .flex-text .bottom-links {
  width: 40.25vw;
  height: 3vw;
  margin-top: 0.7vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

@media all and (max-width: 949px) {
  .page-section.first .flex-text .bottom-links {
    width: 98.8%;
  }
}

.page-section.first .flex-text .bottom-links a {
  width: 1.66vw;
  height: 1.66vw;
  background: #004f6e;
  color: #fff;
  font-size: 0.8vw;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-left: 0.5vw;
}

@media all and (max-width: 1099px) {
  .page-section.first .flex-text .bottom-links a {
    width: 2vw;
    height: 2vw;
    font-size: 1.3vw;
  }
}

@media all and (max-width: 949px) {
  .page-section.first .flex-text .bottom-links a {
    width: 26px;
    height: 26px;
    font-size: 16px;
  }
}

.page-section.first .bg-image {
  background-image: url("../img/dorko-bg-s1.jpg");
  width: 24.6vw;
  height: 66vw;
  right: 0;
}

.page-section.second {
  margin-top: -1vw;
}

@media all and (max-width: 799px) {
  .page-section.second {
    margin-top: 20px;
  }
}

.page-section.second .flex-text {
  width: 22vw;
  padding-left: 16.4vw;
}

@media all and (max-width: 949px) {
  .page-section.second .flex-text {
    width: 40vw;
    padding-left: 17vw;
  }
}

@media all and (max-width: 799px) {
  .page-section.second .flex-text {
    width: calc(100% - 32px);
    margin: 0 auto;
    padding-left: 0;
  }
}

.page-section.second .flex-text .wysiwyg-container {
  position: relative;
}

.page-section.second .flex-text .wysiwyg-container .vertical-title {
  top: 7.36vw;
  left: -12.5vw;
}

.page-section.second .flex-text .wysiwyg-container .wysiwyg {
  width: 18vw;
}

@media all and (max-width: 949px) {
  .page-section.second .flex-text .wysiwyg-container .wysiwyg {
    width: 36vw;
  }
}

@media all and (max-width: 799px) {
  .page-section.second .flex-text .wysiwyg-container .wysiwyg {
    width: 100%;
  }
}

.page-section.second .flex-images {
  width: calc(44.8vw - 17px);
}

@media all and (max-width: 949px) {
  .page-section.second .flex-images {
    width: calc(40.8vw - 17px);
  }
}

.page-section.second .flex-images .slider {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
}

@media all and (max-width: 799px) {
  .page-section.second .flex-images .slider {
    display: none;
  }
}

.page-section.second .flex-images .slider nav {
  width: 50%;
  position: absolute;
  top: 18vw;
  margin: 2.2vw auto 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media all and (max-width: 949px) {
  .page-section.second .flex-images .slider nav {
    width: 36vw;
    top: 24vw;
  }
}

.page-section.second .flex-images .slider nav button {
  width: 1.13vw;
  height: 1.13vw;
  background: #d3dfa9;
  border: 0;
  border-radius: 50%;
  padding: 0;
  margin: 0 0.38vw;
  cursor: pointer;
  -webkit-transition: 0.25s;
  transition: 0.25s;
}

@media all and (max-width: 949px) {
  .page-section.second .flex-images .slider nav button {
    width: 16px;
    height: 16px;
  }
}

.page-section.second .flex-images .slider nav button.active, .page-section.second .flex-images .slider nav button:hover {
  background: #8ea930;
}

.page-section.second .flex-images .slider .slide {
  width: 25%;
}

@media all and (max-width: 949px) {
  .page-section.second .flex-images .slider .slide {
    width: 50%;
  }
}

.page-section.second .flex-images .slider .slide:nth-child(odd) figure {
  margin-top: 4vw;
}

.page-section.second .flex-images .slider .slide:nth-child(odd) figcaption {
  top: 14vw;
}

@media all and (max-width: 949px) {
  .page-section.second .flex-images .slider .slide:nth-child(odd) figcaption {
    top: 20vw;
  }
}

.page-section.second .flex-images .slider .slide:nth-child(even) figure {
  margin-top: 8vw;
}

@media all and (max-width: 949px) {
  .page-section.second .flex-images .slider .slide:nth-child(even) figure {
    margin-top: 4vw;
  }
}

.page-section.second .flex-images .slider .slide:nth-child(even) figcaption {
  top: 18vw;
}

@media all and (max-width: 949px) {
  .page-section.second .flex-images .slider .slide:nth-child(even) figcaption {
    top: 20vw;
  }
}

.page-section.second .flex-images .slider .slide.animated figure {
  -webkit-transform: scale(1);
          transform: scale(1);
  z-index: 12;
}

.page-section.second .flex-images .slider .slide.animated figcaption {
  display: block;
}

@media all and (min-width: 950px) {
  .page-section.second .flex-images .slider .slide.topped_big figure {
    -webkit-transform: scale(1);
            transform: scale(1);
    z-index: 10;
  }
}

@media all and (min-width: 950px) {
  .page-section.second .flex-images .slider .slide.titled_big figcaption {
    display: block;
  }
}

@media all and (max-width: 949px) {
  .page-section.second .flex-images .slider .slide.topped_small figure {
    -webkit-transform: scale(1);
            transform: scale(1);
    z-index: 10;
  }
}

@media all and (max-width: 949px) {
  .page-section.second .flex-images .slider .slide.titled_small figcaption {
    display: block;
  }
}

.page-section.second .flex-images .slider .slide figure {
  width: 10vw;
  height: 10vw;
  position: absolute;
  margin: 0 auto;
  border-radius: 50%;
  overflow: hidden;
  -webkit-transition: 0.6s;
  transition: 0.6s;
  -webkit-transform: scale(0);
          transform: scale(0);
  z-index: 8;
}

@media all and (max-width: 949px) {
  .page-section.second .flex-images .slider .slide figure {
    width: 16vw;
    height: 16vw;
  }
}

.page-section.second .flex-images .slider .slide figure img {
  width: 120%;
  height: 120%;
  position: absolute;
}

.page-section.second .flex-images .slider .slide figcaption {
  width: 10vw;
  display: none;
  font-size: 0.96vw;
  font-weight: 500;
  text-align: center;
  margin-top: 1vw;
  position: absolute;
}

@media all and (max-width: 949px) {
  .page-section.second .flex-images .slider .slide figcaption {
    font-size: 14px;
    width: 16vw;
  }
}

.page-section.second .flex-images .slider .slide.truskawka img {
  top: -14%;
  left: -10%;
}

.page-section.second .flex-images .slider .slide.malina img {
  top: -4%;
  left: -7%;
}

.page-section.second .flex-images .slider .slide.poziomka img {
  top: -10%;
  left: -7%;
}

.page-section.second .flex-images .slider .slide.jagoda img {
  top: -10%;
  left: -17%;
}

.page-section.second .bg-image {
  background-image: url("../img/dorko-bg-s2.jpg");
  width: 14.7vw;
  height: 21vw;
  top: 19.66vw;
}

@media all and (max-width: 949px) {
  .page-section.second .bg-image {
    width: 21vw;
    height: 28vw;
    top: 21.66vw;
  }
}

.page-section.third .content-wrapper {
  width: 66.6%;
  margin: 0 auto;
  margin-top: 2vw;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

@media all and (max-width: 949px) {
  .page-section.third .content-wrapper {
    width: 65.4%;
  }
}

@media all and (max-width: 799px) {
  .page-section.third .content-wrapper {
    width: calc(100% - 32px);
    margin: 0 auto;
  }
}

.page-section.third .content-wrapper .vertical-title {
  top: 9.8vw;
  left: -14.88vw;
}

.page-section.third .content-wrapper .wysiwyg {
  width: 100%;
}

.page-section.third .content-wrapper .wysiwyg h2, .page-section.third .content-wrapper .wysiwyg h3 {
  text-align: center;
}

.page-section.third .content-wrapper .flex-text {
  width: 54.2%;
  padding-left: 2.8%;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media all and (max-width: 949px) {
  .page-section.third .content-wrapper .flex-text {
    width: 100%;
    padding-left: 16px;
  }
}

@media all and (max-width: 799px) {
  .page-section.third .content-wrapper .flex-text {
    padding-left: 0;
  }
}

.page-section.third .content-wrapper .flex-text a {
  width: 17.5%;
  display: block;
  background: transparent;
  border: 1px solid #cdcdcd;
  border-radius: 0.4vw;
  padding: 2.5%;
  margin-bottom: 3%;
  cursor: pointer;
}

@media all and (max-width: 399px) {
  .page-section.third .content-wrapper .flex-text a {
    width: 42.78%;
  }
}

.page-section.third .content-wrapper .flex-text a img {
  width: 100%;
  height: 100%;
}

.page-section.third .content-wrapper .flex-images {
  width: 43%;
  position: relative;
}

@media all and (max-width: 949px) {
  .page-section.third .content-wrapper .flex-images {
    display: none;
  }
}

.page-section.third .content-wrapper .flex-images .circle.c2 {
  width: 31vw;
  height: 31vw;
  top: -7.75vw;
  left: 6vw;
}

.page-section.third .content-wrapper .flex-images .circle.c2 img {
  width: auto;
  height: 164%;
  top: -7.5vw;
  left: -11vw;
}

.page-section.third .content-wrapper .flex-images .circle.c3 {
  width: 16vw;
  height: 16vw;
  top: 11vw;
  left: 26vw;
}

.page-section.third .content-wrapper .flex-images .circle.c3 img {
  height: 109%;
  top: -1vw;
  left: -1.2vw;
}

.page-section.third .bg-image {
  background-image: url("../img/dorko-bg-s3.jpg");
  width: 34vw;
  height: 66vw;
  top: 22.2222vw;
  right: 8.7vw;
}

@media all and (max-width: 949px) {
  .page-section.third .bg-image {
    background-position: 12vw 0;
    width: 50vw;
    height: 30vw;
    top: 41vw;
    right: 0;
  }
}

.page-section.fourth {
  margin-top: 2.2vw;
}

.page-section.fourth .flex-images {
  width: 49.33vw;
  position: relative;
}

@media all and (max-width: 949px) {
  .page-section.fourth .flex-images {
    display: none;
  }
}

.page-section.fourth .flex-images .circle.c4 {
  width: 44vw;
  height: 44vw;
  top: 1.25vw;
}

.page-section.fourth .flex-images .circle.c4 img {
  width: auto;
  height: 103%;
  left: -1vw;
}

.page-section.fourth .flex-images .circle.c5 {
  width: 16vw;
  height: 16vw;
  top: -2vw;
  left: 29vw;
}

.page-section.fourth .flex-images .circle.c5 img {
  height: 116%;
  top: -2vw;
  left: -2vw;
}

.page-section.fourth .flex-text {
  width: 33vw;
  min-height: 42vw;
  margin-top: 2vw;
}

@media all and (max-width: 949px) {
  .page-section.fourth .flex-text {
    width: 64vw;
    padding-left: 17vw;
  }
}

@media all and (max-width: 799px) {
  .page-section.fourth .flex-text {
    width: calc(100% - 32px);
    margin: 0 auto;
    padding-left: 0;
  }
}

.page-section.fourth .flex-text .wysiwyg-container {
  position: relative;
}

.page-section.fourth .flex-text .wysiwyg-container .vertical-title {
  top: 8.8vw;
  left: 24vw;
}

@media all and (max-width: 949px) {
  .page-section.fourth .flex-text .wysiwyg-container .vertical-title {
    left: -13.3vw;
  }
}

.page-section.fourth .flex-text .wysiwyg-container .wysiwyg .link-container {
  margin-top: -0.8vw;
  margin-bottom: 1vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

@media all and (max-width: 1099px) {
  .page-section.fourth .flex-text .wysiwyg-container .wysiwyg .link-container {
    margin-top: -0.6vw;
  }
}

@media all and (max-width: 949px) {
  .page-section.fourth .flex-text .wysiwyg-container .wysiwyg .link-container {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: start;
  }
}

.page-section.fourth .flex-text .wysiwyg-container .wysiwyg .link-container a.pdf {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  color: #fff;
  background: #004f6e;
  border-radius: 3vw;
  padding: 0.24vw 1.44vw;
  font-size: 0.66vw;
  text-transform: lowercase;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transition: 0.6s;
  transition: 0.6s;
}

@media all and (max-width: 1599px) {
  .page-section.fourth .flex-text .wysiwyg-container .wysiwyg .link-container a.pdf {
    font-size: 12px;
    padding: 2px 12px;
  }
}

.page-section.fourth .flex-text .wysiwyg-container .wysiwyg .link-container a.pdf i {
  color: #fff;
  font-size: 0.66vw;
  margin-right: 0.5vw;
}

@media all and (max-width: 1599px) {
  .page-section.fourth .flex-text .wysiwyg-container .wysiwyg .link-container a.pdf i {
    font-size: 12px;
    margin-right: 6px;
  }
}

.page-section.fourth .flex-text .wysiwyg-container .wysiwyg button.rozwijacz {
  width: 100%;
  background: #8ea930;
  color: #fff;
  border: 1px solid #8ea930;
  border-radius: 3vw;
  margin: 0.16vw 0;
  padding: 0.4vw 1.4vw;
  font-size: 0.66vw;
  text-transform: uppercase;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-transition: 0.6s;
  transition: 0.6s;
  cursor: pointer;
}

@media all and (max-width: 1599px) {
  .page-section.fourth .flex-text .wysiwyg-container .wysiwyg button.rozwijacz {
    font-size: 12px;
    margin: 2px 0;
    padding: 4px 12px;
  }
}

.page-section.fourth .flex-text .wysiwyg-container .wysiwyg button.rozwijacz:hover {
  background: #b1c56d;
}

.page-section.fourth .flex-text .wysiwyg-container .wysiwyg button.rozwijacz.clicked {
  background: #fff;
  color: #8ea930;
}

.page-section.fourth .flex-text .wysiwyg-container .wysiwyg button.rozwijacz.clicked i {
  color: #8ea930;
}

.page-section.fourth .flex-text .wysiwyg-container .wysiwyg button.rozwijacz.clicked:hover {
  background: #d9e8a7;
}

.page-section.fourth .flex-text .wysiwyg-container .wysiwyg button.rozwijacz i {
  color: #fff;
  font-size: 0.6vw;
}

@media all and (max-width: 1599px) {
  .page-section.fourth .flex-text .wysiwyg-container .wysiwyg button.rozwijacz i {
    font-size: 10px;
  }
}

.page-section.fourth .flex-text .wysiwyg-container .wysiwyg .coilable {
  overflow: hidden;
  margin: 1vw;
  -webkit-transition: 0.6s;
  transition: 0.6s;
}

.page-section.fourth .flex-text .wysiwyg-container .wysiwyg .coilable .content {
  -webkit-transition: 0.6s;
  transition: 0.6s;
}

.page-section.fourth .flex-text .wysiwyg-container .wysiwyg .coilable.coiled {
  margin: 0;
}

.page-section.fourth .flex-text .wysiwyg-container .wysiwyg .coilable.coiled .content {
  margin-top: -100%;
}

.page-section.fourth .bg-image {
  background-image: url("../img/dorko-bg-s4.jpg");
  width: 20vw;
  height: 20vw;
  top: 38vw;
  left: 28vw;
}

@media all and (max-width: 949px) {
  .page-section.fourth .bg-image {
    display: none;
  }
}

.page-section.fifth {
  margin-top: 6vw;
}

.page-section.fifth .gizmo-bar {
  margin-bottom: 2vw;
}

.page-section.fifth footer {
  width: 41vw;
  height: 2.5vw;
  border-top: 1px solid #eaeaea;
  background: #fff;
  font-size: 1vw;
  position: absolute;
  bottom: 0;
  left: 0;
  text-align: center;
  z-index: 400;
}

@media all and (max-width: 1099px) {
  .page-section.fifth footer {
    width: 39vw;
    font-size: 1.1vw;
  }
}

@media all and (max-width: 949px) {
  .page-section.fifth footer {
    width: 61vw;
    height: 4.4vw;
    font-size: 1.6vw;
  }
}

@media all and (max-width: 799px) {
  .page-section.fifth footer {
    width: 100%;
    height: 32px;
    font-size: 12px;
  }
}

.page-section.fifth footer div {
  padding-top: 0.5vw;
}

@media all and (max-width: 949px) {
  .page-section.fifth footer div {
    padding-top: 1.06vw;
  }
}

@media all and (max-width: 799px) {
  .page-section.fifth footer div {
    padding-top: 8px;
  }
}

.page-section.fifth footer div a {
  color: #8ea930;
}

.page-section.fifth .flex-images {
  width: calc(59vw - 17px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media all and (max-width: 1099px) {
  .page-section.fifth .flex-images {
    width: calc(61vw - 17px);
  }
}

@media all and (max-width: 949px) {
  .page-section.fifth .flex-images {
    width: 36.7vw;
    padding-left: 2vw;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

@media all and (max-width: 799px) {
  .page-section.fifth .flex-images {
    width: calc(100% - 32px);
    margin: 0 auto;
    padding-left: 0;
  }
}

.page-section.fifth .flex-images a.map-container {
  width: 100%;
  height: 34vw;
  display: block;
}

@media all and (max-width: 1199px) {
  .page-section.fifth .flex-images a.map-container {
    height: 100%;
  }
}

.page-section.fifth .flex-images a.map-container img {
  width: 100%;
  height: 100%;
  -o-object-fit: none;
     object-fit: none;
  -webkit-filter: grayscale(1);
          filter: grayscale(1);
}

.page-section.fifth .flex-text {
  width: 24.5vw;
  padding-left: 16.5vw;
}

@media all and (max-width: 1099px) {
  .page-section.fifth .flex-text {
    width: 33vw;
    padding-left: 6vw;
  }
}

@media all and (max-width: 949px) {
  .page-section.fifth .flex-text {
    width: 42vw;
    padding-left: 17vw;
  }
}

@media all and (max-width: 799px) {
  .page-section.fifth .flex-text {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    padding-left: 0;
    margin: 0 auto;
  }
}

.page-section.fifth .flex-text .wysiwyg-container {
  position: relative;
}

.page-section.fifth .flex-text .wysiwyg-container .vertical-title {
  top: 6.3vw;
  left: -11.3vw;
}

@media all and (max-width: 1099px) {
  .page-section.fifth .flex-text .wysiwyg-container .wysiwyg {
    font-size: 1.3vw;
  }
}

@media all and (max-width: 949px) {
  .page-section.fifth .flex-text .wysiwyg-container .wysiwyg {
    font-size: 14px;
  }
  .page-section.fifth .flex-text .wysiwyg-container .wysiwyg p {
    margin-bottom: 20px;
  }
}

@media all and (max-width: 799px) {
  .page-section.fifth .flex-text .wysiwyg-container .wysiwyg {
    width: calc(100% - 32px);
    margin: 0 auto;
    text-align: center;
  }
}

.page-section.fifth .bg-image {
  background-image: url("../img/dorko-bg-s5.jpg");
  width: 18vw;
  height: 28vw;
  top: -17vw;
  right: 0;
}

@media all and (max-width: 949px) {
  .page-section.fifth .bg-image {
    width: 26vw;
    height: 30vw;
    top: 30vw;
    left: 35vw;
  }
}

.cookie-law-info {
  width: 100%;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  min-height: 80px;
  border-top: 1px dotted #8ea930;
  background: #fff;
  text-align: justify;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 500;
}

.cookie-law-info .text {
  width: calc(100% - 102px);
}

.cookie-law-info .text a {
  color: #8ea930;
}

.cookie-law-info button {
  cursor: pointer;
  background: #8ea930;
  border: 0;
  padding: 8px 14px;
  margin-left: 14px;
}

#rodo-info {
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
}

#rodo-info .content {
  width: 800px;
  height: 90%;
  margin: 30px auto 0 auto;
  position: relative;
}

@media all and (max-width: 1000px) {
  #rodo-info .content {
    width: 100%;
    height: 100%;
    margin: 0;
  }
}

#rodo-info .content .wysiwyg {
  height: 100%;
  background: #fff;
  overflow-y: scroll;
}

@media all and (max-width: 1000px) {
  #rodo-info .content .wysiwyg {
    padding-right: 52px;
  }
}

#rodo-info .content .wysiwyg h2 {
  padding: 0 20px;
  font-size: 20px;
  text-align: center;
}

#rodo-info .content .wysiwyg p {
  padding: 0 20px;
  text-align: justify;
}

#rodo-info .content .wysiwyg p.klauzula {
  font-style: italic;
}

#rodo-info .content .wysiwyg p a {
  color: #8ea930;
}

#rodo-info .content .close-button {
  width: 48px;
  height: 48px;
  background: #fff;
  position: absolute;
  top: 0;
  right: -75px;
  cursor: pointer;
}

@media all and (max-width: 1000px) {
  #rodo-info .content .close-button {
    top: 2px;
    right: 18px;
    background: #8ea930;
  }
}

#rodo-info .content .close-button .cross-part {
  width: 42px;
  height: 12px;
  background: #8ea930;
  position: absolute;
  top: calc((48px - 12px) / 2);
  left: calc((48px - 42px) / 2);
  border-radius: 3px;
  -webkit-transition: 0.33s;
  transition: 0.33s;
}

@media all and (max-width: 1000px) {
  #rodo-info .content .close-button .cross-part {
    background: #fff;
  }
}

#rodo-info .content .close-button .cross-part.left {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

#rodo-info .content .close-button .cross-part.right {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

#rodo-info .content .close-button:hover .cross-part {
  -webkit-transform: rotate(0);
          transform: rotate(0);
}
/*# sourceMappingURL=dorko.css.map */