@import "tree.css";
.blue-bg {
    background: #f9fbfe;
    border-top: 1px solid #e0e1e4;
    display: block;
    position: relative;
    padding: 0 0 0 0;
    margin: 0 0 -90px 0;
    min-height: 790px;
}
@media (min-width: 320px) and (max-width: 767px) {
    .blue-bg {
        padding: 30px 0;
    }
    a.legend:hover::after
    {
        display: none;
    }
}
.blue-bg a.link-big-xml-block .big-xml-block {
    display: block;
    padding: 60px 0 45px 0;
    margin: 75px auto 0 auto;
    position: relative;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: 0 0 15px rgba(0, 0, 0, 0.05);
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.05);
    background: #fff;
    border: 3px solid #fff;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
@media (min-width: 320px) and (max-width: 767px) {
    .blue-bg a.link-big-xml-block .big-xml-block {
        margin: 30px auto 0 auto;
    }
}
.blue-bg a.link-big-xml-block .big-xml-block:hover {
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
    border: 3px solid #2a5fcb;
}
.blue-bg a.link-big-xml-block .big-xml-block svg {
    display: block;
    margin: 0 auto;
    width: 75px;
    height: 85px;
}
.blue-bg a.link-big-xml-block .big-xml-block svg path {
    fill: #4472d1;
}
.blue-bg a.link-big-xml-block .big-xml-block p {
    text-align: center;
    font-size: 24px !important;
    line-height: 1.2em;
    padding: 30px 0 0 0;
}
.blue-bg a.link-big-xml-block:hover {
    text-decoration: none;
}
.blue-bg a.link-big-xml-block.active .big-xml-block {
    background: #2a5fcb;
    border: 3px solid #2a5fcb;
}
.blue-bg a.link-big-xml-block.active .big-xml-block svg path {
    fill: #fff;
}
.blue-bg a.link-big-xml-block.active .big-xml-block p {
    color: #fff;
}
h1.xml-detail-h {
    font-size: 20px;
    color: #3e3e3e;
    font-weight: 400;
    padding: 0 90px 60px 90px;
    text-align: center;
    line-height: 1.6em;
}
h1.xml-detail-h *{
    font-size: 20px !important;
    color: #3e3e3e !important;
    font-weight: 400 !important;
    font-style: normal !important;
    text-align: center !important;
    line-height: 1.6em !important;
    padding: 0 !important;
    margin: 0 !important;
    font-family: 'Montserrat', sans-serif !important;
}
@media (min-width: 320px) and (max-width: 767px) {
    h1.xml-detail-h {
        padding: 30px 0 30px 0;
        line-height: 1.2em;
        font-size: 16px;
        color: #3e3e3e;
    }
    h1.xml-detail-h *{
        padding: 0 !important;
        font-size: 16px !important;
        color: #3e3e3e !important;
    }
}
.xml-detail-content {
    background: #fff;
    -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
    border-radius: 5px;
    display: block;
    position: relative;
}
.xml-detail-content .heading {
    border-bottom: 1px solid #e3e3e3;
    height: 80px;
    padding: 23px 0;
}
.xml-detail-content .heading .col-md-6 {
    text-align: right;
}
.xml-detail-content .heading .col-md-6:nth-child(2) {
    text-align: left;
}
.xml-detail-content .heading .rd-link {
    display: inline-block;
    position: relative;
    cursor: pointer;
}
.xml-detail-content .heading .rd-link span {
    text-transform: uppercase;
    font-size: 12px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
@media (min-width: 320px) and (max-width: 767px) {
    .xml-detail-content .heading .rd-link span {
        font-size: 10px;
    }
}
.xml-detail-content .heading .rd-link svg {
    width: 20px;
    height: 20px;
    margin: 0 0 0 10px;
    display: inline-block;
    position: relative;
    top: 5px;
}
.xml-detail-content .heading .rd-link.download svg path {
    fill: #2a5fcb;
}
.xml-detail-content .heading .rd-link.share svg path {
    fill: #ff6026;
}
.xml-detail-content .main {
    padding: 30px 75px;
    position: relative;
}
.xml-detail-content .main .version p {
    margin: 0;
}
.xml-detail-content .main .about-xml {
    margin: 0 0 25px 0;
}
.xml-detail-content .main .about-xml .pdf-block {
    position: relative;
    display: block;
    margin: 15px 0 0 0;
}
.xml-detail-content .main .about-xml .pdf-block a {
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    color: #666;
}
.xml-detail-content .main .about-xml .pdf-block a svg {
    width: 21px;
    height: 25px;
    display: inline;
    position: relative;
    top: 5px;
}
.xml-detail-content .main .about-xml .pdf-block a svg path {
    fill: #ff5313;
}
.xml-detail-content .main .about-xml .pdf-block a p {
    position: relative;
    display: inline-block;
    margin: 0;
}
.xml-detail-content .main .about-xml .pdf-block a:hover p span{
    text-decoration: underline;
}
.xml-detail-content .main .about-xml .pdf-block a:hover {
    text-decoration: none;
    color: #2a5fcb;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
@media (min-width: 320px) and (max-width: 767px) {
    .xml-detail-content .main {
        padding: 30px 15px;
    }
}
.legend-block {
    position: absolute;
    right: 0px;
    height: 100%;
    width: 0;
}
@media (min-width: 320px) and (max-width: 767px) {
    .legend-block {
        position: fixed !important;
        right: 0 !important;
        height: 100%;
        bottom: 0 !important;
        width: 0;
    }
}
.legend-block a.legend {
    position: absolute;
    right: -105px;
    background: #ff5313;
    font-size: 24px;
    z-index: 1;
    display: block;
    text-align: center;
    width: 65px;
    height: 65px;
    line-height: 65px;
    color: #fff;
    border-radius: 50%;
    -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    margin: 0;
}
@media (min-width: 768px) and (max-width: 992px) {
    .legend-block a.legend{
        right: -65px;
    }
}
.legend-block a.legend:hover {
    cursor: pointer;
    text-decoration: none;
    -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
@media (min-width: 320px) and (max-width: 767px) {
    .legend-block a.legend {
        position: fixed !important;
        width: 60px !important;
        height: 60px !important;
        line-height: 60px !important;
        right: 15px !important;
        bottom: 15px !important;
        margin-bottom: 5px;
    }
}
.legend-block [draggable] {
    -moz-user-select: none;
    -khtml-user-select: none;
    -webkit-user-select: none;
    user-select: none;
    /* Required to make elements draggable in old WebKit */
    -khtml-user-drag: element;
    -webkit-user-drag: element;
}
.legend-block #columns {
    list-style-type: none;
    position: absolute;
    right: 0;
    height: 300px;
    width: 65px;
    padding: 0;
}
@media (min-width: 320px) and (max-width: 767px) {
    .legend-block #columns {
        list-style-type: none;
        position: absolute;
        right: 0;
        height: 300px;
        width: 0;
        padding: 0;
    }
}
.legend-block .column {
    width: 65px;
    height: 65px;
    text-align: center;
    cursor: move;
    display: block;
    position: relative;
    right: 0;
}
@media (min-width: 320px) and (max-width: 767px) {
    .legend-block .column {
        width: 30px;
        height: 30px;
    }
}
.legend-block .column.dragElem {
    opacity: 0.9;
}
.legend-block .column.over:before {
    content: '';
    display: block;
    width: 65px;
    border-top: 2px dashed #feb99f;
    position: absolute;
    bottom: 0;
}
.xml-tree-out-block {
    position: relative;
    font-size: 12px;
}

.xml-link {
    padding: 30px 0 0 0;
}
.xml-link a {
    color: #2a5fcb;
    -ms-word-wrap: break-word;
    word-wrap: break-word;
}
.xml-more-info {
    padding: 30px 0 0 0;
}
@media (min-width: 320px) and (max-width: 767px) {
    .xml-more-info p {
        font-size: 12px;
        margin: 0 0 45px 0;
        line-height: 1em;
    }
}
.xml-more-info span.question {
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    background: #fff;
    -webkit-box-shadow: 1.312px 1.509px 10px 0 rgba(0, 0, 0, 0.09);
    -moz-box-shadow: 1.312px 1.509px 10px 0 rgba(0, 0, 0, 0.09);
    box-shadow: 1.312px 1.509px 10px 0 rgba(0, 0, 0, 0.09);
    display: inline-block;
    width: 25px;
    height: 25px;
    text-align: center;
    font-size: 14px;
    line-height: 25px;
    margin: 0 0 0 15px;
}
.xml-copy-block textarea {
    border: 1px solid #d1d1d1;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    display: block;
    position: relative;
    padding: 15px;
    min-height: 100px;
    line-height: 1.2em;
    margin: 0;
}
@media (min-width: 320px) and (max-width: 767px) {

}
.legend-modal .md-content {
    padding: 0 15px 5px 15px;
    height: calc(80vh - 30px);
    overflow: hidden;
}
@media (min-width: 320px) and (max-width: 767px) {
    .legend-modal .md-content .col-md-7 {
        padding: 0;
    }
}
.legend-modal .md-content h3 {
    font-weight: 500;
    font-size: 24px;
    padding: 0 0 0 0;
    line-height: 1.5em
}
@media (min-width: 320px) and (max-width: 767px) {
    .legend-modal .md-content h3 {
        width: calc(100% - 45px);
    }
}
.legend-modal .md-content .legend-table {
    border: 1px solid #d8d8d8;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    padding: 0;
    overflow-y: auto;
    height: calc(100% - 90px);
}
.legend-modal .title
{
    height: 80px;
    display: flex;
    align-items: center;
    /*padding: 0;*/
    padding: 2.8px 0;
}
.legend-modal .md-content .legend-table .one-row {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.legend-modal .md-content .legend-table .one-row .title {
    height: auto;
    position: relative;
    border-right: 1px solid #ebebeb;
    border-bottom: 1px solid #ebebeb;
    text-align: center;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    justify-content: center;
}
.legend-modal .md-content .legend-table .one-row .title p {
    font-size: 16px;
    font-weight: 400;
    line-height: 15px;
}
@media (min-width: 320px) and (max-width: 767px) {
    .legend-modal .md-content .legend-table .one-row .title p {
        font-size: 10px;
    }
}
.legend-modal .md-content .legend-table .one-row .title p.small {
    font-size: 10px;
}
.legend-modal .md-content .legend-table .one-row .title svg.legend-xml {
    width: 17px;
    height: 17px;
    display: block;
    margin: 10px auto 0 auto;
}
.legend-modal .md-content .legend-table .one-row .about {
    height: auto;
    position: relative;
    border-bottom: 1px solid #ebebeb;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}
.legend-modal .md-content .legend-table .one-row .about p {
    font-size: 12px;
}
@media (min-width: 320px) and (max-width: 767px) {
    .legend-modal .md-content .legend-table .one-row .about p {
        font-size: 10px;
    }
}
@media (min-width: 320px) and (max-width: 767px) {
    .legend-modal .md-content {
        padding: 0 10px 5px 10px;
    }
}
.xml-doc-result {
    padding: 60px 0;
}
.xml-doc-result h3 {
    font-size: 32px;
    padding: 0 0 60px 0;
}
.xml-doc-result > .row .custom-checkbox.regulations-position {
    margin-bottom: 15px;
}
.xml-collapse-block {
    display: block;
    position: relative;
    margin: 0 0 30px 0;
}
.xml-collapse-block .xml-collapse-head {
    display: block;
    position: relative;
    background: #fff;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    padding: 30px 45px;
    -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    cursor: pointer;
    z-index: 1;
    height: auto !important;
}
.xml-collapse-block .xml-collapse-head p {
    font-size: 20px;
    margin: 0;
}
@media (min-width: 320px) and (max-width: 767px) {
    .xml-collapse-block .xml-collapse-head p {
        font-size: 14px;
    }
}
.xml-collapse-block .xml-collapse-head:hover {
    text-decoration: none;
    -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
@media (min-width: 320px) and (max-width: 767px) {
    .xml-collapse-block .xml-collapse-head {
        padding: 15px;
    }
}
.xml-collapse-block .xml-collapse-head.open {
    -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.xml-collapse-block .xml-collapse-body {
    display: block;
    position: relative;
    background: #fff;
    -webkit-transition: ease-out 0.3s;
    -moz-transition: ease-out 0.3s;
    -ms-transition: ease-out 0.3s;
    -o-transition: ease-out 0.3s;
    transition: ease-out 0.3s;
    opacity: 1;
    padding: 15px 90px 45px 45px;
    overflow: hidden;
}
.xml-collapse-block .xml-collapse-body .xml-item {
    display: block;
    position: relative;
    border-bottom: 1px solid #ebebeb;
    padding: 30px 0 0 0;
}
.xml-collapse-block .xml-collapse-body .xml-item .col-xs-1,
.xml-collapse-block .xml-collapse-body .xml-item .col-sm-1 {
    padding: 0;
}
.xml-collapse-block .xml-collapse-body .xml-item p.count {
    font-weight: 500;
    font-size: 16px;
}
@media (min-width: 320px) and (max-width: 767px) {
    .xml-collapse-block .xml-collapse-body .xml-item p.anons {
        font-size: 12px;
        line-height: 1.4em;
    }
}
.xml-collapse-block .xml-collapse-body .xml-item a.link {
    font-size: 16px;
    color: #2a5fcb;
    margin: 0 0 30px 0;
    display: inline-block;
}
@media (min-width: 320px) and (max-width: 767px) {
    .xml-collapse-block .xml-collapse-body .xml-item a.link {
        font-size: 12px;
        line-height: 1.4em;
        margin: 0 0 15px 0;
    }
}
.xml-collapse-block .xml-collapse-body .xml-item:last-child {
    border-bottom: none;
}
@media (min-width: 320px) and (max-width: 767px) {
    .xml-collapse-block .xml-collapse-body {
        padding: 0 15px;
    }
}
@media (min-width: 320px) and (max-width: 767px) {
    .xml-collapse-block .xml-collapse-body.open {
        padding: 0 15px;
    }
}
[tooltip] {
    position: relative;
    /* opinion 1 */
    animation-delay: 1s;
    display: inline-block;
    width: 20px;
    height: 20px;
    margin: 0 5px;
}
/* Applies to all tooltips */
[tooltip]::before,
[tooltip]::after {
    text-transform: none;
    /* opinion 2 */
    font-size: 10px;
    /* opinion 3 */
    line-height: 1;
    user-select: none;
    position: absolute;
    display: none;
    opacity: 0;
}
[tooltip]::before {
    content: '';
    border: 5px solid transparent;
    /* opinion 4 */
    z-index: 1001;
    /* absurdity 1 */
}
[tooltip]::after {
    content: attr(tooltip);
    /* magic! */
    /* most of the rest of this is opinion */
    font-family: Helvetica, sans-serif;
    text-align: center;
    /*
      Let the content set the size of the tooltips
      but this will also keep them from being obnoxious
      */
    min-width: 3em;
    max-width: 21em;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    padding: 1ch 1.5ch;
    border-radius: 0.3ch;
    box-shadow: 0 3px 30px rgba(34, 34, 34, 0.1);
    background: #fff;
    color: #222;
    z-index: 1000;
}
/* Make the tooltips respond to hover */
[tooltip]:hover::before,
[tooltip]:hover::after {
    display: block;
}
/* don't show empty tooltips */
[tooltip='']::before,
[tooltip='']::after {
    display: none !important;
}
/* FLOW: DOWN */
[tooltip][flow^="down"]::before {
    top: calc(100% + 5px);
    border-top-width: 0;
    border-bottom-color: #fff;
    animation-delay: 1s;
}
[tooltip][flow^="down"]::after {
    top: calc(100% + 10px);
    animation-delay: 1s;
}
[tooltip][flow^="down"]::before,
[tooltip][flow^="down"]::after {
    left: 50%;
    transform: translate(-50%, 0.5em);
    animation-delay: 1s;
}
@keyframes tooltips-vert {
    50% {
        opacity: 0;
        transform: translate(0, 0);
        animation-delay: 1s;
    }
    100% {
        opacity: 0.9;
        transform: translate(-50%, 0);
    }
}
[tooltip]:not([flow]):hover::before,
[tooltip]:not([flow]):hover::after,
[tooltip][flow^="up"]:hover::before,
[tooltip][flow^="up"]:hover::after,
[tooltip][flow^="down"]:hover::before,
[tooltip][flow^="down"]:hover::after {
    animation: tooltips-vert 600ms ease-out forwards;
}
.main-slider .slider-item {
    margin: 30px auto !important;
    box-shadow: 0px 10px 15px rgba(34, 34, 34, 0.05);
}
@media (min-width: 320px) and (max-width: 767px) {
    .regulations-detail-slider {
        margin: 30px 0 0 0;
    }
}
.regulations-detail-slider-bottom
{
    padding-bottom: 1px;
}
.regulations-detail-slider-bottom .slick-dots {
    display: block;
    position: absolute;
    bottom: 30px;
    width: 100%;
    text-align: center;
    padding: 0;
}
.regulations-detail-slider-bottom .slick-dots ul {
    display: block;
    position: absolute;
    bottom: 60px;
    width: 100%;
    text-align: center;
    padding: 0;
}
.regulations-detail-slider-bottom .slick-dots li {
    display: inline-block;
    width: 10px;
    height: 10px;
    border: 1px solid #e3e3e3;
    background: transparent;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    margin: 0 5px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.regulations-detail-slider-bottom .slick-dots li button {
    color: transparent;
    border: none;
    background: transparent;
}
.regulations-detail-slider-bottom .slick-dots li:hover {
    background: rgba(227, 227, 227, 0.3) !important;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.regulations-detail-slider-bottom .slick-dots li.slick-active {
    background: #e3e3e3 !important;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.regulations-detail-slider-bottom .prev {
    cursor: pointer;
    position: absolute;
    top: 70px;
    left: 30px;
    z-index: 1;
    width: 50px;
    height: 50px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.regulations-detail-slider-bottom .prev:before {
    content: '';
    display: block;
    height: 2px;
    width: 30px;
    background: #ccc;
    transform: rotate(45deg);
    position: relative;
    top: 32px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.regulations-detail-slider-bottom .prev:after {
    content: '';
    display: block;
    height: 2px;
    width: 30px;
    background: #ccc;
    transform: rotate(-45deg);
    position: relative;
    top: 10px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.regulations-detail-slider-bottom .prev:hover:before {
    background: #3e3e3e;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.regulations-detail-slider-bottom .prev:hover:after {
    background: #3e3e3e;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.regulations-detail-slider-bottom .prev:active {
    transform: scale(0.9);
}
.regulations-detail-slider-bottom .next {
    cursor: pointer;
    position: absolute;
    top: 70px;
    right: 30px;
    z-index: 1;
    width: 50px;
    height: 50px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.regulations-detail-slider-bottom .next:before {
    content: '';
    display: block;
    height: 2px;
    width: 30px;
    background: #ccc;
    transform: rotate(45deg);
    position: relative;
    top: 10px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.regulations-detail-slider-bottom .next:after {
    content: '';
    display: block;
    height: 2px;
    width: 30px;
    background: #ccc;
    transform: rotate(-45deg);
    position: relative;
    top: 29px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.regulations-detail-slider-bottom .next:hover:before {
    background: #3e3e3e;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.regulations-detail-slider-bottom .next:hover:after {
    background: #3e3e3e;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.regulations-detail-slider-bottom .next:active {
    transform: scale(0.9);
}
@media (min-width: 320px) and (max-width: 767px) {
    .regulations-detail-slider-bottom {
        min-height: auto;
    }
    .regulations-detail-slider-bottom .prev,
    .regulations-detail-slider-bottom .next {
        z-index: -1;
    }
}
.tree-boom {
    position: absolute;
    right: 0;
    bottom: -50px;
    display: inline-block;
    padding: 5px;
    background: #fff;
    cursor: pointer;
}
.tree-boom:hover{
    text-decoration: none !important;
}
.tree-boom span {
    font-size: 10px;
    color: #9e9e9e;
    text-decoration: underline;
    display: inline-block;
}
.tree-boom svg {
    display: inline-block;
    width: 10px;
    height: 10px;
    transform: rotate(0deg);
    top: 2px;
    position: relative;
}
.tree-boom svg path {
    fill: #9e9e9e;
}
/*# sourceMappingURL=xml.css.map */

.copy-alert{
    position: absolute;
    z-index: 1000;
    width: 100%;
    left: 0;
    right: 0;
    display: block;
    opacity: 0;
    pointer-events: none;
    transition: all .15s;
}
#wait-popup{
    position: fixed;
    margin: 0 auto;
    top: 40%;
}
#alert {
    top: -15px;
}
#xml-node-copy {
    bottom: 125px;
}
.copy-alert .white-box-alert{
    width: 320px;
    margin: 30px auto 0 auto;
    text-align: center;
    position: relative;
    padding: 15px 20px;
    background: #fff;
    border-radius: 5px;
    box-shadow: 0 0 30px rgba(34, 34, 34, 0.2);
}
.copy-alert .white-box-alert svg{
    display: inline;
    width: 20px;
    height: 20px;
    position: relative;
    top: 3px;
}
.copy-alert .white-box-alert p{
    font-size: 12px;
    color: #3e3e3e;
    display: inline;
}



.current-xml-node {
    display: none;
}
#text {
    resize: none;
}
#text:focus {
    outline:none;
}

.legend-modal.md-modal{
    width: 95%;
}

.legend-modal .md-content .legend-table .one-row .about p{
    line-height: 16px;
}

.heading-block{
    display: flex;
    justify-content: center;
    text-align: center;
}
.heading-block .item{
    margin: 0 10px;
}

.heading-block .item a{
    display: inline-block;
    position: relative;
    cursor: pointer;
}
.heading-block .item a.rd-link:hover{
    color: #2a5fcb;
    text-decoration: none;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.heading-block .item a.rd-link:hover span{
    color: #2a5fcb;
    text-decoration: none;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.col-md-2.col-md-offset-1.rd-right{
    padding: 0;
}

@media (min-width: 320px) and (max-width: 991px) {
    .col-md-2.col-md-offset-1.rd-right{
        display: block !important;
        /* padding: 0 !important; */
        margin: 0 auto;
        max-width: 250px;
    }
}



@media (min-width: 768px) and (max-width: 1024px) {
    .blue-bg {
        padding: 30px 0;
    }
    a.legend:hover::after
    {
        display: none;
    }
}
#detail-content .main a:not(.legend)
{
    color: #2a5fcb;
    line-height: 1.5em;
}
.main .detail-text,
.main .detail-text *
{
    text-align: left !important;
    font-family: 'Montserrat', sans-serif !important;
    font-size: 14px !important;
    font-weight: 400 !important;
    color: #222 !important;
    padding: 0 !important;
    margin: 0 !important;
    line-height: 1.5em;
}
.main span.detail-text{
    padding: 0 0 45px 0 !important;
    display: inline-block;
}
.main span.detail-text a{
    color: #2a5fcb !important;
}

.someclear{

    /*1вариант*/
    /*.xml-tree {*/
    /*    display: block;*/
    /*    position: relative;*/
    /*    !* ————————————————————–*/
    /*      Tree core styles*/
    /*    *!*/
    /*    !* ————————————————————–*/
    /*      Tree rows*/
    /*    *!*/
    /*    !* ————————————————————–*/
    /*      Tree labels*/
    /*    *!*/
    /*    !* ————————————————————–*/
    /*      Tree expanded icon*/
    /*    *!*/
    /*}*/
    /*@media (min-width: 320px) and (max-width: 767px) {*/
    /*    .xml-tree {*/
    /*        padding: 0;*/
    /*        width: auto;*/
    /*        height: 300px;*/
    /*        overflow-x: scroll;*/
    /*        overflow-y: scroll;*/
    /*    }*/
    /*}*/
    /*.xml-tree .tree {*/
    /*    margin: 0 0 0 15px;*/
    /*    padding: 0;*/
    /*}*/
    /*.xml-tree .tree ul {*/
    /*    position: relative;*/
    /*}*/
    /*@media (min-width: 320px) and (max-width: 767px) {*/
    /*    .xml-tree .tree {*/
    /*        width: 800px;*/
    /*    }*/
    /*}*/
    /*.xml-tree .tree input {*/
    /*    position: absolute;*/
    /*    clip: rect(0, 0, 0, 0);*/
    /*    margin: 0;*/
    /*    height: 14px;*/
    /*}*/
    /*.xml-tree .tree input ~ ul {*/
    /*    display: none;*/
    /*}*/
    /*.xml-tree .tree input ~ ul:after {*/
    /*    display: none;*/
    /*}*/
    /*.xml-tree .tree input:checked ~ ul {*/
    /*    display: block;*/
    /*    margin: 15px 0 0 15px;*/
    /*    padding: 0;*/
    /*}*/
    /*.xml-tree .tree input:checked ~ ul:before {*/
    /*    content: '';*/
    /*    position: absolute;*/
    /*    height: 30px;*/
    /*    width: 25px;*/
    /*    border-top: 1px solid #ebebeb;*/
    /*    top: 8px;*/
    /*    left: -36px;*/
    /*}*/
    /*.xml-tree .tree input:checked ~ ul li:first-child:before {*/
    /*    content: '';*/
    /*    position: absolute;*/
    /*    top: -30px;*/
    /*    left: -37px;*/
    /*    border-left: 1px solid #ebebeb;*/
    /*    height: 40px;*/
    /*    width: 0;*/
    /*}*/
    /*.xml-tree .tree ul:after {*/
    /*    content: '';*/
    /*    position: absolute;*/
    /*    border-left: 1px solid #ebebeb;*/
    /*    left: -30px;*/
    /*    top: 5px;*/
    /*    height: calc(100% - 30px);*/
    /*    border-top: 1px solid #ebebeb;*/
    /*    width: 25px;*/
    /*    border-bottom: 1px solid #ebebeb;*/
    /*}*/
    /*.xml-tree .tree li {*/
    /*    line-height: 15px;*/
    /*    position: relative;*/
    /*    list-style-type: none;*/
    /*    padding: 0 0 15px 15px;*/
    /*}*/
    /*.xml-tree .tree li:after {*/
    /*    content: '';*/
    /*    position: absolute;*/
    /*    border-left: 1px solid #ebebeb;*/
    /*    left: -30px;*/
    /*    top: 8px;*/
    /*    height: 100%;*/
    /*    border-top: 1px solid #ebebeb;*/
    /*    width: 15px;*/
    /*    border-bottom: 1px solid #ebebeb;*/
    /*}*/
    /*.xml-tree .tree li:last-of-type:after {*/
    /*    display: none;*/
    /*    content: '';*/
    /*    position: absolute;*/
    /*    border-left: 1px solid #ebebeb;*/
    /*    left: -40px;*/
    /*    top: 10px;*/
    /*    height: 100%;*/
    /*    border-top: 1px solid #ebebeb;*/
    /*    width: 15px;*/
    /*}*/
    /*.xml-tree .tree li ul.levels-end:before {*/
    /*    content: '';*/
    /*    position: absolute;*/
    /*    border-top: 1px solid #ebebeb;*/
    /*    width: 30px;*/
    /*    left: -60px;*/
    /*    top: calc(50% - 8px);*/
    /*}*/
    /*.xml-tree .tree li ul.levels-end.levels-end-one:before {*/
    /*    width: 45px;*/
    /*}*/
    /*.xml-tree .tree li.level-end:before {*/
    /*    content: '';*/
    /*    position: absolute;*/
    /*}*/
    /*.xml-tree .tree li.level-end label.tree_label:before {*/
    /*    background: #fff;*/
    /*    color: #2a5fcb;*/
    /*    position: relative;*/
    /*    z-index: 1;*/
    /*    float: left;*/
    /*    margin: 0 1em 0 -1.4em;*/
    /*    width: 15px;*/
    /*    height: 15px;*/
    /*    border-radius: 0;*/
    /*    content: '.';*/
    /*    text-align: center;*/
    /*    line-height: 2px;*/
    /*    border: 1px solid #2a5fcb;*/
    /*    font-size: 20px;*/
    /*}*/
    /*.xml-tree .tree li.level-1 ul:after {*/
    /*    opacity: 0;*/
    /*}*/
    /*.xml-tree .tree li.level-2 {*/
    /*    position: relative;*/
    /*}*/
    /*.xml-tree .tree li.level-2 ul:after {*/
    /*    opacity: 0;*/
    /*}*/
    /*:checked .xml-tree .tree li.level-2:before {*/
    /*    content: '';*/
    /*    position: absolute;*/
    /*    height: calc(100% - 0px);*/
    /*    border-left: 1px solid #ebebeb;*/
    /*    left: -7px;*/
    /*}*/
    /*:checked .xml-tree .tree li.level-2:last-child:before {*/
    /*    opacity: 0;*/
    /*}*/
    /*.xml-tree .tree li.level-3 {*/
    /*    position: relative;*/
    /*}*/
    /*.xml-tree .tree li.level-3 ul:after {*/
    /*    opacity: 0;*/
    /*}*/
    /*:checked .xml-tree .tree li.level-3:before {*/
    /*    content: '';*/
    /*    position: absolute;*/
    /*    height: calc(100% - 0px);*/
    /*    border-left: 1px solid #ebebeb;*/
    /*    left: -7px;*/
    /*}*/
    /*:checked .xml-tree .tree li.level-3:last-child:before {*/
    /*    opacity: 0;*/
    /*}*/
    /*.xml-tree .tree li.last-level-item:before {*/
    /*    content: '';*/
    /*    position: absolute;*/
    /*    border-left: 1px solid #ebebeb;*/
    /*    border-bottom: 1px solid #ebebeb;*/
    /*    width: 7px;*/
    /*    height: calc(100% - 53px);*/
    /*    left: -7px;*/
    /*}*/
    /*.xml-tree .tree li.last-level-item .levels-end:before {*/
    /*    width: 0;*/
    /*}*/
    /*.xml-tree .tree > li:last-child {*/
    /*    padding-bottom: 0;*/
    /*}*/
    /*.xml-tree .tree_label {*/
    /*    position: relative;*/
    /*    display: inline-block;*/
    /*    background: #fff;*/
    /*}*/
    /*.xml-tree label.tree_label {*/
    /*    cursor: pointer;*/
    /*}*/
    /*.xml-tree label.tree_label:hover {*/
    /*    color: #666;*/
    /*}*/
    /*.xml-tree label.tree_label:before {*/
    /*    background: #fff;*/
    /*    color: #2a5fcb;*/
    /*    position: relative;*/
    /*    z-index: 1;*/
    /*    float: left;*/
    /*    margin: 0 1em 0 -2em;*/
    /*    width: 1em;*/
    /*    height: 1em;*/
    /*    border-radius: 0;*/
    /*    content: '+';*/
    /*    text-align: center;*/
    /*    line-height: 12px;*/
    /*    border: 1px solid #2a5fcb;*/
    /*}*/
    /*.xml-tree :checked ~ label.tree_label:before {*/
    /*    content: '–';*/
    /*}*/
    /*2вариант*/

}


.regulations-detail-slider-bottom .main-slider .next{
    top: 108px;
}
.regulations-detail-slider-bottom .main-slider .prev{
    top:105px;
}



.legend-modal .close-button.md-close{
    width: 30px;
    height: 30px;
    top: 0;
    right: -45px;
}
.legend-modal .close-button.md-close svg{
    position: absolute;
    width: 30px;
    height: 30px;
}
.legend-modal .close-button.md-close svg path{
    color: #fff;
    opacity: 0.8;
    transition: all .3s;
}
.legend-modal .close-button.md-close svg path:hover{
    color: #fff;
    opacity: 1;
    transition: all .3s;
}

@media (max-width: 767px) and (min-width: 320px){
    .legend-modal .close-button.md-close {
        top: 15px;
        right: 15px;
        width: 30px;
        height: 30px;
        position: absolute;
    }
    .legend-modal .close-button.md-close svg{
        position: absolute;
    }
    .legend-modal .close-button.md-close svg path{
        fill: #666;
    }
}