@import url('https://fonts.googleapis.com/css2?family=Heebo:wght@100;300;400;500;600;700;800;900&display=swap');
@font-face {
    font-family: 'Netsurf';
    src: url('betutipus-netsurf.TTF') format('woff'), /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
     url('betutipus-netsurf.TTF') format('truetype'); /* Chrome 4+, Firefox 3.5, Opera 10+, Safari 3—5 */
}  
@font-face {
    font-family: 'Palatino';
    src: url('pala.ttf') format('woff'), /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
     url('pala.ttf') format('truetype'); /* Chrome 4+, Firefox 3.5, Opera 10+, Safari 3—5 */
}
@import url('https://fonts.googleapis.com/css2?family=Josefin+Sans:wght@200;500&display=swap');
*{
    margin: 0%;
    padding: 0;
    box-sizing: border-box;
}
body{
    width: 100%;
    position: relative;
    font-family: 'Heebo', sans-serif;
}
.container{
    width: 100%;
    margin: auto;
    max-width: 1440px;
    padding: 10px;
}
a{
    text-decoration: none;
    display: inline-block;
    color: unset;
}
li{
    list-style: none;
}
header{
    position: relative;
    width: 100%;
    min-height: 100vh;
    padding-top: 140px;
    overflow: hidden;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    align-content: center;
    color: white;
}
header .background{
    -webkit-animation: zoomin 15s ease-in infinite;
    animation: zoomin 15s ease-in infinite;
    transition: all 1s ease-in-out;
}
header:after{
    position: absolute;
    z-index: -1;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(0,0,0,.4);
    content: '';
}
.background{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    z-index: -2;
}
.header-title-box{
    max-width: 700px;
}
.header-title-box p{
    line-height: 1.6em;
    padding: 20px 70px 20px 0;
    font-size: 18px;
}
h1{
    font-size: 54px;
    color: #ddc76d;
    line-height: 1em;
    letter-spacing: 5px;
    font-family: 'Netsurf';
}
h1 b{
    color: white;
    display: block;
    font-size: 23px;
}
.btn{
    margin: 15px 0;
    padding: 20px 55px;
    border-radius: 5px;
    font-size: 18px;
    font-weight: 700;
    transition: .2s;
}
.btn:hover{
    opacity: .7;
}
.btn-primary{
    background: #d6111e!important;
    color: white;
}
.btn-lg{
    padding: 40px 55px!important;
    font-size: 24px;
}
.btn-secondary{
    background: #ddc76d;
    color: black;
}
.mr-30{
    margin-right: 30px;
}
main{
    position: relative;
    z-index: 2;
}
.service-box{
    min-height: 250px;
    background-color: #f4f2e9;
    margin-top: -120px;
    border-radius: 10px;
    margin-bottom: 140px;
}
img{
    width: 100%;
}
.flex-box{
    display: flex;
    align-items: center;
}
.box{
    flex: 1;
    padding: 25px;
}
h2{
    font-size: 40px;
    line-height: 1.2em;
    font-family: 'Palatino';
}
h2 b, .btn-box li b{
    color: #d6111e;
}
.service p{
    margin: 20px 0;
    line-height: 1.6em;
}
.btn-box li{
    display: inline-block;
    margin: 15px;
    font-weight: 700;
}
.btn-box li b{
    font-size: 26px;
    margin-right: 15px;
}
.mt-50{
    margin-top: 50px;
}
.advantages .container .flex-box .box{
    text-align: center;
}
.advantages .container .flex-box .box i{
    display: block;
    font-size: 70px;
    color: #d6111e;
}
.advantages{
    border-top: 1px solid #ebe8dd;
    padding: 50px 0;
}
.packages{
    background-color: #171422;
    border-bottom: 6px solid #d6111e;
    text-align: center;
    padding: 40px 0;
}
.transparent-bg{
    background-color: transparent!important;
}
.packages .box{
    padding: 15px;
}
.packages h2{
    color: #d6111e;
}
.packages p, .channels p{
    color: white;
    max-width: 650px;
    margin: 20px auto;
}
.package-card{
    background: white;
    border-radius: 10px;
    overflow: hidden;
    position: relative;
    -webkit-box-shadow: 0px 0px 38px -19px rgba(0,0,0,0.3);
    -moz-box-shadow: 0px 0px 38px -19px rgba(0,0,0,0.3);
    box-shadow: 0px 0px 38px -19px rgba(0,0,0,0.3);
}
.popular{
    background: #d6111e;
    color: white;
    position: absolute;
    right: -80px;
    top: -30px;
    font-size: 17px;
    width: 200px;
    height: 90px;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    transform: rotate(45deg);
}
.package-header{
    background: #ebe8dd;
    padding: 20px 10px 30px 10px;
    position: relative;
}
.package-header h3{
    font-size: 30px!important;
    text-align: center;
}
.blue-text{
    color: #040b69!important;
}
.package-details{
    padding: 15px 10px;
}
.package-details li{
    margin: 10px 0;
    padding: 5px 30px;
    position: relative;
    text-align: left!important;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}
.package-details li i{
    margin-right: 10px;
    color: #d6111e;
}
.list{
    margin: 30px 0;
}
.pack-icon{
    width: 80px;
    height: 80px;
    background: white;
    margin: auto;
    margin-top: -40px;
    border-radius: 50%;
    -webkit-box-shadow: 0px 0px 38px -19px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 0px 38px -19px rgba(0,0,0,0.75);
    box-shadow: 0px 0px 38px -19px rgba(0,0,0,0.75);
}
.newsletter{
    padding: 60px 0;
    background-color: #d6111e;
    border-top: 6px solid #171422;
    border-bottom: 6px solid #171422;
    background-image: url(../images/globus-bg.png);
    background-size: 50%;
    background-position: center;
    background-repeat: no-repeat;
    text-align: center;
}
.newsletter h2{
    color: white;
    max-width: 700px;
    margin: auto;
}
.newsletter h2 b{
    color: black;
}
.newsletter input[type='text']{
    padding: 25px 10px;
    border: 0;
    outline: 0;
    border-radius: 10px;
    width: 100%;
    max-width: 360px;
    text-align: center;
}
.newsletter input[type='submit']{
    border: 0;
    outline: 0;
    background: black;
    color: white;
    padding: 26px 40px;
    border-radius: 0 10px 10px 0;
}
.where{
    background-color: #ddc76d!important;
    background-image: url(../images/globus-bg.png);
    background-size: 50%;
    background-position: center;
    background-repeat: no-repeat;
    text-align: center;
    border-top: 0!important;
    border-bottom: 0!important;
}
.red-color #vannet{
    color: #d6111e!important;
}

.newsletter form{
    text-align: center;
    margin: 10px auto;
}
.television{
    position: relative;
    padding: 120px 0;
}
.television h2{
    margin: 50px 0;
    font-weight: bolder;
}
.television p{
    margin: 20px 0;
}
.television .btn{
    width: max-content;
}
.channels{
    background: #171422;
    border-top: 6px solid #d6111e;
    padding: 90px 10px;
    padding-bottom: 320px;
    color: white;
    text-align: center;
}
.channels .box{
    padding: 15px;
}
.channels .flex-box{
    margin-bottom: 340px;
}
.sofa{
    margin: auto;
    margin-top: -280px;
    max-width: 1200px;
}
.channel{
    position: relative;
    height: 180px;
    overflow: hidden;
}
.channel-2{
    position: relative;
    overflow: hidden;
}
.basic{
    position: absolute;
    top: 50%;
    left: 50%;
    margin-right: -50%;
    transform: translate(-50%, -50%);
    transition: .4s;
    padding: 20px;
}
.basic, .hovered{
    width: 180px!important;
}
.hovered{
    position: absolute;
    transform: translate(-50%, 150%);
    top: 50%;
    left: 50%;
    margin-right: -50%;
    transition: .4s;
    padding: 20px;

}
.channel:hover .hovered{
    transform: translate(-50%, -50%);
}
.channel:hover .basic{
    transform: translate(-50%, -150%);

}
.m-30{
    margin: 30px auto;
}
footer{
    background: #171422;
    border-top: 65px solid #d6111e;
    background-image: url(../images/footer-bg.png);
    background-repeat: no-repeat;
    background-size: 80%;
    background-position: center;
    padding: 80px 0;
}
.footer{
    display: flex;
    align-items: flex-start;
    color: white;
}
.footer h3{
    margin: 25px 0;
}
.footer li{
    margin: 12px 0;
}
hr{
    opacity: .09;
}
.copy{
    color: white;
    text-align: center;
    padding: 20px;
    letter-spacing: 2px;
}
nav{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 10;
    color: white;
    background:#171422;
    border-bottom: 6px solid #d6111e;
}
.bg-white{
    background:#171422;
    position: sticky;
    position: -webkit-sticky;
    top: 0;
}
.menu{
    display: flex;
    padding: 15px;
    align-items: center;
    justify-content: flex-end;
    position: relative;
}
.menus{
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
.menu li{
    margin: 3px;
}
.menu li a, .dropbtn{
    background: transparent;
    border: 0;
    outline: 0;
    color: white;
    font-size: 16px;
    padding: 8px;
    margin: 5px;
    font-weight: bold;
    position: relative;
    transition: .3s;
}

.menu li a:hover, .dropdown:hover .dropbtn{
    color: #ee858c;
}


.dropdown {
  position: relative;
  display: inline-block;
}

.dropdown-content {
  display: none;
  position: absolute;
  background-color: #171422;
  min-width: 180px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
}

.dropdown-content a {
    color: white!important;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
    font-weight: bold;
}
.dropdown-content a:hover {background-color: #e33d3d;}

.dropdown:hover .dropdown-content {
    display: block;
}
.btn-primary:hover{
    color: white!important;
}
.logo{
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
}
.logo img{
    max-width: 200px;
    margin: 0;
    padding: 0;
}
.btn-block{
    display: block;
    width: max-content;
}
.m-auto{
    margin: 15px auto;
}
.service-box{
    border: 1px solid #d6111e;
}
.service-box h3{
    font-size: 30px;
}
.service-box p{
    margin: 10px 0;
    font-weight: 600;
    font-size: 17px;
}
.service-box p span{
    font-size: 24px;
    font-weight: bolder;
    margin-right: 10px;
    color: #d6111e;
}
.service-box .box{
    display: flex;
    align-items: center;
}
.centered{
    text-align: center;
}
.icon{
    flex: 1;
    text-align: center;
    padding: 20px;
}
.icon img{
    width: 90px;
    fill: #d6111e;
}
.detail-text{
    flex: 2;
}
.footer .btn-box{
    text-align: center;
    justify-content: center;
}
footer .flex-box{
    text-align: center;
    justify-content: center;
    margin: auto;
    width: 100%;
}
.social-btn{
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background: #d6111e;
    margin: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    align-content: center;
    transition: .2s;
}
.social-btn:hover{
    transform: scale(.9);
}
.social-btn:hover .social-btn svg{
    transform: scale(1.6);
}
.social-btn svg{
    width: 25px;
    fill: white;
    transition: .3s;
}
.sub-page-header{
    justify-content: flex-start;
    text-align: left!important;
    min-height: unset!important;
    padding: 150px 0;
}
.sub-page-header:after{
    display: none;
}
.sub-page-header h1{
    color: white;
}
.text-box-header{
    background: #171422ce;
    padding: 50px;
    margin: auto 0;
    border-radius: 10px;
    max-width: 800px;
}
.text-box-header h2{
    font-family: 'Netsurf';
    font-size: 42px;
}
.blue-bd{
    border: 4px solid #171422!important;
}
.bd-top{
    border-top: 4px solid #e33d3d;
}
.bd-big-top{
    border-top: 60px solid #d6111e;
}
.blue-bd-bottom{
    border-bottom: 4px solid #171422!important;
}
.text-box-header h3{
    font-size: 23px;
    margin-bottom: 50px;
    font-family: 'Netsurf';

}
.text-box-header p{
    margin: 20px 0;
}
.sub .newsletter{
    border-radius: 10px;
    margin-top: -150px;
    padding: 20px 0;
}
.szechenyi{
    position: absolute;
    top: 110px;
    right: 0;
}
.szechenyi img{
    max-width: 250px;
}
.sub-packages{
    background: #f4f2e9;
}
.sub-packages .container p{
    color: black;
}
.packages-grid{
    display: grid!important;
    max-width: 800px;
    margin: auto;
    grid-template-columns: repeat(2, 1fr);
}
.big-text{
    font-size: 52px!important;
}
.packages-grid-3{
    display: grid!important;
    max-width: 1200px;
    margin: auto;
    grid-template-columns: repeat(3, 1fr);
}
.net-speed{
    position: relative;
    z-index: 1;
    width: 150px;
    height: 120px;
    text-align: center;
    margin: auto;
    display: flex;
    align-items: flex-end;
    justify-content: center;
}
.net-speed .background{
    background-size: contain!important;
}
.net-speed span{
    transform: translateY(-20px);
    font-weight: bold;
    font-size: 20px;
}
.p-60{
    padding: 100px 0;
}
.elony-box{
    display: flex;
    margin: 20px 0;
    align-items: center;
}
.speed-icon{
    flex: 1;
}
.speed-icon i{
    font-size: 44px;
    color: #d6111e;
}
.elony-text{
    flex: 3;
}
.elony-text p{
    color: #171422;
    font-size: 14px;
}
.all-in-one{
    position: relative;
    padding: 120px 0;
}
.all-in-one p{
    margin: 60px 0;
}
.dark{
    background: #171422;
    color: white;
    background-image: url(../images/globus-bg.png);
    background-size: 80%;
    background-position: center;
    background-repeat: no-repeat;
}
.price{
    color: #d6111e;
    font-weight: bolder;
    font-size: 22px;
    text-align: center;
}
.tab {
  overflow: hidden;
  text-align: center;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 1em;
  margin: auto;
  max-width: 1000px;
}
.tab button {
  background-color: inherit;
  outline: none;
  cursor: pointer;
  transition: 0.3s;
  font-size: 16px;
}
.tab button:hover {
  background-color: #ddd;
  background-color: #171422;
  color: white;
}
.tab button.active {
  background-color: #171422;
  color: white;
}
.tabcontent {
  display: none;
  padding: 20px;
  border-top: none;
  width: calc(100% - 20px);
  max-width: 1000px;
  margin: 30px auto;
  background: #bbd5ec;
  position: relative;  
  animation: fadeEffect 1s;
  border-radius: 10px;
  z-index: 1;

}
.tablinks{
    border: 2px solid #d6111e;
    border-radius: 10px;
    position: relative;
    padding-bottom: 40px;
}
.tablinks b{
    background: #d6111e;
    padding: 12px 20px;
    margin-top: 15px;
    display: block;
    color: white;
    position: absolute;
    bottom: 0;
    width: 100%;
}
.tablinks i{
    padding: 20px 10px;
    display: block;
    font-style: normal;
}
.first, .second, .third{
    z-index: 1;
    position: relative;
}
.first:after{
    top: -15px;
    height: 30px;
    width: 30px;
    transform: rotate(45deg);
    content: '';
    position: absolute;
    left: 16.666%;
    background: #bbd5ec;
    z-index: -2;
}
.second:after{
    top: -15px;
    height: 30px;
    width: 30px;
    transform: rotate(45deg);
    content: '';
    position: absolute;
    left: 50%;
    background: #bbd5ec;
    z-index: -1;
}

.fourth:after{
    top: -15px;
    height: 30px;
    width: 30px;
    transform: rotate(45deg);
    content: '';
    position: absolute;
    left: 83%;
    background: #bbd5ec;
    z-index: -1;
}
.labjegyzet{
    font-size: 14px;
    text-align: left;
}
.contact-price{
    text-align: center;
}
.contact-price h2{
    font-size: 32px;
    margin: 30px auto;
}
@-webkit-keyframes fadeEffect {
    from {opacity: 0;}
    to {opacity: 1;}
}

@keyframes fadeEffect {
    from {opacity: 0;}
    to {opacity: 1;}
}
.tabcontent li{
    text-align: left;
    padding: 12px;
    border-bottom: 1px solid #1714221a;
}
.tabcontent li b{
    background: #171422;
    color: white;
    padding: 9px;
    font-size: 14px;
    font-weight: normal;
}
.info{
    background: white;
    padding: 12px 20px;
    border: 1px solid #171422;
    border-left: 10px solid #171422;
    width: 100%;
    max-width: 1170px!important;
    border-radius: 4px;
    text-align: left;
}
@-webkit-keyframes zoomin {
  0% {transform: scale(1);}
  50% {transform: scale(1.1);}
  100% {transform: scale(1);}
}
@keyframes zoomin {
  0% {transform: scale(1);}
  50% {transform: scale(1.1);}
  100% {transform: scale(1);}
}
@-webkit-keyframes zoomout {
  0% {transform: scale(1);}
  50% {transform: scale(0.67);}
  100% {transform: scale(1);}
}
@keyframes zoomout {
    0% {transform: scale(1);}
  50% {transform: scale(0.67);}
  100% {transform: scale(1);}
}
.urlap{
    max-width: 1000px;
    margin: auto;
    background: rgb(218, 226, 240);
    padding: 20px;
    border-radius: 20px;
}
.urlap label{
    display: block;
    margin: 20px 0;
}
.urlap label b{
    display: block;
    margin: 4px 0;
}
.urlap label input[type='text']{
    padding: 10px;
    outline: 0;
    border: 0;
    border-radius: 3px;
    width: 100%;
}
.urlap label textarea{
    outline: 0;
    width: 100%;
    border: 0;
    border-radius: 3px;
}
.mini-nav{
    text-align: center;
    display: grid;
    grid-gap: .1em;
    grid-template-columns: repeat(3, 1fr);
    max-width: 1000px;
    margin: 30px auto;
}
.mini-nav li{
    margin: auto;
    background:#171422;
    color: white;
    width: 100%;
    padding: 10px 0;
    position: relative;
}
.active-status{
    background: #d6111e!important;
}
.mini-nav li b{
    background: white;
    color: #171422;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    align-content: center;
    margin: auto;
    font-size: 20px;
}
.next-line{
    clip-path: polygon(0 0, 90% 0, 100% 50%, 90% 100%, 0 100%, 10% 50%);
}
.next-line:after{
    position: absolute;
    width: 6em;
    height: 10px;
    right: -6em;
    top: 50%;
    transform: translateY(-50%);
    content: '';
    background: #171422;
}
.last{
    clip-path: polygon(0 0, 100% 0, 100% 50%, 100% 100%, 0 100%, 10% 50%);
    border-radius: 0px 10px 10px 0;

}
.first-line{
    clip-path: polygon(0 0, 90% 0, 100% 50%, 90% 100%, 0 100%, 0 50%)!important;
    border-radius: 10px 0 0 10px;

}
.flexed{
    display: grid;
    grid-template-columns: repeat(7, 1fr);
    grid-gap: 1em;
}
.zip{
    grid-column: span 1;
}
.telepules_valaszto{
    grid-column: span 3;
}
.address{
    grid-column: span 3;
}
.half{
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 1em;
}
select{
    border: 0;
}
.thirdy{
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 1em;
    background: rgba(0, 43, 136, 0.1);
    padding: 10px;
}
.thirdy h3{
    grid-column: span 3;
}
.pay-method{
    display: flex;
}
.pay-method .cont .checkmark{
    text-align: center;
    overflow: hidden;
    display: flex;
    align-items: center;
}
.cont {
    position: relative;
    cursor: pointer;
    width: 100%;
    font-size: 14px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    flex: 1;
}
.type {
    position: relative;
    cursor: pointer;
    width: 100%;
    display: flex;
    margin: 10px;
    padding: 10px;
    font-size: 13px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border-radius: 0px;
    overflow: hidden;
    text-align: center;
    display: flex;
    align-items: center;
}
.cont input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}

.type input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}
.checkmark {
    position: relative;
    top: 0;
    left: 0;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    width: 100%;
    padding: 5px;
    font-size: 14px;
    z-index: 1;
    transition: .2s;
}
.type .checkmark{
    font-size: 15px;
    border:1px solid #e33d3d;
}
.cont:hover input ~ .checkmark {
    border:1px solid #e33d3d;
}
.type input:checked ~ .checkmark {
    border:1px solid #e33d3d;
    background: #e33d3d;
    color: white;
    border-radius: 5px;
}
.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}
.cont input:checked ~ .checkmark:after {
    display: block;
}
.grand-total{
    padding: 15px 0;
}
tbody{
    width: 100%;
}
tr{
    width: 100%;
}
.grand-total li{
    flex: 1;
}
.line{
    border-top: 1px solid black;
    margin-top: 10px;
}
.t-right{
    text-align: right;
}
.dokumentumok{
    text-align: center;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 3em;
    margin: 60px auto;
}
.dokumentumok a{
    display: block;
    text-align: center;
    background: #f4f2e9;
    padding: 15px 15px;
    padding-right: 40px;
    position: relative;
    border-radius: 6px;
}
.dokumentumok a ion-icon{
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
}
.sub-title{
    font-weight: 600;
    border-bottom: 1px solid #d6111e;
    color: #d6111e;
    margin: 40px 0;
}
.contact h3{
    margin: 20px 0!important;
}
.news{
    background: #f4f2e9;
    padding: 20px;
    margin: 15px auto;
    position: relative;
    border-radius: 6px;
}
.news-title{
    font-size: 26px;
    font-weight: bold;
    margin: 25px auto;
    padding-right: 50px;
}
.news-date{
    position: absolute;
    top: 40px;
    right: 15px;
    font-size: 14px;
}
.news-description p{
    line-height: 1.7em;
}
.m-50{
    margin: 50px auto;
}
.mw-900{
    max-width: 900px;
    margin: auto;
}
.eszkoz img{
    max-width: 230px;
    margin: auto;
    display: block;
}
.sm li{
    margin: 3px auto;
    font-size: 14px;
    text-align: left;
    
}
.sm b{
    text-align: center;
    margin: 15px auto;
    display: block;
}
.btn-centered{
    margin: 20px auto;
    display: block;
    text-align: center;
    width: max-content;
}
.darker-bg{
    background: #f4f2e9;
    padding: 40px 0;
}
.white{
    color: white!important;
}
.darker{
    background: #171422;
    position: relative;
    z-index: 1;
    padding: 240px 0;
}
.darker .background{
    opacity: .6;
}
.m-logo{
    display: none;
}
.hamburger-menu{
    display: flex;
    width: 37px;
    flex-direction: column;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 10px;
    display: none;
}
.hamburger-menu span{
    width: 100%;
    height: 2px;
    margin: 3px 0;
    background: white;
}
.overlay{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    z-index: -1;
}
.overlay-active{
    z-index: 3;
}
.close{
    font-size: 20px;
    position: absolute;
    top: 15px;
    right: 15px;
    display: none;
}
.selectable-channels-jolegyen {
    display: none;
}
.selectable-channels-optimum {
    display: none;
}
.tools {
    display: none;
}
.pricebox{
    display: block!important;
}
.choose-channels{
    width: calc(100% - 20px)!important;
    border-radius: 0;
    grid-column: span 4;
    background: #e33d3d!important;
    padding-bottom: unset!important;
    padding: 25px 15px!important;
    position: relative!important;
    border: 0!important;
    margin: 0px auto;
    border-radius: 5px;
    font-size: 25px!important;
    color: white!important;
    font-weight: bolder;
    transform: scale(.8);
    -webkit-animation: pulse 2.5s infinite;
}
.modal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 1; /* Sit on top */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100vh; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
  -webkit-animation-name: fadeIn; /* Fade in the background */
  -webkit-animation-duration: 0.4s;
  animation-name: fadeIn;
  animation-duration: 0.4s;
  z-index: 10000;
}
.modal2 {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 1; /* Sit on top */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100vh; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
  -webkit-animation-name: fadeIn; /* Fade in the background */
  -webkit-animation-duration: 0.4s;
  animation-name: fadeIn;
  animation-duration: 0.4s;
  z-index: 10000;
}

/* Modal Content */
.modal-content {
  position: fixed;
  bottom: 0;
  background-color: #fefefe;
  width: 100%;
  left: 50%;
  top: 50%;
  margin-right: -50%;
  transform: translate(-50%, -50%);
  max-width: 1000px;
  height: 700px;
  max-height: calc(100% - 90px);
  -webkit-animation-name: slideIn;
  -webkit-animation-duration: 0.4s;
  animation-name: slideIn;
  animation-duration: 0.4s;
  overflow-y: scroll;
}
.modal-content .package-header h2{
    font-size: 24px;
}
.modal-content::-webkit-scrollbar{
    display: none;
}
.close-table {
  color: white;
  position: absolute;
  top: 10px;
  right: 10px;
  font-size: 28px;
  font-weight: bold;
  z-index: 10;
  cursor: pointer;
  padding: 10px;
}
.close-table-2 {
  color: white;
  position: absolute;
  top: 10px;
  right: 10px;
  font-size: 28px;
  font-weight: bold;
  z-index: 10;
  cursor: pointer;
  padding: 10px;
}
.modal-header {
  padding: 2px 16px;
  background-color: #5cb85c;
  color: white;
}

.modal-body {padding: 2px 16px;}

@-webkit-keyframes slideIn {
  from {bottom: -300px; opacity: 0} 
  to {bottom: 0; opacity: 1}
}

@keyframes slideIn {
  from {bottom: -300px; opacity: 0}
  to {bottom: 0; opacity: 1}
}

@-webkit-keyframes fadeIn {
  from {opacity: 0} 
  to {opacity: 1}
}

@keyframes fadeIn {
  from {opacity: 0} 
  to {opacity: 1}
}
@keyframes pulse {
    0% {
      transform:scale(.8);
    }
    50% {
      transform:scale(1);
    }
      100% {
      transform:scale(.8);
    }
  }
.choose-channels:hover{
    color: white!important;
}
.choose-channels ion-icon{
    position: absolute;
    top: 50%;
    right: 15px;
    transform: translateY(-50%);
    animation: down 1.5s infinite;
    -webkit-animation: down 1.5s infinite;
}
.pricelist td{
    padding: 12px!important;
}
.pricelist tr{
    border-radius: 10px!important;
    overflow: hidden;
}
@keyframes down {
    0% {
      transform: translateY(-50%);
    }
    20% {
      transform: translateY(8px);
    }
    40% {
      transform: translateY(-50%);
    }
  }
.pluschan table label .checkmark{
    font-size: 12px!important;
    border: 1px solid black!important;
}
table{
    border-collapse: collapse;
    width: 100%;
    border-spacing: 0;
    display: block;
}
.tabcontent .pay-method{
    padding: 0px!important;
}
.selectable-channels .tabcontent{
    padding: 10px 0;
}
td{
    padding: 0 10px;
    width: 16.6666%;
}
tr:nth-child(even) {
    background-color: rgb(229, 240, 245);
}
.tabcontent label{
    margin: 0;
}
.stick-valaszto{
    display: grid!important;
    flex: 3;
    grid-template-columns: repeat(6, 1fr);
}
.sticky-valaszto label{
    margin: 0!important;
}
.vanevalami{
    min-height: 90px;
    text-align: center;
    color: black;
    font-weight: bolder;
    font-size:36px;
    margin: 15px auto;
    padding: 10px 0;
}
.btn-box img{
    max-width: 170px!important;
}
.akcio b{
    background: #ddc76d!important;
    color: black!important;
    display: block!important;
    width: max-content;
    margin: 12px auto;
    border-radius: 5px;
    padding: 12px;
}
.akcio .price{
    font-size: 32px!important;
}
.tab-pane .pay-method .type .checkmark, .stick-valaszto .checkmark{
    font-size: 15px;
    border:0!important;
    background: white!important;
    border-radius: 5px;
}
.cont:hover input ~ .checkmark, .stick-valaszto .cont:hover input ~ .checkmark {
    border:0!important;
    background: #e33d3d;
}
.tab-pane .pay-method .type input:checked ~ .checkmark, .stick-valaszto .type input:checked ~ .checkmark  {
    border:1px solid #e33d3d;
    background: #e33d3d!important;
    color: white;
    border-radius: 5px;
}
.grand-total table tr td{
    padding: 12px;
}
.grand-total table tr td span{
    text-align: right;
    width: 100%;
    display: block;
}
.next-icon{
    position: relative;
    overflow: hidden;
    padding: 15px 0;
    background: #bbd5ec;

}
.next-icon-2{
    position: relative;
    overflow: hidden;
    background:rgba(255,255,255,.3);padding: 15px 0

}
.next-icon-3{
    background:#bbd5ec;
    padding: 15px 0;
    position: relative;
}
.next-icon:after{
    position: absolute;
    content: '';
    width: 40px;
    height: 40px;
    transform: rotate(-45deg) translateX(-50%);
    background: rgb(203, 219, 226);
    left: 50%;
    top: -40px;
    margin-right: -50%;
}
.next-icon-3:after{
    position: absolute;
    content: '';
    width: 40px;
    height: 40px;
    transform: rotate(-45deg) translateX(-50%);
    background: #bbd5ec;
    left: 50%;
    top: -40px;
    margin-right: -50%;
}
#set-top-box-detail {
    display: none;
}
.e-discount-form {
    display: flex;
    align-items: center;
}
.e-discount-form label {
    padding-left: 15px;
}
.internet-dok{
    background: #fffffd;
    padding: 15px;
}
.tv-dok{
    background: #171422;
    padding: 15px;
    border-radius: 10px;
}
.tv-dok h2, .internet-dok h2{
    grid-column: span 3;
    color: white;
}
.internet-dok h2{
    color: #171422;
}
.summary {
    display: none;
}
.grand-total table tr {
    width: 100%;
}
.grand-total table tr td {
    width: 50%;
}
.bank-logo a img{
    max-width: 70px;
}
.csatorna-lista img{
    width: 90px;
}
.csatorna-lista td{
    padding: 12px;
    text-align: center;
}
.csatorna-kep{
    width: 40px!important;
}
.sticky-table{
    position: sticky;
    position: -webkit-sticky;
    top: 0px;
    background: white;
    text-align: center;
}
.csatorna-lista th{
    padding: 20px 5px;
    position: sticky;
    position: -webkit-sticky;
    top: 70px;
    background: white;
    z-index: 100;
}
.csatorna-lista th{
    padding: 20px 5px;
}
.modal-content .package-header{
    position: sticky;
    position: -webkit-sticky;
    top: 0;
    z-index: 1;
}
button{
    outline: 0;
    border: 0;
}
.true{
    font-size: 26px;
    color: #5cb85c;
    display: block;
    margin: auto;
}
.false{
    color: #e33d3d;
    font-size: 26px;
}
.valaszthato-csatorna-lista{
    font-size: 13px;
    padding: 6px;
    background: #5cb85c;
    color: white;
    border-radius: 5px;
    width: max-content;
    margin: auto;
    display: block;
}
.lion{
    font-family: 'Josefin Sans', sans-serif;
    font-weight: 200;
    letter-spacing: 3px;
}
.flex-mini{
    display: flex;
    align-items: center;
    font-size: 14px;
}
.flex-mini img{
    width: 100px;
}
.grand-total table{
    display: table!important;
}
.hotel-package{
    position: relative;
}
.hotel-package .background{
    opacity: .6;
}
.hotel-package .package-card{
    max-width: 350px;
    margin: auto;
}
@media(max-width:1200px){
    .grid{
        display: grid;
        grid-template-columns: repeat(2, 1fr);
    }
    .block-1200{
        display: block;
        max-width: 600px;
        margin: auto;

    }
    .service-box{
        min-height: unset;
        background-color: #f4f2e9;
        margin-top: 0px;
        margin-bottom: unset;
        margin: auto;
    }
}
@media(max-width:1024px){
    .flex-box{
        display: block;
    }
    .package-card{
        max-width: 350px;
        margin: auto;
    }
    .tulajdonsagok{
        display: grid!important;
        grid-template-columns: repeat(3, 1fr);
        grid-gap: .5em;
    }
    .footer{
        display: block;
        text-align: center;
    }
    .hamburger-menu{
        display: flex;
    }
    .menus{
        display: block;
        position: fixed;
        width: 16rem;
        height: 100vh;
        transform: translateX(16rem);
        z-index: 100;
        background: #171422;
        color: white;
        top: 0;
        right: 0;
        padding-top: 60px;
        transition: .3s;
    }
    .menus-active{
        transform: translateX(0rem);

    }
    .szechenyi{
        top: 90px;
    }
    .szechenyi img{
        max-width: 180px;
    }
    .logo{
        display: none;
    }
    .m-logo{
        display: block;
    }
    .m-logo img{
        height: 65px;
        width: auto;
    }
    .menu{
        justify-content: flex-start;
        padding: 2px 10px;
    }
    .close{
        display: block;
        cursor: pointer;
        padding: 8px;
    }
    .social{
        display: flex;
    }
    .grand-total table tr td{
        font-size: 14px!important;
    }
}
@media (max-width:768px) {
    .grand-total tr{
        display: flex;
        flex-direction: column;
    }
    td{
        white-space: normal!important;
    }
    .centered{
        font-size: 24px;
    }
    .mini-nav li{
        font-size: 10px;
        margin: 2px auto;
    }
    .mini-nav li b{
        width: 25px;
        height: 25px;
        margin: 0px auto;
    
    }
    .thirdy, .half{
        display: block;
    }
    .pay-method{
        display: block!important;
    }
    .stick-valaszto{
        display: block!important;
    }
    table{
        overflow-x: auto;
        white-space: nowrap;
    }
    table::-webkit-scrollbar{
        display: none;
    }
    .type{

        padding: 5px;
    }
    .urlap{
        padding: 10px;
    }
    .tabcontent{
        padding: 0;
    }
    .pluschan .checkmark{
        width: 150px;
    }
    header{
        padding-top: 220px;
    }
    .btn-lg{
        padding: 20px 10px!important;
        font-size: 19px;
    }
    .dokumentumok{
        display: block;
    }
    .dokumentumok a{
        margin: 10px auto;
    }
    
}
@media (max-width:600px){
    .tablinks i{
        padding: 35px 10px;
    
    }
    .tabcontent li b{
        display: block;
        margin: 2px auto;
    }
    .tulajdonsagok{
        grid-template-columns: repeat(2, 1fr);
    }
    .packages-grid{
        display: block!important;
    }
    .tab{
        grid-template-columns: repeat(2, 1fr);
    }
    h1{
        font-size: 30px;
        text-align: center;
    }
    .big-text{
        font-size: 28px!important;
        text-align: center;
    }
    h1 b{
        display: block;
        margin: 15px;
        font-size: 16px!important;
    }

    .header-title-box{
        text-align: center;
        width: 100%;
    }
    .header-title-box p{
        padding: 20px 10px;
    }
    .csatorna-lista td{
        font-size: 14px;
    }
}