@charset "UTF-8";
@font-face {
  font-family: "DanoneOne";
  src: url("/assets/fonts/DanoneOne-Regular.otf") format("opentype");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "DanoneOne";
  src: url("/assets/fonts/DanoneOne-Bold.otf") format("opentype");
  font-weight: 700;
  font-style: normal;
}
#update-preferences {
  position: fixed;
  left: 10px;
  bottom: 10px;
  width: 50px;
  height: 50px;
  border-radius: 25px;
  background: #000;
  z-index: 2147483631;
  border: none;
  color: #fff;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  cursor: pointer;
}

#update-preferences::before {
  content: "\f021";
  position: relative;
  width: 50px;
  height: 50px;
  font-family: "Font Awesome 5 Free";
  font-size: 20px;
  font-weight: 900;
  top: 9px;
  left: 15px;
}

#cookies-policy .cookies__logo {
  height: 30px;
  margin-bottom: 10px;
}

#cookies-reset-button button {
  position: fixed;
  left: 10px;
  bottom: 10px;
  width: 50px;
  height: 50px;
  border-radius: 25px;
  background: #000;
  z-index: 2147483631;
  border: none;
  color: #fff;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
}
#cookies-reset-button button::before {
  content: "\f021";
  position: relative;
  width: 50px;
  height: 50px;
  font-family: "Font Awesome 5 Free";
  font-size: 20px;
  font-weight: 900;
}

#cookies-policy.cookies {
  display: flex;
  max-width: 760px;
  background-color: #ffffff;
  border-radius: 8px;
  box-shadow: 0 32px 68px rgba(0, 0, 0, 0.3);
  box-sizing: border-box;
  color: #141414;
  font-family: sans-serif;
  font-size: 15px;
  height: auto;
  left: 50%;
  letter-spacing: 0.1px;
  line-height: 24px;
  max-height: calc(100% - 16px);
  overflow: hidden;
  position: fixed;
  text-align: initial;
  top: 50%;
  transform: translate(-50%, -50%);
  transition: all 0.5s ease;
  transition-property: all;
  transition-property: width, max-width, top, bottom, left, opacity;
  width: calc(100% - 16px);
  z-index: 2147483631;
}
#cookies-policy.cookies--closing {
  opacity: 0;
  transform: translateY(10px);
}
#cookies-policy.cookies--show .cookies__btn--customize {
  border-top: none;
  border-bottom: 1px solid #E7E8E9;
}
#cookies-policy.cookies--show .cookies__btn svg {
  transform: rotate(180deg);
}
#cookies-policy.cookies--no-js .cookies__section .cookies__expandable,
#cookies-policy.cookies--no-js .cookies__expandable:target {
  height: auto;
  visibility: visible;
  opacity: 1;
  transition: height 300ms ease-out, opacity 300ms ease-out;
}
#cookies-policy.cookies--no-js .cookies__details {
  display: none;
}
#cookies-policy.cookies--no-js .cookies__sections {
  max-height: -moz-fit-content;
  max-height: fit-content;
}
#cookies-policy.cookies--no-js svg {
  display: none;
}

#cookies-policy .cookies__expandable {
  display: block;
  overflow: hidden;
  height: 0;
  visibility: hidden;
  opacity: 0;
  transition: height 300ms ease-out, opacity 300ms ease-out, visibility 0s 300ms linear;
}
#cookies-policy .cookies__expandable--open {
  height: auto;
  visibility: visible;
  opacity: 1;
  transition: height 300ms ease-out, opacity 300ms ease-out;
}
#cookies-policy .cookies__alert {
  width: 100%;
  max-width: 100%;
  max-height: 100%;
  background: #fff;
  border-radius: 8px;
  box-shadow: 0px 12px 12px -8px rgba(0, 0, 0, 0.08), 0px 0px 4px rgba(0, 0, 0, 0.04);
}
#cookies-policy .cookies__container {
  display: block;
  overflow: hidden;
  height: auto;
  visibility: visible;
  opacity: 1;
  transition: height 300ms ease-out, opacity 300ms ease-out, visibility 0s 100ms linear;
}
#cookies-policy .cookies__container--hide {
  height: 0;
  visibility: hidden;
  opacity: 0;
  transition: height 300ms ease-out, opacity 300ms ease-out, visibility 0s 300ms linear;
}
#cookies-policy .cookies__logo_wrap {
  border-bottom: 1px solid #E7E8E9;
  margin: 15px 0px;
}
#cookies-policy .cookies__logo {
  height: 30px;
  margin-bottom: 10px;
}
#cookies-policy .cookies__title {
  font-weight: bold;
  line-height: 1.4em;
  margin-bottom: 0.8em;
  color: #2C2E30;
  text-align: center;
}
#cookies-policy .cookies__intro {
  font-weight: 450;
  font-size: 0.875em;
  line-height: 1.4em;
  color: #2C2E30;
  margin-bottom: 30px;
  padding: 1em 1.5em;
}
#cookies-policy .cookies__intro p {
  margin-top: 1em;
}
#cookies-policy .cookies__intro p:first-child {
  margin-top: 0;
}
#cookies-policy .cookies__intro a {
  text-decoration: underline;
  color: inherit;
  transition: color 200ms ease-out;
}
#cookies-policy .cookies__intro a:hover, #cookies-policy .cookies__intro a:focus {
  color: #203556;
}
#cookies-policy .cookies__actions {
  margin-top: 1em;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 4px;
  border-top: 1px solid #E7E8E9;
  padding-top: 2px;
  padding-bottom: 2px;
}
#cookies-policy .cookies__btn--customize {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-weight: 600;
  font-size: 0.875em;
  line-height: 1em;
  text-decoration: none;
  color: #2C2E30;
  position: relative;
  padding: 1.125em 24px;
  border-top: 1px solid #E7E8E9;
}
#cookies-policy .cookies__btn svg {
  transition: transform 200ms ease-out;
}
#cookies-policy .cookies__sections {
  max-height: 450px;
  overflow-y: scroll;
}
#cookies-policy .cookies__section {
  padding: 0 1.5em;
}
#cookies-policy .cookies__section + .cookies__section {
  border-top: 1px solid #eee;
}
#cookies-policy .cookies__category, #cookies-policy .cookies__box {
  display: block;
  position: relative;
  overflow: hidden;
}
#cookies-policy .cookies__category input {
  position: absolute;
  display: block;
  top: 0;
  right: 105%;
  padding: 0;
  margin: 0;
}
#cookies-policy .cookies__box {
  padding: 1em 3em 1em 0;
  line-height: 1.4em;
  cursor: pointer;
}
#cookies-policy .cookies__box:before, #cookies-policy .cookies__box:after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  border-radius: 1.4em;
}
#cookies-policy .cookies__box:after {
  right: 0;
  width: 2.5em;
  height: 1.4em;
  margin-top: -0.7em;
  background: #E7E8E9;
  z-index: 0;
  transition: background 200ms ease-out, opacity 200ms ease-out;
}
#cookies-policy .cookies__box:before {
  right: 0.75em;
  width: 1em;
  height: 1em;
  margin-top: -0.5em;
  background: #fff;
  z-index: 1;
  transform: translateX(-0.55em);
  transition: transform 200ms ease-out;
}
#cookies-policy .cookies__category input:checked + .cookies__box:after {
  background: #203556;
  opacity: 1;
}
#cookies-policy .cookies__category input:disabled + .cookies__box:after {
  opacity: 0.6;
}
#cookies-policy .cookies__category input:checked + .cookies__box:before {
  transform: translateX(0.55em);
}
#cookies-policy .cookies__label {
  font-size: 0.875em;
  font-weight: 600;
  color: #2C2E30;
}
#cookies-policy .cookies__info {
  font-weight: 450;
  font-size: 0.875em;
  line-height: 1.4em;
  color: #2C2E30;
}
#cookies-policy .cookies__details {
  display: block;
  color: #203556;
  font-size: 0.875em;
  margin: 0.625em 0 0.9em;
  transition: color 200ms ease-out;
}
#cookies-policy .cookies__details:hover, #cookies-policy .cookies__details:focus {
  color: #203556;
}
#cookies-policy .cookies__definitions {
  font-size: 0.875em;
  line-height: 1.2em;
  padding-top: 1em;
  padding-top: 0.8em;
  color: #676767;
}
#cookies-policy .cookies__cookie + .cookies__cookie {
  margin-top: 1em;
}
#cookies-policy .cookies__name {
  display: inline;
  font-weight: 600;
  line-height: 22px;
  color: #8A8E92;
}
#cookies-policy .cookies__duration {
  display: inline;
  text-align: right;
  color: #8A8E92;
}
#cookies-policy .cookies__description {
  padding-top: 0.3em;
  display: block;
  width: 100%;
  line-height: 120%;
  text-align: left;
  color: #8A8E92;
}
#cookies-policy .cookies__save {
  border-top: 1px solid #E7E8E9;
  padding: 0.75em 1.5em;
  margin-top: 0.4em;
  display: flex;
  justify-content: flex-end;
}

#cookies-policy .cookiesBtn {
  width: 100%;
}
#cookies-policy .cookiesBtn__link {
  display: block;
  font: inherit;
  font-size: 14px;
  font-weight: 600;
  color: #fff;
  background: #203556;
  border: 1px solid #203556;
  border-radius: 4px;
  margin: 0;
  padding: 0.86em 1em;
  line-height: 1em;
  text-align: center;
  text-decoration: none;
  width: auto;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  cursor: pointer;
  transition: opacity 200ms ease-out;
  margin: 10px auto;
}
#cookies-policy .cookiesBtn__link:hover, #cookies-policy .cookiesBtn__link:focus {
  opacity: 0.8;
}

#contactForm-message, #extraForm-message {
  font-size: 2.4rem;
  line-height: 3rem;
  font-weight: 600;
  color: #000;
  color: #e4121f;
  text-align: center;
  padding: 30px 0px;
  display: none;
  border: solid 1px #00abed;
}

.if_yes {
  display: none;
}
.if_yes.active {
  display: block;
}

.forms {
  margin: 0px 0px 0px 0px;
  font-family: "DanoneOne", sans-serif;
}
.forms input.form-control {
  font-size: 1.6rem;
  padding: 15px 15px;
  border: solid 1px #00abed;
  border-radius: 0px;
  color: #002678;
}
@media screen and (max-width: 992px) {
  .forms input.form-control {
    font-size: 1.3rem;
    padding: 15px 7px;
  }
}
.forms .trashChild {
  color: #b31919;
  font-size: 24px;
  cursor: pointer;
}
.forms .trashChildWrap {
  text-align: left;
  padding: 0;
  margin-top: 8px;
}
.forms input.form-control.form-sm {
  font-size: 1.6rem;
  padding: 10px 10px;
  border: solid 1px #00abed;
  border-radius: 0px;
  color: #002678;
}
@media screen and (max-width: 992px) {
  .forms input.form-control.form-sm {
    font-size: 1.3rem;
    padding: 10px 7px;
  }
}
.forms select.form-select {
  font-size: 1.6rem;
  padding: 15px 15px;
  border-radius: 0px;
}
.forms div.form-contact-title {
  font-size: 3rem;
  line-height: 3.4rem;
  padding-bottom: 0px;
  margin-bottom: 10px;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 3px;
}
.forms textarea.form-control {
  font-size: 1.6rem;
  padding: 15px 15px;
  height: 142px;
  border-radius: 0px;
}
.forms div.price-summary {
  font-size: 2rem;
  line-height: 3rem;
  font-weight: 500;
  padding: 15px 0px;
  text-align: center;
  color: rgb(39, 23, 117);
}
.forms div.price-summary span {
  font-size: 3rem;
}
.forms div.form-group-check {
  margin-top: 15px;
}
.forms label.form-label {
  color: #002678;
  font-size: 1.6rem;
  font-weight: 500;
}
.forms h3 {
  font-size: 2.6rem;
  line-height: 3.2rem;
  font-weight: 600;
  color: #002678;
  text-align: left;
  margin-top: 30px;
  text-transform: uppercase;
}
.forms div.input-description {
  font-size: 1.5rem;
  line-height: 2.5rem;
  font-weight: 400;
  color: #002678;
  text-align: left;
}
.forms div.description {
  font-size: 1.5rem;
  line-height: 2.5rem;
  font-weight: 400;
  color: #002678;
  text-align: left;
}
.forms div.description ul {
  margin-bottom: 30px;
}
.forms div.description p {
  margin-bottom: 30px;
}
.forms .form-check {
  display: block;
  min-height: 1.5rem;
  padding-left: 1.5em;
  margin-bottom: 0.125rem;
}
.forms .form-check input {
  width: 15px;
  height: 15px;
}
.forms div.permission label {
  padding: 0px 2px 0px 10px;
  box-sizing: border-box;
  font-size: 1.2rem;
  line-height: 1.6rem;
  font-weight: 400;
  text-align: left;
  margin-bottom: 30px;
  color: #002678;
}
.forms div.form-group {
  margin-bottom: 30px;
}
.forms ul.file-list {
  margin: 0px;
  padding: 0px;
}
.forms ul.file-list li {
  padding: 5px 15px;
  background-color: rgb(99, 98, 102);
  color: #fff;
  text-align: center;
  transition: all 0.5s ease 0s;
  border-radius: 5px;
  font-size: 1.3rem;
  line-height: 1.6rem;
  letter-spacing: 0.5px;
  cursor: pointer;
  list-style: none;
  float: left;
  margin: 0px 10px 10px 0px;
}
.forms ul.file-list li:hover {
  background-color: #00abed;
  color: #000;
}
.forms ul.file-list li:hover i {
  color: red;
}
.forms ul.file-list li i {
  color: #fff;
  padding-left: 20px;
  display: inline;
}

.error-message {
  background-color: red;
  color: #002678;
  text-align: center;
  font-size: 1.4rem;
  display: none;
  margin: 0 auto;
  width: auto;
  padding: 5px 20px;
}

em.state-error {
  color: red;
  position: relative;
  font-size: 13px;
  font-weight: 400;
  text-align: left;
  display: inline-block;
  width: 100%;
  font-style: normal;
  top: -5px;
  font-family: "DanoneOne", sans-serif;
}

input.form-control.state-error {
  border: solid 1px red;
  margin-bottom: 0rem;
}

button.add-more {
  background-color: #00abed;
  border: solid 1px #00abed;
  padding: 2px 15px;
  color: #fff;
  transition: all 0.5s ease 0.2s;
  font-size: 1.8rem;
  position: relative;
  top: 4px;
  margin-bottom: 20px;
}
button.add-more:hover {
  color: #00abed;
  background-color: #fff;
}

button.read-more {
  background-color: #00abed;
  border: solid 1px #00abed;
  padding: 5px 40px;
  color: #fff;
  transition: all 0.5s ease 0.2s;
  font-size: 2rem;
}
button.read-more:hover {
  color: #00abed;
  background-color: #fff;
}

div.form-wrap {
  margin-top: 50px;
}

ul.menu-footer {
  margin: 10px 0px;
  padding: 8px 0;
  text-align: left;
  width: 100%;
  margin: 10px auto;
  border-top: solid #b5b2b2 1px;
}
ul.menu-footer li {
  text-align: left;
  display: inline;
  padding: 3px 0px;
  margin: 0px 10px;
}
ul.menu-footer li a {
  color: #323232;
  font-size: 1.8rem;
}

input::-moz-placeholder {
  color: #002678;
  font-size: 12px;
}

input::placeholder {
  color: #002678;
  font-size: 12px;
}

img {
  -webkit-touch-callout: none; /* iOS Safari */
  -webkit-user-select: none; /* Safari */ /* Konqueror HTML */
  -moz-user-select: none; /* Firefox */ /* Internet Explorer/Edge */
  user-select: none; /* Non-prefixed version, currently
                 supported by Chrome and Opera */
}

.game-frame {
  position: relative;
  display: block;
  width: 1374px;
  height: auto;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  margin: 0 auto;
  padding: 0px;
  border-radius: 10px;
  background-color: #eedbbd;
  margin-top: 40px;
  padding-top: 20px;
}
.game-frame .frame-top {
  width: 100%;
  margin: 0px 0px 34px 0px;
  position: relative;
  display: block;
  height: 86px;
}
.game-frame .frame-top.frame-top-quiz {
  margin: 0px 0px 84px 0px;
}
.game-frame .frame-top h1 {
  text-align: center;
  font-size: 5.6rem;
  line-height: 8.6rem;
  position: absolute;
  display: block;
  width: 100%;
  pointer-events: none;
}
.game-frame .frame-top h3 {
  text-align: center;
  font-size: 2.5rem;
  line-height: 3rem;
  position: absolute;
  display: block;
  top: 100px;
  width: 100%;
  pointer-events: none;
}
.game-frame .frame-top a.game-btn {
  cursor: pointer;
  width: 143px;
  height: 86px;
  padding: 20px 0px;
  text-transform: uppercase;
  color: white;
  position: relative;
  margin-right: 20px;
  float: left;
  font-size: 2.2rem;
}
.game-frame .frame-top a.game-btn.main-btn {
  background-image: url("/assets/front/media/games/main_hover.png");
  background-image: url("/assets/front/media/games/main.png");
}
.game-frame .frame-top a.game-btn.main-btn:hover {
  background-image: url("/assets/front/media/games/main_hover.png");
}
.game-frame .frame-top a.game-btn.list-btn {
  background-image: url("/assets/front/media/games/list_hover.png");
  background-image: url("/assets/front/media/games/list.png");
}
.game-frame .frame-top a.game-btn.list-btn:hover {
  background-image: url("/assets/front/media/games/list_hover.png");
}
.game-frame .frame-top a.game-btn.list-long-btn {
  width: 167px;
  background-image: url("/assets/front/media/games/list-long_hover.png");
  background-image: url("/assets/front/media/games/list-long.png");
}
.game-frame .frame-top a.game-btn.list-long-btn:hover {
  background-image: url("/assets/front/media/games/list-long_hover.png");
}
.game-frame .thumb-boxes {
  text-align: center;
  max-width: 970px;
  margin: 0 auto;
}
.game-frame .thumb-boxes .thumb-box {
  text-decoration: none;
  display: inline-block;
  text-align: center;
  text-transform: uppercase;
  margin: 0px 25px 36px;
  font-size: 2.4rem;
  color: #2B2014;
  width: 265px;
  height: 250px;
  vertical-align: middle;
}
.game-frame .thumb-boxes .thumb-box img {
  display: block;
  width: 248px;
  height: 186px;
  border: 2px solid #2B2014;
  margin: 0px auto 10px;
}
.game-frame .thumb-boxes .thumb-box:hover {
  color: #497a38;
}
.game-frame .thumb-boxes .thumb-box:hover img {
  border-color: #497a38;
}

.preview-btn {
  cursor: pointer;
  padding: 10px 10px;
  line-height: 120%;
  display: inline-block;
  font-size: 1.6rem;
  text-transform: uppercase;
  border: 1px solid #eedbbd;
  color: white;
  transition: all 0.5s ease 0s;
  margin: 0px 3px;
  border-radius: 5px;
  position: absolute;
  left: 10px;
  top: 5px;
}
.preview-btn i {
  padding-right: 15px;
}
.preview-btn.active, .preview-btn:hover {
  background-color: #fff;
  color: #00abed;
}

.frame-content {
  width: 960px;
  height: 720px;
  margin: 0 auto;
  position: relative;
}
.frame-content .frame-content-transform, .frame-content #svg-container {
  transform-origin: left top;
  position: absolute;
  left: 0;
  top: 0;
}
.frame-content #bucket-container {
  transform-origin: right top;
  position: absolute;
  right: 0;
  top: 0;
}
.frame-content .game-border {
  border: 3px solid #2B2014;
  height: 720px;
  width: 960px;
  left: 0;
  top: 0;
  position: absolute;
  pointer-events: none;
}
.frame-content .animals-nav {
  margin: 20px auto 0px;
  text-align: center;
}
.frame-content .animals-nav .animals-nav-item {
  padding: 10px;
  display: inline-block;
  font-size: 3rem;
}
.frame-content .animals-nav .animals-nav-item:hover {
  color: #6D5236;
}
.frame-content .animals-nav .animals-nav-item.active {
  color: #497a38;
}
.frame-content .animals-items {
  display: none;
}
.frame-content .animals-items.active {
  display: block;
}
.frame-content.animals {
  width: 1172px;
}
.frame-content.animals .animals-container {
  width: 1072px;
  margin: 0 auto;
}
.frame-content.animals .animals-container #carousel-animals {
  opacity: 0;
}
.frame-content.animals .animals-container .animal-desc {
  padding: 30px 10px !important;
  font-size: 3rem;
  line-height: 3rem;
  text-align: left;
}
.frame-content.items {
  width: 1172px;
}
.frame-content.items h2 {
  font-size: 3rem;
}
.frame-content.coloring-item {
  width: 788px;
}
.frame-content .animals-prev-next {
  position: absolute;
  width: 50px;
  height: 50px;
  top: 213px;
  line-height: 50px;
  font-size: 60px;
  cursor: pointer;
}
.frame-content .animals-prev-next.prev {
  left: 0;
}
.frame-content .animals-prev-next.next {
  right: 0;
}
.frame-content .animals-prev-next:hover {
  color: #497a38;
}
.frame-content .animals-desc-box {
  padding: 30px;
  text-align: left;
  font-size: 30px;
}
.frame-content .img-animal {
  width: 536px;
  height: 536px;
}
.frame-content canvas {
  left: 0;
  top: 0;
  position: absolute;
  width: 960px;
  height: 720px;
}
.frame-content #svg, .frame-content #svg-preview {
  left: 0;
  top: 0;
  position: absolute;
  width: 720px;
  height: 720px;
}

#svg-container {
  height: 720px;
  width: 720px;
  box-sizing: border-box;
  border: 3px solid #2B2014;
  background: white;
}

#save-canvas {
  /* display: none; */
  height: 720px;
  width: 720px;
  position: absolute;
  left: 1850px;
}

#bucket-container {
  position: absolute;
  top: 0;
  right: 0;
  width: 100px;
  margin-left: 20px;
  box-sizing: border-box;
}

#bucket {
  display: block;
  width: 74px;
  height: 82px;
  margin: 0 auto;
}

.bucket-colors {
  margin: 18px auto 0px;
  width: 100px;
  height: 435px;
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
  align-content: space-around;
}

.bucket-color {
  width: 30px;
  height: 30px;
  background-color: rgb(233, 233, 233);
  display: table-cell;
  vertical-align: middle;
}

#svg, #svg-preview {
  position: absolute;
  top: 0px;
  left: 0px;
}

#svg-preview {
  display: none;
}
#svg-preview.show {
  display: block;
}

.coloring-btn {
  width: 100%;
  color: white;
  text-transform: uppercase;
  font-size: 1.6rem;
  height: 40px;
  line-height: 40px;
  cursor: pointer;
}
.coloring-btn.red {
  background: #CD4849;
}
.coloring-btn.black {
  background: #2C2014;
  margin: 16px 0px 5px;
}

#quiz-list-btn {
  display: none;
}

.quiz {
  /* Hide the browser's default checkbox */
}
.quiz .quiz-scr {
  min-height: 570px;
  display: none;
}
.quiz .quiz-scr.active {
  display: block;
}
.quiz #quiz-final-scr h1 {
  text-align: center;
  font-size: 4.2rem;
  line-height: 4.2rem;
  margin-top: 20px;
  margin-bottom: 10px;
}
.quiz #quiz-final-scr h3 {
  padding: 0px 30px;
  font-size: 2.2rem;
  line-height: 3rem;
  text-align: center;
}
.quiz #quiz-final-scr #quiz-final-btn {
  width: 300px;
  padding: 20px;
  border: 2px solid #2B2014;
  text-align: center;
  text-transform: uppercase;
  margin: 30px auto;
  font-size: 2.4rem;
  color: #2B2014;
  vertical-align: middle;
  cursor: pointer;
}
.quiz #quiz-final-scr #quiz-final-btn.locked {
  pointer-events: none;
}
.quiz #quiz-start {
  min-height: 720px;
}
.quiz #quiz-start h3 {
  position: absolute;
  bottom: 20px;
  text-align: center;
  width: 100%;
}
.quiz #quiz-start #quiz-info h2 {
  margin-top: 50px;
  margin-bottom: 50px;
}
.quiz #quiz-start #quiz-info #quiz-age,
.quiz #quiz-start #quiz-info #quiz-name {
  margin: 50px 150px;
  text-align: left;
  font-size: 3rem;
  line-height: 3rem;
  height: 3rem;
  position: relative;
}
.quiz #quiz-start #quiz-info #quiz-age .validate-info,
.quiz #quiz-start #quiz-info #quiz-name .validate-info {
  color: #cd4849;
  position: absolute;
  left: 0px;
  top: 40px;
  font-size: 1.75rem;
}
.quiz #quiz-start #quiz-info #quiz-age input[type=text],
.quiz #quiz-start #quiz-info #quiz-name input[type=text] {
  background: none;
  border: none;
  border-bottom: 2px dotted #2b2014;
}
.quiz #quiz-start #quiz-info #quiz-age input[type=text]:focus,
.quiz #quiz-start #quiz-info #quiz-name input[type=text]:focus {
  outline: none;
}
.quiz #quiz-start #quiz-info #quiz-age label,
.quiz #quiz-start #quiz-info #quiz-name label {
  display: inline-block;
}
.quiz #quiz-start #quiz-info #quiz-name label {
  width: 200px;
}
.quiz #quiz-start #quiz-info #quiz-name input {
  width: calc(100% - 200px);
}
.quiz #quiz-start #quiz-info #quiz-age label {
  width: 80px;
}
.quiz #quiz-start #quiz-info #quiz-age input {
  width: calc(100% - 80px);
}
.quiz #quiz-start #quiz-choose {
  margin-top: 120px;
}
.quiz #quiz-start #quiz-choose > div.row {
  padding-left: 150px;
  padding-right: 150px;
}
.quiz .quiz-btn {
  margin: 0px auto;
  width: 277px;
  height: 164px;
  text-transform: uppercase;
  font-size: 2.4rem;
  color: #2B2014;
  text-align: center;
  vertical-align: middle;
  line-height: 164px;
  cursor: pointer;
}
.quiz .quiz-btn.quiz-btn-easy {
  background-image: url("/front/img/ramka1.png");
}
.quiz .quiz-btn.quiz-btn-hard {
  background-image: url("/front/img/ramka2.png");
}
.quiz .quiz-8-box {
  width: 248px;
  height: 248px;
  display: inline-block;
  text-align: center;
  text-transform: uppercase;
  margin: 0px 25px 36px;
  font-size: 2.4rem;
  color: #2B2014;
  vertical-align: middle;
  line-height: 248px;
  border: 2px solid #2B2014;
}
.quiz .quiz-8-box img {
  display: block;
  width: 248px;
  height: 248px;
}
.quiz .quiz-8-box.good {
  border: 4px solid green;
  pointer-events: none;
}
.quiz .quiz-8-box.bad {
  border: 4px solid red;
}
.quiz .quiz-8-box.selected {
  border: 4px solid yellow;
  pointer-events: none;
}
.quiz .quiz-8-box.locked {
  pointer-events: none;
}
.quiz .quiz-8-box .quiz-8-box-frame {
  position: absolute;
  left: -2px;
  top: -2px;
  width: 248px;
  height: 248px;
  border: 2px solid #2B2014;
  pointer-events: none;
}
.quiz .quiz-8-box .quiz-8-box-frame.good {
  left: -4px;
  top: -4px;
  width: 252px;
  height: 252px;
  border: 4px solid green;
}
.quiz .quiz-8-box .quiz-8-box-frame.bad {
  border: 4px solid red;
}
.quiz .quiz-8-box .quiz-8-box-frame.selected {
  border: 4px solid yellow;
}
.quiz .quiz-8-box .quiz-8-box-frame.locked {
  pointer-events: none;
}
.quiz #quiz-next-question-btn {
  display: none;
  margin: 0 auto;
  bottom: 0;
  text-align: center;
  width: 260px;
  font-size: 3rem;
  padding: 5px;
  cursor: pointer;
  text-transform: uppercase;
}
.quiz #quiz-next-question-btn.enabled:hover {
  color: #6D5236;
}
.quiz #quiz-next-question-btn.disabled {
  cursor: not-allowed;
  color: rgba(43, 32, 20, 0.4);
  pointer-events: none;
}
.quiz #quiz-part-finish {
  text-align: center;
  margin-top: 90px;
}
.quiz #quiz-part-finish img {
  display: block;
  width: 168px;
  height: 168px;
  margin: 0px auto;
}
.quiz #quiz-part-finish h1 {
  margin: 20px auto;
  text-align: center;
}
.quiz #quiz-part-finish #quiz-next-part-btn {
  width: 300px;
  padding: 20px;
  border: 2px solid #2B2014;
  text-align: center;
  text-transform: uppercase;
  margin: 30px auto;
  font-size: 2.4rem;
  color: #2B2014;
  vertical-align: middle;
}
.quiz .quiz-8-box-txt {
  position: absolute;
  left: 27px;
  width: 244px;
  line-height: 34px;
  font-size: 1.8rem;
  text-transform: uppercase;
  margin: 0;
  padding: 0px 4px;
}
.quiz .quiz-8-box-txt.txt-top {
  background: white;
  top: 2px;
  border-bottom: 2px solid #2B2014;
}
.quiz .quiz-8-box-txt.txt-bottom {
  background: white;
  bottom: 38px;
  border-top: 2px solid #2B2014;
}
.quiz .quiz-8-box-alt-click {
  position: absolute;
  left: 0;
  top: 0;
  width: 40px;
  height: 40px;
  background: rgba(255, 0, 0, 0);
}
.quiz p.quiz-h-3-box.selected {
  border-top: 4px solid yellow;
  pointer-events: none;
  left: 29px;
  width: 240px;
  line-height: 30px;
  bottom: 40px;
}
.quiz p.quiz-h-3-box.good {
  border-top: 4px solid green;
  pointer-events: none;
  left: 29px;
  width: 240px;
  line-height: 30px;
  bottom: 40px;
}
.quiz p.quiz-h-2-box.good {
  pointer-events: none;
  left: 29px;
  width: 240px;
  line-height: 30px;
}
.quiz p.quiz-h-2-box.good.txt-bottom {
  border-top: 4px solid green;
  bottom: 40px;
}
.quiz p.quiz-h-2-box.good.txt-top {
  border-bottom: 4px solid green;
  top: 4px;
}
.quiz #quiz-e-4 .quiz-8-box.good {
  width: 248px;
  height: 248px;
}
.quiz #quiz-h-6 .quiz-8-box.good {
  width: 248px;
  height: 248px;
}
.quiz #quiz-h-4 img.quiz-8-box {
  border: none;
}
.quiz #quiz-h-4 .quiz-8-box {
  width: 248px;
  height: 536px;
}
.quiz #quiz-h-4 .quiz-8-box.alt-img {
  display: none;
}
.quiz #quiz-h-4 #quiz-h-4-1 .quiz-8-box-alt-click {
  left: 50px;
  top: 130px;
}
.quiz #quiz-h-4 #quiz-h-4-2 .quiz-8-box-alt-click {
  left: 110px;
  top: 110px;
  height: 170px;
}
.quiz #quiz-h-4 #quiz-h-4-3 .quiz-8-box-alt-click {
  left: 180px;
  top: 190px;
  width: 70px;
  height: 190px;
}
.quiz #quiz-h-4 #quiz-h-4-4 .quiz-8-box-alt-click {
  left: 80px;
  top: 300px;
  width: 60px;
  height: 130px;
}
.quiz #quiz-e-7-2 {
  margin-top: 80px;
}
.quiz #quiz-e-4 p,
.quiz #quiz-h-5 p,
.quiz #quiz-h-6 p,
.quiz #quiz-h-7 p {
  font-size: 2.1rem;
}
.quiz #quiz-e-4 .quiz-8-box,
.quiz #quiz-h-5 .quiz-8-box,
.quiz #quiz-h-6 .quiz-8-box,
.quiz #quiz-h-7 .quiz-8-box {
  position: relative;
}
.quiz #quiz-e-4 .quiz-8-box img,
.quiz #quiz-h-5 .quiz-8-box img,
.quiz #quiz-h-6 .quiz-8-box img,
.quiz #quiz-h-7 .quiz-8-box img {
  display: none;
  position: absolute;
  left: -2px;
  top: -2px;
}
.quiz #quiz-e-4 .quiz-8-box img.active,
.quiz #quiz-h-5 .quiz-8-box img.active,
.quiz #quiz-h-6 .quiz-8-box img.active,
.quiz #quiz-h-7 .quiz-8-box img.active {
  display: block;
}
.quiz #quiz-e-4 .quiz-8-box .quiz-8-box-txt,
.quiz #quiz-h-5 .quiz-8-box .quiz-8-box-txt,
.quiz #quiz-h-6 .quiz-8-box .quiz-8-box-txt,
.quiz #quiz-h-7 .quiz-8-box .quiz-8-box-txt {
  position: absolute;
  left: 0;
  top: 0;
  width: 244px;
  height: 244px;
  line-height: 3rem;
  display: table;
}
.quiz #quiz-e-4 .quiz-8-box .quiz-8-box-txt.img-click-prompt,
.quiz #quiz-h-5 .quiz-8-box .quiz-8-box-txt.img-click-prompt,
.quiz #quiz-h-6 .quiz-8-box .quiz-8-box-txt.img-click-prompt,
.quiz #quiz-h-7 .quiz-8-box .quiz-8-box-txt.img-click-prompt {
  background: rgba(43, 32, 20, 0.85);
  color: white;
  text-transform: none;
}
.quiz #quiz-e-4 .quiz-8-box .quiz-8-box-txt > p,
.quiz #quiz-h-5 .quiz-8-box .quiz-8-box-txt > p,
.quiz #quiz-h-6 .quiz-8-box .quiz-8-box-txt > p,
.quiz #quiz-h-7 .quiz-8-box .quiz-8-box-txt > p {
  display: table-cell;
  vertical-align: middle;
}
.quiz #quiz-h-8 img,
.quiz #quiz-h-9 img,
.quiz #quiz-h-10 img {
  width: 450px;
  height: 450px;
}
.quiz .custom-radio,
.quiz .custom-number {
  display: block;
  position: relative;
  padding-left: 55px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 22px;
  text-align: left;
  line-height: 40px;
}
.quiz .custom-radio input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
.quiz .checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 40px;
  width: 40px;
  background-color: #fff;
  border: 2px solid #2B2014;
}
.quiz .checkmark-number {
  position: absolute;
  top: 0;
  left: 0;
  height: 40px;
  width: 40px;
  font-size: 20px;
  line-height: 40px;
  background-color: #fff;
  border: none;
  text-align: center;
}
.quiz .checkmark-number.good {
  border: 4px solid green;
  pointer-events: none;
  line-height: 32px;
}
.quiz .checkmark:after {
  content: "";
  position: absolute;
  display: none;
}
.quiz .custom-radio input:checked ~ .checkmark:after {
  display: block;
}
.quiz .custom-radio .checkmark:after {
  left: 7px;
  top: 7px;
  width: 22px;
  height: 22px;
  background: #497a38;
}

#quiz-e-4 {
  padding-top: 40px;
}

#quiz-e-7 {
  padding-top: 30px;
}

#quiz-h-8,
#quiz-h-9,
#quiz-h-10 {
  padding-top: 40px;
}
#quiz-h-8 .radio-box,
#quiz-h-9 .radio-box,
#quiz-h-10 .radio-box {
  padding: 40px 0px 0px;
}

@media screen and (max-width: 1394px) {
  .game-frame {
    width: 100%;
    height: 958px;
  }
  .game-frame .frame-top {
    margin: 0px 0px 120px 0px;
  }
  .game-frame .frame-top.frame-top-quiz {
    margin: 0px 0px 170px 0px;
  }
  .game-frame .frame-top h1 {
    margin-top: 86px;
  }
  .game-frame .frame-top h3 {
    top: 186px;
  }
  .frame-content.items {
    width: 100%;
  }
  .frame-content.animals {
    width: 100%;
  }
  .frame-content.animals .animals-container {
    width: calc(100% - 100px);
  }
  .br-responsive {
    display: none;
  }
  .quiz .custom-radio,
  .quiz .custom-number {
    font-size: 16px;
    line-height: 30px;
  }
  .quiz .quiz-8-box-txt {
    width: 196px;
    font-size: 1.4rem;
  }
  .quiz .quiz-8-box {
    width: 200px;
    height: 200px;
    line-height: 200px;
  }
  .quiz .quiz-8-box img {
    width: 200px;
    height: 200px;
  }
  .quiz .quiz-8-box .quiz-8-box-frame {
    position: absolute;
    left: -2px;
    top: -2px;
    width: 200px;
    height: 200px;
    border: 2px solid #2B2014;
    pointer-events: none;
  }
  .quiz .quiz-8-box .quiz-8-box-frame.good {
    width: 204px;
    height: 204px;
  }
  .quiz p.quiz-h-3-box.selected {
    width: 192px;
  }
  .quiz p.quiz-h-3-box.good {
    width: 192px;
  }
  .quiz p.quiz-h-2-box.good {
    width: 192px;
  }
  .quiz #quiz-e-7 {
    padding-top: 60px;
  }
  .quiz #quiz-e-7 #quiz-e-7-1 img {
    height: 420px;
    width: auto;
  }
  .quiz #quiz-e-4 p,
  .quiz #quiz-h-5 p,
  .quiz #quiz-h-6 p,
  .quiz #quiz-h-7 p {
    font-size: 1.4rem;
  }
  .quiz #quiz-e-4 .quiz-8-box .quiz-8-box-txt,
  .quiz #quiz-h-5 .quiz-8-box .quiz-8-box-txt,
  .quiz #quiz-h-6 .quiz-8-box .quiz-8-box-txt,
  .quiz #quiz-h-7 .quiz-8-box .quiz-8-box-txt {
    width: 198px;
    height: 198px;
    line-height: 3rem;
  }
}
@media screen and (max-width: 1080px) {
  .game-frame {
    height: auto;
    background-repeat: repeat;
    background-size: repeat;
  }
  .game-frame .frame-content.items {
    height: auto;
  }
  .quiz #quiz-e-7 {
    padding-top: 60px;
  }
  .quiz #quiz-e-7 #quiz-e-7-1 img {
    height: 380px;
    width: auto;
  }
  .quiz #quiz-e-7 #quiz-e-7-2 {
    margin-top: 50px;
  }
  .quiz .custom-radio,
  .quiz .custom-number {
    margin-bottom: 22px;
  }
  .quiz #quiz-h-8 .radio-box,
  .quiz #quiz-h-9 .radio-box,
  .quiz #quiz-h-10 .radio-box {
    padding: 20px 0px 0px;
  }
  .quiz #quiz-h-8 img,
  .quiz #quiz-h-9 img,
  .quiz #quiz-h-10 img {
    width: 360px;
    height: 360px;
  }
}
@media screen and (max-width: 991.98px) {
  .game-frame {
    height: auto;
    background-repeat: repeat;
    background-size: repeat;
  }
  .game-frame .frame-top h1 {
    font-size: 3.6rem;
    line-height: 5.6rem;
  }
  .game-frame .frame-content .img-animal {
    height: auto;
  }
  .game-frame .frame-content.items {
    height: auto;
  }
  .game-frame .frame-content.animals .animals-container .animal-desc {
    padding: 15px 5px !important;
    font-size: 2rem;
    line-height: 2rem;
    text-align: left;
  }
  .quiz #quiz-e-7 {
    padding-top: 60px;
  }
  .quiz #quiz-e-7 #quiz-e-7-1 img {
    height: 380px;
    width: auto;
  }
  .quiz #quiz-e-7 #quiz-e-7-2 {
    margin-top: 50px;
  }
  .quiz .custom-radio,
  .quiz .custom-number {
    margin-bottom: 22px;
  }
  .quiz #quiz-h-8 .radio-box,
  .quiz #quiz-h-9 .radio-box,
  .quiz #quiz-h-10 .radio-box {
    padding: 20px 0px 0px;
  }
  .quiz #quiz-h-8 img,
  .quiz #quiz-h-9 img,
  .quiz #quiz-h-10 img {
    width: 360px;
    height: 360px;
  }
}
@media screen and (max-width: 630px) {
  .game-frame .frame-top h1 {
    font-size: 2.8rem;
    line-height: 2.8rem;
    margin-top: 106px;
  }
  .game-frame .frame-top.coloring-top {
    margin: 0px 0px 80px 0px;
  }
  .game-frame .frame-top.coloring-top h1 {
    margin-top: 116px;
  }
  .game-frame .frame-top.coloring-top .preview-btn {
    padding: 0;
    width: 86px;
    height: 86px;
    background-position: 26px 28px;
  }
  .game-frame .frame-top.coloring-top .preview-btn span {
    display: none;
  }
  .game-frame .frame-top.puzzle-top {
    margin: 0px 0px 80px 0px;
  }
  .game-frame .frame-top.puzzle-top h1 {
    margin-top: 116px;
  }
  .game-frame .frame-top.puzzle-top .preview-btn {
    padding: 0;
    width: 86px;
    height: 86px;
    background-position: 26px 28px;
  }
  .game-frame .frame-top.puzzle-top .preview-btn span {
    display: none;
  }
  .frame-content.items h2 {
    font-size: 2.5rem;
  }
}
@media screen and (max-width: 540px) {
  .game-frame {
    padding: 20px;
  }
  .game-frame .frame-top a.game-btn {
    width: 86px;
    height: 86px;
    background-position: 26px 25px;
    background-repeat: no-repeat;
    font-size: 0;
    margin-right: 10px;
    border: 2px solid #2B2014;
  }
  .game-frame .frame-top a.game-btn.main-btn {
    background-color: #497a38;
    background-image: url("/assets/front/media/games/home_ico.png");
  }
  .game-frame .frame-top a.game-btn.main-btn:hover {
    background-color: #3b632d;
    background-image: url("/assets/front/media/games/home_ico.png");
  }
  .game-frame .frame-top a.game-btn.list-btn {
    background-color: #6d5236;
    background-image: url("/assets/front/media/games/list_ico.png");
  }
  .game-frame .frame-top a.game-btn.list-btn:hover {
    background-color: #59432c;
    background-image: url("/assets/front/media/games/list_ico.png");
  }
  .game-frame .frame-top a.game-btn.list-long-btn {
    width: 86px;
    background-color: #6d5236;
    background-image: url("/assets/front/media/games/list_ico.png");
  }
  .game-frame .frame-top a.game-btn.list-long-btn:hover {
    background-color: #59432c;
    background-image: url("/assets/front/media/games/list_ico.png");
  }
}
@media screen and (max-width: 460px) {
  .game-frame .thumb-boxes .thumb-box {
    margin-left: 0px;
    margin-right: 0px;
  }
}
@media screen and (max-width: 767px) {
  .game-frame .frame-top.frame-top-quiz.animals-item-top {
    margin: 0px 0px 90px 0px;
  }
  .animals-prev-next {
    display: none;
  }
  .game-frame .frame-content .img-animal {
    width: 100%;
    height: auto;
  }
  .game-frame .frame-content.animals {
    height: auto;
  }
  .game-frame .frame-content.animals .animals-container {
    width: 100%;
  }
}
.frame-buttons {
  width: 100%;
  position: relative;
  right: 0px;
  padding: 5px 20px;
  display: inline-block;
  background-color: #00abed;
  margin-top: 20px;
  text-align: right;
}
.frame-buttons span {
  display: inline-block;
  padding-right: 10px;
  color: #fff;
  font-size: 16px;
  text-transform: uppercase;
}
.frame-buttons .btn-level {
  cursor: pointer;
  padding: 10px 10px;
  line-height: 120%;
  display: inline-block;
  font-size: 1.6rem;
  text-transform: uppercase;
  border: 1px solid #eedbbd;
  color: white;
  transition: all 0.5s ease 0s;
  margin: 0px 3px;
  border-radius: 5px;
}
.frame-buttons .btn-level.active, .frame-buttons .btn-level:hover {
  background-color: #fff;
  color: #00abed;
}

* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

.clearfix {
  overflow: auto;
  width: 100%;
}

.clearfix::after {
  content: "";
  clear: both;
  display: table;
}

html {
  font-size: 10px;
}

body {
  background-color: #fff;
  background-position: top right;
  background-repeat: repeat-y;
  font-size: 10px;
  line-height: 30px;
}

.image-margin-left {
  float: right;
  margin: 8px 0 0 10px;
}

.image-margin-right {
  float: left;
  margin: 8px 10px 0 0;
}

a.no-underline:hover {
  text-decoration: none;
}

strong {
  font-weight: bold;
}

img {
  vertical-align: middle;
  display: inline-block;
}

html, body {
  /*  -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-smoothing: antialiased; */
  font-size: 10px;
  overflow-x: hidden;
  color: #282828;
  direction: ltr;
  position: relative;
  font-family: "DanoneOne", sans-serif;
  font-weight: 400;
  padding: 0;
  margin: 0;
  -webkit-font-smoothing: antialiased !important;
}
@media screen and (max-width: 576px) {
  html, body {
    background-image: none;
  }
}

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

.container {
  max-width: 1400px;
}

.cursor {
  cursor: pointer;
}

.hides {
  display: none;
}

.container-vertical {
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 100%;
}

.container-vertical-left {
  display: flex;
  align-items: center;
  min-height: 100%;
}

a.facebookBtn {
  background: #3B5499;
  color: #ffffff;
  padding: 10px;
  width: 100%;
  text-align: center;
  display: block;
  border-radius: 3px;
  font-size: 16px;
  font-family: "DanoneOne", sans-serif;
}

div.dropdown-menu {
  background-color: #00abed;
  z-index: 99999;
  opacity: 0.85;
  padding: 0px 0px 0px 0px;
  width: 280px;
  right: 0px;
}
div.dropdown-menu a {
  color: #fff !important;
  text-transform: inherit !important;
  display: inline-block;
  white-space: break-spaces !important;
  margin: 0px 0px !important;
  font-size: 1.4rem !important;
  font-weight: 500 !important;
  line-height: 1.8rem !important;
  padding: 10px 20px 10px 20px !important;
  border-bottom: solid 2px #00abed;
}
div.dropdown-menu a:hover {
  color: #000 !important;
  background: #00abed !important;
}

a.dropdown-toggle::after {
  display: none !important;
}

.clearFix {
  width: 100%;
  clear: both;
}

.iframeVideo {
  height: 0px;
  padding-top: 25px;
  padding-bottom: 56.2%;
  position: relative;
}

.iframeVideo iframe {
  width: 100%;
  height: 100%;
  position: absolute;
}

.orangeColor {
  color: #ef9218 !important;
}

#formContactMessage {
  font-size: 2.2rem;
  color: #fff;
  -webkit-text-decoration: rgb(0, 0, 0);
          text-decoration: rgb(0, 0, 0);
  text-align: center;
  padding: 5px 0px;
}

em.state-error {
  color: red;
  position: relative;
  font-size: 15px;
  line-height: 16px;
  font-weight: 400;
  text-align: left;
  display: inline-block;
  width: 100%;
  font-style: normal;
  top: 0px;
  font-family: "DanoneOne", sans-serif;
}

input.form-control.state-error {
  border: solid 1px red !important;
  margin-bottom: 0rem;
}

.border-dashed-grey-product {
  width: 100%;
  padding: 10px 0px;
  border-bottom: dashed #d6d6d6 1px;
}

div.vertical-vertical .outer {
  display: table;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}
div.vertical-vertical .middle {
  display: table-cell;
  vertical-align: middle;
}
div.vertical-vertical .inner {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  /*whatever width you want*/
  text-align: center;
}

.body-layer {
  position: fixed;
  background-color: #132625;
  opacity: 0.95;
  width: 100%;
  min-height: 100vh;
  z-index: 999;
  display: none;
}
.body-layer.active {
  display: block;
}

a.fixMargin {
  position: relative;
  display: block;
  position: relative;
  top: -140px;
  visibility: hidden;
}

/*************************************************XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX***************************************/
.sidenav {
  height: 100%; /* 100% Full-height */
  width: 0; /* 0 width - change this with JavaScript */
  position: fixed; /* Stay in place */
  z-index: 9999; /* Stay on top */
  top: 0; /* Stay at the top */
  left: 0;
  overflow-x: hidden; /* Disable horizontal scroll */
  padding-top: 60px; /* Place content 60px from the top */
  transition: 0.5s; /* 0.5 second transition effect to slide in the sidenav */
  z-index: 999999;
  /*navi 1*/
}
.sidenav.modalGreen {
  background: #0c3a6c;
}
.sidenav.modalWhite {
  background: #fff;
}
.sidenav.sidenavRight.modalBlue {
  background: #fff;
  color: #fff;
}
.sidenav.sidenavRight.modalBlue.active {
  left: 60%;
  width: 40%;
}
@media screen and (max-width: 1080px) {
  .sidenav.sidenavRight.modalBlue.active {
    width: 100%;
    left: 0%;
  }
}
.sidenav.active {
  width: 50%;
}
@media screen and (max-width: 767px) {
  .sidenav.active {
    width: 90%;
  }
}
.sidenav.sidenavRight {
  right: 0px;
  left: 100%;
  width: 40%;
  z-index: 9999999;
}
.sidenav.sidenavRight.active {
  left: 40%;
  width: 60%;
}
@media screen and (max-width: 1080px) {
  .sidenav.sidenavRight.active {
    width: 100%;
    left: 0%;
  }
}
.sidenav .closebtn {
  position: absolute;
  top: 0;
  right: 25px;
  font-size: 36px;
  margin-left: 50px;
  text-align: left;
}
.sidenav div.navi-wrapper {
  position: absolute;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
  display: flex;
  width: 100%;
  height: 100%;
  max-height: 100vh;
  flex-direction: column;
  justify-content: space-between;
}
.sidenav div.navi-container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  flex: 1;
}
.sidenav ul.navi-list {
  display: flex;
  margin-bottom: 0px;
  padding-left: 30px;
  flex-direction: column;
  align-items: left;
  flex: 0 auto;
  padding-top: 80px;
  margin-bottom: 40px;
  text-align: left;
}
.sidenav ul.navi-list ul {
  padding-left: 30px;
}
.sidenav ul.navi-list li {
  margin-top: 5px;
  margin-bottom: 5px;
  transition: transform 350ms ease;
  list-style: none;
}
.sidenav ul.navi-list li.lang img {
  width: 25px;
}
.sidenav ul.navi-list li a.modal-link {
  display: block;
  color: #fff;
  font-size: 30px;
  line-height: 40px;
  font-style: normal;
  text-decoration: none;
  transition: transform 350ms ease;
}
@media (max-width: 992px) {
  .sidenav ul.navi-list li a.modal-link {
    font-size: 22px;
    line-height: 26px;
    font-weight: 600;
  }
}
.sidenav ul.navi-list li a.modal-link:hover {
  transform: translate(10px, 0px);
}
.sidenav ul.navi-list li a.modal-link-small {
  display: block;
  color: #dbd2d2;
  font-size: 18px;
  line-height: 22px;
  font-style: normal;
  text-decoration: none;
  transition: transform 350ms ease;
}
@media (max-width: 992px) {
  .sidenav ul.navi-list li a.modal-link-small {
    font-size: 15px;
    line-height: 22px;
    padding: 5px 0px;
  }
}
.sidenav ul.navi-list li a.modal-link-small:hover {
  transform: translate(10px, 0px);
}
.sidenav div.navi-contact {
  display: flex;
  margin-bottom: 60px;
  flex-direction: column;
  align-items: center;
}
.sidenav div.address {
  font-style: normal;
  color: #fff;
  text-align: center;
  font-size: 20px;
  line-height: 30px;
}
.sidenav div.address a {
  color: #fff;
}
@media (max-width: 992px) {
  .sidenav div.address {
    font-size: 16px;
    line-height: 26px;
  }
}
.sidenav a.text-white {
  font-style: italic;
  text-decoration: none;
  color: #fff;
  font-size: 20px;
  line-height: 30px;
}
@media (max-width: 992px) {
  .sidenav a.text-white {
    font-size: 16px;
    line-height: 26px;
  }
}
.sidenav a.navi-text-strike {
  position: relative;
  margin-top: 30px;
  margin-bottom: 30px;
}
.sidenav a.navi-text-strike div.strike-line {
  width: 0%;
  opacity: 0;
  height: 1px;
  top: 100%;
  position: absolute;
  display: inline-block;
  -webkit-box-align: center;
  background-color: #fff;
}
.sidenav a.navi-text-strike div.text-email {
  font-family: "DanoneOne", sans-serif;
  font-size: 11px;
  font-style: normal;
  font-weight: 400;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #fff;
}
.sidenav a.navi-text-strike:hover {
  text-decoration: none;
}
.sidenav a.navi-text-strike:hover div.strike-line {
  width: 100%;
  opacity: 0.5;
  height: 1px;
  background-color: #fff;
}
.sidenav ul.menu-social-list {
  display: flex;
  margin-right: -10px;
  margin-bottom: 0px;
  margin-left: -10px;
}
.sidenav ul.menu-social-list li {
  padding-right: 10px;
  padding-left: 10px;
  list-style: none;
  color: #fff;
  text-align: center;
  transition: all 0.5s ease 0s;
}
.sidenav ul.menu-social-list li a {
  transition: all 0.5s ease 0s;
  color: #fff;
}
.sidenav ul.menu-social-list li a i {
  font-size: 4rem;
}
.sidenav ul.menu-social-list li:hover {
  transform: scale(1.2);
}
.sidenav a.closebtn.white {
  position: absolute;
  top: 15px;
  left: -25px;
  font-size: 70px;
  color: #fff;
  z-index: 100;
  transition: all 0.5s ease 0s;
}
.sidenav a.closebtn.white:hover {
  opacity: 0.6;
  text-decoration: none;
}
.sidenav a.closebtn.black {
  position: absolute;
  top: 15px;
  left: 25px;
  font-size: 70px;
  color: #000;
  z-index: 100;
  margin-left: 0px;
  transition: all 0.5s ease 0s;
}
.sidenav a.closebtn.black:hover {
  opacity: 0.6;
  text-decoration: none;
}
.sidenav div.text-info-white {
  text-align: center;
  color: #000;
  font-size: 30px;
}

/*Header Start*/
header {
  width: 100%;
  position: relative;
  text-align: center;
  display: inline-block;
}
header div.header-wrap {
  background-color: #f4f4f4;
  position: relative;
  height: 150px;
  width: 100%;
  z-index: 99;
  border-bottom: solid #000 1px;
}
@media screen and (max-width: 992px) {
  header div.header-wrap {
    height: 120px;
  }
}
@media screen and (max-width: 576px) {
  header div.header-wrap {
    height: 80px;
  }
}
header div.navigation {
  position: relative;
  width: 100%;
  margin: 0 auto;
  text-align: center;
}
header div.navigation div.section-wrap {
  width: 100%;
  max-width: 1400px;
  height: 130px;
  text-align: center;
  margin: 0 auto;
}
@media screen and (max-width: 992px) {
  header div.navigation div.section-wrap {
    height: 120px;
  }
}
@media screen and (max-width: 576px) {
  header div.navigation div.section-wrap {
    height: 80px;
  }
}
header div.navigation div.section-left {
  position: relative;
  float: left;
  width: auto;
  padding-right: 0px;
  height: 100%;
  display: inline-block;
  text-align: left;
  padding: 20px 0px 20px 20px;
}
@media screen and (max-width: 992px) {
  header div.navigation div.section-left {
    width: auto;
    padding: 0px 0px 0px 20px;
  }
}
header div.navigation div.section-left img {
  height: 80px;
}
@media screen and (max-width: 992px) {
  header div.navigation div.section-left img {
    height: 80px;
  }
}
header div.navigation div.section-left img.logo-2 {
  display: block;
}
@media screen and (max-width: 992px) {
  header div.navigation div.section-left img.logo-2 {
    display: none;
  }
}
header div.navigation div.section-left img.logo-1 {
  display: none;
}
@media screen and (max-width: 992px) {
  header div.navigation div.section-left img.logo-1 {
    display: block;
    height: 60px;
  }
}
header div.navigation div.section-right {
  position: relative;
  float: right;
  width: auto;
  height: 100%;
  width: auto;
  position: relative;
  padding-right: 30px;
}
@media screen and (max-width: 1200px) {
  header div.navigation div.section-right {
    width: auto;
  }
}
header div.navigation div.section-right ul.menuRight {
  float: right;
  list-style: none;
  margin: 0;
  padding: 0;
}
header div.navigation div.section-right ul.menuRight li {
  float: left;
  text-align: left;
}
header div.navigation div.section-right ul.menuRight li.wcag {
  margin: 0px 5px;
  font-size: 20px;
  height: 40px;
  position: relative;
  top: 4px;
  cursor: pointer;
}
@media screen and (max-width: 576px) {
  header div.navigation div.section-right ul.menuRight li.wcag {
    display: none;
  }
}
header div.navigation div.section-right ul.menuRight li.wcag i {
  font-size: 24px;
}
header div.navigation div.section-right ul.menuRight li.wcag i.decla {
  font-size: 30px;
}
header div.navigation div.section-right ul.menuRight li.wcag span.wcaFont_1 {
  font-size: 3rem;
}
header div.navigation div.section-right ul.menuRight li.wcag span.wcaFont_2 {
  font-size: 2.4rem;
  position: relative;
  top: 3px;
}
header div.navigation div.section-right ul.menuRight li.wcag span.wcaFont_3 {
  font-size: 1.8rem;
  position: relative;
  top: 3px;
}
header div.navigation div.section-right ul.menuRight li.LangFix img {
  height: 30px;
}
@media screen and (max-width: 992px) {
  header div.navigation div.section-right ul.menuRight li.LangFix img {
    height: 25px;
  }
}
header div.navigation div.section-right ul.menuRight li.LangFix:hover {
  background-color: transparent;
}
header div.navigation div.section-right ul.menuRight li.LangFix a {
  margin: 35px 0px 10px 5px;
  padding: 0px 0px;
  background-color: transparent;
}
header div.navigation div.section-right ul.menuRight li.LangFix a i {
  color: #eedbbd;
  font-size: 30px;
}
header div.navigation div.section-menu {
  width: 100%;
  height: 65px;
  text-align: center;
  margin: 0 auto;
  background: #00abed;
  background-color: #00abed;
}
@media screen and (max-width: 992px) {
  header div.navigation div.section-menu {
    display: none;
  }
}
header div.navigation div#menu_hamb {
  position: relative;
  top: 0px;
  right: 0px;
  cursor: pointer;
  z-index: 9999;
  display: none;
  padding: 20px 10px 20px 20px;
}
header div.navigation div#menu_hamb svg rect {
  fill: #00abed;
}
@media screen and (max-width: 992px) {
  header div.navigation div#menu_hamb svg rect {
    fill: #00abed;
  }
}
@media screen and (max-width: 992px) {
  header div.navigation div#menu_hamb {
    display: block;
  }
}
header div.navigation div.menu {
  position: relative;
  top: 0px;
  width: 100%;
  max-width: 1400px;
  height: 65px;
  text-align: center;
  margin: 0 auto;
  position: relative;
  z-index: 9999;
}
header div.navigation div.menu ul {
  display: inline-block;
  width: auto;
  top: 0px;
  float: left;
  text-align: left;
  list-style: none;
  margin-top: 7px;
  margin-bottom: 0px;
  margin-right: 0px;
  z-index: 9999;
  position: relative;
  padding-left: 0px;
  padding-right: 0px;
}
header div.navigation div.menu ul li {
  float: left;
  padding-left: 0px;
  padding-right: 0px;
}
header div.navigation div.menu ul li a {
  position: relative;
  color: #fff;
  font-size: 1.8rem;
  letter-spacing: 1px;
  font-weight: 600;
  display: inline-block;
  padding: 0px 0px;
  margin: 10px 15px;
  transition: all 0.5s ease 0s;
  text-transform: uppercase;
}
@media screen and (max-width: 992px) {
  header div.navigation div.menu ul li a {
    font-size: 1.4rem;
  }
}
header div.navigation div.menu ul li a:hover, header div.navigation div.menu ul li a.active {
  position: relative;
  border-bottom: solid 2px #fff;
}

/*Header End*/
/*Slider home page DEASKTOP*/
div.header-slider {
  width: 100%;
  max-width: 1920px;
  margin: 0 auto;
  text-align: center;
  padding: 0px 0px;
  position: relative;
  top: -12px;
  /*margin-bottom: 50px;*/
}
@media screen and (max-width: 992px) {
  div.header-slider {
    position: relative;
  }
}
div.header-slider div.item {
  display: block;
  width: 100%;
  min-height: 630px;
  margin: 0px;
  padding: 0px;
  position: relative;
  color: #fff;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: auto;
}
div.header-slider div.image {
  position: relative;
  width: 100%;
  height: 100%;
  min-height: 630px;
  top: 0px;
  z-index: 100;
  background-repeat: no-repeat;
  background-size: auto;
  background-position: top right;
}
@media screen and (max-width: 992px) {
  div.header-slider div.image {
    top: 0px;
  }
}
@media screen and (max-width: 576px) {
  div.header-slider div.image {
    background-position: top center;
  }
}
div.header-slider div.layer {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1000;
  top: 0px;
  /*background-color: rgba(0, 0, 0, 0.5);*/
  position: absolute;
}
div.header-slider div.layer-extra {
  width: auto;
  padding: 30px;
  padding-bottom: 50px;
  display: inline-block;
  background-color: rgba(0, 0, 0, 0.3);
  position: absolute;
  right: 100px;
  text-align: right;
}
@media screen and (max-width: 992px) {
  div.header-slider div.layer-extra {
    right: 20px;
  }
}
@media screen and (max-width: 576px) {
  div.header-slider div.layer-extra {
    right: 0px;
  }
}
div.header-slider div.content {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0px;
  z-index: 20;
  transition: all 0.5s ease 0s;
  z-index: 999998;
  font-size: 7rem;
  line-height: 9rem;
  font-weight: 600;
  color: #fff;
}
@media screen and (max-width: 768px) {
  div.header-slider div.content {
    font-size: 4rem;
    line-height: 5rem;
  }
}
div.header-slider div.content div.content-1 {
  text-transform: uppercase;
  font-size: 7rem;
  line-height: 8rem;
  font-weight: 600;
  color: #fff;
}
div.header-slider div.content div.content-1 div.subtitle {
  font-size: 4rem;
  line-height: 5rem;
  text-transform: initial;
  font-weight: 400;
}
@media screen and (max-width: 768px) {
  div.header-slider div.content div.content-1 div.subtitle {
    font-size: 3rem;
    line-height: 3.2rem;
  }
}
@media screen and (max-width: 768px) {
  div.header-slider div.content div.content-1 {
    font-size: 2rem;
    line-height: 3rem;
    margin-bottom: 20px;
  }
}
div.header-slider div.content div.content-2 {
  font-size: 3.6rem;
  line-height: 6rem;
  font-weight: 600;
  color: #fff;
  position: relative;
  top: 40px;
}
div.header-slider div.content div.content-2 a {
  color: #ffffff;
  padding: 10px 30px;
  border: solid 2px #00abed;
  background: #00abed;
  text-transform: uppercase;
  border-radius: 50px;
  font-size: 2rem;
  font-weight: 400;
}
@media screen and (max-width: 768px) {
  div.header-slider div.content div.content-2 {
    font-size: 2.2rem;
    line-height: 3rem;
    margin-bottom: 20px;
  }
}
div.header-slider div.content div.content-3 {
  font-size: 4rem;
  line-height: 6rem;
  font-weight: 600;
  text-transform: uppercase;
  color: #fff;
}
@media screen and (max-width: 768px) {
  div.header-slider div.content div.content-3 {
    font-size: 3rem;
    line-height: 4rem;
  }
}
div.header-slider.slick-dotted.slick-slider {
  margin-bottom: 0px !important;
  line-height: 0px;
}
div.header-slider div.contentFix {
  width: 194px;
  height: 130px;
  /*background: #eee3d1;*/
  border-top-left-radius: 180px;
  border-top-right-radius: 180px;
  z-index: 1500;
  position: absolute;
  bottom: 10px;
  right: 67px;
  display: inline-block;
  padding-top: 60px;
}
div.header-slider div.contentFix div.item {
  display: inline-block;
  width: auto;
  margin: 20px 10px;
  cursor: pointer;
  width: 36px;
  height: 35px;
  background-image: url("/assets/front/media/icons/inactive.png");
  background-repeat: no-repeat;
  background-size: 36px 35px;
}
div.header-slider div.contentFix div.item.active {
  background-image: url("/assets/front/media/icons/active.png");
}

/*Slider home page MOBILE*/
div.header-slider-mobile {
  width: 100%;
  max-width: 1920px;
  margin: 0 auto;
  text-align: center;
  padding: 0px 0px;
  /*    min-height: 600px;*/
  height: 100%;
  position: relative;
  top: -10px;
}
@media screen and (max-width: 992px) {
  div.header-slider-mobile {
    position: relative;
  }
}
@media screen and (max-width: 768px) {
  div.header-slider-mobile {
    margin-top: 150px;
  }
}
@media screen and (max-width: 576px) {
  div.header-slider-mobile {
    margin-top: 40px;
  }
}
div.header-slider-mobile div.slick-slide img {
  border-radius: 20px !important;
}
div.header-slider-mobile.slick-dotted.slick-slider {
  margin-bottom: 0px !important;
  line-height: 0px;
}
div.header-slider-mobile .slick-prev {
  width: 30px;
  height: 30px;
  left: -100px;
}
div.header-slider-mobile .slick-next {
  width: 30px;
  height: 30px;
  right: -100px;
}
div.header-slider-mobile div.contentFix {
  width: 100%;
  text-align: center;
  height: 100px;
  z-index: 1500;
  position: relative;
  bottom: 10px;
  display: inline-block;
  padding-top: 60px;
}
div.header-slider-mobile div.contentFix div.item {
  display: inline-block;
  width: auto;
  margin: 0px 10px;
  cursor: pointer;
  width: 36px;
  height: 35px;
  background-image: url("/assets/front/media/icons/inactive.png");
  background-repeat: no-repeat;
  background-size: 36px 35px;
}
div.header-slider-mobile div.contentFix div.item.active {
  background-image: url("/assets/front/media/icons/active.png");
}

h1 {
  font-size: 2.6rem;
  line-height: 3.4rem;
  color: #282828;
  font-weight: 400;
  padding: 15px 0px;
}

div.article {
  font-size: 1.6rem;
  line-height: 2.4rem;
  color: #282828;
  font-weight: 400;
}
div.article p.leads {
  font-weight: 500;
}

nav.breadcrumbs {
  width: 100%;
  position: relative;
  top: 10px;
  text-align: left;
}
nav.breadcrumbs span {
  color: #b2b2b2;
  font-size: 16px;
  padding: 0px 4px 0px 8px;
}
nav.breadcrumbs a {
  color: #b2b2b2;
  font-size: 16px;
  padding: 5px 0px;
  display: inline;
  margin: 0;
  transition: all 0.5s ease 0s;
}
@media screen and (max-width: 992px) {
  nav.breadcrumbs a {
    font-size: 12px;
    padding: 0px 0px;
  }
}
nav.breadcrumbs a span {
  padding: 0px 7px;
}
nav.breadcrumbs a:hover, nav.breadcrumbs a.active {
  color: #000;
}

.btn_more {
  cursor: pointer;
  line-height: 2rem;
  display: inline-block;
  padding: 13px 25px;
  box-sizing: border-box;
  font-size: 1.4rem;
  font-weight: 700;
  text-align: center;
  border-radius: 0px;
  border: 1px solid;
  transition: all 0.5s ease 0s;
  margin-bottom: 10px;
  margin-top: 10px;
  text-transform: uppercase;
  border-radius: 4px;
  background: #00abed;
  border-color: #00abed;
  color: #ffffff;
}

.btn_more:hover {
  text-decoration: none;
  background: #00abed;
  border-color: #00abed;
  color: #00abed !important;
}

._btnBlue {
  cursor: pointer;
  line-height: 2rem;
  display: inline-block;
  padding: 8px 20px;
  box-sizing: border-box;
  font-size: 1.4rem;
  font-weight: 400;
  font-family: "DanoneOne", sans-serif;
  text-align: center;
  border-radius: 0px;
  border: 1px solid;
  color: #ffffff !important;
  background: #283583;
  border-color: #283583;
  transition: all 0.5s ease 0s;
  margin-bottom: 10px;
  margin-top: 10px;
}

._btnBlue:hover {
  text-decoration: none;
  background: #ef7d00;
  border-color: #ef7d00;
  color: #ffffff !important;
}

._btnOrange {
  cursor: pointer;
  line-height: 2rem;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  padding: 8px 20px;
  box-sizing: border-box;
  font-size: 1.4rem;
  font-weight: 400;
  font-family: "DanoneOne", sans-serif;
  text-align: center;
  border-radius: 0px;
  border: 1px solid;
  color: #ffffff !important;
  background: #ef7d00;
  border-color: #ef7d00;
  transition: all 0.5s ease 0s;
  margin-bottom: 10px;
  margin-top: 10px;
}
._btnOrange.min-h-80 {
  min-height: 80px;
}

._btnOrange:hover {
  text-decoration: none;
  background: #283583;
  border-color: #283583;
  color: #ffffff !important;
}

._btnRed {
  cursor: pointer;
  line-height: 2rem;
  display: inline-block;
  padding: 8px 20px;
  box-sizing: border-box;
  font-size: 1.4rem;
  font-weight: 700;
  font-family: inherit;
  text-align: center;
  border-radius: 0px;
  border: 1px solid;
  color: #ffffff !important;
  background: #8C1D18;
  border-color: #8C1D18;
  transition: all 0.5s ease 0s;
}

._btnRed:hover {
  text-decoration: none;
  color: #ffffff !important;
}

._btnRed {
  cursor: pointer;
  line-height: 2rem;
  display: inline-block;
  padding: 8px 20px;
  box-sizing: border-box;
  font-size: 1.4rem;
  font-weight: 700;
  font-family: inherit;
  text-align: center;
  border-radius: 0px;
  border: 1px solid;
  color: #ffffff;
  background: #8C1D18;
  border-color: #8C1D18;
  transition: all 0.5s ease 0s;
}

._btnRed:hover {
  text-decoration: none;
  color: #ffffff;
}

._btnGreen {
  cursor: pointer;
  line-height: 2rem;
  display: inline-block;
  padding: 8px 20px;
  box-sizing: border-box;
  font-size: 1.4rem;
  font-weight: 700;
  font-family: inherit;
  text-align: center;
  border-radius: 0px;
  border: 1px solid;
  color: #ffffff;
  background: #6ab165;
  border-color: #6ab165;
  transition: all 0.5s ease 0s;
}

._btnGreen:hover {
  text-decoration: none;
  color: #ffffff;
}

div.clearPage {
  width: 100%;
  display: inline-block;
}

.viewOnlyPhone {
  display: none;
}
@media (max-width: 992px) {
  .viewOnlyPhone {
    display: inline-block;
  }
}

.hideOnlyPhone {
  display: block;
}
@media (max-width: 992px) {
  .hideOnlyPhone {
    display: none;
  }
}

.hideOnlyPhone {
  display: block;
}

@media (max-width: 992px) {
  .hideOnlyPhone {
    display: none;
  }
}
.showOnlyPhone {
  display: none;
}

@media (max-width: 992px) {
  .showOnlyPhone {
    display: block;
  }
}
.error-message {
  background-color: red;
  color: #fff;
  text-align: center;
  font-size: 1.4rem;
  display: none;
  margin: 0 auto;
  width: auto;
  padding: 5px 20px;
}

.success-message-wrap {
  width: 100%;
  text-align: center;
  display: inline-block;
  margin: 0 auto;
}

.success-message {
  padding: 14px 59px;
  border-style: solid;
  border-width: 1px;
  border-color: #132625;
  background-color: #132625;
  transition: color 200ms ease, background-color 200ms ease;
  font-family: "DanoneOne", sans-serif;
  color: #fff;
  font-size: 11px;
  font-style: normal;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  display: inline-block;
  line-height: inherit;
  text-decoration: none;
  cursor: pointer;
  border-radius: 0;
  text-align: center;
  font-weight: 400;
  margin-bottom: 40px;
  display: none;
}

.iframeVideoHeader {
  height: 0px;
  padding-top: 0px;
  padding-bottom: 30%;
  position: relative;
}

.iframeVideoHeader iframe, .iframeVideoHeader video {
  width: 100%;
  height: 100%;
  position: absolute;
}

.position-relative {
  position: relative;
}

.breadcrumb {
  padding: 0px 0px;
}
.breadcrumb li {
  font-size: 1.6rem;
}
@media screen and (max-width: 992px) {
  .breadcrumb li {
    font-size: 1.2rem;
  }
}
.breadcrumb li a {
  font-size: 1.6rem;
  color: #00abed;
}
@media screen and (max-width: 992px) {
  .breadcrumb li a {
    font-size: 1.2rem;
  }
}

/*Modal FIX full media*/
@media (max-width: 992px) {
  .modal-dialog {
    max-width: 100% !important;
    margin: 0rem auto;
  }
}
/*NAJNOWSZE*/
.siteWrapper {
  margin-top: 0px;
}
.siteWrapper.active {
  margin-top: 0px;
}

div.slider-partner {
  /*padding: 30px 30px;*/
  /*img{
    height: 60px;;
  }*/
}
div.slider-partner .slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}
div.slider-partner .slick-slide {
  text-align: center;
}
div.slider-partner .slick-slide img {
  padding: 0px 15px;
  text-align: center;
  display: inline-block;
}
div.slider-partner .slideWrap {
  padding: 0px 30px;
  text-align: center;
  /*height: 60px;
  display: block;*/
}
div.slider-partner .slick-slide {
  margin: 0px 0px;
}
div.slider-partner .slick-prev {
  width: 30px;
  height: 30px;
  left: -100px;
}
div.slider-partner .slick-next {
  width: 30px;
  height: 30px;
  right: -100px;
}

footer {
  position: relative;
  bottom: 0px;
  width: 100%;
  text-align: center;
  background-color: #00abed;
  color: #fff;
}
footer div.contact {
  background: #00abed;
  color: #00abed;
  padding: 30px 0px;
}
footer div.contact div.text {
  font-size: 1.4rem;
  line-height: 2.2rem;
  font-weight: 400;
  padding: 0px 0px 0px 20px;
  margin: 0px;
  color: #00abed;
  display: inline-block;
}
footer div.contact div.text a {
  color: #00abed;
}
footer div.contact i {
  color: #00abed;
  padding: 0px 20px;
  font-size: 50px;
}
@media screen and (max-width: 576px) {
  footer div.contact div.text-center_x {
    text-align: left;
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 576px) {
  footer div.contact div.text-center_x div.container-vertical {
    display: block;
  }
}
footer img.logo-footer {
  width: 100px;
}
footer div.menus {
  padding: 50px 0px;
}
footer div.menus div.title {
  font-size: 1.6rem;
  font-weight: 500;
  padding: 0px 0px 0px 20px;
  margin: 0px;
}
footer ul.menuFooter {
  width: 100%;
}
footer ul.menuFooter li {
  display: inline-block;
  width: 100%;
}
footer ul.menuFooter li a {
  color: #fff;
  font-size: 1.4rem;
  font-weight: 400;
  transition: all 0.5s ease 0s;
}
footer ul.menuFooter li a svg {
  margin-right: 10px;
  height: 12px;
  fill: #ffffff;
}
footer ul.menuFooter li a:hover {
  color: #00abed;
}
footer div.copyrights {
  background: #000;
  color: #fff;
  width: 100%;
  padding: 0px 15px;
}
footer div.copyrights div.text-start {
  font-size: 1.4rem;
  color: #fff;
  padding: 10px 0px 0px 0px;
}
footer div.copyrights ul.sociale {
  color: #fff;
  font-size: 2.2rem;
  text-align: center;
  font-weight: 400;
  padding: 0px;
  width: 100%;
  display: inline-block;
  list-style: none;
  text-align: right;
}
footer div.copyrights ul.sociale li {
  float: right;
  text-align: right;
  margin-right: 30px;
}
footer div.copyrights ul.sociale li a {
  display: inline-block;
  color: #fff;
  text-align: center;
}
footer div.copyrights ul.sociale li a i {
  text-align: center;
  position: relative;
  top: 10px;
  font-size: 22px;
}

/*NOWEE*/
.__btn-white_blue {
  cursor: pointer;
  font-size: 1.6rem;
  font-family: "DanoneOne", sans-serif;
  font-weight: 500;
  background-color: #fff;
  border: solid 1px #00abed;
  color: #00abed;
  padding: 6px 20px 5px 20px;
  text-align: center;
  margin-right: 10px;
  transition: all 0.5s ease 0s;
  text-transform: uppercase;
}
.__btn-white_blue.active, .__btn-white_blue:hover {
  background-color: #00abed;
  border: solid 1px #00abed;
  color: #fff;
}

.__btn-yellow_blue {
  cursor: pointer;
  font-size: 1.6rem;
  font-family: "DanoneOne", sans-serif;
  font-weight: 500;
  background-color: #eedbbd;
  border: solid 1px #eedbbd;
  color: #00abed;
  padding: 6px 20px 5px 20px;
  text-align: center;
  margin-right: 10px;
  transition: all 0.5s ease 0s;
  text-transform: uppercase;
}
.__btn-yellow_blue.active, .__btn-yellow_blue:hover {
  background-color: #00abed;
  border: solid 1px #00abed;
  color: #fff;
}

.__btn-blue_yellow {
  cursor: pointer;
  font-size: 1.6rem;
  font-family: "DanoneOne", sans-serif;
  font-weight: 500;
  background-color: #00abed;
  border: solid 1px #00abed;
  color: #fff;
  padding: 6px 20px 5px 20px;
  text-align: center;
  margin-right: 10px;
  transition: all 0.5s ease 0s;
  text-transform: uppercase;
}
.__btn-blue_yellow.active, .__btn-blue_yellow:hover {
  background-color: #eedbbd;
  border: solid 1px #00abed;
  color: #00abed;
}

h1.startSite {
  color: #00abed;
  font-size: 3.2rem;
  font-family: "DanoneOne", sans-serif;
  margin-bottom: 50px;
  margin-top: 0px;
  text-align: center;
}
@media screen and (max-width: 576px) {
  h1.startSite {
    font-size: 2.6rem;
  }
}

/*PAGINACJA  #0c3a6c*/
.page-item.active .page-link {
  background-color: #0c3a6c;
  border-color: #0c3a6c;
}

.page-link {
  color: #0c3a6c;
  padding: 6px 15px;
  font-size: 16px;
}

.section-white {
  width: 100%;
  background-color: #fff;
}

.section-yellow {
  background-color: #efeeea;
  background-image: url("/assets/front/media/body2.png");
  background-position: top right;
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 50px;
  padding-bottom: 50px;
  position: relative;
  top: -50px;
}

/*NOWE*/
div.section-home-start div.box {
  position: relative;
  width: 100%;
  height: 100%;
  display: inline-block;
  background-position: center center;
  background-size: cover;
  min-height: 250px;
  border-radius: 40px;
}
div.section-home-start div.box.v1 {
  background-image: url("/assets/front/media/items/1.jpg");
}
div.section-home-start div.box.v2 {
  background-image: url("/assets/front/media/items/2.jpg");
}
div.section-home-start div.box.v3 {
  background-image: url("/assets/front/media/items/3.jpg");
}
div.section-home-start div.layer {
  position: absolute;
  width: 100%;
  height: 100%;
  display: inline-block;
  background: #00abed;
  opacity: 0.8;
  z-index: 100;
  border-radius: 40px;
}
div.section-home-start div.content {
  position: absolute;
  width: 100%;
  height: 100%;
  display: inline-block;
  z-index: 200;
  padding: 0px 30px;
}
div.section-home-start div.content span {
  color: #00abed;
  font-size: 2.8rem;
  font-weight: 500;
}
div.section-home-start h1 {
  font-size: 3.8rem;
  line-height: 3.6rem;
  font-weight: 700;
  padding: 30px 0px;
  margin: 0px;
  text-align: center;
  color: #00abed;
}
div.section-home-start h2 {
  font-size: 2.6rem;
  line-height: 3.6rem;
  font-weight: 700;
  padding: 30px 0px;
  margin: 60px 0px 0px 0px;
  color: #00abed;
}
div.section-home-start div.article {
  font-size: 1.4rem;
  line-height: 2.4rem;
  font-weight: 400;
  text-align: justify;
  color: #00abed;
}

div#menu_hamb_page {
  position: relative;
  top: 0px;
  left: 0px;
  cursor: pointer;
  z-index: 9999;
  display: none;
  padding: 0px 15px 15px 15px;
}
div#menu_hamb_page svg rect {
  fill: #000;
}
@media screen and (max-width: 768px) {
  div#menu_hamb_page svg rect {
    fill: #000;
  }
}
div#menu_hamb_page span {
  display: none;
}
div#menu_hamb_page.close span {
  display: block;
  content: "X";
  font-size: 20px;
  font-weight: 700;
  color: #000;
  position: relative;
  left: 0px;
}
div#menu_hamb_page.close svg {
  display: none;
}
@media screen and (max-width: 768px) {
  div#menu_hamb_page {
    display: block;
  }
}

ul.menuPage {
  width: 100%;
  margin: 0;
  padding: 0;
  display: block;
  list-style: none;
}
@media screen and (max-width: 768px) {
  ul.menuPage {
    height: 0px;
    overflow: hidden;
  }
}
ul.menuPage.active {
  height: auto !important;
  overflow: visible !important;
}
ul.menuPage li {
  width: 100%;
  margin: 0px 0px 0px 0px;
  padding: 5px 15px;
  background-color: transparent;
  color: #5886CE;
  font-size: 1.4rem;
  line-height: 2rem;
  transition: all 0.5s ease 0s;
}
ul.menuPage li.active {
  color: #fff;
  background-color: #00abed;
}
ul.menuPage li.active a {
  color: #fff;
}
ul.menuPage li:hover {
  color: #000;
  background-color: #00abed;
}
ul.menuPage li:hover a {
  color: #000;
}
ul.menuPage li a {
  font-size: 1.4rem;
  line-height: 2.2rem;
  font-weight: 700;
  text-transform: uppercase;
  color: #5886CE;
}

div.section-contact h2 {
  font-size: 2.6rem;
  line-height: 3.6rem;
  font-weight: 700;
  padding: 30px 0px;
  margin: 60px 0px 0px 0px;
  color: #00abed;
}

div.section-pages {
  padding-bottom: 50px;
}
div.section-pages h1 {
  font-size: 4.5rem;
  line-height: 5.5rem;
  padding-bottom: 10px;
  margin-bottom: 40px;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 3px;
  border-bottom: solid 1px #ebebeb;
}
div.section-pages h2 {
  font-size: 2.6rem;
  line-height: 3.6rem;
  font-weight: 700;
  padding: 10px 0px;
  margin: 0px;
  color: #222;
}
div.section-pages div.article {
  font-size: 1.6rem;
  line-height: 2.4rem;
  font-weight: 400;
  color: #222;
}
div.section-pages div.superbox-item {
  border: solid 1px #c8c8c8;
  width: 100%;
  margin: 20px 0px;
  padding: 30px 0px 10px 0px;
  height: 100%;
}
div.section-pages div.superbox-item div.image {
  text-align: center;
  margin: 40px auto;
}
div.section-pages div.superbox-item div.h2 {
  font-size: 2.6rem;
  line-height: 3.6rem;
  font-weight: 600;
  padding: 0px 20px 10px 20px;
  margin: 0px;
  color: #052758;
  text-align: center;
}
div.section-pages div.superbox-item div.short-text {
  font-size: 1.4rem;
  line-height: 2.4rem;
  font-weight: 400;
  text-align: left;
  color: #00abed;
}
div.section-pages div.superbox-item div.read-more {
  text-align: center;
  margin-top: 20px;
}
div.section-pages div.box-item {
  border-top: solid 1px #c8c8c8;
  width: 100%;
  margin: 20px 0px;
  padding: 30px 0px 10px 0px;
}
div.section-pages div.box-item div.h2 {
  font-size: 2.2rem;
  line-height: 2.6rem;
  font-weight: 600;
  padding: 0px 0px 10px 0px;
  margin: 0px;
  color: #00abed;
}
div.section-pages div.box-item div.short-text {
  font-size: 1.4rem;
  line-height: 2.4rem;
  font-weight: 400;
  text-align: left;
  color: #00abed;
}
div.section-pages div.box-item div.read-more {
  text-align: left;
  margin-top: 20px;
}

div.pages-contact {
  color: #00abed;
  padding: 30px 0px;
}
div.pages-contact div.text {
  font-size: 1.4rem;
  line-height: 2.2rem;
  font-weight: 400;
  padding: 0px 0px 0px 20px;
  margin: 0px;
  color: #00abed;
  display: inline-block;
}
div.pages-contact div.text a {
  color: #00abed;
}
div.pages-contact i {
  color: #00abed;
  padding: 0px 20px;
  font-size: 50px;
}
div.pages-contact div.wraps {
  display: inline-block;
  position: relative;
}
div.pages-contact span.icon {
  top: 0px;
  position: relative;
  float: left;
  width: 70px;
}
@media screen and (max-width: 576px) {
  div.pages-contact span.icon {
    width: 100%;
    text-align: center;
  }
}
div.pages-contact div.title {
  display: block;
  font-size: 2.6rem;
  line-height: 3.6rem;
  font-weight: 700;
  padding: 0px 0px 0px 20px;
  margin: 0px;
  color: #00abed;
}
@media screen and (max-width: 576px) {
  div.pages-contact div.title {
    text-align: center;
  }
}
div.pages-contact div.text-center_x {
  text-align: left;
  margin-bottom: 30px;
  position: relative;
}
div.pages-contact div.text-center_x div.container-vertical {
  display: block;
}
@media screen and (max-width: 576px) {
  div.pages-contact div.text-center_x {
    text-align: center;
  }
}

div.section-posts {
  padding-top: 80px;
  padding-bottom: 80px;
}
div.section-posts.pages {
  padding-top: 20px;
  padding-bottom: 20px;
}
div.section-posts h1 {
  font-size: 2.8rem;
  line-height: 3.6rem;
  color: #00abed;
  padding-bottom: 10px;
  margin-bottom: 10px;
  border-bottom: solid 1px #ebebeb;
  font-weight: 700;
  text-transform: inherit;
  font-family: "DanoneOne", sans-serif;
}
div.section-posts h2 {
  font-size: 5rem;
  color: #00abed;
  text-transform: uppercase;
  padding-bottom: 30px;
}
@media screen and (max-width: 768px) {
  div.section-posts h2 {
    font-size: 4rem;
    line-height: 4.2rem;
  }
}
div.section-posts h2.pages {
  font-size: 3rem;
  color: #00abed;
  text-transform: uppercase;
  padding-bottom: 30px;
}
@media screen and (max-width: 768px) {
  div.section-posts h2.pages {
    font-size: 2.6rem;
    padding-bottom: 10px;
  }
}
div.section-posts a.box {
  margin-bottom: 30px;
  display: inline-block;
}
div.section-posts div.date {
  font-size: 1.6rem;
  padding: 10px 0px 20px 0px;
  line-height: 1.4rem;
  font-weight: 400;
  color: #00abed;
}
div.section-posts div.title {
  font-size: 2.2rem;
  padding-bottom: 20px;
  line-height: 2.4rem;
  font-weight: 700;
  color: #00abed;
  min-height: 90px;
}
div.section-posts div.content {
  font-size: 1.6rem;
  padding-bottom: 10px;
  line-height: 2.4rem;
  font-weight: 400;
  color: #00abed;
  height: 160px;
}
div.section-posts div.more {
  font-size: 1.6rem;
  padding: 30px 0px 0px 0px;
  line-height: 1.8rem;
  font-weight: 400;
  color: #00abed;
  text-align: right;
}

div.contact_us {
  margin: 30px 0px;
  text-align: center;
  width: 100%;
}

div.section-portfolio h2 {
  font-size: 2.6rem;
  line-height: 3.6rem;
  font-weight: 700;
  padding: 30px 0px;
  margin: 60px 0px 0px 0px;
  color: #00abed;
  text-align: center;
}
div.section-portfolio div.box {
  width: 100%;
  height: 100%;
  position: relative;
}
div.section-portfolio div.layer {
  position: absolute;
  width: 100%;
  height: 30%;
  bottom: 0px;
  display: inline-block;
  background: #1e1d1d;
  opacity: 0.9;
  z-index: 100;
}
@media screen and (max-width: 576px) {
  div.section-portfolio div.layer {
    display: none;
  }
}
div.section-portfolio div.content {
  position: absolute;
  width: 100%;
  height: 30%;
  bottom: 0px;
  display: inline-block;
  z-index: 200;
  padding: 0px 30px;
  text-align: center;
  font-size: 2rem;
}
@media screen and (max-width: 576px) {
  div.section-portfolio div.content {
    position: relative;
  }
}
div.section-portfolio div.content div.title {
  font-size: 2.2rem;
  text-align: center;
  color: #fff;
  padding: 5px 0px;
}
@media screen and (max-width: 576px) {
  div.section-portfolio div.content div.title {
    color: #00abed;
    font-size: 1.8rem;
    font-weight: 700;
  }
}

div.section-homepage {
  background-color: #fff;
  min-height: 100vh;
  margin-top: 0px;
  padding: 40px 0px;
  color: #222;
  font-family: "DanoneOne", sans-serif;
}
div.section-homepage.autoHeightFooter {
  min-height: auto;
  padding: 0px 0px 0px 0px;
}
div.section-homepage.autoHeight {
  min-height: auto;
}
div.section-homepage.last {
  padding: 40px 0px 0px 0px;
}
div.section-homepage.colors {
  transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
  background: #dbdada;
  color: #222;
}
div.section-homepage h2 {
  font-size: 4.5rem;
  line-height: 5.5rem;
  padding-bottom: 10px;
  margin-bottom: 40px;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 3px;
  border-bottom: solid 1px #ebebeb;
}
@media screen and (max-width: 768px) {
  div.section-homepage h2 {
    font-size: 3.2rem;
    line-height: 4.5rem;
  }
}
div.section-homepage h3, div.section-homepage div.h3 {
  font-size: 2.2rem;
  line-height: 2.6rem;
  padding: 0;
  margin: 0;
  font-weight: 300;
  text-transform: inherit;
  color: #00abed;
}
@media screen and (max-width: 768px) {
  div.section-homepage h3, div.section-homepage div.h3 {
    font-size: 2rem;
    line-height: 2.2rem;
  }
}
div.section-homepage div.article {
  font-size: 2rem;
  line-height: 3.2rem;
  font-weight: 300;
  /*overflow: hidden;
  display: none;*/
  padding-left: 30px;
  font-family: "DanoneOne", sans-serif;
  color: #666;
}
div.section-homepage div.article strong {
  font-weight: 700;
}
@media screen and (max-width: 992px) {
  div.section-homepage div.article {
    padding-left: 0px;
  }
}
div.section-homepage div.article p {
  margin-bottom: 25px;
}
div.section-homepage div.article.active {
  display: block;
  padding-bottom: 20px;
}
div.section-homepage div.content-left {
  padding-right: 30px;
  font-size: 2rem;
  line-height: 3.2rem;
  font-weight: 300;
  font-family: "DanoneOne", sans-serif;
  color: #666;
}
@media screen and (max-width: 992px) {
  div.section-homepage div.content-left {
    padding-right: 0px;
  }
}
div.section-homepage div.content-left p {
  margin-bottom: 25px;
}
div.section-homepage div.content-right {
  padding-left: 30px;
  font-size: 2rem;
  line-height: 3.2rem;
  font-weight: 300;
  font-family: "DanoneOne", sans-serif;
  color: #666;
}
@media screen and (max-width: 992px) {
  div.section-homepage div.content-right {
    padding-left: 0px;
  }
}
div.section-homepage div.content-right p {
  margin-bottom: 25px;
}
div.section-homepage div.title {
  font-size: 2.6rem;
  line-height: 3.6rem;
  padding: 0;
  margin: 0;
  font-weight: 400;
  text-transform: inherit;
  color: #52ab1a;
  margin: 60px 0 10px 0;
  text-transform: uppercase;
}
div.section-homepage div.titleExtra {
  font-size: 3.6rem;
  line-height: 4.6rem;
  padding: 0;
  margin: 0 auto;
  font-weight: 400;
  text-transform: inherit;
  color: #52ab1a;
  margin: 30px auto 30px auto;
  text-transform: uppercase;
  border-bottom: solid #222 1px;
  padding: 4px 10px;
  text-align: center;
  display: inline-block;
}
div.section-homepage div.titlePerson {
  font-size: 2.6rem;
  line-height: 3.6rem;
  padding: 0;
  margin: 0;
  font-weight: 400;
  text-transform: inherit;
  color: #52ab1a;
  margin: 0px 0 0px 0;
  text-transform: uppercase;
}
div.section-homepage div.subtitlePerson {
  font-size: 1.8rem;
  padding-bottom: 3px;
  margin-bottom: 15px;
  line-height: 2.4rem;
  font-weight: 300;
  color: #222;
  position: relative;
}
div.section-homepage div.separete-person {
  margin: 30px auto;
  width: 100%;
  text-align: center;
}
div.section-homepage div.more-wrap {
  width: 100%;
  margin: 30px auto;
  text-align: center;
}
div.section-homepage a.more {
  padding: 10px 50px;
  color: #fff;
  font-size: 2.6rem;
  line-height: 3.6rem;
  border: solid 1px #52ab1a;
  font-weight: 400;
  transition: all 0.5s ease 0s;
  background-color: #52ab1a;
  text-transform: uppercase;
}
div.section-homepage a.more:hover {
  color: #52ab1a;
  background-color: #52ab1a;
  background-color: #fff;
}
div.section-homepage ul.listing {
  margin: 0px 0 0 0;
  padding: 0 15px;
  max-width: 360px;
}
div.section-homepage ul.listing li {
  font-size: 1.6rem;
  line-height: 2.8rem;
  font-weight: 300;
  font-family: "DanoneOne", sans-serif;
  color: #666;
}
div.section-homepage div.section-homepage-oferts div.box {
  width: 100%;
  height: 100%;
  position: relative;
  text-align: center;
  margin: 0 auto;
  max-width: 360px;
  margin-bottom: 60px;
}
div.section-homepage div.section-homepage-oferts div.box:hover div.circle i {
  color: #52ab1a;
}
div.section-homepage div.section-homepage-oferts div.circle {
  text-align: center;
  margin: 0 auto;
  padding-top: 40px;
  position: relative;
}
div.section-homepage div.section-homepage-oferts div.circle i {
  color: #52ab1a;
  font-size: 50px;
  transition: all 0.5s ease 0s;
}
div.section-homepage div.section-homepage-oferts div.title {
  font-size: 2.6rem;
  line-height: 3.6rem;
  padding: 0;
  margin: 0;
  font-weight: 400;
  text-transform: inherit;
  color: #3c6c0a;
  margin: 10px 0 10px 0;
  text-transform: uppercase;
}
div.section-homepage div.section-homepage-oferts div.subtitle {
  font-size: 1.8rem;
  padding-bottom: 3px;
  margin-bottom: 15px;
  line-height: 2.4rem;
  font-weight: 300;
  color: #222;
  position: relative;
}
div.section-homepage div.section-homepage-oferts div.text {
  font-size: 1.6rem;
  line-height: 2.8rem;
  font-weight: 300;
  font-family: "fontFamily", sans-serif;
  color: #666;
}

section.head {
  padding: 0px;
  margin: 0px;
  width: 100%;
  max-width: 1920px;
  height: 100%;
  min-height: 860px;
  background-image: url("/assets/front/media/items/bg.png");
  background-repeat: no-repeat;
  background-size: cover;
}
@media screen and (max-width: 992px) {
  section.head {
    height: auto;
    min-height: auto;
  }
}
section.head div.xbg-content {
  position: relative;
  bottom: 0px;
  height: 100%;
  min-height: 860px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: bottom right;
}
@media screen and (max-width: 992px) {
  section.head div.xbg-content {
    height: auto;
    min-height: auto;
  }
}
section.head div.xbg-child {
  position: relative;
  bottom: 0px;
  height: 85%;
  top: 15%;
  background-image: url("/assets/front/media/items/child.png");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: bottom right;
}
section.head a.logo {
  position: relative;
  top: 0px;
  padding: 100px 10px 40px 10px;
  width: 100%;
  display: block;
}
@media screen and (max-width: 992px) {
  section.head a.logo {
    padding: 30px 10px 40px 10px;
  }
}
section.head div.icons {
  position: relative;
  top: 0px;
  padding: 0px 10px 40px 10px;
  width: 100%;
  display: block;
}
section.head div.h1 {
  display: inline-block;
}
@media screen and (max-width: 992px) {
  section.head div.h1 {
    display: block;
  }
}
section.head div.h1 h1 {
  font-size: 6rem;
  line-height: 6rem;
  font-weight: 700;
  color: #fff;
  text-transform: uppercase;
}
@media screen and (max-width: 992px) {
  section.head div.h1 h1 {
    font-size: 3rem;
    line-height: 4rem;
    text-align: center;
  }
}
section.head div.h2 {
  display: inline-block;
  background-color: #52ab1a;
}
@media screen and (max-width: 992px) {
  section.head div.h2 {
    width: 100%;
    text-align: center;
  }
}
section.head div.h2.first {
  padding: 10px 15px 0px 15px;
  margin: 0px;
}
@media screen and (max-width: 992px) {
  section.head div.h2.first {
    width: 100%;
    text-align: center;
    margin-top: 40px;
  }
}
section.head div.h2.second {
  padding: 0px 15px 10px 15px;
  margin: 0px 0px 40px 0px;
}
@media screen and (max-width: 992px) {
  section.head div.h2.second {
    width: 100%;
    text-align: center;
    margin-bottom: 50px;
  }
}
section.head div.h2 h2 {
  font-size: 4rem;
  line-height: 5rem;
  font-weight: 400;
  color: #fff;
}
@media screen and (max-width: 992px) {
  section.head div.h2 h2 {
    font-size: 3rem;
    line-height: 4rem;
  }
}
section.head div.contact {
  position: absolute;
  bottom: 20px;
  width: 100%;
  height: auto;
}
@media screen and (max-width: 992px) {
  section.head div.contact {
    position: relative;
  }
}
section.head div.contact div.item {
  float: left;
  width: 50%;
}
@media screen and (max-width: 992px) {
  section.head div.contact div.item {
    width: 100%;
    margin-bottom: 20px;
  }
}
section.head div.contact img {
  position: relative;
  text-align: left;
  float: left;
  height: 50px;
  margin-right: 12px;
}
@media screen and (max-width: 992px) {
  section.head div.contact img {
    height: 30px;
    top: 10px;
  }
}
section.head div.contact div.wrap {
  display: flow-root;
}
@media screen and (max-width: 992px) {
  section.head div.contact div.wrap {
    width: 100%;
    display: block;
  }
}
section.head div.contact span.normal {
  padding: 0;
  margin: 0;
  display: block;
  width: 100%;
  font-size: 1.6rem;
  line-height: 1.6rem;
  font-weight: 400;
  color: #fff;
}
section.head div.contact span.strong {
  padding: 0;
  margin: 0;
  display: block;
  width: 100%;
  font-size: 1.6rem;
  line-height: 2.6rem;
  font-weight: 700;
  color: #fff;
}

div.headBlue {
  background: #00abed;
  text-align: center;
  color: #fff;
  font-size: 2.6rem;
  font-weight: 400;
  padding: 20px 15px 40px 15px;
  position: relative;
}

div.headBlueBT div.bt-wrap {
  position: relative;
  margin: 0 auto;
  text-align: center;
}
div.headBlueBT div.bt-wrap a {
  position: relative;
  top: -20px;
  margin-bottom: 20px;
  cursor: pointer;
  font-size: 1.6rem;
  font-weight: 400;
  background-color: #002678;
  border: solid 1px #002678;
  color: #fff;
  padding: 6px 20px 5px 20px;
  text-align: center;
  margin-right: 10px;
  transition: all 0.5s ease 0s;
  text-transform: uppercase;
}
div.headBlueBT div.bt-wrap a.active, div.headBlueBT div.bt-wrap a:hover {
  background-color: #002678;
  border: solid 1px #002678;
  color: #fff;
}

section.home-1 {
  margin: 50px auto;
}
section.home-1 div.wrap {
  max-width: 360px;
  text-align: center;
  margin: 0 auto;
}
section.home-1 h2 {
  font-size: 4.2rem;
  line-height: 4rem;
  font-weight: 400;
  color: #0069b4;
  text-transform: uppercase;
  text-align: center;
  margin: 30px 0px 60px 0px;
}
section.home-1 div.title {
  font-size: 3.2rem;
  line-height: 4rem;
  color: #0069b4;
  text-transform: uppercase;
  text-align: left;
  margin: 40px 0px 30px 0px;
}
@media screen and (max-width: 992px) {
  section.home-1 div.title {
    text-align: center;
  }
}
section.home-1 div.title span.normal {
  padding: 0;
  margin: 0;
  display: block;
  width: 100%;
  font-weight: 400;
}
section.home-1 div.title span.strong {
  padding: 0;
  margin: 0;
  display: block;
  width: 100%;
  font-weight: 700;
}
section.home-1 div.text {
  font-size: 1.6rem;
  line-height: 2.6rem;
  font-weight: 400;
  color: #002678;
  text-align: left;
}

section.home-2 {
  margin: 50px auto;
  background-color: #00abed;
  min-height: 680px;
  width: 100%;
  position: relative;
}
@media screen and (max-width: 992px) {
  section.home-2 .hideM {
    display: none !important;
  }
}
section.home-2 div.helper {
  position: relative;
  top: -40px;
  height: 100%;
  min-height: 680px;
  background-image: url("/assets/front/media/items/child3.png");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: bottom right;
  z-index: 1;
}
@media screen and (max-width: 992px) {
  section.home-2 div.helper {
    background-image: none;
  }
}
section.home-2 div.helper::before {
  content: "";
  position: absolute;
  inset: 0; /* skrót dla top: 0; right: 0; bottom: 0; left: 0 */
  background-image: url("/assets/front/media/items/child3.png");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: bottom right;
  opacity: 0.2; /* poziom przezroczystości */
  z-index: -1;
}
@media screen and (min-width: 992px) {
  section.home-2 div.helper::before {
    display: none;
  }
}
section.home-2 div.whiteFix {
  position: absolute;
  width: 100%;
  height: 40px;
  bottom: 40px;
  background: #fff;
  display: block;
  z-index: 9999;
  margin-bottom: -40px;
}
section.home-2 div.wrap {
  max-width: 200px;
  text-align: center;
  margin: 0 auto;
  margin-bottom: 60px;
}
section.home-2 h2 {
  font-size: 3.2rem;
  line-height: 4rem;
  font-weight: 400;
  color: #fff;
  text-transform: uppercase;
  text-align: center;
  margin: 100px 0px 60px 0px;
}
section.home-2 div.text {
  padding-top: 20px;
  font-size: 1.2rem;
  line-height: 1.6rem;
  font-weight: 400;
  color: #fff;
  text-align: left;
}

section.home-form {
  max-width: 760px;
  margin: 0 auto;
}
section.home-form h2 {
  font-size: 3.2rem;
  line-height: 4rem;
  font-weight: 400;
  color: #002678;
  text-align: center;
  margin: 30px 0px 60px 0px;
}
section.home-form div.infor {
  font-size: 2.8rem;
  line-height: 3.6rem;
  font-weight: 700;
  color: #002678;
  text-align: center;
  margin: 30px 0px 60px 0px;
}
section.home-form div.infor-blue {
  font-size: 2.8rem;
  line-height: 3.6rem;
  font-weight: 700;
  background: #00abed;
  color: #fff;
  padding: 3px 10px;
  text-align: center;
  margin: 30px 0px 60px 0px;
}

section.footer {
  padding-bottom: 50px;
}
section.footer div.text {
  font-size: 1.8rem;
  line-height: 2.6rem;
  font-weight: 700;
  color: #0069b4;
  text-align: center;
  margin: 80px 0px 10px 0px;
}
section.footer div.patronat {
  font-size: 1.6rem;
  line-height: 2.6rem;
  font-weight: 400;
  color: #000000;
  text-align: center;
}
section.footer div.patronat span {
  font-weight: 700;
  font-size: 2.6rem;
  line-height: 3.6rem;
}
section.footer div.image {
  text-align: center;
}

.box-partner {
  box-shadow: 0px 0px 16px 0px rgb(223, 223, 223);
  padding: 15px;
  margin: 30px 30px 0px 0px;
  text-align: center;
  height: 100%;
}
@media screen and (max-width: 992px) {
  .box-partner {
    margin: 10px 10px 10px 10px;
  }
}
