body {
  font-family: "Inter", sans-serif;
  max-width: 390px;
  background-color: #fff;
  margin: 0 auto;
  color: #000;
}
.main-img {
  width: 100%;
}
.mt5 {
  margin-top: 5px;
}
.mt10 {
  margin-top: 10px;
}
.mt20 {
  margin-top: 20px;
}
.mt30 {
  margin-top: 30px;
}
.mt40 {
  margin-top: 40px;
}
.mt50 {
  margin-top: 50px;
}
.flex-between-center {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 10px;
}
.flex-center-center {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
}
.flex-start-center {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 10px;
}
.flex-start-start {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 10px;
}
.flex-between-start {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 10px;
}
.header-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 15px;

  box-shadow: 0px 1px 4px 0px #00000005;
  box-shadow: 0px 2px 4px 0px #00000017;
}
.subscribe-button {
  background-color: #f7cf3c;
  padding: 5px 9px;
  border-radius: 2px;

  font-weight: 700;
  font-size: 11px;
  line-height: 15px;
  text-transform: uppercase;
}
.header-bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 15px;
}
.date-block {
  font-weight: 400;
  font-size: 10px;
  line-height: 11.5px;
  letter-spacing: 0.09px;
}
main {
  padding: 15px;
}
.text-12-400 {
  font-weight: 400;
  font-size: 12px;
  line-height: 16px;
}
.header-1 {
  font-weight: 600;
  font-size: 32px;
  line-height: 40px;
}
.text-16-400 {
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
}
.blue-block {
  background-color: #043761;
  box-shadow: 0px 10px 15px -3px #0000001a;
  padding: 36px 20px;
}
.doc-2-img {
  width: 100%;
  height: 340px;
  object-fit: cover;
  object-position: 0% 0%;
}
.doc-name {
  font-weight: 600;
  font-size: 18px;
  line-height: 28px;
  color: #ffffff;
}
.doc-description {
  font-weight: 400;
  font-size: 14px;
  line-height: 100%;
  color: #ffffff;
}
.clock-text {
  font-weight: 400;
  font-size: 12px;
  line-height: 16px;
  color: #ffffff;
}
.block-1 {
  border: 2px solid #2947c3;
  padding: 23px;
  border-radius: 8px;
  box-shadow: 0px 10px 15px -3px #0000001a;
}
.checkbox-text {
  font-weight: 700;
  font-size: 13px;
  line-height: 22px;
  text-decoration: underline;
}
.blue-button {
  background-color: #2947c3;
  border-radius: 6px;
  border: none;
  width: 100%;
  height: 50px;
  cursor: pointer;

  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  text-align: center;
  color: #fff;
}
.header-24-600 {
  font-weight: 600;
  font-size: 24px;
  line-height: 32px;
}
.doc-3-main {
  width: 72px;
  height: 72px;
  border-radius: 50%;
  object-fit: cover;
}
.doc-4-main {
  width: 72px;
  height: 72px;
  border-radius: 50%;
  object-fit: cover;
  object-position: 20% 0%;
}
.reporter-name {
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
}
.reporter-date {
  font-weight: 400;
  font-size: 12px;
  line-height: 16px;
}
.reporter-title {
  font-weight: 400;
  font-size: 12px;
  line-height: 16px;
  color: #7f7f7f;
}
.social-wrapp {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 30px;
  padding-left: 20px;
}
.reporter-block {
  background-color: #f1f1f1;
  padding: 8px 16px;
  box-shadow: 0px 4px 4px 0px #00000014;
}
.reporter-text {
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
}
.doc-block {
  border-left: 2px solid #aaaaaa;
  padding: 8px 16px;
}
.bold-text {
  font-weight: 700;
}
.yellow-block {
  border-radius: 12px;
  padding: 16px;
  background-color: #fff4d2;
  box-shadow: 0px 10px 15px -3px #0000001a;
}
.yellow-block-header {
  font-weight: 700;
  font-size: 18px;
  line-height: 28px;
  color: #212121;
}
.yellow-block-text {
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #212121;
}
.form-block {
  background-color: #f1f7ff;
  border-radius: 4px;
  padding: 24px 16px;
  box-shadow: 0px 10px 15px -3px #0000001a;
}
.form-block-header {
  font-weight: 600;
  font-size: 24px;
  line-height: 32px;
}
.form-block-text-1 {
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #595959;
}
.form-block-text-2 {
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
}
.form-block-text-3 {
  font-weight: 600;
  font-size: 20px;
  line-height: 30px;
  text-align: center;
}
.timer {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
}
.timer-item {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: 10px;
}
.timer-value {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 75px;
  height: 65px;

  background-color: #ffffff;
  padding: 8px 16px;
  border-radius: 16px;

  font-weight: 700;
  font-size: 32px;
  line-height: 48px;
  text-align: center;
  color: #cd1317;
  box-shadow: -10px -10px 20px 0px #ffffff80;
  box-shadow: 10px 10px 20px 0px #0000001a;
}
.timer-title {
  font-weight: 400;
  font-size: 12px;
  line-height: 22px;
  text-align: center;
  color: #212121;
}
.colon {
  font-weight: 700;
  font-size: 36px;
  line-height: 40px;
  text-align: center;
  color: #212121;
}
.price-title {
  font-weight: 400;
  font-size: 12px;
  line-height: 16px;
}
.price-old {
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #666666;
  text-align: right;
  text-decoration: line-through;
  padding-left: 40px;
}
.price-new {
  font-weight: 800;
  font-size: 32px;
  line-height: 40px;
  color: #3ab516;
  text-align: right;
}
.discount-number {
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-size: 22px;
  line-height: 30px;

  background-color: #ffc107;
  border-radius: 12px;
  padding: 5px 15px;
}
.send-form {
  display: flex;
  flex-direction: column;
  position: relative;
}
.send-form label {
  margin-top: 20px;
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
}
.send-form input {
  width: 100%;
  height: 40px;
  border: 1px solid #9e9e9e;
  padding: 10px 12px;
  border-radius: 6px;
  background-color: #f1f7ff;
  margin-top: 5px;
  outline: none;

  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
  color: #333333;
}
.send-form input::placeholder {
  font-weight: 400;
  font-size: 12px;
  line-height: 16px;
  color: #9e9e9e;
}
.send-form .phone-input {
  padding-left: 60px;
}
.phone-code {
  position: absolute;
  top: 150px;
  left: 11px;
  font-weight: 400;
  font-size: 12px;
  line-height: 16px;
  color: #595959;
}
.input-line {
  height: 40px;
  width: 1px;
  background-color: #595959;
  position: absolute;
  top: 138px;
  left: 45px;
}
.comments-header {
  font-weight: 600;
  font-size: 24px;
  line-height: 32px;
}
.comm-item {
  box-shadow: 0px 4px 4px 0px #0841960f;
  padding: 15px;
  border-radius: 4px;
}
.comm-img {
  width: 36px;
  min-width: 36px;
  height: 36px;
  border-radius: 50%;
  object-fit: cover;
}
.comm-geo {
  font-weight: 500;
  font-size: 14px;
  line-height: 22px;
  border: 1px solid #8bcede;
  padding: 10px;
  border-radius: 6px;
}
.comm-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.comm-name {
  font-weight: 600;
  font-size: 18px;
  line-height: 28px;
}
.comm-age {
  font-weight: 400;
  font-size: 12px;
  line-height: 18px;
  color: #333333;
}
.likes-wrapp {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 30px;

  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
}
footer {
  padding: 15px;
  padding-bottom: 70px;
}
