/* Code tidied up by ScrapBook */
body {
  margin: 0px;
}

.contentBox p {
  margin: 0px;
}

html {
  scroll-behavior: smooth;
}

article,
footer,
header {
  display: block;
}

a {
  background-color: transparent;
}

a:active,
a:hover {
  outline-width: 0px;
}

b {
  font-weight: inherit;
}

b {
  font-weight: bolder;
}

img {
  border-style: none;
}

svg:not(:root) {
  overflow: hidden;
}

* {
  box-sizing: border-box;
}

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

body {
  height: 100%;
  color: rgb(46, 46, 46);
  background-color: rgb(242, 242, 242);
  text-rendering: optimizelegibility;
  min-width: 320px;
}

a {
  color: rgb(57, 104, 163);
  text-decoration: none;
}

a:hover,
a:focus {
  color: rgb(57, 104, 163);
  text-decoration: none;
  outline: 0px none;
}

img {
  vertical-align: middle;
}

*::-moz-selection {
  background: rgb(179, 212, 252) none repeat scroll 0% 0%;
  text-shadow: none;
}

.hidden {
  display: none ! important;
}

body::before {
  content: "xs";
  display: none;
}

.spinner-inner {
  position: relative;
  width: 30px;
  height: 30px;
  margin: 20px auto;
}

.spinner-inner .spinner {
  position: absolute;
  top: 0px;
  bottom: 0px;
  left: 0px;
  right: 0px;
  animation: 2s linear 0s normal none infinite running rotate;
  transform-origin: center center 0px;
}

.social-share {
  display: flex;
}

.social-share_column-xs {
  flex-direction: column;
}

.post-page__columns {
  display: flex;
}

.post-page__columns-right {
  width: 100%;
}

.post-page .post-page-item {
  margin-top: 0px;
  padding: 0px 5px 20px;
}

.post-page .post-page-item .post-page-header {
  margin-bottom: 10px;
}

.post-page .post-page-item .post-page-header .post-page-tools-footer .social-share_column-xs {
  flex-flow: row wrap;
}

.comments {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 20px 0px 0px;
  background: rgb(255, 255, 255) none repeat scroll 0% 0%;
}

.comments-btn-block {
  position: absolute;
  width: 50px;
  height: 100%;
  right: 0px;
}

.comments__btn-up {
  position: absolute;
  top: 65vh;
  display: block;
  width: 50px;
  height: 50px;
  padding: 16px;
  margin-bottom: 160px;
  cursor: pointer;
  background-color: rgb(255, 255, 255);
  text-align: center;
  box-shadow: 0px 2px 12px 0px rgba(71, 75, 105, 0.15);
  z-index: 890;
}

.comments__btn-up svg {
  position: relative;
  top: -4px;
}

.comments__count {
  text-align: center;
  font-size: 22px;
  font-weight: 400;
}

.comments .comment-bubble {
  opacity: 1;
  transition: opacity 0.5s ease-out 0s;
}

.comments .comments-chat {
  width: 100%;
  margin: 0px auto;
  text-align: center;
}

.comments .comments-user {
  height: 40px;
  overflow: hidden;
  flex-shrink: 0;
  position: relative;
  top: -2px;
}

.comments .comments-avatar {
  flex-shrink: 0;
  position: relative;
  width: 30px;
  height: 30px;
  margin-left: 8px;
  margin-top: 2px;
  margin-right: 2px;
  text-align: center;
  font-size: 12px;
  text-transform: uppercase;
  line-height: 30px;
  border-radius: 50%;
  background-color: rgb(245, 247, 250);
}

.comments .comments-avatar_grey {
  margin-left: 0px;
  margin-right: 8px;
}

.comments .comments-message {
  display: flex;
  width: 100%;
  margin-bottom: 15px;
  flex-direction: row-reverse;
  justify-content: flex-start;
}

.comments .comments-message_grey {
  flex-direction: row;
}

.comments .comments-field {
  position: relative;
  width: 88%;
  flex: 1 0 auto;
  padding: 15px;
  border-radius: 12px;
}

.comments .comments-field__txt {
  display: block;
  margin: 5px 0px 0px;
  font-size: 15px;
  text-align: left;
  font-weight: 400;
  line-height: 1.42857;
}

.comments .comments-field__txt p {
  margin: 0px;
}

.comments .comments-field__image {
  text-align: left;
  margin-top: 5px;
}

.comments .comments-field__image-load {
  display: flex;
  height: 200px;
  justify-content: center;
  flex-direction: column;
}

.comments .comments-field__image-load .spinner-inner {
  display: block;
}

.comments .comments-field_grey {}

.comments .comments-flex {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 100%;
}

.comments .comments-flex__name {
  margin: 0px 10px 0px 0px;
  font-size: 16px;
  font-weight: bold;
  text-align: left;
}

img {
  max-width: 100%;
}

.post-page-content-main a {
  text-decoration: underline;
}

.post-page-content-main a:hover {
  color: rgb(162, 30, 43);
}

.post-page-content p img {
  max-width: 100%;
}

html {
  overflow-y: initial ! important;
}

body {
  position: initial ! important;
}

.link {
  color: rgb(57, 104, 163);
  text-decoration: underline;
  cursor: pointer;
}

.link:hover {
  color: rgb(162, 30, 43);
}

html {
  font-family: sans-serif;
  line-height: 1.15;
}

body {
  margin: 0px;
}

article,
footer,
header {
  display: block;
}

a {
  background-color: transparent;
}

a:active,
a:hover {
  outline-width: 0px;
}

img {
  border-style: none;
}

svg:not(:root) {
  overflow: hidden;
}

button,
input {
  font: inherit;
  margin: 0px;
}

button,
input {
  overflow: visible;
}

button {
  text-transform: none;
}

button {}

button::-moz-focus-inner {
  border-style: none;
  padding: 0px;
}

button:-moz-focusring {
  outline: 1px dotted buttontext;
}

* {
  box-sizing: border-box;
}

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

body {
  height: 100%;
  color: rgb(46, 46, 46);
  background-color: white;
  text-rendering: optimizelegibility;
  min-width: 320px;
}

input,
button {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

a {
  color: rgb(57, 104, 163);
  text-decoration: none;
}

a:hover,
a:focus {
  color: rgb(57, 104, 163);
  text-decoration: none;
  outline: 0px none;
}

img {
  vertical-align: middle;
}

*::-moz-selection {
  background: rgb(179, 212, 252) none repeat scroll 0% 0%;
  text-shadow: none;
}

.hidden {
  display: none ! important;
}

body::before {
  content: "xs";
  display: none;
}

@media (min-width: 660px) {
  body::before {
    content: "sm";
  }
}

@media (min-width: 980px) {
  body::before {
    content: "md";
  }
}

@media (min-width: 1300px) {
  body::before {
    content: "lg";
  }
}

@media (min-width: 1440px) {
  body::before {
    content: "xlg";
  }
}

@media (min-width: 1920px) {
  body::before {
    content: "xxlg";
  }
}

.spinner-inner {
  position: relative;
  width: 30px;
  height: 30px;
  margin: 20px auto;
}

.spinner-inner .spinner {
  position: absolute;
  top: 0px;
  bottom: 0px;
  left: 0px;
  right: 0px;
  animation: 2s linear 0s normal none infinite running rotate;
  transform-origin: center center 0px;
}

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

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

@media (min-width: 660px) {
  .spinner-inner {
    width: 40px;
    height: 40px;
    margin: 35px auto;
  }
}

.social-share {
  display: flex;
}

.social-share_column-xs {
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  flex-direction: column;
}

@media (min-width: 660px) {
  .social-share {
    transition: flex-basis 0.3s ease-out 0s, -webkit-flex-basis 0.3s ease-out 0s, -ms-flex-preferred-size 0.3s ease-out 0s;
  }

  .social-share_column-xs {
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
    flex-direction: row;
  }
}

.post-page__columns {
  display: flex;
}

.post-page__columns-right {
  width: 100%;
}

.post-page .post-page-item {
  margin-top: 0px;
  padding: 0px 5px 20px;
}

.post-page .post-page-item .post-page-header {
  margin-bottom: 10px;
}

.post-page .post-page-item .post-page-header .post-page-tools-footer .social-share_column-xs {
  -moz-box-orient: horizontal;
  -moz-box-direction: normal;
  flex-flow: row wrap;
}

@media (min-width: 660px) {
  .post-page .post-page-item {
    padding-left: 20px;
    padding-right: 20px;
  }

  .post-page .post-page-item .post-page-header .post-page-tools-footer {
    position: relative;
    display: flex;
    flex-wrap: nowrap;
    -moz-box-pack: justify;
    justify-content: space-between;
    -moz-box-align: center;
    align-items: center;
  }
}

@media (min-width: 980px) {

  .post-page .post-page-item .post-page-header .post-page-tools-footer .social-share {
    flex-basis: 600px;
  }

  .post-page .post-page-item .post-page-content {
    position: relative;
    display: flex;
  }

  .post-page .post-page-item .post-page-content .post-page-content-main {
    max-width: 100%;
    -moz-box-flex: 0;
    flex: 0 0 100%;
  }

  .post-page .post-page-item .post-page-content .post-page-content-main .comments {
    padding: 0px;
  }
}

@media (min-width: 1300px) {
  .post-page__columns {
    display: flex;
  }
}

@media (min-width: 1440px) {
  .post-page .post-page-item {
    margin-left: auto;
    margin-right: auto;
    width: 1260px;
  }

  .header {
    margin-left: auto;
    margin-right: auto;
    width: 1260px;
  }
}

@supports ((-webkit-mask-image:linear-gradient(to bottom, #000 45%, transparent 98%)) or (mask-image:linear-gradient(to bottom, #000 45%, transparent 98%))) {}

@media (min-width: 980px) {
  @supports ((-webkit-mask-image:linear-gradient(to right, #000 45%, transparent 98%)) or (mask-image:linear-gradient(to right, #000 45%, transparent 98%))) {}
}

@media print {

  *,
  *::before,
  *::after {
    background: transparent none repeat scroll 0px 0px ! important;
    color: rgb(0, 0, 0) ! important;
    box-shadow: none ! important;
    text-shadow: none ! important;
  }

  a,
  a:visited {
    text-decoration: underline;
  }

  a[href]::after {
    content: " (" attr(href) ")";
  }

  a[href^="#"]::after {
    content: "";
  }

  img {
    page-break-inside: avoid;
  }

  img {
    max-width: 100% ! important;
  }

  p,
  h3 {}

  h3 {
    page-break-after: avoid;
  }
}

.comments {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  -moz-box-pack: justify;
  justify-content: space-between;
  margin: 20px 0px 0px;
  background: white none repeat scroll 0% 0%;
}

.comments-btn-block {
  position: absolute;
  width: 50px;
  height: 100%;
  right: 0px;
}

.comments__btn-up {
  position: absolute;
  top: 65vh;
  display: block;
  width: 50px;
  height: 50px;
  padding: 16px;
  margin-bottom: 160px;
  cursor: pointer;
  background-color: rgb(255, 255, 255);
  text-align: center;
  box-shadow: 0px 2px 12px 0px rgba(71, 75, 105, 0.15);
  z-index: 890;
}

.comments__btn-up svg {
  position: relative;
  top: -4px;
}

.comments__count {
  text-align: center;
  font-size: 22px;
  font-weight: 400;
}

.comments .comment-bubble {
  opacity: 1;
  transition: opacity 0.5s ease-out 0s;
}

.comments .comments-chat {
  width: 100%;
  margin: 0px auto;
  text-align: center;
}

.comments .comments-user {
  height: 40px;
  overflow: hidden;
  flex-shrink: 0;
  position: relative;
  top: -2px;
}

.comments .comments-avatar {
  flex-shrink: 0;
  position: relative;
  width: 40px;
  height: 40px;
  margin-left: 8px;
  margin-top: 2px;
  margin-right: 2px;
  text-align: center;
  font-size: 12px;
  text-transform: uppercase;
  line-height: 30px;
  border-radius: 50%;
  background-color: rgb(245, 247, 250);
}

.comments .comments-avatar_grey {
  margin-left: 0px;
  margin-right: 8px;
}

.comments .comments-message {
  display: flex;
  width: 100%;
  margin-bottom: 15px;
  -moz-box-orient: horizontal;
  -moz-box-direction: reverse;
  flex-direction: row-reverse;
  -moz-box-pack: start;
  justify-content: flex-start;
}

.comments .comments-message_grey {
  -moz-box-orient: horizontal;
  -moz-box-direction: normal;
  flex-direction: row;
}

.comments .comments-field {
  position: relative;
  width: 88%;
  -moz-box-flex: 1;
  flex: 1 0 auto;
  padding: 15px;
  border-radius: 12px;
}

.comments .comments-field__txt {
  display: block;
  margin: 5px 0px 0px;
  font-size: 15px;
  text-align: left;
  font-weight: 400;
  overflow-wrap: break-word;
  line-height: 1.42857;
}

.comments .comments-field__txt p {
  margin: 0px;
}

.comments .comments-field__image {
  text-align: left;
  margin-top: 5px;
}

.comments .comments-field__image-load {
  display: flex;
  height: 200px;
  -moz-box-pack: center;
  justify-content: center;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  flex-direction: column;
}

.comments .comments-field__image-load .spinner-inner {
  display: block;
}

.comments .comments-field_grey {}

.comments .comments-flex {
  display: flex;
  -moz-box-pack: justify;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 100%;
}

.comments .comments-flex__name {
  margin: 0px 10px 0px 0px;
  font-size: 16px;
  font-weight: bold;
  text-align: left;
}

@media (min-width: 980px) {
  .comments:not(.comments_forever-small) {
    margin: 0px auto;
  }

  .comments:not(.comments_forever-small) .comments-user {
    height: 60px;
    position: relative;
    top: -2px;
  }

  .comments:not(.comments_forever-small) .comments-flex_top {
    margin-top: 30px;
  }

  .comments:not(.comments_forever-small) .comments-field__txt {
    font-size: 16px;
  }

  .comments:not(.comments_forever-small) .comments-avatar {
    height: 50px;
    width: 50px;
    margin-right: 2px;
    margin-top: 2px;
    margin-left: 15px;
    line-height: 50px;
    font-size: 16px;
  }

  .comments:not(.comments_forever-small) .comments-avatar_grey {
    margin: 0px 15px 0px 0px;
  }

  .comments:not(.comments_forever-small) .comments-flex {
    line-height: 22px;
    flex-wrap: nowrap;
  }
}

img {
  max-width: 100%;
}

.post-page-content-main a {
  text-decoration: underline;
  color: rgb(31, 105, 142);
}

.post-page-content-main a:hover {
  color: rgb(162, 30, 43);
}

.post-page-content p img {
  max-width: 800px;
}

body {
  font: 18px/1.6 YahooSans VF, Yahoo Sans, YahooSans, Helvetica Neue, Helvetica, Arial, sans-serif;
}

.contentBox {
  line-height: 1.5;
}

.contentBox p {
  padding-top: 10px;
}



a {
  text-decoration: none;
  color: rgb(0, 121, 242);
}

.comments-avatar {
  max-width: 48px;
  max-height: 48px;
}

.comments__form {
  max-width: 500px;
  margin: 40px auto;
}

input {
  width: 100%;
}

a,
input,
button {
  font: inherit;
  color: inherit;
  text-transform: inherit;
  text-shadow: inherit;
  border: medium none;
  background: transparent none repeat scroll 0% 0%;
  box-shadow: none;
  border-radius: 0px;
  margin: 0px;
  padding: 0px;
}

.footer {
  padding: 15px 0px;
  color: black;
  text-align: center;
}

.footer p {
  padding: 0px;
  margin: 0px;
}

.content-image {
  width: 100%;
  max-width: 800px;
  display: block;
  margin: 5px auto;
}

@media (max-width: 514px) {
  .contentBox h1 {
    font-size: 22px;
    margin: 0px;
  }
}



/* Code tidied up by ScrapBook */
.header {
  position: relative;
}

article,
footer,
header {
  display: block;
}

.header {
  border-bottom: 1px solid rgba(128, 128, 128, 0.41);
  min-height: 64px;
}

.caas-attr {
  align-items: center;
  display: flex;
  flex-direction: row;
}

.caas-attr-logo {
  height: 48px;
  margin-right: 8px;
  position: relative;
  width: 48px;
}

.caas-attr a,
.caas-attr a:visited {
  color: rgb(35, 42, 49);
}

.caas-attr a {
  text-decoration: none;
}

.caas-attr.author .caas-attr-logo .caas-img {
  border-radius: 50%;
}

.caas-attr-logo .caas-img {
  height: 100%;
  left: 0px;
  object-fit: cover;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
}

.caas-img {
  border: medium none;
  max-width: 100%;
  min-height: 1px;
}

.caas-attr-meta {
  font-size: 1.077em;
  line-height: 1;
}

.caas-attr-item-author {
  display: block;
  line-height: 1.43;
  position: relative;
}

.caas-attr-meta .caas-attr-time-style {
  color: rgb(110, 119, 128);
  display: block;
  font-size: 0.86em;
  margin-top: 4px;
}



/* Code tidied up by ScrapBook */
.apte {
  box-sizing: border-box;
  font-family: "Roboto", sans-serif;
  line-height: 1.8;
  font-style: normal;
  width: 100%;
  padding: 34px 74px 40px;
  background-repeat: repeat;
}

.apte * {
  box-sizing: inherit;
}

.apte__inner {
  width: 100%;
  max-width: 600px;
  padding: 0px 15px;
  display: flex;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  flex-direction: column;
  -moz-box-align: center;
  align-items: center;
  background: rgba(255, 255, 255, 0.8) none repeat scroll 0% 0%;
  border-radius: 20px;
  position: relative;
  text-align: center;
}

.apte .logo {
  position: absolute;
  top: 20px;
  left: 26px;
  max-width: 224px;
  width: 100%;
}

.apte .logo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.apte__img {
  max-width: 350px;
  width: 100%;
}

.apte__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.apte__text {
  text-align: center;
  font-weight: bold;
  font-size: 28px;
  line-height: 30px;
  color: rgb(191, 51, 161);
}

.apte__text span {
  color: red;
}

.apte .price {
  font-weight: bold;
  font-size: 24px;
  line-height: 28px;
  display: flex;
  -moz-box-pack: justify;
  justify-content: space-around;
  margin-bottom: 13px;
}

.apte .old-price {
  position: relative;
  color: rgb(128, 128, 128);
  margin-right: 30px;
}

.apte .old-price::before {
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  position: absolute;
  top: 50%;
  left: 0px;
  background: grey none repeat scroll 0% 0%;
}

.apte .new-price {
  color: rgb(165, 42, 42);
}

.apte .availability {
  font-weight: bold;
  font-size: 13px;
  line-height: 15px;
  text-align: left;
  color: rgb(25, 181, 0);
  display: flex;
  justify-content: center;
}

.apte__info {
  display: flex;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  flex-direction: column;
  -moz-box-align: center;
  align-items: center;
  margin-top: 15px;
}

.apte__info svg {
  width: 40px;
  height: 40px;
  margin-bottom: 15px;
}

.apte__info span {
  margin-bottom: 15px;
}

.apte__form {
  margin-top: 58px;
}

.apte__form .input-roulette {
  width: 100% ! important;
  max-width: 276px;
  height: 63px;
  border: 1px solid rgb(0, 0, 0);
  font-size: 16px;
  line-height: 19px;
  color: rgb(104, 104, 104);
  margin-bottom: 30px;
  padding-left: 18px;
}

.apte__form .submit-roulette {
  width: 100% ! important;
  max-width: 276px;
  height: 63px;
  font-weight: bold;
  font-size: 20px;
  line-height: 26px;
  color: rgb(255, 255, 255);
  background: rgb(95, 1, 210) none repeat scroll 0% 0%;
  border: 1px solid rgba(222, 100, 0, 0.79);
  margin: 0px;
  border-radius: 0px;
  box-shadow: none;
  text-align: center;
}

@media only screen and (max-width: 768px) {
  .apte .logo {
    max-width: 160px;
  }
}

@media only screen and (max-width: 660px) {
  .apte {
    padding: 34px 54px 5px;
  }
}

@media only screen and (max-width: 425px) {
  .apte__inner {
    padding-bottom: 0px;
  }

  .apte__form {
    margin-top: 18px;
  }

  .apte__form .submit-roulette {
    display: block ! important;
  }
}

@media only screen and (max-width: 395px) {
  .apte .price {
    font-size: 18px;
  }
}

.comments-field__txt img {
  width: 100%;
  max-width: 400px !important;
}

.center {
  text-align: center;
}

h1 {
  font-weight: 700;
  font-size: 35px;
}

.btn {
  text-decoration: none !important;
  color: rgb(95, 1, 210);
  border: 2px solid rgb(95, 1, 210);
  border-radius: 20px;
  padding: 11px 18px;
  font-family:  sans-serif;
}