@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@200;300;400;500;600;700&display=swap");
* {
  box-sizing: border-box;
}

::-ms-reveal {
  display: none;
}

.body {
  font-size: 16px;
  font-weight: 400;
  font-family: Poppins, Calibri, sans-serif;
  line-height: 1.6;
  color: #2b3c4a;
  background-color: #ffffff;
}

img,
embed,
object,
video {
  max-width: 100%;
  height: auto !important;
}

iframe {
  max-width: 100%;
}

.header__title {
  margin: 0;
  padding-bottom: 2rem;
  font-size: 2.25rem;
  font-weight: 700;
  color: #0f2751;
  letter-spacing: -2px;
  line-height: 1.2;
  text-align: left;
  text-transform: initial;
}
.header__title.header__title--center {
  text-align: center;
}
.header__title.header__title--small {
  font-size: 1.875rem;
}

a {
  color: #7ed511;
  text-decoration: none;
  -webkit-transition: color 0.2s ease;
  -moz-transition: color 0.2s ease;
  -o-transition: color 0.2s ease;
  transition: color 0.2s ease;
}
a:hover {
  color: #2b3c4a;
}

#scrollTop {
  position: fixed;
  right: 15px;
  bottom: 15px;
  z-index: 50;
  background-color: rgba(0, 0, 0, 0.8);
  display: none;
}
#scrollTop a {
  display: block;
  width: 100%;
  height: 100%;
  padding: 6px 12px;
  font-size: 25px;
  color: #2b3c4a;
}
#scrollTop a:hover {
  color: #ff0000;
}

.header {
  position: relative;
  z-index: 200;
  width: 100%;
  max-width: 100%;
  background-color: #ffffff;
  -webkit-filter: drop-shadow(0px 1px 15px rgba(3, 3, 3, 0.25));
  filter: drop-shadow(0px 1px 15px rgba(3, 3, 3, 0.25));
}

.header__wrapper {
  width: 1600px;
  max-width: 100%;
  margin: auto;
  padding: 1rem 1.5rem;
}

.header__bar {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: space-between;
  -moz-box-pack: space-between;
  -ms-flex-pack: space-between;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}

.header__barLeft,
.header__barRight {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: flex-start;
  -moz-box-pack: flex-start;
  -ms-flex-pack: flex-start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}

.header__logo {
  padding-right: 3rem;
}

.header__link {
  font-size: 0.9375rem;
  color: #2b3c4a;
  white-space: pre;
}
.header__link:hover {
  color: #7ed511;
}

.header__icon {
  padding-right: 0.7rem;
  font-family: icomoon;
  vertical-align: middle;
}

#g_menu {
  width: 100%;
  margin: auto;
}

#menu1 {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: stretch;
  -moz-box-align: stretch;
  -ms-flex-align: stretch;
  -webkit-align-items: stretch;
  align-items: stretch;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
}
#menu1 * {
  margin: 0;
  padding: 0;
  list-style: none;
  z-index: 900;
}
#menu1 li {
  position: relative;
  white-space: nowrap;
}
#menu1 li a {
  display: block;
  position: relative;
}
#menu1 li a.item1 {
  padding: 1rem 1.5rem;
  font-size: 0.9375rem;
  font-weight: 400;
  color: #21425e;
  letter-spacing: 0;
  text-align: left;
  text-transform: initial;
}
#menu1 li.sfHover a.item1:hover, #menu1 li.sfHover a.current:hover,
#menu1 li a.item1:hover, #menu1 li.current a.item1 {
  color: #7ed511;
}
#menu1 li:hover > ul, #menu1 li.sfHover > ul {
  opacity: 0;
  visibility: hidden;
}
#menu1 li ul {
  position: absolute;
  left: 10px;
  top: 100%;
  z-index: 1;
  -webkit-box-shadow: 3px 3px 14px rgba(0, 0, 0, 0.1);
  box-shadow: 3px 3px 14px rgba(0, 0, 0, 0.1);
  -webkit-transition: opacity 0.2s ease-in-out, visibility 0.2s ease-in-out;
  -moz-transition: opacity 0.2s ease-in-out, visibility 0.2s ease-in-out;
  -o-transition: opacity 0.2s ease-in-out, visibility 0.2s ease-in-out;
  transition: opacity 0.2s ease-in-out, visibility 0.2s ease-in-out;
  opacity: 0;
  visibility: hidden;
}
#menu1 li ul li {
  width: 240px;
  white-space: normal;
  text-align: left;
}
#menu1 li ul li:not(:last-child) a.item2 {
  border-bottom: 1px solid #0f2751;
}
#menu1 li ul li a.item2 {
  padding: 0.7rem;
  font-size: 0.9375rem;
  font-weight: 400;
  color: #2b3c4a;
  letter-spacing: 0;
  line-height: 1.3;
  text-align: left;
  text-transform: initial;
  background-color: #ffffff;
}
#menu1 li ul li a.item2:hover {
  color: #7ed511;
}
#menu1 li ul li ul {
  top: 0;
  left: 100%;
}

#mobnav-btn {
  width: 23px;
  height: 23px;
  position: absolute;
  top: 10px;
  right: 10px;
  display: none;
  cursor: pointer;
}
#mobnav-btn:hover {
  opacity: 0.8;
}
#mobnav-btn div {
  margin: auto;
  position: relative;
}
#mobnav-btn span {
  width: 100%;
  height: 2px;
  display: block;
  position: absolute;
  background-color: #2b3c4a;
  -webkit-transition: transform 0.2s ease-in-out;
  -moz-transition: transform 0.2s ease-in-out;
  -o-transition: transform 0.2s ease-in-out;
  transition: transform 0.2s ease-in-out;
}
#mobnav-btn span:first-child {
  top: 0;
}
#mobnav-btn span:nth-last-child(2) {
  width: 75%;
  top: 8px;
  right: 0;
}
#mobnav-btn span:last-child {
  top: 16px;
}

.xactive #menu1 .sub a.item1::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 10px;
  width: 19px;
  height: 29px;
  margin-left: 10px;
  font-family: icomoon;
  text-align: center;
  color: #2b3c4a;
  display: none;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}

.xactive #mobnav-btn {
  z-index: 1000;
}
.xactive #mobnav-btn span:first-child {
  -webkit-transform: translateY(8px) rotate(45deg);
  -moz-transform: translateY(8px) rotate(45deg);
  -ms-transform: translateY(8px) rotate(45deg);
  -o-transform: translateY(8px) rotate(45deg);
  transform: translateY(8px) rotate(45deg);
}
.xactive #mobnav-btn span:nth-last-child(2) {
  display: none;
}
.xactive #mobnav-btn span:last-child {
  -webkit-transform: translateY(-8px) rotate(-45deg);
  -moz-transform: translateY(-8px) rotate(-45deg);
  -ms-transform: translateY(-8px) rotate(-45deg);
  -o-transform: translateY(-8px) rotate(-45deg);
  transform: translateY(-8px) rotate(-45deg);
}

#search_box {
  display: none;
  width: 100%;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000;
  color: #ffffff;
  text-align: center;
  background-color: rgba(0, 0, 0, 0.9);
}

#search_close {
  display: block;
  position: absolute;
  top: 20px;
  right: 20px;
  z-index: 5000;
  padding: 0;
  font-size: 2rem;
  font-family: icomoon;
  color: #ffffff;
  opacity: 0.7;
}
#search_close:hover {
  opacity: 1;
}

#search_panel {
  width: 600px;
  max-width: 98%;
  margin: auto;
  padding: 40vh 1.3rem 0 1.3rem;
  text-align: center;
}
#search_panel.title {
  padding-bottom: 2rem;
  font-size: 2rem;
}
#search_panel #art_szuk {
  height: 70px;
  padding: 0 1rem;
  font-size: 1.3rem;
  line-height: 70px;
}

#searchp {
  width: 100px;
  margin-top: -10px;
  color: #e3e3e3;
  font-size: 3rem;
  font-family: icomoon;
  text-align: center;
  background: none;
  border: none;
  -webkit-transition: color 0.2s ease;
  -moz-transition: color 0.2s ease;
  -o-transition: color 0.2s ease;
  transition: color 0.2s ease;
  opacity: 0.7;
}
#searchp:hover {
  opacity: 1;
}

#d_menu ul {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: flex-start;
  -moz-box-pack: flex-start;
  -ms-flex-pack: flex-start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-box-align: stretch;
  -moz-box-align: stretch;
  -ms-flex-align: stretch;
  -webkit-align-items: stretch;
  align-items: stretch;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%;
  margin: auto;
  padding: 0;
  list-style-type: none;
}
#d_menu ul li {
  padding: 0 1rem;
  text-align: center;
}
#d_menu ul a {
  font-size: 0.8125rem;
  font-weight: 400;
  color: #2b3c4a;
  line-height: 40px;
}
#d_menu ul a:hover {
  color: #7ed511;
}

.slider {
  width: 1050px;
  max-width: 90%;
  height: 30vw;
  min-height: 200px;
  max-height: 600px;
  margin: 0 auto 8rem;
  position: relative;
}

.slider__wrapper {
  width: inherit;
  max-width: 100%;
  height: inherit;
  min-height: inherit;
  max-height: inherit;
}

.slider__image {
  width: inherit;
  max-width: 100%;
  height: inherit;
  min-height: inherit;
  max-height: inherit;
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
}

.slider__naw {
  width: inherit;
  max-width: inherit;
  height: inherit;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 100;
}

.slider__descriptionWrapper {
  width: 1600px;
  max-width: inherit;
  height: inherit;
  position: absolute;
  top: 0;
  left: 50%;
  z-index: 100;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
}

.slider__description {
  width: 90%;
  position: absolute;
  top: 65%;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  color: #ffffff;
  line-height: 1.15;
  text-align: center;
  text-transform: uppercase;
}

.slider__title {
  font-size: 4rem;
  font-weight: 700;
  letter-spacing: -1px;
}

.slider__excerpt {
  font-size: 2.5rem;
  font-weight: 600;
}

.body__wrapper {
  width: 1300px;
  max-width: 95%;
  margin: auto;
  padding: 5rem 0;
}
.body__wrapper.body__wrapper--login {
  width: 1600px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: space-between;
  -moz-box-pack: space-between;
  -ms-flex-pack: space-between;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-align: stretch;
  -moz-box-align: stretch;
  -ms-flex-align: stretch;
  -webkit-align-items: stretch;
  align-items: stretch;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-top: 2rem;
  padding-bottom: 2rem;
  font-size: 0.875rem;
}

.select2-container {
  font-size: 0.875rem;
}

.user_menu {
  width: 20%;
}

#center_k {
  width: 80%;
  padding-left: 2%;
}

.section {
  margin: 0;
  padding: 0;
}

.section__wrapper {
  width: 1300px;
  max-width: 90%;
  margin: auto;
  padding: 5rem 0;
}
.section__wrapper.section__wrapper--trail {
  background: url("../img/green-bg.png") no-repeat left top/auto 70%;
}
.section__wrapper.section__wrapper--info {
  background: url("../img/grayline.png") no-repeat center center/contain;
}
.section__wrapper.section__wrapper--pricetable {
  padding-top: 0;
  padding-bottom: 0;
}
.section__wrapper.section__wrapper--price {
  padding-top: 7rem;
  padding-bottom: 7rem;
  background: url("../img/grey-bg.png") no-repeat left top/50% auto;
}
.section__wrapper.section__wrapper--try {
  padding-top: 9rem;
  padding-bottom: 9rem;
  background: url("../img/gray-circle.png") no-repeat center/100% 100%;
}

.footer {
  margin: 0;
  padding: 0;
  background-color: #e3e3e3;
}

.footer__wrapper {
  width: 1300px;
  max-width: 90%;
  margin: auto;
  padding: 1rem 0;
}

.footer__bar {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: space-between;
  -moz-box-pack: space-between;
  -ms-flex-pack: space-between;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.footer__elem {
  padding: 0.5rem 0;
  font-size: 0.8125rem;
  font-weight: 300;
  color: #2b3c4a;
  text-align: center;
  line-height: 1.2;
}

.footer__link {
  color: #2b3c4a;
}
.footer__link:hover {
  color: #7ed511;
}

.footer__menu {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: flex-start;
  -moz-box-pack: flex-start;
  -ms-flex-pack: flex-start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-box-align: stretch;
  -moz-box-align: stretch;
  -ms-flex-align: stretch;
  -webkit-align-items: stretch;
  align-items: stretch;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 3rem 0;
  padding-left: 10%;
}

.footer__menuLeft {
  -webkit-box: 60%;
  -moz-box: 60%;
  -webkit-flex: 60%;
  -ms-flex: 60%;
  flex: 60%;
}

.footer__menuRight {
  -webkit-box: 40%;
  -moz-box: 40%;
  -webkit-flex: 40%;
  -ms-flex: 40%;
  flex: 40%;
  margin-top: 1rem;
}
.footer__menuRight img {
  max-width: 200px;
}

.footer__menuRight a {
  display: block;
  text-align: right;
}

.footer__menuRightLink {
  display: block;
  width: 55px;
  max-width: 55px;
  height: 55px;
  margin-left: auto;
  margin-bottom: 0.5rem;
  color: #ffffff;
  line-height: 55px;
  text-align: center !important;
  background-color: #4e70a9;
  border-radius: 50%;
}
.footer__menuRightLink:hover {
  color: #7ed511;
}

.footer__menuRightItem {
  -webkit-box: 0 1 50%;
  -moz-box: 0 1 50%;
  -webkit-flex: 0 1 50%;
  -ms-flex: 0 1 50%;
  flex: 0 1 50%;
}

.footer__menuRightIcon {
  font-size: 1.5rem;
  color: inherit;
}

.footer__list {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: flex-start;
  -moz-box-pack: flex-start;
  -ms-flex-pack: flex-start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-box-align: stretch;
  -moz-box-align: stretch;
  -ms-flex-align: stretch;
  -webkit-align-items: stretch;
  align-items: stretch;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
  list-style-type: none;
}

.footer__item {
  -webkit-box: 0 1 25%;
  -moz-box: 0 1 25%;
  -webkit-flex: 0 1 25%;
  -ms-flex: 0 1 25%;
  flex: 0 1 25%;
  padding: 1rem;
  padding-left: 0;
}

.footer__itemHead {
  margin-bottom: 1rem;
  font-size: 1.125rem;
  font-weight: 700;
}

.footer__sublist {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

.footer__subitem {
  margin: 0.25rem 0;
}

.footer__sublink {
  font-size: 0.875rem;
  font-weight: 300;
  color: #2b3c4a;
}
.footer__sublink:hover {
  color: #7ed511;
}

.wrapper {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: flex-start;
  -moz-box-pack: flex-start;
  -ms-flex-pack: flex-start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-box-align: stretch;
  -moz-box-align: stretch;
  -ms-flex-align: stretch;
  -webkit-align-items: stretch;
  align-items: stretch;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0 10%;
}
.wrapper.wrapper--bigpb {
  padding-bottom: 4rem;
}
.wrapper.wrapper--inverse {
  -webkit-box-direction: row-reverse;
  -webkit-box-orient: row-reverse;
  -moz-box-direction: row-reverse;
  -moz-box-orient: row-reverse;
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.wrapper.wrapper--column {
  -webkit-box-direction: column;
  -webkit-box-orient: column;
  -moz-box-direction: column;
  -moz-box-orient: column;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: center;
}
.wrapper.wrapper--column .text.text--small {
  margin-bottom: 0;
}
.wrapper.wrapper--center {
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}

.wrapper__image,
.wrapper__description {
  -webkit-box: 50%;
  -moz-box: 50%;
  -webkit-flex: 50%;
  -ms-flex: 50%;
  flex: 50%;
  padding: 2rem 5%;
}

.wrapper__excerpt {
  font-weight: 300;
}
.wrapper__excerpt.wrapper__excerpt--line::after {
  content: "";
  display: block;
  margin-top: 1.5rem;
  width: 50px;
  height: 2px;
  background-color: #7ed511;
}
.wrapper__excerpt.wrapper__excerpt--price {
  padding: 3rem;
  color: #ffffff;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
}
.wrapper__excerpt.wrapper__excerpt--price p {
  margin: 0;
}

.info-slider {
  position: relative;
  margin-top: 3rem;
  margin-bottom: 6rem;
  padding: 0 15%;
}
.info-slider .slick-track {
  display: flex !important;
}
.info-slider .slick-slide {
  display: flex !important;
  align-items: center;
  flex-wrap: wrap;
  height: inherit !important;
}
.info-slider .slick-prev,
.info-slider .slick-next {
  position: absolute;
  top: 50%;
  left: 5%;
  font-size: 2.25rem;
  font-family: icomoon;
  font-weight: 400;
  color: #a3a3a3;
  background: transparent;
  border: none;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.info-slider .slick-prev:hover,
.info-slider .slick-next:hover {
  color: #7ed511;
}
.info-slider .slick-next {
  left: auto;
  right: 5%;
}

.info__image,
.info__description {
  width: 50%;
}

.text {
  margin: 0;
  font-weight: 700;
  color: #0f2751;
  line-height: 1.2;
  letter-spacing: -3px;
}
.text.text--big {
  margin-bottom: 0.5rem;
  font-size: 3.75rem;
}
.text.text--middle {
  font-size: 3rem;
}
.text.text--small {
  margin-bottom: 2.5rem;
  font-size: 2.5rem;
}
.text.text--center {
  text-align: center;
}

.bookkeeping__excerpt {
  max-width: 500px;
  margin: 3rem auto 0;
  font-size: 1.1875rem;
  text-align: center;
}

.more.more--bigmargin {
  margin-top: 5rem;
}

.more__link {
  padding: 1rem 2.5rem;
  font-size: 0.9375rem;
  color: #2b3c4a;
  box-shadow: 0px 5px 15px #03030333;
  border-radius: 0.5rem;
  border: 1px solid #d7d7d7;
}
.more__link:hover {
  color: #7ed511;
}
.more__link.more__link--small {
  display: inline-block;
  padding: 0.75rem 2rem;
  font-weight: 400;
  line-height: 1.3;
}

.more__icon {
  padding-right: 1rem;
  font-size: 16px;
  font-family: icomoon;
  color: inherit;
}

.price__box {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  margin: 4rem 0;
}
.price__box p {
  margin: 0 0.75rem;
}

.price__label {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: flex-start;
  -moz-box-pack: flex-start;
  -ms-flex-pack: flex-start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  width: 150px;
  height: 40px;
  margin: auto;
  padding: 0 0.25rem;
  border: 1px solid #999999;
  border-radius: 9999rem;
  cursor: pointer;
}
.price__label::before {
  content: "";
  display: block;
  width: 50px;
  height: calc(40px - 10px);
  background: #7ed511;
  border-radius: inherit;
  -webkit-transition: transform 0.6s ease-in-out;
  -moz-transition: transform 0.6s ease-in-out;
  -o-transition: transform 0.6s ease-in-out;
  transition: transform 0.6s ease-in-out;
}
.price__label.active::before {
  -webkit-transform: translateX(180%);
  -moz-transform: translateX(180%);
  -ms-transform: translateX(180%);
  -o-transform: translateX(180%);
  transform: translateX(180%);
}

#priceinput {
  display: none;
}

.price__value {
  padding-right: 0.5rem;
  font-weight: 700;
  font-size: 3.75rem;
  letter-spacing: -3px;
  line-height: 1.3;
}

.opinions__list {
  position: relative;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: flex-start;
  -moz-box-pack: flex-start;
  -ms-flex-pack: flex-start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0;
  margin-top: 3rem;
  padding: 0 20%;
  list-style-type: none;
}
.opinions__list .slick-track {
  display: flex !important;
}
.opinions__list .slick-slide {
  height: inherit !important;
}
.opinions__list .slick-prev,
.opinions__list .slick-next {
  position: absolute;
  top: 50%;
  left: 5%;
  font-size: 2.25rem;
  font-family: icomoon;
  font-weight: 400;
  color: #a3a3a3;
  background: transparent;
  border: none;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.opinions__list .slick-prev:hover,
.opinions__list .slick-next:hover {
  color: #7ed511;
}
.opinions__list .slick-next {
  left: auto;
  right: 5%;
}

.opinions__excerpt {
  position: relative;
  padding: 0 10%;
  font-weight: 300;
  font-style: italic;
}
.opinions__excerpt::before {
  content: url("../img/quote.png");
  position: absolute;
  left: 0;
  top: 0.5rem;
}

.opinions__text {
  max-width: 400px;
  margin-top: 2rem;
  margin-left: auto;
  text-align: center;
}
.opinions__text p {
  margin: 0;
}

.opinions__author {
  font-weight: 700;
}

.table__prices {
  max-width: 1200px;
  margin: 3rem auto;
}
.table__prices th,
.table__prices td {
  min-width: 225px;
}
.table__prices thead tr th:first-child {
  font-size: 1.0625rem;
  text-align: left;
}
.table__prices thead tr th {
  padding-top: 1rem;
  padding-bottom: 2rem;
  font-size: 1.375rem;
  font-weight: 600;
  text-align: center;
}
.table__prices tbody tr:last-child {
  border-bottom: 1px solid #ddd;
}
.table__prices tbody tr td:first-child {
  font-weight: 400;
  text-align: left;
}
.table__prices tbody tr td {
  font-size: 1.0625rem;
  font-weight: 600;
  text-align: center;
}

.pricelist__price,
.pricelist__unit,
.pricelist__gross {
  display: inline-block;
  color: #ffffff;
  line-height: 1;
  text-align: center;
}

.pricelist__option {
  margin-bottom: 1.5rem;
  padding: 1.5rem 0;
  background: url("../img/green-bg-small.png") no-repeat center center;
}

.pricelist__price {
  font-size: 2.5rem;
  font-weight: 700;
  letter-spacing: -2px;
}

.pricelist__gross {
  display: block;
  font-size: 1.1875rem;
  font-weight: 300;
}

.pricelist__unit {
  padding-left: 0.25rem;
  font-size: 1.1875rem;
  font-weight: 600;
}

.faq__wrapper {
  max-width: 1200px;
  margin: 3rem auto;
}

.faq__item {
  border-top: 1px solid #d3d3d3;
}
.faq__item:last-child {
  border-bottom: 1px solid #d3d3d3;
}

.faq__title {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: space-between;
  -moz-box-pack: space-between;
  -ms-flex-pack: space-between;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  padding: 1.75rem 0;
  font-size: 1.625rem;
  line-height: 1.2;
  cursor: pointer;
}
.faq__title::after {
  content: "";
  display: inline-block;
  font-size: 1.625rem;
  font-family: icomoon;
  color: #83d807;
  vertical-align: middle;
}
.faq__title.active::after {
  content: "";
}

.faq__description {
  display: none;
  margin-bottom: 2rem;
  font-size: 1.125rem;
}

.openingbalance-row {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: space-between;
  -moz-box-pack: space-between;
  -ms-flex-pack: space-between;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}

.openingbalance-col-1 {
  -webkit-box: 0 0 calc(40% - 20px);
  -moz-box: 0 0 calc(40% - 20px);
  -webkit-flex: 0 0 calc(40% - 20px);
  -ms-flex: 0 0 calc(40% - 20px);
  flex: 0 0 calc(40% - 20px);
  margin-right: 20px;
}

.openingbalance-col-r {
  -webkit-box: 0 0 60%;
  -moz-box: 0 0 60%;
  -webkit-flex: 0 0 60%;
  -ms-flex: 0 0 60%;
  flex: 0 0 60%;
  font-weight: 500;
  color: #444444;
  line-height: 1.3;
}
.openingbalance-col-r .row {
  margin-bottom: 10px;
}

/* -------------------------------------    MEDIA QUERIES   ------------------------------------------*/
@media only screen and (max-width: 576px) {
  .body__wrapper.body__wrapper--login {
    -webkit-box-direction: column-reverse;
    -webkit-box-orient: column-reverse;
    -moz-box-direction: column-reverse;
    -moz-box-orient: column-reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }

  .user_menu {
    width: 100%;
  }

  #center_k {
    width: 100%;
    margin-bottom: 3rem;
    padding-left: 0;
  }

  .header__bar {
    -webkit-box-direction: column;
    -webkit-box-orient: column;
    -moz-box-direction: column;
    -moz-box-orient: column;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: flex-start;
    -moz-box-align: flex-start;
    -ms-flex-align: flex-start;
    -webkit-align-items: flex-start;
    align-items: flex-start;
  }

  .header__menu {
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
  }

  .header__title {
    font-size: 1.5rem;
  }

  #menu1 {
    height: 0;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0;
    padding: 0;
    opacity: 0;
    visibility: hidden;
  }
  #menu1 li {
    -webkit-box: 100%;
    -moz-box: 100%;
    -webkit-flex: 100%;
    -ms-flex: 100%;
    flex: 100%;
    padding: 0;
  }
  #menu1 li.sub a.item1::before {
    display: none;
  }
  #menu1 li.open ul {
    display: block;
  }
  #menu1 li ul {
    width: 100%;
    display: none;
    position: static;
    opacity: 1;
    visibility: visible;
    -webkit-box-shadow: none;
    box-shadow: none;
    overflow: hidden;
  }
  #menu1 li ul li {
    width: 100%;
  }
  #menu1 li ul li a.item2 {
    padding: 0.65rem 1.75rem;
    line-height: 1.3;
  }

  #mobnav-btn {
    display: block;
  }

  .xactive #menu1 {
    height: auto;
    opacity: 1;
    visibility: visible;
    overflow-y: auto;
  }

  .xactive #g_menu.layer {
    height: auto;
    min-height: 100vh;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 100;
    padding-top: 50px;
    overflow: hidden;
    background-color: #ffffff;
  }

  .xactive #menu1 .sub a.item1::after {
    display: block;
  }

  #d_menu ul,
.footer__bar {
    -webkit-box-direction: column;
    -webkit-box-orient: column;
    -moz-box-direction: column;
    -moz-box-orient: column;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .footer__menu {
    padding-left: 0;
  }

  .footer__menuLeft,
.footer__menuRight {
    -webkit-box: 100%;
    -moz-box: 100%;
    -webkit-flex: 100%;
    -ms-flex: 100%;
    flex: 100%;
  }

  .footer__item {
    -webkit-box: 50%;
    -moz-box: 50%;
    -webkit-flex: 50%;
    -ms-flex: 50%;
    flex: 50%;
  }

  .section__wrapper.section__wrapper--trail {
    background-size: contain;
  }

  .text.text--big, .text.text--middle {
    font-size: 2.5rem;
  }
  .text.text--small {
    font-size: 1.875rem;
  }

  .faq__title {
    font-size: 1.25rem;
  }

  .wrapper {
    padding-left: 0;
    padding-right: 0;
  }
  .wrapper.wrapper--bigpb {
    -webkit-box-direction: column-reverse;
    -webkit-box-orient: column-reverse;
    -moz-box-direction: column-reverse;
    -moz-box-orient: column-reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }

  .wrapper__image,
.wrapper__description {
    -webkit-box: 100%;
    -moz-box: 100%;
    -webkit-flex: 100%;
    -ms-flex: 100%;
    flex: 100%;
    padding-left: 0;
    padding-right: 0;
  }

  .info-slider {
    padding-left: 5%;
    padding-right: 5%;
  }
  .info-slider .slick-prev {
    left: -1rem;
  }
  .info-slider .slick-next {
    right: -1rem;
  }

  .info__image,
.info__description {
    width: 100%;
  }

  .opinions__list {
    padding-left: 5%;
    padding-right: 5%;
  }
  .opinions__list .slick-prev {
    left: -0.5rem;
  }
  .opinions__list .slick-next {
    right: -0.5rem;
  }

  .opinions__excerpt {
    font-size: 0.9375rem;
  }
  .opinions__excerpt::before {
    display: none;
  }
}
.bg-darklight{
  background-color:#eeeeee !important;
}
@media only screen and (max-width: 768px) and (min-width: 577px) {
  .body__wrapper.body__wrapper--login {
    -webkit-box-direction: column-reverse;
    -webkit-box-orient: column-reverse;
    -moz-box-direction: column-reverse;
    -moz-box-orient: column-reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }

  .user_menu {
    width: 100%;
  }

  #center_k {
    width: 100%;
    margin-bottom: 3rem;
    padding-left: 0;
  }

  .header__menu {
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
  }

  #menu1 {
    height: 0;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0;
    padding: 0;
    opacity: 0;
    visibility: hidden;
  }
  #menu1 li {
    -webkit-box: 100%;
    -moz-box: 100%;
    -webkit-flex: 100%;
    -ms-flex: 100%;
    flex: 100%;
    padding: 0;
  }
  #menu1 li.sub a.item1::before {
    display: none;
  }
  #menu1 li.open ul {
    display: block;
  }
  #menu1 li ul {
    width: 100%;
    display: none;
    position: static;
    opacity: 1;
    visibility: visible;
    -webkit-box-shadow: none;
    box-shadow: none;
    overflow: hidden;
  }
  #menu1 li ul li {
    width: 100%;
  }
  #menu1 li ul li a.item2 {
    padding: 0.65rem 1.75rem;
    line-height: 1.3;
  }

  #mobnav-btn {
    display: block;
  }

  .xactive #menu1 {
    height: auto;
    opacity: 1;
    visibility: visible;
    overflow-y: auto;
  }

  .xactive #g_menu.layer {
    height: auto;
    min-height: 100vh;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 100;
    padding-top: 50px;
    overflow: hidden;
    background-color: #ffffff;
  }

  .xactive #menu1 .sub a.item1::after {
    display: block;
  }

  #d_menu ul,
.footer__bar {
    -webkit-box-direction: column;
    -webkit-box-orient: column;
    -moz-box-direction: column;
    -moz-box-orient: column;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .footer__menu {
    padding-left: 0;
  }

  .footer__menuLeft,
.footer__menuRight {
    -webkit-box: 100%;
    -moz-box: 100%;
    -webkit-flex: 100%;
    -ms-flex: 100%;
    flex: 100%;
  }

  .footer__item {
    -webkit-box: 50%;
    -moz-box: 50%;
    -webkit-flex: 50%;
    -ms-flex: 50%;
    flex: 50%;
  }

  .section__wrapper.section__wrapper--trail {
    background-size: contain;
  }

  .wrapper {
    padding-left: 0;
    padding-right: 0;
  }
  .wrapper.wrapper--bigpb {
    -webkit-box-direction: column-reverse;
    -webkit-box-orient: column-reverse;
    -moz-box-direction: column-reverse;
    -moz-box-orient: column-reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }

  .wrapper__image,
.wrapper__description {
    -webkit-box: 100%;
    -moz-box: 100%;
    -webkit-flex: 100%;
    -ms-flex: 100%;
    flex: 100%;
    padding-left: 0;
    padding-right: 0;
  }

  .info__image,
.info__description {
    width: 100%;
  }

  .opinions__excerpt::before {
    display: none;
  }

  .faq__title {
    font-size: 1.5625rem;
  }
}
@media only screen and (max-width: 1199px) and (min-width: 769px) {
  .body__wrapper.body__wrapper--login {
    -webkit-box-direction: column-reverse;
    -webkit-box-orient: column-reverse;
    -moz-box-direction: column-reverse;
    -moz-box-orient: column-reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }

  .user_menu {
    width: 100%;
  }

  #center_k {
    width: 100%;
    margin-bottom: 3rem;
    padding-left: 0;
  }

  .header__menu {
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
  }

  #menu1 {
    height: 0;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0;
    padding: 0;
    opacity: 0;
    visibility: hidden;
  }
  #menu1 li {
    -webkit-box: 100%;
    -moz-box: 100%;
    -webkit-flex: 100%;
    -ms-flex: 100%;
    flex: 100%;
    padding: 0;
  }
  #menu1 li.sub a.item1::before {
    display: none;
  }
  #menu1 li.open ul {
    display: block;
  }
  #menu1 li ul {
    width: 100%;
    display: none;
    position: static;
    opacity: 1;
    visibility: visible;
    -webkit-box-shadow: none;
    box-shadow: none;
    overflow: hidden;
  }
  #menu1 li ul li {
    width: 100%;
  }
  #menu1 li ul li a.item2 {
    padding: 0.65rem 1.75rem;
    line-height: 1.3;
  }

  #mobnav-btn {
    display: block;
  }

  .xactive #menu1 {
    height: auto;
    opacity: 1;
    visibility: visible;
    overflow-y: auto;
  }

  .xactive #g_menu.layer {
    height: auto;
    min-height: 100vh;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 100;
    padding-top: 50px;
    overflow: hidden;
    background-color: #ffffff;
  }

  .xactive #menu1 .sub a.item1::after {
    display: block;
  }

  .footer__menu {
    -webkit-box-direction: column;
    -webkit-box-orient: column;
    -moz-box-direction: column;
    -moz-box-orient: column;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-left: 0;
  }

  .section__wrapper.section__wrapper--trail {
    background-size: auto 50%;
  }

  .wrapper {
    padding-left: 0;
    padding-right: 0;
  }
  .wrapper.wrapper--bigpb {
    -webkit-box-direction: column-reverse;
    -webkit-box-orient: column-reverse;
    -moz-box-direction: column-reverse;
    -moz-box-orient: column-reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }

  .wrapper__image,
.wrapper__description {
    -webkit-box: 100%;
    -moz-box: 100%;
    -webkit-flex: 100%;
    -ms-flex: 100%;
    flex: 100%;
    padding-left: 0;
    padding-right: 0;
  }

  .info__image,
.info__description {
    width: 100%;
  }
}
@media only screen and (min-width: 1200px) {
  #menu1 li.sub a.item1::after {
    content: "";
    padding-left: 0.5rem;
    font-size: 0.8125rem;
    font-family: icomoon;
    vertical-align: middle;
  }
}

/*# sourceMappingURL=default.css.map */
