@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300;0,400;0,700;0,800;1,400&display=swap');
:root {
  --granat: #484848;
  --pomarancz: #FF5E28;
}

body {
  font-family: 'Open Sans', sans-serif;
  background-color: var(--granat);
  min-height: 100%;
  font-size: 16px;
  color: #fff;
  max-width: 1000px;
  margin: 0 auto;
}
/* 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 */
a { text-decoration: underline; }
a.nounder { text-decoration: none; }
a.nounder:hover { text-decoration: underline; }
a, a:hover { color: inherit; }
@media only screen and (max-width: 1024px) and (orientation: portrait) {
  .xx { color: #fff; }
}
h1 {
  border-bottom: 10px solid var(--pomarancz);
  padding: 20px;
  margin-bottom: 40px;
  text-align: center;
  font-size: 2.3em;
}
.img_top {
  display: block;
  max-width: 100%;
  max-height: 100vh;
  margin: 0 auto;
}
.arr_l {
  left: 0;
}
.arr_r {
  right: 0;
  justify-content: flex-end
}
.arr_r svg,
.arr_l svg {
  margin: 10px;
}
.arr_l svg {
  -moz-transform: scaleX(-1);
  -o-transform: scaleX(-1);
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1);
}
.arr_l,
.arr_r {
  position: absolute;
  top: 0;
  bottom: 0;
  display: flex;
  width: 40%;
  height: 100%;
  cursor: pointer;
  align-items: center
}
.gallery {
  position: relative;
}
.stopka {
  background: #000;
  border: 0px solid var(--pomarancz);
  border-width: 5px 0;
  margin: 40px auto;
}
@media only screen and (min-width: 1600px) {
  body { max-width: 70%; }
}
@media only screen and (max-width: 1600px) {
  h1 {  font-size: 2.1em; }
}
@media only screen and (hover: none) and (pointer: coarse) {
  body {
    max-width: unset;
  }
  @media only screen and (min-width: 1200px) {
    body {
      max-width: 1000px;
    }
  }
}


