/*---marker---*/

.article_page__left .article_buttons_block {
    /*margin: 0 0 20px 0;*/
    padding: 0 0 20px 0;
    /* max-width: 900px;*/
}

.article_page__left .article_buttons_block__inside {
    overflow: auto;
    padding-left: 3px;
    overflow: hidden;
}

.article_page__left .article_buttons_block__inside__right {
    float: left;
}

.article_page__left .article_buttons_block__inside__right .switch {
    margin: 0 0 0 0px;
}

.article_page__left .article_buttons_block__inside__right .switch.show {
    display: inline-block;
    vertical-align: top;
    font-family: Arial, Helvetica, sans-serif;
}

.article_page__left .article_buttons_block__inside__right .switch__label {
    background: #fdef18;
    color: #271847;
    font-size: 11px;
    padding: 4.5px 15px;
    margin: 0 10px 0 0;
    display: inline-block;
    vertical-align: top;
    font-family: "montserrat";
    font-weight: 500;
    text-transform: uppercase;
}

@media only screen and (max-width:321px) {

.article_page__left .article_buttons_block__inside__right .switch__label {
    margin: 0 5px 0 0;
 
}
}
.article_page__left .article_buttons_block__inside__right .switch__btn.on {
    color: #000;
    background: #fdef18;
}

.article_page__left .article_buttons_block__inside__right .switch__btn.on .on {
    opacity: 1;
    visibility: visible;
}

.article_page__left .article_buttons_block__inside__right .switch__btn.on .off {
    opacity: 0;
    visibility: hidden;
}

.article_page__left .article_buttons_block__inside__right .switch__btn:hover {
    /*box-shadow: 0 0 5px #9c9a9a inset;*/
}

.article_page__left .article_buttons_block__inside__right .switch__btn.on {
    color: #000;
    background: #fdef18;
}

.article_page__left .article_buttons_block__inside__right .switch__btn.on .off {
    opacity: 0;
    visibility: hidden;
}

.article_page__left .article_buttons_block__inside__right .switch__btn.on .on {
    opacity: 1;
    visibility: visible;
}

.article_page__left .article_buttons_block__inside__right .switch__btn.on .switch__btn__separator {
    margin: 0 0 0 9px;
}

.article_page__left .article_buttons_block__inside__right .switch__btn.off .switch__btn__separator {
    margin: 0 0 0 -36px;
}

.article_page__left .article_buttons_block__inside__right .switch__btn.off .on {
    opacity: 0;
    visibility: hidden;
}

.article_page__left .article_buttons_block__inside__right .switch__btn.off .off {
    opacity: 1;
    visibility: visible;
}

.article_page__left .article_buttons_block__inside__right .switch__btn__item {
    display: inline-block;
    vertical-align: top;
    position: absolute;
    width: 65%;
    text-align: center;
    top: 3px;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    transition: all 0.2s ease;
    font-family: montserrat;
}

.article_page__left .article_buttons_block__inside__right .switch__btn.on {
    color: #000;
   /* border-radius: 5px !important;*/
    
}


/*----дваижение ползунка----*/

.article_page__left .article_buttons_block__inside__right .switch__btn.on .switch__btn__separator {
    margin: 0 0 0 9px;
}

.article_page__left .article_buttons_block__inside__right .switch__btn__item.off {
    right: 0;
}

.article_page__left .article_buttons_block__inside__right .switch__btn__item.on {
    left: 0;
}

.article_page__left .article_buttons_block__inside__right .switch__btn__separator {
    width: 27px;
    height: 25px;
    background: #fafafa;
    position: absolute;
    top: 1.5px;
    border: 1px solid #787474;
    /*border-radius: 5px !important;*/
    box-sizing: border-box;
    z-index: 3;
    left: 50%;
    margin: 0 0 0 -13px;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

* {
    /*margin: 0;*/
    padding: 0;
    font-weight: 400;
    /*outline: none;*/
}

.article_page__left .article_buttons_block__inside__right .switch__btn {
    font-size: 11px;
    /*font-weight: bold;*/
    color: #767676;
    /*cursor: pointer;*/
}


/*--content marker---*/

.article_page__left .text-article__inside.show_main_strings p mark {
    background: #fdef18;
    padding: 0px 0px;
}

.article_page__left .text-article__inside p mark {
    text-decoration: none;
    background: #fff;
    padding: 0px 0px;
   /* -webkit-transition: all 0.8s ease;
    -moz-transition: all 0.8s ease;
	-o-transition: all 0.8s ease;
    -ms-transition: all 0.8s ease;
    transition: all 0.8s ease;*/
	
	-webkit-transition: all 0.8s ease 0.5s !important;
    -moz-transition: all 0.8s ease 0.5s !important;
    -ms-transition: all 0.8s ease 0.5s !important;
    -o-transition: all 0.8s ease 0.5s !important;
    transition: all 0.8s ease 0.5s !important;
}

.article_page__left .text-article__inside mark {
    background: #ffcc39;
    padding: 0 5px;
}


/*опущено фото автора под уровень кнопки*/

.single-post-left {
    top: 40px;
}


/*--- from dreamwieuv----*/

.article_page__left .text-article {
    position: relative;
}

.article_page__left {
    display: table-cell;
    vertical-align: top;
    padding: 0 20px 0 0;
}

* {
    margin: 0;
    padding: 0;
    font-weight: 400;
    outline: none;
}

.article_page__left .article_buttons_block__inside__right .switch__btn {
    display: inline-block;
    vertical-align: top;
    border: 1px solid #b4b4b4;
    /*border-radius: 3px !important;*/
    /*background: #e3e3e3;*/
    font-size: 11px;
    font-weight: bold;
    /*color: #767676;*/
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    transition: all 0.2s ease;
    height: 30px;
    width: 75px;
    position: relative;
    cursor: pointer;
    /*box-shadow: 0 0 5px #e3e3e3 inset;*/
	background-color: #efefef;
}

.page-content.inside_page .block-container {
    padding: 15px 0 0 0;
}