* {margin:0;padding:0;border:0;box-sizing: border-box;}
html{margin-bottom:0}
body {overflow:visible;}
.footer {margin-top: 0;}
.content {
    overflow:hidden;
    width:100%;
    background-color:#F2F7FF;
    margin-top: 48px;
    font-family: "Syne", "LatoLatinWeb", sans-serif;;
}
@media (min-width: 1024px) {
    .footer {margin-top: 0;}
    .content {margin-top: 80px;}
}

.container {
    width: 100%;
    max-width: 480px;
    margin: 0 auto;
    padding: 9px;
}

.logoline a {
    display: block;
    width: 100%;
}

.nav {
    display: flex;
    gap: 20px;
    align-items: center;
}

.links {
    display: none;
    gap: 20px;
}

.links a {
    text-decoration: none;
    color: #000;
    font-size: 16px;
    text-transform: uppercase;
    text-wrap: nowrap;
}

.links a:hover {
    text-decoration: underline;
}

.nav-arrow {
    background-image: url('img/arrow.svg');
    background-repeat: no-repeat;
    background-position: center right;
    width: 100%;
    height: 16px;
}

.mobile-menu {
    background-image: url('img/mobile-menu.svg');
    background-repeat: no-repeat;
    background-position: center;
    width: 34px;
    height: 24px;
    cursor: pointer;
    flex: 0 0 34px;
}

.menu-fullscreen {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #32BF9E;
    z-index: 1000000;
    color: #fff;
    display: none;
}

.menu-close {
    position: absolute;
    right: 30px;
    top: 20px;
    width: 32px;
    height: 32px;
    line-height: 32px;
    font-size: 50px;
    font-family: "LatoLatinWeb", sans-serif;
    cursor: pointer;
}

.menu-arrow {
    position: fixed;
    top: 100px;
    left: 3%;
    width: 94%;
    height: 16px;
    background-image: url('img/arrow-white-long.svg');
    background-position: right center;
    background-repeat: no-repeat;
}

.menu-hodec {
    width: 100%;
    height: 126px;
    position: fixed;
    left: 0;
    top: 140px;
    background-image: url('img/hodec.png');
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
}

.menu-links {
    display: flex;
    position: fixed;
    top: 290px;
    gap: 20px;
    left: 0;
    width: 100%;
    align-items: center;
    flex-direction: column;
}

.menu-links a {
    color: #fff;
    text-transform: uppercase;
    font-size: 30px;

}

@media (max-height: 480px) {
    .menu-arrow {
        top: 70px;
    }
    .menu-hodec {
        top: 90px;
        height: 64px;
    }
    .menu-links {
        top: 160px;
        gap: 14px;
    }
    .menu-links a {
        font-size: 18px;
    }
}

.main-content {
    display: grid;
    grid-template-columns: 2fr;
    grid-template-rows: 3fr;
    gap: 10px;
    margin-top: 15px;
}

.grid-item-a {grid-row: 1 / span 1;grid-column: 1 / span 2;}
.grid-item-b {grid-row: 3 / span 1;grid-column: 1 / span 2;}
.grid-item-c {grid-row: 2 / span 1;grid-column: 1 / span 2;margin-top:30px}

.mm-titleline {
    background: #fff;
    display: flex;
    gap: 20px;
    align-items: center;
    padding: 10px;
}

.mm-title {
    text-transform: uppercase;
    font-weight: bold;
    font-size: 18px;
}

.mm-arrow {
    background-image: url('img/arrow.svg');
    background-repeat: no-repeat;
    background-position: center right;
    width: 100%;
    height: 16px;
    display: none;
}

.mm-number {
    background-color: #fff;
    text-align: right;
    font-size: 60px;
    font-weight: bold;
    padding: 0 10px 10px;
}

.mm-steps {
    text-transform: uppercase;
    background: #000;
    color: #f2f7ff;
    font-size: 18px;
    font-weight: bold;
    padding: 10px;
}

.onkoman-text {
    background-color: #fff;
    padding: 10px;
    display: flex;
    flex-direction: column;
    gap:16px;
    background-image: url('img/mas-jajca-s.png');
    background-repeat: no-repeat;
    background-position: bottom center;
    background-size: 303px auto;
    padding-bottom: 180px;
}

.onkoman-text p, .obrazec p {
    margin: 0;
    font-size: 15px;
    line-height: 17px;
    font-family: "LatoLatinWeb", sans-serif;
}

.onkoman-text p:last-of-type {
    margin: 0;
}

.obrazec {
    background: #32BF9E;
    padding: 10px;
}

.main-content h2 {
    text-transform: uppercase;
    font-size: 18px;
    font-weight: bold;
}

.blocks {
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: 4fr;
    gap: 15px;
    margin-top: 30px;
}

.block-title {
    background-color: #32BF9E;
    font-size: 18px;
    font-weight: bold;
    line-height: 46px;
    padding: 0 10px;
    text-transform: uppercase;
}

.block-content {
    background: #fff;
    display: flex;
    padding: 5px 10px 5px 5px;
    justify-content: space-between;
}

.block-image {
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    height: 82px;
    width: 100%;
}

.number-image {
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center left;
    height: 82px;
    width: 150px;
}

.number-number {
    font-size: 50px;
    line-height: 82px;
    font-weight: bold;
    text-align: right;
}

.block-rounded {
    border-radius: 0 0 10px 10px;
    overflow:hidden
}

.block-person {
    display: block;
    background-repeat: no-repeat;
    background-position: right bottom;
    background-color: #fff;
    height: 92px
}

.block-person.person-1 {background-image:url('img/pricevanje-1.png');background-size: 123px 96px}
.block-person.person-2 {background-image:url('img/pricevanje-2.png');background-size: 125px 97px}
.block-person.person-3 {background-image:url('img/pricevanje-3.png');background-size: 149px 115px}

.block-person-name {
    color: #0B1DF6;
    text-transform: uppercase;
    font-size: 18px;
    font-weight: bold;
    position: absolute;
    left: 15px;
    bottom: 10px
}

.block-person-name span {
    text-transform: none;
    font-weight: normal;
}

.punchline {
    color: #1E3A5F;
    margin: 50px 0;
}

.punchline h2 {
    font-size: 40px;
    font-weight: bold;
    margin-bottom: 6px
}

.punchline p {
    font-size: 16px;
    line-height: 28px;
    font-weight: bold;
}

.punchline p span {
    display: inline-block;
    color: #32BF9E;
    height:20px;
    position: relative;
    z-index: 1;
}

.punchline p span::before {
    content: ' ';
    position: absolute;
    display: block;
    width: 100%;
    height: 66px;
    background-image: url('img/balls.png');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    transform: translateY(-28px);
    z-index: -1;
}

.footer-arrow {
    background-image: url('img/arrow.svg');
    background-repeat: no-repeat;
    background-position: center right;
    width: 100%;
    height: 16px;
    margin-top: 25px;
}

.footer-logos {
    display: flex;
    gap: 10px;
    align-items: start;
    justify-content: space-between;
    margin: 30px 0 25px;
    font-size: 12px;
}

.logo-tsmedia a {margin-top: 16px;display:block}
.logo-onkoman a {margin-top: 16px;display:block}

.logo-zmuvej-se {padding-top:3px}
.logo-onkoman {margin-right: 16px;}

.logo-tsmedia, .logo-tsmedia img {width: 78px}
.logo-zmuvej-se, .logo-zmuvej-se img {width: 64px}
.logo-onkoman, .logo-onkoman img {width: 72px}

.only-xl {display: none;}

.step-2, .step-confirm, .step-ty {
    display: none;
}

.form-cont {
    padding: 0;
}

.form-cont h2 {
    margin-bottom: 20px;
}

.form-cont label {
    display: block;
    font-size: 14px;
    margin-bottom: 4px;
    text-transform: uppercase;
}

.form-cont label a {
    color: #000;
    text-decoration: underline;
}

.form-cont .rules-cont {
    display: flex;
    align-items: start;
    gap: 8px;
    margin-bottom: 8px;
}

.form-cont .rules-cont input {
    flex: 0 0 20px
}

.form-cont label.label-rules {
    text-transform: none;
    font-family: "LatoLatinWeb", sans-serif;
    margin-bottom: 0px;
}

.form-cont .next-step {
    background-image: url('img/arrow-white.svg');
    background-repeat: no-repeat;
    background-position: center right;
    height: 40px;
    width: 66px;
    margin: 0 0 0 auto;
    cursor: pointer;
}

.form-cont input[type="text"], .form-cont input[type="email"], .form-cont input[type="number"] {
    width: 100%;
    font-size: 16px;
    padding: 8px;
    height:40px;
    margin: 4px 0 4px;
    display: block;
    font-family: "LatoLatinWeb", sans-serif;
}

#dropzone {
    margin-bottom: 4px;
}

.form-cont .submit-steps {
    background: #000;
    color: #fff;
    text-transform: uppercase;
    font-weight: bold;
    border-radius: 10px;
    padding: 10px 15px;
    font-size: 18px;
    line-height: 40px;
    width: 100%;
    cursor: pointer;
    text-align: center;
}

.report {color: red;margin-bottom: 12px;height:12px;font-size:14px}

.support-page {
    max-width: 825px;
    margin-bottom: 50px;
}

.support-page h2 {
    text-transform: uppercase;
    font-size: 18px;
    line-height: 24px;
    margin: 25px 0;
    font-weight: bold;
}

.support-page p, .support-page h3 {
    font-family: "LatoLatinWeb", sans-serif;
    font-size: 16px;
    line-height: 22px;
    margin-bottom: 20px;
}

.support-page h3 {
    font-weight: bold;
    margin-top: 30px;
}

.support-page.good-to-know h3 {
    color: #32BF9E;
    margin-bottom: 5px;
    font-size: 20px;
    line-height: 24px;
}

.support-page span {
    color: #32BF9E;
    font-weight: bold;
}

.support-page a {
    color: #32BF9E;
    text-decoration: underline;
    font-weight: bold;
}

.support-page span.black {
    color: #000;
}

@media (min-width: 768px) {
    .container {
        max-width: 768px;
        padding: 15px;
    }

    .links {
        display: flex;
    }

    .mobile-menu {
        display: none;
    }
    .main-content {
        margin-top:20px;
    }

    .grid-item-a {grid-row: 1 / span 1;grid-column: 1 / span 2;}
    .grid-item-b {grid-row: 2 / span 2;grid-column: 1 / span 1; margin-top:20px;}
    .grid-item-c {grid-row: 2 / span 2;grid-column: 2 / span 1; margin-top:20px; width:364px}
    .mm-titleline {
        background: #fff;
        display: flex;
        gap: 20px;
        align-items: center;
        padding: 16px 15px;
    }
    .mm-number {
        padding: 0 16px 16px;
    }
    .mm-title {
        font-size: 24px;
    }
    .mm-arrow {
        display: block;
    }
    .onkoman-text {
        background-image: url('img/mas-jajca-m.png');
        background-size: 350px auto;
        padding-bottom: 172px;
    }
    .blocks {
        grid-template-columns: 1fr 1fr;
        grid-template-rows: 1fr 1fr;
        gap: 10px
    }
    .punchline h2 {
        font-size: 40px;
    }

    .punchline.larger h2 {
        font-size: 60px;
    }

    .punchline p {
        font-size: 30px;
        line-height: 1.5em;
    }

    .punchline p span {
        height:32px;
    }

    .punchline p span::before {
        width: 100%;
        height: 122px;
        transform: translateY(-48px);
    }
    .logo-tsmedia, .logo-tsmedia img {width: 165px}
    .logo-zmuvej-se, .logo-zmuvej-se img {width: 104px}
    .logo-onkoman, .logo-onkoman img {width: 144px}
}

@media (min-width: 1024px) {
    .container {
        max-width: 1024px;
    }
    .links a {
        font-size: 24px;
    }
    .main-content {
        gap: 20px;
    }
    .grid-item-a {grid-row: 1 / span 1;grid-column: 1 / span 1;}
    .grid-item-b {grid-row: 2 / span 1;grid-column: 1 / span 1;margin-top:0px;}
    .grid-item-c {grid-row: 1 / span 2;grid-column: 2 / span 1;margin-top:0px;}
    .mm-title {
        font-size: 30px;
    }
    .mm-number {
        font-size: 80px;
        padding: 0 16px 25px;
    }
    .onkoman-text p, .obrazec p {
        font-size: 16px;
        line-height: 18px;
    }
    .main-content h2 {
        font-size: 30px;
    }
    .obrazec {
        padding: 15px;
    }
    .blocks {
        gap: 20px;
        margin-top: 40px;
    }
    .block-title {
        font-size: 19px;
        font-weight: bold;
        line-height: 46px;
        padding: 0 20px;
        text-transform: uppercase;
    }
    .punchline h2 {
        font-size: 50px;
    }

    .punchline.larger h2 {
        font-size: 80px;
    }

    .punchline p {
        font-size: 30px;
    }
    .punchline.larger p {
        font-size: 50px;
    }
    .punchline p span {
        height:54px;
    }
    .punchline p span::before {
        width: 100%;
        height: 204px;
        transform: translateY(-80px);
    }
    .footer-logos {
        font-size: 16px;
    }
    .logo-tsmedia, .logo-tsmedia img {width: 205px}
    .logo-zmuvej-se, .logo-zmuvej-se img {width: 104px}
    .logo-onkoman, .logo-onkoman img {width: 204px}

    .support-page h2 {
        font-size: 24px;
        line-height: 28px;
        margin: 30px 0;
    }
}

@media (min-width: 1250px) {
    .container {
        max-width: 1250px;
        padding: 20px;
    }
    .links a {
        font-size: 30px;
    }
    .grid-item-c {width: 452px}
    .onkoman-text {
        background-image: url('img/mas-jajca-l.png');
        background-position: bottom right;
        background-size: 290px auto;
        padding-bottom: 10px;
    }
    .only-xl {display: inline-block;}
    .blocks {
        grid-template-columns: 1fr 1fr 1fr 1fr;
        grid-template-rows: 1fr;
    }
    .support-page h2 {
        font-size: 32px;
        line-height: 36px;
    }
}

@media (min-width: 1440px) {
    .container {
        max-width: 1440px;
        padding: 25px;
    }
    .grid-item-c {width: 469px}
    .block-title {
        font-size: 20px;
    }
    .number-number {
        font-size: 54px;
    }
    .punchline.larger h2 {
        font-size: 100px;
    }
    .punchline.larger p {
        font-size: 60px;
    }
    .logo-tsmedia, .logo-tsmedia img {width: 318px}
    .logo-zmuvej-se, .logo-zmuvej-se img {width: 140px}
    .logo-onkoman, .logo-onkoman img {width: 256px}
}

#loader {
    background-color: rgba(0,0,0,0.5);
    display: none;
    position: absolute;
    left: 0;
    top :0;
    width: 100%;
    height: 100%;
    z-index:10;
}

#loader img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}