/* ======= Base ======= */
* {
    font-family: Georgia, Times, "Times New Roman", serif;
    font-display: swap;
    box-sizing: border-box;

    --darkGreenColor: #1c4c14;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

input[type=number] {
    -moz-appearance: textfield;
}

body {
    color: darkslategray;
    background: antiquewhite;
    font-size: 16px;
    padding: 30px;
    margin: 0;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    line-height: 1.42857143;
}

::selection {
    background: antiquewhite;
    color: #000;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 700;
}

input {
    line-height: inherit;
    box-sizing: border-box;
    border-spacing: 0;
    border-collapse: collapse;
    margin: 0;
    padding: 4px 1px;
}

table tr th {
    border: 1px solid lightgrey;
}

a {
    color: #2e4049;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
    color: #10171a;
}

a:focus {
    text-decoration: none;
}

.email a {
    font-size: 15px;
}

p {
    line-height: 1.5;
    margin: 0 0 10px;
    padding: 0;
}

button {
    font-size: 18px;
    font-weight: bold;
    padding: 7px 14px;
    border-radius: 5px;
    border: 0;
    margin-top: 0;
    cursor: pointer;
}

.answerBlock {
    color: var(--darkGreenColor);
    font-size: 21px;
    font-weight: bold;
}

.answerBlock > i{
    font-size: 16px;
}
.answerBlock > i > ul > li{
    text-align: center;
    list-style: none;
}

.leftList:first-child {
    margin-top: 20px;
}

.leftList {
    margin-top: -20px;
    padding-top: 0 !important;
}

.leftList ul {
    margin-top: -10px;
}

.leftList li {
    list-style: none;
    margin-left: -40px;
}

.leftList.authors li {
    margin-top: 10px;
    min-height: 44px;
    width: 200px;
}

.text-center {
    text-align: center;
}

.form-signin button {
    border: 1px solid rgb(200, 140, 60);
    background-color: rgba(200, 140, 60, 0.5);
    width: 100%;
    color: dimgrey;
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
}

.form-control {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

input.form-control:focus {
    border: 1px solid rgba(200, 140, 60, 0.5);
}

input.form-control label {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
    font-weight: 700;
}

.hide {
    display: none !important;
}

.list-styled {
    padding-left: 0;
    list-style: none;
}

#inputPhone {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}

.wrapper {
    background: #fbf2e1;
    max-width: 960px;
    margin: 0 auto;
    position: relative;
    -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    z-index: 9;
}

.sidebar-wrapper {
    background-color: #fbf2e1;
    position: absolute;
    right: 0;
    width: 240px;
    height: 100%;
    min-height: 800px;
    color: #545E6C;
    background-image: url(/assets/images/back.buo.webp);
    background-repeat: no-repeat;
    background-position: bottom left;
}

.sidebar-wrapper-back {
    background-image: url(/assets/images/back.xum.webp);
    background-repeat: no-repeat;
    background-position: top right;
    position: absolute;
    top: 10px;
    right: 0;
    width: 240px;
    height: 418px;
    opacity: 0.4;
    filter: alpha(Opacity=40);
}

.sidebar-wrapper a {
    color: #545E6C;
}

.sidebar-wrapper .profile-container-2 {
    padding: 0 30px 30px 30px;
    background-color: rgba(200, 140, 60, 0.5);
    text-align: center;
    color: darkslategray;
    position: relative;
    z-index: 9;
}

.sidebar-wrapper .profile-container {
    padding: 30px;
    background-color: rgba(200, 140, 60, 0.5);
    text-align: center;
    color: darkslategray;
    position: relative;
    z-index: 9;
}

.sidebar-wrapper .profile-container img {
    width: 180px;
    height: 180px;
}

img.miniAuthorPhoto {
    min-width: 0;
    min-height: 0;
    max-width: 44px;
    max-height: 44px;
    margin-right: 5px;
    float: left;
}

.sidebar-wrapper .profile-container .profile {
    height: 180px;
}

.sidebar-wrapper .name {
    font-size: 27px;
    margin-top: 0;
    margin-bottom: 10px;
}

.contact-container, .online-container, .profile-container {
    position: relative;
    z-index: 9;
}

.sidebar-wrapper .tagline {
    font-size: 16px;
    font-weight: 400;
    margin-top: 0;
    margin-bottom: 0;
}

.sidebar-wrapper .profile {
    margin-bottom: 15px;
}

.sidebar-wrapper .contact-list .fa {
    margin-right: 5px;
    font-size: 18px;
    vertical-align: middle;
}

.sidebar-wrapper .contact-list li {
    margin-bottom: 15px;
}

.sidebar-wrapper .contact-list li:last-child {
    margin-bottom: 0;
}

.sidebar-wrapper .contact-list .email .fa {
    font-size: 14px;
}

.sidebar-wrapper .container-block {
    padding: 30px;
}

.sidebar-wrapper .container-block-title {
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 700;
    margin-top: 0;
    margin-bottom: 15px;
}

.sidebar-wrapper .degree {
    font-size: 14px;
    margin-top: 0;
    margin-bottom: 5px;
}

.sidebar-wrapper .education-container .item {
    margin-bottom: 15px;
}

.sidebar-wrapper .education-container .item:last-child {
    margin-bottom: 0;
}

.sidebar-wrapper .education-container .meta {
    color: rgba(255, 255, 255, 0.6);
    font-weight: 500;
    margin-bottom: 0;
    margin-top: 0;
}

.sidebar-wrapper .education-container .time {
    color: rgba(255, 255, 255, 0.6);
    font-weight: 500;
    margin-bottom: 0;
}

.sidebar-wrapper .languages-container .lang-desc {
    color: rgba(255, 255, 255, 0.6);
}

.sidebar-wrapper .languages-list {
    margin-bottom: 0;
}

.sidebar-wrapper .languages-list li {
    margin-bottom: 10px;
}

.sidebar-wrapper .languages-list li:last-child {
    margin-bottom: 0;
}

.sidebar-wrapper .interests-list {
    margin-bottom: 0;
}

.sidebar-wrapper .interests-list li {
    margin-bottom: 10px;
}

.sidebar-wrapper .interests-list li:last-child {
    margin-bottom: 0;
}

.main-wrapper {
    background: #fff;
    padding: 60px 300px 60px 60px;
    min-height: 100vh;
    /*
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
     */
}

.main-wrapper .section-title {
    /*  text-transform: uppercase;*/
    font-size: 20px;
    font-weight: 500;
    color: #2e4049;
    position: relative;
    margin-top: 0;
    margin-bottom: 20px;
}

.main-wrapper .section-title .fa {
    width: 30px;
    height: 30px;
    margin-right: 8px;
    display: inline-block;
    color: #fff;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}

.main-wrapper .section-title .fa {
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    background: #2e4049;
    text-align: center;
    padding-top: 8px;
    font-size: 16px;
    position: relative;
    top: -2px;
    box-sizing: border-box;
}

.main-wrapper .section {
    margin-bottom: 60px;
}

.main-wrapper .experiences-section .item {
    margin-bottom: 30px;
}

.main-wrapper .upper-row {
    position: relative;
    overflow: hidden;
    margin-bottom: 2px;
}

.main-wrapper .job-title {
    color: #3F4650;
    font-size: 16px;
    margin-top: 0;
    margin-bottom: 0;
    font-weight: 500;
}

.main-wrapper .time {
    position: absolute;
    right: 0;
    top: 0;
    color: #97AAC3;
}

.main-wrapper .company {
    margin-bottom: 10px;
    color: #97AAC3;
}

.main-wrapper .project-title {
    font-size: 16px;
    font-weight: 400;
    margin-top: 0;
    margin-bottom: 5px;
}

.main-wrapper .projects-section .intro {
    margin-bottom: 30px;
}

.main-wrapper .projects-section .item {
    margin-bottom: 15px;
}

.skillset .item {
    margin-bottom: 15px;
    overflow: hidden;
}

.skillset .level-title {
    font-size: 14px;
    margin-top: 0;
    margin-bottom: 12px;
}

.skillset .level-bar {
    height: 12px;
    background: #f5f5f5;
}

.skillset .level-bar-inner {
    height: 12px;
    background: #6c92a3;
}

.footer {
    padding: 60px 30px 30px 30px;
    z-index: 9;
}

.footer .copyright {
    line-height: 1.6;
    color: #545E6C;
    font-size: 13px;
}

.footer .fa-heart {
    color: #fb866a;
}

.trialLinks a, .materialLinks a {
    background-color: rgba(200, 140, 60, 0.5);
    padding: 15px 30px;
    width: max-content;
    display: inline-block;
    font-size: 22px;
    margin: 5px;
    opacity: 0.6;
    color: #000;
    min-width: 45%;
    text-align: center;
}

.answer .trialLinks a {
    width: 100%;
    background-size: 50% !important;
}

.trialLinks a:hover, .materialLinks a:hover {
    opacity: 1;
    color: #2e4049;
    text-decoration: none;
}

.trialLinks a.him, .materialLinks a.him {
    background-image: url(/assets/images/back.xum.webp);
    background-repeat: no-repeat;
    background-position: 95% -57px;
    background-size: 62%;
}

.trialLinks a.bio, .materialLinks a.bio {
    background-image: url(/assets/images/back.buo.webp);
    background-repeat: no-repeat;
    background-position: bottom left;
    background-size: 80%;
}

.trialsList {

}

.trialsList li {
    list-style: none !important;
    padding: 20px 10px;
    margin-left: -40px;
}

.trialsList li.ogeTest {
    display: none;
}

.trialsList li.egeTest {
    display: block;
}

.trialsList li a {
    display: block;
    width: 100%;
}

.trialsList li a b {
    font-size: 18px;
    display: block;
    width: auto;
}

.trialsList li:not(:first-child) {
    border-top: 1px solid #4c402f;
}

#testOge {
    display: none;
}

.switchTest {
    cursor: pointer;
    border: 1px solid #4c402f;
    padding: 5px;
    margin-right: 5px;
    margin-left: 20px;
    border-radius: 8px;
}

.ogeInfoFlag {
    display: inline-block;
}

.egeInfoFlag {
    display: none;
}

.switchTest b.oge {
    display: inline-block;
}

.switchTest b.ege {
    display: none;
}

#testOge:checked ~ .trialsList li.ogeTest {
    display: block;
}

#testOge:checked ~ .trialsList li.egeTest {
    display: none;
}

#testOge:checked ~ .ogeInfoFlag {
    display: none;
}

#testOge:checked ~ .egeInfoFlag {
    display: inline-block;
}

#testOge:checked ~ .switchTest b.oge {
    display: none;
}

#testOge:checked ~ .switchTest b.ege {
    display: inline-block;
}

.trials-section ul {
    margin: 10px;
}

.trials-section ul li {
    list-style: square;
    font-size: 16px;
}

span.head1 {
    font-size: 22px;
    font-weight: bold;
}

span.head2 {
    font-size: 16px;
    display: block;
}


/*breadcrumbs*/
#breadcrumbs li {
    display: inline-block;
}

#breadcrumbs li:not(:last-child):after {
    content: "/";
    margin-left: 2px;
}

#breadcrumbs li a {
    text-decoration: none;
}

/* Large devices (large desktops, 1200px and up) */
/* Ex-Large devices (large desktops, 1200px and up) */

.hide2 {
    display: none !important;
}

.subh1 {
    margin-top: -10px;
    margin-left: 60px;
    font-size: 16px;
}

.trial-section img {
    max-width: 100%;
}

.trial-section a {
    text-decoration: underline dashed;
}

.trial-section .taskNumber {
    float: left;
    width: 40px;
    border: 1px solid #000;
    display: inline-block;
    text-align: center;
    margin-left: -50px;
}

div.row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

div.row > div.col-lg-12 {
    position: relative;
    width: 100%;
    min-height: 1px;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}

div.row > div.col-lg-6 {
    position: relative;
    width: 100%;
    min-height: 1px;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
}

.trial-section .taskText {
    display: inline-block;
    text-align: justify;
}

.trial-section .taskText table {
    width: auto !important;
}

.trial-section .taskText table td {
    padding: 5px;
}

.trial-section .nobreack {
    margin-top: 25px;
}

.trial-section li[v=""] {
    display: none;
}

.trial-section .taskvars {
    width: auto;
}

.trial-section .taskvars input {
    width: 38px;
    border-radius: 0;
    margin: 0 -1px;
}

.trial-section .taskvars td,
.trial-section .taskvars th {
    padding: 0;
    text-align: center;
}

.toTexaarea {
    border: 1px solid #000;
    padding: 2px;
    font: -webkit-small-control;
    resize: both;
    overflow: auto;
}

.trial-section .type5 textarea, .toTexaarea {
    width: 100%;
    height: 200px;
}

.trial-section #send_result, .trial-section #send_result_to_email {
    float: right;
    color: #fff;
    background-color: green;
    margin-top: 20px;
    padding: 10px 5px;
    margin-right: -10px;
}

.trial-section #send_result[disabled], .trial-section #send_result_to_email[disabled] {
    background-color: lightgrey !important;
    color: #fff !important;
}

.warning {
    border: 2px solid crimson;
    padding: 5px;
    text-align: justify;
    margin-top: 5px;
}

.warning:not(.show) {
    display: none;
}

.resultsInTable td {
    border: 1px solid lightgrey;
    padding: 0px 8px !important;
}

.resultsInTableBlock {
    float: right;
    border: 2px solid;
    padding: 0px 3px;
    /*margin-top: -25px;*/
}

.resultsInTableBlock.trueResult {
    border-color: forestgreen;
}

.resultsInTableBlock.trueResult strong {
    color: forestgreen;
}

.resultsInTableBlock.anyResult {
    border-color: darkorange;
}

.resultsInTableBlock.anyResult strong {
    color: darkorange;
}

.resultsInTableBlock.falseResult {
    border-color: red;
    font-size: 14px !important;
}

.resultsInTableBlock.falseResult strong {
    color: red;
}

.resultsInTableBlock.notRules {
    display: none;
}

.textResult {
    text-align: center;
    font-size: 20px;
}

.ballsTable tr td {
    font-size: 18px;
    text-align: center;
}

.ballsTable tr:not(.notRules) .allBalls {
    color: #1c7430;
}

.notRules td {
    color: grey;
    font-size: 16px !important;
}

.trueResult .yourBalls {
    color: forestgreen;
}

.anyResult .yourBalls {
    color: darkorange;
}

.falseResult .yourBalls {
    color: red;
    font-size: 14px !important;
}


.blockor {
    display: inline-block;
    float: right;
    margin: 28px 10px;
}

.letters {
    list-style: none;
}

.letters li::before {
    margin: 0 5px 0 -16px;
}

.letters li:nth-child(1)::before {
    content: 'А.';
}

.letters li:nth-child(2)::before {
    content: 'Б.';
}

.letters li:nth-child(3)::before {
    content: 'В.';
}

.letters li:nth-child(4)::before {
    content: 'Г.';
}

.letters li:nth-child(5)::before {
    content: 'Д.';
}

.letters li:nth-child(6)::before {
    content: 'Е.';
}

.letters li:nth-child(7)::before {
    content: 'Ж.';
}

.letters li:nth-child(8)::before {
    content: 'З.';
}

.letters li:nth-child(9)::before {
    content: 'И.';
}

.materials li {
    border-bottom: 1px solid rgba(200, 140, 60, 0.5);
    padding-bottom: 10px;
    margin-bottom: 10px;
}

.materials li > a {
    font-size: 18px;
    font-weight: bold;
}

.materials li > section {
    text-align: justify;
    font-size: 14px;
    min-height: 100px;
}

.materials li > section > img {
    max-width: 100%;
    max-height: 80px;
    float: right;
    margin: 8px;
}

.materials li > section > a {
    font-size: 16px;
    font-weight: bold;
    float: right;
}

.materialDate {
    white-space: nowrap;
    font-style: italic;
    font-size: 14px;
}

.articleBody a {
    text-decoration: underline dashed;
}

.articleBody h3 {
    margin-bottom: -15px;
}

.articleBody h4 {
    margin-bottom: 5px;
    font-size: 21px;
}

.articleBody .contentsList {
    display: block;
    border: 1px solid rgb(200, 140, 60, 0.5);
    background: #fbf2e1;
    padding: 20px 40px;
}

.articleBody .contentsList li {
    list-style: disclosure-open;
}

.articleBody .contentsList li a {
    text-decoration: underline;
}

.articleBody table:not(.tutor) {
    border-collapse: collapse;
    border: 1px solid rgb(200, 140, 60, 0.5);
    font-size: 14px;
}

.articleBody table:not(.tutor) th {
    font-weight: normal;
    background-color: rgba(200, 140, 60, 0.5);
    border: 1px solid antiquewhite;
    padding: 10px 15px;
}

.articleBody table:not(.tutor):not(.vertical) td {
    padding: 10px 15px;
    border: 1px solid rgb(200, 140, 60, 0.5);
    background-color: antiquewhite;
}

.articleBody table:not(.tutor):not(.vertical) tr:nth-child(2n) td {
    background-color: #fff !important;
}

.articleBody table:not(.tutor).vertical td {
    padding: 10px 15px;
    border: 1px solid rgb(200, 140, 60, 0.5);
}

.articleBody table:not(.tutor).vertical tr td:nth-child(2n) {
    background-color: antiquewhite;
}

.articleBody div[itemtype="http://schema.org/ImageObject"] h2:not(.h2) {
    display: inline-block;
    float: right;
    font-size: 14px;
}

.articleBody div[itemtype="http://schema.org/ImageObject"] span {
    display: block;
    text-align: right;
    font-size: 14px;
}

.articleBody div.taskInMaterial * {
    -moz-transition: all 1s linear;
    -o-transition: all 1s linear;
    -webkit-transition: all 1s linear;
}

.articleBody div.taskInMaterial {
    border: 2px dashed rgb(200, 140, 60, 0);
    margin-bottom: 12px;
    border-radius: 5px;

    -moz-transition: all 1s linear;
    -o-transition: all 1s linear;
    -webkit-transition: all 1s linear;
}

.articleBody div.taskInMaterial:before {
    content: 'Реши задачу:';
    font-size: 2px;
    opacity: 0;
    margin-left: 40px;
    color: green;
    font-weight: bold;
    text-align: center;
    height: 1px;
    display: block;

    -moz-transition: all .5s linear;
    -o-transition: all .5s linear;
    -webkit-transition: all .5s linear;
}

.articleBody div.taskInMaterial:hover:before {
    opacity: 1;
    font-size: 30px;
    height: 30px;
}

.articleBody div.taskInMaterial:hover {
    border-radius: 25px;
    border: 2px dashed rgb(200, 140, 60, 1);
}

.articleBody div.taskInMaterial input:focus {
    border: 2px solid #1c7430;
    border-radius: 3px;
}

.articleBody div.taskInMaterial ol {
    margin-left: 25px;
}

.articleBody div.taskInMaterial ol li {
    text-align: left !important;
    font-size: 16px;
}

.articleBody div.taskInMaterial input {
    width: auto;
    margin: 0 15px;
}

.articleBody div.taskInMaterial input.yes {
    border: 2px solid green;
}

.articleBody div.taskInMaterial input.no {
    border: 2px solid red;
}

.articleBody div.taskInMaterial input.one {
    width: 38px;
    border-radius: 0;
    margin: 0 -1px;
}

.articleBody div.taskInMaterial img {
    display: block;
}

.articleBody div.taskInMaterial .sendAnswer {
    margin: 15px;
}

.articleBody div.taskInMaterial button {
    float: right;
    margin-top: -32px;
    color: #fff;
    background-color: green;
}

.h1Line {
    width: 100%;
    height: 40px;
    margin-top: 10px;
    display: inline-block;
}

.h1Line img {
    display: block;
    float: left;
    margin-right: 10px;
    border-radius: 25px;
    width: 50px;
    height: 50px;
}

.h1Line .main-wrapper .section-title {
    margin-left: 55px;
    background-color: #ffffff;
}

.pageLine {
    text-align: center;
}

.pageLine li {
    display: inline-grid;
    border: 1px solid grey;
    padding: 0px 6px;
    cursor: default;
    font-weight: bold;
}

.pageLine li a {
    font-weight: normal;
}

div.alert {
    border-left: 3px solid red;
    padding-left: 15px;
    margin-left: -25px;
}

.egeTimers p bigTimer {
    font-size: 36px;
    margin-top: -12px;
    display: block;
    margin-bottom: -20px;
}

.toYoutubeChannel {
    cursor: pointer;
    position: relative;
    display: block;
}

.toYoutubeChannel img {
    width: 100%;
}

.toYoutubeChannel button {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 68px;
    height: 48px;
    margin-left: -34px;
    margin-top: -24px;
    -webkit-transition: opacity .25s cubic-bezier(0, 0, 0.2, 1);
    transition: opacity .25s cubic-bezier(0, 0, 0.2, 1);
    z-index: 63;

    border: none;
    background-color: transparent;
    padding: 0;
    color: inherit;
    text-align: inherit;
    font-size: 100%;
    font-family: inherit;
    cursor: default;
    line-height: inherit;

    cursor: pointer;
}

.toYoutubeChannel button:not(:hover) {
    opacity: 0.9;
    fill-opacity: 0.9;

    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    filter: grayscale(100%);
    filter: gray; /* IE 6-9 */
}

.toYoutubeChannel button:hover {

    -webkit-transition: fill .1s cubic-bezier(0, 0, 0.2, 1), fill-opacity .1s cubic-bezier(0, 0, 0.2, 1);
    transition: fill .1s cubic-bezier(0, 0, 0.2, 1), fill-opacity .1s cubic-bezier(0, 0, 0.2, 1);
    opacity: 1;
    fill-opacity: 1
}

.getResults {
    border: 2px solid #0b2e13;
    background: #1c7430;
    padding: 10px 20px;
    border-radius: 10px;
    display: block;
    width: max-content;
    color: #fff;
    font-size: 22px;
    margin: 10px auto;
}

.getResultsOut {
    float: left;
    color: #fff;
    background-color: green;
    margin-top: 20px;
    font-size: 18px;
    font-weight: bold;
    padding: 8px 5px;
    border-radius: 5px;
    border: 0;
    cursor: pointer;
    text-decoration: none !important;
    margin-left: -10px;
}

.getResults:hover, .getResultsOut:hover {
    text-decoration: none;
}

#mobileMenu {
    display: none;
}

#fixedRight {
    position: fixed;
    width: 50vw;
    height: 250px;
    z-index: 7;
    top: 25%;
    right: 0;
}

.material-section img {
    max-width: 100%;
}

#formForRep {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    overflow: auto;
}

#formForRep.open {
    display: block; /*;*/
    z-index: 99990;
    cursor: pointer;
}

#formForRep div.backLayer {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background-color: #0f0f0f;
    opacity: .5;
    z-index: 2;
    display: block;
}

#formForRep div.form {
    cursor: default;
    position: absolute;
    top: 0;
    left: calc(50% - 28vw);
    width: 44vw;
    min-width: 300px;
    z-index: 2;
    background-color: #fff;
    border: 5px solid rgba(200, 140, 60, 0.5);
    padding: 5px;
    margin: 15px 0;
}

#formForRep div.form a.close {
    float: right;
    color: red;
    cursor: pointer;
}

#formForRep div.form h1 {
    margin: 5px 0;
}

#formForRep div.form p {
    display: table;
    padding: 5px;
    width: 100%;
}

#formForRep div.form p input, #formForRep div.form p textarea, #formForRep div.form p select {
    margin: 10px;
    width: 95%;
}

#formForRep div.form p select {
    line-height: inherit;
    box-sizing: border-box;
    border-spacing: 0;
    border-collapse: collapse;
    padding: 4px 1px;
    height: 40px;
}

#formForRep div.form p textarea {
    min-height: 150px;
}

#formForRep div.form p label {
    float: left;
    width: 100%;
    font-weight: bold;
    display: block;
}

#formForRep div.form p label span {
    font-weight: normal;
    font-style: italic;
}

#formForRep div.form button {
    float: right;
    margin-top: -12px;
    color: #fff;
    background-color: green;
}

.authorMobile{
  width: 100vw;
  margin: 0 0 -50px -30px;
  padding: 25px;
  display: none;
}

.adMobile {
    display: none;
}
.adDesc {
    display: block;
}

/* Extra small devices (phones, less than 768px) */
/* Small devices (tablets, 768px and up) */
/* Medium devices (desktops, 992px and up) */
@media (max-width: 767px) {
    * {
        font-size: 18px;
    }

    .adMobile {
        display: block;
    }
    .adDesc {
        display: none;
    }

    body {
        padding: 30px 0;
        width: 100vw;
        height: 100vh;
    }

  .authorMobile{
    display: block;
  }

    .materialDate {
        white-space: normal;
        margin-top: 25px;
        width: 70vw;
    }

    #formForRep div.form {
        width: 90vw;
        min-height: 90vh;
        top: 5vh;
        left: 5vw;
        min-width: 90vw;
    }

    #breadcrumbs {
        margin-left: -30px;
        padding: 0 10px;
        width: 100vw;
        margin-top: -20px;
    }

    #breadcrumbs a span {
        font-size: 16px;
    }

    .main-wrapper .section-title {
        overflow: auto;
    }

    .main-wrapper .section-title > span {
        white-space: nowrap;
    }

    .material-section .section-title > span {
        white-space: normal;
    }

    .articleBody .contentsList {
        margin: 18px -20px 0;
    }

    #fixedRight, #fixedLeft {
        display: none;
    }

    .switchTest {
        display: block;
        margin: 20px 0 0 0;
        text-align: center;
    }

    .articleBody p {
        text-align: justify;
        font-size: 18px;
        overflow-x: auto;
        display: block;
    }

    .articleBody li {
        text-align: justify;
        font-size: 18px;
    }

    .trialLinks a, .materialLinks a {
        margin: 15px 5px;
    }

    .sidebar-wrapper {
        position: static;
        width: inherit;
    }

    .main-wrapper {
        padding: 30px 30px 70px 30px;
    }

    .main-wrapper .time {
        position: static;
        display: block;
        margin-top: 5px;
    }

    .main-wrapper .upper-row {
        margin-bottom: 0;
    }

    .h1Line {
        margin-bottom: 55px;
        margin-top: 40px;
    }

    .material-section .subh1 {
        display: none;
    }

    .trial-section .subh1 {
        margin-top: -75px;
    }

    #pageDo {
        margin-top: -50px !important;
        margin-bottom: -25px;
    }

    #pageDo a {
        font-size: 14px;
    }

    #pageDo a:last-child {
        margin-left: 0px !important;
    }

    #print {
        display: none !important;
    }

    #mobileMenu {
        display: block;
        position: fixed;
        bottom: 0;
        left: 0;
        width: 100vw;
        background-color: antiquewhite;
        padding: 25px;
        border-top: 1px solid #4c402f;
        z-index: 9;
    }

    #mobileMenu * {
        transition-duration: .25s;
    }

    #mobileMenu ul {
        display: none;
        margin: -15px 0 -15px;
        padding: 0;
    }

    #mobileMenu ul li {
        width: 100%;
        margin: 0;
        padding: 8px 5px;
        list-style: none;
    }

    #mobileMenu ul li a {
        text-transform: uppercase;
        font-size: 16px;
        font-weight: 700;
        text-align: center;
        width: 100%;
        display: block;
    }

    #mobileMenu ul li a:hover {
        text-decoration: none;
    }

    #mobileMenu ul li:not(:first-child) {
        border-top: 1px solid rgb(200, 140, 60);
    }

    #mobileMenu #menu_toggle {
        opacity: 0;
        position: absolute;
        top: -100px;
        left: -100px;
    }

    #mobileMenu .menu_btn {
        display: flex;
        align-items: center;
        position: fixed;
        bottom: 10px;
        right: 45px;
        width: 110px;
        height: 26px;
        cursor: pointer;
        z-index: 1;
    }

    #mobileMenu .menu_btn b {
        opacity: 1;
        text-transform: uppercase;
        font-size: 18px;
        font-weight: 700;
        transition-duration: .15s !important;
    }

    .menu_btn > span::before {
        content: '';
        top: -8px;
    }

    .menu_btn > span::after {
        content: '';
        top: 8px;
    }

    #mobileMenu .menu_btn > span,
    #mobileMenu .menu_btn > span::before,
    #mobileMenu .menu_btn > span::after {
        display: block;
        position: absolute;
        right: 0;
        width: 26px;
        height: 2px;
        background-color: #616161;
    }

    #mobileMenu #menu_toggle:checked ~ .menu_btn {
        width: 26px;
    }

    #mobileMenu #menu_toggle:checked ~ .menu_btn > span {
        transform: rotate(45deg);
    }

    #mobileMenu #menu_toggle:checked ~ .menu_btn > span::before {
        top: 0;
        transform: rotate(0);
    }

    #mobileMenu #menu_toggle:checked ~ .menu_btn > span::after {
        top: 0;
        transform: rotate(90deg);
    }

    #mobileMenu #menu_toggle:checked ~ .menu_btn > b {
        opacity: 0 !important;
    }

    #mobileMenu #menu_toggle:checked ~ ul {
        display: block;
    }

    #mobileMenu #menu_toggle:checked ~ #mobileMenu {
        height: min-content !important;
    }

    .articleBody table {
        margin: 0 -20px;
        transform: scale(.95);

        overflow-x: auto;
        display: block;
    }

    blockquote {
        margin: 0;
    }

    .taskInMaterial div.forTaskVars {
        width: 100%;
        overflow: auto;
        height: auto;
        white-space: nowrap;
    }

    .articleBody div.taskInMaterial {
        margin: 0 -30px;
        overflow-x: auto;
        display: block;
    }

    .articleBody div.taskInMaterial table {
        margin: 0 8px;
    }

    .articleBody div.taskInMaterial button {
        margin-top: 15px;
        float: none;
    }

    .sendAnswer button {
        display: block;
    }

    .footer {
        display: none;
    }
}

@media (min-width: 992px) {
    .skillset .level-title {
        display: inline-block;
        float: left;
        width: 30%;
        margin-bottom: 0;
    }

    .skillset .level-bar {
        display: inline-block;
        width: 70%;
        float: left;
        position: relative;
        top: 1px;
    }
}

@media screen and (max-device-width: 480px) {
    .trailButton{
        width: 100%;
        text-align: center;
        display: block;
        margin: 5px 0 !important;
    }

    .trialLinks a, .materialLinks a {
        width: 100%;
        text-align: center;
        font-size: 18px;
        font-weight: bold;
    }

    .trial-section .taskNumber {
        margin-left: 0;
        position: absolute;
        background-color: #fff;
    }

    .trial-section .taskText {
        text-indent: 50px;
        overflow-x: scroll;
        display: block !important;
        width: 100%;
        box-shadow: -5px 0 5px -5px lightgrey inset;
        padding-right: 10px;
    }

    .easyimage {
        display: none;
    }

    .mobileHide {
        display: none;
    }
}

#share {
    display: block;
    margin: -40px 0 10px 0;
}

#share li {
    display: inline-block;
    margin: 0 10px;
}

a#download {
    float: right;
    cursor: pointer;
}

a#print {
    float: right;
    cursor: pointer;
    margin: 0 10px;
}

.creator {
    font-size: 14px;
    padding: 25px;
    position: absolute;
    bottom: 0;
}

.creator span {
    font-size: 16px;
}

.taskSpoiler {
    padding: 20px;
    border-top: 2px dashed rgba(200, 140, 60, 0.5);
    font-weight: bold;
}

.taskSpoiler:not(.show) {
    display: none;
}

.answerBlock input.one {
    text-align: center;
    font-size: 16px;
    font-weight: bold;
}

.answerBlock .allTrue td {
    font-size: 20px;
    font-weight: bold;
    color: green;
}

#pageDo {
    position: sticky;
    top: 10px;
    z-index: 999;
    margin-top: -80px;
    display: table;
}

#pageDo a {
    display: block;
    background-color: #fff;
    padding: 10px;
    border: 2px solid #fbf2e1;
    margin-top: -65px;
    margin-bottom: 65px;
    text-decoration: none;
}

#pageDo a:last-child {
    margin-left: 25px;
}

#pageDo a.loaded {
    margin-top: 0;
    margin-bottom: 0;
}

.chemEge strong {
    font-size: 20px;
}

.enterForm {
    width: 200px;
    margin: 30px auto;
}

@media print {
    /* здесь будут стили для печати */
    * {
        background-color: #fff;
        color: #000;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
    }

    body {
        font-size: 14px;
        height: auto !important;
        padding-right: 17mm !important;
        width: auto;
    }

    body:after {
        content: '';
        width: 100vw;
        height: 100vh;
        position: fixed;
        top: 0;
        left: 0;
        z-index: 9999999;
    }

    h1 {
        font-size: 22px;
    }

    h2 {
        font-size: 20px;
    }

    h3 {
        font-size: 18px;
    }

    h4 {
        font-size: 16px;
    }

    li {
        page-break-inside: avoid;
        page-break-after: avoid;
    }

    hr {
        display: none;
    }

    .sidebar-wrapper, .fa, .trialLinks, .materialLinks {
        display: none !important;
    }

    #pageDo {
        display: none;
    }

    #breadcrumbs, #share, #send_result, #mobileMenu {
        display: none !important;
    }

    .h1Line img {
        display: none;
    }

    .wrapper {
        border: 0;
        box-shadow: none;
    }

    .main-wrapper {
        width: 100%;
        margin: 0;
        padding: 0;
    }

    a[href^="/"]:after {
        content: " ( https://onlineclass.space" attr(href) ")";
        text-decoration: none;
        font-weight: bold;
        white-space: nowrap;
    }

    .copyright {
        position: fixed;
        top: 400px;
        right: -220px;
        transform: rotate(90deg);
        font-size: 18px !important;
        height: 35px;
        display: block;
    }

    .checkPrint {
        list-style: none;
        margin-left: -40px;
    }

    .checkPrint:before {
        content: '';
        display: inline-block;
        border: 1px solid #000;
        width: 25px;
        height: 25px;
        margin-top: 14px;
        margin-bottom: -7px;
        margin-right: 10px;
    }

    .taskNumber {
        margin-left: 0 !important;
    }

    .taskInMaterial {
        page-break-inside: avoid;
    }

    .sendAnswer button {
        display: none;
    }

    .answerBlock .answersTrue {
        display: none;
    }

    .answerBlock input {
        background-color: #fff;
        color: #fff !important;
    }

    #fixedRight, #fixedLeft {
        display: none;
    }

    @page {
        size: A4;
        margin: 11mm 0 17mm 17mm;
    }
}

@keyframes scrollToDown {
    0% {
        top: -500px;
        opacity: 0;
    }
    100% {
        top: 5px;
        opacity: 1;
    }
}

@keyframes scrollToUp {
    0% {
        position: fixed;
        top: 5px;
        width: 240px;
        opacity: 1;
    }
    95% {
        position: fixed;
        top: -500px;
        width: 240px;
        opacity: 0;
    }
    100% {
        position: relative;
        width: auto;
    }
}