@import url('https://fonts.googleapis.com/css2?family=Exo+2:ital,wght@0,300;0,400;0,700;1,300;1,400;1,700&display=swap');

/*****root*****/
:root{
  --white: hsla(0, 0%, 100%, 1);
  --primaryNavyBlue: hsla(215, 100%, 16%, 1);
  --primaryLigtBlue: hsla(214, 100%, 92%, 1);
  --primeryBlue: hsla(204, 76%, 62%, 1);
    font-size: 100%;
}






/*****main reset & initial setup*****/
*, body, div, a, ul, ol, li {
  color: hsla(0, 0%, 100%, 1);
  padding: 0;
  margin: 0;
  font-family: 'Exo 2', sans-serif;

}
body, html {
  width: 100%;
}
body {
  background-color: hsla(215, 100%, 16%, 1);
}
h1.mainH1 {
  position: absolute;
  top: -10em;
}
img {
  max-width: 100%;
  height: auto;
}
p {

  font-size: 1.125rem;
  line-height: 1.7rem;
}
ul, ol, li {
  line-height: 1.7rem;
}
a {
  text-decoration: none;
  cursor: pointer;
}

iframe { 
  width: 100%;
  aspect-ratio: 16 / 9;
}

.hiddenElement {
  clip: rect(1px, 1px, 1px, 1px);
      display: block;
      position: absolute;
}
.primaryLigtBlue{
  color: hsla(214, 100%, 92%, 1);
}
.bottomLineLightBlue {
  border-bottom: 1px solid hsla(214, 100%, 92%, 1);
}
.colorRED {
  color: hsl(0, 100%, 65%);
}
.smallText {
  font-size: 0.8rem;
}

/*****buttons*****/


.button {
  border: 1px solid hsla(214, 100%, 92%, 1);
  background-color: hsla(215, 100%, 16%, 0.8);
  padding: 10px;
  font-size: 1.1rem;
  color: hsla(214, 100%, 92%, 1) !important;
  cursor: pointer;
}
.button:hover {
  background-color: hsla(192, 100%, 79%, 0.2);
}

.lightButton {
    color: hsla(215, 100%, 16%, 1) !important;
}

.mapButton {
  padding: 0 10px;
  line-height: 50px;
}

.noVisibleLink {
  display: none;
}

/*****viedo container*****/
div.video-container {
	position:relative;
	padding-bottom:56.25%;
	padding-top:30px;
  margin-top: 20px;
	height:0;
	overflow:hidden;
}
iframe.ytMovie {
  position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
}

/*****table reward*****/
table , td, th {
	border: 1px solid hsla(214, 100%, 92%, 1);
	border-collapse: collapse;

}

td p, th p {
  text-align: center !important;
}

.backgroundTable {
  background-color: hsla(215, 100%, 16%, 0.8);
}




/***** dasboard *****/
div.dashboard {
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
}
div.dashlogoBrand {
  margin: 40px 0 10px 0;
}

.dashMargin{
  margin: 20px 0;
}

div.dashlogoBrand a span {
  display: block;
  width: 120px;
  height: 120px;
  background-image: url("../svg/logoKWPwGdansku.svg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

div.dashlogoBrand a h2  {
  line-height: 1.5rem;
  font-size: 1.8rem;
  font-weight: normal;
  margin: 0 0 0 20px;
}
div.dashlogoBrand a h3  {
  font-size: .8rem;
  color: hsla(204, 76%, 62%, 1);
  font-weight: normal;
  line-height: 1rem;
  margin: 0 0 0 60px ;
  text-transform: uppercase;
}

div.dashSocialIcons {
  display: flex;
  justify-content: center;
}
div.dashSColl1, div.dashSColl2, div.dashSColl3 {
  display: flex;
  flex-direction: column;
}

div.dashSColl1 a span, div.dashSColl2 a span,  div.dashSColl3 a span {
  display: block;
  width: 80px;
  height: 80px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  margin: 10px 5px;
}



div.dashSColl1 a span.iconFacebook {
    background-image: url("../svg/iconFacebook.svg");
}

div.dashSColl1 a span.iconYoutube {
    background-image: url("../svg/iconYoutube.svg");
}

div.dashSColl2 a span.iconInstagram {
    background-image: url("../svg/iconInstagram.svg");
}

div.dashSColl2 a span.iconTwitter {
    background-image: url("../svg/iconTwitterX.svg");
}
div.dashSColl3 a span.iconThreads{
  background-image: url("../svg/iconThreads.svg");
}

div.dashSColl3 a span.iconTikTok{
  background-image: url("../svg/iconTikTok.svg");
}

.spkpTable th, .spkpTable td {
  text-align: center;
  padding: 5px;
}


/*****download word, pdf, file ico*****/
div.downloadFiles {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

div.downloadFiles a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: hsl(221, 66%, 78%);
  width: 30px;
  height: 30px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  margin: 10px 5px;
}
.pdfDownload {
  background: url("../svg/pdfDownload.svg");
}
.wordDownload {
  background: url("../svg/wordDownload.svg");
}
.fileDownload {
  background: url("../svg/fileDownload.svg");
}

/*skiplinks*/

.skiplinks-menu{
  position: absolute;
  width: 100%;
}

.skiplinks-menu ul {
  list-style: none;
}
.skiplinks-menu a, .skiplinks-menu p{
  position: absolute;
  top: -10em;

}
.skiplinks-menu a {

  padding: 20px;
  background-color: hsla(215, 100%, 16%, 1);
  color: hsla(214, 100%, 92%, 1);
  font-size: 2rem;
  font-weight: bold;
  z-index: 5000;
}
.skiplinks-menu a:focus {
  top: 0;
}
/*head - navigation, social icons, logo, navigation*/
div.mainTop {
  position: relative;
  width: 100%;
  z-index: 1000;
}
/*****navigation tabs*****/
#navTabs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
nav.navTabs {
  position: relative;
  height: 140px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-bottom: 1px solid hsla(214, 100%, 92%, 1);
}
div.navTabsMobile {
  display: none;
}
nav.navTabs ul {
  position: absolute;
  list-style-type: none;
  bottom: 0;
  right: 10%;
  margin-bottom: -1px;
}
nav.navTabs ul li {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  float: left;
}
nav.navTabs ul li a {
  border-radius: 7px 7px 0 0;
  border-left: 1px solid hsla(214, 100%, 92%, 0.3);
  border-top: 1px solid hsla(214, 100%, 92%, 0.3);
  border-right: 1px solid hsla(214, 100%, 92%, 0.3);
  background-color: hsla(214, 100%, 92%, 0.1);
  font-size: 1.1rem;
  padding: 10px 15px;
  display: block;
}
nav.navTabs ul li a.active{
  border-left: 1px solid hsla(214, 100%, 92%, 1);
  border-top: 1px solid hsla(214, 100%, 92%, 1);
  border-right: 1px solid hsla(214, 100%, 92%, 1);
  border-bottom: 1px solid hsla(215, 100%, 16%, 1);
  background-color: hsla(215, 100%, 16%, 1);
  color: hsla(214, 100%, 92%, 1);
}
nav.navTabs ul li a:hover {
  border-left: 1px solid hsla(214, 100%, 92%, 1);
  border-top: 1px solid hsla(214, 100%, 92%, 1);
  border-right: 1px solid hsla(214, 100%, 92%, 1);
  border-bottom: 1px solid hsla(215, 100%, 16%, 1);
  background-color: hsla(215, 100%, 16%, 1);
  color: hsla(214, 100%, 92%, 1);
}


/*****sub navigation tabs*****/
.subNav {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  border-bottom:  1px solid hsla(214, 100%, 92%, 1);
  padding: 20px 0;
}
.subNav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.subNav ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 10px;
}
.subNav ul li  a {
  border-radius: 5px;
  border: 1px solid hsla(215, 100%, 16%, 1);
  background-color: hsla(214, 100%, 92%, 0.1);
  padding: 5px;
  font-size: 1.1rem;
  color: hsla(214, 100%, 92%, 1);
  cursor: pointer;
}
.subNav ul li  a:hover {
  border: 1px solid hsla(214, 100%, 92%, 1);
}
.subNav ul li  a.subActive {
  border: 1px solid hsla(214, 100%, 92%, 1);
  background-color: hsla(215, 100%, 16%, 1);
 }

/*****mobile menu*****/
div.hMenu {
  display: none;
  margin: 30px 30px 0 0;
}
/* div.hMenu a {} */
div.hMenu a p {
  width: 40px;
  height: 40px;
  background-image: url("../svg/iconMobileHambMenu.svg");
  background-repeat: no-repeat !important;
  background-size: contain !important;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
div.hMenu a p .hMoopen{
  background-image: url("../svg/iconMobileHambMenu.svg");
}
div.hMenu a p .hMclose{
  background-image: url("../svg/iconMobileHambMenu.svg");
}


/*****social icons*****/
div.socialIcons {
  max-width: auto;
  position: absolute;
  top: 0;
  right: 0;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 20px 20px 0 0;
}
div.socialIcons a {
  z-index: 1501;
}
div.socialIcons a span {
  display: block;
  width: 30px;
  height: 30px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  margin-left: 5px;
}
div.socialIcons a span.iconFacebook {
  background-image: url("../svg/iconFacebook.svg");
}
div.socialIcons a span.iconYoutube {
  background-image: url("../svg/iconYoutube.svg");
}
div.socialIcons a span.iconInstagram {
  background-image: url("../svg/iconInstagram.svg");
}
div.socialIcons a span.iconTwitter {
  background-image: url("../svg/iconTwitterX.svg");
}

/*****logo*****/
div.logoBrand {
  position: absolute;
  left: 20px;
  top:40px;
  z-index: 1500;
}

div.logoBrand a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

div.logoBrand a span {
  display: block;
  width: 120px;
  height: 120px;
  background-image: url("../svg/logoKWPwGdansku.svg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

div.logoBrand a h2  {
  line-height: 1.5rem;
  font-size: 1.8rem;
  font-weight: normal;
  margin: 0 0 0 20px;
}
div.logoBrand a h3  {
  font-size: .8rem;
  color: hsla(204, 76%, 62%, 1);
  font-weight: normal;
  line-height: 1rem;
  margin: 0 0 0 60px ;
  text-transform: uppercase;
}


/************************************************************/
/*****main content*****/
/************************************************************/

div.mainContent {
  position: relative;
  width: 100%;
}
div.mainContent section {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient:vertical;
  -webkit-box-direction:normal;
      -ms-flex-direction:column;
          flex-direction:column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top center;
}
/*****For left content*****/
div.lTop {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
/* div.lBottom {} */
div.leftContent {
  position: relative;
  width: 50%;
  padding: 0px 20px 20px 20px;
  margin: 10px 20px 100px 5%;
  background-color: hsla(215, 100%, 16%, 0.8);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient:vertical;
  -webkit-box-direction:normal;
      -ms-flex-direction:column;
          flex-direction:column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}


div.leftContent h1, div.leftContent h2 {
  font-size: 5rem;
  text-align: left;
  text-shadow: 2px 2px 10px  hsla(215, 100%, 16%, 1);
}

div.leftContent h1.stepHCsmaller, div.leftContent h2.stepHCsmaller {
  font-size: calc(2.5vw + 2.5vh);
}

div.leftContent p {
  margin: 10px 0;
  font-size: 18px;
  text-align: left;
}

div.leftContent .button {

  margin: 0 auto;

}

div.animationRight {
  position: relative;
  text-align: right;
  margin-right: 5%;
  width: 70%;
}

div.animationRightBig {
  position: relative;
  font-size: 4.375rem;
  font-weight: bold;
  color:  hsla(214, 100%, 92%, 0.7);
  top: 60px;

}

div.animationRightSmall {
  position: relative;
  font-size: 3.75rem;
  font-weight: bold;
  color:  hsla(214, 100%, 92%, 0.2);
  top: 40px;

}

.animationRightBig  {
  -webkit-animation-name: aRb;
          animation-name: aRb;
  -webkit-animation-duration: 50s;
          animation-duration: 50s;

  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
}

.animationRightSmall {
  -webkit-animation-name: aRs;
          animation-name: aRs;
  -webkit-animation-duration: 50s;
          animation-duration: 50s;

-webkit-animation-iteration-count: infinite;

        animation-iteration-count: infinite;
}


/*For Right content*/

/* div.rTop {} */

div.rBottom {
    width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

div.rightContent{

  position: relative;
  width: 50%;
  padding: 0px 20px 20px 20px;
  margin: 10px 5% 100px 20px;
  background-color: hsla(215, 100%, 16%, 0.8);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient:vertical;
  -webkit-box-direction:normal;
      -ms-flex-direction:column;
          flex-direction:column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;


}
div.rightContent h1, div.rightContent h2 {
  font-size: 80px;
  text-align: left;
  text-shadow: 2px 2px 10px  hsla(215, 100%, 16%, 1);
}

div.rightContent h1.stepHCsmaller, div.rightContent h2.stepHCsmaller {
  font-size: calc(2.5vw + 2.5vh);
}

div.rightContent p {
  margin: 10px 0;
  font-size: 18px;
  text-align: left;
}

div.rightContent .button {

  margin: 0 auto;

}
div.animationLeft {
  position: relative;

  margin-left: 5%;
  width: 70%;
}

div.animationLeftBig {
  position: relative;
  font-size: 4.375rem;
  font-weight: bold;
  color:  hsla(214, 100%, 92%, 0.7);
  top: 60px;

}

div.animationLeftSmall {
  position: relative;
  font-size: 3.75rem;
  font-weight: bold;
  color:  hsla(214, 100%, 92%, 0.2);
  top: 40px;

}

.animationLeftBig {
  -webkit-animation-name: aLb;
          animation-name: aLb;
  -webkit-animation-duration: 50s;
          animation-duration: 50s;

  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
}
.animationLeftSmall {
  -webkit-animation-name: aLs;
          animation-name: aLs;
  -webkit-animation-duration: 50s;
          animation-duration: 50s;

-webkit-animation-iteration-count: infinite;
        animation-iteration-count: infinite;
}




/*****Section "Rekrutacja"*****/
section.sectionRecruitment {
  background-image: url("../images/home_spkp.jpg");
  border-bottom: 1px solid hsla(215, 100%, 16%, 1);
}
/*****Section "Rekrutacja" - Krok po kroku*****/
div.stepNumber{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
 -webkit-box-pack: center;
     -ms-flex-pack: center;
         justify-content: center;
 -ms-flex-item-align: start;
     align-self: flex-start;
}
div.stepNumbercircle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: calc(3vw + 3vh);
  height: calc(3vw + 3vh);
  background-image: url(../svg/stepCircle.svg);
  background-size: contain;
  background-repeat: no-repeat;
  float: left;
  margin: 20px;
}
div.stepNumber h3 {
  font-size: calc(2vw + 2vh);
  max-width: 50%;
}



div.stepNumber h1 {
  font-size: 80px;
  text-align: left;
  text-shadow: 2px 2px 10px  hsla(215, 100%, 16%, 1);
}

div.stepNumber h1.stepHCsmaller {
  font-size: calc(2.5vw + 2.5vh);
}

/*Section Wynagrodzenie*/
section.sectionReward {
  padding: 0 !important;
  background-color: hsla(215, 53%, 83%, 1);
  border-bottom: 1px solid hsla(215, 100%, 16%, 1);
}

div.containerReward {
background-image: url("../images/backgroundLine.png");
background-repeat: repeat;
background-position: left;
background-size: auto;
display: flex;
justify-content: center;
align-items: center;
width: 100%;
}
div.contentReward {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-pack: distribute;
      justify-content: space-between;
  padding: 20px ;
  width: 95%;

}

div.containerReward h2 {
  /* font-size: 3.75rem; */
  font-size: calc(3vw + 3vh);
  color: hsla(215, 100%, 16%, 1);
  text-shadow: 2px 2px 3px  hsla(215, 100%, 16%, 0.2);
}

div.containerReward h3 {
  font-size: calc(2vw + 2vh);
  font-weight: normal;
  color: hsla(215, 100%, 16%, 1);
}

div.containerReward .button {
  color: hsla(215, 100%, 16%, 1);
  border: 1px solid hsla(215, 100%, 16%, 0.8);
  background-color: hsla(215, 53%, 83%, 0);
  -webkit-box-shadow:  2px 2px 10px  hsla(215, 100%, 16%, 0.4);
          box-shadow:  2px 2px 10px  hsla(215, 100%, 16%, 0.4);
  padding: 10px;
  height: auto;
  z-index: 1500;
}

section.rewardSpecer {
  margin: 50px 0;
}




/*Section REKRUTACJA CBZC*/
section.sectionCBZC {
  padding: 0 !important;
  background-color: rgb(144, 175, 218);
  /* background-color: rgb(214, 214, 214); */
  border-bottom: 1px solid hsla(215, 100%, 16%, 1);

}
.flexRow {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.buttonSpace {
  /* min-width: 180px; */
  display: flex;
  justify-content: space-between;
  align-items: center;
}

div.containerCBZC{
background-image: url("../images/backgroundLine.png");
background-repeat: repeat;
background-position: left;
background-size: auto;
width: 100%;
display: flex;
justify-content: center;
align-items: center;
}
div.contentCBZC {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-pack: distribute;
  justify-content: space-between;
  padding: 10px ;
  width: 95%;

}
div.containerCBZC p {
  font-size: 1rem;
  color: hsla(215, 100%, 16%, 1);
  text-shadow: 2px 2px 3px  hsla(215, 100%, 16%, 0.2);
}

div.containerCBZC h2 {
  /* font-size: 3.75rem; */
  font-size: calc(2vw + 2vh);
  color: hsla(215, 100%, 16%, 1);
  text-shadow: 2px 2px 3px  hsla(215, 100%, 16%, 0.2);
  min-width: 350px;
}

div.containerCBZC h3 {
  font-size: 1.3  rem;
  font-weight: normal;
  color: hsla(215, 100%, 16%, 1);
  text-align: center;
 
}

div.containerCBZC .button {
  color: hsla(215, 100%, 16%, 1);
  
  border: 1px solid hsla(215, 100%, 16%, 0.8);
  background-color: hsla(215, 53%, 83%, 0);
  -webkit-box-shadow:  2px 2px 10px  hsla(215, 100%, 16%, 0.4);
          box-shadow:  2px 2px 10px  hsla(215, 100%, 16%, 0.4);
  padding: 10px;
  height: auto;
  z-index: 1500;
 
}

section.rewardSpecer {
  margin: 50px 0;
} 



.wcagContent ul {
  margin: 10px;
}















/*Section Adaptacja Zawodowa*/
.sectionAdaptation {
  padding: 0 !important;
  border-bottom: 1px solid hsla(215, 53%, 83%, 1);
}

.containerAdaptation {
width: 100%;
}
.contentAdaptation {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  padding: 20px ;
}

.containerAdaptation h2 {
  /* font-size: 3.75rem; */
  font-size: calc(3vw + 2vh);
  color: #fff;
  text-shadow: 2px 2px 3px  hsla(215, 100%, 16%, 0.2);
}
.step5correction {
  padding: calc(3vw + 3vh);
}
/*Section "Rekrutacja"*/

section.sectionEducationWSPol {
  background-image: url("../images/background_studia_wspol.jpg");
}

section.sectionRequirements {
  background-image: url("../images/home_wymagania.jpg");
}

section.sectionWho {
  background-image: url("../images/home_kimjestesmy.jpg");
  border-bottom: 1px solid hsla(214, 100%, 92%, 1);
}

section.sectionStep1 {
  background-image: url("../images/background_rekrutacja_krok_po_kroku_1.jpg");
  border-bottom: 1px solid hsla(214, 100%, 92%, 1);
}
section.sectionStep2 {
  background-image: url("../images/background_rekrutacja_krok_po_kroku_2.jpg");
  border-bottom: 1px solid hsla(214, 100%, 92%, 1);
}
section.sectionStep3 {
  background-image: url("../images/background_rekrutacja_krok_po_kroku_3.jpg");
  border-bottom: 1px solid hsla(214, 100%, 92%, 1);
}
section.sectionStep4 {
  background-image: url("../images/background_rekrutacja_krok_po_kroku_4.jpg");
  border-bottom: 1px solid hsla(214, 100%, 92%, 1);
}
section.sectionStep5 {
  background-image: url("../images/background_rekrutacja_krok_po_kroku_5.jpg");
  border-bottom: 1px solid hsla(214, 100%, 92%, 1);
}
section.sectionStep6 {
  background-image: url("../images/background_rekrutacja_krok_po_kroku_6.jpg");
  border-bottom: 1px solid hsla(214, 100%, 92%, 1);
}


section.sectionWymaganiaFormalne {
  background-image: url("../images/background_rekrutacja_wymagania_formalne.jpg");
  border-bottom: 1px solid hsla(214, 100%, 92%, 1);
}
section.sectionPreferowaneWyksztalcenie {
  background-image: url("../images/background_rekrutacja_preferowane_wyksztalcenie.jpg");
  border-bottom: 1px solid hsla(214, 100%, 92%, 1);
}
section.sectionPreferowaneUmiejetnosci {
  background-image: url("../images/background_rekrutacja_preferowane_umiejetnosci.jpg");
  border-bottom: 1px solid hsla(214, 100%, 92%, 1);
}
section.sectionTattoo {
  background-image: url("../images/background_rekrutacja_mam_tatuaz.jpg");
  border-bottom: 1px solid hsla(214, 100%, 92%, 1);
}



section.sectionEtapyDokumenty {
  background-image: url("../images/background_etapy_postepowania_dokumenty.jpg");
  border-bottom: 1px solid hsla(214, 100%, 92%, 1);
}
section.sectionEtapyTestWiedzy {
  background-image: url("../images/background_etapy_postepowania_test_wiedzy.jpg");
  border-bottom: 1px solid hsla(214, 100%, 92%, 1);
}
section.sectionEtapyTestWiedzy2 {
  background-image: url("../images/background_test_wiedzy.jpg");
  border-bottom: 1px solid hsla(214, 100%, 92%, 1);
}
section.sluzbaKontraktowa {
  background-image: url("../images/background_służba_kontraktowa.jpg");
  border-bottom: 1px solid hsla(214, 100%, 92%, 1);
}
section.sluzbaStala {
  background-image: url("../images/background_służba_stała.jpg");
  border-bottom: 1px solid hsla(214, 100%, 92%, 1);
}
section.sectionEtapyTestSprawnosci{
  background-image: url("../images/background_rekrutacja_krok_po_kroku_2.jpg");
  border-bottom: 1px solid hsla(214, 100%, 92%, 1);
}
section.sectionEtapyRozmowa {
  background-image: url("../images/background_etapy_postepowania_rozmowa_kwalifikacyjna.jpg");
  border-bottom: 1px solid hsla(214, 100%, 92%, 1);
}

section.sectionSPKP {
  background-image: url("../images/background_spkp_smiglo.jpg");
  background-repeat: no-repeat;
  background-position: center top;
  background-attachment: fixed;
  /* background-size: contain; */
  
  /* background-color: hsl(215, 100%, 16%, 1);
  background: linear-gradient(190deg, hsla(215, 100%, 16%, 1) 5%,hsl(215, 70%, 41%) 100%); */
  border-bottom: 1px solid hsla(214, 100%, 92%, 1);
}

section.sectionKursGdzie {
  background-image: url("../images/background_kurs_podstawowy_gdzie.jpg");
  border-bottom: 1px solid hsla(214, 100%, 92%, 1);
}
section.sectionKursGdzie2 {
  background-image: url("../images/background_kurs_podstawowy.jpg");
  border-bottom: 1px solid hsla(214, 100%, 92%, 1);
}
section.powrotDoSluzby {
  background-image: url("../images/background_powrót_do_służby.jpg");
  border-bottom: 1px solid hsla(214, 100%, 92%, 1);
}
section.sectionKursCoZapewniamy {
  background-image: url("../images/background_kurs_podstawowy_co_zapewniamy.jpg");
  border-bottom: 1px solid hsla(214, 100%, 92%, 1);
}
section.sectionKursCoZabrac {
  background-image: url("../images/background_kurs_podstawowy_co_zabrac.jpg");
  border-bottom: 1px solid hsla(214, 100%, 92%, 1);
}
section.sectionKursProgram {
  background-image: url("../images/background_kurs_podstawowy_program.jpg");
  border-bottom: 1px solid hsla(214, 100%, 92%, 1);
}
section.sectionKursPrzykladowyDzien {
  background-image: url("../images/background_kurs_podstawowy_przykladowy_dzien.jpg");
  border-bottom: 1px solid hsla(214, 100%, 92%, 1);
}
section.sectionKursMultiselect {
  background-image: url("../images/background_etapy_postepowania_multiselect.jpg");
  border-bottom: 1px solid hsla(214, 100%, 92%, 1);
}
section.sectionKursMultiselect2 {
  background-image: url("../images/background_test_psychologiczny.jpg");
  border-bottom: 1px solid hsla(214, 100%, 92%, 1);
}
section.sectionKursPostepowanieSprawdzajace {
  background-image: url("../images/background_etapy_postepowania_postepowanie_sprawdzajace.jpg");
  border-bottom: 1px solid hsla(214, 100%, 92%, 1);
}
section.sectionKursKomisjaLekarska{
  background-image: url("../images/background_etapy_postepowania_komisja_lekarska.jpg");
  border-bottom: 1px solid hsla(214, 100%, 92%, 1);
}
section.sectionRewardContent {
    background-image: url("../images/background_wynagrodzenie.jpg");
      border-bottom: 1px solid hsla(214, 100%, 92%, 1);
}
section.sectionRewardContentDetail {
  background-image: url("../images/background_etapy_postepowania_test_wiedzy.jpg");
    border-bottom: 1px solid hsla(214, 100%, 92%, 1);
}
section.sectionDownload {
    background-image: url("../images/background_materialy_do_pobrania.jpg");
      border-bottom: 1px solid hsla(214, 100%, 92%, 1);
}

section.sectionContact {
    background-image: url("../images/background_kontakt_promocja.jpg");
      border-bottom: 1px solid hsla(214, 100%, 92%, 1);
}
section.sectionContactPromo {
  background-image: url("../images/background_kontakt.jpg");

      border-bottom: 1px solid hsla(214, 100%, 92%, 1);
}


div.longPhoto {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 200px;
  margin: 20px 0;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;

}

section.sectionAboutPolice {
  background-image: url("../images/background_o_policji.jpg");
  border-bottom: 1px solid hsla(214, 100%, 92%, 1);

}


section.sectionWhatYouCan {
  background-image: url("../images/oPolicji2.jpg");
  border-bottom: 1px solid hsla(214, 100%, 92%, 1);

}
div.sectionWhatYouCanLongPhoto {
  background-image: url("../images/oPolicji2long.jpg");
}




/*SECTION RANKS*/
section.sectionRanks {
  background-image: url("../images/oPolicji3.jpg");
  border-bottom: 1px solid hsla(214, 100%, 92%, 1);
}

section.sectionRanks h3.ranksH3 {
  margin: 20px auto;
  font-size: calc(1vw + 1vh);
  font-weight: normal;
}

div.containerRanks {

  display: -webkit-box;

  display: -ms-flexbox;

  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;

  -webkit-box-pack: center;

      -ms-flex-pack: center;

          justify-content: center;

}



div.rankDiv {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 25%;


}

div.rankDiv div{


  background-color: white;
  border-radius: 10px;
  padding: 10px;
  -webkit-box-shadow: 2px 2px 10px  hsla(215, 100%, 16%, 1);
          box-shadow: 2px 2px 10px  hsla(215, 100%, 16%, 1);

}

div.rankDiv p {
  text-align: center;
}


div.generalnyinspektor{
  background-image: url("../images/stopnie/generalnyinspektor.jpg");

}
div.nadinspektor{
  background-image: url("../images/stopnie/nadinspektor.jpg");
}

div.inspektor{
  background-image: url("../images/stopnie/inspektor.jpg");
}

div.mlinspektor{
  background-image: url("../images/stopnie/mlinspektor.jpg");
}

div.podinspektor{
  background-image: url("../images/stopnie/podinspektor.jpg");
}

div.nadkomisarz{
  background-image: url("../images/stopnie/nadkomisarz.jpg");
}

div.komisarz{
  background-image: url("../images/stopnie/komisarz.jpg");
}

div.podkomisarz{
  background-image: url("../images/stopnie/podkomisarz.jpg");
}

div.aspirantsztabowy{
  background-image: url("../images/stopnie/aspirantsztabowy.jpg");
}

div.starszyaspirant{
  background-image: url("../images/stopnie/starszyaspirant.jpg");
}

div.aspirant{
  background-image: url("../images/stopnie/aspirant.jpg");
}

div.mlaspirant{
  background-image: url("../images/stopnie/mlaspirant.jpg");
}

div.sierzantsztabowy{
  background-image: url("../images/stopnie/sierzantsztabowy.jpg");
}

div.starszysierzant{
  background-image: url("../images/stopnie/starszysierzant.jpg");
}

div.sierzant{
  background-image: url("../images/stopnie/sierzant.jpg");
}

div.starszyposterunkowy{
  background-image: url("../images/stopnie/starszyposterunkowy.jpg");
}

div.posterunkowy{
  background-image: url("../images/stopnie/posterunkowy.jpg");
}



/*reset declarations*/
ul.classicUl {
  list-style: none;
  margin-left: 50px;

}
ol.classicUl {
  padding: 50px;
}

 ul.classicUl li::before {
   content: "\2022";
   color: hsl(221, 66%, 78%);;
   font-weight: bold;
   display: inline-block;
   width: 1em;
   margin-left: -1em;
}
ul.classicUlsub {
  list-style: none;
  margin-left: 50px;
  font-size: 0.8rem;

}

 ul.classicUlsub li::before {
   content: "\2022";
   color: hsl(221, 66%, 78%);;
   font-weight: bold;
   display: inline-block;
   width: 1em;
   margin-left: -1em;
}
ul.numberUL {
  list-style: decimal;
  margin-left: 50px;

}
div.imgRanks{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-size:40px;
  background-repeat: no-repeat;
  background-position: center center;
  width: 80px;
  height: 80px;
}
div.leftContent a, div.rightContent a {
  color: hsla(204, 76%, 62%, 1);
}




/*****Section "Wynagrodzenie"*****/
div.rewardContent {
  position: relative;
  width: 70%;
  padding: 0px 20px 20px 20px;
  margin: 10px 20px 100px 5%;
  background-color: hsla(215, 100%, 16%, 0.8);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient:vertical;
  -webkit-box-direction:normal;
      -ms-flex-direction:column;
          flex-direction:column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

div.rewardContainer{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-pack: distribute;
      justify-content: space-around;
}
div.less26 {

  border: 1px solid hsla(204, 76%, 62%, 1);
  background-color: hsla(214, 100%, 92%, 1);

}
div.backgroundLine {
  background-image: url("../images/backgroundLine.png");
  padding: 10px;
}

div.more26 {


  border: 1px solid hsla(204, 76%, 62%, 1);
}

div.less26, div.more26 {
    width: 45%;
    margin: 5%;
    text-align: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;

    }
h2.rewardh2, h2.rewardh2 {
  font-size: calc(1.1vw + 1.1vh) !important;
  font-weight: normal;
  margin: 0 auto;
  text-align: center !important;
  -webkit-box-pack: center !important;
      -ms-flex-pack: center !important;
          justify-content: center !important;

}
div.less26 h3, div.more26 h3 {
  font-size: calc(1.8vw + 1.8vh) !important;
  font-weight: bold !important;
}
div.less26 h4, div.more26 h4 {
  font-size: calc(1.1vw + 1.1vh) !important;
}
div.less26 p, div.more26 p {
  text-align: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
div.less26 h2, div.less26 h3, div.less26 h4, div.less26 p {
  color: hsla(215, 100%, 16%, 1) !important;
  text-shadow: 2px 2px 3px  hsla(215, 100%, 16%, 0.2) !important;
}
.netto4000 {
  width: 100%;
  padding: 5px 0;
  font-size: 3rem !important;
}





.contactImgContainer {
max-width: 300px;
height: auto;
}


footer {
  position: relative;

  display: -webkit-box;

  display: -ms-flexbox;

  display: flex;

          -webkit-box-pack: center;

              -ms-flex-pack: center;

                  justify-content: center;
  z-index: 3000;
  width: 100%;
}
div.footer80 {
  width: 80%;
  margin-top: 20px;
}

div.footerContent {

  display: -webkit-box;

  display: -ms-flexbox;

  display: flex;

          -webkit-box-orient: horizontal;

          -webkit-box-direction: normal;

              -ms-flex-direction: row;

                  flex-direction: row;



      -ms-flex-pack: distribute;

          justify-content: space-around;

}

div.fooContact {
  padding: 10px;
  width: 30%;


}

div.fooContact h2 {
  font-size: 1.5rem;
  line-height: 2rem;
  font-weight: normal;
  color: hsla(214, 100%, 92%, 1);
}
div.fooContact h3 {
  font-size: 1.1rem;
  line-height: 1.5rem;
  font-weight: normal;
  color: hsla(214, 100%, 92%, 1);
  margin: 5px;
}
div.fooContact h4 {
  font-size: 0.9rem;
  line-height: 1.5rem;
  font-weight: normal;
  color: hsla(214, 100%, 92%, 1);
  margin: 5px;
}
div.fooContact p, div.fooContact a {
  margin-left: 20px;
  line-height: 1.5rem;
}



div.fooQuikLinks {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 10px;
    border-right: 1px solid hsla(214, 100%, 92%, 1);
      border-left: 1px solid hsla(214, 100%, 92%, 1);
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    height: 100%;
    width: 50%;

}
div.fooQuikLinksContainer {

  display: -webkit-box;

  display: -ms-flexbox;

  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;

}
div.fooQLCleft, div.fooQLCright{
 text-align: left;
 -webkit-box-align: center;
     -ms-flex-align: center;
         align-items: center;
 -webkit-box-pack: center;
     -ms-flex-pack: center;
         justify-content: center;
}



div.fooSocialIcons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
          -webkit-box-align: center;
              -ms-flex-align: center;
                  align-items: center;
          -webkit-box-pack: center;
              -ms-flex-pack: center;
                  justify-content: center;
                  width: 20%;

}
div.fooSColl1, div.fooSColl2 {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

div.fooSColl1 a span, div.fooSColl2 a span {
  display: block;
  width: 60px;
  height: 60px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  margin: 10px 5px;
}



div.fooSColl1 a span.iconFacebook {
    background-image: url("../svg/iconFacebook.svg");
}

div.fooSColl1 a span.iconYoutube {
    background-image: url("../svg/iconYoutube.svg");
}

div.fooSColl2 a span.iconInstagram {
    background-image: url("../svg/iconInstagram.svg");
}

div.fooSColl2 a span.iconTwitter {
    background-image: url("../svg/iconTwitterX.svg");
}
div.messengerCenter {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
span.iconMessenger {
    background-image: url("../svg/iconMessenger.svg");
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 20px;
    height: 20px;

    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    margin: 10px 5px;
    float: left;
}

span.iconMapPin {
    background-image: url("../svg/iconMapPin.svg");
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 20px;
    height: 30px;

    background-repeat: no-repeat;

    background-size: contain;
    background-position: center;
    margin: 10px 5px;
    float: left;
}



div.fooCopy {
  position: relative;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 10px 0;
}
div.fooCopy p {
  font-weight: lighter;
  font-size: 0.8rem;
}

ul.smallMarginMap {
  margin: 0 30px !important;
}



/*animated TEXT Right*/

@-webkit-keyframes aRb {
  0% { -webkit-transform: translateX(0); transform: translateX(0); }
  20% { -webkit-transform: translateX(-40px); transform: translateX(-40px); }
  40% { -webkit-transform: translateX(-40px); transform: translateX(-40px); }
  80% { -webkit-transform: translateX(0px); transform: translateX(0px); }
   100% { -webkit-transform: translateX(0px); transform: translateX(0px); }

}
@keyframes aRb {
  0% { -webkit-transform: translateX(0); transform: translateX(0); }
  20% { -webkit-transform: translateX(-40px); transform: translateX(-40px); }
  40% { -webkit-transform: translateX(-40px); transform: translateX(-40px); }
  80% { -webkit-transform: translateX(0px); transform: translateX(0px); }
   100% { -webkit-transform: translateX(0px); transform: translateX(0px); }

}

@-webkit-keyframes aRs {
  0% { -webkit-transform: translateX(0); transform: translateX(0); }
  20% { -webkit-transform: translateX(+20px); transform: translateX(+20px); }
  40% { -webkit-transform: translateX(+20px); transform: translateX(+20px); }
   80% { -webkit-transform: translateX(0px); transform: translateX(0px); }
   100% { -webkit-transform: translateX(0px); transform: translateX(0px); }

}
@keyframes aRs {
  0% { -webkit-transform: translateX(0); transform: translateX(0); }
  20% { -webkit-transform: translateX(+20px); transform: translateX(+20px); }
  40% { -webkit-transform: translateX(+20px); transform: translateX(+20px); }
   80% { -webkit-transform: translateX(0px); transform: translateX(0px); }
   100% { -webkit-transform: translateX(0px); transform: translateX(0px); }

}

/*animated TEXT Left*/

@-webkit-keyframes aLb {
  0% { -webkit-transform: translateX(0); transform: translateX(0); }
  20% { -webkit-transform: translateX(-40px); transform: translateX(-40px); }
  40% { -webkit-transform: translateX(-40px); transform: translateX(-40px); }
  80% { -webkit-transform: translateX(0px); transform: translateX(0px); }
   100% { -webkit-transform: translateX(0px); transform: translateX(0px); }

}
@keyframes aLb {
  0% { -webkit-transform: translateX(0); transform: translateX(0); }
  20% { -webkit-transform: translateX(-40px); transform: translateX(-40px); }
  40% { -webkit-transform: translateX(-40px); transform: translateX(-40px); }
  80% { -webkit-transform: translateX(0px); transform: translateX(0px); }
   100% { -webkit-transform: translateX(0px); transform: translateX(0px); }

}

@-webkit-keyframes aLs {
  0% { -webkit-transform: translateX(0); transform: translateX(0); }
  20% { -webkit-transform: translateX(+20px); transform: translateX(+20px); }
  40% { -webkit-transform: translateX(+20px); transform: translateX(+20px); }
   80% { -webkit-transform: translateX(0px); transform: translateX(0px); }
   100% { -webkit-transform: translateX(0px); transform: translateX(0px); }

}
@keyframes aLs {
  0% { -webkit-transform: translateX(0); transform: translateX(0); }
  20% { -webkit-transform: translateX(+20px); transform: translateX(+20px); }
  40% { -webkit-transform: translateX(+20px); transform: translateX(+20px); }
   80% { -webkit-transform: translateX(0px); transform: translateX(0px); }
   100% { -webkit-transform: translateX(0px); transform: translateX(0px); }

}




















@media screen and (max-width: 1630px) {

  nav.navTabs ul {

    right: 1%

  }

  div.mainContent section.sectionReward {
    position: relative;
    height: auto;
    padding: 10px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100%;
  }
  div.mainContent section.sectionReward div h2 {
    margin: 0;
  }
  div.mainContent section.sectionReward div h3 {
    margin: 0 0 10px 0;
  }
  div.mainContent section.sectionReward div .button {
    margin: 0;
  }

  div.mainContent section.sectionCBZC {
    position: relative;
    height: auto;
    padding: 10px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100%;
  }
  div.mainContent section.sectionCBZC div h2 {
    margin: 0;
  }
  div.mainContent section.sectionCBZC div h3 {
    margin: 0 0 10px 0;
  }
  div.mainContent section.sectionCBZC div .button {
    margin: 0;
  }






  }

@media screen and (max-width: 1630px) {
  div.logoBrand a h2, div.logoBrand a h3 {
    display: none;
  }
  div.contentReward {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 20px;

  }

  div.contentCBZC {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 20px;

  }
  div.containerCBZC h2 {
    width: 90%;

    text-align: center;
  }
  div.containerCBZC h3 {
    width: 90%;
  }
  div.containerCBZC p {
    text-align: center;
  }


}


@media screen and (max-width: 1240px) {
nav.navTabs {

  display: -webkit-box;

  display: -ms-flexbox;

  display: flex ;
}
}
@media screen and (max-width: 1240px ) {

















#navTabs {
  display: none;
}
div.hMenu {
  position: absolute;
  right: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;

    z-index: 4000;
}

  nav.navTabs {
  position: absolute;
  height: 100vh;
  width: 100%;
  display: block;
  z-index: 3000;
  background-color: hsla(215, 100%, 16%, 0.9);
  border: none;
  }
  div.logoBrand {
    top: 20px;
  }
  div.navTabsMobile {
  position: relative;
  height: 120px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-bottom: 1px solid hsla(214, 100%, 92%, 1);

  }

  nav.navTabs ul {
    all:unset;
    list-style-type: none;
    margin-top: 100px;
  }

  nav.navTabs ul li {
    all:unset;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 20px 0 20px 20px;
    float: none;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    border-bottom: 1px solid hsla(214, 100%, 92%, 1);

  }

  nav.navTabs ul li a, nav.navTabs ul li a.active, nav.navTabs ul li a:hover {
    all:unset;
    font-size: calc(1.8vw + 1.8vh);
    display: block;
    color: hsla(214, 100%, 92%, 1);
  }



  nav.navTabs ul li a.active{
    all:unset;
    clear: both;
    font-size: calc(1.8vw + 1.8vh);
    text-align: center;
    font-weight: bold;



    color: hsla(214, 100%, 92%, 1);
  }

  nav.navTabs ul li a:hover {
    all:unset;
    font-size: calc(1.8vw + 1.8vh);
    color: hsla(214, 100%, 92%, 1);
    cursor: pointer;
  }


    a {
      font-size: 1.125rem;
    }

    .subNav ul {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
    }
    .subNav ul li {
      margin: 10px 0;

      -webkit-box-pack: center;

          -ms-flex-pack: center;

              justify-content: center;
    }

    .subNav ul li a {
      width: 100%;
      text-align: center;
    }


div.socialIcons {
  display: none;
}

















div.mainContent section {
  height: auto;

}



div.leftContent, div.rightContent {
  top: 0;
  left: 0;
  width: 90%;
  margin: 0;
  padding: 5%;
}
div.leftContent h1, div.rightContent h1, div.leftContent h2, div.rightContent h2  {
  text-align: left;
  font-size: 3.3rem;
}
div.leftContent p, div.rightContent p {
  text-align: left;

}
div.leftContent h3, div.rightContent h3 {
font-size: calc(1.8vw + 1.8vh);
}

div.leftContent h1.centerAlign, div.rightContent h1.centerAlign, div.leftContent h2.centerAlign, div.rightContent h2.centerAlign, div.leftContent p.centerAlign, div.rightContent p.centerAlign {
  text-align: center;
}

/* div.leftContent .button {} */

div.animationRight, div.animationLeft {
    display: none;
  }


/*section ranks*/
  div.containerRanks {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  div.containerRanks div {
    margin: 0 auto;
  }

  section.sectionRanks h3.ranksH3 {

    font-size: calc(2vw + 2vh);
    text-align: center;

  }
  div.rankDiv {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 90%;
  }

  ul.classicUl {
     list-style: none;
     margin-left: 20px;

   }
   ul.classicUl li {
     font-size: 1.125rem;
     margin-bottom: 10px;

  }
    ul.classicUl li::before {
      content: "\2022";
      color: hsl(221, 66%, 78%);;
      font-weight: bold;
      display: inline-block;
      width: 1em;
      margin-left: -1em;
      font-size: 1.125rem;
}
ul.numberUL li {

    font-size: 1.125rem;
}


div.downloadFiles a {
  margin: 10px 0;
  width: 50px;
  height: 50px;
}

div.rewardContainer{

  -webkit-box-orient: vertical;

  -webkit-box-direction: normal;

      -ms-flex-direction: column;

          flex-direction: column;

}
div.less26, div.more26 {

    width: 90%;

    }
/* div.more26, div.less26  {} */

h2.rewardh2, h2.rewardh2, div.less26 p, div.more26 p {

  text-align: center !important;
  -webkit-box-pack: center !important;
      -ms-flex-pack: center !important;
          justify-content: center !important;

}

h2.rewardh2, h2.rewardh2 {
  font-size: calc(1.5vw + 1.5vh) !important;

}
div.less26 h3, div.more26 h3 {
  font-size: calc(3vw + 3vh) !important;
}
div.less26 h4, div.more26 h4 {
  font-size: calc(2vw + 2vh) !important;
}
.netto4000 {
  font-size: calc(3vw + 3vh) !important;
}

/****************Footer mobile/****************/
  div.footer80 {
    width: 100%;
    margin: 0;

  }
  div.footerContent {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;


  }
  div.fooContact {
    width: 100%;
    border-right: none;
    border-bottom:  1px solid hsla(214, 100%, 92%, 1);
    padding: 20px 0;

  }


div.fooContact {
text-align: center;
}

div.fooContact h1 {
  font-size: 1.5rem;
  font-weight: normal;
  color: hsla(214, 100%, 92%, 1);

}
div.fooContact h2 {
  font-size: 1.1rem;
  font-weight: normal;
  color: hsla(214, 100%, 92%, 1);
  margin: 3px 0;
}
div.fooContact h3 {
  font-size: 0.9rem;
  font-weight: normal;
  color: hsla(214, 100%, 92%, 1);
  margin: 3px 0;
}
div.fooContact p, div.fooContact a {
  margin: 0;
}

div.fooQuikLinks {
    padding: 20px 0;
    border-bottom: 1px solid hsla(214, 100%, 92%, 1);
    border-right: none;
    border-left: none;
    width:  100%;
}

div.fooQuikLinksContainer {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}


}
