* {
  box-sizing: border-box;
}

html,
body,
ul,
li,
h1,
h2,
h3,
h4,
h5,
h6,
p {
  margin: 0;
  padding: 0;
}

a {
  text-decoration: none;
  color: #8a96a3;
}

ul {
  padding-left: 20px;
}

img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  vertical-align: middle;
}

svg {
  vertical-align: middle;
}

input,
textarea {
  outline: none;
}

button {
  cursor: pointer;
  outline: none;
  background: transparent;
  border: none;
}

body {
  font-family: "Montserrat", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%; /* 25.2px */
  min-width: 480px;
  position: relative;
  overflow-x: hidden;
  background: #c3c0c0;
}
body strong {
  font-weight: 700;
}

.container {
  max-width: 480px;
  margin: 0 auto;
  background: #fff;
}

.mb1 {
  margin-bottom: 1px;
}

.mb2 {
  margin-bottom: 2px;
}

.mb3 {
  margin-bottom: 3px;
}

.mb4 {
  margin-bottom: 4px;
}

.mb5 {
  margin-bottom: 5px;
}

.mb6 {
  margin-bottom: 6px;
}

.mb7 {
  margin-bottom: 7px;
}

.mb8 {
  margin-bottom: 8px;
}

.mb9 {
  margin-bottom: 9px;
}

.mb10 {
  margin-bottom: 10px;
}

.mb11 {
  margin-bottom: 11px;
}

.mb12 {
  margin-bottom: 12px;
}

.mb13 {
  margin-bottom: 13px;
}

.mb14 {
  margin-bottom: 14px;
}

.mb15 {
  margin-bottom: 15px;
}

.mb16 {
  margin-bottom: 16px;
}

.mb17 {
  margin-bottom: 17px;
}

.mb18 {
  margin-bottom: 18px;
}

.mb19 {
  margin-bottom: 19px;
}

.mb20 {
  margin-bottom: 20px;
}

.mb21 {
  margin-bottom: 21px;
}

.mb22 {
  margin-bottom: 22px;
}

.mb23 {
  margin-bottom: 23px;
}

.mb24 {
  margin-bottom: 24px;
}

.mb25 {
  margin-bottom: 25px;
}

.mb26 {
  margin-bottom: 26px;
}

.mb27 {
  margin-bottom: 27px;
}

.mb28 {
  margin-bottom: 28px;
}

.mb29 {
  margin-bottom: 29px;
}

.mb30 {
  margin-bottom: 30px;
}

.mb31 {
  margin-bottom: 31px;
}

.mb32 {
  margin-bottom: 32px;
}

.mb33 {
  margin-bottom: 33px;
}

.mb34 {
  margin-bottom: 34px;
}

.mb35 {
  margin-bottom: 35px;
}

.mb36 {
  margin-bottom: 36px;
}

.mb37 {
  margin-bottom: 37px;
}

.mb38 {
  margin-bottom: 38px;
}

.mb39 {
  margin-bottom: 39px;
}

.mb40 {
  margin-bottom: 40px;
}

.mb41 {
  margin-bottom: 41px;
}

.mb42 {
  margin-bottom: 42px;
}

.mb43 {
  margin-bottom: 43px;
}

.mb44 {
  margin-bottom: 44px;
}

.mb45 {
  margin-bottom: 45px;
}

.mb46 {
  margin-bottom: 46px;
}

.mb47 {
  margin-bottom: 47px;
}

.mb48 {
  margin-bottom: 48px;
}

.mb49 {
  margin-bottom: 49px;
}

.center {
  text-align: center;
}

.header {
  border-bottom: 1px solid #f2f2f2;
  padding: 21px 14px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.header_logo img {
  width: 170px;
}
.header_right {
  display: flex;
  align-items: center;
  gap: 0 21px;
}
.header_burger {
  display: flex;
  align-items: center;
}
.header_burger svg {
  width: 20px;
  height: auto;
}
.header_subscribe {
  background: #0069a2;
  border-radius: 5px;
  padding: 5px 10px;
  display: flex;
  align-items: center;
  gap: 0 7px;
}
.header_subscribe span {
  text-transform: uppercase;
  font-size: 15px;
  color: #ffffff;
}
.header_subscribe svg {
  width: 20px;
  height: auto;
}

.blue {
  color: #006cad;
}

article {
  padding: 10px 30px;
}

hr {
  color: #d0d0d0;
}

.breadcrumbs {
  font-size: 15px;
  font-weight: 500;
  text-transform: uppercase;
}

.title {
  color: #000;
  font-size: 24px;
  font-weight: 700;
  text-transform: uppercase;
}

.social {
  display: flex;
  align-items: center;
  gap: 0 10px;
}
.social_item {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  background: #3b5996;
  border-radius: 5px;
  overflow: hidden;
}
.social_item img {
  width: auto;
  height: 18px;
}
.social_item:nth-child(2) {
  background: #4299fd;
}
.social_item:nth-child(3) {
  background: #42c12a;
}
.social_item:nth-child(4) {
  background: rgba(67, 193, 42, 0);
}
.social_item:nth-child(4) img {
  height: 40px;
}
.social_item:nth-child(5) {
  background: rgba(67, 193, 42, 0);
}
.social_item:nth-child(5) img {
  height: 40px;
}
.social_item:nth-child(6) {
  background: rgba(67, 193, 42, 0);
}
.social_item:nth-child(6) img {
  height: 40px;
}

.autor {
  display: flex;
  align-items: center;
  gap: 0 8px;
}
.autor_icon {
  flex: none;
}
.autor_icon img {
  width: 39px;
  height: 39px;
  border-radius: 100%;
}
.autor_text {
  color: #000;
  font-size: 15px;
}

.grey_block {
  background: #eee;
  padding: 24px 10px;
}

.small {
  font-size: 16px;
}

.ask {
  display: flex;
  gap: 10px;
}
.ask.center {
  align-items: center;
}
.ask img {
  width: 39px;
  height: 39px;
  flex: none;
  border-radius: 100%;
  overflow: hidden;
}
.ask > div img {
  width: 100%;
  height: auto;
  border-radius: 0;
}

p.big {
  font-size: 20px;
}

.border {
  padding: 20px;
  border: 1px solid #a7a7a7;
}

.comments {
  display: flex;
  flex-direction: column;
  gap: 20px 0;
}
.comments_block {
  margin-bottom: 20px;
  padding: 20px 30px;
  background: #f8f8f8;
}
.comments_item {
  display: flex;
  align-items: flex-start;
  gap: 0 10px;
  margin-bottom: 20px;
}
.comments_item.answer {
  padding-left: 60px;
}
.comments_item-img {
  flex: none;
}
.comments_item-img img {
  width: 50px;
  height: 50px;
}
.comments_item-name {
  color: #141414;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin-bottom: 4px;
}
.comments_item-text {
  color: #141414;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 5px;
}
.comments_item-action img {
  width: 15.008px;
  margin-right: 5px;
}
.comments_item-action span {
  color: #141414;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin-right: 15px;
}
.comments_item-action a {
  color: #a4a4a4;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

.comments_logo {
  text-align: center;
}
.comments_logo img {
  width: 210px;
}
.comments_title {
  color: #000;
  text-align: center;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 140%; /* 25.2px */
}
.comments_new {
  display: flex;
  align-items: flex-start;
  gap: 0 10px;
  padding: 0 30px;
}
.comments_plug {
  width: 50px;
  height: 50px;
  flex: none;
}
.comments_new-body {
  flex: 1;
}
.comments_new-body input {
  border-radius: 4px;
  border: 1px solid #aeaeae;
  background: #fff;
  width: 100%;
  padding: 12px;
  color: #949494;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  margin-bottom: 14px;
}
.comments_new-body a {
  display: block;
  width: 216px;
  background: #126df5;
  padding: 17px;
  color: #fff;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 1.4px;
  text-align: center;
}

.main_link {
  display: block;
  background: #ffdb20;
  padding: 22px;
  color: #000;
  text-align: center;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 130%;
  text-transform: uppercase;
}

.form {
  background: #0391ce;
  color: #fff;
  padding: 47px 30px 74px 30px;
  display: flex;
  flex-direction: column;
}
.form_title {
  color: #fff;
  text-align: center;
  font-size: 24px;
  font-style: normal;
  font-weight: 800;
  line-height: 140%; /* 33.6px */
  text-transform: uppercase;
}
.form label {
  color: #fff;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 0.18px;
  margin-bottom: 11px;
}
.form input {
  border: 1.142px solid #9c9c9c;
  opacity: 0.9;
  background: #fff;
  padding: 22px;
  color: #a7a7a7;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 0.18px;
  margin-bottom: 30px;
}
.form button {
  padding: 22px;
  color: #000;
  text-align: center;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 130%; /* 26px */
  text-transform: uppercase;
  background: #ffdb20;
  box-shadow: 0px 8px 15px 0px rgba(0, 0, 0, 0.3);
}
.form_secure {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0 24px;
}
.form_secure img {
  height: 49px;
}

.sert {
  background: url(../img/form.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 50px 40px;
}

.sert_med {
  margin-bottom: 11px;
  width: 79px;
  height: 79px;
  display: block;
  margin: 0 auto 11px auto;
}

.sert_title {
  color: #000;
  text-align: center;
  font-size: 20px;
  font-style: normal;
  font-weight: 800;
  line-height: 140%; /* 28px */
  text-transform: uppercase;
  margin-bottom: 5px;
}

.sert_number {
  margin-bottom: 19px;
  color: #000;
  text-align: center;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 140%; /* 25.2px */
}

.sert_product {
  margin-bottom: 20px;
  color: #000;
  text-align: center;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 130%; /* 23.4px */
}

.sert_price-old {
  position: relative;
  display: inline;
}
.sert_price-old::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 50%;
  transform: translateY(-50%) rotate(-3deg);
  width: 100%;
  height: 2px;
  background: #ff0a0a;
}

.sert_price-new {
  display: inline;
  color: #ff0a0a;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 130%;
}

.sert_timer-title {
  color: #000;
  text-align: center;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 130%; /* 23.4px */
}

.sert_timer-body {
  color: #ff1d1d;
  text-align: center;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 130%; /* 31.2px */
  margin-bottom: 10px;
}

.product_info {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 10px;
  gap: 0 10px;
}

.product_img {
  flex: none;
  position: relative;
}
.product_img img {
  width: 145px;
}

.product_sale {
  position: absolute;
  left: -20px;
  top: -38px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background: url(../img/star.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  width: 100px;
  height: 100px;
}
.product_sale span {
  color: #000;
  font-size: 14px;
  font-style: normal;
  font-weight: 800;
  line-height: normal;
  text-transform: uppercase;
}
.product_sale strong {
  color: #000;
  font-size: 28px;
  font-style: normal;
  font-weight: 800;
  line-height: normal;
}

.product_price-old {
  margin-bottom: 15px;
}
.product_price-old span {
  display: block;
  color: #000;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
.product_price-old strong {
  display: block;
  color: #000;
  font-size: 40px;
  font-style: normal;
  font-weight: 500;
  line-height: 127%; /* 50.8px */
  text-transform: uppercase;
  position: relative;
}
.product_price-old strong::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 50%;
  transform: translateY(-50%);
  height: 4px;
  background: #f00;
  width: 100%;
  transform: rotate(-4deg);
}

.product_price-new span {
  display: block;
  color: #000;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
.product_price-new strong {
  display: block;
  color: #000;
  font-size: 40px;
  font-style: normal;
  font-weight: 700;
  line-height: 127%; /* 50.8px */
  text-transform: uppercase;
}

.remains_text {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0 11px;
}
.remains_text strong {
  color: #000;
  text-align: center;
  font-size: 24px;
  font-style: normal;
  font-weight: 800;
  line-height: 140%; /* 33.6px */
  text-transform: uppercase;
}

.remains_bumner {
  flex: none;
  padding: 5px;
  background: #ff0000;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  gap: 0 1px;
}
.remains_bumner strong {
  color: #fff;
  text-align: center;
  font-size: 24px;
  font-style: normal;
  font-weight: 800;
  line-height: 33px; /* 33.6px */
  text-transform: uppercase;
}
.remains_bumner span {
  color: #fff;
  font-size: 15px;
  font-style: normal;
  font-weight: 800;
  line-height: 26px; /* 33.6px */
  text-transform: uppercase;
}

.remains_line {
  border-radius: 50px;
  background: hsla(198, 97%, 41%, 0.4);
  height: 15px;
  width: 100%;
  position: relative;
  margin-bottom: 13px;
}
.remains_line::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  border-radius: 50px;
  background: #f00;
  width: 0%;
  height: 100%;
  opacity: 1.4;
}
.remains_line.size-1::before {
  width: calc(1 * 1%);
}
.remains_line.size-2::before {
  width: calc(2 * 1%);
}
.remains_line.size-3::before {
  width: calc(3 * 1%);
}
.remains_line.size-4::before {
  width: calc(4 * 1%);
}
.remains_line.size-5::before {
  width: calc(5 * 1%);
}
.remains_line.size-6::before {
  width: calc(6 * 1%);
}
.remains_line.size-7::before {
  width: calc(7 * 1%);
}
.remains_line.size-8::before {
  width: calc(8 * 1%);
}
.remains_line.size-9::before {
  width: calc(9 * 1%);
}
.remains_line.size-10::before {
  width: calc(10 * 1%);
}
.remains_line.size-11::before {
  width: calc(11 * 1%);
}
.remains_line.size-12::before {
  width: calc(12 * 1%);
}
.remains_line.size-13::before {
  width: calc(13 * 1%);
}
.remains_line.size-14::before {
  width: calc(14 * 1%);
}
.remains_line.size-15::before {
  width: calc(15 * 1%);
}
.remains_line.size-16::before {
  width: calc(16 * 1%);
}
.remains_line.size-17::before {
  width: calc(17 * 1%);
}
.remains_line.size-18::before {
  width: calc(18 * 1%);
}
.remains_line.size-19::before {
  width: calc(19 * 1%);
}
.remains_line.size-20::before {
  width: calc(20 * 1%);
}
.remains_line.size-21::before {
  width: calc(21 * 1%);
}
.remains_line.size-22::before {
  width: calc(22 * 1%);
}
.remains_line.size-23::before {
  width: calc(23 * 1%);
}
.remains_line.size-24::before {
  width: calc(24 * 1%);
}
.remains_line.size-25::before {
  width: calc(25 * 1%);
}
.remains_line.size-26::before {
  width: calc(26 * 1%);
}
.remains_line.size-27::before {
  width: calc(27 * 1%);
}
.remains_line.size-28::before {
  width: calc(28 * 1%);
}
.remains_line.size-29::before {
  width: calc(29 * 1%);
}
.remains_line.size-30::before {
  width: calc(30 * 1%);
}
.remains_line.size-31::before {
  width: calc(31 * 1%);
}
.remains_line.size-32::before {
  width: calc(32 * 1%);
}
.remains_line.size-33::before {
  width: calc(33 * 1%);
}
.remains_line.size-34::before {
  width: calc(34 * 1%);
}
.remains_line.size-35::before {
  width: calc(35 * 1%);
}
.remains_line.size-36::before {
  width: calc(36 * 1%);
}
.remains_line.size-37::before {
  width: calc(37 * 1%);
}
.remains_line.size-38::before {
  width: calc(38 * 1%);
}
.remains_line.size-39::before {
  width: calc(39 * 1%);
}
.remains_line.size-40::before {
  width: calc(40 * 1%);
}
.remains_line.size-41::before {
  width: calc(41 * 1%);
}
.remains_line.size-42::before {
  width: calc(42 * 1%);
}
.remains_line.size-43::before {
  width: calc(43 * 1%);
}
.remains_line.size-44::before {
  width: calc(44 * 1%);
}
.remains_line.size-45::before {
  width: calc(45 * 1%);
}
.remains_line.size-46::before {
  width: calc(46 * 1%);
}
.remains_line.size-47::before {
  width: calc(47 * 1%);
}
.remains_line.size-48::before {
  width: calc(48 * 1%);
}
.remains_line.size-49::before {
  width: calc(49 * 1%);
}
.remains_line.size-50::before {
  width: calc(50 * 1%);
}
.remains_line.size-51::before {
  width: calc(51 * 1%);
}
.remains_line.size-52::before {
  width: calc(52 * 1%);
}
.remains_line.size-53::before {
  width: calc(53 * 1%);
}
.remains_line.size-54::before {
  width: calc(54 * 1%);
}
.remains_line.size-55::before {
  width: calc(55 * 1%);
}
.remains_line.size-56::before {
  width: calc(56 * 1%);
}
.remains_line.size-57::before {
  width: calc(57 * 1%);
}
.remains_line.size-58::before {
  width: calc(58 * 1%);
}
.remains_line.size-59::before {
  width: calc(59 * 1%);
}
.remains_line.size-60::before {
  width: calc(60 * 1%);
}
.remains_line.size-61::before {
  width: calc(61 * 1%);
}
.remains_line.size-62::before {
  width: calc(62 * 1%);
}
.remains_line.size-63::before {
  width: calc(63 * 1%);
}
.remains_line.size-64::before {
  width: calc(64 * 1%);
}
.remains_line.size-65::before {
  width: calc(65 * 1%);
}
.remains_line.size-66::before {
  width: calc(66 * 1%);
}
.remains_line.size-67::before {
  width: calc(67 * 1%);
}
.remains_line.size-68::before {
  width: calc(68 * 1%);
}
.remains_line.size-69::before {
  width: calc(69 * 1%);
}
.remains_line.size-70::before {
  width: calc(70 * 1%);
}
.remains_line.size-71::before {
  width: calc(71 * 1%);
}
.remains_line.size-72::before {
  width: calc(72 * 1%);
}
.remains_line.size-73::before {
  width: calc(73 * 1%);
}
.remains_line.size-74::before {
  width: calc(74 * 1%);
}
.remains_line.size-75::before {
  width: calc(75 * 1%);
}
.remains_line.size-76::before {
  width: calc(76 * 1%);
}
.remains_line.size-77::before {
  width: calc(77 * 1%);
}
.remains_line.size-78::before {
  width: calc(78 * 1%);
}
.remains_line.size-79::before {
  width: calc(79 * 1%);
}
.remains_line.size-80::before {
  width: calc(80 * 1%);
}
.remains_line.size-81::before {
  width: calc(81 * 1%);
}
.remains_line.size-82::before {
  width: calc(82 * 1%);
}
.remains_line.size-83::before {
  width: calc(83 * 1%);
}
.remains_line.size-84::before {
  width: calc(84 * 1%);
}
.remains_line.size-85::before {
  width: calc(85 * 1%);
}
.remains_line.size-86::before {
  width: calc(86 * 1%);
}
.remains_line.size-87::before {
  width: calc(87 * 1%);
}
.remains_line.size-88::before {
  width: calc(88 * 1%);
}
.remains_line.size-89::before {
  width: calc(89 * 1%);
}
.remains_line.size-90::before {
  width: calc(90 * 1%);
}
.remains_line.size-91::before {
  width: calc(91 * 1%);
}
.remains_line.size-92::before {
  width: calc(92 * 1%);
}
.remains_line.size-93::before {
  width: calc(93 * 1%);
}
.remains_line.size-94::before {
  width: calc(94 * 1%);
}
.remains_line.size-95::before {
  width: calc(95 * 1%);
}
.remains_line.size-96::before {
  width: calc(96 * 1%);
}
.remains_line.size-97::before {
  width: calc(97 * 1%);
}
.remains_line.size-98::before {
  width: calc(98 * 1%);
}
.remains_line.size-99::before {
  width: calc(99 * 1%);
}
.remains_body {
  display: flex;
  align-items: center;
  gap: 0 11px;
}
.remains_body strong {
  color: #fff;
  text-align: center;
  font-size: 24px;
  font-style: normal;
  font-weight: 800;
  line-height: 140%; /* 33.6px */
  text-transform: uppercase;
}
.remains_body span {
  width: 71px;
  height: 43px;
  background: #f00;
  display: flex;
  align-items: center;
  justify-content: center;
}
.remains_body span .number {
  color: #fff;
  text-align: center;
  font-size: 24px;
  font-style: normal;
  font-weight: 800;
  line-height: 140%; /* 33.6px */
  text-transform: uppercase;
}
.remains_body span .unit {
  color: #fff;
  font-size: 15px;
  font-style: normal;
  font-weight: 800;
  line-height: 140%;
  text-transform: uppercase;
}/*# sourceMappingURL=style.css.map */