body *:not(i) {
  font-family: sans-serif !important;
}

html,
body {
  overflow-x: hidden;
}

p,
ul li,
figcaption {
  font-size: 22px !important;
  line-height: 26px !important;
}

* {
  box-sizing: border-box;
}

body {
  margin: 0 !important;
  background-color: #002447;
}

h1,
h2,
h3,
p,
ul {
  margin: 0;
}

a,
li {
  text-decoration: none;
}

a {
  cursor: pointer;
  color: inherit;
}

.ctContainer {
  margin: -1px auto 0;
  width: 100%;
  background: 0 0;
}

.publish {
  padding: 10px 30px !important;
}

.ctContent {
  max-width: 1025px;
  margin: -1px auto 0;
  box-sizing: border-box;
}

.ctContent,
.ctContentFluid {
  width: 100%;
  background: #fff;
}

.kardineoCom {
  padding: 10px 0 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid #ccc;
  width: 100%;
  max-width: 100%;
}

.kardineoCom:last-of-type {
  border: 0;
  padding-bottom: 0;
  margin-bottom: 0;
}

.kardineoCom__wrapper {
  display: flex;
  justify-content: center;
  width: 100%;
}

.kardineoCom__avatarWrapper {
  display: inline-block;
  margin: 10px 20px 0 0;
  border-radius: 50%;
  padding: 0;
  width: 100%;
  height: 56px;
  max-width: 56px;
}

.kardineoCom__avatar {
  border-radius: 50%;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.kardineoCom__info {
  width: 100%;
}

.kardineoCom__comment,
.kardineoCom__name {
  padding: 0;
  font-family: sans-serif;
  font-size: 17px;
  line-height: 25px;
  word-break: break-word;
  text-decoration: none;
}

.kardineoCom__name {
  margin: 0;
  font-weight: 700;
  color: #000;
}

.kardineoCom__comment {
  margin: 10px 0;
  font-weight: 400;
}

.kardineoCom__published {
  margin: 15px 0 0;
  padding: 0;
  font-family: sans-serif;
  font-weight: 600;
  font-size: 14px;
  line-height: 22px;
  word-break: break-word;
  color: #62a7d9;
}

.knifeContentImgs__img {
  width: 100%;
  max-width: 600px;
  display: block;
  margin: 0 auto;
}

.product__img {
  max-width: 180px;
}

.vertical-img {
  max-width: 400px;
}

.knifeTitle {
  margin: 0;
  padding: 15px 65px;
  font-family: sans-serif;
  font-weight: 700;
  font-size: 35px;
  line-height: 32px;
  word-break: break-word;
  text-align: center;
  color: #111;
}

.knifeTitle--comTitle {
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
  text-align: left;
}

.knifeFooter,
.knifeFooterBg {
  background: #002447;
}

.knifeFooter {
  display: flex;
  justify-content: center;
  padding: 20px 10px;
  color: #999;
  align-items: center;
}


.knifeFooter__dateOfMednews {
  margin: 0;
  padding: 0;
  font-family: sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  word-break: break-word;
  color: #ccc;
}

.knifeOrderBtn {
  display: flex;
  justify-content: center;
  padding: 10px 65px;
}

.knifeOrderBtn__button {
  margin: 0;
  border-radius: 20px;
  padding: 5px 20px;
  width: 100%;
  min-height: 35px;
  max-width: 400px;
  box-shadow: 2px 3px 8px #737373;
  font-family: sans-serif;
  font-size: 16px;
  line-height: 22px;
  word-break: break-word;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  color: #fff;
  background: #dc143c;
  transition: all 0.3s ease 0s;
  cursor: pointer;
}

.knifeOrderBtn__button:hover {
  box-shadow: rgba(220, 20, 60, 0.006) 2px 3px 5px;
  color: #fff;
  text-decoration: none;
}

.knifeTitle--889967 {
  font-size: 32px;
  line-height: 41.6px;
}

.commentImgWrapper {
  max-width: 300px;
  width: 100%;
  height: fit-content;
}

.commentImgWrapper img {
  width: 100%;
}

.knifeOrderBtn__button--555565 {
  font-size: 19px;
  line-height: 24.7px;
  font-weight: 700;
}

@media (max-width: 1024px) {
  .knifeTitle {
    font-size: 26px;
    line-height: 30px;
  }

  .knifeOrderBtn,
  .knifeTitle {
    padding: 10px 15px;
  }
}

@media (max-width: 967px) {
  .knifeTitle {
    font-size: 23px;
    line-height: 28px;
  }
}

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

  .knifeContentImgs__img {
    max-width: 500px;
  }

  .product__img {
    max-width: 180px;
  }

  .vertical-img {
    max-width: 350px;
  }

  .commentImgWrapper {
    max-width: 280px;
  }

  .commentImgWrapper img {
    width: 100%;
  }
}

@media (max-width: 480px) {
  .kardineoCom {
    display: block;
  }
}

.header__search {
  border-right: 1px solid #0c70bf;
  height: 20px;
  display: flex;
  align-items: center;
}

.site-header nav {
  display: flex;
}

.knifeFooter__dateOfMednews {
  text-align: center !important;
}

a,
button {
  cursor: pointer;
}

a:focus,
button:focus {
  outline: 0;
}

input::-ms-clear {
  display: none;
}

.brandable {
  position: relative;
  overflow: hidden;
}

@media (max-width: 732px) {
  .brandable {
    overflow: initial;
  }
}

* {
  box-sizing: border-box;
}

body {
  min-width: 320px;
  margin: 0;
}

a {
  text-decoration: none;
  color: #337ab7;
}

a:hover {
  color: #23527c;
  text-decoration: underline;
}

button,
input {
  font-family: sans-serif;
}

html {
  -ms-overflow-style: scrollbar;
  -webkit-text-size-adjust: 100%;
}

body {
  font-family: sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  -o-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

@media (min-width: 733px) {
  body {
    min-width: 100%;
    overflow-x: hidden;
  }
}

.themed.brandable {
  background-color: #001938;
}

.brandable__ch {
  width: 1025px;
  margin-left: auto;
  margin-right: auto;
  background: #fff !important;
}

@media (max-width: 1024px) {
  .brandable__ch {
    width: 100%;
  }
}

.themed a {
  color: #84171e;
  fill: #84171e;
}

.themed a:hover {
  color: #3a6eb5;
  fill: #3a6eb5;
}

.themed a:active {
  color: #67080e;
  fill: #67080e;
}

.themed img {
  color: #e4cbcc;
}

.site-header__mob {
  display: none;
}

.site-header__desktop {
  border-bottom: 1px solid #c5e2f7;
  padding-bottom: 20px;
  width: 100%;
  margin-top: 15px;
  padding-left: 11px;
  display: flex;
  justify-content: space-between;
  width: 1025px;
  align-items: center;
  margin-top: 20px;
}

.site-header__desktop p {
  padding-left: 20px;
  font-weight: 700;
  font-size: 17px !important;
  color: #333;
  text-transform: capitalize;
}

.site-header__desktop a {
  padding-right: 20px;
}

@media screen and (max-width: 1000px) {
  .publish {
    padding: 10px 15px !important;
  }

  .site-header {
    padding-top: 0 !important;
  }

  .site-header__mob {
    display: block;
    border-bottom: 1px solid #c5e2f7;
    padding-bottom: 20px;
    width: 100%;
    margin-top: 15px;
    padding-left: 11px;
  }

  .site-header__mob p {
    font-weight: 700;
    font-size: 13px !important;
    color: #333;
    text-transform: capitalize;
    padding-left: 5px;
    padding-bottom: 10px;
  }

  .site-header nav,
  .site-header__bottom,
  .site-header__desktop {
    display: none !important;
  }
}

/*Новый header*/

.site-header {
  min-height: 148px;
}

@media screen and (max-width: 480px) {
  .knifeFooter {
    flex-direction: column !important;
    align-items: center !important;
  }

  .site-header {
    padding-top: 15px;
  }

  .site-header {
    min-height: 100px !important;
  }
}

.site-header ul {
  display: flex;
  align-items: center;
}

.site-header ul li {
  padding-right: 15px;
  list-style: none;
}

.site-header ul li a {
  color: #0c70bf;
  font-size: 0.8rem;
  text-transform: uppercase;
}

.header__search {
  padding: 6px 10px;
  margin-top: 5px;
}

.site-header-center {
  background-color: #0c70bf;
  height: 58px;
  width: 100%;
  max-width: 989px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.site-header-center a img {
  height: 34px;
  line-height: 34px;
}

.site-header {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.site-header nav {
  margin-left: -300px;
  margin-bottom: 7px;
  margin-top: 7px;
}

.site-header__bottom {
  display: flex;
  margin-top: 4px;
  margin-left: -60px;
}

.site-header__bottom li {
  border-right: 1px solid #ebebeb;
  height: 28px;
  padding-left: 11px;
}

.site-header__bottom li a {
  color: #555 !important;
  font-size: 14px !important;
  font-weight: 700 !important;
  letter-spacing: 0.02rem !important;
  padding: 10px !important;
  text-transform: capitalize !important;
}

.brandable__ch {
  margin-left: auto;
  margin-right: auto;
}

@media screen and (max-width: 480px) {
  .brandable__ch {
    width: unset !important;
    margin-left: unset !important;
    margin-right: unset !important;
  }

  .knifeContentImgs__img {
    max-width: 400px;
  }

  .vertical-img {
    max-width: 300px;
  }

  .commentImgWrapper {
    max-width: 250px;
  }

  .product__img {
    max-width: 180px;
  }
}

.doc-plashka {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 15px;
  padding: 20px;
  border: 1px solid #0c70bf;
  border-radius: 20px;
  margin-left: auto;
  margin-right: auto;
}

.answer {
  padding-left: 40px;
}

@media screen and (max-width: 480px) {
  .answer {
    margin-left: 20px !important;
  }

  p,
  ul li,
  figcaption {
    font-size: 18px !important;
    line-height: 20px !important;
  }

  .kardineoCom__avatarWrapper {
    height: 40px;
    max-width: 40px;
  }

  .publish {
    padding: 10px 35px !important;
  }
}

#leadform * {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

#leadform {
  margin: 25px auto;
}

#leadform p {
  all: revert;
}

#leadform #container-form {
  max-width: 550px;
  margin: 0 auto;
}

#leadform #form_inner {
  padding: 0 72px;
}

#form {
  padding: 30px 0;
  border-radius: 10px;
  background-image: linear-gradient(90deg, #000 50%, transparent 50%),
    linear-gradient(90deg, #000 50%, transparent 50%),
    linear-gradient(0, #000 50%, transparent 50%),
    linear-gradient(0, #000 50%, transparent 50%);
  background-repeat: repeat-x, repeat-x, repeat-y, repeat-y;
  background-size: 20px 4px, 20px 4px, 4px 20px, 4px 20px;
  animation: marching-ants 400ms infinite linear;
  background-color: #f1f1f0;
}

@keyframes marching-ants {
  0% {
    background-position: 0 0, 20px 100%, 0 20px, 100% 0;
  }

  100% {
    background-position: 20px 0, 0 100%, 0 0, 100% 20px;
  }
}

#leadform #form__title {
  font-family: "Oswald" !important;
}

#leadform #form__title-h1 {
  font-style: normal;
  font-weight: 500;
  font-size: 32px !important;
  line-height: 130% !important;
  text-align: center !important;
  margin: 0;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #000000;
}

#leadform #form__title-h2 {
  font-style: normal;
  font-weight: 700;
  margin: 5px 0;
  font-size: 44px !important;
  line-height: 130% !important;
  text-align: center !important;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #d42323;
}

#leadform #form__requirement {
  font-family: "Open Sans", system-ui, -apple-system, BlinkMacSystemFont,
    "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Helvetica Neue", sans-serif !important;
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 130%;
  align-items: center;
  text-align: center;
  letter-spacing: 0.2px;
  color: #000000;
  padding: 10px 20px;
  margin: 25px 0 20px;
  background: linear-gradient(0deg,
      rgba(245, 187, 0, 0.1),
      rgba(245, 187, 0, 0.1)),
    #ffffff;
  border: 2px solid #f5bb00;
}

#leadform #form__label {
  font-family: "Open Sans", system-ui, -apple-system, BlinkMacSystemFont,
    "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Helvetica Neue", sans-serif !important;
  font-style: normal;
  font-weight: 600;
  font-size: 20px;
  line-height: 130%;
  letter-spacing: 0.3px;
  color: #000000;
  bottom: 10px;
}

#leadform .form__input {
  font-family: "Open Sans", system-ui, -apple-system, BlinkMacSystemFont,
    "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Helvetica Neue", sans-serif !important;
  font-size: 20px;
  line-height: 26px;
  font-style: italic;
  font-weight: 100;
  width: 100%;
  padding: 9px 12px;
  border: 1px solid #c7c7c7;
  border-radius: 5px;
  margin: 10px 0;
}

#leadform #form__price {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #ffffff;
  width: calc(100% - 8px);
  margin: 30px auto 0;
  padding: 16px 0;
}

#leadform #price__old {
  font-family: "Oswald" !important;
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 1.15;
  text-transform: uppercase;
  color: #9b9b9b;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  margin: 0 auto 10px;
  gap: 10px;
}

#leadform #price__new {
  font-family: "Oswald" !important;
  font-style: normal;
  font-weight: 700;
  font-size: 25px;
  text-transform: uppercase;
  color: #000000;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  margin: 0;
  gap: 10px;
}

#leadform #price__new span,
#leadform #price__old span {
  font-family: inherit !important;
}

#leadform #price__new span {
  line-height: 100%;
}

#leadform .oldPriceAndLabelForLandingInfoApi {
  text-decoration: line-through;
}

#leadform .priceAndLabelForLandingInfoApi {
  font-size: 30px;
  color: #d42323;
}

/* #leadform .priceAndLabelForLandingInfoApi::after {
  content: "*";
} */

#leadform #form-button {
  display: inline;
  background-color: #ed6d37;
  border-radius: 5px;
  border: none;
  width: 100%;
  text-align: center;
  padding: 9px 0 10px;
  font-family: "Open Sans", system-ui, -apple-system, BlinkMacSystemFont,
    "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Helvetica Neue", sans-serif !important;
  font-style: normal;
  font-weight: 600;
  font-size: 24px;
  text-align: center;
  letter-spacing: 0.2px;
  text-transform: uppercase;
  color: #ffffff;
  margin-top: 20px;
  cursor: pointer;
  transition: 0.5s background-color;
}

#leadform #form-button:hover {
  background-color: #a74e28;
}

#leadform #form-bottom {
  margin-top: 20px;
  font-family: "Open Sans", system-ui, -apple-system, BlinkMacSystemFont,
    "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Helvetica Neue", sans-serif !important;
  background: #ffeee1;
  border: 4px solid #ed6d37;
  border-radius: 10px;
  text-align: center;
  padding: 23px 40px;
}

#leadform #form-bottom p {
  font-family: inherit !important;
}

#leadform #bottom_h1 {
  text-transform: uppercase;
  font-weight: 800;
  text-align: center !important;
  font-size: 32px !important;
  line-height: 130% !important;
  margin-top: 0;
  margin-bottom: 8px;
}

#leadform #bottom_h2 {
  font-weight: 600;
  text-align: center !important;
  font-size: 20px !important;
  line-height: 130% !important;
  margin: 0;
  text-transform: uppercase;
}

#leadform #bottom__update {
  font-weight: 800;
  font-size: 20px !important;
  line-height: 130% !important;
  text-align: center !important;
  background-color: #ffffff;
  padding: 8px 0;
  margin: 12px 0 22px;
}

#leadform #update-red {
  color: #d42323;
  text-transform: uppercase;
}

#leadform #bottom_underinfo {
  font-weight: 300;
  font-size: 16px !important;
  text-align: center !important;
  margin: 0;
  line-height: 130% !important;
}

@media screen and (max-width: 550px) {
  #form {
    padding: 20px 0;
  }

  #leadform #form_inner {
    padding: 0 15px;
  }

  #leadform #form__requirement {
    font-size: 14px;
    padding: 10px;
  }

  #leadform #form__label {
    font-size: 16px;
  }

  #leadform .form__input {
    font-size: 16px;
  }

  #leadform #form-bottom {
    padding: 10px 15px;
  }

  #leadform #form__title-h1 {
    font-size: 28px !important;
  }

  #leadform #form__title-h2 {
    font-size: 36px !important;
  }

  #leadform #price__old {
    font-size: 18px;
  }

  #leadform #price__new {
    font-size: 22px;
  }

  #leadform .priceAndLabelForLandingInfoApi {
    font-size: 25px;
  }

  #leadform #form__price {
    padding: 10px 0;
  }

  #leadform #bottom_h1 {
    font-size: 28px !important;
  }

  #leadform #bottom_h2 {
    font-size: 18px !important;
  }

  #leadform #bottom__update {
    font-size: 16px !important;
  }

  #leadform #bottom_underinfo {
    font-size: 16px !important;
  }

  #leadform #form__requirement {
    font-size: 13px;
    letter-spacing: normal;
  }
}

@media screen and (max-width: 375px) {
  #leadform #form__title-h1 {
    font-size: 20px !important;
  }

  #leadform #form__title-h2 {
    font-size: 29px !important;
  }

  #leadform #price__old {
    font-size: 18px;
  }

  #leadform #price__new {
    font-size: 18px;
  }

  #leadform #bottom_h1 {
    font-size: 25px !important;
  }

  #leadform #bottom_h2 {
    font-size: 16px !important;
  }

  #leadform #bottom_underinfo {
    font-size: 14px !important;
  }
}

#leadform #price__specific {
  padding: 0 10px;
}

#leadform #form-img {
  width: 100%;
  max-width: 160px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 15px;
}

#leadform #form-img img {
  width: 100%;
  max-width: 130px;
}

@media screen and (max-width: 425px) {
  #leadform #form__price {
    flex-direction: column;
  }
}

@media screen and (max-width: 480px) {
  #leadform #form-img {
    margin-bottom: 10px;
  }
}

.form-instock {
  color: coral !important;
}

input:invalid {
  box-shadow: none;
}

.ctContent {
  padding: 10px 65px;
}

.kardineoCom__published {
  font-size: 16px !important;
}

@media (max-width: 967px) {

  .ctContent {
    padding: 10px 15px;
  }
}

.inL_33901 {
  padding-top: 20px;
}

.inL_93885 {
  opacity: 1;
  transition: opacity 0.4s ease 0s;
}