/* compiled by scssphp v0.7.0 on Wed, 24 Jul 2019 09:56:19 +0200 (1.1262s) */

@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,400,600,700,800');
@import url('https://fonts.googleapis.com/css?family=Waiting+for+the+Sunrise');
@font-face {
  font-family: 'Montserrat';
  font-weight: 300;
  src: url(/css/default/fonts/Montserrat-Light.ttf); }

@font-face {
  font-family: 'Montserrat';
  font-weight: 700;
  src: url(/css/default/fonts/Montserrat-Bold.ttf); }

@font-face {
  font-family: 'Montserrat';
  font-weight: 500;
  src: url(/css/default/fonts/Montserrat-Medium.ttf); }

@font-face {
  font-family: 'Montserrat';
  font-weight: 400;
  src: url(/css/default/fonts/Montserrat-Regular.ttf); }

@font-face {
  font-family: 'OpenSans';
  font-weight: 700;
  src: url(/css/default/fonts/OpenSans-Bold.ttf); }

@font-face {
  font-family: 'OpenSans';
  font-weight: 400;
  src: url(/css/default/fonts/OpenSans-Regular.ttf); }

@font-face {
  font-family: 'Montserrat';
  font-weight: 900;
  src: url(/css/default/fonts/Montserrat-Black.ttf); }
/**
 * Base
 */
/* line 5, ../sass/_base.scss */
* {
  font-family: 'Open Sans', Arial, Helvetica, sans-serif;
  font-weight: 300; }
/* line 7, ../sass/_base.scss */
html, body {
  font-size: 16px; }
/* line 8, ../sass/_base.scss */
p {
  font-size: 1rem; }
/* line 9, ../sass/_base.scss */
div, span, p, textarea, input, select, li, td, strong, em {
  color: #000; }
/* line 10, ../sass/_base.scss */
a {
  color: #0c3e69;
  outline: none;
  text-decoration: none;
  font-size: 1rem; }
/* line 11, ../sass/_base.scss */
a:hover {
  color: #000;
  text-decoration: none; }
/* line 12, ../sass/_base.scss */
a:active {
  color: #666; }
/* line 13, ../sass/_base.scss */
a:focus {
  text-decoration: none;
  outline: none; }
/* line 14, ../sass/_base.scss */
h1, h2, h3, h4, h5 {
  padding: 0;
  line-height: 1.3; }
/* line 16, ../sass/_base.scss */
h2 {
  font-size: 2rem;
  margin: 12px 0; }
/* line 17, ../sass/_base.scss */
h3 {
  font-size: 1.8rem;
  margin: 10px 0; }
/* line 18, ../sass/_base.scss */
h4 {
  font-size: 1.6rem;
  margin: 8px 0; }
/* line 19, ../sass/_base.scss */
h5 {
  font-size: 1.4rem;
  margin: 6px 0; }
/* line 20, ../sass/_base.scss */
img {
  border: 0;
  height: auto;
  max-width: 100%; }
/* line 21, ../sass/_base.scss */
video {
  max-width: 100%;
  height: auto; }
/* img:hover {opacity:0.85; filter:alpha(opacity=85); transition:0.8s; -webkit-transition:0.8s; -moz-transition:0.8s; -ms-transition:0.8s; -o-transition:0.8s;} */
/* line 23, ../sass/_base.scss */
th {
  text-align: left; }
/* line 24, ../sass/_base.scss */
ul {
  padding: 0;
  margin: 0; }
/* line 25, ../sass/_base.scss */
ul li {
  list-style: none outside none; }
/* line 28, ../sass/_base.scss */
.subcontent_container ul li {
  padding-left: 30px;
  background: url(/css/default/images/li.png) no-repeat left top;
  margin-bottom: 7px; }
/* line 33, ../sass/_base.scss */
table caption {
  font-weight: bold;
  text-transform: uppercase; }
/* line 34, ../sass/_base.scss */
.alert {
  font-size: 1.2rem; }
/* Style Bartka */
/* line 36, ../sass/_base.scss */
.hiddenen {
  opacity: 0; }
/* line 37, ../sass/_base.scss */
.no-marg {
  margin-left: 0 !important;
  margin-right: 0 !important; }
/* line 38, ../sass/_base.scss */
.no-pad {
  padding-left: 0 !important;
  padding-right: 0 !important; }
/* line 40, ../sass/_base.scss */
#map_1 {
  max-width: 100%; }
/* line 46, ../sass/_base.scss */
#cookies {
  position: fixed;
  z-index: 1000;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 3px 0;
  width: 100%;
  text-align: center;
  background: #000;
  border-top: 1px solid #666;
  opacity: 0.75;
  filter: alpha(opacity=75); }
/* line 60, ../sass/_base.scss */
#cookies_info, #cookies_more, #cookies_ok {
  font-size: 15px;
  color: #fff;
  padding: 5px;
  display: inline-block; }
/* line 66, ../sass/_base.scss */
#cookies_more {
  text-decoration: underline; }
/* line 69, ../sass/_base.scss */
#cookies_ok {
  float: right;
  right: 15px;
  font-size: 25px;
  position: absolute;
  margin-top: -7px; }
/* line 80, ../sass/_base.scss */
.totop {
  background: rgba(0, 0, 0, 0) url("/css/default/images//arrow.png") no-repeat scroll center center;
  bottom: 35px;
  display: none;
  height: 50px;
  opacity: 0.5;
  overflow: hidden;
  position: fixed;
  right: 30px;
  width: 50px;
  z-index: 9999; }
/* line 92, ../sass/_base.scss */
.totop:hover {
  opacity: 1; }
/*Lista plików*/
/* line 102, ../sass/_base.scss */
.files_tree h2 {
  font-size: 27px; }
/* line 105, ../sass/_base.scss */
.files_tree .file_wrapper {
  max-width: 810px;
  display: flex;
  align-items: center;
  background: #fff;
  margin-bottom: 10px;
  margin-left: 25px;
  transition: all 0.5s ease-in-out;
  position: relative;
  padding: 0; }
/* line 116, ../sass/_base.scss */
.files_tree .file_wrapper:hover {
  background: #fff; }
/* line 119, ../sass/_base.scss */
.files_tree .file_wrapper:hover .number {
  background: #c89e0d; }
/* line 122, ../sass/_base.scss */
.files_tree .file_wrapper .number {
  color: white;
  font-size: 27px;
  font-weight: 600;
  background: #f0c018;
  width: 55px;
  min-width: 55px;
  text-align: center;
  border-radius: 50%;
  height: 55px;
  padding: 14px 0px;
  line-height: 1;
  margin-left: -25px;
  transition: all 0.5s ease-in-out; }
/* line 137, ../sass/_base.scss */
.files_tree .file_wrapper .name_link {
  color: #525252;
  font-size: 16px;
  font-weight: 300;
  padding-left: 20px;
  padding-right: 80px; }
/* line 144, ../sass/_base.scss */
.files_tree .file_wrapper .name_link:hover {
  color: #000; }
/* line 147, ../sass/_base.scss */
.files_tree .file_wrapper .cloud_link {
  position: absolute;
  right: 25px; }

@media screen and (max-width: 480px) {
/* line 153, ../sass/_base.scss */
.files_tree .file_wrapper .name_link {
  font-size: 14px;
  padding-left: 10px;
  padding-right: 65px; }
/* line 158, ../sass/_base.scss */
.files_tree .file_wrapper .cloud_link {
  right: 10px; } }
/* ----  */
/* line 168, ../sass/_base.scss */
.pagination {
  margin-top: 15px; }
/* line 170, ../sass/_base.scss */
.pagination a {
  padding: 2px;
  font-size: 1rem;
  font-weight: 500;
  color: #f0c018;
  padding-right: 5px; }
/* line 176, ../sass/_base.scss */
.pagination a.active {
  color: #000; }
/* line 186, ../sass/_base.scss */
.bgal-wrap {
  align-items: center; }
/* line 188, ../sass/_base.scss */
.bgal-wrap .bgal-item {
  text-align: center;
  margin-bottom: 30px; }
/* line 191, ../sass/_base.scss */
.bgal-wrap .bgal-item a {
  padding: 0;
  display: inline-block;
  transition: all 0.3s ease-in-out;
  overflow: hidden;
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.15); }
/* line 197, ../sass/_base.scss */
.bgal-wrap .bgal-item a:hover img {
  transform: scale(1.1); }
/* line 201, ../sass/_base.scss */
.bgal-wrap .bgal-item img {
  transition: all 0.3s ease-in-out; }
/* line 212, ../sass/_base.scss */
.res-gallery {
  display: flex;
  flex-wrap: wrap;
  align-items: center; }
/* line 216, ../sass/_base.scss */
.res-gallery .res-gallery-img {
  width: calc(25% - 30px);
  margin-right: 30px;
  margin-bottom: 30px; }
/* line 220, ../sass/_base.scss */
.res-gallery .res-gallery-img a {
  padding: 0;
  display: inline-block;
  transition: all 0.3s ease-in-out;
  overflow: hidden;
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.15); }
/* line 226, ../sass/_base.scss */
.res-gallery .res-gallery-img a:hover img {
  transform: scale(1.1); }
/* line 230, ../sass/_base.scss */
.res-gallery .res-gallery-img img {
  transition: all 0.3s ease-in-out; }

@media screen and (max-width: 991px) {
/* line 238, ../sass/_base.scss */
.res-gallery .res-gallery-img {
  width: calc(33.333% - 30px); } }

@media screen and (max-width: 767px) {
/* line 241, ../sass/_base.scss */
.res-gallery .res-gallery-img {
  width: calc(50% - 30px); } }

@media screen and (max-width: 575px) {
/* line 244, ../sass/_base.scss */
.res-gallery .res-gallery-img {
  width: 100%;
  margin-right: 0; } }
/* line 251, ../sass/_base.scss */
#wrap404 {
  padding: 100px 115px 100px 65px; }
/* line 253, ../sass/_base.scss */
#wrap404 #ups404 {
  font-weight: 900;
  color: #0e0e0e;
  font-size: 45px;
  margin-top: 100px;
  margin-bottom: 50px; }
/* line 260, ../sass/_base.scss */
#wrap404 #txt404 {
  font-weight: 300;
  color: #0e0e0e;
  font-size: 24px;
  margin-bottom: 60px; }
/* line 266, ../sass/_base.scss */
#wrap404 #btn404 {
  padding: 15px 30px;
  background: #ba292e;
  color: white;
  border-radius: 30px;
  font-weight: 600;
  transition: all 0.3s ease-in-out;
  font-size: 16px; }
/* line 274, ../sass/_base.scss */
#wrap404 #btn404:hover {
  background: #d83136; }

@media screen and (max-width: 1499px) {
/* line 282, ../sass/_base.scss */
#wrap404 {
  padding: 100px 30px 100px 30px; }
/* line 285, ../sass/_base.scss */
#wrap404 #ups404 {
  font-size: 35px;
  margin-top: 50px;
  margin-bottom: 30px; }
/* line 290, ../sass/_base.scss */
#wrap404 #txt404 {
  font-size: 21px; } }

@media screen and (max-width: 1199px) {
/* line 293, ../sass/_base.scss */
#gif404 {
  margin-top: 100px; } }

@media screen and (max-width: 575px) {
/* line 300, ../sass/_base.scss */
#wrap404 {
  padding: 30px 0; }
/* line 302, ../sass/_base.scss */
#wrap404 #btn404 {
  padding: 8px 16px;
  font-size: 12px; }
/* line 306, ../sass/_base.scss */
#wrap404 #txt404 {
  font-size: 15px;
  margin-bottom: 30px; }
/* line 307, ../sass/_base.scss */
#wrap404 #ups404 {
  font-size: 25px;
  margin-bottom: 20px; }
/* line 309, ../sass/_base.scss */
#gif404 {
  margin-top: 50px; } }
/* line 314, ../sass/_base.scss */
.grecaptcha-badge {
  visibility: hidden; }
/* line 14, ../sass/_subsites.scss */
#subcontent {
  margin: 50px 0; }
/* line 18, ../sass/_subsites.scss */
.c-subsite {
  margin-top: 40px;
  margin-bottom: -120px;
  position: relative; }

@media screen and (max-width: 991px) {
    .c-subsite {
      margin-top: 50px; } }
/* line 27, ../sass/_subsites.scss */
.c-subsite__wrapper {
  padding-left: 70px;
  padding-right: 70px; }

@media screen and (max-width: 1499px) {
      .c-subsite__wrapper {
        padding-left: 50px;
        padding-right: 50px; } }

@media screen and (max-width: 991px) {
      .c-subsite__wrapper {
        padding-left: 0;
        padding-right: 0; } }
/* line 42, ../sass/_subsites.scss */
.c-subsite__content {
  background-color: #fff;
  border-radius: 0 0 8px 8px;
  padding: 30px 50px 30px; }

@media screen and (max-width: 1199px) {
      .c-subsite__content {
        padding: 30px; } }

@media screen and (max-width: 575px) {
      .c-subsite__content {
        padding: 15px 20px 15px; } }

/* line 60, ../sass/_subsites.scss */

.c-subsite__heading {
  font-family: 'Waiting for the Sunrise', cursive;
  color: #000;
  font-size: 42px;
  margin-bottom: 25px; }
/* line 67, ../sass/_subsites.scss */
.c-subsite h2 {
  font-family: 'Waiting for the Sunrise', cursive;
  font-size: 34px; }
/* line 72, ../sass/_subsites.scss */
.c-subsite h3 {
  font-family: 'Waiting for the Sunrise', cursive;
  font-size: 29px; }
/* line 1, ../sass/header.scss */
.c-header {
  background-color: #f0c018;
  z-index: 9999; }
/* line 5, ../sass/header.scss */
.c-header__wrapper {
  padding-left: 55px;
  padding-right: 55px; }

@media screen and (max-width: 1499px) {
      .c-header__wrapper {
        padding-left: 35px;
        padding-right: 35px; } }

@media screen and (max-width: 575px) {
      .c-header__wrapper {
        padding-left: 5px;
        padding-right: 5px; } }
/* line 20, ../sass/header.scss */
.c-header__top {
  display: flex;
  justify-content: space-between;
  padding-top: 30px;
  padding-bottom: 30px;
  align-items: center; }

@media screen and (max-width: 991px) {
      .c-header__top {
        padding-top: 25px;
        padding-bottom: 25px; } }

@media screen and (max-width: 767px) {
      .c-header__top {
        padding-top: 20px;
        padding-bottom: 20px; } }
/* line 38, ../sass/header.scss */
.c-header__logo {
  display: flex;
  align-items: center; }
/* line 42, ../sass/header.scss */
@media screen and (max-width: 1499px) {
        .c-header__logo-image {
          width: 535px; } }

@media screen and (max-width: 991px) {
        .c-header__logo-image {
          width: 115px; } }

@media screen and (max-width: 767px) {
        .c-header__logo-image {
          width: 80px; } }
/* line 57, ../sass/header.scss */
.c-header__logo-slug {
  color: #000;
  font-size: 22px;
  font-weight: 600;
  padding: 0 40px 0 22px; }
/* line 65, ../sass/header.scss */
.c-header__contact {
  display: flex; }
/* line 69, ../sass/header.scss */
.c-header__phone {
  background: url(/css/default/images/phone-top-bg.png) no-repeat;
  width: 213px;
  background-size: contain;
  display: flex;
  align-items: center;
  justify-content: center;
  max-height: 42px;
  font-weight: 700;
  color: #2c2304;
  padding-left: 1.5vw;
  border-radius: 40px;
  transition: background-color 0.3s; }
/* line 83, ../sass/header.scss */
.c-header__phone:hover {
  background-color: #fff; }

@media screen and (max-width: 991px) {
      .c-header__phone {
        font-size: 15px;
        width: 199px;
        background-size: cover;
        height: 38px;
        padding-left: 28px;
        transition: background-color 0.3s; } }

@media screen and (max-width: 575px) {
      .c-header__phone {
        font-size: 14px;
        width: 160px;
        height: 31px; } }
/* line 103, ../sass/header.scss */
.c-header__slogan {
  font-weight: 500;
  color: #2d2404;
  line-height: 1.4;
  text-align: right;
  margin-right: 15px;
  font-size: 15px; }

@media screen and (max-width: 991px) {
      .c-header__slogan {
        display: none; } }
/* line 1, ../sass/nav.scss */
.c-nav {
  display: flex;
  background-color: #fff;
  border-radius: 8px 8px 0 0;
  border-bottom: 4px solid #f0c018; }

@media screen and (max-width: 991px) {
    .c-nav {
      position: absolute;
      z-index: 0;
      flex-wrap: wrap;
      left: -35px;
      right: -35px;
      top: 51px;
      border-radius: 0;
      visibility: hidden;
      transition: height 0.3s; }
/* line 18, ../sass/nav.scss */
.c-nav.open {
  visibility: visible;
  z-index: 9998; } }
/* line 24, ../sass/nav.scss */
.c-nav__item {
  flex: 1 0 0;
  display: flex; }

@media screen and (max-width: 991px) {
      .c-nav__item {
        flex: unset;
        width: 33.33%;
        position: relative; } }
/* line 34, ../sass/nav.scss */
.c-nav__item:last-child {
  border-right: none; }
/* line 38, ../sass/nav.scss */
/* line 39, ../sass/nav.scss */

@media screen and (max-width: 1499px) {
          .c-nav__item:nth-child(1) .c-nav__image {
            transform: scale(0.8); } }
/* line 46, ../sass/nav.scss */
/* line 47, ../sass/nav.scss */

@media screen and (max-width: 1499px) {
          .c-nav__item:nth-child(2) .c-nav__image {
            transform: scale(0.85); } }
/* line 54, ../sass/nav.scss */
/* line 55, ../sass/nav.scss */

@media screen and (max-width: 1499px) {
          .c-nav__item:nth-child(3) .c-nav__image {
            transform: scale(0.85); } }
/* line 62, ../sass/nav.scss */
/* line 63, ../sass/nav.scss */

.c-nav__item:nth-child(4) .c-nav__image {
  width: 55px; }
  @media screen and (max-width: 1499px) {
        .c-nav__item:nth-child(4) .c-nav__image {
          transform: scale(0.8); } }
/* line 72, ../sass/nav.scss */
/* line 73, ../sass/nav.scss */

@media screen and (max-width: 1499px) {
          .c-nav__item:nth-child(5) .c-nav__image {
            transform: scale(0.8); } }
/* line 80, ../sass/nav.scss */
/* line 81, ../sass/nav.scss */

@media screen and (max-width: 1499px) {
          .c-nav__item:nth-child(6) .c-nav__image {
            transform: scale(0.85); } }
/* line 88, ../sass/nav.scss */
/* line 89, ../sass/nav.scss */

@media screen and (max-width: 1499px) {
          .c-nav__item:nth-child(7) .c-nav__image {
            transform: scale(0.85); } }
/* line 96, ../sass/nav.scss */
/* line 97, ../sass/nav.scss */

@media screen and (max-width: 1499px) {
          .c-nav__item:nth-child(8) .c-nav__image {
            transform: scale(0.85); } }
/* line 104, ../sass/nav.scss */
/* line 105, ../sass/nav.scss */

@media screen and (max-width: 1499px) {
          .c-nav__item:nth-child(9) .c-nav__image {
            transform: scale(0.8); } }
/* line 113, ../sass/nav.scss */
.c-nav__item .sub_menu {
  background: #f0c018;
  position: absolute;
  transition: all 0.3s ease-in-out;
  transform-origin: top;
  transform: scale(1);
  min-width: 200px;
  max-width: 450px;
  box-shadow: 1px 10px 20px rgba(0, 0, 0, 0.14);
  z-index: 1;
  top: 127px;
  border-top: none;
  border-radius: 0 0 5px 5px; }

@media screen and (max-width: 991px) {
        .c-nav__item .sub_menu {
          min-width: 100%;
          top: 131px; } }
/* line 132, ../sass/nav.scss */
.c-nav__item .sub_menu li a {
  padding: 12px;
  color: white;
  font-size: 15px;
  transition: all 0.3s ease-in-out;
  opacity: 1;
  display: block; }
/* line 140, ../sass/nav.scss */
.c-nav__item .sub_menu li a:before {
  display: none; }
/* line 144, ../sass/nav.scss */
.c-nav__item .sub_menu li a:hover {
  background-color: #e0b10f;
  border-radius: 0 0 5px 5px; }
/* line 150, ../sass/nav.scss */
.c-nav__item .sub_menu.hide_menu {
  transform: scale(0); }
/* line 153, ../sass/nav.scss */
.c-nav__item .sub_menu.hide_menu li a {
  opacity: 0; }
/* line 160, ../sass/nav.scss */
.c-nav__link {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  align-items: center;
  justify-content: center;
  padding: 13px 0 26px; }

@media screen and (max-width: 1499px) {
      .c-nav__link {
        padding: 13px 0 30px; } }
/* line 173, ../sass/nav.scss */
.c-nav__link:before {
  opacity: 0;
  position: absolute;
  content: '';
  height: 10px;
  bottom: -6px;
  width: 10px;
  border-right: solid transparent 10px;
  border-top: solid #f0c018 10px;
  transform: rotate(45deg) skew(10deg, 10deg);
  transition: opacity 0.3s; }

@media screen and (max-width: 991px) {
        .c-nav__link:before {
          display: none; } }
/* line 190, ../sass/nav.scss */
/* line 191, ../sass/nav.scss */

.c-nav__link:hover:before {
  opacity: 1; }
/* line 195, ../sass/nav.scss */
.c-nav__link:hover .c-nav__image {
  opacity: 1; }
/* line 199, ../sass/nav.scss */
.c-nav__link:hover .c-nav__title {
  opacity: 1; }
/* line 205, ../sass/nav.scss */
.c-nav__title {
  position: absolute;
  bottom: 9px;
  font-family: 'Waiting for the Sunrise', cursive;
  opacity: 0;
  font-size: 22px;
  transition: opacity 0.3s;
  line-height: 1;
  color: #000; }

@media screen and (max-width: 1499px) {
      .c-nav__title {
        font-size: 19px;
        text-align: center;
        bottom: 11px; } }
/* line 222, ../sass/nav.scss */
.c-nav__image {
  opacity: 0.6;
  transition: opacity 0.3s; }

/* line 1, ../sass/slider.scss */

/* line 3, ../sass/slider.scss */

.c-slider__wrapper {
  padding-left: 70px;
  padding-right: 70px; }

@media screen and (max-width: 1499px) {
      .c-slider__wrapper {
        padding-left: 50px;
        padding-right: 50px; } }

@media screen and (max-width: 991px) {
      .c-slider__wrapper {
        margin-top: 50px; } }

@media screen and (max-width: 575px) {
      .c-slider__wrapper {
        padding-left: 0;
        padding-right: 0; } }
/* line 22, ../sass/slider.scss */
.c-slider__item {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #fff !important;
  border-radius: 0 0 8px 8px; }

@media screen and (max-width: 991px) {
      .c-slider__item {
        border-radius: 8px; } }

/* line 38, ../sass/slider.scss */

.c-slider .bx-wrapper img {
  max-width: 100%;
  display: block;
  margin: 0 auto;
  border-radius: 0 0 8px 8px;
  max-height: 613px; }

@media screen and (max-width: 991px) {
      .c-slider .bx-wrapper img {
        border-radius: 8px; } }
/* line 51, ../sass/slider.scss */
.bx-wrapper .bx-pager.bx-default-pager a:hover, .bx-wrapper .bx-pager.bx-default-pager a.active {
  background: #f8a03a; }
/* line 1, ../sass/card.scss */
/* line 2, ../sass/card.scss */

.c-card__wrapper {
  padding-left: 70px;
  padding-right: 70px; }

@media screen and (max-width: 1499px) {
      .c-card__wrapper {
        padding-left: 50px;
        padding-right: 50px; } }

@media screen and (max-width: 575px) {
      .c-card__wrapper {
        padding-left: 0;
        padding-right: 0; } }
/* line 17, ../sass/card.scss */
.c-card__list {
  display: flex;
  flex-wrap: wrap;
  background-color: #fff;
  border-radius: 8px 8px 0 0;
  margin-top: 25px;
  padding: 30px 0; }

@media screen and (max-width: 1499px) {
      .c-card__list {
        padding: 30px 30px 0; } }

@media screen and (max-width: 575px) {
      .c-card__list {
        border-radius: 0; } }
/* line 35, ../sass/card.scss */
.c-card__item {
  position: relative;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  width: calc(25% - 2vw);
  height: 14vw;
  margin-left: 1vw;
  margin-right: 1vw;
  max-height: 220px;
  padding-top: 1.5vw;
  cursor: pointer;
  margin-bottom: 29px; }

@media screen and (max-width: 1499px) {
      .c-card__item {
        width: calc(33.33% - 2vw);
        height: 17vw;
        margin-bottom: 25px; } }

@media screen and (max-width: 991px) {
      .c-card__item {
        width: calc(50% - 2vw);
        height: 24vw;
        margin-bottom: 15px; } }

@media screen and (max-width: 625px) {
      .c-card__item {
        width: 100%;
        height: 35vw;
        margin-bottom: 15px; } }

@media screen and (max-width: 480px) {
      .c-card__item {
        height: 42vw; } }
/* line 71, ../sass/card.scss */
.c-card__item--mobil {
  background: url(/css/default/images/card-mobil.png) no-repeat scroll center;
  background-size: contain; }
/* line 76, ../sass/card.scss */
.c-card__item--visualisering {
  background: url(/css/default/images/card-visualisering.png) no-repeat scroll center;
  background-size: contain; }
/* line 81, ../sass/card.scss */
.c-card__item--behov {
  background: url(/css/default/images/card-behov.png) no-repeat scroll center;
  background-size: contain; }
/* line 86, ../sass/card.scss */
.c-card__item--mer {
  background: url(/css/default/images/card-meromoss.png) no-repeat scroll center;
  background-size: contain; }
/* line 91, ../sass/card.scss */
.c-card__item--pedagogig {
  background: url(/css/default/images/card-pedagogig.png) no-repeat scroll center;
  background-size: contain; }
/* line 96, ../sass/card.scss */
.c-card__item--kurs {
  background: url(/css/default/images/card-kurs.png) no-repeat scroll center;
  background-size: contain; }
/* line 101, ../sass/card.scss */
.c-card__item--kompetanse {
  background: url(/css/default/images/card-kompetanse.png) no-repeat scroll center;
  background-size: contain; }
/* line 106, ../sass/card.scss */
.c-card__item--priser {
  background: url(/css/default/images/card-priser.png) no-repeat scroll center;
  background-size: contain; }
/* line 111, ../sass/card.scss */
/* line 112, ../sass/card.scss */

.c-card__item:hover .c-card__title {
  opacity: 0; }
/* line 116, ../sass/card.scss */
.c-card__item:hover .c-card__content {
  opacity: 1; }
/* line 122, ../sass/card.scss */
.c-card__title {
  font-family: 'Waiting for the Sunrise', cursive;
  text-align: center;
  color: #000;
  position: absolute;
  transition: opacity 0.3s; }

@media screen and (max-width: 1499px) {
      .c-card__title {
        font-size: 26px; } }

@media screen and (max-width: 991px) {
      .c-card__title {
        font-size: 23px; } }

@media screen and (max-width: 480px) {
      .c-card__title {
        font-size: 19px; } }
/* line 143, ../sass/card.scss */
.c-card__content {
  opacity: 0;
  font-size: 17px;
  font-family: 'Waiting for the Sunrise', cursive;
  transition: opacity 0.3s;
  padding: 0 40px;
  max-width: 360px;
  text-align: center;
  position: absolute;
  color: #000;
  top: 40px; }

@media screen and (max-width: 1499px) {
      .c-card__content {
        font-size: 17px;
        top: 2.5vw; } }

@media screen and (max-width: 1199px) {
      .c-card__content {
        font-size: 16px; } }

@media screen and (max-width: 625px) {
      .c-card__content {
        max-width: 325px;
        top: 20px; } }

@media screen and (max-width: 480px) {
      .c-card__content {
        max-width: 305px;
        font-size: 14px;
        top: 4.5vw; } }
/* line 1, ../sass/tiles.scss */
/* line 3, ../sass/tiles.scss */

.c-tiles__wrapper {
  padding-left: 70px;
  padding-right: 70px; }

@media screen and (max-width: 1499px) {
      .c-tiles__wrapper {
        padding-left: 50px;
        padding-right: 50px; } }

@media screen and (max-width: 575px) {
      .c-tiles__wrapper {
        padding-left: 0;
        padding-right: 0; } }
/* line 18, ../sass/tiles.scss */
.c-tiles__list {
  display: flex; }
/* line 21, ../sass/tiles.scss */
.c-tiles__list--large {
  background-color: #fff;
  padding: 60px 45px; }

@media screen and (max-width: 1499px) {
        .c-tiles__list--large {
          padding: 40px 45px; } }

@media screen and (max-width: 480px) {
        .c-tiles__list--large {
          flex-direction: column;
          align-items: center; } }
/* line 35, ../sass/tiles.scss */
/* line 37, ../sass/tiles.scss */

.c-tiles__list--large .c-tiles__item:hover {
  -webkit-filter: hue-rotate(-15deg);
  filter: hue-rotate(-15deg); }
/* line 42, ../sass/tiles.scss */
.c-tiles__list--large .c-tiles__item--small {
  width: 12.5%; }
  @media screen and (max-width: 1499px) {
          .c-tiles__list--large .c-tiles__item--small {
            width: 9.5%; } }
  @media screen and (max-width: 480px) {
          .c-tiles__list--large .c-tiles__item--small {
            width: 12.5%;
            margin: 20px 0; } }
/* line 54, ../sass/tiles.scss */
.c-tiles__list--large .c-tiles__item--small img {
  width: 55px; }
/* line 59, ../sass/tiles.scss */
.c-tiles__list--large .c-tiles__item--large {
  width: 25%;
  height: 6.5vw;
  max-height: 130px; }

@media screen and (max-width: 1499px) {
            .c-tiles__list--large .c-tiles__item--large {
              width: 27%; } }

@media screen and (max-width: 480px) {
            .c-tiles__list--large .c-tiles__item--large {
              width: 100%;
              height: 17.5vw; } }
/* line 74, ../sass/tiles.scss */
.c-tiles__list--large .c-tiles__item--first {
  background: url(/css/default/images/tiles.png) no-repeat scroll center top;
  background-size: contain; }
/* line 78, ../sass/tiles.scss */
.c-tiles__list--large .c-tiles__item--first img {
  height: 80px; }
  @media screen and (max-width: 1499px) {
            .c-tiles__list--large .c-tiles__item--first img {
              height: 55px; } }
  @media screen and (max-width: 480px) {
            .c-tiles__list--large .c-tiles__item--first img {
              height: 40px; } }
/* line 91, ../sass/tiles.scss */
.c-tiles__list--large .c-tiles__item--second {
  background: url(/css/default/images/tiles-2.png) no-repeat scroll center top;
  background-size: contain; }
/* line 95, ../sass/tiles.scss */
.c-tiles__list--large .c-tiles__item--second img {
  height: 70px; }
  @media screen and (max-width: 1499px) {
            .c-tiles__list--large .c-tiles__item--second img {
              height: 50px;
              margin-left: 14px; } }
  @media screen and (max-width: 480px) {
            .c-tiles__list--large .c-tiles__item--second img {
              height: 40px; } }
/* line 109, ../sass/tiles.scss */
.c-tiles__list--large .c-tiles__item-third {
  background: url(/css/default/images/tiles-3.png) no-repeat scroll center top;
  background-size: contain; }
/* line 113, ../sass/tiles.scss */
.c-tiles__list--large .c-tiles__item-third img {
  width: 100px; }
  @media screen and (max-width: 1499px) {
            .c-tiles__list--large .c-tiles__item-third img {
              width: 75px;
              margin-left: 14px; } }
  @media screen and (max-width: 480px) {
            .c-tiles__list--large .c-tiles__item-third img {
              width: 55px; } }
/* line 130, ../sass/tiles.scss */
@media screen and (max-width: 767px) {
        .c-tiles__list--small {
          flex-direction: column;
          align-items: center; } }
/* line 136, ../sass/tiles.scss */
/* line 138, ../sass/tiles.scss */

/* line 139, ../sass/tiles.scss */

.c-tiles__list--small .c-tiles__item:hover .c-tiles__title {
  color: #f0c018; }
/* line 144, ../sass/tiles.scss */
.c-tiles__list--small .c-tiles__item--small {
  width: 7%; }

@media screen and (max-width: 1499px) {
            .c-tiles__list--small .c-tiles__item--small {
              width: 5%; } }

@media screen and (max-width: 767px) {
            .c-tiles__list--small .c-tiles__item--small {
              width: 6%;
              margin: 15px 0; } }

@media screen and (max-width: 575px) {
            .c-tiles__list--small .c-tiles__item--small {
              width: 9%; } }
/* line 162, ../sass/tiles.scss */
.c-tiles__list--small .c-tiles__item--large {
  width: 29%;
  height: 4.5vw;
  max-height: 130px; }

@media screen and (max-width: 1499px) {
            .c-tiles__list--small .c-tiles__item--large {
              width: 30%;
              height: 5.5vw; } }

@media screen and (max-width: 767px) {
            .c-tiles__list--small .c-tiles__item--large {
              width: 100%;
              height: 10.5vw; } }

@media screen and (max-width: 575px) {
            .c-tiles__list--small .c-tiles__item--large {
              height: 13.5vw; } }
/* line 182, ../sass/tiles.scss */
.c-tiles__list--small .c-tiles__item--first {
  background: url(/css/default/images/tiles-small.png) no-repeat scroll center top;
  background-size: contain; }
/* line 186, ../sass/tiles.scss */
.c-tiles__list--small .c-tiles__item--first img {
  height: 80px; }
/* line 191, ../sass/tiles.scss */
.c-tiles__list--small .c-tiles__item--second {
  background: url(/css/default/images/tiles-small-2.png) no-repeat scroll center top;
  background-size: contain; }
/* line 195, ../sass/tiles.scss */
.c-tiles__list--small .c-tiles__item--second img {
  height: 70px; }
/* line 200, ../sass/tiles.scss */
.c-tiles__list--small .c-tiles__item-third {
  background: url(/css/default/images/tiles-small-3.png) no-repeat scroll center top;
  background-size: contain; }
/* line 204, ../sass/tiles.scss */
.c-tiles__list--small .c-tiles__item-third img {
  width: 100px; }
/* line 212, ../sass/tiles.scss */
.c-tiles__item {
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s linear; }
/* line 219, ../sass/tiles.scss */
.c-tiles__title {
  font-family: 'Waiting for the Sunrise', cursive;
  transition: color 0.3s linear; }
/* line 223, ../sass/tiles.scss */
.c-tiles__title--small {
  font-size: 18px;
  color: #fff;
  margin-left: 40px; }

@media screen and (max-width: 1499px) {
        .c-tiles__title--small {
          font-size: 15px; } }
/* line 232, ../sass/tiles.scss */
.c-tiles__title--small:hover {
  color: #fff; }
/* line 237, ../sass/tiles.scss */
.c-tiles__title--large {
  font-size: 23px;
  color: #000;
  margin-left: 20px; }

@media screen and (max-width: 1499px) {
        .c-tiles__title--large {
          font-size: 18px; } }

@media screen and (max-width: 575px) {
        .c-tiles__title--large {
          font-size: 15px; } }
/* line 1, ../sass/distibution.scss */
.c-distribution {
  margin-bottom: -120px;
  position: relative; }
/* line 5, ../sass/distibution.scss */
.c-distribution__wrapper {
  padding-left: 70px;
  padding-right: 70px; }

@media screen and (max-width: 1499px) {
      .c-distribution__wrapper {
        padding-left: 50px;
        padding-right: 50px; } }

@media screen and (max-width: 575px) {
      .c-distribution__wrapper {
        padding-left: 0;
        padding-right: 0; } }
/* line 20, ../sass/distibution.scss */
.c-distribution__list {
  display: flex;
  flex-wrap: wrap;
  background-color: #fff;
  padding: 60px 10px;
  border-radius: 0 0 8px 8px; }

@media screen and (max-width: 575px) {
      .c-distribution__list {
        flex-direction: column;
        align-items: center;
        padding: 40px 10px; } }
/* line 34, ../sass/distibution.scss */
.c-distribution__item {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 25%;
  height: 14.5vw;
  margin-bottom: 80px;
  max-height: 280px; }

@media screen and (max-width: 575px) {
      .c-distribution__item {
        width: 100%;
        height: 38vw; } }
/* line 49, ../sass/distibution.scss */
.c-distribution__item--radio {
  background: url(/css/default/images/radio-bg.png) no-repeat scroll center top;
  background-size: contain; }
/* line 54, ../sass/distibution.scss */
.c-distribution__item--tv {
  background: url(/css/default/images/tv-bg.png) no-repeat scroll center top;
  background-size: contain; }
/* line 59, ../sass/distibution.scss */
.c-distribution__item--tablet {
  background: url(/css/default/images/table-bg.png) no-repeat scroll center top;
  background-size: contain; }
/* line 64, ../sass/distibution.scss */
.c-distribution__item--mobile {
  background: url(/css/default/images/mobile-bg.png) no-repeat scroll center top;
  background-size: contain; }
/* line 70, ../sass/distibution.scss */
.c-distribution__title {
  position: absolute;
  bottom: -60px;
  color: #000;
  font-family: 'Waiting for the Sunrise', cursive; }

@media screen and (max-width: 1499px) {
      .c-distribution__title {
        font-size: 26px; } }
/* line 81, ../sass/distibution.scss */
.c-distribution__player {
  position: absolute;
  top: 0.7vw; }

@media screen and (max-width: 575px) {
      .c-distribution__player {
        top: 5.7vw; } }
/* line 89, ../sass/distibution.scss */
.c-distribution__player video {
  max-width: 14.7vw;
  height: 11vw; }

@media screen and (max-width: 575px) {
        .c-distribution__player video {
          max-width: 41.7vw;
          height: 24vw; } }
/* line 99, ../sass/distibution.scss */
.c-distribution__player--radio {
  top: 1vw; }

@media screen and (max-width: 575px) {
        .c-distribution__player--radio {
          top: 3vw; } }
/* line 106, ../sass/distibution.scss */
.c-distribution__player--radio audio {
  max-width: 17.2vw; }

@media screen and (max-width: 575px) {
          .c-distribution__player--radio audio {
            max-width: 51.2vw;
            height: 38px; } }
/* line 116, ../sass/distibution.scss */
.c-distribution__player--tv {
  left: 2.5vw; }

@media screen and (max-width: 575px) {
        .c-distribution__player--tv {
          left: 16.5vw; } }
/* line 123, ../sass/distibution.scss */
@media screen and (max-width: 575px) {
          .c-distribution__player--tv video {
            max-width: 38.7vw;
            height: 24vw; } }
/* line 132, ../sass/distibution.scss */
.c-distribution__player--tablet {
  top: 0.7vw; }
/* line 136, ../sass/distibution.scss */
.c-distribution__player--mobile {
  top: 0.7vw; }

@media screen and (max-width: 575px) {
        .c-distribution__player--mobile {
          top: 5.7vw; } }
/* line 143, ../sass/distibution.scss */
.c-distribution__player--mobile video {
  max-width: 14.2vw;
  height: 10vw; }

@media screen and (max-width: 575px) {
          .c-distribution__player--mobile video {
            max-width: 38.7vw;
            height: 23vw; } }
/* line 1, ../sass/footer.scss */
.c-footer {
  background-color: #636363;
  padding-top: 160px;
  padding-bottom: 50px; }

@media screen and (max-width: 767px) {
    .c-footer {
      padding-top: 150px;
      padding-bottom: 30px; } }
/* line 11, ../sass/footer.scss */
.c-footer__wrapper {
  padding-left: 70px;
  padding-right: 70px; }

@media screen and (max-width: 1499px) {
      .c-footer__wrapper {
        padding-left: 50px;
        padding-right: 50px; } }

@media screen and (max-width: 767px) {
      .c-footer__wrapper {
        padding-left: 20px;
        padding-right: 20px; } }
/* line 26, ../sass/footer.scss */
.c-footer__copyright {
  color: #fff; }
/* line 30, ../sass/footer.scss */
.c-footer__address {
  color: #fff;
  text-align: right;
  font-size: 18px; }

@media screen and (max-width: 1499px) {
      .c-footer__address {
        font-size: 17px; } }

@media screen and (max-width: 767px) {
      .c-footer__address {
        font-size: 15px; } }
/* line 45, ../sass/footer.scss */
.c-footer__logo {
  display: flex;
  align-items: center; }
/* line 49, ../sass/footer.scss */
.c-footer__logo-text {
  color: #fff;
  margin-right: 10px;
  font-size: 14px; }
/* line 56, ../sass/footer.scss */
.c-footer__contact {
  display: flex;
  align-items: center; }
/* line 60, ../sass/footer.scss */
@media screen and (max-width: 480px) {
        .c-footer__contact img {
          height: 40px; } }
/* line 67, ../sass/footer.scss */
.c-footer__subtext {
  color: #fff;
  font-size: 17px; }

@media screen and (max-width: 1499px) {
      .c-footer__subtext {
        font-size: 16px; } }

@media screen and (max-width: 767px) {
      .c-footer__subtext {
        margin: 20px 0;
        font-size: 15px; } }
/* line 81, ../sass/footer.scss */
.c-footer__tiles {
  width: 65%; }

@media screen and (max-width: 1499px) {
      .c-footer__tiles {
        width: 75%; } }

@media screen and (max-width: 767px) {
      .c-footer__tiles {
        width: 100%; } }
/* line 93, ../sass/footer.scss */
.c-footer__phone {
  font-weight: 600;
  font-size: 21px;
  color: #fff;
  transition: color 0.3s;
  margin-left: 15px; }

@media screen and (max-width: 1499px) {
      .c-footer__phone {
        font-size: 20px; } }

@media screen and (max-width: 767px) {
      .c-footer__phone {
        font-size: 18px; } }
/* line 108, ../sass/footer.scss */
.c-footer__phone:hover {
  color: #f0c018; }
/* line 1, ../sass/catalog.scss */
/* line 2, ../sass/catalog.scss */

/* line 4, ../sass/catalog.scss */

.c-catalog__list .c-catalog__product-thumb-border {
  background: url(/css/default/images/border.png) no-repeat;
  background-size: 97%;
  padding: 50px; }
/* line 10, ../sass/catalog.scss */
/* line 11, ../sass/catalog.scss */

.c-catalog__list .c-catalog__product:nth-child(2n+2) .c-catalog__product-thumb {
  order: 2; }

@media screen and (max-width: 767px) {
          .c-catalog__list .c-catalog__product:nth-child(2n+2) .c-catalog__product-thumb {
            order: 1; } }
/* line 19, ../sass/catalog.scss */
.c-catalog__list .c-catalog__product:nth-child(2n+2) .c-catalog__product-content {
  order: 1;
  padding-left: 4vw; }

@media screen and (max-width: 767px) {
          .c-catalog__list .c-catalog__product:nth-child(2n+2) .c-catalog__product-content {
            order: 2;
            padding-left: 0; } }
/* line 30, ../sass/catalog.scss */
.c-catalog__list .c-catalog__product:last-child {
  padding-bottom: 3vw; }
/* line 35, ../sass/catalog.scss */
.c-catalog__header {
  padding: 10px 0 3vw; }
/* line 39, ../sass/catalog.scss */
.c-catalog__heading {
  font-family: 'Waiting for the Sunrise', cursive;
  color: #000; }

@media screen and (max-width: 1199px) {
      .c-catalog__heading {
        font-size: 30px; } }

@media screen and (max-width: 991px) {
      .c-catalog__heading {
        font-size: 26px; } }

@media screen and (max-width: 767px) {
      .c-catalog__heading {
        font-size: 20px;
        margin-bottom: 30px; } }
/* line 58, ../sass/catalog.scss */
.c-catalog__product {
  background: none !important;
  padding-left: 0 !important;
  display: flex;
  flex-wrap: wrap;
  padding-bottom: 5vw;
  align-items: center; }

@media screen and (max-width: 767px) {
      .c-catalog__product {
        padding-bottom: 9vw;
        margin-bottom: 0; } }
/* line 71, ../sass/catalog.scss */
.c-catalog__product-thumb {
  width: 50%; }

@media screen and (max-width: 767px) {
        .c-catalog__product-thumb {
          width: 100%;
          padding-left: 0; } }
/* line 81, ../sass/catalog.scss */
.c-catalog__product-content {
  width: 50%;
  padding: 0 6vw; }

@media screen and (max-width: 767px) {
        .c-catalog__product-content {
          width: 100%;
          padding: 0; } }
/* line 90, ../sass/catalog.scss */
.c-catalog__product-content h2 {
  font-family: 'Waiting for the Sunrise', cursive;
  color: #000;
  font-size: 36px;
  padding-bottom: 10px; }

@media screen and (max-width: 1499px) {
          .c-catalog__product-content h2 {
            font-size: 27px; } }

@media screen and (max-width: 1199px) {
          .c-catalog__product-content h2 {
            font-size: 23px; } }

@media screen and (max-width: 767px) {
          .c-catalog__product-content h2 {
            font-size: 19px;
            margin-top: 20px; } }
/* line 110, ../sass/catalog.scss */
.c-catalog__product-content h3 {
  font-family: 'Montserrat', 'sans-serif';
  font-size: 18px;
  color: #000;
  font-weight: 700;
  padding-bottom: 10px; }

@media screen and (max-width: 1199px) {
          .c-catalog__product-content h3 {
            font-size: 17px; } }

@media screen and (max-width: 767px) {
          .c-catalog__product-content h3 {
            font-size: 16px; } }
/* line 127, ../sass/catalog.scss */
.c-catalog__product-description, .c-catalog__product p {
  font-family: 'Montserrat', 'sans-serif';
  color: #000;
  font-size: 17px; }

@media screen and (max-width: 1499px) {
        .c-catalog__product-description, .c-catalog__product p {
          font-size: 16px; } }

@media screen and (max-width: 1199px) {
        .c-catalog__product-description, .c-catalog__product p {
          font-size: 15px; } }
/* line 141, ../sass/catalog.scss */
.c-catalog__product-bottom {
  display: flex;
  padding-top: 25px; }

@media screen and (max-width: 767px) {
        .c-catalog__product-bottom {
          padding-top: 15px;
          align-items: center;
          justify-content: center; } }
/* line 152, ../sass/catalog.scss */
.c-catalog__product-more {
  font-family: 'Waiting for the Sunrise', cursive;
  color: #000;
  background: url(/css/default/images/mehre.jpg) no-repeat scroll center;
  background-size: contain;
  font-size: 30px;
  width: 10vw;
  max-width: 205px;
  height: 3vw;
  max-height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: transform 0.3s; }

@media screen and (max-width: 1499px) {
        .c-catalog__product-more {
          width: 50%;
          height: unset;
          font-size: 25px; } }
/* line 173, ../sass/catalog.scss */
.c-catalog__product-more:active, .c-catalog__product-more:focus {
  color: #000; }
/* line 177, ../sass/catalog.scss */
.c-catalog__product-more:hover {
  transform: rotate(-2deg); }
/* line 182, ../sass/catalog.scss */
.c-catalog__product-price {
  font-family: 'Waiting for the Sunrise', cursive;
  color: #000;
  background: url(/css/default/images/price.png) no-repeat scroll center;
  background-size: contain;
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 198px;
  width: 10vw;
  max-height: 47px;
  height: 3vw;
  font-size: 28px; }

@media screen and (max-width: 1499px) {
        .c-catalog__product-price {
          width: 50%;
          height: unset;
          font-size: 24px; } }
/* line 1, ../sass/product.scss */
.c-product {
  display: flex;
  padding-top: 3vw;
  flex-direction: column;
  flex-wrap: wrap; }
/* line 7, ../sass/product.scss */
.c-product__header {
  padding: 10px 0 3vw; }
/* line 11, ../sass/product.scss */
.c-product__heading {
  font-family: 'Waiting for the Sunrise', cursive;
  text-align: center;
  color: #000; }
/* line 17, ../sass/product.scss */
.c-product__thumb {
  width: 46%;
  padding-left: 1vw;
  display: flex;
  align-items: center; }
/* line 23, ../sass/product.scss */
.c-product__thumb img {
  max-height: 560px; }

@media screen and (max-width: 1199px) {
      .c-product__thumb {
        padding-left: 0; } }

@media screen and (max-width: 991px) {
      .c-product__thumb {
        width: 100%; } }
/* line 36, ../sass/product.scss */
.c-product__content {
  width: 54%;
  padding: 0 5vw; }

@media screen and (max-width: 1199px) {
      .c-product__content {
        padding: 0 0 0 7vw; } }

@media screen and (max-width: 991px) {
      .c-product__content {
        width: 100%;
        padding: 0; } }
/* line 49, ../sass/product.scss */
.c-product__content h2 {
  font-family: 'Waiting for the Sunrise', cursive;
  color: #000;
  font-size: 36px; }

@media screen and (max-width: 1199px) {
        .c-product__content h2 {
          font-size: 33px; } }

@media screen and (max-width: 991px) {
        .c-product__content h2 {
          margin-top: 25px;
          font-size: 30px; } }

@media screen and (max-width: 767px) {
        .c-product__content h2 {
          margin-top: 20px;
          font-size: 27px; } }

@media screen and (max-width: 575px) {
        .c-product__content h2 {
          font-size: 23px; } }
/* line 73, ../sass/product.scss */
.c-product__content h3 {
  font-family: 'Montserrat', 'sans-serif';
  font-size: 18px;
  color: #000;
  font-weight: 700;
  padding-bottom: 10px; }

@media screen and (max-width: 575px) {
        .c-product__content h3 {
          font-size: 17px; } }
/* line 87, ../sass/product.scss */
.c-product__description, .c-product p {
  font-family: 'Montserrat', 'sans-serif';
  color: #000;
  font-size: 17px; }

@media screen and (max-width: 991px) {
      .c-product__description, .c-product p {
        font-size: 16px; } }

@media screen and (max-width: 575px) {
      .c-product__description, .c-product p {
        font-size: 15px; } }
/* line 101, ../sass/product.scss */
.c-product__bottom {
  display: flex;
  padding-bottom: 25px; }
/* line 106, ../sass/product.scss */
.c-product__more {
  font-family: 'Waiting for the Sunrise', cursive;
  color: #000;
  background: url(/css/default/images/mehre.jpg) no-repeat scroll center;
  background-size: contain;
  font-size: 30px;
  width: 10vw;
  max-width: 205px;
  height: 3vw;
  max-height: 48px;
  display: flex;
  align-items: center;
  justify-content: center; }
/* line 121, ../sass/product.scss */
.c-product__price {
  font-family: 'Waiting for the Sunrise', cursive;
  color: #000;
  background: url(/css/default/images/price.png) no-repeat scroll center;
  background-size: contain;
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 198px;
  width: 12vw;
  max-height: 47px;
  height: 3vw;
  font-size: 28px; }

@media screen and (max-width: 1199px) {
      .c-product__price {
        width: auto;
        padding: 30px;
        height: unset;
        font-size: 25px; } }
/* line 1, ../sass/form.scss */
.c-form {
  background-color: #f0c018;
  margin: 60px -50px -30px;
  border-radius: 0 0 8px 8px;
  padding: 0 50px 50px; }

@media screen and (max-width: 1199px) {
    .c-form {
      margin: 60px -30px -30px; } }

@media screen and (max-width: 767px) {
    .c-form {
      margin: 40px -30px -30px; } }

@media screen and (max-width: 575px) {
    .c-form {
      margin: 20px -20px -30px;
      padding: 0 20px 50px; } }
/* line 20, ../sass/form.scss */
.c-form__header {
  padding: 40px 0 55px; }

@media screen and (max-width: 1199px) {
      .c-form__header {
        padding: 35px 0 40px; } }

@media screen and (max-width: 767px) {
      .c-form__header {
        padding: 25px 0; } }

@media screen and (max-width: 575px) {
      .c-form__header {
        padding: 10px 0; } }
/* line 36, ../sass/form.scss */
.c-form__heading {
  font-family: 'Waiting for the Sunrise', cursive;
  color: #000; }

@media screen and (max-width: 767px) {
      .c-form__heading {
        font-size: 27px !important; } }

@media screen and (max-width: 575px) {
      .c-form__heading {
        padding: 0;
        font-size: 24px !important; } }
/* line 50, ../sass/form.scss */
.c-form label {
  font-family: 'Montserrat', 'sans-serif';
  color: #000;
  font-weight: 500;
  font-size: 16px; }

@media screen and (max-width: 575px) {
      .c-form label {
        font-size: 15px; } }
/* line 61, ../sass/form.scss */
.c-form .btn-bg {
  background: url(/css/default/images/btn-bg.png) no-repeat scroll center;
  background-size: contain;
  max-width: 153px;
  max-height: 47px;
  width: 8vw;
  height: 47px;
  color: #f0c018;
  font-size: 25px;
  font-family: 'Waiting for the Sunrise', cursive; }

@media screen and (max-width: 1199px) {
      .c-form .btn-bg {
        width: 100%; } }
/* line 76, ../sass/form.scss */
.c-form .btn-bg:active {
  background: url(/css/default/images/btn-bg.png) no-repeat scroll center !important; }
/* line 80, ../sass/form.scss */
.c-form .btn-bg:focus {
  box-shadow: none; }
/* line 85, ../sass/form.scss */
.c-form .form-input {
  max-width: 321px;
  width: 100%;
  height: 3vw;
  max-height: 47px;
  border: none;
  /* font-family: 'Waiting for the Sunrise', cursive; */
  color: #000;
  font-size: 18px; }

@media screen and (max-width: 1199px) {
      .c-form .form-input {
        height: 47px; } }
/* line 99, ../sass/form.scss */
.c-form .form-input-sm {
  max-width: 151px;
  width: 100%;
  height: 3vw;
  max-height: 47px;
  border: none;
  font-family: 'Waiting for the Sunrise', cursive;
  color: #000;
  font-size: 18px; }
/* line 109, ../sass/form.scss */
.c-form .form-input-sm-first {
  background: url(/css/default/images/input-sm-1.png) no-repeat scroll center;
  background-size: contain; }
/* line 114, ../sass/form.scss */
.c-form .form-input-sm-second {
  background: url(/css/default/images/input-sm-2.png) no-repeat scroll center;
  background-size: contain; }
/* line 119, ../sass/form.scss */
.c-form .form-input-sm-third {
  background: url(/css/default/images/input-sm-3.png) no-repeat scroll center;
  background-size: contain; }
/* line 125, ../sass/form.scss */
.c-form .form-input-first {
  background: url(/css/default/images/form-input-1.png) no-repeat scroll center;
  background-size: contain; }
/* line 130, ../sass/form.scss */
.c-form .form-input-second {
  background: url(/css/default/images/form-input-2.png) no-repeat scroll center;
  background-size: contain; }
/* line 135, ../sass/form.scss */
.c-form .form-input-third {
  background: url(/css/default/images/form-input-3.png) no-repeat scroll center;
  background-size: contain; }
/* HTML5 Boilerplate accessible hidden styles */
/* line 148, ../sass/form.scss */
.promoted-input-checkbox {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px; }
/* line 158, ../sass/form.scss */
/* line 159, ../sass/form.scss */

.promoted-checkbox input:checked + label > svg {
  height: 40px;
  width: 40px;
  animation: draw-checkbox ease-in-out 0.2s forwards; }
/* line 165, ../sass/form.scss */
.promoted-checkbox label:active::after {
  background-color: #e6e6e6; }
/* line 169, ../sass/form.scss */
.promoted-checkbox label {
  color: #000;
  line-height: 40px;
  cursor: pointer;
  position: relative; }
/* line 174, ../sass/form.scss */
.promoted-checkbox label:after {
  content: "";
  height: 40px;
  width: 40px;
  margin-right: 1rem;
  float: left;
  border: 1px solid #000;
  border-radius: 3px;
  transition: 0.15s all ease-out;
  background-color: #fff; }
/* line 186, ../sass/form.scss */
.promoted-checkbox svg {
  stroke: #000;
  stroke-width: 1px;
  height: 0;
  width: 24px;
  position: absolute;
  left: 0;
  top: 0;
  stroke-dasharray: 33; }

@keyframes draw-checkbox {
/* line 199, ../sass/form.scss */
0% {
  stroke-dashoffset: 33; }
/* line 202, ../sass/form.scss */
100% {
  stroke-dashoffset: 0; } }
/* uniwersalne */
/* line 17, ../sass/layout.scss */
#main_logo {
  /*display: block;*/
  margin: 10px 0;
  text-align: left; }
/* line 23, ../sass/layout.scss */
#content {
  min-height: 110px;
  padding-top: 20px; }
/* line 28, ../sass/layout.scss */
#content h2 {
  text-align: center; }
/* line 32, ../sass/layout.scss */
#footer {
  padding-top: 50px; }
/* line 36, ../sass/layout.scss */
.blank > img {
  margin-left: 10px; }
/* line 40, ../sass/layout.scss */
.footer-bottom {
  margin-top: 30px; }
/* line 44, ../sass/layout.scss */
.section {
  margin-top: 30px;
  margin-bottom: 30px; }
/*przyklejane menu*/
/* line 50, ../sass/layout.scss */
#top.stick {
  position: fixed;
  width: 100%;
  z-index: 9;
  background: white;
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.3); }
/*submenu*/
/* line 59, ../sass/layout.scss */
#top_menu .active {
  color: #f0c018; }
/* line 63, ../sass/layout.scss */
#top_menu .sub_menu {
  background: #f0c018;
  position: absolute;
  transition: all 0.3s ease-in-out;
  padding: 15px 15px 0px 15px;
  transform-origin: top left;
  transform: scale(1);
  min-width: 200px;
  max-width: 450px;
  box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.2);
  z-index: 1;
  top: 42px; }
/* line 76, ../sass/layout.scss */
#top_menu .sub_menu li {
  margin-bottom: 10px;
  /*border-bottom: solid 1px rgba(255,255,255,0.2);*/ }
/* line 81, ../sass/layout.scss */
#top_menu .sub_menu li a {
  color: white;
  font-size: 16px;
  transition: all 0.5s ease-in-out;
  opacity: 1; }
/* line 87, ../sass/layout.scss */
#top_menu .sub_menu li a:before {
  display: none; }
/* line 92, ../sass/layout.scss */
#top_menu .sub_menu.hide_menu {
  transform: scale(0); }
/* line 95, ../sass/layout.scss */
#top_menu .sub_menu.hide_menu li a {
  opacity: 0; }
/* top  */
/* line 107, ../sass/layout.scss */

.kontakt-wrapper {
  display: flex;
  justify-content: space-between;
  padding: 30px 0 30px 0;
  align-items: center; }
/* line 114, ../sass/layout.scss */
/* line 117, ../sass/layout.scss */

#main_logo span {
  padding: 0 60px 0 30px;
  font-weight: 700; }
/* line 124, ../sass/layout.scss */
/* line 125, ../sass/layout.scss */

.phone-wrapper span {
  font-size: 14px;
  max-width: 200px;
  text-align: right;
  padding: 0 60px 0 0; }
/* line 133, ../sass/layout.scss */
.phone-icon {
  background-image: url("/css/default/images/phone-top-bg.png");
  background-repeat: no-repeat;
  padding-right: 160px;
  max-width: 100%; }

@media screen and (max-width: 991px) {
/* line 153, ../sass/layout.scss */
#top_menu_lnk {
  width: 30px;
  height: 30px;
  position: absolute;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
  cursor: pointer;
  top: 15px;
  right: 15px;
  z-index: 9999; }
/* line 171, ../sass/layout.scss */
#top_menu_lnk span {
  display: block;
  position: absolute;
  height: 5px;
  width: 100%;
  background: #f0c018;
  border-radius: 9px;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.25s ease-in-out;
  -moz-transition: 0.25s ease-in-out;
  -o-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out; }
/* line 190, ../sass/layout.scss */
#top_menu_lnk span:nth-child(1) {
  top: 0px; }
/* line 194, ../sass/layout.scss */
#top_menu_lnk span:nth-child(2), #top_menu_lnk span:nth-child(3) {
  top: 9px; }
/* line 198, ../sass/layout.scss */
#top_menu_lnk span:nth-child(4) {
  top: 18px; }
/* line 202, ../sass/layout.scss */
#top_menu_lnk.open span:nth-child(1) {
  top: 18px;
  width: 0%;
  left: 50%; }
/* line 208, ../sass/layout.scss */
#top_menu_lnk.open span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg); }
/* line 215, ../sass/layout.scss */
#top_menu_lnk.open span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg); }
/* line 222, ../sass/layout.scss */
#top_menu_lnk.open span:nth-child(4) {
  top: 18px;
  width: 0%;
  left: 50%; }
/* line 228, ../sass/layout.scss */
#top {
  position: relative; }
/* line 231, ../sass/layout.scss */
#top_menu {
  background: #f0c018;
  transition: all 0.3s ease-in-out;
  position: absolute;
  top: 60px;
  width: 100%;
  z-index: 999;
  left: -110%;
  height: calc(100vh - 60px); }
/* line 241, ../sass/layout.scss */
#top_menu.open {
  left: 0; }
/* line 245, ../sass/layout.scss */
#top_menu .top_menu {
  display: block;
  height: auto; }
/* line 251, ../sass/layout.scss */
#top .top_menu li {
  margin-bottom: 5px; }
/* line 254, ../sass/layout.scss */
#top .top_menu a {
  color: white;
  font-size: 20px; }
/* line 259, ../sass/layout.scss */
#top_menu .top_menu {
  padding-top: 20px;
  padding-left: 20px; }
/* line 264, ../sass/layout.scss */
#top .top_menu a:hover, #top .top_menu a.active, #top .top_menu a.active-sub {
  color: #fff; }
/* line 268, ../sass/layout.scss */
#top_menu .sub_menu {
  position: static; }
/* line 271, ../sass/layout.scss */
#top_menu .sub_menu.hide_menu {
  display: none; }
/* line 274, ../sass/layout.scss */
#top_menu .sub_menu {
  position: static;
  box-shadow: none;
  max-height: 1000px;
  display: block;
  padding: 10px;
  margin: 0; }
/* line 282, ../sass/layout.scss */
#top_menu .sub_menu li a {
  font-size: 18px;
  letter-spacing: 0.8px; } }

/* line 295, ../sass/layout.scss */

body {
  background-color: #f1f1f1; }
/* line 299, ../sass/layout.scss */
/* line 300, ../sass/layout.scss */

table tr {
  transition: background-color 0.3s linear; }
/* line 303, ../sass/layout.scss */
table tr:nth-child(odd) {
  background-color: #f4f4f3; }
/* line 307, ../sass/layout.scss */
table tr:hover {
  background-color: #e8e8e6; }
/* line 312, ../sass/layout.scss */
table td {
  padding: 15px;
  color: #000;
  font-weight: 400;
  font-size: 17px; }
/* line 318, ../sass/layout.scss */
table td strong {
  color: #000; }
