.asystent{
/*    height: 600px;*/
/*    background: white;*/
    margin: 0 auto;
   font-family: Khand,sans-serif;
}



@font-face {
font-family: 'Graphik Regular';
font-style: normal;
font-weight: normal;
src: local('Graphik Regular'), url('GraphikRegular.woff') format('woff');
}


.warning {
    margin-bottom: 20px;
}



.logo {
padding-left: 20px;
/*
    max-width: 70%;
    float: left;
*/
}

.asystent a, .asystent a:active, .asystent a:focus {
    color: #ee7d1f !important;
}
.logo img{
/*
    display: block;
    padding-left: 30px;
*/
    max-width: 100%;
}

.social-cont {
/*    float: right;*/
/*    width: 30%;*/
/*    max-width: 30%;*/
}

.social-cont img{
    display: block;
    float: right;
    padding-right: 20px;
    max-width: 50%;
}
.social-cont{
    padding-left: 20px;

}

.steps-content{
 margin: 10px;    
}

.dot{
    height: 60px;
    width: 60px;
    border-radius: 50px;    
}

.bialy{
    background: white;
    border: 1px solid grey; }
.bordo{ background: firebrick}
.brazowy{ background: brown}
.czarny{ background: black}
.czerwony{ background: red}
.fioletowy{ background: #b803fe}
.granatowy{ background: darkblue}
.niebieski{ background: #59aeff}
.pomarancz{ background: orange}
.rozowy{ background: pink}
.srebrny{ background: #d2d2d2}
.szary{ background: #7b7b7b}
.zielony{ background: #008001}
.zolty{ background: #fdff53}
.zloty{ background: #ffd600}


.container-result{
    display: table;
}

.mid-container{
    display: table-cell;
    vertical-align: middle;
}

.step-nav{
    max-width: 400px;
    margin: 0 auto;
}
.step-back, .step-site, .step-forward  {
/*    float: left;*/
    width: 33.33%;
    width: 100%;
    cursor: pointer;
    text-align: left;
    margin: 0 auto;
}

.step-back, .step-forward  {

    font-size: 20px;
    color: #ffce53;
    font-weight: 700;
    margin-left: 10px;
    
}


.step-title, .steps-choice{
/*    width: 92%;*/
    width: 100%;
    text-align: center;
    display: block;
/*    margin: 10px;*/
    float: left;
    overflow: hidden;
    
}
.h2-title{
    font-size: 32px;
    font-weight: 700;
    min-height: 150px;
}
.h3-subtitle{
    font-size: 16px;
    font-weight: 300;
    
}

.h3-inform{
    padding-left: 20px;
    font-size: 14px;
    font-weight: 300;
    text-align: left;
    max-width: 600px;
    display: block;
    margin: 0 auto;
    margin-bottom: 20px;
    
    }
.h3-inform span {
    font-weight: 700;
    font-size: 18px;
}
.h3-inform:before{
    content: url(inf.png);
    position: absolute;
/*    width: 30px;*/
    margin-left: -30px;
}

.step-choice{
/*    width: 100%;*/
    margin: 20px 0;


    display: flex !important;
  align-items: center;
/*  justify-content: space-evenly;*/
/*    min-height: calc(100vh - 300px);*/
      justify-content: center;
/*    min-height: 450px;*/
  flex-direction: column;
    
}

.sibl{
    width: 50%;
}

.sibl:first-child {
    float: right;
}

.img-cont{
    width: 420px;
    margin: 0 auto;
}

.img-cont img{
    width: 100%;
}

.step-choice img, .step-choice button{
    max-width: 100%;
    display: block;
    margin: 0 auto;

}

.step-choice .btn-cta{
    
    max-width: 100%;
    display: block;
    margin: 0 auto;
    margin-bottom: 20px;
    outline: none;
    background: #FFF;
    border: 1px solid black;
    border-radius: 30px;
    min-height: 50px;
    width: 150px;
/*    padding: 10px 60px;*/
    text-align: center;
}


.col-md-4.col-6.mar-middle {
    margin-left: 25%;
}

.step-choice .btn-cta:hover {
    background: #eb6165;
     border: 1px solid #eb6165;
    color: white;
    
}
.btn-next{

    color: #ffce53;
    
/*    padding: 10px 60px;*/
    text-align: center;
    text-transform:  capitalize;
    display: flex !important;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    font-size: 20px;
}

.btn-next:hover {

    color: white;
    
}

.return-to-shop{
    display: none;
}


.step-choice input[type="radio"] {
  opacity: 0;
  position: absolute;
/*  width: 160px;*/
/*height: 200px;*/
  width: 100%;
height: 100%;
cursor: pointer;
}

.step-choice input[type="checkbox"] {
  opacity: 0;
  position: absolute;
 width: 100px;
height: 150px;
cursor: pointer;
}

.step-choice label {
    display: inline-block;
    background-color: #fff;
    padding: 0px 20px;
    font-family: 'Fira Sans', sans-serif;
    font-size: 16px;
    border: 1px solid black;
/*    max-width: 170px;*/
    width: 180px;
    border-radius: 50px;
    text-align: center;
/*    margin: 0 auto;*/
color:black;
    min-height: 50px;
    display: flex !important;
  align-items: center;
  justify-content: center;
}

.step-choice label:hover {
  background-color: #eb6165;
     border: 1px solid #eb6165;
    color: #FFF;
}

.step-choice input[type="radio"]:focus + label {
      border: 1px solid #eb6165;
}

.step-choice input[type="radio"]:checked + label, .step-choice input[type="radio"]:hover + label {
   background: #eb6165;
    border-color: #eb6165;
    color: #FFF;
}
.step-choice input[type="checkbox"]:checked + label {
/*   background: #eb6165;*/
/*    border-color: #eb6165;*/
    color: #eb6165;
    font-weight: 800;
    font-size: 18px;
}

.skip{
    text-align: center;
    color: #243d96;
    font-size: 12px;
    padding-top: 20px;
/*     font-family: Khand, fira-sans;*/
}


.mobile > .step-choice label:hover, .mobile > .step-choice:hover  {
  background-color: #FFF;
/*     border: 1px solid #eb6165;*/
    color: #eb6165;
}

.mobile .img-cont{
    margin-bottom: 0px;
}
 .mobile > .step-choice label{
        width: 120%;
        min-height: 35px !important;
        padding: 0px;
     border: none;        
    }
    
.mobile > .step-choice input:checked + label::before {
  background-color: #eb6165;
         
}
       
.mobile > .step-choice label::before {
  content: '';
  display: block;
  position: absolute;
  top: 140px;
  height: 10px;
/*  left: 10px;*/
  width: 52px;
/*  border: 3px solid #fff;*/
  border-radius: 50px;
  transition: background-color .2s;
}

.dal{
    margin-bottom: 20px;
}

.btn-test{
    padding: 10px;
    background: #eb6165;
    border: 2px solid #eb6165;
    color: white;
    margin-bottom: 15px;
}


.asystent-result{
  display: block;
  margin: 0 auto;
  background: url(tlo.png);
  background-size: cover;
  height: 100vh;
  padding-top: 10vh;
  padding-left: 10px;
  padding-right: 10px; 
}
.container-result{

  text-align: center;
  -webkit-box-shadow: 0px 0px 15px 1px rgba(0,0,0,0.75);
-moz-box-shadow: 0px 0px 15px 1px rgba(0,0,0,0.75);
box-shadow: 0px 0px 15px 1px rgba(0,0,0,0.75);
  max-width: 600px;
  margin: 0 auto;
    padding: 20px 10px;
/*  height: 80vh;*/

  /*margin-top: 10vh;*/
}
.loader{
  font-family: Khand, sans-serif;
  color: #eb6165;
  padding-top: 20px;
}

.badanie-check{
  color: #214396;
  font-family: Graphik;
  font-size: 28px;
  font-weight: 400;
  line-height: 29px;
}

.badanie-check img{
  display: block;
  margin: 20px auto;
  max-width: 100%;
 /* margin-top: 20px;
  margin-bottom: 20px;*/
}

.badanie{
  font-family: 'Fira Sans', sans-serif;
font-size: 24px;
font-weight: 600;
line-height: 24px;
padding: 10px 0;
}

.badanie span{
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 400;
}
.btn-show{

  border-radius: 50px;
  max-width: 320px;
  text-align: center;
  color: white;
   font-size: 20px;
  border: 2px solid;
  margin: 10px auto;
  text-transform: none;
  padding: 10px;
  font-weight: 400;
}

.btn-result{
  background-color: #22459c;
}
.btn-badanie{
  background-color: #eb6165;
}

.asystent-result{
  display: none;
}

@media only screen and (max-width: 598px) {
    
.container-result {
  height: 96vh;
}
.asystent-result {
  padding-top: 2vh;
}

    
.step-choice label {
     width: 100%;   
    }
    
    .img-cont{
    width: 100%;
}
    
}

@media only screen and (min-width: 599px) {
    
   .container-result{
    padding: 20px 110px;
   }

    .col-md-4.col-6.mar-middle {
    margin-left: 0;
}
    .step-title, .steps-choice {
        width: 100%;
    }

    .return-to-shop{
        display: block;
        padding-right: 20px;
/*        float: right;*/
    }

    .logo{
        padding: 0;
    }
   
}