
.fullnews_craft {
  background: hsla(240, 7%, 12%, 0.88);
  padding: 25px;
  border-bottom: 7px solid rgba(85, 122, 149, 0.7);
  box-shadow: 0px -1px 4px rgb(200 196 196 / 8%), 0px 4px 4px rgb(200 196 196 / 25%);
  border-radius: 7px;
  margin-bottom: 100px;
}

.start-steps {
  counter-reset: stepsCounter;
}

.start-step {
  margin-bottom: 1rem;
}

.start-step__counter {
  width: 90px;
}

.start-step__counter:before {
  width: 60px;
  height: 60px;
  display: block;
  border: 2px solid #e30613;
  border-radius: 0.5rem;
  position: absolute;
  top: 5px;
  left: 15px;
  counter-increment: stepsCounter;
  content: counter(stepsCounter);
  color: #e30613;
  font-size: 38px;
  font-weight: 600;
  line-height: 54px;
  text-align: center;
}

.start-step__description {
  margin-bottom: 1rem;
}

.start-step__button {
  width: 353px;
}

.start-step__download .btn-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.start-step__download-icons {
  font-size: 1.4rem;
  font-weight: 400 !important;
  display: inline-block;
  padding-right: 0.5rem;
}

.start-step__download-icons i {
  position: relative;
  top: 2px;
}

.start-step__download-info--label {
  position: relative;
  top: -1px;
}

.start-step__download-info--extension {
  color: #1995f6;
}

a.start-step__download-info--extension {
  line-height: 33px;
  padding: 9px 1rem 7px !important;
}

.start-step__info {
  margin-top: 0.5rem;
}

.start-step__info-jar {
  font-size: 0.95rem;
}

.start-step__info .alert {
  font-size: 1rem !important;
  padding-bottom: 0.25rem !important;
  background-color: rgba(0, 0, 0, 0) !important;
  color: #9fabb2;
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
  margin-bottom: 0.5rem;
  font-weight: 500;
  line-height: 1.2;
}

.h2,
h2 {
  font-size: 2rem;
}

button.btns {
  background: linear-gradient(to right, #4f74df, #4695ec);
  padding: 0 10px;
  color: #fff;
  border-radius: 3px;
  width: 190px;
  height: 53px;
  border: none;
  border-bottom: 5px solid rgba(210, 253, 255, 0.7);

  text-decoration: none;
  font-size: 13px;
  font-weight: 600;
  display: block;
  line-height: 45px;
  text-align: -webkit-center;
  float: left;
  margin-left: 15px;
  transition: 0.5s;
}

.btn-block {
  display: block;
  width: 100%;
  margin-right: 20px;
}

.btn-block + .btn-block {
  margin-top: 0.5rem;
}

.btns,
.bbcodes,
.btn-border {
  border: 0;
  display: inline-block;
  vertical-align: middle;
  cursor: pointer;
  height: 36px;
  border-radius: 3px;
  line-height: 22px;
  outline: none;
  background-color: #3394e6;
  color: #fff;
  border: 0;
  padding: 7px 22px;
  text-decoration: none !important;
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.2);
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all ease 0.1s;
  transition: all ease 0.1s;
}
.btns > .icon {
  fill: #fff;
}
.btn-white > .icon {
  fill: #3394e6;
}
.btn-white {
  background-color: #fff;
  color: #3394e6;
}
.btn-white:hover > .icon {
  fill: #fff;
}
.btn-white:hover {
  background-color: #3394e6;
  color: #fff;
}
.btns:hover,
.bbcodes:hover,
.ui-button:hover {
  background-color: #46a6f6;
}
.btn-big {
  height: 46px;
  padding: 12px 27px;
  border-radius: 23px;
}
.btn-border {
  color: #3394e6;
  border: 2px solid #3394e6;
  line-height: 22px;
  padding: 5px 20px;
  background-color: transparent !important;
  overflow: hidden;
  box-shadow: inset 0 0 0 0 transparent;
  -webkit-box-shadow: inset 0 0 0 0 transparent;
}
.btn-border:hover {
  box-shadow: inset 0 0 0 2px rgba(51, 148, 230, 0.2);
  -webkit-box-shadow: inset 0 0 0 2px rgba(51, 148, 230, 0.2);
}

.row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
  justify-content: center;
}

.justify-content-between {
  -ms-flex-pack: justify !important;
  justify-content: space-between !important;
}

.d-flex {
  display: -ms-flexbox !important;
  display: flex !important;
}

.align-items-center {
  -ms-flex-align: center !important;
  align-items: center !important;
}

.mt-4,
.my-4 {
  margin-top: 1.5rem !important;
}

.alert {
  position: relative;
  padding: 0.75rem 1.25rem;
  margin-bottom: 1rem;
  border: 1px solid transparent;
  border-radius: 0.25rem;
}
.alert-heading {
  color: inherit;
}
.alert-link {
  font-weight: 700;
}
.alert-dismissible {
  padding-right: 4rem;
}
.alert-dismissible .close {
  position: absolute;
  top: 0;
  right: 0;
  padding: 0.75rem 1.25rem;
  color: inherit;
}
.alert-primary {
  color: #004085;
  background-color: #cce5ff;
  border-color: #b8daff;
}
.alert-primary hr {
  border-top-color: #9fcdff;
}
.alert-primary .alert-link {
  color: #002752;
}
.alert-secondary {
  color: #383d41;
  background-color: #e2e3e5;
  border-color: #d6d8db;
}
.alert-secondary hr {
  border-top-color: #c8cbcf;
}
.alert-secondary .alert-link {
  color: #202326;
}
.alert-success {
  color: #155724;
  background-color: #d4edda;
  border-color: #c3e6cb;
}
.alert-success hr {
  border-top-color: #b1dfbb;
}
.alert-success .alert-link {
  color: #0b2e13;
}
.alert-info {
  color: #0c5460;
  background-color: #d1ecf1;
  border-color: #bee5eb;
}
.alert-info hr {
  border-top-color: #abdde5;
}
.alert-info .alert-link {
  color: #062c33;
}
.alert-warning {
  color: #856404;
  background-color: #fff3cd;
  border-color: #ffeeba;
}
.alert-warning hr {
  border-top-color: #ffe8a1;
}
.alert-warning .alert-link {
  color: #533f03;
}
.alert-danger {
  color: #721c24;
  background-color: #f8d7da;
  border-color: #f5c6cb;
}
.alert-danger hr {
  border-top-color: #f1b0b7;
}
.alert-danger .alert-link {
  color: #491217;
}
.alert-light {
  color: #818182;
  background-color: #fefefe;
  border-color: #fdfdfe;
}
.alert-light hr {
  border-top-color: #ececf6;
}
.alert-light .alert-link {
  color: #686868;
}
.alert-dark {
  color: #1b1e21;
  background-color: #d6d8d9;
  border-color: #c6c8ca;
}
.alert-dark hr {
  border-top-color: #b9bbbe;
}
.alert-dark .alert-link {
  color: #040505;
}

.reveds_alert {
  background: hsla(240, 7%, 12%, 0.95);
  box-shadow: 0px -1px 4px rgb(200 196 196 / 8%), 0px 4px 4px rgb(200 196 196 / 25%);
  border-radius: 7px;
}

.alert {
  color: #fff;
  font-size: 1.1rem;
  border-radius: 0.5rem;
  padding: 1rem 1.25rem;
  background-color: #18191c !important;
}

.alert .alert__title {
  display: inline-block;
  padding-bottom: 0.25rem;
  font-weight: 700;
}

.alert-danger .alert__title,
.alert__text a {
  color: #f14130;
}

.alert-danger {
  border-color: #f14130;
}

.alert-success {
  border-color: #155724;
}

.alert-success .alert__title {
  color: #186f2c;
}

.alert-warning {
  border-color: #856404;
}

.alert-info {
  border-color: #0c5460;
}