html {
  font-size: 10px;
}
@font-face {
  font-family: 'Myriad';
  src: url('../img/font/MyriadPro-Regular.eot');
  src: url('../img/font/MyriadPro-Regular.eot?#iefix')
      format('embedded-opentype'),
    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: 0;
  font-family: 'Myriad', Arial, Helvetica, sans-serif;
  background: rgb(247, 247, 247);
  overflow-x: hidden;
}

a {
  text-decoration: none;
  color: #189b00;
}

a:hover {
  text-decoration: underline;
  color: #189b00;
}

h1 {
  color: #2f2b1c;
}
select {
  outline: none;
  color: #515151;
  padding: 8px 4px;
  font-size: 1.6rem;
  padding-right: 0px;
  border: 1px solid #e7e7e7;
  font-family: 'Myriad';
  border-bottom: 2px solid #e30001;
}

.header-wrapper {
  width: 1250px;
  margin: 0 auto;
  position: relative;
}
.header-wrapper-top {
  display: flex;
  padding: 35px 20px;
  align-items: center;
  justify-content: space-between;
}
.header-wrapper-bottom {
  padding: 0 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 #d5d5d5;
  margin: 0 20px 25px 0 !important;
}
.CMSArticle .CMSArticleContent .imgBox img {
  display: block;
  margin: 0 !important;
}
.top-info li {
  font-size: 2rem;

  text-align: center;
  display: flex;
  align-items: center;
  margin-left: 40px;
}
.top-info li a {
  color: #b7b7b7;
}
.imgBox span {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 100% 0 0;
  padding: 10px;
  font-size: 1.2rem;
  text-align: center;
  background: rgba(0, 0, 0, 0.5);
  color: #fff;
}
#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: #000;
}

#top_menu #mainmenu .sf-sub-indicator {
  display: none;
}

#top_menu #mainmenu > li:hover > a {
  color: #e30001;
}

#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: 0px 1px 4px black;
  z-index: 484948849;
  background: white;
  border-top: 2px solid #e30001;
  text-align: left;
  right: 100%;
}

#top_menu #mainmenu > li > ul li {
  padding: 0;
}

#top_menu #mainmenu > li > ul li a {
  display: block;
  border-bottom: 1px solid #e8e8e8;
  font-size: 1.3rem;
  line-height: 27px;
  white-space: nowrap;
  color: #000;
}

#top_menu #mainmenu > li > ul li:hover a {
  color: #e30001;
}

#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: #e30001;
}

#content {
  color: #696969;
  width: 1250px;
  position: relative;
  background: white;
  margin: 0 auto;
  margin-top: -140px;
}
#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: rgb(0 0 0 / 47%) 0px 1px 10px 0px;
}

#template {
  margin: 0;
  box-shadow: 0px 1px 10px 0px #00000078;
  z-index: 100;
  position: relative;
  padding-top: 15px;
  padding-bottom: 30px;
}

.CMSArticle {
  margin-bottom: 20px;
  background: white;
}

.rawArticle .CMSArticle {
  border: 0;
  padding: 0;
  margin: 0 0 20px;
}

.CMSArticle .CMSArticleTitle {
  margin: 15px 0;
  margin-top: 0;
  line-height: 32px;
  font-size: 3.2rem;
  color: black;
}

.CMSAggregator .aggregator_header .aggregator_title {
  margin: 8px 0 20px;
  font-size: 3rem;
  line-height: 30px;
  color: #373737;
}

.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: #e40001;
  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;
}
.copy p {
  font-size: 1.6rem;
  line-height: 27px;
  color: #2b2b2b;
  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 #b7b7b76e;
  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.6rem;
  color: #b7b7b7;
  line-height: 20px;
}
.line {
  background: #e40001;
  width: 70px;
  height: 2px;
}
#mainMenu {
  display: none;
  position: absolute;
  top: 120px;
  right: 0;
  width: auto;
  z-index: 156561156;
  background: transparent;
}
.sf-menu {
  display: flex;
  flex-direction: column;
  background: white;
  padding: 10px;
  border-top: 2px solid #e30001;
  box-shadow: 0px 1px 4px black;
}
.sf-menu li {
  text-align: left;
}
#top_menu #mainmenu > li {
  border-bottom: 1px solid #e8e8e8;
}
.CMSArticle .CMSArticleAuthor {
  margin: 0 0 5px;
  font-size: 1rem;
  display: none;
}

.CMSArticle .CMSArticleCrtDate {
  margin: 0 0 10px;
  font-size: 1rem;
  display: none;
}

.CMSArticle .CMSArticleLead {
  font-size: 1.4rem;
  line-height: 20px;
  color: #a1a1a1;
}

.CMSArticle .CMSArticleContent {
  line-height: 18px;
  color: #212121;
}

.CMSArticle .CMSArticleContent h3 {
  margin: 5px 0;
  line-height: 22px;
  font-size: 2.2rem;
  color: #0c67ef;
  font-weight: bold;
  margin-top: 30px;
}

.CMSArticle .CMSArticleContent h4 {
  margin: 5px 0;
  font-size: 1.9rem;
  line-height: 27px;
  color: #2b2b2b;
  font-weight: bold;
  margin-top: 20px;
}
.CMSArticle .CMSArticleContent h5 {
  margin: 5px 0;
  margin-top: 30px;
  line-height: 18px;
  font-size: 2.5rem;
  line-height: 27px;
  color: #0c67ef;
  font-weight: bold;
}

.CMSArticle .CMSArticleLead a {
  text-decoration: underline;
  color: #2d8a20;
}

.CMSArticle .CMSArticleContent a {
  text-decoration: underline;
  color: #2d8a20;
}

.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 0;
}

.CMSArticle .CMSArticleContent ul {
  margin: 10px 0 10px 15px;
  padding: 0;
  clear: left;
}

.CMSArticle .CMSArticleLead ol {
  margin: 10px 0;
}

.CMSArticle .CMSArticleContent ol {
  margin: 10px 0;
}

.CMSArticle .CMSArticleLead ul li {
  padding: 0 0 4px 20px;
}

.CMSArticle .CMSArticleContent ul li {
  list-style-type: square;
  font-size: 1.9rem;
  line-height: 20px;
  color: #2b2b2b;
  padding: 7px 0;
  margin-left: 30px;
  list-style-image: url(../img/bullet.webp);
}

.CMSArticle .CMSArticleLead ol li {
  padding: 0 0 4px 20px;
}

.CMSArticle .CMSArticleContent ol li {
  padding: 0 0 4px 20px;
}

.CMSArticle .CMSArticleLead p {
  margin-bottom: 8px;
  overflow: hidden;
  font-size: 1.9rem;
  line-height: 27px;
  color: #676767;
  margin-bottom: 30px;
}

.CMSArticle .CMSArticleContent p {
  margin-bottom: 10px;
  font-size: 1.9rem;
  line-height: 27px;
  color: #2b2b2b;
}

.CMSArticle .CMSArticleContent hr {
  margin: 10px 10%;
  border: none;
  border-bottom: 1px solid #4f4f4f;
}

.CMSArticleAttachments {
  padding: 15px;
  padding-top: 0;
  margin-top: -15px;
  font-size: 1.9rem;
}

.CMSArticleAttachments a {
  font-size: 1.9rem;
  margin-right: 6px;
  text-transform: lowercase;
  background: transparent url(../img/download.webp) no-repeat 0 50%;
  padding-left: 20px;
  background-size: 16px;
}

.CMSArticleAttachments a:hover {
  text-decoration: underline;
}
td {
  font-size: 1.9rem;
  line-height: 27px;
  color: #2b2b2b;
}
.table1 td {
  border: 1px solid #c9c9c9;
}
.table1 {
  border: 1px solid #c9c9c9;
}

.CMSArticleAttachment {
  margin-bottom: 5px;
  padding: 2px 0 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: 0;
  line-height: 36px;
  font-size: 3.2rem;
  color: black;
}

.CMSAggregator {
  background: white;
  margin: 0 0 20px;
}
.CMSModule {
  padding: 20px;
}
.CMSAggregator .aggregator_title {
  margin: 8px 0 20px;
  font-size: 3.2rem;
  line-height: 30px;
  color: #636363;
}

.CMSAggregator .aggregator_header .aggregator_pagination {
  display: none;
}

.CMSAggregator .entry {
  border-bottom: 1px dashed #a1a1a1;
  margin: 0 0 13px;
  padding: 0 0 13px;
}

.CMSAggregator .entryheader .dateline {
  font-size: 1.2rem;
  color: #8b8a8a;
}

.CMSAggregator .entryheader h4 {
  margin: 0 0 15px;
  line-height: 26px;
  font-size: 2.2rem;
}

.CMSAggregator .entryheader h4 a {
  text-decoration: none;
  color: #189b00;
  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: #676767;
}

.CMSAggregator .entrycontent img {
  display: block;
  max-width: 100%;
  margin: 0 0 10px;
}

.CMSAggregator .continue {
  text-align: right;
}

.CMSAggregator .continue {
  overflow: auto;
}
.CMSAggregator .continue a {
  float: right;
  padding: 26px 0 0;
  color: white;
  background: #2d8a20;
  padding: 5px 10px;
  font-weight: bold;
  border-radius: 5px;
}
.CMSAggregator .continue a:hover {
  opacity: 0.8;
}

.cmsModuleMenuVertical {
  margin: 0 0 20px;
}

.cmsModuleMenuVertical ul {
  padding-top: 15px;
}

.cmsModuleMenuVertical ul > li:first-child {
  margin: 0;
}

.cmsModuleMenuVertical a {
  display: block;
  width: 100%;
  margin: 0 auto;
  font-size: 1.6rem;
  line-height: 20px;
  color: #2d8a20;
  padding: 10px 0px;
  text-decoration: none;
}

.cmsModuleMenuVertical a:hover {
  text-decoration: underline;
}

.cmsModuleMenuHorizontal {
  margin-bottom: 10px;
}

.cmsModuleMenuHorizontal h3 {
  margin: 0 0 12px;
  line-height: 1.2;
  font-weight: bold;
  font-size: 1.2rem;
  font-family: Arial, Helvetica, sans-serif;
  color: #e8e8e8;
}

.cmsModuleMenuHorizontal li {
  display: inline;
  margin-right: 10px;
  line-height: 1.5;
  padding-left: 7px;
}

.cmsModuleMenuHorizontal li a {
  color: #189b00;
  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: #e40001;
}

.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-left: 15px;
  padding-right: 15px;
  padding-top: 50px;
  padding-bottom: 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-top: 35px;
  padding-left: 15px;
  padding-right: 15px;
  padding-bottom: 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: 0 10px 25px 90px;
  padding: 15px;
  font-size: 1.1rem;
  border-left: 2px solid #b7b7b76e;
  position: relative;
}

.CMSArticle blockquote a {
  font-size: 1.9rem;
  line-height: 27px;
  color: #0c67ef;
}
.CMSArticle blockquote p {
  font-size: 1.9rem !important;
  line-height: 27px !important;
  color: #0c67ef !important;
}
.breadcrumbs li:last-child {
  background: none;
}
.breadcrumbs .bread-label,
.breadcrumbs li {
  float: left;
}
.breadcrumbs li a {
  text-decoration: underline;
  color: #189b00;
}

.breadcrumbs li a:hover {
  text-decoration: none;
}

.breadcrumbs .bread-label {
  color: #b4b4b4;
}
.breadcrumbs a {
  color: #189b00;
  font-weight: bold;
}

.breadcrumbs li.first {
  display: none;
}
.breadcrumbs li.first a {
  display: block;
  padding: 24px 0 0;
  overflow: hidden;
  height: 0;
  width: 18px;
}

.CMSArticle .CMSArticleContent .imgBox img {
  display: block;
  margin: 0 !important;
}

.tip img {
  width: 100vw;
  height: 550px;
}
.border-bottom {
  border-bottom: 2px solid #e2dfdf;
}
.header-line {
  height: 1px;
  width: 100%;
  background: #b7b7b76e;
}
.inslider-wrapper {
  position: absolute;
  height: 230px;
  width: 500px;
  text-align: left;
  color: #ffffffdb;
  padding: 20px;
  z-index: 1000;
  background: #0000009c;
  left: 17%;
  top: 10%;
}
.inslider-wrapper h3 {
  margin-bottom: 8px;
  font-size: 3.2rem;
  line-height: 35px;
  color: #d0d0d0;
  font-weight: bold;
}
.inslider-wrapper p {
  font-size: 1.6rem;
  margin-bottom: 15px;
  line-height: 24px;
  color: #c6c6c6;
}
embed {
  width: 100% !important;
}
.rawArticle .CMSArticle .CMSArticleContent {
  padding: 0px;
}
.rawArticle .CMSArticle .CMSArticleTitle {
  padding-left: 0;
}

.footer-wrapper {
  width: 1250px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
}
.dark {
  background: #494949;
}
.footer {
  width: 100%;
  padding: 40px 0;
  margin: 0;
}
.footer-wrapper a {
  font-size: 1.5rem;
  line-height: 27px;
  color: #494949;
  margin-left: -2px;
}
.footer-wrapper a:hover {
  text-decoration: underline;
}
.CMSComments {
  background: #ededed;
  margin-bottom: 20px;
}
.CMSCommentsContent {
  padding: 10px 15px;
}
.CMSCommentsSpacer {
  display: none;
}
.com .CMSModule .CMSComments form {
  padding: 10px 15px;
}
form strong {
  color: #515151 !important;
  background: transparent;
  font-size: 1.6rem;
  font-weight: 700;
  display: block;
  padding-bottom: 8px;
}
form td a strong {
  color: #189b00 !important;
}
.CMSFormRow {
  margin: 12px 0px;
}
.CMSFormMessageValidationFailure a {
  color: red;
  font-size: 2.5rem;
}
input[type='text'] {
  width: 100%;
  outline: none;
  color: #515151;
  padding: 8px 4px;
  font-size: 1.6rem;
  padding-right: 0px;
  border: 1px solid #e7e7e7;
  font-family: Arial, sans-serif;
  border-bottom: 2px solid #e30001;
}
input[type='text']:focus {
  border: 1px solid #e30001;
  border-bottom: 2px solid #e30001;
}
textarea:focus {
  border: 1px solid #e30001;
  border-bottom: 2px solid #e30001;
}
textarea {
  outline: none;
  color: #515151;
  height: 50px;
  width: 100%;
  resize: vertical;
  padding: 8px 4px;
  border: 1px solid #e7e7e7;
  font-family: Arial, sans-serif;
  border-bottom: 2px solid #e30001;
  font-size: 1.6rem;
  padding-right: 0px;
  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 23px;
  background: #e30001;
  padding-right: 34px;
  font-size: 1.8rem;
  background-image: url(../img/send.webp);
  background-position: 186px 10px;
  background-repeat: no-repeat;
  background-size: 18px;
}
.CMSFormSubmit input[type='submit']:hover {
  opacity: 0.8;
}
.CMSComments input[type='submit']:hover {
  opacity: 0.8;
}
.CMSComment p:first-child {
  background: #1c56a4;
  padding: 4px 15px;
  color: white;
  text-align: right;
  background: #689029;
}
.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: 15px 0;
  margin-top: 0;
  padding: 15px;
  line-height: 32px;
  font-size: 3rem;
  color: #fff;
  background: #494949;
}
.CMSFormLead {
  margin-bottom: 10px;
  line-height: 26px;
  font-size: 1.6rem;
  color: #515151;
}
.form .CMSModule form {
  background: #ededed;
  padding: 10px 15px;
}
.CMSFormTable {
  width: 100%;
}
.CMSFormTable tbody {
  display: grid;
  grid-template-columns: 48% 48%;
  grid-column-gap: 4%;
}
.CMSFormRow > .CMSFormFieldLabel {
  color: black !important;
  background: transparent;
  padding: 0;
  font-size: 1.8rem;
  display: flex;
}
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: 0;
}
.bold {
  font-size: 1.6rem !important;
  line-height: 21px !important;
  color: #ffffff !important;
  font-weight: bold !important;
  margin-bottom: 5px;
}
.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: #533e00;
}
.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: #e30001;
}
.custom-file-input:before:hover {
  opacity: 0.8;
}
.form {
  margin-bottom: 20px;
}
.CMSFormMessageSuccess {
  background: #189b0066;
  padding: 10px 15px;
  font-size: 1.8rem;
  margin-bottom: 20px;
}

.CMSFormMessageSuccess a {
  display: block;
  font-size: 1.8rem;
  color: #189b00;
  text-decoration: none;
  padding: 10px 0px;
}

.CMSFormMessageGdprFailure {
  font-size: 1.8rem;
  color: #333;
  background: #ff000038;
  zoom: 1;
  padding: 10px 15px;
  line-height: 1.1;
}

.CMSFormMessageGdprFailure a {
  color: red;
  text-decoration: none;
  font-size: 1.8rem;
}

.CMSFormMessageValidationFailure {
  font-size: 1.8rem;
  color: #333;
  background: #ff000038;
  zoom: 1;
  padding: 10px 15px;
  line-height: 1.1;
}
.color-link {
  color: #189b00;
  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 auto;
}
.CMSFormRow:nth-child(n + 5) .CMSFormField p {
  margin-top: 7px;
  display: flex;
  align-items: baseline;
  width: 100%;
}
.CMSFormInvalidField input,
.CMSFormInvalidField textarea {
  border: 1px solid red;
  border-bottom: 2px solid red;
}
a.top {
  position: absolute;
  bottom: 20px;
  margin-top: 20px;
  left: 20px;
  display: flex;
  font-size: 1.5rem;
  color: #a1a1a1;
  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: #e30001;
  margin: 6px 0;
  transition: 0.4s;
}

.change .bar1 {
  -webkit-transform: rotate(-45deg) translate(-9px, 6px);
  transform: rotate(-45deg) translate(-9px, 6px);
}

.change .bar2 {
  opacity: 0;
}

.change .bar3 {
  -webkit-transform: rotate(45deg) translate(-8px, -8px);
  transform: rotate(45deg) translate(-8px, -8px);
}
.slide-item {
  width: 100%;
}
/* Slider */
.slick-slider {
  position: relative;

  display: block;
  box-sizing: border-box;

  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;

  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;

  display: block;
  overflow: hidden;

  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  top: 0;
  left: 0;

  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;
}

/* Arrows */
.slick-prev,
.slick-next {
  font-size: 0;
  line-height: 0;
  position: absolute;
  top: 50%;
  display: block;
  width: 140px;
  padding: 0;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -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;
  -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
  left: 140px;
}

.slick-prev:before {
  content: '⬅';
}

.slick-next {
  right: 140px;
}

.slick-next:before {
  content: '⮕';
}

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px;
}

.slick-dots {
  position: absolute;
  bottom: -25px;

  display: block;

  width: 100%;
  padding: 0;
  margin: 0;

  list-style: none;

  text-align: center;
}
.slick-dots li {
  position: relative;

  display: inline-block;

  width: 20px;
  height: 20px;
  margin: 0 5px;
  padding: 0;

  cursor: pointer;
}
.slick-dots li button {
  font-size: 0;
  line-height: 0;

  display: block;

  width: 20px;
  height: 20px;
  padding: 5px;

  cursor: pointer;

  color: transparent;
  border: 0;
  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: 0;
  left: 0;

  width: 20px;
  height: 20px;

  content: 'â€¢';
  text-align: center;

  opacity: 0.25;
  color: black;

  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before {
  opacity: 0.75;
  color: black;
}
.flex {
  display: flex !important;
}
.text-color {
  color: #b7b7b7 !important;
}
.burger-top {
  display: none;
}
.inquise-video-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
}
.inquise-video-container iframe,
.inquise-video-container object,
.inquise-video-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.menu2 .cmsModuleMenuVertical a {
  font-size: 1.9rem;
  line-height: 20px;
  padding: 15px 0px;
  color: #e40001;
  border-bottom: 1px solid #b7b7b76e;
}
@media (max-width: 1250px) {
  .scrollable .items img {
    width: 1250px;
    object-fit: contain;
    object-position: 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: 125px;
  }
  .copy {
    flex: 200px;
  }
  .imgBox span {
    font-size: 1.6rem;
  }
  .header img {
    width: 90%;
    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: 100%;
  }
  .footer-links ul {
    display: flex;
    flex-direction: column;
    padding-left: 10px;
    padding-top: 20px;
  }
  .copy p {
    margin: 0;
    padding-left: 10px;
  }
  .slider-wrap {
    padding-top: 20px;
    background: white;
  }

  .inslider-wrapper {
    left: 0;
    height: 100%;
    background: linear-gradient(#292929, #7f7f7f);
    padding: 20px;
    position: relative;
    top: 0;
    width: calc(100% - 40px);
  }
  .slider .next,
  .slider .prev {
    width: 15%;
    top: 372px;
    height: 30px;
  }

  .header-wrapper,
  .footer-wrapper {
    padding: 0;
  }

  .CMSArticleContent table {
    display: flex;
    justify-content: center;
    width: 100% !important;
  }
  .CMSArticle .CMSArticleLead {
    padding: 0;
  }

  .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: #189b00;
    text-decoration: underline;
  }

  .tip .entrycontent {
    margin-bottom: 5px;
    line-height: 26px;
    font-size: 1.5rem;
    color: #515151;
    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;
  }
}
