body, html {
  height: 100%;
background-color: var(--bg-body-color);
/*    background-image: url(/images/footer.png);
    background-position: center bottom;
    background-repeat: no-repeat;*/

}
 



#search-container {
  position: relative;
}

small
{
    font-size: x-small;
}

#xsearch-bg {
  /* Absolutely position it, but stretch it to all four corners, then put it just behind #search's z-index */
  position: absolute;
  top: 100px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  z-index: 99;

  /* Pull the background 70px higher to the same place as #bg's */
  background-position: center -70px;

  -webkit-filter: blur(10px);
  filter: url('/media/blur.svg#blur');
  filter: blur(10px);
}
.error_panel{
/*    background-color: rgba(228, 228, 228,0.75);*/

background-color: transparent;
font-family: 'Overpass', sans-serif;
font-size: 11px;
    display:none;
    color:rgb(239, 0, 54);
    padding:2px;
    font-weight: 300;
    text-transform: uppercase;
    border: 0px;
    margin-bottom: 5px;
    
   
/*    text-align: center;*/
        }
        
.form-group label
{
 color:#465259;   
 font-size:larger;
}

.titleimg{
    width:48px;
}

h4
{
    color:white;
    font-size: medium;
}

.row
{
    color:white;
    font-size: medium;


}
.rowcheck{
        display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.form-group label {
    color: #465259;
    font-size: medium;
    
}

.title
{
    color:var(--title-color); /* tutaj jest kolor nagłówka (Wybór Studiów) */
/*        rgb(141, 156, 171);*/
/*      text-shadow: 1px 1px black;
    font-size: xx-large;
    text-align: left;
    font-weight: bold;*/
font-family: 'Overpass', sans-serif;
font-weight: 700;
font-size: 32px;
line-height: 49px;
}

.title2
{
    color:rgb(179, 168, 0);
/*    rgb(228, 228, 228);*/
      text-shadow: 1px 1px black;
    font-size: large;
    text-align: left;
    font-weight: bold;
    
}

p,ul,li
{
    color: #515C63;
}

hr
{
    margin-top:0px;
    background-color:rgb(152, 152, 152);
}

.contmain {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width:100%;
    min-height: 100vh;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
}
.leftpanel{

    width: 76px;

    

    
}


:root{
    --bg-body-color: #fff;
    --letfpanel-color: #fff;
    --gradient1-bg: #ebeef7;
    --gradient2-bg: #f8f9fd;
    --percent: 20%;
    --caption-color: #465259;
    --title-color: #014B6E;
    --h1-color: #014B6E;
    --log-opac: 100%;
    --boxtryb-color: #f3f5fc;
    --boxtrybtext-color: #848DA9;
    --newline-color: #D9DEEB;
    --rightpanel-color: #fff;
    --helptext-color: #104664;
    --helpborder-color: #d9deeb;
    --help-a-color: #104664;
    --selectstudy-bg: #F8F8FD;
    --selectedtext-color: #648DA4;
    --select-link: #014b6e;
    --button-shadow: rgba(55, 172, 63, 0.25);
    --button-shadow-grey: rgba(175, 175, 175, 0.25);
    --wybrane-color: #465259;
    --premium-li: grey;
    --wyrazeniezgody: #000;
    --rodo-color: grey;
    --zgodaserw-color: grey;
    --mobile-flag: #fff;
    --mob-bg-color: #fff;
    --flagline: #D9DEEB;
    --rekel-color: #014B6E;
    
}

.dark-theme {
    --bg-body-color: #002b42;
    --letfpanel-color: #002B42;
    --gradient1-bg: #08344c;
    --gradient2-bg: #204868;
    --percent: 80%;
    --caption-color: #fff;
    --title-color: #fff;
    --h1-color: #fff;
    --log-opac: 10%;
    --boxtryb-color: #215579;
    --boxtrybtext-color: #fff;
    --newline-color: #385f7d;
    --rightpanel-color: #002B42;
    --helptext-color: #FFF;
    --helpborder-color: #385f7d;
    --help-a-color: #fff;
    --selectstudy-bg: #204868;
    --selectedtext-color: #9fb4bf;
    --select-link: #fff;
    --button-shadow: rgba(1, 6, 58, 0.30);
    --button-shadow-grey: rgba(1, 6, 58, 0.30);
    --wybrane-color: #fff;
    --premium-li: #fff;
    --wyrazeniezgody: #fff;
    --rodo-color: #fff;
    --zgodaserw-color: #fff;
    --mobile-flag: #002B42;
    --mob-bg-color: #002B42;
    --flagline: #385f7d;
    --rekel-color: #fff;
}
.finaltext {
    color: var(--zgodaserw-color);
}
#modeicon{
    width:24px;
    height: 25px;
    cursor: pointer
}

.leftpanelfixed{
position: fixed;
top: 0%;
left: 0%;
bottom: auto;
right: auto;
height: 100vh;
    width: 76px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-top: 45px;
    padding-bottom: 45px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-aling-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: var(--letfpanel-color);
    
    
}
@media screen and (max-width: 800px) {
  .leftpanelfixed {
      height: auto;
      width: 100vw;
      background-color:transparent;
          justify-content:flex-start;
    -webkit-box-align: start;
    -webkit-aling-items: start;
    -ms-flex-align: start;
    align-items:flex-start;
        padding-top: 8px;
    padding-left: 15px;
  }
  .leftpanel{
      width: 100vw;
      position:absolute;

      background-color:transparent;
  }
  .titleimg{
      display:none;
  }
  .title
{


font-weight: 700;
font-size: 25px;
line-height: 35px;
}
}
.rightpanel{
    
    padding-top: 30px;
    padding-right: 50px;
    padding-bottom: 30px;
    padding-left: 30px;
    width:30%;
    height:100%;
    background-color: #fff;
    z-index: 1;
   
}

.rightpanelfixed{
    position: fixed;
    top:0%;
    right: 0%;
    bottom: auto;
    left: auto;
    padding-top: 30px;
    padding-right: 50px;
    padding-bottom: 30px;
    padding-left: 40px;
    width:26%;
    height:100%;
    background-color: var(--rightpanel-color);
    z-index: 1;
}
@media screen and (max-width: 800px) {
  .rightpanelfixed {
    display: none;
  }
}
.flatlogo{
    position: absolute;
    width: 220px;
    left: auto;
    top: auto;
    right:0px;
    bottom:0%;
    z-index:-1;
    opacity: var(--log-opac);
    
}

.absfooter{
    position: absolute;
    
    width:70%;
    top: auto;
    left: auto;
    right: auto;
    bottom: 0%;
    font-family: 'Overpass', sans-serif;
    font-size: 11px;
    font-weight: 600;
    line-height: 17px;
    color: #606A70;
}

#search {
  /* Put this on top of the blurred layer */
  position: relative;
  z-index: 100;
  padding-left: 60px;
  padding-right: 150px;
  padding-top: 37px;
  padding-bottom: 20px;
/*  margin-left:1%;
  margin-right:1%;*/
/*  background: rgb(34,34,34);  for IE 
  background: rgba(34,34,34,0.75);*/

  width: 70%;
  min-height: 100vh;
/* overflow: hidden;*/
  background-image: -webkit-gradient(linear, right top, left top, from(var(--gradient1-bg)), color-stop(var(--percent), var(--gradient2-bg)));
  background-image: linear-gradient(270deg, var(--gradient1-bg), var(--gradient2-bg) var(--percent));

/*background: rgb(0, 47, 71);
  background: rgba(0, 47, 71, 1); tutaj jest kolor tła form  */
}
@media screen and (max-width: 800px) {
  #search {
    width: 100%;
     padding-left: 20px;
  padding-right: 20px;
  padding-top: 37px;
  padding-bottom: 20px
  }
}
@media (max-width: 600px ) {
  #bg { padding: 10px; }
  #search-bg { background-position: center -10px; }
}

@media only screen and (max-width: 768px) {
  .header2 {
    display: none;
    
  }
  
  .title3
{
  color:white;
/*        rgb(141, 156, 171);*/
      text-shadow: 1px 1px black;
    font-size: large;
    text-align: left;
    font-weight: bold;
}
  
  .logoimg
  {
    display: block;
  max-width:550px;
  max-height:95px;
  width: auto;
  height: auto;
  margin:0 auto;
  }
  #search-bg { display:none; }
}

@media only screen and (min-width: 769px) {
      .title3
{
    color:white;
/*        rgb(141, 156, 171);*/
      text-shadow: 1px 1px black;
    font-size: x-large;
    text-align: left;
    font-weight: bold;
}
  .header1 {
    display: none;
  }
}
input[type=submit] {
  display:none;
}

input[type=radio]:checked ~ input[type=submit] {
  display:block;
}

#search h1 { text-align: left; color: var(--h1-color); font-family: 'Overpass', sans-serif;font-weight: 700; font-size: 13px; line-height:20px; margin-top:20px} /* kolor i reszta do h1 (zapisz sie na studia) */

.sname { text-align: left; color: white; font-weight: normal;font-size: large;xfloat:left; xline-height: 16px;margin:0;padding:0;xheight:14px; }
.sname2 { color: white;  }
#search h2, #search h5, #search h5 a { text-align: center; color: #fefefe; font-weight: normal; }
#search h2 { margin-bottom: 50px }
#search h5 { margin-top: 70px }

.tiles-grid  a:link{
  color:white;
}
.tiles-grid  a:visited{
  color:white;
}
.tiles-grid  a:hover{
  color:white;
}
.tiles-grid  a:focus{
  color:white;
}
.tiles-grid  a:active{
  color:white;
}

.caption {
color: var(--caption-color); /*tutaj jest kolor labeli (kierunkow)*/
font-family: 'Overpass', sans-serif;
font-size: 16px!important;
line-height: 35px!important;
font-weight: 600!important;

 }
 
 .captioncombo {

line-height: 20px!important;
margin-bottom: 10px!important;
margin-top: 10px!important;

 }
 
 @media screen and (max-width: 479px) {
  .caption {
    font-size: 15px!important;
    line-height: 33px!important;
  }
}


        @media (min-width: 150px)
    {
 
       
.caption span.border
{
  background-color: rgb(0, 47, 71);
  
  color: #fff;
  padding: 6px;
 font-size: 12px;
  letter-spacing: 1px; 
}
    }
        @media (min-width: 600px)
    {
         .reg
        {
               position: fixed!important;  
        }
        
    
.caption span.border
{
  background-color:rgb(0, 47, 71);
  color: #fff;
  padding: 5px;
 font-size: 40px;
  letter-spacing: 4px; 
  
}
    }
    
    
  .login-form {
            width: 350px;
            height: auto;
         
        }

.opp {
  xbackground: rgba(255, 255, 255, 0.9);
  color: black;
  padding:15px;
}

.opp2 {
  xbackground: rgba(255, 255, 255, 0.9);
  color: black;
 
}



.button
{
    
    font-weight: bold;
}

body {
  
  
  font-size: 14px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.post-module {
  position: relative;
  z-index: 1;
  display: block;
  background: #FFFFFF;
  min-width: 270px;
  height: 470px;
  -webkit-box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.15);
  -webkit-transition: all 0.3s linear 0s;
  -moz-transition: all 0.3s linear 0s;
  -ms-transition: all 0.3s linear 0s;
  -o-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
}
.post-module:hover,
.hover {
  -webkit-box-shadow: 0px 1px 35px 0px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0px 1px 35px 0px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 1px 35px 0px rgba(0, 0, 0, 0.3);
}
.post-module:hover .thumbnail img,
.hover .thumbnail img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  transform: scale(1.1);
  opacity: 0.6;
}
.post-module .thumbnail {
  background: #000000;
  height: 400px;
  overflow: hidden;
}
.post-module .thumbnail .date {
  position: absolute;
  top: 20px;
  right: 20px;
  z-index: 1;
  background: #e74c3c;
  width: 55px;
  height: 55px;
  padding: 12.5px 0;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  color: #FFFFFF;
  font-weight: 700;
  text-align: center;
  -webkti-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.post-module .thumbnail .date .day {
  font-size: 18px;
}
.post-module .thumbnail .date .month {
  font-size: 12px;
  text-transform: uppercase;
}
.post-module .thumbnail img {
  display: block;
  width: 120%;
  -webkit-transition: all 0.3s linear 0s;
  -moz-transition: all 0.3s linear 0s;
  -ms-transition: all 0.3s linear 0s;
  -o-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
}
.post-module .post-content {
  position: absolute;
  bottom: 0;
  background: #FFFFFF;
  width: 100%;
  padding: 30px;
  -webkti-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.3s cubic-bezier(0.37, 0.75, 0.61, 1.05) 0s;
  -moz-transition: all 0.3s cubic-bezier(0.37, 0.75, 0.61, 1.05) 0s;
  -ms-transition: all 0.3s cubic-bezier(0.37, 0.75, 0.61, 1.05) 0s;
  -o-transition: all 0.3s cubic-bezier(0.37, 0.75, 0.61, 1.05) 0s;
  transition: all 0.3s cubic-bezier(0.37, 0.75, 0.61, 1.05) 0s;
}
.post-module .post-content .category {
  position: absolute;
  top: -34px;
  left: 0;
  background: #e74c3c;
  padding: 10px 15px;
  color: #FFFFFF;
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
}
.post-module .post-content .title {
  margin: 0;
  padding: 0 0 10px;
  color: #333333;
  font-size: 26px;
  font-weight: 700;
}
.post-module .post-content .sub_title {
  margin: 0;
  padding: 0 0 20px;
  color: #e74c3c;
  font-size: 20px;
  font-weight: 400;
}
.post-module .post-content .description {
  display: none;
  color: #666666;
  font-size: 14px;
  line-height: 1.8em;
}
.post-module .post-content .post-meta {
  margin: 30px 0 0;
  color: #999999;
}
.post-module .post-content .post-meta .timestamp {
  margin: 0 16px 0 0;
}
.post-module .post-content .post-meta a {
  color: #999999;
  text-decoration: none;
}
.hover .post-content .description {
  display: block !important;
  height: auto !important;
  opacity: 1 !important;
}
.xcontainer {
  margin: 0 auto;
}
.xcontainer:before,
.xcontainer:after {
  content: '';
  display: block;
  clear: both;
}
.xcontainer .column {
  width: 30%;
  padding: 0 25px;
  -webkti-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
}
.xcontainer .column .demo-title {
  margin: 0 0 15px;
  color: #666666;
  font-size: 18px;
  font-weight: bold;
  text-transform: uppercase;
}
.xcontainer .info {
  xwidth: 300px;
  margin: 50px auto;
  text-align: center;
}
.xcontainer .info h1 {
  margin: 0 0 15px;
  padding: 0;
  font-size: 24px;
  font-weight: bold;
  color: #333333;
}
.xcontainer .info span {
  color: #666666;
  font-size: 12px;
}
.xcontainer .info span a {
  color: #000000;
  text-decoration: none;
}
.xcontainer .info span .fa {
  color: #e74c3c;
}

a
{
    color:rgb(228, 228, 228);
}
.newline{
width: 105%;
height: 1px;
background-color: var(--newline-color);
margin-bottom: 15px;
}
.newLineOption{
    background-color: transparent;
    margin-bottom: 7px;
}

@media screen and (max-width: 479px) {
  .newline {
    width: 100%;
  }
}

.newline2{
width: 100%;
height: 1px;
background-color: #D9DEEB;
}

.buttongreen{
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 30px;
  padding-bottom: 30px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 10px;
  background-color: #37ac3f;
  border: 0px;
  font-family: 'Overpass', sans-serif;
  font-weight: 600;
  color: #fff;
  font-size: 16px;
  line-height: 16px;
  box-shadow: 0px 0px 15px var(--button-shadow);
}
.buttongreen:hover {
    background-color: rgba(55, 172, 63, 0.80);
}


.buttonyellow{
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 20px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 5px;
  background-color: rgba(254, 212, 128, 1);
  border: 0px;
  font-family: 'Overpass', sans-serif;
  font-weight: 600;
  color: #BF8718;
  text-transform: uppercase;
  font-size: 12px;
  line-height: 36px;
  box-shadow: 0px 0px 15px var(--button-shadow);
  
}
.buttonyellow:hover {
    background-color: rgba(254, 212, 128, 0.80);
}
.buttongrey{
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 30px;
  padding-bottom: 30px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 10px;
  background-color: #B1B9C1;
  border: 0px;
  font-family: 'Overpass', sans-serif;
  font-weight: 600;
  color: #fff;
  font-size: 16px;
  line-height: 16px;
  box-shadow: 0px 0px 15px var(--button-shadow-grey);
}
.buttongrey:hover {
    background-color: rgba(177, 185, 193, 0.80);
}



.flagimg {
    margin: 5px;
    position: relative;
    z-index: 999;
}

.buttonholder{
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
 
  width: 100%;
}
.btn70{
    width: 70%;
}
.btn25{
    width: 25%;
}

@media screen and (max-width: 479px){
    .btn70{
        width:100%;
    }
    .btn25{
        width: 100%;
    }
}

@media screen and (max-width: 479px){
    .buttonholder{
          display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
    }
}

.help-block {
  width: 100%;
  padding: 20px;
  border-style: solid;
  border-width: 1px;
  border-color: var(--helpborder-color);
 text-align: left;
 margin-top: 20px;
 font-family: 'Overpass', sans-serif;
 color:var(--helptext-color);
 font-size: 16px;
 line-height: 36px;
 font-weight: 600;
}

.help-block a{
    color: var(--help-a-color);
}

.selectedstudy {
  width: 100%;
  padding: 20px;
background-color: var(--selectstudy-bg);
 text-align: left;
 margin-top: 20px;
 font-family: 'Overpass', sans-serif;
 color:#104664;
 font-size: 1.3vw;

 font-weight: 600;
}

.selectedtext{
    color: var(--selectedtext-color);
    font-weight: 300;
    font-size: 0.8vw;
    font-style: normal;
 
}

p.textcolor{
    color:#014B6E;
    font-family: 'Overpass', sans-serif;
}

.inputstyle{
    text-align: left!important;
    color:#515C63!important; 
/*    text-transform: uppercase!important;*/
    font-family: 'Overpass', sans-serif!important;
    font-size: 13px!important;
    height: 68px!important;
    padding: 24px!important;
    font-weight: 600!important;
    line-height: 20px!important;
    border-radius: 5px!important;
    border: 1px solid rgba(217, 222, 235, 0.8)!important;
    margin-bottom: 15px;
    margin-top: 15px;
    
}

@media screen and (max-width: 479px){
   .inputstyle{
    font-size: 12px!important;
   
   }
}

.calendarinput{
     height: 68px!important;
    padding-left: 15px!important;
      display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
    border-radius: 5px!important;
    border: 1px solid rgba(217, 222, 235, 0.8)!important;
    margin-bottom: 15px;
    margin-top: 15px;
}

.tticon{
    position: absolute;
    right:-40px;
     display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  height: 68px;
  color:#D9DEEB;
  font-size: 26px;
  -webkit-transition: color 200ms ease;
  transition: color 200ms ease;
  cursor: pointer;
  height: 100%;  
  display: none;
}

@media screen and (max-width: 479px){
    .tticon{
        display:none;
    }
}

.tticon:hover{
    color:#bcc0cc;
}

.tticonradio{
      position: absolute;
    right:-40px;
     display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
 height: 40px;
  color:#D9DEEB;
  font-size: 26px;
  -webkit-transition: color 200ms ease;
  transition: color 200ms ease;
  cursor: pointer;
  display:none;
}

.tticonradio:hover{
    color:#bcc0cc;
}

.centercell {
       display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center; 
  
}

.obok {
    display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
}

.mobileflagholder {
  display: none;
}

.mobilelogoholder {
    display: none;

}

@media screen and (max-width: 800px) {
  .mobileflagholder {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 10px;
    border-bottom: 1px solid var(--flagline);
    background-color: var(--mobile-flag);
    
  }

.mobilelogoholder {
    display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  padding-top: 15px;
  padding-bottom:10px;
  padding-left: 10px;
  background-color: var(--mob-bg-color);
 
}
}

.tooltip {
  position: relative;
  display: inline-block;

    display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  z-index: 999;
}

.tooltiptext {
  visibility: hidden;
 
  
 
  left:55px;
  
  
  font-family: 'Overpass', sans-serif;
  font-style: normal;
 
  font-size: 14px;
  line-height: 27px;
  font-weight: 600;

  

  /* Position the tooltip */
  position: absolute;
  z-index: 999;
}
.texttooltipholder {
  
  z-index: 100;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  color: #8D9DAC;
 
  padding: 20px 70px 20px 20px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
}

.squaretip {
  position: absolute;
  left: -13px;
  top: auto;
  right: 0%;
  bottom: auto;
  overflow: visible;
  width: 30px;
  height: 30px;
  background-color: #fff;
  box-shadow: 0 0 4px 2px rgba(155, 165, 193, 0.14);
  -webkit-transform: rotateX(3deg) rotateY(0deg) rotateZ(45deg);
  transform: rotateX(3deg) rotateY(0deg) rotateZ(45deg);
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.tooltipholder {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  background-color: white;
  min-width: 340px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  box-shadow: 0 0 4px 2px rgba(155, 165, 193, 0.14);
}

.tooltip:hover .tooltiptext {
  visibility: visible;
}

.checkholder {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 20px;
  margin-top: 20px;
}
@media screen and (max-width: 479px) {
.btnmobile {
    margin-bottom: 25px;
}
}
.acceptsocial {
    margin-left:60px;
    margin-top:20px;
}

@media screen and (max-width: 479px){
    .acceptsocial {
    margin-left:10px;
    margin-top:20px;
}
}
@media screen and (max-width: 479px){
.mgrbot15{
    margin-bottom:15px;
}
}

.boxtryb {
  padding: 10px;
  background-color: var(--boxtryb-color);
  color: var(--boxtrybtext-color);
  
  font-family: 'Overpass', sans-serif;
  font-size: 14px;
  margin-left: 15px;
  
}

::placeholder{
   text-transform: uppercase; 
}
select{
    text-transform: uppercase!important;
    
}


div.selectedstudy a:link {
  color: var(--select-link);
  text-decoration: none;
}

div.selectedstudy a:hover {
  color: var(--select-link);
  text-decoration: none;
}

div.selectedstudy a:visited {
  color: var(--select-link);
  text-decoration: none;
}

*:link{
     color: #014b6e;
  text-decoration: none;
}

.wybrane {
    color:var(--wybrane-color);
}

.premiumrow li {
    color: var(--premium-li);
}

.wyrazeniezgody {
    color: var(--wyrazeniezgody);
    font-size: 17px; font-family: 'Overpass', sans-serif; text-indent: 25px;
}
.rodo {
    color: var(--rodo-color);
}
.rodo ol li{
    color:var(--rodo-color);
}
.zgodaserw {
    font-size:small;font-style: italic;margin-left:20px;margin-top: 20px;clear:both;font-size: 9px;
        color: var(--zgodaserw-color);
}

.rekel {
    color: var(--rekel-color);
    text-transform: uppercase;
    text-align: center;
    width: 100%;
    font-size: 18px;
    font-weight: 700;
}
.mobrek{
        color: var(--rekel-color);
    text-transform: uppercase;
    text-align: center;
    width: 100%;
    font-size: 13px;
    font-weight: 700;
    margin-top: -15px;
}