.av{
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 999;
}
.antivirus-wrapper {
  position: relative;
  width: 100%;
  min-height: 100%;
  /*max-width: 564px;*/
  width: 100%;
  margin: 0 auto
}
.screen-wrapper {
  position: absolute;
  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;
  left: 0;
  top: 0;
  width: 100%;
  height: 100vh;
  /*height: 300px;*/
  z-index: 999;
  overflow: hidden;
  visibility: hidden;
}
.screen-start-wrapper {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 99999
}
.screen-start {
  /*max-width: 564px;*/
  width: 100%;
  height: 100%;
  margin: 0 auto;
  /*background-color: #fff;*/
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}
.screen-start-popup {
  background-color: #000;
  border-radius: 20px;
  padding: 70px 30px 35px 30px;
  position: relative;
  max-width: 320px;
  width: 100%
}
.screen-start-popup svg {
  display: block;
  margin: 0 auto;
  width: 120px;
  height: 120px;
  margin-bottom: 100px
}
.screen-start-progress {
  width: 100%;
  height: 5px;
  border-radius: 5px;
  overflow: hidden;
  background-color: #fff
}
.screen-start-progress span {
  display: block;
  width: 5%;
  height: 100%;
  background-color: #dd2222
}
.screen-start-close-btn {
  position: absolute;
  right: 15px;
  top: 15px;
  color: #fff;
  font-size: 26px
}
.screen {
  position: relative;
  /*max-width: 564px;*/
  width: 100%;
  height: 100%;
  margin: 0 auto;
  background-color: #000
}
.screen img {
  width: 100%;
  height: 100%;
  -o-object-fit: fill;
  object-fit: fill
}
.screen .img {
  width: 100%;
  height: 100%;
  background-color: #fff
}
.screen-overlay {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  -webkit-transition: 0.1s ease;
  -o-transition: 0.1s ease;
  transition: 0.1s ease;
  opacity: 0;

}
.screen-overlay.act {
  opacity: 1
}
.screen-detected-wrapper {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(32, 32, 32, 0.5);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  opacity: 0;
  z-index: -1;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease
}
.screen-detected-wrapper.active {
  opacity: 1;
  z-index: 1
}
.screen-detected-popup {
  max-width: 320px;
  width: 100%;
  padding: 20px;
  background-color: #fff
}
.screen-detected-popup .title-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 10px
}
.screen-detected-btn {
  color: #c01818;
  font-size: 18px;
  font-weight: 500;
  background-color: transparent;
  text-align: center;
  width: 100%
}
.step1 {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease
}
.step1 img {
  width: 100%;
  height: 100%
}
.step1.active {
  z-index: 1;
  opacity: 1;
  visibility: visible
}
.step1 .mcafee-panel {
  padding: 20px 30px;
  width: 100%;
  height: 100%;
  color: #5a595a;
  overflow: scroll;
  padding-bottom: 70px !important;
  display: none
}
@media (max-width: 420px) {
  .step1 .mcafee-panel {
    padding: 20px
  }
}
@media (max-width: 360px) {
  .step1 .mcafee-panel {
    padding: 10px
  }
}
.step1 .mcafee-panel-card {
  width: 100%;
  border-radius: 20px;
  padding: 20px 30px 20px 20px;
  -webkit-box-shadow: 0px 0px 37px 27px rgba(34, 60, 80, 0.1);
  box-shadow: 0px 0px 37px 27px rgba(34, 60, 80, 0.1);
  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 (max-width: 420px) {
  .step1 .mcafee-panel-card {
    padding: 15px 25px 15px 10px
  }
}
@media (max-width: 360px) {
  .step1 .mcafee-panel-card {
    padding: 10px 20px 15px 5px
  }
}
.step1 .mcafee-panel-card-l {
  max-width: 170px;
  width: 100%
}
@media (max-width: 500px) {
  .step1 .mcafee-panel-card-l {
    max-width: 140px
  }
}
@media (max-width: 420px) {
  .step1 .mcafee-panel-card-l {
    max-width: 120px
  }
}
.step1 .mcafee-panel-card-r {
  margin-left: 10px
}
@media (max-width: 420px) {
  .step1 .mcafee-panel-card-r {
    margin-left: 5px
  }
}
.step1 .mcafee-panel-card-r img {
  max-width: 240px
}
@media (max-width: 420px) {
  .step1 .mcafee-panel-card-r img {
    max-width: 190px
  }
}
.step1 .mcafee-panel-card-r .label {
  font-weight: 500;
  padding-left: 3px;
  margin-bottom: 12px
}
@media (max-width: 420px) {
  .step1 .mcafee-panel-card-r .label {
    font-size: 14px;
    margin-bottom: 8px
  }
}
@media (max-width: 320px) {
  .step1 .mcafee-panel-card-r .label {
    font-size: 12px
  }
}
.step1 .mcafee-panel-card-r button {
  background-color: #145cee;
  border-radius: 10px;
  color: #fff;
  font-weight: 500;
  padding: 12px 30px;
  font-size: 17px
}
@media (max-width: 420px) {
  .step1 .mcafee-panel-card-r button {
    font-size: 16px
  }
}
@media (max-width: 320px) {
  .step1 .mcafee-panel-card-r button {
    font-size: 14px;
    padding: 10px 20px
  }
}
.step1 .mcafee-panel .row {
  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;
  margin-top: 30px;
  margin-bottom: 30px
}
@media (max-width: 420px) {
  .step1 .mcafee-panel .row {
    margin-top: 20px;
    margin-bottom: 20px
  }
}
.step1 .mcafee-panel .row .opt {
  font-size: 18px;
  font-weight: 500
}
@media (max-width: 340px) {
  .step1 .mcafee-panel .row .opt {
    font-size: 16px
  }
}
.step1 .mcafee-panel .row .view {
  color: #145cee;
  font-weight: 500
}
@media (max-width: 340px) {
  .step1 .mcafee-panel .row .view {
    font-size: 14px
  }
}
.step1 .mcafee-panel .items {
  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;
  gap: 10px
}
@media (max-width: 360px) {
  .step1 .mcafee-panel .items {
    gap: 5px
  }
}
.step1 .mcafee-panel .items .item {
  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-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
  width: 120px;
  height: 120px;
  background-color: #ecf2fe;
  border-radius: 10px
}
@media (max-width: 420px) {
  .step1 .mcafee-panel .items .item {
    width: 100px;
    height: 100px
  }
}
@media (max-width: 360px) {
  .step1 .mcafee-panel .items .item {
    width: 90px;
    height: 90px
  }
}
.step1 .mcafee-panel .items .item .img-bx {
  width: 30px;
  height: 30px;
  margin-bottom: 10px
}
.step1 .mcafee-panel .items .item .label {
  color: #5a595a;
  font-weight: 500
}
@media (max-width: 420px) {
  .step1 .mcafee-panel .items .item .label {
    font-size: 14px
  }
}
@media (max-width: 360px) {
  .step1 .mcafee-panel .items .item .label {
    font-size: 12px
  }
}
.step1 .mcafee-panel .items .item + .step1 .mcafee-panel .items .item {
  margin-left: 10px
}
.step1 .elements-list {
  padding: 0
}
.step1 .elements-list .element {
  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;
  margin-bottom: 20px
}
.step1 .elements-list .element .img-bx {
  width: 50px;
  min-width: 50px;
  height: 50px;
  border-radius: 5px;
  overflow: hidden
}
@media (max-width: 420px) {
  .step1 .elements-list .element .img-bx {
    width: 40px;
    height: 40px;
    min-width: 40px
  }
}
@media (max-width: 320px) {
  .step1 .elements-list .element .img-bx {
    width: 30px;
    height: 30px;
    min-width: 30px
  }
}
.step1 .elements-list .element-content {
  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-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  font-weight: 500;
  width: 100%;
  padding-left: 20px
}
@media (max-width: 440px) {
  .step1 .elements-list .element-content {
    padding-left: 15px
  }
}
@media (max-width: 420px) {
  .step1 .elements-list .element-content {
    padding-left: 12px
  }
}
.step1 .elements-list .element-content-title {
  font-size: 22px
}
@media (max-width: 576px) {
  .step1 .elements-list .element-content-title {
    font-size: 20px;
    margin-bottom: 3px
  }
}
@media (max-width: 420px) {
  .step1 .elements-list .element-content-title {
    font-size: 18px;
    margin-bottom: 0
  }
}
@media (max-width: 340px) {
  .step1 .elements-list .element-content-title {
    font-size: 16px
  }
}
.step1 .elements-list .element-content-subtitle {
  font-size: 16px;
  opacity: 0.7
}
@media (max-width: 576px) {
  .step1 .elements-list .element-content-subtitle {
    font-size: 14px
  }
}
@media (max-width: 340px) {
  .step1 .elements-list .element-content-subtitle {
    font-size: 12px
  }
}
.step1 .elements-list .element .switch {
  width: 90px;
  height: 30px;
  background-color: transparent
}
@media (max-width: 420px) {
  .step1 .elements-list .element .switch {
    width: 80px;
    height: 27px
  }
}
@media (max-width: 340px) {
  .step1 .elements-list .element .switch {
    width: 60px;
    height: 22px
  }
}
.bottom-panel {
  padding: 0 20px;
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  height: 80px;
  background-color: #fefefe;
  -webkit-box-shadow: 0px -2px 14px 2px rgba(34, 60, 80, 0.1);
  box-shadow: 0px -2px 14px 2px rgba(34, 60, 80, 0.1);
  display: none;
}
@media (max-width: 390px) {
  .bottom-panel {
    height: 60px
  }
}
@media (max-width: 360px) {
  .bottom-panel {
    padding: 0 10px
  }
}
.bottom-panel button {
  position: absolute;
  left: 50%;
  top: -30px;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 70px;
  height: 70px;
  background-color: #145cee;
  border-radius: 50%
}
@media (max-width: 420px) {
  .bottom-panel button {
    width: 60px;
    height: 60px;
    top: -25px
  }
}
.bottom-panel button img {
  width: 25px;
  height: 29px
}
.bottom-panel .items {
  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;
  height: 100%
}
.bottom-panel .items-col {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  max-width: 140px
}
@media (max-width: 440px) {
  .bottom-panel .items-col {
    max-width: 120px
  }
}
@media (max-width: 360px) {
  .bottom-panel .items-col {
    max-width: 100px
  }
}
.bottom-panel .items .item {
  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-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 100%
}
.bottom-panel .items .item .img-box {
  width: 22px;
  height: 22px
}
.bottom-panel .items .item .label {
  font-weight: 500;
  font-size: 14px;
  color: #5a595a
}
@media (max-width: 390px) {
  .bottom-panel .items .item .label {
    font-size: 12px
  }
}
.check-phone-popup {
  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-sizing: border-box;
  box-sizing: border-box;
  padding: 30px;
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.85);
  z-index: -1;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: none
}
.check-phone-popup.active {
  z-index: 10;
  opacity: 1;
  visibility: visible
}
@media (max-width: 420px) {
  .check-phone-popup {
    padding: 10px
  }
}
.check-phone-popup .logo {
  position: absolute;
  top: 23px;
  left: 25px;
  max-width: 141px;
  width: 100%
}
.check-phone-popup .scan-box {
  position: relative;
  max-width: 320px;
  width: 100%;
  border-radius: 5px;
  background: #fff;
  -webkit-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.1);
  background-color: #fff;
  padding: 23px 27px 54px 27px
}
.check-phone-popup .scan-box svg {
  position: absolute;
  left: 27px;
  top: 23px
}
.check-phone-popup .scan-box-title {
  color: #000;
  font-size: 22px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  padding-left: 43px;
  margin: 0
}
@media (max-width: 360px) {
  .check-phone-popup .scan-box-title {
    font-size: 16px
  }
}
.check-phone-popup .scan-box-title span {
  font-weight: 500
}
.check-phone-popup .scan-box-start {
  color: #c01818;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  text-transform: uppercase;
  position: absolute;
  background-color: transparent;
  right: 26px;
  bottom: 20px
}
@media (max-width: 360px) {
  .check-phone-popup .scan-box-start {
    font-size: 14px
  }
}
.step2 {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #fefefe;
  z-index: -1;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease
}
.step2.active {
  z-index: 1;
  opacity: 1;
  visibility: visible
}
.step2 .step-header {
  position: relative;
  width: 100%;
  height: 80px;
  padding: 23px 25px 23px 35px;
  background: #f0f0f0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-left: 25px
}
.step2 .step-header button {
  padding: 0;
  padding-top: 3px;
  position: absolute;
  left: 15px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  display: none
}
.step2 .step-header.active {
  padding-left: 35px
}
.step2 .step-header.active button {
  display: block
}
.step2 .step-header .logo {
  width: 141px;
  height: 34px
}
.step2 .step-header .logo img{
  max-width:  100%;
}
.step2 .step-main {
  padding: 20px 25px;
  display: none
}
.step2 .step-main.active {
  display: block
}
.step2 .step-main.scroll.active {
  height: calc(100% - 80px);
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column
}
.step2 .process-title {
  color: #202020;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  margin-bottom: 10px
}
.step2 .process-title span {
  display: none
}
.step2 .process-title span.active {
  display: block
}
.step2 .process-status {
  color: #202020;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 40px;
  max-width: 230px;
  width: 100%
}
.step2 .process-status span {
  display: none
}
.step2 .process-status span.active {
  display: block
}
.step2 .progress {
  height: 3px;
  width: 100%;
  background: #202020;
  margin-bottom: 10px
}
.step2 .progress-box {
  margin-bottom: 40px
}
.step2 .progress .loader {
  display: block;
  width: 0%;
  height: 100%;
  background: #c01818;
  -webkit-transition: all 16s linear;
  -o-transition: all 16s linear;
  transition: all 16s linear
}
.step2 .progress .loader.load {
  width: 100%
}
.step2 .progress-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  color: #202020;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal
}
.step2 .threat-list-title {
  color: #202020;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  margin-bottom: 20px
}
.step2 .threat-list-wrapper {
  overflow: hidden
}
.step2 .threat-list {
  padding: 0;
  margin: 0 0 60px 0
}
.step2 .threat-list-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  gap: 16px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-top: 20px;
  padding-bottom: 20px;
  border-bottom: 2px solid #f3f3f3;
  -webkit-transition: all 0.5s ease-in;
  -o-transition: all 0.5s ease-in;
  transition: all 0.5s ease-in;
  opacity: 0;
  -webkit-transform: translateY(1000px);
  -ms-transform: translateY(1000px);
  transform: translateY(1000px)
}
.step2 .threat-list-item.active {
  opacity: 1;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0)
}
.step2 .threat-list-item div span {
  display: block
}
.step2 .threat-list-item .dialog-title {
  color: #202020;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  margin-bottom: 10px
}
.step2 .threat-list-item .dialog-path {
  color: #202020;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal
}
.step2 .show-threats-btn {
  display: block;
  width: 80%;
  height: 35px;
  border-radius: 5px;
  background: #c01818;
  color: #fff;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%);
  -ms-transform: translate(-50%);
  transform: translate(-50%);
  -webkit-transition: all 0.5s ease-in;
  -o-transition: all 0.5s ease-in;
  transition: all 0.5s ease-in
}
.step2 .show-threats-btn-wrapper {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  z-index: -1
}
.step2 .show-threats-btn-wrapper.active {
  opacity: 1;
  z-index: 999
}
.step2 .show-threats-btn-wrapper.active::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: -1;
  background-color: rgba(0, 0, 0, 0.5)
}
.step2 .threats-list-title {
  color: #202020;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  margin-bottom: 20px
}
.step2 .safety-title {
  color: #202020;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  margin-bottom: 10px;
  margin-top: 20px
}
.step2 .safety-subtitle {
  color: #202020;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  padding-bottom: 40px;
  border-bottom: 2px solid #f3f3f3
}
.step2 .threats-list {
  padding: 0;
  margin-bottom: 42px;
  overflow-y: scroll;
  height: 100%
}
.step2 .threats-list-item {
  position: relative;
  padding: 20px 0 20px 40px;
  border-bottom: 2px solid #f3f3f3
}
.step2 .threats-list-item svg {
  position: absolute;
  left: 0;
  top: 40%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%)
}
.step2 .threats-list-item .threat-list-msg-title {
  color: #202020;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  margin-bottom: 10px
}
.step2 .threats-list-item .threat-list-msg-subtitle {
  color: #202020;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 20px
}
.step2 .threats-list-item .threat-list-btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  gap: 10px
}
.step2 .threats-list-item .threat-list-btns .delete {
  padding: 10px 28px;
  height: 35px;
  border-radius: 5px;
  background: #c01818;
  color: #fff;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: normal
}
.step2 .threats-list-item .threat-list-btns .ignore {
  padding: 10px 28px;
  height: 35px;
  border-radius: 5px;
  background: #f0f0f0;
  color: #202020;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: normal
}
.step2 .threat-list-btn.finish-btn {
  width: 100%;
  height: 35px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  border-radius: 5px;
  background: #c01818;
  color: #fff;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: normal
}
.step2 .finish-title {
  color: #202020;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  margin-bottom: 20px;
  max-width: 310px;
  width: 100%;
  font-size: 22px
}
@media (max-width: 360px) {
  .step2 .finish-title {
    font-size: 16px
  }
}
.step2 .update-content-date {
  color: #c01818
}
.step2 .update-content-subtitle {
  color: #202020;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 40px;
  max-width: 310px;
  width: 100%;
  font-size: 17px
}
@media (max-width: 360px) {
  .step2 .update-content-subtitle {
    font-size: 14px
  }
}
.step2 .finish-image {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%; /*height:100%*/
}
.step2 .finish-image img {
  width: 100%;
  max-width: 564px;
  -o-object-fit: cover;
  object-fit: cover
}
.step2 .promo-title {
  color: #c01818;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  margin-bottom: 10px;
  margin-top: 20px;
  font-size: 22px
}
@media (max-width: 360px) {
  .step2 .promo-title {
    font-size: 16px
  }
}
.step2 .promo-timer {
  color: #202020;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  margin-bottom: 30px
}
.step2 .update-content-btn {
  border-radius: 5px;
  background: #c01818;
  color: #fff;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  padding: 18px 30px;
  width: 100%;
  display: block;
  text-align: center
}
.screen-wrapper-desc {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 99999999;
  display: none;
}
.screen-wrapper-desc.active{
  display: block;
}
.screen-wrapper-desc a {
  max-width: 564px;
  width: 100%;
  height: 100%;
  margin: 0 auto;

  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}