@import url(https://fonts.googleapis.com/css?family=Montserrat|Open+Sans:300,400,700,800&amp;display=swap&amp;subset=cyrillic,greek,vietnamese);
.bg__item {
  background-image: url(../images/bg-mob-2.jpg);
}
* {
  box-sizing: border-box;
}
*,
ul {
  margin: 0;
  padding: 0;
}
ul {
  list-style-type: none;
}
.clearfix:after {
  content: "";
  display: block;
  clear: both;
}
.btn,
.pg__bar,
.transition {
  transition: all 0.25s ease;
}
body,
html {
  width: 100%;
  height: 100%;
}
body {
  min-width: 320px;
  overflow-x: hidden;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 16px;
  line-height: 1.3;
  z-index: 0;
  color: #000;
}
h1,
h2 {
  font-size: 1.375em;
}
h1,
h2,
h5 {
  line-height: 1.2;
}
h5 {
  font-size: 0.75em;
}
.c--accent {
  color: #9a9795;
}
.c--primary {
  color: #7a8292;
}
.c--green {
  color: #2ab736;
}
.btn,
.tt--u {
  text-transform: uppercase;
}
.btn {
  width: 100%;
  padding: 16px 20px;
  position: relative;
  display: inline-block;
  color: #fff;
  font-size: 16px;
  text-decoration: none;
  text-align: center;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.8);
  border: 1px solid transparent;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.5), inset 0 1px 1px hsla(0, 0%, 100%, 0.5);
  cursor: pointer;
}
.btn--primary {
  border-radius: 0 8px 0 0;
  background-color: #486b33;
}
.btn--primary:hover {
  background-color: #cc3c12;
}
.btn--primary:active {
  background: #ef4817;
}
.btn--accent {
  border-radius: 8px 0 0 0;
  background-color: #2b2b2b;
}
.btn--accent:hover {
  background-color: #74716f;
}
.btn--accent:active {
  background: #676462;
}
.main {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
}
img {
  max-width: 100%;
  height: auto;
  display: block;
}
.stepbox {
  padding-bottom: 35px;
}
.step,
.stepbox {
  position: relative;
  width: 100%;
  height: 100%;
}
.step {
  display: none;
  text-align: center;
  color: #fff;
  border-top: none;
  background-color: #fff;
}
.step:before {
  content: "";
  display: block;
  position: fixed;
  background: rgba(0, 0, 0, 0.1);
  z-index: 0;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
}
.step__inner {
  border: 8px solid #000000;
  height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}
.step__header,
.step__inner {
  position: relative;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.step__header {
  color: #ffffff;
  padding: 0 10px 10px;
  text-transform: uppercase;
  background: #000;
  overflow: hidden;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.step__header img {
  width: 50px;
  height: 50px;
  border-radius: 50%;
}
.step__header img,
.step__header span {
  vertical-align: middle;
  display: inline-block;
}
.step__header span {
  text-transform: capitalize;
  font-weight: 700;
  margin-left: 5px;
  font-size: 0.875em;
}
.step__header a {
  vertical-align: middle;
  display: inline-block;
  border-radius: 4px;
  padding: 4px 12px;
  border: 2px solid #486b33;
  color: #ffffff;
  font-size: 12px;
  text-decoration: none;
}
.step__header .dots {
  position: relative;
  margin-left: 15px;
  vertical-align: middle;
}
.step__header .dots,
.step__header .dots:after,
.step__header .dots:before {
  display: inline-block;
  width: 6px;
  height: 6px;
  background: rgb(255 255 255);
  border-radius: 50%;
}
.step__header .dots:after,
.step__header .dots:before {
  content: "";
  position: absolute;
  top: 0;
}
.step__header .dots:before {
  left: -8px;
}
.step__header .dots:after {
  left: 8px;
}
.step__body {
  position: relative;
  padding: 20px;
}
.step__body h4 {
  text-transform: uppercase;
  display: block;
  font-size: 1.5em;
  text-indent: 0;
  text-align: center;
  margin: 0 0 5px;
}
.step__body h2,
.step__body h5 {
  text-transform: uppercase;
  margin-bottom: 10px;
}
.step__body h5 {
  text-align: left;
}
.step__body p {
  font-size: 1.125em;
  text-align: justify;
  text-indent: 1em;
  max-width: 600px;
  margin: auto;
}
.step__body h2,
.step__body h4,
.step__body h5,
.step__body p {
  color: #000;
}
.step__footer {
  position: relative;
  border-radius: 8px 8px 0 0;
  overflow: hidden;
  padding: 0 20px 20px;
}
.step:first-child {
  display: block;
}
.btnbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.pg {
  height: 34px;
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 0;
  background: #3a3a3a;
  padding: 14px;
}
.pg__bar {
  width: 80%;
  margin: auto;
  height: 6px;
  border-radius: 25px;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.4), 0 1px 1px rgba(0, 0, 0, 0.1);
  overflow: hidden;
}
.pg__bar .scale {
  content: "";
  position: relative;
  display: block;
  width: 0;
  height: 100%;
  border-radius: 25px;
  background-size: 50px 50px;
  background-color: #2ab736;
  background-image: linear-gradient(
      -45deg,
      hsla(0, 0%, 100%, 0.2) 25%,
      transparent 0,
      transparent 50%,
      hsla(0, 0%, 100%, 0.2) 0,
      hsla(0, 0%, 100%, 0.2) 75%,
      transparent 0,
      transparent
      );
  -webkit-animation: a 5s linear infinite;
  animation: a 5s linear infinite;
}
@-webkit-keyframes a {
  0% {
    background-position: 0 0;
  }
  to {
    background-position: 50px 50px;
  }
}
@keyframes a {
  0% {
    background-position: 0 0;
  }
  to {
    background-position: 50px 50px;
  }
}
.bg {
  position: fixed !important;
}
.bg,
.bg:after {
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 0;
}
.bg:after {
  content: "";
  display: block;
  position: fixed;
}
.bg__item {
  display: none;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50%;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
}
.bg__item.active {
  display: block;
}
.step {
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  height: auto;
}
@media (min-width: 768px) {
  .bg__item {
    background-image: url(../images/bg-2.jpg);
  }
  .btn--primary {
    border-radius: 0 25px 25px 0;
  }
  .btn--accent {
    border-radius: 25px 0 0 25px;
  }
  .btn--full {
    border-radius: 25px;
  }
  .step {
    max-width: 500px;
    top: 50%;
    left: 50%;
  }
  .step__body p {
    font-size: 1.3125em;
  }
  .step__footer {
    padding: 0 20px 20px;
    border-radius: 25px;
    box-shadow: none;
  }
  .pg {
    background: transparent;
    height: auto;
    padding: 0 0 40px;
  }
  .pg__bar {
    background: hsla(0, 0%, 100%, 0.05);
    width: 300px;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.4), 0 1px 1px hsla(0, 0%, 100%, 0.4);
  }
}
#bfimg {
  width: 190px;
  height: 45px;
  border-radius: 0;
}
