@charset "UTF-8";

@import url(http://fonts.googleapis.com/css?family=Open+Sans:300italic,400italic,600italic,300,600,400);
html,
body {
    height: 100%;
}

body {
    position: relative;
    font-family: "Open Sans", Helvetica Neue, Helvetica, Arial, sans-serif;
    -webkit-text-size-adjust: 100%;
    color: #000;
    line-height: 1.6;
    background: #fff;
}

a {
    color: #000000;
    outline: none;
    text-decoration: none;
}

a:hover,
a:active {
    text-decoration: underline;
}

.uui-wrapper {
    overflow: hidden;
    width: 100%;
    min-height: 100%;
}

.uui-container {
    position: absolute;
    padding-top: 53px;
    box-sizing: border-box;
    width: 100%;
    min-height: 100%;
    left: 0;
    background-color: #fff;
    transition: left .2s ease;
}

.uui-contents {
    position: relative;
    padding-left: 252px;
    padding-bottom: 55px;
    box-sizing: border-box;
    width: 100%;
    max-width: none;
    min-height: 100%;
}

.uui-contents:after {
    content: '';
    clear: both;
    display: block;
    height: 0;
}

.uui-contents__inner {
    margin: 0 auto;
    padding: 20px;
    max-width: 960px;
}

.uui-contents .uui-list-nav .home {
    display: none;
}

@media only screen and (max-width: 960px) {
    .uui-container {
        z-index: 1000;
        padding-bottom: 35px;
    }
    .nav-opened .uui-container {
        left: 250px;
        box-shadow: -4px 0 12px rgba(0, 0, 0, 0.2);
    }
    .uui-contents {
        padding-left: 0;
        padding-bottom: 0;
    }
}

@media only screen and (max-width: 767px) {
    .uui-container {
        padding-top: 46px;
        padding-bottom: 70px;
    }
    .uui-contents__inner {
        padding-left: 8px;
        padding-right: 8px;
    }
}

.uui-version-selector {
    margin: 30px 0;
}

.uui-version-selector li {
    display: inline-block;
    margin-right: 7px;
    margin-bottom: 10px;
    list-style-type: none;
}

.uui-version-selector a {
    display: block;
    padding: 3px 10px;
    background-color: #666;
    color: #fff;
}

.uui-version-selector a:hover,
.uui-version-selector a:active {
    background-color: #767676;
    text-decoration: none;
}

.uui-version-selector a.is-active {
    padding-left: 29px;
    background: #ADAAAA50 no-repeat;
    background-size: 12px 9px;
}

@media only screen and (max-width: 767px) {
    .uui-version-selector {
        margin: 15px 0;
        font-size: 12px;
    }
    .uui-version-selector li {
        margin-right: 5px;
        margin-bottom: 7px;
    }
}

.uui-list-nav ul:after {
    content: '';
    clear: both;
    display: block;
    height: 0;
}

.uui-list-nav li {
    float: left;
    margin-bottom: 2%;
    margin-right: 2%;
    width: 23.5%;
    height: 205px;
}

.uui-list-nav li:nth-child(4n+1) {
    margin-right: 0;
}

.uui-list-nav li a {
    position: relative;
    display: block;
    box-sizing: border-box;
    border: #e0e0e0 1px solid;
    height: 100%;
    text-align: center;
    background-color: #f2f2f2;
    background-position: 50% 45%;
    background-size: 100px;
    background-repeat: no-repeat;
}

.uui-list-nav li a:hover,
.uui-list-nav li a:active {
    background-color: rgba(255, 255, 255, 0.88);
}

.uui-list-nav li a span {
    position: absolute;
    left: 0;
    bottom: 10px;
    box-sizing: border-box;
    width: 100%;
    padding: 0 20px;
    font-size: 15px;
    line-height: 1.4;
}

@media only screen and (max-width: 1200px) {
    .uui-list-nav li {
        margin-right: 2%;
        width: 32%;
        height: 210px;
    }
    .uui-list-nav li:nth-child(4n+1) {
        margin-right: 2%;
    }
    .uui-list-nav li:nth-child(3n+1) {
        margin-right: 0;
    }
}

@media only screen and (max-width: 960px) {
    .uui-list-nav li {
        margin-right: 2%;
        width: 23.5%;
        height: 174px;
    }
    .uui-list-nav li:nth-child(3n+1) {
        margin-right: 2%;
    }
    .uui-list-nav li:nth-child(4n+1) {
        margin-right: 0;
    }
    .uui-list-nav li a {
        background-size: 74px;
    }
    .uui-list-nav li a span {
        bottom: 8px;
        font-size: 12px;
        line-height: 1.3;
    }
}

@media only screen and (max-width: 767px) {
    .uui-list-nav li {
        margin-right: 0;
        width: 100%;
        height: auto;
    }
    .uui-list-nav li:nth-child(2n+1) {
        margin-right: 0;
    }
    .uui-list-nav li a {
        display: flex;
        align-items: center;
        min-height: 58px;
        text-align: left;
        background-position: 10px 45%;
        background-size: 38px;
    }
    .uui-list-nav li a span {
        position: static;
        padding: 10px 0 10px 58px;
        font-size: 13px;
    }
}

.uui-header {
    position: fixed;
    left: inherit;
    top: 0;
    z-index: 1300;
    width: 100%;
    height: 52px;
    border-bottom: 1px #ebebeb solid;
    background-color: #fff;
}

.uui-header__inner {
    position: relative;
    padding: 10px 30px;
}

.uui-header__inner:after {
    content: '';
    clear: both;
    display: block;
    height: 0;
}

.uui-header__logo-kdc {
    position: absolute;
    left: 30px;
    top: 10px;
    width: 346px;
}

.uui-header__region {
    position: absolute;
    top: 7px;
    bottom: 0;
    font-size: 12px;
    height: 1.3em;
    margin-left: 18px;
    display: inline-block;
    font-weight: bold;
}

.uui-header__nav-btn {
    position: absolute;
    display: none;
    top: 0;
    left: 0;
    background: url(/support/images/icon_folded-global-nav.png) 50% 50% no-repeat;
    cursor: pointer;
    user-select: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
}

.uui-header__lang {
    position: absolute;
    top: 10px;
    right: 30px;
    z-index: 1400;
    width: 194px;
}

.uui-header__lang .label {
    box-sizing: border-box;
    padding: 5px 15px 5px 40px;
    border: 1px #606060 solid;
    font-size: 14px;
    color: #fff;
    background: #000 url(/support/images/icon-arrow-white-down.png) 12px 50% no-repeat;
    background-size: 17px 10px;
    cursor: pointer;
}

.uui-header__lang .label.is-opened {
    background-color: #6C6C6C;
    background-image: url(/support/images/icon-arrow-white-up.png);
}

.uui-header__lang .label:hover {
    background-color: #595959;
}

.uui-header__lang ul {
    display: none;
    padding: 10px 0;
    list-style: none;
    background-color: #e6e6e6;
    max-height: 300px;
    overflow: scroll;
}

.uui-header__lang ul.is-opened {
    display: block;
}

.uui-header__lang ul a {
    display: block;
    padding: 5px 18px;
    color: #000;
}

.uui-header__lang ul a:hover {
    text-decoration: none;
    background-color: #ccc;
}

@media only screen and (max-width: 960px) {
    .uui-header__logo-kdc {
        width: 280px;
        top: 14px;
        left: 54px;
    }
    .uui-single-col .uui-header__logo-kdc {
        left: 20px;
    }
    .uui-header__inner {
        padding: 10px;
    }
    .uui-header__region {
        font-size: 11px;
    }
    .uui-header__nav-btn {
        display: block;
        width: 58px;
        height: 52px;
    }
    .uui-header__lang {
        right: 20px;
    }
}

@media only screen and (max-width: 767px) {
    .uui-header {
        height: 46px;
    }
    .uui-header__logo-kdc {
        left: 54px;
    }
    .uui-header__logo-kdc img {
        width: 115px;
    }
    .uui-single-col .uui-header__logo-kdc {
        padding: 0;
    }
    .uui-header__region {
        display: inline;
        position: absolute;
        font-size: 10px;
        margin-left: 1em;
        vertical-align: 4px;
        top: 4px;
    }
    .uui-header__nav-btn {
        width: 58px;
        height: 46px;
    }
    .uui-header__lang {
        right: 10px;
        width: 23px !important;
        height: 23px;
    }
    .uui-header__lang .label {
        padding: 0;
        width: 23px;
        height: 23px;
        background-position: 50% !important;
        background-size: 14px 8px !important;
    }
    .uui-header__lang .label span {
        display: none;
    }
    .uui-header__lang ul {
        position: absolute;
        right: 0;
        width: 194px;
    }
}

@media only screen and (max-width: 360px) {
    .uui-header__region {
        margin-left: 0.5em;
        font-size: 7px;
    }
}

.uui-bottom {
    position: absolute;
    left: 0;
    bottom: 0;
    box-sizing: border-box;
    padding-left: 250px;
    width: 100%;
}

.uui-bottom__inner {
    position: relative;
    margin: 0 auto;
    padding: 12px 30px;
    background: #f5f5f5;
}

.uui-bottom__inner:after {
    content: '';
    clear: both;
    display: block;
    height: 0;
}

.uui-bottom__nav {
    float: left;
    font-size: 11px;
    list-style: none;
}

.uui-bottom__nav a {
    color: #000;
}

.uui-bottom__nav .item {
    float: left;
    margin-left: 2.5em;
}

.uui-bottom__nav .item:first-child {
    margin-left: 0;
}

.uui-bottom__copyright {
    float: right;
    font-size: 11px;
    font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
    text-align: right;
    color: #666;
}


@media only screen and (max-width: 960px) {
    .uui-bottom {
        padding-left: 0;
    }
}


@media only screen and (max-width: 767px) {
    .uui-bottom__inner {
        padding: 12px 6px;
        max-width: none;
    }
    .uui-bottom__nav {
        float: none;
        margin-bottom: 12px;
        text-align: center;
    }
    .uui-bottom__nav .item {
        float: none;
        display: inline-block;
        margin-left: 0.5em;
        margin-right: 0.5em;
    }
    .uui-bottom__nav .item:first-child {
        margin-left: 0.5em;
    }
    .uui-bottom__copyright {
        float: none;
        font-size: 10px;
        text-align: center;
    }
}


.uui-side {
    position: fixed;
    left: 0;
    top: 0;
    z-index: 1200;
    padding-top: 53px;
    width: 250px;
    height: 100%;
    box-sizing: border-box;
    font-size: 14px;
}

.uui-side__inner {
    overflow-y: auto;
    padding: 0 15px 15px;
    box-sizing: border-box;
    height: 100%;
}

.uui-side__block {
    margin-top: 30px;
}

.uui-side__block:first-child {
    margin-top: 0;
}

.uui-side__heading {
    margin: 15px 0;
    font-size: 16px;
    font-weight: bold;
}

.uui-side__heading--toggle {
    position: relative;
    cursor: pointer;
}

.uui-side__heading--toggle:after {
    content: '+';
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    margin: auto 0;
    height: 1.4em;
    font-weight: bold;
}

.uui-side__heading--toggle.is-opened:after {
    content: '-';
}


.uui-side__app-links {
    margin: 30px 0;
    text-align: center;
}

.uui-side__app-links li {
    margin-bottom: 15px;
    list-style: none;
}


.uui-side__contacts li {
    margin-bottom: 5px;
    list-style: none;
}

.uui-side__contacts a {
    color: #fff;
}


.uui-side__block__contents--toggle {
    display: none;
}

.uui-side__block__contents--toggle.is-opened {
    display: block;
}


@media only screen and (max-width: 960px) {
    .uui-side {
        padding-top: 0;
        z-index: 900;
        opacity: 0;
        transition: opacity .4s ease .4s;
    }
    .uui-side__heading {
        margin-bottom: 19px;
    }
    .nav-opened .uui-side {
        opacity: 1;
        transition: none;
        -webkit-overflow-scrolling: touch;
    }
    .uui-side__nav {
        margin-top: -6px;
    }
}


.uui-side__nav {
    margin: 0 -15px;
}

.uui-side__nav ul {
    border-top: 1px #e0e0e0 solid;
}

.uui-side__nav li {
    position: relative;
    border-bottom: 1px #e0e0e0 solid;
}

.uui-side__nav li a {
    position: relative;
    z-index: 100;
    display: block;
    padding: 18px 32px 18px 62px;
    font-size: 13px;
    color: #000;
    background-position: 12px 50%;
    background-size: 37px 37px;
    background-repeat: no-repeat;
}

.uui-side__nav li a:after {
    content: '';
    position: absolute;
    right: 10px;
    top: 50%;
    margin: -9px 0 0 0;
    width: 10px;
    height: 17px;
    z-index: 110;
    font-size: 0;
    background: url(/support/images/icon-arrow-red-right.png) 0 0 no-repeat;
    background-size: 10px 17px;
}


.uui-side__nav ol {
    margin-top: 15px;
    border-top: 1px #e0e0e0 solid;
}

.uui-side__nav ol>li {
    list-style-type: upper-roman;
    counter-increment: chapter;
}

.uui-side__nav ol>li>a {
    padding: 18px 32px 18px 15px;
}

.uui-side__nav ol>li>a:before {
    content: counter(chapter, upper-roman) ".";
    padding-right: 5px;
}

.uui-side__nav ol ul {
    margin-top: 0;
}

.uui-side__nav ol ul li:last-child {
    border-bottom: 0 none;
}

.uui-side__nav ol ul li a {
    padding-left: 30px;
}


.uui-side__nav li a:hover,
.uui-side__nav li a:active,
.uui-side__nav li.is-active a {
    background-color: #e0e0e0;
    text-decoration: none;
}


.uui-heading {
    margin-bottom: 20px;
    font-size: 34px;
    font-weight: bold;
}


@media only screen and (max-width: 767px) {
    .uui-heading {
        font-size: 22px;
    }
}


.uui-single-col .uui-contents,
.uui-single-col .uui-bottom {
    padding-left: 0;
}

.uui-single-col .uui-side {
    display: none;
}

.uui-single-col .uui-header__nav-btn {
    display: none;
}
