html, body{
  position: relative;
  height: 100%;
}
body {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-height: 100%;
  width: 100%;
  min-width: 320px;
  overflow: auto;
  background: none;
  font-family: 'Montserrat'; 
  font-style: normal; 
  font-weight: 500; 
  font-size: 18px; 
  line-height: 24px;
  color: #111111;
}
.uk-card-title{
  font-size: 18px;
}
.uk-section-secondary{
  background: #0a0e17 !important;
}
/*.uk-button-primary{
  background: #3B6DB5;
}*/
header.header{
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 0;
  width: 100%;
  height: 150px;
  min-height: 150px;
  text-align: center;
  text-transform: uppercase;
}
.hidden-label,
.current-info.audible,
#steps .actions{
  display: none;
  visibility: hidden;
}
#steps .steps ul,
#steps .steps li{
  display: flex;
  list-style: none;
  padding: 0;
  margin: 0;
}
#steps .steps li{
  flex: 1;
  width: 100%;
}
#steps .steps li a{
  display: flex;
  flex-direction: column;
  align-items: center; 
  width: 100%; 
  text-decoration: none;
  text-transform: uppercase;
  font-size: 14px;
  line-height: 1.2;
  padding: 20px 10px;
  color:#999999;
  background: #f5f5f5;
  text-align: center;
  border-right: 1px solid #dddddd;
}
#steps .steps li:last-child a{
  border-right: none;
}
#steps .steps li.current a{
  color: #ffffff;
  background: #1e87f0;
  outline: none !important;
}  
#steps .steps li.done a{
    background: #2fc71a;
    color: #fff;
    opacity: .25;
}  
#steps .steps a .number {
    display: block;
    width: 25px;
    height: 25px;
    line-height: 25px;
    text-align: center;
    border-radius: 25px;
    border: 1px solid #dddddd;
    font-size: 16px;
    font-weight: 600;
    margin: 0 auto 15px;
}
#steps section{
  padding: 30px;
  border: 1px solid #dddddd;
  background: #f5f5f5;
}
.steps-control > li > a{
  flex-direction: column;
  justify-content: center;
  background: #f5f5f5;
  padding-top: 20px;
}
.steps-control > li.uk-active > a{
  color: #ffffff;
  background: #1e87f0;
}
.steps-control > li > a .number{
  display: block;
  width: 25px;
  height: 25px;
  text-align: center;
  border-radius: 25px;
  border: 1px solid #dddddd;
  font-size: 16px;
  font-weight: 600;
  margin: 0 auto 15px;
}

#select-app .uk-card{
  width: 250px;
  margin: auto;
  cursor: pointer;
  padding: 20px;
  border: 1px solid #dddddd;
  background: #ffffff;
}
#select-app .uk-card .uk-card-body{
  padding: 0;
}
#app-packages .uk-card{
  max-width: 250px;
  min-height: 100%;
  margin: auto;
  padding: 0 0 20px;
  border: 1px solid #dddddd;
  background: #ffffff;
  cursor: pointer;
}
#app-packages .uk-card .uk-card-body{
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 0;
  height: 100%;
}
#app-packages .uk-card .uk-card-title{
  text-align: center;
  padding: 10px;
  background: #222222;
  color:#ffffff;
}
#app-packages .package-count{
  padding: 0 10px;
  margin-bottom: 10px;
  font-size: 18px;  
}
#app-packages .package-count span{
  font-size: 12px;
    display: block;
    line-height: 1;
}
#app-packages .price-table{
  width: 150px;
  padding: 0 10px;
  margin: 0 auto auto;
}
#app-packages .price-table .price-row{
  display: flex;
  width: 100%;
  justify-content: space-between;
}
#app-packages .price-table .price-row .price-col:first-child{
  font-size: 14px;
}
/*#app-packages .package{
  max-width: 250px;
}*/
#app-packages .package .price-discount,
#app-packages .package .price{
  text-align: center;
  padding: 0 10px;
}
#app-packages .package .price-discount{
  margin: 10px 0;
}
#app-packages .package .discount{
  padding: 3px 8px;
  margin-left: 15px;
  background: #2fc71a;
  color: #ffffff;
  font-weight: bold;
  border-radius: 50px;
}
#app-packages .package .full-price{
  text-decoration: line-through;
  white-space: nowrap;
  color:#bbbbbb;
  font-size: 16px;
}
#app-packages .package .price{
  font-size: 20px;
  font-weight: bold;
  color:#000000;
  margin-bottom: 20px;
}
#app-packages .package .uk-button{
  display: block;
  width: 150px;
  margin-left: auto;
  margin-right: auto;
}

#order{
  max-width: 600px;
  padding: 30px;
  background: #ffffff;
  border: 1px solid #dddddd;
  margin: auto;
}
#order h3{
  text-align: center;
  text-transform: uppercase;
  font-weight: 300;
  font-size: 20px;
  letter-spacing: 2px;
}
#order-table tr td{
  font-size: 14px;
}
#order-table tr td:last-child{
  text-align: right;
  font-size: 16px;
  font-weight: bold;
}
.checkbox-container{
  position: relative;
  font-size: 14px;
  margin-bottom: 15px;
}
.checkbox-container .uk-checkbox{
  margin-right: 10px;
}
.uk-checkbox.uk-form-danger{
 border-color: #f0506e; 
}

#totop{
  width: 50px;
  text-align: center;
}
footer{
  font-size: 14px;
  padding-top: 30px;
}

footer .callback a{
  text-decoration: none;
}
footer .callback a .uk-icon{
  margin-right: 10px;
}
footer .footer-info{
  padding-bottom: 30px;
}
footer .footer-bottom{

  padding: 20px 0;
  background: #000000;
}
.uk-notification{
    width: 100% !important;
    margin: 0 !important;
    bottom: 0 !important;
    left: 0 !important;
    text-align: center;
}
.uk-notification-message{
    font-size: 16px;
    padding-right: 45px;
}
.uk-notification-message .uk-icon{
  margin-right: 15px;
}
.uk-notification-message .uk-icon svg{
  width: 25px;
}
.uk-notification-message .uk-notification-close{
  right: 0;
}
.uk-notification-message .uk-notification-close.uk-icon svg{
  width: 18px;
  color: #fff;
}
.uk-notification-message-primary {
    background: #1e87f0;
    color:#ffffff;
}

.uk-notification-message-success {
    background: #32d296;
    color:#ffffff;
}

.uk-notification-message-warning {
    background: #faa05a;
    color:#ffffff;
}

.uk-notification-message-danger {
    background: #f0506e;
    color:#ffffff;
}
footer .callback p{
	margin:0;
  	margin-bottom:7px;
}
footer .callback p:last-child{
  	margin-bottom:0;
}
@media screen and (max-width: 500px){
  #steps section{
    padding: 20px
  }
  #steps .steps li a{
    font-size: 12px
  }
}
#modal-privacy h2,
#modal-terms h2{
  text-transform: uppercase;
  font-weight: 300;
  letter-spacing: 2px;
}
.uk-modal-full .uk-modal-dialog{
  overflow: hidden;
  height: 100%;
  min-height: 100%;
  padding-top: 70px;
  padding-bottom: 70px;  
}
.uk-modal-full .uk-modal-body{
  height: calc(100% - 140px);
  overflow-y: auto;
}
.uk-modal-full .uk-modal-header,
.uk-modal-full .uk-modal-footer{
  height: 70px;
  background: #f5f5f5;
}
.uk-modal-full .uk-modal-header{
  display: flex;
  align-items: center;
  justify-content: center;
  padding-right: 60px;
}
.uk-modal-full .uk-modal-header h2{
  font-size: 22px;
  font-size: clamp(14px, 4vw, 22px);
}
.uk-modal-full .uk-modal-close-full{
  top: 5px;
  background: transparent;
}
#pay-success,
#pay-error{
  display: none;
  max-width: 600px;
  padding: 30px;
  margin: auto;
  border: 1px solid #dddddd;
}
#pay-success .icon,
#pay-error .icon{
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

#pay-success svg,
#pay-error svg {
    width: 100px;
    height: 100px;
}
#pay-success svg{
  background: #f5f5f5;
  border-radius: 100px;
  padding: 15px;
}
#pay-error .icon{
  color: #f0506e;
}
#pay-success .header,
#pay-error .header{
  text-align: center;
  text-transform: uppercase;
  font-weight: 300;
  letter-spacing: 2px;
}
#pay-success .text,
#pay-error .text{
  font-size: 14px;
  text-align: center;
}
#pay-success .animated-check path {
    fill: none;
    stroke: #2fc71a;
    stroke-width: 4;
    stroke-dasharray: 23;
    stroke-dashoffset: 23;
    animation: draw .5s linear forwards;
    stroke-linecap: round;
    stroke-linejoin: round
}

@keyframes draw {
    to {
        stroke-dashoffset: 0
    }
}


@media screen and (max-width: 440px){
  #steps .steps ul{
    flex-wrap: wrap;
  }
  #steps .steps li{
    width: 50%;
    min-width: 50%;
  }
  #steps .steps li:nth-child(1) a,
  #steps .steps li:nth-child(2) a{
    border-bottom: 1px solid #dddddd;
  }  
  #steps .steps li:nth-child(2) a{
    border-right: none;
  }

}
@media screen and (max-width: 640px){
  [uk-switcher="#fssp-type"]{
    flex-wrap: wrap;
  }
  [uk-switcher="#fssp-type"] li{
    width: 100%;
  }  
}