@font-face {
    font-family: 'Oswald';
    src: url('media/templates/site/cassiopeia/fonts/Oswald-Medium.woff2') format('woff2');
    font-weight: 500;
}

@font-face {
    font-family: 'Oswald';
    src: url('media/templates/site/cassiopeia/fonts/Oswald-SemiBold.woff2') format('woff2');
    font-weight: 600;
}

@font-face {
    font-family: 'Oswald';
    src: url('media/templates/site/cassiopeia/fonts/Oswald-Bold.woff2') format('woff2');
    font-weight: 700;
}

@font-face {
    font-family: 'Inter';
    src: url('media/templates/site/cassiopeia/fonts/Inter-Regular.woff2') format('woff2');
    font-weight: 400;
}

@font-face {
    font-family: 'Inter';
    src: url('media/templates/site/cassiopeia/fonts/Inter-Medium.woff2') format('woff2');
    font-weight: 500;
}

@font-face {
    font-family: 'Inter';
    src: url('media/templates/site/cassiopeia/fonts/Inter-SemiBold.woff2') format('woff2');
    font-weight: 600;
}

@font-face {
    font-family: 'Inter';
    src: url('media/templates/site/cassiopeia/fonts/Inter-Bold.woff2') format('woff2');
    font-weight: 700;
}

html {
    background: #383c41;
}

body {
    background: #383c41;
}

body.wrapper-fluid .site-grid {
    grid-template-columns: [full-start] minmax(0, 1fr) [main-start] minmax(0, 20%) minmax(0, 30%) minmax(0, 30%) minmax(0, 20%) [main-end] minmax(0, 1fr) [full-end]
}

.card-body {
    padding: 0;
    z-index: 2;
}

.enter {
    max-width: 600px;
    width: 100%;
    margin: 0 auto;
    text-align: center;
}

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
    font-family: 'Oswald', sans-serif;
}

h2 {
    letter-spacing: -1px;
    white-space: normal;
    font-weight: 700;
    font-style: normal;
    text-decoration: none;
    opacity: 1;
    font-family: 'Oswald', sans-serif;
    font-size: 54px;
    text-align: center;
    color: rgb(255, 204, 0);
    margin: 0px;
    z-index: auto;
    line-height: 50px;
}

h2 span {
    color: #f4f4f4;
}

h6,
.h6 {
    text-align: center;
}

h3,
.h3 {
    font-size: 18px;
}

body.wrapper-fluid .site-grid {
    grid-gap: 0 0.5em;
}

body.site.error_site {
    background: #383c41;
}

a {
    text-decoration: none;
}

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

a.border-dotted {
    color: rgb(255, 204, 0);
    border-bottom: 1px dotted rgb(255, 204, 0);
    white-space: nowrap;
    font-weight: 500;
    position: relative;
    cursor: pointer;
    text-decoration: none !important;
    line-height: 17px;
}
.read-more a.border-dotted {
    font-style: italic;
}
a.border-dotted:hover {
    color: rgba(255, 204, 0, 0.6);
    border-bottom: 1px dotted rgba(255, 204, 0, 0.6);
    text-decoration: none;
}

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

b,
strong {
    font-weight: 500;
}

.container-sidebar-left,
.container-sidebar-right {
    margin-top: -37px;
}

.container-sidebar-right .sidebar-right:first-child {
    margin-top: 14px;
}

p,
ul {
    color: #f4f4f4;
    font-size: 22px;
    margin: 30px auto 0;
    max-width: 850px;
    height: 100%;
    display: table;
    white-space: normal;
    line-height: 29px;
    font-family: 'Inter', sans-serif;
}
.com-content-article ol, .com-content-article ul {
    margin-left: 0;
}
#Email,
#Fname {
    background-color: #fff !important;
}

::-webkit-input-placeholder {
    /* WebKit browsers */

}

:-moz-placeholder {
    /* Mozilla Firefox 4 to 18 */

}

::-moz-placeholder {
    /* Mozilla Firefox 19+ */

}

:-ms-input-placeholder {
    /* Internet Explorer 10+ */

}

.searchsearch-in-header textarea {
    color: #fff !important;
    opacity: 1;
}

.searchsearch-in-header ::-webkit-input-placeholder {
    /* WebKit browsers */
    color: #fff !important;
}

.searchsearch-in-header :-moz-placeholder {
    /* Mozilla Firefox 4 to 18 */
    color: #fff !important;
}

.searchsearch-in-header ::-moz-placeholder {
    /* Mozilla Firefox 19+ */
    color: #fff !important;
}

.searchsearch-in-header :-ms-input-placeholder {
    /* Internet Explorer 10+ */
    color: #fff !important;
}

fieldset {
    margin-bottom: 0;
}

textarea:focus,
input:focus,
input[type]:focus,
.uneditable-input:focus {
    box-shadow: none;
    outline: 0 none;
}

.icon-phone:before,
.icon-address-book:before,
.icon-address:before {
    display: none;
}

::selection {
    background: rgb(255, 204, 0);
    color: #fff;
}

.justify {
    text-align: justify;
}


.flex-row {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}

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

.card {
    border: none;
}

.mod-languageslang-dekstop .inputbox {
    color: #fff;
    background: transparent;
    border-radius: 3px;
    border: 0.1px solid #fff;
    font-size: 20px;
    font-weight: 100;
    margin-top: -5px;
    cursor: pointer;
    outline: unset;
    font-family: 'Inter', sans-serif;
}

.mod-languageslang-dekstop .inputbox option {
    background: #fff;

}

.mod-languageslang-mobile {
    display: flex;
    justify-content: center;
    align-items: center;
}

.mod-languageslang-mobile ul {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0;
}

.mod-languageslang-mobile ul li {
    padding-top: 4px;
}

.mod-languageslang-mobile ul li a {
    color: #fff;
    font-size: 13px;
}

.mod-languageslang-mobile ul li a img {
    width: 42px;
    height: auto;
    padding: 0 6px;
    opacity: 0.5;
}

.mod-languageslang-mobile ul li.lang-active img {
    opacity: 1;
}

.mod-languageslang-mobile ul li a img:hover {
    opacity: 1;
}

.mod-languageslang-mobile ul li.lang-active img {
    opacity: 1;
}

.com-contact.contact {
    display: flex;
    justify-content: center;
    font-family: 'Oswald', sans-serif;
    color: #f4f4f4;
    max-width: 500px;
    margin: 66px auto 0;
    /* gap: 30px; */
    flex-direction: column;
}

.com-contact.contact span.icon-phone,
span.icon-address {
    display: none;
}

.com-contact.contact .com-contact__info dl.dl-horizontal {
    display: block;
    padding-left: 0;
}

.com-contact.contact .com-contact__info dl.dl-horizontal dt {
    display: none;
}

.com-contact.contact .com-contact__info dl.dl-horizontal dd {
    margin-bottom: 0;
    padding: 0 0 0 0.6em;
}

.com-contact.contact .page-header {
    display: none;
}

.com-contact.contact .contact-address {
    border-left: 3px solid rgb(255, 204, 0);
}

.com-contact.contact .com-contact__info {
    color: #f4f4f4;
    font-size: 24px;
    margin-top: 10px;
}

.com-contact.contact .contact-form {
    z-index: 2;
    margin-bottom: 80px;
}

.com-contact.contact form#contact-form legend {
    text-align: center;
}

.com-contact.contact form#contact-form .control-group .controls .btn-primary {
    color: rgb(255, 204, 0);
    border-bottom: 1px dotted rgb(255, 204, 0);
    white-space: nowrap;
    font-weight: 500;
    position: relative;
    cursor: pointer;
    font-size: 24px;
    line-height: 17px;
    padding: 0 2px 10px;
    border-radius: unset;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 30px auto 0;
    text-align: center;
}

.com-contact.contact form#contact-form .control-group .controls .btn-primary:hover {
    color: rgba(255, 204, 0, 0.6);
    border-bottom: 1px dotted rgba(255, 204, 0, 0.6);
    text-decoration: none;
}

.com-contact__container {
    display: flex;
    flex-direction: column;
    grid-gap: 1rem;
}

.dropcaps .naked-drop span.naked {
    color: rgb(255, 204, 0);
    font-size: 100px;
    font-weight: 500;
    padding: 0 10px 0 0;
    float: left;
    display: block;
    line-height: 85px;
    margin: 0;
}

.form-check-input[type=checkbox] {
    border-radius: 50%;

}

.form-check-input:checked {
    background-
}

@media (width < 1200px) {
    .com-contact.contact .com-contact__info dl.dl-horizontal {
        padding-left: 2px;
    }
}

button[class*=plg_system_webauthn_login_button] {

    border-radius: none;
    height: 50px;
}

.plg_system_webauthn_login_button svg {
    fill: #6e298c;
}

button[class*=plg_system_webauthn_login_button]:hover {

    border: 1px solid #E5D9EB;
}

input:-internal-autofill-selected {
    background-color: #FFFFFF !important;

    width: 100%;
    height: 45px;
    font-weight: 500;
    margin-bottom: 0;
    padding: 6px 25px;
    background: #fff;
    text-shadow: none;
    cursor: unset;

    border-radius: none;
}

.btn-check:checked+.btn:focus-visible,
:not(.btn-check)+.btn:active:focus-visible,
.btn:first-child:active:focus-visible,
.btn.active:focus-visible,
.btn.show:focus-visible,
.btn-check:checked:focus-visible+.btn {
    box-shadow: none;
}

.btn-check:checked+.btn,
:not(.btn-check)+.btn:active,
.btn:first-child:active,
.btn.active,
.btn.show {
    color: unset;
    background-color: unset;
    border-color: unset;
}

.btn-link:hover {
    color: unset;
}

.btn:hover {
    color: unset;
    background-color: unset;
    border-color: unset;
}

.form-control,
#birthday_date_field_text,
#birthday_date_field1_text {
    appearance: none;
    background-clip: padding-box;
    background-color: #f4f4f4;
    text-shadow: none;
    cursor: pointer;
    border: none;
}

#birthday_date_field1_text {
    height: 30px;
}

.form-control:focus {

    background-color: #ffffff;
    border- outline: 0;
    box-shadow: none;
}

@media screen and (prefers-color-scheme: dark) {

    /* для переопределения цветов, указанных по умолчанию в плагине Dark Magic */
    :root {
        --cassiopeia-color-primary: var(--website-color-1) !important;
        --cassiopeia-color-link: var(--website-color-1) !important;
        --cassiopeia-color-hover: var(--website-color-2) !important;
        --cassiopeia-color-gradient-end: var(--website-color-1) !important;
        --cassiopeia-color-gradient-start: var(--website-color-2) !important;
    }

    .back-to-top-link {

        border: none;
        background: rgba(255, 204, 0, 0.7) url(https://by-cosmetics.com/img/top.svg) no-repeat center !important;
        background-size: 23px 20px !important;
        width: 53px !important;
        height: 50px !important;
        transition: all .3s ease-out;
        z-index: 2;
    }

    .back-to-top-link span.icon-arrow-up.icon-fw {
        display: none;
    }

    .back-to-top-link:hover,
    .back-to-top-link:focus {

        background: rgba(229, 217, 235, 1);
    }

    #cf_1 {
        /* Convert Forms так же используют CSS переменные */
        --background-color: rgba(0, 0, 0, 0.9) !important;
    }
}

/* MENU START */

.navbar-expand-lg .navbar-collapse li img {
    height: 20px;
    width: auto;
}

@media (max-width: 767.98px) {
    .navbar.custom-nav {
        display: none;
    }
}

.container-header nav {
    margin-top: 0 !important;
}

@media (width >=767px) {
    .metismenu.mod-menu .metismenu-item {
        line-height: 23px;
    }

    .metismenu.mod-menu li.metismenu-item.level-1 a {
        font-size: 24px;
        font-weight: 400;
        padding-bottom: 8px;
        font-family: 'Oswald', sans-serif;
    }

    .container-header .metismenu>li.level-1>ul li a {
        font-weight: 300 !important;
        font-family: 'Oswald', sans-serif;
    }

    .metismenu.mod-menu li.metismenu-item.item-204.level-2 a,
    .metismenu.mod-menu li.metismenu-item.item-216.level-2 a {
        margin-top: 3px;
        font-family: 'Oswald', sans-serif;
    }

    .navbar-expand-lg {
        flex-wrap: nowrap;
        justify-content: flex-start;
    }

    .navbar-expand-lg .navbar-collapse {
        flex-basis: auto;
        display: flex !important;
    }

    .container-header .mod-menu {
        flex-direction: row;
        flex: 1;
        display: flex;
    }

    .navbar-expand-lg .navbar-toggler {
        display: none;
    }
}

.metismenu.mod-menu li.metismenu-item.metismenu-item.item-283.level-2 a,
.metismenu.mod-menu li.metismenu-item.metismenu-item.item-338.level-2 a,
.metismenu.mod-menu li.metismenu-item.metismenu-item.item-339.level-2 a,
.metismenu.mod-menu li.metismenu-item.metismenu-item.item-344.level-2 a,
.metismenu.mod-menu li.metismenu-item.metismenu-item.item-345.level-2 a,
.metismenu.mod-menu li.metismenu-item.metismenu-item.item-567.level-2 a,
.metismenu.mod-menu li.metismenu-item.metismenu-item.item-568.level-2 a {
    display: flex;
    font-family: 'Oswald', sans-serif;
}

.metismenu.mod-menu li.metismenu-item.metismenu-item.item-283.level-2 a img.menu-badge-new,
.metismenu.mod-menu li.metismenu-item.metismenu-item.item-338.level-2 a img.menu-badge-new,
.metismenu.mod-menu li.metismenu-item.metismenu-item.item-339.level-2 a img.menu-badge-new,
.metismenu.mod-menu li.metismenu-item.metismenu-item.item-344.level-2 a img.menu-badge-new,
.metismenu.mod-menu li.metismenu-item.metismenu-item.item-345.level-2 a img.menu-badge-new,
.metismenu.mod-menu li.metismenu-item.metismenu-item.item-567.level-2 a img.menu-badge-new,
.metismenu.mod-menu li.metismenu-item.metismenu-item.item-568.level-2 a img.menu-badge-new {
    height: 10px;
    width: auto;
    order: 1;
    margin-top: -10px;
    margin-left: 2px;
}

@media (width <=767px) {
    .metismenu.mod-menu .metismenu-item {
        padding: 6px 7px;
        text-transform: uppercase;
        font-weight: 500;
        letter-spacing: 1px;
        font-size: 17px;
        font-family: 'Oswald', sans-serif;
    }

    .metismenu.mod-menu li.metismenu-item.metismenu-item.item-283.level-2 a,
    .metismenu.mod-menu li.metismenu-item.metismenu-item.item-338.level-2 a,
    .metismenu.mod-menu li.metismenu-item.metismenu-item.item-339.level-2 a,
    .metismenu.mod-menu li.metismenu-item.metismenu-item.item-344.level-2 a,
    .metismenu.mod-menu li.metismenu-item.metismenu-item.item-345.level-2 a,
    .metismenu.mod-menu li.metismenu-item.metismenu-item.item-567.level-2 a,
    .metismenu.mod-menu li.metismenu-item.metismenu-item.item-568.level-2 a {
        display: flex !important;
        justify-content: start;
        font-family: 'Oswald', sans-serif;
    }

    .metismenu.mod-menu li.metismenu-item.metismenu-item.item-283.level-2 a img.menu-badge-new,
    .metismenu.mod-menu li.metismenu-item.metismenu-item.item-338.level-2 a img.menu-badge-new,
    .metismenu.mod-menu li.metismenu-item.metismenu-item.item-339.level-2 a img.menu-badge-new,
    .metismenu.mod-menu li.metismenu-item.metismenu-item.item-344.level-2 a img.menu-badge-new,
    .metismenu.mod-menu li.metismenu-item.metismenu-item.item-345.level-2 a img.menu-badge-new,
    .metismenu.mod-menu li.metismenu-item.metismenu-item.item-567.level-2 a img.menu-badge-new,
    .metismenu.mod-menu li.metismenu-item.metismenu-item.item-568.level-2 a img.menu-badge-new {
        height: 12px;
        margin-top: -16px;
        margin-left: 4px;
    }
}

.offcanvas-backdrop {
    background-color: transparent;
}

.metismenu.mod-menu .metismenu-item>a:focus,
.metismenu.mod-menu .metismenu-item>button:focus,
.offcanvas-header .btn-close:after {
    outline: none;
}

.offcanvas-header .slogan {
    font-size: 2em;
    line-height: 1.2em;
    font-weight: 900;
    text-transform: uppercase;
    display: none;
}

.offcanvas-header .slogan span.offcanvas-slogan-1 {
    font-size: 0.5em;
    color: rgba(229, 217, 235, 0.5);
}

.offcanvas-header .slogan span.offcanvas-slogan-2 {
    color: #e0e0e0;
    font-style: italic;
}

.offcanvas-header .slogan span.offcanvas-slogan-3 {
    font-size: 0.5em;
    color: rgba(229, 217, 235, 0.5);
}

.offcanvas-header .slogan span.offcanvas-slogan-4 {
    font-size: 1.5em;
    font-style: italic;
    color: rgba(229, 217, 235, 0.5);
}

.offcanvas-header .slogan span.offcanvas-slogan-5 {
    color: #e0e0e0;
    font-style: italic;
}

.container-header .metismenu>li>a:after,
.container-header .metismenu>li>a:before,
.container-header .metismenu>li>button:before,
.container-header .metismenu>li>button:before {
    content: "";
    opacity: 1;
    background: 0 0;
    height: 2.5px;
    margin: auto;
    transition: all .2s, background-color .2s;
    display: block;
    position: absolute;
    bottom: 0;
    left: 50%;
    right: 50%;
}

.container-header .metismenu>li>a:hover:after,
.container-header .metismenu>li>button:hover:before,
.container-header .metismenu>li.active>a:after,
.container-header .metismenu>li.active>button:before,
.container-header .metismenu>li>a:hover:before {
    background: rgb(255, 204, 0);
    left: 0;
    right: 0;
}

.container-header .metismenu>li>a:hover:after,
.container-header .metismenu>li>a:hover:before,
.container-header .metismenu>li>button:hover:before,
.container-header .metismenu>li.active>a:after,
.container-header .metismenu>li.active>button:before,
.container-header .metismenu>li.active>a:before,
{
background: rgb(255, 204, 0);
left: 0;
right: 0;
}

.container-header .metismenu>li.active>button.mm-toggler-link:before {
    display: none;
}

.container-header .metismenu>li>a:after {
    opacity: 0;
}

.metismenu.mod-menu .mm-toggler:after {
    content: "";
    border: none;
    margin-inline-start: 4px;
    transition: all .3s ease-out;
    background-image: url(../images/chevron.svg);
    height: 20px;
    width: 20px;
}

.offcanvas ul.mod-menu li:hover>button.mm-toggler::after {
    background-image: url(../images/chevron-color.svg);
}

.metismenu.mod-menu ul.mm-collapse li .mm-toggler:after {
    content: "";
    border: none;
    margin-inline-start: 4px;
    margin-top: 1px;
    transition: all .3s ease-out;
    background-image: url(../images/chevron-color.svg);
    height: 20px;
    width: 20px;
}

.container-header .metismenu>li>button.mm-toggler-link:hover:before {
    display: none;
}

.container-header .container-search {
    margin-top: .5em;
    width: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    align-content: center;
}

.mm-active>.metismenu.mod-menu .mm-toggler:after,
.metismenu.mod-menu .mm-toggler[aria-expanded=true]:after {
    margin-top: 0;
}

.container-header .container-nav {
    padding-bottom: 12px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.btn.hamburger {
    display: none;
    flex-direction: column;
    justify-content: space-evenly;
    height: 60px;
}

.btn.hamburger span {
    display: block;
    width: 30px;
    height: 2px;
    border-radius: 2px;
    background-color: #fff;
}

.offcanvas {
    background-color: rgba(0, 0, 0, 0.95);
    color: #ffffff;
    max-width: 340px;
    -webkit-transform: translateX(320px);
    transform: translateX(320px);
    -webkit-transition: .5s cubic-bezier(0.5, 0, 0.3, 1);
    -moz-transition: .5s cubic-bezier(0.5, 0, 0.3, 1);
    -o-transition: .5s cubic-bezier(0.5, 0, 0.3, 1);
    transition: .5s cubic-bezier(0.5, 0, 0.3, 1);
    margin-top: 10px;
    margin-bottom: 10px;
    border-radius: 2em 0 0 2em;
}

.offcanvas.offcanvas-end {
    margin-top: 10px;
    margin-bottom: 10px;
}

.offcanvas.show {
    background-color: rgba(0, 0, 0, 0.95);
    color: #ffffff;
}

.offcanvas .mod-menu {
    flex-direction: column;
}

.offcanvas ul.mod-menu li {
    margin-top: 4px;
}

.offcanvas ul.mod-menu li .mm-show,
.metismenu.mod-menu .metismenu-item:not(.level-1)>ul,
.metismenu.mod-menu .metismenu-item:not(.level-2)>ul {
    margin-inline-end: -1em;
    width: 100%;
    margin-top: 6px;
    left: 0;
    font-size: 17px;
}

.offcanvas ul.mod-menu li:hover,
.offcanvas .metismenu.mod-menu .mm-toggler,
.offcanvas .mod-menu>li>a,
.offcanvas .mod-menu>li>span {
    color: #e0e0e0;
    font-size: 32px;
    padding-left: 5px;
    font-family: 'Oswald', sans-serif;
}


.offcanvas .mod-menu>li.hover>a,
.offcanvas .mod-menu>li.hover>span {}

.offcanvas-body li.level-1 {
    justify-content: space-between;

}

.offcanvas-body li.level-1.current {

    border-radius: none;

}

.offcanvas-body li.level-1.current a {}

.offcanvas-body li.level-1 a:before,
.offcanvas-body li.level-1 a:after {
    display: none;
}

.offcanvas-body li.level-1 ul li a {
    font-size: 18px;
    padding: 8px 12px !important;
    display: inline-block !important;
    width: 100%;
    text-align: left !important;
    font-family: 'Oswald', sans-serif;
}

.offcanvas-body li.level-1.current .mm-toggler:after {
    background-image: url(../images/chevron-color.svg);
}

.offcanvas ul.mod-menu li:hover {
    cursor: pointer;
    border-radius: none;


}

.offcanvas ul.mod-menu li:hover>a {}

.offcanvas-body li.level-1:focus,
.offcanvas-body li.level-1:target,
.offcanvas-body li.level-1:focus-visible {
    border: none;
}

.offcanvas .country-mobile-canvas {
    position: absolute;
    bottom: 0;
    padding: 12px;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.offcanvas .country-mobile-canvas img {
    width: 150px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 5px;
    margin-bottom: 10px;
}

.offcanvas .country-mobile-canvas a {
    color: #e0e0e0;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 18px;
    font-family: 'Oswald', sans-serif;
}

/*.container-header .metismenu>li.level-1>ul li:hover,
.container-header .metismenu>li.level-1>ul li.current,
.offcanvas-body li.level-1 ul li:hover,
.offcanvas-body li.level-1 ul li.current {
    
    border-radius: none;
    color: #fff;
}*/

.container-header .metismenu>li.level-1>ul li a:hover,
.container-header .metismenu>li.level-1>ul li.current a,
.offcanvas-body li.level-1 ul li a:hover {
    color: #fff;
}

.container-header .metismenu>li.level-1>ul li.current a {

    border-radius: none;
}

.offcanvas-header .btn-close {
    padding: 0;
    margin: -5px 0px 0 140px;
    width: 30px;
    height: 30px;
    background-image: none;
    position: absolute;
    right: 16px;
    top: 16px;
    box-shadow: none;
    opacity: 1;
}

.offcanvas-header .btn-close:first-child {
    box-shadow: none;
}

.offcanvas-header .btn-close:after {
    content: url(../images/close-white-no-circle.svg);
    width: 60px;
    vertical-align: middle;
    display: inline-block;
    height: auto;
    top: -13px;
    right: 12px;
    position: relative;
    z-index: 1;
}

@media (width <=767.98px) {

    .container-header .container-nav .container-search,
    .container-header .container-nav nav {
        margin-top: 0.5em;
    }

    .container-header .container-nav {
        padding-bottom: 6px;
        justify-content: flex-end;
        padding-right: 4px !important;
    }
}

.container-header .container-search .log-in-icon-in-header a.login_modal img {
    width: 40px;
    margin-top: -5px;
}

.vmCartModule.cart-icon-in-header {
    margin-top: -25px;
}

.vmCartModule.cart-icon-in-header .total_products {
    height: 20px;
    width: 20px;
    line-height: 21px;

    color: #fff;
    font-size: 11px;
    font-weight: 300;
    text-align: center;
    border-radius: 50%;
}

.vmCartModule.cart-icon-in-header .total,
.recent-view {
    display: none;
}

.vmCartModule.cart-icon-in-header .total_products:after {
    content: "";
    border: none;
    background-image: url(../images/cart-icon-white-70.svg);
    height: 30px;
    width: 25px;
    display: block;
    margin-top: -18px;
    margin-left: 20px;
}

.vmCartModule.cart-icon-in-header .show_cart a:after {
    content: "";
    border: none;
    background-image: url(../images/cart-icon-white.svg);
    height: 30px;
    width: 25px;
    display: block;
    margin-top: -17px;
    margin-left: 0px;
    position: absolute;
}

.login-icon-modal .eb-dialog {

    background-color: #fff;
    padding: 20px 30px 30px;
    border: 0;
    outline: 0;
    overflow: hidden;
    border-radius: none;
    border: 1px solid rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0 4px 20px rgba(0, 0, 0, 0.35);
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.35);
}

.login-icon-modal .eb-inst .eb-header {
    font-size: 22px;
    line-height: 1em;
    margin-bottom: 12px;
    opacity: 1;
}

.login-icon-modal .eb-dialog .mod-login__username.form-group,
.login-icon-modal .eb-dialog .mod-login__password.form-group,
.login-icon-modal .eb-dialog .mod-login__submit.form-group {
    margin-bottom: 10px;
}

.login-icon-modal .eb-dialog .mod-login__username .input-group input.form-control,
.login-icon-modal .eb-dialog .mod-login__password .input-group input.form-control {
    display: block;
    height: 50px;
    font-size: 14px;
    background-color: #fff;
    background-image: none;

    border-radius: none;
}

.login-icon-modal .eb-dialog .mod-login__username .input-group span.input-group-text,
.login-icon-modal .eb-dialog .mod-login__password .input-group button.input-password-toggle,
.controls .input-group .btn {
    border-top-right-radius: 1em;
    border-bottom-right-radius: 1em;

    border-left: none;
    height: 50px;
}

.login-icon-modal .eb-dialog .mod-login__remember.form-group {
    font-style: italic;
    font-size: 13px;
    cursor: pointer;
}

.com-users-login.login fieldset,
.com-users-reset.reset fieldset,
.com-users-reset.remind fieldset {
    margin-bottom: 0;
}

.com-users-login__remember form#com-users-login__form fieldset,
.remind-inside-wrapper fieldset {
    margin-bottom: 0;
}

.com-users-login__remember form#com-users-login__form fieldset .control-group {
    margin-top: 0;
}

.com-users-login__remember form#com-users-login__form fieldset .com-users-login__submit.control-group {
    margin: 10px auto;
}

.com-users-login__remember form#com-users-login__form fieldset .com-users-login__remember {
    margin-top: 8px;
}

.login-icon-modal .eb-dialog .mod-login__remember.form-group input.form-check-input,
.com-users-login__remember .form-check input.form-check-input,
.view-cart.no-layout .vm-shipment-plugin-single input {
    top: 2px;
    margin-right: 5px;
    border: 2px solid #6e298c;
    box-shadow: none;
    cursor: pointer;
    position: relative;
}

.com-users-login__remember .form-check input.form-check-input {
    margin-left: 0;
}

.com-users-login.login form#com-users-login__form .com-users-login__remember label.form-check-label {
    margin-bottom: 0;
    margin-left: 0;
    margin-top: 5px;
    font-size: 12px;
    text-transform: lowercase;
}

.login-icon-modal .eb-dialog .form-group button.btn-primary,
.mod-login-logout__button.logout-button button.btn-primary,
.com-users-login__submit.control-group button.btn-primary,
.com-users-reset__submit.control-group .btn-primary,
.com-users-remind.remind .btn-primary {
    width: 100%;
    border-radius: none;
    height: 50px;


}

.login-icon-modal .eb-dialog .form-group button.btn-primary:hover,
.mod-login-logout__button.logout-button button.btn-primary:hover,
.com-users-login__submit.control-group button.btn-primary:hover,
.com-users-reset__submit.control-group .btn-primary:hover,
.com-users-remind.remind .btn-primary:hover {

    color: #fff;
}

.mod-login-logout__login-greeting {
    font-style: italic;
    text-align: center;
    margin-bottom: 10px;
}

.mod-login-logout__login-greeting span {
    font-weight: 500;
}

ul.mod-login__options.list-unstyled,
.com-users-login__options.list-group {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-bottom: 0;
    margin-top: 0;
}

.com-users-login__options.list-group a {
    font-size: 13px;
    font-style: italic;
    margin: 0;
    padding: 2px;
    border: none;
}

ul.mod-login__options.list-unstyled li {
    font-size: 13px;
    font-style: italic;
    margin-bottom: 2px;
}

ul.mod-login__options.list-unstyled li a {
    cursor: pointer;
    text-decoration: none !important;
    font-weight: 300;
}

.login-icon-modal .eb-dialog .eb-close {
    font-size: 24px;
    margin-top: 10px;
    margin-right: 10px;
    padding-bottom: 3px;
    padding-left: 1px;
    border-radius: 50%;
    width: 34px;
    height: 34px;
    transition: 300ms;
}

.login-icon-modal .eb-dialog .eb-close span {
    padding: 0;
    line-height: 0;
}

.login-icon-modal .eb-dialog .eb-close:hover>span {
    color: #e5d9eb;
}

.com-users-logout.logout {
    margin-top: -60px;
}

.com-users-logout.logout form.com-users-logout__form {
    padding: 20px;
    border-radius: none;

    margin-top: -5px;
}

.com-users-logout__submit.control-group .controls .btn-primary {
    width: 100%;
}

@media (width >=992px) {

    .container-header ul.mod-menu.mod-list.nav.offcanvas-menu-new {
        flex-direction: column;
    }
}

@media (max-width: 767px) {
    .btn.hamburger {
        display: flex;
        margin-top: -10px;
    }

    .navbar.custom-nav {
        display: none;
    }
}

@media (max-width: 767px) {
    .log-in-icon-in-header {
        margin-top: -2px;
    }

    .vmCartModule.cart-icon-in-header .total_products {
        margin-top: -4px;
    }

    .vmCartModule.cart-icon-in-header .total_products:after {
        margin-top: -16px;
    }

    .vmCartModule.cart-icon-in-header .show_cart a:after {
        margin-top: -15px;
    }
}

/*  */
.container-header {
    background-image: none;
    background: transparent;
}

.container-header::before {
    content: "";
    /*-webkit-backdrop-filter: blur(7px);
    backdrop-filter: blur(7px);*/
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: auto;
    z-index: -1;
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 0.65) 0%, rgba(0, 0, 0, 0) 100%);
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.65) 0%, rgba(0, 0, 0, 0) 100%);
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.65) 0%, rgba(0, 0, 0, 0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#a6000000', endColorstr='#00000000', GradientType=0);
}

.container-header .mod-list li.active>a,
.metismenu.mod-menu .metismenu-item.active>a,
.metismenu.mod-menu .metismenu-item.active>button,
.metismenu.mod-menu .metismenu-item>a:hover,
.metismenu.mod-menu .metismenu-item>button:hover {
    text-decoration: none;
    color: rgb(255, 204, 0);

}

/*
.container-header .container-nav {
  padding: 0 2em 1em !important;
}*/
.container-header .container-nav::before {
    content: url(../images/logo_white.svg);
    width: 146px;
    vertical-align: middle;
    display: inline-block;
    height: auto;
    top: 10px;
    position: absolute;
    z-index: 1;
    cursor: pointer;
    left: 14px;
}

.container-header .metismenu>li.level-1>ul {
    min-width: 257px;
    width: 100%;
    box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.2);
    padding: 10px;
    border-radius: none;

}

.container-header .metismenu>li.level-1>ul li {
    display: flex;
    margin-bottom: 2px;
    padding: 0;
    position: relative;
    text-align: center;
    letter-spacing: 0;
}

.container-header .metismenu>li.level-1>ul li.metismenu-item.item-280.level-2:before,
.container-header .metismenu>li.level-1>ul li.metismenu-item.item-204.level-2:before,
.container-header .metismenu>li.level-1>ul li.metismenu-item.item-216.level-2:before {
    content: '';
    position: absolute;
    width: 100%;
    background-color: rgba(110, 41, 140, 0.2);
    height: 1px;
    top: 0;
    left: 0;
    margin-bottom: 5px;
}

.container-header .metismenu>li.level-1>ul li a {
    font-size: 15px;
    padding: 6px 12px;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    display: inline-block;
    width: 100%;
}

.container-header .metismenu>li.level-1>ul li a:hover {

    color: #fff;
    border-radius: none;
    display: flex;
    justify-content: center;
    align-items: center;
}

.metismenu.mod-menu .mm-collapse>li.parent>ul {
    background-color: transparent;
    flex-basis: 100%;
    margin-top: 0;
    margin-bottom: 0;
}


/* VIDEO-IMAGE IN HEADER START */

.image-in-header {
    margin-top: -100px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    width: 100%;
    max-width: 100%;
    min-width: 0px;
    height: 100vh;
    max-height: 300px;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: inherit;
    background-position: 50% 50%;
    box-shadow: 0 0 0 0 #FFFFFF;
    z-index: 1;
    position: relative;
}

.image-in-header.wish-list-header {
    max-height: 370px;
}

.account-header {
    background-image: url(../images/header-image/46.webp);
}

.list-orders-header {
    background-image: url(../images/header-image/46.webp);
}

.wish-list-header {
    background-image: url(../images/header-image/10.webp);
}

.factory-header {
    background-image: url(../images/header-image/16.webp);
}

.clove-article-header {
    background-image: url(../images/header-image/clove-article-header.webp);
}

.neem-article-header {
    background-image: url(../images/header-image/neem_header.webp);
}

.eo-2-article-header {
    background-image: url(../images/header-image/eo_2_header.webp);
}

.eo-1-article-header {
    background-image: url(../images/header-image/eo_1_header.webp);
}

.poison-article-header {
    background-image: url(../images/header-image/poison_header.webp);
}

.skin-3-article-header {
    background-image: url(../images/header-image/skin3_header.webp);
}

.skin-2-article-header {
    background-image: url(../images/header-image/skin2_header.webp);
}

.skin-1-article-header {
    background-image: url(../images/header-image/skin1_header.webp);
}

.glycol-article-header {
    background-image: url(../images/header-image/glycol_header.webp);
}

.orchid-article-header {
    background-image: url(../images/header-image/orchid_header.webp);
}

.cocoa-article-header {
    background-image: url(../images/header-image/cocoa_header.webp);
}

.sun-article-header {
    background-image: url(../images/header-image/sun_header.webp);
}

.body-butter-article-header {
    background-image: url(../images/header-image/butter_header1.webp);
}

.scrubs-article-header {
    background-image: url(../images/header-image/scrubs_header.webp);
}

.affiliate-program-header {
    background-image: url(../images/header-image/39.webp);
}

.image-in-header.affiliate-program-header .main-tittle-in-header svg {
    height: 80px;
}

.image-in-header.affiliate-program-header .tittles-in-header {
    padding-top: 114px;
}

.video-in-header {
    margin-top: -100px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    width: 100%;
    max-width: 100%;
    min-width: 0px;
    height: 100vh;
    max-height: 400px;
}

.video-in-header.list-orders-header {
    max-height: 330px;
}

.video-in-header.height-300,
.image-in-header.height-300 {
    max-height: 300px;
}

.video-in-header .background-video-in-header {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    overflow: hidden;
}

.video-in-header .background-video-in-header::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background: 0 0;
    z-index: 1;
}

.video-in-header .background-video-in-header video {
    object-fit: cover;
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
}

/* Стили для контейнера видео */
.video-in-header {
    position: relative;
    width: 100%;
    height: 100vh;
    /* Убедимся, что видео занимает нужную высоту */
    overflow: hidden;

    /* Розовый фон для видео, чтобы избежать белого фона при перезапуске */
}

/* Стили для контейнера видео */
.background-video-in-header {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
    /* Устанавливаем самый низкий z-index для видео и постера */
}

/* Стили для видео */
.section-bg-video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    /* Видео заполняет контейнер */
    display: block;
    /* Гарантируем, что видео отображается как блочный элемент */

    /* Розовый фон для видео, чтобы избежать белого фона при перезапуске */
}

/* Стили для overlay */
.video-in-header .overlay,
.image-in-header .overlay {
    background-color: rgba(110, 41, 140, 0.2);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-position: center center;
    background-repeat: repeat;
    z-index: 1;
    /* Overlay выше видео, но ниже других элементов */
}

/* Делаем overlay полу-прозрачным для .video-in-header.shop-main */
.video-in-header.shop-main .overlay {
    background-color: rgba(110, 41, 140, 0.2);
}

.image-in-header.poison-article-header .overlay,
.image-in-header.orchid-article-header .overlay,
.image-in-header.scrubs-article-header .overlay {
    background: transparent;
}

.video-in-header.factory-header .overlay {
    background-color: rgba(30, 93, 13, 0.3);
}

/* Стили для волн */
.waves-svg-in-header {
    position: absolute;
    bottom: 0;
    width: 100%;
    z-index: 2;
    /* Волны выше видео и overlay, но ниже логотипа */
}

/* Стили для логотипа */
.tittles-in-header {
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
    z-index: 10;
    /* Логотип выше всех элементов */
}

.main-tittle-in-header {
    text-align: center;
    width: 100%;
    padding-left: 10px;
    padding-right: 10px;
}

.main-tittle-in-header .flex-logo-light {
    width: 100%;
    height: auto;
}

/* Стили для всех путей SVG */
.shop-main .flex-logo-light path {
    stroke: #FFFFFF;
    /* Цвет обводки */
    stroke-width: 1;
    /* Толщина обводки */
    fill: none;
    /* Заливка отключена */
}

/* Индивидуальные стили для каждого пути */
.shop-main .flex-logo-light path#letter1 {
    stroke-dasharray: 837.6870727539062;
    /* Длина пути для #letter1 */
    stroke-dashoffset: 837.6870727539062;
}

.shop-main .flex-logo-light path#letter2 {
    stroke-dasharray: 184.1007537841797;
    /* Длина пути для #letter2 */
    stroke-dashoffset: 184.1007537841797;
}

/* Начальные стили для #letter3 (fadeIn) */
.shop-main .flex-logo-light path#letter3 {
    opacity: 0;
    /* Начальная прозрачность */
}

/* Анимация запускается только при добавлении класса .animate */
.shop-main .flex-logo-light.animate path#letter1 {
    animation: draw 6s ease-in-out forwards;
    animation-delay: 1s;
}

.shop-main .flex-logo-light.animate path#letter2 {
    animation: draw 3s ease-in-out forwards;
    animation-delay: 1s;
}

.shop-main .flex-logo-light.animate path#letter3 {
    animation: fadeIn 0.5s ease-in-out forwards;
    animation-delay: 5s;
}

/* Анимация рисования */
@keyframes draw {
    to {
        stroke-dashoffset: 0;
        /* Штрих становится видимым */
    }
}

/* Анимация fade-in */
@keyframes fadeIn {
    to {
        opacity: 1;
        /* Элемент становится полностью видимым */
    }
}

/* Для второго SVG (second-tittle-in-header) */
.second-tittle-in-header .flex-logo-light path {
    animation: draw 3s ease-in-out forwards;
}

.second-tittle-in-header .flex-logo-light path:nth-child(1) {
    animation-delay: 1.5s;
}

.second-tittle-in-header .flex-logo-light path:nth-child(2) {
    animation-delay: 2s;
}

.main-tittle-in-header path {
    opacity: 0;
    /* Скрываем пути для main-tittle до анимации */
}

.shop-main .main-tittle-in-header path,
.terms-header .main-tittle-in-header path {
    opacity: 1;
    /* Не скрываем пути для main page main-tittle до анимации */
}

.video-in-header .first-tittle-in-header svg,
.video-in-header .second-tittle-in-header svg {
    opacity: 0;
    /* Скрываем весь SVG для first-tittle and second-tittle до анимации */
}

.video-in-header.terms-header .second-tittle-in-header svg,
.video-in-header.about-us-header .second-tittle-in-header svg {
    opacity: 1;
}

.video-in-header {
    position: relative;
    width: 100%;
    overflow: hidden;
}

.background-video-in-header {
    width: 100%;
    height: 100%;
}

.section-bg-video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}


.video-in-header .tittles-in-header,
.image-in-header .tittles-in-header {
    position: relative;
    z-index: 2;
    padding-top: 115px;
    text-align: center;
}

.video-in-header.shop-main .tittles-in-header {
    padding-top: 110px;
}

.all-together.video-in-header .tittles-in-header {
    padding-top: 135px;
}

.face-ru.video-in-header .tittles-in-header,
.face-en.video-in-header .tittles-in-header,
.face-ua.video-in-header .tittles-in-header {
    padding-top: 120px;
}

.face-ru.video-in-header .main-tittle-in-header svg,
.face-en.video-in-header .main-tittle-in-header svg,
.face-ua.video-in-header .main-tittle-in-header svg {
    height: 85px;
}

.oral-care-ru.video-in-header .tittles-in-header,
.oral-care-en.video-in-header .tittles-in-header,
.oral-care-ua.video-in-header .tittles-in-header {
    padding-top: 130px;
}

.oral-care-ru.video-in-header .main-tittle-in-header svg,
.oral-care-en.video-in-header .main-tittle-in-header svg,
.oral-care-ua.video-in-header .main-tittle-in-header svg {
    height: 70px;
}

.face-ru.video-in-header .second-tittle-in-header,
.face-en.video-in-header .second-tittle-in-header {
    margin-top: 5px;
}

.pure-oils-en.video-in-header .tittles-in-header {
    padding-top: 122px;
}

.pure-oils-ru.video-in-header .tittles-in-header,
.pure-oils-ua.video-in-header .tittles-in-header {
    padding-top: 118px;
}

.pure-oils-ru.video-in-header .main-tittle-in-header svg,
.pure-oils-ua.video-in-header .main-tittle-in-header svg,
.pure-oils-en.video-in-header .main-tittle-in-header svg {
    height: 80px;
}

.cosmetics-sets-en.video-in-header .tittles-in-header {
    padding-top: 140px;
}

.cosmetics-sets-ru.video-in-header .tittles-in-header {
    padding-top: 118px;
}

.cosmetics-sets-ru.video-in-header .tittles-in-header .second-tittle-in-header {
    margin-top: 8px;
}

.cosmetics-sets-ru.video-in-header .main-tittle-in-header svg {
    height: 80px;
}

.cosmetics-sets-en.video-in-header .main-tittle-in-header svg {
    height: 60px;
}

.cosmetics-sets-ru.video-in-header .tittles-in-header .second-tittle-in-header svg {
    height: 50px;
}

.new-products.video-in-header .tittles-in-header {
    padding-top: 134px;
}

.new-products.video-in-header .main-tittle-in-header svg {
    height: 65px;
}

.accessories.video-in-header .tittles-in-header {
    padding-top: 134px;
}

.accessories.video-in-header .main-tittle-in-header svg {
    height: 70px;
}

.all-together.video-in-header .main-tittle-in-header svg {
    height: 60px;
}

.factory-header.video-in-header .tittles-in-header {
    padding-top: 108px;
}

.factory-header.video-in-header .main-tittle-in-header svg {
    height: 80px;
}

.gymnastics-ru.video-in-header .tittles-in-header,
.gymnastics-en.video-in-header .tittles-in-header {
    padding-top: 116px;
}

.gymnastics-ru.video-in-header .main-tittle-in-header svg,
.gymnastics-en.video-in-header .main-tittle-in-header svg {
    height: 70px;
}

.manufacturing-en.video-in-header .tittles-in-header {
    padding-top: 114px;
}

.manufacturing-ru.video-in-header .tittles-in-header {
    padding-top: 116px;
}

.manufacturing-ru.video-in-header .main-tittle-in-header svg {
    height: 70px;
}

.manufacturing-en.video-in-header .main-tittle-in-header svg {
    height: 80px;
}

.manufacturing-en.video-in-header .second-tittle-in-header,
.manufacturing-ru.video-in-header .second-tittle-in-header {
    margin-top: 5px;
}

.kids-ru.video-in-header .second-tittle-in-header svg {
    height: 25px;
}

.pure-oils-en.video-in-header .second-tittle-in-header svg {
    height: 30px;
}

.articles-en.video-in-header .tittles-in-header {
    padding-top: 112px;
}

.articles-ru.video-in-header .tittles-in-header {
    padding-top: 116px;
}

.articles-ru.video-in-header .main-tittle-in-header svg {
    height: 70px;
}

.articles-en.video-in-header .main-tittle-in-header svg {
    height: 80px;
}

.faq.video-in-header .tittles-in-header {
    padding-top: 112px;
}

.faq.video-in-header .main-tittle-in-header svg {
    height: 80px;
}

.contact-header.video-in-header .tittles-in-header,
.delivery-header.video-in-header .tittles-in-header {
    padding-top: 114px;
}

.contact-header.video-in-header .main-tittle-in-header svg,
.delivery-header.video-in-header .main-tittle-in-header svg {
    height: 80px;
}

.first-tittle-in-header {
    margin-top: -24px;
    margin-bottom: 10px;
}

.skin-1-article-header .first-tittle-in-header,
.skin-2-article-header .first-tittle-in-header,
.skin-3-article-header .first-tittle-in-header,
.scrubs-article-header .first-tittle-in-header {
    margin-top: -10px;
}

.second-tittle-in-header {
    margin-top: 5px;
}

.video-in-header.height-300 .tittles-in-header.single-title,
.image-in-header.height-300 .tittles-in-header.single-title {
    padding-top: 139px;
}

.video-in-header .tittles-in-header.single-title,
.image-in-header .tittles-in-header.single-title {
    padding-top: 180px;
}

.main-tittle-in-header svg {
    height: 50px;
}

.shop-main .main-tittle-in-header svg {
    height: 140px;
    margin-top: -23px;
}

.shop-main .main-tittle-in-header svg #letter1,
.shop-main .main-tittle-in-header svg #letter2 {
    stroke-width: 0.5;
}

.shop-main .main-tittle-in-header svg #letter3 {
    stroke-width: 0.3;
}

.main-tittle-in-header svg,
.first-tittle-in-header svg,
.second-tittle-in-header svg {
    height: 40px;
    fill: #FFF;
}

.skin-3-article-header .main-tittle-in-header svg,
.skin-2-article-header .main-tittle-in-header svg,
.skin-1-article-header .main-tittle-in-header svg,
.scrubs-article-header .main-tittle-in-header svg {
    margin-top: -24px;
}

.skin-3-article-header .first-tittle-in-header svg,
.skin-2-article-header .first-tittle-in-header svg,
.skin-1-article-header .first-tittle-in-header svg,
.scrubs-article-header .first-tittle-in-header svg {
    margin-top: 24px;
    height: 34px;
}

.skin-3-article-header .second-tittle-in-header svg,
.skin-2-article-header .second-tittle-in-header svg,
.skin-1-article-header .second-tittle-in-header svg {
    height: 28px;
    margin-top: 0;
}

.scrubs-article-header .second-tittle-in-header svg {
    height: 28px;
    margin-top: -16px;
}

.shop-main .second-tittle-in-header {
    margin-top: 0px;
}

.shop-main .second-tittle-in-header.ru {
    margin-top: 5px;
}

.shop-main .first-tittle-in-header svg,
.shop-main .second-tittle-in-header svg {
    height: 35px;
    fill: #FFF;
}

.video-in-header.hair-ru .tittles-in-header,
.image-in-header .tittles-in-header,
.video-in-header.hair-en .tittles-in-header,
.image-in-header .tittles-in-header {
    padding-top: 112px;
}

.video-in-header.hair-ru .main-tittle-in-header svg,
.video-in-header.hair-en .main-tittle-in-header svg {
    height: 80px;
}

.video-in-header.hair-en .first-tittle-in-header svg {
    height: 45px;
    margin-bottom: -8px;
    margin-top: 5px;
}

.video-in-header.hair-en .second-tittle-in-header svg {
    height: 26px;
}

.video-in-header.hair-ru .first-tittle-in-header svg {
    height: 40px;
    margin-bottom: -8px;
    margin-top: 10px;
}

.video-in-header.hair-ru .second-tittle-in-header svg {
    height: 26px;
}

.video-in-header.kids .tittles-in-header,
.image-in-header .tittles-in-header {
    padding-top: 132px;
}

.video-in-header.kids .main-tittle-in-header svg {
    height: 80px;
}

.ingredients-header.video-in-header .tittles-in-header {
    padding-top: 115px;
}

.ingredients-header .main-tittle-in-header svg {
    height: 70px;
}

.ingredients-header .second-tittle-in-header svg {
    height: 35px;
}

.video-in-header.master-class-header .tittles-in-header {
    padding-top: 120px;
}

.master-class-header .main-tittle-in-header svg {
    height: 65px;
}

.master-class-header .second-tittle-in-header svg {
    height: 35px;
}

.eo-2-article-header .first-tittle-in-header {
    margin-top: -6px;
    margin-bottom: 6px;
}

.eo-2-article-header .second-tittle-in-header svg {
    height: 25px;
}

.video-in-header.hair-ua .tittles-in-header {
    padding-top: 125px;
}

.video-in-header.hair-ua .tittles-in-header .first-tittle-in-header {
    margin-top: -24px;
    margin-bottom: 0px;
}

.video-in-header.hair-ua .main-tittle-in-header svg {
    height: 70px;
}

.image-in-header.wish-list-header .main-tittle-in-header svg {
    height: 80px;
}

.image-in-header.wish-list-header .tittles-in-header {
    padding-top: 108px;
}

.awo-coupon-header.video-in-header .tittles-in-header {
    padding-top: 105px;
}

.awo-coupon-header .main-tittle-in-header svg {
    height: 80px;
}

.awo-coupon-header .second-tittle-in-header svg {
    height: 40px;
}


.gmp-wrap-right {
    float: right;
    width: 150px;
    -webkit-shape-outside: url(images/gmp.svg);
    shape-outside: url(images/gmp.svg);
    shape-margin: 20px;
    margin-right: 0%;
    margin-bottom: 20px;
    margin-top: 20px;
}

@media (max-width: 640px) {
    .com-contact.contact {
        flex-direction: column;
    }

    .cosmetics-sets-en.video-in-header .tittles-in-header {
        padding-top: 152px;
    }

    .cosmetics-sets-en.video-in-header .main-tittle-in-header svg {
        height: 50px;
    }

    .new-products.video-in-header .tittles-in-header {
        padding-top: 138px;
    }

    .new-products.video-in-header .main-tittle-in-header svg {
        height: 50px;
    }

    .accessories.video-in-header .tittles-in-header {
        padding-top: 138px;
    }

    .accessories.video-in-header .main-tittle-in-header svg {
        height: 60px;
    }

    .all-together.video-in-header .tittles-in-header {
        padding-top: 135px;
    }

    .all-together.video-in-header .main-tittle-in-header svg {
        height: 50px;
    }

    .video-in-header.hair-ru .tittles-in-header,
    .video-in-header.hair-en .tittles-in-header {
        padding-top: 120px;
    }

    .video-in-header.hair-ru .main-tittle-in-header svg,
    .video-in-header.hair-en .main-tittle-in-header svg {
        height: 70px;
    }

    .video-in-header.hair-ua .tittles-in-header {
        padding-top: 130px;
    }

    .video-in-header.hair-ua .tittles-in-header .first-tittle-in-header {
        margin-top: -24px;
        margin-bottom: 0px;
    }

    .video-in-header.hair-ua .tittles-in-header .first-tittle-in-header svg,
    .video-in-header.hair-ua .tittles-in-header .second-tittle-in-header svg {
        height: 35px;
    }

    .video-in-header.hair-ua .main-tittle-in-header svg {
        height: 65px;
    }

    .ingredients-header .main-tittle-in-header svg {
        height: 60px;
    }

    .factory-header.video-in-header .tittles-in-header {
        padding-top: 114px;
    }

    .factory-header.video-in-header .main-tittle-in-header svg {
        height: 70px;
    }

    .gymnastics-ru.video-in-header .tittles-in-header,
    .gymnastics-en.video-in-header .tittles-in-header {
        padding-top: 124px;
    }

    .gymnastics-ru.video-in-header .main-tittle-in-header svg,
    .gymnastics-en.video-in-header .main-tittle-in-header svg {
        height: 60px;
    }

    .manufacturing-en.video-in-header .tittles-in-header {
        padding-top: 120px;
    }

    .manufacturing-ru.video-in-header .tittles-in-header {
        padding-top: 122px;
    }

    .manufacturing-ru.video-in-header .main-tittle-in-header svg {
        height: 55px;
    }

    .manufacturing-en.video-in-header .main-tittle-in-header svg {
        height: 65px;
    }

    .articles-en.video-in-header .tittles-in-header {
        padding-top: 116px;
    }

    .articles-ru.video-in-header .tittles-in-header {
        padding-top: 120px;
    }

    .articles-ru.video-in-header .main-tittle-in-header svg {
        height: 65px;
    }

    .articles-en.video-in-header .main-tittle-in-header svg {
        height: 70px;
    }

    .faq.video-in-header .tittles-in-header {
        padding-top: 116px;
    }

    .faq.video-in-header .main-tittle-in-header svg {
        height: 70px;
    }

    .contact-header.video-in-header .tittles-in-header,
    .delivery-header.video-in-header .tittles-in-header {
        padding-top: 120px;
    }

    .contact-header.video-in-header .main-tittle-in-header svg,
    .delivery-header.video-in-header .main-tittle-in-header svg {
        height: 70px;
    }

    .ingredients-header.video-in-header .tittles-in-header {
        padding-top: 125px;
    }

    .face-ua.video-in-header .tittles-in-header {
        padding-top: 125px;
    }

    .face-ua.video-in-header .main-tittle-in-header svg {
        height: 70px;
    }

    .face-ua.video-in-header .second-tittle-in-header svg {
        height: 35px;
        margin-top: 10px !important;
    }

    .image-in-header.wish-list-header .main-tittle-in-header svg {
        height: 70px;
    }

    .image-in-header.wish-list-header .tittles-in-header {
        padding-top: 110px;
    }

    .awo-coupon-header.video-in-header .tittles-in-header {
        padding-top: 120px;
    }

    .awo-coupon-header .main-tittle-in-header svg {
        height: 55px;
    }

    .awo-coupon-header .second-tittle-in-header svg {
        height: 40px;
    }

    .video-in-header.master-class-header .tittles-in-header {
        padding-top: 130px;
    }

    .master-class-header .main-tittle-in-header svg {
        height: 50px;
    }
}

@media (max-width: 527px) {
    .new-products .main-tittle-in-header svg {
        height: 45px;
    }

    .image-in-header.affiliate-program-header .main-tittle-in-header svg {
        height: 50px;
    }

    .image-in-header.affiliate-program-header .tittles-in-header {
        padding-top: 124px;
    }

    .video-in-header.hair-ru .tittles-in-header,
    .video-in-header.hair-en .tittles-in-header {
        padding-top: 114px;
    }

    .hair-ru .main-tittle-in-header svg,
    .hair-en .main-tittle-in-header svg {
        height: 70px;
    }

    .video-in-header.hair-ua .tittles-in-header {
        padding-top: 135px;
    }

    .video-in-header.hair-ua .tittles-in-header .first-tittle-in-header svg,
    .video-in-header.hair-ua .tittles-in-header .second-tittle-in-header svg {
        height: 30px;
    }

    .video-in-header.hair-ua .main-tittle-in-header svg {
        height: 60px;
    }


    .oral-care-ru.video-in-header .main-tittle-in-header svg,
    .oral-care-en.video-in-header .main-tittle-in-header svg,
    .oral-care-ua.video-in-header .main-tittle-in-header svg {
        height: 60px;
    }

    .oral-care-ua.video-in-header .main-tittle-in-header svg {
        height: 60px;
    }

    .video-in-header.kids .tittles-in-header,
    .image-in-header .tittles-in-header {
        padding-top: 124px;
    }

    .video-in-header.kids .main-tittle-in-header svg {
        height: 75px;
    }

    .pure-oils-en.video-in-header .tittles-in-header {
        padding-top: 122px;
    }

    .pure-oils-ru.video-in-header .tittles-in-header,
    .pure-oils-ua.video-in-header .tittles-in-header {
        padding-top: 120px;
    }

    .pure-oils-ru.video-in-header .main-tittle-in-header svg,
    .pure-oils-en.video-in-header .main-tittle-in-header svg,
    .pure-oils-ua.video-in-header .main-tittle-in-header svg {
        height: 70px;
    }

    .cosmetics-sets-en.video-in-header .tittles-in-header {
        padding-top: 150px;
    }

    .cosmetics-sets-ru.video-in-header .tittles-in-header {
        padding-top: 124px;
    }

    .cosmetics-sets-ru.video-in-header .main-tittle-in-header svg {
        height: 70px;
    }

    .cosmetics-sets-en.video-in-header .main-tittle-in-header svg {
        height: 40px;
    }

    .cosmetics-sets-ru.video-in-header .tittles-in-header .second-tittle-in-header svg {
        height: 43px;
    }

    .new-products.video-in-header .tittles-in-header {
        padding-top: 140px;
    }

    .new-products.video-in-header .main-tittle-in-header svg {
        height: 45px;
    }

    .accessories.video-in-header .tittles-in-header {
        padding-top: 142px;
    }

    .accessories.video-in-header .main-tittle-in-header svg {
        height: 50px;
    }

    .all-together.video-in-header .tittles-in-header {
        padding-top: 140px;
    }

    .all-together.video-in-header .main-tittle-in-header svg {
        height: 45px;
    }

    .all-together.video-in-header .second-tittle-in-header svg {
        height: 35px;
    }

    .video-in-header.hair-ru .tittles-in-header,
    .video-in-header.hair-en .tittles-in-header {
        padding-top: 122px;
    }

    .video-in-header.hair-ru .main-tittle-in-header svg,
    .video-in-header.hair-en .main-tittle-in-header svg {
        height: 60px;
    }

    .ingredients-header .main-tittle-in-header svg {
        height: 50px;
    }

    .factory-header.video-in-header .tittles-in-header {
        padding-top: 118px;
    }

    .factory-header.video-in-header .main-tittle-in-header svg {
        height: 60px;
    }

    .gymnastics-ru.video-in-header .tittles-in-header,
    .gymnastics-en.video-in-header .tittles-in-header {
        padding-top: 130px;
    }

    .gymnastics-ru.video-in-header .main-tittle-in-header svg,
    .gymnastics-en.video-in-header .main-tittle-in-header svg {
        height: 50px;
    }

    .manufacturing-en.video-in-header .tittles-in-header {
        padding-top: 126px;
    }

    .manufacturing-ru.video-in-header .tittles-in-header {
        padding-top: 128px;
    }

    .manufacturing-ru.video-in-header .main-tittle-in-header svg {
        height: 45px;
    }

    .manufacturing-en.video-in-header .main-tittle-in-header svg {
        height: 55px;
    }

    .articles-en.video-in-header .tittles-in-header {
        padding-top: 120px;
    }

    .articles-ru.video-in-header .tittles-in-header {
        padding-top: 122px;
    }

    .articles-ru.video-in-header .main-tittle-in-header svg {
        height: 65px;
    }

    .articles-en.video-in-header .main-tittle-in-header svg {
        height: 65px;
    }

    .contact-header.video-in-header .tittles-in-header,
    .delivery-header.video-in-header .tittles-in-header {
        padding-top: 122px;
    }

    .contact-header.video-in-header .main-tittle-in-header svg,
    .delivery-header.video-in-header .main-tittle-in-header svg {
        height: 65px;
    }

    .ingredients-header.video-in-header .tittles-in-header {
        padding-top: 130px;
    }

    .face-ua.video-in-header .tittles-in-header {
        padding-top: 130px;
    }

    .face-ua.video-in-header .main-tittle-in-header svg {
        height: 60px;
    }

    .face-ua.video-in-header .second-tittle-in-header svg {
        height: 30px;
    }

    .image-in-header.wish-list-header .main-tittle-in-header svg {
        height: 65px;
    }

    .image-in-header.wish-list-header .tittles-in-header {
        padding-top: 112px;
    }

    .awo-coupon-header.video-in-header .tittles-in-header {
        padding-top: 125px;
    }

    .awo-coupon-header .main-tittle-in-header svg {
        height: 50px;
    }

    .awo-coupon-header .second-tittle-in-header svg {
        height: 35px;
    }

    .video-in-header.master-class-header .tittles-in-header {
        padding-top: 135px;
    }

    .master-class-header .main-tittle-in-header svg {
        height: 45px;
    }

    .skin-1-article-header .first-tittle-in-header,
    .skin-2-article-header .first-tittle-in-header,
    .skin-3-article-header .first-tittle-in-header,
    .scrubs-article-header .first-tittle-in-header {
        margin-top: 0;
    }
}

@media (max-width: 440px) {

    .skin-1-article-header .first-tittle-in-header,
    .skin-2-article-header .first-tittle-in-header,
    .skin-3-article-header .first-tittle-in-header,
    .scrubs-article-header .first-tittle-in-header {
        margin-top: -4px;
    }

    .body-butter-article-header .second-tittle-in-header svg {
        height: 35px;
    }

    .new-products .main-tittle-in-header svg {
        height: 45px;
    }

    .new-products .second-tittle-in-header svg {
        height: 35px;
    }

    .image-in-header.affiliate-program-header .main-tittle-in-header svg {
        height: 45px;
    }

    .video-in-header.hair-ru .tittles-in-header,
    .video-in-header.hair-en .tittles-in-header {
        padding-top: 118px;
    }

    .hair-ru .main-tittle-in-header svg,
    .hair-en .main-tittle-in-header svg {
        height: 65px;
    }

    .oral-care-ru.video-in-header .tittles-in-header,
    .oral-care-en.video-in-header .tittles-in-header {
        padding-top: 132px;
    }

    .oral-care-ru.video-in-header .main-tittle-in-header svg,
    .oral-care-en.video-in-header .main-tittle-in-header svg {
        height: 55px;
    }

    .video-in-header.kids .tittles-in-header,
    .image-in-header .tittles-in-header {
        padding-top: 134px;
    }

    .video-in-header.kids .main-tittle-in-header svg {
        height: 65px;
    }

    .pure-oils-en.video-in-header .tittles-in-header {
        padding-top: 136px;
    }

    .pure-oils-ru.video-in-header .tittles-in-header,
    .pure-oils-ua.video-in-header .tittles-in-header {
        padding-top: 134px;
    }

    .pure-oils-ru.video-in-header .main-tittle-in-header svg,
    .pure-oils-en.video-in-header .main-tittle-in-header svg,
    .pure-oils-ua.video-in-header .main-tittle-in-header svg {
        height: 60px;
    }

    .cosmetics-sets-en.video-in-header .tittles-in-header {
        padding-top: 144px;
    }

    .cosmetics-sets-ru.video-in-header .tittles-in-header {
        padding-top: 144px;
    }

    .cosmetics-sets-ru.video-in-header .main-tittle-in-header svg {
        height: 60px;
    }

    .cosmetics-sets-en.video-in-header .main-tittle-in-header svg {
        height: 35px;
    }

    .cosmetics-sets-ru.video-in-header .tittles-in-header .second-tittle-in-header svg {
        height: 37px;
    }

    .new-products.video-in-header .tittles-in-header {
        padding-top: 146px;
    }

    .new-products.video-in-header .main-tittle-in-header svg {
        height: 40px;
    }

    .accessories.video-in-header .tittles-in-header {
        padding-top: 144px;
    }

    .accessories.video-in-header .main-tittle-in-header svg {
        height: 45px;
    }

    .all-together.video-in-header .tittles-in-header {
        padding-top: 145px;
    }

    .all-together.video-in-header .main-tittle-in-header svg {
        height: 40px;
    }

    .all-together.video-in-header .second-tittle-in-header svg {
        height: 30px;
    }

    .video-in-header.hair-ru .tittles-in-header,
    .video-in-header.hair-en .tittles-in-header {
        padding-top: 128px;
    }

    .video-in-header.hair-ru .main-tittle-in-header svg,
    .video-in-header.hair-en .main-tittle-in-header svg {
        height: 55px;
    }

    .video-in-header.hair-ua .tittles-in-header {
        padding-top: 140px;
    }

    .video-in-header.hair-ua .tittles-in-header .first-tittle-in-header svg,
    .video-in-header.hair-ua .tittles-in-header .second-tittle-in-header svg {
        height: 28px;
    }

    .video-in-header.hair-ua .main-tittle-in-header svg {
        height: 50px;
    }

    .ingredients-header .main-tittle-in-header svg {
        height: 45px;
    }

    .gymnastics-ru.video-in-header .tittles-in-header,
    .gymnastics-en.video-in-header .tittles-in-header {
        padding-top: 132px;
    }

    .gymnastics-ru.video-in-header .main-tittle-in-header svg,
    .gymnastics-en.video-in-header .main-tittle-in-header svg {
        height: 45px;
    }

    .manufacturing-en.video-in-header .tittles-in-header {
        padding-top: 128px;
    }

    .manufacturing-ru.video-in-header .tittles-in-header {
        padding-top: 130px;
    }

    .manufacturing-ru.video-in-header .main-tittle-in-header svg {
        height: 40px;
    }

    .manufacturing-en.video-in-header .main-tittle-in-header svg {
        height: 50px;
    }

    .articles-en.video-in-header .tittles-in-header {
        padding-top: 120px;
    }

    .articles-ru.video-in-header .tittles-in-header {
        padding-top: 122px;
    }

    .articles-ru.video-in-header .main-tittle-in-header svg {
        height: 65px;
    }

    .articles-en.video-in-header .main-tittle-in-header svg {
        height: 65px;
    }

    .faq.video-in-header .tittles-in-header {
        padding-top: 118px;
    }

    .faq.video-in-header .main-tittle-in-header svg {
        height: 65px;
    }

    .contact-header.video-in-header .tittles-in-header,
    .delivery-header.video-in-header .tittles-in-header {
        padding-top: 126px;
    }

    .contact-header.video-in-header .main-tittle-in-header svg,
    .delivery-header.video-in-header .main-tittle-in-header svg {
        height: 55px;
    }

    .ingredients-header.video-in-header .tittles-in-header {
        padding-top: 135px;
    }

    .image-in-header.wish-list-header .main-tittle-in-header svg {
        height: 60px;
    }

    .image-in-header.wish-list-header .tittles-in-header {
        padding-top: 116px;
    }

    .awo-coupon-header.video-in-header .tittles-in-header {
        padding-top: 130px;
    }

    .awo-coupon-header .main-tittle-in-header svg {
        height: 45px;
    }

    .awo-coupon-header .second-tittle-in-header svg {
        height: 30px;
    }

    .video-in-header.master-class-header .tittles-in-header {
        padding-top: 140px;
    }

    .master-class-header .main-tittle-in-header svg {
        height: 40px;
    }
}

@media (max-width: 396px) {
    .new-products .main-tittle-in-header svg {
        height: 35px;
    }

    .image-in-header.affiliate-program-header .main-tittle-in-header svg {
        height: 40px;
    }

    .oral-care-ru.video-in-header .tittles-in-header,
    .oral-care-en.video-in-header .tittles-in-header {
        padding-top: 134px;
    }

    .oral-care-ru.video-in-header .main-tittle-in-header svg,
    .oral-care-en.video-in-header .main-tittle-in-header svg {
        height: 50px;
    }

    .video-in-header.kids .tittles-in-header,
    .image-in-header .tittles-in-header {
        padding-top: 136px;
    }

    .video-in-header.kids .main-tittle-in-header svg {
        height: 60px;
    }

    .video-in-header.kids .second-tittle-in-header svg {
        height: 35px;
    }

    .video-in-header.kids-ru .second-tittle-in-header svg {
        height: 20px;
    }

    .pure-oils-en.video-in-header .tittles-in-header {
        padding-top: 130px;
    }

    .pure-oils-ru.video-in-header .tittles-in-header,
    .pure-oils-ua.video-in-header .tittles-in-header {
        padding-top: 126px;
    }

    .pure-oils-ru.video-in-header .main-tittle-in-header svg,
    .pure-oils-en.video-in-header .main-tittle-in-header svg,
    .pure-oils-ua.video-in-header .main-tittle-in-header svg {
        height: 50px;
    }

    .cosmetics-sets-en.video-in-header .tittles-in-header {
        padding-top: 145px;
    }

    .cosmetics-sets-ru.video-in-header .tittles-in-header {
        padding-top: 138px;
    }

    .cosmetics-sets-ru.video-in-header .main-tittle-in-header svg {
        height: 55px;
    }

    .cosmetics-sets-en.video-in-header .main-tittle-in-header svg {
        height: 33px;
    }

    .cosmetics-sets-ru.video-in-header .tittles-in-header .second-tittle-in-header svg {
        height: 34px;
    }

    .new-products.video-in-header .tittles-in-header {
        padding-top: 140px;
    }

    .new-products.video-in-header .main-tittle-in-header svg {
        height: 35px;
    }

    .accessories.video-in-header .tittles-in-header {
        padding-top: 144px;
    }

    .accessories.video-in-header .main-tittle-in-header svg {
        height: 40px;
    }

    .accessories.video-in-header .second-tittle-in-header svg {
        height: 35px;
    }

    .all-together.video-in-header .tittles-in-header {
        padding-top: 145px;
    }

    .all-together.video-in-header .main-tittle-in-header svg {
        height: 40px;
    }

    .all-together.video-in-header .second-tittle-in-header svg {
        height: 30px;
    }

    .ingredients-header .main-tittle-in-header svg {
        height: 40px;
    }

    .factory-header.video-in-header .tittles-in-header {
        padding-top: 122px;
    }

    .factory-header.video-in-header .main-tittle-in-header svg {
        height: 55px;
    }

    .gymnastics-ru.video-in-header .tittles-in-header,
    .gymnastics-en.video-in-header .tittles-in-header {
        padding-top: 136px;
    }

    .gymnastics-ru.video-in-header .main-tittle-in-header svg,
    .gymnastics-en.video-in-header .main-tittle-in-header svg {
        height: 40px;
    }

    .manufacturing-en.video-in-header .tittles-in-header {
        padding-top: 130px;
    }

    .manufacturing-ru.video-in-header .tittles-in-header {
        padding-top: 134px;
    }

    .manufacturing-ru.video-in-header .main-tittle-in-header svg {
        height: 35px;
    }

    .manufacturing-en.video-in-header .main-tittle-in-header svg {
        height: 45px;
    }

    .contact-header.video-in-header .tittles-in-header,
    .delivery-header.video-in-header .tittles-in-header {
        padding-top: 128px;
    }

    .contact-header.video-in-header .main-tittle-in-header svg,
    .delivery-header.video-in-header .main-tittle-in-header svg {
        height: 50px;
    }

    .clove-article-header .second-tittle-in-header svg {
        height: 35px;
    }

    .face-ua.video-in-header .tittles-in-header {
        padding-top: 135px;
    }

    .face-ua.video-in-header .main-tittle-in-header svg {
        height: 55px;
    }

    .image-in-header.wish-list-header .main-tittle-in-header svg {
        height: 55px;
    }

    .image-in-header.wish-list-header .tittles-in-header {
        padding-top: 118px;
    }

    .awo-coupon-header.video-in-header .tittles-in-header {
        padding-top: 135px;
    }

    .awo-coupon-header .main-tittle-in-header svg {
        height: 40px;
    }

    .awo-coupon-header .second-tittle-in-header svg {
        height: 30px;
    }

    .video-in-header.master-class-header .tittles-in-header {
        padding-top: 145px;
    }

    .master-class-header .main-tittle-in-header svg {
        height: 35px;
    }

    .body-butter-article-header .second-tittle-in-header svg {
        height: 30px;
    }
}

/* VIDEO/IMAGE IN HEADER END */

/* WAVES IN HEADER START */
.waves-svg-in-header {
    display: none;
}

@media (width <=420px) {
    body.wrapper-fluid header>.grid-child {
        padding-left: 4px;
        padding-right: 0;
    }

    .container-header .container-nav .container-search {
        width: 80px;
        margin-right: 0;
    }

    .container-header .container-nav::before {
        margin-left: 10px;
    }

    .searchsearch-in-header {
        max-width: 100%;
    }
}

.header {
    transition: none !important;
    top: 0;
    z-index: 3;
    opacity: 1;
    position: relative !important;
    animation: fadeIn 0.3s ease-in 0.2s forwards;
    opacity: 0;
}

.custom-sticky-class.container-header .container-nav {
    padding-top: 6px;
    padding-bottom: 7px;
}

.custom-sticky-class {
    background-color: rgba(47, 59, 82, 0.95);
    height: 54px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.4);
    position: fixed !important;
    top: 0;
    width: 100%;
    z-index: 1021;
    animation: dropDown 0.8s cubic-bezier(0.25, 0.8, 0.25, 1) forwards;
}

.custom-sticky-class:before {}

@keyframes dropDown {
    from {
        top: -100%;
        opacity: 0;
    }

    to {
        top: 0;
        opacity: 1;
    }
}

.header.sliding-up {
    animation: slideUp 0.8s cubic-bezier(0.25, 0.8, 0.25, 1) forwards;
}

@keyframes slideUp {
    from {
        top: 0;
        opacity: 1;
    }

    to {
        top: -100%;
        opacity: 0;
    }
}

@media (max-width: 991.98px) {

    .header,
    .custom-sticky-class {
        width: 100% !important;
        left: 0;
    }

    .header .mod-menu {
        position: relative;
        width: 100%;
    }

    .header .navbar-collapse {
        z-index: 10001;
    }
}

/* FOOTER WAVES START */
.footer {
    background-color: #1f2029;
    overflow-x: hidden;
    background-image: none;
}

body.wrapper-fluid footer>.grid-child {
    padding: 0;
}

body.wrapper-fluid footer>.grid-child .mod-custom {
    width: 100%;
}

#sp-footer .inner-header svg {
    display: none;
}

#sp-footer .inner-header h1 {
    font-weight: 500;
    letter-spacing: 2px;
    font-size: 1.2em;
    margin-bottom: -0.3em;
    display: none;
}

#sp-footer p {
    letter-spacing: 1px;
    font-size: 1em;

    margin-bottom: -0.4em;
}

#sp-footer .footer-header {
    position: relative;
    text-align: center;
    background: linear-gradient(180deg, rgb(100% 100% 100%) 0%, rgb(99.778% 99.672% 99.824%) 6.25%, rgb(99.112% 98.689% 99.295%) 12.5%, rgb(98.001% 97.05% 98.415%) 18.75%, rgb(96.446% 94.755% 97.181%) 25%, rgb(94.447% 91.805% 95.596%) 31.25%, rgb(92.004% 88.199% 93.658%) 37.5%, rgb(89.116% 83.937% 91.368%) 43.75%, rgb(85.784% 79.02% 88.725%) 50%, rgb(82.008% 73.447% 85.731%) 56.25%, rgb(77.788% 67.218% 82.384%) 62.5%, rgb(73.123% 60.334% 78.684%) 68.75%, rgb(68.015% 52.794% 74.632%) 75%, rgb(62.462% 44.599% 70.228%) 81.25%, rgb(56.464% 35.748% 65.472%) 87.5%, rgb(50.023% 26.241% 60.363%) 93.75%, rgb(43.137% 16.078% 54.902%) 100%);
    color: white;
}

#sp-footer .logo {
    fill: white;
    padding-right: 15px;
    display: inline-block;
    vertical-align: middle;
}

#sp-footer .inner-header {
    height: 20vh;
    width: 100%;
    margin: 0;
    padding: 0;
    padding-top: 10em;
}

#sp-footer .flex,
.flex {
    /*Flexbox for containers*/
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}

.just-be-healthy .flex {
    flex-direction: column;
}

#sp-footer .waves {
    position: relative;
    width: 100%;
    height: 15vh;
    margin-bottom: -7px;
    /*Fix for safari gap*/
    min-height: 100px;
    max-height: 150px;
}

.shadow-title {
    font-family: 'Oswald', sans-serif;
    position: fixed;
    bottom: -10px;
    left: -100%;
    width: 300%;
    text-align: center;
    font-size: 16vw;
    letter-spacing: -6px;
    line-height: 1;
    color: rgba(200, 200, 200, .1);
    background: linear-gradient(rgba(200, 200, 200, 0), rgba(200, 200, 200, 0.07));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-weight: 900;
    z-index: 1;
}

.about-us-header.video-in-header .tittles-in-header {
    padding-top: 100px;
}

.about-us-header .scrolling-text,
.shadow-title .scrolling-text {
    overflow: hidden;
    width: 100%;
    height: 130px;
    display: flex;
    align-items: center;
    animation: fadeIn 0.5s ease-in 0.6s forwards;
    opacity: 0;
}

.about-us-header .scrolling-text .rail,
.shadow-title .scrolling-text .rail {
    display: flex;
}

.about-us-header .scrolling-text .rail h4,
.shadow-title .scrolling-text .rail h4 {
    color: rgba(110, 41, 140, 1);
    white-space: nowrap;
    font-size: 90px;
    font-weight: 900;
    font-family: inherit;
    letter-spacing: 2px;
    line-height: 1em;
    margin: 0 30px 0 0;
    text-shadow:
        -1px -1px 0 #fff,
        1px -1px 0 #fff,
        -1px 1px 0 #fff,
        1px 1px 0 #fff;
}

.shadow-title .scrolling-text .rail h4 {
    color: rgba(110, 41, 140, 1);
    white-space: nowrap;
    display: inline-block;
    font-weight: 900;
    font-family: inherit;
    letter-spacing: 2px;
    line-height: 1em;
    margin: 0 30px 0 0;
    font-size: 9vw;
    color: rgba(110, 41, 140, 0.1);
    background: linear-gradient(rgba(110, 41, 140, 0), rgba(110, 41, 140, 0.2));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-weight: 900;
    text-transform: uppercase;
    text-shadow: none;
}

.video-in-header,
.tittles-in-header {
    width: 100%;
    max-width: none;
    overflow: hidden;
}

#sp-footer .content {
    display: flex;
    gap: 10px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: relative;
    height: 10vh;
    text-align: center;
    background-color: #f9f9f9;
}

#sp-footer .social-links {
    display: flex;
    justify-content: center;
    align-items: center;
    align-content: center;
    gap: 10px;
}

#sp-footer .social-links a img {
    height: 40px;
    transition: transform .5s cubic-bezier(.165, .84, .44, 1);
}

#sp-footer .social-links a img:hover {
    transform: scale(1.05);
}

#sp-footer .content .since {
    animation: fadeIn 0.5s ease-in 0.6s forwards;
    opacity: 0;
}

#sp-footer .content .since h3 {

    font-style: italic;
}

@keyframes fadeIn {
    to {
        opacity: 1;
    }
}

.error_site #sp-footer .social-links a img {
    display: none;
}

/* Animation */

#sp-footer .parallax>use {
    animation: move-forever 25s cubic-bezier(.55, .5, .45, .5) infinite;
}

#sp-footer .parallax>use:nth-child(1) {
    animation-delay: -2s;
    animation-duration: 7s;
}

#sp-footer .parallax>use:nth-child(2) {
    animation-delay: -3s;
    animation-duration: 10s;
}

#sp-footer .parallax>use:nth-child(3) {
    animation-delay: -4s;
    animation-duration: 13s;
}

#sp-footer .parallax>use:nth-child(4) {
    animation-delay: -5s;
    animation-duration: 20s;
}

@keyframes move-forever {
    0% {
        transform: translate3d(-90px, 0, 0);
    }

    100% {
        transform: translate3d(85px, 0, 0);
    }
}

/*Shrinking for mobile*/
@media (max-width: 768px) {
    .custom-sticky-class.container-header .container-nav {
        padding-top: 9px;
    }

    .container-header .container-nav::before {
        width: 146px;
    }

    #sp-footer .inner-header {
        height: 16vh;
        margin-top: 0;
        padding-top: 7em;
    }

    .shadow-title {
        font-size: 18vw;
    }

    #sp-footer svg {
        width: 10%;
    }

    #sp-footer .waves {
        min-height: 40px;
    }

    #sp-footer .content {
        height: 10vh;
    }

    #sp-footer h1 {
        font-size: 1em;
        margin-bottom: -0.05em;
    }

    #sp-footer p {
        font-size: 0.8em;
    }
}

@media (max-width: 480px) {
    .footer {
        margin-top: 10px;
    }

    #sp-footer .inner-header {
        height: 12vh;
        padding-top: 5em;
    }

    .shadow-title {
        font-size: 17vw;
        letter-spacing: -2px;
    }

    .shadow-title .scrolling-text .rail h4 {
        font-size: 60px;
    }

    #sp-footer .social-links {
        margin-bottom: 10px;
    }
}


iframe {
    max-width: 100% !important;
}

.video-responsive {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
    margin: 0 auto 6px;
    border-radius: none;
    box-shadow: rgba(0, 0, 0, 0.45) 0px 25px 20px -20px;
}

.video-responsive iframe,
.video-responsive object,
.video-responsive embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

#system-message-container {
    position: fixed;
    bottom: 0;
    right: 10px;
    z-index: 1111;
}

joomla-alert .joomla-alert--close {
    padding: 0;
    font-size: 2.5rem !important;
    font-weight: 300 !important;
    top: 0 !important;
    right: 0 !important;
    left: 0 !important;
    margin: 0 !important;
    margin-right: auto;
}

joomla-alert .joomla-alert--close span {
    margin-right: 10px;
    border-radius: 50%;
    border: 1px solid;
    width: 42px;
    height: 42px;
    display: inline-block;
    text-align: center;
}

/* ARTICLES START */
.single-article.blog {
    z-index: 2;
    grid-gap: 1rem;
}

.single-article.blog .header-in-img {
    position: relative;
}

.all-articles .header-in-img img {
    display: block;
    max-width: 100%;
    height: auto;
}

.single-article.blog .header-in-img h3 {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    margin: 0;
    padding: 10px;
    background: rgba(0, 0, 0, 0.5);
    width: 80%;
    max-width: 90%;
    box-sizing: border-box;
}

.all-articles .thumb-article.dropcaps {
    padding: 10px;
}

.all-articles h3 {
    color: #F4F4F4;
    font-size: 46px;
}

.thumb-article h3 {
    font-size: 36px;
    text-align: center;
    margin-bottom: 0;
    font-weight: bold;
    margin-top: 0;
}

.thumb-article p {
    padding: 10px 0;
}

.single-article.blog p.read-more {
    margin-top: 0;
    margin-bottom: 0;
    text-transform: lowercase;
}


.all-articles .thumb-article .naked-drop {
    padding: 30px 0 10px;
    margin-top: -60px;
    z-index: 1;
    position: relative;
}

p.read-more {
    text-align: center;
    padding: 0;
}

.leaf-divider {
    text-align: center;
}

.leaf-divider img {
    margin: 0 auto;
}

.leaf-divider .border {
    margin-top: -14px;
}

.single-article {
    width: 100%;
    max-width: 600px;
    margin: 66px auto 30px;
    z-index: 2;
    position: relative;
}

.single-article h3 {
    color: #F4F4F4;
    font-size: 36px;
    text-align: center;
}

.single-article h4 {
    text-align: center;
}

.single-article .dropcaps {
    margin-top: 40px;
    margin-bottom: 40px;
}
.single-article.blog .dropcaps {
    margin-bottom: 0;
}
.single-article h6 {
    font-size: 26px;
    text-align: center;
    font-weight: bold;
    margin-top: 30px;
    text-decoration: underline;
    color: rgb(255, 204, 0);
    margin-bottom: -16px;
}

.single-article li {
    list-style: disc;
    font-style: italic;
    font-weight: 100;
    font-size: 20px;
}

.single-article blockquote {
    font-style: italic;
    line-height: 19px;
    font-size: 13px;
}

.single-article p img {
    margin: 0 auto;
    border-radius: 6px;
}

.single-article .legend h6,
.single-article .tips h6,
.single-article .warnings h6 {
    background: #ffffff;
}
.single-article.blog .naked-drop {
    margin-top: -24px;
}

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

    .thumb-article p {
        padding: 0;
    }
.single-article.blog .thumb-article p {
    padding: 10px 0;
}
    .all-articles .thumb-article p.read-more {
        margin-top: 10px;
    }
}

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

    .thumb-article {
        margin-bottom: 0;
    }

    .thumb-article p {
        font-size: 20px;
    }

    .blog-slider__text {
        line-height: 23px;
    }

    .page-section-number img,
    .page-section-number.top img {
        top: 20px;
    }

    .terms .page-section-number.top img {
        top: -15px;
    }

    .page-section-number.bottom img {
        top: 4px;
    }
}

.single-article a.btn-article {


    font-size: 16px;
    font-weight: 500;
    border-radius: none;
    padding: 12px;
    height: 50px;
    display: flex;
    text-align: center;
    justify-content: center;
    align-items: center;
    transition: all .3s ease-out;
}

.single-article a.btn-article:hover {

    color: #fff;
}

.single-article a.btn-article i {
    font-size: 14px;
    margin-right: 5px;
    display: none;
}

.legend {
    font-size: 14px;
    line-height: 21px;
    border: 4px double rgb(255, 204, 0);
    border-radius: none;
    margin: 16px 0 10px 0;
    padding: 7px 15px 4px;
    text-align: left;
}

/*.one-page-content .legend {
    margin-top: 14px;
}*/

.legend ul {
    padding-left: 12px;
}

.legend ul li {
    list-style: disc;
}

.legend h6,
.tips h6,
.warnings h6 {

    background-color: rgb(240, 232, 243);

    float: left;
    font-size: 12px;
    font-weight: 500;
    left: 11px;
    margin: 0 0 -49px !important;
    padding: 0 6px;
    position: relative;
    font-style: italic;
    text-transform: uppercase !important;
    top: -16px;
    letter-spacing: 0.03em;
}

.legend p {
    margin-bottom: 0;
}

/* ARTICLES END */

/* CONTACT PAGE START */

.contact-page .contact-form {
    padding: 20px;

    border-radius: none;
}

.contact-page .contact-form .sppb-ajaxt-contact-form .sppb-form-group input:not(.sppb-form-check-input),
.contact-page .contact-form .sppb-ajaxt-contact-form div.sppb-form-group textarea {

    padding: 20px;

    border-radius: none;
}

.contact-page .contact-form .sppb-ajaxt-contact-form .sppb-btn-default {
    width: 100%;
    height: 50px;


    font-size: 16px;
    border-radius: none;
    display: flex;
    justify-content: center;
    align-items: center;
    align-content: center;
    flex-wrap: wrap;
    text-align: center;
    cursor: pointer;
    border: 1px solid #e5d9eb;
    -webkit-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
}

.contact-page .contact-form .sppb-ajaxt-contact-form .sppb-btn-default:hover {
    color: #fff;

}

blockquote {
    padding: 0 0 0 12px;
    margin: 0 0 20px;
    border-left: 3px solid #e5d9eb;
    font-size: 14px;
    line-height: 21px;
    font-weight: 300;
    font-style: italic;
}

.contact-page {
    margin: -30px auto 0;
    max-width: 800px;
}

.contact-page {
    width: 100%;
    margin: -30px auto 0;
}

.contact-page {
    margin-top: -30px;
    padding: 20px;
    border-radius: none;

}

.contact-page .contact-data {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-top: 30px;
    margin-bottom: 10px;
    padding: 0;
    height: auto;
    width: 100%;
}

.contact-page .contact-data div {
    margin-bottom: 6px;
}

.contact-page .contact-data a,
.contact-page .contact-data span {
    font-size: 26px;
    font-weight: 400;
    text-decoration: none;
}

.contact-page h4 {
    text-align: center;
    text-transform: uppercase;
    font-size: 15px;
    font-weight: bold;
    margin-bottom: 2px;
    margin-top: 16px;
    line-height: 23px;
    font-family: inherit;
}

.contact-page h4 span {
    text-transform: initial;
}

.contact-page .address-factory li img {
    height: 16px;
    width: auto;
    margin-top: -2px;
}

.contact-page a.img-svg img {
    width: 50px;
    margin-right: 10px;
    float: left;
    display: none;
}

.contact-page .address-factory.contact-russia li img {
    display: initial !important;
}

.contact-page i {
    font-weight: bold;
}

.contact-page a.img-svg {
    font-weight: 500;
}

/* CONTACT+DELIVERY PAGE END */


@media only screen and (max-width: 767px) {
    .contact-page .contact-data {
        margin-top: 0;
    }

    .com_affiliatetracker #notLoggedUserSection .vertical-line-top {
        margin: 0 auto 20px;
        height: 40px;
    }
}

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

    .contact-page .contact-data a,
    .contact-page .contact-data span {
        font-size: 22px;
    }

    .contact-page a.img-svg img {
        width: 40px;
    }

    .thumb-article p {
        padding: 10px 0;
        font-size: 18px;
    }

    .thumb-article h3 {
        font-size: 28px;
    }

    .all-articles .thumb-article .naked-drop {
        margin-top: -44px;
    }

    p {
        font-size: 18px;
    }

    .single-article h3 {
        font-size: 32px;
    }

    body.wrapper-fluid .site-grid {
        grid-gap: 0 0.8em;
    }

    .single-article h6 {
        font-size: 24px;
    }
}

@media only screen and (max-width: 575px) {}

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

    .delivery,
    .contact-page {
        padding: 20px 10px;
    }

    .thumb-article h3 {
        font-size: 22px;
    }
}

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

    body.wrapper-fluid header>.grid-child {
        padding-left: 5px;
    }

    .contact-page .contact-data a,
    .contact-page .contact-data span {
        font-size: 20px;
    }

    .container-header .metismenu>li.level-1>ul li a {
        font-size: 14px;
    }

}


/* ABOUT US START */

.about_us.dropcaps {
    margin: -25px auto -16px;
    max-width: 800px;
    width: auto;
    border-radius: none;

    padding: 20px;
}

.blog-slider {
    width: 95%;
    position: relative;
    max-width: 800px;
    margin: 100px auto 50px;

    padding: 25px;
    border-radius: none;
    height: 400px;
    transition: all 0.3s;
}

@media screen and (max-width: 992px) {
    .blog-slider {
        max-width: 680px;
        height: 400px;
    }
}

@media screen and (max-width: 768px) {
    .blog-slider {
        min-height: 500px;
        height: auto;
        margin: 180px auto 0;
    }
}

@media screen and (max-height: 500px) and (min-width: 992px) {
    .blog-slider {
        height: 350px;
    }
}

.blog-slider__item {
    display: flex;
    align-items: center;
}

@media screen and (max-width: 768px) {
    .blog-slider__item {
        flex-direction: column;
    }
}

.blog-slider__item.swiper-slide-active .blog-slider__img img {
    opacity: 1;
    transition-delay: 0.3s;
}

.blog-slider__item.swiper-slide-active .blog-slider__content>* {
    opacity: 1;
    transform: none;
}

.blog-slider__item.swiper-slide-active .blog-slider__content>*:nth-child(1) {
    transition-delay: 0.3s;
}

.blog-slider__item.swiper-slide-active .blog-slider__content>*:nth-child(2) {
    transition-delay: 0.4s;
}

.blog-slider__item.swiper-slide-active .blog-slider__content>*:nth-child(3) {
    transition-delay: 0.5s;
}

.blog-slider__item.swiper-slide-active .blog-slider__content>*:nth-child(4) {
    transition-delay: 0.6s;
}

.blog-slider__item.swiper-slide-active .blog-slider__content>*:nth-child(5) {
    transition-delay: 0.7s;
}

.blog-slider__item.swiper-slide-active .blog-slider__content>*:nth-child(6) {
    transition-delay: 0.8s;
}

.blog-slider__item.swiper-slide-active .blog-slider__content>*:nth-child(7) {
    transition-delay: 0.9s;
}

.blog-slider__item.swiper-slide-active .blog-slider__content>*:nth-child(8) {
    transition-delay: 1s;
}

.blog-slider__item.swiper-slide-active .blog-slider__content>*:nth-child(9) {
    transition-delay: 1.1s;
}

.blog-slider__item.swiper-slide-active .blog-slider__content>*:nth-child(10) {
    transition-delay: 1.2s;
}

.blog-slider__item.swiper-slide-active .blog-slider__content>*:nth-child(11) {
    transition-delay: 1.3s;
}

.blog-slider__item.swiper-slide-active .blog-slider__content>*:nth-child(12) {
    transition-delay: 1.4s;
}

.blog-slider__item.swiper-slide-active .blog-slider__content>*:nth-child(13) {
    transition-delay: 1.5s;
}

.blog-slider__item.swiper-slide-active .blog-slider__content>*:nth-child(14) {
    transition-delay: 1.6s;
}

.blog-slider__item.swiper-slide-active .blog-slider__content>*:nth-child(15) {
    transition-delay: 1.7s;
}

.blog-slider__img {
    width: 300px;
    flex-shrink: 0;
    height: 300px;
    border-radius: none;
    transform: translateX(-80px);
    overflow: hidden;
}

.blog-slider__img:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: none;
    background-color: rgba(229, 217, 235, 0.1) !important;
}

.blog-slider__img.gmp:after {
    content: "" !important;
    border: none !important;
    background-image: url(../images/gmp.svg) !important;
    height: 120px !important;
    width: 120px !important;
}

.blog-slider__img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    opacity: 0;
    border-radius: none;
    transition: all 0.3s;
}

@media screen and (max-width: 768px) {
    .blog-slider__img {
        transform: translateY(-50%);
        width: 90%;
    }
}

@media screen and (max-width: 576px) {
    .blog-slider__img {
        width: 95%;
    }
}

@media screen and (max-height: 500px) and (min-width: 992px) {
    .blog-slider__img {
        height: 270px;
    }
}

.blog-slider__content {
    padding-right: 25px;
}

@media screen and (max-width: 768px) {
    .blog-slider__content {
        margin-top: -80px;
        text-align: center;
        padding: 0 30px;
    }
}

@media screen and (max-width: 576px) {
    .blog-slider__content {
        padding: 0;
    }
}

.blog-slider__content>* {
    opacity: 0;
    transform: translateY(25px);
    transition: all 0.4s;
}

.blog-slider__code {
    color: #c6a4cd;
    margin-bottom: 15px;
    display: block;
    font-size: 2em;
    font-weight: 500;
}

.blog-slider__title {
    font-size: 24px;
    font-weight: 500;

    margin-bottom: 20px;
}

.blog-slider__text {

    margin-bottom: 30px;
    line-height: 1.5em;
}

.blog-slider__button {
    display: inline-flex;

    padding: 14px 35px;
    border-radius: none;
    color: #fff;
    text-decoration: none;
    font-weight: 300;
    justify-content: center;
    text-align: center;
    letter-spacing: 1px;
    height: 50px;
}

.blog-slider .swiper-container-horizontal>.swiper-pagination-bullets,
.blog-slider .swiper-pagination-custom,
.blog-slider .swiper-pagination-fraction {
    bottom: 10px;
    left: 0;
    width: 100%;
}

.blog-slider__pagination {
    position: absolute;
    z-index: 10;
    right: 20px;
    width: 11px !important;
    text-align: center;
    left: auto !important;
    top: 50%;
    bottom: auto !important;
    transform: translateY(-50%);
}

@media screen and (max-width: 768px) {
    .blog-slider__pagination {
        transform: translateX(-50%);
        left: 50% !important;
        top: 205px;
        width: 100% !important;
        display: flex;
        justify-content: center;
        align-items: center;
    }
}

.blog-slider__pagination.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 8px 0 !important;
}

@media screen and (max-width: 768px) {
    .blog-slider__pagination.swiper-pagination-bullets .swiper-pagination-bullet {
        margin: 0 5px !important;
    }
}

.blog-slider__pagination .swiper-pagination-bullet {
    width: 11px;
    height: 11px;
    display: block;
    border-radius: 10px;
    background: #062744;
    opacity: 0.2;
    transition: all 0.3s;
}

.blog-slider__pagination .swiper-pagination-bullet-active {
    opacity: 1;

    height: 30px;
}

@media screen and (max-width: 768px) {
    .blog-slider__pagination .swiper-pagination-bullet-active {
        height: 11px;
        width: 30px;
    }
}

section a {
    display: inline-block;
    text-decoration: none;
}

section .container {
    max-width: 100%;
    width: 100%;
    float: left;
    overflow-x: scroll;
    white-space: nowrap;
    overflow-y: hidden;
}

section h2 {
    text-align: center;
    font-family: inherit;
    font-weight: bold;
    font-size: 24px;
}

.articles-image-name {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.articles-name {
    z-index: 0;
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    font-style: italic;
    background: rgba(229, 217, 235, 0.9);
    padding: 16px;
    width: 100%;
    height: 120px;
    position: absolute;
    bottom: 0;
    display: flex;
    flex-flow: column;
    justify-content: center;
    align-items: start;
}

section .container .box .icon .iconBox img {
    width: 13px;
}

section .container .card:nth-child(1) .box .icon .iconBox {
    background: #d3b19a;
}

section .container .card:nth-child(2) .box .icon .iconBox {
    background: #70b3b1;
}

section .container .card:nth-child(3) .box .icon .iconBox {
    background: #d05fa2;
}

section .container .card:nth-child(4) .box .icon .iconBox {
    background: #d3b19a;
}

section .container .card:nth-child(5) .box .icon .iconBox {
    background: #70b3b1;
}

section .container .card:nth-child(6) .box .icon .iconBox {
    background: #d05fa2;
}

section .container .card:nth-child(7) .box .icon .iconBox {
    background: #d3b19a;
}

section .container .card:nth-child(8) .box .icon .iconBox {
    background: #70b3b1;
}

section .container .card:nth-child(9) .box .icon .iconBox {
    background: #d05fa2;
}

section .container .card:nth-child(10) .box .icon .iconBox {
    background: #70b3b1;
}

section .container .card:nth-child(11) .box .icon .iconBox {
    background: #d05fa2;
}

section .container .card:nth-child(12) .box .icon .iconBox {
    background: #d3b19a;
}

section .container .card:nth-child(13) .box .icon .iconBox {
    background: #70b3b1;
}

section .container .card:nth-child(14) .box .icon .iconBox {
    background: #d05fa2;
}

section .container .card {
    margin: 10px;
    width: 250px;
    display: inline-block;
    overflow-y: hidden;
}

section .container .card-inner {
    position: relative;
    width: inherit;
    height: 270px;
    border-radius: 1.25rem;
    border-bottom-right-radius: 0;
    overflow: hidden;
}

section .container .card-inner .box {
    width: 100%;
    height: 100%;
    background: #fff;
    border-radius: 1.25rem;
    overflow: hidden;
}

section .container .card-inner .box .imgBox {
    position: absolute;
    inset: 0;
}

section .container .card-inner .box .imgBox img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

section .container .card-inner .box .imgBox .overlay {
    background-color: rgba(110, 41, 140, 0.1);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-position: center center;
    background-repeat: repeat;
}

section .container .card-inner .box .icon {
    position: absolute;
    bottom: -0.375rem;
    right: -0.375rem;
    width: 6rem;
    height: 6rem;
    background: #fff;
    border-top-left-radius: 50%;
}

section .container .card-inner .box .icon:hover .iconBox {
    transform: scale(1.1);
}

section .container .card-inner .box .icon::before {
    position: absolute;
    content: "";
    bottom: 0.375rem;
    left: -1.25rem;
    background: transparent;
    width: 1.25rem;
    height: 1.25rem;
    border-bottom-right-radius: 1.25rem;
    box-shadow: 0.313rem 0.313rem 0 0.313rem #fff;
}

section .container .card-inner .box .icon::after {
    position: absolute;
    content: "";
    top: -1.25rem;
    right: 0.375rem;
    background: transparent;
    width: 1.25rem;
    height: 1.25rem;
    border-bottom-right-radius: 1.25rem;
    box-shadow: 0.313rem 0.313rem 0 0.313rem #fff;
}

section .container .card-inner .box .icon .iconBox {
    position: absolute;
    inset: 0.625rem;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: 0.3s;
}

section .container .card-inner .box .icon .iconBox span {
    color: #fff;
    font-size: 1.5rem;
}

/* ABOUT US END */


@media screen and (max-width: 768px) {
    .justify {
        text-align: left;
    }

    .about_us.dropcaps {
        margin: -30px auto -10px;
    }
}

@media screen and (max-width: 576px) {
    .blog-slider__button {
        width: 100%;
    }

    section .container .card {
        width: 230px;
    }

    section .container .card-inner {
        height: 250px;
    }

    .articles-name {
        font-size: 14px;
    }
}

/* LIGHTBOX GALLERY START */
.factory {
    margin-top: -30px;
    margin-bottom: 10px;
    margin-left: -8px;
    margin-right: -8px;

    padding: 12px 16px 0px;
    border-radius: none;
}

.factory .page-section-number {
    margin: -40px auto 16px !important;
}

.factory .page-section-number img {
    top: -3px;
}

.carousel-control-prev,
.carousel-control-next {
    width: 9%;
}

.factory-gallery .row .img-fluid,
.shops-gallery .row .img-fluid {
    transition: transform .5s cubic-bezier(.165, .84, .44, 1);
}

.factory-gallery .row .img-fluid:hover,
.shops-gallery .row .img-fluid:hover {
    transform: scale(1.05);
}

.factory-gallery,
.shops-gallery {
    max-width: 1200px;
    width: 100%;
    margin: 66px auto 0;
    z-index: 2;
    position: relative;
}

.factory-gallery .row,
.shops-gallery .row {
    --gutter-y: 1em;
    margin-top: calc(*var(--gutter-y));
}

.factory .row .img-fluid:after {}

.lightbox,
.lightbox .carousel-item .ratio {
    background-color: rgba(0, 0, 0, 1);
}

.lightbox .modal-body {
    padding: 0;
}

.lightbox .modal-body .btn-close {
    padding: 1em;
    top: -40px !important;
}

.lightbox .carousel-control-prev,
.lightbox .carousel-control-next {
    margin: auto;
}

.lightbox .carousel-item .ratio img {
    margin: auto;
}

.video-container-1080 {
    position: relative;
    width: 100%;
    max-width: 350px;
    aspect-ratio: 1080 / 1920;
    margin: 0 auto;
    overflow: hidden;
}

@media (width < 992px) {

    .carousel-item .ratio-16x9,
    .carousel-item .ratio-16x9 {
        --aspect-ratio: 100%;
    }
}

@media (width < 576px) {

    .factory-gallery .row,
    .shops-gallery .row {
        --gutter-y: 6px;
    }

    .factory-gallery .row>*,
    .shops-gallery .row>* {
        padding-left: 3px;
        padding-right: 3px;
    }
}

@media (width >=768px) {
    .factory-gallery .col-md-8 {
        width: 50%;
    }
}


@media (width >=350px) {

    .factory-gallery a.col-sm-4,
    .shops-gallery a.col-sm-4 {
        flex: none;
        width: 33.3333%;
    }
}

/* LIGHTBOX GALLERY END */


.cookies .eb-dialog {
    overflow: hidden;
    background-color: rgba(229, 217, 235, 0.9);

}

.cookies .eb-content {
    font-size: 16px;
    line-height: 22px;
    width: 100%;
    max-width: 1170px;
    margin: 0 auto;
    display: flex;
    gap: 16px;
    flex-wrap: wrap;
    align-items: center;
}

.cookies .eb-desc {}

.cookies .eb-content img {
    width: 30px;
    height: auto;
    margin-right: 6px;
}

.cookies .eb-close span {
    font-size: 34px;

    transition: 300ms;
    display: flex;
    justify-content: center;
    align-items: center;
}

.cookies .eb-close span:hover {
    color: rgba(110, 41, 140, 0.8);
}

joomla-alert {
    font-family: 'Oswald', sans-serif;
    margin-left: 5px !important;
    padding-left: 5px !important;
    background-color: var(--jui-alert-info-background-color, #d1ecf1);
    border-color: var(--jui-alert-info-border-color, #bee5eb);
    color: var(--jui-alert-info-color, #0c5460);
    margin: 10px -10px 50px 5px;
    border-radius: 2em 0 0 2em;
    display: flex;
    justify-content: center;
    align-items: center;
}

joomla-alert .alert-wrapper .alert-message .componentheading {
    margin-bottom: -18px;
}


/* SLIDER ABOUT US START */
.blog-slider {
    width: 95%;
    position: relative;
    max-width: 800px;
    margin: 100px auto 50px;

    padding: 25px;
    border-radius: none;
    height: 400px;
    transition: all 0.3s;
}

@media screen and (max-width: 992px) {
    .blog-slider {
        max-width: 680px;
        height: 400px;
    }
}

@media screen and (max-width: 768px) {
    .blog-slider {
        min-height: 500px;
        height: auto;
        margin: 180px auto 50px;
        padding-bottom: 14px;
    }

    .blog-slider .blog-slider__text p {
        font-size: 15px;
    }
}

@media screen and (max-height: 500px) and (min-width: 992px) {
    .blog-slider {
        height: 350px;
    }
}

.blog-slider__item {
    display: flex;
    align-items: center;
}

@media screen and (max-width: 768px) {
    .blog-slider__item {
        flex-direction: column;
    }
}

.blog-slider__item.swiper-slide-active .blog-slider__img img {
    opacity: 1;
    transition-delay: 0.3s;
}

.blog-slider__item.swiper-slide-active .blog-slider__content>* {
    opacity: 1;
    transform: none;
}

.blog-slider__item.swiper-slide-active .blog-slider__content>*:nth-child(1) {
    transition-delay: 0.3s;
}

.blog-slider__item.swiper-slide-active .blog-slider__content>*:nth-child(2) {
    transition-delay: 0.4s;
}

.blog-slider__item.swiper-slide-active .blog-slider__content>*:nth-child(3) {
    transition-delay: 0.5s;
}

.blog-slider__item.swiper-slide-active .blog-slider__content>*:nth-child(4) {
    transition-delay: 0.6s;
}

.blog-slider__item.swiper-slide-active .blog-slider__content>*:nth-child(5) {
    transition-delay: 0.7s;
}

.blog-slider__item.swiper-slide-active .blog-slider__content>*:nth-child(6) {
    transition-delay: 0.8s;
}

.blog-slider__item.swiper-slide-active .blog-slider__content>*:nth-child(7) {
    transition-delay: 0.9s;
}

.blog-slider__item.swiper-slide-active .blog-slider__content>*:nth-child(8) {
    transition-delay: 1s;
}

.blog-slider__item.swiper-slide-active .blog-slider__content>*:nth-child(9) {
    transition-delay: 1.1s;
}

.blog-slider__item.swiper-slide-active .blog-slider__content>*:nth-child(10) {
    transition-delay: 1.2s;
}

.blog-slider__item.swiper-slide-active .blog-slider__content>*:nth-child(11) {
    transition-delay: 1.3s;
}

.blog-slider__item.swiper-slide-active .blog-slider__content>*:nth-child(12) {
    transition-delay: 1.4s;
}

.blog-slider__item.swiper-slide-active .blog-slider__content>*:nth-child(13) {
    transition-delay: 1.5s;
}

.blog-slider__item.swiper-slide-active .blog-slider__content>*:nth-child(14) {
    transition-delay: 1.6s;
}

.blog-slider__item.swiper-slide-active .blog-slider__content>*:nth-child(15) {
    transition-delay: 1.7s;
}

.blog-slider__img {
    width: 300px;
    flex-shrink: 0;
    height: 300px;
    border-radius: none;
    transform: translateX(-80px);
    overflow: hidden;
}

.blog-slider__img:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: none;
    background-color: rgba(229, 217, 235, 0.2);
}

.blog-slider__img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    opacity: 0;
    border-radius: none;
    transition: all 0.3s;
}

@media screen and (max-width: 768px) {
    .blog-slider__img {
        transform: translateY(-50%);
        width: 90%;
    }
}

@media screen and (max-width: 576px) {
    .blog-slider__img {
        width: 95%;
    }
}

@media screen and (max-height: 500px) and (min-width: 992px) {
    .blog-slider__img {
        height: 270px;
    }
}

.blog-slider__content {
    padding-right: 25px;
}

@media screen and (max-width: 768px) {
    .blog-slider__content {
        margin-top: -102px;
        text-align: center;
        padding: 0 30px;
    }
}

@media screen and (max-width: 576px) {
    .blog-slider__content {
        padding: 0;
        margin-left: -12px;
        margin-right: -12px;
    }
}

.blog-slider__content>* {
    opacity: 0;
    transform: translateY(25px);
    transition: all 0.4s;
}

.blog-slider__code {
    color: #c6a4cd;
    margin-bottom: 0;
    display: block;
    font-size: 2em;
    font-weight: 500;
}

.blog-slider__title {
    font-size: 24px;
    font-weight: 500;

    margin-bottom: 20px;
    line-height: 26px;
}

.blog-slider__text {

    margin-bottom: 30px;
    line-height: 1.5em;
}

.blog-slider__button {
    display: inline-flex;

    padding: 14px 35px;
    border-radius: none;
    color: #fff;
    text-decoration: none;
    font-weight: 300;
    justify-content: center;
    text-align: center;
    letter-spacing: 1px;
    height: 50px;
}

.blog-slider__button:hover {
    color: #fff;
}

@media screen and (max-width: 576px) {
    .blog-slider__button {
        width: 100%;
    }
}

.blog-slider .swiper-container-horizontal>.swiper-pagination-bullets,
.blog-slider .swiper-pagination-custom,
.blog-slider .swiper-pagination-fraction {
    bottom: 10px;
    left: 0;
    width: 100%;
}

.blog-slider__pagination {
    position: absolute;
    z-index: 10;
    right: 20px;
    width: 11px !important;
    text-align: center;
    left: auto !important;
    top: 50%;
    bottom: auto !important;
    transform: translateY(-50%);
}

@media screen and (max-width: 768px) {
    .blog-slider__pagination {
        transform: translateX(-50%);
        left: 50% !important;
        top: 205px;
        width: 100% !important;
        display: flex;
        justify-content: center;
        align-items: center;
    }
}

.blog-slider__pagination.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 8px 0;
}

@media screen and (max-width: 768px) {
    .blog-slider__pagination.swiper-pagination-bullets .swiper-pagination-bullet {
        margin: 0 5px;
    }
}

.blog-slider__pagination .swiper-pagination-bullet {
    width: 11px;
    height: 11px;
    display: block;
    border-radius: 10px;
    background: #062744;
    opacity: 0.2;
    transition: all 0.3s;
}

.blog-slider__pagination .swiper-pagination-bullet-active {
    opacity: 1;

    height: 30px;
}

#redim-cookiehint {

    padding: 10px 20px 0 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: rgba(229, 217, 235, 0.9);
    box-shadow: 0 -3px 5px rgba(100, 50, 100, 0.3);
    animation: dropDown 0.8s cubic-bezier(0.25, 0.8, 0.25, 1) forwards;
}

.cookiehead {
    display: none;
}

.cookiecontent p {
    margin-right: 20px;
}

.cookiebuttons {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 3px;
}

.cookiebuttons a {
    display: block;

    line-height: 21px;
    border-radius: 4px;
    padding: 4px 12px;
    width: 100%;
    text-align: center;
    cursor: pointer;
    -webkit-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
    -webkit-transform: skew(-20deg) translateX(6px);
    -ms-transform: skew(-20deg) translateX(6px);
    transform: skew(-20deg) translateX(6px);
}

.cookiebuttons a:hover {

    color: #ffffff;

    line-height: 21px;
}

@media screen and (max-width: 768px) {
    .blog-slider__pagination .swiper-pagination-bullet-active {
        height: 11px;
        width: 30px;
    }

    #redim-cookiehint {
        padding-bottom: 20px;
        flex-direction: column;
    }

    .cookiecontent p {
        margin-right: 0;
    }

    .cookiebuttons {
        margin-left: -14px;
    }
}


#icagenda form#icagenda-registration:before,
#icagenda .ic-info:before {
    content: "";
    background-image: url(/images/favicon-ring-white-background.svg);
    width: 40px;
    vertical-align: middle;
    height: 40px;
    position: absolute;
    display: flex;
    justify-content: center;
    margin: -36px auto 0px;
    text-align: center;
    left: 48%;
    background-repeat: no-repeat;
}

/* icagenda start */
#icagenda {
    max-width: 600px;
    width: 100% !important;
    margin: -70px auto 0 !important;
}

#icagenda .ic-title-header h2 {
    font-size: 20px;
}

#icagenda div.ic-event-title {
    border-bottom: 1px solid #e5d9eb;
}

#icagenda .ic-header-subtitle,
#icagenda .ic-button,
#icagenda .ic-title-cat,
#icagenda .ic-header-subtitle,
#icagenda .ic-reg-cat,
#icagenda .ic-reg-icon,
#icagenda .ic-required-info,
#icagenda #jform_name-desc .form-text,
#icagenda #jform_email-desc .form-text,
#icagenda #jform_phone-desc .form-text,
#icagenda #icagenda-registration fieldset legend {
    display: none;
}

#icagenda .ic-list-event,
#icagenda .ic-list-event:nth-child(2n+1) {
    background: #F8F5F9;
    border-radius: none;
    display: flex;
    gap: 0px;
    justify-content: start;
    align-items: center;
}

#icagenda .ic-list-event a.ic-text-decoration-none {
    flex-grow: 1;
    display: flex;
    justify-content: start;
    align-items: center;
    min-width: 130px;
}

#icagenda .ic-list-event .ic-box-date {
    flex-grow: 1;
    border-radius: none;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0;
    min-height: 130px;
}

#icagenda .ic-list-event .ic-box-date .ic-day {
    line-height: 30px !important;
    font-size: 38px;
    font-weight: bold;
    letter-spacing: 2px;
}

#icagenda .ic-list-event .ic-month {
    line-height: 30px !important;
    font-size: 26px;
    letter-spacing: 2px;
    font-weight: bold;
}

#icagenda .ic-list-event .ic-time {
    font-weight: bold;
}

#icagenda .ic-form-title h1 {
    margin-bottom: 20px;
}

#icagenda .ic-info .ic-image img {
    border-radius: none;
    border: none;
    max-width: 100%;
}

#icagenda form#icagenda-registration {
    max-width: 500px;
    margin: 10px auto 0;
}

#icagenda form#icagenda-registration fieldset,
#icagenda form#icagenda-registration fieldset .control-group,
#icagenda form#icagenda-registration fieldset .control-group#submit {
    margin: 0;
}

#icagenda form#icagenda-registration .control-group {
    margin-top: 20px;
}

#icagenda form#icagenda-registration fieldset:first-child {
    margin-top: -20px;
}

#icagenda .form-select {

    border-radius: 6px;
}

#icagenda .form-select:focus,
.custom-select:focus {
    box-shadow: none;
}

#icagenda form#icagenda-registration:before,
#icagenda .ic-info:before {
    margin-top: -27px;
    left: 46%;
}

#icagenda .ic-image {
    margin-top: 10px;
}

#icagenda .ic-event-header {
    margin-top: -30px;
    margin-bottom: 10px;
    background: none;
    padding: 0;
    border: none;
    border-radius: unset;
}

#icagenda .ic-title-header {
    float: none;
    width: 100%;
}

#icagenda .ic-reg-event {
    background: none;
    margin-bottom: -50px;
}

#icagenda .ic-reg-content {
    text-align: center;
    margin-top: 10px;
}

#icagenda .ic-info-box {


    -webkit-border-radius: none;
    -moz-border-radius: none;
    -o-border-radius: none;
    border-radius: none;
}

#icagenda .ic-info-box-header {
    width: 100%;

    padding: 10px;
    color: #fff;
    -webkit-border-radius: 1em 1em 0 0;
    -moz-border-radius: 1em 1em 0 0;
    -o-border-radius: 1em 1em 0 0;
    border-radius: 1em 1em 0 0;
}

#icagenda .ic-info .ic-details {
    padding: 0;
    font-weight: bold;
    margin-bottom: -18px;
}

#icagenda .ic-single-startdate {
    font-size: 13px;
}

#icagenda span.iCicon-calendar {
    display: none;
}

#icagenda .ic-full-description {
    background: #fff;
    padding: 12px 6px !important;
    font-size: 14px;
    line-height: 21px;
    margin-bottom: -40px;
}

#icagenda .ic-info-box-content {
    font-size: 14px;
    display: block;
    width: auto;
    vertical-align: top;
    border: 0;
    margin: 10px 10px 0;
    text-align: left;

}

#icagenda .ic-detail-desc {

    margin: 0;
    padding: 0;
    background: #fff;
    text-align: left;
    text-shadow: none;
    border: 0;
    border-radius: none;
}

#icagenda .ic-clearfix:before {
    display: none;
}

#icagenda .ic-register-deadline,
#icagenda span.ic-register-deadline,
#icagenda .ic-registered-box .btn.btn-light {

    font-size: 12px;
    font-weight: bold;
    font-style: italic;
}

#icagenda .ic-registered-box .btn.btn-light {
    font-size: 18px;
    opacity: 1;

    border-radius: none;
    background: transparent;
    padding: 8px;
}

#icagenda .ic-registration-box .ic-button-box {
    margin: 0;
    flex-grow: 1;
}

#icagenda .ic-registration-box .ic-btn-register-select,
#icagenda .ic-registration-box .ic-btn-register-select .ic-dropdown {
    width: 100%;
}

#icagenda .ic-registration-complete-content .ic-label {
    float: left;
}

#icagenda .ic-full-description ul li {
    list-style: disc;
}

#icagenda .ic-event-addthis.ic-float-left,
#icagenda .ic-top-buttons {
    display: none;
}

#icagenda .ic-event-registration.ic-float-right {
    width: 100%;
}

#icagenda .ic-registration-complete-buttons {
    display: flex;
    gap: 4px;
    justify-content: center;
}

#icagenda .ic-registration-complete-buttons a {
    flex-grow: 1;
    width: 100%;
    line-height: 44px;
}

#icagenda .ic-registration-box {
    display: flex;
    gap: 6px;
    justify-content: center;
    padding: 10px 10px 0;
    border-radius: none;

}

#icagenda .ic-registration-box .ic-button-box.ic-btn-register-ok {
    width: 100%;
}

#icagenda .ic-registration-box .ic-button-box.ic-btn-register-ok .btn-group-vertical {
    display: block;
}

#icagenda .ic-registration-box .ic-button-box.ic-btn-register-cancel {
    width: 100%;
}

#icagenda .ic-registration-box .ic-button-box.ic-btn-register-cancel button {
    margin-left: 0;
}

#icagenda .ic-registration-box .ic-button-box.ic-btn-register-cancel button span.icon-cancel,
#icagenda .ic-registration-complete-buttons a i {
    display: none;
}

#icagenda .ic-value {
    font-size: 14px;
}

#icagenda .ic-registration-box button.btn-success,
.ic-registration-box .ic-btn-register-cancel button {
    text-transform: none;
    font-size: 14px;
    font-weight: 500;
}

#icagenda .ic-registration-box .ic-button-box button.btn-info.disabled {
    width: 100%;

    border-radius: none;


    opacity: 1;
    font-weight: bold;
    margin-bottom: 10px;
}

#icagenda .ic-inlinetext-input {
    border-radius: none;


    padding: 12px !important;
}

#icagenda .ic-registration-box .ic-button-box button.btn-info.disabled span.iCicon-people,
#icagenda #detail-date-list {
    display: none;
}

#icagenda .ic-registration-box .ic-button-box button.ic-dropdown-toggle {

    font-style: italic;
    display: none;
}

#icagenda .ic-registration-box ul.ic-dropdown-menu.open {
    border: none;
    border-radius: none;
    margin-top: -10px;
}

#icagenda .ic-registration-box li a.ic-dropdown-item {

    border: none;
    box-shadow: none;
    text-align: center;

    padding: 12px;
    -webkit-transition: 300ms;
    -moz-transition: 300ms;
    -o-transition: 300ms;
    transition: 300ms;
}

#icagenda .ic-registration-box li a.ic-dropdown-item:hover,
#icagenda .control-group#submit .controls a.btn:hover {
    color: #fff;

}

#icagenda .ic-button-box.ic-registered-info {
    flex-grow: 0;
    min-width: 68px;
}

#icagenda .favicon-in-ievent-account .vertical-line-top {
    width: 1px;
    height: 30px;
    margin: 0px auto 0px;
    border-left: 1px solid rgb(110, 41, 140);
}

#icagenda .favicon-in-ievent-account .page-section-number {
    margin: -14px auto 0 !important;
}

#icagenda .favicon-in-ievent-account .page-section-number img {
    top: 16px !important;
    z-index: 2;
}

#icagenda .favicon-in-ievent-account svg {
    margin-bottom: -23px;
    z-index: 2;
}

#icagenda .ic-info-box .ic-label {
    font-weight: 300;
    font-style: italic;
}

#icagenda .ic-info-box .ic-value {
    font-weight: bold;
}

#icagenda .ic-reg-content .ic-reg-event-title {
    font-size: 20px;
    font-style: italic;
}

#icagenda ul.ic-date-vertical {
    padding: 6px 25px;
    background: #fff;
    text-shadow: none;
    cursor: pointer;

    border-radius: none;
    font-size: 14px;
    font-weight: bold;
}

#icagenda .control-group#submit .controls {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 6px;
}

#icagenda .control-group#submit .controls button.btn.btn-primary.validate {
    width: 100%;
    text-transform: capitalize !important;
    display: inline-block;

    color: #fff;
    font-size: 13px;
    height: 45px;

    border-radius: 3em !important;
    text-transform: lowercase;
    -webkit-transition: 300ms;
    -moz-transition: 300ms;
    -o-transition: 300ms;
    transition: 300ms;
}

#icagenda .control-group#submit .controls a.btn {
    background: #fff;

    font-size: 13px;
    margin-left: 5px;
    padding: 0 2px;
    height: 45px;
    line-height: 45px;
    width: 100%;

    border-radius: 3em;
    -webkit-transition: 300ms;
    -moz-transition: 300ms;
    -o-transition: 300ms;
    transition: 300ms;
}

#icagenda .evttime {
    font-size: 13px;
}

#icagenda .ic-descshort {
    font-size: 14px;
}

#icagenda .ic-more-info {
    font-size: 12px;
    border-bottom: dashed 1px #6e298c;
    margin-right: 10px;
}

.ic-day,
.ic-month,
.ic-year,
.ic-time {
    font-weight: bold;
    font-family: inherit;
}

@media screen and (max-width: 576px) {
    #icagenda .ic-registration-box {
        flex-direction: column;
        align-items: center;
    }

    #icagenda .ic-button-box.ic-registered-info {
        float: unset;
        text-align: center;
        margin-bottom: 6px;
    }

    #icagenda .ic-full-description {
        padding: 12px 0 !important;
    }

    #icagenda .ic-info-box .ic-value {
        text-align: right;
    }
}

/* icagenda end */


.communication {
    position: fixed;
    bottom: 10px;
    left: 10px;
    z-index: 1021;
}

.whatsapp-button {
    margin-bottom: 8px;
    animation: fadeIn 0.5s ease-in 0.6s forwards;
    opacity: 0;
}

.whatsapp-button a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 50px;
    height: 50px;
    background-color: #25D366;
    border-radius: 50%;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
    text-decoration: none;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.whatsapp-button a:hover {
    transform: scale(1.1);
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
}

.whatsapp-button img {
    width: 30px;
    height: 30px;
    animation: pulse 2s infinite;
}

.telegram-button {
    animation: fadeIn 0.5s ease-in 0.8s forwards;
    opacity: 0;
}

.telegram-button a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 50px;
    height: 50px;
    background-color: #0088cc;
    border-radius: 50%;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
    text-decoration: none;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.telegram-button a:hover {
    transform: scale(1.1);
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
}

.telegram-button img {
    width: 30px;
    height: 30px;
    animation: pulse 2s infinite;
}

@keyframes fadeIn {
    to {
        opacity: 1;
    }
}

@keyframes pulse {
    0% {
        transform: scale(1);
    }

    50% {
        transform: scale(1.1);
    }

    100% {
        transform: scale(1);
    }
}

.accordion.delivery {
    margin-top: -40px;
}

.accordion-item .accordion-header .accordion-button {
    text-transform: uppercase;
    font-weight: bold;
    border-radius: none;

    border-bottom: none;
}

.accordion-item .accordion-header .accordion-button span,
.accordion.delivery h4 span {
    font-size: 14px;
    text-transform: none;
}

.accordion-item .accordion-header .accordion-button {
    text-transform: uppercase;
    font-weight: bold;
    border-radius: none;

    -webkit-transition: 300ms;
    -moz-transition: 300ms;
    -o-transition: 300ms;
    transition: 300ms;
}

.accordion-button:not(.collapsed) {}

.accordion-button:focus {
    box-shadow: none;
}

.accordion-button {
    border-radius: 0;
    border: 0;
    font-size: 16px;
}

.accordion-item .accordion-header .accordion-button.collapsed {
    margin-bottom: 10px;
}

.accordion-body {
    padding: 12px;
    border-top: none;
    margin-bottom: 10px;
    border-radius: 0 0 1em 1em;
}

.accordion-body {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease-out;
}

.accordion-body {
    padding-top: 10px;
}

.accordion-body.show {
    padding-top: 10px;

    max-height: none;
    border-top: none;
}

.accordion-header.active button,
.accordion-header button:hover {}

.accordion-item .accordion-header.active .accordion-button {
    border-bottom: none;
    border-radius: 1em 1em 0 0;
}

.accordion-header.active .toggle-icon {
    transform: rotate(180deg);
}

.toggle-icon {
    display: inline-block;
    width: 16px;
    height: 16px;
    background: url('/images/arrow-down.svg') no-repeat center;
    transition: transform 0.3s ease;
    right: 20px;
    position: absolute;
}

.accordion-body h4 {
    margin-top: 0;
}

.address-factory.payment-in-delivery {
    border-radius: none;

}

.address-factory.payment-in-delivery ul {
    padding: 0px 12px 0 26px;
}

.address-factory.payment-in-delivery ul ul {
    padding: 0;
}

.address-factory.payment-in-delivery ul ul li {
    list-style-type: none;
}

.accordion.delivery .vertical-line-top {
    width: 1px;
    margin: 0 auto;
    height: 40px;
    border-left: 1px solid #6e298c;
    margin-top: -16px;
}

.address-factory.payment-in-delivery .page-section-number {
    margin: -28px auto 16px !important;
}

select:focus,
.accordion-button:focus,
.dropdown-toggle:focus {
    outline: none;
    box-shadow: none;
    border-color: inherit;
}

.accordion-item {
    margin-bottom: 5px;
    overflow: hidden;
}

.accordion-header {
    cursor: pointer;
}

.accordion-body {
    max-height: 0;
    padding: 0 10px;
    overflow: hidden;
    transition: max-height 0.3s ease, padding 0.3s ease;
}

.accordion-button:not(.collapsed):after {
    display: none;
    /* arrow-down toggle from Bootstrap*/
}

@media (max-width: 575px) {
    .accordion-body {
        border-radius: 0 0 1.2em 1.2em;
    }

    .accordion-item .accordion-header .accordion-button {
        font-size: 14px;
        border-top-left-radius: 1.2em;
        border-top-right-radius: 1.2em;
    }

    .accordion.delivery .accordion-body ul {
        padding-left: 16px;
    }

    .accordion-item:last-of-type>.accordion-header .accordion-button.collapsed {
        border-radius: 1.2em;
    }

    .address-factory.payment-in-delivery {
        margin-bottom: 10px;
    }

    .address-factory.payment-in-delivery ul {
        padding-left: 22px;
    }

    .accordion.delivery {
        padding: 0;
    }

    .accordion.delivery .other-shops li {
        border-bottom: none !important;
        list-style-type: none;
    }

    .accordion.delivery .cd-faq.faqs.other-shops h6 {
        font-size: 16px;
    }

    .accordion.delivery .cd-faq ul.cd-faq-categories li a {
        font-size: 15px;
    }

    .accordion.delivery .accordion-body .cd-faq.other-shops ul.cd-faq-categories {
        padding-left: 0;
    }

    .accordion.delivery .accordion-body .cd-faq.other-shops .cd-faq-categories a::before,
    .accordion.delivery .accordion-body .cd-faq.other-shops .cd-faq-categories a::after {
        right: 0;
    }
}

.carousel {
    height: 500px;
    /* Фиксированная высота слайдера */
    overflow-x: hidden;
    /* Убираем горизонтальный скролл */
    margin-top: -74px;
}

.carousel-inner,
.carousel-item {
    height: 100%;
    /* Наследуем высоту от .carousel */
    width: 100%;
}

.carousel-item img {
    height: 500px;
    width: 100%;
    object-fit: cover;
    object-position: center;
}

.carousel-caption {
    bottom: 40px;
    color: #f4f4f4;
    opacity: 0;
    transform: translateY(20px);
    transition: opacity 0.5s ease, transform 0.5s ease;
    background: rgba(255, 255, 255, 0.1);
    /* Полупрозрачный белый фон */
    backdrop-filter: blur(2px);
    /* Эффект стекла */
    -webkit-backdrop-filter: blur(1px);
    /* Поддержка Safari */
    border-radius: 10px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.2);
}

.carousel-item.active .carousel-caption {
    opacity: 1;
    transform: translateY(0);
    animation: fadeInUp 0.7s ease-in-out forwards;
}

@keyframes fadeInUp {
    0% {
        opacity: 0;
        transform: translateY(20px);
    }

    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

@media (max-width: 768px) {

    .carousel,
    .carousel-inner,
    .carousel-item,
    .carousel-item img {
        height: 300px;
    }

    .carousel-caption {
        bottom: 10px;
    }
}

.carousel-caption h5 {
    font-size: 60px;
    font-family: 'Inter', sans-serif;
    font-weight: bold;
}

.carousel-caption h5 span {
    font-size: 90px;
    font-family: 'Inter', sans-serif;
    font-weight: bold;
}

.carousel-caption h6 {
    color: rgb(255, 204, 0);
    font-size: 70px;
    font-weight: bold;
    font-family: 'Oswald', sans-serif;
}

.carousel-caption p {
    font-size: 24px;
    text-align: center;
    line-height: 44px;
    font-style: italic;
    font-family: 'Inter', sans-serif;
}

.carousel-control-prev,
.carousel-control-next {
    width: 50px;
    opacity: 0.7;
}

.carousel-indicators {
    bottom: -8px;
}

.carousel-indicators button {
    background-color: #ecad29;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    margin: 0 5px;
}

.carousel-indicators .active {
    background-color: #fff;
}

@media (max-width: 768px) {

    .carousel,
    .carousel-inner,
    .carousel-item,
    .carousel-item img {
        height: 300px;
    }

    .carousel-caption {
        bottom: 10px;
        backdrop-filter: blur(2px);
        /* Меньший блюр для мобильных */
    }

    .carousel-caption h5 {
        font-size: 18px;
        margin-bottom: 0;
    }

    .carousel-caption h5 span {
        font-size: 36px;
    }

    .carousel-caption h6 {
        font-size: 42px;
        line-height: 40px;
    }

    .carousel-caption p {
        font-size: 16px;
        line-height: 21px;
    }

    .carousel-indicators {
        display: none;
    }
}

.page-section-number {
    text-align: center;
    margin-top: 20px;
    margin-bottom: 50px;
    max-width: 600px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.page-section-number .border-left,
.page-section-number .border-right {
    width: 500px;
    border: .5px solid #e5e5e5;
    flex-grow: 1;
}

.page-section-number img {
    cursor: pointer;
    transition: transform 0.5s ease-in-out;
}

.page-section-number img:hover {
    transform: rotateY(180deg);
}

.eb-dialog {
    overflow: hidden !important;
}