@charset "UTF-8";

.filters {
  padding: 16px;
  font-size: 14px;
  background: #F6F6F6;
  border-radius: 4px;
  line-height: 14px;
  color: #010101;
}

.ivu-table-border td,
.ivu-table-border th {
  border-right: 0px solid #e8eaec;
}

.white-space {
  white-space: normal;
}

.border-table {
  box-shadow: 0px 0px 24px rgba(0, 0, 0, 0.04) !important;
  border-radius: 4px !important;
}

a:active,
a:hover {
  outline: 0;
  text-decoration: none;
}

.admin-body .card {
  padding-right: 30px;
}

body .filter__clear {
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 14px;
  color: #FB525E;
  margin-top: -16px;
}

body .filter__clear:hover {
  opacity: 0.64;
  color: #FB525E;
}

body .ivu-icon-ios-close:before {
  content: "";
}

body .filter__head {
  display: flex;
  margin: 24px 0px 16px 0px;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  font-size: 14px;
  line-height: 14px;
}

body .filter__head .filter__title {
  font-size: 14px;
  line-height: 14px;
}

body .filter__info {
  color: #A2A2A2;
  display: flex;
  font-size: 14px;
  line-height: 14px;
  margin-left: auto;
  align-items: center;
  margin-top: -16px;
}

@media (max-width: 1600px) {
  body .filter__info {
    position: absolute;
    top: 25px;
    right: 0;
  }
}

@media (max-width: 1100px) {
  body .filter__info {
    position: relative;
    margin-left: 0;
  }
}

body .filter__info:before {
  content: "";
  background: url(/images/info.png?44dea9a0f04d4949b9d20f0b300d01d4) no-repeat;
  display: block;
  width: 100%;
  max-width: 22px;
  height: 22px;
  margin-right: 8px;
  background-size: 100% 100%;
}

body .filter .filter__items {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
}

body .filter .filter__items .filter__item {
  min-width: 220px;
  width: auto;
  margin-right: 16px;
  margin-bottom: 16px;
}

body .news__category {
  color: #010101;
  padding: 9px 0px;
  max-width: 120px;
  width: 100%;
  font-weight: normal;
  font-size: 14px;
  line-height: 14px;
  text-transform: capitalize;
  border: 1px solid #010101;
  border-radius: 4px;
  position: relative;
  display: inline-block;
  text-align: center;
}

body .news-search {
  max-width: 456px;
}

body .ivu-input,
body .multiselect__tags {
  border: 1px solid #01010129;
  border-radius: 4px;
  font-weight: normal;
  font-size: 14px;
  line-height: 14px;
  color: #010101;
  padding: 12px;
  width: 100%;
  min-width: 220px;
}

@media (max-width: 992px) {
  body .ivu-input,
  body .multiselect__tags {
    padding: 7px;
    display: flex;
    align-items: center;
  }
}

body .ivu-input:focus,
body .multiselect__tags:focus {
  border: 1px solid #010101;
  box-shadow: none;
}

body .ivu-input::-moz-placeholder, body .multiselect__tags::-moz-placeholder {
  color: #A2A2A2;
}

body .ivu-input:-ms-input-placeholder, body .multiselect__tags:-ms-input-placeholder {
  color: #A2A2A2;
}

body .ivu-input::-ms-input-placeholder, body .multiselect__tags::-ms-input-placeholder {
  color: #A2A2A2;
}

body .ivu-input::placeholder,
body .multiselect__tags::placeholder {
  color: #A2A2A2;
}

body .ivu-input .multiselect__placeholder,
body .multiselect__tags .multiselect__placeholder {
  margin-bottom: 0px;
}

body .ivu-input .multiselect__input,
body .ivu-input .multiselect__single,
body .multiselect__tags .multiselect__input,
body .multiselect__tags .multiselect__single {
  margin-bottom: 0px;
  min-height: auto;
  padding-left: 0px;
  font-size: 14px;
  line-height: 14px;
}

body .multiselect--disabled .multiselect__select {
  background: transparent;
}

body .multiselect__select {
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1;
}

body .multiselect__select:before {
  background: url(/images/drop-down.svg?2c2cdbcb041f1e0a7a7a9dc769eeeab6);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  width: 14px;
  height: 8px;
  border: none;
  display: block;
  top: 0;
  margin-top: 0px;
}

body .multiselect__element .multiselect__option--selected.multiselect__option--highlight:after {
  color: #ff6a6a;
  background: transparent;
}

body .multiselect__element .multiselect__option {
  background: #F6F6F6;
}

body .multiselect__element .multiselect__option--selected {
  background: #FFFFFF;
  font-weight: normal;
  color: #010101;
}

body .multiselect__element .multiselect__option--selected:after {
  color: #ff6a6a !important;
  background: transparent;
}

body .multiselect__element .multiselect__option--highlight {
  outline: none;
  color: #010101;
  background: #fff;
}

body .multiselect__element .multiselect__option--highlight:after {
  color: #70BC60;
  background: transparent;
}

body .form-campaigns .multiselect .multiselect__tags,
body .form-teasers .multiselect .multiselect__tags {
  padding: 6px 30px 4px 12px !important;
}

body .form-campaigns .multiselect .multiselect__tag .multiselect__tag-icon:after,
body .form-teasers .multiselect .multiselect__tag .multiselect__tag-icon:after {
  font-size: 23px;
  font-weight: 100;
}

body .card-body {
  padding: 0px !important;
  position: relative;
}

body .card {
  border: 0px solid rgba(0, 0, 0, 0.125);
  border-radius: 0rem;
  padding: 40px;
}

@media (max-width: 1366px) {
  body .card {
    padding: 32px;
  }
}

@media (max-width: 992px) {
  body .card {
    padding: 10px;
    padding-bottom: 85px;
  }
}

body .button {
  font-style: normal;
  font-weight: 550;
  font-size: 16px;
  line-height: 16px;
  color: #FFFFFF;
  padding: 12px 16px;
  background: #FB525E;
  border-radius: 4px;
  border: none;
  height: auto;
}

body .button:hover {
  opacity: 0.8;
  color: #FFFFFF;
  background: #FB525E;
}

body .button:focus {
  outline: 0;
  box-shadow: none;
}

body .close {
  opacity: 1 !important;
  float: right;
  font-size: 0rem;
  font-weight: 700;
  line-height: 0;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  background: url(/images/x.png?0b63cf3ea38355cefb5899268167582b);
  background-size: 100% 100%;
  width: 24px;
  height: 24px;
  padding: 0 !important;
  margin: 0 !important;
  display: block;
}

body .close:focus {
  outline: 0px auto -webkit-focus-ring-color !important;
}

body .title {
  font-style: normal;
  font-weight: 550;
  font-size: 24px;
  line-height: 24px;
  margin-right: 40px;
  margin-bottom: 0px;
}

@media (max-width: 992px) {
  body .title {
    font-size: 18px;
    line-height: 12px;
    margin-right: 12px;
  }
}

body .modal-backdrop {
  background: #010101;
  opacity: 0.64;
}

body .modal-btn {
  border: 1px solid #FB525E;
  box-sizing: border-box;
  border-radius: 4px;
  padding: 12px 16px;
  color: #010101;
  font-weight: 550;
  font-size: 16px;
  line-height: 16px;
  margin: 0;
  height: auto;
}

body .modal-btn:hover {
  opacity: 0.64;
}

body a {
  transition: 0s !important;
}

body .btn:focus,
body .btn.focus {
  outline: 0;
  box-shadow: none;
}

body table td,
body table th {
  border: 0px !important;
}

body .ivu-table td,
body .ivu-table th {
  border-bottom: 0px;
}

body .ivu-table-sort i:hover,
body .ivu-table-sort i.on {
  color: #FB525E;
}

body .ivu-table:before {
  height: 0px;
}

body .ivu-table-border:after {
  width: 0px;
}

body .ivu-table-wrapper-with-border > .ivu-spin-fix {
  border: 0px solid #dcdee2;
}

body .ivu-table {
  color: #010101;
  font-size: 14px;
  line-height: 14px;
  overflow: visible;
}

@media (max-width: 992px) {
  body .ivu-table {
    overflow-x: scroll;
  }
}

body .ivu-table-wrapper-with-border {
  background: #FFFFFF;
  box-shadow: none;
  border-radius: 0px;
  border: 0;
  overflow: visible;
}

body thead .ivu-table-cell-sort,
body thead .ivu-table-cell {
  color: #999999;
  font-weight: 500;
  font-size: 14px;
  line-height: 14px;
  overflow: visible;
}

@media (max-width: 992px) {
  body thead .ivu-table-cell-sort,
  body thead .ivu-table-cell {
    font-size: 12px;
    line-height: 12px;
  }
}

body .ivu-input-suffix,
body .ivu-input-icon {
  width: 40px;
  cursor: pointer;
}

body .ivu-spin-dot {
  background-color: #FB525E;
}

body .modal-news__modal,
body .ivu-modal {
  max-width: 1220px;
}

@media (max-width: 992px) {
  body .modal-news__modal,
  body .ivu-modal {
    margin-bottom: 100px;
  }
}

body .ivu-modal-close {
  z-index: 1;
  position: absolute;
  right: 48px;
  top: 48px;
  overflow: hidden;
  cursor: pointer;
  opacity: 1 !important;
  float: right;
  font-size: 0rem;
  font-weight: 700;
  line-height: 0;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  background: url(/images/x.png?0b63cf3ea38355cefb5899268167582b);
  background-size: 100% 100%;
  width: 24px;
  height: 24px;
  padding: 0 !important;
  margin: 0 !important;
  display: block;
}

@media (max-width: 992px) {
  body .ivu-modal-close {
    right: 12px;
    top: 12px;
  }
}

body .multiselect__tag {
  position: relative;
  display: inline-block;
  padding: 6px 25px 6px 5px;
  margin-right: 10px;
  color: #010101;
  font-size: 14px;
  line-height: 14px;
  background: #F6F6F6;
  margin-bottom: 0px;
  border-radius: 4px;
  white-space: nowrap;
  overflow: hidden;
  max-width: 100%;
  text-overflow: ellipsis;
}

body .multiselect__tag .multiselect__tag-icon {
  cursor: pointer;
  margin-left: 7px;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  font-weight: 700;
  font-style: normal;
  width: 9px;
  text-align: center;
  height: 12px;
  transition: all 0.2s ease;
  border-radius: 5px;
  margin: auto;
  margin-right: 8px;
  line-height: inherit;
}

body .multiselect__tag .multiselect__tag-icon:hover {
  background: transparent;
}

body .multiselect__tag .multiselect__tag-icon:hover:after {
  color: black;
}

body .multiselect__tag .multiselect__tag-icon:after {
  color: #266d4d;
}

body .ivu-message {
  z-index: 11000 !important;
}

body .ivu-select-large.ivu-select-multiple .ivu-tag i {
  top: 11px;
}

body .ivu-select {
  font-size: 14px;
  line-height: 14px;
  color: #010101;
}

body .ivu-select .ivu-select-selection-focused {
  border-color: #010101;
}

body .ivu-select .ivu-select-dropdown {
  background: #F6F6F6;
}

body .ivu-select .ivu-select-dropdown .ivu-select-item:hover {
  background: #ffffff;
  color: #010101;
}

body .ivu-select .ivu-select-dropdown .ivu-select-item-selected {
  color: #010101;
}

body .ivu-select .ivu-select-selection {
  padding: 0 24px 0 12px;
}

body .ivu-select .ivu-select-selection:focus {
  border: 1px solid #010101;
}

body .ivu-select .ivu-select-selection:hover {
  border-color: #010101;
  box-shadow: none;
}

body .ivu-select .ivu-select-selection .ivu-icon-ios-arrow-down {
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1;
}

body .ivu-select .ivu-select-selection .ivu-icon-ios-arrow-down:before {
  background: url(/images/drop-down.svg?2c2cdbcb041f1e0a7a7a9dc769eeeab6);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  width: 14px;
  height: 8px;
  border: none;
  display: block;
  top: 0;
  margin-top: 0px;
}

body .ivu-select:hover {
  border-color: #010101;
  box-shadow: none;
}

body .ivu-checkbox-wrapper {
  margin-right: 0px;
  margin-bottom: 0px;
  margin-left: 24px;
  line-height: 12px;
}

body .float-left {
  margin-bottom: 12px;
}

body .ivu-select-visible .ivu-select-selection {
  border-color: #010101 !important;
  box-shadow: none !important;
}

body .ivu-input:hover {
  border-color: #010101;
}

body .ivu-input-large,
body .ivu-input,
body .form-control {
  border: 1px solid #01010129;
}

body .ivu-form-item-error-tip {
  position: relative;
  top: 100%;
  left: 0;
  line-height: 1;
  padding-top: 8px;
  color: #EB5757;
  font-size: 14px;
  line-height: 14px;
}

body .ivu-form-item-content {
  position: relative;
  line-height: inherit;
  font-size: inherit;
}

body .ivu-table-tip {
  overflow-y: hidden;
}

@media (max-width: 992px) {
  body .ivu-table-tip {
    overflow-x: scroll;
  }
}

body .ivu-select-large .ivu-select-input,
body .ivu-select-large.ivu-select-multiple .ivu-select-input {
  padding: 0;
}

body .ivu-input-large,
body .ivu-select-input,
body .ivu-input,
body .form-control {
  padding: 13px 12px;
  font-size: 14px;
  line-height: 14px;
  color: #010101;
}

body .ivu-input-large::-moz-placeholder, body .ivu-select-input::-moz-placeholder, body .ivu-input::-moz-placeholder, body .form-control::-moz-placeholder {
  color: #A2A2A2;
}

body .ivu-input-large:-ms-input-placeholder, body .ivu-select-input:-ms-input-placeholder, body .ivu-input:-ms-input-placeholder, body .form-control:-ms-input-placeholder {
  color: #A2A2A2;
}

body .ivu-input-large::-ms-input-placeholder, body .ivu-select-input::-ms-input-placeholder, body .ivu-input::-ms-input-placeholder, body .form-control::-ms-input-placeholder {
  color: #A2A2A2;
}

body .ivu-input-large::placeholder,
body .ivu-select-input::placeholder,
body .ivu-input::placeholder,
body .form-control::placeholder {
  color: #A2A2A2;
}

body .ivu-input-large:focus,
body .ivu-select-input:focus,
body .ivu-input:focus,
body .form-control:focus {
  color: #010101;
  box-shadow: none;
  border-color: #010101;
}

body .ivu-icon-ios-close-circle {
  right: 0;
  transition: all 0s ease-in-out !important;
}

body .ivu-icon-ios-close-circle:before {
  content: "";
  background: url(/images/x-square.png?9045a1d5e768f0988558697e683f313b);
  display: block;
  width: 24px;
  height: 24px;
  border: none;
  margin-left: 10px;
  background-size: 100%;
  background-repeat: no-repeat;
  margin: 8px;
}

body .ivu-icon-ios-search {
  width: 40px;
  cursor: pointer;
}

body .ivu-icon-ios-search:before {
  content: "";
  background: url(/images/search.png?7d720b6a0aeec9c13b264324413d11f5);
  background-size: 100% 100%;
  background-repeat: no-repeat;
  width: 20px;
  height: 20px;
  display: block;
  margin: 10px;
}

body .new__modal__btn {
  margin-left: auto;
  display: block;
  margin-top: -40px;
}

body .ivu-spin {
  color: #FB525E;
}

body .ivu-input-prefix {
  right: 0px;
  left: auto;
}

body .ivu-input-prefix .ivu-icon-ios-search {
  width: 32px;
}

body .ivu-input-prefix .ivu-icon-ios-search:before {
  margin: 6px;
}

.wrap-arb {
  font-family: "HelveticaNeueCyr", Helvetica, "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", "\5FAE\8F6F\96C5\9ED1", Arial, sans-serif !important;
  font-size: 16px !important;
  line-height: 16px !important;
  color: #010101 !important;
  background-color: #fff !important;
}

.wrap-arb textarea.ivu-input {
  overflow: visible !important;
}

.wrap-arb .reg {
  max-width: 640px;
}

.wrap-arb .reg .reg__subtitle {
  font-size: 14px;
  line-height: 14px;
  margin-bottom: 14px;
  padding: 0;
}

.wrap-arb .reg .special-check input[type=checkbox]:checked + label,
.wrap-arb .reg .special-check input[type=checkbox]:not(:checked) + label {
  display: inline-block;
  position: relative;
  padding-left: 20px;
  line-height: 20px;
  cursor: pointer;
  font-size: 16px;
  margin: 0;
}

.wrap-arb .reg .special-check input[type=checkbox]:checked + label:after,
.wrap-arb .reg .special-check input[type=checkbox]:not(:checked) + label:after {
  content: "";
  position: absolute;
  border-color: transparent;
  background-color: transparent;
  background: url(/images/checked-r.png?8ca9b7d5236817c725023e5cf5243f11);
  display: block;
  width: 16px;
  height: 16px;
  border: none;
  background-size: 100%;
  background-repeat: no-repeat;
  left: 0;
  top: 1px;
}

.wrap-arb .reg .special-check input[type=checkbox]:checked,
.wrap-arb .reg .special-check input[type=checkbox]:not(:checked) {
  position: absolute;
  left: -9999px;
}

.wrap-arb .reg .special-check input[type=checkbox]:not(:checked) + label:after {
  background: url(/images/check-r.png?dc6b422ec9dbe5c965030759eda27497);
  background-size: 100%;
}

.wrap-arb .form-group {
  margin-bottom: 24px;
}

.wrap-arb .col-form-label {
  padding-top: 0;
  padding-bottom: 14px;
  margin-bottom: 0;
  font-weight: normal;
  font-size: 14px;
  line-height: 14px;
}

.wrap-arb .flows .nav-link {
  padding: 0 !important;
  color: #005BBB;
  font-weight: normal;
  font-size: 14px;
  line-height: 14px;
  align-items: flex-start !important;
}

@media (max-width: 992px) {
  .wrap-arb .flows .nav-link {
    margin-top: 16px;
  }
}

@media (max-width: 992px) {
  .wrap-arb .flows .nav-link a {
    word-break: break-word;
  }
}

@media (max-width: 992px) {
  .wrap-arb .flows .flows__select .ivu-select-selection > div {
    display: flex;
    align-items: center;
  }

  .wrap-arb .flows .flows__select .ivu-select-selection > div .ivu-select-prefix i {
    padding-right: 4px;
  }

  .wrap-arb .flows .flows__select .ivu-select-selection {
    padding: 0;
  }
}

.wrap-arb .flows .flow__input {
  max-width: 160px;
  min-width: auto;
}

.wrap-arb .flows .flow__info {
  color: #A2A2A2;
  display: flex;
  font-size: 14px;
  line-height: 14px;
  margin-left: auto;
  align-items: center;
}

.wrap-arb .flows .flow__info:before {
  content: "";
  background: url(/images/info.png?44dea9a0f04d4949b9d20f0b300d01d4) no-repeat;
  display: block;
  width: 100%;
  max-width: 22px;
  height: 22px;
  margin-right: 8px;
  background-size: 100% 100%;
}

@media (max-width: 992px) {
  .wrap-arb .flows .source-link {
    flex-direction: column;
  }
}

.wrap-arb .Image-input {
  margin: 0px 0;
  padding-bottom: 0px;
  border-bottom: 0px solid #ced4da;
}

.wrap-arb .ivu-tag-checked .ivu-icon-ios-close:before {
  content: "";
  background: url(/images/x.png?0b63cf3ea38355cefb5899268167582b);
  background-size: 100% 100%;
  width: 9px;
  height: 9px;
  padding: 0 !important;
  margin: 0 !important;
  display: block;
}

.wrap-arb .modal-dialog.modal-md.flow {
  max-width: 736px;
  width: 100%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  margin: auto;
  height: auto;
  max-height: 100%;
}

.wrap-arb smal {
  color: #a2a2a2;
  display: flex;
  font-size: 14px;
  line-height: 14px;
  margin-left: auto;
  align-items: center;
  margin-top: 8px;
}

.wrap-arb .filter__show .ivu-switch {
  line-height: 0;
  vertical-align: middle;
  position: relative;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  transition: all 0.2s ease-in-out;
  height: 16px;
  margin-left: 16px;
  width: 24px;
  border-radius: 8px;
  background: #ffffff;
  border: 2px solid black;
}

.wrap-arb .filter__show .ivu-switch:focus {
  box-shadow: none;
  outline: 0;
}

.wrap-arb .filter__show .ivu-switch-checked {
  border-color: #FB525E;
  background-color: #ffffff;
}

.wrap-arb .filter__show .ivu-switch-checked:after {
  right: 12px;
  height: 8px;
  width: 8px;
  margin-top: -4px;
  background: #fff;
  border-radius: 50%;
  border: 2px solid #FB525E !important;
}

.wrap-arb .filter__show .ivu-switch-checked:after {
  left: 11px;
}

.wrap-arb .filter__show .filter__show-text {
  opacity: 0.64;
}

.wrap-arb .filter__show .checkbox {
  display: inline-block;
  padding: 0px 0px 0px 0px;
  margin: 0;
  position: relative;
  cursor: pointer;
  display: flex;
  height: 25px;
  align-items: center;
  flex-direction: row;
  cursor: default;
}

.wrap-arb .filter__show .checkbox input {
  position: absolute;
  opacity: 0;
  cursor: inherit;
}

.wrap-arb .filter__show .checkbox span {
  display: inline-block;
  font-size: 14px;
  padding: 0;
}

.wrap-arb .filter__show .checkbox span:before,
.wrap-arb .filter__show .checkbox span:after {
  position: absolute;
  top: 50%;
  transition: 0.3s;
  box-sizing: border-box;
}

.wrap-arb .filter__show .checkbox span:before {
  right: 0;
  height: 16px;
  margin-top: -8px;
  width: 24px;
  border-radius: 8px;
  background: #ffffff;
  border: 2px solid black;
}

.wrap-arb .filter__show .checkbox span:after {
  right: 12px;
  height: 8px;
  width: 8px;
  margin-top: -4px;
  background: #fff;
  border-radius: 50%;
  border: 2px solid black;
}

.wrap-arb .filter__show .checkbox input:checked + span:before {
  background-color: #fff;
  border: 2px solid #FB525E;
}

.wrap-arb .filter__show .checkbox input:checked + span:after {
  right: 4px;
  border: 2px solid #FB525E;
}

.wrap-arb .filter__show .checkbox input:disabled + span {
  opacity: 0.35;
}

.wrap-arb .filter__show .checkbox input:disabled + span:before {
  background: #999;
}

.wrap-arb .arb {
  width: 100%;
  display: flex;
  flex: 1 1 0;
  min-height: 100vh;
}

@media (max-width: 992px) {
  .wrap-arb .arb {
    flex-direction: column;
    padding-right: 0px;
  }
}

.wrap-arb .arb .sideleft__name {
  font-size: 18px;
  font-style: normal;
  font-weight: 550;
  line-height: 18px;
  letter-spacing: 0em;
  text-align: left;
  margin-bottom: 20px;
}

@media (max-width: 1366px) {
  .wrap-arb .arb .sideleft__name {
    font-size: 16px;
    line-height: 16px;
  }
}

@media (max-width: 992px) {
  .wrap-arb .arb .sideleft__name {
    margin-bottom: 8px;
    margin-top: 8px;
  }
}

.wrap-arb .arb .sideleft__aut {
  margin: 0;
  padding: 0;
}

.wrap-arb .arb .sideleft {
  padding-bottom: 40px;
  padding-top: 40px;
  padding-left: 60px;
  padding-right: 10px;
  list-style: none;
  overflow: hidden;
  background: #FBFBFB;
  position: -webkit-sticky;
  position: sticky;
  align-items: flex-start;
  max-width: 256px;
  width: 100%;
  flex-shrink: 0;
  top: 0;
  height: 100vh;
}

@media (max-width: 1366px) {
  .wrap-arb .arb .sideleft {
    padding-left: 32px;
    max-width: 185px;
  }
}

@media (max-width: 992px) {
  .wrap-arb .arb .sideleft {
    width: 100%;
    padding-bottom: 10px;
    padding-top: 10px;
    padding-left: 10px;
    padding-right: 10px;
    max-width: inherit;
    height: auto;
    position: relative;
  }
}

@media (max-width: 992px) {
  .wrap-arb .arb .sideleft .container {
    flex-direction: row !important;
    max-width: inherit;
    flex-wrap: wrap;
    align-items: center !important;
  }
}

@media (max-height: 800px) and (min-width: 993px) {
  .wrap-arb .arb .sideleft {
    padding-top: 20px;
  }
}

.wrap-arb .arb .card {
  width: 100%;
}

.wrap-arb .arb .nav-link {
  padding: 16px 0px 16px 0px;
  font-size: 14px;
  color: #010101;
  display: flex;
  align-items: center;
}

.wrap-arb .arb .nav-link:hover {
  opacity: 0.8;
}

@media (max-width: 1366px) {
  .wrap-arb .arb .nav-link {
    padding: 12px 0px 12px 0px;
    font-size: 12px;
    line-height: 12px;
  }
}

@media (max-width: 992px) {
  .wrap-arb .arb .nav-link {
    padding: 8px 0px 8px 0px;
  }
}

.wrap-arb .arb .icon:before {
  width: 24px;
  height: 24px;
  content: "";
  display: block;
  margin-right: 16px;
}

@media (max-width: 1366px) {
  .wrap-arb .arb .icon:before {
    width: 16px;
    height: 16px;
  }
}

@media (max-height: 800px) {
  .wrap-arb .arb .icon:before {
    width: 16px;
    height: 16px;
  }
}

.wrap-arb .arb .nav-link.active {
  color: #FB525E;
}

.wrap-arb .arb .icon-stat:before {
  background: url("/landing/images/bar-chart.svg") no-repeat;
  background-size: 100% 100%;
}

.wrap-arb .arb .icon-stat.active:before {
  background: url(/landing/images/bar-chart-active.svg) no-repeat;
  background-size: 100% 100%;
}

.wrap-arb .arb .icon-home:before {
  background: url("/landing/images/home.svg") no-repeat;
  background-size: 100% 100%;
}

.wrap-arb .arb .icon-home.active:before {
  background: url("/landing/images/home-active.svg") no-repeat;
  background-size: 100% 100%;
}

.wrap-arb .arb .icon-flow:before {
  background: url(/landing/images/git-branch.svg) no-repeat;
  background-size: 100% 100%;
}

.wrap-arb .arb .icon-flow.active:before {
  background: url(/landing/images/git-branch-active.svg) no-repeat;
  background-size: 100% 100%;
}

.wrap-arb .arb .icon-teasers:before {
  background: url(/landing/images/icon-teasers.svg) no-repeat;
  background-size: 100% 100%;
}

.wrap-arb .arb .icon-teasers.active:before {
  background: url(/landing/images/icon-teasers-active.svg) no-repeat;
  background-size: 100% 100%;
}

.wrap-arb .arb .icon-news:before {
  background: url(/landing/images/union.svg) no-repeat;
  background-size: 100% 100%;
}

.wrap-arb .arb .icon-news.active:before {
  background: url(/landing/images/union-active.svg) no-repeat;
  background-size: 100% 100%;
}

.wrap-arb .arb .icon-balance:before {
  background: url(/landing/images/vector.svg) no-repeat;
  background-size: 100% 100%;
}

.wrap-arb .arb .icon-balance.active:before {
  background: url(/landing/images/vector-active.svg) no-repeat;
  background-size: 100% 100%;
}

.wrap-arb .arb .icon-domain:before {
  background: url(/landing/images/domain_parking.svg) no-repeat;
  background-size: 100% 100%;
}

.wrap-arb .arb .icon-domain.active:before {
  background: url(/landing/images/domain_parking-active.svg) no-repeat;
  background-size: 100% 100%;
}

.wrap-arb .arb .icon-earn:before {
  background: url(/landing/images/dollar-sign.svg) no-repeat;
  background-size: 100% 100%;
}

.wrap-arb .arb .icon-earn.active:before {
  background: url(/landing/images/dollar-sign-active.svg) no-repeat;
  background-size: 100% 100%;
}

.wrap-arb .arb .icon-faq:before {
  background: url(/landing/images/group.svg) no-repeat;
  background-size: 100% 100%;
}

.wrap-arb .arb .icon-faq.active:before {
  background: url(/landing/images/group-active.svg) no-repeat;
  background-size: 100% 100%;
}

.wrap-arb .arb .icon-setting:before {
  background: url(/landing/images/settings.svg) no-repeat;
  background-size: 100% 100%;
}

.wrap-arb .arb .icon-setting.active:before {
  background: url(/landing/images/settings-active.svg) no-repeat;
  background-size: 100% 100%;
}

.wrap-arb .arb .icon-exit:before {
  background: url(/landing/images/log-in.svg) no-repeat;
  background-size: 100% 100%;
}

.wrap-arb .arb .icon-exit.active:before {
  background: url(/landing/images/log-in-active.svg) no-repeat;
  background-size: 100% 100%;
}

.wrap-arb .arb .icon-log:before {
  background: url(/landing/images/files.svg) no-repeat;
  background-size: 100% 100%;
}

.wrap-arb .arb .icon-log.active:before {
  background: url(/landing/images/files-active.svg) no-repeat;
  background-size: 100% 100%;
}

@media (max-width: 1366px) {
  .wrap-arb .arb .sideleft__logo {
    width: 64px;
  }
}

@media (max-width: 992px) {
  .wrap-arb .arb .sideleft__logo {
    padding-bottom: 0px;
  }
}

.wrap-arb .arb .news__title {
  margin-bottom: 32px;
}

.wrap-arb .arb .ivu-table-row .ivu-table-column-left .ivu-table-cell span {
  font-weight: normal;
  font-size: 14px;
  line-height: 20px;
  color: #010101;
}

.wrap-arb .arb .ivu-page {
  margin-top: 32px !important;
}

@media (max-width: 992px) {
  .wrap-arb .arb .ivu-page {
    margin-top: 16px !important;
    margin-bottom: 75px !important;
    display: flex;
    flex-direction: row;
  }
}

.wrap-arb .arb .ivu-page .ivu-page-item-active {
  border-color: #FB525E !important;
}

.wrap-arb .arb .ivu-page .ivu-page-item-jump-next,
.wrap-arb .arb .ivu-page .ivu-page-item-jump-prev {
  min-width: 22px;
}

@media (max-width: 992px) {
  .wrap-arb .arb .ivu-page .ivu-page-prev {
    min-width: 22px;
  }
}

.wrap-arb .arb .ivu-page .ivu-page-prev .ivu-icon-ios-arrow-back:before {
  content: "";
  background: url(/images/arrow.png?1b988aa2188d997896ba45079e24d4ad) no-repeat;
  display: block;
  width: 8px;
  height: 14px;
  background-size: 100% 100%;
}

@media (max-width: 992px) {
  .wrap-arb .arb .ivu-page .ivu-page-prev .ivu-icon-ios-arrow-back:before {
    width: 6px;
    height: 12px;
  }
}

.wrap-arb .arb .ivu-page .ivu-page-next:hover,
.wrap-arb .arb .ivu-page .ivu-page-prev:hover {
  border-color: #FB525E;
}

@media (max-width: 992px) {
  .wrap-arb .arb .ivu-page .ivu-page-next:hover,
  .wrap-arb .arb .ivu-page .ivu-page-prev:hover {
    border-color: #A2A2A2;
  }
}

@media (max-width: 992px) {
  .wrap-arb .arb .ivu-page .ivu-page-next {
    min-width: 22px;
  }
}

.wrap-arb .arb .ivu-page .ivu-page-next .ivu-icon-ios-arrow-forward:before {
  content: "";
  background: url(/images/arrow.png?1b988aa2188d997896ba45079e24d4ad) no-repeat;
  display: block;
  width: 8px;
  height: 14px;
  background-size: 100% 100%;
  transform: rotate(180deg);
}

@media (max-width: 992px) {
  .wrap-arb .arb .ivu-page .ivu-page-next .ivu-icon-ios-arrow-forward:before {
    width: 6px;
    height: 12px;
  }
}

.wrap-arb .arb .ivu-page .ivu-page-item {
  border: 1px solid #A2A2A2;
  margin-right: 12px;
}

@media (max-width: 992px) {
  .wrap-arb .arb .ivu-page .ivu-page-item {
    margin-right: 4px;
    margin-bottom: 4px;
    min-width: auto;
    max-width: 33px;
    width: 100%;
  }
}

.wrap-arb .arb .ivu-page .ivu-page-item:hover {
  border-color: #FB525E;
}

@media (max-width: 992px) {
  .wrap-arb .arb .ivu-page .ivu-page-item:hover {
    border-color: #A2A2A2;
  }
}

.wrap-arb .arb .ivu-page .ivu-page-item a {
  padding: 9px 12px;
  margin: 0;
  display: block;
  font-size: 14px;
  line-height: 14px;
  color: #010101;
}

@media (max-width: 992px) {
  .wrap-arb .arb .ivu-page .ivu-page-item a {
    padding: 9px 5px;
    font-size: 12px;
    line-height: 12px;
  }
}

.wrap-arb .arb .ivu-tag-border.ivu-tag-success {
  color: #70BC60 !important;
  border: 1px solid #70BC60 !important;
  margin: 0;
  height: 100%;
  font-size: 14px;
  padding: 9px;
  line-height: 14px;
  border-radius: 4px;
}

.wrap-arb .arb .ivu-tag-border.ivu-tag-success .ivu-tag-color-success {
  color: #70BC60 !important;
  border-color: #70BC60;
  font-size: 14px;
  line-height: 14px;
  font-weight: 400;
}

.wrap-arb .arb .ivu-table-cell-slot {
  text-align: center;
}

.wrap-arb .ivu-checkbox-inner {
  transition: none !important;
  border-color: transparent;
  background-color: transparent !important;
  background: url(/images/check-r.png?dc6b422ec9dbe5c965030759eda27497);
  display: block !important;
  width: 16px !important;
  height: 16px !important;
  border: none !important;
  background-size: 100%;
  background-repeat: no-repeat;
  margin-top: -2px;
  border-radius: 0 !important;
}

.wrap-arb .ivu-checkbox-checked .ivu-checkbox-inner {
  border-color: transparent;
  background-color: transparent;
  background: url(/images/checked-r.png?8ca9b7d5236817c725023e5cf5243f11);
  display: block;
  width: 16px;
  height: 16px;
  border: none;
  background-size: 100%;
  background-repeat: no-repeat;
  margin-top: -2px;
}

.wrap-arb .ivu-checkbox-checked .ivu-checkbox-inner:after {
  border: 0px solid #fff;
  width: 0px;
  height: 0px;
}

.wrap-arb .ivu-checkbox-focus {
  box-shadow: none;
}

.wrap-arb .ivu-checkbox-inner {
  display: inline-block;
  width: 13px;
  height: 13px;
  position: relative;
  top: 0;
  left: 0;
  border: 2px solid #000;
  border-radius: 2px;
  background-color: transparent;
  transition: none;
}

.modal-dialog .modal-content,
.modal-dialog .ivu-modal-content,
.ivu-modal .modal-content,
.ivu-modal .ivu-modal-content {
  padding: 48px;
  border-radius: 4px;
}

@media (max-width: 992px) {
  .modal-dialog .modal-content,
  .modal-dialog .ivu-modal-content,
  .ivu-modal .modal-content,
  .ivu-modal .ivu-modal-content {
    padding: 12px;
  }
}

.modal-dialog .modal-content .modal-header,
.modal-dialog .modal-content .ivu-modal-header,
.modal-dialog .ivu-modal-content .modal-header,
.modal-dialog .ivu-modal-content .ivu-modal-header,
.ivu-modal .modal-content .modal-header,
.ivu-modal .modal-content .ivu-modal-header,
.ivu-modal .ivu-modal-content .modal-header,
.ivu-modal .ivu-modal-content .ivu-modal-header {
  padding: 0;
  border-bottom: none;
  border-top-left-radius: unset;
  border-top-right-radius: unset;
  margin-bottom: 27px;
}

.modal-dialog .modal-content .modal-header .modal-title,
.modal-dialog .modal-content .modal-header .ivu-modal-header-inner,
.modal-dialog .modal-content .ivu-modal-header .modal-title,
.modal-dialog .modal-content .ivu-modal-header .ivu-modal-header-inner,
.modal-dialog .ivu-modal-content .modal-header .modal-title,
.modal-dialog .ivu-modal-content .modal-header .ivu-modal-header-inner,
.modal-dialog .ivu-modal-content .ivu-modal-header .modal-title,
.modal-dialog .ivu-modal-content .ivu-modal-header .ivu-modal-header-inner,
.ivu-modal .modal-content .modal-header .modal-title,
.ivu-modal .modal-content .modal-header .ivu-modal-header-inner,
.ivu-modal .modal-content .ivu-modal-header .modal-title,
.ivu-modal .modal-content .ivu-modal-header .ivu-modal-header-inner,
.ivu-modal .ivu-modal-content .modal-header .modal-title,
.ivu-modal .ivu-modal-content .modal-header .ivu-modal-header-inner,
.ivu-modal .ivu-modal-content .ivu-modal-header .modal-title,
.ivu-modal .ivu-modal-content .ivu-modal-header .ivu-modal-header-inner {
  font-weight: 550;
  font-size: 24px;
  line-height: 24px;
  height: auto;
}

.modal-dialog .modal-content .modal-body,
.modal-dialog .modal-content .ivu-modal-body,
.modal-dialog .ivu-modal-content .modal-body,
.modal-dialog .ivu-modal-content .ivu-modal-body,
.ivu-modal .modal-content .modal-body,
.ivu-modal .modal-content .ivu-modal-body,
.ivu-modal .ivu-modal-content .modal-body,
.ivu-modal .ivu-modal-content .ivu-modal-body {
  padding: 0;
}

.modal-dialog .modal-content .modal-body .ivu-form .modal-bottom,
.modal-dialog .modal-content .ivu-modal-body .ivu-form .modal-bottom,
.modal-dialog .ivu-modal-content .modal-body .ivu-form .modal-bottom,
.modal-dialog .ivu-modal-content .ivu-modal-body .ivu-form .modal-bottom,
.ivu-modal .modal-content .modal-body .ivu-form .modal-bottom,
.ivu-modal .modal-content .ivu-modal-body .ivu-form .modal-bottom,
.ivu-modal .ivu-modal-content .modal-body .ivu-form .modal-bottom,
.ivu-modal .ivu-modal-content .ivu-modal-body .ivu-form .modal-bottom {
  padding-top: 8px;
}

.modal-dialog .modal-content .modal-body .ivu-form .ivu-form-item-label,
.modal-dialog .modal-content .ivu-modal-body .ivu-form .ivu-form-item-label,
.modal-dialog .ivu-modal-content .modal-body .ivu-form .ivu-form-item-label,
.modal-dialog .ivu-modal-content .ivu-modal-body .ivu-form .ivu-form-item-label,
.ivu-modal .modal-content .modal-body .ivu-form .ivu-form-item-label,
.ivu-modal .modal-content .ivu-modal-body .ivu-form .ivu-form-item-label,
.ivu-modal .ivu-modal-content .modal-body .ivu-form .ivu-form-item-label,
.ivu-modal .ivu-modal-content .ivu-modal-body .ivu-form .ivu-form-item-label {
  text-align: right;
  vertical-align: middle;
  box-sizing: border-box;
  font-size: 14px;
  line-height: 14px;
  color: #010101;
  padding: 0px !important;
  margin-bottom: 14px;
}

.modal-dialog .modal-content .flow-card,
.modal-dialog .ivu-modal-content .flow-card,
.ivu-modal .modal-content .flow-card,
.ivu-modal .ivu-modal-content .flow-card {
  border-bottom: 1px solid #F6F6F6;
  margin-bottom: 32px;
  padding-bottom: 32px;
}

.modal-dialog .modal-content .flow-card .flow__title,
.modal-dialog .ivu-modal-content .flow-card .flow__title,
.ivu-modal .modal-content .flow-card .flow__title,
.ivu-modal .ivu-modal-content .flow-card .flow__title {
  font-weight: 550;
  font-size: 14px;
  line-height: 14px;
  color: #010101;
}

.modal-dialog .modal-content .tox,
.modal-dialog .ivu-modal-content .tox,
.ivu-modal .modal-content .tox,
.ivu-modal .ivu-modal-content .tox {
  border-radius: 4px !important;
}

.modal-dialog .modal-content .tox .tox-mbtn,
.modal-dialog .ivu-modal-content .tox .tox-mbtn,
.ivu-modal .modal-content .tox .tox-mbtn,
.ivu-modal .ivu-modal-content .tox .tox-mbtn {
  color: #010101;
  font-weight: normal;
  font-size: 12px;
  line-height: 12px;
  padding: 6px;
  border-radius: 4px;
  border: 1px solid transparent;
  height: auto;
  margin: 16px 8px 12px 0;
}

.modal-dialog .modal-content .tox .tox-mbtn:hover,
.modal-dialog .ivu-modal-content .tox .tox-mbtn:hover,
.ivu-modal .modal-content .tox .tox-mbtn:hover,
.ivu-modal .ivu-modal-content .tox .tox-mbtn:hover {
  border: 1px solid #FB525E !important;
  background: transparent !important;
}

.modal-dialog .modal-content .tox .tox-mbtn:focus,
.modal-dialog .ivu-modal-content .tox .tox-mbtn:focus,
.ivu-modal .modal-content .tox .tox-mbtn:focus,
.ivu-modal .ivu-modal-content .tox .tox-mbtn:focus {
  border: 1px solid #FB525E !important;
  background: transparent !important;
  color: #010101 !important;
}

.modal-dialog .modal-content .tox .tox-menubar,
.modal-dialog .ivu-modal-content .tox .tox-menubar,
.ivu-modal .modal-content .tox .tox-menubar,
.ivu-modal .ivu-modal-content .tox .tox-menubar {
  background: 0 0;
  padding: 0 16px;
}

.faq .ivu-collapse {
  background: #FFFFFF;
  box-shadow: 0px 0px 24px rgba(0, 0, 0, 0.04);
  border-radius: 4px;
  border: 0 !important;
}

.faq .ivu-collapse > .ivu-collapse-item {
  border-top: 1px solid #F6F6F6;
}

.faq .faq__telegram {
  color: #000000;
  display: flex;
  align-items: center;
}

.faq .faq__telegram:after {
  content: "";
  background: url(/images/telegram.png?08b1eb8120f27dfbdbeeee5b9169dbd1);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  width: 24px;
  height: 24px;
  display: block;
  margin-left: 16px;
}

.faq .ivu-collapse > .ivu-collapse-item.ivu-collapse-item-active > .ivu-collapse-header {
  border-bottom: 0px solid #dcdee2;
  padding-bottom: 16px;
}

.faq .ivu-collapse > .ivu-collapse-item.ivu-collapse-item-active > .ivu-collapse-header > i {
  transform: rotate(180deg);
}

.faq .ivu-collapse > .ivu-collapse-item > .ivu-collapse-header {
  border: 0px solid #F6F6F6;
  height: auto;
  padding: 24px 0;
  font-weight: 550;
  font-size: 16px;
  line-height: 16px;
  color: #010101;
  padding-left: 40px;
}

@media (max-width: 992px) {
  .faq .ivu-collapse > .ivu-collapse-item > .ivu-collapse-header {
    padding-left: 10px;
    padding-right: 30px;
  }
}

.faq .ivu-collapse > .ivu-collapse-item > .ivu-collapse-header .ivu-icon {
  right: 0;
  position: absolute;
  margin-right: 40px;
}

@media (max-width: 992px) {
  .faq .ivu-collapse > .ivu-collapse-item > .ivu-collapse-header .ivu-icon {
    margin-right: 10px;
    top: 29px;
  }
}

.faq .ivu-collapse > .ivu-collapse-item > .ivu-collapse-header .ivu-icon:before {
  content: "";
  background: url(/images/drop-down.svg?2c2cdbcb041f1e0a7a7a9dc769eeeab6);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  width: 14px;
  height: 8px;
  display: block;
}

.faq .ivu-collapse-content > .ivu-collapse-content-box {
  padding-bottom: 24px;
  z-index: 99;
}

.faq .ivu-collapse-content {
  font-weight: normal;
  font-size: 16px;
  line-height: 24px;
  color: #010101;
  padding-left: 40px;
}

@media (max-width: 992px) {
  .faq .ivu-collapse-content {
    padding-left: 10px;
  }
}

.ivu-input-wrapper-large .ivu-input-suffix i {
  font-size: 22px !important;
  line-height: 40px;
}

.remove,
.add {
  background: url(/images/x-square.png?9045a1d5e768f0988558697e683f313b);
  display: block;
  width: 24px;
  height: 24px;
  border: none;
  margin-left: 10px;
  background-size: 100%;
  background-repeat: no-repeat;
}

.remove:focus,
.add:focus {
  outline: 0px auto -webkit-focus-ring-color;
}

.add {
  background: url(/images/add.png?4ca342da90310b6c8430b4e64cf74bed);
  width: 40px;
  height: 40px;
  margin-left: 0;
}

.padding-title {
  margin-bottom: 32px !important;
}

@media (max-width: 992px) {
  .padding-title {
    margin-bottom: 16px !important;
  }
}

.mcrs__item {
  color: #010101;
  font-size: 16px;
  line-height: 16px;
  padding: 8px;
  margin: 8px;
  margin-left: 0px;
  border: 1px solid #010101;
  box-sizing: border-box;
  border-radius: 4px;
  font-weight: 400;
}

@media (max-width: 519px) {
  .inner__nav {
    margin-top: 8px;
  }
}

.inner__nav .nav-item:last-child .inner__nav-link {
  margin-right: 8px;
}

.inner__nav-link {
  font-size: 14px;
  line-height: 14px;
  color: #010101;
  margin-right: 24px;
}

@media (max-width: 992px) {
  .inner__nav-link {
    margin-right: 12px;
  }
}

@media (max-width: 420px) {
  .inner__nav-link {
    font-size: 11px;
    line-height: 11px;
  }
}

.inner__nav-link:hover {
  opacity: 0.8;
  color: #FB525E;
}

.inner__nav .active {
  color: #FB525E;
  border-bottom: solid #fb525e 2px;
  padding-bottom: 4px;
}

.push-stat .ivu-table-header thead tr th {
  text-align: center;
}

.push-stat .ivu-table-header thead tr th .ivu-table-cell {
  padding-left: 4px !important;
}

@media (max-width: 1400px) {
  .push-stat .ivu-table-header thead tr th .ivu-table-cell {
    padding-left: 4px !important;
  }
}

@media (max-width: 1280px) {
  .push-stat .ivu-table-header thead tr th .ivu-table-cell {
    padding-left: 4px !important;
  }
}

@media (max-width: 1280px) {
  .push-stat .ivu-table-header thead tr th .ivu-table-cell .ivu-table-cell-sort {
    font-size: 12px;
    line-height: 12px;
  }
}

.ivu-back-top {
  right: 50% !important;
  margin-right: -24px !important;
}

@media (max-width: 992px) {
  .stat .inner__nav {
    margin-top: 0px;
  }
}

.stat .ivu-table-header thead tr {
  border-bottom: 2px solid #F6F6F6;
}

.stat .ivu-table-header thead tr:nth-child(2) th {
  text-align: center;
}

.stat .ivu-table-header thead tr:nth-child(2) th .ivu-table-cell {
  padding-left: 4px !important;
}

@media (max-width: 1400px) {
  .stat .ivu-table-header thead tr:nth-child(2) th .ivu-table-cell {
    padding-left: 4px !important;
  }
}

@media (max-width: 1200px) {
  .stat .ivu-table-header thead tr:nth-child(2) th .ivu-table-cell {
    padding-left: 4px !important;
  }
}

@media (max-width: 1200px) {
  .stat .ivu-table-header thead tr:nth-child(2) th .ivu-table-cell .ivu-table-cell-sort {
    font-size: 12px;
    line-height: 12px;
  }
}

.stat .ivu-table-header thead th {
  padding: 16px 0 !important;
  background-color: #ffffff;
}

.stat .ivu-table-body tbody td .ivu-table-cell {
  padding-left: 4px !important;
}

@media (max-width: 1400px) {
  .stat .ivu-table-body tbody td .ivu-table-cell {
    padding-left: 4px !important;
  }
}

@media (max-width: 1200px) {
  .stat .ivu-table-body tbody td .ivu-table-cell {
    padding-left: 4px !important;
  }
}

.stat .ivu-table-body tbody td .ivu-table-cell .ivu-table-cell-slot {
  text-align: center;
}

.stat tr.ivu-table-row-hover td {
  background: #F6F6F6;
  color: #1d1d1d;
}

@media (max-width: 426px) {
  .stat .multiselect.block-min.multiselect--above {
    margin-bottom: 8px;
  }
}

.stat tr.ivu-table-row {
  border-bottom: 2px solid #F6F6F6;
}

.stat .ivu-table .total-row td {
  background-color: #fb525e3d;
  color: #1d1d1d;
}

.stat .ivu-table-row-highlight td,
.stat .ivu-table-stripe .ivu-table-body tr.ivu-table-row-highlight:nth-child(2n) td,
.stat .ivu-table-stripe .ivu-table-fixed-body tr.ivu-table-row-highlight:nth-child(2n) td,
.stat tr.ivu-table-row-highlight.ivu-table-row-hover td {
  background: #F6F6F6;
  color: #1d1d1d;
}

.stat .stat__subtitle {
  font-size: 14px;
  line-height: 14px;
  color: #010101;
}

.stat .stat__filters {
  margin-bottom: 8px;
}

input {
  overflow: visible !important;
}

.script-sources-table .ivu-table-body .ivu-table-row td:first-child .ivu-table-cell {
  padding-left: 40px;
}

.table-card .ivu-table-row .ivu-table-cell {
  text-align: left;
}

.table-card .ivu-table-row .ivu-table-cell span {
  font-weight: normal;
  color: #010101;
  font-size: 16px;
  line-height: 16px;
}

@media (max-width: 992px) {
  .table-card .ivu-table-row .ivu-table-cell span {
    font-size: 12px;
    line-height: 12px;
  }
}

.table-card .ivu-table-overflowX {
  overflow-x: hidden;
}

@media (max-width: 992px) {
  .table-card .ivu-table-overflowX {
    overflow: scroll;
  }
}

.news .ivu-table-header,
.table-card .ivu-table-header {
  display: none;
}

.news .ivu-table-body table,
.table-card .ivu-table-body table {
  border-collapse: separate;
  border-spacing: 0px 16px;
  display: table;
}

.news tr.ivu-table-row,
.table-card tr.ivu-table-row {
  background: #FFFFFF;
  box-shadow: 0px 0px 24px rgba(0, 0, 0, 0.04);
  border-radius: 4px;
}

.cancel {
  border: none;
}

.cancel:focus {
  border: none;
  outline: 0px auto -webkit-focus-ring-color;
}

.link {
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 14px;
  color: #FB525E;
  border: 0;
  background: transparent;
}

.link:hover {
  opacity: 0.64;
  color: #FB525E;
}

.copied {
  font-size: 14px;
  line-height: 14px;
  color: #70BC60;
  padding: 13px 16px;
  box-shadow: 0px 0px 35px rgba(0, 0, 0, 0.08);
  border-radius: 4px;
  display: flex;
  max-width: 200px;
}

.copied:before {
  content: "";
  background: url(/images/copied.png?719c262b462feb8f81b4d3da7cf0a074);
  width: 18px;
  height: 13px;
  display: block;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  margin-right: 12px;
}

.additional__subtitle {
  font-size: 14px;
  line-height: 14px;
  margin-bottom: 16px;
}

.additional__subtitle-red {
  color: #FB525E;
}

.additional__button {
  margin-top: 24px;
  margin-left: auto;
  display: block !important;
  margin-right: -32px;
}

.balance .ivu-table-sort,
.stat .ivu-table-sort {
  width: 7px;
  height: 16px;
}

.balance .ivu-table-sort i,
.stat .ivu-table-sort i {
  font-size: 0px;
  height: 7px;
}

.balance .ivu-table-sort .ivu-icon-md-arrow-dropup.on:before,
.stat .ivu-table-sort .ivu-icon-md-arrow-dropup.on:before {
  background: url(/images/arrow-drop-r.png?564ba38e6f23aa07b4de8f68d740ad33);
  width: 7px;
  height: 7px;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  display: block;
}

.balance .ivu-table-sort .ivu-icon-md-arrow-dropup:before,
.stat .ivu-table-sort .ivu-icon-md-arrow-dropup:before {
  background: url(/images/arrow-drop.png?c9ecd8bb2170d5eb250b3bbdc7edf7fd);
  width: 7px;
  height: 7px;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  display: block;
}

.balance .ivu-table-sort .ivu-icon-md-arrow-dropup:hover:before,
.stat .ivu-table-sort .ivu-icon-md-arrow-dropup:hover:before {
  background: url(/images/arrow-drop-r.png?564ba38e6f23aa07b4de8f68d740ad33);
  width: 7px;
  height: 7px;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  display: block;
}

.balance .ivu-table-sort .ivu-icon-md-arrow-dropdown.on:before,
.stat .ivu-table-sort .ivu-icon-md-arrow-dropdown.on:before {
  background: url(/images/arrow-drop-r.png?564ba38e6f23aa07b4de8f68d740ad33);
  width: 7px;
  height: 7px;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  display: block;
  transform: rotate(180deg);
}

.balance .ivu-table-sort .ivu-icon-md-arrow-dropdown:before,
.balance .ivu-table-sort .ivu-icon-md-arrow-dropdown .on:before,
.stat .ivu-table-sort .ivu-icon-md-arrow-dropdown:before,
.stat .ivu-table-sort .ivu-icon-md-arrow-dropdown .on:before {
  background: url(/images/arrow-drop.png?c9ecd8bb2170d5eb250b3bbdc7edf7fd);
  width: 7px;
  height: 7px;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  display: block;
  transform: rotate(180deg);
}

.balance .ivu-table-sort .ivu-icon-md-arrow-dropdown:hover:before,
.stat .ivu-table-sort .ivu-icon-md-arrow-dropdown:hover:before {
  background: url(/images/arrow-drop-r.png?564ba38e6f23aa07b4de8f68d740ad33);
  width: 7px;
  height: 7px;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  display: block;
  transform: rotate(180deg);
}

.balance tr.ivu-table-row-hover td {
  background: #F6F6F6;
}

.balance .ivu-table-header thead tr th {
  position: relative;
  height: 100%;
  padding: 24px 0;
  border-bottom: 1px solid #F6F6F6 !important;
  background-color: #ffffff;
}

.balance .ivu-table-header thead tr th:first-child .ivu-table-cell {
  padding-left: 40px;
}

@media (max-width: 992px) {
  .balance .ivu-table-header thead tr th:first-child .ivu-table-cell {
    padding-left: 10px;
  }
}

.balance .ivu-table-body tbody tr td:first-child .ivu-table-cell {
  padding-left: 40px;
}

@media (max-width: 992px) {
  .balance .ivu-table-body tbody tr td:first-child .ivu-table-cell {
    padding-left: 10px;
  }
}

.balance .ivu-table-row .ivu-table-column-left .ivu-table-cell .ivu-table-cell-slot {
  text-align: left;
}

.balance .ivu-table-row .ivu-table-column-left .ivu-table-cell .ivu-table-cell-slot .succes {
  color: #70BC60;
}

.balance .ivu-table-row .ivu-table-column-left .ivu-table-cell span {
  font-size: 16px !important;
  line-height: 16px !important;
}

@media (max-width: 992px) {
  .balance .ivu-table-row .ivu-table-column-left .ivu-table-cell span {
    font-size: 12px !important;
    line-height: 12px !important;
  }
}

.balance .ivu-table-row {
  border-bottom: 1px solid #F6F6F6 !important;
}

.balance .ivu-table-row:last-child {
  border-bottom: 0px solid #F6F6F6 !important;
}

.balance .balance__top {
  padding: 32px 40px;
  display: inline-block;
  box-shadow: 0px 0px 24px rgba(0, 0, 0, 0.04);
  border-radius: 4px;
}

.balance .balance__top .balance__subtitle {
  font-size: 14px;
  line-height: 14px;
  color: #000000;
  margin-bottom: 16px;
}

.balance .balance__top .balance__money {
  font-weight: 550;
  font-size: 24px;
  line-height: 24px;
  color: #70BC60;
}

.setting .setting__inputWrap {
  max-width: 410px;
}

.setting .setting__subtitle {
  font-size: 14px;
  line-height: 14px;
  color: #010101;
  margin-bottom: 14px;
}

.ivu-form-item-label {
  font-size: 14px !important;
  line-height: 14px !important;
  color: #010101 !important;
  margin-bottom: 14px !important;
  padding: 0 !important;
}

@media (max-width: 992px) {
  .navbar-collapse {
    overflow: auto;
    position: relative;
    background-color: #fbfbfb;
    padding: 0;
    z-index: 99;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding-left: 0px;
    max-height: 100vh;
  }
}

@media (max-width: 992px) {
  .navbar-toggler {
    position: relative;
  }
}

.navbar-toggler:focus {
  outline: -webkit-focus-ring-color auto 0px;
}

@media (max-width: 992px) {
  .navbar-toggler .navbar-toggler-icon {
    width: 35px;
    height: 35px;
    display: block;
  }
}

.navbar-toggler .navbar-toggler-icon:focus {
  outline: -webkit-focus-ring-color auto 0px;
}

.navbar-toggler .navbar-toggler-icon ul {
  display: table;
  width: 31px;
  margin-left: 0;
  padding-left: 0;
  margin: 0px;
  list-style: none;
}

.navbar-toggler .navbar-toggler-icon ul:focus {
  outline: -webkit-focus-ring-color auto 0px;
}

.navbar-toggler .bar1,
.navbar-toggler .bar2,
.navbar-toggler .bar3 {
  width: 35px;
  height: 5px;
  background-color: #333;
  margin: 6px 0;
  transition: 0.2s;
}

.navbar-toggler-icon ul li:last-child {
  margin-bottom: 0;
}

.eye {
  background: url(/images/eye.png?f558213673a4541550c572cc91ab9f78);
  background-size: 100% 100%;
  background-repeat: no-repeat;
  width: 24px;
  height: 24px;
  margin: 0;
}

.chain {
  background: url(/images/chain.png?d7fe1dd72bebe51a007f8258e3f4447a);
  background-size: 100% 100%;
  background-repeat: no-repeat;
  width: 24px;
  height: 24px;
  margin: 0;
}

.copy {
  background: url(/images/copy.png?877914f8da647f4088964d5c6d829b96);
  background-size: 100% 100%;
  background-repeat: no-repeat;
  width: 24px;
  height: 24px;
  margin: 0;
}

.code {
  background: url(/images/code.png?2d78181a169e41984f2231ac4d65218a);
  background-size: 100% 100%;
  background-repeat: no-repeat;
  width: 24px;
  height: 24px;
  margin: 0;
}

.mb-32 {
  margin-bottom: 32px;
}

.mb-24 {
  margin-bottom: 24px;
}

.mb-16 {
  margin-bottom: 16px;
}

.mb-8 {
  margin-bottom: 8px;
}

.mt-32 {
  margin-top: 32px;
}

.mt-24 {
  margin-top: 24px;
}

.mt-16 {
  margin-top: 16px;
}

.mt-8 {
  margin-top: 8px;
}

.mr-32 {
  margin-right: 32px;
}

.mr-24 {
  margin-right: 24px;
}

.mr-16 {
  margin-right: 16px;
}

.pt-8 {
  padding-top: 8px;
}

.form-control {
  -webkit-box-shadow: inset 0 0 0 50px #fff;
  -webkit-text-fill-color: #000;
}

.form-control:focus {
  -webkit-box-shadow: inset 0 0 0 50px #fff !important;
  -webkit-text-fill-color: #000;
}

.sideleft__soc {
  margin: 30px 0;
  display: flex;
  width: 100%;
}

@media (max-height: 800px) {
  .sideleft__soc {
    margin: 16px 0;
  }
}

.sideleft__soc > * {
  display: block;
  width: 100%;
}

@media (max-width: 992px) {
  .sideleft__soc > * {
    width: 10%;
  }
}

.tips .ivu-tooltip-inner {
  max-width: 450px;
  width: 100%;
}

.tips .ivu-tooltip-inner > div {
  white-space: inherit;
}

@media (max-width: 500px) {
  .tips .ivu-tooltip-inner {
    max-width: 350px;
    font-size: 10px;
    white-space: inherit;
  }
}

.mob {
  display: none;
}

@media (max-width: 992px) {
  .mob {
    display: block;
  }
}

.pc {
  display: block;
}

@media (max-width: 992px) {
  .pc {
    display: none;
  }
}

.stat_tip {
  padding: 5px 5px;
  display: inline-block;
  box-shadow: 0px 0px 24px rgba(0, 0, 0, 0.04);
  border-radius: 4px;
  max-width: 450px;
  white-space: break-spaces;
}

@media (max-width: 992px) {
  .stat_tip {
    padding: 4px 8px;
  }
}

small {
  font-weight: 400;
  line-height: 20px;
  width: 100%;
  text-align: left;
  display: inline-block;
  font-size: 14px !important;
  padding-bottom: 14px;
  color: #A2A2A2;
}

.additional {
  display: flex;
  justify-content: space-between;
  height: 100%;
}

@media (max-width: 992px) {
  .additional {
    flex-direction: column;
  }
}

.additional .back {
  max-width: 600px;
  width: 100%;
  background: #0101010a;
  margin-right: -40px;
  margin-top: -40px;
  margin-bottom: -40px;
  padding: 48px 80px;
  display: flex;
  flex-direction: column;
  font-size: 16px;
  line-height: 24px;
  height: calc(100% + 80px);
}

@media (max-width: 1366px) {
  .additional .back {
    padding: 32px 40px;
    font-size: 14px;
    line-height: 22px;
    max-width: 360px;
    margin-top: -32px;
    margin-bottom: -32px;
    margin-right: -32px;
  }
}

@media (max-width: 992px) {
  .additional .back {
    max-width: none;
    margin-left: -10px;
    margin-right: 0;
    width: calc(100% + 20px);
    margin-top: 0;
    margin-bottom: -85px;
  }
}

.additional .back__title {
  font-weight: 500;
  font-size: 18px;
  line-height: 18px;
  margin-bottom: 16px;
}

@media (max-width: 1366px) {
  .additional .back__title {
    line-height: 16px;
    font-size: 16px;
  }
}

.additional .back__des {
  margin-bottom: 24px;
}

.additional .back__step {
  margin-bottom: 12px;
}

.additional .back__step-bold {
  font-weight: 500;
}

.additional .back__image {
  margin-top: 20px;
  background-image: url(/images/back.gif?4268bee3ed8d249472b00ec99f31f3dc);
  display: block;
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
  background-size: contain;
}

@media (max-width: 992px) {
  .additional .back__image {
    height: 320px;
  }
}

.image {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}

.stat__table .ivu-table-header thead tr:nth-child(1) {
  display: none;
}

.snotify {
  z-index: 50000;
}

/* главная */

.feed {
  flex: 0 1 auto;
  margin: 51px 422px 0 0;
}

.feed a,
.aside__body a {
  color: black;
}

.feed__wrp {
  border: 0.5px solid #D3D4D4;
  box-shadow: 0px 0px 24px rgba(0, 0, 0, 0.04);
  position: relative;
}

.feed__wrp::after {
  content: "";
  position: absolute;
  top: -54px;
  left: 54px;
  height: 0;
  width: 312px;
  border-bottom: 54px solid #D3D4D4;
  border-left: 40px solid transparent;
  border-right: 40px solid transparent;
}

.feed__tab {
  position: absolute;
  top: -53px;
  left: 55px;
  height: 0;
  width: 310px;
  border-bottom: 53px solid #fff;
  border-left: 40px solid transparent;
  border-right: 40px solid transparent;
  z-index: 1;
}

.feed__tabwrp {
  display: flex;
  align-items: center;
  margin: 13px 0px 0px 0px;
}

.feed__tabicon {
  margin: 0px 10px 0px 0px;
}

.feed__tabicon img {
  max-width: 100%;
}

.feed__tabtitle {
  font-size: 16px;
  line-height: 16px;
  color: #555555;
}

.feed__row {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -15px;
  padding: 0px 32px 0;
  min-height: 500px;
  text-align: center;
}

.feed__column {
  flex: 0 1 33.333%;
  padding: 0 15px;
}

.feed__totop {
  position: fixed;
  width: 40px;
  height: 40px;
  bottom: 29px;
  right: 490px;
  cursor: pointer;
  z-index: 1;
}

.item-feed {
  text-align: left;
  margin: 0px 0px 30px 0px;
}

.item-feed__image {
  display: block;
  margin: 0px 0px 24px 0px;
  position: relative;
  padding: 0px 0px 70% 0px;
}

.item-feed__image img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  -o-object-fit: contain;
  object-fit: contain;
}

.item-feed__labels {
  display: flex;
  flex-wrap: wrap;
}

.item-feed__label {
  display: block;
  padding: 3px 7px;
  opacity: 0.64;
  border: 1px solid #010101;
  border-radius: 4px;
  margin: 0px 8px 12px 0px;
}

.item-feed__title,
.item-feed__title h2 {
  display: block;
  font-weight: 500;
  font-size: 18px;
  line-height: 24px;
  margin: 0px 0px 8px 0px;
  color: black;
}

.item-feed__text {
  line-height: 20px;
  font-size: 14px;
  margin: 0px 0px 14px 0px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -moz-box;
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
  line-clamp: 5;
  box-orient: vertical;
}

.item-feed__date {
  font-size: 16px;
  opacity: 0.4;
}

.aside {
  flex: 0 0 400px;
  margin: 30px 0px 0px 0px;
  position: fixed;
  top: 0;
  right: 23px;
}

.aside__body {
  max-width: 400px;
  box-shadow: 0px 0px 24px rgba(0, 0, 0, 0.04);
}

.aside__title {
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
  margin: 0px 0px 24px 0px;
}

.aside__question {
  padding: 30px 32px 20px;
  border-bottom: 1px solid #F6F6F6;
}

.aside__geo {
  padding: 20px 32px 17px;
  border-bottom: 1px solid #F6F6F6;
}

.aside__body {
  max-width: 400px;
  box-shadow: 0px 0px 24px rgba(0, 0, 0, 0.04);
}

.aside__title {
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
  margin: 0px 0px 24px 0px;
}

.aside__question {
  padding: 30px 32px 40px;
  border-bottom: 1px solid #F6F6F6;
}

.aside__geo {
  padding: 30px 32px 17px;
  border-bottom: 1px solid #F6F6F6;
}

.aside__geo .aside__title {
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
  margin: 0px 0px 22px 0px;
}

.aside__geo .aside__link::before {
  content: "";
  position: absolute;
  width: 18px;
  height: 13px;
  top: 12px;
  left: 2px;
  background: url("/landing/images/mainpage/stroke.svg") 0 0/contain no-repeat;
}

.aside__geo .aside__link .aside__info {
  margin: 0px 0px 0px 8px;
  width: 22px;
  height: 22px;
  background: url("/landing/images/mainpage/info.svg") 0 0/contain no-repeat;
}

.aside__geo .aside__flag {
  width: 24px;
  height: 16px;
  margin: 0px 0px 0px 16px;
}

.aside__geo .aside__flag + .aside__flag {
  margin: 0px 0px 0px 8px;
}

.aside__geo .aside__flag_bottom {
  margin: 0px 0px 8px 8px !important;
}

.aside__geo .aside__flag svg,
.aside__geo .aside__flag img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.aside__projects {
  padding: 23px 32px 40px;
}

.aside__projects .aside__title {
  display: flex;
  align-items: center;
  padding: 8px 0;
}

.aside__projects .aside__title .aside__icon {
  margin: 0px 0px 0px 24px;
}

.aside__icon {
  display: inline-block;
  margin: 0px 0px 16px 0px;
}

.aside__icon img {
  max-width: 100%;
}

.aside__project {
  margin: 0px 0px 32px 0px;
  display: block;
}

.aside__name {
  font-size: 16px;
  line-height: 24px;
}

.aside__link {
  display: flex;
  flex-wrap: wrap;
  font-size: 16px;
  line-height: 18px;
  padding: 4px 0px 4px 40px;
  position: relative;
  margin: 0px 30px 22px 0px;
}

.aside__link_tel {
  display: inline-block;
}

.aside__link::before {
  content: "";
  position: absolute;
  width: 20px;
  height: 18px;
  left: 2px;
  background: url("/landing/images/mainpage/vector.svg") 0 0/contain no-repeat;
}

.schedule__item {
  display: flex;
  margin-bottom: 10px;
}

.schedule__title {
  font-size: 16px;
  line-height: 30px;
  opacity: 0.4;
  margin: 0px 10px 8px 0px;
}

.schedule__time {
  padding: 9px 10px;
  font-size: 16px;
  line-height: 16px;
  background: #FFFFFF;
  box-shadow: 0px 0px 32px rgba(0, 0, 0, 0.08);
}

.item-feed__label {
  font-size: 12px;
}

@media (max-width: 1600px) {
  .aside {
    margin: 30px 0px 0px 0px;
    flex: 0 0 350px;
  }

  .aside__body {
    max-width: 350px;
  }

  .aside__question {
    padding: 30px 20px 20px;
  }

  .aside__geo .aside__link .aside__flags {
    right: 0;
  }

  .feed {
    margin: 51px 370px 0 0;
  }

  .aside__question {
    padding: 20px;
  }

  .aside__geo {
    padding: 20px 20px 17px;
  }

  .aside__geo .aside__title {
    font-size: 14px;
    margin: 0px 0px 10px 0px;
  }

  .aside__projects {
    padding: 20px 20px 17px;
  }

  .aside__projects .aside__title {
    font-size: 14px;
    margin: 0px 0px 10px 0px;
  }

  .aside__title {
    padding: 0px;
    font-size: 14px;
    margin: 0px 0px 10px 0px;
  }

  .aside__link_tel {
    margin: 0px 30px 10px 0px;
    font-size: 14px;
  }

  .schedule__time {
    font-size: 14px;
  }

  .aside__name {
    font-size: 14px;
  }
}

@media (max-width: 1440px) {
  .aside__projects {
    padding: 23px 20px 20px;
  }
}

@media (max-width: 1366px) {
  .feed__column {
    flex: 0 1 50%;
  }
}

@media (max-width: 1200px) {
  body .card {
    padding: 40px 32px;
  }
}

@media (max-width: 1150px) {
  .feed__column {
    flex: 1 1 auto;
  }

  .feed__tab {
    display: block;
    position: static;
    top: 0px;
    left: 0px;
    height: 0;
    border-bottom: 53px solid transparent;
    border-left: 40px solid transparent;
    border-right: 40px solid transparent;
    z-index: 1;
  }

  .feed__wrp::after {
    display: none;
  }

  .feed {
    margin: -10px 370px 0 0;
  }
}

@media (max-width: 1040px) {
  body .card {
    padding: 40px 16px;
  }
}

@media (max-width: 992px) {
  .aside {
    margin: 74px 0px 0px 0px;
  }

  .feed {
    margin: -32px 370px 0 0;
  }
}

@media (max-width: 753px) {
  .feed {
    margin: 0 0 0 0;
  }

  .aside {
    position: static;
    margin: 0;
  }

  .aside__body {
    max-width: 100%;
  }
}

.stat .mt-2 {
  font-size: 16px;
  line-height: 16px;
  color: #A2A2A2;
}

#form-modal___BV_modal_content_ {
  max-width: 576px;
  margin: auto;
  top: 25vh;
}

#form-modal___BV_modal_content_ .ivu-form-item {
  vertical-align: top;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-direction: column;
  text-align: left;
}

#form-modal___BV_modal_content_ .ivu-form-item .ivu-form-item-label {
  text-align: left;
}

#form-modal___BV_modal_content_ .ivu-form-item-content {
  margin-left: 0 !important;
  width: 100%;
}

#form-modal___BV_modal_content_ .ivu-col-span-24 {
  display: flex;
  flex-direction: column;
}

#form-modal___BV_modal_content_ .ivu-form-item:nth-child(1) {
  order: 2;
}

#form-modal___BV_modal_content_ .ivu-form-item:nth-child(2) {
  order: 1;
}

#form-modal___BV_modal_content_ .ivu-input {
  width: 100%;
  height: auto;
  padding: 12px;
  font-size: 14px;
}

#form-modal___BV_modal_content_ .ivu-btn span {
  font-size: 16px;
  font-weight: 500;
}

#form-modal___BV_modal_content_ .ivu-btn {
  background: #fb525e;
  padding: 3px 16px;
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.4);
  margin-top: 4px;
  height: 35px;
}

#form-modal___BV_modal_content_ .ivu-btn:hover {
  background: rgba(251, 82, 94, 0.9);
}

#form-modal___BV_modal_content_ .ivu-btn:active {
  box-shadow: 0 1px 10px rgba(0, 0, 0, 0.4);
}

#form-modal___BV_modal_content_ .ivu-input-wrapper {
  padding-left: 0;
}

#form-modal___BV_modal_content_ .ivu-row-flex-center {
  justify-content: flex-end;
}

