* {
  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;
}
.article_info {
  display: flex;
  align-items: center;
}
body {
  background-color: #f3f4f5;
  min-height: 100vh;
}

.container {
  width: 95%;
  max-width: 1128px;
  margin: 0 auto;
}
.ttu {
  text-transform: uppercase;
}
.mr10 {
  margin-right: 10px;
}

.header {
}
.breadcrumbs {
  font-size: 15px;
color: #717171;
margin: 0 0 10px 0;
}
.article__date {
display: inline-block;
width: 115px;
position: relative;
padding-left: 25px;
}

.article__social {
  display: inline-block;
 width: calc(100% - 120px);
 text-align: right;
}
.article__info {
  display: flex;
  align-items: center;
}

.social {
font-size: 0;
}

.social__item {
display: inline-block;
}

.social__item:not(:last-of-type) {
margin-right: 5px;
}

.social__link {
position: relative;
display: block;
width: 32px;
height: 32px;
border-radius: 4px;
background-color: #00a8ff;
transition: all .3s ease-out;
}

.social__link--rss {
background-color: #f7d070;
}

.social__link--facebook {
background-color: #7a8abb;
}

.social__link--twitter {
background-color: #8ac8eb;
}

.social__link--pinterest {
background-color: #f1615d;
}

.social__link--youtube {
background-color: #d6595a;
}

.social__link--instagram {
background-color: #8aa6bf;
}

.social__link::after {
content: "";
display: block;
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
width: 18px;
height: 18px;
}
.question {
  display: flex;
  align-items: center;
}
.interf {
  border-radius: 50%;
  width: 80px;
  height: 80px;
  margin: 5px 10px 0 0;

  color: red;
}
.Corresponsal {
  color: red;
  font-weight: bold;
  
}
.product {
  display: flex;
  justify-content: center;
  align-items: center;
}
.product {
  position: relative;
max-width: 280px;
width: 100%;
margin: 35px auto 15px;
}
.product img {
width: 100%;
}
.product .natural_label {
position: absolute;
width: 90px;
right: 7px;
top: -21px;
}

.order-info h2{
  color: red;
 font-size: 24px;
 line-height: 24px;
 text-align: center;
}

.order-info h2 span{
text-decoration: underline;
}

.order-info .left_count {
display: block;
width: 178px;
padding: 23px;
margin: 12px auto;
background: red;
color: #fff;
text-shadow: 0 -1px 0 #000, 0 -1px 0 #000, 0 1px 0 #000, 0 1px 0 #000, -1px 0 0 #000, 1px 0 0 #000, -1px 0 0 #000, 1px 0 0 #000, -1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000, 1px 1px 0 #000, -1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000, 1px 1px 0 #000;
font-size: 32px !important;
border-radius: 5px;
  line-height: 32px;
}

.order-info .prod_left_val {
font-size: 52px;
font-weight: 700;
line-height: 52px;
text-align: center;
}
#region_text {
  text-align: center;
}
.order-info div h4 span {
color: green;

}
.link {
  display: inline-block;
    color: red;
    text-decoration: none;
    animation: 1s pulse infinite alternate ease-in-out;
    font-size: 22px;
    text-align: center;
}
@keyframes pulse {
    0% {
        transform: scale(1.0);
    }

    100% {
        transform: scale(0.95);
    }
}

.social__link--rss::after {
background: url("../img/rss.svg") no-repeat;
background-size: contain;
}

.social__link--facebook::after {
background: url("../img/facebook.svg") no-repeat;
background-size: contain;
}

.social__link--twitter::after {
background: url("../img/twitter.svg") no-repeat;
background-size: contain;
}

.social__link--pinterest::after {
background: url("../img/pinterest.svg") no-repeat;
background-size: contain;
}

.social__link--youtube::after {
background: url("../img/youtube.svg") no-repeat;
background-size: contain;
}

.social__link--instagram::after {
background: url("../img/instagram.svg") no-repeat;
background-size: contain;
}

.article__date::before {
content: "";
 display: block;
 position: absolute;
 top: 50%;
 left: 0;
 transform: translateY(-50%);
 width: 18px;
 height: 18px;
 background: url(../img/clock.png) no-repeat;
 background-size: contain;
}
.social__link:hover {
background-color: #8bc741;
}

@media (max-width: 400px) {
.social__item:not(:last-of-type) {
 margin-right: 3px;
}
.article__social {
 width: calc(100% - 115px);
}
.social__link {
width: 23px;
 height: 23px;
}
.article__date {
 font-size: 15px;
     width: 110px;
}
.question {
  display: block;
  padding-bottom: 30px;
}
.interf {
  float: left;
}
}
.header__top {
  background-color: #fff;
  color: #1b1c1d;
  font-size: 14px;
}

.header__middle {
  background-color: #ff0000;
  color: #fff;
}

.header__bottom {
  background: #333;
  box-shadow: 0px 0px 0px #1b1c1d;
  color: #ffffff;
}

.header__top-logo {
  display: inline-block;
  cursor: pointer;
  width: 29px;
  height: 21px;
  border-bottom: 2px solid #ff0000;
  text-align: center;
  font-weight: 900;
  color: #ff0000;
}

.header__top-logo,
.header__top-nav-list {
  display: inline-block;
  vertical-align: middle;
}

.header__top-nav-list {
  list-style: none;
}

.header__top-nav-item {
  display: inline-block;
  cursor: pointer;
  text-transform: uppercase;
  transition: color ease 0.3s;
}

.header__top-nav-item:hover {
  color: #099;
}

.header__top-nav-item:nth-of-type(n + 1) {
  margin-left: 15px;
}

.header__middle-logo-text {
  font-size: 14px;
  font-weight: 300;
}

.header__middle-inner {
  font-size: 0;
  padding: 2px 0;
}

.header__middle-burger {
  cursor: pointer;
}

.header__middle-logo {
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  margin: 0 10px;
  font-size: 30px;
  font-weight: 600;
  line-height: 1;
}

.header__middle-left,
.header__middle-right {
  display: inline-block;
  font-size: 1rem;
  vertical-align: middle;
}

.header__middle-left {
  text-align: left;
  width: 80%;
}
.header__middle-right {
  text-align: right;
  width: 20%;
}

.header__middle-login {
  padding: 10px 15px;
  font-size: 13px;
  color: #f9fafb;
  border: none;
  box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.5) inset;
  cursor: pointer;
  margin-left: 35px;
  transition: box-shadow ease 0.2s;
}
.header__middle-login:hover {
  box-shadow: 0 0 0 2px #fff inset;
}

.header__middle-search,
.header__middle-login {
  display: inline-block;
  vertical-align: middle;
  cursor: pointer;
}

.header__middle-search {
  opacity: 0.8;
}

.header__middle-search:hover {
  opacity: 1;
}

.header__bottom-nav-item {
  display: inline-block;
  padding: 11px 13px 9px;
  font-size: 14px;
  font-weight: 300;
  cursor: pointer;
  border-width: 0 0 3px;
  border-style: solid;
  border-color: transparent;
  transition: border-color ease 0.3s;
}

.header__bottom-nav-item:hover {
  border-bottom-color: #ff0000;
}

.icon-virus {
  position: relative;
}

.icon-virus::before {
  content: "";
  display: inline-block;
  width: 19px;
  height: 14px;
  background-image: url("../img/virus-pic.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  vertical-align: middle;
  margin-right: 5px;
}

@media all and (max-width: 1023px) {
  .header__bottom {
    display: none;
  }
}

@media all and (max-width: 767px) {
  .header__top,
  .header__middle-logo-text,
  .header__middle-login {
    display: none;
  }
  .header__middle {
    padding: 5px 0;
  }
  .header__middle-right {
    width: 30px;
  }
  .header__middle-left {
    width: calc(100% - 30px);
    display: flex;
    align-items: center;
  }
  .header__middle-search {
    display: none;
  }
  .header__middle-logo {
    font-size: 24px;
  }
  .article_info {
    display: flex;
    align-items: center;
  }

}
@media all and (max-width: 376px) {
  .header__middle-logo {
    font-size: 17px;
  }
  .header__middle-search {
    display: none;
  }
}

.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;
}

.comments__title {
  margin: 28px 0 16px;
  font-size: 28px;
  font-weight: 400;
}

.comments__list {
  list-style: none;
}

.comment {
  display: block;
  padding: 15px 0;
  font-size: 0;
  border-bottom: 1px solid #eee;
}

.comment__ava,
.comment__body {
  display: inline-block;
  vertical-align: top;
  font-size: 0.9rem;
}

.comment__ava {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  overflow: hidden;
  object-fit: cover;
}

.comment__body {
  width: calc(100% - 70px);
  padding: 0 15px;
}

.comment__body > span {
  display: block;
}

.comment__name {
  font-weight: 600;
}

.comment__text {
  margin: 15px 0;
}

.comment__rew-pic {
  display: block;
  width: 100%;
  max-width: 300px;
  margin-bottom: 15px;
}
.button {
  font-weight: bold;
    font-size: 23px;
    text-align: center;
    color: #fff !important;
    background-color: red;
    display: block;
    margin: 25px auto;
    width: 400px;
    max-width: 100%;
    border-radius: 15px;
    text-decoration: none;
    padding: 15px;
    animation: 1s pulse infinite alternate ease-in-out;
}
.button:hover {
    background-color: #c11f1f;
}
.timelimit {
  font-size: 14px;
  margin: 0 0 10px;
}

.timer {
  display: inline-block;
  background: url(../img/timerIcon2.png) no-repeat;
  padding-left: 14px;
  color: red;
  font-weight: 700;
  line-height: 15px;
}
button {
  max-width: 245px;
  width: 100%;
  display: block;
  margin: 20px auto;
  padding: 20px;
  color: #fff;
  font-weight: 700;
  text-decoration: none;
  box-shadow: 0 4px 15px 0 rgba(129, 150, 160, .45);
  border-radius: 5px;
  background: #0299ff;
  transition: all .15s ease-in-out;
  border: none;
  cursor: pointer;
  animation: 1s pulse infinite alternate ease-in-out;
  font-size: 20px;
  text-align: center;
  text-decoration: none;
}



@keyframes pulse {
    0% {
        transform: scale(1.0);
    }

    100% {
        transform: scale(0.95);
    }
}

button:after {
    display: inline-block;
    -webkit-animation: dotty steps(1,end) 1.5s infinite;
            animation: dotty steps(1,end) 1.5s infinite;
    content: '';
    position:absolute;
    margin-left:10px;
    margin-top: 2px;
  }
  
  @-webkit-keyframes dotty {
    0%   { content: ''; }
    25%  { content: '>'; }
    50%  { content: '>>'; }
    75%  { content: '>>>'; }
    100% { content: ''; }
  }
  
  @keyframes dotty {
    0%   { content: ''; }
    25%  { content: '>'; }
    50%  { content: '>>'; }
    75%  { content: '>>>'; }
    100% { content: ''; }
  }

button:hover {
  background: #017acc;
  text-decoration: none;
  color: #fff
}


@media all and (max-width: 767px) {
  .article__info-picture,
  .article__info-text {
    display: block;
    width: 100%;
  }
  .article__info-text {
    padding: 15px 0 0;
  }
  .comment__ava {
    height: 40px;
    width: 40px;
  }
  .comment__body {
    width: calc(100% - 40px);
    padding: 0 0 0 8px;
  }
}

.header__top-nav a {
  text-decoration: none;
  color: #1b1c1d;
}

.header__middle-left a {
  text-decoration: none;
  color: #fff;
}

.header__middle-right a {
  text-decoration: none;
  color: #fff;
}

.discont, .new__price {
  font-weight: bold!important;
}

@media screen and (max-width: 480px) {
  .price__ch {
    display: block!important;
  }
}