.div-60 {
  width: 60%;
}
.mtalentgrey {
  max-width: 1440px;
  margin: auto;
}
.towar_index .breadcrumb-container {
    margin-bottom: 20px !important;
}
.mtalent-100 .div-50 {
    position: relative;
}
.mtalentgrey .div-33.centrum img:hover {
    transform-style: revert;
    transition: all 0.3s;
    transform: scale(1.2);
}
.mtalentgrey h2 {
    font-size: 34px !important;
    color: #b6094d;
    font-weight: 600;
}
.mtalentgrey p a {
    display: block;
    text-align: center;
    border: 2px solid #b6094d;
    border-radius: 10px;
    padding: 11px;
    background: #fff;
  	color: #b6094d;
	transition: all 0.3s;
}
.mtalentgrey p a:hover {
    border: 2px solid #b6094d;
    border-radius: 10px;
    padding: 7px;
    background: #b6094d;
  	color: #fff;
}
.medyczne {
    position: absolute;
    width: 100%;
}
.medyczne img {
    width: 120px;
    position: relative;
    right: 32px;
    top: -40px;
    float: right;
}
.mtalent-100 {
    display: flex;
    margin-right: -15px;
    margin-left: -15px;
    position: relative;
    flex-wrap: wrap;
  padding: 70px 25px 50px;
  background: #eee;
}
.mtalentgrey .div-33.centrum {
    background: #fff;
  min-height: 450px;
  border-radius: 10px;
}
.mtalentgrey .div-33.centrum img {
   width: 90px;
}
button.buttalent1 {
    padding: 10px 25px;
    border: 1px solid darkred;
    border-radius: 10px 0 0 10px;
    background: darkred;
    color: white;
    font-weight: 600;
    margin-bottom: 30px;
  	width: 50%;
}
button.buttalent2 {
    border: 1px solid darkred;
    border-radius: 0 10px 10px 0;
    border-left: none;
    padding: 10px 25px;
    color: darkred;
    background: white;
    font-weight: 600;
    margin-bottom: 30px;
  	width: 50%;
}
@media (min-width: 1200px){
.container {
    max-width: 100%;
}
}
@media (min-width: 576px) {
.container {
    max-width: 100% !important;
}  
}
.div-25.centrum.podobne {
 width: calc(25% - 30px);
  margin: 15px;
  box-shadow: 1px 3px 13px 0px #ccc;
  border-radius: 10px;
}
.botzees {
  border: 2px solid #503089;
  border-radius: 10px;
  padding: 20px;
  }
.botzees img {
    transition: all 0.3s;
  box-shadow: none;
}
.h4botzees {
  color: #fff;
}
.botzees:hover img {
  filter: invert(1);
    transition: all 0.3s;
  box-shadow: none;
}
.boksik p, .boksik li {
 font-size: 17px;
  line-height: 1.2em;
}
.div-100.kolorystyka {
    display: block;
    width: 100%;
    clear: both;
    padding-bottom: 30px;
    margin-bottom: 0;
}
.div-100.kolorystyka h3 {
  margin-top: 30px;
}
.div-100.floorek {
  text-align: left !important;
    display: flex;
    align-content: center;
    justify-items: start;
    flex-wrap: wrap;
    align-items: center;
    flex-direction: row;
  justify-content: flex-start;
}
.ippButton {
   background: #b6094d;
    background-image: -webkit-linear-gradient(top, #e6005b, #b6094d);
    background-image: -moz-linear-gradient(top, #e6005b, #b6094d);
    background-image: -ms-linear-gradient(top, #e6005b, #b6094d);
    background-image: -o-linear-gradient(top, #e6005b, #b6094d);
    background-image: -webkit-gradient(to bottom, #e6005b, #b6094d);
   -webkit-border-radius: 10px;
   -moz-border-radius: 10px;
   border-radius: 10px;
   color: #FFFFFF;
   font-size: 20px;
   font-weight: 500;
   padding: 10px 15px;
   -webkit-box-shadow: 1px 1px 13px 0 #999999;
   -moz-box-shadow: 1px 1px 13px 0 #999999;
   box-shadow: 1px 1px 13px 0 #999999;
   text-shadow: 1px 1px 13px 0 #999999;
   text-decoration: none;
   display: inline-block;
   cursor: pointer;
   text-align: center;
  border: 0;
  right: 25px;
    position: absolute;
    bottom: 25px;
}
.ippButton a {
  color: #ffffff;
}

.ippButton:hover {
   background: #d02e6e;
    background-image: -webkit-linear-gradient(top, #d02e6e, #830839);
    background-image: -moz-linear-gradient(top, #d02e6e, #830839);
    background-image: -ms-linear-gradient(top, #d02e6e, #830839);
    background-image: -o-linear-gradient(top, #d02e6e, #830839);
    background-image: -webkit-gradient(to bottom, #d02e6e, #830839);
   -webkit-border-radius: 10px;
   -moz-border-radius: 10px;
   border-radius: 10px;
   text-decoration: none;
   color: white;
}

.chemButton {
   background: #F4524D;
   background-image: -webkit-linear-gradient(top, #F4524D, #CB4A46);
   background-image: -moz-linear-gradient(top, #F4524D, #CB4A46);
   background-image: -ms-linear-gradient(top, #F4524D, #CB4A46);
   background-image: -o-linear-gradient(top, #F4524D, #CB4A46);
   background-image: -webkit-gradient(to bottom, #F4524D, #CB4A46);
   -webkit-border-radius: 20px;
   -moz-border-radius: 20px;
   border-radius: 20px;
   color: #FFFFFF;
   font-family: Open Sans;
   font-size: 24px;
   font-weight: 100;
   padding: 20px;
   -webkit-box-shadow: 1px 1px 20px 0 #000000;
   -moz-box-shadow: 1px 1px 20px 0 #000000;
   box-shadow: 1px 1px 20px 0 #000000;
   text-shadow: 1px 1px 20px #000000;
   text-decoration: none;
   display: inline-block;
   cursor: pointer;
   text-align: center;
}

.chemButton:hover {
   border: solid #FFFFFF 0;
   background: #C9433F;
   background-image: -webkit-linear-gradient(top, #C9433F, #F4524D);
   background-image: -moz-linear-gradient(top, #C9433F, #F4524D);
   background-image: -ms-linear-gradient(top, #C9433F, #F4524D);
   background-image: -o-linear-gradient(top, #C9433F, #F4524D);
   background-image: -webkit-gradient(to bottom, #C9433F, #F4524D);
   -webkit-border-radius: 20px;
   -moz-border-radius: 20px;
   border-radius: 20px;
   text-decoration: none;
  color: white;
}

.fizButton {
   background: #4D9EF4;
   background-image: -webkit-linear-gradient(top, #4D9EF4, #466DCB);
   background-image: -moz-linear-gradient(top, #4D9EF4, #466DCB);
   background-image: -ms-linear-gradient(top, #4D9EF4, #466DCB);
   background-image: -o-linear-gradient(top, #4D9EF4, #466DCB);
   background-image: -webkit-gradient(to bottom, #4D9EF4, #466DCB);
   -webkit-border-radius: 20px;
   -moz-border-radius: 20px;
   border-radius: 20px;
   color: #FFFFFF;
   font-family: Open Sans;
   font-size: 24px;
   font-weight: 100;
   padding: 20px;
   -webkit-box-shadow: 1px 1px 20px 0 #000000;
   -moz-box-shadow: 1px 1px 20px 0 #000000;
   box-shadow: 1px 1px 20px 0 #000000;
   text-shadow: 1px 1px 20px #000000;
   text-decoration: none;
   display: inline-block;
   cursor: pointer;
   text-align: center;
}

.fizButton:hover {
   border: solid #FFFFFF 0;
   background: #466DCB;
   background-image: -webkit-linear-gradient(top, #466DCB, #4D9EF4);
   background-image: -moz-linear-gradient(top, #466DCB, #4D9EF4);
   background-image: -ms-linear-gradient(top, #466DCB, #4D9EF4);
   background-image: -o-linear-gradient(top, #466DCB, #4D9EF4);
   background-image: -webkit-gradient(to bottom, #466DCB, #4D9EF4);
   -webkit-border-radius: 20px;
   -moz-border-radius: 20px;
   border-radius: 20px;
   text-decoration: none;
  color: white;
}

.geoButton {
   background: #59F7FF;
   background-image: -webkit-linear-gradient(top, #59F7FF, #43C3C9);
   background-image: -moz-linear-gradient(top, #59F7FF, #43C3C9);
   background-image: -ms-linear-gradient(top, #59F7FF, #43C3C9);
   background-image: -o-linear-gradient(top, #59F7FF, #43C3C9);
   background-image: -webkit-gradient(to bottom, #59F7FF, #43C3C9);
   -webkit-border-radius: 20px;
   -moz-border-radius: 20px;
   border-radius: 20px;
   color: #FFFFFF;
   font-family: Open Sans;
   font-size: 24px;
   font-weight: 100;
   padding: 20px;
   -webkit-box-shadow: 1px 1px 20px 0 #000000;
   -moz-box-shadow: 1px 1px 20px 0 #000000;
   box-shadow: 1px 1px 20px 0 #000000;
   text-shadow: 1px 1px 20px #000000;
   text-decoration: none;
   display: inline-block;
   cursor: pointer;
   text-align: center;
}

.geoButton:hover {
   border: solid #FFFFFF 0;
   background: #43C3C9;
   background-image: -webkit-linear-gradient(top, #43C3C9, #59F7FF);
   background-image: -moz-linear-gradient(top, #43C3C9, #59F7FF);
   background-image: -ms-linear-gradient(top, #43C3C9, #59F7FF);
   background-image: -o-linear-gradient(top, #43C3C9, #59F7FF);
   background-image: -webkit-gradient(to bottom, #43C3C9, #59F7FF);
   -webkit-border-radius: 20px;
   -moz-border-radius: 20px;
   border-radius: 20px;
   text-decoration: none;
  color: white;
}

//Tooltip CSS
.CellWithComment {
  position: relative;
  text-align: center;
}

.CellComment{
  display:none;
  position:absolute; 
  z-index:100;
  border:1px;
  background-color:white;
  border-style:solid;
  border-width:1px;
  border-color:red;
  padding:3px;
  color:red; 
  top:20px; 
  left:20px;
}

.CellWithComment:hover span.CellComment{
  display:block;
}

.liczba {
  	margin-top: 10px;
    font-weight: 700 !important;
    width: 64px;
    height: 64px;
    white-space: nowrap;
    border-radius: 100%;
    background-color: #4bb4e6;
    font-size: 2rem;
    font-weight: 700;
    color: white;
    text-align: center;
    //letter-spacing: -0.1em;
    line-height: 1;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.test {
  	position: absolute;
  	width: 281px;
  	height: 443px;
	left: 40%;
  	bottom: 5%;
  	z-index: 99999;
  visibility: hidden;
}

.test.vertTranslate {
  visibility: visible;
  -webkit-transition: 3s;
  -moz-transition: 3s;
  -ms-transition: 3s;
  -o-transition: 3s;
  transition: 3s;
  bottom: 80% !important;
}

#timer div {
   background-color: #000000;
   color: #ffffff;
   width: 100px;
   height: 105px;
   border-radius: 5px;
   font-size: 35px;
   font-weight: 700;
   margin-left: 10px;
   margin-right: 10px;
}
#timer div span {
   display: block;
   margin-top: -2px;
   font-size: 15px;
   font-weight: 500;
}

/* Timer circle */
.base-timer {
  position: relative;
  width: 100px;
  height: 100px;
}

.base-timer__svg {
  transform: scaleX(-1);
}

.base-timer__circle {
  fill: none;
  stroke: none;
}

.base-timer__path-elapsed {
  stroke-width: 7px;
  stroke: grey;
}

.base-timer__path-remaining {
  stroke-width: 7px;
  stroke-linecap: round;
  transform: rotate(90deg);
  transform-origin: center;
  transition: 1s linear all;
  fill-rule: nonzero;
  stroke: currentColor;
}

.base-timer__path-remaining.green {
  color: rgb(65, 184, 131);
}

.base-timer__path-remaining.orange {
  color: orange;
}

.base-timer__path-remaining.red {
  color: red;
}

.base-timer__label {
  position: absolute;
  width: 100px;
  height: 100px;
  top: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
}
.prod-table .td-left {
  width: 140px;
}
.prod-table .td-right {
  max-width: 400px;
}
.col-12.col-md-6.col-lg-5.col-xxl-6.sub-kat-item {
    padding: 20px;
}
.div-14 {
 width: 14.2857%; 
   float: left;
  padding: 10px;
}
@media (max-width: 1366px) {
  .content-no-full {
    width: 90%;
    margin:10px auto;
  }
  .boksik p, .boksik li {
 font-size: 16px;
}
}
@media (min-width: 768px) {
  .content-no-full {
    width: 80%;
    margin:10px auto;
  }
  
}
@media (min-width: 1367px) {
  
.container.blog {
    max-width: 100%;
}
.container.blog .row.justify-content-center.align-items-top.blog-item {
    padding: 20px 10%;
}
.container.blog .row.justify-content-center.align-items-center.blog-item, .blog .tresc {
    width: 80%;
    margin: 20px auto;
}
}
@media (min-width: 1520px) {
  .container.blog .row.justify-content-center.align-items-center.blog-item, .blog .tresc {
    max-width: 80%;
    margin: 20px auto;
}
}
.blog_artykul #content p, .blog_artykul #content li, .font15p {
  font-size: 15px;
}
.avantis h1 {
    font-size: 36px;
    font-weight: 500;
    line-height: 2em;
    margin-top: 30px;
    margin-bottom: 20px;
}
.avantis h2 {
    font-size: 28px;
    font-weight: 500;
    line-height: 2em;
    margin-top: 30px;
    margin-bottom: 20px;
}
.avantis h3 {
    font-size: 22px;
    font-weight: 500;
    line-height: 2em;
    margin-top: 20px;
    margin-bottom: 15px;
}
.avantis p {
  	font-size: 17px;
    font-weight: 400;
    line-height: 1.2em;
    margin-bottom: 20px;
}
.avantis .row {
    margin-bottom: 50px;
}
.avantis .quart {
  	padding: 15px;
  	margin: 0;
  	box-shadow: 0 0 7px #eaeaea;
}
@media screen and (min-width: 992px) {
.avantis .lewa {
  	padding-right: 30px;
}
  .avantis .prawa {
    padding-left: 30px;
}
  h2.centrum.transparent {
    background-color: #ffffff00;
    font-size: 32px !important;
}
}
.avantis .quart h3 {
    line-height: 1.2em;
    font-size: 21px;
}
.avantis .quart p {
    line-height: 1.2em;
    font-size: 15px;
}
.fable p, .fable ul li {
  font-size: 20px;
  line-height: 1.4em;
  font-weight: 500;
}

  #div_element_full {
    background-color:#fff;
    width:100%;
    display: inline-block;
    box-shadow: 0px 3px 10px 0px rgb(0 0 0 / 12%);
    margin: 25px 0;
}

/**.div_100, .div-100{
	width: 100%;
  	clear: both;
  	margin: 15px auto;
    padding: 0;
  float: none;
  display: flow-root;
}**/
.div_100, .div-100 {
    width: 100%;
    clear: both;
    margin: 15px auto;
    padding: 0;
    float: none;
    display: block;
    flex-direction: row;
    flex-wrap: wrap;
    align-content: center;
    justify-content: space-between;
    align-items: center;
}
.div-100flex {
    width: 100%;
    clear: both;
    margin: 15px auto;
    padding: 1px 20px;
    float: none;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-content: center;
    justify-content: space-between;
    align-items: center;
}
.div-100.funfloor {
  display: flex;
   	background-color: #4a00ff1c;
  border-radius: 10px;
    	margin: 15px auto;
  padding: 25px;
}
.div_60, .div-60{
	width:60%;
	float:left;
}
.div-80{
	width:80%;
	float:left;
}
.div_40, .div-40{
	width:40%;
	float:left;
  text-align: center;
}
.div_70, .div-70{
	width:70%;
	float:left;
  text-align: center;
}

.div_30, .div-30{
	width:30%;
	float:left;
  text-align: center;
}
.div_50, .div-50{
  width:50%;
  float:left;
  padding:3%;
}

.fa-check-square{
  font-size:30px;
  color:#3053b3;
}

.list{
  font-size:16px;
}

p{
  font-size:18px;
  line-height:27px;
}

.div_30{
	text-align:center;
	width:20%;
	float:left;
	padding:1%;
}
.div_31{
	text-align:center;
	width:31%;
	float:left;
	padding:1%;
}
h2.kam1 {
  font-size: 32px;
  font-weight: 600;
  margin-bottom: 30px;
  }
h2.kam1-mobi {
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 30px;
  }
#div_element_full h3.kam1, h3.kam1 {
   font-size: 26px;
   font-weight: 600;
  }
#div_element_full h4.kam1, h4.kam1 {
   font-size: 22px;
   font-weight: 500;
  }
h3.kam1-mobi {
  font-size: 20px;
   font-weight: 600;
}
#div_element_full ul, #div_element_full li{
list-style-type:disc;
margin-left:2%;
line-height:35px;
}
.container.item-view {
    padding-bottom: 30px;
    margin-bottom: 30px;
    border-bottom: 1px dotted #ccc;
}
td img {
  max-width: 100%;
}
.table-mobi td {
  width: 33% !important;
  padding: 10px 5px;
  text-align: center !important;
}
.table-mobi td p {
  font-size: 15px;
  line-height: 1em;
}
.view-thumbs-inner .view-thumb {
    height: 80px;
    line-height: 80px;
    cursor: pointer;
    display: inline-block;
    width: 25%;
    text-align: center;
}
.div-07 {
  width: 7.143%;
  float: left;
  padding: 10px;
}
.div-16, .div-06 {
  width: 16.666%;
  padding: 10px;
  float: left;

}
.div-20 {
  width: 20%;
  padding: 10px;
  float: left;

}
.div-25 {
  width: 25%;
  padding: 10px;
  float: left;

}
.div-25box {
  width: calc(25% - 40px);
  padding: 20px ;
  float: left;
  box-shadow: 2px 3px 3px 4px #ddd;
  margin: 20px;
}
 .div-25box p, .div-25box h3 {
   text-align: center !important;
}
.div-33 {
  width: calc(33.333% - 30px);
  margin: 15px;
  padding: 20px;
  float: left;
min-height: 270px;
}
.div-50 {
  width: calc(50% - 30px);
  margin: 15px;
  float: left;
	min-height: 300px;
}
.div-50box {
    width: calc(50% - 40px);
    float: left;
    min-height: 38vh;
    box-shadow: 0px 3px 7px 1px #DDDDDD;
    margin: 20px;
    padding: 30px;
    border-radius: 10px;
}
.div-33box {
    width: calc(33.3333% - 40px);
    float: left;
    min-height: 38vh;
    box-shadow: 0px 3px 7px 1px #DDDDDD;
    margin: 20px;
    padding: 30px;
    border-radius: 10px;
}
@media (max-width: 1280px) {
 .div-20.boksik {
    width: 33%;
    float: left;
   margin: 0;
} 

}
@media (max-width: 960px) {
 .div-20.boksik {
    width: 50%;
    float: left;
   margin: 0;
} 
  .div-14 {
 width: 20% 
}
    .div-33box {
    width: calc(50% - 40px);
    float: left;
    min-height: 38vh;
    box-shadow: 0px 3px 7px 1px #DDDDDD;
    margin: 20px;
    padding: 30px;
    border-radius: 10px;
}
}
@media (max-width: 600px) {
 .div-20.boksik {
    width: 100%;
    float: left;
   margin: 0;
} 
    .div-33box {
    width: calc(100% - 40px);
    float: left;
    min-height: 38vh;
    box-shadow: 0px 3px 7px 1px #DDDDDD;
    margin: 20px;
    padding: 30px;
    border-radius: 10px;
}
  .mtalentgrey h2 {
    font-size: 28px !important;
    color: #b6094d;
    font-weight: 600;
}
  button.buttalent1 {
    padding: 10px 25px;
    border: 1px solid darkred;
    border-radius: 10px 10px 0 0x;
    background: darkred;
    color: white;
    font-weight: 600;
    margin-bottom: 30px;
  	width: 100%;
}
button.buttalent2 {
    border: 1px solid darkred;
    border-radius: 0 0 10px 10px;
    border-left: 1px solid darkred;
    padding: 10px 25px;
    color: darkred;
    background: white;
    font-weight: 600;
    margin-bottom: 30px;
  	width: 100%;
}
}
@media screen and (max-width: 1280px) {
.div-16, .div-06 {
    width: 33.3333%;
    padding: 10px;
    float: left;
}
}
@media screen and (max-width: 767px) {
  .col-12.col-md-4.product-min-container {
    padding-bottom: 30px;
    border-bottom: 1px solid #ccc;
}
  .div-14 {
 width: 25% 
}
  .boksik p, .boksik li {
 font-size: 15px;
}
  .div-07 {
  width: 14.285%;
  float: left;
  padding: 10px;
}
  .div-50box {
    width: calc(100% - 40px);
    float: left;
    min-height: 40vh;
    box-shadow: 0px 3px 7px 1px #DDDDDD;
    margin: 10px;
    padding: 20px;
      border-radius: 10px;
}
 .div-16, .div-20, .div-25, .div-33, .div-50, .div-06 {
  width: calc(50% - 20px);
  margin: 10px;
  float: left;
}
  .div-33 {
  width: 33.3333%;
  margin: 0;
  padding: 20px;
  float: left;
min-height: 270px;
}
  h2.centrum.transparent {
    background-color: #ffffff00;
    font-size: 28px;
}
  .carusel-control-img-prev:after, .carusel-control-img-next:after {
    width: 50px !important;
    height: 50px !important;
}
.carusel-control-img {
    top: calc(50% - 13px) !important;
}
  .botzees {
  border: 2px solid #503089;
  border-radius: 10px;
  padding: 20px;

  }
.botzees img {
    transition: all 0.3s;
  box-shadow: none;
}
.botzees:hover img {
  filter: invert(1);
    transition: all 0.3s;
  box-shadow: none;
}
}
.div-16 img, .div-20 img, .div-25 img, .div-33 img, .div_16 img, .div_20 img, .div_25 img, .div_33 img, .div-07 img, .div-06 img {
  margin-bottom: 12px;

  padding: 10px;
}
.view-descriotion-content h2 {
  font-size: 27px !important;
  font-weight: 600;
  line-height: 1.5em;
}
.div-50 h3, .div-30 h3, .div-33 h3, .div-40 h3, .div-60 h3, .div-70 h3 {
    font-size: 20px;
    font-weight: 600;
    line-height: 1.3em; 
    text-align: left;
}
.div-50 p {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.2em;
    text-align: left;
}
.div_100 .div-50 img {
 box-shadow: none; 
}

@media screen and (max-width: 575px) {
  .div_100.no-padding, .div-100.no-padding, .div_70.no-padding, .div-70.no-padding, .div_60.no-padding, .div-60.no-padding, .div_50.no-padding, .div-50.no-padding, .div_40.no-padding, .div-40.no-padding, .div_30.no-padding, .div-30.no-padding, .div-33.no-padding {
    padding: 0;
    margin: 0 !important;
}
  .div-14 {
 width: 100% 
}
  .view-descriotion-content .lang3 {
    font-size: 33px !important;
  }
.text-justify {
    text-align: left !important;
}
  .div-80 {
    width: 96%;
    float: none;
    margin: 0 2%;
}
 .div-50 {
  width: 50%;
  margin: 10px;
  float: left;
}
  h2.centrum.transparent {
    background-color: #ffffff00;
    font-size: 24px;
}
 .div-16, .div-20, .div-25, .div-33, .div-06{
  width: 50%;
  padding: 10px;
  float: none;
}
  .form-group label {
    font-size: 18px;
    font-weight: 600;
}
.form-group select {
    border: 2px solid #e6005b;
    height: 40px;
}
  .carusel-control-img-prev:after, .carusel-control-img-next:after {
    width: 50px !important;
    height: 50px !important;
}
.carusel-control-img {
    top: calc(50% - 13px) !important;
}
  .div_60, .div-60{
	width:100%;
	float:none;
}
.div-07, .div-06 {
  	width: 50%;
    padding: 10px;
    float: left;
    margin: 10px 0;
}
.div_40, .div-40{
	width:100%;
	float:none;
  padding-bottom: 20px;
}

.div_50, .div-50, .div-33{
  width:100%;
  float:none;
  margin:2% 0;
  min-height: 240px;
}
  .div-100 h2, .div_100 h2, .div-60 h2, .div_60 h2 {
    background-color: #e6005b1a;
    padding: 10px;
    line-height: 1.2em;
    text-transform: uppercase;
    font-size: 20px !important;
}
 .div-50, .div-100.lang2 .div-50 {
  width: 100%;
  margin: 10px;
  float: none;
}
 .div-16, .div-20, .div-25, .div-06 {
    padding: 5px;
    float: left;
    margin: 5px 0;
}
  .div-16.centrum.fifty, .div-20.centrum.fifty, .div-25.centrum.fifty, .div-06.centrum.fifty {
    padding: 10px;
    float: left;
    margin: 0px 0;
    width: 50%;
}
  .div-25box {
  width: calc(50% - 40px);
  padding: 20px ;
  float: left;
  box-shadow: 2px 3px 3px 4px #ddd;
    margin: 20px;
}
  .back-color {
    background-color: #ddd;
    border-radius: 20px;
}
  td ul {
    list-style-type: none;
  }
  .carusel-control-img-prev:after, .carusel-control-img-next:after {
    width: 50px !important;
    height: 50px !important;
}
 
.carusel-control-img {
    top: calc(50% - 13px) !important;
}
  .div-50 p, .div-60 p, .div-100 p, .div_100 p, .div_50 p, .div_60 p, .div-50 li, .div_50 li, .div-60 li, .div_60 li, .div-100 li, .div_100 li {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.3em;
    text-align: left !important;
}
  table, th, td {
  font-size: 13px;
}
  ol, ul, dl {
    padding-inline-start: 10px;
}
  h2.topper {
  text-align: center;
  font-size: 26px;
  line-height: 2em;
  font-weight: 600;
}
  .mtalentgrey h2 {
    font-size: 25px !important;
    color: #b6094d;
    font-weight: 600;
}
}
.div-100 h2, .div_100 h2 {
    background-color: #e6005b1a;
    padding: 10px;
    line-height: 1.2em;
    text-transform: uppercase;
    font-size: 30px;
  margin-bottom: 40px;
  margin-top: 40px;
  border-radius: 10px;
  display: block;
  width: 100%;
}
.div-50 h2, .div_50 h2, .div-60 h2, .div_60 h2 {
    padding: 10px;
    line-height: 1.3em;
}
.centrum {
  text-align: center !important;
}
#welcome_close {
    display: block;
    width: 10px;
    height: 10px;
    position: absolute;
    right: 6px;
    top: 13px;
    background: #fff;
    padding: 10px;
    margin: 5px;
    border: 2px solid;
    border-radius: 11px;
}
.div-60 p, .div-100 p, .div_100 p, .div_60 p, .div-60 li, .div_60 li, .div-100 li, .div_100 li {
    font-size: 17px;
    font-weight: 500;
    line-height: 1.4em;
    text-align: left;
}
 .div-10 p {
    min-height: 2.8em;
  }
.div_100 .relatywny, .div-100 .relatywny, .div_50 .relatywny, .div-50 .relatywny {
  position: relative;
}
h2.topimage {
    position: absolute;
    top: 10%;
    left: 10%;
    color: #fff;
    display: block;
    width: 25%;
    font-size: 60px !important;
    font-weight: 600;
}
h2.bottomimage {
    position: absolute;
    bottom: 5%;
    left: 10%;
    color: #fff;
    display: block;
    width: 70%;
    font-size: 90px !important;
    font-weight: 600;
}
h2.bottomimage2 {
    position: absolute;
    bottom: 0;
    left: 0;
    color: #fff;
    display: block;
    width: 70%;
    font-size: 59px !important;
    font-weight: 600;
    padding: 37px;
    background-color: #FFA446;
  margin: 0;
}
.div_100 p, .div-100 p .div_100 img, .div-100 img, .div_60 p, .div-60 p .div_60 img, .div-60 img,.div_50 p, .div-50 p .div_50 img, .div-50 img, .div_40 p, .div-40 p .div_40 img, .div-40 img {
      margin: 0 0 15px;
    border-radius: 5px;
 
}
p.nachodzenie {
  display: block; 
  background-color: #F78715; 
  color: #fff; 
  padding: 40px; font-size: 22px; 
  line-height: 1.3em; 
  letter-spacing: 3px; 
  text-align: left; 
  z-index: 3; 
  position: absolute; 
  bottom: -110px; 
  width: 70%; 
  right: 40px;
}
.orange-head-3 {
  font-size: 40px; 
  color: #F78715; 
  margin-left: 30px; 
  padding-top: 30px; 
  border-top: 3px solid #153F79;
}
.button_blank, .button_blank a {
 	padding: 10px 33px;
    border: 1px solid #f05e21;
    border-radius: 6px;
    background-color: white;
    color: #f05e21;
    font-size: 22px;
    display: inline-block;
  	transition: all 0.3s;
  margin-top: 30px;
}
.button_blank:hover, .button_blank a:hover {
    background-color: #f05e21;
    color: white;
}

@media screen and (max-width: 1023px) {
  .orange-head-3 {
  font-size: 30px; 
  color: #F78715; 
  margin-left: 10px; 
  padding-top: 20px; 
  border-top: 3px solid #153F79;
}
  h2.topimage {
    position: absolute;
    top: 2%;
    left: 2%;
    color: #fff;
    display: block;
    width: 96%;
    font-size: 16px !important;
    font-weight: 600;
}
h2.bottomimage {
    position: absolute;
    bottom: 2%;
    left: 2%;
    color: #fff;
    display: block;
    width: 90%;
    font-size: 15px !important;
    font-weight: 600;
}
h2.bottomimage2 {
    position: absolute;
    bottom: 0;
    left: 0;
    color: #fff;
    display: block;
    width: 90%;
    font-size: 16px !important;
    font-weight: 600;
    padding: 10px;
    background-color: #FFA446;
  margin: 0;
  }
  p.nachodzenie {
  display: block; 
  background-color: #F78715; 
  color: #fff; 
  padding: 10px; font-size: 16px; 
  line-height: 1.1em; 
  letter-spacing: 1px; 
  text-align: left; 
  z-index: 3; 
  position: absolute; 
  bottom: -30px; 
  width: 100%; 
  right: 0;
}
}
.view-image {
  height: auto;
 line-height: unset; 
}
.transparent {
    background-color: #ffffff00 !important;
  background: #ffffff00 !important;
}
h2.centrum.transparent {
    background-color: #ffffff00;
    font-size: 40px;
}
.div_100.no-padding, .div-100.no-padding, .div_70.no-padding, .div-70.no-padding, .div_60.no-padding, .div-60.no-padding, .div_50.no-padding, .div-50.no-padding, .div_40.no-padding, 
.div-40.no-padding, .div_30.no-padding, .div-30.no-padding, .div-33.no-padding {
  padding: 0;
  margin: 15px;
}
.pluspad {
  padding: 10px 25px;
}
table, th, td {
  border: 1px solid #ddd;
  border-collapse: collapse;
}
h2.no-tlo {
  background-color: #ffffff00;
}
.kat-seo-tekst>p {
    font-size: 14px;
    color: #000;
    text-align: left;
    border: 1px solid #cfcfcf;
    padding: 15px;
    line-height: 1.5em;
}
.div_100.center {
    text-align: center;
}
.div_100.center .div-20 img {
 box-shadow: none; 
  margin-top: 15px;
  width: 80%;
}
.center h3, .center p, .centrum h3, .centrum p {
  text-align: center !important;
}
  
.div-33 img {

  margin-top: 30px;
}
.banerekh1 {
left: 40%;
top: 30%;
width: 70%;
height: auto;
font-size: 48px;
color: #ffffff;
font-weight: 600;
}
.banerekh2 {
    color: #ffffff !important;
	font-size: 36px !important;
	font-weight: 700 !important;
}
.div_100.centrum.videlo {
  padding: 0;
  margin: 0;
  border: 1px solid #ddd;
}
.div_100 table tr:hover, .div-100 table tr:hover {
  background-color: #fee
}
ul li.inlinelist {
    padding: 5px 10px;
    margin: 15px 15px 0;
    border: 1px solid #fcc;
    border-radius: 6px;
  float: left
}
.div-100 h3, .div_100 h3, .div-60 h3 {
  	font-size: 25px;
    line-height: 1.2em;
    color: #b6094d;
    margin-bottom: 20px;
    margin-top: 20px;
}
.div-100 .div-33box h3, .div_100 .div-33box h3, .div-60 h3, .div-33box {
  	font-weight: 600;
    font-size: 25px;
    line-height: 1.2em;
    color: #b6094d;
  margin-bottom:20px;
}
h2.topper {
  text-align: center;
  font-size: 26px;
  line-height: 2em;
  font-weight: 600;
}
.div-100h {
  text-align: center;
  width: 100%;
}
.div-100h img {
  width: 90%;
  margin: 20px 5%;
}
.buttonmtal {
 	border: 1px solid lightblue;
 	background: white;
  	color: #222;
  padding: 10px 20px;
  border-radius: 6px;
}
.buttonmtal:hover {
 	border: 1px solid lightblue;
 	background: lightblue;
  	color: #222;
  padding: 10px 20px;
  border-radius: 6px;
}
.back-color {
 	background-color: #ddd;
    border-radius: 20px;
}
.info-box {
	width: 100%;
  	padding: 20px;
 	box-shadow: 0 0 7px #ccc;
  	border-radius: 15px;
  	margin: 30px 0;
}
.info-box .ukr-flag {
    background-image: url(https://aktin.pl/webroot/files/my_files/zdjecia/mtalent/ukr-flag.png);
    background-color: #dcdcdc;
    background-position: 10px;
    background-repeat: no-repeat;
    background-size: 5%;
    padding: 10px;
    text-indent: 44px;
}
.table-striped tbody tr:nth-of-type(odd) {
    background-color: #F7F7F7;
}

.div-08 {
  width: 12.5%;
  float: left;
}
.info-alert {
    color: #eee;
    font-size: 32px;
    font-weight: 500;
  text-align: center;
}
@media(max-width: 576px){
  .div-08{
    width: 50%;
    float: left;
  }
  .info-alert {
    color: #eee;
    font-size: 18px;
    font-weight: 500;
}
.no-padding2, .no-padding2 img {
    padding: 0;
    margin: 0;
    min-height: 100px;
}
}
.div-20.centrum.mini {
    width: 20%;
    margin: 0;
    padding: 0;
}
.div-20.centrum.mini img {
    margin: -25px 0 0;
    padding: 0;
}
.div-100.no-padding img, .div-50.no-padding img, .div-40.no-padding omg, .div-33.no-padding img {
  margin: 0;
  padding: 0;
}
.product.item-min>.content .product-image {
    display: block;
    text-align: center;
    height: auto;
    line-height: 0;
    margin: 30px auto;
}
.product.item-min>.content .product-name {
    padding: 0 15px;
    line-height: normal;
    font-size: 22px;
    font-weight: 700;
    display: block;
    margin-bottom: 10px;
    overflow: hidden;
    height: auto;
}
@media (min-width: 768px) {
  .div-16 img, .div-20 img, .div-25 img, .div-33 img, .div_16 img, .div_20 img, .div_25 img, .div_33 img, .div-07 img, .div-06 img {
    margin-bottom: 12px;
   padding: 5px;
        background-color: transparent;
}
}
@media (max-width: 1518px){
.product.item-min>.content .product-name {
    font-size: 18px;
    max-height: 75px;
}
}
a.buttonek {
    padding: 10px 15px;
    border: 1px solid magenta;
    border-radius: 6px;
    background: #fdf;
  	color: #222
}
a.buttonek:hover {
    padding: 10px 15px;
    border: 1px solid magenta;
    border-radius: 6px;
    background: magenta;
  	color: #fff
}
.no-padding2, .no-padding2 img {
    padding: 0;
    margin: 0;
    min-height: 100px;
}

.div-10 {
    width: 10%;
    padding: 10px;
    float: left;
}
@media (max-width: 1280px) {

  .div-10 {
    width: 20%;
    padding: 10px;
    float: left;
}
  .div-10 img {
    max-width: 85%;
  }
  .div-10 p {
    text-align: center !important;
  }
}
.div-07.wymiary {
    border: 1px solid #ddd;
    margin: 5px;
    width: calc(14.285% - 10px);
  font-weight: 500;
    text-align: center;
  box-shadow: 3px 3px 12px #ccc;
}


.html-content .div-10 p {
    text-align: center;
  font-weight: 500;
}
.akttable th.thfirst {
  width: 45px;
}
.akttable th.thsecond {
  width: 80%;
}
.akttable th.ththird {
  width: calc(20% - 45px);
}

@media (max-width: 1280px) {
  .div-07.wymiary {
    border: 1px solid #ddd;
    margin: 5px;
    width: calc(33.333% - 10px);
    font-weight: 500;
    text-align: center;
    box-shadow: 3px 3px 12px #ccc;
}
}
@media (max-width: 767px) {
  .div-10 {
    width: 50%;
    padding: 10px;
    float: left;
}
  .div-10 img {
    max-width: 85%;
  }
  .div-10 p {
    text-align: center !important;
  }
  .div-07.wymiary {
    border: 1px solid #ddd;
    margin: 5px;
    width: calc(50% - 10px);
    font-weight: 500;
    text-align: center;
}
  .akttable th.thfirst {
  width: 45px;
}
.akttable th.thsecond {
  width: 65%;
}
.akttable th.ththird {
  width: calc(35% - 45px);
}
  button.buttalent1 {
    padding: 10px 10px;
    border: 1px solid darkred;
    border-radius: 10px 10px 0 0;
    background: darkred;
    color: white;
    font-weight: 500;
    margin-bottom: 0px;
    font-size: 15px;
    width: 100%;
}
  button.buttalent2 {
    border: 1px solid darkred;
    border-radius: 0 0 10px 10px;
    border-left: 1px solid darkred;
    padding: 10px 10px;
    color: darkred;
    background: white;
    font-weight: 500;
    margin-bottom: 30px;
    font-size: 15px;
    width: 100%;
}
}
@media (max-width: 576px) {
  .div-07.wymiary {
    border: 1px solid #ddd;
    margin: 5px;
    width: calc(100% - 10px);
    text-align: center;
}
}
table td, table th {
 padding: 0.5rem; 
}
.div-10 img {
    transition-duration: .3s;
  box-shadow: 3px 3px 5px #555;
}
.div-10 img:hover {
    transform: scale(1.3);
    -webkit-transform: scale(1.3);
    -moz-transform: scale(1.2);
    border-radius: 50%;
  box-shadow: 5px 7px 9px #55555555;

}
/*=========================================*/
.dobre-krzeslo {
		padding: 20px; 
		background: #777; 
		border-radius: 20px; 
		float: left; 
		display: block; 
		width: 80%;
	}
.krzeselko {
		float: right; 
		position: relative; 
		bottom: 30px; 
		width: 35%; 
		left: 9%; 
		bottom: 257px;
	}
.flagi6 {
	float: right; 
	margin-right: 20px;
	}
.div-60.lang .ukraine {
	text-align: right; 
	color: #353535; 
	font-size: 24px; 
	font-weight: 600; 
	margin-right: 20px;
	}
.o-nas {
	text-align: left; 
	color: white; 
	font-size: 24px;
	}
.lang-logo {
	position: absolute;
	right: 30px;

	width: 40%;
	height: auto;
}
.under-logo {
	margin: 180px auto 30px;
}
.lang-title {
  	transform: rotate(-90deg);
 	position: relative;
    color: white;
    font-size: 106px !important;
    font-weight: 600 !important;
  	text-align: left;
  text-shadow: 3px 5px 7px #333;
}
.lang-title span {
  font-size: 76px;
  font-weight: 400;
}
.div-60.lang2 p, .div-40.lang2 p, .div-100.lang .div-80 p, .div-100.lang .div-80 h3, .div-100.lang h2 {
    color: white;
}
.div-60.lang2 p {
  text-align: left;
}
.langcolor {
 	background-color: red; /* For browsers that do not support gradients */
  	background-image: linear-gradient(to right, #293FA5 , #D71462); 
  	padding: 20px;
    border-radius: 20px;
}
.langcolor p {
  font-size: 15px;
}
.div-07 img, .div-14 img, .div-100 .div-20 img, .div-06 img, .div-25 img, .div-33 img, .div-50 img, .div-67 img {
box-shadow: none;
    transition: all 0.3s ease;
    padding: 5px;

    margin-top: 5px;
    margin-bottom: 5px;
}
.div-07 img:hover, .div-14 img:hover, .div-100 .div-20 img:hover, .div-06 img:hover, .div-25 img:hover, .div-33 img:hover, .div-50 img:hover, .div-67 img:hover {
  transform: scale(1.2);
}
.div-07.lang img:hover, .div-14.lang img:hover, .div-06.lang img:hover, .div-100.lang .div-20.centrum img:hover {
    transform: scale(1.4);
}
.div-07.lang span, .div-14.lang span, .div-06.lang span {
    color: white;
    font-size: 13px;
    line-height: 1.3em;
    display: inherit;
    font-weight: 500;
}
.nadwewn {
  position: relative;
  display: table;
  border-radius: 20px;
}
.div-50.lang img {
    border-radius: 20px;
}
.wewn {
  display: table-cell;
  vertical-align: middle;
  padding: 0;
  margin: 0;
}
h2.langh2 {
    margin-bottom: 35px;
}
.gradient {
    background-color: red; /* For browsers that do not support gradients */
  	background-image: linear-gradient(to right, #293FA5 , #D71462);
	padding: 30px;
	width: 100%;
    min-height: 150px;
    margin-bottom: 30px;
    display: table;
	border-radius: 20px;
}
.gradient .div-80, .gradient .div-20, .gradient3 .div-80, .gradient3 .div-20 {
  display: table-cell;
  vertical-align: middle;
}
.gradient .div-80, .gradient3 .div-80 {
  padding-left: 30px;
}
.gradient p, .gradient h3, .gradient span, .gradient3 p, .gradient3 h3, .gradient3 span {
  color: white;
  text-align: left;
      text-shadow: 3px 5px 7px #333;
}
span.bigdigit {
    font-size: 77px;
    font-weight: 900;
}
.gradient .div-80 h3, .gradient .div-60 h3, .gradient3 .div-80 h3, .gradient3 .div-60 h3 {
    font-size: 26px;
}
.gradient .div-80 p, .gradient3 .div-80 p {
    font-size: 18px;
}
.view-descriotion-content .lang3 {
    font-size: 40px !important;
    font-weight: 700;
    color: white;
    text-align: left;
    background: transparent;
    text-align: center;
      text-shadow: 3px 5px 7px #333;
}
.div-100l {

}
.gradient2 {
background-color: red; /* For browsers that do not support gradients */
  	background-image: linear-gradient(to right, #293FA5 , #D71462);
  padding: 30px;
  width: 100%;
    margin-bottom: 30px;
  border-radius: 20px;
}
h2.gradient2 {
    color: white;
    font-weight: 600;
    font-size: 42px !important;
    line-height: 2.2em;
  text-shadow: 3px 5px 7px #333;
}
.div-100.lang2 .div-50 {
    width: 50%;
    float: left;
    padding: 1%;
    margin: 0;
}
.div-07.lang.centrum, .div-14.lang.centrum, .div-06.lang.centrum {
    padding: 3px;
}
.div-100.lang.centrum .bigwhiteh2, .div-100 .bigwhiteh2 {
 color: white;
  font-size: 44px !important;
  font-weight: 600;
  background: transparent;
  text-shadow: 3px 5px 7px #333;
}

@media (min-width: 1140px) {
	.div-100.lang {
 		max-width: 1080px; 
      	position: relative;
      top: 10px;
	}
	.div-40.lang {
		width: 40%;
		float: left;
		text-align: center;
		margin-top: -66px;
	}
	.div-60.lang {
		width: 60%;
		float: left;
		margin-top: -166px;
		position: relative;
	}
  .div-60.term {
  width: 60%;
    float: left;
    margin-top: -260px;
    position: relative;
  }
	h2.langh2 {
    color: white;
    text-align: left;
    font-size: 26px !important;
    line-height: 1.2em;
    background: none;
    border-bottom: 1px solid magenta;
    padding: 10px 0;
    margin-bottom: 40px;
      text-shadow: 3px 5px 7px #333;
}
	h3.langh3 {
		color: white;
		text-align: left;
		font-size: 20px !important;
		line-height: 1.2em;
		background: none;
		padding: 10px 0; 
      text-shadow: 3px 5px 7px #333;
	}
	.div-60.lang2 {
		margin-top: 70px;
		padding: 30px 30px 0 0;
		margin-bottom: -250px;
	}
	  .div-40.lang2 {
	  margin-top: 70px;
	  padding: 30px 0 10px;
	}
	  .div-50.lang {
		margin: 0 15px;
		padding: 0;
        width: calc(50% - 30px);
	}
	  .div-50.lang div {
		padding: 0 30px;
		height: 680px;
	}	
	.div-50.lang h3 {
		font-size: 45px;
		text-align: left;
		text-shadow: 3px 5px 7px #333;
		line-height: 1em;
		margin-bottom: 30px;
	}
	.div-50.lang p {
		font-size: 24px;
		line-height: 1.2em;
		text-align: left;
	}
}
@media only screen and (min-width: 768px) and (max-width: 1139px) {
	.lang-title {
		transform: rotate(-90deg);
		position: relative;
		color: white;
		font-size: 106px !important;
		font-weight: 600 !important;
		text-align: left;
		top: -60px;
	}
  .gradient .div-80 h3, .gradient .div-60 h3, .gradient3 .div-80 h3, .gradient3 .div-60 h3 {
    font-size: 26px;
}
	.div-60.lang {
		position: relative;
		top: -170px;
	}
    .div-60.term {
      width: 60%;
    float: left;
    margin-top: -251px;
    position: relative;
  }
	.div-60.lang2 h2.langh2 {
		font-size: 30px;
		background: transparent;
		color: white;
	}
	.nadwewn {
		position: relative;
		display: table;
		padding: 20px;
	}
}
@media (max-width: 767px) {
  .div-50.lang {
    width: 100%;
}
  .div-60.term {
    margin-top: -60px;
}
  .div-100.lang .div-20.centrum img {
    border-radius: 50%;
    box-shadow: 1px 3px 6px #aaa;
    width: 55%;
    padding: 10px;
}
  .lang-logo {
    position: absolute;
    right: 5%;
    width: 50%;
    height: auto;
}
  .langcolor {
    margin-left: 10px;
    margin-right: 10px;
}
  .bottom-layer {
    margin-left: -15px;
    margin-right: 0;
    width: calc(100% + 30px);
}
	.under-logo {
		margin: 80px auto 30px;
	}
  .div-100.lang.centrum .bigwhiteh2, .div-100 .bigwhiteh2 {
    color: white;
    font-size: 33px !important;
    font-weight: 600;
    background: transparent;
    text-shadow: 3px 5px 7px #333;
}
	.lang-title {
		transform: none;
		position: relative;
		color: white;
		font-size: 40px !important;
		font-weight: 600 !important;
		text-align: left;
		top: -84px;
	}
	.lang-title span {
		font-size: 40px;
		font-weight: 400;
	}
	.gradient .div-80, .gradient .div-20, .gradient3 .div-80, .gradient3 .div-20 {
		width: 100%;
		float: none;
		display: block;
      	padding-left: 0;
	}
	.div-60.lang .ukraine {
		text-align: center !important; 
		color: #fff; 
		font-size: 20px; 
		font-weight: 600; 
		margin-right: auto;
	}

	.flagi6 {
		float: none; 
		margin-right: 0px;
      padding: 10px;
	}
	.o-nas {
		text-align: left; 
		color: white; 
		font-size: 22px;
		line-height: 1.2em;
		padding: 10px;
	}
	h2.langh2 {
		margin-bottom: 35px;
		background: transparent;
		color: white;
	}
	.div-60.lang2 p {
		padding: 20px;
    	margin-left: 10px;
    	margin-right: 10px;
    	width: calc(100% - 20px);
	}
	.langcolor .langh3 {
		color: white;
	}
	.div-07.lang, .div-14.lang, .div-06.lang {
		width: 50%;
		padding: 10px;
		float: left;
		margin: 10px 0;
		height: 225px;
	}
	.div-07.lang img, .div-14.lang img, .div-06.lang img {
		margin-bottom: 5px
	}
	.dobre-krzeslo {
		padding: 20px;
		background: #777;
		border-radius: 20px;
		float: none;
		display: block;
		width: 100%;
	}
	.krzeselko {
		float: none;
		position: relative;
		bottom: 30px;
		width: 25%;
		right: 0%;
		bottom: 0;
	}
	.nadwewn {
		position: relative;
		display: table;
		padding: 20px;
	}
  .gradient, .gradient3 {
    display: flex;
    flex-direction: column-reverse;
    width: 96%;
    margin: 20px auto;
  }
  
  .gradient .div-20 {
    order: 1;
  }
	h2.gradient2 {
		color: white;
		font-weight: 600;
		font-size: 26px !important;
		line-height: 1.2em;
	}
  .div-100.flexer {
    display: flex;
    flex-direction: column-reverse;
}.div-50.lang.tekst {
    order: 1;
}
  .gradient .div-80 h3 {
    font-size: 25px;
}
.div-40.lang.pracownia {
    margin-top: -150px;
}
}
.langcolor .langh3 {
  color: white;
}
.div-100.lang2 .div-50 img.view-image {
  transition-duration: 0.3s;
}
.div-100.lang2 .div-50 img.view-image:hover {
  transform: scale3d(1.1, 1.1, 0.9);
  border-radius: 20px;
  transition-duration: 0.3s;
  cursor: pointer;
}
a {
  color: #b6094d;
}
.sub-kat-list .sub-kat-item:before {
    content: '';
    width: 50px;
    height: 50px;
    border-right: 1px solid #023e7c;
    border-top: 1px solid #023e7c;
    position: absolute;
    right: 0px;
    top: 0;
}
.list-item-container-clasic>.list-item {

    padding-bottom: 30px;
    border-bottom: 3px dotted #f0f3;
}
@media (min-width: 992px) {
.col-lg-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
   /* max-width: 90%; */
    margin: auto;
  }}
.div-100.lang .div-20.centrum img {
   border-radius: 10px;
    box-shadow: 0px 0px 2px #fff;
}
.div-100.lang2 .div-50 img.view-image {
    border-radius: 20px;
}
.button-bon a {
    display: block;
    width: 100%;
    text-align: center;
    padding: 20px;
  color: #b6094d;
    background-color: #fff;
    border: 2px solid #b6094d;
    border-radius: 6px;
    margin-top: 30px;
    font-size: 24px;
    font-weight: 600;
}
.button-bon a:hover {
  	color: #fff;
    background-color: #b6094d;
    border: 2px solid #b6094d;
    border-radius: 6px;
    margin-top: 30px;
    font-size: 24px;
    font-weight: 600;
}
.blog-item .tytul {
    font-size: 28px;
    font-weight: 700;
    margin-bottom: 20px;
}
.description .opis {
    font-size: 18px;
}
.whitesnake li, .gradient .div-50 li, .gradient .div-80 li, .gradient3 .div-50 li, .gradient3 .div-80 li {
  color: #fff;
  text-align: left !important;
}
.img-podpis {
 font-size: 0.8em; 
}
.bigdigit img {
  width: 85%;
}
.gradient h4, .gradient3 h4, .gradient4 h4{
    font-size: 22px;
    font-weight: 600;
    text-align: left;
    color: #fff;
    text-shadow: 3px 5px 7px #333;
}
.gradient .div-100 h3, .gradient3 .div-100 h3, .gradient4 .div-100 h3 {
    font-size: 30px;
    margin-bottom: 30px;
    text-align: center;
}
.gradient .div-100 img, .gradient3 .div-100 img, .gradient4 .div-100 img {
    width: 100%;
}
.gradient3 {
    background-color: #00000033;
	padding: 30px;
	width: 100%;
    min-height: 150px;
    margin-bottom: 30px;
    display: table;
	border-radius: 20px;
}
.gradient4 {
    background-color: #993366ee;
  padding: 30px;
	width: 100%;
    min-height: 150px;
    margin-bottom: 30px;
    display: table;
	border-radius: 20px;
}
@media screen and (max-width: 575px) {
.div-50, .div-100.lang2 .div-50 {
    width: 100%;
    margin: 4% 0;
    float: none;
}
  .div-25box {
  width: calc(100% - 40px);
  padding: 20px ;
  float: left;
  box-shadow: 2px 3px 3px 4px #ddd;
  margin: 20px;
}
}
h2.page-title {
    font-size: 2.4em;
    text-align: center;
    font-weight: 600;
    color: #333;
  background-color: transparent;
  margin-bottom: 5px;
}
h3.sub-transparent {
    color: #333;
    background-color: transparent;
  font-size:1.4em;
  font-weight: 500;
}
.div-100.langl.centrum {
    top: 40px;
    position: relative;
}
.table-striped th {
    width: 25%;
}
@media (min-width: 800px){
.top-bar {
    padding: 12px 0 40px;
  box-shadow: 0 0 13px 1px #ccc;
}
.partner_index .top-bar {
    padding: 10px 0 10px;
  box-shadow: 0 0 13px 1px #ccc;
}
}
.nobckgrnd {
  background: transparent !important;
  background-color: transparent !important;
}
.invert {
  color: #fff;
}
div#fixed-bar {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background: #b6094d;
    height: auto;
    overflow: visible;
    padding: 0;
    transition: all .3s;
    padding: 10px;
}

.main-banner .carousel-indicators {

    display: none;
}
.div-33.centrum.ebony {
    width: calc(33.333% - 30px);
    margin: 0 15px;
    padding: 0px;
    float: left;
    min-height: 270px;
}
@media (max-width: 1280px) {
.div-50.centrum.boksik50 {
      width: 100%;
  }
  .div-33.centrum.ebony {
    width: calc(50% - 30px);
    margin: 0 15px;
    padding: 0px;
    float: left;
    min-height: 240px;
}
    .div-33.centrum.ebony img {
   padding: 0; 
  }
  .div-25.centrum.podobne {
    width: calc(50% - 30px);
    margin: 15px;
    box-shadow: 1px 3px 13px 0px #ccc;
    border-radius: 10px;
}
}
@media (max-width: 768px) {
  .div-33.centrum.boksik, .div-50.centrum.boksik {
    margin: 10px;
    width: calc(50% - 20px);
    float: left;
  }
  .div-33.centrum.ebony {
    width: calc(100% - 30px);
    margin: 0 15px;
    padding: 0px;
    float: left;
    min-height: 240px;
}
  .div-33.centrum.ebony img {
   padding: 0; 
  }
}
@media (max-width: 480px) {
.div-33.centrum.boksik, .div-50.centrum.boksik {
    margin: 10px;
    width: calc(100% - 20px);
}
.col-12.col-md .row.justify-content-between .col-auto, .mobile .top-bar .container .col-6.text-left {
    padding-left: 10px;
    padding-right: 10px;
}
.mobile .top-menu > li > a {
    font-size: 22px;
    margin-right: 10px;
}
.view-descriotion-content h4 {
    font-size: 21px !important;
    font-weight: 500 !important;
}
.head-opis {
    margin-top: 40px;
}
.h3botzees {
  font-size: 18px !important;
  font-weight: 500 !important;
  color: #fff !important;
}
.libotzees {
  font-size: 15px;
  line-height: 1.2em;
}
.libotzees li {
  text-align: center !important;
}
.h4botzees {
  color: #fff;
    font-size: 17px !important;
    text-decoration: none;
}
svg {
    margin-bottom: -1px;
}
}
@media (max-width: 575px) {
.div-100, .div-100.funfloor {
    width: 100%;
    clear: both;
    margin: 15px 0;
 
    float: none;
    display: flow-root;
    border-radius: 0 !important;
}
  .div-100.funfloor {
    padding: 15px;
  }
  .div-25.centrum.funfloor {
    width: 100%;
}
  .div-25.centrum.podobne {
    width: calc(100% - 20px);
    margin: 10px;
    box-shadow: 1px 3px 13px 0px #ccc;
    border-radius: 10px;
}
}
.centrum.red1 {
    background-color: #ea3522;
    border-radius: 10px 10px 0 0;
    padding: 30px 0 0;
}
.red2 {
    background-color: #D2111B;
    margin-top: -1px;
    padding: 30px;
    border-radius: 0 0 10px 10px;
    min-height: 222px;
}
.red1 svg path {
  fill: #d2111b;
}
.centrum.red1:hover {
background-color: #D2111B;
    transition: all 0.3s;
}
.centrum.yellow1 {
    background-color: #F49902;
    border-radius: 10px 10px 0 0;
    padding: 30px 0 0;
}
.yellow2 {
    background-color: #ED6101;
    margin-top: -1px;
    padding: 30px;
    border-radius: 0 0 10px 10px;
    min-height: 222px;
}
.yellow1 svg path {
  fill: #ED6101;
}
.centrum.yellow1:hover {
background-color: #ED6101;
    transition: all 0.3s;
}

.centrum.purple1 {
    background-color: #C35A9F;
    border-radius: 10px 10px 0 0;
    padding: 30px 0 0;
}
.purple2 {
    background-color: #AE0184;
    margin-top: -1px;
    padding: 30px;
    border-radius: 0 0 10px 10px;
    min-height: 222px;
}
.purple1 svg path {
  fill: #AE0184;
}
.centrum.purple1:hover {
background-color: #AE0184;
    transition: all 0.3s;
}

.centrum.green1 {
    background-color: #59B530;
    border-radius: 10px 10px 0 0;
    padding: 30px 0 0;
}
.green2 {
    background-color: #08913C;
    margin-top: -1px;
    padding: 30px;
    border-radius: 0 0 10px 10px;
    min-height: 222px;
}
.green1 svg path {
  fill: #08913C;
}
.centrum.green1:hover {
background-color: #08913C;
    transition: all 0.3s;
}

.centrum.blue1 {
    background-color: #00B1EB;
    border-radius: 10px 10px 0 0;
    padding: 30px 0 0;
}
.blue2 {
    background-color: #0290DE;
    margin-top: -1px;
    padding: 30px;
    border-radius: 0 0 10px 10px;
    min-height: 222px;
}
.blue1 svg path {
  fill: #0290DE;
}
.centrum.blue1:hover {
background-color: #0290DE;
    transition: all 0.3s;
}

.shadowbox {
 box-shadow: 1px 3px 13px 0px #ccc !important; 
  border-radius: 10px !important;
}
button.button.button1 {
    padding: 10px 20px;
    margin: 10px;
    border: 1px solid #ea3522;
    border-radius: 10px;
    background: #ea3522;
  	transition: all 0.5s;
}
button.button.button2 {
    padding: 10px 20px;
    margin: 10px;
    border: 1px solid #59B530;
    border-radius: 10px;
    background: #59B530;
  	transition: all 0.5s;
}
button.button.button1:hover {
    background: #D2111B;
}
button.button.button2:hover {
    background: #08913C;
}
button.button.button1 a, button.button.button2 a {
  font-size: 20px;
  font-weight: 500;
 color: #fff; 
}
div#fixed-bar a.link-menu {
    color: #fff;
    font-size: 15px;
    display: inline-block;
}
input[type="checkbox"] {
   box-sizing: border-box;
    height: 27px;
    width: 27px;
    vertical-align: middle;
    margin-right: 10px;
    padding: 0;
}
.div-20 h4, .div-25 h4, .div-33 h4, .div-16 h4 {
    font-weight: 500;
    font-size: 18px;
  	line-height: 1.3em;
  	margin: 15px 15px 30px;
}
.div_100 {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-content: center;
    justify-content: flex-start;
    align-items: center;
    margin: 30px auto;
}
button.inlinelist {
    display: flex;
    float: left;
    margin: 10px;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: space-evenly;
    align-items: center;
    padding: 5px 10px;
    border: 1px solid #b6094d;
    border-radius: 5px;
    background: #b6094d;
}
button.inlinelist:hover {
  background: #fff;
  transition: all 0.3s ease;
}
button.inlinelist a {
    color: #fff;
}
button.inlinelist:hover a {
    color: #b6094d;
  transition: all 0.3s ease;
}
.partner-banner {
    box-shadow: 0 0 7px 4px #eee;
    margin-bottom: 80px !important;
}
.partner_index .product.item-min > .content .product-image img {
    max-height: 180px;
}
.partner_index .product.item-min>.content .product-name {
    line-height: normal;
    font-size: 20px;
}
.partner_index .col-12.col-sm-6.col-md-4.col-product {
    text-align: center;
    display: flex;
    flex-direction: column-reverse;
    flex-wrap: wrap;
    align-content: center;
    justify-content: center;
    align-items: center;
}
.partner_index .product.item-min > .content .product-footer {
    position: absolute;
    top: 20px;
    right: 25px;
    height: 75px;
    padding-top: 30px;
}
.partner_index .product.item-min > .content {
    background: #fff;
    position: relative;
    height: 100%;
    box-shadow: 3px 2px 11px 5px #eee;
    padding: 20px;
  transition: all 0.3s ease;
}
.partner_index .product.item-min > .content:hover {
    background: #fff;
    position: relative;
    height: 100%;
    box-shadow: 0px 0px 0px 0px #eee;
    padding: 20px;
  transition: all 0.3s ease;
}
.div-11 
{
  width: 9.090909%;
  float: left;
}
@media (max-width: 1280px) {
  .div-11 
{
  width: 25%;
  float: left;
}}
@media (max-width: 960px) {
  .div-11 
{
  width: 33%;
  float: left;
}}
@media (max-width: 575px) {
  .div-11 
{
  width: 50%;
  float: left;
}
.div-30, .div-70 {
  float: none;
  width: 100%;
  }
}
@media (min-width: 768px) {
.top-bar {
 display: flex; 
  z-index: -1 !important;
}
}
@media (max-width: 767px) {
.top-bar {
  display: flex;
 max-height: 36px; 
}
}
.root-content.mb-50 {
  margin-top: 10px;
}
.table-sm th, .table-sm td {
    padding: 0.75rem;
  }
  .div-70 h4 {
    font-size: 18px;
    font-weight: 600;
    text-align: left;
    padding-bottom: 5px;
    border-bottom: 1px solid #ccc;
}
  .top-bar .container-fluid img {
    width: 83%;
    margin-left: 9px;
    margin-top: 2px;
}
.partner_index .top-bar .container-fluid img {
    width: 100%;
    margin-left: 9px;
    margin-top: 2px;
}
.div-100 .mtalentgrey li h4 {
    font-size: 21px !important;
    font-weight: 500 !important;
}
h2.trans, h1.trans {
    background-color: transparent;
    padding: 10px 0;
    line-height: 1.2em;
    text-transform: none;
    font-size: 29px !important;
    margin-bottom: 30px;
    margin-top: 30px;
    border-radius: 10px;
    display: block;
    width: 100%;
    font-weight: 500;
}
.div-08 {
  width: 12.5%;
  padding: 30px;
}
.div-08 img:hover {
    transform: scale(1.3);
    -webkit-transform: scale(1.3);
    -moz-transform: scale(1.2);
    border-radius: 50%;
    box-shadow: 5px 7px 9px #55555555;
}

.div-08 img {
    transition-duration: .3s;
    box-shadow: 3px 3px 5px #555;
}
@media (max-width: 767px) {
  .div-08 {
  width: 25%;
  padding: 20px;
}
}
@media (max-width: 576px) {
  .div-08 {
  width: 33.33333%;
  padding: 15px;
}
}
.mtalentgrey h2 {
    background-color: transparent;
    padding: 0;
    margin: 0 0 5px;
  font-size: 44px !important;
}
.mtalentgrey h4 {
    font-size: 22px;
    font-weight: 600;
}
.mtalentgrey .div-60 {
  padding-right: 70px;
}
.head-opis {
    font-size: 32px;
    color: #303030;
    font-weight: 700;
    margin-bottom: 20px;
    line-height: normal;
    margin-top: 5px;
}

hr {
    margin-top: 2rem;
    margin-bottom: 2rem;
    border: 0;
    border: 1px solid #ef1976;
}
.div-100.terminal {
  max-width: 1280px;
    width: 96%;
    margin: 20px auto;
    
    flex-wrap: wrap;
    flex-direction: row;
    align-content: center;
    align-items: center;
}
.div-100.terminal hr {
    margin-top: 2rem;
    margin-bottom: 2rem;
    border: 0;
    border: 1px solid #ef1976;
  	width: 100%;
}
@media (min-width: 1280px) {
    .div-100.terminal {
        max-width: 1280px;
        position: relative;
        top: 0px;
    }
}



body.lb-disable-scrolling {
  overflow: hidden;
}

.lightboxOverlay {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9999;
  background-color: black;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  opacity: 0.8;
  display: none;
}

.lightbox {
  position: absolute;
  left: 0;
  width: 100%;
  z-index: 10000;
  text-align: center;
  line-height: 0;
  font-weight: normal;
  outline: none;
}

.lightbox .lb-image {
  display: block;
  height: auto;
  max-width: inherit;
  max-height: none;
  border-radius: 3px;

  /* Image border */
  border: 4px solid white;
}

.lightbox a img {
  border: none;
}

.lb-outerContainer {
  position: relative;
  *zoom: 1;
  width: 250px;
  height: 250px;
  margin: 0 auto;
  border-radius: 4px;

  /* Background color behind image.
     This is visible during transitions. */
  background-color: white;
}

.lb-outerContainer:after {
  content: "";
  display: table;
  clear: both;
}

.lb-loader {
  position: absolute;
  top: 43%;
  left: 0;
  height: 25%;
  width: 100%;
  text-align: center;
  line-height: 0;
}

.lb-cancel {
  display: block;
  width: 32px;
  height: 32px;
  margin: 0 auto;
  background: url(/webroot/files/my_files/zdjecia/nexineo/loading.gif) no-repeat;
}

.lb-nav {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 10;
}

.lb-container > .nav {
  left: 0;
}

.lb-nav a {
  outline: none;
  background-image: url('data:image/gif;base64,R0lGODlhAQABAPAAAP///wAAACH5BAEAAAAALAAAAAABAAEAAAICRAEAOw==');
}

.lb-prev, .lb-next {
  height: 100%;
  cursor: pointer;
  display: block;
}

.lb-nav a.lb-prev {
  width: 34%;
  left: 0;
  float: left;
  background: url(/webroot/files/my_files/zdjecia/nexineo/prev.png) left 48% no-repeat;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -webkit-transition: opacity 0.6s;
  -moz-transition: opacity 0.6s;
  -o-transition: opacity 0.6s;
  transition: opacity 0.6s;
}

.lb-nav a.lb-prev:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}

.lb-nav a.lb-next {
  width: 64%;
  right: 0;
  float: right;
  background: url(/webroot/files/my_files/zdjecia/nexineo/next.png) right 48% no-repeat;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -webkit-transition: opacity 0.6s;
  -moz-transition: opacity 0.6s;
  -o-transition: opacity 0.6s;
  transition: opacity 0.6s;
}

.lb-nav a.lb-next:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}

.lb-dataContainer {
  margin: 0 auto;
  padding-top: 5px;
  *zoom: 1;
  width: 100%;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}

.lb-dataContainer:after {
  content: "";
  display: table;
  clear: both;
}

.lb-data {
  padding: 0 4px;
  color: #ccc;
}

.lb-data .lb-details {
  width: 85%;
  float: left;
  text-align: left;
  line-height: 1.1em;
}

.lb-data .lb-caption {
  font-size: 13px;
  font-weight: bold;
  line-height: 1em;
}

.lb-data .lb-caption a {
  color: #4ae;
}

.lb-data .lb-number {
  display: block;
  clear: left;
  padding-bottom: 1em;
  font-size: 12px;
  color: #999999;
}

.lb-data .lb-close {
  display: block;
  float: right;
  width: 30px;
  height: 30px;
  background: url(/webroot/files/my_files/zdjecia/nexineo/close.png) top right no-repeat;
  text-align: right;
  outline: none;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
  opacity: 0.7;
  -webkit-transition: opacity 0.2s;
  -moz-transition: opacity 0.2s;
  -o-transition: opacity 0.2s;
  transition: opacity 0.2s;
}

.lb-data .lb-close:hover {
  cursor: pointer;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}


h2.transparent {
	background: transparent;
    background-color: transparent;
    text-align: center;
    font-size: 36px !important;
    margin-bottom: 50px;
    text-decoration: underline dotted #eb0798 10%;
 	 width: 100%;
  
}
h1.transparent  {
	background: transparent;
    background-color: transparent;
    text-align: center;
    font-size: 52px !important;
    margin: 50px auto 50px -10px;
    text-decoration: underline dotted #eb0798 10%;
 	width: 100%;
  font-weight: 600;
  line-height: 1.3em;
}
.div-100 .div-60 .div-100 hr, .div-100 .div-40 .div-100 hr {
  width: 51%;
}
.div-100.re-flex {
  	display: flex;
    background-image: linear-gradient(270deg, #FFFFFF 50%, #eb0798 0%);
  	margin: 0;
}

h2.transparent.centrum.heading-title2.size-2, h1.transparent.centrum.heading-title2.size-2 {
  display: none;
}
.div-67 {
 width: 66.666%;
  float: left;
}
@media (max-width: 676px) { 
  .div-100.re-flex {
  	display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: normal;
    align-items: normal;
    align-content: normal;
    background-image: linear-gradient(0deg, #FFFFFF 50%, #eb0798 0%);
}
  h2.transparent.centrum.heading-title.size-default, h1.transparent.centrum.heading-title.size-default 
 {
    display: none;}
  h2.transparent.centrum.heading-title2.size-2, h1.transparent.centrum.heading-title2.size-2 {
    display: block;
  	font-size: 28px;
    color: white;
}
  h2.transparent, h1.transparent {
 background: transparent;
        background-color: transparent;
        text-align: center;
        font-size: 30px !important;
        margin: 27px auto;
        line-height: 1.3em;
    padding: 0;
} 
}
.div-100.re-flex .div-33.first h3 {
  font-size: 33px;
  color: white;
  margin: 0 0 20px;
}
.div-100.re-flex .div-33.first h4 {
  font-size: 20px;
  color: white;
  margin: 0 0 20px;
}
.div-100.re-flex .div-33.last h4 {
  font-size: 20px;
  margin: 0 0 20px;
}
.div-100.re-flex .div-33.first p {
  font-size: 16px;
  color: white;
}
.div-100.re-flex .div-33.first button {
  padding: 6px;
  width: 100%;
  background: transparent;
  border: 1px solid #ffffff;
  border-radius: 5px;
}
.div-100.re-flex .div-33.first button a {
  color: white;
}
.div-100.re-flex .div-33.last, .div-100.re-flex .div-33.first {
  padding: 0 70px;
}
.div-100.re-flex .div-33.last h3 {
  font-size: 33px;
  color: #222;
}
.div-100.re-flex .div-33.last h4 {
  font-size: 20px;
  color: #222;
}
.div-100.re-flex .div-33.last p {
  font-size: 16px;
  color: #222;
}
.div-100.re-flex .div-33.last button, .buttonek {
  padding: 6px;
  width: 100%;
  background: transparent;
  border: 1px solid #eb0798;
  border-radius: 5px;
}
.div-100.re-flex .div-33.last button a, .buttonek a {
  color: #eb0798;
}
.div-100.flexi {
    padding: 50px;
    display: flex;
    align-items: center;
    align-content: center;
    background-position: center !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
    background-attachment: fixed !important;
  margin: 0;
  justify-content: center;
}
.div-100.flexi .div-33 {
  width: calc(33.333% - 30px);
    margin: 15px;
    padding: 20px;
    float: left;
    min-height: 270px;
    z-index: 100;
}
.div-100.flexi .div-33 h3 {
  color: #eb0798;
    font-size: 40px;
    text-align: right;
    margin-right: -146px;
    line-height: 1.5em;
    margin-top: 30px;
}
.div-100.flexi .div-33 h3 span {
  font-size: 86px;
  color: #fff;
}
.filowanie {
    width: 23px;
    fill: #ee22cc;
}
.e-con-inner .kozysci {
 font-size: 13px !important;
  background: transparent;
}
.pierwszy, .drugi {
  position: relative;
}
.pierwszy .drugi .numerek {
  position: absolute;
    font-size: 100px;
    font-weight: 900;
    color: #ee22cc33;
    top: -63px;
    left: calc(50% - 55px);
  transition-duration: 0.3s;
}
span.numerek:hover {
    transform: scale(1.2);
}
.ha-step-arrow {
    width: 63%;
    border-color: #c1006d;
    border-top-style: dotted;
    display: block;
    position: absolute;
    left: 75%;
    top: 50%;
}
.ha-step-arrow::after {
    border-right-style: dotted;
    border-color: #c1006d;
  	position: absolute;
    display: inline-block;
    border-top: 1px solid #ddd;
}
.div-50.szary {
    width: 50%;
    margin: 0;
    float: left;
    min-height: 334px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-content: center;
    background: #f3f3f3;
    padding: 0 70px;
}
img.tapeta {
  height: 89px;
    margin: 0;
}
.div-60 .div-100.terminal {
	width: 100%;
    margin: 25px 0;
    border-top: dotted 1px #eaeaea;
}
.div-60 .div-100.terminal hr {
    float: left;
}
.div-100.terminal .div-33.centrum {
    margin: 0;
    padding: 10px;
    width: 33.333%;
    min-height: 150px !important;
}
.div-100 h4 {
  font-size: 17px;
  font-weight: 600;
}
  .nexivideo {
   width: 100%;
    height: auto;
    min-height: 900px;
}
@media (max-width: 676px) { 
  .nexivideo {
    width:100%;
    min-height: 300px;
    max-height: 400px;
  }
  .div-100.re-flex .div-33.last, .div-100.re-flex .div-33.first {
    padding: 0 10px;
}
  .div-100.re-flex .div-33.first h3, .div-100.re-flex .div-33.last h3 {
    font-size: 25px;
  }
  .div-100.re-flex .div-33.last, .div-100.re-flex .div-33.first, .div-100.re-flex .div-33.middle {
    width: 100%;
  }
 .ha-step-arrow {
    width: 100%;
    border-color: #c1006d;
    display: block;
    position: absolute;
    left: 0%;
    top: 100px;
    border-top-style: dotted;
    transform: rotate(90deg) scale(0.25);
}
  .div-100.flexi .div-33 {
    width: 90%;
    margin: 0;
    padding: 0;
    float: left;
    min-height: 170px;
    z-index: 50;
}
  .div-100.flexi .div-33 h3 {
    color: #eb0798;
    font-size: 27px;
    text-align: right;
    margin-right: 0px;
    line-height: 2.5em;
    margin-top: 30px;
}
  .div-100.flexi .div-33 h3 span {
    font-size: 70px;
    color: #fff;
}
  .div-67 {
    width: 90%;
    float: none;
}
  .div-100.flexi {
    padding: 30px 5%;
}
  .div-50.szary {
        width: 100%;
        margin: 0;
        float: left;
        min-height: 180px;
        display: block;
        flex-direction: row;
        flex-wrap: wrap;
        align-content: center;
        background: #f3f3f3;
        padding: 30px;
    }
  img.tapeta {
    height: 115px;
}
  .div-100.terminal .div-33.centrum {
    margin: 0;
    padding: 10px;
    width: 50%;
    min-height: 150px !important;
    float: left;
}
  .div-100 h3, .div_100 h3, .div-60 h3 {
    font-weight: 600;
    font-size: 20px;
    line-height: 1.2em;
    color: #b6094d;
    margin-bottom: 20px;
}
}
a#slide-element-66-4 {
    font-size: 4em;
    font-weight: 600;
    line-height: 1.2em;
    color: white;
    height: 150px !important;
    width: 60% !important;
    left: 20% !important;
    text-align: center;
    text-shadow: 1px 1px 11px white;
}
@media (max-width: 800px) {
  a#slide-element-66-4 {
    font-size: 2em;
    font-weight: 600;
    line-height: 1.2em;
    color: white;
    height: 150px !important;
    width: 80% !important;
    left: 10% !important;
    text-align: center;
    text-shadow: 1px 1px 11px white;
}
  .div-33 {
    width: calc(50% - 30px);
    margin: 15px;
    padding: 20px;
    float: left;
    min-height: 270px;
}
}
@media (max-width: 600px) {
    .div-33 {
    width: calc(100% - 30px);
    margin: 15px;
    padding: 20px;
    float: left;
    min-height: 270px;
}
}
.col-12.col-md.main-banner {
  padding: 0;
}
.col-12.col-md.main-banner .container-fluid {
  padding: 0;
}
ul {
  margin-bottom: 20px !important;
}


.partner_index.desktop.devDesktop footer .col-12.col-md-3.align-self-start {
	width: 30%;
    max-width: 30% !important;
    flex: 0 0 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    align-items: center;
    background: #f8f8f8;
}


.partner_index.desktop.devDesktop footer .col-12.col-md-4.col-xxl-3.footer-kontakt {
	flex: 0 0 100%;
    width: 70%;
    max-width: 70%;
}

.partner_index.desktop.devMobile footer .col-12.col-md-3.align-self-start {
	width: 100%;
    max-width: 100% !important;
    flex: 0 0 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    align-items: center;
    background: #f8f8f8;
}


.partner_index.desktop.devMobile footer .col-12.col-md-4.col-xxl-3.footer-kontakt {
	flex: 0 0 100%;
    width: 100%;
    max-width: 100%;
}
.partner_index.mobile.devMobile footer .col-12.col-md-3.align-self-start {
	width: 100%;
    max-width: 100% !important;
    flex: 0 0 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    align-items: center;
    background: #f8f8f8;
}


.partner_index.mobile.devMobile footer .col-xxl-3.footer-kontakt {
	flex: 0 0 100%;
    width: 100%;
    max-width: 100%;
}



.partner_index .col-12.col-md-3.align-self-start .footer-logo {
    display: block;
    float: left;
    width: 25%;
}
.partner_index .div-75 p {
  padding: 20px;
}

.partner_index .col-12.col-md {
    width: 0;
    display: none;
}
.partner_index .col-12.col-sm-12.col-md.text-right {
    width: auto;
    display: block;
}

.partner_index .footer-head.difFont {
    display: none;
}
.partner_index footer .footer .container-fluid .row {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    align-items: center;
    justify-content: flex-start;
}
.partner_index.mobile.devMobile footer .footer .container-fluid .row {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-content: center;
    align-items: center;
    justify-content: flex-start;
}
.partner_index footer {
    background: #f8f8f8;
}
@media screen and (max-width: 640px) {
    .div-16, .div-20, .div-25, .div-33, .div-06 {
        width: 90%;
        padding: 10px;
        float: none;
      margin: 10px auto;
    }
}
	.visual-img {
      display: flex;
		background: #e7017f url(/webroot/files/my_files/zdjecia/cubico/cubico1.png) 0 0 / 488px auto repeat;
      	position: relative;
      text-align: right;
      min-height: 350px;
      max-height: 600px;
      padding: 50px;
      align-items: center;
      flex-wrap: wrap;
}
  	.visual-img img {
    	position: relative;
      	top: 30px;
}
 .visual-img h2 { 
  text-align: right;
   width: 80%;
   font-size: 44px !important;
   float: right;
   color: #fff;
  
}
.visual-img p {
	text-align: right;
   width: 80%;
   font-size: 24px;
     float: right;
  color: #fff;
}

.contents-box {
    position: relative;
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 80px 100px;
}
.contents-box2 {
    position: relative;
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 20px;
}
  .float-img.block1 {
    top: -10px;
    right: -30px;
    animation-delay: 500ms;
}
.float-img {
    display: block;
    position: absolute;
    animation: floatImg 2s infinite ease-in-out;
}
.float-img.doll {
    top: 100px;
    right: -10px;
    animation-name: floatImgBounce;
    animation-duration: 1.5s;
    animation-delay: 500ms;
}
@media screen and (max-width: 1024px) {
   .visual-img h2 { 
  text-align: center;
   width: 100%;
   font-size: 28px !important;
     color: #fff;
  
}
.visual-img p {
	text-align: center;
   width: 100%;
   font-size: 18px;
  color: #fff;
}
}
@media screen and (max-width: 640px) {
  .contents-box {
    width: calc(100% - 40px);
    position: relative;
    margin: 0 auto;
    padding: 20px;
}
   .visual-img h2 { 
  	text-align: center;
  	width: 100%;
   	font-size: 24px !important;
   	color: #fff;
  
}
.visual-img p {
	text-align: center !important;
   	width: 100%;
   	font-size: 14px;
  	color: #fff;
}
  .visual-img img {
    width: 200px;
    top: 10px;
  }
  .float-img.doll, .float-img.block1 {
    display: none;
  }
}  
  .div-100 h2.marti-head1 {
    font-size: 47px !important;
    color: white;
    text-shadow: 1px 1px 5px #555;
    margin: 0 auto;
    line-height: 1.2em;
}
.div-100 h3.marti-head2 {
    margin: -10px auto 0;
    color: #fff;
    font-size: 28px;
    font-weight: 600;
    text-shadow: 1px 1px 5px #555;
   line-height: 1.2em;
}
h3 .cyfrowi {
font-size: 25px;
  border-radius: 5px;
  color: magenta;
  background-color: #fff;
    padding: 5px;
  transition: all 0.5s ease;

}
h3 .cyfrowi:hover {
font-size: 27px;
  border-radius: 5px;
  color: #fff;
  background-color: magenta;
  padding: 7px;
  transition: all 0.5s ease;
  
}
.div-70.think-ban-text {
  position: absolute;
  left: 15%; 
  top: 30%;
}
.div-100 .div-70 .thinkenh2 {
  background-color: #ffd300;
  padding: 15px; border-radius: 
  5px; display: inline;
  text-transform: uppercase;
  text-align: center;
  line-height: 2.4em;
  font-size:25px;
}
.div-100 .div-70  .thinkenh1 {
  text-align: center; 
  color: white; 
  font-size: 60px; 
  font-weight: 400;
  text-shadow: 1px 1px 5px #22222299; 
  line-height: 1em; 
  margin: 20px auto;
}
.div-70.think-ban-text p {
	text-align: center; 
  color: white; 
  font-size: 24px; 
  line-height: 1.5em;
  text-shadow: 1px 1px 5px #22222299;
}
.div-100 .div-70  .thinkenh3 {
  font-size: 77px; 
  margin: 30px auto;
}
@media screen and (max-width: 1440px) {
  .div-70.think-ban-text {
          width: 70%;
  position: absolute;
  left: 15%; 
  top: 30%;
}
	.div-100 .div-70 .thinkenh2 {
        line-height: 2.0em;
 			 font-size: 22px !important;
  }
 	.div-100 .div-70 .thinkenh1 {

 	 font-size: 36px !important; 
 	 	line-height: 1em; 
}
  .div-70.think-ban-text p {
  font-size: 20px; 
  line-height: 1.2em;
}
  .div-100 .div-70  .thinkenh3 {
  font-size: 70px; 
  margin: 30px auto;
}
}
@media screen and (max-width: 960px) {
  .div-70.think-ban-text {
          width: 80%;
  position: absolute;
  left: 10%; 
  top: 20%;
}
	.div-100 .div-70 .thinkenh2 {
        line-height: 2.0em;
 		font-size: 20px !important;
  }
 	.div-100 .div-70 .thinkenh1 {

 	 font-size: 30px !important; 
 	 	line-height: 1em; 
}
  .div-70.think-ban-text p {
  font-size: 18px; 
  line-height: 1.2em;
}
  .div-100 .div-70  .thinkenh3 {
  font-size: 50px; 
  margin: 30px auto;
}
}
@media screen and (max-width: 740px) {
  .div-70.think-ban-text {
        width: 90%;
        position: relative;
        left: 5%;
        margin-top: 30px;
    }
  .div-70.think-ban-text h1,  .div-70.think-ban-text h2,  .div-70.think-ban-text p {
   color: #222 !important;
        display: block;
        background-color: transparent !important;
  }
	.div-100 .div-70 .thinkenh2 {
        line-height: 2.0em;
 		font-size: 18px !important;
  }
 	.div-100 .div-70 .thinkenh1 {

 	 font-size: 22px !important; 
 	 	line-height: 1em; 
}
  .div-70.think-ban-text p {
  font-size: 17px; 
  line-height: 1.2em;
}
  .div-100 .div-70  .thinkenh3 {
  font-size: 44px; 
  margin: 30px auto;
}
}
@media screen and (max-width: 600px) {

	.div-100 .div-70 .thinkenh2 {
        line-height: 2.0em;
 		font-size: 16px !important;
  }
 	.div-100 .div-70 .thinkenh1 {

 	 font-size: 20px !important; 
 	 	line-height: 1em; 
}
  .div-70.think-ban-text p {
  font-size: 15px; 
  line-height: 1.2em;
}
  .div-100 .div-70  .thinkenh3 {
  font-size: 36px; 
  margin: 30px auto;
}
}
.view-image > img {
    display: inline-block;
    vertical-align: middle;
    transition: opacity 0.2s;

}
.div-25.centrum.eduverse_plus {
  min-height: 530px;
  box-shadow: 3px 5px 13px #aaa;
  margin: 20px;
  padding: 25px;
  width: calc(25% - 40px);
  border-radius: 10px;
}
.div-33.centrum.eduverse_plus {
  min-height: 530px;
  box-shadow: 3px 5px 13px #aaa;
  margin: 20px;
  padding: 25px;
  width: calc(33% - 40px);
  border-radius: 10px;
}

  .div-25.centrum.eduverse_plus h3, .div-33.centrum.eduverse_plus {
    height: 2.2em;
    font-size: 20px;
    font-weight: 600;
}
@media screen and (max-width: 1024px) {
  .div-25.centrum.eduverse_plus, .div-33.centrum.eduverse_plus {
  min-height: 530px;
  box-shadow: 3px 5px 13px #aaa;
  margin: 20px;
  padding: 25px;
  width: calc(50% - 40px);
    border-radius: 10px;
}
}
@media screen and (max-width: 768px) {
  .div-25.centrum.eduverse_plus, .div-33.centrum.eduverse_plus {
  min-height: 530px;
  box-shadow: 3px 5px 13px #aaa;
  margin: 10px;
  padding: 20px;
  width: calc(100% - 20px);
    border-radius: 10px;
}
}
.div-100.eduverse-video {
  background: url(/webroot/files/my_files/zdjecia/avantis/banner2.jpg);
  height: 650px;
  background-size: contain;
  background-repeat: no-repeat;
  width: 100%;
}
.block-video-laptop picture > img {
  max-width:100%;
  display:block;
  height:auto;
}
.block-video-laptop figure {
  margin-inline:auto;
}
.block-video-laptop figure video {
  width: 40%; 
  background-color: black; 
  position: absolute;
  border-radius: 4px;
  object-fit: cover;
  overflow: hidden;
  height: auto;
  left: 53%;
  top: 22%;
}
.div-60.rightpadd {
 padding-right:6%;
}
.div-60.rightpadd p {
 text-align: justify;
}
@media screen and (max-width: 1440px) {
  .div-100.eduverse-video {
  height: 560px;
  background-size: contain;
  background-repeat: no-repeat;
}
  .block-video-laptop figure video {
  width: 40%; 
  background-color: black; 
  position: absolute;
  border-radius: 4px;
  object-fit: cover;
  overflow: hidden;
  height: auto;
  left: 53%;
  top: 22%;
}
}
@media screen and (max-width: 960px) {
  .div-100.eduverse-video {
  height: 400px;
  background-size: contain;
  background-repeat: no-repeat;
}
  .block-video-laptop figure video {
  width: 40%; 
  background-color: black; 
  position: absolute;
  border-radius: 4px;
  object-fit: cover;
  overflow: hidden;
  height: auto;
  left: 53%;
  top: 16%;
}
}
@media screen and (max-width: 574px) {
  .div-100.eduverse-video {
 		height: 250px;
        background-size: contain;
        background-repeat: no-repeat;
        margin-bottom: 50px;
}
  .block-video-laptop figure video {
		width: 90%;
        background-color: black;
        position: absolute;
        border-radius: 4px;
        object-fit: cover;
        overflow: hidden;
        height: auto;
        left: 5%;
        top: 50%;
}
  .button.button.button1, .button.button.button2 {
    width: 100%;
}
  button.button.button1 a, button.button.button2 a {
    font-size: 15px;
}
}