@charset "UTF-8";
/* ==========================================================================
   Artisomnia
   W4 CMS v8.10
   29.01.2024
   N4K.EU
   ========================================================================== */
/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after {
  content: "";
  content: none;
}

q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

.btn-accent-invert, .btn-invert, .btn-accent, .btn {
  display: inline-block;
  font-weight: 400;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  border: 1px solid #333;
  padding: 0.5rem 1.2rem;
  font-size: 1rem;
  line-height: 1.5;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.btn-accent-invert:hover, .btn-invert:hover, .btn-accent:hover, .btn:hover, .btn-accent-invert:focus, .btn-invert:focus, .btn-accent:focus, .btn:focus {
  text-decoration: none;
}
.btn-accent-invert:focus, .btn-invert:focus, .btn-accent:focus, .btn:focus, .focus.btn-accent-invert, .focus.btn-invert, .focus.btn-accent, .focus.btn {
  outline: 0;
}
@media screen and (prefers-reduced-motion: reduce) {
  .btn-accent-invert, .btn-invert, .btn-accent, .btn {
    transition: none;
  }
}
@font-face {
  font-family: "icomoon";
  src: url("fonts/icomoon.eot?k0x586");
  src: url("fonts/icomoon.eot?k0x586#iefix") format("embedded-opentype"), url("fonts/icomoon.ttf?k0x586") format("truetype"), url("fonts/icomoon.woff?k0x586") format("woff"), url("fonts/icomoon.svg?k0x586#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
}
[class^=icon-],
[class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "icomoon" !important;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-times:before {
  content: "\e91f";
}

.icon-angle-double-up:before {
  content: "\e900";
}

.icon-angle-down:before {
  content: "\e901";
}

.icon-angle-left:before {
  content: "\e902";
}

.icon-angle-right:before {
  content: "\e903";
}

.icon-angle-up:before {
  content: "\e904";
}

.icon-arrow-down:before {
  content: "\e905";
}

.icon-arrow-left:before {
  content: "\e906";
}

.icon-arrow-right:before {
  content: "\e907";
}

.icon-arrow-up:before {
  content: "\e908";
}

.icon-calender:before {
  content: "\e909";
}

.icon-camera:before {
  content: "\e90a";
}

.icon-clock:before {
  content: "\e90b";
}

.icon-corner-down-right-alt:before {
  content: "\e90c";
}

.icon-envelope:before {
  content: "\e90d";
}

.icon-facebook:before {
  content: "\e90e";
}

.icon-fire:before {
  content: "\e90f";
}

.icon-flickr:before {
  content: "\e910";
}

.icon-globe:before {
  content: "\e911";
}

.icon-import:before {
  content: "\e912";
}

.icon-instagram:before {
  content: "\e913";
}

.icon-linkedin:before {
  content: "\e914";
}

.icon-map-marker:before {
  content: "\e915";
}

.icon-map-pin-alt:before {
  content: "\e916";
}

.icon-phone:before {
  content: "\e917";
}

.icon-pinterest:before {
  content: "\e918";
}

.icon-scenery:before {
  content: "\e919";
}

.icon-snapchat-square:before {
  content: "\e91a";
}

.icon-twitter:before {
  content: "\e91b";
}

.icon-university:before {
  content: "\e91c";
}

.icon-wallet:before {
  content: "\e91d";
}

.icon-youtube:before {
  content: "\e91e";
}

/* N4K.eu */
*,
*::after,
*::before {
  box-sizing: border-box;
}

html {
  font-size: 16px;
}

body {
  background-color: rgb(255, 255, 255);
  font: 400 1rem "Lato", sans-serif;
  line-height: 1.5;
  color: rgb(1, 1, 1);
  position: relative;
}

a,
a:focus {
  text-decoration: none;
  color: rgb(1, 1, 1);
}

a:hover {
  text-decoration: none;
  color: rgb(92, 81, 157);
}

video {
  width: 100%;
  height: auto;
}

iframe {
  border: none;
}

embed,
iframe,
object {
  max-width: 100%;
}

figure > img {
  display: block;
  max-width: 100%;
  height: auto;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}

/*** headings ***/
h1,
h2,
h3,
h4 {
  font-family: "Lato", sans-serif;
  font-weight: 700;
  line-height: 1.2;
  color: inherit;
}

h1 {
  font-size: 3.5rem;
}

h2 {
  font-size: 2.5rem;
  margin-bottom: 24px;
  font-weight: 900;
}

h3 {
  font-size: 1.4rem;
}

h4 {
  font-size: 1.3rem;
}

select {
  margin-top: 10px;
  width: 100%;
  padding: 15px;
  border: none;
}

.btn-accent {
  color: rgb(255, 255, 255);
  background: rgb(3.2857142857, 2.8928571429, 5.6071428571);
}

.btn-invert {
  border: 1px solid #fff;
  color: #fff;
}

.btn-accent-invert {
  border: 1px solid #fff;
  background: #fff;
}

.btn-big {
  padding: 0.8rem 2rem;
  font-size: 1.4rem;
}

.btn:hover {
  border: 1px solid rgb(201, 35, 125);
  background: rgb(201, 35, 125);
  color: rgb(255, 255, 255) !important;
}

.btn-invert:hover {
  border: 1px solid #6d6d6d;
  background: rgb(3.2857142857, 2.8928571429, 5.6071428571);
  color: #ccc;
}

.btn-accent-invert:hover {
  border: 1px solid #6d6d6d;
  background: rgb(3.2857142857, 2.8928571429, 5.6071428571);
  color: #ccc;
}

.alert {
  width: 100%;
  padding: 30px;
  text-align: center;
  color: #fff;
  background-color: rgb(40, 167, 69);
}

.error {
  width: 100%;
  padding: 30px;
  text-align: center;
  color: #fff;
  background-color: rgb(201, 9, 67);
}

.container,
.grid-container {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
}

@media (max-width: 575px) {
  .container,
  .grid-container {
    width: calc(100vw - 60px);
  }
}
@media (min-width: 480px) {
  .container,
  .grid-container {
    max-width: 480px;
  }
}
@media (min-width: 576px) {
  .container,
  .grid-container {
    max-width: 520px;
  }
}
@media (min-width: 768px) {
  .container,
  .grid-container {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .container,
  .grid-container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .container,
  .grid-container {
    max-width: 1140px;
  }
}
/*

.content {
    margin-bottom: 30px;

    p {
        margin-bottom: 16px;
    }
}

*/
#header {
  height: 90px;
  padding-top: 0;
  padding-bottom: 0;
  background-color: rgb(1, 1, 1);
  background: rgb(92, 81, 157);
  background: linear-gradient(90deg, rgb(92, 81, 157) 0%, rgb(201, 35, 125) 100%);
  position: relative;
  z-index: 1001;
  transition: all 0.4s ease-in-out;
}
#header .container {
  position: relative;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
#header .container h1 {
  margin: 0;
  padding: 0;
}
#header .container #logo {
  position: absolute;
  top: 0;
  left: 0;
  height: 130px;
  width: 180px;
  display: block;
  color: rgb(1, 1, 1);
  font-size: 15px;
  text-transform: uppercase;
  background-color: #fff;
  background-image: url("../img/logo.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 145px 100px;
  opacity: 1;
  z-index: 1002;
  box-shadow: 8px 8px 24px -13px rgb(66, 68, 90);
  border-bottom-right-radius: 6px;
  border-bottom-left-radius: 6px;
  overflow: hidden;
  transition: all 0.4s ease-in-out;
}
#header .container #logo:hover {
  transform: scale(1.05, 1.05);
}
@media (max-width: 1199px) {
  #header .container .simple_contact {
    display: none;
  }
}
@media (min-width: 1200px) {
  #header .container .simple_contact {
    position: relative;
    color: #fff;
    padding-top: 20px;
    padding-left: 44px;
    margin-left: 10px;
    font-weight: 700;
    font-size: 1rem;
  }
  #header .container .simple_contact::after {
    content: url("../img/phone.png");
    position: absolute;
    top: 6px;
    left: 0;
    opacity: 0.6;
  }
  #header .container .simple_contact::before {
    content: "Zadzwoń:";
    position: absolute;
    top: 0;
    left: 44px;
    text-transform: uppercase;
    font-weight: 400;
    font-size: 0.9rem;
    opacity: 0.8;
  }
}
#header .container #nav {
  transition: all 0.4s ease-in-out;
}
@media (min-width: 992px) {
  #header .container #nav {
    z-index: 1003;
    text-align: right;
  }
}
@media (max-width: 991px) {
  #header .container #nav {
    text-align: center;
  }
}
#header .container #nav .nav {
  margin: 0;
  padding: 0;
  z-index: 1004;
}
@media (min-width: 992px) {
  #header .container #nav .nav {
    display: flex !important;
    justify-content: flex-start;
    flex-direction: row;
    align-items: stretch;
  }
}
@media (max-width: 991px) {
  #header .container #nav .nav {
    display: block;
    margin: 0;
    padding: 0;
    display: none;
    position: absolute;
    left: -20px;
    top: 10px;
    right: 60px;
    background-color: #fff;
    box-shadow: 0 20px 20px 10px rgba(0, 0, 0, 0.3);
  }
}
#header .container #nav .nav li {
  list-style: none;
  z-index: 102;
}
@media (max-width: 991px) {
  #header .container #nav .nav li {
    display: block;
    text-align: center;
    padding: 0;
  }
}
#header .container #nav .nav li {
  /*
                      &:first-child {
                          display: none;
                      }

                      &:last-child {
                          display: none;
                      }
  */
}
#header .container #nav .nav li.active > a {
  font-weight: 900;
}
@media (min-width: 992px) {
  #header .container #nav .nav li.active > a {
    color: rgb(255, 255, 255);
  }
}
@media (max-width: 991px) {
  #header .container #nav .nav li.active > a {
    background-color: rgb(92, 81, 157);
    color: rgb(255, 255, 255);
  }
}
#header .container #nav .nav li.submenu ul {
  display: flex;
  justify-content: flex-end;
  background-color: #edecea;
  transition: all 0.4s ease-in-out;
}
@media (min-width: 992px) {
  #header .container #nav .nav li.submenu ul {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    opacity: 0;
    z-index: 1;
  }
}
@media (max-width: 991px) {
  #header .container #nav .nav li.submenu ul {
    flex-direction: column;
  }
}
@media (min-width: 992px) {
  #header .container #nav .nav li.submenu:hover ul {
    top: 85px;
    opacity: 1;
  }
}
#header .container #nav .nav li a {
  font-size: 16px;
  line-height: 90px;
  color: rgb(255, 255, 255);
  display: block;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  position: relative;
  padding: 0;
  transition: all 0.4s ease-in-out;
}
@media (min-width: 992px) {
  #header .container #nav .nav li a {
    padding: 0 20px;
  }
}
@media (min-width: 992px) {
  #header .container #nav .nav li a:focus, #header .container #nav .nav li a:hover {
    font-weight: 700;
    transition: all 0.4s ease-in-out;
  }
}
@media (max-width: 991px) {
  #header .container #nav .nav li a {
    line-height: 50px;
    padding: 0 30px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    display: block;
    text-decoration: none;
    text-transform: uppercase;
    text-align: left;
    color: rgb(1, 1, 1);
    border-bottom: 1px solid #ccc;
  }
  #header .container #nav .nav li a::last-child {
    border: none;
  }
  #header .container #nav .nav li a:focus, #header .container #nav .nav li a:hover {
    background-color: rgba(237, 237, 237, 0.2);
  }
}
@media (min-width: 992px) {
  #header .container #nav .nav li.subpage {
    display: none;
  }
}

#showmenu {
  position: absolute;
  top: 20px;
  right: 0;
  z-index: 12;
  width: 40px;
  height: 40px;
  margin: 0;
  transform: rotate(0deg);
  cursor: pointer;
  transition: all 0.4s ease-in-out;
}
#showmenu p {
  border: 0 none;
  clip: rect(0px, 0px, 0px, 0px);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
#showmenu span {
  display: block;
  position: absolute;
  height: 6px;
  width: 100%;
  border-radius: 0;
  opacity: 1;
  left: 0;
  background-color: rgb(255, 255, 255);
  transform: rotate(0deg);
  transition: all 0.25s ease-in-out;
}
#showmenu span:nth-child(1) {
  top: 0;
}
#showmenu span:nth-child(3), #showmenu span:nth-child(4) {
  top: 12px;
}
#showmenu span:nth-child(5) {
  top: 24px;
}
#showmenu.open span:nth-child(2) {
  top: 18px;
  width: 0;
  left: 50%;
}
#showmenu.open span:nth-child(3) {
  transform: rotate(45deg);
}
#showmenu.open span:nth-child(4) {
  transform: rotate(-45deg);
}
#showmenu.open span:nth-child(5) {
  top: 18px;
  width: 0;
  left: 50%;
}
#showmenu:hover span {
  background: rgb(255, 255, 255);
  color: rgb(255, 255, 255);
}
@media (min-width: 992px) {
  #showmenu {
    display: none;
  }
}

main {
  min-height: calc(100vh - 277px);
}

#page-przychodnia .page-header .container {
  background-image: url("../content/pages/headers/baner11.jpg");
  background-repeat: no-repeat;
  background-position: right center;
  background-size: contain;
}
@media (max-width: 1199px) {
  #page-przychodnia .page-header .container {
    background-position: center center;
    background-size: cover;
  }
}

#page-diagnostyka .page-header .container {
  background-image: url("../content/pages/headers/baner13.jpg");
  background-repeat: no-repeat;
  background-position: right center;
  background-size: contain;
}
@media (max-width: 1199px) {
  #page-diagnostyka .page-header .container {
    background-position: center center;
    background-size: cover;
  }
}

#page-grafik-lekarzy .page-header .container {
  background-image: url("../content/pages/headers/baner14.jpg");
  background-repeat: no-repeat;
  background-position: right center;
  background-size: contain;
}
@media (max-width: 1199px) {
  #page-grafik-lekarzy .page-header .container {
    background-position: center center;
    background-size: cover;
  }
}

#page-kontakt .page-header .container {
  background-image: url("../content/pages/headers/baner15.jpg");
  background-repeat: no-repeat;
  background-position: right center;
  background-size: contain;
}
@media (max-width: 1199px) {
  #page-kontakt .page-header .container {
    background-position: center center;
    background-size: cover;
  }
}

#page-aktualnosci .page-header .container {
  background-image: url("../content/pages/headers/baner12.jpg");
  background-repeat: no-repeat;
  background-position: right center;
  background-size: contain;
}
@media (max-width: 1199px) {
  #page-aktualnosci .page-header .container {
    background-position: center center;
    background-size: cover;
  }
}

#page-polityka-prywatnosci .page-header .container {
  background-image: url("../content/pages/headers/baner10.jpg");
  background-repeat: no-repeat;
  background-position: right center;
  background-size: contain;
  position: relative;
}
@media (max-width: 1199px) {
  #page-polityka-prywatnosci .page-header .container {
    background-position: center center;
    background-size: cover;
  }
}

.page-header {
  background-color: rgba(92, 81, 157, 0.3);
  color: rgb(255, 255, 255);
  margin-bottom: 80px;
}
@media (max-width: 1199px) {
  .page-header .container {
    width: 100%;
  }
}
.page-header .container {
  position: relative;
}
.page-header .container::before {
  content: "";
  background: linear-gradient(to right, rgb(206, 202, 225) 0%, rgba(206, 202, 225, 0.2) 14%, rgba(206, 202, 225, 0) 49%, rgba(206, 202, 225, 0.2) 87%, rgb(206, 202, 225) 100%);
  position: absolute;
  display: block;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.page-header .container > div {
  height: 500px;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: flex-end;
  align-items: flex-start;
  align-content: flex-start;
  margin: 0;
  padding: 0;
  position: relative;
  z-index: 10;
}
.page-header .container > div h1,
.page-header .container > div h2 {
  display: inline-block;
  width: auto;
  margin: 0;
  padding: 20px 40px 20px 136px;
  text-align: left;
  line-height: 1em;
  font-size: 3.5rem;
  font-weight: 700;
  text-transform: uppercase;
  background-color: rgb(92, 81, 157);
  position: relative;
  bottom: -43px;
  left: -40px;
}
@media (max-width: 1199px) {
  .page-header .container > div h1,
  .page-header .container > div h2 {
    font-size: 2.5rem;
  }
}
@media (max-width: 991px) {
  .page-header .container > div h1,
  .page-header .container > div h2 {
    font-size: 1.5rem;
    left: 0px;
  }
}
.page-header .container > div h1::before,
.page-header .container > div h2::before {
  content: "+";
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  width: 96px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  background-color: rgb(62.4285714286, 54.9642857143, 106.5357142857);
  font-weight: 900;
  font-size: 5rem;
  color: rgb(201, 35, 125);
}
.page-header .container > div p {
  background-color: rgb(201, 35, 125);
  color: rgb(255, 255, 255);
  font-size: 1.3rem;
  font-weight: 400;
  padding: 60px 40px 40px;
}
@media (min-width: 992px) {
  .page-header .container > div p {
    width: 50%;
  }
}
@media (max-width: 1199px) {
  .page-header .container > div p {
    font-size: 1.1rem;
  }
}
@media (max-width: 991px) {
  .page-header .container > div p {
    font-size: 1rem;
  }
}

.articleLead,
.pageLead {
  font-weight: 700;
  font-size: 1.1rem;
  line-height: 1.4em;
  padding-bottom: 30px;
  text-align: justify;
}
@media (max-width: 767px) {
  .articleLead,
  .pageLead {
    font-size: 1rem;
    text-align: left;
  }
}

.articleBody,
.pageBody {
  line-height: 1.4em;
  /* margin-bottom: 45px;*/
}
.articleBody strong, .articleBody b,
.pageBody strong,
.pageBody b {
  font-weight: 700;
}
.articleBody i,
.pageBody i {
  font-style: italic;
}
.articleBody h2,
.articleBody h3,
.articleBody h4,
.pageBody h2,
.pageBody h3,
.pageBody h4 {
  margin-top: 15px;
  margin-bottom: 15px;
}
.articleBody a,
.pageBody a {
  color: rgb(92, 81, 157);
  font-weight: 700;
}
.articleBody a:hover,
.pageBody a:hover {
  color: rgb(201, 35, 125);
}
.articleBody p,
.pageBody p {
  padding-bottom: 10px;
  text-align: justify;
}
@media (max-width: 480px) {
  .articleBody p,
  .pageBody p {
    text-align: left;
  }
}
.articleBody ul,
.pageBody ul {
  padding: 15px 0 15px 15px;
}
.articleBody ul li,
.pageBody ul li {
  padding-bottom: 10px;
  list-style: square outside;
}
.articleBody ul ul li,
.pageBody ul ul li {
  padding-bottom: 10px;
  list-style: circle outside;
}
.articleBody ol,
.pageBody ol {
  padding: 15px 0 15px 15px;
}
.articleBody ol li,
.pageBody ol li {
  padding-bottom: 10px;
  list-style: decimal outside;
}
.articleBody ol ol li,
.pageBody ol ol li {
  padding-bottom: 10px;
  list-style: lower-alpha outside;
}
.articleBody ol ul li,
.pageBody ol ul li {
  padding-bottom: 10px;
  list-style: circle outside;
}
.articleBody blockquote,
.pageBody blockquote {
  padding: 15px 0 30px 70px;
  font-style: italic;
  position: relative;
  color: rgba(1, 1, 1, 0.7);
}
.articleBody blockquote::before,
.pageBody blockquote::before {
  color: rgb(92, 81, 157);
  content: "“";
  font-size: 7em;
  left: 15px;
  position: absolute;
  top: 35px;
}

/*** Sections ***/
/* Section 1*/
.section1 {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  background-image: url("content/intro/photo/1140/intro.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: calc(100vh - 95px);
}
.section1 .text {
  text-align: center;
  color: #fff;
  position: relative;
  z-index: 2;
}
.section1 .text h2 {
  background-color: rgb(201, 35, 125);
  padding: 30px 30px;
  margin: 0 30px;
  position: relative;
  z-index: 2;
  top: 30px;
}
.section1 .text div {
  background-color: rgb(92, 81, 157);
  padding: 60px 30px 45px 30px;
  position: relative;
}
.section1 .text .btn-invert {
  margin-top: 15px;
  position: relative;
  z-index: 2;
  top: -30px;
  background-color: rgb(201, 35, 125);
  border-color: rgb(201, 35, 125);
}
.section1 .text .btn-invert:hover {
  background-color: white;
  color: rgb(92, 81, 157);
  border-color: white;
}
@media (min-width: 576px) {
  .section1 .text {
    width: 640px;
  }
}
@media (max-width: 575px) {
  .section1 .text h2 {
    font-size: 2rem;
  }
}
.section1 {
  /*
      &::before {
          content: '';
          display: block;
          background: rgb(0, 0, 0);
          background: linear-gradient(180deg, rgba(200, 36, 126, 0) 0%, rgba(93, 81, 157, 0.8) 100%);
          background: rgb(92,81,157);
          background: linear-gradient(0deg, rgba(92,81,157,0.7) 0%, rgba(201,35,125,0.7) 50%, rgba(201,35,125,0) 100%);
          position: absolute;
          top: 50%;
          left: 0;
          right: 0;
          bottom: 0;
      }
      */
}

/* Section 2*/
.section2 .container {
  display: flex;
  justify-content: space-between;
  padding-top: 100px;
  padding-bottom: 100px;
  align-items: center;
  gap: 80px;
  position: relative;
  /*
      &::before {
          content: '';
          width: 567px;
          height: 567px;
          background: url("img/logo-ico.svg");
          background-repeat: no-repeat;
          background-position: 100px 50px;
          position: absolute;
          z-index: -1;
          bottom: 0;
          right: 0;
          opacity: 0.1;

      }
  */
}
.section2 .container .image {
  width: 50%;
}
@media (max-width: 767px) {
  .section2 .container .image {
    display: none;
  }
}
.section2 .container .image img {
  display: block;
  max-width: 100%;
  height: auto;
}
.section2 .container .image figcaption {
  display: none;
}
.section2 .container .text {
  width: 50%;
}
@media (max-width: 767px) {
  .section2 .container .text {
    width: 100%;
  }
}
.section2 .container .text .btn {
  color: rgb(92, 81, 157);
  padding: 5px 20px;
  border: 1px solid rgb(92, 81, 157);
  display: inline-block;
  margin-top: 5px;
  text-align: center;
  transition: all 0.4s ease-in-out;
}
.section2 .container .text .btn:hover {
  color: rgb(255, 255, 255);
  background-color: rgb(92, 81, 157);
}
/* Section 3*/
.section3 .container {
  display: flex;
  padding-top: 100px;
  padding-bottom: 100px;
  align-items: flex-start;
  flex-direction: column;
  flex-wrap: wrap;
  gap: 80px;
  flex-shrink: 0;
}
.section3 .container .text {
  display: flex;
  align-items: flex-start;
  gap: 80px;
}
@media (max-width: 768px) {
  .section3 .container .text {
    flex-direction: column;
    flex-wrap: wrap;
    gap: 30px;
  }
}
.section3 .container .text .content,
.section3 .container .text h2 {
  width: calc(50% - 40px);
}
@media (max-width: 768px) {
  .section3 .container .text .content,
  .section3 .container .text h2 {
    width: 100%;
  }
}
.section3 .container .text .content,
.section3 .container .text h2 {
  display: block;
}
.section3 .container .offer-list {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  gap: 48px;
}
@media (max-width: 768px) {
  .section3 .container .offer-list {
    flex-wrap: wrap;
    flex-direction: column;
  }
}
@media (min-width: 769px) {
  .section3 .container .offer-list .item {
    width: calc(33.3333333333% - 32px);
  }
}
.section3 .container .offer-list .item .image img {
  display: block;
  max-width: 100%;
  height: auto;
}
.section3 .container .offer-list .item h3 {
  padding-top: 30px;
  padding-bottom: 20px;
  text-align: center;
  color: rgb(92, 81, 157);
  font-weight: 700;
}
.section3 .container .offer-list .item .content {
  text-align: center;
}
.section3 .container .offer-list .item .link {
  color: rgb(92, 81, 157);
  padding: 5px 15px;
  border: 1px solid rgb(92, 81, 157);
  display: block;
  margin-top: 30px;
  text-align: center;
  transition: all 0.4s ease-in-out;
}
.section3 .container .offer-list .item .link:hover {
  color: rgb(255, 255, 255);
  background-color: rgb(92, 81, 157);
}

/* Section 3*/
.section4 .container {
  display: flex;
  justify-content: space-between;
  padding-top: 100px;
  padding-bottom: 100px;
  gap: 80px;
  flex-shrink: 0;
}
@media (max-width: 992px) {
  .section4 .container {
    flex-direction: column;
    flex-wrap: wrap;
    gap: 30px;
  }
}
.section4 .container .text {
  width: calc(30% - 24px);
}
@media (max-width: 992px) {
  .section4 .container .text {
    width: 100%;
  }
}
.section4 .container .text {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
}
.section4 .container .text .btn {
  margin-top: 30px;
}
.section4 .container .product-list {
  width: calc(70% - 24px);
}
@media (max-width: 992px) {
  .section4 .container .product-list {
    width: 100%;
  }
}

/* Section 5*/
.section5 {
  background-color: rgb(1, 1, 1);
  color: rgb(255, 255, 255);
}
.section5 .container {
  display: flex;
  padding-top: 100px;
  padding-bottom: 100px;
  align-items: center;
  flex-direction: column;
  flex-wrap: wrap;
  gap: 48px;
}
.section5 .container .text {
  display: flex;
  align-items: center;
  flex-direction: column;
  flex-wrap: wrap;
}
.section5 .container .text .content,
.section5 .container .text h2 {
  width: 70%;
}
@media (max-width: 992px) {
  .section5 .container .text .content,
  .section5 .container .text h2 {
    width: 100%;
  }
}
.section5 .container .text .content,
.section5 .container .text h2 {
  display: block;
  text-align: center;
}

/* Section 6*/
.section6 {
  background: rgb(92, 81, 157);
  background: linear-gradient(130deg, rgb(92, 81, 157) 0%, rgb(201, 35, 125) 100%);
  color: rgb(255, 255, 255);
}
.section6 .container {
  display: flex;
  flex-direction: column;
  padding-top: 100px;
  padding-bottom: 100px;
  gap: 80px;
  flex-shrink: 0;
}
.section6 .container .text {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
@media (max-width: 768px) {
  .section6 .container .text {
    flex-direction: column;
    justify-content: center;
    text-align: center;
  }
}
.section6 .container .text h2 {
  width: 480px;
}
@media (max-width: 576px) {
  .section6 .container .text h2 {
    width: 100%;
  }
}
.section6 .container .text .btn {
  margin-top: 15px;
  border: 1px solid white;
  color: rgb(255, 255, 255);
  transition: all 0.4s ease-in-out;
}
.section6 .container .text .btn:hover {
  background-color: white;
  color: rgb(92, 81, 157);
}

/* Section 7 */
.section7 {
  background-color: rgb(1, 1, 1);
  color: rgb(255, 255, 255);
}
.section7 .container {
  display: flex;
  padding-top: 100px;
  padding-bottom: 100px;
  justify-content: space-between;
  gap: 80px;
}
@media (max-width: 992px) {
  .section7 .container {
    gap: 30px;
  }
}
@media (max-width: 992px) {
  .section7 .container {
    flex-direction: column;
    flex-wrap: wrap;
  }
}
.section7 .container h2 {
  width: calc(50% - 40px);
  display: block;
}
@media (max-width: 992px) {
  .section7 .container h2 {
    width: 100%;
  }
}
.section7 .container .text {
  width: calc(50% - 40px);
}
@media (max-width: 992px) {
  .section7 .container .text {
    width: 100%;
  }
}
.section7 .container .text {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.section7 .container .text a {
  margin-right: 10px;
  margin-bottom: 10px;
}

/* Section 8 */
.section8 .container {
  display: flex;
  padding-top: 100px;
  padding-bottom: 100px;
  align-items: center;
  flex-direction: column;
  flex-wrap: wrap;
  gap: 48px;
}
.section8 .container .text {
  width: 55%;
}
@media (max-width: 992px) {
  .section8 .container .text {
    width: 100%;
  }
}
.section8 .container .text {
  display: flex;
  align-items: center;
  flex-direction: column;
  flex-wrap: wrap;
  text-align: center;
}
.section8 .container .text .content,
.section8 .container .text h2 {
  width: 70%;
}
@media (max-width: 992px) {
  .section8 .container .text .content,
  .section8 .container .text h2 {
    width: 100%;
  }
}
.section8 .container .text .content,
.section8 .container .text h2 {
  display: block;
  text-align: center;
}

.article-list {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  flex-wrap: wrap;
  gap: 48px;
}
.article-list .item {
  width: calc(50% - 24px);
  transition: all 0.4s ease-in-out;
}
@media (max-width: 576px) {
  .article-list .item {
    width: 100%;
  }
}
.article-list .item {
  display: flex;
  align-items: stretch;
  flex-direction: column;
  flex-wrap: wrap;
  gap: 30px;
}
.article-list .item .image {
  width: 100%;
}
.article-list .item .image img {
  display: block;
  max-width: 100%;
  height: auto;
}
.article-list .item > div {
  width: 100%;
}
.article-list .item > div h3 {
  padding-bottom: 15px;
}
.article-list .item > div .content {
  font-size: 0.9rem;
}

.section6 .article-list a {
  color: rgb(255, 255, 255);
}

/*article*/
.page-article {
  display: flex;
}
@media (min-width: 993px) {
  .page-article {
    justify-content: space-between;
    align-items: stretch;
  }
}
.page-article {
  gap: 60px;
  margin-bottom: 60px;
  margin-top: 60px;
}
@media (max-width: 992px) {
  .page-article {
    flex-direction: column;
  }
}
@media (min-width: 993px) {
  .page-article article {
    width: calc(100% - 380px);
  }
}
.page-article article {
  display: flex;
  flex-direction: column;
  gap: 30px;
}
.page-article article .news_title {
  line-height: 1;
}
.page-article article .lead {
  font-weight: 700;
  font-size: 1.2rem;
}
.page-article aside {
  display: flex;
}
@media (min-width: 993px) {
  .page-article aside {
    width: 320px;
    flex-direction: column;
    gap: 42px;
  }
}
@media (max-width: 992px) {
  .page-article aside {
    justify-content: space-between;
    align-items: stretch;
    flex-wrap: wrap;
    gap: 20px;
  }
  .page-article aside h3 {
    display: block;
    width: 100%;
  }
}
@media (max-width: 992px) and (min-width: 577px) and (max-width: 992px) {
  .page-article aside .article-box {
    width: calc(50% - 10px);
  }
}

.asidenav {
  background: #dfdcf1;
  padding: 30px;
  margin-left: 30px;
}
.asidenav li {
  background: rgb(92, 81, 157);
  color: rgb(255, 255, 255);
  margin-bottom: 10px;
  position: relative;
  left: -60px;
  display: block;
  width: calc(100% + 60px);
  transition: all 0.4s ease-in-out;
}
.asidenav li a {
  color: rgb(255, 255, 255);
  padding: 15px;
  display: block;
  transition: all 0.4s ease-in-out;
}
.asidenav li:hover, .asidenav li .active {
  background: rgb(201, 35, 125);
}
.asidenav .link {
  display: block;
  padding: 30px;
  background: rgb(92, 81, 157);
  color: rgb(255, 255, 255);
  text-align: center;
  transition: all 0.4s ease-in-out;
}
.asidenav .link:hover {
  background-color: rgb(201, 35, 125);
}

/*photo*/
.photo-list {
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 12px;
}
.photo-list a {
  display: block;
  width: calc((100% - 36px) / 4);
}
@media (max-width: 768px) {
  .photo-list a {
    width: calc(50% - 6px);
  }
}
.photo-list a img {
  display: block;
  max-width: 100%;
  height: auto;
}

.subpage-list {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  flex-wrap: wrap;
  gap: 48px;
}
.subpage-list .item {
  width: calc(50% - 24px);
  padding-right: 30px;
}
@media (max-width: 991px) {
  .subpage-list .item {
    padding: 30px;
  }
}
@media (max-width: 575px) {
  .subpage-list .item {
    padding: 30px;
    text-align: center;
  }
}
@media (min-width: 577px) {
  .subpage-list .item {
    border: solid 1px #CECAE1;
  }
}
.subpage-list .item {
  transition: all 0.4s ease-in-out;
}
@media (max-width: 576px) {
  .subpage-list .item {
    width: 100%;
  }
}
.subpage-list .item {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 575px) {
  .subpage-list .item {
    justify-content: center;
  }
}
.subpage-list .item {
  align-items: center;
  gap: 30px;
}
@media (max-width: 992px) {
  .subpage-list .item {
    flex-direction: column;
    flex-wrap: wrap;
  }
}
.subpage-list .item .image {
  width: calc(45% - 15px);
  text-align: center;
}
@media (max-width: 992px) {
  .subpage-list .item .image {
    width: 100%;
  }
}
.subpage-list .item .image img {
  display: block;
  max-width: 100%;
  height: auto;
}
.subpage-list .item > div {
  width: calc(55% - 15px);
}
@media (max-width: 992px) {
  .subpage-list .item > div {
    width: 100%;
  }
}
.subpage-list .item > div h3 {
  padding-bottom: 15px;
}
.subpage-list .item > div .content {
  font-size: 0.9rem;
}
.subpage-list .item:hover {
  border: solid 1px #fff;
  background-color: rgb(201, 35, 125);
  color: rgb(255, 255, 255);
}

/*product*/
.product-list {
  width: 100%;
  display: flex;
  justify-content: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 48px;
}
@media (max-width: 576px) {
  .product-list {
    gap: 30px;
  }
}
.product-list .item {
  width: calc(50% - 24px);
}
@media (max-width: 576px) {
  .product-list .item {
    width: 100%;
  }
}
.product-list .item .image img {
  display: block;
  max-width: 100%;
  height: auto;
}
.product-list .item h3 {
  padding-top: 20px;
  padding-bottom: 20px;
}
.product-list .item .link {
  margin-top: 7px;
  display: block;
}

/*OPINIE*/
.opinions-list .item {
  text-align: center;
}
.opinions-list .item blockquote {
  display: block;
  text-align: center;
  /*
              &::after {
                  content: '"';
              }
  */
}
.opinions-list .item blockquote footer {
  margin-top: 10px;
}
.opinions-list .item blockquote footer i {
  font-style: italic;
  font-size: 0.9rem;
}
.opinions-list .item h3 {
  padding-top: 20px;
  padding-bottom: 20px;
}
.opinions-list .item .link {
  color: white;
}

#opinions h3 {
  margin-bottom: 30px;
  padding-bottom: 5px;
  text-align: center;
  border-bottom: 1px solid rgb(199, 199, 199);
}

.content .lead {
  font-weight: 700;
  font-size: 1.2rem;
  margin-bottom: 30px;
}
.content .articleBody p {
  margin-bottom: 30px;
}

.article-box {
  position: relative;
  display: block;
  background-color: rgb(255, 255, 255);
}
.article-box .news_type {
  display: none;
}
.article-box figure {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
  display: block;
  overflow: hidden;
  position: relative;
  margin: 0;
}
.article-box figure::before {
  content: "";
  display: block;
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.3);
}
.article-box figure img {
  display: block;
  max-width: 100%;
  height: auto;
  transition: all 0.4s ease-in-out;
}
.article-box .ico-spec {
  display: inline-block;
  font-size: 26px;
  line-height: 38px;
  color: rgb(255, 255, 255);
  background-color: rgb(201, 9, 67);
  text-align: center;
  height: 38px;
  width: 38px;
  position: absolute;
  left: 10px;
  top: 10px;
  border-radius: 50%;
  z-index: 5;
  transition: all 0.4s ease-in-out;
}
.article-box .ico-gal {
  display: inline-block;
  font-size: 26px;
  line-height: 36px;
  color: rgb(255, 255, 255);
  text-align: center;
  height: 36px;
  width: 36px;
  position: absolute;
  right: 10px;
  bottom: 130px;
}
.article-box .ico-gal i {
  position: relative;
  top: 2px;
}
.article-box header {
  position: absolute;
  z-index: 3;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.4s ease-in-out;
}
.article-box header h2 {
  font-size: 16px;
  color: rgb(255, 255, 255);
  margin: 0;
  padding: 10px;
  text-align: center;
  font-weight: 700;
  text-transform: uppercase;
  transition: all 0.4s ease-in-out;
}
@media (min-width: 577px) and (max-width: 768px) {
  .article-box header h2 {
    font-size: 16px;
  }
}
.article-box header h2 span {
  display: block;
}
.article-box header time {
  display: none;
  /*text-align: center;
              position: absolute;
              left: 50%;
              bottom: -15px;
              width: 160px;
              text-align: center;
              margin-left: -80px;
              z-index: 2;
              font-size: 10px;
              color: $tx-dark;
              line-height: 1em;
              text-transform: uppercase;
              background-color: $bg;
              //border: 1px solid $tx-light;
              border-radius: $radius;
              padding: 5px 10px 5px 10px;
              border: 2px solid $border-color-light;
              @include transition(all $duration ease-in-out);
  */
}
.article-box header time span {
  display: block;
  text-align: center;
}
.article-box header time span:nth-child(1) {
  font-size: 20px;
  line-height: 1em;
}
.article-box header time span:nth-child(2) {
  font-size: 13px;
  line-height: 1em;
}
.article-box:hover header h2 {
  color: #fff;
}
.article-box:hover header figure::after {
  border: 1px solid rgba(255, 255, 255, 0.9);
}
.article-box:hover .ico-spec {
  color: rgb(201, 9, 67);
  background-color: rgb(255, 255, 255);
}
.article-box:hover .ico-gal {
  background-color: rgb(92, 81, 157);
}
.article-box:hover figure::before {
  background: rgba(205, 80, 48, 0.3);
}
.article-box:hover figure img {
  transform: scale(1.1);
}

.page-sidebar .article-box {
  margin-bottom: 30px;
}

.article header {
  margin-bottom: 15px;
  padding-bottom: 15px;
  border-bottom: 1px solid rgb(199, 199, 199);
}
@media (max-width: 768px) {
  .article header {
    text-align: center;
  }
}
.article header .news_title {
  font-weight: 700;
  margin: 0;
  padding: 0;
}
@media (max-width: 768px) {
  .article header .news_title {
    font-size: 36px;
  }
}
.article figure.image {
  margin-bottom: 30px;
}
.article figure.image img {
  display: block;
  max-width: 100%;
  height: auto;
}
.article figure.image figcaption {
  font-size: 0.9rem;
  color: rgba(1, 1, 1, 0.5);
  font-style: italic;
  text-align: right;
  margin-top: 5px;
  display: block;
}
.article .lead {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 30px;
}

@media (max-width: 992px) {
  .page-sidebar {
    display: none;
  }
}
#page-kontakt .contact {
  display: flex;
  justify-content: space-between;
  gap: 60px;
}
@media (max-width: 991px) {
  #page-kontakt .contact {
    flex-direction: column;
  }
}
#page-kontakt .contact address {
  width: 50%;
  display: block;
}
@media (max-width: 991px) {
  #page-kontakt .contact address {
    width: 100%;
  }
}
#page-kontakt .contact address small {
  font-size: 14px;
  line-height: 14px;
}
#page-kontakt .contact address .contact_details h2 {
  margin-bottom: 0;
}
#page-kontakt .contact address .contact_details h3 {
  margin-bottom: 20px;
}
#page-kontakt .contact address .contact_details p {
  border-bottom: 1px solid rgb(199, 199, 199);
  padding-bottom: 8px;
  padding-top: 8px;
}
#page-kontakt .contact #maps {
  width: 50%;
}
@media (max-width: 991px) {
  #page-kontakt .contact #maps {
    width: 100%;
  }
}
#page-kontakt .contact #maps iframe {
  width: 100%;
  height: 400px;
}

.scheduler_name {
  margin-bottom: 20px;
}
@media (min-width: 992px) {
  .scheduler_name {
    display: none;
  }
}

.scheduler {
  margin-bottom: 60px;
}
@media (max-width: 991px) {
  .scheduler {
    display: flex;
    justify-content: space-between;
  }
}
.scheduler .hr {
  display: flex;
}
@media (min-width: 992px) {
  .scheduler .hr {
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid #ccc;
  }
}
@media (max-width: 991px) {
  .scheduler .hr {
    flex-direction: column;
    width: 50%;
  }
}
.scheduler .hr:first-child {
  font-weight: 700;
  padding-bottom: 10px;
}
.scheduler .hr > div {
  padding-top: 6px;
  padding-bottom: 6px;
}
@media (min-width: 992px) {
  .scheduler .hr > div {
    text-align: center;
    width: 10%;
  }
}
@media (max-width: 991px) {
  .scheduler .hr > div {
    border-bottom: 1px solid #ccc;
  }
}
.scheduler .hr > div:first-child {
  font-weight: 700;
}
@media (min-width: 992px) {
  .scheduler .hr > div:first-child {
    width: 40%;
  }
}
@media (max-width: 991px) {
  .scheduler .hr > div:first-child {
    min-height: 45px;
    border-bottom: 1px solid #ccc;
    display: none;
  }
}
.scheduler .hr:last-child > div:first-child {
  text-align: left;
}
@media (max-width: 991px) {
  .scheduler .hr:last-child > div {
    text-align: right;
  }
}

/*
.scheduler_name {
    margin-bottom: 20px;
}

.scheduler {
    margin-bottom: 60px;
    @include media("<lg") {
        display: flex;
        justify-content: space-between;
    }

    .hr {
        display: flex;

        @include media("≥lg") {
            flex-direction: row;
            flex-wrap: nowrap;
            justify-content: space-between;
            align-items: center;
            // align-items:stretch;
            border-bottom: 1px solid #ccc;
        }
        @include media("<lg") {
            flex-direction: column;
            width: calc(100% / 3);
        }

        &:first-child {
            font-weight: 700;
            padding-bottom: 10px;
        }

        > div {
            padding-top: 6px;
            padding-bottom: 6px;
            @include media("≥lg") {
                width: 10%;
            }
            &:first-child {
                font-weight: 700;
                @include media("≥lg") {
                    width: 40%;
                }
                @include media("<lg") {
                    min-height: 45px;
                    //line-height: normal;
                    border-bottom: 1px solid #ccc;
                }

            }
        }
    }
}
*/
.price_list {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
}
.price_list > div {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  border-bottom: 1px solid #ccc;
  align-items: center;
}
.price_list > div:first-child {
  font-weight: 700;
  font-size: 0.8rem;
}
.price_list > div > div {
  width: 15%;
  text-align: center;
}
.price_list > div > div:first-child {
  width: 55%;
  text-align: left;
}

#footer {
  padding: 30px;
  background: rgb(92, 81, 157);
  background: linear-gradient(90deg, rgb(92, 81, 157) 0%, rgb(201, 35, 125) 100%);
  color: rgba(255, 255, 255, 0.9);
  background-repeat: repeat;
  margin-top: 60px;
}
#footer .quickcontact {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 767px) {
  #footer .quickcontact {
    flex-direction: column;
    text-align: center;
  }
}
#footer .quickcontact a {
  color: rgba(255, 255, 255, 0.7);
  text-decoration: none;
  transition: color 0.4s ease-in-out;
}
#footer .quickcontact a:hover {
  color: #ededed;
}
#footer .quickcontact .copyright {
  text-align: center;
  padding: 10px 0 0;
}
@media (min-width: 768px) {
  #footer .quickcontact .copyright a {
    color: rgb(255, 255, 255);
  }
  #footer .quickcontact .copyright a:hover {
    color: rgb(92, 81, 157);
  }
  #footer .quickcontact .copyright a::before {
    content: "|";
    padding-left: 5px;
    padding-right: 5px;
    display: inline-block;
    color: rgba(255, 255, 255, 0.7);
  }
  #footer .quickcontact .copyright a:hover::before {
    color: rgba(255, 255, 255, 0.7);
  }
}
@media (max-width: 767px) {
  #footer .quickcontact .copyright a {
    display: block;
  }
}

.back-to-top {
  position: fixed;
  bottom: 130px;
  right: 10px;
  color: rgb(255, 255, 255) !important;
  background-color: rgb(92, 81, 157);
  display: none;
  font-size: 40px;
  height: 40px;
  left: auto;
  line-height: 40px;
  margin: 0;
  text-align: center;
  top: auto;
  width: 40px;
  z-index: 8000;
  opacity: 0.7;
  transition: all 0.4s ease-in-out;
}

.back-to-top:hover {
  opacity: 1;
}

#socialmedia_box {
  position: fixed;
  top: 200px;
  right: 0;
  padding: 0;
  margin: 0;
  display: block;
  margin: 0;
  padding: 0;
  z-index: 10;
}
@media (max-width: 767px) {
  #socialmedia_box {
    display: none;
  }
}
#socialmedia_box li {
  list-style-type: none;
  position: relative;
}
#socialmedia_box li a {
  display: inline-block;
  width: 60px;
  height: 40px;
  text-align: center;
  color: rgb(255, 255, 255);
  background-color: #ccc;
  line-height: 40px;
  font-size: 26px;
  padding-right: 20px;
  position: relative;
  right: -20px;
  text-decoration: none;
  transition: all 0.4s ease-in-out;
}
#socialmedia_box li a:hover {
  right: 0;
}
#socialmedia_box li a.snapchat {
  background-color: #ffa800;
}
#socialmedia_box li a.facebook {
  background-color: #305891;
}
#socialmedia_box li a.twitter {
  background-color: #2CA8D2;
}
#socialmedia_box li a.instagram {
  background-color: #125688;
  background: radial-gradient(circle farthest-corner at 32% 106%, rgb(255, 225, 125) 0%, rgb(255, 205, 105) 10%, rgb(250, 145, 55) 28%, rgb(235, 65, 65) 42%, transparent 82%), linear-gradient(135deg, rgb(35, 75, 215) 12%, rgb(195, 60, 190) 58%);
}
#socialmedia_box li a.youtube {
  background-color: #FF0004;
}
#socialmedia_box li a.pinterest {
  background-color: #C82828;
}
#socialmedia_box li a.flickr {
  background-color: #FF0084;
}
#socialmedia_box li a.vimeo {
  background-color: #1AB7EA;
}
#socialmedia_box li a.linkedin {
  background-color: #000000;
}
#socialmedia_box li a.wordpress {
  background-color: #F3F3F1;
}

/***** cookieinfo ******/
#cookieinfo {
  position: fixed;
  font-size: 12px;
  left: 50%;
  margin-left: -210px;
  bottom: 0;
  z-index: 1000;
  text-align: center;
  color: rgb(255, 255, 255);
  background-color: #3a3360;
  min-height: 30px;
  line-height: normal;
  padding: 25px 15px 15px;
  width: 420px;
  display: none;
}
@media (max-width: 479px) {
  #cookieinfo {
    left: 0;
    right: 0;
    margin: 0;
    padding: 25px 15px 15px;
    width: 100%;
  }
}
#cookieinfo span {
  display: block;
}
#cookieinfo .closeinfo {
  display: inline-block;
  margin: 0;
  position: absolute;
  left: 50%;
  margin-left: -20px;
  top: -20px;
}
#cookieinfo .closeinfo span {
  display: inline-block;
  font-size: 20px;
  color: rgb(255, 255, 255);
  text-align: center;
  text-decoration: none;
  background-color: #991b5e;
  clear: both;
  float: none;
  padding: 0;
  margin: 0 auto;
  width: 40px;
  line-height: 40px;
  border-radius: 0;
  transition: all 0.4s ease-in-out;
}
#cookieinfo .closeinfo span:hover {
  color: rgb(255, 255, 255);
  background-color: rgb(92, 81, 157);
}

#fitweird {
  z-index: 9000;
}

#ban {
  padding-top: 10px;
  padding-bottom: 30px;
}
#ban img {
  display: block;
  width: 100%;
  margin-top: 10px;
}

.form table {
  width: 100%;
  border-collapse: collapse;
  border: 1px solid rgb(199, 199, 199);
}
.form table tr td {
  border: 1px solid rgb(199, 199, 199);
}
.form table tr th {
  border: 1px solid rgb(199, 199, 199);
}
.form table tr th[scope=col] {
  width: 60px;
  font-size: 0.9rem;
  font-weight: 700;
  text-align: center;
  line-height: 16px;
  text-align: center;
  vertical-align: middle;
  padding: 10px 0;
}
.form fieldset {
  margin-bottom: 48px;
}
.form fieldset legend {
  font-weight: 700;
}
.form fieldset .input-group {
  padding-top: 10px;
}
.form fieldset input[type=text] {
  padding: 5px;
  width: 100%;
}
.form fieldset textarea {
  width: 100%;
  padding: 5px;
  margin-top: 5px;
}
.form button {
  background-color: rgb(92, 81, 157);
  border-style: none;
  box-sizing: border-box;
  color: #FFFFFF;
  cursor: pointer;
  display: inline-block;
  font-size: 14px;
  font-weight: 500;
  height: 40px;
  line-height: 20px;
  list-style: none;
  margin: 0;
  outline: none;
  padding: 10px 30px;
  position: relative;
  text-align: center;
  text-decoration: none;
  transition: color 100ms;
  vertical-align: baseline;
  -moz-user-select: none;
       user-select: none;
  -webkit-user-select: none;
  touch-action: manipulation;
}
.form button:hover {
  background-color: rgb(201, 35, 125);
}

#send {
  background-color: green;
  color: white;
  text-align: center;
  padding: 30px;
}

#skargi-wnioski input[type=email],
#skargi-wnioski input[type=tel],
#skargi-wnioski input[type=text],
#skargi-wnioski input[type=number] {
  padding: 5px;
  width: 100%;
}
#skargi-wnioski .input-group--inline {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding-top: 0;
  margin-left: 24px;
}
#skargi-wnioski .input-group--inline input[type=number] {
  width: auto;
}
#skargi-wnioski .hint {
  display: block;
  font-size: 0.9rem;
  color: #595959;
  margin-top: 4px;
}
#skargi-wnioski .hp-field {
  position: absolute;
  left: -9999px;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

.rodo-note {
  margin-bottom: 48px;
  font-size: 0.9rem;
  border: 1px solid rgb(199, 199, 199);
  padding: 12px 16px;
}
.rodo-note summary {
  cursor: pointer;
  font-weight: 700;
}
.rodo-note ol {
  list-style: decimal;
  padding-left: 1.4rem;
  margin-top: 10px;
}
.rodo-note li {
  margin-bottom: 6px;
}
.rodo-note p {
  margin-top: 10px;
}/*# sourceMappingURL=style.css.map */