.online-service-header {
  display: grid;
  display: -ms-grid;
  grid-template-columns: 1fr 1rem 10fr;
  -ms-grid-columns: 1fr 1rem 10fr;
  grid-template-rows: auto 1rem auto 1rem auto;
  -ms-grid-rows: auto 1rem auto 1rem auto;
}

@media all and (max-width: 991px) {
  .online-service-header {
    grid-template-columns: 0 0 1fr;
    -ms-grid-columns: 0 0 1fr;
  }
}

.online-service-header-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 5rem !important;
}

.online-service-header-logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  z-index: 1;
}

@media all and (max-width: 991px) {
  .online-service-header-logo {
    height: 0;
    width: 0;
    display: none;
  }
}

.online-service-header__logo {
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row: 1;
  grid-row-start: 1;
}

.online-service-header__title {
  -ms-grid-column: 3;
  grid-column-start: 3;
  -ms-grid-row: 1;
  grid-row-start: 1;
}

.online-service-header__description {
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 3;
  grid-column-end: span 3;
  -ms-grid-row: 3;
  grid-row-start: 3;
}

.online-service-header__buttons {
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 3;
  grid-column-end: span 3;
  -ms-grid-row: 5;
  grid-row-start: 5;
}

.online-service-header-buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media all and (max-width: 575px) {
  .online-service-header-buttons {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

.online-service-header-buttons__button {
  margin-left: .5rem;
  margin-bottom: .5rem;
}

@media all and (max-width: 575px) {
  .online-service-header-buttons__button {
    width: 90%;
  }
}

.online-service__calculation-of-trade-fee {
  margin-top: 3rem;
}

.os-info-message {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}

.os-info-message_hidden {
  display: none;
}

.os-info-message-exclamation {
  font-size: 5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: #ef0f33;
  width: 8rem;
  height: 8rem;
  color: #fff;
}

.os-info-message-text {
  font-size: 1.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.os-content {
  margin-top: 2rem !important;
  display: none;
}

.os-content_active {
  display: block;
}

.os-show-content-button-img {
  width: 1.5rem;
  margin-right: 1rem;
}

.os-form-block {
  padding: 2rem 3rem;
  border: 1px solid #d1d1d1;
  margin-top: 1rem;
}

@media (max-width: 1199px) {
  .os-form-block {
    padding: 1.5rem 2.25rem;
    margin-top: .5rem;
  }
}

@media (max-width: 575px) {
  .os-form-block {
    padding: 1rem 1.5rem;
    margin-top: .5rem;
  }
}

.os-form-controls {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.os-form-controls__has-1-column {
  height: auto !important;
  max-height: unset !important;
}

.os-form-controls__has-1-column .os-form-control-container {
  width: 100%;
}

.os-form-controls_block_common {
  max-height: 26rem;
}

@media (max-width: 1199px) {
  .os-form-controls_block_common {
    max-height: unset;
  }
}

.os-form-controls_block_company {
  max-height: 26rem;
}

@media (max-width: 1199px) {
  .os-form-controls_block_company {
    max-height: unset;
  }
}

.os-form-controls_block_site {
  max-height: 35rem;
}

@media (max-width: 1199px) {
  .os-form-controls_block_site {
    max-height: unset;
  }
}

.os-form-controls_block_objects {
  max-height: 26rem;
}

@media (max-width: 1199px) {
  .os-form-controls_block_objects {
    max-height: unset;
  }
}

.os-form-controls_block_project {
  max-height: 74rem;
}

@media (max-width: 1199px) {
  .os-form-controls_block_project {
    max-height: unset;
  }
}

.os-form-controls_block_obligations {
  max-height: 22rem;
}

@media (max-width: 1199px) {
  .os-form-controls_block_obligations {
    max-height: unset;
  }
}

.os-form-control-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 48%;
  margin-top: 1rem;
}

@media (max-width: 1199px) {
  .os-form-control-container {
    width: 100%;
  }
}

@media (max-width: 575px) {
  .os-form-control-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

.os-form-control-title-container {
  width: 42%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding-right: .3rem;
}

@media (max-width: 1199px) {
  .os-form-control-title-container {
    width: 30%;
    padding-right: 1rem;
  }
}

@media (max-width: 575px) {
  .os-form-control-title-container {
    width: 100%;
    padding-right: 0;
  }
}

.os-form-control-title {
  font-size: .9rem;
  font-weight: bolder;
}

.os-form-control-description {
  font-size: .8rem;
  color: #ababab !important;
  margin: 0 .5rem;
}

@media (max-width: 575px) {
  .os-form-control-description {
    margin-bottom: .5rem;
  }
}

.os-form-control-description ul {
  -webkit-padding-start: 20px;
  padding-inline-start: 20px;
}

.os-form-control-title_required:after {
  content: '*';
  vertical-align: super;
  color: #EF0F33;
}

.os-form-control {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  position: relative;
}

.os-input-control {
  width: 100%;
}

.os-form-controls-warning {
  font-size: .9rem;
  color: #EF0F33;
  margin-bottom: 0;
}

.os-form-buttons-agreements {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media (max-width: 767px) {
  .os-form-buttons-agreements {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

.os-form-buttons {
  margin-top: 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.os-form-submit-button {
  margin-top: 1rem;
}

.os-form-buttons-agreements {
  width: 100%;
}

@media (max-width: 767px) {
  .os-form-buttons-agreement {
    margin: 1rem 0;
  }
}

.os-personal-data-agreement-checkbox_error {
  border: 10px solid #ef0f33 !important;
}

.oc-header-logo {
  width: 120px;
  height: 120px;
  background-color: #ABABAB;
  display: flex;
  align-items: center;
  justify-content: center;
}
