@media (min-width: 576px) {
}

@media (min-width: 768px) {
}

@media (min-width: 992px) {
}

@media (min-width: 1200px) {
}

@media (min-width: 1400px) {
}


.borderline {
    border-left: 4px solid #FD2302 !important;
}

a {
    color: #aeaeae;
    text-decoration: underline;
}

.block {
    background-size: cover;
    /*background-image: url("../img/Fon.png");*/
}

.block2 {
    background-color: #F9F9F9;
}

.btn-click {
    border-radius: 0;
    background: #ffff;
    border: 0;
    margin: 0;
    height: 3rem;
    width: 100%;
    font-family: "Microsoft YaHei UI", "Segoe UI", sans-serif;
    font-size: .8333rem;
    color: #000000;
}

.btn-no-radius {
    border-radius: 0;
    background: #FD2302;
    border: 0;
    margin: 0;
    height: 3rem;
    width: 100%;
    font-family: "Microsoft YaHei UI", "Segoe UI", sans-serif;
    font-size: .8333rem;
    color: #ffff;
}

.btn-no-radius:hover {
    color: #000000;
    border: none;
    background-color: #EFEFEF;
}

.btn-no-radius-activ {
    border-radius: 0;
    background: #F9F9F9;
    border: 1px solid #FD2302;
    margin: 0;
    height: 3rem;
    width: 100%;
    font-family: "Microsoft YaHei UI", "Segoe UI", sans-serif;
    font-size: .8333rem;
    color: #000000;
}

.btn-no-radius-activ:hover {
    color: #000000;
    border: none;
    background-color: #EFEFEF;
}

.btn-no-radius-save {
    border-radius: 0;
    background: #F9F9F9;
    border: 1px solid #FD2302;
    margin: 0;
    height: 3.5em;
    width: 15em;
    font-family: "Microsoft YaHei UI", "Segoe UI", sans-serif;
    font-size: .8333rem;
    color: #000000;
}

.btn-no-radius-save:hover {
    color: #000000;
    border: none;
    background-color: #EFEFEF;
}

.btn-svorach {
    border-radius: 0;
    background: #F1F1F1;
    border: none;
    margin: 0;
    height: 3.5em;
    width: 15em;
    font-family: "Microsoft YaHei UI", "Segoe UI", sans-serif;
    font-size: .8333rem;
    color: #000000;
    text-align: left;
    font-weight: bold;

}

.btn-no-radius-end {
    border-radius: 0;
    background: #FD2302;
    border: 1px solid #FD2302;
    margin: 0;
    height: 3.5em;
    width: 18em;
    font-family: "Microsoft YaHei UI", "Segoe UI", sans-serif;
    font-size: .8333rem;
    color: #ffffff;
}

.btn-no-radius-end:hover {
    color: #000000;
    border: none;
    background-color: #EFEFEF;
}

.btn-no-radius:disabled {
    background: #FD2302;
    color: #FFFFFF;
    opacity: 50%;
    cursor: not-allowed;
}

.btn:focus, .btn-no-radius-end:focus {
    box-shadow: 0 0 0 0.1rem rgba(0, 0, 0, 0.1);
}

.input-no-radius {
    border-radius: 0;
    display: inline-block;
    font-size: 1.2rem;
    border: 0;
    height: 1.5rem;
}

.mt-7 {
    margin-top: 15%;
}

.mt-6 {
    margin-top: 8%;
}

.zagb3 {
    font-family: "Segoe UI", "Microsoft YaHei UI", sans-serif;
    font-size: 1.4rem;
    color: #000000;
}

.zagb1 {
    font-family: "Segoe UI", "Microsoft YaHei UI", sans-serif;
    font-size: 1rem;
    color: #000000;
}

.zagb0 {
    font-family: "Segoe UI", "Microsoft YaHei UI", sans-serif;
    font-size: 0.8rem;
    color: #000000;
}

.zagr1 {
    font-family: "Segoe UI", "Microsoft YaHei UI", sans-serif;
    font-size: 1rem;
    color: #FD2302;
}

@media (max-width: 768px) {
    .zagr1 {
        font-size: 9px;
    }
}

.zagr2 {
    font-family: "Segoe UI", "Microsoft YaHei UI", sans-serif;
    font-size: 1.2rem;
    color: #FD2302;
}

.zagr3 {
    font-family: "Segoe UI", "Microsoft YaHei UI", sans-serif;
    font-size: 1.4rem;
    color: #FD2302;
}

.podpis {
    font-family: "Microsoft YaHei UI", "Segoe UI", sans-serif;
    font-weight: bold;
    font-size: 1.2rem;
    color: #000000;
    display: block;
    margin-bottom: 1.2rem;
}

.circle-content {
    width: 3em;
    height: 3em;
    border: 0.15em solid #FD2302;
    border-radius: 50%;
    line-height: 2.5em;
    text-align: center;
    background: #ffffff;
    color: #FD2302;

}

.scrollspy-example {
    text-align: justify;
    position: relative;
    height: 350px;
    margin-top: .5rem;
    overflow-y: scroll;
    overflow-x: hidden;
}

.scrollspy-zadanie {
    text-align: justify;
    position: relative;
    height: 550px;
    margin-top: .5rem;
    overflow-y: scroll;
    overflow-x: hidden;
}

.text-scroll {
    padding-right: 1em;
}

.checkmark {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;

    border-radius: 50%;
    width: 16px;
    height: 16px;

    border: 2px solid #999;
    transition: 0.2s all linear;
    outline: none;
    margin-right: 10px;

    position: relative;
    top: 4px;
}

.checkmark:checked {
    border: 8px solid #FD2302;
}

.checkboxmark {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;

    border-radius: 0;
    width: 16px;
    height: 16px;

    border: 2px solid #999;
    transition: 0.2s all linear;
    outline: none;
    margin-right: 10px;

    position: relative;
    top: 4px;
}

.checkboxmark:checked {
    border: 8px solid #FD2302;
}

.btn-secondary {
    color: #FD2302;
    background-color: #fff;
    border: none;
    border-radius: 0;
}

.btn-secondary:hover {
    color: #000000;
    background-color: #EFEFEF;
}

.btn-secondary.answered {
    color: #000000 !important;
}

.btn-secondary:not(:disabled):not(.disabled):active, .btn-secondary:not(:disabled):not(.disabled).active, .show > .btn-secondary.dropdown-toggle {
    color: #FD2302;
    background-color: #EFEFEF;
    box-shadow: 0 0.5rem 1rem rgb(0 0 0 / 15%) !important;
}

.btn-secondary input[type=radio] {
    display: none;
}

@media (max-width: 768px) {
    .custom-class {
        margin-left: 0;
    }
}

.was-validated .form-control:valid:focus, .form-control.is-valid:focus {
    border-color: #999;
!important;
    box-shadow: 0 0 0 0.2rem rgba(0, 0, 0, 0.1);
!important;

}

.was-validated .form-control:valid, .form-control.is-valid {
    border-color: #aeaeae;
    padding-right: calc(1.5em + 0.75rem) !important;
    background-image: none;
    background-color: #eaeaea;
}

@counter-style circled-alpha {
    system: fixed;
    symbols: "1" "2" "3" "4" "5" "6" "7" "8" "9" "10" "11" "12" "13" "14" "15" "16" "17" "18" "19" "20";
    suffix: ")  ";
}

.items {
    list-style: circled-alpha;
    position: relative;
    padding: 0.75rem 1.25rem;
    background-color: #fff;
    border: 1px solid rgba(0, 0, 0, 0.125);
}

/* Define the list marker type */
.russian-alphabet-list {
    list-style-type: upper-alpha-cyrillic;
    list-style-position: inside;
    margin: 10px;
    padding: 5px;
}

/* Define the Cyrillic uppercase alphabet */
@counter-style upper-alpha-cyrillic {
    system: fixed;
    symbols: "А" "Б" "В" "Г" "Д" "Е" "Ж" "З" "И" "Й" "К" "Л" "М" "Н" "О" "П" "Р" "С" "Т" "У" "Ф" "Х" "Ц" "Ч" "Ш" "Щ" "Ъ" "Ы" "Ь" "Э" "Ю" "Я";
}

::-webkit-scrollbar {
    width: 2px;
    height: 2px;
}

::-webkit-scrollbar-button {
    width: 2px;
    height: 2px;
}

.horizontal-scroll-wrapper {
    display: block;
    top: 0;
    left: 0;
    width: 70px;
    max-height: 1110px;
    margin: 0;

    overflow-y: auto;
    overflow-x: hidden;
    transform: rotate(-90deg) translateY(-80px);
    transform-origin: right top;
}

@media (min-width: 769px) and (max-width: 1439px) {
    .horizontal-scroll-wrapper {
        max-height: 930px;
    }
}

@media (min-width: 321px) and (max-width: 768px) {
    .horizontal-scroll-wrapper {
        max-height: 690px;
    }
}

@media (max-width: 320px) {
    .horizontal-scroll-wrapper {
        max-height: 260px;
    }
}

.horizontal-scroll-wrapper > label {
    display: block;
    padding: 5px;
    transform: rotate(90deg);
    transform-origin: right top;
}

.squares {
    padding: 60px 0 0 0;
}

.squares > label {
    margin: 10px;
}

/* timer */
#timer-container {
    padding: 2px;
    position: relative;
    width: 120px;
    height: 120px;
}

#timer {
    position: absolute;
    width: 60px;
    height: 60px;
    border: none;
    background-color: transparent;
    display: flex;
    justify-content: center;
    align-items: center;
    /*box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);*/
    z-index: 1;
}

#time {
    font-size: 16px;
    color: #FD2302;
    text-align: center;
    line-height: 1;
}

#canvas {
    position: absolute;
    z-index: 0;
}

.input-no-radius-task {
    border-radius: 0;
    border: 1px solid #FD2302;
    margin: 0;
    height: 3.5em;
    font-family: "Microsoft YaHei UI", "Segoe UI", sans-serif;
    font-size: .8333rem;
    color: #000000;
}

.verify-code-error {
    color: #FD2302;
    background: transparent;
    font-family: "Microsoft YaHei UI", "Segoe UI", sans-serif;
    font-size: .8333rem;
    text-transform: uppercase;
}

.result-input {
    border-radius: 0;
    background: #EFEFEF;
    border: 0;
    margin: 0;
    height: 3rem;
    width: 100%;
    font-family: "Microsoft YaHei UI", "Segoe UI", sans-serif;
    font-size: 1rem;
    color: #0a0a0a;
    text-transform: uppercase;
}



