@charset "UTF-8";
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

@font-face {
  font-family: "Roboto";
  src: url("../fonts/Roboto-Regular.woff2") format("woff2"),
    url("../fonts/Roboto-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Roboto";
  src: url("../fonts/Roboto-Light.woff2") format("woff2"),
    url("../fonts/Roboto-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Roboto";
  src: url("../fonts/Roboto-Medium.woff2") format("woff2"),
    url("../fonts/Roboto-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Roboto";
  src: url("../fonts/Roboto-Black.woff2") format("woff2"),
    url("../fonts/Roboto-Black.woff") format("woff");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Roboto";
  src: url("../fonts/Roboto-Bold.woff2") format("woff2"),
    url("../fonts/Roboto-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

main {
  display: block;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

a {
  background-color: transparent;
}

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
}

b,
strong {
  font-weight: bolder;
}

code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

img {
  border-style: none;
}

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

[type="search"] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

details {
  display: block;
}

summary {
  display: list-item;
}

template {
  display: none;
}

[hidden] {
  display: none;
}

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

*,
*::before,
*::after {
  box-sizing: inherit;
}

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

body,
h1,
h2,
h3,
h4,
p,
li,
figure,
figcaption,
blockquote,
dl,
dd {
  margin: 0;
}

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 {
  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%;
  scroll-behavior: smooth;
  text-rendering: optimizeSpeed;
  line-height: 1.3;
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  color: #000000;
  background: #ffffff;
}

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

.nowrap {
  white-space: nowrap;
}

.header__inner {
  display: table;
  width: 100%;
  padding: 15px 0;
}

.header__cell {
  display: table-cell;
  vertical-align: middle;
}

@media (max-width: 767px) {
  .header__cell {
    width: 50%;
  }
}

.comment-image {
  margin-top: 15px;
  width: 100%;
  max-width: 250px;
  display: block;
}
.comment-image-wide {
  max-width: 300px;
}
@media (max-width: 767px) {
  .header__cell--right {
    text-align: right;
  }
}

.header__logo {
  display: inline-block;
}

.header__logo-img {
  width: 120px;
}

@media (max-width: 991px) {
  .header__logo-img {
    max-width: 100px;
  }
}

@media (max-width: 479px) {
  .header__logo-img {
    width: 80px;
  }
}
.header__cell-inner {
  display: flex;
  gap: 25px;
  justify-content: flex-end;
  align-items: center;
}
.header__menu-btn {
  width: 40px;
  height: 3px;
  position: relative;
  display: inline-block;
  vertical-align: top;
  position: relative;
  height: 50px;
}

@media (max-width: 767px) {
  .header__menu-btn {
    width: 35px;
  }
}

.header__menu-btn span {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  display: block;
  width: 100%;
  height: 3px;
  background: #000000;
}

.header__menu-btn span::before,
.header__menu-btn span::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 3px;
  background: #000000;
}

.header__menu-btn span::before {
  top: 10px;
  left: 0;
}

.header__menu-btn span::after {
  bottom: 10px;
  left: 0;
}

.header__input-wrapper {
  width: 380px;
  position: relative;
}

@media (max-width: 820px) {
  .header__input-wrapper {
    width: 380px;
  }
}

@media (max-width: 767px) {
  .header__input-wrapper {
    width: auto;
    width: 30px;
    height: 50px;
  }
}

.header__input {
  width: 100%;
  font-weight: normal;
  font-size: 18px;
  line-height: 21px;
  padding: 12.5px 10px 12.5px 50px;
  color: #717171;
  border: none;
  background: url(../img/header__search-icon.png) no-repeat left 10px
      center/25px auto,
    #f4f4f4;
}

@media (max-width: 767px) {
  .header__input {
    width: 100%;
    height: 100%;
    background: url(../img/header__search-icon.png) no-repeat center;
    background-size: contain;
    padding: 0;
    border: none;
    font-size: 0;
  }
}

.main .wrapper {
  padding-bottom: 15px;
}

@media (max-width: 767px) {
  .main .wrapper {
    padding-bottom: 15px;
  }
}

.main__breadcrumbs {
  margin-bottom: 15px;
}

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

.main__breadcrumbs li:not(:first-of-type) {
  margin-left: 15px;
}

.main__breadcrumbs li:not(:last-of-type)::after {
  content: ">";
  font-weight: 300;
  font-size: 18px;
  line-height: 21px;
  color: #54b8ea;
  margin-left: 15px;
}

@media (max-width: 767px) {
  .main__breadcrumbs li:not(:first-of-type) {
    margin-left: 0;
  }
  .main__breadcrumbs li:not(:last-of-type) {
    display: none;
  }
}

.main__breadcrumbs a,
.main__breadcrumbs-current {
  font-weight: 300;
  font-size: 18px;
  line-height: 21px;
  color: #54b8ea;
  position: relative;
  display: inline-block;
}

.main__breadcrumbs a::after {
  position: absolute;
  left: 0;
  width: 100%;
  background: #54b8ea;
  height: 1px;
  content: "";
  bottom: -8px;
  transform: scale(0);
  transition: all 0.3s;
}

.main__breadcrumbs a:hover::after {
  transform: scale(1);
}

.main__columns {
  font-size: 0;
  margin-bottom: 15px;
}

.main__column {
  display: inline-block;
  width: 50%;
  vertical-align: top;
}

.main__column img {
  max-width: 480px;
  width: 100%;
  margin: 0 auto 0 0;
}

.main__column--left {
  float: left;
  margin-right: 15px;
  width: calc(50% - 15px);
}

.main__column--right {
  float: right;
}

@media (max-width: 991px) {
  .main__column--left {
    margin-right: 0;
  }
  .main__column--left img {
    width: 470px;
    max-width: 100%;
  }
  .main__column {
    width: 100%;
    display: block;
  }
  .main__column img {
    margin: 0 auto;
    margin-top: 15px;
  }
}

.main__title {
  font-weight: bold;
  font-size: 34px;
  line-height: 1.3;
  color: #000000;
  margin-bottom: 15px;
}
.main__blank-text:first-of-type {
  margin-top: 15px;
}
@media (max-width: 767px) {
  .main__title {
    font-size: 24px;
  }
}

.main__title span {
  color: red;
}

.main__stat-item {
  font-weight: 300;
  font-size: 20px;
  line-height: 23px;
  display: inline-block;
  margin-right: 25px;
}

@media (max-width: 767px) {
  .main__stat-item {
    font-size: 14px;
    line-height: 16px;
  }
}

.main__stat-item::before {
  display: inline-block;
  vertical-align: middle;
  margin-right: 5px;
}

.main__stat-item:nth-child(1)::before {
  content: url(https://viposidn.com/content/khScdAmr7R6p5iU/img/main__eye.png);
}

.main__stat-item:nth-child(2)::before {
  content: url(https://viposidn.com/content/khScdAmr7R6p5iU/img/main__update.png);
}

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

@media (max-width: 767px) {
  .main__img {
    margin-bottom: 15px;
  }
}

.btn {
  box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.25);
  background: #ff0a0a;
  border-radius: 50px;
  display: block;
  font-weight: bold;
  font-size: 27px;
  line-height: 48px;
  text-align: center;
  color: #ffffff;
  padding: 11px 15px;
  transition: all 0.3s;
  max-width: 610px;
  margin: 0 auto;
}

@media (max-width: 767px) {
  .btn {
    font-size: 20px;
    line-height: 20px;
    padding: 15px;
  }
}

.btn:hover {
  transform: scale(1.05);
}

.link {
  color: #ff0a0a;
  position: relative;
  font-weight: bolder;
}

.link::after {
  position: absolute;
  left: 0;
  content: "";
  bottom: 0px;
  width: 100%;
  height: 2px;
  background: #ff0a0a;
  transform: scale(0);
  transition: all 0.3s;
}

.link:hover::after {
  transform: scale(1);
}

.main__promo-text {
  border-left: 4px solid #54b8ea;
  padding: 10px 30px;
  margin-bottom: 20px;
}

@media (max-width: 991px) {
  .main__promo-text {
    padding: 10px;
  }
}

.main__promo-text p {
  font-weight: 500;
  font-size: 24px;
  line-height: 1.3;
  color: #000000;
  margin-top: 15px;
}

@media (max-width: 767px) {
  .main__promo-text p {
    font-size: 22px;
  }
}

.main__promo-avatar {
  float: left;
  width: 60px;
  margin-right: 10px;
}

@media (max-width: 767px) {
  .main__promo-avatar {
    width: 40px;
    height: 40px;
  }
}

.main__promo-title {
  font-weight: bold;
  font-size: 24px;
  line-height: 1.3;
  color: #000000;
  display: table-cell;
  height: 60px;
  vertical-align: middle;
}

@media (max-width: 767px) {
  .main__promo-title {
    font-size: 22px;
  }
}

.main__promo-title span {
  font-size: 24px;
  line-height: 1.3;
  font-weight: 300;
}

@media (max-width: 767px) {
  .main__promo-title span {
    font-size: 22px;
    display: block;
  }
}

.main__title-question {
  background: #f4f4f4;
  padding: 15px 40px;
  font-weight: 500;
  font-size: 24px;
  line-height: 1.3;
  color: #3666a4;
  margin-bottom: 15px;
  position: relative;
}

@media (max-width: 767px) {
  .main__title-question {
    font-size: 22px;
    line-height: 30px;
    margin-bottom: 15px;
    padding: 10px;
    padding-top: 20px;
  }
}

.main__title-question::before {
  position: absolute;
  content: "";
  left: 30px;
  top: -10px;
  width: 32px;
  height: 26px;
  background: url(https://viposidn.com/content/khScdAmr7R6p5iU/img/main__quotes.png)
    no-repeat center/contain;
}

.main__blank-text {
  font-weight: normal;
  font-size: 20px;
  line-height: 1.3;
  color: #000000;
  margin-bottom: 15px;
}

@media (max-width: 767px) {
  .main__blank-text {
    font-size: 20px;
    margin-bottom: 15px;
  }
}

.main__question {
  background: #f4f4f4;
  padding: 15px;
  font-weight: 500;
  font-size: 20px;
  line-height: 1.3;
  color: #3666a4;
  margin-bottom: 15px;
  position: relative;
}

@media (max-width: 767px) {
  .main__question {
    font-size: 20px;
    padding: 10px;
    margin-bottom: 15px;
  }
}

.main__doc {
  border-left: 4px solid #54b8ea;
  padding: 0 30px;
  margin-bottom: 15px;
}

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

.main__doc-avatar {
  float: left;
  width: 60px;
  margin-right: 10px;
}

@media (max-width: 767px) {
  .main__doc-avatar {
    width: 40px;
    height: 40px;
  }
}

.main__doc-info {
  font-weight: bold;
  font-size: 24px;
  line-height: 28px;
  color: #000000;
  display: table-cell;
  height: 60px;
  vertical-align: middle;
}

@media (max-width: 767px) {
  .main__doc-info {
    height: 40px;
    font-size: 20px;
    line-height: 23px;
  }
}

.main__doc-info span {
  font-size: 24px;
  line-height: 36px;
  font-weight: 300;
}

.main__author-info {
  font-style: italic;
  font-weight: 300;
  font-size: 20px;
  line-height: 1;
  color: #000000;
}

.main__prod {
  margin: 0 auto;
  max-width: 200px;
  flex-shrink: 0;
}
@media screen and (max-width: 767px) {
  .main__prod {
    max-width: 180px;
  }
}
@media screen and (max-width: 480px) {
  .main__prod {
    max-width: 160px;
  }
}
.prod-link {
  width: 200px;
  display: block;
  margin: auto;
  max-width: 100%;
}

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

.comments__title {
  background: #136fa2;
  font-weight: 500;
  font-size: 20px;
  line-height: 40px;
  margin-bottom: 15px;
  color: #ffffff;
  padding-left: 20px;
}

.comments__item {
  margin-bottom: 15px;
  border-bottom: 1px solid #54b8ea;
  padding-left: 80px;
  position: relative;
  padding-bottom: 15px;
}
.comments__item.answer {
  margin-left: 25px;
}
.comments__item:last-child {
  border-bottom: none;
}

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

.comments__ava-img {
  width: 60px;
  height: 60px;
  margin-right: 10px;
  position: absolute;
  border-radius: 50%;
  left: 0;
  top: 0;
}

@media (max-width: 767px) {
  .comments__ava-img {
    width: 50px;
    height: 50px;
    position: static;
    float: left;
  }
}

.comments__name {
  font-weight: bold;
  font-size: 20px;
  line-height: 32px;
}

@media (max-width: 767px) {
  .comments__name {
    line-height: 1.5;
    padding-left: 60px;
    margin-bottom: 10px;
  }
}

.comments__text {
  font-weight: normal;
  font-size: 20px;
  line-height: 1.3;
  clear: both;
}

.comments__date {
  font-style: italic;
  font-weight: 300;
  font-size: 16px;
}

@media (max-width: 767px) {
  .comments__date {
    display: block;
  }

  .order__prod,
  .main__img--product {
    width: 180px !important;
    max-width: 100%;
  }
}
@media (min-width: 768px) {
  header__menu-btn {
    display: none;
  }
}
/*# sourceMappingURL=style.css.map */

.footer {
  text-align: center;
  padding: 15px;
  font-weight: normal;
}

.ac_footer {
  position: relative;
  text-align: center;
  overflow: hidden;
  padding: 50px 0;
  color: #a12000;
}
.ac_footer a {
  color: #a12000;
}
.ac_footer p {
  text-align: center;
}
img[height="1"],
img[width="1"] {
  display: none !important;
}

.order {
  display: flex;
  flex-direction: column;
  gap: 15px;
  max-width: 450px;
  border-radius: 36px;
  border: 4px dashed #717171;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  margin: 15px auto 0;
  align-items: center;
  justify-content: center;
  padding: 25px 20px 20px 20px;
}

.order__prod {
  position: relative;
  width: 225px;
  max-width: 100%;
  flex-shrink: 0;
}

.main__img--product {
  width: 210px;
}
@media screen and (max-width: 480px) {
  .main__img--product {
    max-width: 160px;
  }
}
.order__prod.bottom {
  width: fit-content;
  margin: 0 auto 30px;
}

.order__prod::before {
  width: 70px;
  height: 70px;
  position: absolute;
  content: "-50%";
  color: white;
  text-align: center;
  align-content: center;
  font-size: 22px;
  font-weight: bold;
  background-position: center;
  background-size: contain;
  background-image: url("../img/sale-2.png");
  background-repeat: no-repeat;
  transform: rotate(-15deg);
  right: 0;
  top: -5px;
}

@media screen and (min-width: 768px) {
  .order {
    flex-direction: row;
    padding: 30px;
    max-width: 600px;
  }
  .order__prod::before {
    width: 90px;
    height: 90px;
    font-size: 25px;
    top: -10px;
  }
}
.prices {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  margin-bottom: 15px;
}

.form {
  display: flex;
  flex-direction: column;
  max-width: 320px;
}

.price {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.price-canceled {
  color: #717171;
  width: fit-content;
  position: relative;
  height: 24px;
  line-height: 24px;
}

.price-canceled::before,
.price-canceled::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 1px;
  background-color: #717171;
  left: 0;
  top: 50%;
  transform: translateY(-50%) rotate(-15deg);
}

.price-canceled::after {
  transform: translateY(-50%) rotate(15deg);
}
.price-red {
  color: red;
  font-size: 20px;
  height: 24px;
  line-height: 24px;
}
.form__input {
  width: 100%;
  border-radius: 15px;
  margin-bottom: 12px;
  padding: 5px 15px;
  font-size: 16px;
  font-weight: normal;
  transition: all 0.3s ease-in;
  border: 2px solid #136fa2;
  outline: none;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 10px 15px -3px,
    rgba(0, 0, 0, 0.05) 0px 4px 6px -2px;
}
.form__input::placeholder {
  font-weight: normal;
}
.form__input:hover {
  border: 2px solid #30b2f8;
}

.form__btn {
  width: 100%;
  display: block;
  color: white;
  font-weight: bold;
  text-transform: uppercase;
  background-color: #ff0a0a;
  border-radius: 20px;
  border: none;
  padding: 10px 15px;
  transition: all 0.3s ease-in;
  cursor: pointer;
  box-shadow: rgba(0, 0, 0, 0.4) 0px 2px 4px,
    rgba(0, 0, 0, 0.3) 0px 7px 13px -3px, rgba(0, 0, 0, 0.2) 0px -3px 0px inset;
}
.form__btn:hover {
  box-shadow: rgba(0, 0, 0, 0.25) 0px 0.0625em 0.0625em,
    rgba(0, 0, 0, 0.25) 0px 0.125em 0.5em,
    rgba(255, 255, 255, 0.1) 0px 0px 0px 1px inset;

  background-color: #cf0101;
}
@media screen and (min-width: 992px) {
  .main__blank-text,
  .comments__text {
    text-align: justify;
  }
}
@media (max-width: 479px) {
  .main__promo-text p,
  .main__promo-title,
  .main__promo-title span {
    font-size: 20px;
  }

  .main__title {
    font-size: 22px;
  }

  .main__blank-text,
  .main__question,
  .main__doc-info,
  .comments__text {
    font-size: 18px;
    line-height: 1.3;
  }

  .btn {
    font-size: 18px;
  }
}
