@font-face {
    font-family: 'Rubik_Puddles';
    src: url('../fonts/RubikPuddles-Regular.ttf');
}

@font-face {
    font-family: 'Neucha-Regular';
    src: url('../fonts/Neucha-Regular.ttf');
}

@font-face {
    font-family: 'Montserrat-ExtraBoldItalic';
    src: url('../fonts/Montserrat-ExtraBoldItalic.ttf');
}

@font-face {
    font-family: 'Montserrat-Bold';
    src: url('../fonts/Montserrat-Bold.ttf');
}

@font-face {
    font-family: 'Montserrat-Regular';
    src: url('../fonts/Montserrat-Regular.ttf');
}

@font-face {
    font-family: 'Montserrat-Medium';
    src: url('../fonts/Montserrat-Medium.ttf');
}

* {
    margin: 0;
    padding: 0;
}

body {
    background: #0c0c0c;
    font-family: 'Montserrat-Regular';
}

h1, h2, h3, h4, h5, h6, a, p, ul, li {
    padding: 0px;
    margin: 0px;
    color: white;
    line-height: normal;
    font-family: 'Montserrat-Regular';
    font-size: 20px;
}

a {
    text-decoration: none;
}

.logo {
    color: white;
    font-size: 24px;
    text-transform: uppercase;
    display: flex;
    align-items: center;
}


.logo-text {
    color: white;
    padding-bottom: 4px;
    font-family: 'Montserrat-Bold';
}

.main-menu {
    display: flex;
    justify-content: space-between;
    padding: 10px 0px;
    margin: 0px auto;
    width: 60%;
    align-items: center;

}

.con {
    width: 60%;
    margin: 0px auto;
}

.container-main {
    /*padding: 0px 100px;*/
    /*background: #0c0c0c;*/
    /*margin: 20px 0px 0px 0px;*/

}

.forum-comment-wrapper {
    /*background: url(../images/forum/pattern.svg);*/
    padding-top: 50px;
    padding-bottom: 50px;
}

.first-section {
    background: #0c0c0c;
}

.second-section {
    background: #0a0a0a;
    padding-top: 100px;

}

.third-section {
    background: #0c0c0c;
    padding-top: 100px;

}

.user-enter {
    display: inline-block;
    font-size: 16px;
    font-weight: 500;
    color: rgba(242, 184, 7, 1);
    padding: 10px 30px;
    border: 1px solid rgba(242, 184, 7, 1);
    border-radius: 4px;
    transition: .5s;
    position: relative;
    z-index: 1;
    margin: 0;
    text-decoration: none;
}

.user-enter:hover {
    background: rgba(242, 184, 7, 1);
    color: black;
    transition: .5s;
}

.user-logout {
    display: inline-block;
    font-size: 16px;
    font-weight: 500;
    color: #6D0FF2;
    padding: 10px 30px;
    border: 1px solid #6D0FF2;
    border-radius: 4px;
    transition: .5s;
    position: relative;
    z-index: 1;
    margin: 0;
    text-decoration: none;
}

.user-logout:hover {
    background: #6D0FF2;
    color: #FFFFFF;
}

.menu-left {
    display: flex;
    align-items: center;
}


.main-menu a {
    text-decoration: none;
    font-family: 'Montserrat-Bold';
}

ul {
    list-style-type: none;
}

.preview-mark-banner-text {
    color: white;
    font-size: 20px;
    text-align: center;
    margin-top: 30px;
    font-family: 'Montserrat-Bold';
    cursor: pointer;
}

.preview-mark-banner {
    margin-top: 50px;
}

.preview-mark-banner-image {
    max-width: 525px;
    margin: 150px auto 0px auto;
}

.activate-banner-image {
    max-width: 450px;
    margin: 20px auto;
}

.preview-mark-banner-text-bold {
    color: #F2B807;
}

.mark-container {
    display: flex;
    border-bottom: 1px solid lightblue;
    padding: 5px 0px 5px 0px;
    justify-content: space-between;
    position: relative;
    align-items: center;
}

.mark-container ul {
    display: flex;
    position: absolute;
    right: 150px;
}

.mark-item {
    margin-right: 20px;
    marker: none;
    width: 50px;
    font-size: 22px;
    color: white;
    font-family: 'Montserrat-Regular';
}

.student-name {
    width: 280px;
    font-size: 20px;
    word-break: break-word;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    color: #F2B807;
    font-family: 'Montserrat-Regular';
}

.mark-wrapper {
    width: 60%;
    margin: 50px auto 0px auto;
    background: #131F2D;
    padding: 20px 50px;
    border-radius: 10px;
}

.average {
    color: #62D21E;
}

.inp {
    width: 100px;
    background: grey;
    color: blue;
    border: none;
}

.mark-input {
    width: 100px;
    background: none;
    color: white;
    border: none;
    font-size: 20px;
    text-align: center;
}

.mark-btn {
    background: none;
    color: white;
    font-weight: bold;
    border: none;
    padding: 0px 5px;
}

.btn-send-wrapper {
    background: rgba(12, 12, 12, 0.5);
    border-radius: 10px;
    padding: 10px;
}

.average-mark {
    color: #F2B807;
    font-size: 18px;
}

.banner-marks {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px 40px;
}

.banner-marks h1 {
    color: #FFFFFF;
    font-family: 'Montserrat-Regular';
    font-size: 18px;
}

.first-level-menu:hover .second-level-menu {
    display: block;
    background: #131F2D;
    padding: 10px;
    border-radius: 10px;
}

.second-level-menu {
    position: absolute;
    display: none;
    z-index: 10;
}

.second-level-menu-item a {
    width: 100%;
    display: block;
    padding: 10px;
    color: white;
    font-family: 'Montserrat-Regular';
    font-size: 18px;
}

.second-level-menu-item a:hover {
    color: #F2B807;
}

.link-menu {
    margin-right: 50px;
    color: white;
    font-size: 18px;
}

.unit-wrapper {
    font-size: 20px;
    background: #131F2D;
    padding: 50px;
    width: 60%;
    margin: 0px auto;
}

.create-unit-wrapper {
    font-size: 20px;
    background: #131F2D;
    padding: 50px;
    border-radius: 10px;
}

.unit-container-title {
    color: white;
    font-size: 24px;
    font-family: 'Montserrat-Bold';
    margin-bottom: 20px;
}

.unit-container-box {
    width: 700px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
}

.text-decoration {
    color: white;
    font-size: 20px;
    text-indent: 2em;
    line-height: 1.5;
    text-align: justify;
}

.container-unit-wrapper {
    background: url("../images/modules/unit-bg.svg");
    padding: 50px 0px 0px 0px;
}


.unit-wrapper p {
    padding: 5px 0px;
}

.unit-wrapper img {
    padding: 10px 0px;
}

.form-unit-item::placeholder {
    color: white;
}

.unit-form .form-unit-item {
    background: rgba(12, 12, 12, 0.5);
    border: none;
    color: white;
    border-radius: 10px;
    padding: 20px;
    margin: 10px 0px;
}

.unit-form {
    display: flex;
    flex-direction: column;

}

.code-hide {
    color: transparent !important;
    text-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
    cursor: pointer;
    background: grey;
    width: 150px;
    border-radius: 10px;
    user-select: none;
}

.code-module-container {
    width: 60%;
    margin: 50px auto 0px auto;
}

.module-item {
    display: flex;
    padding: 10px;
}

.module-code-name {
    width: 200px;
}

.module-item p {
    padding: 10px;
    color: white;
}

.form-unit-btn {
    background: #F2B807;
    color: black;
    border: none;
    padding: 10px 20px;
    border-radius: 10px;
    margin: 20px auto 0px auto;
    font-family: 'Montserrat-Bold';
}

.form-unit-file {
    width: 100%;
    border: 1px solid #F2B807;
    padding: 10px 20px;
    border-radius: 10px;
    background: none;
    color: white;
    margin: 20px 0px;
}

.choose-module-select {
    background: none;
    border: none;
    color: #F2B807;
    appearance: none;
    font-size: 24px;
    font-family: 'Montserrat-Regular';
    width: 250px;
    height: 40px;
}

.select-item-active {
    margin-left: -50px;
}

.select-wrapper-choose-module {
    display: flex;
    align-items: center;
}

.choose-module-select option {
    background: #131F2D;
    width: 100px;
}

select:focus {
    outline: none;
}

.image-wrapper {
    width: auto;
    max-width: 100%;
    height: auto;
    margin: 0;
    padding: 0;
    border: none;
    line-height: normal;
    vertical-align: middle;
}


.image-wrapper img {
    max-width: 100%;
}

.module-data h2 {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 50%;
    text-align: center;
    line-height: 1.75rem;
    color: white;
    text-transform: capitalize;
    font-family: 'Montserrat-Bold';
    transform: translate(-50%, -50%);
    font-size: 22px;
}

.module-link {
    width: 100%;

}

.module-data img {
    width: 100%;
}

.module-data {
    max-width: 250px;
    margin-bottom: 30px;
    /*height: 250px;*/
    border-radius: 10px;
    background: white;
    font-size: 22px;
    font-weight: 1000;
    position: relative;
    line-height: normal;
}

.unit-container {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.unit-elem {
    background: #131F2D;
    margin: 15px;
    width: 60%;
    min-height: 30px;
    border-radius: 5px;
}

.unit-elem:hover {
    background: #1e3147;
    cursor: pointer;

}

.unit-elem a {
    display: flex;
    padding: 20px;
    align-items: center;
    text-transform: capitalize;
    justify-content: space-between;
}

.unit-icon {
    height: 50px;
    margin-right: 20px;
    color: purple;

}

.unit-name {
    font-size: 20px;
    color: white;
    font-family: 'Montserrat-Regular';

}

.unit-img-item {
    width: 60px;
}

.unit-banner {
    display: flex;
    align-items: center;
}

.change-panel {
    display: flex;
    align-items: center;
}

.change-panel a {
    color: #F2B807;
    font-family: 'Montserrat-Regular';
}

.unit-destroy {
    color: #F2B807;
    border: none;
    background: none;
    font-family: 'Montserrat-Regular';
    margin: 0px 10px;
}

.unit-title {
    text-align: center;
    color: white;
    font-size: 26px;
    padding: 20px;
}

.wrapper-profile {
    width: 60%;
    margin: 0px auto;
    font-size: 20px;
    padding: 20px 50px;
    background: rgba(19, 31, 45, 1);
    border-radius: 10px;
    position: relative;
    z-index: 2;

}

.profile-container {
    width: 60%;
    margin: 50px auto;
}

.profile-image-block {
    position: absolute;
    top: 0px;
    left: 0px;
}

.wrapper-profile-image {
    cursor: pointer;
}

.wrapper-forum {
    background: url("../images/modules/unit-bg.svg");
    padding-top: 50px;
    padding-bottom: 50px;
}

.bg-forum {
    position: fixed;
    background: url("../images/modules/unit-bg.svg");
    left: 0px;
    top: 0px;
    height: 100vh;
    width: 100%;
    z-index: 1;
}


.profile-image {
    width: 450px;
    height: 350px;
    background: url("../images/profile/1564314090_3.jpg") no-repeat;
    background-size: cover;
}

.profile-background {
    background: url("../images/profile/profile-banner.svg");
    height: 90vh;
    background-size: cover;
}

.profile-info {
    width: 450px;
    line-height: 1.7;
}

.profile-popup-update {
    position: fixed;
    z-index: 1;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(0, 0, 0, 0.5);
    display: flex;
    justify-content: center;
    align-items: center;
}

.profile-popup-close {
    color: #F2B807;
    font-size: 22px;
    font-family: 'Montserrat-Regular';
    cursor: pointer;
    height: 30px;
}

.profile-popup-send {
    background: #F2B807;
    padding: 10px 20px;
    border: none;
    border-radius: 10px;
    color: #0C0C0C;
    font-family: 'Montserrat-Bold';
}

.profile-popup-close:hover {
    border-bottom: 1px solid #F2B807;

}

.profile-popup-btns {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 20px;
}

.profile-popup-banner {
    width: 700px;
}

.profile-popup-item {
    background: #131F2D;
    padding: 50px;
    border-radius: 16px;
}

.profile-popup-user-name {
    font-size: 22px;
    color: #F2B807;
    font-family: 'Montserrat-Regular';
    margin-bottom: 10px;
}

.profile-popup-image {
    width: 150px;
    height: 150px;
    border-radius: 50%;
    object-fit: cover;
}

.profile-popup-name {
    font-size: 22px;
    color: white;
    font-family: 'Montserrat-Regular';
    margin-bottom: 20px;
}

.profile-popup-group {
    display: flex;
    justify-content: space-between;
    margin-bottom: 30px;
}

.profile-popup-title {
    width: 70%;
}

.profile-popup-description-textarea {
    width: 100%;
    background: rgba(12, 12, 12, 0.5);
    border: none;
    border-radius: 10px;
    padding: 10px 20px;
    margin: 5px 0px;
    height: 150px;
    resize: none;
    color: white;

}

.profile-popup-description-textarea::placeholder {
    color: white;

}

.profile-popup-title input {
    width: 100%;
    background: rgba(12, 12, 12, 0.5);
    border: none;
    border-radius: 10px;
    padding: 10px 20px;
    margin: 5px 0px;
    color: white;
}

.profile-popup-title input::placeholder {
    color: white;
}

.profile-info p {
    margin: 10px 0px;
    display: flex;
    justify-content: space-between;
}

.user-rating {
    margin-left: 20px;
    color: #ffd700;
    font-family: 'Montserrat-Regular';
    font-size: 22px;

}

.profile-name {
    display: flex;
    justify-content: space-between;
}

.profile-description {
    text-align: justify;
}

.wrapper_achievement {
    color: white;
    margin: 50px auto;
}

#achiv-item {
    cursor: pointer;
}

.image-block {
    background: url("../images/home/imageBlock.svg") no-repeat;
    background-size: contain;
    background-position: center;
}

.achievement-open-card {
    color: white;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);

}

.achievement-wrapper {
    display: flex;
    justify-content: space-between;
    margin-bottom: 10px;
}

.achievement-open-card-text {
    color: white;
    width: 350px;
}

.achievement-open-card-name {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-bottom: 10px;
}

.achievement-open-card-item-name {
    color: white;
    font-family: 'Montserrat-Bold';
    font-size: 20px;
}

.achievement-open-card-bg {
    background: #131F2D;
    display: flex;
    padding: 20px;
    align-items: center;
    position: relative;

}

.achievement_item {
    margin: 20px 0px;
}

.achievement_item_background {
    background: #131F2D;
    border-radius: 16px;
    /*padding: 16px;*/

}

.achievement-btn-close {
    position: absolute;
    top: 10px;
    right: 10px;
    cursor: pointer;

}

/*style for scale-fill*/

#scale-container {
    background-color: #e0e0e0;
    height: 14px;
    width: 100%;
    margin: 20px 0px;
    overflow: hidden;
    border-radius: 5px;

}

#scale-fill {
    background-color: #F4C51F;
    height: 100%;
    transition: width 0.5s ease;
}

.wrapper-scale-fill {
    width: 100%;
}

/*style for scale-fill*/
.achievement_name {
    font-family: 'Montserrat-Bold';
    color: #314965;
    display: flex;
    justify-content: center;
    font-size: 16px;
}

.achievement_name_filed {
    font-family: 'Montserrat-Bold';
    color: white;
    display: flex;
    justify-content: center;
    font-size: 16px;
}

.percent-count {
    font-family: 'Montserrat-Bold';
    color: #6D0FF2;
    font-size: 16px;

}

.percent-count-field {
    font-family: 'Montserrat-Bold';
    color: #F4C51F;
    font-size: 16px;
}

.image-container {
    position: relative;
    width: 100%;
    height: 240px;
}

.overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6); /* Прозрачный серый фон */
    border-radius: 16px;

}

.achievement_image {
    width: 100%;
    height: 240px;
    border-radius: 10px;
}

.task {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 20px 20px;
    font-size: 20px;
    background: rgba(19, 31, 45, 1);
    border-bottom: 1px solid rgb(154, 153, 166, 0.3);

}

.task-status {
    width: 110px;
}

.task-info {
    display: flex;
    margin-top: 10px;
}

.forum-title {
    margin: 0px 20px;
    color: white;
    font-size: 24px;
}

.task-item {
    width: 250px;
    overflow-wrap: break-word;
    word-wrap: break-word;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    font-size: 16px;
    color: #F2B807;

}

.task-items {
    width: 90%;
    word-break: break-word;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.task-time {
    font-size: 16px;
    margin-right: 30px;
    color: white;
}

.task-title {
    width: 100%;
    color: white;
    margin-bottom: 10px;
    font-size: 20px;
}

.task-title:hover {
    text-decoration: underline;
}

.task-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.task-header-info {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.forum-rules {
    padding: 10px 20px;
    border: 1px solid #fabb04;
    border-radius: 10px;
    color: #fabb04;


}

.comment-user-info {
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid grey;
    text-align: center;
    padding-top: 10px;
    margin: 10px 0px;
    align-items: center;
}


.pagination-block {
    display: flex;
    justify-content: center;
}

.comment-container {
    width: 60%;
    margin: 20px auto;
    font-size: 20px;
    padding: 20px 50px;
    background: rgba(19, 31, 45, 1);
    border-radius: 10px;
    position: relative;
    z-index: 5;

}

.task-create {
    position: fixed;
    right: 50px;
    bottom: 50px;
    z-index: 5;
}

.task-create-message {
    position: fixed;
    right: 50px;
    bottom: 50px;
    z-index: 5;
    background: black;
    border: 1px solid yellow;
    padding: 10px 20px;
    border-radius: 10px;
}

.task-create-message p {
    color: white;
    font-family: 'Montserrat-Regular';
    font-size: 18px;
}

.wrapper-menu {
    border-bottom: 1px solid rgb(154, 153, 166, 0.3);
    background: #0c0c0c;
    position: relative;
    z-index: 5;
}


/*task create button*/
.task-create-btn {
    width: 220px;
    height: 50px;
    border: none;
    outline: none;
    color: #fff;
    background: #111;
    cursor: pointer;
    position: relative;
    z-index: 0;
    border-radius: 10px;


    background-color: #6D0FF2;
    color: white;
    padding: 10px 20px;
    border: none;
    border-radius: 5px;
    font-size: 16px;
    cursor: pointer;
    box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);


}

.task-create-btn:before {
    content: '';
    background: linear-gradient(45deg, #ff0000, #ff7300, #fffb00, #48ff00, #00ffd5, #002bff, #7a00ff, #ff00c8, #ff0000);
    position: absolute;
    top: -2px;
    left: -2px;
    background-size: 400%;
    z-index: -1;
    filter: blur(5px);
    width: calc(100% + 4px);
    height: calc(100% + 4px);
    animation: glowing 20s linear infinite;
    opacity: 0;
    transition: opacity .3s ease-in-out;
    border-radius: 10px;


    background-color: #6D0FF2;
    color: white;
    padding: 10px 20px;
    border: none;
    border-radius: 5px;
    font-size: 16px;
    cursor: pointer;
    box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
}

.task-create-btn:active {
    color: #000
}

.task-create-btn:active:after {
    background: transparent;
}

.task-create-btn:hover:before {
    opacity: 1;

}


.task-create-btn:after {
    z-index: -1;
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background: #111;
    left: 0;
    top: 0;
    border-radius: 10px;


    background-color: #6D0FF2;
    color: white;
    padding: 10px 20px;
    border: none;
    border-radius: 5px;
    font-size: 16px;
    cursor: pointer;
    box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
}

@keyframes glowing {
    0% {
        background-position: 0 0;
    }
    50% {
        background-position: 400% 0;
    }
    100% {
        background-position: 0 0;
    }
}

.module-wrapper {
    margin-top: 50px;
}

#taskCreateForm {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) scale(1);
    padding: 30px;
    border: 2px solid #3498db;
    border-radius: 15px;
    background-color: #ecf0f1;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    width: 40%;
    max-width: 600px;
    z-index: 5;
}

.close-button {
    position: absolute;
    top: 10px;
    right: 10px;
    font-size: 1.5em;
    cursor: pointer;
    color: #3498db;
}

.task-create-form-title {
    font-size: 2em;
    margin-bottom: 20px;
    color: #3498db;
}

.task-create-form form {
    display: flex;
    flex-direction: column;
}

.task-create-form input,
.task-create-form textarea {
    margin-bottom: 15px;
    padding: 15px;
    border: 1px solid #bdc3c7;
    border-radius: 8px;
    font-size: 1.2em;
    resize: none;
}

.task-create-form-textarea {
    height: 150px;
}

.task-create-form-button {
    padding: 15px;
    background-color: #2ecc71;
    color: #fff;
    border: none;
    border-radius: 8px;
    cursor: pointer;
    font-size: 1.4em;
    transition: background-color 0.3s ease;
}

.task-create-form-button:hover {
    background-color: #27ae60;
}

.task-create-form label {
    font-size: 1.2em;
    margin-bottom: 5px;
    color: #3498db;
}

.form-wrapper-image {
    display: flex;
    gap: 15px;
}

.form-wrapper-image div {
    flex: 1;
}

.form-wrapper-image input {
    width: 100%;
    padding: 15px;
    border: 1px solid #bdc3c7;
    border-radius: 8px;
    font-size: 1.2em;
    resize: none;
}


/*task images*/
.task-images-wrapper {
    padding: 50px;
}

.task-image {
    max-width: 100%;
    max-height: 500px;
    padding: 20px 0px;
}

.label-count {
    display: flex;
    justify-content: space-between;
}

.task-title-show {
    width: 100%;
    overflow-wrap: break-word;
    word-wrap: break-word;
    font-size: 24px;
    margin-top: 10px;
    border-top: 1px solid grey;
    padding: 20px 0px;
    color: white;
}

.show-rating {
    color: #F2B807;
}

.task-images {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.task-author {
    width: 250px;
    overflow-wrap: break-word;
    word-wrap: break-word;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    color: #F2B807;
}

.profile-name-title {
    overflow-wrap: break-word;
    word-wrap: break-word;
    width: 80%;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    font-size: 24px;
}

.comment-wrapper-images {
    display: flex;
}

.comment-image {
    /*width: 100px;*/
    /*height: 100px;*/
    /*overflow: hidden;*/

}

.comment-image-item {
    max-width: 100%;
    max-height: 500px;
    padding: 20px 0px;
}

.format-text {
    color: white;
    margin-top: 10px;
    white-space: pre-wrap;
    word-wrap: break-word;
    overflow-wrap: break-word;
    max-width: 100%;
}

/*slider*/
.slider-image {
    max-width: 400px;
    height: 545px;
    overflow: hidden;
}

.slider {
    display: flex;
    align-items: center;
    border-bottom: 1px solid grey;
    margin: 0px auto;
    justify-content: space-between;
}

.slider h1 {
    font-size: 68px;
    font-weight: 900;
}

.intro--banner--section--colored {
    color: rgba(242, 184, 7, 1);
    margin-bottom: 50px;
    font-family: 'Montserrat-Bold';

}

.intro--banner--section--text {
    color: white;
    font-family: 'Montserrat-Bold';
}

.slider-button {
    position: relative;
    padding: 10px 20px;
    font-weight: 500;
    text-transform: uppercase;
    border: none;
    background: rgba(109, 15, 242, 1);
    color: white;
    font-size: 20px;
    margin: 20px 20px;
    min-width: 250px;
    border-radius: 10px;
    letter-spacing: 1px;
    font-family: 'Montserrat-Bold';
}

.slider-button:hover {
    background: linear-gradient(121deg, rgba(109, 15, 242, 1), rgba(180, 147, 250, 1));
    /*color: black;*/
}

.wrapper-box {
    width: 60%;
    margin: 0px auto;
}

.program-title {
    text-align: center;
    margin-bottom: 100px;
    color: white;
    font-size: 40px;
    font-family: 'Montserrat-Bold';
}

.next-programs-title {
    display: flex;
    justify-content: center;
    color: white;
    font-family: 'Montserrat-Bold';
    font-size: 24px;
    margin-bottom: 30px;
}
.next-programs{
    margin: 50px 0px;
}
.program-item {
    padding: 20px;
    background: #131F2D;
    border-radius: 10px;
    text-align: center;
    width: 100%;
}

.program-item:not(:last-child) {
    margin-right: 20px;
}

.program-item-age {
    font-size: 14px;
    font-family: 'Montserrat-Regular';
    margin-top: 5px;
}

.program-list {
    display: flex;
    justify-content: center;
}

.wrapper-slider-container {
    display: flex;
    justify-content: space-between;
}

.wrapper-slider-text {
    margin: 20px;
    cursor: pointer;
    display: flex;
    flex-direction: column;
    color: grey;
}

.sub-slider-text {
    font-size: 16px;
    margin-top: 10px;
    font-family: 'Montserrat-Regular';
}

.slider-title {
    font-size: 20px;
    font-weight: bold;
    font-family: 'Montserrat-Bold';

}

.linkSelected {
    color: white !important;
}

/*section 2*/
.wrapper-banner-course {
    display: flex;
    justify-content: center;
}

.banner-course {
    /*background: linear-gradient(0deg, #17181c, #17181c), linear-gradient(145.31deg, #ffcf54, #a63200);*/
    background: #131F2D;
    border-radius: 10px;
    margin: 10px;
    padding: 20px;
    position: relative;
    border: 1px solid transparent;
}

.course-age {
    color: white;
    text-align: center;
    margin: 10px 0 20px 0;
    font-size: 16px;
}

.bestseller {
    position: absolute;
    top: 0px;
    right: 10%;
}

.banner-course:hover {
    box-sizing: border-box;
    /*border: 1px solid rgba(109, 15, 242, 1);*/
    margin: 10px;
    background: linear-gradient(0deg, #17181c, #17181c), linear-gradient(145.31deg, #ffcf54, #a63200);
}

.banner-course:hover .banner-course-title {
    color: rgba(242, 184, 7, 1);
}

.block-education-text ul {
    list-style-type: disclosure-open;
}

.banner-course h2 {
    font-size: 30px;
}

.banner-course-hit {
    position: absolute;
    top: 0px;
    right: 10%;
    width: 30px;
}

.closed-course {

    background: url("../images/home/closed-course.svg") no-repeat;
    background-size: cover;
    background-color: #131F2D;
    background-position: center;
    border-radius: 10px;
    margin: 10px;
    padding: 20px;
    position: relative;
    border: 1px solid transparent;
}

.image-course {
    width: 50%;
    margin: 0px auto;
}

.work h2 {
    text-align: center;
    color: white;
    font-family: 'Montserrat-Bold';
}

.register-btn-block {
    display: flex;
    align-items: center;
}

.register-btn-container {
    display: flex;
    align-items: center;
    justify-content: space-around;
}

.mobile-banner-course {
    display: none;
}

.banner-course-message {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: white;
    padding: 30px;
    width: 100%;
    height: 100%;
    /*background: #302e317a;*/
    font-family: 'Montserrat-Bold';
    font-size: 34px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
    letter-spacing: 5px;
    background: url("../images/home/soon.svg") no-repeat;
    background-size: contain;
    background-position: center;
}

/*section 2*/
/*section 3*/
.block-education-image {
    display: flex;
    height: 500px;
}

.wrapper-banner-education {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.education-row {
    display: flex;
}

.education-col {
    /*border-radius: 16px;*/
}

.education-middle {
    margin-top: 15%;
}

.education-button {
    margin: 20px 0px;
}

.education-cell {
    width: 225px;
    height: 225px;
    padding: 5px;
}

.education-cell img {
    border-radius: 16px;
}

.education-text {
    font-size: 20px;
    color: white;
    font-family: 'Montserrat-Regular';
    margin-left: 20px;
    margin-bottom: 10px;
}

.education-main-text {
    font-size: 40px;
    font-family: 'Montserrat-Bold';
    margin-bottom: 30px;
    color: white;
}

/*section 3*/


/*section 4*/
.slider-comment {
    width: 200px;
    height: 200px;
    border-radius: 20px;
    background-size: contain;
}

.slider-comment-image {
    border-radius: 50%;
}

/*section 4*/

.none {
    display: none;
}


section {
    padding-bottom: 100px;
}


/*.wrapper-box .slider{*/
/*    animation-name: fade;*/
/*    animation-duration: 1.5s;*/
/*}*/
/*@keyframes fade {*/
/*    !* Устанавливаем и изменяем степень прозрачности: *!*/
/*    from {*/
/*        opacity: 0.1*/
/*    }*/
/*    to {*/
/*        opacity: 1*/
/*    }*/
/*}*/

.l-side-nav {
    position: absolute;
    left: 15%;
    top: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.l-side-nav::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 2px;
    height: 70%;
    max-height: 750px;
    background-color: #555;
    opacity: .35;
    z-index: 10;
}

.side-nav {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100px;
    height: 70%;
    max-height: 750px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    margin: 0;
    padding: 0;
    list-style-position: inside;
    z-index: 10;
}

.side-nav > li span {
    position: relative;
    top: 3px;
    left: 10px;
    color: #fff;
    font-size: 14px;
    font-weight: 300;
    opacity: 0;
    visibility: hidden;
}

.side-nav li.is-active span {
    opacity: 1;
    visibility: visible;
    -webkit-transition: opacity .4s ease-in-out;
    transition: opacity .4s ease-in-out;
}

.side-nav li.is-active {
    color: #0f33ff;
    -webkit-transition: color .4s ease-in-out;
    transition: color .4s ease-in-out;
}

.side-nav > li {
    position: relative;
    top: -5px;
    color: #fff;
    font-size: 6px;
    cursor: pointer;
}

.side-nav li.is-active::before {
    left: -33px;
    color: #fff;
}

.side-nav > li::before {
    position: absolute;
    top: 3px;
    left: 10px;
    color: #555;
    font-size: 14px;
    font-weight: 300;
}

.side-nav li:nth-child(1)::before {
    content: "01";
}

.custom-form {
    background: #131F2D;
    color: #fff;
    padding: 50px;
    border-radius: 16px;
    width: 600px;
    margin: 0 auto;


}

.close-btn {
    position: absolute;
    top: 24px;
    right: 24px;
    cursor: pointer;
}

.form-group {
    margin: 20px 0px;
    display: flex;
    flex-direction: column;
}

.form-group-row {
    display: flex;
}

.form-item {
    margin: 30px 20px 30px 20px;
}

.form-label {
    color: #ccc;
}

.form-input {
    background: rgba(12, 12, 12, 0.5);
    color: #fff;
    border: none;
    padding: 15px 20px;
    margin-top: 4px;
    border-radius: 16px;
    font-size: 16px;
}

.form-input::placeholder {
    color: #FFFFFF;
}

.form-input:focus-visible {
    border-color: rgba(109, 15, 242, 1);
}

.form-input:focus {
    border-color: rgba(109, 15, 242, 1);
}

.form-error {
    color: #ff6868;
    font-size: 14px;
}

.form-actions {
    display: flex;
    justify-content: flex-end;
    margin-top: 15px;
}

.form-img-container {
    width: 100%;
}

.form-container {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 100;
}

.menu-active {
    color: #F2B807;
}

.form-container-name {
    text-align: center;
    padding: 20px;
    color: white;
    font-size: 30px;
    font-family: 'Montserrat-Bold';
}

.bg-form-item {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.form-button {
    background-color: rgba(242, 184, 7, 1);
    color: black !important;
    padding: 10px 20px;
    border: none !important;
    border-radius: 6px;
    cursor: pointer;
    width: 100%;
    font-weight: bold;
}


.form-button:hover {
    background: linear-gradient(121deg, rgba(242, 184, 7, 1), rgba(219, 202, 255, 1));
}

.user-register {
    color: rgba(109, 15, 242, 1);
    text-align: center;
    text-decoration: none;
    display: block;
    margin-top: 10px;
    font-size: 16px;
    font-weight: 500;
    padding: 10px 30px;
    border: 1px solid rgba(109, 15, 242, 1);
    border-radius: 6px;
    transition: .5s;
    position: relative;
    z-index: 1;

}

.user-register:hover {
    color: white;
    background: rgba(109, 15, 242, 1);

}

.user-login {
    color: #F2B807;
}

/*scrollbar*/
::-webkit-scrollbar {
    width: 10px;
}

/* Стили для ползунка прокрутки */
::-webkit-scrollbar-thumb {
    background-color: #606f7b; /* Цвет ползунка прокрутки */
    border-radius: 5px; /* Скругление углов ползунка */
}

/* Стили для фона плоскости прокрутки */
::-webkit-scrollbar-track {
    background-color: #0c0c0c; /* Цвет фона плоскости прокрутки */
}

/*profile*/
.profile-edit-link {
    /*position: absolute;*/
    /*top: 10px;*/
    /*right: 10px;*/
}

.edit-description-user {
    width: 100%;
    background: #333;
    border: none;
}

.edit-custom-profile-container {
    background: #161C21;
    border-radius: 10px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
    overflow: hidden;
    width: 100%;
    text-align: center;
    padding: 20px;
    position: relative;
}

.edit-custom-profile-title {
    font-size: 24px;
    text-align: center;
    padding: 20px;
    color: white;
}

.custom-profile-container {
    background: #131F2D;
    border-radius: 10px;
    padding: 50px;
}

.custom-profile-title {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid rgba(255, 255, 255, 0.5);
    padding-bottom: 10px;
}

.wrapper-profile-banner {
    /*width: 60%;*/
    /*margin: 0px auto;*/
}

.custom-description-item {
    display: flex;
    align-items: end;
    justify-content: space-between;
}

.custom-description-title {
    font-family: 'Montserrat-Bold';
    color: white;
    font-size: 18px;
    text-align: left;
    padding: 50px 20px 0px 20px;

}

.custom-profile-image {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    object-fit: cover;
}

.custom-user-name {
    font-size: 22px;
    color: #F2B807;
    margin-left: 20px;
    font-family: 'Montserrat-Regular';

}

.custom-profile-banner {
    display: flex;
    align-items: center;
}

.custom-profile-location-rating {
    display: flex;
    align-items: center;
}

.custom-location {
    color: #6D0FF2;
    border-radius: 5px;
    padding: 5px;
    margin-right: 20px;
}

.custom-location span {
    color: #6D0FF2;
    font-size: 22px;
    font-family: 'Montserrat-Regular';
}


.custom-rating {
    display: flex;
    align-items: center;
}

.custom-description {
    line-height: 1.5;
    text-align: justify;
    padding: 10px 20px;
    border-radius: 5px;
    color: white;
    font-family: 'Montserrat-Regular';
    font-size: 22px;
    width: 90%;
}

.custom-description::first-letter {
    margin-left: 5%;
}

.task-container {
    min-height: 700px;
}

.task-close-btn {
    background-color: #6D0FF2;
    color: white;
    padding: 10px 20px;
    border: none;
    border-radius: 5px;
    font-size: 16px;
    cursor: pointer;
    box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
}

.task-close-btn:hover {
    background: linear-gradient(90deg, #6D0FF2, #B493FA);
    color: black;
}

/*pagination*/
.pagination-block {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 20px; /* Регулируйте отступ сверху в соответствии с вашим дизайном */
}

.pagination-block a,
.pagination-block span {
    display: inline-flex;
    align-items: center;
    color: white; /* Темный цвет текста */
}

.pagination-block a:hover {
    /*background-color: #333; !* Темный цвет фона при наведении *!*/
    color: #B493FA; /* Цвет текста при наведении */
}

.pagination-block .current-page-item {
    color: #B493FA; /* Цвет текста для текущей страницы */
}

.pagination-move-btn {
    color: #B493FA !important;
}

.next-page-item {
    margin: 0px 10px;
}

.current-page-item {
    margin: 0px 10px;
}

.task-user-link:hover {
    text-decoration: underline;
}

.task-user-link {
    color: #F2B807;
}

.technology-image {
    width: 500px;
}

.technology-image-item {
    width: 250px;
}

.technology-image-item-middle {
    margin-left: 20%;
}

.technology-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.technology-block-row {
    display: flex;
    justify-content: space-between;
    margin-bottom: 50px;
}

.technology-block {
    width: 70%;
}

.technology-block-item {
    padding: 10px;
    width: 50%;
}

.technology-block-item h2 {
    margin-bottom: 20px;
    color: rgba(109, 15, 242, 1);
    font-size: 20px;
}

.technology-block-item p {
    color: white;
    font-size: 20px;
    letter-spacing: 1px;
    line-height: 28px;
    font-family: 'Montserrat-Regular';

}

.technologies-title {
    margin-bottom: 100px;
    color: white;
    font-size: 40px;
    font-family: 'Montserrat-Bold';
}

.technologies {
    /*background: url("../images/home/bg2.svg") no-repeat;*/
    /*background-size: contain;*/
}

.questions {
    display: flex;
    justify-content: center;
    padding: 50px;
    background: url("../images/home/24.jpg");
    background-size: cover;
}

.question-title {
    text-align: center;

}

.question-title h2 {
    margin-bottom: 20px;
    color: white;
    font-size: 40px;
    font-family: 'Montserrat-Bold';
    margin-top: 20px;
}

.question-title p {
    color: white;
    font-size: 20px;
    font-family: 'Montserrat-Regular';
}

.course-wrapper {
    width: 60%;
    margin: 50px auto;
    border-radius: 20px;
}

.course-wrapper h1 {
    text-align: center;
    color: white;
    font-family: 'Montserrat-Bold';
    font-size: 34px;
    margin-bottom: 50px;
}

.header-wrapper-task {
    display: flex;
    align-items: center;
}

.close-task-btn {
    margin: 0px 20px;
}

.task-delete-btn {
    background: no-repeat;
    color: #F25C07;
    border: none;
    font-size: 20px;
    font-family: 'Montserrat-Regular';
}

.theme-title {
    color: #F2B807;
}

.course-container-filter {
    position: absolute;
    left: 0px;
    top: 0px;
    height: 100%;
    width: 100%;
    background: linear-gradient(90deg, rgba(109, 15, 242, 0.7) 0%, rgba(19, 31, 45, 0.7) 100%);
    border-radius: 16px;
}
.course-container-banner{
    position: relative;
}
.course-container-banner-block{
    position: absolute;
    top: 35%;
    left: 0px;
    width: 100%;
    display: flex;
    justify-content: center;
}
.course-container-banner-block-item{
    width: 400px;
    text-align: center;
}
.course-container-banner-block-item-btn{
    width: 60%;
    margin-top: 20px;
}
.course-container-filter-base {
    position: absolute;
    left: 0px;
    top: 0px;
    height: 100%;
    width: 100%;
    background: linear-gradient(90deg, rgba(226, 84, 168, 0.8) 0%, rgba(19, 31, 45, 0.8) 100%);
    border-radius: 16px;
}

.course-container-filter-back {
    position: absolute;
    left: 0px;
    top: 0px;
    height: 100%;
    width: 100%;
    background: linear-gradient(90deg, rgba(94, 22, 236, 0.8) 0%, rgba(19, 31, 45, 0.8) 100%);
    border-radius: 16px;
}

.course-container-filter-dark {
    position: absolute;
    left: 0px;
    top: 0px;
    height: 100%;
    width: 100%;
    background: linear-gradient(90deg, rgba(12, 12, 12, 0.8) 0%, rgba(19, 31, 45, 0.8) 100%);
    border-radius: 16px;
    backdrop-filter: blur(2px);
}

.course-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 50px 50px;
    margin: 50px 0px;
    border-radius: 16px;
    height: 400px;
    width: 100%;
    position: relative;
}

.course-image-container {
    max-width: 450px;
    box-shadow: 4px 10px 24px -5px rgba(12, 12, 12, 0.5);
}

.block1 {
    background: url(../images/home/front/front-end1.svg) no-repeat;
    background-size: cover;
}

.block2 {
    background: url(../images/home/front/front-end2.svg) no-repeat;
    background-size: cover;
}

.block3 {
    background: url(../images/home/front/front-end3.svg) no-repeat;
    background-size: cover;
}

.block4 {
    background: url(../images/home/front/front-end4.svg) no-repeat;
    background-size: cover;
}

.base-block1 {
    background: url(../images/home/base/base-minecraft.svg) no-repeat;
    background-size: cover;
}

.base-block2 {
    background: url(../images/home/base/base-ai.svg) no-repeat;
    background-size: cover;
}

.base-block3 {
    background: url(../images/home/base/base-pc.svg) no-repeat;
    background-size: cover;
}

.base-block4 {
    background: url(../images/home/base/base-3dgame.svg) no-repeat;
    background-size: cover;
}

.unity-block1 {
    background: url(../images/home/unity/unity1.svg) no-repeat;
    background-size: cover;
}

.unity-block2 {
    background: url(../images/home/unity/unity2.svg) no-repeat;
    background-size: cover;
}

.unity-block3 {
    background: url(../images/home/unity/unity3.svg) no-repeat;
    background-size: cover;
}

.unity-block4 {
    background: url(../images/home/unity/unity4.svg) no-repeat;
    background-size: cover;
}

.back-block1 {
    background: url(../images/home/back/back-p-1.svg) no-repeat;
    background-size: cover;
}

.back-block2 {
    background: url(../images/home/back/back-p-2.svg) no-repeat;
    background-size: cover;
}

.back-block3 {
    background: url(../images/home/back/back-p-3.svg) no-repeat;
    background-size: cover;
}

.back-block4 {
    background: url(../images/home/back/back-p-4.svg) no-repeat;
    background-size: cover;
}

.laravel1 {
    background: url(../images/home/laravel/laravel1.svg) no-repeat;
    background-size: cover;
}

.laravel2 {
    background: url(../images/home/laravel/laravel2.svg) no-repeat;
    background-size: cover;
}

.laravel3 {
    background: url(../images/home/laravel/laravel3.svg) no-repeat;
    background-size: cover;
}

.laravel4 {
    background: url(../images/home/laravel/laravel4.svg) no-repeat;
    background-size: cover;
}

.position-block-end {
    display: flex;
    justify-content: end;
}

.course-text li {
    color: #FFFFFF;
    font-size: 18px;
    font-family: 'Montserrat-Regular';
    padding: 5px;
    background: url('../images/home/li-bg.svg') no-repeat left center;
    background-size: 16px 16px;
    padding-left: 26px;
}

.course-text {
    color: white;
    font-family: 'Montserrat-Regular';
    font-size: 16px;
}

.course-text-container {
    width: 100%;
    margin: 30px;
    position: relative;
    z-index: 1;
    display: flex;
    justify-content: space-between;

}

.count-item-decoration {
    color: #F2B807;
    font-size: 24px;
    font-family: 'Montserrat-Bold';
}

.text-container-count {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.text-container-count-end {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: end;
}

.text-container-sign-up {
    color: white;
    font-size: 20px;
    font-family: 'Montserrat-Regular';
    cursor: pointer;
}

.text-container-sign-up-end {
    color: #F2B807;
    font-size: 20px;
    font-family: 'Montserrat-Regular';
    cursor: pointer;
}

.text-container-count-item {
    color: white;
    font-size: 24px;
    font-family: 'Montserrat-Bold';
}

.course-image-container img {
    border-radius: 16px;
}

.course-text-container h2 {
    color: white;
    font-family: 'Montserrat-Bold';
    font-size: 24px;
    margin-bottom: 30px;
}

.footer-container {
    display: flex;
    justify-content: space-between;
}

.footer-main {
    padding: 20px 0px;
    background: rgba(19, 31, 45, 1);
}

.footer-link-text {
    color: rgba(242, 184, 7, 1);
    font-family: 'Montserrat-Regular';

}

.footer-data-text {
    color: white;
    font-family: 'Montserrat-Regular';
}

.form-module-active {
    display: flex;
    flex-direction: column;
}

.module-activate {
    margin-bottom: 50px;
    color: white;
    display: flex;
    justify-content: center;
    margin-top: 50px;
}

.module-activate-label {
    color: #6D0FF2;
    margin-bottom: 10px;
    font-family: 'Montserrat-Bold';
}

.form-input-active-code {
    padding: 10px 20px;
    background: #131F2D;
    color: #FFFFFF;
    width: 500px;
    margin-right: 50px;
    border: none;
    border-radius: 10px;
}

.form-input-active-code::placeholder {
    color: #FFFFFF;
}

.form-btn-active-code {
    background: #6D0FF2;
    border: none;
    border-radius: 10px;
    padding: 10px 20px;
    color: white;
    font-family: 'Montserrat-Regular';
}


@media (min-width: 600px) {
    .mobile-section {
        display: none;
    }

    .btn-course-fixed {
        display: none;
    }
}


@media (min-width: 1500px) and (max-width: 1750px) {
    .wrapper-box {
        width: 70%;
    }

    .main-menu {
        width: 70%;
    }

    .wrapper-profile {
        width: 70%;
    }

    .con {
        width: 70%;
    }

    .course-wrapper {
        width: 70%;
    }

    .profile-container {
        width: 70%;
    }

    .unit-elem {
        width: 70%;
    }

    .unit-wrapper {
        width: 70%;
    }

    .comment-container {
        width: 70%;
    }
}

@media (min-width: 1300px) and (max-width: 1500px) {
    .wrapper-box {
        width: 80%;
    }

    .main-menu {
        width: 80%;
    }

    .wrapper-profile {
        width: 80%;
    }

    .con {
        width: 80%;
    }

    .course-wrapper {
        width: 80%;
    }

    .profile-container {
        width: 80%;
    }

    .unit-elem {
        width: 80%;
    }

    .unit-wrapper {
        width: 80%;
    }

    .comment-container {
        width: 80%;
    }
}

@media (min-width: 1000px) and (max-width: 1300px) {
    .wrapper-box {
        width: 90%;
    }

    .main-menu {
        width: 90%;
    }

    .wrapper-profile {
        width: 90%;
    }

    .con {
        width: 90%;
    }

    .course-wrapper {
        width: 90%;
    }


    .profile-container {
        width: 90%;
    }

    .unit-elem {
        width: 90%;
    }

    .unit-wrapper {
        width: 90%;
    }

    .comment-container {
        width: 90%;
    }
}

@media (max-width: 600px) {
    .form-container {
        position: fixed;
        z-index: 20;
        width: 95%;
    }

    body {
        background: #0a0a0a;
    }

    .wrapper-box {
        width: 90%;
    }

    .main-menu {
        width: 90%;
        display: flex;
        justify-content: center;
    }

    .wrapper-profile {
        width: 90%;
    }

    .wrapper-menu {
        background: #0a0a0a;
    }

    .wrapper-banner-course {
        display: none;
    }
    .course-container-banner {
        display: none;
    }
    .mobile-banner-course {
        display: block;
    }

    .wrapper-slider-container {
        display: none;
    }

    .slider h1 {
        font-size: 32px;
        font-weight: 900;
        letter-spacing: 1px;
        word-spacing: 1px;

    }

    .user-enter {
        display: none;
    }

    .first-section {
        display: none;
    }

    .mobile-wrapper {
        height: 40vh;
    }

    .mobile-section {
        background: #0a0a0a;
    }

    .btn-course-fixed {
        display: block;
        margin: 0px;
        position: fixed;
        bottom: 0px;
        width: 100%;
        border-radius: 0px;
        z-index: 10;
    }

    .slider-text {
        position: absolute;
        left: 0px;
        top: 20%;
        z-index: 10;

    }

    .slider-image {
        max-width: 400px;
        height: 545px;
        overflow: hidden;
        position: absolute;
        top: 0px;
        right: 0px;
        filter: brightness(0.6);

    }

    .intro--banner--section--colored {
        margin-bottom: 10px;
        font-size: 34px;
        padding: 0px 20px;
        font-weight: 900;
    }

    .intro--banner--section--text {
        color: white;
        font-size: 34px;
        margin-bottom: 50px;
        padding: 0px 20px;
        font-weight: 900;

    }

    .wrapper-menu {
        border: none;
        margin: 10px;
    }


    /*mobile slider*/
    .slider-container {
        width: 100%;
        overflow: hidden;
        position: relative;
        margin-top: 60px;
    }

    .slider-item {
        display: flex;
        transition: transform 0.5s ease;
    }

    .slide {
        flex: 0 0 70%;
        text-align: left;
        padding: 20px;
        box-sizing: border-box;
    }

    .sub-slider-text {
        color: white;
        font-size: 14px;
    }

    .slider-title {
        color: white;
    }

    .work h2 {
        font-family: 'Montserrat-Bold';
        font-size: 22px;
    }

    .banner-course h2 {
        font-family: 'Montserrat-Bold';


    }

    .program-title {
        margin-bottom: 50px;
        font-size: 26px;

    }

    .second-section {
        margin: 50px 0px;
    }

    .question-title {
        text-align: center;
    }

    .question-title h2 {
        font-size: 22px;
    }

    .question-title p {
        font-size: 16px;
        text-align: center;
    }

    .slider-button {
        font-size: 16px;
        text-transform: capitalize;

    }

    .education-cell {
        width: 110px;
        height: 110px;
    }

    .block-education-image {
        height: auto;
    }

    .education-main-text {
        font-size: 24px;
        font-family: 'Montserrat-Bold';
        margin-bottom: 30px;
        color: white;
        text-align: center;
    }

    .wrapper-banner-education {
        display: flex;
        flex-direction: column;
    }

    .technology-image {
        display: none;
    }

    .technologies-title {
        font-size: 24px;
        text-align: center;
    }

    .technology-block {
        width: 100%;
    }

    .technology-block-row {
        display: flex;
        flex-direction: column;
    }

    .technology-block-item {
        width: 100%;
    }

    .image-block {
        background: url("../images/home/popular-mobile.svg") no-repeat;
        background-position: bottom;
    }

    .technology-block-item p {
        font-size: 16px;
    }

    .technology-block-row {
        margin: 0px;
    }

    .footer-main {
        margin-bottom: 44px;
    }

    .footer-link {
        display: none;
    }

    .footer-data-text {
        font-size: 12px;
    }

    .footer-data {
        text-align: center;
    }

    .banner-course:hover {
        background-color: #131F2D;
    }

    .questions {
        background: url("../images/home/choose-course.svg") no-repeat;
        background-size: cover;
        padding: 30px;
    }

    .br {
        display: none;
    }

    section {
        padding-bottom: 50px;
    }

    .custom-form {
        width: 100%;
        padding: 20px;
    }

    .form-container-name {
        text-align: center;
        padding: 20px;
        color: white;
        font-size: 16px;
        font-family: 'Montserrat-Bold';
    }

    .close-btn {
        position: absolute;
        top: 10px;
        right: 10px;
        cursor: pointer;
    }

    .form-input {
        background: rgba(12, 12, 12, 0.5);
        color: #fff;
        border: none;
        padding: 10px 10px;
        margin-top: 4px;
        border-radius: 10px;
        font-size: 16px;
    }

    .form-item {
        margin: 20px;
    }

    #promiseAnswer {
        font-size: 12px;
        text-align: center;
        color: rgba(242, 184, 7, 1);
    }

    .course-wrapper {
        width: 90%;
        margin: 0px auto;
        border-radius: 20px;
    }

    .course-wrapper h1 {
        margin-bottom: 0px;
    }

    .course-container {
        margin: 20px 0px;
        padding: 20px;
    }

    .text-container-count {
        display: none;
    }
    .course-text-container h2 {
        text-align: center;
    }
    .course-text-container{
        display: flex;
        justify-content: space-between;
        flex-direction: column;
        margin: 0px;
    }
    .text-container-count-end{
        display: none;
    }
    .program-list{
        display: flex;
        justify-content: center;
        flex-direction: column;
    }
    .program-item{
        margin-bottom: 20px;
    }
    .banner-course{
        display: block;
    }
    .closed-course{
        display: block;

    }
}
