.preloader {
    position: fixed;
    top: 0;
    left: 0;
    background-color: #E7F7FB;
    width: 100%;
    max-width: 100%;
    height: 100vh;
    z-index: 10000
}

.preloader-block {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
    overflow: hidden;
    animation-delay: 1s
}

.promo-loader-block {
    display: flex;
    align-items: center;
    justify-content: center;
    width: max-content;
    position: absolute;
    top: 50px;
    right: -60px
}

    .promo-loader-block .item {
        width: 10px;
        height: 10px;
        margin: 3px
    }

        .promo-loader-block .item::before {
            width: 10px;
            height: 10px
        }

@media (max-width: 500px) {
    .promo-loader-block {
        display: flex;
        align-items: center;
        justify-content: center;
        width: max-content;
        position: absolute;
        top: 10px;
        right: 5px
    }
}

.item-1 {
    width: 20px;
    height: 20px;
    background: #f583a1;
    border-radius: 50%;
    background-color: rgba(16,110,131,0.2);
    margin: 7px;
    display: flex;
    justify-content: center;
    align-items: center
}

@keyframes scale {
    0% {
        transform: scale(1)
    }

    50%,75% {
        transform: scale(2.5)
    }

    78%,100% {
        opacity: 0
    }
}

.item-1:before {
    content: '';
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background-color: rgba(16,110,131,0.2);
    opacity: 0.7;
    animation: scale 2s infinite cubic-bezier(0, 0, 0.49, 1.02);
    animation-delay: 200ms;
    transition: 0.5s all ease;
    transform: scale(1)
}

.item-2 {
    width: 20px;
    height: 20px;
    background: #f583a1;
    border-radius: 50%;
    background-color: rgba(16,110,131,0.3);
    margin: 7px;
    display: flex;
    justify-content: center;
    align-items: center
}

@keyframes scale {
    0% {
        transform: scale(1)
    }

    50%,75% {
        transform: scale(2.5)
    }

    78%,100% {
        opacity: 0
    }
}

.item-2:before {
    content: '';
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background-color: rgba(16,110,131,0.3);
    opacity: 0.7;
    animation: scale 2s infinite cubic-bezier(0, 0, 0.49, 1.02);
    animation-delay: 400ms;
    transition: 0.5s all ease;
    transform: scale(1)
}

.item-3 {
    width: 20px;
    height: 20px;
    background: #f583a1;
    border-radius: 50%;
    background-color: rgba(16,110,131,0.4);
    margin: 7px;
    display: flex;
    justify-content: center;
    align-items: center
}

@keyframes scale {
    0% {
        transform: scale(1)
    }

    50%,75% {
        transform: scale(2.5)
    }

    78%,100% {
        opacity: 0
    }
}

.item-3:before {
    content: '';
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background-color: rgba(16,110,131,0.4);
    opacity: 0.7;
    animation: scale 2s infinite cubic-bezier(0, 0, 0.49, 1.02);
    animation-delay: 600ms;
    transition: 0.5s all ease;
    transform: scale(1)
}

.item-4 {
    width: 20px;
    height: 20px;
    background: #f583a1;
    border-radius: 50%;
    background-color: rgba(16,110,131,0.5);
    margin: 7px;
    display: flex;
    justify-content: center;
    align-items: center
}

@keyframes scale {
    0% {
        transform: scale(1)
    }

    50%,75% {
        transform: scale(2.5)
    }

    78%,100% {
        opacity: 0
    }
}

.item-4:before {
    content: '';
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background-color: rgba(16,110,131,0.5);
    opacity: 0.7;
    animation: scale 2s infinite cubic-bezier(0, 0, 0.49, 1.02);
    animation-delay: 800ms;
    transition: 0.5s all ease;
    transform: scale(1)
}

.item-5 {
    width: 20px;
    height: 20px;
    background: #f583a1;
    border-radius: 50%;
    background-color: rgba(16,110,131,0.6);
    margin: 7px;
    display: flex;
    justify-content: center;
    align-items: center
}

@keyframes scale {
    0% {
        transform: scale(1)
    }

    50%,75% {
        transform: scale(2.5)
    }

    78%,100% {
        opacity: 0
    }
}

.item-5:before {
    content: '';
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background-color: rgba(16,110,131,0.6);
    opacity: 0.7;
    animation: scale 2s infinite cubic-bezier(0, 0, 0.49, 1.02);
    animation-delay: 1000ms;
    transition: 0.5s all ease;
    transform: scale(1)
}

.loaded_hiding .preloader {
    transition: 0.3s opacity;
    opacity: 0
}

.loaded .preloader {
    display: none
}
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

html {
    line-height: 1.15;
    -webkit-text-size-adjust: 100%
}

body {
    margin: 0
}

main {
    display: block
}

h1 {
    font-size: 2em;
    margin: 0
}

hr {
    box-sizing: content-box;
    height: 0;
    overflow: visible
}

pre {
    font-family: monospace, monospace;
    font-size: 1em
}

a {
    background-color: transparent
}

abbr[title] {
    border-bottom: none;
    text-decoration: underline;
    text-decoration: underline dotted
}

b, strong {
    font-weight: bolder
}

code, kbd, samp {
    font-family: monospace, monospace;
    font-size: 1em
}

small {
    font-size: 80%
}

sub, sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline
}

sub {
    bottom: -.25em
}

sup {
    top: -.5em
}

img {
    border-style: none
}

button, input, optgroup, select, textarea {
    font-family: inherit;
    font-size: 100%;
    line-height: 1.15;
    margin: 0
}

button, input {
    overflow: visible
}

button, select {
    text-transform: none
}

[type=button], [type=reset], [type=submit], button {
    -webkit-appearance: button
}

    [type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner, button::-moz-focus-inner {
        border-style: none;
        padding: 0
    }

    [type=button]:-moz-focusring, [type=reset]:-moz-focusring, [type=submit]:-moz-focusring, button:-moz-focusring {
        outline: 1px dotted ButtonText
    }

fieldset {
    padding: .35em .75em .625em
}

legend {
    box-sizing: border-box;
    color: inherit;
    display: table;
    max-width: 100%;
    padding: 0;
    white-space: normal
}

progress {
    vertical-align: baseline
}

textarea {
    overflow: auto
}

[type=checkbox], [type=radio] {
    box-sizing: border-box;
    padding: 0
}

[type=number]::-webkit-inner-spin-button, [type=number]::-webkit-outer-spin-button {
    height: auto
}

[type=search] {
    -webkit-appearance: textfield;
    outline-offset: -2px
}

    [type=search]::-webkit-search-decoration {
        -webkit-appearance: none
    }

::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit
}

details {
    display: block
}

summary {
    display: list-item
}

template {
    display: none
}

[hidden] {
    display: none
}

* {
    font-family: 'Open Sans', serif;
    outline: none !important;
    margin: 0;
    padding: 0;
    color: #0F2D37;
    box-sizing: border-box;
    outline: 0 !important;
    outline-offset: 0 !important;
    transition: 0 !important;
    -webkit-tap-highlight-color: rgba(0,0,0,0)
}

@media screen and (min-width: 768px) {
    * {
        scrollbar-color: #106E83 #E7F7FB;
        scrollbar-width: thin
    }

    ::-webkit-scrollbar {
        width: 5px;
        height: 5px;
        background-color: #E7F7FB
    }

    ::-webkit-scrollbar-thumb {
        background-color: #106E83;
        border-radius: 10px
    }
}

body.back {
    position: relative
}

.cropper-view-box, .cropper-face {
    border-radius: 50% !important
}

.wrap {
    width: 1350px;
    margin: auto
}

@media screen and (max-width: 1500px) {
    .wrap {
        width: 1300px
    }
}

@media screen and (max-width: 1400px) {
    .wrap {
        width: 1200px
    }
}

@media screen and (max-width: 1300px) {
    .wrap {
        width: 1140px
    }
}

@media screen and (max-width: 1200px) {
    .wrap {
        width: 1024px
    }
}

@media screen and (max-width: 1140px) {
    .wrap {
        width: 960px
    }
}

@media screen and (max-width: 1024px) {
    .wrap {
        width: 90%
    }
}

@media screen and (max-width: 425px) {
    .wrap {
        width: calc(100% - 40px)
    }

        .wrap.full {
            width: 100%
        }
}

a {
    text-decoration: none !important
}

    a.link {
        font-size: 16px;
        line-height: 22px;
        font-family: 'Open Sans';
        font-weight: 400;
        transition: 0.5s;
        color: #0F2D37;
    }

.btn {
    display: inline-block;
    padding: 10px 30px;
    color: #ffffff;
    font-family: 'Open Sans';
    font-weight: 600;
    font-size: 18px;
    font-weight: 500;
    border-radius: 50px;
    border: 1px solid #106E83;
    background-color: #106E83;
    transition: 0.3s;
    cursor: pointer;
    text-align: center
}

    .btn:hover {
        transition: 0.3s;
        color: #106E83;
        font-weight: 400;
        border: 1px solid #106E83;
        background-color: #fff
    }

.bold {
    font-weight: 600 !important
}

span.primary {
    color: #836310;
    font-family: 'Open Sans'
}

.br {
    display: block;
    line-height: 0px
}

input, textarea {
    appearance: none !important;
    outline: none !important;
    box-shadow: none !important
}

    input[type="submit"], button.submit {
        display: block;
        padding: 10px 30px;
        color: #ffffff;
        font-family: 'Open Sans';
        font-weight: 600;
        font-size: 18px;
        font-weight: 500;
        border-radius: 50px;
        border: 1px solid #106E83;
        background-color: #106E83;
        transition: 0.3s;
        cursor: pointer
    }

.search {
    display: flex;
    position: relative;
    margin-right: 20px
}

.search-text {
    display: block;
    font-size: 16px;
    position: absolute;
    top: -30px;
    left: 1px
}

.search-input {
    width: 300px;
    height: 50px;
    padding: 0 20px;
    font-size: 18px;
    color: #106E83;
    border-top-left-radius: 15px;
    border-bottom-left-radius: 15px;
    background-color: #E7F7FB;
    border: none
}

    .search-input::placeholder {
        color: rgba(182,188,191,0.9)
    }

.search-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 50px;
    height: 50px;
    border-top-right-radius: 15px;
    border-bottom-right-radius: 15px;
    background-color: #E7F7FB
}

.search-submit {
    width: 60px !important;
    height: 50px;
    border-radius: 0 !important;
    border-top-right-radius: 15px !important;
    border-bottom-right-radius: 15px !important;
    background-color: #E7F7FB !important;
    padding: 0 !important;
    border: none !important;
    background-repeat: no-repeat;
    background-image: url("../img_back/icons/search-icon.svg");
    background-position: center
}

.radio {
    position: relative
}

    .radio input {
        position: absolute;
        z-index: -1;
        opacity: 0;
        width: 28px;
        height: 28px
    }

        .radio input:checked ~ .radio__text::after {
            content: '';
            position: absolute;
            top: 4px;
            left: 4px;
            border-radius: 50px;
            width: 16px;
            height: 16px;
            background-color: #106E83;
            border: 2px solid #106E83
        }

.radio__text {
    display: block;
    position: relative;
    padding: 0 0 0 35px;
    cursor: pointer;
    line-height: 28px;
    font-weight: 400;
    font-family: 'Open Sans';
    font-size: 16px
}

    .radio__text::before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 24px;
        height: 24px;
        border-radius: 5px;
        border: 2px solid #106E83;
        background-color: #fff;
        border-radius: 20px;
        transition: .2s;
        background-position: center;
        transform-origin: center
    }

.checkbox {
    margin-top: 15px;
    position: relative
}

    .checkbox input {
        position: absolute;
        z-index: -1;
        opacity: 0;
        width: 28px;
        height: 28px
    }

        .checkbox input:checked ~ .checkbox__text::before {
            background-color: #fff !important;
            background-image: url("../img/icons/checkbox-icon.svg");
            background-repeat: no-repeat;
            background-position: center;
            transform-origin: center
        }

.checkbox__text {
    display: block;
    position: relative;
    padding: 0 0 0 45px;
    cursor: pointer;
    line-height: 28px;
    color: #0F2D37;
    font-family: 'Open Sans';
    font-size: 16px;
    margin-top: 15px
}

    .checkbox__text::before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 24px;
        height: 24px;
        border-radius: 5px;
        border: 2px solid #106E83;
        background-color: #fff;
        transition: .2s;
        background-position: center;
        transform-origin: center
    }

    .checkbox__text:checked + .checkbox__text:before {
        background-color: #106E83 !important;
        background-image: url("../img/icons/checkbox-icon.svg");
        background-repeat: no-repeat;
        background-position: center;
        transform-origin: center
    }

.choos {
    width: 180px;
    height: 50px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    font-family: 'Open Sans';
    transition: all 0.18s ease-in-out;
    border: 1px solid #106E83;
    border-radius: 10px;
    background: #ffffff;
    color: #106E83
}

    .choos:hover {
        background-color: #E7F7FB
    }

.file {
    width: 0.1px;
    height: 0.1px;
    opacity: 0;
    overflow: hidden;
    position: absolute;
    z-index: -1
}

.file-photo {
    width: 180px;
    height: 180px;
    margin-top: 15px;
    display: none
}

    .file-photo img {
        border-radius: 10px;
        width: 100%;
        height: 100%;
        object-fit: cover;
        object-position: center
    }

.file.invalid ~ .choos {
    border: 1px solid red !important;
    color: red !important
}

.file-list p {
    font-size: 14px !important;
    font-weight: normal;
    margin-bottom: 10px !important
}

@media (max-width: 768px) {
    .search {
        margin-bottom: 20px
    }
}

@media (max-width: 425px) {
    .search {
        width: 100%;
        margin-right: 0
    }

    .search-student {
        padding: 0 20px
    }

        .search-student .search-text {
            left: 20px !important
        }

    .search-input {
        width: calc(100% - 60px);
        height: 50px;
        padding: 0 20px;
        font-size: 18px;
        color: #106E83;
        border-top-left-radius: 15px;
        border-bottom-left-radius: 15px;
        background-color: #E7F7FB;
        border: none
    }

        .search-input::placeholder {
            color: rgba(182,188,191,0.9)
        }

    .search-icon {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 50px;
        height: 50px;
        border-top-right-radius: 15px;
        border-bottom-right-radius: 15px;
        background-color: #E7F7FB
    }

    .search-submit {
        width: 60px !important;
        height: 50px;
        border-radius: 0 !important;
        border-top-right-radius: 15px !important;
        border-bottom-right-radius: 15px !important;
        background-color: #E7F7FB !important;
        padding: 0 !important;
        border: none !important;
        background-repeat: no-repeat;
        background-image: url("../img_back/icons/search-icon.svg");
        background-position: center
    }
}

.prev, .next {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    background-color: #B6BCBF;
    border-radius: 50%;
    transition: 0.5s;
    border: 2px solid #B6BCBF
}

    .prev i, .next i {
        z-index: 1;
        width: 18px;
        height: 12px;
        background-image: url("../img/icons/arrow-icon_white.svg");
        background-repeat: no-repeat;
        background-position: center;
        transform-origin: center
    }

    .prev i {
        transform: rotate(-90deg)
    }

    .prev.clickable {
        transition: 0.5s;
        background-color: #106E83;
        border: 2px solid #106E83;
        cursor: pointer
    }

    .next i {
        transform: rotate(90deg)
    }

    .next.clickable {
        transition: 0.5s;
        background-color: #106E83;
        border: 2px solid #106E83;
        cursor: pointer
    }

.slider-nav {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: max-content;
    margin: 0 auto;
    min-width: 312px;
    margin-top: 55px
}

    .slider-nav .count {
        margin: 0 60px
    }

        .slider-nav .count span {
            font-size: 50px
        }

    .slider-nav .count, .slider-nav span {
        letter-spacing: 0.05em;
        font-size: 30px;
        color: #B6BCBF;
        font-family: 'Playfair Display'
    }

.input-block {
    margin-bottom: 10px !important;
    position: relative;
    width: 400px;
    max-width: 100%
}

    .input-block .text {
        display: block;
        margin-bottom: 5px;
        font-weight: 400;
        font-family: 'Open Sans';
        font-size: 16px;
        line-height: 30px
    }

    .input-block textarea {
        height: 200px !important;
        line-height: 30px;
        padding: 5px 15px !important
    }

    .input-block .input {
        display: block;
        width: 100%;
        height: 45px;
        padding: 0 15px;
        border-radius: 10px;
        background-color: #fff;
        border: 1px solid #106E83;
        font-family: 'Open Sans';
        font-size: 20px;
        color: #106E83;
        box-shadow: none !important;
        outline: none !important
    }

        .input-block .input.sh-password {
            width: calc( 100% - 50px)
        }

        .input-block .input::placeholder {
            color: rgba(182,188,191,0.9)
        }

        .input-block .input.invalid {
            color: #ff5146 !important;
            border: 1px solid #ff5146 !important;
            position: relative;
            margin-bottom: 35px
        }

            .input-block .input.invalid::placeholder {
                color: #ff5146 !important
            }

    .input-block .show-password {
        height: 45px;
        width: 45px;
        border-radius: 10px;
        background-color: #fff;
        display: flex;
        align-items: center;
        justify-content: center;
        position: absolute;
        right: 0;
        bottom: 0;
        border: 1px solid #106E83;
        cursor: pointer
    }

        .input-block .show-password img {
            width: 30px;
            max-height: 30px
        }

            .input-block .show-password img.lock {
                display: none
            }

            .input-block .show-password img.unlock {
                display: block
            }

        .input-block .show-password.locked img.unlock {
            display: none !important
        }

        .input-block .show-password.locked img.lock {
            display: block !important
        }

    .input-block.default {
        background-color: #E7F7FB;
        border: 1px solid #E7F7FB
    }

input.link.invalid {
    margin-bottom: 60px !important
}

    input.link.invalid + div.invalid {
        top: auto;
        bottom: -30px
    }

input.file.invalid ~ .choos {
    margin-bottom: 30px;
    transition: 0s !important
}

input.file.invalid + div.invalid {
    top: auto !important;
    bottom: -30px !important
}

textarea.invalid + div.invalid {
    top: auto !important;
    bottom: -30px !important
}

div.invalid {
    position: absolute;
    top: 85px;
    left: 0px;
    color: #ff5146;
    font-weight: 400;
    display: block;
    font-size: 16px;
    font-family: 'Open Sans'
}

@media screen and (min-width: 992px) {
    .search-submit:hover {
        background-color: rgba(16,110,131,0.3) !important
    }

    .button:hover {
        background-color: #fff;
        color: #106E83;
        cursor: pointer;
        transition: 0.3s
    }

    .link:hover {
        transition: 0.5s;
        color: #106E83
    }

    input[type="submit"]:hover {
        transition: 0.3s;
        color: #106E83;
        font-weight: 400;
        border: 1px solid #106E83;
        background-color: #fff
    }

    .slider-nav .clickable:hover {
        background-color: #fff
    }

    .slider-nav .next.clickable:hover i {
        background-image: url("../img/icons/arrow-icon_blue.svg");
        background-repeat: no-repeat;
        background-position: center;
        transform-origin: center;
        transform: rotate(-90deg)
    }

    .slider-nav .prev.clickable:hover i {
        background-image: url("../img/icons/arrow-icon_blue.svg");
        background-repeat: no-repeat;
        background-position: center;
        transform-origin: center;
        transform: rotate(90deg)
    }
}

.section-title {
    font-size: 36px;
    text-align: center;
    font-family: 'Playfair Display';
    font-weight: 400;
    line-height: 45px
}

.section h1 {
    font-size: 42px !important;
    line-height: 50px
}

.section-subtitle {
    font-size: 20px;
    display: block;
    line-height: 26px
}

@media (max-height: 700px) {
    .section-title {
        font-size: 32px;
        text-align: center;
        line-height: 40px
    }

    .section h1 {
        font-size: 36px !important;
        line-height: 45px
    }

    .section-subtitle {
        font-size: 18px;
        line-height: 24px
    }
}

@media (max-width: 1024px) {
    .section-title {
        font-size: 32px;
        text-align: center;
        line-height: 40px
    }

    .section h1 {
        font-size: 36px !important;
        line-height: 45px
    }

    .section-subtitle {
        line-height: 24px;
        font-size: 18px
    }
}

@media (max-width: 768px) {
    .section-title {
        font-size: 28px;
        text-align: center;
        line-height: 34px
    }

    .section h1 {
        font-size: 32px !important;
        line-height: 40px
    }

    .section-subtitle {
        font-size: 16px;
        line-height: 22px
    }
}

.draganddrop-wrap {
    width: 200px;
    max-width: 250px;
    position: relative;
    z-index: 1
}

    .draganddrop-wrap:hover .draganddrop-controls .btn {
        opacity: 1;
        transition: 0.2s
    }

.draganddrop-error {
    font-size: 14px;
    color: red;
    text-align: center;
    display: block;
    width: 100%;
    margin-top: 15px
}

.draganddrop-input {
    display: none
}

.draganddrop-label {
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    border: 3px dashed rgba(16,110,131,0.3);
    width: 100%;
    height: 200px;
    background-color: #E7F7FB;
    cursor: pointer
}

.draganddrop-label-icon {
    max-width: 50%;
    width: 100px
}

.draganddrop-label-preview {
    object-fit: cover;
    width: calc(100% + 4px);
    height: calc(100% + 4px);
    display: none
}

.draganddrop-label.circle {
    border-radius: 50%
}

.draganddrop-label.fileHover {
    border: 3px dashed #106E83
}

.draganddrop-controls {
    position: absolute;
    top: 150px;
    left: 0;
    display: flex;
    justify-content: center;
    width: 100%;
    display: none;
    z-index: 2
}

    .draganddrop-controls .btn {
        opacity: 0.5;
        width: 30px;
        height: 30px;
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
        background-color: rgba(231,247,251,0.7);
        margin: 0 7px;
        transition: 0.2s;
        cursor: pointer
    }

        .draganddrop-controls .btn img {
            width: 15px
        }

        .draganddrop-controls .btn:hover {
            background-color: #e7f7fb
        }

.editwindow-wrap {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 100;
    background-color: rgba(16,110,131,0.3);
    width: 100%;
    min-height: 100%;
    padding-top: 100px
}

.editwindow-block {
    margin: 0 auto;
    width: 50%;
    height: 80vh;
    max-width: 500px;
    max-height: 500px
}

.editwindow-img {
    width: 100%;
    height: 100%;
    object-fit: contain
}

.editwindow-btn {
    height: 50px;
    padding: 0 20px;
    border-radius: 10px;
    background-color: #E7F7FB;
    color: #106E83;
    border: 1px solid #106E83;
    font-size: 16px;
    text-align: center;
    width: max-content;
    margin: 0 auto;
    margin-top: 30px;
    display: flex;
    align-items: center;
    cursor: pointer
}

@media (max-width: 1400px) {
    .editwindow-wrap {
        padding-top: 90px
    }

    .editwindow-block {
        width: 50%;
        height: 80vh;
        max-width: 400px;
        max-height: 400px
    }

    .editwindow-btn {
        height: 50px;
        padding: 0 20px;
        margin-top: 20px
    }
}

@media (max-width: 900px) {
    .editwindow-wrap {
        padding-top: 80px
    }

    .editwindow-block {
        width: 400px;
        height: 400px;
        max-width: 400px;
        max-height: 400px
    }

    .editwindow-btn {
        height: 50px;
        padding: 0 20px;
        margin-top: 20px
    }
}

@media (max-width: 500px) {
    .editwindow-wrap {
        padding-top: 80px
    }

    .editwindow-block {
        width: 100%;
        height: 80vh;
        max-width: 100%;
        max-height: 400px
    }

    .editwindow-btn {
        height: 50px;
        padding: 0 20px;
        margin-top: 20px
    }
}

.dropzone {
    border: 3px dashed rgba(16,110,131,0.3);
    width: 100%;
    height: 200px;
    width: 200px;
    background-color: #E7F7FB;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    border-radius: 50%;
    cursor: copy !important;
    padding: 0;
    transition: 0.2s
}

    .dropzone.hasPhoto .dz-message {
        width: 100%;
        font-size: 18px;
        line-height: 24px;
        color: #106E83;
        text-align: center;
        display: block
    }

        .dropzone.hasPhoto .dz-message.dz-default {
            width: 100%;
            height: 100%;
            display: flex;
            align-items: center;
            justify-content: center;
            margin: 0
        }

            .dropzone.hasPhoto .dz-message.dz-default button {
                display: flex;
                align-items: center;
                justify-content: center
            }

            .dropzone.hasPhoto .dz-message.dz-default img {
                width: 100%;
                height: 100%;
                border-radius: 50%
            }

    .dropzone.dz-started .dz-message {
        display: none !important
    }

    .dropzone .dz-error-mark svg {
        border-radius: 50%;
        background-color: red
    }

    .dropzone .dz-message {
        width: 100%;
        font-size: 18px;
        line-height: 24px;
        color: #106E83;
        text-align: center;
        display: block
    }

        .dropzone .dz-message.dz-default {
            width: 100%;
            height: 100%;
            display: flex;
            align-items: center;
            justify-content: center;
            margin: 0
        }

            .dropzone .dz-message.dz-default button {
                display: flex;
                align-items: center;
                justify-content: center
            }

            .dropzone .dz-message.dz-default img {
                width: 80px;
                height: 80px
            }

    .dropzone .dz-preview {
        border-radius: 20px;
        margin: 25px
    }

    .dropzone.active {
        border: 3px dashed #106e83 !important;
        transition: 0.2s
    }

.dropzone-text {
    font-size: 18px;
    line-height: 24px;
    color: #106E83;
    text-align: center;
    display: block;
    width: 70%
}

.dropzone-input {
    display: none
}

.dropzone-userPhoto.hasFile {
    border: none !important;
    background-color: #fff
}

.dropzone-userPhoto .dz-preview {
    margin: 0;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center
}

    .dropzone-userPhoto .dz-preview .dz-progress {
        display: none
    }

    .dropzone-userPhoto .dz-preview .dz-details {
        margin-top: 30px
    }

    .dropzone-userPhoto .dz-preview .dz-image {
        width: 100%;
        height: 100%;
        border-radius: 50%
    }

        .dropzone-userPhoto .dz-preview .dz-image img {
            width: 100%;
            height: 100%;
            transition: 0.1s;
            border-radius: 50%
        }

    .dropzone-userPhoto .dz-preview .dz-remove {
        transition: 0.3s;
        width: 34px;
        height: 34px;
        position: absolute;
        bottom: 15px;
        left: calc(50% - 34px - 3px);
        opacity: 1;
        z-index: 12;
        display: flex !important;
        align-items: center;
        justify-content: center;
        cursor: default;
        border-radius: 50%
    }

        .dropzone-userPhoto .dz-preview .dz-remove img {
            width: 20px;
            cursor: pointer
        }

        .dropzone-userPhoto .dz-preview .dz-remove:hover {
            background-color: #daf3f9
        }

    .dropzone-userPhoto .dz-preview .dz-edit {
        transition: 0.3s;
        width: 34px;
        height: 34px;
        position: absolute;
        bottom: 15px;
        right: calc(50% - 34px - 3px);
        opacity: 1;
        z-index: 12;
        display: flex !important;
        align-items: center;
        justify-content: center;
        cursor: default;
        border-radius: 50%
    }

        .dropzone-userPhoto .dz-preview .dz-edit img {
            width: 20px;
            cursor: pointer
        }

        .dropzone-userPhoto .dz-preview .dz-edit:hover {
            background-color: #daf3f9
        }

    .dropzone-userPhoto .dz-preview:hover .dz-image {
        border-radius: 50%
    }

        .dropzone-userPhoto .dz-preview:hover .dz-image img {
            transition: 0.2s
        }

.header {
    padding-top: 15px;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 10
}

.header-wrap {
    display: flex
}

.header-block {
    display: flex;
    font-size: 16px;
    flex-basis: 40%;
    margin-top: 15px
}

    .header-block span.br {
        display: inline
    }

    .header-block.address img {
        max-height: 48px
    }

    .header-block.address.mini {
        display: none
    }

    .header-block.mini {
        margin-top: 0;
        flex-basis: auto;
        width: max-content
    }

        .header-block.mini img, .header-block.mini p {
            margin-top: 0
        }

    .header-block.logo {
        flex-basis: 20%;
        justify-content: center;
        margin: 0
    }

        .header-block.logo img {
            margin: 0;
            width: 225px
        }

    .header-block.phone {
        justify-content: flex-end
    }

        .header-block.phone a {
            display: none
        }

        .header-block.phone span.link {
            font-family: 'Open Sans';
            font-size: 16px;
            line-height: 22px;
            color: #0F2D37
        }

    .header-block img {
        margin-right: 20px;
        margin-top: 15px
    }

    .header-block p, .header-block a {
        font-family: 'Open Sans';
        line-height: 30px;
        font-weight: 400;
        font-size: 16px;
        margin: 0 !important
    }

    .header-block span {
        color: #B6BCBF;
        display: block;
        font-weight: 400
    }

.header .burger {
    display: none
}

.header-nav {
    display: flex;
    justify-content: space-between;
    margin: auto;
    width: max-content;
    margin-top: 20px
}

    .header-nav a {
        display: block;
        padding: 5px;
        margin: 0 15px
    }

    .header-nav.mini {
        margin: 0;
        margin-right: auto;
        margin-left: 20px
    }

.header-mini {
    padding: 6px 0;
    position: fixed;
    position: fixed;
    top: -200px;
    left: 0;
    width: 100%;
    background-color: #fff;
    z-index: 30;
    transition: 0.3s;
    box-shadow: 0px 10px 30px rgba(16,114,131,0.09)
}

    .header-mini .burger {
        display: none
    }

    .header-mini .burger-back {
        display: none
    }

    .header-mini.scrolled {
        top: 0;
        transition: 0.3s
    }

.header-mini-logo {
    width: 130px
}

.header-mini .header-wrap {
    align-items: center
}

.header-mini .header-block.phone img {
    width: 25px
}

.header-mini .header-block.phone span, .header-mini .header-block.phone a {
    line-height: 20px;
    font-size: 15px
}

.header-profile {
    display: flex;
    align-items: center
}

    .header-profile .descr {
        margin-right: 30px
    }

    .header-profile span {
        display: block;
        text-align: right;
        font-size: 14px;
        font-family: 'Open Sans';
        line-height: 22px;
        color: #B6BCBF;
        font-weight: 500
    }

        .header-profile span.bold {
            color: #0F2D37;
            font-size: 16px
        }

    .header-profile .avatar {
        height: 50px;
        width: 50px;
        border-radius: 50%;
        background-color: #fff;
        filter: drop-shadow(0px 4px 6px rgba(0,0,0,0.09));
        object-fit: cover
    }

        .header-profile .avatar img {
            border-radius: 50%;
            width: 100%;
            height: 100%;
            object-fit: cover;
            object-position: center
        }

        .header-profile .avatar.empty {
            object-fit: contain
        }

            .header-profile .avatar.empty img {
                object-position: center 3px
            }

.menu {
    display: none
}

.menu-back {
    display: none
}

@media screen and (max-width: 1200px) {
    .header {
        padding-top: 5px
    }

    .header-block {
        margin-top: 20px
    }

        .header-block.address img {
            margin-top: 5px
        }

        .header-block.logo img {
            width: 200px
        }

        .header-block.phone span.link {
            font-size: 14px;
            line-height: 18px
        }

        .header-block.phone img {
            margin-right: 20px;
            margin-top: 8px
        }

        .header-block p, .header-block a {
            line-height: 25px;
            font-size: 14px
        }

    .header-nav {
        margin-top: 15px
    }

        .header-nav a {
            margin: 0 10px
        }

        .header-nav.mini {
            margin-left: 10px
        }

    .header-mini {
        padding: 5px 0;
        padding-bottom: 10px;
        position: fixed;
        top: -200px;
        left: 0;
        width: 100%;
        background-color: #fff;
        z-index: 30;
        transition: 0.3s;
        box-shadow: 0px 10px 30px rgba(16,114,131,0.09)
    }

        .header-mini.scrolled {
            top: 0;
            transition: 0.3s
        }

    .header-mini-logo {
        width: 145px
    }

    .header-mini .header-wrap {
        align-items: center
    }
}

@media (max-height: 650px) {
    .header {
        padding-top: 0
    }

    .header-nav {
        margin-top: 10px
    }

    .header-block {
        margin-top: 0
    }

        .header-block.logo img {
            width: 180px
        }
}

@media screen and (max-width: 1024px) {
    .header-profile {
        display: none
    }

    .header-mini .burger-back {
        display: block;
        position: absolute;
        top: 0;
        right: 0;
        padding-top: 10px;
        padding-right: 5%
    }

        .header-mini .burger-back.hasNotify::after {
            content: '';
            position: absolute;
            top: 13px;
            right: calc(5% + 8px);
            width: 15px;
            height: 15px;
            border-radius: 50%;
            background-color: #106E83
        }

    .header-mini.login.back .header-nav {
        display: none !important
    }

    .menu-back {
        display: none;
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100vh;
        z-index: 1000;
        background-color: #E7F7FB
    }

        .menu-back .close {
            position: absolute;
            top: 15px;
            right: 5%
        }

    .menu-back-content {
        padding: 20px 0;
        overflow-y: scroll !important;
        height: 100%
    }

        .menu-back-content .logo {
            width: 200px;
            display: block;
            margin: auto;
            margin-top: 30px
        }

    .menu-back-nav {
        margin: auto;
        margin-top: 50px;
        width: 400px
    }

        .menu-back-nav a {
            display: block;
            padding: 15px;
            font-size: 20px;
            color: #106E83;
            text-align: center
        }

            .menu-back-nav a.current {
                color: #836310
            }

            .menu-back-nav a.hasNotify {
                position: relative;
                padding-right: 30px
            }

                .menu-back-nav a.hasNotify::after {
                    content: '';
                    position: static;
                    display: inline-block;
                    margin-left: 10px;
                    width: 10px;
                    height: 10px;
                    background-color: #106E83;
                    border-radius: 50%
                }

    .menu-back-profile {
        display: flex;
        justify-content: center;
        align-items: center;
        border-top: 1px solid #106E83;
        padding: 20px;
        width: 100%;
        margin: auto;
        margin-top: 50px
    }

        .menu-back-profile .descr {
            margin-left: 30px;
            max-width: 100%
        }

            .menu-back-profile .descr span {
                display: block;
                text-align: left;
                font-size: 14px;
                font-family: 'Open Sans';
                line-height: 22px;
                color: #B6BCBF;
                font-weight: 500;
                word-wrap: break-word
            }

                .menu-back-profile .descr span.bold {
                    color: #0F2D37;
                    font-size: 16px
                }

        .menu-back-profile .avatar {
            height: 60px;
            width: 60px;
            min-width: 60px;
            border-radius: 50%;
            background-color: #fff;
            filter: drop-shadow(0px 4px 6px rgba(0,0,0,0.09));
            object-fit: cover
        }

            .menu-back-profile .avatar img {
                border-radius: 50%;
                width: 100%;
                height: 100%
            }

    .menu-back-actions {
        display: flex;
        justify-content: center;
        flex-basis: 100%
    }

        .menu-back-actions a {
            margin: 0 10px;
            color: #106E83;
            font-weight: 600
        }

    .header {
        padding-top: 5px
    }

    .header-block {
        margin-top: 0
    }

        .header-block span.br {
            display: block
        }

        .header-block img {
            margin-top: 0;
            margin-right: 10px !important
        }

        .header-block.logo img {
            width: 200px;
            margin-right: 0 !important
        }

        .header-block.address img {
            margin-top: 13px
        }

        .header-block.phone.mini {
            display: none
        }

        .header-block.phone.login {
            display: flex !important
        }

        .header-block.phone img {
            max-height: 48px;
            margin-top: 12px
        }

        .header-block p, .header-block a {
            line-height: 25px;
            font-size: 14px
        }

    .header-nav a.link {
        font-size: 14px
    }

    .header-mini {
        padding-bottom: 10px;
        width: 100%;
        background-color: #fff;
        z-index: 30;
        transition: 0.3s;
        box-shadow: 0px 10px 30px rgba(16,114,131,0.09)
    }

        .header-mini.scrolled {
            top: 0;
            transition: 0.3s
        }

    .header-mini-logo {
        width: 130px
    }

    .header-mini .header-wrap {
        align-items: center
    }
}

@media (max-width: 960px) {
    .header {
        padding: 5px 0;
        width: 100%;
        position: fixed;
        top: 0;
        z-index: 30;
        background-color: #fff;
        left: 0
    }

    .header-wrap {
        align-items: center
    }

    .header-profile {
        margin-left: auto
    }

        .header-profile .descr {
            margin-right: 20px
        }

        .header-profile span {
            font-size: 12px;
            line-height: 18px
        }

            .header-profile span.bold {
                font-size: 14px
            }

    .header-block.logo img {
        width: 150px
    }

    .header-block.phone {
        display: none
    }

    .header-block.address span:nth-child(1) {
        display: none
    }

    .header-block.address img {
        width: 30px;
        margin-top: 3px
    }

    .header-block.address p {
        margin: 0
    }

    .header-nav {
        display: none
    }

    .header .burger {
        display: block;
        position: absolute;
        top: 0;
        right: 0;
        padding-right: 5%;
        padding-top: 10px;
        height: 100%;
        margin-left: auto
    }

    .header-mini {
        display: none
    }

        .header-mini.login {
            display: flex !important
        }

            .header-mini.login .header-block.phone {
                margin-left: auto
            }

            .header-mini.login .header-nav {
                display: flex !important
            }

        .header-mini.back .header-nav a:first-child {
            display: none !important
        }

    .header.scrolled_mob .burger {
        order: 3
    }

    .header.scrolled_mob .header-block.logo {
        order: 2
    }

    .header.scrolled_mob .header-block.phone {
        order: 1;
        display: flex !important;
        justify-content: flex-start;
        align-items: center
    }

        .header.scrolled_mob .header-block.phone img {
            max-width: 50px;
            margin-top: 3px
        }

        .header.scrolled_mob .header-block.phone p {
            margin-top: 0
        }

        .header.scrolled_mob .header-block.phone a {
            display: block !important
        }

        .header.scrolled_mob .header-block.phone span.link {
            display: none
        }

        .header.scrolled_mob .header-block.phone span {
            display: none
        }

    .header.scrolled_mob .header-block.address {
        display: none
    }

    .menu {
        display: none;
        width: 100%;
        height: 100vh !important;
        min-height: 100vh;
        background-color: #E7F7FB;
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        z-index: 1000;
        overflow-y: scroll;
        overflow-x: hidden
    }

        .menu .wrap {
            margin-top: 40px;
            width: 100%;
            padding: 0 5%;
            padding-bottom: 3%;
            max-width: 800px
        }

        .menu .close {
            position: absolute;
            top: 15px;
            right: 5%;
            cursor: pointer
        }

        .menu .logo {
            width: 265px;
            margin: auto
        }

            .menu .logo img {
                width: 100%
            }

    .menu-nav {
        display: flex;
        flex-wrap: wrap;
        margin-top: 30px;
        list-style: none
    }

        .menu-nav li {
            padding: 0;
            width: 100%
        }

            .menu-nav li::before {
                display: none
            }

        .menu-nav a {
            width: max-content;
            display: block;
            margin: auto;
            padding: 10px
        }

            .menu-nav a.button {
                padding: 10px 40px;
                text-align: center
            }

    .menu-wrap {
        margin-top: 3vh;
        display: flex;
        justify-content: center
    }

        .menu-wrap .header-block {
            width: 300px;
            display: flex;
            flex-basis: auto
        }

            .menu-wrap .header-block span:nth-child(1) {
                display: none
            }

            .menu-wrap .header-block.phone {
                margin-right: auto
            }

                .menu-wrap .header-block.phone a {
                    display: block
                }

    .menu .header-block.phone img {
        margin-top: 0
    }
}

@media (max-height: 560px) {
    .menu-wrap {
        display: flex;
        justify-content: center;
        flex-direction: column;
        align-items: center;
        min-width: 100%
    }

        .menu-wrap .header-block {
            width: 240px;
            justify-content: flex-start;
            margin: 0 !important;
            margin-bottom: 20px !important
        }
}

@media (max-width: 768px) {
    .header-block {
        flex-basis: auto;
        align-items: center !important
    }

        .header-block p, .header-block span, .header-block a {
            line-height: 20px;
            font-size: 12px !important
        }

        .header-block.phone {
            width: 100%;
            flex-basis: 50%
        }

            .header-block.phone.login {
                width: max-content
            }

            .header-block.phone img {
                height: 42px
            }

        .header-block.contact p, .header-block.contact span, .header-block.contact a {
            line-height: 25px !important;
            font-size: 14px !important
        }

        .header-block.logo {
            display: none
        }

    .menu .logo {
        margin-top: 70px
    }
}

@media (max-width: 700px) {
    .menu-wrap {
        display: flex;
        justify-content: center;
        flex-direction: column;
        align-items: center;
        min-width: 100%
    }

        .menu-wrap .header-block {
            width: 240px;
            justify-content: flex-start;
            margin: 0 !important;
            margin-bottom: 20px !important
        }
}

@media (max-width: 600px) {
    .header-mini.login .header-nav {
        display: none !important
    }
}

@media (max-width: 500px) {
    .menu-back-profile {
        justify-content: flex-start
    }

        .menu-back-profile .descr .bold {
            font-size: 16px
        }

    .menu-back-actions {
        padding: 0 15px;
        justify-content: flex-start
    }

        .menu-back-actions a {
            margin-left: 0;
            margin-right: 20px
        }

    .menu-back-nav {
        width: 100%
    }
}

@media (max-width: 425px) {
    .menu-back .logo {
        width: 150px;
        margin: 0;
        margin-left: 15px
    }

    .menu-back-nav {
        margin-top: 25px
    }

        .menu-back-nav a {
            text-align: left
        }

    .menu-back-profile {
        padding: 20px 15px
    }

        .menu-back-profile .descr {
            margin-left: 15px
        }

    .header-block {
        align-items: center !important
    }

        .header-block p, .header-block span, .header-block a {
            line-height: 18px;
            font-size: 13px !important
        }

        .header-block.phone.login {
            display: none !important
        }

        .header-block.phone img {
            max-height: 42px
        }

        .header-block.phone p, .header-block.phone span, .header-block.phone a {
            line-height: 20px !important;
            font-size: 14px !important;
            width: max-content
        }
}

section.login {
    width: 100%;
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center
}

    section.login h1 {
        margin-bottom: 20px
    }

        section.login h1 .br {
            display: none
        }

    section.login .section-subtitle {
        text-align: center
    }

    section.login .form {
        width: 700px;
        margin: auto;
        padding-top: 50px;
        padding-bottom: 70px;
        margin-bottom: auto;
        background-repeat: no-repeat;
        background-position: 100% -10px;
        background-size: 400px;
        background-image: url("../img/simon/login-bg.svg")
    }

        section.login .form .input-block {
            margin: auto
        }

        section.login .form .submit {
            margin: auto;
            margin-top: 30px;
            width: 250px
        }

        section.login .form .validation-summary-errors ul {
            list-style: none
        }

        section.login .form .validation-summary-errors li {
            color: red;
            text-align: center;
            font-size: 20px;
            margin-bottom: 15px
        }

@media (max-height: 700px) {
    section.login {
        margin-top: 70px;
        height: calc(100vh - 70px)
    }
}

@media (max-height: 600px) {
    section.login {
        margin-top: 90px;
        height: max-content
    }
}

@media (max-width: 1024px) {
    section.login .form {
        padding: 30px 0;
        padding-bottom: 80px
    }
}

@media (max-width: 768px) {
    section.login .form {
        width: 100%
    }
}

@media (max-width: 600px) {
    section.login h1 .br {
        display: block
    }
}

@media (max-width: 425px) {
    section.login .wrap {
        width: 100%;
        margin: 0
    }

    section.login .form {
        background-repeat: no-repeat;
        background-position: 200px -30px;
        background-image: url("../img/simon/login-bg.svg")
    }

        section.login .form .input-block {
            width: 90%;
            margin: auto
        }
}

.footer {
    margin-bottom: 60px
}

    .footer.bottom {
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%
    }

        .footer.bottom .footer-logo .background {
            width: 300px;
            left: -70px
        }

    .footer .wrap {
        display: flex;
        justify-content: space-between
    }

.footer-block.address {
    max-width: 255px
}

.footer-block.contact a {
    display: none
}

    .footer-block.contact a.link:nth-of-type(1) {
        color: #0F2D37 !important
    }

.footer-block.contact span.link {
    color: #0F2D37 !important
}

.footer-block span {
    display: block;
    margin-bottom: 15px;
    color: #B6BCBF;
    font-size: 16px;
    font-family: 'Open Sans'
}

.footer-block a {
    display: block;
    margin-bottom: 10px;
    color: #106E83
}

.footer-block p {
    line-height: 28px;
    font-size: 16px;
    font-family: 'Open Sans'
}

.footer-logo {
    position: relative
}

    .footer-logo .background {
        position: absolute;
        z-index: -1;
        bottom: -60px;
        left: -130px
    }

.toTop {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 90px;
    height: 90px;
    border-radius: 20px;
    background-color: #E7F7FB;
    z-index: 30
}

    .toTop span {
        font-family: 'Open Sans';
        font-size: 14px
    }

    .toTop img {
        margin-bottom: 5px;
        transition: 0.3s
    }

@media (min-width: 992px) {
    .toTop:hover {
        cursor: pointer
    }

        .toTop:hover img {
            transition: 0.3s;
            transform: translateY(-5px)
        }
}

@media (max-width: 1200px) {
    .toTop {
        width: 70px;
        height: 70px
    }

        .toTop span {
            font-size: 12px
        }

        .toTop img {
            width: 30px
        }

    .footer-logo .background {
        position: absolute;
        z-index: -1;
        width: 300px;
        bottom: -70px;
        left: -80px
    }

    .footer .wrap {
        align-items: center
    }

    .footer-block span {
        font-size: 14px
    }

    .footer-block a, .footer-block p {
        margin: 0;
        font-size: 14px;
        line-height: 28px
    }
}

@media (max-width: 1024px) {
    .toTop {
        width: 60px;
        height: 60px;
        border-radius: 50px;
        position: absolute;
        top: 60px;
        right: 0
    }

        .toTop img {
            margin-bottom: 0;
            width: 25px
        }

        .toTop span {
            display: none
        }

    .footer {
        margin-bottom: 30px
    }

        .footer .wrap {
            position: relative;
            flex-direction: column-reverse;
            justify-content: center;
            align-items: flex-start
        }

    .footer-logo {
        position: absolute;
        top: 50px;
        left: 0
    }

        .footer-logo .background {
            display: none
        }

    .footer-block {
        margin-bottom: 10px;
        width: calc(100% - 300px);
        margin-left: 250px
    }

        .footer-block span, .footer-block p, .footer-block a {
            font-size: 16px !important
        }

        .footer-block a {
            width: max-content;
            display: inline-block;
            margin-right: 5px
        }

        .footer-block span {
            margin-bottom: 5px
        }

            .footer-block span br {
                display: none !important
            }

        .footer-block.address {
            max-width: calc(100% - 300px);
            order: 3
        }

        .footer-block.contact {
            order: 2
        }

        .footer-block.social {
            order: 1
        }
}

@media (max-width: 768px) {
    .toTop {
        width: 50px;
        height: 50px;
        top: calc(100% - 50px);
        bottom: 0%;
        right: 5%
    }

        .toTop img {
            margin-bottom: 0;
            width: 18px
        }

        .toTop span {
            display: none
        }

    .footer.bottom {
        position: static
    }

    .footer-logo {
        position: static;
        margin-top: 30px;
        width: 150px
    }

    .footer-block {
        max-width: 100% !important;
        width: 100% !important;
        margin-left: 0
    }

        .footer-block span, .footer-block a, .footer-block p {
            font-size: 14px
        }

        .footer-block a {
            display: block !important
        }

        .footer-block span.link {
            display: none
        }
}

.cookie {
    position: fixed;
    bottom: 30px;
    left: calc((100% - 1180px) / 2);
    width: 1180px;
    background-color: #106E83;
    z-index: 100 !important;
    border-radius: 20px;
    padding: 25px;
    display: none
}

    .cookie .cookie-wrap {
        display: flex;
        align-items: center;
        justify-content: space-between
    }

    .cookie .descr {
        font-size: 18px;
        line-height: 25px;
        font-family: 'Open Sans';
        color: #fff
    }

        .cookie .descr a, .cookie .descr span {
            font-size: 18px;
            line-height: 25px;
            font-weight: 400;
            font-family: 'Open Sans';
            color: #E7F7FB;
            text-decoration: underline;
            cursor: pointer
        }

    .cookie #AcceptCookie {
        padding: 10px 30px;
        color: #106E83;
        font-family: 'Open Sans';
        font-weight: 600;
        font-size: 18px;
        border-radius: 50px;
        border: none;
        background-color: #fff;
        transition: 0.3s;
        cursor: pointer;
        margin-left: 15px
    }

        .cookie #AcceptCookie:hover {
            transition: 0.3s;
            background-color: #E7F7FB
        }

@media (max-width: 1300px) {
    .cookie {
        position: fixed;
        bottom: 30px;
        left: calc((100% - 960px) / 2);
        width: 960px
    }

        .cookie span.br {
            display: none
        }
}

@media (max-width: 1024px) {
    .cookie {
        position: fixed;
        bottom: 30px;
        left: 5%;
        width: 90%
    }

        .cookie #AcceptCookie {
            margin-left: 25px
        }
}

@media (max-width: 850px) {
    .cookie {
        position: fixed;
        bottom: 0;
        left: 0;
        width: 100%;
        border-radius: 0
    }

        .cookie .descr {
            font-size: 16px;
            line-height: 20px
        }

            .cookie .descr a, .cookie .descr span {
                font-size: 16px;
                line-height: 20px
            }

        .cookie #AcceptCookie {
            font-size: 16px
        }
}

@media (max-width: 600px) {
    .cookie-wrap {
        flex-direction: column
    }

    .cookie #AcceptCookie {
        margin-left: auto;
        margin-top: 15px
    }
}

.selected {
    background-color: #ffffff;
    outline: none;
    border-radius: 50px;
    padding: 5px 20px;
    cursor: pointer;
    font-size: 16px;
    margin: 5px;
    text-align: center;
    width: calc(50% - 10px);
    white-space: nowrap;
    text-overflow: ellipsis;
    display: block;
    overflow: hidden;
    padding-right: 35px;
    background-image: url("../img_back/icons/close-icon.svg");
    background-repeat: no-repeat;
    background-position: calc(100% - 15px) 10px;
    background-size: 10px
}

    .selected.student {
        border: 2px solid #87C0E3
    }

    .selected.teacher {
        border: 2px solid #9D90C0
    }

.selected-wrap {
    margin-bottom: 15px;
    display: flex;
    flex-wrap: wrap;
    width: 100%
}

.select {
    position: relative;
    display: block;
    width: 100%
}

.select__head {
    width: 100%;
    max-width: 100%;
    box-shadow: 0 0 4px rgba(0,0,0,0.2);
    border-radius: 10px;
    font-size: 14px;
    line-height: 18px;
    color: rgba(66,67,72,0.8);
    cursor: pointer
}

    .select__head input {
        border: none;
        width: 100%;
        height: 100%;
        padding: 14px 15px;
        font-family: 'Open Sans';
        border-radius: 10px
    }

    .select__head .invalid {
        top: 54px !important
    }

    .select__head::after {
        width: 12px;
        height: 6px;
        background: #fff url("../img/icons/arrow-icon_blue.svg");
        background-repeat: no-repeat;
        background-position: center;
        background-size: cover;
        position: absolute;
        right: 20px;
        bottom: 50%;
        transform: translateY(50%);
        content: '';
        display: block;
        pointer-events: none;
        transition: .2s ease-in
    }

    .select__head.open::after {
        transform: translateY(50%) rotate(180deg)
    }

.select__list {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    background: #fff;
    box-shadow: 0 0 4px rgba(0,0,0,0.2);
    border-radius: 10px;
    margin-top: 5px;
    max-height: 205px;
    overflow-x: hidden;
    overflow-y: auto;
    z-index: 100;
    margin: 0;
    padding: 0;
    font-size: 14px;
    color: #424348;
    scrollbar-color: dark;
    scrollbar-width: thin;
    overscroll-behavior: contain
}

    .select__list.empty {
        min-width: 50px
    }

    .select__list::-webkit-scrollbar {
        width: 7px;
        background-color: #F8F9FA;
        padding: 5px
    }

    .select__list::-webkit-scrollbar-thumb {
        border-radius: 10px;
        background-color: #D9D9D9
    }

    .select__list .select__item {
        position: relative;
        border-top: 1px solid rgba(224,229,231,0.5);
        padding: 10px 15px;
        cursor: pointer;
        list-style-type: none !important;
        font-size: 14px;
        line-height: 1;
        margin-bottom: 0
    }

        .select__list .select__item::before {
            display: none !important
        }

        .select__list .select__item:hover {
            background-color: rgba(224,229,231,0.5)
        }

.NotFound-img {
    margin: auto;
    width: 500px;
    margin-top: 30px
}

    .NotFound-img img {
        width: 100%
    }

@media (max-width: 600px) {
    .NotFound-img {
        width: 95%
    }
}

@media (max-width: 425px) {
    .NotFound .wrap {
        padding: 0 10px
    }
}

.main {
    padding-top: 100px;
    padding-bottom: 50px;
    min-height: 100vh
}

    .main .wrap {
        display: flex;
        justify-content: space-between
    }

.sidebar {
    width: 320px;
    min-width: 320px;
    height: 100%;
    margin-right: 50px;
    position: relative
}

.sidebar-nav {
    position: fixed;
    width: 320px;
    background-color: #E7F7FB;
    border-radius: 20px
}

    .sidebar-nav .title {
        border-top-left-radius: 20px;
        border-top-right-radius: 20px;
        background-color: #106E83 !important;
        color: #fff;
        display: block;
        width: 100%;
        padding: 20px;
        font-size: 18px;
        font-family: 'Open Sans';
        font-weight: 500
    }

    .sidebar-nav a {
        display: block;
        width: 100%;
        padding: 20px;
        font-size: 18px;
        font-family: 'Open Sans';
        font-weight: 500;
        color: #106E83;
        transition: 0.1s
    }

        .sidebar-nav a:hover {
            background-color: #fff;
            transition: 0.1s;
            color: #106E83;
        }

        .sidebar-nav a.current {
            color: #836310
        }

        .sidebar-nav a.hasNotify {
            position: relative;
            padding-right: 30px
        }

            .sidebar-nav a.hasNotify::after {
                content: '';
                position: static;
                display: inline-block;
                margin-left: 10px;
                width: 10px;
                height: 10px;
                background-color: #106E83;
                border-radius: 50%
            }

.content {
    width: calc(100% - 370px);
    position: relative
}

    .content section {
        width: 100%
    }

.content-title {
    font-size: 30px;
    font-family: 'Playfair Display';
    font-weight: 400;
    line-height: 30px;
    margin-bottom: 35px
}

    .content-title span {
        font-size: 18px;
        color: #B6BCBF
    }

@media (max-width: 1200px) {
    .sidebar {
        width: 290px;
        min-width: 290px;
        margin-right: 30px
    }

    .sidebar-nav {
        width: 290px
    }

        .sidebar-nav .title {
            padding: 18px;
            font-size: 16px
        }

        .sidebar-nav a {
            padding: 18px;
            font-size: 16px
        }

    .content {
        width: calc(100% - 320px)
    }
}

@media (max-width: 1024px) {
    .main {
        padding-top: 100px;
        min-height: 100vh
    }

    .content {
        width: 100%
    }

    .sidebar {
        display: none
    }
}

@media (max-width: 425px) {
    .wrap.full .content-title {
        padding: 0 20px
    }

    .content-title {
        font-size: 28px;
        margin-bottom: 30px
    }
}

.modal {
    position: sticky;
    top: 0;
    left: 0;
    width: 100%;
    height: 100px;
    background-color: rgba(16,110,131,0.9);
    border-radius: 20px;
    z-index: 100
}

.modal-content {
    padding: 40px
}

.popup {
    position: fixed;
    top: 0px;
    left: 0;
    width: 100%;
    max-width: 100%;
    height: 100%;
    z-index: -99;
    opacity: 1;
    transition: 0.3s;
    display: flex;
    justify-content: center;
    display: none;
    background-color: rgba(16,110,131,0.6)
}

    .popup.active {
        z-index: 99;
        display: flex;
        justify-content: center;
        align-items: center;
        transition: 0
    }

        .popup.active .popup-bg {
            opacity: 0.6;
            transition: 0.3s
        }

.popup-block {
    background-color: #fff;
    border-radius: 20px;
    padding: 30px;
    width: 700px
}

.popup-block__wrap {
    display: flex;
    justify-content: space-between;
    position: relative
}

    .popup-block__wrap .btn {
        width: 200px;
        margin-top: 10px
    }

.popup-title {
    margin-bottom: 20px;
    color: #0F2D37;
    font-size: 24px;
    line-height: 34px
}

.popup-closeBtn {
    display: inline-block;
    padding: 10px 30px;
    color: #ffffff;
    font-family: 'Open Sans';
    font-weight: 600;
    font-size: 18px;
    font-weight: 500;
    border-radius: 50px;
    border: 1px solid #106E83;
    background-color: #106E83;
    transition: 0.3s;
    cursor: pointer;
    margin-top: 10px
}

    .popup-closeBtn:hover {
        transition: 0.3s;
        color: #106E83;
        font-weight: 400;
        border: 1px solid #106E83;
        background-color: #fff
    }

.popup .edit-image {
    height: max-content;
    width: 400px
}

.popup .edit-image-cropper {
    height: 270px
}

.popup .customErrors {
    margin-top: 10px
}

    .popup .customErrors span {
        display: block;
        color: red;
        margin-bottom: 4px;
        font-size: 13px
    }

        .popup .customErrors span:last-child {
            margin-bottom: 0
        }

.player {
    width: 100%;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 30;
    display: none;
    align-items: center;
    justify-content: center
}

    .player.active {
        display: flex
    }

    .player .close {
        position: absolute;
        top: 100px;
        right: 5%;
        cursor: pointer
    }

        .player .close img {
            width: 40px
        }

            .player .close img:last-child {
                display: none
            }

.player-bg {
    background-color: #106E83;
    opacity: 0.6;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0
}

.player-audio {
    z-index: 1;
    width: 750px;
    height: 200px;
    background-color: #E7F7FB;
    box-shadow: 0px 4px 6px rgba(16,110,131,0.05);
    border-radius: 20px;
    padding: 25px 30px
}

    .player-audio.notFound .player-audio__NotFound {
        display: flex !important;
        flex-direction: column;
    }

    .player-audio.notFound .au {
        display: none !important
    }

.player-audio__NotFound {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    display: none
}

    .player-audio__NotFound p {
        font-size: 20px;
        color: #106E83
    }

.player-audio .au-inf {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 30px
}

.player-audio .au-name {
    color: #106E83;
    font-size: 20px;
    font-weight: bold;
    line-height: 24px;
    width: calc(100% - 120px);
    white-space: nowrap;
    text-overflow: ellipsis;
    display: block;
    overflow: hidden
}

.player-audio .au-pos {
    font-size: 16px;
    color: #B6BCBF
}

.player-audio .au-thumb {
    width: 100%;
    height: 20px;
    border-radius: 50px;
    background-color: #fff;
    position: relative;
    overflow: hidden;
    cursor: pointer
}

.player-audio .au-thumb__progress {
    position: absolute;
    top: 0;
    left: 0;
    width: 0px;
    height: 20px;
    background-color: #106E83
}

.player-audio .au-actions {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 30px
}

.player-audio .au-nav {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-left: 30px
}

.player-audio .au-nav__item {
    margin-right: 30px;
    display: none
}

    .player-audio .au-nav__item img {
        max-height: 40px
    }

    .player-audio .au-nav__item.act {
        display: block;
        cursor: pointer
    }

.player-audio .au-speed {
    padding: 10px;
    padding-right: 0;
    display: flex;
    align-items: flex-end;
    position: relative;
    display: none
}

.player-audio .au-speed__block {
    cursor: pointer
}

    .player-audio .au-speed__block:hover ul {
        display: block !important
    }

    .player-audio .au-speed__block ul {
        position: absolute;
        display: none;
        top: 30px;
        right: -30px;
        list-style: none;
        background-color: #E7F7FB;
        border-radius: 20px;
        padding: 10px 15px
    }

        .player-audio .au-speed__block ul li {
            color: #106E83;
            font-size: 16px;
            font-weight: bold;
            margin-bottom: 5px
        }

.player-audio .au-speed__text {
    font-size: 16px;
    color: #B6BCBF;
    margin-right: 15px
}

.player-audio .au-speed__value {
    color: #106E83;
    font-size: 18px;
    font-weight: bold
}

@media (max-width: 1024px) {
    .player .close img {
        width: 25px
    }

    .player-audio {
        width: 600px;
        height: 155px;
        padding: 20px 25px
    }

    .player-audio__NotFound p {
        font-size: 20px;
        color: #106E83
    }

    .player-audio .au-inf {
        margin-bottom: 20px
    }

    .player-audio .au-name {
        font-size: 18px
    }

    .player-audio .au-pos {
        font-size: 16px
    }

    .player-audio .au-thumb {
        height: 20px
    }

    .player-audio .au-thumb__progress {
        height: 20px
    }

    .player-audio .au-actions {
        margin-top: 20px
    }

    .player-audio .au-nav {
        margin-left: 20px
    }

    .player-audio .au-nav__item {
        margin-right: 15px
    }

        .player-audio .au-nav__item img {
            max-height: 30px;
            max-width: 30px
        }
}

@media (max-width: 768px) {
    .player .close img {
        width: 25px
    }

    .player-audio {
        width: 90%;
        height: 155px;
        padding: 20px 25px
    }
}

@media (max-width: 425px) {
    .player .close {
        z-index: 31;
        top: 80px;
        right: 15px
    }

        .player .close img {
            width: 25px;
            display: none
        }

            .player .close img:last-child {
                display: block
            }

    .player-audio {
        margin-top: 65px;
        width: 100%;
        height: calc(100% - 65px);
        border-radius: 0;
        padding: 15px 10px;
        position: relative
    }

    .player-audio__NotFound {
        width: 100%;
        height: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
        display: none
    }

        .player-audio__NotFound p {
            padding: 0 20px;
            font-size: 24px;
            line-height: 34px;
            color: #106E83;
            text-align: center
        }

    .player-audio .au-actions {
        position: absolute;
        left: 0;
        bottom: 60px;
        width: 100%;
        display: flex;
        justify-content: center
    }

    .player-audio .au-nav {
        margin: 0;
        display: flex;
        align-items: center
    }

    .player-audio .au-nav__item {
        margin: 0;
        margin-left: 10px;
        margin-right: 10px;
        width: 45px;
        order: 2
    }

        .player-audio .au-nav__item.act {
            align-items: center;
            justify-content: center;
            display: flex
        }

        .player-audio .au-nav__item.play img, .player-audio .au-nav__item.pause img {
            max-height: 40px;
            max-width: 40px
        }

        .player-audio .au-nav__item.repeat {
            order: 1
        }

    .player-audio .au-name {
        position: absolute;
        top: 32%;
        left: 0;
        font-size: 18px;
        padding: 0 20px;
        display: block;
        width: 100%;
        text-align: center;
        white-space: pre-wrap;
        text-overflow: clip
    }

    .player-audio .au-pos {
        position: absolute;
        bottom: 150px;
        left: 0;
        display: block;
        width: 100%;
        text-align: center;
        padding: 0 20px;
        font-size: 16px
    }

    .player-audio .au-thumb {
        position: absolute;
        left: 0;
        bottom: 120px;
        height: 15px;
        margin-left: 20px;
        margin-right: 20px;
        width: calc(100% - 40px)
    }

    .player-audio .au-thumb__progress {
        height: 15px
    }
}

.information-item {
    position: relative;
    padding-right: 100px;
    margin-bottom: 30px;
    transition: 0.1s
}

    .information-item.withActions.opened {
        padding-bottom: 60px;
        transition: 0.1s
    }

        .information-item.withActions.opened .information-item__info {
            opacity: 1;
            transition: 0.1s;
            transition-delay: 0.01s
        }

            .information-item.withActions.opened .information-item__info span {
                display: inline-block
            }

        .information-item.withActions.opened .information-item__actions {
            opacity: 1;
            transition: 0.1s;
            transition-delay: 0.01s
        }

            .information-item.withActions.opened .information-item__actions .action {
                display: flex
            }

    .information-item.withActions h3 {
        font-size: 20px;
        font-family: 600px;
        margin-bottom: 15px;
        line-height: 25px;
        color: #0F2D37
    }

    .information-item p {
        font-size: 16px !important;
        font-weight: 400;
        line-height: 26px !important;
        color: #0F2D37 !important;
        margin-bottom: 0 !important
    }

    .information-item h3 {
        margin-bottom: 10px;
        font-size: 20px;
        line-height: 35px;
        font-weight: 600
    }

    .information-item .date {
        font-size: 16px;
        font-weight: 400;
        position: absolute;
        line-height: 20px;
        top: 0;
        right: 0
    }

.information-item__info {
    position: absolute;
    left: 0px;
    bottom: 5px;
    opacity: 0;
    transition: 0.1s;
    transition-delay: 0.01s
}

    .information-item__info div {
        display: flex
    }

    .information-item__info span {
        font-size: 14px;
        font-weight: normal;
        color: #836310;
        display: none
    }

        .information-item__info span:first-child {
            margin-right: 5px;
            color: #B6BCBF
        }

.information-item__actions {
    font-size: 16px;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    opacity: 0;
    transition: 0.1s;
    transition-delay: 0.01s;
    position: absolute;
    right: -5px;
    bottom: 0px
}

    .information-item__actions .action {
        padding: 0 7px;
        width: max-content;
        border-radius: 50px;
        border: 1px solid #106E83;
        color: #106E83;
        height: 35px;
        display: flex;
        align-items: center;
        justify-content: center;
        margin-bottom: 5px;
        margin-left: 10px;
        transition: 0.3s;
        display: none
    }

        .information-item__actions .action img {
            width: 12px;
            margin-top: 2px;
            margin-left: 6px
        }

        .information-item__actions .action:hover {
            background-color: #E7F7FB;
            transition: 0.3s
        }

        .information-item__actions .action:nth-child(2) img {
            width: 16px;
            margin-top: 2px
        }

.information-item.pinned h3 {
    color: #836310
}

@media (max-width: 768px) {
    .information-item {
        padding-bottom: 25px;
        padding-right: 0
    }

        .information-item.withActions.opened {
            padding-bottom: 65px
        }

            .information-item.withActions.opened .date {
                bottom: 40px;
                transition: 0.1s
            }

        .information-item .date {
            top: auto;
            left: 0px;
            bottom: 0;
            font-size: 12px;
            transition: 0.1s
        }

    .information-item__info {
        position: absolute;
        left: 0px;
        bottom: 5px;
        opacity: 0;
        transition: 0.1s;
        transition-delay: 0.01s
    }

        .information-item__info span {
            font-size: 13px;
            font-weight: normal;
            color: #836310;
            display: none
        }

            .information-item__info span:first-child {
                color: #B6BCBF;
                white-space: nowrap;
                text-overflow: ellipsis;
                overflow: hidden
            }

            .information-item__info span:last-child {
                width: 200px;
                white-space: nowrap;
                text-overflow: ellipsis;
                overflow: hidden
            }
}

@media (max-width: 425px) {
    .information-item {
        padding: 0 20px;
        padding-bottom: 25px
    }

        .information-item.withActions.opened {
            padding-bottom: 100px
        }

            .information-item.withActions.opened .date {
                bottom: 75px;
                transition: 0.1s
            }

        .information-item p {
            padding: 0 !important
        }

        .information-item .date {
            left: 20px
        }

    .information-item__info {
        left: 20px;
        bottom: 43px
    }

        .information-item__info span {
            width: max-content
        }

            .information-item__info span:last-child {
                white-space: nowrap;
                text-overflow: ellipsis;
                overflow: hidden;
                padding-right: 10px
            }

    .information-item__actions {
        position: absolute;
        right: auto;
        left: 8px;
        bottom: 0px
    }

    .information-item .action {
        margin-bottom: 0
    }
}

.groups-item {
    border-radius: 20px;
    border: 2px solid #836310;
    padding: 35px 40px;
    max-width: 800px;
    margin-bottom: 30px
}

.groups-item__name {
    font-size: 20px;
    margin-bottom: 25px;
    font-weight: 600
}

.groups-item:last-child {
    margin-bottom: 0
}

.groups-info {
    width: 100%
}

.groups-info__item {
    display: flex;
    margin-bottom: 20px;
    max-width: 100%;
    width: 100%
}

    .groups-info__item:last-child {
        margin-bottom: 0
    }

    .groups-info__item .name {
        width: 130px;
        color: #B6BCBF;
        font-size: 16px;
        line-height: 30px;
        margin-right: 30px
    }

    .groups-info__item .data {
        font-size: 16px;
        width: calc(100% - 160px);
        max-width: calc(100% - 210px);
        line-height: 30px;
        white-space: nowrap;
        text-overflow: ellipsis;
        display: block;
        overflow: hidden
    }

        .groups-info__item .data .link {
            color: #106E83;
            margin-left: 10px
        }

        .groups-info__item .data .lastData {
            color: #B6BCBF;
            margin-left: 5px
        }

.grouplist-item {
    width: 100%
}

    .grouplist-item:nth-child(odd) {
        background-color: #E7F7FB
    }

        .grouplist-item:nth-child(odd) .grouplist-item__head {
            border-bottom: 2px solid #fff !important
        }

    .grouplist-item.opened .grouplist-item__head {
        border-bottom: 2px solid #E7F7FB
    }

        .grouplist-item.opened .grouplist-item__head .actions-item {
            opacity: 1
        }

        .grouplist-item.opened .grouplist-item__head .open {
            transform: rotate(180deg);
            transition: 0.3s
        }

    .grouplist-item.opened .grouplist-item__body {
        display: block
    }

    .grouplist-item.js-showStudents .grouplist-item__head .descr > .count {
        display: none
    }

    .grouplist-item.js-showStudents .grouplist-item__head .descr > .back {
        display: flex;
        align-items: center;
        font-size: 14px;
        font-weight: 500;
        line-height: 20px;
        color: #106E83;
        cursor: pointer
    }

        .grouplist-item.js-showStudents .grouplist-item__head .descr > .back img {
            margin-right: 10px;
            width: 14px
        }

    .grouplist-item.js-showStudents .grouplist-item__students {
        display: flex
    }

    .grouplist-item.js-showStudents .grouplist-item__body {
        display: none
    }

.grouplist-item__head {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 15px 30px;
    padding-right: 10px;
    border-bottom: 2px solid transparent
}

    .grouplist-item__head .descr {
        width: 440px
    }

        .grouplist-item__head .descr > .name {
            font-size: 18px;
            font-weight: 500;
            line-height: 30px;
            white-space: nowrap;
            text-overflow: ellipsis;
            display: block;
            overflow: hidden
        }

        .grouplist-item__head .descr > .count {
            font-size: 14px;
            color: #106E83;
            line-height: 20px;
            cursor: pointer
        }

        .grouplist-item__head .descr > .back {
            display: none
        }

    .grouplist-item__head .actions {
        display: flex;
        align-items: flex-end
    }

    .grouplist-item__head .actions-item {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        opacity: 0;
        transition: 0.3s;
        margin-left: 15px;
        margin-right: 15px
    }

        .grouplist-item__head .actions-item .icon {
            margin-bottom: 8px;
            opacity: 0.7;
            transition: 0.3s;
            width: 26px
        }

        .grouplist-item__head .actions-item span {
            color: #106E83;
            font-size: 14px;
            opacity: 0.7;
            transition: 0.3s
        }

    .grouplist-item__head .actions .open {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 54px;
        height: 54px;
        cursor: pointer;
        transition: 0.3s;
        transform: rotate(0)
    }

        .grouplist-item__head .actions .open img {
            width: 18px;
            height: 10px
        }

.grouplist-item__body {
    display: none;
    padding: 20px 30px;
    overflow: hidden
}

    .grouplist-item__body .actions {
        display: none
    }

    .grouplist-item__body .data.primary {
        white-space: nowrap;
        text-overflow: ellipsis;
        display: block;
        overflow: hidden
    }

.grouplist-item__students {
    padding: 20px 30px;
    display: none;
    align-items: center;
    justify-content: space-between
}

    .grouplist-item__students .list {
        width: 270px
    }

        .grouplist-item__students .list p {
            margin-bottom: 10px;
            font-size: 16px;
            line-height: 30px;
            cursor: pointer;
            transition: 0.3s;
            white-space: nowrap;
            text-overflow: ellipsis;
            display: block;
            overflow: hidden
        }

            .grouplist-item__students .list p.current {
                color: #836310
            }

            .grouplist-item__students .list p span {
                color: #B6BCBF;
                margin-right: 5px
            }

            .grouplist-item__students .list p:last-child {
                margin-bottom: 0
            }

    .grouplist-item__students .list-content {
        width: max-content;
        display: none
    }

        .grouplist-item__students .list-content.active {
            display: block
        }

    .grouplist-item__students .list-content__card {
        display: flex;
        justify-content: flex-start;
        align-items: center;
        border-radius: 20px;
        border: 2px solid #836310;
        overflow: hidden;
        width: max-content
    }

        .grouplist-item__students .list-content__card .actions {
            padding: 0 30px;
            width: calc(100% - 200px);
            position: relative
        }

            .grouplist-item__students .list-content__card .actions form {
                margin-bottom: 15px
            }

                .grouplist-item__students .list-content__card .actions form .actions-item {
                    position: absolute;
                    top: 0;
                    left: 0;
                    padding: 0 30px
                }

                .grouplist-item__students .list-content__card .actions form .submit {
                    border-radius: 0;
                    height: 26px;
                    opacity: 0
                }

        .grouplist-item__students .list-content__card .actions-item {
            display: flex;
            align-items: center;
            margin-bottom: 15px;
            cursor: pointer;
            opacity: 0.7;
            transition: 0.3s
        }

            .grouplist-item__students .list-content__card .actions-item:last-child {
                margin-bottom: 0
            }

            .grouplist-item__students .list-content__card .actions-item img {
                margin-right: 10px;
                width: 26px
            }

            .grouplist-item__students .list-content__card .actions-item span {
                font-size: 16px;
                line-height: 22px;
                color: #106E83
            }

    .grouplist-item__students .list-content__avatar {
        width: 200px;
        height: 200px;
        border-top-left-radius: 20px;
        border-bottom-left-radius: 20px
    }

        .grouplist-item__students .list-content__avatar img {
            width: 100%;
            height: 100%;
            object-fit: cover;
            object-position: center;
            border-top-left-radius: 20px;
            border-bottom-left-radius: 20px;
            transform: scale(1.01)
        }

            .grouplist-item__students .list-content__avatar img.empty {
                background-color: #fff;
                object-fit: contain;
                padding: 5px
            }

@media (min-width: 992px) {
    .grouplist-item__head .actions-item:hover {
        cursor: pointer
    }

        .grouplist-item__head .actions-item:hover .icon, .grouplist-item__head .actions-item:hover span {
            opacity: 1;
            transition: 0.3s
        }

    .grouplist-item__students .list-content__card .actions-item:hover {
        transition: 0.3s;
        opacity: 1
    }

    .grouplist-item__students .list p:hover {
        transition: 0.3s;
        color: #836310
    }

    .grouplist-item:hover .grouplist-item__head .actions-item {
        opacity: 1;
        transition: 0.3s
    }
}

@media (max-width: 1500px) {
    .grouplist-item__head .descr {
        width: 400px
    }
}

@media (max-width: 1400px) {
    .grouplist-item__head .descr {
        width: 300px
    }

    .grouplist-item__head .actions-item {
        margin-left: 10px;
        margin-right: 10px;
        font-size: 14px
    }
}

@media (max-width: 1300px) {
    .grouplist-item__head .descr {
        width: 300px
    }

    .grouplist-item__head .actions-item {
        margin-left: 7px;
        margin-right: 7px;
        font-size: 12px
    }
}

@media (max-width: 1200px) {
    .grouplist-item__head .descr {
        width: 400px
    }

    .grouplist-item__head .actions {
        align-items: center
    }

    .grouplist-item__head .actions-item {
        margin: 0 10px
    }

        .grouplist-item__head .actions-item .icon {
            width: 25px;
            margin-bottom: 0
        }

        .grouplist-item__head .actions-item span {
            display: none
        }

    .grouplist-item__students .list {
        width: 220px
    }

        .grouplist-item__students .list p {
            font-size: 15px
        }

    .grouplist-item__students .list-content {
        width: max-content
    }

    .grouplist-item__students .list-content__card .actions {
        width: calc(100% - 130px)
    }

        .grouplist-item__students .list-content__card .actions img {
            width: 30px
        }

    .grouplist-item__students .list-content__avatar {
        width: 130px;
        height: 130px
    }
}

@media (max-width: 1024px) {
    .grouplist-item__students .list {
        width: 250px
    }

        .grouplist-item__students .list p {
            font-size: 16px
        }

    .grouplist-item__students .list-content__card .actions {
        width: calc(100% - 130px)
    }

    .grouplist-item__students .list-content__avatar {
        width: 150px;
        height: 150px
    }

    .groups-item {
        padding: 30px;
        max-width: 100%;
        border-radius: 10px
    }
}

@media (max-width: 768px) {
    .grouplist-item__head {
        padding: 15px;
        padding-right: 10px
    }

        .grouplist-item__head .descr {
            width: calc(100% - 150px)
        }

    .grouplist-item__body {
        padding: 15px
    }

    .grouplist-item__students {
        padding: 15px
    }

        .grouplist-item__students .list-content__card {
            border: 2px solid rgba(131,99,16,0.6);
            flex-direction: column
        }

            .grouplist-item__students .list-content__card .actions {
                width: 100%;
                padding: 10px
            }

                .grouplist-item__students .list-content__card .actions form {
                    margin-bottom: 10px
                }

                    .grouplist-item__students .list-content__card .actions form .actions-item {
                        padding: 0 10px;
                        top: 10px
                    }

                    .grouplist-item__students .list-content__card .actions form .submit {
                        border-radius: 0;
                        height: 30px;
                        opacity: 0
                    }

        .grouplist-item__students .list-content__avatar {
            width: 200px
        }

            .grouplist-item__students .list-content__avatar img {
                border-radius: 0
            }

    .groups-item {
        padding: 25px
    }

    .groups-info__item {
        position: relative;
        padding-top: 20px;
        margin-bottom: 15px
    }

        .groups-info__item .name {
            position: absolute;
            top: -5px;
            left: 0;
            font-size: 14px;
            width: max-content;
            margin-right: 0
        }

        .groups-info__item .data {
            width: 100%;
            max-width: 100%
        }
}

@media (max-width: 600px) {
    .grouplist-item__head .actions-item .icon {
        opacity: 1
    }

    .grouplist-item__students {
        flex-direction: column-reverse;
        align-items: stretch;
        padding: 15px;
        padding-bottom: 15px
    }

        .grouplist-item__students .list {
            width: 100%
        }

        .grouplist-item__students .list-content {
            width: 100%
        }

        .grouplist-item__students .list-content__card {
            border: none;
            border-radius: 0;
            display: flex;
            flex-direction: row;
            width: 100%;
            margin-bottom: 25px
        }

            .grouplist-item__students .list-content__card .actions {
                width: auto;
                padding: 20px
            }

            .grouplist-item__students .list-content__card .actions-item {
                opacity: 1
            }

            .grouplist-item__students .list-content__card .actions form {
                margin-bottom: 10px
            }

                .grouplist-item__students .list-content__card .actions form .actions-item {
                    padding: 0 20px;
                    top: 20px;
                    margin-bottom: 0
                }

                .grouplist-item__students .list-content__card .actions form .submit {
                    border-radius: 0;
                    height: 30px;
                    opacity: 0
                }

        .grouplist-item__students .list-content__avatar {
            width: 160px;
            height: 160px;
            border-radius: 0
        }

            .grouplist-item__students .list-content__avatar img {
                border-radius: 0;
                transform: none
            }
}

@media (max-width: 500px) {
    .grouplist-item:nth-child(odd) .grouplist-item__students .list-content__card {
        border-bottom: 2px solid #ffffff !important
    }

    .grouplist-item__head {
        padding: 15px 20px;
        padding-right: 10px
    }

        .grouplist-item__head .descr {
            width: calc(100% - 54px);
            max-width: 200px
        }

            .grouplist-item__head .descr .name {
                font-size: 16px
            }

        .grouplist-item__head .actions-item {
            display: none
        }

    .grouplist-item__body {
        padding: 20px
    }

        .grouplist-item__body .actions {
            display: flex;
            align-items: center;
            margin-bottom: 20px
        }

        .grouplist-item__body .actions-item {
            display: flex;
            flex-direction: column;
            align-items: center;
            margin-right: 15px
        }

            .grouplist-item__body .actions-item .icon {
                width: 22px;
                margin-bottom: 5px
            }

            .grouplist-item__body .actions-item span {
                font-size: 14px;
                color: #106E83;
                display: none
            }

        .grouplist-item__body .actions .toList {
            margin-left: auto;
            display: flex;
            align-items: center;
            height: 40px
        }

            .grouplist-item__body .actions .toList span {
                color: #106E83;
                font-size: 14px;
                line-height: 14px
            }

            .grouplist-item__body .actions .toList img {
                width: 14px;
                margin-left: 10px;
                transform: rotate(180deg)
            }

    .grouplist-item__students {
        padding: 0
    }

        .grouplist-item__students .list {
            padding: 20px
        }

        .grouplist-item__students .list-content__card {
            border-bottom: 2px solid #E7F7FB;
            overflow: hidden
        }

    .groups-item {
        border: none;
        border-radius: 0;
        border-top: 2px solid rgba(131,99,16,0.6);
        border-bottom: 2px solid rgba(131,99,16,0.6);
        background-color: #E7F7FB;
        padding: 20px
    }
}

@media (max-width: 350px) {
    .grouplist-item__body .actions-item span {
        display: none
    }

    .grouplist-item__body .actions-item .icon {
        width: 30px
    }
}

.userlist-item {
    background-color: #fff;
    margin-bottom: 5px
}

    .userlist-item:nth-child(odd) {
        background-color: #E7F7FB
    }

        .userlist-item:nth-child(odd) .userlist-item__body {
            border-top: 2px solid #fff
        }

    .userlist-item:hover .actions-item {
        transition: 0.3s;
        opacity: 0.7
    }

    .userlist-item.opened .open img {
        transition: 0.5s;
        transform: rotate(180deg) !important
    }

    .userlist-item.opened .userlist-item__body {
        display: flex
    }

.userlist-item__header {
    display: flex;
    align-items: center;
    justify-content: flex-start
}

    .userlist-item__header .avatar {
        height: 80px !important;
        width: 80px !important
    }

        .userlist-item__header .avatar img {
            height: 100%;
            width: 100%;
            object-fit: cover;
            object-position: center
        }

        .userlist-item__header .avatar.empty img {
            padding-top: 3px;
            object-fit: contain
        }

    .userlist-item__header .descr {
        margin-left: 20px;
        width: 280px
    }

        .userlist-item__header .descr .name {
            display: block;
            font-size: 16px;
            font-weight: 500;
            line-height: 30px;
            white-space: nowrap;
            text-overflow: ellipsis;
            display: block;
            overflow: hidden;
            color: #0F2D37;
        }

        .userlist-item__header .descr .type {
            display: block;
            font-size: 16px;
            line-height: 30px;
            color: #B6BCBF;
            white-space: nowrap;
            text-overflow: ellipsis;
            display: block;
            overflow: hidden
        }

.userlist-item__body {
    display: none;
    border-top: 2px solid #E7F7FB;
    padding: 20px
}

    .userlist-item__body .actions {
        display: none !important
    }

.userlist-item .actions {
    margin-left: auto;
    display: flex
}

    .userlist-item .actions .open {
        display: flex;
        justify-content: center;
        align-items: center;
        width: 80px;
        height: 80px;
        cursor: pointer
    }

        .userlist-item .actions .open img {
            transition: 0.5s;
            transform: rotate(0deg)
        }

.userlist-item .actions-item {
    cursor: pointer;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin: 0 10px;
    opacity: 0;
    transition: 0.3s
}

    .userlist-item .actions-item:hover {
        opacity: 1;
        transition: 0.3s;
        color: #106E83;
    }

    .userlist-item .actions-item .icon {
        margin-bottom: 10px;
        width: 24px;
        min-height: 24px
    }

    .userlist-item .actions-item span {
        color: #106E83;
        font-size: 15px
    }

@media (max-width: 1400px) {
    .userlist-item .descr {
        width: 250px
    }

    .userlist-item .actions-item {
        margin: 0 7px
    }

        .userlist-item .actions-item .icon {
            width: 20px;
            min-height: 20px
        }

        .userlist-item .actions-item span {
            font-size: 14px
        }
}

@media (max-width: 1300px) {
    .userlist-item .descr {
        width: 250px
    }

    .userlist-item .actions-item .icon {
        margin-bottom: 0;
        width: 26px;
        min-width: 26px
    }

    .userlist-item .actions-item span {
        display: none
    }

    .userlist-item .actions-item.tch .icon {
        margin-bottom: 8px;
        width: 26px;
        min-height: 26px
    }

    .userlist-item .actions-item.tch span {
        display: block
    }
}

@media (max-width: 1140px) {
    .userlist-item .descr {
        margin-left: 10px;
        width: 210px
    }

    .userlist-item .actions-item {
        margin: 0 5px
    }

        .userlist-item .actions-item .icon {
            width: 16px;
            min-height: 16px
        }

        .userlist-item .actions-item span {
            font-size: 13px
        }
}

@media (max-width: 1024px) {
    .userlist-item .descr {
        margin-left: 20px;
        width: 250px
    }

    .userlist-item .actions-item {
        margin: 0 7px
    }

        .userlist-item .actions-item .icon {
            width: 20px;
            min-height: 20px
        }

        .userlist-item .actions-item span {
            font-size: 13px
        }
}

@media (max-width: 768px) {
    .userlist-item__header .descr {
        width: calc(100% - 180px);
        margin-left: 10px
    }

    .userlist-item__header > .actions {
        opacity: 1;
        margin-right: 0
    }

        .userlist-item__header > .actions .actions-item {
            display: none
        }

    .userlist-item__body {
        padding: 20px;
        display: none;
        flex-direction: column;
        justify-content: flex-start;
        align-items: flex-start
    }

        .userlist-item__body .groups-info {
            width: 100%
        }

        .userlist-item__body .actions {
            margin: 0;
            opacity: 1;
            display: flex !important;
            margin-bottom: 20px
        }

        .userlist-item__body .actions-item {
            opacity: 1
        }
}

.admin-wrap {
    display: flex;
    justify-content: flex-start;
    margin-bottom: 10px
}

.admin-disabled {
    display: block;
    margin-bottom: 30px;
    color: #106E83 !important;
}

.admin-item {
    cursor: pointer;
    margin-right: 20px;
    margin-bottom: 20px;
    padding: 20px;
    border: 2px solid #E7F7FB;
    border-radius: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    line-height: 20px;
    color: #836310;
    transition: 0.3s;
    background-color: #E7F7FB
}

    .admin-item.current {
        transition: 0.3s;
        background-color: #ffffff;
        border: 2px solid #836310 !important
    }

.admin-actions {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    margin-bottom: 50px;
    margin-top: 55px
}

.admin-actions__item {
    cursor: pointer;
    height: 50px;
    padding: 0 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 20px;
    margin-bottom: 20px;
    background-color: #E7F7FB;
    border: 2px solid #E7F7FB;
    border-radius: 15px;
    font-size: 16px;
    color: #106E83;
    transition: 0.3s
}

    .admin-actions__item:last-child {
        margin-right: 0
    }

.admin-content__item {
    display: none
}

    .admin-content__item.opened {
        display: block
    }

    .admin-content__item p {
        font-size: 26px;
        color: #106E83;
        line-height: 36px;
        margin-bottom: 30px
    }

.admin-add {
    width: 500px
}

    .admin-add .back {
        color: #0F2D37;
        font-size: 18px;
        transition: 0.3s;
        width: max-content;
        cursor: pointer
    }

        .admin-add .back:hover {
            transition: 0.3s;
            color: #106E83
        }

    .admin-add .submit {
        margin-top: 20px;
        margin-bottom: 20px
    }

    .admin-add p {
        margin-bottom: 20px;
        color: #0F2D37;
        font-size: 24px
    }

        .admin-add p span {
            font-size: 18px;
            color: #B6BCBF
        }

.admin-add__block {
    position: relative;
    padding-top: 40px;
    margin-bottom: 30px
}

    .admin-add__block .input-block {
        width: 100%
    }

        .admin-add__block .input-block .date {
            display: flex;
            justify-content: space-between
        }

            .admin-add__block .input-block .date .date-d {
                width: 25%
            }

            .admin-add__block .input-block .date .date-m {
                width: 40%
            }

            .admin-add__block .input-block .date .date-y {
                width: 30%
            }

        .admin-add__block .input-block .schedule .schedule-item {
            margin-bottom: 10px;
            display: flex;
            justify-content: flex-start;
            align-items: center
        }

            .admin-add__block .input-block .schedule .schedule-item.example {
                display: none
            }

        .admin-add__block .input-block .schedule .schedule-add {
            width: 50px;
            height: 50px;
            border: 1px solid #106E83;
            border-radius: 10px;
            display: flex;
            align-items: center;
            justify-content: center;
            cursor: pointer
        }

        .admin-add__block .input-block .schedule .schedule-d {
            width: 30%;
            margin-right: 15px
        }

        .admin-add__block .input-block .schedule .schedule-time {
            display: flex;
            align-items: center
        }

            .admin-add__block .input-block .schedule .schedule-time input {
                margin-left: 5px;
                margin-right: 5px;
                padding: 0 8px;
                width: 120px
            }

        .admin-add__block .input-block .schedule .schedule-remove {
            height: 45px;
            padding: 10px;
            padding-top: 12px;
            border: 1px solid #106E83;
            border-radius: 10px;
            display: flex;
            align-items: center;
            justify-content: center;
            cursor: pointer;
            margin-left: auto
        }

            .admin-add__block .input-block .schedule .schedule-remove img {
                transform: rotate(45deg)
            }

    .admin-add__block.roles, .admin-add__block.languages, .admin-add__block.types {
        display: flex
    }

        .admin-add__block.roles .radio, .admin-add__block.languages .radio, .admin-add__block.types .radio {
            width: 200px;
            margin-right: 15px
        }

            .admin-add__block.roles .radio div.invalid, .admin-add__block.languages .radio div.invalid, .admin-add__block.types .radio div.invalid {
                top: 30px;
                width: max-content
            }

    .admin-add__block.levels {
        display: flex;
        flex-wrap: wrap
    }

        .admin-add__block.levels .radio {
            min-width: 190px;
            margin-right: 15px;
            margin-bottom: 10px
        }

    .admin-add__block.colors {
        display: flex;
        flex-direction: column
    }

        .admin-add__block.colors .radio {
            min-width: 190px;
            margin-right: 15px;
            margin-bottom: 10px
        }

.admin-add__text {
    position: absolute;
    top: 0;
    left: 0;
    font-size: 16px;
    color: #106E83;
    line-height: 30px
}

@media (min-width: 992px) {
    .admin-item:hover {
        border: 2px solid #106E83;
        transition: 0.3s;
        color: #836310 !important;
    }

    .admin-actions__item:hover {
        transition: 0.3s;
        border: 2px solid #106E83;
        color: #106E83;
    }
}

@media (max-width: 768px) {
    .admin-wrap {
        display: flex;
        flex-direction: column
    }

    .admin-actions {
        display: flex;
        align-items: flex-start
    }

    .admin-actions__item {
        margin-left: 0
    }
}

@media (max-width: 600px) {
    .admin-add {
        width: 100%
    }

    .admin-add__block {
        position: relative;
        padding-top: 40px;
        margin-bottom: 30px
    }

        .admin-add__block .input-block {
            width: 100%
        }

        .admin-add__block.roles, .admin-add__block.languages, .admin-add__block.types {
            display: flex
        }

            .admin-add__block.roles .radio, .admin-add__block.languages .radio, .admin-add__block.types .radio {
                width: 100%;
                margin-right: 0
            }
}

@media (max-width: 425px) {
    .admin-disabled {
        padding: 0 20px
    }

    .admin-wrap {
        padding: 0 20px
    }

    .admin-actions {
        margin-bottom: 20px;
        padding: 0 20px
    }

    .admin-item {
        padding: 15px;
        font-size: 15px;
        line-height: 22px
    }

    .admin-add__text {
        font-size: 14px;
        line-height: 20px
    }

    .admin-add__block {
        flex-wrap: wrap;
        padding-top: 20px
    }

        .admin-add__block label {
            margin-bottom: 10px
        }

        .admin-add__block.roles .radio div.invalid, .admin-add__block.languages .radio div.invalid, .admin-add__block.types .radio div.invalid {
            top: 70px
        }

    .admin-add form {
        padding: 0 20px
    }

    .admin-content__item p {
        padding: 0 20px;
        font-size: 20px;
        line-height: 30px;
        margin-bottom: 30px
    }
}

.statistic-subtitle {
    color: #B6BCBF;
    font-size: 16px
}

.statistic-wrap {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap
}

.statistic-block {
    width: 400px;
    border-radius: 20px;
    position: relative;
    margin-right: 20px;
    margin-bottom: 50px;
    padding-top: 20px
}

    .statistic-block.hours {
        display: flex;
        flex-direction: column;
        align-items: center
    }

        .statistic-block.hours .info-block {
            top: 135px
        }

        .statistic-block.hours .message {
            position: relative
        }

            .statistic-block.hours .message .info-btn {
                bottom: 50px;
                right: 20px;
                top: auto
            }

                .statistic-block.hours .message .info-btn img {
                    width: 6px
                }

            .statistic-block.hours .message img {
                margin: 0 auto;
                width: 100%
            }

            .statistic-block.hours .message .message-title {
                width: 100%;
                text-align: center;
                position: absolute;
                top: 20px;
                left: 0;
                font-size: 16px;
                line-height: 22px;
                padding: 0 8px
            }

            .statistic-block.hours .message .message-count {
                width: 100%;
                text-align: center;
                position: absolute;
                top: 60px;
                left: 0;
                font-size: 30px;
                line-height: 45px;
                color: #836310;
                font-family: 'Playfair Display';
                font-weight: 400
            }

        .statistic-block.hours .hours-simon {
            width: 100px;
            margin-left: -20px;
            margin-top: 20px
        }

    .statistic-block.withShadow {
        padding: 30px 40px;
        box-shadow: 0px 0px 20px rgba(16,110,131,0.15)
    }

    .statistic-block .info-btn {
        position: absolute;
        top: 20px;
        right: 20px;
        width: 28px;
        height: 28px;
        border-radius: 50px;
        border: 1px solid #106E83;
        display: flex;
        align-items: center;
        justify-content: center;
        box-sizing: border-box;
        cursor: pointer
    }

        .statistic-block .info-btn:hover + .info-block {
            display: block
        }

    .statistic-block .info-block {
        position: absolute;
        background-color: #E7F7FB;
        box-shadow: 0px 15px 20px rgba(16,110,131,0.05);
        font-size: 14px;
        line-height: 22px;
        padding: 15px;
        max-width: 300px;
        width: max-content !important;
        top: 60px;
        right: -60px;
        border: 1px solid #106E83;
        border-radius: 20px;
        z-index: 10;
        display: none;
        transition: 1s
    }

        .statistic-block .info-block:hover {
            display: block
        }

.statistic-block__title {
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 35px;
    display: inline-block
}

    .statistic-block__title img {
        width: 30px;
        margin-left: 10px;
        margin-bottom: -5px
    }

.statistic-block__info span {
    display: block;
    font-size: 14px;
    margin-bottom: 15px;
    line-height: 20px
}

    .statistic-block__info span.primary {
        display: inline;
        font-size: 18px;
        margin-left: 10px;
        line-height: 20px
    }

.statistic-block .diagram-wrap {
    width: 100%;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center
}

    .statistic-block .diagram-wrap .percent {
        display: block;
        width: 100px;
        height: 50px;
        text-align: center;
        font-size: 36px;
        line-height: 50px;
        color: #836310;
        font-weight: 400;
        font-family: 'Playfair Display';
        position: absolute;
        top: calc(50% - 25px);
        left: calc(50% - 50px)
    }

    .statistic-block .diagram-wrap .emoji-rating {
        position: absolute;
        bottom: 0;
        right: 0
    }

.statistic-block__svg {
    width: 160px;
    height: 160px
}

.statistic-block__circle {
    transform-origin: center;
    transform: rotate(-90deg);
    transition: 2.5s;
    stroke-dashoffset: 439
}

.diagram-wrap {
    width: 100%;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center
}

    .diagram-wrap .percent {
        display: block;
        width: 100px;
        height: 50px;
        text-align: center;
        font-size: 36px;
        line-height: 50px;
        color: #836310;
        font-weight: 400;
        font-family: 'Playfair Display';
        position: absolute;
        top: calc(50% - 25px);
        left: calc(50% - 50px)
    }

    .diagram-wrap .emoji-rating {
        position: absolute;
        bottom: 0;
        right: 0
    }

    .diagram-wrap.skill {
        justify-content: flex-start;
        width: 160px
    }

.activity {
    padding-bottom: 40px
}

.activity-wrap {
    display: flex;
    justify-content: space-between
}

.activity-nav {
    display: flex;
    flex-direction: column
}

    .activity-nav span {
        font-size: 14px;
        line-height: 30px;
        margin-bottom: 42px;
        margin-top: -15px
    }

        .activity-nav span:last-child {
            margin-bottom: 0
        }

.activity-diagram {
    width: 330px;
    height: 230px;
    position: relative;
    display: flex;
    align-items: flex-end;
    justify-content: space-around
}

    .activity-diagram .bg {
        width: 100%;
        height: 100%;
        border: 1px solid #E7F7FB;
        position: absolute;
        top: 0;
        left: -1px;
        display: flex;
        flex-direction: column;
        box-sizing: content-box;
        overflow: hidden;
        z-index: 1
    }

        .activity-diagram .bg span {
            display: block;
            width: 110%;
            height: 1px;
            margin-top: 56px;
            background-color: #E7F7FB
        }

    .activity-diagram .activity-block, .activity-diagram .concentrasion-block {
        z-index: 3;
        width: 40px;
        margin-bottom: -1px;
        height: 0;
        background-color: red;
        transition: 2.5s;
        border-radius: 3px 3px 0px 0px
    }

    .activity-diagram .activity-block {
        background-color: #D58BA2
    }

    .activity-diagram .concentrasion-block {
        background-color: #9D90C0
    }

    .activity-diagram .descr {
        position: absolute;
        left: 0;
        bottom: -25px;
        display: flex;
        width: 100%
    }

        .activity-diagram .descr span {
            display: block;
            width: 50%;
            font-size: 14px;
            text-align: center
        }

.adventures h2 {
    font-weight: 600;
    margin-bottom: 15px
}

.adventures-more {
    margin-top: 15px;
    color: #106E83;
    display: flex;
    align-items: center;
    cursor: pointer
}

    .adventures-more img {
        margin-left: 10px
    }

.adventures-text p {
    font-size: 16px;
    line-height: 30px;
    font-family: 'Open Sans';
    display: none;
    margin: 5px 0
}

    .adventures-text p:nth-of-type(1) {
        display: block
    }

.skills {
    width: 840px
}

    .skills h2 {
        margin-bottom: 15px
    }

    .skills .info {
        position: relative;
        display: inline-block;
        margin-left: 20px
    }

        .skills .info .info-btn {
            position: static
        }

        .skills .info .info-block {
            top: 40px
        }

    .skills p {
        font-size: 16px;
        font-family: 'Open Sans';
        line-height: 30px;
        margin-bottom: 10px
    }

.skills-wrap {
    margin-top: 50px;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start
}

.skills-item {
    width: calc(50% - 40px);
    margin-right: 20px;
    position: relative
}

    .skills-item:nth-child(1) {
        margin-bottom: 50px
    }

    .skills-item:nth-child(2) {
        margin-bottom: 50px
    }

.skills-item__svg {
    height: 160px;
    width: 160px
}

.skills-item__circle {
    transform-origin: center;
    transform: rotate(-90deg);
    transition: 2.5s;
    stroke-dashoffset: 439
}

.skills-name {
    width: 160px;
    text-align: center;
    margin: 20px 0;
    font-size: 18px
}

.level {
    width: 820px !important
}

.level-descr {
    font-size: 14px !important;
    line-height: 20px !important;
    font-family: 'Open Sans' !important;
    color: #0F2D37 !important;
    margin-top: 20px
}

.level-diagram {
    width: 200px;
    height: 265px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end
}

.level-diagram__name {
    width: 100%;
    display: block;
    text-align: center;
    font-family: 'Open Sans';
    font-size: 16px;
    margin-bottom: 15px
}

.level-diagram__block {
    border: 2px solid #106E83;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    width: 100%;
    height: 100px;
    position: relative;
    overflow: hidden
}

    .level-diagram__block .last-point {
        width: 100%;
        display: flex;
        justify-content: space-between;
        align-items: center;
        position: absolute;
        left: 0;
        bottom: 30%
    }

        .level-diagram__block .last-point .line {
            height: 2px;
            width: 40px;
            background-color: #106E83
        }

.level-diagram__progress {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 50px;
    background-color: #E7F7FB
}

.level-nav {
    margin-top: 20px
}

@media (max-width: 1400px) {
    .statistic-block {
        width: 380px;
        margin-right: 15px;
        margin-bottom: 24px
    }

    .skills {
        width: 100% !important
    }

    .level {
        width: 780px !important
    }

    .level-diagram {
        width: 100%
    }
}

@media (max-width: 1300px) {
    .statistic-block {
        width: 350px;
        margin-right: 15px;
        margin-bottom: 24px
    }

    .activity {
        padding-bottom: 40px
    }

    .activity-nav span {
        font-size: 13px;
        line-height: 28px;
        margin-bottom: 42px;
        margin-top: -13px
    }

    .activity-diagram {
        width: 290px;
        height: 230px
    }

    .level {
        width: 720px !important
    }
}

@media (max-width: 1200px) {
    .statistic-block {
        width: 320px;
        border-radius: 15px
    }

        .statistic-block.withShadow {
            padding: 15px 25px
        }

    .statistic-block__title {
        font-size: 18px;
        line-height: 28px
    }

    .activity {
        padding-bottom: 40px
    }

    .activity-nav span {
        font-size: 12px;
        line-height: 28px;
        margin-bottom: 42px;
        margin-top: -13px
    }

    .activity-diagram {
        width: 270px;
        height: 230px
    }

        .activity-diagram .descr span {
            font-size: 12px
        }

        .activity-diagram .activity-block, .activity-diagram .concentrasion-block {
            width: 30px
        }

    .level {
        width: 660px !important
    }

    .level-descr {
        font-size: 13px !important;
        line-height: 20px !important;
        margin-top: 15px
    }
}

@media (max-width: 1140px) {
    .statistic-block {
        width: 300px;
        border-radius: 15px;
        padding-top: 15px
    }

        .statistic-block.withShadow {
            padding: 15px 25px
        }

    .statistic-block__title {
        font-size: 18px;
        line-height: 22px
    }

    .statistic-block__info {
        font-size: 12px
    }

    .statistic-block .info-btn {
        right: 12px;
        top: 12px
    }

    .statistic-block .info-block {
        right: -20px
    }

    .activity {
        padding-bottom: 40px
    }

    .activity-nav span {
        font-size: 12px;
        line-height: 28px;
        margin-bottom: 42px;
        margin-top: -13px
    }

    .activity-diagram {
        width: calc(100% - 50px) !important;
        height: 230px
    }

        .activity-diagram .descr span {
            font-size: 12px
        }

        .activity-diagram .activity-block, .activity-diagram .concentrasion-block {
            width: 50px
        }

    .level {
        width: 615px !important;
        padding: 15px 20px !important
    }

    .level-diagram {
        width: 99%
    }
}

@media (max-width: 1024px) {
    .statistic-block {
        width: 45%;
        border-radius: 15px;
        padding-top: 15px
    }

        .statistic-block.withShadow {
            padding: 15px 25px
        }

        .statistic-block.hours .message .message-title {
            font-size: 14px
        }

    .statistic-block__title {
        font-size: 18px;
        line-height: 22px
    }

    .statistic-block__info {
        font-size: 12px
    }

    .statistic-block .info-btn {
        right: 12px;
        top: 12px
    }

    .level {
        width: calc(90% + 20px) !important
    }
}

@media (max-width: 700px) {
    .statistic-wrap {
        justify-content: center
    }

    .statistic-block {
        width: 75%;
        border-radius: 15px;
        padding-top: 15px;
        margin-right: 0
    }

    .level {
        width: 100% !important
    }

        .level .statistic-block__title {
            padding-right: 20px
        }
}

@media (max-width: 600px) {
    .statistic-wrap {
        justify-content: center
    }

    .statistic-block {
        width: 80%;
        border-radius: 15px;
        padding-top: 15px;
        margin-right: 0
    }

        .statistic-block.skills {
            width: 80% !important
        }

        .statistic-block .info-block {
            right: 0;
            width: 100% !important
        }

    .skills-wrap .skill {
        margin: auto
    }

    .skills-name {
        margin: 20px auto
    }

    .skills-item {
        width: 100%;
        margin-right: 0
    }

    .skills .statistic-block__title {
        margin-right: auto
    }

    .skills .info {
        margin-left: auto;
        position: absolute;
        right: 0
    }

        .skills .info .info-block {
            right: 0;
            width: max-content !important;
            max-width: 260px
        }

    .level .info-block {
        right: 0;
        width: 100% !important
    }
}

@media (max-width: 500px) {
    .statistic-wrap {
        justify-content: flex-start
    }

    .statistic-block {
        width: 100%;
        border-radius: 15px;
        padding-top: 15px;
        margin-right: 0
    }

        .statistic-block.skills {
            width: 90% !important
        }

    .level-diagram .last-point .line {
        width: 30px
    }

    .level-nav {
        width: 100%
    }

        .level-nav .count {
            margin: 0 30px
        }
}

@media (max-width: 450px) {
    .statistic-wrap {
        justify-content: flex-start;
        padding: 0 20px
    }

    .statistic-block {
        width: 100%;
        border-radius: 15px;
        padding-top: 15px;
        margin-right: 0
    }

    .statistic-block__title {
        font-size: 16px
    }

    .statistic-block.skills {
        width: 100% !important
    }

    .activity {
        padding-bottom: 40px
    }

    .activity-nav span {
        font-size: 12px;
        line-height: 28px;
        margin-bottom: 42px;
        margin-top: -13px
    }

    .activity-diagram {
        width: 170px;
        height: 230px
    }

    .level {
        width: 100% !important
    }

    .level-nav {
        width: 100% !important;
        min-width: 100%
    }

        .level-nav .count {
            margin: 0 10px;
            font-size: 22px
        }

            .level-nav .count span {
                font-size: 40px
            }

        .level-nav .prev, .level-nav .next {
            width: 35px;
            height: 35px
        }

    .level-diagram .last-point .line {
        width: 30%
    }

    .skills-item:last-child {
        margin-bottom: 0
    }
}

@media (max-width: 375px) {
    .statistic-block .info-btn {
        width: 24px;
        height: 24px
    }

        .statistic-block .info-btn img {
            width: 5px
        }

    .statistic-block.hours .message .message-title {
        font-size: 14px
    }

    .statistic-block.hours .message .message-count {
        font-size: 26px
    }
}

.js-backToThemeList {
    font-size: 16px !important;
    font-weight: 400;
    color: #106E83;
    margin-bottom: 10px !important;
    cursor: pointer;
    display: flex;
    width: max-content
}

    .js-backToThemeList img {
        width: 14px;
        margin-right: 5px
    }

.theme-group__name {
    color: #836310;
    font-size: 20px;
    font-weight: bold;
    display: block;
    width: 100%;
    margin-bottom: 20px
}

.theme-wrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start
}

.theme-item {
    width: 230px;
    height: 300px;
    background-color: #E7F7FB;
    border-radius: 25px;
    padding: 20px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    position: relative;
    cursor: pointer;
    transition: 0.2s;
    margin-bottom: 30px;
    margin-right: 30px;
    overflow: hidden
}

    .theme-item:hover {
        transition: 0.2s
    }

        .theme-item:hover .theme-item__count {
            color: #fff;
            transition: 0.2s
        }

        .theme-item:hover::before {
            opacity: 1
        }

    .theme-item::before {
        transition: 0.2s;
        width: 100%;
        height: 60px;
        opacity: 0;
        position: absolute;
        content: '';
        left: 0;
        bottom: 0;
        background-color: #87C0E3;
        z-index: 2;
        border-bottom-left-radius: 15px;
        border-bottom-right-radius: 15px
    }

.theme-item__name {
    font-size: 18px;
    line-height: 25px;
    font-weight: 400
}

.theme-item__count {
    position: absolute;
    bottom: 20px;
    left: 20px;
    font-weight: 400;
    font-size: 16px;
    color: #106E83;
    z-index: 2;
    transition: 0.2s
}

.theme-item__cover {
    position: absolute;
    top: -2px;
    right: 30px;
    height: 70px;
    width: 30px;
    background-color: #87C0E3;
    z-index: 2
}

    .theme-item__cover span {
        position: absolute;
        bottom: -25px;
        left: 0px;
        width: 30px;
        height: 40px;
        border-radius: 50%;
        background-color: #E7F7FB
    }

.theme-item.blue:hover {
    border-color: #5eaad9
}

.theme-item.blue::before {
    background-color: #5eaad9
}

.theme-item.blue .theme-item__cover {
    background-color: #5eaad9
}

.theme-item.pink:hover {
    border-color: #c76684
}

.theme-item.pink::before {
    background-color: #c76684
}

.theme-item.pink .theme-item__cover {
    background-color: #c76684
}

.theme-item.purpure:hover {
    border-color: #806fae
}

.theme-item.purpure::before {
    background-color: #806fae
}

.theme-item.purpure .theme-item__cover {
    background-color: #806fae
}

.theme-item.green:hover {
    border-color: #59c699
}

.theme-item.green::before {
    background-color: #59c699
}

.theme-item.green .theme-item__cover {
    background-color: #59c699
}

.theme-item.visited .theme-item__cover {
    display: none
}

.theme-color {
    width: 25px;
    height: 25px;
    border-radius: 50px;
    margin-right: 10px;
    display: inline-block;
    background-color: #7FD3B0
}

.group-theme {
    margin-bottom: 20px
}

    .group-theme:hover .group-theme__head .actions {
        opacity: 1;
        transition: 0.3s
    }

    .group-theme.opened .group-theme__head {
        border-bottom-left-radius: 0;
        border-bottom-right-radius: 0;
        border-bottom: 2px solid #ffffff
    }

        .group-theme.opened .group-theme__head .actions {
            opacity: 1;
            transition: 0.3s
        }

    .group-theme.opened .group-theme__body {
        display: block
    }

.group-theme__head {
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 65px;
    border-radius: 20px;
    background-color: #E7F7FB;
    padding: 15px 20px
}

    .group-theme__head .name {
        font-size: 20px;
        line-height: 26px;
        font-weight: normal;
        white-space: nowrap;
        text-overflow: ellipsis;
        display: block;
        overflow: hidden;
        max-width: 450px
    }

        .group-theme__head .name span {
            font-size: 16px;
            color: #B6BCBF
        }

    .group-theme__head .actions {
        opacity: 0;
        transition: 0.3s;
        display: flex
    }

    .group-theme__head .actions-item {
        display: flex;
        align-items: center;
        opacity: 0.7;
        cursor: pointer;
        transition: 0.3s;
        margin-right: 15px
    }

        .group-theme__head .actions-item:last-child {
            margin-right: 0
        }

        .group-theme__head .actions-item:hover {
            opacity: 1;
            transition: 0.3s
        }

        .group-theme__head .actions-item span {
            font-size: 16px;
            color: #106E83
        }

        .group-theme__head .actions-item img {
            width: 30px;
            margin-right: 10px
        }

.group-theme__body {
    background-color: #E7F7FB;
    display: none;
    max-height: 300px;
    overflow-y: auto
}

    .group-theme__body::-webkit-scrollbar {
        width: 3px;
        background-color: #E7F7FB
    }

    .group-theme__body::-webkit-scrollbar-thumb {
        background-color: #106E83;
        border-radius: 10px
    }

.group-theme__item {
    cursor: pointer;
    padding: 20px;
    border-bottom: 2px solid #ffffff;
    display: flex;
    align-items: flex-start
}

    .group-theme__item .count {
        font-size: 16px;
        font-weight: 400;
        color: #B6BCBF;
        display: block;
        margin-right: 10px;
        transition: 0.3s
    }

    .group-theme__item .files-count {
        display: flex;
        width: max-content;
        margin-left: auto
    }

        .group-theme__item .files-count span {
            font-size: 16px;
            font-weight: 400;
            color: #B6BCBF;
            transition: 0.3s
        }

            .group-theme__item .files-count span:nth-child(1) {
                margin-right: 5px
            }

    .group-theme__item .name {
        font-size: 16px;
        font-weight: 400;
        color: #0F2D37;
        display: block;
        margin-right: 10px;
        transition: 0.3s
    }

    .group-theme__item:hover .count, .group-theme__item:hover .name, .group-theme__item:hover .files-count span {
        transition: 0.3s;
        color: #106E83
    }

.theme-file {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: 15px;
    width: 100%
}

.theme-file__list {
    width: 100%
}

.theme-file__icon {
    margin-right: 40px;
    max-width: 40px;
    max-height: 40px
}

.theme-file__head {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    margin-bottom: 15px;
    cursor: pointer
}

    .theme-file__head .count {
        font-size: 16px;
        color: #B6BCBF;
        margin-right: 10px;
        width: max-content;
        min-width: 50px;
        transition: 0.3s;
        line-height: 20px
    }

    .theme-file__head .name {
        font-size: 16px;
        line-height: 20px;
        color: #106E83;
        transition: 0.3s
    }

    .theme-file__head .date {
        color: #B6BCBF;
        transition: 0.3s;
        font-size: 14px;
        line-height: 20px;
        margin-left: 3px
    }

.theme-file__body {
    display: none;
    margin-bottom: 15px
}

    .theme-file__body .btn {
        color: #106E83;
        background-color: #fff;
        padding: 0 15px;
        height: 35px;
        display: flex;
        align-items: center;
        border: 2px solid #106E83;
        border-radius: 50px;
        margin-right: 15px;
        cursor: pointer
    }

        .theme-file__body .btn.primary {
            color: #ffffff;
            background-color: #106E83
        }

        .theme-file__body .btn img {
            margin-left: 10px
        }

        .theme-file__body .btn:last-child {
            margin-right: 0
        }

.theme-file__item {
    margin-bottom: 20px
}

    .theme-file__item:hover .theme-file__head .name {
        color: #0F2D37;
        transition: 0.3s
    }

    .theme-file__item.opened .theme-file__head .count {
        transition: 0.3s;
        color: #836310
    }

    .theme-file__item.opened .theme-file__head .name {
        color: #836310;
        transition: 0.3s
    }

    .theme-file__item.opened .theme-file__body {
        display: flex !important
    }

@media (max-width: 1300px) {
    .theme-item {
        width: 220px;
        margin-right: 15px;
        margin-bottom: 15px
    }
}

@media (max-width: 1200px) {
    .theme-item {
        width: 210px;
        margin-right: 15px;
        margin-bottom: 15px;
        border-radius: 15px
    }
}

@media (max-width: 1140px) {
    .theme-wrap {
        justify-content: space-between
    }

    .theme-item {
        width: calc(50% - 15px);
        margin-right: 0;
        margin-bottom: 30px;
        border-radius: 15px
    }

    .theme-file {
        margin-bottom: 15px
    }

    .theme-file__icon {
        margin-right: 20px;
        max-width: 20px;
        max-height: 20px
    }

    .theme-file__head {
        margin-bottom: 13px
    }

        .theme-file__head .count {
            font-size: 16px;
            margin-right: 7px;
            min-width: 50px
        }

        .theme-file__head .name {
            font-size: 16px;
            line-height: 20px
        }

    .theme-file__body {
        margin-bottom: 15px
    }

        .theme-file__body .btn {
            padding: 0 12px;
            height: 30px;
            margin-right: 10px
        }

            .theme-file__body .btn img {
                margin-left: 7px;
                max-width: 15px
            }

            .theme-file__body .btn:last-child {
                margin-right: 0
            }

    .theme-file__item {
        margin-bottom: 15px
    }
}

@media (max-width: 1024px) {
    .theme-wrap {
        justify-content: flex-start
    }

    .theme-item {
        width: 240px;
        margin-right: 20px;
        margin-bottom: 20px
    }
}

@media (max-width: 900px) {
    .theme-item {
        width: 220px;
        margin-right: 17px;
        margin-bottom: 17px
    }
}

@media (max-width: 800px) {
    .theme-item {
        width: 210px;
        margin-right: 15px;
        margin-bottom: 15px
    }
}

@media (max-width: 768px) {
    .theme-wrap {
        justify-content: flex-start
    }

    .theme-item {
        margin-right: 15px;
        height: 270px;
        width: calc(33% - 15px)
    }

        .theme-item::before {
            height: 50px
        }

    .theme-item__name {
        font-size: 16px;
        line-height: 22px
    }

    .theme-item__count {
        font-size: 14px;
        line-height: 20px;
        bottom: 15px
    }

    .theme-file {
        margin-bottom: 15px
    }

    .theme-file__icon {
        margin-right: 20px;
        max-width: 20px;
        max-height: 20px
    }

    .theme-file__head {
        margin-bottom: 13px
    }

        .theme-file__head .count {
            font-size: 16px;
            margin-right: 7px;
            min-width: 50px;
            line-height: 20px
        }

        .theme-file__head .name {
            font-size: 16px;
            line-height: 20px
        }

    .theme-file__body {
        margin-bottom: 15px;
        flex-wrap: wrap
    }

        .theme-file__body .btn {
            padding: 0 12px;
            height: 30px;
            margin-right: 10px;
            margin-bottom: 10px
        }

            .theme-file__body .btn img {
                margin-left: 7px;
                max-width: 15px
            }

            .theme-file__body .btn:last-child {
                margin-right: 0
            }

    .theme-file__item {
        margin-bottom: 15px
    }

    .group-theme__head .name {
        font-size: 18px;
        max-width: calc(100% - 100px)
    }

    .group-theme__head .actions-item {
        font-size: 16px
    }

        .group-theme__head .actions-item img {
            width: 20px
        }

    .group-theme__body .name {
        font-size: 15px
    }

    .group-theme__body .files-count {
        display: flex;
        align-items: flex-end;
        flex-direction: column
    }

        .group-theme__body .files-count span {
            margin: 0 !important;
            font-size: 14px
        }
}

@media (max-width: 670px) {
    .theme-item {
        margin-right: 15px;
        height: 270px;
        width: 230px
    }
}

@media (max-width: 600px) {
    .theme-wrap {
        justify-content: space-between
    }

    .theme-item {
        margin-right: 0;
        width: calc(50% - 10px)
    }

    .group-theme__head .name {
        font-size: 16px
    }
}

@media (max-width: 450px) {
    .theme-item {
        width: 100%;
        height: max-content;
        min-height: 150px;
        padding-top: 50px;
        padding-bottom: 50px
    }

    .theme-item__cover {
        height: 50px;
        right: 20px
    }

    .theme-item__name {
        margin-bottom: 20px;
        z-index: 3
    }
}

@media (max-width: 425px) {
    .theme-wrap {
        padding: 0 20px
    }

    .theme-item {
        padding-top: 20px;
        padding-bottom: 40px;
        min-height: 130px;
        position: relative
    }

    .theme-item__name {
        margin-bottom: 0;
        color: #106E83
    }

    .theme-item__cover {
        display: none
    }

    .theme-item__count {
        color: #0F2D37 !important;
        left: auto;
        right: 20px
    }

    .theme-item::before {
        position: absolute;
        display: block;
        top: 10px;
        left: 10px;
        width: 10px;
        height: 10px;
        border-radius: 50%;
        opacity: 1
    }

    .theme-item.visited {
        border: none;
        opacity: 0.7;
        position: relative
    }

        .theme-item.visited::before {
            display: none
        }

    .group-theme {
        margin: 0 20px;
        margin-bottom: 20px
    }

    .group-theme__head .name {
        max-width: calc(100% - 40px)
    }

    .group-theme__head .actions-item span {
        display: none
    }

    .js-backToThemeList {
        padding: 0 20px
    }

    .theme-file {
        padding: 0 20px;
        display: flex;
        flex-direction: column
    }

    .theme-file__icon {
        margin-bottom: 15px;
        margin-right: 0;
        max-width: 40px;
        max-height: 40px
    }
}

.student-nav p {
    margin-bottom: 17px;
    font-size: 16px;
    margin-left: 1px
}

.student-nav__wrap {
    display: flex;
    justify-content: flex-start
}

.student-nav__item {
    width: 140px;
    height: 140px;
    background-color: #E7F7FB;
    border-radius: 20px;
    margin-right: 15px;
    margin-bottom: 15px;
    border: 2px solid #E7F7FB;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    cursor: pointer;
    transition: 0.3s
}

    .student-nav__item img {
        display: block;
        margin-bottom: 5px
    }

        .student-nav__item img:nth-child(2) {
            display: none
        }

    .student-nav__item span {
        display: block;
        font-size: 16px;
        color: #106E83
    }

    .student-nav__item.current {
        background-color: #fff !important;
        border: 2px solid #836310 !important
    }

        .student-nav__item.current span {
            color: #836310 !important
        }

        .student-nav__item.current img {
            display: none
        }

            .student-nav__item.current img:nth-child(2) {
                display: block
            }

    .student-nav__item:hover {
        border: 2px solid #106E83;
        transition: 0.3s
    }

.student-block {
    border: 2px solid #836310;
    border-radius: 20px;
    padding: 30px;
    display: none
}

    .student-block.opened {
        display: block
    }

.student-file__head {
    cursor: pointer;
    padding: 10px 0;
    display: flex
}

    .student-file__head .count {
        margin-right: 5px;
        color: #0F2D37;
        line-height: 22px;
        font-size: 16px;
        display: block;
        min-width: max-content
    }

    .student-file__head .task {
        line-height: 22px;
        font-size: 16px;
        color: #0F2D37
    }

        .student-file__head .task .date {
            color: #B6BCBF;
            transition: 0.3s;
            font-size: 14px;
            line-height: 20px;
            margin-left: 3px
        }

    .student-file__head:hover .count, .student-file__head:hover .task {
        color: #106E83
    }

.student-file__body {
    display: none;
    justify-content: flex-start;
    align-items: center
}

    .student-file__body .btn {
        border: 2px solid #106E83;
        border-radius: 20px;
        margin-right: 15px;
        margin-bottom: 10px;
        padding: 0 15px;
        font-size: 14px;
        height: 35px;
        display: flex;
        align-items: center;
        color: #E7F7FB;
        transition: 0.3s;
        cursor: pointer;
        color: #106E83;
        background-color: #E7F7FB
    }

        .student-file__body .btn img {
            margin-left: 5px
        }

        .student-file__body .btn:hover {
            transition: 0.3s;
            color: #106E83;
            background-color: #E7F7FB
        }

.student-file.opened .student-file__head .count, .student-file.opened .student-file__head .task {
    color: #106E83
}

.student-file.opened .student-file__body {
    display: flex
}

@media (max-width: 1200px) {
    .student-nav__item {
        width: 100px;
        height: 100px;
        border-radius: 15px
    }

        .student-nav__item img {
            max-width: 30px;
            max-height: 30px;
            display: block
        }

    .student-block {
        padding: 20px
    }
}

@media (max-width: 425px) {
    .student-nav {
        padding: 0 20px
    }

    .student-nav__item {
        width: 80px;
        height: 80px;
        border-radius: 15px
    }

        .student-nav__item img {
            max-width: 25px;
            max-height: 25px;
            display: block
        }

        .student-nav__item span {
            font-size: 14px
        }

    .student-block {
        border-radius: 0;
        padding: 20px;
        border-left: none;
        border-right: none
    }
}



.dengerous-modal {
    width: 100%;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 30;
    display: none;
    align-items: center;
    justify-content: center
}

    .dengerous-modal.active {
        display: flex
    }

    .dengerous-modal .close {
        position: absolute;
        top: 100px;
        right: 5%;
        cursor: pointer
    }

        .dengerous-modal .close img {
            width: 40px
        }

            .dengerous-modal .close img:last-child {
                display: none
            }

.dengerous-modal-bg {
    background-color: #106E83;
    opacity: 0.6;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0
}

.dengerous-modal .content {
    z-index: 1;
    width: 550px;
    max-width: 90%;
    max-height: 90%;
    background-color: #E7F7FB;
    box-shadow: 0px 4px 6px rgba(16,110,131,0.05);
    border-radius: 20px;
    padding: 25px 30px;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
}

    .dengerous-modal .content h3 {
        width: 100%;
        margin-bottom: 30px;
    }

    .dengerous-modal .content .affect {
        display: block;
        width: 100%;
        margin-bottom: 30px; 
        
    }


    .dengerous-modal .content .submit {
        margin-right: 20px;
    }
        .dengerous-modal .content .submit:hover {
            box-shadow: 0px 4px 6px rgba(16,110,131,0.15);
        }

    .dengerous-modal .content .cancel {
        margin-right: 20px;
        color: #106E83;
        border: 1px solid #106E83;
        background-color: transparent;
    }

        .dengerous-modal .content .cancel:hover {
            box-shadow: 0px 4px 6px rgba(16,110,131,0.15);
        }


.contact-modal {
    width: 100%;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 30;
    display: none;
    align-items: center;
    justify-content: center;
}

    .contact-modal.active {
        display: flex;
    }

    .contact-modal .close {
        position: absolute;
        top: 100px;
        right: 5%;
        cursor: pointer;
    }

        .contact-modal .close img {
            width: 40px;
        }

            .contact-modal .close img:last-child {
                display: none;
            }

.contact-modal-bg {
    background-color: #106E83;
    opacity: 0.6;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

.contact-modal .content {
    z-index: 1;
    width: 550px;
    max-width: 90%;
    max-height: 90%;
    background-color: #E7F7FB;
    box-shadow: 0px 4px 6px rgba(16, 110, 131, 0.05);
    border-radius: 20px;
    padding: 25px 30px;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
}

    .contact-modal .content h3 {
        width: 100%;
        margin-bottom: 30px;
    }

    .contact-modal .content .affect {
        display: block;
        width: 100%;
        margin-bottom: 30px;
    }

    .contact-modal .content .submit {
        margin-right: 20px;
    }

        .contact-modal .content .submit:hover {
            box-shadow: 0px 4px 6px rgba(16, 110, 131, 0.15);
        }

    .contact-modal .content .cancel {
        margin-right: 20px;
        color: #106E83;
        border: 1px solid #106E83;
        background-color: transparent;
    }

        .contact-modal .content .cancel:hover {
            box-shadow: 0px 4px 6px rgba(16, 110, 131, 0.15);
        }
/*# sourceMappingURL=background.min.css.map */


/* restyle bootsrap */
.table-scroll {
    width: 100%;
    overflow-x: auto;
}


.hidden {
    display: none;
}
.table-striped tbody tr:nth-of-type(odd) {
    background-color: #E7F7FB;
}

.table thead {
    background: #106E83;
}

    .table thead th {
        color: #fff;
    }

.table-item.editing {
    background-color: #fbbaba !important;
}

table th, 
table td{
    font-size: 14px;
    padding: 0.45rem !important;
}
