.workshop__inner {
    padding: 30px 20px 40px 20px;
}

.workshop__workshop-menu {
    margin-right: 30px;
    min-width: 270px;
}

.workshop-menu__list {
    border-top: 0;
    margin: 0 !important;
}

.workshop__workshop-menu .workshop-menu__list li {
    padding: 0px;
}

.workshop__workshop-menu .workshop-menu__list li:before {
    display: none;
}

.workshop__main {
    width: calc(100% - 300px);
    max-width: none;
    display: block;
    font-size: 16px;
    line-height: 24px;
    font-weight: normal;
    color: #000000;
}

.workshop__main .articles__author {
    display: none;
}

.workshop__main .articles__content {
    font-size: 16px;
    line-height: 24px;
    font-weight: normal;
    color: #000000;
    width: auto;
}

.workshop__main h1 {
    font-family: Gilroy;
    font-style: normal;
    font-weight: 800;
    font-size: 24px;
    line-height: 29px;
    color: #161917;
    text-transform: none;
    padding-bottom: 20px;
    border-bottom: 2px solid #F1F2F6;
    margin-bottom: 20px;
}

.workshop__main .workshop__content {
    background: #F1F2F6;
    border-radius: 2px;
    padding: 30px 130px 30px 30px;
    margin-top: -15px;
    margin-bottom: 30px;
}

.workshop__main .workshop__content .workshop__content--title {
    display: block;
    font-weight: 600;
    font-size: 18px;
    line-height: 24px;
    color: #000000;
    margin-bottom: 0px;
    position: relative;
    cursor: pointer;
    padding-right: 21px;
    width: fit-content;
    width: -moz-fit-content;
    transition: all 0.3s cubic-bezier(1, 0.9, 0.96, 1.2);
}

.workshop__main .workshop__content.active .workshop__content--title {
    margin-bottom: 15px;
}

.workshop__main .workshop__content .workshop__content--title:after {
    content: url('/local/templates/reds_work/images/art_content_arrow_down.svg');
    position: absolute;
    top:  3px;
    right: 0;
    transform: rotate(180deg);
}

.workshop__main .workshop__content.active .workshop__content--title:after {
    transform: rotate(0deg);
    top:  -2px;
}

.workshop__main .workshop__content .workshop__content--inner {
    overflow: hidden;
    transition: height .3s ease-out;
}

.workshop__main .workshop__content .workshop__content--inner ol {
    list-style: none;
    counter-reset: li;
    margin: 0 0 0px 0 !important;
    padding: 0;
}

.workshop__main .workshop__content .workshop__content--inner ol li {
    font-weight: normal;
    font-size: 16px;
    line-height: 24px;
    margin: 0 0 10px 0 !important;
    position: relative;
    display: flex !important;
    align-items: baseline;
    flex-wrap: wrap;
    padding: 0 !important;
    flex-direction: row;
}

.workshop__main .workshop__content .workshop__content--inner ol li:last-child {
    margin-bottom: 0 !important;
}

.workshop__main .workshop__content .workshop__content--inner ol li:before {
    counter-increment: li !important;
    content: counters(li,".") ". " !important;
    color: #777777 !important;
    padding-right: 12px;
    width: 13px;
    box-sizing: content-box;
    position: relative !important;
    top: 0 !important;
    font-weight: 400!important;
    font-size: 16px !important;
    line-height: 24px;
    display: block !important;
    text-align: left !important;
}

.workshop__main .workshop__content .workshop__content--inner ol li a {
    max-width: calc(100% - 30px);
    width: 100%;
    font-size: 16px;
    line-height: 24px;
    border: 0;
}

.workshop__main .workshop__content .workshop__content--inner ol li a span {
    border-bottom: 1px solid transparent;
    transition: border .3s ease-out;
}

.workshop__main .workshop__content .workshop__content--inner ol li a span:hover {
    border-bottom: 1px solid #000000;
}

.workshop__main .workshop__content .workshop__content--inner ol li a span:active {
    border-bottom: 1px solid transparent;
}

.workshop__main .workshop__content .workshop__content--inner ol li ol {
    width: 100%;
    padding: 10px 0 0 25px;
    font-size: 14px;
    line-height: 22px;
    margin: 0 0 -5px 0 !important;
}

.workshop__main .workshop__content .workshop__content--inner ol li ol li:before {
    font-size: 14px !important;
    line-height: 22px;
    width: 22px;
    padding-right: 13px;
}

.workshop__main .workshop__content .workshop__content--inner ol li ol li {
    margin: 0 0 5px 0 !important;
}

.workshop__main .workshop__content .workshop__content--inner ol li ol li a {
    max-width: calc(100% - 35px);
    font-size: 14px;
    line-height: 22px;
}

.workshop__main h2 {
    margin-top: 30px;
    font-weight: 600;
    font-size: 18px;
    line-height: 24px;
    color: #000000;
    margin-bottom: 15px;
}

.workshop__detail.workshop__main h3 {
    margin-top: 15px;
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    color: #000000;
    margin-bottom: 10px;
}

.workshop__main p {
    font-size: 16px;
    line-height: 24px;
    font-weight: normal;
    color: #000000;
    margin-bottom: 5px;
}

.workshop__main .workshop__block {
    background: rgba(205, 160, 59, 0.15);
    border-radius: 2px;
    padding: 15px 20px;
    margin: 15px 0;
}

.workshop__main .workshop__block p:last-child {
    margin-bottom: 0;
}

.workshop__main b {
    font-weight: 600;
}

.workshop__main ol {
    list-style: none;
    counter-reset: li;
    margin: 0 0 -10px 0 !important;
    padding: 0;
}

.workshop__main ol li {
    font-weight: normal;
    font-size: 16px;
    line-height: 24px;
    margin: 0 0 10px 35px !important;
    position: relative;
    display: flex !important;
    align-items: baseline;
    flex-wrap: wrap;
    padding: 0 0 0 25px !important;
    flex-direction: column;
}

.workshop__main ol > li:before {
    counter-increment: li !important;
    content: counters(li,".") ". " !important;
    color: #777777 !important;
    padding-right: 12px;
    width: 13px;
    box-sizing: content-box;
    position: absolute !important;
    top: 0 !important;
    left: 0!important;
    font-weight: 400!important;
    font-size: 16px !important;
    line-height: 24px;
    display: block !important;
    text-align: left !important;
}

.workshop__main ol li p {
    width: 100%;
    font-size: 16px;
    line-height: 24px;
    border: 0;
}

.workshop__main .inner__list--title {
    display: block;
    margin: 12px 0 10px 0;
}

.workshop__main ol ul,
.workshop__main ul {
    padding: 0 0 0 10px !important;
    margin-bottom: 7px !important;
    font-size: 16px;
    line-height: 26px;
}

.workshop__main ol > ul {
    padding: 0 0 0 70px !important;
    margin-top: -10px !important;
}

.workshop__main ol ol li {
    margin: 0 0 10px 0px !important;
}

.workshop__main ol ul li,
.workshop__main ul li {
    line-height: 26px;
    margin: 0 0 2px 0px !important;
    padding: 0px 0 0 14px !important;
}

.workshop__main ol ul li:before,
.workshop__main ul li:before {
    content: '' !important;
    width: 3px;
    height: 3px;
    border-radius: 50%;
    background: #000000;
    position: absolute !important;
    top: 11px !important;
    left: 0 !important;
    counter-reset: li;
}

.workshop__main ol ul li p,
.workshop__main ul li p {
    margin-bottom: 0;
}

.workshop__main i {
    font-family: Georgia;
    font-style: italic;
    font-weight: normal;
    font-size: 14px;
    line-height: 20px;
    color: #E2BC79;
}

.workshop__main u {
    text-decoration: none;
    border-bottom: 1px solid #000000;
}

@media only screen and (max-width: 1199px) {
    .workshop__inner {
        padding: 19px 20px 53px 20px;
    }

    .workshop__main {
        width: 100%;
    }

    .workshop__main .workshop__themes--title {
        font-size: 18px;
        line-height: 24px;
        color: #000000;
        margin-bottom: 15px;
    }

    .workshop__main .workshop__themes--wrap {
        display: flex;
        flex-wrap: wrap;
        width: calc(100% + 5px);
        margin-bottom: 25px;
    }

    .workshop__main  .workshop__themes--block {
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 7px 15px;
        background: rgba(241, 242, 246, 0.7);
        border-radius: 2px;
        font-weight: normal;
        font-size: 14px;
        line-height: 22px;
        color: #000000;
        margin: 0 5px 5px 0;
    }
}

@media only screen and (max-width: 767px) {
    .workshop__main .workshop__themes--wrap {
        flex-wrap: nowrap;
        width: calc(100% + 40px);
        margin-left: -20px;
        padding: 0 20px;
        overflow: scroll;
    }

    .workshop__main .workshop__themes--wrap::-webkit-scrollbar {
        display: none;
    }

    .workshop__main .workshop__themes--wrap::-webkit-scrollbar-track {
        display: none;
    }

    .workshop__main .workshop__themes--wrap::-webkit-scrollbar-thumb {
        display: none;
    }

    .workshop__main .workshop__themes--block {
        white-space: nowrap;
    }

    .workshop__main .workshop__themes--block:last-child {
        border-right: 20px solid #FFFFFF;
    }

    .workshop__main .workshop__content {
        padding: 20px;
    }

    .workshop__main .workshop__content .workshop__content--inner ol li ol {
        padding: 7px 0 0 25px;
    }

    .workshop__main ol li {
        margin: 0 0 10px 0px !important;
    }
}