﻿@font-face {
    font-family: 'h_n_bold';
    src: url('/Content/fonts/Helvetica Neue Cyrillic Bold/helveticaneuecyr-bold-webfont.eot');
    src:url('/Content/fonts/Helvetica Neue Cyrillic Bold/helveticaneuecyr-bold-webfont.eot?#iefix') format('embedded-opentype'),
        url('/Content/fonts/Helvetica Neue Cyrillic Bold/helveticaneuecyr-bold-webfont.woff') format('woff'),
        url('/Content/fonts/Helvetica Neue Cyrillic Bold/helveticaneuecyr-bold-webfont.ttf') format('truetype'),
        url('/Content/fonts/Helvetica Neue Cyrillic Bold/helveticaneuecyr-bold-webfont.svg#helveticaneuecyrbold') format('svg');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'h_n_medium';
    src:url('/Content/fonts/Helvetica Neue Cyrillic Medium/helveticaneuecyr-medium.eot');
    src:url('/Content/fonts/Helvetica Neue Cyrillic Medium/helveticaneuecyr-medium.eot?#iefix') format('embedded-opentype'),
        url('/Content/fonts/Helvetica Neue Cyrillic Medium/helveticaneuecyr-medium.woff') format('woff'),
        url('/Content/fonts/Helvetica Neue Cyrillic Medium/helveticaneuecyr-medium.ttf') format('truetype'),
        url('/Content/fonts/Helvetica Neue Cyrillic Medium/helveticaneuecyr-medium.svg#helveticaneuecyrmedium') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'h_n_Roman';
    src:url('/Content/fonts/Helvetica Neue Cyrillic Roman/HelveticaNeueCyr-Roman.eot');
    src:url('/Content/fonts/Helvetica Neue Cyrillic Roman/HelveticaNeueCyr-Roman.eot?#iefix') format('embedded-opentype'),
        url('/Content/fonts/Helvetica Neue Cyrillic Roman/HelveticaNeueCyr-Roman.woff') format('woff'),
        url('/Content/fonts/Helvetica Neue Cyrillic Roman/HelveticaNeueCyr-Roman.ttf') format('truetype'),
        url('/Content/fonts/Helvetica Neue Cyrillic Roman/HelveticaNeueCyr-Roman.svg#helveticaneuecyrbold') format('svg');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'h_n_Light';
    src:url('/Content/fonts/Helvetica Neue Cyrillic Light/HelveticaNeueCyr-Light.eot');
    src:url('/Content/fonts/Helvetica Neue Cyrillic Light/HelveticaNeueCyr-Light.eot?#iefix') format('embedded-opentype'),
        url('/Content/fonts/Helvetica Neue Cyrillic Light/HelveticaNeueCyr-Light.woff') format('woff'),
        url('/Content/fonts/Helvetica Neue Cyrillic Light/HelveticaNeueCyr-Light.ttf') format('truetype'),
        url('/Content/fonts/Helvetica Neue Cyrillic Light/HelveticaNeueCyr-Light.svg#helveticaneuecyrmedium') format('svg');
    font-weight: normal;
    font-style: normal;
}
/*my_style*/


/*menu*/

body {
    overflow-y: auto;
}

nav.menu_wr {
    position: fixed;
    max-width: 240px;
    width: 100%;
    height: 100%;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    left: -240px;
    background: #fbfbfb;
    border-top: 1px solid #d9d9d9;
    border-right: 1px solid #d9d9d9;
}
nav.menu_wr.show {
    left: 0;
}
nav.menu_wr ul {
    list-style: none;
}
span.back_link {
    background: url("images/ic_back@3x.png") no-repeat 3px 50%/12px 21px ;
}
span.back_link,
span.menu_btn {
    position: static;
    display: inline-block;
    cursor: pointer;
    font-size: 17px;
    text-align: center;
    color: #026e96;
    line-height: 45px;
    padding: 0 15px;
    z-index: 5;
    font-family: 'h_n_medium';
}
span.back_link {
    padding: 0 18px;
    left: 7px;
}
.content_wrap {

}
a.icon-st-menu {
    display: block;
    overflow: hidden;
}
a.icon-st-menu span {
    float: left;
    width: 40px;
    height: 40px;
}

a.icon-st-menu em {
    height: 40px;
    float: right;
    width: calc(100% - 40px);
    padding: 7px 0 0 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 17px;
    font-style: normal;
    color: #000;
    border-bottom: 1px solid #ccc;
}
.login_pic span {
    background: url("images/ic_user@3x.png") no-repeat 50%/25px;
}
.trainings_pic span {
    background: url("images/ic_course@3x.png") no-repeat 50%/25px;
}
.my_words_pic span {
    background: url("images/ic_my-words@3x.png") no-repeat 50%/25px;
}
.exit_pic span {
    background: url("images/ic_exit@3x.png") no-repeat 50%/25px;
}
a.icon-st-menu.login_pic em {
    font-family: 'h_n_medium';
    padding: 10px 0 0 0;
}

.all_mob_wr #header {
    background-image: none;
    background: #f8f8f8;
    position: relative;
    width: 100%;
    z-index: 50;
    border-bottom: 1px solid #adadad;
    display: block;
}
.all_mob_wr .left_header {
    float: left;
    font-size: 0px;
    min-height: 45px;
    display: block;
}
.all_mob_wr .header_type_player,
.all_mob_wr .header_type {
    font-size: 17px;
    display: inline-block;
    top: 13px;
    text-align: center;
    padding: 0 0 0 85px;
    line-height: 45px;
    color: #000;
    top: 0;
    z-index: -1;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    font-weight: bold;
}
.all_mob_wr .header_type {
    width: calc(100% - 10px);
}
.all_mob_wr .header_type_player {
    width: calc(100% - 70px);
}
.PersonalCabinet .usercab_cntr {
    display: block;
    padding: 0;
    width: 100%;
    cursor: pointer;
    border: none;
    margin: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    overflow: hidden;
}
.PersonalCabinet .dic_icon {
    width: 40px;
    margin-right: 0;
    padding: 7px 0 0 7px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.PersonalCabinet .dic_icon img {
    display: block;
}

.PersonalCabinet .dic_descr {
    width: calc(100% - 40px);
    border-bottom: 1px solid #ccc;
    padding: 0 0 7px 0;
}
.PersonalCabinet .dic_descr .usercab_small_title {
    color: #000;
    font-size: 17px;
    margin: 12px 0 5px;
}
.PersonalCabinet .dic_descr .small_grey,
.PersonalCabinet .dic_descr .small_bold_text {
    color: #026e96;
    font-size: 14px;

}

.word_wrap {
    font-size: 17px;
    line-height: 32px;
    overflow: hidden;
}
.word_wrap .wr_word {
    width: calc(100% - 36px);
    float: left;
}
.word_wrap .wr_word > div {
    float: left;
    width: 50%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0 7px;
}
.master_reset {
    border-bottom: 1px solid #c8c7cc;
    background: #f1f7f9;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    overflow: hidden;
}
.master_reset span {
    float: right;
    margin: 7px 8px 6px;
    text-align: -9999px;
}
.word_wrap .del {
    width: 36px;
    height: 32px;
    float: right;
    position: relative;
}
.master_reset span,
.slick-cell.l3.r3.buttons {
    background: url(images/ic_circle-delete@3x.png) no-repeat 50%/22px 22px;
    overflow: hidden;
    width: 22px;
    height: 22px;
    cursor: pointer;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    display: block;
}
.slick-cell.l3.r3.buttons{
    padding: 7px !important;
    width: 22px;
    float: right;
    height: 22px;
}
.slick-cell.l0.r0,
.slick-cell.l1.r1 {
    width: calc(50% - 20px);
    float: left; 
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    line-height: 38px;
    font-size: 17px;
    padding: 0 7px;
    min-height: 38px;

}
.master_reset p {
    float: left;
    margin: 10px 7px;
    font-family: 'h_n_medium';
}
.word_wrap .del span {
    position: absolute;
    margin: -11px 0 0 -11px;
    top: 50%;
    left: 50%;
}
.slick-viewport:nth-of-type(2n+2) {
    background: #f1f7f9;
}
.filter_btn {
    padding: 7px 7px 6px;
    border-bottom: 1px solid #c8c7cc;
}
.switch_wr,
.filter_btn ul {
    border: 1px solid #026e96;
    border-radius: 7px;
    -moz-border-radius: 7px;
    -webkit-border-radius: 7px;
    overflow: hidden;
    list-style: none;
}
.switch_wr li,
.filter_btn ul li {
    float: left;
    width: 33.33%;
    text-align: center;
    font-size: 13px;
    line-height: 26px;
}
.switch_wr li a, 
.filter_btn ul li a {
    text-decoration: none;
    font-size: 13px;
    display: block;
    color: #026e96;
}
.switch_wr li.active,
.filter_btn ul li.active {
    background: #026e96;
}
.switch_wr li.active a, 
.filter_btn ul li.active a {
    color: #fff;
}
.all_mob_wr div#header:after {
    content: " ";
    clear: both;
    display: block;
}
.clear_wr:after{
    content: " ";
    clear: both;
    display: block;
}
.all_mob_wr .ui-widget-content {
    border: none;
}
.slick-cell {
    position: static !important;
}
/*.grid-canvas {
    height: auto !important;
    width: 100% !important;
}*/
.slick-header.ui-state-default,
.cancel_btn_mark,
.cancel_btn_right_corner,
.cancel_btn_left_corner,
.slick-cell.l2.r2.buttons {
    display: none;
}
div#table_cntr {
    margin: 0 !important;
    width: 100%;
}



.all_mob_wr .right_header {
    float: right;
    vertical-align: top;
    margin: 9px 7px;
}
.all_mob_wr #header .header_type_player span ,
.all_mob_wr #header .header_type span {
    cursor: pointer;
}
.all_mob_wr #header .header_type_player ,
.all_mob_wr #header .header_type {
    cursor: auto;
}

.dic-player.all_mob_wr .header_type_player,
.dic-player.all_mob_wr .header_type {
    padding: 0 100px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.right_header .nav_ico div {
    border: 1px solid #929292;
    color: #929292;
    margin: 0 8px 0 0;
}
.nav_ico >div {
    width: 15px;
    height: 15px;
    text-align: center;
    line-height: 15px;
    font-size: 12px;
    overflow: hidden;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    display: none;
    cursor: pointer;
}
.right_header .navi_buttons,
.right_header .nav_ico {
    vertical-align: middle;
}
.navi_buttons > div {
    text-indent: -9999px;
    overflow: hidden;
    width: 25px;
    height: 25px;
    display: none;
    cursor: pointer;
}
.navi_buttons .play {
    background: url(images/ic_top-play@3x.png) no-repeat 50%/25px 25px;
}
.navi_buttons .pause {
    background: url(images/ic_top-pause@3x.png) no-repeat 50%/25px 25px;
}
.right_header > div {
    display: inline-block;
}

.navi_buttons > div.active_wr,
.nav_ico > div.active_wr {
    display: block;
}




.lesson-player .content_table_row {
    position: relative;
}
.lesson-player .content_table_row.selected {
    /*font-weight: normal;*/
    background: #d3e7f3 !important;
}
.lesson-player .word .trans {
    width: 50%;
    padding: 0 10px 0 25px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.lesson-player .word .orig {
    float: left;
    width: 50%;
    text-align: right;
    height: inherit;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0 25px 0 10px;
}

.lesson-player .word.content_table_row .trans .status_wr {
    display: none;
}

.lesson-player .word.content_table_row:nth-of-type(2n+2){
    background: #e0f1fe;
}
.lesson-player .word.content_table_row:nth-of-type(2n+2){
    background-color: #e0f1fe;
}
.lesson-player .word.content_table_row.known{
    background: url("images/ic_word-checked@3x.png") no-repeat 50%/23px;
}
.lesson-player .word.content_table_row.known:nth-of-type(2n+2){
    background: #e0f1fe url("images/ic_word-checked@3x.png") no-repeat 50%/23px;
}
.lesson-player .word.content_table_row.known.selected{
    background: #d3e7f3 url("images/ic_word-checked@3x.png") no-repeat 50%/23px !important;
}

.lesson-player .word.content_table_row.selected .trans .status_wr {
    padding: 3px 7px 3px 30px;
    position: absolute;
    bottom: -24px;
    color: #006d95;
    z-index: 1;
    font-size: 13px;
    border-radius: 0 0 7px 7px;
    -moz-border-radius: 0 0 7px 7px;
    -webkit-border-radius: 0 0 7px 7px;
    display: block;
    background: url(images/ic_word-checked@3x.png) no-repeat 7px 50%/18px 18px #c1d8e6;
}
.lesson-player .word.content_table_row.selected .trans .status_wr.hint {
    background: url(images/ic-word-advice@3x.png) no-repeat 7px 50%/18px 18px #c1d8e6;
    right: 2%
}
.lesson-player .content_table_row.word {
    min-height: 22px;
    height: auto !important;
    padding-top:2px;
}
.status_ico{
    position: absolute;
    top:50%;
    left:50%;
    margin: -10px 0 0 -10px;
    width: 20px;
    height: 20px;
}
.status_ico img {
    width: 23px;
    height: 23px;
}

.all_wr_mob #footer {
    z-index: 110;
}
.lesson-player #footer {
    position: fixed !important;
    border-top: 1px solid #9d9d9d;
    z-index: 110;
}
.lesson-player #footer .wr_progress_bar {
    position: relative;
    bottom: inherit;
}
.lesson-player .percent_bar_stripe_body {
    top: 0;
}
.lesson_bar, .percent_bar_background_body {
    height: 22px !important;
}
.lesson-player .wr_descript .hint_count {
    padding: 4px 0px 0!important;
}
.wr_descript .hint_count_text {
    padding: 3px 0px 0px 12px!important;
}
.lesson-player .wr_descript.hint_count_text {
    padding: 3px 0px 0px 12px!important;
}
.lesson-player .wr_descript .hint_count ,
.lesson-player .wr_descript .hint_count_text {
    font-size: 13px !important;
}
.footer_links ul {
    list-style: none;
    overflow: hidden;
}
.footer_links ul li {
    float: left;
    width: 33.33%;
    text-align: center;
}


.footer_links ul li span,
.footer_links ul li a{
    text-decoration: none;
    font-size: 10px;
    color: #929292;
    display: inline-block;
}

.footer_links ul li span{
    margin: 7px 0 0 0;
}
.footer_links ul li span span,
.footer_links ul li a span {
    width: 26px;
    height: 26px;
    margin: 0 auto 3px;
    display: block;
}
.lesson-player .content_wrap {
    padding: 46px 0 75px 0;
}

.footer_links ul li .playback span {background: url(images/mob_ic_1.png) no-repeat 50% 0px /100%;} 
.footer_links ul li .settings span {background: url(images/mob_ic_3.png) no-repeat 50% 0px /100%;}
.footer_links ul li .my_words span {background: url(images/mob_ic_4.png) no-repeat 50% 0px /83%;}
.footer_links ul li .grammatika_ico span {background: url(images/tabbar_ic_grammar@3x.png) no-repeat 50% 0px /100%;}

.footer_links ul li span.active a:active,
.footer_links ul li span.active a,
.footer_links ul li .active{color: #026e96}
.footer_links ul li .playback.active span {background: url(images/mob_ic_1.png) no-repeat 50% -50px /100%;} 
.footer_links ul li .settings.active span {background: url(images/mob_ic_3.png) no-repeat 50% -50px /100%;}
.footer_links ul li .my_words.active span {background: url(images/mob_ic_4.png) no-repeat 50% -46px /83%;}
.footer_links ul li .grammatika_ico.active span {background: url(images/tabbar_ic_grammar_active@3x.png) no-repeat 50% 0px /100%;}

.dialog .link_my_words {display: none;}




.hede_box {display: none;}




.class_wrap .slick-cell.l1.r1,
.class_wrap .slick-cell.l0.r0 {
    padding: 0;
    width: 50%;
    line-height: 20px;
    min-height: 40px;
    height: auto;
    font-size: 16px;
}
.class_wrap .slick-cell.l1.r1.buttons {

}
.class_wrap .slick-cell.buttons .btn_wr {
    float: right;
}
.class_wrap .slick-cell.buttons .btn_wr.sm_btn{
    width: 21%;
}
.class_wrap .slick-cell.buttons .btn_wr.bg_btn{
    width: 46%;
}
.class_wrap .slick-cell.buttons .btn_wr.sm_btn,
.class_wrap .slick-cell.buttons .btn_wr.bg_btn{
    margin: 5px 4% 0 0;
    min-height: 35px;
}
.class_wrap .slick-cell.buttons .btn_wr.active_link a {
    background: #d8c17a !important;   
}
.class_wrap .slick-cell.buttons .btn_wr a {
    background: #aac3cd;
    color: #fff;
    margin: 0;
    font-size: 12px;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    width: 100%;
    display: block;
    height: auto;
    line-height: 14px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    text-align: center;
    padding: 5px 0 ;
    text-decoration: none;
}
.class_wrap .percent_bar_background {
    position: relative;
    height: 2px;
    margin: 4px 0 0 0;
}
.class_wrap .percent_bar_stripe_body {
    background: #026e96;
    width: 0%!important;
    height: 100%;
    left: 0!important;
    top: 0;
}
.class_wrap .percent_bar_background_body {
    height: 2px !important;
    border-radius: 1px;
    -moz-border-radius: 1px;
    -webkit-border-radius: 1px;
    width: 100% !important;
}


.class_wrap .slick-cell.classes-row {

    padding: 0;
}
.class_wrap .bg_box_fix.blue {
    background: #e0f1fe;
}
.class_wrap .bg_box_fix.white {
    background: #fff;
}
.class_wrap span.clas_wr_text {
   
    display: inline-block;
    min-height: 25px;
    padding: 10px 0 0 40px;
    color: #006d95;
    font-family: 'h_n_medium';
    text-overflow: ellipsis;
    white-space: nowrap;
    width: calc(100% - 60px);
    overflow: hidden;
}
.class_wrap .slick-cell.l1.r1.buttons {
    padding: 0 !important;
}
.class_wrap .slick-cell.l1.r1.buttons .bg_box_fix {
    overflow: hidden;
}
.percent_bar_stripe_right_corner, .percent_bar_stripe_left_corner {
    display: none;
}

.switch_wr li {
    color: #026e96;
}
.switch_wr li.active {
    color: #fff;
}
.slick-row.ui-widget-content, .slick-row.ui-state-active {
    border: 0px;
    width: 100%;
}




.class_wrap .Incoming_dictionary {
    background: url(images/tabbar_ic_mywords_active@3x.png) no-repeat 8px 50%/25px;
    padding: 10px 0 0 40px;
    min-height: 25px;
    display: inline-block;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: calc(100% - 60px);
    overflow: hidden;
}
.bg_lesson {
    min-height: 40px;
    background: url(images/mob_ic_1.png) no-repeat 6px -42px/26px;
    padding: 0 0 0 40px;
}
.number_lesson {
    color: #006d95;
    font-size: 13px;
}
.name_lesson {
    font-size: 16px;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: inline-block;
    width: 100%;
    overflow: hidden;
}

.class_wrap .slick-cell.buttons .btn_wr a:active {
    background: #d8c17a;
}



.class_wrap.all_mob_wr .ui-widget-content {
    border: none;
    clear: both;
}


.content_wrap.settings_active {
    display: none;
}
.tab_settings .settings_active {
    display: block;
}
.tab_settings  {
    background: #fff;
    width: 100%;
    display: none;
}

.tab_settings .tuning_wr img {
    display: block;
    width: 22px;
    height: 22px;
    padding: 0 14px;
    float: left;
}
img.ico_vol-min {
    margin: 0 -6px 0 6px;
    padding: 0;
}
.clear:after {
    content: " ";
    display: block;
    clear: both;
}
.switch_wrap,
.track {
    border-top: 1px solid #c8c7cc;
    border-bottom: 1px solid #c8c7cc;
    padding: 10px 0;
    margin: 10px;
}
.switch_wr {
    margin: 0 10px;
}
.tuning_wr p,
.tuning_wr span {
    color: #6d6d72;
    margin: 0 20px;
}
.tuning_wr span {
    display: inline-block;
}
.tuning_wr p {
    text-transform: uppercase;
    margin: 12px 20px 0;
}



input[type=range].slider_input {
  -webkit-appearance: none;
  width: calc(100% - 100px);
  margin: 13px 0;
  float: left;
}
input[type=range].slider_input:focus {
  outline: none;
}
input[type=range].slider_input::-webkit-slider-runnable-track {
  width: 100%;
  height: 2px;
  cursor: pointer;
  box-shadow: 0px 0px 0px rgba(0, 0, 0, 0), 0px 0px 0px rgba(13, 13, 13, 0);
  background: #b5b6b5;
  border-radius: 0px;
  border: 0px solid #010101;
}
input[type=range].slider_input::-webkit-slider-thumb {
  box-shadow: 0px 0px 15px rgba(232, 232, 232, 0.67), 0px 0px 0px rgba(245, 245, 245, 0.67);
  border: 1.9px solid #e8e8e8;
  height: 28px;
  width: 28px;
  border-radius: 50px;
  background: #ffffff;
  cursor: pointer;
  -webkit-appearance: none;
  margin-top: -13px;
}
input[type=range].slider_input:focus::-webkit-slider-runnable-track {
  background: #babbba;
}
input[type=range].slider_input::-moz-range-track {
  width: 100%;
  height: 2px;
  cursor: pointer;
  box-shadow: 0px 0px 0px rgba(0, 0, 0, 0), 0px 0px 0px rgba(13, 13, 13, 0);
  background: #b5b6b5;
  border-radius: 0px;
  border: 0px solid #010101;
}
input[type=range].slider_input::-moz-range-thumb {
  box-shadow: 0px 0px 15px rgba(232, 232, 232, 0.67), 0px 0px 0px rgba(245, 245, 245, 0.67);
  border: 1.9px solid #e8e8e8;
  height: 28px;
  width: 28px;
  border-radius: 50px;
  background: #ffffff;
  cursor: pointer;
}
input[type=range].slider_input::-ms-track {
  width: 100%;
  height: 2px;
  cursor: pointer;
  background: transparent;
  border-color: transparent;
  color: transparent;
}
input[type=range].slider_input::-ms-fill-lower {
  background: #b0b1b0;
  border: 0px solid #010101;
  border-radius: 0px;
  box-shadow: 0px 0px 0px rgba(0, 0, 0, 0), 0px 0px 0px rgba(13, 13, 13, 0);
}
input[type=range].slider_input::-ms-fill-upper {
  background: #b5b6b5;
  border: 0px solid #010101;
  border-radius: 0px;
  box-shadow: 0px 0px 0px rgba(0, 0, 0, 0), 0px 0px 0px rgba(13, 13, 13, 0);
}
input[type=range].slider_input::-ms-thumb {
  box-shadow: 0px 0px 15px rgba(232, 232, 232, 0.67), 0px 0px 0px rgba(245, 245, 245, 0.67);
  border: 1.9px solid #e8e8e8;
  height: 28px;
  width: 28px;
  border-radius: 50px;
  background: #ffffff;
  cursor: pointer;
  height: 2px;
}
input[type=range].slider_input:focus::-ms-fill-lower {
  background: #b5b6b5;
}
input[type=range].slider_input:focus::-ms-fill-upper {
  background: #babbba;
}
.text_wr span {
    font-family: 'h_n_medium';
}
.text_wr {
    margin: 10px 8px;
}
.tab_grammatika {
    display: none;
}

.class_wrap .ui-widget-content.slick-row.odd {
    background: #f1f7f9;
}


@media screen and (max-width: 414px) and (max-height: 736px) {
    .class_wrap .slick-cell.buttons .btn_wr.sm_btn,
    .class_wrap .slick-cell.buttons .btn_wr.bg_btn {
        margin: 5px 2% 0 0 ;
    }
    @font-face {
    font-family: 'h_n_bold';
    src: url('/Content/fonts/Helvetica Neue Cyrillic Bold/helveticaneuecyr-bold-webfont.eot');
    src:url('/Content/fonts/Helvetica Neue Cyrillic Bold/helveticaneuecyr-bold-webfont.eot?#iefix') format('embedded-opentype'),
        url('/Content/fonts/Helvetica Neue Cyrillic Bold/helveticaneuecyr-bold-webfont.woff') format('woff'),
        url('/Content/fonts/Helvetica Neue Cyrillic Bold/helveticaneuecyr-bold-webfont.ttf') format('truetype'),
        url('/Content/fonts/Helvetica Neue Cyrillic Bold/helveticaneuecyr-bold-webfont.svg#helveticaneuecyrbold') format('svg');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'h_n_medium';
    src:url('/Content/fonts/Helvetica Neue Cyrillic Medium/helveticaneuecyr-medium.eot');
    src:url('/Content/fonts/Helvetica Neue Cyrillic Medium/helveticaneuecyr-medium.eot?#iefix') format('embedded-opentype'),
        url('/Content/fonts/Helvetica Neue Cyrillic Medium/helveticaneuecyr-medium.woff') format('woff'),
        url('/Content/fonts/Helvetica Neue Cyrillic Medium/helveticaneuecyr-medium.ttf') format('truetype'),
        url('/Content/fonts/Helvetica Neue Cyrillic Medium/helveticaneuecyr-medium.svg#helveticaneuecyrmedium') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'h_n_Roman';
    src:url('/Content/fonts/Helvetica Neue Cyrillic Roman/HelveticaNeueCyr-Roman.eot');
    src:url('/Content/fonts/Helvetica Neue Cyrillic Roman/HelveticaNeueCyr-Roman.eot?#iefix') format('embedded-opentype'),
        url('/Content/fonts/Helvetica Neue Cyrillic Roman/HelveticaNeueCyr-Roman.woff') format('woff'),
        url('/Content/fonts/Helvetica Neue Cyrillic Roman/HelveticaNeueCyr-Roman.ttf') format('truetype'),
        url('/Content/fonts/Helvetica Neue Cyrillic Roman/HelveticaNeueCyr-Roman.svg#helveticaneuecyrbold') format('svg');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'h_n_Light';
    src:url('/Content/fonts/Helvetica Neue Cyrillic Light/HelveticaNeueCyr-Light.eot');
    src:url('/Content/fonts/Helvetica Neue Cyrillic Light/HelveticaNeueCyr-Light.eot?#iefix') format('embedded-opentype'),
        url('/Content/fonts/Helvetica Neue Cyrillic Light/HelveticaNeueCyr-Light.woff') format('woff'),
        url('/Content/fonts/Helvetica Neue Cyrillic Light/HelveticaNeueCyr-Light.ttf') format('truetype'),
        url('/Content/fonts/Helvetica Neue Cyrillic Light/HelveticaNeueCyr-Light.svg#helveticaneuecyrmedium') format('svg');
    font-weight: normal;
    font-style: normal;
}
/*my_style*/


/*menu*/

body {
    overflow-y: auto;
}

nav.menu_wr {
    position: fixed;
    max-width: 240px;
    width: 100%;
    height: 100%;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    left: -240px;
    background: #fbfbfb;
    border-top: 1px solid #d9d9d9;
    border-right: 1px solid #d9d9d9;
}
nav.menu_wr.show {
    left: 0;
}
nav.menu_wr ul {
    list-style: none;
}
span.back_link {
    background: url("images/ic_back@3x.png") no-repeat 3px 50%/12px 21px ;
}
span.back_link,
span.menu_btn {
    position: static;
    display: inline-block;
    cursor: pointer;
    font-size: 17px;
    text-align: center;
    color: #026e96;
    line-height: 45px;
    padding: 0 15px;
    z-index: 5;
    font-family: 'h_n_medium';
}
span.back_link {
    padding: 0 10px 0 18px;
    left: 7px;
}
.content_wrap {

}
a.icon-st-menu {
    display: block;
}
a.icon-st-menu span {
    float: left;
    width: 40px;
    height: 40px;
}

a.icon-st-menu em {
    height: 40px;
    float: right;
    width: calc(100% - 40px);
    padding: 7px 0 0 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 17px;
    font-style: normal;
    color: #000;
    border-bottom: 1px solid #ccc;
}
.login_pic span {
    background: url("images/ic_user@3x.png") no-repeat 50%/25px;
}
.trainings_pic span {
    background: url("images/ic_course@3x.png") no-repeat 50%/25px;
}
.my_words_pic span {
    background: url("images/ic_my-words@3x.png") no-repeat 50%/25px;
}
.exit_pic span {
    background: url("images/ic_exit@3x.png") no-repeat 50%/25px;
}
a.icon-st-menu.login_pic em {
    font-family: 'h_n_medium';
    padding: 10px 0 0 0;
}

.all_mob_wr #header {
    background-image: none;
    background: #f8f8f8;
    position: relative;
    width: 100%;
    z-index: 50;
    border-bottom: 1px solid #adadad;
    display: block;
}
.all_mob_wr .left_header {
    float: left;
    font-size: 0px;
    min-height: 45px;
    display: block;
}
.all_mob_wr .header_type,
.all_mob_wr .header_type_player {
    font-size: 17px;
    display: inline-block;
    top: 13px;
    text-align: center;
    padding: 0 0 0 85px;
    line-height: 45px;
    color: #000;
    top: 0;
    z-index: -1;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    font-weight: bold;
}
.all_mob_wr .header_type {
    width: calc(100% - 10px);
}
.all_mob_wr .header_type_player {
    width: calc(100% - 70px);
}
.PersonalCabinet .usercab_cntr {
    display: block;
    padding: 0;
    width: 100%;
    cursor: pointer;
    border: none;
    margin: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    overflow: hidden;
}
.PersonalCabinet .dic_icon {
    width: 40px;
    margin-right: 0;
    padding: 7px 0 0 7px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.PersonalCabinet .dic_icon img {
    display: block;
}

.PersonalCabinet .dic_descr {
    width: calc(100% - 40px);
    border-bottom: 1px solid #ccc;
    padding: 0 0 7px 0;
}
.PersonalCabinet .dic_descr .usercab_small_title {
    color: #000;
    font-size: 17px;
    margin: 12px 0 5px;
}
.PersonalCabinet .dic_descr .small_grey,
.PersonalCabinet .dic_descr .small_bold_text {
    color: #026e96;
    font-size: 14px;

}

.word_wrap {
    font-size: 17px;
    line-height: 32px;
    overflow: hidden;
}
.word_wrap .wr_word {
    width: calc(100% - 36px);
    float: left;
}
.word_wrap .wr_word > div {
    float: left;
    width: 50%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0 7px;
}
.master_reset {
    border-bottom: 1px solid #c8c7cc;
    background: #f1f7f9;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    overflow: hidden;
}
.master_reset span {
    float: right;
    margin: 7px 8px 6px;
    text-align: -9999px;
}
.word_wrap .del {
    width: 36px;
    height: 32px;
    float: right;
    position: relative;
}
.master_reset span,
.slick-cell.l3.r3.buttons {
    background: url(images/ic_circle-delete@3x.png) no-repeat 50%/22px 22px;
    overflow: hidden;
    width: 22px;
    height: 22px;
    cursor: pointer;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    display: block;
}
.slick-cell.l3.r3.buttons{
    padding: 7px !important;
    width: 22px;
    float: right;
    height: 22px;
}
.slick-cell.l0.r0,
.slick-cell.l1.r1 {
    width: calc(50% - 20px);
    float: left; 
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    line-height: 38px;
    font-size: 17px;
    padding: 0 7px;
    min-height: 38px;

}
.master_reset p {
    float: left;
    margin: 10px 7px;
    font-family: 'h_n_medium';
}
.word_wrap .del span {
    position: absolute;
    margin: -11px 0 0 -11px;
    top: 50%;
    left: 50%;
}
.slick-viewport:nth-of-type(2n+2) {
    background: #f1f7f9;
}
.filter_btn {
    padding: 7px 7px 6px;
    border-bottom: 1px solid #c8c7cc;
}
.switch_wr,
.filter_btn ul {
    border: 1px solid #026e96;
    border-radius: 7px;
    -moz-border-radius: 7px;
    -webkit-border-radius: 7px;
    overflow: hidden;
    list-style: none;
}
.switch_wr li,
.filter_btn ul li {
    float: left;
    width: 33.33%;
    text-align: center;
    font-size: 13px;
    line-height: 26px;
}
.switch_wr li a, 
.filter_btn ul li a {
    text-decoration: none;
    font-size: 13px;
    display: block;
    color: #026e96;
}
.switch_wr li.active,
.filter_btn ul li.active {
    background: #026e96;
}
.switch_wr li.active a, 
.filter_btn ul li.active a {
    color: #fff;
}
.all_mob_wr div#header:after {
    content: " ";
    clear: both;
    display: block;
}
.clear_wr:after{
    content: " ";
    clear: both;
    display: block;
}
.all_mob_wr .ui-widget-content {
    border: none;
}
.slick-cell {
    position: static !important;
}
/*.grid-canvas {
    height: auto !important;
    width: 100% !important;
}*/
.slick-header.ui-state-default,
.cancel_btn_mark,
.cancel_btn_right_corner,
.cancel_btn_left_corner,
.slick-cell.l2.r2.buttons {
    display: none;
}
div#table_cntr {
    margin: 0 !important;
    width: 100%;
}



.all_mob_wr .right_header {
    float: right;
    vertical-align: top;
    margin: 9px 7px;
}
.all_mob_wr #header .header_type_player span ,
.all_mob_wr #header .header_type span {
    cursor: pointer;
}
.all_mob_wr #header .header_type_player ,
.all_mob_wr #header .header_type {
    cursor: auto;
}

.dic-player.all_mob_wr .header_type_player ,
.dic-player.all_mob_wr .header_type {
    padding: 0 100px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.right_header .nav_ico div {
    border: 1px solid #929292;
    color: #929292;
    margin: 0 8px 0 0;
}
.nav_ico >div {
    width: 15px;
    height: 15px;
    text-align: center;
    line-height: 15px;
    font-size: 12px;
    overflow: hidden;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    display: none;
    cursor: pointer;
}
.right_header .navi_buttons,
.right_header .nav_ico {
    vertical-align: middle;
}
.navi_buttons > div {
    text-indent: -9999px;
    overflow: hidden;
    width: 25px;
    height: 25px;
    display: none;
    cursor: pointer;
}
.navi_buttons .play {
    background: url(images/ic_top-play@3x.png) no-repeat 50%/25px 25px;
}
.navi_buttons .pause {
    background: url(images/ic_top-pause@3x.png) no-repeat 50%/25px 25px;
}
.right_header > div {
    display: inline-block;
}

.navi_buttons > div.active_wr,
.nav_ico > div.active_wr {
    display: block;
}




.lesson-player .content_table_row {
    position: relative;
}
.lesson-player .content_table_row.selected {
    /*font-weight: normal;*/
    background: #d3e7f3 !important;
}

.lesson-player .content_table_row.selected.known {
    font-weight: bold;
    background: #d3e7f3 url("images/ic_word-checked@3x.png") no-repeat 50%/23px !important;
}

.lesson-player .word .trans {
    width: 50%;
    padding: 0 10px 0 25px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.lesson-player .word .orig {
    float: left;
    width: 50%;
    text-align: right;
    height: inherit;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0 25px 0 10px;
}

.lesson-player .content_table_row.word {
    font-size: 12px !important;
    line-height: 20px;
}
.lesson-player .content_table_row.word.mid {
    font-size: 14px !important;
    line-height: 20px;
}
.lesson-player .content_table_row.word.large {
    font-size: 18px !important;
    line-height: 22px;
}
.lesson-player .word.content_table_row .trans .status_wr {
    display: none;
}
.lesson-player .word.content_table_row:nth-of-type(2n+2){
    background-color: #e0f1fe;
}
.lesson-player .word.content_table_row.known{
    background: url("images/ic_word-checked@3x.png") no-repeat 50%/23px;
}
.lesson-player .word.content_table_row.known:nth-of-type(2n+2){
    background: #e0f1fe url("images/ic_word-checked@3x.png") no-repeat 50%/23px;
}
.lesson-player .word.content_table_row.selected .trans .status_wr {
    padding: 3px 7px 3px 30px;
    position: absolute;
    bottom: -24px;
    color: #006d95;
    z-index: 1;
    font-size: 13px;
    border-radius: 0 0 7px 7px;
    -moz-border-radius: 0 0 7px 7px;
    -webkit-border-radius: 0 0 7px 7px;
    display: block;
    background: url(images/ic_word-checked@3x.png) no-repeat 7px 50%/18px 18px #c1d8e6;
}
.lesson-player .word.content_table_row.selected .trans .status_wr.hint {
    background: url(images/ic-word-advice@3x.png) no-repeat 7px 50%/18px 18px #c1d8e6;
    right: 2%
}
.lesson-player .content_table_row.word {
    min-height: 22px;
    height: auto !important;
}
.status_ico{
    position: absolute;
    top:50%;
    left:50%;
    margin: -10px 0 0 -10px;
    width: 20px;
    height: 20px;
}
.status_ico img {
    width: 23px;
    height: 23px;
}

.all_wr_mob #footer {
    z-index: 110;
}
.lesson-player #footer {
    position: fixed !important;
    border-top: 1px solid #9d9d9d;
    z-index: 110;
}
.lesson-player #footer .wr_progress_bar {
    position: relative;
    bottom: inherit;
}
.lesson-player .percent_bar_stripe_body {
    top: 0;
}
.lesson_bar, .percent_bar_background_body {
    height: 22px !important;
}
.lesson-player .wr_descript .hint_count {
    padding: 3px 0px!important;
}
.lesson-player .wr_descript.hint_count_text {
    padding: 3px 0px 0px 12px!important;
}
.lesson-player .wr_descript .hint_count ,
.lesson-player .wr_descript .hint_count_text {
    font-size: 13px !important;
}
.footer_links ul {
    list-style: none;
    overflow: hidden;
}
.footer_links ul li {
    float: left;
    width: 33.33%;
    text-align: center;
}


.footer_links ul li span,
.footer_links ul li a{
    text-decoration: none;
    font-size: 10px;
    color: #929292;
    display: inline-block;
}

.footer_links ul li span{
    margin: 7px 0 0 0;
}
.footer_links ul li span span,
.footer_links ul li a span {
    width: 26px;
    height: 26px;
    margin: 0 auto 3px;
    display: block;
}
.lesson-player .content_wrap {
    padding: 46px 0 75px 0;
}

.footer_links ul li .playback span {background: url(images/mob_ic_1.png) no-repeat 50% 0px /100%;} 
.footer_links ul li .settings span {background: url(images/mob_ic_3.png) no-repeat 50% 0px /100%;}
.footer_links ul li .my_words span {background: url(images/mob_ic_4.png) no-repeat 50% 0px /83%;}
.footer_links ul li .grammatika_ico span {background: url(images/tabbar_ic_grammar@3x.png) no-repeat 50% 0px /100%;}

.footer_links ul li span.active a:active,
.footer_links ul li span.active a,
.footer_links ul li .active{color: #026e96}
.footer_links ul li .playback.active span {background: url(images/mob_ic_1.png) no-repeat 50% -50px /100%;} 
.footer_links ul li .settings.active span {background: url(images/mob_ic_3.png) no-repeat 50% -50px /100%;}
.footer_links ul li .my_words.active span {background: url(images/mob_ic_4.png) no-repeat 50% -46px /83%;}
.footer_links ul li .grammatika_ico.active span {background: url(images/tabbar_ic_grammar_active@3x.png) no-repeat 50% 0px /100%;}

.dialog .link_my_words {display: none;}




.hede_box {display: none;}




.class_wrap .slick-cell.l1.r1,
.class_wrap .slick-cell.l0.r0 {
    padding: 0;
    width: 50%;
    line-height: 20px;
    min-height: 40px;
    font-size: 16px;
}
.class_wrap .slick-cell.l1.r1.buttons {

}
.class_wrap .slick-cell.buttons .btn_wr {
    float: right;
}
.class_wrap .slick-cell.buttons .btn_wr.sm_btn{
    width: 21%;
}
.class_wrap .slick-cell.buttons .btn_wr.bg_btn{
    width: 46%;
}
.class_wrap .slick-cell.buttons .btn_wr.sm_btn,
.class_wrap .slick-cell.buttons .btn_wr.bg_btn{
    margin: 5px 4% 0 0;
    min-height: 35px;
}
.class_wrap .slick-cell.buttons .btn_wr a {
    background: #aac3cd;
    color: #fff;
    margin: 0;
    font-size: 12px;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    width: 100%;
    display: block;
    height: auto;
    line-height: 14px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    text-align: center;
    padding: 5px 0 ;
    text-decoration: none;
}
.class_wrap .percent_bar_background {
    position: relative;
    height: 2px;
    margin: 4px 0 0 0;
}
.class_wrap .percent_bar_stripe_body {
    background: #026e96;
    width: 0%!important;
    height: 100%;
    left: 0!important;
    top: 0;
}
.class_wrap .percent_bar_background_body {
    height: 2px !important;
    border-radius: 1px;
    -moz-border-radius: 1px;
    -webkit-border-radius: 1px;
    width: 100% !important;
}


.class_wrap .slick-cell.classes-row {

    padding: 0;
}
.class_wrap .bg_box_fix.blue {
    background: #e0f1fe;
}
.class_wrap .bg_box_fix.white {
    background: #fff;
}
.class_wrap span.clas_wr_text {
    display: inline-block;
    min-height: 25px;
    padding: 10px 0 0 40px;
    color: #006d95;
    font-family: 'h_n_medium';
    text-overflow: ellipsis;
    white-space: nowrap;
    width: calc(100% - 60px);
    overflow: hidden;
}
.class_wrap .slick-cell.l1.r1.buttons {
}
.class_wrap .slick-cell.l1.r1.buttons .bg_box_fix {
    overflow: hidden;
}
.percent_bar_stripe_right_corner, .percent_bar_stripe_left_corner {
    display: none;
}

.switch_wr li {
    color: #026e96;
}
.switch_wr li.active {
    color: #fff;
}




.class_wrap .Incoming_dictionary {
    background: url(images/tabbar_ic_mywords_active@3x.png) no-repeat 8px 50%/25px;
    padding: 10px 0 0 40px;
    min-height: 25px;
    display: inline-block;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: calc(100% - 60px);
    overflow: hidden;
}
.bg_lesson {
    min-height: 40px;
    background: url(images/mob_ic_1.png) no-repeat 6px -42px/26px;
    padding: 0 0 0 40px;
}
.number_lesson {
    color: #aac3cd;
    font-size: 13px;
}
.name_lesson {
    font-size: 16px;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: inline-block;
    width: 100%;
    overflow: hidden;
}

.class_wrap .slick-cell.buttons .btn_wr a:active {
    background: #d8c17a;
}

.class_wrap.all_mob_wr .ui-widget-content {
    border: none;
    clear: both;
}


.content_wrap.settings_active {
    display: none;
}
.tab_settings .settings_active {
    display: block;
}
.tab_settings  {
    background: #fff;
    width: 100%;
    display: none;
}

.tab_settings .tuning_wr img {
    display: block;
    width: 22px;
    height: 22px;
    padding: 0 14px;
    float: left;
}
img.ico_vol-min {
    margin: 0 -6px 0 6px;
    padding: 0;
}
.clear:after {
    content: " ";
    display: block;
    clear: both;
}
.switch_wrap,
.track {
    border-top: 1px solid #c8c7cc;
    border-bottom: 1px solid #c8c7cc;
    padding: 10px 0;
    margin: 10px;
}
.switch_wr {
    margin: 0 10px;
}
.tuning_wr p,
.tuning_wr span {
    color: #6d6d72;
    margin: 0 20px;
}
.tuning_wr span {
    display: inline-block;
}
.tuning_wr p {
    text-transform: uppercase;
    margin: 12px 20px 0;
}



input[type=range].slider_input {
  -webkit-appearance: none;
  width: calc(100% - 100px);
  margin: 13px 0;
  float: left;
}
input[type=range].slider_input:focus {
  outline: none;
}
input[type=range].slider_input::-webkit-slider-runnable-track {
  width: 100%;
  height: 2px;
  cursor: pointer;
  box-shadow: 0px 0px 0px rgba(0, 0, 0, 0), 0px 0px 0px rgba(13, 13, 13, 0);
  background: #b5b6b5;
  border-radius: 0px;
  border: 0px solid #010101;
}
input[type=range].slider_input::-webkit-slider-thumb {
  box-shadow: 0px 0px 15px rgba(232, 232, 232, 0.67), 0px 0px 0px rgba(245, 245, 245, 0.67);
  border: 1.9px solid #e8e8e8;
  height: 28px;
  width: 28px;
  border-radius: 50px;
  background: #ffffff;
  cursor: pointer;
  -webkit-appearance: none;
  margin-top: -13px;
}
input[type=range].slider_input:focus::-webkit-slider-runnable-track {
  background: #babbba;
}
input[type=range].slider_input::-moz-range-track {
  width: 100%;
  height: 2px;
  cursor: pointer;
  box-shadow: 0px 0px 0px rgba(0, 0, 0, 0), 0px 0px 0px rgba(13, 13, 13, 0);
  background: #b5b6b5;
  border-radius: 0px;
  border: 0px solid #010101;
}
input[type=range].slider_input::-moz-range-thumb {
  box-shadow: 0px 0px 15px rgba(232, 232, 232, 0.67), 0px 0px 0px rgba(245, 245, 245, 0.67);
  border: 1.9px solid #e8e8e8;
  height: 28px;
  width: 28px;
  border-radius: 50px;
  background: #ffffff;
  cursor: pointer;
}
input[type=range].slider_input::-ms-track {
  width: 100%;
  height: 2px;
  cursor: pointer;
  background: transparent;
  border-color: transparent;
  color: transparent;
}
input[type=range].slider_input::-ms-fill-lower {
  background: #b0b1b0;
  border: 0px solid #010101;
  border-radius: 0px;
  box-shadow: 0px 0px 0px rgba(0, 0, 0, 0), 0px 0px 0px rgba(13, 13, 13, 0);
}
input[type=range].slider_input::-ms-fill-upper {
  background: #b5b6b5;
  border: 0px solid #010101;
  border-radius: 0px;
  box-shadow: 0px 0px 0px rgba(0, 0, 0, 0), 0px 0px 0px rgba(13, 13, 13, 0);
}
input[type=range].slider_input::-ms-thumb {
  box-shadow: 0px 0px 15px rgba(232, 232, 232, 0.67), 0px 0px 0px rgba(245, 245, 245, 0.67);
  border: 1.9px solid #e8e8e8;
  height: 28px;
  width: 28px;
  border-radius: 50px;
  background: #ffffff;
  cursor: pointer;
  height: 2px;
}
input[type=range].slider_input:focus::-ms-fill-lower {
  background: #b5b6b5;
}
input[type=range].slider_input:focus::-ms-fill-upper {
  background: #babbba;
}
.text_wr span {
    font-family: 'h_n_medium';
}
.text_wr {
    margin: 10px 8px;
}
.tab_grammatika {
    display: none;
}



@media screen and (max-width: 414px) and (max-height: 736px) {
    .class_wrap .slick-cell.buttons .btn_wr.sm_btn,
    .class_wrap .slick-cell.buttons .btn_wr.bg_btn {
        margin: 5px 2% 0 0 ;
    }
    .class_wrap .slick-cell.buttons .btn_wr.bg_btn {
        width: 33%;
    }
}




/*slova*/

.ruenpair .sndrus, .ruenpair .sndeng {
    display: none;
}




.word {
    min-height: 42px;
    height: auto ;
    font-size: 14px ;
}

.word:nth-of-type(2n+2) {
    background: #e0f1fe;
}

.word .ruenpair:after {
    clear: both;
    content: " ";
    display: block;
}
.word .ruenpair > div {
    width: 50%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;

}
.word .ruenpair .rusWrapper {
    float: left;
    text-align: right;
    padding: 0 25px 0 0;
}
.word .ruenpair .engWrapper {
    float: right;
    text-align: left;
    padding: 0 0 0 25px;
}
.word .ruenpair div span {
    line-height: 42px;
    color: #006d95;
}
.word.mid .ruenpair div span{
    font-size: 14px;
}
.word.large .ruenpair div span{
    font-size: 18px;

}
.words .word.known > div {
    background: url("images/ic_word-checked@3x.png") no-repeat 50%/23px;
}

.word.selected {
    background: #d3e7f3;
}
    .class_wrap .slick-cell.l1.r1.buttons {
        padding: 0 !important;
    }

    .bg_lesson {
        background: url(images/mob_ic_1.png) no-repeat 6px -26px/26px;
        padding: 20px 0 15px 40px !important;
    }
    .class_wrap .slick-cell.l1.r1.buttons .bg_box_fix {
        padding: 24px 0 16px 0;
    }
    .class_wrap .slick-cell.l1.r1.buttons .bg_box_fix.white,
    .class_wrap .slick-cell.l1.r1.buttons .bg_box_fix.blue {
        padding: 0 0 3px 0;
        margin: -4px 0 0 0;
    }
    .class_wrap .slick-cell.buttons .btn_wr a {
        padding: 8px 0;
    }
}




/*slova*/

.ruenpair .sndrus, .ruenpair .sndeng {
    display: none;
}




.word {
    min-height: 42px;
    height: auto ;
    font-size: 12px ;
}

/*.word:nth-of-type(2n+2) {
    background: #e0f1fe;
}*/

.words .word:nth-child(even) {
    background: #E0F1FE !important;
}

.words .word:nth-child(odd) {
    background: #FFFFFF!important;
}

.words  .word.current:nth-child(even) {
    font-size: 100% !important;
    background:#d3e7f3 !important;
    font-weight: bold !important;
    color: black !important;
}


.word .ruenpair:after {
    clear: both;
    content: " ";
    display: block;
}
.word .ruenpair > div {
    width: 50%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;

}
.word .ruenpair .rusWrapper {
    float: left;
    text-align: right;
    padding: 0 25px 0 0;
}
.word .ruenpair .engWrapper {
    float: right;
    text-align: left;
    padding: 0 0 0 25px;
}
.word .ruenpair div span {
    line-height: 42px;
    color: #006d95;
}

.word.current .ruenpair div span {
    line-height: 42px;
    color: #000;
}
.word.mid .ruenpair div span{
    font-size: 14px;
}
.word.large .ruenpair div span{
    font-size: 18px;

}
.words .word.known > div {
    background: url("images/ic_word-checked@3x.png") no-repeat 50%/23px;
}

.word.selected {
    background: #d3e7f3;
}

.dic_player_enter {
    display: none;
}
.word.current .ruenpair div span, .word.current .engWrappe, .word.current .rusWrapper {
    font-size: 12px;
    line-height: 32px;
    margin: 0;
    vertical-align: top;
    line-height: 50px;
}


/*Доработки в футере */

.tab_mywords {
    display: none;
}
.all_mob_wr div#header {
    position: fixed !important;
}
.filter_btn {
    padding: 7px 7px 6px;
    border-bottom: 1px solid #c8c7cc;
    position: fixed;
    top: 46px;
    z-index: 100;
    background: #fff;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
div#table_cntr_mywords {
    padding: 42px 0 0;
}
.usercab_blocks {
    padding: 46px 0 0 0;
}
.content_wrap {
    padding: 46px 0 0 0;
}


/*цвсет нажатой кнопки */
.class_wrap .slick-cell a.pressed {
    background: #d8c17a !important;
}
/*Кнопка удалить все */
.my-words.all_mob_wr .content_wrap .filter_btn {
    position: static;
}
/*.lesson-player.all_mob_wr .content_wrap .filter_btn {
    position: static;
}*/
.lesson-player.all_mob_wr .content_wrap #table_cntr_mywords {
    padding: 0;
}


/*настройка размеров слов*/

.words.font_size1.w5.mid .word div .ruenpair div span{
    font-size: 14px !important;
}
.words.font_size1.w5.large .word div .ruenpair div span{
    font-size: 18px !important;

}

/*вертикальная ориентация */

.hede_box {
    text-align: center;
    position: relative;
    z-index: 100;
    background: #fff;
    display: none;
}
.hede_box p {
    padding: 10% 0;
}
.hede_box p b {
    display: block;
    font-size: 24px;
}
.hede_box p span {
    font-size: 21px;
}
.hede_box img {
    max-width: 50%;
    width: 100%;
    height: auto;
    margin: 0 auto;
    display: block;
}

/*Правки меню*/
a.icon-st-menu em {
    height: auto;
    float: right;
    width: calc(100% - 40px);
    padding: 7px 0 0 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 16px;
    font-style: normal;
    color: #000;
    border-bottom: 1px solid #ccc;
    min-height: 40px;
}
nav.menu_wr.show ul li {
    overflow: hidden;
}
a.icon-st-menu.login_pic em {
    padding: 10px 0 7px 0;
}


/*Правки в окне логин*/
.login_form .password_input_cntr .password_input, .login_form .login_input_cntr .login_input {
    font-size: 18px;
    line-height: 18px;
    height: 20px;
}
a.recover_link {
    display: none;
}
@media (max-width: 990px) {
    #login_container_overflow {
        overflow: hidden;
    }
    .login_form .password_input_cntr .password_input, .login_form .login_input_cntr .login_input {
        font-size: 26px;
        line-height: 40px;
        width: 100%;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        border-radius: 9px;
        -moz-border-radius: 9px;
        -webkit-border-radius: 9px;
    }
}
nav.menu_wr {
    background: rgba(251,251,251,0.9);
}
.PersonalCabinet.all_mob_wr .header_type {
    width: 100%;
    padding: 0;
}
.PersonalCabinet .usercab_cntr {
    padding: 0 5px 0 0;
}


/*Мои Слова*/
.lesson-player.all_mob_wr .content_wrap .tab_mywords .master_reset {
    position: fixed;
    z-index: 10;
    width: 100%;
    top: 92px;
}
.lesson-player.all_mob_wr .content_wrap .tab_mywords .filter_btn {
    position: fixed;
    top: 50px;
}

.lesson-player.all_mob_wr .content_wrap .tab_mywords .slick-viewport {
    padding: 85px 0 0 0;
}


/*Кнопки */
.class_wrap.all_mob_wr .grid-canvas {
    position: relative;
    outline: 0;
    width: 100% !important;
}
/*кнопки фикс отступов*/
.class_wrap span.clas_wr_text {
     /*background: url(images/pimgpsh_fullsize_distr.png) no-repeat 112px 7px;*/
     background: url(images/download-from-cloud1.png) no-repeat 112px 7px/31px;
    
     
    display: block;
    min-height: 25px;
    padding: 10px 0 5px 40px;
    color: #006d95;
    font-family: 'h_n_medium';
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 100%;
    overflow: hidden;
}

/*фикс кнопок*/
input{-moz-appearance:none !important;-webkit-appearance:none !important;}

/*фикс , загаловка в моих словах*/
.all_mob_wr.my-words .header_type {
    padding: 0;
    width: 100%;
}






/*настройка размеров диалогов*/

.lesson-player.dialog.all_mob_wr .word.content_table_row div div{
    font-size: 12px !important;
}
.lesson-player.dialog.all_mob_wr .word.content_table_row.mid div div{
    font-size: 14px !important;
}
.lesson-player.dialog.all_mob_wr .word.content_table_row.large  div div{
    font-size: 18px !important;

}

    /*login*/
@media (max-width: 990px) {
    #login_container_overflow {
        position: absolute;
        height: 100%;
        width: 100%;
        min-height: 100%;
        min-width: 100%;
    }
    #login_cntr {
        position: absolute;
        width: 90%;
        top: 10%;
        left: 50%;
        margin: 0 0px 0px -45%;
    }
    .loginmobile_logo_cntr {
        display: block;
        margin: 0 0 10%;
    }

    .loginmobile_logo_cntr img {
        display: block;
        margin: 0 auto;
        max-width: 393px;
        width: 100%;
        height: auto;
    }
    .login_form {
        background: #e1e1e1;
        padding: 17px 17px 2px 17px;
        border-radius: 15px;
        -moz-border-radius: 15px;
        -webkit-border-radius: 15px;
    }

    .login_form .password_input_cntr, .login_form .login_input_cntr {
        background: #fff;
        border-radius: 9px;
        -moz-border-radius: 9px;
        -webkit-border-radius: 9px;
        border: 1px solid #c8c8cd;
        height: 55px;
        margin: 0 0 15px;
    }
    input.mobile-submit-btn {
        display: block;
        border: none;
        width: 100%;
        margin: 0 0 15px;
        background: #026e96;
        color: #fff;
        font-size: 42px;
        border-radius: 9px;
        -moz-border-radius: 9px;
        -webkit-border-radius: 9px;
        height: 88px;
    }
    .recover_link_wrap {
        text-align: center;
        margin: 20% 0 0 0;
    }
    .login_form .password_input_cntr .password_input, .login_form .login_input_cntr .login_input {
        width: 100%;
        padding: 0 20px;
        font-size: 34px;
        line-height: 55px;
        color: #7a7a7a;
        margin: 0;
        font-family: 'h_n_Roman';
        height: 100%;
    }
    .login_btn_cntr_link,
    .login_form .login_checkbox_cntr,
    .login_form a.recover_link {
        display: none !important;
    }
/*название курса по центру, ландшафт*/
    .all_mob_wr .header_type {
        width: 100%;
        padding: 0;
    }
 /*Фикс слов*/
    .lesson-player.dialog.all_mob_wr div#table_cntr {
        margin: 0 !important;
        width: 100%;
        position: fixed;
        height: calc(100% - 122px) !important;
        top: 46px;
        left: 0;
    }
    .all_mob_wr #header .header_type,
    .all_mob_wr .header_type_player {
        padding: 0 0 0 0;
        text-align: left;
        font-size: 14px;
        font-weight: normal;
    }
    .all_mob_wr .header_type_player {
        width: calc(100% - 146px);
    }
    .all_mob_wr #header .header_type {
        width: calc(100% - 98px);
    }

    /*ифрайм*/
    .lesson-player .content_wrap,
    .tab_grammatika,
    iframe#grammar-frame {
        height: 100% !important;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }



    .all_mob_wr div#header {
        position: fixed !important;
        height: 49px;
        z-index: 2;
    }
    .content_wrap {
        position: relative;
        z-index: 1;
    }
    .lesson-player .word {
        min-height: 37px;
    }
    .lesson-player .words {
        top: 50px;
    }
    /*фикс футера*/
    .footert_hide .wr_progress_bar {
        top: 0;
    }
    .footert_hide div#footer {
        bottom: -53px !important;
    }
    .footert_hide .lesson-player.dialog.all_mob_wr div#table_cntr {
        height: calc(100% - 69px) !important;
    }
    .footert_hide .lesson-player .words{
        height: calc(100% - 73px) !important;
    }
}
@media (max-width: 414px) {
    .loginmobile_logo_cntr img {
        width: 65%;
    }
    .login_form .password_input_cntr, .login_form .login_input_cntr {
        height: 40px;
    }
    input.mobile-submit-btn {
        font-size: 24px;
        height: 50px;
    }
    .recover_link_wrap {
        margin: 10% 0 0 0;
    }
    .all_mob_wr .header_type_player,
    .all_mob_wr #header .header_type {
        cursor: auto;
        padding: 0;
        text-align: left;
    }
    .all_mob_wr #header .header_type {
        width: calc(100% - 82px);
    }
    .all_mob_wr .header_type_player {
        width: calc(100% - 140px);
    }

}



