.vteacher {
    background-color: #dbf1e7;
    /*width: 20000px;*/
    position: relative;
    height: 100vh;
    font-size: 0;
}

#vteacher_viewport {
    position: relative;
    z-index: 1;
}

#vt_container {
    position: relative;
    display: inline-block;
}

#header_wrap {
    position: relative;
}

/*body.popup-open .header_wrap,*/
/*body.popup-open #vteacher_viewport {*/
/*    -webkit-filter: blur(5px);*/
/*    filter: blur(5px);*/
/*}*/

body.popup-open #vteacher_popup::after {
    z-index: 100;
    width: 100%;
    content: '';
    position: fixed;
    left: 0;
    top: 0;
    background-color: rgba(0,0,0, .4);
    height: 100%;
}

#vteacher_popup > :first-child {
    opacity: 0.2;
    transform: scale(0.2);
    transition: all 0.2s ease-in-out;
}

#vteacher_popup.opening > :first-child {
    opacity: 1;
    transform: scale(1);
}

#vteacher-video {
    background-color: white;
    display:none;
}

.vteacher__screen {
    float: left;
    position: relative;
    height: 100vh;
}

.vteacher__screen__bg {
    height: 100vh;
    min-height: 512px;
    vertical-align: top;
}

.vteacher__step {
    position: absolute;
    left: 0;
    top: 0;
    width: 6.4%;
    height: 8.5%;
    text-align: center;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    cursor: pointer;
    z-index: 3;
}

.vteacher__step.vteacher__step__exams .vteacher__step__passed__num {
    font-size: 2vh;
    line-height: 4.2vh;
}

.vteacher__step__title span {
    background-color: rgba(255,255,255, .4);
    display: inline-block;
    padding: .5vh .7vh;
    border-radius: 1.3vh;
}

.vteacher__step__exams {
    border-radius: 50%;
    background-image: -moz-linear-gradient( 90deg, rgb(58,168,146) 0%, rgb(58,175,173) 100%);
    background-image: -webkit-linear-gradient( 90deg, rgb(58,168,146) 0%, rgb(58,175,173) 100%);
    background-image: -ms-linear-gradient( 90deg, rgb(58,168,146) 0%, rgb(58,175,173) 100%);
    cursor: pointer!important;
}

.vteacher__step__exams .vteacher__step__title {
    font-size: 2vh;
}

.vteacher__step__exams svg, .vteacher__step__exams img {
    position: absolute;
    left: 55%;
    top: 60%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 4.1vh;
    height: 3.19vh;
}

.vteacher__step__exams .vteacher_blocked_icon {
    position: absolute;
    top: 4vh;
    left: 4.5vh;
}

.vteacher__step__blocked {

}

.vteacher__step__exams:not(.vteacher__step__blocked) .vteacher_blocked_icon svg path {
    fill: #fffea1;
}

.vteacher__step__exams.vteacher__step__blocked .vteacher__step__circle {
    padding-top: 0;
}

.vteacher__step__exams:not(.vteacher__step__blocked) .vteacher_blocked_icon {
    display: none;
}

.vteacher__step__exams.vteacher__step__blocked {
    background-image: none;
}

.vteacher__step__exams.vteacher__step__blocked img {
    filter: gray; /* IE6-9 */
    -webkit-filter: grayscale(100%); /* Chrome 19+, Safari 6+, Safari 6+ iOS */
}


.vteacher__step__exams__passed  {
    background-image: -moz-linear-gradient( 90deg, #16b96c 0%, #15c282 );
    background-image: -webkit-linear-gradient( 90deg, #16b96c 0%, #15c282 );
    background-image: -ms-linear-gradient( 90deg, #16b96c 0%, #15c282 );
}

.vteacher__step__exams__passed svg {
    position: absolute;
    left: 52%;
    top: 51%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 4vh;
}

.vteacher__step.vteacher__step__exams .vteacher__step__stars {
    display: none;
}

.vteacher__step__circle {
    width: 100%;
    height: 100%;
    border-radius: 200px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0 auto;
}

.vteacher__step__1 {
    top: 13.3333333%;
    left: 10.1174%;
}

.vteacher__step__2 {
    top: 25%;
    left: 27.476635514018692%;
}

.vteacher__step__3 {
    top: 16.933333333333334%;
    left: 41.26168224299065%;
}

.vteacher__step__4 {
    top: 4%;
    left: 55.23364485981308%;
}

.vteacher__step__5 {
    top: 3%;
    left: 69.06542056074767%;
}

.vteacher__step__6 {
    top: 21.933333333333334%;
    left: 65.04672897196262%;
}

.vteacher__step__passed {
    background-color: #32a5a5;
    padding-top: 1.5vh;
}

.vteacher__step__passed__num {
    font-size: 3.65vh;
    text-shadow: 0.133vh 0.133vh 0.133vh rgba(73,112,34, .5);
    color: #fffea1;
    line-height: 1;
}

.vteacher__step__active .vteacher__step__passed__num,
.vteacher__step__blocked .vteacher__step__passed__num {
    color: #1e3030;
    text-shadow: none;
    font-size: 3.17vh;
    line-height: 1;
}
.vteacher__step__blocked .vteacher__step__circle {
    padding-top: 1.6vh;
}

.vteacher__step__active {
    background: url(/wp-content/themes/english/assets/images/vteacher/vteacher_step_circle.png) 0 0 no-repeat;
    -webkit-background-size: 100% 100%;
    background-size: 100% 100%;
    padding-top: 2.35vh;
}

.vteacher_blocked_icon {
    display: inline-block;
    width: 4vh;
    height: 3vh;
    border-radius: 50%;
    position: relative;
}

.vteacher_blocked_icon svg {
    width: 1.4vh;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -60%);
    -ms-transform: translate(-50%, -60%);
    -o-transform: translate(-50%, -60%);
    transform: translate(-50%, -60%);
}

.vteacher_blocked_icon svg path {
    fill: #21333e;
}

.vteacher__step__active:after {
    content: '';
    position: absolute;
    top: -5.5vh;
    left: 62.5%;
    width: 9vh;
    height: 9vh;
    background:  url(/wp-content/themes/english/assets/images/vteacher/arrow-anim.gif) 0 0 no-repeat;
    -webkit-background-size: 100% 100%;
    background-size: 100% 100%;
}

.vteacher__step:hover .vteacher__step__blocked .vteacher__step__blocked__icon svg path {
    fill: #eb6800;
}

.vteacher__step__active__num {
    font-size: 5.066666666666666vh;
    line-height: 5vh;
}

.vteacher__step__stars {
    height: 1.8vh;
    text-align: center;
}

.vteacher__step__stars__small svg {
    width: 1.5vh;
    position: relative;
    top: -1vh;
}

.vteacher__step__stars__small svg path, .vteacher__step__stars__big svg path {
    fill: none;
    stroke: #fffea1;
    stroke-width: 1px;
}

.vteacher__step__stars__small.fill svg path, .vteacher__step__stars__big.fill svg path {
    fill: #fffea1;
}

.vteacher__step__stars__big svg {
    width: 1.9vh;
    height: 1.9333333333333333vh;
}

.vteacher__step__active__arrow {
    position: absolute;
    top: -5.5vh;
    left: 62.5%;
    -webkit-transform: rotate(-5.54deg);
    -moz-transform: rotate(-5.54deg);
    -ms-transform: rotate(-5.54deg);
    -o-transform: rotate(-5.54deg);
    transform: rotate(-5.54deg);
}

.vteacher__step__active__arrow svg {
    width: 7.466666666666667vh;
    height: 7.466666666666667vh;
}

.vteacher__step__title {
    font-family: MuseoNew, Verdana, Helvetica, "Helvetica Neue", Arial, sans-serif;
    line-height: 1;
    margin-top: 1.3333333333333333vh;
    color: #21333e;
    font-size: 2.08vh;
    position: absolute;
    right: -100%;
    left: -100%;
}

.vteacher__step__blocked .vteacher__step__circle {
    background: url(/wp-content/themes/english/assets/images/vteacher/vteacher_step_circle.png) 0 0 no-repeat;
    -webkit-background-size: 100% 100%;
    background-size: 100% 100%;
}

.vteacher__block_title {
    position: absolute;
    z-index: 2;
    font-size: 3.91vh;
    color: #213636;    
    white-space: nowrap;
    font-weight: 400;
    line-height: 38px;
}

.vteacher__curve {
    position: absolute;
    z-index: 3;
}

.vteacher__curve__1 {
    left: 0;
    top: 0;
}

.vteacher__exercise {
    position: absolute;
    height: 85vh;
    top: 8vh;
    left:50%;
    margin-left: -60vh;
    width: 120vh;
    background-color: #fff;
    z-index: 100;
    overflow: hidden;
    -webkit-box-shadow: .13vh .13vh .13vh rgba(204,211,185,.35);
    -moz-box-shadow: .13vh .13vh .13vh rgba(204,211,185,.35);
    box-shadow: .13vh .13vh .13vh rgba(204,211,185,.35);
}

.vteacher__test-info {
    z-index: 101;
    position: absolute;
    top: 50%;
    left:50%;
    margin: -35vh 0 0 -29vh;
    width: 58vh;
    background-color: #fff;
    -webkit-box-shadow: .13vh .13vh .13vh rgba(204,211,185,.35);
    -moz-box-shadow: .13vh .13vh .13vh rgba(204,211,185,.35);
    box-shadow: .13vh .13vh .13vh rgba(204,211,185,.35);
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
}

.vteacher__test-info-course {
    min-width: 510px;
}

.vteacher__test-info__content {
    position: relative;
    padding: 3.91vh;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 2vh;
    /*overflow: scroll;*/
    max-height: 80vh;
}

.vteacher__test-info__lesson-num {
    margin-bottom: 10px;
    font-size: 1.8vh;
    color: #979797;
}

.vteacher__test-info__green-head {
    padding: 2.6vh;
    background-color: #7fb93f;
    text-align: center;
}

.vteacher__test-info__green-head__title {
    font-family: MuseoNew, Verdana, Helvetica, Arial, sans-serif;
    font-weight: bold;
    font-size: 2.34vh;
    color: #fff;
}

.vteacher__test-info__gray-head {
    text-align: center;
    padding: 4vh 2vh;
    background-color: #f5f5f5;
    border-bottom-right-radius: 8px;
    border-bottom-left-radius: 8px;
}

.vteacher__test-info__gray-head__title {
    font-family: MuseoNew, Verdana, Helvetica, Arial, sans-serif;
    color: #44474a;
    font-size: 2.34vh;
}

.vteacher__exercise__header {
    padding: 2.6vh 2.6vh .7vh 2.6vh;
    border-bottom: 1px solid #d6e0c8;
    text-align: justify;
}

.vteacher__exercise__header:after {
    content: '';
    display: inline-block;
    width: 100%;
}

.vteacher__exercise__header__left {
    display: inline-block;
    vertical-align: top;
}

.vteacher__exercise__header__left__final {
    width: 10%;
}

.vteacher__exercise__header__title {
    font-family: MuseoNew, Verdana, Helvetica, Arial, sans-serif;
    font-size: 1.8229166666666667vh;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding-right: 1.3020833333333333vh;
    padding-top: .6vh;
}

.vteacher__exercise__header__title strong {
    font-family: MuseoNew, Verdana, Helvetica, "Helvetica Neue", Arial, sans-serif;
    font-weight: bold;
}

.vteacher__exercise__header__right {
    display: inline-block;
    vertical-align: top;
    position: relative;
}

.vteacher__exercise__header__right__final {
    width: 89%;
}

.vteacher__exercise__header__progress {
    width: 90%;
    display: inline-block;
    vertical-align: top;
    padding-right: 3.5vh;
}

.vteacher__exercise__header__progress__table__col {
    position: relative;
}

.vteacher__exercise__header__progress__table__col a {
    position: relative;
}

.vteacher__exercise__header__progress__table__col svg {
    width: 2.9947916666666665vh;
    height: 2.9947916666666665vh;
    fill: #d4dec4;
    z-index: 2;
    position: relative;
}

.j-atom-preview {
    cursor: pointer;
}

.vteacher__exercise__header__progress__table__col:after {
    content: '';
    width: 100%;
    background-color: #d4dec4;
    display: inline-block;
    position: absolute;
    left: 1vh;
    top: 50%;
    height: 1.1vh;
    z-index: 1;
    margin-top: -0.9vh;
}

.vteacher__exercise__header__progress__table__col:last-child:after {
    content: none;
}

.vteacher__exercise__header__progress__table__col:last-child {
    vertical-align: middle;
    width: 2.9947916666666665vh !important;
}

.vteacher__exercise__header__progress__table__col:last-child a {
    vertical-align: top;
    position: relative;
    top: -0.26vh;
}

.vteacher__exercise__header__progress__table__col svg .small {
    fill: white;
}
.vteacher__exercise__header__progress__table__col.is-current svg .big {
    fill: #5cb865;
}
.vteacher__exercise__header__progress__table__col.is-completed > svg circle,
.vteacher__exercise__header__progress__table__col.is-completed > svg path {
    fill: #5cb865;
}

.vteacher__exercise__header__progress__table__col.is-completed:after {
    background-color: #5cb865;
}

.vteacher__exercise__header__progress__table__col.is-completed {
    cursor: pointer;
}

.vteacher__exercise__header__progress__table__col.is-completed.is-last:after {
    background-color: #d4dec4;
}

.vteacher__exercise__header__close {
    cursor: pointer;
    display: inline-block;
    width: 2.6vh;
    height: 2.6vh;
    vertical-align: top;
}

.vteacher__exercise__header__close svg {
    width: 2.6041666666666665vh;
    height: 2.6041666666666665vh;
}


.vteacher__exercise__content__left {
    display: inline-block;
    width: 52.5164113785558%;
    vertical-align: top;
    position: relative;
    height: 77.4vh;
}

.vteacher__exercise__content__video {
    max-width: 120%;
    height: 100%;
    position: absolute;
    bottom: -.9vh;
    left: -12vh;
    z-index: 1;
    overflow: hidden;
    -webkit-box-shadow: inset 0 1px 0 #fff;
    -moz-box-shadow: inset 0 1px 0 #fff;
    box-shadow: inset 0 1px 0 #fff;
}

.vteacher__exercise__content__video:after {
    content: '';
    position: absolute;
    width: 100%;
    z-index: 99;
    height: 1.953125vh;
    background-color: #Fff;
    top: 0;
    left: 0;
}

.vteacher__exercise__content__video video {
    max-width: 101%;
    height: 101%;
}

.vteacher__exercise__content__repeat {
    position: absolute;
    z-index: 2;
    bottom: 2.8645833333333335vh;
    left: 2.8645833333333335vh;
    cursor: pointer;
}

.vteacher__exercise__content__repeat__btn {
    width: 7.421875vh;
    height: 7.421875vh;
    background-color: #00a1f0;
    display: inline-block;
    text-align: center;
    position: relative;
}

.vteacher__exercise__content__repeat__btn svg {
    width: 3.90625vh;
    height: 4.557291666666667vh;
    display: inline-block;
    top: 53%;
    left: 54%;
    margin-left: -1.953125vh;
    margin-top: -2.2786458333333335vh;
    position: absolute;
}

.vteacher__exercise__content__right {
    display: inline-block;
    width: 45.5164113785558%;
    height: 77.4vh;
}

.vteacher__exercise__content__text {
    margin-top: 11.067708333333334vh;
    padding-right: 12vh;
}

.vteacher__exercise__content__text__title {
    font-size: 4.6875vh;
    margin-bottom: 5.859375vh;
    white-space: pre-wrap;
}

.vteacher__exercise__content__text .word-wrapper {
    border-bottom: 2px dotted;
}

.vteacher__exercise__content__text__main {
    font-family: MuseoNew, Verdana, Helvetica, Arial, sans-serif;
    font-size: 2.8vh;
    line-height: 3.7760416666666665vh;
    white-space: pre-wrap;
}

.vteacher__exercise__content__text__main small {
    margin-top: 4.557291666666667vh;
    display: block;
    font-size: 2.5vh;
}

.vteacher__exercise__content__training__btn {
    cursor: pointer;
    font-size: 2.34375vh;
    font-family: MuseoNew, Verdana, Helvetica, Arial, sans-serif;
    height: 7.421875vh;
    padding: 2.4vh 2.8645833333333335vh;
    color: #fff;
    background-color: #00a1f0;
    display: inline-block;
    text-align: center;
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    vertical-align: top;
}

.vteacher__exercise__content__next {
    position: absolute;
    z-index: 2;
    bottom: 3.4vh;
    right: 2.8645833333333335vh;
    cursor: pointer;
}

.vteacher__exercise__content__training__btn svg {
    position: relative;
    top: -.3vh;
    margin-left: 3vh;
    width: 1.8229166666666667vh;
    height: 3.2552083333333335vh;
}

.vteacher__exercise__content__beige {
    background-color: #eef3e6;
    height: 97.66vh;
    padding: 2.6vh;
    overflow: hidden;
}

.vteacher__exercise__content__blue {
    background-color: #005e9c;
    height: 97.66vh;
    padding: 2.6vh;
    overflow: hidden;
}

.vteacher__exercise__view2 .vteacher__exercise__content {
    height: 100%;
    padding: 2.6041666666666665vh;
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.vteacher__exercise__view2__image img {
    max-height:300px;
    max-width:90%;
    margin-bottom:2.6041666666666665vh;
}

.vteacher__exercise__view__clue__container {
    margin-top:2.6041666666666665vh;
}

.vteacher__exercise__view__clue {
    float:left;
    background-color:lightblue;
    padding:7px;
    margin-right:2.6041666666666665vh;
    border-radius:7px;
    line-height:15px;
    height:18px;
}
.vteacher__exercise__answer__input {
    height:30px;
    line-height: 25px;
    padding:3px 8px;
    font-size:20px;
    border:1px solid #ccc;
    width:70%;
}

.vteacher__exercise__send__answer {
    padding:10px;
    background:cornflowerblue;
    color:#fff;
    font-size:17px;
}

.vteacher__exercise__view2 .vteacher__exercise__header {
    border-bottom: none;
}

.vteacher__test__trash {
    display: none;
}

.vteacher__exercise__view2__title {
    margin-top: 1.3020833333333333vh;
    margin-bottom: 2.6041666666666665vh;
    font-size: 2.8645833333333335vh;
    line-height: 1;
}

.vteacher__exercise__view2__text {
    margin-top: 1.3020833333333333vh;
    margin-bottom: 2.6041666666666665vh;
    font-size: 1.8645833333333335vh;
    overflow-y: scroll;
    max-height:250px;
}

.vteacher__exercise__view2__question {
    display: inline-block;
    vertical-align: middle;
    font-size: 2.6041666666666665vh;
    border:1px dashed #ccc;
    background:#f4f4f6;
    padding:10px;
}



.vteacher__exam .vteacher__exercise__view2__title.title__main {
    color: white;
}

.vteacher__exercise__view2__main {
    position: relative;
    z-index: 2;
    width: 80.859375vh;
    -webkit-border-radius: 1.3020833333333333vh;
    -moz-border-radius: 1.3020833333333333vh;
    border-radius: 1.3020833333333333vh;
    background-color: #fff;
    -webkit-box-shadow: .13vh .13vh .13vh rgba(204,211,185,.35);
    -moz-box-shadow: .13vh .13vh .13vh rgba(204,211,185,.35);
    box-shadow: .13vh .13vh .13vh rgba(204,211,185,.35);
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin-bottom: 1vh;
    -webkit-transform-origin: 0 0;
    -moz-transform-origin: 0 0;
    -ms-transform-origin: 0 0;
    -o-transform-origin: 0 0;
    transform-origin: 0 0;
}

.vteacher__exercise__viewport {
    overflow-y: hidden;
    height: 64vh;
}

.puzzles_result {
    font-size: 20px;
}

.vteacher__exercise__view2__main__content {
    padding: 2.6041666666666665vh;
    font-family: MuseoNew, Verdana, Helvetica, Arial, sans-serif;
}

.vteacher__exercise__content__must-man {
    position: absolute;
    right: -4vh;
    top: 17.5vh;
    z-index: 1;
}

.firefox .vteacher__exercise__content__must-man {
    right: 0;
}

.vteacher__exercise__content__must-man svg {
    width: 37vh;
    height: 125vh;
}

html.flash .vteacher__exercise__content__must-man svg {
    display: none;
}

.vteacher__exercise__content__must-man object,
.vteacher__exercise__content__must-man embed {
    width: 47vh;
    height: 90vh;
    margin-right: -4vh;
}

.teacher c1 {
    display: inline;
    color: rgb(177,210,116);
}

.teacher c2 {
    display: inline;
    color: rgb(0,170,245);
}

.teacher c3 {
    display: inline;
    color: rgb(255,76,76);
}

.vteacher__exercise__view2__main__title {
    color: #2a2a2a;
    font-size: 2.0833333333333335vh;
    font-family: MuseoNew, Verdana, Helvetica, Arial, sans-serif;
    margin-bottom: 3.90625vh;
}

.vteacher__exercise__puzzle.hidden {
    visibility: hidden;
}

.vteacher__exercise__puzzle {
    font-size: 2.4739583333333335vh;
    font-family: MuseoNew, Verdana, Helvetica, Arial, sans-serif;
    padding: 1.6927083333333333vh 2.8645833333333335vh 1.8229166666666667vh 1.953125vh;
    display: inline-block;
    margin: 0 7px 7px 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    max-width: 36.85vh;
    text-align: left;
    margin-bottom: 7px;
}

.puzzles_source .vteacher__exercise__puzzle {
    cursor: pointer;
}

.vteacher__exercise__view2__main__content .translate {
    margin-bottom: 7px;
}

.vteacher__exercise__puzzle-blue {
    background-color: #00a1f0;
    color: #fff;
    padding-top: 1.3vh;
    cursor: pointer;
}

.vteacher__exercise__puzzle-green {
    background-color: #5cb865;
    color: #fff;
    cursor: pointer;
}

.vteacher__exercise__puzzle-red {
    background-color: #e65d4a;
    color: #fff;
}

.vteacher__exercise__puzzle-transparent {
    background:  url(/templates/svg/icons/vteacher/vteacher_puzzle-dashed.svg) 0 0 no-repeat;
    width: 9.895833333333334vh;
    height: 5.34vh;
    vertical-align: middle;
}

.vteacher__exercise__puzzle-word {
    font-family: MuseoNew, Verdana, Helvetica, "Helvetica Neue", Arial, sans-serif;
    font-weight: bold;
    font-size: 2.34375vh;
}

body.teacher.level_zero {
    overflow: hidden;
}

.level_zero #vteacher_viewport {
    height: 100vh;
    overflow-x: hidden;
    margin-bottom: 8px;
    overflow-y: hidden;
    position: relative;
}

.vteacher__header {
    border-top: 0.91vh solid rgba(255, 255, 255, .5);
    text-align: justify;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 1vh 2vh;
    background-color: rgba(255, 255, 255, .33);
    height: 8.46vh;
    position: fixed;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 9;
}

.vteacher__header::after {
    content: '';
    display: inline-block;
    width: 100%;
}

.vteacher__header__left {
    display: inline-block;
    text-align: left;
    /*width: 39%;*/
    margin-top: -.9vh;
}

.show_cert_popup { font-weight: bold;}

.vteacher__cert__container p {
    font-size:15px;
}

.vteacher__level__finished {
    border:1px dashed #ccc;
    margin-top:2vh;
    text-align:center;
    padding:2vh;
}

.vteacher__cert__button__container {
    text-align:center;
    margin-top:15px;
}

.left-button .vteacher__cert__button__container {
    text-align:left;
}

.vteacher__header__mid {
    display:inline-block;
    vertical-align: middle;
}

.vteacher__header__mid a, .vteacher__header__mid span  {
    font-size: 1.82vh !important;
}

.vteacher__header__right {
    display: inline-block;
    /*width: 59%;*/
    text-align: right;
}

.vteacher__header__right .arrow-dropdown-menu__list-item {
    padding-left: 10px;
    -webkit-background-size: 18px 18px !important;
    background-size: 18px 18px !important;
}

/*.vteacher__header__right .arrow-dropdown-menu__list-item:first-child {*/
    /*background: #575757 url('/templates/svg/icons/teacher/1.svg') 20px 50% no-repeat;*/
/*}*/

/*.vteacher__header__right .arrow-dropdown-menu__list-item:nth-child(2) {*/
    /*background: #575757 url('/templates/svg/icons/teacher/2.svg') 20px 50% no-repeat;*/
/*}*/

/*.vteacher__header__right .arrow-dropdown-menu__list-item:nth-child(3) {*/
    /*background: #575757 url('/templates/svg/icons/teacher/4.svg') 20px 50% no-repeat;*/
/*}*/


#vteacher_header .vteacher__header__logo__icon {
    margin-right:15px;
}

#vteacher_header .arrow-dropdown-menu {
    margin-right:20px;
}

#vteacher_header .arrow-dropdown-menu__list {
    border-bottom-right-radius: 0px;
    border-bottom-left-radius: 0px;
    border-top-right-radius: 5px;
    border-top-left-radius: 5px;
}

#vteacher_header .vteacher__header__right span, #vteacher_header .vteacher__header__right a {
    font-size: 1.82vh;
}

#vteacher_header .arrow-dropdown-menu li a, #vteacher_header .arrow-dropdown-menu__list-item {
    font-size: 1.82vh;
}

#vteacher_header .arrow-dropdown-menu__list-item a {
    color:#fff;
}

#vteacher_header .arrow-dropdown-menu__list-item a:hover {
    color:#00a7e6;
}

#vteacher_header .arrow-dropdown-menu__container {
    position: absolute;
    width:22.04vh;
    bottom: 8.46vh;
    z-index : 100;
    top: auto;
    right: 45vh;
}


.vteacher__header__logo {
    height: 6.25vh;
    display: inline-block;
    vertical-align: middle;
    margin-right: 2.314814814814815vh;
    cursor: default;
}

.vteacher__header__logo img {
    width: 100%;
}

.vteacher__header__logo span svg {
    width: 7.29vh;
    height: 4.56vh;
}

.vteacher__header__logo__icon,
.vteacher__header__logo__slogan,
.vteacher__header__promo {
    display: inline-block;
    vertical-align: middle;
}

.vteacher__header__logo__icon {
    margin-right: 5px;
    position: relative;
    width: 7.29vh;
    height: 4.56vh;
}

.vteacher__header__logo__icon__swf {
    position: absolute;
    left: -2.27vh;
    top: -69.58vh;
    display: none;
}

.vteacher__header__logo__icon__swf object {
    width: 50.29vh;
    height: 104vh;
}

.vteacher__header__logo__slogan__top {
    color: #1e1e1e;
    font-size: 3.52vh;
    display: block;
    line-height: 1;
}

.vteacher__header__logo__slogan__bottom {
    color: #1e1e1e;
    font-size: 1.56vh;
    display: block;
}

.vteacher__header__promo__icon {
    width: 10.79vh;
    height: 4.64vh;
}

.vteacher__header__promo__icon img {
    width: 140px;
}

.vteacher__header__promo__icon svg {
    width: 100%;
    height: 100%;
}

.vteacher__header__promo {
    position: relative;
    top: -3vh;
    left: 1.08vh;
}

.vteacher__header__text {
    color: #2a2a2a;
    font-size: 1.6666666666666667vh;
    font-family: MuseoNew, Verdana, Helvetica, "Helvetica Neue", Arial, sans-serif;
    font-weight: bold;
    display: inline-block;
    vertical-align: middle;
}

.vteacher__header__case,
.vteacher__header__profile {
    display: inline-block;
    vertical-align: middle;
    position: relative;
}

.vteacher__header__case a {
    display: inline-block;
}

.vteacher__header__case__icon {
    display: inline-block;
    vertical-align: middle;
    width: 4.3vh;
    height: 3.78vh;
    position: relative;
}

.vteacher__header__case__text {
    margin-left: 1.95vh;
    display: inline-block;
    vertical-align: middle;
    color: #404040;
    font-family: MuseoNew, Verdana, Helvetica, "Helvetica Neue", Arial, sans-serif;
    font-weight: bold;
    font-size: 2.08vh;
}

.vteacher__header__case__notif {
    position: absolute;
    background-color: #1d9dbf;
    color: #fff;
    font-family: MuseoNew, Verdana, Helvetica, "Helvetica Neue", Arial, sans-serif;
    font-size: 1.82vh;
    text-align: center;
    width: 2.54vh;
    height: 2.47vh;
    display: inline-block;
    border-radius: 50%;
    right: -1.5vh;
    top: -.7vh;
}

.vteacher__header__case img {
    width: 100%;
}

.vteacher__header__case svg {
    width: 4.3vh;
    height: 3.78vh;
}

.vteacher__header__profile {
    cursor: pointer;
    margin-left: .6vh;
}

.vteacher__header__profile__pic,
.vteacher__header__profile__name,
.vteacher__header__profile__arrow {
    display: inline-block;
    vertical-align: middle;
}

.vteacher__header__profile__pic {
    width: 5.21vh;
    height: 5.21vh;
    position: relative;
}

.vteacher__header__profile__pic img {
    max-width: 100%;
    overflow: hidden;
    border-radius: 50%;
}

.vteacher__header__profile__pic__paid-icon {
    width: 2.6vh;
    height: 2.6vh;
    position: absolute;
    right: -0.9vh;
    top: -.9vh;
}

.vteacher__header__profile__pic__paid-icon svg {
    width: 100%;
    height: 100%;
}

.vteacher__header__profile__name {
    font-size: 1.82vh;
    color: #404040;
    font-family: MuseoNew, Verdana, Helvetica, "Helvetica Neue", Arial, sans-serif;
    margin-left: 1.5vh;
}

.vteacher__header__profile__arrow {
    width: 1.43vh;
    height: 0.91vh;
    padding: 0;
    box-sizing: border-box;
    background: url(/templates/svg/icons/vteacher/vteacher_user_arrow.svg) 50% 50% no-repeat;
    cursor: pointer;
    -webkit-background-size: cover;
    background-size: cover;
    margin-left: 3.26vh;
    -webkit-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    -o-transform: rotate(-180deg);
    transform: rotate(-180deg);
    position: relative;
    left: -2vh;
    -webkit-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s;
}

.vteacher__header__profile.is-open .vteacher__header__profile__arrow {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
}

.vteacher__header__profile__menu {
    position: absolute;
    width: 26.04vh;
    right: 16vh;
    bottom: 8.46vh;
    background-color: #4c4c4c;
    z-index: 100;
    border-top-right-radius: 5px;
    border-top-left-radius: 5px;
    display: none;
}

.vteacher__header__profile__menu__list {
    padding: 0;
    margin: 0;
    list-style-type: none;
    text-align: left;
    font-size: 1.82vh;
}

.vteacher__header__profile__menu__list__element {
    margin: 0;
    border-bottom: 1px solid #5e5e5d;
}

.vteacher__header__profile__menu__list__element a {
    padding: 1.69vh 3.91vh;
    display: inline-block;
    width: 100%;
    height: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    color: #fff;
}

.vteacher__header__profile__menu__list__element a:hover {
    color: #00a7e6;
}

.vteacher__header__profile__menu__list__element:last-child {
    border-bottom: none;
}

.vteacher__header__login,
.vteacher__header__reg {
    display: inline-block;
    vertical-align: middle;
}

.vteacher__header__login {
    margin-left: 0.65vh;
}

.vteacher__header__btn {
    font-size: 2.08vh;
    text-align: center;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 1.4vh;
    border-radius: 3px;
    display: inline-block;
    border: none !important;
}

.vteacher__header__btn:active {
    box-shadow: inset 0 2px 4px rgba(0, 0, 0, .27);
}

.vteacher__header__login .vteacher__header__btn:hover {
    background-color: #e0dfdf;
}

.vteacher__header__reg .vteacher__header__btn:hover {
    background-color: #01aef6;
}

.vteacher__header__login a {
    box-shadow: inset 0px -4px 0px 0px rgba(146, 146, 146, 0.5);
    background-color: rgb(217, 217, 217);
    width: 11.85vh;
    height: 5.6vh;
    color: #353535;
}

.vteacher__header__reg button, .vteacher__header__reg a {
    background-color: rgb(0, 169, 239);
    box-shadow: 0px 4px 0px 0px #258bbf;
    width: 26.17vh;
    height: 5.6vh;
    color: #fff;
}

.vteacher__exercise__puzzle-word {
    position: relative;
    display: inline-block;
}

.vteacher__exercise__puzzle__bg {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 1;
}

.vteacher__exercise__puzzle__text {
    position: relative;
    display: inline-block;
    z-index: 2;
}

.vteacher__exercise__view2__footer {
    width: 100%;
    background-color: #f1faf7;
    border-bottom-right-radius: 1.3020833333333333vh;
    border-bottom-left-radius: 1.3020833333333333vh;
    box-sizing: border-box;
    padding: 2.6041666666666665vh;
}

.vteacher__exercise__view2__footer.is-fixed {
    position: absolute;
    top:56vh;
    left: 0;
}

.vteacher__exercise__view3__main__left, .vteacher__exercise__view3__main__right {
    width: 49%;
    display: inline-block;
    vertical-align: middle;
}

.vteacher__exercise__view3__main__row {
    margin-bottom: 3.2552083333333335vh;
}

.vteacher__exercise__view3__main__text {
    font-size: 2.34375vh;
}

.vteacher__exercise__listen-btn__icon svg {
    width: 2.4739583333333335vh;
    height: 2.34375vh;
}

.vteacher__exercise__listen-btn__icon {
    display: inline-block;
    vertical-align: middle;
}

.vteacher__exercise__listen-btn__text {
    display: inline-block;
    vertical-align: middle;
    font-family: MuseoNew, Verdana, Helvetica, "Helvetica Neue", Arial, sans-serif;
    font-weight: bold;
    font-size: 2.1484375vh;
    color: #fff;
    text-shadow: 0.13020833333333334vh 0.13020833333333334vh 0 #cc783b;
}

.puzzle-text_vteacher-exercise.puzzle_va_middle {
    max-width: 43.15vh;
}

.vteacher__exercise__listen-btn {
    cursor: pointer;
    -webkit-box-shadow:  0 0.390625vh 0 #c96f1f;
    -moz-box-shadow:  0 0.390625vh 0 #c96f1f;
    box-shadow:  0 0.390625vh 0 #c96f1f;
    -webkit-border-radius: 0.8vh;
    -moz-border-radius: 0.8vh;
    border-radius: 0.8vh;
    display: inline-block;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 1.5vh 4.5vh;
    text-align: center;
    background: #f6ac4d;
    background: -moz-linear-gradient(top,  #f6ac4d 0%, #e99838 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f6ac4d), color-stop(100%,#e99838));
    background: -webkit-linear-gradient(top,  #f6ac4d 0%,#e99838 100%);
    background: -o-linear-gradient(top,  #f6ac4d 0%,#e99838 100%);
    background: -ms-linear-gradient(top,  #f6ac4d 0%,#e99838 100%);
    background: linear-gradient(to bottom,  #f6ac4d 0%,#e99838 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f6ac4d', endColorstr='#e99838',GradientType=0 );
    margin-bottom: 1vh;
    margin-right: 1vh;
    vertical-align: middle;
}

.vteacher__exercise__listen-btn:hover {
    background: #f5ab4b;
}

.vteacher__exercise__listen-btn.is-playing {
    background: #e99838;
}

.vteacher__exercise__view7__main__table {
    width: 100%;
}

.vteacher__exercise__view7__main__word {
    display: inline-block;
    vertical-align: middle;
    font-size: 2.6041666666666665vh;
    font-family: MuseoNew, Verdana, Helvetica, Arial, sans-serif;
}

.vteacher__exercise__view7__main__word img {
    height: 20vh;
}

.vteacher__exercise__view7__main__table__row:first-child .vteacher__exercise__view7__main__table__element {
    padding-top: 0;
}

.vteacher__exercise__view7__main__table__row:last-child .vteacher__exercise__view7__main__table__element {
    border: none;
    padding-bottom: 0;
}

.vteacher__exercise__view7__main__table__element {
    padding-bottom: 1vh;
    padding-top: 1vh;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;

    border-bottom: 1px solid #e4e4e4;
}

.vteacher__exercise__header__progress__table__final__col {
    position: relative;
}

.vteacher__exercise__header__progress__table__final__col span {
    display: inline-block;
    width: 95%;
    height: 100%;
    min-height: 2vh;
    background-color: #d2dbc3;
    vertical-align: bottom;
}

.vteacher__exercise__header__progress__table__final__col.is-red span {
    background-color: #f14439;
}

.vteacher__exercise__header__progress__table__final__col.is-green span {
    background-color: #3fa360;
}

.vteacher__exercise__header__title__final a {
    font-size: 2.08vh;
    color: #74776b;
    font-family: MuseoNew, Verdana, Helvetica, "Helvetica Neue", Arial, sans-serif;
    font-weight: bold;
    vertical-align: middle;
    display: inline-block;
}

.vteacher__exercise__content__must-man__final {
    width: 38.75vh;
    position: absolute;
    right: 0vh;
    top: 17.416666666666666vh;
    z-index: 10;
}

.vteacher__exercise__content__must-man__final img {
    max-width: 100%;
}

.vteacher__exercise__final__main {
    position: relative;
    z-index: 2;
}

.vteacher__exercise__final__main__content {
    margin-bottom: 4.04vh;
    background-color: #fff;
    width: 88.12vh;
    padding: 3.91vh 4.56vh 5.5vh;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-shadow: 0 2px 2px rgba(193,204,176,.35);
    box-shadow: 0 2px 2px rgba(193,204,176,.35);
    border-radius: 5px;
}

.vteacher__exam__main__content {
    margin-bottom: 2vh;
    width: 80.86vh;
}

.vteacher__exercise__final__stars {
    text-align: center;
    margin-bottom: 3.91vh;
}

.vteacher__exercise__final__star.is-empty svg path {
    fill: none;
}

.vteacher__exercise__final__stars__mini {
    display: inline-block;
    vertical-align: middle;
}

.vteacher__exercise__final__stars__big {
    display: inline-block;
    vertical-align: middle;
    margin: 0 3.19vh;
}

.vteacher__exercise__final__stars__mini svg {
    width: 6.05vh;
    height: 5.79vh;
}

.vteacher__exercise__final__stars__big svg {
    width: 8.07vh;
    height: 7.68vh;
}

.vteacher__exercise__final__title {
    margin-bottom: 2.55vh;
    font-size: 3.7vh;
    text-align: center;
}

.vteacher__exercise__final__errors {
    text-align: center;
}

.vteacher__exercise__final__errors__link__text,
.vteacher__exercise__final__errors__icon {
    display: inline-block;
    vertical-align: middle;
}

.vteacher__exercise__final__errors__icon svg {
    width: 2.41vh;
    height: 1.5vh;
}

.vteacher__exercise__final__errors__link__text {
    color: #469ed8;
    font-size: 2.6vh;
    border-bottom: 1px solid;
}

.vteacher__exercise__final__lessons__path {
    position: absolute;
    top: 110px;
    left: 10px;
    z-index: 1;
}

.vteacher__exercise__final__lessons__path svg {
    width: 82.81vh;
    height: 14.58vh;
}

.vteacher__exercise__final__lessons__steps {
    text-align: center;
    z-index: 2;
    position: relative;
}

.vteacher__exercise__final__lessons__step1,
.vteacher__exercise__final__lessons__step2 {
    display: inline-block;
    width: 49%;
    text-align: center;
}

.vteacher__exercise__final__lessons__steps__number,
.vteacher__exercise__final__lessons__steps__title,
.vteacher__exercise__final__lessons__steps__btn-blue,
.vteacher__exercise__final__lessons__steps__btn-green {
    display: inline-block;
    vertical-align: top;
    width: 100%;
}

.vteacher__exercise__final__lessons__steps__number {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 6.73vh;
    height: 6.73vh;
    border: 0.39vh solid #d8d8d8;
    text-align: center;
    border-radius: 50%;
    color: #d8d8d8;
    font-size: 3.45vh;
    line-height: 6.73vh;
    margin-bottom: 2.21vh;
    background-color: #fff;
}

.vteacher__exercise__final__lessons__steps__title {
    font-size: 2.34vh;
    color: #414749;
    font-family: MuseoNew, Verdana, Helvetica, Arial, "Helvetica Neue",  sans-serif;
    margin-bottom: 2.54vh;
}

.vteacher__exercise__final__lessons__steps__btn-blue {
    background: #00aae0;
    background: -moz-linear-gradient(top,  #00aae0 0%, #009bd8 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#00aae0), color-stop(100%,#009bd8));
    background: -webkit-linear-gradient(top,  #00aae0 0%,#009bd8 100%);
    background: -o-linear-gradient(top,  #00aae0 0%,#009bd8 100%);
    background: -ms-linear-gradient(top,  #00aae0 0%,#009bd8 100%);
    background: linear-gradient(to bottom,  #00aae0 0%,#009bd8 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00aae0', endColorstr='#009bd8',GradientType=0 );
    color: #fff;
    box-shadow: 0 0.25vh 0 #027ec6;
    text-shadow: 0 1px 0 #0071b3;
    text-align: center;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 3px;
    font-size: 1.95vh;
    font-family: MuseoNew, Verdana, Helvetica, "Helvetica Neue", Arial, sans-serif;
    font-weight: bold;
    cursor: pointer;
}

.vteacher__exercise__final__lessons__steps__btn-green {
    background: #66c237;
    background: -moz-linear-gradient(top,  #66c237 0%, #60ba35 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#66c237), color-stop(100%,#60ba35));
    background: -webkit-linear-gradient(top,  #66c237 0%,#60ba35 100%);
    background: -o-linear-gradient(top,  #66c237 0%,#60ba35 100%);
    background: -ms-linear-gradient(top,  #66c237 0%,#60ba35 100%);
    background: linear-gradient(to bottom,  #66c237 0%,#60ba35 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#66c237', endColorstr='#60ba35',GradientType=0 );
    color: #fff;
    box-shadow: 0 0.39vh 0 #22892d;
    text-shadow: 0 1px 0 #63a92b;
    text-align: center;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 3px;
    font-size: 1.95vh;
    font-family: MuseoNew, Verdana, Helvetica, "Helvetica Neue", Arial, sans-serif;
    font-weight: bold;
    cursor: pointer;
}

.vteacher__exercise__final__lessons__steps__btn {
    width: 33.2vh;
    height: 7.36vh;
    padding: 2.6vh 4vh;
}

.vteacher__exercise__final__main__social__icon {
    display: inline-block;
    width: 7.29vh;
    height: 6.12vh;
    line-height: 7.5vh;
}

.vteacher__exercise__final__main__social__vk svg {
    width: 1.89vh;
    height: 2.02vh;
}

.vteacher__exercise__final__main__social__ok svg {
    width: 1.37vh;
    height: 2.28vh;
}

.vteacher__exercise__final__main__social__fb svg {
    width: 1.37vh;
    height: 2.54vh;
}

.vteacher__exercise__final__main__social {
    width: 88.12vh;
    text-align: center;
}

.vteacher__exercise__final__main__social__content {
    display: inline-block;
}

.vteacher__test-info__number {
    text-align: center;
    margin-bottom: 3.91vh;
}

.vteacher__test-info__number svg {
    height: 7.29vh;
}

.vteacher__test-info__number__content {
    display: inline-block;
    background-color: #32a5a6;
    width: 7.29vh;
    height: 7.29vh;
    line-height: 7.8vh;
    text-align: center;
    border-radius: 50%;
    color: #fff;
    font-size: 4.17vh;
}

.vteacher__test-info__title {
    color: #0d0f10;
    font-size: 3.13vh;
    text-align: center;
    margin-bottom: 1vh;
}

.vteacher__test-info__text {
    font-size: 2.08vh;
    color: #44474a;
    text-align: center;
    padding: 0 1.5vh;
    margin-bottom: 2.6vh;
}

.vteacher__test-info__properties {
    padding-bottom: 2vh;
    margin-bottom: 3vh;
    border-bottom: 2px solid #f5f5f5;
    display: flex;
    justify-content: space-around;
    align-items: center;
}

.vteacher__test-info__properties__teacher__pic {
    border-radius: 50%;
    width: 5vh;
    height: 5vh;
    display: inline-block;
    vertical-align: middle;
    margin-right: 2vh;
    overflow: hidden;
    border-radius: 5vh;
}

.vteacher__test-info__properties__teacher__pic img {
    max-width: 100%;
}

.vteacher__test-info__properties__teacher__name {
    display: inline-block;
    vertical-align: middle;
    color: #44474a;
    font-size: 2.08vh;
    font-family: MuseoNew, Verdana, Helvetica, Arial, "Helvetica Neue", sans-serif;
}

.vteacher__test-info__properties__left,
.vteacher__test-info__properties__right {
    display: inline-block;
    vertical-align: middle;
}

.vteacher__test-info__properties__left {
    /*width: 60%;*/
}

.vteacher__test-info__properties__right {
    width: 37%;
}

.vteacher__test-info__properties__right {
    text-align: right;
}

.vteacher__test-info__properties__time__icon,
.vteacher__test-info__properties__time__text {
    display: inline-block;
}

.vteacher__test-info__properties__time__icon {
    width: 3.13vh;
    height: 3.13vh;
    margin-right: .3vh;
}

.vteacher__test-info__properties__time__icon svg {
    max-width: 100%;
    vertical-align: middle;
}

.vteacher__test-info__properties__time__icon svg path {
    fill: #49a0d9;
}

.vteacher__test-info__properties__time__text {
    color: #44474a;
    font-size: 2.08vh;

}

.vteacher__test-info__btn {
    text-align: center;
}

.vteacher__test-info__btn-blue,
.vteacher__test-info__btn-green {
    height: 7vh;
    padding: 2.5vh 2vh;
    font-size: 1.82vh;
    display: inline-block;
    border-radius: 5px;
    width: auto;
    white-space: nowrap;
}

.vteacher__test-info__close {
    position: absolute;
    cursor: pointer;
    top: -3.73vh;
    right: -5.03vh;
    z-index: 50;
}

.vteacher__test-info__close svg {
    width: 3.91vh;
    height: 3.91vh;
}

.vteacher__free-daily-lesson {
    width: 75.52vh;
}

.vteacher__free-daily-lesson .vteacher__test-info__text {
    padding: 0 6vh;
    margin-bottom: 4vh;
}

.vteacher__free-daily-lesson .vteacher__test-info__gray-head {
    padding: 2vh;
}

.vteacher__free-daily-lesson__item__price__old__icon {
    width: 1.2vh;
    height: 1.5vh;
    display: inline-block;
}

.vteacher__free-daily-lesson__item__price__old__icon svg {
    width: 100%;
    height: 100%;
}

.vteacher__free-daily-lesson__item__price__new__icon {
    width: 2.21vh;
    height: 3.52vh;
    display: inline-block;
}

.vteacher__free-daily-lesson__item__price__new__icon svg {
    width: 100%;
    height: 100%;
}

.vteacher__free-daily-lesson__wrapper {
    text-align: center;
}

.vteacher__free-daily-lesson__wrapper:after {
    display: inline-block;
    width: 100%;
    content: '';
}

.vteacher__free-daily-lesson__item {
    text-align: left;
    width: 47%;
    display: inline-block;
    vertical-align: middle;
}

.vteacher__free-daily-lesson__item__price {
    position: relative;
    text-align: center;
    border: 2px solid #d8d8d8;
    border-bottom: none;
    padding: 1.3vh 0 3.91vh 0;
    background-color: #fff;
}

.vteacher__free-daily-lesson__item__price .prices-wrap__offer {
    color: #fff;
    top: -2vh;
    right: -2vh;
}

.vteacher__free-daily-lesson .vteacher__test-info__btn-green,
.vteacher__free-daily-lesson .vteacher__test-info__btn-blue {
    width: 100%;
    border-radius: 2px;
    padding: 2vh 4vh;
}

.vteacher__free-daily-lesson__item__price .prices-wrap__offer {
    width: 8.33vh;
    height: 8.33vh;
}

.vteacher__free-daily-lesson__item__price .prices-wrap__offer svg {
    width: 8.33vh;
    height: 8.33vh;
}

.prices-wrap__discount__text {
    font-size: 2.34vh;
    margin-top: -1.2vh;
}

.vteacher__free-daily-lesson__item__price__old {
    font-size: 1.95vh;
    font-family: MuseoNew, Verdana, Helvetica, Arial, "Helvetica Neue", sans-serif;
    text-decoration: line-through;
}

.vteacher__free-daily-lesson__item__price__new {
    color: #44474a;
    font-size: 4.69vh;
    font-family: MuseoNew, Verdana, Helvetica, Arial, "Helvetica Neue", sans-serif;
}

.vteacher__free-daily-lesson__item__price__new span {
    line-height: 1;
}

.vteacher__test-info__counter__title {
    font-family: MuseoNew, Verdana, Helvetica, Arial, "Helvetica Neue", sans-serif;
    font-weight: bold;
    font-size: 2.34vh;
}

.vteacher__test-info__counter__content .flip-clock-wrapper {
    display: inline-block;
    text-align: center;
    margin-top: 2.16vh;
    margin-bottom: 2.16vh;
    height: 6.47vh;
    min-height: 70px;
}

.vteacher__test-info__counter__content .flip-clock-divider .flip-clock-label {
    top: auto;
    bottom: 2em;
}

.vteacher__lesson-group__info {
    margin-bottom: 3.26vh;
    text-align: center;
}

.vteacher__lesson-group__info__count {
    margin-right: 3.91vh;
}

.vteacher__lesson-group__info__view__icon {
  vertical-align: middle;
  width: 2.6vh;
  height: 2.6vh;
}

.vteacher__lesson-group__info__view__icon svg {
    max-width: 100%;
}

.vteacher__lesson-group__info__count,
.vteacher__lesson-group__info__view__name {
    color: #44474a;
    font-size: 2.08vh;
    font-family: MuseoNew, Verdana, Helvetica, "Helvetica Neue", Arial, sans-serif;
}

.vteacher__lesson-group__info__view__icon,
.vteacher__lesson-group__info__view__name {
    display: inline-block;
    vertical-align: middle;
}

.vteacher__lesson-group__info__view__icon.is-red svg path {
    fill: #c4443b;
}

.vteacher__lesson-group__info__view__name.is-red {
    color: #c4443b;
}

.vteacher__lesson-group__info__view__icon.is-green svg path {
    fill: #67b14a;
}

.vteacher__lesson-group__info__view__name.is-green {
    color: #67b14a;
}

.vteacher__lesson-group__info__view__icon.is-yellow svg path {
    fill: #f5b830;
}

.vteacher__lesson-group__info__view__name.is-yellow {
    color: #f5b830;
}

.vteacher__lesson-group__info__view__icon.is-blue svg path {
    fill: #177a96;
}

.vteacher__lesson-group__info__view__name.is-blue {
    color: #177a96;
}

.vteacher__lesson-group__info__row {
    margin-bottom: 1.3vh;
}

.vteacher__lesson-group__info__left {
    text-align: right;
}

.vteacher__lesson-group__info__right {
    text-align: left;
}

.vteacher__lesson-group__info__left,
.vteacher__lesson-group__info__right {
    display: inline-block;
    vertical-align: middle;
    width: 48%;
}

.vteacher__lesson-group .vteacher__test-info__text {
    padding: 0 .5vh;
    border-bottom: 3px solid #e5e5e5;
    padding-bottom: 1.69vh;
    margin-bottom: 2.21vh;
}

.vteacher__lesson-group .vteacher__test-info__properties__teacher,
.vteacher__lesson-group .vteacher__test-info__properties__time {
    text-align: center;
}

.vteacher__lesson-group .vteacher__test-info__properties__left,
.vteacher__lesson-group .vteacher__test-info__properties__right {
    width: 49%;
}

.vteacher__lesson-group .vteacher__test-info__properties {
    text-align: center;
}

.vteacher__lesson-group {
    width: 61.2vh;
}

.vteacher__exercise__content__must-man__exam {
  width: 44.75vh;
  position: absolute;
  right: -2vh;
  top: 17.416666666666666vh;
  z-index: 1;
}

.vteacher__exercise__content__must-man__exam img {
    max-width: 100%;
}

#vt_draggable {
    width:100%;
    height:100%;
    position: absolute;
    top: 0;
    left: 0;

    cursor: -webkit-grab;
    cursor: -moz-grab;
    cursor: grab;
}

#vteacher_viewport {
}

#vt_draggable:active {
    cursor: -webkit-grabbing;
    cursor: -moz-grabbing;
    cursor: grabbing;
}

.vteacher__exam__header {
    border-bottom: none;
    background-color: #102731;
    color: #fff;
}

.vteacher__exam {
    height: 85vh;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.vteacher__exam .vteacher__exercise__header__left {
    text-align: left;
}

.vteacher__exam__header__progress {
    width: 90%;
    display: inline-block;
    vertical-align: middle;
}

.vteacher__exam__header__progress__line {
    width: 100%;
    height: 6px;
    border-radius: 5px;
}

.vteacher__exam__header__progress__bg {
    background-color: #f3f8f1;
}

.vteacher__exam__header__progress__success {
    background-color: #5eb164;
    margin-top: -6px;
    width: 0;
    border-bottom-right-radius: 0;
    border-top-right-radius: 0;
}

.vteacher__exam__header__progress__fail {
    background-color: #f15b3d;
    margin-top: -6px;
    float: right;
    width: 0;
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
}

.vteacher__exercise__header__right {
    height: 2.6vh;
    text-align: justify;
}

.vteacher__exercise__header__right:after {
    display: inline-block;
    width: 100%;
    content: '';
}

.vteacher__exam__header__progress__pass {
    position: absolute;
    width: 67%;
    top: 0;
    left: 0;
}

.vteacher__exam__header__progress__pass__icon {
    position: absolute;
    right: -7.42vh;
    top: -1vh;
}

.vteacher__exam__header__progress__pass__icon svg {
    width: 7.42vh;
    height: 7.81vh;
}

.vteacher__exam__header__progress__pass__text {
    font-size: 1.82vh;
    font-family: MuseoNew, Verdana, Helvetica, "Helvetica Neue", Arial, sans-serif;
    right: -8vh;
    top: 4.5vh;
    position: absolute;
    -webkit-transform: translate(100%);
    -ms-transform: translate(100%);
    -o-transform: translate(100%);
    transform: translate(100%);
}

.vteacher__exam__main__title {
    text-align: center;
}

.vteacher__exam__main__title__icon {
    display: inline-block;
    vertical-align: middle;
    margin-right: 1.3vh;
}

.vteacher__exam__main__title__icon svg {
    width: 3.79vh;
    height: 3.79vh;
}

.vteacher__exam__main__title__text {
    font-size: 2.86vh;
    display: inline-block;
    vertical-align: middle;
}

.vteacher__exam__main__title-smile {
    margin-bottom: 20px;
    color: #ffbd00;
}

.vteacher__exam__main__title-sad {
    color: #f15b3d;
}

.vteacher__exam__main__text {
    font-size: 2.08vh;
    color: #414749;
    text-align: center;
    padding: 3.91vh 10vh;
    border-bottom: 1px solid #eee;
    line-height: 1.44;
    margin-bottom: 3.65vh;
}

.vteacher__exam__main__repeat {
    margin-top: 2vh;
}

.vteacher__exam__main__repeat__title {
    font-weight: bold;
    font-size: 2.08vh;
    text-align: center;
    margin-bottom: 7.81vh;
}

.vteacher__exam__main__repeat__lessons {
    text-align: center;
}

.vteacher__exam__main__repeat__lessons:after {
    content: '';
    display: inline-block;
    width: 100%;
}

.vteacher__exam__main__repeat__lessons__element {
    display: inline-block;
    vertical-align: top;
    margin-bottom: 5vh;
    width: 18vh;
    margin: 0 2vh 5vh;
}

.vteacher__exam__main__repeat__lessons__element__num {
    display: inline-block;
    width: 6vh;
    height: 6vh;
    border: 1px dashed #48a426;
    border-radius: 100%;
    position: relative;
    margin: 0 4vh 1vh;
}

.vteacher__exam__main__repeat__lessons__element__num span {
    color: #0f313d;
    position: absolute;
    left: 50%;
    top: 50%;
    font-size: 3.13vh;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.vteacher__exam__main__repeat__lessons__element__text {
    color: #092d2d;
    font-size: 1.8vh;
}

.vteacher__exam__main__repeat__btn {
    text-align: center;
}

.vteacher__exam__main__timer {
    width: 88.12vh;
    text-align: center;
    font-size: 1.82vh;
    font-weight: bold;
    color: #fff;
}

.vteacher__exam__header__title {
    font-weight: bold;
    font-size: 2.34vh;
}

.vteacher__exam__main {
    position: relative;
    z-index: 2;
}

.vteacher__exercise__content__training__btn span {
    display: inline-block;
    vertical-align: top;
}

.vteacher__exercise__puzzle-transparent__anim {
    margin-left: 1vh;
    margin-right: 1vh;
    vertical-align: middle;
    width: 9.895833333333334vh;
    height: 5.34vh;
    padding:0;
}
.vteacher__exercise__puzzle-transparent__anim svg {
    width: 100%;
    height: 100%;
}

.vteacher__exercise__puzzle-transparent__anim.is-focus svg {
    width: 100%;
    height: 100%;
    -webkit-animation-name: puzzle-scale;
    -o-animation-name: puzzle-scale;
    animation-name: puzzle-scale;
    -webkit-animation-duration: 1.1s;
    -o-animation-duration: 1.1s;
    animation-duration: 1.1s;
    -webkit-animation-timing-function: ease-out;
    -o-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
    -webkit-animation-iteration-count: infinite;
    -o-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
}

.vteacher__exercise__puzzle-transparent__anim.is-focus svg path {
    fill: #AEE2B3;
    stroke: #5CB865;
}

@-webkit-keyframes puzzle-scale {

    from {
        -webkit-transform: scale(1, 1);
    }

    50% {
        -webkit-transform: scale(1.1, 1.1);
    }

    to {
        -webkit-transform: scale(1, 1);
    }
}
@-o-keyframes puzzle-scale {

    from {
        -o-transform: scale(1, 1);
    }

    50% {
        -o-transform: scale(1.1, 1.1);
    }

    to {
        -o-transform: scale(1, 1);
    }
}
@-moz-keyframes puzzle-scale {

    from {
        -moz-transform: scale(1, 1);
    }

    50% {
        -moz-transform: scale(1.1, 1.1);
    }

    to {
        -moz-transform: scale(1, 1);
    }
}
@keyframes puzzle-scale {

    from {
        transform: scale(1, 1);
    }

    50% {
        transform: scale(1.1, 1.1);
    }

    to {
        transform: scale(1, 1);
    }
}

.vteacher__exercise__header__progress__table__test-box {
    border-radius: 3px;
    background-color: rgb(219, 225, 203);
    width: 6.25vh;
    position: relative;
    z-index: 2;
    height: 2.99vh;
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    color: #51ab5d;
    font-family: MuseoNew, Verdana, Helvetica, "Helvetica Neue", Arial, sans-serif;
    font-weight: bold;
    font-size: 1.82vh;
    padding: .1vh 1.5vh;
    line-height: 1;
}

.vteacher__exercise__header__progress__popup {
    left: 30%;
    top: 5vh;
    -webkit-transform: translate(-50%);
    -ms-transform: translate(-50%);
    -o-transform: translate(-50%);
    transform: translate(-50%);
    border-radius: 10px;
    background-color: rgb(255, 255, 255);
    box-shadow: 1px 1.732px 18px 0px rgba(202, 209, 184, 0.35);
    width: 28.36vh;
    position: absolute;
    z-index: 10;
    padding: 1.95vh;
    display: none;
    border: 1px solid #dfdfdf;
}

.is-popup-open .vteacher__exercise__header__progress__popup {
    display: block;
    cursor: auto;
    text-align: center;
}

.vteacher__exercise__header__progress__popup:before {
    content: '';
    display: inline-block;
    background-color: #fff;
    height: 2.4vh;
    width: 2.4vh;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    left: 50%;
    top: -1.25vh;
    position: absolute;
    margin-left: -1.2vh;
    border-left: 1px solid #dfdfdf;
    border-top: 1px solid #dfdfdf;
}

.vteacher__exercise__header__progress__popup__video {
    text-align: center;
    position: relative;
    margin-bottom: 1.6vh;
}

.vteacher__exercise__header__progress__popup__video video {
    max-width: 100%;
    width: 21.48vh;
    height: 21.48vh;
}

.vteacher__exercise__header__progress__popup__video__play-icon {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    cursor: pointer;
}

.vteacher__exercise__header__progress__popup__video__play-icon svg {
    width: 6.64vh;
    height: 6.64vh;
}

.vteacher__exercise__header__progress__popup__title {
    font-size: 3.26vh;
    color: #2d2d2d;
    margin-bottom: 2.6vh;
}

.vteacher__exercise__header__progress__popup__text {
    color: #484848;
    font-size: 1.82vh;
    line-height: 3vh;
}

#vteacher_alphabet_skip_button {
    height: 6.77vh;
    padding: 2.34vh 4vh;
    font-size: 1.82vh;
    display: inline-block;
    border-radius: 5px;
    width: 30vh;
    position: absolute;
    top: 4vh;
    right: 5.5vh;
    display: none;
    z-index: 3;
}

.teacher__test-info__blocked-text {
    color: #fd4a4a;
    margin-top: 20px;
}

/*sale popup*/


/*buy line*/

.vteacher__buy-line {
    background: rgba(255, 255, 255, .9);
    position: fixed;
    left: 0;
    right: 0;
    bottom: 8vh;
    z-index: 8;
    overflow: auto;
}

.vteacher__buy-line__content {
    width: 133.33vh;
    margin: 0 auto;
    padding-top: 3.91vh;
    color: #1d2f2f;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.vteacher__buy-line__title {
    font-size: 3.26vh;
    margin-bottom: 1vh;
}

.vteacher__buy-line__title-mini {
    font-size: 2.34vh;
    margin-bottom: 1.9vh;
}

.vteacher__buy-line__benefits__title {
    font-weight: bold;
    font-size: 2.34vh;
    margin-bottom: 1.5vh;
}

.vteacher__buy-line__benefits__list {
    margin: 0;
    list-style-type: none;
}

.vteacher__buy-line__benefits__list__item {
    margin: 0;
}

.vteacher__buy-line__content {
    text-align: justify;
}

.vteacher__buy-line__content:after {
    content: '';
    width: 100%;
    display: inline-block;
}

.vteacher__buy-line__left {
    width: 93vh;
}

.vteacher__buy-line__left,
.vteacher__buy-line__right {
    text-align: left;
    display: inline-block;
    vertical-align: top;
}

.vteacher__buy-line__benefits__icon,
.vteacher__buy-line__benefits__name,
.vteacher__buy-line__benefits__icon svg {
    display: inline-block;
    vertical-align: middle;
}

.vteacher__buy-line__benefits__name {
    font-size: 2.34vh;
}

.vteacher__buy-line__benefits__icon {
    margin-right: 0.65vh;
}

.vteacher__buy-line__benefits__clock-icon svg {
    width: 3.39vh;
    height: 3.39vh;
}

.vteacher__buy-line__benefits__paper-icon svg {
    width: 2.99vh;
    height: 3.39vh;
}

.vteacher__buy-line__benefits__dumbbell-icon svg {
    width: 4.17vh;
    height: 2.6vh;
}

.vteacher__buy-line__benefits__list__item {
    display: inline-block;
    margin-right: 3.26vh;
}

.vteacher__buy-line__buttons .vteacher__sale-popup__buttons__buy-btn {
    margin-bottom: 3.91vh;
}

.vteacher__buy-line__buttons .vteacher__sale-popup__buttons__btn {
    width: 28.65vh;
    font-size: 1.95vh;
}

.vteacher__sale-popup__buttons__gray {
    background-color: #b0b0b0;
    box-shadow: inset 0vh -0.39vh 0vh 0vh #898a89;
}

.noselect {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

/*vteacher mobile*/

.vteacher__mobile {
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 9999;
    overflow: hidden;
    background-color: #fff;
}

.vteacher__mobile__content {
    min-height: 400px;
    position: absolute;
    display: inline-block;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.vteacher__mobile__title {
    font-size: 25px;
    line-height: 1.5;
    text-align: center;
    margin-bottom: 50px;
}

.vteacher__mobile__ios {
    width: 288px;
    margin: 0 auto;
    height: 104px;
}

.vteacher__mobile__ios__content {
    color: #000;
    text-decoration: none;
    width: 288px;
    height: 104px;
    border: 1px solid #f6c131;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background-color: #f6f3e9;
    border-radius: 15px;
    padding: 20px;
    display: block;
}

.vteacher__mobile__ios__icon,
.vteacher__mobile__ios__info {
    display: inline-block;
    vertical-align: middle;
}

.vteacher__mobile__ios__icon {
    margin-right: 10px;
}

.vteacher__mobile__ios__info__title {
    font-size: 14.5px;
    font-family: MuseoNew, Verdana, Helvetica, "Helvetica Neue", Arial, sans-serif;
    line-height: 1.4;
}

.vteacher__mobile__ios__info__mini-title {
    line-height: 1.4;
    font-family: MuseoNew, Verdana, Helvetica, "Helvetica Neue", Arial, sans-serif;
    font-size: 12px;
    margin-bottom: 5px;
}

.vteacher__header__feedback {
    display: inline-block;
    vertical-align: middle;
    margin-right: 1vh;
}

.vteacher__header__feedback__btn {
    background-color: #66a964;
    box-shadow: inset 0px -4px 0px 0px #589156;
    width: 26.17vh;
    height: 5.6vh;
    color: #fff!important;
}

.vteacher__header__feedback__btn:hover {
    color: #fff!important;
    opacity: .9;
}

.vteacher__header__mobile-buttons,
.vteacher__header__mobile-buttons__ios,
.vteacher__header__mobile-buttons__android {
    display: inline-block;
    vertical-align: middle;
}

.vteacher__header__mobile-buttons__ios {
    margin-right: 3vh;
    margin-top: -0.1vh;
}

.vteacher__header__mobile-buttons svg {
    width: 2.34vh;
    height: 2.99vh;
}

.vteacher__one_test {
    position: relative;
    z-index: 2;
}

.vteacher__popup__feedback {
    position: absolute;
    left: 0;
    top: 0;
    width: 120vh;
    height: 85vh;
    top: 8vh;
    left: 50%;
    margin-left: -60vh;
    z-index: 99;
    display: none;
}

.vteacher__popup__feedback__btn {
    position: absolute;
    right: 0;
    top: 50%;
    height: 7vh;
    transform: translate(60%, -50%) rotate(90deg);
    margin: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    background-color: #c24d3c;
}

.vteacher__header__logo-on-main {
    display: inline-block;
    vertical-align: top;
    position: relative;
    top: -4vh;
    margin-left: 1.08vh;
}

.vteacher__header__logo-on-main svg {
    width: 9.9vh;
    height: 10.03vh;
}


/*vteacher levels*/

.vteacher__levels {
    position: relative;
    z-index: 10;
    display: inline-block;
    vertical-align: top;
    height: 100%;
    width: 16.92vh;
    background-color: rgb(84, 88, 101);
    box-shadow: inset -1.995px -0.14px 10px 0px rgba(0, 0, 0, 0.21);
    padding-top: 4.56vh;
    padding-left: 4.56vh;
}

.vteacher__levels__title {
    text-align: center;
    margin-bottom: 1.56vh;
    color: #fff;
    font-size: 2.86vh;
}

.vteacher__levels__list {
    margin: 0;
    list-style-type: none;
}

.vteacher__levels__list__item {
    cursor: pointer;
    border: 2px solid rgb(97, 101, 112);
    background-color: rgb(84, 88, 101);
    width: 100%;
    height: 12.11vh;
    border-radius: 0.91vh 0 0 0.91vh;
    margin: 0;
    border-right: none;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    line-height: 1;
    text-align: center;
    color: #898b91;
    padding-top: 1vh;
    margin-bottom: 2.6vh;
    position: relative;
}

.vteacher__levels__list__item:hover {
    background-color: #616570;
    color: #fff;
}

.vteacher__levels__list__item.is-active {
    border: none;
    background-color: #33a197;
    color: #fff;
}

.vteacher__levels__list__item.is-current {
    background-color: #b3e8d9;
    color: #4a4e5a;
    border: none;
}

.vteacher__levels__list__item.is-current .vteacher__levels__list__title {
    font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
}

.vteacher__levels__list__num {
    font-size: 7.81vh;
}

.vteacher__levels__list__title {
    font-size: 1.82vh;
}

.vteacher__levels__list__content {
    width: 67.71vh;
    background-color: #fff;
    border-radius: 0 .7vh .7vh 0;
    position: absolute;
    left: 100%;
    top: 0;
    padding: 3.91vh;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    text-align: left;
    color: #1d2f2f;
    font-size: 1.82vh;
    font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
    display: none;
}

.vteacher__levels__list__item.is-active .vteacher__levels__list__content {
    display: block;
}

.vteacher__levels__list__content__title-pic {
    text-align: center;
    margin-bottom: 4.56vh;
}

.vteacher__levels__list__content__title-pic img {
    width: 28.78vh;
}

.vteacher__levels__list__content__title {
    margin-bottom: 3.91vh;
    font-size: 3.13vh;
    font-weight: bold;
}

.vteacher__levels__list__content__text {
    line-height: 3.13vh;
    margin-bottom: 3.91vh;
}

.vteacher__levels__list__content__benefits__icon,
.vteacher__levels__list__content__benefits__text {
    display: inline-block;
    vertical-align: middle;
}

.vteacher__levels__list__content__benefits__icon {
    width: 2.86vh;
    margin-right: 1.95vh;
    text-align: center;
}

.vteacher__levels__list__content__benefits__icon svg path {
    fill: #3da89c;
}

.vteacher__levels__list__content__benefits__paper-icon svg {
    width: 1.56vh;
    height: 1.82vh;
}

.vteacher__levels__list__content__benefits__dumbbell-icon svg {
    width: 2.21vh;
    height: 1.43vh;
}

.vteacher__levels__list__content__benefits__clock-icon svg {
    width: 1.82vh;
    height: 1.82vh;
}

.vteacher__levels__list__content__benefits {
    margin: 0;
    list-style-type: none;
}

.vteacher__levels__list__content__benefits__item {
    margin-bottom: 1.3vh;
    margin-left: 0;
}

.vteacher__levels__list__content__bottom {
    margin-top: 6.51vh;
    text-align: center;
}

.vteacher__levels__list__content__bottom__development__icon {
    margin-right: 0.65vh;
}

.vteacher__levels__list__content__bottom__development__icon svg {
    width: 1.25vh;
    vertical-align: bottom;
}

.vteacher__levels__list__content__bottom__development__icon svg path {
    fill: #000;
}

.vteacher__levels__list__item__second .vteacher__levels__list__content {
    -webkit-transform: translate(0, -30%);
    -ms-transform: translate(0, -30%);
    -o-transform: translate(0, -30%);
    transform: translate(0, -30%);
    top: 50%;
}

.vteacher__levels__list__item__third .vteacher__levels__list__content {
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    transform: translate(0, -50%);
    top: 50%;
}

.vteacher__levels__list__item__fourth .vteacher__levels__list__content {
    top: auto;
    bottom: 50%;
    -webkit-transform: translate(0, 33%);
    -ms-transform: translate(0, 33%);
    -o-transform: translate(0, 33%);
    transform: translate(0, 33%);
}

.vteacher__levels__list__item__fifth .vteacher__levels__list__content {
    top: auto;
    bottom: -5vh;
}

.vteacher__exercise__content__text__translate-balloon {
    background-color: #eef3e6;
    display: inline-block;
    position: absolute;
    width: 55.34vh;
    left: 0;
    top: 7.5vh;
    z-index: 4;
    padding: 2vh 5vh 3vh 3vh;
    min-height: 18vh;
    text-align: left;
    -webkit-box-shadow: 0 4px 0 #dbe1cb;
    box-shadow: 0 4px 0 #dbe1cb;
    white-space: normal;
    cursor: default;
    color: #333 !important;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.vteacher__exercise__content__text__translate-balloon:after,.teacher-second__board-balloon::after {
    content: '';
    display: inline-block;
    width: 3.26vh;
    height: 3.26vh;
    background-color: #eef3e6;
    left: 3vh;
    margin-left: -1.63vh;
    position: absolute;
    top: -1.63vh;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.vteacher__exercise__content__text__translate-balloon__text {
    margin-bottom: 15px;
}

.vteacher__exercise__content__text__translate-balloon__text__buttons {
    margin-bottom: -15px;
    text-align: justify;
}

.vteacher__exercise__content__text__translate-balloon__text__buttons:after {
    display: inline-block;
    content: '';
    width: 100%;
}

.vteacher__exercise__content__text__translate-balloon__text__buttons__orange {
    vertical-align: top;
    height: 4vh;
    padding: 10px 0;
    width: 18%;
    cursor: pointer;
    text-align: center;
    border-radius: 3px;
    background-image: -moz-linear-gradient( 90deg, #f69b17 0%, #f5b353 100%);
    background-image: -webkit-linear-gradient( 90deg, #f69b17 0%, #f5b353 100%);
    background-image: -ms-linear-gradient( 90deg, #f69b17 0%, #f5b353 100%);
    box-shadow: 0px 3px 0px 0px #e29519;
    display: inline-block;
    position: relative;
}

.vteacher__exercise__content__text__translate-balloon__text__buttons__orange > svg {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.vteacher__exercise__content__text__translate-balloon__text__buttons .puzzle-button svg {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.vteacher__exercise__content__text__translate-balloon__text__buttons .puzzle-button {
    height: 40px;
}

.vteacher__exercise__content__text__translate-balloon__iknow-text {
    width: 60%;
    text-align: left;
}

.vteacher__exercise__content__text__translate-balloon__text__buttons__blue {
    vertical-align: top;
    height: 6vh;
    padding: 10px 0;
    width: 70%;
    cursor: pointer;
    text-align: center;
    border-radius: 3px;
    box-shadow: 0px 3px 0px 0px #006ca9;
    display: inline-block;
    position: relative;
    background-color: #00a3d5;
    overflow: hidden;
}

.vteacher__exercise__content__text__translate-balloon__text__buttons__blue__snail {
    overflow: visible !important;
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    transform: translate(0, -50%);
    border-bottom: 1px solid #38c2e3;
    height: 2.6vh;
    display: inline-block;
    width: 10%;
}

.vteacher__exercise__content__text__translate-balloon__text__buttons__blue__snail img {
    position: absolute;
    right: -5vh;
    top: 4px;
}

.vteacher__exercise__content__text__translate-balloon__text__buttons__blue__text {
    font-size: 2.08vh;
    line-height: 6vh;
    color: #c1ecf9;
    font-family: Arial;
    display: inline-block;
    vertical-align: middle;
}

.word-wrapper {
    cursor: pointer;
    position: relative;
}

.wait {
    cursor: wait!important;
}

.vteacher__test-info__btn-blue.wait, .vteacher__exercise__content__training__btn.wait, .vteacher__exercise__puzzle-blue.wait {
    color: #ccc!important;
    background-color: #eee!important;
}

@media only screen and (max-height: 768px) {
    .vteacher__exercise,
    #teacher_feedback_button {
        -webkit-transform: scale(1.15) !important;
        -ms-transform: scale(1.15) !important;
        -o-transform: scale(1.15) !important;
        transform: scale(1.15) !important;
    }
}

@media only screen and (max-width: 1100px) and (min-height: 768px) {
    .vteacher__exercise,
    #teacher_feedback_button {
        -webkit-transform: scale(.9) !important;
        -ms-transform: scale(.9) !important;
        -o-transform: scale(.9) !important;
        transform: scale(.9) !important;
    }
}

@media only screen and (max-width: 1000px) and (min-height: 768px) {
    .vteacher__exercise,
    #teacher_feedback_button {
        -webkit-transform: scale(.8) !important;
        -ms-transform: scale(.8) !important;
        -o-transform: scale(.8) !important;
        transform: scale(.8) !important;
    }
}

@media only screen and (max-width: 900px) and (min-height: 768px) {
    .vteacher__exercise,
    #teacher_feedback_button {
        -webkit-transform: scale(.7) !important;
        -ms-transform: scale(.7) !important;
        -o-transform: scale(.7) !important;
        transform: scale(.7) !important;
    }
}

@media only screen and (max-width: 800px) and (min-height: 768px) {
    .vteacher__exercise,
    #teacher_feedback_button {
        -webkit-transform: scale(.6) !important;
        -ms-transform: scale(.6) !important;
        -o-transform: scale(.6) !important;
        transform: scale(.6) !important;
    }
}

@media only screen and (max-width: 900px) and (max-height: 768px) {
    .vteacher__exercise,
    #teacher_feedback_button {
        -webkit-transform: scale(.9) !important;
        -ms-transform: scale(.9) !important;
        -o-transform: scale(.9) !important;
        transform: scale(.9) !important;
    }
}

@media only screen and (max-width: 800px) and (max-height: 768px) {
    .vteacher__exercise,
    #teacher_feedback_button {
        -webkit-transform: scale(.8) !important;
        -ms-transform: scale(.8) !important;
        -o-transform: scale(.8) !important;
        transform: scale(.8) !important;
    }
}

@media only screen and (max-width: 600px) and (max-height: 768px) {
    .vteacher__exercise,
    #teacher_feedback_button {
        -webkit-transform: scale(.7) !important;
        -ms-transform: scale(.7) !important;
        -o-transform: scale(.7) !important;
        transform: scale(.7) !important;
    }
}

@media only screen and (max-width: 00px) and (max-height: 768px) {
    .vteacher__exercise,
    #teacher_feedback_button {
        -webkit-transform: scale(.6) !important;
        -ms-transform: scale(.6) !important;
        -o-transform: scale(.6) !important;
        transform: scale(.6) !important;
    }
}



.line_answer_button {
    display: none;
    margin-top:-5px !important;
}

.images_source .line_answer_button {
    display: inline-block;
    cursor: pointer;
}

.line_selector:hover .line_answer_button {
}

.line_selector:hover {
    background: #f4f4f6;
}

.images_source img {
    cursor:pointer;
}

.puzzle-wrapper-image {
    display: inline-block;
}

.puzzle-wrapper-image .vteacher__exercise__puzzle {
    background: #fff;
}

.vteacher_viewport_kids .vteacher__exercise__header__progress__popup {
    left: 50%;
    top: 60px;
    width: 300px;
    padding: 10px 20px 0;
    border: 4px solid #62c162;
}

.vteacher_viewport_kids .vteacher__exercise__header__progress__popup::before {
    border-left: 4px solid #62c162;
    border-top: 4px solid #62c162;
    top: -12px;
}

.vteacher_viewport_kids .vteacher__exercise__header__progress__popup__video {
    margin-bottom: 0;
}

.vteacher_viewport_kids .vteacher__exercise__header__progress__popup__video video {
    width: 300px;
    height: 168px;
    margin: 10px 0 0;
}

.vteacher_viewport_kids .vteacher__exercise__header__progress__popup .vteacher__exercise__puzzle-blue {
    position: absolute;
    margin-right: 0;
    bottom: 10px;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    -o-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    border-radius: 10px;
    padding: 11px 40px 14px;
}

.vteacher_viewport_kids .vteacher__exercise__header__progress__popup__text {
    padding-bottom: 70px;
}

.vteacher_viewport_kids .vteacher__step {
    width: 10.4%;
    height: 13.8%;
}

.vteacher_viewport_kids .vteacher__step__test {
    background: url('/templates/svg/kids/circle-exam.svg') 0 0 no-repeat;
    padding-top: 2vh;
    -webkit-background-size: 100%;
    background-size: 100%;
}

.vteacher_viewport_kids .vteacher__step__test .vteacher__step__circle {
    background: none;
    padding-top: 0 !important;
}

.vteacher_viewport_kids .vteacher__step__test .vteacher__step__passed__num {
    color: #fff !important;
}

.vteacher_viewport_kids .vteacher__step__blocked .vteacher__step__passed__num,
.vteacher_viewport_kids .vteacher__step__passed__num {
    font-size: 6vh;
}

.vteacher_viewport_kids .vteacher_blocked_icon svg {
    width: 2.2vh;
}

.vteacher_viewport_kids .vteacher_blocked_icon {
    height: 4vh;
}

.vteacher_viewport_kids .vteacher__step__blocked .vteacher__step__circle {
    padding-top: 1.9vh;
}

.vteacher_viewport_kids .vteacher__step__active {
    background: linear-gradient(to bottom, #fff9e7, #fffdd1);
    border: 4px solid #f67f1b;
    padding-top: 2.7vh;
}

.vteacher_viewport_kids .vteacher__step__active .vteacher__step__passed__num {
    font-size: 8vh;
    color: #f67f1b;
}

.vteacher_viewport_kids .vteacher__step__passed {
    background: url('/templates/svg/kids/circle-passed.svg') 0 0 no-repeat;
    padding-top: 2vh;
    -webkit-background-size: 100%;
    background-size: 100%;
}

.vteacher_viewport_kids .vteacher__step__passed__num {
    color: #fff;
    text-shadow: none;
}

.vteacher_viewport_kids .vteacher__step__blocked .vteacher__step__passed__num {
    color: #1e3030;
}

.puzzle-header__menu__item:last-child {
    margin-left: 30px;
}

.vteacher_viewport_kids .vteacher__step__title {
    line-height: 1.2;
}

.vteacher_viewport_kids .vteacher__step__title span {
    max-width: 60%;
}

.vteacher_viewport_kids .vteacher__step__active::after {
    background: url('/wp-content/themes/english/assets/images/vteacher/arrow-anim_kids.gif') 0 0 no-repeat;
    -webkit-background-size: 100% 100%;
    background-size: 100% 100%;
    top: -7.5vh;
    width: 12vh;
    height: 12vh;
}

.vteacher_viewport_kids-user {
    position: fixed;
    bottom: 40px;
    left: 40px;
    z-index: 4;
    background: #fff;
    padding: 10px 0px;
}

.kids_path .vteacher_viewport_kids-user {
    position: fixed;
    bottom: 4.42vh;
    left: 4.42vh;
    z-index: 4;
    background: #fff;
    padding: 1.11vh 0px;
}

.vteacher_viewport_kids-user .vteacher__header__profile__menu {
    border-radius: 0;
    width: 100%;
    right: auto;
    left: 0;
    bottom: 7.4vh;
}

.vteacher_viewport_kids-price-btn {
    position: fixed;
    bottom: 4.42vh;
    right: 4.42vh;
    z-index: 4;
}

.vteacher_viewport_kids-price-btn .puzzle-button {
    padding: 1.33vh 3.32vh 1.44vh;
    min-width: 18.25vh;
    font-size: 1.99vh;
    border-radius: 1.11vh;
}

/* Small devices (tablets, 768px and up) */

@media only screen and (min-width: 768px) and (max-width: 992px) {

    .vteacher__exercise__content__text__translate-balloon::after, .teacher-second__board-balloon::after {
        left: 50%;
    }

    .vteacher__exercise__content__text__translate-balloon {
        max-width: 500px;
        left: 50%;
        top: 5.5vh;
        margin-left: -1.63vh;
        -webkit-transform: translate(-50%, 0);
        -ms-transform: translate(-50%, 0);
        -o-transform: translate(-50%, 0);
        transform: translate(-50%, 0);
    }

}

/*Extra small devices (phones)*/

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

    .vteacher__exam__main__title__text {
        font-size: 18px;
    }

    .vteacher__header__profile__name {
        display: none !important;
    }

    .kids_path .vteacher_viewport_kids-user {
        min-width: 24vh;
    }

    .kids_path .vteacher__header__profile {
        width: 100%;
    }

}


@media only screen and (min-width: 993px) and (max-width: 1500px) {
    .train-progress__wrapper:first-child .vteacher__exercise__header__progress__popup,
    .train-progress__wrapper:nth-child(2) .vteacher__exercise__header__progress__popup {
        -webkit-transform: translate(0);
        -ms-transform: translate(0);
        -o-transform: translate(0);
        transform: translate(0);   
        left: -15px; 
    }

    .train-progress__wrapper:first-child .vteacher__exercise__header__progress__popup::before,
    .train-progress__wrapper:nth-child(2) .vteacher__exercise__header__progress__popup::before {
        left: 20px;
    }
}

@media only screen and (max-width : 480px) {
    .vteacher__exercise__final__lessons__step1,
    .vteacher__exercise__final__lessons__step2 {
        width: 100%;
    }
    
    .vteacher__exercise__final__lessons__step1 {
        margin-bottom: 20px;
    }

}