@charset "utf-8";
@import "../reset.css";
@import url('https://fonts.googleapis.com/css?family=Poppins:700,400');

@font-face{
	font-family:'FontAwesome';
	src:url('/assets/js/font-awsome/fontawesome-webfont.eot?v=3.2.1');
	src:url('/assets/js/font-awsome/fontawesome-webfont.eot?#iefix&v=3.2.1') format('embedded-opentype'),
		url('/assets/js/font-awsome/fontawesome-webfont.woff?v=3.2.1') format('woff'),
		url('/assets/js/font-awsome/fontawesome-webfont.ttf?v=3.2.1') format('truetype'),
		url('/assets/js/font-awsome/fontawesome-webfont.svg#fontawesomeregular?v=3.2.1') format('svg');
	font-weight:normal;
	font-style:normal;
}

html {
	min-height: 100%;
    -ms-text-size-adjust: none;
    box-sizing: border-box;
}

body {
	font-family: tahoma; 
	font-size: 11px; 
	color: #000000; 
	padding: 0px;
	margin: 0px;
	height: 100%;
	min-width: 320px;
}
*,
*:before,
*:after {
    box-sizing: inherit;
}


fieldset.form {
	border: 0;
	padding: 0;
	margin: 0;
}
.form-group {
    clear: both;
    margin-bottom: 10px;
}
.form-group:after {
    clear: both;
    content: '';
    display: table;
}

.form-label {
	display: block;
	width: 100px;
	float: left;
}
.form-error {
	display: block;
}
.form-control
{
	display: block;
	float: left;
 	font-family:  Verdana;
	font-size: 11px;
}


a {
	color: inherit; 
	text-decoration: none;
}
a:hover {
	text-decoration: none;
}


h1,h2,h3 {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
}
h2 {
    font-weight: bold;
    font-size: 14px;
    margin-bottom: 10px;
}


*:before {
	text-decoration: none!important;
}


.pagination > a {
	display: inline-block;
}

.center {
	text-align: center;
}


/* 2 kolumny */
.cnt-2c .cnt-c {
	float: left;
	width: 50%;
}
.cnt-2c .cnt-c0 .cnt {
	margin-right: 0px;
}
.cnt-2c .cnt-c1 .cnt {
	margin-left: 0px;
}


/* 3 kolumny */
.cnt-3c .cnt-c {
	float: left;
	width: 33%;
}
.cnt-3c .cnt-c1 {
	width: 34%;
}
.cnt-3c .cnt-c0 .cnt {
	margin-right: 0px;
}
.cnt-3c .cnt-c1 .cnt {
	margin-right: 0px;
	margin-left: 0px;
}
.cnt-3c .cnt-c2 .cnt {
	margin-left: 0px;
}


/* 4 kolumny */
.cnt-4c .cnt-c {
	float: left;
	width: 25%;
}
.cnt-4c .cnt-c0 .cnt {
	margin-right: 0px;
}
.cnt-4c .cnt-c1 .cnt {
	margin-right: 0px;
	margin-left: 0px;
}
.cnt-4c .cnt-c2 .cnt {
	margin-right: 0px;
	margin-left: 0px;
}
.cnt-4c .cnt-c3 .cnt {
	margin-left: 0px;
}



#page {
	position: relative;
	min-height: 100%;
}
.cnt-r {
	margin: 0 auto;
	max-width: 1000px;
    width: 100%;
	position: relative;
	margin-top: 0px;
	z-index: 5;
}
.cnt-r:first-of-type {
	margin-top: 0;
}
.cnt-r * {
	text-decoration: inherit;
}

.cnt-rm {
	width: 100%!important;
}
.cnt-rm .sub {
	margin: 0 auto;
    max-width: 1000px;
    width: 100%;
}

.cnt-r, .cnt-c, .sub, .cnt, .fin {
	position: relative;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
}
header.top {
	min-height: 30px;
}
.footer {
	min-height: 30px;
}


/* moduł texts */
.text-cnt {
	
}

/* linki, buttony */
a.link-btn {
	display: inline-block;
}
a.btn, a.btn-thm2, a.btn-small {
	display: inline-block;
}

/* panel z przyciskiem wstecz */
.footer-back {
	clear: both;
}

/* podpis */
span.label {
	display: inline-block;
	width: 80px;
}

/* cecha */
.attribute span {
	display: inline-block;
}


/* lista */
ul.list {
	overflow: hidden;
}
ul.list li {
	position: relative;
}
ul.list li:before {
	position: absolute!important;
	left: 0;
}


/* tabela */
.tbl {
	border-collapse: collapse;
}

p.prg:first-child {
	margin-top: 0!important;
}
p.prg:last-child {
	margin-bottom: 0!important;
}


/* facebook */
.widget_social{
	float: right;
	width: 332px;
	height: 550px;
	background: url(/assets/img/fb.png) no-repeat;
	display: block;
	right: -305px;
    padding: 10px 5px 0 35px;
	position: fixed;
	top: 150px;
	z-index: 1002;
}
.widget_social>div {
    color: #FFF;
    background: #fff;
	height: 465px;
    overflow: hidden;
}


[class*="icon-"] {
    display: inline-block;
    vertical-align: middle;
    width: 20px;
    height: 20px;
    position: relative;
}
[class*="icon-"]:before {
    background-position: center center;
    background-size: contain;
    background-repeat: no-repeat;
    display: block;
}

/* site */ 

#page { 
  font-size: 14px;
  color: #301e13;
  font-family: Poppins/*google_font*/;
  background-color: #fffceb;
  background-image: url(/assets/userfiles/sites/0/11/1174.png), url(/assets/userfiles/wysiwyg/186/bg-right-min.png);
  background-repeat: no-repeat;
  background-position: left top, right top;
}
#page p.prg {
  margin: 15px 0px;
  line-height: 1.5em;
}
#page .img-6-right, #page .img-6-left, #page .img-4-right, #page .img-4-left {
  width: 100%!important;
  margin: 20px 0;
}
#page p img {
  margin-top: 0!important;
  max-width: 100%;
  height: auto!important;
}
#page a.btn {
  border-style: solid solid solid solid;
  border-width: 0px 0px 0px 0px;
  border-radius: 20px 20px 20px 20px;
  padding: 10px 20px;
  font-size: 13px;
  text-transform: uppercase;
  color: #ffffff;
  -webkit-transition: border-color 0.2s linear 0s, color 0.2s linear 0s, background-color 0.3s linear 0s;
  transition: border-color 0.2s linear 0s, color 0.2s linear 0s, background-color 0.3s linear 0s;
  background: transparent;
  background-color: #e5563c;
  font-weight: bold;
  letter-spacing: 1px;
  margin: 30px 0px 0px 0px;
}
#page a.btn:hover {
  background: transparent;
  background-color: #3c73a8;
}
#page p a.btn {
  margin: 10px 0px 0px 0px;
}
#page a.btn.btn-white {
  color: #ffffff;
  border-style: solid solid solid solid;
  border-width: 1px 1px 1px 1px;
  border-radius: 20px 20px 20px 20px;
  border-color: #ffffff #ffffff #ffffff #ffffff;
  -webkit-transition: background-color 0.2s linear 0s;
  transition: background-color 0.2s linear 0s;
}
#page a.btn.btn-white:hover {
  background: transparent;
  background-color: RGBA(255,255,255,0.2);
}
#page h1 {
  font-size: 36px;
  font-weight: 700;
  text-align: center;
  margin: 50px 0px;
  padding: 0;
  position: relative;
  color: #3c73a8;
  text-transform: uppercase;
  letter-spacing: 0px;
}
#page h2 {
  font-size: 36px;
  font-weight: 700;
  color: #3c73a8;
  margin: 40px 0px;
  text-transform: uppercase;
  line-height: 1.2em;
  letter-spacing: 1px;
}
#page h3 {
  font-size: 20px;
  color: #000000;
  margin: 30px 0px;
  font-weight: bold;
}
#page a.btn-thm2 {
  color: #ffffff;
  -webkit-transition: border-color 0.2s linear 0s, color 0.2s linear 0s, background-color 0.3s linear 0s;
  transition: border-color 0.2s linear 0s, color 0.2s linear 0s, background-color 0.3s linear 0s;
  font-size: 13px;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 1px;
  background: transparent;
  background-color: #3c73a8;
  border-style: solid solid solid solid;
  border-width: 0px 0px 0px 0px;
  border-radius: 20px 20px 20px 20px;
  margin: 20px 0px 0px 0px;
  padding: 10px 20px;
}
#page a.btn-thm2:before {
  -webkit-transition: border-color 0.2s linear 0s, color 0.2s linear 0s;
  transition: border-color 0.2s linear 0s, color 0.2s linear 0s;
}
#page a.btn-thm2:hover {
  background: transparent;
  background-color: #5f9ad3;
}
#page hr {
  margin: 40px 0px;
  border-style: solid solid solid solid;
  border-width: 0px 0px 0px 0px;
  border-radius: 0 0 0 0;
  height: 1px;
  background: transparent;
  background-color: #e7dfb1;
}
#page ul.list li:before {
  background-size: contain;
  content: "";
  position: absolute;
  top: 6px;
  left: 0px;
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" version="1.1" width="16" height="16" viewBox="0 0 16 16"><path fill="%23e5563c" d="M2 2h12v12h-12z"/></svg>');
  width: 8px;
  height: 8px;
}
#page ul.list li {
  padding: 0px 0px 0px 20px;
  line-height: 1.5em;
}
#page #cookies {
  position: absolute;
  bottom: 0px;
  left: 0px;
  right: 0px;
  color: #ffffff;
  display: block!important;
  background: transparent;
  background-color: RGBA(0,0,0,0.8);
  padding: 5px;
  text-align: center;
  font-size: 12px;
  line-height: 1.5em;
  z-index: 9998;
}
#page #cookies a {
  border-style: solid solid solid solid;
  border-width: 1px 1px 1px 1px;
  border-radius: 5px 5px 5px 5px;
  padding: 3px 5px;
  border-color: #949494 #949494 #949494 #949494;
  margin: 0px 5px;
}
#page #cookies a:hover {
  background: transparent;
  background-color: #949494;
}
#page #cookiesPopup {
  background: transparent;
  background-color: RGBA(255,255,255,0.95);
  color: #000000;
  position: fixed;
  top: 20px;
  bottom: 20px;
  left: 20px;
  right: 20px;
  z-index: 9999;
  padding: 20px;
  font-size: 13px;
  line-height: 1.5em;
  overflow-y: scroll;
  box-shadow: 0 0 5px rgba(0,0,0,0.5);
}
#page #cookiesPopup p {
  margin: 10px 0;
}
#page.hasCookies {
  padding-bottom: 28px;
}
@media (min-width: 534px) {
  #page .img-6-right {
    width: 50%!important;
    float: right;
    margin: 20px 0 20px 40px;
  }
  #page .img-6-left {
    width: 50%!important;
    float: left;
    margin: 20px 40px 20px 0;
  }
  #page .img-4-right {
    width: 33%!important;
    float: right;
    margin: 20px 0 20px 40px;
  }
  #page .img-4-left {
    width: 33%!important;
    float: left;
    margin: 20px 40px 20px 0;
  }
}

@media (max-width: 1400px) {
  #page {
    background-position: -100px top, calc(100% + 100px) top;
  }
}



/* 13466/_0 */ 

#page .cnt-r .sub.cnt13466 {
  padding: 0 20px;
}



/* text13468/show_0 */ 

#page .cnt-r .cnt.cnt13468 .fin ol.list {
  margin: 15px 0px;
  line-height: 1.5em;
  counter-reset: sekcja;
}
#page .cnt-r .cnt.cnt13468 .fin ol.list li {
  margin: 10px 0px;
  padding: 0px 0px 0px 40px;
  position: relative;
}
#page .cnt-r .cnt.cnt13468 .fin ol.list li:before {
  counter-increment: sekcja;
  content: counter(sekcja);
  background: transparent;
  background-color: #3c73a8;
  width: 26px;
  display: block;
  height: 26px;
  line-height: 25px;
  color: #ffffff;
  text-align: center;
  position: absolute;
  left: 0;
  top: -2px;
  border-radius: 15px;
}


/* 13469/_0 */ 

#page .cnt-r .sub.cnt13469 {
  padding: 0 20px;
}



/* text13471/show_0 */ 




/* 13472/_0 */ 

#page .cnt-r .sub.cnt13472 {
  padding: 0 20px;
}



/* text13474/show_0 */ 




/* 13475/_0 */ 

#page .cnt-r .sub.cnt13475 {
  padding: 0 20px;
}



/* text13477/show_0 */ 




/* 13478/_0 */ 

#page .cnt-r .sub.cnt13478 {
  padding: 0 20px;
}



/* text13480/show_0 */ 




/* 13481/_0 */ 

#page .cnt-r .sub.cnt13481 {
  padding: 0 20px;
}



/* text13483/show_0 */ 




/* 13487/_0 */ 

#page .cnt-r .sub.cnt13487 {
  padding: 0 20px;
}



/* text13489/show_0 */ 




/* 13490/_0 */ 

#page .cnt-r .sub.cnt13490 {
  padding: 0 20px;
}



/* text13492/show_0 */ 




/* gallery13493/show_0 */ 

#page .gallery-list .gallery {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  margin: 0 0 -20px -20px;
}
#page .gallery-list .gallery article {
  -webkit-flex-basis: 25%;
  -ms-flex-preferred-size: 25%;
  flex-basis: 25%;
  padding: 0 0 20px 20px;
}
#page .gallery-list .gallery article figure img {
  width: 100%;
}
#page .gallery-list img.photo:hover {
  opacity: 0.7;
}
### sub

#page .cnt-r .sub.cnt$idCnt {
  padding: 0 20px;
}
#page .gallery-list h3 {
  margin: 0px 0px 10px 0px;
  font-size: 18px;
}
#page .gallery-list {
  margin: 50px 0px 0px 0px;
}
@media (max-width: 767px) {
  #page .gallery-list .gallery article {
    flex-basis: 33.333%;
    -ms-flex-preferred-size: 33.333%;
    -webkit-flex-basis: 33.333%;
  }
}

@media (max-width: 601px) {
  #page .gallery-list .gallery article {
    -webkit-flex-basis: 50%;
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
  }
}

@media (max-width: 320px) {
  #page .gallery-list .gallery article {
    flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    -webkit-flex-basis: 100%;
  }
}



/* 13438/_0 */ 

#page .cnt-r.cnt13438 {
  max-width: 100%;
  padding: 180px 0px 0px 0px;
  z-index: 8;
}


/* 13439/_0 */ 

#page .cnt-r .sub.cnt13439 {
  max-width: 1200px;
  margin: 0px auto;
  z-index: 99999;
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  transition: all .25s linear;
  -moz-transition: all .25s linear;
  -webkit-transition: all .25s linear;
}


/* top13441/show_0 */ 

#page .top {
  margin: 0px auto;
  min-height: auto;
}
#page .top .l-container {
  max-width: 1200px;
  position: relative;
  height: 110px;
  margin: 0px auto;
  transition: margin .25s linear;
  -moz-transition: margin .25s linear;
  -webkit-transition: margin .25s linear;
}
#page.sticky .top .l-container {
  margin: -110px auto 0 auto;
}
#page .top .logo {
  position: absolute;
  top: 50%;
  left: 70px;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
#page .top .logo img {
  display: block;
  height: 90px;
  transition: height .25s linear;
  -moz-transition: height .25s linear;
  -webkit-transition: height .25s linear;
}
#page.sticky .top .logo img {
  height: 50px;
}
#page .top .logo:hover {
  text-decoration: none!important;
}
#page .top .l-contact {
  position: absolute;
  top: 50%;
  right: 70px;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  font-size: 14px;
}
#page .top .e-contact {
  float: left;
  margin: 0 40px 0 0;
  color: #757575;
  line-height: 1.5em;
  font-size: 14px;
}
#page .top .e-contact:last-child {
  margin-right: 0;
  border-right: 0;
}
#page .top .e-contact p {
  float: left;
}
#page .top .icon-location {
  width: 60px;
  float: left;
  border-style: solid solid solid solid;
  border-width: 0px 0px 0px 0px;
  border-radius: 30px 30px 30px 30px;
  height: 60px;
  margin: -8px 10px -8px 0;
  background: transparent;
  background-color: #e5563c;
}
#page .top .icon-location:before {
  width: 36px;
  height: 36px;
  content: "";
  position: absolute;
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="512" height="512" viewBox="0 0 512 512"><title>ionicons-v5-n</title><path d="M256,48c-79.5,0-144,61.39-144,137,0,87,96,224.87,131.25,272.49a15.77,15.77,0,0,0,25.5,0C304,409.89,400,272.07,400,185,400,109.39,335.5,48,256,48Z" style="fill:none;stroke:%23ffffff;stroke-linecap:round;stroke-linejoin:round;stroke-width:32px"/><circle cx="256" cy="192" r="48" style="fill:none;stroke:%23ffffff;stroke-linecap:round;stroke-linejoin:round;stroke-width:32px"/></svg>');
  top: 12px;
  left: 12px;
  background-size: contain;
}
#page .top .icon-phone {
  width: 60px;
  float: left;
  margin: -8px 10px -8px 0;
  border-style: solid solid solid solid;
  border-width: 0px 0px 0px 0px;
  border-radius: 30px 30px 30px 30px;
  height: 60px;
  background: transparent;
  background-color: #e5563c;
}
#page .top .icon-phone:before {
  width: 32px;
  height: 32px;
  content: "";
  position: absolute;
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" height="24" viewBox="0 0 24 24" width="24"><path fill="none " d="M0 0h24v24H0V0z" /><path fill="%23ffffff" d="M17 1.01L7 1c-1.1 0-2 .9-2 2v18c0 1.1.9 2 2 2h10c1.1 0 2-.9 2-2V3c0-1.1-.9-1.99-2-1.99zM17 19H7V5h10v14z"/></svg>');
  top: 14px;
  left: 14px;
  background-size: contain;
}
#page .top .icon-email {
  width: 60px;
  float: left;
  margin: -8px 10px -8px 0;
  border-style: solid solid solid solid;
  border-width: 0px 0px 0px 0px;
  border-radius: 30px 30px 30px 30px;
  height: 60px;
  background: transparent;
  background-color: #e5563c;
}
#page .top .icon-email:before {
  width: 32px;
  height: 32px;
  content: "";
  position: absolute;
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" height="24" viewBox="0 0 24 24" width="24"><path fill="none " d="M0 0h24v24H0V0z" /><path fill="%23ffffff" d="M22 6c0-1.1-.9-2-2-2H4c-1.1 0-2 .9-2 2v12c0 1.1.9 2 2 2h16c1.1 0 2-.9 2-2V6zm-2 0l-8 5-8-5h16zm0 12H4V8l8 5 8-5v10z"/></svg>');
  top: 14px;
  left: 14px;
  background-size: contain;
}
#page .top .menu1 {
  display: block;
  position: relative;
  max-width: 1100px;
  height: 50px;
  margin: 0px auto;
}
#page .top nav.menu1 > ul > li {
  float: left;
  position: relative;
}
#page .top nav.menu1 > ul > li > a {
  padding: 5px 20px 5px 20px;
  display: block;
  text-align: left;
  text-decoration: none;
  font-size: 14px;
  letter-spacing: 1px;
  color: #fff;
  margin: 10px 5px;
  font-weight: bold;
}
#page .top nav.menu1 > ul > li > a:hover {
  background: transparent;
  background-color: #e5563c;
  border-style: solid solid solid solid;
  border-width: 0px 0px 0px 0px;
  border-radius: 30px 30px 30px 30px;
}
#page .top nav.menu1 > ul > li.sel > a {
  color: #fff;
}
#page .top nav.menu1 ul.menu-sub {
  visibility: hidden;
  opacity: 0;
  position: absolute;
  width: 200px;
  left: 50%;
  top: calc(100% + 2px);
  background: transparent;
  background-color: #e5563c;
  padding: 10px 20px;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  box-shadow: 0px 0 5px 1px RGBA(0,0,0,0.2);
  border-style: solid solid solid solid;
  border-width: 0px 0px 0px 0px;
  border-radius: 16px 16px 16px 16px;
}
#page .top nav.menu1 ul.menu-sub.active {
  visibility: visible;
  opacity: 1;
  transition: opacity 0.3s linear;
}
#page .top nav.menu1 ul.menu-sub > li > a {
  margin: 5px 0px;
  display: block;
  text-align: center;
  font-size: 13px;
  letter-spacing: 1px;
  text-transform: none;
  padding: 5px 0px;
  color: #ffffff;
  font-weight: bold;
}
#page .top nav.menu1 ul.menu-sub > li > a:hover {
  text-decoration: underline;
}
#page .top nav.menu1 .mobile-nav {
  font-size: 14px;
  font-weight: bold;
  text-transform: uppercase;
  display: block;
  text-decoration: none;
  position: relative;
  padding: 15px 10px 15px 45px;
  float: left;
  color: #ffffff;
}
#page .top nav.menu1 .mobile-nav:before {
  background-size: contain;
  content: "";
  position: absolute;
  top: 50%;
  left: 20px;
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" version="1.1" width="16" height="16" viewBox="0 0 16 16"><path fill="%23ffffff" d="M1 3h14v3h-14zM1 7h14v3h-14zM1 11h14v3h-14z"/></svg>');
  width: 20px;
  height: 20px;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
}
.sidr {
  display: block;
  position: fixed;
  top: 0;
  right: -200px;
  left: auto;
  width: 200px;
  height: 100%;
  background: transparent;
  z-index: 999999;
  overflow-x: hidden;
  overflow-y: auto;
  background-color: #3c73a8;
}
.sidr > ul {
  list-style: none;
}
.sidr > ul > li > a {
  font-size: 15px;
  display: block;
  padding: 15px 20px;
  color: #ffffff;
  font-weight: normal;
  text-decoration: none;
  border-style: solid solid solid solid;
  border-width: 0px 0px 1px 0px;
  border-color: #e8e8e8;
  border-radius: 0 0 0 0;
}
.sidr > ul > li > a:hover {
  color: #e5563c;
}
.sidr .menu-sub > li > a {
  font-size: 14px;
  padding: 10px 20px 10px 40px;
  border-style: solid solid solid solid;
  border-width: 0px 0px 1px 0px;
  border-color: #e8e8e8;
  border-radius: 0 0 0 0;
  font-weight: normal;
  line-height: 1.2em;
  text-decoration: none;
  color: #000;
  display: block;
}
.sidr .menu-sub > li > a:hover {
  color: #e5563c;
}
#page .sidr .btn {
  padding: 15px 20px;
  margin: 0 auto;
}
.sidr-open .sidr {
  box-shadow: 0px 0px 5px 2px rgba(0, 0, 0, 0.2);
}
.mobile-overlay {
  display: none;
  position: fixed;
  top: -200px;
  right: -200px;
  bottom: -200px;
  left: -200px;
  background: transparent;
  z-index: 999998;
  background-color: RGBA(0,0,0,0.5);
}
.sidr-animating .mobile-overlay,
.sidr-open .mobile-overlay {
  display: block;
}
#page .top .l-social {
  position: absolute;
  top: 50%;
  right: 20px;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
#page .top .e-SocialBtn {
  font-size: 0!important;
  padding: 4px;
  display: inline-block;
}
#page .top .icon-fb:before {
  content: "";
  position: absolute;
  top: 8px;
  left: 8px;
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" version="1.1" width="16" height="16" viewBox="0 0 16 16"><path fill="%23ffffff" d="M9.5 3h2.5v-3h-2.5c-1.93 0-3.5 1.57-3.5 3.5v1.5h-2v3h2v8h3v-8h2.5l0.5-3h-3v-1.5c0-0.271 0.229-0.5 0.5-0.5z"/></svg>');
  width: 18px;
  height: 18px;
  background-size: contain;
}
#page .top .icon-fb {
  width: 34px;
  height: 34px;
  display: inline-block;
  position: relative;
  border-style: solid solid solid solid;
  border-width: 0px 0px 0px 0px;
  border-radius: 30px 30px 30px 30px;
  background: transparent;
  background-color: $color3;
}
#page .top .l-menu {
  background: transparent;
  background-color: #3c73a8;
  border-style: solid solid solid solid;
  border-width: 0px 0px 0px 0px;
  border-radius: 30px 30px 30px 30px;
  padding: 0px 20px;
}
@media (min-width: 900px) {
  #page .top nav.menu1 .mobile-nav {
    display: none;
  }
}

@media (max-width: 900px) {
  #page .top nav.menu1 > ul {
    display: none;
  }
}

@media (max-width: 768px) {
  #page .top .e-contact:last-child {
    display: none;
  }
  #page .top .l-contact {
    right: 20px;
  }
}

@media (max-width: 480px) {
  #page .top .logo {
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
  #page .top .e-contact {
    display: none;
  }
}



/* slider13444/show_0 */ 

#page .slider .bx-pager-link {
  text-decoration: none!important;
}
#page .slider .bx-controls .bx-pager {
  width: auto!important;
}
#page .slider .bx-controls-direction a {
  position: absolute!important;
}
#page .slider .bx-wrapper {
  background: none;
}
#page .slider .bx-wrapper img {
  z-index: 1;
  margin: 0 auto;
  position: relative;
}
#page .slider header {
  position: absolute;
  z-index: 9;
  bottom: 30px;
  left: 30px;
  padding: 30px 40px;
  background: transparent;
  text-align: center;
  max-width: 450px;
  border-style: solid solid solid solid;
  border-width: 0px 0px 0px 0px;
  border-radius: 30px 30px 30px 30px;
  background-color: #e5563c;
}
#page .slider img {
  border-radius: 25px 25px 25px 25px;
  overflow: hidden;
}
#page .slider h1 {
  padding: 0;
  color: #fff;
  font-size: 28px;
  letter-spacing: 2px;
  font-weight: bold;
  margin: 0px 0px 20px 0px;
  text-transform: uppercase;
  line-height: 1.3em;
}
#page .slider header p {
  font-size: 16px;
  font-weight: normal;
  letter-spacing: 2px;
  line-height: 1.4em;
}
#page .slider .bx-pager {
  padding: 8px;
  position: absolute;
  right: 30px;
  background: transparent;
  background-color: #FFFFFF;
  bottom: 30px;
  border-style: solid solid solid solid;
  border-width: 0px 0px 0px 0px;
  border-radius: 29px 29px 29px 29px;
}
.bx-wrapper .bx-pager-item {
  vertical-align: middle!important;
}
#page .slider .bx-pager a {
  background: transparent;
  background-color: #E5563C;
  width: 12px;
  height: 12px;
  margin: 0px 5px;
}
#page .slider .bx-pager a.active {
  background: transparent;
  background-color: #3c73a8;
}
#page .slider {
  text-align: left;
  color: #fff;
  max-width: 1200px;
  margin: 0px auto;
  padding: 0px 20px;
  border-style: solid solid solid solid;
  border-width: 0px 0px 0px 0px;
}
#page .slider a.btn {
  margin: 30px 20px 0px 0px;
}
#page .slider h2 {
  font-size: 28px;
  font-weight: normal;
  line-height: 1.4em;
  color: #fff;
  letter-spacing: 2px;
  padding: 0;
  margin: 0px 0px 0px 0px;
}
@media (max-width: 1000px) {
  #page .slider img {
    margin-bottom: 100px!important;
  }
  #page .slider h1 {
    font-size: 3vw;
  }
  #page .slider h2 {
    font-size: 2.5vw;
  }
  #page .slider header {
    bottom: 0;
    right: 30px;
    max-width: 100%;
  }
  #page .slider header p {
    font-size: 1.7vw;
  }
  #page .slider .bx-controls {
    display: none;
  }
}

@media (max-width: 767px) {
  #page .slider .bx-wrapper img {
    height: 325px!important;
    object-fit: cover;
  }
  #page .slider h1 {
    font-size: 20px;
  }
  #page .slider header p {
    font-size: 14px;
  }
}

@media (max-width: 550px) {
  #page .slider img {
    margin-bottom: 150px!important;
  }
  #page .slider header p {
    font-size: 14px;
  }
  #page .slider h1 {
    margin: 0 0 10px 0;
  }
  #page .slider header {
    position: absolute;
    z-index: 9;
    bottom: 10px;
    left: 10px;
    right: 10px;
    padding: 20px 20px;
  }
}



/* text13448/show_0 */ 

#page .mainText {
  padding: 50px 50px 50px 35%;
}
#page .mainText h2 {
  margin: 0px 0px 30px 0px;
}
#page .mainText .e-Foto {
  background-image: url(/assets/userfiles/sites/0/11/1175.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  position: absolute;
  left: 0;
  right: 70%;
  top: 0;
  bottom: 0;
}
@media (max-width: 767px) {
  #page .mainText {
    padding: 200px 30px 30px 30px;
  }
  #page .mainText h2 {
    margin: 30px 0px 30px 0px;
  }
  #page .mainText .e-Foto {
    right: 0;
    bottom: auto;
    height: 200px;
  }
}



/* 13449/_0 */ 

#page .cnt-r.cnt13449 {
  max-width: 100%;
  margin: 50px 0px 0px 0px;
  background: transparent;
  background-color: #3c73a8;
  padding: 20px 0px 70px 0px;
}


/* 13450/_0 */ 

#page .cnt-r .sub.cnt13450 {
  max-width: 1000px;
  margin: 0px auto;
}


/* text13452/show_0 */ 

#page .mainBgText {
  color: #ffffff;
  padding: 0px 20px 0px 20px;
  text-align: center;
  max-width: 700px;
  margin: 0px auto;
}
#page .mainBgText h2 {
  color: #ffffff;
  margin: 50px 0px 20px 0px;
}
#page .mainBgText ul.list li:before {
  background-size: contain;
  content: "";
  position: absolute;
  top: 4px;
  left: 0px;
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="512" height="512" viewBox="0 0 512 512"><title>ionicons-v5-c</title><path fill="%23e5563c" d="M392,432H120a40,40,0,0,1-40-40V120a40,40,0,0,1,40-40H392a40,40,0,0,1,40,40V392A40,40,0,0,1,392,432Z"/></svg>');
  width: 14px;
  height: 14px;
}
#page .mainBgText ul.list li {
  padding: 0px 0px 0px 20px;
  line-height: 1.5em;
  margin: 5px 0px;
}
#page .mainBgText ul.list {
  max-width: 270px;
  text-align: left;
  margin: 30px auto;
}


/* text13453/show_0 */ 

#page .mainIcons {
  text-align: center;
  margin: 10px auto 0px auto;
  padding: 0px;
  max-width: 900px;
  z-index: 999;
}
#page .mainIcons .container {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  margin: 0 0 0 0;
}
#page .mainIcons .col {
  flex-basis: 25%;
  -ms-flex-preferred-size: 25%;
  -webkit-flex-basis: 25%;
  padding: 0 0 0;
}
#page .mainIcons .l-item {
  position: relative;
  height: 100%;
  padding: 30px 0 0 0;
}
#page .mainIcons .col:last-child .l-item {
  border: 0;
}
#page .mainIcons h3 {
  font-weight: bold;
  text-transform: none;
  color: #fff;
  font-size: 14px;
  letter-spacing: 1px;
  margin: 10px 0px 0px 0px;
}
#page .mainIcons img {
  border: 3px solid #fff;
  border-radius: 50%;
  background: #fff;
}

@media (max-width: 767px) {
  #page .mainIcons .col {
    flex-basis: 50%;
    -ms-flex-preferred-size: 50%;
    -webkit-flex-basis: 50%;
  }
}
@media (max-width: 480px) {
  #page .mainIcons .col {
    flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    -webkit-flex-basis: 100%;
  }
}



/* text13486/show_0 */ 




/* 13455/_0 */ 

#page .cnt-r .sub.cnt13455 {
  padding: 0px 20px;
}


/* text13457/show_0 */ 

#page .mainStep {
  text-align: center;
  margin: 30px 0px 0 0px;
}
#page .mainStep .l-item {
  width: 33.333%;
  float: left;
  padding: 0 20px;
  margin-top: 30px;
}
#page .mainStep h3 {
  margin: 20px 0px;
}
#page .mainStep .e-Counter {
  width: 50px;
  height: 50px;
  line-height: 50px;
  background: transparent;
  background-color: #e5563c;
  display: inline-block;
  border-style: solid solid solid solid;
  border-width: 0px 0px 0px 0px;
  border-radius: 25px 25px 25px 25px;
  font-size: 22px;
  font-weight: bold;
  color: #ffffff;
}
@media (max-width: 767px) {
  #page .mainStep .l-item {
    width: 100%;
    float: none;
    padding: 0 20px;
  }
}



/* 13458/_0 */ 

#page .cnt-r.cnt13458 {
  margin: 90px auto 0 auto;
  max-width: 100%;
  background: transparent;
  background-color: #3c73a8;
}


/* 13459/_0 */ 

#page .cnt-r .sub.cnt13459 {
  max-width: 1200px;
  margin: 0px auto;
}


/* footer13461/show_0 */ 

#page .footer {
  padding: 30px 20px;
  color: #ffffff;
  line-height: 1.5em;
}
#page .footer p {
  margin: 10px 0;
}
#page .footer .label {
  width: 60px;
}
#page .footer .l-contact1 {
  float: left;
  width: 33%;
  padding: 0px 10px 0px 0px;
}
#page .footer .l-contact2 {
  float: left;
  width: 33%;
  line-height: 1.7em;
}
#page .footer .l-create {
  float: right;
  font-size: 12px;
}
#page .footer h4 {
  font-size: 16px;
  font-weight: bold;
  color: #fff;
  margin: 0px 0px 20px 0px;
  line-height: 1.2em;
}
#page .footer .l-media {
  width: 33%;
  float: right;
  text-align: right;
}
#page .footer .l-copy {
  width: 50%;
  float: left;
  clear: both;
  font-size: 12px;
}
#page .footer hr {
  margin: 20px 0px;
  border-style: solid solid solid solid;
  border-width: 0px 0px 0px 0px;
  border-radius: 0 0 0 0;
  height: 1px;
  background: transparent;
  background-color: RGBA(255,255,255,0.3);
  clear: both;
  float: left;
  width: 100%;
}
#page .footer .icon-fb {
  opacity: 0.6;
}
#page .footer .icon-fb:hover {
  opacity: 1;
}
#page .footer .icon-fb:before {
  background-size: contain;
  width: 24px;
  height: 24px;
  content: "";
  position: absolute;
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" id="Layer_1" data-name="Layer 1" viewBox="0 0 512 512"><path d="M480,257.35c0-123.7-100.3-224-224-224s-224,100.3-224,224c0,111.8,81.9,204.47,189,221.29V322.12H164.11V257.35H221V208c0-56.13,33.45-87.16,84.61-87.16,24.51,0,50.15,4.38,50.15,4.38v55.13H327.5c-27.81,0-36.51,17.26-36.51,35v42h62.12l-9.92,64.77H291V478.66C398.1,461.85,480,369.18,480,257.35Z" fill-rule="evenodd" fill="%23ffffff"/></svg>');
  top: 0px;
  left: 0px;
}
#page .footer .icon-insta {
  margin: 0px 10px 0px 10px;
  opacity: 0.6;
}
#page .footer .icon-insta:hover {
  opacity: 1;
}
#page .footer .icon-insta:before {
  background-size: contain;
  width: 24px;
  height: 24px;
  content: "";
  position: absolute;
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="512" height="512" viewBox="0 0 512 512"><title>ionicons-v5_logos</title><path fill="%23ffffff" d="M349.33,69.33a93.62,93.62,0,0,1,93.34,93.34V349.33a93.62,93.62,0,0,1-93.34,93.34H162.67a93.62,93.62,0,0,1-93.34-93.34V162.67a93.62,93.62,0,0,1,93.34-93.34H349.33m0-37.33H162.67C90.8,32,32,90.8,32,162.67V349.33C32,421.2,90.8,480,162.67,480H349.33C421.2,480,480,421.2,480,349.33V162.67C480,90.8,421.2,32,349.33,32Z"/><path fill="%23ffffff" d="M377.33,162.67a28,28,0,1,1,28-28A27.94,27.94,0,0,1,377.33,162.67Z"/><path fill="%23ffffff" d="M256,181.33A74.67,74.67,0,1,1,181.33,256,74.75,74.75,0,0,1,256,181.33M256,144A112,112,0,1,0,368,256,112,112,0,0,0,256,144Z"/></svg>');
  top: 0px;
  left: 0px;
}
#page .footer .icon-yt {
  opacity: 0.6;
}
#page .footer .icon-yt:hover {
  opacity: 1;
}
#page .footer .icon-yt:before {
  background-size: contain;
  width: 24px;
  height: 24px;
  content: "";
  position: absolute;
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" version="1.1" width="16" height="16" viewBox="0 0 16 16"><path fill="%23ffffff" d="M15.841 4.8c0 0-0.156-1.103-0.637-1.587-0.609-0.637-1.291-0.641-1.603-0.678-2.237-0.163-5.597-0.163-5.597-0.163h-0.006c0 0-3.359 0-5.597 0.163-0.313 0.038-0.994 0.041-1.603 0.678-0.481 0.484-0.634 1.587-0.634 1.587s-0.159 1.294-0.159 2.591v1.213c0 1.294 0.159 2.591 0.159 2.591s0.156 1.103 0.634 1.588c0.609 0.637 1.409 0.616 1.766 0.684 1.281 0.122 5.441 0.159 5.441 0.159s3.363-0.006 5.6-0.166c0.313-0.037 0.994-0.041 1.603-0.678 0.481-0.484 0.637-1.588 0.637-1.588s0.159-1.294 0.159-2.591v-1.213c-0.003-1.294-0.162-2.591-0.162-2.591zM6.347 10.075v-4.497l4.322 2.256-4.322 2.241z"/></svg>');
  top: 0px;
  left: 0px;
}
#page .footer .icon-phone:before {
  background-size: contain;
  width: 18px;
  height: 18px;
  content: "";
  position: absolute;
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" version="1.1" width="16" height="16" viewBox="0 0 16 16"><path fill="%23e5563c" d="M11 10c-1 1-1 2-2 2s-2-1-3-2-2-2-2-3 1-1 2-2-2-4-3-4-3 3-3 3c0 2 2.055 6.055 4 8s6 4 8 4c0 0 3-2 3-3s-3-4-4-3z"/></svg>');
  top: 0px;
  left: 0px;
}
#page .footer .icon-phone {
  width: 18px;
  height: 18px;
  margin: 0px 3px 0px 0px;
  vertical-align: -4px;
}
#page .footer .icon-email:before {
  background-size: contain;
  width: 18px;
  height: 18px;
  content: "";
  position: absolute;
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="512" height="512" viewBox="0 0 512 512"><title>ionicons-v5-o</title><path fill="%23e5563c" d="M424,80H88a56.06,56.06,0,0,0-56,56V376a56.06,56.06,0,0,0,56,56H424a56.06,56.06,0,0,0,56-56V136A56.06,56.06,0,0,0,424,80Zm-14.18,92.63-144,112a16,16,0,0,1-19.64,0l-144-112a16,16,0,1,1,19.64-25.26L256,251.73,390.18,147.37a16,16,0,0,1,19.64,25.26Z"/></svg>');
  top: 0px;
  left: 0px;
}
#page .footer .icon-email {
  margin: 0px 3px 0px 0px;
  width: 18px;
  height: 18px;
  vertical-align: -4px;
}
#page .footer .icon-location:before {
  background-size: contain;
  width: 18px;
  height: 18px;
  content: "";
  position: absolute;
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" version="1.1" width="16" height="16" viewBox="0 0 16 16"><path fill="%23919191" d="M8 0c-2.761 0-5 2.239-5 5 0 5 5 11 5 11s5-6 5-11c0-2.761-2.239-5-5-5zM8 8c-1.657 0-3-1.343-3-3s1.343-3 3-3 3 1.343 3 3-1.343 3-3 3z"/></svg>');
  top: 0px;
  left: 0px;
}
#page .footer .l-bueno {
  position: absolute;
  top: -60px;
  right: 50px;
  width: 190px;
}
@media (max-width: 767px) {
  #page .footer .l-contact1 {
    float: none;
    width: 100%;
  }
  #page .footer .l-contact2 {
    float: none;
    width: 100%;
    margin: 30px 0 0 0;
  }
}

@media (max-width: 550px) {
  #page .footer {
    padding-top: 150px;
  }
  #page .footer .l-copy {
    clear: both;
    float: none;
    width: 100%;
    text-align: center;
  }
  #page .footer .l-create {
    clear: both;
    float: none;
    width: 100%;
    text-align: center;
  }
}



/* 13484/_0 */ 

#page .cnt-r .sub.cnt13484 {
  padding: 0 20px;
}


