@import url('https://fonts.googleapis.com/css2?family=Gregoria&display=swap');

html {
  font-size: 10px;
}

.nazwa_firmy
{
  font-size: 60px;
  font-family: 'Gregoria', serif;
  margin-right: 100px;
  color: rgb(0, 253, 255);
}
.nazwa_firmy2
{
  font-size: 35px;
  font-family: 'Gregoria', serif;
  margin-left: 20px;
  color: rgb(0, 253, 255);
}

.xx
{
  font-size: 1.8rem;
}
@font-face {
  font-family: Myriad;
  src: url("../img/font/MyriadPro-Regular.woff2") format("woff2"), url("../img/font/MyriadPro-Regular.woff") format("woff"), url("../img/font/MyriadPro-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}

body {
  margin: 0px;
  font-family: Myriad, Arial, Helvetica, sans-serif;
  background: rgb(255, 255, 255);
  overflow-x: hidden;
}

a {
  text-decoration: none;
  color: rgb(0, 0, 0);
}

a:hover {
  text-decoration: underline;
  color: rgb(169, 24, 24);
}

h1 {
  color: rgb(47, 43, 28);
}

select {
  outline: none;
  color: rgb(81, 81, 81);
  padding: 8px 0px 8px 4px;
  font-size: 1.6rem;
  border-width: 1px 1px 2px;
  border-style: solid;
  border-color: rgb(231, 231, 231) rgb(231, 231, 231) rgb(227, 0, 1);
  border-image: initial;
  font-family: Myriad;
}

.header-wrapper {
  width: 1250px;
  margin: 0px auto;
  position: relative;
}

.header-wrapper-top {
  display: flex;
  padding: 35px 20px;
  align-items: center;
  justify-content: space-between;
}

.x {
  color: black;
  font-size: 1.7rem;
}

.header-wrapper-bottom {
  padding: 0px 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.header {
  background: white;
}

.top-info ul {
  display: flex;
}

.imgBox {
  position: relative;
  overflow: hidden;
  float: left;
  border: 1px solid rgb(213, 213, 213);
  margin: 0px 20px 25px 0px !important;
}

.CMSArticle .CMSArticleContent .imgBox img {
  display: block;
  margin: 0px !important;
}

.top-info li {
  font-size: 2.5rem;
  text-align: center;
  display: flex;
  align-items: center;
  margin-left: 40px;
}

.top-info li a {
  color: rgb(0, 0, 0);
}

.imgBox span {
  position: absolute;
  bottom: 0px;
  left: 0px;
  right: 0px;
  margin: 100% 0px 0px;
  padding: 10px;
  font-size: 1.2rem;
  text-align: center;
  background: rgba(0, 0, 0, 0.5);
  color: rgb(255, 255, 255);
}

#top_menu {
  display: flex;
  align-items: center;
}

#top_menu #mainmenu a {
  display: block;
  padding: 10px;
  text-transform: uppercase;
  font-size: 1.5rem;
  font-weight: bold;
  line-height: 20px;
  color: rgb(0, 0, 0);
}

#top_menu #mainmenu .sf-sub-indicator {
  display: none;
}

#top_menu #mainmenu > li:hover > a {
  color: rgb(227, 0, 1);
}

#top_menu #mainmenu > li {
  float: left;
  position: relative;
}

#top_menu #mainmenu > li > ul {
  padding: 10px 15px 15px;
  position: absolute;
  top: 38px;
  display: none;
  box-shadow: black 0px 1px 4px;
  z-index: 484948849;
  background: white;
  border-top: 2px solid rgb(227, 0, 1);
  text-align: left;
  right: 100%;
}

#top_menu #mainmenu > li > ul li {
  padding: 0px;
}

#top_menu #mainmenu > li > ul li a {
  display: block;
  border-bottom: 1px solid rgb(232, 232, 232);
  font-size: 1.3rem;
  line-height: 27px;
  white-space: nowrap;
  color: rgb(0, 0, 0);
}

#top_menu #mainmenu > li > ul li:hover a {
  color: rgb(227, 0, 1);
}

#top_menu #mainmenu > li > ul li a span {
  display: block;
}

#top_menu #mainmenu > li > ul li:hover a span {
  display: block;
}

#top_menu #mainmenu a.active {
  color: rgb(227, 0, 1);
}

#content {
  color: rgb(105, 105, 105);
  width: 1250px;
  position: relative;
  background: white;
  margin: -140px auto 0px;
}

#content::before {
  content: "";
  width: 359px;
  height: 396px;
  background: url("../img/bgleft.webp") no-repeat;
  z-index: 1;
  position: absolute;
  left: -359px;
  top: 140px;
}

#content::after {
  content: "";
  width: 359px;
  height: 396px;
  background: url("../img/bgright.webp") no-repeat;
  z-index: 1;
  position: absolute;
  right: -360px;
  top: 140px;
}

.map {
  margin-bottom: 35px;
  margin-top: 60px;
  box-shadow: rgba(0, 0, 0, 0.47) 0px 1px 10px 0px;
}

#template {
  margin: 0px;
  box-shadow: rgba(0, 0, 0, 0.47) 0px 1px 10px 0px;
  z-index: 100;
  position: relative;
  padding-top: 15px;
  padding-bottom: 30px;
}

.CMSArticle {
  margin-bottom: 20px;
  background: white;
}

.rawArticle .CMSArticle {
  border: 0px;
  padding: 0px;
  margin: 0px 0px 20px;
}

.CMSArticle .CMSArticleTitle {
  margin: 0px 0px 15px;
  line-height: 32px;
  font-size: 3.2rem;
  color: black;
}

.CMSAggregator .aggregator_header .aggregator_title {
  margin: 8px 0px 20px;
  font-size: 3rem;
  line-height: 30px;
  color: rgb(55, 55, 55);
}

.CMSArticle blockquote::before {
  content: "";
  position: absolute;
  top: 0px;
  left: -77px;
  height: 100%;
  width: 59px;
  background: url("../img/blockquote.webp") 2px center no-repeat;
}

.note {
  color: white;
  background: rgb(228, 0, 1);
  padding: 10px;
  position: absolute;
  font-weight: bold;
  bottom: 0px;
  right: 0px;
  height: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 0px !important;
}

.footer-wrapper-top, .footer-wrapper-bottom {
  display: flex;
  padding: 0px 20px;
}

.footer-img img {
  height: 50px;
}

.color_footer {
  color: black;
}

.copy p {
  font-size: 1.6rem;
  line-height: 27px;
  color: rgb(43, 43, 43);
  font-weight: bold;
  margin: 0px 30px;
}

.footer-links ul {
  display: flex;
}

.footer-links ul li {
  list-style-image: url("../img/bullet.webp");
  margin: 0px 15px;
}

.footer-left {
  margin-left: 30px;
}

.footer-left, .footer-right {
  border-left: 2px solid rgba(255, 255, 255, 0.43);
  padding-left: 30px;
  margin-right: 55px;
}

.footer-wrapper-bottom {
  display: flex;
  align-items: baseline;
}

.footer-left div, .footer-right div {
  padding-bottom: 20px;
}

.footer-left div p, .footer-right div p {
  font-size: 1.8rem;
  color: rgb(0 0 0);
  line-height: 25px;
}

.line {
  background: rgb(228, 0, 1);
  width: 70px;
  height: 2px;
}

#mainMenu {
  display: none;
  position: absolute;
  top: 120px;
  right: 0px;
  width: auto;
  z-index: 156561156;
  background: transparent;
}

.sf-menu {
  display: flex;
  flex-direction: column;
  background: white;
  padding: 10px;
  border-top: 2px solid rgb(227, 0, 1);
  box-shadow: black 0px 1px 4px;
}

.sf-menu li {
  text-align: left;
}

#top_menu #mainmenu > li {
  border-bottom: 1px solid rgb(232, 232, 232);
}

.CMSArticle .CMSArticleAuthor {
  margin: 0px 0px 5px;
  font-size: 1rem;
  display: none;
}

.CMSArticle .CMSArticleCrtDate {
  margin: 0px 0px 10px;
  font-size: 1rem;
  display: none;
}

.CMSArticle .CMSArticleLead {
  font-size: 1.4rem;
  line-height: 20px;
  color: rgb(161, 161, 161);
}

.CMSArticle .CMSArticleContent {
  line-height: 18px;
  color: rgb(33, 33, 33);
}

.CMSArticle .CMSArticleContent h3 {
  margin: 30px 0px 5px;
  line-height: 22px;
  font-size: 2.2rem;
  color: rgb(12, 103, 239);
  font-weight: bold;
}

.CMSArticle .CMSArticleContent h4 {
  margin: 20px 0px 5px;
  font-size: 1.9rem;
  line-height: 27px;
  color: rgb(43, 43, 43);
  font-weight: bold;
}

.CMSArticle .CMSArticleContent h5 {
  margin: 30px 0px 5px;
  font-size: 2.5rem;
  line-height: 27px;
  color: rgb(12, 103, 239);
  font-weight: bold;
}

.CMSArticle .CMSArticleLead a {
  text-decoration: underline;
  color: rgb(0, 0, 0);
}

.CMSArticle .CMSArticleContent a {
  text-decoration: underline;
  color: rgb(0, 0, 0);
}

.CMSArticle .CMSArticleContent img {
  margin-bottom: 10px;
}

.CMSArticle .CMSArticleLead a:hover {
  text-decoration: none;
}

.CMSArticle .CMSArticleContent a:hover {
  text-decoration: none;
}

.CMSArticle .CMSArticleLead strong {
  font-weight: bold;
}

.CMSArticle .CMSArticleContent strong {
  font-weight: bold;
}

.CMSArticle .CMSArticleLead em {
  font-style: italic;
}

.CMSArticle .CMSArticleContent em {
  font-style: italic;
}

.CMSArticle .CMSArticleLead ul {
  margin: 10px 0px;
}

.CMSArticle .CMSArticleContent ul {
  margin: 10px 0px 10px 15px;
  padding: 0px;
  clear: left;
}

.CMSArticle .CMSArticleLead ol {
  margin: 10px 0px;
}

.CMSArticle .CMSArticleContent ol {
  margin: 10px 0px;
}

.CMSArticle .CMSArticleLead ul li {
  padding: 0px 0px 4px 20px;
}

.CMSArticle .CMSArticleContent ul li {
  list-style-type: square;
  font-size: 1.9rem;
  line-height: 20px;
  color: rgb(43, 43, 43);
  padding: 7px 0px;
  margin-left: 30px;
  list-style-image: url("../img/bullet.webp");
}

.CMSArticle .CMSArticleLead ol li {
  padding: 0px 0px 4px 20px;
}

.CMSArticle .CMSArticleContent ol li {
  padding: 0px 0px 4px 20px;
}

.CMSArticle .CMSArticleLead p {
  overflow: hidden;
  font-size: 1.9rem;
  line-height: 27px;
  color: rgb(103, 103, 103);
  margin-bottom: 30px;
}

.CMSArticle .CMSArticleContent p {
  margin-bottom: 10px;
  font-size: 1.9rem;
  line-height: 27px;
  color: rgb(43, 43, 43);
}

.CMSArticle .CMSArticleContent hr {
  margin: 10px 10%;
  border-top: none;
  border-right: none;
  border-left: none;
  border-image: initial;
  border-bottom: 1px solid rgb(79, 79, 79);
}

.CMSArticleAttachments {
  padding: 0px 15px 15px;
  margin-top: -15px;
  font-size: 1.9rem;
}

.CMSArticleAttachments a {
  font-size: 1.9rem;
  margin-right: 6px;
  text-transform: lowercase;
  background: url("../img/download.webp") 0px 50% / 16px no-repeat transparent;
  padding-left: 20px;
}

.CMSArticleAttachments a:hover {
  text-decoration: underline;
}

td {
  font-size: 1.9rem;
  line-height: 27px;
  color: rgb(43, 43, 43);
}

.table1 td {
  border: 1px solid rgb(201, 201, 201);
}

.table1 {
  border: 1px solid rgb(201, 201, 201);
}

.CMSArticleAttachment {
  margin-bottom: 5px;
  padding: 2px 0px 2px 8px;
}

.CMSArticleAttachment img {
  display: none;
}

.CMSArticle .CMSArticlePages {
  margin-bottom: 10px;
}

.CMSArticle .CMSArticlePages a {
  margin-left: 2px;
}

.CMSArticle .CMSArticlePages a.current {
  font-weight: bold;
}

.cmsModuleMenuVertical h3 {
  margin: 0px;
  line-height: 36px;
  font-size: 3.2rem;
  color: black;
}

.CMSAggregator {
  background: white;
  margin: 0px 0px 20px;
}

.CMSModule {
  padding: 20px;
}

.CMSAggregator .aggregator_title {
  margin: 8px 0px 20px;
  font-size: 3.2rem;
  line-height: 30px;
  color: rgb(99, 99, 99);
}

.CMSAggregator .aggregator_header .aggregator_pagination {
  display: none;
}

.CMSAggregator .entry {
  border-bottom: 1px dashed rgb(161, 161, 161);
  margin: 0px 0px 13px;
  padding: 0px 0px 13px;
}

.CMSAggregator .entryheader .dateline {
  font-size: 1.2rem;
  color: rgb(139, 138, 138);
}

.CMSAggregator .entryheader h4 {
  margin: 0px 0px 15px;
  line-height: 26px;
  font-size: 2.2rem;
}

.CMSAggregator .entryheader h4 a {
  color: rgb(0, 0, 0);
  text-decoration: underline;
}

.CMSAggregator .entryheader h4 a:hover {
  text-decoration: none;
}

.CMSAggregator .entrycontent {
  margin-bottom: 5px;
  display: inline-block;
  width: 100%;
  font-size: 1.7rem;
  line-height: 27px;
  color: rgb(103, 103, 103);
}

.CMSAggregator .entrycontent img {
  display: block;
  max-width: 100%;
  margin: 0px 0px 10px;
}

.CMSAggregator .continue {
  text-align: right;
}

.CMSAggregator .continue {
  overflow: auto;
}

.CMSAggregator .continue a {
  float: right;
  color: white;
  background: rgb(0, 0, 0);
  padding: 5px 10px;
  font-weight: bold;
  border-radius: 5px;
}

.CMSAggregator .continue a:hover {
  opacity: 0.8;
}

.cmsModuleMenuVertical {
  margin: 0px 0px 20px;
}

.cmsModuleMenuVertical ul {
  padding-top: 15px;
}

.cmsModuleMenuVertical ul > li:first-child {
  margin: 0px;
}

.cmsModuleMenuVertical a {
  display: block;
  width: 100%;
  margin: 0px auto;
  font-size: 1.6rem;
  line-height: 20px;
  color: rgb(0, 0, 0);
  padding: 10px 0px;
  text-decoration: none;
}

.cmsModuleMenuVertical a:hover {
  text-decoration: underline;
}

.cmsModuleMenuHorizontal {
  margin-bottom: 10px;
}

.cmsModuleMenuHorizontal h3 {
  margin: 0px 0px 12px;
  line-height: 1.2;
  font-weight: bold;
  font-size: 1.2rem;
  font-family: Arial, Helvetica, sans-serif;
  color: rgb(232, 232, 232);
}

.cmsModuleMenuHorizontal li {
  display: inline;
  margin-right: 10px;
  line-height: 1.5;
  padding-left: 7px;
}

.cmsModuleMenuHorizontal li a {
  color: rgb(0, 0, 0);
  text-decoration: underline;
}

.cmsModuleMenuHorizontal li a:hover {
  text-decoration: none;
}

form td img {
  width: 50%;
}

.inslider-wrapper div {
  height: 100%;
  position: relative;
}

.inslider-wrapper:hover .note {
  background: rgb(228, 0, 1);
}

.items div {
  float: left;
  position: relative;
  zoom: 1; height: 624px;
}

.tooltip {
  display: none;
}

.breadcrumb-wrapper {
  width: 1250px;
  margin: auto;
}

.go-top {
  border-bottom: 1px solid grey;
  padding: 50px 15px 15px;
  background: white;
}

.go-top .image {
  text-decoration: none !important;
}

.go-top a {
  text-decoration: underline;
  font-size: 1.5rem;
  margin-right: 30px;
}

.go-top a:hover {
  text-decoration: none;
}

.breadcrumbs {
  display: flex;
  align-items: baseline;
  background: white;
  padding: 35px 15px 50px;
}

.breadcrumbs li {
  padding-left: 10px;
  padding-right: 30px;
  margin-right: 10px;
  font-size: 1.5rem;
  background: url("../img/arr.webp") right center no-repeat;
}

.breadcrumbs li:first-child {
  background: none;
}

.CMSArticle blockquote {
  margin: 0px 10px 25px 90px;
  padding: 15px;
  font-size: 1.1rem;
  border-left: 2px solid rgba(183, 183, 183, 0.43);
  position: relative;
}

.CMSArticle blockquote a {
  font-size: 1.9rem;
  line-height: 27px;
  color: rgb(12, 103, 239);
}

.CMSArticle blockquote p {
  font-size: 1.9rem !important;
  line-height: 27px !important;
  color: rgb(12, 103, 239) !important;
}

.breadcrumbs li:last-child {
  background: none;
}

.breadcrumbs .bread-label, .breadcrumbs li {
  float: left;
}

.breadcrumbs li a {
  text-decoration: underline;
  color: rgb(0, 0, 0);
}

.breadcrumbs li a:hover {
  text-decoration: none;
}

.breadcrumbs .bread-label {
  color: rgb(180, 180, 180);
}

.breadcrumbs a {
  color: rgb(0, 0, 0);
  font-weight: bold;
}

.breadcrumbs li.first {
  display: none;
}

.breadcrumbs li.first a {
  display: block;
  padding: 24px 0px 0px;
  overflow: hidden;
  height: 0px;
  width: 18px;
}

.CMSArticle .CMSArticleContent .imgBox img {
  display: block;
  margin: 0px !important;
}

.tip img {
  width: 100vw;
  height: 550px;
}

.border-bottom {
  border-bottom: 2px solid rgb(226, 223, 223);
}

.header-line {
  height: 1px;
  width: 100%;
  background: rgba(183, 183, 183, 0.43);
}

.inslider-wrapper {
  position: absolute;
  height: 230px;
  width: 500px;
  text-align: left;
  color: rgba(255, 255, 255, 0.86);
  padding: 20px;
  z-index: 1000;
  background: rgba(0, 0, 0, 0.61);
  left: 17%;
  top: 10%;
}

.inslider-wrapper h3 {
  margin-bottom: 8px;
  font-size: 3.2rem;
  line-height: 35px;
  color: rgb(208, 208, 208);
  font-weight: bold;
}

.inslider-wrapper p {
  font-size: 1.6rem;
  margin-bottom: 15px;
  line-height: 24px;
  color: rgb(198, 198, 198);
}

embed {
  width: 100% !important;
}

.rawArticle .CMSArticle .CMSArticleContent {
  padding: 0px;
}

.rawArticle .CMSArticle .CMSArticleTitle {
  padding-left: 0px;
}

.footer-wrapper {
  width: 1250px;
  margin: 0px auto;
  display: flex;
  flex-direction: column;
}

.dark {
  background: rgb(0, 253, 255);
  opacity: 0.9;
}

.footer {
  width: 100%;
  padding: 40px 0px;
  margin: 0px;
}

.footer-wrapper a {
  font-size: 1.8rem;
  line-height: 15px;
  color: rgb(0 0 0);
}

a.ccc {
  color: black;
}

.ccc {
  color: rgb(0, 0, 0);
}

.kkk {
  color: rgb(255, 255, 255);
}

.footer-wrapper a:hover {
  text-decoration: underline;
}

.CMSComments {
  background: rgb(237, 237, 237);
  margin-bottom: 20px;
}

.CMSCommentsContent {
  padding: 10px 15px;
}

.CMSCommentsSpacer {
  display: none;
}

.com .CMSModule .CMSComments form {
  padding: 10px 15px;
}

form strong {
  background: transparent;
  font-size: 1.6rem;
  font-weight: 700;
  display: block;
  padding-bottom: 8px;
  color: rgb(81, 81, 81) !important;
}

form td a strong {
  color: rgb(0, 0, 0) !important;
}

.CMSFormRow {
  margin: 12px 0px;
}

.CMSFormMessageValidationFailure a {
  color: red;
  font-size: 2.5rem;
}

input[type="text"] {
  width: 100%;
  outline: none;
  color: rgb(81, 81, 81);
  padding: 8px 0px 8px 4px;
  font-size: 1.6rem;
  border-width: 1px 1px 2px;
  border-style: solid;
  border-color: rgb(231, 231, 231) rgb(231, 231, 231) rgb(227, 0, 1);
  border-image: initial;
  font-family: Arial, sans-serif;
}

input[type="text"]:focus {
  border-width: 1px 1px 2px;
  border-style: solid;
  border-color: rgb(227, 0, 1);
  border-image: initial;
}

textarea:focus {
  border-width: 1px 1px 2px;
  border-style: solid;
  border-color: rgb(227, 0, 1);
  border-image: initial;
}

textarea {
  outline: none;
  color: rgb(81, 81, 81);
  height: 50px;
  width: 100%;
  resize: vertical;
  padding: 8px 0px 8px 4px;
  border-width: 1px 1px 2px;
  border-style: solid;
  border-color: rgb(231, 231, 231) rgb(231, 231, 231) rgb(227, 0, 1);
  border-image: initial;
  font-size: 1.6rem;
  font-family: Arial, sans-serif;
}

.CMSCommentsHoneypot {
  display: none;
}

.CMSFormSubmit input[type="submit"], .CMSComments input[type="submit"] {
  cursor: pointer;
  border: none;
  font-family: Arial, sans-serif;
  zoom: 1; color: white;
  font-weight: 700;
  text-decoration: none;
  display: inline-block;
  padding: 10px 34px 10px 23px;
  background: url("../img/send.webp") 186px 10px / 18px no-repeat rgb(227, 0, 1);
  font-size: 1.8rem;
}

.CMSFormSubmit input[type="submit"]:hover {
  opacity: 0.8;
}

.CMSComments input[type="submit"]:hover {
  opacity: 0.8;
}

.CMSComment p:first-child {
  padding: 4px 15px;
  color: white;
  text-align: right;
  background: rgb(104, 144, 41);
}

.CMSMessage a {
  color: red;
  text-decoration: none;
  font-size: 1.8rem;
}

.CMSComment p:last-child {
  background: white;
  padding: 10px 15px;
  text-align: left;
}

.CMSComment p a {
  float: left;
  font-size: 2rem;
  color: white;
  text-decoration: none;
}

.CMSModule > .CMSFormLabel {
  margin: 0px 0px 15px;
  padding: 15px;
  line-height: 32px;
  font-size: 3rem;
  color: rgb(255, 255, 255);
  background: rgb(73, 73, 73);
}

.CMSFormLead {
  margin-bottom: 10px;
  line-height: 26px;
  font-size: 1.6rem;
  color: rgb(81, 81, 81);
}

.form .CMSModule form {
  background: rgb(237, 237, 237);
  padding: 10px 15px;
}

.CMSFormTable {
  width: 100%;
}

.CMSFormTable tbody {
  display: grid;
  grid-template-columns: 48% 48%;
  column-gap: 4%;
}

.CMSFormRow > .CMSFormFieldLabel {
  background: transparent;
  padding: 0px;
  font-size: 1.8rem;
  display: flex;
  color: black !important;
}

td.CMSFormDetail.CMSFormFieldBody {
  display: block;
}

td.CMSFormDetail.CMSFormLabel {
  display: flex;
}

td.CMSFormDetail.CMSFormField {
  display: block;
}

.footer-left div:last-child, .footer-right div:last-child {
  padding: 0px;
}

.bold {
  margin-bottom: 5px;
  font-size: 2rem !important;
  line-height: 15px !important;
  color: rgb(255, 255, 255) !important;
  font-weight: bold !important;
}

.CMSFormHoneypot {
  display: none;
}

.custom-file-input input {
  visibility: hidden;
  width: 100px;
}

#uploadFile {
  top: 5px;
  left: 85px;
  position: absolute;
  display: inline-block;
}

.mystyle {
  position: relative;
}

.custom-file-input {
  display: inline-block;
  position: relative;
  color: rgb(83, 62, 0);
}

.custom-file-input::before {
  content: "Wybierz";
  zoom: 1; font-size: 1.3rem;
  position: absolute;
  cursor: pointer;
  border: none;
  font-family: Myriad;
  color: white;
  font-weight: 700;
  text-decoration: none;
  display: inline-block;
  padding: 5px 15px;
  background: rgb(227, 0, 1);
}

.form {
  margin-bottom: 20px;
}

.CMSFormMessageSuccess {
  background: rgba(24, 155, 0, 0.4);
  padding: 10px 15px;
  font-size: 1.8rem;
  margin-bottom: 20px;
}

.CMSFormMessageSuccess a {
  display: block;
  font-size: 1.8rem;
  color: rgb(0, 0, 0);
  text-decoration: none;
  padding: 10px 0px;
}

.CMSFormMessageGdprFailure {
  font-size: 1.8rem;
  color: rgb(51, 51, 51);
  background: rgba(255, 0, 0, 0.22);
  zoom: 1; padding: 10px 15px;
  line-height: 1.1;
}

.CMSFormMessageGdprFailure a {
  color: rgb(0, 0, 0);
  text-decoration: none;
  font-size: 1.8rem;
}

.CMSFormMessageValidationFailure {
  font-size: 1.8rem;
  color: rgb(51, 51, 51);
  background: rgba(255, 0, 0, 0.22);
  zoom: 1; padding: 10px 15px;
  line-height: 1.1;
}

.color-link {
  color: rgb(0, 0, 0);
  text-decoration: underline;
}

.CMSFormMessageValidationFailure a {
  color: red;
  text-decoration: none;
  font-size: 1.8rem;
}

.CMSFormRow:nth-child(n+5) {
  grid-column: 1 / 3;
}

.CMSFormRow:nth-child(n+5) .CMSFormField {
  display: flex;
  flex-wrap: wrap;
}

.CMSFormRow:nth-child(n+12) p {
  width: 100%;
}

.CMSFormRow:nth-child(17) {
  margin: 0px auto 10px;
}

.CMSFormRow:nth-child(n+5) .CMSFormField p {
  margin-top: 7px;
  display: flex;
  align-items: baseline;
  width: 100%;
}

.CMSFormInvalidField input, .CMSFormInvalidField textarea {
  border-width: 1px 1px 2px;
  border-style: solid;
  border-color: red;
  border-image: initial;
}

a.top {
  position: absolute;
  bottom: 20px;
  margin-top: 20px;
  left: 20px;
  display: flex;
  font-size: 1.5rem;
  color: rgb(161, 161, 161);
  z-index: 101;
}

.additionallink {
  font-size: 2.2rem;
  text-decoration: underline;
}

.additionallink:hover {
  text-decoration: none;
}

a.top img {
  margin-right: 5px;
}

.burger {
  cursor: pointer;
}

.bar1, .bar2, .bar3 {
  width: 35px;
  height: 5px;
  background-color: rgb(227, 0, 1);
  margin: 6px 0px;
  transition: all 0.4s ease 0s;
}

.change .bar1 {
  transform: rotate(-45deg) translate(-9px, 6px);
}

.change .bar2 {
  opacity: 0;
}

.change .bar3 {
  transform: rotate(45deg) translate(-8px, -8px);
}

.slide-item {
  width: 100%;
}

.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  user-select: none;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0px;
  padding: 0px;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
}

.slick-slider .slick-track, .slick-slider .slick-list {
  transform: translate3d(0px, 0px, 0px);
}

.slick-track {
  position: relative;
  top: 0px;
  left: 0px;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.slick-track::before, .slick-track::after {
  display: table;
  content: "";
}

.slick-track::after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  display: none;
  float: left;
  height: 624px;
  min-height: 1px;
}

.slick-slide a {
  display: flex;
  height: 100%;
}

[dir="rtl"] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
  width: 100%;
}

.note #arrow {
  margin-left: 2px;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

.slick-prev, .slick-next {
  font-size: 0px;
  line-height: 0;
  position: absolute;
  top: 50%;
  display: block;
  width: 140px;
  padding: 0px;
  transform: translate(0px, -50%);
  cursor: pointer;
  color: transparent;
  border: none;
  outline: none;
  z-index: 12;
  background: transparent;
}

.slick-prev:hover, .slick-prev:focus, .slick-next:hover, .slick-next:focus {
  color: transparent;
  outline: none;
  background: transparent;
}

.slick-prev:hover::before, .slick-prev:focus::before, .slick-next:hover::before, .slick-next:focus::before {
  opacity: 1;
}

.slick-prev.slick-disabled::before, .slick-next.slick-disabled::before {
  opacity: 0.25;
}

.slick-prev::before, .slick-next::before {
  font-size: 14rem;
  line-height: 1;
  opacity: 0.75;
  color: white;
  -webkit-font-smoothing: antialiased;
}

.slick-prev {
  left: 140px;
}

.slick-prev::before {
  content: "⬅";
}

.slick-next {
  right: 140px;
}

.slick-next::before {
  content: "⮕";
}

.slick-dotted.slick-slider {
  margin-bottom: 30px;
}

.slick-dots {
  position: absolute;
  bottom: -25px;
  display: block;
  width: 100%;
  padding: 0px;
  margin: 0px;
  list-style: none;
  text-align: center;
}

.slick-dots li {
  position: relative;
  display: inline-block;
  width: 20px;
  height: 20px;
  margin: 0px 5px;
  padding: 0px;
  cursor: pointer;
}

.slick-dots li button {
  font-size: 0px;
  line-height: 0;
  display: block;
  width: 20px;
  height: 20px;
  padding: 5px;
  cursor: pointer;
  color: transparent;
  border: 0px;
  outline: none;
  background: transparent;
}

.slick-dots li button:hover, .slick-dots li button:focus {
  outline: none;
}

.slick-dots li button:hover::before, .slick-dots li button:focus::before {
  opacity: 1;
}

.slick-dots li button::before {
  font-size: 0.6rem;
  line-height: 20px;
  position: absolute;
  top: 0px;
  left: 0px;
  width: 20px;
  height: 20px;
  content: "â€¢";
  text-align: center;
  opacity: 0.25;
  color: black;
  -webkit-font-smoothing: antialiased;
}

.slick-dots li.slick-active button::before {
  opacity: 0.75;
  color: black;
}

.flex {
  display: flex !important;
}

.text-color {
  color: rgb(255, 255, 255) !important;
}

.burger-top {
  display: none;
}

.rf {
  color: rgb(0, 0, 0);
  font-size: 1.9rem;
}

.inquise-video-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0px;
  overflow: hidden;
  max-width: 100%;
}

.inquise-video-container iframe, .inquise-video-container object, .inquise-video-container embed {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
}

.menu2 .cmsModuleMenuVertical a {
  font-size: 1.9rem;
  line-height: 20px;
  padding: 15px 0px;
  color: rgb(0, 0, 0);
  border-bottom: 1px solid rgba(183, 183, 183, 0.43);
}
@media  (min-width: 767px) {


.nazwa_firmy2
{
  display: none;
}
}

@media (max-width: 1250px) {
  .scrollable .items img {
      width: 1250px;
      object-fit: contain;
      object-position: center top;
  }


  .menu_container, footer, .header, .slider-wrap {
      width: 1250px;
  }

  #content::after, #content::before, .slick-prev, .slick-next {
      display: none !important;
  }
}

@media (max-width: 768px) {
  .burger {
      display: inline-block;
  }

  #breadcrumbMenuUl {
      display: flex;
      flex-direction: column;
  }

  .breadcrumbs li {
      padding-left: 0px;
      padding-right: 0px;
      margin-right: 0px;
      font-size: 1.5rem;
      padding-top: 10px;
      background: none;
  }

  #top, .footer, .slider, #top #top_baner {
      height: auto;
  }

  .breadcrumb-wrapper, .container-wrapper, #top-sprite, #top, .header, .slider-wrap, .menu-wrapper, .container, .scrollable .items img, .menu_container, #content, footer, .header-wrapper, .imgBox, .imgBox img, .entrycontent img {
      width: 100%;
  }

  .header-wrapper-bottom, .footer-wrapper-top, .breadcrumbs {
      flex-direction: column;
  }

  #mainMenu {
      top: 0px;
  }

  .burger-top {
      display: block;
  }

  .menu_container {
      display: none;
  }

  .home-ico, .top-info, .burger-bottom, .boxes-links {
      display: none !important;
  }

  .footer-wrapper-bottom {
      align-items: center;
      flex-wrap: wrap;
  }

  .footer-img {
      flex: 1 1 125px;
  }

  .copy {
      flex: 1 1 200px;
  }

  .imgBox span {
      font-size: 1.6rem;
  }

  .header img {
      width: 100%;
      position: relative;
      top: unset;
      right: unset;
  }

  .footer-left, .footer-right {
      margin-right: 0px;
      margin-left: 0px;
  }

  .footer-left {
      padding-bottom: 20px;
  }

  .tBox {
      width: 100% !important;
  }

  #tRow-0 {
      display: flex;
      flex-direction: column;
  }

  .CMSArticle .CMSArticleContent {
      padding: 0px;
  }

  .footer-wrapper {
      flex-direction: column;
      width: 100%;
      align-items: baseline;
  }

  .footer-links {
      display: flex;
      flex-direction: column;
      flex: 1 1 100%;
  }

  .footer-links ul {
      display: flex;
      flex-direction: column;
      padding-left: 10px;
      padding-top: 20px;
  }

  .copy p {
      margin: 0px;
      padding-left: 10px;
  }

  .slider-wrap {
      padding-top: 20px;
      background: white;
  }

  .inslider-wrapper {
      left: 0px;
      height: 100%;
      background: linear-gradient(rgb(41, 41, 41), rgb(127, 127, 127));
      padding: 20px;
      position: relative;
      top: 0px;
      width: calc(100% - 40px);
  }

  .slider .next, .slider .prev {
      width: 15%;
      top: 372px;
      height: 30px;
  }

  .header-wrapper, .footer-wrapper {
      padding: 0px;
  }

  .CMSArticleContent table {
      display: flex;
      justify-content: center;
      width: 100% !important;
  }

  .CMSArticle .CMSArticleLead {
      padding: 0px;
  }

  .footer-img {
      padding-top: 15px;
      padding-left: 10px;
  }

  #content {
      margin-top: 0px;
  }

  .tip {
      display: flex;
      flex-direction: column;
  }

  .tip .entryheader {
      height: auto;
      display: flex;
      padding: 10px;
  }

  .tip .entryheader h4 {
      line-height: 26px;
      font-size: 2.2rem;
  }

  .tip .entryheader h4 a {
      color: rgb(24, 155, 0);
      text-decoration: underline;
  }

  .tip .entrycontent {
      margin-bottom: 5px;
      line-height: 26px;
      font-size: 1.5rem;
      color: rgb(81, 81, 81);
      display: inline-block;
      width: 100%;
  }

  .tip .entrycontent img {
      display: block;
      max-width: 100%;
      margin: 0px;
  }

  .items > * {
      width: 100vw;
  }

  .slider .next, .slider .prev {
      display: none !important;
  }

  .items > div:nth-last-child(2) {
      display: none;
  }

  .cloned:first-child {
      display: none;
  }

  .tip .entrycontent p {
      padding: 10px;
      display: flex;
  }

  .scrollable .items {
      height: inherit;
  }

  .scrollable {
      height: 590px;
  }

  .inslider-wrapper h3 {
      font-size: 2.8rem;
      line-height: 28px;
  }

  .inslider-wrapper p {
      line-height: 20px;
      margin-bottom: 10px;
  }

  .slick-slide {
      height: 450px;
  }

  .slick-slide img {
      width: 100%;
  }

  .slick-slide a {
      color: unset;
  }

  .slick-slide a:hover {
      text-decoration: none;
  }

  .note {
      bottom: unset;
      height: unset;
  }

  .mobi-show {
      display: none;
  }

  .header-img-left img, .header-img-right img {
      width: 100%;
  }

  .header-img-left a, .header-img-right a {
      display: flex;
      justify-content: center;
  }
}

@media (max-width: 650px) {
  .slick-slide {
      height: 430px;
  }
}

@media (max-width: 550px) {
  .slick-slide {
      height: 425px;
  }
}

@media (max-width: 450px) {
  .slick-slide {
      height: 400px;
  }
}

@media (max-width: 400px) {
  .slick-slide {
      height: 410px;
  }
}

#content::after {
  top: 0px;
}

#content::before {
  top: 0px;
}

#content::after {
  top: 0px;
}

#content::before {
  top: 0px;
}

#content::after {
  top: 0px;
}

#content::before {
  top: 0px;
}

#content::after {
  top: 0px;
}

#content::before {
  top: 0px;
}
