* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-family: "Open Sans", sans-serif;
}

body .sectionOne {
  width: 100%;
  height: 120vh;
  background: url("../img/img_girl.jpg");
  background-repeat: no-repeat;
  padding: 1px;
  position: relative;
}

body .sectionOne #grass-pic {
  position: absolute;
  bottom: 0;
  width: 99.9%;
}

body .sectionOne__certifikati {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr 1fr;
      grid-template-columns: 1fr 1fr 1fr;
  width: 35%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 1rem;
}

body .sectionOne__certifikati div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: baseline;
      -ms-flex-pack: baseline;
          justify-content: baseline;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 14px;
}

body .sectionOne__certifikati div img {
  margin-right: 0.5rem;
}

body .sectionOne__box {
  width: 55%;
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-top: 1rem;
}

body .sectionOne__box h1, body .sectionOne__box h2 {
  text-align: center;
}

body .sectionOne__box h1 {
  font-size: 28pt;
  font-weight: 900;
}

body .sectionOne__box__gridbox {
  margin-top: 2rem;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr;
      grid-template-columns: 1fr 1fr;
}

body .sectionOne__box__gridbox__left img {
  width: 40%;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

body .sectionOne__box__gridbox__left__gridbox {
  margin-top: 2rem;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[3];
      grid-template-columns: repeat(3, 1fr);
  -ms-grid-rows: (1fr)[2];
      grid-template-rows: repeat(2, 1fr);
  grid-column-gap: 5px;
  grid-row-gap: 10px;
  margin-left: 3rem;
}

body .sectionOne__box__gridbox__left__gridbox div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: baseline;
      -ms-flex-pack: baseline;
          justify-content: baseline;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

body .sectionOne__box__gridbox__left__gridbox div p {
  font-size: 10pt;
  font-weight: 700;
}

body .sectionOne__box__gridbox__left__gridbox div img {
  width: 70px;
  margin-right: 0.3rem;
}

body .sectionOne__box__gridbox__right__form {
  margin-top: 5rem;
  width: 60%;
  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;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #f7f6f6;
  padding: 20px;
  margin-left: auto;
  margin-right: auto;
}

body .sectionOne__box__gridbox__right__form__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #95cf32;
  width: 100%;
  padding: 5px;
  margin-bottom: 2rem;
}

body .sectionOne__box__gridbox__right__form__head h3 {
  font-size: 14pt;
  color: white;
}

body .sectionOne__box__gridbox__right__form__head #timer {
  color: white;
  font-size: 20pt;
}

body .sectionOne__box__gridbox__right__form input {
  margin-top: 1rem;
  height: 2rem;
  -webkit-box-shadow: 0px 0px 4px gray inset;
          box-shadow: 0px 0px 4px gray inset;
  border: none;
  outline: none;
  font-size: 10pt;
  color: gray;
  padding: 5px;
  width: 100%;
}

body .sectionOne__box__gridbox__right__form button {
  margin-top: 1rem;
  width: 100%;
  cursor: pointer;
  display: block;
  padding: 12px 0 13px;
  font-weight: 700;
  font-size: 24px;
  font-family: "Open Sans", sans-serif;
  text-align: center;
  color: #72530d;
  text-decoration: none;
  text-shadow: 0 1px #ffff06, 0 -1px #4b3709;
  background: #ffb50b;
  background: -webkit-gradient(linear, left top, left bottom, from(#ffcb53), to(#ffb50b));
  background: linear-gradient(#ffcb53, #ffb50b);
  border-top: none;
  border-right: none;
  border-bottom: 3px solid #d19408;
  border-left: none;
}

body .sectionTwo {
  margin-bottom: 2rem;
}

body .sectionTwo__box {
  width: 40%;
  display: block;
  margin-left: 15rem;
}

body .sectionTwo__box h1 {
  font-size: 28pt;
}

body .sectionTwo__box p {
  font-size: 14pt;
}

body .sectionThree {
  background-color: #efefef;
  padding: 20px;
}

body .sectionThree__gridbox {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr 1fr 1fr 1fr;
      grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  width: 50%;
  margin-right: auto;
  margin-left: auto;
}

body .sectionThree__gridbox div {
  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;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

body .sectionThree__gridbox div img {
  width: 100px;
}

body .sectionThree__gridbox div p {
  font-weight: 700;
  text-align: center;
}

body .sectionFour {
  text-align: center;
  margin-top: 2rem;
}

body .sectionFour h1 {
  font-size: 28pt;
}

body .sectionFour__gridbox {
  width: 60%;
  margin-left: auto;
  margin-right: auto;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 30% 70%;
      grid-template-columns: 30% 70%;
  margin-top: 3rem;
}

body .sectionFour__gridbox__left img {
  width: 100%;
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 1rem;
}

body .sectionFour__gridbox__left p {
  background: #c2c0c0;
  padding: 5px;
  width: 10rem;
  display: block;
  margin-left: 2.2rem;
  color: white;
  border-radius: 10px;
  font-weight: 700;
  font-size: 14pt;
}

body .sectionFour__gridbox__right {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[3];
      grid-template-columns: repeat(3, 1fr);
  -ms-grid-rows: (1fr)[3];
      grid-template-rows: repeat(3, 1fr);
  grid-column-gap: 10px;
  grid-row-gap: 10px;
}

body .sectionFour__gridbox__right #item1 {
  -ms-grid-row: 1;
  -ms-grid-row-span: 1;
  -ms-grid-column: 1;
  -ms-grid-column-span: 1;
  grid-area: 1 / 1 / 2 / 2;
}

body .sectionFour__gridbox__right #item2 {
  -ms-grid-row: 1;
  -ms-grid-row-span: 1;
  -ms-grid-column: 2;
  -ms-grid-column-span: 1;
  grid-area: 1 / 2 / 2 / 3;
}

body .sectionFour__gridbox__right #item3 {
  -ms-grid-row: 1;
  -ms-grid-row-span: 1;
  -ms-grid-column: 3;
  -ms-grid-column-span: 1;
  grid-area: 1 / 3 / 2 / 4;
}

body .sectionFour__gridbox__right #item4 {
  -ms-grid-row: 2;
  -ms-grid-row-span: 1;
  -ms-grid-column: 1;
  -ms-grid-column-span: 1;
  grid-area: 2 / 1 / 3 / 2;
}

body .sectionFour__gridbox__right #item5 {
  -ms-grid-row: 2;
  -ms-grid-row-span: 1;
  -ms-grid-column: 2;
  -ms-grid-column-span: 1;
  grid-area: 2 / 2 / 3 / 3;
}

body .sectionFour__gridbox__right #item6 {
  -ms-grid-row: 2;
  -ms-grid-row-span: 1;
  -ms-grid-column: 3;
  -ms-grid-column-span: 1;
  grid-area: 2 / 3 / 3 / 4;
}

body .sectionFour__gridbox__right #item7 {
  -ms-grid-row: 3;
  -ms-grid-row-span: 1;
  -ms-grid-column: 2;
  -ms-grid-column-span: 1;
  grid-area: 3 / 2 / 4 / 3;
}

body .sectionFour__gridbox__right div img {
  border-radius: 50%;
  width: 70%;
}

body .sectionFour__gridbox__right div h2 {
  font-size: 14pt;
  margin-bottom: 0.5rem;
}

body .sectionFive {
  margin-top: 10rem;
}

body .sectionFive__gridbox {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 30% 70%;
      grid-template-columns: 30% 70%;
  width: 60%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 3rem;
}

body .sectionFive__gridbox__left img {
  width: 70%;
  margin-bottom: 1rem;
}

body .sectionFive__gridbox__left p {
  background: #c2c0c0;
  padding: 5px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  display: block;
  color: white;
  margin-left: 2rem;
  border-radius: 10px;
  font-weight: 700;
  font-size: 14pt;
}

body .sectionFive__gridbox__right__gridbox {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr 1fr;
      grid-template-columns: 1fr 1fr 1fr;
}

body .sectionFive__gridbox__right__gridbox img {
  border-radius: 50%;
  box-shadow: inset 0 0 42px 0 black;
  -webkit-box-shadow: inset 0 0 42px 0 black;
}

body .sectionFive__gridbox__right__gridbox__track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  width: 50%;
  margin-left: auto;
  margin-right: auto;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

body .sectionFive__gridbox__right__gridbox__track button {
  cursor: pointer;
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 12px;
  font-weight: 700;
  font-size: 24px;
  font-family: "Open Sans", sans-serif;
  text-align: center;
  color: #72530d;
  text-decoration: none;
  text-shadow: 0 1px #ffff06, 0 -1px #4b3709;
  background: #ffb50b;
  background: -webkit-gradient(linear, left top, left bottom, from(#ffcb53), to(#ffb50b));
  background: linear-gradient(#ffcb53, #ffb50b);
  border-top: none;
  border-right: none;
  border-bottom: 3px solid #d19408;
  border-left: none;
}

body .sectionFive__gridbox__right__gridbox__track p {
  font-size: 28pt;
  background: #95cf32;
  color: white;
  padding: 5px;
}

body .sectionSix {
  width: 100%;
  margin-top: 3rem;
  height: 70vh;
  background: url("../img/img_grass6.jpg");
  background-repeat: no-repeat;
  background-size: 100% 100%;
}

body .sectionSix__gridbox {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 50% 50%;
      grid-template-columns: 50% 50%;
  width: 70%;
  margin-left: auto;
  margin-right: auto;
  height: 70vh;
}

body .sectionSix__gridbox__left {
  padding-top: 2rem;
}

body .sectionSix__gridbox__left h1 {
  font-size: 28pt;
}

body .sectionSix__gridbox__left div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-top: 1rem;
}

body .sectionSix__gridbox__left div h2 {
  background: #95cf32;
  padding: 3px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  color: white;
}

body .sectionSix__gridbox__left div p {
  font-size: 14pt;
  margin-left: 2rem;
  margin-top: 1rem;
}

body .sectionSix__gridbox__right {
  background: url("../img/img_girl2.png");
  background-repeat: no-repeat;
}

body .sectionSeven {
  background: url("../img/bg-block6.jpg");
  background-repeat: no-repeat;
  text-align: center;
  padding-top: 3rem;
  padding-bottom: 3rem;
}

body .sectionSeven h1 {
  font-size: 35pt;
}

body .sectionSeven h4 {
  font-size: 18pt;
  font-weight: 400;
}

body .sectionSeven p {
  font-size: 16pt;
}

body .sectionSeven__gridbox {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 40% 60%;
      grid-template-columns: 40% 60%;
  gap: 3rem;
  margin-top: 3rem;
  width: 60%;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 2rem;
}

body .sectionSeven__gridbox__left {
  text-align: left;
}

body .sectionSeven__gridbox__left h2 {
  background: #95cf32;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 5px;
  color: white;
}

body .sectionSeven__gridbox__right {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr 1fr;
      grid-template-columns: 1fr 1fr 1fr;
}

body .sectionSeven__gridbox__right img {
  margin-top: 10rem;
  border-radius: 50%;
}

body .sectionSeven h2 {
  font-size: 22pt;
}

body .sectionEight {
  width: 100%;
  text-align: center;
  padding-top: 3rem;
  padding-bottom: 3rem;
}

body .sectionEight h1 {
  font-size: 30pt;
}

body .sectionEight p {
  font-size: 20pt;
}

body .sectionEight__gridbox {
  margin-top: 5rem;
  width: 60%;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr;
      grid-template-columns: 1fr 1fr;
  margin-left: auto;
  margin-right: auto;
}

body .sectionEight__gridbox img {
  width: 100%;
  margin-top: 4rem;
}

body .sectionEight__gridbox__right p {
  font-size: 14pt;
}

body .sectionEight__gridbox__right img {
  width: 35%;
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-top: 2rem;
}

body .sectionEight button {
  font-size: 25pt;
  padding: 15px;
  background: #95cf32;
  border: none;
  border-radius: 30px;
  color: white;
  font-weight: 700;
  margin-top: 3rem;
  cursor: pointer;
  -webkit-transition: 400ms;
  transition: 400ms;
}

body .sectionEight button:hover {
  background: #85b92a;
}

body .sectionNine {
  width: 100%;
  background: url("../img/bg-block11.jpg");
}

body .sectionNine__gridbox {
  width: 60%;
  margin-left: auto;
  margin-right: auto;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr;
      grid-template-columns: 1fr 1fr;
}

body .sectionNine__gridbox__right {
  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;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

body .sectionNine__gridbox__right__box {
  background: white;
  padding: 20px;
  -webkit-box-shadow: 0px 0px 20px gray;
          box-shadow: 0px 0px 20px gray;
  border-radius: 20px;
}

body .sectionNine__gridbox__right__box h2 {
  font-size: 30pt;
}

body .sectionNine__gridbox__right__box__potpis {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

body .sectionTen {
  padding-top: 3rem;
  padding-bottom: 3rem;
  width: 100%;
  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;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

body .sectionTen h1 {
  font-size: 30pt;
}

body .sectionTen__item {
  width: 60rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

body .sectionTen__item img {
  margin-right: 1rem;
}

body .sectionEleven {
  background-color: #efefef;
  padding-top: 3rem;
  padding-bottom: 3rem;
}

body .sectionEleven h1 {
  font-size: 30pt;
  text-align: center;
}

body .sectionEleven__box {
  background: white;
  border-top: 30px solid #95cf32;
  width: 60%;
  display: block;
  margin-left: auto;
  margin-right: auto;
  padding: 10px;
}

body .sectionEleven__box h1 {
  text-align: left;
  background: #95cf32;
  padding: 5px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  color: white;
  font-size: 25pt;
}

body .sectionTwelve {
  width: 100%;
  padding-top: 3rem;
}

body .sectionTwelve h1 {
  font-size: 30pt;
  text-align: center;
}

body .sectionTwelve__gridbox {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr 1fr;
      grid-template-columns: 1fr 1fr 1fr;
  width: 60%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 2rem;
}

body .sectionTwelve__gridbox div h3 {
  background: #95cf32;
  color: white;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 3px;
  font-size: 20pt;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

body .sectionTwelve__gridbox div p {
  margin-top: 1rem;
  text-align: center;
  font-size: 16pt;
}

body .sectionThirteen {
  margin-top: 3rem;
  border-top: 30px solid #efefef;
  padding-top: 3rem;
  padding-bottom: 3rem;
}

body .sectionThirteen h1 {
  font-size: 30pt;
  text-align: center;
}

body .sectionThirteen h2 {
  font-size: 25pt;
  text-align: center;
}

body .sectionThirteen__gridbox {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 20% 30% 50%;
      grid-template-columns: 20% 30% 50%;
  width: 60%;
  margin-left: auto;
  margin-right: auto;
}

body .sectionThirteen__gridbox__left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-top: 1rem;
}

body .sectionThirteen__gridbox__left div {
  margin-top: 2rem;
}

body .sectionThirteen__gridbox__center img {
  width: 80%;
  display: block;
  margin-left: 5rem;
}

body .sectionThirteen__gridbox__right__form {
  margin-top: 5rem;
  width: 60%;
  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;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #f7f6f6;
  padding: 20px;
  margin-left: auto;
  margin-right: auto;
}

body .sectionThirteen__gridbox__right__form__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #95cf32;
  width: 100%;
  padding: 5px;
  margin-bottom: 2rem;
}

body .sectionThirteen__gridbox__right__form__head h3 {
  font-size: 14pt;
  color: white;
}

body .sectionThirteen__gridbox__right__form__head #timer {
  color: white;
  font-size: 20pt;
}

body .sectionThirteen__gridbox__right__form input {
  margin-bottom: 1rem;
  height: 2rem;
  -webkit-box-shadow: 0px 0px 4px gray inset;
          box-shadow: 0px 0px 4px gray inset;
  border: none;
  outline: none;
  font-size: 10pt;
  color: gray;
  padding: 5px;
  width: 100%;
}

body .sectionThirteen__gridbox__right__form button {
  margin-top: 1rem;
  width: 100%;
  cursor: pointer;
  display: block;
  padding: 12px 0 13px;
  font-weight: 700;
  font-size: 24px;
  font-family: "Open Sans", sans-serif;
  text-align: center;
  color: #72530d;
  text-decoration: none;
  text-shadow: 0 1px #ffff06, 0 -1px #4b3709;
  background: #ffb50b;
  background: -webkit-gradient(linear, left top, left bottom, from(#ffcb53), to(#ffb50b));
  background: linear-gradient(#ffcb53, #ffb50b);
  border-top: none;
  border-right: none;
  border-bottom: 3px solid #d19408;
  border-left: none;
}

@media screen and (max-width: 1629px) {
  body .sectionOne__box {
    width: 65%;
    margin-left: 30rem;
  }
  body .sectionOne__certifikati {
    margin-left: 45rem;
  }
  body .sectionOne__box__gridbox__left img {
    width: 35%;
  }
  body .sectionFour__gridbox__left p {
    margin-left: 1rem;
  }
  body .sectionFive__gridbox__left p {
    margin-left: 1rem;
  }
  body .sectionFive__gridbox__right__gridbox__track {
    width: 60%;
  }
  body .sectionNine__gridbox {
    gap: 3rem;
    width: 70%;
  }
  body .sectionTwelve__gridbox {
    width: 90%;
  }
  body .sectionTwelve__gridbox div {
    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;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  body .sectionThirteen__gridbox {
    width: 70%;
  }
}

@media screen and (max-width: 1385px) {
  body .sectionThree__gridbox {
    width: 80%;
  }
  body .sectionFour__gridbox {
    width: 80%;
  }
  body .sectionFour__gridbox__left p {
    margin-left: 1.7rem;
  }
  body .sectionFive__gridbox__left p {
    margin-left: 0.5rem;
  }
  body .sectionFive__gridbox__right__gridbox__track {
    width: 100%;
  }
  body .sectionSix__gridbox {
    width: 90%;
  }
  body .sectionSeven__gridbox {
    width: 80%;
  }
}

@media screen and (max-width: 800px) {
  body .sectionOne__box__gridbox {
    -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
  }
  body .sectionOne {
    background: white;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
  }
  body .sectionOne__box {
    margin-left: auto;
  }
  body .sectionOne__certifikati {
    margin-left: 10rem;
  }
  body .sectionFive__gridbox__right__gridbox {
    -ms-grid-columns: 1fr 1fr 1fr;
        grid-template-columns: 1fr 1fr 1fr;
  }
  body .sectionFive__gridbox {
    -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
  }
  body .sectionFive__gridbox__left img {
    width: 30%;
    display: block;
    margin-left: auto;
    margin-right: auto;
  }
  body .sectionFive__gridbox__left p {
    display: none;
  }
  body .sectionOne__certifikati div img {
    width: 50px;
    margin-left: 1rem;
  }
  body .sectionOne__box h1 {
    font-size: 20pt;
  }
  body .sectionOne__box h1, body .sectionOne__box h2 {
    font-size: 15pt;
  }
  body .sectionOne__box__gridbox__left__gridbox {
    -ms-grid-columns: 1fr 1fr;
        grid-template-columns: 1fr 1fr;
  }
  body .sectionOne__box__gridbox__right__form {
    margin-top: 1rem;
  }
  body .sectionOne #grass-pic {
    width: 99.9%;
    bottom: -10rem;
  }
  body .sectionTwo__box {
    margin-left: 1rem;
    width: 90%;
    margin-top: 10rem;
  }
  body .sectionOne__box {
    width: 90%;
  }
  body .sectionOne__box__gridbox__left__gridbox div {
    width: 200px;
  }
  body .sectionFour__gridbox__left p {
    margin-left: -1rem;
  }
  body .sectionFive__gridbox {
    width: 90%;
  }
  body .sectionSeven__gridbox {
    -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
  }
  body .sectionEight__gridbox {
    -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
  }
  body .sectionEight__gridbox__right img {
    margin-left: 11rem;
  }
  body .sectionNine__gridbox {
    -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
  }
  body .sectionNine__gridbox img {
    width: 50%;
    display: block;
    margin-left: auto;
    margin-right: auto;
  }
  body .sectionNine {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
  body .sectionEight h1 {
    font-size: 20pt;
  }
  body .sectionTen__item {
    width: 90%;
  }
  body .sectionEleven__box {
    width: 80%;
  }
  body .sectionTwelve__gridbox {
    -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
  }
  body .sectionTwelve__gridbox div {
    margin-top: 1rem;
  }
  body .sectionThirteen__gridbox {
    -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
  }
  body .sectionThirteen__gridbox__center img {
    width: 30%;
  }
  body .sectionThirteen__gridbox__left {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 1fr 1fr;
        grid-template-columns: 1fr 1fr 1fr;
  }
  body .sectionThirteen__gridbox__center img {
    margin-left: auto;
    margin-right: auto;
  }
  .sectionThirteen__gridbox__center {
    margin-top: 2rem;
  }
  body .sectionThirteen h2 {
    font-size: 17pt;
  }
  body .sectionThirteen h1 {
    font-size: 20pt;
  }
  body .sectionThirteen {
    margin-bottom: 3rem;
  }
  body .sectionThirteen__gridbox__left div {
    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;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    text-align: center;
  }
  body .sectionEleven h1 {
    font-size: 20pt;
  }
  body .sectionTen__item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

@media screen and (max-width: 450px) {
  body .sectionOne__certifikati {
    margin-left: 0;
  }
  body .sectionOne__box__gridbox__left__gridbox {
    margin-left: 0;
  }
  body .sectionOne__box__gridbox__right__form {
    width: 80%;
  }
  body .sectionThree__gridbox {
    -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
  }
  body .sectionFour__gridbox__right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  body .sectionFour__gridbox {
    -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
  }
  body .sectionFour__gridbox__left img {
    width: 50%;
    margin-top: 3rem;
    margin-left: 7rem;
  }
  body .sectionFour__gridbox__left p {
    display: block;
    margin-left: auto;
    margin-right: auto;
  }
  body .sectionFour__gridbox__right #item1 {
    margin-top: 2rem;
  }
  body .sectionFour__gridbox__right div img {
    width: 50%;
  }
  body .sectionFive__gridbox__right__gridbox {
    display: none;
  }
  body .sectionFive__gridbox__left img {
    width: 60%;
  }
  body .sectionSix__gridbox__right {
    background: none;
  }
  body .sectionSix__gridbox {
    -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
  }
  body .sectionSeven h1 {
    font-size: 20pt;
  }
  body .sectionSeven__gridbox__right {
    display: none;
  }
  body .sectionSeven p {
    font-size: 12pt;
  }
  body .sectionSix__gridbox__left h1 {
    font-size: 20pt;
    text-align: center;
  }
  body .sectionSix {
    background: none;
  }
  body .sectionEight__gridbox__right img {
    margin-left: 6rem;
  }
  body .sectionNine__gridbox {
    width: 90%;
  }
  body .sectionTen #grass {
    display: none;
  }
  body .sectionTen__item p {
    margin-top: 1rem;
  }
  body .sectionThirteen__gridbox__right__form {
    width: 100%;
  }
  body .sectionThirteen__gridbox__center img {
    width: 60%;
    margin-left: 5rem;
  }
  body .sectionOne__box__gridbox__left__gridbox {
    margin-left: -1rem;
  }
  body .sectionFive__gridbox__left img {
    margin-left: 6rem;
  }
  body .sectionSeven h4 {
    font-size: 15pt;
  }
  body .sectionSeven h2 {
    font-size: 18pt;
  }
  body .sectionEight {
    padding-top: 0;
  }
  body .sectionEight__gridbox {
    margin-top: 0;
  }
  body .sectionEight p {
    font-size: 14pt;
  }
  body .sectionEight button {
    font-size: 20pt;
  }
  body .sectionFive {
    margin-top: 0;
  }
  body .sectionEleven__box {
    width: 90%;
  }
  body .sectionThirteen__gridbox__left {
    margin-top: 0;
  }
  body .sectionOne__box__gridbox__left__gridbox div {
    width: 180px;
  }
  body .sectionTen h1 {
    font-size: 20pt;
  }
  body .sectionTwelve__gridbox div p {
    font-size: 12pt;
  }
  body .sectionTwelve__gridbox div img {
    width: 90%;
  }
  body .sectionEight__gridbox__right img {
    width: 50%;
    margin-left: 5rem;
  }
  body .sectionOne__certifikati div img {
    width: 40px;
  }
}
/*# sourceMappingURL=style.css.map */

.feedback {
  width: 75px;
  height: 70px;
  position: fixed;
  right: -15px;
  top: 15%;
  display: flex;
  align-items: center;
justify-content: center;
  background-color: #95cf32;
  border-top-left-radius: 35px;
  border-bottom-left-radius: 35px;
  cursor: pointer;
  z-index: 1000;
  box-shadow: -2px 3px 11px rgb(0 0 0 / 30%);
  transition: all 0.5s;
}

.feedback:hover {
  right: 0;
}

.feedback img {
  width: 50px;
  height: 50px;
}

.popup-window {
font-family: sans-serif;
  font-family: inherit;
  display: none;
  width: 300px;
  position: fixed;
  right: 0;
  top: 15%;
  padding: 35px 10px;
  background: #fff;
  border-radius: 5px 0 0 5px;
  z-index: 2000;
box-shadow: -2px 3px 11px rgb(0 0 0 / 17%);
}

.popup-window form {
  width: 100%;
  min-height: auto;
  padding: 0;
  background: inherit;
  box-shadow: none;
height: auto;
}

.popup-window label {
  display: block;
  margin-bottom: 5px;
  font-size: 14px;
  color: #333;
  text-transform: uppercase;
}

.popup-window input {
  box-sizing: border-box;
  width: 100%;
  height: auto;
  margin-bottom: 10px;
  padding: 10px;
  border: none;
  font-family: inherit;
  font-size: 16px;
  margin-bottom: 15px;
  border: 1px solid #333;
}

.popup-window input::placeholder {
font-size: 16px;
}

.popup-window button {
  width: 100%;
  padding: 10px;
  border: none;
  border-radius: 5px;
  background: #95cf32;
  color: #000;
  cursor: pointer;
  font-family: inherit;
  font-size: 16px;
  font-weight: bold;
  text-transform: uppercase;
  margin-top: 15px;
  border-radius: 20px;
}

.close-popup {
  position: absolute;
  right: 10px;
  top: 5px;
  width: 27px;
  height: 27px;
  background-color: #fff;
  cursor: pointer;
}

.close-popup:before {
  content: "";
  background: #333;
  width: 20px;
  height: 1px;
  position: absolute;
  top: 13px;
  left: 4px;
  transform: rotate(-45deg);
}

.close-popup:after {
  content: "";
  background: #333;
  width: 20px;
  height: 1px;
  position: absolute;
  top: 13px;
  left: 4px;
  transform: rotate(45deg);
}

@media screen and (max-width: 576px) {
  .feedback {
    top: 35%;
  }
  .popup-window {
    top: 35%;
  }
}