.adv p {
    margin-bottom: 5px;
}

.article .img-stars {
    max-width: 100px;
}

.results {
    font-size: 16px !important;
    color: black;
    font-style: normal !important;
}

.reviews_list_sidebar .img-stars {
    max-width: 100px;
    float: none;
}

.text-muted {
    clear: both;
}

.img-fluid {
    height: auto;
    width: 100%;
    max-width: 600px;
    display: block;
    margin: 0 auto;
}


@media (min-width: 1300px) {

    .container {
        max-width: 1140px !important;
    }
}

@media only screen and (max-width: 767px) {

    .f-md-48 {
        font-size: 30px !important;
    }
}

:root {
    --blue: #0083c2;
    --indigo: #6610f2;
    --purple: #6f42c1;
    --pink: #e83e8c;
    --red: #e51f28;
    --orange: #fd7e14;
    --yellow: #fc3;
    --green: #27ae60;
    --teal: #20c997;
    --cyan: #9b51e0;
    --white: #fff;
    --gray: #666;
    --gray-dark: #343a40;
    --primary: #6e45e2;
    --secondary: #355275;
    --success: #27ae60;
    --info: #9b51e0;
    --warning: #fc3;
    --danger: #e51f28;
    --light: #f8f9fa;
    --dark: #343a40;
    --success-light: #1ac70e;
    --klarna: #ffb2c7;
    --breakpoint-xs: 0;
    --breakpoint-sm: 576px;
    --breakpoint-md: 768px;
    --breakpoint-lg: 1023px;
    --breakpoint-xl: 1300px;
    --font-family-sans-serif: "Montserrat", sans-serif;
    --font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace
}

h1,
h2,
h3 {
    font-family: Montserrat, sans-serif;
    font-weight: 700;
    line-height: 1.2;
    margin-bottom: .5rem
}

h1 {
    font-size: 2.997rem
}

h2 {
    font-size: 1.494rem
}

h3 {
    font-size: 1.296rem
}

small {
    font-size: 80%;
    font-weight: 400
}

.container-3 {
    margin-left: auto;
    margin-right: auto;
    padding-left: 15px;
    padding-right: 15px;
    width: 100%
}

@media (min-width:576px) {
    .container-3 {
        max-width: 576px
    }
}

@media (min-width:768px) {
    .container-3 {
        max-width: 768px
    }
}

@media (min-width:1023px) {
    .container-3 {
        max-width: 1023px
    }
}

@media (min-width:1300px) {
    .container-3 {
        max-width: 1140px
    }
}

*,
:after,
:before {
    box-sizing: border-box
}

html {
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    font-family: sans-serif;
    line-height: 1.15;

}

nav {
    display: block
}

body {
    background-color: #fff;
    color: #333;
    font-family: Montserrat, sans-serif;
    font-size: .9rem;
    font-weight: 400;
    line-height: 1.6;
    margin: 0;
    text-align: left
}

[tabindex="-1"]:focus:not(:focus-visible) {
    outline: 0 !important
}

h1,
h2,
h3 {
    margin-bottom: .5rem;
    margin-top: 0
}

p {
    margin-bottom: 15px;
    margin-top: 0
}

strong {
    font-weight: bolder
}

small {
    font-size: 80%
}

a {
    background-color: transparent;
    color: #000
}

a:hover {
    color: theme-color("primary") !important;
    text-decoration: none !important
}

img {
    border-style: none
}

img,
svg {
    vertical-align: middle
}

svg {
    overflow: hidden
}

button:focus:not(:focus-visible) {
    outline: 0
}

[type=button]:not(:disabled),
[type=reset]:not(:disabled),
[type=submit]:not(:disabled),
button:not(:disabled) {
    cursor: pointer
}

::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit
}

.container {
    margin-left: auto;
    margin-right: auto;
    padding-left: 15px;
    padding-right: 15px;
    width: 100%
}

@media (min-width:576px) {

    .container {
        max-width: 540px
    }
}

@media (min-width:768px) {

    .container {
        max-width: 720px
    }
}

@media (min-width:1023px) {

    .container {
        max-width: 960px
    }
}

@media (min-width:1300px) {

    .container {
        max-width: 970px
    }
}

.row {
    display: flex;
    flex-wrap: wrap;
    margin-left: -15px;
    margin-right: -15px
}

.col-12,
.col-lg-3,
.col-lg-9 {
    padding-left: 15px;
    padding-right: 15px;
    position: relative;
    width: 100%
}

.col-12 {
    flex: 0 0 100%;
    max-width: 100%
}

@media (min-width:1023px) {

    .col-lg-3 {
        flex: 0 0 25%;
        max-width: 25%
    }

    .col-lg-9 {
        flex: 0 0 75%;
        max-width: 75%
    }
}

.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: #27ae60
}

.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: #e51f28
}

.btn:not(:disabled):not(.disabled) {
    cursor: pointer
}

.btn-primary:not(:disabled):not(.disabled).active,
.btn-primary:not(:disabled):not(.disabled):active {
    background-color: #4f21d3;
    border-color: #4b1fc8;
    color: #fff
}

.btn-primary:not(:disabled):not(.disabled).active:focus,
.btn-primary:not(:disabled):not(.disabled):active:focus {
    box-shadow: 0 0 0 .2rem rgba(132, 97, 230, .5)
}

.btn-secondary:not(:disabled):not(.disabled).active,
.btn-secondary:not(:disabled):not(.disabled):active {
    background-color: #253952;
    border-color: #213349;
    color: #fff
}

.btn-secondary:not(:disabled):not(.disabled).active:focus,
.btn-secondary:not(:disabled):not(.disabled):active:focus {
    box-shadow: 0 0 0 .2rem rgba(83, 108, 138, .5)
}

.btn-success:not(:disabled):not(.disabled).active,
.btn-success:not(:disabled):not(.disabled):active {
    background-color: #1e8449;
    border-color: #1b7a43;
    color: #fff
}

.btn-success:not(:disabled):not(.disabled).active:focus,
.btn-success:not(:disabled):not(.disabled):active:focus {
    box-shadow: 0 0 0 .2rem rgba(71, 186, 120, .5)
}

.btn-info:not(:disabled):not(.disabled).active,
.btn-info:not(:disabled):not(.disabled):active {
    background-color: #8226d8;
    border-color: #7c24cd;
    color: #fff
}

.btn-info:not(:disabled):not(.disabled).active:focus,
.btn-info:not(:disabled):not(.disabled):active:focus {
    box-shadow: 0 0 0 .2rem rgba(170, 107, 229, .5)
}

.btn-warning:not(:disabled):not(.disabled).active,
.btn-warning:not(:disabled):not(.disabled):active {
    background-color: #ffbf00;
    border-color: #f2b600;
    color: #333
}

.btn-warning:not(:disabled):not(.disabled).active:focus,
.btn-warning:not(:disabled):not(.disabled):active:focus {
    box-shadow: 0 0 0 .2rem rgba(224, 181, 51, .5)
}

.btn-danger:not(:disabled):not(.disabled).active,
.btn-danger:not(:disabled):not(.disabled):active {
    background-color: #bb161d;
    border-color: #b0141b;
    color: #fff
}

.btn-danger:not(:disabled):not(.disabled).active:focus,
.btn-danger:not(:disabled):not(.disabled):active:focus {
    box-shadow: 0 0 0 .2rem rgba(233, 65, 72, .5)
}

.btn-light:not(:disabled):not(.disabled).active,
.btn-light:not(:disabled):not(.disabled):active {
    background-color: #dae0e5;
    border-color: #d3d9df;
    color: #333
}

.btn-light:not(:disabled):not(.disabled).active:focus,
.btn-light:not(:disabled):not(.disabled):active:focus {
    box-shadow: 0 0 0 .2rem hsla(210, 3%, 86%, .5)
}

.btn-dark:not(:disabled):not(.disabled).active,
.btn-dark:not(:disabled):not(.disabled):active {
    background-color: #1d2124;
    border-color: #171a1d;
    color: #fff
}

.btn-dark:not(:disabled):not(.disabled).active:focus,
.btn-dark:not(:disabled):not(.disabled):active:focus {
    box-shadow: 0 0 0 .2rem rgba(82, 88, 93, .5)
}

.btn-success-light:not(:disabled):not(.disabled).active,
.btn-success-light:not(:disabled):not(.disabled):active {
    background-color: #14970b;
    border-color: #128b0a;
    color: #fff
}

.btn-success-light:not(:disabled):not(.disabled).active:focus,
.btn-success-light:not(:disabled):not(.disabled):active:focus {
    box-shadow: 0 0 0 .2rem rgba(60, 207, 50, .5)
}

.btn-klarna:not(:disabled):not(.disabled).active,
.btn-klarna:not(:disabled):not(.disabled):active {
    background-color: #ff7fa2;
    border-color: #ff7299;
    color: #333
}

.btn-klarna:not(:disabled):not(.disabled).active:focus,
.btn-klarna:not(:disabled):not(.disabled):active:focus {
    box-shadow: 0 0 0 .2rem rgba(224, 159, 177, .5)
}

.btn-outline-primary:not(:disabled):not(.disabled).active,
.btn-outline-primary:not(:disabled):not(.disabled):active {
    background-color: #6e45e2;
    border-color: #6e45e2;
    color: #fff
}

.btn-outline-primary:not(:disabled):not(.disabled).active:focus,
.btn-outline-primary:not(:disabled):not(.disabled):active:focus {
    box-shadow: 0 0 0 .2rem rgba(110, 69, 226, .5)
}

.btn-outline-secondary:not(:disabled):not(.disabled).active,
.btn-outline-secondary:not(:disabled):not(.disabled):active {
    background-color: #355275;
    border-color: #355275;
    color: #fff
}

.btn-outline-secondary:not(:disabled):not(.disabled).active:focus,
.btn-outline-secondary:not(:disabled):not(.disabled):active:focus {
    box-shadow: 0 0 0 .2rem rgba(53, 82, 117, .5)
}

.btn-outline-success:not(:disabled):not(.disabled).active,
.btn-outline-success:not(:disabled):not(.disabled):active {
    background-color: #27ae60;
    border-color: #27ae60;
    color: #fff
}

.btn-outline-success:not(:disabled):not(.disabled).active:focus,
.btn-outline-success:not(:disabled):not(.disabled):active:focus {
    box-shadow: 0 0 0 .2rem rgba(39, 174, 96, .5)
}

.btn-outline-info:not(:disabled):not(.disabled).active,
.btn-outline-info:not(:disabled):not(.disabled):active {
    background-color: #9b51e0;
    border-color: #9b51e0;
    color: #fff
}

.btn-outline-info:not(:disabled):not(.disabled).active:focus,
.btn-outline-info:not(:disabled):not(.disabled):active:focus {
    box-shadow: 0 0 0 .2rem rgba(155, 81, 224, .5)
}

.btn-outline-warning:not(:disabled):not(.disabled).active,
.btn-outline-warning:not(:disabled):not(.disabled):active {
    background-color: #fc3;
    border-color: #fc3;
    color: #333
}

.btn-outline-warning:not(:disabled):not(.disabled).active:focus,
.btn-outline-warning:not(:disabled):not(.disabled):active:focus {
    box-shadow: 0 0 0 .2rem rgba(255, 204, 51, .5)
}

.btn-outline-danger:not(:disabled):not(.disabled).active,
.btn-outline-danger:not(:disabled):not(.disabled):active {
    background-color: #e51f28;
    border-color: #e51f28;
    color: #fff
}

.btn-outline-danger:not(:disabled):not(.disabled).active:focus,
.btn-outline-danger:not(:disabled):not(.disabled):active:focus {
    box-shadow: 0 0 0 .2rem rgba(229, 31, 40, .5)
}

.btn-outline-light:not(:disabled):not(.disabled).active,
.btn-outline-light:not(:disabled):not(.disabled):active {
    background-color: #f8f9fa;
    border-color: #f8f9fa;
    color: #333
}

.btn-outline-light:not(:disabled):not(.disabled).active:focus,
.btn-outline-light:not(:disabled):not(.disabled):active:focus {
    box-shadow: 0 0 0 .2rem rgba(248, 249, 250, .5)
}

.btn-outline-dark:not(:disabled):not(.disabled).active,
.btn-outline-dark:not(:disabled):not(.disabled):active {
    background-color: #343a40;
    border-color: #343a40;
    color: #fff
}

.btn-outline-dark:not(:disabled):not(.disabled).active:focus,
.btn-outline-dark:not(:disabled):not(.disabled):active:focus {
    box-shadow: 0 0 0 .2rem rgba(52, 58, 64, .5)
}

.btn-outline-success-light:not(:disabled):not(.disabled).active,
.btn-outline-success-light:not(:disabled):not(.disabled):active {
    background-color: #1ac70e;
    border-color: #1ac70e;
    color: #fff
}

.btn-outline-success-light:not(:disabled):not(.disabled).active:focus,
.btn-outline-success-light:not(:disabled):not(.disabled):active:focus {
    box-shadow: 0 0 0 .2rem rgba(26, 199, 14, .5)
}

.btn-outline-klarna:not(:disabled):not(.disabled).active,
.btn-outline-klarna:not(:disabled):not(.disabled):active {
    background-color: #ffb2c7;
    border-color: #ffb2c7;
    color: #333
}

.btn-outline-klarna:not(:disabled):not(.disabled).active:focus,
.btn-outline-klarna:not(:disabled):not(.disabled):active:focus {
    box-shadow: 0 0 0 .2rem rgba(255, 178, 199, .5)
}

.collapse:not(.show) {
    display: none
}

.nav {
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    margin-bottom: 0;
    padding-left: 0
}

.close:not(:disabled):not(.disabled):focus,
.close:not(:disabled):not(.disabled):hover {
    opacity: .75
}

.d-block {
    display: block !important
}

.d-flex {
    display: flex !important
}

@media (min-width:1023px) {

    .d-lg-block {
        display: block !important
    }
}

.flex-row {
    flex-direction: row !important
}

.justify-content-center {
    justify-content: center !important
}

.align-items-start {
    align-items: flex-start !important
}

.align-items-center {
    align-items: center !important
}

@media (min-width:1023px) {

    .justify-content-lg-between {
        justify-content: space-between !important
    }
}

.position-absolute {
    position: absolute !important
}

@supports ((position:-webkit-sticky) or (position:sticky)) {}

.w-100 {
    width: 100% !important
}

.m-0 {
    margin: 0 !important
}

.mb-0 {
    margin-bottom: 0 !important
}

.mt-1 {
    margin-top: 10px !important
}

.mb-1 {
    margin-bottom: .25rem !important
}

.mt-3,
.my-3 {
    margin-top: 15px !important
}

.mr-3 {
    margin-right: 1rem !important
}

.mb-3,
.my-3 {
    margin-bottom: 15px !important
}

.mb-4 {
    margin-bottom: 15px !important
}

.mb-5 {
    margin-bottom: 3rem !important;
    overflow-x: hidden;
}

.p-0 {
    padding: 0 !important
}

.py-3 {
    padding-top: 15px !important
}

.py-3 {
    padding-bottom: 15px !important
}

.text-center {
    text-align: center !important
}

.text-muted {
    color: #666 !important
}

.f-35 {
    font-size: 35px !important
}

@media screen and (max-width: 479px) {
    .f-35 {
        font-size: 28px !important;
    }
}

@media (min-width:768px) {

    .f-md-48 {
        font-size: 44px !important
    }
}

body {
    -webkit-text-size-adjust: none;
    min-height: 100vh;
    min-width: 320px;
    position: relative;
}

.container {
    position: relative
}

img {
    max-width: 100%
}

a {
    transition: all .3s ease
}

a {
    text-decoration: none
}

p a:hover {
    color: #b51aff !important
}

.right-0 {
    right: 0;
    bottom: 8px;
}

.text-center img {
    margin-left: auto;
    margin-right: auto
}

.article {
    color: #333;
    font-size: 18px
}

@media screen and (max-width: 479px) {
    .article {
        font-size: 16px;
    }
}

.article h1 {
    font-weight: 800
}

.article a:not(.order-btn),
.article a:visited:not(.order-btn) {
    color: #167ac6;
    cursor: pointer;
    font-weight: 700;
    outline: 0;
    text-decoration: underline
}

.article p br {
    content: "";
    display: block;
    font-size: 50%;
    margin: 20px 0
}

:root {
    --blue: #0083c2;
    --indigo: #6610f2;
    --purple: #6f42c1;
    --pink: #e83e8c;
    --red: #e51f28;
    --orange: #fd7e14;
    --yellow: #fc3;
    --green: #27ae60;
    --teal: #20c997;
    --cyan: #9b51e0;
    --white: #fff;
    --gray: #666;
    --gray-dark: #343a40;
    --primary: #6e45e2;
    --secondary: #355275;
    --success: #27ae60;
    --info: #9b51e0;
    --warning: #fc3;
    --danger: #e51f28;
    --light: #f8f9fa;
    --dark: #343a40;
    --success-light: #1ac70e;
    --klarna: #ffb2c7;
    --breakpoint-xs: 0;
    --breakpoint-sm: 576px;
    --breakpoint-md: 768px;
    --breakpoint-lg: 1023px;
    --breakpoint-xl: 1300px;
    --font-family-sans-serif: "Montserrat", sans-serif;
    --font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace
}

h1,
h2,
h3 {
    font-family: Montserrat, sans-serif;
    font-weight: 700;
    line-height: 1.2;
    margin-bottom: 15px
}

h1 {
    font-size: 2.997rem
}

h2 {
    font-size: 1.494rem
}

h3 {
    font-size: 1.296rem
}

small {
    font-size: 80%;
    font-weight: 400
}

.container-3 {
    margin-left: auto;
    margin-right: auto;
    padding-left: 15px;
    padding-right: 15px;
    width: 100%
}

@media (min-width:576px) {
    .container-3 {
        max-width: 576px
    }
}

@media (min-width:768px) {
    .container-3 {
        max-width: 768px
    }
}

@media (min-width:1023px) {
    .container-3 {
        max-width: 1023px
    }
}

@media (min-width:1300px) {
    .container-3 {
        max-width: 1140px
    }
}

.btn.btn-primary:not(:disabled):not(.disabled).active,
.btn.btn-primary:not(:disabled):not(.disabled):active {
    background-color: #21aa3f;
    border-color: #1fa03b;
    color: #fff
}

.btn.btn-primary:not(:disabled):not(.disabled).active:focus,
.btn.btn-primary:not(:disabled):not(.disabled):active:focus {
    box-shadow: 0 0 0 .2rem rgba(73, 219, 105, .5)
}

.btn.btn-black:not(:disabled):not(.disabled).active,
.btn.btn-black:not(:disabled):not(.disabled):active {
    background-color: #000;
    border-color: #000;
    color: #fff
}

.btn.btn-black:not(:disabled):not(.disabled).active:focus,
.btn.btn-black:not(:disabled):not(.disabled):active:focus {
    box-shadow: 0 0 0 .2rem rgba(38, 38, 38, .5)
}

.nav {
    background: #fff;
    padding: 10px 0;
    width: 100%
}

.nav--2 .nav__item--btn:not(:disabled):not(.disabled).active,
.nav--2 .nav__item--btn:not(:disabled):not(.disabled):active {
    background-color: #e6e6e6;
    border-color: transparent;
    color: #333
}

.nav--2 .nav__item--btn:not(:disabled):not(.disabled).active:focus,
.nav--2 .nav__item--btn:not(:disabled):not(.disabled):active:focus {
    box-shadow: 0 0 0 .2rem rgba(51, 51, 51, .5)
}

.nav--3 .nav__item--btn:not(:disabled):not(.disabled).active,
.nav--3 .nav__item--btn:not(:disabled):not(.disabled):active {
    background-color: #e6e6e6;
    border-color: transparent;
    color: #333
}

.nav--3 .nav__item--btn:not(:disabled):not(.disabled).active:focus,
.nav--3 .nav__item--btn:not(:disabled):not(.disabled):active:focus {
    box-shadow: 0 0 0 .2rem rgba(51, 51, 51, .5)
}

.nav__logo {
    max-width: 130px
}

.nav__holder-right {
    align-items: center;
    display: flex;
    flex-direction: row
}

@media (max-width:1023.98px) {
    .nav__holder-right {
        display: none
    }
}

.nav__items {
    align-items: center;
    display: flex
}

.nav__items--mobile {
    flex-direction: column
}

@media (min-width:1024px) {
    .nav__items--mobile {
        display: none
    }
}

.nav__item {
    color: #fff;
    font-size: 16px;
    font-weight: 400;
    margin: 0 15px;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    transition: all .3s ease-in;
    word-break: normal
}

@media (max-width:1023.98px) {
    .nav__item {
        margin-top: 20px
    }
}

.nav__item:focus,
.nav__item:hover,
.nav__item:visited {
    color: #fff;
    text-decoration: none !important
}

.nav__item:hover {
    opacity: .8
}

.nav__item--btn {
    background-color: #0ed13d;
    border-color: transparent;
    border-radius: 8px;
    box-shadow: inset 0 1px 0 0 hsla(0, 0%, 100%, .41);
    color: #fff;
    max-width: 250px;
    padding: 10px
}

.nav__item--btn:focus,
.nav__item--btn:hover {
    background-color: #0cad33;
    border-color: transparent;
    color: #fff
}

.nav__item--btn:focus {
    box-shadow: 0 0 0 .2rem hsla(0, 0%, 100%, .5)
}

.nav__item--btn:disabled {
    background-color: #0ed13d;
    border-color: transparent;
    color: #fff
}

.nav__item--btn:not(:disabled):not(.disabled).active,
.nav__item--btn:not(:disabled):not(.disabled):active {
    background-color: #0ba12f;
    border-color: transparent;
    color: #fff
}

.nav__item--btn:not(:disabled):not(.disabled).active:focus,
.nav__item--btn:not(:disabled):not(.disabled):active:focus {
    box-shadow: 0 0 0 .2rem hsla(0, 0%, 100%, .5)
}

@media (max-width:1023.98px) {
    .nav__item--btn {
        margin-bottom: 10px
    }
}

.nav__toggle {
    cursor: pointer;
    width: 30px
}

.nav__toggle-row {
    background: #fff;
    height: 2px;
    margin-bottom: 4px
}

.nav__toggle-row:nth-child(3) {
    margin-bottom: 0
}

.nav__toggle-close {
    display: none
}

@media (min-width:1024px) {
    .nav__toggle {
        display: none
    }
}

@media (max-width:575.98px) {
    .nav__logo {
        max-width: 130px
    }
}

body {
    background: #fff;
    color: #6f6f6f;
    font-family: Montserrat, sans-serif;
    line-height: 1.4
}

.product-2__gradient {
    background: linear-gradient(284.84deg, #2456a0 30.75%, #4aa3e9 85.96%)
}

.reviews_list_sidebar {
    background: #ffffe0;
    padding: 10px;
}

.bgcolor {
    background: white !important;
}

.reviews_list_sidebar img {
    width: 100%;
    margin-bottom: 20px;
}

.reviews_list_sidebar p {
    font-size: 14px;
    font-style: italic;
}

.page-sidebar {
    background: #344a5f;
}

.nav__logo {
    max-width: 230px;
}

.adv p {
    text-align: center;
    color: #fff;
}

.nav__item--btn {
    display: none;
}

.nav__logo {
    max-width: 160px;
}

.footer {
    padding: 15px;
    background: linear-gradient(284.84deg, #2456a0 30.75%, #4aa3e9 85.96%);
    color: white;
    font-size: 16px;
    text-align: center;
}

.interactive-container {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    max-width: 600px;
    margin: 0 auto 10px;
}

.interactive-container .image {
    width: 100%;
    height: auto;
    display: block;
    object-fit: contain;
}

.blur-overlay {
    position: absolute;
    top: 10%;
    left: 22%;
    width: 20%;
    height: 40%;
    backdrop-filter: blur(20px);
    background-color: rgba(255, 255, 255, 0.5);
    transition: all 0.3s ease-in-out;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
}

#blurOverlay1 {
    width: 17%;
    height: 30%;
    top: 15%;
    left: 6%;
}

#blurOverlay2 {
    width: 31%;
    height: 50%;
    top: 10%;
    left: 34%;
}

#blurOverlay3 {
    width: 22%;
    height: 38%;
    top: 20%;
    left: 70%;
}

#blurOverlay4 {
    width: 100%;
    height: 100%;
    border-radius: 0;
    top: 0;
    left: 0;
}

.blur-overlay.hidden {
    backdrop-filter: blur(0px);
    background-color: transparent;
}

.interactive-toggle {
    width: 45%;
    height: 45%;
    background-image: url(../img/eye-closed.svg);
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    transition: all 0.2s ease-in-out;
}

.interactive-toggle:hover {
    scale: 1.1;
}

.blur-overlay.hidden .interactive-toggle {
    opacity: 0.2;
    transition: opacity 0.3s ease-in-out;
}

.blur-overlay.hidden .interactive-toggle:hover {
    opacity: 1;
    scale: none
}

.video-container {
    width: 100%;
    max-width: 600px;
    display: block;
    margin: 0 auto 15px;
    position: relative;
}

.video {
    width: 100%;
    height: auto;
    display: block;
}

.order {
    display: flex;
    flex-direction: column;
    gap: 15px;
    padding: 25px 20px;
    background: linear-gradient(284.84deg, #c6c6cf 30.75%, #c2dbee 85.96%);
    align-items: center;
    justify-content: center;
    width: 100%;
    max-width: 450px;
    margin: 30px auto;
    border: 4px double white;
}

.order-prod {
    width: 100%;
    max-width: 180px;
    position: relative;
}


.order-prod-sale {
    position: absolute;
    color: white;
    font-weight: bold;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    top: 30px;
    right: -40px;
    width: 60px;
    height: 60px;
    background-color: #d80808;
    border-radius: 50%;
    border: 4px double white;
    z-index: 2;
    rotate: -15deg;
}

.order-sale-fire {
    position: absolute;
    top: -60px;
    right: -80px;
    width: 140px;
    height: 120px;
    background-image: url(../img/fire-cropped.gif);
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    z-index: 1;
}

.order-info {
    width: 100%;
    max-width: 320px;
}

.prices {
    display: flex;
    gap: 15px;
    align-items: center;
    justify-content: center;
}

.price {
    display: flex;
    flex-direction: column;
    align-items: center;
    height: 58px;
    justify-content: space-between;
}

.prices-old-value {
    color: grey;
    font-size: 18px;
    font-weight: bold;
    line-height: 30px;
    position: relative;
}

.prices-old-value::before {
    position: absolute;
    content: "";
    height: 2px;
    width: 110%;
    rotate: -10deg;
    background-color: rgb(155, 154, 154);
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}

.prices-new-value {
    color: #d80808;
    font-size: 23px;
    font-weight: bold;
}

.order-form {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.order-form input {
    padding: 10px 20px;
    border: 2px solid #73b110;
    outline: none;
}

.order-btn {
    background-color: #d80808;
    padding: 10px 20px;
    font-size: 18px;
    text-transform: uppercase;
    color: white;
    font-weight: bold;
    border: none;
    transition: all 0.2s ease-out;
    text-align: center;
}

.order-btn.bottom {
    width: 100%;
    max-width: 320px;
    margin: 3rem auto 0;
    display: block;
}

.order-btn:hover {
    background-color: #9c0404;
}

@media screen and (min-width: 768px) {
    .order {
        flex-direction: row;
        gap: 20px;
        max-width: 600px;
    }

    .order-prod {
        max-width: 220px;
    }
}

.comments-title {
    margin-bottom: 20px;
    position: relative;
    width: fit-content;
}

.comments-title::after {
    position: absolute;
    content: "";
    width: 130%;
    height: 3px;
    background: linear-gradient(284.84deg, #c6c6cf 30.75%, #c2dbee 85.96%);
    bottom: -5px;
    left: 0;
}

.comment {
    padding: 0 0 15px 0;
    margin-bottom: 15px;
    border-bottom: 2px solid #c6c6cf;
    padding-left: 60px;
    position: relative;
    font-size: 18px;
}

.comment:last-of-type {
    margin-bottom: 0;
    border-bottom: none;
}

.ava-wrapper {
    width: 45px;
    height: 45px;
    position: absolute;
    left: 0;
    top: 0;
}

.comment-top {
    display: flex;
    flex-direction: column;
    margin-bottom: 10px;
}

@media screen and (min-width: 480px) {
    .comment-top {
        flex-direction: row;
        justify-content: space-between;
        align-items: center;
    }
}

.comment-top p {
    margin-bottom: 0;
}

.comment-date {
    color: #44535f;
    font-size: 16px;
}

.comment-name {
    font-weight: bold;
    color: #44535f;
}

.comment-text {
    margin-bottom: 0;
}

@media screen and (max-width:479px) {
    .comment-text {
        font-size: 16px;
    }

    .comment-date {
        font-size: 15px;
    }
}

@media screen and (max-width: 1022px) {
    .page-sidebar {
        display: none;
    }
}

.bordered {
    padding: 15px;
    border: 4px solid;
    border-image-source: linear-gradient(284.84deg, #c6c6cf 30.75%, #c2dbee 85.96%);
    border-image-slice: 1;
}

.component-heading {
    position: relative;
    padding-left: 28px;
    background-color: #f5efce;
    padding: 4px 12px 4px 36px;
}

.component-heading::before {
    position: absolute;
    content: "";
    background-image: url(../img/check.png);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    width: 24px;
    height: 24px;
    left: 4px;
    top: 4px;
}

.attention {
    position: relative;
    padding-left: 36px;
}

.attention::before {
    position: absolute;
    left: 0;
    top: 0;
    content: "!";
    font-size: 116px;
    color: #ffbf00;
    line-height: 1;
    font-weight: 200;
}

@media screen and (max-width: 639px) {
    .attention {
        padding-left: 30px;
    }

    .attention::before {
        font-size: 100px;
    }
}

@media screen and (max-width: 520px) {
    .img-text {
        line-height: 1.3;
    }
}

.comment-live {
    max-width: 250px;
    width: 100%;
    margin-top: 15px;
}

.x_country_select {display:none!important}