.comments * {
  margin: 0 ;
  -webkit-margin-before: 0 ;
  -webkit-margin-end: 0 ;
  -webkit-margin-after: 0 ;
  -webkit-margin-start: 0 ;
  margin-block-start: 0 ;
  margin-block-end: 0 ;
  margin-inline-start: 0 ;
  margin-inline-end: 0 ;
  padding: 0 ;
  border-style: none ;
  border-width: 0 ;
  border-color: transparent ;
  font-family: inherit ;
  font-size: 100% ;
  box-sizing: border-box ;
}
.comments {
  position: relative ;
  max-width: 780px ;
  margin: 0 auto ;
  margin-bottom: 30px ;
  box-sizing: border-box ;
}
.comments > * {
  box-sizing: border-box ;
}
.comments__header {
  position: relative ;
  display: flex ;
  justify-content: space-between ;
  align-items: center ;
  gap: 5px ;
  margin: 0 0 30px 0 ;
  padding: 0 0 ;
  box-sizing: border-box ;
  -webkit-box-align: center ;
  -webkit-box-pack: justify ;
  -ms-flex-align: center ;
  -ms-flex-pack: justify ;
}
.comments__header::before {
  content: "" ;
  position: absolute ;
  bottom: 0 ;
  left: 0 ;
  z-index: 0 ;
  width: 100% ;
  height: 2px ;
  background-color: #eeee ;
}

.comments__left-box {
  margin-bottom: 20px;
  position: relative ;
  z-index: 1 ;
  display: flex ;
  justify-content: space-between ;
  align-items: center ;
  gap: 5px ;
  padding: 4px 0 ;
  border-bottom: 2px solid #9faeb5 ;
  -webkit-box-align: center ;
  -webkit-box-pack: justify ;
}
.comments__header-title {
  margin: 0 ;
  padding: 0 ;
  font-size: 20px ;
  font-weight: 700 ;
  text-indent: 0 ;
  text-transform: capitalize ;
  color: rgb(65, 65, 65) ;
  box-sizing: border-box ;
}
.comments__item-list {
  display: flex ;
  flex-flow: column ;
  gap: 30px ;
  -webkit-box-direction: normal ;
  -webkit-box-orient: vertical ;
}
.comments__item {
  display: flex ;
  flex-flow: column ;
  gap: 10px ;
  -webkit-box-direction: normal ;
  -webkit-box-orient: vertical ;
  margin-bottom: 10px;
}
.comments__item-header {
  display: flex ;
  gap: 15px ;
}

.comments__item-info {
  display: flex ;
  flex-flow: column ;
  gap: 7px ;
  text-indent: 0 ;
  -webkit-box-direction: normal ;
  -webkit-box-orient: vertical ;
  max-height: 50px;
}

.comments__item-name {
  margin: 0 ;
  padding: 0 ;
  font-size: 18px ;
  font-weight: 600 ;
  text-align: left ;
  text-indent: 0 ;
  text-transform: capitalize ;
  line-height: 1 ;
  color: rgb(65, 65, 65) ;
}
.comments__item-data {
  margin: 0 ;
  padding: 0 ;
  font-size: 15px ;
  font-weight: 500 ;
  text-align: left ;
  text-indent: 0 ;
  text-transform: initial ;
  line-height: 1 ;
  color: #9faeb5 ;
}
.comments__item-body {
  display: flex ;
  flex-flow: column ;
  gap: 15px ;
  -webkit-box-direction: normal ;
  -webkit-box-orient: vertical ;
}
.comments__item-content {
  margin: 0 ;
  padding: 0 ;
  font-size: 16px ;
  font-weight: 400 ;
  text-align: left ;
  text-indent: 0 ;
  text-transform: initial ;
  line-height: 1.3 ;
  color: rgb(65, 65, 65) ;
}
.comments__item-footer {
  display: flex ;
  justify-content: space-between ;
  align-items: center ;
  text-indent: 0 ;
  -webkit-box-align: center ;
  -webkit-box-pack: justify ;
  -ms-flex-align: center ;
  -ms-flex-pack: justify ;
}
.comments__item-replay {
  margin: 0 ;
  border: none ;
  font-size: 18px ;
  font-weight: 400 ;
  text-decoration: none ;
  text-transform: initial ;
  color: #9faeb5 ;
  transition: all 0.2s ease-in-out ;
  box-shadow: none ;
}
.comments__item-replay:hover {
  color: #5f95ad ;
}
@media (min-width: 576px) {
  .comments__item-name {
    font-size: 20px ;
  }
  .comments__item-data {
    font-size: 16px ;
  }
  .comments__item-content {
    text-indent: 0 ;
    font-size: 18px ;
  }
  .comments__item-footer {
    max-width: 350px ;
  }
}
@media (min-width: 992px) {
  .comments__header-title {
    font-size: 20px ;
  }
}
.comments-fb .comments__item {
  padding: 16px 18px ;
  border-radius: 5px ;
  background: rgba(114, 168, 211, 0.2) none repeat scroll 0 0;
}

.comments-fb .comments__item .startdate,
.comments-fb .comments__item .nowdate {
  color: grey;
  font-size: 14px;
}
.comments-fb .comments__header {
  margin-bottom: 0px ;
}
.comments-fb .comments__item-list {
  gap: 2px ;
}
.comments__item-content img {
  margin: 7px 0 0;
  border-radius: 8px;
  width: 100% ;
  max-width: 350px ;
  display: block;
}

.comments-fb .comments__item.reply {
  margin-left: 16px ;
  background: #d1ecff;
  margin-bottom: 0 ;
}

.comm-obert-reply {
  margin-left: 36px;
  border-left: 1px dotted #515151;
  margin-bottom: 20px;
}

.comments-fb .comments__item-avatar {
  margin: 0 ;
  object-fit: cover ;
  width: 60px ;
  min-width: 60px ;
  height: auto ;
  min-height: 60px ;
  border-radius: 32px ;
  border: 2px solid #e89f89;
}
.pachino-btn {
  background-color: #ef3333 ;
  transition: all 0.2s ease-in 0s ;
  display: block;
  text-align: center;
  color: #fff;
  font-size: 20px;
  font-weight: 600;
  padding: 10px 8px;
  border-radius: 10px;
  border: 2px solid #ef3d3d;
  width: 100%;
  max-width: 448px;
  margin: 0 auto;
}
.pachino-btn:hover {
  color: #fff ;
  background-color: #f52b2b ;
  transform: scale(1.1) ;
}
.doc-block {
  padding: 10px;
  border: 3px #004478 dashed;
  text-align: center;
  max-width: 600px;
  margin: 0 auto;
  margin-bottom: 20px;
}

.doc-block p {
  padding-left: 12px;
  padding-right: 12px;
}
.rev-block {
  margin-bottom: 20px;
  padding: 16px;
  background: #ffbc0047;
  box-shadow: 2px 2px 9px #0000002b;
  border: 2px solid #f2dda2;
  border-radius: 5px;
}

.rev-block font {
  display: block;
  margin-bottom: 16px;
}

.block-offer-actions-block {
  padding: 16px;
  border: 1px solid #979797;
  border-top: none;
}

.obertk512 {
  font-family: "Sceptica", "Roboto", sans-serif ;
  display: block;
  box-shadow: 0 0 9px #00000045;
  border: 8px solid #ffffff;
  border-radius: 4px;
  max-width: 700px;
  margin: 0 auto;
  padding-bottom: 0;
  font-size: 20px;
  line-height: 1.5;
  margin-bottom: 20px;
  color: #000;
  background-position: center center;
  margin-top: 24px;
  border-radius: 4px;
  width: 100%;
}

.obertk512 h1 {
  font-family: "FS Jack Poster", "Roboto", sans-serif;
  line-height: 1.3;
  margin-bottom: 0;
  color: #373737;
  font-size: 18px;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  border: 1px solid #8d8d8d;
  padding: 14px 10px;
  font-weight: 400;
  background: #ffbc0047;
}
.obertk512 ol {
  padding-left: 22px;
  margin-top: 4px;
}
.obertk512 li {
  line-height: 1.2;
}
.obertk512 li::marker {
  font-weight: 600;
  color: #33a641;
}
.obertk512 li font {
  line-height: 1.28;
  font-family: "Sceptica", "Roboto", sans-serif ;
  color: #33a641;
  text-align: left;
  font-weight: 500;
}

.block-offer-actions-block li span {
  display: block;
  font-size: 16px;
  line-height: 1.2;
  font-weight: 400;
  color: #6c6d6d;
  margin-left: 0px;
  margin-top: 5px;
  margin-bottom: 4px;
  border-bottom: 1px solid #c8c8c8;
  padding-bottom: 16px;
}

.receipt-block {
  margin-bottom: 26px;
}

.pachino-ramka {
  border: 3px solid #ff7000;
  padding: 14px;
  border-radius: 4px;
  background: #ffa5000a;
}

.ramka-title {
  display: block;
  background: #ff4d0021;
  color: #191515;
  padding: 6px 8px;
  margin-bottom: 12px;
  font-weight: 400 ;
  background: hsla(24, 89%, 82%, 1);
  background: linear-gradient(0deg, hsla(24, 89%, 82%, 1) 0%, hsla(30, 100%, 99%, 1) 100%);
  background: -moz-linear-gradient(0deg, hsla(24, 89%, 82%, 1) 0%, hsla(30, 100%, 99%, 1) 100%);
  background: -webkit-linear-gradient(0deg, hsla(24, 89%, 82%, 1) 0%, hsla(30, 100%, 99%, 1) 100%);
  filter: progid: DXImageTransform.Microsoft.gradient( startColorstr="#FACAAA", endColorstr="#FFFDFB", GradientType=1 );
}

.pachino-ramka font {
  color: red;
}

.pachino-ramka2 {
  box-shadow: 3px 3px 12px rgb(51 51 51 / 12%);
  text-align: left;
  color: #199751;
  font-weight: 600;
  border: 2px solid;
  border-radius: 4px;
  padding: 15px;
  background: #f8fff973;
}

.ramka-title2 {
  display: block;
  background: #166ca72b;
  color: #166ca7f2;
  padding: 2px 8px;
  margin-bottom: 12px;
}

.pachino-ramka312 {
  box-shadow: 3px 3px 12px rgb(51 51 51 / 12%);
  text-align: left;
  color: red;
  font-weight: 600;
  border: 2px solid red;
  border-radius: 4px;
  padding: 15px;
  background: #ff000005;
  margin-bottom: 24px;
}

.pachino-ramka316 {
  box-shadow: 3px 3px 12px rgb(51 51 51 / 13%);
  text-align: left;
  background-color: #3289c282;
  padding: 2px;
  border-radius: 4px;
  font-size: 18px;
  border: 6px solid #3289c2;
  font-weight: 500;
  text-shadow: 0 0 0px #7070705e;
}

.pachino-ramka316 .obertka-2 {
  background: #3289c2;
  border: none;
  display: block;
  padding: 12px;
  border-radius: 4px;
  color: #ffffff;
}

.pachino-ramka618 {
  box-shadow: 3px 3px 12px rgb(51 51 51 / 13%);
  text-align: left;
  line-height: 1.32;
  background-color: #fe080803;
  padding: 2px;
  border-radius: 4px;
  color: #ff2f00;
  font-size: 19px;
  border: 4px dashed #ffffff;
  font-weight: 500;
  text-shadow: 0 0 0px #8329155e;
}

.nowrap {
  text-wrap: nowrap;
}

.img-card {
  margin-top: 28px;
  border: 12px solid #fff;
  box-shadow: 3px 2px 9px #00000021;
  border-radius: 4px;
  outline: 1px solid #c4c4c47d;
}

.img-card2 {
  border-radius: 4px;
  border: 8px solid #fff;
}

.citate {
  color: red;
  font-size: 20px;
  line-height: 1.3;
  margin-bottom: 10px;
}

h2 span {
  display: block;
  margin-top: 10px;
  margin-bottom: 20px;
}

.pre-cta {
  color: green;
  font-weight: 500;
  font-size: 19px;
}

.noclose-cta {
  font-size: 19px;
  max-width: 778px;
  margin: 0 auto;
  display: block;
  margin-bottom: 12px;
}

.my-split {
  display: none;
}

.redmoon {
  background: red;
  color: lightpink;
}

* .ffl {
  font-family: PF Regal, PF Regal Text Pro, Georgia, serif ;
  box-sizing: border-box;
  font-size: 16px;
  line-height: 1.5;
  font-weight: 600;
}

@media screen and (min-width: 469px) {
  .ffl {
    display: none ;
  }
}

.ffl {
  position: fixed;
  left: 0;
  bottom: 0;
  z-index: 10;
  background-color: #f14e23;
  text-align: center;
  width: 100%;
  padding: 10px 30px;
  opacity: 0;
  display: none;
  z-index: 999999;
  font-family: sans-serif ;
  font-size: 16px;
  font-weight: 500;
}

.ffl__anim {
  -webkit-animation: example 1.3s ease;
  animation: example 1.3s ease;
  opacity: 1;
}

@-webkit-keyframes example {
  0% {
    opacity: 0;
  }
  25% {
    opacity: 0;
  }
  50% {
    opacity: 0;
  }
  75% {
    opacity: 0.9;
  }
  100% {
    opacity: 1;
  }
}

@keyframes example {
  0% {
    opacity: 0;
  }
  25% {
    opacity: 0;
  }
  50% {
    opacity: 0;
  }
  75% {
    opacity: 0.9;
  }
  100% {
    opacity: 1;
  }
}

.ffl__wrap {
  position: relative;
}

.ffl__close {
  position: absolute;
  top: 0;
  right: -20px;
  color: #fff;
  font-size: 25px;
  font-family: serif;
  line-height: 16px;
  height: 16px;
  width: 16px;
  cursor: pointer;
  font-weight: 700;
}

.ffl__out {
  display: none ;
}

.ffl__text {
  color: #fff;
  text-shadow: 0 0 0 #fff;
}

.ffl__price {
  font-size: 16px;
  white-space: nowrap;
}

.ffl-new-price {
  font-weight: 600 ;
  font-size: 17px ;
}

.ffl__price span {
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 500;
}

.ffl__btn,
.ffl__btn:focus,
.ffl__btn:hover,
.ffl__btn:active {
  background-color: #ffbe01;
  color: #a12d0f;
  border-radius: 3px;
  padding: 7px 30px;
  display: inline-block;
  margin: 5px auto;
  text-decoration: none;
  -webkit-animation: blinker 2s cubic-bezier(1, 0, 0, 1) infinite;
  animation: blinker 2s cubic-bezier(1, 0, 0, 1) infinite;
  line-height: 1.2;
  text-transform: uppercase;
  font-size: 17px;
  font-weight: 800;
  text-decoration: none ;
}

@keyframes blinker {
  from {
    opacity: 1;
  }
  to {
    opacity: 0.7;
  }
}

@-webkit-keyframes blinker {
  from {
    opacity: 1;
  }
  to {
    opacity: 0.7;
  }
}

.tolkochto {
  color: green;
  font-weight: 600;
  font-size: 12px;
}
