@font-face {
  font-family: 'LinLibertine_RB';
  src: url('../fonts/LinLibertine_RB.ttf');
}
@font-face {
  font-family: 'LinLibertine_R';
  src: url('../fonts/LinLibertine_R.ttf');
}
@font-face {
  font-family: 'CALIBRI';
  src: url('../fonts/CALIBRI.ttf');
}
@font-face {
  font-family: 'AbeatbyKaiRegular';
  src: url('../fonts/abeatbyKaiRegular.otf');
}
* {
  padding: 0;
  margin: 0;
  box-sizing: border-box; }

html {
  font-size: 62.5%; }

body {
  font-family: 'CALIBRI', sans-serif; 
font-size: 2rem;}

h2,h3,h4{
    font-weight: bold;
}
h2{
    font-size: 3.6rem;
}
h3{
    font-size: 3rem;
}
h4{
    font-size: 2.4rem;
}
::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  font-size: 1.8rem; }

::-moz-placeholder {
  /* Firefox 19+ */
  font-size: 1.8rem; }

:-ms-input-placeholder {
  /* IE 10+ */
  font-size: 1.8rem; }

:-moz-placeholder {
  /* Firefox 18- */
  font-size: 1.8rem; }

img{
    max-width: 100%;
}

.link--light{
    color: #fff;
}
.link--light:hover{
    color: #6956fb;
}
.link__logo{
    font-family: 'Montserrat';
    color: #626669;
    font-size: 1.6rem;
}
.link__logo:hover{
    text-decoration: none;
    color: #626669;
}
.page__logo{
    color: #626669;
    font-size: 3.5rem;
    letter-spacing: 2px;
    padding: 0 1rem;
    font-family: 'AbeatbyKaiRegular';
}
.btn-primary-m{
    background-color: #6956fb;
    border-color: #6956fb;
    color: #fff;
    font-size: 1.6rem;
    padding: 2rem 4rem;
    font-weight: bold;
}
.btn-primary-m:hover,
.btn-primary-m:active,
.btn-primary-m:focus{
    background-color: #6956fb;
    border-color: #6956fb;
    color: #fff;
}
.btn-light-m{
    background-color: #fff;
    border-color: #fff;
    font-size: 1.2rem;
    padding: 1rem;
    font-weight: bold;
    border-radius: 8px;
    color: #0b0d5e;
}
.btn-light-m:hover,
.btn-light-m:active;
.btn-light-m:focus{
    background-color: #ddd;
    border-color: #ddd;
}
.bg-primary-m{
    background-color: #6956fb;
}
.text-primary-m{
    color: #6956fb;
}
.page__header{
    background-color: #fff;
    color: #626669;
}

.page__header-logo{
    
}
.section-top{
    background: rgb(253,69,133);
    background: -webkit-linear-gradient(bottom left, rgba(253,69,133,1) 30%, rgba(255,150,135,1) 90%);
    background: -o-linear-gradient(bottom left, rgba(253,69,133,1) 30%, rgba(255,150,135,1) 90%);
    background: linear-gradient(to top right, rgba(253,69,133,1) 30%, rgba(255,150,135,1) 90%);
    padding: 4rem 0;
}
.section-top__item-1{
    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;
    color: #fff;
}
.section-top__breadcrumb, .text-dark-pink{
    color: #640e27;
}
.section-top__title{
    font-size: 2.9rem;
    font-weight: bold;
    padding-top: 2rem;
    padding-bottom: 2rem;
    line-height: 1;
    font-family: 'Montserrat';
}

.section-form{
    padding: 2.5rem;
    box-shadow: 0px 0px 46px 0px rgba(0, 0, 0, 0.18);
    background-color: #fff;
    border-top: solid 5px #6956fb;
}


.section-form__title{
    font-size: 2.4rem;
    padding-bottom: 1.5rem;
    margin-bottom: 1px;
    border-bottom: solid 1px #e4e4e4;
}
.section-form .form-control{
    font-size: 1.8rem;
    height: calc(4.25rem + 2px);
}
#checkboxes .form-input-checkbox .label-checkbox{
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -ms-align-items: center;
    align-items: center;
}
.form-group-select{
    margin-bottom: 5px;
}
.selectBox {
  position: relative;
}

.selectBox select {
  width: 100%;
  margin-bottom: 0;
    height: calc(4.25rem + 2px);
    border-color: #ced4da;
    color: #495057;
    font-size: 1.8rem;
}

.overSelect {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}
#checkboxes {
  display: none;
  box-shadow: 1px 3px 3px #efefef;
  background-color: #fff;
  padding-bottom: 20px;
  position: relative;
  z-index: 1;
  width: 100%;
}

#checkboxes label {
  display: block;
  padding: 10px 10px;
    cursor: pointer;
}

#checkboxes label:hover {
  background-color: #efefef;
}
#checkboxes input{
    width: auto;
    padding-right: 10px;
    display: inline-block;
    margin: 0;
    margin-right: 10px;
    display: none; 
}

#checkboxes span {
  width: calc(100% - 45px);
  display: -webkit-inline-box;
  font-size: 12px;
  color: #6c6c6c;
  text-align: justify;
  font-weight: 300;
  text-transform: none;
}
.checkbox_ramka {
  padding: 7px 7px;
  margin: 1px 8px 1px 10px;
  background-color: #d2d2d2;
  float: left; }
#checkboxes input:checked ~ .checkbox_ramka {
  background-color: #6956fb; }
#checkboxes input:checked ~ span {
  font-weight: bold;
}
#checkboxes label < input:checked {
  background-color: aqua !important;}
.section-form .btn-primary-m{
    min-width: 250px;
}
.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_input {
    display: none; }
  .section-form .checkbox_input:checked ~ .checkbox_ramka {
    background-color: #6956fb; }

.section_th{
    padding: 3rem 1.5rem;
}
.section_th p{
    color: #fff;
    text-align: center;
}
.section-info .row, .section-more-info .row{
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -ms-align-items: center;
    align-items: center;
    justify-content: center;
}
.section-more-info .box{
    background: rgb(253,69,133);
    background: -webkit-linear-gradient(bottom left, rgba(253,69,133,1) 30%, rgba(255,150,135,1) 90%);
    background: -o-linear-gradient(bottom left, rgba(253,69,133,1) 30%, rgba(255,150,135,1) 90%);
    background: linear-gradient(to top right, rgba(253,69,133,1) 30%, rgba(255,150,135,1) 90%);
    color: #fff;
    font-style: italic;
    padding: 2rem;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: center;
    -ms-align-items: center;
    align-items: center;
}
.info__ul{
    padding-left: 2rem;
    list-style: none;
}
.info__ul li::before {
  content: url(../img/list.png);
/*
  background-color: #6956fb;
  display: inline-block; 
  width: 1rem;
    height: 1rem;
    border-radius: 50%;
*/
    margin-right: 1rem;
  margin-left: -1em;
}
.info__ul li{
    padding: 0.5rem;
}

.section-steps{
    font-size: 1.8rem;
}
.section-steps__item{
    font-size: 1.8rem;
}
.page__footer{
    background-color: #fff;
    padding: 2rem;
    color: #626669;
}

.footer__link{
    color: #626669;
}


.error{
    background-color: #f4cbcd;
    color: #d80000;
    font-weight: bold;
    text-align: left;
    position: relative;
    display: none;
    padding: calc((60px - 16px)/2) 1rem;
    margin: 2rem 0;
    float: left;
    width: 100%;
    min-height: 60px;
    font-size: 16px;
}

.error::before{
    content: '!';
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    display: block;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background-color: #fff;
    right: 5%;
    top: 50%;
    transform: translateY(-50%);
    position: absolute;
}
.error + *{ 
   clear: both;
}
@media (min-width: 992px) {
    .error{
        padding: calc((60px - 16px)/2) 3rem;
    }
}


#section_verification .show-info{
    opacity: 0;
    padding: 2rem 0;
    text-align: center;
    color: #000;
    max-width: 600px;
    margin: auto;
    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;
}


@media (min-width: 768px) {
    .section-steps{
        font-size: 2.4rem;
    }
    .btn-light-m{
        font-size: 1.6rem;
        padding: 1rem 2rem;
    }

    .section_th p{
        font-size: 4rem;
    }
}