.row {
    --bs-gutter-x: 4rem;
    --bs-gutter-y: 1rem
}

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
html {
    line-height: 1.15;
    -webkit-text-size-adjust: 100%
}

body {
    margin: 0
}

main {
    display: block
}

h1 {
    font-size: 2em;
    margin: .67em 0
}

hr {
    box-sizing: content-box;
    height: 0;
    overflow: visible
}

pre {
    font-family: monospace, monospace;
    font-size: 1em
}

a {
    background-color: rgba(0, 0, 0, 0)
}

abbr[title] {
    border-bottom: none;
    text-decoration: underline;
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted
}

b, strong {
    font-weight: bolder
}

code, kbd, samp {
    font-family: monospace, monospace;
    font-size: 1em
}

small {
    font-size: 80%
}

sub, sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline
}

sub {
    bottom: -0.25em
}

sup {
    top: -0.5em
}

img {
    border-style: none
}

button, input, optgroup, select, textarea {
    font-family: inherit;
    font-size: 100%;
    line-height: 1.15;
    margin: 0
}

button, input {
    overflow: visible
}

button, select {
    text-transform: none
}

button, [type=button], [type=reset], [type=submit] {
    -webkit-appearance: button
}

button::-moz-focus-inner, [type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner {
    border-style: none;
    padding: 0
}

button:-moz-focusring, [type=button]:-moz-focusring, [type=reset]:-moz-focusring, [type=submit]:-moz-focusring {
    outline: 1px dotted ButtonText
}

fieldset {
    padding: .35em .75em .625em
}

legend {
    box-sizing: border-box;
    color: inherit;
    display: table;
    max-width: 100%;
    padding: 0;
    white-space: normal
}

progress {
    vertical-align: baseline
}

textarea {
    overflow: auto
}

[type=checkbox], [type=radio] {
    box-sizing: border-box;
    padding: 0
}

[type=number]::-webkit-inner-spin-button, [type=number]::-webkit-outer-spin-button {
    height: auto
}

[type=search] {
    -webkit-appearance: textfield;
    outline-offset: -2px
}

[type=search]::-webkit-search-decoration {
    -webkit-appearance: none
}

::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit
}

details {
    display: block
}

summary {
    display: list-item
}

template {
    display: none
}

[hidden] {
    display: none
}

html {
    scroll-behavior: smooth
}

body {
    position: relative;
    font-family: "Roboto", serif;
    font-weight: 400;
    font-size: 16px;
    color: #545454;
    background-color: #fff
}

.overflow-body {
    overflow: hidden
}

.overflow-body .nav-mobile-wrapper {
    position: fixed !important;
    overflow: auto !important;
    height: auto
}

.layout {
    position: relative;
    overflow-x: hidden;
    min-height: 100vh;
    min-height: 100dvh;
    display: grid;
    grid-template-rows:auto 1fr auto
}

.container {
    position: relative;
    margin: 0 auto;
    width: 100%;
    max-width: 1440px;
    padding: 0 20px
}

.container-narrow {
    position: relative;
    margin: 0 auto;
    width: 100%;
    max-width: 1145px;
    padding: 0 20px
}

.container-wide {
    position: relative;
    margin: 0 auto;
    width: 100%;
    max-width: 1440px;
    padding: 0 20px
}

.container-wider {
    position: relative;
    margin: 0 auto;
    width: 100%;
    max-width: 1920px;
    padding: 0 20px
}

b {
    font-weight: 700 !important
}

ul {
    list-style: none;
    padding: 0
}

h1, h2, h3, h4, h5, h6 {
    font-family: "Roboto", serif;
    font-weight: 500;
    text-wrap: balance;
    color: #222
}

.text-block img {
    width: 100%;
    max-width: -moz-max-content;
    max-width: max-content;
    height: auto
}

.text-block h1, .text-block h2, .text-block h3, .text-block h4, .text-block h5, .text-block h6 {
    font-family: "Roboto", serif;
    font-weight: 700;
    text-wrap: balance
}

.text-block h1 {
    font-size: clamp(32px, -0.875rem + 4.333vw, 48px)
}

.text-block h2 {
    font-size: clamp(28px, -0.875rem + 4.333vw, 42px)
}

.text-block h3 {
    font-size: clamp(26px, -0.875rem + 4.333vw, 34px)
}

.text-block h4 {
    font-size: clamp(24px, -0.875rem + 4.333vw, 30px)
}

.text-block h5 {
    font-size: clamp(22px, -0.875rem + 4.333vw, 28px)
}

.text-block h6 {
    font-size: clamp(20px, -0.875rem + 4.333vw, 26px)
}

.text-block p {
    font-family: "Roboto", serif;
    color: #545454;
    font-size: 16px;
    font-weight: 400;
    line-height: 160%;
    margin-top: 1.1rem;
    margin-bottom: 1.1rem
}

.text-block p strong {
    color: #001173;
}

.text-block p.highlighted {
    font-family: "Roboto", serif;
    font-size: clamp(18px, -0.875rem + 4.333vw, 24px);
    color: #001173;
    font-weight: 700
}

.text-block a {
    text-decoration: underline;
    color: #ff5c00
}

.text-block a:hover {
    text-decoration: none
}

.text-block ol {
    padding-left: 20px;
    margin: 20px 0
}

.text-block ol li {
    margin-bottom: 15px;
    padding-left: 10px
}

.text-block ol li::marker {
    font-weight: bold
}

.text-block ul {
    list-style: disc;
    padding: 0;
    margin: 1rem 0;
    color: #171151;
    font-family: "Roboto", serif;
    font-size: 16px;
    font-weight: 400
}

.text-block ul li {
    line-height: 180%;
    position: relative;
    margin-left: 20px
}

.text-block ul li::marker {
    color: #001173
}

.text-block ul li b {
    font-weight: 800
}

.text-block ul.img {
    list-style: none;
    color: #171151
}

.text-block ul.img li {
    padding-left: 45px;
    margin-bottom: 15px;
    position: relative
}

.text-block ul.img li:before {
    position: absolute;
    left: 0px;
    content: url("../images/IK_odrazka.svg");
    width: 36px;
    height: 36px
}

.text-block .img-block {
    margin-bottom: 25px
}

.text-block .float-start {
    margin-right: 25px;
    margin-bottom: 10px
}

.text-block .float-end {
    margin-left: 25px;
    margin-bottom: 10px
}

.breadcrumb {
    position: relative;
    display: flex;
    background-color: unset;
    font-size: clamp(14px, -0.875rem + 4.333vw, 16px);
    line-height: 24px;
    margin-top: 10px;
    font-family: "Roboto", serif;
    font-weight: 400;
    padding: 0;
    z-index: 1
}

.breadcrumb .breadcrumb-item {
    display: flex;
    align-items: center;
    cursor: pointer
}

.breadcrumb .breadcrumb-item a {
    display: flex;
    align-items: center;
    position: relative;
    color: #fff;
    text-decoration: none
}

.breadcrumb .breadcrumb-item a:hover {
    color: #fff;
    text-decoration: underline
}

.breadcrumb .breadcrumb-item + .breadcrumb-item {
    padding-left: .7rem
}

.breadcrumb .breadcrumb-item + .breadcrumb-item::before {
    position: relative;
    margin-top: -4px;
    width: 11px;
    height: 23px;
    padding-right: 1rem;
    color: #fff;
    content: "-"
}

.btn {
    position: relative;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    -moz-column-gap: 10px;
    column-gap: 10px;
    height: 64px;
    min-width: 200px;
    padding: 0 30px;
    color: #fff !important;
    font-family: "Roboto", serif;
    font-size: clamp(16px, -0.875rem + 4.333vw, 18px);
    line-height: 110%;
    font-weight: 500;
    text-decoration: none !important;
    text-align: center;
    background-color: #f90004;
    transition: .1s ease-in-out;
    border-radius: 40px;
    overflow: hidden;
    isolation: isolate;
    border: 0
}

.btn:before {
    position: absolute;
    z-index: -1;
    bottom: 0;
    left: 0;
    width: 0;
    height: 100%;
    content: "";
    background-color: #ff1c20;
    transition: .1s ease-in-out
}

.btn:hover, .btn.active {
    color: #fff
}

.btn:hover:before, .btn.active:before {
    width: 100%
}

.btn-cross {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 40px;
    height: 40px;
    background-image: url("../images/IK_cross.svg");
    background-repeat: no-repeat;
    background-position: center;
    cursor: pointer;
    transition: .1s ease-in-out
}

.btn-more {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    font-family: "Roboto", serif;
    font-size: clamp(16px, -0.875rem + 4.333vw, 18px);
    font-weight: 500;
    color: #f90004;
    text-decoration: none
}

.btn-more:after {
    content: url("../images/IK_arrow-red-right.svg")
}

.btn-more:hover {
    color: #f90004;
    text-decoration: underline
}

.article-card {
    position: relative;
    text-decoration: none;
    border-radius: 16px;
    background-color: #f8f8f8;
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, .25)
}

.article-card img {
    width: 100%;
    height: auto;
    overflow: hidden
}

.article-card .wrap {
    padding: 25px
}

.article-card span {
    display: block
}

.article-card .date {
    display: inline-flex;
    align-items: center;
    gap: 5px;
    font-family: "Roboto", serif;
    font-weight: 500;
    font-size: 12px;
    color: #f90004
}

.article-card .date:before {
    content: url("../images/IK_calendar.svg")
}

.article-card .article-title {
    margin: 10px 0;
    color: #001173;
    font-family: "Roboto", serif;
    font-weight: 600;
    font-size: clamp(18px, -0.875rem + 3.333vw, 21px)
}

.article-card p {
    font-family: "Roboto", serif;
    font-weight: 400;
    font-size: 16px;
    color: #545454
}

.article-card .btn {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 40px;
    min-width: unset
}

.product-card {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: relative;
    padding: 30px 20px;
    border: 1px solid #e1dccc;
    background-color: #fff9e4;
    border-radius: 15px;
    text-align: center;
    overflow: hidden
}

.product-card img {
    margin: 0 auto;
    width: 100%;
    max-height: 260px;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain
}

.product-card .name {
    display: block;
    margin-top: 20px;
    font-family: "Oswald", sans-serif;
    font-weight: 600;
    line-height: 26px;
    min-height: 60px;
    font-size: 22px;
    color: #0a0624;
    text-align: center
}

.product-card .btn {
    margin-top: 20px;
    height: 40px;
    min-height: 40px;
    max-width: 130px;
    text-transform: uppercase
}

.video {
    display: flex;
    justify-content: center
}

a.video_pop_up {
    position: relative;
    display: flex;
    width: 100%;
    overflow: hidden
}

a.video_pop_up img {
    position: relative;
    z-index: 5;
    width: 100%;
    height: auto;
    border-radius: 10px
}

.play {
    width: 153px;
    height: 153px;
    -o-object-fit: contain;
    object-fit: contain;
    background: url("../images/playbutton.svg") no-repeat 0 0;
    background-size: contain;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    z-index: 500;
    opacity: .75;
    transition: .1s ease-in-out
}

.play:hover {
    opacity: 1
}

.box-shadow {
    padding: 25px 20px;
    border-radius: 20px;
    background-color: #f8f8f8;
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, .25)
}

.more-articles {
    display: flex;
    flex-direction: column;
    gap: 15px;
    background-color: #f8f8f8;
    padding: 25px;
    border-radius: 10px;
    height: -moz-max-content;
    height: max-content
}

.article-link {
    display: grid;
    grid-template-columns:minmax(80px, 182px) minmax(160px, 1fr);
    gap: 15px;
    text-decoration: none
}

.article-link:hover .article-title {
    text-decoration: underline
}

.article-link .wrap {
    display: flex;
    flex-direction: column;
    justify-content: space-between
}

.article-link .article-title {
    font-family: "Roboto", serif;
    font-weight: 500;
    font-size: clamp(16px, -0.875rem + 4.333vw, 20px);
    line-height: 140%;
    color: #122426
}

.article-link .date {
    display: inline-flex;
    align-items: center;
    gap: 5px;
    font-family: "Roboto", serif;
    font-weight: 500;
    font-size: 12px;
    color: #f90004
}

.article-link .date:before {
    content: url("../images/IK_calendar.svg")
}

header {
    padding-top: 145px
}

.page-header {
    padding: 14px 0;
    background-color: #2b2e83
}

.page-header .page-title {
    font-family: "Roboto", serif;
    font-weight: 700;
    font-size: clamp(22px, -0.875rem + 4.333vw, 36px);
    color: #f90004
}

.grid-3 {
    display: grid;
    grid-template-columns:repeat(3, 1fr);
    gap: 50px
}

.grid-2 {
    display: grid;
    grid-template-columns:repeat(2, 1fr);
    gap: 50px
}

section {
    padding: 50px 0;
    position: relative;
    overflow: hidden
}

section .container {
    position: relative;
    z-index: 1
}

section .subtitle {
    display: block;
    font-family: "Roboto", serif;
    font-weight: 500;
    font-size: clamp(22px, -0.875rem + 7.333vw, 24px)
}

section .title {
    text-transform: uppercase;
    margin: 5px 0 30px;
    font-family: "Roboto", serif;
    font-weight: 700;
    font-size: clamp(32px, -0.875rem + 7.333vw, 48px)
}

section .title-second {
    text-transform: uppercase;
    margin: -25px 0 30px;
    font-family: "Roboto", serif;
    font-weight: 700;
    font-size: clamp(26px, -0.875rem + 7.333vw, 36px)
}

section h1, section h2, section h3, section h4, section h5, section h6 {
    color: #171151
}

section#banner {
    background-color: #141f33;
    padding: 200px 0;
    background-image: url("../images/bg-header.jpg");
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover
}

section#banner .inner {
    max-width: 740px
}

section#banner .about {
    display: block;
    font-family: "Roboto", serif;
    font-weight: 400;
    font-size: clamp(20px, -0.875rem + 4.333vw, 24px)
}

section#banner .about:first-child {
    color: #f90004
}

section#banner .about:nth-child(2) {
    color: #f8f8f8
}

section#banner .title {
    margin: 25px 0 20px;
    font-family: "Roboto", serif;
    font-size: clamp(45px, -0.875rem + 7.333vw, 96px);
    color: #fff;
    display: block;
    font-weight: 900;
    text-transform: uppercase
}

section#banner p {
    margin-top: 10px;
    font-family: "Roboto", serif;
    font-size: clamp(20px, -0.875rem + 4.333vw, 36px);
    color: #fff;
    font-weight: 400
}

section#banner .btn {
    margin-top: 40px
}

section#agyl {
    margin: 0 auto;
    width: 100%;
    max-width: 1440px;
    padding: 90px 0 60px;
    background-color: #fff;
    background-image: url("../images/bg-agyl.png");
    background-position: right center;
    background-repeat: no-repeat;
    background-size: contain
}

section#agyl .inner {
    display: grid;
    grid-template-columns:minmax(0, 790px) 1fr;
    align-items: center;
    justify-content: space-between;
    gap: 40px
}

section#agyl .subtitle {
    color: #f90004
}

section#agyl .title {
    color: #001173;
    font-size: clamp(32px, -0.875rem + 7.333vw, 54px)
}

section#agyl p {
    font-family: "Roboto", serif;
    font-weight: 600;
    font-size: clamp(20px, -0.875rem + 4.333vw, 24px);
    color: #545454
}

section#agyl img {
    width: 100%;
    min-width: 350px;
    max-width: -moz-max-content;
    max-width: max-content;
    height: auto;
    margin-right: 20px;
    margin-left: auto
}

section#agyl .btn {
    margin-top: 30px
}

section#slozeni {
    background-color: #ececec
}

section#slozeni .heading {
    text-align: center
}

section#slozeni .subtitle {
    color: #f90004
}

section#slozeni .title {
    color: #001173
}

section#slozeni p {
    margin: 0 auto;
    max-width: 1120px;
    text-align: center;
    font-family: "Roboto", serif;
    font-weight: 500;
    font-size: 20px;
    color: #001173
}

section#slozeni .ingredients {
    margin-top: 60px;
    display: grid;
    grid-template-columns:repeat(2, 1fr);
    gap: 40px;
    justify-content: space-between
}

section#slozeni .ingredients .item {
    display: flex;
    gap: 30px
}

section#slozeni .ingredients .item .icon {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    min-width: 126px;
    height: 126px;
    background-color: #f90004;
    border-radius: 10px;
    padding: 15px
}

section#slozeni .ingredients .item .icon img {
    width: 100%;
    max-width: -moz-max-content;
    max-width: max-content;
    height: auto
}

section#slozeni .ingredients .item .name {
    display: block;
    font-family: "Roboto", serif;
    font-weight: 600;
    font-size: clamp(22px, -0.875rem + 4.333vw, 32px);
    color: #001173
}

section#ucinek {
    background-color: #fff
}

section#ucinek .heading {
    text-align: center
}

section#ucinek .subtitle {
    color: #f90004
}

section#ucinek .title {
    color: #f90004
}

section#ucinek .title-second {
    color: #001173
}

section#ucinek p {
    margin: 0 auto;
    text-align: center;
    font-family: "Roboto", serif;
    font-weight: 500;
    font-size: 20px;
    color: #545454;
    max-width: 800px
}

section#ucinek .effects {
    margin-top: 40px;
    display: grid;
    grid-template-columns:repeat(2, 1fr);
    gap: 30px
}

section#ucinek .effects .box-shadow {
    display: flex;
    flex-direction: column;
    align-items: center
}

section#ucinek .effects .box-shadow img {
    width: 100%;
    width: -moz-max-content;
    width: max-content;
    height: auto
}

section#ucinek .effects .box-shadow .name {
    display: block;
    margin: 25px 0;
    font-family: "Roboto", serif;
    font-weight: 600;
    font-size: clamp(22px, -0.875rem + 4.333vw, 32px);
    color: #f90004
}

section#ucinek .effects .box-shadow p {
    font-size: 18px;
    font-weight: 400
}

section#studie {
    padding-bottom: 200px;
    background-color: #001173;
    background-image: url("../images/bg-studie.jpg");
    background-repeat: no-repeat;
    background-position: top right;
    background-size: cover
}

section#studie .subtitle {
    color: #fff
}

section#studie .title {
    color: #f90004
}

section#studie .heading {
    text-align: center
}

section#studie p {
    margin: 0 auto;
    text-align: center;
    font-family: "Roboto", serif;
    font-weight: 500;
    font-size: 20px;
    color: #fff;
    max-width: 1320px
}

section#studie .images {
    margin-top: 50px;
    display: grid;
    grid-template-columns:repeat(3, 1fr);
    justify-content: space-between;
    gap: 40px
}

section#studie .images img {
    width: 100%;
    height: auto
}

section#studie .images .label {
    margin-top: 25px;
    display: block;
    text-align: center;
    font-family: "Roboto", serif;
    font-weight: 300;
    font-style: italic;
    font-size: 15px;
    color: #fff
}

section#kombinace .heading {
    text-align: center
}

section#kombinace .subtitle {
    color: #f90004
}

section#kombinace .title {
    color: #f90004
}

section#kombinace .title-second {
    color: #001173
}

section#kombinace p {
    margin: 0 auto;
    text-align: center;
    font-family: "Roboto", serif;
    font-weight: 500;
    font-size: 20px;
    color: #001173;
    max-width: 1100px
}

section#kombinace .medicaments {
    margin-top: 40px;
    display: grid;
    grid-template-columns:repeat(2, 1fr);
    gap: 30px
}

section#kombinace .medicaments .box-shadow {
    display: grid;
    grid-template-columns:minmax(100px, 1fr) 1fr;
    justify-content: space-between;
    gap: 25px
}

section#kombinace .medicaments .box-shadow img {
    width: 100%;
    max-width: -moz-max-content;
    max-width: max-content;
    height: auto
}

section#kombinace .medicaments .box-shadow .name {
    display: block;
    font-family: "Roboto", serif;
    font-weight: 700;
    font-size: clamp(22px, -0.875rem + 4.333vw, 24px);
    text-align: left;
    color: #f90004
}

section#kombinace .medicaments .box-shadow p {
    font-family: "Roboto", serif;
    font-weight: 400;
    font-size: 18px;
    text-align: left;
    color: #001173
}

section#kombinace .video-wrap {
    margin: 105px auto 0;
    max-width: 1105px
}

section#aplikace {
    background-color: #001173
}

section#aplikace .inner {
    display: grid;
    grid-template-columns:minmax(100px, 400px) 1fr;
    align-items: center;
    gap: 30px
}

section#aplikace .image img {
    width: 100%;
    max-width: -moz-max-content;
    max-width: max-content;
    height: auto
}

section#aplikace .heading {
    text-align: left
}

section#aplikace .subtitle {
    color: #f90004
}

section#aplikace .title {
    color: #fff
}

section#aplikace p {
    color: #fff
}

section#aplikace ul li {
    color: #fff
}

section#aplikace ul li::marker {
    color: #fff
}

section#aplikace .spec-tab {
    margin-top: 25px;
    text-align: center
}

section#aplikace .spec-tab img {
    width: 100%;
    max-width: -moz-max-content;
    max-width: max-content;
    height: auto
}

section#clanky .inner {
    display: grid;
    grid-template-columns:repeat(3, 1fr);
    gap: 30px
}

section#clanky .text {
    grid-column: 1/1
}

section#clanky .articles-wrap {
    display: grid;
    grid-template-columns:repeat(2, 1fr);
    gap: 30px;
    grid-column: 2/4
}

section#clanky .subtitle {
    color: #f90004
}

section#clanky .title {
    color: #001173
}

section#clanky p {
    font-family: "Roboto", serif;
    font-weight: 400;
    font-size: 16;
    color: #545454
}

section#clanky .btn {
    margin-top: 25px
}

section#clanky .mobile-btn-more {
    margin: 10px auto 0;
    display: none
}

.container section#articles-listing {
    padding: 0;
    padding-bottom: 10px;
}

section#articles-listing .top {
    text-align: center
}

section#articles-listing .subtitle {
    color: #f90004
}

section#articles-listing .title {
    color: #122426
}

section#articles-listing p {
    margin-left: auto;
    margin-right: auto;
    font-family: "Roboto", serif;
    font-weight: 400;
    font-size: 16px;
    color: #545454;
    max-width: 600px
}

section#articles-listing .inner {
    display: grid;
    grid-template-columns:repeat(3, 1fr);
    gap: 30px;
    margin-top: 40px
}

section#articles-listing .btn-wrap {
    text-align: center;
    margin-top: 45px
}

section#article-detail img {
    width: 100%;
    max-width: -moz-max-content;
    max-width: max-content;
    height: auto;
    border-radius: 15px;
    overflow: hidden
}

section#article-detail .inner {
    display: grid;
    grid-template-columns:minmax(200px, 1fr) minmax(400px, 420px);
    gap: 20px
}

section#article-detail .text-block h1 {
    color: #122426
}

section#article-detail .text-block p {
    color: #545454
}

section#article-detail .author {
    margin-top: 30px;
    border-top: 1px solid #efefef;
}

section#article-detail .author h3 {
    position: relative;
    margin: 0;
    margin-top: 20px;
    margin-bottom: 20px;
    color: #f90004;
    font-size: 20px;
    font-weight: 900;
    text-decoration: none;
}

section#article-detail .author img {
    width: 80px;
    height: 80px;
    border-radius: 40px;
    margin-bottom: 0;
}

section#article-detail .author .name {
    font-weight: bold;
}

section#article-detail .author .description {
    font-style: italic;
}

section#article-detail .gallery {
    margin-top: 30px;
    border-top: 1px solid #efefef;
}

section#article-detail .gallery h3 {
    position: relative;
    margin: 0;
    margin-top: 20px;
    margin-bottom: 20px;
    color: #f90004;
    font-size: 20px;
    font-weight: 900;
    text-decoration: none;
}

footer {
    background-color: #001173;
    margin-top: 60px
}

footer .top {
    padding: 70px 0;
    display: grid;
    grid-template-columns:minmax(100px, 300px) minmax(180px, 220px) minmax(200px, 350px) minmax(240px, 300px);
    justify-content: space-between;
    gap: 30px
}

footer .logo-footer img {
    width: 100%;
    max-width: -moz-max-content;
    max-width: max-content;
    height: auto
}

footer .list .heading {
    display: block;
    margin-bottom: 25px;
    font-family: "Roboto", serif;
    font-weight: 700;
    font-size: clamp(16px, -0.875rem + 4.333vw, 16px);
    color: #fff;
    text-transform: uppercase
}

footer .list ul {
    display: flex;
    flex-direction: column;
    gap: 10px
}

footer .list ul li {
    font-family: "Roboto", serif;
    font-weight: 400;
    font-size: 16px;
    color: #fff
}

footer .list a {
    font-family: "Roboto", serif;
    font-weight: 400;
    color: #fff;
    font-size: 16px;
    text-decoration: underline
}

footer .list a:hover {
    text-decoration: none
}

footer .copyright {
    border-top: 1px solid #332e66
}

footer .copyright .inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 100px
}

footer .copyright span {
    font-family: "Roboto", serif;
    font-weight: 400;
    font-size: 15px;
    font-weight: 500;
    color: #fff
}

footer .copyright a {
    color: #fff;
    text-decoration: none;
}

footer .copyright a:hover {
    text-decoration: underline;
}

footer .copyright .links a {
    margin-left: 10px;
    font-family: "Roboto", serif;
    font-weight: 400;
    font-size: 15px;
    font-weight: 500;
    color: #fff;
    opacity: .75;
    text-decoration: none
}

footer .copyright .links a:hover {
    text-decoration: underline
}

.sticky {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 11
}

.menu-strip {
    background-color: #fff
}

.menu-strip {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    transition: top .15s ease-in-out;
    width: 100%;
    z-index: 10
}

.menu-strip.can-animate {
    transition: transform .3s ease, visibility 0s .3s linear
}

.menu-strip.is-fixed {
    position: fixed;
    transform: translate3d(0, -1100%, 0);
    box-shadow: 0px 6px 23px -4px rgba(0, 0, 0, .37)
}

.menu-strip.scroll-up {
    transform: translate3d(0, 0, 0)
}

.nav-bar {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 30px;
    height: 145px
}

.nav-bar .logo img {
    width: 100%;
    height: auto
}

nav.desktop-main {
    display: flex;
    align-items: center;
    -moz-column-gap: 33px;
    column-gap: 33px
}

nav.desktop-main a:not(.btn) {
    position: relative;
    font-family: "Roboto", serif;
    font-weight: 500;
    font-size: 18px;
    color: #f90004;
    text-decoration: none;
    transition: .1s ease-in-out;
    white-space: nowrap
}

nav.desktop-main a:not(.btn):before {
    position: absolute;
    bottom: -1px;
    left: 0;
    content: "";
    display: block;
    height: 3px;
    background-color: #001173;
    width: 0%;
    transition: .1s ease-in-out
}

nav.desktop-main a:not(.btn):hover {
    color: #001173
}

nav.desktop-main a:not(.btn):hover:before {
    width: 100%
}

nav.desktop-main a:not(.btn) br {
    display: none
}

nav.desktop-main a.active {
    color: #001173
}

nav.desktop-main a.active:before {
    width: 100%
}

nav.desktop-main a.btn {
    width: 240px;
    font-family: "Roboto", serif;
    font-weight: 800;
    font-size: 24px;
    height: 64px;
    margin-left: 25px
}

#mobile-menu-toggle {
    display: none;
    justify-self: center;
    align-items: center;
    flex-direction: column;
    cursor: pointer
}

#mobile-menu-toggle .menu-title {
    font-family: "Roboto", serif;
    font-size: 16px;
    letter-spacing: 2px;
    color: #f90004;
    text-transform: uppercase;
    font-weight: 700;
    margin-top: 4px;
    margin-left: 2px
}

#hamburger {
    cursor: pointer;
    justify-content: center;
    width: 60px;
    height: 34px;
    position: relative
}

#hamburger span {
    display: block;
    position: absolute;
    height: 3px;
    width: 40px;
    background: #f90004;
    border-radius: 2px;
    opacity: 1;
    right: 0;
    left: 0;
    margin: 10px auto;
    transform: rotate(0);
    transition: .15s ease-in-out;
    transform-origin: left center
}

#hamburger span:nth-child(1) {
    top: 0px
}

#hamburger span:nth-child(2) {
    top: 11px
}

#hamburger span:nth-child(3) {
    top: 22px
}

#hamburger.open span:nth-child(1) {
    transform: rotate(45deg);
    top: 0;
    left: 12px
}

#hamburger.open span:nth-child(2) {
    width: 0%;
    opacity: 0
}

#hamburger.open span:nth-child(3) {
    transform: rotate(-45deg);
    top: 28px;
    left: 12px
}

.nav-mobile-wrapper {
    display: none;
    position: fixed;
    z-index: 99;
    top: 80px;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #f90004;
    box-shadow: inset 0px 15px 15px 0px rgba(0, 0, 0, .21)
}

nav.mobile {
    display: flex;
    flex-direction: column
}

nav.mobile a {
    font-family: "Roboto", serif;
    font-weight: 500;
    font-size: 18px;
    text-align: center;
    color: #fff;
    font-size: 20px;
    padding: 20px 30px;
    text-decoration: none;
    font-weight: 700;
    border-bottom: 1px solid #f38082
}

nav.mobile-side {
    display: none;
    align-items: center;
    justify-content: center;
    gap: 30px;
    padding: 20px;
    background-color: #fff
}

@media (max-width: 1540px) {
    nav.desktop-main a br {
        display: block
    }
}

@media (max-width: 1340px) {
    .nav-bar {
        height: 80px
    }

    .nav-bar .logo img {
        max-height: 80px
    }

    #mobile-menu-toggle {
        display: flex
    }

    nav.desktop-main {
        display: none
    }

    header {
        padding-top: 80px
    }

    section#banner {
        padding: 80px 0
    }

    section#banner .btn {
        margin-top: 20px
    }
}

@media (min-width: 1340px) {
    .nav-mobile-wrapper {
        display: none !important
    }
}

@media (max-width: 1140px) {
    section#kombinace .medicaments .box-shadow {
        display: block
    }

    section#kombinace .medicaments .box-shadow img {
        max-height: 200px;
        margin-bottom: 25px
    }

    footer .top {
        grid-template-columns:minmax(180px, 220px) minmax(200px, 250px) minmax(240px, 300px)
    }

    footer .logo-footer {
        margin-bottom: 30px;
        grid-column: 1/-1
    }
}

@media (max-width: 991px) {
    section#agyl .inner {
        grid-template-columns:1fr
    }

    section#agyl img {
        margin-left: unset;
        margin-right: 0;
        min-width: unset
    }

    section#slozeni .ingredients {
        grid-template-columns:1fr
    }

    section#studie {
        padding-bottom: 100px
    }

    section#studie .images {
        grid-template-columns:repeat(2, 1fr);
        gap: 30px
    }

    section#aplikace .inner {
        display: flex;
        flex-direction: column-reverse
    }

    section#aplikace .heading {
        text-align: center
    }

    section#aplikace .image {
        display: none
    }

    section#clanky .inner {
        grid-template-columns:repeat(1, 1fr);
        gap: 10px
    }

    section#clanky .text {
        grid-column: 1/2;
        text-align: center
    }

    section#clanky .text .btn {
        display: none
    }

    section#clanky .articles-wrap {
        grid-column: 1/2
    }

    section#clanky .mobile-btn-more {
        display: block
    }

    .play {
        width: 100px;
        height: 100px
    }

    section#article-detail .inner {
        grid-template-columns:1fr
    }
}

@media (max-width: 768px) {
    .btn {
        height: 50px
    }

    section {
        padding: 30px 0
    }

    section#banner {
        padding: 60px 0
    }

    section#ucinek .effects {
        grid-template-columns:1fr
    }

    section#kombinace .medicaments {
        grid-template-columns:1fr
    }

    section#kombinace .video-wrap {
        margin: 45px auto 0
    }

    footer .top {
        padding: 50px 0;
        grid-template-columns:1fr
    }

    footer .copyright .inner {
        flex-direction: column-reverse;
        justify-content: space-evenly;
        align-items: flex-start
    }

    footer .copyright .links a {
        margin-left: 0;
        margin-right: 10px
    }
}

@media (max-width: 576px) {
    section#slozeni .ingredients {
        gap: 20px
    }

    section#slozeni .ingredients .item {
        flex-direction: column;
        gap: 20px
    }

    section#slozeni .ingredients .item .icon {
        width: 100px;
        min-width: 100px;
        height: 100px
    }

    section#studie .images {
        grid-template-columns:1fr
    }

    .play {
        width: 80px;
        height: 80px
    }
}

@media (max-width: 520px) {
    section#clanky .articles-wrap {
        grid-template-columns:repeat(1, 1fr)
    }
}

.red {
    color: #F90004;
}

#flexi-cookiebar {
    background: #fff;
    border-top: 2px solid #001173;
}

#flexi-cookiebar p {
    color: #545454;
}

#flexi-cookiebar-more {
    color: #f90004;
}

#flexi-cookiebar-popup,
#flexi-cookiebar-settings-popup {
    border: 3px solid #001173;
}

#flexi-cookiebar-settings-popup label input:checked ~ .checkmark {
    background-color: #f90004;
}

#flexi-cookiebar-link {
    background: #fff;
    border: 1px solid #001173;
    border-bottom: none;
    fill:  #545454;
}

#flexi-cookiebar-link a {
    color:  #545454;
}

#flexi-cookiebar-close {
    fill: #f90004;
}

.html-dynamic-content * {
    font-family: unset !important;
    font-size: unset !important;
    line-height: unset !important;
}
.html-dynamic-content h1, .html-dynamic-content h2, .html-dynamic-content h3, .html-dynamic-content h4, .html-dynamic-content h5, .html-dynamic-content h6 {
    font-family: "Roboto", sans-serif !important;
    font-weight: 700 !important;
    text-wrap: balance
}

.html-dynamic-content h1 {
    font-size: clamp(32px, -0.875rem + 4.333vw, 48px) !important;
}

.html-dynamic-content h2 {
    font-size: clamp(28px, -0.875rem + 4.333vw, 42px) !important;
}

.html-dynamic-content h3 {
    font-size: clamp(26px, -0.875rem + 4.333vw, 34px) !important;
}

.html-dynamic-content h4 {
    font-size: clamp(24px, -0.875rem + 4.333vw, 30px) !important;
}

.html-dynamic-content h5 {
    font-size: clamp(22px, -0.875rem + 4.333vw, 28px) !important;
}

.html-dynamic-content h6 {
    font-size: clamp(20px, -0.875rem + 4.333vw, 26px) !important;
}

.html-dynamic-content p {
    font-family: "Roboto", sans-serif !important;
    font-size: clamp(14px, -0.875rem + 4.333vw, 19px) !important;
    font-weight: 400;
    line-height: 180% !important;
    margin-top: 0;
    margin-bottom: 1rem
}

.html-dynamic-content a {
    text-decoration: underline;
    color: #ff5c00
}

.html-dynamic-content a:hover {
    text-decoration: none
}

.html-dynamic-content ol {
    padding-left: 20px;
    margin: 0;
    margin-bottom: 1rem;
}

.html-dynamic-content ol li {
    margin-bottom: 15px;
    padding-left: 10px
}

.html-dynamic-content ol li::marker {
    font-weight: bold
}

.html-dynamic-content ul {
    list-style: disc;
    padding: 0;
    margin: 0;
    margin-bottom: 1rem;
    font-family: "Roboto", sans-serif !important;
    font-size: clamp(14px, -0.875rem + 4.333vw, 19px) !important;
    font-weight: 400
}

.html-dynamic-content ul > li > ul,
.html-dynamic-content ul > li > ol,
.html-dynamic-content ol > li > ul,
.html-dynamic-content ol > li > ol {
    margin-bottom: 0;
}

.html-dynamic-content ul li {
    line-height: 180% !important;
    position: relative;
    margin-left: 20px
}

.html-dynamic-content img {
    width: auto !important;
}

#confirmation-popup {
    background: #ffffff;
    width: 60%;
    max-width: 750px;
    max-height: 90%;
    padding: 30px;
    border: 4px solid #001173;
    overflow-y: auto;
    color: #171151;
}

#confirmation-popup .center {
    text-align: center;
}

#confirmation-popup img {
    max-width: 80%;
}

#confirmation-popup h2 {
    margin-top: 20px;
    margin-bottom: 20px;
    color: #001173;
}

#confirmation-popup span.label {
    display: block;
    margin-left: 10px;
    font-weight: 600;
}

#confirmation-popup .btn {
    display: inline-block;
    width: 135px;
    margin: 0 20px;
    margin-top: 30px;
    cursor: pointer;
    border-radius: 20px;
    text-transform: uppercase;
}

#confirmation-popup .btn.confirm {
    background: #198754;
}
#confirmation-popup .btn.confirm:before {
    background-color: #0b6e40;
}

#confirmation-popup .btn.refuse {
    background: #bb2d3b;
}
#confirmation-popup .btn.refuse:before {
    background-color: #9c1e2a;
}

#confirmation-popup .error {
    display: none;
    padding: 15px;
    margin-top: 15px;
    color: #721c24;
    background-color: #f8d7da;
    border-color: #f5c6cb;
    border-radius: 5px;
}

#confirmation-popup-overlay {
    display: none;
    position: fixed;
    z-index: 100003;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.7);
}

#confirmation-popup-overlay .inner {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.container-checkbox {
    position: relative;
    padding-left: 35px;
}

.container-checkbox input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

.container-checkbox .checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 25px;
    width: 25px;
    background-color: #eee;
}

.container-checkbox input:checked ~ .checkmark {
    background-color: #f90004;
}

.container-checkbox .checkmark:after {
    content: "";
    position: absolute;
    display: none;
    left: 9px;
    top: 7px;
    width: 5px;
    height: 10px;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.container-checkbox input:checked ~ .checkmark:after {
    display: block;
}

.contact-person {
    color: #010e2a;
    background: #f7f7f8;
    padding: 20px;
    height: 100%;
    margin: 0 0.5rem;
}
.contact-person h3 {
    font-size: 1.250rem;
    line-height: 1.5rem;
}
.contact-person p {
    margin-top: 0;
}

/*# sourceMappingURL=styles.min.css.map */