* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  outline: none;
}

html {
  font-family: "Roboto", sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.6;
  color: #3a3939;
}
@media (max-width: 480px) {
  html {
    font-size: 18px;
    line-height: 1.4;
  }
}
body {
  background-color: #f3f4f5;
  min-height: 100vh;
}
a {
  color: red;
}
.container {
  width: 95%;
  max-width: 1128px;
  margin: 0 auto;
}
.ttu {
  text-transform: uppercase;
}
.mr10 {
  margin-right: 10px;
}
.page {
  padding: 12px 0;
}

.page-inner {
  background: #fff;
  -webkit-box-shadow: 0 1px 2px 0 rgba(34, 36, 38, 0.15);
  box-shadow: 0 1px 2px 0 rgba(34, 36, 38, 0.15);
  padding: 16px;
  border-radius: 0.28571429rem;
  border: 1px solid rgba(34, 36, 38, 0.15);
}

.article {
  margin-bottom: 35px;
}

.article__title {
  font-weight: 400;
  line-height: 1.3;
  margin-bottom: 25px;
}

.article__title--tag {
  text-decoration: underline;
}

.article__subtitle {
  font-size: 32px;
  margin: 28px 0 16px;
}

.article__accent {
  font-size: 27px;
  margin: 28px 0 16px;
}

.article p {
  margin: 15px 0;
}

.article__figure {
  width: 100%;
  max-width: 850px;
  margin: 15px auto;
}

.article__figure-pic {
  display: block;
  width: 100%;
}

.article__info-block {
  display: block;
  width: 100%;
  border-width: 1px 0;
  border-color: #eeeeee;
  border-style: solid;
  padding: 15px;
  font-size: 0;
}

.article__info-picture,
.article__info-text {
  display: inline-block;
  vertical-align: top;
  font-size: 1rem;
}

.article__info-picture {
  width: 30%;
}

.article__info-text {
  padding: 0 20px;
  width: 70%;
}
.info-text--small {
  font-weight: 300;
  font-size: 18px;
}

.article__list {
  padding: 0 0 0 35px;
  margin: 16px 0;
}

.fz-smaller {
  font-size: 0.8em;
}

.alignCenter {
  text-align: center;
}
.redText {
  color: #ff0000;
}

.hologram-block {
  text-align: center;
  margin-bottom: 16px;
}

.hologram-pic {
  display: inline-block;
  max-width: 70px;
}

#content ul {
  font-size: 22px;
  line-height: 28px;
  font-weight: 500;
}

#content ul li {
  margin-bottom: 20px;
}

#comments {
  margin-top: 20px;
  font-weight: bold;
}

#comments .pg {
  font-size: 14px !important;
  line-height: 28px !important;
}

#comments h2 {
  color: #000;
  border-bottom: 0px solid;
  border-color: #000;
  text-transform: uppercase;
  padding-bottom: 10px;
  margin-top: 50px;
}

#comments .item {
  text-align: left;
  padding: 10px;
  margin: 10px 0px;
  min-height: 80px;
  border-bottom: 1px dashed #05519d;
}

#comments .item :last-child {
  border-bottom: none;
}

#comments .coment_ava {
  float: left;
  margin-right: 15px;
}

#comments .coment_ava img {
  margin: 0px;
  width: 50px;
  height: 50px;
  border-radius: 5px;
  object-fit: cover;
}
a.button {
  font-size: 120%;
  text-align: center;
  color: #fff !important;
  background-color: red;
  display: table;
  margin: 25px auto;
  width: 400px;
  max-width: 100%;
  border-radius: 15px;
  text-decoration: none;
  padding: 15px;
  line-height: 1.3;
}
#comments .pg {
  font-size: 14px !important;
  line-height: 28px !important;
}

.pg {
  position: relative;
  padding-left: 65px;
  margin-bottom: 33px;
}

#myHeader2 {
  margin-right: auto;
  margin-left: auto;
}

.mob {
  display: none;
}

.desc {
  display: none;
}

@media (min-width: 666px) {
  .desc {
    display: block;
  }
}

@media (max-width: 665px) {
  .mob {
    display: block;
  }
}
#myFooter2 {
  margin-right: auto;
  margin-left: auto;
}

.mobFooter {
  display: none;
}

.descFooter {
  display: none;
}

@media (min-width: 766px) {
  .descFooter {
    display: block;
  }
}

@media (max-width: 765px) {
  .mobFooter {
    display: block;
  }
}
.article_img {
  display: block;
  margin: 0 auto;
  width: 100%;
  max-width: 800px;
  margin-top: 20px;
}
.page-inner > p {
  margin-top: 20px;
}
.page-list {
  margin-left: 50px;
}

.mt10 {
  margin-top: 10px;
}
.mt20 {
  margin-top: 20px;
}
.colon {
  font-weight: 900;
  font-size: 28px;
  line-height: 30.8px;
  color: #fff;
}
.section-1-right {
  flex: 450px;
}
.timer {
  display: flex;
  justify-content: center;
  column-gap: 5px;
  margin: 30px auto 0;
}
.orange-text {
  color: #ed7a00;
}
.send-form {
  display: flex;
  flex-direction: column;
}
.send-form label {
  font-weight: 400;
  font-size: 10px;
  line-height: 100%;
  padding-left: 5px;
  margin-top: 10px;
}
.send-form input {
  margin-top: 5px;
  height: 42px;
  padding: 15px;
  border-radius: 10px;
  border: 1px solid #bcbcbc;
  outline: none;
  font-size: 14px;
}
.form-button {
  background-color: #007e48;
  border: 2px solid #007e48;
  height: 52px;
  border-radius: 10px;
  color: #fff;

  font-weight: 700;
  font-size: 20px;
  line-height: 100%;
  letter-spacing: 0%;
  vertical-align: middle;
  cursor: pointer;
  transition: all 0.3s;
}
.form-button:hover {
  background-color: #fff;
  color: #007e48;
}
.form-block-text2 {
  font-weight: 400;
  font-size: 12px;
  line-height: 100%;
  text-align: center;
}
.delivery-block {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  column-gap: 15px;
  background-color: #ecffdc;
  border-radius: 10px;
  padding: 10px 15px;
  color: #007e48;
}
.time-wrapp {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  border: 1px solid #bcbcbc;
  padding: 5px;
  border-radius: 5px;
  width: 55px;
}
.time-value {
  font-weight: 700;
  font-size: 25px;
  line-height: 27.5px;
  text-align: center;
  color: #ed7a00;
}
.time-item {
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-size: 8px;
  line-height: 13.2px;
  text-align: center;
}
.form-block-text1 {
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-size: 12px;
  line-height: 100%;
  text-align: center;
}
.form-block {
  background-color: #fff;
  padding: 24px;
  border-radius: 20px;
  max-width: 400px;
  width: 100%;
  z-index: 10;
  background: #fffcf4;
  margin-right: auto;
  margin-left: auto;
  border: 1px solid #bcbcbc;
  box-shadow: 2px 2px 6px rgba(0, 41, 23, 0.1), 8px 8px 12px rgba(0, 41, 23, 0.08), 18px 20px 18px rgba(0, 41, 23, 0.05), 32px 36px 22px rgba(0, 41, 23, 0.03),
    50px 55px 25px rgba(0, 41, 23, 0.01);
}
.form-block-header {
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-size: 28px;
  line-height: 100%;
  text-transform: uppercase;
  color: #286eea;
}
.Disponible-text {
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-size: 10px;
  line-height: 100%;
  background-color: #e3fadc;
  color: #427004;
  padding: 3px 10px;
  border-radius: 10px;
  width: fit-content;
}
.stars-wrapp {
  display: flex;
  justify-content: flex-start;
  align-items: center;

  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-size: 10px;
  line-height: 100%;
}
.price-old {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 100%;
  text-align: right;
  text-decoration: line-through;
}
.price-block {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-top: 20px;
}
.price-old {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 16.41px;
  text-decoration: line-through;
  color: #0d4d82;
}
.price-new {
  font-family: "Roboto", sans-serif;
  font-weight: 800;
  font-size: 26px;
  line-height: 35.16px;
  color: #ed2123;
  text-align: right;
}
.bold-text {
  font-weight: 700;
}
@media (max-width: 1150px) {
  .section-1-right {
    margin-top: 30px;
  }
}

@media (max-width: 740px) {
  .price-new {
    font-size: 26px;
  }
}
