* {
    margin: 0;
    padding: 0;
    list-style: none;
    box-sizing: border-box;
    font-family: Roboto, sans-serif;
}

ul,
li {
    padding: 0;
    margin: 0;
}

.links a {
    text-decoration: none;
    margin-right: 30px;
    color: #000000;
    padding: 10px 20px;
    background: #6a6a6a;
    border-radius: 6px;
}

/* exersices */

.wrapper {
    min-height: 100vh;
}

.uk {
    background-image: url("../images/uk.jpg");
}

.eng {
    background-image: url("../images/tramp.jpg");
}

.uk,
.eng {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.uk h1,
.eng h1 {
    color: #ffffff;
}

.exercise,
.theme {
    background: rgba(255, 255, 255, .9);
    border-radius: 24px;
    padding: 35px 35px;
}

.control-top {

}

.control-bottom {
    margin-top: 60px;
    height: 70px;
}

.exercise__text {
    display: flex;
    align-items: center;
    font-family: 'Fira Sans', sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 36px;
    line-height: 60px;
    color: #2C2C2C;
    text-indent: 50px;
}

ul.hovered {
    border: none !important;
}

.exercise__text p {
    font-family: 'Fira Sans', sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 36px;
    line-height: 60px;
    color: #2C2C2C;
}


.placeholder {
    display: inline-block;
    width: 175px;
    height: 38px;
    background: #FFFFFF;
    border: 2px solid #93B048;
    box-sizing: border-box;
    border-radius: 10px;
}

.exercise__words {
    border: 1px solid #6D920E;
    box-sizing: border-box;
    border-radius: 24px;
}

.exercise__words-list {
    height: 100%;
    padding: 25px 0;
    justify-content: flex-start;
}

.exercise__words-item {
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: move;
    width: 175px;
    height: 38px;
    text-align: center;
    margin-right: 15px;
    font-family: 'Roboto', sans-serif;
    font-style: normal;
    font-weight: 500;
    color: #fff;
    font-size: 24px;
    line-height: 37px;
    background: #6D920E;
    border: 2px solid #6D920E;
    box-sizing: border-box;
    box-shadow: 0px 4px 20px rgba(65, 80, 26, 0.13);
    border-radius: 10px;
    opacity: 1;
    margin-bottom: 15px;
}

.theme__list-item {
    margin: 0 15px;
    padding: 15px;
    cursor: pointer;
    border: 1px solid rgba(0, 0, 0, .25);
    border-radius: 10px;
}

.theme__list-item:first-child {
    margin-left: 0;
}

.theme__list-item:last-child {
    margin-right: 0;
}

.theme__list-item {
    background: #6D920E;
    transition: all .5s linear;
}

.theme__list-item a {
    color: #fff;
    text-decoration: none;
    text-transform: uppercase;
}

.theme__list-item:hover {
    background: #B3D741;
}

.hold {
    opacity: 0.6;
    border: 2px solid red;
}

.hide {
    display: none;
}

.hovered {
    border: 2px solid green;
}

.control a {
    font-family: 'Bebas Neue', cursive;
    font-style: normal;
    font-weight: normal;
    font-size: 24px;
    line-height: 29px;
    letter-spacing: 0.05em;
    text-decoration: none;
    text-transform: uppercase;
    transition: background-color .5s linear;
}

.control__check a {

    color: #2C2C3A;
    padding: 20px 60px;
    background: #B3D741;
    border-radius: 6px;

}

.control__navigation a {

    color: #6D920E;

}

.control__reset a {

    color: #2C2C3A;

}

.control__check a:hover {
    background: #6D920E;
}

@media screen and (max-width: 768px) {
    .exercise__words-item {
        display: flex;
        justify-content: center;
        align-items: center;
        width: unset;
        padding: 5px 15px;
    }
    .control__reset {
        height: 100px;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .control__mobile {
        margin-top: 50px;
    }

    .control__check a {
        display: flex;
        justify-content: center;
        align-items: center;
        width: 100%;
        height: 60px;
        white-space: nowrap;
    }
    .control__navigation {
        display: flex;
        justify-content: center;
        align-items: center;
    }
}

/* les 2*/

.exercise__question {
    padding-right: 30px;
}

.exercise__question input {
    max-width: 500px;
    background: #FFFFFF;
    border: 2px solid #93B048;
    box-sizing: border-box;
    border-radius: 10px;
    height: 48px;
    padding: 0 15px;
}

.exercise__choose {
    padding-left: 30px;
}

.exercise__question-description {
    font-family: 'Fira Sans', sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 24px;
    line-height: 29px;
    color: #2C2C2C;
}

.exercise__pic {
    background-image: url('img/g12.png');
    width: 100%;
    height: 300px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}

.exercise__choose-list {
    margin-top: 35px;
}

.exercise__choose-variable {
    padding: 20px;
    background: #6D920E;
    border: 2px solid #6D920E;
    box-sizing: border-box;
    border-radius: 6px;
    color: #fff;
    font-family: 'Fira Sans', sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 19px;
    text-transform: uppercase;
    text-decoration: none;
    margin-right: 15px;
}

.exercise__choose-list li {
    margin-bottom: 35px;
}



.exercise__choose-answer {
    display: flex;
    justify-content: center;
    align-items: center;
    min-width: 70px;

    border-bottom: 2px solid #2C2C3A;
    margin-right: 15px;
    font-family: 'Fira Sans', sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 24px;
    line-height: 29px;
    color: #6D920E;
    border-radius: 6px;
}

.exercise__choose-text {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    font-family: 'Fira Sans', sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 24px;
    line-height: 29px;
    color: #2C2C2C;
}

.exercise__choose-answer,
.exercise__choose-variable {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 60px !important;
    max-height: 60px !important;
    padding: 0 20px;
    min-width: 80px;
}

@media screen and (max-width: 768px) {
    .control-bottom {
        height: 200px;
        margin-top: 0;
        padding-top: 0;
    }
}

/*admin template*/

.admin-template a {
    text-decoration: none;
}

.admin-create__bg,
.admin-folders__bg,
.admin-template__bg {
    padding: 15px 25px 30px 25px;
}

.admin-template__header {
    padding-bottom: 15px;
}

.admin-template__my-exersices {
    height: 43px;
    display: flex;
    align-items: center;
    font-family: 'Fira Sans', sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 19px;
    color: #707070;
}

.admin-template__my-exersices {
    text-decoration: none;
}

.admin-template__create {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 148px;
    height: 43px;
    left: 1169px;
    top: 73px;
    background: #A1C023;
    border-radius: 4px;
    margin-left: 30px;
    font-family: 'Fira Sans', sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 19px;
    color: #FFFFFF;
    text-decoration: none;
    transition: all .5s linear;
}

.admin-template__create:hover {
    background: #6D920E;
    color: #ffffff;
}


.admin-template__breadcrumbs {
    padding: 25px 0;
}

.admin-template__breadcrumbs a,
.admin-template__breadcrumbs span {
    display: block;
    margin-right: 15px;
    font-family: 'Fira Sans', sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 20px;
    line-height: 24px;
    color: #747484;
}

.admin-template__breadcrumbs-active {
    color: #2C2C2C !important;
}

.admin-template__menu {
    padding: 25px 0 350px 0;
}

.admin-template__item {
    max-width: 400px;
    padding: 15px 15px 30px 15px;
    transition: background-color .5s linear;
}

.admin-template__item:hover {
    background: rgba(140, 157, 68, 0.1);
}

.admin-template__text {
    padding-left: 15px;
}

.admin-template__title {
    font-family: 'Fira Sans', sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 19px;
    color: #2C2C2C;
}

.admin-template__description {
    font-family: 'Fira Sans', sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 17px;
    color: #535353;
}

.admin-template__btn {
    padding: 15px 30px;
    display: block;
    text-align: center;
    width: 50%;
    background: #A1C023;
    border-radius: 4px;
    font-family: 'Fira Sans', sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 19px;

    color: #FFFFFF;
}

@media screen and (max-width: 768px) {
    .admin-template__btn {
        width: 90%;
    }
}

/* admin folders */

.admin-folders__list {
    padding: 35px 0 200px 0;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
    grid-template-rows: 1fr;
    gap: 15px 15px;
    grid-template-areas:
            ". . . . ."
            ". . . . ."
            ". . . . .";
}

@media screen and (max-width: 992px) {
    .admin-folders__list {
        padding: 35px 0 200px 0;
        display: grid;
        grid-template-columns: 1fr 1fr 1fr;
        grid-template-rows: 1fr;
        gap: 15px 15px;
        grid-template-areas:
                ". . ."
                ". . ."
                ". . .";
    }
}

@media screen and (max-width: 768px) {
    .admin-folders__list {
        padding: 35px 0 200px 0;
        display: grid;
        grid-template-columns: 1fr 1fr;
        grid-template-rows: 1fr;
        gap: 15px 15px;
        grid-template-areas:
                ". ."
                ". ."
                ". .";
    }
}

@media screen and (max-width: 576px) {
    .admin-folders__list {
        padding: 35px 0 200px 0;
        display: grid;
        grid-template-columns: 1fr;
        grid-template-rows: 1fr;
        gap: 15px 15px;
        grid-template-areas:
                "."
                "."
                ".";
    }
}

.admin-folders__btns a {
    margin-right: 10px;
}

.admin-folders__search {
    max-width: 200px;
    background-image: url('img/fi_search.png');
    background-repeat: no-repeat;
    background-position: 10px center;
    padding: .5rem 15px .5rem 30px;
    margin-right: 10px;
}

.admin-folders__item {
    /*background-image: url('img/folder.png');*/
    /*background-size: contain;*/
    /*background-position: center;*/
    /*background-repeat: no-repeat;*/
    padding: 40px 20px;
    background: #BBD147;
    border-radius: 4px;
    position: relative;
    width: 100%;
    flex: 0 1 auto;

}

.admin-folders__control {
    cursor: pointer;
    position: relative;
    padding: 0 10px;
}

.admin-folders__control:hover .admin-folders__functions {
    display: block;
}

.admin-folders__functions {
    display: none;
    position: absolute;
    content: '';
    width: 200px;
    right: 0;
    z-index: 5;
}

.admin-folders__item:before {
    position: absolute;
    content: '';
    margin-left: 19px;
    width: 50%;
    height: 20px;
    transform: skew(20deg);
    background: #ffffff;
    top: 0;
    right: -5px;
    border: none;
    outline: none;
}

.admin-folders__btn {
    padding: 10px;
    transition: background-color .5s linear;
}

.admin-folders__btn:hover {
    background: #707070;
}

.admin-folders__title {
    font-family: 'Fira Sans', sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 22px;
    color: #2C2C3A;
    /*padding: 0 50px;*/
    width: 100%;
    /*max-width: 200px;*/
}

.admin-folders__footer {
    /*padding: 0 50px;*/
    /*max-width: 200px;*/
    width: 100%;
}

.admin-create__menu,
.admin-folders__menu {
    padding: 25px 0;
}

.admin-create__menu .admin-create__breadcrumb {
    padding: 0 !important;
}

.admin-folders__current {
    font-family: 'Fira Sans', sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 20px;
    line-height: 24px;
    color: #2C2C2C;

}

.admin-folders__btns * {
    font-family: 'Fira Sans', sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 19px;
    color: #2C2C3A;

}

.admin-folders__btn {
    font-family: 'Fira Sans', sans-serif;
    font-style: normal;
    font-weight: 300;
    font-size: 14px;
    line-height: 17px;
    color: #2C2C3A;
}

.admin-folders__btns .border svg {
    margin-right: 5px;
}

.admin-folders__functions {
    background: #FFFFFF;
    border-radius: 6px;
    box-shadow: 4px 4px 15px rgba(153, 153, 153, 0.15);
}

.admin-folders__btn:first-child {
    border-radius: 6px 6px 0 0;
}

.admin-folders__btn:last-child {
    border-radius: 0 0 6px 6px;
}

/* admin-create-lesson */

.admin-create__btns figure {
    margin: 0 15px 0 0;
}

.admin-create__list {
    padding: 25px 0;
}

.admin-create__title {
    font-family: 'Fira Sans', sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 22px;
    color: #747484;
}

.admin-create__toggle {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin: 35px 0 0 0;
    font-family: 'Fira Sans', sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 19px;
    color: #2C2C3A;
}

.admin-create__doc {
    margin-top: 35px;
}

.admin-create__check {
    font-family: 'Bebas Neue';
    font-style: normal;
    font-weight: normal;
    font-size: 24px;
    line-height: 29px;
    letter-spacing: 0.05em;
    background: #B3D741;
    border-radius: 6px;
    color: #2C2C3A;
    padding: 25px 40px;
    text-transform: uppercase;
    text-decoration: none;
    border: none;
    outline: none;
    transition: background-color .5s linear;
}

.admin-create__check:hover {
    background: #6D920E;
}

.admin-create__exs textarea {
    resize: none;
    width: 100%;
    border: none;
    outline: none;
    padding: 15px;
    font-family: 'Fira Sans', sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 22px;
    color: #A8A8AF;
}

.admin-create__exs textarea:focus {
    color: #000;
}

.admin-create__page a {
    margin-top: 0;
    margin-bottom: 10px;
}

.admin-create__true-words,
.admin-create__false-words {
    background: #EBEBEB;
}

.admin-create__false-words h3,
.admin-create__true-words h3 {
    font-family: 'Fira Sans', sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 22px;
    color: #747484;
    white-space: nowrap;
}

.admin-create__page span {
    font-family: 'Fira Sans', sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 19px;
    color: #A8A8AF;
}

.admin-template__footer {
    padding: 30px 0;
}

.admin-create__btns a {
    font-family: 'Fira Sans', sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 17px;
    color: #747484;
    text-decoration: none;
}

.admin-create__words-list {
    font-family: 'Fira Sans', sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 19px;
    color: #A8A8AF;
}

.admin-create__false-words .col-8 .admin-create__words-list a {
    color: #000;
    text-decoration: none;
    transition: color .5s linear;
    white-space: nowrap;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-right: 10px;
}

.admin-create__false-words .col-8 .admin-create__words-list a:hover {
    color: #6a6a6a;
}

.admin-create__false-words > div,
.admin-create__true-words > div {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    padding: 15px 0;
}

.admin-create__false-words .admin-create__words-list input {
    margin: 10px 0;
    min-width: 60%;
}

.create-wrong-word {
    max-height: 38px;
    height: 38px;
    border: none;
    outline: none;
    background: #A1C023;
    margin-left: 5px;
    padding: 0 25px;
}

.wrong-word {
    width: 100%;
}

.wrong-word a {
    border-radius: 6px;
}

.error-word {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 5px 10px;
    background: #db4747;
    color: #ffffff;
    margin: 10px 10px;
    border-radius: 6px;
}