* {
  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,
li {
  list-style: none;
}

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;
  line-height: normal;
  font-weight: 500;
  color: #202629;
  min-width: 480px;
  position: relative;
  overflow-x: hidden;
  background: #c3c0c0;
}
body strong {
  font-weight: 600;
}

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

.header {
  border-bottom: 1px solid #f2f2f2;
  padding: 21px 14px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.header_logo img {
  width: 150px;
}
.header_right {
  display: flex;
  align-items: center;
  gap: 0 21px;
}
.header_burger svg {
  width: 15px;
  height: auto;
}
.header_subscribe {
  background: #0069a2;
  border-radius: 2.10989px;
  padding: 4px 7px;
  display: flex;
  align-items: center;
  gap: 0 2px;
}
.header_subscribe span {
  text-transform: uppercase;
  font-size: 8px;
  line-height: 10px;
  font-family: "Work Sans", sans-serif;
  color: #ffffff;
}
.header_subscribe svg {
  width: 9.71px;
}

.blue {
  color: #0069a2;
}

article {
  padding: 10px 30px;
}

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

.title {
  font-size: 24px;
  font-weight: 800;
  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;
}
.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-family: Montserrat;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%; /* 21px */
}

.att_item {
  padding-left: 30px;
  position: relative;
}
.att_item::before {
  content: "";
  position: absolute;
  left: 0;
  top: 3px;
  width: 20px;
  height: 20px;
  background: url(../img/att.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
.att_item strong {
  display: block;
  font-weight: 700;
  margin-bottom: 10px;
}
.red {
  color: #ff4939;
}

.blue_block {
  background: #006cad;
  padding: 10px;
  font-size: 16px;
  color: #fff;
}

.insert {
  background: #ceeaff;
  padding: 40px 30px;
  text-align: center;
}
.insert_logo {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
}
.insert_logo img {
  width: 169px;
}
.insert_text strong {
  font-weight: 700;
}

.grey_block {
  padding: 25px 30px;
  background: #f0f0f0;
}
.list_title {
  display: flex;
  align-items: flex-start;
  gap: 0 10px;
}
.list_title-img {
  flex: none;
  width: 30px;
  height: 30px;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.list_title-img.check.blue {
  background: #0391ce;
}
.list_title-img.check.red {
  background: #b12e32;
}
.list_title-img.check.green {
  background: #2fb400;
}
.list_title-img.cross.red {
  background: #ff262c;
}
.list_title-img img {
  width: 16px;
}
.list_title-text > p:first-child {
  color: #000;
  font-family: Montserrat;
  font-size: 24px;
  font-style: normal;
  font-weight: 800;
  line-height: 140%; /* 33.6px */
  text-transform: uppercase;
  margin-bottom: 10px;
}

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

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

.sert_title {
  color: #000;
  text-align: center;
  font-family: Montserrat;
  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-family: Montserrat;
  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-family: Montserrat;
  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-family: Montserrat;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 130%;
}

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

.sert_timer-body {
  color: #ff1d1d;
  text-align: center;
  font-family: Montserrat;
  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: 322px;
}

.product_sale {
  position: absolute;
  right: -42px;
  top: 33px;
  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: 120px;
  height: 120px;
}
.product_sale span {
  color: #000;
  font-family: Montserrat;
  font-size: 12px;
  font-style: normal;
  font-weight: 800;
  line-height: normal;
  text-transform: uppercase;
}
.product_sale strong {
  color: #000;
  font-family: Montserrat;
  font-size: 26px;
  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);
}

.form {
  display: flex;
  flex-direction: column;
}
.form_title {
  color: #fff;
  text-align: center;
  font-family: Montserrat;
  font-size: 24px;
  font-style: normal;
  font-weight: 800;
  line-height: 140%; /* 33.6px */
  text-transform: uppercase;
}
.form label {
  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-family: Montserrat;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 0.18px;
  margin-bottom: 20px;
}
.form button {
  padding: 22px;
  color: #000;
  text-align: center;
  font-family: Montserrat;
  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;
}

.comments_logo {
  text-align: center;
}
.comments_logo img {
  width: 210px;
}
.comments_title {
  color: #000;
  text-align: center;
  font-family: Montserrat;
  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-family: Montserrat;
  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-family: Montserrat;
  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-family: Montserrat;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 130%;
  text-transform: uppercase;
}

.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-family: Montserrat;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin-bottom: 4px;
}
.comments_item-text {
  color: #141414;
  font-family: Montserrat;
  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-family: Montserrat;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}/*# sourceMappingURL=style.css.map */