/* 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 {
    -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;
    line-height: 1.3
}

.frame {
    background-color: #e6c2e0;
    padding: 20px;
    border: 2px solid #36369f;;
    border-radius: 10px;
    background: linear-gradient(to right, #fff, #e6c2e0);
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1), 0 2px 4px rgba(0, 0, 0, 0.06);
    max-width: 500px;
    margin: 0 auto 15px;
}

ul {
    padding-left: 20px;
}

.frame ul {
    margin-bottom: 0;
}

: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'] {
    -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%;
    }
}


.col-md-12.video #video-container {
    display: block;
    margin: 0 !important;
    line-height: 0 !important;
    font-size: 0 !important;
}

.col-md-12.video {
    max-width: 700px;
    margin: 0 auto;
    padding: 0 !important;
}

@media screen and (max-width: 991px) {
    .adaptation-list {
        gap: 30px !important;
    }

    .adaptation-list > li {
        width: calc(100% / 2 - 30px) !important;
    }


}

@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: #36369f;
    text-decoration: underline;
    -webkit-transition: all 0.2s easeout;
    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: 18px;
    /*font-weight: 300;*/
    letter-spacing: 0.01em;
    line-height: 1.3;
}

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

code {
    background: #f4f5f6;
    border-radius: 0.4rem;
    font-size: 86%;
    margin: 0 0.2rem;
    padding: 0.2rem 0.5rem;
    white-space: nowrap;
}

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

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

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

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

a {
    color: #36369f;
    text-decoration: none;
}

.button,
button {
    margin-bottom: 1rem;
}

strong {
    font-weight: bold;
}

p {
    margin-top: 0;
}

h2,
h3,
h4 {
    font-weight: 300;
    letter-spacing: -0.1rem;
    margin-bottom: 2rem;
    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: -0.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: 0.3s;
}

a:hover {
    color: #36369f;
}

.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: #36369f;
    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;
}

#localPlayer {
    width: 100% !important;
    height: 100% !important;
}

#video-container {
    width: 100%;
    height: 0;
    display: inline-block;
    padding-bottom: 56.3%;
    /*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: 550px;
        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 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.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: #36369f;
    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: 0px !important;
    top: 50%;
    margin-top: 0px !important;
    border-radius: 100px;
    border: 0;
    transform: translate(-50%, -50%);
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.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 img {
    filter: drop-shadow(0 -1px 1px rgba(0, 0, 0, .5));
}

.img-mob {
    overflow: hidden;
    box-shadow: 0px 1px 3px 0px;
    width: 100% !important;
    max-width: 200px !important;
    padding: 30px;
    margin: 0 auto;
}

#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: 150px !important;
    }
}

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

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

.submit-roulette:focus,
.submit-roulette:hover,
.submit-roulette:active {
    color: white;
    text-decoration: none!important;
    transform: translateY(2px);
    box-shadow: none;
}

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

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

.submit-roulette {
    text-transform: uppercase;
    padding: 12px 15px;
    margin: 15px 0 0;
    outline: none;
    border: none;
    height: 100%;
    margin-top: 5px;
    border-radius: 5px;
    background-color: #36369f;
    color: #fff;
    font-size: 20px;
    font-weight: bold;
    cursor: pointer;
    transition: 0.3s;
}

.submit-roulette:hover {
    transition: 0.3s;
    transform: scale(1.02);
    text-decoration: none;
}

/*.submit-roulette:hover {*/
/*    background: #5d5dc2;*/
/*    color: #fff;*/
/*}*/

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

.photo__subtitle {
    display: block;
    text-align: center;
    color: #373698;
    font-weight: 600;
    font-size: 25px;
    line-height: 1.3;
    margin-bottom: 20px;
}

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

.main-img {
    display: block;
    max-width: 500px;
    width: 100%;
    margin: 0 auto;
    margin-bottom: 15px;
    text-align: center;
}

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

/*@media screen and (min-width: 768px) {*/
/*  .graph__img {*/
/*    margin-right: 15px;*/
/*    margin-left: 0;*/
/*  }*/
/*}*/

.graph__text {
    width: 100%;
    font-size: 18px;
    line-height: 1.2;
    font-weight: 700;
    /*color: red;*/
}

/*@media screen and (min-width: 992px) {*/
/*  .graph__text {*/
/*    max-width: 400px;*/
/*    width: 100%;*/
/*  }*/
/*}*/

.composition {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    gap: 20px;
    margin-bottom: 15px;
}

.composition ul li img {
    flex-shrink: 0;
    width: 100px;
    height: 100px;
    border-radius: 50%;
    overflow: hidden;
    object-fit: cover;
    border: 1px solid black;
}

.composition ul li {
    display: flex;
    align-items: center;
    gap: 20px;
    list-style: none;
}

.composition ul {
    padding: 0;
    margin: 0;
    width: 37%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 20px;
}

.composition ul li p {
    margin-bottom: 0;
}

.composition-main {
    max-width: 150px;
    width: 100%;
    align-self: center;
}

.graph__text-desc {
    line-height: 1.2;
    margin-bottom: 20px;
    color: #212529;
}

.graph-list {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
    justify-content: center;
    align-items: flex-start;
    width: 100%;
}

.graph-list li img {
    height: 170px;
    width: 170px;
    border-radius: 50%;
    object-fit: cover;
    margin: 0 auto;
    margin-bottom: 10px;

}

.graph-list li {
    text-align: center;
    width: 25%;
    list-style: none;
}

/*.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: 30px;
    margin-bottom: 30px;
}

.product {
    width: 100%;
    /*max-width: 200px;*/
    filter: drop-shadow(0 -1px 1px rgba(0, 0, 0, 0.5));
}

.order {
    max-width: 750px;
    background-color: #e6c2e0;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    padding: 20px;
    margin-right: auto;
    margin-left: auto;
    border-radius: 15px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
}

.form-top p {
    margin-bottom: 0 !important;
}

.form-top {
    width: 100%;

}

.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: 18px;
    margin-bottom: 0;
}

.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: 15px;
    /*height: 50px;*/
    border-radius: 30px;
    border: 1px solid rgb(54, 54, 159);
    font-size: 16px;
    font-weight: 500;
    outline: transparent;
    transition: all 0.3s ease;
}

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

.form-input:focus {
    box-shadow: 0 0 8px rgba(54, 54, 159, 0.5);
}

.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: 32px;
}

.nowrap {
    white-space: nowrap;
}

.new-price-text {
    position: relative;
    /*top: -1.8px;*/
}

.submit-roulette-bottom {
    display: block;
    text-align: center;
    margin-left: auto !important;
    margin-right: auto !important;
    transition: all 0.3s ease;
    margin-bottom: 20px;
}

.submit-roulette-bottom:hover {
    color: #fff !important;
    transition: all 0.3s ease;
    transform: scale(1.02);
    background-color: #36369f;
}

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

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

.comments {
    margin-bottom: 20px;
}

.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: rgb(78 119 29);
    transition: all 0.3s ease;
}

.main__link:hover,
.main__link:focus {
    color: rgb(233 219 88);
}

.comment-form {
    width: 100%;
    padding: 10px 10px 10px 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);
}

.comments-item:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: none;
}

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

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

.adaptation {
    padding: 20px;
    background: #fff;
    margin-bottom: 15px;

    padding: 20px;

    border-radius: 10px;
    padding: 20px;
    border: 2px solid #36369f;;
    border-radius: 10px;
    background: linear-gradient(to right, #fff, #e6c2e0);
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1), 0 2px 4px rgba(0, 0, 0, 0.06);
}

.adaptation-list > li p {
    font-weight: bold;
}

.adaptation-list > li {
    width: calc(100% / 3 - 30px);
}

.adaptation-list {

    padding: 0;
    margin-bottom: 0;
    display: flex;
    gap: 30px;
    justify-content: space-between;
    list-style: none;
    flex-wrap: wrap;
}


@media screen and (max-width: 991px) {
    .composition ul:last-child li {
        flex-direction: row-reverse;
    }

    .composition ul {
        width: 100%;
    }

    .composition {
        flex-direction: column;
    }

    .graph-list li {
        width: 45%;

    }

    .doc-p {
        margin-bottom: 10px !important;
    }

    #yt-container {
        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;
    }

    .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;
    }

    .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: 30px;
        margin-bottom: 30px;
    }

    .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;
    }
}

.comment-form__input {
}

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

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

    .graph__img {
        margin-bottom: 20px;
    }

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

    .order {
        max-width: 560px;
    }

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

    .result-image-wrapper {
        max-width: 300px !important;
    }
}

@media screen and (max-width: 991px) {
    .composition-main {
        order: -2;
    }

    .graph-wrap {
        flex-direction: column;
    }

    .graph__img {
        margin-bottom: 20px;
    }
}

@media screen and (max-width: 639px) {
    .adaptation-list {
        gap: 30px !important;
    }

    .adaptation-list > li {
        width: calc(100% - 30px) !important;
    }

    .graph-list li {
        width: 100%;

    }

    #title-of-sound {
        font-size: 26px;
        width: 100%;
    }

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

    .product {
        filter: drop-shadow(0 -1px 1px rgba(0, 0, 0, 0.5));
        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: 0px;
        padding-left: 0px;
    }

    .product {
        max-width: 300px;
    }

    .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) {
    .composition-main {

        max-width: 120px;
    }

    .composition ul li {
        flex-direction: column;
        align-items: center;
    }

    .composition ul:last-child li {
        flex-direction: column-reverse !important;
        justify-content: center;
        align-items: center;
    }

    .graph-list li img {
        height: 150px;
        width: 150px;
    }

    .pause-video {

        width: 100px;
        height: 60px;
    }

    body {
        font-size: 16px;
    }

    .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: 18px;
    }
}

.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;
    padding-right: 0;
}

textarea {
    resize: none;
}

html {
    scroll-behavior: smooth;
}

.live__photo {
    width: 100%;
    max-width: 220px;
    margin-top: 15px;
}

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

.new-price {
    white-space: nowrap;
    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;
}

.timer {
    color: red;
    font-weight: bold;
    font-size: 25px;
    text-align: center;
}

@media screen and (min-width: 520px) {
    .order {
        flex-direction: row;
        justify-content: center;
        gap: 29px;
    }

    .form-pack {
        padding-top: 10px;
    }

    .form-product-wrapper {
        max-width: 250px;
        width: 100%;
    }
}

.order-info {
    width: 100%;
}

@media screen and (min-width: 640px) {
    .order {
        max-width: 650px;
        gap: 20px;
    }

    .order-info {
        flex-basis: 55%;
    }
}

.form-product-wrapper {
    position: relative;
}

.discount-banner {
    position: absolute;
    top: -15px;
    right: -25px;
    display: inline-block;
    background: linear-gradient(135deg, #ff5252, #ff1744);
    color: #fff;
    font-weight: bold;
    font-size: 18px;
    text-transform: uppercase;
    padding: 10px 20px;
    border-radius: 30px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    text-align: center;
    animation: pulse 1.5s infinite;
}

@keyframes pulse {
    0%,
    100% {
        transform: scale(1);
    }
    50% {
        transform: scale(1.05);
    }
}

.date {
    color: grey;
    font-size: 15px;
}

.result-image-wrapper {
    max-width: 400px;
    margin: 0 auto 15px;
}

.result-image-wrapper img {
    max-width: 100%;
}

.component-list {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    row-gap: 20px;
    padding-left: 0;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1), 0 2px 4px rgba(0, 0, 0, 0.06);
    border-radius: 10px;
    background: linear-gradient(to right, #fff, #e0f7fa);
    border: 2px solid #d4201c;
    padding: 20px;
}

.component-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 10px;
    width: 100%;
}

@media screen and (min-width: 480px) {
    .component-item {
        flex-direction: row;
    }
}

@media screen and (min-width: 768px) {
    .component-item {
        width: 337px;
    }

    .component-list {
        column-gap: 20px;
    }
}

@media screen and (min-width: 992px) {
    .component-item {
        width: 433px;
    }

    .component-list {
        justify-content: space-between;
    }
}

@media screen and (min-width: 1200px) {
    .component-item {
        width: 504px;
    }
}

.component-image-wrapper {
    max-width: 100px;
    flex-shrink: 0;
}

.component-image-wrapper img {
    max-width: 100%;
}

.component-item > p {
    text-align: center;
}

@media screen and (min-width: 480px) {
    .component-item > p {
        text-align: left;
    }
}

.scroll {
    max-width: 40px;
    transform: translateX(0);
    animation: moving 2s infinite;
    margin: 0 auto 10px;
}

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

    50% {
        transform: translateX(-10px);
    }

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

.graph-image-wrapper {
    width: 100%;
    overflow-x: scroll;
}

@media screen and (max-width: 767px) {
    .graph-image-wrapper > img {
        width: 500px;
        max-width: none;
    }
}

@media screen and (min-width: 560px) {
    .graph-image-wrapper + .scroll {
        display: none;
    }

    .graph-image-wrapper {
        /*max-width: 520px;*/
        overflow: auto;
    }
}

.link {
    color: #36369f;
    transition: all 0.3s ease;
}

.link:hover,
.link:focus {
    color: #36369f;
    /*color: #e6d859;*/
    text-decoration: underline;
}



.use-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
    margin-bottom: 15px;

}
.use {
    display: flex;
    align-items:  center;

    gap: 10px;
    text-indent: 0;
    padding: 15px;
    border: 1px dashed #36369f;

}
.use-spoon {
    width: 60px;
}
.use-danger {
    width: 70px;
    height: 70px;
}


p.fn__item {
    text-align:  center;
    margin-top: 7.5px;
    margin-bottom: 7.5px;
    font-size: 16px;
}

@media screen and (max-width: 479px) {
    .player-overlay2 {
        height: 50px!important;
        width: 110px!important;
    }

    .player-overlay3 {
        height: 55px!important;
    }
}
.footnote-second {
    font-size: 16px;
    font-style: italic;
    margin-top: 15px !important;
    line-height: 1.2;
    margin-bottom: 0;
}
