

/* Start:/webinar_expert/css/style.css?178229648212609*/
.btn.btn-primary {
  background-color: #FFD100 !important;
  border: 1px solid #FFD100!important;
  color: #222731!important;height: 52px;font-size: 24px;width: 100%;margin-top: 30px;
  box-shadow: none!important;}
.btn.btn-primary:hover {
  background-color: #fff !important;
  border: 1px solid #FFD100;
  color: #222731!important; }

.input-file-row {
  flex-shrink: 0;
  display: inline-block;
}

.input-file {
  position: relative;
  display: inline-block;
}

.input-file .input-file__wrapper {
  position: relative;
  cursor: pointer;
  outline: none;
  text-decoration: none;
  vertical-align: middle;
  color: #222731;
  text-align: center;
  border-radius: 18px;
  background-color: #fff;
  line-height: 100%;
  height: 36px;
  display: flex;
  align-items: center;
  gap: 4px;
  width: fit-content;
  padding: 10px;
  box-sizing: border-box;
  border: 1px solid #C4C4C4;
  transition: border-color 0.3s;
  margin-top: 18px;

  & label {
    display: flex;
    align-items: center;
    gap: 4px;
    cursor: pointer;
  }
}

.input-file--error .input-file__wrapper {
  border-color: #E65621;
}

.input-file--success .input-file__wrapper {
  border-color: #001489;
}

.input-file__icon {
  display: inline-block;
}

.input-file__icon-delete {
  display: none;
  stroke: #777777;
  transition: stroke 0.3s;

  &:hover {
    stroke: #001489;
  }
}

.input-file--success .input-file__icon-delete {
  display: inline-block;
}

.input-file--error .input-file__icon {
  display: none;
}

.input-file--success .input-file__icon {
  display: none;
}

.input-file__icon--error {
  display: none;
}

.input-file--error .input-file__icon--error {
  display: inline-block;
}

.input-file__icon--success {
  display: none;
}

.input-file--success .input-file__icon--success {
  display: inline-block;
}

.input-file__title {
  font-size: 14px;
  font-weight: 400;
  line-height: 16px;
  color: #222731000;
  transition: color 0.3s;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  display: inline-block;
  max-width: 195px;
}

.input-file--error .input-file__title {
  font-size: 10px;
  line-height: 12px;
  color: #E65621;
}

.input-file--success .input-file__title {
  color: #001489;
}

.input-file input[type=file] {
  position: absolute;
  z-index: -1;
  opacity: 0;
  display: block;
  width: 0;
  height: 0;
}

.input-file-list-remove {
  color: red;
  text-decoration: none;
  display: inline-block;
  margin-left: 5px;
}

.webinar-expert {
  padding: 30px 0 50px;
}

.webinar-expert__error {
  font-size: 14px;
  font-weight: 400;
  line-height: 14px;
  color: #E40028;
  margin-top: 4px;
  height: 15px;
  transition: opacity 0.3s, height 0.3s;
}

.webinar-expert__error--hidden {
  opacity: 0;
  height: 0;
}

.webinar_expert__form-wrapper {
  max-width: 544px;
  margin: 50px 0 0;
}

.webinar-expert__title {
  font-weight: 400;
  font-size: 44px;
  line-height: 100%;
  padding: 0;
  margin: 0 0 16px;
  color: #222731;
}

.webinar-expert__description {
  font-size: 18px;
  font-weight: 400;
  line-height: 21.09px;
  text-align: left;

}

.webinar-expert__form-title {
  font-weight: 400;
  font-size: 36px;
  line-height: 100%;
  color: #222731;
  margin-bottom: 30px;
}

.webinar-expert__form-title--closed {
  margin: 50px 0;
}

.webinar-expert__form-title--closed span {
  font-weight: 400;
  font-style: italic;
}

.webinar-expert__form-title-small {
  font-weight: 400;
  font-size: 24px;
  line-height: 100%;
  margin: 30px 0;
  color: #222731;
}

.webinar-expert__form-field--file {
  background-color: #FAFAFA;
  padding: 10px;
  display: flex;
  justify-content: space-between;
  gap: 20px;
}

.webinar-expert__connected-fields + .webinar-expert__connected-fields {
  margin-top: 10px;
}

.webinar-expert__form-field-description {
  width: 270px;
  font-size: 14px;
  font-weight: 400;
  line-height: 16.41px;
}

.webinar-expert__form-field-description p {
  margin-bottom: 8px;
  color: #222731;
}

.webinar-expert__form-field-description a {
  color: #222731;
  text-decoration: underline;
}

.webinar-expert__form-field-description a:hover {
  color: #222731;
  text-decoration: none;
}

.webinar-expert__form-field-title {
  font-size: 14px;
  font-weight: 400;
  line-height: 16.41px;
  text-align: left;
  margin-bottom: 10px;
  color: #222731;
}

.webinar-expert__form-field-title:not(:first-child) {
  margin-top: 15px;
}

.webinar-expert__form-field + .webinar-expert__form-field {
  margin-top: 24px;
}

.webinar-expert__form-field label {
  font-size: 14px;
  line-height: 16.41px;
  text-align: left;
  margin-bottom: 0;
  margin-top: 2px;
}

.webinar-expert__form-input {
  border: 1px solid #C4C4C4;
  background: rgba(255, 255, 255, 0.7);
  height: 45px;
  box-shadow: none !important;
  padding: 0 15px;
  color: #222731;
  width: 100%;
  outline: none;
  font-size: 14px;
  font-weight: 400;
  line-height: 16.41px;
  text-align: left;
  transition: border-color 0.3s;
}

.webinar-expert__form-input--error {
  border-color: #E40028!important;
}

.webinar-expert__form-input::placeholder {
  color: #C4C4C4;
}

.webinar-expert__form-input--error::placeholder {
  color: #E40028;
}

.webinar-expert__form-input[disabled],
.webinar-expert__form-input--disabled {
  cursor: not-allowed;
  background-color: #F5F5F5;
  border-color: #F5F5F5;
  color: #a5a5a5;
}

.webinar-expert__form-field--disabled .webinar-expert__form-input {
  background-color: rgb(244, 244, 243);
  border-color: rgb(217, 217, 214);
}

.webinar-expert__form-checkbox {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 0 12px 0 0;
}

.webinar-expert__form-checkbox.webinar-expert__form-checkbox--big {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 13px 12px 13px 0;
}

.webinar-expert__form-checkbox.webinar-expert__form-checkbox--agree {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  gap: 8px;
  padding: 13px 12px 13px 0;
}

.webinar-expert__form-checkbox.webinar-expert__form-checkbox--agree input {
  margin-top: 4px;
}

.webinar-expert__form-checkbox.webinar-expert__form-checkbox--agree label {
  width: calc(100% - 28px);
}

.webinar-expert__form-checkbox + .webinar-expert__form-field-title {
  margin-top: 0;
}

.webinar-expert__checkbox-connected {
  margin: 15px 0;
}

.webinar-expert__form-checkbox input {
  box-shadow: none;
  width: 20px;
  min-width: 20px;
  height: 20px;
  border: 1px solid #D9D9D6;
  border-radius: 0;
  display: inline-block;
  background: none;
  vertical-align: middle;
  -webkit-appearance: none;
  margin: 0;
  outline: none;
  transition: border-color 0.3s ease;
}

.webinar-expert__form-checkbox input:checked {
  background: url("/webinar_expert/css/../img/check.svg") no-repeat 5px 5px;
  border: 1px solid #FFD100;
}

.webinar-expert__form-radio {
  display: inline-flex;
  gap: 8px;
  margin-right: 10px;
}

.webinar-expert__form-radio input {
  box-shadow: none;
  width: 17px;
  height: 17px;
  border: 1px solid #D9D9D6;
  display: inline-block;
  background: none;
  vertical-align: middle;
  -webkit-appearance: none;
  margin: 0;
  outline: none;
  border-radius: 10px;
}

.webinar-expert__form-radio input:checked {
  background: url("/webinar_expert/css/../img/radio.svg") no-repeat 5px 5px;
  border: 1px solid #FFD100;
}

.webinar-expert__form-hidden-part {
  display: none;
}

.webinar-expert__pomp-connected,
.webinar-expert__basis-connected {
  margin: 15px 0 30px;
}

.webinar-expert__success {
  max-width: 632px;
  height: 529px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background-color: rgba(217, 217, 214, 0.3);
  margin: 0 auto;
  color: #222731;
}

.webinar-expert__success-img {
  margin-bottom: 20px;
}

.webinar-expert__success-title {
  font-size: 36px;
  font-weight: 400;
  line-height: 35px;
  color: #222731;
  margin-bottom: 10px;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .webinar-expert__success-title {
    font-size: 25px;
    line-height: 32px;
  }
}

.webinar-expert__success-description {
  font-size: 24px;
  font-weight: 400;
  line-height: 23px;
  color: #222731;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .webinar-expert__success-description {
    font-size: 15px;
    line-height: 17px;
  }
}

.webinar-expert__success-description-small {
  font-size: 14px;
  font-weight: 400;
  line-height: 16px;
  color: #222731000;
  text-align: center;
  margin-top: 20px;
}

.webinar-expert--hidden {
  display: none;
}

.webinar-expert__form-input--disabled {
  pointer-events: none;
  cursor: not-allowed;
}

/*.webinar-expert__form-field--disabled {*/
/*  cursor: not-allowed;*/
/*}*/

@media screen and (max-width: 768px) {
  .webinar-expert__title {
    margin-bottom: 10px;
    font-size: 20px;
    line-height: 23.44px;
  }

  .webinar_expert__form-wrapper {
    margin: 34px auto 0;
  }

  .webinar-expert__description {
    font-size: 14px;
    line-height: 16.41px;
  }

  .webinar-expert__form-title {
    font-size: 20px;
    line-height: 32.4px;
  }

  .webinar-expert__form-title-small {
    font-size: 18px;
    line-height: 100%;
    margin: 24px 0 20px;
  }

  .webinar-expert__form-field.webinar-expert__form-field--file {
    flex-direction: column;
  }

  .webinar-expert__form-submit {
    height: 40px;
    font-size: 15px;
  }

  .input-file span {
    margin-top: 0;
  }
}

.webinar-expert__form-field--phone-container.verified .webinar-expert__confirm-phone {
  display: none;
}

.webinar-expert__form-field--phone-container .webinar-expert__phone-confirmed {
  display: none;
}

.webinar-expert__form-field--phone-container.verified .webinar-expert__phone-confirmed {
  display: block;
  background-color: #0CB140;
  border-radius: 50%;
}

.webinar-expert__form-field--relative {
  position: relative;
}

.webinar-expert__confirm-phone,
.webinar-expert__send-code {
  position: absolute;
  top: 7px;
  right: 10px;
  font-size: 12px;
  font-weight: 700;
  line-height: 14.06px;
  padding: 8px 20px;
  color: #222731;
  background-color: #FFD100;
  border: none;
  border-radius: 15px;
  cursor: pointer;
}

.webinar-expert__confirm-phone:hover,
.webinar-expert__send-code:hover {
  background-color: #222731;
  color: #fff;
}

.webinar-expert__confirm-phone.disabled,
.webinar-expert__send-code.disabled {
  background-color: #fff;
  color: #222731;
}

.webinar-expert__confirm-phone.disabled:hover,
.webinar-expert__send-code.disabled:hover {
  background-color: #fff;
  color: #222731;
  cursor: not-allowed;
}

.webinar-expert__code-request {
  color: #222731;
  font-size: 14px;
  font-weight: 400;
  line-height: 16.41px;
  margin-top: 12px;
  display: inline-flex;
  align-items: center;
  padding: 0;
  border: 0;
  background-color: transparent;
}

.webinar-expert__code-request.disabled {
  opacity: 0.5;
  cursor: not-allowed;
}

.webinar-expert__code-request svg {
  margin-right: 10px;
}

.webinar-expert__confirm-phone-message,
.webinar-expert__send-code-message {
  cursor: default;
  margin-top: 12px;
}

.webinar-expert__phone-confirmed {
  position: absolute;
  top: 10px;
  right: 10px;
}

.webinar-expert__form-field--phone-container.verified .webinar-expert__confirm-phone-message {
  display: none;
}

.webinar-expert.webinar-expert--register-message .webinar-expert__success {
  height: fit-content;
  padding: 40px;
}

.webinar-expert.webinar-expert--register-message .webinar-expert__buttons-container {
  padding-top: 40px;
  display: flex;
  flex-direction: column;
  gap: 20px;
  width: 100%;
  align-items: center;
}

.webinar-expert.webinar-expert--register-message .webinar-expert__buttons-container .btn {
  width: 100%;
  max-width: 429px;
  border: 1px solid #FFD100;
  padding: 16px 24px;
}

.webinar-expert.webinar-expert--register-message .webinar-expert__buttons-container .btn.btn--yellow.btn--yellow-border {
  background-color: #fff;
}

.webinar-expert.webinar-expert--register-message .webinar-expert__buttons-container .btn.btn--yellow.btn--yellow-border:hover {
  background-color: #FFD100;
}

/* End */
/* /webinar_expert/css/style.css?178229648212609 */
