* {
  padding: 0;
  margin: 0;
  box-sizing: border-box; }

html {
  font-size: 56%; }

body {
  font-family: 'Ubuntu', sans-serif; }

label {
  font-size: 2rem; }
.label-required::after{
    content: '*';
    color: #a42c52;
}
input:not([type='radio']), select {
  font-size: 2rem;
  padding: 15px;
  margin: 5px 0 8px 0;
  display: block;
  border: none;
     box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.09);
  border-radius: 10px;
  width: 100%; }

input[type="checkbox"] {
  visibility: hidden; 
  display: none;
}

::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  font-size: 2rem; }

::-moz-placeholder {
  /* Firefox 19+ */
  font-size: 2rem; }

:-ms-input-placeholder {
  /* IE 10+ */
  font-size: 2rem; }

:-moz-placeholder {
  /* Firefox 18- */
  font-size: 2rem; }

a {
  color: #5a91b4;
  text-decoration: none; }

a:hover {
  color: #5d5d8f; }

p {
  font-size: 2.2rem;
/*  color: #000;*/
  padding-bottom: 17px;
  font-weight: 300; }
.question{
    color: #3c4870;
    font-weight: bold;
}
p.regulamin {
  color: #afafaf; }

.btn {
  font-size: 2rem;
  font-weight: bold;
    position: relative;
  border: none;
  border-radius: 5px;
  color: #fff;
    background-color: #5d5d8f;
  padding: 15px;
    white-space: normal;
  width: 90%;
  max-width: 480px;
  margin: 10px 0px 25px 0px;
  transition: all 0.5s ease; }

.btn:hover {
  filter: brightness(105%);
  cursor: pointer; }
.main{
    background-color: #eef5ff;
}
.page__nav{
    max-width: 520px;
    margin: auto;
}
.page__logo{
    color: #4b4c85;
    font-weight: bold;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -ms-align-items: center;
    align-items: center;
    justify-content: center;
}
.virus-box{
  border: solid 1px rgb(205, 213, 225);
  background-color: rgb(238, 245, 255);
  box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.09);
    padding: 5px 10px;
    border-radius: 10px;
    color: #8c8c8c;
    font-size: 1.4rem;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    flex-direction: column;
    max-width: 520px;
}
.virus-box p{
    font-size: 1.4rem;
}
.virus-box--radius{
    border-radius: 25px;
}
.wrapper {
  max-width: 520px;
/*  min-height: 100vh;*/
  margin: 0 auto;
}
.content{
    padding: 15px;
}
.content.content-form-header{
    padding-bottom: 0;
}
.content.content-form{
    padding-top: 0;
}
.questionnaire-box {
  position: relative;
  overflow: hidden;
  max-width: 1140px;
  margin: 0 auto;
  background-color: rgba(255, 255, 255, 0.9); 
-webkit-box-shadow: 0px -2px 13px 0px rgba(0,0,0,0.2);
-moz-box-shadow: 0px -2px 13px 0px rgba(0,0,0,0.2);
box-shadow: 0px -2px 13px 0px rgba(0,0,0,0.2);}

.page__header {
  max-width: 520px;
  margin: auto;
    padding: 2rem 1.5rem;
}
.page__header .title{
    max-width: 320px;
    font-size: 3.3rem;
    line-height: 1.1;
    padding-bottom: 2rem;
    font-weight: bold;
}
.page__header .subtitle{
    font-size: 2.3rem;
}
.page__header .subtitle small{
    padding-top: 1.5rem;
    line-height: 1.5;
    display: block;
}
@media (min-width: 576px) {
    .page__header .title{
        font-size: 3.6rem;
         max-width: 380px;
    }
    .btn{
        font-size: 2.7rem;
    }
}
.progress-top{
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    -o-flex-direction: row;
    flex-direction: row;
    justify-content: space-between;
    -ms-align-items: center;
    align-items: center;
}
.progress-top .box{
    width: 45px;
    height: 45px;
    background-color: #fff;
    box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.09);
    color: #5d5d8f;
    font-size: 2.3rem;
    font-weight: bold;
    padding: 3rem;
    margin: 1rem;
    border-radius: 50%;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: center;
    -ms-align-items: center;
    align-items: center;
}
.progress-top .box.active, .progress-top .line.active{
    background-color: #5d5d8f;
    color: #fff;
}
.progress-top .line{
    background-color: #fff;
    height: 5px;
    width: 100%;
}
.steps{
    text-transform: uppercase;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    padding-bottom: 2rem;
}
.steps .step, .steps .info{
    display: block;
    font-size: 1.8rem;
}
.steps .step{
    min-width: 75px;
    font-weight: bold;
}
.steps .info{
    color: #232569;
    max-width: 450px;
}
footer {
  text-align: center;
  font-size: 1.4rem;
    padding: 1rem 1.5rem 2rem;
  color: #8c8c8c; }
  footer a {
    font-size: 1.4rem;
    color: #8c8c8c; }
.regulamin a:hover,
.regulamin a.other-documents:hover{
    text-decoration: underline;
    cursor: pointer;
}

.footer-section{
    clear: both;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    -o-flex-direction: column;
    flex-direction: column;
    -ms-align-items: center;
    align-items: center;
}

img{
    max-width: 100%;
}

.label-checkbox {
  cursor: pointer;
    padding: 0;
  display: flex;
  align-items: center;
  align-content: center; }

.square-checkbox {
  display: inline-block;
  position: relative;
  min-width: 26px;
  height: 26px;
  border: 1px solid #5d5d8f;
  border-radius: 5px;
  margin-right: 2rem; }

.square-checkbox + p {
  display: inline-block;
  padding: 6px 0;
    font-size: 1.6rem;
    color: #000;
    width: calc(100% - 40px); 
}
.pytania_o_osobe .square-checkbox + p{
    color: inherit;
}
/*
.input-checkbox:checked ~ .label-checkbox > .square-checkbox::before {
    content: '';
    position: absolute;
    height: 18px;
    width: 18px;
    border-radius: 50%;
    background-color: #959595;
    top: 5px;
    left: 6px; }
*/

.input-checkbox:checked ~ .label-checkbox > .square-checkbox::after {
  content: '';
  position: absolute;
  height: 26px;
  width: 26px;
  top: -1px;
  border-radius: 5px;
    background-color: #5d5d8f;
  border: 2px solid #5d5d8f; }

.input-checkbox:checked ~ .label-checkbox > .square-checkbox + p {
  color: #959595; }

.input-checkbox:checked ~ .label-checkbox > .square-checkbox + p.regulamin {
  color: #afafaf; }


.regulamin {
	font-size: 12px;
}
.regulamin .label-checkbox {
	min-height: 10px;
    padding: .3rem 0;
}
.regulamin .input-checkbox:checked ~ .label-checkbox > .square-checkbox::after {
	height: 15px;
    width: 15px;
    top: -1px;
}
.regulamin p {
	padding-bottom: 2px;
	font-size: 10px;
    text-align: justify;
}
.regulamin a {
	color: #c8c8c8;
}
.regulamin .square-checkbox {
	width: 19px;
	min-width: 19px;
    height: 19px;
	border-width: 1px;
    margin-bottom: 3px;
}
.regulamin input {
	display: none;
}

.regulamin .input-checkbox:checked ~ .label-checkbox > .square-checkbox::before {
    top: 3px;
    left: 4px;
    height: 11px;
    width: 11px;
}

.regulamin label {
    font-size: 12px;
}
.regulamin label.first {
    font-weight: 800;
    font-size: 14px;
}

.pytania_o_osobe {
	display: inline-grid;
}
.pytania_o_osobe strong{
	font-size: 2.2rem;
	float: left;
    width: 100%;
    padding-bottom: 10px;
}
.pytania_o_osobe > div {
	margin-bottom: 15px;
}
.col-5 {
	width: 50%;
    float: left;
}
.col-3 {
	width: 33.33%;
    float: left;
}
select {
	padding: 10px;
    display: inline-table;
    margin-top: 10px;
    margin-bottom: 25px;
	background: #fff;
}
@media (max-width: 950px) {
	.col-5 {
	width: 33%;
	}
	.col-3 {
		width: 50%;
	}
}
@media (max-width: 600px) {
	.col-5, .col-3 {
		width: 50%;
	}
	.btn {
		margin-top: 15px;
	}
	.mobile_hidden {
		display: none;
	}
	
	.line {
		margin: 10px auto;
	}

	.label-checkbox {
		min-height: 40px;
	}
	.regulamin {
		font-size: 10px;
	}
	.line-procenty {
		margin-bottom: 5px;
	}
	
	label[for="inputName"], label[for="inputEmail"], label[for="inputPhone"] {
		display: none;
	}
	input:not([type='radio']) {
		padding: 13px 20px;
	}
	#section_form p {
		padding-bottom: 20px;
	}
	footer a[data-ga-event-label] {
		margin-top: 30px;
		display: inline-block;
	}
}
.section_form_box{
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    -o-flex-direction: column;
    flex-direction: column;
}

.error{
    background-color: #f4cbcd;
    color: #d80000;
    font-weight: bold;
    text-align: left;
    position: relative;
    display: none;
    padding: calc((70px - 18px)/2) 1rem;
    margin: 2rem 0;
    float: left;
    width: 100%;
    min-height: 70px;
    font-size: 18px;
}

.error::before{
    content: '!';
    font-size: 40px;
    font-weight: bold;
    text-align: center;
    display: block;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background-color: #fff;
    right: 10%;
    top: 50%;
    transform: translateY(-50%);
    position: absolute;
}
.error + *{ 
   clear: both;
}
@media (min-width: 992px) {
    .error{
        padding: calc((70px - 18px)/2) 3rem;
    }
}

.box-language{
    padding: 2.5rem 2rem;
    margin: 0;
}
.box-language .square-checkbox {
    background-color: #fff;
    border-radius: 50%;
    box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.09);
    border: none;
}
.box-language .input-checkbox:checked ~ .label-checkbox > .square-checkbox::after{
    border-radius: 50%;
}
.section-form .warunki {
    padding: 0.7rem 0;
    padding-top: 0.5rem; }
  .section-form .warunki .info {
    font-size: 0.9rem;
    text-align: justify;
    color: #000; }
  .section-form .warunki label {
    font-size: 1.1rem;
    display: inherit;
    font-weight: 300;
    cursor: pointer; }
  .section-form .warunki span {
    width: calc(100% - 45px);
    display: -webkit-inline-box;
    font-size: 0.9rem;
    text-align: justify;
    font-weight: 300; }
  .section-form .checkbox_ramka {
    padding: 4px 4px;
    margin: 4px 8px 1px 10px;
    background-color: #fff;
    border-radius: 0px;
      border: solid 1px #5d5d8f;
      border-radius: 50%;
    float: left; }
  .section-form .checkbox_ramka_all {
    margin: 4px 8px 1px 0px; }
  .section-form .first span {
    font-weight: bold; }
  .section-form .checkbox_input {
    display: none; }
  .section-form .checkbox_input:checked ~ .checkbox_ramka {
    background-color: #5d5d8f; }


.section_th p{
    color: #58af4e;
    text-align: center;
}

/* Component containers
----------------------------------*/
.ui-widget {
	font-family: Arial,Helvetica,sans-serif;
	font-size: 1em;
}
.ui-widget .ui-widget {
	font-size: 1em;
}
.ui-widget input,
.ui-widget select,
.ui-widget textarea,
.ui-widget button {
	font-family: Arial,Helvetica,sans-serif;
	font-size: 2rem;
}
.ui-widget.ui-widget-content {
	border: 1px solid #5d5d8f;
    max-width: 490px!important;
}
.ui-widget-content {
	border: 1px solid #5d5d8f;
	background: #ffffff;
	color: #333333;
}
.ui-widget-content a {
	color: #333333;
}
.ui-widget-header {
	border: 1px solid #5d5d8f;
	background: #e9e9e9;
	color: #333333;
	font-weight: bold;
}
.ui-widget-header a {
	color: #333333;
}
.ui-autocomplete-input{
    width: 100%;
}
.ui-menu {
    list-style: none;
    padding: 15px;
    margin: 0;
    display: block;
    outline: 0;
    font-size: 1.6rem;
    cursor: pointer;
}
.ui-menu-item{
    font-size: 2rem;
}
.ui-helper-hidden-accessible{
    display: none;
}
/**
 * Extracted from: SweetAlert
 * Modified by: Istiak Tridip
 */
.success-checkmark {
  width: 80px;
  height: 115px;
  margin: 0 auto;
}
.success-checkmark .check-icon {
  width: 80px;
  height: 80px;
  position: relative;
  border-radius: 50%;
  box-sizing: content-box;
  border: 4px solid #4caf50;
}
.success-checkmark .check-icon::before {
  top: 85px;
  left: -2px;
  width: 30px;
  transform-origin: 100% 50%;
  border-radius: 100px 0 0 100px;
}
.success-checkmark .check-icon::after {
  top: 85;
  left: 30px;
  width: 60px;
  transform-origin: 0 50%;
  border-radius: 100px 100px 100px 100px;
  animation: rotate-circle 5s ease-in;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}
.success-checkmark .check-icon::before, .success-checkmark .check-icon::after {
  content: '';
  height: 100px;
  position: absolute;
  background: #eef5ff;
/*  transform: rotate(-45deg);*/
}
.success-checkmark .check-icon .icon-line {
  height: 5px;
  background-color: #4caf50;
  display: block;
  border-radius: 2px;
  position: absolute;
  z-index: 10;
}
.success-checkmark .check-icon .icon-line.line-tip {
  top: 46px;
  left: 14px;
  width: 25px;
  transform: rotate(45deg);
  animation: icon-line-tip 3s;
    animation-delay: 3s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    opacity:0;
}
.success-checkmark .check-icon .icon-line.line-long {
  top: 38px;
  right: 8px;
  width: 47px;
  transform: rotate(-45deg);
  animation: icon-line-long 3s;
    animation-delay: 3s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    opacity:0;
}
.success-checkmark .check-icon .icon-circle {
  top: -4px;
  left: -4px;
  z-index: 10;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  position: absolute;
  box-sizing: content-box;
  border: 4px solid rgba(200, 200, 200, .5);
}
.success-checkmark .check-icon .icon-fix {
  top: 8px;
  width: 5px;
  left: 26px;
  z-index: 1;
  height: 85px;
  position: absolute;
  transform: rotate(-45deg);
/*  background-color: #fff;*/
}
#section_verification .show-info{
    opacity: 0;
    padding: 2rem 0;
    text-align: center;
    color: #5d5d8f;
    font-size: 2.4rem;
    animation: show-info 1s;
    animation-delay: 5s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

#section_verification .btn{
    opacity: 0;
    animation: show-info 1s;
    animation-delay: 5s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

@keyframes rotate-circle {
  0% {
    transform: rotate(0deg);
  }
  25% {
    transform: rotate(90deg);
  }
  50% {
    transform: rotate(180deg);
  }
  75% {
    transform: rotate(270deg);
  }
  100% {
    transform: rotate(360deg);
      height: 0;
      width: 0;
  }
}
@keyframes icon-line-tip {
  0% {
    width: 0;
    left: 1px;
    top: 19px;
  }
  54% {
    width: 0;
    left: 1px;
    top: 19px;
  }
  70% {
    width: 50px;
    left: -8px;
    top: 37px;
  }
  84% {
    width: 17px;
    left: 21px;
    top: 48px;
  }
  100% {
    width: 25px;
    left: 14px;
    top: 45px;
      opacity:1;
  }
}
@keyframes icon-line-long {
  0% {
    width: 0;
    right: 46px;
    top: 54px;
  }
  65% {
    width: 0;
    right: 46px;
    top: 54px;
  }
  84% {
    width: 55px;
    right: 0px;
    top: 35px;
  }
  100% {
    width: 47px;
    right: 8px;
    top: 38px;
      opacity:1;
  }
}
@keyframes show-info {
  0% {
    
  }
  
  100% {
      opacity:1;
  }
}