.Menu-link,
a,
a.button {
  text-decoration: none;
}
.Body h3,
.Body > * {
  font-family: sans-serif;
}
b,
body,
div,
figcaption,
figure,
footer,
h1,
h3,
header,
html,
img,
nav,
p,
span,
strong {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: 0 0;
}
body {
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  background-color: #f2f2f2;
  position: relative;
}
.c15 {
  margin-bottom: 25px;
  font-size: 16px !important;
}
.Body:last-child > :last-child,
.c15 .c3 p {
  margin-bottom: 0;
}
.c15,
.c15 td,
.c15 tr {
  border: 1px solid #d6d6d6;
}
.c15 .c3 p {
  padding: 5px 10px;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
caption,
td,
th {
  text-align: left;
  font-weight: 400;
  vertical-align: middle;
}
figcaption,
figure,
footer,
header,
nav {
  display: block;
}
a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: 0 0;
  color: #b88b58;
}
* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
img {
  max-width: 100%;
}
.Body {
  font-size: 18px;
  line-height: 24px;
}
@media only screen and (min-width: 48em) {
  .Body {
    font-size: 20px;
    line-height: 27px;
  }
}
.Body > * {
  max-width: 980px;
  font-size: 22px;
}
.Body a:hover {
  color: #b88b58;
}
.Body p {
  margin-bottom: 15px;
}
.Body p:empty {
  display: none;
}
.MeduzaLogo,
.SvgIcon {
  display: inline-block;
  position: relative;
}
.Body h3 {
  margin-top: 18px;
  margin-bottom: 12px;
  font-size: 25px;
  font-weight: 700;
}
.HeaderButton-link,
.Menu {
  font-weight: 600;
  text-transform: uppercase;
  font-family: sans-serif;
}
.SvgIcon {
  z-index: 1;
  overflow: hidden;
  vertical-align: middle;
}
.SvgIcon--meduzaLogo {
  margin-top: -2px;
  height: 45px;
  width: 100px;
}
.Menu {
  display: none;
  color: #fff;
}
@media only screen and (min-width: 64em) {
  .Menu {
    font-size: 13px;
    height: 45px;
    width: 100%;
    letter-spacing: 1px;
    background-color: #262626;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-pack: center;
    -webkit-box-pack: center;
    justify-content: center;
  }
}
.Menu-item {
  position: relative;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-align: center;
  -webkit-box-align: center;
  align-items: center;
  padding: 0;
  text-align: center;
  -o-transition: color 0.15s ease-out;
  -webkit-transition: color 0.15s ease-out;
  transition: color 0.15s ease-out;
}
@media only screen and (min-width: 64em) {
  .Menu-item {
    padding: 0 15px;
    border-bottom: 0;
  }
  .Menu-item:last-of-type {
    border-right: none;
  }
  .Menu-item:hover {
    color: #999;
    background-color: inherit;
  }
  .Header {
    padding: 0 15px;
  }
}
.Menu-link {
  -o-transition: color 0.15s ease-out;
  -webkit-transition: color 0.15s ease-out;
  transition: color 0.15s ease-out;
  color: #fff;
  position: relative;
  line-height: 45px;
  top: 1px;
}
.Menu-item:hover .Menu-link {
  color: #999;
}
.MeduzaLogo {
  z-index: 2;
  top: 0;
  left: 0;
  width: 100px;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center 10px;
  background-size: contain;
}
.Header {
  position: relative;
  height: 45px;
  background-color: #262626;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-flow: row nowrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  flex-flow: row nowrap;
  z-index: 2;
}
@media only screen and (max-width: 63.9375em) {
  .Header .HeaderButton--chat {
    display: none;
  }
}
.Header-left {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-preferred-size: 16%;
  flex-basis: 16%;
  -ms-flex-positive: 1;
  -webkit-box-flex: 1;
  flex-grow: 1;
  height: 100%;
}
.Header-center {
  height: 100%;
  display: none;
}
@media only screen and (min-width: 64em) {
  .Header-center {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-pack: center;
    -webkit-box-pack: center;
    justify-content: center;
    -ms-flex-positive: 2;
    -webkit-box-flex: 2;
    flex-grow: 2;
  }
}
.Header-right {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-direction: row;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  flex-direction: row;
  height: 100%;
  -ms-flex-align: start;
  -webkit-box-align: start;
  align-items: flex-start;
  -ms-flex-pack: end;
  -webkit-box-pack: end;
  justify-content: flex-end;
  -ms-flex-preferred-size: 16%;
  flex-basis: 16%;
  -ms-flex-positive: 1;
  -webkit-box-flex: 1;
  flex-grow: 1;
}
.Header-meduzaLogo {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  height: 45px;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
  justify-content: center;
  position: absolute;
  left: 0;
  right: 0;
}
@media only screen and (min-width: 64em) {
  .Header-meduzaLogo {
    position: static;
  }
}
.HeaderButton {
  position: relative;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  min-width: 45px;
  height: 100%;
  padding: 0 15px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  -webkit-box-align: center;
  align-items: center;
  color: #fff;
  fill: currentColor;
  border: 0;
  background: 0 0;
  margin: 0;
  cursor: pointer;
}
.HeaderButton:active {
  outline-width: 0;
}
.HeaderButton:hover {
  color: #999;
}
.HeaderButton::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  border-right: 1px solid #676767;
}
@media only screen and (min-width: 64em) {
  .HeaderButton::after {
    top: 10px;
    bottom: 10px;
  }
}
.HeaderButton-link {
  display: block;
  padding-top: 2px;
  color: inherit;
  cursor: pointer;
}
.HeaderButton-link::before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  content: "";
}
.MaterialTag,
.MediaMaterial-containerClose {
  position: relative;
}
.HeaderButton--chat {
  font-size: 13px;
  letter-spacing: 0.05em;
}
.Copyright {
  padding: 0 12px;
  line-height: 1.2;
}
@media only screen and (min-width: 64em) {
  .Copyright {
    padding: 0;
  }
}
.Copyright-container {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-direction: row;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  flex-direction: row;
  margin: 0 auto;
  padding: 13px 0 12px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.Copyright-container a:hover {
  color: rgba(255, 255, 255, 0.5);
}
@media only screen and (min-width: 48em) {
  .Copyright-container {
    max-width: 675px;
    padding: 10px 0 18px;
    border-top: 1px solid #505050;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    text-align: left;
  }
}
@media only screen and (min-width: 64em) {
  .Copyright-container {
    max-width: 860px;
  }
}
.Copyright-container a {
  color: #fff;
}
.Copyright-block {
  padding-top: 13px;
  font-size: 17px;
  -ms-flex-positive: 1;
  -webkit-box-flex: 1;
  flex-grow: 1;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -ms-flex-preferred-size: 20%;
  flex-basis: 20%;
}
@media only screen and (min-width: 48em) {
  .Copyright-block {
    padding-top: 0;
    border-top: 0;
  }
}
.Copyright-block:last-child {
  text-align: right;
}
.MaterialTag {
  z-index: 30;
  display: inline-block;
  vertical-align: top;
  text-transform: uppercase;
  border: 1px solid;
  border-radius: 2px;
  font-weight: 700;
  line-height: 1;
  font-family: sans-serif;
  color: #b88b58;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
@media only screen and (max-width: 32em) {
  .MaterialTag {
    height: 15px;
    line-height: 15px;
    padding: 0 5px;
    font-size: 10px;
    letter-spacing: 0.5px;
  }
}
span.MaterialTag {
  cursor: default;
  pointer-events: none;
}
@media only screen and (min-width: 32em) {
  .MaterialTag--medium {
    height: 20px;
    line-height: 20px;
    padding: 0 7px;
    letter-spacing: 1px;
    font-size: 12px;
  }
}
.MaterialTag--solid {
  color: #fff;
  background: #b88b58;
  border-color: #b88b58;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.5);
}
.FormField-input:placeholder {
  color: #afafaf;
}
@media only screen and (min-width: 48em) {
  .Messenger-content::-webkit-scrollbar-track:hover:vertical {
    background: #f3f3f3;
  }
  .Messenger-content::-webkit-scrollbar-thumb:hover:vertical {
    background: #d9d9de;
  }
}
.MaterialClose {
  cursor: pointer;
  display: none;
  width: 20px;
  height: 20px;
  background-image: url(urn:scrapbook:download:error:http://orthofix.ru/assets/images/icons/cross.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 16px;
}
@media only screen and (min-width: 63.125em) {
  .MaterialClose {
    display: inline-block;
  }
}
.MaterialMeta {
  display: inline-block;
  font-family: sans-serif;
  font-size: 16px;
  line-height: 20px;
  color: grey;
  margin-right: 12px;
  padding-left: 18px;
  background-repeat: no-repeat;
  background-position: left center;
  background-size: 12px;
  font-weight: 400;
}
.MaterialMeta--source {
  background-image: url(../site/biomaximus/blackseed/fonts/e532f4e9c23677b76653507e723a39cd30cc6345.svg);
  background-position-y: 1px;
}
@media only screen and (min-width: 48em) {
  .MaterialMeta {
    font-size: 15px;
    line-height: 18px;
    margin-right: 15px;
  }
  .MaterialMeta--source {
    background-position-y: 4px;
    white-space: nowrap;
  }
}
.MaterialMeta--time {
  background-size: 12px 12px;
  background-image: url(../site/biomaximus/blackseed/fonts/a3fd45d1f497f3bbdb85276e6ec08268ed939132.svg);
}
.MediaMaterialHeader {
  max-width: 840px;
}
.MediaMaterialHeader-first {
  color: #000;
  line-height: 27px;
}
.MediaMaterialHeader-first,
.MediaMaterialHeader-separator {
  -o-transition: color 0.25s ease-out;
  -webkit-transition: color 0.25s ease-out;
  transition: color 0.25s ease-out;
  font-family: sans-serif;
  font-size: 22px;
  font-weight: 700;
}
.MediaMaterial {
  background-color: #fff;
  padding: 12px;
}
.MediaMaterial-header {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-direction: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  max-width: 650px;
  margin: 0 auto 18px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: start;
  -webkit-box-align: start;
  align-items: flex-start;
}
@media only screen and (min-width: 63.125em) {
  .MediaMaterial-header {
    max-width: 1000px;
    margin-bottom: 25px;
  }
}
.MediaMaterial-tag {
  margin-bottom: 5px;
}
.MediaMaterial-meta {
  margin-top: 12px;
}
@media only screen and (min-width: 48em) {
  .MediaMaterialHeader-first {
    line-height: 38px;
  }
  .MediaMaterialHeader-first,
  .MediaMaterialHeader-separator {
    font-size: 36px;
  }
  .MediaMaterial {
    padding: 25px 15px 20px;
  }
  .MediaMaterial-tag {
    margin-bottom: 11px;
  }
  .MediaMaterial-meta {
    margin-top: 12px;
  }
  .MediaMaterial--fullWidth .MediaMaterial-header {
    -ms-flex-align: center;
    -webkit-box-align: center;
    align-items: center;
    text-align: center;
  }
}
.MediaMaterial-close {
  position: absolute;
  top: -10px;
  right: 0;
  -o-transition: -o-transform 0.15s ease-out;
  -webkit-transition: -webkit-transform 0.15s ease-out;
  transition: -webkit-transform 0.15s ease-out;
  -o-transition: transform 0.15s ease-out;
  transition: transform 0.15s ease-out;
  transition: transform 0.15s ease-out, -webkit-transform 0.15s ease-out;
  transition: transform 0.15s ease-out, -webkit-transform 0.15s ease-out;
}
.MediaMaterial-materialContent {
  width: 100%;
  max-width: 650px;
}
.MediaMaterial-body {
  position: relative;
  max-width: 650px;
  margin: 0 auto;
}
@media only screen and (min-width: 63.125em) {
  .MediaMaterial-body {
    max-width: 1000px;
  }
}
.MediaMaterial--bannerless .MediaMaterial-body {
  display: block;
  max-width: none;
}
.MediaMaterial--fullWidth .MediaMaterial-materialContent {
  max-width: none;
}
.Material {
  padding: 12px 0 0;
}
.Material-shadow {
  position: absolute;
  width: 100%;
  height: 1px;
  left: 0;
  z-index: 300;
  background-color: rgba(0, 0, 0, 0.15);
}
.App-content,
.App-footer {
  z-index: 1;
  position: relative;
}
.Material-shadow--top {
  top: 0;
}
.Material-container {
  background: #fff;
  position: relative;
}
@media only screen and (min-width: 48em) {
  .Material {
    padding: 15px 0 0;
  }
  .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 img {
    border-radius: 2px;
  }
}
.Figure {
  margin: 15px -12px;
}
.Figure img {
  display: block;
  margin: 5px auto;
}
@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;
}
.Figure-caption {
  width: 100%;
  max-width: 650px;
  margin: 0 auto;
  padding: 7px 12px 0;
  font-size: 15px;
  line-height: 17px;
}
@media only screen and (min-width: 40.625em) {
  .Figure-caption {
    padding-right: 0;
    padding-left: 0;
    font-size: 16px;
    line-height: 18px;
  }
}
.App {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-direction: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  min-height: 100vh;
  -o-transition: -o-transform 0.25s ease-out;
  -webkit-transition: -webkit-transform 0.25s ease-out;
  transition: -webkit-transform 0.25s ease-out;
  -o-transition: transform 0.25s ease-out;
  transition: transform 0.25s ease-out;
  transition: transform 0.25s ease-out, -webkit-transform 0.25s ease-out;
  transition: transform 0.25s ease-out, -webkit-transform 0.25s ease-out;
}
.App-content,
.App-footer {
  -o-transition: -o-transform 0.25s ease-out;
  -webkit-transition: -webkit-transform 0.25s ease-out;
  transition: -webkit-transform 0.25s ease-out;
  -o-transition: transform 0.25s ease-out;
  transition: transform 0.25s ease-out;
  transition: transform 0.25s ease-out, -webkit-transform 0.25s ease-out;
  transition: transform 0.25s ease-out, -webkit-transform 0.25s ease-out;
}
.App-content {
  overflow: visible;
  background-color: #f2f2f2;
  -ms-flex: 1 0 auto;
  -webkit-box-flex: 1;
  flex: 1 0 auto;
}
.App-header {
  position: relative;
  z-index: 200;
}
.App--isMaterial .App-content {
  background-color: #e6e6e6;
}
.Footer {
  color: #999;
  background-color: #252525;
  font-family: sans-serif;
}

.logo {
  display: block;
  margin-top: 10px;
}
.ava-img {
  width: 50px;
  margin-right: 10px;
  display: inline-block;
  vertical-align: middle;
}
.Body a {
  -webkit-box-shadow: inset 0 -1px #b88b58;
  box-shadow: inset 0 -1px #b88b58;
  color: #00f;
}
.Body a:hover {
  -webkit-box-shadow: none;
  box-shadow: none;
}
a.button {
  font-size: 20px;
  text-align: center;
  color: #fff !important;
  background-color: red;
  display: block;
  width: 100%;
  max-width: 320px;
  border-radius: 30px;
  padding: 15px;
}
a.button:hover {
  background-color: #c11f1f;
}
.right {
  text-align: right;
  font-style: italic;
}
@media (min-width: 1024px) {
  .img_com {
    width: 50% !important;
  }
  body {
    background-color: #e00d58;
  }
}
@media (max-width: 540px) {
  .c0 {
    font-size: 16px !important;
    padding: 5px !important;
  }
}

#order,
#order_form input {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.submit-roulette:hover {
  background: #b00;
  -webkit-transition: background 0.3s;
  -o-transition: background 0.3s;
  transition: background 0.3s;
}
.additional-form-fields {
  padding-left: 5px;
  height: 42px;
  margin-bottom: 10px;
}
#order {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.submit-roulette:active {
  -webkit-transform: translateY(2px);
  -ms-transform: translateY(2px);
  transform: translateY(2px);
  -webkit-box-shadow: none;
  box-shadow: none;
}
.submit-roulette,
input[value="ÐŸÐ¾Ð»ÑƒÑ‡Ð¸Ñ‚ÑŒ Ð±ÐµÑÐ¿Ð»Ð°Ñ‚Ð½Ð¾"] {
  text-transform: uppercase;
  padding: 10px 15px;
  margin: 5px 0 15px;
  outline: 0;
  border: none;
  border-radius: 5px;
  -webkit-box-shadow: 0 4px 3px #242120;
  box-shadow: 0 4px 3px #242120;
  background: red;
  color: #fff;
  font-weight: 700;
  cursor: pointer;
  -webkit-transition: background 0.3s;
  -o-transition: background 0.3s;
  transition: background 0.3s;
}
.input-roulette,
input[placeholder="Ð’Ð°Ñˆ Ñ‚ÐµÐ»ÐµÑ„Ð¾Ð½"],
input[placeholder="Ð’Ð°ÑˆÐµ Ð¸Ð¼Ñ"] {
  padding-left: 5px;
  height: 42px;
  margin-bottom: 10px;
}
input[value="ÐŸÐ¾Ð»ÑƒÑ‡Ð¸Ñ‚ÑŒ Ð±ÐµÑÐ¿Ð»Ð°Ñ‚Ð½Ð¾"]:hover {
  background: #b00 !important;
  -webkit-transition: background 0.3s;
  -o-transition: background 0.3s;
  transition: background 0.3s;
}
input[value="ÐŸÐ¾Ð»ÑƒÑ‡Ð¸Ñ‚ÑŒ Ð±ÐµÑÐ¿Ð»Ð°Ñ‚Ð½Ð¾"]:active {
  -webkit-transform: translateY(2px);
  -ms-transform: translateY(2px);
  transform: translateY(2px);
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}
.input-roulette {
  width: auto !important;
}
.ruletka-p h2,
.spin-wrapper .ruletka-p {
  margin-bottom: 15px;
}
.ruletka-p {
  text-indent: 0;
  color: #000;
  text-align: center !important;
  margin: 15px;
  line-height: 25px;
  font-weight: 700;
}
.ruletka-p h2 {
  font-size: 25px;
}
.ruletka-a {
  color: #1697ce;
}
.spin-wrapper {
  -webkit-box-shadow: 0 0 10px;
  box-shadow: 0 0 10px;
  border: 3px solid red;
  padding: 20px 10px;
  border-radius: 10px;
  text-align: center;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.danger-text {
  color: red;
  font-weight: 700;
}
.wheel {
  width: 380px;
  height: 380px;
  margin: 0 auto;
  position: relative;
}
.wheel img {
  max-width: 100%;
  max-height: 100%;
}
.wheel-img {
  max-width: 100%;
  max-height: 100%;
  -webkit-transition: 4s;
  -o-transition: 4s;
  transition: 4s;
}
.wheel-cursor {
  position: absolute;
  width: 35% !important;
  height: 35%;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.cursor-text {
  position: absolute;
  z-index: 2;
  display: inline-block;
  width: 45% !important;
  height: 45%;
  font: 16px sans-serif !important;
  line-height: 61px !important;
  cursor: pointer;
  border-radius: 50%;
  vertical-align: middle;
  text-align: center;
  border: 1px solid #ccc;
  top: 49%;
  left: 50%;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-box-shadow: #fff 0 -2px 0 inset, #fff 0 2px 0 inset,
    rgba(0, 0, 0, 0.4) 0 0 5px;
  box-shadow: #fff 0 -2px 0 inset, #fff 0 2px 0 inset,
    rgba(0, 0, 0, 0.4) 0 0 5px;
  background: #fff;
  background: -o-radial-gradient(center, ellipse cover, #fff 0, #eaeaea 100%);
  background: -o-radial-gradient(center, ellipse, #fff 0, #eaeaea 100%);
  background: radial-gradient(ellipse at center, #fff 0, #eaeaea 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff", endColorstr="#eaeaea", GradientType=1);
}
.order_block {
  text-align: center !important;
}
.order_block img {
  width: 30%;
}
.order_block h3 {
  font: 700 18px sans-serif !important;
  background: 0 0;
}
#ad1_form,
#adbees_form,
#adeptcpa_form,
#aff1_form,
#apilead_form,
#burg_tl_form,
#cpagetti_form,
#crm_form,
#drcash_form,
#everad_form,
#funcpa_form,
#ha9_form,
#hp_form,
#kma_form,
#leadbit_form,
#leadgroup_form,
#leadtrade_form,
#luckyshop_form,
#m_leads,
#monsterleads_form,
#omni_form,
#p_apilead_form,
#p_hp_form,
#p_hp_form_test,
#p_omni_form,
#p_rekl_form,
#profit_form2,
#pw_hp_form,
#rekl_form,
#rocket_form,
#scpa_pw_ad1_form,
#scpa_pw_apilead_form,
#scpa_pw_drcash_form,
#scpa_pw_hp_form,
#scpa_pw_leadtrade_form,
#scpa_pw_tl_form,
#shakes_form,
#static_omni_form,
#t_drcash_form,
#tl_form,
#v_m_leads {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: sans-serif;
}
.time_remains {
  font-size: 1.1em;
  color: red;
  font-weight: 700;
}
.spin-result-wrapper {
  display: none;
  padding: 0 10px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  top: 0;
  z-index: 999;
  left: 0;
  height: 100%;
  position: fixed;
  background-color: rgba(0, 0, 0, 0.6);
  text-align: center;
}
.close-popup {
  position: absolute;
  width: 30px;
  height: 30px;
  background-image: url(../site/biomaximus/blackseed/fonts/cross_1.svg);
  background-size: 100%;
  top: -40px;
  border-radius: 50%;
  -webkit-box-shadow: 0 0 10px #fff;
  box-shadow: 0 0 10px #fff;
  right: -40px;
  cursor: pointer;
}
.pop-up-heading {
  font-size: 40px;
  margin-bottom: 20px;
}
.pop-up-text {
  margin-bottom: 25px;
  font-size: 24px;
  line-height: 30px;
  text-align: center !important;
}
.pop-up-button {
  text-transform: uppercase;
  text-decoration: none !important;
  padding: 10px 20%;
  font-size: 20px;
  border-radius: 5px;
  background-color: #71c341;
  color: #fff !important;
  border: none;
  cursor: pointer;
  outline: 0;
}
.cursor-text:active {
  -webkit-box-shadow: rgba(0, 0, 0, 0.4) 0 0 5px inset;
  box-shadow: rgba(0, 0, 0, 0.4) 0 0 5px inset;
}
.pop-up-layer {
  position: fixed !important;
  top: 0 !important;
  width: 100% !important;
  height: 100% !important;
  background-color: rgba(0, 0, 0, 0.7) !important;
  z-index: 99 !important;
}
.pop-up-layer-show {
  display: block;
}
.pop-up-window {
  position: relative;
  max-width: 400px;
  right: 0;
  left: 0;
  top: 40%;
  margin: 0 auto;
  background: #fff;
  text-align: center;
  padding: 70px 10px 20px;
  border-radius: 10px;
  -webkit-animation: 0.7s ease 0s normal none 1 running pop-up-appear;
  animation: 0.7s ease 0s normal none 1 running pop-up-appear;
}
.pop-up-window::after,
.pop-up-window::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
}
.pop-up-window::before {
  width: 110px;
  height: 110px;
  top: -55px;
  background-color: #71c341;
  border-radius: 50%;
  -webkit-animation: 0.5s ease 0.6s normal backwards 1 running
    pop-up-appear-before;
  animation: 0.5s ease 0.6s normal backwards 1 running pop-up-appear-before;
}
.pop-up-window::after {
  width: 50px;
  height: 20px;
  top: -20px;
  border-width: medium medium 4px 4px;
  border-style: none none solid solid;
  border-color: currentcolor currentcolor #fff #fff;
  -moz-border-top-colors: none;
  -moz-border-right-colors: none;
  -moz-border-bottom-colors: none;
  -moz-border-left-colors: none;
  -o-border-image: none;
  border-image: none;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transition: opacity 1s ease 0s;
  -o-transition: opacity 1s ease 0s;
  transition: opacity 1s ease 0s;
  -webkit-animation: 0.5s ease 0.6s normal backwards 1 running
    pop-up-appear-after;
  animation: 0.5s ease 0.6s normal backwards 1 running pop-up-appear-after;
}
.text_small {
  font-size: 0.5em !important;
  font-weight: 400 !important;
}
@-webkit-keyframes pop-up-appear {
  0% {
    -webkit-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }
  30% {
    -webkit-transform: translateY(100px);
    transform: translateY(100px);
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes pop-up-appear {
  0% {
    -webkit-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }
  30% {
    -webkit-transform: translateY(100px);
    transform: translateY(100px);
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@-webkit-keyframes pop-up-appear-before {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes pop-up-appear-before {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@-webkit-keyframes pop-up-appear-after {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes pop-up-appear-after {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.pop-up-button:hover {
  color: #fff !important;
  text-decoration: none !important;
}
@media all and (max-width: 520px) {
  .wheel {
    width: 260px !important;
    height: 260px !important;
  }
  .cursor-text {
    line-height: 45px !important;
    font-size: 12px !important;
  }
}
@media screen and (max-width: 520px) and (max-width: 345px) {
  .wheel {
    width: 250px !important;
    height: 250px !important;
  }
  .cursor-text {
    line-height: 40px !important;
    font-size: 11px !important;
  }
}

.Body>* {
max-width: 100% !important;
}



.comment__top-wrap {
display: flex;
margin-bottom: 15px;
align-items: center;
}

.comment__wrap {
margin-bottom: 15px;
}

.comment-avatar {
width: 60px;
height: 60px;
margin-right: 10px;
}

.comment-text {}

.comment-name {
font-weight: bold;
}

.ctSimpleForm__block {
    display: flex;
    flex-direction: row;
    align-items: center;
    max-width: 768px;
    justify-content: space-between;
    width: 100%;
    margin: 0 auto;
}

.ctSimpleForm__img {
    max-width: 280px;
    width: 100%;
}

.ctSimpleForm__orderBlock {
    max-width: 455px;
    width: 100%;
    margin: 16px auto;
    font-family: sans-serif;
    font-size: 16px;
    color: #000;
}

.ctCountrySelect {
    display: none;
}

.ctSimpleForm__description {
    padding: 25px 45px;
    margin-top: 25px;
    background-color: #fff;
    box-shadow: 4px 5px 10px 0px rgba(0, 0, 0, 0.25)
}

.simpleDescription__title {
    font-size: 33px;
    font-weight: 700;
    text-align: center;
    margin-bottom: 20px;
    line-height: 1.2
}

.simpleDescription__title--colored {
    color: #50b27c
}

.simpleDescription__prices {
    max-width: 180px;
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: baseline;
    margin: 0 auto 15px;
    font-size: 18px;
}

.ctPricesBlock__newPrice {
    color: #53b57f;
}

.ctPricesBlock__oldPrice {
    text-decoration: line-through
}

.inputItem__title {
    display: block;
    margin-bottom: 5px
}

.inputBlock__inputItem {
    margin-top: 20px
}

.inputItem__input {
    display: block;
    width: 100%;
    height: 50px;
    border: 1px solid #d1d1d1;
    border-radius: 3px;
    padding: 10px;
    box-sizing: border-box
}

.ctSimpleForm__submitBtn {
    border: none;
    padding: 15px 40px;
    border-radius: 3px;
    text-align: center;
    color: #fff;
    text-transform: uppercase;
    background: rgb(90, 188, 134) linear-gradient(180deg, rgba(90, 188, 134, 1) 0%, rgba(66, 163, 110, 1) 50%);
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    cursor: pointer;
    max-width: 280px;
    flex: 1 0 240px;
    width: 100%;
    margin: 0 auto
}

.ctSimpleForm__submitBtn:hover {
    transform: scale(0.98)
}

.ctSimpleForm__submit {
    margin: 15px auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap
}

@media screen and (max-width: 576px) {
    .ctSimpleForm__submit {
        justify-content: center
    }
    .simpleDescription__prices {
        margin-top: 16px
    }
}

@media (max-width: 750px) {
    .ctSimpleForm__block {
        flex-direction: column;
    }
}

@media (max-width: 365px) {
    .ctSimpleForm__description {
        padding: 25px 15px
    }
}

.ctSimpleForm__imgBlock {
    margin-right: 15px;
}
