

/* Start:/local/templates/lk/js/fancybox/jquery.fancybox.css?16968711963714*/
.fancybox-wrap,
.fancybox-skin,
.fancybox-outer,
.fancybox-inner,
.fancybox-image,
.fancybox-wrap iframe,
.fancybox-wrap object,
.fancybox-nav,
.fancybox-nav span,
.fancybox-tmp{padding:0;margin:0;border:0;outline:none;vertical-align:top;}
.fancybox-wrap{position:absolute;top:0;left:0;z-index:3998;}
.fancybox-skin{position:relative;background:#f9f9f9;color:#444;text-shadow:none;border:6px solid #004a80;}
.fancybox-opened{z-index:3999;}
.fancybox-outer, .fancybox-inner{position:relative;}
.fancybox-type-iframe .fancybox-inner{-webkit-overflow-scrolling:touch;}
.fancybox-error{color:#444;font:14px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;margin:0;padding:15px;white-space:nowrap;}
.fancybox-image, .fancybox-iframe{display:block;width:100%;height:100%;}
.fancybox-image{max-width:100%;max-height:100%;}
#fancybox-loading, .fancybox-prev span, .fancybox-next span{background-image:url('/local/templates/lk/js/fancybox/fancybox_sprite.png');}
#fancybox-loading{position:fixed;top:50%;left:50%;margin-top:-22px;margin-left:-22px;background-position:0 -108px;opacity:0.8;cursor:pointer;z-index:8060;}
#fancybox-loading div{width:44px;height:44px;background:url('/local/templates/lk/js/fancybox/fancybox_loading.gif') center center no-repeat;}
.fancybox-close{position:absolute;background:url("/local/templates/lk/js/fancybox/close.png") no-repeat 50% 50%;top:14px;right:14px;width:17px;height:17px;cursor:pointer;z-index:8040;}
.fancybox-nav{position:absolute;top:0;width:40%;height:100%;cursor:pointer;text-decoration:none;background:transparent url('/local/templates/lk/js/fancybox/blank.gif');-webkit-tap-highlight-color:rgba(0,0,0,0);z-index:8040;}
.fancybox-prev{left:0;}
.fancybox-next{right:0;}
.fancybox-nav span{position:absolute;top:50%;width:36px;height:34px;margin-top:-18px;cursor:pointer;z-index:8040;visibility:hidden;}
.fancybox-prev span{left:10px;background-position:0 -36px;}
.fancybox-next span{right:10px;background-position:0 -72px;}
.fancybox-nav:hover span{visibility:visible;}
.fancybox-tmp{position:absolute;top:-99999px;left:-99999px;visibility:hidden;max-width:99999px;max-height:99999px;overflow:visible !important;}
.fancybox-lock{overflow:hidden !important;width:auto;}
.fancybox-lock body{overflow:hidden !important;}
.fancybox-lock-test{overflow-y:hidden !important;}
.fancybox-overlay{position:absolute;top:0;left:0;overflow:hidden;display:none;z-index:3997;background:url('/local/templates/lk/js/fancybox/fancybox_overlay.png');}
.fancybox-overlay-fixed{position:fixed;bottom:0;right:0;}
.fancybox-lock .fancybox-overlay{overflow:auto;overflow-y:scroll;}
.fancybox-title{visibility:hidden;font:normal 13px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;position:relative;text-shadow:none;z-index:8050;}
.fancybox-opened .fancybox-title{visibility:visible;}
.fancybox-title-float-wrap{position:absolute;bottom:0;right:50%;margin-bottom:-35px;z-index:8050;text-align:center;}
.fancybox-title-float-wrap .child{display:inline-block;margin-right:-100%;padding:2px 20px;background:transparent;background:rgba(0, 0, 0, 0.8);-webkit-border-radius:15px;-moz-border-radius:15px;border-radius:15px;text-shadow:0 1px 2px #222;color:#FFF;font-weight:bold;line-height:24px;white-space:nowrap;}
.fancybox-title-outside-wrap{position:relative;margin-top:10px;color:#fff;}
.fancybox-title-inside-wrap{padding-top:10px;}
.fancybox-title-over-wrap{position:absolute;bottom:0;left:0;color:#fff;padding:10px;background:#000;background:rgba(0, 0, 0, .8);}
@media only screen and (-webkit-min-device-pixel-ratio:1.5),
only screen and (min--moz-device-pixel-ratio:1.5),
only screen and (min-device-pixel-ratio:1.5){#fancybox-loading, .fancybox-prev span, .fancybox-next span{background-image:url('/local/templates/lk/js/fancybox/fancybox_sprite@2x.png');background-size:44px 152px;}
#fancybox-loading div{background-image:url('/local/templates/lk/js/fancybox/fancybox_loading@2x.gif');background-size:24px 24px;}
}
/* End */


/* Start:/lk/style.css?169687115717326*/
*{
	outline: none;
}

body{
    background: #F4F4F4;
}

html, body {
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
    color: #333;
    font-family: 'Open Sans',sans-serif;
}

body {
    margin: 0;
    padding: 0;
    font-family: 'Roboto',sans-serif;
    font-size: 16px;
    font-weight: 400;
    letter-spacing: .01em;
    overflow-x: hidden;
    position: relative;
}

.centercontentlk {
    margin: 0 auto;
    width: 1024px;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
}

.lessonarea {
    display: flex;
    width: 100%;
    justify-content: center;
}

.lesson-sect {
    width: 980px;
    background: #fff;
    margin: 16px auto;
    padding: 0 40px;
    padding-bottom: 40px;
    box-sizing: border-box;
    border-radius: 10px;
}

.name-sect{
    font-family: Inter;
    font-style: normal;
    font-weight: bold;
    font-size: 30px;
    line-height: 32px;
    letter-spacing: -0.03em;
    color: #000000;
    padding-top: 24px;
}

.cont-sect-lesson-nav{
    margin-top: 16px;
    display: flex;
    justify-content: space-between;
}

.lesson-nav {
    min-height: 240px;
    border-radius: 12px;
    flex: 0 0 290px;
    padding: 20px;
    box-sizing: border-box;
    position: relative;
    cursor: pointer;
}

.lesson-nav-gr{
    background: #E4EEF9;
}
.lesson-nav-ind{
    background: #F1EDFE;
}
.lesson-nav-hw{
    background: #FAF7D6;
}


.lesson-nav-name{
    font-family: Inter;
font-style: normal;
font-weight: bold;
font-size: 18px;
line-height: 22px;
letter-spacing: -0.03em;
color: #000000;
margin-top: 14px;
}

.nav-img{
    display: block;
}

.kol-hw {
    background: #D7A03D;
    border-radius: 50px;
    font-family: Inter;
    font-style: normal;
    font-weight: bold;
    font-size: 18px;
    line-height: 44px;
    letter-spacing: -0.03em;
    color: #FFFFFF;
    height: 44px;
    width: 44px;
    position: absolute;
    bottom: 18px;
    right: 18px;
    text-align: center;
}


.nav-gr-buttom {
    font-family: Inter;
    font-style: normal;
    font-weight: bold;
    font-size: 20px;
    line-height: 54px;
    text-align: center;
    letter-spacing: -0.03em;
    color: #FFFFFF;
    background: #CBCBCB;
    margin-top: 6px;
    border-bottom-left-radius: 12px;
    border-bottom-right-radius: 12px;
    cursor: pointer;

    position: fixed;
    bottom: 40px;
    width: 600px;
}

.nav-gr-buttom-act{
    background:#D7A03D;
}


.abon-sect {
    width: 980px;
    background: #fff;
    margin: 16px auto;
    padding: 0 22px 40px 40px;
    box-sizing: border-box;
    border-radius: 10px;
}

.cont-sect-abon{
    margin-top: 14px;
    display: flex;
    flex-direction: column;
}

.abon-tab{
    display: flex;
}

.abon-tab-item{
    font-family: Inter;
    font-style: normal;
    font-weight: bold;
    font-size: 18px;
    line-height: 22px;
    letter-spacing: -0.03em;
    color: #000000;
    margin-right: 30px;
    cursor: pointer;
}

.abon-tab-item:hover{
    color: #D7A03D;
}

.abon-tab-item-act{
    color: #D7A03D;
}

.abon-tab-content{
    display: none;
}

.abon-tab-content-actabon{
    padding-top: 20px;
}

.actabon-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
}

.actabon-item {
    flex: 0 0 290px;
    border: 1px solid #DEDEDE;
    box-sizing: border-box;
    border-radius: 12px;
    min-height: 170px;
    padding: 12px 16px;
    font-family: Inter;
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 22px;
    letter-spacing: -0.03em;
    color: #000000;
    margin-bottom: 16px;
    margin-right: 16px;
    cursor: pointer;
}

.actabon-item-buy {
    flex: 0 0 290px;
    border: 1px dashed rgba(0, 0, 0, 0.2);
    box-sizing: border-box;
    border-radius: 12px;
    min-height: 170px;
    font-family: Inter;
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 22px;
    letter-spacing: -0.03em;
    color: #000000;
    margin-bottom: 16px;
    margin-right: 16px;
    cursor: pointer;
    text-align: center;
}

.textbuynew{
    text-align: center;
    margin-top: 6px;
    font-family: Inter;
    font-style: normal;
    font-weight: bold;
    font-size: 18px;
    line-height: 22px;
    text-align: center;
    letter-spacing: -0.03em;
    color: #000000;
}

.buynewabon {
    display: block;
    margin: 0 auto;
    margin-top: 33px;
}

.actabon-addnew{
    display: flex;
    position: relative;
}

.addnewabon-img{
    display: block;
    cursor: pointer;
    margin-left: 8px;
}

.addnewabon-text{
    font-family: Inter;
font-style: normal;
font-weight: 600;
font-size: 13px;
line-height: 16px;
letter-spacing: -0.03em;
color: #D7A03D;
cursor: pointer;
}

.hidenewabon {
    display: none;
    position: absolute;
    background: rgba(0, 0, 0, 0.8);
    border-radius: 8px;
    font-family: Inter;
    font-style: normal;
    font-weight: bold;
    font-size: 13px;
    line-height: 16px;
    align-items: center;
    letter-spacing: -0.03em;
    color: #fff;
    padding: 8px 20px 12px 20px;
    width: 260px;
    top: 20px;
    box-sizing: border-box;
    left: -14px;
}

.abon-tab-content-pastabon{
    padding-top: 20px;
}

.pastabon-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
}

.pastabon-item {
    flex: 0 0 290px;
    border: 1px solid #DEDEDE;
    box-sizing: border-box;
    border-radius: 12px;
    min-height: 170px;
    padding: 12px 16px;
    font-family: Inter;
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 22px;
    letter-spacing: -0.03em;
    color: #000000;
    cursor: pointer;
    opacity: 0.3;
}
.pastabon-item-after {
    font-family: Inter;
    font-style: normal;
    font-weight: 500;
    font-size: 13px;
    line-height: 16px;
    letter-spacing: -0.03em;
    color: #000000;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 8px;
    margin-bottom: 8px;
}

.moipos {
    margin-left: 5px;
    display: block;
    height: 12px;
}

.pastabon-iten-wrap {
    margin-right: 16px;
    margin-bottom: 16px;
    flex: 0 0 290px;
    box-sizing: border-box;
}

.buyabon-menu-name {
    font-family: Inter;
    font-style: normal;
    font-weight: 600;
    font-size: 13px;
    line-height: 16px;
    color: #000000;
    margin-top: 16px;
    margin-bottom: 10px;
}

.buyabon-menu {
    display: flex;
    justify-content: space-between;
    width: 900px;
}

.buyabon-menu-lesson{
    flex: 0 0 442px;
}

.list-pos-in-abon{
   display:none;
}

.pop-name-abon {
     font-family: Inter;
     font-style: normal;
     font-weight: 500;
     font-size: 18px;
     line-height: 22px;
     letter-spacing: -0.03em;
     color: #000;
     padding: 16px 40px 16px 40px;
     box-sizing: border-box;
}

.cur-pos-pop {
    margin-left: 35px;
    margin-right: 35px;
    display: flex;
    padding-bottom: 12px;
    border-bottom: 0.5px solid rgba(0,0,0,0.1);
    padding-top: 10px;
}

.pop-content{
    overflow: auto;
    max-height: 688px;
}



.pos3{
font-family: Inter;
font-style: normal;
font-weight: 500;
font-size: 12px;
line-height: 15px;
letter-spacing: -0.03em;
color: #000000;
flex: 0 0 160px;
}

.pos1{
font-family: Inter;
font-style: normal;
font-weight: bold;
font-size: 13px;
line-height: 16px;
letter-spacing: -0.03em;
color: #000000;
flex: 0 0 auto;
}

.buyabon-list-les,
.buyabon-list-zv,
.buyabon-list-club {
    display: flex;
    border: 1px solid #DEDEDE;
    box-sizing: border-box;
    border-radius: 10px;
}

.buyabon-tab-item-les,
.buyabon-tab-item-zv {
    padding-top: 11px;
    padding-left: 16px;
    padding-bottom: 13px;
    box-sizing: border-box;
    font-family: Inter;
    font-style: normal;
    font-weight: 600;
    font-size: 13px;
    line-height: 16px;
    letter-spacing: -0.03em;
    color: #000000;
    flex: 1 0 33%;
    cursor: pointer;
}

.razdeltab {
    width: 1px;
    background: #DEDEDE;
    box-sizing: border-box;
    border-radius: 10px;
    height: 40px;
    margin: auto;
}

.buyabon-tab-item-les:hover,
.buyabon-tab-item-zv:hover {
    background: #D7A03D;
    color: #FFFFFF;
}

.grles,
.buyabon-kms-zv,
.buyabon-cdsh-club{
    border-radius: 10px 0px 0px 10px;
}
.clubles,
.buyabon-mg-zv,
.buyabon-sk-club {
    border-radius: 0px 10px 10px 0px;
}


.block-list-tab-club{
    display: none;
}

.block-list-tab-zv{
    display: block;
}

.buyabon-act-tab{
    background: #D7A03D;
    color: #FFFFFF;
}

.buyabon-list-name {
    font-family: Inter;
    font-style: normal;
    font-weight: 600;
    font-size: 13px;
    line-height: 16px;
    color: #000000;
    margin-top: 20px;
    margin-bottom: 10px;
}

.cur-abon-item-after {
    font-family: Inter;
    font-style: normal;
    font-weight: 500;
    font-size: 13px;
    line-height: 16px;
    letter-spacing: -0.03em;
    color: #000000;
    opacity: 0.5;
    margin-top: 8px;
    padding-left: 16px;
    padding-right: 16px;
}

.list-cur-abon-content {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
}



.cur-abon-item-block {
    border: 1px solid #DEDEDE;
    box-sizing: border-box;
    border-radius: 12px;
    width: 213px;
    min-height: 170px;
    overflow: hidden;
    padding: 12px 16px;
    position: relative;
    cursor: pointer;
}

.cur-abon-item-wrap{
    flex: 0 0 213px;
    margin-right: 16px;
    margin-bottom: 16px;
}

.cur-abon-item-price{
    font-family: Inter;
font-style: normal;
font-weight: normal;
font-size: 30px;
line-height: 32px;
letter-spacing: -0.02em;
color: #D7A03D;
}

.cur-abon-item-text-name{
    min-height: 114px;
    overflow: hidden;
    display: block;
}

.cur-abon-item-text-h1{
    font-family: Inter;
    font-style: normal;
    font-weight: bold;
    font-size: 30px;
    line-height: 32px;
    letter-spacing: -0.03em;
    color: #000000;
}
.cur-abon-item-text-h2{
    font-family: Inter;
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 22px;
    letter-spacing: -0.03em;
    color: #000000;
}
.cur-abon-item-text-h3{
    font-family: Inter;
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 22px;
    letter-spacing: -0.03em;
    color: rgba(0, 0, 0, 0.4);
}

.cur-abon-item-wrap-red .cur-abon-item-block {
    border: 1px solid rgba(251, 101, 92, 0.4);
}

.cur-abon-item-wrap-red .cur-abon-item-price{
    color: #FB655C;
}

.cur-abon-item-text-red {
    font-family: Inter;
    font-style: normal;
    font-weight: bold;
    font-size: 10px;
    line-height: 12px;
    text-align: center;
    padding: 2px 7px 4px;
    position: absolute;
    background: #FB655C;
    border-radius: 0px 8px;
    color: #FFFFFF;
    top: 0px;
    right: 0px;
}

.buyabon-list-les-mob, .buyabon-list-zv-mob, .buyabon-list-club-mob {
   display:none;
}

@media (max-width:1024px){
.centercontentlk {
    margin: 0 auto;
    width: 375px !important;
}
.lesson-sect {
    width: 375px;
    margin: 8px auto;
    padding: 0 16px;
    padding-bottom: 16px;
    box-sizing: border-box;
    border-radius: 10px;
}
.cont-sect-lesson-nav {
    margin-top: 16px;
    display: flex;
    flex-direction: column;
    row-gap: 12px;
}
.lesson-nav {
    min-height: 96px;
    border-radius: 12px;
    flex: 0 0 96px;
    padding: 12px 16px;
    box-sizing: border-box;
    position: relative;
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
}
.nav-img {
    display: block;
    width: 75px;
    height: 75px;
}
.lesson-nav-name {
    margin-top: 0px;
    max-width: 165px;
}
.abon-sect {
    width: 375px;
    background: #fff;
    margin: 8px auto;
    padding: 0 16px 24px 16px;
    box-sizing: border-box;
    border-radius: 10px;
}
.abon-tab-item {
    font-family: Inter;
    font-style: normal;
    font-weight: bold;
    font-size: 18px;
    line-height: 22px;
    letter-spacing: -.03em;
    margin-right: 24px;
    cursor: pointer;
}
.actabon-item {
    flex: 0 0 343px;
    border: 1px solid #DEDEDE;
    box-sizing: border-box;
    border-radius: 12px;
    min-height: 170px;
    padding: 12px 16px;
    font-family: Inter;
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 22px;
    letter-spacing: -.03em;
    color: #000;
    margin-bottom: 12px;
    margin-right: 0px;
    cursor: pointer;
}
.pastabon-iten-wrap {
    margin-right: 0px;
    margin-bottom: 16px;
    flex: 0 0 343px;
    box-sizing: border-box;
}
.actabon-item-buy {
    flex: 0 0 343px;
    border: 1px dashed rgba(0,0,0,.2);
    box-sizing: border-box;
    border-radius: 10px;
    min-height: 56px;
    font-family: Inter;
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 22px;
    letter-spacing: -.03em;
    color: #000;
    margin-bottom: 0;
    margin-right: 0;
    cursor: pointer;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
}
.textbuynew {
    font-family: Inter;
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    line-height: 22px;
    text-align: center;
    letter-spacing: -.03em;
    color: #000;
    margin-top: 0px;
    margin-left: 8px;
}
.buynewabon {
    display: block;
    margin: 0;
    width: 24px;
    height: 24px;
}
.brhidemob {
    display: none;
}


    .popblock {
        background: #FFF;
        border-radius: 0px;
        width: 100%;
        height: auto;
        max-height: none;
        position: absolute;
        top: 0px;
        z-index: 1001;
        left: 0px;
    }

    .closepop {
        position: absolute;
        width: 18px;
        height: 18px;
        cursor: pointer;
        right: 16px;
        top: 16px;
        filter: invert(1);
    }

    .pop-content{
            max-width: 375px;
            margin: 0 auto;
            max-height: 100vh;
    }

    .pop-name {
        font-family: Inter;
        font-style: normal;
        font-weight: bold;
        font-size: 30px;
        line-height: 32px;
        letter-spacing: -0.03em;
        color: #000000;
        padding: 20px 16px 8px 16px;
    }

    .find-gr-name {
        margin: 0px 16px;
        box-sizing: border-box;
        border-bottom: 1px solid rgb(0 0 0 / 10%);
        display: flex;
        align-items: center;
    }

    .pop-razdelitel {
        border-bottom: 1px solid rgba(0,0,0,.1);
        margin-left: auto;
        margin-right: auto;
        width: 343px;
    }

    .pop-list-gr-tr {
        height: 500px;
        overflow-y: auto;
        box-sizing: border-box;
        padding-right: 8px;
        margin-left: 8px;
        margin-top: 2px;
    }

    .popblock-shad {
        position: absolute;
    }


.buyabon-list-les-mob,
.buyabon-list-zv-mob,
.buyabon-list-club-mob {
    border: 1px solid #DEDEDE;
    box-sizing: border-box;
    border-radius: 8px;
    padding: 11px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.buyabon-menu {
    display: flex;
    justify-content: space-between;
    width: 343px !important;
    flex-direction: column;
}

.buyabon-menu-lesson {
    flex: 0 0 auto !important;
}

.buyabon-list-les-mob-img{
		width:6px;
		height:6px;
}

.buyabon-list-les-mob-name,
.buyabon-list-zv-mob-name,
.buyabon-list-club-mob-name {
font-family: Inter;
font-style: normal;
font-weight: 600;
font-size: 13px;
line-height: 16px;
letter-spacing: -0.03em;
color: #000000;
	}

.buyabon-list-les, .buyabon-list-zv, .buyabon-list-club {
    display: none!important;
    border: none;
    box-sizing: border-box;
    border-radius: 10px;
    flex-direction: column;
    padding: 4px;
    background: #fff;
    z-index: 1000;
    position: relative;
    position: relative;
    border: none !important;
}

.razdeltab {
    display: none;
}

.buyabon-act-tab {
    border-radius: 10px!important;
}

.buyabon-tab-item-les:hover, .buyabon-tab-item-zv:hover {
    border-radius: 10px!important;
}

.shadow-mob {
    background: rgba(0,0,0,.6);
    width: 100%;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 100;
    display: none;
}

.show-filter-abon{
    display: flex !important;
}

.cur-abon-item-wrap {
    flex: 0 0 167px;
    margin-right: 0px;
    margin-bottom: 12px;
}

.cur-abon-item-block {
    border: 1px solid #DEDEDE;
    box-sizing: border-box;
    border-radius: 12px;
    width: 167px;
    min-height: 135px;
    overflow: hidden;
    padding: 12px 12px;
    position: relative;
    cursor: pointer;
}

.list-cur-abon-content {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    column-gap: 9px;
}
.cur-abon-item-price {
    font-family: Inter;
    font-style: normal;
    font-weight: normal;
    font-size: 25px;
    line-height: 25px;
    letter-spacing: -0.03em;
    color: #D7A03D;
}
.cur-abon-item-text-h3 {
    color: rgba(0,0,0,.4);
    font-family: Inter;
    font-style: normal;
    font-weight: 500;
    font-size: 13px;
    line-height: 16px;
    letter-spacing: -0.03em;
}
.cur-abon-item-text-h2 {
    font-family: Inter;
    font-style: normal;
    font-weight: 500;
    font-size: 13px;
    line-height: 16px;
    letter-spacing: -0.03em;
    color: #000000;
}
.cur-abon-item-text-h1 {
    font-family: Inter;
    font-style: normal;
    font-weight: bold;
    font-size: 25px;
    line-height: 25px;
    letter-spacing: -0.03em;
    color: #000000;
}

.popshow {
    display: block;
}

}
/* End */


/* Start:/lk/popup.css?16968711575637*/
.popblock-shad {
    background: rgba(0,0,0,.6);
    width: 100%;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 100;
    display: none;
}

.popblock {
    background: #FFF;
    border-radius: 12px;
    display: none;
    width: 600px;
    height: calc(100vh - 80px);
    max-height: calc(100vh - 80px);
    position: fixed;
    top: 40px;
    z-index: 1001;
    left: calc(50% - 300px);
}

.closepop {
    position: absolute;
    width: 18px;
    height: 18px;
    cursor: pointer;
    right: -36px;
    top: 10px;
}

.popshow {
    display: block;
}

.pop-name{
        font-family: Inter;
        font-style: normal;
        font-weight: bold;
        font-size: 30px;
        line-height: 32px;
        letter-spacing: -0.03em;
        color: #000000;
        padding: 30px 40px 8px 40px;
}

.find-gr-name {
    margin: 0px 40px;
    box-sizing: border-box;
    border-bottom: 1px solid rgb(0 0 0 / 10%);
    display: flex;
    align-items: center;
}

.lupa-nav{
    display: block;
    width: 16px;
    height: 16px;
}

.poisk-nav-gr{
    font-family: Inter;
    font-style: normal;
    font-weight: 500;
    font-size: 13px;
    line-height: 55px;
    align-items: center;
    letter-spacing: -0.03em;
    color: #000000;
    border: 0;
    padding: 0;
    margin: 0;
    flex: 0 0 calc(100% - 16px);
}

.pop-list-gr-tr {
    height: 500px;
    overflow-y: auto;
    box-sizing: border-box;
    padding-right: 16px;
    margin-left: 32px;
    margin-top: 2px;
}

.pop-razdelitel {
    border-bottom: 1px solid rgba(0,0,0,.1);
    margin-left: auto;
    margin-right: auto;
    width: 520px;
}

.pop-item-gr-tr {
    display: flex;
    margin-top: 2px;
    margin-bottom: 2px;
    padding: 9px 8px 10px 8px;
    box-sizing: border-box;
    cursor: pointer;
    border-radius: 12px;
}

.pop-nav-img{
    width: 32px;
    height: 32px;
    border-radius: 50%;
    display: block;
    margin-right: 8px;
}

.pop-item-tr-name{
    font-family: Inter;
font-style: normal;
font-weight: bold;
font-size: 13px;
line-height: 16px;
letter-spacing: -0.03em;
color: #000000;
margin-bottom: 2px;
}

.pop-item-tr-zv{
    font-family: Inter;
font-style: normal;
font-weight: 500;
font-size: 12px;
line-height: 15px;
letter-spacing: -0.03em;
color: #8D8D8D;
}

.pop-item-gr-tr-act{
    background: #D7A03D;
}
.pop-item-gr-tr-act .pop-item-tr-name{
    color: #FFFFFF;
}
.pop-item-gr-tr-act .pop-item-tr-zv{
    color: #FFFFFF;
}


@media (max-width:1024px){
.body-fixed{
    position: fixed;
}

.popblock {
        background: #FFF;
        border-radius: 0px;
        width: 100%;
        height: auto;
        max-height: none;
        position: absolute;
        top: 0px;
        z-index: 1001;
        left: 0px;
}
.closepop {
        position: absolute;
        width: 18px;
        height: 18px;
        cursor: pointer;
        right: 16px;
        top: 16px;
        filter: invert(1);
}

.pop-content {
    max-width: 375px;
    margin: 0 auto;
    max-height: calc(100vh - 60px);
    overflow-x: hidden;
    margin-bottom: 60px;
}

    .pop-name {
        font-family: Inter;
        font-style: normal;
        font-weight: bold;
        font-size: 30px;
        line-height: 32px;
        letter-spacing: -0.03em;
        color: #000000;
        padding: 20px 16px 8px 16px;
    }

    .find-gr-name {
        margin: 0px 16px;
        box-sizing: border-box;
        border-bottom: 1px solid rgb(0 0 0 / 10%);
        display: flex;
        align-items: center;
    }

    .pop-razdelitel {
        border-bottom: 1px solid rgba(0,0,0,.1);
        margin-left: auto;
        margin-right: auto;
        width: 343px;
    }

.pop-list-gr-tr {
    overflow-y: auto;
    box-sizing: border-box;
    padding-right: 8px;
    margin-left: 8px;
    margin-top: 2px;
    height: auto;
}

.popblock-shad {
    position: fixed;
    background: #fff;
}

.nav-gr-buttom {
    margin-bottom: 50px;
    width: 375px;
}



.buyabon-menu {
    display: flex;
    justify-content: space-between;
    width: 343px !important;
    flex-direction: column;
}

.buyabon-menu-lesson {
    flex: 0 0 auto !important;
}

.buyabon-list-les-mob-img{
		width:6px;
		height:6px;
}

.buyabon-list-les-mob-name,
.buyabon-list-zv-mob-name,
.buyabon-list-club-mob-name {
font-family: Inter;
font-style: normal;
font-weight: 600;
font-size: 13px;
line-height: 16px;
letter-spacing: -0.03em;
color: #000000;
	}

.buyabon-list-les, .buyabon-list-zv, .buyabon-list-club {
    display: none!important;
    border: none;
    box-sizing: border-box;
    border-radius: 10px;
    flex-direction: column;
    padding: 4px;
    background: #fff;
    z-index: 1000;
    position: relative;
    position: relative;
    border: none !important;
}

.razdeltab {
    display: none;
}

.buyabon-act-tab {
    border-radius: 10px!important;
}

.buyabon-tab-item-les:hover, .buyabon-tab-item-zv:hover {
    border-radius: 10px!important;
}

.shadow-mob {
    background: rgba(0,0,0,.6);
    width: 100%;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 100;
    display: none;
}

.show-filter-abon{
    display: flex !important;
}

.cur-abon-item-wrap {
    flex: 0 0 167px;
    margin-right: 0px;
    margin-bottom: 12px;
}

.cur-abon-item-block {
    border: 1px solid #DEDEDE;
    box-sizing: border-box;
    border-radius: 12px;
    width: 167px;
    min-height: 135px;
    overflow: hidden;
    padding: 12px 12px;
    position: relative;
    cursor: pointer;
}

.list-cur-abon-content {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    column-gap: 9px;
}

.popshow {
    display: block;
}

}
/* End */


/* Start:/local/templates/lk/template_styles.css?1785318321533*/
*{
	outline: none;
}

body{
    background: #F4F4F4;
}

html, body {
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
    color: #333;
    font-family: 'Open Sans',sans-serif;
}

body {
    margin: 0;
    padding: 0;
    font-family: 'Roboto',sans-serif;
    font-size: 16px;
    font-weight: 400;
    letter-spacing: .01em;
    overflow-x: hidden;
    position: relative;
}

.centercontentlk{
    margin: 0 auto;
    width: 1024px;
}

.lessonarea {
    display: flex;
    width: 100%;
    justify-content: center;
}
/* End */
/* /local/templates/lk/js/fancybox/jquery.fancybox.css?16968711963714 */
/* /lk/style.css?169687115717326 */
/* /lk/popup.css?16968711575637 */
/* /local/templates/lk/template_styles.css?1785318321533 */
