/* Application form page */
.application-banner {
  text-align: center;
  font-weight: 400;
  color: #3a3a3b;
  background-color: #f9fafc;
  padding-top: 3px;
  padding-bottom: 80px;
}

.application-banner__title {
  font-size: 70px;
  line-height: 1.2em;
  font-weight: bold;
  text-transform: uppercase;
}

.application-banner__text {
  font-size: 20px;
  line-height: 30px;
  
  margin-top: 25px;
}

.application-banner__subtitle {
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 10px;
}

.application-banner__subtitle::before {
  content: '';
  display: inline-block;
  vertical-align: middle;
  width: 14px;
  height: 19px;
  background: transparent url("../img/application/hero-star.svg") no-repeat 0 0;
  background-size: contain;
  margin-right: 8px;
}

.application-banner .breadcrumbs {
  text-align: left;
  margin-bottom: 36px;
}

.application-organizers {
  overflow: hidden;
  margin-top: 47px;
}

.application-organizers__title {
  font-size: 24px;
  line-height: 1.2em;
  font-weight: bold;
  margin-bottom: 23px;
}

.application-organizers__in {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: flex-start;
  margin-left: -14px;
  margin-right: -15px;
  margin-bottom: -29px;
}

.application-organizer-logo {
  display: block;
  background-color: #fff;
  margin: 0 15px 29px 14px;
  width: calc(50% - 29px);
  font-size: 0;
  line-height: 101px;
  height: 141px;
  padding: 20px;
  text-align: center;
}

.application-organizer-logo img {
  display: inline-block;
  vertical-align: middle;
  max-height: 100%;
}

.application-features {
  padding: 80px 0 73px;
  color: #3a3a3b;
}

.application-features__list {
  width: 100%;
  overflow: hidden;
}

.application-features__list-in {
  display: flex;
  justify-content: flex-start;
  align-items: stretch;
  flex-wrap: wrap;
}

.application-features__item {
  width: 50%;
  padding: 0 22px 40px;
}

.application-feature {
  display: flex;
  width: 100%;
  justify-content: flex-start;
  align-items: flex-start;
  border: 1px solid #f5f3f4;
  border-radius: 4px;
  padding: 35px 30px 31px 42px;
  height: 100%;
}

.application-feature__logo {
  font-size: 0;
  line-height: 0;
  width: 90px;
  height: 90px;
  flex-shrink: 0;
  margin-top: 4px;
  margin-right: 32px;
}

.application-feature__title {
  font-weight: 600;
  font-size: 24px;
  line-height: 1em;
}

.application-feature__title span {
  color: #0479e5;
}

.application-feature__title strong {
  font-weight: inherit;
  color: #0479e5;
}

.application-feature__descr {
  font-size: 18px;
  line-height: 26px;
  font-weight: 400;
  margin-top: 18px;
}

.application-features__text {
  font-size: 20px;
  line-height: 28px;
  font-weight: 400;
  text-align: center;
  padding-top: 3px;
}

.step-form {
  background-color: #f9fafc;
  color: #3a3a3b;
  padding: 53px 60px 60px;
  border-radius: 4px;
}

.step-form__title {
  font-size: 42px;
  line-height: 1.2em;
  font-weight: bold;
  text-align: center;
  margin-bottom: 1em;
}

.form-progress {
  margin-bottom: 25px;
  background-color: #fff;
  padding: 49px 50px 70px;
  border-radius: 4px;
}

.form-progress__wrapper {
  display: flex;
  justify-content: space-between;
  position: relative;
}

.form-progress__line-wrap {
  display: block;
  height: 2px;
  background-color: #d6d7db;
  position: absolute;
  top: 27px;
  /* left: 54px;
  right: 54px; */
  left: 27px;
  right: 27px;
}

.form-progress__line {
  display: block;
  height: 2px;
  background-color: #2a7ef2;
  position: absolute;
  top: 0;
  left: 0;
  transition: all .25s ease;
}

.form-progress-step {
  width: 54px;
  position: relative;
  z-index: 3;
  text-align: center;
  padding-top: 65px;
}

.form-progress-step__icon {
  width: 54px;
  height: 54px;
  border: 2px solid #cccccd;
  border-radius: 50%;
  background-color: #fff;
  font-size: 0;
  line-height: 0;
  padding: 13px;
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -27px;
}

.form-progress-step__icon svg {
  display: block;
  width: 24px;
  height: 24px;
  fill: #87898f;
}

.form-progress-step__text {
  font-size: 16px;
  line-height: 24px;
  font-weight: 600;
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  white-space: nowrap;
}

.form-progress-step:nth-child(1) {
  text-align: left;
}

.form-progress-step:nth-child(1) .form-progress-step__icon {
  left: 0;
  margin-left: 0;
}

.form-progress-step:nth-child(1) .form-progress-step__text {
  left: 0;
  transform: translateX(0);
}

.form-progress-step:nth-child(4) {
  text-align: right;
}

.form-progress-step:nth-child(4) .form-progress-step__icon {
  left: auto;
  right: 0;
  margin-left: 0;
}

.form-progress-step:nth-child(4) .form-progress-step__text {
  left: auto;
  right: 0;
  transform: translateX(0);
}

.form-progress-step.active {
  color: #0479e5;
}

.form-progress-step.active .form-progress-step__icon {
  background-color: #0479e5;
  border-color: #0479e5;
}

.form-progress-step.active .form-progress-step__icon svg {
  fill: #fff;
}

.form-step-box {
  background-color: #fff;
  padding: 47px 50px 50px;
  border-radius: 4px;
  display: none;
}

.form-step-box.active {
  display: block;
}

.form-step-box-header {
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: center;
  position: relative;
  margin-bottom: 48px;
}

.form-step-box-header__icon {
  font-size: 0;
  line-height: 0;
  margin-right: 17px;
}

.form-step-box-header__icon svg {
  fill: #3a3a3b;
}

.icon--step-user-tick {
  width: 40px;
  height: 40px;
}

.form-step-box-header__text {
  font-size: 30px;
  line-height: 1.2em;
  font-weight: 600;
}

.form-step-box-header__note {
  position: absolute;
  top: 18px;
  right: 0;
  font-size: 12px;
  line-height: 18px;
  font-weight: 400;
  color: #aeb0b7;
}

.form-step-box__controls {
  margin-top: 50px;
  display: flex;
  justify-content: center;
  margin-left: -10px;
  margin-right: -10px;
}

.form-step-box__controls .btn {
  padding-left: 48px;
  padding-right: 48px;
  margin-left: 10px;
  margin-right: 10px;
}

.form-step-box__controls .btn--main[disabled] {
  background-color: #adb0b7;
  color: #fff;
  opacity: 1;
}

.fields-accordion-tab {
  background-color: #f7f8fb;
  margin-top: 20px;
}

.fields-accordion-tab:first-child {
  margin-top: 0;
}

.fields-accordion-head {
  display: block;
  position: relative;
  padding: 34px 80px 35px 98px;
  font-size: 24px;
  line-height: 1.2em;
  font-weight: 600;
  color: #3a3a3b;
  text-decoration: none;
}

.fields-accordion-head:hover,
.fields-accordion-head:focus {
  color: #3a3a3b;
  text-decoration: none;
}

.fields-accordion-head__icon {
  display: block;
  width: 35px;
  height: 35px;
  position: absolute;
  top: 30px;
  left: 50px;
  font-size: 0;
  line-height: 0;
  border-radius: 50%;  
  padding: 9px 6px 9px 7px;
  border: 2px solid #3a3a3b;
  background-color: transparent;

  /* background-color: #0479e5;
  border: 2px solid #0479e5; */
}

.fields-accordion-head__icon svg {
  width: 18px;
  height: 13px;
  fill: #3a3a3b;
}

.fields-accordion-head__arrow {
  font-size: 0;
  line-height: 0;
  display: block;
  position: absolute;
  top: 44px;
  right: 50px;
  width: 19px;
  height: 11px;
  transition: transform .5s ease;
  transform: rotate(-180deg);
}

.fields-accordion-head__arrow svg {
  width: 19px;
  height: 11px;
  fill: #313132;
}

.fields-accordion-content {
  overflow: hidden;
  transition: all .3s;
}

.fields-accordion-content__inner {
  padding: 31px 50px 30px;
  position: relative;
}

.fields-accordion-content__inner::before {
  content: '';
  display: block;
  height: 1px;
  background-color: #e7e7e9;
  position: absolute;
  top: 0;
  left: 50px;
  right: 50px;
}

.fields-accordion-content .row {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: flex-start;
  margin-left: -15px;
  margin-right: -15px;
  margin-bottom: -30px;
}

.fields-accordion-content .col {
  width: 50%;
  padding-left: 15px;
  padding-right: 15px;
  padding-bottom: 30px;
}

.fields-accordion-content .field-text {
  margin-bottom: 0;
}

.fields-accordion-content .error--black {
  display: none;
}

/* .fields-accordion-tab--collapsed .fields-accordion-head__arrow {
  transform: rotate(0deg);
} */

/* .fields-accordion-tab--collapsed .fields-accordion-content {
  height: 0;
  padding-top: 0;
  padding-bottom: 0;
} */

/* .fields-accordion-tab--collapsed .fields-accordion-head__icon {
  border: 2px solid#3a3a3b;
  background-color: transparent;
} */

/* .fields-accordion-tab--collapsed .fields-accordion-head__icon svg {
  fill: #3a3a3b;
} */

.checkbox-field {
  margin-top: 39px;
}

.checkbox-field:first-child {
  margin-top: 0;
}

.checkbox-field label {
  margin: 0;
  padding: 0;
  display: block;
}

.checkbox-field input {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  border: 0;
  padding: 0;
  white-space: nowrap;
  clip-path: inset(100%);
  clip: rect(0 0 0 0);
  overflow: hidden;
}

.checkbox-field__content {
  position: relative;
  display: block;
  padding-left: 39px;
}

.checkbox-field__icon {
  border: 2px solid #d6d7db;
  display: block;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  position: absolute;
  top: 1px;
  left: 0;
  font-size: 0;
  line-height: 0;
}

.checkbox-field__icon::before {
  content: '';
  display: block;
  width: 12px;
  height: 12px;
  background-color: #0479e5;
  border-radius: 50%;
  position: absolute;
  top: 4px;
  left: 4px;
  opacity: 0;
  transition: opacity .25s ease;
}

.checkbox-field input:checked + .checkbox-field__content .checkbox-field__icon {
  border-color: #0479e5;
}

.checkbox-field input:checked + .checkbox-field__content .checkbox-field__icon::before {
  opacity: 1;
}

.checkbox-field__title {
  font-size: 18px;
  line-height: 26px;
  font-weight: 600;
  color: #3a3a3b;
}

.checkbox-field__description {
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  color: #aeb0b7;
  margin-top: 6px;
}



.step-fields-header {
  position: relative;
  padding-top: 30px;
  padding-left: 49px;
  padding-bottom: 34px;
  margin-bottom: 40px;
  border-bottom: 1px solid #e7e7e9;
}

.step-fields-header__icon {
  display: block;
  width: 35px;
  height: 35px;
  border-radius: 50%;
  background-color: #0479e5;
  font-size: 0;
  line-height: 0;
  padding: 11px 8px 11px 9px;
  position: absolute;
  top: 30px;
  left: 0;
}

.step-fields-header__icon svg {
  width: 18px;
  height: 13px;
  fill: #fff;
}

.step-fields-header__text {
  font-size: 24px;
  line-height: 1.2em;
  font-weight: 600;
  padding-top: 4px;
  padding-bottom: 3px;
}

.form-step-box-content textarea.field-text__input {
  padding-top: 33px;
  min-height: 226px;
}

.form-step-box-content textarea.field-text__input:not(:placeholder-shown)+.field-text__name,
.form-step-box-content textarea.field-text__input:focus+.field-text__name {
  top: 16px;
}

.form-step-box__case .step-fields-header {
  margin-bottom: 40px;
}

.form-step-box__case .field-text {
  margin-bottom: 0;
}

.form-step-box__grey-bg {
  background-color: #f7f8fb;
  padding: 0 50px 50px;
  border-radius: 4px;
}

.step-fields-feedback {
  display: flex;
  width: 100%;
  justify-content: space-between;
  align-items: center;
}

.step-fields-feedback__image {
  width: 300px;
  flex-shrink: 0;
  margin-right: 50px;
}

.step-fields-feedback__main {
  width: calc(100% - 350px);
}

.upload-field-widget {
  border-radius: 27px;
  border: 1px solid #e7e7e9;
  background-color: #fff;
  text-align: center;
  padding: 29px 15px 28px;
}

.upload-field-widget__icon {
  display: block;
  font-size: 0;
  line-height: 0;
  width: 35px;
  height: 35px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 20px;
}

.upload-field-widget__icon svg {
  fill: #3a3a3b;
}

.upload-field-widget__title {
  font-size: 18px;
  line-height: 26px;
  font-weight: 600;
}

.upload-field-widget__description {
  font-size: 12px;
  line-height: 16px;
  color: #aeb0b7;
  font-weight: 400;
  margin-top: 8px;
}

.upload-field-widget__btn {
  margin-top: 22px;
}

.upload-field-widget__btn .btn.btn--main-o {
  padding: 6px 24px 6px;
}

.upload-field-widget input[type="file"] {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  border: 0;
  padding: 0;
  white-space: nowrap;
  clip-path: inset(100%);
  clip: rect(0 0 0 0);
  overflow: hidden;
}

.step-fields-feedback__title {
  font-size: 20px;
  line-height: 26px;
  font-weight: 600;
  max-width: 360px;
  margin-bottom: 24px;
}

.step-fields-feedback .error--black {
  display: none;
}

.step-fields-feedback .field-text {
  margin-bottom: 30px;
}

.step-fields-feedback .field-text:last-child {
  margin-bottom: 0;
}

.form-step-box-content .agreement {
  text-align: center;
  font-size: 14px;
  line-height: 22px;
  color: #aeb0b7;
  font-weight: 500;
  margin-top: 28px;
}

.form-step-box-content .agreement a {
  color: #0479e5;
  text-decoration: none;
}

.agreement + .form-step-box__controls {
   margin-top: 27px;
}

.form-step-box__checkboxes-wrap {
  
  padding-bottom: 44px;
}

.fields-accordion-tab--filled-in .fields-accordion-head__icon {
  background-color: #0479e5;
  border: 2px solid #0479e5;
}

.fields-accordion-tab--filled-in .fields-accordion-head__icon svg {
  fill: #fff;
}

.step-form-contacts {
  padding-top: 71px;
  padding-bottom: 80px;
}

.step-form-contacts__title {
  font-size: 24px;
  line-height: 34px;
  font-weight: 600;
  text-align: center;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 37px;
}

.step-form-contacts__list-in {
  display: flex;
  flex-wrap: wrap;
  margin-left: auto;
  margin-left: -22px;
  margin-right: -22px;
  margin-bottom: -44px;
}

.step-form-contacts__item {
  width: 50%;
  padding: 0 22px 44px;
}

.step-form-contacts__item .conference-materials-person {
  background-color: #f9fafc;
  padding: 42px 40px 40px;
}

.step-form-contacts .conference-materials-person__description {
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 12px;
}

.step-form-contacts .conference-materials-person__email a {
  font-size: 16px;
  line-height: 24px;
}

.step-form-contacts .conference-materials-person__title {
  margin-bottom: 3px;
}

.upload-field-result {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 300px;
  height: 226px;
}

.upload-field-result__image {
  position: relative;
  font-size: 0;
  line-height: 0;
}

.upload-field-result__image img {
  border-radius: 27px;
}

.upload-field-result__actions {
  position: absolute;
  top: 12px;
  right: 13px;
  display: flex;
  justify-content: flex-end;
  align-items: flex-start;
}

.upload-field-action {
  display: block;
  width: 38px;
  height: 38px;
  line-height: 38px;
  font-size: 0;
  text-align: center;
  margin-left: 10px;
  border-radius: 50%;
  background-color: rgba(249,250,252, 0.5);
}

.upload-field-action:first-child {
  margin-left: 0;
}

.upload-field-action svg {
  fill: #3a3a3b;
  display: inline-block;
  vertical-align: middle;
}

.upload-field-action:hover {
  background-color: rgba(249,250,252, 1);
}

@media (max-width: 1229px) {
  .application-banner__title {
    font-size: 32px;
    line-height: 40px;
    margin-bottom: 20px;
  }

  .application-banner__text {
    font-size: 16px;
    line-height: 24px;
  }

  .step-form__title {
    font-size: 32px;
    line-height: 40px;
    margin-bottom: 20px;
  }

  .form-step-box {
    padding: 27px 15px 30px;
  }

  .form-progress-step__text {
    display: none;
  }

  .form-progress {
    padding-bottom: 49px;
  }

  .form-step-box-header__text {
    font-size: 24px;
    line-height: 28px;
  }

  .form-step-box-header {
    flex-wrap: wrap;
    margin-bottom: 30px;
  }

  .form-step-box-header__note {
    position: static;
    display: block;
    width: 100%;
    text-align: center;
  }

  .fields-accordion-head {
    font-size: 20px;
    line-height: 24px;
    padding-left: 65px;
    padding-right: 50px;
  }

  .fields-accordion-head__icon {
    left: 15px;
  }

  .form-step-box__grey-bg {
    padding: 0 15px 30px;
  }


  .step-fields-header__text {
    font-size: 20px;
    line-height: 24px;
  }

  .checkbox-field__title {
    font-size: 16px;
    line-height: 24px;
  }

  .checkbox-field__description {
    font-size: 14px;
    line-height: 20px;
  }

  .checkbox-field {
    margin-top: 24px;
  }

  .step-fields-feedback__title {
    font-size: 16px;
    line-height: 24px;
  }
}

@media (max-width: 991px) {
  .application-features__item {
    width: 100%;
  }

  .application-feature {
    display: block;
    padding: 20px 15px 27px;
  }

  .application-feature__logo {
    margin-right: 0;
    margin-bottom: 24px;
  }

  .application-feature__title {
    font-size: 20px;
    line-height: 26px;
  }

  .application-feature__descr {
    font-size: 16px;
    line-height: 24px;
  }

  .application-features__item {
    padding-bottom: 20px;
    padding-left: 0;
    padding-right: 0;
  }

  .application-features__text {
    font-size: 16px;
    line-height: 24px;
  }

  .application-features {
    padding-top: 45px;
    padding-bottom: 45px;
  }

  .step-form-contacts {
    padding-top: 45px;
    padding-bottom: 45px;
  }

  .step-form-contacts__title {
    font-size: 20px;
    line-height: 26px;
  }

  .step-form-contacts__item {
    width: 100%;
    padding-bottom: 20px;
  }

  .step-form {
    padding: 23px 15px 30px;
  }

  .fields-accordion-content .col {
    width: 100%;
  }
}

@media (max-width: 767px) {
  .application-banner__title {
    font-size: 28px;
    line-height: 34px;
    margin-bottom: 23px;
  }

  .application-feature__logo {
    height: 50px;
    width: 50px;
  }

  .application-feature__logo img {
      max-width: 50px;
  }

  .step-form__title {
    font-size: 28px;
    line-height: 34px;
    margin-bottom: 23px;
  }
  
  .step-fields-feedback {
    display: block;
  }

  .step-fields-feedback__image {
    width: 100%;
    margin-right: 0;
    margin-bottom: 30px;
  }

  .step-fields-feedback__main {
    width: 100%;
  }

  .step-form {
    margin-left: -15px;
    margin-right: -15px;
  }

  .form-progress {
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 30px;
    padding-bottom: 19px;
  }

  .fields-accordion-head {
    padding-right: 15px;
    font-size: 16px;
    line-height: 24px;
    padding-top: 19px;
    padding-bottom: 20px;
  }

  .fields-accordion-head__icon {
    top: 24px;
  }

  .fields-accordion-content__inner {
    padding-left: 15px;
    padding-right: 15px;
    padding-bottom: 30px;
  }

  .fields-accordion-content__inner::before {
    left: 15px;
    right: 15px;
  }

  .step-fields-header__text {
    font-size: 18px;
    line-height: 26px;
  }
}