#Guide {
    position: relative;
}

.main-parent {
    padding: 40px 0;
    display: flex;
    min-width: 80vw;
    width: 80vw;
}

#Guide .content {
    /* margin-left: 358px; */
    padding-left: 30px;
    flex: 1;
    min-height: calc(100vh - 140px);
}

#Guide .menu-catalog {
    /* position: fixed; */
    border: 1px solid #999;
    border-radius: 10px;
    /*height: calc(100vh - 140px);*/
    /*max-height: 388px;*/
    /*min-width: 318px;*/
    top: 40px;
    bottom: 110px;
    width: 358px;
    min-width: 358px;
    overflow: hidden;
    display: block;
    z-index: 2;
    /* background-color: white; */
}

#Guide .menu-el span {
    padding-left: 10px;
    min-width: 230px;
    border-radius: 5px;
    padding-top: 5px;
    padding-bottom: 5px;
}

#Guide .menu-el:hover {
    background-color: #f4f4f4;
}

#Guide .head-sort {
    width: 100%;
    height: 100%;
}

#Guide .menu-catalog .cat_scrollbar {
    position: relative;
    overflow: auto;
    max-width: 100%;
    height: 100%;
    padding-right: 10px;
}

#Guide .menu-head {
    font-weight: bold;
    margin-top: 20px;
    margin-bottom: 15px;
    margin-left: 15px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
    position: relative;
}

#Guide .menu-head>span {
    display: flex;
    align-items: center;
}

#Guide .menu-head>span>span {
    width: fit-content;
}

/* #Guide .delete {
    text-align: right;
    font-size: 8px;
    color: #999;
} */

#Guide .video {
    margin-top: 15px;
    margin-bottom: 15px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    width: 100%;
    height: 360px
}

#Guide .menu-el {
    padding-left: 30px;
    margin-bottom: 8px;
    border-left: 3px solid transparent;
    display: flex;
    justify-content: space-between;
    position: relative;
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
}

#Guide .menu-sub-el {
    padding-left: 50px;
}


#Guide .menu-el>span {
    cursor: pointer;
}

#Guide .blue-border {
    /* border-left: 3px solid #578dde; */
    color: #5577BB;
}

#Guide .add-head {
    position: relative;
    padding: 10px;
}

#Guide .input-url {
    margin: 5px 0;
}

#Guide .save {
    margin-bottom: 5px;
}

#Guide .head-a {
    display: flex;
    justify-content: left;
    margin-right: 20px;
}

#Guide .head-a>span {
    padding: 0;
}

#Guide .modal {
    position: fixed;
    z-index: 9;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    overflow: hidden;
    display: none;
    justify-content: center;
    align-items: center;
}

#Guide .modal-content {
    position: absolute;
    display: none;
}

#Guide .modal-bg {
    width: 100%;
    height: 100%;
    background-color: black;
    opacity: 0.4;
}

#Guide .del {
    background-color: crimson !important;
    border: none !important;
    outline: none !important;
}

#Guide .span-h {
    margin-right: 10px;
    max-width: 250px;
}

#Guide .handle {
    position: absolute;
    cursor: pointer;
    left: -15px;
}

#Guide .svg-icon {
    width: 100%;
    height: 100%;
    position: relative;
}

#Guide .item {
    cursor: pointer;
    position: absolute;
    left: 10px;
    top: 5px;
}

#Guide .wheel, .plus, .icon {
    cursor: pointer;
}

#Guide .description {
    margin-bottom: 5px;
}

#Guide .guide-empty {
    color: #999;
    font-size: 14px;
    padding: 18px 20px;
}

#Guide .guide-empty-content {
    padding: 0;
}

#Guide .spa {
    text-align: right;
    align-self: end;
}

#editBlock {
    position: relative;
    display: flex;
    flex-direction: column;
    width: 240px;
    padding: 20px;
    background-color: #EEE;
    max-width: 100%;
    max-height: 100%;
    z-index: 10;
    border-radius: 5px;
}

.content__video {
    width: 100%;
}

.edit-video {
    margin-top: 20px;
    width: 90%;
    border: 1px solid #CCCCCC;
    border-radius: 10px;
    padding: 20px;
}

.edit-content {
    width: 100%;
    border: 1px solid #CCCCCC;
    border-radius: 10px;
    margin-bottom: 15px;
    display: none;
}

.edit-text, .art textarea {
    width: 100%;
    height: 100px;
    box-shadow: none !important;
    /* color: black !important; */
    font-size: 14px !important;
    resize: none;
    display: none;
}

.edit-url, .change-url {
    width: 100%;
    box-shadow: none !important;
    /* color: black !important; */
    font-size: 14px !important;
    padding: 5px 0;
    display: none;
}

.edit-img, .change-img {
    display: none;
}

.blue-btn {
    color: #537BB0 !important;
    background-color: white !important;
    border: #537BB0 !important;
    margin-right: 10px;
}

.btn-active {
    color: white !important;
    background-color: #537BB0 !important;
}

.img-label {
    padding-top: 20px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.img-label div {
    font-style: italic;
}


.content__video img {
    margin-bottom: 20px;
}

.art {
    border-left: 2px solid white;
    border-right: 2px solid white;
    position: relative;
    width: calc(100% - 100px);
    max-width: calc(100% - 100px);
    padding: 5px 50px 5px 20px;
    margin-bottom: 5px;
    line-height: 1.7;
}

.art img {
    max-width: 100%;
}

.art-hover {
    border-left: 2px solid #CCCCCC;
    border-right: 2px solid #CCCCCC;
}

.art-top {
    position: absolute;
    display: none;
    padding-left: 3px;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    top: 0;
    left: 0;
}

.pen {
    color: #999999;
}

.art-save {
    margin-top: 10px;
    display: none;
}

.art-subtitle{
    font-size: 15px;
    font-weight: bold;
}
.art-cont {
    position: relative;
}

.art-cont a{
    color: #5577BB;
    text-decoration: none;
    position: relative;
}

.art-cont a:hover{
    text-decoration: underline;
}

.art-cont ul li{
    margin-bottom:10px;
}

.video-label{
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 15px 0px;
}
