hr {
    margin: 20px 0px;
    border: none;
    border-top: 2px dashed #CCCCCC;
}

div.context {
    text-align: justify;
    /*font-family: Noto Serif, serif;*/
}
div.context p {
    margin-top: 10px;
}
div.context p:first-child {
    margin-top: 0px;
}
div.context p.context__p_last {
    margin-bottom: 0px;
}

div.context ul, div.context ol {
    overflow: hidden;
    padding: 10px 10px 10px 40px;
    background: #fcf9f2;
    border-left: 4px solid #1CBD9E;
    /* Old browsers */
    /* IE9 SVG, needs conditional override of 'filter' to 'none' */

    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZjZjlmMiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmZmZmZmYiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(left, #fcf9f2 0%, #ffffff 100%);
    /* FF3.6+ */

    background: -webkit-gradient(linear, left top, right top, color-stop(0%, #fcf9f2), color-stop(100%, #ffffff));
    /* Chrome,Safari4+ */

    background: -webkit-linear-gradient(left, #fcf9f2 0%, #ffffff 100%);
    /* Chrome10+,Safari5.1+ */

    background: -o-linear-gradient(left, #fcf9f2 0%, #ffffff 100%);
    /* Opera 11.10+ */

    background: -ms-linear-gradient(left, #fcf9f2 0%, #ffffff 100%);
    /* IE10+ */

    background: linear-gradient(to right, #fcf9f2 0%, #ffffff 100%);
    /* W3C */

    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#fcf9f2', endColorstr='#ffffff', GradientType=1);
    /* IE6-8 */
}
div.context ul ul, div.context ul ol, div.context ol ul, div.context ol ol {
    background: none;
}
/* общее для спойлеров */

a.context__spoiler-btn, a.context__spoiler-btn:hover {
    display: inline-block;
    border-bottom: 4px transparent solid;
    border-right: 1px transparent solid;
    padding: 5px 15px 3px 15px;
    color: #ffffff;
    text-decoration: none;
}
.context__spoiler {
    margin: 10px 0px;
    clear: both;
    font-family: Arial;
}
.context__spoiler > footer, .context__spoiler > section {
    display: none;
    margin: 20px 0;
}
.context__spoiler > footer {
    text-align: right;
}
.context__spoiler.opened > header, .context__spoiler.opened > footer {
    display: block;
    background-color: #eeeeee;
}
.context__spoiler.opened > section {
    display: block;
}
/* 18+ */

.context__spoiler_adult {} .context__spoiler_adult .context__spoiler-btn, .context__spoiler_adult .context__spoiler-btn:hover {
    border-bottom-color: #cd040a;
    border-right-color: #cd040a;
    background-color: #ff0000;
    font-size: 12px;
}
.context__spoiler_adult.opened > header .context__spoiler-btn {
    padding-right: 23px;
}
.context__spoiler_adult.opened > footer .context__spoiler-btn {
    padding-left: 23px;
}
.context__spoiler_adult.opened > header .context__spoiler-btn:after {
    display: inline-block;
    position: absolute;
    content: ' ';
    width: 0;
    height: 0;
    border-left: 20px solid transparent;
    border-right: 20px solid transparent;
    border-bottom: 25px solid #cd040a;
    margin-top: -5px;
    margin-left: 3px;
}
.context__spoiler_adult.opened > footer .context__spoiler-btn:before {
    display: inline-block;
    position: absolute;
    content: ' ';
    width: 0;
    height: 0;
    border-left: 20px solid transparent;
    border-right: 20px solid transparent;
    border-top: 25px solid #cd040a;
    margin-top: -5px;
    margin-left: -43px;
}
.context__spoiler_adult.opened a.context__spoiler-btn {
    border-bottom: 0;
    border-right: 0;
}
/* Шокирующее содержимое */

.context__spoiler_shock {} .context__spoiler_shock .context__spoiler-btn, .context__spoiler_shock .context__spoiler-btn:hover {
    border-bottom-color: #000000;
    border-right-color: #000000;
    background-color: #f26522;
    font-size: 12px;
}
.context__spoiler_shock.opened > header .context__spoiler-btn {
    position: relative;
    padding-right: 50px;
}
.context__spoiler_shock.opened > footer .context__spoiler-btn {
    position: relative;
    padding-left: 50px;
}
.context__spoiler_shock.opened > header .context__spoiler-btn:after, .context__spoiler_shock.opened > footer .context__spoiler-btn:before {
    display: inline-block;
    position: absolute;
    content: ' ';
    width: 0;
    height: 0;
    top: 0;
    border-left: 20px solid transparent;
    border-right: 20px solid transparent;
}
.context__spoiler_shock.opened > header .context__spoiler-btn:after {
    right: -20px;
    border-bottom: 22px solid #000000;
}
.context__spoiler_shock.opened > footer .context__spoiler-btn:before {
    left: -20px;
    border-top: 22px solid #000000;
}
.context__spoiler_shock.opened > header .context__spoiler-btn:before, .context__spoiler_shock.opened > footer .context__spoiler-btn:after {
    display: inline-block;
    position: absolute;
    content: ' ';
    top: 0;
    width: 15px;
    height: 22px;
    -webkit-transform: skew(-43deg);
    -moz-transform: skew(-43deg);
    -o-transform: skew(-43deg);
    background: #000000;
}
.context__spoiler_shock.opened > header .context__spoiler-btn:before {
    right: 25px;
}
.context__spoiler_shock.opened > footer .context__spoiler-btn:after {
    left: 25px;
}
.context__spoiler_shock.opened a.context__spoiler-btn {
    border-bottom: 0;
    border-right: 0;
}
/* блок вставки кода */

/* для IE */
.picture {
    vertical-align: top;
}

div.context div.context__codes {
    background-color: Black;
    border: 1px dotted Black;
    clear: both;
    color: #00bf00;
    font-family: Arial;
}
/* блок цитаты */

div.context div.context__quote {
    background-color: White;
    border: 1px dotted Gray;
    clear: both;
    font-family: Arial;
}
/* мат */

div.context div.context__foul {
    background-color: #ececec;
    color: #ececec;
    text-decoration: none;
    font-style: italic;
    display: inline;
    font-family: Arial;
}
/* блоки - текстовые вставки */

div.context div.layer_head {
    margin: 0px;
    color: #ee145b;
    font-family: Arial;
}
div.context div.layer_body {
    margin: 20px;
    font-family: Arial;
}
div.context__inset {
    margin: 10px 0px 10px 0px;
    padding: 10px;
    font-family: Arial;
}

div.context__inset img,
div.context__inset div.picture,
div.context__inset iframe {
    max-width: 100%;
}

div.context__inset_IL, div.context__inset_IC, div.context__inset_IR {
    background-color: #1bbc9b;
    color: #ffffff;
    position: relative;
    text-align: left;
}
div.context__inset_IL, div.context__inset_IR {
    width: 30%;
}
div.context__inset_IC:before, div.context__inset_IC:after, div.context__inset_IL:before, div.context__inset_IL:after, div.context__inset_IR:before, div.context__inset_IR:after, div.context div.layer_body:before, div.context div.layer_body:after {
    position: absolute;
    display: block;
    content: ' ';
    width: 0;
    height: 0;
}
div.context__inset_IL:before, div.context__inset_IC:before, div.context__inset_IR:before {
    right: 0;
    top: 0;
    border-top: 20px solid #ffffff;
    border-left: 20px solid transparent;
}
div.context__inset_IL:after, div.context__inset_IC:after, div.context__inset_IR:after {
    left: 0;
    bottom: 0;
    border-bottom: 20px solid #ffffff;
    border-right: 20px solid transparent;
}
div.context__inset_IL div.layer_body:before, div.context__inset_IC div.layer_body:before, div.context__inset_IR div.layer_body:before {
    right: 0;
    top: 20px;
    border-top: 20px solid #16a086;
    border-left: 20px solid transparent;
}
div.context__inset_IL div.layer_body:after, div.context__inset_IC div.layer_body:after, div.context__inset_IR div.layer_body:after {
    left: 0;
    bottom: 20px;
    border-bottom: 20px solid #16a086;
    border-right: 20px solid transparent;
}
div.context__inset_IL {
    margin-right: 20px;
    float: left;
}
div.context__inset_IL_font1 {
    font-size: 11px;
}
div.context__inset_IL_font2 {
    font-size: 14px;
}
div.context__inset_IL_font3 {
    font-size: 17px;
}
div.context__inset_IR {
    margin-left: 20px;
    float: right;
}
div.context__inset_IR_font1 {
    font-size: 11px;
}
div.context__inset_IR_font2 {
    font-size: 14px;
}
div.context__inset_IR_font3 {
    font-size: 17px;
}
div.context__inset_IC {
    clear: both
}
div.context__inset_IC_font1 {
    font-size: 11px;
}
div.context__inset_IC_font2 {
    font-size: 14px;
}
div.context__inset_IC_font3 {
    font-size: 17px;
}
    div.context__inset_IL ul,
    div.context__inset_IC ul,
    div.context__inset_IR ul,
    div.context__inset_IL ol,
    div.context__inset_IC ol,
    div.context__inset_IR ol {
        background: none;
    }
/* элементы медиа */

div.context div.video {
    border: 1px dotted Silver;
    margin-bottom: 10px;
}
div.context div.video div.youtube {
    margin: 10px auto 10px auto;
}
div.context__inset_ILM, div.context__inset_IRM {
    padding: 3px;
    border: 1px dashed #c4c4c4;
}
div.context__inset_ILM {
    float: left;
    margin: 0px 20px 10px 0px;
}
div.context__inset_IRM {
    float: right;
    margin: 0px 0px 10px 20px;
}
div.context__inset_ICM {
    width: 100%;
    box-sizing: border-box;
    clear: both;
    padding: 0px;
    margin: 10px 0 10px 0;
    text-align: center;
}
div.context__inset_ILM div.picture {
    border: none;
}
div.context__inset_IRM div.picture {
    border: none;
}
div.context__inset_ICM div.picture {
    border: none;
}
div.context__inset_ILV {
    float: left;
    margin: 0px 10px 10px 0px;
}
div.context__inset_IRV {
    float: right;
    margin: 0px 0px 10px 10px;
}
div.context__inset_ICV {
    width: 100%;
    clear: both;
    margin: 10px 0;
    padding: 10px 0;
    text-align: center;
}
div.context__inset_info {
    margin: 6px auto 0 auto;
}
a.context__image img {
    border: none !important;
    margin: 2px;
    display: inline-block
}

div.context__header {
    position: relative;
    width: 40px;
    height: 40px;
    /*background-color: #44a0d3;*/
    margin: 0 20px 31px -10px;
    float: left;
    text-align: center;
    line-height: 40px;
}
    div.context__header i:before {
        font-size: 24px;
        line-height: 16px;
        vertical-align: middle;
        color: #ffffff;
    }
    div.context__header:before {
        content: '';
        position: absolute;
        left: 0;
        bottom: -10px;
        border-top: 10px solid #264f6b;
        border-left: 10px solid transparent;
    }
    div.context div.context__header + p {
        margin: 0;
        margin-bottom: 20px;
        padding: 10px;
        background: #ECF0F1;
        min-height: 40px;
    }
div.context__header_location {
    background-color: #718f22;
}
    div.context__header_location:before {
        border-top-color: #4d6b26;
    }
div.context__header_parking {
    background-color: #a45cda;
}
    div.context__header_parking:before {
        border-top-color: #6a458b;
    }
div.context__header_service {
    background-color: #ea306c;
}
    div.context__header_service:before {
        border-top-color: #b0205d;
    }
div.context__header_info {
    background-color: #03a2cd;
}
    div.context__header_info:before {
        border-top-color: #337b94;
    }
div.context__header_payment {
    background-color: #0f9086;
}
    div.context__header_payment:before {
        border-top-color: #0f6e76;
    }

/* таблицы */

table.context__table_style_0 th,
table.context__table_style_0 td {
    border: 1px solid #ebebeb;
    padding: 5px;
    vertical-align: top;
    font-size: 12px;
    line-height: 110%;
}
table.context__table_style_0 caption {
    border: 1px solid #ebebeb;
}
table.context__table_style_0 {
    border: 1px solid #ebebeb;
    border-collapse: collapse;
    margin-bottom: 20px;
}
table.context__table_style_0:last-child {
    margin-bottom: 0px;
}
table.context__table_style_1 {
    border: none
}
table.context__table_style_2 {
    border: none;
    border-collapse: collapse;
}
table.context__table_style_2 td {
    border-left: 1px solid #636363;
    border-bottom: 1px solid #636363;
}
table.context__table_style_2 td:first-child {
    border-left: none;
}
table.context__table_style_2 tr:nth-child(2n) td {
    border-left: 1px solid #ffffff;
    background-color: #636363;
    color: #ffffff;
    border-bottom: none;
}
table.context__table_style_2 tr:nth-child(2n) td:first-child {
    border-left: none;
}
table.context__table_style_2 tr:nth-child(2n+1) td {
    border-left: 1px solid #636363;
    background-color: #ffffff;
    color: #636363;
    border-bottom: none;
}
table.context__table_style_2 tr:nth-child(2n+1) td:first-child {
    border-left: none;
}
table.context__table_style_2 tr:nth-child(2n) th {
    border-left: 1px solid #ffffff;
    background-color: #636363;
    color: #ffffff;
    border-bottom: none;
}
table.context__table_style_2 tr:nth-child(2n) th:first-child {
    border-left: none;
}
table.context__table_style_2 tr:nth-child(2n+1) th {
    border-left: 1px solid #636363;
    background-color: #ffffff;
    color: #636363;
    border-bottom: none;
}
table.context__table_style_2 tr:nth-child(2n+1) th:first-child {
    border-left: none;
}
