@font-face {
  font-display: swap;
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 300;
  src: url('../fonts/open-sans-v40-latin-ext-300.woff2') format('woff2');
}

@font-face {
  font-display: swap;
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/open-sans-v40-latin-ext-regular.woff2') format('woff2');
}

@font-face {
  font-display: swap;
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 600;
  src: url('../fonts/open-sans-v40-latin-ext-600.woff2') format('woff2');
}

@font-face {
  font-display: swap;
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 700;
  src: url('../fonts/open-sans-v40-latin-ext-700.woff2') format('woff2');
}

@font-face {
  font-display: swap;
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 800;
  src: url('../fonts/open-sans-v40-latin-ext-800.woff2') format('woff2');
}

/* montserrat-regular - latin-ext */
@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/montserrat-v29-latin-ext-regular.woff2') format('woff2');
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* montserrat-500 - latin-ext */
@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 500;
  src: url('../fonts/montserrat-v29-latin-ext-500.woff2') format('woff2');
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* montserrat-700 - latin-ext */
@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 700;
  src: url('../fonts/montserrat-v29-latin-ext-700.woff2') format('woff2');
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

html {
  font-family: sans-serif;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

body {
  margin: 0;
}

article,
footer,
header,
main {
  display: block;
}

progress {
  display: inline-block;
  vertical-align: baseline;
}

a {
  background-color: transparent;
}

a:active,
a:hover {
  outline: 0;
}

b,
strong {
  font-weight: 700;
}

h1 {
  margin: .67em 0;
  font-size: 2em;
}

img {
  border: 0;
}

hr {
  height: 0;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}

code {
  font-family: monospace, monospace;
  font-size: 1em;
}

button,
input {
  margin: 0;
  font: inherit;
  color: inherit;
}

button {
  overflow: visible;
}

button {
  text-transform: none;
}

button,
html input[type=button],
input[type=submit] {
  -webkit-appearance: button;
  cursor: pointer;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  padding: 0;
  border: 0;
}

input {
  line-height: normal;
}

@media print {

  *,
  :before,
  :after {
    color: #000 !important;
    text-shadow: none !important;
    background: transparent !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
  }

  a,
  a:visited {
    text-decoration: underline;
  }

  a[href]:after {
    content: " ("attr(href) ")";
  }

  tr,
  img {
    page-break-inside: avoid;
  }

  img {
    max-width: 100% !important;
  }

  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }

  h2,
  h3 {
    page-break-after: avoid;
  }

  .label {
    border: 1px solid #000;
  }
}

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

:before,
:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  font-size: 10px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

body {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.42857143;
  color: #333;
  background-color: #fff;
}

input,
button {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

a {
  color: #337ab7;
  text-decoration: none;
}

a:hover,
a:focus {
  color: #23527c;
  text-decoration: underline;
}

a:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

img {
  vertical-align: middle;
}

hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #eee;
}

h1,
h2,
h3,
h4,
.h1,
.h2,
.h3,
.h4 {
  font-family: inherit;
  font-weight: 500;
  line-height: 1.1;
  color: inherit;
}

h1,
.h1,
h2,
.h2,
h3,
.h3 {
  margin-top: 20px;
  margin-bottom: 10px;
}

h4,
.h4 {
  margin-top: 10px;
  margin-bottom: 10px;
}

h1,
.h1 {
  font-size: 36px;
}

h2,
.h2 {
  font-size: 30px;
}

h3,
.h3 {
  font-size: 24px;
}

h4,
.h4 {
  font-size: 18px;
}

p {
  margin: 0 0 10px;
}

ul {
  margin-top: 0;
  margin-bottom: 10px;
}

ul ul {
  margin-bottom: 0;
}

dd {
  line-height: 1.42857143;
}

dd {
  margin-left: 0;
}

code {
  font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
}

code {
  padding: 2px 4px;
  font-size: 90%;
  color: #c7254e;
  background-color: #f9f2f4;
  border-radius: 4px;
}

.row {
  margin-right: -15px;
  margin-left: -15px;
}

label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: 700;
}

output {
  display: block;
  padding-top: 7px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
}

@media screen and (-webkit-min-device-pixel-ratio:0) {

  input[type=date],
  input[type=time],
  input[type=month] {
    line-height: 34px;
  }
}

.btn {
  display: inline-block;
  padding: 6px 12px;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.42857143;
  text-align: center;
  vertical-align: middle;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
}

.btn:focus,
.btn:active:focus,
.btn.active:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

.btn:hover,
.btn:focus {
  color: #333;
  text-decoration: none;
}

.btn:active,
.btn.active {
  background-image: none;
  outline: 0;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
}

.label {
  display: inline;
  padding: .2em .6em .3em;
  font-size: 75%;
  font-weight: 700;
  line-height: 1;
  color: #fff;
  text-align: center;
  vertical-align: baseline;
  border-radius: .25em;
}

a.label:hover,
a.label:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}

.label:empty {
  display: none;
}

.btn .label {
  position: relative;
  top: -1px;
}

.progress {
  height: 20px;
  margin-bottom: 20px;
  overflow: hidden;
  background-color: #f5f5f5;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, .1);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, .1);
}

.row:before,
.row:after {
  display: table;
  content: " ";
}

.row:after {
  clear: both;
}

@-ms-viewport {
  width: device-width;
}

/* Localized */



html {
  line-height: 1.15;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%
}

body {
  margin: 0
}

article,
footer,
header {
  display: block
}

.red {
  color: red;
}

h1 {
  font-size: 2em;
  margin: .67em 0
}


main {
  display: block
}

a {
  background-color: transparent;
  -webkit-text-decoration-skip: objects
}

b,
strong {
  font-weight: inherit
}

b,
strong {
  font-weight: bolder
}

code {
  font-family: monospace, monospace;
  font-size: 1em
}

img {
  border-style: none
}

progress {
  display: inline-block;
  vertical-align: baseline
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit
}

/* ===== Old alert ===== */

/* ==== General CSS ==== */

::selection {
  background: #0054ff;
  color: white;
}

::-webkit-selection {
  background: #0054ff;
  color: white;
}

::-khtml-selection {
  background: #0054ff;
  color: white;
}

::-moz-selection {
  background: #0054ff;
  color: white;
}

::-wap-selection {
  background: #0054ff;
  color: white;
}

::-ms-selection {
  background: #0054ff;
  color: white;
}

::-o-selection {
  background: #0054ff;
  color: white;
}

.prod {
  width: 280px;
  margin: 0 auto;
}

a {
  border: none;
  outline: none;
  background-color: transparent;
  text-decoration: none;
  color: #000;
}

body {
  font-size: 16px;
  line-height: 1.4;
  font-family: 'Open Sans', sans-serif;
}

.wrapper {
  display: block;
  margin: 0 auto;
  width: 1170px;
}

.header .wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.inl {
  display: inline-block;
  vertical-align: top;
  zoom: 1;
}

img {
  display: block;
  margin: 0px 0px;
  padding: 0px 0px;
  border: none;
  width: 100%;
}

img.left {
  float: left;
  margin: 0px 10px 10px 0px;
  width: 200px;
}

a {
  color: #F27124;
}

a:hover {
  text-decoration: underline;
}

.header {
  display: block;
  padding: 15px 0px 0px;
  box-sizing: border-box;
  background-color: #fff;
}

.header .header-left {
  padding: 0 0;
  flex-shrink: 0;
}

.header .header-left img {
  display: block;
  width: 100%;
}

.header .header-right ul {
  height: 22px;
  display: flex;
  flex-wrap: wrap;
  overflow: hidden;
  margin: 0;
  padding: 0;
  list-style: none;
}

.header .header-right ul li {
  margin: 0 0;
  padding: 2px 20px;
  font-size: 18px;
  line-height: 1;
  text-transform: uppercase;
}

.header .header-right ul li a {
  color: #8E8E8E;
  display: block;
  line-height: 1;
}

.header .header-right ul li a.active {
  color: #F73C7F;
  font-weight: bold;
}

.header-subs {
  text-align: right;
  vertical-align: middle;
}

.header-subs p {
  display: block;
  margin: 0 0;
  font-size: 18px;
  text-transform: uppercase;
  font-weight: bold;
}

.header-subs p a {
  color: #8e8e8e;
}

.header hr {
  display: block;
  border: none;
  height: 2px;
  margin: 15px 0 0;
  background-color: #F27124;
  background-image: linear-gradient(to left, rgba(190, 0, 153, 100%), rgba(242, 113, 36, 100%));
}

/* ################################### Content ################################### */
.content {
  display: block;
  margin: 0px 0 50px;
  padding: 30px 0 0;
  font-size: 0;
}

.content .article {
  width: 65%;
  padding: 0px 0px;
  box-sizing: border-box;
}

.content .article h1 {
  display: block;
  margin: 20px 0;
  padding: 0 0;
  font-size: 33px;
  line-height: 1.2;
  font-family: 'Montserrat', sans-serif;
}

.content .article h2 {
  display: block;
  margin: 15px 0;
  padding: 0 0;
  font-size: 25px;
  line-height: 30px;
  font-family: 'Montserrat', sans-serif;
  color: #3C3C3C;
}

.content .article hr {
  display: block;
  border: none;
  height: 2px;
  margin: 20px 0 0;
  background-color: #F27124;
  background-image: linear-gradient(to left, rgba(190, 0, 153, 100%), rgba(242, 113, 36, 100%));
}

.content .article p {
  display: block;
  margin: 15px 0;
  padding: 0 0;
  font-size: 18px;
  font-family: 'Open Sans', sans-serif;
  color: #3C3C3C;
}

.content .article p.cat {
  display: block;
  margin: 0 0 15px;
  font-size: 18px;
  font-weight: bold;
  text-transform: uppercase;
  font-family: 'Oswald', sans-serif;
  font-weight: normal;
}

.content .article .quote {
  display: block;
  margin: 20px 0;
  border-top: 2px solid #F27124;
  border-bottom: 2px solid #F27124;
  padding: 10px 0;
  box-sizing: border-box;
}

.content .article .quote p {
  display: block;
  margin: 5px 0;
  padding: 0;
  font-size: 24px;
  font-weight: 800;
  font-family: 'Montserrat', sans-serif;
}

.content .article .meta {
  display: block;
  margin: 5px 0 20px;
  font-size: 0;
}

.content .article .meta .meta-text {
  width: 100%;
  vertical-align: middle;
  padding: 0 0;
  box-sizing: border-box;
}

.content .article .meta .meta-text img {
  display: inline-block;
  vertical-align: middle;
  margin: 0 15px 0 0;
  width: 60px;
}

.content .article .meta .meta-text p {
  display: inline-block;
  vertical-align: middle;
  margin: 2px 0;
  font-size: 16px;
  line-height: 16px;
  font-weight: bold;
  color: #2F2F2F;
  font-family: 'Montserrat', sans-serif;
}

.content .article .meta .meta-text p span {
  display: inline-block;
  margin: 2px 0;
}

.content .article ul {
  display: block;
  margin: 30px 20px;
  padding: 0;
  font-family: utopia-std, serif;
}

.content .article ul li {
  margin: 10px 0;
  font-size: 16px;
}

.content .article .week {
  margin: 20px 0px;
  padding: 15px;
  box-sizing: border-box;
  border: 1px solid #CBCBCB;
  background-color: #F7F7F7;
  box-shadow: 0 5px 5px #707070;
}

.content .article .week img {
  display: block;
  margin: 10px 0px;
  width: 100%;
}

.content .article .week h2 {
  display: block;
  margin: 15px 0 5px;
  padding: 0 20px;
  box-sizing: border-box;
  font-size: 24px;
}

.content .article .week h2 span {
  background-color: #f7f7f7;
  padding: 5px 10px;
  box-sizing: border-box;
}

.content .article .week p {
  display: block;
  margin: -20px 0 0;
  padding: 15px;
  box-sizing: border-box;
  font-size: 18px;
  line-height: 28px;
  border: 2px solid #ED7F24;
  border-radius: 30px;
  font-family: 'Montserrat', sans-serif;
}


.content .sidebar {
  width: 35%;
  padding: 0 0 0 40px;
  box-sizing: border-box;
}

.content .sidebar h1 {
  display: block;
  margin: 0 0;
  padding: 10px 0;
  box-sizing: border-box;
  border-bottom: 1px solid #ED8023;
  color: #8E8E8E;
  font-size: 22px;
  text-align: center;
  text-transform: uppercase;
  font-family: 'Montserrat', sans-serif;
}

.content .sidebar .week {
  margin: 20px 0px;
  padding: 10px 20px 20px;
  box-sizing: border-box;
  border: 1px solid #CBCBCB;
  background-color: #F7F7F7;
  box-shadow: 0 5px 5px #707070;
}

.content .sidebar .week img {
  display: block;
  margin: 10px 0px;
  width: 100%;
}

.content .sidebar .week p {
  display: block;
  margin: 20px 0 0;
  padding: 20px;
  box-sizing: border-box;
  font-size: 18px;
  line-height: 24px;
  border: 2px solid #ED7F24;
  border-radius: 30px;
  font-family: 'Montserrat', sans-serif;
}

.content .sidebar .week p span {
  display: block;
  margin: 5px 0;
  font-weight: bold;
}

.content .sidebar

/* ################################### Bottom ################################### */
.bottom {
  display: block;
  margin: 40px 0;
}

/* ################################### Footer ################################### */
.footer {
  display: flex;
  flex-direction: column;
  gap: 15px;
  align-items: center;
  justify-content: center;
  margin: 30px 0 0;
  border-top: 2px solid #ED8023;
  padding: 15px 0;
  text-align: center;
}

.footer a {
  width: auto;
  display: inline-block;
}

.footer p {
  display: block;
  color: #818181;
  font-size: 14px;
  line-height: 20px;
}

@media screen and (max-width: 1200px) {
  .wrapper {
    width: 700px;
  }

  .header .header-right {
    width: 80%;
    text-align: right;
    padding: 0;
  }

  .header .header-subs {
    display: none;
  }

  .content .article {
    width: 100%;
  }

  .content .sidebar {
    display: none;
  }


  .header .header-right ul {
    justify-content: center;
  }

  .content .article h1 {
    font-size: 30px;
    line-height: 35px;
  }
}

@media screen and (max-width: 600px) {
  .wrapper {
    width: 380px;
  }

  .header .header-right ul li {
    padding: 2px 5px;
  }

  .content {
    padding: 80px 0 0;
  }

  .content .article .meta .meta-text p span {
    display: block;
  }

  .header .header-right ul {
    justify-content: center;
  }
}



@media screen and (max-width: 420px) {
  .wrapper {
    width: 280px;
  }
}

.comments {
  display: block;
  margin: 20px 0px;
}

.comments .comments-inner {
  padding: 0px 0px;
}

.comments .comments-inner h1 {
  display: block;
  margin: 10px 0px;
  padding: 0px 0px 5px;
  border-bottom: 2px solid #006598;
  color: #006598 !important;
  font-size: 20px !important;
  text-transform: uppercase !important;
  font-family: 'Open Sans', sans-serif;
}

.comments .comments-inner .comment-box {
  margin: 15px 0px;
  display: flex;
  gap: 15px;
  padding: 0px 0px 15px;
  border-bottom: 1px solid #d9d9d9;
}

.comments .comments-inner .comment-box:last-child {
  border-bottom: 0;
}

.comments .comments-inner .comment-box .comment-pic {
  width: 55px;
  flex-shrink: 0;
}

.comments .comments-inner .comment-box .comment-pic img {
  display: block;
  width: 55px;
  margin: 0px 0px;
}

.comments .comments-inner .comment-box .comment-text {
  width: 80%;
}

.comments .comments-inner .comment-box .comment-text .comment-text-inner h1 {
  display: block;
  margin: 0 0 5px !important;
  font-size: 16px !important;
  line-height: 16px !important;
  border: none !important;
  text-transform: none !important;
  text-align: left;
  text-transform: none;
  font-weight: bold;
  color: #006598;
  font-family: inherit;
  font-family: 'Open Sans', sans-serif !important;
}

.comments .comments-inner .comment-box .comment-text .comment-text-inner p {
  display: block;
  margin: 0px 0px !important;
  padding: 0px 0px;
  font-family: 'Open Sans', sans-serif;
}

.comments .comments-inner .comment-box .comment-text .comment-text-inner h2 {
  display: block;
  margin: 10px 0px 0px !important;
  font-size: 14px !important;
  line-height: 14px !important;
  text-align: left;
  text-transform: none;
  color: #57585a;
  font-style: normal !important;
}

.comments .comments-inner .comment-box .comment-text .comment-text-inner h2 span {
  color: #006598 !important;
  border: none;
  background-color: transparent;
  background-image: none;
  padding: 0px 0px;
  display: inline-block;
  font-weight: normal !important;
}

.comments .comments-inner .comment-box .comment-text .comment-text-inner h2 span:last-child {
  color: #57585a !important;

}

@media screen and (max-width: 600px) {
  .comments .comments-inner .comment-box .comment-pic {
    width: 50px;
  }

  .comments .comments-inner .comment-box .comment-text {
    width: 70%;
  }

}

.btn {
  color: #fff;
  font-size: 20px;
  border-radius: 15px;
  border: 1px solid red;
  text-transform: uppercase;
  background: linear-gradient(to bottom, #ffba41 0%, #ff6518 100%);
  font-weight: 700;
}

.btn:hover {
  color: #fff;
  background: linear-gradient(to bottom, #ff6518 0%, #ffba41 100%);
}


@media screen and (max-width: 767px) {
  .wrapper {
    width: calc(100% - 30px) !important;
  }

  .content .article h1 {
    font-size: 28px;
    line-height: 32px;
  }

  .comments .comments-inner .comment-box .comment-text {
    width: calc(100% - 60px) !important;
  }

  .comments .comments-inner .comment-box .comment-pic {
    width: 50px !important;
  }
}

body,
.content {
  font-size: 16px !important;
}

.content .article .week img {
  max-width: 320px;
  margin: 0 auto;
}

img {
  max-width: 100%;
  width: auto;
}

.content p {
  margin: 0 0 15px 0;
}

.content .article {
  width: 64%;
}

.content .revival-box2 {
  margin-left: 0;
  margin-right: 0;
  border: 1px solid #ccc;
  background: #f5f9fa;
  padding: 10px 10px 10px 10px;
  margin-bottom: 15px;
}

.header {
  z-index: 999;
}

div.warning {
  color: #434343;
  padding: 15px 10px;
  text-align: center;
}

.inL_813021 {
  margin: 0;
}

.inL_202247 {
  margin: 0;
}

.inL_892609 {
  max-width: 650px;
}

.inL_248610 {
  vertical-align: bottom;
  float: left;
}

.inL_935221 {
  padding-top: 5px
}

.inL_475628 {
  font-size: 10px;
  color: #838383;
  line-height: 90% !important;
  display: block !important;
}



.input-roulette {
  max-width: 350px;
}

.order_block {
  text-align: center !important;
}

.order_block h3 {
  font: 700 18px sans-serif !important;
  background: 0 0;
  margin-top: 0 !important;
}

@media screen and (max-width:767px) {
  .order_form .order_form_button {
    padding: 10px 5px !important;
  }

  .form__price-wrapper {
    margin-top: 10px !important;
  }
}

@media screen and (max-width:480px) {
  .order_pre_form {
    padding: 15px !important;
    gap: 15px !important;
  }
}

.order_block {
  max-width: 750px;
  width: 100%;
  margin: auto;
  background: #fff;
  box-shadow: 0 0 25px 0 rgba(0, 0, 0, .12);
  border: 3px dashed #eaeaea;
  border-radius: 0;
}

.order_form .order_form_button {
  text-decoration: none;
  font-weight: 700;
  box-shadow: 0 1px 0 0 #f5978e inset;
  text-transform: uppercase;
}

.order_block .order_offer {
  text-align: center;
  margin: 0;
  position: relative;
}

.order_block .order_offer::before {
  content: "";
  width: 100px;
  height: 117px;
  position: absolute;
  top: -70px;
  right: 0;
  background-image: url(../images/discount.png);
  background-repeat: no-repeat;
  background-size: contain;
}

.order_pre_form {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  padding: 20px;
}

.order_header,
.order_timer_block p {
  font-size: 18px;
  padding: 0 !important;
}

.order_form_row {
  margin-bottom: 15px;
  text-align: left;
}

.inL_428497,
.inL_9455 {
  text-align: center;
}

.order_form {
  width: 100%;
  max-width: 350px;
}

.order_header {
  margin: 12px 0 !important;
}

.order_form .order_form_row input {
  width: 100% !important;
  padding: 0 14px;
  border: 2px solid #eaeaea;
  font-size: 16px !important;
  border-radius: 3px;
  box-shadow: none !important;
  margin: 0 !important;
  color: #787171 !important;
  box-sizing: border-box;
  max-width: 100% !important;
}

.order_form .order_form_row label {
  font-size: 13px;
  text-align: left;
  font-weight: 700;
}

.order_form .order_form_row input:active,
.order_form .order_form_row input:focus {
  outline: 0;
  border: 2px solid #cecece;
}

.order_form_button {
  background: #f24537;
  border-radius: 3px;
  border: 1px solid #d02718;
  width: 100%;
  max-width: 350px;
  display: block;
  cursor: pointer;
  color: #fff;
  outline: 0;
  padding: 16px 5px;
  font-size: 16px;
  margin-top: 5px;
  letter-spacing: .6px;
  text-shadow: 0 1px 0 #810e05;
  text-align: center;
  font-weight: 700;

}

.order_form_button:hover,
.order_form_button:focus {
  color: #fff;
  text-decoration: none;
  background: #c62d1f;
}

.order_form_button:active {
  position: relative;
  top: 1px;
}

.order_form_button--low {
  margin: 0 auto;
}

.order_timer_block {
  line-height: 1.2;
  font-weight: 700;
}

.order_timer_block p {
  margin: 10px 0 !important;
}

.order_timer_block .order_timer {
  font-size: 21px;
}

.inL_26071,
.prices {
  display: block;
}

.inL_459294,
.inL_748865 {
  color: #000;
}

.inL_76447 {
  text-transform: uppercase;
}

.prices {
  width: 100%;
  margin-bottom: 15px;
}

.form__price-wrapper {
  width: 100%;
  max-width: 300px;
  display: flex;
  justify-content: space-around;
  margin: 15px auto 0;
}

.form__price {
  font-size: 18px;
}

.form__price-title {
  font-size: 18px !important;
  margin-bottom: 5px !important;
}

.form__price-value {
  font-size: 30px !important;
  line-height: 1.2;
  position: relative;
}

.form__price-old .form__price-value::after,
.form__price-old .form__price-value::before {
  content: '';
  width: 110%;
  height: 2px;
  background-color: red;
  display: block;
  position: absolute;
  top: 50%;
  left: -5%;
}

.form__price-old .form__price-value::before {
  transform: rotate(-25deg) translateY(-50%);
}

.form__price-old .form__price-value::after {
  transform: rotate(25deg) translateY(-50%);
}

.form__price-new {
  color: red;
}

.prices .x_currency {
  font-size: 17px !important;
}

.input-roulette {
  padding-left: 5px;
  height: 42px;
  width: auto !important;
  display: block;
  margin: 10px auto;
}

.time_remains {
  font-size: 1.1em;
  color: red;
  font-weight: 700;
}

.comment-text-inner>h2>span:first-child {
  cursor: pointer;
}

.live {
  margin-top: 10px;
  display: block;
}

.content .article .benefits {
  margin: 0 0 25px;
  list-style: none;
}

.content .article .benefits li {
  margin: 0 0 10px;
  display: flex;
  gap: 20px;
  align-items: center;
  position: relative;
}

.benefits-icon {
  width: 50px;
  flex-shrink: 0;
}

.content .article .benefits li p {
  margin: 0;
}

.content .article .consist {
  margin: 25px 0 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
  justify-content: space-between;
  text-align: center;
}

.content .article .consist li {
  max-width: calc(32% - 5px);
  margin: 0;
}

.content .article .consist img {
  width: 100px;
  margin: 0 auto 10px;
  display: block;
  border-radius: 100px;
}

.content .article .consist li b {
  margin-bottom: 10px;
  display: block;
}

.content .article .consist p {
  margin: 0;
  font-size: 16px;
  line-height: 1.3;
}

.content .article .consist-prod {
  padding-top: 40px;
  position: relative;
}

.content .article .consist-prod-item {
  display: flex;
  align-items: center;
}

.content .article .consist-prod-item img {
  width: auto;
  margin: 0 auto;
  border-radius: 0;
}

.content .article .consist-prod::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 90px;
  height: 100px;
  background-image: url(../images/nature.png);
  background-repeat: no-repeat;
  background-size: contain;
}

.ro-terms {
  margin-top: 15px;
  margin-bottom: 15px;
  padding: 0;
  text-align: center;
  list-style: none;
}

.ro-form {
  margin-top: 15px;
  display: block;
  text-align: center;
  font-size: 14px;
}

.ro-notes {
  max-width: 900px;
  margin: 0 auto;
  padding: 0;
  color: #909090;
  font-size: 14px;
  list-style: none;
}

@media screen and (max-width: 1200px) {
  .content .article {
    width: 100%;
  }
}

@media screen and (max-width: 767px) {
  .content .article .consist {
    justify-content: center;
  }

  .order_pre_form {
    flex-direction: column;
    gap: 10px;
  }

  .order_block .order_offer {
    max-width: 290px;
    padding-top: 50px;
  }

  .order_block .order_offer::before {
    width: 80px;
    top: -5px;
  }

  .content .article .consist li {
    max-width: calc(50% - 10px);
  }

  .content .article li.consist-prod-item {
    width: 100%;
    max-width: none;
    justify-content: center;
    order: -1;
  }

  .content .article .consist-prod {
    max-width: 280px;
  }

  .contimg {
    width: 550px;
    margin-left: auto;
    margin-right: auto;
  }

  .content .article .quote p,
  .content .article h2 {
    font-size: 23px;
  }

  .content .article p,
  .content .article .week p {
    font-size: 16px;
  }

  .content .article .week p {
    line-height: 1.4;
  }

  .content .article .week h2 {
    font-size: 22px;
  }

  .content .article .benefits li p {
    line-height: 1.3;
  }

}

@media screen and (max-width: 600px) {
  .content {
    padding: 20px 0 0;
  }

  .content .article p.cat {
    display: none;
  }

  .content .article h1 {
    margin-top: 0;
  }
}

@media screen and (max-width: 479px) {

  .content .article h1 {
    font-size: 25px;
    line-height: 1.3;
  }

  .content .article .benefits li {
    margin-bottom: 15px;
    flex-direction: column;
    gap: 5px;
    text-align: center;
  }

  .content .article .consist-prod {
    max-width: 250px;
    margin: 0 auto;
    padding-left: 0;
    padding-right: 0;
  }

  .content .article .consist {
    margin-top: 0;
    flex-direction: column;
  }

  .content .article .consist li {
    max-width: none;
  }

  .content .article .quote p,
  .content .article .week h2,
  .content .article h2 {
    font-size: 22px;
  }
}

@media screen and (max-width: 337px) {
  .comments .comments-inner .comment-box .comment-text .comment-text-inner h2 span:last-child {
    margin-top: 10px;
    display: block;
  }
}

.x_country_select {
  display: none !important;
}