/*! normalize.css v2.1.3 | MIT License | git.io/normalize */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
video {
  display: inline-block;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden],
template {
  display: none;
}
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
body {
  margin: 0;
}
a {
  background: transparent;
}
a:focus {
  outline: thin dotted;
}
a:active,
a:hover {
  outline: 0;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
abbr[title] {
  border-bottom: 1px dotted;
}
b,
strong {
  font-weight: 700;
}
dfn {
  font-style: italic;
}
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}
mark {
  background: #ff0;
  color: #000;
}
code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  font-size: 1em;
}
pre {
  white-space: pre-wrap;
}
q {
  quotes: "\201C""\201D""\2018""\2019";
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
img {
  border: 0;
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin: 0;
}
fieldset {
  border: 1px solid silver;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
legend {
  border: 0;
  padding: 0;
}
button,
input,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  margin: 0;
}
button,
input {
  line-height: normal;
}
button,
select {
  text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
button[disabled],
html input[disabled] {
  cursor: default;
}
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}
input[type="search"] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
textarea {
  overflow: auto;
  vertical-align: top;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
.comment__reply span:before,
.header__login:before,
.header__search:before,
.price__old span:before,
.timer:before {
  content: "";
  position: absolute;
}
@font-face {
  font-family: "Noto Serif";
  font-style: normal;
  font-weight: 400;
  src: url("noto-serif-v21-latin-ext_latin-regular.eot");
  src: local(""),
    url("noto-serif-v21-latin-ext_latin-regular.eot@")
      format("embedded-opentype"),
    url("noto-serif-v21-latin-ext_latin-regular.woff2") format("woff2"),
    url("noto-serif-v21-latin-ext_latin-regular.woff") format("woff"),
    url("noto-serif-v21-latin-ext_latin-regular.ttf") format("truetype"),
    url("noto-serif-v21-latin-ext_latin-regular.svg")
      format("svg");
}
@font-face {
  font-family: "Noto Serif";
  font-style: normal;
  font-weight: 700;
  src: url("noto-serif-v21-latin-ext_latin-700.eot");
  src: local(""),
    url("noto-serif-v21-latin-ext_latin-700.eot@")
      format("embedded-opentype"),
    url("noto-serif-v21-latin-ext_latin-700.woff2") format("woff2"),
    url("noto-serif-v21-latin-ext_latin-700.woff") format("woff"),
    url("noto-serif-v21-latin-ext_latin-700.ttf") format("truetype"),
    url("noto-serif-v21-latin-ext_latin-700.svg") format("svg");
}
*,
:after,
:before {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
html {
  font-size: 625%;
}
body {
  font-family: "Noto Serif", serif;
  font-size: 17px;
  font-weight: 400;
  line-height: 1.53;
  color: #222;
  background-color: #fff;
}
img,
video {
  max-width: 100%;
}
h1,
h2,
h3,
h4,
h5,
h6,
p {
  margin: 0;
}
ul {
  list-style-type: none;
}
fieldset,
ul {
  margin: 0;
  padding: 0;
}
fieldset {
  border: none;
}
picture,
picture img {
  display: block;
}
.mk-wrapper {
  max-width: 1200px;
  margin: 0 auto;
  overflow: hidden;
}
.icon {
  display: inline;
  display: inline-block;
}
.mk-button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  outline: none !important;
  font-family: Lato, sans-serif;
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    from(#274f8c),
    color-stop(98.4%, #5695f0)
  );
  background: linear-gradient(90deg, #274f8c, #5695f0 98.4%);
  display: block;
  width: 100%;
  max-width: 4.2rem;
  text-align: center;
  padding: 24px 68px;
  color: #fff;
  font-size: 22px;
  font-weight: 800;
  line-height: 1;
  text-decoration: none;
  cursor: pointer;
  overflow: hidden;
  position: relative;
  border-radius: 8px;
}
.header-mob {
  display: none;
}
.header__top {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-right: 30px;
}
.header__burger,
.header__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.header__burger {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  padding: 30px;
  margin-right: 23px;
  border-right: 1px solid #d8d8d8;
}
.header__burger a {
  display: block;
  height: 32px;
}
.header__nav {
  margin-left: 64px;
}
.header__nav ul li {
  display: inline-block;
  margin-left: 24px;
}
.header__nav ul li a {
  font-size: 13px;
  line-height: 1.23;
  color: #333;
  text-decoration: none;
}
.header__nav ul li a:focus,
.header__nav ul li a:hover {
  text-decoration: underline;
}
.header__login {
  font-size: 13px;
  line-height: 1.23;
  color: #666;
  text-decoration: none;
  padding-left: 23px;
  margin-left: auto;
  position: relative;
  z-index: 1;
}
.header__login:before {
  left: 0;
  top: 50%;
  background: url("icon-user.svg") 50% 50% / contain no-repeat;
  width: 16px;
  height: 16px;
  white-space: nowrap;
  overflow: hidden;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.header__bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 10px 30px;
  border-top: 1px solid #d8d8d8;
  border-bottom: 1px solid #d8d8d8;
}
.header__search {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  font-family: Lato, sans-serif;
  font-size: 11px;
  line-height: 1.45;
  color: #999;
  padding-left: 48px;
  margin-right: auto;
  text-decoration: none;
  position: relative;
  z-index: 1;
}
.header__search:before {
  left: 0;
  top: 50%;
  background: url("icon-search.svg") 50% 50% / contain no-repeat;
  width: 32px;
  height: 32px;
  white-space: nowrap;
  overflow: hidden;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.header-mob__actions,
.header__actions {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.header-mob__actions a,
.header__actions a {
  padding: 10px 50px 10px 20px;
  margin-left: 35px;
  border-radius: 2px;
  text-decoration: none;
  background: transparent calc(100% - 10px) 50% / auto no-repeat;
  background-image: url("icon-plus.png");
}
.header-mob__actions a:first-child,
.header__actions a:first-child {
  background-color: #006cad;
}
.header-mob__actions a:last-child,
.header__actions a:last-child {
  background-color: #000;
}
.header-mob__actions a span,
.header__actions a span {
  font-size: 16px;
  line-height: 1.19;
  color: #fff;
}
.content__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.main {
  padding: 20px 20px 0;
  max-width: 750px;
}
.main--top {
  padding: 20px 30px 0;
}
.main--bottom {
  background: #f9fcff;
  border-top: 1px solid #e5e6e9;
}
.main__data {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 16px;
}
.main__data p {
  font-size: 14px;
  line-height: 1.36;
  color: #000;
  margin-right: 25px;
}
.main__data p a {
  color: #3686e0;
  text-decoration: none;
}
.main__title {
  font-size: 33px;
  font-weight: 700;
  line-height: 1.36;
  color: #000;
  margin-bottom: 20px;
}
.main__bg {
  padding: 20px 25px;
  border-radius: 8px;
  margin-bottom: 20px;
}
.main__bg--simple {
  background: #f1f3f5;
}
.main__bg--border {
  font-family: Lato, sans-serif;
  text-transform: uppercase;
  border: 4px solid #707372;
}
.main__bg p {
  line-height: 1.35;
}
.main__bg p a {
  color: #0c70bf;
  text-decoration: none;
}
.main__image {
  margin-bottom: 20px;
}
.main__image img {
  vertical-align: middle;
}
.main__image figcaption {
  font-size: 14px;
  line-height: 1.29;
  text-align: center;
  color: #000;
  margin-top: 10px;
}
.main__text {
  padding-bottom: 10px;
}
.main__text p {
  margin-bottom: 20px;
}
.main__text p .reply {
  color: #28508d;
}
.main__text p a {
  font-weight: 700;
  color: #0c70bf;
  text-decoration: none;
}
.main__text p a:focus,
.main__text p a:hover {
  text-decoration: underline;
}
.main__subtitle {
  font-size: 24px;
  font-weight: 400;
  line-height: 1.38;
  margin-bottom: 20px;
}
.main__grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 40px;
}
.main__grid li {
  width: calc(50% - 5px);
  margin-bottom: 10px;
  position: relative;
  z-index: 1;
}
.main__grid li img {
  vertical-align: middle;
}
.main__grid li div {
  width: 45%;
  padding: 10px 0;
  background: #050c24;
  position: absolute;
  left: 50%;
  top: 0;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
.main__grid li div p {
  font-size: 16px;
  line-height: 1.62;
  text-align: center;
  color: #fff;
}
.main__docblock {
  margin-bottom: 40px;
}
.main__magazines {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background: #f1f3f5;
  border-radius: 8px;
  padding: 25px 0;
  margin-bottom: 30px;
}
.main__magazines img {
  margin: 0 28px;
}
.main__product {
  margin-bottom: 30px;
}
.main__button {
  max-width: 340px;
  margin: 64px auto;
}
.docblock {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  background: #dbedff;
  border: 1px solid #000;
  border-radius: 8px;
  padding: 30px 15px;
}
.docblock__ava {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  border-radius: 8px;
  overflow: hidden;
}
.docblock__content {
  padding-left: 20px;
}
.docblock__name {
  color: #333;
  margin-bottom: 6px;
}
.docblock__text {
  line-height: 1.47;
  margin-bottom: 16px;
}
.docblock__text,
.product {
  font-family: Lato, sans-serif;
}
.product {
  border: 4px solid #154f90;
  border-radius: 8px;
  padding: 30px;
}
.product__title {
  font-size: 24px;
  line-height: 1.08;
  margin-bottom: 12px;
}
.product__subtitle,
.product__title {
  font-weight: 700;
  text-align: center;
  color: #000;
}
.product__subtitle {
  font-size: 20px;
  line-height: 1.3;
  position: relative;
  z-index: 2;
}
.product__subtitle a {
  color: #0c70bf;
  text-decoration: none;
}
.product__subtitle span {
  color: red;
}
.product__image {
  display: block;
  margin: -20px auto;
  position: relative;
  z-index: 1;
}
.product__stock {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  max-width: 320px;
  padding: 9px 12px;
  margin: 0 auto;
  background: #f1f3f5;
  border-radius: 8px;
}
.product__stock p {
  line-height: 1.35;
  color: #222;
}
.product__stock span {
  font-size: 30px;
  font-weight: 700;
  line-height: 1.33;
  color: #fff;
  padding: 0 2px;
  background: red;
  border-radius: 8px;
  margin-left: 12px;
}
.form {
  font-family: Lato, sans-serif;
  background: #f2f2f2;
  border-radius: 12px;
  padding: 28px;
  max-width: 480px;
  margin: 0 auto 50px;
}
.form__title {
  font-size: 22px;
  font-weight: 400;
  line-height: 1.18;
  text-align: center;
  color: #222;
  margin-bottom: 26px;
}
.form__patent {
  font-size: 14px;
  line-height: 1.29;
  color: #2e81ff;
}
.form__patent,
.form__text {
  text-align: center;
  margin-bottom: 20px;
}
.form__text {
  font-size: 17px;
  font-weight: 700;
  line-height: 1.47;
  color: #000;
}
.form__text--small {
  font-size: 14px;
  font-weight: 400;
}
.form__text a {
  color: #0c70bf;
  text-decoration: none;
}
.form__text .red {
  font-family: "Noto Serif", serif;
  color: red;
}
.form__price {
  margin-bottom: 20px;
}
.form-main {
  padding: 12px 0;
}
.form-main input,
.form-main label {
  display: block;
  width: 100%;
}
.form-main label {
  font-size: 18px;
  line-height: 1.39;
  color: #222;
  margin-bottom: 5px;
  padding-left: 8px;
}
.form-main input {
  font-size: 18px;
  color: #000;
  padding: 14px 12px;
  background: #fff;
  border: 1px solid #c4c4c4;
  border-radius: 5px;
  margin-bottom: 16px;
}
.form-main__button {
  margin: 30px auto 12px;
}
.form-main ::-webkit-input-placeholder {
  font-size: 18px;
  font-weight: 400;
  line-height: 1;
  color: #757575;
}
.form-main ::-moz-placeholder {
  font-size: 18px;
  font-weight: 400;
  line-height: 1;
  color: #757575;
}
.form-main :-ms-input-placeholder {
  font-size: 18px;
  font-weight: 400;
  line-height: 1;
  color: #757575;
}
.form-main ::-ms-input-placeholder {
  font-size: 18px;
  font-weight: 400;
  line-height: 1;
  color: #757575;
}
.form-main ::placeholder {
  font-size: 18px;
  font-weight: 400;
  line-height: 1;
  color: #757575;
}
.form__note {
  font-size: 12px;
  text-align: center;
  color: #555;
  margin-top: 24px;
}
.price {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border: 1px solid #dbdbdb;
  border-radius: 8px;
  background: url("arrows.svg") 50% 50% / auto no-repeat;
}
.price__new,
.price__old {
  text-align: center;
  width: calc(50% - 18px);
}
.price__old span {
  font-size: 0.25rem;
  font-weight: 700;
  line-height: 2.4;
  text-align: center;
  color: silver;
  position: relative;
  z-index: 1;
}
.price__old span:before {
  left: 50%;
  top: 28%;
  width: 110%;
  height: 0;
  border-bottom: 2px solid #ee7575;
  -webkit-transform: rotate(-7.35deg) translate(-50%, -50%);
  transform: rotate(-7.35deg) translate(-50%, -50%);
}
.price__new {
  margin-left: auto;
}
.price__new span {
  font-size: 0.34rem;
  line-height: 1.76;
}
.price__new span,
.timer {
  font-weight: 700;
  color: red;
}
.timer {
  font-size: 1em;
  padding-left: 18px;
  position: relative;
  z-index: 1;
}
.timer:before {
  background: url("icon-clock.svg") 50% 50% / contain no-repeat;
  width: 16px;
  height: 16px;
  white-space: nowrap;
  overflow: hidden;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.comments {
  font-family: Lato, sans-serif;
  margin-top: 64px;
  padding: 0 16px;
}
.comments__title {
  font-size: 20px;
  font-weight: 400;
  line-height: 1.2;
  padding-top: 16px;
  border-top: 1px solid #e5e6e9;
  margin-bottom: 15px;
}
.comments__login {
  background: #f1f3f5;
  border-radius: 8px;
  padding: 20px;
}
.comments__login p {
  font-size: 14px;
  line-height: 1.14;
  text-align: center;
  color: #222;
}
.comment {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  margin-top: 32px;
}
.comment--reply {
  padding-left: 76px;
}
.comment__ava {
  width: 60px;
  height: 60px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  background: #c4c4c4;
  border-radius: 4px;
}
.comment__ava img {
  vertical-align: middle;
  border-radius: 4px;
  overflow: hidden;
}
.comment__content {
  padding-left: 16px;
}
.comment__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 4px;
}
.comment__name {
  font-size: 15px;
  font-weight: 700;
  line-height: 1.33;
}
.comment__date {
  font-size: 12px;
  line-height: 1.5;
  color: #8d8d8d;
}
.comment__text {
  font-size: 15px;
  font-weight: 500;
  line-height: 1.33;
  color: #444;
  margin-bottom: 16px;
}
.comment__image {
  display: block;
  margin-bottom: 16px;
}
.comment__reply {
  font-size: 14px;
  font-weight: 900;
  line-height: 1.29;
  text-transform: uppercase;
  color: #8d8d8d;
  text-decoration: none;
}
.comment__reply span {
  font-size: 1em;
  font-weight: 400;
  color: #424242;
  padding-left: 15px;
  margin-left: 16px;
  position: relative;
  z-index: 1;
}
.comment__reply span:before {
  background: url("icon-heart.svg") 50% 50% / contain no-repeat;
  width: 13px;
  height: 12px;
  white-space: nowrap;
  overflow: hidden;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.aside {
  font-family: Lato, sans-serif;
  max-width: 370px;
  padding: 20px;
}
.aside__product {
  background: #f1f3f5;
  border-radius: 8px;
  margin-bottom: 30px;
  padding: 30px 25px;
}
.product-aside__title {
  font-size: 20px;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  color: #222;
  margin-bottom: 15px;
}
.product-aside__image {
  display: block;
  margin: 0 auto 4px;
}
.product-aside__text {
  line-height: 1.18;
  text-align: center;
  color: #222;
}
.product-aside__text--small {
  font-size: 14px;
  line-height: 2;
}
.product-aside__button {
  margin-top: 16px;
}
.footer {
  padding: 0.2rem 0.3rem;
  background: #030c26;
}
.footer__text {
  font-size: 14px;
  text-align: center;
  color: #fff;
}
.footer__text a {
  color: inherit;
  text-decoration: underline;
}
@media (max-width: 768px) {
  .header {
    display: none;
  }
  .header-mob {
    display: block;
    padding: 0 15px;
  }
  .header-mob__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    border-bottom: 1px solid #e5e6e9;
    padding: 15px 0;
  }
  .header-mob__actions a:last-child {
    display: none;
  }
  .content__inner {
    display: block;
  }
  .main__grid li div {
    width: 100%;
    max-width: 80%;
  }
  .aside {
    display: none;
  }
}
@media (max-width: 479px) {
  html {
    font-size: 21vw;
  }
  .header-mob__actions {
    display: none;
  }
  .main {
    padding: 20px 15px 15px;
  }
  .main__data {
    display: block;
  }
  .main__grid li div p {
    font-size: 11px;
  }
  .main__magazines {
    display: block;
  }
  .main__magazines img {
    margin: 0;
    width: 100%;
  }
  .docblock {
    display: block;
  }
  .docblock__ava {
    margin-bottom: 10px;
  }
  .docblock__content {
    padding-left: 0;
  }
  .form {
    padding: 28px 10px;
  }
  .comments {
    padding: 0;
  }
  .comment--reply {
    padding-left: 20px;
  }
}
