@import url('https://v1.fontapi.ir/css/SFProDisplay');
@import url('https://fonts.cdnfonts.com/css/inter');

*{
  padding: 0;
  margin: 0;
  box-sizing: border-box;
  text-decoration: none;
  list-style-type: none;
  outline: none;
  font-family: 'SF Pro Display', sans-serif;
}

html, body {
  height: 100%;
  margin: 0;
}

body{
  display: flex;
  flex-direction: column;
  background: #fFF;
}

svg{
  display: block;
}

.wrapper{
  display: flex;
  flex-direction: column;
  justify-content: center;
  max-width: 600px;
  margin: 0 auto;
  padding: 0 16px;
  height: 100%;
}

.content{
  display: flex;
  flex-direction: column;
  gap: 12px;
  border-radius: 32px;
  box-shadow: 0 2px 20px 0 rgba(23, 23, 23, 0.12);
  background: #fff;
  padding: 20px 15px;
  margin: 0 4px;
  text-align: center;
}

.title{
  display: flex;
  align-items: center;
  width: 100%;
  font-weight: 700;
  font-size: 22px;
  letter-spacing: 0.02em;
  color: #000;
  text-align: left;
  margin-bottom: 10px;
}

.mark-phone{
  color: #007aff;
}

.virus{
  color: #ff3b30;
}

.title__i{
  width: 88px;
  flex-shrink: 0;
}

.title__i img{
  display: block;
  width: 100%;
}

.content__text{
  font-weight: 400;
  font-size: 14px;
  text-align: left;
  color: #202020;
}

.time-block{
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  width: 100%;
}

.time-block__content{
  width: 100%;
  font-weight: 700;
  font-size: 18px;
  letter-spacing: 0.02em;
  color: #ff3b30;
  text-align: center;
  margin: 12px 0;
}

.time-block__i img{
  width: 64px;
}

.link{
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 16px;
  width: 100%;
  height: 52px;
  background: #007aff;
  font-weight: 500;
  font-size: 17px;
  line-height: 124%;
  letter-spacing: -0.02em;
  text-align: center;
  color: #fff;
}

.footer{
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  gap: 8px;
  background: #f4f5f7;
  padding: 15px;
}

.footer-link{
  display: flex;
  gap: 10px;
}

.footer-link__el{
  position: relative;
  font-weight: 400;
  font-size: 12px;
  text-decoration: underline;
  text-decoration-skip-ink: none;
  color: #0a84ff;
}

.footer-link__el:not(:last-child):before{
  position: absolute;
  content: "";
  width: 2px;
  height: 2px;
  border-radius: 100%;
  background: #888;
  top: 50%;
  right: -7px;
  transform: translate(0 , -50%);
}

.footer__text{
  font-weight: 400;
  font-size: 12px;
  color: #666;
}

.step-block{
  width: 100%;
}

.step-block__title{
  font-weight: 700;
  font-size: 20px;
  letter-spacing: -0.02em;
  color: #202020;
  margin-bottom: 12px;
  text-align: center;
}

.step-block__el{
  font-size: 14px;
  letter-spacing: 0.03em;
  font-weight: 400;
  color: #202020;
  text-align: left;
}

.step-block__el span{
  font-weight: 600;
  color: #ff3b30;
}

.step-block__el:not(:last-child){
  margin-bottom: 8px;
}