@import url('https://fonts.googleapis.com/css2?family=Lato:wght@400;500;600;700;800;900&family=Poppins:wght@400;600;700;900&display=swap');

body {
  font-family: 'Lato', sans-serif;
  background-color: #EDF2F9;
}
.orange_title, .menu_links a, .poppins {
  font-family: 'Poppins', sans-serif;
}
/* color */
  *, a,a:hover { color: #3F4757; }
  .animline::after { border-bottom: 1px solid #3F4757; }
  ::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */ color: #3F4757; opacity: 1; /* Firefox */ }
  :-ms-input-placeholder { /* Internet Explorer 10-11 */ color: #3F4757; }
  ::-ms-input-placeholder { /* Microsoft Edge */ color: #3F4757; }
  .alert_required::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */ color: red; opacity: 1; /* Firefox */ }
  .alert_required:-ms-input-placeholder { /* Internet Explorer 10-11 */ color: red; }
  .alert_required::-ms-input-placeholder { /* Microsoft Edge */ color: red; }
  label.alert_required, input[type="date"].alert_required { color: red; }
/* color */
        

/* wstawki */
        .a_wst_lo img, .a_wst_l img, .a_wst_c img, .a_wst_p img, .a_wst_po img {
          max-width:100%
        }
        .a_wst_lk { display: block; margin-right: 10px; }
        .a_wst_pk { display: block; margin-left: 10px; }
        .a_wst_lo { display: block; float: left; margin-right: 10px; }
        .a_wst_l  { display: block; text-align: left;   }
        .a_wst_c  { display: block; text-align: center; }
        .a_wst_p  { display: block; text-align: right;  }
        .a_wst_po { display: block; float: right; margin-left: 10px; }
        .marg_g, .marg_gd { margin-top: 10px; }
        .marg_d, .marg_gd { margin-bottom: 10px; }
        .marg_lr_lr, .marg_lr_l { margin-left: 10px; }
        .marg_lr_lr, .marg_lr_r { margin-right: 10px; }
/* wstawki */
.logo_container {
  margin: 0 auto;
  position: relative;
}
               .logo_container { background-color: #F8D7DA; } /* just to alert that the .body_* .logo_container should be defined below */
.body_glowna   .logo_container { background-color: unset; }
.body_tekstowa .logo_container { background-color: unset; max-width: 1920px; }
.logo {
  position: absolute;
  top: 0;
  left: 0;
  background-repeat: no-repeat;
  background-image: url(/img/logo.png);
  z-index: 7;
  /* default - start */
  width: 27.44vw;
  height: 17.5vw;
  background-size: 27.44vw;
  /* default - end */
}
@media only screen and (max-width: 1024px) {
  /*.body_tekstowa .logo {*/
  .logo {
    width: 38vw;
    height: 24.11vw;
    background-size: 38vw;
  }
}
/*
@media only screen and (min-width: 1025px) and (max-width: 1680px) {
  .logo {
    width: 27.44vw;
    height: 17.5vw;
    background-size: 27.44vw;
  }
}
*/
@media only screen and (min-width: 1680px) {
  .body_tekstowa .logo {
    width: 465px;
    height: 295px;
    background-size: 465px;
  }
}
/*
.body_tekstowa .logo { /* ??? * /
  width: 27.44vw;
  height: 17.5vw;
  background-size: 27.44vw;
}*/
.body_glowna .top {background: #78D2FF; }
/*.body_tekstowa .top { background-color: none; }*/
.top_imgs {
  display: none;
  position: relative;
}
.top_imgs img {
  transition: 0.3s;
}
.bk_hid {
  opacity: 0;
}
.top_imgs img {
  position: absolute;
  left: 0;
  top: 0;
}
.top_imgs img:first-child {
  position: relative;
}
.top_imgs_p2  {
  background-position: center;
  background-repeat: no-repeat;
  overflow-x: hidden;
  background-size: initial;
}
.top_imgs_p2 img {
  opacity: 0; /* just to keep the container size for the background image */
  width: initial;
  height: initial;
}
@media only screen and (max-width: 1024px) {
  .top_imgs_p2  { background-size: 100vw;   }
  .top_imgs_p2 img { width: 100vw; /*xxheight: auto;*/ }
}
@media only screen and (min-width: 1025px) and (max-width: 1680px) {
  .top_imgs_p2 { background-size: 114.29vw; }
  .top_imgs_p2 img { width: 114.29vw; height: auto; }
}
/* carousel fade */
    .carousel-fade .carousel-item {
      opacity: 0;
      transition-duration: .6s;
      transition-property: opacity;
    }
    .carousel-fade .carousel-item.active,
    .carousel-fade .carousel-item-next.carousel-item-left,
    .carousel-fade .carousel-item-prev.carousel-item-right {
      opacity: 1;
    }
    .carousel-fade .active.carousel-item-left,
    .carousel-fade .active.carousel-item-right {
      opacity: 0;
    }

    .carousel-fade .carousel-item-next,
    .carousel-fade .carousel-item-prev,
    .carousel-fade .carousel-item.active,
    .carousel-fade .active.carousel-item-left,
    .carousel-fade .active.carousel-item-prev {
      transform: translateX(0);
      transform: translate3d(0, 0, 0);
    }
/* carousel fade */
/* menu */
  .menu_1 i { display: block; position: relative; width: 100%; height: 100%; }
  .menu_1 i i {
    display: block;
    position: absolute;
    top: 27px; top: 46.55%;
    left: 19px; left: 32.76%;
    width: 20px; width: 34.5%;
    height: 4px; height: 6.9%;
    background: #3F4757;
    border-radius: 2px; border-radius: 3.5%;
  }
  .menu_1 i i:first-child { top: 18px; top: 31.03%; }
  .menu_1 i i:last-child { top: 36px; top: 62.06%; }
  .menu_1 {
    position: absolute;
    z-index: 5;
   /* top: 60px;*/
    top: 5.6vw;
    right: 5.6vw;
    width: 58px;
    height: 58px;
    cursor:pointer;
    background: #F7BD01;
    border-radius: 29px;
  }
  @media only screen and (max-width: 800px) {
    .menu_1 {
      /*
      */
      width: 7.25vw;
      height: 7.25vw;
      border-radius: 4vw;
    }
  }
  .menu_2 {
    position: fixed;
    z-index: 5;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background: #F7BD01;
    display: none;
    overflow: auto;
  }
  .menu_2 .stopka {
    padding-top: 0;
    margin-top: -150px;
  }
  .stopka-mapa {
    margin: 0 auto;
    margin: 10px 0 20px;
  }
  .menu_2 .stopka-mapa {
    display: none;
  }
  body.show_menu .menu_2 {
      display: flex;
      justify-content: space-between;
      flex-direction: column;
  }
  .menu_2 .hr {
      height: 50px;
  }
  .menu_links a {
    display: block;
    font-size: 1.5em;
    font-weight: bold;
    margin-bottom: 10px;
    text-transform: uppercase;
  }
  @media only screen and (hover: none) and (pointer: coarse) {
    .menu_links a {
      font-size: 1em;
    }
  }
  .menu_4 {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
  }
  .menu_links {
    margin: 183px 16vw 50px 27.44vw;
    margin: 183px 16vw 50px 1vw;
    position: relative;
    display: flex;
    flex-direction: column;
    text-align: right;
    align-items: flex-end;
  }
  .menu_close {
    position: absolute;
    top: -122px;
    right: -11vw;
    width: 16px;
    height: 16px;
    cursor: pointer;
    background-position: center;
    background-repeat: no-repeat;
    background-image: url(/img/menu_close.png);
    border: 20px solid #F7BD01;
    box-sizing: content-box;
  }
  /*
  .desktop_only { display: initial; }
  .mobile_only { display: none; }
  .force_mobile .desktop_only { display: none; }
  .force_mobile .mobile_only { display: initial; }
  @media only screen and (hover: none) and (pointer: coarse) {
    .desktop_only { display: none; }
    .mobile_only { display: initial; }
  }
  */

  @media only screen and (hover: none) and (pointer: coarse) {
    .stopka_dn>div:first-child { padding-bottom: 0 !important; }
    .menu_links {
      margin: 50px 16vw 50px 1vw;
    }
    .menu_close {
      position: absolute;
      top: -35px;
      right: -15vw;
    }
  }
/* menu */
/* animline */
  .animline { position:relative; text-decoration:none !important; cursor: pointer; }
  .animline:hover::after { width: 100%; }
  .animline::after {
    content: '';
    position: absolute;
    display: block;
    bottom: -3px;
    left: 0;
    right: 0;
    width: 0;
    transition-duration: 0.3s;
  }
/* animline */
.stopka {
  padding-top: 100px;
}
.stopka_img {
  height: 207px;
  background-position: center;
  background-repeat: repeat-x;
  background-image: url(/img/stopka.png);
}
@media only screen and (max-width: 1269px) { .stopka_img { background-position: -334px center; }}
@media only screen and (max-width: 1024px) { .stopka_img { background-position: -32.62vw center; background-size: 187.5vw; height: 20.51vw; }}
.stopka a {
  font-weight: bold;
}
.bg_blu, .bg_fade, .bg_postfade {
  padding-top: 80px;
}
.stopka_dn, .bg_blu { background: #78D2FF; }
.bg_fade {
  background: linear-gradient(180deg, #78D2FF 0%, #EDF2F9 100%);
}
.orange_title {
  font-size: 2em;
  font-weight: bold;
  padding: 0 0 30px;
  margin: 25px 0 30px;
  background-repeat: no-repeat;
  background-image: url(/img/orange_vawe.png);
  background-position: left bottom;
}
.bk_btn_wiecej {
    border-width: 0;
    padding: 16px 100px 16px 31px;
    border-radius: 100px;
    font-size: 1em;
    font-weight: bold;
    background-color: #4A5366;
    background: url(/img/arrow_btn.png) no-repeat right 26px center, linear-gradient(180deg, #555F75 0%, #3F4757 100%);
    display: inline-block;
    color: #fff;
    box-shadow: 0 4px 5px 0px rgb(0 0 0 / 22%);
}
.bk_btn_wiecej, .bk_btn_wiecej:hover {
    text-decoration: none;
}
.bk_btn_wiecej:hover {
  color: #3F4757;
  background: url(/img/arrow_btn2.png) no-repeat right 26px center, linear-gradient(180deg, #FFC801 0%, #F7BD01 100%);
}

.bk_btn_wiecej_reverse {
  padding: 16px 31px 16px 100px;
  background: url(/img/arrow_btn_rev.png) no-repeat left 26px center, linear-gradient(180deg, #555F75 0%, #3F4757 100%);
}
.bk_btn_wiecej_reverse:hover {
  background: url(/img/arrow_btn2_rev.png) no-repeat left 26px center, linear-gradient(180deg, #FFC801 0%, #F7BD01 100%);
}
fieldset {
  padding-block-start: 0;
  margin-inline-start: 0;
}
.link_tworzymy {
  margin: 14px 0 0;
  background-repeat: no-repeat;
  background-image: url(/img/link_tworzymy.png);
  background-position: center;
  display: inline-block;
  width: 96px;
  height: 24px;
}
.bk_row_zajawki {
  justify-content: center;
}
.bk_row_zajawki>* {
  display: block;
  text-align: center;
  width: 280px;
  margin: 50px !important;
}
.bk_row_zajawki .tytul {
  font-weight: bold;
  margin-top: 20px;
}
.bk_row_zajawki img {
  width: 70%!important;
}
.bk_row_zajawki a:hover {
  text-decoration: none;
  filter: brightness(120%);
}
.table-bordered td, .table-bordered th { border: none; }
.table-bordered tr { border: 1px solid #D3D7DD; }

tbody:hover tr { background: #F3F7FD; }
.table.narrow tbody:hover tr { background: #F3F7FD; }
tbody:hover .route_name { background-image: url(/img/kajkarz_ikona_red.png); }

.table-bordered tr:nth-child(even) { border-top-width: 0; }
.table-bordered tr:nth-child(even) td { padding-top: 0; }
.table-bordered tr:nth-child(odd)  { border-bottom-width: 0; }
.table td, .table th { padding: 1.5rem; }
.table.narrow td>* { float: none; }
.table.narrow td>.route_details { justify-content: space-between; }
.table.narrow td>.route_details .route_detail:first-child { margin-left: 76px; }
.table.narrow td>.route_details .route_detail:first-child>div { text-align: left; }
.route_name {
  font-weight: bold;
  float: left;
  background-image: url(/img/kajkarz_ikona.png);
  background-repeat: no-repeat;
  background-position: top left;
  padding: 1px 0 0 76px;
  min-height: 38px;
  font-size: 1.3em;
}
.route_details {
  float: right;
  display: flex;
}
.route_detail { margin-left: 25px; }
.route_detail>div:last-child { line-height: 1em; }
.route_opis { margin-top: 35px; display: none; }
.table.narrow tbody:hover .route_opis { display: block; }
.table-bordered tr:nth-child(odd) .route_detail>* {
  text-align: right;
}
.route_detail>*:first-child {
  font-size: 0.9em;
  text-transform: uppercase;
}
.route_detail>*:last-child {
  font-size: 1.3em;
  font-weight: bold;
}
.tooltip1 {
  display: inline-block;
  position:relative;
}
.tooltip2 {
  position: absolute;
  left:0;
  top:0;
  display: none;
  background-color: #000;
  color: #fff;
  padding:3px 6px;
  border-radius:3px;
  z-index: 100;
}
.tooltip1:hover .tooltip2 {
  display: initial;
}
.form_toggle_button, .form_toggle_button.checkbox, input[type="text"], input[type="email"], input[type="number"], input[type="date"], textarea {
  border: 1px solid #D3D7DD;
  background: inherit;
  outline: none;
  border-radius: 29px;
  padding: 15px 20px 17px;
  font-size: 1.0em;
}
.form_toggle_button.checkbox {
  padding: 3px;
  border-radius: 3px;
  width: 23px;
  height: 23px;
  margin-right: 9px;
  float: left;
}
.form_toggle_button.checkbox+label {
  width: calc(100% - 32px);
}

.form_toggle_button.checkbox.toggled_on,
.toggled_on {
  color: #3F4757;
  background: linear-gradient(180deg, #FFC801 0%, #F7BD01 100%);
}

input:focus, textarea:focus { background-color: #fff; }
.form_toggle_button { cursor: pointer; position: relative; }
/*
.toggled_on {
     background: lightgreen;
}
.toggled_on:after {
    background: green;
    color: #fff;
    content: "v";
    border-radius: 100px;
    position: absolute;
    z-index: 2;
    top: -12px;
    right: -3px;
    padding-top: 3px;
    transform: rotate(27deg);
    width: 24px;
    height: 24px;
    font-size: 0.8em;
    text-align: center;
}
*/
.my_50_30 {
    margin: 50px 0 30px;
}
.produkty {
  margin: 0 1px 1px 0;
}
.produkt {
  margin: 0 -1px -1px 0;
  border: 1px solid #D3D7DD;
  padding: 28px;
}

.produkt .title {
    font-weight: bold;
    font-size: 1.3em;
    margin-bottom: 15px;
}
.produkt .txt {
    margin-top: 15px;
}
.wyliczenie_a {
  padding: 13px 0 0 71px;
  margin-bottom: 36px;
  background-repeat: no-repeat;
  background-image: url(/img/wyliczenie_a.png);
  background-position: top left;
}
svg {
  width: 100%;
  height: auto;
}
.svg_text_passive,
.svg_text_poi {
  font-weight: bold;
  font-size: 6.8px;
  fill: #3F4757;
  text-transform: uppercase;
}
.svg_text_passive { font-size: 5px; }
.svg_fragm_map { fill:#77D2FF; }
.svg_text_poi, .poi_icon .poi_other_city, .svg_text_passive { fill: #3F4757; stroke:none; }
.svg_fragm_map.svg_hover,
.svg_hover .svg_text_poi, .svg_hover .poi_icon { fill: #CD3930; }
.svg_popup {
  position: absolute;
  border: 1px solid #D3D7DD;
  background: #F3F7FD;
  padding: 20px;
  display: none;
  z-index: 1;
}
.svg_popup.svg_hover { display: initial;   z-index: 10; }
.svg_popup .route_name {
  float: none;
  background-image: url(/img/kajkarz_ikona_red.png);
}
.svg_popup .route_details {
  float: none;
}
.svg_popup .route_detail { margin-top: 20px; margin-left: 76px; }
.img_zoom_1 { cursor: pointer; }
.click_catch {
  position:fixed;
  z-index: 21;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100vw;
  height: 100vh;
  overflow:hidden;
}
.img_zoom_2 {
  position: fixed;
  z-index: 20;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: block;
}
.blok_foto .carousel-control-prev,
.blok_foto .carousel-control-next {
  top: unset;
  bottom: -20px;
  background: #000;
  width: unset;
}
.blok_foto .carousel-control-next-icon, .blok_foto .carousel-control-prev-icon {
  width: 49px;
  height: 26px;
  border: 32px solid transparent;
  border-left: 0;
  box-sizing: content-box;
  background-image:url(/img/blok_foto_arr_l.png);
}
.blok_foto .carousel-control-next-icon { -webkit-transform: scaleX(-1); transform: scaleX(-1); }
.fryga_alert { font-size: 0.9em; width: 100%; padding: 40px; text-align: center; }
.fryga_alert .b { font-weight: bold; font-size: 1.4em; margin-bottom: 2px; color: inherit; }
.bk_flex {
  display: flex;
  justify-content: space-between;
}
@media only screen and (hover: none) and (pointer: coarse) {
  .bk_flex { flex-direction: column; }
  .bk_flex>* { margin-top:20px; }
  .bk_flex>*:first-child { margin-top:0; }
  input[type="date"]::before { 
       content: attr(placeholder);
       width:100%;
  }
}
@media only screen and (max-width: 1024px) {
  td, th { display: block; }
  .route_details { margin-top: 15px; }
}

h2 {
  font-size: 1.6em;
  font-weight: bold;
}
h3 {
  font-size: 1.3em;
  font-weight: bold;
}

.contact-baner {
    position: absolute;
    z-index: 1;
    bottom: 15%;
    left: 5%;
}

.contact-baner .contact-title {
    font-size: 2em;
    font-weight: bold;
    margin-bottom: 3px;
    font-family: 'Poppins', sans-serif;
}

.contact-tel {
    margin-bottom: 3px;
    font-size: 30px;
    line-height: initial;
}

@media only screen and (max-width: 1400px) {
.contact-baner .contact-title {
    font-size: 1.8em;
}
.contact-tel {
    font-size: 25px;
}
}

@media only screen and (max-width: 1024px) {
.contact-baner {
    left: 60%;
    bottom: 20px;
}
.contact-baner .contact-title {
    font-size: 1.5em;
}
.contact-tel {
    font-size: 20px;
}
}

@media only screen and (max-width: 840px) {
.contact-baner {
    bottom: 0px;
}
.contact-baner .contact-title {
    font-size: 1em;
}
.contact-tel {
    font-size: 15px;
}
}
.route_thumbs {
  position: absolute;
  width: 10%;
  cursor: pointer;
}
.route_thumbs a:first-child {
  position: relative;
}
.route_thumbs a {
  display: block;
  border: 2px solid #EDF2F9;
  border-radius: 10%;
  height:0;
  width:100%;
  padding-bottom: calc(100% - 4px);
  background-size: cover;
  position: absolute;
  top:0;
  background-color: #fff;
  transition: 0.3s;
}
.route_thumbs a.vid:after {
  display:block;
  content:'&#9654';
}
.route_thumbs:hover a {
  transform: translate(0,0) !important;
}
.route_thumbs_border {
  z-index: 10;
}
.route_thumbs_border a,
.route_thumbs:hover a {
  border-color:#CD3930;
  z-index: 10;
}
.top_1 {
  background-position: top left;
  background-repeat: repeat-x;
  background-image: url(/img/top_mask_bg.png);
  background-size: contain;
  display: flex;
  justify-content: space-between;
  flex-direction: row;
  align-items: stretch
}
.top_2l {
  flex-grow: 1;
  /*min-height: 500px;*/
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
}
.top_2l>* {
  min-width: calc(100vw - 1330px);
  margin-left: 1em;
  font-size: 0.5rem;
}
.top_2l>*>div {
  font-size: 2em;
  font-weight: 500;
  line-height: 1.3em;
}
.top_2l h1 {
  font-size: 3em;
  font-weight: 900;
}
.top_2r {
  background-size: cover;
}
.top_2r>img {
  max-width: 100%;
}
.gallery_grid h5 {
  margin-top:1.5em;
}
.gallery_grid {
  display: none;
  grid-column-gap: 20px;
  grid-template-columns: repeat(1, 1fr);
}
@media                         (max-width:  599px) { .gallery_grid_1 { display: grid; grid-template-columns: repeat(1, 1fr); } }
@media (min-width:  600px) and (max-width:  899px) { .gallery_grid_2 { display: grid; grid-template-columns: repeat(2, 1fr); } }
@media (min-width:  900px) and (max-width: 1199px) { .gallery_grid_3 { display: grid; grid-template-columns: repeat(3, 1fr); } }
@media (min-width: 1200px)                         { .gallery_grid_4 { display: grid; grid-template-columns: repeat(4, 1fr); } }
.gallery_grid>* {
  display: flex;
  flex-direction: column;
}

