.contentFeed--462914,.contentFeed--886265,.knifeText--821278 {
  text-decoration-line: underline;
}

.pop-up-text {
  margin-bottom: 25px;
  font-size: 24px;
  line-height: 30px;
  text-align: center !important;
}

.hi {
  left: 50% !important;
  transform: translateX(-50%);
  height: 100%;
}

@media (max-width:767px) {
  .door__sales {
    font-size: 20px !important;
  }
}

.door__container {
  display: flex;
  justify-content: space-around;
}

.box {
  perspective: 500px;
  position: relative;
}

.box,.door {
  width: 190px;
  height: 400px;
  box-shadow: inset -1px -1px 0 1px #191919, inset 1px 1px 0 1px #191919;
}

.door,.hi {
  position: absolute;
  top: 0;
  left: 0;
}

.door {
  background-image: url(../images/door.png);
  background-repeat: no-repeat;
  transform: rotateY(0);
  display: inline-block;
  transition: .75s;
  transform-origin: 0% 0%;
  cursor: pointer;
}

#door__2 {
  background-image: url(../images/door2.png);
}

#door__3 {
  background-image: url(../images/door3.png);
}

@media (min-width:800px) {
  .door:hover {
    transform: rotateY(-30deg);
  }
}

.door.open {
  transform: rotateY(-85deg);
}

.door__sales {
  position: relative;
  top: 140px;
  font-size: 46px !important;
  font-weight: 700 !important;
  color: red !important;
  border-radius: 30px !important;
  padding: 30px 5px !important;
  box-shadow: 0 1px 2px 2px #7f7878;
}

.door__title {
  color: #fff;
  font-weight: 700;
  text-transform: uppercase;
  text-align: center;
  font-size: 22px !important;
  margin-bottom: 25px;
  background-color: #3a4752;
  border-radius: .5em;
}

@media (max-width:840px) {
  .door__sales {
    font-size: 20px !important;
    font-weight: 700 !important;
    top: 50px !important;
    color: red !important;
    border-radius: 30px !important;
  }

  .box,  .door {
    width: 95px;
    height: 200px;
    background-size: 100%;
  }

  .door {
    background-image: url(../images/door.png);
  }

  #door__2 {
    background-image: url(../images/door2.png);
  }

  #door__3 {
    background-image: url(../images/door3.png);
  }
}

@media (max-width:360px) {
  .box+.box {
    margin-left: 15px;
  }

  .door__sales {
    font-size: 25px !important;
    font-weight: 700 !important;
    top: 50px !important;
    color: red !important;
    left: 0 !important;
    border-radius: 30px !important;
  }
}

.pop-up-button,.pop-up-button:hover {
  color: #fff !important;
  text-decoration: none !important;
}

.order_block,.spin-result-wrapper {
  display: none;
}

.spin-result-wrapper {
  max-width: 100%;
  display: none;
  padding: 0 10px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  top: 0;
  z-index: 999;
  left: 0;
  height: 100%;
  position: fixed;
  background-color: rgba(0, 0, 0, .6);
  text-align: center;
}

.pop-up-heading {
  font-size: 40px;
  margin-bottom: 20px;
}

.pop-up-button {
  text-transform: uppercase;
  padding: 10px 20%;
  font-size: 20px;
  border-radius: 5px;
  background-color: #71c341;
  border: none;
  cursor: pointer;
  outline: 0;
}

@-webkit-keyframes super-rotation {
  70% {
    -webkit-transform: rotate(1783deg);
    transform: rotate(1783deg);
  }

  100% {
    -webkit-transform: rotate(1774deg);
    transform: rotate(1774deg);
  }
}

@keyframes super-rotation {
  70% {
    -webkit-transform: rotate(1783deg);
    transform: rotate(1783deg);
  }

  100% {
    -webkit-transform: rotate(1774deg);
    transform: rotate(1774deg);
  }
}

.pop-up-window {
  position: relative;
  max-width: 400px;
  right: 0;
  left: 0;
  top: 40%;
  margin: 0 auto;
  background: #fff;
  text-align: center;
  padding: 70px 10px 20px;
  border-radius: 10px;
  animation: .7s pop-up-appear;
}

.pop-up-window::before {
  content: "";
  position: absolute;
  width: 110px;
  height: 110px;
  top: -55px;
  left: 0;
  right: 0;
  margin: 0 auto;
  background-color: #71c341;
  border-radius: 50%;
  animation: .5s .6s backwards pop-up-appear-before;
}

.pop-up-window::after {
  content: "";
  position: absolute;
  width: 50px;
  height: 20px;
  top: -20px;
  left: 0;
  right: 0;
  margin: 0 auto;
  border-width: medium medium 4px 4px;
  border-style: none none solid solid;
  border-color: currentcolor currentcolor #fff #fff;
  -moz-border-top-colors: none;
  -moz-border-right-colors: none;
  -moz-border-bottom-colors: none;
  -moz-border-left-colors: none;
  border-image: none;
  transform: rotate(-45deg);
  transition: opacity 1s;
  animation: .5s .6s backwards pop-up-appear-after;
}

.boldText,.coloredText li {
  font-weight: 700;
}

@keyframes pop-up-appear {
  0% {
    transform: translateY(-2000px);
  }

  30% {
    transform: translateY(100px);
  }

  100% {
    transform: translateY(0);
  }
}

@keyframes pop-up-appear-before {
  0% {
    transform: scale(0);
  }

  100% {
    transform: scale(1);
  }
}

.order_block h3 {
  text-align: center;
  font-size: 20px;
}

@font-face {
  font-family: knife-icons;
  src: url(../fonts/knife-icons.woff) format("woff"), url(../fonts/knife-icons.ttf) format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: block;
}

@keyframes form-appear {
  0% {
    transform: translateY(2000px);
  }

  30% {
    transform: translateY(100px);
  }

  to {
    transform: translateY(0);
  }
}

@keyframes pop-up-appear {
  0% {
    transform: translateY(-2000px);
  }

  30% {
    transform: translateY(100px);
  }

  to {
    transform: translateY(0);
  }
}

@keyframes pop-up-appear-before {
  0% {
    transform: scale(0);
  }

  to {
    transform: scale(1);
  }
}

@keyframes pop-up-appear-after {
  100%, to {
    opacity: 1;
  }

  0% {
    opacity: 0;
  }
}

* {
  box-sizing: border-box;
}

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

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

a,li {
  text-decoration: none;
}

a {
  cursor: pointer;
  color: inherit;
}

.contentFeed .feedbackGeneral .feedback .feedback__otzovik-wrapper,.new_price_cur,.new_price_val {
  padding: 0;
}

ul.list-1 {
  list-style: none;
  margin: 0;
}

.list-0 {
  display: inline-block;
  margin-left: 24px;
}

ul.list-1 li::before {
  content: "•";
  margin-right: 14px;
  margin-left: -22px;
  text-align: right;
}

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

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

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

.coloredText {
  margin: 0 auto;
  padding: 5px;
  background-color: #fff;
}

.coloredText__container {
  border: 1px solid #ff7250;
  padding: 15px;
  box-sizing: border-box;
  background-color: #ffeca6;
}

.coloredText__title {
  padding: 0 0 0 10px;
  font-family: sans-serif;
  font-weight: 700;
  font-size: 20px;
  line-height: 18px;
  word-break: break-word;
}

.coloredText ul {
  padding: 10px 10px 0;
}

.coloredText li,.coloredText__listSub {
  font-family: sans-serif;
  font-size: 14px;
  line-height: 16px;
  word-break: break-word;
}

.kardineoN2Com__comment,.kardineoN2Com__link,.kardineoN2Com__name {
  font-size: 18px;
  font-family: sans-serif;
}

.coloredText li {
  padding: 10px 0;
}

.coloredText--489051,.coloredText--535237,.coloredText--939195,.coloredText--947108,.coloredText__listSub {
  font-weight: 400;
}

.kardineoN2Com {
  display: flex;
  align-items: center;
  padding: 10px 20px 30px;
}

.kardineoN2Com__wrapper {
  display: flex;
  width: 100%;
}

.kardineoN2Com__avatarWrapper {
  margin-right: 15px;
  width: 100%;
  height: 60px;
  max-width: 60px;
}

.kardineoN2Com__avatar {
  border-radius: 10px;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.kardineoN2Com__name {
  margin: 0 0 5px;
  font-weight: 700;
  line-height: 25px;
  color: #000;
}

.docInfoDoors__wrapper,.kardineoN2Com__info {
  width: 100%;
}

.kardineoN2Com__comment {
  margin: 0;
  padding-bottom: 5px;
  font-weight: 400;
  line-height: 23px;
  color: #000;
}

.kardineoN2Com__link {
  font-weight: 700;
  line-height: 25px;
  color: #00f;
}

.kardineoN2Com__link:hover {
  color: #000;
}

.kardineoN2Com:first-child {
  margin-top: 0;
}

.kardineoN2Com:last-child {
  margin-bottom: 0;
}

.docInfoDoors {
  padding: 20px;
  width: 100%;
}

.docInfoDoors__title {
  font-family: sans-serif;
  font-weight: 700;
  font-size: 22px;
  word-break: break-word;
  text-align: center;
  color: #fff;
}

.docInfoDoors__wrapper--hide,.undefined {
  display: none;
}

.docInfoDoors__box {
  position: relative;
  z-index: 0;
  padding: 20px;
}

.docInfoDoors__form {
  z-index: 1;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin: 10px auto 40px;
  border: 2.5px dashed #ddd;
  padding: 20px 20px 5px;
  max-width: 465px;
  box-sizing: border-box;
  text-align: center;
  background: #fff;
  animation: .6s form-appear;
}

.contentFeed .feedbackGeneral .feedback .feedback__otzovik__user-wrapper .user .avatar__wrapper .avatar {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.docInfoDoors__timer {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 0;
  width: 100%;
}

.knifeNav__menu ul li {
  display: flex;
  align-items: center;
  justify-content: center;
  word-break: break-word;
}

.contentFeed {
  padding: 0 10px;
}

.contentFeed .feedbackSusHead {
  margin: 0 auto;
  padding: 0;
  height: 64px;
  min-width: 163px;
  max-width: 163px;
}

.contentFeed .feedbackSusHead .susHeadImg,.knifeContentBB__img,.knifeContentImgs__img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.contentFeed .feedbackGeneral {
  margin: 14px 0 0;
  padding: 0 0 20px;
}

.contentFeed .feedbackGeneral .feedback {
  display: flex;
  justify-content: center;
  border: 2px solid #d9d9d9;
  padding: 12px 22px;
  width: 100%;
  background: #fff;
}

.contentFeed .feedbackGeneral .feedback .feedback__otzovik__user-wrapper {
  margin: 0 12px 0 0;
  padding: 0;
  width: 100%;
  min-width: 78px;
  max-width: 78px;
}

.contentFeed .feedbackGeneral .feedback .feedback__otzovik__user-wrapper .user {
  border: 1px solid #d9d9d9;
  width: 100%;
}

.contentFeed .feedbackGeneral .feedback .feedback__otzovik__user-wrapper .user .avatar__wrapper {
  width: 100%;
  height: fit-content;
  max-width: 76px;
}

.contentFeed .feedbackGeneral .feedback .feedback__otzovik__user-wrapper .user .user__info-wrapper {
  padding: 6px 0;
  text-align: center;
}

.contentFeed .feedbackGeneral .feedback .feedback__otzovik__user-wrapper .user .user__info-wrapper .name,.contentFeed .feedbackGeneral .feedback .feedback__otzovik__user-wrapper .user .user__info-wrapper .rating__wrapper .rating__name {
  margin: 0;
  padding: 0 0 6px;
  font-family: sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 10px;
  line-height: 12px;
  word-break: break-word;
  text-align: center;
  color: #2b7fa5;
}

.contentFeed .feedbackGeneral .feedback .feedback__otzovik__user-wrapper .user .user__info-wrapper .rating__wrapper {
  margin: 0 0 4px;
  padding: 0;
}

.contentFeed .feedbackGeneral .feedback .feedback__otzovik__user-wrapper .user .user__info-wrapper .rating__wrapper .rating__name {
  padding: 0 0 2px;
  color: #777;
}

.contentFeed .feedbackGeneral .feedback .feedback__otzovik__user-wrapper .user .user__info-wrapper .rating__wrapper .rating {
  margin: 0;
  padding-bottom: 2px;
  font-family: sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 10px;
  line-height: 12px;
  word-break: break-word;
  text-align: center;
  color: #34a400;
}

.contentFeed .feedbackGeneral .feedback .feedback__otzovik__user-wrapper .user .user__info-wrapper .country {
  margin: 0;
  font-family: sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 10px;
  line-height: 12px;
  word-break: break-word;
  text-align: center;
  color: #777;
}

.contentFeed .feedbackGeneral .feedback .feedback__content {
  margin: 0 0 14px;
  min-width: 850px;
}

.contentFeed .feedbackGeneral .feedback .feedback__content .context {
  font-family: sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 14px;
  line-height: 18px;
  word-break: break-word;
  color: #313131;
}

.contentFeed .feedbackGeneral .feedback .feedback__reviewRecommend {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  margin: 0;
  padding: 0;
  width: 100%;
  font-weight: 400;
  font-style: normal;
  font-size: 12px;
  line-height: 16px;
  color: #a7a7a7;
}

.contentFeed .feedbackGeneral .feedback .feedback__reviewRecommend .likes {
  display: flex;
  align-items: center;
  justify-content: space-evenly;
  padding: 0 5px;
  width: 30%;
}

.contentFeed .feedbackGeneral .feedback .feedback__reviewRecommend .likes__title {
  font-family: sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 12px;
  line-height: 16px;
  word-break: break-word;
  color: #777;
}

.contentFeed .feedbackGeneral .feedback .feedback__reviewRecommend .likes .likeCount {
  padding: 0 10px;
  font-family: sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 12px;
  line-height: 16px;
  word-break: break-word;
  color: #acacac;
}

.contentFeed .feedbackGeneral .feedback .feedback__reviewRecommend .likeSVG__wrapper {
  width: 100%;
  height: fit-content;
  max-width: 15px;
  max-height: 100%;
}

.contentFeed .feedbackGeneral .feedback .feedback__reviewRecommend .likeSVG__img,.oneImageWidget__img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.contentFeed .feedbackGeneral .feedback .feedback__otzovik-wrapper .feedback__title-wrapper {
  max-width: 70.1%;
}

.contentFeed .feedbackGeneral .feedback .feedback__otzovik-wrapper .feedback__title-wrapper .feedback__title {
  margin: 0;
  font-family: sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 14px;
  line-height: 16px;
  word-break: break-word;
  text-decoration-line: underline;
  color: #202020;
}

.contentFeed .feedbackGeneral .feedback .feedback__otzovik-wrapper .feedback__date {
  margin: 8px 0;
  font-family: sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 13px;
  line-height: 14px;
  word-break: break-word;
  color: #7d7d7d;
  opacity: .4;
}

.contentFeed .feedbackGeneral .feedback .feedback__otzovik-wrapper .feedback__stars {
  display: flex;
  align-items: center;
  margin-right: 10px;
}

.contentFeed .feedbackGeneral .feedback .feedback__otzovik-wrapper .feedback__stars .star {
  display: flex;
  font-size: 30px;
  line-height: 30px;
  color: #ffc107;
}

.contentFeed .feedbackGeneral .feedback .feedback__otzovik-wrapper .feedback__plus {
  margin: 14px 0;
}

.contentFeed .feedbackGeneral .feedback .feedback__otzovik-wrapper .feedback__plus .plus__title {
  display: flex;
  align-items: center;
  margin: 0 0 10px;
  font-family: sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 13px;
  line-height: 16px;
  word-break: break-word;
  text-shadow: 0 4px 4px rgba(0, 0, 0, .25);
  text-transform: uppercase;
  color: #202020;
  opacity: .5;
}

.contentFeed .feedbackGeneral .feedback .feedback__otzovik-wrapper .feedback__plus .plus__wrapper {
  margin-right: 3px;
  width: 100%;
  height: 20px;
  max-width: 20px;
}

.contentFeed .feedbackGeneral .feedback .feedback__otzovik-wrapper .feedback__plus .plus__img {
  border-radius: 50%;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.contentFeed .feedbackGeneral .feedback .feedback__otzovik-wrapper .feedback__plus .plus__content {
  margin: 0;
  max-width: 70.74%;
  font-family: sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 14px;
  line-height: 18px;
  word-break: break-word;
  color: #313131;
}

.contentFeed .feedbackGeneral .feedback .feedback__otzovik-wrapper .feedback__minus {
  margin: 0 0 20px;
}

.contentFeed .feedbackGeneral .feedback .feedback__otzovik-wrapper .feedback__minus .minus__title {
  display: flex;
  align-items: center;
  margin: 0 0 10px;
  font-family: sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 13px;
  line-height: 16px;
  word-break: break-word;
  text-shadow: 0 4px 4px rgba(0, 0, 0, .25);
  text-transform: uppercase;
  color: #202020;
  opacity: .5;
}

.contentFeed .feedbackGeneral .feedback .feedback__otzovik-wrapper .feedback__minus .minus__wrapper {
  margin-right: 3px;
  width: 100%;
  height: 20px;
  max-width: 20px;
}

.contentFeed .feedbackGeneral .feedback .feedback__otzovik-wrapper .feedback__minus .minus__img {
  border-radius: 50%;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.contentFeed .feedbackGeneral .feedback .feedback__otzovik-wrapper .feedback__minus .minus__content {
  margin: 0;
  max-width: 70.74%;
  font-family: sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 14px;
  line-height: 18px;
  word-break: break-word;
  color: #313131;
}

.knifeContentBB__text,.knifeText {
  font-size: 16px;
  line-height: 22px;
  font-family: sans-serif;
  word-break: break-word;
}

.knifeContentBB {
  padding: 10px 65px;
}

.knifeContentBB__container {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  border-top: 3px solid #1da1f2;
  border-bottom: 3px solid #1da1f2;
  padding: 15px 0;
}

.knifeContentBB__text {
  margin: 0 auto;
  padding: 0 10px;
  width: 85%;
  font-weight: 700;
  text-align: center;
}

.knifeContentBB__imgWrapper {
  position: absolute;
  left: 0;
  top: 50%;
  width: 100%;
  height: fit-content;
  max-width: 32px;
  object-fit: contain;
  transform: translate(0, -50%);
}

.knifeContentBB .knifeContentBBThree {
  border-color: #dc143c;
}

.knifeContentImgs__container {
  padding: 15px 65px;
}

.knifeContentImgs__wrapper {
  margin: 0 auto;
  width: 100%;
  height: fit-content;
  max-width: 640px;
}

.knifeText {
  margin: 0;
  padding: 10px 65px;
  font-weight: 400;
  text-align: left;
}

.knifeText--center,.knifeTitle {
  text-align: center;
}

.knifeDate__date:hover,.knifeNav__menu ul li:hover {
  color: #f86923;
}

.knifeDate__text {
  padding: 15px 65px;
  font-family: sans-serif;
  font-weight: 400;
  font-size: 13px;
  line-height: 1;
  color: #1e488f;
}

.knifeDate__date {
  padding: 0;
  color: #1e488f;
}

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

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

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

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

.knifeFooter__child {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #252525;
}

.knifeFooter__child:hover,.knifeNav:hover {
  outline: 0;
}

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

.knifeDate--549957,.knifeText--110156,.knifeText--116626,.knifeText--259999,.knifeText--269065,.knifeText--302868,.knifeText--306038,.knifeText--652158,.knifeText--689577,.knifeText--843087,.knifeText--881937 {
  font-weight: 700;
}

.knifeNav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0;
  width: 100%;
  min-height: 60px;
  box-sizing: border-box;
}

.knifeNav__logoBlock {
  display: flex;
  margin: 0;
  padding: 0;
}

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

.knifeNav__logoImg {
  padding: 5px 0 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.knifeNav__menu ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
}

.knifeNav__menu ul li {
  padding: 0 20px;
  height: 100%;
  font-family: sans-serif;
  font-weight: 500;
  font-size: 18px;
  line-height: 20px;
  text-decoration: none;
  text-transform: capitalize;
  color: #000;
  transition: color .15s ease-out, background-color .15s ease-out;
}

.knifeNav__socialMenu {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  margin: 0;
  width: 100%;
  max-width: 200px;
}

.knifeNav__socialMenu ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  list-style: none;
  margin: 0 0 0 30px;
  padding: 0;
  width: 100%;
  box-sizing: border-box;
}

.knifeNav__socialMenu ul li {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0;
  padding: 0;
  height: 100%;
}

.knifeNav__socialMenu ul li a {
  width: 100%;
  max-width: 25px;
}

.knifeNav__socialMenu ul li a img {
  width: 100%;
  height: 100%;
}

.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: .3s;
  cursor: pointer;
}

.knifeOrderBtn__button:hover {
  box-shadow: rgba(220, 20, 60, .006) 2px 3px 5px;
}

.oneImageWidget {
  padding: 15px;
}

.oneImageWidget__wrapper {
  margin: 0 auto;
  width: 100%;
  height: fit-content;
  max-width: 800px;
}

.knifeContentImgsOne__wrapper--136139,.knifeContentImgsOne__wrapper--489999,.oneImageWidget__wrapper--932810 {
  max-width: 700px;
}

.knifeDate__text--950186 {
  text-align: center;
}

.knifeTitle--898572 {
  color: #ff0004;
}

.knifeText--306038 {
  font-size: 19px;
  line-height: 24.7px;
}

.knifeContentBBOne__text--366441,.knifeContentBBTwo__text--928146 {
  text-align: left;
  font-style: oblique;
}

.knifeText--531958,.knifeText--838213,.knifeText--977354 {
  text-align: center;
  font-style: oblique;
}

.knifeText--355871,.knifeTitle--846763 {
  font-size: 20px;
  line-height: 26px;
  font-weight: 700;
}

.knifeText--716386 {
  background-color: #e8e8e8;
  border: 2px solid #000;
}

.knifeText--977354 {
  font-size: 14px;
  line-height: 18.2px;
  font-weight: 700;
}

.knifeText--661263,.knifeText--705973 {
  font-size: 18px;
  line-height: 23.4px;
  color: #ff0004;
  font-weight: 700;
}

.knifeText--679411 {
  font-weight: 700;
}

.knifeText--760207 {
  font-weight: 700;
  font-size: 20px;
  line-height: 26px;
}

.knifeText--530282 {
  font-weight: 700;
}

.context--746467 {
  color: #313131;
}

.contentFeed--462914 {
  color: #0a039c;
  cursor: pointer;
}

.contentFeed--435398 {
  color: #0a039c;
}

.contentFeed--886265 {
  color: #0a039c;
  cursor: pointer;
}

.star--518059 {
  background-color: #fff;
}

.knifeText--893268 {
  background-color: #e8e8e8;
  border: 2px solid #000;
}

.knifeText--373061,.knifeText--579151,.knifeText--718142,.knifeText--729976 {
  font-weight: 700;
}

.knifeText--821278 {
  font-weight: 700;
  color: #0a039c;
  cursor: pointer;
}

.oneImageWidget__wrapper--625169 {
  max-width: 400px;
}

.knifeText--146104 {
  font-weight: 700;
}

.oneImageWidget__wrapper--989129 {
  max-width: 700px;
}

.knifeText--531958 {
  font-size: 16px;
  line-height: 20.8px;
  font-weight: 700;
}

.knifeText--356031 {
  font-weight: 700;
  color: #ff0004;
}

.knifeText--642949,.knifeText--994993 {
  color: #0a039c;
  text-decoration-line: underline;
  cursor: pointer;
}

.knifeText--994993 {
  font-weight: 700;
}

.oneImageWidget__wrapper--369847 {
  max-width: 500px;
}

.oneImageWidget__wrapper--410111,.oneImageWidget__wrapper--614065 {
  max-width: 550px;
}

.knifeText--838213 {
  font-weight: 700;
}

.knifeText--296436 {
  font-size: 17px;
  line-height: 22.1px;
}

.knifeText--122296,.knifeText--365021,.knifeText--477075,.knifeText--498277,.knifeText--499632,.knifeText--569137,.knifeText--965738 {
  font-size: 18px;
  line-height: 23.4px;
  font-weight: 700;
}

.knifeText--642949 {
  font-weight: 700;
}

.knifeText--965738 {
  color: #ff0004;
}

.knifeContentBB--781741,.knifeText--324772,.knifeText--505329,.knifeText--536426,.knifeText--650076,.knifeText--826855,.knifeText--968705 {
  color: #0a039c;
  text-decoration-line: underline;
  cursor: pointer;
}

.knifeText--536426 {
  font-weight: 700;
}

.knifeText--324772,.knifeText--650076 {
  font-weight: 700;
}

.knifeContentBBThree__text--577148 {
  text-align: left;
}

.knifeText--826855,.knifeText--968705 {
  font-weight: 700;
}

.knifeText--170883,.knifeText--235250,.knifeText--658968,.knifeText--672651,.knifeText--741877,.knifeText--777447,.knifeText--884425,.knifeText--969806 {
  font-weight: 700;
  color: #0a039c;
  text-decoration-line: underline;
  cursor: pointer;
}

.knifeText--122296 {
  color: #6a1214;
}

.knifeText--115602,.knifeText--134548,.knifeText--212972,.knifeText--797923 {
  font-weight: 700;
  color: #0a039c;
  text-decoration-line: underline;
  cursor: pointer;
}

.knifeText--499632 {
  color: #6a1214;
}

.knifeText--468702,.knifeText--486419,.knifeText--782112,.knifeText--950350 {
  font-weight: 700;
  color: #0a039c;
  text-decoration-line: underline;
  cursor: pointer;
}

.knifeText--569137 {
  color: #6a1214;
}

.knifeText--147022,.knifeText--842016,.knifeText--924157,.knifeText--940355 {
  font-weight: 700;
  color: #0a039c;
  text-decoration-line: underline;
  cursor: pointer;
}

.knifeText--498277 {
  color: #6a1214;
}

.knifeText--365744,.knifeText--383664,.knifeText--561547,.knifeText--606292,.knifeText--656631 {
  font-weight: 700;
  color: #0a039c;
  text-decoration-line: underline;
  cursor: pointer;
}

.knifeText--477075 {
  color: #6a1214;
}

@media (max-width:1620px) {
  .knifeNav {
    padding: 10px 15px;
  }
}

@media (max-width:1440px) {
  .knifeContentImgs__container {
    background: 0 0;
  }
}

@media (max-width:1200px) {
  .knifeNav__menu ul li {
    font-size: 16px;
    color: #000;
  }
}

@media (max-width:1050px) {
  .contentFeed .feedbackGeneral .feedback .feedback__content {
    min-width: 500px;
    max-width: 800px;
  }

  .contentFeed .feedbackGeneral .feedback .feedback__reviewRecommend .likes {
    width: 70%;
  }
}

@media (max-width:1024px) {
  .knifeOrderBtn,  .knifeTitle {
    padding: 10px 15px;
  }

  .knifeTitle {
    font-size: 26px;
    line-height: 30px;
  }

  .knifeNav__logo {
    max-width: 75px;
  }

  .knifeNav__menu ul li {
    color: #000;
  }

  .knifeNav__menu ul {
    display: none;
  }

  .knifeNav__socialMenu ul {
    margin: 0;
  }

  .knifeNav {
    position: relative;
  }
}

@media (max-width:767px) {
  .kardineoN2Com__comment {
    font-size: 18px;
    line-height: 18px;
  }

  .docInfoDoors__box {
    padding: 10px;
  }

  .knifeNav__logo {
    max-width: 50px;
  }

  .knifeNav {
    padding: 0;
  }
}

.knifeText--335953,.knifeText--475342,.knifeText--707797,.knifeText--909943 {
  font-size: 18px;
  line-height: 23.4px;
  font-weight: 700;
}

.oneImageWidget__wrapper--108291,.oneImageWidget__wrapper--180233 {
  max-width: 500px;
}

@media (max-width:660px) {
  .knifeNav__socialMenu {
    justify-content: flex-end;
  }
}

@media (max-width:600px) {
  .contentFeed .feedbackGeneral .feedback .feedback__content {
    min-width: 200px;
    max-width: 800px;
  }
}

@media (max-width:575px) {
  .docInfoDoors__form {
    padding: 15px;
  }

  .knifeContentImgs__container {
    padding: 0 15px;
  }

  .knifeNav__menu ul li {
    border: 0;
  }
}

.knifeText--286287,.knifeText--503233,.knifeText--578162,.knifeText--735463 {
  font-weight: 700;
  color: #0a039c;
  -webkit-text-decoration-line: underline;
  text-decoration-line: underline;
  cursor: pointer;
}

.knifeText--475342 {
  color: #ff0004;
}

.knifeText--417843 {
  color: #0a039c;
  -webkit-text-decoration-line: underline;
  text-decoration-line: underline;
  cursor: pointer;
}

.knifeText--106049,.knifeText--139779,.knifeText--581246,.knifeText--618453,.knifeText--644105,.knifeText--721323,.knifeText--752849,.knifeText--861847 {
  font-weight: 700;
  color: #0a039c;
  -webkit-text-decoration-line: underline;
  text-decoration-line: underline;
  cursor: pointer;
}

.knifeText--909943 {
  color: #ff0004;
}

.knifeText--177004,.knifeText--179445,.knifeText--232608,.knifeText--367389,.knifeText--402753,.knifeText--491344,.knifeText--493421,.knifeText--542334,.knifeText--583278,.knifeText--776787,.knifeText--784207,.knifeText--792280,.knifeText--801175,.knifeText--940169 {
  color: #0a039c;
  -webkit-text-decoration-line: underline;
  text-decoration-line: underline;
  cursor: pointer;
}

.knifeText--493421,.knifeText--504634,.knifeText--583278,.knifeText--792280,.knifeText--940169 {
  font-weight: 700;
}

.knifeText--177004,.knifeText--179445,.knifeText--367389,.knifeText--491344,.knifeText--801175 {
  font-weight: 700;
}

.knifeText--672549 {
  font-style: oblique;
  font-weight: 700;
  text-align: center;
}

.knifeText--402753,.knifeText--776787 {
  font-weight: 700;
}

.knifeText--209658 {
  font-style: oblique;
  font-weight: 700;
  text-align: center;
}

.knifeText--102976,.knifeText--290044,.knifeText--322216,.knifeText--776519,.knifeText--900454,.knifeText--915201 {
  font-weight: 700;
  color: #0a039c;
  -webkit-text-decoration-line: underline;
  text-decoration-line: underline;
  cursor: pointer;
}

.knifeText--707797 {
  color: #ff0004;
}

.knifeText--173538,.knifeText--190215,.knifeText--384780,.knifeText--532379,.knifeText--629574,.knifeText--736613,.knifeText--793298,.knifeText--881821,.knifeText--917977 {
  color: #0a039c;
  -webkit-text-decoration-line: underline;
  text-decoration-line: underline;
  cursor: pointer;
  font-weight: 700;
}

.knifeText--259426 {
  font-size: 19px;
  line-height: 24.7px;
  font-weight: 700;
}

.coloredText__listItem--641798,.knifeText--349551 {
  font-weight: 700;
}

.knifeText--610053 {
  font-weight: 700;
  color: #ff0004;
}

.coloredText--726589,.commentBox--383423,.knifeText--400636,.knifeText--821777 {
  color: #0a039c;
  -webkit-text-decoration-line: underline;
  text-decoration-line: underline;
  cursor: pointer;
}

.knifeText--400636,.knifeText--821777 {
  font-weight: 700;
}

.coloredText--515336 {
  font-weight: 700;
}

.knifeText--834973 {
  background-color: #d4ffd0;
  border: 2px solid #ff0004;
}

.knifeText--515013 {
  font-weight: 700;
}

.knifeText--117034 {
  font-weight: 700;
  color: #ff0004;
}

.commentBox--257684,.commentBox--479175,.commentBox--488296,.commentBox--544097,.commentBox--615865,.commentBox--692191,.commentBox--768245,.knifeText--635905,.knifeText--969795 {
  color: #0a039c;
  -webkit-text-decoration-line: underline;
  text-decoration-line: underline;
  cursor: pointer;
}

.knifeOrderBtn__button--335744,.knifeText--635905,.knifeText--773687,.knifeText--969795 {
  font-weight: 700;
}

.country-select,.docInfoDoors--720813,.icon {
  font-weight: 400;
}

.docInfoDoors--720813 {
  background-color: #ff0004;
}

.commentImgWrapper--546899 {
  max-width: 400px;
  width: 100%;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}

.commentImgWrapper--654325,.commentImgWrapper--973947 {
  max-width: 400px;
  width: 100%;
  height: -webkit-fit-content;
  height: -moz-fit-content;
}

.commentImg--416082 {
  width: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

.commentImgWrapper--973947 {
  height: fit-content;
}

.commentImg--855724 {
  width: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

.commentImgWrapper--654325 {
  height: fit-content;
}

.commentImgWrapper--640231,.commentImgWrapper--685488 {
  height: -webkit-fit-content;
  height: -moz-fit-content;
  max-width: 400px;
  width: 100%;
}

.commentImg--714049 {
  width: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

.commentImgWrapper--685488 {
  height: fit-content;
}

.commentImg--314935 {
  width: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

.commentImgWrapper--640231 {
  height: fit-content;
}

.commentImg--524633 {
  width: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

.commentImgWrapper--105337 {
  max-width: 400px;
  width: 100%;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}

.commentImg--591134 {
  width: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

.social .social__item {
  display: block;
  margin: 0 3px;
}

@media screen and (min-width:768px) {
  .social .social__item {
    margin: 0 7px;
  }
}

.icon {
  font-family: knife-icons;
  font-style: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon--vkontakte:before {
  content: "\e903";
}

.icon--zen:before {
  content: "\e904";
}

.icon--telegram:before {
  content: "\e907";
}

.icon--flipboard:before {
  content: "\e914";
}

@media screen and (max-width:1024px) {
  .icon {
    font-size: 22px;
  }
}

@keyframes loadingD {
  0% {
    transform: rotate(0);
  }

  50% {
    transform: rotate(180deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

.country-select {
  margin: 8px 0;
  border: 2.5px solid #ddd;
  padding: 15px;
  font-size: 14px;
  line-height: 20px;
  background: #f2f2f2;
  transition: .25s;
  border-radius: 35px;
  width: 100%;
  height: 55px;
}

.knifeText--834973 {
  margin: 0 60px;
  box-sizing: border-box;
}

.coloredText__container {
  margin: 15px 60px;
  box-sizing: border-box;
}

@media (max-width:967px) {
  .knifeContentBB__text {
    padding: 0 20px;
  }

  .knifeContentBB,  .knifeDate__text,  .knifeText {
    padding: 10px 15px;
  }

  .knifeTitle {
    font-size: 23px;
    line-height: 28px;
  }

  .knifeText--834973 {
    margin: 0 20px;
  }

  .coloredText__container {
    margin: 15px;
  }
}

.docInfoDoors__form {
  display: block;
}

.kardineoN2Com__comment img {
  display: block !important;
  margin: 15px 0 !important;
  width: 100% !important;
  max-width: 350px !important;
}

.door__title {
  padding: 10px;
}