* {
  box-sizing: border-box;
}

h1,
h2,
h3,
p,
ul,
ul li {
  margin: 0;
  padding: 0;
}

img {
  width: 100%;
  max-width: 400px;
  display: block;
  margin: 5px auto;
}
#video-aw2 {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 480px !important;
}
#video-aw2 video {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
ul li {
  list-style: none;
}
ol li,
ul li {
  font-style: normal;
  font-weight: 700;
  font-size: 20px;
  line-height: 29px;
  margin-bottom: 10px;
  color: #000000;
  text-decoration: none;
}
.list li {
  list-style-position: inside !important;
  list-style: disc;
}
ol li a {
  font-style: normal;
  font-weight: 700;
  font-size: 20px;
  line-height: 29px;
  margin-bottom: 10px;
  color: #000000;
  text-decoration: none;
  transition: all 0.2 ease-in-out 0s;
}
ol li a:hover {
  text-decoration: underline;
  text-underline-position: under;
}
.sr-only {
  clip: rect(0, 0, 0, 0) !important;
  border: 0 !important;
  height: 1px !important;
  margin: -1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  width: 1px !important;
}

body {
  font-family: sans-serif;
  display: block;
  width: 100%;
  background: #f2f2f2;
  margin: 0;
  padding: 0;
  overflow-x: hidden;
}

.wrapper {
  display: block;
  width: 100%;
  max-width: 1150px;
  margin: 0 auto;
}

p {
  font-style: normal;
  font-weight: normal;
  font-size: 20px;
  line-height: 29px;
  margin-bottom: 10px;
  color: #000000;
}

header {
  background: #fff;
  margin-bottom: 15px;
}

.content {
  background: #fff;
  padding: 30px 50px;
}

.current-category {
  font-style: normal;
  font-weight: bold;
  font-size: 25px;
  line-height: 29px;
  margin-bottom: 22px;
  color: #f72210;
}

.title {
  font-style: normal;
  font-weight: bold;
  font-size: 40px;
  line-height: 47px;
  color: #000000;
}

.subtitle {
  font-style: normal;
  font-weight: normal;
  font-size: 30px;
  line-height: 35px;
  margin: 11px 0;
  color: #000000;
}

.post-date {
  font-style: normal;
  font-weight: 300;
  font-size: 17px;
  line-height: 31px;
  position: relative;
  padding: 0 7px;
  display: inline-block;
  text-transform: uppercase;
  color: #000000;
}

.post-date::before {
  content: " ";
  height: 14px;
  width: 0;
  border-left: 0.75px solid #000000;
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
}

.post-date::after {
  content: " ";
  height: 14px;
  width: 0;
  border-right: 0.75px solid #000000;
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
}

.categories {
  margin-top: 15px;
}

.categories ul {
  display: flex;
  flex-direction: row;
  align-items: center;
  flex-wrap: wrap;
}

.categories ul li {
  background: #c0c0c0;
  font-style: normal;
  font-weight: bold;
  font-size: 20px;
  line-height: 23px;
  letter-spacing: 0.15em;
  padding: 5px 14px;
  color: #ffffff;
  margin-right: 13px;
  margin-bottom: 5px;
}
.categories ul li a {
  background: #c0c0c0;
  font-style: normal;
  font-weight: bold;
  font-size: 20px;
  line-height: 23px;
  letter-spacing: 0.15em;
  padding: 5px 14px;
  color: #ffffff;
  margin-right: 13px;
  margin-bottom: 5px;
  text-decoration: none;
}
.categories ul li.current {
  background: #f72210;
}

.categories ul li:last-child {
  margin-right: 0;
}

.content .image {
  display: block;
  margin: 40px auto;
  border-top: 5px solid #f72210;
}

.content .image.horizontal {
  width: 100%;
  max-width: 540px;
}

.content .image.vertical {
  width: 100%;
  max-width: 410px;
}

.social {
  display: flex;
  flex-direction: row;
  align-items: center;
  padding: 18px 0;
  border-top: 1px solid #e3e3e3;
  border-bottom: 1px solid #e3e3e3;
  margin-bottom: 30px;
}

.social span {
  font-style: normal;
  font-weight: 600;
  font-size: 20px;
  line-height: 24px;
  margin-right: 40px;
  color: #000000;
}

.social img {
  width: 41px;
  height: 41px;
  margin-right: 40px;
}

h1,
.heading1 {
  font-style: normal;
  font-weight: bold;
  font-size: 38px;
  line-height: 1.2;
  margin: 35px 0;
  padding-left: 30px;
  color: #000000;
  position: relative;
  border-left: 7px solid #f72210;
}

.table-title {
  position: relative;
}

.table-title::before {
  content: "";
  display: block;
  height: 5px;
  width: 100%;
  background: #f2f2f2;
  z-index: 1;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.label {
  display: block;
  width: 100%;
  max-width: 540px;
  margin: 40px auto;
}

.label {
  margin: 35px auto;
}

a {
  cursor: pointer;
  color: #f72210;
  text-decoration: underline;
}

.prod-img {
  display: block;
  width: 40%;
  max-width: 150px;
  margin: 20px auto;
}

.order_block {
  padding: 20px;
  border: 1px dotted #000;
  background: #fff;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-around;
}

.button {
  /* box-shadow: 0 0 0 0 rgb(232 76 61 / 70%); */
  border-radius: 20px;
  /* animation: pulse 1.25s infinite cubic-bezier(0.66, 0, 0, 1); */
  display: block;
  /* background: rgb(222, 116, 116);
  background: -moz-linear-gradient(
    180deg,
    rgba(222, 116, 116, 1) 0%,
    rgba(247, 34, 16, 1) 60%
  );
  background: -webkit-linear-gradient(
    180deg,
    rgba(222, 116, 116, 1) 0%,
    rgba(247, 34, 16, 1) 60%
  );
  background: linear-gradient(
    180deg,
    rgba(222, 116, 116, 1) 0%,
    rgba(247, 34, 16, 1) 60%
  ); */
  /* filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#de7474", endColorstr="#f72210", GradientType=1); */

  text-align: center;
  width: 100%;
  max-width: 500px;
  text-align: center;
  margin: 15px auto;
  color: #fff;
  font-family: sans-serif;
  font-style: normal;
  font-weight: bold;
  /* font-size: 30px; */
  /* line-height: 54px; */
  text-decoration: none;
  border-radius: 10px;
  /* padding: 20px 15px; */
  /* color: #fff; */
}

.button:hover {
  box-shadow: 0 0 0 0 rgb(232 76 61 / 70%);
  animation: pulse 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
}
@media screen and (max-width: 750px) {
  .order_block {
    flex-direction: column;
  }
}

@media screen and (max-width: 600px) {
  header {
    margin-bottom: 0;
  }

  .content {
    padding: 30px 15px;
  }

  .current-category {
    display: none;
  }

  .title {
    font-size: 30px;
    line-height: 35px;
  }

  .subtitle {
    font-size: 20px;
    line-height: 25px;
  }

  .post-date {
    font-weight: 300;
    font-size: 14px;
    line-height: 25px;
  }

  .categories ul li {
    font-size: 12px;
    line-height: 14px;
    margin-right: 5px;
    letter-spacing: 0.15em;
  }
  .categories ul li a {
    font-size: 12px;
    line-height: 14px;
    margin-right: 5px;
    letter-spacing: 0.15em;
  }
  .content .image.horizontal,
  .content .image.vertical {
    max-width: 100%;
  }

  .content .image {
    margin: 35px auto;
    border-top: 4px solid #f72210;
  }

  .social img {
    width: 27px;
    height: 27px;
    margin-right: 15px;
  }

  .social {
    padding: 12px 0;
  }

  .social span {
    font-size: 15px;
    line-height: 18px;
    margin-right: 20px;
  }

  p {
    font-size: 18px;
    line-height: 32px;
    letter-spacing: -0.02em;
  }

  h1 {
    font-size: 24px;
    line-height: 1.2;
    border-left: 4px solid #f72210;
    letter-spacing: -0.02em;
    padding-left: 15px;
    margin: 0;
  }

  .heading1 {
    font-size: 24px;
    border-left: 4px solid #f72210;
    letter-spacing: -0.02em;
    padding-left: 15px;
    margin: 20px 0;
  }

  .table-title::before {
    display: none;
  }

  .label {
    max-width: 100%;
    margin: 25px 0;
  }

  .table-title {
    margin-top: 35px;
  }
}

@media screen and (max-width: 500px) {
  .button {
    font-size: 24px;
    line-height: 30px;
  }
}

@media screen and (max-width: 400px) {
  .button {
    font-size: 24px;
    line-height: 30px;
  }
}

@keyframes pulse {
  to {
    box-shadow: 0 0 0 45px rgba(232, 76, 61, 0);
  }
}

html {
  overflow-x: hidden;
  scroll-behavior: smooth;
}

.comments {
  display: block;
  margin-bottom: 30px;
}

.comment {
  display: block;
  width: 100%;
  padding-bottom: 15px;
  border-bottom: 1px solid #ebebeb;
  min-height: 50px;
  margin-bottom: 15px;
}

/* .comment:last-child {
  border-bottom: none;
} */

.comment.ans {
  padding: 0px;
  padding-left: 35px;
  border-bottom: none;
  margin-bottom: 0px;
  margin-top: 20px;
}

.comment .ava {
  max-width: 50px;
  width: 100%;
  float: left;
  border-radius: 50%;
}

.comment p {
  margin-left: 60px;
  font-size: 14px;
  line-height: 18px;
}

.comment p:last-child {
  margin-bottom: 0;
}

.comment p.comm-date {
  color: #a8abae;
}

.comment .comm-img {
  max-width: 300px;
  width: 100%;
  margin-left: 60px;
  margin-top: 5px;
}

@media screen and (max-width: 500px) {
  .comment .ava {
    margin-right: 10px;
  }

  .comment p,
  .comment .comm-img {
    margin-left: auto;
  }
}

.gnt_n {
  contain: layout size;
  overflow-anchor: none;
  box-sizing: border-box;
  position: sticky;
  z-index: 9999999;
  top: 0;
  min-width: 1000px;
  height: 80px;
  padding: 52px 0 0;
  background: #fff;
  -webkit-user-select: none;
  user-select: none;
}

.gnt_n_fl {
  display: flex;
  max-width: 896px;
  width: calc(100% - 309px);
  height: 52px;
  margin: -52px auto 0;
  padding: 0 4px 0 0;
}

.gnt_n_fl_l {
  overflow: hidden;
  flex-direction: column;
  width: calc(200 / 896 * 100%);
  height: 40px;
  margin: 0 calc(32 / 896 * 100%) 0 0;
  border-top: 5px solid #0098fe;
  color: #303030;
  font: 700 14px/1 "Unify Sans", "Helvetica Neue", "Arial Nova", Helvetica,
    Arial, sans-serif;
  text-decoration: none;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.gnt_n_fl_l:hover {
  color: #000;
}

.gnt_n_fl_l::before {
  content: attr(data-c-lbl);
  display: block;
  color: #626262;
  font-size: 10px;
  line-height: 20px;
}

.gnt_n_fl_l__li {
  margin: 0;
}

.gnt_n_lg {
  display: block;
  width: 100%;
  height: 100%;
  outline-offset: -7px;
}

.gnt_n_lg_w {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 147.14100000000002px;
  height: 52px;
  padding: 0 0 0 calc(50% - 683px);
}

.gnt_n_sb {
  opacity: 0;
  box-sizing: border-box;
  position: absolute;
  z-index: -1;
  height: 100%;
  margin: 0;
  padding: 5px 0 4px;
  border: 0;
  background: #fff;
  color: #303030;
  outline-offset: -7px;
  font: 12px/1 "Unify Sans", "Helvetica Neue", "Arial Nova", Helvetica, Arial,
    sans-serif;
  white-space: nowrap;
  pointer-events: none;
}

.gnt_n_sb:focus {
  opacity: 1;
  z-index: 1;
  min-width: 147px;
  background-clip: content-box;
  touch-action: manipulation;
  cursor: pointer;
  pointer-events: auto;
}

.gnt_n_sb:focus::before {
  content: "Skip to main content";
}

.gnt_n_mn {
  contain: layout size;
  display: flex;
  justify-content: space-between;
  height: 28px;
  padding: 0 calc(50% - 599px);
  background: #303030;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.gnt_n_mn_l {
  overflow: hidden;
  padding: 0 10px;
  color: #fff;
  font: 700 12px/28px "Unify Sans", "Helvetica Neue", "Arial Nova", Helvetica,
    Arial, sans-serif;
  text-decoration: none;
  white-space: nowrap;
}

.gnt_n_mn_l__fi {
  margin: 0 0 0 19px;
}

.gnt_n_mn_ce:hover {
  color: #e0e0e0;
  fill: #e0e0e0;
}

.gnt_n_sm {
  position: absolute;
  top: 0;
  right: 0;
  margin: 0 10px 0 0;
  padding: 0 calc(50% - 683px) 0 0;
}

.gnt_n_sm_a {
  display: flex;
  flex-flow: column;
  justify-content: center;
  width: 140px;
  height: 52px;
  outline-offset: -7px;
  color: #303030;
  font: 700 12px/14px "Helvetica Neue", "Arial Nova", Helvetica, Arial,
    sans-serif;
  text-align: center;
  text-decoration: none;
}

.gnt_n_sm_a::after {
  content: var(--gnt-sm-mm, "$1 for 6 months");
}

.gnt_n_sm_a::before {
  content: var(--gnt-sm-mt, "SUBSCRIBE NOW");
  margin: 0 0 2px;
  color: #1665cf;
  font: 700 16px/18px "Unify Sans", "Helvetica Neue", "Arial Nova", Helvetica,
    Arial, sans-serif;
}

html:not([data-u-s]) [data-u-sr] {
  visibility: hidden;
  display: none;
}

@media (min-width: 1200px) {
  .gnt_n_fl {
    padding: 0;
  }

  .gnt_n_fl_l {
    font-size: 16px;
  }

  .gnt_n_mn_l {
    font-size: 14px;
  }
}

@media (min-width: 1250px) {
  .gnt_n_sm {
    margin: 0 17px 0 0;
  }
}

.mycomment {
  box-sizing: border-box;
  display: flex;
  width: 100%;
  margin-bottom: 20px;
  font-size: 16px;
}

.mycomment-img {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  margin-right: 10px;
}

.mycomment-info {
  width: 100%;
  max-width: 100%;
}

.mycomment-info__inner {
  background-color: #ebedf0;
  border-radius: 18px;
  line-height: 16px;
  margin-top: 0;
  padding: 0.75rem 12px 1rem 12px;
  position: relative;
}

.textbox {
  width: 100%;
  font-size: 16px;
  box-sizing: border-box;
  border: transparent;
  margin-bottom: 10px;
  outline: none;
  border: none;
}

.error {
  position: relative;
  margin-top: -10px;
  color: red;
  font-size: 13px;
  padding-left: 5px;
  display: none;
}

.sendcomment {
  float: right;
  background-color: #e4e6eb;
  text-decoration: none;
  font-size: 14px;
  line-height: 16px;
  font-weight: 600;
  color: #374d60;
  padding: 10px 12px;
  border-radius: 8px;
  cursor: pointer;
}

.header-mob {
  display: none;
}

@media screen and (width < 1000px) {
  header {
    display: none;
  }

  .header-mob {
    display: flex;
    justify-content: space-between;
    width: 100%;
    height: 50px;
    border-bottom: 1px solid black;
  }

  .logo-container {
    height: 50px;
  }

  .burger-container img {
    width: 45px;
    height: 45px;
    margin: 0 20px;
  }
}

.video-container {
  position: relative;
  width: 100%;
  height: auto;
  cursor: pointer;
  background-color: #1c160f;
  overflow: hidden;
}

.video-container video {
  display: block;
  width: 100%;
  height: 100%;
}

.smartplayer-bigplay {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: none;
  border: none;
  cursor: pointer;
  padding: 10px;
}

.smartplayer-bigplay svg {
  width: 100px;
  height: 100px;
  fill: white;
}
.button {
  --bgGradient: linear-gradient(90deg, #c80000 0%, #620000 100%);
  --borderGradient: linear-gradient(90deg, #8b0000 0%, #940000 100%);
  font-weight: 600;
  text-transform: uppercase;
  color: #fff;
  text-decoration: none;
  background-color: #c80000;
  background: var(--bgGradient) padding-box, var(--borderGradient) border-box;
  border: 5px solid transparent;
  border-radius: 15px;
  padding: 15px 20px;
  font-size: 1.8rem;
}
