@charset "UTF-8";
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 16px;
}

/* Указываем box sizing */
*,
*::before,
*::after {
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}

a {
  text-decoration: none;
  color: inherit;
}

/* Убираем внешние отступы */
body,
h1,
h2,
h3,
h4,
p,
li,
figure,
figcaption,
blockquote,
dl,
dd {
  margin: 0;
}

/* Удаляем стандартную стилизацию для всех ul и il, у которых есть атрибут class*/
ul,
ol {
  list-style: none;
  margin: 0;
  padding: 0;
}

/* Наследуем шрифты для инпутов и кнопок */
input,
textarea,
select,
button {
  color: inherit;
  font: inherit;
  letter-spacing: inherit;
}

/* Упрощаем работу с изображениями и прочей ерундой*/
embed,
iframe,
img,
object,
video,
figure {
  display: block;
  max-width: 100%;
}

[hidden] {
  display: none;
}

.clearfix::after {
  content: "";
  display: block;
  clear: both;
}

.visually-hidden {
  position: absolute;
  z-index: -1;
  width: 0;
  height: 0;
  padding: 0;
  margin: 0;
  border: none;
  overflow: hidden;
}

body {
  min-width: 320px;
  width: 100%;
  min-height: 100vh;
  scroll-behavior: smooth;
  text-rendering: optimizeSpeed;
  line-height: 1.5;
  font-family: "Poppins", sans-serif;
}

.wrapper {
  max-width: 1020px;
  width: 100%;
  margin: 0 auto;
  padding: 0 20px;
}

@media (max-width: 1019px) {
  .wrapper {
    padding: 0 15px;
  }
}

.btn {
  display: block;
  margin: 0 auto;
  font-weight: bold;
  font-size: 28px;
  background: -webkit-gradient(linear, left top, left bottom, from(#D74618), to(#D71818)), #D60E0E;
  background: linear-gradient(180deg, #D74618 0%, #D71818 100%), #D60E0E;
  -webkit-box-shadow: 0px 5px 20px rgba(151, 19, 16, 0.45);
          box-shadow: 0px 5px 20px rgba(151, 19, 16, 0.45);
  border-radius: 10px;
  color: #ffffff;
  padding: 20px 0;
  text-align: center;
  max-width: 580px;
}

@media (max-width: 767px) {
  .btn {
    font-size: 24px;
    line-height: 32px;
    padding: 16px 0;
  }
}

.btn:hover {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

.btn span {
  padding-right: 50px;
  position: relative;
}

@media (max-width: 767px) {
  .btn span {
    padding: 0;
  }
}

.btn span:after {
  position: absolute;
  content: "";
  width: 34px;
  height: 27px;
  background: url("../images/icon__basket.svg")/*tpa=https://sabonguniverse.online/lander/titan-mk/img/icon__basket.svg*/ no-repeat center;
  background-size: cover;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

@media (max-width: 767px) {
  .btn span:after {
    content: none;
  }
}

.lnk {
  font-weight: bolder;
  color: #D60E0E;
}

.lnk:hover {
  text-decoration: underline;
}

.header__row {
  font-size: 0;
  position: relative;
  font-size: 0;
}

.header__row--back {
  overflow: hidden;
}

.header__row--border {
  border-bottom: 1px solid #DCDCDC;
}

.header__logo {
  display: inline-block;
  font-size: 54px;
  line-height: 81px;
  font-weight: bold;
  color: #000000;
  width: 50%;
  padding: 5px 0;
}

.header__logo span {
  color: #D60E0E;
}

@media (max-width: 767px) {
  .header__logo {
    text-align: center;
    width: 100%;
    font-size: 32px;
    line-height: 48px;
  }
}

.header__search {
  display: inline-block;
  vertical-align: top;
  margin-top: 30px;
  width: 50%;
  font-size: 16px;
  position: relative;
  overflow: hidden;
  border-radius: 5px;
  border: 1px solid #DCDCDC;
  background: #ffffff;
}

.header__search .header__search-field {
  margin-left: auto;
  display: block;
  width: 480px;
  height: 37px;
  border: none;
  padding: 0 15px;
  border-radius: 5px;
  background: #ffffff;
}

.header__search .header__search-btn {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  width: 80px;
  z-index: 5;
  border: none;
  background-color: #D60E0E;
  font-size: 0;
  background-image: url("../images/icon__search.svg")/*tpa=https://sabonguniverse.online/lander/titan-mk/img/icon__search.svg*/;
  background-position: center;
  background-repeat: no-repeat;
  cursor: pointer;
}

.header__search .header__search-btn:hover {
  background-color: black;
}

@media (max-width: 767px) {
  .header__search {
    display: none;
  }
}

.header__back-logo {
  font-weight: bold;
  font-size: 210px;
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: -1;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  opacity: 0.1;
}

.header__back-logo span {
  color: #D60E0E;
}

@media (max-width: 767px) {
  .header__back-logo {
    font-size: 85px;
    line-height: 127px;
  }
}

.header__nav {
  font-style: normal;
  font-weight: bold;
  font-size: 18px;
  text-align: justify;
}

@media (max-width: 479px) {
  .header__nav {
    font-size: 14px;
  }
}

@media (max-width: 1019px) {
  .header__nav {
    width: 50%;
    display: inline-block;
    vertical-align: middle;
    vertical-align: top;
  }
}

.header__nav li {
  display: inline-block;
  padding: 0 20px;
}

@media (max-width: 1019px) {
  .header__nav li {
    display: none;
    padding: 0 5px;
  }
}

.header__nav li a {
  padding: 19px 0;
  display: inline-block;
  -webkit-transition: all 0.1s;
  transition: all 0.1s;
}

@media (max-width: 479px) {
  .header__nav li a {
    padding: 10px 0;
  }
}

.header__nav li a:not(.active):hover {
  color: #D60E0E;
  -webkit-box-shadow: 0 -2px 0 0 red inset;
          box-shadow: 0 -2px 0 0 red inset;
}

.header__nav li.current {
  background: #D60E0E;
  color: #ffffff;
}

@media (max-width: 1019px) {
  .header__nav li.current {
    display: inline-block;
  }
}

.header__mobile-btns {
  display: none;
}

@media (max-width: 1019px) {
  .header__mobile-btns {
    display: inline-block;
    width: 50%;
  }
}

@media (max-width: 1019px) {
  .header__mobile-btn {
    width: 65px;
    height: 65px;
    float: right;
  }
}

@media (max-width: 1019px) and (max-width: 479px) {
  .header__mobile-btn {
    width: 44px;
    height: 44px;
  }
}

.header__mobile-btn--search {
  background: url("../images/icon__search--red.svg")/*tpa=https://sabonguniverse.online/lander/titan-mk/img/icon__search--red.svg*/ no-repeat center;
  background-size: 30px 30px;
}

.header__mobile-btn--menu {
  background: url("../images/icon__ham.svg")/*tpa=https://sabonguniverse.online/lander/titan-mk/img/icon__ham.svg*/ no-repeat center;
  background-size: 30px 30px;
}

.header__breadcrumbs {
  font-style: normal;
  font-weight: 300;
  font-size: 16px;
  line-height: 51px;
}

@media (max-width: 479px) {
  .header__breadcrumbs {
    font-size: 14px;
    line-height: 30px;
  }
}

.header__breadcrumbs li {
  display: inline-block;
  position: relative;
}

.header__breadcrumbs li:not(:last-child):after {
  content: "/";
  right: -5px;
  margin-left: 5px;
  margin-right: 5px;
}

.header__breadcrumbs a:hover {
  text-decoration: underline;
}

.promo {
  padding-top: 25px;
  padding-bottom: 15px;
}

@media (max-width: 479px) {
  .promo {
    padding-top: 10px;
  }
}

.promo h1 {
  font-style: normal;
  font-weight: 700;
  font-size: 36px;
  line-height: 54px;
  margin-bottom: 20px;
}

@media (max-width: 767px) {
  .promo h1 {
    font-size: 18px;
    line-height: 29px;
    text-align: justify;
  }
}

.promo img {
  margin: 0 auto;
  margin-bottom: 15px;
  border-radius: 5px;
}

.promo__info {
  font-weight: 300;
  font-size: 14px;
  color: #555555;
  font-style: italic;
  margin-bottom: 15px;
}

@media (max-width: 479px) {
  .promo__info {
    font-size: 12px;
    margin-bottom: 10px;
  }
}

.promo__info .promo__date {
  margin-left: 20px;
  position: relative;
  margin-right: 15px;
}

@media (max-width: 479px) {
  .promo__info .promo__date {
    margin-right: 5px;
  }
}

.promo__info .promo__date:before {
  position: absolute;
  content: "";
  width: 20px;
  height: 20px;
  background: url("../images/icon__clock.svg")/*tpa=https://sabonguniverse.online/lander/titan-mk/img/icon__clock.svg*/ no-repeat center;
  background-size: cover;
  left: -25px;
  top: 50%;
  margin-top: -10px;
}

@media (max-width: 479px) {
  .promo__info .promo__date:before {
    height: 14px;
    width: 14px;
    margin-top: -7px;
    left: -20px;
  }
}

.promo__info .promo__time {
  margin-right: 45px;
}

@media (max-width: 479px) {
  .promo__info .promo__time {
    margin-right: 15px;
  }
}

.promo__info .promo__view-count {
  margin-left: 20px;
  position: relative;
  margin-right: 25px;
}

.promo__info .promo__view-count:before {
  position: absolute;
  content: "";
  width: 20px;
  height: 20px;
  background: url("../images/icon__eye.svg")/*tpa=https://sabonguniverse.online/lander/titan-mk/img/icon__eye.svg*/ no-repeat center;
  background-size: cover;
  left: -25px;
  top: 50%;
  margin-top: -10px;
}

@media (max-width: 479px) {
  .promo__info .promo__view-count:before {
    height: 14px;
    width: 14px;
    margin-top: -7px;
    left: -20px;
  }
}

.promo__info .promo__comments {
  margin-left: 20px;
  position: relative;
  margin-right: 25px;
}

.promo__info .promo__comments:before {
  position: absolute;
  content: "";
  width: 20px;
  height: 20px;
  background: url("../images/icon__comment.svg")/*tpa=https://sabonguniverse.online/lander/titan-mk/img/icon__comment.svg*/ no-repeat center;
  background-size: cover;
  left: -25px;
  top: 50%;
  margin-top: -10px;
}

@media (max-width: 479px) {
  .promo__info .promo__comments:before {
    height: 14px;
    width: 14px;
    margin-top: -7px;
    left: -20px;
  }
}

.social li {
  display: inline-block;
  width: 130px;
  padding-right: 5px;
  position: relative;
  padding-left: 40px;
  cursor: pointer;
  margin-right: 15px;
}

@media (max-width: 479px) {
  .social li {
    width: auto;
    padding-left: 35px;
    padding-right: 5px;
    margin-right: 5px;
  }
}

.social li a {
  display: block;
  font-weight: 500;
  font-size: 14px;
  padding: 10px 0;
  color: #ffffff;
  text-align: center;
}

@media (max-width: 479px) {
  .social li a {
    font-size: 10px;
    padding: 5px 0;
  }
}

.social li:after {
  position: absolute;
  content: "";
  width: 40px;
  left: 0;
  top: 0;
  bottom: 0;
  background-position: center;
  background-repeat: no-repeat;
}

@media (max-width: 479px) {
  .social li:after {
    width: 25px;
  }
}

.social li.social__facebook {
  background: #667EB2;
}

.social li.social__facebook:after {
  background-color: #395185;
  background-image: url("../images/icon__fb.svg")/*tpa=https://sabonguniverse.online/lander/titan-mk/img/icon__fb.svg*/;
  background-size: contain;
}

.social li.social__twitter {
  background: #85C4F4;
}

.social li.social__twitter:after {
  background-image: url("../images/icon__tw.svg")/*tpa=https://sabonguniverse.online/lander/titan-mk/img/icon__tw.svg*/;
  background-color: #ffffff;
}

.social li.social__google {
  background: #F87569;
}

.social li.social__google:after {
  background-color: #DC4E41;
  background-image: url("../images/icon__gp.svg")/*tpa=https://sabonguniverse.online/lander/titan-mk/img/icon__gp.svg*/;
}

.article {
  padding-top: 15px;
}

.article .wrapper {
  max-width: 780px;
}

@media (max-width: 1019px) {
  .article .wrapper {
    max-width: none;
    width: auto;
    margin: 0 -15px;
  }
}

.article h2 {
  font-weight: 700;
  font-size: 36px;
  margin-bottom: 25px;
}

@media (max-width: 479px) {
  .article h2 {
    font-size: 22px;
    margin-bottom: 10px;
  }
}

.article p {
  font-size: 18px;
  line-height: 32px;
  margin-bottom: 15px;
}

@media (max-width: 479px) {
  .article p {
    font-size: 16px;
    line-height: 22px;
  }
}

.article p.article__lid {
  font-style: normal;
  font-weight: bold;
  font-size: 20px;
  padding-left: 40px;
  margin-bottom: 15px;
  border-left: 2px solid #D60E0E;
  margin-bottom: 45px;
}

@media (max-width: 479px) {
  .article p.article__lid {
    font-weight: bold;
    font-size: 16px;
    line-height: 24px;
    padding-left: 10px;
    margin-bottom: 15px;
  }
}

.article figure {
  border: 1px solid #DCDCDC;
  border-radius: 5px;
  margin-bottom: 25px;
}

.article figure img {
  width: 100%;
}

.article figcaption {
  font-style: italic;
  font-weight: 300;
  font-size: 16px;
  line-height: 24px;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 15px;
}

@media (max-width: 479px) {
  .article figcaption {
    line-height: 22px;
    padding: 0;
    padding-left: 15px;
  }
}

.article__question {
  font-size: 18px;
  line-height: 32px;
  background: #E7F3F8;
  border-radius: 5px;
  padding: 10px;
}

@media (max-width: 479px) {
  .article__question {
    font-size: 16px;
    line-height: 24px;
  }
}

.article__question span {
  color: #2E829C;
  font-weight: 700;
}

.result {
  font-size: 0;
}

.result h3 {
  font-weight: bold;
  font-size: 20px;
  line-height: 36px;
  margin-bottom: 15px;
}

@media (max-width: 479px) {
  .result h3 {
    font-size: 16px;
    line-height: 24px;
  }
}

.result figure {
  width: 45%;
  display: inline-block;
  margin-right: 10%;
}

@media (max-width: 767px) {
  .result figure {
    width: 47.5%;
    margin-right: 5%;
  }
}

@media (max-width: 479px) {
  .result figure {
    width: 100%;
    margin-right: 0;
  }
}

.result figure:nth-child(2n + 1) {
  margin-right: 0;
}

.result figcaption {
  font-style: italic;
  font-weight: 300;
  font-size: 16px;
  line-height: 24px;
  padding: 10px 30px;
}

.result figcaption span {
  color: #D60E0E;
}

@media (max-width: 767px) {
  .result figcaption {
    padding: 10px;
  }
}

.result img {
  width: 100%;
}

.prod__img {
  margin: 0 auto;
  margin-bottom: 15px;
}

.comments {
  padding: 15px 0;
}

.comments__info {
  font-weight: bold;
  font-size: 18px;
  line-height: 66px;
  color: #555555;
  position: relative;
}

.comments__info:after {
  position: absolute;
  content: "";
  width: 18px;
  height: 18px;
  background: url("../images/icon__comment.svg")/*tpa=https://sabonguniverse.online/lander/titan-mk/img/icon__comment.svg*/ center no-repeat;
  background-size: cover;
  top: 50%;
  right: -25px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.comment {
  margin-bottom: 15px;
  border: 1px solid #DCDCDC;
  border-radius: 5px;
  padding: 20px;
  position: relative;
  font-size: 0;
}

@media (max-width: 767px) {
  .comment {
    padding: 5px;
  }
}

.comment__img {
  width: 50px;
  border-radius: 5px;
  position: absolute;
  top: 20px;
  left: 20px;
}

@media (max-width: 767px) {
  .comment__img {
    position: static;
    top: auto;
    left: auto;
    display: inline-block;
    float: left;
  }
}

.comment__info p {
  font-weight: bold;
  font-size: 18px;
  margin-left: 70px;
}

@media (max-width: 767px) {
  .comment__info p {
    display: inline-block;
    width: 225px;
    width: calc(100% - 60px);
    font-size: 16px;
    margin-left: 0;
    float: right;
    line-height: 50px;
  }
}

.comment__info p span {
  font-weight: 300;
  font-size: 14px;
  color: #555555;
  margin-left: 5px;
  position: relative;
}

.comment__info p span:before {
  content: "/";
  margin-right: 5px;
}

.comment__txt {
  font-size: 18px;
  line-height: 32px;
  margin-left: 70px;
}

@media (max-width: 767px) {
  .comment__txt {
    font-size: 16px;
    line-height: 24px;
    margin-left: 0;
  }
}

.comment__likes {
  font-weight: 300;
  font-size: 14px;
  color: #555555;
  position: relative;
  margin-left: 70px;
}

@media (max-width: 767px) {
  .comment__likes {
    font-size: 12px;
    margin-left: 0;
  }
}

.comment__likes:after {
  position: absolute;
  content: "";
  right: -20px;
  top: 50%;
  width: 12px;
  height: 12px;
  margin-top: -6px;
  background: url("../images/icon__heart.svg") center no-repeat;
  background-size: cover;
}
/*# sourceMappingURL=style.css.map */


.form_wrap {
  max-width: 400px;
  height: auto;
  margin:  0 auto;
}
.inp {
  display: block;
  width: 100%;
  min-height: 54px;
  border-radius: 4px;
  outline: none;
  background: #ffffff;
  border: 1px #666 solid;
  padding-left: 20px;
  font-size: 20px;
  margin-bottom: 20px;
  box-sizing: border-box;
}
.inp:focus {
  border: 2px solid rgb(75, 75, 199);
}

.product_price {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 20px 0;
}

.newPrice {
  font-size: 30px;
  font-weight: bold;
  color: red;
  margin-top: 20px;
  position: relative;
}

.newPrice::before {
  content: "";
  width: 40px;
  height: 24px;
  background: url(../images/icon-new.png) no-repeat;
  background-size: 100%;
  position: absolute;
  top: -24px;
  right: -40px;
  animation-name: tossing;
-webkit-animation-name: tossing;	

animation-duration: 2.5s;	
-webkit-animation-duration: 2.5s;

animation-iteration-count: infinite;
-webkit-animation-iteration-count: infinite;
}

@keyframes tossing {
0% {
  transform: rotate(-4deg);	
}
50% {
  transform: rotate(4deg);
}
100% {
  transform: rotate(-4deg);	
}						
}

@-webkit-keyframes tossing {
0% {
  -webkit-transform: rotate(-4deg);	
}
50% {
  -webkit-transform: rotate(4deg);
}
100% {
  -webkit-transform: rotate(-4deg);	
}				
}

.form_title {
  text-align: center;
  font-weight: bold;
  margin-bottom: 20px;
}
.clock_title {
  margin: 20px 0;
  font-weight: bold;
}
.timer-number {
  padding: 0;
  margin: 0;
  font-size: 30px;
  color: red;
}

.btn {
  display: block;
  width: 100%;
  margin: 0 auto;
  border: none;
  outline: none;
  padding: 16px;
  font-weight: bold;
  font-size: 24px;
  line-height: 1;
  text-align: center;
  color: #ffffff;
  text-transform: uppercase;
  text-decoration: none;
  background: -webkit-gradient(linear, left top, left bottom, from(#f23131), to(#f81313));
  background: -webkit-linear-gradient(top, #f23131 0%, #fe1515 100%);
  background: -o-linear-gradient(top, #f23131 0%, #fb1919 100%);
  background: linear-gradient(180deg, #f23131 0%, #f81212 100%);
  -webkit-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: 0 5px 25px 0 #f65757;
  box-shadow: 0 5px 25px 0 #f43030;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  cursor: pointer;
}

.oldPrice {
  font-size: 20px;
}

.comment__txt img{
  display: block;
  position: relative;
  width: 100%;
  margin: 10px 0;
}