*{
	box-sizing: border-box;
  	margin: 0;
  	padding: 0;
  	transition-duration: 400ms;
}

@font-face {
  font-family: 'Satoshi';
  src: url('./font/Satoshi.ttf') format('truetype');
  font-weight: 300 900;
  font-display: swap;
  font-style: normal;
}

:root{
	--border: solid 1px rgba(75, 81, 92, 0.1);
    --shadow: 0px 10px 20px rgba(75, 81, 92, 0.15);
    --btnShadow: 0 0 0 3px var(--secondary);
    --primary: #004195;
    --secondary: #ff8b02;
    --black: #181818;
    --gray: #4D4D4D;
    --light-gray: #F7F7FA;
    --red: #FF2E46;
}

body, html{
  	scroll-behavior: smooth;
	position: relative;
}

body, input, textarea, button, select{
    -webkit-font-smoothing: antialiased;
  	font-family: "Satoshi", sans-serif;
  	color: var(--gray);
	font-weight: 400;
	font-style: normal;
	font-size: 16px;
	height: fit-content;
}

.input-error{
    position: relative;
}

.modal_wait{
    padding: 3em;
    border-radius: 12px;
    text-align: center;
    background: var(--light-gray);
}
.wait_modal_container{
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
    display: none;
    justify-content: center;
    align-items: center;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 1000;
}
.modal_wait .loader{
    display: block;
    position: relative;
    height: 35px;
    width: 35px;
    top: 15px;
    left:50%;
}
.margin-top-2{
    margin-top: 2em;
}
.volani-balicky{
    grid-template-columns: 1fr 1fr 1fr;
    align-items: center;
    gap: 30px;
}
.volani-balicky-two{
    grid-template-columns: 1fr 1fr;
    align-items: center;
    gap: 30px;
}
.container{
    --padding: 30px;
    --max-width: 1230px;
    --pop-width: calc(((1350px) - var(--max-width)) / 2);

    display: grid;
    grid-template-columns: [fw-start] minmax(var(--padding), 1fr) [pop-start] minmax(0, var(--pop-width)) [content-start] min(100% - (var(--padding) * 2), var(--max-width)) [content-end] minmax(0, var(--pop-width)) [pop-end] minmax(var(--padding), 1fr) [fw-end];
}

.container > :not(.pop, .fw){
    grid-column: content;
}

.container .pop{
    grid-column: pop;
    padding: 60px;
}

.container .fw{
    grid-column: fw;
}

h1, h2, h3, h4, h5, h6{
    color: var(--black);
    font-weight: 900;
}

.grid{
    display: grid;
}

.flex{
    display: flex;
}

.btn{
    padding: 12px 18px;
    background: var(--secondary);
    text-decoration: none;
    font-size: 14px;
    font-weight: 700;
    color: white;
    border-radius: 8px;
    width: fit-content;
    letter-spacing: 1px;
    display: flex;
}

.btn:hover, button:hover, input.submit:hover{
    box-shadow: var(--btnShadow);
    border-radius: 4px;
}

input:not(.submit, [type="checkbox"]), textarea, select{
    outline: none;
    border: var(--border);
    font-size: 14px;
    font-weight: 400;
    box-shadow: var(--shadow);
    border-radius: 8px;
    padding: 15px 20px;
    font-family: "Satoshi", sans-serif;
}

input::placeholder,
textarea::placeholder,{
    font-size: 14px;
    font-weight: 400;
}

input.submit{
    outline: none;
    border: none;
    font-size: 14px;
    font-weight: 400;
    border-radius: 8px;
    padding: 15px 20px;
    font-family: "Satoshi", sans-serif;
    cursor: pointer;
    font-size: 14px;
    font-weight: 700;
    background: var(--secondary);
    color: white;
}

.social-media{
    font-size: 20px;
}

.gdpr a:hover{
    color: var(--secondary) !important;
}

.icon-text{
    align-items: center;
    gap: 10px;
}

.icon-text i{
    color: var(--secondary);
}

.icon{
    text-align: center;
    width: 20px;
    margin-right: 0.2em;
}

.hidden{
    display: none !important;
}

.site-heading-content{
    padding: 100px 60px;
    gap: 30px;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    border-radius: 20px;

}

.site-heading-content h1{
    font-weight: 400;
    font-size: 48px;
    color: white;
}

.site-heading-content h1 b{
    font-weight: 900;
}

.site-heading{
    margin-top: 30px;
    padding: 0 !important;
}

@media screen and (max-width: 1230px){
    .site-heading-content h1{
        font-size: 40px;
    }
}

@media screen and (max-width: 767px){
    .site-heading{
        grid-column: fw !important;
        margin-top: 0;
    }

    .site-heading-content{
        padding: 100px 30px !important;
        border-radius: 0;
    }

    .site-heading-content h1{
        font-size: 32px;
    }

    .site-heading-content .btn{
        padding: 10px 20px;
    }
}

.icon-list{
    list-style: none;
    gap: 15px;
}

.icon-list-item{
    gap: 15px;
    align-items: center;
    color: var(--black);
    font-weight: 700;
    font-size: 16px;
}

.icon-list-item i{
    color: var(--secondary);
}

.recenze-container{
    grid-template-columns: 1fr 1fr 2fr;
    gap: 30px;
}

.recenze{
    padding: 30px;
    gap: 20px;
    background: white;
    box-shadow: var(--shadow);
    border: var(--border);
    border-radius: 20px;
    align-content: center;
    justify-items: center;
}

.recenze span{
    font-size: 24px;
    font-weight: 900;
}

.recenze-text span{
    font-size: 16px;
    justify-self: right;
}

.recenze-section{
    gap: 30px;
    margin: 50px 0;
}

.recenze-section h2{
    font-size: 32px;
}

.recenze-section-televize{
    background-image: url("/static/storage/a931e90e7c1946a396f2557cab6a66cb.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    border-radius: 20px;
    margin: 50px 0 100px 0;
}

.recenze-section-televize h2{
    color: white;
}
.info-sekce{
    grid-template-columns: 1fr 1fr;
    gap:30px;
    padding:30px !important;
}
.archiv-sekce{
    grid-template-columns: 1fr 1fr;
    gap: 30px;
    padding: 30px !important;
    margin: 0px 17px;
}
.archiv-sekce iframe{
    height: 280px;
}
.archiv-grid{
    grid-template-columns: 1fr 1fr;
}
.map{

}
.border-shadow{
    border: var(--border);
    box-shadow: var(--shadow);
    border-radius: 20px;
}
.p-0{
    padding:0 !important;
}
.p-1{
    padding:1em;
}
.p-2{
    padding:2em;
}
.mb-5{
    margin-bottom:5em;
}
.cam-img{
    object-fit: cover;
    height: 100%;
    border-radius: 20px;
    width: 100%;
}
.camera{
    height:471px;
}
.align-center{
    align-items: center;
}
.align-start{
    align-items: start;
}
.video-header{
    border: var(--border);
    padding: 30px;
    border-radius: 20px 0 0 20px;
    background: white;
}
.image-header{
    border: var(--border);
    padding: 30px;
    border-radius: 0 20px 20px 0;
    background:white;
}
.image-header:hover{
    cursor:pointer;
}
.image-header.enabled i{
    transform: rotate(180deg)
}
.video-header:hover{
    cursor:pointer;
}
.enabled{
}
.bg-light-gray{
    background:var(--light-gray);
}
@media screen and (max-width: 1230px){
    .recenze-container{
        grid-template-columns: 1fr 1fr;
    }

    .recenze-text{
        grid-column: span 2;
    }

    .recenze-section-televize h2,
    .recenze-section-internet h2{
        font-size: 24px;
    }


}

@media screen and (max-width: 767px){
    .recenze-container{
        grid-template-columns: 1fr;
    }

    .recenze-text{
        grid-column: span 1;
    }

    .recenze-section-televize{
        grid-column: fw !important;
        border-radius: 0 !important;
        padding: 60px 30px !important;
    }
}

.dropdown-menu{
    background: white;
    border-radius: 8px;
    box-shadow: var(--shadow);
    border: var(--border);
    width: 100%;
    overflow-y: auto;
    display: none;
    margin-top: -15px;
}

.dropdown-menu.show{
    max-height: 200px;
    display: grid;
}

.dropdown-menu a{
    text-decoration: none;
    padding: 15px 20px;
    color: var(--black);
    font-size: 14px;
}

.dropdown-menu a:hover{
    background: var(--light-gray);
}

#input-group-hidden{
    display: none;
}

#input-group-hidden.show{
    display: grid;
}

.ruian-no-results{
    padding: 15px 20px;
    font-weight: 400;
    background: var(--red);
    border-radius: 8px;
    display: none;
}

.ruian-no-results, .ruian-no-results a{
    color: white;
}


.ruian-no-results, .ruian-no-results a:hover{
    text-decoration: none;
}

header{
    z-index: 10000;
    background: white;
}

header.sticky{
    border-bottom: var(--border);
    box-shadow: var(--shadow);
    position: sticky;
    top: 0;
}

header .content{
    align-items: center;
    justify-content: space-between;
}

.header-logo img{
    width: 120px;
}

.nav-container{
    justify-items: right;
    z-index: 1000;
}

.top-bar{
    gap: 30px;
    padding: 15px 0;
}

.hotline-container{
    gap: 15px;
}

.customer-portal,
.hotline-container .hotline{
    gap: 10px;
    align-items: center;
    text-decoration: none;
    font-weight: 700;
    color: var(--black);
}

.customer-portal:hover,
.hotline-container .hotline:hover{
   color: var(--secondary);
}

.hotline-container span{
    font-size: 14px;
    font-weight: 700;
    color: #00881F;
    background: #DAF4E0;
    padding: 3px 5px;
    border-radius: 8px;
}

.customer-portal i,
.hotline-container .hotline i{
    color: var(--secondary);
}

nav{
    gap: 30px;
    border-top: 1px solid rgba(77,77,77,0.25);
}

.nav-link{
    border-bottom: 3px solid transparent;
    color: var(--black);
    font-weight: 900;
    text-decoration: none;
    padding: 15px 0 12px 0;
}

.nav-link:hover{
    border-bottom-color: var(--black);
}

.mobile-menu{
    width: 24px;
    display: none;
    gap: 5px;
    cursor: pointer;
}

.mobile-menu span{
    width: 100%;
    height: 4px;
    background: var(--black);
    border-radius: 30px;
}

.mobile-menu:hover span{
    background: var(--secondary);
}

.mobile-menu.active span{
    background: var(--primary);
}

.mobile-menu.active:hover span{
    background: var(--secondary);
}

.mobile-menu.active :nth-child(1){
    transform: rotate(-45deg) translateY(6px);
}

.mobile-menu.active :nth-child(2){
    transform: rotate(45deg) translateY(-6px);
}

@media screen and (max-width: 1230px){
    header{
        padding: 15px 0;
    }

    .mobile-menu{
        display: grid;
    }

    .nav-container{
        background: white;
        position: absolute;
        top: 91px;
        left: -100%;
        width: 100%;
        height: calc(100svh - 91px);
        align-content: center;
        justify-items: center;
        gap: 50px;
    }

    .hotline-container{
        flex-direction: column;
        align-items: center;
        gap: 10px;
    }

    .nav-container.active{
        left: 0;
    }

    nav{
        flex-direction: column;
        text-align: center;
        border: none;
        grid-row: 1;
        gap: 15px;
    }

    .top-bar{
        flex-direction: column-reverse;
        align-items: center;
    }
}

footer{
    background: var(--black);
    padding: 50px 0 30px 0;
}

footer .columns{
    padding-bottom: 50px;
    grid-template-columns: 1.5fr 1fr 1fr 1fr;
    gap: 50px;
}

footer .columns .logo-col{
    color: white;
    gap: 30px;
}

footer .columns .logo-col img{
    width: 120px;
}

footer .columns .link-col{
    gap: 30px;
    align-content: start;
}

footer .columns .link-col h2{
    color: white;
    font-size: 20px;
}

footer .columns .link-col ul{
    color: white;
    gap: 15px;
    list-style:none;
}

footer .columns .link-col ul li a{
    color: white;
    font-size: 16px;
    text-decoration: none;
}

footer .columns .link-col ul li a:hover{
    text-decoration: underline;
}

footer .info-bar{
    align-items: center;
    justify-content: space-between;
    color: white;
    font-weight: 300;
    font-size: 14px;
}

footer .info-bar .social-media-container{
    gap: 15px;
}

footer .info-bar .social-media-container .social-media{
    color: white;
}

footer .info-bar .social-media-container .social-media:hover i{
    color: var(--secondary);
}

@media screen and (max-width: 1230px){
    footer .columns{
        grid-template-columns: 1fr 1fr;
    }
}

@media screen and (max-width: 767px){
    footer .columns{
        grid-template-columns: 1fr;
    }
}

.hero{
    background-image: url("/static/storage/20a3f92aadec48d889da4ec2b3ab2abc.jpg");
    height: 500px;
    background-position: left;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 20px;
    margin-top: 30px;
    grid-template-columns: 1fr 1fr;
    gap: 30px;
}

.hero-container{
    justify-items: right;
    gap: 50px;
    align-items: center;
}

.hero-container .text{
    justify-items: right;
    gap: 15px;
}

.hero-container .text *{
    color: white;
}

.hero-container .text h2{
    font-size: 32px;
    font-weight: 400;
    align-items: center;
    gap: 10px;
    width: fit-content;
    text-align: right;
}

.hero-container .text h1{
    font-size: 48px;
    font-weight: 400;
    text-align: right;
}

.hero-container .text h1 b{
    font-weight: 900;
}

.hero-form{
    position: relative;
    z-index: 100;
    padding: 30px;
    gap: 15px;
    background: white;
    border-radius: 20px;
    box-shadow: var(--shadow);
    border: var(--border);
}

.hero-form h3{
    font-weight: 900;
    font-size: 24px;
    line-height: 1;
}

.hero-form .input-group{
    grid-template-columns: 1fr;
    gap: 15px;
}

.hero-form .submit-group{
    gap: 10px;
}

.hero-form .submit-group .gdpr,
.hero-form .submit-group .gdpr a{
    color: #A8A8A8;
    font-size: 10px;
}

@media screen and (max-width: 1230px){
    .hero{
        grid-template-columns: 1fr;
        padding: 200px 30px !important;
        height: 600px;
        grid-column: fw !important;
        border-radius: 0;
        margin-top: 0;
    }
    .kk{
        display: none;
    }
}

@media screen and (max-width: 767px){
    .hero{
        padding: 300px 30px !important;
    }

    .hero-container .text h1{
        font-size: 40px;
    }

    .hero-container{
        gap: 50px;
    }

    .hero-container .text h2{
        font-size: 24px;
    }

    .hero-form h3{
        font-size: 18px;
    }
}
.odstavec a {
    color: var(--black);
}
.odstavec a:hover{
    color: var(--secondary);
}
.vyhody{
    grid-template-columns: 1fr 1fr;
    padding: 150px 0 50px 0;
    gap: 30px;
}

.vyhoda{
    padding: 50px;
    gap: 20px;
    background: white;
    border-radius: 20px;
    box-shadow: var(--shadow);
    border: var(--border);
}

.vyhoda .heading{
    gap: 30px;
    align-items: center;
}

.vyhoda .heading i{
    font-size: 64px;
    color: var(--secondary);
}

.vyhoda .heading h2{
    font-weight: 900;
}

@media screen and (max-width: 1230px){
    .vyhody{
        grid-template-columns: 1fr;
    }

    .vyhody{
        padding-top: 200px;
    }
}

@media screen and (max-width: 767px){
    .vyhody{
        padding-top: 250px;
    }

    .vyhoda .heading i{
        font-size: 48px;
    }

    .vyhoda .heading h2{
        font-size: 18px;
    }
}

.vite-ze{
    background-image: url("/static/storage/62976c37b3a64983badbee0f09890062.jpg");
    border-radius: 20px;
    grid-template-columns: 1fr 1fr;
    gap: 30px;
    margin: 50px 0;
}

.vite-ze-item{
    gap: 30px;
    align-items: center;
}

.vite-ze-item .text{
    gap: 10px;
}

.vite-ze-item .text h2{
    font-size: 20px;
    font-weight: 900;
    color: white;
}

.vite-ze-item .text p{
    color: white;
}

.vite-ze-item img{
    filter: brightness(0) saturate(100%) invert(100%) sepia(6%) saturate(0%) hue-rotate(115deg) brightness(108%) contrast(108%);
    width: 64px;
    height: 64px;
}

@media screen and (max-width: 1230px){
    .vite-ze{
        grid-template-columns: 1fr;
    }
}

@media screen and (max-width: 767px){
    .vite-ze{
        grid-column: fw !important;
        border-radius: 0;
        padding: 60px 30px !important;
    }

    .vite-ze-item .text h2{
        font-size: 18px;
    }

    .vite-ze-item img{
        width: 48px;
        height: 48px;
    }
}

.dostupnost{
    grid-template-columns: 1fr 1fr;
    padding: 50px 0;
    gap: 30px;
}

.dostupnost-content{
    gap: 30px;
    align-content: center;
}

.dostupnost-content h2{
    font-size: 40px;
    font-weight: 400;
}

.dostupnost-content h2 b{
    font-weight: 900;
}

.dostupnost-mapa{
    width: 350px;
    height: 350px;
    align-self: center;
    justify-self: center;
}

.dostupnost-form{
    gap: 15px;
}

.dostupnost-form .input-group{
    gap: 15px;
    grid-template-columns: 1fr;
}

.dostupnost-form .submit-group{
    gap: 10px;
}

.dostupnost-form .submit-group .gdpr,
.dostupnost-form .submit-group .gdpr a{
    color: #A8A8A8;
    font-size: 10px;
}

@media screen and (max-width: 1230px){
    .dostupnost{
        grid-template-columns: 1fr;
        gap: 70px;
    }
}

@media screen and (max-width: 767px){
    .dostupnost-content h2{
        font-size: 24px;
    }

    .dostupnost-mapa{
        width: 300px;
        height: 300px;
    }
}

.novinky{
    gap: 30px;
    background-image: url("/static/storage/a931e90e7c1946a396f2557cab6a66cb.jpg");
    border-radius: 20px;
    margin: 50px 0;
}

.novinky h2{
    justify-self: center;
    color: white;
    font-size: 32px;
}

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

}

@media screen and (max-width: 767px){
    .novinky{
        grid-column: fw !important;
        border-radius: 0;
        padding: 60px 30px !important;
    }

    .novinky h2{
        font-size: 24px;
    }
}

.trybuy{
    padding: 50px 0;
    grid-template-columns: 1fr 1fr;
    gap: 30px;
}

.trybuy-text{
    gap: 30px;
    align-content: center;
}

.trybuy-text h2{
    font-size: 32px;
}

.trybuy-img{
    width:100%;
    height: 350px;
    object-fit: cover;
    border-radius: 20px;
}

@media screen and (max-width: 1230px){
    .trybuy{
        gap: 50px;
        grid-template-columns: 1fr;
    }

    .trybuy-img{
        height: 350px;
        grid-row: 1;
    }
}

@media screen and (max-width: 767px){
    .trybuy-text h2{
        font-size: 24px;
    }

    .trybuy-img{
        height: 300px;
    }
}

.hp-contact-form{
    margin-top: 50px;
    padding: 100px 0;
    background: var(--primary);
}

.hp-contact-form h2{
    color: white;
}

.hp-form-main{
    grid-template-columns: 2fr 1fr;
}

.hp-form-container{
    gap: 30px;
    padding-right: 30px;
    border-right: 1px solid rgba(255, 255, 255, 0.5);
}

.hp-form-container h2{
    font-size: 32px;
}

.hp-form{
    gap: 30px;
}

.hp-form .input-group{
    grid-template-columns: 1fr 1fr;
    gap: 30px;
}

.hp-form .submit-group{
    gap: 10px;
}

.hp-form .submit-group .gdpr,
.hp-form .submit-group .gdpr a{
    color: white;
    font-size: 10px;
}

.contact-call{
    padding-left: 30px;
    align-content: space-between;
}

.call-us{
    gap: 15px;
}

.call-us h3{
    font-size: 16px;
    color: white;
}

.call-us a{
    font-size: 32px;
    color: white;
    text-decoration: none;
    gap: 10px;
    font-weight: 900;
    align-items: center;
}

.call-us a i,
.call-us a:hover{
    color: var(--secondary);
}

.return-call{
    justify-self: bottom;
    gap: 15px;
}

.return-call h3{
    color: white;
    font-size: 16px;
}

.return-call .input-group{
    gap: 30px;
}

.return-call .submit-group{
    gap: 10px;
}

.return-call .submit-group .gdpr,
.return-call .submit-group .gdpr a{
    font-size: 10px;
    color: white;
}

@media screen and (max-width: 1230px){
    .hp-form-main{
        grid-template-columns: 1fr;
        gap: 70px;
    }

    .hp-form-container{
        padding: 0;
        border: none;
    }

    .contact-call{
        padding: 0;
        grid-template-columns: 1fr;
        gap: 30px;
    }

    .contact-call .call-us{
        align-content: start;
    }

    .contact-call .return-call{
    }
}

@media screen and (max-width: 767px){
    .hp-form .input-group{
        grid-template-columns: 1fr;
    }

    .contact-call .call-us a,
    .contact-call .call-us a i{
        font-size: 24px;
    }

    .hp-contact-form h2{
        font-size: 24px;
    }
}

.internet-nabidka-stala{
    gap: 30px;
    padding: 50px 0;
}

.internet-nabidka-stala h2{
    font-size: 32px;
}

.internet-balicky{
    grid-template-columns: 1fr 1fr 1fr;
    align-items: center;
    gap: 30px;
}

.balicek-premium{
    grid-template-columns: 1fr 1fr;
}

.balicek-premium .left{
    background: url('/static/storage/d61ebbe629294e819b013b752e025242.mj');
    background-size: cover;
    background-repeat: no-repeat;
    border-radius: 16px 0 0 16px;
    padding: 50px;
    align-content: center;
}

.balicek-premium .left .nazev-balicku{
    font-size: 24px;
    color: white;
    font-weight: 700;
}

.balicek-premium .left .rychlost{
    font-size: 48px;
    color: white;
    font-weight: 900;
}

.balicek-premium .right{
    padding: 50px;
    gap: 30px;
    grid-template-columns: 1fr 1fr;
}

.balicek-premium .right ul{
    gap: 10px;
    list-style: none;
}

.balicek-premium .right ul li{
    display: flex;
    align-items: center;
    gap: 10px;
}

.balicek-premium .right .price-box{
    align-content: center;
    justify-items: center;
    gap: 30px;
}

.balicek-premium .right .price-box .cena{
    justify-items: center;
}

.balicek-premium .right .price-box .cena .castka{
    color: var(--black);
    font-size: 24px;
    font-weight: 900;
}

.balicek-premium .right .price-box .cena .castka span{
    font-size: 32px;
}

.balicek{
    border: var(--border);
    box-shadow: var(--shadow);
    border-radius: 20px;
}

.balicek .top{
    padding: 30px;
    justify-items: center;
    background: var(--secondary);
    border-radius: 20px 20px 0 0;
}

.balicek .top .nazev-balicku{
    color: white;
    font-weight: 700;
}

.balicek .top .rychlost{
    font-size: 24px;
    color: white;
    font-weight: 900;
}

.balicek .top .rychlost span{
    font-size: 32px;
}

.balicek .bottom{
    padding: 30px;
    justify-items: center;
    background: white;
    border-radius: 0 0 20px 20px;
    gap: 30px;
}

.balicek .bottom .cena{
    justify-items: center;
}

.balicek .bottom .cena .castka{
    color: var(--black);
    font-size: 24px;
    font-weight: 900;
}

.balicek .bottom .cena .castka span{
    font-size: 32px;
}

.balicek .bottom ul{
    gap: 10px;
    list-style: none;
}

.balicek .bottom ul li{
    display: flex;
    align-items: center;
    gap: 10px;
}

.balicek.midcost .bottom{
    padding: 50px 30px;
}

.balicek.highcost .top{
    background: var(--gray);
}

.balicek.highcost.premium .top{
    background: #ffc000 !important;
}

.balicek.lowcost .top{
    background: var(--gray);
}

@media screen and (max-width: 1230px){
    .internet-balicky{
        grid-template-columns: 1fr 1fr;
    }

    .balicek-premium{
        grid-template-columns: 1fr;
    }

    .balicek-premium .left{
        border-radius: 16px 16px 0 0
    }
}

@media screen and (max-width: 767px){
    .internet-balicky{
        grid-template-columns: 1fr;
    }

    .balicek-premium .right{
        grid-template-columns: 1fr;
    }

    .balicek-premium .left{
        padding: 30px 50px;
        text-align: center;
    }

    .balicek-premium .left .nazev-balicku{
        font-size: 16px;
    }

    .balicek-premium .left .rychlost{
        font-size: 32px;
    }

    .balicek-premium .right ul{
        justify-self: center;
    }
}

.potrebujete-poradit{
    background-image: url("/static/storage/677756ffb5554fd582ddf408089590f3.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    border-radius: 20px;
    gap: 30px;
    margin: 50px 0;
}

.potrebujete-poradit h2{
    font-size: 32px;
    color: white;
    font-weight: 400;
}

.potrebujete-poradit h2 b{
    font-weight: 900;
}

.poradit-form{
    gap: 10px;
}

.poradit-form .input-group{
    gap: 30px;
    grid-template-columns: 1fr 1fr 1fr;
}

.poradit-form .input-group .submit{
    background: var(--primary);
}

.poradit-form .gdpr,
.poradit-form .gdpr a{
    color: white;
    font-size: 10px;
}

@media screen and (max-width: 1230px){
    .poradit-form .input-group{
        grid-template-columns: 1fr;
    }

    .potrebujete-poradit h2{
        font-size: 24px;
    }
}

@media screen and (max-width: 767px){
    .potrebujete-poradit{
        grid-column: fw !important;
        padding: 60px 30px !important;
        border-radius: 0;
    }
}

.televize-vyhody{
    padding: 50px 0;
    gap: 30px;
    grid-template-columns: 1fr 1fr;
}

.televize-vyhody .left{
    align-content: center;
    gap: 30px;
}

.televize-vyhody .left h2{
    font-size: 32px;
}

.programy-overview{
    align-self: center;
    justify-self: center;
}

@media screen and (max-width: 1230px){
    .televize-vyhody{
        grid-template-columns: 1fr;
        gap: 50px;
    }

    .televize-vyhody .left h2{
        font-size: 24px;
    }

    .programy-overview{
        width: 80%;
    }
}

.firmy-vyhody{
    padding: 50px 0;
    gap: 30px;
    grid-template-columns: 1fr 1fr;
}

.firmy-vyhody .left{
    align-content: center;
    gap: 30px;
}

.firmy-vyhody .left h2{
    font-size: 32px;
}

.firmy-vyhody .right{
    height: 350px;
    border-radius: 20px;
}

@media screen and (max-width: 1230px){
    .firmy-vyhody{
        grid-template-columns: 1fr;
        gap: 50px;
    }

    .firmy-vyhody .left h2{
        font-size: 24px;
    }

    .firmy-vyhody .right{
        width: 100%;
        height: 100%;
        justify-self: center;
        align-self: center;
    }
}

.firmy-sluzby{
    gap: 30px;
    padding: 50px 0;
}

.firmy-sluzby h2{
    font-size: 32px;
}

.sluzby-container{
    grid-template-columns: 1fr 1fr;
    gap: 30px;
}

.sluzba{
    border: var(--border);
    box-shadow: var(--shadow);
    border-radius: 20px;
    padding: 50px;
    gap: 15px;
  	align-content: flex-start;
}

.sluzba .heading{
    align-items: center;
    gap: 15px;
}

.sluzba .heading i{
    font-size: 32px;
    color: var(--secondary);
}

.sluzba .heading h3{
    font-size: 24px;
}

.sluzba .zobrazit-vice{
    color: white;
    background: var(--secondary);
    border-radius: 100px;
    justify-self: right;
    padding: 6px 10px;
  	align-self: flex-end;
}

@media screen and (max-width: 1230px){
    .sluzby-container{
        grid-template-columns: 1fr;
    }
}

.firmy-recenze{
    background-image: url("/static/storage/a931e90e7c1946a396f2557cab6a66cb.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    border-radius: 20px;
    gap: 30px;
    margin: 50px 0;
}

.firmy-recenze h2{
    color: white;
    font-size: 32px;
}

@media screen and (max-width: 1230px){
    .firmy-recenze{
        border-radius: 0;
        grid-column: fw !important;
        padding: 60px 30px !important;
    }

    .firmy-recenze h2{
        font-size: 24px;
    }
}

.site-heading-no-btn .site-heading-content{
    padding: 130px 60px;
}

.dlazdice-kontakt{
    grid-template-columns: 1fr 2fr;
    gap: 30px;
    margin-top: -50px;
}

.dlazdice{
    justify-content: center;
    text-align: center;
    padding: 30px;
    border-radius: 20px;
    gap: 15px;
    border: var(--border);
    box-shadow: var(--shadow);
}

.kontakt-podpora .kontakt,
.kontakt-obchod .kontakt{
    align-items: center;
    gap: 10px;
    font-size: 24px;
    font-weight: 900;
    text-decoration: none;
}

.kontakt-podpora{
    background: url("/static/storage/677756ffb5554fd582ddf408089590f3.jpg");
    background-size: cover;
    background-repeat: no-repeat;
}

.kontakt-podpora .kontakt{
    color: white;
}

.kontakt-podpora span{
    color: white;
}

.kontakt-podpora .kontakt:hover,
.kontakt-podpora .kontakt:hover i{
    color: var(--primary);
}

.kontakt-obchod{
    background: white;
}

.kontakt-obchod .kontakt{
    color: var(--black);
}

.kontakt-obchod .kontakt:hover{
    color: var(--secondary);
}

.kontakt-obchod .kontakt i{
    color: var(--secondary);
}

.kontakt-obchod .kontakty{
    gap: 30px;
    justify-content: center;
}

@media screen and (max-width: 1230px){
    .dlazdice-kontakt{
        grid-template-columns: 1fr;
    }
}

.site-heading-gdpr{
    border-radius: 0 !important;
}

.site-heading-gdpr{
    height: 388px;
    width: 100%;
    object-fit: cover;
    border-radius: 20px;
}

@media screen and (max-width: 767px){
    .kontakt-obchod .kontakty{
        flex-direction: column;
        gap: 15px;
        align-items: center;
    }

    .site-heading-no-btn .site-heading-content{
        padding: 130px 30px;
    }
}

.pobocka-kontakt{
    margin: 30px 0 0 0;
    grid-template-columns: 1fr 2fr;
    border: var(--border);
    box-shadow: var(--shadow);
    border-radius: 20px;
    gap: 30px;
}

.pobocka-info{
    gap: 15px;
    padding: 50px;
    background: white;
    border-radius: 20px 0 0 20px;
}

.oteviraci-doba-container{
    gap: 5px;
}

.oteviraci-doba-container .jeden-den{
    grid-template-columns: 1fr 1.5fr 1.5fr;
}

.oteviraci-doba-container .jeden-den .den{
    font-weight: 700;
}

.pobocka-kontakt .mapa{
    width: 100%;
    height: 100%;
    border-radius: 0 20px 20px 0;
}

@media screen and (max-width: 1230px){
    .pobocka-kontakt{
        grid-template-columns: 1fr;
        gap: 0;
    }

    .pobocka-info{
        border-radius: 20px 20px 0 0;
    }

    .pobocka-kontakt .mapa{
        height: 350px;
        border-radius: 0 0 20px 20px;
        border:none
    }
}

.kontaktni-udaje{
    grid-template-columns: 1fr 1fr 1fr;
    gap: 30px;
    padding: 50px 0;
}

.kontaktni-udaje h3{
    font-size: 16px;
}

.kontaktni-udaje .col{
    gap: 50px;
    align-content: start;
}

.kontaktni-udaje .row{
    gap: 15px;
}

.kontaktni-udaje .social-media-container{
    gap: 15px;
}

.kontaktni-udaje .social-media-container .social-media{
    font-size: 32px;
    color: var(--secondary);
}

.vyjadreji-site-email,
.ke-stazeni-link{
    color: var(--black);
    width: fit-content;
}

.ke-stazeni-link i,
.ke-stazeni-link:hover{
    color: var(--secondary);
}

.ke-stazeni-container{
    gap: 30px;
}

@media screen and (max-width: 1230px){
    .kontaktni-udaje{
        grid-template-columns: 1fr 1fr;
        gap: 50px;
    }
}

@media screen and (max-width: 767px){
    .kontaktni-udaje{
        grid-template-columns: 1fr;
    }
}

.ke-stazeni-container-page{
    margin: 50px 0;
    padding: 50px;
    background: white;
    border: var(--border);
    box-shadow: var(--shadow);
    border-radius: 16px;
    gap: 30px;
}

.ke-stazeni-link-container-page{
    gap: 10px;
}

.ke-stazeni-link-container-page .ke-stazeni-link{
    font-size: 18px;
    align-items: center;
    gap: 10px;
    font-weight: 500;
}

.nabidka-adresa{
    margin-top: 50px;
    background-image: url('/static/storage/f93877cd5ff44c57bf83a1bf2e297ba2.png');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    border-radius: 20px;
}

.nabidka-adresa .content{
    padding: 40px 0;
}

.nabidka-adresa h2{
    font-size: 24px;
    font-weight: 400;
    color: white;
}

.nabidka-adresa h1{
    font-size: 32px;
    color: white;
    text-transform: uppercase;
}

@media screen and (max-width: 1230px){
    .nabidka-adresa{
        grid-column: fw !important;
        margin-top: 0;
        padding: 60px 30px !important;
        border-radius: 0;
    }
}

.jak-je-venku{
    grid-template-columns: 1fr 1fr;
}

@media screen and (max-width: 1000px){
    .jaromer-site-heading{
        background-size: 250%;
    }
    .info-sekce{
        grid-template-columns: 1fr;
    }
    .archiv-sekce{
        grid-template-columns: 1fr;
    }
    .info-sekce{
        padding: 30px 0 !important;
    }
    .archiv-sekce{
        padding: 30px 0 !important;
    }
    .map{
        height:250px;
    }
    .jak-je-venku{
        grid-template-columns: 1fr;
    }
}

.loader{
    position: absolute;
    right: 15px;
    top: 12px;
    border: 3px solid var(--light-gray);
    border-top: 3px solid var(--secondary);
    border-radius: 50%;
    width: 24px;
    height: 24px;
    animation: spin 1.5s linear infinite;
    display: none;
}
.spinner{
    animation: spin 1.5s linear infinite;
    width: 32px;
    left: 47%;
    top: 50%;
    position: relative;
    display:none;
    margin-top:-33px;
}
.spinner i{
    font-size:2em;
    color: var(--secondary);
}

.default-camera{
    width: 16px;
    left: 50%;
    top: 50%;
    position: relative;
    display:none;
}

.loader.show{
    display: block;
}

.input-group{
    position: relative;
}

@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

.podekovani{
    gap: 100px;
    padding: 200px 0;
    align-items: center;
    justify-content: center;
}

.podekovani i{
    color: var(--primary);
    font-size: 128px;
    align-self: center;
    justify-self: center;
}

.podekovani-text{
    gap: 15px;
}

.podekovani-text h1{
    font-size: 48px;
    color: var(--secondary);
}

.podekovani-text span{
    font-size: 24px;
}

@media screen and (max-width: 1230px){
    .podekovani{
        flex-direction: column;
        gap: 50px;
        padding: 150px 0;
        text-align: center;
    }
}

@media screen and (max-width: 767px){
    .podekovani-text h1{
        font-size: 32px;
        color: var(--secondary);
    }

    .podekovani-text span{
        font-size: 16px;
    }

    .podekovani i{
        font-size: 96px;
    }
}

.top-volani .top{
    background: var(--secondary) !important;
}

.balicek-volani{
    background: white;
    border-radius: 16px;
    box-shadow: var(--shadow);
    border: var(--border);
    margin: 50px 0;
}

.balicek-volani .top{
    padding: 30px;
    background: var(--gray);
    border-radius: 16px 16px 0 0;
    align-content: center;
    justify-items: center;
}

.balicek-volani .top .nazev-balicku{
    color: white;
    text-transform: uppercase;
    font-weight: 700;
}

.balicek-volani .top .hlavni-parametr{
    color: white;
    font-weight: 900;
    font-size: 32px;
}

.balicek-volani .bottom{
    padding: 30px 50px;
    gap: 30px;
    justify-items: center;
}

.balicek-volani .bottom .cena{
    justify-items: center;
}

.balicek-volani .bottom .cena .castka{
    color: var(--black);
    font-size: 24px;
    font-weight: 900;
}

.balicek-volani .bottom .cena .castka span{
    font-size: 32px;
}

.balicek-volani .bottom ul{
    gap: 10px;
    list-style: none;
}

.balicek-volani .bottom ul li{
    display: flex;
    align-items: center;
    gap: 10px;
}

.slick-slide{
    margin-left:  15px;
    margin-right:  15px;
}

.slick-list {
    margin-left: -15px;
    margin-right: -15px;
}

.not-here{
    padding: 100px 0 50px 0;
}

.podpora-heading{
    padding: 50px 0;
}

.faq-container{
    gap: 15px;
    padding: 30px;
    background: white;
    border-radius: 16px;
    box-shadow: var(--shadow);
    border: var(--border);
}

.faq-item{
    cursor: pointer;
    width: 100%;
}

.faq-question{
    padding: 15px 15px 15px 0px;
    align-items: center;
    justify-content: space-between;
    font-weight: 700;
    border-bottom: var(--border);
}

.faq-answer{
    padding: 15px 0;
    display: none;
}

.faq-item.active .faq-question i{
    transform: rotate(180deg);
}

.faq-item.active .faq-answer{
    display: block;
}

h1{
    font-size: 40px;
}

.faq-grid{
    gap: 30px;
    padding: 50px 0;
}

.podpora-dlazdice-container{
    grid-template-columns: 1fr 1fr 1fr;
    gap: 30px;
    margin-top: -50px;
}

.podpora-dlazdice{
    padding: 30px;
    align-items: center;
    justify-content: center;
    gap: 15px;
    border-radius: 16px;
    border: var(--border);
    box-shadow: var(--shadow);
    font-weight: 900;
    color: white;
    text-decoration: none;
    font-size: 22px;
}

.podpora-dlazdice-kontakt{
    background: white;
    color: black;
}

.podpora-dlazdice-rychlost{
    background: var(--secondary);
}

.podpora-dlazdice-teamviewer{
    background: var(--primary);
}

.podpora-dlazdice-teamviewer svg{
    width: 22px;
    height: 22px;
}

.podpora-kontakt{
    margin-top: 50px;
    gap: 50px;
    padding: 50px 0;
    background: var(--primary);
}

.podpora-kontakt h2{
    font-size: 40px;
    color: white;
}

.podpora-form{
    grid-template-columns: 1fr 1fr;
    gap: 30px;
}

.podpora-form h3{
    color: white;
}

.podpora-form .gdpr,
.podpora-form .gdpr a{
    color: white;
}

.call-us-podpora{
    align-content: flex-start;
    gap: 30px;
}

.call-us-contact-group{
    gap: 10px;
}

.call-us-podpora .call-btn{
    width: fit-content;
    gap: 15px;
    font-size: 32px;
    align-items: center;
    color: white;
    text-decoration: none;
    font-weight: 900;
}

.call-us-podpora .call-btn i{
    font-size: 24px;
}

.call-us-podpora .call-btn:hover,
.call-us-podpora .call-btn:hover i{
    color: var(--secondary);
}

.return-call-podpora{
    gap: 15px;

    & .input-group{
        gap: 15px;
    }

    & .submit-group{
        gap: 5px;
    }
}

#section_120{
    background: var(--primary);
}

@media screen and (max-width: 1230px){
    .podpora-dlazdice-container{
        grid-template-columns: 1fr;
        gap: 15px;
        margin-top: 30px;
    }

    .podpora-form{
        grid-template-columns: 1fr;
    }
}

.site-heading-objednavka{
    margin-bottom: 50px;
}

.fancy-radio input{
    display: none;
}

.fancy-radio input:checked + .fancy-radio-select{
    outline-color: var(--secondary);
    box-shadow: var(--shadow);
}

input{
    accent-color: var(--secondary);
}

.fancy-radio-select{
    padding: 30px;
    background: white;
    border: var(--border);
    outline: 3px solid transparent;
    border-radius: 8px;
    align-content: flex-start;
    justify-items: center;
    gap: 10px;
}

.fancy-radio-select .router{
    font-size: 24px;
    font-weight: 700;
}

.fancy-radio-select .text{
    text-align: center;
}

.fancy-radio-select .price{
    font-size: 20px;
    font-weight: 700;
}

.fancy-radio img{
    width: 128px;
    height: 128px;
}

.objednavka-router-select{
    grid-template-columns: 1fr 1fr 1fr 1fr;
    gap: 30px;

    @media screen and (max-width: 1230px){
        grid-template-columns: 1fr 1fr;
    }

    @media screen and (max-width: 767px){
        grid-template-columns: 1fr;
    }
}

.objednavka-doplnkove-sluzby{
    gap: 10px;
}

.doplnkove-sluzby-checkbox{
    gap: 10px;
}

.objednavka-doplnkove-sluzby-container,
.objednavka-router-select-container{
    gap: 15px;
}

.call-btn-black{
    color: var(--black) !important;
}

.call-btn-black:hover{
    color: var(--secondary) !important;
}

.objednavka-osobni-udaje .hp-form-container{
    border-right-color: rgba(77, 77, 77, 0.3);
}

.objednavka-form{
    padding: 50px;
    border: var(--border);
    box-shadow: var(--shadow);
    border-radius: 16px;
    gap: 50px;
    margin: 50px 0;
}

.custom-font-size{
    font-size: 24px
}

.font-white{
    color: var(--black) !important;
}

.font-white a{
    color: var(--black) !important;
}

.font-white a:hover{
    color: var(--secondary) !important;
}

.faq-answer ul, .faq-answer ol{
    list-style-position: inside;
}

.cookies-bar{
    position: fixed;
    padding: 30px;
    border-radius: 10px;
    background: white;
    box-shadow: var(--shadow);
    border: var(--border);
    bottom: 30px;
    left: 30px;
    max-width: 550px;
    gap: 15px;

    @media screen and (max-width: 768px){
        width: calc(100% - 60px)
    }
    @media screen and (max-width: 576px){
        gap: 20px;
    }
}

.cookies-bar.hidden{
    display:none;
}

.cookies-link{
    color: var(--gray);
    max-width: fit-content;
}

.cookies-link:hover{
    text-decoration: none;
}

.cookies-buttons{
    gap: 15px;
    @media screen and (max-width: 576px){
        flex-direction: column;
        gap: 10px;
    }
}

.cookies-button{
    padding: 10px 15px;
    outline: none;
    border: var(--light-gray);
    border-radius: 5px;
    font-weight: 700;
    font-size: 14px;
    color: var(--gray);
    cursor: pointer;
    background: var(--light-gray);
    display:flex;
    flex: 1;
    justify-content: center;
    letter-spacing: 0.5px;
}

.cookies-button:hover{
    box-shadow: 0 0 0 3px var(--light-gray);
    border-radius: 2px;
}

.cookies-button#cookies-accept-button{
    background: var(--black);
    color: white;
}

.cookies-button#cookies-accept-button:hover{
    box-shadow: 0 0 0 3px var(--black);
    border-radius: 2px;
}

.shake {
    animation: shake 0.5s;
    animation-iteration-count: 1;
    border: 1px solid var(--red);
}

@keyframes shake {
    0% { transform: translateX(0); }
    10% { transform: translateX(-2px); }
    20% { transform: translateX(2px); }
    30% { transform: translateX(-3px); }
    40% { transform: translateX(3px); }
    50% { transform: translateX(-4px); }
    60% { transform: translateX(4px); }
    70% { transform: translateX(-3px); }
    80% { transform: translateX(3px); }
    90% { transform: translateX(-2px); }
    100% { transform: translateX(2px); }
}

.allowed-chars{
    padding: 15px 20px;
    font-weight: 400;
    background: var(--red);
    border-radius: 8px;
    color: white;
    position: absolute;
    top: 110%;
    width: 100%;
}

.podpora-kontakt-container{
    background: var(--primary);
}

.gdpr-container{
    padding: 50px 0;
}

.gdpr-image{
    width: 100%;
    border-radius: 20px;
    object-fit: cover;

    @media screen and (max-width: 767px){
        border-radius: 0px;
        height: 300px;
    }
}

.zp-container{
    padding: 50px 0;
}

.teleize-balicky-container{
    padding: 50px 0;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 30px;
    align-items: center;

    @media screen and (max-width: 1230px) {
        grid-template-columns: 1fr 1fr;
    }

    @media screen and (max-width: 767px) {
        grid-template-columns: 1fr;
    }
}

.televize-balicek{
    border: var(--border);
    box-shadow: var(--shadow);
    border-radius: 20px;
    height: fit-content;

    &.popout{
        & .top{
            background: var(--secondary);
        }

        & .bottom{
            padding: 50px 30px;
        }
    }

    & .top{
        padding: 30px;
        justify-items: center;
        background: var(--gray);
        border-radius: 20px 20px 0 0;

        & .nazev-balicku{
            color: white;
            font-weight: 700;
        }

        & .pocet-programu{
            color: white;
            font-weight: 900;
            font-size: 32px;
        }
    }

    & .bottom{
        padding: 30px;
        justify-items: center;
        background: white;
        border-radius: 0 0 20px 20px;
        gap: 30px;

        & .cena{
            justify-items: center;

            & .castka{
                color: var(--black);
                font-size: 32px;
                font-weight: 900;
            }

            & .sleva-btn{
                padding: 5px 10px;
                display: flex;
                align-items: center;
                gap: 7px;
                background: #FDE9D2;
                color: var(--secondary);
                font-weight: 700;
                text-decoration: none;
                font-size: 14px;
                border-radius: 4px;
                margin-top: 10px;

                &:hover{
                    box-shadow: 0 0 0 3px #FDE9D2;
                }
            }
        }

        & .btn{
            width: 100% !important;
            align-items: center;
            justify-content: center;
        }

        & .list-flex{
            gap: 30px;

            & ul{
                gap: 10px;
                list-style: none;
    
                & li{
                    display: flex;
                    align-items: center;
                    gap: 10px;

                    & i{
                        color: var(--primary);
                    }
                }
            }
        }

        & .programy{
            flex-wrap: wrap;
            gap: 10px;
            align-items: center;
        }
    }
}

.televize-zarizeni-wrapper{
    gap: 30px;
    padding: 50px 0;
}

.televize-zarizeni-container{
    grid-template-columns: repeat(4, 1fr);
    gap: 30px;

    @media screen and (max-width: 1230px) {
        grid-template-columns: 1fr 1fr;
    }

    @media screen and (max-width: 767px) {
        grid-template-columns: 1fr;
    }
}

.televize-zarizeni{
    padding: 30px;
    background: white;
    border: var(--border);
    box-shadow: var(--shadow);
    border-radius: 16px;
    gap: 15px;
    justify-items: center;

    & span{
        color: var(--black);
        font-size: 24px;
        font-weight: 700;
    }
}

.balicek-net-tel{
    padding: 50px 0;

    & .balicek{
        & .left{
            @media screen and (max-width: 1230px){
                padding: 50px 30px !important;
            }
        }
        & .right{
            padding: 100px 50px !important;

            @media screen and (max-width: 1230px){
                padding: 50px !important;
            }
        }
    }
}
