/* roboto-300italic - cyrillic-ext_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: 'Roboto';
  font-style: italic;
  font-weight: 300;
  src: url('../fonts/roboto-v30-cyrillic-ext_latin-ext-300italic.woff2') format('woff2');
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* roboto-regular - cyrillic-ext_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: 'Roboto';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/roboto-v30-cyrillic-ext_latin-ext-regular.woff2') format('woff2');
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* roboto-700 - cyrillic-ext_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: 'Roboto';
  font-style: normal;
  font-weight: 700;
  src: url('../fonts/roboto-v30-cyrillic-ext_latin-ext-700.woff2') format('woff2');
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}


html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%
}

body {
  margin: 0
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible
}

a {
  background-color: transparent
}

strong {
  font-weight: bolder
}

code {

  font-size: 1em
}

img {
  border-style: none
}

button {
  font-family: 'Roboto';
  font-size: 100%;
  line-height: 1.15;
  margin: 0
}

button {
  overflow: visible
}

button {
  text-transform: none
}

[type=button],
button {
  /*appearance: button;*/
  -webkit-appearance: button
}

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

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

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

.main__text {
  font-size: 18px;
}

:root {
  --color-blue: #007bff;
  --color-indigo: #6610f2;
  --color-purple: #6f42c1;
  --color-pink: #e83e8c;
  --color-red: #dc3545;
  --color-orange: #fd7e14;
  --color-yellow: #ffc107;
  --color-green: #28a745;
  --color-teal: #20c997;
  --color-cyan: #17a2b8;
  --color-white: #fff;
  --color-gray: #6c757d;
  --color-gray-dark: #343a40;
  --color-primary: #007bff;
  --color-secondary: #6c757d;
  --color-success: #528730;
  --color-info: #17a2b8;
  --color-warning: #ffc107;
  --color-danger: #dc3545;
  --color-light: #f8f9fa;
  --color-dark: #343a40;
  --color-success2: #51872f;
  --color-header: #f3f3f3;
  --color-transparent: transparent;
  --color-orange: #FFC507;
  --color-grey: rgba(165, 165, 165, 0.7019607843);
  --color-greylight: #e1eaf2;
  --color-blue: #27377a;
  --color-greypurple: #62676b;
  --color-greenblue: #304862;
  --breakpoint-xs: 0;
  --breakpoint-sm: 576px;
  --breakpoint-md: 768px;
  --breakpoint-lg: 992px;
  --breakpoint-xl: 1200px;
  --font-family-sans-serif: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  --font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}

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

html {
  font-family: 'Roboto';
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

footer,
section {
  display: block;
}

body {
  margin: 0;
  font-family: 'Roboto';
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  text-align: left;
  background-color: #fff;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

h2,
h3,
h4 {
  margin-top: 0;
  margin-bottom: 0.5rem;
}

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

strong {
  font-weight: bolder;
}

a {
  color: #007bff;
  text-decoration: none;
  background-color: transparent;
}

a:hover {
  color: #0056b3;
  text-decoration: underline;
}

a:not([href]):not([class]) {
  color: inherit;
  text-decoration: none;
}

a:not([href]):not([class]):hover {
  color: inherit;
  text-decoration: none;
}



img {
  vertical-align: middle;
  border-style: none;
}

svg {
  overflow: hidden;
  vertical-align: middle;
}

button {
  border-radius: 0;
}

button:focus:not(:focus-visible) {
  outline: 0;
}

button {
  margin: 0;
  font-family: 'Roboto';
  font-size: inherit;
  line-height: inherit;
}

button {
  overflow: visible;
}

button {
  text-transform: none;
}

button,
[type=button] {
  /*appearance: button;*/
  -webkit-appearance: button;
}

button:not(:disabled),
[type=button]:not(:disabled) {
  cursor: pointer;
}

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

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

output {
  display: inline-block;
}

h2,
h3,
h4,
.h2,
.h3,
.h4 {
  margin-bottom: 0.5rem;
  font-weight: 500;
  line-height: 1.2;
}

h2,
.h2 {
  font-size: 2rem;
}

h3,
.h3 {
  font-size: 1.75rem;
}

h4,
.h4 {
  font-size: 1.5rem;
}

hr {
  margin-top: 1rem;
  margin-bottom: 1rem;
  border: 0;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}

code {
  font-size: 87.5%;
  color: #e83e8c;
  word-wrap: break-word;
}

a>code {
  color: inherit;
}

.container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

.m-container {
  border-left: 1px solid rgb(243, 237, 237);
  border-right: 1px solid rgb(243, 237, 237);
}

@media (min-width: 576px) {
  .container {
    max-width: 540px;
  }
}

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

.first__title {
  margin-bottom: 25px;
}

@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 (max-width: 1199px) {
  .m-row {
    align-items: center;
  }
}

.row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

.col-lg-12,
.col-lg-11,
.col-lg-9,
.col-lg-3,
.col-md-12,
.col-sm-12,
.col,
.col-12,
.col-8 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}

.col {
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%;
}

.col-8 {
  flex: 0 0 66.66666667%;
  max-width: 66.66666667%;
}

.col-12 {
  flex: 0 0 100%;
  max-width: 100%;
}

@media (min-width: 576px) {
  .col-sm-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
}

@media (min-width: 768px) {
  .col-md-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
}

@media (min-width: 992px) {
  .col-lg-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }

  .col-lg-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }

  .col-lg-11 {
    flex: 0 0 91.66666667%;
    max-width: 91.66666667%;
  }

  .col-lg-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
}

.navbar {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  padding: 0.5rem 1rem;
}

.navbar .container {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}

.bg-dark {
  background-color: #343a40 !important;
}



.border {
  border: 1px solid #dee2e6 !important;
}

.rounded-circle {
  border-radius: 50% !important;
}

.rounded-0 {
  border-radius: 0 !important;
}

.d-none {
  display: none !important;
}

.d-block {
  display: block !important;
}

@media (min-width: 576px) {
  .d-sm-block {
    display: block !important;
  }
}

@media (min-width: 768px) {
  .d-md-none {
    display: none !important;
  }
}

@media (min-width: 992px) {
  .d-lg-none {
    display: none !important;
  }
}

.mb-2 {
  margin-bottom: 0.5rem !important;
}

.mt-4 {
  margin-top: 1.5rem !important;
}

.mt-5 {
  margin-top: 3rem !important;
}

.mx-auto {
  margin-right: auto !important;
}

.mx-auto {
  margin-left: auto !important;
}

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

@media print {

  *,
  *::before,
  *::after {
    text-shadow: none !important;
    box-shadow: none !important;
  }

  a:not(.btn) {
    text-decoration: underline;
  }

  img {
    page-break-inside: avoid;
  }

  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }

  h2,
  h3 {
    page-break-after: avoid;
  }

  @page {
    size: a3;
  }

  body {
    min-width: 992px !important;
  }

  .container {
    min-width: 992px !important;
  }

  .navbar {
    display: none;
  }
}

body {
  background: #fafafa;
  color: #212529;
}

/*!
*  Font Awesome 4.5.0 by @davegandy - http://fontawesome.io - @fontawesome
*  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
*/

/* Miligram overrides */

body {
  font-family: 'Roboto';
  font-weight: 400;
}

h2,
h3,
h4 {
  font-family: 'Roboto';
}

h2,
h3,
h4 {
  font-weight: 400;
  color: #363637;
}

a {
  color: #2f85ae;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
}

a:hover,
a:focus,
a:active {
  color: #2a6496;
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}

/* Utility */

/* Main */

body {
  background: #f5f7fa;
}

.content {
  padding: 2rem;
  background: #ffffff;
  border-radius: 0.4rem;
  /* Thanks Stripe */
  box-shadow: 0 7px 14px 0 rgba(60, 66, 87, 0.1), 0 3px 6px 0 rgba(0, 0, 0, 0.07);
}

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

html {
  box-sizing: border-box;
  font-size: 62.5%
}

body {
  font-family: 'Roboto';
  font-size: 1.6em;
  font-weight: 300;
  letter-spacing: .01em;
  line-height: 1.6
}

.button,
button {
  background-color: #d33c43;
  border: 0.1rem solid #d33c43;
  border-radius: .4rem;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-size: 1.1rem;
  font-weight: 700;
  height: 3.8rem;
  letter-spacing: .1rem;
  line-height: 3.8rem;
  padding: 0 3.0rem;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  white-space: nowrap
}



code {
  background: #f4f5f6;
  border-radius: .4rem;
  font-size: 86%;
  margin: 0 .2rem;
  padding: .2rem .5rem;
  white-space: nowrap
}

hr {
  border: 0;
  border-top: 0.1rem solid #f4f5f6;
  margin: 3.0rem 0
}

.container {
  margin: 0 auto;
  max-width: 112.0rem;
  padding: 0 2.0rem;
  position: relative;
  width: 100%
}

.row {
  display: flex;
  flex-direction: column;
  padding: 0;
  width: 100%
}

@media (min-width: 640px) {
  .row {
    flex-direction: row;
    margin-left: -1.0rem;
    width: calc(100% + 2.0rem)
  }
}

a {
  color: #d33c43;
  text-decoration: none
}



.button,
button {
  margin-bottom: 1.0rem
}


strong {
  font-weight: bold
}

p {
  margin-top: 0
}

h2,
h3,
h4 {
  font-weight: 300;
  letter-spacing: -.1rem;
  margin-bottom: 2.0rem;
  margin-top: 0
}

h2 {
  font-size: 3.6rem;
  line-height: 1.25
}

h3 {
  font-size: 2.8rem;
  line-height: 1.3
}

h4 {
  font-size: 2.2rem;
  letter-spacing: -.08rem;
  line-height: 1.35
}

img {
  max-width: 100%
}

a:focus {
  outline: 0px solid;
}

img {
  max-width: 100%;
  height: auto;
}

.hide {
  display: none;
}

h2,
h3,
h4 {
  margin: 0 0 15px;
  font-family: 'Roboto';
}

html,
body {
  height: 100%;
}

body {
  font-family: 'Roboto';
}

.section-padding {
  padding: 100px 0 110px;
}

a {
  transition: .3s;
}

a:hover {
  color: #000;
}

.container {
  max-width: 1435px
}

/* =========================
2. Home CSS
============================*/

#navbar {
  background: #f7f7f7;
  /*height: 40px;*/
}

.banner-area-vsl {
  background: #f7f7f7;
  position: relative;
  padding-top: 30px;
}

/*.banner-area-vsl::after {*/
/*  position: absolute;*/
/*  bottom: -8px;*/
/*  left: 0;*/
/*  content: "";*/
/*  width: 110px;*/
/*  height: 120px;*/
/*  background-repeat: no-repeat;*/
/*}*/

.footer-area {
  background: #393d3d;
}

.footer-bottom {
  background: #434746;
  padding: 15px;
}

.footer-bottom-inner p {
  font-family: 'Roboto';
  color: #fff;
  font-size: 18px;
  font-weight: 400;
  margin: 0;
  padding: 5px 0;
}

.footer-bottom-inner p a {
  color: #878b8a;
}

.footer-bottom-inner p a:hover {
  color: #7ac143;
}

#video-container {
  width: 100%;
  height: 0;
  display: inline-block;
  padding-bottom: 56.30%;
  /*padding-top: 30px;*/
  overflow: hidden;
  /*box-shadow: 0 0 20px rgba(0,0,0,0.1);*/
  /*box-shadow: 0px 2px 0px rgba(0,0,0,0.1);*/
}

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

#video {
  width: 100%;
  background: #FFF;
  border:
    /*1px solid #232323;*/
    none;
  /*box-shadow: 0px 2px 0px rgba(0,0,0,0.1);*/
}

#video iframe {
  position: absolute;
  top: 0;
  left: 0 !important;
  width: 100% !important;
  height: 100%;
}

#next-step-container {
  margin-top: 25px;
  margin-bottom: 50px;
  display: none;
}

.next-step-container {
  margin-top: 15px;
  margin-bottom: 25px;
  display: none;
}

#quizbox-container {
  transition: visibility 0s linear 0.33s, opacity 0.33s linear;
  transition-duration: 1s;
}

#title-of-sound {
  margin-top: 10px;
  margin-bottom: 30px;
  font-size: 32px;
  font-weight: 700;
  color: #000;
  text-align: center;
  font-family: 'Roboto';
  transition-duration: 1s;
}

.sm-scale {
  transform: scale(1.03);
}

@media screen and (max-width: 768px) {
  .next-step-container {
    margin-top: 5px;
    margin-bottom: 5px;
  }
}

/* Small devices (landscape phones, 576px and up) */

@media (min-width: 576px) {
  .container {
    min-width: 576px;
    content: "Small device";
  }
}

/* Medium devices (tablets, 768px and up) */

/* @media (min-width: 768px) {
  .container {
      min-width: 768px;
  }
} */

/* Large devices (desktops, 992px and up) */

@media (min-width: 992px) {
  .container {
    max-width: 992px;
  }
}

/* Extra large devices (large desktops, 1200px and up) */

@media (min-width: 1200px) {
  .container {
    max-width: 1115px;
  }
}

body {
  background:
    /*linear-gradient(to right, #fff, #f7f7f7)!important;*/
    #f7f7f7;
}

#navbar {
  background: #efefef;
  width: 100%;
  height: 40px;
  margin-bottom: 30px;
}

.pause-video {
  display: none;
  z-index: 999999;
  outline: none;
  position: absolute;
  left: 50%;
  background: #da1921;
  width: 150px;
  height: 100px;
  color: #fff;
  margin-left: -75px;
  top: 50%;
  margin-top: -50px;
  border-radius: 5px;
  border: 0;
  -webkit-transition: all .2s ease-in-out;
  -moz-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
  cursor: pointer;
}

.pause-video::before {
  content: "";
  position: absolute;
  border: 24px solid transparent;
  top: 50%;
  border-top-width: 18px;
  border-bottom-width: 18px;
  border-left-color: #fff;
  z-index: 2003;
  left: 50%;
  -webkit-transform: translateY(-50%)translateX(-18%);
  transform: translateY(-50%)translateX(-18%);
  -ms-transform: translate(-18%, -50%);
}

#timer .value {
  display: inline-block;
  text-align: center;
  width: 100px;
  box-sizing: border-box;
  letter-spacing: 1px;
  margin: auto;
  background: #ff5f5f;
  padding: 2px;
  border-radius: 21px;
  color: #fff;
  font-size: 20px;
}

.controls-btt {
  cursor: pointer;
  border: none;
  outline: none;
  position: relative;
  background-color: transparent;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  width: 40px;
  height: 40px;
  transition: opacity 300ms ease;
  opacity: 0.8;
  filter: invert(1) drop-shadow(0px 0px 2px black);
}

.controls-btt:hover {
  opacity: 1;
}

.controls-btt:focus {
  outline: none;
}

#volume {
  transition: background-image 300ms ease;
  background-image: url("../images/volume_mute.png");
}

#volume.on {
  background-image: url("../images/volume_on.png");
}

#backward {
  transform: rotate(-180deg);
  background-image: url("../images/forward.png");
}

#forward {
  background-image: url("../images/forward.png");
}

#controls {
  position: absolute;
  top: 0px;
  border: 0px;
  left: 20px;
  height: 50px;
  z-index: 300000000;
  width: 30%;
  transition: all 700ms ease;
}

#next-step {
  display: none;
}

@media screen and (max-width: 800px) {
  .col.col-12.col-lg-9.col-md-12.col-sm-12 {
    height: 500px;
  }

  #controls {
    width: 100%;
    left: 0;
    top: 13px;
    padding-left: 20px;
  }

  #mobile-nb {
    position: relative;
    top: 0;
    border-radius: 0 !important;
    font-size: 12px;
  }

  #next-step {
    pointer-events: all;
    z-index: 300000001;
  }
}

@media screen and (max-width: 992px) {
  .img-mob {
    max-width: 30% !important;
  }
}

@media screen and (max-width: 768px) {
  .img-mob {
    max-width: 50% !important;
  }
}

#navbar {
  background: #c8e6ee;
  width: 100%;
  height: auto;
  margin-bottom: 10px;
}

#hauto {
  height: 100%;
}

.pause-video {
  display: none;
  z-index: 999999;
  outline: none;
  position: absolute;
  left: 50%;
  background: #373a97;
  width: 130px;
  height: 80px;
  color: #fff;
  margin-left: -75px;
  top: 50%;
  margin-top: -50px;
  border-radius: 100px;
  border: 0;
  -webkit-transition: all .2s ease-in-out;
  -moz-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
  cursor: pointer;
}

.pause-video::before {
  content: "";
  position: absolute;
  border: 24px solid transparent;
  top: 50%;
  border-top-width: 18px;
  border-bottom-width: 18px;
  border-left-color: #fff;
  z-index: 2003;
  left: 50%;
  -webkit-transform: translateY(-50%)translateX(-18%);
  transform: translateY(-50%)translateX(-18%);
  -ms-transform: translate(-18%, -50%);
}

#timer .value {
  display: inline-block;
  text-align: center;
  width: 100px;
  box-sizing: border-box;
  letter-spacing: 1px;
  margin: auto;
  background: #ff5f5f;
  padding: 2px;
  border-radius: 21px;
  color: #fff;
  font-size: 20px;
}

#mobile-nb {
  font-size: 15px;
  color: #212529;
  padding-top: 5px;
  padding-bottom: 5px;
  background: #c8e6ee;
  z-index: 9999 !important;
  border-radius: 0px 0px 10px 10px;
  box-shadow: inset 0px 0px 6px 0px #00000036;
}

.controls-btt {
  cursor: pointer;
  border: none;
  outline: none;
  position: relative;
  background-color: transparent;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  width: 40px;
  height: 40px;
  transition: opacity 300ms ease;
  opacity: 0.8;
  filter: invert(1) drop-shadow(0px 0px 2px black);
}

.controls-btt:hover {
  opacity: 1;
}

.controls-btt:focus {
  outline: none;
}

.img-mob {
  box-shadow: 0px 1px 3px 0px;
  max-width: 70% !important;
}

#quizbox-container {
  background: #fff !important;
  box-shadow: 1px 2px 4px 0px #0000001f;
}

#volume {
  transition: background-image 300ms ease;
  background-image: url("../images/volume_mute.png");
}

#volume.on {
  background-image: url("../images/volume_on.png");
}

#video-container {
  display: inline-block;
}

#backward {
  transform: rotate(-180deg);
  background-image: url("../images/forward.png");
}

#forward {
  background-image: url("../images/forward.png");
}

#controls {
  position: absolute;
  top: 0px;
  border: 0px;
  left: 20px;
  height: 50px;
  z-index: 300000000;
  width: 30%;
  transition: all 700ms ease;
}

@media screen and (max-width: 800px) {
  .col.col-12.col-lg-9.col-md-12.col-sm-12 {
    height: 500px;
  }

  #controls {
    width: 100%;
    left: 0;
    top: 13px;
    padding-left: 20px;
  }

  #mobile-nb {
    font-size: 12px !important;
    position: relative;
    top: 0px;
  }

  .img-mob {
    max-width: 30% !important;
  }

  #next-step {
    pointer-events: all;
  }
}

@media screen and (max-width: 768px) {
  .img-mob {
    max-width: 50% !important;
  }
}

@media screen and (max-width: 992px) {
  .img-mob {
    max-width: 50% !important;
  }
}

.submit-roulette-bottom {
  max-width: 320px;
  display: block;
  text-align: center;
  margin-left: auto !important;
  margin-right: auto !important;
}

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

.form__main-title {
  text-align: center;
}

.form-descr__subtitle {
  text-align: center;
}

.submit-roulette {
  text-transform: uppercase;
  padding: 10px 15px;
  margin: 15px 0;
  outline: none;
  border: none;
  height: 100%;
  margin-top: 5px;
  border-radius: 5px;
  background: rgb(124, 35, 46);
  color: #fff;
  font-size: 20px;
  font-weight: bold;
  cursor: pointer;
  transition: 0.3s;
}

.submit-roulette:hover {
  text-decoration: none;
}

.submit-roulette:hover {
  background: #bb0000;
  color: #fff;
}

.m-row {
  margin-bottom: 30px;
}

.photo__subtitle {
  display: block;
  text-align: center;
  color: rgb(29, 81, 136);
  font-weight: 600;
  font-size: 14px;
  margin-bottom: 20px;
}

.main__img {
  display: block;
  margin-right: auto;
  margin-left: auto;
}

.graph-wrap {
  width: 100%;
  padding: 15px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background: #f1f1f1;
  /* max-width: 960px; */
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 10px;
  position: relative;
}

.graph__img {
  width: 100%;
}

.graph__text {
  width: 100%;
  /*max-width: 400px;*/
  flex-shrink: 0;
  font-size: 22px;
  font-weight: 700;
  color: red;
}

.graph__text-desc {
  line-height: 1.4;
  margin-bottom: 20px;
}

.graph-list {
  margin-bottom: 0;
}

.graph-list li,
.list li {
  font-size: 18px;
}

.comment__text {
  font-size: 18px;
}

.main__title {
  font-weight: 700;
  font-size: 25px;
  color: #000;
  margin-top: 20px;
  margin-bottom: 20px;
}

.product {
  width: 100%;
  max-width: 240px;
}

.order {
  max-width: 750px;
  background: #fff;
  display: flex;
  justify-content: center;
  gap: 15px;
  align-items: center;
  padding: 15px;
  margin-right: auto;
  margin-left: auto;
}

.form-pack {

  max-width: 100%;
  flex-shrink: 0;
  margin: 0;
}

.img-wrap--top {
  margin-bottom: 20px;
}

/* .form-pack img {
  max-width: 100%;
} */

.form-prod {
  width: 450px;
  max-width: 100%;
}

.img-wrap {
  display: flex;
  justify-content: center;
}

.form-descr {
  padding: 0 15px;
  font-weight: 600;
  text-align: center;
  margin-bottom: 10px !important;
  padding-bottom: 0 !important;
}

.form-descr__subtitle {
  font-size: 16px;
  margin-bottom: 15px;
}

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

.burger {
  margin-left: auto;
}

.form-input {
  box-sizing: border-box;
  width: 100%;
  max-width: 320px;
  margin-bottom: 15px;
  padding: 30px 13px;
  height: 50px;
  border-radius: 30px;
  border: 1px solid rgb(124, 35, 46);
  font-size: 16px;
  font-weight: 500;
}

.form-input::placeholder {
  color: #000;
}

.submit-roulette {
  border-radius: 60px;
  width: 100%;
  max-width: 320px;
}

h1.popup-title {
  margin-bottom: 25px;
  font-size: 30px;
  font-weight: 600;
}

h1 {
  line-height: 1.2;
}

@media (max-width: 350px) {

  .form-input,
  .submit-roulette {
    width: 100%;
  }
}

.ring-loading {
  animation: loadingD 1.5s 0.3s cubic-bezier(0.17, 0.37, 0.43, 0.67) infinite;
  width: 10px;
  height: 10px;
  margin: 0 auto;
  padding: 15px !important;
  border: 7px dashed #000;
  border-radius: 100%;
  display: none;
  margin: 10px auto !important;
}

@keyframes loadingD {
  0% {
    transform: rotate(0deg);
  }

  50% {
    transform: rotate(180deg);
  }

  100% {
    transform: rotate(360deg);
  }
}




.new-price {
  color: red;
}

.new-price-text,
.old-price-text {
  color: #000;
  font-size: 18px;
  text-align: center;
}

.prices {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  margin-bottom: 10px;
}

.new-price-wrap,
.old-price-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

.old-price-wrap {
  margin-right: 15px;
  margin-top: -4px;
}

.old-price-text {
  position: relative;
  top: 2px;
}

.new-price,
.old-price {
  font-size: 25px;
  font-weight: 700;
}

.old-price {
  display: flex;
  text-decoration: line-through;
  color: #000;
  font-size: 20px;
  line-height: 38px;
}

.nowrap {
  white-space: nowrap;
}


.new-price-text {
  position: relative;
  top: -1.80px
}

.submit-roulette-bottom {
  display: block;
  text-align: center;
  margin-left: auto !important;
  margin-right: auto !important;
}

.submit-roulette-bottom:hover {
  color: #fff !important;
}

.container-btn {
  padding: 0 15px;
}

.form-descr {
  padding: 0 15px;
  font-weight: 600;
  text-align: center;
  font-size: 20px;
  letter-spacing: -.02em;
  line-height: 1.3;
  padding-bottom: 20px;
  color: #000;
}

.comments {
  margin-bottom: 30px;
}

.comments__title {
  margin-top: 30px;
  margin-bottom: 30px;
  font-weight: 700;
  font-size: 20px;
  background: rgb(217, 226, 232);
  padding: 10px;
  color: #000;
}

.main__link {
  font-weight: 700;
  color: #007bff;
}

.main__link:hover {
  color: #0c59aa;
}

.comment-form {
  width: 100%;
  padding: 10px 10px 20px 10px;
  margin-bottom: 30px;
  background: rgb(236, 240, 249);
}

.f__link {
  cursor: pointer !important;
  text-decoration: none;
}

.f__link:hover {
  cursor: pointer !important;
  text-decoration: none;
}

.comment-form__input {
  display: flex;
  align-items: center;
  color: #333;
  height: 35px;
  border: none;
  background: #fff;
  padding: 10px !important;
}

.comments-item {
  display: flex;
  align-items: flex-start;
  margin-bottom: 15px;
  padding-bottom: 15px;
  border-bottom: 1px solid rgb(236, 228, 228);
}

.comment-ava {
  width: 50px;
  flex-shrink: 0;
  margin-right: 10px;
}

.comment__name {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 5px;
}

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

  .product {
    width: 100%;
    max-width: 200px;
  }

  .img-mob {
    max-width: 200px !important;
  }

  #hauto {
    max-width: 670px;
  }
  .inL_954049 {
    padding-top: 0;
  }
  .graph__text-desc {
    font-size: 20px;
  }
  .doc-p {
    margin-bottom: 10px !important;
  }

  #yt-container {
    justify-content: center;
    padding-right: 15px;
    padding-left: 15px;
  }

  .yt-mob {
    padding-right: 10px;
    padding-left: 10px;
  }

  #right-container {
    padding-right: 10px;
    padding-left: 10px;
  }

  #title-of-sound {
    font-size: 26px;
    margin-bottom: 20px;
  }
  .first__title {
    margin-bottom: 20px;

  }

  .t-mx {
    margin-right: auto !important;
    margin-left: auto !important;
  }

  .container {
    width: 100%;
    max-width: 900px;
    margin-right: auto;
    margin-left: auto;
  }

  .graph__text {
    font-size: 18px;
    /*max-width: 330px;*/
  }

  .graph__img {
    width: 50%;
  }

  .m-container {
    border-left: none;
    border-right: none;
  }

  #quizbox-container {
    margin-top: 30px;
  }

  #yt-container {
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    padding-left: 0px;
    padding-right: 0;
  }

  #butcont {
    display: none;
  }

  .f__btn {
    margin-top: 20px;
    margin-bottom: 10px;
  }

  .m-row {
    margin-bottom: 35px;
  }

  .container {
    padding-right: 0;
    padding-left: 0;
  }

  .banner-area-vsl {
    padding-right: 15px !important;
    padding-left: 15px !important;
  }

  /* .yt-mob {
    padding-left: 0;
    padding-right: 0;
  } */
  #quizbox-container {
    margin-right: 10px !important;
    margin-left: 10px !important;
  }

  .col-md-12 {
    flex: auto;
  }
}

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

  #title-of-sound {
    font-size: 22px;
  }

  .graph-wrap {
    display: block;
  }

  .graph__img {
    width: 100%;
    max-width: 469px;
    margin-bottom: 20px;
  }

  .graph-list li {
    font-size: 16px;
  }

  .order {
    max-width: 640px;
  }

  .product {
    max-width: 220px !important;
  }
}

@media screen and (max-width: 639px) {
  #title-of-sound {
    font-size: 26px;
    width: 100%;
  }

  .order {
    flex-direction: column;
    align-items: center;
  }

  .product {
    max-width: 180px !important;
  }

  .form-pack {
    margin-bottom: 20px;
  }

  .banner-area-vsl {
    padding-right: 15px !important;
    padding-left: 15px !important;
  }

  #title-of-sound {
    padding-right: 10px;
    padding-left: 10px;
  }

  .row {
    margin-left: 0;
    margin-right: 0;
  }

  h1 {
    line-height: 1.2;
    font-size: 24px;
  }

  #quizbox-container {
    margin-right: 0px !important;
    margin-left: 0px !important;
  }

  .yt-mob {
    padding-right: 0px;
    padding-left: 0px;
  }
}

@media screen and (max-width: 479px) {
  .logo-wrap img {
    width: 200px;
  }
  .main__text {
    font-size: 16px;
  }

  .graph-list li,
  .list li {
    font-size: 16px;
  }

  .comment__text {
    font-size: 16px;
  }

  #mobile-nb {
    font-size: 11px !important;
  }

  .form-descr__subtitle {
    font-size: 14px;
  }

  .product {
    max-width: 160px !important;
  }
}

.doc__hr {
  margin-top: 10px;
  margin-bottom: 10px;
}

html,
body {
  overflow-x: hidden;
}

.logo-wrap {
  width: 100%;
  margin-right: auto !important;
  margin-left: 0 !important;
  padding-top: 15px;
  padding-bottom: 15px;
  padding-left: 0;
}

textarea {
  resize: none;
}

html {
  scroll-behavior: smooth;
}

.live__photo {
  width: 100%;
  max-width: 300px;
  margin-top: 10px;
}

.terms {
  text-align: center;
  margin-bottom: 10px !important;
  font-size: 14px;
}

.new-price {
  position: relative;
}

.price__star {
  position: absolute;
  font-size: 16px;
  top: 0;
}

.f__note {
  font-size: 14px;
  line-height: 1.3;
  margin-top: 8px;
  text-align: center;
}

.ro-notes,
footer span {
  color: #fff;
}

.ro-notes p {
  margin-bottom: 3px !important;
}

.inL_954049 {
  background: #f7f7f7;
  padding-top: 5px;
  padding-bottom: 20px;
  padding-right: 10px;
  padding-left: 10px;
}

.inL_185047 {
  background: inherit;
  color: #2d3290;
}

.inL_217520 {
  font-weight: 100;
  text-align: center;
  font-size: 17px;
}

.inL_358720 {
  background: inherit;
  height: auto;
}

.inL_21713 {
  margin-bottom: 20px;
  margin: 20px;
  margin-left: 0px;
}

.inL_858360 {
  position: absolute;
  bottom: 0px;
  border: 0px;
  right: 0px;
  height: 100px;
  z-index: 300000000;
  width: 200px;
}

.inL_594556 {
  position: absolute;
  top: 0px;
  border: 0px;
  left: 0px;
  height: 70px;
  z-index: 300000000;
  width: 100%;
}

.inL_740759 {
  position: absolute;
  top: 0px;
  border: 0px;
  right: 0px;
  height: 70px;
  z-index: 300000000;
  width: 30%;
}

.inL_312165 {
  box-shadow: 0px 0px 150px 50px rgb(0 0 0 / 90%) inset;
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.inL_206222 {
  box-shadow: 0px 0px 150px 50px rgb(0 0 0 / 0%) inset;
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  pointer-events: none;
  left: 0;
}

.inL_862053 {
  display: inline-block;
}

.inL_919042 {
  height: 70px;
}

.inL_199311 {
  background: inherit;
}

.inL_774544 {
  text-align: center;
}

.inL_16020 {
  margin-bottom: 0px;
  text-align: center;
  font-size: 18px;
  margin-top: 10px;
}

.inL_512751 {
  height: 18px
}

.inL_281739 {
  margin-top: 4px;
  font-size: 14px;
  margin-bottom: 0;
}

.inL_791188 {
  display: block !important;
}

.inL_845267 {
  display: block !important;
}

.inL_325515 {
  font-weight: bold;
}

.inL_222292 {
  font-weight: bold;
}

.inL_627538 {
  color: #fff
}

.scroll__wrapper {
  overflow-x: scroll;
  /*margin-right: 15px;*/
}

/* Hide scrollbar for Chrome, Safari and Opera */
.scroll__wrapper::-webkit-scrollbar {
  display: none;
}

/* Hide scrollbar for IE, Edge and Firefox */
.scroll__wrapper {
  -ms-overflow-style: none;  /* IE and Edge */
  scrollbar-width: none;  /* Firefox */
}

.scroll__wrapper img {
  width: 800px;
  margin-bottom: 20px;
}

.scroll {
  display: none;
  width: 40px;
  transform: translateX(0px);
  margin: 0 auto 20px;
  animation: moving 2s infinite;
  /*position: absolute;*/
  /*bottom: 10px;*/
  /*left: 260px;*/
}

.rom-footer .rom_link, .rom-footer a {
  color: white !important;
  text-decoration: underline !important;
}

.rom-footer a:hover {
  text-decoration: none !important;
}

@keyframes moving {
  0% {
    transform: translateX(10px);
  }
      
  50% {
    transform: translateX(-10px);
  }

  100% {
    transform: translateX(10px);
  }
}

@media screen and (max-width: 991px) {
  body {
    line-height: 1.3!important;
  }
  .scroll {
    bottom: 6px;
    left: 25%;
  }
}

@media screen and (max-width: 767px) {
  .scroll__wrapper img {
    width: 800px;
    max-width: none;
    margin-bottom: 10px;
  }

  .scroll {
    display: block;
    position: static;
  }

  .graph__text {
    max-width: 100%;
  }
}

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

.date {
  display: block;
  margin-top: 5px;
  font-weight: bold;
}