a {
  outline: none;
  cursor: pointer !important;
}

body {
  top: 0;
  color: #1b354a;
  width: 100%;
  height: 100%;
  font-family: sans-serif;
  font-size: 18px;
  line-height: 22px;
  margin: 0 auto;
  overflow-x: hidden;
  cursor: default;
}

a {
  text-decoration: underline;
  color: #00f;
  cursor: auto;
}

a:hover {
  color: #3434fd;
  text-decoration: none;
}

h1 {
  margin: 0 0 17px;
  font-family: sans-serif;
  font-size: 30px;
  line-height: 34px;
  color: #1b354a;
}

h2 {
  margin: 18px 0;
  font-family: sans-serif;
  font-size: 22px;
  line-height: 26px;
  font-weight: normal;
  color: #1b354a;
}

img {
  max-width: 100%;
}

ul li,
ol li {
  font-size: 18px;
  line-height: 22px;
  margin-bottom: 10px;
}

p {
  margin: 0;
  padding: 10px 0;
}

.container {
  width: 1020px;
  /*position: relative;*/
  margin: 0 auto;
}

.text_section {
  position: relative;
  width: 100%;
  background: #cd1026;
  padding-bottom: 10px;
}

.white_base {
  position: relative;
}

.base {
  padding: 40px 0px 0;

  background-color: #fff;
  overflow: hidden;
}

.comments {
  position: relative;
}

.comments__header {
  position: relative !important;
  display: flex !important;
  justify-content: space-between !important;
  align-items: center !important;
  gap: 5px !important;
  margin: 0 0 30px 0 !important;
  padding: 0 0 !important;
  box-sizing: border-box !important;
  -webkit-box-align: center !important;
  -webkit-box-pack: justify !important;
  -ms-flex-align: center !important;
  -ms-flex-pack: justify !important;
}

.comments__header::before {
  content: '' !important;
  position: absolute !important;
  bottom: 0 !important;
  left: 0 !important;
  z-index: 0 !important;
  width: 100% !important;
  height: 2px !important;
  background-color: #eeee !important;
}

.comments__header-link img {
  margin: 0 !important;
}

.comments__right-box {
  position: relative !important;
  z-index: 1 !important;
  display: flex !important;
  justify-content: space-between !important;
  align-items: center !important;
  gap: 25px !important;
  padding: 10px 0 !important;
  -webkit-box-align: center !important;
  -webkit-box-pack: justify !important;
  -ms-flex-align: center !important;
  -ms-flex-pack: justify !important;
}

.comments__left-box {
  position: relative !important;
  z-index: 1 !important;
  display: flex !important;
  justify-content: space-between !important;
  align-items: center !important;
  gap: 5px !important;
  padding: 10px 0 !important;
  border-bottom: 2px solid #9faeb5 !important;
  -webkit-box-align: center !important;
  -webkit-box-pack: justify !important;
  -ms-flex-align: center !important;
  -ms-flex-pack: justify !important;
}

.comments__header-title {
  margin: 0 !important;
  padding: 0 !important;
  font-size: 20px !important;
  font-weight: 700 !important;
  text-indent: 0 !important;
  text-transform: capitalize !important;
  color: #414141 !important;
  box-sizing: border-box !important;
}

input {
  font-family: sans-serif;
  font-size: inherit;
  line-height: inherit;
}

b {
  font-family: sans-serif;
}

.submit-roulette:hover {
  background: #b00;
  transition: background 0.3s;
}

.submit-roulette:active {
  transform: translateY(2px);
  box-shadow: none;
}

.submit-roulette {
  text-transform: uppercase;
  padding: 10px 15px;
  margin: 15px 0;
  outline: none;
  border: none;
  margin-top: 5px;
  border-radius: 5px;
  box-shadow: 0 4px 3px #242120;
  background: red;
  color: #fff;
  font-weight: bold;
  cursor: pointer;
  transition: background 0.3s;
}

input[type='submit']:hover {
  background: #b00 !important;
  transition: background 0.3s;
}

input[type='submit']:active {
  transform: translateY(2px);
  box-shadow: none !important;
}

.input-roulette {
  padding-left: 5px;
  height: 42px;
  margin-bottom: 10px;
  width: 100% !important;
  max-width: 350px;
}

.order_block {
  display: none;
  text-align: center !important;
}

.order_block h3 {
  font: bold 18px sans-serif !important;
  background: transparent;
}

.time_remains {
  font-size: 1.1em;
  color: red;
  font-weight: bold;
}

@media screen and (max-width: 1019px) {
  img {
    max-width: 100%;
  }

  .base {}

  .container {
    width: 100% !important;
  }
}

@media screen and (max-width: 767px) {

  p,
  td {
    text-align: left;
  }
}

@media screen and (max-width: 320px) {
  .base p {
    font-size: 16px;
  }
}

.vk-comment-load {
  margin-bottom: 15px;
  position: relative;

  padding-bottom: 15px;
}

.vk-comment-name {
  margin: 0 !important;
  padding: 0 !important;
  font-size: 20px !important;
  font-weight: 600 !important;
  text-align: left !important;
  text-indent: 0 !important;
  text-transform: capitalize !important;
  line-height: 1 !important;
  color: #414141 !important;
}

.vk-avatar img {
  width: 58px !important;
}

.vk-avatar img {
  width: 60px !important;
  height: 60px !important;
  min-width: 60px !important;
  min-height: 60px !important;
  margin: 0 !important;
  border-radius: 100% !important;
  object-fit: cover !important;
}

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

.comments__item-header {
  display: flex !important;
  gap: 15px !important;
}

.comments__item-content--printing {
  display: flex !important;
  align-items: center !important;
  gap: 10px !important;
  font-size: 18px;
}

.comments__item-gif {
  width: 50px !important;
  height: 50px !important;
  margin: 0 !important;
  padding-top: 10px !important;
  box-sizing: border-box !important;
}

.comments__item-footer {
  display: flex !important;
  justify-content: space-between !important;
  align-items: center !important;
  text-indent: 0 !important;
  -webkit-box-align: center !important;
  -webkit-box-pack: justify !important;
  -ms-flex-align: center !important;
  -ms-flex-pack: justify !important;
}

.comments__item-replay {
  margin: 0 !important;
  border: none !important;
  font-size: 18px !important;
  font-weight: 400 !important;
  text-decoration: none !important;
  text-transform: initial !important;
  color: #9faeb5 !important;
  transition: all 0.2s ease-in-out !important;
  box-shadow: none !important;
}

.comments__item-data {
  margin: 0 !important;
  padding: 0 !important;
  font-size: 15px !important;
  font-weight: 600 !important;
  text-align: left !important;
  text-indent: 0 !important;
  text-transform: initial !important;
  line-height: 1 !important;
  color: #9faeb5 !important;
}

.comments__item-replay:hover {
  color: #5f95ad !important;
}

.vk-comment-text {
  display: flex !important;
  flex-flow: column !important;
  gap: 15px !important;
  -webkit-box-direction: normal !important;
  -webkit-box-orient: vertical !important;
}

.vk-comment-text img {
  width: 100%;
  max-width: 350px;
}

.vk-comment-text p {
  margin: 0 !important;
  padding: 0 !important;
  font-size: 18px !important;
  font-weight: 400 !important;
  text-align: left !important;
  text-indent: 0 !important;
  text-transform: initial !important;
  line-height: 1.3 !important;
  color: #414141 !important;
}

.comments__item-replay {
  pointer-events: none;
  cursor: default;
}

.vk-comment-load {
  margin-bottom: 25px;
  display: flex !important;
  flex-flow: column !important;
  gap: 10px !important;
  -webkit-box-direction: normal !important;
  -webkit-box-orient: vertical !important;
}

.headline {
  font-weight: bold;
  font-size: 44px;
  line-height: 48px;
  margin: 20px 0;
}

input {
  font-size: 14px;
}

@media (max-width: 1019px) {
  .base h1 {
    margin-top: 0 !important;
  }
}

@media (max-width: 767px) {
  .headline {
    font-size: 28px;
    line-height: 38px;
  }
}

@media (max-width: 320px) {
  p {
    font-size: 16px;
  }
}

body * {
  font-family: sans-serif !important;
}

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

html,
body {
  font-family: sans-serif;
}

b {
  font-weight: 700;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td {
  padding: 0;
}

p {
  margin-bottom: 10px;
  margin-top: 0;
}

ul {
  padding-left: 20px;
}

.graph {
  display: block;
  height: 325px;
  margin: 25px auto 40px;
  max-width: 540px;
  width: 100%;
}

.graph tbody {
  align-items: end;
  background: repeating-linear-gradient(rgb(242, 242, 242),
      rgb(242, 242, 242) 0px,
      rgb(242, 242, 242) 1px,
      transparent 1px,
      transparent 20%);
  border-bottom: 1px solid #919191;
  border-top: 1px solid #919191;
  column-gap: 10%;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(2em, 1fr));
  height: 100%;
  margin: 3em 0 1em 2.8em;
  padding: 0;
  position: relative;
}

.graph tbody::after,
.graph tbody::before {
  color: #000;
  font-family: sans-serif;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  left: -3.2em;
  line-height: 32px;
  position: absolute;
  text-align: right;
  width: 2.8em;
}

.WeightConsistently tbody::before {
  content: '100%';
  top: -1em;
}

.graph tr {
  display: block;
  position: relative;
}

.graph td {
  display: block;
  text-align: center;
}

.graph td span {
  color: #fff;
  left: 50%;
  line-height: 36px;
  overflow: hidden;
  text-align: center;
  top: 50%;
  transition: opacity 0.5s ease 0s;
  width: 100px;
}

.graph td {
  border-radius: 0.5em 0.5em 0 0;
  height: 100%;
  transition: background 0.5s ease 0s;
  width: 100%;
}

.table-title,
.table-title b {
  text-align: center;
}

.table-title b {
  color: #2a2882;
  font-size: 25px;
  line-height: 1.4;
  text-transform: uppercase;
  z-index: 2;
}

.square1,
.square2 {
  display: inline-block;
  height: 25px;
  margin-right: 8px;
  width: 25px;
}

.square1 {
  background-color: #b8b8b8;
}

.square2 {
  background-color: #2a2882;
}

.graph_block ul>li::before {
  display: none;
}

.graph_block ul>li {
  align-items: center;
  display: flex;
  line-height: 1.5;
  margin-bottom: 15px;
  overflow: visible hidden;
}

.graph_block .label {
  margin: 20px auto 0;
  max-width: fit-content;
}

.table-title::before {
  background: #f2f2f2;
  content: '';
  z-index: 1;
}

p {
  margin: 0;
}

:focus {
  outline: none;
}

[scroll='goScrollToForm'] {
  cursor: pointer;
}

@media (max-width: 576px) {
  .vk-comment-name {
    font-size: 20px !important;
  }

  .comments__item-data,
  .vk-comment-text p,
  .comments__item-content {
    font-size: 16px !important;
  }
}

input {
  font-family: sans-serif;
  font-size: inherit;
  line-height: inherit;
}

#order_form input {
  display: flex;
}

input[type='submit']:hover {
  background: #b00 !important;
  transition: background 0.3s;
}

input[type='submit']:active {
  transform: translateY(2px);
  box-shadow: none !important;
}

.order_block {
  text-align: center !important;
}

#order_form {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.time_remains {
  font: 700 1.1em/1.5 sans-serif !important;
  color: red !important;
}

.order_block {
  padding-left: 0 !important;
  padding-right: 0 !important;
  font-family: sans-serif;
  padding-bottom: 2em !important;
  box-shadow: none !important;
  width: 100% !important;
  border: none !important;
  max-width: 100% !important;
  line-height: 1.7 !important;
}

.order_block {
  display: none;
}

.input-roulette {
  max-width: 352px;
  box-sizing: border-box;
}

input {
  font-size: 14px;
}

@media (max-width: 1019px) {
  .base {
    padding-top: 0 !important;
  }

  .base h1 {
    margin-top: 0 !important;
  }
}

@media (max-width: 767px) {
  .headline {
    font-size: 28px;
    line-height: 38px;
  }
}

@media (max-width: 320px) {
  p {
    font-size: 16px;
  }
}

.submit-roulette:hover {
  background: #b00;
  transition: background 0.3s;
}

.submit-roulette:active {
  transform: translateY(2px);
  box-shadow: none;
}

.submit-roulette {
  text-transform: uppercase;
  padding: 10px 15px;
  margin: 5px 0 15px;
  outline: 0;
  border: none;
  border-radius: 5px;
  box-shadow: 0 4px 3px #242120;
  background: red;
  color: #fff;
  font-weight: 700;
  cursor: pointer;
  transition: background 0.3s;
}

.input-roulette {
  padding-left: 5px;
  height: 42px;
  width: auto !important;
  display: block;
  margin: 10px auto;
}

.order_block img {
  width: 100% !important;
  max-width: 303px;
}

.order_block h3 {
  font: 700 18px sans-serif !important;
  background: 0 0;
}

.time_remains {
  font-size: 1.1em;
  font-weight: 700;
}

body,
html {
  width: 100%;
  min-width: 320px;
  margin: 0;
  padding: 0;
  background: #fff;
  color: #181818;
  font-family: sans-serif;
  -webkit-tap-highlight-color: transparent;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -ms-text-size-adjust: 100%;
  text-size-adjust: 100%;
}

*,
::after,
::before {
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
}

::selection {
  background: #181818;
  color: #fff;
}

img::selection {
  background: 0 0;
}

img {
  display: block;
  max-width: 100%;
  height: auto;
  border: 0;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

a,
a:focus,
a:hover {
  text-decoration: none;
  cursor: pointer;
}

figcaption {
  display: block;
}

hr,
ol,
p,
table,
ul {
  margin: 0;
  padding: 0;
}

ol,
ul {
  list-style: none;
}

h1,
h2,
h3,
p {
  margin: 0;
  padding: 0;
  font-weight: 400;
}

table {
  border-spacing: 0;
  border-collapse: collapse;
  empty-cells: show;
}

* {
  outline: 0;
}

a {
  color: #3e0e89;
  text-decoration: underline;
}

a:focus,
a:hover {
  color: #8e46ff;
}

h1 {
  margin-bottom: 20px;
  font-size: 40px;
  font-weight: 700;
  line-height: 46px;
}

h2 {
  margin-bottom: 20px;
  font-size: 32px;
  font-weight: 700;
  line-height: 34px;
}

h3 {
  margin-bottom: 20px;
  font-size: 22px;
  font-weight: 700;
  line-height: 24px;
}

p {
  margin-bottom: 20px;
  font-size: 20px;
  line-height: 30px;
}

b,
strong {
  font-weight: 700;
}

i {
  font-weight: 400;
  font-style: italic;
}

figcaption {
  font-family: sans-serif;
  font-size: 14px;
  font-style: italic;
}

hr {
  height: 1px;
  margin-bottom: 20px;
  border: 0;
  background: #a9a9a9;
}

@media all and (max-width: 1024px) {
  h1 {
    font-size: 36px;
    line-height: 40px;
  }

  h2 {
    font-size: 24px;
    line-height: 26px;
  }

  h3 {
    font-size: 20px;
    line-height: 24px;
  }
}

@media all and (max-width: 767px) {
  h1 {
    font-size: 30px;
    line-height: 35px;
  }

  p {
    font-size: 18px;
    line-height: 28px;
  }
}

@media all and (max-width: 480px) {
  h1 {
    font-size: 28px;
    line-height: 30px;
  }
}

.container {
  max-width: 1220px;
  margin: auto;
  padding-right: 20px;
  padding-left: 20px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

@media all and (max-width: 1220px) {
  .container {
    padding-right: 20px;
    padding-left: 20px;
  }
}

@media all and (max-width: 1024px) {
  .container {
    padding-right: 20px;
    padding-left: 20px;
  }
}

@media all and (max-width: 767px) {
  .container {
    padding-right: 20px;
    padding-left: 20px;
  }
}

@media all and (max-width: 480px) {
  .container {
    padding-right: 20px;
    padding-left: 20px;
  }
}

input[type='submit'] {
  width: auto;
  height: auto;
  padding: 10px 20px;
  border: 0;
  background: #181818;
  color: #fff;
  font-family: sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 20px;
  text-align: center;
  text-transform: uppercase;
  -webkit-transition: background 0.2s, color 0.2s;
  -o-transition: background 0.2s, color 0.2s;
  transition: background 0.2s, color 0.2s;
  cursor: pointer;
}

input[type='submit']:focus,
input[type='submit']:hover {
  background: #000;
  color: #fff;
}

ol,
ul {
  margin-bottom: 20px;
  color: #181818;
  font-family: sans-serif;
  font-size: 16px;
  line-height: 1.5;
}

ol li,
ul li {
  position: relative;
  display: block;
  margin-top: 5px;
}

ol li:before,
ul li:before {
  content: '';
  display: inline-block;
  vertical-align: top;
  width: 0.5em;
  height: 0.5em;
  margin: 0.5em 0;
  margin-right: 0.5em;
  background: #3e0e89;
}

ol li:first-child,
ul li:first-child {
  margin-top: 0;
}

ul li ul {
  margin-bottom: 0;
  margin-left: 1em;
}

ul li ul li:before {
  border-radius: 50%;
}

ul li ul li:first-child {
  margin-top: 5px;
}

ul li p {
  display: inline;
  margin: 0;
  font-size: inherit;
  line-height: inherit;
}

table {
  table-layout: auto;
  width: 100%;
  margin: 0 0 20px;
  border: 0;
  color: #181818;
  text-align: left;
}

table tr {
  border-bottom: 1px solid #a9a9a9;
}

table tr td {
  padding: 10px;
  border: 0;
  font-family: sans-serif;
  font-size: 12px;
  line-height: 15px;
}

.btn {
  padding: 15px 20px;
  background: #181818;
  color: #fff;
  font-family: sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 20px;
  text-align: center;
  text-transform: uppercase;
  text-decoration: none;
  -webkit-transition: background 0.2s, color 0.2s;
  -o-transition: background 0.2s, color 0.2s;
  transition: background 0.2s, color 0.2s;
  cursor: pointer;
}

.btn:focus,
.btn:hover {
  background: #000;
  color: #fff;
}

html {
  overflow-x: hidden;
}

body:after {
  content: '';
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
  opacity: 0;
  -webkit-transition: opacity 0.2s, z-index 0s 0.2s;
  -o-transition: opacity 0.2s, z-index 0s 0.2s;
  transition: opacity 0.2s, z-index 0s 0.2s;
  z-index: -99;
}

/*# sourceMappingURL=main.css.map */

/* custom css */
.td_uid_3_64914111a14f8_rand {
  min-height: 0;
}

/* inline tdc_css att */
.td_uid_3_64914111a14f8_rand {
  margin-right: 20px !important;
  margin-bottom: 0px !important;
  padding-bottom: 0px !important;
}

.td_uid_3_64914111a14f8_rand .td_block_wrap {
  text-align: left;
}

/* custom css */
.td_uid_4_64914111a177f_rand {
  vertical-align: baseline;
}

/* inline tdc_css att */
.td_uid_4_64914111a177f_rand {
  text-align: left !important;
}

/* inline tdc_css att */
.td_uid_5_64914111a1958_rand {
  margin-bottom: 0px !important;
  text-align: left !important;
}

/* custom css */
.td_uid_5_64914111a1958_rand h2 {
  font-size: 20px !important;
}

/* custom css */
.td_uid_6_64914111b19b4_rand {
  vertical-align: baseline;
}

/* inline tdc_css att */
.td_uid_6_64914111b19b4_rand {
  margin-bottom: 0px !important;
}

/* inline tdc_css att */
.td_uid_7_64914111b1b00_rand {
  margin-bottom: -1px !important;
  justify-content: center !important;
  text-align: center !important;
}

/* custom css */
.td_uid_7_64914111b1b00_rand h2 {
  font-size: 20px !important;
}

/* custom css */
.td_uid_8_64914111c068d_rand {
  vertical-align: baseline;
}

/* inline tdc_css att */
.td_uid_9_64914111c07cb_rand {
  margin-bottom: 0px !important;
  justify-content: center !important;
  text-align: center !important;
}

/* custom css */
.td_uid_9_64914111c07cb_rand h2 {
  font-size: 20px !important;
}

/* custom css */
.td_uid_10_64914111cfa74_rand {
  vertical-align: baseline;
}

/* inline tdc_css att */
.td_uid_11_64914111cfbc2_rand {
  margin-right: 0px !important;
  margin-bottom: -1px !important;
  padding-right: 0px !important;
  justify-content: flex-end !important;
  text-align: right !important;
  border-style: solid !important;
  border-color: #888888 !important;
  border-width: 0px 0px 0px 0px !important;
}

/* custom css */
.td_uid_11_64914111cfbc2_rand h2 {
  font-size: 20px !important;
}

p {
  font-size: 22px !important;
  line-height: 26px !important;
}

.order_block img {
  width: 35% !important;
}

.prod-img {
  margin: 0 auto;
}

* {
  -webkit-tap-highlight-color: transparent;
}

html {
  -ms-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

:active,
:focus,
:hover,
:visited {
  outline: 0 !important;
}

::-moz-focus-inner {
  border: 0;
  outline: 0;
}

:not(#fake) {
  outline: 0;
}

input:invalid {
  box-shadow: none;
}

.no-style {
  list-style-type: none;
}