@import 'reset.css';
@import url(https://fonts.googleapis.com/css2?family=Montserrat:wght@400;500;600;700&display=swap);

#pa-push-notification-subscription {
  top: auto !important;
  bottom: 0 !important;
}

.pa-subs-powered-by {
  display: none !important;
}

html {
  min-height: 100vh;
  position: relative;
}
body {
  position: relative;
  min-height: 100vh;
  color: #000000;
  background-color: #ffffff;
  font-weight: 400;
  font-size: 16px;
  line-height: 1;
  font-family: 'Montserrat', sans-serif;
}
.stepbox-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
/* BTN */
.btnbox {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.btn-wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.stepbox {
  width: 100%;
  max-width: 700px;
}
.btn {
  font-family: 'Montserrat', sans-serif;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  max-width: 400px;
  width: calc(50% - 12px);
  font-weight: 600;
  font-size: 22px;
  line-height: 1;
  background-color: #30a3e6;
  border: 2px solid #30a3e6;
  color: #fff;
  margin: 12px 6px 0;
  padding: 10px;
  border-radius: 7px;
  position: relative;
  cursor: pointer;
  min-height: 58px;
  transition: background-color 0.3s, color 0.3s;
}
.btn:only-child {
  width: 100%;
}
.btn:hover {
  background-color: #fff;
  color: #30a3e6;
}
.btn-wrap .btn {
  max-width: 45%;
}
@media (max-width: 750px) {
  .btn {
    font-size: 18px;
    min-height: 57px;
  }
  .btn__decor:nth-child(1) {
    top: -3px;
    left: -3px;
  }
  .btn__decor:nth-child(2) {
    top: 3px;
    left: 3px;
  }
}
/* CONTENT */
.content {
  min-height: 100vh;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.title {
  font-size: 37px;
  font-weight: 600;
  text-transform: uppercase;
  text-align: center;
  padding-bottom: 30px;
  color: #fff;
}
.text {
  font-size: 22px;
  font-weight: 500;
  padding-bottom: 18px;
  color: #fff;
  text-align: center;
  line-height: 1.2;
}
@media (max-width: 750px) {
  .content {
    max-width: 100%;
  }
  .title {
    font-size: 25px;
    padding-bottom: 20px;
  }
  .text {
    font-size: 16px;
    padding-bottom: 11px;
  }
}
/* step */
.steps {
  padding: 20px;
  margin-left: auto;
  width: 100%;
  max-width: 525px;
  margin-right: 5vw;
}
.step {
  display: none;
  width: 100%;
  margin: 0 auto;
  max-width: 600px;
  height: calc(100vh - 390px);
  flex-direction: column;
  justify-content: center;
}
.step.active {
  display: block;
}
.step.current {
  display: flex !important;
}
@media (max-width: 750px) {
  .steps {
    margin: auto auto 0;
    padding-bottom: 25px;
  }
  .step {
    max-width: none;
    padding: 15px 10px 0;
    height: calc(100vh - 220px);
    min-height: 440px;
  }
}
@media (max-height: 640px) and (orientation: landscape) {
  .step {
    height: auto;
    min-height: auto;
  }
}
/* header */
.header {
  box-sizing: border-box;
  display: flex;
  justify-content: space-between;
  position: relative;
  width: 100%;
  padding: 12px 25px 12px 33px;
}
.header__btns {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.header__ic {
  margin-left: 35px;
}
.header__title {
  display: none;
  font-weight: 500;
  font-size: 18px;
}
@media (max-width: 750px) {
  .header {
    display: block;
    padding: 15px 55px;
  }
  .header__logo img {
    margin: 0 auto;
  }
  .header__title {
    display: block;
  }
  .header__ic {
    margin-left: 0;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
  }
  .btn-menu {
    left: 18px;
  }
  .btn-search {
    right: 18px;
  }
}
@media (max-width: 420px) {
  .header {
    padding: 10px 0;
  }
  .header__logo img {
    width: 130px;
  }
  .btn-menu {
    width: 18px;
  }
  .btn-search {
    width: 17px;
  }
  .stepbox-header {
    padding-top: 15px;
  }
  .step {
    min-height: 355px;
  }
  .title {
    font-size: 20px;
    padding-bottom: 10px;
  }
  .text {
    font-size: 13px;
  }
  .btn {
    font-size: 16px;
  }
}
/* columns */
.columns {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-grow: 1;
}
.column-left {
  width: 100%;
  max-width: 476px;
}
.column-right {
  min-height: calc(100vh - 83px);
  position: relative;
  width: 100%;
  max-width: calc(100% - 476px);
  display: flex;
  justify-content: center;
  align-items: center;
}
.column-right::after {
  background-color: rgba(0, 0, 0, 0.35);
  display: block;
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
}
@media (max-width: 992px) {
  .columns {
    flex-wrap: wrap;
  }
  .column-left {
    order: 1;
    max-width: 100%;
  }
  .column-right {
    order: 0;
    max-width: 100%;
    min-height: calc(100vh - 139px);
  }
}
/* chat */
.chat {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px 24px 7px 15px;
  margin-bottom: 5px;
}
.chat__left {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.chat__ava {
  border-radius: 50%;
  width: 60px;
  height: 60px;
  margin-right: 10px;
}
.chat__name {
  font-size: 18px;
  font-weight: 600;
  padding-bottom: 5px;
  display: block;
}
.chat__message {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.chat__pic {
  border-radius: 3px;
  width: 22px;
  height: 22px;
  margin-right: 8px;
}
.chat__text {
  color: #a0a6ad;
}
.chat__time {
  color: #a0a6ad;
}
.chat__count {
  width: 22px;
  height: 22px;
  background-color: #c5c9cc;
  border-radius: 100%;
  font-weight: 500;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-top: 13px;
}
.chat.active {
  background-color: #3583cc;
}
.chat.active .chat__time,
.chat.active .chat__text,
.chat.active .chat__name {
  color: #fff;
}
.chat.active .chat__count {
  /* opacity: 0; */
}
@media (max-width: 750px) {
  .chat.active {
    background-color: transparent;
  }
  .chat.active .chat__text,
  .chat.active .chat__name {
    color: inherit;
  }
  .chat.active .chat__count {
    opacity: 1;
  }
  .chat {
    border-radius: 0;
    padding: 10px 15px;
    border-top: 1px solid #f0f0f0;
    margin-bottom: 0;
  }
  .chat__count {
    background-color: #e12013;
    margin-top: 11px;
  }
  .chat.active .chat__time {
    color: #929292;
  }
}
/* vegas */
.video-slide {
  background-color: #888888;
  position: absolute;
  z-index: -2;
  width: 100%;
  height: 100%;
}
