.shedule_table {
    border-collapse: collapse;
    border-spacing: 0;
    empty-cells: show;
    margin: 1.5rem 0;
    width: 100%
}

.shedule_table caption {
    color: #000;
    font: italic 85%/1 arial, sans-serif;
    padding: 1em 0;
    text-align: center
}

.shedule_table td, .shedule_table th {
    border: none;
    font-size: inherit;
    margin: 0;
    overflow: visible;
    padding: 13px 6px
}

.shedule_table tr {
    display: flex;
    justify-content: space-between
}

.shedule_table tr:not(.schedule_table_month-wrapper) td:not(.no-border) {
    border-top: 1px solid #bdbdbd
}

.shedule_table tr.second-row td {
    border-top: none !important
}

.shedule_table td.program-name {
    flex-grow: 3
}

.shedule_table .title {
    font-size: 22px;
    line-height: 26px;
    padding: 0 30px 0 0
}

.shedule_table .title a {
    font-size: 22px;
    color: #333333
}

.shedule_table .info {
    font-weight: 300;
    font-size: 14px;
    line-height: 16px;
    margin-top: 5px;
    color: #828282;
    display: flex;
    flex-wrap: wrap
}

.shedule_table .info a {
    padding-left: 4px;
    font-size: 14px;
    font-weight: 400;
}

.shedule_table .info span {
    position: relative;
    margin-right: 13px;
    text-transform: capitalize
}

.shedule_table .info span:not(:last-child):after {
    content: '';
    display: block;
    position: absolute;
    height: 16px;
    width: 1px;
    background: #828282;
    right: -7px;
    bottom: 0
}

.shedule_table .info span.mark {
    font-weight: 400;
    line-height: 16px
}

.shedule_table span.mark a {
    display: block;
    padding-right: 7px;
    padding-left: 7px;
    box-sizing: border-box;
    text-decoration: none !important
}

.shedule_table span.mark a:hover {
    text-decoration: none !important
}

.shedule_table.only-online span.mark.online a {
    background-color: #0029ff;
    border-color: #0029ff !important;
    color: #fff !important
}

a.toggle-online {
    color: #0029ff !important
}

a.new-link {
  color: #18a800 !important;
  background: #ffffff;
}

td.program-name > div.info > span.tutor > a {
  color: #828282;
}

.only-online tr span.online a.toggle-online {
    color: #fff !important
}

td.schedule-date {
    font-size: 22px;
    line-height: 28px;
    color: #828282;
    padding-right: 45px;
    vertical-align: top;
    width: 77px
}

td.schedule-date.with-icon {
    padding-right: 6px;
    display: flex;
    align-items: flex-start
}

.shedule_table thead {
    color: #000;
    text-align: left;
    vertical-align: bottom;
    font-size: 11px
}

.shedule_table th b {
    font-weight: 400;
    text-transform: uppercase
}

.shedule_table td {
    background-color: transparent
}

.shedule_table .tocenter {
    text-align: left
}

.shedule_table .toright {
    text-align: right
}

.shedule_table .datetd {
    width: 25px
}

.shedule_table .marktd {
    width: 50px
}

.shedule_table .hourstd {
    font-size: 14px;
    line-height: 21px;
    color: #6a6a6a;
    text-align: center;
    width: 130px
}

.shedule_table .pricetd {
    font-size: 22px;
    line-height: 21px;
    color: #333;
    min-width: 101px
}

.shedule_table .marooncolor {
    color: #936
}

.shedule_table .redcolor {
    color: red
}

.shedule_table .greencolor {
    color: green
}

.shedule_table .bluecolor {
    color: #00acf2
}

.shedule_table .twocolpadleft {
    padding-left: 124px
}

.shedule_table .schedule_table_month {
    border: none;
    padding-top: .75rem;
    font-size: 18px;
    line-height: 28px;
    color: #828282;
    padding-bottom: 5px;
    display: flex;
    padding-left: 0 !important
}

.shedule_table .marks {
    padding-right: 9px;
    font-size: .6875rem;
    font-style: italic
}

.shedule_table .mark-imp {
    color: red;
    font-weight: 700
}

.shedule_table .mark-new {
    color: #18a800
}

.shedule_table .mark-pro {
    color: red;
    font-weight: 700
}

.shedule_table .mark-online {
    color: #936
}

.shedule_table tr.schedule_table_month-wrapper {
    border-bottom: 2px solid #333
}

.shedule_table tr.schedule_table_month-wrapper:not(:nth-of-type(1)) {
    border-top: 2px solid #333
}

.shedule_table tr.schedule_table_month-wrapper:not(:nth-of-type(1)) td {
    padding-top: 75px
}

@media screen and (max-width: 39.9375em) {
    .shedule_table {
        font-size: .8125rem
    }

    .shedule_table .mark, .shedule_table .marktd {
        display: none
    }

    .shedule_table td, .shedule_table th {
        width: auto !important;
        padding: .2rem !important
    }

    .shedule_table .toright {
        white-space: nowrap
    }

    .shedule_table .tocenter {
        text-align: center
    }

    .shedule_table .hourstd, .shedule_table .program-marks, .shedule_table .tutorname {
        display: none
    }

    .shedule_table, .shedule_table tbody {
        display: block
    }

    .shedule_table thead {
        display: none
    }

    .shedule_table td, .shedule_table tr {
        display: flex
    }

    .shedule_table tr {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-flow: row wrap;
        -ms-flex-flow: row wrap;
        flex-flow: row wrap;
        padding: 0 0 8px 0 !important
    }

    .shedule_table tr {
        padding: 10px 30px 0 0
    }

    .shedule_table .title {
        padding-top: 12px !important
    }

    .shedule_table tr:not(.second-row) .title {
        border-top: 1px solid #bdbdbd
    }

    .shedule_table tr:not(.schedule_table_month-wrapper) td:not(.schedule-date) {
        border-top: none !important
    }

    .small {
        margin-left: 5px;
        margin-top: 3px
    }

    .shedule_table tr.schedule_table_month-wrapper {
        border-top: none
    }

    .shedule_table td {
        border: none;
        line-height: .9375rem;
        padding: .4375rem .125rem !important
    }

    .shedule_table {
        padding: 0 0 8px 0;
        margin-top: 15px
    }

    .shedule_table td.schedule-date {
        width: 46px !important;
        padding-top: 18px !important
    }

    .shedule_table td.program-name {
        display: flex;
        flex-direction: column;
        width: calc(100% - 46px) !important;
        padding: 0 !important;
        min-width: unset
    }

    .shedule_table .flex-grow, .shedule_table td.durationtd, .shedule_table td.hourstd {
        display: none
    }

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

    .shedule_table tr.schedule_table_month-wrapper {
        font-weight: 400;
        padding-bottom: 0 !important
    }

    .shedule_table .schedule_table_month {
        padding-top: 3rem !important;
        border-top: none;
        width: 100% !important;
        font-size: 17px
    }

    .shedule_table tr:first-child .schedule_table_month {
        padding-top: .5rem !important;
        padding-bottom: 2px;
        justify-content: column-reverse
    }

    .shedule_table .mark {
        display: block
    }

    .shedule_table .pricetd {
        width: 100% !important;
        padding-left: 46px !important
    }

    #mc_embed_signup .mc-field-group {
        width: 90% !important;
        margin-right: 5% !important;
        margin-left: 5%;
        margin-bottom: 10px !important
    }

    #mc_embed_signup .button {
        width: 90% !important;
        text-align: center !important;
        background-position: calc(50% + 71px);
        margin-left: 5% !important;
        margin-top: 10px !important
    }
}

@media screen and (max-width: 767px) {
    #mc_embed_signup .mc-field-group {
        width: 252px !important
    }

    #mc_embed_signup .button {
        background-position: calc(50% + 71px);
        width: 252px !important;
        margin-top: 10px !important
    }
}

@media screen and (min-width: 40em) and (max-width: 59em) {
    .shedule_table .hourstd, .shedule_table .tutorname {
        display: none
    }

    .shedule_table .schedule_table_month {
        display: table-cell;
        border: none
    }

    #mc_embed_signup .mc-field-group {
        margin-right: 22px !important
    }
}

.scsect {
    padding: 0;
    margin: 0 0 13px 0;
    font-size: 20px;
    line-height: 25px;
    color: #555;
    text-transform: uppercase
}

.scsect a {
    color: #464646
}

.scsect-green {
    color: #00a650
}

.scsect-green a {
    color: #00a650
}

.scsect-blue {
    color: #00aeef
}

.scsect-blue a {
    color: #00aeef
}

.scsect-magenta a {
    color: #ea148c
}

.sccategory {
    padding-bottom: 27px
}

.sccategory .scsect-img {
    margin-bottom: .75rem
}

.sccitem ul {
    background: 0 0;
    padding: 0;
    margin: 8px 0 0 0
}

.sccitem li {
    background: 0 0;
    list-style: none;
    list-style-type: none;
    margin-bottom: 10px;
    font-size: 14px
}

.sccitem li a {
    line-height: 1.1875rem;
    padding: 5px 0
}

.sccitem li a:hover {
    color: #0a82bd
}

.scpro {
    color: #046db7
}

.scalarger {
    font-size: .9rem
}

.sc-no-shift {
    padding: 0;
    margin: 5px 0 20px 0
}

.sc-no-shift li {
    padding: 0;
    margin: 0;
    background: 0 0
}

.scprepod {
    line-height: normal;
    font-weight: 400;
    font-size: 18px;
    margin: 0 0 0 2px;
    padding: 0;
    color: #666
}

.sc-schedule-button-wrapper {
    display: block;
    width: 100%
}

.sc-schedule-button-wrapper a {
    text-decoration: none;
    color: #555
}

.sc-schedule-button-wrapper a:hover {
    text-decoration: none;
    color: #555
}

.sc-schedule-button-small {
    border: 1px solid #999;
    padding: 5px 5px 3px 5px;
    margin: 0 1rem 0 0;
    text-transform: uppercase;
    text-align: center;
    float: left;
    width: auto
}

.sc-schedule-button-small:hover {
    border: 1px solid #222;
    background: #fdfdfd
}

.sc-fulllist-button-small {
    border: 1px solid #999;
    padding: 5px 5px 3px 5px;
    margin: 0 1rem 0 0;
    text-transform: uppercase;
    text-align: center;
    float: left;
    width: 120px
}

.sc-fulllist-button-small:hover {
    border: 1px solid #222;
    background: #fdfdfd
}

.sc-schedule-button-3col {
    border: 1px solid #999;
    padding: 5px 5px 3px 5px;
    margin: 0 0 0 30px;
    text-transform: uppercase;
    text-align: center;
    width: 164px
}

.sc-schedule-button-3col:hover {
    border: 1px solid #222;
    background: #fdfdfd
}

.sc-schedule-button-clist {
    border: 1px solid #999;
    padding: 5px 5px 3px 5px;
    margin: 0 10px 10px 0;
    text-transform: uppercase;
    text-align: center;
    float: left;
    width: auto !important;
    white-space: nowrap
}

.sc-schedule-button-clist:hover {
    border: 1px solid #222;
    background: #fdfdfd
}

.sc-table {
    border-collapse: collapse;
    border-spacing: 0;
    empty-cells: show;
    border: 1px solid #cbcbcb
}

.sc-table.no-table-border {
    border: none
}

.sc-table caption {
    color: #000;
    font: italic 85%/1 arial, sans-serif;
    padding: 1em 0;
    text-align: center
}

.sc-table td, .sc-table th {
    border-left: 1px solid #cbcbcb;
    border-width: 0 0 0 1px;
    font-size: inherit;
    margin: 0;
    overflow: visible;
    padding: 6px 12px
}

.sc-table td:first-child, .sc-table th:first-child {
    border-left-width: 0
}

.sc-table thead {
    background: #e0e0e0;
    color: #000;
    text-align: left;
    vertical-align: bottom
}

.sc-table-whiteheader thead {
    background: 0 0;
    border-bottom: 1px solid #cbcbcb
}

.sc-table td {
    background-color: transparent
}

.sc-table-odd td {
    background-color: #f2f2f2
}

.sc-table-striped tr:nth-child(2n-1) td {
    background-color: #f2f2f2
}

.sc-table-bordered td {
    border-bottom: 1px solid #cbcbcb
}

.sc-table-bordered tbody > tr:last-child td, .sc-table-horizontal tbody > tr:last-child td {
    border-bottom-width: 0
}

.sc-table-horizontal td, .sc-table-horizontal th {
    border-width: 0 0 1px;
    border-bottom: 1px solid #cbcbcb
}

.sc-table-horizontal tbody > tr:last-child td {
    border-bottom-width: 0
}

.ws-table {
    border-collapse: collapse;
    border-spacing: 0;
    empty-cells: show;
    border: 1px solid #cbcbcb;
    width: 100%
}

.ws-table td, .ws-table th {
    border-left: 1px solid #cbcbcb;
    border-width: 0 0 0 1px;
    margin: 0;
    overflow: visible
}

.ws-table td:first-child, .ws-table th:first-child {
    border-left-width: 0
}

.ws-table thead {
    background: #e0e0e0;
    color: #000;
    text-align: left;
    vertical-align: bottom
}

.ws-name {
    width: 170px
}

td.ws-name {
    font-weight: 700
}

.ws-table td {
    background-color: transparent;
    border-bottom: 1px solid #cbcbcb;
    font-size: 10px;
    padding: 5px 5px
}

.ws-table th {
    background-color: transparent;
    border-bottom: 1px solid #cbcbcb;
    padding: 6px 5px
}

.ws-table tbody > tr:last-child td {
    border-bottom-width: 0
}

.ws-section {
    background: #f0f0f0;
    width: 100%
}

.ws-section td {
    font-size: 12px;
    color: #000;
    text-align: center;
    vertical-align: central;
    padding: 6px 12px
}

.ws-table2 {
    border-collapse: collapse;
    border-spacing: 0;
    empty-cells: show;
    width: 100%
}

.ws-table2 td, .ws-table2 th {
    border: 1px solid #d3d3d3;
    margin: 0;
    overflow: visible
}

.ws-table2 td {
    text-align: center
}

.ws-table2 tr {
    border: 1px solid #d3d3d3
}

.ws-table2 td:first-child, .ws-table2 th:first-child {
    border-left-width: 0
}

.ws-table2 thead {
    background: #e0e0e0;
    color: #000;
    text-align: left;
    vertical-align: bottom
}

.ws-table2 td {
    background-color: transparent;
    border-bottom: 1px solid #d3d3d3;
    font-size: 11px;
    padding: 5px 5px
}

.ws-table2 th {
    background-color: transparent;
    border-bottom: 1px solid #d3d3d3;
    padding: 6px 5px
}

tr.ws-section2 {
    border-top: 1px solid #d3d3d3;
    border-bottom: 1px solid #d3d3d3;
    font-size: 12px;
    color: #000;
    text-align: center;
    vertical-align: central;
    padding: 4px 12px
}

.ws-section2 td, tr.ws-section2 {
    border-left: 1px solid #fff;
    border-right: 1px solid #fff
}

td.ws-sectname {
    color: #999;
    text-transform: uppercase;
    text-align: left;
    padding-top: 8px
}

td.ws-name2 {
    font-weight: 700;
    text-align: left;
    text-transform: uppercase
}

td.ws-time2 {
    width: 80px
}

td.ws-price {
    text-align: right;
    width: 1%;
    white-space: nowrap
}

td.ws-left {
    text-align: left
}

td.ws-no-border, tr.ws-no-border {
    border: none
}

td.ws-no-left-border, tr.ws-no-left-border {
    border-left: 1px solid #fff
}

td.ws-no-right-border, tr.ws-no-right-border {
    border-right: 1px solid #fff
}

td.ws-no-top-border, tr.ws-no-top-border {
    border-top: 1px solid #fff
}

td.ws-no-bottom-border, tr.ws-no-bottom-border {
    border-bottom: 1px solid #fff
}

.sc-subscribe-button {
    width: 205px;
    background-color: #da2b7c;
    color: #fff;
    height: 30px;
    margin-top: 20px;
    margin-bottom: 17px;
    text-transform: uppercase;
    letter-spacing: .25px
}

.sc-subscribe-button2 {
    background-color: #da2b7c;
    color: #fff;
    height: 30px;
    text-transform: uppercase;
    letter-spacing: .25px;
    display: inline-block
}

.sc-assign-button {
    background-color: #44a5dc;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 1px;
    display: inline-block;
    padding: 8px 25px;
    font-size: 16px
}

.sc-assign-button:hover {
    color: #fff;
    opacity: .9
}

.sc-center-slider .fotorama__wrap {
    margin-left: auto;
    margin-right: auto
}

.sc-subscribe-button:hover {
    background-color: #f2308b;
    text-decoration: none !important
}

.s_button {
    background: #000;
    color: #fff;
    border: 0;
    cursor: pointer;
    padding: 4px 20px;
    font-weight: 700;
    text-transform: uppercase
}

.s_button:disabled {
    background: #999
}

.sc100p {
    width: 100%
}

.sc25p {
    width: 25%;
    float: left
}

.sc16p {
    width: 16%;
    width: 16.66%;
    float: left
}

.sc16plast {
    width: 16%;
    width: 16.7%;
    float: left
}

.sc100p img {
    width: 100% !important;
    height: auto !important
}

.article_separator, .article_separator_solid {
    box-sizing: content-box;
    height: 0;
    border-right: 0;
    border-top: 0;
    border-bottom: 1px solid #eee;
    border-left: 0;
    margin: 1.25rem auto;
    max-width: 60rem;
    clear: both
}

.sc-program {
    padding: 0 15px 25px;
    border: 1px solid #ccc;
    margin-bottom: 20px
}

.sc-program h3 {
    font-size: 1.3rem;
    margin-top: 1rem
}

.clearfix {
    clear: both
}

.article_separator_solid {
    display: block;
    height: 1px;
    border-bottom: 1px solid #bbb;
    margin: 5px 0
}

.sccategory ul {
    line-height: 1.4
}

.ws-prepods img {
    margin-bottom: 1.85rem
}

.schp {
    left: -9999px;
    position: absolute
}

table.rent-price {
    width: auto
}

.rent-price td {
    border: 1px solid #cbcbcb;
    padding: 6px 10px;
    text-align: center;
    vertical-align: middle
}

.rent-price tr:first-child td {
    border-top: none;
    font-size: 12px;
    font-weight: bolder
}

.rent-price tr:last-child td {
    border-bottom: none
}

.rent-price tr td:first-child {
    border-left: none;
    font-size: 12px;
    font-weight: bolder;
    text-align: left
}

.rent-price tr td:last-child {
    border-right: none
}

.img-description {
    margin: 1rem 0;
    display: block;
    color: grey;
    font-size: .6875rem;
    text-align: center
}

.sc-studio-promo {
    line-height: 1.1rem
}

.sc-studio-promo h5 {
    margin-top: .1rem;
    margin-bottom: 0
}

.sc-studio-promo-clients img {
    margin: .6rem
}

.sc-eq-grid .sc-eq-img {
    text-align: center
}

.sc-eq-grid .sc-eq-cell {
    margin-bottom: 1rem
}

.sc-eq-grid .sc-eq-name {
    background: #222;
    color: #fff;
    text-transform: uppercase;
    padding: 2px 4px;
    text-align: center;
    margin-bottom: 6px;
    font-size: .8215rem
}

.sc-eq-grid a:active .sc-eq-name, .sc-eq-grid a:focus .sc-eq-name, .sc-eq-grid a:hover .sc-eq-name {
    background: #0a82bd
}

@media screen and (min-width: 40em) {
    .sc-eq-grid .sc-eq-cell {
        margin-bottom: 2rem
    }

    .sc-eq-grid .sc-eq-img {
        min-height: 200px
    }

    .sc-eq-grid .sc-eq-name {
        font-size: .875rem
    }

    .shedule_table .title {
        max-width: 407px;
        min-width: 407px
    }
}

@media screen and (min-width: 64em) {
    .sc-eq-grid .sc-eq-cell {
        padding: 0 1px
    }

    #mc_embed_signup .mc-field-group {
        width: 252px !important;
        margin-right: 37px !important
    }

    #mc_embed_signup .button {
        width: 195px !important;
        background-position: 150px center;
        text-align: left !important
    }
}

.sc-eq-grid .sc-eq-price {
    font-size: 9px;
    text-transform: uppercase;
    line-height: 26px;
    text-align: center
}

.sc-eq-grid .sc-eq-free {
    font-size: 12px
}

.sc-eq-grid .sc-eq-price-num {
    font-size: 20px
}

.sc-eq-grid .sc-eq-price-num .fa {
    font-size: 16px
}

.sc-eq-grid .sc-eq-price-num-smaller {
    font-size: 16px
}

.sc-eq-grid .sc-eq-price-num-smaller .fa {
    font-size: 14px
}

.sc-eq-grid .sc-eq-descr {
    margin-top: 4px;
    font-size: 11px;
    line-height: 13px
}

.sc-partners .cell {
    padding-bottom: 10%;
    text-align: center
}

@media screen and (max-width: 39.9375em) {
    .no-borders {
        margin-left: -.75rem;
        margin-right: -.75rem
    }
}

@media screen and (min-width: 40em) {
    .no-borders {
        margin-left: -1.5rem;
        margin-right: -1.5rem
    }

    .sc-front-main-cell .no-borders {
        margin-left: 0;
        margin-right: 0
    }
}

.eq-model-title {
    font-family: 'Roboto Condensed', Helvetica, Roboto, Arial, sans-serif;
    font-weight: 300;
    font-style: normal;
    color: #222;
    margin-bottom: 2rem
}

.eq-model-title strong {
    font-weight: 400
}

.eq-model-image-lg {
    padding-right: 1rem
}

.eq-model-image-lg img {
    width: 320px
}

.eq-model-descr {
    font-size: .875rem;
    line-height: 1.25rem;
    color: #444
}

.eq-model-descr .eq-model-price {
    margin-bottom: 1.125rem
}

@media screen and (max-width: 39.9375em) {
    .eq-model-descr .eq-model-price {
        margin-top: 1.125rem
    }
}

.eq-model-descr .eq-model-price table {
    margin: .6875rem 0 .5rem 2rem
}

.eq-model-descr .eq-model-price td {
    padding-top: .5rem;
    padding-bottom: .3125rem;
    vertical-align: bottom;
    line-height: .75rem
}

.eq-model-descr .eq-model-price tr td:first-child {
    text-align: right;
    font-size: 1.25rem;
    padding-right: .4375rem
}

.eq-model-descr .eq-model-price tr td:first-child i.fa {
    font-size: 1rem;
    color: #555
}

.eq-model-descr .eq-model-price tr td:last-child {
    text-transform: uppercase;
    font-size: .625rem;
    line-height: .75rem
}

.eq-model-descr .eq-model-price .sc-eq-free {
    font-size: .825rem
}

.text-magenta {
    color: #ea148c !important
}

.schedule_table_month-wrapper .flex-grow {
    flex-grow: 3
}

.no-margin {
    margin: 0 !important
}

.durationtd {
    min-width: 130px;
    color: #6a6a6a;
    font-size: 14px !important;
    text-align: center
}

.durationtd.first, .hourstd.first {
    padding-bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 12px !important
}

.durationtd > div {
    display: inline-block;
    text-align: left
}

.newsletter_msg {
    padding: 0 56px 0 0;
    display: block;
    font-size: 15px;
    margin-bottom: 20px;
    line-height: 1.3
}

.newsletter_msg a {
    color: #667fff
}

span.videoicon {
    display: inline-block;
    width: 46px;
    height: 25px;
    background-image: url(../images/youtube.svg);
    background-size: 36px auto;
    background-repeat: no-repeat;
    background-position: center;
    margin-right: 15px;
    vertical-align: middle
}

.newsletter_block {
    display: flex;
    flex-direction: column;
    padding: 0 15px !important;
    color: #828282
}

.shedule_table .small {
    font-size: 15px;
    color: #828282
}

.courseicon {
    width: 29px;
    height: 29px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 29px auto;
    display: inline-block
}

.courseicon.user {
    background-image: url(../images/user.png)
}

.courseicon.video {
    background-image: url(../images/video.png)
}

.digest-form .button {
    color: #000 !important;
    border: 2px solid #333 !important;
    border-radius: 4px !important;
    text-transform: none !important;
    font-size: 19px !important;
    background-repeat: no-repeat;
    background-image: url(../images/arr.svg);
    background-size: 12px auto;
    height: 50px !important;
    background-position: calc(50% + 69px) center;
    width: 207px;
    font-size: 18px !important;
    background-color: #fff
}

.digest-form input {
    border-top: none !important;
    border-left: none !important;
    border-right: none !important;
    height: 50px !important;
    text-transform: none !important;
    box-shadow: none !important;
    font-size: 18px !important
}

.digest-form input:focus {
    box-shadow: none
}

.digest-form input::placeholder {
    text-transform: none !important
}

.newsletter_block h3 {
    font-size: 24px;
    line-height: 36px;
    margin-bottom: 18px;
    color: #000;
    margin-top: 20px
}

.digest-form .scf1 {
    padding-right: 37px
}

@media screen and (max-width: 39.9375em) {
    .digest-form .scf1 {
        padding-right: 10px
    }

    .digest-form .button {
        margin-top: 10px;
        width: 100%
    }

    .newsletter_msg p {
        margin-left: 45px
    }
}

@media screen and (min-width: 40em) and (max-width: 59em) {
    .digest-form .scf1 {
        padding-right: 10px
    }
}

.shedule_table tr {
    transform: .2s all ease
}

.shedule_table.only-online tr:not(:first-child).no-online-row {
    display: none
}

.shedule_table.only-offline tr:not(:first-child).online-row {
    display: none
}

.plus-button {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 26px;
    height: 26px;
    cursor: pointer
}

.plus-button span {
    display: block;
    width: 22px;
    height: 2px;
    background-color: #000;
    position: absolute
}

.plus-button span:nth-of-type(2) {
    transform: rotate(90deg)
}

li.is-active .plus-button span:nth-of-type(2) {
    display: none
}

@media screen and (max-width: 39.9375em) {
    .studio-item .studio-accordion-content {
        display: none
    }

    .studio-item.is-active .studio-accordion-content {
        display: block !important
    }

    .studio-item-title h4 {
        font-size: 18px
    }

    a.studio-item-title:focus, a.studio-item-title:hover {
        text-decoration: none !important
    }

    table.rent-price {
        display: none
    }

    table.rent-price-mobile {
        width: calc(100% - 20px);
        margin-left: 20px;
        border-left: 2px solid #bdbdbd;
        margin-bottom: 15px
    }

    table.rent-price-mobile td {
        height: 50px
    }

    table.rent-price-mobile tr td:nth-of-type(1) {
        font-size: 12px;
        line-height: 12px;
        color: #6a6a6a;
        padding-left: 20px;
        padding-right: 20px
    }

    table.rent-price-mobile tr td:nth-of-type(2) {
        font-size: 18px
    }

    table.rent-price-mobile tr:nth-of-type(1) td:nth-of-type(2) {
        font-size: 24px
    }

    ul.accordion {
        list-style: none;
        margin-left: 0
    }

    .sc-studio-tabs .tabs-panel {
        padding: 0
    }

    .show-more-studio .show-more-content {
        display: none;
        transition: all .2s
    }

    .show-more-studio.show .show-more-content {
        display: block;
        margin-left: -12px;
        margin-right: -12px
    }

    .studio-business {
        margin-right: 12px;
        margin-left: 12px
    }

    .fotorama__nav--dots {
        justify-content: center;
        display: flex !important
    }

    .show-more-studio .show-more-studio-link {
        background: #e5e5e5;
        height: 32px;
        color: #828282;
        font-size: 14px;
        margin-bottom: 40px;
        padding-left: 30px;
        padding-right: 30px;
        line-height: 32px
    }

    .show-more-studio .show-more-studio-link:hover {
        text-decoration: none
    }

    .studio-item-title .muted {
        font-size: 18px
    }

    .sc-studio-tabs .tabs-panel {
        padding: 0 !important
    }

    .studio-item-title {
        display: block;
        padding-top: 10px;
        padding-bottom: 10px;
        border-top: 2px solid #000
    }

    .studio-item-title h4 {
        font-size: 15px;
        line-height: 35px;
        color: #000;
        margin-bottom: 0
    }

    .studio-price-wrapper .accordion-content {
        padding: 12px 9px
    }

    .studio-item-title .muted {
        font-size: 20px;
        text-align: right
    }

    .accordion-item:not(.is-active) .studio-item-text {
        display: none
    }

    .tab-toggle-icon {
        margin-right: 5px;
        cursor: pointer
    }

    .sc-studio-tabs {
        padding-left: 5px;
        padding-right: 5px
    }

    li.is-active .plus-button span:nth-of-type(2) {
        display: none
    }

    .studio-business {
        margin-bottom: 30px;
        margin-top: 30px;
        transition: .2s ease all
    }

    .studio-last-item {
        margin-bottom: 50px;
        padding-left: 5px;
        padding-right: 5px
    }

    img.show-for-small-only {
        min-width: calc(100% + 20px);
        margin-left: -10px;
        margin-right: -10px;
        margin-bottom: 30px
    }

    table.studio-slots {
        margin-left: -12px;
        width: calc(100% + 24px);
        margin-bottom: 15px
    }

    .studio-slots th {
        text-align: center;
        font-size: 20px
    }

    tr.last-row td {
        text-align: center;
        font-weight: 700;
        color: #2a2a2a;
        height: 23px;
        vertical-align: middle
    }

    tr.last-row td span {
        font-size: 20px;
        display: block
    }

    .studio-business.loading {
        min-height: 450px;
        position: relative
    }

    .studio-business.loading:after {
        content: '';
        display: block;
        position: absolute;
        width: 120px;
        height: 120px;
        top: 80px;
        left: 50%;
        margin-top: -60px;
        margin-left: -60px;
        background-image: url(../images/preloader.gif);
        background-repeat: no-repeat;
        background-position: center;
        background-size: 296px auto
    }

    .show-more-content .sc-preview-gallery {
        margin-left: -10px;
        margin-right: -10px
    }

    .studiotable-date-header.mobile {
        margin-right: -12px;
        margin-left: -12px;
        justify-content: space-between;
        margin-bottom: 10px
    }

    .show-more-content .swiper-container {
        min-height: 202px !important
    }

    .show-more-content .fotorama__stage__frame img {
        margin-right: auto;
        margin-left: auto
    }

    .img-hor img {
        min-height: 100% !important
    }

    .mobile-slider-item {
        height: 100%
    }

    .img-ver .img-container {
        height: 100%;
        background-size: contain;
        background-repeat: no-repeat;
        background-position: center
    }

    .img-hor .img-container {
        height: 100%;
        background-size: cover
    }

    .img-ver-bg {
        height: 100%;
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
        z-index: -1;
        background-size: cover;
        filter: blur(30px)
    }
}

@media (-webkit-min-device-pixel-ratio: 1.5),(min-resolution: 2dppx) {
    .fotorama__arr, .fotorama__fullscreen-icon, .fotorama__video-close, .fotorama__video-play {
        background: url(fotorama@2x.png) 0 0/160px 160px no-repeat
    }
}

.block-other-schedule {
    width: 100%
}

.accordion.accordion-kurses .accordion-content ul li a {
    font-size: 22px;
}

.accordion.accordion-kurses {
    font-family: Roboto, Arial, sans-serif !important;
}

.accordion.accordion-kurses .flex-container-wrap {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

.accordion.accordion-kurses .flex-right span {
    font-size: 20px;
    color: #333333;
    font-weight: 400;
}

.accordion.accordion-kurses .flex-right span.currency {
    font-size: 15px;
    color: #828282;
    font-weight: 400;
}

.accordion.accordion-kurses .accordion-content ul {
    list-style: none;
    margin: 0;
}

.accordion.accordion-kurses .accordion-content ul li a.node-li-a {
    font-size: 22px;
    color: #333333;
}

.accordion.accordion-kurses .accordion-content ul li a.node-li-a.scinactive {
    font-size: 22px;
    color: #AAAAAA;
}

.accordion.accordion-kurses ul li.show-hidden-course .flex-left a,
.accordion.accordion-kurses ul li.show-hidden-course .flex-left span,
.accordion.accordion-kurses ul li.show-hidden-course .flex-right span {
    color: #AAAAAA !important;
}

.accordion.accordion-kurses .accordion-content ul li {
    border-top: 1px solid #BDBDBD;
    padding: 15px 0px;
}

.accordion.accordion-kurses .accordion-content ul li:last-child {
    border-bottom: 1px solid #BDBDBD;
    padding: 15px 0px;
}

.accordion.accordion-kurses .accordion-content ul li a.accordion-title h4 {
    color: #000000;
}

.accordion.accordion-kurses ul li .flex-left-bottom span a,
.accordion.accordion-kurses .flex-left-bottom span {
    color: #828282;
    font-size: 14px;
    font-weight: 400;
}

.accordion.accordion-kurses .flex-left-bottom span {
    padding-left: 15px;
    padding-right: 15px;
    border-right: 1px solid #828282;
}

.accordion.accordion-kurses .flex-left-bottom span:first-child {
    padding-left: 4px;
}

.accordion.accordion-kurses .flex-left-bottom span:last-child {
    border-right: 0;
}

.accordion.accordion-kurses .flex-left-bottom {
    margin-top: 5px;
}

.show-all-courses-wrapper {
    border: 0 !important;
    margin-bottom: 20px;
}

.show-all-courses-wrapper span.txt {
    margin-left: 20px;
    font-size: 18px;
    font-family: Roboto, Arial, sans-serif !important;
}

.accordion.accordion-kurses .plus-button span {
    height: 2px;
}

h1 {
    font-size: 1.8rem;
    margin-bottom: 4.5rem;
    color: #444;
}

.photocourses-container {
    margin-left: 0;
    margin-right: 0;
}

.page-node-403230 .article-content .cell.medium-offset-2.medium-8 {
    margin: 0 auto !important;
    width: calc(92.66667% - 1.875rem) !important;
}

@media screen and (max-width: 639px) {
    .accordion.accordion-kurses .accordion-content {
        margin: 0px 10px 30px 8px !important;
    }

    .accordion.accordion-kurses .flex-container-wrap {
        flex-direction: column;
    }

    .accordion.accordion-kurses .flex-container-wrap .flex-left {
        width: 100%;
    }

    .accordion.accordion-kurses .flex-left-bottom span:first-child {
        padding-left: 0px;
    }

    .accordion.accordion-kurses .flex-right {
        margin-top: 20px;
    }

    .accordion.accordion-kurses li a.accordion-title {
        padding: 27px 9px !important;
    }

    .photocourses-container {
        padding: 0 0.75rem;
        margin-top: 1rem !important;
    }

    .accordion.accordion-kurses .flex-left-bottom {
        margin-top: 0px;
    }
}

