footer {
  position: relative;
  text-align: center;
  overflow: hidden;
  padding: 20px 0;
  color: #A12000;
}

html {
  min-width: 320px
}

body {
  margin: 0;
  padding: 0;
}

ul {
  margin: 0;
  padding-left: 0;

  list-style: none;
}

* {
  margin: 0;
  padding: 0;
  outline: none;
  box-sizing: border-box;
  font-family: 'Arial', sans-serif;
}

header {
  width: 100%;
  height: 46px;
  background-position: center top;
  position: relative;
  z-index: 1;
}

header ul {
  text-align: right;
}

header ul li {
  display: inline-block;
  vertical-align: middle;
  text-transform: uppercase;
  color: #9ed3e9;
  font-weight: 700;
  font-size: 15px;
  cursor: pointer;
  padding: 14px 0;
  text-align: center;
  position: relative;
  margin: 0 8px;
}

header ul li:hover {
  color: #00b4ff;
}

header ul li a {
  text-decoration: none;
  color: #9ed3e9;
}

header ul li a:hover {
  color: #00b4ff;
}

img {
  border-style: none;
}

header ul li:nth-of-type(8) {
  margin-right: 30px;
}

header ul li:nth-of-type(8) a:before {
  content: '+';
  position: absolute;
  border: 2px solid #9ed3e9;
  font-size: 20px;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  right: -30px;
  display: block;
  text-align: center;
  line-height: 18px;
  top: 12px;
  padding: 0 5px;
  font-weight: normal;
}

.content {
  width: 636px;
  display: inline-block;
  vertical-align: top;
  margin-right: 20px;
}

h1 {
  color: #333333;
  font-size: 38px;
  font-weight: 300;
}

.date {
  font-style: italic;
  color: #4d4d4d;
  font-size: 14px;
}


.date {
  display: inline-block;
  vertical-align: middle;
}

h1,
p {
  margin-bottom: 20px;
}

.autor {
  float: left;
  width: 210px;
  margin-right: 10px;
}

.product {
  display: block;
  margin: 30px auto 20px;
}

.action span {
  font-size: 11px;
  color: #999999;
}

.action a {
  color: #0a78c2;
  font-size: 11px;
  text-decoration: none;
}

.time {
  font-size: 14px;
  padding: 0px 3px;
  display: inline-block;
  margin-bottom: 5px;
}

.title {
  color: #4d4d4d;
  font-size: 14px;
  font-weight: 700;
  margin-bottom: 5px;
}

.text {
  font-size: 14px;
  font-weight: 400;
}

@media all and (max-width: 1023px) {

  header ul li,
  header {
    display: none;
  }


  .content {
    margin: 0;
    width: 100%;
    margin-top: 20px;
    padding: 10px;
  }

  header ul {
    font-size: 0;
    padding: 0 10px;
  }

  h1 {
    font-size: 27px;
  }
}

@media all and (max-width: 600px) {
  .autor {
    width: 165px;
  }

}

* {
  outline: none;
}

.content .product img {
  width: 730px;
  max-width: 100%;
  display: block;
  margin: 0 auto 20px;
}

form {
  display: block;
  margin: 0 auto !important;
  text-align: center !important;
}

@media all and (max-width: 520px) {

  .autor {
    display: block;
    float: none;
    margin: 0 auto 10px;
  }

}



.price {
  display: flex;

  margin: 0 ;
  max-width: 400px;
}

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

html,
body,
div,
span,
h1,
h3,
p,
img,
b,
figure,
footer,
header,
nav {
  margin: 0px;
  padding: 0px;
  border: 0px none;
  outline: 0px none;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent none repeat scroll 0% 0%;
}

body {
  line-height: 1;
}


figure,
footer,
header,
nav {
  display: block;
}

a {
  margin: 0px;
  padding: 0px;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent none repeat scroll 0% 0%;
}

* {
  box-sizing: border-box;
}

body {
  background-color: rgb(242, 242, 242);
  position: relative;
}

img {
  max-width: 100%;
}

a {
  color: rgb(184, 139, 88);
  text-decoration: none;
}

.Body {
  font-size: 18px;
  line-height: 1.4;
}

.comment__date {
  display: block;
  margin-top: 5px;
}

.Body>* {
  max-width: 980px;
}

.Body:last-child> :last-child {
  margin-bottom: 0px;
}

.Body a {
  color: inherit;
  box-shadow: 0px -1px rgb(184, 139, 88) inset;
}

.Body a:hover {
  color: rgb(184, 139, 88);
}

.Body p {
  margin-bottom: 15px;
}

.Body p:empty {
  display: none;
}

.Body h3 {
  margin-top: 18px;
  margin-bottom: 12px;
  font-family: 'Arial', sans-serif;
  font-size: 21px;
  font-weight: bold;
}

.Menu {
  display: none;
  font-family: 'Arial', sans-serif;
  text-transform: uppercase;
  font-weight: 600;
  color: rgb(255, 255, 255);
}

@media only screen and (min-width: 64em) {
  .Menu {
    font-size: 13px;
    height: 80px;
    width: 100%;
    letter-spacing: 1px;
    background-color: rgba(113, 71, 255, 0);
    display: flex;
    justify-content: center;
  }
}

.Menu-item {
  position: relative;
  display: flex;
  align-items: center;
  padding: 0px;
  text-align: center;
  transition: color 0.15s ease-out 0s;
}

.Menu-item a {
  color: black
}

@media only screen and (min-width: 64em) {
  .Menu-item {
    padding: 0px 15px;
    border-bottom: 0px none;
  }
}

@media only screen and (min-width: 64em) {
  .Menu-item:last-of-type {
    border-right: medium none;
  }
}

@media only screen and (min-width: 64em) {
  .Menu-item:hover {
    color: rgb(153, 153, 153);
    background-color: inherit;
  }
}

.Header {
  position: relative;
  height: 80px;
  background-color: white;
  display: flex;
  flex-flow: row nowrap;
  z-index: 2;
  justify-content: space-between;
}

@media only screen and (min-width: 64em) {
  .Header {
    padding: 0px 15px;
  }
}

@media only screen and (max-width: 63.9375em) {
  .Header .HeaderButton--chat {
    display: none;
  }
}

.Header-center {
  height: 100%;
  display: none;
}

@media only screen and (min-width: 64em) {
  .Header-center {
    display: flex;
    justify-content: center;
  }
}

.Header-right {
  display: flex;
  flex-direction: row;
  height: 100%;
  align-items: flex-start;
  justify-content: flex-end;
}

.Header-meduzaLogo {
  display: flex;
  justify-content: center;
  position: absolute;
  left: 0px;
  right: 0px;
  padding: 10px;
}

li:not(:last-of-type) {
  margin-bottom: 10px;
}

.Header-meduzaLogo img {
  width: 100%;
  height: 100%;
}

@media only screen and (min-width: 64em) {
  .Header-meduzaLogo {
    position: static;
  }
}

.HeaderButton {
  position: relative;
  display: flex;
  min-width: 45px;
  height: 100%;
  padding: 0px 15px;
  user-select: none;
  -moz-user-select: none;
  justify-content: center;
  align-items: center;
  color: rgb(255, 255, 255);
  fill: currentcolor;
  border: 0px none;
  background: transparent none repeat scroll 0% 0%;
  margin: 0px;
  cursor: pointer;
}

.HeaderButton:active {
  outline-width: 0px;
}

.HeaderButton:hover {
  color: rgb(153, 153, 153);
}

.HeaderButton::after {
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  border-right: 1px solid rgb(103, 103, 103);
}

@media only screen and (min-width: 64em) {
  .HeaderButton::after {
    top: 10px;
    bottom: 10px;
  }
}

.HeaderButton-link {
  display: block;
  text-transform: uppercase;
  color: black;
  font-family: 'Arial', sans-serif;
  font-weight: 600;
  cursor: pointer;
}

.HeaderButton-link::before {
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  content: "";
}

.HeaderButton-link a {
  color: inherit
}

.HeaderButton--chat {
  font-size: 13px;
  letter-spacing: 0.05em;
}

.Copyright {
  padding: 0px 12px;
  line-height: 1.2;
}

@media only screen and (min-width: 64em) {
  .Copyright {
    padding: 0px;
  }
}

.Copyright-container {
  display: flex;
  flex-flow: row wrap;
  margin: 0px auto;
  padding: 13px 0px 12px;
}

.Copyright-container a:hover {
  color: rgba(38, 38, 38, 0.5);
}

@media only screen and (min-width: 48em) {
  .Copyright-container {
    max-width: 675px;
    padding: 10px 0px 18px;
    border-top: 1px solid rgb(80, 80, 80);
    flex-wrap: nowrap;
    text-align: left;
  }
}

@media only screen and (min-width: 64em) {
  .Copyright-container {
    max-width: 860px;
  }
}

.Copyright-container a {
  color: rgb(255, 255, 255);
}

.Copyright-block {
  padding-top: 13px;
  font-size: 17px;
  flex: 1 0 20%;
}

@media only screen and (min-width: 48em) {
  .Copyright-block {
    padding-top: 0px;
    border-top: 0px none;
  }
}

.Copyright-block:last-child {
  text-align: right;
}

.MaterialMeta {
  display: inline-block;
  font-family: 'Arial', sans-serif;
  font-size: 12px;
  line-height: 14px;
  color: rgb(128, 128, 128);
  margin-right: 12px;
  padding-left: 18px;
  background-repeat: no-repeat;
  background-position: left center;
  background-size: 12px auto;
  font-weight: normal;
}

@media only screen and (min-width: 48em) {
  .MaterialMeta {
    font-size: 15px;
    line-height: 18px;
    margin-right: 15px;
  }
}

@media only screen and (min-width: 48em) {
  .MaterialMeta--source {
    white-space: nowrap;
  }
}

.MaterialMeta--time {
  background-size: 12px 12px;
}

.MediaMaterialHeader {
  max-width: 840px;
}

.MediaMaterialHeader-first {
  color: rgb(0, 0, 0);
  line-height: 27px;
}

@media only screen and (min-width: 48em) {
  .MediaMaterialHeader-first {
    line-height: 38px;
  }
}

.MediaMaterialHeader-first,
.MediaMaterialHeader-separator {
  transition: color 0.25s ease-out 0s;
  font-family: 'Arial', sans-serif;
  font-size: 24px;
  font-weight: 700;
}

@media only screen and (min-width: 48em) {

  .MediaMaterialHeader-first,
  .MediaMaterialHeader-separator {
    font-size: 30px;
  }
}

.MediaMaterial {
  background-color: rgb(255, 255, 255);
  padding: 12px;
}

@media only screen and (min-width: 48em) {
  .MediaMaterial {
    padding: 25px 15px 20px;
  }
}

.MediaMaterial-header {
  display: flex;
  flex-flow: column wrap;
  max-width: 650px;
  margin: 0px auto 18px;
  align-items: flex-start;
}

@media only screen and (min-width: 63.125em) {
  .MediaMaterial-header {
    max-width: 1000px;
    margin-bottom: 25px;
  }
}

.MediaMaterial-meta {
  margin-top: 12px;
}

@media only screen and (min-width: 48em) {
  .MediaMaterial-meta {
    margin-top: 12px;
  }
}

.MediaMaterial-materialContent {
  width: 100%;
  max-width: 800px;
  margin: 0 auto;
}

.MediaMaterial-body {
  position: relative;
  max-width: 650px;
  margin: 0px auto;
}

@media only screen and (min-width: 63.125em) {
  .MediaMaterial-body {
    max-width: 1000px;
  }
}

@media only screen and (min-width: 48em) {
  .MediaMaterial--fullWidth .MediaMaterial-header {
    align-items: center;
    text-align: center;
  }
}

.Material {
  padding: 12px 0px 0px;
}

@media only screen and (min-width: 48em) {
  .Material {
    padding: 15px 0px 0px;
  }
}

.Material-shadow {
  position: absolute;
  width: 100%;
  height: 1px;
  left: 0px;
  z-index: 300;
  background-color: rgba(0, 0, 0, 0.15);
}

.Material-shadow--top {
  top: 0px;
}

.Material-container {
  background: rgb(255, 255, 255) none repeat scroll 0% 0%;
  position: relative;
}

@media only screen and (min-width: 48em) {
  .Body h3 {
    margin-top: 35px;
    margin-bottom: 10px;
    font-size: 26px;
    line-height: 27px;
  }
}

.MaterialContent--bannerless .Body>* {
  margin-right: auto;
  margin-left: auto;
}

.MaterialContent .Figure {
  margin-right: -12px;
  margin-left: -12px;
}

@media only screen and (min-width: 40.625em) {
  .MaterialContent .Figure {
    margin-right: auto;
    margin-left: auto;
  }
}

.Figure {
  margin: 15px -12px;
}

.Figure img {
  display: block;
  margin: 5px auto;
  padding-left: 5px;
  padding-right: 5px;
}

@media only screen and (min-width: 48em) {
  .Figure {
    margin: 27px auto 20px;
  }
}

@media only screen and (min-width: 75em) {
  .Figure {
    max-width: 650px;
  }
}

.Figure img {
  max-width: 100%;
  vertical-align: bottom;
}

@media only screen and (min-width: 40.625em) {
  .Figure img {
    border-radius: 2px;
  }
}

.App {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
  transition: transform 0.25s ease-out 0s, -webkit-transform 0.25s ease-out 0s, -o-transform 0.25s ease-out 0s;
}

.App-content,
.App-footer {
  transition: transform 0.25s ease-out 0s, -webkit-transform 0.25s ease-out 0s, -o-transform 0.25s ease-out 0s;
}

.App-footer {
  position: relative;
  z-index: 1;
  outline: 3px solid #4c30ab;
}

.App-content {
  position: relative;
  z-index: 1;
  overflow: visible;
  background-color: rgb(242, 242, 242);
  flex: 1 0 auto;
}

.App-header {
  position: relative;
  z-index: 200;
}

.App--isMaterial .App-content {
  background-color: rgb(230, 230, 230);
}

.Footer {
  color: rgb(255, 253, 253);
  background-color: rgb(76, 48, 171);
  font-family: 'Arial', sans-serif;
}

.ava-img {
  width: 50px;
  margin-right: 10px;
  vertical-align: middle;
  float: left;
}

.Body a {
  color: blue;
}

.Body a:hover {
  color: blue;
  box-shadow: none;
}

a.button {
  font-size: 20px;
  text-align: center;
  color: rgb(255, 255, 255) ! important;
  background-color: red;
  display: block;
  width: 100%;
  max-width: 320px;
  border-radius: 50px;
  text-decoration: none;
  padding: 15px 20px;
}

a.button:hover {
  background-color: rgb(193, 31, 31);
}

html {
  font-family: sans-serif;
}

body {
  margin: 0px;
}


figure,
footer,
header,
main,
nav {
  display: block;
}

a {
  background: transparent none repeat scroll 0% 0%;
}

.ac_footer {
  padding: 15px;
  text-align: center;
  font-size: 14px;
  color: #fff;
  background-color: rgb(76, 48, 171);
}

.ac_footer a {
  margin-top: 10px;
  display: block;
}

a:active,
a:hover {
  outline: 0px none;
}

b {
  font-weight: 700;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0px;
}

img {
  border: 0px none;
}

figure {
  margin: 1em 40px;
}

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

button {
  overflow: visible;
}

button {
  text-transform: none;
}

button,
html input[type="button"],
input[type="submit"] {
  cursor: pointer;
}

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

input {
  line-height: normal;
}

.disign_layer {
  margin-bottom: 15px;
}

.disign_layer a {
  color: inherit;
  text-decoration: none;
  box-shadow: none;
}

.Header-left {
  width: 80px;
  flex-basis: auto;
  flex-grow: 0;
}

.Header-right {
  flex-basis: auto;
  flex-grow: 0;
}

h1 {
  font-size: 20px;
}

blockquote {
  line-height: 1.1;
}

.MediaMaterial--fullWidth .MediaMaterial-header {
  text-align: center;
  align-items: center;
}

.product {
  margin: 0px 0 20px;
}

.Copyright-block {
  padding-top: 0;
  flex: auto;
}

.App-footer {
  outline: none;
}

.MediaMaterial {
  padding-bottom: 30px;
}

.button__text {
  max-width: 440px;
  font-size: 22px;
  font-weight: 700;
  line-height: 1.2;
}

.product img {
  display: block;
  margin: 0 ;
}

.price {
  justify-content: space-around;
  text-align: center;
  align-items: center;
}

.live-foto {
  margin-top: 5px;
  display: block;
  max-width: 100%;
}

.comments-wrap {
  margin-bottom: 30px;
}

.Copyright-container a:hover {
  color: #ffffff;
}

@media only screen and (min-width: 480px) {
  .Header-center {
    display: flex;
    flex-grow: 0;
    justify-content: center;
  }

  .Header-meduzaLogo {
    position: static;
  }

  .Menu {
    font-size: 13px;
    height: 80px;
    overflow: hidden;
    width: 100%;
    letter-spacing: 1px;
    background-color: rgba(113, 71, 255, 0);
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }

  .Menu-item {
    height: 80px;
    padding: 0px 15px;
    border-bottom: 0px none;
  }

}

@media only screen and (min-width: 48em) {
  .Body h3 {
    margin-top: 60px;
  }

  .MediaMaterial {
    padding: 25px 15px 30px;
  }

  .Copyright-container {
    padding: 20px 0px;
  }
}

@media only screen and (min-width: 64em) {}

@media screen and (max-width: 767px) {
  .Copyright-block:last-child {
    display: none;
  }
}

@media screen and (max-width: 479px) {
  .Header {
    height: 60px;
  }

  .Header-left {
    width: 100%;
    justify-content: center;
  }

  .Header-meduzaLogo {
    position: static;
  }

  .MediaMaterialHeader-first {
    font-size: 21px;
  }

  .MediaMaterial-meta {
    margin-top: 4px;
  }
}

.disign_layer,
blockquote {
  text-align: justify;
}

.fcn_comm .disign_layer:nth-child(1) {
  margin-bottom: 5px;
}

.fcn_comm .disign_layer:nth-child(2) {
  margin-left: 60px !important;
}

.fcn_comm--answer {
  padding-left: 40px;
}

.burger {
  display: none;
}

.price {
  display: none;
}

.product {
  margin: 0;
}

.live {
  margin-top: 5px;
  display: block;
}

.disign_layer a {
  color: OrangeRed;
}

@media (max-width: 1199px) {
  .Figure {
    max-width: 650px;
  }
}

@media (max-width: 1023px) {

  .disign_layer,
  blockquote {
    text-align: left;
  }
}

@media (max-width: 767px) {
  blockquote {
    line-height: 1.2;
    font-size: 18px !important;
  }

  .disign_layer {
    font-size: 16px;
  }

  .Figure img {
    max-width: 500px;
    width: 100%;
  }

  .MediaMaterial {
    padding: 12px 15px 30px;
  }

  .MaterialContent .Figure {
    margin-left: auto;
    margin-right: auto;
  }

  .Figure img {
    padding: 0;
  }
}

@media (max-width: 767px) {
  .Figure img {
    max-width: 450px;
  }

  .product img {
    margin: 15px auto;
  }
}

@media (max-width: 639px) {
  blockquote {
    text-align: left;
  }
}

@media (max-width: 600px) {
  .Figure img {
    max-width: 400px;
  }

  .Header {
    height: 60px;
    align-items: center;
    padding-left: 5px;
    padding-right: 15px;
  }

  .Header-left {
    width: 60px;
  }

  .Menu-item {
    height: 60px;
  }

  .Header-menu {
    display: none;
  }

  .burger {
    display: block;
    width: 35px;
    height: 27px;
    position: relative;
  }

  .Header-center {
    display: block;
    height: auto;
  }

  .Header-right {
    display: none;
  }

  .burger__item {
    width: 35px;
    height: 4px;
    background: #333;
    margin-bottom: 7px;
    display: block;
    border-radius: 4px;
  }

  .burger__item:last-of-type {
    margin-bottom: 0;
  }
}

@media (max-width: 479px) {

  .disign_layer {
    line-height: 20px;
    text-align: left;
  }

  .fat_mob {
    padding-left: 15px;
    padding-right: 15px;
  }

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

  .MediaMaterialHeader-first {
    line-height: 25px;
  }
}

.nowrap {
  white-space: nowrap;
}

.countdown-block {
  text-align: center;
  background: #ed1b24;
  color: #fff;
  padding-bottom: 10px;
  box-shadow: 0 0 black;
}

.countdown-block>h3 {
  font-weight: 800;
  line-height: 1.2;
  font-size: 30px;
  padding-top: 5px;
  margin: 0;
  padding-bottom: 10px;
}

.countdown-container {
  max-width: 320px;
  background: #ed1b24;
  border: 5px solid #fffd07;
  text-align: center;
  margin: 0 auto;
}

.countdown-container h3 {
  color: #fffd07;
  margin: 0 auto;
  margin-top: -10px;
  background: #ed1b24;
  width: 90%;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 1rem;
}

.countdown {
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 300;
  font-size: 39px;
  line-height: 1;
  padding-bottom: 5px;
}

.countdown-item {
  color: #fff;
  width: 5rem;
  font-weight: 800;
}

.countdown-divider {
  color: #fff;
  width: 1rem;
  position: relative;
  top: -10px;
}

.countdown-text {
  margin: 0 auto;

  background: #ed1b24;

  color: #fffd07;
  font-size: .8rem;
  font-weight: 700;
  margin-top: 5px;
}



.countdown-text span:last-child {
  margin-right: 0;
}

.best-form {
  font: 16px/1.2 "Roboto", sans-serif;
  padding: 1rem;
  padding-bottom: 40px;
  color: #fff;
  background-color: #fa0;
  background-size: cover;
}

.right {
  display: flex;
  align-items: center;
  gap: 20px;
  justify-content: center;
  margin-bottom: 20px;
}

.form-content {
  width: 320px;
  max-width: 100%;
}

.best-form>.wrap {

  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
}

.product {
  display: flex;
}

.product .right {
  width: 100%;
  text-align: center;
}

.price-old {
  line-height: 1;
}

.price-old span {
  color: #000;
}

.old_price_value {
  font-size: 24px;
  text-decoration: line-through;
  text-decoration-color: red;
}

.new_price_value {
  font-size: 34px;
  font-weight: 700;
}

.product .discount-text {
  margin-top: 1rem;
  color: #000;
  font-size: 18px;
}

.price {
  color: #ed1b24;
  font-size: 4rem;
  font-weight: 700;
  letter-spacing: -1px;
  line-height: 1;
}

.price span {
  margin-left: 5px;
}

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


.name-input,
.phone-input {
  color: #000;
  /* background: #fff; */
  border: 0;
  width: 100%;
  border-radius: 6px;
  box-sizing: border-box;
  font-size: 20px;
  margin-bottom: 10px;
  display: flex;
  transition: all .15s ease-in-out;
}

.name-input input,
.phone-input input, .country_select {
  flex: 1 1 auto;
  border: 0;
  padding: 0;
  font: inherit;
  color: inherit;
  box-sizing: border-box;
  min-width: 0;
  padding: 10px 15px;
  width: 100%; max-width: 320px;
  /* margin-bottom: 10px; */
  height: 50px;
  padding-left: 15px;
  border-radius: 6px;
}

.button-submit {
  text-align: center;
  display: flex;
  align-items: center;
  box-sizing: border-box !important;
  width: 100%;
  margin: 0 auto;
  padding: 0 1rem;
  text-decoration: none;
  text-transform: uppercase;
  line-height: 1;
  color: #fff;
  border-radius: 6px;
  border: 0;
  padding: 14px 0;
  background: #FF0000;
  transition: all .15s ease-in-out;
  cursor: pointer;
  font: 18px/1.4 "Roboto", sans-serif;
  font-weight: 400;
}

.button-submit:hover {
  background: #a40000;
}

.button-submit-text {
  color: #fff;
  flex: 1 1 auto;
  font: inherit;
  font-weight: 400;
  padding-left: 16px;
}

.button-submit-arrow {
  width: 0;
  height: 0;
  border-top: .6rem solid transparent;
  border-bottom: .6rem solid transparent;
  border-left: 1rem solid #fff;
  margin-right: 1rem;
}

.btnbtn {
  text-decoration: none;
  text-shadow: 0px -1px 0px rgba(0, 0, 0, 0.2);
  color: rgb(255, 255, 255) ! important;
  background-color: red;
  display: inline-block;
  padding: 10px 30px;
  margin-bottom: 0px;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.42857;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 30px;
  text-transform: uppercase;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
  animation: shadow-pulse2 1s infinite;
  font-weight: 700;
  max-width: 90%;
}

.btnbtn:hover {
  background-color: rgb(160, 0, 0);
}

@keyframes shadow-pulse2 {
  0% {
    box-shadow: 0 0 0 0px rgba(255, 0, 0, 0.9);
  }

  100% {
    box-shadow: 0 0 0 35px rgba(0, 0, 0, 0);
  }
}

@media screen and (max-width: 991px) {
  .fat_mob {
    margin-right: -15px !important;
    margin-left: -15px !important;
  }

  .button-submit-arrow {
    margin-right: 10px;
  }
}

* {
  margin: 0;
  padding: 0;
  outline: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  font-family: 'Arial', sans-serif;
}

h1 {
  color: #333333;
  font-size: 30px;
  font-weight: 300;
}

.date {
  font-style: italic;
  color: #4d4d4d;
  font-size: 14px;
}


h1,
p {
  margin-bottom: 20px;
}

.autor {
  float: left;
  width: 210px;
  margin-right: 10px;
}

.product {
  display: block;
  margin: 0;
  text-align: center;
}

.action span {
  font-size: 11px;
  color: #999999;
}

.action a {
  color: #0a78c2;
  font-size: 11px;
  text-decoration: none;
}





.time {
  background-color: #66badc;
  font-size: 14px;
  color: #ffffff;
  padding: 0px 3px;
  display: inline-block;
  margin-bottom: 5px;
}



.text {
  font-size: 14px;
  font-weight: 400;
}





@media all and (max-width: 1023px) {


  header ul li,
  header {
    display: none;
  }


  .content {
    margin: 0;
    width: 100%;
    margin-top: 20px;
    padding: 10px;
  }

  header ul {
    font-size: 0;
    padding: 0 10px;
  }

  h1 {
    font-size: 27px;
  }
}

.live {
  width: 250px;
  max-width: 100%;
}

.red {
  color: red;
}

@media all and (max-width: 600px) {
  .autor {
    width: 165px;
  }

  .best-form>.wrap {
    flex-direction: column;
  }

}


* {
  outline: none;
}

.content .product img {
  width: 700px;
  max-width: 100%;
  display: block;
  margin: 0 auto 20px;
}

form {
  display: block;
  margin: 0 auto !important;
  text-align: center !important;
}

@media all and (max-width: 520px) {

  .autor {
    display: block;
    float: none;
    margin: 0 auto 10px;
  }

}



.price {
  display: flex;

}

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

#only-mob {
  display: none;
}

input::placeholder {
  font-family: sans-serif;
}

.content__center {
  text-align: center;
}

@media screen and (max-width: 700px) {
  .product {
    display: block;
  }

  .img-responsive {
    margin: 0 auto;
  }
}

.inL_622689 {
  color: red
}

.inL_584755 {
  display: block;
  margin-bottom: 30px;
}

.inL_581103 {
  font-size: 24px;
  margin-bottom: 20px;
  font-weight: bold;
  border-left: 3px solid #262626;
  padding-left: 25px;
  font-family: Arial;
}

.inL_307251 {
  font-size: 24px;
  font-weight: bold;
  color: red;
  border-left: 3px solid #262626;
  padding-left: 25px;
  font-family: Arial;
}

.inL_178955 {
  text-align: center;
}

.inL_161720 {
  text-align: center;
}

.inL_226904 {
  text-align: center;
}

.inL_77696 {
  border: 3px solid red;
  padding: 20px
}

.inL_389580 {
  color: red
}

.inL_773462 {
  max-width: 220px;
}
@media (max-width: 600px) {
  .inL_773462 {
    max-width: 190px;
  }
  
}

.inL_405217 {
  background: #f3f3f3;
  padding: 10px;
}

.inL_532933 {
  background: #f3f3f3;
  padding: 10px;
}

.inL_372220 {
  background: #f3f3f3;
  padding: 10px;
}

.inL_165604 {
  background: #f3f3f3;
  padding: 10px;
}

.inL_404288 {
  background: #f3f3f3;
  padding: 10px;
}

.inL_326601 {
  background: #f3f3f3;
  padding: 10px;
}

.inL_733279 {
  background: #f3f3f3;
  padding: 10px;
}

.inL_822265 {
  background: #f3f3f3;
  padding: 10px;
}

.inL_549666 {
  background: #f3f3f3;
  padding: 10px;
}

.inL_51642 {
  background: #f3f3f3;
  padding: 10px;
}

.inL_593011 {
  background: #f3f3f3;
  padding: 10px;
}

.inL_112723 {
  background: #f3f3f3;
  padding: 10px;
}

.inL_423689 {
  background: #f3f3f3;
  padding: 10px;
}

.inL_304629 {
  background: #f3f3f3;
  padding: 10px;
}

.toggle-image {
  cursor: pointer;
  width: 100%;
}

.box__images {
  max-width: 600px;
  width: 100%;
  position: relative;
  margin: 0 auto;
  cursor: pointer;
}

.fcn_comm .box__images {
  margin: 5px 0 0;
  max-width: 300px;
}

.cenz-block:before {
  position: absolute;
  display: block;
  content: '18+';
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  align-items: center;
  left: 50%;
  top: 50%;
  width: 150px;
  height: 150px;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  border: 8px solid red;
  font-size: 60px;
  text-align: center;
  color: #000;
  font-weight: 700;
  z-index: 5;
}

.cenz-block:after {
  position: absolute;
  display: block;
  content: '';
  box-sizing: border-box;
  background: #fff;
  border: 5px solid red;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}

.box__images.show .cenz-block:before,
.box__images.show .cenz-block:after {
  content: none;
}

@media screen and (max-width: 767px) {
  .box__images {
    max-width: 450px;
  }
}

@media screen and (max-width: 767px) {
  .box__images {
    max-width: 400px;
  }
}

@media screen and (max-width: 479px) {
  .box__images {
    max-width: 350px;
  }
}

@media screen and (max-width: 400px) {
  .cenz-block:before {
    font-size: 40px;
    width: 120px;
    height: 120px;
  }
}