:root {
    --twomuse-colour: rgba(180, 20, 0, 1);
    --prvok-colour: #EEEEEE;
    --card-header: url(/static/api/assets/BACKGROUNDS+PICTURES/table-header-red.svg);
    --yellow-exclamation: url(/static/api/assets/ICONS+SYMBOLS/icon-vykricnik-yellow.svg);
    --red-checkmark: url(/static/api/assets/ICONS+SYMBOLS/icon-i-red.svg);
    --yellow-checkmark: url(/static/api/assets/ICONS+SYMBOLS/icon-OK-yellow.svg);
    --green-checkmark: url(/static/api/assets/ICONS+SYMBOLS/icon-OK-green.svg);
    --grey-checkmark: url(/static/api/assets/ICONS+SYMBOLS/icon-i-gray.svg);
    --black-i: url(/static/api/assets/ICONS+SYMBOLS/icon-i-black.svg);
    --red-x: url(/static/api/assets/ICONS+SYMBOLS/icon-cross-red.svg);
    --footer-bg: url(/static/api/assets/BACKGROUNDS+PICTURES/2muse-pattern-red-module.svg);
    
    --header-bg-small: url(/static/api/assets/BACKGROUNDS+PICTURES/background-start-small.png);
    --cenovka-bg: url(/static/cenovytest/img/cenovka.svg);
    --zaujat-bg: url(/static/api/assets/BACKGROUNDS+PICTURES/background-schopnost-zaujat@1x.jpg);
    --vplyvat-bg: url(/static/api/assets/BACKGROUNDS+PICTURES/background-schopnost-vplyvat@1x.jpg);
}
.fa, .far, .fas,.fa:before, .far:before, .fas:before,.fa:after, .far:after, .fas:after  {
    font-family: "Font Awesome 5 Free"!important;
}
.btn{
    text-decoration: none;
}
html {
    box-sizing: border-box;
}

*,
*:before,
*:after {
    box-sizing: inherit;
    font-family: "Helvetica Neue LT Pro", sans-serif;
}

body {
    margin: 0;
    padding: 0;
}

.color-twomuse {
    color: var(--twomuse-colour);
}

.bg-twomuse {
    background-color: var(--twomuse-colour);
}

.btn-outline-border{
    border-radius:25px;
}

.white {
    color: white;
}

.bg-white {
    background-color: white;
}

.bg-prvok {
    background-color: var(--prvok-colour);
}

.width-full {
    width: 100%;
}
.container{
    width:100%;
}
.height-full {
    height: 100%;
}

.relative {
    position: relative;
}

.m-0 {
    margin: 0;
}

.m-1 {
    margin: 0.25rem;
}

.m-2 {
    margin: 0.50rem;
}

.m-3 {
    margin: 0.75rem;
}

.m-4 {
    margin: 0.75rem;
}

.mx-auto {
    margin-left: auto;
    margin-right: auto;
}

.mx-0 {
    margin-left: 0;
    margin-right: 0;
}

.mx-4 {
    margin-left: 1rem;
    margin-right: 1rem;
}

.mx-8 {
    margin-left: 2rem;
    margin-right: 2rem;
}

.my-0 {
    margin-top: 0;
    margin-bottom: 0;
}

.my-8 {
    margin-top: 2rem;
    margin-bottom: 2rem;
}

.my-16 {
    margin-top: 4rem;
    margin-bottom: 4rem;
}

.mt-0 {
    margin-top: 0;
}

.mt-1 {
    margin-top: 0.25rem;
}

.mt-2 {
    margin-top: 0.5rem;
}

.mt-3 {
    margin-top: 0.75rem;
}

.mt-4 {
    margin-top: 1rem;
}

.mt-6 {
    margin-top: 1.5rem;
}

.mt-8 {
    margin-top: 2rem;
}

.mt-12 {
    margin-top: 3rem;
}

.mt-16 {
    margin-top: 4rem;
}

.mt-20 {
    margin-top: 5rem;
}

.mt-24 {
    margin-top: 6rem;
}

.mt-28 {
    margin-top: 7rem;
}

.mt-32 {
    margin-top: 8rem;
}

.ml-0 {
    margin-left: 0;
}

.ml-2 {
    margin-left: 0.5rem;
}

.ml-8 {
    margin-left: 2rem;
}

.mr-0 {
    margin-right: 0;
}

.mb-0 {
    margin-bottom: 0;
}

.mb-2 {
    margin-bottom: 0.5rem;
}

.mb-4 {
    margin-bottom: 1rem;
}

.mb-8 {
    margin-bottom: 2rem;
}

.mb-16 {
    margin-bottom: 4rem;
}

.mb-20 {
    margin-bottom: 5rem;
}

.mb-24 {
    margin-bottom: 6rem;
}

.mb-28 {
    margin-bottom: 7rem;
}

.mb-36 {
    margin-bottom: 8rem;
}
.mb-42 {
    margin-bottom: 9rem;
}
.mb-50 {
    margin-bottom: 10rem;
}
.mb-64 {
    margin-bottom: 16rem;
}

.mb-72 {
    margin-bottom: 18rem;
}
.mb-80 {
    margin-bottom: 20rem;
}
.mb-96 {
    margin-bottom: 24rem;
}

.mb-112 {
    margin-bottom: 36rem;
}

.mb-120 {
    margin-bottom: 40rem;
}

.p-0 {
    padding: 0;
}

.p-1 {
    padding: 0.25rem;
}

.p-2 {
    padding: 0.50rem;
}

.p-3 {
    padding: 0.75rem;
}

.p-4 {
    padding: 1rem;
}

.p-8 {
    padding: 2rem;
}

.p-16 {
    padding: 4rem;
}

.px-0 {
    padding-left: 0;
    padding-right: 0;
}

.px-4 {
    padding-left: 1rem;
    padding-right: 1rem;
}

.px-8 {
    padding-left: 2rem;
    padding-right: 2rem;
}

.px-16 {
    padding-left: 4rem;
    padding-right: 4rem;
}

.py-0 {
    padding-top: 0;
    padding-bottom: 0;
}

.py-2 {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
}

.py-4 {
    padding-top: 1rem;
    padding-bottom: 1rem;
}

.py-8 {
    padding-top: 2rem;
    padding-bottom: 2rem;
}

.pt-0 {
    padding-top: 0;
}

.pt-2 {
    padding-top: 0.5rem;
}

.pt-4 {
    padding-top: 1rem;
}

.pt-8 {
    padding-top: 2rem;
}

.pt-16 {
    padding-top: 4rem;
}

.pl-0 {
    padding-left: 0;
}

.pl-4 {
    padding-left: 1rem;
}

.pl-8 {
    padding-left: 2rem;
}

.pr-0 {
    padding-right: 0;
}

.pr-4 {
    padding-right: 1rem;
}

.pr-8 {
    padding-right: 2rem;
}

.pr-16 {
    padding-right: 4rem;
}

.pr-36 {
    padding-right: 9rem;
}

.pb-0 {
    padding-bottom: 0;
}

.pb-1 {
    padding-bottom: 0.25rem;
}

.pb-2 {
    padding-bottom: 0.5rem;
}

.pb-8 {
    padding-bottom: 2rem;
}

.w-full {
    width: 100%;
}

.block {
    display: block;
}

.inline {
    display: inline;
}

.inline-block {
    display: inline-block;
}

.hidden {
    display: none;
}

.flex {
    display: flex;
}

.flex-column {
    flex-direction: column!important;
}

.flex-row {
    flex-direction: row!important;
}

.flex-row-reverse {
    flex-direction: row-reverse;
}

.justify-center {
    justify-content: center;
}

.justify-between {
    justify-content: space-between;
}

.items-center {
    align-items: center;
}

.gap-2 {
    gap: 0.5rem;
}

.gap-4 {
    gap: 1rem;
}

.gap-6 {
    gap: 1.5rem;
}

.gap-8 {
    gap: 2rem;
}

.gap-16 {
    gap: 4rem;
}

.gap-24 {
    gap: 6rem;
}
.d-inline-block{
    display: inline-block;
}
.text-center {
    text-align: center;
}

.text-small {
    font-size: 1.125rem;
}

.text-quarter {
    font-size: 1.25rem;
}

.text-half {
    font-size: 1.5rem;
}

.text-semimedium {
    font-size: 1.625rem;
}

.text-medium {
    font-size: 2.25rem;
}

.text-semihuge {
    font-size: 2.625rem;
}

.text-huge {
    font-size: 3.125rem;
}

.text-bold {
    font-weight: bold;
}

.text-bolder {
    font-weight: bolder;
}

.text-normal {
    font-weight: normal;
}

.text-underline {
    text-decoration: underline;
}

.decoration-none {
    text-decoration: none;
}

.uppercase {
    text-transform: uppercase;
}

.text-justified {
    text-align: justify;
}

.line-height-25px {
    line-height: 25px;
}

.line-height-30px {
    line-height: 30px;
}

.line-height-40px {
    line-height: 40px;
}

.list-none {
    list-style: none;
}

.border-shadow {
    box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.1);
}

.twomuse-underline {
    border-bottom: 4px var(--twomuse-colour) solid;
}

.twomuse-normal {
    display: none;
}

.italic{
    font-style: italic;
}
.header-bg {
    background-color: #A80000;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: right;
    min-height: 370px;
    position: relative;
    margin-bottom: 30rem;
}
.pos-rel{
    position:relative;
}

.ft-s-22{
    font-size:22px;
}
.ft-s-14{
    font-size:14px;
    letter-spacing: -0.14px;
}
.red-color{
    color:#B41400;
}

.black-points li{
    list-style: none;
    display: flex;
    flex-direction: row;
    font-size: 16px;
    padding-top: 1rem;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: stretch;
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;

}
.black-points li:before{
    content: " ";
    height:16px;
    width:16px;
    margin-right: 16px;
    background-color: black;
    border-radius: 50%;
    padding:8px;
}

.header-red{
    color:#B41400;
    text-decoration: none!important;
    display:inline-block;
    margin-left:auto;
    margin-right:auto;
    border-bottom: 3px solid #B41400;
    padding-bottom: 8px;
}
.benchmarky {
    /*background-image: var(--cenovka-bg);*/
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    max-width: 748px;
    height: 432px;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    width:100%;
}

.cenovka {
    /*background-image: var(--cenovka-bg);*/
    /*background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    width: 748px;
    height: 432px;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);*/
}
.cenovka-container-img{
    position:relative;
    left: -10px;
    height:0;
}
.cenovka-img{
    /*transform: translateX(-18%);*/
    max-width:100%;

}
.sluzby {
    display: flex;
    flex-wrap: wrap;
}

.sluzba {
    display: flex;
    flex-direction: column;
    align-items: center;
    flex: 0 0 50%;
}

.sluzby .sluzba img{
    height: 110px;
}
.columns-2 {
    display: flex;
    flex-direction: row;
    align-items: center;
    
    flex-wrap: nowrap;
    justify-content: space-around;
}
.columns-4 {
    display: flex;
    flex-direction: row;
    align-items: center;
    
    flex-wrap: nowrap;
    justify-content: space-around;
}

.header-shadow,.header-bg:before{
    position:absolute;
    top:-18px;
    left:0px;
    width:100%;
    height:287px;
    content:" ";
    background:url("/static/cenovytest/img/shadow.svg");
}


.price-circle{
    height: 103px;
    width: 103px;
    margin:2rem auto;
}
.high-price-circle{
    height:100%;
    width:100%;
    border-radius: 50%;
    background:#B41400;
    display: flex;
    align-self: center;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
}
.high-price-circle:after{
    content:" ";
    width:65px;
    height:65px;
    
    background:url("/static/cenovytest/img/big-price-circle.svg");
}
.small-price-circle{
    height:100%;
    width:100%;
    border-radius: 50%;
    display: flex;
    align-self: center;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
}
.small-price-circle:after{
    content:" ";
    width:65px;
    height:65px;
    
    background:url("/static/cenovytest/img/small-price-circle.svg");
}
.small-price-circle:before{
    content: " ";
    width: 45px;
    height: 45px;
    border-radius: 50%;
    background: #B41400;
    margin: 0;
    position: absolute;
    padding: 0;
}

.black-link {
    text-decoration: none;
    text-transform: uppercase;
    font-weight: bold;
    background-color: black;
    color: white;
    padding: 6px 12px;
}

.active {
    background-color: white;
    color: var(--twomuse-colour);
}

.indikatory {
    display: flex;
    flex-direction: column;
}

.zaujat,
.vplyvat {
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 390px;
}

.zaujat {
    background-image: var(--zaujat-bg);
    background-position: left;
}

.vplyvat {
    background-image: var(--vplyvat-bg);
    background-position: right;
}

.zobrazit-check {
    display: none;
}

.zobrazit {
    display: block;
    padding-bottom: 2rem;
    margin-left: 1rem;
    font-weight: bold;
    cursor: pointer;
}

.zobrazit::after {
    margin-left: 0.25rem;
    font-size: 0.9rem;
    content: '▼';
}

.zobrazit-check~.content {
    display: none;
}

.zobrazit-check:checked~.content {
    display: block;
}

.zobrazit-check:checked~.zobrazit::after {
    content: '▲';
}

.content {
    padding-top: 2rem;
    padding-left: 1rem;
    padding-bottom: 2rem;
    padding-right: 1rem;
    background-color: white;
    box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.1);
    position: relative;
}

#polnisova {
    max-width: 400px;
}

#priklad1,
#priklad2,
#priklad3,
#priklad4 {
    position: absolute;
    width: 130px;
    height: 130px;
    top: 0;
    right: -10px;
}

.prvok {
    width: 100px;
    height: auto;
    margin-top: 2rem;
}

#hudba {
    color: #8A79C3;
}

#postavy {
    color: #3D9BB0;
}

#myslienky {
    color: #F7AC2C;
}

#spevak {
    color: #EF47A6;
}

#myslienka-prvok {
    padding: 0.2rem;
}

#spevak-prvok {
    padding: 1rem;
}

.card {
    max-width: 460px;
    background-color: white;
    box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.1);
}

.text-left{
    text-align:left;
}
.card-header {
    background-image: var(--card-header);
    background-repeat: no-repeat;
    background-size: contain;
    width: inherit;
    height: 100px;
}
.gray-bg{
    background:#D4D4D4;
    
}
.beige-bg{
    background:#FFEBBC;
    
}
.td-2px-border{
    border: 2px solid white;
    padding:20px;
}
.underline {
    height: 2px;
    background: rgb(228, 228, 228);
    padding-bottom: 16px;
    margin-top: 24px;
    margin-bottom: 24px;
    border:none;
}
li.underline{
    margin-top: 16px;
    margin-bottom: 16px;
    margin-left: 50px;
    margin-right: auto;
    height: 2px;
    background: rgb(228, 228, 228);
    width:220px;
    padding:0;
}
.red-checkmark::before {
    content: var(--red-checkmark);
    margin-right: 16px;
    display: flex;
    align-self: flex-end;
}

.yellow-checkmark::before {
    content: var(--yellow-checkmark);
    margin-right: 16px;
}

.green-checkmark::before {
    content: var(--green-checkmark);
    margin-right: 16px;
}

.yellow-exclamation::before {
    content: var(--yellow-exclamation);
    margin-right: 16px;
}

.grey-checkmark::before {
    content: var(--grey-checkmark);
    margin-right: 16px;
    display: flex;
    align-self: flex-end;
}

.black-i::before {
    content: var(--black-i);
    margin-right: 16px;
}

.red-x::before {
    content: var(--red-x);
    margin-right: 16px;
}

.oznacenie {
    color: rgb(106, 106, 106);
    font-weight: bold;
    font-size: 1.25rem;
    padding: 2px 16px;
}

.vstup {
    max-width: 550px;
    padding: 8px 16px;
    margin: 8px 0;
    background-color: rgb(229, 229, 229);
    border: none;
    font-size: 1.25rem;
}

.odoslat {
    cursor: pointer;
    margin-left: auto;
    margin-right: auto;
    color: white;
    background-color: var(--twomuse-colour);
    text-align: center;
    padding: 12px 48px;
    font-size: 1.125rem;
    font-weight: bold;
    border: none;
}

.udaj {
    line-height: 30px;
    font-size: 1.125rem;
    color: white;
    background-color: black;
    padding: 0px 10px;
    margin: 1px 0;
    text-align: center;
}

.f-udaj {
    line-height: 30px;
    font-size: 1.125rem;
    color: white;
    background-color: black;
    padding: 0px 8px;
    margin: 0;
    margin-top: 2px;
}

footer {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 400px;
    background-image: var(--footer-bg);
    background-repeat: no-repeat;
    background-size: cover;
    padding-top: 70px;
}

.order-prefix::before {
    content: ' - ';
}

.prefix::before {
    white-space: pre-wrap;
    content: '\a';
}

.md_prefix::before {
    content: '';
}

.ham {
    cursor: pointer;
    padding: 40px 20px;
}

.hamburger {
    background-color: var(--twomuse-colour);
    height: 6px;
    width: 40px;
    position: relative;
}

.hamburger::before,
.hamburger::after {
    position: absolute;
    background-color: var(--twomuse-colour);
    content: '';
    width: 100%;
    height: 100%;
    display: block;
}

.hamburger::before {
    top: 12px;
}

.hamburger::after {
    top: -12px;
}

.hamburger-white {
    background-color: white;
    height: 6px;
    width: 40px;
    position: relative;
}

.hamburger-white::before,
.hamburger-white::after {
    position: absolute;
    background-color: white;
    content: '';
    width: 100%;
    height: 100%;
    display: block;
}


.hamburger-white::before {
    top: 12px;
}

.hamburger-white::after {
    top: -12px;
}

.hamburger-black {
    background-color: black;
    height: 6px;
    width: 40px;
    position: relative;
}

.hamburger-black::before,
.hamburger-black::after {
    position: absolute;
    background-color: black;
    content: ' ';
    width: 100%;
    height: 100%;
    display: block;
}


.hamburger-black::before {
    top: 12px;
}

.hamburger-black::after {
    top: -12px;
}
.hamcheck {
    display: none;
}

#farebny-kod {
    max-width: 58.5%;
}

.container.md_mb-116.about,.cenova-citlivost-section .about{
    background:transparent;
    
}
.vstup{
    max-width:350px;
    width:100%;

}

.cenovka-img {
    transform: rotate(0deg);

}
.cenove-testy-header{
    font-weight: bold;
}
.benchmarky{
    width:375px;
}
.rot-2deg {
    transform: rotate(0deg);
}

.cenovka-long-text{
    transform:  rotate(0deg);
}

/* small */

@media screen and (min-width: 640px) {
    .header-bg{
        margin-bottom: 25rem;
    }
    .priklad-vystupu-nalepka{
        position: relative;
    }
    
    .sm_text-center {
        text-align: center;
    }
    .sm_text-half {
        font-size: 1.5rem;
    }
    .sm_text-medium {
        font-size: 2.25rem;
    }
    .sm_text-huge {
        font-size: 3.125rem;
    }
    .sm_text-bold {
        font-weight: bold;
    }
    .twomuse-small {
        display: none;
    }
    .twomuse-normal {
        display: block;
        width: 200px;
        height: 80px;
    }
    .udaj {
        font-size: 1.25rem;
    }
    .vstup,
    .oznacenie {
        max-width: 550px;
        width:100%;
        margin-left: auto;
        margin-right: auto;
    }
    .order-prefix::before {
        white-space: pre-wrap;
        content: '\a';
    }
    .prefix::before {
        content: '';
    }
    .md_prefix::before {
        white-space: pre-wrap;
        content: '\a';
    }
    .odoslat {
        padding: 12px 96px;
    }
    #priklad1,
    #priklad2,
    #priklad3,
    #priklad4 {
        width: auto;
        height: 200px;
        top: -10px;
        right: -10px;
    }
    #ovplyvnenia {
        max-width: 500px;
    }
    #farebny-kod {
        max-width: 65%;
    }
}


/* medium */

@media screen and (min-width: 768px) {
    .rot-2deg {
        transform: rotate(-2deg);
    }
    .benchmarky{
        width:748px;
    }
    
    .cenove-testy-header{
        font-weight: normal;
    }


    .cenovka-long-text{
        transform:  rotate(0deg);
    }
    .cenovka-container-img{
        position:relative;
        left: -25px;
        height:0;

    }
    .header-bg{
        min-height: 660px;
        margin-bottom: 10rem;
    }
    .priklad-vystupu-nalepka:before{
        content:" ";
        width:200px;
        height:200px;
        right:-100px;
        top:-100px;
        position:absolute;
        z-index: 99;
        background-image: url("/static/cenovytest/img/priklad-vystupu.svg");
        background-repeat: no-repeat;
    }
    .md_mb-116 {
        margin-bottom: 38rem;
    }
    .vstup{
        width:539px;
        
    }
    .container.md_mb-116.about > .row > .parent ,.container.md_mb-116.about .inner > .parent.about,.cenova-citlivost-section .about{
        background:white;
        box-shadow: 0px 10px 30px #00000029;
    }
    .container.md_mb-116.about .parent,.cenova-citlivost-section .about .parent{
        padding:50px;
    }
    .container.md_mb-116.about .inner,.cenova-citlivost-section .inner{
        height: 0;
    }
    .md_width-180px {
        width: 180px;
    }
    .md_text-center {
        text-align: center;
    }
    .md_text-right {
        text-align: right;
    }
    .md_text-small {
        font-size: 1.125rem;
    }
    .md_text-semimedium {
        font-size: 1.625rem;
    }
    .md_text-medium {
        font-size: 2.25rem;
    }
    .md_text-semihuge {
        font-size: 2.625rem;
    }
    .md_text-huge {
        font-size: 3.125rem;
    }
    .md_text-bold {
        font-weight: bold;
    }
    .md_block {
        display: block!important;
    }
    .md_hidden {
        display: none!important;
    }
    .md_inline {
        display: inline!important;
    }
    .md_inline-block {
        display: inline-block!important;
    }
    .md_flex {
        display: flex!important;
    }
    .md_flex-row {
        flex-direction: row!important;
    }
    .md_flex-row-reverse {
        flex-direction: row-reverse!important;
    }
    .md_flex-column-reverse {
        flex-direction: column-reverse!important;
    }
    .md_items-end {
        align-items: flex-end!important;
    }
    .md_gap-6 {
        gap: 1.5rem;
    }
    .md_gap-8 {
        gap: 2rem;
    }
    .md_gap-12 {
        gap: 3rem;
    }
    .md_gap-16 {
        gap: 4rem;
    }
    .md_mx-4 {
        margin-left: 1rem;
        margin-right: 1rem;
    }
    .md_mt-0 {
        margin-top: 0;
    }
    .md_mt-2 {
        margin-top: 0.5rem;
    }
    .md_mt-4 {
        margin-top: 1rem;
    }
    .md_mt-8 {
        margin-top: 2rem;
    }
    .md_mt-12 {
        margin-top: 3rem;
    }
    .md_mt-16 {
        margin-top: 4rem;
    }
    .md_mt-32 {
        margin-top: 8rem;
    }
    .md_mt-36 {
        margin-top: 8rem;
    }
    .md_mb-36 {
        margin-bottom: 9rem;
    }
    .md_mb-40 {
        margin-bottom: 10rem;
    }
    .md_ml-0 {
        margin-left: 0;
    }
    .md_ml-8 {
        margin-left: 2rem;
    }
    .md_ml-16 {
        margin-left: 4rem;
    }
    .md_ml-32 {
        margin-left: 8rem;
    }
    .md_mr-8 {
        margin-right: 2rem;
    }
    .md_mr-16 {
        margin-right: 4rem;
    }
    .md_mr-32 {
        margin-right: 8rem;
    }
    .md_pt-8 {
        padding-top: 2rem;
    }
    .md_pt-4 {
        padding-top: 1rem;
    }
    .md_pr-0 {
        padding-right: 0;
    }
    .md_pb-1 {
        padding-bottom: 0.25rem;
    }
    .md_color-twomuse {
        color: var(--twomuse-colour);
    }
    .md_black {
        color: black;
    }
    .md_bg-white {
        background-color: white;
    }
    .md_line-height-initial {
        line-height: initial;
    }
    .ham {
        display: none;
    }
    .header-bg {
        background-image: var(--header-bg);
    }
    .benchmarky {
        
        
    }
    .cenovka-img{
        max-width:unset;
    }
    .sluzby {
        justify-content: center;
        gap: 80px;
    }
    .sluzba {
        flex: initial;
    }
    .indikatory {
        flex-direction: row;
    }
    .indikatory>* {
        flex: 0 0 50%;
    }
    #indikatory-2 {
        flex-direction: row-reverse;
    }
    .zaujat,
    .vplyvat {
        min-height: 590px;
        display: flex;
    }
    .zaujat {
        justify-content: right;
    }
    .vplyvat {
        justify-content: left;
    }
    .zobrazit {
        display: none;
    }
    .zobrazit-check~.content {
        display: block;
    }
    .content {
        padding: 2rem;
    }
    #popis {
        width: 700px;
        height: 700px;
    }
    #posolstvo-content {
        width: 740px;
        height: 1060px;
        margin-top: 60px;
        margin-bottom: -120px;
    }
    #emocie-content {
        width: 740px;
        height: 980px;
        padding: 4rem;
    }
    #odporucania-content {
        width: 700px;
        height: 820px;
        margin-top: -80px;
        margin-bottom: 100px;
    }
    #ovplyvnenia {
        max-width: initial;
    }
    #farebny-kod {
        max-width: initial;
    }
    #priklad1,
    #priklad2,
    #priklad3,
    #priklad4 {
        top: -90px;
    }
    #priklad1 {
        left: -80px;
    }
    #priklad2 {
        left: 630px;
    }
    #priklad3 {
        left: -90px;
    }
    #priklad4 {
        left: 600px;
    }
    .prvok {
        margin-top: 0;
    }
    #hudba-postavy {
        top: 1;
        left: 450px;
        width: 675px;
        height: 860px;
        position: absolute;
        background-color: white;
        box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.1);
        z-index: 1;
        padding: 3rem;
    }
    #myslienky-spevak {
        top: 860px;
        left: -40px;
        width: 500px;
        height: 630px;
        position: absolute;
        background-color: white;
        box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.1);
        z-index: 2;
        padding: 2rem;
    }
    #momenty {
        margin-bottom: 900px;
    }
    #posolstvo {
        margin-bottom: 300px;
    }
    #emocie {
        margin-bottom: 200px;
    }
    #pacivost {
        max-width: 420px;
    }
    #odporucania {
        margin-bottom: 200px;
    }
    #archetypy {
        max-width: 410px;
    }
    header,header.flex-column {
        flex-direction: row !important;
        justify-content: space-between;
    }
    nav ul,nav ul.flex-column {
        flex-direction: row !important;
        gap: 16px;
    }
    nav li {
        margin-top: 0 !important;
    }
    footer {
        height: 590px;
        background-repeat: repeat-x;
        background-size: contain;
        padding-top: 80px;
    }
}


/* large */

@media screen and (min-width: 1024px) {
    .lg_center {
        width: 70%;
        margin-left: auto;
        margin-right: auto;
    }
    .lg_pt-4 {
        padding-top: 1rem;
    }
}