
/* fira-sans-regular - latin_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: "Fira Sans";
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/fira-sans-v17-latin_latin-ext-regular.woff2")
    format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* fira-sans-700 - latin_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: "Fira Sans";
  font-style: normal;
  font-weight: 700;
  src: url("../fonts/fira-sans-v17-latin_latin-ext-700.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* fira-sans-800 - latin_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: "Fira Sans";
  font-style: normal;
  font-weight: 800;
  src: url("../fonts/fira-sans-v17-latin_latin-ext-800.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

*,
::after,
::before {
  box-sizing: border-box;
}
html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: transparent;
}
footer,
section {
  display: block;
}
body {
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
    "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji",
    "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  text-align: left;
  background-color: #fff;
}
[tabindex="-1"]:focus:not(:focus-visible) {
  outline: 0 !important;
}
h1,
h2,
h3,
h4 {
  margin-top: 0;
  margin-bottom: 0.5rem;
}
p {
  margin-top: 0;
  margin-bottom: 1rem;
}
a {
  color: #007bff;
  text-decoration: none;
  background-color: transparent;
}
a:hover {
  color: #0056b3;
  text-decoration: underline;
}
img {
  vertical-align: middle;
  border-style: none;
}
table {
  border-collapse: collapse;
}
button {
  border-radius: 0;
}
button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color;
}
button {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
button {
  overflow: visible;
}
button {
  text-transform: none;
}
button {
  -webkit-appearance: button;
}
[type="button"]:not(:disabled),
[type="reset"]:not(:disabled),
[type="submit"]:not(:disabled),
button:not(:disabled) {
  cursor: pointer;
}
button::-moz-focus-inner {
  padding: 0;
  border-style: none;
}
::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button;
}
h1,
h2,
h3,
h4 {
  margin-bottom: 0.5rem;
  font-weight: 500;
  line-height: 1.2;
}
h1 {
  font-size: 2.5rem;
}
h2 {
  font-size: 2rem;
}
h3 {
  font-size: 1.75rem;
}
h4 {
  font-size: 1.5rem;
}
.container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

.container--padding0 {
  padding: 0;
}
@media (min-width: 576px) {
  .container {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .container {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .container {
    max-width: 1140px;
  }
}
@media (min-width: 576px) {
  .container {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .container {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .container {
    max-width: 1140px;
  }
}
.row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: 0px;
  margin-left: 0px;
}
.col-10,
.col-2,
.col-4,
.col-8,
.col-md-12,
.col-md-3,
.col-md-4,
.col-md-6,
.col-md-8,
.col-md-9 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}
.col-2 {
  -ms-flex: 0 0 16.666667%;
  flex: 0 0 16.666667%;
  max-width: 16.666667%;
}
.col-4 {
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.col-8 {
  -ms-flex: 0 0 66.666667%;
  flex: 0 0 66.666667%;
  max-width: 66.666667%;
}
.col-10 {
  -ms-flex: 0 0 83.333333%;
  flex: 0 0 83.333333%;
  max-width: 83.333333%;
}
@media (min-width: 768px) {
  .col-md-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-md-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-md-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-md-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-md-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-md-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}
.custom-control-input.is-valid:focus:not(:checked)
  ~ .custom-control-label::before,
.was-validated
  .custom-control-input:valid:focus:not(:checked)
  ~ .custom-control-label::before {
  border-color: #28a745;
}
.custom-control-input.is-invalid:focus:not(:checked)
  ~ .custom-control-label::before,
.was-validated
  .custom-control-input:invalid:focus:not(:checked)
  ~ .custom-control-label::before {
  border-color: #dc3545;
}
.blue-container__img {
  display: block;
  margin: 0 auto 20px;
}

.blue-container__img-v {
  width: calc(100% - 20px);
  margin-right: 20px;
}

.btn-primary:not(:disabled):not(.disabled).active,
.btn-primary:not(:disabled):not(.disabled):active {
  color: #fff;
  background-color: #0062cc;
  border-color: #005cbf;
}
.btn-primary:not(:disabled):not(.disabled).active:focus,
.btn-primary:not(:disabled):not(.disabled):active:focus {
  box-shadow: 0 0 0 0.2rem rgba(38, 143, 255, 0.5);
}
.btn-secondary:not(:disabled):not(.disabled).active,
.btn-secondary:not(:disabled):not(.disabled):active {
  color: #fff;
  background-color: #545b62;
  border-color: #4e555b;
}
.btn-secondary:not(:disabled):not(.disabled).active:focus,
.btn-secondary:not(:disabled):not(.disabled):active:focus {
  box-shadow: 0 0 0 0.2rem rgba(130, 138, 145, 0.5);
}
.btn-success:not(:disabled):not(.disabled).active,
.btn-success:not(:disabled):not(.disabled):active {
  color: #fff;
  background-color: #1e7e34;
  border-color: #1c7430;
}
.btn-success:not(:disabled):not(.disabled).active:focus,
.btn-success:not(:disabled):not(.disabled):active:focus {
  box-shadow: 0 0 0 0.2rem rgba(72, 180, 97, 0.5);
}
.btn-info:not(:disabled):not(.disabled).active,
.btn-info:not(:disabled):not(.disabled):active {
  color: #fff;
  background-color: #117a8b;
  border-color: #10707f;
}
.btn-info:not(:disabled):not(.disabled).active:focus,
.btn-info:not(:disabled):not(.disabled):active:focus {
  box-shadow: 0 0 0 0.2rem rgba(58, 176, 195, 0.5);
}
.btn-warning:not(:disabled):not(.disabled).active,
.btn-warning:not(:disabled):not(.disabled):active {
  color: #212529;
  background-color: #d39e00;
  border-color: #c69500;
}
.btn-warning:not(:disabled):not(.disabled).active:focus,
.btn-warning:not(:disabled):not(.disabled):active:focus {
  box-shadow: 0 0 0 0.2rem rgba(222, 170, 12, 0.5);
}
.btn-danger:not(:disabled):not(.disabled).active,
.btn-danger:not(:disabled):not(.disabled):active {
  color: #fff;
  background-color: #bd2130;
  border-color: #b21f2d;
}
.btn-danger:not(:disabled):not(.disabled).active:focus,
.btn-danger:not(:disabled):not(.disabled):active:focus {
  box-shadow: 0 0 0 0.2rem rgba(225, 83, 97, 0.5);
}
.btn-light:not(:disabled):not(.disabled).active,
.btn-light:not(:disabled):not(.disabled):active {
  color: #212529;
  background-color: #dae0e5;
  border-color: #d3d9df;
}
.btn-light:not(:disabled):not(.disabled).active:focus,
.btn-light:not(:disabled):not(.disabled):active:focus {
  box-shadow: 0 0 0 0.2rem rgba(216, 217, 219, 0.5);
}
.btn-dark:not(:disabled):not(.disabled).active,
.btn-dark:not(:disabled):not(.disabled):active {
  color: #fff;
  background-color: #1d2124;
  border-color: #171a1d;
}
.btn-dark:not(:disabled):not(.disabled).active:focus,
.btn-dark:not(:disabled):not(.disabled):active:focus {
  box-shadow: 0 0 0 0.2rem rgba(82, 88, 93, 0.5);
}
.btn-outline-primary:not(:disabled):not(.disabled).active,
.btn-outline-primary:not(:disabled):not(.disabled):active {
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}
.btn-outline-primary:not(:disabled):not(.disabled).active:focus,
.btn-outline-primary:not(:disabled):not(.disabled):active:focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
}
.btn-outline-secondary:not(:disabled):not(.disabled).active,
.btn-outline-secondary:not(:disabled):not(.disabled):active {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}
.btn-outline-secondary:not(:disabled):not(.disabled).active:focus,
.btn-outline-secondary:not(:disabled):not(.disabled):active:focus {
  box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
}
.btn-outline-success:not(:disabled):not(.disabled).active,
.btn-outline-success:not(:disabled):not(.disabled):active {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}
.btn-outline-success:not(:disabled):not(.disabled).active:focus,
.btn-outline-success:not(:disabled):not(.disabled):active:focus {
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}
.btn-outline-info:not(:disabled):not(.disabled).active,
.btn-outline-info:not(:disabled):not(.disabled):active {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}
.btn-outline-info:not(:disabled):not(.disabled).active:focus,
.btn-outline-info:not(:disabled):not(.disabled):active:focus {
  box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}
.btn-outline-warning:not(:disabled):not(.disabled).active,
.btn-outline-warning:not(:disabled):not(.disabled):active {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}
.btn-outline-warning:not(:disabled):not(.disabled).active:focus,
.btn-outline-warning:not(:disabled):not(.disabled):active:focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}
.btn-outline-danger:not(:disabled):not(.disabled).active,
.btn-outline-danger:not(:disabled):not(.disabled):active {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}
.btn-outline-danger:not(:disabled):not(.disabled).active:focus,
.btn-outline-danger:not(:disabled):not(.disabled):active:focus {
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}
.btn-outline-light:not(:disabled):not(.disabled).active,
.btn-outline-light:not(:disabled):not(.disabled):active {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}
.btn-outline-light:not(:disabled):not(.disabled).active:focus,
.btn-outline-light:not(:disabled):not(.disabled):active:focus {
  box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}
.btn-outline-dark:not(:disabled):not(.disabled).active,
.btn-outline-dark:not(:disabled):not(.disabled):active {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}
.btn-outline-dark:not(:disabled):not(.disabled).active:focus,
.btn-outline-dark:not(:disabled):not(.disabled):active:focus {
  box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}
.custom-control-input:focus:not(:checked) ~ .custom-control-label::before {
  border-color: #80bdff;
}
.custom-control-input:not(:disabled):active ~ .custom-control-label::before {
  color: #fff;
  background-color: #b3d7ff;
  border-color: #b3d7ff;
}
.close:not(:disabled):not(.disabled):focus,
.close:not(:disabled):not(.disabled):hover {
  opacity: 0.75;
}
.float-left {
  float: left !important;
}
.float-right {
  float: right !important;
}
@media (min-width: 768px) {
  .float-md-right {
    float: right !important;
  }
}
@supports ((position: -webkit-sticky) or (position: sticky)) {
}
.w-50 {
  width: 50% !important;
}
.w-75 {
  width: 75% !important;
}
.w-100 {
  width: 100% !important;
}
.m-0 {
  margin: 0 !important;
}
.mb-1 {
  margin-bottom: 0.25rem !important;
}
.m-3 {
  margin: 1rem !important;
}
.mt-3 {
  margin-top: 1rem !important;
}
.mr-3 {
  margin-right: 1rem !important;
}
.mb-3 {
  margin-bottom: 15px !important;
}
.ml-3 {
  margin-left: 1rem !important;
}
.mt-4 {
  margin-top: 1.5rem !important;
}
.mb-4 {
  margin-bottom: 1.5rem !important;
}
.mt-5 {
  margin-top: 3rem !important;
}
.mb-5 {
  margin-bottom: 3rem !important;
}
.p-0 {
  padding: 0 !important;
}
.pb-3 {
  padding-bottom: 1rem !important;
}
.pl-3 {
  padding-left: 1rem !important;
}
.pr-4 {
  padding-right: 1.5rem !important;
}
.pl-4 {
  padding-left: 1.5rem !important;
}
.mr-auto {
  margin-right: auto !important;
}
.ml-auto {
  margin-left: auto !important;
}
.m-md-3 {
  margin-top: 15px;
  margin-bottom: 15px;
}
@media (min-width: 768px) {
  .ml-md-1 {
    margin-left: 0.25rem !important;
  }
  .m-md-3 {
    margin: 1rem !important;
  }
  .mt-md-3 {
    margin-top: 1rem !important;
  }
  .mr-md-3 {
    margin-right: 1rem !important;
  }
  .ml-md-3 {
    margin-left: 1rem !important;
  }
  .mt-md-5 {
    margin-top: 3rem !important;
  }
  .mb-md-5 {
    margin-bottom: 3rem !important;
  }
  .p-md-3 {
    padding: 1rem !important;
  }
  .pl-md-4 {
    padding-left: 1.5rem !important;
  }
}
@media (min-width: 768px) {
  .text-md-center {
    text-align: center !important;
  }
}
@media print {
  *,
  ::after,
  ::before {
    text-shadow: none !important;
    box-shadow: none !important;
  }
  a:not(.btn) {
    text-decoration: underline;
  }
  img,
  tr {
    page-break-inside: avoid;
  }
  h2,
  h3,
  p {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
  @page {
    size: a3;
  }
  body {
    min-width: 992px !important;
  }
  .container {
    min-width: 992px !important;
  }
}
.nice-select .list:hover .option:not(:hover) {
  background-color: transparent !important;
}

html,
body {
  height: 100%;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  color: #000;
  font-family: "Fira Sans", sans-serif;
  font-size: 18px;
}

h1,
h2,
h3,
h4 {
  margin: 0;
  font-family: "Fira Sans";
}

h1 {
  font-size: 57px;
}
h2 {
  font-size: 52px;
}
h3 {
  font-size: 35px;
}
h4 {
  font-size: 28px;
}

.header-outline {
  color: #000;
  text-shadow: 3px 3px 0 #fff, -1px -1px 0 #fff, 1px -1px 0 #fff,
    -1px 1px 0 #fff, 1px 1px 0 #fff;
}

.sub-header-outline {
  text-shadow: 2px 2px 0 #fff, -1px -1px 0 #fff, 1px -1px 0 #fff,
    -1px 1px 0 #fff, 1px 1px 0 #fff;
}

.speech7-bg {
  background-color: #fafdfe;
  padding: 1.5rem;
}

.speech7-bg::after {
  content: "";
  display: table;
  clear: both;
}

.speech7-bg p:last-child {
  margin-bottom: 0;
}

.blue-container {
  background-color: #e1eff7;
  padding: 1rem 0;
  margin: 1rem 0;
  margin-bottom: 0 !important;
}

.white-container {
  background: rgb(255, 255, 255);
  background: rgba(255, 255, 255, 0.9);
  padding: 2rem;
  border-radius: 10px;
  text-align: left;
}

.white-container2 {
  background: rgb(255, 255, 255);
  background: rgba(255, 255, 255, 0.9);
  padding: 2rem;
  border-radius: 10px;
  text-align: left;
  width: 62%;
}

.white-container div {
  color: #000;
}

.blue-container {
  background: rgb(197, 235, 254);
  background: rgba(197, 235, 254);
  padding: 2rem;
  border-radius: 10px;
  text-align: left;
}

/*Misc*/
.lato-italic {
  font-family: "Fira Sans", sans-serif;
  font-style: italic;
}

.lato-bold {
  font-family: "Fira Sans", sans-serif;
  font-weight: bolder;
}

.lato-bolder {
  font-family: "Fira Sans", sans-serif;
  font-weight: 900;
}

.fira-bold {
  font-family: "Fira Sans", sans-serif;
  font-weight: bold;
}

.speech7 {
  position: relative;
  color: #fff;
  background: #3399cc;
  text-align: left;
  line-height: 30px;
}

.speech7:after {
  content: "";
  position: absolute;
  bottom: 13px;
  left: 100%;
  border-width: 20px 0px 20px 20px;
  border-style: solid;
  border-color: transparent #3399cc;
  display: block;
  width: 0;
}

.speech7-inner {
  padding: 1rem 0.5rem;
  font-size: 1.4em;
  font-family: "Fira Sans", sans-serif;
  font-weight: 900;
}

.number-fira {
  font-family: "Fira Sans", sans-serif;
  font-weight: bolder;
  font-size: 5em;
  line-height: 100%;
  color: #1885cc;
}

.author-card {
  display: flex;
  align-items: center;
  gap: 12px;
  background: #f8f8f8;
  padding: 15px;
  border-radius: 8px;
  max-width: 600px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
  margin: 0 auto;
}

.author-image {
  width: 160px;
  height: 160px;
  border-radius: 50%;
  object-fit: cover;
}

.author-info p {
  text-align: left !important;
}

.author-info p:last-child {
  margin-bottom: 0;
}

.author-name {
  font-weight: bold;
  font-family: "Fira Sans", sans-serif;
}

.author-title {
  color: #555;
}

.wood-inner {
  padding: 2rem 1.5rem;
}

.wood-header {
  border-radius: 15px;
  border: 3px #1b2e41 solid;
  width: 85%;
  margin: 0 auto;
  padding: 2rem;
}

/*accordion*/

.div-accordion {
}
.accordion {
  color: #333333;
  cursor: pointer;
  padding: 1rem 0.5rem;
  width: 100%;
  border: none;
  text-align: left;
  outline: none;
  transition: 0.4s;
  background-color: #fff;
  border-bottom: 1px solid rgb(134, 134, 134);
  font-weight: bold;
}

.accordion:hover {
}

.web-content {
  display: block;
}

.mob-content {
  display: none;
}

.panel {
  padding: 1rem;
  display: none;
  text-align: left;
  overflow: hidden;
}

.panel p {
  color: #333333;
  font-size: 1.2rem;
}

.accordion::after {
  content: "\025BC";
  float: right;
}
/*accordion end*/

.main-container {
  width: 1260px;
  max-width: 100%;
  margin: 2rem auto 0 auto;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  margin-bottom: 22px;

}


img {
  max-width: 100%;
  image-rendering: crisp-edges;
}

.iframe-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.iframe-container {
  position: relative;
  overflow: hidden;
  padding-top: 56.25%;
}

.video-container {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
}

.video-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.web-content {
  display: block;
}

.mob-content {
  display: none;
}

.grunge {
  background-image: url("../images/bgStomachGrunge.jpg");
  text-align: center;
  width: 100%;
  background-repeat: repeat-y;
  background-size: cover;
  padding: 1rem;
}

.composition {
  width: 892px;
  max-width: 100%;
  margin: 0 auto 0;
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.composition__item {
  position: relative;
  display: flex;
  align-items: center;
}

.composition__box {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.spoiler {
  position: relative;
  z-index: 0;
  cursor: pointer;
  user-select: none;
  overflow: hidden;
}
.spoiler img {
  filter: blur(12px);
	width: 100%;
}
.spoiler:before {
  content: "18+";
  position: absolute;
  top: 0;
  color: #fff;
  left: 0;
  transition: 0.5s;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 2;
  font-size: 60px;
  font-weight: 700;
  text-shadow: #fc0 1px 0 10px;
}
.spoiler.spoiler--active:before {
  opacity: 0;
}
.spoiler.spoiler--active img {
  filter: blur(0);
}

.composition__name {
  background-color: #1885cc;
  color: #fff;
  font-family: "Fira Sans", sans-serif;
  font-weight: 700;
  font-size: 22px;
  padding: 10px 15px;
  display: inline-block;
}

.composition__text {
  border: 3px solid #1885cc;
  padding: 10px;
  background-color: #fefff2;
  padding-right: 120px;
  font-size: 18px;
}

.composition__img {
  border-radius: 50%;
  border: 8px solid #1885cc;
  width: 270px;
  flex-shrink: 0;
  margin-left: -100px;
  margin-top: auto;
}

.composition__img img {
  border-radius: 50%;
}

.composition__item--mirror {
  flex-direction: row-reverse;
}

.composition__item--mirror .composition__name {
  background-color: #398a13;
  margin-left: auto;
}

.composition__item--mirror .composition__text {
  border-color: #398a13;
  padding: 15px 15px 15px 120px;
}

.composition__item--mirror .composition__img {
  border-color: #398a13;
  margin: 0 -100px 0 0;
  z-index: 2;
}

.width100 {
  width: 100%;
}

.video-container {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
}

.video-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.arti {
  background-image: url("../images/imgArtichokeSec.png");
  background-size: contain;
  text-align: right;
  width: 100%;
  background-repeat: no-repeat;
  padding: 0.5rem 1rem 1rem 300px;
  height: 295px;
}

.ginger {
  background-image: url("../images/imgGingerSec.png");
  background-size: contain;
  text-align: left;
  width: 100%;
  background-repeat: no-repeat;
  padding: 0.5rem 300px 1rem 1rem;
  height: 295px;
}

.vertical-video {
  min-height: 400px;
}

.highlight {
  font-size: 1em;
  display: inline;
  padding: 4px 0px 4px 0px;
  font-weight: bolder;
}

.highlight2 {
  background: #ffe21a;
  font-size: 1em;
  display: inline;
  padding: 4px 0px 4px 0px;
  font-weight: inherit;
}

.dna {
  background-image: url("../images/bgDNA.jpg");
  background-repeat: no-repeat;
  text-align: center;
  padding: 2rem 0;
  background-size: cover;
}

.hex-stomach {
  background-image: url("../images/imgStomachHex.jpg");
  background-color: #29aae3;
  background-position: right;
  text-align: center;
  width: 100%;
  background-repeat: no-repeat;
  padding: 1rem;
}

.img-size-portrait {
  width: auto;
}
.compo-img {
  width: 27%;
}

.doctor-text {
  font-size: 1.3em;
}

.doctor-padding {
  padding-top: 2rem;
}

.shadow-divider-margin {
  margin: 0 auto;
}

.option-header {
  font-size: 1.3em;
  font-weight: bold;
}

.option-dashed {
  margin: 1rem;
}

.content-photo--shadow {
  border: 9px solid #fff;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
  width: 400px;
}

.grass {
  background-image: url("../images/bgGrass.jpg");
  text-align: center;
  width: 100%;
  background-repeat: no-repeat;
  padding: 1rem;
  background-size: cover;
}

.content-title {
  font-size: 60px;
  font-weight: bold;
  text-transform: uppercase;
}
.mbg {
  background-image: url("../images/imgMBG.png");
  background-color: #f0f0f0;
  background-position: center center;
  text-align: center;
  width: 100%;
  background-repeat: no-repeat;
  padding: 3rem;
}

/*---------------------
  Footer Section
-----------------------*/

.footer-section {
  background: #eaeaea;
  padding: 25px 0;
  color: #808080;
  font-size: 16px;
  line-height: 160%;
  text-align: center;
}
.fsp8em {
  font-size: 0.8em;
}

.taligncenter {
  text-align: center;
}
.talignleft {
  text-align: left;
}

.colorlblue {
  color: #1885cc;
}
.coloryellow {
  color: #ffe21a;
}
.colorwhite {
  color: #fff;
}

.auto-center {
  margin: 0px auto;
}

.fwbold {
  font-weight: bold;
}
.fwbold {
  font-weight: bold;
}
.fwbold {
  font-weight: bold;
}

/*-------------------------------- Respinsive Media Styles --------------------------------*/
/* Medium Device: 1200px */
/* Tablet Device: 768px */
.w-25 {
  width: 25%;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .arti {
    background-image: url("../images/imgArtichokeSec2.png");
    background-size: contain;
    text-align: right;
    width: 100%;
    background-repeat: no-repeat;
    padding: 0.5rem 1rem 1rem 240px;
    height: 295px;
  }

  .col-md-12 p {
    text-align: left !important;
  }

  .ginger {
    background-image: url("../images/imgGingerSec2.png");
    background-size: contain;
    text-align: left;
    width: 100%;
    background-repeat: no-repeat;
    padding: 0.5rem 240px 1rem 1rem;
    height: 295px;
  }

  h1,
  h2,
  h3,
  h4 {
    margin: 0;
    font-family: "Fira Sans";
  }
  h1 {
    font-size: 2.5em;
  }
  h2 {
    font-size: 1.5em;
  }
  h3 {
    font-size: 1.3em;
  }
  h4 {
    font-size: 1em;
  }

  .white-container {
    background: rgb(255, 255, 255);
    background: rgba(255, 255, 255, 0.9);
    padding: 1.5rem;
    border-radius: 10px;
    text-align: left;
  }

  .white-container2 {
    background: rgb(255, 255, 255);
    background: rgba(255, 255, 255, 0.9);
    padding: 1.5rem;
    border-radius: 10px;
    text-align: left;
    width: 60%;
  }

  .white-container div {
    color: #000;
  }

  .blue-container {
    background: rgb(197, 235, 254);
    background: rgba(197, 235, 254);
    padding: 2rem;
    border-radius: 10px;
    text-align: left;
  }

  /*Misc*/
  .lato-italic {
    font-family: "Fira Sans", sans-serif;
    font-style: italic;
  }

  .lato-bold {
    font-family: "Fira Sans", sans-serif;
    font-weight: bolder;
  }

  .lato-bolder {
    font-family: "Fira Sans", sans-serif;
    font-weight: 900;
  }

  .fira-bold {
    font-family: "Fira Sans", sans-serif;
    font-weight: bold;
  }

  .speech7 {
    width: 100%;
    position: relative;
  
    text-align: left;
    line-height: 30px;
  }

  .speech7:after {
    content: "";
    position: absolute;
    bottom: 50%;
    transform: translateY(50%);
    border-width: 20px 0px 20px 20px;
    border-style: solid;
    display: block;
    width: 0;
  }

  .speech7-inner {
    padding: 1rem 0.5rem;
    font-size: 1em;
    font-family: "Fira Sans", sans-serif;
    font-weight: 900;
  }

  .number-fira {
    font-family: "Fira Sans", sans-serif;
    font-weight: bolder;
    font-size: 4em;
    line-height: 100%;
    color: #1885cc;
  }

  .wood {
    background-image: url("../images/bgWoodBackground.jpg");
    text-align: center;
    width: 100%;
    background-size: contain;
    background-repeat: no-repeat;
  }

  .wood-inner {
    padding: 1.5rem 1rem;
  }

  .wood-header {
    border-radius: 15px;
    border: 3px #1b2e41 solid;
    width: 95%;
    margin: 0 auto;
    padding: 1rem;
  }

  /*accordion*/

  .div-accordion {
  }
  .accordion {
    color: #333333;
    cursor: pointer;
    padding: 1rem 0.5rem;
    width: 100%;
    border: none;
    text-align: left;
    outline: none;
    transition: 0.4s;
    background-color: #fff;
    border-bottom: 1px solid rgb(134, 134, 134);
    font-weight: bold;
  }

  .web-content {
    display: block;
  }

  .mob-content {
    display: none;
  }

  .panel {
    padding: 1rem;
    display: none;
    text-align: left;
    overflow: hidden;
  }

  .panel p {
    color: #333333;
    font-size: 1.2rem;
  }

  .accordion::after {
    content: "\025BC";
    float: right;
  }
  /*accordion end*/

  .main-container {
    width: 100%;
    margin: 0 auto;
    box-shadow: 0 0px 0px 0 rgba(0, 0, 0, 0), 0 0px 0px 0 rgba(0, 0, 0, 0);
  }

  img {
    max-width: 100%;
    image-rendering: crisp-edges;
  }

  .web-content {
    display: block;
  }

  .mob-content {
    display: none;
  }

  .grunge {
    background-image: url("../images/bgStomachGrunge.jpg");
    text-align: center;
    width: 100%;
    background-repeat: repeat-y;
    padding: 1rem;
  }

  .dna {
    background-image: url("../images/bgDNA.jpg");
    background-repeat: no-repeat;
    text-align: center;
    padding: 2rem 0;
  }

  .hex-stomach {
    background-image: url("../images/imgStomachHex.jpg");
    background-color: #29aae3;
    background-position: right;
    text-align: center;
    width: 100%;
    background-repeat: no-repeat;
    padding: 1rem;
  }

  .img-size-portrait {
    width: auto;
  }
  .compo-img {
    width: 33%;
  }

  .content-photo--shadow {
    width: 400px;
  }
  .doctor-text {
    font-size: 1.3em;
  }

  .doctor-padding {
    padding-top: 2rem;
  }

  .shadow-divider-margin {
    margin: 0 auto;
  }

  .option-header {
    font-size: 1.3em;
    font-weight: bold;
  }

  .option-dashed {
    margin: 1rem;
  }

  .grass {
    background-image: url("../images/bgGrass.jpg");
    text-align: center;
    width: 100%;
    background-repeat: no-repeat;
    padding: 1rem;
    background-color: #fff;
    background-size: cover;
  }

  .mbg {
    background-image: url("../images/imgMBG.png");
    background-color: #f0f0f0;
    background-position: center center;
    text-align: center;
    width: 100%;
    background-repeat: no-repeat;
    padding: 3rem;
  }

  /*---------------------
	  Footer Section
	-----------------------*/

  .footer-section {
    background: #eaeaea;
    padding: 0 0 3rem 0;
    color: #808080;
    font-size: 0.7em;
    line-height: 160%;
  }
}
/* Large Mobile: 480px */
/* Small Mobile: 320px */

.content-doctor {
  width: 300px;
}

.col-md-12 p:last-child {
  margin-bottom: 0;
}

.review-person {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.content-list {
  display: flex;
  gap: 15px;
  align-items: center;
}

.review-avatar {
  padding: 6%;
  background-color: #fff;
  border-radius: 50%;
}

.review-name {
  width: 90%;
  padding: 5%;
  text-align: center;
  background-color: #3399cc;
  color: #fff;
  position: relative;
}

.content-product {
  width: 200px;

  display: block;
}

.review-name::before {
  content: "";
  width: 0px;
  height: 0px;
  border-style: solid;
  border-width: 0 12px 12px 12px;
  border-color: transparent transparent #3399cc transparent;
  transform: translateX(-50%);
  position: absolute;
  top: -12px;
  left: 50%;
}

.review-avatar img {
  border-radius: 50%;
}

.col-md-12 p {
  text-align: justify;
}

.white-container2 p:last-child {
  margin-bottom: 0;
}

.col-4--paddingleft-0 {
	padding-right: 0 !important;
}

@media only screen and (max-width: 767px) {
  html,
  body {
    height: 100%;
    -webkit-font-smoothing: antialiased;
    font-smoothing: antialiased;
    color: #000;
    font-family: "Fira Sans", sans-serif;
    font-size: 1rem;
  }

	.spoiler {
		margin:  0 auto 15px;
	}

	.row-flex-center {
		align-items: center;
	}

  .content-photo {
    width: 500px;
    margin: 0 auto;
    display: block;
  }

  .col-md-12 p {
    text-align: left;
  }

  .mob-content--product {
    width: 185px !important;
  }

  .author-image {
    width: 120px;
    height: 120px;
  }

  .mob-content--220 {
    max-width: 320px;
  }

  .composition__item {
    display: flex;
    flex-direction: row-reverse;
    align-items: flex-start;
    gap: 15px;
  }

  .composition__item:first-child {
    padding-bottom: 20px;
    border-bottom: 1px solid #ccc;
  }

  .composition__img {
    margin: 0 !important;
    width: 140px;
    border-width: 4px;
  }

  .composition__text {
   padding: 10px !important;
    font-size: 1rem;
  }

  .composition__item--mirror .composition__name {
    margin-left: 0;
  }

  .composition__name {
    padding: 5px 10px;
    
    font-weight: bold;
    font-size: 20px;
  }

  .reviews__pagination .swiper-pagination-bullet {
    margin: 0 2px !important;
  }

  .content-title {
    font-size: 30px;
  }

  .main-container {
    width: 100%;
    margin: 0 auto;
    box-shadow: 0 0 0 0 rgba(0, 0, 0, 0), 0 0 0 0 rgba(0, 0, 0, 0);
  }

  .web-content {
    display: none;
  }

  .mob-content {
    display: block;
  }

  /* Header texts on mobile */
  h1 {
    font-size: 2.5em;
  }
  h2 {
    font-size: 1.5em;
  }
  h3 {
    font-size: 1.4em;
  }
  h4 {
    font-size: 1em;
  }

  .white-container {
    background: rgb(255, 255, 255);
    background: rgba(255, 255, 255, 0.9);
    padding: 1rem;
    border-radius: 0px;
    text-align: left;
  }

  .grunge {
    background-image: url("../images/bgStomachGrunge.jpg");
    text-align: center;
    width: 100%;
    background-repeat: repeat-y;
    padding: 0rem;
  }

  .hex-stomach {
    background-image: none;
    background-color: #29aae3;
    background-position: right;
    text-align: center;
    width: 100%;
    background-repeat: no-repeat;
    padding: 15px;
  }

  .white-container2 {
    background: rgb(255, 255, 255);
    background: rgba(255, 255, 255, 0.9);
    padding: 1rem;
    border-radius: 10px;
    text-align: left;
    width: 100%;
  }

  .dna {
    background-image: url("../images/bgDNA.jpg");
    background-repeat: no-repeat;
    text-align: center;
    padding: 15px 0 0;
  }

  .dna h4 {
    font-family: "Fira Sans", sans-serif;
    font-size: 20px;
  }

  .img-size-portrait {
    width: 50%;
  }

  .doctor-text {
    font-size: 1em;
  }

  .doctor-text-main {
    font-size: 1.5em;
  }

  .doctor-padding {
    padding-top: 0rem;
  }

  .shadow-divider-margin {
    margin: 0.5rem auto;
  }

  .blue-container {
    background: rgb(197, 235, 254);
    background: rgba(197, 235, 254);
    padding: 1rem;
    border-radius: 10px;
    text-align: left;
  }

  .number-fira {
    font-family: "Fira Sans", sans-serif;
    font-weight: bolder;
    font-size: 2.5em;
    line-height: auto;
    color: #1885cc;
  }

  .option-header {
    font-size: 1.2em;
    font-weight: bold;
    line-height: normal;
  }

  .option-dashed {
    margin: 1rem 0rem;
  }

  .grass {
    background-image: url("../images/bgGrass.jpg");
    text-align: center;
    width: 100%;
    background-repeat: no-repeat;
    padding: 0rem;
    padding-top: 15px;
    background-size: cover;
  }

  .mbg {
    background-image: url("../images/imgMBG.png");
    background-color: #f0f0f0;
    background-size: 60%;
    background-position: center center;
    text-align: center;
    width: 100%;
    background-repeat: no-repeat;
    padding: 1rem;
  }

  .speech7 {
    width: 100%;
    position: relative;
    text-align: center;
    line-height: normal;
    margin-top: 1rem;
  }

  .speech7:after {
    content: "";
    position: absolute;
    bottom: 0px;
    left: 0px;
    border-width: 0px 0px 0px 0px;
    border-style: none;
    border-color: transparent transparent;
    display: none;
    width: 0;
  }

  .speech7-inner {
    padding: 0.5rem;
    font-size: 1.4em;
    font-family: "Fira Sans", sans-serif;
    font-weight: 900;
  }

  .wood {
    background-image: none;
    text-align: center;
    width: 100%;
    background-size: contain;
    background-repeat: no-repeat;
  }

  .wood-inner {
    padding: 0rem;
  }

  .wood-header {
    border-radius: 15px;
    border: 2px #1b2e41 solid;
    width: 90%;
    margin: 0 auto;
    padding: 1rem;
  }

  .vertical-video {
    min-height: 250px;
  }
}

.reviews__slider {
  overflow: hidden;
  max-width: 100%;
  width: 100%;
  margin: 0 auto;
}

.swiper-pagination {
  position: absolute;
  text-align: center;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  z-index: 10;
}

.reviews__navigaption {
  margin-top: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  position: relative;
}

.reviews__navigaption {
  margin-top: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  position: relative;
}
.faq__item-button::before,
.faq__item-button:after,
.reviews__pagination {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.reviews__pagination {
  text-align: center;
  width: 100%;
}
.reviews__pagination .swiper-pagination-bullet {
  border-radius: 50%;
  width: 14px;
  margin: 0 4px;
  height: 14px;
  border: 1px solid #fff;
  opacity: 1;
  background: #000;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.reviews__pagination .swiper-pagination-bullet-active {
  background: #1885cc;
  border-color: #1885cc;
}
.reviews__next,
.reviews__prev {
  position: relative;
  z-index: 11;
  cursor: pointer;
}
.reviews__next svg,
.reviews__prev svg {
  fill: green;
  width: 40px;
  height: 25px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.reviews__next svg:hover,
.reviews__prev svg:hover {
  fill: #1885cc;
}

.reviews__pagination {
  top: 46%;
  left: 50%;
  transform: translate(-50%, -50%);
}

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

.reviews__next,
.reviews__prev {
  position: relative;
  z-index: 11;
  cursor: pointer;
}

.reviews__next svg,
.reviews__prev svg {
  fill: #1885cc;
  width: 40px;
  height: 25px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.reviews__next svg:hover,
.reviews__prev svg:hover {
  fill: #1885cc;
}

@media screen and (min-width: 1024px) {
  .reviews__next svg,
  .reviews__prev svg {
    width: 44px;
    height: 28px;
  }
}

button,
input {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}

button,
input {
  overflow: visible;
}

button {
  cursor: pointer;
}

button {
  text-transform: none;
}

button,
[type="submit"] {
  -webkit-appearance: button;
}

button::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

button:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

.product_box-info-text {
  font-weight: 700;
  font-size: 20px;
  margin-bottom: 0;
}

.product_box-info {
  text-align: center;
}

.product_box-img {
  width: 190px;
  position: relative;
}

.product_box-img:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 100px;
  height: 100px;
  background: url(../images/discount--popup.png) no-repeat center / contain;
}

.comment-image {
  margin: 10px 0 15px;
}

.product_box {
  border: 2px dashed #cccccc;
  padding: 15px;
  text-align: center;
  max-width: 700px;
  margin: 25px auto;
}

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

.cta_btn {
  color: var(--lightColor);
  background: #f92323;
  font-family: var(--baseFont);
  font-weight: 700;
  font-size: 18px;
  border: none;
  border-bottom: 4px solid #d20909;
  border-radius: 5px;
  min-width: 100%;
  text-align: center;
  display: block;
  padding: 10px 25px;
  text-decoration: none;
  -webkit-transition: all 0.2s ease-in;
  -moz-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
  text-transform: uppercase;
  color: #fff !important;
}

.cta_btn:hover {
  color: var(--lightColor);
  background: #d20909;
  text-decoration: none;
  -webkit-transform: scale(1.025);
  -ms-transform: scale(1.025);
  transform: scale(1.025);
}
.cta_btn--content {
  width: 400px;
  max-width: 100%;
  min-width: inherit ;
  margin: 0 auto;
  color: #fff !important;
}
.btn-container {
	padding: 0 15px 15px ;
	background-color: #f0f2f5;
}

.product_box {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 15px;
}

.order__form input {
  outline: none;
  color: var(--darkColor);
  font-family: var(--baseFont);
  font-weight: 400;
  font-size: 15px;
  border: 1px solid #dbdcdd;
  border-radius: 3px;
  padding: 12px 10px;
  margin-bottom: 15px;
  width: 100%;
}

.order__form input:hover,
.order__form input:focus {
  box-shadow: 3px 3px 5px #ccc;
  -webkit-transition: all 0.2s ease-in;
  -moz-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
}

.prices {
  display: flex;
  justify-content: center;
  flex-direction: column;
  margin-top: 15px;
}

.price_old {
  color: #9c9c9c;
  width: fit-content;
  margin: 0 auto 15px;
}

.price_old-canceled {
  font-size: 22px;
  position: relative;
}

.price_old-canceled::before,
.price_old-canceled::after {
  position: absolute;
  content: "";
  height: 1px;
  width: 100%;
  top: 50%;
  left: 0;
  background-color: #9c9c9c;
}

.price_old-canceled::before {
  rotate: 15deg;
}

.price_old-canceled::after {
  rotate: -15deg;
}

.price_new {
  color: #f92323;
}

.price_new-accented {
  font-size: 30px;
  line-height: 1;
}

@media (max-width: 575.98px) {
  .author-image {
    width: 70px;
    height: 70px;
  }

  .cta_btn {
    font-size: 16px;
    padding: 8px 15px;
    line-height: 1;
  }

  .cta_btn {
    font-size: 16px;
    padding: 13px 15px;
  }

  .price_old-canceled {
    font-size: 16px;
  }
}

@media (min-width: 576px) and (max-width: 767px) {
  .cta_btn {
    font-size: 16px;
    padding: 13px 15px;
  }

  .price_old-canceled {
    font-size: 16px;
  }
}

.ginger-h4 {
  font-size: 20px;
  line-height: 1.5;
}

@media (min-width: 768px) and (max-width: 991px) {
  .cta_btn {
    font-size: 18px;
    padding: 13px 15px;
  }

  .ginger-h4 {
    font-size: 16px;
    line-height: 1.3;
  }
}

@media (min-width: 450px) {
  .prices {
    flex-direction: row;
    gap: 20px;
    margin-bottom: 15px;
  }

  .price_old,
  .price_new {
    display: flex;
    flex-direction: column;
    width: fit-content;
    align-items: center;
    justify-content: space-between;
    height: 54px;
    margin: unset;
    gap: 4px;
    font-size: 18px;
  }
}

@media (min-width: 576px) {
  .product_box {
    flex-direction: row;
    gap: 20px;
    align-items: center;
    justify-content: center;
  }
}

@media (min-width: 768px) {
  .prices {
    flex-direction: row;
    gap: 15px;
    align-items: center;
  }

  .price_old,
  .price_new {
    flex-direction: column;
    height: unset;
  }
}
.comments {


  margin: 0 auto;
  padding: 20px 15px;
  background-color: #f0f2f5;
}

.comment-title {
  text-align: left;
  padding: 0 15px;
  margin-bottom: 15px;
}

.comment {
  display: flex;
  align-items: flex-start;
  background-color: #fff;
  padding: 12px;
  margin-bottom: 10px;
  border-radius: 8px;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
}

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

.comment-avatar img {
  width: 60px;
  height: 60px;
  border-radius: 50%;
}

.comment-content {
  flex: 1;
}

.comment-text {
  color: #1c1e21;
  line-height: 1.4;
  margin-bottom: 5px;
}

.comment-date {
  font-size: 14px;
  color: #606770;
  margin-bottom: 0;
}

.box-width {
  width: 900px;
  max-width: 100%;
  flex: none;
  margin: 0 auto;
}

.ultraxal-offer {
  padding: 20px;
  background: rgba(197, 235, 254);

  border-radius: 10px;
  margin: 0px auto;
}

.ultraxal-offer p {
  font-size: 1.8em;
  font-weight: bold;
  margin: 0 0 10px;
  text-align: center;
}

p.special-price {
  margin-bottom: 0;
}

.highlight {
  color: #003a09;
}

.risk-free {
  color: #003a09;
}

.special-price {

  color: #ff6600;
}

.comment:last-child {
  margin-bottom: 0;
}

.blue-container::after {
  content: "";
  display: table;
  clear: both;
}

@media (max-width: 479px) {
  .composition__item {
    flex-direction: column-reverse;
    align-items: center;
  }

	.comment-avatar img {
		width: 45px;
		height: 45px;
	}

  h1 {
    font-size: 2.1em;
}

  .review-img-box {
    width: 200px;
    float: none !important;
    margin: 0 auto 15px !important;
  }

  .mob-content--product {
    width: 190px !important;
  }

  .float-right,
  .float-left {
    float: none !important;
    margin: 0 auto 15px !important;
    display: block;
  }

  .img-size-portrait {
    width: 250px;
  }

  .composition__box {
    text-align: center;
  }

  .ultraxal-offer p {
    font-size: 1.2em;
  }

  .content-product {
    width: 150px;
    margin: 0 auto 15px;
  }

  .composition__name {
    width: 100%;
  }
}




.mauto {
  text-align: center;
}

.content-video--shadow {
  border: 9px solid #fff;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
  display: block;
}

.content-video__name {
  background-color: #1885cc;
  color: #fff !important;
  font-family: "Fira Sans", sans-serif;
  font-weight: 700;
  font-size: 20px;
  padding: 5px 13px;
  display: inline-block;
  position: relative;
  margin-top: 5px;
}


.content-video__name::before {
  content: '';
  position: absolute;
  top: -10px;
  left: 50%;
  width: 0px;
   height: 0px;
   border-style: solid;
   border-width: 0 8px 10px 8px;
   border-color: transparent transparent #1885CC transparent;
 transform: translateX(-50%);
}

.spoiler.spoiler--active {
  overflow: visible;
}

@media (max-width: 767px) {
  .mauto {
    margin: 0 auto 15px;
  }

  .spoiler {
    margin: 0 !important;
  }

  .content-video__name {
    font-size: 18px;
  }
}


.ro-notes {
  max-width: 900px;
  margin: 0 auto 10px;
  padding: 0;
  list-style: none;
  color: #000;
  font-size: 16px;
}

.ro-terms {
  margin-bottom: 15px;
  padding: 0;
  text-align: center;
  margin: 10px 0 0;
}

.ro-form {
  
  display: block;
  text-align: center;
  font-size: 16px;
  max-width: 385px;
  width: 100%;
  margin: 10px auto 0;
}

.ro-terms li {
  list-style: none;
}

.footer-section p {
  margin-bottom: 0;
}