h1,h2,h3,p {margin:0;}
input, textarea, button {
    -webkit-border-radius:0;
    border-radius:0;
    padding: 0;
    outline: none;
}
button, button:focus {
    outline: none;
}
a:hover{
    text-decoration:none !important;

}
.hidden{
    display:none;
}

.w50{
    width:50%;
}

/* This used to work for parent element of button divs */

/* But it is not enough now, below dont hide play button parent div */

*::-webkit-media-controls-panel {
    display: none!important;
    -webkit-appearance: none;
}

/* Old shadow dom for play button */

*::--webkit-media-controls-play-button {
    display: none!important;
    -webkit-appearance: none;
}

/* New shadow dom for play button */

/* This one works */

*::-webkit-media-controls-start-playback-button {
    display: none!important;
    -webkit-appearance: none;
}


/* #Helper classes
================================================== */
a {
    text-decoration: none;
}
a:hover {
    text-decoration: none;
}
img {
    text-decoration: none;
}
.center_them {
    display:inline-block;
    zoom: 1;
    *display:inline;
}
.vertical_centering_css3 {
    position: relative;
    float: left;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}
.horizontal_centering_css3 {
    position: relative;
    float: left;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}
.d-flex {
    display: -ms-flexbox !important;
    display: flex !important;
}
.clear { clear: both; }
.left { float: left; }
.right { float: right; }
.pointer {cursor: pointer;}
.relative {position: relative;}
.absolute {position:absolute;}
.invisible {display: none;}
.block {display:block !important;}
.w100 {width:100%;}
.w100_important {width:100% !important;}
.center {text-align:center;}
.text-left {text-align:left !important;}
.upper {text-transform: uppercase;}
.bold {font-weight:bold;}
.decor_none {text-decoration: none;}
.border_none {border: 0 !important;}
.box_sizing {box-sizing:border-box;}
.overflow_hidden {overflow: hidden;}
.clearfix {
zoom:1;}
.clearfix:after {
    content: "";
    display: block;
    clear: both;
    height: 0;
}
body{
    float:left;
    width:100%;
    background:#fff;
    font-family: 'Montserrat', sans-serif !important;
}
.site-container{
    width:1200px;
    margin:0 auto;
}
.header{
   float:left;
   width:100%;
   height: 100px;
   line-height: 100px;
   margin-top:60px;
}
.logo{
    float:left;
    width:170px;
    margin-top:35px;
    margin-right:25px;
}
.logo img{
    float:left;
    width:100%;
}
.nav{
    float:left;
    width:calc(100% - 200px);
    padding-left:0px;
}
.nav-item{
    float:left;
    list-style: none;
     padding:0 15px;
    box-sizing:border-box;
}
.nav-item.right{
    float:right;
}
.nav-link{
    float:left;

    font-size:13px;
    color:#4c2270;
    text-transform:uppercase;

    position:relative;
    z-index:999;
}
.nav-link:after{
    position:absolute;
    content:"";
    width:0px;
    height: 3px;
    left:0;
    top:60px;
    background:#ebe170;
    border-radius:10px;
    -webkit-transition:0.5s;
    transition:0.5s;
}
.nav-link.active:after{
    width:100%;
}
.nav-link:hover:after{
    width:100%;
}
.nav-link.subscribe-link{
    float:right;
    color:#fff;
    background:#753aa6;
    padding:0px 40px;
    border-radius:30px;
    height: 40px;
    line-height: 40px;
    margin-top:28px;
    -webkit-transition:0.5s;
    transition:0.5s;
        text-transform: none;
        font-size:17px;
}
.nav-link.subscribe-link.other-style{
    background:#eba715;
    color:#333;
}
.nav-link.subscribe-link:hover{
       transform: scale(1.1);
}
.nav-link.subscribe-link:hover:after{
    content:none;
}
.top-img{
    float:left;
    width:100%;
    margin-top:140px;
    overflow: hidden;
}
.top-img img{
    float:left;
    width:100%;
}
.more-info-section{
    float:left;
    width:100%;
    background:#e5f2ff;
    padding-bottom:20px;
    box-sizing:border-box;
}
#for-you .right-part{
    margin-top:60px;
}
#digital{
    padding:40px 0px;
    box-sizing:border-box;
}
.more-info-section p{
    float:left;
    width:100%;
    font-size:17px;
    line-height: 20px;
    font-family: 'comfortaa', sans-serif;
    line-height: 24px;
    text-align:justify;
}
.more-info-section.white-bg{
    float:left;
    width:100%;
    background:#fff;
}
.left-part{
    width:50%;
}
.left-part img{
    float:left;
    width:100%;
}
.right-part{
    width:50%;
    margin-top:20px;
}
.top-head{
    float:left;
    width:100%;
    color:#753aa6;
    font-size:33px;
}
.punkts-info{
    float:left;
    width:100%;
    padding-left:0px;
    padding-right:20px;
    box-sizing:border-box;
}
.info-txt{
    float:left;
    width:100%;
    list-style: none;
    padding-left:60px;
    box-sizing:border-box;
    position:relative;
    margin-top:10px;
    margin-bottom:10px;
    font-size:15px;
    font-family: 'comfortaa', sans-serif;
    text-align: justify;
}
.info-txt:before{
    position:absolute;
    content:"";
    left:0;
    top:-8px;
    width:50px;
    height: 50px;

}
.info-txt.lila:before{
    background:url("/box/img/lila-check.png") no-repeat center;
    background-size:35px;
}
.info-txt.yellow:before{
    background:url("/box/img/checkyellow.png") no-repeat center;
    background-size:35px;
}
.info-txt.blue:before{
    background:url("/box/img/blue-check.png") no-repeat center;
    background-size:35px;
}
.top-head-info{
    float:left;
    width:100%;
    text-align:center;
    margin-top:70px;
}
.l-head{
    float:left;
    width:100%;
    text-align:center;
    font-size:45px;
    color:#753aa6;

}
.sub-txt{
    float:left;
    width:100%;
    color:#002444;
    font-size:30px;
    font-family: 'comfortaa', sans-serif;
}
.lectors-wrap{
    float:left;
    width:100%;
}
.lector-box{
    float:left;
    width:26%;
    border:2px solid #753aa6;
    position:relative;
    height: 400px;
    border-radius:10px;
    margin:3%;
    cursor:pointer;
}

.lector-box:before{
    position:absolute;
    content:"";
    background:url("/box/img/lector-box.png") no-repeat center;
    top:10px;
    left:-10px;
    width:100%;
    height: 400px;
    border-radius:10px;
    background-position: inherit;

}
.image-wrap{
    position:absolute;
    width:250px;
    height: 250px;
    z-index:999;
    right:-30px;
    top:35px;
}
.image-wrap img{
    width:100%;
    float:left;
    border-radius:50%;
    transition: transform .7s ease-in-out;
    -webkit-box-shadow: -4px 5px 6px 5px #cee6ff;
    box-shadow: -4px 5px 6px 5px #cee6ff;
}
.image-wrap img.img{
    width:250px;
    height: 250px;
    object-fit:cover;
}
/*.image-wrap img:hover{
    transform: rotate(360deg);
}*/
.name-wrap{
    float:left;
    width:100%;
    position:absolute;
    z-index: 999;
    bottom:10px;
    left:0px;
}
.name{
    float:left;
    width:100%;
    font-size:26px;
    font-weight: bold;
    color:#002444;
}
.job{
    float:left;
    width:100%;
    color:#753aa6;
    font-size:17px;
    font-family: 'comfortaa', sans-serif;
}
.play-btn{
    position:absolute;
    width:85px;
    height: 30px;
    background-size:30px;
    top:160px;
    right:200px;
}
.pay-wrap{
    float:left;
    width:100%;
    background:url("/box/img/pay-wrap.png") no-repeat center;
    left:0;
    top:0;
    height: 1000px;
    background-size:cover;
    margin-top:50px;
}
.box-pay{
    float:left;
    width:45%;
    position:relative;
    margin:0 2%;
    height: 860px;
    cursor:pointer;
}
.box-pay:before{
    position:absolute;
    content:"";
    width:100%;
    background:#fff;
     height: 860px;
     border-radius:50px;
     border: 2px solid #45c3d2;
}
.box-pay.plus-icon{
    float:left;
    width:45%;

    position:relative;

}
.box-pay.plus-icon:before{
     position:absolute;
    content:"";
    background:#fff;
    /*background:url("/box/img/lector-box.png") no-repeat center;*/
    width:100%;
    left:0;
    TOP:0;
    height: 860px;
    border-radius:50px;
    border:2px solid #753aa6;
}
.yellow-page .box-pay.plus-icon:before{
    border: 2px solid #eba715;
}
.blue-top{
    float:left;
    width:100%;
    position: absolute;
    top:0;
    left:0;
    height: 80px;
    line-height: 80px;
    background: #45c3d2;
    color:#fff;
    font-size:30px;
    text-transform:uppercase;
    text-align:center;
    border-top-left-radius:50px;
    border-top-right-radius:50px;

}
.blue-top:before{
    content:"";
    position:absolute;
    background:url("/box/img/top-packet.png") no-repeat center;
    width:100px;
    height: 100px;
    left:40%;
    background-size:95px;
    top:-50px;
}
.blue-top.plus{
    float:left;
    width:100%;
    position: absolute;
    top:0;
    left:0;
    height: 80px;
    line-height: 80px;
    background: #753aa6;
    color:#fff;
    font-size:30px;
    text-transform:uppercase;
    text-align:center;
    border-top-left-radius:50px;
    border-top-right-radius:50px;

}
.blue-top.plus:before{
    position:absolute;
    content:"";
    right:40%;
    top:-50px;
    background:url("/box/img/top-packet-plus.png") no-repeat center;
    width:150px;
    height: 120px;
    background-size:145px;
}
.yellow-page .blue-top.plus:before{
    position:absolute;
    content:"";
    right:40%;
    top:-50px;
    background:url("/box/img/topyellow.png") no-repeat center;
    width:150px;
    height: 120px;
    background-size:145px;
}
.box-pay ul{
    float:left;
    width:100%;
    margin-top:0px;
    padding-left:0px;
    box-sizing:border-box;
}
.box-pay ul li{
    list-style: none;
    padding-left:50px;
    box-sizing:border-box;
    color:#000;
    margin:20px 0px;
    position:relative;
    font-size:18px;
    font-family: 'comfortaa', sans-serif;
    text-align: justify;
    padding-right:20px;
    box-sizing:border-box;
}
.box-pay ul li:before{
    position:absolute;
    content:"";
    background:url("/box/img/blue-check.png") no-repeat center;
    background-size:20px;
    width:40px;
    height: 40px;
    border-radius:5px;
    left:10px;
    top:-5px;
}
 .box-pay.plus-icon ul li:before{
    position:absolute;
    content:"";
    background:url("/box/img/lila-check.png") no-repeat center;
    background-size:20px;
    width:40px;
    height: 40px;
    border-radius:5px;
    left:10px;
    top:-5px;
}
.yellow-page .box-pay.plus-icon ul li:before{
    position:absolute;
    content:"";
    background:url("/box/img/checkyellow.png") no-repeat center;
    background-size:20px;
    width:40px;
    height: 40px;
    border-radius:5px;
    left:10px;
    top:-5px;
}
.subscr-btn{
    position:absolute;
    bottom:30px;
    padding:15px 60px;
    color:#fff;
    display:inline-block;
    border-radius:30px;
    font-size:18px;
    font-weight: bold;
    transition: all .2s ease-in-out;
   /* left:50%;
    top:92%;
    transform: translate(-50%,-50%);
    height: 58px;*/

}
.subscr-btn.green{
    background:#45c3d2;
    left:30%;
}
.subscr-btn.lila{
    background:#753aa6;
    left:30%;
}
.yellow-page .subscr-btn.lila{
    background:#eba715;
    left:30%;
}
.subscr-btn:hover{
    transform: scale(1.1);
    color:#fff;
}
.subscr-btn.in-box{
    position:inherit;
    float:left;
    margin-top:100px;
    background:#dd296d;
    color:#fff;
}
.subscr-btn.in-box.lila{
    position:inherit;
    float:left;
    margin-top:50px;
    background:#753aa6;
    color:#fff;
}
.mt50{
    margin-top:100px;
}
.pl40{
    padding-left:40px;
    box-sizing:border-box;
    position:relative;
}
.pl40:before{
    position:absolute;
    content:"";
    left:-25px;
    top:55px;
    background: url("/box/img/maxture-bottom.png")no-repeat center;
    width:100%;
    height: 100%;
    background-size:55%;
}
.for-mobile{
    display:none;
}

.mb30{
    margin-bottom:30px;
}
.right-part img{
    float:left;
    width:100%;
}
.box-head{
    float:left;
    width:100%;
    font-size:40px;
    margin-bottom:80px;
    margin-top:70px;
}
#digital{
    margin-top:80px;
}
.footer{
    float:left;
    width:100%;
    background:#333333;
    margin-top:100px;
    padding-top:30px;
    padding-bottom:90px;
    box-sizing:border-box;
    position:relative;
}
.center-box{
   position: absolute;
    top: 50%;  /* position the top  edge of the element at the middle of the parent */
    left: 50%; /* position the left edge of the element at the middle of the parent */

    transform: translate(-50%, -50%);
}
.top-info{
    float:left;
    width:100%;
    text-align:center;
    height: 100px;
    line-height: 100px;
}
.top-info a{
    width:150px;
    margin-top:30px;
    position:absolute;
    left:47%;
}
.center-logos{

    position:absolute;
    left:42%;
}
.top-info a img{
    float:left;
    width:100%;
}
.top-info span{
    float:left;
    color:#fff;
    font-size:14px;
     margin-left:30px;
     text-transform:uppercase;
}
.middle-info{
    float:left;
    width:100%;
    text-align:center;
}
.middle-info span{
    color:#fff;
    font-size:16px;

}
.bottom-info{
    float:left;
    width:100%;
    text-align:center;
}
.bottom-info span{
    color:#fff;
    font-size:16px;
}
.logos-wrap{
    float:left;
    width:100%;
    margin-top:30px;
}
.logos-wrap a{
    float:left;
    width:100px;
    margin: 0 30px;
}
.logos-wrap a img{
    float:left;
    width:100%;
}
.blue-color{
    color:#64cbd3;
}
.mt30{
    margin-top:30px;
}
.books{
    float:left;
    width:100%;
    padding:20px;
    box-sizing:border-box;
    position: relative;
    padding-top:0px;
}
.book{
    width:23%;
    margin:1%;
    height: auto;
    overflow: hidden;
}
.book img{
    width:100%;
}
.book.left{
    float:left;
}
.book.right{
    float:right;
}
.box-pay-content{
    float:left;
    width:100%;

}
.head-maxtura{
    float:left;
    width:100%;
    text-align:center;
    font-size:30px;
    color:#002444;
    margin-top:120px;
    position:relative;
    font-weight: normal;
}
.head-maxtura-plus{
    float:left;
    width:100%;
    text-align:center;
    font-size:35px;
    color:#002444;
    margin-top:120px;
    position:relative;
    font-weight: 600;
}
.price-box{
    float: left;
    width: 100%;
    position: relative;
    top: 216px;
    text-align: center;
    font-family: 'comfortaa', sans-serif;
}
.price-box.top0{
    top:-30px;
}
.price-box span{
    font-size:18px;
    color:#c9d5e0;
    text-transform:uppercase;
    font-weight: normal;
}
.price-box span.price{
    color:#002444;
    font-size:40px;
    font-weight: bold;
}
.checkbox {
    display: none;
}
.check-span {
    float: left;
    width: 15px;
    height: 15px;
    border: 1px solid #ccc;
    background: #fff;
    position: relative;
    margin-left: 0px;
    margin-top: 2px;
    margin-right:5px;
    border:none;
    border-radius:2px;
}
.check-span::before {
    content: "";
    position: absolute;
    width: 18px;
    height: 7px;
    background: transparent;
    top: -1px;
    left: 1px;
    border-left: 2px solid #753aa6;
    border-bottom: 2px solid #753aa6;
    -webkit-transform: rotate(
-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(
-45deg);
    opacity: 0;
}
input.checkbox:checked + label .check-span::before {
    opacity: 1;
}
.intro-page{
    float:left;
    width:100%;
    position:relative;
}
.intro-page .top-img{
    margin-top: 0px;
    position: relative;
    z-index: 999;
    top: 200px;
}
.sub-text-top{
    float: left;
    width: 100%;
    position: absolute;
    top: 80px;
    z-index: 999;
    text-align:center;
    width:1000px;
    left:50%;
    transform:translate(-50%, 0px);
}
.yellow-page .sub-text-top, .lila-page .sub-text-top{
    top:180px;
}
.sub-text-top p{
    font-size:25px;
}
.two-buttons{
    position:absolute;
    width:75%;
    top:5px;
    
}
.two-buttons .btn{
    float:left;
    width:49%;
    height: 100px;
    line-height: 50px;
    font-size:24px;
    color:#fff;
    border-radius:25px;
    text-align:center;
}
.two-buttons.top-btns{
    left:10%;
}
.two-buttons.top-btns .btn{
    line-height: 35px;
    height: 35px;
}
.two-buttons.inn-page .btn{
    float:left;
    width:49%;
    height: 35px;
    line-height: 35px;
    font-size:18px;
    color:#fff;
    border-top-left-radius:25px;
    border-top-right-radius:25px;
    border-bottom-right-radius:0px;
    border-bottom-left-radius:0px;
    text-align:center;

}
.two-buttons.intro{
    position: absolute;
    width: 90%;
    top: 73%;
    left: 10%;
}
.two-buttons.intro .btn{
    width:400px;
    height: 90px;
    line-height: 90px;
}
.two-buttons .btn.yellow{
    background:#eba715;
    margin-right:30px;
}
.two-buttons .btn.lila{
    background:#6a3799;

}

.two-buttons.top-btns .btn{  
    color:#000;
    border-radius: 7px 7px 0 0; 
    height: 60px;
    line-height: 48px;
}
.two-buttons.top-btns .btn.active{
    background:#fff;
    color:#000;
    border-left:1px solid #ccc;
    border-right:1px solid #ccc;
    border-radius: 7px 7px 0 0;
    -webkit-box-shadow: -1px -5px 5px 0px rgba(204,204,204,1);
    -moz-box-shadow: -1px -5px 5px 0px rgba(204,204,204,1);
    box-shadow: -1px -5px 5px 0px rgba(204,204,204,1);
    border-bottom-left-radius:0px;
    border-bottom-right-radius:0px;
    height: 60px;
    line-height: 48px;    
}
.two-buttons.top-btns .btn{
    margin:0 0.5%;
}
.yellow-page .top-head{
    color:#eba715;
}
.yellow-page .l-head{
    color:#eba715;
}
.yellow-page .blue-top.plus{
    background:#eba715;
}
.no-check.hidden{
    display:none;
}
.subscr-btn.in-box.yellow-btn{
    background:#eba715;
    margin-top:50px !important;
}
.7miklas .popup-lang{
   border:1px solid #eba715 !important; 
}
.7miklas .popup-lang .qty-input{
   background: #eba715 !important; 
}
.new-date{
    float:left;
    width:100%;
}
.new-date ul{
    float:left;
    width:100%;
}
.new-date span, .new-date li{
    float:left;
    width:100%;
    font-size:17px;
}
.new-date strong{
    float:left;
    width:100%;
    margin-top:15px;
    font-size:16px;
}
@media screen and (max-width: 500px){
    .title {
    float: left;
    width: 100%;
    font-size: 19px !important;
    text-align: center;
}
.subProbnaTitle{
    font-size:15px !important;
}
.language{
    font-size:19px !important;
}
     .subscr-btn.in-box.yellow-btn {
    background: #eba715;
    margin-top: 85px !important;
}
.subscr-btn.in-box{
    margin-top:85px !important;
}
.style-links {
    margin-top: -10px !important;
}
.style-links .style-mobile-show{
    padding:7px 22px !important;
    box-sizing:border-box;
    margin-top:8px;
}
}
@media screen and (max-width: 450px){
     .sevenklas .date{
         border-bottom: 1px solid #eba715;
         min-height: 100px;
     }
    .sevenklas .date:last-child {
    border-right: 1px solid #eba715;
    border-bottom: 1px solid #eba715;
}
.modal__container{
    padding:15px !important;
}
}
.more-txt{
    float:left;
    width:100%;
    color:#fff;
    text-align:center;
    font-size:16px;
    margin-top:10px;
    margin-bottom:10px;
}
.more-txt a{
    color: #64cbd3;
}
