a{
  color: #f25c5c;
}
#app{
  padding-top: 14px;
}
.block{
  align-items: center;
  display: flex;
  justify-content: center;
}
.container{
  align-items: center;
  flex-grow: 1;
  justify-content: space-between;
  max-width: 1112px;
}
/* Customize the label (the container) */
.checkbox {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* Hide the browser's default checkbox */
.checkbox__input {
  /* position: absolute; */
  /* opacity: 0; */
  cursor: pointer;
  /* height: 0; */
  /* width: 0; */
}

/* Create a custom checkbox */
.checkbox-icon {
  background-color: white;
  border-color: #656565;
  border-radius: 4px;
  border-style: solid;
  border-width: 2px;
  height: 20px;
  left: 0;
  position: absolute;
  top: 0;
  width: 20px;
}
.checkbox-icon--error{
  border-color: #f25c5c;
}
.checkbox-icon:after{
  content: '';
  position: absolute;
  display: none;
}
/* Style the checkbox-icon/indicator */
.checkbox-icon--checked:after {
  display: block;
  left: 6px;
  top: 1px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.checkbox-icon--checked {
  background-color: #f25c5c;
  border-color: #f25c5c;
}
.steps{
  background-color: #f4f4f4;
}
.steps__container{
  display: flex;
  height: 112px;
}
.steps__item--active .steps__label{
  color: #656565;
}
.steps__item--active .steps__number{
  background-color: #f25c5c;
}
.steps__label{
  color: #d2e7e9;
  display: inline-block;
  font-size: 16px;
  font-stretch: normal;
  font-style: normal;
  font-weight: bold;
  height: 19px;
  letter-spacing: normal;
  line-height: 1.25;
  text-align: left;
}
.steps__number{
  background-color: #d2e7e9;
  border-radius: 35px;
  color: white;
  display: inline-block;
  font-size: 22px;
  font-stretch: normal;
  font-style: normal;
  font-weight: bold;
  letter-spacing: 1.1px;
  line-height: 1.23;
  margin-right: 16px;
  padding: 10.5px 0;
  text-align: center;
  width: 48px;
}
.step{
  padding-top: 40px;
  padding-bottom: 87px;
}
.step__row{
  display: flex;
  padding: 20px 0;
}
.step__info{
  display: inline-block;
  font-size: 18px;
  font-stretch: normal;
  font-style: normal;
  font-weight: bold;
  line-height: 1.44;
  letter-spacing: 0.9px;
  text-align: left;
  color: #0c3e51;
}
.step__input{
  margin-top: 19px;
  width: calc(100% - 2*20px);
}
.step__lock{
  margin-left: 35px;
  margin-right: 20px;
  position: relative;
  top: 3px;
}
.step__title{
  color :#0c3e51;
  font-size: 24px;
  font-stretch: normal;
  font-style: normal;
  font-weight: 500;
  letter-spacing: 1.2px;
  margin: 0;
  text-align: left;
}
.step__title-training{
  margin-bottom: 19px;
  margin-top: 36px;
}
.step__title--inline{
  display: inline-block;
}
.step__button-wrapper{
  margin-top: 94px;
  margin-bottom: 77px;
  display: flex;
  justify-content: flex-end;
}
.step__title-form{
  padding-top: 40px;
  padding-bottom: 20px;
}
.step__title-invoice{
  font-size: 18px;
  font-weight: bold;
  font-style: normal;
  font-stretch: normal;
  position: relative;
  padding-bottom: 20px;
  padding-top: 20px;
  cursor: pointer;
}
.step__title-certificate{
  margin-top: 56px;
}
.step__invoice-form{
  padding-bottom: 10px
}
.rectangle{
  border-radius: 10px;
  -webkit-backdrop-filter: blur(30px);
  backdrop-filter: blur(30px);
  box-shadow: 0 10px 30px 0 rgba(0, 0, 0, 0.1);
  background-color: #fff;
  cursor:pointer;
  padding: 17px 0px;
}
.rectangle-with-icon{
  margin-bottom: 16px;
  padding-right: 17px;
  padding-left: 60px;
  position: relative;
}
.rectangle-with-icon--error{
  padding-right: 16px;
  padding-left: 59px;
  padding-top: 16px;
  padding-bottom: 16px;
  border-color: #f25c5c;
  border-style: solid;
  border-width: 1px;
}
.rectangle-short{
  text-align: center;
  width: 260px;
}
.rectangle-right-space{
  margin-right: 24px;
}
.rectangle-trim{
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.rectangle__icon{
  top: 16px;
  left: 20px;
}
.rectangle__title{
  font-size: 18px;
  font-stretch: normal;
  font-style: normal;
  font-weight: 600;
  letter-spacing: normal;
  padding: 17px 0;
  color: #f25c5c;
}
.rectangle__title-dark{
  color: #0c3e51;
}
.rectangle__button{}


/* modifiers */
.rectangle--checked{
/* .rectangle--hover:hover{ */
  background-color: #f25c5c;
  color: white;
}
.rectangle--checked .rectangle__title-dark,
.rectangle--checked .rectangle__title{
  color: white;
}
.rectangle--disabled{
  opacity: 0.5;
  pointer-events: none;
  cursor: not-allowed;
}
.package{
  position: absolute;
  left: calc(50% + 1112px/2 + 24px);
  top: 433px;
  padding: 24px 22px;
  border-radius: 10px;
  -webkit-backdrop-filter: blur(30px);
  backdrop-filter: blur(30px);
  box-shadow: 0 10px 30px 0 rgba(0, 0, 0, 0.1);
  background-color: #fff;
  cursor: pointer;
  padding: 17px 22px;
}
.package-hd{
  display: none;
}
.package__button{
  margin-top: 24px;
  padding: 13px 16px;
  width: auto;
}
.package__title-medium{
  font-size: 20px;
  font-weight: bold;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.2;
  letter-spacing: 1px;
  text-align: center;
  text-transform: uppercase;
}
.package__title-big{
  font-size: 80px;
  font-weight: bold;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.21;
  letter-spacing: 4px;
  text-align: center;
}
.package__title-small{
  font-size: 16px;
  font-weight: bold;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.19;
  letter-spacing: 0.8px;
  text-align: center;
}
.package__title-red{
  color: #f25c5c;
}
.badge{
  display: flex;
}
.badge-space-on-right{
  margin-right: 60px;
}
.badge__icon{
  padding-right: 12px;
  align-self: flex-start;
}
.badge__title{
  font-style: normal;
  font-stretch: normal;
  letter-spacing: 0.8px;
  text-align: left;
  flex-grow: 1;
}
.badge__title-small{
  font-size: 14px;
  color: #9a9a9a;
  margin-bottom: 5px;
}
.badge__title-big{
  font-size: 16px;
  color: #0c3e51;
  font-weight: bold;
}
.badge__title-space-on-bottom{
  margin-bottom: 10px;
}
.form{
  display: flex;
  flex-wrap: wrap;
}
.form__field{
  flex-grow: 1;
  margin-bottom: 40px;
}
.form__field-space-on-right{
  margin-right: 24px;
}
.form__field-xxs-1-from-2{
  /* flex-basis: calc(12.5% - 2*20px - 28px/2); */
  flex-basis: calc(12.5% - 28px/2);
}
.form__field-xs-1-from-2{
  /* flex-basis: calc(25% - 2*20px - 28px/2); */
  flex-basis: calc(25% - 28px/2);
}
.form__field-s-1-from-2{
  /* flex-basis: calc(37.5% - 2*20px - 28px/2); */
  flex-basis: calc(37.5% - 28px/2);
}
.form__field-m-1-from-2{
  /* flex-basis: calc(37.5% - 2*20px - 28px/2); */
  flex-basis: calc(37.5% - 28px/2);
}
.form__field-l-1-from-2{
  /* flex-basis: calc(62.5% - 2*20px - 28px/2); */
  flex-basis: calc(62.5% - 28px/2);
}

.form__field-xxs-1-from-5{
  /* flex-basis: calc(12.5% - 2*20px - 4*28px/5); */
  flex-basis: calc(12.5% - 4*28px/5);
  /* max-width: calc(12.5% - 2*20px - 4*28px/5); */
  max-width: calc(12.5% - 4*28px/5);
}
.form__field-xs-1-from-5{
  /* flex-basis: calc(25% - 2*20px - 4*28px/5); */
  flex-basis: calc(25% - 4*28px/5);
  /* max-width: calc(25% - 2*20px - 4*28px/5); */
  max-width: calc(25% - 4*28px/5);
}
.form__field-s-1-from-5{
  /* flex-basis: calc(37.5% - 2*20px - 4*28px/5); */
  flex-basis: calc(37.5% - 4*28px/5);
}
.form__field-m-1-from-5{
  /* flex-basis: calc(37.5% - 2*20px - 4*28px/5); */
  flex-basis: calc(37.5% - 4*28px/5);
  /* max-width: calc(37.5% - 2*20px - 4*28px/5); */
  max-width: calc(37.5% - 4*28px/5);
}
.form__field-l-1-from-5{
  /* flex-basis: calc(62.5% - 2*20px - 4*28px/5); */
  flex-basis: calc(62.5% - 4*28px/5);
  /* max-width: calc(62.5% - 2*20px - 4*28px/5); */
  max-width: calc(62.5% - 4*28px/5);
}
.field{
  display: flex;
  flex-wrap: wrap;
}
.field__input{
  flex-grow: 1;
  max-width: calc(100% - 2*20px);
}
.field__error{
  flex-grow: 1;
  flex-basis: calc(100% - 2*22px);
}
.agreement-description{
  font-size: 16px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.13;
  letter-spacing: normal;
  text-align: left;
  color: #000000;
  padding-bottom: 20px;
}
.agreement-description-space-on-top{
  margin-top: 40px;
}
.payu{
  justify-content: flex-end;
  display: flex;
}
.payu__title{
  font-size: 16px;
  font-weight: bold;
  font-style: normal;
  font-stretch: normal;
  letter-spacing: 0.8px;
  text-align: left;
  color: #0c3e51;
  position: relative;
  top: 15px;
  margin-right: 30px;
}
.payu__icon{
  /* width: 88px;
  height: 43.9px;
  object-fit: contain; */
}
@media screen and (max-width: 1612px) {
  .package{
    display: none;
  }
  .package-hd{
    position: initial;
    top: initial;
    left: initial;
    display: flex;
    flex-grow: 0;
    flex-wrap: wrap;
    width: auto;
    align-items: center;
    justify-content: space-around;
    padding: 10px 22px;
    margin-bottom: 20px;
    margin-left: calc(100% - 415px);
  }
  .package__title-medium{
    font-size: 16px;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.19;
    letter-spacing: 0.8px;
  }
  .package__title-big{
    font-size: 45px;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.22;
    letter-spacing: 2.25px;
  }
  .package__title-small{
    font-size: 14px;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.29;
    letter-spacing: 0.7px;
  }
  .package__button{
    font-size: 14px;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.29;
    margin-top: 0px;
  }
}
@media screen and (max-width: 1280px) {
  .container{
    max-width: 960px;
  }
  .step__title-training{
    display: block;
  }
  .step__lock{
    margin-left: 0px;
  }
}
@media screen and (max-width: 1024px) {
  .button{
    width: 100%;
  }
  .package__button{
    margin-top: 0px;
    width: auto;
  }
  .container {
    max-width: calc(100% - 2*20px);
    padding: 0px 20px;
  }
  .steps__container{
    flex-wrap: wrap;
    padding: 20px;
    height: auto;
  }
  .steps__item{
    flex-grow: 1;
    flex-basis: 50%;
    padding: 10px 0px;
  }
  .step__row{
    flex-wrap: wrap;
  }
  .step__title{
    text-align: center;
  }
  .step__lock{
    display: inline-block;
  }
  .step__info{
    display: inline-block;
    width: calc(100% - 60px);
  }
  .step__rectangle{
    flex-basis: 100%;
    margin: 10px 0px;
  }
  .step__button-wrapper{
    flex-direction: column-reverse;
  }
  .rectangle-right-space {
    margin-right: 0px;
  }
  .rectangle-short {
      text-align: center;
      width: auto;
  }
  .rectangle-trim {
      text-overflow: initial;
      overflow: initial;
      white-space: normal;
  }
  .form__field-m-1-from-2{
    flex-basis: calc(100%);
    max-width: calc(100%);
  }
  .form__field-space-on-right{
    margin-right: 0px;
  }
  .form__field-m-1-from-2{
    flex-basis: calc(100%);
    max-width: calc(100%);
  }
  .form__field-s-1-from-2 {
    flex-basis: calc(100%);
    max-width: calc(100%);
  }
  .form__field-l-1-from-2{
    flex-basis: calc(100%);
    max-width: calc(100%);
  }
  .form__field-s-1-from-5{
    flex-basis: calc(100%);
    max-width: calc(100%);
  }
  .form__field-xxs-1-from-5{
    flex-basis: calc(100%);
    max-width: calc(100%);
  }
  .form__field-xs-1-from-5{
    flex-basis: calc(100%);
    max-width: calc(100%);
  }
}
@media screen and (max-width: 560px) {
  .package-hd{
    margin-left: 0px;
    padding-bottom: 20px;
    justify-content: center;
  }
  .package__button{
    width: 100%;
    margin-top: 20px;
  }
  .package__title-medium{
    font-size: 20px;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.19;
    letter-spacing: 0.8px;
    margin-right: 20px;
  }
  .steps__item{
    flex-grow: 1;
    flex-basis: 100%;
  }
  .badge-space-on-right{
    margin: 10px 0px;
  }
  .step__row-with-badge{
    padding: 0px;
  }
}
