.main-container {
    padding: 0;
    overflow: hidden;
    max-width: 3364px;
    width: 100%;
    margin: 0 auto;
}

.main-container-full {
    max-width: none;
}

.gradient-container {
    background: url(/assets/images/background-gradient-green.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    width: 100%;
    color: #fdf7f7;    
    font-family: "korolev-condensed", sans-serif;
}

.gradient-container a {
    color: #fff;
}

header {
    background: url(/assets/images/header4.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    width: 100%;
    height: 0;
    padding-bottom: 57.4%;
    font-family: "korolev-condensed", sans-serif;
    font-weight: 500;
    color: #fdf7f7;
    min-height: 300px;
}

.header-short {
    height: 150px;
    padding-bottom: 0;
    min-height: 0;
    background-position: top;
}

.header-overlay {
    display: none;
    /* background-color: #000; */
    /* opacity: 0.3; */
    background: url(/assets/images/gradient-green-transparent.png) repeat-x;
    background-position-y: 100px;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 600px;
    z-index: 2;
}

.navbar-header {
    display: none;
}

.navbar-header .brand-container {
    float: none !important;
    margin: 20px auto;
}

header a, header a:hover {
    color: #fdf7f7;
}

nav {
    font-size: 24px;
}

.navbar {
    padding: 1.5vw 8vw;
    z-index: 5;
}

.navbar-dark .navbar-nav .nav-link, .navbar-dark .navbar-toggler {
    color: #fdf7f7;
}

.navbar-nav {
    display: flex;
    justify-content: space-between;
    width: 90%;
}

.navbar-brand {
    min-width: 235px;
}

.navbar-brand img, .footer-logo-inner img {
    max-width: 50px;
    max-height: 50px;
    float: left;
    margin-right: 20px;
}

.navbar-expand-lg .navbar-nav .nav-link {
    /* padding: 0 1.5vw; */
}

.nav-link:hover {
    text-decoration: underline;
}

.nav-item {
    position: relative;
}

.nav-item-submenu {
    position: absolute;
    top: 0;
    left: 0;
    list-style: none;
    margin-top: 50px;
    background-color: #fff;
    border-radius: 5px;
    width: 100%;
    padding-left: 0;
    font-size: 18px;
    display: none;
    z-index: 1;
}

.nav-item-submenu li {
    padding: 10px 10px;
    border-bottom: 1px solid #545b64;
}

.nav-item-submenu li:last-child {
    border-bottom: none;
}

.nav-item-submenu a {
    color: #545b64;
}

.nav-item-submenu a:hover {
    color: #545b64;
}

body.menu-open {
    overflow: hidden;
}

.brand-container {
    text-align: center;
    float: left;
}

.brand {
    font-size: 25px;
}

.brand-small {
    font-size: 14px;
}

.header-text-left {
    padding-left: 8vw;
    padding-top: 6vw;
    z-index: 4;
    position: relative;
}

.header-text-left-up {
    font-family: 'korolev-condensed', sans-serif;
    font-weight: 500;
    font-size: 3vw;
}

.header-text-left-up span {
    font-weight: 200;
}

.header-text-left-down {
    font-family: 'myriad-pro', sans-serif;
    font-weight: 400;
    padding-top: 10vw;
    font-size: 1vw;
}

.header-text-left-down-container {
    margin-right: 10px;
    margin-bottom: 20px;
}

.header-mobile-text-container {
    display: none;
    z-index: 2;
    position: absolute;
    bottom: 20px;
    left: 0;
    font-family: 'korolev-condensed', sans-serif;
    font-weight: 500;
    width: 100%;
}

.header-mobile-text-header {
    font-size: 25px;
    text-align: center;
}

.header-mobile-text {
    font-size: 15px;
    text-align: center;
}

.header-mobile-buttons {
    display: flex;
    justify-content: center;
    padding-top: 5vw;
}

.button-blue {
    background-color: #5f92e1;
    color: #fff;
    font-family: 'myriad-pro', sans-serif;
    font-weight: 400;
    text-align: center;
    padding: 15px 20px;
    border-radius: 25px;
    font-size: 16px;
}

.button-blue:hover, .button-red:hover {
    color: #fff;
}

.button-red {
    background-color: #c01f1f;
    color: #fff;
    font-family: 'myriad-pro', sans-serif;
    font-weight: 400;
    text-align: center;
    padding: 15px 20px;
    border-radius: 25px;
    font-size: 16px;
}

.button-blue span, .button-red span {
    font-weight: bold;
}

.content-container {
    max-width: 1200px;
    margin: 0 auto;
    font-family: 'korolev-condensed', sans-serif;
    font-weight: 500;
    /* padding: 2vw 0; */
}

.content-container-text {
    color: #545b64;
    text-align: center;
    padding: 6vw 0;
    font-size: 40px;
}

.content-container-text span {
    font-weight: 200;
}

.content-container-text-white {
    color: #fdf7f7 !important;
}

.content-container-small-text {
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 60px;
    font-size: 20px;
}

.content-container-bottle {
    display: flex;
    align-items: center;
    max-height: 650px;
    padding: 3vw 0;
}

.content-container-bottle-bottle-container {
    width: 35%;
    text-align: right;
}

.content-container-bottle-bottle-container img {
    max-height: 515px;
    height: auto;
    min-width: 20%;
    width: auto;
    max-width: 100%;
}

@supports (-webkit-touch-callout: none) {
    .content-container-bottle-bottle-container img {
        height: auto;
        /* width: 100%; */
    }
  }

.content-container-bottle-text-container {
    font-family: 'myriad-pro', sans-serif;
    font-weight: 400;
    padding: 0 6vw;
    color: #040404;
    flex-grow: 1;
}

.gradient-container .content-container-bottle-text-container {
    color: #f7f9fb;
}

.content-container-bottle-title {
    font-family: 'korolev-condensed', sans-serif;
    font-weight: 500;
    font-size: 40px;
}

.content-container-bottle-title span {
    color: #cf2c1e;
}

.content-container-bottle-subtitle {
    font-family: 'korolev-condensed', sans-serif;
    font-weight: 500;
    font-size: 32px;
}

.content-container-bottle-subtitle span {
    font-weight: 200;
}

.content-container-bottle-description {
    padding: 1.1vw 0;
}

.content-container-2c-text {
    padding: 4vw 0;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}

.content-container-2c-text-left {
    font-family: 'korolev-condensed', sans-serif;
    font-weight: 500;
    font-size: 2.5vw;
    flex: 1;
}

.content-container-2c-text-left span {
    font-weight: 200;
}

.content-container-2c-text-right {
    font-family: 'myriad-pro', sans-serif;
    font-weight: 700;
    font-size: 1vw;
    padding: 2vw 0;
    flex: 1;
}

.content-container-2c-text-right span {
    font-weight: 400;
}

.content-container-tablets {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-items: center;
}

.content-container-tablets-element {
    flex: 1;
    height: 415px;
    min-width: 600px;
    max-width: 900px;
    margin: 0 auto;
    background-position-y: 150px !important;
    background-repeat: no-repeat !important;
    background-size: 90% !important;
}

.content-container-tablets-1 {
    background: url(/assets/images/tablets-1-background.png?v=1) center;
}

.content-container-tablets-2 {
    background: url(/assets/images/tablets-2-background.png?v=1) center;
}

.content-container-tablets-3 {
    background: url(/assets/images/tablets-3-background.png?v=1) center;
}

.content-container-tablets-4 {
    background: url(/assets/images/tablets-4-background.png?v=1) center;
}

.content-container-tablets-element-text {
    font-family: 'myriad-pro', sans-serif;
    font-weight: 700;
    font-size: 1vw;
    text-align: center;
    padding-top: 0.7vw;
}

.content-container-tablets-element-text-header {
    font-family: 'korolev-condensed', sans-serif;
    font-weight: 700;
    font-size: 1.7vw;
    padding-top: 1vw;
}

.content-container-tablets-element-text-header span {
    font-weight: 400 !important;
}

.content-container-tablets-element-text-small {
    font-size: 0.9vw;
}

.content-container-tablets-element-text-small span {
    font-weight: 400;
}

.footer-area {
    padding: 50px 0px 20px 0px;
    position: relative;
}
.footer-area .footer-logo {
    display: flex;
    align-items: center;
}
.footer-area .section-title {
    text-align: center;
}
.subscrib-box {
    text-align: center;
}
.footer-area .form_box input {
    font-size: 16px;
    height: 55px;
    padding: 5px 25px;
    position: relative;
    width: 50%;
    background: linear-gradient(to right, #533efe, #740fd6);
    margin-left: -30%;
    border: 0;
    border-radius: 5px;
    color: #fff;
}
.footer-area .form_box input::placeholder {
    color: #fff;
}
.footer-area .form-button {
    padding-left: 16px;
    position: absolute;
    top: -36%;
    right: 21%;
    margin-top: 25px;
}
.footer-area .form-button button {
    background: #5a49f8;
    border: 1px solid #5a49f8;
    color: #fff;
    width: 140px;
    transition: .3s;
    border-radius: 5px;
    padding: 14px 33px;
}
.footer-area .form-button button:hover{
    background: #fff;
    border-color: #fff;
    color: #5a49f8;
}
.row.pad {
    border-style: solid;
    border-width: 0px 0px 2px 0px;
    border-color: #fff;
    padding: 80px 0px 60px 0px;
}
.footer-text p {
    font-size: 16px;
    line-height: 28px;
    text-align: left;
    font-family: 'Rubik', sans-serif;
    color: #fff;
    margin: 25px 0;
}
.footers-icon ul {
    margin-top: 35px;
    padding: 0;
}
.footer-icon ul li {
    list-style: none;
    display: inline-block;
    margin-right: 20px;
}
.footer-icon ul li a {
    display: inline-block;
    color: #fff;
    transition: .5s;
}
.footer-icon ul li a:hover{
    color: #FF930E;
}
.footer-title h5 {
    font-size: 22px;
    color: #fff;
    margin-bottom: 35px;
}
.footers-icon ul li {
    list-style: none;
    margin-top: 13px;
}
.footers-icon ul li a {
    display: inline-block;
    color: #FFFFFF;
    font-size: 16px;
    font-family: 'Poppins', sans-serif;
    transition: .5s;
}
.footers-icon ul li a:hover{
    /* color: #18DC59; */
}
.footers-icon ul li a i {
    display: inline-block;
    margin-right: 8px;
}
.footer-info-box {
    margin-bottom: 35px;
}
.footer-info-box:last-of-type {
    margin-bottom: 20px;
}
.footer-info-box h3 {
    margin: 0;
    line-height: 40px;
}
.social-icon ul {
    padding: 0;
}
.social-icon ul li {
    list-style: none;
}
.social-icon ul li i {
    height: 45px;
    width: 45px;
    background: #fff;
    color: #4d585e;
    line-height: 45px;
    border-radius: 50%;
    font-size: 18px;
    margin-top: 5px;
    display: inline-block;
    text-align: center;
    float: left;
    margin-right: 15px;
}
.social-tex {
    display: flex;
    align-items: center;
    height: 55px;
}
.social-tex span {
    display: block;
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    color: #fff;
    font-size: 16px;
}
.social-tex p {
    font-size: 16px;
    color: #fff;
    font-family: 'Rubik', sans-serif;
    font-weight: 400;
    margin-bottom: 0;
}
.copy-right-area {
    text-align: center;
    padding: 025px 0px 0px 0px;
}
.copy-right-area span {
    font-family: "Rubik", Sans-serif;
    font-size: 16px;
    font-weight: 400;
    text-transform: capitalize;
    color: #fff;
}
.article-quote {
    font-style: italic;
    font-size: 18px;
    color: #848484;
    width: 100%;
}
.article-link {
    font-style: italic;
    font-size: 13px;
    color: #5f92e1;
    font-weight: bold;
}
.article-separator {
    width: 100%;
    max-width: 500px;
    height: 1px;
    background-color: #f1f1f1;
    margin: 50px auto;
}
.harmony-header {
    margin-top: 20px;
    display: flex;
    align-items: center;
    font-family: "korolev-condensed", sans-serif;
    font-weight: 300;
}
.harmony-header-text {
    font-size: 22px;
}
.harmony-header-text h1 {
    font-size: 60px;
    color: #d60f2b;
    margin-bottom: 35px;
}
.harmony-header-text-blue h1 {
    color: #4d64bb;
}
.harmony-header-image {
    padding-left: 50px;
}
.harmony-features-container {
    display: flex;
    align-items: top;
    justify-content: space-around;
    flex-wrap: wrap;
    color: #5f686a;
}
.harmony-features-container-white {
    color: #fdf7f7;
}
.harmony-feature {
    text-align: center;
    font-family: "korolev-condensed", sans-serif;
    flex: 0 0 33.33%;
    box-sizing: border-box;
    padding: 30px 10px;
    font-size: 20px;
}
.harmony-feature img {
    max-height: 75px;
    margin-bottom: 35px;
}
.harmony-feature h1 {
    font-size: 28px;
}
.harmony-how-to-use {
    max-width: 1300px;
    width: 100%;
    margin: 0 auto;
}
.harmony-how-to-use-title {
    font-family: "korolev-condensed", sans-serif;
    font-size: 38px;
    color: #5f686a;
    font-weight: 200;
    margin-top: 50px;
    width: 100%;
}
.harmony-how-to-use-title span {
    color: #e92038;
    font-weight: 500;
}
.harmony-how-to-use-title-blue span {
    color: #4d64bb;
}
.harmony-how-to-use-columns-container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: 50px;
}
.harmony-how-to-use-right {
    text-align: center;
}
.harmony-how-to-use-right img {
    max-height: 600px;
}
.harmony-time-line {
    font-family: "korolev-condensed", sans-serif;
    font-weight: 500;
    color: #5f686a;
    font-size: 28px;
    margin-left: 70px;
}
.harmony-time-line-blue::after {
    border-left: 3px solid #4d64bb; 
}
.harmony-time-line-blue .harmony-time-line-item::after {
    border-left: 3px solid #4d64bb; 
}
.harmony-time-line-blue .harmony-time-line-item-dot {
    background-color: #4d64bb;
}
.harmony-time-line-item {
    padding-bottom: 50px;
    padding-left: 40px;
    position: relative;
    box-sizing: border-box;
}
.harmony-time-line-item::after {
    content: "";
    border-left: 3px solid #e92038;
    position: absolute;
    left: 0;
    top: 0;
    width: 0;
    height: 100%;
}
.harmony-time-line-item:first-of-type::after {
    top: 15px;
}
.harmony-time-line-item:last-of-type::after {
    height: 15px;
}
.harmony-time-line-item h1 {
    font-size: 38px;
}
.harmony-time-line-item-dot {
    width: 20px;
    height: 20px;
    background-color: #e92038;
    border-radius: 50%;
    position: absolute;
    left: -8px;
    top: 10px;
}

.hygiene-2c-left {
    font-size: 40px;
    color: #545b64;
    font-weight: 300;
    text-align: left;
    padding: 0 50px;
}

.hygiene-2c-left-left {
    text-align: left;
}

.hygiene-2c-left-center {
    text-align: center;
}

.hygiene-2c-left-right {
    text-align: right;
    font-weight: bold;
}

.hygiene-2c-right {
    font-size: 18px;
    text-align: left;
    display: flex;
    align-items: center;
    padding: 0 100px;
}

.hygiene-features-container {
    display: flex;
    align-items: top;
    justify-content: space-around;
    flex-wrap: wrap;
    color: #5f686a;
}

.hygiene-feature {
    text-align: center;
    font-family: "korolev-condensed", sans-serif;
    flex: 0 0 25%;
    box-sizing: border-box;
    font-size: 20px;
    padding-left: 30px;
    padding-right: 30px;
    padding-top: 10px;
    padding-bottom: 70px;
}

.hygiene-feature img {
    max-height: 60px;
    margin-bottom: 35px;
}

.hygiene-feature h1 {
    font-size: 28px;
}

.contact-info-box {
    margin-top: 30px;
    line-height: 30px;
    text-align: justify;
}

.contact-email {
    display: flex;
    align-items: center;
    padding: 20px 0;
}

.contact-email-icon {
    background: url(/assets/images/background-gradient-green.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    color: #fff;
    width: 50px;
    height: 50px;
    font-size: 20px;
    border-radius: 9999px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.contact-email-text {
    padding: 0 10px;
}

.contact-form {
    background-color: #f6f6f6;
    padding: 20px;
}

.contact-form .form-group {
    padding: 10px 0;
}

.contact-form textarea {
    height: 200px;
}

.contact-form .btn {
    background-color: #5f92e1;
    color: #fff;
    font-family: 'myriad-pro', sans-serif;
    font-weight: 400;
    text-align: center;
    padding: 15px 20px;
    border-radius: 25px;
    font-size: 16px;
}

.certificates-container {
    margin-top: 50px;
    font-family: "korolev-condensed", sans-serif;
    font-size: 30px;
    color: #5f686a;
    padding-top: 100px;
    padding-bottom: 150px;
}

.certificates-header h1 {
    font-weight: 300 !important;
    font-size: 46px;
    margin-top: 0;
    margin-bottom: 10px;
    text-align: center;
}

.certificates-header h1 strong {
    font-weight: 500 !important;
}

.certificates-inner-container {
    padding: 30px 50px;
}

.certificates-row {
    margin-top: 100px;
}

.certificates-row img {
    margin-top: 80px;
    padding: 0 80px;
}

html#ecwid_html body#ecwid_body .ec-minicart__icon .icon-default path[stroke], html#ecwid_html body#ecwid_body .ec-minicart__icon .icon-default circle[stroke] {
    stroke: #f6f6f6 !important;
}

html#ecwid_html body#ecwid_body .ec-size.ec-size--l .ec-store .product-details__top-active-navigation {
    display: none;
}

html#ecwid_html body#ecwid_body .ec-size .ec-store .product-details__product-share {
    display: none;
}

html#ecwid_html body#ecwid_body .ec-size .ec-store .breadcrumbs__link {
    display: none;
}

html#ecwid_html body#ecwid_body .ec-size .ec-store .breadcrumbs__delimiter {
    display: none;
}

.modal-full {
    max-width: 90%;
}

.widget-store {
    display: block;
    background-color: #5f92e1;
    color: #fff;
    position: fixed;
    bottom: 20px;
    right: 20px;
    padding: 20px;
    border-radius: 999px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    z-index: 1045;
}

.widget-store:hover {
    text-decoration: none;
    color: #fff;
}

.widget-store-icon {
    background: url(/assets/images/icon-cart.svg) center center no-repeat;
    width: 30px;
    height: 30px;
    stroke: #f6f6f6 !important;
    filter: invert(100%);
    margin-right: 10px;
}

.tos h2 {
    padding-bottom: 20px;
}

.tos .col-sm-12 {
    margin-top: 30px;
    font-family: 'myriad-pro', sans-serif;
}

.tos ol, .tos ul {
    padding-left: 30px;
}

.gdpr {
    font-family: 'myriad-pro', sans-serif;
}

.footer-container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    font-family: 'myriad-pro', sans-serif;
}

.footer-menu {
    list-style: none;
}

.footer-menu li {
    padding: 10px 0;
    font-size: 18px;
}

.footer-menu span {
    margin-right: 5px;
}

.footer-email {
    display: flex;
    flex-direction: row;
    padding-bottom: 20px;
    font-family: 'myriad-pro', sans-serif;
}

.footer-email-icon {
    background-color: #434b4d;
    border-radius: 9999px;
    width: 45px;
    height: 45px;
    text-align: center;
    margin-right: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.allegro-button {
    margin-bottom: 20px;
}

.allegro-button img {
    max-width: 100px;
    margin-right: 15px;
}

.allegro-button, .allegro-button:hover {
    color: #a6a6a6;
}

@media (max-width: 1700px) {
    .navbar-expand-lg .navbar-nav .nav-link {
        /* padding: 0 0.5vw; */
    }

    nav {
        font-size: 22px;
    }
}

@media (max-width: 1275px) {
    .navbar {
        padding-left: 4vw;
    }

    .header-text-left {
        padding-left: 8vw;
    }
}

@media (max-width: 1200px) {
    .navbar {
        padding-left: 0.5vw;
    }    

    .navbar-expand-lg .navbar-nav .nav-link {
        padding: 0 1vw;
    }

    .header-text-left {
        padding-left: 4vw;
    }

    .header-text-left-down {
        padding-top: 8vw;
    }

    .content-container-bottle {
        padding: 4vw 4vw;
    }

    .content-container-2c-text-right {
        font-size: 1.3vw;
    }

    .content-container-tablets-element {
        height: 500px;
        background-position-y: 120px !important;
    }

    .content-container-tablets-element-text-header {
        font-size: 2.5vw;
    }

    .content-container-tablets-element-text-small {
        font-size: 1.4vw;
    }
}

@media (max-width: 992px) {
    .navbar-header {
        display: block;
    }
    
    .navbar-collapse {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        z-index: 9999;
        background-color: #5d6a6d;
        height: 300vw;        
    }
    
    .navbar-nav {
        width: 100%;
        height: 300vw;
        display: block;
    }

    .navbar-close-button {
        position: absolute;
        top: 25px;
        right: 20px;
    }

    .nav-link, .navbar-dark .navbar-nav .nav-link {
        border-bottom: 1px solid #fdf7f7;
        padding: 20px;
    }

    .navbar-dark .navbar-nav .nav-item:last-of-type .nav-link {
        border-bottom: none;
    }

    .header-text-left-down {
        padding-top: 5vw;
        font-size: 1.5vw;
    }

    .content-container-2c-text-left {
        font-size: 3.2vw;
    }

    .content-container-2c-text-right {
        font-size: 1.6vw;
    }

    .content-container-tablets-element-text-header {
        font-size: 3vw;
    }

    .content-container-tablets-element-text {
        padding-top: 3.7vw;
    }

    .content-container-tablets-element-text-small {
        font-size: 2vw;
    }

    .content-container-tablets-element {
    }

    .harmony-header-text {
        padding: 0 30px;
    }

    .harmony-header-image {
        padding: 0 20px;        
    }

    .harmony-feature {
        flex: 0 0 50%;
    }

    .harmony-how-to-use-title {
        margin-left: 20px;
    }

    .ec-cart-widget {
        display: none;
    }   
    
    .modal-full {
        max-width: 100%;
    }    

    .hygiene-section-1 {
        padding: 0 10px !important;
    }

    .hygiene-2c-left {
        padding: 0 10px;
    }

    .hygiene-2c-left-center {
        text-align: left;
    }

    .hygiene-2c-left-right {
        text-align: left;
    }

    .hygiene-2c-right {
        padding: 10px 10px;
    }

    .hygiene-features-container {
        margin-top: 0 !important;
    }

    .hygiene-feature {
        flex: 0 0 50%;
    }
}

@media (max-width: 700px) {
    .navbar {
        /* background: url(/assets/images/background-gradient-green.jpg); */
    }

    .header-short {
        height: 70px;
    }

    .navbar {
        padding-left: 3vw;
    }

    .navbar-brand img {
        max-width: 40px;
        max-height: 40px;
        margin-right: 10px;
    }

    .brand {
        font-size: 17px;
    }
    
    .brand-small {
        font-size: 11px;
    }

    nav {
        font-size: 22px;
    }   

    .header-text-left {
        padding-top: 1vw;
    }

    .header-text-left-up {
        font-size: 4vw;
    }

    .header-text-left-down {
        /* padding-top: 0; */
    }

    .button-blue, .button-red {
        padding: 10px 20px;
        border-radius: 25px;
        font-size: 12px;
    }

    .content-container-text {
        font-size: 26px;
        padding: 8vw 30px;
    }

    .content-container-2c-text-left {
        min-width: 100%;
        font-size: 3.2vw;
        text-align: center;
    }

    .content-container-2c-text-right {
        min-width: 100%;
        font-size: 1.6vw;
        text-align: center;
    }

    .content-container-bottle-title {
        font-size: 26px;
    }

    .content-container-bottle-subtitle {
        font-size: 20px;
    }

    .content-container-tablets-element {
        max-width: 500px;
    }    

    .footer-area {
        padding-top: 0 !important;
    }

    .footer-logo {
        margin-bottom: 30px;
    }

    .harmony-feature {
        flex: 0 0 100%;
        padding: 20px 0;
    }

    .harmony-time-line {
        margin: 20px;
    }

    .certificates-container {
        padding: 0 10px;
    }

    .certificates-inner-container {
        padding: 0 10px;
    }

    .certificates-row img {
        padding: 0 10px;
    }
}

@media (max-width: 600px) {
    .header-text-left-up {
        font-size: 5vw;
        padding-top: 10vw;
    }

    .header-text-left-down {
        font-size: 3vw;
        padding-top: 10vw;
    }

    .content-container-text {
        font-size: 32px;
	    padding: 16vw 30px;
    }

    .content-container-text br {
        display: none;
    }

    .content-container-tablets-element {
        min-width: 100%;
        height: 600px;
    }

    .content-container-2c-text-left {
        font-size: 38px;
    }

    .content-container-2c-text-left br {
        display: none;
    }

    .content-container-2c-text-right {
        font-size: 18px;
    }

    .content-container-2c-text-right br {
        display: none;
    }

    .content-container-tablets-element {
        background-position-y: 190px !important;
        height: 435px;
    }

    .content-container-tablets-element-text-header {
        font-size: 38px;
    }

    .content-container-tablets-element-text-small {
        font-size: 20px;
    }   

    .content-container-tablets-element-text-small br {
        display: none;
    }
    
    .content-container-bottle {
        flex-wrap: wrap;
    }

    .content-container-bottle.wrap-reverse {
        flex-wrap: wrap-reverse;
    }

    .content-container-bottle-text-container, .content-container-bottle-bottle-container {
        width: 100%;
    }    

    .content-container-bottle-bottle-container {
        text-align: center !important;
    }

    .content-container-bottle-bottle-container img {
        max-height: 200px;
        min-width: auto;
    }

    .content-container-bottle-text-container {
        padding: 0 2vw;
    }

    .content-container-bottle-title {
        font-size: 38px;
    }

    .content-container-bottle-subtitle {
        font-size: 30px;
    }

    .content-container-bottle-description {
        font-size: 1.2rem;
    }

    .content-container-tablets-element-text {
        padding-top: 10.7vw;
    }

    .harmony-feature h1 {
        font-size: 30px;
    }

    .harmony-feature {
        font-size: 20px;
    }

    .certificates-header h1 {
        font-size: 30px;
    }

    .certificates-container {
        font-size: 22px;
        padding-bottom: 30px;
    }

    .hygiene-feature {
        flex: 0 0 100%;
        padding-bottom: 40px;
    }    
}

@media (max-width: 450px) {
    .content-container-tablets {
        padding: 0 10px;
    }

    .content-container-tablets-element {
        height: 500px;
        background-position-y: 290px !important;
    }    

    .header-full {
        min-height: 600px;
        background: url(/assets/images/header-mobile.jpg);
        background-repeat: no-repeat;
        background-size: contain;
        position: relative;
    }

    .header-overlay {
        display: block;
    }

    .header-text-left {
        display: none;
    }

    .header-mobile-text-container {
        display: block;
    }
}

.animation-scale-in-center {
    animation: 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s 1 normal both running scale-in-center;
}

@keyframes scale-in-center {
    0% {
        -webkit-transform: scale(0);
        transform: scale(0);
        opacity: 1;
    }
    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1;
    }
}
