@font-face {
    font-family: "ClearSans Regular";
    src: local("ClearSans Regular");
    src: url("../fonts/ClearSans-Regular.eot"), url("../fonts/ClearSans-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/ClearSans-Regular.woff") format("woff"), url("../fonts/ClearSans-Regular.ttf") format("truetype");
    font-style: normal;
    font-weight: normal;
}
@font-face {
    font-family: "ClearSans Regular";
    src: local("ClearSans Bold");
    src: url("../fonts/ClearSans-Bold.eot"), url("../fonts/ClearSans-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/ClearSans-Bold.woff") format("woff"), url("../fonts/ClearSans-Bold.ttf") format("truetype");
    font-style: normal;
    font-weight: bold;
}
@font-face {
    font-family: "ClearSans Bold";
    src: local("ClearSans Bold");
    src: url("../fonts/ClearSans-Bold.eot"), url("../fonts/ClearSans-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/ClearSans-Bold.woff") format("woff"), url("../fonts/ClearSans-Bold.ttf") format("truetype");
    font-style: normal;
    font-weight: normal;
}
@font-face {
    font-family: 'icons';
    src: url('../fonts/icons.eot?hg3ado');
    src: url('../fonts/icons.eot?hg3ado#iefix') format('embedded-opentype'),
    url('../fonts/icons.ttf?hg3ado') format('truetype'),
    url('../fonts/icons.woff?hg3ado') format('woff'),
    url('../fonts/icons.svg?hg3ado#icomoon') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'social';
    src: url('../fonts/social.eot?hg3ado');
    src: url('../fonts/social.eot?hg3ado#iefix') format('embedded-opentype'),
    url('../fonts/social.ttf') format('truetype'),
    url('../fonts/social.woff') format('woff'),
    url('../fonts/social.svg?hg3ado#icomoon') format('svg');
    font-weight: normal;
    font-style: normal;
}
.icons {
    font-family: 'icons' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.icon-arrow_left:before {
    content: "\e900";
}
.icon-arrow_right:before {
    content: "\e901";
}
.icon-conflicts:before {
    content: "\e902";
}
.icon-cross:before {
    content: "\e903";
}
.icon-documents:before {
    content: "\e904";
}
.icon-faq:before {
    content: "\e905";
}
.icon-fb:before {
    content: "\e906";
}
.icon-glossary:before {
    content: "\e907";
}
.icon-menu:before {
    content: "\e908";
}
.icon-od:before {
    content: "\e909";
}
.icon-patent:before {
    content: "\e90a";
}
.icon-payments:before {
    content: "\e90b";
}
.icon-rss:before {
    content: "\e90c";
}
.icon-search:before {
    content: "\e90d";
}
.icon-social:before {
    content: "\e90e";
}
.icon-tw:before {
    content: "\e90f";
}
.icon-updates:before {
    content: "\e910";
}
.icon-user:before {
    content: "\e911";
}
.icon-version:before {
    content: "\e912";
}
.icon-vk:before {
    content: "\e913";
}
.social {
    font-family: 'social' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    position: relative;
}
.social:before {
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -11px;
}
.social-fb:before {
    content: "\e800";
}
.social-ok:before {
    content: "\e801";
}
.social-tw:before {
    content: "\e802";
}
.social-vk:before {
    content: "\e803";
    margin-top: -10px;
}
/*! normalize.css v4.1.1 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Change the default font family in all browsers (opinionated).
 * 2. Prevent adjustments of font size after orientation changes in IE and iOS.
 */
html {
    font-family: sans-serif;
    /* 1 */
    -ms-text-size-adjust: 100%;
    /* 2 */
    -webkit-text-size-adjust: 100%;
    /* 2 */
    font-size: 14px;
}
/**
 * Remove the margin in all browsers (opinionated).
 */
body {
    margin: 0;
}
/* HTML5 display definitions
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 * 2. Add the correct display in IE.
 */
article, aside, details, figcaption, figure, footer, header, main, menu, nav, section, summary {
    /* 1 */
    display: block;
}
/**
 * Add the correct display in IE 9-.
 */
audio, canvas, progress, video {
    display: inline-block;
}
/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
    display: none;
    height: 0;
}
/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
    vertical-align: baseline;
}
/**
 * Add the correct display in IE 10-.
 * 1. Add the correct display in IE.
 */
template, [hidden] {
    display: none;
}
/* Links
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
a {
    background-color: transparent;
    /* 1 */
    -webkit-text-decoration-skip: objects;
    /* 2 */
}
/**
 * Remove the outline on focused links when they are also active or hovered
 * in all browsers (opinionated).
 */
a:active, a:hover {
    outline-width: 0;
}
/* Text-level semantics
   ========================================================================== */
/**
 * 1. Remove the bottom border in Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
    border-bottom: none;
    /* 1 */
    text-decoration: underline;
    /* 2 */
    text-decoration: underline dotted;
    /* 2 */
}
/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
b, strong {
    font-weight: inherit;
}
/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b, strong {
    font-weight: bolder;
}
/**
 * Add the correct font style in Android 4.3-.
 */
dfn {
    font-style: italic;
}
/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
    font-size: 2em;
    margin: 0.67em 0;
}
/**
 * Add the correct background and color in IE 9-.
 */
mark {
    background-color: #ff0;
    color: #000;
}
/**
 * Add the correct font size in all browsers.
 */
small {
    font-size: 80%;
}
/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub, sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}
sub {
    bottom: -0.25em;
}
sup {
    top: -0.5em;
}
/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10-.
 */
img {
    border-style: none;
}
/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
    overflow: hidden;
}
/* Grouping content
   ========================================================================== */
/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code, kbd, pre, samp {
    font-family: monospace, monospace;
    /* 1 */
    font-size: 1em;
    /* 2 */
}
/**
 * Add the correct margin in IE 8.
 */
figure {
    margin: 1em 40px;
}
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
    box-sizing: content-box;
    /* 1 */
    height: 0;
    /* 1 */
    overflow: visible;
    /* 2 */
}
/* Forms
   ========================================================================== */
/**
 * 1. Change font properties to `inherit` in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */
button, input, select, textarea {
    font: inherit;
    /* 1 */
    margin: 0;
    /* 2 */
}
/**
 * Restore the font weight unset by the previous rule.
 */
optgroup {
    font-weight: bold;
}
/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button, input {
    /* 1 */
    overflow: visible;
}
/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button, select {
    /* 1 */
    text-transform: none;
}
/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
button, html [type="button"], [type="reset"], [type="submit"] {
    -webkit-appearance: button;
    /* 2 */
}
/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner, [type="button"]::-moz-focus-inner, [type="reset"]::-moz-focus-inner, [type="submit"]::-moz-focus-inner {
    border-style: none;
    padding: 0;
}
/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring, [type="button"]:-moz-focusring, [type="reset"]:-moz-focusring, [type="submit"]:-moz-focusring {
    outline: 1px dotted ButtonText;
}
/**
 * Change the border, margin, and padding in all browsers (opinionated).
 */
fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
}
/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
    box-sizing: border-box;
    /* 1 */
    color: inherit;
    /* 2 */
    display: table;
    /* 1 */
    max-width: 100%;
    /* 1 */
    padding: 0;
    /* 3 */
    white-space: normal;
    /* 1 */
}
/**
 * Remove the default vertical scrollbar in IE.
 */
textarea {
    overflow: auto;
}
/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */
[type="checkbox"], [type="radio"] {
    box-sizing: border-box;
    /* 1 */
    padding: 0;
    /* 2 */
}
/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button, [type="number"]::-webkit-outer-spin-button {
    height: auto;
}
/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
    -webkit-appearance: textfield;
    /* 1 */
    outline-offset: -2px;
    /* 2 */
}
/**
 * Remove the inner padding and cancel buttons in Chrome and Safari on OS X.
 */
[type="search"]::-webkit-search-cancel-button, [type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}
/**
 * Correct the text style of placeholders in Chrome, Edge, and Safari.
 */
::-webkit-input-placeholder {
    color: inherit;
    opacity: 0.54;
}
/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
    -webkit-appearance: button;
    /* 1 */
    font: inherit;
    /* 2 */
}
/*$line:1rem;*/
@charset "UTF-8";
/*!
 * animate.css -http://daneden.me/animate
 * Version - 3.5.2
 * Licensed under the MIT license - http://opensource.org/licenses/MIT
 *
 * Copyright (c) 2017 Daniel Eden
 */
.animated {
    animation-duration: 0.5s;
    animation-fill-mode: both;
}
.animated.infinite {
    animation-iteration-count: infinite;
}
.animated.hinge {
    animation-duration: 2s;
}
.animated.flipOutX, .animated.flipOutY, .animated.bounceIn, .animated.bounceOut {
    animation-duration: .75s;
}
@keyframes bounce {
    from, 20%, 53%, 80%, to {
        animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
        transform: translate3d(0,0,0);
    }
    40%, 43% {
        animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
        transform: translate3d(0, -30px, 0);
    }
    70% {
        animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
        transform: translate3d(0, -15px, 0);
    }
    90% {
        transform: translate3d(0,-4px,0);
    }
}
.bounce {
    animation-name: bounce;
    -ms-transform-origin: center bottom;
        transform-origin: center bottom;
}
@keyframes flash {
    from, 50%, to {
        opacity: 1;
    }
    25%, 75% {
        opacity: 0;
    }
}
.flash {
    animation-name: flash;
}
/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@keyframes pulse {
    from {
        transform: scale3d(1, 1, 1);
    }
    50% {
        transform: scale3d(1.05, 1.05, 1.05);
    }
    to {
        transform: scale3d(1, 1, 1);
    }
}
.pulse {
    animation-name: pulse;
}
@keyframes rubberBand {
    from {
        transform: scale3d(1, 1, 1);
    }
    30% {
        transform: scale3d(1.25, 0.75, 1);
    }
    40% {
        transform: scale3d(0.75, 1.25, 1);
    }
    50% {
        transform: scale3d(1.15, 0.85, 1);
    }
    65% {
        transform: scale3d(.95, 1.05, 1);
    }
    75% {
        transform: scale3d(1.05, .95, 1);
    }
    to {
        transform: scale3d(1, 1, 1);
    }
}
.rubberBand {
    animation-name: rubberBand;
}
@keyframes shake {
    from, to {
        transform: translate3d(0, 0, 0);
    }
    10%, 30%, 50%, 70%, 90% {
        transform: translate3d(-10px, 0, 0);
    }
    20%, 40%, 60%, 80% {
        transform: translate3d(10px, 0, 0);
    }
}
.shake {
    animation-name: shake;
}
@keyframes headShake {
    0% {
        transform: translateX(0);
    }
    6.5% {
        transform: translateX(-6px) rotateY(-9deg);
    }
    18.5% {
        transform: translateX(5px) rotateY(7deg);
    }
    31.5% {
        transform: translateX(-3px) rotateY(-5deg);
    }
    43.5% {
        transform: translateX(2px) rotateY(3deg);
    }
    50% {
        transform: translateX(0);
    }
}
.headShake {
    animation-timing-function: ease-in-out;
    animation-name: headShake;
}
@keyframes swing {
    20% {
        transform: rotate3d(0, 0, 1, 15deg);
    }
    40% {
        transform: rotate3d(0, 0, 1, -10deg);
    }
    60% {
        transform: rotate3d(0, 0, 1, 5deg);
    }
    80% {
        transform: rotate3d(0, 0, 1, -5deg);
    }
    to {
        transform: rotate3d(0, 0, 1, 0deg);
    }
}
.swing {
    -ms-transform-origin: top center;
        transform-origin: top center;
    animation-name: swing;
}
@keyframes tada {
    from {
        transform: scale3d(1, 1, 1);
    }
    10%, 20% {
        transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
    }
    30%, 50%, 70%, 90% {
        transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    }
    40%, 60%, 80% {
        transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    }
    to {
        transform: scale3d(1, 1, 1);
    }
}
.tada {
    animation-name: tada;
}
/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@keyframes wobble {
    from {
        transform: none;
    }
    15% {
        transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
    }
    30% {
        transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
    }
    45% {
        transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
    }
    60% {
        transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
    }
    75% {
        transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
    }
    to {
        transform: none;
    }
}
.wobble {
    animation-name: wobble;
}
@keyframes jello {
    from, 11.1%, to {
        transform: none;
    }
    22.2% {
        transform: skewX(-12.5deg) skewY(-12.5deg);
    }
    33.3% {
        transform: skewX(6.25deg) skewY(6.25deg);
    }
    44.4% {
        transform: skewX(-3.125deg) skewY(-3.125deg);
    }
    55.5% {
        transform: skewX(1.5625deg) skewY(1.5625deg);
    }
    66.6% {
        transform: skewX(-0.78125deg) skewY(-0.78125deg);
    }
    77.7% {
        transform: skewX(0.390625deg) skewY(0.390625deg);
    }
    88.8% {
        transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
    }
}
.jello {
    animation-name: jello;
    -ms-transform-origin: center;
        transform-origin: center;
}
@keyframes bounceIn {
    from, 20%, 40%, 60%, 80%, to {
        animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    }
    0% {
        opacity: 0;
        transform: scale3d(.3, .3, .3);
    }
    20% {
        transform: scale3d(1.1, 1.1, 1.1);
    }
    40% {
        transform: scale3d(.9, .9, .9);
    }
    60% {
        opacity: 1;
        transform: scale3d(1.03, 1.03, 1.03);
    }
    80% {
        transform: scale3d(.97, .97, .97);
    }
    to {
        opacity: 1;
        transform: scale3d(1, 1, 1);
    }
}
.bounceIn {
    animation-name: bounceIn;
}
@keyframes bounceInDown {
    from, 60%, 75%, 90%, to {
        animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    }
    0% {
        opacity: 0;
        transform: translate3d(0, -3000px, 0);
    }
    60% {
        opacity: 1;
        transform: translate3d(0, 25px, 0);
    }
    75% {
        transform: translate3d(0, -10px, 0);
    }
    90% {
        transform: translate3d(0, 5px, 0);
    }
    to {
        transform: none;
    }
}
.bounceInDown {
    animation-name: bounceInDown;
}
@keyframes bounceInLeft {
    from, 60%, 75%, 90%, to {
        animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    }
    0% {
        opacity: 0;
        transform: translate3d(-3000px, 0, 0);
    }
    60% {
        opacity: 1;
        transform: translate3d(25px, 0, 0);
    }
    75% {
        transform: translate3d(-10px, 0, 0);
    }
    90% {
        transform: translate3d(5px, 0, 0);
    }
    to {
        transform: none;
    }
}
.bounceInLeft {
    animation-name: bounceInLeft;
}
@keyframes bounceInRight {
    from, 60%, 75%, 90%, to {
        animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    }
    from {
        opacity: 0;
        transform: translate3d(3000px, 0, 0);
    }
    60% {
        opacity: 1;
        transform: translate3d(-25px, 0, 0);
    }
    75% {
        transform: translate3d(10px, 0, 0);
    }
    90% {
        transform: translate3d(-5px, 0, 0);
    }
    to {
        transform: none;
    }
}
.bounceInRight {
    animation-name: bounceInRight;
}
@keyframes bounceInUp {
    from, 60%, 75%, 90%, to {
        animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    }
    from {
        opacity: 0;
        transform: translate3d(0, 3000px, 0);
    }
    60% {
        opacity: 1;
        transform: translate3d(0, -20px, 0);
    }
    75% {
        transform: translate3d(0, 10px, 0);
    }
    90% {
        transform: translate3d(0, -5px, 0);
    }
    to {
        transform: translate3d(0, 0, 0);
    }
}
.bounceInUp {
    animation-name: bounceInUp;
}
@keyframes bounceOut {
    20% {
        transform: scale3d(.9, .9, .9);
    }
    50%, 55% {
        opacity: 1;
        transform: scale3d(1.1, 1.1, 1.1);
    }
    to {
        opacity: 0;
        transform: scale3d(.3, .3, .3);
    }
}
.bounceOut {
    animation-name: bounceOut;
}
@keyframes bounceOutDown {
    20% {
        transform: translate3d(0, 10px, 0);
    }
    40%, 45% {
        opacity: 1;
        transform: translate3d(0, -20px, 0);
    }
    to {
        opacity: 0;
        transform: translate3d(0, 2000px, 0);
    }
}
.bounceOutDown {
    animation-name: bounceOutDown;
}
@keyframes bounceOutLeft {
    20% {
        opacity: 1;
        transform: translate3d(20px, 0, 0);
    }
    to {
        opacity: 0;
        transform: translate3d(-2000px, 0, 0);
    }
}
.bounceOutLeft {
    animation-name: bounceOutLeft;
}
@keyframes bounceOutRight {
    20% {
        opacity: 1;
        transform: translate3d(-20px, 0, 0);
    }
    to {
        opacity: 0;
        transform: translate3d(2000px, 0, 0);
    }
}
.bounceOutRight {
    animation-name: bounceOutRight;
}
@keyframes bounceOutUp {
    20% {
        transform: translate3d(0, -10px, 0);
    }
    40%, 45% {
        opacity: 1;
        transform: translate3d(0, 20px, 0);
    }
    to {
        opacity: 0;
        transform: translate3d(0, -2000px, 0);
    }
}
.bounceOutUp {
    animation-name: bounceOutUp;
}
@keyframes fadeIn {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}
.fadeIn {
    animation-name: fadeIn;
}
@keyframes fadeInDown {
    from {
        opacity: 0;
        transform: translate3d(0, -100%, 0);
    }
    to {
        opacity: 1;
        transform: none;
    }
}
.fadeInDown {
    animation-name: fadeInDown;
}
@keyframes fadeInDownBig {
    from {
        opacity: 0;
        transform: translate3d(0, -2000px, 0);
    }
    to {
        opacity: 1;
        transform: none;
    }
}
.fadeInDownBig {
    animation-name: fadeInDownBig;
}
@keyframes fadeInLeft {
    from {
        opacity: 0;
        transform: translate3d(-100%, 0, 0);
    }
    to {
        opacity: 1;
        transform: none;
    }
}
.fadeInLeft {
    animation-name: fadeInLeft;
}
@keyframes fadeInLeftBig {
    from {
        opacity: 0;
        transform: translate3d(-2000px, 0, 0);
    }
    to {
        opacity: 1;
        transform: none;
    }
}
.fadeInLeftBig {
    animation-name: fadeInLeftBig;
}
@keyframes fadeInRight {
    from {
        opacity: 0;
        transform: translate3d(100%, 0, 0);
    }
    to {
        opacity: 1;
        transform: none;
    }
}
.fadeInRight {
    animation-name: fadeInRight;
}
@keyframes fadeInRightBig {
    from {
        opacity: 0;
        transform: translate3d(2000px, 0, 0);
    }
    to {
        opacity: 1;
        transform: none;
    }
}
.fadeInRightBig {
    animation-name: fadeInRightBig;
}
@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translate3d(0, 100%, 0);
    }
    to {
        opacity: 1;
        transform: none;
    }
}
.fadeInUp {
    animation-name: fadeInUp;
}
@keyframes fadeInUpBig {
    from {
        opacity: 0;
        transform: translate3d(0, 2000px, 0);
    }
    to {
        opacity: 1;
        transform: none;
    }
}
.fadeInUpBig {
    animation-name: fadeInUpBig;
}
@keyframes fadeOut {
    from {
        opacity: 1;
    }
    to {
        opacity: 0;
    }
}
.fadeOut {
    animation-name: fadeOut;
}
@keyframes fadeOutDown {
    from {
        opacity: 1;
    }
    to {
        opacity: 0;
        transform: translate3d(0, 100%, 0);
    }
}
.fadeOutDown {
    animation-name: fadeOutDown;
}
@keyframes fadeOutDownBig {
    from {
        opacity: 1;
    }
    to {
        opacity: 0;
        transform: translate3d(0, 2000px, 0);
    }
}
.fadeOutDownBig {
    animation-name: fadeOutDownBig;
}
@keyframes fadeOutLeft {
    from {
        opacity: 1;
    }
    to {
        opacity: 0;
        transform: translate3d(-100%, 0, 0);
    }
}
.fadeOutLeft {
    animation-name: fadeOutLeft;
}
@keyframes fadeOutLeftBig {
    from {
        opacity: 1;
    }
    to {
        opacity: 0;
        transform: translate3d(-2000px, 0, 0);
    }
}
.fadeOutLeftBig {
    animation-name: fadeOutLeftBig;
}
@keyframes fadeOutRight {
    from {
        opacity: 1;
    }
    to {
        opacity: 0;
        transform: translate3d(100%, 0, 0);
    }
}
.fadeOutRight {
    animation-name: fadeOutRight;
}
@keyframes fadeOutRightBig {
    from {
        opacity: 1;
    }
    to {
        opacity: 0;
        transform: translate3d(2000px, 0, 0);
    }
}
.fadeOutRightBig {
    animation-name: fadeOutRightBig;
}
@keyframes fadeOutUp {
    from {
        opacity: 1;
    }
    to {
        opacity: 0;
        transform: translate3d(0, -100%, 0);
    }
}
.fadeOutUp {
    animation-name: fadeOutUp;
}
@keyframes fadeOutUpBig {
    from {
        opacity: 1;
    }
    to {
        opacity: 0;
        transform: translate3d(0, -2000px, 0);
    }
}
.fadeOutUpBig {
    animation-name: fadeOutUpBig;
}
@keyframes flip {
    from {
        transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
        animation-timing-function: ease-out;
    }
    40% {
        transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
        animation-timing-function: ease-out;
    }
    50% {
        transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
        animation-timing-function: ease-in;
    }
    80% {
        transform: perspective(400px) scale3d(.95, .95, .95);
        animation-timing-function: ease-in;
    }
    to {
        transform: perspective(400px);
        animation-timing-function: ease-in;
    }
}
.animated.flip {
    backface-visibility: visible;
    animation-name: flip;
}
@keyframes flipInX {
    from {
        transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        animation-timing-function: ease-in;
        opacity: 0;
    }
    40% {
        transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        animation-timing-function: ease-in;
    }
    60% {
        transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
        opacity: 1;
    }
    80% {
        transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    }
    to {
        transform: perspective(400px);
    }
}
.flipInX {
    backface-visibility: visible !important;
    animation-name: flipInX;
}
@keyframes flipInY {
    from {
        transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        animation-timing-function: ease-in;
        opacity: 0;
    }
    40% {
        transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
        animation-timing-function: ease-in;
    }
    60% {
        transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
        opacity: 1;
    }
    80% {
        transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    }
    to {
        transform: perspective(400px);
    }
}
.flipInY {
    backface-visibility: visible !important;
    animation-name: flipInY;
}
@keyframes flipOutX {
    from {
        transform: perspective(400px);
    }
    30% {
        transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        opacity: 1;
    }
    to {
        transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        opacity: 0;
    }
}
.flipOutX {
    animation-name: flipOutX;
    backface-visibility: visible !important;
}
@keyframes flipOutY {
    from {
        transform: perspective(400px);
    }
    30% {
        transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
        opacity: 1;
    }
    to {
        transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        opacity: 0;
    }
}
.flipOutY {
    backface-visibility: visible !important;
    animation-name: flipOutY;
}
@keyframes lightSpeedIn {
    from {
        transform: translate3d(100%, 0, 0) skewX(-30deg);
        opacity: 0;
    }
    60% {
        transform: skewX(20deg);
        opacity: 1;
    }
    80% {
        transform: skewX(-5deg);
        opacity: 1;
    }
    to {
        transform: none;
        opacity: 1;
    }
}
.lightSpeedIn {
    animation-name: lightSpeedIn;
    animation-timing-function: ease-out;
}
@keyframes lightSpeedOut {
    from {
        opacity: 1;
    }
    to {
        transform: translate3d(100%, 0, 0) skewX(30deg);
        opacity: 0;
    }
}
.lightSpeedOut {
    animation-name: lightSpeedOut;
    animation-timing-function: ease-in;
}
@keyframes rotateIn {
    from {
        transform-origin: center;
        transform: rotate3d(0, 0, 1, -200deg);
        opacity: 0;
    }
    to {
        transform-origin: center;
        transform: none;
        opacity: 1;
    }
}
.rotateIn {
    animation-name: rotateIn;
}
@keyframes rotateInDownLeft {
    from {
        transform-origin: left bottom;
        transform: rotate3d(0, 0, 1, -45deg);
        opacity: 0;
    }
    to {
        transform-origin: left bottom;
        transform: none;
        opacity: 1;
    }
}
.rotateInDownLeft {
    animation-name: rotateInDownLeft;
}
@keyframes rotateInDownRight {
    from {
        transform-origin: right bottom;
        transform: rotate3d(0, 0, 1, 45deg);
        opacity: 0;
    }
    to {
        transform-origin: right bottom;
        transform: none;
        opacity: 1;
    }
}
.rotateInDownRight {
    animation-name: rotateInDownRight;
}
@keyframes rotateInUpLeft {
    from {
        transform-origin: left bottom;
        transform: rotate3d(0, 0, 1, 45deg);
        opacity: 0;
    }
    to {
        transform-origin: left bottom;
        transform: none;
        opacity: 1;
    }
}
.rotateInUpLeft {
    animation-name: rotateInUpLeft;
}
@keyframes rotateInUpRight {
    from {
        transform-origin: right bottom;
        transform: rotate3d(0, 0, 1, -90deg);
        opacity: 0;
    }
    to {
        transform-origin: right bottom;
        transform: none;
        opacity: 1;
    }
}
.rotateInUpRight {
    animation-name: rotateInUpRight;
}
@keyframes rotateOut {
    from {
        transform-origin: center;
        opacity: 1;
    }
    to {
        transform-origin: center;
        transform: rotate3d(0, 0, 1, 200deg);
        opacity: 0;
    }
}
.rotateOut {
    animation-name: rotateOut;
}
@keyframes rotateOutDownLeft {
    from {
        transform-origin: left bottom;
        opacity: 1;
    }
    to {
        transform-origin: left bottom;
        transform: rotate3d(0, 0, 1, 45deg);
        opacity: 0;
    }
}
.rotateOutDownLeft {
    animation-name: rotateOutDownLeft;
}
@keyframes rotateOutDownRight {
    from {
        transform-origin: right bottom;
        opacity: 1;
    }
    to {
        transform-origin: right bottom;
        transform: rotate3d(0, 0, 1, -45deg);
        opacity: 0;
    }
}
.rotateOutDownRight {
    animation-name: rotateOutDownRight;
}
@keyframes rotateOutUpLeft {
    from {
        transform-origin: left bottom;
        opacity: 1;
    }
    to {
        transform-origin: left bottom;
        transform: rotate3d(0, 0, 1, -45deg);
        opacity: 0;
    }
}
.rotateOutUpLeft {
    animation-name: rotateOutUpLeft;
}
@keyframes rotateOutUpRight {
    from {
        transform-origin: right bottom;
        opacity: 1;
    }
    to {
        transform-origin: right bottom;
        transform: rotate3d(0, 0, 1, 90deg);
        opacity: 0;
    }
}
.rotateOutUpRight {
    animation-name: rotateOutUpRight;
}
@keyframes hinge {
    0% {
        transform-origin: top left;
        animation-timing-function: ease-in-out;
    }
    20%, 60% {
        transform: rotate3d(0, 0, 1, 80deg);
        transform-origin: top left;
        animation-timing-function: ease-in-out;
    }
    40%, 80% {
        transform: rotate3d(0, 0, 1, 60deg);
        transform-origin: top left;
        animation-timing-function: ease-in-out;
        opacity: 1;
    }
    to {
        transform: translate3d(0, 700px, 0);
        opacity: 0;
    }
}
.hinge {
    animation-name: hinge;
}
@keyframes jackInTheBox {
    from {
        opacity: 0;
        transform: scale(0.1) rotate(30deg);
        transform-origin: center bottom;
    }
    50% {
        transform: rotate(-10deg);
    }
    70% {
        transform: rotate(3deg);
    }
    to {
        opacity: 1;
        transform: scale(1);
    }
}
.jackInTheBox {
    animation-name: jackInTheBox;
}
/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@keyframes rollIn {
    from {
        opacity: 0;
        transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
    }
    to {
        opacity: 1;
        transform: none;
    }
}
.rollIn {
    animation-name: rollIn;
}
/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@keyframes rollOut {
    from {
        opacity: 1;
    }
    to {
        opacity: 0;
        transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
    }
}
.rollOut {
    animation-name: rollOut;
}
@keyframes zoomIn {
    from {
        opacity: 0;
        transform: scale3d(.3, .3, .3);
    }
    50% {
        opacity: 1;
    }
}
.zoomIn {
    animation-name: zoomIn;
}
@keyframes zoomInDown {
    from {
        opacity: 0;
        transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
        animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
    }
    60% {
        opacity: 1;
        transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
    }
}
.zoomInDown {
    animation-name: zoomInDown;
}
@keyframes zoomInLeft {
    from {
        opacity: 0;
        transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
        animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
    }
    60% {
        opacity: 1;
        transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
    }
}
.zoomInLeft {
    animation-name: zoomInLeft;
}
@keyframes zoomInRight {
    from {
        opacity: 0;
        transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
        animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
    }
    60% {
        opacity: 1;
        transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
    }
}
.zoomInRight {
    animation-name: zoomInRight;
}
@keyframes zoomInUp {
    from {
        opacity: 0;
        transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
        animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
    }
    60% {
        opacity: 1;
        transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
    }
}
.zoomInUp {
    animation-name: zoomInUp;
}
@keyframes zoomOut {
    from {
        opacity: 1;
    }
    50% {
        opacity: 0;
        transform: scale3d(.3, .3, .3);
    }
    to {
        opacity: 0;
    }
}
.zoomOut {
    animation-name: zoomOut;
}
@keyframes zoomOutDown {
    40% {
        opacity: 1;
        transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
        animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
    }
    to {
        opacity: 0;
        transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
        transform-origin: center bottom;
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
    }
}
.zoomOutDown {
    animation-name: zoomOutDown;
}
@keyframes zoomOutLeft {
    40% {
        opacity: 1;
        transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0);
    }
    to {
        opacity: 0;
        transform: scale(.1) translate3d(-2000px, 0, 0);
        transform-origin: left center;
    }
}
.zoomOutLeft {
    animation-name: zoomOutLeft;
}
@keyframes zoomOutRight {
    40% {
        opacity: 1;
        transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0);
    }
    to {
        opacity: 0;
        transform: scale(.1) translate3d(2000px, 0, 0);
        transform-origin: right center;
    }
}
.zoomOutRight {
    animation-name: zoomOutRight;
}
@keyframes zoomOutUp {
    40% {
        opacity: 1;
        transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
        animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
    }
    to {
        opacity: 0;
        transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
        transform-origin: center bottom;
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
    }
}
.zoomOutUp {
    animation-name: zoomOutUp;
}
@keyframes slideInDown {
    from {
        transform: translate3d(0, -100%, 0);
        visibility: visible;
    }
    to {
        transform: translate3d(0, 0, 0);
    }
}
.slideInDown {
    animation-name: slideInDown;
}
@keyframes slideInLeft {
    from {
        transform: translate3d(-100%, 0, 0);
        visibility: visible;
    }
    to {
        transform: translate3d(0, 0, 0);
    }
}
.slideInLeft {
    animation-name: slideInLeft;
}
@keyframes slideInRight {
    from {
        transform: translate3d(100%, 0, 0);
        visibility: visible;
    }
    to {
        transform: translate3d(0, 0, 0);
    }
}
.slideInRight {
    animation-name: slideInRight;
}
@keyframes slideInUp {
    from {
        transform: translate3d(0, 100%, 0);
        visibility: visible;
    }
    to {
        transform: translate3d(0, 0, 0);
    }
}
.slideInUp {
    animation-name: slideInUp;
}
@keyframes slideOutDown {
    from {
        transform: translate3d(0, 0, 0);
    }
    to {
        visibility: hidden;
        transform: translate3d(0, 100%, 0);
    }
}
.slideOutDown {
    animation-name: slideOutDown;
}
@keyframes slideOutLeft {
    from {
        transform: translate3d(0, 0, 0);
    }
    to {
        visibility: hidden;
        transform: translate3d(-100%, 0, 0);
    }
}
.slideOutLeft {
    animation-name: slideOutLeft;
}
@keyframes slideOutRight {
    from {
        transform: translate3d(0, 0, 0);
    }
    to {
        visibility: hidden;
        transform: translate3d(100%, 0, 0);
    }
}
.slideOutRight {
    animation-name: slideOutRight;
}
@keyframes slideOutUp {
    from {
        transform: translate3d(0, 0, 0);
    }
    to {
        visibility: hidden;
        transform: translate3d(0, -100%, 0);
    }
}
.slideOutUp {
    animation-name: slideOutUp;
}
.date-picker, .date-picker-wrapper {
    font-size: 12px;
    font-family: Arial,sans-serif;
}
.date-picker {
    width: 170px;
    height: 25px;
    padding: 0 0 0 10px;
    border: 0;
    line-height: 25px;
    font-weight: 700;
    cursor: pointer;
    color: #303030;
    position: relative;
    z-index: 2;
}
.date-picker-wrapper {
    position: absolute;
    z-index: 1;
    border: 1px solid #bfbfbf;
    background-color: #efefef;
    padding: 5px 12px;
    line-height: 20px;
    color: #aaa;
    box-shadow: 3px 3px 10px rgba(0,0,0,.5);
    box-sizing: initial;
}
.date-picker-wrapper.inline-wrapper {
    position: relative;
    box-shadow: none;
    display: inline-block;
}
.date-picker-wrapper .drp_top-bar .error-top, .date-picker-wrapper .drp_top-bar .normal-top, .date-picker-wrapper .month-wrapper table .day.lastMonth, .date-picker-wrapper .month-wrapper table .day.nextMonth, .date-picker-wrapper .selected-days {
    display: none;
}
.date-picker-wrapper.single-date {
    width: auto;
}
.date-picker-wrapper.no-shortcuts {
    padding-bottom: 12px;
}
.date-picker-wrapper.no-topbar {
    padding-top: 12px;
}
.date-picker-wrapper .footer {
    font-size: 11px;
    padding-top: 3px;
}
.date-picker-wrapper b {
    color: #666;
    font-weight: 700;
}
.date-picker-wrapper a {
    color: #6bb4d6;
    text-decoration: underline;
}
.date-picker-wrapper .month-name {
    text-transform: uppercase;
}
.date-picker-wrapper .month-wrapper {
    border: 1px solid #bfbfbf;
    border-radius: 3px;
    background-color: #fff;
    padding: 5px;
    cursor: default;
    position: relative;
}
.date-picker-wrapper .month-wrapper table, .date-picker-wrapper .month-wrapper table.month2 {
    width: 190px;
    float: left;
}
.date-picker-wrapper .month-wrapper table td, .date-picker-wrapper .month-wrapper table th {
    vertical-align: middle;
    text-align: center;
    line-height: 14px;
    margin: 0;
    padding: 0;
}
.date-picker-wrapper .month-wrapper table .day {
    padding: 5px 0;
    line-height: 1;
    font-size: 12px;
    margin-bottom: 1px;
    color: #ccc;
    cursor: default;
}
.date-picker-wrapper .month-wrapper table div.day.lastMonth, .date-picker-wrapper .month-wrapper table div.day.nextMonth {
    color: #999;
    cursor: default;
}
.date-picker-wrapper .month-wrapper table .day.checked {
    background-color: #9cdbf7;
}
.date-picker-wrapper .month-wrapper table .week-name {
    height: 20px;
    line-height: 20px;
    font-weight: 100;
    text-transform: uppercase;
}
.date-picker-wrapper .month-wrapper table .day.has-tooltip {
    cursor: help!important;
}
.date-picker-wrapper .time label {
    white-space: nowrap;
}
.date-picker-wrapper .month-wrapper table .day.toMonth.valid {
    color: #333;
    cursor: pointer;
}
.date-picker-wrapper .month-wrapper table .day.toMonth.hovering {
    background-color: #cdecfa;
}
.date-picker-wrapper .month-wrapper table .day.real-today {
    background-color: #ffe684;
}
.date-picker-wrapper .month-wrapper table .day.real-today.checked, .date-picker-wrapper .month-wrapper table .day.real-today.hovering {
    background-color: #70ccd5;
}
.date-picker-wrapper table .caption {
    height: 40px;
}
.date-picker-wrapper table .caption .next, .date-picker-wrapper table .caption .prev {
    padding: 0 5px;
    cursor: pointer;
}
.date-picker-wrapper table .caption .next:hover, .date-picker-wrapper table .caption .prev:hover {
    background-color: #ccc;
    color: #fff;
}
.date-picker-wrapper .gap {
    position: relative;
    z-index: 1;
    width: 15px;
    background-color: red;
    font-size: 0;
    line-height: 0;
    float: left;
    top: -5px;
    margin: 0 10px -10px;
    visibility: hidden;
    height: 0;
}
.date-picker-wrapper .gap .gap-lines {
    height: 100%;
    overflow: hidden;
}
.date-picker-wrapper .gap .gap-line {
    height: 15px;
    width: 15px;
    position: relative;
}
.date-picker-wrapper .gap .gap-line .gap-1 {
    z-index: 1;
    height: 0;
    border-left: 8px solid #fff;
    border-top: 8px solid #eee;
    border-bottom: 8px solid #eee;
}
.date-picker-wrapper .gap .gap-line .gap-2 {
    position: absolute;
    right: 0;
    top: 0;
    z-index: 2;
    height: 0;
    border-left: 8px solid transparent;
    border-top: 8px solid #fff;
}
.date-picker-wrapper .gap .gap-line .gap-3 {
    position: absolute;
    right: 0;
    top: 8px;
    z-index: 2;
    height: 0;
    border-left: 8px solid transparent;
    border-bottom: 8px solid #fff;
}
.date-picker-wrapper .gap .gap-top-mask {
    width: 6px;
    height: 1px;
    position: absolute;
    top: -1px;
    left: 1px;
    background-color: #eee;
    z-index: 3;
}
.date-picker-wrapper .gap .gap-bottom-mask {
    width: 6px;
    height: 1px;
    position: absolute;
    bottom: -1px;
    left: 7px;
    background-color: #eee;
    z-index: 3;
}
.date-picker-wrapper .drp_top-bar {
    line-height: 1.4;
    position: relative;
    padding: 10px 40px 10px 0;
}
.date-picker-wrapper .drp_top-bar .default-top {
    display: block;
}
.date-picker-wrapper .drp_top-bar.error .default-top {
    display: none;
}
.date-picker-wrapper .drp_top-bar.error .error-top {
    display: block;
    color: red;
}
.date-picker-wrapper .drp_top-bar.normal .default-top {
    display: none;
}
.date-picker-wrapper .drp_top-bar.normal .normal-top, .date-picker-wrapper.single-month .time {
    display: block;
}
.date-picker-wrapper .drp_top-bar .apply-btn {
    position: absolute;
    right: 0;
    top: 6px;
    padding: 3px 5px;
    margin: 0;
    font-size: 12px;
    border-radius: 4px;
    cursor: pointer;
    border: 1px solid #0076a3;
    background: #0095cd;
    background: -moz-linear-gradient(top,#00adee,#0078a5);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00adee', endColorstr='#0078a5');
    color: #fff;
    line-height: initial;
}
.date-picker-wrapper .drp_top-bar .apply-btn.disabled {
    cursor: pointer;
    color: #606060;
    border: 1px solid #b7b7b7;
    background: #fff;
    background: -moz-linear-gradient(top,#fff,#ededed);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#ededed');
}
.date-picker-wrapper .time {
    position: relative;
}
.date-picker-wrapper .hide, .date-picker-wrapper.two-months.no-gap .month1 .next, .date-picker-wrapper.two-months.no-gap .month2 .prev {
    display: none;
}
.date-picker-wrapper .time input[type=range] {
    vertical-align: middle;
    width: 129px;
    padding: 0;
    margin: 0;
    height: 20px;
}
.date-picker-wrapper .time1, .time2 {
    width: 180px;
    padding: 0 5px;
    text-align: center;
}
.date-picker-wrapper .time1 {
    float: left;
}
.date-picker-wrapper .time2 {
    float: right;
}
.date-picker-wrapper .hour, .minute {
    text-align: right;
}
.date-picker-wrapper .first-date-selected, .date-picker-wrapper .last-date-selected {
    background-color: #49e!important;
    color: #fff!important;
}
.date-picker-wrapper .date-range-length-tip {
    position: absolute;
    margin-top: -4px;
    margin-left: -8px;
    box-shadow: 0 0 3px rgba(0,0,0,.3);
    display: none;
    background-color: #ff0;
    padding: 0 6px;
    border-radius: 2px;
    font-size: 12px;
    line-height: 16px;
    -moz-filter: drop-shadow(0 0 3px rgba(0, 0, 0, .3));
    -ms-filter: drop-shadow(0 0 3px rgba(0, 0, 0, .3));
    -o-filter: drop-shadow(0 0 3px rgba(0, 0, 0, .3));
    filter: drop-shadow(0 0 3px rgba(0, 0, 0, .3));
}
.date-picker-wrapper .date-range-length-tip:after {
    content: '';
    position: absolute;
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    border-top: 4px solid #ff0;
    left: 50%;
    margin-left: -4px;
    bottom: -4px;
}
.date-picker-wrapper .week-number {
    padding: 5px 0;
    line-height: 1;
    font-size: 12px;
    margin-bottom: 1px;
    color: #999;
    cursor: pointer;
}
.date-picker-wrapper .week-number.week-number-selected {
    color: #49E;
    font-weight: 700;
}
/* @import "general/gutenberg.min.css"; */

.wrapper {
    margin: 0 auto;
    overflow: hidden;
}
* {
    margin: 0;
}
.row {
    /* display: flex;
  justify-content: space-between;
  flex-wrap: wrap; */
    font-size: 0 !important;
    margin: 0 -15px;
}
.row > * {
    display: inline-block !important;
    vertical-align: top;
    padding: 0 15px;
    box-sizing: border-box;
}
.row--flex-start {
    /* align-items: flex-start; */
}
.row--center {
    /* align-items: center; */
}
.row--left {
    /* justify-content: flex-start; */
}
.col-dm-3 {
    width: 24%;
}
.col-dm-31 {
    width: 31%;
}
.col-dm-33 {
    width: 33.333%;
}
.col-dm-6 {
    width: 50%;
}
.col-dm-69 {
    width: 69%;
    padding-right: 60px;
    box-sizing: border-box;
}
.col-dm-76 {
    width: 76%;
    padding-right: 60px;
    box-sizing: border-box;
}
.m-0 {
    margin: 0 !important;
}
.hidden-d {
    display: none;
}
.hidden-ds {
    display: none;
}
.wide-block-m {}
.visible-d {}
.visible-ds {}
.inner {
    padding-right: 130px;
    padding-left: 130px;
    margin-left: auto;
    margin-right: auto;
    max-width: 1460px;
}
.btn {
    position: relative;
    background-color: #2e4079;
    white-space: nowrap;
    font-size: 17px;
    line-height: 20px;
    max-width: 243px;
    min-height: 60px;
    cursor: pointer;
    clear: both;
    display: inline-block;
    transition: all 0.8s, color 0.3s 0.3s;
    outline: none;
}
.btn:focus {
    outline: none;
}
.btn--gray {
    background: #f2f2f2;
    border: none;
    font-weight: bold;
    font-size: 14px;
    min-height: 20px;
    padding: 10px 20px;
}
.btn:hover {
    box-shadow: 0 150px 0 0 #464f92 inset;
    color: #fff;
}
.btn a, .btn button {
    position: relative;
    padding: 20px 30px;
    color: #ffffff;
    display: block;
    background: none;
    border: none;
    cursor: pointer;
}
.link-group .btn+a {
    font-size: 16px;
    color: #223a93;
}
.link-group .btn {
    margin-right: 35px;
}
.mt30 {
    margin-top: 30px;
}

.page-header__top {
    position: relative;
    /* display: flex; */
    font-size: 0;
    /* align-items: center; */
    /* justify-content: space-between; */
    padding-right: 25px;
    border-bottom: 2px solid #000000;
    height: 99px;
    box-sizing: border-box;
    display: table;
    width: 100%;
}

.page-header__top > * {}

.page-header__burger-wrapper {
    position: relative;
    padding-left: 32px;
    padding-right: 32px;
    border-right: 1px solid #a2a2a2;
    /* align-self: stretch; */
    display: table-cell;
    text-align: center;
    vertical-align: middle;
    height: 100%;
    line-height: 99px;
    width: 100px;
    box-sizing: border-box;
}

.page-header__burger {
    position: relative;
    font-size: 20px;
    display: inline-block;
    /* top: 40px; */
    vertical-align: middle;
}

.page-header__logo-wrapper {
    /* display: flex; */
    /* width: 36%; */
    margin-top: 15px;
    margin-bottom: 15px;
    margin-right: 15px;
    display: table-cell;
    vertical-align: middle;
}

.page-header__logo {
    display: inline-block;
    vertical-align: middle;
    padding-left: 15px;
    padding-right: 15px;
}

.page-header__logo-img {}

.page-header__link-wrapper {
    /* display: flex; */
    /* flex-direction: column; */
    max-width: 310px;
    display: inline-block;
    vertical-align: middle;
}

.page-header__link {
    color: #000000;
    font-family: 'ClearSans Bold',Helvetica,sans-serif;
    margin-right: 10px;
}

.page-header__link--title {
    font-size: 30px;
    line-height: 29px;
    display: block;
}

.page-header__link--about {
    font-size: 14px;
    line-height: 17px;
    color: #36323f;
}

.page-header__social-list {
    /* flex: 1 0 auto; */
    /* max-width: 180px; */
    /* display: flex; */
    /* align-items: center; */
    vertical-align: middle;
    /* width: 18%; */
    display: table-cell;
}

.page-header__social-item {
    display: inline-block;
    padding-right: 10px;
    color: #cfcfcf;
    font-size: 35px;
    transition-duration: 0.35s;
    opacity: .5;
}

.page-header__social-item:hover {
    color: #000000;
    opacity: 1;
}

.page-header__actions-list {
    /* display: flex; */
    /* align-items: center; */
    padding-right: 20px;
    vertical-align: middle;
    float: right;
    margin-top: 34px;
    display: table-cell;
}

.page-header__actions-item {
    margin-left: 25px;
    transition-duration: 0.3s;
    display: inline-block;
    vertical-align: middle;
}

.page-header__actions-item:hover {
    color: #223a93;
    opacity: 0.8;
}

.site-map-header {
    display: none;
    text-align: center;
    padding-left: 100px;
}

.site-map-header a {
    padding-left: 0;
}

.site-map-header__social-list {
    vertical-align: middle;
    display: inline-block;
}

.site-map-header__social-item {
    display: inline-block;
    padding-right: 10px;
    color: #000000;
    font-size: 35px;
}

.site-map-header__actions-list {
    vertical-align: middle;
    display: inline-block;
    margin-left: 25px;
}

.site-map-header__actions-item {
    margin-left: 25px;
    transition-duration: 0.3s;
    display: inline-block;
    vertical-align: middle;
}

.site-map-header__actions-item:hover {
    color: #223a93;
    opacity: 0.8;
}

.site-map-header__apply {
    position: relative;
    background-color: #2e4079;
    white-space: nowrap;
    font-size: 14px;
    line-height: 14px;
    cursor: pointer;
    display: inline-block;
    transition: all 0.8s, color 0.3s 0.3s;
    float: right;
    margin-right: 35px;
    width: 140px;
}

.site-map-header__apply:hover {
    box-shadow: 0 150px 0 0 #464f92 inset;
}

.site-map-header__apply-link {
    position: relative;
    color: #ffffff;
    display: block;
    text-align: center;
    margin: 10px;
}

.site-map-header__apply-icon {
    display: inline-block;
    vertical-align: middle;
    margin-left: 10px;
}

.page-header__lang {
    text-align: center;
    text-transform: uppercase;
    pointer-events: none;
    display: table-cell;
    /* width: 13%; */
    vertical-align: middle;
    font-size: 15px;
    line-height: 20px;
}

.page-header__lang a {
    border-bottom: 2px solid transparent;
    pointer-events: auto;
}

.page-header__lang:hover a {
    border-bottom: 2px solid #223a93;
}

.page-header__apply {
    position: relative;
    background-color: #2e4079;
    white-space: nowrap;
    font-size: 17px;
    line-height: 20px;
    /* width: 20%; */
    /*max-width: 243px;*/
    min-height: 50px;
    cursor: pointer;
    /* clear: both; */
    display: inline-block;
    transition: all 0.8s, color 0.3s 0.3s;
    float: right;
    margin-top: 24px;
    display: table-cell;
}

.page-header__apply:hover {
    box-shadow: 0 150px 0 0 #464f92 inset;
}

.page-header__apply-link {
    position: relative;
    margin: 15px 30px;
    color: #ffffff;
    display: block;
    text-align: center;
}

.page-header__apply-icon {
    /* position: absolute;
  right: 0px; */
    display: inline-block;
    vertical-align: middle;
    margin-left: 10px;
}

.page-header__main-nav {
    position: relative;
    display: -ms-flexbox;
    -js-display: flex;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-pack: justify;
        justify-content: space-between;
    border-bottom: 1px solid #cfcfcf;
    background-color: #ffffff;
}

.page-header__main-nav--maintenance {
    height: 61px;
}

.miniwidget-wrapper {
    top: auto !important;
    bottom: 0;
    left: 400px !important;
    -ms-transform-origin: 100% 100%;
        transform-origin: 100% 100%;
    -ms-transform: rotate(90deg);
        transform: rotate(90deg);
    transform: rotate(90deg) translateZ(0);
    -sand-transform-origin: 100% 100%;
    -sand-transform: rotate(90deg);
    position: fixed !important;
}
.fixed {
    z-index: 2000;
    position: fixed !important;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    border-top: none;
    border-bottom: 2px solid #000000;
    transform: translateZ(0) translate3d(0, 0, 0);
    background-color: #ffffff;
}
.fixed .main-nav__burger-wrapper, .fixed .main-nav__logo, .fixed .main-nav__left {
    display: block;
}
.fixed .main-nav {
    padding-left: 20px;
    padding-right: 20px;
    position: static;
}
.fixed .main-nav .icon-version {
    display: block !important;
}
.fixed .main-nav .main-nav__dropdown .inner {
    padding: 0 20px;
}
.main-nav__burger-wrapper {
    -ms-flex-item-align: stretch;
        align-self: stretch;
    border-right: 1px solid #dddddd;
    min-width: 60px;
    text-align: center;
    padding-top: 8px;
    padding-right: 3px;
}
.main-nav__burger {
    display: block;
    margin-top: 13px;
    font-size: 18px;
}
.main-nav__column {
    display: inline-block;
    vertical-align: top;
    padding: 0 15px;
    box-sizing: border-box;
}
.main-nav__logo {
    text-align: center;
    min-width: 70px;
}
.main-nav__left {
    min-width: 140px;
}
.main-nav__social {
    width: 30%;
    text-align: center;
    padding-top: 5px;
}
.main-nav__actions-list {
    min-width: 100px;
    display: -ms-flexbox;
    -js-display: flex;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-pack: justify;
        justify-content: space-between;
    margin-right: 20px;
}
.main-nav__actions-item {
    transition-duration: 0.3s;
}
.main-nav__actions-item:hover {
    color: #223a93;
    opacity: 0.8;
}
.main-nav {
    position: relative;
    width: 100%;
    padding-left: 35px;
    padding-right: 35px;
}
.main-nav__list {
    display: table;
    /* table-layout: fixed; */
    width: 100%;
    padding-left: 0;
    white-space: nowrap;
}
.main-nav__item {
    display: table-cell;
    list-style-type: none;
    text-align: center;
    padding: 20px 10px 20px 0;
}
.main-nav__item:hover > .main-nav__dropdown {
    display: block;
}
.main-nav__item:hover .main-nav__item-link {
    color: #e40614;
}
.main-nav__item-link {
    font-family: 'ClearSans Bold',Helvetica,sans-serif;
    font-size: 19px;
    line-height: 20px;
    cursor: pointer;
    text-decoration: none;
    color: #000000;
    position: relative;
    border-bottom: 2px solid transparent;
    transition-duration: 0.3s;
}
.main-nav__item-link:hover, .main-nav__item-link--active {
    color: #e40614;
    /*border-bottom: 2px solid $base-color-threme;*/
}
.main-nav__burger-wrapper, .main-nav__logo, .main-nav__left {
    display: none !important;
}
.fix {
    width: calc(100% - 15px);
}
.main-nav__dropdown {
    display: none;
    position: absolute;
    top: 50px;
    left: 0;
    background-color: #fff;
    right: 0;
    z-index: 9999;
    box-shadow: 0 30px 43px -30px rgba(0,0,0,.5);
}
.main-nav__dropdown ul {
    margin-bottom: 30px;
    padding: 0;
    list-style-type: none;
}
.main-nav__dropdown:before, .main-nav__dropdown:after {
    content: '';
    position: absolute;
    top: 12px;
    bottom: 0;
    background-color: #fff;
    width: 100%;
}
.main-nav__dropdown:before {
    left: -99%;
}
.main-nav__dropdown:after {
    right: -99%;
}
.main-nav__dropdown:hover {
    display: block;
}
.main-nav__dropdown-inner {
    margin-top: 12px;
    /* padding: 42px 0 0px; */
    background-color: #FFF;
    font-size: 0;
    text-align: left;
    max-width: 1190px;
}
.main-nav__subitem {
    border-top: solid 1px #d8dadd;
}
.main-nav__subitem:first-child {
    border-top: none;
}
.main-nav__subitem-link {
    display: block;
    padding: 10px 0;
    white-space: normal;
    font-size: 18px;
    line-height: 1.22;
    color: #000000;
    text-align: left;
}
.main-nav__subitem-link:hover, .main-nav__subitem-link--active {
    color: #e40614;
}
.main-nav__emphasis {
    display: block;
    border-top: 3px solid #223a93;
    height: 90px;
    padding: 25px 20px;
    background-color: #f3f3f3;
    box-sizing: border-box;
}
.main-nav__emphasis p {
    overflow: hidden;
    white-space: normal;
    font-size: 18px;
    font-weight: bold;
    line-height: 1.17;
    color: #000000;
}
.main-nav__emphasis::after {
    content: ' ';
    display: table;
    clear: both;
}
.main-nav__emphasis-logo {
    float: left;
    margin-right: 25px;
}
.main-nav__emphasis-logo.logo-calc {
    width: 32px;
    height: 32px;
    background: url('../img/calculation.svg') center no-repeat;
    background-size: cover;
}
.main-nav__emphasis-logo.logo-search {
    font-size: 32px;
    color: #223a93;
}
.main-nav__emphasis-logo.logo-pay {
    width: 32px;
    height: 32px;
    background: url('../img/search_pay.svg') center no-repeat;
    background-size: contain;
}
.site-map {
    padding-top: 30px;
    display: none;
}
.site-map__columns {
    /* display: flex; */
    /* justify-content: space-around; */
    padding-left: 155px;
    padding-right: 155px;
    font-size: 0;
}
.site-map__column {
    width: 33.333%;
    padding-bottom: 60px;
    display: inline-block;
    vertical-align: top;
    box-sizing: border-box;
    padding: 0 15px;
}
.site-map__header {
    font-size: 28px;
    line-height: 32px;
    margin-bottom: 30px;
}
.site-map__header a {
    font-family: 'ClearSans Bold',Helvetica,sans-serif;
}
.site-map__list {
    padding-left: 0;
    margin-bottom: 30px;
}
.site-map__item {
    position: relative;
    list-style-type: none;
    font-size: 16px;
    line-height: 19px;
    margin-bottom: 15px;
}
.site-map__item a {}
.site-map__item a:hover {
    text-decoration: underline;
}
.site-map__icon {
    position: absolute;
    font-size: 30px;
    top: -5px;
    left: -40px;
}
.site-map__link-emphasis {
    font-family: 'ClearSans Bold',Helvetica,sans-serif;
    font-size: 18px;
    line-height: 20px;
}
.site-map__close {
    position: absolute;
    top: 35px;
    left: 35px;
    font-size: 30px;
    color: #a2a2a2;
}
.site-map__search-bar {
    position: relative;
    display: block;
    padding-left: 140px;
    padding-right: 140px;
    margin-bottom: 40px;
    margin-top: 0;
}
.site-map__search-bar button {
    position: absolute;
    top: 5px;
    border: none;
    background-color: inherit;
    padding: 0 !important;
}
input#site-map__search {
    margin: 0 auto;
    width: 100%;
    height: 60px;
    padding: 0 20px;
    font-size: 20px;
    line-height: 24px;
    border: none;
    border-bottom: 2px solid #a2a2a2;
    outline: none;
    position: relative;
    top: -15px;
}
input#site-map__search:focus {
    border: none;
    border-bottom: 2px solid #223a93;
    transition: 0.35s ease;
    color: #000000;
}
input#site-map__search:focus::-webkit-input-placeholder {
    transition: opacity 0.45s ease;
    opacity: 0;
}
input#site-map__search:focus::-moz-placeholder {
    transition: opacity 0.45s ease;
    opacity: 0;
}
input#site-map__search:focus:-ms-placeholder {
    transition: opacity 0.45s ease;
    opacity: 0;
}
.site-map__search-icon {
    position: absolute;
    top: 5px;
    right: 110px;
}
#site-map {
    -ms-transform: scale(0.8);
        transform: scale(0.8);
}
.popup_visible #site-map {
    -ms-transform: scale(1);
        transform: scale(1);
}
.accordion-btn {
    background: url(../img/icons/down-arrow.svg) center / contain no-repeat;
    width: 1em;
    height: 1em;
    vertical-align: middle;
    transition: all .3s ease;
    margin-left: 10px;
    display: inline-block;
    border: none;
    outline: none !important;
    cursor: pointer;
}
.accordion-btn--hide {
    -ms-transform: rotate(180deg);
        transform: rotate(180deg);
}
/* 
#sys-page-contents p {
  display: inline-block;
} */
.accordion-list li {
    margin-bottom: 5px;
}
.accordion-list > li {
    font-size: 20px;
}
.accordion-list > li > ul > li, .accordion-list > li > ul > li > ul > li, .accordion-list > li > ul > li > ul > li > ul > li, .accordion-list > li > ul > li > ul > li > ul > li > ul > li {
    font-size: 0.95em;
}
.accordion-list ul {
    margin-top: 5px !important;
}
.mobile-menu__nav {
    width: 100vw;
    overflow: hidden;
}
.mobile-menu__nav li {
    list-style: none;
}
.mobile-menu__nav a {
    display: block;
    border: none;
    color: #000;
    font-family: 'ClearSans Bold',Helvetica,sans-serif;
    margin: 0;
}
.mobile-menu__nav a.mobile-menu__item--active {
    color: #e40614;
}
#mobile-menu_wrapper {
    overflow-y: scroll;
    /* has to be scroll, not auto */
    -webkit-overflow-scrolling: touch;
}
.mobile-menu__top {
    /* display: flex;
  align-items: center;
  justify-content: space-between; */
    display: block;
    height: 99px;
    font-size: 0;
    box-sizing: border-box;
    /* padding-right: 25px; */
    border-bottom: 2px solid #000000;
}
.mobile-menu__top > * {
    display: inline-block;
}
.mobile-menu__wrapper-close {
    position: relative;
    padding-left: 21px;
    padding-right: 21px;
    border-right: 1px solid #a2a2a2;
    /* align-self: stretch; */
    height: 100%;
    vertical-align: middle;
    line-height: 99px;
}
.mobile-menu_close {
    position: relative;
    display: block;
    font-size: 25px;
    display: inline-block;
    vertical-align: middle;
    /* top: 40px; */
}
.mobile-menu__list, .mobile-menu__sublist, .mobile-menu__special-list, .mobile-menu__social-list, .mobile-menu__actions-list, .mobile-menu__application {
    padding-left: 0;
}
.mobile-menu__item {
    border-bottom: 1px solid #ccc;
}
.mobile-menu__list {
    left: 0;
    position: relative;
    transform: translateZ(0);
    transition: all .3s ease;
    padding-left: 0;
    margin: 0;
}
.mobile-menu__list a {
    font-size: 22px;
    line-height: 20px;
    padding: 15px;
}
.mobile-menu__sublist {
    display: none;
    left: 100%;
    position: absolute;
    top: 0;
    width: 100%;
}
.mobile-menu__sublist a {
    font-size: 17px;
    line-height: 21px;
    padding: 10px 15px;
}
.mobile-menu__header {
    position: relative;
}
.mobile-menu__header h2 ~ a.back {
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    font-size: 22px;
    line-height: 26px;
    padding: 15px;
}
.mobile-menu__header h2 {
    font-family: 'ClearSans Bold',Helvetica,sans-serif;
    font-size: 22px;
    line-height: 26px;
    margin: 0;
    text-align: center;
    color: #000;
    padding: 15px;
}
.mobile-menu__nav a.next::after {
    content: '\276f';
    margin-left: 15px;
    float: right;
}
.mobile-menu__nav a.back::before {
    content: '\276e';
    margin-right: 15px;
    float: left;
    color: #a2a2a2;
}
.mobile-menu__search-bar {
    position: relative;
    display: block;
    background-color: white;
    box-sizing: border-box;
}
.mobile-menu__search-bar button {
    position: absolute;
    top: 20px;
    border: none;
    background-color: inherit;
    padding: 0 !important;
}
input#mobile-menu__search {
    margin: 0 auto;
    width: 100%;
    height: 60px;
    padding: 0 20px;
    font-size: 16px;
    line-height: 20px;
    outline: none;
    border: none;
    position: relative;
}
.mobile-menu__search-icon {
    position: absolute;
    top: 18px;
    right: 10px;
}
.mobile-menu__application {
    background-color: #223a93;
    margin: 22px 15px;
}
.mobile-menu__application a {
    position: relative;
    color: #ffffff;
}
.mobile-menu__application a::after {
    content: '\276f';
    position: absolute;
    right: 15px;
}
.mobile-menu__special-list {
    margin-left: 20px;
    margin-right: 20px;
}
.mobile-menu__special-list a {
    font-size: 18px;
    line-height: 21px;
    padding: 10px 15px 10px 0px;
}
.mobile-menu__special-item {
    border-bottom: 1px solid #ccc;
}
.mobile-menu__special-item span {
    font-family: 'ClearSans Bold',Helvetica,sans-serif;
}
.mobile-menu__special-icons {
    font-size: 26px;
    position: relative;
    top: 3px;
}
.mobile-menu__special-addition {
    display: block;
    font-size: 16px;
    line-height: 18px;
    padding-left: 30px;
}
.mobile-menu__social-list {
    text-align: center;
    margin-top: 70px;
    margin-bottom: 70px;
}
.mobile-menu__social-item {
    display: inline-block;
    margin-left: 5px;
    font-size: 40px;
    color: #aeaeae;
}
.mobile-menu__lang {
    text-transform: uppercase;
}
.mobile-menu__lang a {
    font-family: 'ClearSans Regular',Helvetica,sans-serif;
    font-size: 15px;
    line-height: 20px;
}
.mobile-menu__actions-list {
    display: -ms-flexbox;
    -js-display: flex;
    display: flex;
    -ms-flex-pack: justify;
        justify-content: space-between;
    -ms-flex-align: baseline;
        align-items: baseline;
    margin-left: 20px;
    margin-right: 20px;
}
/*.burger {
  display: inline-block;
  position: relative;
  padding: 1.5rem 0rem;
  cursor: pointer;
  user-select: none;
  span {
    position: relative;
    display: block;
    width: 2.5em;
    height: .3125rem;
    background: #000;
    border-radius: 2.5rem;
    transition: background 0.1s;
    &:after,
    &:before {
      content: '';
      display: block;
      position: absolute;
      z-index: -1;
      height: .3125rem;
      width: 2.5rem;
      background: #000;
      transition: top 0.1s 0.2s ease, transform 0.1s ease;
    }
    &:before {
      top: -.625rem;
    }
    &:after {
      top: .625rem;
    }
  }
}

.active {
  span {
    background: transparent;
    &:before,
    &:after {
      top: 0;
      transition: top 0.1s ease, transform 0.1s 0.2s ease;
      transform: rotate(45deg) translate(0);
    }
    &:after {
      transform: rotate(-45deg);
    }
  }
}
*/
#mobile-menu {
    display: none;
    -ms-transform: scale(0.8);
        transform: scale(0.8);
}
.popup_visible #mobile-menu {
    -ms-transform: scale(1);
        transform: scale(1);
}

p {
    padding: 0;
}

* {
    margin: 0;
    font-family: 'ClearSans Regular',Helvetica,sans-serif;
}

a {
    color: #000000;
    text-decoration: none;
    cursor: pointer;
}
.page-footer__logos {
    padding-top: 35px;
    padding-bottom: 35px;
    border-bottom: 2px solid #000000;
}
.logos__list {
    /* display: flex;
  flex-direction: column;
  align-items: center; */
    text-align: center;
    padding-right: 130px;
    padding-left: 130px;
    margin-left: auto;
    margin-right: auto;
    max-width: 1460px;
}
.logos__item {
    /* display: flex; */
    display: inline-block;
}
.logos__item a {
    vertical-align: top;
    display: inline-block;
    text-decoration: none;
    font-size: 0;
    margin: 0 15px;
}
.logos__item a:hover img {
    filter: "progid:DXImageTransform.Microsoft.Dropshadow(OffX=5, OffY=2, Color='#aaa')";
    filter: drop-shadow(5px 2px 2px #aaa);
}
.logos__item img {
    transition-duration: 0.2s;
}
.logos__item--top {
    width: 100%;
    -ms-flex-pack: justify;
        justify-content: space-between;
    margin-bottom: 40px;
}
.logos__item--middle {
    margin-bottom: 45px;
}
.logos__item--middle a {
    margin-left: 25px;
    margin-right: 30px;
}
.logos__item--bottom a {
    margin-left: 25px;
    margin-right: 30px;
}
.page-footer__contacts {
    padding-top: 45px;
    padding-bottom: 20px;
}
.contacts {
    padding-right: 130px;
    padding-left: 130px;
    margin-left: auto;
    margin-right: auto;
    max-width: 1460px;
}
.contacts__first {}
.contacts__first-half {
    width: 46%;
}
.contacts__block {
    font-size: 16px;
    line-height: 22px;
    margin-bottom: 20px;
}
.contacts__tel, .contacts__mail {
    display: block;
}
.contacts__tel {}
.contacts__tel:hover {
    text-decoration: underline;
}
.contacts__mail, .contacts__accent {
    color: #4959c7;
}
.contacts__mail:hover, .contacts__accent:hover {
    color: #000000;
}
.contacts__link-title {
    font-size: 18px;
    line-height: 20px;
    margin-bottom: 30px;
}
.contacts__link-box {
    display: -ms-flexbox;
    -js-display: flex;
    display: flex;
    -ms-flex-pack: justify;
        justify-content: space-between;
}
.contacts__link-item {
    color: #1f262f;
    width: 33%;
    text-align: center;
}
.contacts__link-item a {
    display: block;
    font-size: 0px;
    line-height: 0px;
}
.contacts__link-item img {
    width: auto;
    height: 70px;
    margin-bottom: 15px;
    transition-duration: 0.2s;
}
.contacts__link-item p {
    font-size: 11px;
    line-height: 1.18181818;
}
.contacts__link-item:hover img {
    filter: "progid:DXImageTransform.Microsoft.Dropshadow(OffX=5, OffY=2, Color='#aaa')";
    filter: drop-shadow(5px 2px 2px #aaa);
}
.page-footer__last {
    padding-top: 30px;
    padding-bottom: 30px;
    background-color: #efefef;
}
.page-footer__tags {
    border-bottom: 1px solid #a2a2a2;
    background-color: #efefef;
}
.tags-wrap {
    padding-right: 130px;
    padding-left: 130px;
    margin-left: auto;
    margin-right: auto;
    max-width: 1460px;
    padding-top: 10px;
    padding-bottom: 10px;
}
.tags {
    /* height: 30px; */
    padding: 20px 0 0;
    margin: 0 0 10px;
    overflow: hidden;
}
.tags.tags_filters {
    height: 100%;
    margin: 0;
    padding: 0;
}
.tags.tags_filters .tags__list {
    padding: 0;
}
.tags.tags_filters .tags__item {
    border: solid 1px #d8dadd;
}
.tags.tags_filters .tags__item a {
    color: #FFF;
}
.tags.tags_filters .tags__item:hover, .tags.tags_filters .tags__item.selected, .tags.tags_filters .tags__item--active {
    background-color: #fff;
}
.tags.tags_filters .tags__item:hover a, .tags.tags_filters .tags__item.selected a, .tags.tags_filters .tags__item--active a {
    color: #000;
}
.tags.tags_docs {
    height: 100%;
    margin: 0;
    padding: 0;
}
.tags.tags_docs .tags__list {
    padding: 0;
}
.tags.tags_docs .tags__item {
    border: solid 1px #d8dadd;
}
.tags.tags_docs .tags__item a {
    font-size: 13px;
    font-weight: bold;
    line-height: 1.77;
    color: #000000;
}
.tags.tags_docs .tags__item:hover, .tags.tags_docs .tags__item.selected {
    background-color: #d8dadd;
}
.tags.tags_docs .tags__item:hover a, .tags.tags_docs .tags__item.selected a {
    color: #FFF;
}
.tags__list {
    padding-left: 0;
    position: relative;
}
/* padding-right: 50px; */
.tags__list li {
    display: inline-block;
    vertical-align: middle;
}
.tags__item {
    list-style-type: none;
    margin-right: 10px;
    padding: 2px 10px;
    transition-duration: 0.3s;
    border: 1px solid #a2a2a2;
    border-radius: 15px;
    margin-bottom: 10px;
}
.tags__item a {
    color: #a2a2a2;
    font-size: 15px;
    line-height: 23px;
}
.tags__item:hover {
    background-color: #223a93;
    border: 1px solid #223a93;
}
.tags__item:hover a {
    color: #ffffff;
}
.tags__item--more {
    background-color: transparent;
    margin-right: 5px;
    padding: 0;
    text-align: right;
    border: 0px;
    position: absolute;
    right: 0px;
    bottom: 3px;
}
.tags__item--more a {
    position: relative;
    color: #000000;
}
.tags__item--more a::after {
    content: '';
    border: 5px solid transparent;
    border-top: 5px solid #cfcfcf;
    position: relative;
    top: 14px;
    left: 5px;
}
.tags__item--more:hover {
    border: 0px;
    background-color: transparent;
}
.tags__item--more:hover a {
    color: #000000;
}
.page-footer__last-box {
    display: -ms-flexbox;
    -js-display: flex;
    display: flex;
    -ms-flex-pack: justify;
        justify-content: space-between;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    padding-right: 130px;
    padding-left: 130px;
    margin-left: auto;
    margin-right: auto;
    max-width: 1460px;
}
.page-footer__copyright, .page-footer__widget {
    width: 25%;
}
/* @media screen and ($desktop-small) {
    .page-footer__copyright,
    .page-footer__widget {
      width: 30%;
    }
  }
  @media screen and ($tablet) {
    .page-footer__copyright,
    .page-footer__widget {
      width: 50%;
}
  } */
.page-footer__copyright {
    font-family: 'ClearSans Bold',Helvetica,sans-serif;
    font-size: 14px;
    line-height: 20px;
}
.page-footer__about {
    text-align: center;
}
.page-footer__error {
    text-align: center;
    width: 50%;
    font-size: 13px;
    line-height: 20px;
    color: #a2a2a2;
}
.page-footer__widget {
    text-align: right;
}
.page-footer__widget a {
    font-size: 13px;
    line-height: 20px;
}

.icons {
    text-decoration: none;
}

.icon-updates {
    font-size: 28px;
}

.icon-version {
    font-size: 20.2px;
}

.icon-user {
    font-size: 22.4px;
}

.icon-search {
    font-size: 25.2px;
}

/* TODO */

.icon-yt {
    color: #cfcfcf;
    transition: all .35s ease;
    line-height: 0;
}

.icon-yt:hover {
    color: #000;
}

.icon-sitemap {
    color: #000;
    transition: all .35s ease;
}

.icon-sitemap:hover {
    color: #223a93;
}

.content {}

.invisible {
    visibility: hidden;
}

.hidden {
    display: none;
}

.clearfix:after {
    content: "";
    display: table;
    clear: both;
}
.banner__wrapper, .news__wrapper, .rss__wrapper, .resources__wrapper, .activities__wrapper, .statistics__wrapper {
    padding-right: 130px;
    padding-left: 130px;
    margin-left: auto;
    margin-right: auto;
    max-width: 1460px;
}
.banner__wrapper {
    margin-bottom: 20px;
}
.banner {
    border: 1px solid #a2a2a2;
    padding: 9px;
    margin-top: 25px;
    box-sizing: content-box !important;
}
.banner a {
    overflow: hidden;
}
.banner__img {
    width: 100%;
    height: auto !important;
}
.news__wrapper {
    padding-top: 20px;
    padding-bottom: 20px;
}
.news a {
    display: block;
    text-decoration: none;
    cursor: pointer;
    transition-duration: 0.3s;
}
.news a:hover {
    color: #676767;
}
.news img {
    width: 100%;
    height: auto;
}
.news h1 {
    font-size: 30px;
    line-height: 34px;
}
.news h1 a {
    color: #000000;
    font-family: 'ClearSans Bold',Helvetica,sans-serif;
    transition-duration: 0.3s;
    font-weight: 400;
}
.news h1:hover a {
    color: #223a93;
}
.news h3 {
    font-weight: bold;
    font-size: 15px;
    line-height: 20px;
    margin-bottom: 6px;
    color: #223a93;
}
.news__main .news__text {}
.news__main time, .news__more time {
    font-size: 14px;
    line-height: 23px;
    color: #6d6d6d;
}
.news__item {
    margin-bottom: 18px;
}
.news__text {
    font-size: 16px;
    line-height: 22px;
    margin-bottom: 18px;
}
.news__text:last-child {
    margin-bottom: 0;
}
.news__attention {
    background-color: #efefef;
    padding: 20px 20px 10px;
    margin-bottom: 30px;
}
.news__calendar {
    padding-right: 20px;
    margin-bottom: 30px;
}
.news__calendar time {
    font-family: 'ClearSans Bold',Helvetica,sans-serif;
    color: #223a93;
}
.news__calendar a, .news__more h2 {
    padding-bottom: 15px;
    font-size: 20px;
    line-height: 24px;
    color: #000000;
    font-family: 'ClearSans Bold',Helvetica,sans-serif;
}
.news__calendar a:hover, .news__more h2:hover {
    color: #223a93;
}
.news__more h2 {
    margin-bottom: 10px;
}
.news__list {
    margin-bottom: 10px;
}
.news__more {
    /* display: flex; */
}
/* justify-content: space-between; */
.news__more a {
    display: block;
}
.news__more-half {
    width: 47%;
    display: inline-block;
    vertical-align: top;
}
/* .news {
  border-bottom: 1px solid $base-color-grey;
} */
.news__wrap .news__item {
    margin: 0;
}
.news__wrap .news__item time {
    font-size: 14px;
    line-height: 1.64;
    color: #6d6d6d;
}
.news__wrap .news__text {
    margin-bottom: 5px;
}
.news__title {
    margin: 25px 0 5px;
    font-family: 'ClearSans Bold',Helvetica,sans-serif;
    font-size: 30px;
    font-weight: 400;
    line-height: 1.33;
    color: #000000;
}
.rss__wrapper {
    margin-top: 17px;
    margin-bottom: 30px;
}
.rss__tag-list {
    font-family: 'ClearSans Bold',Helvetica,sans-serif;
    font-size: 17px;
    line-height: 23px;
    margin-bottom: 17px;
}
.rss__tag-list a {
    font-family: 'ClearSans Bold',Helvetica,sans-serif;
    color: #223a93;
    text-decoration: none;
    border-bottom: 1px solid #223a93;
    cursor: pointer;
    transition-duration: 0.3s;
}
.rss__tag-list a:hover {
    border-bottom: 1px solid transparent;
}
.rss-subscribe__logo {
    position: relative;
    font-family: 'ClearSans Bold',Helvetica,sans-serif;
    font-size: 16px;
    line-height: 20px;
    padding-right: 5px;
    color: #000000;
}
.rss-subscribe:hover .rss-subscribe__text {
    color: #000000;
}
.rss-subscribe__text {
    color: #6d6d6d;
    transition-duration: 0.3s;
}
.resources {
    background-color: #efefef;
}
.resources a, .activities a {
    display: block;
}
.resources__wrapper {
    padding-top: 88px;
    padding-bottom: 57px;
}
.resources__first {
    width: 42%;
}
.resources__second {
    position: relative;
    display: block;
}
.resources__second-additional {
    float: left;
}
.resources__second-icons {
    /* margin-left: -70px; */
    float: left;
    padding-right: 15px;
    box-sizing: border-box;
    /* @media ($desktop-small) {
    margin-left: 55px;
  }
  @media ($tablet) {
    margin-left: 40px;
  } */
}
.resources__links {
    padding-left: 0;
}
.resources__links li {
    list-style-type: none;
}
.resources__links a {
    transition-duration: 0.3s;
}
.resources__links--large {
    margin-bottom: 20px;
}
.resources__links--large a {
    font-family: 'ClearSans Bold',Helvetica,sans-serif;
    font-size: 32px;
    line-height: 34px;
    margin-bottom: 12px;
}
.resources__links--large a:hover {
    color: #223a93;
}
.resources__links--medium a {
    font-family: 'ClearSans Bold',Helvetica,sans-serif;
    font-size: 23px;
    line-height: 28px;
    margin-bottom: 15px;
}
.resources__links--medium a:hover {
    color: #223a93;
}
.resources__links--small {
    margin-bottom: 25px;
}
.resources__links--small a {
    font-size: 17px;
    line-height: 19px;
    color: #737373;
    margin-bottom: 5px;
}
.resources__links--small a:hover {
    color: #000000;
}
.resources__links-title-anchor {
    font-size: 0;
}
.resources__links-title a {
    font-family: 'ClearSans Bold',Helvetica,sans-serif;
    font-size: 24px;
    line-height: 25px;
    margin-bottom: 15px;
    transition-duration: 0.3s;
    position: relative;
    /* display: flex;
    align-items: center; */
}
.resources__links-title a:hover {
    color: #223a93;
}
.resources__links-title span {
    font-family: 'ClearSans Bold',Helvetica,sans-serif;
}
.resources__links-title span:last-of-type {
    /*display: inline-block;*/
    vertical-align: middle;
    font-size: 24px;
    width: 65%;
}
.resources__links-title--single {
    margin-bottom: 20px;
}
.resources__icons {
    /* margin-left: -70px; */
    /* left: -70px !important; */
    font-size: 50px;
    margin-right: 20px;
    transition-duration: 0.3s;
    display: inline-block;
    vertical-align: middle;
}
.resources__also {
    padding-left: 0px;
    margin-top: 45px;
}
.resources__also li {
    list-style-type: none;
    margin-bottom: 15px;
}
.resources__also a {
    font-size: 20px;
    line-height: 24px;
    display: block;
}
.resources__also span {
    font-family: 'ClearSans Bold',Helvetica,sans-serif;
}
.resources__also-item {
    position: relative;
}
.resources__also-item a {}
.resources__also-item a:hover {
    color: #223a93;
}
.resources__also-icon {
    font-size: 26px;
    transition-duration: 0.3s;
    position: relative;
    top: 4px;
}
.resources__also-addition {
    display: block;
    font-size: 16px;
    line-height: 18px;
    padding-right: 20px;
    padding-left: 30px;
}
.resources__more {
    margin-top: 45px;
}
.services {
    background-image: url(../img/bg_1.jpg);
    background-size: cover;
    -ms-behavior: url(/js/shims/backgroundsize.min.htc);
    background-repeat: no-repeat;
}
.services__wrapper {
    padding-right: 130px;
    padding-left: 130px;
    margin-left: auto;
    margin-right: auto;
    max-width: 1460px;
    padding-top: 77px;
    padding-bottom: 50px;
}
.services__title {
    font-size: 32px;
    line-height: 40px;
    color: #ffffff;
    margin-bottom: 53px;
}
.services__more {
    display: none;
}
.services__list {
    /* display: flex; */
    /* justify-content: flex-start; */
    /* flex-wrap: wrap; */
    font-size: 0;
}
.services__item {
    width: 22%;
    display: inline-block;
    margin-right: 3%;
    margin-bottom: 40px;
    background-color: #efefef;
    min-height: 132px;
    transition-duration: 0.35s;
    white-space: nowrap;
    vertical-align: top;
}
/* display: flex;
  align-items: center; */
.services__item a {
    display: inline-block;
    vertical-align: middle;
    white-space: normal;
    text-decoration: none;
    color: #000000;
    font-size: 19px;
    line-height: 23px;
    word-wrap: break-word;
    overflow-wrap: break-word;
    padding: 20px 8px 20px 20px;
}
.services__item:after {
    content: '';
    display: inline-block;
    vertical-align: middle;
    width: 0;
    height: 100%;
}
.services__item:nth-child(4n) {
    margin-right: 0;
}
.services__item--more {
    background-color: transparent;
}
.services__item--more a {
    text-decoration: underline;
    color: #ffffff;
}
.services__item--more a:hover {
    text-decoration: none;
}
.services__item:hover:not(:last-child) {
    background-color: #151c4c;
    box-shadow: 10px 10px rgba(255, 255, 255, 0.25), -10px -10px rgba(255, 255, 255, 0.25);
}
.services__item:hover:not(:last-child) a {
    color: #ffffff;
}
.services__item:hover:last-child a {
    text-align: none;
}
.activities__wrapper {
    padding-top: 88px;
    padding-bottom: 72px;
}
.activities__first {
    width: 44%;
}
.activities__links {
    padding-left: 0;
}
.activities__links li {
    list-style-type: none;
}
.activities__links a {
    transition-duration: 0.3s;
}
.activities__links a:hover {
    color: #223a93;
}
.activities__links--large {
    margin-bottom: 55px;
}
.activities__links--large a {
    font-family: 'ClearSans Bold',Helvetica,sans-serif;
    font-size: 28px;
    line-height: 32px;
    margin-bottom: 16px;
}
.activities__links--more a {
    font-size: 20px;
    line-height: 20px;
    color: #223a93;
    text-decoration: underline;
}
.activities__links--more a:hover {
    text-decoration: none;
    color: #000000;
}
.activities__links--small {
    margin-bottom: 25px;
}
.activities__links--small a {
    font-size: 17px;
    line-height: 22px;
    color: #000000;
    margin-bottom: 8px;
}
.activities__links-title {
    margin-bottom: 35px;
}
.activities__links-title a {
    font-family: 'ClearSans Bold',Helvetica,sans-serif;
    font-size: 22px;
    line-height: 26px;
}
.activities__links-title a:hover {
    color: #223a93;
}
.activities__institution-list {
    padding-left: 0;
}
.activities__institution-item {
    position: relative;
    list-style-type: none;
    margin-bottom: 35px;
}
.activities__institution-item a {
    padding-left: 60px;
}
.activities__institution-item img {
    position: absolute;
    top: 0;
    left: 0px;
    min-width: 50px;
    height: 50px;
    transition-duration: 0.3s;
}
.activities__institution-item:hover .activities__institution-title {
    color: #223a93;
}
.activities__institution-item:hover img {
    top: -4px;
}
.activities__institution-logo {
    width: 50px;
    height: 50px;
    margin-right: 10px;
}
.activities__institution-title {
    font-size: 18px;
    line-height: 20px;
    font-family: 'ClearSans Bold',Helvetica,sans-serif;
    margin-bottom: 5px;
}
.activities__institution-text {
    font-size: 14px;
    line-height: 16px;
    color: #494949;
}
.statistics {
    background: url('../img/bg_2.jpg');
    -ms-behavior: url(/js/shims/backgroundsize.min.htc);
    background-size: cover;
    background-repeat: no-repeat;
    color: #ffffff;
}
.statistics__wrapper {
    padding-top: 88px;
    padding-bottom: 57px;
}
.statistics__first {}
.statistics__numbers {
    font-family: 'ClearSans Bold',Helvetica,sans-serif;
    margin-bottom: 21px;
    margin: 0 -15px;
}
.statistics__numbers-title {
    font-family: 'ClearSans Bold',Helvetica,sans-serif;
}
.statistics__links {
    margin-top: 60px;
    padding-left: 0;
}
.statistics__links li {
    list-style-type: none;
}
.statistics__links a {
    font-family: 'ClearSans Bold',Helvetica,sans-serif;
    color: #ffffff;
    font-size: 24px;
    line-height: 36px;
    text-decoration: none;
    transition-duration: 0.3s;
}
.statistics__links a:hover {
    text-decoration: underline;
}
.statistics__numbers-title {
    font-size: 56px;
    line-height: 66px;
    white-space: nowrap;
}
.statistics__numbers-text {
    font-size: 20px;
    line-height: 27px;
}
.statistics__more a {
    font-size: 16px;
    line-height: 27px;
    color: #ffffff;
    text-decoration: underline;
    transition-duration: 0.3s;
}
.statistics__more a:hover {
    text-decoration: none;
}
.statistics__news {
    position: relative;
    margin-bottom: 35px;
    overflow: hidden;
}
.statistics__news a {
    text-decoration: none;
    display: block;
    font-size: 0px;
    line-height: 0px;
}
.statistics__news a::before {
    content: '';
    position: absolute;
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 60%, rgba(0, 0, 0, 0.71) 100%);
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    top: 0;
}
.statistics__news img {
    width: 100%;
}
.statistics__news:hover .statistics__news-title {
    text-decoration: underline;
}
.statistics__news-box {
    position: absolute;
    bottom: 10px;
    left: 20px;
    right: 20px;
    color: #ffffff;
}
.statistics__news-box time {
    font-size: 14px;
    line-height: 23px;
}
.statistics__news-title {
    font-size: 24px;
    line-height: 28px;
}
.update {
    border-bottom: 1px solid #a2a2a2;
    font-weight: bold;
}
.update__wrapper {
    padding-right: 130px;
    padding-left: 130px;
    margin-left: auto;
    margin-right: auto;
    max-width: 1460px;
    padding-top: 27px;
    padding-bottom: 27px;
    font-size: 13px;
    color: #8891a0;
}
.update__wrapper p {
    display: inline-block;
}
.update__wrapper a {
    color: #000000;
    margin-left: 10px;
}
.slick-numbers__column {
    float: left;
    padding: 0 15px;
    box-sizing: border-box;
}
.slick-dots li button:before {
    font-family: none;
    content: '';
    width: 9px !important;
    height: 9px !important;
    background-color: #e4e4e4 !important;
    transition: all .2s ease;
    border-radius: 50%;
    opacity: 1;
    color: transparent !important;
}
.slick-dots li.slick-active button:before {
    background-color: #b7b7b7 !important;
    opacity: 1;
}
.slick-dots li button {
    width: 9px !important;
    height: 9px !important;
    padding: 0;
}
.slick-dots li {
    width: 9px !important;
    height: 9px !important;
}
.slick-prev:before, .slick-next:before {
    display: none;
}
.slick-prev, .slick-next {
    height: 24px;
    position: static !important;
    -ms-transform: none;
        transform: none;
}
.slick-prev img, .slick-next img {
    width: 14px;
    height: 24px;
}
.slick-dots {
    /* height: 9px; */
    position: static !important;
}
.slick-dots {
    width: auto;
    padding: 0;
    margin: 0 10px;
    list-style: none !important;
    text-align: center;
    display: inline-block !important;
    pointer-events: none;
}
.slick-arrow {
    pointer-events: auto;
}
.slick-prev img, .slick-next img {
    width: 14px;
    height: 24px;
}
.slider-nav {
    position: absolute;
    padding-right: 14px;
    right: 13px;
}
.slider-nav-container {
    width: 100%;
    right: 0;
    height: 24px;
    bottom: 0px;
}
.slick-prev {
    left: -14px;
}
.slick-next {
    position: absolute;
    right: 0;
    /* top: 0; */
}
.slick-prev, .slick-next {
    width: 14px;
    height: 24px;
    padding: 0;
    display: inline-block;
    vertical-align: middle;
    -ms-transform: none !important;
        transform: none !important;
    position: absolute !important;
    margin-top: -12px !important;
}
.slick-dots li {
    pointer-events: auto;
    vertical-align: middle;
}
.banner a {
    display: none;
}
.banner a:first-of-type {
    display: block;
}
.hr-wide {
    height: 1px;
    background-color: #979797;
    opacity: 0.42;
    margin: 30px 0;
}
.breadcrumbs .breadcrumbs__wrapper {
    padding-right: 130px;
    padding-left: 130px;
    margin-left: auto;
    margin-right: auto;
    max-width: 1460px;
    padding-top: 40px;
    padding-bottom: 20px;
}
.breadcrumbs .breadcrumbs__link {
    display: inline-block;
    vertical-align: middle;
    padding: 10px 10px 10px 0;
    font-size: 16px;
    line-height: 1.4;
    color: #606873;
    transition: color 300ms;
}
.breadcrumbs .breadcrumbs__link::after {
    content: "";
    display: inline-block;
    vertical-align: middle;
    width: 0px;
    height: 0px;
    margin-left: 15px;
    border-style: solid;
    border-width: 6px 0 6px 6px;
    border-color: transparent transparent transparent #d8dadd;
}
.breadcrumbs .breadcrumbs__link:last-child {}
.breadcrumbs .breadcrumbs__link:last-child::after {
    display: none;
}
.breadcrumbs .breadcrumbs__link:hover {
    color: #000;
}
body {
    text-rendering: optimizeLegibility;
}
/* .page-text {
  a {
    text-decoration: underline;
    color: #425aa5;
    &:hover {
      text-decoration: none;
      color: #425aa5;
    }
  }
} */
.text {
    padding-bottom: 120px;
}
.text a {
    text-decoration: underline;
    color: #425aa5 !important;
}
.text a:hover {
    text-decoration: none;
}
.h1 {
    margin: 0 0 25px 0;
    font-family: 'ClearSans Bold',Helvetica,sans-serif;
    font-size: 40px;
    font-weight: 400;
    line-height: 1.2;
    color: #000000;
}
.h2 {
    font-family: 'ClearSans Bold',Helvetica,sans-serif;
    font-size: 25px;
    font-weight: 400;
    line-height: 1.16;
    color: #000000;
}
.h3 {
    font-family: 'ClearSans Bold',Helvetica,sans-serif;
    font-size: 22px;
    font-weight: 400;
    line-height: 1.14;
    color: #1f262f;
}
.article {}
.article, .page-description, .page-data, .user {
    padding-bottom: 50px;
}
.article .h2, .page-description .h2, .page-data .h2, .user .h2 {
    padding-bottom: 20px;
}
.article p, .page-description p, .page-data p, .user p {
    padding-bottom: 10px;
    font-size: 18px;
    line-height: 1.33;
    color: #000000;
}
/* .page-text ul {
    margin: 0;
    padding: 0;
    li {
      display: block;
      position: relative;
      padding-bottom: 10px;
      font-size: 18px;
      padding: 0;
      line-height: 1.33;
      color: #000000;
      @media ($tablet) {
        font-size: 16px;
      }
      @media ($mobile) {
        font-size: 15px;
      }
      li:before {
        content: '– ';
        position: absolute;
        top: 10px;
        left: 0;
        width: 15px;
        height: 1px;
        background-color: #000;
        display: inline;
      }
      ul {
        margin-left: 20px !important;
      }
    }
  } */
.article table, .page-description table, .page-data table, .user table {
    table-layout: fixed;
    border: none;
    border-spacing: 0;
    border-collapse: collapse;
    text-align: left;
}
/* min-width: 767px; */
.article table th, .page-description table th, .page-data table th, .user table th {
    padding: 15px;
    background-color: #e7e7e7;
    font-family: 'ClearSans Bold',Helvetica,sans-serif;
    font-size: 15px;
    font-weight: 400;
    line-height: 1.2;
    color: #000000;
}
.article table th:first-child, .page-description table th:first-child, .page-data table th:first-child, .user table th:first-child {
    width: 25%;
    background-color: #d7d7d7;
}
.article table th:nth-child(2), .page-description table th:nth-child(2), .page-data table th:nth-child(2), .user table th:nth-child(2) {
    width: 20%;
}
.article table td, .page-description table td, .page-data table td, .user table td {
    padding: 15px;
    border-bottom: solid 1px #c8c8c8;
    font-size: 14px;
    line-height: 1.29;
    color: #000000;
}
.article table td.td-grey, .page-description table td.td-grey, .page-data table td.td-grey, .user table td.td-grey {
    background-color: #f1f1f1;
}
.article table tfoot td, .page-description table tfoot td, .page-data table tfoot td, .user table tfoot td {
    border: none;
}
.article table img, .page-description table img, .page-data table img, .user table img {
    width: auto;
}
.article .table-caption, .page-description .table-caption, .page-data .table-caption, .user .table-caption {
    padding-bottom: 20px;
    font-family: 'ClearSans Bold',Helvetica,sans-serif;
    font-size: 20px;
    font-weight: 400;
    line-height: 1.15;
    color: #000000;
}
.article img, .page-description img, .page-data img, .user img {
    max-width: 100%;
}
.article table {
    table-layout: auto;
    width: 100% !important;
}
.article table img {
    max-width: none;
}
.page-description {
    padding-bottom: 20px;
}
section h2:first-child {
    margin-top: 0;
}
.row>* {
    font-size: 14px;
}
.aside .h3 {
    padding-bottom: 15px;
}
.aside .addition {}
.aside-links {
    padding-bottom: 50px;
}
.aside-links__list {
    list-style-type: none;
    padding: 0;
    margin: 0;
    font-size: 18px;
    font-weight: bold;
    color: #1f262f;
}
.aside-links__list li {
    margin-bottom: 10px;
}
.aside-links__list li:last-child {
    margin-bottom: 10px;
}
.addition {
    padding-bottom: 40px;
}
.addition .addition__pic {
    float: left;
    width: 65px;
    height: auto;
    margin-right: 15px;
}
.addition .addition__pic img {
    width: 100%;
    height: auto;
}
.addition .addition__info {
    overflow: hidden;
}
.addition .addition__info a {
    margin-bottom: 5px;
    font-size: 17px;
    line-height: 1.29;
    color: #1f262f;
}
.addition .addition__info p {
    font-size: 14px;
    line-height: 1.57;
    color: #aaaaaa;
}
.addition::after {
    content: ' ';
    display: table;
    clear: both;
}
.maintenance p {
    font-size: 18px;
    margin-bottom: 50px;
}
.maintenance a {
    text-decoration: underline !important;
}
.contents {
    padding-bottom: 50px;
}
.contents .contents__list {
    padding: 0;
}
.contents .contents__list li {
    padding-bottom: 15px;
    list-style-type: none;
}
.contents .contents__list li a {
    font-size: 17px;
    font-weight: normal;
    line-height: 1.24;
    color: #898989;
}
.contents .contents__list li a:hover, .contents .contents__list li a.active {
    color: #da0012;
}
.diagram {
    padding-bottom: 80px;
}
.diagram .diagram__item {
    padding-bottom: 20px;
}
.diagram .diagram__top {
    padding-bottom: 10px;
}
.diagram .diagram__top::after {
    content: ' ';
    display: table;
    clear: both;
}
.diagram .diagram__title {
    float: left;
    font-family: 'ClearSans Bold',Helvetica,sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.12;
    color: #000000;
}
.diagram .diagram__numbers {
    float: right;
    text-align: left;
}
.diagram .diagram__number {
    display: inline-block;
    vertical-align: top;
    width: 40px;
    font-family: 'ClearSans Bold',Helvetica,sans-serif;
    font-size: 15px;
    font-weight: 400;
    line-height: 1.12;
    color: #000000;
}
.diagram .diagram__percent {
    display: inline-block;
    vertical-align: top;
    width: 50px;
    font-size: 13px;
    line-height: 1.12;
    color: #c0c0c0;
}
.diagram .diagram__line {
    position: relative;
    height: 15px;
}
.diagram .diagram__line-top {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    background-color: #223a93;
}
.diagram .diagram__line-bottom {
    width: 100%;
    height: 100%;
    background-color: #eaeaea;
}
.circle-diagram {
    margin-bottom: 80px;
    font-size: 0;
}
.circle-diagram .circle-diagram__wrap {
    display: inline-block;
    vertical-align: middle;
    width: 50%;
}
.circleDiagram {
    width: 360px;
    height: 360px;
    overflow: hidden;
    border-radius: 50%;
    position: relative;
}
.circleSector {
    width: 50%;
    height: 50%;
    position: absolute;
    left: 50%;
    top: 0;
    -ms-transform-origin: left bottom;
        transform-origin: left bottom;
}
.circleDiagram:after {
    content: '';
    position: absolute;
    width: 50%;
    height: 50%;
    background: #fff;
    border-radius: 50%;
    top: 25%;
    left: 25%;
}
.diagram-legend {
    margin-left: 70px;
    border-left: solid 1px #979797;
    padding-left: 30px;
}
.diagram-legend .diagram-legend__item {
    margin-bottom: 10px;
}
.diagram-legend .diagram-legend__item::after {
    content: ' ';
    display: table;
    clear: both;
}
.diagram-legend .diagram-legend__color {
    float: left;
    width: 14px;
    height: 14px;
    margin-right: 15px;
    border-radius: 50%;
}
.diagram-legend .diagram-legend__title {
    float: left;
    padding-right: 20px;
    font-family: 'ClearSans Bold',Helvetica,sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 1;
    color: #000000;
}
.diagram-legend .diagram-legend__percent {
    float: right;
    font-size: 16px;
    line-height: 1;
    color: #000000;
}
.nav__pages a {
    font-size: 20px;
    font-weight: bold;
}
.nav__pages hr {
    margin: 20px 0;
    display: block;
}
.caution-wrapper {
    margin-bottom: 30px;
}
.caution {
    line-height: 1.6;
    background-color: #efefef;
    padding: 20px;
    margin-bottom: 15px;
}
.caution h4 {
    font-weight: bold;
    display: block;
    margin: 10px 0 5px;
}
.hr {
    width: 100%;
    display: block;
    height: 1px;
    background: #000;
    margin: 30px 0;
    width: 450px;
    max-width: 100%;
}
.small-text {
    display: block;
    font-size: 11px;
    margin-bottom: 0;
}
.page-description {
    margin: 15px 0;
    font-size: 17px;
}
.page-description ul {
    margin: 15px 0;
}
.page-description a {
    text-decoration: underline;
}
.page-description .subtitle {}
.page-description .subtitle+ul {
    margin: -5px 0 20px;
}
.page-description h2 {}
.page-description h2+ul {
    margin: 10px 0 20px;
}
.page-description+.btn {
    margin-bottom: 35px;
}
.structure-map {
    width: 100%;
}
.bottom-link {
    display: block;
    margin: 35px 0;
    white-space: normal;
    font-size: 18px;
    line-height: 1.22;
    color: #000000;
    font-weight: bold;
    text-decoration: underline;
}
.bottom-link:hover {
    color: #e40614;
}
.article h3 {
    font-size: 23px;
}
.article table[border="0"] td, .page-description table[border="0"] td, .page-data table[border="0"] td, .user table[border="0"] td {
    border: none !important;
}
.one-news-wrap {
    padding-bottom: 140px;
}
.one-news-wrap .tags {}
.one-news {
    border-bottom: 1px solid #d8dadd;
    padding-bottom: 20px;
}
.one-news a {
    text-decoration: underline;
    color: #425aa5 !important;
}
.one-news a:hover {
    text-decoration: none;
}
.one-news .addition {
    margin: 35px 0 0;
    padding-bottom: 20px;
}
.one-news .addition h3 {
    padding-bottom: 15px;
    font-family: 'ClearSans Bold',Helvetica,sans-serif;
    font-size: 17px;
    font-weight: 400;
    line-height: 1.47;
    color: #1f262f;
}
.one-news time {
    display: block;
    padding: 5px 0 15px;
    font-size: 15px;
    line-height: 1.53;
    color: #000000;
}
.one-news .article-more {
    padding-top: 20px;
}
figure {
    max-width: 660px;
    margin: 25px 0;
}
figure img {
    width: 100%;
    height: auto;
}
.figcaption p {
    padding: 15px 0 5px;
    font-size: 16px;
    line-height: 1.25;
    color: #606873;
}
.figcaption span {
    font-size: 14px;
    line-height: 1.71;
    color: #606873;
}
.one-news-slider {
    max-width: 660px;
    margin: 25px 0;
}
.one-news-slider figure {
    margin: 0;
}
.one-news-slider .slick-prev, .one-news-slider .slick-next {
    position: absolute;
    top: 40%;
    width: 70px;
    height: 100px;
    opacity: 0.38;
    background-color: #000000;
    z-index: 999;
    text-align: center;
    font-size: 0;
}
.one-news-slider .slick-prev:after, .one-news-slider .slick-next:after {
    content: "";
    display: inline-block;
    vertical-align: middle;
    width: 0;
    height: 100%;
}
.one-news-slider .slick-prev:before, .one-news-slider .slick-next:before {
    display: inline-block;
    vertical-align: middle;
}
.one-news-slider .slick-next {
    right: 0;
}
.print-link {
    display: inline-block;
    vertical-align: middle;
    margin-right: 40px;
    font-family: 'ClearSans Bold',Helvetica,sans-serif;
    font-size: 15px;
    font-weight: 400;
    line-height: 1.53;
    color: #000000;
}
.article-share {
    display: inline-block;
    vertical-align: middle;
}
.article-share p {
    display: inline-block;
    vertical-align: middle;
    margin-right: 5px;
    padding: 0;
    font-size: 15px;
    line-height: 1.53;
    color: #606873;
}
.share-link {
    display: inline-block;
    vertical-align: middle;
    padding: 0 10px;
    font-size: 15px;
    line-height: 1.53;
}
.share-link span {
    display: inline-block;
    vertical-align: middle;
    padding-left: 10px;
    color: #606873;
}
.comments {
    margin: 30px 0;
    padding: 25px;
    background-color: #f2f2f2;
}
.comments .comments__title {
    padding-bottom: 15px;
    font-family: 'ClearSans Bold',Helvetica,sans-serif;
    font-size: 20px;
    font-weight: 400;
    line-height: 1.15;
    color: #000000;
}
.comment {
    padding-bottom: 10px;
}
.comment .comment__author {
    display: inline-block;
    vertical-align: middle;
    padding-right: 10px;
    font-family: 'ClearSans Bold',Helvetica,sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.64;
    color: #000000;
}
.comment .comment__date {
    display: inline-block;
    vertical-align: middle;
    font-size: 13px;
    line-height: 1.77;
    color: #b0b2b8;
}
.comment .comment__text {
    font-size: 15px;
    line-height: 1.53;
    color: #000000;
}
.show-more {
    display: block;
    padding: 15px 0;
    font-size: 15px;
    line-height: 1.53;
    color: #7f7f7f;
}
.review {
    padding: 20px 0;
}
.review .review__title {
    padding-bottom: 15px;
    font-size: 17px;
    font-weight: bold;
    line-height: 1.35;
    color: #000000;
}
.review .review__btn {
    width: 100%;
    height: 50px;
    border: solid 1px #979797;
    background-color: transparent;
    cursor: pointer;
    font-family: 'ClearSans Bold',Helvetica,sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.06;
    color: #000000;
}
.review .label {
    display: block;
}
.review .label .input {
    width: 100%;
    height: 50px;
    margin-bottom: 15px;
    padding: 10px 15px;
    border: none;
    background-color: #ffffff;
    box-sizing: border-box;
}
.review .label .input.error {
    border: 1px solid red;
}
.review .label .input::-webkit-input-placeholder {
    font-size: 15px;
    line-height: 1.53;
    color: #e0e0e0;
}
.review .label .input:-ms-input-placeholder {
    font-size: 15px;
    line-height: 1.53;
    color: #e0e0e0;
}
.review .label .input::placeholder {
    font-size: 15px;
    line-height: 1.53;
    color: #e0e0e0;
}
.review .textarea {
    width: 100%;
    height: 95px;
    margin-bottom: 15px;
    padding: 10px 15px;
    border: none;
    resize: none;
    box-sizing: border-box;
}
.review .textarea::-webkit-input-placeholder {
    font-size: 15px;
    line-height: 1.53;
    color: #e0e0e0;
}
.review .textarea:-ms-input-placeholder {
    font-size: 15px;
    line-height: 1.53;
    color: #e0e0e0;
}
.review .textarea::placeholder {
    font-size: 15px;
    line-height: 1.53;
    color: #e0e0e0;
}
.review .textarea::maxlength {
    font-size: 12px;
    line-height: 1.92;
    color: #aaaaaa;
}
.review .textarea.error {
    border: 1px solid red;
}
.review .input, .review .textarea {}
.review .input:focus, .review .textarea:focus {
    outline: solid 1px #c6c6c6;
    outline-offset: -1px;
}
.captcha-row > * {
    margin-right: 15px;
}
.captcha-row > *:last-child {
    margin-right: 0;
}
.captcha img {
    width: auto;
    max-height: 50px;
    max-width: 100%;
}
.captcha-more {
    display: block;
    font-size: 13px;
    line-height: 1.31;
    color: #878787;
}
.next-news {
    display: block;
    margin: 30px 0;
    border: solid 1px #c8c8c8;
    padding: 20px 25px;
}
.next-news .next-news__img {
    float: left;
    margin-right: 20px;
    max-width: 160px;
}
.next-news .next-news__img img {
    width: 100%;
    height: auto;
}
.next-news .next-news__info {
    overflow: hidden;
}
.next-news .next-news__top {
    font-size: 14px;
    line-height: 1.4;
    color: #606873;
}
.next-news .next-news__title {
    font-size: 22px;
    font-weight: bold;
    line-height: 1.27;
    color: #000000;
}
.next-news .next-news__title:hover {
    color: #223a93;
}
.next-news::after {
    content: ' ';
    display: table;
    clear: both;
}
.back-link {
    display: inline-block;
    vertical-align: middle;
    font-size: 15px;
    font-weight: 400;
    line-height: 1.53;
    color: #000000;
    font-family: 'ClearSans Bold',Helvetica,sans-serif;
}
.back-link::before {
    content: "";
    display: inline-block;
    vertical-align: middle;
    width: 0px;
    height: 0px;
    margin-right: 10px;
    border-style: solid;
    border-width: 6px 6px 6px 0;
    border-color: transparent #d8dadd transparent transparent;
}
.more-news-wrap {
    padding-bottom: 60px;
}
.more-news-wrap .h3 {
    padding-bottom: 25px;
}
.more-news {
    display: block;
    padding-bottom: 30px;
}
.more-news .more-news__img {
    float: left;
    max-width: 130px;
    margin-right: 15px;
}
.more-news .more-news__img img {
    width: 100%;
    height: auto;
}
.more-news .more-news__title {
    overflow: hidden;
    font-size: 15px;
    line-height: 1.2;
    color: #000000;
}
.more-news .more-news__title:hover {
    color: #223a93;
}
.more-news::after {
    content: ' ';
    display: table;
    clear: both;
}
.input, .textarea, .captcha {}
.input.error, .textarea.error, .captcha.error {
    border: 1px solid red;
}
.search {
    padding-bottom: 160px;
}
.search.is-select-filters {
    position: relative;
}
.search.is-select-filters:after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    background-color: rgba(255, 255, 255, 0.75);
}
.search-top {
    padding: 90px 0 0;
    background-color: #aaabae;
}
.search-bar {
    padding: 0;
    background-color: white;
    box-sizing: border-box;
}
.search-bar .search-bar__wrap {
    position: relative;
    display: block;
}
.search-bar .search-bar__wrap button {
    position: absolute;
    top: 20px;
    border: none;
    background-color: inherit;
    padding: 0 !important;
}
.search-bar .search-bar__wrap .icon-search {
    left: 25px;
    font-size: 29px;
}
.search-bar .search-bar__wrap .icon-cross {
    right: 20px;
    font-size: 26px;
    color: #d8d8d8;
}
.search-input {
    width: 92%;
    font-size: 20px;
    line-height: 3.3;
    margin-left: 60px;
    border: none;
}
.search-filters {
    padding: 20px 0;
    font-size: 0;
}
.search-filter {
    display: inline-block;
    vertical-align: middle;
    padding-left: 20px;
    border-left: 1px solid rgba(255, 255, 255, 0.22);
}
.search-filter a {
    position: relative;
    display: block;
    padding: 10px 60px 10px 0;
    font-size: 16px;
    font-weight: bold;
    line-height: 1.44;
    color: #ffffff;
}
.search-filter a p {}
.search-filter:first-child {
    padding-left: 0;
    border-left: none;
}
.filter-arrows {
    position: absolute;
    width: 10px;
    height: auto;
    top: 13px;
    right: 15px;
}
.filter-arrows:before, .filter-arrows:after {
    content: "";
    position: absolute;
    right: 0;
}
.filter-arrows:before {
    top: 0;
    width: 0px;
    height: 0px;
    border-style: solid;
    border-width: 0 5px 5px 5px;
    border-color: transparent transparent rgba(255, 255, 255, 0.42) transparent;
}
.filter-arrows:after {
    top: 10px;
    width: 0px;
    height: 0px;
    border-style: solid;
    border-width: 5px 5px 0 5px;
    border-color: rgba(255, 255, 255, 0.42) transparent transparent transparent;
}
.checkboxes .checkboxes__top {
    display: none;
    position: relative;
}
.checkboxes .checkboxes__back {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    color: #c9c9c9;
    font-size: 24px;
}
.checkboxes .checkboxes__title {
    display: block;
    margin-bottom: 40px;
    font-size: 20px;
    font-weight: bold;
    line-height: 1.25;
    text-align: center;
    color: #000000;
}
.checkboxes .checkboxes__columns {
    float: left;
    width: 25%;
    padding-right: 40px;
    box-sizing: border-box;
}
.checkboxes::after {
    content: ' ';
    display: table;
    clear: both;
}
.checkbox {
    display: block;
    padding-bottom: 20px;
}
.checkbox span {
    display: block;
    padding-left: 30px;
    font-size: 16px;
    line-height: 1.12;
    color: #ffffff;
}
.checkbox [type="checkbox"]:not(:checked), .checkbox [type="checkbox"]:checked {
    position: absolute;
    left: -9999px;
}
.checkbox [type="checkbox"]:not(:checked)+span, .checkbox [type="checkbox"]:checked+span {
    position: relative;
    cursor: pointer;
}
.checkbox [type="checkbox"]:not(:checked)+span:before, .checkbox [type="checkbox"]:checked+span:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 20px;
    height: 20px;
    border: 1px solid rgba(255, 255, 255, 0.61);
    background-color: transparent;
}
.checkbox [type="checkbox"]:not(:checked)+span:after, .checkbox [type="checkbox"]:checked+span:after {
    content: '';
    position: absolute;
    top: 2px;
    left: 00px;
    width: 24px;
    height: 18px;
    transition: all .2s;
    background: url('../img/check.png') center no-repeat;
    background: url('../img/check.svg'),
    linear-gradient(transparent, transparent);
}
.checkbox [type="checkbox"]:not(:checked)+span:after {
    opacity: 0;
    -ms-transform: scale(0);
        transform: scale(0);
}
.checkbox [type="checkbox"]:checked+span:before {
    background-color: #fff;
}
.checkbox [type="checkbox"]:checked+span:after {
    opacity: 1;
    -ms-transform: scale(1);
        transform: scale(1);
}
.checkbox.checkbox_ib {
    display: inline-block;
    vertical-align: middle;
    margin-right: 20px;
}
.checkbox.checkbox_ib:last-child {
    margin: 0;
}
.radiobtn {
    display: block;
    padding-bottom: 20px;
}
.radiobtn span {
    display: block;
    padding-left: 25px;
    font-size: 15px;
    line-height: 1.2;
    color: #000000;
}
.radiobtn [type="radio"]:not(:checked), .radiobtn [type="radio"]:checked {
    position: absolute;
    left: -9999px;
}
.radiobtn [type="radio"]:not(:checked)+span, .radiobtn [type="radio"]:checked+span {
    position: relative;
    cursor: pointer;
}
.radiobtn [type="radio"]:not(:checked)+span:before, .radiobtn [type="radio"]:checked+span:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 18px;
    height: 18px;
    border: solid 1px #cbcccd;
    border-radius: 50%;
    background-color: transparent;
}
.radiobtn [type="radio"]:not(:checked)+span:after, .radiobtn [type="radio"]:checked+span:after {
    content: '';
    position: absolute;
    top: 6px;
    left: 6px;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    transition: all .2s;
    background-color: #000;
}
.radiobtn [type="radio"]:not(:checked)+span:after {
    opacity: 0;
    -ms-transform: scale(0);
        transform: scale(0);
}
.radiobtn [type="radio"]:checked+span:after {
    opacity: 1;
    -ms-transform: scale(1);
        transform: scale(1);
}
.radiobtn.radiobtn_ib {
    display: inline-block;
    vertical-align: middle;
    margin-right: 25px;
}
.radiobtn.radiobtn_ib:last-child {
    margin: 0;
}
.docs-filters .radiobtn {
    display: inline-block;
    vertical-align: middle;
}
.docs-filters input[type=radio], .docs-filters input[type=checkbox] {
    display: inline-block;
    vertical-align: middle;
}
.oldIE .radio, .oldIE .checkbox {
    display: inline-block !important;
    vertical-align: middle;
    position: static !important;
    padding-bottom: 0;
}
.oldIE .checkbox_ib {
    margin-bottom: 20px !important;
}
.oldIE .radiobtn span:before, .oldIE .radiobtn span:after, .oldIE .checkbox span:before, .oldIE .checkbox span:after {
    display: none !important;
}
.oldIE .radiobtn span, .oldIE .checkbox span {
    display: inline-block;
    vertical-align: middle;
    padding-left: 15px;
}
.search-found {
    padding: 20px 0 40px;
    font-size: 0;
}
.search-found p {
    display: inline-block;
    vertical-align: middle;
    margin-right: 35px;
    font-family: 'ClearSans Bold',Helvetica,sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.64;
    color: #000000;
}
.search-sort-wrap {
    display: inline-block;
    vertical-align: middle;
}
.search-sort {
    display: inline-block;
    vertical-align: middle;
    margin-right: 20px;
    font-size: 14px;
    line-height: 1.64;
    color: #8891a0;
}
.search-sort span {
    display: inline-block;
    vertical-align: middle;
    margin-left: 10px;
    width: 0px;
    height: 0px;
    border-style: solid;
    border-width: 0 5px 5px 5px;
    border-color: transparent transparent #8891a0 transparent;
}
.search-sort--desc {
    color: #000000;
}
.search-sort--desc span {
    border-width: 6px 6px 0 6px;
    border-color: #000 transparent transparent transparent;
}
.search-sort--asc {
    color: #000000;
}
.search-sort--asc span {
    border-color: transparent transparent #000 transparent;
}
.search-results ol {
    padding: 0;
}
.search-result {
    padding-bottom: 40px;
    /*.search-result__*/
}
.search-result .search-result__top {
    font-size: 15px;
    line-height: 1.53;
}
.search-result .search-result__top a {
    color: #e82632;
}
.search-result .search-result__title {
    padding: 5px 0;
    font-family: 'ClearSans Bold',Helvetica,sans-serif;
    font-size: 24px;
    font-weight: 400;
    line-height: 1.25;
}
.search-result .search-result__title a {
    color: #000000;
}
.search-result .search-result__inn {
    padding: 5px 0;
}
.search-result .search-result__inn::after {
    content: ' ';
    display: table;
    clear: both;
}
.search-result .search-result__text {
    padding-right: 20px;
    overflow: hidden;
    font-size: 16px;
    line-height: 1.25;
    color: #000000;
}
.search-result .search-result__docs {
    float: right;
    max-width: 200px;
    font-size: 0;
}
.search-result .search-result__doc {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    margin-left: 15px;
    padding-top: 10px;
}
.search-result .search-result__doc span {
    position: absolute;
    top: 0px;
    right: -10px;
    width: 20px;
    height: 20px;
    padding-top: 2px;
    border-radius: 50%;
    box-sizing: border-box;
    background-color: #c8c9cc;
    text-align: center;
    font-size: 13px;
    line-height: 1.31;
    color: #ffffff;
}
.search-result .search-result__doc:first-child {
    margin: 0;
}
.search-result .search-result__section {
    padding-top: 5px;
    font-size: 15px;
    line-height: 1.53;
    color: #8891a0;
}
.search-result .search-result__section a {
    color: #1a2780;
}
.search-result .search-result__tags .tags .tags__item a {
    color: #000;
}
.search-result .search-result__tags .tags .tags__item a:hover {
    color: #FFF;
}
.search-result .search-result__date {
    font-size: 14px;
    line-height: 1.64;
    color: #8891a0;
}
.search-result b {
    background-color: #eef0f7;
    color: #1a2780;
}
.search-category {
    padding-top: 90px;
}
.search-category a {
    position: relative;
    display: block;
    border-top: 1px solid #d8dadd;
    padding: 10px 0;
    font-size: 17px;
    font-weight: bold;
    line-height: 1.4;
    color: #000000;
}
.search-category a span {
    position: absolute;
    top: 20px;
    right: 10px;
    color: #aaabae;
    font-size: 11px;
}
.search-category a:first-child {
    border-top: none;
}
.tabs .tabs__main {
    padding: 20px 0 45px;
}
.tabs .tabs__main .checkbox [type="checkbox"]:not(:checked)+span:before, .tabs .tabs__main .checkbox [type="checkbox"]:checked+span:before {
    border: solid 1px rgba(255, 255, 255, 0.61);
    background: rgba(255, 255, 255, 0.61);
}
.search-results-list {
    padding: 0;
    margin: 0 0 30px;
    list-style-type: none;
}
.search-results-list li {
    margin: 7px 0;
    font-size: 18px;
}
.patent-search-form+.search-results-list {
    margin-top: 30px;
}
.form-docs {
    padding-bottom: 250px;
}
.form-docs ol {
    padding: 0;
}
.document {
    display: inline-block;
    vertical-align: top;
    padding-bottom: 35px;
}
.document .document__pic {
    float: left;
    width: 65px;
    height: auto;
    margin-top: 5px;
    margin-right: 20px;
}
.document .document__pic img {
    width: 100%;
    height: auto;
}
.document .document__info {
    overflow: hidden;
}
.document .document__info p {
    font-size: 15px;
    line-height: 1.47;
    color: #8891a0;
}
.document .document__link {
    display: block;
    margin-bottom: 5px;
    font-size: 20px;
    font-weight: bold;
    line-height: 1.2;
    color: #1f262f;
}
.document .document__section {
    font-size: 15px;
    line-height: 1.47;
    color: #223a93;
}
.document .document__title {
    display: block;
    font-size: 20px;
    font-weight: bold;
    line-height: 1.1;
    color: #000000;
}
.document .document__number {
    display: inline-block;
    vertical-align: middle;
    padding-right: 10px;
    font-size: 18px;
    line-height: 1.67;
    color: #8891a0;
}
.document::after {
    content: ' ';
    display: table;
    clear: both;
}
.document.document_s {
    max-width: 300px;
}
select {
    font-size: 16px;
}
.doc-filter {
    padding-bottom: 20px;
}
.doc-filter .doc-filter__title {
    padding-bottom: 15px;
    font-size: 16px;
    line-height: 1.06;
    color: #606873;
}
.doc-filter .doc-filter__title--large {
    font-size: 21px;
}
.doc-filter .doc-filter__title--small {
    font-size: 15px;
    color: #000000;
}
.doc-filter input[type="file"] {
    display: none;
}
.doc-filter .label {
    display: block;
}
.doc-filter .label .input {
    width: 100%;
    height: 50px;
    margin-bottom: 15px;
    padding: 10px 15px;
    border: solid 1px #d4d4d4;
    background-color: #ffffff;
    box-sizing: border-box;
}
.doc-filter .label .input.error {
    border: 1px solid red;
}
.doc-filter .label .input--no-margin {
    margin-bottom: 0;
}
.doc-filter .label .input-error {
    font-size: 14px;
    color: #b33c3c;
    margin: -15px 0 15px;
    display: block;
}
.doc-filter .doc-filter__checkbox .checkbox span {
    min-height: 22px;
    color: #000;
    line-height: 1.4;
}
.doc-filter .doc-filter__checkbox .checkbox [type="checkbox"]:not(:checked)+span:before, .doc-filter .doc-filter__checkbox .checkbox [type="checkbox"]:checked+span:before {
    border: solid 1px rgba(170, 171, 174, 0.61);
}
.doc-filter .doc-filter__checkbox .checkbox [type="checkbox"]:not(:checked)+span:after, .doc-filter .doc-filter__checkbox .checkbox [type="checkbox"]:checked+span:after {
    background: url('../img/check_m.png') center no-repeat;
    background: url('../img/check_m.svg') center no-repeat,
        linear-gradient(transparent, transparent);
}
.doc-filter .doc-filter__checkbox .checkbox [type="checkbox"]:checked+span:before {
    border: none;
    background-color: #f5f5f5;
}
.doc-filter--fullwidth {
    width: 100% !important;
}
.doc-filter__textarea textarea {
    border: solid 1px #d3d3d3;
    width: 100%;
    padding: 10px;
    box-sizing: border-box;
    font-size: 16px;
}
.doc-filter__textarea .doc-filter__input {
    font-size: 16px;
}
.doc-filter__table-wrapper {
    margin-bottom: -12px;
}
.doc-filter__table {
    display: table;
    width: 100%;
}
.doc-filter__tr {
    display: table-row;
}
.doc-filter__td {
    display: table-cell;
    vertical-align: top;
}
.doc-filter__td--title {
    font-size: 17px;
    font-weight: bold;
    width: 1%;
    white-space: nowrap;
    padding-right: 30px;
}
.file {
    font-size: 16px;
    color: #223a93;
    cursor: pointer;
    margin-bottom: 12px;
    display: inline-block;
}
.file span {
    white-space: nowrap;
}
.file span img {
    width: 20px;
    margin-right: 9px;
    vertical-align: middle;
}
.file span .file__name {
    white-space: normal;
}
.checkbox span {
    color: #000;
}
.checkbox [type="checkbox"]:not(:checked)+span:before, .checkbox [type="checkbox"]:checked+span:before {
    border: solid 1px rgba(170, 171, 174, 0.61);
}
.checkbox [type="checkbox"]:not(:checked)+span:after, .checkbox [type="checkbox"]:checked+span:after {
    background: url('../img/check_m.png') center no-repeat;
    background: url('../img/check_m.svg') center no-repeat,
    linear-gradient(transparent, transparent);
}
.checkbox [type="checkbox"]:checked+span:before {
    border: none;
    background-color: #f5f5f5;
}
.docs-filters-btn {
    display: block;
    position: relative;
    padding: 15px 30px;
    margin: 0 -30px;
    background-color: #aaabae;
    font-size: 14px;
    font-weight: bold;
    line-height: 1.4;
    color: #ffffff;
}
.docs-filters-btn p {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    padding-right: 30px;
}
.docs-filters-btn .filter-arrows {
    top: 3px;
    right: 0;
}
.docs-filters .docs-filters__top {
    display: none;
    position: relative;
}
.docs-filters .docs-filters__back {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    color: #c9c9c9;
    font-size: 24px;
}
.docs-filters .docs-filters__title {
    display: block;
    margin-bottom: 40px;
    font-size: 20px;
    font-weight: bold;
    line-height: 1.25;
    text-align: center;
    color: #000000;
}
.docs-filters .docs-filters__close {
    position: absolute;
    top: 15px;
    right: 15px;
    background: none;
    border: none;
    z-index: 1;
    line-height: 1;
}
.docs-filters .docs-filters__close img {
    width: 24px;
    height: 24px;
}
.dropdown {
    position: relative;
}
.dropdown dd, .dropdown dt {
    margin: 0px;
    padding: 0px;
}
.dropdown ul {
    margin: -1px 0 0 0;
}
.dropdown dd {
    position: relative;
}
.dropdown a, .dropdown a:visited {
    color: #000;
    text-decoration: none;
    outline: none;
    font-size: 15px;
}
.dropdown dt a {
    position: relative;
    display: block;
    min-height: 25px;
    width: 100%;
    /* height: 50px; */
    height: 48px;
    display: block;
    padding: 10px 15px;
    border: solid 1px #d4d4d4;
    border-radius: 0;
    background-color: #ffffff;
    box-sizing: border-box;
    overflow: hidden;
    line-height: 24px;
}
.multiSel {
    margin-right: 20px;
    overflow-x: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.dropdown .filter-arrows {
    top: 15px;
}
.dropdown .filter-arrows:before {
    border-color: transparent transparent rgba(0, 0, 0, 0.42) transparent;
}
.dropdown .filter-arrows:after {
    border-color: rgba(0, 0, 0, 0.42) transparent transparent transparent;
}
.dropdown dt a span, .multiSel span {
    cursor: pointer;
    display: inline-block;
    padding: 0 3px 2px 0;
}
.dropdown dd ul {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    min-height: 100px;
    padding: 15px 0;
    background-color: #FFF;
    color: #000;
    list-style: none;
    overflow: auto;
    border: solid 1px #d4d4d4;
    border-radius: 0;
    box-sizing: border-box;
    z-index: 999;
    max-height: 100vh;
}
.dropdown span.value {
    display: none;
}
.dropdown dd ul li a {
    padding: 10px;
    display: block;
}
.dropdown dd ul li a:hover {
    background-color: #fff;
}
.multiSelect .checkbox {
    padding: 10px 15px;
}
.multiSelect .checkbox span {
    font-size: 15px;
    line-height: 1.13;
    color: #000000;
}
.multiSelect .checkbox [type="checkbox"]:not(:checked)+span:before, .multiSelect .checkbox [type="checkbox"]:checked+span:before {
    border: solid 1px rgba(170, 171, 174, 0.61);
}
.multiSelect .checkbox [type="checkbox"]:not(:checked)+span:after, .multiSelect .checkbox [type="checkbox"]:checked+span:after {
    background: url('../img/check_m.png') center no-repeat;
    background: url('../img/check_m.svg') center no-repeat,
      linear-gradient(transparent, transparent);
}
.multiSelect .checkbox [type="checkbox"]:checked+span:before {
    border: none;
    background-color: #f5f5f5;
}
.multiSelect .checkbox:hover {
    background-color: #eef0f7;
}
.singleSelect li {
    padding: 10px 15px;
    font-size: 15px;
    line-height: 1.13;
    color: #000000;
    cursor: pointer;
}
.singleSelect li:hover {
    background-color: #eef0f7;
}
.date-picker-wrapper {
    width: 100%;
    max-width: 360px;
    padding: 15px 20px;
    border: solid 1px #d4d4d4;
    background-color: #ffffff;
    box-sizing: border-box;
}
.date-picker-wrapper .month-wrapper {
    width: 100% !important;
    border: none;
    padding: 0;
}
.date-picker-wrapper .month-wrapper table {
    width: 100% !important;
}
.date-picker-wrapper .month-wrapper table tr {}
.date-picker-wrapper .month-wrapper table tr:first-child td {
    border: none;
}
.date-picker-wrapper .month-wrapper table td {
    border-top: 1px solid #e0e4e9;
}
.date-picker-wrapper .month-wrapper table .day {
    margin: 0;
}
.date-picker-wrapper .month-wrapper table .day.toMonth.valid {
    font-size: 14px;
    line-height: 2.71;
    color: #68707a;
}
.date-picker-wrapper .month-wrapper table .day.real-today {
    background-color: #e40614;
}
.date-picker-wrapper .month-wrapper table .day.toMonth.valid.real-today {
    color: #FFFFFF;
}
body.is-fixed {
    position: fixed;
}
.service-topper {
    padding: 0 0 50px;
    display: block;
    background-color: #d2291d;
}
.service-topper .breadcrumbs .breadcrumbs__link {
    font-weight: normal;
    color: rgb(255,255, 255);
    color: rgba(255,255, 255, 0.8);
}
.service-topper .breadcrumbs .breadcrumbs__link:hover {
    color: #FFF;
}
.service-topper .h1 {
    margin-bottom: 45px;
    font-size: 44px;
    line-height: 1.09;
    color: #ffffff;
}
.service-topper .service-topper__text {
    padding-bottom: 50px;
}
.service-topper .service-topper__text p {
    padding-bottom: 15px;
    font-size: 20px;
    font-weight: normal;
    line-height: 1.2;
    color: rgb(255,255, 255);
    color: rgba(255,255, 255, 0.7);
}
.service-topper .service-topper__more {
    font-size: 16px;
    font-weight: bold;
    line-height: 1.25;
    color: rgb(255,255, 255);
    color: rgba(255,255, 255, 0.5);
}
.service-topper .service-topper__more:hover {
    color: #FFF;
}
.service-topper .service-topper__link {
    display: inline-block;
    vertical-align: middle;
    height: 64px;
    margin-right: 20px;
    padding: 15px 25px 15px 15px;
    transition: all .2s ease;
    background-color: #d8574b;
    background-color: rgba(216, 216, 216, .2);
    box-sizing: border-box;
}
.service-topper .service-topper__link span {
    display: inline-block;
    vertical-align: middle;
    margin-right: 15px;
    font-size: 35px;
    color: #FFF;
}
.service-topper .service-topper__link p {
    display: inline-block;
    vertical-align: middle;
    font-size: 18px;
    font-weight: bold;
    line-height: 1.9;
    color: #ffffff;
}
.service-topper .service-topper__link:hover {
    background-color: rgba(216, 216, 216, .5);
}
.service-topper .document .document__title {
    font-size: 17px;
    font-weight: normal;
    line-height: 1.18;
    color: #ffffff;
}
.service-topper .document p {
    font-size: 17px;
    font-weight: normal;
    line-height: 1.18;
    color: #ffffff;
}
.service .h1 {
    margin-bottom: 40px;
    font-size: 44px;
}
.service .service__text {
    padding-bottom: 20px;
    font-size: 17px;
    font-weight: normal;
    line-height: 1.24;
    color: #000000;
}
.service .service__text b {
    font-weight: 400;
    font-family: 'ClearSans Bold',Helvetica,sans-serif;
}
.service .service__price {
    font-size: 15px;
    line-height: 1.27;
    color: #606873;
}
.service .service__price b {
    font-family: 'ClearSans Bold',Helvetica,sans-serif;
    font-size: 22px;
    font-weight: 400;
    line-height: 1.36;
    color: #000000;
}
.service .substep-text__toggle {
    background: none;
    padding: 0;
    border: none;
    margin-top: 5px;
    text-decoration: underline;
    font-size: 18px;
    line-height: 1.22;
    color: #1f262f;
    cursor: pointer;
    outline: none !important;
}
.service .substep-text__toggle span {
    display: inline-block;
    vertical-align: middle;
    margin-left: 10px;
    width: 0px;
    height: 0px;
    border-style: solid;
    border-width: 7px 7px 0 7px;
    border-color: #8891a0 transparent transparent transparent;
}
.service .substep-text__toggle--hide {
    border-width: 7px 7px 0 7px;
    border-color: transparent transparent #8891a0 transparent;
}
.service .substep-text__toggle--hide span {
    border-width: 0px 7px 7px 7px;
    border-color: transparent transparent #8891a0 transparent;
}
.service .service__term {
    margin-bottom: 25px;
    padding-right: 40px;
    text-align: right;
}
.service .service__term span {
    display: inline-block;
    vertical-align: middle;
    width: 30px;
    height: 30px;
    background: url('../img/time.svg') center no-repeat;
}
.service .service__term p {
    display: inline-block;
    vertical-align: middle;
    margin-left: 15px;
    font-family: 'ClearSans Bold',Helvetica,sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.75;
    color: #000000;
}
.service .service__link-order {
    display: block;
    margin: 55px 0 80px;
    text-decoration: underline;
    font-size: 17px;
    line-height: 1.41;
    color: #000000;
}
.service .service__link-order:hover {
    text-decoration: none;
}
.service .service__more {
    padding-bottom: 20px;
}
.service .service__more p {
    padding-bottom: 15px;
    font-size: 18px;
    line-height: 1.33;
    color: #000000;
}
.service .service__more-links a {
    display: block;
    margin: 5px 0 15px;
    font-family: 'ClearSans Bold',Helvetica,sans-serif;
    font-size: 24px;
    font-weight: 400;
    line-height: 1.0;
    color: #000000;
}
.service .service__contacts p {
    display: block;
    padding: 0;
    font-size: 16px;
    line-height: 1.25;
    color: #223a93;
}
.service .service__contacts p b {
    font-family: 'ClearSans Bold',Helvetica,sans-serif;
    font-weight: 400;
    color: #1f262f;
}
.service .service__contacts a {
    display: block;
    padding: 5px 0;
    font-size: 16px;
    font-weight: normal;
    line-height: 1.25;
    color: #1f262f;
}
.service .service__contacts a.service__mail {
    padding: 0;
    color: #223a93;
}
.service-top {
    padding: 40px 0 90px;
}
.service-top .service-top__link {
    position: relative;
    display: inline-block;
    vertical-align: top;
    max-width: 360px;
    height: 90px;
    margin-right: 35px;
    padding: 10px 30px;
    /* background-color: #f5f5f7; */
    background-color: #2e4079;
    box-sizing: border-box;
    transition: all .2s ease;
}
.service-top .service-top__link span {
    position: absolute;
    top: 10px;
    right: 10px;
    width: 15px;
    height: 15px;
    background: url('../img/link.svg') center no-repeat;
}
.service-top .service-top__link:hover {
    background-color: #d7d7d7;
}
.service-top .service-top__link::after {
    content: ' ';
    display: table;
    clear: both;
}
.service-top .service-top__link:last-child {
    margin-right: 0;
}
.service-top .service-top__logo {
    float: left;
    margin-right: 25px;
}
.service-top .service-top__logo img {
    width: 100%;
}
.service-top .service-top__logo.service-top__logo-one {
    width: 50px;
    height: 52px;
}
.service-top .service-top__logo.service-top__logo-two {
    width: 58px;
    height: 66px;
}
.service-top .service-top__logo.service-top__logo-three {
    width: 77px;
    height: 76px;
}
.service-top .service-top__logo.service-top__logo-four {
    width: 69px;
    height: 76px;
}
.service-top .service-top__logo.service-top__logo-five {
    width: 61px;
    height: 64px;
}
.service-top .service-top__text {
    overflow: hidden;
    padding-top: 15px;
    font-size: 16px;
    line-height: 1.19;
    color: #fff;
}
.service-top .service-top__more {
    display: inline-block;
    vertical-align: top;
}
.service-top .service-top__more .article-share {
    display: block;
    margin-bottom: 15px;
}
.service-top .service-top__more .print-link {
    display: block;
}
.service-top--small-padding {
    padding: 40px 0;
}
.service-link {
    display: inline-block;
    vertical-align: middle;
    margin-bottom: 10px;
    padding: 5px 10px;
    background-color: #eaeaea;
    font-size: 17px;
    font-weight: bold;
    line-height: 1.29;
    color: #000000;
    transition: all .2s ease;
}
.service-link.service-link_white {
    padding: 10px 20px;
    background-color: #fff;
}
.service-link:hover {
    background-color: #d8d8d8 !important;
}
.tabs {
    position: relative;
}
.tabs .tabs__main {
    padding-top: 50px;
}
.tabs__menu {
    list-style-type: none;
    font-size: 0;
    padding: 0;
    border-bottom: solid 1px #bcbcbc;
}
.tabs__menu li {
    display: inline-block;
    vertical-align: bottom;
    max-width: 50%;
}
.tabs__menu li a {
    padding: 19px 46px;
    position: relative;
    display: block;
    /* height: 64px; */
    /* line-height: 64px; */
    margin-bottom: -1px;
    /* padding: 0 46px; */
    font-size: 20px;
    font-weight: bold;
    color: #606873;
}
.tabs__menu li a.is-active {
    border: 1px solid #bcbcbc;
    border-bottom-color: #fff;
    color: #000;
}
.tabs__menu li a.is-active:after {
    content: "";
    position: absolute;
    bottom: -2px;
    left: 0;
    right: 0;
    height: 1px;
    background: #fff;
}
.tabs__menu li:first-child a.is-active {
    border-left-color: #fff;
}
.steps {
    counter-reset: item;
    padding: 0;
    list-style-type: none;
}
.steps a {
    text-decoration: underline;
}
.steps a:hover {
    text-decoration: none;
}
.steps-m .steps-m__inner {
    padding: 30px 0;
}
.steps-m .steps-m__line {
    position: relative;
}
.steps-m .steps-m__line ul {
    height: 55px;
    border-bottom: solid 3px #d9d9d9;
    padding: 0;
    font-size: 0;
}
.steps-m .steps-m__line ul li {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    width: 19%;
    height: 100%;
    counter-increment: item;
}
.steps-m .steps-m__line ul li:before {
    content: counters(item, ".");
    counter-increment: 1;
    position: absolute;
    top: 0;
    left: 0;
    font-size: 36px;
    line-height: 1;
    font-weight: bold;
}
.steps-m .steps-m__line ul li:after {
    content: "";
    position: absolute;
    bottom: -6px;
    left: 0px;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background-color: #ffffff;
    border: solid 2px #000000;
}
.steps-m .steps__title {
    padding-bottom: 15px;
    font-size: 20px;
}
.steps-m .wide-box {
    margin: 0 -15px;
    padding: 30px 15px 50px;
}
.steps-m .wide-box:before {
    display: none;
}
.steps__title {
    padding-bottom: 30px;
    font-size: 34px;
    font-weight: bold;
    color: #000000;
    line-height: 1.2;
}
.steps__item {
    position: relative;
    padding-left: 60px;
    counter-increment: item;
    box-sizing: border-box;
    width: 90%;
    max-width: 1460px;
}
.steps__item:before {
    content: counters(item, ".");
    counter-increment: 1;
    position: absolute;
    top: 0;
    left: 0;
    font-size: 50px;
    line-height: 1;
    font-weight: bold;
}
.steps__item:after {
    content: "";
    position: absolute;
    top: 0;
    left: 55px;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background-color: #ffffff;
    border: solid 3px #000000;
}
.steps__in {
    padding-left: 40px;
    padding-bottom: 60px;
    border-left: 3px solid #d9d9d9;
}
.steps__in p {
    padding-bottom: 10px;
    font-size: 17px;
    line-height: 1.24;
    color: #1f262f;
}
.steps__in ul {
    list-style-type: none;
    padding: 0;
}
.steps__in ul li {
    padding-bottom: 10px;
    font-size: 17px;
    line-height: 1.24;
    color: #1f262f;
}
.steps__documents .document {
    margin: 30px 15px 0 0;
    padding-right: 30px;
    box-sizing: border-box;
}
.steps__documents .document .document__title {
    padding-bottom: 5px;
    font-size: 16px;
    font-weight: normal;
    line-height: 1.25;
    color: #1f262f;
}
.steps__documents .document p {
    font-size: 16px;
    line-height: 1.25;
    color: #76808d;
}
.steps__documents .document.document_single {
    max-width: 360px;
    margin-top: 0;
}
.wide-box {
    position: relative;
    margin: 0 -140px 50px -200px;
    padding: 46px 0;
    background: #ebebeb;
}
/* &:before {
     content: "";
     position: absolute;
     bottom: -50px;
     left: 200px;
     width: 3px;
     height: 50px;
     background: #d9d9d9;
  } */
.wide-box .service__text {
    color: #000;
}
.wide-box .row {
    margin: 0 auto;
}
.get-patent {
    position: relative;
    font-size: 34px;
    font-weight: bold;
    padding-left: 100px;
}
.get-patent span {
    position: absolute;
    top: 10px;
    left: 48px;
    width: 26px;
    height: 26px;
    border-radius: 50%;
    background: #a5a9b5 url('../img/check_w.svg') center no-repeat;
    z-index: 2;
}
.get-patent.get-patent_m {
    position: absolute;
    bottom: 0;
    right: 0;
}
.get-patent.get-patent_m span {
    top: auto;
    bottom: -11px;
    right: 0;
    left: auto;
}
.get-patent.get-patent_m:after {
    display: none;
}
.get-patent:after {
    content: "";
    position: absolute;
    bottom: 13px;
    left: 60px;
    height: 50px;
    width: 3px;
    background: #d9d9d9;
    z-index: 1;
}
.service-more {
    padding: 90px 0;
    background-color: #f4f4f4;
}
.accordeon .accordeon__item {
    margin-bottom: 15px;
    text-align: left;
}
.accordeon .accordeon__title span {
    position: relative;
    margin: 0 0 10px 0;
    border-bottom: 1px dashed #223a93;
    cursor: pointer;
    font-family: 'ClearSans Bold',Helvetica,sans-serif;
    font-size: 24px;
    font-weight: 400;
    line-height: 1.3;
    color: #223a93;
}
.accordeon .accordeon__content {
    display: none;
    padding: 20px 0 0;
}
.accordeon .accordeon__content p {
    padding-bottom: 25px;
    font-size: 17px;
    line-height: 1.29;
    color: #000000;
}
.accordeon .accordeon__content ul {
    padding-bottom: 40px;
    list-style-type: none;
}
.accordeon .accordeon__content ul li {
    position: relative;
}
.accordeon .accordeon__content ul li p {
    padding-bottom: 10px;
}
.accordeon .accordeon__content ul li:before {
    content: '';
    position: absolute;
    top: 12px;
    left: -35px;
    width: 20px;
    height: 1px;
    border-top: solid 1px #979797;
}
.accordeon .accordeon__indent {
    margin-bottom: 30px;
}
.accordeon a {
    text-decoration: underline;
}
.service-aside {
    margin-bottom: 65px;
}
.service-aside .service-aside__title {
    margin-bottom: 25px;
    font-family: 'ClearSans Bold',Helvetica,sans-serif;
    font-size: 24px;
    font-weight: 400;
    line-height: 1.0;
    color: #000000;
}
.service-aside a {
    text-decoration: underline;
}
.service-aside .service-aside__faq {
    padding-bottom: 15px;
}
.service-aside .service-aside__faq a {
    display: block;
    padding-bottom: 10px;
    font-family: 'ClearSans Bold',Helvetica,sans-serif;
    font-size: 18px;
    font-weight: 400;
    line-height: 1.22;
    color: #1f262f;
}
.service-aside .service-aside__link {
    display: inline-block;
    vertical-align: middle;
    text-decoration: underline;
    font-family: 'ClearSans Bold',Helvetica,sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5;
    color: #000000;
}
.service-aside .service-aside__more {
    padding-bottom: 25px;
}
.service-aside .service-aside__more p {
    padding: 0;
    font-size: 18px;
    font-weight: normal;
    line-height: 1.33;
    color: #1f262f;
}
.service-aside .service-aside__more p b {
    font-family: 'ClearSans Bold',Helvetica,sans-serif;
    font-size: 22px;
    font-weight: 400;
    line-height: 1.09;
}
.services-page h2 {
    font-size: 34px;
    margin-bottom: 35px;
}
.services-page h3 {
    font-size: 25px;
    line-height: 1.12;
}
.services-page .service-item {
    color: #6a707a;
    margin-bottom: 30px;
}
.services-page .service-item h3 {
    color: #000;
    margin-bottom: 5px;
}
.services-page .service-link {
    background-color: #f1f1f1;
}
.services-page .services-group {
    margin-bottom: 70px;
}
.services-page .service-top .service-top__link {
    margin: 0 15px 15px 0;
}
.services-page .service-top .service-top__link:last-of-type {
    margin-right: 0;
}
.about-topper {
    padding: 0 0 50px;
    margin-bottom: 80px;
    background-image: url('../img/Novodevichya_naberezhnaya_4.jpg');
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    display: block;
    -ms-behavior: url(/js/shims/backgroundsize.min.htc);
}
.about-topper .breadcrumbs .breadcrumbs__link {
    font-weight: normal;
    color: rgba(255, 255, 255, 0.8);
}
.about-topper .breadcrumbs .breadcrumbs__link:hover {
    color: #FFF;
}
.about-topper .h1 {
    margin-bottom: 45px;
    font-size: 44px;
    line-height: 1.09;
    color: #ffffff;
}
.about-topper .h1 {
    margin-bottom: 45px;
    font-size: 44px;
    line-height: 1.09;
    color: #ffffff;
}
.about-topper .about-topper__text {
    padding-bottom: 50px;
}
.about-topper .about-topper__text p {
    padding-bottom: 15px;
    font-size: 20px;
    font-weight: normal;
    line-height: 1.2;
    color: rgb(255, 255, 255);
}
.about-topper .about-topper__more {
    font-size: 16px;
    font-weight: bold;
    line-height: 1.25;
    color: rgba(255, 255, 255, 0.5);
}
.about-topper .about-topper__more:hover {
    color: #FFF;
}
.about-topper .about-topper__link {
    display: inline-block;
    vertical-align: middle;
    height: 64px;
    margin-right: 20px;
    padding: 15px 25px 15px 15px;
    background-color: rgba(216, 216, 216, .2);
    box-sizing: border-box;
    transition: all .2s ease;
}
.about-topper .about-topper__link span {
    display: inline-block;
    vertical-align: middle;
    margin-right: 15px;
    font-size: 35px;
    color: #FFF;
}
.about-topper .about-topper__link p {
    display: inline-block;
    vertical-align: middle;
    font-size: 18px;
    font-weight: bold;
    line-height: 1.9;
    color: #ffffff;
}
.about-topper .about-topper__link:hover {
    background-color: rgba(216, 216, 216, .5);
}
.about-topper .document .document__title {
    font-size: 17px;
    font-weight: normal;
    line-height: 1.18;
    color: #ffffff;
}
.about-topper .document p {
    font-size: 17px;
    font-weight: normal;
    line-height: 1.18;
    color: #ffffff;
}
a.document__title {}
a.document__title:hover {
    text-decoration: underline;
}
.about-links {
    margin: 15px 0;
}
.about-links a {
    font-size: 18px;
    font-weight: bold;
    line-height: 2;
}
.article h2 {
    font-size: 28px;
    margin: 30px 0;
}
.article h2:first-child {
    margin-top: 0;
}
.article:last-of-type {
    margin-bottom: 0;
}
.about-structure {
    font-size: 18px;
    /* display: flex; */
    border-bottom: solid 1px #d7d7d7;
    padding-bottom: 25px;
    margin-bottom: 30px;
    white-space: nowrap;
}
.about-structure .about-structure__img {
    width: 200px;
    margin-right: 25px;
    /* flex-shrink: 0; */
    float: left;
}
.about-structure .about-structure__img img {
    width: 100%;
}
.about-structure .about-structure__text {
    display: block;
    margin-left: 230px;
    white-space: normal;
}
.about-structure .about-structure__text--border {
    padding-left: 33px;
    border-left: 1px solid #d7d7d7;
    margin-left: 33px;
}
.about-structure .about-structure__title {
    font-weight: bold;
    font-size: 20px;
    margin-bottom: 20px;
}
.about-structure .about-structure__title:last-child {
    margin-bottom: 0;
}
.about-structure--no-pictures .about-structure__text {
    margin: 0;
}
.about .h1 {
    margin-bottom: 40px;
    font-size: 44px;
}
.about .about__text {
    padding-bottom: 20px;
    font-size: 17px;
    font-weight: normal;
    line-height: 1.24;
    color: #000000;
}
.about .about__text b {
    font-weight: 400;
    font-family: 'ClearSans Bold',Helvetica,sans-serif;
}
.about .about__price {
    font-size: 15px;
    line-height: 1.27;
    color: #606873;
}
.about .about__price b {
    font-family: 'ClearSans Bold',Helvetica,sans-serif;
    font-size: 22px;
    font-weight: 400;
    line-height: 1.36;
    color: #000000;
}
.about .about__link-more {
    display: block;
    margin-top: 5px;
    text-decoration: underline;
    font-size: 18px;
    line-height: 1.22;
    color: #1f262f;
}
.about .about__link-more span {
    display: inline-block;
    vertical-align: middle;
    margin-left: 10px;
    width: 0px;
    height: 0px;
    border-style: solid;
    border-width: 7px 7px 0 7px;
    border-color: #8891a0 transparent transparent transparent;
}
.about .about__term {
    margin-bottom: 25px;
    padding-right: 40px;
    text-align: right;
}
.about .about__term span {
    display: inline-block;
    vertical-align: middle;
    width: 30px;
    height: 30px;
    background: url('../img/time.svg') center no-repeat;
}
.about .about__term p {
    display: inline-block;
    vertical-align: middle;
    margin-left: 15px;
    font-family: 'ClearSans Bold',Helvetica,sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.75;
    color: #000000;
}
.about .about__link-order {
    display: block;
    margin: 55px 0 80px;
    text-decoration: underline;
    font-size: 17px;
    line-height: 1.41;
    color: #000000;
}
.about .about__link-order:hover {
    text-decoration: none;
}
.about .about__more {
    padding-bottom: 20px;
}
.about .about__more p {
    padding-bottom: 15px;
    font-size: 18px;
    line-height: 1.33;
    color: #000000;
}
.about .about__more-links a {
    display: block;
    margin: 5px 0 15px;
    font-family: 'ClearSans Bold',Helvetica,sans-serif;
    font-size: 24px;
    font-weight: 400;
    line-height: 1.0;
    color: #000000;
}
.about .about__contacts p {
    display: block;
    padding: 0;
    font-size: 16px;
    line-height: 1.25;
    color: #223a93;
}
.about .about__contacts p b {
    font-family: 'ClearSans Bold',Helvetica,sans-serif;
    font-weight: 400;
    color: #1f262f;
}
.about .about__contacts a {
    display: block;
    padding: 5px 0;
    font-size: 16px;
    font-weight: normal;
    line-height: 1.25;
    color: #1f262f;
}
.about .about__contacts a.about__mail {
    padding: 0;
    color: #223a93;
}
.about-structure > * {
    display: inline-block;
    vertical-align: top;
}
.about-top {
    padding: 40px 0 90px;
}
.about-top .about-top__link {
    position: relative;
    display: inline-block;
    vertical-align: top;
    max-width: 360px;
    height: 90px;
    margin-right: 35px;
    padding: 10px 30px;
    background-color: #f5f5f7;
    box-sizing: border-box;
}
.about-top .about-top__link span {
    position: absolute;
    top: 10px;
    right: 10px;
    width: 15px;
    height: 15px;
    background: url('../img/link.svg') center no-repeat;
}
.about-top .about-top__link::after {
    content: ' ';
    display: table;
    clear: both;
}
.about-top .about-top__logo {
    float: left;
    margin-right: 25px;
}
.about-top .about-top__logo img {
    width: 100%;
}
.about-top .about-top__logo.about-top__logo-one {
    width: 50px;
    height: 52px;
}
.about-top .about-top__logo.about-top__logo-two {
    width: 58px;
    height: 66px;
}
.about-top .about-top__text {
    overflow: hidden;
    padding-top: 15px;
    font-size: 16px;
    line-height: 1.19;
    color: #9ea2af;
}
.about-top .about-top__more {
    display: inline-block;
    vertical-align: top;
}
.about-top .about-top__more .article-share {
    display: block;
    margin-bottom: 15px;
}
.about-top .about-top__more .print-link {
    display: block;
}
.about-link {
    display: inline-block;
    vertical-align: middle;
    margin-bottom: 10px;
    padding: 5px 10px;
    background-color: #eaeaea;
    font-size: 17px;
    font-weight: bold;
    line-height: 1.29;
    color: #000000;
}
.about-link.about-link_white {
    padding: 10px 20px;
    background-color: #fff;
}
.tabs {
    position: relative;
}
.tabs .tabs__main {
    padding-top: 50px;
}
/* .tabs__menu {
  list-style-type: none;
  font-size: 0;
  padding: 0;
  border-bottom: solid 1px #bcbcbc;
  @media ($tablet) {
     margin: 0 -15px; 
    display: flex;
    align-items: flex-end;
    li {
      width: 50%;
      a {
        height: auto;
        line-height: 1.2;
        padding: 5px 15px;
        font-size: 14px;
      }
    }
  }
  li {
    display: inline-block;
    vertical-align: middle;
    a {
      position: relative;
      display: block;
      height: 64px;
      line-height: 64px;
      margin-bottom: -1px;
      padding: 0 46px;
      font-size: 20px;
      font-weight: bold;
      color: #606873;
      &.is-active {
        border: 1px solid #bcbcbc;
        border-bottom-color: #fff;
        color: #000;
        &:after {
          content: "";
          position: absolute;
          bottom: -2px;
          left: 0;
          right: 0;
          height: 1px;
          background: #fff;
        }
      }
    }
    &:first-child {
      a.is-active {
        border-left-color: #fff;
      }
    }
  }
} */
.steps {
    counter-reset: item;
    padding: 0;
    list-style-type: none;
}
.substep-text {
    line-height: 20px;
    overflow: hidden;
}
.steps__item {
    position: relative;
    padding-left: 60px;
    counter-increment: item;
}
.steps__item--substep {
    counter-increment: none;
}
.steps__item--substep:before {
    display: none;
}
.steps__item:before {
    content: counters(item, ".");
    counter-increment: 1;
    position: absolute;
    top: 0;
    left: 0;
    font-size: 50px;
    line-height: 1;
    font-weight: bold;
    -ms-transform: translateY(-50%);
        transform: translateY(-50%);
    transform: translate3d(0, -50%, 0);
}
.steps__item:after {
    content: "";
    position: absolute;
    top: 0;
    left: 55px;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background-color: #ffffff;
    border: solid 3px #000000;
}
.steps__in {
    padding-left: 40px;
    padding-bottom: 60px;
    border-left: 3px solid #d9d9d9;
}
.steps__in p {
    padding-bottom: 10px;
    font-size: 17px;
    line-height: 1.24;
    color: #1f262f;
}
.steps__in ul {
    list-style-type: none;
    padding: 0;
}
.steps__in ul li {
    padding-bottom: 10px;
    font-size: 17px;
    line-height: 1.24;
    color: #1f262f;
}
.steps__documents .document {
    margin: 30px 15px 0 0;
    padding-right: 30px;
    box-sizing: border-box;
}
.steps__documents .document .document__title {
    padding-bottom: 5px;
    font-size: 16px;
    font-weight: normal;
    line-height: 1.25;
    color: #1f262f;
}
.steps__documents .document p {
    font-size: 16px;
    line-height: 1.25;
    color: #76808d;
}
.steps__documents .document.document_single {
    max-width: 360px;
    margin-top: 0;
}
.wide-box {
    position: relative;
    margin: 0 0 50px 0;
    padding: 46px 140px;
    background: #ebebeb;
    z-index: 1;
    box-sizing: border-box;
}
.wide-box .about__text {
    color: #000;
}
.wide-box__before {
    position: absolute;
    bottom: -50px;
    left: 200px;
    width: 3px;
    height: 50px;
    background: #d9d9d9;
}
.get-patent {
    position: relative;
    font-size: 34px;
    font-weight: bold;
    padding-left: 100px;
}
.get-patent span {
    position: absolute;
    top: 10px;
    left: 48px;
    width: 26px;
    height: 26px;
    border-radius: 50%;
    background: #a5a9b5 url('../img/check_w.svg') center no-repeat;
    z-index: 2;
}
.get-patent.get-patent_m {
    position: absolute;
    bottom: 0;
    right: 0;
}
.get-patent.get-patent_m span {
    top: auto;
    bottom: -11px;
    right: 0;
    left: auto;
}
.get-patent.get-patent_m:after {
    display: none;
}
.get-patent:after {
    content: "";
    position: absolute;
    bottom: 13px;
    left: 60px;
    height: 50px;
    width: 3px;
    background: #d9d9d9;
    z-index: 1;
}
.about-more {
    padding: 90px 0;
    background-color: #f4f4f4;
}
.accordeon .accordeon__item {
    margin-bottom: 15px;
    text-align: left;
}
.accordeon .accordeon__title span {
    position: relative;
    margin: 0 0 10px 0;
    border-bottom: 1px dashed #223a93;
    cursor: pointer;
    font-family: 'ClearSans Bold',Helvetica,sans-serif;
    font-size: 24px;
    font-weight: 400;
    line-height: 1.3;
    color: #223a93;
}
.accordeon .accordeon__content {
    display: none;
    padding: 20px 0 0;
}
.accordeon .accordeon__content p {
    padding-bottom: 25px;
    font-size: 17px;
    line-height: 1.29;
    color: #000000;
}
.accordeon .accordeon__content ul {
    padding-bottom: 40px;
    list-style-type: none;
}
.accordeon .accordeon__content ul li {
    position: relative;
}
.accordeon .accordeon__content ul li p {
    padding-bottom: 10px;
}
.accordeon .accordeon__content ul li:before {
    content: '';
    position: absolute;
    top: 12px;
    left: -35px;
    width: 20px;
    height: 1px;
    border-top: solid 1px #979797;
}
.accordeon .accordeon__indent {
    margin-bottom: 30px;
}
.about-aside {
    margin-bottom: 65px;
}
.about-aside .about-aside__title {
    margin-bottom: 25px;
    font-family: 'ClearSans Bold',Helvetica,sans-serif;
    font-size: 24px;
    font-weight: 400;
    line-height: 1.0;
    color: #000000;
}
.about-aside .about-aside__faq {
    padding-bottom: 15px;
}
.about-aside .about-aside__faq a {
    display: block;
    padding-bottom: 10px;
    font-family: 'ClearSans Bold',Helvetica,sans-serif;
    font-size: 18px;
    font-weight: 400;
    line-height: 1.22;
    color: #1f262f;
}
.about-aside .about-aside__link {
    display: inline-block;
    vertical-align: middle;
    text-decoration: underline;
    font-family: 'ClearSans Bold',Helvetica,sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5;
    color: #000000;
}
.about-aside .about-aside__more {
    padding-bottom: 25px;
}
.about-aside .about-aside__more p {
    padding: 0;
    font-size: 18px;
    font-weight: normal;
    line-height: 1.33;
    color: #1f262f;
}
.about-aside .about-aside__more p b {
    font-family: 'ClearSans Bold',Helvetica,sans-serif;
    font-size: 22px;
    font-weight: 400;
    line-height: 1.09;
}
.banner-news {
    margin: 10px 0 30px;
}
.banner-news .banner {
    margin: 0;
}
.news-monthly {
    padding: 15px 0 150px;
}
.news-monthly .news-monthly__top {
    padding-bottom: 40px;
}
.news-monthly .news-monthly__top .rss-subscribe {
    float: right;
    margin-top: 15px;
}
.news-monthly .news-monthly__top::after {
    content: ' ';
    display: table;
    clear: both;
}
.news-monthly .news-monthly__filters .doc-filter {
    display: block;
    box-sizing: border-box;
    margin-bottom: 15px;
    padding: 0;
}
.news-monthly .news-monthly__filters .doc-filter:last-of-type {
    margin-bottom: 0;
}
.news-month {
    padding-bottom: 35px;
    font-size: 20px;
    font-family: 'ClearSans Bold',Helvetica,sans-serif;
    font-weight: 400;
    line-height: 1.25;
    color: #6d6d6d;
}
.news-item-wrap {
    padding: 0 0 35px;
}
.news-item {
    margin-bottom: 25px;
    clear: both;
}
.news-item .news-item__img {
    float: left;
    max-width: 260px;
    margin-right: 25px;
}
.news-item .news-item__img img {
    width: 100%;
}
.news-item .news-item__section {
    display: block;
    font-size: 16px;
    line-height: 1.5;
    color: #003ea1;
}
.news-item .news-item__title {
    display: block;
    padding: 10px 0;
    font-size: 20px;
    font-family: 'ClearSans Bold',Helvetica,sans-serif;
    font-weight: 400;
    line-height: 1.2;
    color: #1f262f;
}
.news-item .news-item__title:hover {
    color: #223a93;
}
.news-item .news-item__date {
    font-size: 14px;
    font-weight: normal;
    line-height: 1.71;
    color: #8891a0;
}
.news-item::after {
    content: ' ';
    display: table;
    clear: both;
}
.news-events {
    margin-bottom: 20px;
}
.news-events .news-events__title {
    padding-bottom: 15px;
    font-size: 15px;
    font-family: 'ClearSans Bold',Helvetica,sans-serif;
    font-weight: 400;
    line-height: 1.13;
    color: #003ea1;
}
.news-events .news-events__item {
    padding-bottom: 20px;
}
.news-events .news-events__item a {
    font-size: 17px;
    line-height: 1.29;
    color: #1f262f;
}
.news-events .news-events__item a time {
    font-family: 'ClearSans Bold',Helvetica,sans-serif;
    color: #223a93;
}
.news-events .news-events__item a:hover {
    color: #223a93;
}
.pagination {
    font-size: 0;
}
.pagination li {
    display: inline-block;
    vertical-align: middle;
    font-size: 0;
}
.pagination .pagination__item {
    display: inline-block;
    vertical-align: middle;
    padding: 10px 20px;
    transition: background-color 300ms, color 300ms;
    font-size: 16px;
    font-family: 'ClearSans Bold',Helvetica,sans-serif;
    font-weight: 400;
    color: #223a93;
}
.pagination .pagination__item a {
    text-decoration: none;
}
.pagination .pagination__item.active, .pagination .pagination__item:hover {
    background-color: #223a93;
    color: #FFF;
}
.pagination .pagination__item.active a, .pagination .pagination__item:hover a {
    color: inherit;
    text-decoration: none;
}
.login {
    position: relative;
    height: 100vh;
    text-align: center;
    font-size: 0;
}
.login .login__inn {
    display: inline-block;
    vertical-align: middle;
    width: 100%;
}
.login .login__title {
    padding-bottom: 80px;
    font-family: 'ClearSans Bold',Helvetica,sans-serif;
    font-size: 30px;
    font-weight: 400;
    line-height: 0.87;
    text-align: center;
    color: #000000;
}
.login .login__btns {}
.login .login__form {
    width: 360px;
    margin: 0 auto;
}
.login .login__form label {
    display: block;
    margin-bottom: 20px;
}
.login .login__form label span {
    display: block;
    padding-top: 5px;
    text-align: left;
    font-size: 15px;
    line-height: 1.31;
    color: #606873;
}
.login .login__form label p {
    display: block;
    padding-bottom: 10px;
    text-align: left;
    font-size: 18px;
    line-height: 1.13;
    color: #000000;
}
.login .login__btn {
    display: block;
    width: 360px;
    height: 62px;
    margin: 0 auto 20px;
    border: none;
    text-align: center;
    cursor: pointer;
    box-sizing: border-box;
    font-family: 'ClearSans Bold',Helvetica,sans-serif;
    font-size: 20px;
    font-weight: 400;
    line-height: 62px;
    color: #ffffff;
}
.login .login__btn span {
    display: inline-block;
    vertical-align: middle;
    margin-right: 20px;
    line-height: 1;
}
.login .login__btn span img {
    width: 100%;
    height: auto;
}
.login .login__btn.login-yandex span {
    width: 14px;
    height: 28px;
}
.login .login__btn.login-mail span {
    width: 28px;
    height: 28px;
}
.login .login__btn.login-vk span {
    width: 34px;
    height: 20px;
}
.login .login__btn.login-fb span {
    width: 14px;
    height: 28px;
}
.login .login__btn.login-google span {
    width: 35px;
    height: 23px;
}
.login .login__btn.login-esia span {
    width: 40px;
}
.login .login__btn-enter {
    display: block;
    width: auto;
    height: 62px;
    margin: 20px auto;
    border: none;
    padding: 10px 60px;
    background-color: #223a93;
    text-align: center;
    cursor: pointer;
    box-sizing: border-box;
    font-family: 'ClearSans Bold',Helvetica,sans-serif;
    font-size: 20px;
    font-weight: 400;
    line-height: 1.1;
    color: #ffffff;
}
.login .login__btn-enter.disabled {
    cursor: default;
    color: rgba(255, 255, 255, 0.5);
}
.login .login__input {
    display: block;
    width: 100%;
    height: 62px;
    margin: 0 auto;
    border: solid 1px #d4d4d4;
    padding: 15px;
    box-sizing: border-box;
    font-size: 20px;
    font-weight: normal;
    line-height: 1.1;
    color: #000;
}
.login .login__input span {
    float: left;
    width: 62px;
    height: 100%;
    padding: 20px 0;
    background-color: #e8e8e8;
    box-sizing: border-box;
    text-align: center;
}
.login .login__input p {
    overflow: hidden;
    padding: 20px;
    font-family: 'ClearSans Bold',Helvetica,sans-serif;
    font-size: 15px;
    font-weight: 400;
    line-height: 1.47;
    color: #000000;
}
.login .login__input.login-google {
    padding: 0 10px 0 0;
    border: none;
    background-color: #f2f2f2;
    text-align: left;
    font-size: 15px;
    font-weight: bold;
    line-height: 1.47;
    color: #000000;
}
.login .login__input.login-google::after {
    content: ' ';
    display: table;
    clear: both;
}
.login .login__input::-webkit-input-placeholder {
    font-size: 15px;
    line-height: 1;
    color: #9f9f9f;
}
.login .login__input:-ms-input-placeholder {
    font-size: 15px;
    line-height: 1;
    color: #9f9f9f;
}
.login .login__input::placeholder {
    font-size: 15px;
    line-height: 1;
    color: #9f9f9f;
}
.login .login-yandex {
    background-color: #ed312d;
}
.login .login-mail {
    background-color: #0068b7;
}
.login .login-vk {
    background-color: #5E81A8;
}
.login .login-fb {
    background-color: #0068b7;
}
.login .login-google {
    background-color: #f2f2f2;
    color: #ff4338;
}
.login .login-esia {
    background-color: #f2f2f2;
    color: #0063B0;
}
.login .login-email {
    padding-top: 15px;
    font-family: 'ClearSans Bold',Helvetica,sans-serif;
    font-size: 17px;
    font-weight: 400;
    line-height: 1.35;
    text-align: center;
    color: #606873;
}
.login .login__bottom {
    position: relative;
    bottom: 60px;
    font-size: 13px;
    font-weight: normal;
    line-height: 1.23;
    text-align: center;
    color: #606873;
}
.login .login__bottom p {
    padding-bottom: 5px;
}
.login .login__bottom a {
    display: block;
    color: #000000;
}
.login:before {
    content: "";
    display: inline-block;
    vertical-align: middle;
    width: 0;
    height: 100%;
}
.login.login_register {
    height: auto;
    padding-top: 100px;
}
.login.login_register .login__title {
    padding-bottom: 40px;
}
.login.login_register .login__bottom {
    bottom: auto;
    margin: 100px auto 20px;
}
.login.login_register .h5 {
    padding-bottom: 15px;
    text-align: left;
    font-size: 16px;
    font-weight: bold;
    line-height: 1.38;
    color: #000000;
}
.login.login_register .col-dm-69 {
    padding-right: 30px;
}
.login.login_register .captcha {
    max-width: 100%;
    margin-bottom: 20px;
}
.login.login_register .captcha-more {
    padding: 5px 15px;
    background-color: #d8d8d8;
    font-size: 13px;
    line-height: 1.31;
    color: #ffffff;
}
.close-btn {
    position: absolute;
    padding: 35px;
    top: 0;
    right: 15px;
    font-size: 30px;
    color: #a2a2a2;
    cursor: pointer;
}
.back-btn {
    position: absolute;
    padding: 35px;
    top: 0;
    left: 15px;
    font-size: 30px;
    color: #c9c9c9;
}
.popup {
    position: relative;
    padding-top: 70px;
    background-color: #fff;
}
.popup .popup__title {
    padding-bottom: 50px;
    font-family: 'ClearSans Bold',Helvetica,sans-serif;
    font-size: 34px;
    font-weight: bold;
    line-height: 0.82;
    color: #000000;
}
.popup .popup__subtitle {
    padding-bottom: 20px;
    font-family: 'ClearSans Bold',Helvetica,sans-serif;
    font-size: 24px;
    font-weight: 400;
    line-height: 0.92;
    color: #000000;
}
.popup .popup__payments {
    padding-bottom: 100px;
}
.popup .popup__payments .row {
    padding: 40px 0 45px;
    border-top: solid 1px #979797;
}
.popup .popup__payments .row:first-child {
    border: none;
}
.popup .popup__payments p {
    font-size: 19px;
    font-weight: normal;
    line-height: 1.26;
    color: #000000;
}
.popup .popup__payments p b {
    font-family: 'ClearSans Bold',Helvetica,sans-serif;
    font-weight: 400;
}
.popup .popup__payments .price p {
    font-family: 'ClearSans Bold',Helvetica,sans-serif;
    font-size: 22px;
    font-weight: 400;
    line-height: 1.36;
    color: #000000;
}
.popup .popup__payments .price span {
    font-size: 15px;
    line-height: 1.27;
    color: #606873;
}
.popup .tabs .tabs__menu li {
    display: block;
    float: left;
}
.popup .tabs .tabs__menu li a {
    height: auto;
    min-height: 64px;
    padding: 10px 30px;
    text-align: center;
    font-size: 0;
    text-align: left;
    line-height: normal;
}
.popup .tabs .tabs__menu li a span {
    display: inline-block;
    vertical-align: middle;
    font-family: 'ClearSans Bold',Helvetica,sans-serif;
    font-size: 22px;
    font-weight: 400;
    line-height: 1.27;
    color: #000;
}
.popup .tabs .tabs__menu li a:before {
    content: "";
    display: inline-block;
    vertical-align: middle;
    width: 0;
    height: 100%;
}
.popup .tabs .tabs__menu li a.is-active {
    border-top-color: #fff;
}
.popup .tabs .tabs__menu li a.is-active:after {
    bottom: -3px;
    height: 5px;
}
.popup .tabs .tabs__menu li:last-child {
    float: none;
    overflow: hidden;
}
.popup .tabs .tabs__menu li:last-child a {
    border-right-color: #FFF;
}
.popup .tabs .tabs__menu::after {
    content: ' ';
    display: table;
    clear: both;
}
.popup .document {
    width: 33%;
    padding-right: 40px;
    box-sizing: border-box;
}
.popup .slider-wrap .slick-slider .slick-track, .popup .slider-wrap .slick-slider .slick-list {
    transform: translate3d(0, 0, 0) !important;
}
.popup .slider-wrap .slick-slider .slick-list {
    padding: 0 !important;
}
.popup .slider-wrap .slider-for .slick-prev, .popup .slider-wrap .slider-for .slick-next {}
.popup .slider-wrap .slick-prev, .popup .slider-wrap .slick-next {
    -ms-transform: translate(0, 0);
        transform: translate(0, 0);
    position: absolute;
    top: 0;
    height: 100%;
    padding: 0 75px;
    z-index: 999;
}
.popup .slider-wrap .slick-prev {
    float: none;
    margin-left: -75px;
}
.popup .slider-wrap .slick-next {
    float: none;
    right: 0;
    margin-right: -75px;
}
.popup .slider-wrap .slick-prev:before, .popup .slider-wrap .slick-next:before {
    width: 26px;
    height: 44px;
}
.document-wrap {
    font-size: 0;
}
.slider-for {
    padding-bottom: 60px;
}
.slider-for .slide .slide__inn {
    max-width: 960px;
    margin: 0 auto;
}
.slider-for .slide .slide__img {
    height: auto;
    margin-bottom: 15px;
}
.slider-for .slide .slide__img img {
    width: 100%;
}
.slider-for .slide .slide__caption {
    font-size: 16px;
    line-height: 1.25;
    color: #888888;
}
.slider-nav .slide {
    padding-right: 15px;
}
.slider-nav .slide .slide__img {
    position: relative;
    width: 115px;
    height: 70px;
}
.slider-nav .slide .slide__img img {
    width: 100%;
}
.slider-nav .slide.slick-current .slide__img {}
.slider-nav .slide.slick-current .slide__img:after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: rgba(34, 58, 147, 0.78);
}
.site-map.popup_content {
    display: block !important;
}
#site-map_wrapper .popup_align {
    display: none !important;
}
.contacts-page {
    padding: 50px 0 0;
}
.contacts-page .contacts-page__title {
    padding-bottom: 15px;
}
.contacts-page .contacts-page__title span {
    padding-bottom: 5px;
    font-size: 15px;
    line-height: 1.4;
    color: #606873;
}
.contacts-page .contacts-page__title h2 {
    font-family: 'ClearSans Bold',Helvetica,sans-serif;
    font-size: 28px;
    font-weight: 400;
    line-height: 1.4;
    color: #000000;
}
.contacts-page .contacts-page__title h3 {
    padding-bottom: 15px;
    font-family: 'ClearSans Bold',Helvetica,sans-serif;
    font-size: 24px;
    font-weight: 400;
    line-height: 1.0;
    color: #000000;
}
.contacts-page .contacts-page__note {
    font-size: 14px;
    line-height: 1.29;
    color: #606873;
}
.contacts-page .contacts-page__wrap {
    padding: 50px 0 100px;
}
.contacts-page .contacts-page__wrap .row {
    padding: 0 0 70px;
}
.contacts-page .contacts-page__text p {
    padding-bottom: 10px;
    font-size: 18px;
    line-height: 1.33;
    color: #000000;
}
.contacts-page .contacts-page__text span {
    font-size: 15px;
    line-height: 1.33;
    color: #606873;
}
.contacts-page .contacts-page__info p {
    padding-bottom: 10px;
    font-size: 18px;
    line-height: 1.33;
    color: #000000;
}
.contacts-page .contacts-page__info p a {
    display: inline;
}
.contacts-page .contacts-page__info span {
    display: block;
    padding-bottom: 5px;
    font-size: 16px;
    line-height: 1.5;
    color: #656d78;
}
.contacts-page .contacts-page__info a {
    display: block;
    padding-bottom: 5px;
    font-size: 18px;
    font-weight: normal;
    line-height: 1.33;
    letter-spacing: normal;
    color: #000000;
}
.contacts-page .contacts-page__info a.tel {}
.contacts-page .contacts-page__info a.tel:hover {
    text-decoration: underline;
}
.contacts-page .contacts-page__info a.mail {
    color: #314998;
}
.contacts-page .contacts-page__info a.mail:hover {
    color: #000;
}
.contacts-page .contacts-page__addresses {
    padding-top: 20px;
}
.contacts-page .contacts-page__addresses p {
    padding-bottom: 15px;
    font-size: 16px;
    line-height: 1.2;
    color: #000000;
}
.contacts-page .contacts-page__addresses p span {
    display: inline-block;
    vertical-align: bottom;
    width: 22px;
    height: 31px;
    margin-right: 10px;
    text-align: center;
    font-size: 14px;
    line-height: 1.57;
    color: #223a93;
    background: url('../img/marker.svg') center no-repeat;
    background-size: cover;
}
.contacts-page .service-top {
    margin: 0 -20px;
    padding: 20px 0 45px;
    font-size: 0;
}
.contacts-page .service-top .service-top__title {
    margin-left: 20px;
    padding-bottom: 20px;
    font-size: 18px;
    font-weight: bold;
    line-height: 1.11;
    color: #1f262f;
}
.contacts-page .service-top .service-top__wrap {
    display: inline-block;
    vertical-align: middle;
    width: 33%;
    padding: 0 20px;
    box-sizing: border-box;
}
.contacts-page .service-top .service-top__link {
    width: 100%;
    height: 100%;
    min-height: 110px;
    margin: 0;
    padding: 10px 20px;
    background: #efefef;
}
.contacts-page .service-top .service-top__inn {
    display: table;
    height: 100%;
}
.contacts-page .service-top .service-top__logo {
    float: none;
    display: table-cell;
    vertical-align: middle;
    padding-right: 25px;
}
.contacts-page .service-top .service-top__text {
    display: table-cell;
    vertical-align: middle;
    padding: 0;
    font-size: 12px;
    line-height: 1.25;
    color: #1f262f;
}
.contacts-map {
    width: 100%;
    height: 535px;
    font-size: 0;
}
.contacts-map img {
    width: 100%;
}
.glossary {
    padding: 0;
}
.glossary .glossary__top {
    padding-bottom: 25px;
    font-size: 0;
}
.glossary .glossary__inn {
    padding-bottom: 100px;
}
.glossary .glossary__wrap {
    display: inline-block;
    vertical-align: middle;
    padding: 5px 50px 5px 0;
}
.glossary .glossary__wrap:last-child {
    padding-right: 0;
}
.glossary .glossary__link {
    display: inline-block;
    vertical-align: middle;
    margin-right: 20px;
    cursor: default;
    text-transform: uppercase;
    font-size: 17px;
    font-weight: normal;
    line-height: 1.53;
    color: #cfcfcf;
}
.glossary .glossary__link.active {
    cursor: pointer;
    color: #000000;
}
.glossary .glossary__item {
    padding-bottom: 20px;
}
.glossary .glossary__item::after {
    content: ' ';
    display: table;
    clear: both;
}
.glossary .glossary__letter {
    float: left;
    width: 100px;
    font-family: 'ClearSans Bold',Helvetica,sans-serif;
    font-size: 24px;
    font-weight: 400;
    line-height: 1.2;
    color: #000000;
}
.glossary .glossary__words {
    overflow: hidden;
}
.glossary .glossary__word {
    padding-bottom: 5px;
    font-family: 'ClearSans Bold',Helvetica,sans-serif;
    font-size: 22px;
    font-weight: 400;
    line-height: 1.18;
    color: #000000;
}
.glossary .glossary__description {
    padding-bottom: 25px;
    font-size: 19px;
    font-weight: normal;
    line-height: 1.37;
    color: #000000;
}
.page-faq h1 {
    margin-bottom: 30px;
}
.page-faq h2 {
    font-size: 34px;
    font-weight: bold;
    margin-bottom: 28px;
}
.page-faq h3 {
    font-size: 25px;
    font-weight: bold;
    margin-bottom: 15px;
    padding: 0 !important;
}
.page-faq h4 {
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 20px;
}
.page-faq .aside {
    margin-bottom: 30px;
}
.faq-question ~ .faq-links a {
    text-decoration: underline;
    color: #425aa5 !important;
}
.faq-question ~ .faq-links a:hover {
    text-decoration: none;
}
.faq-links {
    padding: 0;
    margin: 0;
    list-style-type: none;
    margin-bottom: 45px;
}
.faq-links li {
    margin-bottom: 7px;
}
.faq-links li:last-child {
    margin-bottom: 0;
}
.faq-links a {
    font-size: 18px;
}
/* .page-faq .accordeon {
    padding-top: 0 !important;
}

.accordeon .faq-question .accordeon__title span {
    font-size: 18px;
    color: #000;
    border: none;
    transition: all .2s ease;
}

.accordeon .faq-question {
    margin-bottom: 25px;
}

.accordeon .faq-question:first-child {
    margin-top: 0 !important;
}

.accordeon .faq-question.is-active {
    margin: 50px 0 45px;
    transition: all .2s ease;
}

.accordeon .faq-question.is-active .accordeon__title span {
    font-size: 26px;
}

.accordeon .faq-question .accordeon__content {
    font-size: 17px;
    padding-top: 10px;
} */
.faq-question {
    margin-bottom: 100px;
    font-size: 16px;
}
.faq-question a {
    text-decoration: underline;
    color: #425aa5 !important;
}
.faq-question a:hover {
    text-decoration: none;
}
.faq-question__info {
    margin-bottom: 35px;
}
.faq-question__answer {
    font-size: 18px;
}
.faq-question__author {
    font-size: 14px;
    margin-right: 15px;
}
.faq-question__date {
    font-size: 13px;
    line-height: 1.77;
    color: #b0b2b8;
}
.faq-rules {
    font-size: 16px;
}
.faq-rules__main {
    font-size: 19px;
}
.agreement-links {
    margin-top: 75px;
}
.page-faq h1+.btn {
    margin-bottom: 25px;
}
.form {
    width: 660px;
}
.form .doc-filter {
    width: 460px;
}
.form input, .form textarea {
    font-size: 17px;
}
.form .captcha-wrapper {
    margin-top: 55px;
    font-size: 15px;
    color: #000000;
}
.form .captcha {}
.form .captcha-more {
    background-color: #d8d8d8;
    color: #fff;
    display: inline-block;
    padding: 5px 12px;
}
.form__caption {
    font-size: 15px;
    color: #606873;
    margin-bottom: 45px;
    display: block;
}
.page-subscribe .btn {
    max-width: none;
}
.page-subscribe h2 {
    margin-bottom: 15px;
}
.page-subscribe .subscribe-section {
    margin-bottom: 45px;
}
.page-subscribe .subscribe-section:last-child {
    margin-bottom: 0;
}
.page-data h3 {
    margin-bottom: 15px;
}
.page-data a {
    text-decoration: underline;
}
.page-data .table {
    margin-bottom: 30px;
}
.page-data .table th {
    width: auto !important;
}
.page-data .table th:first-child {
    width: 7%;
    text-align: center;
}
.page-data .table td:first-child {
    text-align: center;
}
.page-data .table th.center {
    text-align: center;
}
.page-data .table td.center {
    text-align: center;
}
.page-data .table td.td-grey {
    background-color: #f1f1f1;
}
#dataset_rating2 label {
    font-size: 0;
}
#dataset_rating2 label {
    font-size: 0;
}
#dataset_rating2 label:after {
    content: '★';
    display: inline-block;
    vertical-align: middle;
    font-size: 21px;
    color: #d7d7d7;
}
#dataset_rating2 label.active:after {
    color: red;
}
#dataset_rating2 {
    font-size: 0;
}
#dataset_rating label {
    font-size: 0;
}
#dataset_rating label input {
    display: none;
}
#dataset_rating label:after {
    content: '★';
    display: inline-block;
    vertical-align: middle;
    font-size: 21px;
    color: #d7d7d7;
}
#dataset_rating label.active:after, #dataset_rating label.hover-active:after {
    color: red;
    cursor: pointer;
}
#dataset_rating {
    font-size: 0;
}
.vote {
    padding: 25px;
    border: 1px solid #d8dadd;
}
.vote__status {
    margin: 20px 0;
    color: #00a65a;
    font-size: 17px;
}
.vote__name {
    display: inline-block;
    vertical-align: middle;
    padding-right: 10px;
    font-family: 'ClearSans Bold',Helvetica,sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.64;
    color: #000000;
}
.vote__name-question {
    padding-bottom: 15px;
    font-family: 'ClearSans Bold',Helvetica,sans-serif;
    font-size: 20px;
    font-weight: 400;
    line-height: 1.15;
    color: #000000;
    margin: 20px 0;
}
.vote__result-name {
    display: block;
    font-size: 16px;
    color: #000000;
    margin-bottom: 10px;
    max-width: calc(100% - 80px);
}
.vote__result-line {
    height: 15px;
    background: #eaeaea;
    position: relative;
    transition: all .3s ease;
}
.vote__result-line--inner {
    position: absolute;
    top: 0;
    left: 0;
    height: 15px;
    background: #223a93;
}
.vote__result {
    display: none;
}
.vote__result-items {
    max-width: 588px;
}
.vote__result-item {
    position: relative;
    margin-bottom: 20px;
}
.vote__result-count {
    position: absolute;
    right: 0;
    top: -20px;
    font-size: 13px;
}
.vote__result-percent {
    color: #eee;
    margin-left: 10px;
    min-width: 40px;
    display: inline-block;
    text-align: right;
}
.vote__result-number {
    font-weight: bold;
    display: inline-block;
    text-align: left;
    font-size: 15px;
}
.vision {
    display: none;
}
/* Middle font  */
/* /Middle font  */
/* Middle font + Middle letter */
/* /Middle font + Middle letter */
/* Middle font + Big letter */
/* /Middle font + Big letter */
/* Big font */
/* /Big font */
/* Big font + Middle letter */
/* /Big font + Middle letter */
/* Big font + Big letter */
/* /Big font + Big letter */
.no-pictures img {
    display: none !important;
}
.no-pictures * {
    background-image: none;
}
.no-pictures .statistics {
    background: #000;
}
.test h2, .test-subheader, .test-result-description {
    font-size: 28px;
    margin: 30px 0;
    font-weight: bold;
}
.test-question {
    margin-bottom: 30px;
    opacity: 0.3;
    transition: all .3s ease;
    cursor: not-allowed;
    pointer-events: none;
}
.test-question .input-error {
    margin: 10px 0 0 0;
    display: block;
    font-size: 16px;
}
.test-question.active, .test button[type="submit"].active {
    opacity: 1;
    pointer-events: auto;
    cursor: initial;
}
.question-description {
    margin-bottom: 15px;
}
.test button[type="submit"] {
    opacity: 0.3;
    transition: all .3s ease;
    cursor: not-allowed;
    pointer-events: none;
}
.test-result-description img {
    display: block;
    margin-bottom: 15px;
    max-width: 100%;
}
.attorney-info-table {
    font-size: 18px;
}
.attorney-info-table dt {
    font-weight: bold;
    margin-right: 10px;
    float: left;
    clear: left;
}
.attorney-info-table dd {
    display: inline;
}
.user-name {
    margin-bottom: 15px;
    font-size: 32px;
}
.requests-table-container {
    margin-top: 35px;
}
.requests-table-container h3 {
    font-size: 21px;
    margin-bottom: 15px;
}
.requests-table-container table {
    width: 100%;
}
.requests-table-container .table {
    margin-bottom: 15px;
}
.cke_wysiwyg_frame a {
    text-decoration: underline;
}
@media screen and (min-width: 1025px) and (max-width: 1199px) {
    .font_middle .main-nav__item-link {
        font-size: 21px !important;
    }
}
@media screen and (min-width: 1025px) and (max-width: 1240px) {
    .page-header__link--about {
        font-size: 14px !important;
        letter-spacing: 0 !important;
    }
    .page-header__actions-item {
        margin-left: 15px !important;
    }
    .page-header__apply-link {
        letter-spacing: 0 !important;
    }
}
@media screen and (min-width: 1025px) and (max-width: 1539px) {
    .font_big.letter_big .main-nav__item-link {
        font-size: 21px !important;
    }
}
@media screen and (min-width: 1025px) and (max-width: 1200px) {
    .font_middle.letter_middle .main-nav__item-link {
        font-size: 19px !important;
    }
}
@media screen and (min-width: 1025px) and (max-width: 1379px) {
    .font_big.letter_middle .main-nav__item-link {
        font-size: 21px !important;
    }
}
@media screen and (min-width: 1025px) and (max-width: 1354px) {
    .font_middle.letter_big .main-nav__list {
        white-space: normal;
    }
}
@media screen and (min-width: 1025px) {
    .docs-filters__close {
        display: none;
    }
    .vision {
        display: block;
        position: fixed;
        height: 100vh;
        background: #fff;
        width: 320px;
        top: 0;
        right: 0;
        z-index: 2002;
        padding: 50px;
        box-shadow: 0 0 50px 50px rgba(0, 0, 0, .5);
        visibility: hidden;
        -ms-transform: translateX(440px);
        transform: translateX(440px);
        -sand-transform: translate(440px, 0);
        transition: all 1s ease;
        overflow-y: auto;
    }
    .vision .radiobtn--block {
        display: block;
    }
    .vision .site-map__close {
        position: absolute;
        top: 15px;
        right: 15px;
        left: auto;
    }
    .overlay {
        position: fixed;
        width: 100%;
        height: 100%;
        background: rgba(0, 0, 0, .5);
        z-index: 2001;
        visibility: hidden;
        opacity: 0;
        top: 0;
        left: 0;
        transition: all .3s ease;
    }
    .overlay-visible {
        visibility: visible;
        opacity: 1;
    }
    .vision-visible {
        visibility: visible;
        -ms-transform: translateX(0);
        transform: translateX(0);
        -sand-transform: translate(0, 0);
    }
    .vision__title {
        margin: 10px 0 20px 0;
        font-size: 16px;
        line-height: 1.06;
        color: #606873;
    }
    .vision__nav {
        padding-top: 50px;
    }
    /*//main vision*/
    .black {
        background: #000;
    }
    .black a {
        color: #fff;
    }
    .black a:hover {
        color: #fff;
        text-decoration: none;
    }
    .black .main-nav__subitem-link, .black .main-nav__subitem-link:hover {
        color: #000;
    }
    .black .article ul li:before, .black .page-description ul li:before, .black .page-content ul li:before {
        background-color: #000 !important;
    }
    .black .page-data .table td.td-grey, .black .resources, .black .service-link, .black .service-topper {
        background: #000;
    }
    .black .contacts .contacts__mail, .black .contacts .contacts__accent {
        color: #4959c7;
    }
    .black .page-header__link--about, .black .page-header__social-item, .black .news h3, .black .news__calendar time, .black .news h1 a, .black .news__text, .black .news__main time, .black .news__more time, .black .news .news__calendar a, .black .news__more h2, .black .rss-subscribe__text, .black .activities__institution-text, .black .page-footer__copyright, .black .page-footer__error, .black .about-structure__text, .black .article p, .black .h1, .black .h2, .black .h3, .black .h4, .black .contents .contents__list li a, .black .contacts-page .contacts-page__title h2, .black .contacts-page .service-top .service-top__title, .black .contacts-page .contacts-page__text p, .black .contacts-page .contacts-page__addresses p, .black .contacts-page .contacts-page__info a, .black .contacts-page .contacts-page__info p, .black .contacts-page .contacts-page__title h3, .black .page-data .table td, .black .breadcrumbs .breadcrumbs__link, .black .search-found p, .black .search-sort.active, .black .radiobtn span, .black .doc-filter .doc-filter__checkbox .checkbox span, .black .document .document__title, .black .document .document__section, .black .page-faq, .black .agreement-links .btn+a, .black .recourse-form__caption, .black .doc-filter .label .input-error, .black .doc-filter .doc-filter__title, .black .file, .black .document .document__link, .black .document .document__info p, .black .glossary .glossary__link.active, .black .glossary .glossary__word, .black .glossary .glossary__description, .black .glossary .glossary__word, .black .glossary .glossary__description, .black .glossary .glossary__letter, .black .news-item .news-item__section, .black .news-item .news-item__title, .black .news-events .news-events__item a time, .black .news-events .news-events__item a, .black .news-events .news-events__title, .black .more-news .more-news__title, .black .one-news .addition h3, .black .addition .addition__info a, .black .share-link span, .black .next-news .next-news__title, .black .next-news__top, .black .search-result .search-result__title a, .black .search-result .search-result__text, .black .search-result .search-result__section a, .black .tabs__menu li a.is-active, .black .steps__in ul li, .black .steps__in p, .black .service .service__price b, .black .steps__title, .black .steps__item:before, .black .contacts a, .black .service .service__link-order, .black .service .service__more p, .black .service .service__more-links a, .black .service .service__contacts p b, .black .service .service__contacts a, .black .get-patent, .black .tabs__menu li a, .black .services-page .service-item, .black .services-group__title, .black .article ul li, .black .figcaption span, .black .article table td, .black .diagram .diagram__percent, .black .diagram .diagram__title, .black .diagram .diagram__number, .black .diagram-legend .diagram-legend__title, .black .diagram-legend .diagram-legend__percent, .black .contacts-page .contacts-page__title span, .black .contacts-page .contacts-page__note, .black .contacts-page .contacts-page__text span, .black .contacts-page .contacts-page__info span, .black .news-month, .black .news-item .news-item__date, .black .search-result .search-result__section, .black .search-result .search-result__date, .black .article p, .black .page-description p, .black .caution-wrapper h3, .black .page-data h3, .black .small-text, .black .page-description, .black .article-share p {
        color: #fff;
    }
    .black .page-header__link--about:hover, .black .page-header__social-item:hover, .black .news h3:hover, .black .news__calendar time:hover, .black .news h1 a:hover, .black .news__text:hover, .black .news__main time:hover, .black .news__more time:hover, .black .news .news__calendar a:hover, .black .news__more h2:hover, .black .rss-subscribe__text:hover, .black .activities__institution-text:hover, .black .page-footer__copyright:hover, .black .page-footer__error:hover, .black .about-structure__text:hover, .black .article p:hover, .black .h1:hover, .black .h2:hover, .black .h3:hover, .black .h4:hover, .black .contents .contents__list li a:hover, .black .contacts-page .contacts-page__title h2:hover, .black .contacts-page .service-top .service-top__title:hover, .black .contacts-page .contacts-page__text p:hover, .black .contacts-page .contacts-page__addresses p:hover, .black .contacts-page .contacts-page__info a:hover, .black .contacts-page .contacts-page__info p:hover, .black .contacts-page .contacts-page__title h3:hover, .black .page-data .table td:hover, .black .breadcrumbs .breadcrumbs__link:hover, .black .search-found p:hover, .black .search-sort.active:hover, .black .radiobtn span:hover, .black .doc-filter .doc-filter__checkbox .checkbox span:hover, .black .document .document__title:hover, .black .document .document__section:hover, .black .page-faq:hover, .black .agreement-links .btn+a:hover, .black .recourse-form__caption:hover, .black .doc-filter .label .input-error:hover, .black .doc-filter .doc-filter__title:hover, .black .file:hover, .black .document .document__link:hover, .black .document .document__info p:hover, .black .glossary .glossary__link.active:hover, .black .glossary .glossary__word:hover, .black .glossary .glossary__description:hover, .black .glossary .glossary__word:hover, .black .glossary .glossary__description:hover, .black .glossary .glossary__letter:hover, .black .news-item .news-item__section:hover, .black .news-item .news-item__title:hover, .black .news-events .news-events__item a time:hover, .black .news-events .news-events__item a:hover, .black .news-events .news-events__title:hover, .black .more-news .more-news__title:hover, .black .one-news .addition h3:hover, .black .addition .addition__info a:hover, .black .share-link span:hover, .black .next-news .next-news__title:hover, .black .next-news__top:hover, .black .search-result .search-result__title a:hover, .black .search-result .search-result__text:hover, .black .search-result .search-result__section a:hover, .black .tabs__menu li a.is-active:hover, .black .steps__in ul li:hover, .black .steps__in p:hover, .black .service .service__price b:hover, .black .steps__title:hover, .black .steps__item:before:hover, .black .contacts a:hover, .black .service .service__link-order:hover, .black .service .service__more p:hover, .black .service .service__more-links a:hover, .black .service .service__contacts p b:hover, .black .service .service__contacts a:hover, .black .get-patent:hover, .black .tabs__menu li a:hover, .black .services-page .service-item:hover, .black .services-group__title:hover, .black .article ul li:hover, .black .figcaption span:hover, .black .article table td:hover, .black .diagram .diagram__percent:hover, .black .diagram .diagram__title:hover, .black .diagram .diagram__number:hover, .black .diagram-legend .diagram-legend__title:hover, .black .diagram-legend .diagram-legend__percent:hover, .black .contacts-page .contacts-page__title span:hover, .black .contacts-page .contacts-page__note:hover, .black .contacts-page .contacts-page__text span:hover, .black .contacts-page .contacts-page__info span:hover, .black .news-month:hover, .black .news-item .news-item__date:hover, .black .search-result .search-result__section:hover, .black .search-result .search-result__date:hover, .black .article p:hover, .black .page-description p:hover, .black .caution-wrapper h3:hover, .black .page-data h3:hover, .black .small-text:hover, .black .page-description:hover, .black .article-share p:hover {
        color: #fff;
    }
    .black .vision__nav .radiobtn span, .black .dropdown a, .black .dropdown a:visited, .black .show-more, .black .captcha-more, .black .wide-box .steps__title, .black .main-nav__item-link, .black .page-header__apply-link, .black .news__attention a, .black .services__item a, .black .main-nav__burger, .black .site-map__close, .black .site-map__header a, .black .site-map__item a, .black .update__wrapper, .black .tags__item a, .black .recourse-form .captcha-more, .black .service .substep-text__toggle, .black .service-more a, .black .contacts__link-item a, .black .article table td.td-grey {
        color: #000;
    }
    .black .vision__nav .radiobtn span:hover, .black .dropdown a:hover, .black .dropdown a:visited:hover, .black .show-more:hover, .black .captcha-more:hover, .black .wide-box .steps__title:hover, .black .main-nav__item-link:hover, .black .page-header__apply-link:hover, .black .news__attention a:hover, .black .services__item a:hover, .black .main-nav__burger:hover, .black .site-map__close:hover, .black .site-map__header a:hover, .black .site-map__item a:hover, .black .update__wrapper:hover, .black .tags__item a:hover, .black .recourse-form .captcha-more:hover, .black .service .substep-text__toggle:hover, .black .service-more a:hover, .black .contacts__link-item a:hover, .black .article table td.td-grey:hover {
        color: #000;
    }
    .black .page-header__apply, .black .news__attention, .black .services__item, .black .update, .black .page-footer, .black .tags__item, .black .doc-filter .radiobtn [type="radio"]:checked+span:after, .black .recourse-form .captcha-more, .black .article ul li:before, .black .page-description ul li:before, .black .page-content ul li:before {
        background: #fff;
    }
    .black .services__item {}
    .black .services__item:hover {
        background: #000;
        box-shadow: 10px 10px #fff, -10px -10px #fff;
    }
    .black .services__item:hover a {
        color: #fff;
    }
    .black input#site-map__search {
        border-color: #000;
    }
    .black .page-footer__tags, .black .page-footer__last {
        background-color: #000;
    }
    .black .activities__institution-item {}
    .black .activities__institution-item:hover .activities__institution-title {
        color: #fff;
    }
    .black .page-header__apply {}
    .black .page-header__apply:hover {
        box-shadow: none;
    }
    .black .main-nav__left .icon-version, .black .main-nav__left .icon-search, .black .main-nav__left .icon-user {
        color: #000;
    }
    .black .main-nav__left .icon-version:hover, .black .main-nav__left .icon-search:hover, .black .main-nav__left .icon-user:hover {
        text-decoration: none;
    }
    .black .main-nav__left .captcha-wrapper {
        display: none;
    }
    .blue {
        background: #9dd1ff;
        color: #063462;
    }
    .blue a {
        color: #063462;
    }
    .blue a:hover {
        color: #063462;
        text-decoration: none;
    }
    .blue .main-nav__subitem-link, .blue .main-nav__subitem-link:hover {
        color: #000;
    }
    .blue .article ul li:before, .blue .page-description ul li:before, .blue .page-content ul li:before, .blue .page-data .table td.td-grey, .blue .resources, .blue .service-link, .blue .update, .blue .popup {
        background: #9dd1ff;
    }
    .blue .contacts .contacts__mail, .blue .contacts .contacts__accent {
        color: #4959c7;
    }
    .blue .page-header__link--about, .blue .page-header__social-item, .blue .news h3, .blue .news__calendar time, .blue .news h1 a, .blue .news__text, .blue .news__main time, .blue .news__more time, .blue .news .news__calendar a, .blue .news__more h2, .blue .rss-subscribe__text, .blue .activities__institution-text, .blue .page-footer__copyright, .blue .page-footer__error, .blue .about-structure__text, .blue .article p, .blue .h1, .blue .h2, .blue .h3, .blue .h4, .blue .contents .contents__list li a, .blue .contacts-page .contacts-page__title h2, .blue .contacts-page .service-top .service-top__title, .blue .contacts-page .contacts-page__text p, .blue .contacts-page .contacts-page__addresses p, .blue .contacts-page .contacts-page__info a, .blue .contacts-page .contacts-page__info p, .blue .contacts-page .contacts-page__title h3, .blue .page-data .table td, .blue .breadcrumbs .breadcrumbs__link, .blue .search-found p, .blue .search-sort.active, .blue .radiobtn span, .blue .doc-filter .doc-filter__checkbox .checkbox span, .blue .document .document__title, .blue .document .document__section, .blue .page-faq, .blue .agreement-links .btn+a, .blue .recourse-form__caption, .blue .doc-filter .label .input-error, .blue .doc-filter .doc-filter__title, .blue .file, .blue .document .document__link, .blue .document .document__info p, .blue .glossary .glossary__link.active, .blue .glossary .glossary__word, .blue .glossary .glossary__description, .blue .glossary .glossary__word, .blue .glossary .glossary__description, .blue .glossary .glossary__letter, .blue .news-item .news-item__section, .blue .news-item .news-item__title, .blue .news-events .news-events__item a time, .blue .news-events .news-events__item a, .blue .news-events .news-events__title, .blue .more-news .more-news__title, .blue .one-news .addition h3, .blue .addition .addition__info a, .blue .share-link span, .blue .next-news .next-news__title, .blue .next-news__top, .blue .search-result .search-result__title a, .blue .search-result .search-result__text, .blue .search-result .search-result__section a, .blue .tabs__menu li a.is-active, .blue .steps__in ul li, .blue .steps__in p, .blue .service .service__price b, .blue .steps__title, .blue .steps__item:before, .blue .contacts a, .blue .service .service__link-order, .blue .service .service__more p, .blue .service .service__more-links a, .blue .service .service__contacts p b, .blue .service .service__contacts a, .blue .get-patent, .blue .tabs__menu li a, .blue .services-page .service-item, .blue .services-group__title, .blue .article ul li, .blue .figcaption span, .blue .article table td, .blue .diagram .diagram__percent, .blue .diagram .diagram__title, .blue .diagram .diagram__number, .blue .diagram-legend .diagram-legend__title, .blue .diagram-legend .diagram-legend__percent, .blue .contacts-page .contacts-page__title span, .blue .contacts-page .contacts-page__note, .blue .contacts-page .contacts-page__text span, .blue .contacts-page .contacts-page__info span, .blue .news-month, .blue .news-item .news-item__date, .blue .search-result .search-result__section, .blue .search-result .search-result__date, .blue .article p, .blue .page-description p, .blue .caution-wrapper h3, .blue .page-data h3, .blue .small-text, .blue .page-description, .blue .service-topper .service-topper__text p, .blue .slick-prev:before, .blue .slick-next:before, .blue .vision__nav .radiobtn span, .blue .dropdown a, .blue .dropdown a:visited, .blue .show-more, .blue .captcha-more, .blue .wide-box .steps__title, .blue .main-nav__item-link, .blue .page-header__apply-link, .blue .news a, .blue .services__item a, .blue .main-nav__burger, .blue .site-map__close, .blue .site-map__header a, .blue .site-map__item a, .blue .update__wrapper, .blue .tags__item a, .blue .recourse-form .captcha-more, .blue .service .substep-text__toggle, .blue .service-more a, .blue .contacts__link-item a, .blue .article table td.td-grey, .blue .addition .addition__info p, .blue .article table td, .blue .page-description table td, .blue .page-data table td, .blue .user table td, .blue .faq-question__dateб
    .slick-prev:before, .blue .slick-next:before, .blue .slide__caption, .blue .search-result .search-result__doc span, .blue .search-category a span, .blue .service-topper .service-topper__more {
        color: #063462;
    }
    .blue .page-header__link--about:hover, .blue .page-header__social-item:hover, .blue .news h3:hover, .blue .news__calendar time:hover, .blue .news h1 a:hover, .blue .news__text:hover, .blue .news__main time:hover, .blue .news__more time:hover, .blue .news .news__calendar a:hover, .blue .news__more h2:hover, .blue .rss-subscribe__text:hover, .blue .activities__institution-text:hover, .blue .page-footer__copyright:hover, .blue .page-footer__error:hover, .blue .about-structure__text:hover, .blue .article p:hover, .blue .h1:hover, .blue .h2:hover, .blue .h3:hover, .blue .h4:hover, .blue .contents .contents__list li a:hover, .blue .contacts-page .contacts-page__title h2:hover, .blue .contacts-page .service-top .service-top__title:hover, .blue .contacts-page .contacts-page__text p:hover, .blue .contacts-page .contacts-page__addresses p:hover, .blue .contacts-page .contacts-page__info a:hover, .blue .contacts-page .contacts-page__info p:hover, .blue .contacts-page .contacts-page__title h3:hover, .blue .page-data .table td:hover, .blue .breadcrumbs .breadcrumbs__link:hover, .blue .search-found p:hover, .blue .search-sort.active:hover, .blue .radiobtn span:hover, .blue .doc-filter .doc-filter__checkbox .checkbox span:hover, .blue .document .document__title:hover, .blue .document .document__section:hover, .blue .page-faq:hover, .blue .agreement-links .btn+a:hover, .blue .recourse-form__caption:hover, .blue .doc-filter .label .input-error:hover, .blue .doc-filter .doc-filter__title:hover, .blue .file:hover, .blue .document .document__link:hover, .blue .document .document__info p:hover, .blue .glossary .glossary__link.active:hover, .blue .glossary .glossary__word:hover, .blue .glossary .glossary__description:hover, .blue .glossary .glossary__word:hover, .blue .glossary .glossary__description:hover, .blue .glossary .glossary__letter:hover, .blue .news-item .news-item__section:hover, .blue .news-item .news-item__title:hover, .blue .news-events .news-events__item a time:hover, .blue .news-events .news-events__item a:hover, .blue .news-events .news-events__title:hover, .blue .more-news .more-news__title:hover, .blue .one-news .addition h3:hover, .blue .addition .addition__info a:hover, .blue .share-link span:hover, .blue .next-news .next-news__title:hover, .blue .next-news__top:hover, .blue .search-result .search-result__title a:hover, .blue .search-result .search-result__text:hover, .blue .search-result .search-result__section a:hover, .blue .tabs__menu li a.is-active:hover, .blue .steps__in ul li:hover, .blue .steps__in p:hover, .blue .service .service__price b:hover, .blue .steps__title:hover, .blue .steps__item:before:hover, .blue .contacts a:hover, .blue .service .service__link-order:hover, .blue .service .service__more p:hover, .blue .service .service__more-links a:hover, .blue .service .service__contacts p b:hover, .blue .service .service__contacts a:hover, .blue .get-patent:hover, .blue .tabs__menu li a:hover, .blue .services-page .service-item:hover, .blue .services-group__title:hover, .blue .article ul li:hover, .blue .figcaption span:hover, .blue .article table td:hover, .blue .diagram .diagram__percent:hover, .blue .diagram .diagram__title:hover, .blue .diagram .diagram__number:hover, .blue .diagram-legend .diagram-legend__title:hover, .blue .diagram-legend .diagram-legend__percent:hover, .blue .contacts-page .contacts-page__title span:hover, .blue .contacts-page .contacts-page__note:hover, .blue .contacts-page .contacts-page__text span:hover, .blue .contacts-page .contacts-page__info span:hover, .blue .news-month:hover, .blue .news-item .news-item__date:hover, .blue .search-result .search-result__section:hover, .blue .search-result .search-result__date:hover, .blue .article p:hover, .blue .page-description p:hover, .blue .caution-wrapper h3:hover, .blue .page-data h3:hover, .blue .small-text:hover, .blue .page-description:hover, .blue .service-topper .service-topper__text p:hover, .blue .slick-prev:before:hover, .blue .slick-next:before:hover, .blue .vision__nav .radiobtn span:hover, .blue .dropdown a:hover, .blue .dropdown a:visited:hover, .blue .show-more:hover, .blue .captcha-more:hover, .blue .wide-box .steps__title:hover, .blue .main-nav__item-link:hover, .blue .page-header__apply-link:hover, .blue .news a:hover, .blue .services__item a:hover, .blue .main-nav__burger:hover, .blue .site-map__close:hover, .blue .site-map__header a:hover, .blue .site-map__item a:hover, .blue .update__wrapper:hover, .blue .tags__item a:hover, .blue .recourse-form .captcha-more:hover, .blue .service .substep-text__toggle:hover, .blue .service-more a:hover, .blue .contacts__link-item a:hover, .blue .article table td.td-grey:hover, .blue .addition .addition__info p:hover, .blue .article table td:hover, .blue .page-description table td:hover, .blue .page-data table td:hover, .blue .user table td:hover, .blue .faq-question__dateб
    .slick-prev:before:hover, .blue .slick-next:before:hover, .blue .slide__caption:hover, .blue .search-result .search-result__doc span:hover, .blue .search-category a span:hover, .blue .service-topper .service-topper__more:hover {
        color: #063462;
    }
    .blue .service-topper {
        background-color: #9c9c9c;
    }
    .blue .statistics__links a, .blue .statistics__more a, .blue .btn a, .blue .about-topper h1, .blue .about-topper .breadcrumbs__link, .blue .about-topper .document .document__title {
        color: #fff;
    }
    .blue .breadcrumbs .breadcrumbs__link:after {
        border-color: transparent transparent transparent #063462;
    }
    .blue .back-link::before {
        border-color: transparent #063462 transparent transparent;
    }
    .blue .glossary__link {
        color: #9c9c9c;
    }
    .blue .article ul li:before, .blue .page-description ul li:before, .blue .tabs__menu li a.is-active:after, .blue .get-patent:after, .blue .wide-box__before, .blue .doc-filter .radiobtn [type="radio"]:checked+span:after {
        background: #063462;
    }
    .blue .page-header__apply, .blue .news__attention, .blue .services__item, .blue .page-footer, .blue .tags__item, .blue .recourse-form .captcha-more {
        background: #fff;
    }
    .blue .article table td, .blue .page-description table td, .blue .user table td {
        border-bottom: 1px solid #fff;
    }
    .blue .services__item {}
    .blue .services__item:hover {
        background: #000;
        box-shadow: 10px 10px #fff, -10px -10px #fff;
    }
    .blue .services__item:hover a {
        color: #063462;
    }
    .blue input#site-map__search, .blue .page-data table td, .blue .tabs__menu li:first-child a.is-active, .blue .tabs__menu li a.is-active, .blue .tabs__menu, .blue .vote, .blue .radiobtn [type="radio"]:not(:checked)+span:before, .blue .radiobtn [type="radio"]:checked+span:before, .blue .popup .popup__payments .row, .blue .search-category a, .blue .steps__in, .blue .about-structure, .blue .one-news {
        border-color: #063462;
    }
    .blue .get-patent span {
        background: #063462 url('../img/check_w.svg') center no-repeat;
    }
    .blue .page-footer__tags, .blue .page-footer__last, .blue .update__wrapper {
        background-color: #9dd1ff;
    }
    .blue .activities__institution-item {}
    .blue .activities__institution-item:hover .activities__institution-title {
        color: #063462;
    }
    .blue .page-header__apply {}
    .blue .page-header__apply:hover {
        box-shadow: none;
    }
    .blue .main-nav__left .icon-version, .blue .main-nav__left .icon-search, .blue .main-nav__left .icon-user {
        color: #063462;
    }
    .blue .main-nav__left .icon-version:hover, .blue .main-nav__left .icon-search:hover, .blue .main-nav__left .icon-user:hover {
        text-decoration: none;
    }
    .blue .main-nav__left .captcha-wrapper {
        display: none;
    }
    .font_middle .contacts__link-item p, .font_middle .small-text {
        font-size: 14px;
    }
    .font_middle .contacts-page .service-top .service-top__text, .font_middle .dropdown a, .font_middle .dropdown a:visited {
        font-size: 16px;
    }
    .font_middle .update__wrapper, .font_middle .page-footer__error, .font_middle .page-footer__widget a, .font_middle .tags.tags_docs .tags__item a, .font_middle .faq-question__date, .font_middle .comment .comment__date, .font_middle .captcha-more, .font_middle .diagram .diagram__percent {
        font-size: 17px;
    }
    .font_middle .page-header__link--about, .font_middle .news__main time, .font_middle .news__more time, .font_middle .statistics__news-box time, .font_middle .page-footer__copyright, .font_middle .activities__institution-text, .font_middle .rss-subscribe__text, .font_middle .contacts-page .contacts-page__note, .font_middle .page-data .table td, .font_middle .search-found p, .font_middle .search-sort, .font_middle .doc-filter .label .input, .font_middle .faq-question__author, .font_middle .doc-filter .label .input-error, .font_middle .news__wrap .news__item time, .font_middle .news-item .news-item__date, .font_middle .figcaption span, .font_middle .comment .comment__author, .font_middle .review input, .font_middle .next-news__top, .font_middle .search-result .search-result__date, .font_middle .service-item p, .font_middle .article table td, .font_middle .service-aside__more, .font_middle .addition .addition__info p, .font_middle .caution-wrapper h3, .font_middle .page-data h3, .font_middle .caution, .font_middle .caution-wrapper>p {
        font-size: 18px;
    }
    .font_middle .page-header__lang, .font_middle .news h3, .font_middle .tags__item a, .font_middle .contacts-page .contacts-page__title span, .font_middle .contacts-page .contacts-page__text span, .font_middle .page-data .table th, .font_middle .document .document__section, .font_middle .document .document__info p, .font_middle .doc-filter .radiobtn span, .font_middle .recourse-form__caption, .font_middle .singleSelect li, .font_middle .news-events .news-events__title, .font_middle .more-news .more-news__title, .font_middle .comment .comment__text, .font_middle .show-more, .font_middle .search-result .search-result__top, .font_middle .search-result .search-result__section, .font_middle .article table th, .font_middle .diagram .diagram__number {
        font-size: 20px;
        line-height: normal;
    }
    .font_middle .news__text, .font_middle .statistics__more a, .font_middle .contacts__block, .font_middle .site-map__item, .font_middle .rss-subscribe__logo, .font_middle .contacts-page .contacts-page__addresses p, .font_middle .contacts-page .contacts-page__info span, .font_middle .breadcrumbs .breadcrumbs__link, .font_middle .doc-filter .doc-filter__title, .font_middle .doc-filter .checkbox span, .font_middle .agreement-links .btn+a, .font_middle .faq-rules, .font_middle .file, .font_middle .news-item .news-item__section, .font_middle .pagination .pagination__item, .font_middle .review .review__btn, .font_middle .service-top .service-top__text, .font_middle .service-topper .service-topper__more, .font_middle .diagram .diagram__title, .font_middle .diagram-legend .diagram-legend__title, .font_middle .diagram-legend .diagram-legend__percent, .font_middle .search-result .search-result__text, .font_middle .service .service__term p, .font_middle .service .service__contacts a, .font_middle .service-aside .service-aside__link {
        font-size: 21px;
        line-height: normal;
    }
    .font_middle .page-header__apply, .font_middle .resources__links--small a, .font_middle .activities__links--small a, .font_middle .about-topper .document .document__title, .font_middle .contents .contents__list li a, .font_middle .btn, .font_middle .recourse-form input, .font_middle .recourse-form textarea, .font_middle .doc-filter__td--title, .font_middle .glossary .glossary__link, .font_middle .news-events .news-events__item a, .font_middle .review .review__title, .font_middle .search-category a, .font_middle .steps__in ul li, .font_middle .steps__in p, .font_middle .service-link, .font_middle .service .service__text, .font_middle .service .service__link-order, .font_middle .page-description {
        font-size: 22px;
    }
    .font_middle .about-topper__link, .font_middle .article p, .font_middle .about-links a, .font_middle .about-structure, .font_middle .contacts-page .service-top .service-top__title, .font_middle .contacts-page .contacts-page__text p, .font_middle .contacts-page .contacts-page__info a, .font_middle .document .document__number, .font_middle .faq-links a, .font_middle .aside-links__list, .font_middle .faq-question__answer, .font_middle .article ul li, .font_middle .about-topper .about-topper__link p, .font_middle .service .service__more p, .font_middle .service-aside .service-aside__faq a, .font_middle .service-aside .service-aside__more p, .font_middle .service .substep-text__toggle, .font_middle .article p, .font_middle .page-description p, .font_middle .page-data a, .font_middle .article ul li, .font_middle .page-description ul li, .font_middle .page-content ul li {
        font-size: 23px;
    }
    .font_middle .main-nav__item-link, .font_middle .services__item a, .font_middle .faq-rules__main, .font_middle .glossary .glossary__description {
        font-size: 25px;
    }
    .font_middle .news__calendar a, .font_middle .news__more h2, .font_middle .statistics__numbers-text, .font_middle input#site-map__search, .font_middle .about-topper .about-topper__text p, .font_middle .document .document__title, .font_middle .document .document__link, .font_middle .news-item .news-item__title, .font_middle .news-month, .font_middle .comments .comments__title, .font_middle .service-topper .service-topper__text p {
        font-size: 26px;
    }
    .font_middle .h3, .font_middle .glossary .glossary__word, .font_middle .next-news .next-news__title {
        font-size: 29px;
    }
    .font_middle .resources__links-title a, .font_middle .statistics__links a, .font_middle .statistics__news-title, .font_middle .contacts-page .contacts-page__title h3, .font_middle .page-faq h4, .font_middle .glossary .glossary__letter, .font_middle .service .service__more-links a, .font_middle .accordeon .accordeon__title span, .font_middle .service-aside .service-aside__title {
        font-size: 31px;
    }
    .font_middle .services-page h3, .font_middle .h2 {
        font-size: 33px;
    }
    .font_middle .site-map__header, .font_middle .contacts-page .contacts-page__title h2 {
        font-size: 36px;
    }
    .font_middle .news h1 {
        font-size: 39px;
    }
    .font_middle .services__title {
        font-size: 42px;
    }
    .font_middle .article h2, .font_middle .steps__title {
        font-size: 44px;
    }
    /* .page-header__apply-icon {
  right: -10px;
} */
    .font_middle .page-header__apply-icon, .font_middle .statistics__news-title, .font_middle .page-header__link--about, .font_middle .activities__institution-text, .font_middle .activities__links--small a {
        line-height: normal;
    }
    .font_middle .tags {
        height: 40px;
    }
    .font_middle .tags__item--more {
        width: 80px;
        text-align: center;
    }
    .font_middle .tags__item--more a {}
    .font_middle .tags__item--more a:before {
        top: 18px;
    }
    .font_middle .tags__item--more .contacts-page .service-top .service-top__wrap {
        vertical-align: top;
    }
    .font_middle .tags__item--more .btn {
        max-width: none;
    }
    .font_middle .tags__item--more .service-top .service-top__link {
        height: auto;
    }
    .font_middle .tags__item--more .service-top .service-top__text {
        padding-top: 0;
    }
    .font_middle .tags__item--more .diagram .diagram__number, .font_middle .tags__item--more .diagram .diagram__percent {
        width: auto;
        vertical-align: bottom;
        line-height: normal;
    }
    .font_middle .tags__item--more .diagram-legend .diagram-legend__item {
        position: relative;
    }
    .font_middle .tags__item--more .diagram-legend .diagram-legend__color {
        position: absolute;
        top: 50%;
        margin-top: -7px;
    }
    .font_middle .tags__item--more .diagram-legend .diagram-legend__title {
        margin-left: 25px;
    }
    .font_middle .tags__item--more .diagram .diagram__number {
        margin-right: 15px;
    }
    .font_middle .tags__item--more .about-topper .about-topper__link {
        line-height: 64px;
        padding-top: 0;
        padding-bottom: 0;
    }
    .font_middle .tags__item--more .about-topper .about-topper__link p {
        line-height: 64px;
        vertical-align: top;
    }
    .font_middle .tags__item--more .checkbox [type="checkbox"]:not(:checked)+span:before, .font_middle .tags__item--more .checkbox [type="checkbox"]:checked+span:before {
        margin-top: -10px;
        top: 50%;
    }
    .font_middle .tags__item--more .checkbox [type="checkbox"]:not(:checked)+span:after, .font_middle .tags__item--more .checkbox [type="checkbox"]:checked+span:after {
        top: 50%;
        margin-top: -9px;
    }
    .font_middle .tags__item--more .page-header__apply-link {
        margin-top: 0;
        margin-bottom: 0;
        padding-right: 30px;
    }
    .font_middle .tags__item--more .page-header__apply {
        max-width: none;
        width: auto;
    }
    .font_middle .tags__item--more .page-header__apply-link span {
        line-height: 50px;
        display: inline-block;
    }
    .font_middle .tags__item--more .captcha-wrapper {
        display: none;
    }
    .font_middle .contacts-page .service-top .service-top__wrap {
        vertical-align: top;
    }
    .font_middle .btn {
        max-width: none;
    }
    .font_middle .service-top .service-top__link {
        height: auto;
    }
    .font_middle .service-top .service-top__text {
        padding-top: 0;
    }
    .font_middle .diagram .diagram__number, .font_middle .diagram .diagram__percent {
        width: auto;
        vertical-align: bottom;
        line-height: normal;
    }
    .font_middle .diagram-legend .diagram-legend__item {
        position: relative;
    }
    .font_middle .diagram-legend .diagram-legend__color {
        position: absolute;
        top: 50%;
        margin-top: -7px;
    }
    .font_middle .diagram-legend .diagram-legend__title {
        margin-left: 25px;
    }
    .font_middle .diagram .diagram__number {
        margin-right: 15px;
    }
    .font_middle .about-topper .about-topper__link {
        line-height: 64px;
        padding-top: 0;
        padding-bottom: 0;
    }
    .font_middle .about-topper .about-topper__link p {
        line-height: 64px;
        vertical-align: top;
    }
    .font_middle .checkbox [type="checkbox"]:not(:checked)+span:before, .font_middle .checkbox [type="checkbox"]:checked+span:before {
        margin-top: -10px;
        top: 50%;
    }
    .font_middle .checkbox [type="checkbox"]:not(:checked)+span:after, .font_middle .checkbox [type="checkbox"]:checked+span:after {
        top: 50%;
        margin-top: -9px;
    }
    .font_middle .page-header__apply-link {
        margin-top: 0;
        margin-bottom: 0;
        padding-right: 30px;
    }
    .font_middle .page-header__apply {
        max-width: none;
        width: auto;
    }
    .font_middle .page-header__apply-link span {
        line-height: 50px;
        display: inline-block;
    }
    .font_big .contacts__link-item p, .font_big .small-text {
        font-size: 18px;
    }
    .font_big .contacts-page .service-top .service-top__text, .font_big .dropdown a, .font_big .dropdown a:visited {
        font-size: 19px;
    }
    .font_big .update__wrapper, .font_big .page-footer__error, .font_big .page-footer__widget a, .font_big .tags.tags_docs .tags__item a, .font_big .faq-question__date, .font_big .comment .comment__date, .font_big .captcha-more, .font_big .diagram .diagram__percent {
        font-size: 21px;
    }
    .font_big .page-header__link--about, .font_big .news__main time, .font_big .news__more time, .font_big .statistics__news-box time, .font_big .page-footer__copyright, .font_big .activities__institution-text, .font_big .rss-subscribe__text, .font_big .contacts-page .contacts-page__note, .font_big .page-data .table td, .font_big .search-found p, .font_big .search-sort, .font_big .doc-filter .label .input, .font_big .faq-question__author, .font_big .doc-filter .label .input-error, .font_big .news__wrap .news__item time, .font_big .news-item .news-item__date, .font_big .figcaption span, .font_big .comment .comment__author, .font_big .review input, .font_big .next-news__top, .font_big .search-result .search-result__date, .font_big .service-item p, .font_big .article table td, .font_big .service-aside__more, .font_big .addition .addition__info p, .font_big .caution-wrapper h3, .font_big .caution, .font_big .caution-wrapper>p, .font_big .page-data h3 {
        font-size: 22px;
    }
    .font_big .page-header__lang, .font_big .news h3, .font_big .tags__item a, .font_big .contacts-page .contacts-page__title span, .font_big .contacts-page .contacts-page__text span, .font_big .page-data .table th, .font_big .document .document__section, .font_big .document .document__info p, .font_big .doc-filter .radiobtn span, .font_big .recourse-form__caption, .font_big .singleSelect li, .font_big .news-events .news-events__title, .font_big .more-news .more-news__title, .font_big .comment .comment__text, .font_big .show-more, .font_big .search-result .search-result__top, .font_big .search-result .search-result__section, .font_big .article table th, .font_big .diagram .diagram__number {
        font-size: 24px;
        line-height: normal;
    }
    .font_big .news__text, .font_big .statistics__more a, .font_big .contacts__block, .font_big .site-map__item, .font_big .rss-subscribe__logo, .font_big .contacts-page .contacts-page__addresses p, .font_big .contacts-page .contacts-page__info span, .font_big .breadcrumbs .breadcrumbs__link, .font_big .doc-filter .doc-filter__title, .font_big .doc-filter .checkbox span, .font_big .agreement-links .btn+a, .font_big .faq-rules, .font_big .file, .font_big .news-item .news-item__section, .font_big .pagination .pagination__item, .font_big .review .review__btn, .font_big .service-top .service-top__text, .font_big .service-topper .service-topper__more, .font_big .diagram .diagram__title, .font_big .diagram-legend .diagram-legend__title, .font_big .diagram-legend .diagram-legend__percent, .font_big .search-result .search-result__text, .font_big .service .service__term p, .font_big .service .service__contacts a, .font_big .service-aside .service-aside__link {
        font-size: 26px;
        line-height: normal;
    }
    .font_big .page-header__apply, .font_big .resources__links--small a, .font_big .activities__links--small a, .font_big .about-topper .document .document__title, .font_big .contents .contents__list li a, .font_big .btn, .font_big .recourse-form input, .font_big .recourse-form textarea, .font_big .doc-filter__td--title, .font_big .glossary .glossary__link, .font_big .news-events .news-events__item a, .font_big .review .review__title, .font_big .search-category a, .font_big .steps__in ul li, .font_big .steps__in p, .font_big .service-link, .font_big .service .service__text, .font_big .service .service__link-order, .font_big .addition .addition__info a, .font_big .page-description {
        font-size: 27px;
    }
    .font_big .about-topper .about-topper__link p, .font_big .article p, .font_big .about-links a, .font_big .about-structure, .font_big .contacts-page .service-top .service-top__title, .font_big .contacts-page .contacts-page__text p, .font_big .contacts-page .contacts-page__info a, .font_big .document .document__number, .font_big .faq-links a, .font_big .aside-links__list, .font_big .faq-question__answer, .font_big .article ul li, .font_big .service .service__more p, .font_big .service-aside .service-aside__faq a, .font_big .service-aside .service-aside__more p, .font_big .service .substep-text__toggle, .font_big .article p, .font_big .page-description p, .font_big .article ul li, .font_big .page-description ul li, .font_big .page-content ul li, .font_big .font_big .page-data a {
        font-size: 29px;
    }
    .font_big .main-nav__item-link, .font_big .services__item a, .font_big .faq-rules__main, .font_big .glossary .glossary__description {
        font-size: 30px;
    }
    .font_big .news__calendar a, .font_big .news__more h2, .font_big .statistics__numbers-text, .font_big input#site-map__search, .font_big .about-topper .about-topper__text p, .font_big .document .document__title, .font_big .document .document__link, .font_big .news-item .news-item__title, .font_big .news-month, .font_big .comments .comments__title, .font_big .service-topper .service-topper__text p {
        font-size: 32px;
    }
    .font_big .next-news .next-news__title {
        font-size: 35px;
    }
    .font_big .h3, .font_big .glossary .glossary__word {
        font-size: 29px;
    }
    .font_big .resources__links-title a, .font_big .statistics__links a, .font_big .statistics__news-title, .font_big .contacts-page .contacts-page__title h3, .font_big .page-faq h4, .font_big .glossary .glossary__letter, .font_big .service .service__more-links a, .font_big .accordeon .accordeon__title span, .font_big .service-aside .service-aside__title {
        font-size: 38px;
    }
    .font_big .services-page h3, .font_big .h2 {
        font-size: 40px;
    }
    .font_big .site-map__header, .font_big .contacts-page .contacts-page__title h2 {
        font-size: 45px;
    }
    .font_big .news h1 {
        font-size: 48px;
    }
    .font_big .services__title {
        font-size: 51px;
    }
    .font_big .article h2, .font_big .steps__title {
        font-size: 54px;
    }
    /* .page-header__apply-icon {
  right: -15px;
} */
    .font_big .page-header__apply-icon, .font_big .statistics__news-title, .font_big .page-header__link--about, .font_big .resources__links-title a, .font_big .resources__links--small a, .font_big .services__item a, .font_big .activities__institution-text, .font_big .activities__links--small a, .font_big .news h1, .font_big .news__calendar a, .font_big .news__more h2, .font_big .site-map__header a {
        line-height: normal;
    }
    .font_big .tags {
        height: 40px;
    }
    .font_big .tags__item--more {
        width: 80px;
        text-align: center;
    }
    .font_big .tags__item--more a {}
    .font_big .tags__item--more a :before {
        top: 18px;
    }
    .font_big .tags__item--more .checkbox [type="checkbox"]:not(:checked)+span:before, .font_big .tags__item--more .checkbox [type="checkbox"]:checked+span:before {
        margin-top: -10px;
        top: 50%;
    }
    .font_big .tags__item--more .checkbox [type="checkbox"]:not(:checked)+span:after, .font_big .tags__item--more .checkbox [type="checkbox"]:checked+span:after {
        top: 50%;
        margin-top: -9px;
    }
    .font_big .tags__item--more .page-header__apply-link {
        margin-top: 0;
        margin-bottom: 0;
        padding-right: 30px;
    }
    .font_big .tags__item--more .page-header__apply {
        max-width: none;
        width: auto;
    }
    .font_big .tags__item--more .page-header__apply-link span {
        line-height: 50px;
        display: inline-block;
    }
    .font_big .tags__item--more .captcha-wrapper {
        display: none;
    }
    .font_big .letter_middle .page-header__link--about, .font_big .letter_middle .page-header__lang, .font_big .letter_middle .page-header__apply-link, .font_big .letter_middle .main-nav__item-link, .font_big .letter_middle .news h3, .font_big .letter_middle .news__text, .font_big .letter_middle .news h1 a, .font_big .letter_middle .news__calendar a, .font_big .letter_middle .news__more h2, .font_big .letter_middle .news__main time, .font_big .letter_middle .news__more time, .font_big .letter_middle .rss__tag-list a, .font_big .letter_middle .rss-subscribe__logo, .font_big .letter_middle .rss-subscribe__text, .font_big .letter_middle .resources__links--large a, .font_big .letter_middle .resources__links-title a, .font_big .letter_middle .resources__links--small a, .font_big .letter_middle .services__item a, .font_big .letter_middle .activities__links--large a, .font_big .letter_middle .activities__links-title a, .font_big .letter_middle .activities__institution-text, .font_big .letter_middle .activities__links--more a, .font_big .letter_middle .statistics__numbers-text, .font_big .letter_middle .statistics__more a, .font_big .letter_middle .statistics__links a, .font_big .letter_middle .update__wrapper, .font_big .letter_middle .contacts__block, .font_big .letter_middle .tags__item, .font_big .letter_middle .page-footer__copyright, .font_big .letter_middle .page-footer__error, .font_big .letter_middle .page-footer__widget a, .font_big .letter_middle .site-map__header a, .font_big .letter_middle .site-map__item, .font_big .letter_middle input#site-map__search, .font_big .letter_middle h1, .font_big .letter_middle h3, .font_big .letter_middle .about-topper .about-topper__text, .font_big .letter_middle .about-topper .document .document__title, .font_big .letter_middle .about-topper .about-topper__link p, .font_big .letter_middle .article p, .font_big .letter_middle .contents .contents__list li a, .font_big .letter_middle .about-links a, .font_big .letter_middle .about-structure, .font_big .letter_middle .contacts-page, .font_big .letter_middle .contacts__link-item p, .font_big .letter_middle .page-data, .font_big .letter_middle .breadcrumbs .breadcrumbs__link, .font_big .letter_middle .search-found p, .font_big .letter_middle .search-sort, .font_big .letter_middle .document, .font_big .letter_middle .doc-filter, .font_big .letter_middle .tags.tags_docs .tags__item a, .font_big .letter_middle .aside-links__list, .font_big .letter_middle .btn, .font_big .letter_middle .page-faq, .font_big .letter_middle .agreement-links, .font_big .letter_middle .page-content {
        letter-spacing: 2px;
    }
    .font_big .letter_middle .btn {
        max-width: none;
    }
    .font_big .letter_middle .page-header__apply-icon {
        display: none;
    }
    .font_big .letter_middle .page-header__apply-link {
        margin: 15px 20px;
    }
    .font_big .letter_middle .services__item {
        width: 32%;
        margin-right: 1%;
    }
    .font_big .letter_middle .tags {
        height: auto;
    }
    .font_big .letter_middle .main-nav__list {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .font_big .letter_middle .contacts-page .service-top .service-top__wrap {
        vertical-align: top;
    }
    .font_big .letter_middle .service-top .service-top__link {
        height: auto;
    }
    .font_big .letter_middle .service-top .service-top__text {
        padding-top: 0;
    }
    .font_big .letter_middle .diagram .diagram__number, .font_big .letter_middle .diagram .diagram__percent {
        width: auto;
    }
    .font_big .letter_middle .page-header__apply-link {
        margin-top: 0;
        margin-bottom: 0;
        padding-right: 30px;
    }
    .font_big .letter_middle .page-header__apply-link span {
        line-height: 50px;
        display: inline-block;
    }
    .font_big .letter_middle .page-header__apply {
        max-width: none;
        width: auto;
    }
    .font_big .letter_middle .captcha-wrapper {
        display: none;
    }
    .font_big .letter_big .page-header__link--about, .font_big .letter_big .page-header__lang, .font_big .letter_big .page-header__apply-link, .font_big .letter_big .main-nav__item-link, .font_big .letter_big .news h3, .font_big .letter_big .news__text, .font_big .letter_big .news h1 a, .font_big .letter_big .news__calendar a, .font_big .letter_big .news__more h2, .font_big .letter_big .news__main time, .font_big .letter_big .news__more time, .font_big .letter_big .rss__tag-list a, .font_big .letter_big .rss-subscribe__logo, .font_big .letter_big .rss-subscribe__text, .font_big .letter_big .resources__links--large a, .font_big .letter_big .resources__links-title a, .font_big .letter_big .resources__links--small a, .font_big .letter_big .services__item a, .font_big .letter_big .activities__links--large a, .font_big .letter_big .activities__links-title a, .font_big .letter_big .activities__institution-text, .font_big .letter_big .activities__links--more a, .font_big .letter_big .statistics__numbers-text, .font_big .letter_big .statistics__more a, .font_big .letter_big .statistics__links a, .font_big .letter_big .update__wrapper, .font_big .letter_big .contacts__block, .font_big .letter_big .tags__item, .font_big .letter_big .page-footer__copyright, .font_big .letter_big .page-footer__error, .font_big .letter_big .page-footer__widget a, .font_big .letter_big .site-map__header a, .font_big .letter_big .site-map__item, .font_big .letter_big input#site-map__search, .font_big .letter_big .about-topper .about-topper__text, .font_big .letter_big .about-topper .document .document__title, .font_big .letter_big .about-topper .about-topper__link p, .font_big .letter_big .article p, .font_big .letter_big h1, .font_big .letter_big h3, .font_big .letter_big .contents .contents__list li a, .font_big .letter_big .about-links a, .font_big .letter_big .about-structure, .font_big .letter_big .contacts-page, .font_big .letter_big .contacts__link-item p, .font_big .letter_big .page-data, .font_big .letter_big .breadcrumbs, .font_big .letter_big .search-found p, .font_big .letter_big .search-sort, .font_big .letter_big .document, .font_big .letter_big .doc-filter, .font_big .letter_big .tags.tags_docs .tags__item a, .font_big .letter_big .aside-links__list, .font_big .letter_big .btn, .font_big .letter_big .btn button, .font_big .letter_big .page-faq, .font_big .letter_big .agreement-links, .font_big .letter_big .page-content {
        letter-spacing: 4px;
    }
    .font_big .letter_big .btn {
        max-width: none;
    }
    .font_big .letter_big .page-header__apply-icon {
        display: none;
    }
    .font_big .letter_big .page-header__apply-link {
        margin: 15px 10px;
    }
    .font_big .letter_big .services__item {
        width: 32%;
        margin-right: 1%;
    }
    .font_big .letter_big .tags {
        height: auto;
    }
    .font_big .letter_big .main-nav__list {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .font_big .letter_big .contacts-page .service-top .service-top__wrap {
        vertical-align: top;
    }
    .font_big .letter_big .service-top .service-top__link {
        height: auto;
    }
    .font_big .letter_big .service-top .service-top__text {
        padding-top: 0;
    }
    .font_big .letter_big .diagram .diagram__number, .font_big .letter_big .diagram .diagram__percent {
        width: auto;
    }
    .font_big .letter_big .page-header__apply-link {
        margin-top: 0;
        margin-bottom: 0;
        padding-right: 30px;
    }
    .font_big .letter_big .page-header__apply-link span {
        line-height: 50px;
        display: inline-block;
    }
    .font_big .letter_big .page-header__apply {
        max-width: none;
        width: auto;
    }
    .font_big .letter_big .captcha-wrapper {
        display: none;
    }
    .font_big .contacts-page .service-top .service-top__wrap {
        vertical-align: top;
    }
    .font_big .btn {
        max-width: none;
    }
    .font_big .service-top .service-top__link {
        height: auto;
    }
    .font_big .service-top .service-top__text {
        padding-top: 0;
    }
    .font_big .diagram .diagram__number, .font_big .diagram .diagram__percent {
        width: auto;
        vertical-align: bottom;
        line-height: normal;
    }
    .font_big .diagram .diagram__number {
        margin-right: 15px;
    }
    .font_big .diagram-legend .diagram-legend__item {
        position: relative;
    }
    .font_big .diagram-legend .diagram-legend__color {
        position: absolute;
        top: 50%;
        margin-top: -7px;
    }
    .font_big .diagram-legend .diagram-legend__title {
        margin-left: 25px;
    }
    .font_big .about-topper .about-topper__link {
        padding-top: 0;
        padding-bottom: 0;
    }
    .font_big .about-topper .about-topper__link p {
        line-height: 64px;
        vertical-align: top;
    }
    .font_big .checkbox [type="checkbox"]:not(:checked)+span:before, .font_big .checkbox [type="checkbox"]:checked+span:before {
        margin-top: -10px;
        top: 50%;
    }
    .font_big .checkbox [type="checkbox"]:not(:checked)+span:after, .font_big .checkbox [type="checkbox"]:checked+span:after {
        top: 50%;
        margin-top: -9px;
    }
    .font_big .page-header__apply-link {
        margin-top: 0;
        margin-bottom: 0;
        padding-right: 30px;
    }
    .font_big .page-header__apply {
        max-width: none;
        width: auto;
    }
    .font_big .page-header__apply-link span {
        line-height: 50px;
        display: inline-block;
    }
    .letter_middle .page-header__link--about, .letter_middle .page-header__lang, .letter_middle .page-header__apply-link, .letter_middle .main-nav__item-link, .letter_middle .news h3, .letter_middle .news__text, .letter_middle .news h1 a, .letter_middle .news__calendar a, .letter_middle .news__more h2, .letter_middle .news__main time, .letter_middle .news__more time, .letter_middle .rss__tag-list a, .letter_middle .rss-subscribe__logo, .letter_middle .rss-subscribe__text, .letter_middle .resources__links--large a, .letter_middle .resources__links-title a, .letter_middle .resources__links--small a, .letter_middle .services__item a, .letter_middle .activities__links--large a, .letter_middle .activities__links-title a, .letter_middle .activities__institution-text, .letter_middle .activities__links--more a, .letter_middle .statistics__numbers-text, .letter_middle .statistics__more a, .letter_middle .statistics__links a, .letter_middle .update__wrapper, .letter_middle .contacts__block, .letter_middle .tags__item, .letter_middle .page-footer__copyright, .letter_middle .page-footer__error, .letter_middle .page-footer__widget a, .letter_middle .site-map__header a, .letter_middle .site-map__item, .letter_middle input#site-map__search, .letter_middle h1, .letter_middle h3, .letter_middle .about-topper .about-topper__text, .letter_middle .about-topper .document .document__title, .letter_middle .about-topper .about-topper__link p, .letter_middle .article p, .letter_middle .contents .contents__list li a, .letter_middle .about-links a, .letter_middle .about-structure, .letter_middle .contacts-page, .letter_middle .contacts__link-item p, .letter_middle .page-data, .letter_middle .breadcrumbs .breadcrumbs__link, .letter_middle .search-found p, .letter_middle .search-sort, .letter_middle .document, .letter_middle .doc-filter, .letter_middle .tags.tags_docs .tags__item a, .letter_middle .aside-links__list, .letter_middle .btn, .letter_middle .page-faq, .letter_middle .agreement-links, .letter_middle .page-content {
        letter-spacing: 2px;
    }
    .letter_middle .btn {
        max-width: none;
    }
    .letter_middle .page-header__apply-icon {
        display: none;
    }
    .letter_middle .page-header__apply-link {
        margin: 15px 20px;
    }
    .letter_middle .services__item {
        width: 32%;
        margin-right: 1%;
    }
    .letter_middle .tags {
        height: auto;
    }
    .letter_middle .main-nav__list {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .letter_middle .contacts-page .service-top .service-top__wrap {
        vertical-align: top;
    }
    .letter_middle .service-top .service-top__link {
        height: auto;
    }
    .letter_middle .service-top .service-top__text {
        padding-top: 0;
    }
    .letter_middle .diagram .diagram__number, .letter_middle .diagram .diagram__percent {
        width: auto;
    }
    .letter_middle .page-header__apply-link {
        margin-top: 0;
        margin-bottom: 0;
        padding-right: 30px;
    }
    .letter_middle .page-header__apply-link span {
        line-height: 50px;
        display: inline-block;
    }
    .letter_middle .page-header__apply {
        max-width: none;
        width: auto;
    }
    .letter_big .page-header__link--about, .letter_big .page-header__lang, .letter_big .page-header__apply-link, .letter_big .main-nav__item-link, .letter_big .news h3, .letter_big .news__text, .letter_big .news h1 a, .letter_big .news__calendar a, .letter_big .news__more h2, .letter_big .news__main time, .letter_big .news__more time, .letter_big .rss__tag-list a, .letter_big .rss-subscribe__logo, .letter_big .rss-subscribe__text, .letter_big .resources__links--large a, .letter_big .resources__links-title a, .letter_big .resources__links--small a, .letter_big .services__item a, .letter_big .activities__links--large a, .letter_big .activities__links-title a, .letter_big .activities__institution-text, .letter_big .activities__links--more a, .letter_big .statistics__numbers-text, .letter_big .statistics__more a, .letter_big .statistics__links a, .letter_big .update__wrapper, .letter_big .contacts__block, .letter_big .tags__item, .letter_big .page-footer__copyright, .letter_big .page-footer__error, .letter_big .page-footer__widget a, .letter_big .site-map__header a, .letter_big .site-map__item, .letter_big input#site-map__search, .letter_big .about-topper .about-topper__text, .letter_big .about-topper .document .document__title, .letter_big .about-topper .about-topper__link p, .letter_big .article p, .letter_big h1, .letter_big h3, .letter_big .contents .contents__list li a, .letter_big .about-links a, .letter_big .about-structure, .letter_big .contacts-page, .letter_big .contacts__link-item p, .letter_big .page-data, .letter_big .breadcrumbs, .letter_big .search-found p, .letter_big .search-sort, .letter_big .document, .letter_big .doc-filter, .letter_big .tags.tags_docs .tags__item a, .letter_big .aside-links__list, .letter_big .btn, .letter_big .btn button, .letter_big .page-faq, .letter_big .agreement-links, .letter_big .page-content {
        letter-spacing: 4px;
    }
    .letter_big .btn {
        max-width: none;
    }
    .letter_big .page-header__apply-icon {
        display: none;
    }
    .letter_big .page-header__apply-link {
        margin: 15px 10px;
    }
    .letter_big .services__item {
        width: 32%;
        margin-right: 1%;
    }
    .letter_big .tags {
        height: auto;
    }
    .letter_big .main-nav__list {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .letter_big .contacts-page .service-top .service-top__wrap {
        vertical-align: top;
    }
    .letter_big .service-top .service-top__link {
        height: auto;
    }
    .letter_big .service-top .service-top__text {
        padding-top: 0;
    }
    .letter_big .diagram .diagram__number, .letter_big .diagram .diagram__percent {
        width: auto;
    }
    .letter_big .page-header__apply-link {
        margin-top: 0;
        margin-bottom: 0;
        padding-right: 30px;
    }
    .letter_big .page-header__apply-link span {
        line-height: 50px;
        display: inline-block;
    }
    .letter_big .page-header__apply {
        max-width: none;
        width: auto;
    }
}
@media screen and (min-width: 1025px) and (max-width: 1220px) {
    .font_big .main-nav__item-link {
        font-size: 21px !important;
    }
}
@media screen and (min-width: 1201px) and (max-width: 1400px) {
    .font_middle.letter_middle .main-nav__item-link {
        font-size: 21px !important;
    }
}
@media screen and (min-width: 1221px) and (max-width: 1450px) {
    .font_big .main-nav__item-link {
        font-size: 25px !important;
    }
}
@media screen and (min-width: 1355px) and (max-width: 1520px) {
    .font_middle.letter_big .main-nav__item-link {
        font-size: 21px !important;
    }
}
@media screen and (min-width: 1380px) and (max-width: 1620px) {
    .font_big.letter_middle .main-nav__item-link {
        font-size: 25px !important;
    }
}
@media screen and (min-width: 1540px) and (max-width: 1770px) {
    .font_big.letter_big .main-nav__item-link {
        font-size: 25px !important;
    }
}
@media(max-width:1024px) {
    .hidden-d {
        display: block;
    }
    .visible-d {
        display: none;
    }
    .order-1 {
        -ms-flex-order: 1;
        order: 1;
    }
    .order-2 {
        -ms-flex-order: 2;
        order: 2;
    }
    .col-ds-12 {
        width: 100%;
        /* padding: 0; */
    }
    .page-header__top {
        display: block;
    }
    .page-header__top > * {
        display: inline-block;
    }
    .page-header__burger-wrapper {
        padding-left: 18px;
        padding-right: 18px;
    }
    .page-header__logo-wrapper {
        /* flex: 1 0 auto;
    width: 80%; */
        margin-right: 0;
    }
    .page-header__social-list {
        display: none;
    }
    .page-header__actions-list {
        display: none;
    }
    .site-map-header {
        display: block;
    }
    .page-header__lang {
        float: right;
        margin-top: 40px;
        margin-right: 25px;
    }
    .page-header__apply {
        display: none;
    }
    .page-header__main-nav {
        display: none;
    }
    .site-map__columns {
        padding-left: 0px;
        padding-right: 0px;
    }
    .site-map__search-bar {
        margin-top: 15px;
    }
    .tags__list {
        text-align: center;
    }
    .page-footer__error {
        width: 30%;
    }
    .news__wrap .news__item {
        margin-bottom: 20px;
    }
    .resources a {
        display: inline-block;
    }
    .resources__wrapper {
        padding-top: 36px;
    }
    .resources__first {
        margin-bottom: 26px;
    }
    .resources__links {}
    .resources__links--large {
        margin-bottom: 0px;
    }
    .resources__links--large a {
        font-size: 20px;
        line-height: 22px;
    }
    .resources__links--medium a {
        font-size: 20px;
        line-height: 22px;
    }
    .resources__links--small {
        margin-bottom: 15px;
    }
    .resources__links--small a {
        font-size: 15px;
        line-height: 17px;
    }
    .resources__links-title a {
        font-size: 20px;
        line-height: 25px;
    }
    .resources__links-title--single {
        margin-bottom: 10px;
    }
    .resources__icons {
        font-size: 40px;
    }
    .resources__also {
        margin-top: 25px;
    }
    .resources__also-icon {
        font-size: 40px;
        margin-right: 10px;
    }
    .resources__also-addition {
        padding-left: 55px;
    }
    .services__wrapper {
        padding-top: 36px;
    }
    .services__title {
        font-size: 26px;
        line-height: 30px;
        margin-bottom: 35px;
    }
    .services__item {
        width: 31%;
        margin-right: 3%;
        margin-bottom: 30px;
    }
    .services__item:nth-child(4n) {
        margin-right: 3%;
    }
    .services__item:nth-child(3n) {
        margin-right: 0%;
    }
    .activities__wrapper {
        padding-top: 40px;
        padding-bottom: 47px;
    }
    .activities__first {
        margin-bottom: 32px;
    }
    .activities__links {}
    .activities__links--large {
        margin-bottom: 20px;
    }
    .activities__links--large a {
        font-size: 20px;
        line-height: 22px;
    }
    .activities__links--more a {
        font-size: 16px;
        line-height: 20px;
    }
    .activities__links--small {
        margin-bottom: 15px;
    }
    .activities__links--small a {
        font-size: 15px;
        line-height: 17px;
    }
    .activities__links-title {
        margin-bottom: 25px;
    }
    .activities__links-title a {
        font-size: 20px;
        line-height: 22px;
    }
    .statistics__first {
        margin-bottom: 40px;
    }
    .statistics__links {
        margin-top: 30px;
    }
    .statistics__links a {
        font-size: 20px;
        line-height: 26px;
    }
    .statistics__numbers-title {
        font-size: 66px;
    }
    .statistics__news-title {
        font-size: 20px;
    }
    .text {
        padding-top: 25px;
        padding-bottom: 60px;
    }
    .aside .h3 {
        text-align: center;
    }
    .aside .addition {
        margin: 0 -30px;
        border-top: solid 1px #c6c9cd;
        padding: 10px 30px 15px;
    }
    .contents {
        margin: 0 -30px;
        border-top: solid 1px #c6c9cd;
        border-bottom: solid 1px #c6c9cd;
        padding: 10px 30px 35px;
        text-align: center;
    }
    .contents .contents__list .slick-slide {
        display: block;
        height: 105px;
        padding: 0 25px;
        overflow: hidden;
        text-align: center;
        font-size: 0;
    }
    .contents .contents__list .slick-slide a {
        display: inline-block;
        vertical-align: middle;
    }
    .contents .contents__list .slick-slide:before {
        content: "";
        display: inline-block;
        vertical-align: middle;
        width: 0;
        height: 100%;
    }
    .contents .contents__list .slick-prev, .contents .contents__list .slick-next {
        position: absolute;
        top: 50%;
        padding: 50px 10px;
        margin: 0 -10px;
        z-index: 999;
    }
    .contents .contents__list .slick-next {
        right: 0;
    }
    .contents .contents__list .slick-dots {
        left: 0;
        right: 0;
        text-align: center;
    }
    .contents .contents__list .slick-dots li {
        padding: 0;
    }
    .one-news-wrap {
        padding-bottom: 60px;
    }
    figure {
        max-width: 100%;
    }
    .search-category {
        padding-top: 10px;
    }
    .form-docs {
        padding-bottom: 100px;
    }
    .docs-filters {
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        width: 100%;
        height: 100%;
        background-color: #FFF;
        padding: 25px 15px;
        overflow-y: scroll;
        box-sizing: border-box;
        z-index: 99999;
    }
    .docs-filters .docs-filters__top {
        display: block;
    }
    .service-topper .h1 {
        margin-bottom: 25px;
        font-size: 32px;
    }
    .service-topper .service-topper__text {
        padding-bottom: 20px;
    }
    .service-topper .service-topper__text p {
        font-size: 18px;
    }
    .service .h1 {
        font-size: 32px;
    }
    .service-top .service-top__link {
        /* max-width: 320px; */
        margin-right: 20px;
    }
    .service-more {
        padding: 0;
    }
    .accordeon {
        padding: 40px 0;
    }
    .service-aside {
        margin-bottom: 40px;
    }
    .about-topper .h1 {
        margin-bottom: 25px;
        font-size: 32px;
    }
    .about-topper .h1 {
        margin-bottom: 25px;
        font-size: 32px;
    }
    .about-topper .about-topper__text {
        padding-bottom: 20px;
    }
    .about-topper .about-topper__text p {
        font-size: 18px;
    }
    .about .h1 {
        font-size: 32px;
    }
    .about-top .about-top__link {
        max-width: 320px;
        margin-right: 20px;
    }
    .about-more {
        padding: 0;
    }
    .accordeon {
        padding: 40px 0;
    }
    .about-aside {
        margin-bottom: 40px;
    }
    .news-monthly .news-monthly__top {
        padding-bottom: 20px;
    }
    .news-item-wrap {
        padding-bottom: 20px;
    }
    .news-events {
        border: none;
        padding: 0;
    }
    .popup .popup__title {
        font-size: 28px;
    }
    .popup .popup__subtitle {
        font-size: 22px;
    }
    .popup .popup__payments p {
        font-size: 17px;
    }
    .popup .popup__payments .price span {
        font-size: 14px;
    }
    .popup .tabs .tabs__menu li {
        border-left: 1px solid #bcbcbc;
        box-sizing: border-box;
    }
    .popup .tabs .tabs__menu li a {
        border: none;
    }
    .popup .tabs .tabs__menu li:first-child {
        border-left: none;
    }
    .popup .document {
        width: 50%;
    }
    .contacts-map {
        height: 400px;
    }
    .glossary .glossary__wrap {
        padding: 5px 5px 5px 0;
    }
}
@media(max-width:768px) {
    .hidden-ds {
        display: block;
    }
    .visible-ds {
        display: none;
    }
    .inner {
        padding-right: 15px !important;
        padding-left: 15px !important;
    }
    .col-t-12 {
        width: 100%;
    }
    .col-t-6 {
        width: 48%;
    }
    .page-header__top {
        padding-right: 0px;
    }
    .page-header__burger {
        /* top: 25px; */
    }
    .page-header__logo-wrapper {
        margin-top: 10px;
        margin-bottom: 10px;
    }
    .page-header__logo-img {
        width: 57px;
        height: 40px;
        margin-top: 6px;
    }
    .page-header__link-wrapper {
        max-width: 100%;
    }
    .page-header__link {}
    .page-header__link--title {
        font-size: 20px;
        line-height: 29px;
    }
    .page-header__lang {
        display: none;
    }
    .mobile-menu_close {
        /* top: 25px; */
    }
    .logos__list {
        padding-right: 15px !important;
        padding-left: 15px !important;
    }
    .contacts {
        padding-right: 15px !important;
        padding-left: 15px !important;
    }
    .tags-wrap {
        padding-right: 15px !important;
        padding-left: 15px !important;
    }
    .tags__item {
        margin-right: 5px;
    }
    .tags__item a {
        font-size: 11px;
    }
    .page-footer__last-box {
        padding-right: 15px !important;
        padding-left: 15px !important;
    }
    .page-footer__error {
        display: none;
    }
    .banner__wrapper, .news__wrapper, .rss__wrapper, .resources__wrapper, .activities__wrapper, .statistics__wrapper {
        padding-right: 15px !important;
        padding-left: 15px !important;
    }
    .news h1 {
        font-size: 18px;
        line-height: 22px;
    }
    .news h3 {
        font-size: 14px;
        line-height: 19px;
    }
    .news__text {
        font-size: 14px;
        line-height: 20px;
    }
    .news__attention {
        margin-left: -15px;
        margin-right: -15px;
        padding: 20px 15px 10px;
    }
    .news__calendar {
        padding-right: 0px;
    }
    .news__calendar a, .news__more h2 {
        font-size: 15px;
        line-height: 19px;
    }
    .rss__tag-list {
        font-size: 15px;
        line-height: 23px;
    }
    .resources__wrapper {
        padding-bottom: 47px;
    }
    .resources__icons {
        font-size: 26px;
    }
    .resources__also-icon {
        font-size: 26px;
    }
    .resources__also-addition {
        padding-left: 40px;
    }
    .services__wrapper {
        padding-right: 15px !important;
        padding-left: 15px !important;
    }
    .services__title {
        font-size: 24px;
        line-height: 40px;
        margin-bottom: 40px;
    }
    .services__more {
        display: block;
        font-size: 18px;
        line-height: 40px;
    }
    .services__more a {
        text-decoration: underline;
        color: #ffffff;
    }
    .services__list {
        display: block;
        margin-bottom: 15px;
    }
    .services__item {
        width: 250px !important;
        margin-right: 15px !important;
        margin-bottom: 0 !important;
    }
    .services__item:nth-child(4n), .services__item:nth-child(3n) {
        margin-right: 15px;
    }
    .services__item:hover:not(:last-child) {
        box-shadow: none;
    }
    .activities__wrapper {
        padding-top: 36px;
    }
    .activities__institution-text {
        font-size: 12px;
        line-height: 14px;
    }
    .statistics__wrapper {
        padding-top: 40px;
    }
    .statistics__links a {
        font-size: 17px;
        line-height: 24px;
    }
    .statistics__numbers-title {
        font-size: 50px;
    }
    .statistics__numbers-text {
        font-size: 17px;
    }
    .statistics__news-title {
        font-size: 17px;
    }
    .update__wrapper {
        padding-right: 15px !important;
        padding-left: 15px !important;
    }
    .update__wrapper p {
        display: block;
    }
    .update__wrapper a {
        display: block;
        margin-top: 10px;
        margin-left: 0;
    }
    .breadcrumbs .breadcrumbs__wrapper {
        padding-right: 15px !important;
        padding-left: 15px !important;
    }
    .breadcrumbs .breadcrumbs__link {
        display: inline;
        font-size: 15px;
        line-height: 1.2;
    }
    .h1 {
        margin: 0 0 15px 0;
        font-size: 32px;
    }
    .h2 {
        font-size: 22px;
    }
    .article p, .page-description p, .page-data p, .user p {
        font-size: 16px;
    }
    .article .table-caption, .page-description .table-caption, .page-data .table-caption, .user .table-caption {
        font-size: 17px;
    }
    .aside .addition {
        margin: 0 -15px;
        padding: 10px 15px 15px;
    }
    .contents {
        margin: 0 -15px 15px;
        padding: 10px 10px 30px;
    }
    .circle-diagram {
        display: none;
    }
    .one-news .addition {
        margin-top: 10px;
        padding-bottom: 30px;
    }
    figure {
        margin: 15px 0;
    }
    .figcaption p {
        font-size: 15px;
    }
    .figcaption span {
        font-size: 13px;
    }
    .one-news-slider .slick-prev, .one-news-slider .slick-next {
        width: 50px;
        height: 70px;
    }
    .checkboxes {
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        width: 100%;
        height: 100%;
        background-color: #FFF;
        padding: 25px 15px;
        overflow-y: scroll;
        box-sizing: border-box;
        z-index: 99999;
    }
    .checkboxes .checkboxes__top {
        display: block;
    }
    .checkboxes .checkboxes__columns {
        float: none;
        display: block;
        width: 100%;
        padding: 0;
    }
    .checkbox span {
        font-size: 15px;
        line-height: 1.2;
        color: #000000;
    }
    .checkbox [type="checkbox"]:not(:checked)+span:before, .checkbox [type="checkbox"]:checked+span:before {
        border: 1px solid #aaabae;
    }
    .checkbox [type="checkbox"]:not(:checked)+span:after, .checkbox [type="checkbox"]:checked+span:after {
        background: url('../img/check_m.png') center no-repeat;
        background: url('../img/check_m.svg'),
      linear-gradient(transparent, transparent);
    }
    .checkbox [type="checkbox"]:checked+span:before {
        background-color: #f5f5f5;
    }
    .radiobtn span {
        font-size: 14px;
    }
    .radiobtn [type="radio"]:not(:checked)+span:before, .radiobtn [type="radio"]:checked+span:before {
        border: 1px solid #aaabae;
    }
    .search-result .search-result__inn {
        display: -ms-flexbox;
        -js-display: flex;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .search-result .search-result__text {
        padding: 0;
    }
    .search-result .search-result__docs {
        float: none;
        max-width: 100%;
        padding: 10px 0;
    }
    .service-topper {
        padding-bottom: 20px;
    }
    .service-topper .h1 {
        margin-bottom: 15px;
        font-size: 26px;
    }
    .service-topper .service-topper__text p {
        padding-bottom: 5px;
        font-size: 14px;
    }
    .service-topper .service-topper__more {
        font-size: 14px;
    }
    .service-topper .service-topper__link {
        width: 100%;
        margin: 0 0 5px 0;
        padding: 15px;
    }
    .service-topper .document {
        padding-bottom: 20px;
    }
    .service-topper .document .document__title {
        font-size: 14px;
    }
    .service-topper .document p {
        font-size: 14px;
    }
    .service .h1 {
        font-size: 22px;
    }
    .service .service__text {
        padding-bottom: 15px;
        font-size: 15px;
    }
    .service .substep-text__toggle {
        margin: 0;
        font-size: 15px;
    }
    .service .service__link-order {
        margin: 40px 0;
    }
    .service .service__more p {
        font-size: 16px;
    }
    .service .service__more-links a {
        font-size: 18px;
    }
    .service-top {
        width: 100%;
        padding: 10px 0 30px;
    }
    .service-top .service-top__link {
        display: block;
        max-width: 100%;
        width: 100%;
        height: 74px;
        margin: 0 0 5px 0;
        padding: 10px;
    }
    .service-top .service-top__logo.service-top__logo-one {
        width: 43px;
        height: 45px;
    }
    .service-top .service-top__logo.service-top__logo-two {
        width: 48px;
        height: 55px;
    }
    .service-top .service-top__logo.service-top__logo-three {
        width: 62px;
        height: 62px;
    }
    .service-top .service-top__logo.service-top__logo-four {
        width: 56px;
        height: 62px;
    }
    .service-top .service-top__logo.service-top__logo-five {
        width: 50px;
        height: 52px;
    }
    .service-top .service-top__text {
        padding-top: 5px;
    }
    .service-top .service-top__more {
        margin-top: 10px;
    }
    .service-link {
        font-size: 15px;
        display: block;
    }
    /* margin: 0 -15px; */
    .tabs__menu li {
        width: 50%;
    }
    .tabs__menu li a {
        height: auto;
        line-height: 1.2;
        padding: 5px 15px;
        font-size: 14px;
    }
    .accordeon .accordeon__title span {
        font-size: 18px;
    }
    .accordeon .accordeon__content p {
        font-size: 16px;
    }
    .service-aside .service-aside__title {
        margin-bottom: 15px;
        font-size: 20px;
    }
    .service-aside .service-aside__faq a {
        font-size: 16px;
    }
    .service-aside .service-aside__link {
        font-size: 14px;
    }
    .service-aside .service-aside__more {
        padding-bottom: 20px;
    }
    .service-aside .service-aside__more p {
        font-size: 16px;
    }
    .service-aside .service-aside__more p b {
        font-size: 18px;
    }
    .about-topper {
        padding-bottom: 20px;
    }
    .about-topper .h1 {
        margin-bottom: 15px;
        font-size: 26px;
    }
    .about-topper .h1 {
        margin-bottom: 15px;
        font-size: 26px;
    }
    .about-topper .about-topper__text p {
        padding-bottom: 5px;
        font-size: 14px;
    }
    .about-topper .about-topper__more {
        font-size: 14px;
    }
    .about-topper .about-topper__link {
        width: 100%;
        margin: 0 0 5px 0;
        padding: 15px;
    }
    .about-topper .document {
        padding-bottom: 20px;
    }
    .about-topper .document .document__title {
        font-size: 14px;
    }
    .about-topper .document p {
        font-size: 14px;
    }
    .about .h1 {
        font-size: 22px;
    }
    .about .about__text {
        padding-bottom: 15px;
        font-size: 15px;
    }
    .about .about__link-more {
        margin: 0;
        font-size: 15px;
    }
    .about .about__link-order {
        margin: 40px 0;
    }
    .about .about__more p {
        font-size: 16px;
    }
    .about .about__more-links a {
        font-size: 18px;
    }
    .about-top {
        width: 100%;
        padding: 10px 0 30px;
    }
    .about-top .about-top__link {
        display: block;
        max-width: 100%;
        width: 100%;
        height: 74px;
        margin: 0 0 5px 0;
        padding: 10px;
    }
    .about-top .about-top__logo.about-top__logo-one {
        width: 43px;
        height: 45px;
    }
    .about-top .about-top__logo.about-top__logo-two {
        width: 48px;
        height: 55px;
    }
    .about-top .about-top__text {
        padding-top: 5px;
    }
    .about-top .about-top__more {
        margin-top: 10px;
    }
    .about-link {
        font-size: 15px;
    }
    .accordeon .accordeon__title span {
        font-size: 18px;
    }
    .accordeon .accordeon__content p {
        font-size: 16px;
    }
    .about-aside .about-aside__title {
        margin-bottom: 15px;
        font-size: 20px;
    }
    .about-aside .about-aside__faq a {
        font-size: 16px;
    }
    .about-aside .about-aside__link {
        font-size: 14px;
    }
    .about-aside .about-aside__more {
        padding-bottom: 20px;
    }
    .about-aside .about-aside__more p {
        font-size: 16px;
    }
    .about-aside .about-aside__more p b {
        font-size: 18px;
    }
    .news-item .news-item__img {
        max-width: 100%;
    }
    .popup .popup__title {
        font-size: 24px;
    }
    .popup .popup__subtitle {
        font-size: 20px;
    }
    .popup .popup__payments p {
        font-size: 16px;
    }
    .popup .popup__payments .price {
        padding-top: 20px;
    }
    .popup .popup__payments .price span {
        font-size: 13px;
    }
    .popup .document {
        width: 100% !important;
        padding-right: 0;
    }
    .contacts-page {
        padding: 20px 0 0;
    }
    .contacts-page .contacts-page__title span {
        font-size: 13px;
    }
    .contacts-page .contacts-page__title h2 {
        font-size: 20px;
    }
    .contacts-page .contacts-page__title h3 {
        padding-bottom: 0;
        font-size: 18px;
    }
    .contacts-page .contacts-page__note {
        font-size: 13px;
    }
    .contacts-page .contacts-page__wrap {
        padding: 20px 0 50px;
    }
    .contacts-page .contacts-page__wrap .row {
        padding: 0 0 30px;
    }
    .contacts-page .contacts-page__text p {
        font-size: 15px;
    }
    .contacts-page .contacts-page__text span {
        font-size: 13px;
    }
    .contacts-page .contacts-page__info {
        padding: 15px 0 0;
    }
    .contacts-page .contacts-page__info p {
        font-size: 15px;
    }
    .contacts-page .contacts-page__info span {
        font-size: 15px;
    }
    .contacts-page .contacts-page__info a {
        font-size: 15px;
    }
    .contacts-page .contacts-page__addresses {
        padding: 10px 0;
    }
    .contacts-page .contacts-page__addresses p {
        font-size: 14px;
    }
    .contacts-page .contacts-page__addresses p span {
        vertical-align: top;
    }
    .contacts-page .service-top {
        margin: 0;
        padding: 20px 0 25px;
    }
    .contacts-page .service-top .service-top__title {
        margin: 0;
        font-size: 16px;
    }
    .contacts-page .service-top .service-top__wrap {
        width: 100%;
        margin-bottom: 15px;
        padding: 0;
    }
    .contacts-page .service-top .service-top__link {
        min-height: 90px;
    }
    .contacts-page .service-top .service-top__text {
        font-size: 11px;
    }
    .contacts-map {
        height: 300px;
    }
    .glossary .glossary__inn {
        padding-bottom: 60px;
    }
    .glossary .glossary__letter {
        line-height: 1.1;
    }
    .glossary .glossary__word {
        font-size: 20px;
    }
    .glossary .glossary__description {
        font-size: 17px;
    }
}
@media(max-width:480px) {
    .wide-block-m {
        margin: 0 -15px;
        padding: 0 15px;
    }
    .col-m-12 {
        width: 100%;
    }
    .col-m-6 {
        width: 50%;
    }
    .col-m-48 {
        width: 48%;
    }
    .page-header__burger-wrapper {
        width: 70px;
    }
    .page-header__logo {
        padding-left: 5px;
        padding-right: 5px;
    }
    .page-header__link {}
    .page-header__link--about {
        font-family: 'ClearSans Regular',Helvetica,sans-serif;
        font-size: 9px;
        line-height: 10px;
        color: #36323f;
    }
    .logos__item {}
    .logos__item--middle a {
        margin-left: 0px;
        margin-right: 0px;
    }
    .logos__item--bottom a {
        margin-left: 10px;
        margin-right: 10px;
    }
    .page-footer__contacts {
        padding-top: 35px;
    }
    .contacts__first {
        margin-bottom: 30px;
    }
    .contacts__first-half {
        width: 100%;
    }
    .contacts__block {
        font-size: 13px;
        line-height: 17px;
    }
    .page-footer__last-box {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .page-footer__copyright {
        margin-bottom: 20px;
    }
    .page-footer__about {
        margin-bottom: 20px;
    }
    .page-footer__widget {
        text-align: left;
    }
    .banner__wrapper {
        margin-bottom: 0px;
        padding-right: 5px;
        padding-left: 5px;
    }
    .news__main .news__text {
        display: none;
    }
    .breadcrumbs .breadcrumbs__wrapper {
        padding-top: 15px;
        padding-bottom: 10px;
    }
    .breadcrumbs .breadcrumbs__link {
        padding-right: 5px;
        font-size: 13px;
    }
    .breadcrumbs .breadcrumbs__link::after {
        margin-left: 10px;
    }
    .h1 {
        line-height: 1.2;
        font-size: 22px;
    }
    .h2 {
        font-size: 18px;
    }
    .article p, .page-description p, .page-data p, .user p {
        font-size: 15px;
    }
    .article .table-caption, .page-description .table-caption, .page-data .table-caption, .user .table-caption {
        font-size: 14px;
    }
    .diagram {
        padding-bottom: 40px;
    }
    .diagram .diagram__title {
        max-width: 60%;
        font-size: 14px;
    }
    .diagram .diagram__number {
        font-size: 14px;
    }
    .one-news-wrap .tags {
        height: auto;
    }
    .one-news time {
        font-size: 13px;
    }
    .figcaption p {
        font-size: 13px;
    }
    .one-news-slider .slick-prev, .one-news-slider .slick-next {
        width: 40px;
        height: 55px;
    }
    .article-share {
        display: block;
    }
    .article-share p {
        margin: 0;
    }
    .comments {
        padding: 15px;
    }
    .comments .comments__title {
        font-size: 17px;
    }
    .comment .comment__author {
        font-size: 14px;
    }
    .comment .comment__date {
        font-size: 13px;
    }
    .comment .comment__text {
        font-size: 15px;
    }
    .show-more {
        padding-top: 0;
    }
    .review .review__title {
        font-size: 15px;
    }
    .captcha {
        max-width: 100px;
    }
    .next-news .next-news__img {
        float: none;
        max-width: 100px;
    }
    .next-news .next-news__info {
        padding-top: 10px;
        overflow: visible;
    }
    .next-news .next-news__title {
        font-size: 15px;
    }
    .search-input {
        width: 67%;
    }
    .search-filter a {
        padding-right: 25px;
        font-size: 13px;
    }
    .search-filter a p span {
        display: none;
    }
    .filter-arrows {
        right: 7px;
    }
    .search-sort-wrap {
        display: block;
        padding-top: 5px;
    }
    .search-result .search-result__title {
        font-size: 17px;
    }
    .search-result .search-result__text {
        font-size: 13px;
    }
    .news-monthly .news-monthly__top .rss-subscribe {
        float: left;
        padding-bottom: 20px;
    }
    .news-item .news-item__img {
        float: none;
        max-width: 100%;
        margin: 0;
    }
    .login.login_register {
        padding-top: 70px;
    }
    .login.login_register .col-dm-69 {
        padding-right: 15px;
    }
    .login .login__title {
        font-size: 22px;
    }
    .login .login__btns {
        padding: 0 30px;
    }
    .login .login__form {
        width: 100%;
        padding: 0 15px;
        box-sizing: border-box;
    }
    .login .login__form label span {
        font-size: 13px;
    }
    .login .login__form label p {
        font-size: 15px;
    }
    .login .login__btn {
        width: 100%;
        height: 50px;
        line-height: 50px;
    }
    .login .login__btn-enter {
        height: 50px;
        padding: 10px 35px;
        font-size: 15px;
    }
    .login .login__input {
        width: 100%;
        height: 50px;
        box-sizing: border-box;
    }
    .login .login__input span {
        width: 50px;
    }
    .login .login__input p {
        padding: 12px 10px;
    }
    .login .login-email a {
        display: block;
    }
    .login .login__bottom {
        padding: 0 15px;
        text-align: left;
    }
    .login .login__bottom a {
        display: inline;
    }
    .close-btn {
        right: 0;
        padding: 15px;
        font-size: 26px;
    }
    .back-btn {
        left: 0;
        padding: 15px;
        font-size: 26px;
    }
    .popup .slider-wrap .slider-for .slick-prev, .popup .slider-wrap .slider-for .slick-next {
        height: 60%;
    }
    .slider-for .slide .slide__caption {
        font-size: 14px;
        line-height: 1.29;
        color: #888888;
    }
    .contacts-page .contacts-page__addresses p span {
        display: block;
        float: left;
        margin-bottom: 15px;
    }
    .contacts-map {
        height: 200px;
    }
    .glossary .glossary__inn {
        padding-bottom: 30px;
    }
    .glossary .glossary__letter {
        width: 50px;
        line-height: 1;
    }
    .glossary .glossary__word {
        font-size: 18px;
    }
    .glossary .glossary__description {
        font-size: 15px;
    }
    .vote__name {
        font-size: 14px;
    }
    .vote__name-question {
        font-size: 17px;
    }
}
@media screen and (max-width:480px) {
    .btn {
        width: 100%;
        max-width: none;
        text-align: center;
    }
    .btn * {
        margin-left: auto !important;
        margin-right: auto !important;
    }
    .page-footer__copyright, .page-footer__widget, .page-footer__about {
        width: 100% !important;
        text-align: center;
    }
    .services__item a {
        padding-left: 8px;
    }
    .article {
        overflow-x: scroll;
    }
    .form-docs ol {
        padding-left: 15px;
    }
    .doc-filter__table-wrapper {
        margin: 0 -10px -12px;
    }
    .doc-filter__td {
        padding: 0 10px;
    }
    .doc-filter__td--title {
        font-size: 14px;
    }
    .file {
        font-size: 14px;
    }
    .tabs__menu--three-children {
        display: -ms-flexbox;
        -js-display: flex;
        display: flex;
        -ms-flex-align: end;
        align-items: flex-end;
    }
    .tabs__menu--three-children li {
        width: auto;
    }
    .tabs__menu--three-children li a {
        padding: 5px 10px;
        font-size: 13px;
    }
}
@media (max-width: 1100px) {
    .fixed .main-nav__item-link {
        font-size: 17px;
        line-height: 20px;
    }
}
@media(max-width: 768px) {
    .icon-version {
        display: none;
    }
}
@media screen and (max-width: 480px) {
    .statistics__news a::before {
        display: none;
    }
    .statistics__news-box {
        position: static;
        margin-top: 15px;
    }
}
@media screen and (max-width: 767px) {
    .article .table, .page-description .table, .page-data .table, .user .table {
        overflow-x: scroll;
    }
    body {
        counter-reset: step;
    }
    .steps__title {
        counter-increment: step;
    }
    .steps__title:before {
        content: counter(step) ". ";
        counter-increment: 1;
        font-size: 24px;
        line-height: 1;
        font-weight: bold;
    }
    .wide-box .steps__title:before {
        display: none;
    }
    .wide-box .steps__title {
        counter-increment: none;
    }
    .popup .tabs .tabs__menu li a {
        padding: 10px;
    }
    .popup .tabs .tabs__menu li a span {
        font-size: 16px;
    }
    .slider-nav .slide .slide__img {
        width: auto;
    }
    .wide-box__before {
        display: none;
    }
}
@media screen and (max-width:768px) {
    .aside-links {
        padding-bottom: 15px;
    }
    .doc-filter__table-wrapper {
        overflow-x: scroll;
    }
    .article h2 {
        margin-bottom: 15px;
        font-size: 28px;
    }
    .page-faq h1 {
        margin-bottom: 15px;
    }
    .page-faq h2 {
        font-size: 18px;
        margin-bottom: 15px;
    }
    .page-faq h3 {
        font-size: 16px;
    }
    .page-faq h4 {
        font-size: 16px;
        margin-bottom: 15px;
    }
    .faq-links {
        margin-bottom: 25px;
    }
    .faq-links a {
        font-size: 14px;
    }
    .faq-question {
        margin-bottom: 50px;
    }
    .faq-question__info {
        margin-bottom: 20px;
    }
    .faq-question__answer {
        font-size: 16px;
    }
    .agreement-links {
        margin-top: 50px;
        text-align: center;
        display: -ms-flexbox;
        -js-display: flex;
        display: flex;
        -ms-flex-direction: column;
        flex-direction: column;
        width: 100%;
    }
    .agreement-links .btn {
        margin: 0 0 10px;
    }
    .form {
        width: 100%;
    }
    .form .doc-filter {
        width: auto;
    }
    .form .captcha {
        margin: 10px auto;
        max-width: none;
        width: 100%;
    }
    .form .captcha-more {
        text-align: center;
        display: block;
    }
}
@media(max-width:1200px) {
    .inner {
        padding-right: 30px;
        padding-left: 30px;
    }
    .page-header__apply {
        width: 140px;
    }
    .page-header__apply-link {
        margin: 15px;
    }
    .page-header__apply-icon {
        display: none;
    }
    .fixed .main-nav__left {
        display: none;
    }
    .site-map__columns {
        padding-left: 50px;
        padding-right: 50px;
    }
    .logos__list {
        padding-right: 30px;
        padding-left: 30px;
    }
    .logos__item {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .logos__item a {
        text-align: center;
        -ms-flex: 1 0 auto;
        flex: 1 0 auto;
        margin-bottom: 20px;
    }
    .logos__item--top {
        margin-bottom: 0px;
    }
    .logos__item--top img {
        height: 85px;
    }
    .logos__item--middle {
        margin-bottom: 0px;
    }
    .logos__item--middle img {
        height: 85px;
    }
    .contacts {
        padding-right: 30px;
        padding-left: 30px;
    }
    .tags-wrap {
        padding-right: 30px;
        padding-left: 30px;
    }
    .page-footer__last-box {
        padding-right: 30px;
        padding-left: 30px;
    }
    .banner__wrapper, .news__wrapper, .rss__wrapper, .resources__wrapper, .activities__wrapper, .statistics__wrapper {
        padding-right: 30px;
        padding-left: 30px;
    }
    .services__wrapper {
        padding-right: 30px;
        padding-left: 30px;
    }
    .statistics__wrapper {
        padding-top: 90px;
        padding-bottom: 70px;
    }
    .statistics__links a {
        font-size: 17px;
        line-height: 24px;
    }
    .statistics__numbers-title {
        font-size: 50px;
    }
    .statistics__more {
        opacity: 0.5;
    }
    .statistics__more a {
        font-size: 14px;
    }
    .statistics__news-title {
        font-size: 17px;
        line-height: 24px;
    }
    .update__wrapper {
        padding-right: 30px;
        padding-left: 30px;
    }
    .breadcrumbs .breadcrumbs__wrapper {
        padding-right: 30px;
        padding-left: 30px;
    }
}
@media screen and (max-width:1024px) {
    .services-page .service__links {
        margin-top: 25px;
    }
    .about-structure {
        display: block;
        text-align: center;
    }
    .about-structure .about-structure__img {
        display: block;
        margin: 0 auto 15px;
    }
    .about-structure .about-structure__text {
        margin-bottom: 15px;
    }
    .about-structure .about-structure__text--border {
        border-width: 1px 0 0 0;
        border-top: 1px solid #d7d7d7;
        padding: 30px 0 0 0;
        margin: 0;
    }
    .about-structure .about-structure__title {
        margin-bottom: 0;
    }
}
@media print {
    .page-footer {
        display: none;
    }
    *, *:before, *:after, p:first-line, div:first-line, blockquote:first-line, li:first-line {
        background: transparent !important;
        color: #000 !important;
        box-shadow: none !important;
        text-shadow: none !important;
    }
    .wide-box {
        background: #ebebeb !important;
    }
    body {
        overflow: visible;
    }
    .row {
        display: block;
    }
    a, a:visited {
        text-decoration: underline;
    }
    /* a[href]:after {
    content: " (" attr(href) ")";
  } */
    abbr[title]:after {
        content: " (" attr(title) ")";
    }
    a[href^="#"]:after, a[href^="javascript:"]:after {
        content: "";
    }
    pre {
        white-space: pre-wrap !important;
    }
    pre, blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }
    thead {
        display: table-header-group;
    }
    tr, img {
        page-break-inside: avoid;
    }
    p, h2, h3 {
        orphans: 3;
        widows: 3;
    }
    h2, h3 {
        page-break-after: avoid;
    }
    body {
        font: 12pt Arial, sans-serif;
        line-height: 1.3;
    }
    header.page-header {
        display: none;
    }
    aside {
        display: none;
    }
    h1 {
        font-size: 24pt;
    }
    h2 {
        font-size: 14pt;
        margin-top: 25px;
    }
    article + article {
        page-break-before: always;
    }
    figure {
        max-width: 100%;
    }
    .one-news-slider .slick-slider .slick-slide:not(.slick-active), .news .slick-slider .slick-slide:not(.slick-active) {
        display: none !important;
    }
    .news .slick-track {
        transform: translate3d(0px, 0px, 0px) !important;
    }
    .about-topper {
        background: none;
    }
    .login.login_register .login__inn {
        display: block;
    }
    .review, .banner, .popup_wrapper, .popup_background {
        display: none !important;
    }
    .resources__links-title a, .resources__also-item a {
        text-decoration: none;
    }
    .activities__institution-item img, .statistics__news-box {
        position: static;
    }
    .col-dm-6 {
        width: 100%;
    }
    .news img {
        width: 100%;
    }
    #jivo-iframe-container, #jivo-mouse-tracker, .jivo-state-widget, jdiv {
        display: none !important;
        opacity: 0 !important;
        visibility: hidden !important;
    }
    .accordeon__content {
        display: block !important;
    }
    /* * {
    width: auto !important;
    height: auto !important;
    overflow: visible !important;
    float: none !important;
    position: relative !important;
    clear: both !important;
  } */
    img {
        page-break-inside: avoid;
    }
    .graph-block .kbk, .graph-header, .graph-screen {
        display: none !important;
    }
}
@media screen and (max-width: 1024px) {
    .js-close-vision {
        display: none;
    }
}
