* {
    vertical-align: baseline;
    border: none;
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    text-decoration: none;
    position: relative;
    font-family: 'Proxima Nova Rg';
}
@font-face {
  font-family: 'icomoon';
  src:  url('fonts/icomoon.eot?5xu0pd');
  src:  url('fonts/icomoon.eot?5xu0pd#iefix') format('embedded-opentype'),
    url('fonts/icomoon.ttf?5xu0pd') format('truetype'),
    url('fonts/icomoon.woff?5xu0pd') format('woff'),
    url('fonts/icomoon.svg?5xu0pd#icomoon') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

[class^="icon-"], [class*=" icon-"],
[class^="icon-"]:before, [class*=" icon-"]:before {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.icon-document:before {
  content: "\e90a";
}
.icon-youtube:before {
  content: "\e90b";
}
.icon-folder:before {
  content: "\e907";
}
.icon-ink:before {
  content: "\e908";
}
.icon-test:before {
  content: "\e909";
}
.icon-checkmark-bold:before {
  content: "\e904";
}
.icon-lock:before {
  content: "\e905";
}
.icon-next:before {
  content: "\e906";
}
.icon-checkmark:before {
  content: "\e900";
}
.icon-close:before {
  content: "\e901";
}
.icon-edit:before {
  content: "\e902";
}
.icon-logout:before {
  content: "\e903";
}
.clear {
    clear: both;

}
s {
    text-decoration: line-through;
}
p {
	font-weight: 400;
    font-size: 17px;
    padding-bottom: 16px;
    line-height: 1.31;
}
a, span {
	color: inherit;
	font-size: inherit;
	text-decoration: inherit;
	letter-spacing: inherit;
	font-weight: inherit;
}
a, input, textarea {
	-webkit-transition: all 0.4s ease 0s;
    -moz-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
}
.flex {
	display: flex;
}
body, html {
    overflow-x: hidden;
    min-height: 100%;
    height: 100%;
}
.wrapper {
    min-width: 100%;
    min-height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
}
.wrapper > div {
    max-width: 480px;
    min-width: 320px;
    width: 100%;
    height: auto;
    margin: auto;
    padding: 0px 25px;
}
.admin .wrapper > div {
    width: 1000px;
    max-width: 1000px;
    padding: 25px 25px;
}
.admin table, tr, td, th {
    text-align: left;
}
.admin table {
    margin: 15px 0 0 0;
}
.admin table th {
    border-bottom: 2px solid #e7dfc8;
    font-size: 15px;
    padding: 4px 0px 6px;
    cursor: pointer;
}
.admin table tr:hover td {
    background-color: #e7dfc8;
}
.admin td {
    word-break: break-all;
    font-size: 14px;
    padding: 5px 6px 5px 0;
}
img {
    max-width: 100%;
    height: auto;
}
div.image {
    margin-bottom: 20px;
}
input {
    font-size: 16px;
    padding: 3px;
    border: 1px solid rgba(0,0,0,.3);
}
footer {
    margin-top: 10px;
}
footer p {
    color: rgba(0,0,0,.5);
    font-size: 12px;
}
h1 {
    font-size: 32px;
    margin-bottom: 4px;
}
input[type=submit], a.button {
    margin-bottom: 10px;
    font-size: 16px;
    padding: 11px 0px;
    border: 2px #e7dfc8 solid;
    text-transform: uppercase;
    letter-spacing: 2.6px;
    background: #e7dfc8;
    display: inline-block;
    border-radius: 3px;
    font-weight: 500;
    cursor: pointer;
    margin-top: 7px;
    text-align: center;
}
input:not([type=checkbox]):not([type=radio]), a.button {
    width: 242px;
}
a.button.small {
    width: 210px;
    font-size: 14px;
    margin-top: 0px;
}
a.button.small.back {
    width: 130px;
    font-size: 13px;
    margin-top: 0px;
    margin: 0 auto;
    display: block;
    padding: 7px 0px;
}
input[type=submit]:hover, a.button:hover {
    background: #ffe8a6;
    border-color: #ffe8a6;
}
a.button.disabled {
    cursor: default;
    opacity: .6;
}
input + span.agree {
    display: block;
    padding-bottom: 6px;
    width: 290px;
    margin: -8px auto 0;
    font-size: .75em;
    opacity: 1;
    color: rgba(0,0,0,.6);
}
input + span.agree a {
    color: rgba(0,0,0,.6); 
    font-weight: bold;   
}
input + span.agree a:hover {
    color: rgba(0,0,0,.8);    
}
input:not([type=submit]):not([type=checkbox]):not([type=radio]),
select {
    font-size: 17px;
    padding: 10px 6px;
    border: 2px solid rgb(231, 223, 200);
    background: transparent !important;
    border-radius: 3px;
}
input:not([type=submit]):focus {
    border-color: #ffe8a6;
}
input:not([type=checkbox]) {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
input:focus {
    outline: 0px !important;
    outline: none!important;
}
input + span {
    font-size: .8em;
    opacity: .9;
    /* display: block; */
    text-transform: lowercase;
    padding: 0px 0 4px 0;
    display: none;
    margin-top: -1px;
}
input + span.active {
    display: block;
}
p, form {
    text-align: center;
}
input:not([type=submit]) + input:not([type=submit]),
input:not([type=submit]) + span + input:not([type=submit]) {
    margin-top: -2px;
}
ul li {
    text-align: center;
}
input[type=checkbox] {
    transform: scale(2.5);
    display: block;
    margin: 18px 0 0 8px;
    border-radius: 1px !important;
    border-color: #e7dfc8;
}
.promocodeform {
    display: none;
}
.promocodeform.active {
    display: block;
}
span.promocode {
    font-size: .9em;
    color: green;
    border-bottom: 1px green dotted;
    cursor: pointer;
    display: block;
    margin: 0 auto;
    width: 116px;
    text-align: center;
}
.promocodeform input[type=submit] {
    width: 40px;
}
/*
a.button {
    display: inline-block;
}
a.button:not([data-fancybox]):not(.disabled):not(.test), input[type=submit] {
    padding: 10px 45px;
    font-size: 1.2em;
    letter-spacing: 3px;
    font-weight: bold;
    background: transparent;
    border: 3px red solid;
    color: red;
    margin-top: 6px;
}
a.button:not([data-fancybox]):not(.disabled):not(.test):hover {
    color: black;
    border-color: black;
}
*/
.register-form {
    display: none;
}
.register-form.active {
    display: block;
}
div.switch {
    width: 242px;
    display: flex;
    margin: 0 auto 15px;
}
div.switch span {
    padding: 5px;
    margin-right: 10px;
    opacity: .7;
    font-size: .75rem;
    text-transform: uppercase;
    letter-spacing: 1.6px;
    border-radius: 3px;
    font-weight: bold;
    -webkit-transition: all 0.5s ease-in 0s;
    transition: all 0.5s ease-in 0s;
    cursor: pointer;
}
div.switch span.active,
div.switch span:hover {
    opacity: .9;
    background-color: #e7dfc8;
}
ul {
    list-style-type: none;
}
ol li { 
    padding-bottom: 7px;
    font-size: 18px;
}
ol {
    padding-left: 28px;
    margin-bottom: 8px;
}
video {
    width: 100%;
    height: auto;
    margin-bottom: 6px;
    outline: 1px solid #e7dfc8;
}
.hiddencontent {
    display: none;
}
.hiddencontent p {
    font-size: 13px;
    margin-bottom: 0px;
}
.fanccc .fancybox-inner {
    max-height: 500px !important;
    max-width: 500px !important;
    height: 80% !important;
    width: 80% !important;
    margin: auto !important;
}
.block_for_messages {
    font-size: 0.9em;
    opacity: .9;
    text-align: center;
    padding: 0px 0 6px 0;
}
p.big {
    /*
    font-size: 16px;
    font-weight: 500;
    */
}
p.channel-name strong {
    font-size: .8em;
    text-transform: uppercase;
    opacity: .3;
    letter-spacing: 3px;
}
p.channel-name a {
    font-size: inherit;
    color: inherit;
    text-decoration: none;
    letter-spacing: inherit;
}
p.channel-name {
    padding-bottom: 6px;
}
li a.button {
    margin: 0 0 5px 0;
}
.hiddencontent p {
    text-align: left;
}
.hiddencontent.big p, .hiddencontent.big li, .description-new li,
.tarifs-new .flex > div ul.descr li {
    text-align: left;
    font-size: 14px;
}
.hiddencontent.big ul, .description-new ul,
.tarifs-new .flex > div ul.descr  {
    list-style-type: square;
    margin-top: -6px;
    padding-left: 15px;
}
.hiddencontent.big li,  .description-new li,
.tarifs-new .flex > div ul.descr li {
    padding-bottom: 4px;
}
ul.documents a.button.small {
    width: 100%;
    max-width: 350px;
    font-size: 12px;
    letter-spacing: 0.5px;
}
 .IIV::-webkit-media-controls-play-button,
 .IIV::-webkit-media-controls-start-playback-button {
     opacity: 0;
     pointer-events: none;
     width: 5px;
 }
.description-new {
    padding: 10px 10px 20px;
}
.potok2 li a.button:not(.small) {
    width: 284px;
}
.potok2 div.desc {
    width: 320px;
    text-align: left;
    margin: 0 auto;
    padding: 20px;
    border: 2px solid green;
    margin-bottom: 10px;
}
.potok2 div.desc p {
    text-align: left;
    padding-bottom: 10px;
    font-size: 15px;
}
.potok2 div.desc > p:last-child {
    padding-bottom: 0px;
}
.potok2 span.green {
    color: green;
}
.potok2 span.red {
    color: red;
}
.potok2 ul {
    text-align: center;
}
div.tab {
    display: none;
}
div.tab.active {
    display: block;
}
div.tabs {
    margin: 20px 0;
}
a.tab {
    padding: 4px 7px;
    margin-left: -7px;
    margin-right: 8px;
    margin-bottom: 6px;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 14px;
    letter-spacing: 2px;
    opacity: .5;
    white-space: nowrap;
    display: inline-block;
}
a.tab.active {
    opacity: 1;
    background: green;
    color: white;
}
a.tab:hover {
    opacity: 1;
}
@media screen AND (max-width: 500px) {
    .fancybox-content {
        padding: 23px !important;
    }
    .fanccc .fancybox-inner {
        width: 88% !important;
    }
}
a.checking {
    color: red;
}
.tab form {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.tab form p {
    text-align: left;
    margin: 10px;
}
.form input[type=submit] {
    margin: 24px 0 0 0; 
}
.channels ul a.button {
    font-size: 15.5px;
    letter-spacing: 2.1px;
    width: 300px;
}
.admin h2 {
    cursor: pointer;
}
.admin h2::after {
    width: 0;
    height: 0;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 8px solid black;
    content: "";
    transition: all 0.5s ease-in 0.1s;
    position: absolute;
    margin-top: 13px;
    margin-left: 5px;
}
.admin h2.active::after {
    border-top-color: red;
    transform: rotate(180deg) translateY(2px);
}
ul a.button.small.size, ul.documents a.button.small.size {
    width: 110px;
    padding: 7px 0;
}
p.small {
    font-size: 13px;
    width: 60%;
    margin: 0 auto;
}
.hiddencontent.big ul ul {
    margin-top: 6px;
}
@media screen AND (max-width: 340px) {
    .channels ul a.button {
        font-size: 14.5px;
        letter-spacing: 1.7px;
        width: 100%;
    }
}
@media screen AND (max-width: 370px) {
.potok2 div.desc {
        margin-left: -25px;
        width: calc( 100% + 50px );
    }
}
.noselect {
    -ms-user-select: none;
    -moz-user-select: none;
    -khtml-user-select: none;
    -webkit-user-select: none;
    user-select: none;
}
span.red {
    color: red;
}
a.afterbutton {
    display: block;
    font-size: .9em;
    text-transform: lowercase;
    color: rgba(0,0,0,.8);
    margin: -9px 0 7px 0px;
}
.tarifs-new .flex {
    display: flex;
    flex-direction: column;
    width: 100%;
}

.tarifs-new .flex > div {
    display: none;
}
.tarifs-new .flex > div.active {
    display: block;
}
.tarifs-new .flex > div {
    padding: 20px 0 0 0;
    border: 0px #e7dfc8 solid;
    outline: 3px #e7dfc8 solid;
    outline-offset: 0px;
    margin-bottom: 30px;
}
.tarifs-new .flex > div.choosen {
    outline: 6px green solid;
}
.tarifs-new .flex > div a.drop {
    display: none;
}
.tarifs-new .flex > div.choosen a.drop {
    display: block;
}
.tarifs-new .flex > div.choosen.payed a.drop {
    display: none;
}
body.choose .tarifs-new .flex > div.choosen.payed a.drop {
    display: block;
}
.tarifs-new .flex > div a.select {
    display: block;
}
.tarifs-new .flex > div.choosen a.select {
    display: none;
}
.tarifs-new .flex > div > *:not(a) {
    padding-left: 16px;
    padding-right: 16px;
}
.tarifs-new .flex > div ul.descr {
    padding-left: calc( 16px + 16px );
    list-style-type: none;
}
.tarifs-new .flex > div > strong {
    font-size: 1.2em;
    padding-bottom: 11px;
    display: block;
}
.tarifs-new .flex > div > p {
    font-weight: bold;
    padding-bottom: 6px;
    padding-top: 10px;
    display: block;
    text-align: left;
}
.tarifs-new .flex > div a.button {
    max-width: 100%;
    width: 100%;
    border-radius: 0px;
    margin: 0;
}
.tarifs-new .flex > div ul.descr li.disabled {
    color: rgba(0,0,0,.45);
}
.tarifs-new .flex > div ul.descr li:not(.disabled) {
    color: green;
}
.tarifs-new .flex > div ul.descr li::before {
    font-family: 'icomoon' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    font-size: .55em;
    position: absolute;
    margin-left: -14px;
    margin-top: 5px;
}
.tarifs-new .flex > div ul.descr li:not(.disabled)::before {
 /* content: "\ea10";*/
  content: "\e904";

}
.tarifs-new .flex > div ul.descr li.disabled::before {
/*  content: "\ea0f"; */
   content: "\e901";
}
ul.price-list {
    text-align: left;
}
ul.price-list li {
    text-align: left;
}
ul.price-list li {
    font-size: 15px;
    margin-bottom: 3px;
}
ul.price-list li strong span {
    font-size: .5em;
}
ul.price-list > li:last-child {
    margin-bottom: 10px;
}
ul.price-list li strong {
    padding-right: 4px;
}
.tarifs-new {
    max-width: 380px;
    margin: 0 auto;
} 
.tarifs-new + .pay {
    max-width: 380px;
    margin: 10px auto 0;
    display: none;
    font-size: 15px;
    text-align: center;
}
.tarifs-new + .pay.active {
    display: block;
}
ul.price-list li.disabled {
    text-decoration: line-through;
}
ul.price-list li {
	opacity: .6;
}
ul.price-list li.active {
    opacity: 1;
    font-size: 1.2em;
}

.tarifs-new .flex > div.choosen > p,
.choosen ul.price-list {
    display: none;
}
body.choose .tarifs-new .flex > div.choosen > p,
body.choose .choosen ul.price-list {
    display: block;
}
div.pay a.button {
    display: block;
    margin: 4px auto 10px;
}
.tarifs-new .flex > div.choosen ul.descr {
    margin-bottom: 10px;
}

h3 {
    margin: 20px 0 10px 0;
    text-align: center;
}
.pay {
    text-align: center;
    display: none;
}
.pay.active {
    display: block;
}
.promocode-div p.small {
    padding-bottom: 2px;
}
.promocode-div {
    margin-bottom: 18px;
}
@media (min-width: 960px) {
    .tarifs .wrapper > div {
        width: 900px;
        max-width: 900px;
    }
    .tarifs-new .flex {
        flex-direction: row;
        justify-content: space-between;
    }
     .tarifs-new .flex.choosen,
     .tarifs-new .flex.two-or-one  {
        justify-content: center;
     }
    .tarifs-new .flex.two-or-one > div {
        margin-left: 10px;
        margin-right: 10px;
    }
    .tarifs-new .flex > div {
        width: calc( 33% - 10px );
    }
    .tarifs-new {
        max-width: 100%;
    }
    .lk.lesson .wrapper > div {
	    max-width: 780px !important;
	}
	.tarifs-new .flex > div {
	    margin-bottom: 10px;
	}
}
.description-new p a,
.admin .tab a {
	opacity: .7;
    text-transform: uppercase;
    font-size: .72em;
    font-weight: bold;
    letter-spacing: 1.6px;
    color: red;
    border-bottom: 1px red solid;
}
.description-new p a:hover,
.admin .tab a:hover {
	opacity: 1;
}
.registration-body select {
	width: 242px;
    margin-top: -2px;
    color: rgba(0,0,0,0.6);
    padding-left: 3px;
    height: 45px;
}
.registration-body select > option:nth-child(1) {

}
.input-hidden {
	display: none;
}
.admin .wrapper > div {
    max-width: 1200px;
    width: 1200px;
}
.admin table tr > th:nth-child(1),
.admin table tr > td:nth-child(1) {
	width: 40px;
}
.admin table.eight tr > th:not(:nth-child(1)),
.admin table.eight tr > td:not(:nth-child(1)) {
	width: 158px;
}
.admin table.seven tr > th:not(:nth-child(1)),
.admin table.seven tr > td:not(:nth-child(1)) {
	width: 185px;
}
.grey {
    background: rgba(231, 223, 200, .5);
    padding: 12px;
    margin: 2px 0px;
    display: inline-block;
}
.grey > p {
    margin: 0 0 3px 0 !important;
    font-size: 0.95em;
    text-align: left;
    padding: 3px 0 0 0;
}
h1 + .grey {
    margin-bottom: 50px;
}
.lk-new {
    border: 2px solid #e7dfc8;
    margin-bottom: 20px;
    text-align: left;
    padding: 0px 20px 10px;
}
.lk-new > * {
    text-align: left;
}
.lk-new table td {
    font-size: .9em;
    padding: 3px;
}
.lk-new table td a {
    font-weight: bold;
    color: green;
}
.lk-new table td a.unfinish {
    color: red;
}
@media (max-width: 1250px) {
	.admin .wrapper > div {
	    max-width: 1000px;
	    width: 1000px;
	}
	.admin table tr > th:nth-child(5),
	.admin table tr > td:nth-child(5) {
		display: none;
	}
	.admin table tr > th:not(:nth-child(1)),
	.admin table.eight tr > td:not(:nth-child(1)) {
		width: 151.5px;
	}
	.admin table.seven tr > th:not(:nth-child(1)),
	.admin table.seven tr > td:not(:nth-child(1)) {
		width: 182px;
	}
}
@media (max-width: 1000px) {
	.admin .wrapper > div {
	    max-width: 700px;
	    width: 700px;
	}
	.admin table tr > th:nth-child(2),
	.admin table tr > td:nth-child(2),
	.admin table.eight tr > th:nth-child(7),
	.admin table.eight tr > td:nth-child(7),
	.admin table.seven tr > th:nth-child(6),
	.admin table.seven tr > td:nth-child(6) {
		display: none;
	}
}
@media (max-width: 700px) {
	.admin td {
	    font-size: 13px;
	    padding: 4px 5px 4px 0;
	}
	.admin table th {
	    font-size: 14px;
	    padding: 3px 0px 4px;
	}
	h1 {
	    font-size: 24px;
	    margin-bottom: 7px;
	}
	.admin .wrapper > div {
	    max-width: 100%;
	    width: 100%;
	}
	.admin h2 {
		font-size: 18px;
	}
	.admin h2::after {
	    border-left: 4px solid transparent;
	    border-right: 4px solid transparent;
	    border-top: 5px solid black;
	    margin-top: 9px;
	}
	.admin table tr > td:nth-child(8),
	.admin table tr > td:nth-child(6),
	.admin table tr > td:nth-child(7),
	.admin table tr > td:nth-child(5),
	.admin table tr > th:nth-child(8),
	.admin table tr > th:nth-child(6),
	.admin table tr > th:nth-child(7),
	.admin table tr > th:nth-child(5) {
		display: none !important;
	}
	.admin table tr > th:not(:nth-child(1)),
	.admin table.eight tr > td:not(:nth-child(1)),
	.admin table.seven tr > th:not(:nth-child(1)),
	.admin table.seven tr > td:not(:nth-child(1)) {
		width:50%;
	}
}
.timer-sign p.small {
    margin: 0 auto -6px;
    padding: 0;
}
.lk-new.video p.small {
    width: 100%;
    margin-top: 20px;
}
@media (max-width: 370px) {
    .lk-new {
        border: 0px;
        padding: 0px;
    }
    .wrapper > div {
        padding: 0px 15px;
    }
}
.json {
    max-width: 100%;
}
body.test .lk-new #test-form p,
body.test .lk-new #test-form label {
    text-align: left;
}
body.test .lk-new #test-form input[type=checkbox] {
    display: inline-block;
    margin: 0px 8px 0 -20px;
    transform: scale(1.15);
}
.test-form > div.question {
    padding: 20px 0px;
}
.test-form div.question + div.question {
    border-top: 2px solid #e7dfc8;
}
.test-form > div.question.last {
    border-bottom-width: 0px;
}
.test-form > div.question > p:first-child {
    font-size: 1.05em;
    font-weight: bold;
    margin-bottom: 8px;
    padding-bottom: 0px;
}
.test-form > div.question label {
    display: block;
    padding-left: 20px;
    padding-top: 3px;
    padding-bottom: 3px;
}
.test .wrapper {
    padding: 50px 0;
}
.test-error {
    display: block;
    margin: 2px 0 0 0;
    color: red;
    font-weight: bold;
    display: none;
}
.test-error.active {
    display: block;
}
.question.error > p:first-child {
    color: red;
}
label.correct {
    color: green;
    font-weight: bold;
}
label.correct input[type=checkbox] {
    color: green; 
    border-color: green;
}
div.answered label:not(.correct) {
    color: red;
}
.test p.description {
     margin: 20px 0 0 0;
    padding: 0;
    font-size: .93em;
    line-height: 1.45;
}
label.youranswer::after {
    content: "ваш ответ";
    font-size: 0.7em;
    text-transform: uppercase;
    color: rgba(0,0,0,.8);
    font-weight: bold;
    display: inline-block;
    background-color: rgba(0,0,0,.07);
    border-radius: 4px;
    margin: 0 0 0 6px;
    padding: 3px 3px 3px 5px;
    letter-spacing: 1px;
    min-width: 75px;
}
p.result {
    display: none;
    margin: 10px 0 0 0;
    padding: 10px 0 0 0;
    font-size: 1.5em;
}
p.result.active {
    display: block;
}
#question_submit {
    width: auto;
    padding: 10px 30px;
    margin: 20px 0 0 0;
}
.lk-new.video #question_submit + p.small {
    margin-top: 9px;
    margin-bottom: 0;
    padding-bottom: 0;
}
.lk .wrapper > div {
    max-width: 540px;
}
.lk td, .lk th {
    padding-right: 15px;
}
@media (min-width: 550px) {
    .lk-new table tr > td:nth-child(2),
    .lk-new table tr > th:nth-child(2) {
        padding-right: 60px;
    }
}
@media (max-width: 470px) {
    .lk-new table td, .lk-new table th {
        padding-right: 6px;
        font-size: .85em;
    }
    .lk .wrapper > div {
        padding: 0px 15px;
    }
}
.admin .grey + h2 {
    margin-top: 30px;
}
div[data-lesson-number] {
    padding-bottom: 20px;
}
div[data-lesson-number] + div[data-lesson-number] {
    padding-top: 35px;
    border-top: 2px solid #e7dfc8;
}
div[data-lesson-number] h3 {
    text-align: left;
}
.tab div[data-lesson-number] form p {
    margin: 0 15px 0 0;
}
.tab div[data-lesson-number] form {
    align-items: flex-end;
}
div[data-lesson-number] input[type=submit] {
    margin: 0;
}
button[class*=json-editor-btn] {
    background: rgba(231, 223, 200, .6);
    padding: 2px 5px;
    border-radius: 3px;
    margin: 0;
}
button[class*=json-editor-btn] + button[class*=json-editor-btn] {
    margin-left: 5px;
}
.json h3 {
    text-align: left;
}
.form-control input[type=text] {
    width: 80%;
}
div.row + div.row {
    margin-top: 15px;
}
div[data-schemapath*=answers][data-schematype=object] > div > div > div {
    display: flex;
}
div[data-schemapath*=answers][data-schematype=object] > div > div > div > div.row {
    margin-top: 0px !important;
}
div[data-schemapath*=answers][data-schematype=object] > div > div > div > div.row:nth-child(1) {
    width: 60%;
    margin-right: 20px;
}
div[data-schemapath*=answers][data-schematype=object] > div > div > div > div.row:nth-child(1) input[type=text] {
    width: 100%;
}
div[data-schemapath*=answers][data-schematype=object] > div {
    margin: 0 !important;
    padding: 0 !important;
    border-width: 0px !important;
    border-radius: 0px !important;
}
div[data-schemapath*=answers][data-schematype=object] + div[data-schemapath*=answers][data-schematype=object] {
    border-top: 1px solid rgba(231, 223, 200, .6);
}
input[type=file] {
    width: 100%;
}
tr.logins, tr.tests {
    display: none;
}
.admin table.six td,
.admin table.six th {
    padding-right: 30px;
}
.admin table td.check_login_button,
.admin table td.check_tests_button {
    font-weight: bold;
    color: red;
    opacity: .8;
    cursor: pointer;
}
#logins_table {
    min-width: 300px;
}
#logins_table td,
#logins_table th {
    padding-right: 25px;
}
#logins_table tr > td,
#logins_table tr > th {
    width: auto !important;
}
.admin .lk-new.video p + input {
    margin: -20px 0 20px 0;
    width: 100%;
}
.admin .lk-new.video a.button {
    width: auto;
    padding-left: 15px;
    padding-right: 15px;

}
.preloader {
    display: none;
}
.preloader.active {
    display: block;
}
textarea {
    width: 100%;
    display: block;
    border-radius: 2px;
    border: 2px solid rgb(231, 223, 200);
    min-height: 60px;
    margin-top: 0px;
    margin-bottom: 0px;
    height: 90px;
    font-size: 14px;
    padding: 10px 6px;
    outline: none;
    margin-bottom: 20px;
}
textarea:focus {
    border-color: #ffe8a6;
    outline: none;
}
p + textarea {
    margin-top: -10px;
}
.video_comment {
    font-size: .9em;
    margin-top: 20px;
}
.video_comment span {
    color: red;
    opacity: .8;
    cursor: pointer;
}
.video_comment span:hover {
    opacity: 1;
}
.smallest {
    padding-top: 10px;
    display: block;
    font-size: 0.9em;
}
.index .video {
    margin-bottom: 10px; 
}
input[type=radio] {
    display: none;
}
input[type=radio] + label span {
    display: block;
    width: 16px;
    height: 16px;
    border: 1px solid rgba(0,0,0,.55);
    position: absolute;
    left: -25px;
    top: 2px;
}
input[type=radio] + label:hover span,
input[type=radio]:checked  + label span {
    border-color: rgba(0,0,0,.85);
}
input[type=radio]:checked + label span:after {
    position: absolute;
    content: "";
    width: 8px;
    height: 8px;
    background-color: #3c2d03;
    left: 3px;
    top: 3px;
}
form#choose_tarif p {
    text-align: left;
    padding-left: 25px;
}
.podpiska p {
    text-align: left;
    padding-bottom: 0px;
    font-size: 14px;
}
.podpiska p + p {
    padding-top: 10px;
}
.lk2 .lk-new {
    border-width: 0px;
}
.podpiska {
    background: antiquewhite;
    padding: 10px;
    border-radius: 4px;
    margin-bottom: 7px;
}
.podpiska-links, .podpiska-links a {
    font-size: 13px;
}
.podpiska-links a {
    border-bottom: 1px solid rgba(0,0,0,.5);
}
.lk2 .lk-new h3 {
    padding-left: 5px;  
}
.podpiska.game {
    background: #ffca83;
}
.podpiska.game > p:last-child {
    padding-bottom: 0;
}
.lk2 .wrapper {
    padding: 24px 0px;
}
.podpiska > strong {
    font-size: 1.1em;
    display: flex;
    justify-content: space-between;
    padding-bottom: 4px;
}
.podpiska > strong a {
    margin-left: 3px;
    font-size: 0.79em;
    opacity: .5;
    margin-top: 3px;
    color: #6b1e1e;
}
.podpiska > strong a:hover {
    opacity: 1;
}
.podpiska.disable {
    background-color: rgba(0,0,0,.17);
    cursor: url(img/no-stopping.png), auto;
}
.podpiska.disable strong,
.podpiska.disable p {
    opacity: .8;
    /* font-size: 0.79em; */
}
.podpiska.done {
    background-color: rgb(166, 243, 166);
}
.podpiska.available,
.podpiska.review {
    /* background-color: rgba(212, 255, 0, 0.65); */
    background-color: rgba(226, 255, 67, 0.62);
}
.lesson .flex a.review > div {
    color: rgb(202, 169, 76);
}
.podpiska.lesson::after {
      font-family: 'icomoon' !important;
      speak: none;
      font-style: normal;
      font-weight: normal;
      font-variant: normal;
      text-transform: none;
      line-height: 1;
      font-size: 20px;
      position: absolute;
      right: 15px;
      top: calc( 50% - 10px );
}
.podpiska.lesson.done::after {
      content: "\e904";
      color: rgba(129, 204, 129, .8);
}
.lesson .podpiska.done > div {
    color: rgba(48, 115, 48, 0.8);
}
.podpiska.lesson.disable::after {
    content: "\e905";
    color: rgba(0,0,0,.21);
}
.podpiska.lesson.available::after {
    content: "\e906";
    /* color: rgba(174, 211, 44, 0.91); */
    color: rgba(209, 189, 46, 0.91);
}
.podpiska.lesson {
    margin-bottom: 3px;
    padding-top: 8px;
    padding-bottom: 8px;
}
a.podpiska {
    display: block;
}
.lk2 .lk-new > h3 {
    padding-left: 10px;
    margin-bottom: 5px;
}
.podpiska.lesson > strong {
    font-size: 1em;
}
.lk2 .lk-new .podpiska h3 {
    padding-left: 0px;
    margin: 5px 0 10px 0;
    text-align: left;
}
.lk2 .lk-new .podpiska .video {
    margin-bottom: 0px;
}
.lesson .lk-new.video p.small {
    width: 100%;
    margin-top: 10px;
    font-size: 11.5px;
    color: #311717;
    line-height: 1.3;
}
.lk-new.video {
    margin-bottom: 0px;
}
.lesson .flex {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.lesson .flex > a {
    display: flex;
    width: calc( ( 100% - 6px ) / 2 );
    align-items: center;
}
.lesson .flex a > div {
    font-size: 40px;
    color: rgb(158, 92, 4);
    opacity: .6;
}
.lesson .flex a > span {
    font-size: 13.5px;
    font-weight: bold;
    padding-left: 10px;
    letter-spacing: 0.1px;
}
.lesson .flex.additional > a {
    width: calc( ( 100% - 7px ) / 2 );
}
.lesson .podpiska.available,
.lesson .podpiska.disable {
    background-color: rgba(255, 223, 181, .9);
}
.lesson .podpiska.disable {
    background-color: rgba(255, 223, 181, .4);
    cursor: default;
}
.lesson .podpiska.disable > span {
    opacity: .45;
}
.lesson .podpiska.disable > div {
    opacity: .25;
}
.lesson .podpiska.disable::after {
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
    content: "\e905";
    display: block;
    position: absolute;
    font-size: 15px;
    padding: 0;
    color: black;
    border-radius: 50px;
    top: -1px;
    right: -6px;
}
@media (max-width: 500px) {
    .lesson .flex a.podpiska {
        width: 100% !important;
    }
}
.file_drag_area {  
    width: 100%  
    height: 200px;  
    border: 2px dashed rgba(107, 30, 30,.9);  
    line-height: 200px;  
    text-align: center;  
    font-size: 24px;  
}  
.file_drag_over {  
    color: #000;  
    border-color: #000;  
} 
.dropzone {
    border: 2px dashed rgba(107, 30, 30,.8);
    background: rgba(255,255,255,.5);
    padding: 10px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin-top: 5px;
    border-radius: 2px;
    flex-wrap: wrap;
}
.dropzone .dz-message {
    width: 100%;
    font-size: .9em;
}
.dropzone .dz-message span span {
    color: rgba(107, 30, 30,1);
    text-decoration: underline;
}
.dropzone .dz-preview .dz-image {
    border-radius: 0;
    width: 36px;
    height: 36px;
}
.dropzone .dz-preview .dz-details {
    opacity: 1;
    text-align: left;
    display: flex;
    padding: 0;
    line-height: 1;
    flex-direction: column;
    left: 42px;
}
.dropzone.dz-started .dz-message {
    display: block;
}
.dropzone .dz-preview.dz-image-preview {
    background: transparent;
    min-height: auto;
    width: 100%;
}
.dropzone .dz-preview .dz-details .dz-filename:hover span {
    border-width: 0px;
    background-color: transparent;
}
.dropzone .dz-preview:hover .dz-image img {
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none;
    -webkit-filter: none;
    filter: none;
}
.dropzone .dz-preview .dz-details .dz-size {
    margin-bottom: 0;
    font-size: 12px;
    order: 2;
}
.dropzone .dz-preview .dz-details .dz-filename {
    order: 1;
    margin-bottom: 4px;
}
.dropzone .dz-preview .dz-details .dz-filename span, .dropzone .dz-preview .dz-details .dz-size span,
.dropzone .dz-preview .dz-details .dz-filename:hover span,
.dropzone .dz-preview .dz-details .dz-filename:not(:hover) span {
    padding: 0;
    background-color: transparent;
    border-radius: 0;
}
.dropzone .dz-preview {
    margin: 6px;
    width: 100%;
    min-height: auto;
}
a.button#send_homework {
    width: 316px;
    margin: 14px auto 0;
    position: relative;
    display: block;
}
.dropzone .dz-preview .dz-success-mark, .dropzone .dz-preview .dz-error-mark {
    left: auto;
    right: 10%;
}
.dropzone .dz-preview .dz-success-mark svg, .dropzone .dz-preview .dz-error-mark svg {
    display: block;
    width: 34px;
    height: 34px;
}
.dropzone .dz-preview .dz-remove {
    text-align: center;
    display: inline;
    cursor: pointer;
    border: none;
    position: absolute;
    margin: 0;
    padding: 0;
    top: 16px;
    font-size: .7em;
    text-decoration: underline;
    left: 100px;
    z-index: 5555;
}
p.onreview {
    font-weight: bold;
}
p.reviewafter {
    font-size: 14px;
    padding: 0 5px;
}
audio {
    width: 100%;
    margin: 3px 0 3px 0;
}
audio, audio:hover, audio:focus {
    outline: 0px !important;
}
.review-rating {
    margin:5px;
    display: flex;
}
.review-rating > strong {
    font-size: .6em;
    display: block;
    padding: 5px 6px 0 0;
    text-transform: uppercase;
    letter-spacing: 2px;
    opacity: .8;
}
.rating-area {
    overflow: hidden;
    width: auto;
    margin: 0px;
}
.rating-area:not(:checked) > input {
    display: none;
}
.rating-area:not(:checked) > label {
    float: right;
    width: 22px;
    padding: 0;
    cursor: pointer;
    font-size: 22px;
    line-height: 22px;
    color: lightgrey;
    text-shadow: none;
}
.rating-area:not(:checked) > label:before {
    content: '★';
}
.rating-area > input:checked ~ label {
    color: gold;
}
.rating-area:not(:checked) > label:hover,
.rating-area:not(:checked) > label:hover ~ label {
    color: gold;
}
.rating-area > input:not([disabled]):checked + label:hover,
.rating-area > input:not([disabled]):checked + label:hover ~ label,
.rating-area > input:not([disabled]):checked ~ label:hover,
.rating-area > input:not([disabled]):checked ~ label:hover ~ label,
.rating-area > label:hover ~ input:not([disabled]):checked ~ label {
    color: gold;
}
.rate-area > label:active {
    position: relative;
}
.podpiska textarea {
    margin-bottom: 0px;
}
.podpiska form {
    text-align: left;
}
.podpiska form input[type=submit] {
    width: 100%;
    font-size: 0.8em;
    margin: 5px 0 0 0;
}
.lk-new.video form p.small {
    margin-top: 5px;
    font-size: 12px;
    opacity: .6;
}
.feedback-on-feedback {
    display: none;
}
.feedback-on-feedback.active {
    display: block;
}
p.itogo {
    margin-bottom: 5px;
}
iframe.tilda {
    width: 100vw;
    height: 100vh;
    margin: 0;
    padding: 0;
}
.lk2 .lk-new > a.podpiska + h3 {
    padding-top: 10px;
}
.lk3 a.button {
    width: 252px;
    margin: 22px auto 12px;
    display: block;
}
.lk3 a.button + p.small {
    text-align: center;

}
.lk-new.video + a.button.small {
    margin-top: 20px;
}
.question textarea {
    margin: 0 !important;
}
.lk2 .lk-new > h3 + p.small {
    padding-left: 10px;
    width: 100%;
}

.additional-links img {
    width: 50px;
    display: block;    
}
.additional-links a {
    margin-right: 20px;
    opacity: .8;
}
.additional-links a:hover {
    opacity: 1;
}
.additional-links span {
    display: block;
    margin: 10px 0px 0px 9px;
    font-size: .9em;
}
.additional-links {
    margin-top: 10px;
}
.lk.lk2.lk3 h3 + p,
p.normal {
    padding: 0 10px;
    font-size: .9em;
}
p.normal a {
    font-weight: bold;
}